/* ============================================================
   Spritz — marketing site styles
   Font: Inter · Brand teal #2AB5A0
   ============================================================ */

:root {
  --teal:        #2AB5A0;   /* brand */
  --teal-600:    #1f9a88;   /* hover / deeper */
  --teal-700:    #16776a;   /* text-on-light accent */
  --teal-800:    #0f5d53;   /* deepest */
  --teal-soft:   #e9f7f4;   /* pale tint section bg */
  --teal-softer: #f4fbf9;

  --ink:        #16201d;    /* near-black headings */
  --ink-body:   #3c4a47;    /* body text — strong, legible */
  --ink-soft:   #51615c;    /* secondary */
  --ink-faint:  #93a09c;    /* tertiary / captions */

  --line:       #e4eae8;    /* hairlines */
  --line-soft:  #eef2f1;
  --paper:      #ffffff;
  --paper-2:    #f7faf9;

  --shadow-sm: 0 1px 2px rgba(22,32,29,0.05), 0 2px 8px rgba(22,32,29,0.04);
  --shadow-md: 0 4px 14px rgba(22,32,29,0.07), 0 10px 30px rgba(22,32,29,0.06);
  --shadow-lg: 0 10px 30px rgba(22,32,29,0.10), 0 24px 60px rgba(22,32,29,0.10);
  --shadow-teal: 0 14px 36px rgba(44,181,161,0.22);

  --r-sm: 10px;
  --r-md: 16px;
  --r-lg: 24px;
  --r-xl: 32px;

  --maxw: 1200px;
  --pad: clamp(20px, 5vw, 56px);

  --font: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--font);
  color: var(--ink-body);
  background: var(--paper);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-size: 18px;
  line-height: 1.6;
}

h1, h2, h3, h4 {
  color: var(--ink);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.08;
  margin: 0;
  text-wrap: balance;
}

p { margin: 0; }
a { color: inherit; text-decoration: none; }

.wrap { max-width: var(--maxw); margin: 0 auto; padding-inline: var(--pad); }

/* ---------- logo ---------- */
.logo { display: inline-flex; align-items: center; gap: 11px; }
.logo svg { display: block; }
.logo .word {
  font-size: 27px; font-weight: 600; letter-spacing: -0.02em; color: var(--teal);
}

/* ---------- buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 9px;
  font-family: var(--font); font-weight: 600; font-size: 16px;
  padding: 13px 24px; border-radius: 999px; cursor: pointer;
  border: 1.5px solid transparent; transition: transform .12s ease, box-shadow .12s ease, background .12s ease;
  white-space: nowrap;
}
.btn .arrow { transition: transform .15s ease; }
.btn:hover .arrow { transform: translateX(3px); }

.btn-primary { background: var(--teal); color: #fff; box-shadow: var(--shadow-teal); }
.btn-primary:hover { background: var(--teal-600); transform: translateY(-1px); }

.btn-on-teal { background: #fff; color: var(--teal-700); box-shadow: 0 10px 26px rgba(15,93,83,0.28); }
.btn-on-teal:hover { transform: translateY(-1px); }

.btn-ghost { background: #fff; color: var(--ink); border-color: var(--line); }
.btn-ghost:hover { border-color: var(--teal); color: var(--teal-700); }

.btn-lg { font-size: 17px; padding: 16px 30px; }

/* ---------- eyebrow ---------- */
.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 13px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--teal-700); margin-bottom: 20px;
  border-bottom: 2.5px solid var(--teal); padding-bottom: 6px;
}
.eyebrow.center { justify-content: center; }

/* ============================================================
   NAV
   ============================================================ */
.nav {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255,255,255,0.82); backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
}
.nav .wrap { display: flex; align-items: center; gap: 24px; height: 74px; }
.nav .links { display: flex; gap: 30px; margin-left: 16px; }
.nav .links a { font-size: 15.5px; font-weight: 500; color: var(--ink-soft); transition: color .12s ease; white-space: nowrap; }
.nav .links a:hover { color: var(--ink); }
.nav .spacer { flex: 1; }
@media (max-width: 760px){ .nav .links { display: none; } }

