@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Manrope:wght@500;600;700;800&display=swap');

:root {
    --ocean-950: #041f30;
    --ocean-900: #082f49;
    --ocean-800: #0b4b66;
    --aqua-700: #0e7490;
    --aqua-600: #0891b2;
    --aqua-100: #cff3f7;
    --aqua-50: #edfafd;
    --amber-700: #b45309;
    --amber-800: #92400e;
    --ink: #071b26;
    --muted-ink: #49616d;
    --surface: #fff;
    --background: #f4fafb;
    --border: #c8e1e5;
    --success: #047857;
    --danger: #b91c1c;
    --shadow-sm: 0 10px 30px rgba(8, 47, 73, .08);
    --shadow-md: 0 24px 60px rgba(8, 47, 73, .13);
    --shadow-lg: 0 36px 90px rgba(4, 31, 48, .2);
    --radius-sm: 12px;
    --radius-md: 20px;
    --radius-lg: 28px;
    --container: 1180px;
    --ease: cubic-bezier(.16, 1, .3, 1);
    --header-height: 80px;
    --z-float: 90;
    --z-header: 100;
    --z-skip: 110;
}

*, *::before, *::after { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-height) + 20px); }
body { margin: 0; color: var(--ink); background: var(--background); font: 400 1rem/1.65 Inter, sans-serif; overflow-x: hidden; }
img, svg { display: block; max-width: 100%; }
img { height: auto; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; touch-action: manipulation; }
button { cursor: pointer; }
p { margin: 0 0 1rem; }
h1, h2, h3, h4 { margin: 0; font-family: Manrope, sans-serif; line-height: 1.08; letter-spacing: -.035em; text-wrap: balance; }
h1 { font-size: clamp(2.75rem, 6vw, 6.5rem); }
h2 { font-size: clamp(2rem, 4vw, 3.75rem); }
h3 { font-size: clamp(1.15rem, 2vw, 1.45rem); }
::selection { color: #fff; background: var(--aqua-700); }

.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: clamp(76px, 9vw, 128px) 0; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: var(--z-skip); top: 12px; left: 12px; transform: translateY(-150%); padding: 12px 18px; color: #fff; background: var(--ocean-900); border-radius: 8px; }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid var(--aqua-600); outline-offset: 4px; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 20px; color: var(--aqua-700); font: 700 .76rem/1 Manrope, sans-serif; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow i { width: 24px; height: 1px; background: currentColor; }
.eyebrow-light { color: #7dd9e7; }
.lead { color: var(--muted-ink); font-size: clamp(1.08rem, 1.7vw, 1.3rem); line-height: 1.75; }

.btn { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: 12px 22px; border: 1px solid transparent; border-radius: 999px; font: 700 .92rem/1 Manrope, sans-serif; transition: transform 220ms var(--ease), background 220ms ease, border-color 220ms ease, box-shadow 220ms ease; cursor: pointer; }
.btn:hover { transform: translateY(-2px); }
.btn:active { transform: scale(.98); }
.btn:disabled { opacity: .65; cursor: wait; transform: none; box-shadow: none; }
.btn-primary { color: #fff; background: var(--amber-700); box-shadow: 0 10px 28px rgba(180, 83, 9, .25); }
.btn-primary:hover { background: var(--amber-800); box-shadow: 0 14px 34px rgba(146, 64, 14, .3); }
.btn-secondary { color: var(--ocean-900); background: transparent; border-color: rgba(8, 47, 73, .3); }
.btn-secondary:hover { background: var(--surface); border-color: var(--ocean-900); }
.btn-large { min-height: 56px; padding-inline: 30px; }
.text-link { display: inline-flex; min-height: 44px; align-items: center; gap: 9px; color: var(--ocean-900); font-weight: 700; }
.text-link span { transition: transform 220ms var(--ease); }
.text-link:hover span { transform: translateX(5px); }
.text-link-light { color: #fff; }

.site-header { position: fixed; z-index: var(--z-header); top: 0; left: 0; width: 100%; height: var(--header-height); color: #fff; transition: background 250ms ease, box-shadow 250ms ease, backdrop-filter 250ms ease; }
.site-header.is-scrolled { color: var(--ink); background: rgba(244, 250, 251, .9); box-shadow: 0 8px 32px rgba(8, 47, 73, .09); backdrop-filter: blur(18px); }
.header-inner { display: flex; height: 100%; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; min-height: 48px; align-items: center; gap: 11px; }
.brand img { width: 48px; height: 48px; padding: 3px; object-fit: contain; background: #fff; border: 1px solid rgba(255,255,255,.72); border-radius: 14px; box-shadow: 0 8px 22px rgba(0,0,0,.13); }
.brand span { display: grid; line-height: 1; }
.brand strong { font: 800 1rem/1 Manrope, sans-serif; letter-spacing: -.03em; }
.brand small { margin-top: 4px; color: #60d5e5; font: 800 .62rem/1 Manrope, sans-serif; letter-spacing: .25em; }
.main-nav { display: flex; align-items: center; gap: 5px; }
.main-nav > a:not(.btn) { position: relative; display: inline-flex; min-height: 44px; align-items: center; padding: 0 13px; font-size: .88rem; font-weight: 600; }
.main-nav > a:not(.btn)::after { position: absolute; bottom: 5px; left: 13px; width: calc(100% - 26px); height: 2px; content: ''; transform: scaleX(0); transform-origin: right; background: var(--aqua-600); transition: transform 230ms var(--ease); }
.main-nav > a:hover::after, .main-nav > a.is-active::after { transform: scaleX(1); transform-origin: left; }
.nav-cta { min-height: 44px; margin-left: 12px; padding-inline: 19px; }
.menu-toggle { display: none; width: 48px; height: 48px; place-content: center; gap: 5px; color: inherit; background: transparent; border: 0; border-radius: 12px; }
.menu-toggle span:not(.sr-only) { width: 24px; height: 2px; background: currentColor; border-radius: 2px; transition: transform 220ms ease, opacity 220ms ease; }

main { min-height: 60vh; }
.hero { position: relative; min-height: min(940px, 100svh); padding: calc(var(--header-height) + 62px) 0 28px; color: #fff; background: radial-gradient(circle at 77% 34%, rgba(8, 145, 178, .4), transparent 31%), linear-gradient(135deg, var(--ocean-950), var(--ocean-900) 56%, #07556f); overflow: hidden; }
.hero::before { position: absolute; inset: 0; content: ''; opacity: .16; background-image: linear-gradient(rgba(255,255,255,.12) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.12) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(to right, black, transparent 80%); }
.hero-water { position: absolute; right: -12vw; bottom: -42%; width: 80vw; aspect-ratio: 1; border: 1px solid rgba(117, 222, 236, .16); border-radius: 50%; box-shadow: 0 0 0 70px rgba(117,222,236,.035), 0 0 0 150px rgba(117,222,236,.025); }
.hero-grid { position: relative; display: grid; min-height: 670px; align-items: center; grid-template-columns: .94fr 1.06fr; gap: 3vw; }
.hero-copy { position: relative; z-index: 2; padding-block: 40px; }
.hero-copy h1 { max-width: 800px; margin-bottom: 28px; font-size: clamp(3.4rem, 7vw, 7.2rem); }
.hero-copy > p { max-width: 650px; margin-bottom: 34px; color: #c5e3e9; font-size: clamp(1.08rem, 1.5vw, 1.28rem); }
.hero-actions { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; }
.hero-assurance { display: flex; margin-top: 38px; gap: 22px; color: #b8d8df; font-size: .82rem; flex-wrap: wrap; }
.hero-assurance span { display: inline-flex; align-items: center; gap: 8px; }
.hero-assurance svg { width: 19px; fill: none; stroke: #6dd4e3; stroke-width: 1.7; }
.hero-visual { position: relative; min-height: 610px; display: grid; place-items: center; }
.hero-visual > img { position: relative; z-index: 2; width: min(100%, 690px); filter: drop-shadow(0 42px 40px rgba(0,0,0,.32)); }
.hero-visual > .catalog-hero-photo { width: min(92%, 650px); aspect-ratio: 1.24/1; object-fit: cover; border: 1px solid rgba(255,255,255,.2); border-radius: 34px; box-shadow: 0 38px 80px rgba(0,0,0,.34); }
.hero-orbit { position: absolute; border: 1px solid rgba(125,217,231,.22); border-radius: 50%; }
.hero-orbit-one { width: 74%; aspect-ratio: 1; }
.hero-orbit-two { width: 93%; aspect-ratio: 1; }
.floating-card { position: absolute; z-index: 3; min-width: 180px; padding: 16px 18px; border: 1px solid rgba(255,255,255,.16); border-radius: 16px; background: rgba(3, 33, 49, .62); box-shadow: var(--shadow-md); backdrop-filter: blur(14px); }
.floating-card span { display: block; margin-bottom: 3px; color: #9fc8d0; font-size: .72rem; }
.floating-card strong { font: 700 .9rem/1.3 Manrope, sans-serif; }
.floating-card-capacity { top: 20%; right: -2%; }
.floating-card-build { bottom: 18%; left: 1%; }
.trust-strip { position: relative; display: grid; align-items: center; padding: 25px 30px; border: 1px solid rgba(255,255,255,.12); border-radius: 18px; background: rgba(4,31,48,.46); grid-template-columns: 1.5fr repeat(3, 1fr); gap: 20px; backdrop-filter: blur(10px); }
.trust-strip p { margin: 0; color: #9fc8d0; font-size: .8rem; }
.trust-strip div { display: flex; align-items: center; gap: 9px; font: 600 .85rem/1.3 Manrope, sans-serif; }
.trust-strip span { color: #60d5e5; font-size: .67rem; }

.section-intro { background: #fff; }
.intro-grid, .story-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(42px, 8vw, 110px); }
.intro-grid h2, .story-grid h2 { max-width: 620px; }
.intro-grid .lead { margin-bottom: 26px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; margin-bottom: 46px; gap: 30px; }
.section-heading h2 { max-width: 760px; }
.products-showcase { background: var(--background); }
.product-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px; }
.product-card { overflow: hidden; border: 1px solid var(--border); border-radius: var(--radius-lg); background: var(--surface); box-shadow: var(--shadow-sm); transition: transform 300ms var(--ease), box-shadow 300ms ease; }
.product-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.product-image { position: relative; display: block; aspect-ratio: 4/3; overflow: hidden; background: linear-gradient(145deg, #dff5f8, #b9e3e9); }
.product-image img { width: 100%; height: 100%; object-fit: cover; transition: transform 650ms var(--ease); }
.product-card:hover .product-image img { transform: scale(1.035); }
.product-badge { position: absolute; top: 18px; left: 18px; padding: 8px 12px; color: var(--ocean-900); background: rgba(255,255,255,.9); border-radius: 999px; font: 700 .68rem/1 Manrope, sans-serif; letter-spacing: .08em; text-transform: uppercase; backdrop-filter: blur(10px); }
.product-badge-inline { position: static; display: inline-flex; margin-bottom: 18px; color: var(--aqua-700); background: var(--aqua-50); }
.product-body { padding: 28px; }
.product-body h2, .product-body h3 { margin-bottom: 13px; }
.product-body h2 a:hover, .product-body h3 a:hover, .article-card h2 a:hover, .article-card h3 a:hover { color: var(--aqua-700); }
.product-body p { min-height: 3.3em; color: var(--muted-ink); }
.product-meta { display: flex; margin-bottom: 15px; gap: 9px; flex-wrap: wrap; }
.product-meta span { padding: 6px 9px; color: var(--aqua-700); background: var(--aqua-50); border-radius: 7px; font-size: .72rem; font-weight: 600; }
.card-actions { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.icon-btn { display: grid; width: 46px; height: 46px; color: #fff; background: #15803d; border-radius: 50%; place-items: center; transition: transform 220ms var(--ease), background 220ms ease; }
.icon-btn:hover { transform: translateY(-2px); background: #166534; }
.icon-btn svg { width: 22px; fill: currentColor; }

.process-section { color: #fff; background: var(--ocean-950); }
.process-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(50px, 9vw, 130px); }
.process-copy { position: sticky; top: 120px; align-self: start; }
.process-copy h2 { margin-bottom: 24px; }
.process-copy p { max-width: 520px; margin-bottom: 28px; color: #a8cbd2; }
.process-list { margin: 0; padding: 0; list-style: none; }
.process-list li { display: grid; padding: 30px 0; border-bottom: 1px solid rgba(255,255,255,.12); grid-template-columns: 70px 1fr; gap: 16px; }
.process-list > li > span { color: #60d5e5; font: 700 .78rem/1.5 Manrope, sans-serif; }
.process-list h3 { margin-bottom: 9px; font-size: 1.35rem; }
.process-list p { color: #9fc4cc; }
.proof-section { background: #fff; }
.proof-grid { display: grid; align-items: center; grid-template-columns: 1fr 1fr; gap: clamp(50px, 8vw, 100px); }
.proof-visual { overflow: hidden; border-radius: var(--radius-lg); background: var(--aqua-50); box-shadow: var(--shadow-md); }
.proof-visual img { width: 100%; }
.proof-visual-photo img { display: block; min-height: 430px; height: 100%; object-fit: cover; }
.proof-copy h2 { margin-bottom: 34px; }
.benefit-list > div { display: grid; padding: 24px 0; border-top: 1px solid var(--border); grid-template-columns: 52px 1fr; gap: 12px; }
.benefit-list > div > span { color: var(--aqua-700); font: 700 .75rem/1.5 Manrope, sans-serif; }
.benefit-list h3 { margin-bottom: 7px; }
.benefit-list p { color: var(--muted-ink); }

.article-section { background: var(--background); }
.article-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.article-card { overflow: hidden; border: 1px solid var(--border); border-radius: var(--radius-md); background: #fff; transition: transform 280ms var(--ease), box-shadow 280ms ease; }
.article-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.article-image { display: block; aspect-ratio: 8/5; overflow: hidden; background: var(--aqua-100); }
.article-image img { width: 100%; height: 100%; object-fit: cover; transition: transform 600ms var(--ease); }
.article-card:hover img { transform: scale(1.04); }
.article-card > div { padding: 24px; }
.article-card h2, .article-card h3 { margin: 8px 0 12px; font-size: 1.25rem; }
.article-card p { color: var(--muted-ink); font-size: .92rem; }
.article-date { color: var(--aqua-700); font-size: .75rem; font-weight: 600; }
.social-teaser-section { color: #fff; background: var(--ocean-950); }
.social-teaser-section .eyebrow { color: #73d4e2; }
.social-teaser-section .section-heading h2 { color: #fff; }
.social-teaser-section .btn-secondary { color: #fff; border-color: rgba(255,255,255,.35); }
.social-teaser-section .btn-secondary:hover { background: rgba(255,255,255,.08); border-color: #fff; }
.social-teaser-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.social-teaser-card { display: grid; align-items: center; min-height: 210px; padding: 30px; border: 1px solid rgba(255,255,255,.13); border-radius: var(--radius-lg); background: rgba(255,255,255,.045); grid-template-columns: 66px 1fr; gap: 20px; }
.social-monogram { display: grid; width: 62px; height: 62px; color: var(--ocean-950); background: #8ce1eb; border-radius: 18px; font: 800 1.4rem/1 Manrope, sans-serif; place-items: center; }
.social-teaser-card h3 { margin-bottom: 7px; }
.social-teaser-card p { color: #9fc4cc; font-size: .9rem; }
.social-mini-links { display: flex; grid-column: 2; gap: 10px; flex-wrap: wrap; }
.social-mini-links a { display: inline-flex; min-height: 44px; align-items: center; padding: 9px 14px; border: 1px solid rgba(255,255,255,.2); border-radius: 999px; font-size: .78rem; font-weight: 700; transition: background 200ms ease, border-color 200ms ease; }
.social-mini-links a:hover { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.5); }
.cta-section { padding-top: 0; background: var(--background); }
.cta-panel { position: relative; display: flex; align-items: center; justify-content: space-between; padding: clamp(38px, 6vw, 74px); color: #fff; background: radial-gradient(circle at 80% 20%, rgba(8,145,178,.38), transparent 35%), var(--ocean-900); border-radius: var(--radius-lg); gap: 34px; overflow: hidden; }
.cta-panel::after { position: absolute; right: -120px; bottom: -210px; width: 390px; height: 390px; content: ''; border: 1px solid rgba(255,255,255,.14); border-radius: 50%; box-shadow: 0 0 0 50px rgba(255,255,255,.025); }
.cta-panel > * { position: relative; z-index: 1; }
.cta-panel h2 { max-width: 700px; font-size: clamp(1.8rem, 3.7vw, 3.4rem); }

.page-hero { position: relative; padding: calc(var(--header-height) + 90px) 0 100px; color: #fff; background: radial-gradient(circle at 80% 25%, rgba(8,145,178,.35), transparent 28%), linear-gradient(135deg, var(--ocean-950), var(--ocean-900)); overflow: hidden; }
.page-hero::after { position: absolute; right: -14%; bottom: -65%; width: 65vw; aspect-ratio: 1; content: ''; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; box-shadow: 0 0 0 80px rgba(255,255,255,.018), 0 0 0 170px rgba(255,255,255,.012); }
.page-hero-grid { position: relative; z-index: 1; display: grid; align-items: end; grid-template-columns: 1fr .42fr; gap: 40px; }
.page-hero h1 { max-width: 980px; margin-bottom: 24px; font-size: clamp(2.8rem, 6vw, 5.8rem); }
.page-hero p { max-width: 720px; color: #b9d8de; font-size: 1.15rem; }
.page-hero-compact { padding-bottom: 78px; }
.page-hero-compact h1 { max-width: 900px; }
.page-hero-mark { display: grid; width: min(100%, 300px); aspect-ratio: 1; justify-self: end; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; place-items: center; box-shadow: 0 0 0 28px rgba(255,255,255,.025), 0 0 0 70px rgba(255,255,255,.018); }
.page-hero-mark span { color: rgba(255,255,255,.7); font: 800 clamp(2rem, 4vw, 4rem)/1 Manrope, sans-serif; letter-spacing: -.06em; }
.social-hero-mark { display: grid; width: min(100%, 280px); aspect-ratio: 1; justify-self: end; border: 1px solid rgba(255,255,255,.15); border-radius: 32% 68% 58% 42% / 44% 40% 60% 56%; background: rgba(255,255,255,.04); place-items: center; transform: rotate(8deg); }
.social-hero-mark span { color: #75dbe8; font: 800 clamp(4rem, 9vw, 8rem)/1 Manrope, sans-serif; transform: rotate(-8deg); }
.social-directory { background: #fff; }
.social-account-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px; }
.social-account-card { padding: clamp(28px, 4vw, 46px); border: 1px solid var(--border); border-radius: var(--radius-lg); background: var(--background); box-shadow: var(--shadow-sm); }
.social-account-head { display: flex; align-items: center; margin-bottom: 25px; gap: 16px; }
.social-account-head > span { display: grid; width: 58px; height: 58px; color: #fff; background: var(--ocean-900); border-radius: 17px; font: 800 1.2rem/1 Manrope, sans-serif; place-items: center; }
.social-account-head h2 { font-size: 1.5rem; }
.social-account-head p { margin: 5px 0 0; color: var(--aqua-700); font-size: .8rem; font-weight: 700; }
.social-account-card > p { min-height: 3.3em; color: var(--muted-ink); }
.social-platform-actions { display: grid; margin-top: 26px; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.social-platform-link { display: flex; min-height: 68px; align-items: center; padding: 12px 14px; color: var(--ocean-900); background: #fff; border: 1px solid var(--border); border-radius: 15px; gap: 11px; transition: transform 220ms var(--ease), box-shadow 220ms ease; }
.social-platform-link:hover { transform: translateY(-2px); box-shadow: var(--shadow-sm); }
.social-platform-link svg { width: 28px; height: 28px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.social-platform-link .icon-fill { fill: currentColor; stroke: none; }
.social-platform-link span { font: 700 .82rem/1.2 Manrope, sans-serif; }
.social-platform-link small { display: block; margin-bottom: 4px; color: var(--muted-ink); font: 500 .65rem/1 Inter, sans-serif; }
.social-embeds-section { background: var(--background); }
.section-note { max-width: 390px; margin: 0; color: var(--muted-ink); font-size: .88rem; }
.instagram-embed-grid, .tiktok-embed-grid { display: grid; align-items: start; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px; }
.tiktok-section { background: var(--background); }
.tiktok-embed-grid-single { grid-template-columns: minmax(288px, 720px); justify-content: center; }
.external-media-slot { display: grid; min-height: 390px; overflow: hidden; padding: 18px; background: #fff; border: 1px solid var(--border); border-radius: var(--radius-lg); box-shadow: var(--shadow-sm); place-items: center; }
.tiktok-profile-slot { min-height: 540px; }
.external-media-consent { max-width: 390px; padding: 30px; text-align: center; }
.external-media-consent strong { display: block; margin-bottom: 10px; font: 700 1.2rem/1.3 Manrope, sans-serif; }
.external-media-consent p { margin-bottom: 22px; color: var(--muted-ink); font-size: .88rem; }
.external-media-slot .instagram-media, .external-media-slot .tiktok-embed { width: 100% !important; min-width: 0 !important; margin: 0 auto !important; }
.privacy-section { background: #fff; }
.privacy-layout { display: grid; align-items: start; grid-template-columns: .7fr 1.3fr; gap: clamp(50px, 9vw, 120px); }
.privacy-summary { position: sticky; top: 120px; }
.privacy-summary h2 { margin-bottom: 18px; }
.privacy-summary p { margin-bottom: 26px; color: var(--muted-ink); }
.privacy-content { max-width: 760px; }
.privacy-content h2 { margin: 2.2rem 0 .8rem; font-size: 1.55rem; }
.privacy-content h2:first-child { margin-top: 0; }
.privacy-content p { color: #29434f; }
.privacy-content a { color: var(--aqua-700); text-decoration: underline; text-underline-offset: 3px; }
.privacy-updated { margin-top: 44px; padding-top: 20px; border-top: 1px solid var(--border); font-size: .8rem; }
.story-content p:not(.lead) { color: var(--muted-ink); }
.values-section { background: var(--ocean-950); color: #fff; }
.value-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: rgba(255,255,255,.13); }
.value-grid article { min-height: 330px; padding: 38px; background: var(--ocean-950); }
.value-grid span { color: #60d5e5; font: 700 .75rem/1 Manrope, sans-serif; }
.value-grid h3 { margin: 90px 0 14px; font-size: 1.6rem; }
.value-grid p { color: #9fc4cc; }
.facility-section { background: #fff; }
.check-list { display: grid; margin: 25px 0 32px; padding: 0; gap: 14px; list-style: none; }
.check-list li { position: relative; padding-left: 30px; }
.check-list li::before { position: absolute; top: .45em; left: 0; width: 18px; height: 18px; content: '✓'; color: #fff; background: var(--aqua-700); border-radius: 50%; font: 700 11px/18px Inter, sans-serif; text-align: center; }

.catalog-toolbar { display: flex; align-items: center; justify-content: space-between; margin-bottom: 34px; padding-bottom: 20px; border-bottom: 1px solid var(--border); gap: 20px; }
.catalog-toolbar p { margin: 0; }
.catalog-toolbar > span { color: var(--muted-ink); font-size: .86rem; }
.product-grid-catalog { grid-template-columns: repeat(3, 1fr); }
.product-grid-catalog .product-body { padding: 24px; }
.product-grid-catalog .product-body h2 { font-size: 1.25rem; }
.product-detail-hero { padding: calc(var(--header-height) + 65px) 0 80px; background: linear-gradient(180deg, #e7f7f9, var(--background)); }
.product-detail-grid { display: grid; align-items: center; grid-template-columns: 1.08fr .92fr; gap: clamp(42px, 7vw, 95px); }
.product-detail-image { overflow: hidden; border: 1px solid var(--border); border-radius: var(--radius-lg); background: #d9f1f4; box-shadow: var(--shadow-md); }
.product-detail-image img { width: 100%; }
.back-link { display: inline-flex; min-height: 44px; align-items: center; margin-bottom: 24px; color: var(--aqua-700); font-weight: 700; }
.product-detail-copy h1 { margin-bottom: 22px; font-size: clamp(2.6rem, 5vw, 5rem); }
.spec-summary { display: grid; margin: 28px 0 32px; border-block: 1px solid var(--border); grid-template-columns: repeat(3, 1fr); }
.spec-summary div { padding: 19px 14px 19px 0; }
.spec-summary div + div { padding-left: 16px; border-left: 1px solid var(--border); }
.spec-summary span { display: block; color: var(--muted-ink); font-size: .72rem; }
.spec-summary strong { display: block; margin-top: 6px; font: 700 .88rem/1.35 Manrope, sans-serif; }
.microcopy { margin-top: 12px; color: var(--muted-ink); font-size: .75rem; }
.detail-section { background: #fff; }
.detail-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(42px, 8vw, 110px); }
.detail-grid h2 { margin-bottom: 24px; }
.spec-card { padding: 36px; border: 1px solid var(--border); border-radius: var(--radius-lg); background: var(--background); }
.spec-card h2 { font-size: 1.45rem; }
.empty-state { grid-column: 1/-1; padding: 70px 30px; border: 1px dashed var(--border); border-radius: var(--radius-lg); text-align: center; }
.empty-state p { color: var(--muted-ink); }

.article-grid-page { row-gap: 34px; }
.pagination { display: flex; justify-content: center; margin-top: 46px; gap: 8px; }
.pagination a { display: grid; width: 46px; height: 46px; border: 1px solid var(--border); border-radius: 50%; place-items: center; }
.pagination a[aria-current="page"] { color: #fff; background: var(--ocean-900); border-color: var(--ocean-900); }
.article-header { padding: calc(var(--header-height) + 70px) 0 55px; text-align: center; }
.article-narrow { width: min(calc(100% - 40px), 820px); }
.article-header .back-link { display: flex; justify-content: center; }
.article-header h1 { margin-bottom: 24px; font-size: clamp(2.5rem, 5.5vw, 5rem); }
.article-header .lead { margin-inline: auto; }
.article-header .article-date { display: block; margin-top: 20px; }
.article-cover { overflow: hidden; border-radius: var(--radius-lg); background: var(--aqua-100); box-shadow: var(--shadow-md); }
.article-cover img { width: 100%; }
.prose { padding-block: 65px 110px; color: #243d49; font-size: 1.08rem; line-height: 1.85; }
.prose h2 { margin: 2.2em 0 .75em; color: var(--ink); font-size: 2rem; }
.prose h3 { margin: 1.8em 0 .7em; color: var(--ink); }
.prose a { color: var(--aqua-700); text-decoration: underline; text-underline-offset: 3px; }
.prose blockquote { margin: 2.2rem 0; padding: 8px 0 8px 26px; color: var(--ocean-900); border-left: 4px solid var(--aqua-600); font-size: 1.25rem; }

.page-hero-contact .page-hero-grid { align-items: center; }
.contact-quick { padding: 26px; border: 1px solid rgba(255,255,255,.16); border-radius: var(--radius-md); background: rgba(255,255,255,.06); backdrop-filter: blur(10px); }
.contact-quick span { display: block; margin-bottom: 8px; color: #9fc4cc; font-size: .76rem; }
.contact-quick a { font: 700 1rem/1.4 Manrope, sans-serif; }
.contact-section { background: #fff; }
.contact-grid { display: grid; align-items: start; grid-template-columns: .75fr 1.25fr; gap: clamp(48px, 9vw, 120px); }
.contact-info { position: sticky; top: 120px; }
.contact-info h2 { margin-bottom: 36px; }
.contact-list > div { padding: 20px 0; border-top: 1px solid var(--border); }
.contact-list span { display: block; margin-bottom: 5px; color: var(--muted-ink); font-size: .75rem; }
.contact-list a { font-weight: 700; }
.contact-form-card { padding: clamp(28px, 5vw, 50px); border: 1px solid var(--border); border-radius: var(--radius-lg); background: var(--background); box-shadow: var(--shadow-sm); }
.contact-form-card h2 { margin-bottom: 30px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field { margin-bottom: 20px; }
.field label { display: block; margin-bottom: 8px; font-weight: 700; font-size: .88rem; }
.field label span, .field small:not(.field-error) { color: var(--muted-ink); font-weight: 400; }
.field input, .field textarea, .field select { width: 100%; min-height: 50px; padding: 12px 14px; color: var(--ink); background: #fff; border: 1px solid #abcdd3; border-radius: var(--radius-sm); transition: border 200ms ease, box-shadow 200ms ease; }
.field textarea { min-height: 150px; resize: vertical; }
.field input:focus, .field textarea:focus, .field select:focus { outline: 0; border-color: var(--aqua-600); box-shadow: 0 0 0 3px rgba(8,145,178,.2); }
.field small { display: block; margin-top: 7px; font-size: .74rem; }
.field-error { color: var(--danger); }
.honeypot { position: absolute; left: -9999px; }
.alert { margin-bottom: 22px; padding: 14px 16px; border-radius: 10px; font-size: .88rem; }
.alert-success { color: #065f46; background: #d1fae5; border: 1px solid #a7f3d0; }
.alert-error { color: #991b1b; background: #fee2e2; border: 1px solid #fecaca; }

.not-found { display: grid; min-height: 82svh; padding: calc(var(--header-height) + 40px) 0 70px; place-items: center; text-align: center; }
.not-found .container { display: grid; justify-items: center; }
.error-code { color: var(--aqua-100); font: 800 clamp(7rem, 24vw, 18rem)/.8 Manrope, sans-serif; letter-spacing: -.1em; }
.not-found h1 { max-width: 760px; margin-bottom: 18px; font-size: clamp(2.4rem, 5vw, 4.8rem); }
.not-found p { margin-bottom: 30px; color: var(--muted-ink); }

.site-footer { padding: 78px 0 20px; color: #d9ebee; background: var(--ocean-950); }
.footer-grid { display: grid; grid-template-columns: 1.8fr 1fr 1fr; gap: 50px; }
.brand-light { color: #fff; }
.footer-brand p { max-width: 370px; margin-top: 20px; color: #8fb5bd; }
.site-footer h2 { margin-bottom: 20px; color: #fff; font-size: .9rem; letter-spacing: .06em; text-transform: uppercase; }
.footer-links { margin: 0; padding: 0; list-style: none; }
.footer-links li { margin-bottom: 10px; color: #93b8c0; font-size: .88rem; }
.footer-links a:hover { color: #fff; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; margin-top: 65px; padding-top: 20px; color: #6f979f; border-top: 1px solid rgba(255,255,255,.1); font-size: .76rem; }
.footer-bottom p { margin: 0; }
.footer-bottom > div { display: flex; align-items: center; gap: 18px; }
.footer-utility { padding: 0; color: inherit; background: transparent; border: 0; font-size: inherit; }
.footer-utility:hover { color: #fff; }
.whatsapp-float { position: fixed; z-index: var(--z-float); right: max(18px, env(safe-area-inset-right)); bottom: max(18px, env(safe-area-inset-bottom)); display: inline-flex; min-height: 54px; align-items: center; gap: 10px; padding: 10px 17px 10px 12px; color: #fff; background: #15803d; border: 2px solid rgba(255,255,255,.7); border-radius: 999px; box-shadow: 0 14px 38px rgba(0,0,0,.23); font: 700 .78rem/1 Manrope, sans-serif; transition: transform 220ms var(--ease), background 220ms ease; }
.whatsapp-float:hover { transform: translateY(-3px); background: #166534; }
.whatsapp-float svg { width: 30px; height: 30px; fill: currentColor; }
.consent-banner { position: fixed; z-index: 140; right: 18px; bottom: 18px; left: 18px; display: grid; width: min(calc(100% - 36px), 900px); padding: 26px; color: var(--ink); background: rgba(255,255,255,.98); border: 1px solid var(--border); border-radius: 22px; box-shadow: var(--shadow-lg); grid-template-columns: 1fr auto; gap: 28px; backdrop-filter: blur(18px); }
.consent-banner h2 { margin: 4px 0 9px; font-size: 1.35rem; }
.consent-banner p { max-width: 620px; margin-bottom: 7px; color: var(--muted-ink); font-size: .82rem; }
.consent-banner a { color: var(--aqua-700); font-size: .78rem; font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.consent-kicker { color: var(--aqua-700); font: 800 .63rem/1 Manrope, sans-serif; letter-spacing: .13em; text-transform: uppercase; }
.consent-actions { display: flex; align-items: center; gap: 10px; }
.consent-actions .btn { white-space: nowrap; }

.setup-page { display: grid; min-height: 100vh; padding: 30px; background: radial-gradient(circle at 80% 20%, #b9e8ee, transparent 35%), var(--background); place-items: center; }
.setup-card { width: min(100%, 620px); padding: 45px; border: 1px solid var(--border); border-radius: var(--radius-lg); background: #fff; box-shadow: var(--shadow-lg); }
.setup-card h1 { margin-bottom: 18px; font-size: 2.5rem; }
.setup-card form { display: flex; margin-top: 26px; gap: 12px; flex-wrap: wrap; }
.setup-note { margin-top: 28px; padding-top: 20px; color: var(--muted-ink); border-top: 1px solid var(--border); font-size: .82rem; }

.js [data-reveal] { opacity: 0; transform: translateY(18px); transition: opacity 500ms var(--ease), transform 500ms var(--ease); transition-delay: var(--reveal-delay, 0ms); }
.js [data-reveal].is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1024px) {
    :root { --header-height: 72px; }
    .container { width: min(calc(100% - 32px), var(--container)); }
    .menu-toggle { display: grid; }
    .main-nav { position: fixed; inset: var(--header-height) 16px auto; display: grid; padding: 16px; color: var(--ink); background: rgba(255,255,255,.97); border: 1px solid var(--border); border-radius: 18px; box-shadow: var(--shadow-lg); transform: translateY(-14px); opacity: 0; visibility: hidden; transition: opacity 220ms ease, transform 220ms var(--ease), visibility 220ms; }
    .main-nav.is-open { transform: translateY(0); opacity: 1; visibility: visible; }
    .main-nav > a:not(.btn) { padding: 0 14px; }
    .nav-cta { margin: 8px 0 0; }
    .menu-toggle[aria-expanded="true"] span:nth-of-type(2) { transform: translateY(7px) rotate(45deg); }
    .menu-toggle[aria-expanded="true"] span:nth-of-type(3) { opacity: 0; }
    .menu-toggle[aria-expanded="true"] span:nth-of-type(4) { transform: translateY(-7px) rotate(-45deg); }
    .hero { min-height: auto; }
    .hero-grid { min-height: 760px; grid-template-columns: 1fr 1fr; }
    .hero-copy h1 { font-size: clamp(3.5rem, 7vw, 5rem); }
    .hero-visual { min-height: 510px; }
    .floating-card-capacity { right: 0; }
    .trust-strip { grid-template-columns: repeat(3, 1fr); }
    .trust-strip p { grid-column: 1/-1; }
    .product-grid-catalog { grid-template-columns: repeat(2, 1fr); }
    .article-grid { grid-template-columns: repeat(2, 1fr); }
    .social-account-grid, .instagram-embed-grid, .tiktok-embed-grid { grid-template-columns: 1fr; }
    .article-grid .article-card:last-child:nth-child(odd) { grid-column: 1/-1; }
    .value-grid article { min-height: 300px; padding: 28px; }
    .value-grid h3 { margin-top: 65px; }
}

@media (max-width: 767px) {
    .container { width: min(calc(100% - 28px), var(--container)); }
    .section { padding: 76px 0; }
    .hero { padding-top: calc(var(--header-height) + 38px); }
    .hero-grid { min-height: 0; grid-template-columns: 1fr; }
    .hero-copy { padding-block: 36px 0; }
    .hero-copy h1 { font-size: clamp(3.1rem, 16vw, 5.2rem); }
    .hero-visual { min-height: 430px; }
    .hero-visual > img { width: min(115%, 560px); max-width: none; }
    .hero-visual > .catalog-hero-photo { width: 100%; border-radius: 24px; }
    .floating-card { min-width: 150px; padding: 12px 14px; }
    .floating-card-capacity { top: 13%; }
    .floating-card-build { bottom: 10%; }
    .trust-strip { margin-top: 26px; padding: 20px; grid-template-columns: 1fr; }
    .trust-strip p { grid-column: auto; }
    .intro-grid, .story-grid, .proof-grid, .process-grid, .detail-grid, .contact-grid, .product-detail-grid, .privacy-layout { grid-template-columns: 1fr; }
    .section-heading { align-items: start; flex-direction: column; }
    .product-grid, .product-grid-catalog, .article-grid { grid-template-columns: 1fr; }
    .article-grid .article-card:last-child:nth-child(odd) { grid-column: auto; }
    .process-copy, .contact-info { position: static; }
    .process-list li { grid-template-columns: 48px 1fr; }
    .proof-visual { order: 2; }
    .proof-visual-photo img { min-height: 280px; }
    .proof-copy { order: 1; }
    .cta-panel { align-items: flex-start; flex-direction: column; }
    .cta-panel .btn { width: 100%; }
    .page-hero { padding: calc(var(--header-height) + 62px) 0 70px; }
    .page-hero-grid { grid-template-columns: 1fr; }
    .page-hero-mark { display: none; }
    .value-grid { grid-template-columns: 1fr; }
    .value-grid article { min-height: 240px; }
    .value-grid h3 { margin-top: 52px; }
    .catalog-toolbar { align-items: flex-start; flex-direction: column; }
    .product-detail-hero { padding-top: calc(var(--header-height) + 36px); }
    .spec-summary { grid-template-columns: 1fr; }
    .spec-summary div + div { padding-left: 0; border-top: 1px solid var(--border); border-left: 0; }
    .btn-block-mobile { width: 100%; }
    .form-row { grid-template-columns: 1fr; gap: 0; }
    .footer-grid { grid-template-columns: 1fr 1fr; }
    .footer-brand { grid-column: 1/-1; }
    .footer-bottom { align-items: flex-start; flex-direction: column; gap: 8px; }
    .social-teaser-grid { grid-template-columns: 1fr; }
    .social-hero-mark { display: none; }
    .privacy-summary { position: static; }
    .consent-banner { bottom: 86px; padding: 22px; grid-template-columns: 1fr; gap: 18px; }
    .consent-actions { align-items: stretch; flex-direction: column-reverse; }
    .consent-actions .btn { width: 100%; }
    .whatsapp-float { width: 56px; height: 56px; padding: 10px; justify-content: center; }
    .whatsapp-float span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
}

@media (max-width: 390px) {
    .hero-copy h1 { font-size: 3rem; }
    .hero-actions .btn { width: 100%; }
    .hero-visual { min-height: 370px; }
    .floating-card { display: none; }
    .footer-grid { grid-template-columns: 1fr; }
    .social-teaser-card { padding: 24px; grid-template-columns: 54px 1fr; }
    .social-monogram { width: 52px; height: 52px; }
    .social-mini-links { grid-column: 1/-1; }
    .social-platform-actions { grid-template-columns: 1fr; }
    .external-media-slot { min-height: 330px; padding: 10px; }
    .footer-brand { grid-column: auto; }
    .setup-card { padding: 28px; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
    .js [data-reveal] { opacity: 1; transform: none; }
}
