:root {
  --bg: #f6fbf9;
  --bg-soft: #e7f6f2;
  --bg-dark: #06151b;
  --card: rgba(255, 255, 255, 0.78);
  --card-dark: rgba(6, 21, 27, 0.72);
  --text: #10212b;
  --muted: #62717a;
  --primary: #0099a8;
  --primary-2: #0f766e;
  --aqua: #4dd7dd;
  --mint: #7ddfc7;
  --line: rgba(0, 153, 168, 0.2);
  --line-strong: rgba(0, 153, 168, 0.42);
  --glow: 0 0 32px rgba(77, 215, 221, 0.32);
  --neon-aqua: #47f5ff;
  --neon-mint: #7dffcf;
  --neon-green: #1df58a;
  --neon-glow: 0 0 18px rgba(71, 245, 255, 0.3), 0 0 48px rgba(29, 245, 138, 0.18);
  --radius-xl: 28px;
  --radius-lg: 20px;
  --radius-md: 14px;
  --shadow-soft: 0 24px 80px rgba(15, 23, 42, 0.1);
  --shadow-dark: 0 30px 90px rgba(0, 8, 20, 0.34);
  --font-body: "Plus Jakarta Sans", "Segoe UI", Arial, sans-serif;
  --font-display: "Space Grotesk", "Plus Jakarta Sans", Arial, sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body.coway-page {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background:
    linear-gradient(180deg, #f6fbf9 0%, #ffffff 46%, #eef8f5 100%);
  color: var(--text);
  font-family: var(--font-body);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body.is-loading {
  overflow-x: hidden;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  font: inherit;
}

.skip-link {
  position: fixed;
  left: 1rem;
  top: 1rem;
  z-index: 200;
  transform: translateY(-140%);
  border-radius: 999px;
  background: #ffffff;
  color: var(--text);
  padding: 0.7rem 1rem;
  font-weight: 800;
  box-shadow: var(--shadow-soft);
  transition: transform 0.2s ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.coway-container {
  width: min(1160px, calc(100% - 2rem));
  margin: 0 auto;
}

.section-frame {
  position: relative;
  padding: 5.5rem 0;
}

.section-heading {
  max-width: 720px;
  margin: 0 auto 2rem;
  text-align: center;
}

.section-heading.align-left {
  margin-left: 0;
  text-align: left;
}

.section-label,
.package-type {
  margin: 0 0 0.7rem;
  color: var(--primary-2);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.section-heading h2,
.showcase-copy h2,
.agent-panel h2 {
  margin: 0;
  color: var(--text);
  font-family: var(--font-display);
  font-size: 2.65rem;
  line-height: 1.04;
  letter-spacing: 0;
}

.section-heading p,
.showcase-copy > p,
.agent-panel p,
.faq-layout .section-heading p {
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.75;
}

.coway-preloader {
  --loader-progress: 0%;
  position: fixed;
  inset: 0;
  z-index: 180;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 50% 42%, rgba(71, 245, 255, 0.2), transparent 28rem),
    radial-gradient(circle at 20% 20%, rgba(29, 245, 138, 0.16), transparent 18rem),
    linear-gradient(180deg, rgba(3, 13, 18, 0.98), rgba(4, 18, 26, 0.94)),
    var(--bg-dark);
  color: #e0faff;
  transition: opacity 0.42s ease, transform 0.52s ease, visibility 0.42s ease;
  overflow: hidden;
}

.coway-preloader::before,
.coway-preloader::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.coway-preloader::before {
  background:
    linear-gradient(rgba(125, 255, 207, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(71, 245, 255, 0.08) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: radial-gradient(circle at center, black 0%, transparent 68%);
  opacity: 0.5;
  animation: loader-grid 8s linear infinite;
}

.coway-preloader::after {
  background: linear-gradient(115deg, transparent 0%, rgba(71, 245, 255, 0.18) 48%, transparent 56%);
  transform: translateX(-120%);
  animation: loader-scan 1.9s ease-in-out infinite;
}

.coway-preloader[hidden] {
  display: none;
}

.coway-preloader.is-exiting {
  opacity: 0;
  transform: translateY(-14px);
  visibility: hidden;
}

.preloader-shell {
  position: relative;
  z-index: 1;
  width: min(420px, calc(100vw - 2rem));
  border: 1px solid rgba(125, 255, 207, 0.28);
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(6, 29, 37, 0.86), rgba(3, 16, 22, 0.72)),
    rgba(3, 16, 22, 0.78);
  padding: 1.15rem;
  box-shadow:
    0 0 0 1px rgba(71, 245, 255, 0.08),
    0 0 42px rgba(71, 245, 255, 0.24),
    0 32px 90px rgba(0, 0, 0, 0.46);
  overflow: hidden;
}

.preloader-shell::before {
  content: "";
  position: absolute;
  inset: -40% -20%;
  background: conic-gradient(from 90deg, transparent, rgba(71, 245, 255, 0.24), transparent, rgba(125, 255, 207, 0.18), transparent);
  opacity: 0.36;
  animation: loader-rotate 5s linear infinite;
}

.preloader-shell > * {
  position: relative;
  z-index: 1;
}

.preloader-brand {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.preloader-logo {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(125, 255, 207, 0.34);
  border-radius: 17px;
  background: rgba(125, 255, 207, 0.12);
  color: var(--neon-mint);
  box-shadow: inset 0 0 18px rgba(71, 245, 255, 0.16), 0 0 28px rgba(71, 245, 255, 0.28);
}

.preloader-brand strong,
.preloader-brand small {
  display: block;
}

.preloader-brand strong {
  font-family: var(--font-display);
  font-size: 1.1rem;
  line-height: 1;
}

.preloader-brand small {
  margin-top: 0.22rem;
  color: rgba(224, 250, 255, 0.7);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.preloader-orbit {
  position: relative;
  width: 178px;
  height: 178px;
  margin: 1rem auto 1.15rem;
}

.preloader-orbit span {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(71, 245, 255, 0.2);
  border-radius: 50%;
  box-shadow: inset 0 0 22px rgba(71, 245, 255, 0.12);
  animation: loader-orbit 2.8s linear infinite;
}

.preloader-orbit span:nth-child(2) {
  inset: 18px;
  border-color: rgba(125, 255, 207, 0.26);
  animation-duration: 2.15s;
  animation-direction: reverse;
}

.preloader-orbit span:nth-child(3) {
  inset: 52px;
  border-color: rgba(29, 245, 138, 0.28);
  background: radial-gradient(circle, rgba(125, 255, 207, 0.18), transparent 64%);
  animation-duration: 1.7s;
}

.preloader-progress {
  height: 9px;
  border: 1px solid rgba(125, 255, 207, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  overflow: hidden;
}

.preloader-progress span {
  display: block;
  width: var(--loader-progress);
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--neon-green), var(--neon-aqua), #ffffff);
  box-shadow: 0 0 24px rgba(71, 245, 255, 0.6);
  transition: width 0.16s ease;
}

.coway-preloader p {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin: 0;
  margin-top: 0.75rem;
  color: #d8f8ff;
  font-size: 0.86rem;
  font-weight: 700;
}

.coway-preloader p strong {
  color: #ffffff;
  font-family: var(--font-display);
}

@keyframes loader-grid {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(48px, 48px, 0);
  }
}

@keyframes loader-scan {
  0%,
  30% {
    transform: translateX(-120%);
  }
  72%,
  100% {
    transform: translateX(120%);
  }
}

@keyframes loader-rotate {
  to {
    transform: rotate(360deg);
  }
}

@keyframes loader-orbit {
  to {
    transform: rotate(360deg);
  }
}

.coway-header {
  --mx: 50%;
  --my: 50%;
  position: fixed;
  top: 1rem;
  left: 50%;
  z-index: 90;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  width: min(1180px, calc(100% - 2rem));
  margin: 0 auto;
  border: 1px solid rgba(125, 255, 207, 0.28);
  border-radius: 999px;
  background:
    radial-gradient(220px circle at var(--mx) var(--my), rgba(71, 245, 255, 0.17), transparent 58%),
    rgba(3, 18, 23, 0.7);
  padding: 0.7rem;
  box-shadow:
    0 0 0 1px rgba(71, 245, 255, 0.06),
    0 0 34px rgba(71, 245, 255, 0.18),
    0 18px 50px rgba(0, 10, 14, 0.28);
  backdrop-filter: blur(20px);
  transform: translateX(-50%);
  isolation: isolate;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.coway-header::before,
.coway-header::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
}

.coway-header::before {
  border: 1px solid rgba(71, 245, 255, 0.22);
  opacity: 0;
  transition: opacity 0.25s ease;
}

.coway-header::after {
  inset: auto 1.2rem 0.2rem;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--neon-aqua), var(--neon-mint), transparent);
  box-shadow: 0 0 16px rgba(71, 245, 255, 0.54);
  opacity: 0.72;
}

.coway-header:hover,
.coway-header.is-neon-active,
.coway-header.is-scrolled {
  border-color: rgba(125, 255, 207, 0.44);
  box-shadow:
    0 0 0 1px rgba(71, 245, 255, 0.12),
    0 0 44px rgba(71, 245, 255, 0.24),
    0 18px 58px rgba(0, 10, 14, 0.34);
}

.coway-header:hover::before,
.coway-header.is-neon-active::before,
.coway-header.is-scrolled::before {
  opacity: 1;
}

.coway-header > * {
  position: relative;
  z-index: 1;
}

.coway-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  min-height: 44px;
  color: #f4fffd;
  text-decoration: none;
  font-weight: 800;
}

.coway-brand strong {
  color: var(--mint);
}

.brand-mark {
  display: inline-grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 14px;
  background: rgba(125, 223, 199, 0.16);
  color: var(--mint);
  box-shadow: inset 0 0 0 1px rgba(125, 223, 199, 0.34), 0 0 24px rgba(71, 245, 255, 0.18), 0 12px 28px rgba(0, 0, 0, 0.24);
}

.coway-nav {
  display: flex;
  align-items: center;
  gap: 0.15rem;
}

.coway-nav a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  border-radius: 999px;
  padding: 0 0.8rem;
  color: #d9f8f3;
  font-size: 0.9rem;
  font-weight: 800;
  text-decoration: none;
  overflow: hidden;
  transition: color 0.2s ease, background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.coway-nav a::after {
  content: "";
  position: absolute;
  left: 0.8rem;
  right: 0.8rem;
  bottom: 0.4rem;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, var(--neon-aqua), var(--neon-mint), transparent);
  box-shadow: 0 0 12px rgba(71, 245, 255, 0.6);
  transform: scaleX(0.2);
  opacity: 0;
  transition: transform 0.22s ease, opacity 0.22s ease;
}

.coway-nav a:hover,
.coway-nav a:focus-visible {
  color: #ffffff;
  background: rgba(125, 255, 207, 0.1);
  box-shadow: inset 0 0 0 1px rgba(125, 255, 207, 0.18), 0 0 18px rgba(71, 245, 255, 0.14);
  outline: none;
}

.coway-nav a:hover::after,
.coway-nav a:focus-visible::after {
  transform: scaleX(1);
  opacity: 1;
}

.coway-nav .nav-whatsapp {
  gap: 0.45rem;
  margin-left: 0.4rem;
  border: 1px solid rgba(125, 255, 207, 0.28);
  background: linear-gradient(135deg, #15c96d, #00a9b5);
  color: #ffffff;
  box-shadow: 0 0 22px rgba(29, 245, 138, 0.26), 0 14px 30px rgba(17, 199, 102, 0.22);
}

.coway-nav .nav-whatsapp:hover,
.coway-nav .nav-whatsapp:focus-visible {
  color: #ffffff;
  background: linear-gradient(135deg, #19e07a, #0fbfd0);
  box-shadow: 0 0 30px rgba(29, 245, 138, 0.34), 0 18px 42px rgba(17, 199, 102, 0.28);
  transform: translateY(-1px);
}

.nav-toggle {
  display: none;
  flex: 0 0 44px;
  justify-self: end;
  position: relative;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid rgba(125, 255, 207, 0.42);
  border-radius: 14px;
  background: linear-gradient(135deg, var(--neon-mint), var(--neon-aqua));
  color: var(--bg-dark);
  box-shadow: 0 0 24px rgba(71, 245, 255, 0.28), 0 10px 24px rgba(0, 0, 0, 0.24);
  cursor: pointer;
}

.nav-toggle i {
  display: none;
}

.nav-toggle::before,
.nav-toggle::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: var(--bg-dark);
  transform: translate(-50%, -50%);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.nav-toggle::before {
  box-shadow: 0 -6px 0 var(--bg-dark), 0 6px 0 var(--bg-dark);
}

.nav-toggle::after {
  opacity: 0;
}

.coway-header.is-open .nav-toggle::before {
  box-shadow: none;
  transform: translate(-50%, -50%) rotate(45deg);
}

.coway-header.is-open .nav-toggle::after {
  opacity: 1;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.coway-hero {
  min-height: 100svh;
  display: grid;
  align-items: center;
  overflow: hidden;
  padding-top: 8.6rem;
  padding-bottom: 5.8rem;
  background:
    linear-gradient(90deg, rgba(3, 16, 22, 0.9) 0%, rgba(3, 16, 22, 0.76) 34%, rgba(3, 16, 22, 0.18) 62%, rgba(3, 16, 22, 0.05) 100%),
    url("../images/portfolio/coway-agent/hero-smart-home.png") center top / cover no-repeat;
  background-color: var(--bg-dark);
}

.coway-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(3, 16, 22, 0.08), rgba(3, 16, 22, 0.52));
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: block;
}

.hero-copy,
.showcase-copy,
.agent-panel > div {
  min-width: 0;
}

.hero-grid-simple .hero-copy {
  max-width: 560px;
}

.hero-copy h1 {
  max-width: 520px;
  margin: 0;
  color: #f8fffd;
  font-family: var(--font-display);
  font-size: clamp(3.4rem, 8vw, 6.2rem);
  line-height: 0.9;
  letter-spacing: 0;
  overflow-wrap: break-word;
  text-wrap: balance;
}

.hero-lead {
  max-width: 640px;
  margin: 1.1rem 0 0;
  color: rgba(232, 255, 250, 0.86);
  font-size: 1.12rem;
  line-height: 1.72;
}

.hero-note {
  max-width: 520px;
  margin: 1rem 0 0;
  color: rgba(232, 255, 250, 0.74);
  font-size: 0.94rem;
  font-weight: 700;
  line-height: 1.55;
}

.hero-actions,
.agent-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.5rem;
}

.btn {
  --mx: 50%;
  --my: 50%;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-height: 48px;
  border-radius: 999px;
  padding: 0.8rem 1.1rem;
  border: 1px solid transparent;
  color: var(--text);
  font-weight: 800;
  text-decoration: none;
  line-height: 1.2;
  overflow: hidden;
  isolation: isolate;
  text-shadow: 0 0 12px rgba(255, 255, 255, 0.2);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease, background 0.22s ease, color 0.22s ease;
}

.btn::before,
.btn::after {
  content: "";
  position: absolute;
  pointer-events: none;
  border-radius: inherit;
  opacity: 0;
  transition: opacity 0.22s ease;
}

.btn::before {
  inset: -1px;
  background: radial-gradient(120px circle at var(--mx) var(--my), rgba(255, 255, 255, 0.34), transparent 58%);
}

.btn::after {
  inset: 0;
  border: 1px solid rgba(125, 255, 207, 0.28);
  box-shadow: inset 0 0 18px rgba(71, 245, 255, 0.14);
}

.btn:hover::before,
.btn:focus-visible::before,
.btn:hover::after,
.btn:focus-visible::after,
.btn.is-neon-active::before,
.btn.is-neon-active::after {
  opacity: 1;
}

.btn i,
.product-body a i {
  transition: transform 0.22s ease;
}

.btn:hover,
.btn:focus-visible,
.product-body a:hover,
.product-body a:focus-visible {
  outline: none;
  transform: translateY(-2px);
}

.btn:hover i,
.btn:focus-visible i,
.product-body a:hover i,
.product-body a:focus-visible i {
  transform: translateX(4px);
}

.btn-primary {
  background: linear-gradient(135deg, #15c96d, var(--primary), #14b8c8);
  color: #ffffff;
  box-shadow: 0 0 18px rgba(29, 245, 138, 0.24), 0 18px 44px rgba(14, 165, 233, 0.28);
}

.btn-primary:hover,
.btn-primary:focus-visible {
  box-shadow: 0 0 28px rgba(29, 245, 138, 0.35), 0 0 58px rgba(71, 245, 255, 0.2), 0 20px 56px rgba(14, 165, 233, 0.38);
}

.btn-ghost {
  border-color: rgba(255, 255, 255, 0.34);
  background: rgba(255, 255, 255, 0.1);
  color: #f4fffd;
  backdrop-filter: blur(10px);
}

.btn-ghost:hover,
.btn-ghost:focus-visible {
  border-color: rgba(125, 255, 207, 0.56);
  box-shadow: 0 0 26px rgba(71, 245, 255, 0.24);
}

.trust-strip {
  padding-top: 3.2rem;
  padding-bottom: 3.2rem;
  background: #ffffff;
}

.trust-grid,
.product-grid,
.package-grid,
.flow-grid {
  display: grid;
  gap: 1rem;
}

.trust-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.trust-card,
.product-card,
.package-card,
.flow-card,
.faq-item,
.agent-panel,
.showcase-media figure {
  --mx: 50%;
  --my: 50%;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--card);
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(18px);
  transition: transform 0.24s ease, border-color 0.24s ease, box-shadow 0.24s ease, background 0.24s ease;
}

.trust-card::before,
.product-card::before,
.package-card::before,
.flow-card::before,
.faq-item::before,
.agent-panel::before,
.showcase-media figure::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  border-radius: inherit;
  background:
    radial-gradient(250px circle at var(--mx) var(--my), rgba(71, 245, 255, 0.22), transparent 58%),
    linear-gradient(135deg, rgba(125, 255, 207, 0.1), transparent 42%);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.24s ease;
}

.trust-card > *,
.product-card > *,
.package-card > *,
.flow-card > *,
.faq-item > *,
.agent-panel > *,
.showcase-media figure > * {
  position: relative;
  z-index: 1;
}

.trust-card:hover,
.trust-card.is-neon-active,
.product-card:hover,
.product-card.is-neon-active,
.package-card:hover,
.package-card.is-neon-active,
.flow-card:hover,
.flow-card.is-neon-active,
.faq-item:hover,
.faq-item.is-neon-active,
.agent-panel:hover,
.agent-panel.is-neon-active,
.showcase-media figure:hover,
.showcase-media figure.is-neon-active {
  border-color: rgba(71, 245, 255, 0.42);
  box-shadow: 0 0 0 1px rgba(71, 245, 255, 0.08), 0 0 34px rgba(71, 245, 255, 0.16), var(--shadow-soft);
}

.trust-card:hover::before,
.trust-card.is-neon-active::before,
.product-card:hover::before,
.product-card.is-neon-active::before,
.package-card:hover::before,
.package-card.is-neon-active::before,
.flow-card:hover::before,
.flow-card.is-neon-active::before,
.faq-item:hover::before,
.faq-item.is-neon-active::before,
.agent-panel:hover::before,
.agent-panel.is-neon-active::before,
.showcase-media figure:hover::before,
.showcase-media figure.is-neon-active::before {
  opacity: 1;
}

.trust-card {
  padding: 1.1rem;
}

.trust-card i {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(14, 165, 233, 0.16), rgba(94, 234, 212, 0.18));
  color: var(--primary-2);
  box-shadow: inset 0 0 0 1px rgba(71, 245, 255, 0.12), 0 0 22px rgba(71, 245, 255, 0.12);
}

