:root {
    --blue: #0a4fa3;
    --blue-dark: #073b7a;
    --blue-soft: #eaf2fa;
    --navy: #06192b;
    --navy-2: #0b2a43;
    --ink: #142130;
    --muted: #637383;
    --line: #dbe4eb;
    --surface: #f5f7fa;
    --white: #fff;
    --success: #087a55;
    --warning: #935817;
    --danger: #a82929;
    --shadow-sm: 0 10px 30px rgba(7, 27, 45, .07);
    --shadow-lg: 0 28px 70px rgba(7, 27, 45, .14);
    --radius-sm: 12px;
    --radius: 20px;
    --radius-lg: 32px;
    --container: 1200px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--white); color: var(--ink); font-family: Inter, Manrope, "Segoe UI", Arial, sans-serif; font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.nav-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { color: var(--navy); line-height: 1.12; letter-spacing: -.035em; }
h1 { font-size: clamp(2.7rem, 6vw, 5.7rem); }
h2 { font-size: clamp(2rem, 4vw, 3.65rem); }
h3 { font-size: 1.25rem; }
p { color: var(--muted); }
:focus-visible { outline: 3px solid rgba(10, 79, 163, .42); outline-offset: 3px; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.narrow { max-width: 850px; }
.section { padding: clamp(76px, 9vw, 128px) 0; }
.section-dark { background: var(--navy); color: var(--white); }
.soft-section { background: var(--surface); }
.centered { text-align: center; margin-inline: auto; }
.sr-only { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 18px; top: -70px; z-index: 9999; background: var(--white); color: var(--navy); padding: 12px 18px; border-radius: 8px; font-weight: 800; transition: top .2s; }
.skip-link:focus { top: 16px; }
.setup-bar { background: #fff4d8; color: #6e4712; padding: 7px 20px; text-align: center; font-size: .82rem; }
.setup-bar a { text-decoration: underline; font-weight: 800; }
.eyebrow { display: inline-block; margin-bottom: 14px; color: var(--blue-dark); font-size: .76rem; font-weight: 800; letter-spacing: .13em; line-height: 1.2; text-transform: uppercase; }
.eyebrow.light { color: #69c7ff; }
.lead { font-size: 1.18rem; line-height: 1.7; }

.site-header { position: relative; z-index: 1000; height: 80px; background: rgba(255,255,255,.96); border-bottom: 1px solid rgba(220,229,235,.8); backdrop-filter: blur(16px); }
.site-header.is-sticky { position: sticky; top: 0; box-shadow: 0 8px 30px rgba(7,27,45,.06); }
.header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 26px; }
.brand { display: block; width: 214px; height: 56px; overflow: hidden; border-radius: 4px; flex: 0 0 auto; }
.brand img, .footer-logo-frame img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 51%; }
.main-nav { display: flex; align-items: center; gap: 25px; font-size: .91rem; font-weight: 680; }
.main-nav > a:not(.button) { position: relative; padding: 28px 0 25px; color: #3c4b58; white-space: nowrap; }
.main-nav > a:not(.button)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 19px; height: 2px; background: var(--blue); transition: right .22s; }
.main-nav > a:not(.button):hover, .main-nav > a.is-active { color: var(--navy); }
.main-nav > a:not(.button):hover::after, .main-nav > a.is-active::after { right: 0; }
.nav-toggle { display: none; width: 46px; height: 46px; padding: 10px; border: 0; border-radius: 10px; background: var(--surface); }
.nav-toggle span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: var(--navy); border-radius: 2px; }

