:root{
  --ink:#111214;
  --ink-2:#1a1c1f;
  --ink-3:#272a2f;
  --paper:#ffffff;
  --cream:#f5f2ec;
  --cream-2:#ebe5db;
  --silver:#b7babd;
  --silver-2:#d9dcde;
  --gold:#c59a3d;
  --gold-2:#e2c06b;
  --gold-soft:#efe2bd;
  --text:#17191c;
  --muted:#686b70;
  --line:rgba(17,18,20,.12);
  --radius-sm:14px;
  --radius:24px;
  --radius-lg:34px;
  --shadow:0 24px 70px rgba(17,18,20,.12);
  --shadow-soft:0 12px 38px rgba(17,18,20,.08);
  font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
  color:var(--text);
  background:var(--paper);
  line-height:1.55;
  font-synthesis:none;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:108px}
body{margin:0;background:var(--paper);color:var(--text);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}
body.nav-open{overflow:hidden}
img{max-width:100%;height:auto}
a{color:inherit}
button,input,select,textarea{font:inherit}
button{color:inherit}
::selection{background:var(--gold-soft);color:var(--ink)}

.container{width:min(1180px,calc(100% - 48px));margin-inline:auto}
.narrow{width:min(780px,calc(100% - 48px));margin-inline:auto}
.section{padding:112px 0}
.center{text-align:center}

