/* ============================================
   Sailing-it Landing — Light page, Dark cards
   ============================================ */
:root {
  /* Dark card tones */
  --navy: #12101F;
  --navy-soft: #1A1730;
  --navy-card: #1E1B36;
  --charcoal: #0A0817;

  /* Accent */
  --cyan: #3FC6FF;
  --cyan-glow: #5BD2FF;
  --cyan-dark: #1B8BD0;
  --coral: #FF7B6B;

  /* Light surface palette */
  --text: #1A1A2E;
  --text-muted: #5A5A6E;
  --text-soft: #6A6A7E;
  --line: #E0DEEA;
  --line-soft: #EEECF4;
  --bg: #F3F1F8;
  --bg-soft: #EAE6F2;
  --bg-warm: #F1EBF3;
  --bg-cool: #E8EBF3;
  --bg-neutral: #EBE7F1;
  --bg-gray: #DED9E8;

  /* Signature dark gradients (for hero/offer/featured cards) */
  --grad-hero:
    radial-gradient(ellipse 70% 60% at 75% 22%, rgba(63, 198, 255, 0.32) 0%, transparent 58%),
    radial-gradient(ellipse 60% 55% at 15% 85%, rgba(255, 123, 107, 0.22) 0%, transparent 55%),
    linear-gradient(135deg, #08060F 0%, #12101F 50%, #0A0817 100%);
  --grad-featured:
    radial-gradient(ellipse 70% 70% at 82% 18%, rgba(255, 123, 107, 0.22) 0%, transparent 60%),
    radial-gradient(ellipse 72% 72% at 18% 82%, rgba(63, 198, 255, 0.32) 0%, transparent 58%),
    linear-gradient(135deg, #08060F 0%, #12101F 100%);
  --grad-offer:
    radial-gradient(ellipse 65% 55% at 50% 50%, rgba(63, 198, 255, 0.30) 0%, transparent 65%),
    linear-gradient(135deg, #0A0817 0%, #12101F 100%);

  --grain: url("data:image/svg+xml,%3Csvg viewBox='0 0 400 400' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='1.35' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix values='0 0 0 0 1  0 0 0 0 1  0 0 0 0 1  0 0 0 0.85 0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  --grain-dark: url("data:image/svg+xml,%3Csvg viewBox='0 0 400 400' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='1.45' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix values='0 0 0 0 0  0 0 0 0 0  0 0 0 0 0  0 0 0 0.9 0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  --grain-paper: url("data:image/svg+xml,%3Csvg viewBox='0 0 360 360' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='p'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='1.0' numOctaves='3' stitchTiles='stitch'/%3E%3CfeColorMatrix values='0 0 0 0 0.30  0 0 0 0 0.22  0 0 0 0 0.14  0 0 0 0.7 0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23p)'/%3E%3C/svg%3E");
  --grain-fine: url("data:image/svg+xml,%3Csvg viewBox='0 0 240 240' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='f'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='2.2' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix values='0 0 0 0 0  0 0 0 0 0  0 0 0 0 0  0 0 0 0.65 0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23f)'/%3E%3C/svg%3E");
  --grain-fine-light: url("data:image/svg+xml,%3Csvg viewBox='0 0 240 240' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='f'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='2.2' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix values='0 0 0 0 1  0 0 0 0 1  0 0 0 0 1  0 0 0 0.8 0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23f)'/%3E%3C/svg%3E");

  /* Grainy Mesh Gradient palettes (aurora style — darkened) */
  --mesh-a: radial-gradient(ellipse 90% 80% at 22% 28%, #3E618A 0%, transparent 62%), radial-gradient(ellipse 95% 80% at 82% 72%, #7E504F 0%, transparent 60%), linear-gradient(135deg, #2E527B 0%, #4A658A 100%);
  --mesh-b: radial-gradient(ellipse 90% 80% at 22% 28%, #8E7847 0%, transparent 62%), radial-gradient(ellipse 95% 80% at 82% 72%, #6A4F33 0%, transparent 60%), linear-gradient(135deg, #785B32 0%, #5F758E 100%);
  --mesh-c: radial-gradient(ellipse 90% 80% at 22% 28%, #895353 0%, transparent 62%), radial-gradient(ellipse 95% 80% at 82% 72%, #55678D 0%, transparent 60%), linear-gradient(135deg, #7E4F55 0%, #43597E 100%);
  --mesh-d: radial-gradient(ellipse 90% 80% at 22% 28%, #7E5678 0%, transparent 62%), radial-gradient(ellipse 95% 80% at 82% 72%, #4F5F8E 0%, transparent 60%), linear-gradient(135deg, #6E4C72 0%, #4F5F8E 100%);
  --mesh-e: radial-gradient(ellipse 90% 80% at 22% 28%, #487456 0%, transparent 62%), radial-gradient(ellipse 95% 80% at 82% 72%, #587688 0%, transparent 60%), linear-gradient(135deg, #3D6C52 0%, #5A788E 100%);
  /* Dark Aurora mesh (Hero / dramatic sections) — vivid blobs on deep base */
  --mesh-dark: radial-gradient(ellipse 85% 75% at 18% 22%, #4B74B5 0%, transparent 58%), radial-gradient(ellipse 85% 75% at 85% 78%, #A04A50 0%, transparent 58%), radial-gradient(ellipse 60% 55% at 58% 48%, #38507E 0%, transparent 65%), radial-gradient(ellipse 50% 50% at 15% 85%, #6B3A50 0%, transparent 60%), linear-gradient(135deg, #06040C 0%, #12101F 50%, #08060F 100%);
  /* Monochrome dark mesh — single-color depth (navy tones only) */
  --mesh-mono-dark: radial-gradient(ellipse 85% 70% at 22% 26%, #23203D 0%, transparent 62%), radial-gradient(ellipse 85% 70% at 82% 78%, #1A1732 0%, transparent 62%), linear-gradient(135deg, #0A0817 0%, #14112A 100%);
  /* Coarse grain for heavier texture */
  --grain-coarse: url("data:image/svg+xml,%3Csvg viewBox='0 0 500 500' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='c'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3CfeColorMatrix values='0 0 0 0 0  0 0 0 0 0  0 0 0 0 0  0 0 0 0.75 0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23c)'/%3E%3C/svg%3E");

  --r-xs: 10px;
  --r-sm: 14px;
  --r-md: 18px;
  --r-lg: 24px;
  --r-xl: 32px;

  --shadow-card: 0 12px 36px rgba(15, 12, 32, 0.28);
  --shadow-soft: 0 4px 16px rgba(15, 12, 32, 0.08);
  --shadow-glow: 0 0 32px rgba(63, 198, 255, 0.25);

  --font-sans: 'Pretendard Variable', Pretendard, Inter, -apple-system, BlinkMacSystemFont, system-ui, sans-serif;
  --font-num: 'Inter', system-ui, sans-serif;
}

/* ============================================
   Reset & Base
   ============================================ */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: var(--font-sans);
  color: var(--text);
  background: var(--bg);
  line-height: 1.55;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img, svg { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul, ol, dl { margin: 0; padding: 0; list-style: none; }
h1, h2, h3, h4, h5, h6, p { margin: 0; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }
input, select, textarea { font-family: inherit; font-size: inherit; }

.container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 5%;
}
.accent { color: var(--cyan-dark); }

/* ============================================
   Unified Paper Texture Utility
   ============================================ */
.paper-card {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background:
    linear-gradient(145deg, #FBF6EA 0%, #F3ECDB 100%);
  border: 1px solid #E6DDC7;
  box-shadow:
    0 1px 2px rgba(75, 60, 30, 0.06),
    0 12px 28px rgba(75, 60, 30, 0.10),
    inset 0 0 0 1px rgba(255, 255, 255, 0.55);
}
.paper-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    var(--grain-fine),
    var(--grain-paper),
    var(--grain-dark);
  background-size:
    240px 240px,
    360px 360px,
    400px 400px;
  background-blend-mode: multiply;
  opacity: 0.42;
  mix-blend-mode: multiply;
  pointer-events: none;
  z-index: 0;
  border-radius: inherit;
}
.paper-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(120% 80% at 50% 0%, rgba(255, 255, 255, 0.45) 0%, transparent 50%),
    radial-gradient(100% 70% at 100% 100%, rgba(120, 85, 40, 0.07) 0%, transparent 55%);
  pointer-events: none;
  z-index: 0;
  border-radius: inherit;
}
.paper-card > * { position: relative; z-index: 1; }

.dark-card-grain {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}
.dark-card-grain::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    var(--grain-fine-light),
    var(--grain);
  background-size:
    240px 240px,
    400px 400px;
  background-blend-mode: screen;
  opacity: 0.28;
  mix-blend-mode: overlay;
  pointer-events: none;
  z-index: 0;
  border-radius: inherit;
}
.dark-card-grain > * { position: relative; z-index: 1; }

/* ============================================
   Navigation — light, clean
   ============================================ */
.nav {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(245, 244, 249, 0.82);
  backdrop-filter: blur(20px) saturate(160%);
  -webkit-backdrop-filter: blur(20px) saturate(160%);
  border-bottom: 1px solid rgba(26, 26, 46, 0.08);
}
.nav-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 14px 5%;
  display: flex;
  align-items: center;
  gap: 32px;
}
.nav-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  font-size: 19px;
  letter-spacing: -0.02em;
  color: var(--text);
}
.logo-mark {
  display: inline-block;
  width: 32px;
  height: 32px;
  object-fit: contain;
}
.nav-links {
  display: flex;
  gap: 28px;
  flex: 1;
  margin-left: 16px;
}
.nav-links a {
  font-size: 15px;
  font-weight: 500;
  color: var(--text-muted);
  transition: color 0.2s;
}
.nav-links a:hover { color: var(--text); }
.nav-cta { margin-left: auto; }
.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 4px;
  padding: 8px;
}
.nav-toggle span {
  width: 22px;
  height: 2px;
  background: var(--text);
  border-radius: 2px;
}

/* ============================================
   Buttons
   ============================================ */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 13px 24px;
  border-radius: 12px;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: -0.01em;
  transition: all 0.2s;
  white-space: nowrap;
  cursor: pointer;
  border: 1px solid transparent;
}
.btn-primary {
  background: var(--navy);
  color: #fff;
}
.btn-primary:hover {
  background: var(--navy-soft);
  transform: translateY(-1px);
  box-shadow: 0 8px 24px rgba(15, 12, 32, 0.25);
}
.btn-glass {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(8px);
}
.btn-glass:hover {
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.5);
}
.btn-cyan {
  background: var(--cyan);
  color: var(--navy);
  box-shadow: 0 4px 16px rgba(63, 198, 255, 0.28);
}
.btn-cyan:hover { background: var(--cyan-glow); transform: translateY(-1px); }
.btn-dark {
  background: var(--navy);
  color: #fff;
  margin-top: 20px;
}
.btn-dark:hover { background: var(--navy-soft); }
.btn-light {
  background: #fff;
  color: var(--navy);
}
.btn-light:hover { background: #E8E8EE; transform: translateY(-1px); }
.btn-xl { padding: 16px 32px; font-size: 17px; border-radius: 14px; }
.full { width: 100%; }

/* ============================================
   Section Head (default: on light bg)
   ============================================ */
.section-head {
  text-align: center;
  max-width: 780px;
  margin: 0 auto 64px;
}
.section-eyebrow {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  color: var(--cyan-dark);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.section-title {
  font-size: clamp(34px, 4.6vw, 58px);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.035em;
  color: var(--text);
  margin-bottom: 18px;
}
.section-desc {
  font-size: 17px;
  color: var(--text-muted);
  line-height: 1.65;
  max-width: 680px;
  margin: 12px auto 0;
}
.section-desc strong { color: var(--text); font-weight: 600; }

/* ============================================
   Hero
   ============================================ */
.hero {
  padding: 40px 5% 0;
  max-width: 1440px;
  margin: 0 auto;
}
.hero-card {
  position: relative;
  overflow: hidden;
  border-radius: var(--r-xl);
  padding: clamp(40px, 5.5vw, 68px) clamp(32px, 7vw, 84px);
  background: var(--mesh-dark);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow:
    0 2px 4px rgba(0, 0, 0, 0.28),
    0 28px 72px rgba(0, 0, 0, 0.48),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
  isolation: isolate;
}
/* Layer 1 — fine + regular grain, overlay blend (brings out color + brightness noise) */
.hero-grain {
  position: absolute;
  inset: 0;
  background-image:
    var(--grain-fine),
    var(--grain-fine-light),
    var(--grain);
  background-size: 200px 200px, 260px 260px, 380px 380px;
  background-blend-mode: multiply, screen, normal;
  opacity: 0.95;
  pointer-events: none;
  mix-blend-mode: overlay;
  z-index: 0;
}
/* Layer 2 — coarse grit (soft-light, visible chunky texture) */
.hero-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--grain-coarse), var(--grain-fine);
  background-size: 280px 280px, 180px 180px;
  opacity: 0.55;
  pointer-events: none;
  mix-blend-mode: soft-light;
  z-index: 0;
  border-radius: inherit;
}
/* Layer 3 — edge depth (top highlight + bottom shade) */
.hero-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08) 0%, transparent 30%, transparent 72%, rgba(0, 0, 0, 0.22) 100%),
    radial-gradient(ellipse 90% 60% at 50% 100%, rgba(0, 0, 0, 0.25) 0%, transparent 55%);
  pointer-events: none;
  z-index: 0;
  border-radius: inherit;
}
.hero-content { position: relative; z-index: 1; color: #fff; max-width: 980px; }
.hero-tag {
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  color: var(--cyan);
  padding: 8px 16px;
  border: 1px solid rgba(63, 198, 255, 0.35);
  border-radius: 999px;
  background: rgba(63, 198, 255, 0.1);
  backdrop-filter: blur(8px);
  margin-bottom: 32px;
  letter-spacing: 0.01em;
}
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  font-weight: 700;
  color: #2A1B00;
  padding: 11px 22px 11px 18px;
  border-radius: 999px;
  background: linear-gradient(135deg, #FFE89A 0%, #FFD166 45%, #FFB347 100%);
  border: 1px solid rgba(255, 179, 71, 0.85);
  margin-bottom: 32px;
  letter-spacing: -0.005em;
  box-shadow:
    0 2px 8px rgba(255, 179, 71, 0.35),
    0 8px 24px rgba(255, 140, 50, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.65),
    inset 0 -1px 0 rgba(180, 90, 10, 0.15);
  animation: heroBadgeGlow 3.2s ease-in-out infinite;
}
.hero-badge-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  background: linear-gradient(135deg, #C56900 0%, #8B4600 100%);
  color: #FFE89A;
  font-size: 12px;
  line-height: 1;
  box-shadow:
    0 1px 2px rgba(0, 0, 0, 0.25),
    inset 0 1px 0 rgba(255, 255, 255, 0.25);
}
.hero-badge-highlight {
  font-family: var(--font-num);
  font-weight: 800;
  font-size: 16px;
  color: #8B4600;
  letter-spacing: -0.02em;
  padding: 0 1px;
}
@keyframes heroBadgeGlow {
  0%, 100% {
    box-shadow:
      0 2px 8px rgba(255, 179, 71, 0.35),
      0 8px 24px rgba(255, 140, 50, 0.28),
      inset 0 1px 0 rgba(255, 255, 255, 0.65),
      inset 0 -1px 0 rgba(180, 90, 10, 0.15);
  }
  50% {
    box-shadow:
      0 2px 10px rgba(255, 179, 71, 0.55),
      0 10px 32px rgba(255, 140, 50, 0.42),
      inset 0 1px 0 rgba(255, 255, 255, 0.75),
      inset 0 -1px 0 rgba(180, 90, 10, 0.18);
  }
}
@media (prefers-reduced-motion: reduce) {
  .hero-badge { animation: none; }
}
.hero-title {
  font-size: clamp(42px, 7.8vw, 92px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.04em;
  margin-bottom: 24px;
  color: #fff;
}
.hero-title-accent {
  background: linear-gradient(95deg, #fff 0%, var(--cyan) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.hero-sub {
  font-size: clamp(17px, 1.8vw, 22px);
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 40px;
  max-width: 720px;
}
.hero-sub strong { color: #fff; font-weight: 700; }
.hero-cta {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 56px;
}
.hero .btn-primary {
  background: var(--cyan);
  color: var(--navy);
  box-shadow: 0 4px 16px rgba(63, 198, 255, 0.3);
}
.hero .btn-primary:hover { background: var(--cyan-glow); }
.hero-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 36px;
  padding-top: 32px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}
.hero-trust li {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  display: flex;
  align-items: center;
  gap: 10px;
}
.hero-trust .dot {
  width: 6px; height: 6px; border-radius: 999px;
  background: var(--cyan);
  box-shadow: 0 0 10px var(--cyan);
}

/* ============================================
   Bento — dark cards on light page
   ============================================ */
.bento {
  padding: 72px 5% 96px;
  max-width: 1440px;
  margin: 0 auto;
}
.bento-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.bento-card {
  position: relative;
  overflow: hidden;
  border-radius: var(--r-xl);
  padding: 36px 32px;
  min-height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  box-shadow: var(--shadow-card);
}
/* Bento — Grainy Mesh Gradient cards */
.bento-card {
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow:
    0 2px 4px rgba(30, 20, 10, 0.12),
    0 18px 40px rgba(30, 20, 10, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.18);
}
.bento-card--dark { background: var(--mesh-a); isolation: isolate; }
.bento-card--gradient { background: var(--mesh-c); isolation: isolate; }
.bento-card--light { background: var(--mesh-b); isolation: isolate; }
.bento-card--light:nth-child(4) { background: var(--mesh-d); }
.bento-card--light:nth-child(5) { background: var(--mesh-e); }

.bento-card--dark::after,
.bento-card--gradient::after,
.bento-card--light::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    var(--grain-fine),
    var(--grain-fine-light),
    var(--grain);
  background-size: 240px 240px, 280px 280px, 400px 400px;
  background-blend-mode: multiply, screen, normal;
  opacity: 0.6;
  mix-blend-mode: overlay;
  pointer-events: none;
  border-radius: inherit;
  z-index: 0;
}
.bento-card--light > * { position: relative; z-index: 1; }
.bento-card .bento-eyebrow,
.bento-card .bento-h,
.bento-card .bento-num,
.bento-card .bento-label,
.bento-card .bento-h-sm,
.bento-card .bento-desc {
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.18);
}
.bento-lg {
  grid-column: span 2;
  min-height: 260px;
}
.bento-eyebrow {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--cyan);
  margin-bottom: 14px;
  position: relative;
  z-index: 1;
}
.bento-h {
  font-size: clamp(28px, 3.6vw, 46px);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.025em;
  position: relative;
  z-index: 1;
}
.bento-num {
  font-family: var(--font-num);
  font-size: clamp(48px, 6.5vw, 76px);
  font-weight: 700;
  line-height: 1;
  color: var(--cyan);
  letter-spacing: -0.03em;
  position: relative;
  z-index: 1;
  text-shadow: 0 0 24px rgba(63, 198, 255, 0.35);
}
.bento-card--gradient .bento-num { color: #fff; text-shadow: none; }
.bento-num-unit { font-size: 0.5em; font-weight: 600; margin-left: 4px; color: rgba(255, 255, 255, 0.82); }
.bento-label {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.78);
  margin-top: 12px;
  position: relative;
  z-index: 1;
}
.bento-h-sm {
  font-size: 21px;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin-bottom: 10px;
  color: #fff;
}
.bento-desc {
  font-size: 14.5px;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.6;
}

