:root{ --ag-p:#003b40; --ag-a:#19efe4; }
.fp-nav{ background:#003b40; padding:12px 0; position:sticky; top:0; z-index:100; }
.fp-nav__inner{ max-width:1100px; margin:0 auto; padding:0 18px; display:flex; align-items:center; gap:6px; flex-wrap:wrap; }
.fp-nav__brand{ font-size:12px; font-weight:800; color:#fff; text-decoration:none; letter-spacing:.08em; margin-right:16px; }
.fp-nav a.fp-nav__link{ font-size:11px; font-weight:600; letter-spacing:.06em; text-transform:uppercase; color:rgba(255,255,255,.55); text-decoration:none; padding:4px 10px; border-radius:99px; transition:background .15s,color .15s; white-space:nowrap; }
.fp-nav a.fp-nav__link:hover{ color:#fff; background:rgba(255,255,255,.1); }
.fp-nav a.fp-nav__link.is-active{ color:#003b40; background:#19efe4; }
.fp-hero{ background:#f5f2eb; padding:clamp(60px,7vw,100px) 0; }
.fp-hero h1{ font-size:clamp(34px,4.5vw,64px); font-weight:900; line-height:1.06; color:#111; letter-spacing:-.03em; }
.fp-card{ border-radius:16px; padding:28px; }
.fp-card--dark{ background:rgba(0,59,64,1); color:#fff; }
.fp-card--light{ background:#fff; border:1px solid #e8e8e8; }
.fp-badge{ display:inline-block; font-size:10px; font-weight:700; letter-spacing:.1em; text-transform:uppercase; border-radius:99px; padding:4px 10px; margin-bottom:12px; }
.fp-card--dark .fp-badge{ background:rgba(0,59,64,1); color:#ccc; border: 1px solid #00fff7;}
.fp-card--light .fp-badge{ background:#f0f0f0; color:#555; border: 1px solid #00fff7; }
.fp-card h3{ font-size:20px; font-weight:800; margin-bottom:8px; color:white}
.fp-card p{ font-size:14px; line-height:1.6; opacity:.75; margin:0; }
.fp-num{ width:32px; height:32px; border-radius:50%; background:#e8e4d9; display:flex; align-items:center; justify-content:center; font-size:12px; font-weight:700; color:#555; flex-shrink:0; }
.fp-story{ background:#fff; padding:clamp(60px,7vw,100px) 0; border-top:1px solid #eee; }
.fp-story__label{ display:inline-flex; align-items:center; gap:8px; font-size:11px; font-weight:700; letter-spacing:.1em; text-transform:uppercase; color:#888; background:#f0f0f0; border-radius:99px; padding:5px 12px; margin-bottom:20px; }
.fp-story__label svg{ width:14px; height:14px; opacity:.6; }
.fp-story blockquote{ border-left:3px solid #003b40; padding-left:20px; font-style:italic; font-size:17px; color:#333; line-height:1.7; }
.fp-faq{ background:#f5f2eb; padding:clamp(60px,7vw,100px) 0; }
.fp-faq details{ border-bottom:1px solid #ddd; padding:18px 0; cursor:pointer; }
.fp-faq summary{ font-weight:700; font-size:16px; list-style:none; display:flex; justify-content:space-between; align-items:center; gap:16px; }
.fp-faq summary::after{ content:'+'; font-size:22px; font-weight:300; color:#999; flex-shrink:0; }
.fp-faq details[open] summary::after{ content:'−'; }
.fp-faq details p{ margin:12px 0 0; color:#555; font-size:15px; line-height:1.7; }
.fp-cta{ background:#003b40; padding:clamp(60px,7vw,80px) 0; text-align:center; }
.fp-eyebrow{ font-size:12px; font-weight:700; letter-spacing:.12em; text-transform:uppercase; opacity:.5; }

/* ===== Mockup + Slideshow Gallery ===== */
.ag-mockup{ background:#f2f2f2; border-radius:16px; overflow:hidden; box-shadow:0 24px 48px rgba(0,0,0,.18); aspect-ratio:16/10; position:relative; }
.ag-mockup__bar{ background:#e0e0e0; height:36px; display:flex; align-items:center; padding:0 14px; gap:7px; flex-shrink:0; }
.ag-mockup__dot{ width:11px; height:11px; border-radius:50%; background:#c8c8c8; }
.ag-mockup__dot:first-child{ background:#ff6059; }
.ag-mockup__dot:nth-child(2){ background:#ffbd2e; }
.ag-mockup__dot:nth-child(3){ background:#28c840; }
.ag-mockup__screen{ background:linear-gradient(135deg,#003b40 0%,#0b4a4f 60%,#094142 100%); position:absolute; top:36px; left:0; right:0; bottom:0; overflow:hidden; }
.ag-mockup__screen .ag-slideshow{ position:absolute; inset:0; width:100%; height:100%; }
.ag-mockup__screen img,.ag-mockup__screen video{ width:100%; height:100%; object-fit:cover; display:block; }
.ag-mockup__placeholder{ display:flex; flex-direction:column; align-items:center; gap:12px; color:rgba(255,255,255,.25); font-size:13px; pointer-events:none; user-select:none; }
.ag-mockup__placeholder svg{ opacity:.18; }
.ag-slideshow{ position:relative; width:100%; height:100%; }
.ag-slide{ position:absolute; inset:0; opacity:0; transition:opacity .6s ease; pointer-events:none; }
.ag-slide.is-active{ opacity:1; pointer-events:auto; cursor:zoom-in; }
.ag-slide img,.ag-slide video{ width:100%; height:100%; object-fit:cover; display:block; }
.ag-mockup__screen .ag-slideshow__controls{ position:absolute; bottom:12px; left:0; right:0; display:flex; align-items:center; justify-content:center; gap:10px; z-index:10; }
.ag-slideshow__dots{ display:flex; gap:6px; }
.ag-slideshow__dot{ height:6px; width:6px; border-radius:999px; background:#003b40; transition:width .35s ease,background .35s ease; cursor:pointer; border:none; padding:0; flex-shrink:0; }
.ag-slideshow__dot.is-active{ width:22px; background:#003b40; opacity:1; }
.ag-slideshow__arrow{ width:28px; height:28px; border-radius:50%; background:#003b40; border:none; color:#fff; display:flex; align-items:center; justify-content:center; cursor:pointer; font-size:13px; line-height:1; flex-shrink:0; transition:background .15s ease; }
.ag-slideshow__arrow:hover{ background:#0b4a4f; }
.ag-mockup__screen .ag-slideshow__progress{ position:absolute; bottom:0; left:0; height:3px; background:#75FBFD; border-radius:0 2px 0 0; opacity:.85; width:0%; }
.ag-mockup__screen .ag-slideshow-zoom-hint{ position:absolute; top:10px; right:10px; z-index:5; background:rgba(0,0,0,.40); border-radius:6px; width:28px; height:28px; display:flex; align-items:center; justify-content:center; pointer-events:none; opacity:1; transition:opacity .2s ease; }
@media(hover:hover){ .ag-mockup__screen .ag-slideshow-zoom-hint{ opacity:.55; } .ag-mockup__screen:hover .ag-slideshow-zoom-hint{ opacity:1; } }
.ag-slideshow-zoom-hint svg{ width:16px; height:16px; stroke:#fff; fill:none; stroke-width:2; stroke-linecap:round; stroke-linejoin:round; }
.ag-reveal{ opacity:0; transform:translateY(28px); transition:opacity .55s ease,transform .55s ease; }
.ag-reveal.is-visible{ opacity:1; transform:none; }
.ag-lightbox{ display:none; position:fixed; inset:0; z-index:9999; background:rgba(0,0,0,.88); align-items:center; justify-content:center; cursor:zoom-out; }
.ag-lightbox.is-open{ display:flex; }
.ag-lightbox__img{ max-width:min(92vw,1400px); max-height:90vh; border-radius:10px; box-shadow:0 32px 80px rgba(0,0,0,.6); object-fit:contain; cursor:default; animation:agLbIn .2s ease; }
@keyframes agLbIn{ from{ transform:scale(.93); opacity:0; } to{ transform:scale(1); opacity:1; } }
.ag-lightbox__close{ position:absolute; top:18px; right:22px; background:rgba(255,255,255,.12); border:none; color:#fff; font-size:28px; line-height:1; width:44px; height:44px; border-radius:50%; cursor:pointer; display:flex; align-items:center; justify-content:center; transition:background .15s ease; }
.ag-lightbox__close:hover{ background:rgba(255,255,255,.22); }