.trust-card h2 {
  margin: 1rem 0 0.45rem;
  font-size: 1rem;
  line-height: 1.28;
}

.trust-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.62;
}

.product-section {
  background:
    linear-gradient(180deg, #ffffff, rgba(238, 247, 255, 0.78));
}

.product-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.product-card {
  background: rgba(255, 255, 255, 0.9);
}

.product-card:hover {
  transform: translateY(-8px);
  border-color: var(--line-strong);
  box-shadow: 0 0 34px rgba(71, 245, 255, 0.18), 0 28px 70px rgba(14, 165, 233, 0.16);
}

.product-card figure {
  position: relative;
  margin: 0;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: var(--bg-soft);
}

.product-card figure::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, transparent 52%, rgba(7, 17, 31, 0.2));
}

.product-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-card:nth-child(3) img {
  object-position: center 42%;
}

.product-body {
  display: grid;
  gap: 0.9rem;
  padding: 1.25rem;
}

.product-body > p:first-child {
  margin: 0;
  color: var(--primary-2);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.product-body h3 {
  margin: 0;
  color: var(--text);
  font-family: var(--font-display);
  font-size: 1.35rem;
  line-height: 1.16;
}

.product-body p {
  margin: 0;
  color: var(--muted);
  line-height: 1.68;
}

.tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.tag-row span {
  border: 1px solid rgba(14, 165, 233, 0.18);
  border-radius: 999px;
  background: rgba(14, 165, 233, 0.08);
  color: #155e75;
  padding: 0.42rem 0.55rem;
  font-size: 0.76rem;
  font-weight: 800;
}

.product-body a {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  width: fit-content;
  color: var(--primary-2);
  font-weight: 800;
  text-decoration: none;
  transition: transform 0.22s ease;
}

.showcase-section {
  overflow: hidden;
  background: var(--bg-dark);
  color: #ffffff;
}

.showcase-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(120deg, rgba(34, 211, 238, 0.14), transparent 35%),
    linear-gradient(300deg, rgba(37, 99, 235, 0.18), transparent 42%);
  pointer-events: none;
}