/* ============================================
   Problem — Simple editorial list
   ============================================ */
.problem {
  padding: 120px 0;
  background:
    radial-gradient(ellipse 45% 40% at 88% 10%, rgba(255, 123, 107, 0.14) 0%, transparent 55%),
    radial-gradient(ellipse 40% 35% at 8% 90%, rgba(255, 123, 107, 0.08) 0%, transparent 55%),
    linear-gradient(180deg, #F3F4F8 0%, #E5E8EF 100%);
  position: relative;
}
.problem .section-eyebrow { color: var(--coral); }
.problem .section-title { color: var(--text); }
.problem .section-head { margin-bottom: 64px; }
.problem-list {
  max-width: 880px;
  margin: 0 auto 56px;
  list-style: none;
  padding: 0;
  border-top: 1px solid rgba(26, 26, 46, 0.12);
}
.problem-list li {
  display: flex;
  align-items: baseline;
  gap: 32px;
  padding: 28px 4px;
  border-bottom: 1px solid rgba(26, 26, 46, 0.12);
  transition: background 0.2s ease;
}
.problem-list li:hover {
  background: rgba(255, 255, 255, 0.5);
}
.problem-list-num {
  font-family: var(--font-num);
  font-size: 32px;
  font-weight: 800;
  color: var(--coral);
  letter-spacing: -0.04em;
  line-height: 1;
  min-width: 52px;
  flex-shrink: 0;
}
.problem-list-text {
  font-size: 20px;
  line-height: 1.5;
  color: var(--text);
  letter-spacing: -0.015em;
  font-weight: 500;
  flex: 1;
}
.problem-list-text strong {
  font-weight: 700;
  color: var(--text);
  background-image: linear-gradient(transparent 62%, rgba(255, 123, 107, 0.28) 62%);
  padding: 0 2px;
}
@media (max-width: 640px) {
  .problem { padding: 80px 0; }
  .problem-list li { gap: 20px; padding: 22px 4px; }
  .problem-list-num { font-size: 24px; min-width: 40px; }
  .problem-list-text { font-size: 17px; }
}

.problem-marquee {
  width: 100%;
  overflow: hidden;
  padding: 10px 0;
  margin-bottom: 56px;
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 7%, #000 93%, transparent 100%);
          mask-image: linear-gradient(90deg, transparent 0, #000 7%, #000 93%, transparent 100%);
}
.problem-track {
  display: flex;
  gap: 20px;
  width: max-content;
  animation: problemScroll 40s linear infinite;
  will-change: transform;
}
.problem-marquee:hover .problem-track {
  animation-play-state: paused;
}
@keyframes problemScroll {
  from { transform: translateX(0); }
  to   { transform: translateX(calc(-50% - 10px)); }
}
@media (prefers-reduced-motion: reduce) {
  .problem-track { animation: none; transform: none; }
  .problem-marquee { mask-image: none; -webkit-mask-image: none; overflow-x: auto; }
}

.problem-card {
  flex: 0 0 400px;
  min-height: 200px;
  padding: 34px 32px 30px;
  border-radius: 22px;
  background: linear-gradient(145deg, #15132A 0%, #0A0817 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.92);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  box-shadow:
    0 2px 4px rgba(0, 0, 0, 0.18),
    0 16px 36px rgba(0, 0, 0, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
  transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
  --accent: #3FC6FF;
}
/* Rotating per-card accent color */
.problem-card:nth-child(5n+1) { --accent: #3FC6FF; } /* Cyan */
.problem-card:nth-child(5n+2) { --accent: #FFD166; } /* Yellow */
.problem-card:nth-child(5n+3) { --accent: #FF7B6B; } /* Coral */
.problem-card:nth-child(5n+4) { --accent: #FF8BC6; } /* Pink */
.problem-card:nth-child(5n+5) { --accent: #7DE87D; } /* Green */

.problem-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--grain-fine-light), var(--grain);
  background-size: 240px 240px, 400px 400px;
  background-blend-mode: screen;
  opacity: 0.3;
  mix-blend-mode: overlay;
  pointer-events: none;
  z-index: 0;
  border-radius: inherit;
}
.problem-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(140% 90% at 100% 0%, color-mix(in srgb, var(--accent) 14%, transparent) 0%, transparent 55%);
  pointer-events: none;
  z-index: 0;
  border-radius: inherit;
}
.problem-card > * { position: relative; z-index: 1; }
.problem-card:hover {
  transform: translateY(-6px);
  border-color: color-mix(in srgb, var(--accent) 55%, transparent);
  box-shadow:
    0 4px 8px rgba(0, 0, 0, 0.2),
    0 24px 48px rgba(0, 0, 0, 0.35),
    0 0 32px color-mix(in srgb, var(--accent) 22%, transparent),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.problem-num {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-num);
  font-weight: 700;
  font-size: 12px;
  color: var(--accent);
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.problem-num::before {
  content: "";
  width: 24px;
  height: 2px;
  background: var(--accent);
  box-shadow: 0 0 10px color-mix(in srgb, var(--accent) 55%, transparent);
}
.problem-card p {
  font-size: 17.5px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.95);
  font-weight: 500;
  letter-spacing: -0.01em;
}
.problem-card strong {
  color: var(--accent);
  font-weight: 700;
  letter-spacing: -0.005em;
}

.problem-quote {
  max-width: 920px;
  margin: 0 auto;
  padding: 32px 40px;
  border-radius: var(--r-lg);
  font-size: 17.5px;
  line-height: 1.65;
  text-align: left;
  color: var(--text);
  position: relative;
  background: #fff;
  border: 1px solid rgba(255, 123, 107, 0.2);
  border-left: 4px solid var(--coral);
  box-shadow:
    0 1px 2px rgba(15, 12, 32, 0.06),
    0 12px 28px rgba(15, 12, 32, 0.1);
}
.problem-quote em {
  color: var(--coral);
  font-weight: 700;
  font-style: normal;
}
.problem-quote::before {
  content: "\201C";
  position: absolute;
  top: -8px;
  left: 14px;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 80px;
  line-height: 1;
  color: rgba(255, 123, 107, 0.2);
  font-weight: 700;
  pointer-events: none;
}

/* ============================================
   Urgency — Why now (dramatic dark section)
   ============================================ */
.urgency {
  position: relative;
  padding: 120px 0;
  background: var(--grad-offer);
  color: rgba(255, 255, 255, 0.92);
  overflow: hidden;
  isolation: isolate;
}
.urgency::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--grain-fine-light), var(--grain);
  background-size: 240px 240px, 400px 400px;
  background-blend-mode: screen;
  opacity: 0.18;
  mix-blend-mode: overlay;
  pointer-events: none;
  z-index: 0;
}
.urgency > .container { position: relative; z-index: 1; }
.urgency .section-eyebrow { color: var(--coral); }
.urgency .section-title { color: #fff; }
.urgency .section-title .accent { color: var(--cyan); }
.urgency .section-desc {
  color: rgba(255, 255, 255, 0.7);
  max-width: 620px;
  margin: 18px auto 0;
}
.urgency .section-head { margin-bottom: 56px; }

.urgency-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  max-width: 880px;
  margin: 0 auto 56px;
}
.urgency-card {
  position: relative;
  padding: 36px 32px 34px;
  border-radius: var(--r-lg);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0.02) 100%);
  border: 1px solid rgba(255, 255, 255, 0.10);
  display: flex;
  flex-direction: column;
  gap: 14px;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}
.urgency-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 123, 107, 0.35);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.25);
}
.urgency-card--featured {
  background: linear-gradient(145deg, rgba(255, 123, 107, 0.18) 0%, rgba(255, 123, 107, 0.04) 100%);
  border-color: rgba(255, 123, 107, 0.4);
  box-shadow: 0 0 40px rgba(255, 123, 107, 0.18);
}
.urgency-num {
  font-family: var(--font-num);
  font-size: 12px;
  font-weight: 700;
  color: var(--coral);
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.urgency-title {
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #fff;
  line-height: 1.3;
}
.urgency-text {
  font-size: 15px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.72);
  letter-spacing: -0.005em;
}
.urgency-text strong {
  color: #fff;
  font-weight: 700;
  background-image: linear-gradient(transparent 62%, rgba(255, 123, 107, 0.32) 62%);
  padding: 0 2px;
}
.urgency-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 6px;
  padding: 8px 14px;
  background: rgba(255, 123, 107, 0.18);
  border: 1px solid rgba(255, 123, 107, 0.45);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  color: #FFB7A8;
  letter-spacing: -0.01em;
  width: -moz-fit-content;
  width: fit-content;
}
.urgency-badge::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--coral);
  box-shadow: 0 0 10px rgba(255, 123, 107, 0.7);
  animation: urgencyPulse 1.6s ease-in-out infinite;
}
@keyframes urgencyPulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.55; transform: scale(1.35); }
}

