
.brand{
  justify-self:center;
  display:inline-flex;
  align-items:center;
}

.brand-logo{
  display:block;
  max-height:90px; /* ajusta este valor si lo quieres más grande o más pequeño */
  width:auto;
}


:root{
  --bg:#f4f0ea;
 /* --bg-soft:#f8f5ef; */
  --text:#101114;
  --muted:#5b6370;
 /* --dark:#061321; */
 /* --dark-2:#0b1b2c; */
  --gold:#93aa16;
  --gold-2:#b2c92a;
  --line:rgba(147,170,22,.45);
  --white:#ffffff;
  --card:#ffffff;
  --radius:28px;
  --shadow:0 18px 40px rgba(8,14,20,.08);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family: Inter, Arial, Helvetica, sans-serif;
  color:var(--text);
  background:var(--bg-soft);
}
a{text-decoration:none;color:inherit}

.container{width:min(1280px, calc(100% - 48px));margin:0 auto}
.site-header{
  position:absolute;left:0;right:0;top:0;z-index:20;padding:22px 0;
}
.header-inner{
  display:grid;
  grid-template-columns:1fr auto 1fr;
  align-items:center;
}
.brand{
  justify-self:center;
  color:#fff;font-size:1.6rem;font-weight:800;letter-spacing:-.02em;
}
.brand span{color:var(--gold)}
.header-call{
  justify-self:end;
  background:var(--gold);color:#fff;padding:14px 20px;border-radius:999px;font-weight:700;
}
.hero{
  position:relative;
  min-height:100vh;
  display:flex;
  align-items:center;
  overflow:hidden;
  background:var(--dark);
}
.hero-media{
  position:absolute;
  top:0; right:0; bottom:0;
  width:50%;
  background-size:cover;
  background-position:center center;
  filter:grayscale(100%) contrast(1.05) brightness(.72);
}
.hero-overlay{
  position:absolute;inset:0;
  background:
    radial-gradient(circle at 64% 50%, rgba(255,255,255,.08), rgba(255,255,255,0) 18%),
    linear-gradient(90deg, #04111d 0%, #04111d 41%, rgba(4,17,29,.92) 56%, rgba(4,17,29,.52) 72%, rgba(4,17,29,.18) 100%);
}
.hero-grid{
  position:relative;
  z-index:2;
  width:100%;
  display:flex;
  align-items:center;
  justify-content:center;
}
.hero-copy{
  width:min(100%, 640px);
  padding:170px 0 90px;
  margin:0 auto;
  color:#fff;
}
.eyebrow{
  display:inline-block;
  color:var(--gold-2);
  text-transform:uppercase;
  letter-spacing:.22em;
  font-size:.86rem;
  margin-bottom:18px;
}
.hero h1{
  margin:0;
  max-width:560px;
  font-size:clamp(3.1rem, 5.4vw, 4.8rem);
  line-height:.94;
  letter-spacing:-.06em;
  font-weight:800;
}
.hero-line{
  width:78px;height:2px;background:var(--gold);margin:26px 0 26px;
}
.hero p{
  color:rgba(255,255,255,.86);
  font-size:1.12rem;
  line-height:1.75;
  max-width:520px;
  margin:0;
}
.hero-actions{
  display:flex;gap:16px;flex-wrap:wrap;margin:34px 0 56px;
}
.btn{
  display:inline-flex;align-items:center;justify-content:center;
  padding:16px 26px;border-radius:999px;font-weight:700;transition:.2s ease;
}
.btn-primary{background:var(--gold);color:#fff}
.btn-primary:hover{transform:translateY(-1px)}
.btn-secondary{
  border:1px solid rgba(255,255,255,.26);
  color:#fff;background:rgba(255,255,255,.04);
  backdrop-filter: blur(6px);
}
.hero-features{
  width:min(100%, 560px);
  display:grid;
  grid-template-columns:repeat(3, minmax(0,1fr));
  gap:14px;
  color:#dfe4ea;
  font-size:.96rem;
}
.hero-features div{
  padding-top:22px;
  border-top:1px solid rgba(255,255,255,.12);
}
.section{padding:100px 0}
.section-light{background:var(--bg-soft)}
.section-dark{background:var(--dark);color:#fff}
.split{
  display:grid;grid-template-columns:1.1fr .9fr;gap:38px;align-items:start;
}
.section-tag{
  display:inline-block;
  padding:9px 16px;border:1px solid rgba(200,155,77,.35);
  border-radius:999px;color:#9d6e1a;font-size:.78rem;
  font-weight:700;letter-spacing:.18em;text-transform:uppercase;margin-bottom:18px;
}
.section-tag-dark{
  color:var(--gold-2);border-color:rgba(255,255,255,.12)
}
h2{
  font-size:clamp(2.1rem, 4vw, 3.7rem);
  line-height:1.02;letter-spacing:-.045em;margin:0 0 18px;
}
.muted{color:var(--muted)}
.card{
  background:var(--card);border:1px solid rgba(12,19,32,.06);
  border-radius:var(--radius);padding:28px;box-shadow:var(--shadow);
}
.card a{color:inherit}
.socials{display:flex;gap:12px;flex-wrap:wrap;margin-top:22px}
.socials a{
  padding:12px 18px;border:1px solid rgba(12,19,32,.09);border-radius:999px;background:#fff;font-weight:700;
}
.grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-top:30px}
.feature-card h3{margin:0 0 12px;font-size:1.25rem}
.feature-card p{margin:0;color:var(--muted);line-height:1.7}
.services-wrap{
  display:grid;grid-template-columns:.95fr 1.05fr;gap:36px;align-items:center;
}
.services-grid{
  display:grid;grid-template-columns:repeat(2,1fr);gap:18px;
  padding:24px;border:1px solid rgba(12,19,32,.08);border-radius:34px;background:#faf7f2;
}
.pill-card{
  background:#fff;border:1px solid rgba(12,19,32,.09);border-radius:24px;
  padding:20px 20px;font-weight:700;line-height:1.5;
}
.dark-highlight{align-items:center}
.card-dark{
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.12);
  box-shadow:none;
}
.check-list{
  margin:0;padding-left:20px;line-height:2;font-size:1.08rem;color:#000000;
}
.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:26px}
.grid-3 .card p{color:var(--muted);line-height:1.75}
.contact-form{
  display:grid;gap:16px;
}
.contact-form label{
  display:grid;gap:8px;font-weight:700;
}
.contact-form input,.contact-form textarea{
  width:100%;padding:15px 16px;border-radius:18px;border:1px solid rgba(12,19,32,.12);
  background:#fff;font:inherit;color:var(--text);
}
.checkbox{
  display:flex;align-items:center;gap:10px;font-weight:500;color:var(--muted)
}
.checkbox input{width:18px;height:18px}
.full{width:100%}
.site-footer{
  padding:28px 0;background:#efe8de;border-top:1px solid rgba(12,19,32,.06)
}
.footer-inner{
  display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap;color:var(--muted)
}
.thanks-page{
  min-height:100vh;display:grid;place-items:center;background:var(--bg-soft);padding:24px;
}
.thanks-box{max-width:560px;text-align:center}