.showcase-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(320px, 0.97fr);
  gap: 3rem;
  align-items: center;
}

.showcase-media {
  position: relative;
}

.showcase-media figure {
  z-index: 1;
  margin: 0;
  border: 1px solid rgba(94, 234, 212, 0.22);
  border-radius: var(--radius-xl);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: var(--shadow-dark);
}

.showcase-media img {
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.showcase-line {
  position: absolute;
  left: 5%;
  right: -8%;
  top: 18%;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--aqua), var(--mint), transparent);
  box-shadow: var(--glow);
  transform: rotate(-9deg);
}

.showcase-copy h2,
.showcase-copy > p,
.showcase-copy .section-label {
  color: #ffffff;
}

.showcase-copy > p {
  color: #c7d2fe;
}

.benefit-list {
  display: grid;
  gap: 0.75rem;
  margin: 1.4rem 0 0;
  padding: 0;
  list-style: none;
}

.benefit-list li {
  display: flex;
  gap: 0.7rem;
  align-items: flex-start;
  border: 1px solid rgba(94, 234, 212, 0.16);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.06);
  padding: 0.9rem;
  color: #e0f2fe;
  line-height: 1.55;
}

.benefit-list i {
  margin-top: 0.18rem;
  color: var(--mint);
}

.package-section {
  background:
    linear-gradient(180deg, rgba(238, 247, 255, 0.9), #ffffff);
}

.package-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
}