.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; gap: 10px; padding: 12px 21px; border: 1px solid transparent; border-radius: 10px; font-weight: 780; line-height: 1.2; text-align: center; transition: transform .18s, background .18s, border-color .18s, box-shadow .18s; }
.button:hover { transform: translateY(-2px); }
.button-small { min-height: 44px; padding: 10px 16px; font-size: .88rem; }
.button-primary { background: var(--blue); color: var(--white); box-shadow: 0 13px 28px rgba(10,79,163,.23); }
.button-primary:hover { background: var(--blue-dark); box-shadow: 0 16px 34px rgba(0,123,201,.3); }
.button-dark { background: var(--navy); color: var(--white); }
.button-dark:hover { background: var(--navy-2); }
.button-secondary { background: var(--white); color: var(--navy); border-color: var(--line); }
.button-secondary:hover { border-color: #a7bac7; }
.button-ghost { color: var(--white); border-color: rgba(255,255,255,.25); background: rgba(255,255,255,.04); }
.button-ghost:hover { border-color: rgba(255,255,255,.55); background: rgba(255,255,255,.08); }
.button-row { display: flex; flex-wrap: wrap; gap: 13px; align-items: center; }
.text-link { display: inline-flex; gap: 9px; align-items: center; color: var(--navy); font-weight: 780; }
.text-link span { color: var(--blue); transition: transform .18s; }
.text-link:hover span { transform: translateX(4px); }

.hero { position: relative; min-height: 735px; overflow: hidden; padding: 75px 0 88px; background: radial-gradient(circle at 85% 20%, rgba(10,79,163,.18), transparent 34%), radial-gradient(circle at 5% 95%, rgba(10,79,163,.08), transparent 38%), var(--navy); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .08; background-image: linear-gradient(rgba(255,255,255,.16) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.16) 1px, transparent 1px); background-size: 54px 54px; mask-image: linear-gradient(to right, transparent 20%, #000 100%); }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.02fr .98fr; gap: clamp(42px, 6vw, 88px); align-items: center; }
.hero-copy { position: relative; z-index: 2; }
.hero-kicker { display: inline-flex; gap: 10px; align-items: center; margin-bottom: 22px; color: #b5d3e7; font-size: .76rem; font-weight: 760; letter-spacing: .12em; text-transform: uppercase; }
.hero-kicker i { width: 8px; height: 8px; background: var(--blue); border-radius: 50%; box-shadow: 0 0 0 6px rgba(10,79,163,.14); }
.hero h1 { margin-bottom: 26px; color: var(--white); font-size: clamp(3rem, 5.5vw, 5.25rem); }
.hero h1 span { color: #b9d9f0; }
.hero-copy > p { max-width: 690px; margin-bottom: 31px; color: #bfd0dc; font-size: clamp(1.04rem, 1.6vw, 1.22rem); line-height: 1.72; }
.hero-facts { display: flex; gap: 26px; margin-top: 40px; padding-top: 27px; border-top: 1px solid rgba(255,255,255,.13); }
.hero-facts div { display: grid; gap: 2px; }
.hero-facts strong { color: var(--white); font-size: 1.25rem; }
.hero-facts span { color: #91aabd; font-size: .76rem; }
.hero-product { position: relative; min-height: 560px; display: flex; align-items: center; justify-content: center; }
.hero-v2 { min-height: 720px; display: flex; align-items: center; background: var(--navy); }
.hero-v2::after { content: ""; position: absolute; inset: 0; z-index: 0; background: linear-gradient(90deg, rgba(4,18,31,.97) 0%, rgba(4,18,31,.88) 32%, rgba(4,18,31,.34) 62%, rgba(4,18,31,.12) 100%), linear-gradient(0deg, rgba(4,18,31,.55), transparent 45%), url('../img/editorial/hero-kontratista.webp') center/cover no-repeat; }
.hero-v2::before { z-index: 1; opacity: .06; }
.hero-v2 .hero-grid { z-index: 2; grid-template-columns: minmax(0, 730px) 1fr; }
.hero-v2 .hero-product { display: none; }
.hero-v2 .hero-copy { padding: 40px 0; }
.hero-v2 .hero-copy > p { max-width: 640px; color: #d5e1e8; }
.hero-v2 .hero-facts { max-width: 680px; }
.product-window { width: min(100%, 510px); overflow: hidden; background: rgba(255,255,255,.98); border: 1px solid rgba(255,255,255,.3); border-radius: 26px; box-shadow: 0 45px 100px rgba(0,0,0,.3); transform: rotate(1deg); }
.window-top { display: flex; height: 54px; align-items: center; gap: 7px; padding: 0 21px; background: #eef4f8; border-bottom: 1px solid var(--line); }
.window-top span { width: 8px; height: 8px; background: #c0ccd4; border-radius: 50%; }
.window-top span:first-child { background: #ff8c7b; }
.window-top b { margin-left: auto; color: var(--navy); font-size: .82rem; }
.window-body { padding: 27px; }
.mini-label { margin-bottom: 13px; color: var(--muted); font-size: .72rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.request-option { display: grid; grid-template-columns: 44px 1fr auto; gap: 13px; align-items: center; margin: 10px 0; padding: 14px; border: 1px solid var(--line); border-radius: 13px; }
.request-option.is-selected { background: #eff9ff; border-color: rgba(10,79,163,.45); box-shadow: inset 3px 0 var(--blue); }
.option-code { display: grid; width: 44px; height: 44px; place-items: center; background: var(--navy); color: var(--white); border-radius: 10px; font-size: .72rem; font-weight: 900; }
.request-option.is-selected .option-code { background: var(--blue); }
.request-option strong, .request-option small { display: block; }
.request-option strong { color: var(--navy); font-size: .9rem; }
.request-option small { color: var(--muted); font-size: .74rem; }
.request-option i { display: grid; width: 23px; height: 23px; place-items: center; background: var(--blue); color: var(--white); border-radius: 50%; font-size: .72rem; font-style: normal; }
.search-status { display: grid; grid-template-columns: auto 1fr auto; gap: 12px; align-items: center; margin-top: 22px; padding: 18px; background: var(--navy); border-radius: 14px; }
.status-pulse { width: 12px; height: 12px; background: #31e0a6; border-radius: 50%; box-shadow: 0 0 0 6px rgba(49,224,166,.13); }
.search-status small, .search-status strong { display: block; }
.search-status small { color: #87a2b5; font-size: .67rem; }
.search-status strong { color: var(--white); font-size: .83rem; }
.status-count { color: #65c9ff; font-size: .8rem; font-weight: 800; }
.product-note { position: absolute; padding: 10px 14px; background: var(--white); color: var(--navy); border-radius: 10px; box-shadow: var(--shadow-sm); font-size: .75rem; font-weight: 800; }
.note-one { left: -8px; top: 92px; transform: rotate(-5deg); }
.note-two { right: -11px; bottom: 82px; transform: rotate(5deg); }

.section-heading { max-width: 800px; margin-bottom: 49px; }
.section-heading h2 { margin-bottom: 14px; }
.section-heading p { font-size: 1.05rem; }
.split-heading { max-width: none; display: grid; grid-template-columns: 1.15fr .85fr; gap: 70px; align-items: end; }
.split-heading > div:last-child { padding-bottom: 6px; }
.category-section { background: #fff; }
.category-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.category-card { position: relative; min-height: 360px; overflow: hidden; padding: 29px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); transition: transform .22s, box-shadow .22s, border-color .22s; }
.category-card:hover { transform: translateY(-7px); border-color: #b8cad6; box-shadow: var(--shadow-lg); }
.category-number { color: #91a0ab; font-size: .74rem; font-weight: 850; letter-spacing: .1em; }
.category-card h3 { max-width: 270px; margin: 98px 0 13px; font-size: 1.55rem; }
.category-card p { min-height: 78px; }
.category-symbol { position: absolute; right: 28px; top: 26px; width: 94px; height: 78px; }
.category-symbol span { position: absolute; background: rgba(10,79,163,.17); border: 2px solid var(--blue); }
.category-symbol span:nth-child(1) { left: 0; bottom: 0; width: 38px; height: 29px; }
.category-symbol span:nth-child(2) { left: 31px; bottom: 0; width: 38px; height: 52px; }
.category-symbol span:nth-child(3) { left: 62px; bottom: 0; width: 32px; height: 75px; }
.symbol-team span { width: 28px !important; height: 28px !important; top: 8px; border-radius: 50%; }
.symbol-team span::after { content: ""; position: absolute; left: -7px; top: 34px; width: 38px; height: 35px; border: 2px solid var(--blue); border-radius: 18px 18px 4px 4px; background: rgba(10,79,163,.15); }
.symbol-team span:nth-child(1) { left: 2px; }
.symbol-team span:nth-child(2) { left: 34px; top: 0; }
.symbol-team span:nth-child(3) { left: 66px; }
.category-blue { background: linear-gradient(145deg, #fff 55%, #edf8ff); }
.category-navy .category-symbol span { border-color: #234f71; background: rgba(7,27,45,.08); }
.category-steel .category-symbol span { border-color: #738794; background: rgba(102,117,131,.11); }

.process-section { background: var(--navy); }
.process-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; }
.process-intro { position: sticky; top: 120px; align-self: start; }
.process-intro h2 { color: var(--white); }
.process-intro p { margin-bottom: 28px; color: #a9bfce; font-size: 1.08rem; }
.process-intro .button { background: var(--white); color: var(--navy); }
.process-list { margin: 0; padding: 0; list-style: none; }
.process-list li { display: grid; grid-template-columns: 58px 1fr; gap: 24px; padding: 29px 0; border-top: 1px solid rgba(255,255,255,.14); }
.process-list li:last-child { border-bottom: 1px solid rgba(255,255,255,.14); }
.process-list > li > span { display: grid; width: 48px; height: 48px; place-items: center; background: rgba(10,79,163,.12); color: #b9d9f0; border: 1px solid rgba(10,79,163,.34); border-radius: 50%; font-size: .76rem; font-weight: 850; }
.process-list h3 { margin-bottom: 8px; color: var(--white); font-size: 1.33rem; }
.process-list p { margin: 0; color: #9cb3c2; }

.why-section { background: var(--surface); }
.why-section .section-heading { max-width: 720px; }
.benefit-grid { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; background: var(--white); }
.benefit-grid article { min-height: 280px; padding: 27px; border-right: 1px solid var(--line); }
.benefit-grid article:last-child { border-right: 0; }
.benefit-grid article > span { color: var(--blue); font-size: .72rem; font-weight: 850; }
.benefit-grid h3 { margin: 75px 0 12px; font-size: 1.2rem; }
.benefit-grid p { margin: 0; font-size: .91rem; }

.inspiration-home { background: var(--white); }
.model-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.wide-grid { grid-template-columns: repeat(3, 1fr); }
.model-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); transition: transform .22s, box-shadow .22s; }
.model-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.model-card > a { display: block; }
.model-card-body { padding: 25px 25px 27px; }
.model-card h3 { margin-bottom: 10px; font-size: 1.32rem; }
.model-card p { min-height: 75px; margin-bottom: 19px; font-size: .91rem; }
.concept-visual { position: relative; height: 250px; overflow: hidden; background: linear-gradient(#d9edf8 0 58%, #c8b69f 58% 100%); }
.concept-visual span { position: absolute; display: block; }
.concept-sky { inset: 0 0 42%; background: linear-gradient(145deg, #dff3fd, #b9d9e8); }
.concept-ground { inset: 58% 0 0; background: linear-gradient(165deg, #c5b294, #8c8f7c); }
.concept-structure { left: 17%; bottom: 22%; width: 66%; height: 39%; background: #f7f5ed; border: 1px solid rgba(7,27,45,.15); box-shadow: 0 12px 20px rgba(7,27,45,.18); }
.concept-structure::before { content: ""; position: absolute; left: -5%; top: -25%; width: 110%; height: 28%; background: var(--navy-2); transform: skewX(-16deg); transform-origin: left bottom; }
.concept-detail { left: 31%; bottom: 22%; width: 25%; height: 29%; background: #264e64; box-shadow: 36px 0 0 #7ba8bb; }
.concept-parking .concept-structure { left: 12%; width: 75%; height: 6%; bottom: 52%; background: var(--navy); }
.concept-parking .concept-structure::before { left: 3%; top: 100%; width: 5%; height: 250%; background: var(--navy); transform: none; box-shadow: 234px 0 0 var(--navy); }
.concept-parking .concept-detail { left: 29%; bottom: 29%; width: 46%; height: 17%; background: #e7edf0; border-radius: 30px 15px 8px 8px; box-shadow: none; }
.concept-fence .concept-structure { left: 5%; bottom: 17%; width: 90%; height: 35%; background: repeating-linear-gradient(90deg, #192e3e 0 7px, #8da0aa 7px 11px, transparent 11px 25px); box-shadow: none; }
.concept-fence .concept-structure::before { inset: auto 0 0; width: 100%; height: 18%; background: #b9afa1; transform: none; }
.concept-fence .concept-detail { display: none; }
.concept-kitchen .concept-structure { left: 12%; width: 76%; height: 46%; bottom: 19%; background: #f1efe9; }
.concept-kitchen .concept-detail { left: 22%; bottom: 24%; width: 20%; height: 27%; background: #8fb3c3; box-shadow: 75px 0 0 #8fb3c3, 150px 0 0 #8fb3c3; }
.concept-terrace .concept-structure { left: 9%; width: 82%; height: 7%; bottom: 55%; background: #b78352; }
.concept-terrace .concept-structure::before { top: 100%; left: 2%; width: 4%; height: 410%; background: #8e623d; transform: none; box-shadow: 250px 0 0 #8e623d; }
.concept-terrace .concept-detail { left: 29%; bottom: 21%; width: 43%; height: 12%; background: #314c5b; border-radius: 8px; box-shadow: none; }
.concept-gate .concept-structure { left: 12%; bottom: 18%; width: 76%; height: 41%; background: repeating-linear-gradient(90deg, #173448 0 6px, #173448 6px 9px, #7ca0b4 9px 12px); box-shadow: none; }
.concept-gate .concept-structure::before { left: -6%; top: -4%; width: 6%; height: 108%; background: #b3aaa0; transform: none; box-shadow: 238px 0 0 #b3aaa0; }
.concept-gate .concept-detail { display: none; }

.optional-section { background: #eaf2f7; }
.optional-card { display: grid; grid-template-columns: .9fr 1.1fr; gap: 75px; padding: 58px; color: var(--white); border-radius: var(--radius-lg); background: linear-gradient(135deg, #0a2337, #0d3653); box-shadow: var(--shadow-lg); }
.optional-card h2 { color: var(--white); }
.optional-card > div:first-child p { color: #adc0cc; font-size: 1.05rem; }
.optional-services article { display: grid; grid-template-columns: 42px 1fr; gap: 19px; padding: 23px 0; border-top: 1px solid rgba(255,255,255,.14); }
.optional-services article:last-child { border-bottom: 1px solid rgba(255,255,255,.14); }
.optional-services > article > span { color: #5cc3ff; font-size: .74rem; font-weight: 850; }
.optional-services h3 { margin-bottom: 6px; color: var(--white); }
.optional-services p { margin: 0; color: #9fb5c4; }
.final-cta-section { padding-top: 30px; }
.final-cta { padding: clamp(50px, 7vw, 88px); border-radius: var(--radius-lg); text-align: center; background: #f2f8fc; }
.final-cta h2 { margin-bottom: 29px; }

.page-hero { padding: clamp(82px, 10vw, 140px) 0; background-image: radial-gradient(circle at 85% 20%, rgba(10,79,163,.17), transparent 33%); }
.page-hero h1 { margin-bottom: 24px; color: var(--white); font-size: clamp(3rem, 6.3vw, 5.5rem); }
.page-hero p { color: #b6cad7; font-size: 1.16rem; }
.light-hero { background: linear-gradient(145deg, #eef8fe, #f8fafb); }
.light-hero h1 { color: var(--navy); }
.light-hero p { color: var(--muted); }
.how-flow { max-width: 950px; }
.how-flow article { display: grid; grid-template-columns: 80px 1fr; gap: 30px; padding: 34px 0; border-top: 1px solid var(--line); }
.how-flow article:last-child { border-bottom: 1px solid var(--line); }
.how-flow article > span { display: grid; width: 64px; height: 64px; place-items: center; background: var(--blue-soft); color: var(--blue-dark); border-radius: 50%; font-weight: 850; }
.how-flow h2 { margin-bottom: 9px; font-size: 1.6rem; }
.how-flow p { margin: 0; }
.split-content { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }
.detail-card { padding: 38px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-sm); }
.check-list { margin: 22px 0 0; padding: 0; list-style: none; }
.check-list li { position: relative; margin: 14px 0; padding-left: 29px; }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: 0; color: var(--blue); font-weight: 900; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; justify-content: space-between; gap: 20px; padding: 24px 0; color: var(--navy); font-size: 1.08rem; font-weight: 760; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--blue); font-size: 1.3rem; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { margin: -5px 60px 25px 0; }
.compact-cta { padding-top: 0; }
.service-stack { display: grid; gap: 24px; }
.service-row { display: grid; grid-template-columns: 85px 1fr 1fr; gap: 35px; padding: 45px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow-sm); }
.service-index { color: var(--blue); font-size: .8rem; font-weight: 850; }
.service-copy h2 { font-size: 2rem; }
.service-copy .button { margin-top: 13px; }
.service-row ul { margin: 0; padding: 0; list-style: none; }
.service-row li { padding: 10px 0; color: #445562; border-bottom: 1px solid var(--line); }
.service-row li::before { content: "—"; margin-right: 9px; color: var(--blue); }

.filter-bar { display: grid; grid-template-columns: 1fr 280px auto; gap: 16px; align-items: end; margin-bottom: 43px; padding: 21px; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); }
.filter-bar label span { display: block; margin-bottom: 7px; color: var(--navy); font-size: .78rem; font-weight: 760; }
.filter-bar input, .filter-bar select { width: 100%; height: 50px; padding: 0 14px; border: 1px solid #cbd8e0; border-radius: 9px; background: var(--white); color: var(--ink); }
.empty-state { padding: 80px 30px; border: 1px dashed #b8c8d3; border-radius: var(--radius); text-align: center; }
.empty-state > span { color: var(--blue); font-weight: 800; }
.empty-state h2 { margin-top: 10px; }
.model-detail-hero { padding: 40px 0 80px; background: var(--surface); }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 32px; color: var(--muted); font-size: .78rem; }
.breadcrumbs a:hover { color: var(--blue); }
.breadcrumbs.dark { color: #a6bbc9; }
.model-detail-grid { display: grid; grid-template-columns: 1.15fr .85fr; overflow: hidden; border-radius: var(--radius-lg); background: var(--white); box-shadow: var(--shadow-lg); }
.detail-visual { height: 100%; min-height: 520px; }
.model-detail-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(38px, 6vw, 70px); }
.model-detail-copy h1 { margin-bottom: 20px; font-size: clamp(2.4rem, 4.5vw, 4.4rem); }
.reference-price { display: flex; flex-direction: column; gap: 2px; margin: 2px 0 5px; padding-left: 14px; border-left: 3px solid var(--blue); }
.reference-price span { color: var(--muted); font-size: .7rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.reference-price strong { color: var(--navy); font-size: 1.1rem; }
.model-detail-copy .button { align-self: flex-start; margin: 15px 0 18px; }
.model-detail-copy small { color: var(--muted); line-height: 1.5; }
.article-layout { display: grid; grid-template-columns: minmax(0, 1fr) 310px; gap: 75px; align-items: start; max-width: 1050px; }
.article-content { color: #33424d; font-size: 1.08rem; }
.article-content h2 { margin: 45px 0 15px; font-size: 2rem; }
.article-content h3 { margin-top: 32px; }
.article-content p { color: #40515d; }
.article-content li { margin: 8px 0; }
.article-content a { color: var(--blue-dark); text-decoration: underline; }
.download-list { display: grid; gap: 9px; }
.download-list a { display: grid; grid-template-columns: 45px 1fr auto; gap: 12px; align-items: center; padding: 12px; border: 1px solid var(--line); border-radius: 10px; text-decoration: none; }
.download-list a > span { display: grid; width: 42px; height: 42px; place-items: center; background: var(--navy); color: var(--white); border-radius: 8px; font-size: .68rem; font-weight: 850; }
.download-list a > i { color: var(--blue-dark); font-size: .76rem; font-style: normal; }
.model-gallery { max-width: 1050px; margin: 75px auto 0; }
.model-gallery > div { display: grid; grid-template-columns: repeat(2, 1fr); gap: 15px; }
.model-gallery img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: 14px; }
.article-aside .sticky { position: sticky; top: 110px; }
.aside-card { padding: 29px; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); }
.aside-card h2 { font-size: 1.55rem; }
.aside-card .button { width: 100%; }

.article-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.article-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); transition: transform .22s, box-shadow .22s; }
.article-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.article-visual { position: relative; height: 220px; overflow: hidden; background: linear-gradient(145deg, #0c2f49, #0b6d9e); }
.article-visual::before { content: ""; position: absolute; inset: 25px; border: 1px solid rgba(255,255,255,.18); }
.article-visual span { position: absolute; left: 20%; top: 25%; width: 60%; height: 52%; border: 2px solid rgba(255,255,255,.65); transform: rotate(-3deg); }
.article-visual i { position: absolute; left: 29%; top: 37%; width: 40%; height: 2px; background: #8cb8d8; box-shadow: 0 17px 0 #8cb8d8, 0 34px 0 #8cb8d8; }
.article-visual b { position: absolute; right: 13%; bottom: 12%; width: 58px; height: 58px; border: 2px solid #8cb8d8; border-radius: 50%; }
.visual-compare { background: linear-gradient(145deg, #143345, #446575); }
.visual-compare span { left: 16%; width: 28%; transform: none; box-shadow: 115px 0 0 -2px rgba(255,255,255,.15); }
.visual-team { background: linear-gradient(145deg, #0a3a5b, #0088c7); }
.article-card-body { padding: 25px; }
.article-card h2 { margin-bottom: 11px; font-size: 1.35rem; }
.article-card p { min-height: 82px; font-size: .92rem; }
.article-header { padding: 70px 0 85px; }
.article-title { max-width: 930px; }
.article-title h1 { max-width: 900px; margin-bottom: 24px; color: var(--white); font-size: clamp(2.8rem, 6vw, 5.2rem); }
.article-title > p { max-width: 760px; color: #b6cad7; font-size: 1.16rem; }
.article-meta { display: flex; gap: 25px; color: #82a0b4; font-size: .8rem; }
.article-end-cta { margin-top: 58px; padding: 34px; background: var(--blue-soft); border-radius: var(--radius); }
.article-end-cta h2 { margin-top: 0; }

.story-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; }
.values-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.values-grid article { padding: 34px; border-top: 3px solid var(--blue); background: var(--surface); }
.values-grid article > span { color: var(--blue); font-weight: 850; }
.values-grid h2 { margin: 60px 0 12px; font-size: 1.6rem; }
.contact-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 25px; }
.contact-primary, .contact-details { padding: clamp(35px, 5vw, 60px); border-radius: var(--radius); }
.contact-primary { background: var(--navy); }
.contact-primary h2 { color: var(--white); }
.contact-primary p { color: #a7bdca; }
.contact-details { background: var(--surface); border: 1px solid var(--line); }
.contact-details dl { margin: 25px 0 0; }
.contact-details dl div { padding: 18px 0; border-top: 1px solid var(--line); }
.contact-details dt { color: var(--muted); font-size: .75rem; font-weight: 800; text-transform: uppercase; }
.contact-details dd { margin: 4px 0 0; color: var(--navy); font-weight: 700; }
.contact-details a { color: var(--blue-dark); }
.legal-content { max-width: 820px; }
.legal-content h2 { margin: 43px 0 12px; font-size: 1.55rem; }
.legal-content p { font-size: 1.02rem; }
.legal-content a { color: var(--blue-dark); text-decoration: underline; }
.not-found { min-height: 72vh; display: grid; place-items: center; padding: 80px 0; text-align: center; background: var(--surface); }
.error-code { display: block; color: var(--blue); font-size: clamp(5rem, 15vw, 10rem); font-weight: 900; line-height: .9; letter-spacing: -.09em; opacity: .17; }
.not-found h1 { margin-top: -20px; }
.not-found .button-row { justify-content: center; }

/* Solicitud */
.request-page { background: var(--surface); }
.request-shell { min-height: 100vh; padding: 62px 0 105px; background: radial-gradient(circle at 90% 5%, rgba(10,79,163,.11), transparent 26%), var(--surface); }
.request-container { max-width: 1000px; }
.request-intro { max-width: 710px; margin-bottom: 30px; }
.request-intro h1 { margin-bottom: 10px; font-size: clamp(2.5rem, 5vw, 4.5rem); }
.request-intro p { font-size: 1.05rem; }
.model-reference { display: flex; gap: 13px; align-items: center; margin: 0 0 18px; padding: 13px 17px; border: 1px solid rgba(10,79,163,.32); border-radius: 11px; background: var(--blue-soft); }
.model-reference span { color: var(--blue-dark); font-size: .73rem; font-weight: 850; text-transform: uppercase; }
.model-reference strong { color: var(--navy); }
.model-reference a { margin-left: auto; color: var(--blue-dark); font-weight: 750; }
.form-alert { margin-bottom: 20px; padding: 18px 21px; border-left: 4px solid var(--danger); border-radius: 8px; background: #fff0f0; color: #7c2424; }
.form-alert ul { margin-bottom: 0; }
.request-card { overflow: hidden; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); }
.request-progress { position: relative; display: grid; grid-template-columns: repeat(5, 1fr); padding: 25px 45px 19px; background: var(--navy); }
.progress-line { position: absolute; left: 10%; right: 10%; top: 45px; height: 2px; background: rgba(255,255,255,.15); }
.progress-line i { display: block; width: 0; height: 100%; background: var(--blue); transition: width .3s ease; }
.request-progress button { position: relative; z-index: 1; display: grid; justify-items: center; gap: 6px; padding: 0; border: 0; background: transparent; color: #8199a9; }
.request-progress button > span { display: grid; width: 42px; height: 42px; place-items: center; background: #19364b; border: 2px solid #29475c; border-radius: 50%; font-size: .74rem; font-weight: 850; }
.request-progress button small { font-size: .7rem; font-weight: 700; }
.request-progress button.is-active, .request-progress button.is-complete { color: var(--white); }
.request-progress button.is-active > span { background: var(--blue); border-color: var(--blue); box-shadow: 0 0 0 6px rgba(10,79,163,.13); }
.request-progress button.is-complete > span { background: var(--success); border-color: var(--success); }
.form-step { display: none; min-width: 0; margin: 0; padding: clamp(30px, 6vw, 64px); border: 0; }
.form-step.is-active { display: block; animation: step-in .28s ease both; }
.form-step legend { display: block; width: 100%; margin-bottom: 5px; color: var(--navy); font-size: clamp(1.7rem, 3vw, 2.45rem); font-weight: 800; line-height: 1.2; letter-spacing: -.035em; }
.form-step legend > span { display: block; margin-bottom: 7px; color: var(--blue-dark); font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; }
.step-help { margin-bottom: 30px; }
.choice-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.choice-card { position: relative; display: grid; grid-template-columns: 52px 1fr auto; gap: 14px; align-items: center; min-height: 102px; padding: 18px; border: 1px solid #cad8e1; border-radius: 14px; cursor: pointer; transition: border-color .18s, background .18s, box-shadow .18s; }
.choice-card:hover { border-color: var(--blue); }
.choice-card:has(input:checked) { background: var(--blue-soft); border-color: var(--blue); box-shadow: inset 4px 0 var(--blue); }
.choice-card input { position: absolute; opacity: 0; pointer-events: none; }
.choice-code { display: grid; width: 52px; height: 52px; place-items: center; background: var(--navy); color: var(--white); border-radius: 11px; font-size: .72rem; font-weight: 900; }
.choice-card:has(input:checked) .choice-code { background: var(--blue); }
.choice-card strong, .choice-card small { display: block; }
.choice-card strong { color: var(--navy); }
.choice-card small { color: var(--muted); font-size: .79rem; }
.choice-card i { display: none; width: 25px; height: 25px; place-items: center; background: var(--blue); color: var(--white); border-radius: 50%; font-size: .72rem; font-style: normal; }
.choice-card:has(input:checked) i { display: grid; }
.form-grid { display: grid; gap: 18px; }
.two-columns { grid-template-columns: 1fr 1fr; }
.three-columns { grid-template-columns: repeat(3, 1fr); }
.full { grid-column: 1 / -1; }
.form-grid label > span { display: block; margin-bottom: 7px; color: var(--navy); font-size: .81rem; font-weight: 750; }
.form-grid label > span b { color: var(--blue-dark); }
.form-grid label > span small { color: var(--muted); font-weight: 500; }
input, select, textarea { max-width: 100%; }
.form-grid input, .form-grid select, .form-grid textarea { width: 100%; border: 1px solid #c7d5de; border-radius: 10px; background: var(--white); color: var(--ink); transition: border-color .18s, box-shadow .18s; }
.form-grid input, .form-grid select { height: 53px; padding: 0 14px; }
.form-grid textarea { padding: 13px 14px; resize: vertical; }
.form-grid input:focus, .form-grid select:focus, .form-grid textarea:focus { border-color: var(--blue); outline: 0; box-shadow: 0 0 0 4px rgba(10,79,163,.1); }
.conditional-fields { display: none; margin: 26px 0; padding: 24px; background: var(--surface); border: 1px solid var(--line); border-radius: 14px; }
.conditional-fields.is-active { display: block; }
.schedule-fields { margin-top: 24px; }
.step-actions { display: flex; justify-content: space-between; gap: 12px; margin-top: 38px; padding-top: 25px; border-top: 1px solid var(--line); }
.step-actions .button { min-width: 140px; }
.field-error { border-color: var(--danger) !important; box-shadow: 0 0 0 3px rgba(168,41,41,.08) !important; }
.inline-error { display: block; margin-top: 5px; color: var(--danger); font-size: .75rem; }
.file-drop { display: grid; min-height: 250px; place-items: center; align-content: center; padding: 30px; border: 2px dashed #a9bfcc; border-radius: 16px; background: #f8fbfd; text-align: center; cursor: pointer; transition: border-color .18s, background .18s; }
.file-drop:hover, .file-drop.is-dragging { border-color: var(--blue); background: var(--blue-soft); }
.file-drop input { position: absolute; opacity: 0; pointer-events: none; }
.upload-symbol { display: grid; width: 58px; height: 58px; margin-bottom: 15px; place-items: center; background: var(--blue); color: var(--white); border-radius: 50%; font-size: 2rem; line-height: 1; }
.file-drop strong, .file-drop small { display: block; }
.file-drop strong { color: var(--navy); font-size: 1.08rem; }
.file-drop small { margin-top: 4px; color: var(--muted); }
.file-list { display: grid; gap: 8px; margin-top: 15px; }
.file-item { display: grid; grid-template-columns: 1fr auto; gap: 10px; padding: 10px 13px; background: var(--surface); border-radius: 8px; font-size: .79rem; }
.file-item span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.file-item small { color: var(--muted); }
.privacy-note { display: grid; grid-template-columns: auto 1fr; gap: 13px; margin-top: 20px; padding: 16px; background: #edf8f4; border: 1px solid #c8e8dc; border-radius: 10px; }
.privacy-note > span { align-self: start; padding: 3px 8px; background: var(--success); color: var(--white); border-radius: 5px; font-size: .66rem; font-weight: 850; text-transform: uppercase; }
.privacy-note p { margin: 0; color: #3a6657; font-size: .82rem; }
.request-summary { margin: 28px 0; padding: 22px; background: var(--surface); border: 1px solid var(--line); border-radius: 13px; }
.request-summary h2 { margin-bottom: 14px; font-size: 1rem; }
.request-summary dl { display: grid; grid-template-columns: repeat(2, 1fr); gap: 13px; margin: 0; }
.request-summary dl div { padding: 11px 12px; background: var(--white); border-radius: 8px; }
.request-summary dt { color: var(--muted); font-size: .68rem; font-weight: 800; text-transform: uppercase; }
.request-summary dd { margin: 2px 0 0; color: var(--navy); font-size: .86rem; font-weight: 730; }
.consent { display: grid; grid-template-columns: 21px 1fr; gap: 12px; align-items: start; color: #465863; font-size: .84rem; }
.consent input { width: 20px; height: 20px; margin: 2px 0 0; accent-color: var(--blue); }
.consent a { color: var(--blue-dark); text-decoration: underline; }
.submission-note { margin: 13px 0 0 33px; font-size: .78rem; }
.honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.submit-button[disabled] { opacity: .65; cursor: wait; transform: none; }

.success-shell { min-height: 78vh; display: grid; place-items: center; padding: 80px 20px; background: radial-gradient(circle at center, rgba(10,79,163,.11), transparent 37%), var(--surface); }
.success-card { max-width: 650px; padding: clamp(38px, 7vw, 70px); border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--white); box-shadow: var(--shadow-lg); text-align: center; }
.success-check { display: grid; width: 70px; height: 70px; margin: 0 auto 22px; place-items: center; background: var(--success); color: var(--white); border-radius: 50%; font-size: 1.8rem; }
.success-card h1 { font-size: clamp(2.2rem, 5vw, 3.8rem); }
.folio-box { margin: 27px 0; padding: 20px; background: var(--blue-soft); border-left: 4px solid var(--blue); border-radius: 8px; }
.folio-box small, .folio-box strong { display: block; }
.folio-box small { color: var(--muted); text-transform: uppercase; font-size: .68rem; font-weight: 800; }
.folio-box strong { color: var(--navy); font-size: 1.65rem; }
.success-note { font-size: .85rem; }
.success-card .button-row { justify-content: center; }

.site-footer { padding: 70px 0 25px; background: #061725; color: var(--white); }
.footer-grid { display: grid; grid-template-columns: 1.3fr repeat(3, 1fr); gap: 45px; }
.footer-logo-frame { width: 220px; height: 58px; overflow: hidden; border-radius: 7px; background: var(--white); }
.footer-brand p { max-width: 300px; margin-top: 20px; color: #829aaa; font-size: .9rem; }
.footer-grid h2 { margin-bottom: 15px; color: var(--white); font-size: .78rem; letter-spacing: .1em; text-transform: uppercase; }
.footer-grid > div:not(.footer-brand) a { display: block; margin: 9px 0; color: #98adba; font-size: .87rem; }
.footer-grid a:hover { color: var(--white); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 53px; padding-top: 23px; border-top: 1px solid rgba(255,255,255,.1); color: #6f899a; font-size: .76rem; }
.mobile-quote-cta { display: none; }

.reveal { animation: fade-up .55s ease both; }
@keyframes fade-up { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: none; } }
@keyframes step-in { from { opacity: 0; transform: translateX(10px); } to { opacity: 1; transform: none; } }

@media (max-width: 1080px) {
    .main-nav { gap: 17px; font-size: .84rem; }
    .brand { width: 190px; }
    .nav-cta { display: none; }
    .hero-grid { grid-template-columns: 1fr 1fr; gap: 35px; }
    .benefit-grid { grid-template-columns: repeat(2, 1fr); }
    .benefit-grid article:nth-child(2) { border-right: 0; }
    .benefit-grid article:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
    .article-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 900px) {
    .site-header { height: 72px; }
    .brand { width: 194px; height: 52px; }
    .nav-toggle { display: block; }
    .main-nav { position: fixed; inset: 72px 0 auto; display: none; max-height: calc(100vh - 72px); overflow-y: auto; padding: 20px; background: var(--white); border-top: 1px solid var(--line); box-shadow: var(--shadow-lg); }
    .main-nav.is-open { display: grid; gap: 0; }
    .main-nav > a:not(.button) { padding: 15px 7px; border-bottom: 1px solid var(--line); }
    .main-nav > a:not(.button)::after { display: none; }
    .nav-cta { display: inline-flex; margin-top: 15px; }
    .hero { min-height: 0; padding: 65px 0 75px; }
    .hero-grid, .process-layout, .optional-card, .model-detail-grid, .split-content, .story-grid, .contact-grid { grid-template-columns: 1fr; }
    .hero-product { min-height: 500px; }
    .product-window { max-width: 540px; }
    .process-intro { position: static; }
    .category-grid, .model-grid, .wide-grid { grid-template-columns: repeat(2, 1fr); }
    .category-grid .category-card:last-child { grid-column: 1 / -1; }
    .split-heading { grid-template-columns: 1fr; gap: 5px; }
    .optional-card { gap: 30px; }
    .model-detail-grid { overflow: visible; }
    .detail-visual { min-height: 420px; border-radius: var(--radius-lg) var(--radius-lg) 0 0; }
    .article-layout { grid-template-columns: 1fr; gap: 45px; }
    .article-aside .sticky { position: static; }
    .service-row { grid-template-columns: 60px 1fr; }
    .service-row ul { grid-column: 2; }
    .values-grid { grid-template-columns: 1fr; }
    .filter-bar { grid-template-columns: 1fr 1fr; }
    .filter-bar .button { grid-column: 1 / -1; }
    .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
    .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 680px) {
    body { font-size: 15px; padding-bottom: 68px; }
    .container { width: min(calc(100% - 28px), var(--container)); }
    .section { padding: 70px 0; }
    h1 { font-size: clamp(2.35rem, 12vw, 3.7rem); }
    h2 { font-size: clamp(1.85rem, 9vw, 2.7rem); }
    .hero { padding: 52px 0 65px; }
    .hero-v2 { min-height: 690px; align-items: flex-end; background: var(--navy); }
    .hero-v2::after { background: linear-gradient(0deg, rgba(4,18,31,.99) 0%, rgba(4,18,31,.86) 48%, rgba(4,18,31,.12) 86%), url('../img/editorial/hero-kontratista.webp') 69% center/cover no-repeat; }
    .hero-v2 .hero-grid { grid-template-columns: 1fr; }
    .hero-v2 .hero-copy { padding: 205px 0 0; }
    .hero h1 { font-size: clamp(2.55rem, 12.8vw, 4rem); }
    .hero-facts { gap: 13px; }
    .hero-facts div { flex: 1; }
    .hero-facts strong { font-size: 1rem; }
    .hero-facts span { font-size: .68rem; }
    .hero-product { min-height: 430px; }
    .product-window { transform: none; border-radius: 20px; }
    .window-body { padding: 18px; }
    .request-option { grid-template-columns: 40px 1fr auto; padding: 11px; }
    .option-code { width: 40px; height: 40px; }
    .product-note { display: none; }
    .category-grid, .model-grid, .wide-grid, .benefit-grid, .article-grid { grid-template-columns: 1fr; }
    .category-grid .category-card:last-child { grid-column: auto; }
    .category-card { min-height: 325px; }
    .benefit-grid article { min-height: 220px; border-right: 0; border-bottom: 1px solid var(--line); }
    .benefit-grid article:last-child { border-bottom: 0; }
    .benefit-grid h3 { margin-top: 50px; }
    .optional-card { padding: 34px 24px; border-radius: var(--radius); }
    .page-hero { padding: 75px 0; }
    .how-flow article { grid-template-columns: 55px 1fr; gap: 17px; }
    .how-flow article > span { width: 50px; height: 50px; }
    .service-row { grid-template-columns: 1fr; padding: 27px; }
    .service-row ul { grid-column: auto; }
    .filter-bar { grid-template-columns: 1fr; padding: 16px; }
    .filter-bar .button { grid-column: auto; }
    .model-detail-hero { padding-top: 25px; }
    .detail-visual { min-height: 330px; }
    .model-detail-copy { padding: 32px 24px; }
    .article-header { padding: 50px 0 65px; }
    .article-meta { flex-direction: column; gap: 3px; }
    .model-gallery > div { grid-template-columns: 1fr; }
    .story-grid { gap: 20px; }
    .request-shell { padding-top: 38px; }
    .request-progress { padding: 18px 15px 14px; }
    .progress-line { left: 12%; right: 12%; top: 37px; }
    .request-progress button > span { width: 38px; height: 38px; }
    .request-progress button small { display: none; }
    .form-step { padding: 30px 20px; }
    .choice-grid, .two-columns, .three-columns { grid-template-columns: 1fr; }
    .choice-card { min-height: 90px; }
    .conditional-fields { padding: 17px; }
    .request-summary dl { grid-template-columns: 1fr; }
    .step-actions { align-items: stretch; }
    .step-actions .button { min-width: 0; flex: 1; padding-inline: 12px; }
    .model-reference { align-items: flex-start; flex-wrap: wrap; }
    .model-reference a { margin-left: 0; width: 100%; }
    .footer-grid { grid-template-columns: 1fr 1fr; gap: 35px 25px; }
    .footer-brand { grid-column: 1 / -1; }
    .footer-bottom { flex-direction: column; }
    .mobile-quote-cta { position: fixed; z-index: 990; left: 12px; right: 12px; bottom: calc(9px + env(safe-area-inset-bottom)); display: flex; min-height: 52px; align-items: center; justify-content: center; background: var(--blue); color: var(--white); border-radius: 10px; box-shadow: 0 12px 30px rgba(0,88,145,.35); font-weight: 820; }
}

@media (max-width: 420px) {
    .brand { width: 175px; }
    .button-row .button { width: 100%; }
    .hero-facts { flex-wrap: wrap; }
    .hero-facts div { min-width: 85px; }
    .footer-grid { grid-template-columns: 1fr; }
    .footer-brand { grid-column: auto; }
    .request-progress { padding-inline: 8px; }
    .choice-card { grid-template-columns: 46px 1fr auto; padding: 14px 12px; }
    .choice-code { width: 46px; height: 46px; }
}

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

/* Kontratista v2: contenido editorial, servicios y marca */
.brand,
.footer-logo-frame { background: transparent; overflow: visible; }
.brand img,
.footer-logo-frame img { object-fit: contain; object-position: left center; }
.card-media { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; background: #dbe7ee; }
.model-card .card-media,
.article-card .card-media,
.service-card .card-media { transition: transform .55s cubic-bezier(.2,.7,.2,1); }
.model-card:hover .card-media,
.article-card:hover .card-media,
.service-card:hover .card-media { transform: scale(1.035); }
.detail-visual { width: 100%; height: 100%; min-height: 520px; aspect-ratio: auto; object-fit: cover; }
.article-card-meta { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 8px 16px; margin: -4px 0 17px; color: var(--muted); font-size: .74rem; }

.service-card-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.service-card { min-width: 0; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: 0 10px 35px rgba(7,27,45,.055); transition: transform .22s, box-shadow .22s, border-color .22s; }
.service-card:hover { transform: translateY(-6px); border-color: #b8cad6; box-shadow: var(--shadow-lg); }
.service-card > a { display: block; height: 100%; }
.service-card-body { display: flex; min-height: 300px; flex-direction: column; padding: 26px; }
.service-card-body h3 { margin-bottom: 11px; font-size: 1.4rem; }
.service-card-body p { margin-bottom: 22px; font-size: .92rem; }
.service-card-body .text-link { margin-top: auto; }
.service-card-grid-wide .service-card:nth-child(1),
.service-card-grid-wide .service-card:nth-child(6) { grid-column: span 2; }
.service-card-grid-wide .service-card:nth-child(1) > a,
.service-card-grid-wide .service-card:nth-child(6) > a { display: grid; grid-template-columns: 1.05fr .95fr; }
.service-card-grid-wide .service-card:nth-child(1) .card-media,
.service-card-grid-wide .service-card:nth-child(6) .card-media { height: 100%; aspect-ratio: auto; }

.service-detail-hero { padding: 40px 0 88px; background: radial-gradient(circle at 82% 15%, rgba(10,79,163,.18), transparent 32%), var(--navy); }
.service-detail-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: clamp(38px,6vw,82px); align-items: center; }
.service-detail-grid h1 { max-width: 720px; margin-bottom: 20px; color: var(--white); font-size: clamp(2.7rem,5.5vw,5rem); }
.service-detail-grid p { max-width: 650px; margin-bottom: 28px; color: #b9cedb; font-size: 1.12rem; }
.service-detail-grid > div:last-child { overflow: hidden; border: 1px solid rgba(255,255,255,.15); border-radius: var(--radius-lg); box-shadow: 0 35px 80px rgba(0,0,0,.28); }
.service-detail-grid .detail-visual { min-height: 470px; }

.article-cover { max-width: 1000px; margin-top: 42px; overflow: hidden; border: 1px solid rgba(255,255,255,.16); border-radius: var(--radius-lg) var(--radius-lg) 0 0; box-shadow: 0 28px 70px rgba(0,0,0,.24); }
.article-cover-image { width: 100%; max-height: 560px; aspect-ratio: 16 / 9; object-fit: cover; }
.article-content blockquote,
.article-content aside { margin: 30px 0; padding: 21px 24px; border-left: 4px solid var(--blue); border-radius: 0 12px 12px 0; background: var(--blue-soft); color: #29495c; }
.article-content table { width: 100%; margin: 28px 0; border-collapse: collapse; font-size: .92rem; }
.article-content th,
.article-content td { padding: 12px; border: 1px solid var(--line); text-align: left; }
.article-content th { background: var(--surface); color: var(--navy); }

@media (max-width: 900px) {
    .service-card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .service-card-grid-wide .service-card:nth-child(1),
    .service-card-grid-wide .service-card:nth-child(6) { grid-column: auto; }
    .service-card-grid-wide .service-card:nth-child(1) > a,
    .service-card-grid-wide .service-card:nth-child(6) > a { display: block; }
    .service-card-grid-wide .service-card:nth-child(1) .card-media,
    .service-card-grid-wide .service-card:nth-child(6) .card-media { height: auto; aspect-ratio: 16 / 9; }
    .service-detail-grid { grid-template-columns: 1fr; }
    .service-detail-grid .detail-visual { min-height: 390px; }
}

@media (max-width: 680px) {
    .service-card-grid { grid-template-columns: 1fr; }
    .service-card-body { min-height: 0; padding: 22px; }
    .service-detail-hero { padding: 28px 0 65px; }
    .service-detail-grid .detail-visual { min-height: 280px; }
    .article-cover { margin-inline: -14px; border-radius: 18px 18px 0 0; }
    .article-content { font-size: 1rem; }
    .article-content h2 { font-size: 1.7rem; }
}