.skip-link{position:fixed;left:16px;top:-80px;z-index:9999;background:#fff;color:#111;padding:12px 16px;border-radius:10px;box-shadow:var(--shadow-soft)}
.skip-link:focus{top:16px}

/* Icons: local SVGs from the supplied Font Awesome package */
.icon{display:inline-block;width:1em;height:1em;flex:0 0 auto;background:currentColor;vertical-align:-.12em;-webkit-mask:var(--icon) center/contain no-repeat;mask:var(--icon) center/contain no-repeat}
.ico-shield{--icon:url("../icons/shield-halved.svg")}
.ico-lock{--icon:url("../icons/lock.svg")}
.ico-layer{--icon:url("../icons/layer-group.svg")}
.ico-key{--icon:url("../icons/key.svg")}
.ico-tools{--icon:url("../icons/screwdriver-wrench.svg")}
.ico-location{--icon:url("../icons/location-dot.svg")}
.ico-door{--icon:url("../icons/door-closed.svg")}
.ico-check{--icon:url("../icons/check.svg")}
.ico-arrow{--icon:url("../icons/arrow-right.svg")}
.ico-phone{--icon:url("../icons/phone.svg")}

/* Header */
.site-header{position:fixed;z-index:1000;left:0;right:0;top:18px;pointer-events:none;transition:top .3s ease}
.header-shell{pointer-events:auto;width:min(94%,1420px);margin:auto;min-height:76px;padding:10px 12px 10px 18px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:26px;border:1px solid rgba(255,255,255,.16);border-radius:22px;background:rgba(18,19,21,.48);box-shadow:0 8px 30px rgba(0,0,0,.08);-webkit-backdrop-filter:blur(18px) saturate(130%);backdrop-filter:blur(18px) saturate(130%);transition:background .3s ease,border-color .3s ease,box-shadow .3s ease,min-height .3s ease,padding .3s ease}
.site-header.is-scrolled{top:10px}
.site-header.is-scrolled .header-shell{min-height:68px;padding-top:7px;padding-bottom:7px;background:rgba(18,19,21,.87);border-color:rgba(255,255,255,.11);box-shadow:0 14px 44px rgba(0,0,0,.14)}
.site-header.is-inner .header-shell{background:rgba(18,19,21,.94);box-shadow:0 10px 34px rgba(0,0,0,.12)}
.brand{display:flex;align-items:center;text-decoration:none;min-width:142px}
.brand img{display:block;width:176px;max-height:48px;object-fit:contain;object-position:left center}
.main-nav{display:flex;justify-content:center;align-items:center;gap:4px}
.main-nav a{text-decoration:none;color:rgba(255,255,255,.82);font-size:.92rem;font-weight:600;letter-spacing:.01em;padding:11px 13px;border-radius:12px;transition:background .25s ease,color .25s ease,transform .25s ease}
.main-nav a:hover,.main-nav a:focus-visible{background:rgba(255,255,255,.08);color:#fff;transform:translateY(-1px)}
.header-actions{display:flex;align-items:center;gap:9px}
.header-phone{display:flex;align-items:center;gap:8px;text-decoration:none;color:rgba(255,255,255,.76);font-size:.81rem;font-weight:600;white-space:nowrap}
.header-phone .icon{color:var(--gold-2)}
.header-cta{display:inline-flex;align-items:center;justify-content:center;white-space:nowrap;text-decoration:none;border-radius:14px;padding:12px 16px;background:linear-gradient(135deg,var(--gold-2),var(--gold));color:var(--ink);font-size:.86rem;font-weight:800;box-shadow:inset 0 1px rgba(255,255,255,.3);transition:transform .25s ease,box-shadow .25s ease,filter .25s ease}
.header-cta:hover{transform:translateY(-2px);box-shadow:0 9px 24px rgba(197,154,61,.23);filter:brightness(1.05)}
.nav-toggle{display:none;width:44px;height:44px;border:0;border-radius:12px;background:rgba(255,255,255,.08);align-items:center;justify-content:center;flex-direction:column;gap:5px;cursor:pointer}
.nav-toggle span{display:block;width:20px;height:1.5px;background:#fff;transition:.25s ease}
.nav-toggle[aria-expanded="true"] span:nth-child(1){transform:translateY(6.5px) rotate(45deg)}
.nav-toggle[aria-expanded="true"] span:nth-child(2){opacity:0}
.nav-toggle[aria-expanded="true"] span:nth-child(3){transform:translateY(-6.5px) rotate(-45deg)}

/* Buttons */
.button{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:52px;padding:14px 20px;border:1px solid transparent;border-radius:15px;text-decoration:none;font-weight:800;font-size:.94rem;line-height:1.1;transition:transform .25s ease,box-shadow .25s ease,background .25s ease,border-color .25s ease,color .25s ease}
.button:hover{transform:translateY(-2px)}
.button .ico-arrow{font-size:.85em;transition:transform .25s ease}
.button:hover .ico-arrow{transform:translateX(3px)}
.button-gold{background:linear-gradient(135deg,var(--gold-2),var(--gold));color:var(--ink);box-shadow:0 10px 26px rgba(197,154,61,.16)}
.button-gold:hover{box-shadow:0 16px 34px rgba(197,154,61,.24)}
.button-dark{background:var(--ink);color:#fff;border-color:var(--ink);box-shadow:0 10px 24px rgba(17,18,20,.13)}
.button-dark:hover{background:#24262a;box-shadow:0 16px 30px rgba(17,18,20,.18)}
.button-glass{color:#fff;background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.18);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}
.button-glass:hover{background:rgba(255,255,255,.13);border-color:rgba(255,255,255,.28)}
.text-link{display:inline-flex;align-items:center;gap:9px;text-decoration:none;font-weight:800;color:var(--ink);padding:8px 0;border-bottom:1px solid rgba(17,18,20,.3);transition:color .25s ease,border-color .25s ease}
.text-link:hover{color:#8b6b24;border-color:var(--gold)}
.text-link .ico-arrow{font-size:.82em;transition:transform .25s ease}.text-link:hover .ico-arrow{transform:translateX(4px)}

/* Type */
.eyebrow{display:flex;align-items:center;gap:9px;margin:0 0 16px;text-transform:uppercase;letter-spacing:.14em;font-size:.74rem;font-weight:800;color:#7e642b}
.eyebrow.light{color:var(--gold-2)}
.eyebrow-dot{width:7px;height:7px;border-radius:50%;background:currentColor;box-shadow:0 0 0 5px color-mix(in srgb,currentColor 15%,transparent)}
h1,h2,h3,p{margin-top:0}
h1,h2,h3{letter-spacing:-.035em;line-height:1.04}
h2{font-size:clamp(2.25rem,4.1vw,4.25rem);margin-bottom:24px;color:var(--ink)}
h2 span{color:#7b6434}
h3{font-size:clamp(1.55rem,2.5vw,2.5rem)}
p{color:var(--muted)}
.lead{font-size:1.12rem;line-height:1.7;color:#3b3e43}

/* Hero */
.hero{position:relative;background:var(--ink);overflow:hidden}
.hero-stage{position:relative;width:min(100%,1600px);margin:auto;min-height:max(760px,100svh);padding:150px clamp(28px,5vw,86px) 132px;display:grid;grid-template-columns:minmax(0,1.04fr) minmax(380px,.82fr);gap:clamp(30px,6vw,88px);align-items:center;isolation:isolate;background:
  radial-gradient(circle at 76% 18%,rgba(197,154,61,.12),transparent 24%),
  linear-gradient(112deg,#111214 0%,#15171a 51%,#1d1f22 100%)}
.hero-stage:before{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(90deg,rgba(255,255,255,.018) 1px,transparent 1px),linear-gradient(rgba(255,255,255,.012) 1px,transparent 1px);background-size:72px 72px;mask-image:linear-gradient(to right,#000,transparent 65%);opacity:.45;z-index:-1}
.hero-copy{position:relative;z-index:4;max-width:720px;padding-bottom:72px}
.hero h1{margin:0 0 24px;font-size:clamp(3.15rem,6vw,6.3rem);line-height:.92;letter-spacing:-.055em;color:#fff;max-width:820px}
.hero h1 span{display:block;color:var(--gold-2)}
.hero-lead{max-width:650px;margin-bottom:30px;color:rgba(255,255,255,.72);font-size:clamp(1rem,1.4vw,1.18rem);line-height:1.68}
.hero-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap}
.hero-note{display:flex;align-items:center;gap:9px;margin:20px 0 0;color:rgba(255,255,255,.52);font-size:.88rem}.hero-note .icon{color:var(--gold-2)}
.hero-visual{position:relative;z-index:3;height:min(650px,70svh);min-height:540px;display:flex;align-items:center;justify-content:center}
.hero-image-wrap{position:relative;width:min(100%,520px);height:100%;border-radius:32px;overflow:hidden;background:#f5f3ef;box-shadow:0 32px 90px rgba(0,0,0,.32);border:1px solid rgba(255,255,255,.13)}
.hero-image-wrap:after{content:"";position:absolute;inset:0;border-radius:inherit;box-shadow:inset 0 0 0 1px rgba(255,255,255,.45);pointer-events:none}
.hero-image-wrap img{width:100%;height:100%;object-fit:cover;object-position:center;display:block;transform:scale(1.02)}
.hero-float{position:absolute;display:flex;align-items:center;gap:12px;min-width:210px;padding:13px 15px;border:1px solid rgba(255,255,255,.22);border-radius:18px;background:rgba(30,32,35,.45);color:#fff;box-shadow:0 12px 36px rgba(0,0,0,.12);-webkit-backdrop-filter:blur(15px) saturate(140%);backdrop-filter:blur(15px) saturate(140%);transition:transform .3s ease,background .3s ease}
.hero-float:hover{transform:translateY(-3px);background:rgba(30,32,35,.57)}
.hero-float-top{right:-22px;top:17%}.hero-float-bottom{left:-38px;bottom:15%}
.glass-icon{width:42px;height:42px;border-radius:13px;background:rgba(255,255,255,.11);display:grid;place-items:center;color:var(--gold-2)}
.glass-icon .icon{font-size:1.15rem}
.hero-float span:last-child{display:flex;flex-direction:column}.hero-float small{font-size:.7rem;color:rgba(255,255,255,.55);margin-bottom:2px}.hero-float strong{font-size:.88rem;letter-spacing:-.01em}
.hero-strip{position:absolute;z-index:5;left:clamp(28px,5vw,86px);right:clamp(28px,5vw,86px);bottom:28px;display:grid;grid-template-columns:repeat(3,1fr);gap:1px;border:1px solid rgba(255,255,255,.12);border-radius:20px;overflow:hidden;background:rgba(255,255,255,.07);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}
.hero-strip a{display:flex;align-items:center;gap:13px;text-decoration:none;padding:16px 20px;color:#fff;transition:background .25s ease}
.hero-strip a:hover{background:rgba(255,255,255,.07)}
.strip-num{font-size:.72rem;color:var(--gold-2);font-weight:800;letter-spacing:.08em}.hero-strip a>span:last-child{display:flex;flex-direction:column}.hero-strip small{font-size:.7rem;color:rgba(255,255,255,.46)}.hero-strip strong{font-size:.9rem;letter-spacing:-.01em}

/* Intro */
.intro-section{background:var(--cream)}
.intro-grid{display:grid;grid-template-columns:1fr 1fr;gap:clamp(48px,8vw,120px);align-items:start}
.section-heading h2{max-width:620px;margin-bottom:0}
.intro-copy{padding-top:42px}.intro-copy p:not(.lead){max-width:650px}
.signature-line{display:flex;align-items:center;gap:16px;margin:28px 0 24px;color:#65512a}.signature-line span{display:block;width:52px;height:1px;background:var(--gold)}.signature-line em{font-family:Georgia,serif;font-size:1.05rem}

/* Models */
.models-section{background:#fff}
.models-head{display:grid;grid-template-columns:1.25fr .55fr;gap:70px;align-items:end;margin-bottom:48px}.models-head h2{margin:0;max-width:850px}.models-head>p{margin:0 0 8px;line-height:1.7}
.model-card{display:grid;grid-template-columns:minmax(340px,.9fr) 1.1fr;min-height:650px;border-radius:var(--radius-lg);overflow:hidden;margin-top:28px;box-shadow:var(--shadow-soft);border:1px solid var(--line)}
.model-media{position:relative;min-height:620px;overflow:hidden;background:#f2eee7}.model-media img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .65s cubic-bezier(.2,.7,.2,1)}.model-card:hover .model-media img{transform:scale(1.025)}
.model-badge{position:absolute;z-index:2;top:20px;left:20px;padding:9px 12px;border-radius:999px;background:rgba(17,18,20,.62);color:#fff;border:1px solid rgba(255,255,255,.18);font-size:.72rem;font-weight:800;letter-spacing:.05em;text-transform:uppercase;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}
.model-content{padding:clamp(36px,5vw,72px);display:flex;flex-direction:column;justify-content:center}
.model-kicker{display:inline-block;margin-bottom:12px;text-transform:uppercase;letter-spacing:.14em;font-size:.72rem;font-weight:800;color:#8a6a28}
.model-content h3{margin:0 0 18px;max-width:620px}.model-content>p{font-size:1.02rem;line-height:1.7;max-width:650px}
.model-specs{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:26px 0;padding:18px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.model-specs div{display:flex;flex-direction:column;gap:3px}.model-specs strong{font-size:1.45rem;letter-spacing:-.04em}.model-specs span{font-size:.75rem;color:var(--muted)}
.feature-list{list-style:none;padding:0;margin:0 0 30px;display:grid;gap:10px}.feature-list li{position:relative;padding-left:25px;color:#53565b;font-size:.92rem}.feature-list li:before{content:"";position:absolute;left:1px;top:.62em;width:7px;height:7px;border-radius:50%;background:var(--gold)}
.model-content .button{align-self:flex-start}
.model-card-dark{background:var(--ink-2);border-color:rgba(255,255,255,.08)}
.model-card-dark .model-content{color:#fff}.model-card-dark h3{color:#fff}.model-card-dark .model-content>p,.model-card-dark .feature-list li,.model-card-dark .model-specs span{color:rgba(255,255,255,.62)}.model-card-dark .model-specs{border-color:rgba(255,255,255,.12)}.model-card-dark .model-kicker{color:var(--gold-2)}
.help-bar{margin-top:24px;padding:20px 22px;border:1px solid var(--line);border-radius:19px;background:var(--cream);display:flex;align-items:center;justify-content:space-between;gap:24px}.help-bar>div{display:flex;align-items:center;gap:14px}.help-bar>div>span:last-child{display:flex;flex-direction:column}.help-bar small{color:var(--muted)}.icon-wrap{width:44px;height:44px;border-radius:13px;background:#fff;box-shadow:0 4px 12px rgba(17,18,20,.06);display:grid;place-items:center;color:#8a6924}

/* Security */
.security-section{position:relative;background:var(--ink);overflow:hidden}
.security-section:before{content:"";position:absolute;width:700px;height:700px;border-radius:50%;right:-260px;top:-280px;background:radial-gradient(circle,rgba(197,154,61,.13),transparent 68%);pointer-events:none}
.security-head{max-width:790px;margin-bottom:48px}.security-head h2{color:#fff;margin-bottom:20px}.security-head h2 span{color:var(--gold-2)}.security-head>p:last-child{font-size:1.06rem;color:rgba(255,255,255,.58);max-width:680px}
.security-showcase{display:grid;grid-template-columns:1.05fr .95fr;gap:20px;align-items:stretch}
.security-image{position:relative;border-radius:28px;overflow:hidden;background:#f5f2ec;min-height:680px;border:1px solid rgba(255,255,255,.1)}.security-image img{width:100%;height:100%;object-fit:cover;display:block}.security-label{position:absolute;left:18px;bottom:18px;display:grid;grid-template-columns:auto 1fr;column-gap:11px;row-gap:1px;align-items:center;padding:12px 14px;border:1px solid rgba(255,255,255,.18);border-radius:15px;background:rgba(17,18,20,.66);color:#fff;-webkit-backdrop-filter:blur(13px);backdrop-filter:blur(13px)}.security-label .icon{grid-row:1/3;color:var(--gold-2);font-size:1.3rem}.security-label small{color:rgba(255,255,255,.55);font-size:.72rem}
.security-features{display:grid;grid-template-columns:1fr 1fr;gap:12px}.security-features article{min-height:210px;padding:25px;border:1px solid rgba(255,255,255,.1);border-radius:24px;background:rgba(255,255,255,.045);display:flex;gap:18px;transition:background .3s ease,transform .3s ease,border-color .3s ease}.security-features article:hover{background:rgba(255,255,255,.075);transform:translateY(-3px);border-color:rgba(226,192,107,.25)}.feature-icon{width:48px;height:48px;flex:0 0 48px;border-radius:15px;background:rgba(226,192,107,.12);display:grid;place-items:center;color:var(--gold-2)}.security-features article>div>span{display:block;font-size:.68rem;color:rgba(255,255,255,.34);font-weight:800;letter-spacing:.08em}.security-features h3{font-size:1.18rem;color:#fff;margin:8px 0 9px;letter-spacing:-.02em}.security-features p{margin:0;color:rgba(255,255,255,.55);font-size:.88rem;line-height:1.65}
.technical-switch{margin-top:28px;border:1px solid rgba(255,255,255,.1);border-radius:28px;background:rgba(255,255,255,.035);overflow:hidden}.tech-tabs{display:flex;gap:5px;padding:10px;border-bottom:1px solid rgba(255,255,255,.09)}.tech-tab{appearance:none;border:0;background:transparent;color:rgba(255,255,255,.55);padding:11px 15px;border-radius:12px;cursor:pointer;font-size:.84rem;font-weight:800;transition:.25s ease}.tech-tab:hover{color:#fff;background:rgba(255,255,255,.05)}.tech-tab.is-active{background:var(--gold-2);color:var(--ink)}.tech-panel{background:#f4f1eb;padding:14px;min-height:500px}.tech-panel[hidden]{display:none}.tech-panel img{display:block;width:100%;max-height:780px;object-fit:contain;margin:auto;border-radius:18px}

/* Service */
.service-section{background:var(--cream)}
.service-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:clamp(44px,8vw,110px);align-items:center}
.service-art{position:relative;min-height:620px}.service-card-image{position:absolute;inset:0 70px 0 0;border-radius:30px;overflow:hidden;background:#fff;box-shadow:var(--shadow-soft)}.service-card-image img{width:100%;height:100%;object-fit:cover}.service-chip{position:absolute;right:0;bottom:54px;min-width:240px;padding:18px;border-radius:18px;background:rgba(18,19,21,.88);color:#fff;border:1px solid rgba(255,255,255,.1);box-shadow:0 18px 40px rgba(17,18,20,.2);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);display:grid;grid-template-columns:auto 1fr;column-gap:12px;align-items:center}.service-chip .icon{grid-row:1/3;color:var(--gold-2);font-size:1.3rem}.service-chip small{font-size:.72rem;color:rgba(255,255,255,.5)}
.service-copy h2{font-size:clamp(2.5rem,4.8vw,4.6rem);max-width:720px}.service-copy>p{max-width:690px}.service-copy blockquote{margin:26px 0;padding:18px 22px;border-left:3px solid var(--gold);background:rgba(255,255,255,.62);font-family:Georgia,serif;font-style:italic;color:#5b4924;border-radius:0 14px 14px 0}.mini-note{display:flex;align-items:flex-start;gap:9px;margin:18px 0 0!important;font-size:.82rem;color:#77705f!important}.mini-note .icon{margin-top:.3em;color:#8c6d2a}

/* Steps */
.steps-section{background:#fff}.steps-head{max-width:680px;margin-bottom:38px}.steps-head h2{margin-bottom:0}.steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.step-card{position:relative;min-height:330px;padding:30px;border:1px solid var(--line);border-radius:25px;background:linear-gradient(160deg,#fff,#faf8f4);overflow:hidden;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease}.step-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-soft);border-color:rgba(197,154,61,.35)}.step-number{position:absolute;right:22px;top:18px;font-size:4.4rem;line-height:1;font-weight:900;letter-spacing:-.07em;color:rgba(17,18,20,.035)}.step-icon{width:54px;height:54px;border-radius:16px;background:var(--ink);display:grid;place-items:center;color:var(--gold-2);margin-bottom:65px}.step-card h3{font-size:1.35rem;margin:0 0 10px}.step-card p{margin:0;line-height:1.65;font-size:.92rem}.steps-cta{text-align:center;margin-top:28px}

/* FAQ */
.faq-section{background:var(--cream)}.faq-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:clamp(50px,8vw,110px);align-items:start}.faq-heading{position:sticky;top:130px}.faq-heading h2{font-size:clamp(2.5rem,4.2vw,4.2rem)}.faq-heading>p:last-child{max-width:430px}.faq-list{border-top:1px solid rgba(17,18,20,.16)}.faq-list details{border-bottom:1px solid rgba(17,18,20,.16)}.faq-list summary{list-style:none;cursor:pointer;position:relative;padding:24px 50px 24px 0;font-size:1.02rem;font-weight:800;letter-spacing:-.01em}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary span:before,.faq-list summary span:after{content:"";position:absolute;right:12px;top:50%;width:15px;height:1.5px;background:var(--ink);transition:.25s ease}.faq-list summary span:after{transform:rotate(90deg)}.faq-list details[open] summary span:after{transform:rotate(0);opacity:0}.faq-list details p{padding:0 52px 24px 0;margin:0;max-width:760px;line-height:1.75}

/* Contact */
.contact-section{background:#fff;padding:24px 0 96px}.contact-panel{position:relative;overflow:hidden;border-radius:34px;background:linear-gradient(135deg,#15171a,#22252a);padding:clamp(34px,6vw,72px);display:grid;grid-template-columns:1.15fr .85fr;gap:65px;align-items:center;box-shadow:var(--shadow)}.contact-panel:after{content:"";position:absolute;width:450px;height:450px;border-radius:50%;right:-180px;top:-210px;background:radial-gradient(circle,rgba(197,154,61,.22),transparent 68%);pointer-events:none}.contact-copy{position:relative;z-index:1}.contact-copy h2{color:#fff;font-size:clamp(2.55rem,4.5vw,4.6rem);margin-bottom:18px;max-width:760px}.contact-copy>p:not(.eyebrow){color:rgba(255,255,255,.61);font-size:1.03rem;max-width:690px}.contact-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}.contact-meta{position:relative;z-index:1;display:grid;gap:8px}.contact-meta>div{display:flex;align-items:center;gap:14px;padding:15px 16px;border-radius:17px;background:rgba(255,255,255,.055);border:1px solid rgba(255,255,255,.08)}.contact-meta-icon{width:43px;height:43px;border-radius:13px;background:rgba(226,192,107,.12);display:grid;place-items:center;color:var(--gold-2)}.contact-meta>div>span:last-child{display:flex;flex-direction:column}.contact-meta small{color:rgba(255,255,255,.42);font-size:.72rem}.contact-meta strong,.contact-meta a{color:#fff;font-size:.92rem;text-decoration:none}

/* Footer */
.site-footer{background:#0d0e10;color:#fff;padding:58px 0 20px}.footer-main{display:grid;grid-template-columns:1.5fr .7fr .8fr;gap:60px;padding-bottom:42px;border-bottom:1px solid rgba(255,255,255,.09)}.footer-brand img{display:block;width:230px;max-height:80px;object-fit:contain;object-position:left center;margin-bottom:14px}.footer-brand p{max-width:360px;color:rgba(255,255,255,.45);font-size:.87rem}.footer-col{display:flex;flex-direction:column;align-items:flex-start;gap:9px}.footer-col a,.footer-col span:not(.footer-label){color:rgba(255,255,255,.58);text-decoration:none;font-size:.86rem}.footer-col a:hover{color:#fff}.footer-label{display:block;color:var(--gold-2);font-size:.69rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;margin-bottom:6px}.footer-bottom{min-height:58px;padding-top:18px;display:flex;align-items:center;justify-content:space-between;gap:20px;color:rgba(255,255,255,.34);font-size:.78rem}.footer-links{display:flex;gap:14px;align-items:center;flex-wrap:wrap}.footer-links a{color:inherit;text-decoration:none}.link-button{border:0;background:none;padding:0;color:inherit;text-decoration:none;cursor:pointer;font:inherit}.footer-links a:hover,.link-button:hover{color:#fff}

/* Floating WhatsApp */
.whatsapp-float{position:fixed;right:18px;bottom:18px;z-index:980;display:flex;align-items:center;gap:9px;text-decoration:none;padding:13px 16px;border-radius:999px;background:var(--gold-2);color:var(--ink);font-weight:900;font-size:.84rem;box-shadow:0 14px 34px rgba(0,0,0,.22);transition:transform .25s ease,box-shadow .25s ease}.whatsapp-float:hover{transform:translateY(-3px);box-shadow:0 18px 40px rgba(0,0,0,.28)}

/* Cookie */
.cookie-banner{position:fixed;z-index:1200;left:16px;right:16px;bottom:16px;opacity:0;transform:translateY(14px);transition:.2s ease}.cookie-banner.is-visible{opacity:1;transform:none}.cookie-banner-inner{width:min(880px,100%);margin:auto;padding:16px 18px;border-radius:18px;background:rgba(17,18,20,.94);color:#fff;border:1px solid rgba(255,255,255,.12);box-shadow:0 18px 50px rgba(0,0,0,.25);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);display:flex;align-items:center;justify-content:space-between;gap:20px}.cookie-banner p{margin:0;color:rgba(255,255,255,.64);font-size:.82rem}.cookie-banner p strong{color:#fff}.cookie-banner p a{color:var(--gold-2)}.cookie-actions{display:flex;gap:7px;flex-shrink:0}.cookie-actions button{border:1px solid rgba(255,255,255,.13);border-radius:11px;padding:9px 12px;cursor:pointer;font-weight:800;font-size:.78rem;background:var(--gold-2);color:var(--ink)}.cookie-actions [data-cookie-reject]{background:rgba(255,255,255,.06);color:#fff}

/* Generic legal / form pages */
body:not(.page-home) main{padding-top:128px;min-height:70vh}.page-privacidad .section,.page-cookies .section,.page-gracias .section{padding-top:70px}.page-privacidad h1,.page-cookies h1,.page-gracias h1{font-size:clamp(2.4rem,5vw,4rem);letter-spacing:-.045em}.page-privacidad h2,.page-cookies h2{font-size:1.7rem;margin-top:38px}.page-privacidad p,.page-cookies p{max-width:850px;line-height:1.75}
form{display:grid;gap:16px}label{display:grid;gap:6px;font-weight:700;font-size:.9rem}input,select,textarea{width:100%;padding:13px 14px;border:1px solid #c9c7c2;border-radius:12px;background:#fff;color:var(--text)}textarea{resize:vertical}.checkbox{display:flex;grid-template-columns:auto 1fr;align-items:flex-start;font-weight:400}.checkbox input{width:auto;margin-top:5px}.form-alert{padding:12px 14px;border:1px solid #b42318;background:#fef3f2;color:#7a271a;border-radius:10px;margin-bottom:18px}.honeypot{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;overflow:hidden!important}

/* Reveal */
.reveal{opacity:1;transform:none}.reveal-ready .reveal{opacity:0;transform:translateY(18px);transition:opacity .7s cubic-bezier(.2,.7,.2,1),transform .7s cubic-bezier(.2,.7,.2,1)}.reveal-ready .reveal-delay-1{transition-delay:.08s}.reveal-ready .reveal-delay-2{transition-delay:.16s}.reveal-ready .reveal.is-visible{opacity:1;transform:none}

@media (max-width:1180px){
  .header-phone{display:none}
  .header-shell{grid-template-columns:auto 1fr auto}
  .hero-stage{grid-template-columns:1fr .78fr;gap:32px;padding-inline:38px}.hero-strip{left:38px;right:38px}
  .hero h1{font-size:clamp(3rem,7vw,5.6rem)}
  .security-showcase{grid-template-columns:1fr}.security-image{min-height:800px}.security-features{grid-template-columns:repeat(4,1fr)}.security-features article{display:block;min-height:260px}.feature-icon{margin-bottom:18px}
}

@media (max-width:980px){
  .site-header{top:12px}.header-shell{width:calc(100% - 24px);min-height:66px;padding:8px 10px 8px 14px;border-radius:18px}.brand img{width:158px}.header-cta{display:none}.nav-toggle{display:flex}.main-nav{position:absolute;top:76px;left:0;right:0;padding:10px;display:flex;flex-direction:column;align-items:stretch;background:rgba(17,18,20,.96);border:1px solid rgba(255,255,255,.12);border-radius:18px;box-shadow:0 20px 60px rgba(0,0,0,.3);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);opacity:0;visibility:hidden;transform:translateY(-8px);transition:.25s ease}.main-nav.is-open{opacity:1;visibility:visible;transform:none}.main-nav a{padding:14px 15px}
  .hero-stage{min-height:auto;padding:120px 28px 120px;grid-template-columns:1fr;gap:38px}.hero-copy{padding-bottom:0;max-width:780px}.hero-visual{height:620px;max-width:680px;width:100%;margin:auto}.hero-image-wrap{width:100%;max-width:560px}.hero-strip{left:28px;right:28px;bottom:22px}.hero-float-top{right:2%}.hero-float-bottom{left:2%}
  .intro-grid,.models-head,.service-grid,.faq-grid,.contact-panel{grid-template-columns:1fr}.intro-copy{padding-top:0}.models-head{gap:15px}.models-head>p{max-width:620px}.model-card{grid-template-columns:1fr;min-height:0}.model-media{min-height:620px}.model-content{padding:48px}.model-card-dark .model-media{order:0}
  .security-features{grid-template-columns:1fr 1fr}.security-features article{display:flex;min-height:200px}.feature-icon{margin-bottom:0}.security-image{min-height:720px}
  .service-art{min-height:580px}.service-grid{gap:48px}.service-copy{max-width:790px}
  .faq-heading{position:static}.faq-grid{gap:35px}.contact-panel{gap:35px}.footer-main{grid-template-columns:1.2fr .8fr .8fr;gap:35px}
}

@media (max-width:720px){
  .container,.narrow{width:min(100% - 32px,1180px)}
  .section{padding:78px 0}
  html{scroll-padding-top:92px}
  .brand{min-width:0}.brand img{width:140px}.site-header.is-scrolled{top:8px}
  .hero-stage{padding:108px 18px 152px;background:radial-gradient(circle at 66% 40%,rgba(197,154,61,.1),transparent 28%),linear-gradient(160deg,#111214,#1d1f22)}
  .hero h1{font-size:clamp(2.75rem,13vw,4.2rem);line-height:.94;margin-bottom:18px}.hero-lead{font-size:.98rem;line-height:1.6}.hero-actions{align-items:stretch}.hero-actions .button{width:100%}.hero-note{font-size:.79rem}
  .hero-visual{height:480px;min-height:0}.hero-image-wrap{border-radius:24px;max-width:390px}.hero-float{padding:10px 12px;min-width:0}.hero-float-top{right:4px;top:11%}.hero-float-bottom{left:4px;bottom:9%}.glass-icon{width:36px;height:36px;border-radius:11px}.hero-float small{font-size:.62rem}.hero-float strong{font-size:.76rem}
  .hero-strip{grid-template-columns:1fr;left:18px;right:18px;bottom:18px;border-radius:16px}.hero-strip a{padding:9px 13px}.hero-strip a:nth-child(2),.hero-strip a:nth-child(3){display:none}
  h2{font-size:clamp(2.05rem,10vw,3rem)}.lead{font-size:1.02rem}.eyebrow{font-size:.68rem}
  .model-card{border-radius:24px}.model-media{min-height:470px}.model-content{padding:32px 24px}.model-specs{grid-template-columns:1fr 1fr}.model-specs div:last-child{grid-column:1/-1}.help-bar{align-items:flex-start;flex-direction:column}
  .security-image{min-height:520px;border-radius:22px}.security-features{grid-template-columns:1fr}.security-features article{min-height:0}.technical-switch{border-radius:22px}.tech-tabs{overflow:auto}.tech-tab{white-space:nowrap}.tech-panel{min-height:0;padding:8px}.tech-panel img{border-radius:14px}
  .service-art{min-height:490px}.service-card-image{right:26px}.service-chip{right:0;bottom:28px;min-width:210px}.service-copy h2{font-size:clamp(2.25rem,10vw,3.2rem)}
  .steps-grid{grid-template-columns:1fr}.step-card{min-height:260px}.step-icon{margin-bottom:48px}
  .faq-list summary{padding-right:42px}.faq-list details p{padding-right:20px}
  .contact-panel{padding:30px 22px;border-radius:26px}.contact-copy h2{font-size:clamp(2.25rem,10vw,3.2rem)}.contact-actions{align-items:stretch}.contact-actions .button{width:100%}
  .footer-main{grid-template-columns:1fr;gap:30px}.footer-brand img{width:205px}.footer-bottom{align-items:flex-start;flex-direction:column;padding-bottom:18px}.whatsapp-float{width:52px;height:52px;padding:0;justify-content:center}.whatsapp-float span:last-child{display:none}
  .cookie-banner-inner{align-items:stretch;flex-direction:column}.cookie-actions{width:100%}.cookie-actions button{flex:1}
}

@media (max-width:420px){
  .hero-stage{padding-inline:14px}.hero-strip{left:14px;right:14px}.hero-float{max-width:190px}.hero-float-bottom{bottom:6%}.model-media{min-height:420px}.security-image{min-height:470px}.service-art{min-height:440px}.service-chip{max-width:215px}
}

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

/* =====================================================
   V2 — refinamiento de escala, ritmo y consistencia
   ===================================================== */
:root{
  --radius:20px;
  --radius-lg:28px;
  --shadow:0 18px 50px rgba(17,18,20,.10);
  --shadow-soft:0 10px 28px rgba(17,18,20,.07);
}

.container{width:min(1140px,calc(100% - 48px))}
.section{padding:82px 0}
.button{min-height:46px;padding:12px 17px;border-radius:13px;font-size:.88rem}
.eyebrow{margin-bottom:12px;font-size:.68rem}
h2{font-size:clamp(2rem,3.15vw,3.15rem);margin-bottom:18px;line-height:1.06}
h3{font-size:clamp(1.35rem,1.8vw,1.8rem);line-height:1.08}
.lead{font-size:1.02rem;line-height:1.65}

/* Header un poco más liviano */
.site-header{top:14px}
.header-shell{width:min(92%,1340px);min-height:68px;padding:8px 10px 8px 16px;border-radius:19px;gap:20px}
.brand img{width:158px;max-height:42px}
.main-nav a{font-size:.86rem;padding:9px 11px}
.header-cta{padding:10px 14px;font-size:.81rem;border-radius:12px}
.header-phone{font-size:.77rem}
.site-header.is-scrolled .header-shell{min-height:62px}

/* Hero más proporcionado y editorial */
.hero-stage{min-height:min(820px,100svh);padding:118px clamp(28px,4.5vw,72px) 106px;grid-template-columns:minmax(0,1fr) minmax(340px,.72fr);gap:clamp(28px,5vw,68px)}
.hero-copy{max-width:640px;padding-bottom:54px}
.hero h1{font-size:clamp(3rem,5vw,4.85rem);line-height:.95;margin-bottom:18px;max-width:690px}
.hero-lead{max-width:590px;margin-bottom:24px;font-size:clamp(.95rem,1.1vw,1.05rem);line-height:1.62}
.hero-note{margin-top:15px;font-size:.8rem}
.hero-visual{height:min(560px,66svh);min-height:480px}
.hero-image-wrap{width:min(100%,450px);border-radius:27px}
.hero-float{min-width:190px;padding:11px 13px;border-radius:15px}
.glass-icon{width:38px;height:38px;border-radius:11px}
.hero-float small{font-size:.65rem}.hero-float strong{font-size:.8rem}
.hero-float-top{right:-10px}.hero-float-bottom{left:-24px}
.hero-strip{left:clamp(28px,4.5vw,72px);right:clamp(28px,4.5vw,72px);bottom:22px;border-radius:17px}
.hero-strip a{padding:12px 16px}.hero-strip strong{font-size:.82rem}.hero-strip small{font-size:.64rem}

/* Presentación */
.intro-grid{gap:clamp(42px,7vw,90px)}
.intro-copy{font-size:.95rem}.intro-copy p{line-height:1.7}
.signature-line{margin:22px 0}

/* Modelos: dos cards parejas lado a lado */
.models-head{grid-template-columns:1.2fr .58fr;gap:48px;margin-bottom:30px}
.models-head h2{max-width:720px}.models-head>p{font-size:.92rem;line-height:1.6}
.models-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;align-items:stretch}
.model-card{display:flex;flex-direction:column;min-height:0;margin-top:0;border-radius:24px;box-shadow:var(--shadow-soft)}
.model-media{min-height:0;height:auto;aspect-ratio:1.18/1;flex:0 0 auto}
.model-media img{object-position:center 46%}
.model-badge{top:16px;left:16px;padding:8px 11px;font-size:.65rem;border-radius:10px}
.model-content{padding:28px 28px 30px;display:flex;flex:1;justify-content:flex-start}
.model-kicker{font-size:.65rem;margin-bottom:8px}
.model-content h3{margin-bottom:12px;max-width:440px}
.model-content>p{font-size:.91rem;line-height:1.6;max-width:520px;margin-bottom:0}
.model-specs{gap:7px;margin:20px 0 18px;padding:14px 0}
.model-specs strong{font-size:1.18rem}.model-specs span{font-size:.68rem;line-height:1.35}
.feature-list{gap:7px;margin:0 0 22px;padding:0;min-height:86px}
.feature-list li{font-size:.82rem;line-height:1.5}
.model-content .button{margin-top:auto}
.help-bar{margin-top:18px;padding:17px 20px;border-radius:18px}
.help-bar strong{font-size:.9rem}.help-bar small{font-size:.76rem}

/* Seguridad */
.security-head{max-width:720px;margin-bottom:30px}.security-head>p:last-child{font-size:.93rem;line-height:1.65}
.security-showcase{grid-template-columns:1fr 1fr;gap:16px}
.security-image{min-height:500px;border-radius:23px}
.security-features{gap:10px}
.security-features article{min-height:0;padding:20px;border-radius:19px;gap:14px}
.feature-icon{width:42px;height:42px;flex-basis:42px;border-radius:12px}
.security-features h3{font-size:1.04rem;margin:6px 0 7px}.security-features p{font-size:.8rem;line-height:1.55}
.technical-switch{margin-top:18px;border-radius:22px}
.tech-tabs{padding:8px}.tech-tab{padding:9px 13px;font-size:.78rem}
.tech-panel{min-height:0;padding:10px}.tech-panel img{max-height:620px;border-radius:15px}

/* Service */
.service-grid{grid-template-columns:.85fr 1.15fr;gap:clamp(38px,6vw,76px)}
.service-art{min-height:470px}.service-card-image{right:52px;border-radius:25px}.service-chip{bottom:38px;min-width:215px;padding:15px;border-radius:15px}
.service-copy h2{font-size:clamp(2rem,3.35vw,3.2rem);max-width:640px}.service-copy>p{font-size:.94rem;line-height:1.65}.service-copy blockquote{margin:20px 0;padding:15px 18px;font-size:.92rem}

/* Pasos */
.steps-head{margin-bottom:28px}.steps-grid{gap:13px}
.step-card{min-height:235px;padding:24px;border-radius:20px}.step-number{font-size:3.5rem;right:18px;top:14px}.step-icon{width:47px;height:47px;border-radius:13px;margin-bottom:38px}.step-card h3{font-size:1.16rem}.step-card p{font-size:.84rem;line-height:1.58}.steps-cta{margin-top:22px}

/* FAQ */
.faq-grid{grid-template-columns:.78fr 1.22fr;gap:clamp(42px,6vw,78px)}
.faq-heading{top:112px}.faq-heading h2{font-size:clamp(2rem,3.2vw,3.1rem)}.faq-heading>p:last-child{font-size:.91rem}
.faq-list summary{padding:19px 44px 19px 0;font-size:.94rem}.faq-list details p{padding:0 44px 20px 0;font-size:.88rem;line-height:1.65}

/* Cierre */
.contact-section{padding:18px 0 72px}.contact-panel{border-radius:28px;padding:clamp(30px,4.5vw,52px);gap:46px}.contact-copy h2{font-size:clamp(2.05rem,3.35vw,3.25rem);max-width:650px}.contact-copy>p:not(.eyebrow){font-size:.94rem}.contact-actions{margin-top:22px}.contact-meta>div{padding:13px 14px;border-radius:14px}.contact-meta-icon{width:39px;height:39px;border-radius:11px}
.site-footer{padding-top:46px}.footer-main{gap:44px;padding-bottom:34px}.footer-brand img{width:205px}

@media (max-width:1180px){
  .hero-stage{padding-inline:34px}.hero-strip{left:34px;right:34px}
  .hero h1{font-size:clamp(2.85rem,6vw,4.4rem)}
  .security-showcase{grid-template-columns:1fr 1fr}.security-image{min-height:500px}.security-features{grid-template-columns:1fr 1fr}.security-features article{display:flex;min-height:0}.feature-icon{margin-bottom:0}
}

@media (max-width:980px){
  .section{padding:70px 0}
  .hero-stage{padding:108px 24px 112px;gap:30px}.hero-visual{height:520px;max-width:600px}.hero-image-wrap{max-width:450px}.hero-strip{left:24px;right:24px}
  .models-grid{grid-template-columns:1fr 1fr;gap:14px}
  .model-card{display:flex;min-height:0}.model-media{min-height:0;aspect-ratio:1.05/1}.model-content{padding:24px}.model-specs{grid-template-columns:repeat(3,1fr)}
  .model-card-dark .model-media{order:0}
  .security-showcase{grid-template-columns:1fr}.security-image{min-height:560px}.security-features{grid-template-columns:repeat(4,1fr)}.security-features article{display:block}.feature-icon{margin-bottom:14px}
  .service-art{min-height:470px}.service-grid{gap:40px}
}

@media (max-width:760px){
  .container,.narrow{width:min(100% - 30px,1140px)}
  .section{padding:60px 0}
  .header-shell{width:calc(100% - 20px);min-height:62px;border-radius:16px}.brand img{width:132px}
  .hero-stage{padding:96px 15px 128px}.hero h1{font-size:clamp(2.5rem,11.5vw,3.45rem);line-height:.96}.hero-lead{font-size:.92rem}.hero-visual{height:430px}.hero-image-wrap{max-width:350px;border-radius:22px}
  .hero-float{padding:9px 10px;max-width:178px}.hero-float strong{font-size:.72rem}.hero-float small{font-size:.58rem}
  .hero-strip{left:15px;right:15px}.hero-strip a{padding:8px 11px}
  h2{font-size:clamp(1.85rem,8.8vw,2.55rem)}
  .models-head{margin-bottom:22px}
  .models-grid{grid-template-columns:1fr;gap:14px}
  .model-card{border-radius:20px}.model-media{aspect-ratio:1.25/1}.model-content{padding:23px 21px 24px}.feature-list{min-height:0}.model-specs{grid-template-columns:repeat(3,1fr)}.model-specs div:last-child{grid-column:auto}
  .security-image{min-height:430px}.security-features{grid-template-columns:1fr 1fr}.security-features article{display:flex}.feature-icon{margin-bottom:0}
  .service-art{min-height:410px}.service-copy h2{font-size:clamp(1.95rem,8.8vw,2.65rem)}
  .step-card{min-height:205px}.step-icon{margin-bottom:30px}
  .contact-copy h2{font-size:clamp(1.95rem,8.8vw,2.65rem)}
}

@media (max-width:520px){
  .hero-visual{height:390px}.hero-image-wrap{max-width:315px}.hero-float-top{right:0}.hero-float-bottom{left:0}
  .model-media{aspect-ratio:1.05/1}.model-specs{grid-template-columns:1fr 1fr}.model-specs div:last-child{grid-column:1/-1}
  .security-image{min-height:380px}.security-features{grid-template-columns:1fr}.security-features article{min-height:0}
  .service-art{min-height:375px}
}

/* =====================================================
   V3 — HERO EDITORIAL FULL-BLEED / REFERENCIA 21-09-2026
   ===================================================== */
.hero{
  position:relative;
  min-height:720px;
  height:100svh;
  max-height:940px;
  overflow:hidden;
  background:#0b0c0e;
  isolation:isolate;
}
.hero-bg{
  position:absolute;
  inset:0;
  z-index:-3;
  display:block;
  width:100%;
  height:100%;
}
.hero-bg img{
  display:block;
  width:100%;
  height:100%;
  max-width:none;
  object-fit:cover;
  object-position:center center;
}
.hero-shade{
  position:absolute;
  inset:0;
  z-index:-2;
  pointer-events:none;
  background:
    linear-gradient(90deg,rgba(5,6,7,.60) 0%,rgba(5,6,7,.36) 34%,rgba(5,6,7,.12) 58%,rgba(5,6,7,0) 75%),
    linear-gradient(180deg,rgba(5,6,7,.18) 0%,rgba(5,6,7,0) 52%,rgba(5,6,7,.16) 100%);
}
.hero-stage{
  position:relative;
  width:min(100%,1672px);
  height:100%;
  min-height:0;
  margin:0 auto;
  padding:142px clamp(58px,6.2vw,106px) 54px;
  display:flex;
  align-items:center;
  justify-content:flex-start;
  background:none;
  isolation:auto;
}
.hero-stage:before{display:none}
.hero-copy{
  position:relative;
  z-index:2;
  width:min(100%,610px);
  max-width:610px;
  padding:0;
  transform:translateY(-1.5%);
}
.hero .eyebrow{
  gap:14px;
  margin-bottom:22px;
  color:rgba(255,255,255,.88);
  font-size:.69rem;
  letter-spacing:.22em;
  white-space:nowrap;
}
.eyebrow-line{
  display:inline-block;
  width:42px;
  height:2px;
  border-radius:999px;
  background:linear-gradient(90deg,var(--gold-2),var(--gold));
  box-shadow:0 0 16px rgba(226,192,107,.18);
}
.hero h1{
  max-width:600px;
  margin:0 0 20px;
  color:#fff;
  font-size:clamp(3.25rem,4.55vw,4.55rem);
  line-height:.96;
  letter-spacing:-.058em;
  text-wrap:balance;
}
.hero h1 span{
  display:block;
  color:var(--gold-2);
}
.hero-lead{
  max-width:570px;
  margin:0 0 27px;
  color:rgba(255,255,255,.72);
  font-size:1.02rem;
  line-height:1.62;
}
.hero-actions{
  display:flex;
  align-items:center;
  gap:12px;
  flex-wrap:nowrap;
}
.hero-actions .button{
  min-height:52px;
  border-radius:14px;
  font-size:.9rem;
  padding:13px 19px;
}
.hero-actions .button-gold{min-width:258px}
.hero-actions .button-glass{min-width:165px}
.hero-note{
  display:flex;
  align-items:center;
  gap:9px;
  margin:16px 0 0;
  color:rgba(255,255,255,.67);
  font-size:.8rem;
}
.hero-note .icon{color:var(--gold-2)}
.hero-benefits{
  display:flex;
  align-items:stretch;
  gap:10px;
  margin-top:34px;
}
.hero-benefit{
  min-width:226px;
  display:flex;
  align-items:center;
  gap:12px;
  padding:12px 14px;
  border:1px solid rgba(255,255,255,.15);
  border-radius:16px;
  background:rgba(24,25,27,.48);
  box-shadow:0 12px 34px rgba(0,0,0,.10);
  -webkit-backdrop-filter:blur(13px) saturate(125%);
  backdrop-filter:blur(13px) saturate(125%);
  transition:transform .28s ease,background .28s ease,border-color .28s ease;
}
.hero-benefit:hover{
  transform:translateY(-3px);
  background:rgba(27,28,31,.60);
  border-color:rgba(226,192,107,.24);
}
.hero-benefit .glass-icon{
  width:42px;
  height:42px;
  flex:0 0 42px;
  border-radius:12px;
  background:rgba(255,255,255,.075);
  display:grid;
  place-items:center;
  color:var(--gold-2);
}
.hero-benefit .glass-icon .icon{font-size:1.08rem}
.hero-benefit>span:last-child{display:flex;flex-direction:column;min-width:0}
.hero-benefit strong{
  color:#fff;
  font-size:.82rem;
  line-height:1.25;
  letter-spacing:-.01em;
}
.hero-benefit small{
  margin-top:3px;
  color:rgba(255,255,255,.54);
  font-size:.68rem;
  line-height:1.3;
}

/* Header ajustado al nuevo hero */
.site-header{top:17px}
.header-shell{
  width:min(90%,1450px);
  min-height:72px;
  padding:9px 11px 9px 17px;
  border-radius:20px;
  border-color:rgba(255,255,255,.17);
  background:rgba(18,19,21,.45);
  box-shadow:0 10px 34px rgba(0,0,0,.09);
  -webkit-backdrop-filter:blur(16px) saturate(128%);
  backdrop-filter:blur(16px) saturate(128%);
}
.brand img{width:164px;max-height:44px}
.main-nav{gap:1px}
.main-nav a{font-size:.82rem;padding:9px 10px}
.header-phone{font-size:.76rem}
.header-cta{padding:11px 15px;font-size:.78rem;border-radius:13px}
.site-header.is-scrolled{top:9px}
.site-header.is-scrolled .header-shell{
  min-height:64px;
  background:rgba(16,17,19,.82);
  border-color:rgba(255,255,255,.12);
  box-shadow:0 12px 34px rgba(0,0,0,.14);
}

@media (max-width:1180px){
  .header-shell{width:94%}
  .header-phone span:last-child{display:none}
  .hero-stage{padding-left:46px;padding-right:46px}
  .hero-copy{max-width:570px}
  .hero h1{font-size:clamp(3.05rem,5.7vw,4.25rem)}
}

@media (max-width:980px){
  .site-header{top:12px}
  .header-shell{width:calc(100% - 28px);min-height:66px;border-radius:17px;padding:8px 10px 8px 14px}
  .brand img{width:148px}
  .header-cta,.header-phone{display:none}
  .nav-toggle{display:flex;background:rgba(255,255,255,.04)}
  .main-nav{
    position:absolute;
    top:76px;
    left:0;
    right:0;
    padding:10px;
    display:flex;
    flex-direction:column;
    align-items:stretch;
    background:rgba(15,16,18,.94);
    border:1px solid rgba(255,255,255,.12);
    border-radius:17px;
    box-shadow:0 20px 60px rgba(0,0,0,.28);
    -webkit-backdrop-filter:blur(18px);
    backdrop-filter:blur(18px);
    opacity:0;
    visibility:hidden;
    transform:translateY(-8px);
    transition:.25s ease;
  }
  .main-nav.is-open{opacity:1;visibility:visible;transform:none}
  .main-nav a{padding:13px 14px;font-size:.88rem}

  .hero{
    min-height:760px;
    height:100svh;
    max-height:none;
  }
  .hero-stage{
    width:100%;
    height:100%;
    padding:116px 28px 46px;
    align-items:flex-start;
  }
  .hero-copy{
    width:min(100%,560px);
    max-width:560px;
    transform:none;
    margin-top:5.5vh;
  }
  .hero .eyebrow{font-size:.64rem;margin-bottom:18px}
  .hero h1{max-width:535px;font-size:clamp(2.8rem,8vw,3.75rem)}
  .hero-lead{max-width:520px;font-size:.94rem}
  .hero-benefits{margin-top:26px}
}

@media (max-width:760px){
  .hero{
    min-height:800px;
    height:max(100svh,800px);
  }
  .hero-bg img{object-position:center center}
  .hero-shade{
    background:
      linear-gradient(90deg,rgba(5,6,7,.54) 0%,rgba(5,6,7,.26) 58%,rgba(5,6,7,.02) 100%),
      linear-gradient(180deg,rgba(5,6,7,.32) 0%,rgba(5,6,7,.18) 45%,rgba(5,6,7,.02) 72%,rgba(5,6,7,.11) 100%);
  }
  .site-header{top:12px}
  .header-shell{width:calc(100% - 24px);min-height:62px;border-radius:16px;padding:7px 9px 7px 13px}
  .brand img{width:143px;max-height:39px}
  .nav-toggle{width:42px;height:42px}

  .hero-stage{
    padding:102px 24px 38px;
    align-items:flex-start;
  }
  .hero-copy{
    margin-top:5vh;
    max-width:500px;
  }
  .hero .eyebrow{
    gap:11px;
    margin-bottom:17px;
    font-size:.58rem;
    letter-spacing:.19em;
  }
  .eyebrow-line{width:34px}
  .hero h1{
    max-width:470px;
    margin-bottom:16px;
    font-size:clamp(2.55rem,11.4vw,3.18rem);
    line-height:.97;
  }
  .hero-lead{
    max-width:445px;
    margin-bottom:21px;
    font-size:.88rem;
    line-height:1.55;
  }
  .hero-actions{
    width:min(100%,430px);
    flex-direction:column;
    align-items:stretch;
    gap:9px;
  }
  .hero-actions .button{
    width:100%;
    min-width:0;
    min-height:48px;
    padding:12px 15px;
    border-radius:13px;
    font-size:.86rem;
  }
  .hero-note{
    max-width:420px;
    margin-top:14px;
    font-size:.72rem;
  }
  .hero-benefits{
    margin-top:27px;
    width:min(100%,260px);
  }
  .hero-benefit{
    min-width:0;
    width:100%;
    padding:10px 12px;
    border-radius:15px;
  }
  .hero-benefit-secondary{display:none}
  .hero-benefit .glass-icon{width:39px;height:39px;flex-basis:39px}
  .hero-benefit strong{font-size:.77rem}
  .hero-benefit small{font-size:.64rem}
}

@media (max-width:520px){
  .hero-stage{padding-left:18px;padding-right:18px}
  .hero-copy{margin-top:4.5vh}
  .hero .eyebrow{font-size:.54rem;letter-spacing:.16em}
  .hero h1{font-size:clamp(2.38rem,11.2vw,2.9rem);max-width:420px}
  .hero-lead{font-size:.84rem;max-width:390px}
  .hero-actions{max-width:390px}
  .hero-note{font-size:.69rem}
  .hero-benefits{margin-top:24px;max-width:245px}
}

@media (max-width:390px){
  .brand img{width:132px}
  .hero-stage{padding-left:16px;padding-right:16px}
  .hero .eyebrow{font-size:.50rem;gap:9px}
  .eyebrow-line{width:28px}
  .hero h1{font-size:2.32rem}
  .hero-lead{font-size:.82rem}
  .hero-benefits{max-width:232px}
}

/* =====================================================
   V5 — HERO REFINADO / 21-09-2026
   ===================================================== */
.hero{min-height:720px;height:100svh;max-height:940px}
.hero-bg img{object-position:72% center}
.hero-shade{
  background:
    linear-gradient(90deg,rgba(4,5,6,.84) 0%,rgba(4,5,6,.69) 28%,rgba(4,5,6,.31) 48%,rgba(4,5,6,.06) 68%,rgba(4,5,6,0) 100%),
    linear-gradient(180deg,rgba(4,5,6,.15) 0%,rgba(4,5,6,0) 58%,rgba(4,5,6,.26) 100%);
}
.hero-stage{padding:132px clamp(58px,5.8vw,96px) 110px;align-items:center}
.hero-copy{width:min(100%,598px);max-width:598px;transform:translateY(-1%)}
.hero h1{font-size:clamp(3.2rem,4.7vw,4.7rem);max-width:610px;line-height:.95}
.hero-lead{max-width:560px;font-size:clamp(.98rem,1.08vw,1.04rem);line-height:1.6}
.hero-actions .button{min-height:54px;font-size:.95rem}
.hero-actions .button-gold{min-width:244px}
.hero-actions .button-glass{min-width:170px}
.hero-note{margin-top:14px;font-size:.79rem}

.hero-float{
  position:absolute;z-index:4;display:flex;align-items:center;gap:11px;
  min-width:186px;padding:11px 13px;border:1px solid rgba(255,255,255,.18);
  border-radius:16px;background:rgba(28,29,31,.5);color:#fff;
  box-shadow:0 14px 40px rgba(0,0,0,.16);
  -webkit-backdrop-filter:blur(16px) saturate(130%);backdrop-filter:blur(16px) saturate(130%);
}
.hero-float .glass-icon{width:39px;height:39px;flex:0 0 39px;border-radius:12px;background:rgba(255,255,255,.08);display:grid;place-items:center;color:var(--gold-2)}
.hero-float>span:last-child{display:flex;flex-direction:column}
.hero-float small{font-size:.63rem;color:rgba(255,255,255,.55);margin-bottom:2px}
.hero-float strong{font-size:.77rem}
.hero-float-security{top:31%;right:28%}
.hero-float-zone{right:5.2%;bottom:33%}
.hero-strip{left:clamp(58px,5.8vw,96px);right:clamp(58px,5.8vw,96px);bottom:22px;background:rgba(25,26,28,.48);border-color:rgba(255,255,255,.14);-webkit-backdrop-filter:blur(18px) saturate(120%);backdrop-filter:blur(18px) saturate(120%)}
.hero-strip a{padding:12px 17px}

.header-shell{background:rgba(18,19,21,.46);border-color:rgba(255,255,255,.13);box-shadow:0 12px 40px rgba(0,0,0,.15);-webkit-backdrop-filter:blur(18px) saturate(125%);backdrop-filter:blur(18px) saturate(125%)}

@media (max-width:1180px){
  .hero-copy{max-width:560px}
  .hero h1{font-size:clamp(3rem,4.45vw,4.25rem)}
  .hero-float-security{right:24%}
  .hero-float-zone{right:2.5%}
}

@media (max-width:980px){
  .hero{min-height:900px;height:auto;max-height:none}
  .hero-stage{min-height:900px;padding:124px 28px 116px;align-items:flex-start}
  .hero-copy{margin-top:4vh;transform:none;max-width:610px}
  .hero h1{font-size:clamp(2.85rem,6vw,4rem)}
  .hero-float-security{top:auto;left:auto;right:7%;bottom:25%}
  .hero-float-zone{display:none}
  .hero-strip{left:28px;right:28px;bottom:22px}
}

@media (max-width:760px){
  .hero{height:auto;max-height:none}
  .hero-bg img{object-position:66% center}
  .hero-shade{
    background:
      linear-gradient(180deg,rgba(4,5,6,.78) 0%,rgba(4,5,6,.68) 20%,rgba(4,5,6,.44) 42%,rgba(4,5,6,.12) 61%,rgba(4,5,6,.03) 76%,rgba(4,5,6,.15) 100%),
      linear-gradient(90deg,rgba(4,5,6,.36) 0%,rgba(4,5,6,.10) 78%,rgba(4,5,6,0) 100%);
  }
  .header-shell{width:calc(100% - 28px);min-height:66px;padding:8px 10px 8px 14px;border-radius:18px;background:rgba(18,19,21,.5)}
  .brand img{width:142px}
  .hero-stage{padding:122px 22px 88px;display:block}
  .hero-copy{margin-top:42px;width:100%;max-width:500px}
  .hero .eyebrow{margin-bottom:18px;font-size:.55rem;letter-spacing:.16em;white-space:normal}
  .hero h1{max-width:470px;margin-bottom:16px;font-size:clamp(2.46rem,10.7vw,3.08rem);line-height:.95}
  .hero-lead{max-width:430px;margin-bottom:21px;font-size:.86rem;line-height:1.56}
  .hero-actions{max-width:360px;gap:10px}
  .hero-actions .button{min-height:50px;font-size:.84rem;padding:0 20px}
  .hero-actions .button-gold,.hero-actions .button-glass{min-width:0;width:100%}
  .hero-note{margin-top:14px;font-size:.7rem}
  .hero-float-security{left:22px;right:auto;bottom:146px;min-width:0;width:auto;max-width:220px;padding:9px 12px}
  .hero-float-zone{display:none}
  .hero-strip{display:none}
}

@media (max-width:520px){
  .hero{}
  .hero-stage{padding:114px 18px 76px}
  .hero-copy{margin-top:36px;max-width:455px}
  .hero h1{font-size:clamp(2.3rem,10.9vw,2.82rem);max-width:400px}
  .hero-lead{font-size:.82rem;max-width:385px}
  .hero-actions{max-width:100%}
  .hero-float-security{left:18px;bottom:120px;max-width:208px}
}

@media (max-width:390px){
  .hero{}
  .hero-stage{padding-left:16px;padding-right:16px}
  .brand img{width:132px}
  .hero h1{font-size:2.18rem}
  .hero-lead{font-size:.79rem}
  .hero-float-security{left:16px;bottom:104px}
}


/* =====================================================
   V6 — HERO MÁS PARECIDO A REFERENCIA + ICONOS
   ===================================================== */
.main-nav a{display:flex;align-items:center;gap:9px;padding:10px 11px}
.nav-link-icon{width:26px;height:26px;border-radius:9px;display:grid;place-items:center;background:rgba(255,255,255,.06);color:var(--gold-2);flex:0 0 26px;transition:background .25s ease,transform .25s ease,color .25s ease}
.main-nav a:hover .nav-link-icon,.main-nav a:focus-visible .nav-link-icon{background:rgba(197,154,61,.16);transform:translateY(-1px);color:var(--gold)}
.main-nav a span:last-child{white-space:nowrap}

.hero-stage{padding:138px clamp(64px,6vw,102px) 118px;gap:clamp(34px,5vw,74px)}
.hero-copy{max-width:564px;transform:translateY(-2.5%)}
.hero h1{font-size:clamp(3.05rem,4.5vw,4.45rem);max-width:560px;letter-spacing:-.045em}
.hero-lead{max-width:520px;font-size:clamp(.96rem,1vw,1.02rem);line-height:1.58;color:rgba(255,255,255,.69)}
.hero-actions{gap:14px}
.hero-actions .button{min-height:56px;border-radius:16px}
.hero-note{margin-top:16px;font-size:.78rem;color:rgba(255,255,255,.56)}
.hero-bg img{object-position:74% center}
.hero-float{background:rgba(29,30,33,.47)}
.hero-float-security{top:32%;right:29%}
.hero-float-zone{right:6%;bottom:32%}
.hero-strip{left:clamp(64px,6vw,102px);right:clamp(64px,6vw,102px);bottom:24px;grid-template-columns:repeat(3,1fr);gap:1px}
.hero-strip a{padding:14px 18px;gap:12px}
.strip-icon{width:38px;height:38px;flex:0 0 38px;border-radius:12px;display:grid;place-items:center;background:rgba(255,255,255,.06);color:var(--gold-2)}
.strip-icon .icon{font-size:1rem}
.hero-strip strong{font-size:.83rem}
.hero-strip small{font-size:.63rem;letter-spacing:.04em}

@media (max-width:1180px){
  .main-nav a{padding:9px 9px;gap:8px}
  .nav-link-icon{width:24px;height:24px;flex-basis:24px;border-radius:8px}
  .hero-stage{padding-left:52px;padding-right:52px}
  .hero-copy{max-width:532px}
  .hero h1{font-size:clamp(2.9rem,4.1vw,4rem)}
  .hero-bg img{object-position:76% center}
  .hero-strip{left:52px;right:52px}
}

@media (max-width:980px){
  .main-nav a{padding:13px 14px}
  .nav-link-icon{width:28px;height:28px;flex-basis:28px}
  .hero-stage{padding:124px 28px 118px}
  .hero-copy{max-width:560px;transform:none}
  .hero h1{font-size:clamp(2.8rem,6vw,3.9rem);max-width:560px}
  .hero-lead{max-width:500px}
  .hero-strip{left:28px;right:28px}
}

@media (max-width:760px){
  .main-nav a{gap:10px}
  .nav-link-icon{width:30px;height:30px;flex-basis:30px;border-radius:10px}
  .hero{}
  .hero-bg img{object-position:67% center}
  .hero-stage{padding:124px 22px 92px}
  .hero-copy{margin-top:48px;max-width:465px}
  .hero h1{max-width:430px;font-size:clamp(2.34rem,10.3vw,2.95rem);line-height:.94}
  .hero-lead{max-width:392px;font-size:.84rem;line-height:1.54}
  .hero-actions{max-width:346px;gap:11px}
  .hero-actions .button{min-height:50px;font-size:.83rem;padding:0 18px}
  .hero-float-security{bottom:150px;max-width:214px}
}

@media (max-width:520px){
  .hero{}
  .hero-stage{padding:116px 18px 78px}
  .hero-copy{margin-top:40px;max-width:420px}
  .hero h1{max-width:386px;font-size:clamp(2.22rem,10.6vw,2.72rem)}
  .hero-lead{max-width:360px;font-size:.8rem}
  .hero-float-security{left:18px;bottom:124px;max-width:204px}
}

@media (max-width:390px){
  .hero{}
  .hero-stage{}
  .hero h1{font-size:2.08rem}
  .hero-float-security{left:16px;bottom:108px}
}


/* =====================================================
   V7 — AJUSTE FINO DE PROPORCIONES Y ESPACIADO
   ===================================================== */
.hero-stage{padding:134px clamp(66px,6.2vw,108px) 124px;gap:clamp(40px,5.6vw,82px)}
.hero-copy{max-width:548px;transform:translateY(-2%)}
.hero h1{max-width:548px;font-size:clamp(2.96rem,4.3vw,4.22rem);line-height:.95;letter-spacing:-.047em;margin-bottom:20px}
.hero-lead{max-width:500px;font-size:clamp(.94rem,.98vw,1rem);line-height:1.6;margin-bottom:26px;color:rgba(255,255,255,.68)}
.hero-actions{gap:14px;margin-bottom:0}
.hero-actions .button{min-height:55px;padding-inline:24px}
.hero-note{margin-top:17px;font-size:.77rem}
.hero-float-security{top:31%;right:28.5%}
.hero-float-zone{right:5.8%;bottom:34%}
.hero-strip{left:clamp(66px,6.2vw,108px);right:clamp(66px,6.2vw,108px);bottom:34px;border-radius:18px}
.hero-strip a{padding:13px 18px}
.hero-strip strong{font-size:.81rem}
.hero-strip small{font-size:.62rem}

@media (max-width:1180px){
  .hero-stage{padding-left:54px;padding-right:54px;padding-bottom:122px;gap:clamp(34px,5vw,66px)}
  .hero-copy{max-width:520px}
  .hero h1{font-size:clamp(2.82rem,4vw,3.85rem);max-width:520px}
  .hero-lead{max-width:480px}
  .hero-strip{left:54px;right:54px;bottom:30px}
}

@media (max-width:980px){
  .hero-stage{padding:122px 30px 122px;gap:32px}
  .hero-copy{max-width:540px;margin-top:4.5vh}
  .hero h1{font-size:clamp(2.72rem,5.85vw,3.72rem);max-width:530px}
  .hero-lead{max-width:480px;font-size:.93rem}
  .hero-strip{left:30px;right:30px;bottom:28px}
}

@media (max-width:760px){
  .hero{}
  .hero-stage{padding:126px 24px 96px}
  .hero-copy{margin-top:50px;max-width:452px}
  .hero h1{max-width:408px;font-size:clamp(2.26rem,9.9vw,2.82rem);margin-bottom:15px}
  .hero-lead{max-width:374px;font-size:.82rem;line-height:1.53;margin-bottom:20px}
  .hero-actions{max-width:342px;gap:10px}
  .hero-actions .button{min-height:49px;font-size:.82rem}
  .hero-note{font-size:.69rem}
  .hero-float-security{bottom:156px;max-width:210px}
}

@media (max-width:520px){
  .hero{}
  .hero-stage{padding:118px 18px 80px}
  .hero-copy{margin-top:42px;max-width:408px}
  .hero h1{max-width:372px;font-size:clamp(2.15rem,10.2vw,2.62rem)}
  .hero-lead{max-width:350px;font-size:.79rem}
  .hero-float-security{bottom:128px;max-width:198px}
}

@media (max-width:390px){
  .hero{}
  .hero-stage{}
  .hero h1{font-size:2.02rem}
  .hero-float-security{bottom:112px}
}


/* =====================================================
   V8 — HERO MÁS CONTENIDO + MODELOS REARMADOS
   ===================================================== */
.hero-bg img{object-position:78% center}
.hero-stage{grid-template-columns:minmax(0,.88fr) minmax(340px,.72fr)}
.hero-copy{max-width:536px}
.hero h1{max-width:530px;font-size:clamp(2.9rem,4.1vw,4.06rem)}
.hero-lead{max-width:488px}
.hero-float-security{right:24.8%;top:33%}
.hero-float-zone{right:4.6%;bottom:35%}
.hero-strip{bottom:38px}

.models-showcase{display:grid;gap:34px;margin-top:28px}
.model-editorial{display:grid;border:1px solid var(--line);border-radius:30px;overflow:hidden;background:#fff;box-shadow:var(--shadow-soft)}
.model-editorial-reverse .model-editorial-media{order:2}
.model-editorial-reverse .model-editorial-content{order:1}
.model-editorial-media{overflow:hidden;display:flex;background:linear-gradient(180deg,#f3eee6,#ede4d5)}
.model-editorial-media-dark{background:linear-gradient(180deg,#1f2124,#17181b)}
.model-editorial-media img{display:block;filter:drop-shadow(0 24px 48px rgba(0,0,0,.18))}
.model-media-chip{position:absolute;left:26px;bottom:24px;display:flex;align-items:center;gap:12px;padding:12px 14px;border-radius:16px;background:rgba(17,18,20,.58);color:#fff;border:1px solid rgba(255,255,255,.14);box-shadow:0 16px 32px rgba(0,0,0,.18);-webkit-backdrop-filter:blur(14px) saturate(125%);backdrop-filter:blur(14px) saturate(125%)}
.model-media-chip small{display:block;color:rgba(255,255,255,.58);font-size:.65rem;margin-bottom:2px}.model-media-chip strong{font-size:.82rem}
.model-editorial-content{padding:clamp(32px,4vw,56px);display:flex;flex-direction:column;justify-content:center;gap:0}
.model-editorial-content h3{margin:0 0 14px;max-width:520px}
.model-editorial-lead{margin:0 0 24px;max-width:560px;font-size:.98rem;line-height:1.68;color:#5a5d62}
.model-editorial-content-dark{background:var(--ink-2);color:#fff}
.model-editorial-content-dark h3,.model-editorial-content-dark .model-kicker{color:#fff}
.model-editorial-content-dark .model-editorial-lead{color:rgba(255,255,255,.66)}
.model-points{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:0 0 22px}
.model-points article{padding:16px 14px;border-radius:18px;border:1px solid var(--line);background:#fcfbf8;display:flex;flex-direction:column;gap:6px;min-height:124px}
.model-editorial-content-dark .model-points article{background:rgba(255,255,255,.04);border-color:rgba(255,255,255,.1)}
.model-point-icon{width:42px;height:42px;border-radius:13px;display:grid;place-items:center;background:rgba(197,154,61,.11);color:var(--gold-2)}
.model-editorial-content-dark .model-point-icon{background:rgba(197,154,61,.14)}
.model-points strong{font-size:1.28rem;letter-spacing:-.04em}
.model-points small{font-size:.73rem;line-height:1.4;color:var(--muted)}
.model-editorial-content-dark .model-points small{color:rgba(255,255,255,.6)}
.model-benefits-list{list-style:none;padding:0;margin:0 0 26px;display:grid;gap:11px}
.model-benefits-list li{position:relative;padding-left:28px;font-size:.92rem;line-height:1.6;color:#54585d}
.model-benefits-list li:before{content:"";position:absolute;left:0;top:.6em;width:9px;height:9px;border-radius:50%;background:var(--gold)}
.model-editorial-content-dark .model-benefits-list li{color:rgba(255,255,255,.66)}
.model-editorial-content .button{align-self:flex-start}

.model-compare{margin-top:28px;padding:30px;border-radius:28px;background:linear-gradient(180deg,#fff,#f8f5ef);border:1px solid var(--line);box-shadow:var(--shadow-soft)}
.model-compare-head{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:20px;align-items:end;margin-bottom:18px}
.model-compare-head h3{margin:0;max-width:620px}.model-compare-head p:last-child{max-width:360px;margin:0;color:var(--muted);line-height:1.65}
.model-compare-table-wrap{overflow:auto}
.model-compare-table{width:100%;border-collapse:collapse;min-width:620px}
.model-compare-table th,.model-compare-table td{padding:15px 16px;border-top:1px solid var(--line);text-align:left}
.model-compare-table thead th{border-top:0;padding-top:6px;padding-bottom:14px;font-size:.8rem;letter-spacing:.04em;text-transform:uppercase;color:#7a7e83}
.model-compare-table tbody td:first-child{font-weight:700;color:var(--ink)}
.model-compare-table tbody td:not(:first-child){font-weight:600}
.model-compare-table tbody tr:nth-child(even){background:rgba(17,18,20,.02)}

@media (max-width:1180px){
  .hero-bg img{object-position:79% center}
  .hero-stage{grid-template-columns:minmax(0,.92fr) minmax(320px,.68fr)}
  .hero-copy{max-width:510px}
  .hero h1{font-size:clamp(2.76rem,3.8vw,3.82rem)}
}

@media (max-width:980px){
  .hero-bg img{object-position:82% center}
  .hero-stage{grid-template-columns:1fr;gap:32px}
  .hero-copy{max-width:560px}
  .hero-float-security{right:6%;top:auto;bottom:28%}
  .hero-float-zone{display:none}
  .model-editorial-reverse .model-editorial-media,.model-editorial-reverse .model-editorial-content{order:initial}
  .model-compare-head{grid-template-columns:1fr}
}

@media (max-width:760px){
  .hero-bg img{object-position:73% center}
  .hero-stage{}
  .hero-copy{max-width:440px}
  .hero h1{max-width:404px;font-size:clamp(2.18rem,9.5vw,2.72rem)}
  .hero-lead{max-width:368px}
  .hero-float-security{bottom:160px}
  .hero-strip{bottom:26px}
  .model-editorial{border-radius:24px}
  .model-media-chip{left:18px;bottom:18px}
  .model-editorial-content{padding:26px 22px 28px}
  .model-points{grid-template-columns:1fr;gap:10px}
  .model-points article{min-height:0;display:grid;grid-template-columns:auto 1fr;column-gap:12px;row-gap:2px;align-items:center}
  .model-point-icon{grid-row:1 / span 2}
  .model-benefits-list li{font-size:.86rem}
  .model-compare{padding:22px 18px;border-radius:22px}
  .model-compare-table{min-width:560px}
}

@media (max-width:520px){
  .hero-bg img{object-position:72% center}
  .hero-stage{}
  .hero-copy{max-width:404px}
  .hero h1{max-width:368px;font-size:clamp(2.06rem,9.8vw,2.52rem)}
  .hero-lead{max-width:344px;font-size:.78rem}
  .model-editorial-content{padding:24px 18px 26px}
  .model-editorial-lead{font-size:.9rem;margin-bottom:20px}
  .model-points strong{font-size:1.16rem}
  .model-compare-head h3{font-size:1.6rem}
}


/* =====================================================
   V9 — INFOGRAFIAS DE DESGLOSE INTEGRADAS EN MODELOS
   ===================================================== */
.model-editorial{grid-template-columns:minmax(360px,.92fr) minmax(0,1fr);align-items:stretch}
.model-editorial-media{background:#f7f4ee}
.model-editorial-media-dark{background:#121315}
.model-editorial-media img{display:block;filter:none;border-radius:18px}
.model-media-chip{display:none}
.model-editorial-content{padding:clamp(30px,3.8vw,52px)}
.model-editorial-content h3{margin-bottom:12px}
.model-editorial-lead{margin-bottom:22px;max-width:530px}
.model-points{margin-bottom:20px}
.model-benefits-list{margin-bottom:24px}

@media (max-width:1180px){
}

@media (max-width:980px){
}

@media (max-width:760px){
  .model-editorial-media img{border-radius:14px}
}

@media (max-width:520px){
  .model-editorial-content{padding:22px 18px 24px}
}


/* =====================================================
   V10 — SIN SECCION TECNICA + COMPARATIVA MÁS VISUAL
   ===================================================== */
.compare-cards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;margin-top:18px}
.compare-card{border-radius:28px;padding:28px 24px 24px;border:1px solid var(--line);background:linear-gradient(180deg,#fff,#f8f4ec);box-shadow:var(--shadow-soft)}
.compare-card-dark{background:linear-gradient(180deg,#1b1d20,#111214);border-color:rgba(255,255,255,.08);color:#fff}
.compare-card-top{margin-bottom:18px}
.compare-card-top h4{margin:10px 0 10px;font-size:2rem;letter-spacing:-.04em}
.compare-card-top p{margin:0;line-height:1.65;color:var(--muted)}
.compare-card-dark .compare-card-top p{color:rgba(255,255,255,.64)}
.compare-badge{display:inline-flex;align-items:center;min-height:34px;padding:0 14px;border-radius:999px;background:rgba(197,154,61,.12);color:#8b6a24;font-size:.78rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}
.compare-card-dark .compare-badge{background:rgba(197,154,61,.16);color:#e8c87d}
.compare-spec-list{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.compare-spec-list>div{display:flex;align-items:flex-start;gap:12px;padding:16px 14px;border-radius:18px;background:rgba(255,255,255,.72);border:1px solid rgba(17,18,20,.06)}
.compare-card-dark .compare-spec-list>div{background:rgba(255,255,255,.04);border-color:rgba(255,255,255,.08)}
.compare-icon{width:42px;height:42px;flex:0 0 42px;display:grid;place-items:center;border-radius:13px;background:#fff;color:var(--gold-2);box-shadow:0 6px 14px rgba(17,18,20,.06)}
.compare-card-dark .compare-icon{background:rgba(255,255,255,.06);box-shadow:none}
.compare-spec-list small{display:block;margin-bottom:3px;font-size:.72rem;line-height:1.4;color:#777b80}
.compare-spec-list strong{display:block;font-size:1rem;line-height:1.35;color:var(--ink)}
.compare-card-dark .compare-spec-list small{color:rgba(255,255,255,.55)}
.compare-card-dark .compare-spec-list strong{color:#fff}
.compare-highlight-bar{margin-top:18px;padding:18px 22px;border-radius:20px;border:1px solid var(--line);background:#fff;display:flex;align-items:center;justify-content:space-between;gap:22px;box-shadow:var(--shadow-soft)}
.compare-highlight-bar strong{display:block;margin-bottom:2px}
.compare-highlight-bar span{color:var(--muted);line-height:1.6}
.compare-highlight-bar b{color:var(--ink)}

@media (max-width:980px){
  .compare-cards{grid-template-columns:1fr}
  .compare-highlight-bar{flex-direction:column;align-items:flex-start}
}

@media (max-width:760px){
  .compare-card{padding:22px 18px 18px;border-radius:22px}
  .compare-card-top h4{font-size:1.72rem}
  .compare-spec-list{grid-template-columns:1fr}
  .compare-highlight-bar{padding:16px 18px;border-radius:18px}
}


/* =====================================================
   V11 — AJUSTES COMPARATIVA / FORM CONTACTO / SERVICE
   ===================================================== */
.compare-highlight-bar{display:none}

.service-art{position:relative;min-height:600px;display:flex;align-items:stretch}
.service-card-image{position:absolute;inset:0 72px 0 0;border-radius:30px;overflow:hidden;background:linear-gradient(180deg,#f5f1e8,#e9dfcf);box-shadow:var(--shadow-soft);display:flex;align-items:flex-end;justify-content:center;padding:26px}
.service-card-image img{width:100%;height:100%;max-width:430px;object-fit:contain;object-position:center bottom;filter:drop-shadow(0 20px 40px rgba(17,18,20,.18))}
.service-chip{right:0;bottom:46px}

.contact-panel{grid-template-columns:minmax(0,1fr) minmax(340px,.92fr);gap:42px;align-items:start}
.contact-stack{display:grid;gap:22px}
.contact-form-wrap{position:relative;z-index:1;padding:22px;border-radius:26px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.09);box-shadow:0 20px 40px rgba(0,0,0,.14);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}
.contact-form-head h3{margin:8px 0 8px;color:#fff;font-size:1.7rem;letter-spacing:-.03em}.contact-form-head p{margin:0 0 18px;color:rgba(255,255,255,.58);font-size:.92rem;line-height:1.6}
.form-alert{margin-bottom:14px;padding:13px 14px;border-radius:14px;background:rgba(182,54,54,.16);border:1px solid rgba(255,255,255,.1);color:#fff;font-size:.9rem;line-height:1.5}
.contact-form{display:grid;gap:16px}.contact-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.contact-form label{display:grid;gap:7px}.contact-form label span{font-size:.78rem;font-weight:700;color:rgba(255,255,255,.72);letter-spacing:.02em}.contact-form .full-width{grid-column:1/-1}
.contact-form input,.contact-form textarea{width:100%;min-width:0;border:1px solid rgba(255,255,255,.1);background:rgba(255,255,255,.06);color:#fff;border-radius:16px;padding:14px 15px;font:inherit;outline:none;transition:border-color .2s ease,background .2s ease,box-shadow .2s ease}
.contact-form input::placeholder,.contact-form textarea::placeholder{color:rgba(255,255,255,.35)}
.contact-form input:focus,.contact-form textarea:focus{border-color:rgba(226,192,107,.65);background:rgba(255,255,255,.08);box-shadow:0 0 0 3px rgba(226,192,107,.12)}
.contact-form textarea{resize:vertical;min-height:128px}
.contact-check{display:flex !important;align-items:flex-start;gap:10px}.contact-check input{margin-top:4px;width:16px;height:16px;accent-color:var(--gold)}.contact-check span{font-size:.8rem !important;font-weight:500 !important;line-height:1.5;color:rgba(255,255,255,.6) !important}
.hp-field{position:absolute !important;left:-9999px !important;opacity:0 !important;pointer-events:none !important}

@media (max-width:980px){
  .contact-panel{grid-template-columns:1fr}
  .service-art{min-height:560px}
  .service-card-image{inset:0 56px 0 0;padding:22px}
}

@media (max-width:760px){
  .service-art{min-height:470px}.service-card-image{right:32px;padding:18px}.service-card-image img{max-width:310px}.service-chip{bottom:24px}
  .contact-form-grid{grid-template-columns:1fr}
  .contact-form-wrap{padding:18px;border-radius:22px}
}

@media (max-width:520px){
  .service-art{min-height:400px}.service-card-image{right:22px;padding:14px}.service-card-image img{max-width:260px}
}


/* =====================================================
   V12 — SERVICE REFINADO SEGÚN MOCKUP
   ===================================================== */
.service-section{position:relative;overflow:hidden;background:linear-gradient(180deg,#f7f3ec 0%,#fbf9f5 100%)}
.service-section:before{content:"";position:absolute;right:-220px;top:-120px;width:620px;height:620px;border:1px solid rgba(197,154,61,.08);border-radius:50%;box-shadow:0 0 0 90px rgba(197,154,61,.025),0 0 0 180px rgba(197,154,61,.018);pointer-events:none}
.service-grid-refined{position:relative;z-index:1;grid-template-columns:minmax(360px,.9fr) minmax(0,1.1fr);gap:clamp(52px,6vw,88px);align-items:center}
.service-art-refined{min-height:610px;display:flex;align-items:center;justify-content:center}
.service-card-image-refined{position:absolute;inset:20px 44px 20px 0;border-radius:34px;background:linear-gradient(160deg,#ede4d6 0%,#f6f2eb 52%,#e8dfd2 100%);padding:26px;display:flex;align-items:flex-end;justify-content:center;box-shadow:0 28px 70px rgba(58,47,34,.12);overflow:hidden}
.service-card-image-refined:before{content:"";position:absolute;left:-36px;bottom:-32px;width:180px;height:260px;background:radial-gradient(circle at 80% 35%,rgba(76,92,68,.22),transparent 60%);filter:blur(1px);opacity:.7}
.service-card-image-refined img{position:relative;z-index:1;width:100%;height:100%;max-width:390px;object-fit:contain;object-position:center bottom;filter:drop-shadow(0 24px 36px rgba(17,18,20,.18))}
.service-chip-refined{right:0;bottom:52px;min-width:300px;padding:15px 17px;border-radius:18px;background:rgba(18,19,21,.9);display:flex;grid-template-columns:none;gap:13px;align-items:center}
.service-chip-refined .service-chip-icon{width:42px;height:42px;border-radius:13px;display:grid;place-items:center;background:rgba(226,192,107,.1);color:var(--gold-2);flex:0 0 42px}
.service-chip-refined .service-chip-icon .icon{font-size:1.05rem;color:var(--gold-2)}
.service-chip-refined>span:last-child{display:flex;flex-direction:column;gap:2px}.service-chip-refined strong{font-size:.92rem}.service-chip-refined small{font-size:.7rem;color:rgba(255,255,255,.52)}

.service-copy-refined{max-width:760px}
.service-copy-refined h2{max-width:760px;margin-bottom:18px;font-size:clamp(2.6rem,4.2vw,4.2rem);line-height:.98;letter-spacing:-.045em}
.service-copy-refined .lead{max-width:710px;margin-bottom:28px;font-size:1rem;line-height:1.65;color:#666b70}
.service-info-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin:0 0 24px}
.service-info-card{padding:20px 20px 18px;border:1px solid rgba(17,18,20,.055);border-radius:20px;background:rgba(255,255,255,.6);box-shadow:0 10px 30px rgba(55,48,39,.035)}
.service-info-card h3{margin:0 0 14px;font-size:1.08rem;letter-spacing:-.02em}
.service-info-card ul{list-style:none;margin:0;padding:0;display:grid;gap:10px}.service-info-card li{display:flex;align-items:flex-start;gap:10px;color:#53575c;font-size:.88rem;line-height:1.45}.service-info-card li .icon{margin-top:.18em;color:var(--gold-2);font-size:.86rem;flex:0 0 auto}
.service-main-cta{min-width:215px;min-height:54px;border-radius:16px}
.service-response-note{margin-top:14px;color:#777b80}.service-response-note .icon{color:var(--gold-2)}

@media (max-width:1100px){
  .service-grid-refined{grid-template-columns:minmax(330px,.88fr) minmax(0,1.12fr);gap:44px}
  .service-art-refined{min-height:560px}
  .service-card-image-refined img{max-width:350px}
  .service-copy-refined h2{font-size:clamp(2.35rem,4vw,3.65rem)}
}

@media (max-width:980px){
  .service-grid-refined{grid-template-columns:1fr;gap:42px}
  .service-art-refined{min-height:560px;max-width:680px;width:100%;margin:auto}
  .service-card-image-refined{inset:0 50px 0 0}
  .service-copy-refined{max-width:760px}
}

@media (max-width:760px){
  .service-section{padding-top:70px;padding-bottom:72px}
  .service-art-refined{min-height:470px}
  .service-card-image-refined{inset:0 28px 0 0;border-radius:26px;padding:18px}
  .service-card-image-refined img{max-width:300px}
  .service-chip-refined{right:0;bottom:24px;min-width:250px;padding:13px 14px}
  .service-copy-refined h2{font-size:clamp(2.15rem,9vw,3rem)}
  .service-copy-refined .lead{font-size:.94rem}
  .service-info-grid{grid-template-columns:1fr}
}

@media (max-width:520px){
  .service-art-refined{min-height:410px}
  .service-card-image-refined{right:20px;padding:14px}
  .service-card-image-refined img{max-width:250px}
  .service-chip-refined{min-width:215px;max-width:235px;bottom:18px}
  .service-chip-refined .service-chip-icon{width:38px;height:38px;flex-basis:38px}
  .service-copy-refined h2{font-size:2rem}
  .service-info-card{padding:17px 16px;border-radius:17px}
}


/* =====================================================
   V13 — SERVICE CON NUEVA IMAGEN + AJUSTE DE TAMAÑOS
   ===================================================== */
.service-grid-refined{align-items:center;gap:clamp(44px,5vw,72px)}
.service-art-refined{position:relative;min-height:650px;display:flex;align-items:center;justify-content:center;isolation:isolate}
.service-card-image-refined{position:absolute;z-index:1;inset:18px 54px 18px 0;border-radius:34px;background:#e8dfd2;padding:0;display:block;box-shadow:0 28px 70px rgba(58,47,34,.12);overflow:hidden}
.service-card-image-refined:before{display:none}
.service-card-image-refined img{position:relative;z-index:1;width:100%;height:100%;max-width:none;object-fit:cover;object-position:center center;filter:none}
.service-chip-refined{z-index:3;right:18px;bottom:54px;min-width:315px;max-width:340px;padding:16px 18px;border-radius:19px;background:rgba(18,19,21,.92);display:flex;gap:13px;align-items:center;box-shadow:0 18px 44px rgba(17,18,20,.24)}
.service-chip-refined .service-chip-icon{width:44px;height:44px;flex:0 0 44px;border-radius:14px}
.service-copy-refined h2{max-width:660px;font-size:clamp(2.45rem,4vw,4rem);line-height:.95;letter-spacing:-.045em}
.service-copy-refined .lead{max-width:720px;font-size:1rem;line-height:1.65}
.service-info-grid{margin-top:8px}
.service-info-card{padding:22px 22px 20px;border-radius:22px}
.service-info-card h3{font-size:1.15rem}
.service-info-card li{font-size:.95rem;line-height:1.55}
.service-main-cta{margin-top:26px}
.service-response-note{margin-top:16px}

@media (max-width:1180px){
  .service-art-refined{min-height:610px}
  .service-card-image-refined{inset:14px 42px 14px 0}
  .service-chip-refined{right:12px;bottom:42px;min-width:292px}
}

@media (max-width:980px){
  .service-grid-refined{gap:36px}
  .service-art-refined{min-height:620px;max-width:720px;width:100%;margin:auto}
  .service-card-image-refined{inset:0 54px 0 0}
  .service-chip-refined{right:10px;bottom:34px}
  .service-copy-refined h2{max-width:740px}
}

@media (max-width:760px){
  .service-art-refined{min-height:500px;max-width:100%}
  .service-card-image-refined{inset:0 34px 0 0;border-radius:28px}
  .service-chip-refined{right:0;bottom:22px;min-width:250px;max-width:270px;padding:14px 15px;border-radius:17px}
  .service-copy-refined h2{font-size:clamp(2.05rem,8.8vw,3rem)}
  .service-copy-refined .lead{font-size:.95rem}
}

@media (max-width:520px){
  .service-art-refined{min-height:430px}
  .service-card-image-refined{inset:0 24px 0 0;border-radius:22px}
  .service-chip-refined{right:0;bottom:16px;min-width:220px;max-width:232px;padding:12px 13px}
  .service-chip-refined .service-chip-icon{width:38px;height:38px;flex-basis:38px;border-radius:12px}
  .service-chip-refined strong{font-size:.84rem}
  .service-chip-refined small{font-size:.66rem}
}


/* =====================================================
   V14 — LOGO NUEVO + CONTACTO FULL-WIDTH SIN CARD
   ===================================================== */
.brand img{width:236px;max-height:56px;object-fit:contain;object-position:left center}
.footer-brand img{width:300px;max-height:92px}

.contact-section{position:relative;background:linear-gradient(135deg,#121417 0%,#181b20 48%,#101214 100%);padding:74px 0 88px;overflow:hidden}
.contact-section:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 18% 22%,rgba(197,154,61,.12),transparent 28%),radial-gradient(circle at 88% 14%,rgba(255,255,255,.05),transparent 20%);pointer-events:none}
.contact-panel{position:relative;z-index:1;background:transparent !important;border-radius:0 !important;box-shadow:none !important;padding:0 !important;overflow:visible !important;grid-template-columns:minmax(0,1fr) minmax(360px,.98fr);gap:54px;align-items:start}
.contact-panel:after{display:none}
.contact-stack{padding-top:10px}
.contact-copy h2{max-width:640px;margin-bottom:16px}
.contact-copy>p:not(.eyebrow){max-width:620px;color:rgba(255,255,255,.64)}
.contact-meta{grid-template-columns:1fr;gap:10px}
.contact-meta>div{background:rgba(255,255,255,.05);border-color:rgba(255,255,255,.08)}
.contact-form-wrap{position:relative;z-index:1;padding:0 !important;border-radius:0 !important;background:transparent !important;border:0 !important;box-shadow:none !important;-webkit-backdrop-filter:none !important;backdrop-filter:none !important}
.contact-form-head{padding:0 0 18px;border-bottom:1px solid rgba(255,255,255,.08);margin-bottom:2px}
.contact-form-head h3{margin:0 0 8px;color:#fff;font-size:1.9rem;letter-spacing:-.03em}
.contact-form-head p{margin:0;color:rgba(255,255,255,.58);font-size:.95rem;line-height:1.6}
.contact-form{gap:18px}
.contact-form-grid{gap:16px;margin-top:14px}
.contact-form label span{font-size:.79rem;color:rgba(255,255,255,.74)}
.contact-form input,.contact-form textarea{background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:15px 16px}
.contact-form input::placeholder,.contact-form textarea::placeholder{color:rgba(255,255,255,.32)}
.contact-form textarea{min-height:140px}
.contact-check{margin-top:-2px}
.contact-form .button{align-self:flex-start;min-width:220px}
.form-alert{background:rgba(165,50,50,.18)}

@media (max-width:1180px){
  .brand img{width:220px;max-height:52px}
  .footer-brand img{width:280px}
}

@media (max-width:980px){
  .contact-panel{grid-template-columns:1fr;gap:34px}
  .contact-stack{padding-top:0}
}

@media (max-width:760px){
  .brand img{width:184px;max-height:46px}
  .contact-section{padding:60px 0 72px}
  .contact-panel{gap:28px}
  .contact-form-head h3{font-size:1.62rem}
  .contact-form .button{width:100%}
}

@media (max-width:520px){
  .brand img{width:170px;max-height:42px}
  .footer-brand img{width:235px}
  .contact-section{padding:54px 0 66px}
}


/* =====================================================
   V15 — PASOS MÁS VISUALES + AJUSTE GENERAL DE RITMO
   ===================================================== */
:root{--section-space:96px}
.section{padding:var(--section-space) 0}
.container{width:min(1220px,calc(100% - 56px))}
h2{font-size:clamp(2.15rem,3.7vw,3.85rem);margin-bottom:20px}
.lead{font-size:1.06rem}
.models-section,.service-section,.steps-section,.faq-section{scroll-margin-top:96px}
.models-head{margin-bottom:30px}
.models-showcase{gap:28px;margin-top:0}
.model-compare-visual{margin-top:28px}
.service-grid-refined{gap:clamp(42px,4.5vw,64px)}
.faq-grid{gap:clamp(44px,6vw,84px)}

.steps-section{position:relative;background:linear-gradient(180deg,#fff 0%,#fbfaf7 100%);overflow:hidden}
.steps-section:before{content:"";position:absolute;left:50%;top:0;width:min(1100px,80vw);height:1px;transform:translateX(-50%);background:linear-gradient(90deg,transparent,rgba(197,154,61,.22),transparent)}
.steps-head{max-width:720px;margin-bottom:34px}
.steps-head h2{margin-bottom:12px}
.steps-lead{max-width:620px;margin:0;font-size:1rem;line-height:1.65;color:#73767b}
.steps-flow{position:relative;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}
.steps-flow:before{content:"";position:absolute;left:11%;right:11%;top:49px;height:1px;background:linear-gradient(90deg,rgba(197,154,61,.08),rgba(197,154,61,.42),rgba(197,154,61,.08));z-index:0}
.step-card{position:relative;z-index:1;min-height:244px;padding:26px 26px 28px;border-radius:24px;background:rgba(255,255,255,.88);box-shadow:0 12px 34px rgba(17,18,20,.045);border:1px solid rgba(17,18,20,.09);overflow:visible}
.step-card:hover{transform:translateY(-4px);box-shadow:0 18px 40px rgba(17,18,20,.08);border-color:rgba(197,154,61,.32)}
.step-number{right:20px;top:18px;font-size:3.3rem;color:rgba(17,18,20,.045)}
.step-icon{position:relative;z-index:2;width:52px;height:52px;margin-bottom:34px;border-radius:15px;box-shadow:0 8px 20px rgba(17,18,20,.12)}
.step-kicker{display:block;margin-bottom:7px;color:#947329;font-size:.68rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}
.step-card h3{font-size:1.26rem;margin-bottom:8px}
.step-card p{font-size:.88rem;line-height:1.58;max-width:300px}
.steps-cta{margin-top:30px;display:flex;flex-direction:column;align-items:center;gap:14px;text-align:center}
.steps-cta p{margin:0;color:#44474c;font-size:.92rem}
.steps-cta .button{min-width:210px}

.whatsapp-float{gap:10px;padding:12px 16px}
.whatsapp-mark{width:20px;height:20px;display:block;flex:0 0 20px}

@media (max-width:980px){
  :root{--section-space:82px}
  .container{width:min(100% - 40px,1220px)}
  .steps-flow{gap:16px}
  .step-card{padding:24px;min-height:230px}
  .steps-flow:before{left:8%;right:8%}
}

@media (max-width:760px){
  :root{--section-space:68px}
  .container,.narrow{width:min(100% - 32px,1220px)}
  h2{font-size:clamp(2rem,8.5vw,2.85rem)}
  .steps-head{margin-bottom:26px}
  .steps-flow{grid-template-columns:1fr;gap:14px}
  .steps-flow:before{display:none}
  .step-card{min-height:0;padding:22px 20px 22px;display:grid;grid-template-columns:auto 1fr;column-gap:16px;align-items:start}
  .step-icon{grid-row:1 / span 3;margin:0;width:48px;height:48px}
  .step-number{font-size:2.8rem;right:16px;top:14px}
  .step-kicker{grid-column:2;margin-top:2px}
  .step-card h3{grid-column:2;font-size:1.12rem;margin-bottom:6px;padding-right:48px}
  .step-card p{grid-column:2;font-size:.84rem;max-width:none}
  .steps-cta{margin-top:24px}
  .whatsapp-float{width:54px;height:54px;padding:0;justify-content:center}
  .whatsapp-float span:last-child{display:none}
  .whatsapp-mark{width:22px;height:22px}
}

@media (max-width:520px){
  :root{--section-space:60px}
  .container,.narrow{width:min(100% - 28px,1220px)}
  .models-head{margin-bottom:22px}
  .steps-head{margin-bottom:22px}
}

/* =====================================================
   V15.1 — AJUSTE FINAL DE CABECERAS Y MARGENES
   ===================================================== */
.models-head{grid-template-columns:1fr;max-width:900px;gap:0;margin-bottom:28px}
.models-head h2{max-width:820px}
.model-compare-head{grid-template-columns:1fr;max-width:760px;gap:0;margin-bottom:22px}
.model-compare-head h3{max-width:700px}
.model-compare-visual{margin-top:32px}
.compare-cards{margin-top:16px}
.service-copy-refined{max-width:720px}
.service-info-grid{gap:14px}
.faq-heading h2{max-width:560px}
.contact-copy h2{font-size:clamp(2.35rem,3.55vw,3.7rem);line-height:.98}

@media (max-width:760px){
  .models-head{margin-bottom:22px}
  .model-compare-visual{margin-top:24px}
  .compare-cards{margin-top:12px}
  .service-info-grid{gap:10px}
}


/* =====================================================
   V16 — NUEVAS INFOGRAFÍAS + TITULOS DE MODELOS
   ===================================================== */
.model-editorial-media{min-height:690px;padding:16px;background:#f5f1e8}
.model-editorial-media-dark{background:#111214}
.model-editorial-media img{border-radius:18px}
.model-editorial-content h3{margin:0 0 10px;font-size:clamp(2.1rem,3vw,3rem);letter-spacing:-.04em;line-height:1}
.model-editorial-content-dark h3{color:#fff}
.model-editorial-tagline{margin:0 0 10px;font-size:1.08rem;line-height:1.45;font-weight:700;color:#8a6a28}
.model-editorial-content-dark .model-editorial-tagline{color:var(--gold-2)}
.model-editorial-lead{margin:0 0 22px;max-width:540px}
.model-kicker{display:none}
.model-badge{top:18px;left:18px}

@media (max-width:1180px){
}
@media (max-width:980px){
}
@media (max-width:760px){
  .model-editorial-content h3{font-size:clamp(1.8rem,7vw,2.4rem)}
  .model-editorial-tagline{font-size:.98rem}
}
@media (max-width:520px){
  .model-editorial-content h3{font-size:clamp(1.62rem,7.4vw,2rem)}
}


/* =====================================================
   V17 — MODELOS CORREGIDOS + REVISION GENERAL DE ALTOS Y TIPOS
   ===================================================== */
:root{--section-space:88px}
.section{padding:var(--section-space) 0}
.section-heading h2,.models-head h2,.service-copy h2,.faq-heading h2,.contact-copy h2{letter-spacing:-.045em}
.models-showcase{gap:24px}
.model-editorial{border-radius:28px}
.model-editorial-media{background:#f6f2ea}
.model-editorial-media-dark{background:#111214}
.model-editorial-media img{border-radius:16px}
.model-editorial-content{padding:clamp(28px,3.4vw,46px)}
.model-editorial-content h3{font-size:clamp(2rem,2.55vw,2.72rem);margin-bottom:10px}
.model-editorial-tagline{font-size:1rem;margin-bottom:10px}
.model-editorial-lead{font-size:.95rem;line-height:1.62;margin-bottom:20px;max-width:520px}
.model-points{gap:10px;margin-bottom:18px}
.model-points article{padding:15px 14px;border-radius:16px;min-height:116px}
.model-benefits-list{gap:10px;margin-bottom:22px}
.model-benefits-list li{font-size:.89rem;line-height:1.55}

.model-compare-head h3{font-size:clamp(2rem,3vw,2.7rem)}
.compare-card{border-radius:24px;padding:24px 22px 22px}
.compare-card-top h4{font-size:1.85rem}
.compare-card-top p{font-size:.92rem;line-height:1.58}
.compare-spec-list>div{padding:14px 13px;border-radius:16px}
.compare-spec-list strong{font-size:.96rem}

.service-grid-refined{gap:clamp(34px,4vw,56px)}
.service-art-refined{min-height:620px}
.service-copy-refined h2{font-size:clamp(2.3rem,3.55vw,3.55rem)}
.service-copy-refined .lead{font-size:.97rem;line-height:1.62;max-width:700px}
.service-info-grid{gap:14px}
.service-info-card{padding:20px 20px 18px;border-radius:20px}
.service-info-card h3{font-size:1.08rem}
.service-info-card li{font-size:.91rem}

.steps-head{margin-bottom:30px}
.steps-head h2{font-size:clamp(2.15rem,3.3vw,3.25rem);margin-bottom:10px}
.steps-lead{font-size:.95rem;line-height:1.6}
.step-card{min-height:300px;padding:28px;border-radius:22px}
.step-number{font-size:4rem}
.step-card h3{font-size:1.25rem}
.step-card p{font-size:.88rem;line-height:1.58}
.steps-cta{margin-top:26px}

.faq-heading h2{font-size:clamp(2.25rem,3.5vw,3.35rem)}
.faq-list summary{padding:22px 46px 22px 0;font-size:.98rem}
.faq-list details p{padding:0 46px 22px 0;font-size:.92rem;line-height:1.68}

.contact-section{padding:68px 0 78px}
.contact-copy h2{font-size:clamp(2.1rem,3.25vw,3.15rem)}
.contact-copy>p:not(.eyebrow){font-size:.95rem;line-height:1.62}
.contact-panel{gap:46px}
.contact-form-head h3{font-size:1.78rem}
.contact-form-head p{font-size:.92rem}
.contact-form-grid{gap:14px}
.contact-form input,.contact-form textarea{padding:14px 15px}

@media (max-width:1180px){
  :root{--section-space:80px}
  .service-art-refined{min-height:580px}
}

@media (max-width:980px){
  :root{--section-space:72px}
  .model-editorial-content{padding:28px 24px 30px}
  .compare-card-top h4{font-size:1.72rem}
  .service-art-refined{min-height:600px}
  .steps-head{margin-bottom:26px}
}

@media (max-width:760px){
  :root{--section-space:62px}
  .model-editorial-content h3{font-size:clamp(1.72rem,6.4vw,2.18rem)}
  .model-editorial-tagline{font-size:.94rem}
  .model-editorial-lead{font-size:.88rem}
  .compare-card-top h4{font-size:1.58rem}
  .service-art-refined{min-height:470px}
  .service-copy-refined h2{font-size:clamp(2rem,7vw,2.85rem)}
  .steps-head h2{font-size:clamp(1.9rem,8vw,2.5rem)}
  .step-card{min-height:0;padding:24px}
  .faq-heading h2{font-size:clamp(1.9rem,8vw,2.6rem)}
  .contact-section{padding:58px 0 68px}
}

@media (max-width:520px){
  :root{--section-space:56px}
  .model-editorial-content{padding:22px 18px 24px}
  .service-art-refined{min-height:415px}
  .step-card h3{font-size:1.12rem}
  .contact-copy h2{font-size:clamp(1.9rem,8vw,2.45rem)}
}


/* =====================================================
   V18 — REFINAMIENTO UX/UI GENERAL
   ===================================================== */
:root{--section-space:82px}
.section{padding:var(--section-space) 0}
.intro-section{padding-top:72px;padding-bottom:72px}
.intro-grid{gap:clamp(38px,5vw,68px)}
.intro-copy .lead{font-size:1rem;line-height:1.62}
.intro-copy p{line-height:1.62}

.models-section{padding-top:84px;padding-bottom:82px}
.models-head{margin-bottom:24px}
.models-head h2{font-size:clamp(2.2rem,3.35vw,3.35rem);line-height:1.02}
.models-showcase{gap:20px}
.model-editorial{border-radius:26px}
.model-editorial-content{padding:clamp(26px,3vw,42px)}
.model-editorial-content h3{font-size:clamp(1.95rem,2.35vw,2.5rem)}
.model-editorial-tagline{font-size:.96rem;margin-bottom:8px}
.model-editorial-lead{font-size:.91rem;line-height:1.58;margin-bottom:17px}
.model-points{gap:8px;margin-bottom:16px}
.model-points article{min-height:106px;padding:13px 12px}
.model-point-icon{width:38px;height:38px;border-radius:12px}
.model-points strong{font-size:1.16rem}
.model-points small{font-size:.68rem}
.model-benefits-list{gap:8px;margin-bottom:20px}
.model-benefits-list li{font-size:.84rem;line-height:1.5}
.model-editorial-content .button{min-height:50px;font-size:.84rem}

.model-compare-visual{margin-top:28px}
.model-compare-head{margin-bottom:16px}
.model-compare-head h3{font-size:clamp(1.95rem,2.75vw,2.55rem);line-height:1.05}
.compare-cards{display:none}
.compare-quick-grid{display:grid;grid-template-columns:minmax(220px,1.1fr) repeat(2,minmax(170px,.8fr));border:1px solid var(--line);border-radius:22px;overflow:hidden;background:#fff;box-shadow:var(--shadow-soft)}
.compare-quick-grid>div{min-height:84px;padding:16px 18px;border-top:1px solid var(--line);display:flex;align-items:center;gap:12px}
.compare-quick-grid>div:nth-child(-n+3){border-top:0;min-height:72px}
.compare-quick-grid>div:nth-child(3n+2),.compare-quick-grid>div:nth-child(3n+3){border-left:1px solid var(--line)}
.compare-quick-model{flex-direction:column;align-items:flex-start !important;justify-content:center;gap:1px !important}
.compare-quick-model small{font-size:.66rem;text-transform:uppercase;letter-spacing:.09em;color:var(--muted)}
.compare-quick-model strong{font-size:1.2rem}
.compare-quick-dark{background:#17191c;color:#fff;border-color:rgba(255,255,255,.08) !important}
.compare-quick-dark small{color:rgba(255,255,255,.5)}
.compare-quick-label small{display:block;font-size:.67rem;color:var(--muted);margin-bottom:3px}
.compare-quick-label strong{font-size:.92rem;color:var(--ink)}
.compare-quick-value{justify-content:space-between;font-size:1.25rem}
.compare-quick-value strong{font-size:1.28rem}
.compare-delta{font-size:.68rem;font-weight:800;padding:5px 8px;border-radius:999px;background:rgba(197,154,61,.14);color:#8a6924}
.compare-quick-dark .compare-delta{background:rgba(226,192,107,.13);color:var(--gold-2)}
.compare-shared-row{margin-top:12px;padding:15px 18px;border:1px solid var(--line);border-radius:18px;background:#fbf8f2;display:flex;align-items:center;gap:12px}
.compare-shared-icon{width:38px;height:38px;flex:0 0 38px;border-radius:12px;background:#fff;display:grid;place-items:center;color:var(--gold);box-shadow:0 6px 16px rgba(17,18,20,.05)}
.compare-shared-row div{display:flex;flex-direction:column;gap:2px}.compare-shared-row strong{font-size:.87rem}.compare-shared-row span{font-size:.78rem;line-height:1.5;color:var(--muted)}
.help-bar{margin-top:14px;padding:15px 18px}

.service-section{padding-top:76px;padding-bottom:78px}
.service-grid-refined{gap:clamp(30px,3.6vw,48px)}
.service-art-refined{min-height:560px}
.service-copy-refined h2{font-size:clamp(2.15rem,3.15vw,3.15rem);line-height:.98}
.service-copy-refined .lead{font-size:.92rem;line-height:1.58}
.service-info-grid{gap:10px}
.service-info-card{padding:17px 17px 15px;border-radius:18px}
.service-info-card h3{font-size:1rem;margin-bottom:10px}
.service-info-card li{font-size:.84rem;line-height:1.5}
.service-main-cta{margin-top:20px;min-height:50px}
.service-response-note{margin-top:12px}

.steps-section{padding-top:72px;padding-bottom:74px}
.steps-head{margin-bottom:24px}
.steps-head h2{font-size:clamp(2rem,3vw,2.9rem)}
.steps-lead{font-size:.9rem}
.steps-flow{gap:16px}
.step-card{min-height:228px;padding:23px;border-radius:20px}
.step-icon{width:48px;height:48px;margin-bottom:26px;border-radius:14px}
.step-number{font-size:3.2rem;top:16px}
.step-kicker{font-size:.63rem;margin-bottom:5px}
.step-card h3{font-size:1.13rem;margin-bottom:6px}
.step-card p{font-size:.82rem;line-height:1.5}
.steps-cta{margin-top:22px;gap:10px}
.steps-cta p{font-size:.84rem}

.faq-section{padding-top:76px;padding-bottom:78px}
.faq-grid{gap:clamp(36px,5vw,66px)}
.faq-heading h2{font-size:clamp(2.05rem,3.05vw,2.95rem);line-height:1.02;max-width:470px}
.faq-heading>p:last-child{font-size:.9rem;line-height:1.55}
.faq-list summary{padding:19px 42px 19px 0;font-size:.94rem}
.faq-list details p{padding:0 42px 19px 0;font-size:.88rem;line-height:1.62}

.contact-section{padding:62px 0 70px}
.contact-panel{gap:40px}
.contact-copy h2{font-size:clamp(2rem,3vw,2.95rem);line-height:1}
.contact-copy>p:not(.eyebrow){font-size:.91rem;line-height:1.58}
.contact-actions{margin-top:20px}
.contact-meta>div{padding:12px 13px}
.contact-form-head{padding-bottom:14px}
.contact-form-head h3{font-size:1.66rem}
.contact-form-head p{font-size:.88rem}
.contact-form-grid{gap:12px;margin-top:10px}
.contact-form input,.contact-form textarea{padding:13px 14px;border-radius:14px}
.contact-form textarea{min-height:118px}
.contact-form .button{min-height:50px}
.site-footer{padding-top:40px}.footer-main{padding-bottom:28px}.footer-brand img{width:260px;max-height:76px}

@media (max-width:1180px){
  :root{--section-space:76px}
  .service-art-refined{min-height:530px}
}
@media (max-width:980px){
  :root{--section-space:68px}
  .intro-section{padding-top:64px;padding-bottom:64px}
  .compare-quick-grid{grid-template-columns:minmax(180px,1fr) repeat(2,minmax(145px,.72fr))}
  .service-art-refined{min-height:570px}
  .faq-heading{position:static}
}
@media (max-width:760px){
  :root{--section-space:58px}
  .models-section,.service-section,.steps-section,.faq-section{padding-top:58px;padding-bottom:60px}
  .compare-quick-grid{grid-template-columns:1fr 1fr;border-radius:18px}
  .compare-quick-grid .compare-quick-label{grid-column:1/-1;min-height:auto;padding:12px 14px;background:#faf8f4;border-top:1px solid var(--line) !important}
  .compare-quick-grid>div:nth-child(-n+3){border-top:0}
  .compare-quick-grid>div:nth-child(3n+2),.compare-quick-grid>div:nth-child(3n+3){border-left:0}
  .compare-quick-model{min-height:64px !important}.compare-quick-model.compare-quick-dark{border-left:1px solid rgba(255,255,255,.08) !important}
  .compare-quick-value{min-height:64px !important}.compare-quick-value.compare-quick-dark{border-left:1px solid rgba(255,255,255,.08) !important}
  .compare-shared-row{align-items:flex-start}
  .service-art-refined{min-height:450px}
  .step-card{min-height:0}
  .faq-heading h2{max-width:420px}
  .contact-section{padding:54px 0 62px}
  .footer-brand img{width:230px}
}
@media (max-width:520px){
  :root{--section-space:52px}
  .intro-section{padding-top:52px;padding-bottom:52px}
  .service-art-refined{min-height:395px}
  .compare-quick-grid>div{padding:12px}
  .compare-quick-value strong{font-size:1.14rem}
  .compare-shared-row span{font-size:.74rem}
}



/* =====================================================
   V23 — AJUSTE FINAL Y DEPURACION
   ===================================================== */
/* Hero */
.hero-bg img{object-position:76% center}
.hero-float-security{right:29.5%;top:30.5%}
.hero-float-zone{right:6.4%;bottom:33.5%}

/* Encabezados y espaciados */
.models-head{margin-bottom:24px !important}
.model-compare-visual{margin-top:24px}
.model-compare-head{margin-bottom:18px !important;max-width:760px}
.model-compare-head .eyebrow{margin-bottom:10px}.model-compare-head h3{margin-bottom:0;line-height:1.02}
.steps-head{margin-bottom:26px}.steps-head .eyebrow{margin-bottom:10px}.steps-head h2{margin-bottom:10px}
.service-copy-refined .eyebrow{margin-bottom:10px}.service-copy-refined h2{margin-bottom:14px}.service-copy-refined .lead{margin-bottom:20px}
.faq-heading .eyebrow{margin-bottom:10px}.faq-heading h2{margin-bottom:14px}
.contact-copy .eyebrow{margin-bottom:10px}.contact-copy h2{margin-bottom:14px}

/* Modelos */
.models-showcase{gap:18px !important}
.model-editorial-media{background:#f6f2ea !important}
.model-editorial-media-dark{background:#111214 !important}
.model-zoom-trigger{display:flex !important;text-decoration:none;color:inherit}
.model-editorial-media img{display:block;border-radius:14px;transition:transform .28s ease}
.model-zoom-trigger:hover img,.model-zoom-trigger:focus-visible img{transform:scale(1.015)}
.model-editorial-content{padding:18px 20px 18px !important}
.model-editorial-content h3{font-size:clamp(1.74rem,2vw,2.18rem) !important;margin:0 0 5px !important;line-height:1.02 !important}
.model-editorial-tagline{font-size:.9rem !important;margin:0 0 6px !important}
.model-editorial-lead{font-size:.84rem !important;line-height:1.48 !important;margin:0 0 12px !important;max-width:480px !important}
.model-points{grid-template-columns:repeat(3,minmax(0,1fr)) !important;gap:8px !important;margin-bottom:12px !important}
.model-points article{min-height:76px !important;padding:10px !important;border-radius:14px !important;gap:3px !important}
.model-point-icon{width:34px !important;height:34px !important;flex:0 0 34px !important;border-radius:12px !important}
.model-points strong{font-size:.98rem !important;line-height:1.1 !important}
.model-points small{font-size:.64rem !important;line-height:1.28 !important}
.model-benefits-list{gap:5px !important;margin-bottom:12px !important}
.model-benefits-list li{font-size:.8rem !important;line-height:1.42 !important}
.model-editorial-content .button{min-height:44px !important;padding:0 16px !important}
.model-zoom-chip{position:absolute;right:10px !important;bottom:10px !important;display:inline-flex;align-items:center;gap:8px;min-height:32px !important;padding:0 11px !important;border-radius:999px;background:rgba(17,18,20,.82);color:#fff;font-size:.69rem !important;font-weight:700;border:1px solid rgba(255,255,255,.08);box-shadow:0 12px 26px rgba(17,18,20,.22);backdrop-filter:blur(12px)}
.model-editorial-media-dark .model-zoom-chip{background:rgba(12,13,15,.84)}
.model-zoom-chip .icon{font-size:.82rem;color:var(--gold-2)}

/* Comparativa */
.compare-quick-grid{display:none !important}
.compare-refined-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
.compare-refined-card{border-radius:22px;padding:22px 22px 20px;border:1px solid var(--line);box-shadow:var(--shadow-soft)}
.compare-refined-warm{background:linear-gradient(180deg,#fff,#faf7f1)}
.compare-refined-dark{background:linear-gradient(180deg,#191b1e,#121316);border-color:rgba(255,255,255,.08);color:#fff}
.compare-refined-badge{display:inline-flex;align-items:center;min-height:30px;padding:0 11px;border-radius:999px;background:rgba(197,154,61,.12);color:#8a6924;font-size:.7rem;font-weight:800;letter-spacing:.05em;text-transform:uppercase}
.compare-refined-dark .compare-refined-badge{background:rgba(226,192,107,.14);color:var(--gold-2)}
.compare-refined-card h4{margin:12px 0 8px;font-size:1.8rem;letter-spacing:-.04em;line-height:1}
.compare-refined-lead{margin:0 0 16px;max-width:480px;font-size:.88rem;line-height:1.55;color:var(--muted)}
.compare-refined-dark .compare-refined-lead{color:rgba(255,255,255,.62)}
.compare-refined-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}
.compare-refined-stats>div{padding:14px 12px;border-radius:16px;border:1px solid rgba(17,18,20,.06);background:rgba(255,255,255,.76)}
.compare-refined-dark .compare-refined-stats>div{background:rgba(255,255,255,.05);border-color:rgba(255,255,255,.08)}
.compare-refined-stats small{display:block;margin-bottom:7px;font-size:.67rem;line-height:1.35;color:#7a7d82;text-transform:uppercase;letter-spacing:.05em}
.compare-refined-dark .compare-refined-stats small{color:rgba(255,255,255,.48)}
.compare-refined-stats strong{display:flex;align-items:center;gap:7px;flex-wrap:wrap;font-size:1.16rem;letter-spacing:-.04em;color:var(--ink)}
.compare-refined-dark .compare-refined-stats strong{color:#fff}
.compare-refined-stats em{font-style:normal;font-size:.65rem;font-weight:800;padding:4px 7px;border-radius:999px;background:rgba(197,154,61,.14);color:#8a6924;letter-spacing:.03em}
.compare-refined-dark .compare-refined-stats em{background:rgba(226,192,107,.12);color:var(--gold-2)}
.compare-shared-row-refined{margin-top:12px;background:#fbf8f2}
.compare-shared-row-refined strong{font-size:.88rem}.compare-shared-row-refined span{font-size:.79rem}

/* Lightbox */
.image-lightbox{position:fixed;inset:0;z-index:1200;display:grid;place-items:center;padding:24px;background:rgba(5,6,8,.84);backdrop-filter:blur(8px)}
.image-lightbox[hidden]{display:none}.image-lightbox-figure{margin:0;max-width:min(1100px,94vw);max-height:90vh;display:grid;gap:10px}
.image-lightbox-figure img{display:block;max-width:100%;max-height:82vh;width:auto;height:auto;border-radius:20px;box-shadow:0 24px 60px rgba(0,0,0,.32)}
.image-lightbox-figure figcaption{color:#fff;font-size:.9rem;line-height:1.4;text-align:center}
.image-lightbox-close{position:absolute;top:20px;right:20px;width:44px;height:44px;border:0;border-radius:999px;background:rgba(255,255,255,.08);color:#fff;font-size:1.7rem;line-height:1;cursor:pointer}
.image-lightbox-close:hover,.image-lightbox-close:focus-visible{background:rgba(255,255,255,.14)}

@media (max-width:1180px){
  .hero-bg img{object-position:77% center}
}
@media (max-width:980px){
  .hero-bg img{object-position:79% center}
  .models-head{margin-bottom:22px !important}
  .model-compare-head{margin-bottom:16px !important}
  .model-editorial-content{padding:18px !important;order:1}
  .compare-refined-card{padding:20px 18px 18px}
  .compare-refined-card h4{font-size:1.66rem}
  .compare-refined-stats{gap:9px}
}
@media (max-width:760px){
  .hero-bg img{object-position:68% center}
  .model-points{grid-template-columns:1fr !important}
  .model-points article{min-height:0 !important;display:grid !important;grid-template-columns:auto 1fr !important;column-gap:10px !important;row-gap:2px !important;align-items:center !important}
  .model-benefits-list li{font-size:.79rem !important}
  .model-zoom-chip{font-size:.68rem !important}
  .compare-refined-grid{grid-template-columns:1fr}
  .compare-refined-card{border-radius:20px;padding:18px 16px 16px}
  .compare-refined-card h4{font-size:1.54rem}
  .compare-refined-lead{font-size:.86rem}
  .compare-refined-stats{grid-template-columns:1fr}
  .compare-refined-stats strong{font-size:1.08rem}
  .image-lightbox{padding:14px}.image-lightbox-close{top:12px;right:12px}
}
@media (max-width:520px){
  .hero-bg img{object-position:69% center}
  .compare-refined-card h4{font-size:1.46rem}
}



/* Product cards: compact layout, contained landscape preview. */
.model-editorial,.model-editorial-reverse{
  grid-template-columns:minmax(0,1fr) minmax(0,1fr);
  min-height:0;align-items:stretch;border-radius:22px;scroll-margin-top:104px;
}
.model-editorial-reverse{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}
.model-editorial-media{position:relative;min-width:0;min-height:0;padding:0;align-self:stretch}
.model-zoom-trigger{position:absolute;inset:20px;display:flex;align-items:center;justify-content:center;width:auto;height:auto;border-radius:12px}
.model-zoom-trigger:focus-visible{outline:2px solid var(--gold);outline-offset:3px}
.model-editorial-media img{width:100%;height:100%;max-width:100%;max-height:100%;object-fit:contain;object-position:center}
.model-editorial-content{min-width:0;padding:22px 26px !important}
.model-editorial-content h3{font-size:clamp(1.65rem,2.1vw,1.9rem) !important;line-height:1.1 !important;margin-bottom:6px !important}
.model-editorial-tagline{font-size:.94rem !important;margin-bottom:8px !important}
.model-editorial-lead{font-size:.94rem !important;line-height:1.45 !important;max-width:none !important;margin-bottom:12px !important}
.model-points{gap:8px !important;margin-bottom:12px !important}
.model-points article{display:grid !important;grid-template-columns:28px minmax(0,1fr) !important;align-content:center;align-items:center;column-gap:8px !important;row-gap:3px !important;padding:10px !important;min-height:64px !important}
.model-point-icon{grid-row:1 / 3;width:28px !important;height:28px !important;border-radius:9px !important}
.model-points strong{font-size:1.02rem !important}
.model-points small{font-size:.75rem !important;line-height:1.3 !important}
.model-benefits-list{gap:5px !important;margin-bottom:14px !important}
.model-benefits-list li{font-size:.9rem !important;line-height:1.4 !important;padding-left:18px}
.model-benefits-list li:before{width:6px;height:6px}
.model-editorial-content .button{font-size:.88rem;min-height:44px !important}
.model-zoom-chip{font-size:.72rem !important;right:4px !important;bottom:0 !important;min-height:28px !important}
.model-badge{display:none}
/* Consistent page gutters and vertical rhythm. */
:root{--section-space:72px}
.container{width:min(1220px,calc(100% - 48px))}
.intro-section,.models-section,.service-section,.steps-section,.faq-section,.contact-section{padding-block:var(--section-space)}
.models-head{margin-bottom:24px !important}
.models-showcase{gap:24px !important}
.model-compare-visual{margin-top:36px}
.service-grid-refined,.intro-grid,.faq-grid{gap:clamp(28px,4vw,52px)}
@media(max-width:980px) and (min-width:761px){
  .model-editorial,.model-editorial-reverse{grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr)}
  .model-editorial-reverse{grid-template-columns:minmax(0,1.15fr) minmax(0,.85fr)}
  .model-editorial-reverse .model-editorial-media{order:2}
  .model-editorial-reverse .model-editorial-content{order:1}
  .model-editorial-content{padding:20px !important}
  .model-zoom-trigger{inset:10px}
  .model-points article{grid-template-columns:minmax(0,1fr) !important}
  .model-point-icon{display:none}
}
@media(max-width:760px){
  :root{--section-space:48px}
  .container,.narrow{width:calc(100% - 36px)}
  .model-editorial,.model-editorial-reverse{grid-template-columns:minmax(0,1fr);border-radius:18px}
  .model-editorial-media{height:auto;aspect-ratio:2 / 3;max-height:none;order:2}
  .model-editorial-content{padding:18px !important;order:1}
  .model-zoom-trigger{inset:10px}
  .model-points{grid-template-columns:repeat(3,minmax(0,1fr)) !important;gap:6px !important}
  .model-points article{display:flex !important;flex-direction:column;align-items:flex-start;min-width:0;padding:8px !important;gap:4px !important}
  .model-point-icon{grid-row:auto}
  .model-points small{font-size:.73rem !important}
  .model-editorial-content .button{max-width:100%;padding-inline:12px !important}
  .models-showcase{gap:20px !important}
  .model-compare-visual{margin-top:28px}
  .models-head,.steps-head{margin-bottom:20px !important}
  .service-grid-refined,.intro-grid,.faq-grid{gap:28px}
  .contact-grid{gap:24px}
}

/* Door thumbnail occupies its own space beside the comparison introduction. */
.compare-product-intro{display:grid;grid-template-columns:minmax(0,1fr) 98px;gap:12px;align-items:start;margin-bottom:16px}
.compare-product-intro>div{min-width:0}
.compare-product-intro .compare-refined-lead{margin-bottom:0}
.compare-product-thumb{display:block;width:98px;height:132px;object-fit:contain;align-self:start}
@media(max-width:980px) and (min-width:761px){
  .compare-product-intro{grid-template-columns:minmax(0,1fr) 70px;gap:8px}
  .compare-product-thumb{width:70px;height:110px}
}
@media(max-width:520px){
  .compare-product-intro{grid-template-columns:minmax(0,1fr) 68px;gap:8px}
  .compare-product-thumb{width:68px;height:112px}
}

/* Mobile hero: natural text flow plus a dedicated visible photo area. */
@media(max-width:760px){
  .hero{height:auto;min-height:0;max-height:none;background:#0b0c0e}
  .hero-stage{display:block;min-height:0;height:auto;width:100%;padding:110px 22px 300px;background:none}
  .hero-copy{width:100%;max-width:520px;margin:0 auto;padding:0;transform:none}
  .hero .eyebrow{font-size:.62rem;line-height:1.5;letter-spacing:.1em;margin-bottom:14px;white-space:normal}
  .hero h1{max-width:500px;font-size:clamp(2rem,8.7vw,3rem);line-height:1.05;letter-spacing:-.035em;margin:0 0 16px}
  .hero-lead{max-width:460px;font-size:.94rem;line-height:1.55;margin:0 0 20px;color:rgba(255,255,255,.82)}
  .hero-actions{display:grid;grid-template-columns:minmax(0,1fr);gap:10px;max-width:380px;margin:0}
  .hero-actions .button{width:100%;min-width:0;min-height:48px;padding:12px 16px;font-size:.9rem;line-height:1.3;border-radius:12px;white-space:normal}
  .hero-note{max-width:380px;align-items:flex-start;gap:8px;margin:14px 0 0;font-size:.74rem;line-height:1.5;color:rgba(255,255,255,.7)}
  .hero-note .icon{flex-shrink:0;margin-top:3px}
  .hero-bg{inset:auto 0 0;height:500px;width:100%}
  .hero-bg img{object-fit:cover;object-position:center 70%}
  .hero-shade{inset:auto 0 0;height:500px;background:linear-gradient(180deg,#0b0c0e 0%,rgba(11,12,14,.86) 12%,rgba(11,12,14,.35) 35%,rgba(11,12,14,0) 60%,rgba(11,12,14,.12) 100%)}
  .hero-float-security,.hero-float-zone,.hero-strip{display:none}
  .header-shell{width:calc(100% - 28px);min-height:64px}
  .brand img{width:160px;max-height:42px}
}
@media(max-width:380px){
  .hero-stage{padding:104px 18px 270px}
  .hero-bg,.hero-shade{height:460px}
  .hero h1{font-size:2rem}
  .hero-lead{font-size:.9rem}
}
@media(max-width:760px) and (orientation:landscape){
  .hero-stage{padding-bottom:210px}
  .hero-bg,.hero-shade{height:400px}
}
/* FAQ: always one column on tablets and phones, with reserved toggle space. */
@media(max-width:980px){
  .faq-grid{grid-template-columns:minmax(0,1fr);gap:24px}
  .faq-heading{position:static;min-width:0}
  .faq-list{min-width:0;width:100%}
}
@media(max-width:760px){
  .faq-heading h2{font-size:clamp(1.8rem,7.6vw,2.4rem);line-height:1.12;max-width:100%;margin-bottom:12px}
  .faq-heading>p:last-child{font-size:.94rem;line-height:1.55;margin-bottom:0}
  .faq-list summary{padding:18px 36px 18px 0;font-size:.96rem;line-height:1.45;overflow-wrap:break-word}
  .faq-list summary span:before,.faq-list summary span:after{right:8px}
  .faq-list details p{padding:0 8px 20px 0;font-size:.94rem;line-height:1.65;max-width:100%;overflow-wrap:break-word}
  .faq-list summary:focus-visible{outline:2px solid var(--gold);outline-offset:3px}
}

@media(max-width:760px){
  .model-editorial-media img{object-fit:contain}
  .model-editorial-media .model-zoom-trigger{height:100%}
  .model-editorial{display:grid;grid-template-columns:minmax(0,1fr)}
  .model-editorial-reverse .model-editorial-media,.model-editorial-reverse .model-editorial-content{order:initial}
  .model-editorial-reverse .model-editorial-content{order:1}
  .model-editorial-reverse .model-editorial-media{order:2}
}
@media(max-width:760px){
  .model-editorial-media picture{display:block;width:100%;height:100%}
  .model-editorial-media picture img{display:block;width:100%;height:100%;object-fit:contain}
}

.turnstile-wrap{min-height:65px;display:flex;align-items:center;overflow:hidden}
.turnstile-wrap .cf-turnstile{max-width:100%}
@media(max-width:520px){.turnstile-wrap{min-height:72px;transform-origin:left center}}