.package-card {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1.35rem;
  background: rgba(255, 255, 255, 0.9);
}

.package-card.featured {
  border-color: rgba(14, 165, 233, 0.5);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(239, 250, 255, 0.94));
  box-shadow: 0 0 30px rgba(71, 245, 255, 0.14), 0 28px 76px rgba(14, 165, 233, 0.18);
}

.package-card h3 {
  margin: 0;
  font-family: var(--font-display);
  font-size: 1.55rem;
  line-height: 1.12;
}

.package-price {
  display: grid;
  gap: 0.25rem;
  border-radius: 16px;
  background: rgba(14, 165, 233, 0.08);
  padding: 1rem;
}

.package-price span,
.package-card small {
  color: var(--muted);
  font-size: 0.83rem;
  line-height: 1.5;
}

.package-price strong {
  color: var(--primary-2);
  font-family: var(--font-display);
  font-size: 1.8rem;
}

.package-card ul {
  display: grid;
  gap: 0.65rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.package-card li {
  position: relative;
  padding-left: 1.35rem;
  color: #475569;
  line-height: 1.55;
}

.package-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.6rem;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--aqua);
  box-shadow: 0 0 14px rgba(34, 211, 238, 0.55);
}

.btn-card {
  width: 100%;
  margin-top: auto;
  background: var(--bg-dark);
  color: #ffffff;
  box-shadow: 0 0 18px rgba(71, 245, 255, 0.16), 0 18px 34px rgba(6, 21, 27, 0.2);
}

