/* FLORES «A» — HTML estático. Colores y tamaños principales. */
:root {
  --navy: #071c2e;
  --navy-deep: #041421;
  --ink: #142536;
  --muted: #617080;
  --gold: #cda259;
  --gold-dark: #94703a;
  --paper: #f6f5f2;
  --line: #e3e6e8;
  --green: #12834b;
  --green-hover: #0c673a;
  --white: #fff;
  --serif: Georgia, 'Times New Roman', serif;
  --sans: Arial, Helvetica, sans-serif;
  --radius: 8px;
  --content: 1240px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: var(--sans); font-size: 15px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
body.modal-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a, input, select, textarea, summary { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
button:disabled { cursor: not-allowed; }
button { color: inherit; }
button, input, select, textarea { border-radius: 0; }
a:focus-visible, button:focus-visible, summary:focus-visible { outline: 3px solid var(--gold); outline-offset: 5px; }
input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 2px solid var(--gold-dark); outline-offset: 2px; }
::selection { background: #dfc397; color: var(--navy); }
[hidden] { display: none !important; }
.container { width: min(var(--content), calc(100% - 96px)); margin-inline: auto; }
.icon { display: inline-block; width: 21px; height: 21px; flex: 0 0 auto; vertical-align: middle; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.icon.wa { stroke: none; fill: currentColor; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: -80px; left: 12px; padding: 12px 20px; background: white; color: var(--navy); z-index: 150; }
.skip-link:focus { top: 10px; }
.btn { min-height: 47px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 12px 20px; border-radius: 5px; border: 1px solid transparent; font-size: 13px; font-weight: 600; line-height: 1.4; text-align: center; transition: background .2s, border-color .2s, transform .2s; }
.btn:hover { transform: translateY(-2px); }
.btn-green { background: var(--green); color: white; }
.btn-green:hover { background: var(--green-hover); }
.btn-gold { background: var(--gold); color: var(--navy-deep); }
.btn-gold:hover { background: #deb979; }
.btn-outline { color: white; border-color: #ffffff65; background: #071c2e20; }
.btn-outline:hover { background: #ffffff12; border-color: #ffffffa8; }
.btn-light { border-color: var(--line); background: #fff; color: var(--ink); }
.btn-full { width: 100%; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 17px; text-transform: uppercase; letter-spacing: 2.2px; font-size: 10px; line-height: 1.5; font-weight: 700; color: var(--gold-dark); }
.eyebrow::before { content: ''; width: 24px; height: 1px; background: currentColor; flex: 0 0 auto; }
h1, h2, h3, p { margin-top: 0; }
h2 { font: normal 42px/1.13 var(--serif); letter-spacing: -1.1px; }
h3 { font: normal 25px/1.16 var(--serif); letter-spacing: -.4px; }
/* Navegación */
.site-header { height: 86px; position: sticky; top: 0; z-index: 50; background: var(--navy); border-bottom: 1px solid #d5af7028; }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 28px; height: 100%; }
.brand { display: inline-flex; align-items: center; gap: 9px; color: #ddbb7d; flex-shrink: 0; }
.brand-mark { width: 76px; height: 61px; object-fit: contain; }
.brand-name { display: block; font: 27px/1.08 var(--serif); letter-spacing: .8px; white-space: nowrap; }
.brand-caption { display: block; margin-top: 5px; font: 12px/1.2 var(--serif); letter-spacing: .2px; }
.main-nav { display: flex; align-items: center; gap: 25px; margin-left: auto; }
.main-nav > a { position: relative; color: #e1e7eb; font-size: 12px; line-height: 86px; transition: color .2s; }
.main-nav > a::after { content: ''; position: absolute; bottom: 23px; height: 2px; width: 0; left: 0; background: var(--gold); transition: width .2s; }
.main-nav > a:hover, .main-nav > a.active { color: var(--gold); }
.main-nav > a:hover::after, .main-nav > a.active::after { width: 100%; }
.header-cta { min-height: 43px; padding: 10px 17px; font-size: 12px; }
.header-cta .icon { width: 19px; height: 19px; }
.menu-toggle { display: none; height: 42px; width: 42px; border: 1px solid #ffffff35; border-radius: 4px; background: none; color: white; }
/* Portada: tres diapositivas. El formulario permanece fijo. */
.hero { position: relative; overflow: hidden; background: var(--navy-deep); color: white; }
.hero-backdrops { position: absolute; inset: 0; overflow: hidden; }
.hero-backdrop { position: absolute; inset: 0; opacity: 0; transition: opacity .85s ease; background: var(--navy-deep); }
.hero-backdrop.is-active { opacity: 1; }
.hero-backdrop img { position: absolute; right: 31%; top: 0; height: 100%; width: 32%; object-fit: cover; -webkit-mask-image: linear-gradient(90deg, transparent, #000 18%, #000 87%, transparent); mask-image: linear-gradient(90deg, transparent, #000 18%, #000 87%, transparent); object-position: center 23%; filter: saturate(.7); }
.hero-backdrop::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, var(--navy-deep) 0%, #041421fc 29%, #041421d9 40%, #04142112 59%, #04142110 65%, #041421b8 80%, #041421 100%), linear-gradient(0deg, #041421b5, transparent 22%); }
.hero-inner { position: relative; display: grid; grid-template-columns: minmax(0,1fr) 365px; align-items: center; gap: 56px; min-height: 702px; padding-block: 37px; z-index: 1; }
.hero-copy { padding-top: 0; align-self: center; position: relative; min-width: 0; }
.slides-stage { display: grid; }
.hero-slide { grid-area: 1/1; max-width: 532px; align-self: center; opacity: 0; visibility: hidden; transform: translateY(8px); transition: opacity .5s ease, transform .5s ease, visibility .5s; }
.hero-slide.is-active { opacity: 1; visibility: visible; transform: translateY(0); }
.hero-slide .eyebrow { font-size: 10px; color: #dfb971; letter-spacing: 1.7px; margin-bottom: 23px; }
.hero-title { font: 56px/1.06 var(--serif); letter-spacing: -1.6px; margin-bottom: 22px; max-width: 540px; }
.hero-title em { color: #dfb971; font-style: normal; }
.hero-description { max-width: 440px; color: #d9e1e7; font-size: 14px; line-height: 1.8; margin-bottom: 27px; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.slider-controls { display: flex; align-items: center; gap: 16px; margin-top: 40px; width: fit-content; }
.slide-counter { font-size: 11px; color: #cbd1d6; font-variant-numeric: tabular-nums; letter-spacing: 1px; padding-right: 7px; }
.slide-counter strong { color: white; font-weight: 400; }
.arrow-pair { display: flex; gap: 7px; }
.slider-btn { display: inline-flex; width: 34px; height: 34px; align-items: center; justify-content: center; border: 1px solid #ffffff35; color: #e8eef2; background: transparent; border-radius: 50%; }
.slider-btn:hover { border-color: var(--gold); color: var(--gold); }
.slider-btn .icon { width: 16px; height: 16px; }
.slider-dots { display: flex; align-items: center; gap: 0; }
.slider-dot { width: 25px; height: 30px; border: 0; padding: 0; display: grid; place-items: center; background: transparent; }
.slider-dot::after { content: ''; width: 5px; height: 5px; border-radius: 100%; background: #91a0ac80; transition: .2s; }
.slider-dot[aria-current='true']::after { background: var(--gold); width: 19px; height: 4px; border-radius: 2px; }
.pause-btn { border-color: transparent; opacity: .7; }
.image-reference { position: absolute; font-size: 9px; color: #b7c1ca; opacity: .85; bottom: 12px; left: 55%; letter-spacing: .3px; z-index: 2; }
/* Formulario */
.consult-panel { align-self: center; position: relative; background: white; color: var(--ink); padding: 25px 27px 22px; border-radius: 8px; box-shadow: 0 16px 50px #00000020; }
.form-kicker { display: inline-block; margin-bottom: 5px; font-size: 9px; text-transform: uppercase; letter-spacing: 1.5px; color: var(--gold-dark); font-weight: 700; }
.consult-panel h2 { font-size: 30px; letter-spacing: -.5px; margin-bottom: 7px; }
.form-intro { margin-bottom: 17px; font-size: 12px; color: var(--muted); line-height: 1.6; }
.field { display: block; margin-bottom: 11px; }
.field-label { display: block; font-size: 11px; font-weight: 600; line-height: 1.3; color: #334454; margin-bottom: 5px; }
.field-label small { font-size: 10px; font-weight: 400; color: var(--muted); }
.input-wrap { position: relative; }
.input-wrap > .icon { position: absolute; width: 15px; height: 15px; top: 13px; left: 11px; color: #81909d; pointer-events: none; }
.field input, .field select, .field textarea { display: block; width: 100%; border: 1px solid #dde2e7; border-radius: 4px; background: #fafbfc; color: var(--ink); font-size: 12px; line-height: 1.4; padding: 11px 12px 11px 34px; min-height: 41px; transition: border-color .2s, background .2s; }
.field input::placeholder, .field textarea::placeholder { color: #8995a0; opacity: 1; }
.field select { appearance: auto; padding-right: 8px; }
.field textarea { resize: vertical; min-height: 67px; max-height: 140px; }
.field input:focus, .field select:focus, .field textarea:focus { background: #fff; border-color: #baa171; }
.consent { display: flex; align-items: flex-start; gap: 8px; color: #647281; font-size: 10px; line-height: 1.5; margin: 14px 0; cursor: pointer; }
.consent input { accent-color: var(--green); width: 14px; height: 14px; margin: 1px 0 0; flex-shrink: 0; }
.form-submit { min-height: 44px; padding-block: 10px; font-size: 12px; }
.form-submit .icon { margin-left: auto; width: 17px; height: 17px; }
.form-submit .submit-label { margin-left: auto; }
.form-footnote { color: #73818d; font-size: 9px; text-align: center; line-height: 1.55; margin: 10px 0 0; }
.form-error { background: #fff2ef; border-left: 2px solid #a74732; color: #8b3c2d; font-size: 11px; padding: 8px 10px; margin-bottom: 12px; }
/* Franja de confianza */
.trust-section { background: var(--paper); border-bottom: 1px solid #e4e6e7; }
.trust-grid { display: grid; grid-template-columns: repeat(3,1fr); padding-block: 25px; }
.trust-item { display: flex; gap: 16px; align-items: center; padding: 0 35px; border-right: 1px solid #d9d7d2; }
.trust-item:first-child { padding-left: 0; }
.trust-item:last-child { border: 0; }
.trust-item > .icon { width: 27px; height: 27px; color: var(--gold-dark); }
.trust-item strong { display: block; font-size: 13px; font-weight: 600; margin-bottom: 3px; }
.trust-item span { color: var(--muted); display: block; font-size: 11px; }
/* Servicios */
.section { padding-block: 81px; }
.section-header { display: flex; justify-content: space-between; gap: 48px; align-items: flex-end; margin-bottom: 35px; }
.section-header h2 { margin-bottom: 0; }
.section-header .eyebrow { margin-bottom: 13px; }
.section-lead { max-width: 342px; font-size: 13px; color: var(--muted); line-height: 1.8; margin-bottom: 3px; }
.service-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 20px; }
.service-card { display: flex; flex-direction: column; overflow: hidden; border: 1px solid #e3e7eb; border-radius: 6px; background: white; transition: border-color .2s, box-shadow .2s, transform .25s; }
.service-card:hover { border-color: #cab994; box-shadow: 0 12px 30px #132e4010; transform: translateY(-4px); }
.service-media { position: relative; overflow: hidden; background: #e5e5e3; }
.service-media img { width: 100%; height: 137px; object-fit: cover; filter: saturate(.74); transition: transform .45s; }
.service-card:hover .service-media img { transform: scale(1.04); }
.service-body { padding: 23px 20px 20px; display: flex; flex-direction: column; flex: 1; }
.service-index { font: 10px/1.3 var(--sans); letter-spacing: 2px; color: var(--gold-dark); margin-bottom: 11px; }
.service-body h3 { margin-bottom: 15px; min-height: 57px; font-size: 25px; }
.service-list { list-style: none; margin: 0 0 24px; padding: 0; font-size: 12px; line-height: 1.65; color: #5e6c78; }
.service-list li { display: flex; align-items: flex-start; gap: 7px; margin-bottom: 7px; }
.service-list li:last-child { margin-bottom: 0; }
.service-list .icon { width: 13px; height: 13px; margin-top: 3px; color: var(--gold-dark); }
.service-body .btn { margin-top: auto; font-size: 12px; min-height: 42px; gap: 7px; padding-inline: 7px; }
.service-body .btn .icon { width: 18px; height: 18px; }
.specialties { margin-top: 26px; background: #fafaf9; border: 1px solid #e7e6e3; border-radius: 5px; scroll-margin-top: 108px; }
.specialties summary { display: flex; align-items: center; justify-content: space-between; padding: 21px 24px; gap: 20px; cursor: pointer; list-style: none; }
.specialties summary::-webkit-details-marker { display: none; }
.specialties summary strong { font-size: 13px; font-weight: 500; }
.specialties summary small { color: #66737d; display: block; font-size: 11px; margin-top: 3px; }
.specialties summary > .icon { color: var(--gold-dark); width: 18px; height: 18px; }
.specialties[open] summary > .icon { transform: rotate(45deg); }
.specialty-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 10px; border-top: 1px solid var(--line); padding: 20px 24px; }
.specialty-link { background: #fff; padding: 12px 13px; font-size: 11px; display: flex; align-items: center; justify-content: space-between; gap: 8px; border: 1px solid var(--line); border-radius: 4px; }
.specialty-link:hover { border-color: var(--gold); color: var(--gold-dark); }
.specialty-link .icon { width: 14px; height: 14px; }
/* Nosotros */
.about-section { border-top: 1px solid #eceeeF; background: #fbfbfa; }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 88px; align-items: center; }
.about-media { margin: 0; position: relative; }
.about-media img { width: 100%; height: auto; aspect-ratio: 1.25; object-fit: cover; border-radius: 5px; }
.about-media figcaption { position: absolute; bottom: 15px; left: 18px; color: #eee; font-size: 9px; background: #071c2e75; padding: 4px 8px; border-radius: 3px; }
.about-copy h2 { margin-bottom: 19px; font-size: 43px; }
.about-intro { color: var(--muted); font-size: 13px; line-height: 1.8; margin-bottom: 23px; }
.about-points { display: grid; gap: 19px; margin-bottom: 28px; }
.about-point { display: flex; gap: 15px; align-items: flex-start; }
.about-point > .icon { color: var(--gold-dark); width: 22px; height: 22px; margin-top: 3px; }
.about-point h3 { font: 600 13px/1.5 var(--sans); margin-bottom: 3px; letter-spacing: 0; }
.about-point p { font-size: 11px; color: var(--muted); margin-bottom: 0; line-height: 1.7; }
/* Contacto y pie */
.contact-section { background: var(--navy); color: white; padding-block: 47px; }
.contact-inner { display: flex; align-items: center; justify-content: space-between; gap: 35px; }
.contact-inner .eyebrow { color: #d5b178; margin-bottom: 12px; }
.contact-inner h2 { font-size: 39px; margin-bottom: 9px; }
.contact-inner p { font-size: 12px; color: #b4c0ca; margin-bottom: 0; }
.contact-action { display: flex; flex-direction: column; align-items: flex-end; gap: 10px; flex-shrink: 0; }
.contact-action .btn { min-width: 238px; }
.contact-action small { color: #adb9c4; font-size: 10px; }
.site-footer { background: var(--navy-deep); color: #c5cdd3; }
.footer-main { display: grid; grid-template-columns: 1.08fr 1fr .8fr; padding-block: 40px; gap: 55px; align-items: start; }
.footer-main .brand-mark { width: 63px; height: 54px; }
.footer-main .brand-name { font-size: 23px; }
.footer-main .brand-caption { font-size: 11px; }
.footer-tagline { color: #94a4b2; font-size: 11px; margin: 15px 0 0; }
.footer-contact { font-style: normal; display: grid; gap: 12px; padding-top: 6px; font-size: 11px; }
.footer-contact a, .footer-contact span { display: flex; align-items: center; gap: 11px; }
.footer-contact .icon { width: 16px; height: 16px; color: #b6a17f; }
.footer-contact a:hover { color: var(--gold); }
.footer-links { display: grid; grid-template-columns: 1fr 1fr; gap: 9px 20px; font-size: 11px; padding-top: 5px; }
.footer-links a:hover, .text-button:hover { color: var(--gold); }
.text-button { background: none; padding: 0; border: 0; color: inherit; font-size: inherit; text-align: left; text-decoration: underline; text-underline-offset: 3px; }
.footer-bottom { display: flex; gap: 20px; align-items: center; justify-content: space-between; border-top: 1px solid #ffffff18; padding-block: 19px; color: #8fa0ae; font-size: 9px; line-height: 1.6; }
.footer-bottom p { margin: 0; }
.footer-note { text-align: right; max-width: 440px; }
.whatsapp-float { display: grid; place-items: center; position: fixed; right: 23px; bottom: 23px; z-index: 45; width: 53px; height: 53px; border-radius: 50%; background: var(--green); color: white; box-shadow: 0 4px 18px #071c2e25; border: 2px solid white; transition: transform .2s; }
.whatsapp-float:hover { transform: translateY(-3px); }
.whatsapp-float > .icon { height: 28px; width: 28px; }
/* Revisión del formulario: ningún envío automático. */
.modal { width: min(520px, calc(100% - 32px)); padding: 30px; border: 1px solid var(--line); border-radius: 10px; color: var(--ink); box-shadow: 0 25px 100px #0004; max-height: calc(100dvh - 50px); overflow-y: auto; }
.modal::backdrop { background: #041421b5; backdrop-filter: blur(3px); }
.modal-head { display: flex; justify-content: space-between; gap: 12px; align-items: flex-start; }
.modal-head h2 { font-size: 29px; margin: 0 0 12px; }
.modal-close { display: grid; place-items: center; width: 29px; height: 29px; border: 1px solid var(--line); border-radius: 50%; background: white; flex-shrink: 0; }
.modal-close .icon { height: 16px; width: 16px; }
.modal p { color: var(--muted); font-size: 12px; }
.review-message { margin: 17px 0; padding: 17px; background: #f4f6f7; border: 1px solid var(--line); border-radius: 5px; white-space: pre-wrap; overflow-wrap: anywhere; font: 12px/1.8 var(--sans); max-height: 300px; overflow-y: auto; }
.modal-actions { display: flex; gap: 10px; justify-content: flex-end; margin-top: 19px; flex-wrap: wrap; }
.modal-actions .btn { font-size: 12px; }
.modal .eyebrow { margin-bottom: 12px; }
.modal-small-note { font-size: 10px !important; margin-bottom: 0; }
/* Tablet */
@media (min-width: 1550px) { .hero-backdrop img { right: 31%; width: 28%; } }
@media (max-width: 1190px) {
  .container { width: calc(100% - 64px); }
  .header-inner { gap: 20px; }
  .brand-mark { width: 62px; height: 53px; }
  .brand-name { font-size: 24px; }
  .brand-caption { font-size: 10px; }
  .main-nav { gap: 17px; }
  .header-cta { padding: 10px 13px; }
  .header-cta .cta-word { display: none; }
  .hero-inner { grid-template-columns: minmax(0,1fr) 337px; gap: 36px; min-height: 685px; }
  .hero-title { font-size: 49px; }
  .hero-slide { max-width: 460px; }
  .hero-description { max-width: 364px; font-size: 13px; }
  .hero-backdrop img { right: 31%; width: 36%; }
  .consult-panel { padding: 24px; }
  .hero-actions .btn { padding-inline: 14px; font-size: 12px; }
  .service-grid { gap: 16px; }
  .service-body { padding: 19px 16px 17px; }
  .service-body h3 { font-size: 23px; }
  .service-list { font-size: 10px; }
  .service-body .btn { font-size: 10px; gap: 5px; }
  .about-grid { gap: 55px; }
  .footer-main { gap: 35px; }
}
@media (max-width: 990px) {
  .header-inner { gap: 16px; }
  .menu-toggle { display: grid; place-items: center; order: 4; }
  .header-cta { margin-left: auto; }
  .main-nav { display: none; position: absolute; top: 85px; left: 0; width: 100%; background: var(--navy); padding: 16px 32px 25px; border-bottom: 1px solid #ffffff20; box-shadow: 0 12px 25px #0002; }
  .main-nav.is-open { display: flex; flex-direction: column; align-items: stretch; gap: 0; }
  .main-nav > a { line-height: 47px; font-size: 14px; }
  .main-nav > a::after { bottom: 7px; }
  .main-nav > a.active::after, .main-nav > a:hover::after { width: 24px; }
  .hero-inner { grid-template-columns: minmax(0,1fr) 316px; gap: 25px; }
  .hero-title { font-size: 42px; letter-spacing: -1px; }
  .hero-slide .eyebrow { font-size: 8px; letter-spacing: 1.1px; }
  .hero-description { font-size: 12px; }
  .hero-actions { gap: 10px; }
  .hero-actions .btn { min-height: 42px; padding: 10px 12px; font-size: 11px; }
  .hero-backdrop img { right: 25%; width: 48%; opacity: .75; }
  .hero-backdrop::after { background: linear-gradient(90deg, #041421 0%, #041421ed 26%, #041421aa 43%, #04142170 61%, #041421ed 92%); }
  .consult-panel { padding: 24px 21px 21px; }
  .image-reference { left: 36%; }
  .trust-item { padding-inline: 22px; gap: 12px; }
  .trust-item strong { font-size: 12px; }
  .trust-item span { font-size: 10px; }
  .trust-item > .icon { width: 23px; }
  .section { padding-block: 63px; }
  .section-header { gap: 30px; }
  .section-header h2 { font-size: 36px; }
  .section-lead { max-width: 275px; font-size: 12px; }
  .service-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 23px; }
  .service-media img { height: 160px; }
  .service-body { padding: 24px; }
  .service-body h3 { font-size: 27px; min-height: 0; margin-bottom: 19px; }
  .service-list { font-size: 12px; }
  .service-body .btn { font-size: 12px; }
  .specialty-grid { grid-template-columns: repeat(2,1fr); }
  .about-grid { gap: 33px; }
  .about-copy h2 { font-size: 35px; }
  .about-intro { font-size: 12px; }
  .about-media img { aspect-ratio: .84; }
  .about-points { gap: 15px; }
  .about-copy .btn { font-size: 12px; padding-inline: 14px; }
  .contact-inner h2 { font-size: 33px; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 30px; }
  .footer-links { grid-column: 1/-1; display: flex; gap: 25px; padding-top: 0; }
}
/* Teléfono: formulario debajo del slider, sin superposición. */
@media (max-width: 740px) {
  html { scroll-padding-top: 82px; }
  .container { width: calc(100% - 40px); }
  .site-header { height: 73px; }
  .brand-mark { width: 54px; height: 47px; }
  .brand-name { font-size: 22px; letter-spacing: .3px; }
  .brand-caption { margin-top: 4px; font-size: 10px; }
  .header-inner { gap: 11px; }
  .header-cta { height: 39px; width: 39px; min-height: 0; padding: 8px; border-radius: 50%; }
  .header-cta .phone-number { display: none; }
  .header-cta .icon { width: 22px; height: 22px; }
  .menu-toggle { width: 35px; height: 35px; border: 0; }
  .main-nav { top: 72px; padding: 10px 24px 22px; }
  .hero { background: var(--paper); color: white; }
  .hero-backdrops { height: 520px; }
  .hero-backdrop img { width: 58%; right: 0; opacity: .9; }
  .hero-backdrop::after { background: linear-gradient(90deg, #041421 0%, #041421f5 22%, #041421d9 44%, #04142174 69%, #04142150 100%), linear-gradient(0deg,#041421cc 0%,transparent 40%); }
  .hero-inner { display: block; min-height: 0; padding-block: 0 31px; }
  .hero-copy { min-height: 520px; padding-top: 42px; padding-bottom: 26px; display: flex; flex-direction: column; justify-content: center; }
  .slides-stage { flex: 0 0 auto; }
  .hero-slide { max-width: 480px; align-self: start; }
  .hero-slide .eyebrow { font-size: 8px; letter-spacing: 1.2px; margin-bottom: 18px; }
  .hero-title { font-size: clamp(37px,6.9vw,49px); line-height: 1.07; margin-bottom: 18px; max-width: 465px; }
  .hero-description { max-width: 365px; font-size: 12px; line-height: 1.8; margin-bottom: 23px; }
  .hero-actions .btn { font-size: 11px; min-height: 42px; padding-inline: 12px; }
  .hero-actions .icon { width: 18px; height: 18px; }
  .slider-controls { margin-top: 24px; gap: 12px; }
  .image-reference { top: 496px; bottom: auto; left: auto; right: 20px; font-size: 8px; }
  .consult-panel { margin: 22px auto 0; width: 100%; max-width: 540px; padding: 27px; box-shadow: 0 4px 18px #071c2e08; border: 1px solid #e1e3e4; }
  .form-kicker { font-size: 10px; }
  .consult-panel h2 { font-size: 32px; }
  .form-intro { font-size: 12px; }
  .field { margin-bottom: 14px; }
  .field-label { font-size: 12px; }
  .field input, .field select, .field textarea { font-size: 16px; padding-top: 10px; padding-bottom: 10px; min-height: 44px; }
  .input-wrap > .icon { top: 14px; }
  .field textarea { min-height: 83px; }
  .consent { font-size: 11px; gap: 10px; margin-block: 17px; }
  .consent input { width: 16px; height: 16px; }
  .form-submit { min-height: 46px; }
  .form-footnote { font-size: 10px; }
  .trust-grid { grid-template-columns: 1fr; padding-block: 5px; }
  .trust-item, .trust-item:first-child, .trust-item:last-child { padding: 17px 3px; border: 0; border-bottom: 1px solid #dddeda; gap: 16px; }
  .trust-item:last-child { border-bottom: 0; }
  .trust-item strong { font-size: 12px; margin-bottom: 1px; }
  .trust-item span { font-size: 11px; }
  .trust-item > .icon { width: 25px; height: 25px; }
  .section { padding-block: 48px; }
  .section-header { display: block; margin-bottom: 26px; }
  .section-header h2 { font-size: 35px; max-width: 340px; margin-bottom: 13px; }
  .section-lead { max-width: 460px; font-size: 12px; }
  .service-grid { gap: 15px; }
  .service-media img { height: 112px; }
  .service-body { padding: 17px 14px 14px; }
  .service-index { font-size: 9px; margin-bottom: 8px; }
  .service-body h3 { font-size: 22px; min-height: 52px; margin-bottom: 14px; }
  .service-list { font-size: 10px; margin-bottom: 18px; }
  .service-list li { gap: 4px; }
  .service-list .icon { width: 11px; height: 11px; }
  .service-body .btn { min-height: 40px; font-size: 10px; }
  .service-body .btn .icon { width: 15px; height: 15px; }
  .service-body .wa-long { display: none; }
  .specialties summary { padding: 18px; }
  .specialties summary strong { font-size: 12px; }
  .specialties summary small { font-size: 10px; }
  .specialty-grid { padding: 16px; gap: 9px; }
  .specialty-link { font-size: 10px; padding: 11px 9px; }
  .about-grid { grid-template-columns: 1fr; gap: 30px; }
  .about-media img { aspect-ratio: 1.42; }
  .about-copy h2 { font-size: 36px; }
  .about-intro { font-size: 13px; }
  .about-point p { font-size: 12px; }
  .about-points { gap: 21px; }
  .contact-section { padding-block: 36px; }
  .contact-inner { display: block; }
  .contact-inner h2 { font-size: 34px; }
  .contact-inner p { max-width: 390px; }
  .contact-action { align-items: flex-start; margin-top: 24px; }
  .contact-action .btn { min-width: 0; }
  .footer-main { grid-template-columns: 1fr; gap: 28px; padding-block: 33px; }
  .footer-contact { font-size: 12px; }
  .footer-main .brand-name { font-size: 25px; }
  .footer-links { display: flex; flex-wrap: wrap; gap: 12px 23px; font-size: 11px; }
  .footer-bottom { display: block; padding-bottom: 25px; }
  .footer-bottom p + p { margin-top: 9px; }
  .footer-note { text-align: left; max-width: 90%; }
  .whatsapp-float { width: 48px; height: 48px; right: 15px; bottom: 15px; }
  .whatsapp-float .icon { width: 25px; height: 25px; }
  .modal { padding: 23px; }
  .modal-actions { justify-content: stretch; }
  .modal-actions .btn { flex: 1; font-size: 11px; padding-inline: 12px; }
}
@media (max-width: 380px) {
  .container { width: calc(100% - 32px); }
  .brand-mark { width: 43px; height: 43px; }
  .brand-name { font-size: 19px; }
  .brand-caption { font-size: 9px; }
  .header-inner { gap: 7px; }
  .hero-title { font-size: 35px; }
  .hero-actions { gap: 8px; }
  .hero-actions .btn { font-size: 10px; padding-inline: 9px; }
  .hero-description { font-size: 11px; }
  .hero-slide .eyebrow { letter-spacing: .5px; font-size: 7.5px; }
  .consult-panel { padding: 23px 19px; }
  .service-grid { grid-template-columns: 1fr; gap: 22px; }
  .service-media img { height: 145px; }
  .service-body { padding: 22px; }
  .service-body h3 { min-height: 0; font-size: 28px; }
  .service-list { font-size: 12px; }
  .service-body .wa-long { display: inline; }
  .service-body .btn { font-size: 12px; }
  .specialty-grid { grid-template-columns: 1fr; }
  .contact-inner h2 { font-size: 30px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .btn:hover, .service-card:hover { transform: none; }
}
@media print {
  .site-header { position: static; }
  .menu-toggle, .header-cta, .whatsapp-float, .slider-controls, .consult-panel, .modal { display: none !important; }
  .container { width: 94%; }
  .hero-inner { display: block; min-height: 350px; }
  .hero-copy { padding: 35px 0; }
  .hero-title { font-size: 35px; }
  .hero-backdrops { height: 100%; }
  .hero { background: #071c2e !important; print-color-adjust: exact; }
  .service-grid { grid-template-columns: repeat(2,1fr); }
  .service-card, .about-section { break-inside: avoid; }
  .section { padding-block: 30px; }
}

/* Cambios puntuales sobre la versión original: oficina física y redes. */
.office-address { margin-top: 16px; font-style: normal; font-size: 12px; line-height: 1.65; }
.office-address > strong { display: block; color: #d5b178; font-weight: 600; margin-bottom: 4px; }
.office-address a { display: inline-flex; align-items: flex-start; gap: 8px; color: #d9e1e7; }
.office-address a:hover { color: var(--gold); }
.office-address a span { text-decoration: underline; text-decoration-color: #ffffff50; text-underline-offset: 4px; }
.office-address .icon { width: 16px; height: 16px; margin-top: 2px; }
.footer-contact .footer-office { align-items: flex-start; }
.footer-office > .icon { margin-top: 2px; }
.footer-contact .office-copy { display: block; line-height: 1.7; }
.office-copy strong { color: #d5b178; font-weight: 600; }
.footer-social { display: flex; flex-wrap: wrap; gap: 8px 16px; margin-top: 12px; font-size: 11px; }
.footer-social a { display: inline-flex; align-items: center; gap: 7px; min-height: 36px; }
.footer-social a:hover { color: var(--gold); }
.footer-social .icon { width: 17px; height: 17px; }
.social-facebook { fill: currentColor; stroke: none; }
@media (max-width: 740px) {
  .office-address { max-width: 390px; }
  .footer-social { margin-top: 12px; }
  .footer-social a { min-height: 44px; }
}
