/* ============================================================
   Absensi PNS / ASN — PT EASYSTEM SMART TECH
   Modern Landing Page Stylesheet
   ============================================================ */

/* ---------- Design Tokens ---------- */
:root {
  --navy-950: #04142E;
  --navy-900: #071E42;
  --navy-800: #0B2A5B;
  --navy-700: #0F3D7C;
  --sky-300: #7DD3FC;
  --sky-400: #38BDF8;
  --sky-500: #0EA5E9;
  --sky-600: #0284C7;
  --green: #10B981;
  --green-soft: #D1FAE5;
  --red: #EF4444;
  --amber: #F59E0B;
  --ink: #0F172A;
  --muted: #475569;
  --muted-2: #64748B;
  --line: #E2E8F0;
  --bg: #F6F9FC;
  --bg-alt: #EDF3F9;
  --card: #FFFFFF;
  --radius-sm: 12px;
  --radius: 18px;
  --radius-lg: 26px;
  --shadow-sm: 0 1px 2px rgba(7, 30, 66, .06), 0 2px 8px rgba(7, 30, 66, .05);
  --shadow: 0 4px 14px rgba(7, 30, 66, .08), 0 12px 34px rgba(7, 30, 66, .08);
  --shadow-lg: 0 12px 30px rgba(7, 30, 66, .14), 0 30px 70px rgba(7, 30, 66, .16);
  --font: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --container: 1180px;
}

/* ---------- Reset & Base ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: var(--font);
  color: var(--ink);
  background: var(--bg);
  line-height: 1.65;
  font-size: 16.5px;
  overflow-x: hidden;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--sky-600); text-decoration: none; }
a:hover { text-decoration: none; }
h1, h2, h3, h4 { line-height: 1.22; margin: 0 0 .5em; letter-spacing: -0.02em; }
h1 { font-size: clamp(2rem, 4.6vw, 3.35rem); font-weight: 800; }
h2 { font-size: clamp(1.55rem, 3.1vw, 2.35rem); font-weight: 800; }
h3 { font-size: 1.18rem; font-weight: 700; }
p { margin: 0 0 1em; }
ul { padding-left: 1.2em; }
::selection { background: var(--sky-400); color: var(--navy-900); }

/* ---------- Utilities ---------- */
.container { width: min(100% - 40px, var(--container)); margin-inline: auto; }
.container-wide { width: min(100% - 40px, 1320px); margin-inline: auto; }
.section { padding: clamp(56px, 8vw, 96px) 0; }
.section-head { max-width: 720px; margin: 0 auto 52px; text-align: center; }
.section-head .eyebrow { margin-bottom: 14px; }
.section-head p { color: var(--muted); font-size: 1.06rem; margin-bottom: 0; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: .78rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase;
  color: var(--sky-600);
  background: rgba(14, 165, 233, .1);
  border: 1px solid rgba(14, 165, 233, .22);
  padding: 7px 14px; border-radius: 999px;
}
.eyebrow.on-dark { color: var(--sky-300); background: rgba(56, 189, 248, .12); border-color: rgba(56, 189, 248, .3); }
.text-center { text-align: center; }