.flow-section {
  background: #ffffff;
}

.flow-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.flow-card {
  position: relative;
  min-height: 230px;
  padding: 1.25rem;
  overflow: hidden;
}

.flow-card::after {
  content: "";
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  width: 82px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(34, 211, 238, 0.64));
}

.flow-card span {
  display: inline-grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--primary), var(--primary-2));
  color: #ffffff;
  font-family: var(--font-display);
  font-weight: 800;
  box-shadow: 0 0 24px rgba(71, 245, 255, 0.18);
}

.flow-card h3 {
  margin: 1.2rem 0 0.6rem;
  font-family: var(--font-display);
  font-size: 1.2rem;
  line-height: 1.18;
}

.flow-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.62;
}

.agent-cta {
  background:
    linear-gradient(180deg, #ffffff, rgba(238, 247, 255, 0.9));
}

.agent-panel {
  display: grid;
  grid-template-columns: minmax(280px, 0.82fr) minmax(0, 1.18fr);
  gap: 2rem;
  align-items: center;
  border: 1px solid rgba(14, 165, 233, 0.22);
  border-radius: var(--radius-xl);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(238, 247, 255, 0.88));
  padding: 1.1rem;
  box-shadow: var(--shadow-soft);
}

.agent-panel figure {
  margin: 0;
  overflow: hidden;
  border-radius: 22px;
  background: var(--bg-soft);
}

