:root {
  --navy: #0e3a5d;
  --navy-2: #082d4b;
  --cyan: #11afe3;
  --cyan-2: #45c6ee;
  --ink: #142033;
  --muted: #657387;
  --line: #dce7ef;
  --soft: #f4f8fb;
  --white: #ffffff;
  --shadow: 0 18px 50px rgba(9, 45, 75, .12);
  --shadow-sm: 0 10px 28px rgba(9, 45, 75, .09);
  --radius: 24px;
  --radius-sm: 16px;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: #fff;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img, video { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }

.container { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.section-pad { padding: 96px 0; }
.soft-bg { background: var(--soft); }

.skip-link { position: fixed; left: 12px; top: -60px; z-index: 999; padding: 10px 14px; background: var(--navy); color: #fff; border-radius: 10px; }
.skip-link:focus { top: 12px; }

.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255,255,255,.90);
  border-bottom: 1px solid rgba(220,231,239,.75);
  backdrop-filter: blur(14px);
}
.nav-wrap { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand img { width: 220px; height: auto; }
.main-nav { display: flex; align-items: center; gap: 28px; font-size: 14px; font-weight: 700; }
.main-nav > a:not(.nav-cta) { color: #46576b; }
.main-nav > a:hover { color: var(--navy); }
.nav-cta { padding: 11px 16px; color: #fff; border-radius: 12px; background: var(--navy); box-shadow: 0 8px 22px rgba(14,58,93,.16); }
.menu-toggle { display: none; background: transparent; border: 0; padding: 8px; cursor: pointer; }
.menu-toggle span { display: block; width: 24px; height: 2px; background: var(--navy); margin: 5px 0; }

.hero { overflow: hidden; position: relative; padding-top: 80px; background:
  radial-gradient(circle at 82% 16%, rgba(17,175,227,.16), transparent 28%),
  linear-gradient(180deg, #fbfdff 0%, #ffffff 100%);
}
.hero-grid { display: grid; grid-template-columns: 1.03fr .97fr; gap: 58px; align-items: center; }
.eyebrow, .kicker { text-transform: uppercase; letter-spacing: .13em; color: var(--navy); font-weight: 850; font-size: 12px; }
.eyebrow { display: inline-flex; gap: 9px; align-items: center; padding: 9px 13px; border: 1px solid #d5eaf4; border-radius: 999px; background: rgba(255,255,255,.88); }
.dot { width: 8px; height: 8px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 0 4px rgba(17,175,227,.12); }
.hero h1 { margin: 19px 0 18px; font-size: clamp(42px, 5vw, 70px); line-height: 1.03; letter-spacing: -.045em; color: var(--navy-2); }
.hero h1 span { color: var(--cyan); }
.hero-lead { max-width: 700px; margin: 0; font-size: 18px; color: var(--muted); }
.hero-actions, .center-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 49px; padding: 0 18px; border-radius: 13px; font-weight: 800; font-size: 14px; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn svg { width: 19px; height: 19px; fill: currentColor; }
.btn-primary { background: var(--navy); color: #fff; box-shadow: 0 12px 24px rgba(14,58,93,.19); }
.btn-primary:hover { background: var(--navy-2); }
.btn-secondary { color: #fff; background: var(--cyan); box-shadow: 0 12px 24px rgba(17,175,227,.2); }
.btn-secondary:hover { background: #079bd0; }
.btn-ghost { color: var(--navy); background: #fff; border: 1px solid var(--line); }

.mini-trust { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 34px; padding-top: 26px; border-top: 1px solid var(--line); gap: 18px; }
.mini-trust strong { display: block; color: var(--navy); font-size: 15px; }
.mini-trust span { display: block; margin-top: 2px; color: var(--muted); font-size: 12px; }

.hero-visual { position: relative; min-height: 600px; }
.glow { position: absolute; width: 520px; height: 520px; right: -70px; top: 20px; border-radius: 50%; background: radial-gradient(circle, rgba(17,175,227,.19), rgba(17,175,227,.02) 70%, transparent 71%); }
.product-card { position: absolute; margin: 0; overflow: hidden; background: #fff; border-radius: 28px; border: 1px solid rgba(14,58,93,.1); box-shadow: var(--shadow); }
.product-card img { width: 100%; height: 100%; object-fit: cover; }
.card-a { width: 62%; aspect-ratio: 1/1; left: 3%; top: 14%; transform: rotate(-4deg); }
.card-b { width: 55%; aspect-ratio: 1/1; right: 2%; bottom: 8%; transform: rotate(6deg); }
.floating-badge { position: absolute; right: 6%; top: 11%; z-index: 3; padding: 12px 15px; background: #fff; color: var(--navy); font-size: 12px; font-weight: 850; border-radius: 14px; box-shadow: var(--shadow-sm); border: 1px solid var(--line); }
.floating-badge span { display: inline-grid; place-items: center; width: 20px; height: 20px; margin-right: 5px; border-radius: 50%; color: #fff; background: var(--cyan); }

.proof-strip { background: var(--navy); color: #fff; }
.proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.proof-item { display: flex; align-items: center; gap: 12px; padding: 25px 20px; border-right: 1px solid rgba(255,255,255,.12); }
.proof-item:first-child { padding-left: 0; }
.proof-item:last-child { border-right: 0; }
.proof-icon { flex: 0 0 35px; display: grid; place-items: center; height: 35px; border-radius: 10px; background: rgba(17,175,227,.16); color: var(--cyan-2); font-weight: 900; }
.proof-item strong { display: block; font-size: 14px; }
.proof-item small { color: #b9cada; font-size: 11px; }

.section-heading { max-width: 760px; margin-bottom: 40px; }
.section-heading.compact { margin-bottom: 28px; }
.section-heading h2, .delivery-copy h2, .contact-copy h2 { margin: 10px 0 14px; color: var(--navy-2); font-size: clamp(32px, 4vw, 50px); line-height: 1.12; letter-spacing: -.03em; }
.section-heading p, .delivery-copy p { margin: 0; color: var(--muted); font-size: 16px; }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.showcase-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow-sm); }
.image-open { width: 100%; border: 0; padding: 0; background: #eef4f7; cursor: zoom-in; }
.showcase-card .image-open { aspect-ratio: 1/1; overflow: hidden; }
.showcase-card .image-open img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.showcase-card:hover .image-open img { transform: scale(1.025); }
.market-card .image-open img { object-fit: cover; object-position: top left; }
.showcase-body { padding: 22px 22px 24px; }
.tag { display: inline-flex; padding: 6px 9px; border-radius: 999px; background: #eaf8fd; color: #078cb8; font-size: 10px; font-weight: 900; letter-spacing: .1em; }
.showcase-body h3 { margin: 10px 0 6px; color: var(--navy); font-size: 21px; }
.showcase-body p { margin: 0; color: var(--muted); font-size: 14px; }
.center-actions { justify-content: center; margin-top: 34px; }

.evidence-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 25px; }
.evidence-card { padding: 20px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow-sm); }
.evidence-top { display: flex; gap: 13px; align-items: center; margin-bottom: 16px; }
.evidence-top h3 { margin: 0 0 2px; color: var(--navy); font-size: 18px; }
.evidence-top p { margin: 0; color: var(--muted); font-size: 13px; }
.icon-circle { flex: 0 0 42px; height: 42px; display: grid; place-items: center; border-radius: 14px; background: #eaf8fd; color: var(--cyan); font-weight: 950; }
.evidence-image { display: block; aspect-ratio: 16/10; border-radius: 16px; overflow: hidden; }
.evidence-image img { width: 100%; height: 100%; object-fit: cover; object-position: top; }
.market-note { max-width: 860px; margin: 20px auto 0; color: #7a8796; text-align: center; font-size: 12px; }

.delivery-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 54px; align-items: center; }
.check-list { list-style: none; padding: 0; margin: 24px 0 28px; display: grid; gap: 11px; }
.check-list li { display: flex; align-items: center; gap: 10px; font-weight: 700; color: #33465a; }
.check-list span { width: 25px; height: 25px; display: grid; place-items: center; border-radius: 50%; background: #e9f8fd; color: var(--cyan); }
.delivery-media { display: grid; grid-template-columns: .85fr 1.15fr; gap: 16px; align-items: stretch; }
.shipping-photo, .video-wrap { overflow: hidden; border-radius: 24px; box-shadow: var(--shadow); border: 1px solid var(--line); background: #fff; margin: 0; }
.shipping-photo img { width: 100%; height: 100%; object-fit: cover; }
.video-wrap video { width: 100%; height: 100%; min-height: 500px; object-fit: cover; background: #061c2c; }

.benefit-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.benefit { padding: 24px; background: #fff; border: 1px solid var(--line); border-radius: 20px; }
.benefit > span { color: var(--cyan); font-weight: 950; font-size: 12px; }
.benefit h3 { margin: 14px 0 8px; color: var(--navy); font-size: 18px; }
.benefit p { margin: 0; color: var(--muted); font-size: 13px; }

.contact-section { padding-top: 76px; }
.contact-card { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; padding: 54px; border-radius: 30px; background: linear-gradient(135deg, var(--navy-2), var(--navy) 58%, #0a5a7d); color: #fff; box-shadow: 0 28px 60px rgba(8,45,75,.2); }
.kicker.light { color: #74d8f5; }
.contact-copy h2 { color: #fff; }
.contact-copy p { margin: 0; max-width: 560px; color: #c9dce9; }
.contact-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.contact-link { display: flex; flex-direction: column; justify-content: center; min-height: 106px; padding: 18px; border: 1px solid rgba(255,255,255,.14); border-radius: 18px; background: rgba(255,255,255,.07); transition: background .2s ease, transform .2s ease; }
.contact-link:hover { background: rgba(255,255,255,.12); transform: translateY(-2px); }
.contact-link.primary { background: var(--cyan); border-color: transparent; }
.contact-link strong { font-size: 17px; }
.contact-link span { margin-top: 4px; color: #c9dce9; font-size: 12px; overflow-wrap: anywhere; }
.contact-link.primary span { color: #eefdff; }

.footer { margin-top: 20px; padding: 54px 0 20px; background: #071f33; color: #d7e3ed; }
.footer-grid { display: grid; grid-template-columns: 1.7fr .65fr .65fr; gap: 48px; }
.footer-brand img { width: 235px; filter: brightness(0) invert(1); opacity: .95; }
.footer-brand p { max-width: 420px; color: #98afc0; font-size: 13px; }
.footer-links { display: grid; align-content: start; gap: 8px; font-size: 13px; }
.footer-links strong { margin-bottom: 4px; color: #fff; }
.footer-links a { color: #9db2c1; }
.footer-links a:hover { color: #fff; }
.copyright { margin-top: 36px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.08); color: #7f99ab; font-size: 12px; }

.wa-float { position: fixed; right: 22px; bottom: 22px; z-index: 45; display: flex; align-items: center; gap: 9px; padding: 12px 16px; color: #fff; background: #25d366; border-radius: 999px; box-shadow: 0 14px 35px rgba(37,211,102,.32); font-size: 13px; font-weight: 900; }
.wa-float svg { width: 22px; height: 22px; fill: currentColor; }

.lightbox { width: min(94vw, 1100px); max-height: 92vh; padding: 0; border: 0; border-radius: 20px; overflow: hidden; background: #0c1821; box-shadow: 0 30px 90px rgba(0,0,0,.38); }
.lightbox::backdrop { background: rgba(4,16,26,.82); backdrop-filter: blur(5px); }
.lightbox img { max-height: 90vh; width: 100%; object-fit: contain; }
.lightbox-close { position: absolute; right: 10px; top: 10px; z-index: 2; width: 38px; height: 38px; border: 0; border-radius: 50%; background: rgba(0,0,0,.55); color: #fff; font-size: 25px; cursor: pointer; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.delay-1 { transition-delay: .08s; }
.delay-2 { transition-delay: .16s; }
.delay-3 { transition-delay: .24s; }

@media (max-width: 1000px) {
  .hero-grid, .delivery-grid { grid-template-columns: 1fr; }
  .hero-visual { min-height: 560px; max-width: 670px; width: 100%; margin-inline: auto; }
  .proof-grid { grid-template-columns: 1fr 1fr; }
  .proof-item:nth-child(2) { border-right: 0; }
  .proof-item:first-child { padding-left: 20px; }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .market-card { grid-column: 1 / -1; max-width: 560px; width: 100%; margin-inline: auto; }
  .benefit-grid { grid-template-columns: 1fr 1fr; }
  .contact-card { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  .container { width: min(calc(100% - 28px), var(--max)); }
  .section-pad { padding: 72px 0; }
  .nav-wrap { min-height: 68px; }
  .brand img { width: 180px; }
  .menu-toggle { display: block; }
  .main-nav { position: fixed; left: 14px; right: 14px; top: 76px; display: none; flex-direction: column; align-items: stretch; gap: 4px; padding: 13px; border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: var(--shadow); }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 10px 11px; border-radius: 10px; }
  .nav-cta { text-align: center; }
  .hero { padding-top: 54px; }
  .hero h1 { font-size: clamp(39px, 12vw, 58px); }
  .hero-lead { font-size: 16px; }
  .mini-trust { grid-template-columns: 1fr; gap: 11px; }
  .hero-visual { min-height: 445px; }
  .card-a { width: 66%; top: 10%; left: 0; }
  .card-b { width: 60%; bottom: 6%; right: 0; }
  .floating-badge { top: 4%; right: 1%; font-size: 10px; }
  .proof-grid { grid-template-columns: 1fr; }
  .proof-item { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.1); padding-left: 0 !important; }
  .proof-item:last-child { border-bottom: 0; }
  .product-grid, .evidence-grid, .benefit-grid, .contact-actions { grid-template-columns: 1fr; }
  .market-card { grid-column: auto; max-width: none; }
  .delivery-media { grid-template-columns: 1fr 1fr; }
  .video-wrap video { min-height: 390px; }
  .contact-card { padding: 30px 24px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 520px) {
  .hero-actions .btn { width: 100%; }
  .delivery-media { grid-template-columns: 1fr; }
  .shipping-photo { max-height: 360px; }
  .video-wrap video { min-height: 0; height: auto; aspect-ratio: 9/16; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
  .wa-float span { display: none; }
  .wa-float { width: 54px; height: 54px; justify-content: center; padding: 0; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
  .reveal { opacity: 1; transform: none; }
}
