:root{
  --ink:#092a46;
  --ink-soft:#214866;
  --muted:#667f93;
  --line:#dce8f1;
  --paper:#fff;
  --soft:#f2f7fb;
  --silver:#e5eff6;
  --dark:#082b4d;
  --blue:#0878c9;
  --blue-dark:#075b9b;
  --blue-soft:#edf6fc;
  --blue-line:#cfe2ef;
  --max:1200px;
  --ease:cubic-bezier(.22,.61,.36,1);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,Arial,sans-serif;color:var(--ink);background:#fff;line-height:1.55;-webkit-font-smoothing:antialiased}
body.menu-open{overflow:hidden}
img{display:block;max-width:100%}
a{color:inherit;text-decoration:none}
button{font:inherit}
.container{width:min(calc(100% - 48px),var(--max));margin:0 auto}
.narrow{max-width:850px}
.skip-link{position:fixed;top:-100px;left:16px;background:var(--blue-dark);color:#fff;padding:10px 14px;z-index:9999}
.skip-link:focus{top:16px}
.site-header{position:fixed;z-index:1000;top:0;left:0;width:100%;height:76px;display:flex;align-items:center;background:rgba(255,255,255,.82);backdrop-filter:saturate(180%) blur(18px);-webkit-backdrop-filter:saturate(180%) blur(18px);border-bottom:1px solid transparent;transition:.35s var(--ease)}
.site-header.scrolled{height:66px;border-bottom-color:rgba(8,91,155,.14)}
.nav-wrap{display:flex;align-items:center;justify-content:space-between;gap:28px}
.brand{display:flex;align-items:center;flex:0 0 auto}
.brand img,.footer-brand img{width:120px;height:32px;color:var(--ink)}
.desktop-nav{display:flex;gap:30px;margin-left:auto;margin-right:8px}
.desktop-nav a{font-size:13px;color:#34566f;transition:.25s ease}
.desktop-nav a:hover{color:#000}
.nav-actions{display:flex;align-items:center;gap:16px}
.language-switcher{display:flex;align-items:center;gap:6px;font-size:12px;font-weight:600}
.language-switcher>span{color:#b3b6b8}
.lang-btn{border:0;background:none;padding:3px;cursor:pointer;color:#92979b}
.lang-btn.active,.lang-btn:hover{color:var(--ink)}
.button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 23px;border:1px solid transparent;border-radius:999px;font-size:13px;font-weight:600;letter-spacing:-.01em;transition:transform .25s var(--ease),background .25s ease,border-color .25s ease,color .25s ease;cursor:pointer}
.button:hover{transform:translateY(-2px)}
.button-dark{background:var(--dark);color:#fff}
.button-dark:hover{background:#0869ad}
.button-light{background:#fff;color:var(--ink)}
.button-light:hover{background:#f0f1f2}
.button-outline{border-color:#b9d1e1;background:transparent;color:var(--ink)}
.button-outline:hover{border-color:var(--ink)}
.button-small{min-height:38px;padding:0 17px;font-size:12px}
.text-link{display:inline-flex;gap:10px;align-items:center;font-size:13px;font-weight:600}
.text-link span:last-child{font-size:16px;transition:transform .25s ease}
.text-link:hover span:last-child{transform:translate(3px,-3px)}
.menu-toggle{display:none;border:0;background:transparent;width:38px;height:38px;position:relative;cursor:pointer}
.menu-toggle span{position:absolute;width:20px;height:1.5px;background:#111;left:9px;transition:.3s var(--ease)}
.menu-toggle span:first-child{top:14px}
.menu-toggle span:last-child{top:22px}
.menu-toggle.open span:first-child{top:18px;transform:rotate(45deg)}
.menu-toggle.open span:last-child{top:18px;transform:rotate(-45deg)}
.mobile-menu{display:none}

.hero{min-height:100vh;display:flex;align-items:center;padding:130px 0 80px;background:radial-gradient(circle at 75% 38%,#f1f4f5 0,rgba(241,244,245,.6) 24%,transparent 48%),#fff;position:relative;overflow:hidden}
.hero-grid{display:grid;grid-template-columns:1fr 1.05fr;align-items:center;gap:60px}
.eyebrow{font-size:10px;font-weight:700;letter-spacing:.17em;color:#858b90;text-transform:uppercase;margin:0 0 22px}
.hero h1,.intro-section h2,.section-heading h2,.manufacturing h2,.b2b h2,.contact h2{font-size:clamp(42px,4.8vw,62px);line-height:1.02;letter-spacing:-.065em;margin:0}
h1 em,h2 em{font-style:normal;color:#858b90}
.hero-text{font-size:17px;line-height:1.7;color:#666c71;max-width:540px;margin:30px 0 34px}
.hero-actions{display:flex;align-items:center;gap:25px;flex-wrap:wrap}
.hero-product{position:relative;min-height:580px;display:flex;align-items:center;justify-content:center}
.hero-product img{position:relative;width:min(90%,620px);z-index:2;filter:drop-shadow(0 30px 32px rgba(34,38,42,.16));transform:rotate(-1deg)}
.hero-orbit{position:absolute;width:510px;height:510px;border-radius:50%;border:1px solid rgba(125,135,142,.18);box-shadow:0 0 0 60px rgba(220,225,228,.18),0 0 0 120px rgba(220,225,228,.1)}
.hero-spec{position:absolute;bottom:35px;z-index:3;display:flex;gap:8px;background:rgba(255,255,255,.85);backdrop-filter:blur(12px);border:1px solid rgba(17,19,21,.08);border-radius:999px;padding:9px 12px;font-size:10px;color:#63696e}
.hero-spec span{padding:0 9px;border-right:1px solid #ddd}
.hero-spec span:last-child{border:0}
.scroll-cue{position:absolute;bottom:25px;left:50%;width:1px;height:42px;background:#dfe2e4}
.scroll-cue span{display:block;width:1px;height:15px;background:#111;animation:scrollCue 1.8s infinite var(--ease)}
@keyframes scrollCue{0%,100%{transform:translateY(0);opacity:.4}50%{transform:translateY(27px);opacity:1}}

.section{padding:120px 0}
.intro-section{padding-bottom:90px}
.intro-section .lead{max-width:680px;font-size:19px;color:#667f93;line-height:1.65;margin:32px 0 0}
.product{padding:130px 0;overflow:hidden}
.product-light{background:var(--soft)}
.product-dark{background:var(--dark);color:#fff}
.product-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:110px;align-items:center}
.product-grid-reverse{grid-template-columns:.95fr 1.05fr}
.product-grid-reverse .product-media{order:2}
.product-grid-reverse .product-info{order:1}
.product-media{position:relative;min-height:620px;display:flex;align-items:center;justify-content:center}
.product-media:before{content:"";position:absolute;inset:7% 5%;border-radius:50%;background:radial-gradient(circle,#fff 0,rgba(255,255,255,.7) 34%,transparent 70%)}
.product-dark .product-media:before{background:radial-gradient(circle,#303437 0,rgba(38,41,44,.55) 34%,transparent 70%)}
.product-media img{position:relative;width:100%;max-width:610px;filter:drop-shadow(0 30px 28px rgba(20,24,28,.17))}
.media-label{position:absolute;top:0;left:0;font-size:11px;letter-spacing:.15em;color:#92979b;z-index:2}
.product-info h2{font-size:clamp(34px,3.4vw,48px);line-height:1.06;letter-spacing:-.055em;margin:0 0 25px;max-width:590px}
.product-info>p:not(.eyebrow){font-size:16px;color:#667f93;max-width:550px;line-height:1.7;margin:0 0 32px}
.product-dark .product-info>p:not(.eyebrow){color:#a8adb1}
.product-dark .eyebrow{color:#86a5ba}
.spec-list{border-top:1px solid rgba(8,91,155,.14);margin:0 0 30px}
.product-dark .spec-list{border-top-color:rgba(255,255,255,.13)}
.spec-list div{display:flex;justify-content:space-between;gap:18px;padding:11px 0;border-bottom:1px solid rgba(8,91,155,.10);font-size:12px}
.product-dark .spec-list div{border-bottom-color:rgba(255,255,255,.08)}
.spec-list span{color:#667f93}
.product-dark .spec-list span{color:#8ca8bd}
.spec-list strong{font-weight:600;text-align:right}
.product-dark .button-outline{color:#fff;border-color:#555b60}
.product-dark .button-outline:hover{border-color:#fff}
.benefits{background:#fff}
.section-heading{margin-bottom:85px}
.section-heading.centered{text-align:center;max-width:800px;margin-left:auto;margin-right:auto}
.section-heading.centered>p:last-child{font-size:16px;color:#667f93;max-width:610px;margin:28px auto 0}
.benefit-grid{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--line)}
.benefit{padding:32px 30px 20px 0;border-right:1px solid var(--line);min-height:220px}
.benefit:not(:first-child){padding-left:30px}
.benefit:last-child{border-right:0}
.benefit-number{font-size:10px;color:#a0a5a9;letter-spacing:.1em}
.benefit h3{font-size:22px;letter-spacing:-.03em;margin:42px 0 10px}
.benefit p{font-size:14px;line-height:1.65;color:#667f93;margin:0;max-width:220px}
.manufacturing{background:var(--soft);padding-top:60px}
.manufacturing-card{min-height:540px;background:var(--dark);color:#fff;border-radius:28px;padding:85px;display:grid;grid-template-columns:1.15fr .85fr;align-items:center;overflow:hidden;position:relative}
.manufacturing-card:after{content:"";position:absolute;width:600px;height:600px;border:1px solid rgba(255,255,255,.07);border-radius:50%;right:-180px;top:-180px;box-shadow:0 0 0 80px rgba(255,255,255,.018),0 0 0 160px rgba(255,255,255,.012)}
.manufacturing-copy{position:relative;z-index:2}
.manufacturing-copy h2{font-size:clamp(38px,4vw,56px);max-width:720px}
.manufacturing-copy>p:not(.eyebrow){font-size:16px;color:#a9c0d2;max-width:600px;line-height:1.75;margin:32px 0}
.location-pill{display:inline-flex;align-items:center;gap:10px;border:1px solid #3a3f43;border-radius:999px;padding:10px 14px;font-size:12px}
.location-dot{width:7px;height:7px;border-radius:50%;background:#fff}
.manufacturing-mark{position:relative;z-index:2;justify-self:end;text-align:center}
.manufacturing-mark span{font-size:260px;line-height:.7;font-weight:700;letter-spacing:-.1em;color:transparent;-webkit-text-stroke:1px rgba(255,255,255,.22)}
.manufacturing-mark small{display:block;color:#7895aa;letter-spacing:.4em;font-size:9px;margin-top:20px}
.quality{background:#fff}
.quality-grid{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--line);border-left:1px solid var(--line)}
.quality-item{min-height:150px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:17px;text-align:center;font-size:13px;font-weight:600}
.quality-icon{display:flex;align-items:center;justify-content:center;width:50px;height:50px;border:1px solid #d9dddf;border-radius:50%;font-size:10px;font-weight:700;color:#555b60}
.b2b{background:var(--soft);padding-top:60px}
.b2b-card{background:#fff;border-radius:28px;padding:65px;display:flex;align-items:flex-end;justify-content:space-between;gap:60px;border:1px solid #eef0f1}
.b2b h2{font-size:clamp(38px,4vw,56px);max-width:750px}
.b2b p{font-size:16px;color:#667f93;max-width:610px;line-height:1.75;margin:28px 0 0}
.b2b .button{flex:0 0 auto}
.contact{padding-bottom:110px}
.contact-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:100px}
.contact-copy p:not(.eyebrow){font-size:16px;color:#667f93;line-height:1.75;max-width:510px;margin:30px 0}
.contact-details{border-top:1px solid var(--line)}
.contact-details>a,.contact-details>div{display:flex;justify-content:space-between;gap:30px;padding:24px 0;border-bottom:1px solid var(--line)}
.contact-details span{font-size:9px;letter-spacing:.16em;color:#999fa4}
.contact-details strong{font-size:14px;font-weight:600;text-align:right}
.site-footer{background:var(--dark);color:#fff;padding:80px 0 25px}
.footer-main{display:grid;grid-template-columns:1fr 1.5fr;gap:80px;padding-bottom:80px}
.footer-brand p{font-size:13px;color:#8ca8bd;max-width:260px;line-height:1.7;margin-top:24px}
.footer-links{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}
.footer-links>div{display:flex;flex-direction:column;gap:10px}
.footer-title{font-size:9px;letter-spacing:.15em;text-transform:uppercase;color:#7895aa;margin:0 0 8px}
.footer-links a,.footer-links span{font-size:12px;color:#a9c0d2}
.footer-links a:hover{color:#fff}
.social-placeholder{line-height:1.4}
.footer-bottom{border-top:1px solid #2b2f32;padding-top:20px;display:flex;justify-content:space-between;font-size:10px;color:#666d72}
.whatsapp-float{position:fixed;z-index:900;right:24px;bottom:24px;background:var(--dark);color:#fff;border:1px solid rgba(255,255,255,.12);box-shadow:0 12px 30px rgba(0,0,0,.18);border-radius:999px;display:flex;align-items:center;gap:9px;padding:12px 16px 12px 13px;font-size:11px;font-weight:600;transition:.25s var(--ease)}
.whatsapp-float:hover{transform:translateY(-3px);background:#0869ad}
.whatsapp-float svg{width:22px;height:22px;fill:#fff}
.reveal{opacity:0;transform:translateY(24px);transition:opacity .75s var(--ease),transform .75s var(--ease)}
.reveal.visible{opacity:1;transform:none}
.reveal-delay{transition-delay:.12s}

@media(max-width:1000px){
  .desktop-nav{gap:18px}
  .desktop-cta{display:none}
  .hero-grid,.product-grid,.product-grid-reverse,.contact-grid{grid-template-columns:1fr;gap:60px}
  .hero{padding-top:130px}
  .hero-copy{order:1}
  .hero-product{order:2;min-height:470px}
  .hero-product img{max-width:550px}
  .product-grid-reverse .product-media{order:1}
  .product-grid-reverse .product-info{order:2}
  .product-media{min-height:500px}
  .benefit-grid{grid-template-columns:repeat(2,1fr)}
  .benefit{border-bottom:1px solid var(--line)}
  .benefit:nth-child(2){border-right:0}
  .benefit:nth-child(3),.benefit:nth-child(4){padding-top:30px}
  .manufacturing-card{padding:60px;grid-template-columns:1fr}
  .manufacturing-mark{display:none}
  .quality-grid{grid-template-columns:repeat(2,1fr)}
  .b2b-card{padding:60px;align-items:flex-start;flex-direction:column}
}
@media(max-width:760px){
  .container{width:min(calc(100% - 34px),var(--max))}
  .site-header{height:64px}
  .site-header.scrolled{height:60px}
  .desktop-nav,.desktop-cta{display:none}
  .menu-toggle{display:block}
  .mobile-menu{display:block;position:absolute;top:64px;left:0;right:0;background:rgba(255,255,255,.97);backdrop-filter:blur(18px);border-bottom:1px solid var(--line);padding:15px 17px;transform:translateY(-130%);opacity:0;transition:.35s var(--ease);pointer-events:none}
  .mobile-menu.open{transform:translateY(0);opacity:1;pointer-events:auto}
  .mobile-menu nav{display:flex;flex-direction:column}
  .mobile-menu nav>a:not(.button){padding:17px 4px;border-bottom:1px solid var(--line);font-size:15px}
  .mobile-menu .button{margin-top:16px}
  .hero{padding:115px 0 70px;min-height:auto}
  .hero-grid{gap:25px}
  .hero h1,.intro-section h2,.section-heading h2,.manufacturing h2,.b2b h2,.contact h2{font-size:clamp(36px,9vw,48px)}
  .hero-text{font-size:15px;margin:25px 0 28px}
  .hero-product{min-height:330px}
  .hero-orbit{width:300px;height:300px;box-shadow:0 0 0 35px rgba(220,225,228,.18),0 0 0 70px rgba(220,225,228,.1)}
  .hero-product img{width:100%;max-width:430px}
  .hero-spec{bottom:5px;font-size:8px;padding:7px}
  .hero-spec span{padding:0 6px}
  .section{padding:100px 0}
  .intro-section{padding-bottom:60px}
  .intro-section .lead{font-size:16px}
  .product{padding:80px 0}
  .product-media{min-height:350px}
  .product-info h2{font-size:36px}
  .product-info>p:not(.eyebrow){font-size:14px}
  .benefits .section-heading{margin-bottom:60px}
  .benefit-grid{grid-template-columns:1fr}
  .benefit,.benefit:not(:first-child){padding:28px 0;border-right:0;min-height:auto}
  .benefit h3{margin-top:24px}
  .manufacturing{padding-top:25px}
  .manufacturing-card{padding:45px 30px;border-radius:22px;min-height:500px}
  .quality-grid{grid-template-columns:repeat(2,1fr)}
  .quality-item{min-height:135px}
  .b2b{padding-top:25px}
  .b2b-card{padding:45px 30px;border-radius:22px;gap:35px}
  .contact{padding-bottom:90px}
  .contact-grid{gap:55px}
  .contact-details>a,.contact-details>div{flex-direction:column;gap:7px}
  .contact-details strong{text-align:left}
  .footer-main{grid-template-columns:1fr;gap:50px;padding-bottom:50px}
  .footer-links{grid-template-columns:1fr 1fr;row-gap:40px}
  .footer-links>div:last-child{grid-column:1/-1}
  .footer-bottom{flex-direction:column;gap:8px}
  .whatsapp-float{right:15px;bottom:15px;padding:11px 14px 11px 12px}
}
@media(max-width:420px){
  .nav-actions{gap:8px}
  .language-switcher{font-size:10px}
  .hero-actions{align-items:flex-start;flex-direction:column}
  .button{width:100%}
  .text-link{padding:4px}
  .quality-item{font-size:11px}
  .quality-icon{width:44px;height:44px}
  .whatsapp-float span{display:none}
  .whatsapp-float{width:50px;height:50px;justify-content:center;padding:0}
}
@media(prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  *,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}
}

/* ALEDO BLUE EDITION */
:root{
  --hero-blue:#0b6fb8;
}
.eyebrow{color:#6c8aa1}
.site-header{background:rgba(255,255,255,.88);border-bottom-color:rgba(8,91,155,.05)}
.site-header.scrolled{border-bottom-color:rgba(8,91,155,.12)}
.desktop-nav a{color:#365b75}
.desktop-nav a:hover{color:var(--blue-dark)}
.lang-btn.active,.lang-btn:hover{color:var(--blue-dark)}
.button-dark{background:var(--blue-dark);color:#fff}
.button-dark:hover{background:#0a6cad}
.button-outline{border-color:#b9d1e1;color:var(--blue-dark)}
.button-outline:hover{border-color:var(--blue-dark);background:var(--blue-soft)}
.button-light{background:#fff;color:var(--blue-dark)}
.button-light:hover{background:#eaf4fb}
.hero{background:radial-gradient(circle at 78% 36%,#e8f4fb 0,rgba(232,244,251,.7) 24%,transparent 48%),#fff}
.hero h1 em,.intro-section h2 em,.section-heading h2 em,.manufacturing h2 em,.b2b h2 em,.contact h2 em{color:#3985b8}
.hero-product img{filter:drop-shadow(0 30px 32px rgba(7,72,120,.18))}
.hero-orbit{border-color:rgba(8,91,155,.18);box-shadow:0 0 0 60px rgba(207,226,239,.25),0 0 0 120px rgba(207,226,239,.12)}
.product-light{background:var(--soft)}
.product-dark{background:var(--dark)}
.product-dark .spec-list{border-top-color:rgba(255,255,255,.15)}
.product-dark .spec-list div{border-bottom-color:rgba(255,255,255,.09)}
.product-dark .button-outline{color:#fff;border-color:#6d91a9}
.product-dark .button-outline:hover{border-color:#fff;background:rgba(255,255,255,.08)}
.product-media:before{background:radial-gradient(circle,#fff 0,rgba(255,255,255,.76) 34%,transparent 70%)}
.product-dark .product-media:before{background:radial-gradient(circle,#173f60 0,rgba(20,58,88,.58) 34%,transparent 70%)}
.manufacturing{background:var(--soft)}
.manufacturing-card{background:var(--dark)}
.manufacturing-card:after{border-color:rgba(111,176,220,.13);box-shadow:0 0 0 80px rgba(111,176,220,.025),0 0 0 160px rgba(111,176,220,.015)}
.location-pill{border-color:#315a76}
.location-dot{background:#7cc5ef}
.quality-icon{border-color:#bfd6e5;color:var(--blue-dark)}
.b2b{background:var(--soft)}
.b2b-card{border-color:#dce8f1}
.contact-details{border-top-color:#dce8f1}
.contact-details>a,.contact-details>div{border-bottom-color:#dce8f1}
.site-footer{background:var(--dark)}
.footer-bottom{border-top-color:#234963}
.whatsapp-float{background:var(--blue-dark);border-color:rgba(255,255,255,.16)}
.whatsapp-float:hover{background:#0878c9}
.skip-link{background:var(--blue-dark)}
.text-link:hover{color:var(--blue-dark)}
.menu-toggle span{background:var(--blue-dark)}
