﻿/*
Theme Name: 租豬屋投影機租借
Theme URI: https://pig-house.com/
Author: 租豬屋
Author URI: https://pig-house.com/
Description: 投影機、布幕與影音設備出租網站主題。
Version: 1.3.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: zu-pig-house
*/
:root {
  --cream: #fffaf0;
  --cream-2: #fff3dc;
  --yellow: #ffd977;
  --orange: #ff9d6c;
  --pink: #ffb3a7;
  --brown: #6f4b37;
  --brown-2: #9a6a4a;
  --ink: #2f2a27;
  --muted: #6b625c;
  --line: #ead9c7;
  --white: #ffffff;
  --shadow: 0 18px 45px rgba(96, 63, 38, 0.14);
  --radius: 8px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  position: relative;
  margin: 0;
  background: #030811 url("assets/tech-frame-bg.png") center top / cover fixed no-repeat;
  color: #f7fbff;
  font-family: "Noto Sans TC", "Microsoft JhengHei", Arial, sans-serif;
  line-height: 1.7;
}

body::before {
  content: none;
}

body::after {
  content: none;
}

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 14px clamp(18px, 5vw, 64px);
  background: rgba(3, 8, 17, 0.78);
  border-bottom: 1px solid rgba(0, 190, 255, 0.28);
  backdrop-filter: blur(14px);
}

.brand,
.nav-links,
.hero-actions,
.trust-row {
  display: flex;
  align-items: center;
}

.brand {
  gap: 14px;
  color: #fff6c9;
  font-weight: 900;
}

.brand-text {
  display: grid;
  gap: 0;
  line-height: 1.05;
}

.brand-name {
  font-family: "DFKai-SB", "KaiTi", "BiauKai", "標楷體", serif;
  font-size: 3.1rem;
  font-weight: 900;
  letter-spacing: 0;
}

.brand-script {
  color: #1684b8;
  font-family: "Brush Script MT", "Segoe Script", "Lucida Handwriting", cursive;
  font-size: 2.16rem;
  font-weight: 700;
  letter-spacing: 0;
}

.brand-mark {
  display: block;
  width: 58px;
  height: 58px;
  overflow: hidden;
  background: #111;
  border: 2px solid var(--brown);
  border-radius: 50%;
  box-shadow: 0 0 0 3px rgba(255, 217, 119, 0.3);
}

.brand-mark img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.nav-links {
  gap: 22px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.95rem;
  font-weight: 700;
}

.nav-links a {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 217, 119, 0.78);
  border-radius: 999px;
  padding: 7px 13px;
  background:
    linear-gradient(135deg, rgba(4, 16, 34, 0.78), rgba(12, 38, 65, 0.72));
  box-shadow:
    0 0 0 3px rgba(0, 190, 255, 0.12),
    0 8px 18px rgba(0, 0, 0, 0.18);
}

.nav-links a::after {
  content: "";
  position: absolute;
  top: -42%;
  left: -58%;
  width: 42%;
  height: 184%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.72), transparent);
  transform: rotate(22deg);
  animation: tiny-sparkle 4.8s ease-in-out infinite;
}

.nav-links a:nth-child(2)::after {
  animation-delay: 0.7s;
}

.nav-links a:nth-child(3)::after {
  animation-delay: 1.4s;
}

.nav-links a:nth-child(4)::after {
  animation-delay: 2.1s;
}

.nav-links a:hover {
  color: #fff6c9;
  border-color: rgba(0, 190, 255, 0.86);
  box-shadow:
    0 0 0 3px rgba(0, 190, 255, 0.18),
    0 10px 22px rgba(0, 190, 255, 0.16);
}

.language-switcher {
  position: relative;
  margin-left: auto;
}

.language-toggle,
.language-menu button {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(0, 190, 255, 0.34);
  border-radius: 999px;
  padding: 6px 11px;
  background: rgba(4, 16, 34, 0.78);
  color: rgba(236, 248, 255, 0.94);
  cursor: pointer;
  font-size: 0.86rem;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 0 16px rgba(0, 190, 255, 0.1);
}

.language-toggle {
  min-width: 76px;
}