.urgency-cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}
.urgency-note {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.55);
  letter-spacing: -0.01em;
}

@media (max-width: 900px) {
  .urgency-grid { grid-template-columns: 1fr; max-width: 540px; gap: 18px; }
}
@media (max-width: 640px) {
  .urgency { padding: 80px 0; }
  .urgency-card { padding: 28px 24px; }
  .urgency-title { font-size: 19px; }
}

/* ============================================
   Solution — cool tint with cyan accent
   ============================================ */
.solution {
  padding: 120px 0;
  background:
    radial-gradient(ellipse 50% 55% at 12% 18%, rgba(63, 198, 255, 0.16) 0%, transparent 58%),
    radial-gradient(ellipse 45% 35% at 92% 85%, rgba(63, 198, 255, 0.10) 0%, transparent 58%),
    linear-gradient(180deg, #EAEFF5 0%, #DDE4EC 100%);
  position: relative;
}
.solution > * { position: relative; z-index: 1; }
.section-head--center { text-align: center; max-width: 760px; margin: 0 auto 64px; }
.section-head--center .section-desc { color: var(--text-muted); }
.solution-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  max-width: 1180px;
  margin: 0 auto;
}
.step-card {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  border-radius: var(--r-xl);
  padding: 44px 40px 40px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 14px;
  min-height: 320px;
  box-shadow:
    0 2px 4px rgba(30, 20, 10, 0.12),
    0 18px 40px rgba(30, 20, 10, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.18);
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
  --step-color: #3FC6FF;
}
/* All steps use the same monochrome dark mesh */
.step-card { background: var(--mesh-mono-dark); }

.step-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    var(--grain-fine),
    var(--grain-fine-light),
    var(--grain);
  background-size: 240px 240px, 280px 280px, 400px 400px;
  background-blend-mode: multiply, screen, normal;
  opacity: 0.6;
  mix-blend-mode: overlay;
  pointer-events: none;
  z-index: 0;
  border-radius: inherit;
}
.step-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.14) 0%, transparent 30%, transparent 70%, rgba(0, 0, 0, 0.10) 100%);
  pointer-events: none;
  z-index: 0;
  border-radius: inherit;
}
.step-card > * { position: relative; z-index: 1; }
.step-card {
  border-top: 3px solid color-mix(in srgb, var(--step-color) 80%, transparent);
}
.step-card:hover {
  transform: translateY(-6px);
  border-color: color-mix(in srgb, var(--step-color) 50%, transparent);
  border-top-color: var(--step-color);
  box-shadow:
    0 4px 8px rgba(30, 20, 10, 0.18),
    0 28px 56px rgba(30, 20, 10, 0.32),
    0 0 40px color-mix(in srgb, var(--step-color) 20%, transparent),
    inset 0 1px 0 rgba(255, 255, 255, 0.22);
}

.step-head {
  display: flex;
  align-items: baseline;
  gap: 14px;
  margin-bottom: 10px;
}
.step-badge {
  display: inline-flex;
  align-items: center;
  padding: 6px 12px;
  border-radius: 999px;
  background: color-mix(in srgb, var(--step-color) 18%, transparent);
  border: 1px solid color-mix(in srgb, var(--step-color) 45%, transparent);
  color: var(--step-color);
  font-family: var(--font-num);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.step-num {
  font-family: var(--font-num);
  font-weight: 800;
  font-size: 56px;
  color: var(--step-color);
  letter-spacing: -0.04em;
  line-height: 1;
  text-shadow: 0 0 28px color-mix(in srgb, var(--step-color) 35%, transparent);
}
.step-title {
  font-size: 26px;
  font-weight: 800;
  color: #fff;
  line-height: 1.25;
  letter-spacing: -0.025em;
  margin-bottom: 4px;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.22);
}
.step-keypoint {
  display: inline-block;
  align-self: flex-start;
  font-size: 15px;
  font-weight: 700;
  color: var(--step-color);
  letter-spacing: -0.01em;
  padding: 8px 14px;
  margin: 4px 0 12px;
  background: color-mix(in srgb, var(--step-color) 12%, transparent);
  border-left: 3px solid var(--step-color);
  border-radius: 4px;
  line-height: 1.4;
}
.step-text {
  font-size: 15.5px;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.7;
  font-weight: 500;
  letter-spacing: -0.005em;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}
.step-text strong {
  color: #fff;
  font-weight: 700;
}
@media (max-width: 880px) {
  .solution-grid { grid-template-columns: 1fr; gap: 18px; }
  .step-card { min-height: auto; padding: 36px 28px 32px; }
  .step-num { font-size: 44px; }
  .step-title { font-size: 22px; }
}

/* ============================================
   Services — subtle grid pattern, blue tint
   ============================================ */
.services {
  padding: 120px 0;
  background:
    radial-gradient(ellipse 40% 30% at 85% 5%, rgba(63, 198, 255, 0.1) 0%, transparent 60%),
    linear-gradient(180deg, #E8E4F0 0%, #EEEAF4 100%);
  position: relative;
}
.services::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(26, 26, 46, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(26, 26, 46, 0.04) 1px, transparent 1px);
  background-size: 60px 60px;
  mask-image: linear-gradient(180deg, transparent 0%, #000 15%, #000 85%, transparent 100%);
  -webkit-mask-image: linear-gradient(180deg, transparent 0%, #000 15%, #000 85%, transparent 100%);
  opacity: 0.4;
  pointer-events: none;
}
.services > * { position: relative; z-index: 1; }
.service {
  background: var(--mesh-a);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--r-xl);
  padding: 48px;
  margin-bottom: 24px;
  color: #fff;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  box-shadow:
    0 2px 4px rgba(30, 20, 10, 0.12),
    0 18px 40px rgba(30, 20, 10, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.18);
}
/* Per-card mesh rotation */
.services .service:nth-of-type(1) { background: var(--mesh-a); }
.services .service:nth-of-type(2) { background: var(--mesh-b); }
.services .service:nth-of-type(3) { background: var(--mesh-c); }
.service::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    var(--grain-fine),
    var(--grain-fine-light),
    var(--grain);
  background-size: 240px 240px, 280px 280px, 400px 400px;
  background-blend-mode: multiply, screen, normal;
  opacity: 0.55;
  mix-blend-mode: overlay;
  pointer-events: none;
  border-radius: inherit;
  z-index: 0;
}
.service > * { position: relative; z-index: 1; }
.service:hover {
  transform: translateY(-4px);
  box-shadow:
    0 4px 8px rgba(30, 20, 10, 0.16),
    0 24px 48px rgba(30, 20, 10, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.22);
}
.service--compact { padding: 40px 48px; }
.service--featured {
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.18);
}
/* Text readability on mesh */
.service .service-title,
.service .service-title-sm,
.service .service-lead,
.service .service-lead-sm,
.service .service-core h4,
.service .service-features h4,
.service .service-badge {
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}
.service-featured-grain {
  position: absolute;
  inset: 0;
  background-image: var(--grain);
  opacity: 0.22;
  pointer-events: none;
  mix-blend-mode: overlay;
}
.service-featured-content {
  position: relative;
  z-index: 1;
  padding: 56px;
}