.agent-panel img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.agent-panel > div {
  padding: 1rem 1rem 1rem 0;
}

.faq-section {
  background: #ffffff;
}

.faq-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.75fr) minmax(0, 1.25fr);
  gap: 2rem;
  align-items: flex-start;
}

.faq-list {
  display: grid;
  gap: 0.75rem;
}

.faq-item {
  overflow: hidden;
  background: rgba(255, 255, 255, 0.94);
}

.faq-item button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  width: 100%;
  min-height: 64px;
  border: 0;
  background: transparent;
  color: var(--text);
  padding: 1rem 1.1rem;
  text-align: left;
  cursor: pointer;
}

.faq-item button span {
  font-weight: 800;
}

.faq-item button i {
  color: var(--primary-2);
  transition: transform 0.22s ease;
}

.faq-item button[aria-expanded="true"] i {
  transform: rotate(180deg);
}

.faq-item button:focus-visible {
  outline: 3px solid rgba(34, 211, 238, 0.45);
  outline-offset: -3px;
}

.faq-panel {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.28s ease, opacity 0.22s ease;
}

.faq-item button[aria-expanded="true"] + .faq-panel {
  max-height: 220px;
  opacity: 1;
}

.faq-panel p {
  margin: 0;
  padding: 0 1.1rem 1.1rem;
  color: var(--muted);
  line-height: 1.68;
}