.language-menu {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  z-index: 20;
  display: none;
  min-width: 128px;
  gap: 6px;
  border: 1px solid rgba(0, 190, 255, 0.34);
  border-radius: 14px;
  padding: 8px;
  background: rgba(2, 10, 24, 0.96);
  box-shadow:
    0 18px 36px rgba(0, 0, 0, 0.34),
    0 0 22px rgba(0, 190, 255, 0.16);
}

.language-switcher.is-open .language-menu {
  display: grid;
}

.language-menu button {
  width: 100%;
  border-radius: 10px;
  padding-inline: 12px;
}

.language-toggle:hover,
.language-menu button:hover,
.language-menu button.is-active {
  color: #fff6c9;
  border-color: rgba(255, 217, 119, 0.72);
}

@keyframes tiny-sparkle {
  0%,
  64% {
    left: -58%;
  }

  82%,
  100% {
    left: 118%;
  }
}

.nav-cta,
.button,
.floating-line {
  border-radius: var(--radius);
  font-weight: 900;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.nav-cta {
  padding: 9px 16px;
  background: #06c755;
  color: var(--white);
  box-shadow: 0 9px 24px rgba(6, 199, 85, 0.24);
}

.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 20px;
  border: 2px solid transparent;
}

.primary {
  background: #06c755;
  color: var(--white);
  box-shadow: 0 14px 28px rgba(6, 199, 85, 0.24);
}

.secondary {
  background: rgba(3, 8, 17, 0.72);
  border-color: rgba(0, 190, 255, 0.34);
  color: #fff6c9;
}

.button:hover,
.nav-cta:hover,
.floating-line:hover {
  transform: translateY(-2px);
}

.section {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  padding: 72px 0;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.95fr);
  align-items: center;
  gap: clamp(28px, 5vw, 72px);
  min-height: calc(100vh - 66px);
  padding-top: 56px;
}

.eyebrow {
  margin: 0 0 10px;
  color: #ffd977;
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 16px;
  color: #fff6c9;
  font-size: clamp(2.25rem, 8vw, 4.6rem);
  line-height: 1.12;
  letter-spacing: 0;
  text-shadow: 0 0 22px rgba(0, 190, 255, 0.22);
}

h2 {
  margin-bottom: 12px;
  color: var(--brown);
  font-size: clamp(1.7rem, 5vw, 2.65rem);
  line-height: 1.2;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 8px;
  color: var(--brown);
  line-height: 1.3;
}

.hero-subtitle {
  margin-bottom: 12px;
  color: #ffffff;
  font-size: clamp(1.18rem, 3vw, 1.55rem);
  font-weight: 800;
  line-height: 1.5;
}

.hero-copy,
.section-heading p,
.cta-section p,
.footer p {
  color: rgba(255, 255, 255, 0.78);
}

.hero-copy {
  max-width: 680px;
  margin-bottom: 24px;
  font-size: 1.05rem;
}

.hero-actions {
  flex-wrap: wrap;
  gap: 12px;
}

