:root {
  --navy-950: #071b34;
  --navy-900: #0b2748;
  --blue-700: #0759c7;
  --blue-600: #0b6ddd;
  --blue-100: #e8f2ff;
  --blue-50: #f4f8fe;
  --orange-600: #df6500;
  --orange-500: #f57c14;
  --orange-100: #fff0e1;
  --ink: #172438;
  --muted: #5c6a7d;
  --line: #dce5ef;
  --surface: #ffffff;
  --surface-soft: #f7f9fc;
  --success: #11784b;
  --shadow: 0 14px 38px rgba(12, 39, 73, 0.09);
  --radius: 20px;
  --radius-small: 12px;
  --container: 1180px;
}

/* Portada, marcas y dominios */
html { scroll-padding-top: 145px; }
.hero.hero-portfolio { background: #071b34; border-bottom: 5px solid #0759c7; isolation: isolate; }
.hero-portfolio .hero-panorama { position: absolute; inset: 0; width: 100%; height: 100%; max-width: none; object-fit: cover; object-position: center; z-index: -2; }
.hero-portfolio::after { content: ""; position: absolute; inset: 0; z-index: -1; pointer-events: none; background: linear-gradient(90deg, rgba(7,27,52,.97) 0%, rgba(7,27,52,.90) 28%, rgba(7,27,52,.73) 45%, rgba(7,27,52,.24) 64%, rgba(7,27,52,.04) 82%); }
.hero-portfolio .hero-grid { display: block; min-height: 600px; }
.hero-portfolio .hero-copy { padding: 66px 0; max-width: 630px; }
.hero-portfolio .eyebrow { color: #a9ceff; }
.hero-portfolio .hero-copy h1 { color: #fff; font-size: clamp(2.7rem, 4.4vw, 4.1rem); line-height: 1.08; }
.hero-portfolio .hero-copy h1 span { color: #ff962e; }
.hero-portfolio .hero-copy .lead { color: #d2e0f0; max-width: 560px; font-size: 1.13rem; }
.hero-portfolio .hero-media::before { inset: 0 -15vw 0 -100px; background: linear-gradient(90deg, #071b34 0%, rgba(7,27,52,.8) 13%, rgba(7,27,52,.12) 60%, rgba(7,27,52,.22)); }
.hero-portfolio .hero-media img { border-radius: 0; object-position: 64% center; }
.hero-portfolio .button-accent { background: #f78b22; border-color: #f78b22; color: #071b34; }
.hero-portfolio .button-secondary { background: transparent; color: #fff; border-color: #8ba4c3; }
.hero-portfolio .button-secondary:hover { background: #173655; }
.hero-brands { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; max-width: 510px; margin: 0 0 28px; }
.hero-brands a { display: flex; flex-direction: column; justify-content: center; gap: 13px; min-height: 100px; padding: 18px; background: #fff; border-radius: 12px; border: 2px solid transparent; }
.hero-brands a:hover { border-color: #ff962e; }
.hero-brands img { width: 100%; height: 32px; object-fit: contain; object-position: left center; }
.hero-brands span { font-size: .76rem; font-weight: 650; color: #45566b; }
.domain-band { display: grid; grid-template-columns: 1.5fr 1fr; align-items: center; gap: 60px; }
.domain-band p:not(.eyebrow) { margin-top: 20px; max-width: 650px; color: #5c6a7d; }
.domain-action { text-align: center; }
.detail-card h2 { font-size: 1.5rem; margin-bottom: 12px; }
.domain-extensions { display: flex; justify-content: center; flex-wrap: wrap; gap: 12px; margin-bottom: 24px; }
.domain-extensions span { padding: 12px 17px; border: 1px solid #c8daf0; border-radius: 12px; color: #0759c7; background: #fff; font-size: 1.4rem; font-weight: 800; }
@media (max-width: 1020px) {
  .hero-portfolio .hero-grid { min-height: 560px; }
  .hero-portfolio .hero-copy { padding: 52px 0; max-width: 580px; }
  .hero-portfolio .hero-panorama { object-position: 65% center; }
  .hero-portfolio::after { background: linear-gradient(90deg, rgba(7,27,52,.96), rgba(7,27,52,.86) 45%, rgba(7,27,52,.38)); }
  .hero-portfolio .hero-media { min-height: 260px; max-height: 300px; overflow: hidden; }
  .hero-portfolio .hero-media::before { display: block; inset: 0; background: linear-gradient(#071b34, transparent 45%); }
  .hero-portfolio .hero-media img { height: 300px; }
  .domain-band { grid-template-columns: 1fr; gap: 24px; }
}
@media (max-width: 480px) {
  .hero-portfolio .hero-grid { min-height: 0; }
  .hero-portfolio .hero-copy { padding: 44px 0 48px; }
  .hero-portfolio .hero-panorama { object-position: 72% center; }
  .hero-portfolio::after { background: linear-gradient(90deg, rgba(7,27,52,.94), rgba(7,27,52,.78)); }
  .hero-brands { gap: 8px; }
  .hero-brands a { padding: 12px; min-height: 90px; }
  .hero-brands img { height: 25px; }
  .hero-brands span { font-size: .69rem; }
}

*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--ink);
  background: var(--surface);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1rem;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

body, button, a { -webkit-tap-highlight-color: transparent; }

img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
p { margin: 0 0 1rem; }
h1, h2, h3 { color: var(--navy-950); font-weight: 780; line-height: 1.12; letter-spacing: -0.035em; margin: 0; }
h1 { font-size: clamp(2.45rem, 5vw, 4.7rem); }
h2 { font-size: clamp(2rem, 3.6vw, 3.2rem); }
h3 { font-size: 1.25rem; letter-spacing: -0.018em; }

.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: 88px 0; }
.section-soft { background: var(--surface-soft); }
.section-blue { background: var(--blue-50); }
.section-head { max-width: 730px; margin-bottom: 38px; }
.section-head.center { margin-inline: auto; text-align: center; }
.section-head p { color: var(--muted); font-size: 1.1rem; margin-top: 14px; }
.eyebrow { color: var(--blue-700); font-weight: 760; font-size: .82rem; letter-spacing: .12em; text-transform: uppercase; margin-bottom: 12px; }
.microcopy { color: var(--muted); font-size: .86rem; line-height: 1.45; }
.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: 12px; left: 12px; transform: translateY(-150%); z-index: 1000; background: #fff; color: var(--navy-950); border: 2px solid var(--blue-700); border-radius: 8px; padding: 10px 14px; font-weight: 700; }
.skip-link:focus { transform: none; }

.sticky-header-shell { position: sticky; top: 0; z-index: 100; box-shadow: 0 5px 18px rgba(7, 27, 52, .07); }
.utility-bar { color: #fff; background: #626a73; font-size: .76rem; }
.utility-inner { min-height: 34px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.utility-date { color: #eef3f8; }
.utility-links { display: flex; align-items: center; gap: 0; }
.utility-links a { padding: 3px 14px; border-left: 1px solid rgba(255,255,255,.22); white-space: nowrap; }
.utility-links a:hover, .utility-links a:focus-visible { color: #fff0df; }
.site-header { background: rgba(255, 255, 255, .98); border-bottom: 1px solid rgba(220, 229, 239, .9); backdrop-filter: blur(12px); }
.header-inner { min-height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; flex: none; }
.brand-logo { display: block; width: 220px; height: auto; }
.site-header .brand-logo { width: 280px; }
.main-nav { display: flex; align-items: center; gap: 26px; font-size: .94rem; font-weight: 670; }
.main-nav > a, .nav-group-button { color: #334157; transition: color .2s ease; }
.main-nav > a:hover, .main-nav > a:focus-visible, .nav-group-button:hover, .nav-group-button:focus-visible, .main-nav > a.is-active { color: var(--blue-700); }
.nav-group { position: relative; }
.nav-group-button { border: 0; padding: 9px 0; background: transparent; cursor: pointer; }
.nav-dropdown { position: absolute; left: 50%; top: calc(100% + 14px); transform: translate(-50%, -6px); width: 245px; padding: 10px; background: #fff; border: 1px solid var(--line); border-radius: 14px; box-shadow: var(--shadow); visibility: hidden; opacity: 0; transition: .18s ease; }
.nav-dropdown::before { content: ""; position: absolute; inset: -16px 0 auto; height: 18px; }
.nav-dropdown a { display: block; padding: 10px 12px; border-radius: 9px; color: #334157; }
.nav-dropdown a:hover, .nav-dropdown a:focus-visible { color: var(--blue-700); background: var(--blue-50); }
.nav-group:hover .nav-dropdown, .nav-group-button[aria-expanded="true"] + .nav-dropdown { visibility: visible; opacity: 1; transform: translate(-50%, 0); }
.main-nav .nav-client { color: var(--blue-700); }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 1px solid var(--line); border-radius: 10px; background: #fff; cursor: pointer; }
.menu-toggle > span:not(.sr-only) { display: block; width: 21px; height: 2px; margin: 4px auto; border-radius: 3px; background: var(--navy-950); }

.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 12px 21px; border: 1px solid var(--blue-700); border-radius: 11px; color: #fff; background: var(--blue-700); font-size: .96rem; font-weight: 760; line-height: 1.2; cursor: pointer; transition: transform .18s ease, background-color .18s ease, border-color .18s ease, box-shadow .18s ease; }
.button:hover { background: #064aa8; border-color: #064aa8; transform: translateY(-1px); box-shadow: 0 8px 20px rgba(7, 89, 199, .2); }
.button:focus-visible, a:focus-visible, summary:focus-visible, button:focus-visible { outline: 3px solid rgba(11, 109, 221, .35); outline-offset: 3px; }
.button-secondary { color: var(--navy-950); background: #fff; border-color: #b9c8da; }
.button-secondary:hover { color: var(--blue-700); background: #fff; border-color: var(--blue-700); box-shadow: none; }
.button-accent { background: var(--orange-600); border-color: var(--orange-600); }
.button-accent:hover { background: #bd5100; border-color: #bd5100; box-shadow: 0 8px 20px rgba(223, 101, 0, .2); }
.button-small { min-height: 40px; padding: 9px 15px; font-size: .88rem; }
.button-wide { width: 100%; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; }

.hero { position: relative; overflow: hidden; background: linear-gradient(90deg, #f7fbff 0%, #f7fbff 43%, #eef5fb 100%); }
.hero-grid { min-height: 570px; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 34px; }
.hero-copy { position: relative; z-index: 2; padding: 70px 0 76px; }
.hero-copy h1 { max-width: 720px; }
.hero-copy h1 span { color: var(--blue-700); }
.hero-copy .lead { max-width: 610px; margin: 22px 0 26px; color: #4a5b70; font-size: clamp(1.08rem, 2vw, 1.27rem); }
.hero-proof { display: flex; align-items: center; gap: 10px; margin-top: 23px; color: var(--navy-900); font-weight: 690; }
.hero-proof::before { content: ""; width: 9px; height: 9px; border-radius: 50%; background: var(--orange-500); box-shadow: 0 0 0 5px var(--orange-100); }
.hero-media { align-self: stretch; position: relative; min-height: 520px; }
.hero-media::before { content: ""; position: absolute; inset: 0 50% 0 -100vw; z-index: 1; background: linear-gradient(90deg, #f7fbff 0%, rgba(247,251,255,.95) 78%, rgba(247,251,255,0) 100%); pointer-events: none; }
.hero-media img { width: calc(100% + 12vw); height: 100%; max-width: none; object-fit: cover; object-position: 62% center; border-radius: 0 0 0 42px; }

.trust-strip { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff; }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-item { padding: 23px 18px; text-align: center; border-right: 1px solid var(--line); }
.trust-item:last-child { border-right: 0; }
.trust-item strong { display: block; color: var(--navy-950); font-size: 1rem; }
.trust-item span { color: var(--muted); font-size: .84rem; }

.service-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); gap: 18px; }
.service-card { min-height: 100%; display: flex; flex-direction: column; padding: 26px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.service-card:hover { transform: translateY(-4px); border-color: #aac8ea; box-shadow: var(--shadow); }
.service-icon { width: 48px; height: 48px; display: grid; place-items: center; margin-bottom: 22px; border-radius: 14px; color: var(--blue-700); background: var(--blue-100); font-size: 1.25rem; font-weight: 820; }
.service-brand { min-height: 48px; display: flex; align-items: center; gap: 8px; margin-bottom: 22px; }
.service-brand img { width: auto; max-width: 100%; height: 34px; object-fit: contain; object-position: left center; }
.service-brand span { color: #172438; font-size: 1.02rem; font-weight: 670; letter-spacing: -.02em; }
.service-brand-microsoft img, .service-brand-google img { width: min(100%, 180px); height: auto; max-height: 38px; }
.service-brand-square img { width: 48px; height: 48px; border-radius: 12px; }
.service-card h3 { margin-bottom: 10px; }
.service-card p { color: var(--muted); }
.service-card .price-preview { margin-top: auto; padding: 18px 0 15px; border-top: 1px solid var(--line); color: var(--navy-950); font-weight: 760; }
.service-card .price-preview span { display: block; color: var(--muted); font-size: .8rem; font-weight: 600; }
.service-link { color: var(--blue-700); font-weight: 760; }
.service-card > .service-link { margin-top: auto; padding-top: 18px; border-top: 1px solid var(--line); }
.service-card > .service-card-button { margin-top: auto; font-size: .88rem; padding-inline: 12px; }
.service-link:hover { text-decoration: underline; text-underline-offset: 4px; }

.choice-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.choice { display: grid; grid-template-columns: 42px 1fr auto; align-items: center; gap: 14px; padding: 20px; border: 1px solid var(--line); border-radius: 15px; background: #fff; }
.choice-number { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; color: var(--blue-700); background: var(--blue-100); font-weight: 800; }
.choice strong { display: block; color: var(--navy-950); }
.choice span { color: var(--muted); font-size: .9rem; }
.choice-arrow { color: var(--blue-700); font-size: 1.4rem; }

.section-platform-home { color: #fff; background: var(--navy-950); }
.ownership-home-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 70px; align-items: center; }
.ownership-home-copy .eyebrow { color: #79b7ff; }
.ownership-home-copy h2 { max-width: 680px; color: #fff; }
.ownership-home-copy > p:not(.eyebrow) { max-width: 700px; margin: 18px 0 0; color: #c6d6e8; font-size: 1.04rem; }
.ownership-platforms { display: grid; gap: 14px; }
.ownership-platform { display: grid; grid-template-columns: 132px 1fr; align-items: center; gap: 3px 18px; padding: 20px; border: 1px solid rgba(255,255,255,.16); border-radius: 16px; background: rgba(255,255,255,.07); transition: transform .18s ease, border-color .18s ease, background-color .18s ease; }
.ownership-platform:hover { transform: translateY(-2px); border-color: rgba(255,255,255,.38); background: rgba(255,255,255,.1); }
.platform-logo { grid-row: 1 / 3; min-height: 58px; display: flex; align-items: center; justify-content: center; padding: 10px 12px; border-radius: 10px; background: #fff; }
.platform-logo img { max-width: 125px; max-height: 34px; width: auto; object-fit: contain; }
.ownership-platform strong { color: #fff; }
.ownership-platform > span:last-child { color: #9fc6f4; font-size: .86rem; }

.why-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: center; }
.why-intro p { color: var(--muted); font-size: 1.08rem; margin: 18px 0 0; }
.benefit-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.benefit { padding: 22px; border-left: 3px solid var(--blue-700); background: var(--blue-50); border-radius: 0 14px 14px 0; }
.benefit strong { display: block; margin-bottom: 5px; color: var(--navy-950); }
.benefit span { color: var(--muted); font-size: .92rem; }

.payment-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.payment-card { padding: 28px; border: 1px solid #cbdbea; border-radius: var(--radius); background: #fff; text-align: center; }
.payment-icon { width: 58px; height: 58px; display: grid; place-items: center; margin: 0 auto 18px; border-radius: 16px; color: #fff; background: #efb810; font-size: 1.45rem; font-weight: 850; }
.payment-icon-qr { color: var(--navy-950); background: #fff; border: 3px solid var(--navy-950); font-size: 1rem; }
.payment-icon-wompi { background: #6657d9; }
.payment-card h3 { margin-bottom: 8px; }
.payment-card p { margin: 0; color: var(--muted); font-size: .92rem; }
.payment-action { margin-top: 28px; text-align: center; }

.faq-list { max-width: 850px; margin: 0 auto; }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 22px 48px 22px 0; color: var(--navy-950); font-size: 1.04rem; font-weight: 730; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; top: 18px; right: 8px; width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; color: var(--blue-700); background: var(--blue-100); font-size: 1.3rem; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { max-width: 760px; padding: 0 48px 22px 0; color: var(--muted); }

.cta-band { margin: 0 auto 88px; overflow: hidden; border-radius: 26px; color: #fff; background: var(--navy-950); }
.cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; padding: 48px; }
.cta-band h2 { color: #fff; font-size: clamp(1.8rem, 3.4vw, 2.7rem); }
.cta-band p { max-width: 630px; margin: 12px 0 0; color: #c6d6e8; }
.cta-band .button-secondary { border-color: #8fa7bf; background: transparent; color: #fff; }
.cta-band .button-secondary:hover { border-color: #fff; color: #fff; background: rgba(255,255,255,.07); }

.page-hero { padding: 72px 0 64px; background: linear-gradient(180deg, var(--blue-50), #fff); border-bottom: 1px solid var(--line); }
.breadcrumbs { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin-bottom: 24px; color: var(--muted); font-size: .85rem; }
.breadcrumbs a { color: var(--blue-700); }
.page-hero-grid { display: grid; grid-template-columns: 1fr .7fr; gap: 65px; align-items: center; }
.page-hero h1 { font-size: clamp(2.35rem, 5vw, 4.15rem); }
.page-hero .lead { max-width: 690px; margin: 20px 0 26px; color: var(--muted); font-size: 1.17rem; }
.service-hero-logo { width: auto; max-width: 360px; height: auto; max-height: 68px; margin: 0 0 24px; object-fit: contain; object-position: left center; }
.page-hero-compact { padding-bottom: 52px; }
.page-hero-compact h1 { max-width: 880px; }
.page-hero-compact .lead { max-width: 820px; }
.legal-date { margin: 18px 0 0; color: #526379; font-size: .88rem; font-weight: 690; }
.hero-points { display: grid; gap: 12px; padding: 24px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow); }
.hero-points div { display: flex; gap: 10px; align-items: flex-start; color: #3e4e63; }
.hero-points div::before { content: "✓"; width: 22px; height: 22px; flex: none; display: grid; place-items: center; border-radius: 50%; color: var(--success); background: #e7f7ef; font-size: .78rem; font-weight: 900; }

.section-platform { padding: 72px 0; background: #fff; border-bottom: 1px solid var(--line); }
.platform-grid { display: grid; grid-template-columns: 1.04fr .96fr; gap: 24px; align-items: stretch; }
.ownership-panel, .product-panel { padding: 32px; border-radius: var(--radius); }
.ownership-panel { color: #d9e7f6; background: var(--navy-950); }
.ownership-panel .eyebrow { color: #79b7ff; }
.ownership-panel h2 { max-width: 650px; color: #fff; font-size: clamp(1.75rem, 3vw, 2.5rem); }
.ownership-panel > p:not(.eyebrow) { margin: 17px 0 0; }
.ownership-list { display: grid; gap: 10px; padding: 20px 0 0; margin: 20px 0 0; border-top: 1px solid rgba(255,255,255,.15); list-style: none; }
.ownership-list li { position: relative; padding-left: 25px; }
.ownership-list li::before { content: "✓"; position: absolute; left: 0; color: #74d9ad; font-weight: 900; }
.product-panel { border: 1px solid var(--line); background: var(--surface-soft); }
.product-panel h2 { margin-bottom: 22px; font-size: 1.35rem; }
.product-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.product-item { min-height: 82px; display: flex; align-items: center; gap: 12px; padding: 13px; border: 1px solid var(--line); border-radius: 12px; background: #fff; color: var(--navy-950); font-size: .9rem; font-weight: 710; }
.product-item img { width: 46px; height: 46px; flex: none; object-fit: contain; }
.product-item img[src*="-logo-cropped"] { width: 92px; height: 38px; }
.trademark-notice { margin: 20px 0 0; color: var(--muted); font-size: .76rem; line-height: 1.5; }

.plan-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; align-items: stretch; }
.plan-grid-two { max-width: 850px; grid-template-columns: repeat(2, minmax(0, 1fr)); margin-inline: auto; }
.plan-card { display: flex; flex-direction: column; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.plan-card.highlight { border: 2px solid var(--blue-700); box-shadow: var(--shadow); }
.plan-label { align-self: flex-start; min-height: 27px; display: inline-flex; align-items: center; padding: 4px 9px; margin-bottom: 16px; border-radius: 7px; color: var(--blue-700); background: var(--blue-100); font-size: .75rem; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.plan-card h3 { font-size: 1.5rem; }
.plan-card .storage { color: var(--muted); margin: 7px 0 0; }
.price { margin: 26px 0 8px; color: var(--navy-950); font-size: clamp(1.8rem, 4vw, 2.6rem); font-weight: 820; letter-spacing: -.045em; line-height: 1; }
.price small { display: block; margin-top: 9px; color: var(--muted); font-size: .78rem; font-weight: 600; letter-spacing: normal; }
.pending { display: inline-block; margin-bottom: 18px; color: #7a4a00; background: #fff4de; border-radius: 6px; padding: 4px 7px; font-size: .74rem; font-weight: 730; }
.feature-list { display: grid; gap: 11px; padding: 21px 0; margin: 0 0 22px; border-top: 1px solid var(--line); list-style: none; }
.feature-list li { position: relative; padding-left: 24px; color: #46566a; font-size: .93rem; }
.feature-list li::before { content: "✓"; position: absolute; left: 0; color: var(--success); font-weight: 900; }
.plan-card .button { margin-top: auto; }
.plan-note { margin: 28px 0 0; color: var(--muted); text-align: center; font-size: .9rem; }

.detail-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.detail-card { padding: 25px; border-radius: 16px; background: var(--blue-50); }
.detail-card h3 { margin-bottom: 8px; }
.detail-card p { margin: 0; color: var(--muted); font-size: .94rem; }

.info-band { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 30px; padding: 32px; border: 1px solid #c8daf0; border-radius: 20px; background: var(--blue-50); }
.info-band h2 { font-size: 1.6rem; }
.info-band p { margin: 8px 0 0; color: var(--muted); }

.contact-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 58px; align-items: start; }
.contact-intro { position: sticky; top: 148px; }
.contact-intro > p:not(.eyebrow) { margin: 18px 0 0; color: var(--muted); font-size: 1.04rem; }
.contact-direct { display: grid; gap: 10px; padding: 24px 0; }
.contact-direct a { display: flex; justify-content: space-between; gap: 16px; padding: 14px 0; border-bottom: 1px solid var(--line); }
.contact-direct a strong { color: var(--navy-950); }
.contact-direct a span { color: var(--blue-700); text-align: right; }
.contact-form-card { padding: 34px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow); }
.contact-form { display: grid; gap: 18px; }
.contact-form [hidden] { display: none !important; }
.contact-form button:disabled { opacity: .65; cursor: wait; }
.form-row { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.contact-form label { display: grid; gap: 7px; color: var(--navy-950); font-size: .9rem; font-weight: 720; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; min-height: 48px; padding: 11px 13px; border: 1px solid #b9c8da; border-radius: 10px; color: var(--ink); background: #fff; font: inherit; font-weight: 450; }
.contact-form textarea { min-height: 140px; resize: vertical; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { outline: 3px solid rgba(11,109,221,.18); border-color: var(--blue-700); }
.form-consent { grid-template-columns: auto 1fr !important; align-items: start; gap: 10px !important; color: var(--muted) !important; font-weight: 520 !important; }
.form-consent input { width: 18px; min-height: 18px; margin-top: 3px; }
.form-honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.form-note { margin: -7px 0 0; color: var(--muted); text-align: center; font-size: .78rem; }
.form-alert { padding: 14px 16px; margin-bottom: 20px; border-radius: 10px; font-size: .9rem; }
.form-success { color: #075b38; background: #e7f7ef; border: 1px solid #a9dfc5; }
.form-error { color: #7a2600; background: #fff0e8; border: 1px solid #f0c3ad; }

.legal-section { padding-top: 72px; }
.legal-layout { display: grid; grid-template-columns: 300px minmax(0, 1fr); gap: 56px; align-items: start; }
.legal-summary { position: sticky; top: 126px; padding: 25px; border: 1px solid #c8daf0; border-radius: 18px; background: var(--blue-50); }
.legal-summary h2 { font-size: 1.25rem; }
.legal-summary ul { display: grid; gap: 10px; padding: 0 0 0 20px; margin: 18px 0; color: #3f5065; font-size: .9rem; }
.legal-summary p { margin: 0; color: var(--muted); font-size: .8rem; }
.legal-content { max-width: 820px; }
.legal-content section { scroll-margin-top: 125px; }
.legal-content section + section { padding-top: 34px; margin-top: 34px; border-top: 1px solid var(--line); }
.legal-content h2 { margin-bottom: 14px; font-size: clamp(1.35rem, 2.4vw, 1.8rem); letter-spacing: -.025em; }
.legal-content p { color: #46566a; }
.legal-content p:last-child { margin-bottom: 0; }
.legal-content a { color: var(--blue-700); font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }

.site-footer { color: #b9c8da; background: #071729; }
.footer-grid { display: grid; grid-template-columns: 1.7fr 1fr 1fr; gap: 70px; padding: 64px 0 48px; }
.brand-footer { width: fit-content; padding: 8px 12px; border-radius: 14px; background: #fff; }
.brand-footer .brand-logo { width: 220px; }
.footer-grid > div:first-child p { max-width: 400px; margin: 20px 0 0; }
.footer-grid h2 { margin-bottom: 15px; color: #fff; font-size: .86rem; letter-spacing: .08em; text-transform: uppercase; }
.footer-grid > div:not(:first-child) a { display: block; width: fit-content; padding: 5px 0; }
.footer-grid a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; gap: 24px; padding: 22px 0; border-top: 1px solid rgba(255,255,255,.12); font-size: .82rem; }
.footer-bottom p { margin: 0; }

@media (max-width: 1020px) {
  .menu-toggle { display: block; }
  .main-nav { position: absolute; top: calc(100% + 1px); left: 0; right: 0; display: none; align-items: stretch; gap: 0; padding: 14px 20px 22px; border-bottom: 1px solid var(--line); background: #fff; box-shadow: var(--shadow); }
  .main-nav.is-open { display: block; }
  .main-nav > a, .nav-group-button { width: 100%; display: block; padding: 13px 8px; text-align: left; }
  .main-nav .button { margin-top: 8px; text-align: center; }
  .nav-dropdown { position: static; width: 100%; display: none; padding: 0 0 8px 14px; border: 0; box-shadow: none; transform: none; visibility: visible; opacity: 1; }
  .nav-group:hover .nav-dropdown { display: none; transform: none; }
  .nav-group-button[aria-expanded="true"] + .nav-dropdown { display: block; transform: none; }
  .hero-grid { min-height: auto; grid-template-columns: 1fr; }
  .hero-copy { padding: 64px 0 12px; }
  .hero-media { min-height: 420px; margin-inline: -20px; }
  .hero-media::before { display: none; }
  .hero-media img { width: 100%; border-radius: 24px 24px 0 0; object-position: center; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .ownership-home-grid { grid-template-columns: 1fr; gap: 38px; }
  .why-grid { grid-template-columns: 1fr; gap: 40px; }
  .page-hero-grid { grid-template-columns: 1fr; gap: 38px; }
  .platform-grid { grid-template-columns: 1fr; }
  .legal-layout { grid-template-columns: 1fr; gap: 38px; }
  .legal-summary { position: static; }
  .contact-layout { grid-template-columns: 1fr; gap: 38px; }
  .contact-intro { position: static; }
}

@media (max-width: 760px) {
  .container { width: min(calc(100% - 30px), var(--container)); }
  .section { padding: 68px 0; }
  .utility-inner { min-height: 38px; }
  .utility-date, .utility-links a:first-child { display: none; }
  .utility-links { width: 100%; justify-content: space-between; }
  .utility-links a { padding: 3px 8px; border-left: 0; font-size: .7rem; }
  .header-inner { min-height: 80px; }
  .site-header .brand-logo { width: 210px; }
  .hero-copy { padding-top: 50px; }
  .hero-copy h1 { font-size: clamp(2.35rem, 12vw, 3.55rem); }
  .hero-copy .lead { font-size: 1.06rem; }
  .hero-media { min-height: 310px; margin-inline: -15px; }
  .hero-media img { border-radius: 20px 20px 0 0; }
  .button-row { display: grid; grid-template-columns: 1fr; }
  .button-row .button { width: 100%; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-item:nth-child(2) { border-right: 0; }
  .trust-item:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .service-grid, .choice-grid, .benefit-list, .payment-grid, .plan-grid, .plan-grid-two, .detail-grid { grid-template-columns: 1fr; }
  .ownership-platform { grid-template-columns: 112px 1fr; padding: 16px; }
  .platform-logo { padding-inline: 8px; }
  .product-grid { grid-template-columns: 1fr; }
  .ownership-panel, .product-panel { padding: 25px; }
  .form-row { grid-template-columns: 1fr; }
  .contact-form-card { padding: 25px; }
  .contact-direct a { display: block; }
  .contact-direct a span { display: block; margin-top: 3px; text-align: left; }
  .choice { grid-template-columns: 40px 1fr; }
  .choice-arrow { display: none; }
  .cta-band { margin-bottom: 68px; border-radius: 20px; }
  .cta-inner { display: block; padding: 34px 25px; }
  .cta-inner .button-row { margin-top: 25px; }
  .page-hero { padding: 52px 0; }
  .page-hero h1 { font-size: clamp(2.25rem, 12vw, 3.3rem); }
  .info-band { grid-template-columns: 1fr; padding: 25px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 36px; padding: 50px 0 36px; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
  .footer-bottom { display: block; }
  .footer-bottom p + p { margin-top: 6px; }
}

/* Fase 1.8: fotografías panorámicas por servicio */
.page-hero.service-photo-hero { position: relative; isolation: isolate; overflow: hidden; background: #071b34; padding: 44px 0 56px; min-height: 590px; border-bottom: 5px solid #0759c7; }
.service-photo-hero .service-panorama { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.service-photo-hero::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(7,27,52,.97), rgba(7,27,52,.9) 30%, rgba(7,27,52,.74) 46%, rgba(7,27,52,.19) 67%, rgba(7,27,52,.03)); }
.service-photo-hero .page-hero-grid { display: block; max-width: 640px; }
.service-photo-hero h1 { color: #fff; font-size: clamp(2.3rem, 4vw, 3.5rem); }
.service-photo-hero .lead { color: #e0eaf6; font-size: 1.08rem; max-width: 580px; }
.service-photo-hero .eyebrow, .service-photo-hero .breadcrumbs, .service-photo-hero .breadcrumbs a { color: #b9d7ff; }
.service-photo-hero .service-hero-logo { box-sizing: content-box; width: auto; max-width: 250px; max-height: 56px; object-fit: contain; padding: 12px 18px; border-radius: 12px; background: #fff; margin-bottom: 22px; }
.service-photo-hero .button-accent { color: #071b34; background: #ff962e; border-color: #ff962e; }
.service-photo-hero .button-secondary { color: #fff; background: rgba(7,27,52,.3); border-color: #a6bbd5; }
.service-photo-hero .button-secondary:hover { background: #173655; }
.service-highlights { border-bottom: 1px solid var(--line); background: #f4f8fe; }
.service-highlights > .container { display: grid; grid-template-columns: repeat(auto-fit,minmax(210px,1fr)); gap: 22px; padding-block: 24px; color: #243c57; font-size: .9rem; font-weight: 600; }
.service-highlights span { color: #11784b; }
.payment-logo { display: flex; justify-content: center; align-items: center; height: 58px; margin: 0 auto 18px; }
.payment-logo img { width: auto; height: auto; max-width: 210px; max-height: 50px; }
@media (max-width: 760px) {
  .page-hero.service-photo-hero { min-height: 0; padding: 36px 0 44px; }
  .service-photo-hero .service-panorama { object-position: 70% center; }
  .service-photo-hero::after { background: linear-gradient(90deg, rgba(7,27,52,.96), rgba(7,27,52,.79)); }
  .service-photo-hero .service-hero-logo { max-width: 210px; max-height: 46px; }
  .service-highlights > .container { grid-template-columns: 1fr; gap: 12px; }
}

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

/* Evita que el menú fijo cubra los destinos de enlaces internos. */
[id] { scroll-margin-top: 150px; }
