:root { --navy: #072d5a; --blue: #437ea8; --ice: #dceaf0; --pearl: #f2f4f3; --warm: #fafaf8; --ink: #26323a; --gold: #bda77b; --line: #dbe2e5; --white: #fff; --shadow: 0 24px 70px rgba(7,45,90,.12); }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0px; background: var(--warm); color: var(--ink); font-family: Manrope, Arial, sans-serif; font-size: 16px; line-height: 1.65; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, p { margin-top: 0px; }
h1, h2, h3 { font-family: Outfit, Manrope, sans-serif; color: var(--navy); line-height: 1.08; }
h1 { font-size: clamp(2.75rem, 5.7vw, 5.9rem); letter-spacing: -0.045em; max-width: 820px; }
h2 { font-size: clamp(2.1rem, 4.2vw, 4.25rem); letter-spacing: -0.035em; }
h3 { font-size: 1.3rem; }
.eyebrow { color: var(--blue); font-size: 0.76rem; font-weight: 700; letter-spacing: 0.17em; text-transform: uppercase; }
.site-header { height: 88px; display: flex; align-items: center; justify-content: space-between; padding: 0px 5vw; background: rgba(250, 250, 248, 0.92); backdrop-filter: blur(16px); position: sticky; top: 0px; z-index: 20; border-bottom: 1px solid rgba(7, 45, 90, 0.06); }
.brand img { width: 190px; height: 54px; object-fit: contain; object-position: left center; }
.site-header nav { display: flex; align-items: center; gap: 2rem; color: rgb(64, 81, 94); font-size: 0.9rem; font-weight: 600; }
.site-header nav a:hover { color: var(--navy); }
.nav-cta { background: var(--navy); padding: 0.78rem 1.15rem; border-radius: 8px; color: rgb(255, 255, 255) !important; }
.menu-toggle { display: none; }
.hero { min-height: calc(-88px + 100vh); display: grid; grid-template-columns: 1.12fr 0.88fr; align-items: center; gap: 2rem; padding: 5.5vw 5vw 3.5vw; overflow: hidden; background: radial-gradient(circle at 82% 40%, rgba(220, 234, 240, 0.9), transparent 34%), linear-gradient(120deg, rgb(250, 250, 248) 0%, rgb(255, 255, 255) 60%, rgb(242, 246, 247) 100%); }
.hero-copy { position: relative; z-index: 2; }
.hero-text { font-size: clamp(1.05rem, 1.5vw, 1.3rem); max-width: 690px; color: rgb(84, 99, 109); }
.hero-actions { display: flex; gap: 0.85rem; flex-wrap: wrap; margin: 2rem 0px 1.2rem; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0.85rem 1.35rem; border-radius: 8px; font-weight: 700; font-size: 0.92rem; transition: 0.2s; }
.button:hover { transform: translateY(-2px); }
.primary { background: var(--navy); color: rgb(255, 255, 255); box-shadow: rgba(7, 45, 90, 0.18) 0px 12px 30px; }
.secondary { border: 1px solid rgb(189, 203, 210); color: var(--navy); background: rgba(255, 255, 255, 0.7); }
.hero-note { font-size: 0.82rem; color: rgb(115, 129, 138); }
.hero-product { align-self: stretch; min-height: 690px; display: flex; align-items: flex-end; justify-content: center; position: relative; }
.hero-product > img { max-height: 76vh; width: auto; position: relative; z-index: 2; filter: drop-shadow(rgba(31, 61, 74, 0.12) 0px 28px 32px); }
.product-halo { position: absolute; width: 580px; height: 580px; border-radius: 50%; background: rgba(220, 234, 240, 0.65); border: 1px solid rgba(255, 255, 255, 0.9); top: 7%; left: 50%; transform: translateX(-50%); }
.availability { position: absolute; z-index: 3; right: 0px; bottom: 6%; display: flex; gap: 0.75rem; align-items: center; background: rgba(255, 255, 255, 0.92); border: 1px solid rgba(7, 45, 90, 0.08); border-radius: 12px; padding: 0.8rem 1rem; box-shadow: var(--shadow); }
.availability > span { width: 10px; height: 10px; background: rgb(89, 163, 126); border-radius: 50%; }
.availability strong, .availability small { display: block; }
.availability strong { color: var(--navy); font-size: 0.85rem; }
.availability small { color: rgb(115, 129, 138); }
.trust-bar { display: grid; grid-template-columns: repeat(4, 1fr); padding: 1.5rem 5vw; background: var(--navy); color: rgb(255, 255, 255); }
.trust-bar div { display: flex; align-items: baseline; gap: 0.55rem; padding: 0px 2rem; border-right: 1px solid rgba(255, 255, 255, 0.18); }
.trust-bar div:first-child { padding-left: 0px; }
.trust-bar div:last-child { border: 0px; }
.trust-bar strong { font-family: Outfit; font-size: 1.2rem; }
.trust-bar span { font-size: 0.84rem; color: rgb(201, 215, 227); }
.section { padding: 8rem 7vw; }
.split { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 8vw; background: rgb(255, 255, 255); }
.section-intro h2 { max-width: 620px; }
.prose { font-size: 1.1rem; color: rgb(83, 97, 106); }
.locations { display: flex; align-items: center; gap: 1rem; margin-top: 2.2rem; color: var(--navy); font-weight: 700; font-size: 0.9rem; }
.locations i { width: 28px; height: 1px; background: var(--gold); }
.process { background: var(--pearl); }
.section-heading { max-width: 780px; margin-bottom: 3.5rem; }
.section-heading > p:last-child { color: rgb(99, 113, 122); font-size: 1.08rem; }
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.steps article { padding: 2rem; background: rgb(255, 255, 255); border: 1px solid var(--line); border-radius: 16px; min-height: 250px; }
.steps article span { font-family: Outfit; color: var(--blue); font-size: 0.85rem; }
.steps article h3 { margin: 2rem 0px 0.8rem; }
.steps article p { font-size: 0.93rem; color: rgb(102, 115, 124); }
.process-note { margin-top: 1.4rem; padding: 1.25rem 1.5rem; border-left: 3px solid var(--gold); background: rgba(255, 255, 255, 0.55); font-size: 0.9rem; }
.product-section { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 7vw; background: rgb(255, 255, 255); align-items: center; }
.product-photo { position: relative; }
.product-photo::before { content: ""; position: absolute; inset: -22px 12% 28px -22px; background: var(--ice); border-radius: 22px; }
.product-photo img { position: relative; z-index: 2; width: 100%; max-height: 680px; object-fit: cover; object-position: center 72%; border-radius: 16px; box-shadow: var(--shadow); }
.product-details > p:not(.eyebrow):not(.legal-note) { font-size: 1.08rem; color: rgb(91, 105, 114); }
.feature-list { padding: 0px; margin: 2rem 0px; list-style: none; border-top: 1px solid var(--line); }
.feature-list li { display: grid; grid-template-columns: 160px 1fr; gap: 1rem; padding: 1rem 0px; border-bottom: 1px solid var(--line); }
.feature-list strong { color: var(--navy); }
.feature-list span { color: rgb(102, 115, 124); }
.price-row { display: flex; align-items: flex-end; justify-content: space-between; gap: 1.5rem; }
.price-row small, .price-row strong, .price-row span { display: block; }
.price-row small { color: rgb(111, 123, 131); }
.price-row strong { font-family: Outfit; color: var(--navy); font-size: 2.1rem; }
.price-row span { color: var(--blue); font-weight: 700; }
.legal-note { font-size: 0.75rem; color: rgb(120, 133, 141); margin-top: 1rem; }
.security { background: linear-gradient(135deg, rgb(246, 248, 248), rgb(237, 243, 245)); }
.security-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.security-grid article { padding: 2rem; background: rgba(255, 255, 255, 0.72); border: 1px solid rgba(7, 45, 90, 0.08); border-radius: 14px; }
.security-grid b { color: var(--gold); font-size: 0.8rem; }
.security-grid h3 { margin: 1.2rem 0px 0.6rem; }
.security-grid p { color: rgb(100, 114, 123); font-size: 0.91rem; }
.stories { display: grid; grid-template-columns: 1fr 0.8fr; gap: 8vw; align-items: center; background: rgb(255, 255, 255); }
.stories-copy p:last-child { font-size: 1.08rem; color: rgb(97, 112, 120); }
.story-guide { padding: 2.4rem; background: var(--navy); border-radius: 18px; color: rgb(219, 232, 242); box-shadow: var(--shadow); }
.story-guide span { font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.15em; color: rgb(155, 189, 212); }
.story-guide h3 { color: rgb(255, 255, 255); font-size: 1.8rem; margin: 1rem 0px; }
.story-guide a { display: inline-block; margin-top: 1rem; color: rgb(255, 255, 255); border-bottom: 1px solid var(--gold); font-weight: 700; }
.faq { background: var(--warm); }
.faq-list { max-width: 920px; }
.faq-list details { border-top: 1px solid var(--line); padding: 1.25rem 0px; }
.faq-list details:last-child { border-bottom: 1px solid var(--line); }
.faq-list summary { cursor: pointer; color: var(--navy); font-weight: 700; font-size: 1.02rem; }
.faq-list p { max-width: 780px; margin: 0.9rem 0px 0px; color: rgb(99, 113, 122); }
.final-cta { margin: 0px 5vw 5vw; padding: 4.5rem 5vw; display: flex; align-items: center; justify-content: space-between; gap: 4rem; background: var(--navy); border-radius: 24px; color: rgb(207, 222, 234); }
.final-cta h2 { color: rgb(255, 255, 255); max-width: 820px; }
.final-cta p { max-width: 700px; }
.final-cta .eyebrow { color: rgb(155, 192, 220); }
.light { background: rgb(255, 255, 255); color: var(--navy); min-width: 210px; }
footer { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 2rem; padding: 2rem 5vw; border-top: 1px solid var(--line); background: rgb(255, 255, 255); }
footer img { width: 155px; height: 45px; object-fit: contain; object-position: left center; }
footer strong, footer span { display: block; font-size: 0.8rem; }
footer span { color: rgb(122, 135, 144); }
.footer-links { display: flex; gap: 1.5rem; color: var(--navy); font-weight: 700; font-size: 0.85rem; }
.whatsapp-float { position: fixed; right: 20px; bottom: 20px; z-index: 15; background: rgb(27, 143, 90); color: rgb(255, 255, 255); padding: 0.82rem 1rem; border-radius: 999px; font-size: 0.83rem; font-weight: 700; box-shadow: rgba(0, 0, 0, 0.2) 0px 10px 28px; }
@media (max-width: 980px) {
  .site-header nav { position: absolute; top: 88px; left: 0px; right: 0px; display: none; flex-direction: column; align-items: stretch; padding: 1.5rem 5vw; background: rgb(255, 255, 255); border-bottom: 1px solid var(--line); }
  .site-header nav.open { display: flex; }
  .menu-toggle { display: block; border: 1px solid var(--line); background: rgb(255, 255, 255); color: var(--navy); padding: 0.6rem 0.8rem; border-radius: 7px; font-weight: 700; }
  .hero { grid-template-columns: 1fr; padding-top: 5rem; }
  .hero-product { min-height: 580px; }
  .hero-product > img { max-height: 610px; }
  .availability { right: 5%; }
  .trust-bar { grid-template-columns: 1fr 1fr; gap: 1rem; }
  .trust-bar div { padding: 0.5rem; border: 0px; }
  .split, .product-section, .stories { grid-template-columns: 1fr; }
  .steps, .security-grid { grid-template-columns: 1fr 1fr; }
  .product-photo { max-width: 680px; }
  .final-cta { align-items: flex-start; flex-direction: column; }
  .section { padding: 6rem 6vw; }
}
@media (max-width: 620px) {
  h1 { font-size: 2.7rem; }
  .site-header { height: 76px; }
  .brand img { width: 155px; }
  .site-header nav { top: 76px; }
  .hero { min-height: auto; padding: 4rem 6vw 2rem; }
  .hero-product { min-height: 470px; }
  .hero-product > img { max-height: 500px; }
  .product-halo { width: 420px; height: 420px; }
  .availability { left: 0px; right: auto; bottom: 2%; }
  .trust-bar { grid-template-columns: 1fr; }
  .trust-bar div { padding: 0.2rem 0px; }
  .section { padding: 4.5rem 6vw; }
  .steps, .security-grid { grid-template-columns: 1fr; }
  .steps article { min-height: auto; }
  .feature-list li { grid-template-columns: 1fr; gap: 0.15rem; }
  .price-row { align-items: flex-start; flex-direction: column; }
  .product-photo::before { inset: -12px 9% 20px -12px; }
  .locations { flex-wrap: wrap; }
  .final-cta { margin: 0px; border-radius: 0px; padding: 4rem 6vw; }
  .final-cta h2 { font-size: 2.2rem; }
  footer { grid-template-columns: 1fr; gap: 1rem; }
  .footer-links { flex-direction: column; gap: 0.4rem; }
  .whatsapp-float { right: 12px; bottom: 12px; }
  .hero-actions .button { width: 100%; }
}
.portfolio { display: grid; grid-template-columns: 1fr 1fr; gap: 7vw; background: var(--navy); color: rgb(207, 222, 234); }
.portfolio h2, .portfolio h3 { color: rgb(255, 255, 255); }
.portfolio-lead > p:not(.eyebrow) { max-width: 650px; }
.portfolio .eyebrow { color: rgb(155, 192, 220); }
.text-link { display: inline-block; margin-top: 1rem; color: rgb(255, 255, 255); font-weight: 700; border-bottom: 1px solid var(--gold); }
.portfolio-options { display: grid; gap: 1rem; }
.portfolio-options article { padding: 2rem; border: 1px solid rgba(255, 255, 255, 0.16); border-radius: 16px; background: rgba(255, 255, 255, 0.043); }
.portfolio-options span { font-size: 0.73rem; letter-spacing: 0.14em; text-transform: uppercase; color: rgb(155, 192, 220); }
.portfolio-options h3 { margin: 1rem 0px 0.6rem; }
.portfolio-options p { color: rgb(197, 212, 223); margin: 0px; font-size: 0.93rem; }
@media (max-width: 980px) {
  .portfolio { grid-template-columns: 1fr; }
}