.service-featured-head { margin-bottom: 40px; }
.service-badge {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  background: var(--cyan);
  color: var(--navy);
  padding: 6px 14px;
  border-radius: 999px;
  margin-bottom: 18px;
  box-shadow: 0 0 16px rgba(63, 198, 255, 0.45);
}
.service-title {
  font-size: clamp(30px, 3.8vw, 48px);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.1;
  margin-bottom: 16px;
  color: #fff;
}
.service-lead {
  font-size: 18px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.82);
}
.service-lead strong { color: #fff; font-weight: 700; }

.service-head-row {
  margin-bottom: 32px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.service-title-sm {
  font-size: clamp(26px, 3vw, 38px);
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.15;
  margin-bottom: 12px;
  color: #fff;
}
.service-lead-sm {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.55;
}
.service-lead-sm strong { color: #fff; font-weight: 600; }

.service-core h4,
.service-features h4 {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--cyan);
  margin-bottom: 18px;
}
.service-core { margin-bottom: 32px; }
.service-numbered {
  display: grid;
  gap: 6px;
  counter-reset: n;
}
.service-numbered li {
  font-size: 15.5px;
  line-height: 1.55;
  padding: 14px 18px 14px 58px;
  position: relative;
  counter-increment: n;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--r-sm);
  color: rgba(255, 255, 255, 0.88);
  transition: all 0.2s;
}
.service-numbered li:hover {
  background: rgba(63, 198, 255, 0.08);
  border-color: rgba(63, 198, 255, 0.28);
}
.service-numbered li::before {
  content: counter(n, decimal-leading-zero);
  position: absolute;
  left: 16px;
  top: 14px;
  font-family: var(--font-num);
  font-weight: 700;
  color: var(--cyan);
  font-size: 13px;
  letter-spacing: 0.05em;
  background: rgba(63, 198, 255, 0.14);
  padding: 3px 8px;
  border-radius: 6px;
  line-height: 1;
}
.service-numbered li strong { color: #fff; font-weight: 700; }

.service-features { margin-bottom: 32px; }
.feature-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6px 22px;
}
.feature-grid li {
  font-size: 14.5px;
  line-height: 1.55;
  padding: 11px 0 11px 22px;
  position: relative;
  color: rgba(255, 255, 255, 0.78);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.feature-grid li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 20px;
  width: 10px;
  height: 2px;
  background: var(--cyan);
  opacity: 0.7;
}

.service-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 28px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.meta-box {
  flex: 1;
  min-width: 220px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 14px 18px;
  border-radius: var(--r-sm);
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.meta-label {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--cyan);
}
.meta-val { font-size: 14px; font-weight: 500; color: rgba(255, 255, 255, 0.88); }

.service-bullets--horizontal {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 24px;
  margin-bottom: 28px;
}
.service-bullets--horizontal li {
  font-size: 14.5px;
  padding: 11px 0 11px 22px;
  position: relative;
  color: rgba(255, 255, 255, 0.8);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  line-height: 1.55;
}
.service-bullets--horizontal li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 20px;
  width: 10px;
  height: 2px;
  background: var(--cyan);
  opacity: 0.7;
}

/* ============================================
   About Team — 7명 소수 정예 포지셔닝
   ============================================ */
.about-team {
  padding: 120px 0;
  background:
    radial-gradient(ellipse 50% 45% at 18% 22%, rgba(255, 123, 107, 0.07) 0%, transparent 60%),
    radial-gradient(ellipse 45% 40% at 88% 80%, rgba(63, 198, 255, 0.08) 0%, transparent 60%),
    linear-gradient(180deg, #EFEAF4 0%, #E5E0EC 100%);
  position: relative;
}
.about-team .section-eyebrow { color: var(--cyan-dark); }
.about-team .section-title { color: var(--text); }

/* — Team composition: 1 + 3 + 3 = 7 — */
.team-composition {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
  max-width: 980px;
  margin: 0 auto 64px;
}
.team-comp-card {
  flex: 1 1 180px;
  max-width: 220px;
  padding: 32px 24px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  box-shadow: 0 8px 24px rgba(15, 12, 32, 0.06);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.team-comp-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 36px rgba(15, 12, 32, 0.10);
}
.team-comp-num {
  font-family: var(--font-num);
  font-size: 64px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.04em;
  color: var(--cyan-dark);
  margin-bottom: 10px;
}
.team-comp-role {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.005em;
  color: var(--text);
}
.team-comp-plus {
  font-family: var(--font-num);
  font-size: 28px;
  font-weight: 300;
  color: var(--text-muted);
  flex: 0 0 auto;
}
.team-comp-total {
  flex: 1 1 200px;
  max-width: 240px;
  padding: 32px 24px;
  background: linear-gradient(145deg, #1A1730 0%, #0F0D1F 100%);
  border-radius: var(--r-lg);
  text-align: center;
  margin-left: 18px;
  position: relative;
  border: 1px solid rgba(63, 198, 255, 0.3);
  box-shadow:
    0 12px 36px rgba(15, 12, 32, 0.18),
    0 0 40px rgba(63, 198, 255, 0.12);
}
.team-comp-total::before {
  content: "=";
  position: absolute;
  left: -32px;
  top: 50%;
  transform: translateY(-50%);
  font-family: var(--font-num);
  font-size: 28px;
  font-weight: 300;
  color: var(--text-muted);
}
.team-comp-total-label {
  display: block;
  font-family: var(--font-num);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.18em;
  color: var(--cyan);
  margin-bottom: 6px;
}
.team-comp-total-num {
  display: inline-block;
  font-family: var(--font-num);
  font-size: 72px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.04em;
  color: #fff;
  text-shadow: 0 0 24px rgba(63, 198, 255, 0.35);
}
.team-comp-total-suffix {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.72);
  margin-top: 8px;
  letter-spacing: -0.005em;
}

/* — Strengths: 2 cards — */
.team-strengths {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  max-width: 880px;
  margin: 0 auto 56px;
}
.team-strength-card {
  position: relative;
  padding: 36px 32px 32px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  box-shadow: 0 8px 24px rgba(15, 12, 32, 0.05);
  display: flex;
  flex-direction: column;
  gap: 14px;
  transition: transform 0.3s ease, border-color 0.3s ease;
}
.team-strength-card:hover {
  transform: translateY(-4px);
  border-color: rgba(27, 139, 208, 0.3);
}
.team-strength-num {
  font-family: var(--font-num);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.18em;
  color: var(--coral);
}
.team-strength-title {
  font-size: 19px;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--text);
  line-height: 1.35;
}
.team-strength-text {
  font-size: 14.5px;
  line-height: 1.65;
  color: var(--text-muted);
  letter-spacing: -0.005em;
}

.team-strengths:last-child { margin-bottom: 0; }

@media (max-width: 880px) {
  .about-team { padding: 80px 0; }
  .team-composition { gap: 12px; }
  .team-comp-card { padding: 24px 16px; flex: 1 1 100px; }
  .team-comp-num { font-size: 44px; }
  .team-comp-total { margin-left: 0; padding: 24px 16px; flex-basis: 100%; }
  .team-comp-total::before { display: none; }
  .team-comp-total-num { font-size: 56px; }
  .team-comp-plus { font-size: 22px; }
  .team-strengths { grid-template-columns: 1fr; max-width: 480px; }
}

/* ============================================
   Deliverables Preview — proof of WBS / planning
   ============================================ */
.deliverables {
  padding: 120px 0;
  background:
    radial-gradient(ellipse 50% 45% at 18% 20%, rgba(63, 198, 255, 0.08) 0%, transparent 60%),
    radial-gradient(ellipse 45% 40% at 82% 82%, rgba(255, 123, 107, 0.06) 0%, transparent 60%),
    linear-gradient(180deg, #ECE7F2 0%, #E2DDE9 100%);
  position: relative;
}
.deliverables .section-eyebrow { color: var(--cyan-dark); }
.deliverables .section-title { color: var(--text); }
.deliverables .section-desc { color: var(--text-muted); }

.deliverables-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
  max-width: 1180px;
  margin: 0 auto;
}
.deliverable-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--r-xl);
  overflow: hidden;
  box-shadow: 0 12px 36px rgba(15, 12, 32, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
  display: flex;
  flex-direction: column;
}
.deliverable-card:hover {
  transform: translateY(-6px);
  border-color: rgba(27, 139, 208, 0.28);
  box-shadow: 0 20px 56px rgba(15, 12, 32, 0.14);
}

.deliverable-image {
  margin: 0;
  background: linear-gradient(180deg, #F5F2FA 0%, #ECE8F2 100%);
  border-bottom: 1px solid var(--line);
  padding: 28px 28px 24px;
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.deliverable-image img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  border-radius: var(--r-sm);
  border: 1px solid var(--line);
  box-shadow: 0 8px 28px rgba(15, 12, 32, 0.14);
  transform-origin: top center;
  transition: transform 0.4s ease;
  object-fit: contain;
}
.deliverable-card:hover .deliverable-image img {
  transform: scale(1.02);
}

.deliverable-meta {
  padding: 28px 32px 32px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.deliverable-tag {
  display: inline-block;
  font-family: var(--font-num);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  color: var(--cyan-dark);
  background: rgba(27, 139, 208, 0.10);
  padding: 6px 12px;
  border-radius: 999px;
  width: fit-content;
}
.deliverable-title {
  font-size: 19px;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--text);
  line-height: 1.35;
}
.deliverable-desc {
  font-size: 14.5px;
  line-height: 1.65;
  color: var(--text-muted);
  letter-spacing: -0.005em;
}

.deliverables-note {
  max-width: 880px;
  margin: 36px auto 0;
  text-align: center;
  font-size: 13px;
  color: var(--text-muted);
  letter-spacing: -0.005em;
  line-height: 1.55;
  font-style: italic;
}

@media (max-width: 880px) {
  .deliverables { padding: 80px 0; }
  .deliverables-grid { grid-template-columns: 1fr; max-width: 520px; gap: 24px; }
  .deliverable-image { padding: 16px 16px 0; }
  .deliverable-image img { max-height: 240px; }
  .deliverable-meta { padding: 24px 24px 28px; }
  .deliverable-title { font-size: 17px; }
}

/* ============================================
   Portfolio — image grid + lightbox
   ============================================ */
.portfolio {
  padding: 120px 0;
  background:
    radial-gradient(ellipse 45% 40% at 85% 15%, rgba(63, 198, 255, 0.10) 0%, transparent 60%),
    radial-gradient(ellipse 40% 35% at 10% 85%, rgba(255, 123, 107, 0.06) 0%, transparent 60%),
    linear-gradient(180deg, #F0EDF6 0%, #E7E2EE 100%);
  position: relative;
}
.portfolio .section-title { color: var(--text); }
.portfolio .section-title .accent { color: var(--cyan-dark); }

.portfolio-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.portfolio-card {
  display: flex;
  flex-direction: column;
  background: var(--navy);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--r-lg);
  overflow: hidden;
  cursor: pointer;
  text-align: left;
  transition: all 0.3s cubic-bezier(.2,.8,.2,1);
  font-family: inherit;
  color: inherit;
  padding: 0;
  box-shadow: var(--shadow-soft);
  position: relative;
}
.portfolio-card:hover {
  background: var(--navy-soft);
  border-color: rgba(63, 198, 255, 0.4);
  transform: translateY(-4px);
  box-shadow: var(--shadow-card), 0 0 28px rgba(63, 198, 255, 0.15);
}
.portfolio-card--more { display: none; }
.portfolio.expanded .portfolio-card--more { display: flex; }

.portfolio-thumb {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #0A0817;
}
.portfolio-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.5s cubic-bezier(.2,.8,.2,1);
  display: block;
}
.portfolio-card:hover .portfolio-thumb img {
  transform: scale(1.04);
}
.portfolio-thumb::after {
  content: "자세히 보기 →";
  position: absolute;
  top: 12px;
  right: 12px;
  background: rgba(63, 198, 255, 0.92);
  color: var(--navy);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: -0.005em;
  padding: 6px 11px;
  border-radius: 999px;
  opacity: 0;
  transform: translateY(-4px);
  transition: opacity 0.25s, transform 0.25s;
  pointer-events: none;
  box-shadow: 0 6px 20px rgba(63, 198, 255, 0.35);
}
.portfolio-card:hover .portfolio-thumb::after {
  opacity: 1;
  transform: translateY(0);
}
.portfolio-meta {
  padding: 22px 24px 24px;
}
.portfolio-tag {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--cyan);
  background: rgba(63, 198, 255, 0.1);
  border: 1px solid rgba(63, 198, 255, 0.22);
  padding: 4px 10px;
  border-radius: 999px;
  margin-bottom: 12px;
}
.portfolio-meta h3 {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  letter-spacing: -0.018em;
  line-height: 1.3;
  margin-bottom: 6px;
}
.portfolio-meta p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.5;
}

.portfolio-toggle {
  display: block;
  margin: 48px auto 0;
  background: #fff;
  border: 1px solid var(--line);
  color: var(--text);
  padding: 14px 28px;
  border-radius: 999px;
  font-size: 14.5px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.2s;
  letter-spacing: -0.005em;
  box-shadow: var(--shadow-soft);
}
.portfolio-toggle:hover {
  background: var(--navy);
  border-color: var(--navy);
  color: #fff;
  transform: translateY(-1px);
}
.portfolio.expanded .portfolio-toggle { display: none; }