@media (max-width: 980px){
  .container{width:calc(100% - 32px)}
  .hero-media{width:100%;opacity:.32}
  .hero-overlay{
    background:linear-gradient(180deg, rgba(4,17,29,.84) 0%, rgba(4,17,29,.92) 100%);
  }
  .split,.services-wrap,.grid-4,.grid-3{grid-template-columns:1fr}
  .hero-features{grid-template-columns:1fr}
  .site-header{padding:16px 0}
  .header-inner{grid-template-columns:1fr}
  .brand{justify-self:start}
  .header-call{display:none}
  .hero-copy{padding:120px 0 70px; width:100%; margin:0}
  .hero h1{font-size:clamp(2.8rem, 12vw, 4.4rem)}
}


.site-header-solid{position:sticky;top:0;z-index:40;padding:18px 0;background:rgba(248,245,239,.94);backdrop-filter:blur(12px);border-bottom:1px solid rgba(12,19,32,.06)}
.site-header-absolute{position:absolute;left:0;right:0;top:0;z-index:20;padding:22px 0}
.header-inner-nav{grid-template-columns:auto 1fr auto;gap:20px}
.brand-dark{justify-self:start;color:var(--dark)}
.public-nav{display:flex;justify-content:center;gap:22px;flex-wrap:wrap;font-weight:700;color:#394150}
.page-hero{padding:150px 0 70px;background:linear-gradient(180deg,#f8f5ef 0%,#f4f0ea 100%)}
.page-hero.compact{padding:130px 0 50px}
.page-kicker{display:inline-block;color:#9d6e1a;text-transform:uppercase;letter-spacing:.22em;font-size:.78rem;margin-bottom:16px}
.page-lead{max-width:760px;color:var(--muted);font-size:1.06rem;line-height:1.8}
.cards-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}
.cards-grid .card{height:100%}
.card-media{width:100%;height:240px;object-fit:cover;border-radius:22px;margin-bottom:18px;background:#ececec}
.card-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:18px}
.btn-outline{display:inline-flex;align-items:center;justify-content:center;padding:14px 22px;border-radius:999px;border:1px solid rgba(12,19,32,.12);font-weight:700}
.rich-content{line-height:1.8;font-size:1.02rem}
.rich-content h2,.rich-content h3,.rich-content h4{letter-spacing:-.03em;margin-top:1.7em}
.rich-content img{max-width:100%;border-radius:20px;height:auto}
.rich-content table{width:100%;border-collapse:collapse;margin:20px 0;background:#fff}
.rich-content td,.rich-content th{border:1px solid #e5e7eb;padding:10px}
.content-shell{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:28px;align-items:start}
.sticky-card{position:sticky;top:104px}
.info-list{display:grid;gap:14px;margin:0;padding:0;list-style:none}
.info-list li{padding:14px 0;border-top:1px solid rgba(12,19,32,.08)}
.info-list li:first-child{border-top:0;padding-top:0}
.plan-hero-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:30px;align-items:center}
.price-stack{display:flex;align-items:flex-end;gap:10px;flex-wrap:wrap;margin:14px 0 16px}
.price-main{font-size:3rem;font-weight:800;letter-spacing:-.05em;line-height:1}
.price-old{text-decoration:line-through;color:#94a3b8;font-weight:700}
.plan-meta{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-top:20px}
.plan-meta .card{padding:20px}
.ribbon{display:inline-block;background:#0b1b2c;color:#fff;padding:8px 14px;border-radius:999px;font-size:.78rem;letter-spacing:.08em;font-weight:700}
.plan-highlight{border:1px solid rgba(200,155,77,.35);box-shadow:0 18px 40px rgba(8,14,20,.12)}
.plan-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}
.plan-card .check-list{color:var(--text)}
.plan-card .check-list li{line-height:1.8}
.legal-box{max-width:980px}
.blog-meta{display:flex;gap:14px;flex-wrap:wrap;color:var(--muted);font-size:.95rem;margin:10px 0 22px}
.empty-box{text-align:center;padding:36px}
.cta-band{padding:32px;background:#0b1b2c;color:#fff;border-radius:30px;display:grid;gap:12px}
.footer-stack{display:grid;gap:20px}.footer-top{display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap}.footer-top p{max-width:620px;color:var(--muted)}.footer-links{display:flex;gap:14px;flex-wrap:wrap}
@media (max-width: 980px){.public-nav,.header-call{display:none}.header-inner-nav{grid-template-columns:1fr}.cards-grid,.content-shell,.plan-hero-grid,.plan-grid,.plan-meta{grid-template-columns:1fr}.sticky-card{position:static}.page-hero{padding-top:120px}}


.site-header-home-like{position:absolute;left:0;right:0;top:0;z-index:30;padding:22px 0;background:transparent}
.header-home-shell{display:grid;gap:14px}
.header-home-top{display:grid;grid-template-columns:1fr auto 1fr;align-items:center}
.header-home-top .brand{justify-self:center;color:#fff}
.header-home-top .header-call{justify-self:end}
.public-nav-home-like{justify-content:center;gap:18px;color:rgba(255,255,255,.86);font-size:.95rem}
.public-nav-home-like a{padding:6px 4px}
.public-nav-home-like a:hover{color:var(--gold-2)}
.inner-page .page-hero{background:linear-gradient(180deg, var(--dark) 0, var(--dark) 160px, #f8f5ef 160px, #f4f0ea 100%);padding-top:190px}
.inner-page .page-kicker{color:var(--gold)}
.inner-page .page-hero h1{color:var(--dark)}
.inner-page .btn-outline{background:#fff}
.page-hero .btn-outline{border-color:rgba(12,19,32,.12)}
@media (max-width: 980px){.site-header-home-like{padding:16px 0}.header-home-top{grid-template-columns:1fr}.header-home-top .brand{justify-self:start}.public-nav-home-like{display:none}}


.section-head{display:flex;flex-direction:column;gap:14px;margin-bottom:30px}
.section-head-split{display:grid;grid-template-columns:1fr minmax(280px,420px);gap:24px;align-items:end}
.section-intro{margin:0;color:var(--muted);line-height:1.8;font-size:1.02rem}
.plans-home-section{padding-top:88px}
.plan-grid-home{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;align-items:stretch}
.plan-card-home{position:relative;display:flex;flex-direction:column;gap:18px;padding:30px;overflow:hidden;background:linear-gradient(180deg,#fff 0%,#fcfaf7 100%)}
.plan-card-home:before{content:"";position:absolute;inset:0 0 auto 0;height:5px;background:linear-gradient(90deg,var(--gold),rgba(200,155,77,.18));opacity:.9}
.ribbon-home{align-self:flex-start;background:var(--dark);margin-bottom:4px}
.plan-card-top{display:grid;gap:16px}
.plan-card-home h3{margin:0;font-size:1.9rem;line-height:1.02;letter-spacing:-.04em}
.plan-subtitle-home{margin:10px 0 0;color:var(--muted);font-weight:600;line-height:1.6}
.plan-price-home{margin:0;align-items:center}
.plan-price-home .price-main{font-size:3rem}
.plan-price-note{display:block;width:100%;color:var(--muted);font-size:.95rem;font-weight:600}
.plan-summary-home{margin:0;color:#243040;line-height:1.8;font-size:1rem}
.plan-mini-meta{display:flex;flex-wrap:wrap;gap:10px}
.plan-mini-meta span{display:inline-flex;align-items:center;padding:10px 14px;border-radius:999px;background:#f4efe6;border:1px solid rgba(200,155,77,.18);color:#6b4d12;font-weight:700;font-size:.92rem}
.plan-box-home{padding:16px 18px;border-radius:22px;background:#f8f4ed;border:1px solid rgba(12,19,32,.06)}
.plan-box-home strong{display:block;margin-bottom:8px}
.plan-box-home p{margin:0;line-height:1.7;color:#334155}
.check-list-light{color:var(--text);padding-left:18px}
.plan-checks-home{margin:0;line-height:1.9;font-size:1rem}
.plan-checks-home li::marker{color:var(--gold)}
.plan-actions-home{margin-top:auto;padding-top:6px}
.plan-actions-home .btn,.plan-actions-home .btn-outline{flex:1}

@media (max-width: 980px){
  .section-head-split,.plan-grid-home{grid-template-columns:1fr}
  .plan-card-home h3{font-size:1.65rem}
  .plan-price-home .price-main{font-size:2.5rem}
}


/* v9 home plans: 3-card grid */
.plan-grid-home-3{
  display:grid !important;
  grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  gap:28px;
  align-items:stretch;
}
.plan-card-home-grid{
  min-height:100%;
  padding:32px 28px;
  border-radius:32px;
  box-shadow:0 18px 40px rgba(15,23,42,.06);
  background:#fff;
}
.plan-card-head{display:grid;gap:10px}
.plan-card-home-grid h3{font-size:2rem;line-height:1.05;margin:0}
.plan-card-price{display:grid;gap:6px}
.plan-card-home-grid .price-main{font-size:3rem;font-weight:800;letter-spacing:-.04em;color:var(--dark);line-height:1}
.plan-card-home-grid .price-old{font-size:1rem}
.plan-ideal-inline{margin:0;color:#334155;line-height:1.7}
.plan-card-home-grid .plan-mini-meta{min-height:48px}
.plan-card-home-grid .plan-checks-home{display:grid;gap:10px;margin:0;padding-left:20px}
.plan-card-home-grid .plan-actions-home{display:grid;grid-template-columns:1fr;gap:12px;margin-top:auto}
.plan-card-home-grid .plan-actions-home .btn,
.plan-card-home-grid .plan-actions-home .btn-outline{width:100%;justify-content:center;text-align:center}
@media (max-width: 1100px){
  .plan-grid-home-3{grid-template-columns:repeat(2,minmax(0,1fr)) !important;}
}
@media (max-width: 760px){
  .plan-grid-home-3{grid-template-columns:1fr !important;}
  .plan-card-home-grid h3{font-size:1.7rem}
  .plan-card-home-grid .price-main{font-size:2.45rem}
}



















.page-hero-plan{
  padding: 56px 0 36px;
}

.plan-hero-layout{
  display:grid;
  grid-template-columns: 1.1fr .9fr;
  gap:42px;
  align-items:center;
}

.plan-hero-copy{
  max-width: 640px;
}

.hero-copy-top{
  display:flex;
  flex-direction:column;
  gap:14px;
  margin:26px 0 18px;
}

.plan-billing{
  margin:10px 0 18px;
}

.plan-intro{
  max-width: 58ch;
}

.plan-summary-card{
  overflow:hidden;
  padding:0;
}

.plan-summary-card .card-media{
  width:100%;
  height:380px;
  object-fit:cover;
  display:block;
}

.plan-summary-body{
  padding:26px 28px 28px;
}

.plan-summary-body h3{
  margin:0 0 18px;
}

.plan-block + .plan-block{
  margin-top:28px;
}

.content-shell{
  display:grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap:28px;
  align-items:start;
}

.rich-content{
  padding:32px;
}

.rich-content h2{
  margin-top:0;
}

.rich-content p,
.rich-content li{
  color: var(--text);
}

.check-list li{
  color: var(--text);
}

.check-list li::marker{
  color: var(--gold);
}

.info-list li{
  color: var(--text);
}

.sticky-card{
  position:sticky;
  top:120px;
}

@media (max-width: 1024px){
  .plan-hero-layout{
    grid-template-columns:1fr;
  }

  .content-shell{
    grid-template-columns:1fr;
  }

  .sticky-card{
    position:static;
  }
}


/* unified header/footer + visual refresh */
.site-header-home-like{position:sticky;top:0;background:rgba(244,240,234,.78);backdrop-filter:blur(16px);border-bottom:1px solid rgba(12,19,32,.06);z-index:50}
.site-header-home-like .header-home-shell{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:16px 0}
.site-header-home-like .brand{justify-self:start;color:var(--text)}
.site-header-home-like .brand-logo{max-height:72px}
.header-glass{display:flex;align-items:center;gap:22px;background:rgba(255,255,255,.55);border:1px solid rgba(12,19,32,.06);box-shadow:0 10px 30px rgba(8,14,20,.05);padding:12px 18px;border-radius:999px}
.header-nav{display:flex;gap:18px;align-items:center;flex-wrap:wrap}
.header-nav a{font-weight:600;color:#243041}
.header-nav a:hover{color:var(--gold)}
.header-actions-right{display:flex;align-items:center;gap:12px}
.header-phone-chip{display:inline-flex;align-items:center;padding:11px 16px;border-radius:999px;background:#fff;border:1px solid rgba(12,19,32,.08);font-weight:700;color:#243041}
.page-hero{padding:150px 0 78px;background:linear-gradient(180deg,#f5f1ea 0%,#f8f5ef 100%);border-bottom:1px solid rgba(12,19,32,.06)}
.page-hero.compact{padding:60px 0 64px}
.page-hero h1{max-width:760px}
.page-hero p{max-width:720px;color:var(--muted);font-size:1.08rem;line-height:1.8}
.breadcrumbs{display:flex;gap:10px;flex-wrap:wrap;color:var(--muted);margin-bottom:18px;font-size:.95rem}
.breadcrumbs a{color:#344153}
.page-content{padding:74px 0}
.hero-soft-card{background:linear-gradient(180deg,#fff 0%,#fcfaf7 100%);border:1px solid rgba(12,19,32,.06);box-shadow:var(--shadow);border-radius:var(--radius)}
.icon-card{padding:26px}
.icon-card h3{margin:0 0 10px;font-size:1.18rem}
.icon-card p{margin:0;color:var(--muted);line-height:1.75}
.contact-surface{display:grid;grid-template-columns:1fr .9fr;gap:28px;align-items:start}
.contact-form-card,.contact-info-card{padding:34px}
.contact-form-card form{display:grid;gap:16px}
.contact-form-card label{display:grid;gap:8px;font-weight:600;color:#243041}
.contact-form-card input,.contact-form-card textarea,.contact-form-card select{width:100%;padding:15px 16px;border-radius:18px;border:1px solid rgba(12,19,32,.12);background:#fff;font:inherit;color:var(--text)}
.contact-form-card textarea{min-height:150px;resize:vertical}
.contact-form-card input:focus,.contact-form-card textarea:focus,.contact-form-card select:focus{outline:none;border-color:rgba(147,170,22,.7);box-shadow:0 0 0 4px rgba(147,170,22,.12)}
.contact-info-stack{display:grid;gap:16px}
.notice-success,.notice-error{padding:16px 18px;border-radius:18px;margin-bottom:18px}
.notice-success{background:rgba(147,170,22,.12);color:#536300;border:1px solid rgba(147,170,22,.22)}
.notice-error{background:rgba(176,54,54,.09);color:#7d2121;border:1px solid rgba(176,54,54,.16)}
.site-footer{padding:34px 0 18px;background:linear-gradient(180deg,#e9e1d5 0%,#e2d9ca 100%);border-top:1px solid rgba(12,19,32,.06)}
.footer-shell{background:rgba(255,255,255,.38);border:1px solid rgba(255,255,255,.45);border-radius:32px;box-shadow:0 18px 50px rgba(8,14,20,.06);padding:28px}
.footer-topbar{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;padding-bottom:24px;margin-bottom:24px;border-bottom:1px solid rgba(12,19,32,.08)}
.footer-brand-block{max-width:560px}
.footer-brand{display:inline-flex;align-items:center;margin-bottom:12px}
.footer-logo{max-height:68px;width:auto}
.footer-copy{margin:0;color:#4c5563;line-height:1.75;font-size:1rem}
.footer-socials{display:flex;gap:12px;flex-wrap:wrap}
.footer-socials a{display:inline-flex;align-items:center;justify-content:center;padding:12px 18px;border-radius:999px;background:rgba(255,255,255,.85);border:1px solid rgba(12,19,32,.08);color:#243041;font-weight:700;transition:.2s ease}
.footer-socials a:hover,.footer-links a:hover,.footer-contact-list a:hover{transform:translateY(-1px);color:var(--gold)}
.footer-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;align-items:stretch}
.footer-card{background:rgba(255,255,255,.66);border:1px solid rgba(12,19,32,.06);border-radius:24px;padding:24px;min-height:100%}
.footer-grid h3{margin:0 0 14px;font-size:1rem;letter-spacing:.02em;color:#243041}
.footer-links-col{display:grid;gap:12px}
.footer-links a{display:inline-flex;align-items:center;color:#344153;font-weight:500}
.footer-contact-list{display:grid;gap:14px;color:#4c5563}
.footer-contact-list a,.footer-contact-list p{display:grid;gap:4px;margin:0;color:#344153;line-height:1.6}
.footer-contact-list span{font-size:.78rem;text-transform:uppercase;letter-spacing:.12em;color:#7a818c;font-weight:700}
.footer-bottom{display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap;padding-top:20px;margin-top:24px;border-top:1px solid rgba(12,19,32,.08);color:#5b6370;font-size:.95rem}
.hero-trust{display:flex;gap:12px;flex-wrap:wrap;margin-top:26px;color:#dfe4ea}
.hero-trust span{padding:10px 14px;border-radius:999px;border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.04)}
.steps-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}
.step-card{padding:28px}
.step-number{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:999px;background:rgba(147,170,22,.16);color:var(--gold-2);font-weight:800;margin-bottom:16px}
.faq-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}
.quote-card,.faq-item,.icon-card{background:linear-gradient(180deg,#fff 0%,#fcfaf7 100%)}
@media (max-width: 980px){.header-glass{padding:10px 14px}.site-header-home-like .header-home-shell{padding:14px 0}.footer-topbar,.footer-grid,.steps-grid,.faq-list,.contact-surface{grid-template-columns:1fr;display:grid}.footer-bottom{flex-direction:column}.header-actions-right{display:none}.footer-shell{padding:22px}.footer-topbar{align-items:start}}
@media (max-width: 720px){.footer-grid{grid-template-columns:1fr}.footer-card{padding:20px}.footer-socials a{width:100%;justify-content:center}.container{width:min(100% - 28px, 1280px)}}
/* Home header scroll behavior */
.site-header-home-like{
  position:fixed;
  top:0;
  left:0;
  right:0;
  z-index:60;
  padding:24px 0;
  background:transparent;
  border-bottom:1px solid transparent;
  backdrop-filter:none;
  transition:background .28s ease, border-color .28s ease, box-shadow .28s ease, padding .28s ease;
}
.site-header-home-like .header-home-shell{
  display:grid;
  grid-template-columns:auto 1fr auto;
  align-items:center;
  gap:28px;
}
.site-header-home-like .brand-home{
  justify-self:start;
}
.site-header-home-like .brand-logo{
  max-height:86px;
  transition:max-height .28s ease, transform .28s ease;
}
.site-header-home-like .public-nav-home-like{
  display:flex;
  justify-content:center;
  gap:18px;
  opacity:0;
  visibility:hidden;
  transform:translateY(-10px);
  pointer-events:none;
  transition:opacity .22s ease, transform .22s ease, visibility .22s ease;
}
.site-header-home-like .public-nav-home-like a{
  color:rgba(255,255,255,.9);
  font-weight:700;
  text-shadow:0 1px 10px rgba(0,0,0,.22);
}
.site-header-home-like .public-nav-home-like a:hover{
  color:var(--gold-2);
}
.header-actions-home{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:12px;
}
.header-actions-home .header-call,
.header-actions-home .header-cta{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:54px;
  padding:0 22px;
  border-radius:999px;
  font-weight:800;
  white-space:nowrap;
}
.header-actions-home .header-call{
  background:var(--gold);
  color:#fff;
  box-shadow:0 10px 24px rgba(147,170,22,.24);
}
.header-actions-home .header-cta{
  border:1px solid rgba(255,255,255,.18);
  color:#fff;
  background:rgba(255,255,255,.06);
  backdrop-filter:blur(8px);
}
.site-header-home-like.is-scrolled{
  background:rgba(244,240,234,.92);
  border-bottom-color:rgba(12,19,32,.08);
  backdrop-filter:blur(16px);
  box-shadow:0 10px 30px rgba(7,14,24,.08);
  padding:14px 0;
}
.site-header-home-like.is-scrolled .brand-logo{
  max-height:68px;
}
.site-header-home-like.is-scrolled .public-nav-home-like{
  opacity:1;
  visibility:visible;
  transform:translateY(0);
  pointer-events:auto;
}
.site-header-home-like.is-scrolled .public-nav-home-like a{
  color:#243041;
  text-shadow:none;
}
.site-header-home-like.is-scrolled .header-actions-home .header-cta{
  color:#243041;
  background:#fff;
  border-color:rgba(12,19,32,.08);
}
@media (max-width: 980px){
  .site-header-home-like{padding:16px 0}
  .site-header-home-like .header-home-shell{grid-template-columns:1fr auto;gap:14px}
  .site-header-home-like .brand-logo{max-height:72px}
  .site-header-home-like .public-nav-home-like{display:none}
  .header-actions-home .header-cta{display:none}
  .header-actions-home .header-call{min-height:48px;padding:0 18px;font-size:.95rem}
  .site-header-home-like.is-scrolled{padding:10px 0}
  .site-header-home-like.is-scrolled .brand-logo{max-height:60px}
}
@media (max-width: 640px){
  .site-header-home-like .header-home-shell{grid-template-columns:1fr}
  .header-actions-home{display:none}
}













/* =========================================================
   FOOTER PROFESIONAL — versión corregida
   Pégalo al FINAL de tu stylesheet actual
   ========================================================= */

/* Fondo general del footer */
.site-footer.site-footer-pro{
  background:
    radial-gradient(circle at top left, rgba(147,170,22,.08), transparent 28%),
    linear-gradient(180deg, #e8dfd2 0%, #ddd2c2 100%);
  padding: 56px 0 24px;
  border-top: 1px solid rgba(12,19,32,.06);
}

/* Caja principal */
.site-footer.site-footer-pro .footer-pro-shell{
  background: rgba(255,255,255,.58);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,.5);
  border-radius: 36px;
  box-shadow: 0 24px 60px rgba(8,14,20,.08);
  padding: 42px 42px 24px;
}

/* Layout principal */
.site-footer.site-footer-pro .footer-pro-main{
  display: grid;
  grid-template-columns: minmax(320px, 1.1fr) 1.4fr;
  gap: 42px;
  align-items: start;
}

/* Bloque marca */
.site-footer.site-footer-pro .footer-pro-brand{
  padding-right: 12px;
}

.site-footer.site-footer-pro .footer-pro-brand .footer-brand{
  display: inline-flex;
  align-items: center;
  margin-bottom: 18px;
}

.site-footer.site-footer-pro .footer-pro-brand .footer-logo{
  max-height: 78px;
  width: auto;
}

.site-footer.site-footer-pro .footer-pro-text{
  margin: 0;
  max-width: 460px;
  color: #4b5563;
  font-size: 1rem;
  line-height: 1.9;
}

/* Redes */
.site-footer.site-footer-pro .footer-pro-socials{
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 24px;
}

.site-footer.site-footer-pro .footer-pro-socials a{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 999px;
  background: rgba(255,255,255,.86);
  border: 1px solid rgba(12,19,32,.08);
  color: #243041;
  font-weight: 700;
  transition: transform .22s ease, color .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.site-footer.site-footer-pro .footer-pro-socials a:hover{
  transform: translateY(-2px);
  color: var(--gold);
  box-shadow: 0 12px 24px rgba(8,14,20,.08);
  border-color: rgba(147,170,22,.28);
}

/* Columnas */
.site-footer.site-footer-pro .footer-pro-links{
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 22px;
}

.site-footer.site-footer-pro .footer-pro-col{
  padding: 8px 0;
}

.site-footer.site-footer-pro .footer-pro-col h3{
  margin: 0 0 18px;
  font-size: .92rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #243041;
}

/* Navegación */
.site-footer.site-footer-pro .footer-pro-nav{
  display: grid;
  gap: 14px;
}

.site-footer.site-footer-pro .footer-pro-nav a{
  color: #435061;
  font-weight: 500;
  line-height: 1.5;
  transition: color .2s ease, transform .2s ease;
}

.site-footer.site-footer-pro .footer-pro-nav a:hover{
  color: var(--gold);
  transform: translateX(2px);
}

/* Contacto */
.site-footer.site-footer-pro .footer-pro-contact-list{
  display: grid;
  gap: 16px;
}

.site-footer.site-footer-pro .footer-pro-contact-list a,
.site-footer.site-footer-pro .footer-pro-contact-list div{
  display: grid;
  gap: 4px;
  padding: 14px 0;
  border-top: 1px solid rgba(12,19,32,.08);
}

.site-footer.site-footer-pro .footer-pro-contact-list > *:first-child{
  border-top: 0;
  padding-top: 0;
}

.site-footer.site-footer-pro .footer-pro-contact-list span{
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #7b8491;
}

.site-footer.site-footer-pro .footer-pro-contact-list strong{
  font-size: 1rem;
  line-height: 1.65;
  color: #243041;
  font-weight: 600;
}

/* Franja inferior */
.site-footer.site-footer-pro .footer-pro-bottom{
  margin-top: 34px;
  padding-top: 18px;
  border-top: 1px solid rgba(12,19,32,.08);
  display: flex;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.site-footer.site-footer-pro .footer-pro-bottom p{
  margin: 0;
  color: #5b6370;
  font-size: .94rem;
  line-height: 1.6;
}

/* Ajustes para neutralizar estilos antiguos del footer */
.site-footer.site-footer-pro .footer-card,
.site-footer.site-footer-pro .footer-grid,
.site-footer.site-footer-pro .footer-topbar,
.site-footer.site-footer-pro .footer-copy,
.site-footer.site-footer-pro .footer-socials,
.site-footer.site-footer-pro .footer-contact-list,
.site-footer.site-footer-pro .footer-bottom{
  all: unset;
}

/* Responsive */
@media (max-width: 1024px){
  .site-footer.site-footer-pro .footer-pro-main{
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .site-footer.site-footer-pro .footer-pro-links{
    grid-template-columns: repeat(2, minmax(0,1fr));
  }
}

@media (max-width: 720px){
  .site-footer.site-footer-pro{
    padding: 42px 0 18px;
  }

  .site-footer.site-footer-pro .footer-pro-shell{
    padding: 26px 22px 18px;
    border-radius: 26px;
  }

  .site-footer.site-footer-pro .footer-pro-links{
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .site-footer.site-footer-pro .footer-pro-brand .footer-logo{
    max-height: 68px;
  }

  .site-footer.site-footer-pro .footer-pro-socials a{
    width: 100%;
  }

  .site-footer.site-footer-pro .footer-pro-bottom{
    flex-direction: column;
  }
}