/* ============================================================
   SECTION SCAFFOLD
   ============================================================ */
section { position: relative; }
.sec-pad { padding-block: clamp(72px, 11vw, 128px); }
.sec-head { text-align: center; max-width: 760px; margin: 0 auto; }
.sec-head h2 { font-size: clamp(34px, 4.6vw, 52px); }
.sec-head .sub { font-size: 20px; color: var(--ink-soft); margin-top: 18px; }

.tint { background: var(--teal-soft); }

/* ============================================================
   HERO
   ============================================================ */
.hero { padding-top: clamp(56px, 8vw, 96px); padding-bottom: clamp(64px, 9vw, 110px); overflow: hidden; }
.hero .wrap { display: grid; grid-template-columns: 1.02fr 0.98fr; gap: clamp(36px, 5vw, 72px); align-items: center; }
.hero h1 { font-size: clamp(38px, 5.6vw, 62px); font-weight: 800; letter-spacing: -0.035em; }
.hero h1 .accent { color: var(--teal); display: block; font-size: 0.66em; letter-spacing: -0.02em; margin-top: 4px; }
.hero .sub { font-size: clamp(16px, 1.6vw, 18px); color: var(--ink-soft); margin-top: 20px; max-width: 38ch; line-height: 1.55; text-wrap: balance; }
.hero .cta-row { display: flex; align-items: center; gap: 16px; margin-top: 38px; flex-wrap: wrap; }
.hero .micro { font-size: 14.5px; color: var(--ink-faint); font-weight: 500; white-space: nowrap; }