/* Modal */
.portfolio-modal {
  position: fixed;
  inset: 0;
  background: rgba(5, 4, 9, 0.92);
  backdrop-filter: blur(12px);
  z-index: 300;
  display: none;
  overflow-y: auto;
  padding: 60px 5% 80px;
}
.portfolio-modal.open {
  display: block;
  animation: fadeIn 0.25s ease;
}
@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}
.portfolio-modal-close {
  position: fixed;
  top: 24px;
  right: 24px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  font-size: 28px;
  font-weight: 300;
  cursor: pointer;
  z-index: 10;
  transition: all 0.2s;
  backdrop-filter: blur(8px);
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.portfolio-modal-close:hover {
  background: var(--cyan);
  color: var(--navy);
  border-color: var(--cyan);
  transform: rotate(90deg);
}
.portfolio-modal-inner {
  max-width: 1100px;
  margin: 0 auto;
}
.portfolio-modal-caption {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  letter-spacing: -0.025em;
  margin-bottom: 24px;
  text-align: center;
}
.portfolio-modal-images {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.portfolio-modal-images img {
  width: 100%;
  height: auto;
  border-radius: var(--r-lg);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 16px 60px rgba(0, 0, 0, 0.6);
  display: block;
}

/* ============================================
   Cases — legacy (kept for safety, unused)
   ============================================ */
.cases {
  padding: 120px 0;
  background: var(--charcoal);
  position: relative;
}
.cases::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 40% 30% at 85% 15%, rgba(63, 198, 255, 0.08), transparent 60%),
    radial-gradient(ellipse 40% 30% at 15% 85%, rgba(255, 123, 107, 0.06), transparent 60%);
  pointer-events: none;
}
.cases > * { position: relative; z-index: 1; }
.cases .section-title { color: #fff; }
.cases .section-desc { color: rgba(255, 255, 255, 0.75); }
.cases .section-desc strong { color: #fff; }
.cases .section-eyebrow { color: var(--cyan); }
.case-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.case-card {
  position: relative;
  overflow: hidden;
  background: var(--navy);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--r-xl);
  padding: 36px;
  transition: all 0.3s;
  display: flex;
  flex-direction: column;
  box-shadow: var(--shadow-soft);
}
.case-card:hover {
  background: var(--navy-soft);
  border-color: var(--cyan);
  transform: translateY(-4px);
  box-shadow: var(--shadow-card), 0 0 32px rgba(63, 198, 255, 0.18);
}
.case-grain {
  position: absolute;
  inset: 0;
  background-image: var(--grain);
  opacity: 0.08;
  pointer-events: none;
}
.case-content { position: relative; z-index: 1; display: flex; flex-direction: column; height: 100%; }
.case-tag {
  display: inline-block;
  align-self: flex-start;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--navy);
  background: var(--cyan);
  padding: 6px 12px;
  border-radius: 999px;
  margin-bottom: 20px;
}
.case-card h3 {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.3;
  margin-bottom: 24px;
  color: #fff;
}
.case-card dl { margin-bottom: 24px; flex: 1; }
.case-card dt {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--cyan);
  margin-top: 16px;
  margin-bottom: 6px;
}
.case-card dt:first-of-type { margin-top: 0; }
.case-card dd {
  font-size: 14.5px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.82);
  margin: 0;
}
.case-result {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.55;
  color: #fff;
  padding: 16px 20px;
  background: rgba(63, 198, 255, 0.12);
  border: 1px solid rgba(63, 198, 255, 0.3);
  border-left: 3px solid var(--cyan);
  border-radius: 0 var(--r-md) var(--r-md) 0;
}
.case-result strong { color: var(--cyan); font-weight: 700; }

/* ============================================
   Compare — vs 일반 외주 (dark section)
   ============================================ */
.compare {
  padding: 120px 0;
  background:
    radial-gradient(ellipse 40% 40% at 80% 20%, rgba(63, 198, 255, 0.08), transparent 60%),
    radial-gradient(ellipse 35% 35% at 15% 85%, rgba(255, 123, 107, 0.06), transparent 60%),
    linear-gradient(180deg, #08060F 0%, #0D0B1A 100%);
  color: #fff;
  position: relative;
}
.compare .section-title { color: #fff; }
.compare .section-desc { color: rgba(255, 255, 255, 0.72); }
.compare .section-desc strong { color: #fff; }
.compare .section-eyebrow { color: var(--cyan); }
.compare-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  max-width: 1180px;
  margin: 0 auto;
}
.compare-col {
  border-radius: var(--r-xl);
  padding: 40px;
  position: relative;
  transition: all 0.3s;
}
.compare-col--generic {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.55);
  overflow: hidden;
  isolation: isolate;
}
.compare-col--generic::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    var(--grain-fine-light),
    var(--grain);
  background-size: 240px 240px, 400px 400px;
  background-blend-mode: screen;
  opacity: 0.2;
  mix-blend-mode: overlay;
  pointer-events: none;
  border-radius: inherit;
  z-index: 0;
}
.compare-col--generic > * { position: relative; z-index: 1; }
.compare-col--us {
  background: var(--grad-offer);
  border: 2px solid rgba(63, 198, 255, 0.55);
  color: rgba(255, 255, 255, 0.92);
  box-shadow:
    0 12px 48px rgba(63, 198, 255, 0.22),
    0 0 80px rgba(63, 198, 255, 0.10);
  overflow: hidden;
  isolation: isolate;
  transform: scale(1.015);
}
.compare-recommend-badge {
  position: absolute;
  top: -14px;
  right: 28px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 14px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--cyan) 0%, var(--cyan-glow) 100%);
  color: var(--navy);
  font-family: var(--font-num);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  box-shadow:
    0 4px 16px rgba(63, 198, 255, 0.45),
    0 0 24px rgba(63, 198, 255, 0.35);
}
.compare-recommend-badge::before {
  content: "★";
  font-size: 12px;
  letter-spacing: 0;
}
.compare-col--us::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    var(--grain-fine-light),
    var(--grain);
  background-size: 240px 240px, 400px 400px;
  background-blend-mode: screen;
  opacity: 0.24;
  pointer-events: none;
  mix-blend-mode: overlay;
  border-radius: inherit;
  z-index: 0;
}
.compare-col--us > * { position: relative; z-index: 1; }
.compare-col-head {
  margin-bottom: 24px;
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.compare-tag {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 14px;
}
.compare-tag--accent {
  background: var(--cyan);
  color: var(--navy);
  box-shadow: 0 0 16px rgba(63, 198, 255, 0.4);
}
.compare-col-head h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.02em;
  color: #fff;
}
.compare-col--generic .compare-col-head h3 { color: rgba(255, 255, 255, 0.7); }
.compare-items {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.compare-label {
  font-family: var(--font-num);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 22px;
  margin-bottom: 8px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.compare-label:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}
.compare-text {
  font-size: 17.5px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.88);
  letter-spacing: -0.01em;
}
.compare-col--us .compare-label { color: var(--cyan); }
.compare-col--us .compare-text { color: rgba(255, 255, 255, 0.95); }
.compare-col--us .compare-text strong { color: #fff; font-weight: 700; }
.compare-col--generic .compare-label { color: rgba(255, 255, 255, 0.5); }
.compare-col--generic .compare-text { color: rgba(255, 255, 255, 0.65); }
.compare-col--generic .compare-text strong { color: rgba(255, 255, 255, 0.85); font-weight: 600; }

.compare-col ul { display: grid; gap: 2px; }
.compare-col ul li {
  font-size: 15px;
  line-height: 1.55;
  padding: 12px 0 12px 30px;
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.compare-col ul li:last-child { border-bottom: 0; }

/* Inline check / x icons inside compare-text */
.compare-text {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.compare-icon {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  font-size: 13px;
  font-weight: 800;
  margin-top: 2px;
  line-height: 1;
}
.compare-icon--good {
  background: var(--cyan);
  color: var(--navy);
  box-shadow: 0 0 12px rgba(63, 198, 255, 0.45);
}
.compare-icon--bad {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: rgba(255, 255, 255, 0.4);
}

@media (max-width: 880px) {
  .compare-col--us { transform: none; }
  .compare-recommend-badge { right: 16px; }
}

/* ============================================
   Metrics Strip — dark section after cases
   ============================================ */
.metrics {
  padding: 100px 0;
  background: linear-gradient(180deg, #1D1020 0%, #281628 100%);
  position: relative;
  overflow: hidden;
}
.metrics::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 40% 50% at 20% 50%, rgba(255, 123, 107, 0.18), transparent 60%),
    radial-gradient(ellipse 40% 50% at 80% 50%, rgba(63, 198, 255, 0.10), transparent 60%);
  pointer-events: none;
}
.metrics > * { position: relative; z-index: 1; }
.metrics-head {
  text-align: center;
  max-width: 680px;
  margin: 0 auto 56px;
}
.metrics-head .section-eyebrow { color: var(--cyan); }
.metrics-title {
  font-size: clamp(28px, 3.6vw, 44px);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.03em;
  color: #fff;
}
.metrics-title .accent { color: var(--cyan); }
.metrics-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.metric {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--r-lg);
  padding: 36px 28px;
  text-align: center;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
}
.metric:hover {
  background: rgba(63, 198, 255, 0.06);
  border-color: rgba(63, 198, 255, 0.3);
  transform: translateY(-3px);
}
.metric--featured {
  background: linear-gradient(180deg, rgba(63, 198, 255, 0.12) 0%, rgba(63, 198, 255, 0.03) 100%);
  border-color: rgba(63, 198, 255, 0.4);
  box-shadow: 0 0 40px rgba(63, 198, 255, 0.12);
}
.metric-num {
  font-family: var(--font-num);
  font-size: clamp(40px, 5vw, 60px);
  font-weight: 700;
  color: var(--cyan);
  letter-spacing: -0.035em;
  line-height: 1;
  margin-bottom: 14px;
  text-shadow: 0 0 28px rgba(63, 198, 255, 0.35);
}
.metric-num .unit,
.metric-num .plus {
  font-size: 0.42em;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.75);
  margin-left: 6px;
  letter-spacing: 0;
  text-shadow: none;
}
.metric-label {
  font-size: 15px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 6px;
  letter-spacing: -0.005em;
}
.metric-desc {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.5;
}

/* ============================================
   Featured Service — 2-col layout with phone mockup
   ============================================ */
.service-featured-layout {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 56px;
  align-items: center;
}
.service-featured-main { min-width: 0; }
.service-featured-visual {
  display: flex;
  justify-content: center;
  align-items: center;
  perspective: 1200px;
}

