:root {
  --ink: #08090b;
  --ink-2: #101216;
  --panel: #15181d;
  --panel-2: #1b1f25;
  --gold: #d6a849;
  --gold-light: #f1d28a;
  --lime: #9be51d;
  --teal: #22b5af;
  --white: #f8f8f5;
  --muted: #a9adb5;
  --line: rgba(255,255,255,.11);
  --shadow: 0 24px 70px rgba(0,0,0,.36);
  --radius: 24px;
  --shell: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--ink); color: var(--white); font-family: "Manrope", sans-serif; font-size: 16px; line-height: 1.65; overflow-x: hidden; }
body.modal-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
.shell { width: var(--shell); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 200; background: var(--gold); color: #111; padding: 10px 16px; border-radius: 8px; font-weight: 800; }
.skip-link:focus { top: 16px; }

.announcement { height: 34px; display: flex; justify-content: center; align-items: center; gap: 28px; padding-inline: 20px; background: linear-gradient(90deg,#a77825,#e0bd6f,#9b6d1e); color: #120d05; font-size: .76rem; font-weight: 800; letter-spacing: .04em; }
.announcement a { border-left: 1px solid rgba(0,0,0,.35); padding-left: 28px; }
.site-header { position: relative; z-index: 50; }
.nav { height: 84px; display: grid; grid-template-columns: 180px 1fr 180px; align-items: center; border-bottom: 1px solid var(--line); }
.brand { width: 156px; height: 54px; border-radius: 10px; overflow: hidden; display: inline-block; border: 1px solid rgba(214,168,73,.28); box-shadow: 0 0 24px rgba(214,168,73,.12); }
.brand img { width: 100%; height: 100%; object-fit: cover; }
.nav-links { display: flex; justify-content: center; align-items: center; gap: 36px; }
.nav-links a { position: relative; color: #c9cbd0; font-size: .92rem; font-weight: 700; }
.nav-links a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px; background: var(--gold); transition: right .25s ease; }
.nav-links a:hover, .nav-links a:focus-visible { color: #fff; }
.nav-links a:hover::after, .nav-links a:focus-visible::after { right: 0; }
.nav-cta { justify-self: end; padding: 12px 18px; border: 1px solid rgba(214,168,73,.55); border-radius: 999px; color: var(--gold-light); font-size: .88rem; font-weight: 800; transition: .25s ease; }
.nav-cta:hover { background: var(--gold); color: #171006; transform: translateY(-2px); }
.menu-toggle { display: none; border: 0; background: none; padding: 10px; }
.menu-toggle span { display: block; width: 25px; height: 2px; margin: 5px 0; background: var(--white); }

.hero { min-height: 680px; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 68px; padding-top: 58px; padding-bottom: 74px; position: relative; }
.hero::before { content: ""; position: absolute; width: 420px; height: 420px; border-radius: 50%; left: -280px; top: 80px; background: rgba(34,181,175,.12); filter: blur(90px); pointer-events: none; }
.eyebrow, .kicker { color: var(--gold-light); font-weight: 800; font-size: .76rem; text-transform: uppercase; letter-spacing: .16em; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin-bottom: 18px; }
.eyebrow span { width: 34px; height: 1px; background: var(--gold); }
h1, h2, h3 { margin: 0; font-family: "Oswald", sans-serif; letter-spacing: -.02em; line-height: 1.04; }
h1 { max-width: 700px; font-size: clamp(3.5rem, 6.3vw, 6.5rem); text-transform: uppercase; }
h1 em { display: inline-block; color: transparent; font-style: normal; -webkit-text-stroke: 1.5px var(--gold); text-stroke: 1.5px var(--gold); }
.hero-copy > p { max-width: 600px; margin: 26px 0 30px; color: #bdc0c5; font-size: 1.08rem; }
.hero-actions { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; padding: 0 23px; border-radius: 8px; border: 1px solid transparent; font-weight: 800; transition: transform .22s ease, background .22s ease, border-color .22s ease; cursor: pointer; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: linear-gradient(135deg,var(--gold-light),var(--gold)); color: #130e07; box-shadow: 0 12px 32px rgba(214,168,73,.19); }
.button-primary:hover { background: var(--gold-light); }
.button-ghost { border-color: var(--line); background: rgba(255,255,255,.03); color: #f2f2ef; }
.button-ghost:hover { border-color: rgba(214,168,73,.5); }
.trust-row { display: flex; gap: 30px; margin-top: 44px; padding-top: 26px; border-top: 1px solid var(--line); }
.trust-row div { display: grid; }
.trust-row strong { font-family: "Oswald", sans-serif; color: var(--lime); font-size: 1.08rem; text-transform: uppercase; letter-spacing: .07em; }
.trust-row span { color: #858a93; font-size: .76rem; }

.hero-visual { height: 560px; position: relative; display: grid; place-items: center; isolation: isolate; }
.hero-visual::before { content: ""; position: absolute; inset: 10% -8% 3% 8%; border: 1px solid rgba(214,168,73,.28); border-radius: 42% 8% 42% 8%; transform: rotate(3deg); z-index: -1; }
.hero-visual::after { content: ""; position: absolute; inset: 18% 4% 10% -4%; background: linear-gradient(155deg,rgba(214,168,73,.16),rgba(34,181,175,.05)); border-radius: 48% 8% 48% 8%; z-index: -2; filter: blur(1px); }
.hero-visual > img { width: min(85%, 400px); height: 520px; object-fit: cover; object-position: 50% 56%; border-radius: 190px 190px 24px 24px; box-shadow: var(--shadow); border: 1px solid rgba(255,255,255,.14); }
.hero-glow { position: absolute; width: 240px; height: 240px; background: rgba(214,168,73,.26); filter: blur(90px); z-index: -1; }
.power-orbit { position: absolute; z-index: 2; left: -8px; top: 100px; width: 112px; height: 112px; border: 1px solid rgba(155,229,29,.6); border-radius: 50%; display: grid; place-items: center; background: rgba(8,9,11,.84); backdrop-filter: blur(10px); box-shadow: 0 0 32px rgba(155,229,29,.12); }
.power-orbit::after { content: ""; position: absolute; inset: 10px; border-radius: 50%; border: 1px dashed rgba(155,229,29,.35); }
.power-orbit span { color: var(--lime); font: 700 1.5rem "Oswald"; }
.hero-badge { position: absolute; right: -18px; bottom: 52px; z-index: 2; background: rgba(17,19,23,.9); border: 1px solid var(--line); border-left: 3px solid var(--gold); padding: 14px 18px; box-shadow: var(--shadow); backdrop-filter: blur(12px); }
.hero-badge span { display: block; color: #8f949c; font-size: .72rem; text-transform: uppercase; letter-spacing: .08em; }
.hero-badge strong { font-size: .92rem; }

.benefit-strip { border-block: 1px solid var(--line); background: #0d0f12; }
.benefit-grid { display: grid; grid-template-columns: repeat(3,1fr); }
.benefit { display: flex; align-items: center; gap: 16px; padding: 27px 26px; border-right: 1px solid var(--line); }
.benefit:first-child { border-left: 1px solid var(--line); }
.benefit-icon { color: var(--gold); font: 600 .76rem "Oswald"; letter-spacing: .08em; }
.benefit div { display: grid; }
.benefit strong { font-size: .92rem; }
.benefit small { color: #7e838c; }

.products-section { padding-block: 110px; }
.section-heading { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 50px; margin-bottom: 42px; }
.section-heading h2, .story-copy h2, .review-summary h2, .contact-copy h2 { margin-top: 8px; font-size: clamp(2.65rem,5vw,4.6rem); text-transform: uppercase; }
.section-heading > p { color: var(--muted); max-width: 490px; margin: 0; }
.product-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 24px; }
.product-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(150deg,#14171b,#0e1013); transition: transform .3s ease,border-color .3s ease,box-shadow .3s ease; }
.product-card:hover { transform: translateY(-6px); border-color: rgba(214,168,73,.35); box-shadow: var(--shadow); }
.product-image { width: 100%; height: 420px; padding: 0; border: 0; overflow: hidden; position: relative; background: #111; cursor: pointer; }
.product-image::after { content: "View details"; position: absolute; right: 18px; bottom: 18px; padding: 9px 14px; border-radius: 999px; background: rgba(7,8,10,.86); border: 1px solid rgba(255,255,255,.17); color: white; font-size: .75rem; font-weight: 800; opacity: 0; transform: translateY(8px); transition: .25s ease; }
.product-card:hover .product-image::after { opacity: 1; transform: none; }
.product-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s cubic-bezier(.2,.7,.2,1); }
.product-card:hover .product-image img { transform: scale(1.035); }
.product-card.featured .product-image img { object-position: 50% 55%; }
.product-card.landscape .product-image img { object-position: center; }
.product-label { position: absolute; left: 18px; top: 18px; z-index: 2; padding: 7px 11px; border-radius: 999px; background: var(--gold); color: #171005; font-size: .68rem; text-transform: uppercase; letter-spacing: .08em; font-weight: 800; }
.product-label.green { background: var(--lime); }
.product-label.teal { background: var(--teal); color: #041313; }
.product-info { padding: 25px 26px 24px; }
.rating { color: #888d95; font-size: .8rem; font-weight: 700; }
.rating span { color: var(--gold); letter-spacing: .12em; margin-right: 6px; }
.rating i { color: #464b53; font-style: normal; }
.product-info h3 { margin-top: 8px; font-size: 1.65rem; }
.product-info > p { min-height: 52px; color: #969ba4; font-size: .9rem; line-height: 1.55; }
.product-footer { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding-top: 18px; border-top: 1px solid var(--line); }
.product-footer > span { color: var(--gold-light); font-size: .78rem; font-weight: 800; text-transform: uppercase; letter-spacing: .05em; }
.text-link { border: 0; background: none; padding: 4px 0; color: #fff; font-size: .82rem; font-weight: 800; cursor: pointer; }
.text-link:hover { color: var(--gold-light); }

.brand-story { padding-block: 105px; background: linear-gradient(125deg,#101318 0%,#0b0d10 55%,#121008 100%); border-block: 1px solid var(--line); }
.story-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 88px; }
.story-image { position: relative; }
.story-image img { width: 100%; min-height: 380px; object-fit: cover; border-radius: 18px; box-shadow: var(--shadow); border: 1px solid rgba(214,168,73,.3); }
.story-line { position: absolute; width: 120px; height: 120px; left: -24px; bottom: -24px; border-left: 2px solid var(--lime); border-bottom: 2px solid var(--lime); }
.story-copy > p { color: var(--muted); max-width: 590px; margin-block: 24px; }
.story-copy ul { padding: 0; margin: 0 0 30px; list-style: none; display: grid; gap: 10px; }
.story-copy li { color: #d3d5d8; }
.story-copy li span { display: inline-grid; place-items: center; width: 24px; height: 24px; margin-right: 10px; border-radius: 50%; background: rgba(155,229,29,.12); color: var(--lime); font-size: .72rem; }

.reviews-section { padding-block: 110px; display: grid; grid-template-columns: .7fr 1.3fr; gap: 70px; }
.review-summary { position: sticky; top: 30px; align-self: start; }
.rating-total { display: flex; gap: 20px; align-items: center; margin-top: 34px; }
.rating-total > strong { font: 600 4.8rem/1 "Oswald"; color: var(--gold-light); }
.rating-total div { display: grid; }
.rating-total div span { color: var(--gold); letter-spacing: .13em; }
.rating-total small { color: #838891; }
.review-list { display: grid; gap: 16px; }
.review-card { padding: 30px; border: 1px solid var(--line); border-radius: 18px; background: var(--panel); }
.review-card blockquote { margin: 16px 0 24px; color: #d6d8dc; font-size: 1.02rem; }
.review-card footer { display: flex; justify-content: space-between; align-items: center; padding-top: 18px; border-top: 1px solid var(--line); }
.review-card footer span { color: #7d828b; font-size: .78rem; }

.contact-section { padding-block: 105px; background: linear-gradient(110deg,rgba(34,181,175,.08),transparent 45%),#111318; border-top: 1px solid var(--line); }
.contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 85px; }
.contact-copy > p { color: var(--muted); max-width: 500px; }
.contact-details { margin-top: 34px; display: grid; gap: 12px; }
.contact-details a { display: grid; width: fit-content; }
.contact-details span { color: #7f848c; font-size: .73rem; text-transform: uppercase; letter-spacing: .12em; }
.contact-details strong { color: var(--gold-light); font-size: 1.04rem; }
.contact-form { padding: 32px; background: #f4f3ed; color: #151515; border-radius: 20px; box-shadow: var(--shadow); }
.contact-form label { display: grid; gap: 7px; margin-bottom: 17px; color: #3e4146; font-size: .82rem; font-weight: 800; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; border: 1px solid #d6d4cc; border-radius: 8px; background: #fff; color: #171717; padding: 12px 13px; outline: none; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: #9b7228; box-shadow: 0 0 0 3px rgba(214,168,73,.17); }
.contact-form textarea { resize: vertical; min-height: 108px; }
.form-submit { width: 100%; border: 0; }
.form-note { margin: 10px 0 0; text-align: center; color: #777; font-size: .72rem; }

.footer { padding: 60px 0 24px; background: #07080a; }
.footer-grid { display: grid; grid-template-columns: 1.7fr .65fr 1fr; gap: 70px; }
.footer-grid > div:not(.footer-brand) { display: grid; align-content: start; gap: 8px; }
.footer-grid > div > strong { margin-bottom: 8px; color: var(--gold-light); text-transform: uppercase; font: 600 .8rem "Oswald"; letter-spacing: .12em; }
.footer-grid a:not(.brand) { color: #969aa2; font-size: .86rem; }
.footer-grid a:hover:not(.brand) { color: #fff; }
.footer-brand p { color: #858a92; max-width: 340px; }
.footer-bottom { margin-top: 44px; padding-top: 22px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; color: #666c75; font-size: .75rem; }

.whatsapp-float { position: fixed; right: 22px; bottom: 22px; z-index: 60; min-height: 54px; padding: 0 18px 0 13px; border-radius: 999px; display: flex; align-items: center; gap: 9px; background: #25d366; color: #06160a; font-weight: 800; box-shadow: 0 14px 34px rgba(0,0,0,.4); transition: transform .25s ease; }
.whatsapp-float:hover { transform: translateY(-4px); }
.whatsapp-float svg { width: 30px; fill: currentColor; }
.mobile-bar { display: none; }

.product-modal { position: fixed; inset: 0; z-index: 100; display: grid; place-items: center; padding: 30px; visibility: hidden; opacity: 0; transition: opacity .25s ease,visibility .25s ease; }
.product-modal.open { visibility: visible; opacity: 1; }
.modal-backdrop { position: absolute; inset: 0; background: rgba(0,0,0,.78); backdrop-filter: blur(12px); }
.modal-panel { position: relative; width: min(980px,100%); max-height: min(760px,calc(100vh - 60px)); overflow: auto; display: grid; grid-template-columns: 1fr 1fr; border: 1px solid rgba(214,168,73,.32); border-radius: 24px; background: #121419; box-shadow: 0 30px 100px rgba(0,0,0,.65); transform: translateY(18px) scale(.985); transition: transform .25s ease; }
.product-modal.open .modal-panel { transform: none; }
.modal-close { position: absolute; right: 14px; top: 14px; z-index: 2; width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 50%; background: rgba(7,8,10,.84); color: white; font-size: 1.6rem; cursor: pointer; }
.modal-media { min-height: 620px; background: #0c0e11; }
.modal-media img { width: 100%; height: 100%; min-height: 620px; object-fit: cover; }
.modal-content { align-self: center; padding: 52px 46px; }
.modal-content h2 { margin: 14px 0 18px; font-size: clamp(2.4rem,4vw,4rem); text-transform: uppercase; }
.modal-content > p { color: var(--muted); }
.modal-content ul { padding: 0; margin: 26px 0; list-style: none; display: grid; gap: 11px; }
.modal-content li { padding: 12px 14px 12px 42px; border: 1px solid var(--line); border-radius: 9px; background: rgba(255,255,255,.025); position: relative; color: #d2d4d8; font-size: .86rem; }
.modal-content li::before { content: "✓"; position: absolute; left: 14px; color: var(--lime); font-weight: 800; }
.modal-order { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding-top: 24px; border-top: 1px solid var(--line); }
.modal-order div { display: grid; }
.modal-order small { color: #777c85; }
.modal-order strong { color: var(--gold-light); }
.compatibility { font-size: .72rem; }

@media (max-width: 920px) {
  :root { --shell: min(100% - 30px,720px); }
  .announcement span { display: none; }
  .announcement a { border: 0; padding: 0; }
  .nav { grid-template-columns: 1fr auto; }
  .nav-cta { display: none; }
  .menu-toggle { display: block; justify-self: end; }
  .nav-links { position: absolute; left: 15px; right: 15px; top: 104px; display: grid; gap: 0; padding: 12px; border: 1px solid var(--line); border-radius: 14px; background: rgba(13,15,18,.98); box-shadow: var(--shadow); transform-origin: top; opacity: 0; visibility: hidden; transform: translateY(-8px); transition: .22s ease; }
  .nav-links.open { opacity: 1; visibility: visible; transform: none; }
  .nav-links a { padding: 13px; }
  .nav-links a::after { display: none; }
  .hero { min-height: auto; grid-template-columns: 1fr; gap: 34px; padding-block: 64px 80px; }
  .hero-copy { text-align: center; }
  .eyebrow, .hero-actions, .trust-row { justify-content: center; }
  .hero-copy > p { margin-inline: auto; }
  .hero-visual { height: 520px; }
  .hero-visual > img { height: 480px; }
  .power-orbit { left: 6%; }
  .hero-badge { right: 5%; }
  .benefit-grid, .section-heading, .story-grid, .reviews-section, .contact-grid { grid-template-columns: 1fr; }
  .benefit { border-left: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  .section-heading { gap: 16px; }
  .story-grid { gap: 52px; }
  .review-summary { position: static; }
  .reviews-section, .contact-grid { gap: 40px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1/-1; }
}

@media (max-width: 640px) {
  :root { --shell: calc(100% - 24px); }
  body { padding-bottom: 66px; }
  .nav { height: 72px; }
  .brand { width: 137px; height: 48px; }
  .nav-links { top: 94px; }
  .hero { padding-top: 42px; overflow: hidden; }
  h1 { font-size: clamp(3.15rem,16vw,5.2rem); }
  .hero-copy > p { font-size: .96rem; }
  .hero-actions { display: grid; }
  .button { width: 100%; }
  .trust-row { gap: 14px; }
  .trust-row div { flex: 1; }
  .trust-row span { font-size: .66rem; }
  .hero-visual { height: 430px; }
  .hero-visual > img { width: 88%; height: 420px; border-radius: 140px 140px 20px 20px; }
  .power-orbit { width: 86px; height: 86px; top: 64px; left: 0; }
  .hero-badge { bottom: 26px; right: 0; }
  .benefit-grid { padding-inline: 12px; }
  .benefit { padding: 22px 14px; }
  .products-section, .reviews-section { padding-block: 78px; }
  .section-heading h2, .story-copy h2, .review-summary h2, .contact-copy h2 { font-size: 2.7rem; }
  .product-grid { grid-template-columns: 1fr; }
  .product-image { height: 370px; }
  .product-info { padding: 21px; }
  .brand-story, .contact-section { padding-block: 78px; }
  .story-image img { min-height: 270px; }
  .review-card { padding: 24px; }
  .review-card footer { align-items: flex-start; flex-direction: column; }
  .contact-form { padding: 22px 18px; border-radius: 16px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .footer-grid { grid-template-columns: 1fr; gap: 34px; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 6px; }
  .whatsapp-float { display: none; }
  .mobile-bar { position: fixed; left: 0; right: 0; bottom: 0; z-index: 70; height: 66px; display: grid; grid-template-columns: repeat(4,1fr); background: rgba(10,11,13,.96); border-top: 1px solid rgba(214,168,73,.28); backdrop-filter: blur(14px); }
  .mobile-bar a { display: grid; place-items: center; align-content: center; gap: 1px; color: #9ca0a7; font-size: .64rem; font-weight: 700; }
  .mobile-bar a span { color: var(--gold-light); font-size: 1.2rem; line-height: 1; }
  .product-modal { padding: 12px; }
  .modal-panel { grid-template-columns: 1fr; max-height: calc(100vh - 90px); }
  .modal-media, .modal-media img { min-height: 330px; max-height: 370px; }
  .modal-content { padding: 32px 22px; }
  .modal-order { align-items: stretch; flex-direction: column; }
}

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