/* Buttons */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  font-weight: 700; font-size: .98rem; font-family: inherit;
  padding: 14px 26px; border-radius: 14px; border: 0; cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
  white-space: nowrap;
}
.btn:active { transform: translateY(1px) scale(.99); }
.btn-primary {
  background: linear-gradient(135deg, var(--sky-500), var(--sky-600));
  color: #fff; box-shadow: 0 8px 24px rgba(14, 165, 233, .38);
}
.btn-primary:hover { box-shadow: 0 12px 30px rgba(14, 165, 233, .5); transform: translateY(-2px); }
.btn-wa {
  background: linear-gradient(135deg, #22C55E, #16A34A);
  color: #fff; box-shadow: 0 8px 24px rgba(34, 197, 94, .35);
}
.btn-wa:hover { box-shadow: 0 12px 30px rgba(34, 197, 94, .5); transform: translateY(-2px); }
.btn-ghost {
  background: rgba(255, 255, 255, .08); color: #fff;
  border: 1px solid rgba(255, 255, 255, .28); backdrop-filter: blur(6px);
}
.btn-ghost:hover { background: rgba(255, 255, 255, .16); transform: translateY(-2px); }
.btn-outline {
  background: #fff; color: var(--navy-800);
  border: 1.5px solid var(--line); box-shadow: var(--shadow-sm);
}
.btn-outline:hover { border-color: var(--sky-500); color: var(--sky-600); transform: translateY(-2px); }
.btn-sm { padding: 10px 18px; font-size: .9rem; border-radius: 12px; }
.btn-lg { padding: 17px 32px; font-size: 1.05rem; border-radius: 16px; }
.btn svg { flex: 0 0 auto; }

/* ---------- Header / Nav ---------- */
.site-header {
  position: fixed; inset: 0 0 auto 0; z-index: 100;
  transition: background .25s ease, box-shadow .25s ease, backdrop-filter .25s ease;
}
.site-header .nav-inner {
  display: flex; align-items: center; gap: 28px;
  padding: 14px 0;
}
.site-header.scrolled {
  background: rgba(7, 30, 66, .86);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 6px 24px rgba(4, 20, 46, .25);
}
.brand { display: flex; align-items: center; gap: 12px; margin-right: auto; }
.brand img { width: 42px; height: 42px; border-radius: 11px; box-shadow: 0 4px 12px rgba(4, 20, 46, .3); }
.brand .brand-text { display: flex; flex-direction: column; line-height: 1.15; }
.brand .brand-name { font-weight: 800; color: #fff; font-size: 1.06rem; letter-spacing: -0.01em; }
.brand .brand-sub { font-size: .72rem; color: var(--sky-300); font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.nav-links { display: flex; align-items: center; gap: 4px; }
.nav-links a {
  color: rgba(255, 255, 255, .86); font-weight: 600; font-size: .93rem;
  padding: 9px 14px; border-radius: 10px; transition: background .15s, color .15s;
}
.nav-links a:hover { background: rgba(255, 255, 255, .1); color: #fff; }
.nav-cta { display: flex; align-items: center; gap: 10px; }
.nav-toggle {
  display: none; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.25);
  border-radius: 10px; width: 44px; height: 44px; cursor: pointer; color: #fff;
  align-items: center; justify-content: center;
}
@media (max-width: 1020px) {
  .nav-links, .nav-cta .btn { display: none; }
  .nav-toggle { display: inline-flex; }
}

/* Mobile drawer */
.mobile-nav {
  display: none; position: fixed; inset: 0; z-index: 99;
  background: rgba(4, 20, 46, .97); backdrop-filter: blur(10px);
  padding: 96px 28px 40px; flex-direction: column; gap: 6px;
}
.mobile-nav.open { display: flex; }
.mobile-nav a {
  color: #fff; font-size: 1.15rem; font-weight: 700; padding: 14px 10px;
  border-bottom: 1px solid rgba(255,255,255,.08); border-radius: 0;
}
.mobile-nav .btn { margin-top: 18px; }

/* ---------- Hero ---------- */
.hero {
  position: relative; overflow: hidden;
  background: linear-gradient(160deg, var(--navy-950) 0%, var(--navy-800) 55%, var(--navy-700) 100%);
  color: #fff;
  padding: clamp(120px, 16vw, 172px) 0 clamp(70px, 9vw, 110px);
}
.hero::before {
  content: ""; position: absolute; inset: 0;
  background-image:
    radial-gradient(ellipse 55% 60% at 82% 18%, rgba(14, 165, 233, .28), transparent 65%),
    radial-gradient(ellipse 45% 55% at 8% 85%, rgba(56, 189, 248, .14), transparent 60%);
  pointer-events: none;
}
.hero::after {
  content: ""; position: absolute; inset: 0; opacity: .5;
  background-image: radial-gradient(rgba(125, 211, 252, .16) 1px, transparent 1px);
  background-size: 26px 26px;
  mask-image: linear-gradient(180deg, rgba(0,0,0,.5), transparent 70%);
  -webkit-mask-image: linear-gradient(180deg, rgba(0,0,0,.5), transparent 70%);
  pointer-events: none;
}
.hero-grid {
  position: relative; z-index: 2;
  display: grid; grid-template-columns: 1.15fr .85fr; gap: 48px; align-items: center;
}
@media (max-width: 980px) { .hero-grid { grid-template-columns: 1fr; gap: 56px; } }
.hero h1 { color: #fff; margin-bottom: 18px; }
.hero h1 .grad {
  background: linear-gradient(90deg, var(--sky-300), var(--sky-500));
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.hero .lead { font-size: clamp(1.02rem, 1.6vw, 1.17rem); color: rgba(226, 240, 255, .92); max-width: 560px; margin-bottom: 28px; }
.hero-cta { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 26px; }
.hero-trust { display: flex; flex-wrap: wrap; gap: 8px 22px; align-items: center; color: rgba(186, 215, 245, .95); font-size: .92rem; font-weight: 600; }
.hero-trust .tick { color: #4ADE80; margin-right: 6px; }
.hero-stats {
  position: relative; z-index: 2; margin-top: clamp(44px, 6vw, 64px);
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px;
}
@media (max-width: 780px) { .hero-stats { grid-template-columns: repeat(2, 1fr); } }
.stat-card {
  background: rgba(255, 255, 255, .07);
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: var(--radius);
  padding: 18px 20px; backdrop-filter: blur(8px);
}
.stat-card .num { font-size: 1.7rem; font-weight: 800; color: #fff; letter-spacing: -0.02em; }
.stat-card .num small { font-size: 1.05rem; color: var(--sky-300); margin-left: 2px; font-weight: 700; }
.stat-card .label { font-size: .86rem; color: rgba(186, 215, 245, .9); font-weight: 600; margin-top: 2px; }

/* Phone mockup */
.hero-visual { position: relative; display: flex; justify-content: center; }
.phone {
  position: relative; width: min(300px, 74vw); z-index: 3;
  background: #0A1526; border-radius: 42px; padding: 11px;
  box-shadow: var(--shadow-lg), inset 0 0 0 2px rgba(255, 255, 255, .09);
}
.phone::before {
  content: ""; position: absolute; top: 24px; left: 50%; transform: translateX(-50%);
  width: 104px; height: 26px; background: #0A1526; border-radius: 14px; z-index: 4;
}
.phone img { border-radius: 32px; width: 100%; }
.phone-glow {
  position: absolute; width: 420px; height: 420px; border-radius: 50%;
  background: radial-gradient(circle, rgba(14, 165, 233, .5), transparent 65%);
  filter: blur(46px); top: 8%; left: 50%; transform: translateX(-50%); z-index: 1;
}
.chip {
  position: absolute; z-index: 5; display: flex; align-items: center; gap: 9px;
  background: rgba(255, 255, 255, .97); color: var(--navy-900);
  font-size: .84rem; font-weight: 700; padding: 11px 15px; border-radius: 14px;
  box-shadow: 0 12px 30px rgba(4, 20, 46, .35);
  animation: floaty 5.5s ease-in-out infinite;
}
.chip .dot { width: 10px; height: 10px; border-radius: 50%; flex: 0 0 auto; }
.chip.c1 { top: 12%; left: max(0px, calc(50% - 250px)); }
.chip.c2 { top: 46%; right: max(0px, calc(50% - 255px)); animation-delay: 1.4s; }
.chip.c3 { bottom: 13%; left: max(0px, calc(50% - 235px)); animation-delay: 2.6s; }
@media (max-width: 1180px) { .chip.c1 { left: 0; } .chip.c2 { right: 0; } .chip.c3 { left: 2%; } }
@media (max-width: 980px) {
  .chip.c1 { left: 4%; } .chip.c2 { right: 2%; } .chip.c3 { left: 6%; }
}
@keyframes floaty { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-12px); } }

/* ---------- Trust bar ---------- */
.trustbar { background: #fff; border-bottom: 1px solid var(--line); padding: 30px 0; }
.trustbar .tb-label { text-align: center; color: var(--muted-2); font-size: .82rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; margin-bottom: 18px; }
.trust-items { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; }
.trust-item {
  display: inline-flex; align-items: center; gap: 9px;
  background: var(--bg); border: 1px solid var(--line); border-radius: 999px;
  padding: 9px 18px; font-weight: 700; font-size: .9rem; color: var(--navy-800);
}
.trust-item svg { color: var(--sky-500); }

/* ---------- Cards / Problem-Solution ---------- */
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
@media (max-width: 900px) { .grid-3 { grid-template-columns: 1fr; } }
.ps-card {
  background: var(--card); border: 1px solid var(--line); border-radius: var(--radius-lg);
  padding: 30px; box-shadow: var(--shadow-sm); transition: transform .2s, box-shadow .2s;
}
.ps-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.ps-card .ico {
  width: 52px; height: 52px; border-radius: 14px; display: flex; align-items: center; justify-content: center;
  margin-bottom: 18px;
}
.ps-card .ico.bad { background: #FEE2E2; color: #DC2626; }
.ps-card .ico.good { background: var(--green-soft); color: #059669; }
.ps-card h3 { margin-bottom: 8px; }
.ps-card p { color: var(--muted); font-size: .95rem; margin-bottom: 0; }
.ps-arrow { display: flex; align-items: center; justify-content: center; color: var(--sky-500); }

/* Problem -> solution layout */
.ps-row { display: grid; grid-template-columns: 1fr 64px 1fr; gap: 16px; align-items: stretch; margin-bottom: 20px; }
.ps-row:last-child { margin-bottom: 0; }
@media (max-width: 900px) { .ps-row { grid-template-columns: 1fr; } .ps-arrow { transform: rotate(90deg); height: 40px; } }
.ps-mini { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 22px 24px; box-shadow: var(--shadow-sm); }
.ps-mini .tag { font-size: .74rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; margin-bottom: 8px; display: block; }
.ps-mini.problem .tag { color: #DC2626; }
.ps-mini.solution .tag { color: #059669; }
.ps-mini h4 { margin: 0 0 6px; font-size: 1.04rem; }
.ps-mini p { margin: 0; color: var(--muted); font-size: .93rem; }
.ps-mini.solution { background: linear-gradient(180deg, #F0FDF9, #fff); border-color: #BBE9DC; }

/* ---------- Features ---------- */
.features { background: linear-gradient(180deg, var(--bg) 0%, var(--bg-alt) 100%); }
.f-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
@media (max-width: 1080px) { .f-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 820px) { .f-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 540px) { .f-grid { grid-template-columns: 1fr; } }
.f-card {
  background: var(--card); border: 1px solid var(--line); border-radius: var(--radius-lg);
  padding: 26px 24px; box-shadow: var(--shadow-sm);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.f-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); border-color: rgba(14, 165, 233, .45); }
.f-card .f-ico {
  width: 50px; height: 50px; border-radius: 14px; display: flex; align-items: center; justify-content: center;
  background: linear-gradient(135deg, rgba(14, 165, 233, .13), rgba(56, 189, 248, .1));
  color: var(--sky-600); margin-bottom: 16px;
}
.f-card h3 { font-size: 1.06rem; margin-bottom: 7px; }
.f-card p { color: var(--muted); font-size: .92rem; margin: 0; }

/* ---------- Gallery ---------- */
.tabs { display: flex; justify-content: center; gap: 10px; margin-bottom: 36px; flex-wrap: wrap; }
.tab-btn {
  font-family: inherit; font-weight: 700; font-size: .95rem; cursor: pointer;
  padding: 11px 22px; border-radius: 999px; border: 1.5px solid var(--line);
  background: #fff; color: var(--muted); transition: all .18s;
}
.tab-btn:hover { border-color: var(--sky-400); color: var(--sky-600); }
.tab-btn.active { background: var(--navy-800); border-color: var(--navy-800); color: #fff; box-shadow: 0 8px 20px rgba(11, 42, 91, .3); }
.tab-panel { display: none; }
.tab-panel.active { display: block; animation: fadeUp .45s ease both; }
@keyframes fadeUp { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }

.app-shots { display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px; }
@media (max-width: 1080px) { .app-shots { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 720px) {
  .app-shots { display: flex; overflow-x: auto; gap: 14px; padding-bottom: 14px; scroll-snap-type: x mandatory; }
  .app-shots .shot { flex: 0 0 72%; scroll-snap-align: start; }
}
.shot { text-align: center; }
.shot .shot-img {
  border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow);
  border: 1px solid var(--line); background: #fff; transition: transform .22s;
}
.shot:hover .shot-img { transform: translateY(-6px) scale(1.015); }
.shot .cap { margin-top: 12px; font-size: .86rem; font-weight: 700; color: var(--navy-800); }
.shot .cap span { display: block; font-weight: 500; color: var(--muted-2); font-size: .79rem; }

.web-shots { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 18px; align-items: start; }
@media (max-width: 980px) { .web-shots { grid-template-columns: 1fr 1fr; } }
@media (max-width: 680px) { .web-shots { grid-template-columns: 1fr; } }
.browser-frame {
  background: #fff; border-radius: var(--radius); overflow: hidden;
  border: 1px solid var(--line); box-shadow: var(--shadow);
}
.browser-frame .bf-bar { display: flex; align-items: center; gap: 6px; padding: 10px 14px; background: #F1F5F9; border-bottom: 1px solid var(--line); }
.browser-frame .bf-dot { width: 10px; height: 10px; border-radius: 50%; }
.browser-frame .bf-url {
  margin-left: 10px; flex: 1; background: #fff; border: 1px solid var(--line); border-radius: 8px;
  font-size: .72rem; color: var(--muted-2); padding: 4px 12px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.web-shots .shot .cap { font-size: .88rem; }

/* ---------- Steps ---------- */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; counter-reset: step; }
@media (max-width: 980px) { .steps { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .steps { grid-template-columns: 1fr; } }
.step-card { position: relative; background: var(--card); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 30px 24px 26px; box-shadow: var(--shadow-sm); }
.step-card::before {
  counter-increment: step; content: "0" counter(step);
  font-size: 2.1rem; font-weight: 800; letter-spacing: -0.03em;
  background: linear-gradient(135deg, var(--sky-400), var(--sky-600));
  -webkit-background-clip: text; background-clip: text; color: transparent;
  display: block; margin-bottom: 10px; line-height: 1;
}
.step-card h3 { font-size: 1.04rem; margin-bottom: 7px; }
.step-card p { color: var(--muted); font-size: .9rem; margin: 0; }

/* ---------- Video ---------- */
.video-wrap { max-width: 900px; margin: 0 auto; }
.video-facade {
  position: relative; border-radius: var(--radius-lg); overflow: hidden;
  box-shadow: var(--shadow-lg); cursor: pointer; border: 1px solid rgba(255,255,255,.2);
  background: #000; aspect-ratio: 16/9;
}
.video-facade img { width: 100%; height: 100%; object-fit: cover; opacity: .82; transition: opacity .2s, transform .35s; }
.video-facade:hover img { opacity: .95; transform: scale(1.02); }
.video-facade .play {
  position: absolute; inset: 0; display: flex; align-items: center; justify-content: center;
}
.video-facade .play svg { filter: drop-shadow(0 12px 30px rgba(0,0,0,.5)); transition: transform .2s; }
.video-facade:hover .play svg { transform: scale(1.08); }
.video-facade .vf-label {
  position: absolute; left: 18px; bottom: 16px; right: 18px; color: #fff; font-weight: 700; font-size: .98rem;
  text-shadow: 0 2px 12px rgba(0,0,0,.7);
}
.video-facade iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.video-links { display: flex; justify-content: center; gap: 22px; margin-top: 24px; flex-wrap: wrap; font-weight: 600; font-size: .92rem; }

/* ---------- Facts band ---------- */
.facts {
  background: linear-gradient(150deg, var(--navy-950), var(--navy-700));
  color: #fff; position: relative; overflow: hidden;
}
.facts::before {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(ellipse 50% 60% at 90% 10%, rgba(14,165,233,.3), transparent 60%);
}
.facts .container { position: relative; z-index: 2; }
.facts-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
@media (max-width: 860px) { .facts-grid { grid-template-columns: repeat(2, 1fr); } }
.fact { text-align: center; padding: 26px 16px; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.13); border-radius: var(--radius-lg); }
.fact .num { font-size: clamp(1.9rem, 3.4vw, 2.6rem); font-weight: 800; letter-spacing: -0.03em; }
.fact .num small { color: var(--sky-300); font-size: 1.2rem; }
.fact .label { color: rgba(200, 224, 248, .92); font-size: .9rem; font-weight: 600; margin-top: 4px; }
.facts h2 { color: #fff; }
.facts .section-head p { color: rgba(200, 224, 248, .92); }

/* ---------- FAQ ---------- */
.faq-list { max-width: 840px; margin: 0 auto; }
.faq-item {
  background: var(--card); border: 1px solid var(--line); border-radius: var(--radius);
  margin-bottom: 12px; box-shadow: var(--shadow-sm); overflow: hidden;
}
.faq-item summary {
  list-style: none; cursor: pointer; display: flex; align-items: center; gap: 14px;
  padding: 20px 24px; font-weight: 700; font-size: 1.02rem; color: var(--ink);
  transition: background .15s;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary:hover { background: #F8FAFC; }
.faq-item summary .chev {
  margin-left: auto; flex: 0 0 auto; transition: transform .25s; color: var(--sky-600);
}
.faq-item[open] summary .chev { transform: rotate(180deg); }
.faq-item .faq-a { padding: 0 24px 22px 60px; color: var(--muted); font-size: .95rem; }
.faq-item .faq-a p:last-child { margin-bottom: 0; }
.faq-item summary .q-ico {
  flex: 0 0 auto; width: 34px; height: 34px; border-radius: 10px; display: flex; align-items: center; justify-content: center;
  background: rgba(14, 165, 233, .12); color: var(--sky-600); font-weight: 800; font-size: .95rem;
}

/* ---------- CTA Band ---------- */
.cta-band {
  background: linear-gradient(135deg, var(--navy-800), var(--navy-700) 60%, var(--sky-600));
  border-radius: var(--radius-lg); color: #fff; padding: clamp(40px, 6vw, 64px);
  display: grid; grid-template-columns: 1.4fr auto; gap: 30px; align-items: center;
  box-shadow: var(--shadow-lg); position: relative; overflow: hidden;
}
.cta-band::before {
  content: ""; position: absolute; right: -80px; top: -80px; width: 320px; height: 320px;
  border-radius: 50%; background: rgba(255, 255, 255, .08);
}
.cta-band h2 { color: #fff; margin-bottom: 10px; }
.cta-band p { color: rgba(222, 238, 255, .95); margin: 0; max-width: 560px; }
.cta-band .cta-actions { display: flex; flex-direction: column; gap: 12px; position: relative; z-index: 2; }
@media (max-width: 860px) { .cta-band { grid-template-columns: 1fr; } }

/* ---------- Contact ---------- */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; align-items: start; }
@media (max-width: 860px) { .contact-grid { grid-template-columns: 1fr; } }
.contact-card { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 30px; box-shadow: var(--shadow-sm); }
.contact-item { display: flex; gap: 16px; margin-bottom: 22px; }
.contact-item:last-child { margin-bottom: 0; }
.contact-item .ci-ico {
  flex: 0 0 auto; width: 46px; height: 46px; border-radius: 13px;
  background: rgba(14, 165, 233, .12); color: var(--sky-600);
  display: flex; align-items: center; justify-content: center;
}
.contact-item h4 { margin: 0 0 3px; font-size: .98rem; }
.contact-item p, .contact-item a { margin: 0; color: var(--muted); font-size: .93rem; }
.contact-item a { color: var(--sky-600); font-weight: 600; }
.map-frame { border-radius: var(--radius-lg); overflow: hidden; border: 1px solid var(--line); box-shadow: var(--shadow-sm); }
.store-buttons { display: flex; gap: 12px; flex-wrap: wrap; }
.store-btn {
  display: inline-flex; align-items: center; gap: 11px; background: var(--navy-900); color: #fff;
  padding: 12px 18px; border-radius: 14px; font-weight: 700; font-size: .9rem; line-height: 1.2;
  transition: transform .18s, box-shadow .18s; box-shadow: var(--shadow-sm);
}
.store-btn:hover { transform: translateY(-2px); box-shadow: var(--shadow); color: #fff; }
.store-btn small { display: block; font-weight: 500; font-size: .72rem; color: var(--sky-300); }

/* ---------- Footer ---------- */
.site-footer { background: var(--navy-950); color: rgba(203, 224, 247, .88); padding: 64px 0 30px; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.2fr; gap: 34px; margin-bottom: 44px; }
@media (max-width: 980px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .footer-grid { grid-template-columns: 1fr; } }
.site-footer h4 { color: #fff; font-size: .95rem; margin-bottom: 16px; letter-spacing: .02em; }
.site-footer a { color: rgba(203, 224, 247, .88); font-size: .92rem; }
.site-footer a:hover { color: var(--sky-300); }
.footer-links { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; }
.footer-brand { display: flex; align-items: center; gap: 12px; margin-bottom: 16px; }
.footer-brand img { width: 44px; height: 44px; border-radius: 12px; }
.footer-brand .fn { font-weight: 800; color: #fff; font-size: 1.05rem; line-height: 1.2; }
.footer-brand .fs { font-size: .76rem; color: var(--sky-300); font-weight: 600; letter-spacing: .06em; }
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, .1); padding-top: 24px;
  display: flex; justify-content: space-between; gap: 14px; flex-wrap: wrap;
  font-size: .86rem; color: rgba(160, 190, 220, .8);
}

/* ---------- Floating buttons ---------- */
.wa-float {
  position: fixed; right: 22px; bottom: 22px; z-index: 90;
  display: flex; align-items: center; gap: 10px;
  background: linear-gradient(135deg, #22C55E, #16A34A); color: #fff;
  padding: 14px 20px; border-radius: 999px; font-weight: 700; font-size: .95rem;
  box-shadow: 0 14px 34px rgba(22, 163, 74, .45);
  transition: transform .2s, box-shadow .2s;
}
.wa-float:hover { transform: translateY(-3px) scale(1.03); color: #fff; box-shadow: 0 18px 40px rgba(22, 163, 74, .55); }
.to-top {
  position: fixed; right: 24px; bottom: 92px; z-index: 90; width: 46px; height: 46px;
  border-radius: 14px; border: 0; cursor: pointer; display: none; align-items: center; justify-content: center;
  background: var(--navy-800); color: #fff; box-shadow: var(--shadow);
}
.to-top.show { display: flex; }
@media (max-width: 560px) {
  .wa-float span.wa-text { display: none; }
  .wa-float { padding: 15px; }
}

/* ---------- Reveal animations ---------- */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s ease, transform .7s cubic-bezier(.22,.61,.36,1); }
.reveal.in { opacity: 1; transform: none; }
.reveal.d1 { transition-delay: .08s; } .reveal.d2 { transition-delay: .16s; }
.reveal.d3 { transition-delay: .24s; } .reveal.d4 { transition-delay: .32s; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .chip { animation: none; }
  * { transition-duration: .001s !important; animation-duration: .001s !important; }
}

/* ---------- Misc ---------- */
.muted { color: var(--muted); }
.small { font-size: .88rem; }
.mt-2 { margin-top: 12px; } .mt-3 { margin-top: 20px; } .mb-3 { margin-bottom: 20px; }
.note {
  background: #FEFCE8; border: 1px solid #FDE68A; color: #854D0E;
  border-radius: var(--radius-sm); padding: 12px 16px; font-size: .86rem;
}
.updated { text-align: center; color: var(--muted-2); font-size: .82rem; margin-top: 40px; }
.skip-link { position: absolute; left: -9999px; top: 0; background: #fff; padding: 10px 16px; z-index: 200; border-radius: 0 0 12px 0; font-weight: 700; }
.skip-link:focus { left: 0; }