/* Phone mockup */
.phone-mockup {
  width: 280px;
  height: 560px;
  position: relative;
  filter: drop-shadow(0 40px 80px rgba(0, 0, 0, 0.55));
  transform: perspective(1200px) rotateY(-10deg) rotateX(4deg);
  transition: transform 0.6s cubic-bezier(.2,.8,.2,1);
}
.service--featured:hover .phone-mockup {
  transform: perspective(1200px) rotateY(-4deg) rotateX(2deg);
}
.phone-frame {
  width: 100%;
  height: 100%;
  background: linear-gradient(150deg, #2B2648 0%, #0C0A18 50%, #1A1630 100%);
  border-radius: 44px;
  padding: 10px;
  border: 1.5px solid rgba(255, 255, 255, 0.12);
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.05);
  position: relative;
}
.phone-frame::before {
  content: "";
  position: absolute;
  top: 16px;
  left: 50%;
  transform: translateX(-50%);
  width: 88px;
  height: 22px;
  background: #050409;
  border-radius: 14px;
  z-index: 3;
}
.phone-screen {
  background: linear-gradient(170deg, #12101F 0%, #1B1835 100%);
  border-radius: 36px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding: 48px 14px 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: relative;
}
.phone-screen::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 60%;
  background: radial-gradient(ellipse 60% 100% at 50% 0%, rgba(63, 198, 255, 0.12), transparent 70%);
  pointer-events: none;
}
.ui-status-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 6px;
  margin-bottom: 4px;
  position: absolute;
  top: 14px;
  left: 26px;
  right: 26px;
  z-index: 2;
}
.ui-time {
  font-family: var(--font-num);
  font-size: 11px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.9);
}
.ui-signal {
  width: 24px;
  height: 8px;
  background: linear-gradient(90deg, rgba(255,255,255,0.3), rgba(255,255,255,0.7));
  border-radius: 4px;
}
.ui-screen-title {
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  letter-spacing: -0.01em;
  padding: 2px 4px 6px;
  position: relative;
  z-index: 1;
}
.ui-filter-row {
  display: flex;
  gap: 6px;
  padding: 0 2px 4px;
  position: relative;
  z-index: 1;
}
.ui-chip {
  font-size: 10px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.55);
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.ui-chip--active {
  background: var(--cyan);
  color: var(--navy);
  border-color: var(--cyan);
  font-weight: 700;
}
.ui-card {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 10px;
  display: flex;
  gap: 8px;
  align-items: center;
  position: relative;
  z-index: 1;
}
.ui-avatar {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  flex-shrink: 0;
}
.ui-avatar--1 { background: linear-gradient(135deg, var(--cyan) 0%, #2AB0E8 100%); }
.ui-avatar--2 { background: linear-gradient(135deg, var(--coral) 0%, #E86255 100%); }
.ui-avatar--3 { background: linear-gradient(135deg, #9A7CF4 0%, #6D53D8 100%); }
.ui-lines {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 0;
}
.ui-line {
  height: 6px;
  background: rgba(255, 255, 255, 0.14);
  border-radius: 3px;
}
.ui-line.short { width: 60%; }
.ui-rating {
  font-family: var(--font-num);
  font-size: 10px;
  font-weight: 700;
  color: var(--cyan);
  background: rgba(63, 198, 255, 0.15);
  padding: 4px 8px;
  border-radius: 6px;
  flex-shrink: 0;
  white-space: nowrap;
}
.ui-cta {
  margin-top: auto;
  background: var(--cyan);
  color: var(--navy);
  padding: 12px;
  border-radius: 12px;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  box-shadow: 0 8px 24px rgba(63, 198, 255, 0.3);
  position: relative;
  z-index: 1;
}

/* ============================================
   Team / Founder section (legacy — section removed)
   ============================================ */
.team-card {
  max-width: 880px;
  margin: 0 auto;
  background: var(--navy);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--r-xl);
  padding: 64px 64px 56px;
  color: rgba(255, 255, 255, 0.88);
  box-shadow: var(--shadow-card);
  position: relative;
  overflow: hidden;
}
.team-card--single .team-quote {
  font-size: 20px;
  line-height: 1.7;
}
.team-card {
  isolation: isolate;
}
.team-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    var(--grain-fine-light),
    var(--grain);
  background-size: 240px 240px, 400px 400px;
  background-blend-mode: screen;
  opacity: 0.26;
  mix-blend-mode: overlay;
  pointer-events: none;
  border-radius: inherit;
  z-index: 0;
}
.team-card > * { position: relative; z-index: 1; }
.team-visual {
  display: flex;
  flex-direction: column;
  gap: 22px;
  align-items: flex-start;
}
.team-avatar {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: var(--grad-featured);
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid rgba(63, 198, 255, 0.35);
  box-shadow: 0 0 40px rgba(63, 198, 255, 0.25);
  position: relative;
  overflow: hidden;
}
.team-avatar::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--grain);
  opacity: 0.25;
  mix-blend-mode: overlay;
}
.team-avatar-inner {
  font-family: var(--font-num);
  font-size: 56px;
  font-weight: 800;
  color: #fff;
  letter-spacing: -0.04em;
  opacity: 0.9;
  position: relative;
  z-index: 1;
}
.team-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.team-badge {
  font-size: 12px;
  font-weight: 600;
  color: var(--cyan);
  padding: 6px 12px;
  background: rgba(63, 198, 255, 0.1);
  border: 1px solid rgba(63, 198, 255, 0.25);
  border-radius: 999px;
}
.team-quote {
  font-size: 18px;
  line-height: 1.7;
  margin: 0 0 28px;
  padding: 0;
  border: 0;
  color: rgba(255, 255, 255, 0.92);
  font-weight: 400;
  letter-spacing: -0.01em;
}
.team-quote strong { color: #fff; font-weight: 700; }
.team-meta {
  margin-bottom: 26px;
  padding-bottom: 26px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.team-name { font-size: 17px; font-weight: 700; color: #fff; margin-bottom: 4px; }
.team-role {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.55);
  font-family: var(--font-num);
  letter-spacing: -0.005em;
}
.team-signals { display: grid; gap: 12px; }
.team-signals li {
  font-size: 14.5px;
  color: rgba(255, 255, 255, 0.82);
  display: flex;
  align-items: center;
  gap: 14px;
}
.team-signals li span:first-child {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--cyan);
  background: rgba(63, 198, 255, 0.1);
  padding: 6px 10px;
  border-radius: 6px;
  flex-shrink: 0;
  min-width: 92px;
  text-align: center;
}

/* ============================================
   Pricing Guide — 2-tier comparison
   ============================================ */
.pricing {
  padding: 120px 0;
  background:
    radial-gradient(ellipse 50% 45% at 18% 22%, rgba(63, 198, 255, 0.10) 0%, transparent 60%),
    radial-gradient(ellipse 45% 40% at 88% 82%, rgba(255, 123, 107, 0.06) 0%, transparent 60%),
    linear-gradient(180deg, #F1ECF6 0%, #E8E2EE 100%);
  position: relative;
}
.pricing .section-eyebrow { color: var(--cyan-dark); }
.pricing .section-title { color: var(--text); }
.pricing .section-desc { color: var(--text-muted); }

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  max-width: 1180px;
  margin: 0 auto;
  align-items: stretch;
}

.pricing-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 44px 40px 36px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--r-xl);
  box-shadow: 0 12px 36px rgba(15, 12, 32, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}
.pricing-card:hover {
  transform: translateY(-4px);
  border-color: rgba(27, 139, 208, 0.25);
  box-shadow: 0 18px 48px rgba(15, 12, 32, 0.10);
}
.pricing-card--featured {
  background: linear-gradient(170deg, #1A1730 0%, #0F0D1F 100%);
  color: rgba(255, 255, 255, 0.92);
  border: 1.5px solid rgba(63, 198, 255, 0.5);
  box-shadow:
    0 16px 48px rgba(15, 12, 32, 0.22),
    0 0 60px rgba(63, 198, 255, 0.15);
  transform: translateY(-8px);
}
.pricing-card--featured:hover {
  transform: translateY(-12px);
  box-shadow:
    0 24px 60px rgba(15, 12, 32, 0.28),
    0 0 80px rgba(63, 198, 255, 0.22);
}

.pricing-badge {
  position: absolute;
  top: -14px;
  right: 28px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 16px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--cyan) 0%, var(--cyan-glow) 100%);
  color: var(--navy);
  font-family: var(--font-num);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  box-shadow:
    0 4px 16px rgba(63, 198, 255, 0.45),
    0 0 24px rgba(63, 198, 255, 0.3);
}
.pricing-badge::before { content: "★"; font-size: 12px; }

.pricing-card-head {
  padding-bottom: 24px;
  border-bottom: 1px solid var(--line);
}
.pricing-card--featured .pricing-card-head {
  border-bottom-color: rgba(255, 255, 255, 0.12);
}
.pricing-tier {
  display: inline-block;
  font-family: var(--font-num);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.18em;
  color: var(--cyan-dark);
  margin-bottom: 12px;
}
.pricing-card--featured .pricing-tier { color: var(--cyan); }
.pricing-name {
  font-size: 26px;
  font-weight: 800;
  letter-spacing: -0.025em;
  color: var(--text);
  margin-bottom: 8px;
  line-height: 1.2;
}
.pricing-card--featured .pricing-name { color: #fff; }
.pricing-tagline {
  font-size: 14.5px;
  color: var(--text-muted);
  line-height: 1.55;
  letter-spacing: -0.005em;
}
.pricing-card--featured .pricing-tagline { color: rgba(255, 255, 255, 0.65); }

.pricing-price {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.pricing-price-amount {
  font-family: var(--font-num);
  font-size: 28px;
  font-weight: 800;
  letter-spacing: -0.025em;
  color: var(--text);
  line-height: 1.15;
}
.pricing-card--featured .pricing-price-amount { color: #fff; }
.pricing-price-unit {
  font-size: 0.62em;
  font-weight: 700;
  margin-left: 2px;
  color: var(--text-muted);
}
.pricing-card--featured .pricing-price-unit { color: rgba(255, 255, 255, 0.7); }
.pricing-period {
  font-size: 13px;
  font-weight: 600;
  color: var(--text-muted);
  letter-spacing: -0.005em;
}
.pricing-card--featured .pricing-period { color: rgba(255, 255, 255, 0.6); }

.pricing-features {
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1;
}
.pricing-features li {
  position: relative;
  padding-left: 26px;
  font-size: 15px;
  line-height: 1.55;
  color: var(--text);
  letter-spacing: -0.005em;
}
.pricing-card--featured .pricing-features li { color: rgba(255, 255, 255, 0.88); }
.pricing-features li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 1px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: rgba(27, 139, 208, 0.12);
  color: var(--cyan-dark);
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
}
.pricing-card--featured .pricing-features li::before {
  background: rgba(63, 198, 255, 0.20);
  color: var(--cyan);
  box-shadow: 0 0 8px rgba(63, 198, 255, 0.35);
}

.pricing-note {
  max-width: 760px;
  margin: 40px auto 0;
  text-align: center;
  font-size: 14px;
  color: var(--text-muted);
  letter-spacing: -0.005em;
  line-height: 1.6;
}

@media (max-width: 880px) {
  .pricing { padding: 80px 0; }
  .pricing-grid { grid-template-columns: 1fr; max-width: 480px; gap: 20px; }
  .pricing-card { padding: 36px 28px 32px; }
  .pricing-card--featured { transform: none; }
  .pricing-card--featured:hover { transform: translateY(-4px); }
  .pricing-name { font-size: 22px; }
  .pricing-price-amount { font-size: 24px; }
}

/* ============================================
   Lead Magnet — PDF download (dark gradient card)
   ============================================ */
.lead-magnet {
  padding: 100px 0;
  background:
    radial-gradient(ellipse 40% 35% at 85% 15%, rgba(63, 198, 255, 0.08) 0%, transparent 60%),
    linear-gradient(180deg, #F0ECF4 0%, #E9E5EF 100%);
}
.lead-magnet-card {
  max-width: 1080px;
  margin: 0 auto;
  background: var(--grad-featured);
  border: 1px solid rgba(63, 198, 255, 0.32);
  border-radius: var(--r-xl);
  padding: 56px;
  display: grid;
  grid-template-columns: 1.25fr 1fr;
  gap: 56px;
  align-items: center;
  color: #fff;
  box-shadow: var(--shadow-card);
  position: relative;
  overflow: hidden;
}
.lead-magnet-grain {
  position: absolute;
  inset: 0;
  background-image: var(--grain);
  opacity: 0.18;
  pointer-events: none;
  mix-blend-mode: overlay;
}
.lead-magnet-content {
  position: relative;
  z-index: 1;
}
.lead-magnet-content .section-eyebrow { color: var(--cyan); }
.lead-magnet-title {
  font-size: clamp(26px, 3.2vw, 38px);
  font-weight: 700;
  letter-spacing: -0.028em;
  line-height: 1.15;
  color: #fff;
  margin: 14px 0 26px;
}
.lead-magnet-title .accent { color: var(--cyan); }
.lead-magnet-bullets { display: grid; gap: 8px; }
.lead-magnet-bullets li {
  font-size: 14.5px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.82);
  padding-left: 22px;
  position: relative;
}
.lead-magnet-bullets li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 10px;
  height: 2px;
  background: var(--cyan);
}
.lead-magnet-form {
  background: rgba(0, 0, 0, 0.3);
  padding: 26px;
  border-radius: var(--r-lg);
  border: 1px solid rgba(255, 255, 255, 0.12);
  display: grid;
  gap: 14px;
  position: relative;
  z-index: 1;
  backdrop-filter: blur(8px);
}
.lead-magnet-form label { display: grid; gap: 8px; }
.lead-magnet-form span {
  font-size: 12px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.82);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.lead-magnet-form input {
  padding: 13px 15px;
  border: 1.5px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--r-xs);
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
  font-size: 15px;
  outline: none;
  transition: border 0.15s, box-shadow 0.15s, background 0.15s;
}
.lead-magnet-form input::placeholder { color: rgba(255, 255, 255, 0.4); }
.lead-magnet-form input:focus {
  border-color: var(--cyan);
  box-shadow: 0 0 0 4px rgba(63, 198, 255, 0.2);
  background: rgba(63, 198, 255, 0.06);
}
.lead-magnet-form .btn {
  background: var(--cyan);
  color: var(--navy);
  box-shadow: 0 4px 16px rgba(63, 198, 255, 0.35);
  font-weight: 700;
}
.lead-magnet-form .btn:hover { background: var(--cyan-glow); transform: translateY(-1px); }
.lead-magnet-form .form-note {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.55);
  text-align: center;
  margin: 4px 0 0;
}

