:root {
  --paper: #f5f2eb;
  --paper-2: #ebe7dd;
  --ink: #142a2a;
  --muted: #687676;
  --line: rgba(20, 42, 42, .13);
  --teal: #0d716d;
  --teal-dark: #0b5351;
  --lime: #c9ef6a;
  --cream: #fffdf8;
  --radius: 22px;
  --shadow: 0 25px 70px rgba(17, 53, 51, .11);
  --container: 1200px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { background: var(--paper); color: var(--ink); font-family: "Alexandria", sans-serif; line-height: 1.7; overflow-x: hidden; }
body.en { font-family: "Manrope", sans-serif; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
img { display: block; max-width: 100%; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.page-noise { position: fixed; inset: 0; opacity: .22; pointer-events: none; z-index: 20; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.045'/%3E%3C/svg%3E"); }

.site-header { position: fixed; top: 0; inset-inline: 0; z-index: 30; background: rgba(245, 242, 235, .85); backdrop-filter: blur(18px); border-bottom: 1px solid transparent; transition: .3s ease; }
.site-header.scrolled { border-color: var(--line); }
.nav-wrap { height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 11px; flex: none; }
.brand-mark { width: 45px; height: 45px; overflow: hidden; border-radius: 50%; background: var(--ink); display: grid; place-items: center; }
.brand-mark img { width: 52px; height: 52px; object-fit: contain; }
.brand > span:last-child { display: grid; line-height: 1.15; }
.brand strong { font-size: 16px; }
.brand small { font: 600 8px/1.4 "Manrope", sans-serif; letter-spacing: .16em; color: var(--teal); }
.desktop-nav { display: flex; align-items: center; gap: 34px; font-size: 13px; color: #455858; }
.desktop-nav a { position: relative; }
.desktop-nav a::after { content: ""; position: absolute; top: calc(100% + 7px); inset-inline-start: 0; width: 0; height: 1px; background: var(--teal); transition: width .25s; }
.desktop-nav a:hover::after { width: 100%; }
.nav-actions { display: flex; align-items: center; gap: 9px; }
.lang-button { width: 36px; height: 36px; border-radius: 50%; border: 1px solid var(--line); background: transparent; cursor: pointer; font: 700 10px "Manrope", sans-serif; }
.menu-button { display: none; width: 38px; height: 38px; border: 0; background: none; cursor: pointer; place-items: center; }
.menu-button span { display: block; width: 22px; height: 1px; background: var(--ink); margin: 5px; transition: .25s; }
.menu-button.open span:first-child { transform: translateY(3px) rotate(45deg); }
.menu-button.open span:last-child { transform: translateY(-3px) rotate(-45deg); }
.mobile-nav { display: none; }

.hero { min-height: 810px; padding: 155px 0 85px; position: relative; overflow: hidden; }
.hero::before { content: ""; position: absolute; width: 520px; height: 520px; border: 1px solid rgba(13,113,109,.11); border-radius: 50%; top: 80px; right: -260px; box-shadow: 0 0 0 90px rgba(13,113,109,.025), 0 0 0 180px rgba(13,113,109,.018); }
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 80px; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; color: var(--teal); font-size: 12px; font-weight: 600; margin-bottom: 20px; }
.eyebrow > span:first-child { width: 26px; height: 1px; background: var(--teal); }
.hero h1 { font-size: clamp(48px, 6vw, 85px); line-height: 1.15; letter-spacing: -.05em; font-weight: 500; }
.hero h1 em { color: var(--teal); font-style: normal; }
.hero-copy > p { color: var(--muted); max-width: 590px; font-size: 16px; margin: 27px 0 34px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { min-height: 54px; padding: 0 22px; border-radius: 12px; display: inline-flex; align-items: center; justify-content: center; gap: 28px; font-size: 13px; font-weight: 600; transition: transform .25s, background .25s; }
.button:hover { transform: translateY(-3px); }
.button.primary { background: var(--ink); color: white; }
.button.primary:hover { background: var(--teal); }
.button.ghost { border: 1px solid var(--line); }
.button.light { background: var(--lime); color: var(--ink); width: 100%; justify-content: space-between; }
.trust-row { display: flex; align-items: center; gap: 0; margin-top: 54px; }
.trust-row > span { display: grid; padding: 0 24px; border-inline-start: 1px solid var(--line); }
.trust-row > span:first-child { padding-inline-start: 0; border: 0; }
.trust-row b { font: 600 19px "Manrope", sans-serif; }
.trust-row small { font-size: 10px; color: var(--muted); }

.hero-visual { min-height: 520px; position: relative; display: grid; place-items: center; }
.orbital { position: absolute; border-radius: 50%; border: 1px solid rgba(13,113,109,.14); }
.orbital-one { width: 490px; height: 490px; }
.orbital-two { width: 390px; height: 390px; border-style: dashed; animation: rotate 30s linear infinite; }
@keyframes rotate { to { transform: rotate(360deg); } }
.hero-card { width: min(100%, 370px); position: relative; z-index: 2; border-radius: 28px; background: var(--ink); color: white; padding: 20px; box-shadow: 0 35px 80px rgba(12,50,49,.24); transform: rotate(-2deg); }
[dir="ltr"] .hero-card { transform: rotate(2deg); }
.card-topline { display: flex; justify-content: space-between; align-items: center; font-size: 10px; color: #c6d2d1; padding: 2px 3px 14px; }
.card-topline i { width: 7px; height: 7px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 5px rgba(201,239,106,.12); }
.mini-screen { height: 190px; border-radius: 18px; overflow: hidden; position: relative; display: grid; place-items: center; background: #fff; }
.mini-screen img { width: 100%; height: 100%; object-fit: cover; }
.featured-info { display: flex; justify-content: space-between; align-items: end; margin: 19px 2px 13px; }
.featured-info > div { display: grid; }
.featured-info span { font: 600 19px "Manrope"; }
.featured-info small { color: #9cafad; font-size: 9px; }
.featured-info strong { font: 600 23px "Manrope"; color: var(--lime); direction: ltr; }
.featured-info strong small { font-size: 9px; color: #9cafad; }
.featured-pills { display: flex; gap: 6px; direction: rtl; }
.featured-pills button { flex: 1; border: 1px solid rgba(255,255,255,.12); color: #b8c5c4; background: transparent; border-radius: 9px; padding: 7px 4px; font-size: 9px; cursor: pointer; }
.featured-pills button.active { background: rgba(201,239,106,.13); border-color: var(--lime); color: var(--lime); }
.featured-cta { margin-top: 13px; background: var(--lime); color: var(--ink); border-radius: 11px; min-height: 46px; padding: 0 16px; display: flex; justify-content: space-between; align-items: center; font-size: 11px; font-weight: 700; }
.float-note { position: absolute; z-index: 3; background: rgba(255,253,248,.9); backdrop-filter: blur(10px); border: 1px solid white; box-shadow: var(--shadow); border-radius: 14px; padding: 11px 14px; display: flex; align-items: center; gap: 9px; }
.float-note span { color: var(--teal); font-weight: 700; }
.float-note small { font-size: 10px; }
.note-one { top: 88px; right: 0; }
.note-two { bottom: 75px; left: -8px; }

.ticker { background: var(--teal); color: white; overflow: hidden; transform: rotate(-1deg) scale(1.02); }
.ticker-track { min-width: max-content; height: 55px; display: flex; align-items: center; gap: 35px; animation: ticker 24s linear infinite; font: 600 10px "Manrope"; letter-spacing: .18em; }
.ticker-track i { color: var(--lime); }
@keyframes ticker { to { transform: translateX(-50%); } }

.store-section { padding: 125px 0 135px; }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 38px; }
.section-kicker { display: block; color: var(--teal); font-size: 10px; font-weight: 700; letter-spacing: .08em; margin-bottom: 8px; }
.section-kicker.light { color: var(--lime); }
.section-head h2, .payment-copy h2 { font-size: clamp(35px, 4vw, 57px); font-weight: 500; line-height: 1.3; letter-spacing: -.04em; }
.tabs { display: flex; gap: 6px; overflow-x: auto; padding-bottom: 6px; margin-bottom: 34px; scrollbar-width: none; }
.tabs::-webkit-scrollbar { display: none; }
.tabs button { flex: none; border: 1px solid var(--line); border-radius: 11px; background: transparent; padding: 11px 19px; cursor: pointer; color: var(--muted); font-size: 11px; transition: .25s; }
.tabs button.active { background: var(--ink); color: white; border-color: var(--ink); }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); align-items: stretch; gap: 16px; }
.product-card { height: 540px; min-height: 0; display: flex; flex-direction: column; padding: 15px; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,253,248,.63); transition: transform .3s, box-shadow .3s, border-color .3s; }
.product-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); border-color: rgba(13,113,109,.3); }
.product-media { position: relative; width: 100%; height: 190px; flex: 0 0 190px; overflow: hidden; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 15px; background: #fff; }
.product-image { position: relative; z-index: 2; width: 100%; height: 100%; object-fit: contain; transition: transform .45s var(--ease); }
.product-card:hover .product-image { transform: scale(1.025); }
.product-fallback { position: absolute; z-index: 1; width: 76px; height: 76px; display: grid; place-items: center; border-radius: 22px; color: white; background: linear-gradient(145deg, var(--teal), var(--ink)); font: 800 22px "Manrope"; box-shadow: 0 18px 38px rgba(13,113,109,.22); }
.product-media.image-missing { background: radial-gradient(circle at 30% 25%, rgba(201,239,106,.3), transparent 35%), var(--paper-2); }
.product-media.image-missing .product-image { display: none; }
.product-badge { position: absolute; z-index: 3; top: 10px; inset-inline-end: 10px; min-height: 27px; padding: 5px 10px; border-radius: 20px; background: rgba(201,239,106,.92); color: var(--teal-dark); font-size: 9px; font-weight: 700; box-shadow: 0 8px 20px rgba(20,42,42,.12); }
.product-badge:empty { visibility: hidden; }
.product-copy { height: 128px; flex: 0 0 128px; margin: 17px 4px 9px; overflow: hidden; }
.product-copy small { color: var(--teal); font-size: 8px; font-weight: 700; text-transform: uppercase; letter-spacing: .07em; }
.product-copy h3 { min-height: 28px; font-size: 17px; font-weight: 600; margin: 3px 0 7px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.product-copy p { display: -webkit-box; overflow: hidden; color: var(--muted); font-size: 10px; line-height: 1.85; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.duration-options { min-height: 64px; display: flex; align-content: flex-start; flex-wrap: wrap; gap: 5px; margin-top: auto; }
.duration-options button { border: 1px solid var(--line); background: transparent; padding: 7px 10px; border-radius: 8px; color: var(--muted); font-size: 9px; cursor: pointer; }
.duration-options button.active { background: var(--paper-2); border-color: var(--teal); color: var(--teal); }
.product-footer { display: flex; align-items: end; justify-content: space-between; border-top: 1px solid var(--line); margin-top: 17px; padding-top: 16px; }
.price { display: grid; }
.price > small { color: var(--muted); font-size: 8px; }
.price strong { font: 600 24px "Manrope"; direction: ltr; }
.price strong small { color: var(--muted); font: 500 9px "Alexandria"; margin-inline-start: 3px; }
.product-whatsapp { min-width: 132px; min-height: 43px; padding: 0 14px; border-radius: 11px; display: inline-flex; align-items: center; justify-content: center; gap: 7px; background: #25D366; color: #073f22; box-shadow: 0 10px 24px rgba(37,211,102,.18); font-size: 10px; font-weight: 700; transition: transform .25s, box-shadow .25s, background .25s; }
.product-whatsapp svg { width: 18px; height: 18px; flex: none; fill: currentColor; }
.product-whatsapp:hover { transform: translateY(-3px); background: #31df73; box-shadow: 0 14px 30px rgba(37,211,102,.28); }
.product-whatsapp.is-disabled, .featured-cta.is-disabled { opacity: .45; pointer-events: none; }
.price-loading { display: inline-block; min-width: 46px; color: var(--muted); letter-spacing: .12em; animation: price-pulse 1s ease-in-out infinite alternate; }
@keyframes price-pulse { to { opacity: .35; } }

.why-section { padding: 120px 0; background: var(--ink); color: white; position: relative; overflow: hidden; }
.why-section::after { content: ""; position: absolute; width: 500px; height: 500px; border-radius: 50%; border: 1px solid rgba(255,255,255,.08); bottom: -300px; right: 10%; box-shadow: 0 0 0 80px rgba(255,255,255,.02), 0 0 0 160px rgba(255,255,255,.015); }
.why-grid { position: relative; z-index: 2; display: grid; grid-template-columns: .9fr 1.1fr; gap: 120px; }
.why-copy h2 { font-size: clamp(39px, 5vw, 66px); line-height: 1.3; font-weight: 400; letter-spacing: -.05em; }
.why-copy p { color: #9cafad; font-size: 13px; max-width: 480px; margin: 25px 0 32px; }
.text-link { color: var(--lime); display: inline-flex; gap: 17px; border-bottom: 1px solid rgba(201,239,106,.3); padding-bottom: 6px; font-size: 11px; }
.feature-list { border-top: 1px solid rgba(255,255,255,.12); }
.feature-list article { display: grid; grid-template-columns: 55px 1fr; gap: 18px; padding: 28px 0; border-bottom: 1px solid rgba(255,255,255,.12); }
.feature-list article > span { color: var(--lime); font: 500 10px "Manrope"; }
.feature-list h3 { font-size: 16px; font-weight: 500; margin-bottom: 5px; }
.feature-list p { color: #92a3a2; font-size: 10px; }

.payment-section { padding: 120px 0; }
.payment-grid { display: grid; grid-template-columns: 1fr .7fr; align-items: center; gap: 100px; }
.payment-copy > p { color: var(--muted); max-width: 650px; font-size: 12px; margin: 20px 0 28px; }
.payment-badges { display: flex; flex-wrap: wrap; gap: 10px; }
.payment-badges > div { height: 58px; min-width: 175px; border: 1px solid var(--line); border-radius: 12px; display: flex; align-items: center; gap: 10px; padding: 8px 14px; background: var(--cream); font: 600 10px "Manrope"; }
.payment-badges img { width: 38px; height: 38px; border-radius: 8px; object-fit: contain; }
.contact-card { padding: 35px; border-radius: 25px; background: var(--teal); color: white; box-shadow: var(--shadow); }
.contact-card > span { color: var(--lime); font-size: 9px; }
.contact-card h3 { font-size: 25px; line-height: 1.5; font-weight: 500; margin: 9px 0; }
.contact-card p { color: #bcd0ce; font-size: 10px; margin-bottom: 24px; }


.footer { background: #0a2020; color: white; padding-top: 60px; }
.footer-main { display: grid; grid-template-columns: 1fr 1fr auto; align-items: center; gap: 40px; padding-bottom: 45px; }
.footer-brand strong { color: white; }
.footer-main > p { color: #92a3a2; font-size: 10px; text-align: center; }
.footer-main > a:last-child { font: 500 12px "Manrope"; color: var(--lime); }
.footer-bottom { display: flex; justify-content: space-between; padding: 18px 0 23px; border-top: 1px solid rgba(255,255,255,.09); color: #718483; font: 500 8px "Manrope"; }
.floating-whatsapp { position: fixed; z-index: 25; bottom: 22px; inset-inline-end: 22px; background: var(--lime); color: var(--ink); height: 48px; border-radius: 30px; display: flex; align-items: center; gap: 8px; padding: 0 17px; box-shadow: 0 12px 30px rgba(10,40,39,.2); font-weight: 700; }
.floating-whatsapp small { font-size: 9px; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.delay-1 { transition-delay: .12s; }

@media (max-width: 980px) {
  .desktop-nav { display: none; }
  .menu-button { display: block; }
  .mobile-nav { position: fixed; top: 82px; inset-inline: 20px; padding: 12px; display: grid; background: var(--cream); border: 1px solid var(--line); border-radius: 16px; box-shadow: var(--shadow); transform: translateY(-15px); opacity: 0; pointer-events: none; transition: .25s; }
  .mobile-nav.open { transform: none; opacity: 1; pointer-events: auto; }
  .mobile-nav a { padding: 11px 12px; border-bottom: 1px solid var(--line); font-size: 12px; }
  .mobile-nav a:last-child { border: 0; }
  .hero-grid { grid-template-columns: 1fr 1fr; gap: 30px; }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .why-grid { gap: 60px; }
  .payment-grid { gap: 40px; }
}

@media (max-width: 720px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .nav-wrap { height: 70px; }
  .mobile-nav { top: 70px; }
  .brand-mark { width: 39px; height: 39px; }
  .brand > span:last-child { display: none; }
  .hero { padding: 115px 0 70px; }
  .hero-grid { grid-template-columns: 1fr; gap: 50px; }
  .hero h1 { font-size: 48px; }
  .hero-copy > p { font-size: 13px; }
  .hero-actions .button { width: 100%; justify-content: space-between; }
  .trust-row > span { flex: 1; padding: 0 12px; }
  .hero-visual { min-height: 460px; }
  .orbital-one { width: 390px; height: 390px; }
  .orbital-two { width: 310px; height: 310px; }
  .hero-card { width: 330px; }
  .note-one { right: -4px; top: 55px; }
  .note-two { left: -3px; bottom: 45px; }
  .store-section, .payment-section { padding: 90px 0; }
  .section-head { display: grid; align-items: start; }
  .product-grid { grid-template-columns: 1fr; }
  .product-card { min-height: 360px; }
  .why-section { padding: 90px 0; }
  .why-grid, .payment-grid { grid-template-columns: 1fr; gap: 55px; }
  .footer-main { grid-template-columns: 1fr; text-align: center; justify-items: center; }
  .footer-main > p { max-width: 280px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