.trust-row {
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.trust-row span {
  padding: 6px 11px;
  background: rgba(3, 8, 17, 0.68);
  border: 1px solid rgba(0, 190, 255, 0.24);
  border-radius: 999px;
  color: #fff6c9;
  font-size: 0.9rem;
  font-weight: 800;
}

.hero-art {
  position: relative;
  min-height: 520px;
  border-radius: 8px;
  overflow: visible;
  background: transparent;
  box-shadow: none;
  border: 0;
}

.tech-showcase {
  isolation: isolate;
  display: grid;
  place-items: center;
  background: transparent;
  border-color: transparent;
}

.tech-showcase::before,
.tech-showcase::after {
  content: none;
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.tech-showcase::before {
  z-index: 1;
  background: linear-gradient(
    115deg,
    transparent 0%,
    transparent 38%,
    rgba(255, 255, 255, 0.16) 45%,
    rgba(255, 217, 119, 0.32) 49%,
    transparent 57%,
    transparent 100%
  );
  animation: scanFlash 4.4s ease-in-out infinite;
  mix-blend-mode: screen;
}

.tech-showcase::after {
  z-index: 2;
  background: repeating-linear-gradient(
    0deg,
    rgba(255, 255, 255, 0.04) 0,
    rgba(255, 255, 255, 0.04) 1px,
    transparent 1px,
    transparent 9px
  );
  opacity: 0.5;
}

.tech-grid {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image:
    linear-gradient(rgba(255, 217, 119, 0.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 217, 119, 0.12) 1px, transparent 1px);
  background-size: 34px 34px;
  mask-image: radial-gradient(circle at center, black 0 50%, transparent 78%);
  animation: gridPulse 5s ease-in-out infinite;
}

.logo-stage {
  position: relative;
  z-index: 4;
  width: min(70%, 360px);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
}

.logo-stage img {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  border-radius: 50%;
  clip-path: circle(49% at 50% 50%);
  filter: drop-shadow(0 22px 26px rgba(0, 0, 0, 0.45)) drop-shadow(0 0 28px rgba(0, 190, 255, 0.24));
}

.logo-orbit {
  position: absolute;
  inset: -10px;
  z-index: 1;
  border: 2px solid rgba(255, 217, 119, 0.34);
  border-radius: 50%;
  box-shadow:
    0 0 28px rgba(255, 217, 119, 0.22),
    inset 0 0 32px rgba(255, 157, 108, 0.16);
  animation: orbitGlow 2.8s ease-in-out infinite;
}

.tech-beam {
  position: absolute;
  z-index: 1;
  width: 72%;
  height: 130px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(255, 217, 119, 0.24), transparent);
  filter: blur(10px);
  transform: rotate(-18deg);
}

.beam-one {
  top: 18%;
  left: -15%;
  animation: beamSweep 5.6s ease-in-out infinite;
}

.beam-two {
  right: -22%;
  bottom: 18%;
  transform: rotate(22deg);
  animation: beamSweep 6.2s ease-in-out infinite reverse;
}

.spark {
  position: absolute;
  z-index: 3;
  width: 8px;
  height: 8px;
  background: var(--yellow);
  border-radius: 50%;
  box-shadow: 0 0 18px 5px rgba(255, 217, 119, 0.65);
  animation: sparkle 2.4s ease-in-out infinite;
}

.spark-one {
  top: 18%;
  left: 24%;
}

.spark-two {
  top: 32%;
  right: 16%;
  animation-delay: 0.7s;
}

.spark-three {
  right: 26%;
  bottom: 20%;
  animation-delay: 1.3s;
}

.tech-caption {
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: -38px;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 14px;
  background: rgba(23, 16, 13, 0.72);
  border: 1px solid rgba(255, 217, 119, 0.28);
  border-radius: var(--radius);
  color: var(--cream);
  backdrop-filter: blur(10px);
}

.tech-caption span {
  color: var(--yellow);
  font-size: 0.85rem;
  font-weight: 900;
  text-transform: uppercase;
}

.tech-caption strong {
  font-size: 0.95rem;
}

@keyframes scanFlash {
  0%,
  42% {
    transform: translateX(-120%);
    opacity: 0;
  }

  52% {
    opacity: 1;
  }

  72%,
  100% {
    transform: translateX(120%);
    opacity: 0;
  }
}

@keyframes gridPulse {
  0%,
  100% {
    opacity: 0.38;
  }

  50% {
    opacity: 0.78;
  }
}

@keyframes orbitGlow {
  0%,
  100% {
    transform: scale(1);
    opacity: 0.75;
  }

  50% {
    transform: scale(1.04);
    opacity: 1;
  }
}

@keyframes beamSweep {
  0%,
  100% {
    opacity: 0.2;
    transform: translateX(-6%) rotate(-18deg);
  }

  50% {
    opacity: 0.75;
    transform: translateX(6%) rotate(-18deg);
  }
}

@keyframes sparkle {
  0%,
  100% {
    opacity: 0.25;
    transform: scale(0.7);
  }

  50% {
    opacity: 1;
    transform: scale(1.45);
  }
}

.screen {
  position: absolute;
  top: 42px;
  right: 28px;
  width: 62%;
  height: 42%;
  display: grid;
  place-items: center;
  background: #fffefd;
  border: 8px solid var(--brown);
  border-radius: 8px;
  color: var(--brown);
  font-size: clamp(1.2rem, 4vw, 2rem);
  font-weight: 900;
  box-shadow: 0 20px 0 rgba(111, 75, 55, 0.1);
}

.beam {
  position: absolute;
  right: 28%;
  bottom: 122px;
  width: 58%;
  height: 160px;
  background: linear-gradient(90deg, rgba(255, 217, 119, 0.08), rgba(255, 217, 119, 0.62));
  clip-path: polygon(0 42%, 100% 0, 100% 100%, 0 60%);
}

.projector {
  position: absolute;
  right: 28px;
  bottom: 68px;
  width: 172px;
  height: 84px;
  background: var(--brown);
  border-radius: 8px;
  box-shadow: 0 22px 25px rgba(111, 75, 55, 0.18);
}

.projector::before,
.projector::after {
  content: "";
  position: absolute;
  top: 18px;
  width: 34px;
  height: 14px;
  background: var(--orange);
  border-radius: 999px;
}

.projector::before {
  left: 18px;
}

.projector::after {
  left: 60px;
}

.lens {
  position: absolute;
  right: 18px;
  top: 22px;
  width: 42px;
  height: 42px;
  background: #23201e;
  border: 7px solid #fff1cd;
  border-radius: 50%;
}

.feet {
  position: absolute;
  right: 32px;
  bottom: -14px;
  width: 92px;
  height: 14px;
  background: #4b3428;
  border-radius: 0 0 8px 8px;
}

.pig {
  position: absolute;
  left: 46px;
  bottom: 58px;
  width: 178px;
  height: 158px;
}

.face {
  position: absolute;
  inset: 28px 10px 0;
  background: var(--pink);
  border: 8px solid var(--brown);
  border-radius: 48% 48% 44% 44%;
}

.ear {
  position: absolute;
  top: 10px;
  width: 54px;
  height: 58px;
  background: var(--pink);
  border: 8px solid var(--brown);
  border-radius: 18px 18px 4px 18px;
}

.ear.left {
  left: 18px;
  transform: rotate(-22deg);
}

.ear.right {
  right: 18px;
  transform: rotate(22deg) scaleX(-1);
}

.eye {
  position: absolute;
  top: 42px;
  width: 13px;
  height: 13px;
  background: var(--brown);
  border-radius: 50%;
}

.eye.left {
  left: 45px;
}

.eye.right {
  right: 45px;
}

.snout {
  position: absolute;
  left: 50%;
  bottom: 28px;
  width: 66px;
  height: 42px;
  transform: translateX(-50%);
  background: #ffd2c8;
  border: 6px solid var(--brown);
  border-radius: 999px;
}

.snout i {
  position: absolute;
  top: 13px;
  width: 8px;
  height: 11px;
  background: var(--brown);
  border-radius: 999px;
}

.snout i:first-child {
  left: 17px;
}

.snout i:last-child {
  right: 17px;
}

.intro-band {
  width: 100%;
  max-width: none;
  padding: 42px clamp(16px, 5vw, 64px);
  background: var(--white);
  border-block: 1px solid var(--line);
}

.quick-points {
  width: min(1120px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.quick-points article,
.price-card,
.gear-grid article,
.scenario-grid article,
.process-list article,
.damage-card,
.faq-list details {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.quick-points article {
  padding: 18px;
}

.quick-points strong {
  color: var(--brown);
  font-size: 1.12rem;
}

.quick-points p,
.gear-grid h3,
.scenario-grid p,
.process-list p,
.damage-card li,
.faq-list p {
  margin-bottom: 0;
  color: var(--muted);
}

.section-heading {
  max-width: 720px;
  margin-bottom: 30px;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.price-card {
  display: flex;
  flex-direction: column;
  padding: 26px;
  box-shadow: 0 12px 30px rgba(96, 63, 38, 0.08);
}

.price-card.featured {
  position: relative;
  border-color: var(--orange);
  box-shadow: 0 20px 44px rgba(255, 157, 108, 0.2);
  transform: translateY(-8px);
}

.card-topline {
  width: fit-content;
  margin-bottom: 14px;
  padding: 4px 10px;
  background: var(--cream-2);
  border-radius: 999px;
  color: var(--brown-2);
  font-size: 0.82rem;
  font-weight: 900;
}

.price {
  margin-bottom: 16px;
  color: var(--orange);
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.1;
}

.price span {
  color: var(--muted);
  font-size: 1rem;
}

.price-card ul,
.damage-card ul {
  padding-left: 20px;
}

.price-card li::marker,
.damage-card li::marker {
  color: var(--orange);
}

.fit {
  margin-top: auto;
  margin-bottom: 0;
  padding-top: 14px;
  color: var(--brown);
  font-weight: 800;
}

.price-note {
  margin: 18px 0 0;
  color: var(--muted);
  font-weight: 700;
}

.warm-section,
.process-section,
.faq-section {
  width: 100%;
  max-width: none;
  padding-inline: max(16px, calc((100% - 1120px) / 2));
}

.warm-section {
  background: var(--cream-2);
}

.gear-grid,
.scenario-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.gear-grid article {
  min-height: 132px;
  padding: 20px;
}

.icon {
  position: relative;
  display: block;
  width: 46px;
  height: 38px;
  margin-bottom: 14px;
}

.projector-icon,
.wireless-icon {
  background: var(--brown);
  border-radius: 8px;
}

.projector-icon::after,
.wireless-icon::after {
  content: "";
  position: absolute;
  right: 7px;
  top: 9px;
  width: 16px;
  height: 16px;
  background: var(--yellow);
  border-radius: 50%;
}

.screen-icon {
  border: 5px solid var(--brown);
  border-radius: 6px;
}

.stand-icon::before,
.stand-icon::after,
.cable-icon::before,
.adapter-icon::before,
.cord-icon::before,
.box-icon::before {
  content: "";
  position: absolute;
  background: var(--brown);
}

.stand-icon::before {
  left: 19px;
  top: 0;
  width: 8px;
  height: 36px;
  border-radius: 99px;
}

.stand-icon::after {
  left: 5px;
  bottom: 0;
  width: 36px;
  height: 8px;
  border-radius: 99px;
}

.cable-icon::before {
  inset: 10px 0 8px;
  border: 6px solid var(--brown);
  border-top-color: transparent;
  background: transparent;
  border-radius: 50%;
}

.adapter-icon::before {
  left: 6px;
  top: 8px;
  width: 34px;
  height: 22px;
  border-radius: 6px;
}

.cord-icon::before {
  left: 3px;
  top: 11px;
  width: 40px;
  height: 16px;
  border-radius: 999px;
}

.box-icon::before {
  inset: 3px;
  border-radius: 7px;
}

.scenario-grid article {
  padding: 22px;
  background: linear-gradient(180deg, var(--white), #fff8ea);
  border-left: 5px solid var(--yellow);
}

.process-section {
  background: var(--white);
  border-block: 1px solid var(--line);
}

.process-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.process-list article {
  padding: 22px;
}

.process-list span {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  background: var(--yellow);
  border-radius: 50%;
  color: var(--brown);
  font-weight: 900;
}

.deposit-layout {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 20px;
  align-items: start;
}

.table-wrap {
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
}

table {
  width: 100%;
  border-collapse: collapse;
  min-width: 420px;
}

th,
td {
  padding: 16px;
  border-bottom: 1px solid var(--line);
  text-align: left;
}

th {
  background: var(--brown);
  color: var(--white);
}

tr:last-child td {
  border-bottom: 0;
}

.damage-card {
  padding: 24px;
}

.faq-section {
  background: var(--cream-2);
}

.faq-list {
  display: grid;
  gap: 12px;
}

.faq-list details {
  padding: 0 18px;
}

.faq-list summary {
  cursor: pointer;
  padding: 18px 28px 18px 0;
  color: var(--brown);
  font-weight: 900;
}

.faq-list summary::marker {
  color: var(--orange);
}

.faq-list p {
  padding-bottom: 18px;
}

.cta-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 42px;
  background: var(--brown);
  border-radius: var(--radius);
  color: var(--white);
}

.cta-section h2,
.cta-section .eyebrow,
.cta-section p {
  color: var(--white);
}

.footer {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 34px clamp(18px, 5vw, 64px) 92px;
  background: #2f2a27;
  color: var(--white);
}

.footer p {
  margin: 4px 0;
  color: rgba(255, 255, 255, 0.75);
}

.floating-line {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 30;
  padding: 13px 18px;
  background: #06c755;
  color: var(--white);
  box-shadow: 0 16px 34px rgba(6, 199, 85, 0.28);
}

/* Unified tech theme: keep the same full-screen background across every section. */
.intro-band,
.warm-section,
.process-section,
.faq-section {
  background: transparent;
  border-block-color: rgba(0, 190, 255, 0.2);
}

.section,
.intro-band,
.warm-section,
.process-section,
.faq-section,
.footer {
  position: relative;
}

.quick-points article,
.price-card,
.gear-grid article,
.scenario-grid article,
.process-list article,
.damage-card,
.faq-list details,
.table-wrap {
  background: rgba(4, 12, 28, 0.82);
  border: 1px solid rgba(0, 190, 255, 0.28);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.26), inset 0 0 24px rgba(0, 190, 255, 0.06);
  backdrop-filter: blur(6px);
}

.scenario-grid article {
  background: rgba(4, 12, 28, 0.82);
  border-left-color: #ffd977;
}

h2,
h3,
.quick-points strong,
.fit,
.faq-list summary {
  color: #fff6c9;
}

.quick-points p,
.gear-grid h3,
.scenario-grid p,
.process-list p,
.damage-card li,
.faq-list p,
.price-note,
.price span,
td {
  color: rgba(236, 248, 255, 0.9);
}

.price-card li,
.damage-card li {
  color: rgba(236, 248, 255, 0.9);
}

.card-topline {
  background: rgba(0, 190, 255, 0.12);
  border: 1px solid rgba(0, 190, 255, 0.24);
  color: #fff6c9;
}

.price {
  color: #ffb184;
}

.process-list span {
  background: #ffd977;
  color: #2f2a27;
}

th {
  background: rgba(111, 75, 55, 0.92);
  color: #ffffff;
}

td {
  border-bottom-color: rgba(0, 190, 255, 0.16);
}

.cta-section {
  background: rgba(111, 75, 55, 0.88);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.24);
}

.footer {
  background: rgba(3, 8, 17, 0.9);
  border-top: 1px solid rgba(0, 190, 255, 0.18);
}

@media (max-width: 880px) {
  body::before {
    content: none;
  }

  body::after {
    content: none;
  }

  .site-header {
    align-items: flex-start;
  }

  .nav-links {
    display: none;
  }

  .language-switcher {
    margin-left: 0;
  }

  .language-toggle,
  .language-menu button {
    min-height: 30px;
    font-size: 0.76rem;
  }

  .language-menu {
    right: auto;
    left: 0;
  }

  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .hero-art {
    min-height: 360px;
  }

  .logo-stage {
    width: min(76%, 330px);
  }

  .quick-points,
  .pricing-grid,
  .gear-grid,
  .scenario-grid,
  .process-list,
  .deposit-layout {
    grid-template-columns: 1fr;
  }

  .price-card.featured {
    transform: none;
  }

  .cta-section,
  .footer {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 560px) {
  .section {
    width: min(100% - 24px, 1120px);
    padding: 52px 0;
  }

  .site-header {
    padding: 12px;
  }

  .brand-mark {
    width: 48px;
    height: 48px;
  }

  .brand-text {
    max-width: 230px;
    line-height: 1.15;
  }

  .brand-name {
    font-size: 2.2rem;
  }

  .brand-script {
    font-size: 1.48rem;
  }

  .nav-cta {
    padding-inline: 12px;
  }

  .hero {
    padding-top: 34px;
  }

  .hero-actions .button {
    width: 100%;
  }

  .hero-art {
    min-height: 310px;
  }

  .logo-stage {
    width: min(82%, 270px);
  }

  .tech-caption {
    left: 14px;
    right: 14px;
    bottom: 14px;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
  }

  .screen {
    top: 30px;
    right: 18px;
    width: 66%;
    height: 38%;
    border-width: 6px;
  }

  .pig {
    left: 18px;
    bottom: 42px;
    transform: scale(0.78);
    transform-origin: left bottom;
  }

  .projector {
    right: 16px;
    bottom: 54px;
    width: 134px;
    height: 70px;
  }

  .lens {
    right: 14px;
    top: 18px;
    width: 34px;
    height: 34px;
  }

  .price-card,
  .damage-card,
  .scenario-grid article,
  .process-list article,
  .gear-grid article {
    padding: 18px;
  }

  .cta-section {
    width: calc(100% - 24px);
    padding: 28px 20px;
  }

  .floating-line {
    left: 12px;
    right: 12px;
    text-align: center;
  }
}