/* ============================================
   Floating KakaoTalk chat button
   ============================================ */
.floating-chat {
  position: fixed;
  bottom: 28px;
  right: 28px;
  z-index: 200;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--cyan);
  color: var(--navy);
  padding: 14px 22px 14px 44px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.005em;
  box-shadow: 0 12px 32px rgba(63, 198, 255, 0.55), 0 0 0 5px rgba(63, 198, 255, 0.18);
  transition: transform 0.25s, box-shadow 0.25s;
  cursor: pointer;
  text-decoration: none;
}
.floating-chat:hover {
  transform: translateY(-2px);
  background: var(--cyan-glow);
  box-shadow: 0 16px 40px rgba(63, 198, 255, 0.65), 0 0 0 7px rgba(63, 198, 255, 0.22);
}
.floating-chat-pulse {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background: var(--navy);
  border-radius: 50%;
}
.floating-chat-pulse::before {
  content: "";
  position: absolute;
  inset: -4px;
  border-radius: 50%;
  border: 2px solid var(--navy);
  opacity: 0.6;
  animation: chatPulse 1.8s infinite;
}
@keyframes chatPulse {
  0% { transform: scale(1); opacity: 0.6; }
  70% { transform: scale(2); opacity: 0; }
  100% { transform: scale(1); opacity: 0; }
}

/* ============================================
   Offer — neutral warm with subtle glow
   ============================================ */
.offer {
  padding: 120px 0;
  background:
    radial-gradient(ellipse 45% 50% at 50% 50%, rgba(63, 198, 255, 0.08) 0%, transparent 65%),
    linear-gradient(180deg, #EDE9F3 0%, #F1EDF5 100%);
}
.offer-card {
  position: relative;
  overflow: hidden;
  background: var(--grad-offer);
  border: 1px solid rgba(63, 198, 255, 0.25);
  border-radius: var(--r-xl);
  padding: clamp(56px, 8vw, 84px) clamp(32px, 6vw, 72px);
  box-shadow: var(--shadow-card);
  isolation: isolate;
}
.offer-grain {
  position: absolute;
  inset: 0;
  background-image: var(--grain);
  opacity: 0.2;
  pointer-events: none;
  mix-blend-mode: overlay;
}
.offer-content {
  position: relative;
  z-index: 1;
  color: #fff;
  text-align: center;
  max-width: 720px;
  margin: 0 auto;
}
.offer-content .section-eyebrow { color: var(--cyan); }
.offer-content .section-title { color: #fff; margin-bottom: 12px; }
.offer-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin: 44px 0 40px;
}
.offer-items > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.offer-items span {
  font-family: var(--font-num);
  font-size: 26px;
  font-weight: 700;
  color: var(--navy);
  background: var(--cyan);
  width: 56px;
  height: 56px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 20px rgba(63, 198, 255, 0.4);
}
.offer-items p {
  font-size: 15px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.92);
}

/* ============================================
   FAQ — diagonal warm tint with cyan glow
   ============================================ */
.faq {
  padding: 120px 0;
  background:
    radial-gradient(ellipse 45% 40% at 15% 30%, rgba(63, 198, 255, 0.1) 0%, transparent 60%),
    radial-gradient(ellipse 40% 35% at 85% 75%, rgba(255, 123, 107, 0.05) 0%, transparent 60%),
    linear-gradient(180deg, #EAE6F1 0%, #EFEAF4 100%);
}
.faq-grid {
  display: grid;
  grid-template-columns: 5fr 7fr;
  gap: 72px;
  align-items: start;
}
.faq-sticky {
  position: sticky;
  top: 100px;
}
.faq-sticky .section-title {
  text-align: left;
  font-size: clamp(32px, 4.2vw, 52px);
  margin-bottom: 18px;
  line-height: 1.1;
  letter-spacing: -0.03em;
}
.faq-sticky .section-desc {
  text-align: left;
  margin: 0 0 28px;
  font-size: 16px;
  line-height: 1.65;
}
.faq-cta {
  display: inline-flex;
  align-items: center;
  font-size: 15px;
}
.faq-list { display: flex; flex-direction: column; gap: 12px; }
.faq-item {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: 28px 32px;
  transition: border-color 0.25s, box-shadow 0.25s;
  color: var(--text);
  box-shadow: 0 1px 2px rgba(15, 12, 32, 0.04);
}
.faq-item[open] {
  border-color: rgba(63, 198, 255, 0.4);
  box-shadow: 0 4px 16px rgba(15, 12, 32, 0.08);
}
.faq-item summary {
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-q {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.015em;
  line-height: 1.4;
  color: var(--text);
  flex: 1;
}
.faq-icon {
  position: relative;
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--bg-soft);
  border: 1px solid var(--line);
  transition: background 0.25s, border-color 0.25s, transform 0.35s ease;
}
.faq-icon::before,
.faq-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: var(--text);
  border-radius: 1px;
  transition: transform 0.3s ease, opacity 0.3s ease, background 0.25s;
}
/* horizontal line */
.faq-icon::before {
  width: 12px;
  height: 2px;
  transform: translate(-50%, -50%);
}
/* vertical line */
.faq-icon::after {
  width: 2px;
  height: 12px;
  transform: translate(-50%, -50%);
}
.faq-item[open] .faq-icon {
  background: var(--navy);
  border-color: var(--navy);
  transform: rotate(180deg);
}
.faq-item[open] .faq-icon::before,
.faq-item[open] .faq-icon::after {
  background: #fff;
}
/* Hide vertical line on open → plus becomes minus */
.faq-item[open] .faq-icon::after {
  opacity: 0;
  transform: translate(-50%, -50%) rotate(90deg);
}
.faq-item p {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid var(--line-soft);
  font-size: 15.5px;
  line-height: 1.75;
  color: var(--text-muted);
  letter-spacing: -0.005em;
}
.faq-item p strong { color: var(--text); font-weight: 700; }
.faq-item p a { color: var(--cyan-dark); font-weight: 600; }

/* ============================================
   Contact — cool bottom glow, deep light
   ============================================ */
.contact {
  padding: 120px 0;
  background:
    radial-gradient(ellipse 55% 45% at 78% 92%, rgba(63, 198, 255, 0.14) 0%, transparent 60%),
    radial-gradient(ellipse 40% 35% at 15% 10%, rgba(255, 123, 107, 0.06) 0%, transparent 60%),
    linear-gradient(180deg, #F0ECF4 0%, #E6E2EE 100%);
}
.contact-grid {
  display: grid;
  grid-template-columns: 5fr 7fr;
  gap: 72px;
  align-items: start;
}
.contact-left .section-title {
  text-align: left;
  font-size: clamp(28px, 3.6vw, 44px);
  margin-bottom: 20px;
}
.contact-left .section-eyebrow { display: block; }
.contact-left p.section-desc { text-align: left; margin: 12px 0 0; }
.contact-bullets {
  margin-top: 28px;
  display: grid;
  gap: 10px;
}
.contact-bullets li {
  font-size: 15px;
  line-height: 1.6;
  padding: 14px 20px 14px 48px;
  color: var(--text);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--r-sm);
  position: relative;
  box-shadow: var(--shadow-soft);
}
.contact-bullets li::before {
  content: "";
  position: absolute;
  left: 20px;
  top: 50%;
  width: 14px;
  height: 14px;
  transform: translateY(-50%);
  border-radius: 999px;
  background: var(--cyan);
  box-shadow: 0 0 0 4px rgba(63, 198, 255, 0.2);
}
.contact-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  background: var(--navy);
  padding: 40px;
  border-radius: var(--r-xl);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: var(--shadow-card);
}
.contact-form label {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.contact-form label.full { grid-column: span 2; }
.contact-form span {
  font-size: 13px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.88);
  letter-spacing: 0.01em;
}
.contact-form input,
.contact-form select,
.contact-form textarea {
  padding: 13px 15px;
  border: 1.5px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--r-xs);
  background: rgba(255, 255, 255, 0.04);
  color: #fff;
  font-size: 15px;
  transition: border 0.15s, box-shadow 0.15s, background 0.15s;
  outline: none;
  font-family: inherit;
}
.contact-form input::placeholder,
.contact-form textarea::placeholder { color: rgba(255, 255, 255, 0.4); }
.contact-form select { color: rgba(255, 255, 255, 0.7); }
.contact-form select option { background: var(--navy); color: #fff; }
.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: var(--cyan);
  background: rgba(63, 198, 255, 0.06);
  box-shadow: 0 0 0 4px rgba(63, 198, 255, 0.18);
}
.contact-form textarea { resize: vertical; min-height: 110px; }
.contact-form .btn.full {
  grid-column: span 2;
  margin-top: 8px;
  background: var(--cyan);
  color: var(--navy);
  box-shadow: 0 4px 16px rgba(63, 198, 255, 0.35);
}
.contact-form .btn.full:hover { background: var(--cyan-glow); }
.form-note {
  grid-column: span 2;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
}

/* ============================================
   Footer — dark
   ============================================ */
.footer {
  background: var(--charcoal);
  color: rgba(255, 255, 255, 0.65);
  padding: 64px 0 0;
}
.footer-inner {
  display: grid;
  grid-template-columns: 1.3fr 2fr;
  gap: 48px;
  padding-bottom: 48px;
}
.footer-brand .nav-logo { color: #fff; margin-bottom: 14px; }
.footer-brand p { font-size: 14px; opacity: 0.7; line-height: 1.6; margin-bottom: 8px; }
.footer-cols {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}
.footer-cols h6 {
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin-bottom: 14px;
}
.footer-cols p { font-size: 14px; line-height: 1.6; }
.footer-cols a { color: var(--cyan); }
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 24px 0;
  font-size: 13px;
  opacity: 0.55;
}

/* ============================================
   Responsive
   ============================================ */