.coway-footer {
  background: var(--bg-dark);
  color: #ffffff;
  padding: 2.4rem 0;
}

.footer-grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.coway-footer .coway-brand {
  color: #ffffff;
}

.coway-footer p {
  max-width: 520px;
  margin: 0.8rem 0 0;
  color: #cbd5e1;
  line-height: 1.65;
}

.coway-footer nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.65rem;
}

.coway-footer nav a {
  border: 1px solid rgba(94, 234, 212, 0.22);
  border-radius: 999px;
  color: #d8f8ff;
  padding: 0.65rem 0.82rem;
  font-weight: 800;
  text-decoration: none;
}

.mobile-whatsapp {
  position: fixed;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  z-index: 80;
  display: none;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-height: 52px;
  border-radius: 999px;
  background: linear-gradient(135deg, #11c766, #0ea5e9);
  color: #ffffff;
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 18px 44px rgba(14, 165, 233, 0.36);
  opacity: 0;
  pointer-events: none;
  transform: translateY(120%);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.mobile-whatsapp.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.coway-reveal,
.stagger-item {
  will-change: transform, opacity;
}

@media (max-width: 1120px) {
  .hero-copy h1 {
    max-width: 520px;
    font-size: clamp(3.2rem, 8vw, 5.2rem);
  }

  .trust-grid,
  .flow-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product-grid,
  .package-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product-card:nth-child(3),
  .package-card:nth-child(3) {
    grid-column: 1 / -1;
  }
}

@media (max-width: 900px) {
  .coway-header {
    left: 0.5rem;
    right: 0.5rem;
    top: 0.5rem;
    display: flex;
    align-items: center;
    width: auto;
    max-width: none;
    gap: 0.65rem;
    padding: 0.55rem;
    transform: none;
  }

  .coway-brand {
    flex: 1 1 auto;
    max-width: calc(100% - 56px);
  }

  .nav-toggle {
    display: grid !important;
    flex: 0 0 44px;
    position: relative;
    right: auto;
    top: auto;
    z-index: 2;
    margin-left: auto;
    transform: none;
  }

  .coway-nav {
    grid-column: 1 / -1;
    position: absolute;
    z-index: 4;
    left: 0;
    right: 0;
    top: calc(100% + 0.55rem);
    display: grid;
    gap: 0.3rem;
    border: 1px solid rgba(125, 255, 207, 0.24);
    border-radius: 18px;
    background:
      linear-gradient(135deg, rgba(12, 44, 50, 0.98), rgba(3, 18, 23, 0.99)),
      #031217;
    padding: 0.7rem;
    box-shadow: 0 0 34px rgba(71, 245, 255, 0.18), var(--shadow-dark);
    backdrop-filter: blur(24px);
    transform: translateY(-8px);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease, transform 0.2s ease;
  }

  .coway-header.is-open .coway-nav {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }

  .coway-header.is-open {
    z-index: 120;
  }

  .coway-nav a,
  .coway-nav .nav-whatsapp {
    justify-content: flex-start;
    margin-left: 0;
    min-height: 46px;
  }

  .section-frame {
    padding: 4rem 0;
  }

  .coway-hero {
    min-height: 100svh;
    padding-top: 7.4rem;
    padding-bottom: 4.6rem;
    background-position: center, 62% top;
  }

  .showcase-grid,
  .agent-panel,
  .faq-layout {
    grid-template-columns: 1fr;
  }

  .showcase-copy {
    order: -1;
  }

  .agent-panel > div {
    padding: 0 0.4rem 0.4rem;
  }

  .footer-grid {
    align-items: flex-start;
    flex-direction: column;
  }

  .coway-footer nav {
    justify-content: flex-start;
  }
}

@media (max-width: 700px) {
  body.coway-page {
    padding-bottom: 4.6rem;
  }

  .coway-container {
    width: min(100% - 1.2rem, 1160px);
  }

  .coway-header {
    margin-top: 0;
    border-radius: 16px;
  }

  .coway-brand {
    min-width: 0;
  }

  .coway-brand > span:last-child {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .hero-copy h1 {
    max-width: 10ch;
    font-size: 3rem;
    line-height: 0.96;
  }

  .preloader-shell {
    width: min(360px, calc(100vw - 1.2rem));
    border-radius: 22px;
    padding: 1rem;
  }

  .preloader-orbit {
    width: 138px;
    height: 138px;
  }

  .hero-lead {
    max-width: 32ch;
    font-size: 1rem;
  }

  .hero-note {
    max-width: 32ch;
  }

  .section-heading h2,
  .showcase-copy h2,
  .agent-panel h2 {
    font-size: 2rem;
    line-height: 1.08;
  }

  .hero-actions,
  .agent-actions {
    flex-direction: column;
  }

  .btn,
  .agent-actions .btn {
    width: 100%;
  }

  .trust-grid,
  .product-grid,
  .package-grid,
  .flow-grid {
    grid-template-columns: 1fr;
  }

  .product-card:nth-child(3),
  .package-card:nth-child(3) {
    grid-column: auto;
  }

  .flow-card {
    min-height: auto;
  }

  .mobile-whatsapp {
    display: flex;
  }
}

@media (max-width: 430px) {
  .hero-copy h1 {
    font-size: 2.58rem;
  }

  .section-heading h2,
  .showcase-copy h2,
  .agent-panel h2 {
    font-size: 1.72rem;
  }

  .package-card,
  .flow-card,
  .trust-card,
  .product-body {
    border-radius: 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  .coway-reveal,
  .stagger-item {
    will-change: auto;
  }
}