.hero-media { position: relative; }
.device {
  border-radius: var(--r-lg); overflow: hidden; background: #fff;
  border: 1px solid var(--line); box-shadow: var(--shadow-lg);
}
.device .chrome {
  display: flex; align-items: center; gap: 7px; padding: 13px 16px;
  background: var(--paper-2); border-bottom: 1px solid var(--line);
}
.device .chrome i { width: 11px; height: 11px; border-radius: 50%; background: #d8e0de; display: block; }
.device .chrome .url {
  margin-left: 12px; height: 24px; flex: 1; border-radius: 7px; background: #fff;
  border: 1px solid var(--line); display: flex; align-items: center; padding: 0 12px;
  font-size: 12.5px; color: var(--ink-faint);
}
.device image-slot { width: 100%; aspect-ratio: 4 / 3; display: block; }

/* ---------- hero video ---------- */
.hero-vid { position: relative; width: 100%; aspect-ratio: 16 / 9; background: #0e1614; overflow: hidden; }
.hero-vid video { width: 100%; height: 100%; display: block; object-fit: cover; }

/* ---------- animated hero product mockup ---------- */
.screen {
  aspect-ratio: 4 / 3; width: 100%; background: var(--paper-2);
  padding: 18px; display: flex; flex-direction: column; gap: 14px; overflow: hidden;
}
.scr-top { display: flex; flex-direction: column; gap: 11px; }
.scr-title { font-size: 14px; font-weight: 700; color: var(--ink); letter-spacing: -0.01em; }
.paste {
  display: flex; align-items: center; gap: 8px; background: #fff; border: 1px solid var(--line);
  border-radius: 10px; padding: 9px 9px 9px 13px;
}
.paste-url { flex: 1; font-size: 12.5px; color: var(--ink-faint); display: inline-flex; align-items: center; }
.caret { width: 1.5px; height: 13px; background: var(--teal); margin-left: 2px; animation: caret 1s steps(1) infinite; }
@keyframes caret { 0%,50%{opacity:1;} 51%,100%{opacity:0;} }
.paste-add {
  font-size: 12px; font-weight: 700; color: #fff; background: var(--teal);
  border-radius: 7px; padding: 6px 14px; animation: addpulse 3.5s ease-in-out infinite;
}
@keyframes addpulse { 0%,72%,100%{ box-shadow: 0 0 0 0 rgba(44,181,161,0); } 80%{ box-shadow: 0 0 0 5px rgba(44,181,161,0.22); } }

.scr-grid { flex: 1; display: grid; grid-template-columns: 1fr 1fr; grid-auto-rows: 1fr; gap: 12px; }
.prop {
  position: relative; background: #fff; border: 1px solid var(--line); border-radius: 12px;
  padding: 9px; display: flex; flex-direction: column; gap: 8px; overflow: hidden;
  opacity: 0; animation: propIn 3.5s ease-in-out infinite;
}
.prop.p1 { animation-delay: 0.0s; }
.prop.p2 { animation-delay: 0.45s; }
.prop.p3 { animation-delay: 0.9s; }
.prop.p4 { animation-delay: 1.35s; }
@keyframes propIn {
  0%   { opacity: 0; transform: translateY(12px) scale(.95); }
  10%  { opacity: 1; transform: none; }
  86%  { opacity: 1; transform: none; }
  96%, 100% { opacity: 0; transform: translateY(-7px) scale(.97); }
}
.thumb { flex: 1; min-height: 46px; border-radius: 8px; }
.thumb.t1 { background: linear-gradient(135deg,#2AB5A0,#6fd3c3); }
.thumb.t2 { background: linear-gradient(135deg,#e8b06b,#f1cd9b); }
.thumb.t3 { background: linear-gradient(135deg,#8a93c9,#b6bce0); }
.thumb.t4 { background: linear-gradient(135deg,#d98aa6,#ecb6c8); }
.pmeta { display: flex; align-items: center; justify-content: space-between; gap: 6px; }
.pname { font-size: 11.5px; font-weight: 600; color: var(--ink); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.pprice { font-size: 11.5px; font-weight: 700; color: var(--teal-700); flex: none; }
.added {
  position: absolute; top: 8px; right: 8px; font-size: 9.5px; font-weight: 700; letter-spacing: .03em;
  color: #fff; background: var(--teal); border-radius: 999px; padding: 3px 8px;
  opacity: 0; animation: addedFlash 3.5s ease-in-out infinite;
}
.prop.p1 .added { animation-delay: 0.0s; }
.prop.p2 .added { animation-delay: 0.45s; }
.prop.p3 .added { animation-delay: 0.9s; }
.prop.p4 .added { animation-delay: 1.35s; }
@keyframes addedFlash { 0%,8%{opacity:0; transform: scale(.8);} 12%{opacity:1; transform:none;} 30%,100%{opacity:0;} }
@media (prefers-reduced-motion: reduce) {
  .prop, .added, .paste-add, .caret { animation: none; }
  .prop { opacity: 1; transform: none; }
  .added { opacity: 0; }
}

/* floating proactive chip on hero media */
.float-chip {
  position: absolute; right: -22px; bottom: -20px; width: min(264px, 68%);
  background: #fff; border: 1px solid var(--line); border-radius: var(--r-md);
  box-shadow: var(--shadow-lg); padding: 15px 17px;
}
.float-chip .fc-head { display: flex; align-items: center; gap: 9px; font-size: 13px; font-weight: 700; color: var(--teal-700); letter-spacing: .04em; text-transform: uppercase; margin-bottom: 9px; }
.float-chip .pulse { width: 9px; height: 9px; border-radius: 50%; background: var(--teal); box-shadow: 0 0 0 4px var(--teal-soft); animation: pulse 2s infinite; }
@keyframes pulse { 0%,100%{ box-shadow: 0 0 0 4px rgba(44,181,161,0.25);} 50%{ box-shadow: 0 0 0 7px rgba(44,181,161,0.08);} }
.float-chip p { font-size: 15px; color: var(--ink-body); line-height: 1.4; }
.float-chip b { color: var(--ink); font-weight: 700; }
@media (max-width: 920px){
  .hero .wrap { grid-template-columns: 1fr; }
  .hero .sub { max-width: none; }
  .float-chip { right: 8px; bottom: -16px; }
}

/* ============================================================
   PROBLEM — hub & spoke
   ============================================================ */
.problem .wrap { display: flex; flex-direction: column; align-items: center; }
.problem .problem-copy { text-align: center; max-width: 880px; margin: 0 auto; }
.problem h2 { font-size: clamp(32px, 4.4vw, 50px); text-wrap: balance; }
.problem h2 .u { color: var(--teal); }
.problem .sub { font-size: 20px; color: var(--ink-soft); margin-top: 18px; }
.problem .web { margin-top: clamp(48px, 6vw, 84px); }

.web { position: relative; width: 100%; max-width: 620px; margin-inline: auto; aspect-ratio: 1 / 0.82; }
.web svg { position: absolute; inset: 0; width: 100%; height: 100%; overflow: visible; }
.web .hub {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);
  width: 132px; height: 132px; border-radius: 50%; z-index: 3;
  background: var(--teal); color: #fff; display: flex; flex-direction: column;
  align-items: center; justify-content: center; text-align: center;
  box-shadow: var(--shadow-teal); border: 4px solid #fff;
}
.web .hub .lbl { font-size: 12px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; opacity: .85; }
.web .hub .who { font-size: 21px; font-weight: 700; line-height: 1.05; margin-top: 2px; }
.web .node {
  position: absolute; transform: translate(-50%,-50%); z-index: 2;
  background: #fff; border: 1px solid var(--line); border-radius: 999px;
  padding: 9px 15px; font-size: 14.5px; font-weight: 600; color: var(--ink-body);
  box-shadow: var(--shadow-sm); display: inline-flex; align-items: center; gap: 8px;
  white-space: nowrap;
}
.web .node .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--ink-faint); }

/* ============================================================
   SOLUTION — 3 boxes
   ============================================================ */
.solution .sec-head { margin-bottom: 60px; }
.solution h2 .u { color: var(--teal); }
.cards3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; align-items: start; }
@media (max-width: 900px){ .cards3 { grid-template-columns: 1fr; max-width: 460px; margin-inline: auto; } }
.scard {
  background: #fff; border: 2px solid var(--ink); padding: 34px 30px 36px; position: relative;
  box-shadow: 7px 8px 0 rgba(22,32,29,0.07);
  transition: transform .18s ease, box-shadow .18s ease;
}
/* organic, hand-shaped corners — alternating, with the middle card lifted */
.cards3 .scard:nth-child(1) { border-radius: 30px 220px 30px 30px / 220px 30px 30px 30px; }
.cards3 .scard:nth-child(2) { border-radius: 30px 30px 30px 220px / 30px 30px 220px 30px; transform: translateY(-18px); }
.cards3 .scard:nth-child(3) { border-radius: 220px 30px 30px 30px / 30px 220px 30px 30px; }
.scard:hover { transform: translateY(-5px); box-shadow: 10px 12px 0 rgba(44,181,161,0.18); }
.cards3 .scard:nth-child(2):hover { transform: translateY(-23px); }
.scard .ic {
  width: 62px; height: 62px; background: var(--teal); color: #fff;
  display: flex; align-items: center; justify-content: center; margin-bottom: 24px;
  border-radius: 50% 50% 50% 14px;
}
.cards3 .scard:nth-child(2) .ic { border-radius: 50% 50% 14px 50%; }
.cards3 .scard:nth-child(3) .ic { border-radius: 14px 50% 50% 50%; }
.scard h3 { font-size: 22px; margin-bottom: 10px; }
.scard p { font-size: 16.5px; color: var(--ink-soft); line-height: 1.5; }
.scard .num {
  position: absolute; top: 22px; right: 26px; font-size: 30px; font-weight: 800;
  color: var(--teal); opacity: .18; letter-spacing: -0.02em;
}

/* ============================================================
   DEMO
   ============================================================ */
.demo .sec-head { margin-bottom: 48px; }
.demo h2 .u { color: var(--teal); }
.demo .eyebrow .mini { color: var(--ink-faint); font-weight: 600; text-transform: none; letter-spacing: 0; }
.player-wrap { max-width: 920px; margin: 0 auto; position: relative; }
.player image-slot { width: 100%; aspect-ratio: 16 / 9; display: block; }
.vid-frame { position: relative; width: 100%; aspect-ratio: 16 / 9; background: #0e1614; overflow: hidden; }
.vid-frame video { width: 100%; height: 100%; display: block; object-fit: cover; cursor: pointer; }
.vid-play {
  position: absolute; inset: 0; margin: auto; width: 76px; height: 76px;
  display: flex; align-items: center; justify-content: center;
  border: none; border-radius: 50%; cursor: pointer;
  background: var(--teal); color: #fff;
  box-shadow: 0 10px 34px rgba(11,28,24,0.32);
  padding-left: 4px; transition: transform .14s ease, opacity .2s ease, background .14s ease;
}
.vid-play:hover { transform: scale(1.06); background: var(--teal-700, #1f8f7e); }
.vid-frame.playing .vid-play { opacity: 0; pointer-events: none; }
.vid-cap {
  position: absolute; top: 20px; left: 50%; transform: translate(-50%, -8px);
  max-width: 82%; display: flex; align-items: center; justify-content: center;
  padding: 10px 20px 11px; border-radius: 999px;
  background: var(--teal); color: #fff;
  box-shadow: 0 8px 24px rgba(11,28,24,0.22);
  font-family: var(--font); font-size: 15px; font-weight: 600; letter-spacing: -0.01em; line-height: 1.3;
  text-align: center; text-wrap: balance;
  opacity: 0; transition: opacity .35s ease, transform .35s ease; pointer-events: none;
}
.vid-cap .dot { display: none; }
.vid-frame.playing .vid-cap.show { opacity: 1; transform: translate(-50%, 0); }
.chapters { display: flex; justify-content: center; gap: 12px; margin-top: 28px; flex-wrap: wrap; }
.chip {
  display: inline-flex; align-items: center; gap: 9px; background: #fff;
  border: 1px solid var(--line); border-radius: 999px; padding: 10px 18px;
  font-size: 15px; font-weight: 600; color: var(--ink-body); box-shadow: var(--shadow-sm);
}
.chip .n {
  width: 22px; height: 22px; border-radius: 50%; background: var(--teal-soft); color: var(--teal-700);
  font-size: 13px; font-weight: 700; display: flex; align-items: center; justify-content: center;
}
.bridge {
  max-width: 620px; margin: 40px auto 0; text-align: center; font-size: 19px; color: var(--ink-soft); line-height: 1.5;
}
.bridge::before { content: ""; display: block; width: 48px; height: 2px; background: var(--teal); opacity: .5; margin: 0 auto 22px; }
.bridge b { color: var(--ink); font-weight: 600; }

/* ============================================================
   FEATURES
   ============================================================ */
.features .sec-head { margin-bottom: 30px; max-width: 1000px; }
@media (min-width: 880px){ .features .sec-head h2 { white-space: nowrap; } }
.features h2 .u { color: var(--teal); }
.nowbar {
  display: flex; align-items: center; justify-content: center; gap: 12px; flex-wrap: wrap;
  margin: 0 auto 52px;
}
.nowbar .live {
  font-size: 12px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase;
  color: var(--teal-700); background: var(--teal-soft); border-radius: 999px; padding: 5px 13px;
  display: inline-flex; align-items: center; gap: 7px;
}
.nowbar .live .d { width: 7px; height: 7px; border-radius: 50%; background: var(--teal); }
.nowbar .stage {
  font-size: 15px; font-weight: 600; color: var(--ink); background: #fff;
  border: 1px solid var(--line); border-radius: 999px; padding: 9px 18px; box-shadow: var(--shadow-sm);
}
.nowbar .plus { color: var(--ink-faint); font-weight: 600; }
.nowbar .more { font-size: 15px; color: var(--ink-faint); font-style: italic; }

.cards6 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; max-width: 960px; margin-inline: auto; }
@media (max-width: 900px){ .cards6 { grid-template-columns: 1fr; max-width: 420px; margin-inline: auto; } }
@media (min-width: 901px) and (max-width: 1080px){ .cards6 { grid-template-columns: repeat(2, 1fr); } }
.fcard {
  background: #fff; border: 2px solid var(--ink); border-radius: 14px;
  padding: 22px 22px 24px; box-shadow: 5px 6px 0 rgba(22,32,29,0.07);
  transition: transform .16s ease, box-shadow .16s ease;
}
/* organic, varied corners so the grid doesn't read as boxy/corporate */
.cards6 .fcard:nth-child(6n+1) { border-radius: 22px 130px 22px 22px / 130px 22px 22px 22px; }
.cards6 .fcard:nth-child(6n+2) { border-radius: 22px 22px 130px 22px / 22px 22px 22px 130px; }
.cards6 .fcard:nth-child(6n+3) { border-radius: 130px 22px 22px 22px / 22px 130px 22px 22px; }
.cards6 .fcard:nth-child(6n+4) { border-radius: 22px 22px 22px 130px / 22px 22px 130px 22px; }
.cards6 .fcard:nth-child(6n+5) { border-radius: 22px 130px 22px 22px / 22px 22px 130px 22px; }
.cards6 .fcard:nth-child(6n+6) { border-radius: 22px 22px 130px 22px / 130px 22px 22px 22px; }
.fcard:hover { transform: translateY(-4px); box-shadow: 8px 10px 0 rgba(44,181,161,0.18); }
.fcard .ic {
  width: 46px; height: 46px; border-radius: 50% 50% 50% 12px; background: var(--teal); color: #fff;
  display: flex; align-items: center; justify-content: center; margin-bottom: 16px;
}
.fcard h3 { font-size: 18.5px; margin-bottom: 8px; letter-spacing: -0.015em; }
.fcard p { font-size: 15.5px; color: var(--ink-soft); line-height: 1.5; }

/* ---- 4 cards in a row, larger icon above, centered ---- */
.cards4row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
@media (max-width: 920px){ .cards4row { grid-template-columns: 1fr 1fr; gap: 18px; } }
@media (max-width: 480px){ .cards4row { grid-template-columns: 1fr; max-width: 360px; margin-inline: auto; } }
.cards4row .fcard { text-align: center; padding: 32px 22px 30px; }
.cards4row .fcard:nth-child(1) { border-radius: 110px 110px 22px 22px / 90px 90px 22px 22px; }
.cards4row .fcard:nth-child(2) { border-radius: 22px 110px 22px 110px / 22px 90px 22px 90px; }
.cards4row .fcard:nth-child(3) { border-radius: 110px 22px 110px 22px / 90px 22px 90px 22px; }
.cards4row .fcard:nth-child(4) { border-radius: 22px 22px 110px 110px / 22px 22px 90px 90px; }
.cards4row .fcard .ic {
  width: 66px; height: 66px; margin: 0 auto 20px;
  border-radius: 50% 50% 50% 16px;
}
.cards4row .fcard:nth-child(2) .ic { border-radius: 50% 50% 16px 50%; }
.cards4row .fcard:nth-child(3) .ic { border-radius: 16px 50% 50% 50%; }
.cards4row .fcard:nth-child(4) .ic { border-radius: 50% 16px 50% 50%; }
.cards4row .fcard h3 { font-size: 19px; margin-bottom: 9px; }
.cards4row .fcard p { font-size: 15px; }

/* ---- client-ready prop deck visual ---- */
.feat-visual { position: relative; }
.deck {
  position: relative; background: #fff; border: 2px solid var(--ink); border-radius: 20px;
  box-shadow: 9px 11px 0 rgba(22,32,29,0.09); padding: 20px; transform: rotate(-1.6deg);
  max-width: 440px; margin-inline: auto;
}
.deck::before, .deck::after {
  content: ""; position: absolute; inset: 0; background: #fff; border: 2px solid var(--ink);
  border-radius: 20px; z-index: -1;
}
.deck::before { transform: rotate(3deg) translate(8px, 6px); opacity: .55; }
.deck::after  { transform: rotate(6deg) translate(15px, 12px); opacity: .28; }
.deck-head { display: flex; align-items: center; gap: 11px; padding-bottom: 16px; border-bottom: 1.5px solid var(--line); margin-bottom: 16px; }
.deck-mark { width: 34px; height: 34px; border-radius: 9px; background: var(--teal); display: flex; align-items: center; justify-content: center; flex: none; }
.deck-titles { display: flex; flex-direction: column; line-height: 1.15; }
.deck-title { font-size: 15px; font-weight: 700; color: var(--ink); letter-spacing: -0.01em; }
.deck-client { font-size: 12.5px; color: var(--ink-faint); font-weight: 500; }
.deck-page { margin-left: auto; font-size: 12px; font-weight: 700; color: var(--ink-faint); }
.deck-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; margin-bottom: 16px; }
.dprop { margin: 0; }
.dthumb { height: 64px; border-radius: 10px; margin-bottom: 8px; }
.dthumb.d1 { background: linear-gradient(135deg,#2AB5A0,#6fd3c3); }
.dthumb.d2 { background: linear-gradient(135deg,#e8b06b,#f1cd9b); }
.dthumb.d3 { background: linear-gradient(135deg,#8a93c9,#b6bce0); }
.dthumb.d4 { background: linear-gradient(135deg,#d98aa6,#ecb6c8); }
.dprop figcaption { display: flex; align-items: center; justify-content: space-between; gap: 8px; }
.dprop figcaption span { font-size: 12.5px; font-weight: 600; color: var(--ink); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.dprop figcaption b { font-size: 12.5px; font-weight: 700; color: var(--teal-700); flex: none; }
.deck-foot { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.deck-ready { font-size: 12.5px; color: var(--ink-faint); font-weight: 600; }
.deck-approve {
  font-size: 12px; font-weight: 700; color: #fff; background: var(--teal);
  border-radius: 999px; padding: 5px 12px; animation: addpulse 3.5s ease-in-out infinite;
}
@media (prefers-reduced-motion: reduce){ .deck-approve { animation: none; } }

/* ============================================================
   CLOSING CTA
   ============================================================ */
.closing { background: var(--teal); color: #fff; text-align: center; }
.closing .mark {
  width: 64px; height: 64px; border-radius: 50%; margin: 0 auto 28px;
  background: rgba(255,255,255,0.16); border: 2px solid rgba(255,255,255,0.7);
  display: flex; align-items: center; justify-content: center;
}
.closing h2 { color: #fff; font-size: clamp(38px, 5.4vw, 62px); font-weight: 800; letter-spacing: -0.035em; }
.closing .recap {
  color: rgba(255,255,255,0.94); font-size: clamp(18px, 2.2vw, 22px); margin: 20px auto 40px;
  max-width: 44ch; line-height: 1.5;
}
.cta-form {
  display: flex; gap: 10px; justify-content: center; flex-wrap: nowrap;
  max-width: 580px; margin: 0 auto;
}
.cta-form input {
  flex: 1 1 0; min-width: 0;
  font-family: var(--font); font-size: 16px; color: var(--ink);
  padding: 13px 18px; border-radius: 999px;
  border: 1.5px solid transparent; background: #fff;
  box-shadow: 0 10px 26px rgba(15,93,83,0.20);
}
.cta-form input::placeholder { color: var(--ink-faint); }
.cta-form input:focus { outline: none; box-shadow: 0 0 0 3px rgba(255,255,255,0.55); }
.cta-form .btn { flex: 0 0 auto; }
.closing .cta-fine { color: rgba(255,255,255,0.85); font-size: 14px; margin-top: 16px; }
.cta-done { color: #fff; font-size: 18px; font-weight: 700; margin: 0; }

/* ============================================================
   FOOTER
   ============================================================ */
.footer { background: #fff; border-top: 1px solid var(--line); }
.footer .wrap { display: flex; align-items: center; gap: 20px; padding-block: 34px; flex-wrap: wrap; }
.footer .word { font-size: 22px; }
.footer .spacer { flex: 1; }
.footer .legal { font-size: 14px; color: var(--ink-faint); }
.footer .flinks { display: flex; gap: 24px; }
.footer .flinks a { font-size: 14.5px; color: var(--ink-soft); }
.footer .flinks a:hover { color: var(--ink); }
.footer .social { display: inline-flex; align-items: center; justify-content: center; width: 38px; height: 38px; border-radius: 50%; color: var(--ink-soft); border: 1px solid var(--line); transition: color .12s ease, border-color .12s ease, background .12s ease; }
.footer .social:hover { color: var(--teal-700); border-color: var(--teal); background: var(--teal-soft); }

/* entrance animation intentionally omitted — content renders immediately */
.reveal { opacity: 1; }
