:root {
  --sf-blue: #123ee8;
  --sf-blue-dark: #0b2db7;
  --sf-blue-soft: #eef2ff;
  --sf-ink: #10172a;
  --sf-muted: #667085;
  --sf-line: #e4e7ec;
  --sf-surface: #f5f7fb;
  --sf-white: #fff;
  --sf-shadow: 0 24px 70px rgba(16, 24, 40, .09);
  --sf-radius: 28px;
  --sf-container: 1280px;
}

* { box-sizing: border-box; }
html { max-width: 100%; overflow-x: hidden; scroll-behavior: smooth; }
body { position: relative; width: 100%; max-width: 100%; margin: 0; overflow-x: hidden; overflow-x: clip; background: var(--sf-white); color: var(--sf-ink); font: 500 16px/1.65 "Manrope", Arial, sans-serif; -webkit-font-smoothing: antialiased; }
body.admin-bar .sf-site-header { top: 32px; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { letter-spacing: -.045em; }
.sf-home-hero > *, .sf-section > *, .sf-used-banner > *, .sf-contact-layout > *, .sf-plan-grid > *, .sf-benefit-grid > *, .sf-process-grid > *, .sf-requirements-grid > *, .sf-area-grid > * { min-width: 0; max-width: 100%; }
.sf-home-hero h1, .sf-page-hero h1 { overflow-wrap: normal; word-break: normal; hyphens: none; }
.sf-section-heading h2, .sf-footer-cta h2, .sf-used-banner h2 { overflow-wrap: break-word; }
.sf-skip-link { position: fixed; left: 16px; top: -100px; z-index: 100000; padding: 12px 16px; border-radius: 10px; background: var(--sf-ink); color: white; }
.sf-skip-link:focus { top: 16px; }

.sf-site-header { position: sticky; z-index: 1000; top: 0; width: 100%; border-bottom: 1px solid rgba(228, 231, 236, .85); background: rgba(255, 255, 255, .94); backdrop-filter: blur(18px); transition: box-shadow .2s ease; }
.sf-site-header.is-scrolled { box-shadow: 0 10px 35px rgba(16, 24, 40, .08); }
.sf-header-inner { width: min(var(--sf-container), calc(100% - 48px)); min-height: 82px; margin: auto; display: flex; align-items: center; gap: 34px; }
.sf-brand { width: 188px; height: 52px; display: flex; align-items: center; flex: 0 0 auto; }
.sf-brand img { width: 100%; max-height: 51px; object-fit: contain; }
.sf-brand-custom { width: 188px; height: 52px; display: flex; align-items: center; flex: 0 0 auto; }
.sf-brand-custom img { width: auto; max-width: 188px; max-height: 51px; object-fit: contain; }
.sf-primary-nav { flex: 1; }
.sf-primary-nav ul { display: flex; align-items: center; justify-content: center; gap: 25px; list-style: none; margin: 0; padding: 0; }
.sf-primary-nav a { color: #344054; font-size: 13px; font-weight: 700; }
.sf-primary-nav a:hover, .sf-primary-nav a:focus-visible { color: var(--sf-blue); }
.sf-header-actions { display: flex; align-items: center; gap: 14px; }
.sf-language-switch { display: flex; gap: 4px; padding: 4px; border: 1px solid var(--sf-line); border-radius: 999px; background: var(--sf-surface); }
.sf-language-switch a { display: flex; align-items: center; gap: 4px; min-height: 31px; padding: 0 9px; border-radius: 999px; color: #667085; font-size: 10px; font-weight: 800; }
.sf-language-switch a[aria-current="true"] { background: white; color: var(--sf-ink); box-shadow: 0 2px 8px rgba(16, 24, 40, .08); }
.sf-language-switch span { font-size: 14px; }
.sf-menu-button, .sf-menu-scrim, .sf-mobile-nav-actions { display: none; }

.sf-button { min-height: 48px; padding: 0 22px; border: 1px solid transparent; border-radius: 999px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; cursor: pointer; font-size: 13px; font-weight: 800; line-height: 1.2; transition: transform .2s ease, background .2s ease, color .2s ease, box-shadow .2s ease; }
.sf-button:hover { transform: translateY(-2px); }
.sf-button:focus-visible { outline: 3px solid rgba(18, 62, 232, .24); outline-offset: 3px; }
.sf-button--large { min-height: 56px; padding-inline: 27px; }
.sf-button--blue { background: var(--sf-blue); color: white; box-shadow: 0 12px 28px rgba(18, 62, 232, .2); }
.sf-button--blue:hover { background: var(--sf-blue-dark); }
.sf-button--outline { border-color: #d0d5dd; background: white; color: var(--sf-ink); }
.sf-button--outline:hover { border-color: #98a2b3; }
.sf-button--white { background: white; color: var(--sf-blue); }
.sf-button--glass { border-color: rgba(255, 255, 255, .55); background: rgba(8, 18, 42, .22); color: white; backdrop-filter: blur(12px); }
.sf-button--glass:hover { border-color: white; background: rgba(8, 18, 42, .42); }
.sf-full-button { width: 100%; }
.sf-text-link { color: var(--sf-blue); font-size: 13px; font-weight: 800; }
.sf-whatsapp-icon { width: 20px; height: 20px; display: inline-block; flex: 0 0 auto; }

.sf-home-hero { position: relative; isolation: isolate; width: min(var(--sf-container), calc(100% - 48px)); min-height: 680px; margin: 28px auto 34px; padding: 76px 70px; display: flex; align-items: center; border-radius: 36px; background: #10182d; color: white; box-shadow: 0 28px 75px rgba(16, 24, 40, .16); overflow: hidden; }
.sf-kicker, .sf-section-heading > div > span, .sf-page-hero > span, .sf-footer-cta span, .sf-used-banner > div > span, .sf-contact-layout aside > span { display: block; margin-bottom: 16px; color: var(--sf-blue); font-size: 11px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.sf-home-hero .sf-kicker { color: #a9bbff; }
.sf-home-hero h1 { margin: 0 0 25px; font-size: clamp(58px, 6vw, 86px); font-weight: 800; line-height: .95; text-shadow: 0 4px 28px rgba(0, 0, 0, .18); }
.sf-home-hero h1 span { color: #a9bbff; }
.sf-home-hero__copy { position: relative; z-index: 3; width: min(660px, 62%); min-width: 0; }
.sf-home-hero__copy > p { max-width: 590px; margin-bottom: 31px; color: rgba(255, 255, 255, .82); font-size: 17px; line-height: 1.7; }
.sf-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.sf-hero-points { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 27px; color: rgba(255, 255, 255, .78); font-size: 12px; font-weight: 700; }
.sf-hero-points span::first-letter { color: #a9bbff; }
.sf-home-hero__media { position: absolute; z-index: 0; inset: 0; min-height: 0; border-radius: inherit; overflow: hidden; }
.sf-home-hero__media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7, 15, 35, .97) 0%, rgba(7, 18, 50, .88) 41%, rgba(7, 18, 50, .36) 70%, rgba(7, 18, 50, .08) 100%); pointer-events: none; }
.sf-home-hero__media > img { width: 100%; height: 100%; object-fit: cover; object-position: 66% center; }
.sf-hero-price { position: absolute; z-index: 2; top: 22px; left: 22px; right: auto; bottom: auto; min-width: 184px; padding: 18px 20px; border: 1px solid rgba(255, 255, 255, .75); border-radius: 18px; background: rgba(255, 255, 255, .93); color: var(--sf-ink); backdrop-filter: blur(16px); box-shadow: 0 15px 35px rgba(0, 0, 0, .15); }
.sf-hero-price > span, .sf-hero-price > small { display: block; color: var(--sf-muted); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.sf-hero-price strong { margin: 4px 0; display: flex; align-items: baseline; flex-wrap: wrap; column-gap: 5px; row-gap: 3px; font-size: 29px; line-height: 1; letter-spacing: -.05em; }
.sf-hero-price strong .sf-price-amount { white-space: nowrap; }
.sf-hero-price strong em { margin: 0; font-size: 13px; font-style: normal; letter-spacing: 0; white-space: nowrap; }

.sf-brand-ticker { width: min(var(--sf-container), calc(100% - 48px)); max-width: calc(100% - 48px); margin: 0 auto 54px; border-block: 1px solid var(--sf-line); overflow: hidden; -webkit-mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent); mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent); }
.sf-brand-ticker__track { width: max-content; max-width: none; display: flex; animation: sf-brand-scroll 30s linear infinite; will-change: transform; }
.sf-brand-ticker__group { display: flex; align-items: center; flex-shrink: 0; }
.sf-brand-logo { width: 220px; min-width: 220px; min-height: 90px; padding: 9px 34px; display: flex; align-items: center; justify-content: center; white-space: nowrap; }
.sf-brand-logo img { width: 72px; height: 72px; display: block; border-radius: 50%; object-fit: contain; }
.sf-brand-ticker:hover .sf-brand-ticker__track { animation-play-state: paused; }
@keyframes sf-brand-scroll { to { transform: translateX(-50%); } }

.sf-section { width: min(var(--sf-container), calc(100% - 48px)); margin: auto; padding: 104px 0; }
.sf-section-heading { display: flex; align-items: end; justify-content: space-between; gap: 50px; margin-bottom: 46px; }
.sf-section-heading > div { max-width: 710px; }
.sf-section-heading > div > span { margin-bottom: 10px; }
.sf-section-heading h2 { margin: 0; font-size: clamp(40px, 5vw, 64px); line-height: 1.08; }
.sf-section-heading > p { max-width: 450px; margin: 0; color: var(--sf-muted); }
.sf-section-heading--center { justify-content: center; text-align: center; }

.sf-plans-section { width: 100%; max-width: none; padding-inline: max(24px, calc((100% - var(--sf-container)) / 2)); background: var(--sf-surface); border-top: 1px solid var(--sf-line); border-bottom: 1px solid var(--sf-line); }
.sf-plan-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; align-items: stretch; }
.sf-plan-card { position: relative; display: flex; flex-direction: column; min-width: 0; padding: 32px; border: 1px solid var(--sf-line); border-radius: var(--sf-radius); background: white; box-shadow: 0 12px 32px rgba(16, 24, 40, .04); }
.sf-plan-card--featured { border: 2px solid var(--sf-blue); box-shadow: 0 18px 45px rgba(18, 62, 232, .12); }
.sf-plan-badge { position: absolute; top: 18px; right: 18px; padding: 7px 10px; border-radius: 999px; background: var(--sf-blue-soft); color: var(--sf-blue); font-size: 9px; font-weight: 800; text-transform: uppercase; }
.sf-plan-card > div > span { color: var(--sf-muted); font-size: 11px; font-weight: 800; text-transform: uppercase; }
.sf-plan-card h3 { margin: 3px 0 0; font-size: 27px; }
.sf-plan-card > p { margin: 31px 0 25px; padding-bottom: 24px; border-bottom: 1px solid var(--sf-line); }
.sf-plan-price strong { display: flex; align-items: baseline; flex-wrap: wrap; column-gap: 5px; row-gap: 4px; font-size: 42px; line-height: 1; letter-spacing: -.05em; }
.sf-plan-price strong .sf-price-amount { white-space: nowrap; }
.sf-plan-price strong small { margin: 0; color: var(--sf-ink); font-size: 15px; letter-spacing: 0; white-space: nowrap; }
.sf-plan-price > span { display: block; margin-top: 10px; color: #344054; font-size: 18px; font-weight: 800; }
.sf-plan-price > em { display: block; margin-top: 5px; color: var(--sf-muted); font-size: 11px; font-style: normal; font-weight: 700; }
.sf-plan-card ul { flex: 1; display: grid; gap: 13px; list-style: none; margin: 0 0 26px; padding: 0; color: #475467; font-size: 12px; }
.sf-plan-card li::before { content: "✓"; margin-right: 9px; color: var(--sf-blue); font-weight: 900; }
.sf-plan-note { margin: 21px 0 0; color: var(--sf-muted); text-align: center; font-size: 11px; }

.sf-benefit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.sf-benefit-grid article { border: 1px solid var(--sf-line); border-radius: var(--sf-radius); background: white; box-shadow: 0 12px 34px rgba(16, 24, 40, .06); overflow: hidden; }
.sf-benefit-grid article > img { width: 100%; height: 250px; object-fit: cover; background: var(--sf-surface); transition: transform .45s ease; }
.sf-benefit-grid article:hover > img { transform: scale(1.035); }
.sf-benefit-grid article > div { padding: 28px 30px 32px; }
.sf-benefit-grid i, .sf-process-grid i { width: 44px; height: 44px; display: grid; place-items: center; margin-bottom: 24px; border-radius: 12px; background: var(--sf-blue-soft); color: var(--sf-blue); font-size: 11px; font-style: normal; font-weight: 800; }
.sf-benefit-grid h3 { margin-bottom: 10px; font-size: 22px; }
.sf-benefit-grid p { margin: 0; color: var(--sf-muted); font-size: 14px; }

.sf-google-reviews { width: min(var(--sf-container), calc(100% - 48px)); margin: 64px auto 12px; padding: 50px 54px; display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 58px; border-radius: 28px; background: linear-gradient(125deg, #0a1733 0%, #132a61 100%); color: white; box-shadow: 0 24px 55px rgba(10, 23, 51, .18); overflow: hidden; }
.sf-google-reviews__copy { max-width: 700px; }
.sf-google-reviews__copy > span { display: block; margin-bottom: 8px; color: #9db6ff; font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.sf-google-reviews h2 { margin: 0; color: white; font-size: clamp(34px, 4vw, 52px); line-height: 1.04; letter-spacing: -.05em; }
.sf-google-reviews p { max-width: 590px; margin: 13px 0 0; color: rgba(255, 255, 255, .68); font-size: 14px; line-height: 1.65; }
.sf-google-reviews__action { min-width: 310px; padding: 22px; border: 1px solid rgba(255, 255, 255, .14); border-radius: 20px; background: rgba(255, 255, 255, .08); backdrop-filter: blur(12px); }
.sf-google-lockup { display: flex; align-items: center; gap: 13px; margin-bottom: 17px; }
.sf-google-g { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 14px; background: white; box-shadow: 0 8px 22px rgba(0, 0, 0, .18); }
.sf-google-g svg { width: 30px; height: 30px; display: block; }
.sf-google-lockup strong, .sf-google-lockup small { display: block; }
.sf-google-lockup strong { color: white; font-size: 15px; }
.sf-google-lockup small { margin-top: 2px; color: rgba(255, 255, 255, .6); font-size: 9px; font-weight: 700; }
.sf-google-reviews__action .sf-button { width: 100%; }

.sf-fleet-preview { border-top: 1px solid var(--sf-line); }
.sf-plugin-notice, .sf-empty-state { padding: 45px; border: 1px dashed #b8c4ff; border-radius: var(--sf-radius); background: var(--sf-blue-soft); text-align: center; }
.sf-empty-state h2 { margin-bottom: 8px; font-size: 35px; }
.sf-empty-state p { color: var(--sf-muted); }

.sf-used-banner { width: min(var(--sf-container), calc(100% - 48px)); min-height: 500px; margin: 60px auto; padding: 54px 58px 54px 70px; display: grid; grid-template-columns: 1fr 470px; align-items: center; gap: 60px; border-radius: 34px; background: #10182d; color: white; box-shadow: 0 24px 60px rgba(16, 24, 40, .12); overflow: hidden; }
.sf-used-banner > div > span { color: #9db6ff; }
.sf-used-banner h2 { margin-bottom: 18px; font-size: clamp(42px, 5vw, 62px); line-height: 1.04; }
.sf-used-banner p { max-width: 600px; margin-bottom: 28px; color: rgba(255, 255, 255, .7); }
.sf-used-banner img { width: 100%; max-height: 410px; object-fit: contain; border-radius: 26px; background: white; box-shadow: 0 22px 55px rgba(0, 0, 0, .2); }

.sf-accordion { border-top: 1px solid var(--sf-line); }
.sf-accordion-item { border-bottom: 1px solid var(--sf-line); }
.sf-accordion-item button { width: 100%; min-height: 82px; padding: 20px 0; border: 0; background: transparent; display: flex; align-items: center; justify-content: space-between; color: var(--sf-ink); text-align: left; cursor: pointer; font-size: 17px; font-weight: 800; }
.sf-accordion-item button i { width: 32px; height: 32px; display: grid; place-items: center; border-radius: 50%; background: var(--sf-surface); color: var(--sf-blue); font-size: 20px; font-style: normal; transition: transform .2s ease; }
.sf-accordion-item button[aria-expanded="true"] i { transform: rotate(45deg); }
.sf-accordion-item > div { max-width: 800px; padding: 0 50px 24px 0; color: var(--sf-muted); }
.sf-accordion-item > div p { margin: 0; }

.sf-page-hero { position: relative; isolation: isolate; width: min(var(--sf-container), calc(100% - 48px)); min-height: 480px; margin: 28px auto 36px; padding: 78px 66px; display: flex; flex-direction: column; justify-content: center; border-radius: 34px; background: #10182d; color: white; box-shadow: 0 24px 64px rgba(16, 24, 40, .13); overflow: hidden; }
.sf-page-hero::before { content: ""; position: absolute; z-index: 0; inset: 0; background: url("../images/stock-hero-miami.webp") 66% center / cover no-repeat; }
.sf-page-hero--rental-plans::before { background-image: url("../images/hero-rental-plans.webp"); }
.sf-page-hero--used-scooters::before { background-image: url("../images/hero-used-scooters.webp"); }
.sf-page-hero--how-it-works::before { background-image: url("../images/hero-how-it-works.webp"); }
.sf-page-hero--why-us::before { background-image: url("../images/hero-why-us.webp"); }
.sf-page-hero--faq::before { background-image: url("../images/hero-faq.webp"); }
.sf-page-hero--service-area::before { background-image: url("../images/hero-service-area.webp"); }
.sf-page-hero--requirements::before { background-image: url("../images/hero-requirements.webp"); }
.sf-page-hero--contact::before { background-image: url("../images/hero-contact.webp"); }
.sf-page-hero::after { content: ""; position: absolute; z-index: 1; inset: 0; background: linear-gradient(90deg, rgba(7, 15, 35, .97) 0%, rgba(7, 18, 50, .88) 44%, rgba(7, 18, 50, .35) 73%, rgba(7, 18, 50, .08) 100%); }
.sf-page-hero > * { position: relative; z-index: 2; }
.sf-page-hero > span { margin-bottom: 18px; color: #a9bbff; }
.sf-page-hero h1 { max-width: 820px; margin-bottom: 25px; font-size: clamp(52px, 6vw, 82px); font-weight: 800; line-height: .96; }
.sf-page-hero h1 em { color: #a9bbff; font-style: normal; }
.sf-page-hero p { max-width: 650px; margin: 0; color: rgba(255, 255, 255, .8); font-size: 17px; }
.sf-process-grid, .sf-requirements-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.sf-process-grid article, .sf-requirements-grid article { padding: 38px; border: 1px solid var(--sf-line); border-radius: var(--sf-radius); }
.sf-process-grid h2, .sf-requirements-grid h2, .sf-area-grid h2 { margin-bottom: 10px; font-size: 26px; }
.sf-process-grid p, .sf-requirements-grid p, .sf-area-grid p { margin: 0; color: var(--sf-muted); }
.sf-centered-cta { margin-top: 46px; text-align: center; }
.sf-centered-cta p { margin-bottom: 12px; color: var(--sf-muted); }
.sf-area-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.sf-area-grid article { padding: 34px; border: 1px solid var(--sf-line); border-radius: var(--sf-radius); }
.sf-area-grid article > span { color: var(--sf-blue); font-size: 11px; font-weight: 800; }
.sf-faq-page { max-width: 980px; }

.sf-contact-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 80px; align-items: start; }
.sf-contact-layout aside { position: sticky; top: 120px; padding: 38px; border-radius: var(--sf-radius); background: var(--sf-blue-soft); }
.sf-contact-layout aside h2 { margin-bottom: 13px; font-size: 42px; }
.sf-contact-layout aside p { color: var(--sf-muted); }
.sf-contact-layout aside ul { display: grid; gap: 15px; list-style: none; margin: 32px 0 0; padding: 26px 0 0; border-top: 1px solid #dbe2ff; }
.sf-contact-layout aside li { display: flex; justify-content: space-between; gap: 20px; font-size: 12px; }
.sf-contact-layout aside li a, .sf-contact-layout aside li span { color: var(--sf-muted); }

.sf-footer { border-top: 1px solid var(--sf-line); }
.sf-footer-cta { padding: 65px max(24px, calc((100% - var(--sf-container)) / 2)); display: flex; align-items: center; justify-content: space-between; gap: 50px; background: var(--sf-blue); color: white; }
.sf-footer-cta span { color: rgba(255, 255, 255, .7); }
.sf-footer-cta h2 { max-width: 760px; margin: 0; font-size: clamp(34px, 4vw, 52px); line-height: 1.08; }
.sf-footer-main { width: min(var(--sf-container), calc(100% - 48px)); margin: auto; padding: 68px 0; display: grid; grid-template-columns: 1.6fr .7fr .7fr; gap: 80px; }
.sf-footer-main > div:not(.sf-footer-brand) { display: grid; align-content: start; gap: 10px; }
.sf-footer-main b { margin-bottom: 8px; font-size: 12px; }
.sf-footer-main a, .sf-footer-main span, .sf-footer-brand p { color: var(--sf-muted); font-size: 12px; }
.sf-inline-whatsapp { display: inline-flex; align-items: center; gap: 7px; }
.sf-inline-whatsapp .sf-whatsapp-icon { width: 16px; height: 16px; color: #20b85a; }
.sf-footer-brand p { max-width: 340px; margin: 18px 0 0; }
.sf-footer-bottom { min-height: 65px; padding: 0 max(24px, calc((100% - var(--sf-container)) / 2)); border-top: 1px solid var(--sf-line); display: flex; align-items: center; justify-content: space-between; color: #98a2b3; font-size: 10px; }
.sf-mobile-actionbar { display: none; }

.sf-not-found { min-height: 65vh; padding: 150px 24px; text-align: center; }
.sf-not-found h1 { font-size: clamp(64px, 8vw, 100px); }
.sf-content-wrap { width: min(900px, calc(100% - 48px)); min-height: 55vh; margin: 80px auto; }


/* Language-aware spacing keeps the longer Spanish copy balanced without changing the English layout. */
html[lang="es"] .sf-header-inner { gap: 26px; }
html[lang="es"] .sf-primary-nav ul { gap: clamp(16px, 1.55vw, 23px); }
html[lang="es"] .sf-primary-nav a { font-size: 12px; white-space: nowrap; }
html[lang="es"] .sf-header-actions { gap: 10px; }
html[lang="es"] .sf-header-cta { padding-inline: 20px; white-space: nowrap; }
html[lang="es"] .sf-home-hero__copy { width: min(700px, 64%); }
html[lang="es"] .sf-home-hero h1 { font-size: clamp(56px, 5.7vw, 82px); }
html[lang="es"] .sf-home-hero__copy > p { max-width: 630px; }
html[lang="es"] .sf-hero-actions .sf-button { padding-inline: 24px; text-align: center; }
html[lang="es"] .sf-hero-price { min-width: 228px; padding-inline: 18px; }
html[lang="es"] .sf-hero-price strong { font-size: 27px; column-gap: 4px; }
html[lang="es"] .sf-hero-price strong em { font-size: 11px; }
html[lang="es"] .sf-section-heading { gap: 34px; }
html[lang="es"] .sf-section-heading h2 { font-size: clamp(38px, 4.6vw, 59px); }
html[lang="es"] .sf-section-heading > p { max-width: 500px; }
html[lang="es"] .sf-plan-card { padding: 30px 26px; }
html[lang="es"] .sf-plan-card h3 { font-size: 25px; line-height: 1.15; }
html[lang="es"] .sf-plan-price strong { font-size: 39px; column-gap: 4px; }
html[lang="es"] .sf-plan-price strong small { font-size: 13px; }
html[lang="es"] .sf-plan-price > span { font-size: 17px; line-height: 1.35; }
html[lang="es"] .sf-plan-card ul { font-size: 11.5px; line-height: 1.55; }
html[lang="es"] .sf-page-hero h1 { max-width: 780px; font-size: clamp(48px, 5.5vw, 74px); line-height: 1; }
html[lang="es"] .sf-page-hero p { max-width: 700px; }
html[lang="es"] .sf-google-reviews { gap: 38px; }
html[lang="es"] .sf-google-reviews h2 { font-size: clamp(32px, 3.5vw, 47px); }
html[lang="es"] .sf-google-reviews__action { min-width: 290px; }
html[lang="es"] .sf-used-banner h2 { font-size: clamp(39px, 4.5vw, 56px); }
html[lang="es"] .sf-footer-cta h2 { max-width: 800px; font-size: clamp(32px, 3.6vw, 48px); }

@media (max-width: 1180px) and (min-width: 821px) {
  html[lang="es"] .sf-header-inner { gap: 18px; }
  html[lang="es"] .sf-brand, html[lang="es"] .sf-brand-custom { width: 170px; }
  html[lang="es"] .sf-brand img, html[lang="es"] .sf-brand-custom img { max-width: 170px; }
  html[lang="es"] .sf-primary-nav ul { gap: 14px; }
  html[lang="es"] .sf-primary-nav a { font-size: 11.5px; }
  html[lang="es"] .sf-header-cta { display: none; }
}

@media (max-width: 1050px) {
  .sf-plan-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .sf-header-inner { gap: 20px; }
  .sf-primary-nav ul { gap: 18px; }
  .sf-header-cta { display: none; }
  .sf-home-hero, .sf-page-hero { padding-inline: 52px; }
  .sf-used-banner { grid-template-columns: 1fr 380px; padding: 48px; }
}

@media (max-width: 820px) {
  body.admin-bar .sf-site-header { top: 46px; }
  .sf-header-inner { width: calc(100% - 20px); min-height: 68px; justify-content: space-between; gap: 8px; }
  .sf-brand, .sf-brand-custom { width: 124px; height: 40px; }
  .sf-brand img, .sf-brand-custom img { max-width: 124px; max-height: 38px; }
  .sf-header-actions { margin-left: auto; flex: 0 0 auto; }
  .sf-language-switch a { min-width: 36px; padding-inline: 5px; justify-content: center; }
  .sf-language-switch a { font-size: 0; }
  .sf-language-switch span { font-size: 16px; }
  .sf-menu-button { width: 42px; height: 42px; flex: 0 0 42px; border: 1px solid var(--sf-line); border-radius: 11px; background: white; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 4px; }
  .sf-menu-button span { width: 18px; height: 2px; border-radius: 2px; background: var(--sf-ink); }
  .sf-menu-button b { display: none; }
  .sf-primary-nav { position: fixed; z-index: 1002; top: 68px; right: 10px; left: 10px; max-width: calc(100% - 20px); padding: 12px; border: 1px solid var(--sf-line); border-radius: 16px; background: white; box-shadow: var(--sf-shadow); opacity: 0; visibility: hidden; transform: translateY(-12px); transition: .2s ease; }
  .sf-primary-nav.is-open { opacity: 1; visibility: visible; transform: none; }
  .sf-primary-nav ul { display: grid; gap: 0; }
  .sf-primary-nav li { border-bottom: 1px solid var(--sf-line); }
  .sf-primary-nav li:last-child { border: 0; }
  .sf-primary-nav a { min-height: 50px; display: flex; align-items: center; padding: 0 10px; font-size: 14px; }
  .sf-mobile-nav-actions { display: block; padding-top: 13px; }
  .sf-mobile-nav-actions .sf-button { width: 100%; }
  .sf-menu-scrim { position: fixed; z-index: 1001; inset: 68px 0 0; max-width: 100%; border: 0; background: rgba(16, 24, 40, .35); }
  .sf-menu-scrim.is-open { display: block; }
  .sf-home-hero { width: calc(100% - 28px); min-height: 700px; margin: 14px auto 24px; padding: 34px 24px; align-items: flex-end; border-radius: 26px; }
  .sf-home-hero__media::after { background: linear-gradient(180deg, rgba(7, 18, 50, .08) 0%, rgba(7, 18, 50, .22) 34%, rgba(7, 15, 35, .94) 72%, rgba(7, 15, 35, .99) 100%); }
  .sf-home-hero__media > img { object-position: 66% center; }
  .sf-home-hero h1 { margin-bottom: 20px; font-size: clamp(44px, 13vw, 58px); line-height: .98; }
  .sf-home-hero__copy { width: 100%; }
  .sf-home-hero__copy > p { margin-bottom: 23px; font-size: 15px; line-height: 1.58; }
  .sf-kicker { margin-bottom: 13px; font-size: 9px; letter-spacing: .1em; }
  .sf-hero-price { top: 16px; left: 16px; right: auto; bottom: auto; min-width: 158px; padding: 14px 16px; }
  .sf-hero-price strong { font-size: 25px; }
  .sf-brand-ticker { width: calc(100% - 28px); margin: 0 auto 28px; }
  .sf-brand-ticker__track { animation-duration: 26s; }
  .sf-brand-logo { width: 172px; min-width: 172px; min-height: 78px; padding: 8px 24px; }
  .sf-brand-logo img { width: 62px; height: 62px; }
  .sf-section { width: calc(100% - 28px); padding: 62px 0; }
  .sf-plans-section { width: 100%; padding-inline: 16px; }
  .sf-section-heading { display: block; margin-bottom: 32px; }
  .sf-section-heading > p, .sf-section-heading > .sf-text-link { display: block; margin-top: 18px; }
  .sf-section-heading h2 { font-size: clamp(34px, 10vw, 42px); }
  .sf-plan-grid, .sf-benefit-grid, .sf-process-grid, .sf-requirements-grid, .sf-area-grid { grid-template-columns: 1fr; }
  .sf-plan-card { padding: 25px; }
  .sf-benefit-grid article > img { height: 210px; }
  .sf-benefit-grid article > div { padding: 24px; }
  .sf-google-reviews { width: calc(100% - 28px); margin: 38px auto 0; padding: 32px 24px; grid-template-columns: 1fr; gap: 25px; border-radius: 24px; }
  .sf-google-reviews h2 { font-size: clamp(32px, 10vw, 43px); }
  .sf-google-reviews__action { min-width: 0; width: 100%; padding: 18px; }
  .sf-used-banner { width: calc(100% - 28px); min-height: auto; margin: 28px auto; padding: 38px 24px 24px; grid-template-columns: minmax(0, 1fr); gap: 28px; border-radius: 26px; }
  .sf-used-banner h2 { font-size: clamp(34px, 10vw, 44px); }
  .sf-used-banner img { max-height: 330px; }
  .sf-page-hero { width: calc(100% - 28px); min-height: 540px; margin: 14px auto 28px; padding: 220px 24px 34px; justify-content: flex-end; border-radius: 26px; }
  .sf-page-hero::before { background-position: 64% center; }
  .sf-page-hero::after { background: linear-gradient(180deg, rgba(7, 18, 50, .08) 0%, rgba(7, 18, 50, .28) 34%, rgba(7, 15, 35, .95) 73%, rgba(7, 15, 35, .99) 100%); }
  .sf-page-hero h1 { font-size: clamp(40px, 12vw, 54px); line-height: 1; }
  .sf-page-hero p { font-size: 16px; }
  .sf-contact-layout { grid-template-columns: 1fr; gap: 35px; }
  .sf-contact-layout aside { position: static; }
  .sf-footer-cta { padding: 44px 14px; display: block; }
  .sf-footer-cta h2 { font-size: clamp(32px, 9vw, 42px); }
  .sf-footer-cta .sf-button { margin-top: 24px; }
  .sf-footer-main { width: calc(100% - 32px); grid-template-columns: 1fr 1fr; gap: 42px 24px; }
  .sf-footer-brand { grid-column: 1 / -1; }
  .sf-footer-bottom { padding: 18px 16px 80px; align-items: flex-start; gap: 15px; flex-direction: column; }
  .sf-mobile-actionbar { position: fixed; z-index: 900; right: 10px; bottom: 8px; left: 10px; width: auto; max-width: calc(100% - 20px); min-height: 50px; padding: 5px; display: grid; grid-template-columns: .6fr 1.4fr; border: 1px solid var(--sf-line); border-radius: 15px; background: rgba(255, 255, 255, .95); box-shadow: 0 12px 36px rgba(16, 24, 40, .16); backdrop-filter: blur(18px); }
  .sf-mobile-actionbar a { display: flex; align-items: center; justify-content: center; gap: 7px; border-radius: 11px; font-size: 12px; font-weight: 800; }
  .sf-mobile-actionbar a:last-child { background: var(--sf-blue); color: white; }

  html[lang="es"] .sf-home-hero { min-height: 740px; padding-bottom: 32px; }
  html[lang="es"] .sf-home-hero h1 { font-size: clamp(42px, 11.6vw, 55px); line-height: .99; }
  html[lang="es"] .sf-home-hero__copy > p { font-size: 14px; line-height: 1.56; }
  html[lang="es"] .sf-hero-price { min-width: 196px; max-width: calc(100% - 32px); padding: 13px 15px; }
  html[lang="es"] .sf-hero-price strong { font-size: 24px; }
  html[lang="es"] .sf-hero-price strong em { font-size: 10px; }
  html[lang="es"] .sf-section-heading h2 { font-size: clamp(32px, 9vw, 40px); }
  html[lang="es"] .sf-plan-card { padding: 24px; }
  html[lang="es"] .sf-page-hero h1 { font-size: clamp(38px, 10.8vw, 50px); }
  html[lang="es"] .sf-google-reviews h2 { font-size: clamp(30px, 8.7vw, 40px); }

}

@media (max-width: 520px) {
  .sf-header-actions { gap: 7px; }
  .sf-language-switch { padding: 3px; }
  .sf-hero-actions { display: grid; }
  .sf-hero-actions .sf-button { width: 100%; min-height: 52px; }
  .sf-hero-points { display: grid; gap: 9px; }
  .sf-home-hero { min-height: 720px; padding: 28px 20px; }
  .sf-plan-card > p strong { font-size: 38px; }
  .sf-footer-main { grid-template-columns: 1fr; }
  .sf-footer-brand { grid-column: auto; }

  html[lang="es"] .sf-home-hero { min-height: 770px; }
  html[lang="es"] .sf-hero-actions .sf-button { padding-inline: 16px; font-size: 12px; }
  html[lang="es"] .sf-hero-points { font-size: 11px; }
  html[lang="es"] .sf-plan-price strong { font-size: 36px; }
  html[lang="es"] .sf-plan-price strong small { font-size: 12px; }

}

@media (max-width: 380px) {
  .sf-header-inner { width: calc(100% - 16px); gap: 6px; }
  .sf-brand, .sf-brand-custom { width: 110px; }
  .sf-brand img, .sf-brand-custom img { max-width: 110px; }
  .sf-language-switch a { min-width: 32px; padding-inline: 3px; }
  .sf-home-hero { width: calc(100% - 24px); }
  .sf-home-hero h1 { font-size: clamp(40px, 13vw, 50px); }
  .sf-section { width: calc(100% - 24px); }
  .sf-plan-card { padding: 22px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
  .sf-brand-ticker__track { animation-play-state: paused !important; }
}