@media (max-width: 960px) {
  .nav-links { display: none; }
  .nav-toggle { display: flex; }
  .nav.open .nav-links {
    display: flex;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    flex-direction: column;
    background: rgba(245, 244, 249, 0.98);
    backdrop-filter: blur(20px);
    padding: 24px 5%;
    gap: 20px;
    border-bottom: 1px solid var(--line);
  }
  .bento-grid { grid-template-columns: repeat(2, 1fr); }
  .bento-lg { grid-column: span 2; }
  .solution-inner,
  .contact-grid,
  .faq-grid { grid-template-columns: 1fr; gap: 48px; }
  .solution-sticky,
  .faq-sticky { position: static; }
  .case-grid { grid-template-columns: 1fr; }
  .portfolio-grid { grid-template-columns: repeat(2, 1fr); gap: 16px; }
  .portfolio-modal-caption { font-size: 18px; }
  .portfolio-modal-close { width: 44px; height: 44px; top: 16px; right: 16px; }
  .feature-grid { grid-template-columns: 1fr; }
  .service-bullets--horizontal { grid-template-columns: 1fr; }
  .pricing { grid-template-columns: 1fr; }
  .metrics-row { grid-template-columns: repeat(2, 1fr); }
  .compare-grid { grid-template-columns: 1fr; gap: 16px; }
  .compare-col { padding: 32px 28px; }
  .team-card { grid-template-columns: 1fr; padding: 40px 32px; gap: 32px; }
  .team-visual { align-items: center; text-align: center; }
  .team-avatar { width: 140px; height: 140px; }
  .team-avatar-inner { font-size: 44px; }
  .team-badges { justify-content: center; }
  .lead-magnet-card { grid-template-columns: 1fr; padding: 40px 32px; gap: 32px; }
  .floating-chat { bottom: 20px; right: 20px; padding: 12px 18px 12px 38px; font-size: 13px; }
  .floating-chat-pulse { left: 16px; }
  .service-featured-layout { grid-template-columns: 1fr; gap: 40px; }
  .service-featured-visual { order: -1; }
  .phone-mockup { width: 240px; height: 480px; transform: none; }
  .service--featured:hover .phone-mockup { transform: none; }
  .offer-items { grid-template-columns: 1fr; gap: 16px; }
  .contact-form { grid-template-columns: 1fr; padding: 28px; }
  .contact-form label.full,
  .contact-form .btn.full,
  .form-note { grid-column: span 1; }
  .footer-inner { grid-template-columns: 1fr; gap: 32px; }
  .service { padding: 36px 28px; }
  .service--compact { padding: 32px 28px; }
  .service--featured .service-featured-content { padding: 40px 28px; }
  .step { padding: 28px 24px; }
  .step-num { font-size: 48px; }
  .step header h3 { font-size: 20px; }
  .problem, .solution, .services, .cases, .offer, .contact, .faq { padding: 80px 0; }
  .metrics { padding: 72px 0; }
  .problem-item { font-size: 15.5px; padding: 18px 22px; gap: 16px; }
}
@media (max-width: 560px) {
  .bento-grid { grid-template-columns: 1fr; }
  .bento-lg { grid-column: span 1; }
  .portfolio-grid { grid-template-columns: 1fr; }
  .metrics-row { grid-template-columns: 1fr; }
  .footer-cols { grid-template-columns: 1fr; }
  .hero-cta { flex-direction: column; align-items: stretch; }
  .hero-cta .btn { width: 100%; }
  .nav-cta { display: none; }
  .service-numbered li { padding: 14px 18px 14px 52px; }
  .service-numbered li::before { left: 12px; }
}

/* ============================================
   Testimonials — Dark knockout (caffeine style)
   ============================================ */
.testimonials {
  padding: 120px 0;
  background:
    radial-gradient(ellipse 45% 40% at 85% 15%, rgba(63, 198, 255, 0.10) 0%, transparent 60%),
    radial-gradient(ellipse 40% 35% at 10% 85%, rgba(255, 123, 107, 0.08) 0%, transparent 60%),
    linear-gradient(180deg, #0E0C1C 0%, #12101F 100%);
}
.testimonials .section-eyebrow { color: var(--cyan); }
.testimonials .section-title { color: #fff; }
.testimonials .section-desc { color: rgba(255, 255, 255, 0.75); }
.testimonials .section-head { margin-bottom: 48px; }
.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 20px;
}
.testimonial {
  margin: 0;
  padding: 34px 32px 30px;
  background: linear-gradient(145deg, #1A1730 0%, #120F24 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--r-lg);
  box-shadow:
    0 2px 4px rgba(0, 0, 0, 0.22),
    0 18px 40px rgba(0, 0, 0, 0.32),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
  display: flex;
  flex-direction: column;
  gap: 18px;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}
.testimonial::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--grain-fine-light), var(--grain);
  background-size: 240px 240px, 400px 400px;
  background-blend-mode: screen;
  opacity: 0.3;
  mix-blend-mode: overlay;
  pointer-events: none;
  z-index: 0;
  border-radius: inherit;
}
.testimonial::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(140% 80% at 0% 0%, rgba(63, 198, 255, 0.10) 0%, transparent 55%);
  pointer-events: none;
  z-index: 0;
  border-radius: inherit;
}
.testimonial > * { position: relative; z-index: 1; }
.testimonial:hover {
  transform: translateY(-4px);
  border-color: rgba(63, 198, 255, 0.28);
  box-shadow:
    0 2px 6px rgba(0, 0, 0, 0.25),
    0 24px 48px rgba(0, 0, 0, 0.38),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}
.testimonial-stars {
  color: #FFE08A;
  font-size: 17px;
  letter-spacing: 3px;
  line-height: 1;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), 0 0 12px rgba(255, 224, 138, 0.45);
}
.testimonial blockquote {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 15px;
  line-height: 1.75;
  color: #fff;
  letter-spacing: -0.005em;
  flex: 1;
  font-weight: 500;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}
.testimonial figcaption {
  font-size: 13px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.85);
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
  letter-spacing: -0.005em;
  font-family: var(--font-num);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}
@media (max-width: 900px) {
  .testimonials { padding: 80px 0; }
  .testimonials-grid { grid-template-columns: 1fr; }
  .testimonial { padding: 28px 26px; }
  .testimonial blockquote { font-size: 14.5px; }
}

/* ============================================
   Service with Visual (Commerce · QR mockups)
   ============================================ */
.service--with-visual {
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 56px;
  align-items: start;
  padding: 48px;
}
.service--with-visual .service-body { min-width: 0; }
.service-visual {
  position: sticky;
  top: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  z-index: 1;
}

/* Commerce mockup */
.commerce-mock {
  width: 100%;
  max-width: 340px;
  background: linear-gradient(145deg, #0C0A18 0%, #14112A 100%);
  border: 1px solid rgba(63, 198, 255, 0.22);
  border-radius: 20px;
  padding: 18px 18px 16px;
  box-shadow:
    0 2px 4px rgba(0, 0, 0, 0.3),
    0 24px 60px rgba(0, 0, 0, 0.45),
    0 0 40px rgba(63, 198, 255, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.commerce-mock-head {
  display: flex;
  align-items: center;
  gap: 6px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.commerce-mock-dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: rgba(255, 255, 255, 0.22);
}
.commerce-mock-dot:nth-child(1) { background: rgba(255, 123, 107, 0.6); }
.commerce-mock-dot:nth-child(2) { background: rgba(255, 209, 102, 0.6); }
.commerce-mock-dot:nth-child(3) { background: rgba(63, 198, 255, 0.6); }
.commerce-mock-title {
  margin-left: auto;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.55);
  font-family: var(--font-num);
  letter-spacing: -0.005em;
}
.commerce-mock-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.mock-stat {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 12px;
  padding: 12px 14px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.mock-stat-label {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.55);
}
.mock-stat-value {
  font-family: var(--font-num);
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  letter-spacing: -0.02em;
  line-height: 1;
}
.mock-stat-unit {
  font-size: 12px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.6);
  margin-left: 2px;
}
.mock-stat-trend {
  font-size: 11px;
  font-weight: 600;
  font-family: var(--font-num);
  margin-top: 2px;
}
.mock-stat-trend--up { color: #4ADE80; }
.commerce-mock-chart {
  display: flex;
  align-items: flex-end;
  gap: 8px;
  height: 74px;
  padding: 12px 8px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.chart-bar {
  flex: 1;
  height: var(--h, 50%);
  background: linear-gradient(180deg, rgba(63, 198, 255, 0.55), rgba(63, 198, 255, 0.2));
  border-radius: 4px 4px 0 0;
  animation: chartBarRise 1.2s ease-out backwards;
}
.chart-bar--accent {
  background: linear-gradient(180deg, var(--cyan), rgba(63, 198, 255, 0.35));
  box-shadow: 0 0 14px rgba(63, 198, 255, 0.45);
}
.chart-bar:nth-child(1) { animation-delay: 0.05s; }
.chart-bar:nth-child(2) { animation-delay: 0.1s; }
.chart-bar:nth-child(3) { animation-delay: 0.15s; }
.chart-bar:nth-child(4) { animation-delay: 0.2s; }
.chart-bar:nth-child(5) { animation-delay: 0.25s; }
.chart-bar:nth-child(6) { animation-delay: 0.3s; }
.chart-bar:nth-child(7) { animation-delay: 0.35s; }
@keyframes chartBarRise {
  from { height: 0; opacity: 0; }
  to { height: var(--h, 50%); opacity: 1; }
}
.commerce-mock-rows {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.mock-row {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  background: rgba(255, 255, 255, 0.025);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 10px;
  font-size: 12px;
}
.mock-row-badge {
  font-family: var(--font-num);
  font-size: 10px;
  font-weight: 700;
  padding: 3px 8px;
  border-radius: 6px;
  letter-spacing: 0.02em;
  flex-shrink: 0;
}
.mock-row-badge--done {
  color: #4ADE80;
  background: rgba(74, 222, 128, 0.12);
  border: 1px solid rgba(74, 222, 128, 0.25);
}
.mock-row-badge--prog {
  color: #FFD166;
  background: rgba(255, 209, 102, 0.12);
  border: 1px solid rgba(255, 209, 102, 0.25);
}
.mock-row-name {
  color: rgba(255, 255, 255, 0.78);
  flex: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.mock-row-price {
  color: #fff;
  font-family: var(--font-num);
  font-weight: 600;
  font-size: 12px;
}

/* QR mockup */
.qr-mock {
  width: 100%;
  max-width: 300px;
  background: linear-gradient(145deg, #0C0A18 0%, #14112A 100%);
  border: 1px solid rgba(63, 198, 255, 0.22);
  border-radius: 24px;
  padding: 22px 22px 20px;
  box-shadow:
    0 2px 4px rgba(0, 0, 0, 0.3),
    0 24px 60px rgba(0, 0, 0, 0.45),
    0 0 40px rgba(63, 198, 255, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.qr-mock-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.qr-mock-eyebrow {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--cyan);
}
.qr-mock-live {
  font-family: var(--font-num);
  font-size: 10px;
  font-weight: 700;
  color: #4ADE80;
  letter-spacing: 0.1em;
  animation: qrLivePulse 1.6s ease-in-out infinite;
}
@keyframes qrLivePulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.5; }
}
.qr-mock-code {
  position: relative;
  width: 100%;
  aspect-ratio: 1;
  background: #fff;
  border-radius: 14px;
  padding: 16px;
  overflow: hidden;
}
.qr-scan-line {
  position: absolute;
  left: 8%;
  right: 8%;
  height: 2px;
  top: 10%;
  background: linear-gradient(90deg, transparent, var(--cyan), transparent);
  box-shadow: 0 0 14px var(--cyan), 0 0 28px rgba(63, 198, 255, 0.5);
  animation: qrScan 2.4s ease-in-out infinite;
  z-index: 3;
}
@keyframes qrScan {
  0%, 100% { top: 10%; }
  50% { top: 88%; }
}
.qr-pattern {
  position: relative;
  width: 100%;
  height: 100%;
}
.qr-corner {
  position: absolute;
  width: 22%;
  height: 22%;
  border: 4px solid #12101F;
  border-radius: 4px;
}
.qr-corner::after {
  content: "";
  position: absolute;
  inset: 4px;
  background: #12101F;
  border-radius: 2px;
  transform: scale(0.55);
}
.qr-corner--tl { top: 0; left: 0; }
.qr-corner--tr { top: 0; right: 0; }
.qr-corner--bl { bottom: 0; left: 0; }
.qr-dots {
  position: absolute;
  inset: 28% 8% 8% 28%;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  grid-template-rows: repeat(4, 1fr);
  gap: 2px;
}
.qr-dots span {
  background: #12101F;
  border-radius: 1px;
}
.qr-dots span:nth-child(3n) { background: transparent; }
.qr-dots span:nth-child(5n+1) { background: transparent; }
.qr-dots span:nth-child(7n+3) { background: #12101F; }
.qr-mock-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.qr-stat {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 12px;
  padding: 12px;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.qr-stat-num {
  font-family: var(--font-num);
  font-size: 22px;
  font-weight: 700;
  color: var(--cyan);
  letter-spacing: -0.02em;
  line-height: 1;
  text-shadow: 0 0 16px rgba(63, 198, 255, 0.35);
}
.qr-stat-label {
  font-size: 10px;
  color: rgba(255, 255, 255, 0.55);
  letter-spacing: 0.02em;
}

@media (max-width: 960px) {
  .service--with-visual {
    grid-template-columns: 1fr;
    gap: 32px;
    padding: 40px;
  }
  .service-visual {
    position: static;
    order: 2;
    max-width: 320px;
    margin: 0 auto;
  }
}

/* ============================================
   Portfolio — 6 cards initial + expand
   ============================================ */
.portfolio-grid .portfolio-card:nth-child(n+7) { display: none; }
.portfolio.expanded .portfolio-grid .portfolio-card:nth-child(n+7) { display: flex; }
