*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
:root{
  --white:#FFFFFF;
  --off-white:#F5F8FC;
  --cream:#EEF3F9;
  --accent:#4B7CB8;
  --accent-light:#6B9FD4;
  --text-dark:#1C2B3A;
  --text-mid:#4A5568;
  --text-light:#718096;
  --text-muted:#9AA5B4;
  --border:#D8E2EE;
  --border-light:#E8EFF7;
  --shadow:rgba(28,43,58,0.08);
}
html{scroll-behavior:smooth}
body{font-family:'DM Sans',sans-serif;background:#FFFFFF;color:#1C2B3A;overflow-x:hidden}

/* ── HEADER ── */
header{position:fixed;top:0;left:0;right:0;z-index:100;padding:0 5vw;height:70px;display:flex;align-items:center;justify-content:space-between;background:rgba(28,43,58,0.96);backdrop-filter:blur(14px);border-bottom:1px solid rgba(75,124,184,0.15);transition:height 0.3s}

.logo-wrap{display:flex;align-items:center;text-decoration:none}
.logo-img{height:160px;width:auto;display:block;object-fit:contain}

.logo-text{font-family:'Cormorant Garamond',serif;font-size:1.85rem;font-weight:600;color:#FFFFFF;letter-spacing:0.12em;line-height:1}
.logo-sub{font-size:0.5rem;font-weight:300;letter-spacing:0.32em;color:#9AA5B4;text-transform:uppercase;margin-top:2px}

nav{display:flex;align-items:center;gap:2.5rem}
nav a{font-size:0.75rem;font-weight:400;letter-spacing:0.13em;text-transform:uppercase;color:#C8D4E3;text-decoration:none;transition:color 0.2s}
nav a:hover{color:#FFFFFF}
.btn-cta-header{background:#4B7CB8;color:#FFFFFF;border:none;padding:0.55rem 1.4rem;font-family:'DM Sans',sans-serif;font-size:0.73rem;font-weight:500;letter-spacing:0.1em;text-transform:uppercase;cursor:pointer;border-radius:2px;transition:background 0.2s;text-decoration:none}
.btn-cta-header:hover{background:#6B9FD4}

/* ── HERO ── */
#hero{min-height:100vh;position:relative;overflow:hidden;display:flex;align-items:center;padding:120px 5vw 80px;background:#1C2B3A}
.hero-video-wrap{position:absolute;inset:0;z-index:0;background:#1C2B3A}
.hero-video-wrap video{width:100%;height:100%;object-fit:cover;object-position:center;display:block;opacity:0.75}
.hero-overlay{position:absolute;inset:0;z-index:1;background:linear-gradient(135deg,rgba(28,43,58,0.62) 0%,rgba(28,43,58,0.32) 50%,rgba(28,43,58,0.55) 100%)}
.hero-lines{position:absolute;inset:0;z-index:1;pointer-events:none}
.hero-lines span{position:absolute;top:0;bottom:0;width:1px;background:rgba(75,124,184,0.07)}
.hero-inner{position:relative;z-index:2;max-width:1200px;margin:0 auto;width:100%;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}
.hero-label{font-size:0.68rem;font-weight:400;letter-spacing:0.32em;text-transform:uppercase;color:#6B9FD4;margin-bottom:1.5rem;display:flex;align-items:center;gap:0.8rem}
.hero-label::before{content:'';display:block;width:32px;height:1px;background:#4B7CB8}
.hero-title{font-family:'Cormorant Garamond',serif;font-size:clamp(3rem,4.8vw,5.2rem);font-weight:300;line-height:1.06;color:#FFFFFF;margin-bottom:2rem}
.hero-title em{font-style:italic;color:#6B9FD4}
.hero-desc{font-size:0.95rem;line-height:1.8;color:rgba(255,255,255,0.88);margin-bottom:2.5rem;max-width:460px}
.hero-actions{display:flex;gap:1rem;align-items:center;flex-wrap:wrap}
.btn-primary{background:#4B7CB8;color:#FFFFFF;padding:0.85rem 2rem;font-size:0.8rem;font-weight:500;letter-spacing:0.1em;text-transform:uppercase;border:none;border-radius:2px;cursor:pointer;transition:all 0.2s;text-decoration:none;display:inline-block}
.btn-primary:hover{background:#6B9FD4;transform:translateY(-1px);box-shadow:0 8px 24px rgba(75,124,184,0.4)}
.btn-ghost{color:rgba(255,255,255,0.78);font-size:0.8rem;letter-spacing:0.1em;text-transform:uppercase;text-decoration:none;display:flex;align-items:center;gap:0.5rem;transition:color 0.2s}
.btn-ghost:hover{color:#FFFFFF}
.btn-ghost svg{transition:transform 0.2s}
.btn-ghost:hover svg{transform:translateX(4px)}
.hero-stats{display:flex;gap:2.5rem;margin-top:3rem;padding-top:2rem;border-top:1px solid rgba(255,255,255,0.13)}
.stat-num{font-family:'Cormorant Garamond',serif;font-size:2.2rem;font-weight:500;color:#FFFFFF;line-height:1}
.stat-label{font-size:0.68rem;letter-spacing:0.15em;text-transform:uppercase;color:rgba(255,255,255,0.5);margin-top:0.3rem}

/* ── HERO FORM ── */
.hero-form-card{background:#FFFFFF;border:none;border-radius:8px;padding:2.8rem 2.8rem 2.4rem;box-shadow:0 32px 80px rgba(28,43,58,0.28),0 8px 24px rgba(28,43,58,0.12);position:relative}
.hero-form-card::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#4B7CB8,#6B9FD4);border-radius:8px 8px 0 0}
.form-title{font-family:'Cormorant Garamond',serif;font-size:1.7rem;font-weight:400;color:#1C2B3A;margin-bottom:0.3rem}
.form-subtitle{font-size:0.77rem;color:#9AA5B4;margin-bottom:1.8rem;letter-spacing:0.02em}
.form-group{margin-bottom:1rem}
.form-group label{display:block;font-size:0.65rem;font-weight:600;letter-spacing:0.16em;text-transform:uppercase;color:#9AA5B4;margin-bottom:0.4rem}
.form-group select,.form-group input{width:100%;background:#F5F8FC;border:1.5px solid #D8E2EE;border-radius:4px;padding:0.78rem 1rem;font-family:'DM Sans',sans-serif;font-size:0.9rem;color:#1C2B3A;transition:border-color 0.2s,background 0.2s;appearance:none}
.form-group select:focus,.form-group input:focus{outline:none;border-color:#4B7CB8;background:#FFFFFF}
.form-group select option{background:#FFFFFF;color:#1C2B3A}
.form-group input::placeholder{color:#B8C5D4}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}
.btn-form{width:100%;background:#4B7CB8;color:#FFFFFF;border:none;padding:1rem;font-family:'DM Sans',sans-serif;font-size:0.82rem;font-weight:600;letter-spacing:0.12em;text-transform:uppercase;cursor:pointer;border-radius:4px;margin-top:1.4rem;transition:all 0.2s;display:flex;align-items:center;justify-content:center;gap:0.6rem;box-shadow:0 4px 16px rgba(75,124,184,0.35)}
.btn-form:hover{background:#6B9FD4;box-shadow:0 6px 22px rgba(75,124,184,0.45);transform:translateY(-1px)}

/* ── SECTIONS GENERALES ── */
section{padding:100px 5vw}
.section-inner{max-width:1200px;margin:0 auto}
.section-label{font-size:0.68rem;font-weight:400;letter-spacing:0.32em;text-transform:uppercase;color:#4B7CB8;margin-bottom:0.9rem;display:flex;align-items:center;gap:0.75rem}
.section-label::before{content:'';display:block;width:22px;height:1px;background:#4B7CB8}
.section-title{font-family:'Cormorant Garamond',serif;font-size:clamp(2.4rem,3.4vw,3.4rem);font-weight:300;line-height:1.12;color:#1C2B3A}
.section-title-light{color:#FFFFFF}

/* ── ABOUT ── */
#about{background:#EEF3F9}
.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center}
.about-mosaic{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:260px 180px;gap:10px}
.mosaic-img{border-radius:2px;overflow:hidden;background:#D8E2EE}
.mosaic-img img{width:100%;height:100%;object-fit:cover;display:block;filter:brightness(0.93) saturate(0.88)}
.mosaic-tall{grid-row:span 2}
.about-text{padding-left:1rem}
.about-text .section-title{margin-bottom:1.4rem}
.about-body{font-size:0.95rem;line-height:1.88;color:#4A5568;margin-bottom:1.4rem}
.about-pillars{list-style:none;display:flex;flex-direction:column;gap:0.85rem;margin-top:1.5rem}
.about-pillars li{display:flex;align-items:flex-start;gap:0.8rem;font-size:0.92rem;color:#1C2B3A;font-weight:400}
.pillar-dot{width:18px;height:18px;background:#4B7CB8;border-radius:50%;flex-shrink:0;margin-top:2px;display:flex;align-items:center;justify-content:center}
.pillar-dot svg{width:9px;height:9px}

/* ── SERVICES ── */
#services{background:#EEF3F9;position:relative;overflow:hidden}
.services-header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:3.5rem;gap:2rem}
.services-header .section-title{font-size:clamp(2.4rem,3.4vw,3.4rem)}
.services-desc{font-size:0.95rem;color:#4A5568;line-height:1.78;max-width:360px}
.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:#D8E2EE;border:1px solid #D8E2EE}
.service-card{background:#FFFFFF;padding:2.8rem 2.2rem;transition:box-shadow 0.3s;cursor:default}
.service-card:hover{box-shadow:0 8px 32px rgba(28,43,58,0.1)}
.service-icon{width:44px;height:44px;border:1px solid rgba(75,124,184,0.3);display:flex;align-items:center;justify-content:center;margin-bottom:1.4rem;border-radius:3px}
.service-icon svg{width:19px;height:19px;color:#4B7CB8}
.service-name{font-family:'Cormorant Garamond',serif;font-size:1.35rem;font-weight:400;color:#1C2B3A;margin-bottom:0.75rem}
.service-body{font-size:0.9rem;line-height:1.78;color:#4A5568;margin-bottom:1.5rem}
.service-tag{font-size:0.65rem;letter-spacing:0.18em;text-transform:uppercase;color:#4B7CB8;font-weight:500;border:1px solid rgba(75,124,184,0.25);padding:0.3rem 0.7rem;border-radius:2px;display:inline-block}

/* ── PLANES — 4 cards ── */
#plans{background:#F5F8FC}
.plans-grid{display:grid;gap:1.5rem;margin-top:3rem;align-items:start}
.plans-grid{grid-template-columns:repeat(3,1fr)}
.plans-grid-4{grid-template-columns:repeat(4,1fr)}
.plan-card{background:#FFFFFF;border:1px solid #D8E2EE;border-radius:4px;padding:2.4rem;position:relative;transition:box-shadow 0.3s;display:flex;flex-direction:column}
.plan-card:hover{box-shadow:0 10px 36px rgba(28,43,58,0.12)}
.plan-card.featured{background:#1C2B3A;border-color:#1C2B3A;border-top:3px solid #4B7CB8;margin-top:0;padding:2.4rem}
.plan-badge{position:absolute;top:-1px;left:50%;transform:translateX(-50%);background:#4B7CB8;color:#FFFFFF;font-size:0.62rem;letter-spacing:0.15em;text-transform:uppercase;padding:0.28rem 1.2rem;border-radius:0 0 3px 3px;white-space:nowrap}
.plan-name{font-family:'Cormorant Garamond',serif;font-size:1.45rem;font-weight:400;color:#1C2B3A;margin-bottom:0.3rem}
.plan-card.featured .plan-name{color:#FFFFFF}
.plan-sub{font-size:0.8rem;color:#718096;letter-spacing:0.05em;margin-bottom:1.4rem}
.plan-card.featured .plan-sub{color:rgba(255,255,255,0.5)}
.plan-divider{height:1px;background:#D8E2EE;margin-bottom:1.4rem}
.plan-card.featured .plan-divider{background:rgba(255,255,255,0.1)}
.plan-features{list-style:none;display:flex;flex-direction:column;gap:0.7rem;margin-bottom:2rem;flex:1}
.plan-features li{font-size:0.88rem;color:#4A5568;display:flex;align-items:flex-start;gap:0.6rem;line-height:1.55}
.plan-card.featured .plan-features li{color:rgba(255,255,255,0.78)}
.plan-features li::before{content:'—';color:#4B7CB8;flex-shrink:0;font-weight:300}
.plans-grid-4{grid-template-columns:repeat(4,1fr);align-items:stretch}
.btn-plan{width:100%;padding:0.82rem;font-family:'DM Sans',sans-serif;font-size:0.78rem;font-weight:500;letter-spacing:0.12em;text-transform:uppercase;cursor:pointer;border-radius:3px;transition:all 0.2s;text-align:center;text-decoration:none;display:block}
.btn-plan-outline{background:transparent;border:1px solid #D8E2EE;color:#1C2B3A}
.btn-plan-outline:hover{background:#1C2B3A;color:#FFFFFF;border-color:#1C2B3A;box-shadow:0 4px 14px rgba(28,43,58,0.15)}
.btn-plan-solid{background:#4B7CB8;border:1px solid #4B7CB8;color:#FFFFFF}
.btn-plan-solid:hover{background:#6B9FD4;border-color:#6B9FD4}

/* ── WHY — 5 ítems ── */
#why{background:#FFFFFF}
.why-header{text-align:center;max-width:600px;margin:0 auto}
.why-header .section-title{margin-top:0.6rem;color:#1C2B3A}
.why-grid{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid #D8E2EE;margin-top:3.5rem;background:#FFFFFF}
.why-grid-5{grid-template-columns:repeat(5,1fr)}
.why-item{padding:2.6rem 1.8rem;border-right:1px solid #D8E2EE;transition:background 0.3s;background:#FFFFFF}
.why-item:last-child{border-right:none}
.why-item:hover{background:#F5F8FC}
.why-num{font-family:'Cormorant Garamond',serif;font-size:2.8rem;font-weight:300;color:#4B7CB8;opacity:0.55;line-height:1;margin-bottom:1rem}
.why-title{font-size:0.96rem;font-weight:600;color:#1C2B3A;margin-bottom:0.65rem}
.why-body{font-size:0.87rem;line-height:1.82;color:#4A5568}

/* ── ZONE — sin mapa ── */
#zone{background:#FFFFFF}
.zone-single{max-width:700px}
.zone-body{font-size:0.95rem;line-height:1.85;color:#4A5568;margin-top:1.4rem;margin-bottom:2rem}
.zone-list{list-style:none;display:grid;grid-template-columns:1fr 1fr;gap:0.75rem;margin-top:1.5rem;margin-bottom:2.5rem}
.zone-item{padding:0.9rem 1.3rem;background:#F5F8FC;border-left:2px solid #4B7CB8;font-size:0.9rem;font-weight:400;color:#1C2B3A;border-radius:0 2px 2px 0;display:flex;align-items:center;gap:0.5rem}
.zone-item::before{content:'●';font-size:0.4rem;color:#4B7CB8}

/* ── TRABAJA CON NOSOTROS ── */
#jobs{background:#F5F8FC}
.jobs-inner{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:start}
.jobs-text .section-title{margin-bottom:1.2rem}
.jobs-body{font-size:0.95rem;line-height:1.85;color:#4A5568;margin-bottom:1.8rem}
.jobs-features{list-style:none;display:flex;flex-direction:column;gap:0.75rem;margin-bottom:2rem}
.jobs-features li{display:flex;align-items:center;gap:0.75rem;font-size:0.92rem;color:#1C2B3A}
.jobs-features li::before{content:'';width:6px;height:6px;background:#4B7CB8;border-radius:50%;flex-shrink:0}
.btn-jobs-trigger{display:inline-flex;align-items:center;gap:0.7rem;background:#1C2B3A;color:#FFFFFF;border:none;padding:0.9rem 1.8rem;font-family:'DM Sans',sans-serif;font-size:0.8rem;font-weight:500;letter-spacing:0.12em;text-transform:uppercase;cursor:pointer;border-radius:3px;transition:background 0.2s,transform 0.2s;margin-top:0.5rem}
.btn-jobs-trigger:hover{background:#2a3f55;transform:translateY(-1px)}
.btn-jobs-trigger svg{flex-shrink:0}
.jobs-card{background:#FFFFFF;border:1px solid #D8E2EE;border-radius:4px;padding:2.5rem;box-shadow:0 4px 20px rgba(28,43,58,0.07);animation:slideDown 0.35s ease forwards}
@keyframes slideDown{from{opacity:0;transform:translateY(-12px)}to{opacity:1;transform:translateY(0)}}
.jobs-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.8rem}
.jobs-card-title{font-family:'Cormorant Garamond',serif;font-size:1.4rem;font-weight:400;color:#1C2B3A}
.jobs-card-close{background:none;border:none;color:#9AA5B4;cursor:pointer;font-size:1.4rem;line-height:1;padding:0;transition:color 0.2s}
.jobs-card-close:hover{color:#1C2B3A}
.jobs-card-note{font-size:0.72rem;color:#9AA5B4;text-align:center;margin-top:0.9rem;letter-spacing:0.02em}
.jobs-card .form-group select,
.jobs-card .form-group input,
.jobs-card textarea{background:#F5F8FC;border:1.5px solid #D8E2EE;border-radius:3px;width:100%;padding:0.75rem 1rem;font-family:'DM Sans',sans-serif;font-size:0.9rem;color:#1C2B3A;transition:border-color 0.2s;appearance:none}
.jobs-card textarea{resize:vertical;min-height:90px}
.jobs-card .form-group select:focus,
.jobs-card .form-group input:focus,
.jobs-card textarea:focus{outline:none;border-color:#4B7CB8}
.btn-jobs{width:100%;background:#1C2B3A;color:#FFFFFF;border:none;padding:0.9rem;font-family:'DM Sans',sans-serif;font-size:0.8rem;font-weight:500;letter-spacing:0.12em;text-transform:uppercase;cursor:pointer;border-radius:3px;margin-top:1rem;transition:background 0.2s;display:flex;align-items:center;justify-content:center;gap:0.6rem}
.btn-jobs:hover{background:#2a3f55}

/* ── CONTACT ── */
#contact{background:#1C2B3A}
.contact-grid{display:grid;grid-template-columns:1fr 1.2fr;gap:5rem;align-items:start}
.contact-desc{font-size:0.95rem;line-height:1.85;color:rgba(255,255,255,0.6);margin:1.4rem 0 2.2rem}
.contact-links{display:flex;flex-direction:column;gap:1rem}
.contact-link{display:flex;align-items:center;gap:1rem;text-decoration:none;color:rgba(255,255,255,0.7);font-size:0.9rem;transition:color 0.2s}
.contact-link:hover{color:#FFFFFF}
.contact-link-icon{width:36px;height:36px;border:1px solid rgba(75,124,184,0.3);display:flex;align-items:center;justify-content:center;border-radius:2px;flex-shrink:0}
.contact-link-icon svg{width:15px;height:15px;color:#6B9FD4}
.contact-form{background:rgba(255,255,255,0.05);border:1px solid rgba(255,255,255,0.1);padding:2.5rem;border-radius:3px}
.cf-label{display:block;font-size:0.69rem;font-weight:500;letter-spacing:0.13em;text-transform:uppercase;color:rgba(255,255,255,0.4);margin-bottom:0.45rem}
.cf-group{margin-bottom:1.1rem}
.contact-form input,.contact-form textarea{width:100%;background:rgba(255,255,255,0.06);border:1px solid rgba(255,255,255,0.1);border-radius:2px;padding:0.75rem 1rem;font-family:'DM Sans',sans-serif;font-size:0.9rem;color:#FFFFFF;transition:border-color 0.2s}
.contact-form textarea{resize:vertical;min-height:110px}
.contact-form input:focus,.contact-form textarea:focus{outline:none;border-color:#4B7CB8}
.contact-form input::placeholder,.contact-form textarea::placeholder{color:rgba(255,255,255,0.25)}

/* ── FOOTER ── */
footer{background:#141f2d;border-top:1px solid rgba(255,255,255,0.06);padding:2.5rem 5vw;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1.5rem}
.footer-copy{font-size:0.73rem;color:rgba(255,255,255,0.35)}
.footer-links{display:flex;gap:2rem}
.footer-links a{font-size:0.73rem;color:rgba(255,255,255,0.4);text-decoration:none;transition:color 0.2s}
.footer-links a:hover{color:rgba(255,255,255,0.85)}

/* ── FIX: logo footer tamaño correcto ── */
footer .logo-img{height:100px}

/* ── MODAL ── */
.modal-overlay{position:fixed;inset:0;z-index:200;background:rgba(28,43,58,0.85);backdrop-filter:blur(8px);display:none;align-items:center;justify-content:center;padding:2rem}
.modal-overlay.active{display:flex}
.modal{background:#FFFFFF;border:1px solid #D8E2EE;border-radius:6px;padding:3rem;width:100%;max-width:540px;position:relative;animation:modalIn 0.28s ease;max-height:90vh;overflow-y:auto}
@keyframes modalIn{from{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}
.modal-close{position:absolute;top:1.2rem;right:1.5rem;background:none;border:none;color:#9AA5B4;cursor:pointer;font-size:1.4rem;line-height:1;transition:color 0.2s}
.modal-close:hover{color:#1C2B3A}
.modal-title{font-family:'Cormorant Garamond',serif;font-size:1.75rem;font-weight:400;color:#1C2B3A;margin-bottom:0.35rem}
.modal-sub{font-size:0.8rem;color:#718096;margin-bottom:2rem}
.modal .form-group label{color:#9AA5B4}
.modal .form-group select,.modal .form-group input{background:#F5F8FC;border:1.5px solid #D8E2EE;color:#1C2B3A}
.modal .form-group select option{background:#FFFFFF;color:#1C2B3A}
.modal .btn-form{background:#4B7CB8;box-shadow:0 4px 16px rgba(75,124,184,0.35);margin-top:1.4rem}
.modal .btn-form:hover{background:#6B9FD4}

/* ── MENSAJES FORMSPREE ── */
.form-success-msg,
.form-error-msg{
  display:flex;align-items:center;gap:0.7rem;
  padding:0.9rem 1.2rem;border-radius:4px;
  font-size:0.88rem;font-weight:500;margin-bottom:1.2rem;
}
.form-success-msg{background:#EBF8F0;color:#1A7A45;border:1px solid #A8DFC0}
.form-success-msg svg{stroke:#1A7A45;flex-shrink:0}
.form-error-msg{background:#FEF2F2;color:#B91C1C;border:1px solid #FECACA}
.form-success-msg--dark{background:rgba(74,184,122,0.15);color:#6EE7A0;border-color:rgba(74,184,122,0.3)}
.form-success-msg--dark svg{stroke:#6EE7A0}
.form-error-msg--dark{background:rgba(239,68,68,0.15);color:#FCA5A5;border-color:rgba(239,68,68,0.3)}
.field-error{display:block;font-size:0.72rem;color:#B91C1C;margin-top:0.3rem;min-height:1em}

/* ── ANIMACIONES ── */
@keyframes fadeUp{from{opacity:0;transform:translateY(26px)}to{opacity:1;transform:translateY(0)}}
.fade-up{opacity:0;animation:fadeUp 0.75s ease forwards}
.d1{animation-delay:.08s}.d2{animation-delay:.22s}.d3{animation-delay:.38s}.d4{animation-delay:.52s}.d5{animation-delay:.68s}
.reveal{opacity:0;transform:translateY(22px);transition:opacity 0.7s ease,transform 0.7s ease}
.reveal.visible{opacity:1;transform:translateY(0)}

/* ── RESPONSIVE ── */

/* ── 1100px ── */
@media(max-width:1100px){
  .plans-grid-4{grid-template-columns:repeat(2,1fr)}
  .why-grid-5{grid-template-columns:repeat(3,1fr)}
  .why-grid-5 .why-item:nth-child(3){border-right:none}
  .why-grid-5 .why-item:nth-child(4){border-top:1px solid #D8E2EE}
  .why-grid-5 .why-item:nth-child(5){border-top:1px solid #D8E2EE}
}

/* ── 900px ── */
@media(max-width:900px){
  nav{display:none}
  .hamburger{display:flex}
  section{padding:70px 6vw}
  #hero{padding:100px 6vw 60px}
  .hero-inner{grid-template-columns:1fr;gap:2.5rem}
  .hero-form-card{display:none}
  .hero-title{font-size:clamp(2.6rem,7vw,4rem);margin-bottom:1.4rem}
  .hero-desc{font-size:0.92rem;max-width:100%}
  .hero-stats{gap:1.8rem;flex-wrap:wrap}
  .about-grid{grid-template-columns:1fr;gap:2.5rem}
  .about-mosaic{display:none}
  .about-text{padding-left:0}
  .services-header{flex-direction:column;gap:1rem;margin-bottom:2.5rem;align-items:flex-start}
  .services-desc{max-width:100%}
  .services-grid{grid-template-columns:1fr 1fr}
  .plans-grid,.plans-grid-4{grid-template-columns:1fr 1fr;align-items:start}
  .plan-card.featured{margin-top:0}
  .why-grid,.why-grid-5{grid-template-columns:1fr 1fr}
  .why-item{border-right:none;border-bottom:1px solid #D8E2EE}
  .why-item:last-child{border-bottom:none}
  .zone-list{grid-template-columns:1fr 1fr}
  .jobs-inner{grid-template-columns:1fr;gap:2.5rem}
  .contact-grid{grid-template-columns:1fr;gap:2.5rem}
  footer .logo-img{height:80px}
}

/* ── 600px: teléfonos ── */
@media(max-width:600px){
  .section-title{font-size:clamp(2rem,8vw,2.8rem)}
  .hero-title{font-size:clamp(2.2rem,9vw,3.2rem)}
  section{padding:56px 5vw}
  #hero{padding:90px 5vw 48px;min-height:100svh}
  header{padding:0 5vw;height:62px}

  .logo-img{height:130px}

  .hero-label{font-size:0.62rem;margin-bottom:1rem}
  .hero-desc{font-size:0.88rem;line-height:1.75;margin-bottom:1.8rem}
  .hero-actions{gap:0.8rem}
  .btn-primary{padding:0.78rem 1.5rem;font-size:0.75rem;width:100%;text-align:center;justify-content:center}
  .btn-ghost{font-size:0.75rem}

  .hero-stats{
    display:flex;
    flex-wrap:nowrap;
    justify-content:space-between;
    gap:0.5rem;
    margin-top:2rem;
    padding-top:1.5rem;
  }
  .hero-stats > div{
    flex:1;
    min-width:0;
  }
  .stat-num{font-size:1.6rem}
  .stat-label{font-size:0.55rem;letter-spacing:0.08em;white-space:nowrap}

  .services-header{align-items:flex-start}
  .services-desc{max-width:100%}
  .services-grid{grid-template-columns:1fr}
  .service-card{padding:2rem 1.6rem}
  .plans-grid,.plans-grid-4{grid-template-columns:1fr}
  .why-grid,.why-grid-5{grid-template-columns:1fr}
  .why-item{padding:2rem 1.5rem}
  .why-num{font-size:2.2rem}
  .zone-list{grid-template-columns:1fr}
  .jobs-card{padding:1.8rem 1.5rem}
  .btn-jobs-trigger{width:100%;justify-content:center;padding:0.9rem 1rem}
  .contact-form{padding:1.8rem 1.5rem}
  footer{flex-direction:column;align-items:flex-start;gap:1rem;padding:2rem 5vw}
  .footer-links{gap:1.2rem;flex-wrap:wrap}
  .modal{padding:2rem 1.5rem}
  .modal-title{font-size:1.5rem}
  .form-group select,
  .form-group input,
  .jobs-card .form-group select,
  .jobs-card .form-group input,
  .jobs-card textarea,
  .contact-form input,
  .contact-form textarea{
    padding:0.9rem 1rem;
    font-size:1rem;
    min-height:48px;
  }
  .btn-form,.btn-jobs,.btn-plan{
    padding:1rem;
    font-size:0.8rem;
    min-height:48px;
  }

  /* FIX: logo footer en mobile */
  footer .logo-img{height:65px}
}

/* ── Hamburger ── */
.hamburger{
  display:none;
  flex-direction:column;
  gap:5px;
  background:none;
  border:none;
  cursor:pointer;
  padding:6px;
  z-index:110;
}
.hamburger span{
  display:block;width:24px;height:2px;
  background:#FFFFFF;border-radius:2px;
  transition:transform 0.28s ease, opacity 0.2s ease;
}
.hamburger.open span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.hamburger.open span:nth-child(2){opacity:0}
.hamburger.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}

/* Menú mobile overlay */
.nav-mobile{
  display:none;
  position:fixed;inset:0;z-index:105;
  background:rgba(28,43,58,0.98);
  flex-direction:column;
  align-items:center;justify-content:center;
  gap:2.2rem;
  padding:2rem;
}
.nav-mobile.open{display:flex}
.nav-mobile a{
  font-family:'Cormorant Garamond',serif;
  font-size:2rem;font-weight:300;
  color:rgba(255,255,255,0.85);
  text-decoration:none;
  letter-spacing:0.06em;
  transition:color 0.2s;
}
.nav-mobile a:hover{color:#FFFFFF}
.nav-mobile .btn-cta-mobile{
  margin-top:1rem;
  background:#4B7CB8;color:#FFFFFF;
  padding:0.9rem 2.5rem;
  font-family:'DM Sans',sans-serif;
  font-size:0.82rem;font-weight:500;
  letter-spacing:0.12em;text-transform:uppercase;
  border:none;border-radius:2px;cursor:pointer;
  text-decoration:none;
}