/*
Theme Name: Global Entregas Canva Exacto
Theme URI: https://www.globalentregas.com/
Author: BYANGELGROUP
Description: Conversión fiel del diseño de Canva de Global Entregas. Incluye las seis vistas, cuatro soluciones, formularios, menú adaptable y compatibilidad con las URLs existentes.
Version: 3.0.0
Requires at least: 6.2
Requires PHP: 7.4
Text Domain: global-entregas-canva
*/

:root {
  --ge-orange: #ff6500;
  --ge-orange-2: #f47920;
  --ge-navy: #001e46;
  --ge-navy-deep: #00162f;
  --ge-ink: #132238;
  --ge-muted: #6c7787;
  --ge-soft: #f5f6f7;
  --ge-line: #e0e4e8;
  --ge-white: #fff;
  --ge-wide: 1370px;
  --ge-shadow: 0 18px 55px rgba(0, 27, 64, .16);
  --ge-font: "Poppins", Arial, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ge-ink); background: #fff; font-family: var(--ge-font); font-size: 16px; line-height: 1.58; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
mark { padding: 0; color: var(--ge-orange); background: transparent; }
.ge-wide, .ge-container { width: min(calc(100% - 52px), var(--ge-wide)); margin-inline: auto; }
.ge-canva-page { overflow: hidden; }
.screen-reader-text, .skip-link { 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:focus { z-index: 10000; top: 10px; left: 10px; width: auto; height: auto; padding: 10px 14px; clip: auto; color: #fff; background: var(--ge-navy); border-radius: 6px; }

/* Cabecera de la maqueta */
.ge-site-header { position: absolute; z-index: 1000; top: 0; right: 0; left: 0; transition: transform .25s ease; }
.ge-header-backdrop { padding: 17px 0 20px; background: rgba(2, 24, 49, .78); }
.ge-header-pill { display: flex; min-height: 76px; align-items: center; gap: 19px; padding: 8px 10px 8px 20px; background: rgba(255, 255, 255, .98); border-radius: 42px; box-shadow: 0 8px 24px rgba(0, 0, 0, .12); }
.ge-site-header.is-scrolled { position: fixed; }
.ge-site-header.is-scrolled .ge-header-backdrop { padding-block: 7px; background: rgba(0, 22, 47, .94); backdrop-filter: blur(12px); }
.admin-bar .ge-site-header { top: 32px; }
.ge-brand { display: flex; width: 180px; flex: 0 0 180px; align-items: center; }
.ge-brand img { width: 175px; height: 62px; object-fit: contain; object-position: left center; }
.ge-nav { margin-left: auto; }
.ge-menu { display: flex; align-items: center; gap: 2px; padding: 0; margin: 0; list-style: none; }
.ge-menu li { position: relative; }
.ge-menu > li > a { display: flex; min-height: 42px; align-items: center; gap: 4px; padding: 9px 12px; color: #152336; border-radius: 22px; font-size: 13px; font-weight: 600; white-space: nowrap; }
.ge-menu > li > a:hover, .ge-menu > li:focus-within > a { color: var(--ge-orange); background: #fff2e9; }
.ge-menu > li.is-current > a { color: var(--ge-orange); background: #fff0e4; }
.ge-menu > li.is-current:first-child > a::before { display: grid; width: 25px; height: 25px; place-items: center; color: #fff; background: #536dff; border-radius: 50%; content: "◆"; font-size: 8px; }
.ge-menu .sub-menu { position: absolute; top: calc(100% + 9px); left: -8px; display: grid; width: 255px; padding: 9px; margin: 0; visibility: hidden; opacity: 0; background: #fff; border: 1px solid var(--ge-line); border-radius: 13px; box-shadow: var(--ge-shadow); list-style: none; transform: translateY(8px); transition: .2s ease; }
.ge-menu .sub-menu::before { position: absolute; top: -11px; right: 0; left: 0; height: 12px; content: ""; }
.ge-menu .sub-menu a { display: block; padding: 11px 13px; color: var(--ge-ink); border-radius: 8px; font-size: 13px; font-weight: 600; }
.ge-menu .sub-menu a:hover { color: var(--ge-orange); background: var(--ge-soft); }
.ge-menu li:hover > .sub-menu, .ge-menu li:focus-within > .sub-menu { visibility: visible; opacity: 1; transform: translateY(0); }
.ge-pill-button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: 14px; padding: 12px 24px; color: #fff; background: var(--ge-orange); border-radius: 28px; font-size: 14px; font-weight: 700; }
.ge-pill-button span { font-size: 20px; }
.ge-pill-button:hover { background: #e95d00; }
.ge-menu-toggle { display: none; width: 46px; height: 46px; padding: 10px; margin-left: auto; background: #f2f4f7; border: 0; border-radius: 50%; cursor: pointer; }
.ge-menu-toggle span { display: block; width: 22px; height: 2px; margin: 4px auto; background: var(--ge-navy); transition: .2s ease; }
.ge-menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.ge-menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.ge-menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

/* Héroes */
.ge-cv-hero { position: relative; min-height: 545px; overflow: hidden; color: #fff; background: var(--ge-navy); }
.ge-cv-hero::before { position: absolute; z-index: 2; inset: 0; content: ""; background: linear-gradient(90deg, rgba(0, 28, 66, .99) 0%, rgba(0, 28, 66, .94) 36%, rgba(0, 28, 66, .28) 68%, rgba(0, 28, 66, .05) 100%); }
.ge-cv-hero::after { position: absolute; z-index: 3; right: -170px; bottom: -330px; width: 760px; height: 500px; content: ""; border: 48px solid var(--ge-orange); border-radius: 50%; transform: rotate(-8deg); }
.ge-cv-hero__photo { position: absolute; inset: 0; }
.ge-cv-hero__photo img { width: 100%; height: 100%; object-fit: cover; object-position: right center; }
.ge-cv-hero__content { position: relative; z-index: 4; display: flex; min-height: 545px; align-items: center; padding-top: 120px; padding-bottom: 45px; }
.ge-cv-hero__copy { width: 52%; max-width: 660px; }
.ge-overline, .ge-breadcrumb { margin: 0 0 15px; color: var(--ge-orange); font-size: 13px; font-weight: 700; letter-spacing: .02em; text-transform: uppercase; }
.ge-breadcrumb { color: rgba(255,255,255,.78); font-size: 12px; font-weight: 500; text-transform: none; }
.ge-breadcrumb::first-letter { color: var(--ge-orange); }
.ge-cv-hero h1 { margin: 0; color: #fff; font-size: clamp(3rem, 5.2vw, 5.35rem); font-weight: 800; letter-spacing: -.055em; line-height: 1.01; }
.ge-cv-hero__copy > p:last-child { max-width: 590px; margin: 22px 0 0; color: rgba(255,255,255,.86); font-size: 16px; line-height: 1.75; }
.ge-outline-button { display: inline-flex; min-height: 46px; align-items: center; gap: 10px; padding: 10px 18px; margin-top: 25px; color: #fff; border: 1px solid rgba(255,255,255,.65); border-radius: 6px; font-size: 13px; font-weight: 600; }
.ge-outline-button span { color: var(--ge-orange); }
.ge-outline-button:hover { background: #fff; color: var(--ge-navy); }
.ge-cv-hero--about, .ge-cv-hero--about .ge-cv-hero__content { min-height: 530px; }
.ge-cv-hero--about .ge-cv-hero__photo img { object-position: 68% center; }
.ge-cv-hero--solutions, .ge-cv-hero--solutions .ge-cv-hero__content { min-height: 500px; }
.ge-cv-hero--solutions::after, .ge-cv-hero--contact::after, .ge-cv-hero--blog::after { display: none; }
.ge-cv-hero--solutions .ge-cv-hero__photo img { object-position: 67% center; }
.ge-cv-hero--solutions .ge-cv-hero__copy { max-width: 610px; }
.ge-cv-hero--solutions h1 { font-size: clamp(3rem, 5vw, 5rem); }
.ge-cv-hero--contact, .ge-cv-hero--contact .ge-cv-hero__content { min-height: 540px; }
.ge-cv-hero--contact .ge-cv-hero__photo img { object-position: 70% center; }
.ge-cv-hero--blog, .ge-cv-hero--blog .ge-cv-hero__content { min-height: 455px; }
.ge-cv-hero--blog .ge-cv-hero__photo img { object-position: 67% center; }
.ge-cv-hero--blog .ge-cv-hero__copy > i { display: block; width: 65px; height: 4px; margin: 16px 0 0; background: var(--ge-orange); }

/* Portada */
.ge-cv-hero--home, .ge-cv-hero--home .ge-cv-hero__content { min-height: 620px; }
.ge-cv-hero--home .ge-cv-hero__photo { left: 47%; }
.ge-cv-hero--home .ge-cv-hero__photo img { object-position: center; }
.ge-cv-hero--home::before { background: linear-gradient(90deg, var(--ge-navy) 0%, var(--ge-navy) 47%, rgba(0,30,70,.75) 55%, rgba(0,30,70,.08) 82%); }
.ge-cv-hero--home h1 { font-size: clamp(3rem, 5.6vw, 5.8rem); }
.ge-submark-wrap { position: relative; z-index: 20; margin-top: -48px; padding-bottom: 20px; }
.ge-submark-card { display: grid; min-height: 210px; padding: 24px 28px 25px; background: #fff; border-radius: 6px; box-shadow: var(--ge-shadow); grid-template-columns: 145px 1fr; }
.ge-submark-card h2 { align-self: center; margin: 0; color: var(--ge-navy); font-size: 15px; font-weight: 800; letter-spacing: .025em; text-transform: uppercase; writing-mode: vertical-rl; transform: rotate(180deg); }
.ge-submark-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.ge-submark-grid a { display: flex; min-height: 160px; align-items: center; justify-content: center; flex-direction: column; gap: 14px; padding: 15px; border-left: 1px solid #e6e9ed; text-align: center; }
.ge-submark-icon { display: grid; width: 68px; height: 68px; place-items: center; color: var(--ge-orange); background: #fff2e9; border-radius: 50%; font-size: 32px; font-weight: 800; }
.ge-submark-grid strong { color: var(--ge-navy); font-size: 16px; line-height: 1.25; text-transform: uppercase; }
.ge-submark-grid a:hover { background: #fafbfc; }
.ge-home-why { padding: 38px 0 52px; color: #fff; background: var(--ge-navy); }
.ge-home-why__grid { display: grid; align-items: stretch; grid-template-columns: .78fr 1.22fr; gap: 34px; }
.ge-home-why__intro { padding: 30px 15px 24px 0; }
.ge-home-why__intro h2 { margin: 0; color: #fff; font-size: clamp(2rem, 3.5vw, 3.4rem); letter-spacing: -.045em; line-height: 1.16; }
.ge-home-why__card { position: relative; padding: 36px 42px; background: #072852; border-radius: 13px; box-shadow: 0 12px 30px rgba(0,0,0,.18); }
.ge-home-why__card::before { position: absolute; top: 0; bottom: 0; left: 0; width: 5px; content: ""; background: var(--ge-orange); border-radius: 13px 0 0 13px; }
.ge-home-why__card h3 { margin: 0 0 13px; color: #fff; font-size: 20px; font-weight: 700; text-transform: uppercase; }
.ge-home-why__card p { margin: 0; color: rgba(255,255,255,.86); font-size: 15px; }
.ge-home-coverage { padding: 75px 0 58px; }
.ge-home-coverage__grid { display: grid; align-items: center; grid-template-columns: .63fr .72fr 1.65fr; gap: 34px; }
.ge-home-coverage__copy h2 { margin: 0; color: var(--ge-navy); font-size: clamp(2rem, 3.2vw, 3.2rem); letter-spacing: -.045em; line-height: 1.1; }
.ge-home-coverage__copy > p:last-child { margin: 18px 0 0; color: var(--ge-muted); font-size: 14px; }
.ge-home-coverage__map { display: flex; min-height: 350px; align-items: center; justify-content: center; }
.ge-home-coverage__map img { max-height: 350px; filter: drop-shadow(0 13px 20px rgba(0,30,70,.18)); }
.ge-home-proof h3 { margin: 0 0 18px; color: var(--ge-navy); font-size: 17px; text-transform: uppercase; }
.ge-home-proof__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.ge-home-proof article { position: relative; min-height: 152px; padding: 21px 18px 18px 58px; background: #fff; border: 1px solid #e6e8eb; border-radius: 7px; box-shadow: 0 8px 20px rgba(0,30,70,.07); }
.ge-home-proof i { position: absolute; top: 24px; left: 18px; display: grid; width: 30px; height: 30px; place-items: center; color: #fff; background: var(--ge-orange); border-radius: 6px; font-style: normal; }
.ge-home-proof strong { display: block; color: var(--ge-orange); font-size: 31px; line-height: 1; }
.ge-home-proof span { display: block; margin-top: 5px; color: var(--ge-navy); font-size: 13px; font-weight: 700; }
.ge-home-proof small { display: block; margin-top: 5px; color: var(--ge-muted); font-size: 11px; line-height: 1.35; }
.ge-home-quote { padding: 0 0 48px; }
.ge-home-quote__bar { display: grid; min-height: 112px; align-items: center; padding: 18px 22px; color: #fff; background: var(--ge-orange); border-radius: 5px; grid-template-columns: 1.3fr .7fr .7fr auto; gap: 14px; }
.ge-home-quote__title { display: flex; align-items: center; gap: 18px; }
.ge-home-quote__title > span { font-size: 38px; }
.ge-home-quote h2 { margin: 0; font-size: 22px; }
.ge-home-quote p { margin: 2px 0 0; font-size: 12px; }
.ge-home-quote label { display: grid; color: #fff; font-size: 11px; font-weight: 600; gap: 4px; }
.ge-home-quote input { width: 100%; height: 48px; padding: 0 13px; color: var(--ge-ink); background: #fff; border: 0; border-radius: 3px; outline: none; }
.ge-home-quote button { height: 48px; padding: 0 22px; color: #fff; background: var(--ge-navy); border: 0; border-radius: 4px; cursor: pointer; font-size: 13px; font-weight: 700; }
.ge-home-quote button span { margin-left: 11px; }
.ge-home-clients { padding: 8px 0 42px; text-align: center; }
.ge-home-clients h2 { margin: 0 0 19px; color: var(--ge-navy); font-size: 13px; font-weight: 800; text-transform: uppercase; }
.ge-home-clients img { width: 100%; max-height: 128px; object-fit: cover; object-position: center; }

/* Nosotros */
.ge-cv-section { padding: 76px 0; }
.ge-about-intro__grid { display: grid; align-items: center; grid-template-columns: .85fr 1.15fr; gap: 66px; }
.ge-about-intro h2 { margin: 0; color: var(--ge-navy); font-size: clamp(2.4rem, 4vw, 4rem); letter-spacing: -.05em; line-height: 1.07; }
.ge-about-intro p:not(.ge-overline) { margin: 22px 0; color: var(--ge-muted); font-size: 15px; }
.ge-about-intro img { width: 100%; border-radius: 8px; }
.ge-light-outline { display: inline-flex; min-height: 44px; align-items: center; gap: 18px; padding: 9px 16px; color: var(--ge-navy); border: 1px solid var(--ge-orange); border-radius: 5px; font-size: 13px; font-weight: 600; }
.ge-light-outline span { color: var(--ge-orange); }
.ge-values { padding: 45px 0 62px; background: var(--ge-soft); text-align: center; }
.ge-values h2 { margin: 0 0 28px; color: var(--ge-navy); font-size: 18px; text-transform: uppercase; }
.ge-values__grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 24px; }
.ge-values article i { display: grid; width: 67px; height: 67px; margin: 0 auto 14px; place-items: center; color: var(--ge-orange); background: #fff; border: 1px solid #e8e8e8; border-radius: 50%; font-size: 28px; font-style: normal; }
.ge-values article h3 { margin: 0; color: var(--ge-navy); font-size: 13px; text-transform: uppercase; }
.ge-values article p { margin: 7px 0 0; color: var(--ge-muted); font-size: 11px; line-height: 1.45; }
.ge-about-proof { padding-top: 58px; }
.ge-about-proof__grid { display: grid; overflow: hidden; min-height: 370px; color: #fff; background: var(--ge-navy); border-radius: 8px; grid-template-columns: 1fr 1.08fr; }
.ge-about-proof__grid > img { width: 100%; height: 100%; object-fit: cover; }
.ge-about-stats { padding: 42px; }
.ge-about-stats > div { display: grid; margin-top: 34px; grid-template-columns: repeat(2, 1fr); gap: 33px 28px; }
.ge-about-stats article { position: relative; min-height: 78px; padding-left: 50px; }
.ge-about-stats article i { position: absolute; top: 0; left: 0; color: var(--ge-orange); font-size: 31px; font-style: normal; }
.ge-about-stats strong { display: block; color: var(--ge-orange); font-size: 27px; line-height: 1.05; }
.ge-about-stats span { display: block; margin-top: 6px; color: rgba(255,255,255,.8); font-size: 11px; }

/* Franja CTA reutilizada */
.ge-cta-strip { padding: 24px 0; background: var(--ge-orange); }
.ge-cta-strip--navy { padding: 34px 0; background: #fff; }
.ge-cta-strip--navy .ge-cta-strip__inner { padding: 24px 30px; background: var(--ge-navy); border-radius: 6px; }
.ge-cta-strip__inner { display: grid; align-items: center; grid-template-columns: 1fr auto auto; gap: 20px; }
.ge-cta-strip__title { display: flex; align-items: center; gap: 16px; color: #fff; }
.ge-cta-strip__title > i { font-size: 36px; font-style: normal; }
.ge-cta-strip__title h2 { margin: 0; color: #fff; font-size: 21px; }
.ge-cta-strip__title p { margin: 2px 0 0; color: rgba(255,255,255,.9); font-size: 12px; }
.ge-cta-strip__light, .ge-cta-strip__dark, .ge-cta-strip__orange { display: inline-flex; min-height: 44px; align-items: center; justify-content: center; gap: 8px; padding: 9px 20px; border-radius: 4px; font-size: 12px; font-weight: 700; }
.ge-cta-strip__light { color: var(--ge-navy); background: #fff; }
.ge-cta-strip__dark { color: #fff; background: var(--ge-navy); }
.ge-cta-strip__orange { color: #fff; background: var(--ge-orange); }

/* Soluciones */
.ge-service-benefits { position: relative; z-index: 8; margin-top: -43px; }
.ge-service-benefits__grid { display: grid; overflow: hidden; background: #fff; border-radius: 7px; box-shadow: var(--ge-shadow); grid-template-columns: repeat(4, 1fr); }
.ge-service-benefits article { display: flex; min-height: 112px; align-items: center; gap: 14px; padding: 20px 22px; border-right: 1px solid var(--ge-line); }
.ge-service-benefits article:last-child { border-right: 0; }
.ge-service-benefits i { display: grid; width: 48px; height: 48px; flex: 0 0 48px; place-items: center; color: #fff; background: var(--ge-navy); border-radius: 50%; font-size: 22px; font-style: normal; }
.ge-service-benefits strong { display: block; color: var(--ge-navy); font-size: 13px; }
.ge-service-benefits span { display: block; margin-top: 4px; color: var(--ge-muted); font-size: 10px; line-height: 1.4; }
.ge-solutions-catalog { padding: 74px 0 58px; background: #f8f8f8; }
.ge-centered-heading { margin-bottom: 32px; text-align: center; }
.ge-centered-heading h2 { margin: 0; color: var(--ge-navy); font-size: 28px; letter-spacing: -.03em; }
.ge-centered-heading p { margin: 5px 0 0; color: var(--ge-muted); font-size: 13px; }
.ge-centered-heading > span { display: block; width: 56px; height: 3px; margin: 12px auto 0; background: var(--ge-orange); }
.ge-solutions-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 25px; }
.ge-solution-card { display: flex; min-height: 475px; overflow: hidden; flex-direction: column; padding: 28px 28px 20px; background: #fff; border: 1px solid #e2e4e7; border-radius: 7px; box-shadow: 0 6px 18px rgba(0,27,64,.06); }
.ge-solution-card__head { display: flex; align-items: center; gap: 14px; }
.ge-solution-card__head i { display: grid; width: 43px; height: 43px; place-items: center; color: var(--ge-orange); background: #fff2e8; border-radius: 50%; font-size: 22px; font-style: normal; }
.ge-solution-card h3 { margin: 0; color: var(--ge-navy); font-size: 22px; letter-spacing: -.025em; line-height: 1.15; }
.ge-solution-card > p { min-height: 50px; margin: 17px 0; color: var(--ge-muted); font-size: 13px; }
.ge-solution-card__image { display: block; height: 250px; overflow: hidden; border-radius: 5px; }
.ge-solution-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.ge-solution-card:hover .ge-solution-card__image img { transform: scale(1.035); }
.ge-solution-card__link { display: inline-flex; align-items: center; gap: 10px; margin-top: 14px; color: var(--ge-orange); font-size: 13px; font-weight: 700; }

/* Cotización */
.ge-quote-page { background: #f5f6f7; }
.ge-quote-stage { padding: 138px 0 45px; background: var(--ge-navy); }
.ge-quote-stage__grid { display: grid; align-items: stretch; grid-template-columns: .82fr 1.18fr; gap: 0; }
.ge-quote-stage__visual { position: relative; overflow: hidden; border-radius: 8px 0 0 8px; }
.ge-quote-stage__visual::before { position: absolute; z-index: 2; top: 4.2%; left: 13.5%; display: flex; width: 310px; height: 48px; align-items: center; color: var(--ge-orange); background: #001e46; content: "COTIZA TU SOLUCIÓN"; font-size: 22px; font-weight: 800; }
.ge-quote-stage__visual img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.ge-quote-form { padding: 38px 45px 28px; background: #fff; border-radius: 0 8px 8px 0; }
.ge-quote-form header h1 { margin: 0; color: var(--ge-navy); font-size: 34px; letter-spacing: -.035em; line-height: 1.05; }
.ge-quote-form header p { margin: 8px 0 25px; color: var(--ge-muted); font-size: 12px; }
.ge-form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 13px; }
.ge-form-grid label { position: relative; display: block; }
.ge-form-grid label > span { position: absolute; z-index: 2; top: 50%; left: 13px; color: var(--ge-orange); font-size: 14px; transform: translateY(-50%); }
.ge-form-grid input, .ge-form-grid select, .ge-form-grid textarea { width: 100%; color: var(--ge-ink); background: #fff; border: 1px solid #dce1e6; border-radius: 4px; outline: 0; }
.ge-form-grid input, .ge-form-grid select { height: 48px; padding: 0 13px 0 37px; font-size: 12px; }
.ge-form-grid textarea { padding: 13px; resize: vertical; font-size: 12px; line-height: 1.5; }
.ge-form-grid input:focus, .ge-form-grid select:focus, .ge-form-grid textarea:focus { border-color: var(--ge-orange); box-shadow: 0 0 0 3px rgba(255,101,0,.11); }
.ge-field-full { grid-column: 1 / -1; }
.ge-textarea-field { min-height: 122px; }
.ge-consent { display: flex; align-items: flex-start; gap: 8px; margin: 18px 0 14px; color: var(--ge-muted); font-size: 10px; }
.ge-consent input { margin-top: 2px; accent-color: var(--ge-orange); }
.ge-quote-submit { width: 100%; height: 48px; color: #fff; background: var(--ge-orange); border: 0; border-radius: 4px; cursor: pointer; font-size: 13px; font-weight: 700; }
.ge-form-note { margin: 9px 0 0; color: var(--ge-muted); font-size: 10px; text-align: center; }
.ge-quote-benefits { padding: 42px 0; }
.ge-quote-benefits__grid { display: grid; min-height: 255px; overflow: hidden; color: #fff; background: var(--ge-navy); border-radius: 7px; grid-template-columns: 1.5fr repeat(4, 1fr); }
.ge-quote-benefits__intro, .ge-quote-benefits article { padding: 31px 27px; }
.ge-quote-benefits article { border-left: 1px solid rgba(255,255,255,.16); }
.ge-quote-benefits i { color: var(--ge-orange); font-size: 30px; font-style: normal; }
.ge-quote-benefits h2 { margin: 9px 0; color: #fff; font-size: 22px; line-height: 1.15; }
.ge-quote-benefits h3 { margin: 15px 0 8px; color: #fff; font-size: 15px; }
.ge-quote-benefits p { margin: 0; color: rgba(255,255,255,.73); font-size: 11px; line-height: 1.5; }
.ge-quote-benefits a { display: inline-block; margin-top: 18px; padding: 9px 12px; color: #fff; border: 1px solid rgba(255,255,255,.5); border-radius: 4px; font-size: 10px; font-weight: 600; }
.ge-trusted { padding: 0 0 42px; }
.ge-trusted__grid { display: grid; align-items: center; padding: 25px 30px; background: #fff; border: 1px solid #e5e7e9; border-radius: 6px; grid-template-columns: .5fr 1.5fr; gap: 30px; }
.ge-trusted h2 { margin: 0; color: var(--ge-navy); font-size: 17px; }
.ge-trusted p { margin: 6px 0 0; color: var(--ge-muted); font-size: 11px; }
.ge-trusted img { width: 100%; max-height: 92px; object-fit: cover; }

/* Contacto */
.ge-contact-help { padding: 52px 0 40px; }
.ge-contact-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.ge-contact-grid > * { display: flex; min-height: 285px; align-items: center; justify-content: flex-start; flex-direction: column; padding: 32px 21px 24px; background: #fff; border: 1px solid #dde2e7; border-radius: 7px; box-shadow: 0 6px 18px rgba(0,27,64,.06); text-align: center; }
.ge-contact-grid i { display: grid; width: 67px; height: 67px; place-items: center; color: var(--ge-orange); background: var(--ge-navy); border: 5px solid #fff0e7; border-radius: 50%; font-size: 27px; font-style: normal; }
.ge-contact-grid h3 { margin: 18px 0 8px; color: var(--ge-navy); font-size: 14px; }
.ge-contact-grid strong { color: var(--ge-orange); font-size: 14px; line-height: 1.45; overflow-wrap: anywhere; }
.ge-contact-grid p { margin: auto 0 0; padding-top: 17px; color: var(--ge-muted); font-size: 11px; }
.ge-contact-location { padding: 20px 0 38px; }
.ge-contact-location__grid { display: grid; min-height: 370px; grid-template-columns: .38fr .62fr; gap: 16px; }
.ge-personal-card { padding: 44px 38px; color: #fff; background: var(--ge-navy); border-radius: 7px; }
.ge-personal-card > i { color: var(--ge-orange); font-size: 34px; font-style: normal; }
.ge-personal-card h2 { margin: 10px 0 16px; color: #fff; font-size: 30px; line-height: 1.08; }
.ge-personal-card p { color: rgba(255,255,255,.76); font-size: 12px; }
.ge-personal-card a { display: inline-flex; min-height: 42px; align-items: center; padding: 8px 16px; margin-top: 16px; color: #fff; border: 1px solid rgba(255,255,255,.55); border-radius: 4px; font-size: 11px; font-weight: 600; }
.ge-map-card { position: relative; display: block; overflow: hidden; border-radius: 7px; }
.ge-map-card img { width: 100%; height: 100%; object-fit: cover; }
.ge-map-card span { position: absolute; right: auto; bottom: 21px; left: 21px; max-width: 340px; padding: 15px 18px; color: #fff; background: var(--ge-navy); border-radius: 5px; font-size: 11px; font-weight: 600; }
.ge-coverage-strip { padding: 0 0 42px; }
.ge-coverage-strip__grid { display: grid; min-height: 150px; align-items: center; padding: 23px 30px; background: #f7f7f7; border: 1px solid #e2e5e8; border-radius: 7px; grid-template-columns: .55fr 1.45fr; gap: 40px; }
.ge-coverage-strip__title { display: flex; align-items: center; gap: 18px; }
.ge-coverage-strip__title i { color: var(--ge-orange); font-size: 43px; font-style: normal; }
.ge-coverage-strip h2 { margin: 0; color: var(--ge-navy); font-size: 17px; }
.ge-coverage-strip p { margin: 4px 0 0; color: var(--ge-muted); font-size: 11px; }
.ge-coverage-strip ul { display: grid; padding: 0; margin: 0; color: var(--ge-ink); list-style: none; grid-template-columns: repeat(4, 1fr); gap: 10px 18px; }
.ge-coverage-strip li { position: relative; padding-left: 15px; font-size: 11px; }
.ge-coverage-strip li::before { position: absolute; left: 0; color: var(--ge-orange); content: "○"; font-weight: 800; }

/* Blog */
.ge-blog-content { padding: 56px 0 43px; background: #fff; }
.ge-blog-layout { display: grid; align-items: start; grid-template-columns: minmax(0, 1fr) 265px; gap: 34px; }
.ge-blog-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-bottom: 22px; }
.ge-blog-toolbar h2 { margin: 0; color: var(--ge-navy); font-size: 20px; }
.ge-blog-toolbar > div { display: flex; align-items: center; gap: 9px; color: var(--ge-muted); font-size: 10px; }
.ge-blog-search { position: relative; display: block; }
.ge-blog-search input { width: 185px; height: 36px; padding: 0 34px 0 11px; border: 1px solid #dfe3e7; border-radius: 4px; font-size: 10px; }
.ge-blog-search span { position: absolute; top: 50%; right: 11px; transform: translateY(-50%); }
.ge-blog-toolbar button { height: 36px; padding: 0 10px; color: var(--ge-navy); background: #fff; border: 1px solid #dfe3e7; border-radius: 4px; font-size: 10px; font-weight: 600; }
.ge-post-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.ge-post-card { overflow: hidden; background: #fff; border: 1px solid #dfe3e7; border-radius: 6px; box-shadow: 0 5px 14px rgba(0,27,64,.05); }
.ge-post-card__image { position: relative; height: 168px; overflow: hidden; }
.ge-post-card__image img { width: 100%; height: 100%; object-fit: cover; }
.ge-post-card__image > span { position: absolute; bottom: 9px; left: 10px; padding: 4px 8px; color: #fff; background: var(--ge-navy); border-radius: 3px; font-size: 8px; font-weight: 700; }
.ge-post-card__body { padding: 16px; }
.ge-post-card small { color: var(--ge-muted); font-size: 8px; }
.ge-post-card h3 { margin: 10px 0 8px; color: var(--ge-navy); font-size: 14px; line-height: 1.3; }
.ge-post-card p { min-height: 51px; margin: 0; color: var(--ge-muted); font-size: 9px; line-height: 1.5; }
.ge-post-card__body > a { display: inline-flex; gap: 9px; margin-top: 12px; color: var(--ge-orange); font-size: 10px; font-weight: 700; }
.ge-blog-sidebar { display: grid; gap: 18px; }
.ge-category-card, .ge-featured-card { padding: 17px; background: #fff; border: 1px solid #e0e3e7; border-radius: 6px; }
.ge-category-card h2, .ge-featured-card h2 { margin: 0 0 14px; color: var(--ge-navy); font-size: 15px; }
.ge-category-card h2::after, .ge-featured-card h2::after { display: block; width: 35px; height: 2px; margin-top: 7px; content: ""; background: var(--ge-orange); }
.ge-category-card ul { display: grid; padding: 0; margin: 0; list-style: none; gap: 9px; }
.ge-category-card li { display: flex; align-items: center; justify-content: space-between; color: var(--ge-muted); font-size: 10px; }
.ge-category-card li span::first-letter { color: var(--ge-orange); }
.ge-category-card b { display: grid; width: 20px; height: 20px; place-items: center; color: var(--ge-navy); background: #f1f3f5; border-radius: 50%; font-size: 8px; }
.ge-featured-card { position: relative; }
.ge-featured-card img { width: 100%; height: 125px; object-fit: cover; border-radius: 4px; }
.ge-featured-card > span { position: absolute; top: 137px; left: 27px; padding: 4px 7px; color: #fff; background: var(--ge-orange); border-radius: 3px; font-size: 8px; }
.ge-featured-card small { display: block; margin-top: 13px; color: var(--ge-muted); font-size: 8px; }
.ge-featured-card h3 { margin: 7px 0; color: var(--ge-navy); font-size: 12px; line-height: 1.35; }
.ge-featured-card a { color: var(--ge-orange); font-size: 9px; font-weight: 700; }
.ge-blog-cta { padding: 21px; color: #fff; background: var(--ge-navy); border-radius: 6px; }
.ge-blog-cta i { color: var(--ge-orange); font-size: 27px; font-style: normal; }
.ge-blog-cta h2 { margin: 7px 0; color: #fff; font-size: 15px; }
.ge-blog-cta p { color: rgba(255,255,255,.7); font-size: 9px; }
.ge-blog-cta a { display: inline-block; padding: 7px 10px; color: #fff; border: 1px solid rgba(255,255,255,.55); border-radius: 3px; font-size: 9px; }
.ge-newsletter { padding: 0 0 34px; }
.ge-newsletter__inner { display: flex; min-height: 100px; align-items: center; justify-content: space-between; gap: 30px; padding: 20px 25px; color: #fff; background: var(--ge-navy); border-radius: 6px; }
.ge-newsletter__title { display: flex; align-items: center; gap: 16px; }
.ge-newsletter__title > i { display: grid; width: 51px; height: 51px; place-items: center; color: var(--ge-orange); background: #fff; border-radius: 50%; font-size: 23px; font-style: normal; }
.ge-newsletter h2 { margin: 0; color: #fff; font-size: 18px; }
.ge-newsletter p { margin: 3px 0 0; color: rgba(255,255,255,.75); font-size: 10px; }
.ge-newsletter form { display: flex; width: 45%; gap: 8px; }
.ge-newsletter input { width: 100%; height: 42px; padding: 0 13px; border: 0; border-radius: 3px; font-size: 11px; }
.ge-newsletter button { flex: 0 0 auto; padding: 0 20px; color: #fff; background: var(--ge-orange); border: 0; border-radius: 3px; font-size: 11px; font-weight: 700; }

/* Pie */
.ge-site-footer { padding: 43px 0 38px; color: #fff; background: #00172e; }
.ge-footer-grid { display: grid; grid-template-columns: 1.55fr .72fr 1fr 1fr; gap: 54px; }
.ge-footer-brand img { width: 180px; height: 70px; object-fit: contain; object-position: left center; }
.ge-site-footer h2 { margin: 9px 0 16px; color: #fff; font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.ge-site-footer p, .ge-site-footer li, .ge-site-footer a { color: rgba(255,255,255,.67); font-size: 11px; line-height: 1.65; }
.ge-site-footer ul { display: grid; padding: 0; margin: 0; list-style: none; gap: 7px; }
.ge-site-footer a:hover { color: var(--ge-orange); }
.ge-footer-brand p { max-width: 310px; margin: 17px 0 0; }
.ge-social { display: flex; gap: 9px; margin-top: 14px; }
.ge-social a { display: grid; width: 29px; height: 29px; place-items: center; color: #fff; background: rgba(255,255,255,.1); border-radius: 50%; font-size: 10px; font-weight: 700; }
.ge-whatsapp-float { position: fixed; z-index: 1005; right: 20px; bottom: 18px; display: grid; width: 56px; height: 56px; place-items: center; background: #25d366; border: 3px solid #fff; border-radius: 50%; box-shadow: 0 9px 25px rgba(0,0,0,.22); }
.ge-whatsapp-float svg { width: 29px; fill: #fff; }

/* Rastreo y contenido estándar */
.ge-page-hero, .ge-simple-hero { position: relative; min-height: 430px; padding: 160px 0 70px; color: #fff; background: linear-gradient(120deg, var(--ge-navy), #063b72); }
.ge-page-hero__photo { position: absolute; inset: 0 0 0 48%; background-position: center; background-size: cover; }
.ge-page-hero__photo::after { position: absolute; inset: 0; content: ""; background: linear-gradient(90deg, var(--ge-navy), rgba(0,30,70,.15)); }
.ge-page-hero__inner { position: relative; display: flex; min-height: 200px; align-items: center; }
.ge-page-hero__inner > div { max-width: 590px; }
.ge-kicker { margin: 0 0 10px; color: var(--ge-orange); font-size: 12px; font-weight: 700; text-transform: uppercase; }
.ge-kicker--light { color: #fff; }
.ge-page-hero h1, .ge-simple-hero h1 { margin: 0; color: #fff; font-size: clamp(2.8rem, 5vw, 5rem); line-height: 1.03; }
.ge-page-hero p:last-child { color: rgba(255,255,255,.78); }
.ge-section { padding: 75px 0; }
.ge-section--soft { background: var(--ge-soft); }
.ge-tracking-shell { display: grid; align-items: center; padding: 50px; background: #fff; border-radius: 12px; box-shadow: var(--ge-shadow); grid-template-columns: .8fr 1.2fr; gap: 65px; }
.ge-tracking-shell h2 { margin: 0; color: var(--ge-navy); font-size: 38px; }
.ge-tracking-shell p, .ge-prose { color: var(--ge-muted); }
.ge-tracking-shell label { color: var(--ge-navy); font-size: 13px; font-weight: 700; }
.ge-tracking-shell form > div { display: flex; gap: 8px; margin-top: 8px; }
.ge-tracking-shell input { width: 100%; height: 48px; padding: 0 13px; border: 1px solid var(--ge-line); border-radius: 4px; }
.ge-tracking-shell small { color: var(--ge-muted); font-size: 10px; }
.ge-button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: 10px 22px; color: #fff; background: var(--ge-orange); border: 0; border-radius: 4px; cursor: pointer; font-size: 13px; font-weight: 700; }
.ge-prose { max-width: 850px; }
.ge-prose h2, .ge-prose h3 { color: var(--ge-navy); }
.ge-prose img { margin: 25px 0; border-radius: 8px; }
.ge-actions { margin-top: 25px; }

@media (max-width: 1160px) {
  .ge-menu > li > a { padding-inline: 8px; font-size: 12px; }
  .ge-brand { width: 154px; flex-basis: 154px; }
  .ge-brand img { width: 150px; }
  .ge-pill-button { padding-inline: 18px; }
  .ge-values__grid { gap: 12px; }
  .ge-post-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ge-quote-benefits__grid { grid-template-columns: 1.35fr repeat(2, 1fr); }
  .ge-quote-benefits article:nth-of-type(3) { border-left: 0; border-top: 1px solid rgba(255,255,255,.16); }
  .ge-quote-benefits article:nth-of-type(4) { border-top: 1px solid rgba(255,255,255,.16); }
}

@media (max-width: 960px) {
  .ge-wide, .ge-container { width: min(calc(100% - 34px), var(--ge-wide)); }
  .ge-header-pill { min-height: 68px; padding: 6px 8px 6px 15px; }
  .ge-brand { width: 150px; flex-basis: 150px; }
  .ge-brand img { width: 145px; height: 54px; }
  .ge-header-cta { margin-left: auto; }
  .ge-menu-toggle { display: block; }
  .ge-nav { position: fixed; z-index: 999; top: 103px; right: 17px; left: 17px; display: none; max-height: calc(100vh - 125px); overflow-y: auto; padding: 14px; background: #fff; border-radius: 14px; box-shadow: var(--ge-shadow); }
  .ge-site-header.is-scrolled .ge-nav { top: 77px; }
  .ge-nav.is-open { display: block; }
  .ge-menu { display: grid; }
  .ge-menu > li > a { padding: 12px 13px; font-size: 14px; }
  .ge-menu .sub-menu { position: static; width: auto; padding: 4px 0 4px 18px; visibility: visible; opacity: 1; background: transparent; border: 0; box-shadow: none; transform: none; }
  .ge-menu .sub-menu a { padding-block: 8px; }
  .ge-cv-hero__copy { width: 64%; }
  .ge-cv-hero::before { background: linear-gradient(90deg, rgba(0,28,66,.98), rgba(0,28,66,.82) 55%, rgba(0,28,66,.18)); }
  .ge-submark-card { grid-template-columns: 1fr; }
  .ge-submark-card h2 { margin-bottom: 10px; writing-mode: initial; transform: none; }
  .ge-home-coverage__grid { grid-template-columns: .8fr .8fr; }
  .ge-home-proof { grid-column: 1 / -1; }
  .ge-values__grid { grid-template-columns: repeat(3, 1fr); gap: 24px; }
  .ge-about-intro__grid { gap: 35px; }
  .ge-service-benefits__grid { grid-template-columns: repeat(2, 1fr); }
  .ge-service-benefits article:nth-child(2) { border-right: 0; }
  .ge-service-benefits article:nth-child(-n+2) { border-bottom: 1px solid var(--ge-line); }
  .ge-quote-stage__grid { grid-template-columns: .7fr 1.3fr; }
  .ge-quote-form { padding-inline: 28px; }
  .ge-contact-grid { grid-template-columns: repeat(2, 1fr); }
  .ge-blog-layout { grid-template-columns: 1fr 235px; gap: 20px; }
  .ge-post-grid { grid-template-columns: repeat(2, 1fr); }
  .ge-blog-toolbar { align-items: flex-start; flex-direction: column; }
  .ge-footer-grid { grid-template-columns: 1.4fr repeat(3, 1fr); gap: 27px; }
}

@media (max-width: 720px) {
  .admin-bar .ge-site-header { top: 46px; }
  .ge-header-backdrop { padding-block: 9px; }
  .ge-header-pill { min-height: 62px; border-radius: 32px; }
  .ge-brand { width: 128px; flex-basis: 128px; }
  .ge-brand img { width: 126px; height: 48px; }
  .ge-header-cta { min-height: 42px; padding: 9px 14px; font-size: 12px; }
  .ge-header-cta span { display: none; }
  .ge-menu-toggle { width: 42px; height: 42px; }
  .ge-nav { top: 82px; }
  .ge-cv-hero, .ge-cv-hero__content, .ge-cv-hero--home, .ge-cv-hero--home .ge-cv-hero__content, .ge-cv-hero--about, .ge-cv-hero--about .ge-cv-hero__content, .ge-cv-hero--solutions, .ge-cv-hero--solutions .ge-cv-hero__content, .ge-cv-hero--contact, .ge-cv-hero--contact .ge-cv-hero__content, .ge-cv-hero--blog, .ge-cv-hero--blog .ge-cv-hero__content { min-height: 590px; }
  .ge-cv-hero__photo, .ge-cv-hero--home .ge-cv-hero__photo { left: 0; }
  .ge-cv-hero__photo img { object-position: 67% center; }
  .ge-cv-hero::before, .ge-cv-hero--home::before { background: linear-gradient(180deg, rgba(0,28,66,.55), rgba(0,28,66,.99) 70%); }
  .ge-cv-hero__content { align-items: flex-end; padding-top: 120px; padding-bottom: 55px; }
  .ge-cv-hero__copy { width: 100%; max-width: none; }
  .ge-cv-hero h1 { font-size: clamp(2.7rem, 13vw, 4rem); }
  .ge-cv-hero__copy > p:last-child { font-size: 14px; }
  .ge-submark-wrap { margin-top: 0; padding: 20px 0; }
  .ge-submark-card { padding: 24px 18px; }
  .ge-submark-grid { grid-template-columns: repeat(2, 1fr); }
  .ge-submark-grid a { min-height: 140px; border-bottom: 1px solid var(--ge-line); }
  .ge-submark-grid a:nth-child(odd) { border-left: 0; }
  .ge-home-why { padding-block: 30px; }
  .ge-home-why__grid { grid-template-columns: 1fr; gap: 15px; }
  .ge-home-why__card { padding: 27px 25px; }
  .ge-home-coverage { padding-block: 52px 35px; }
  .ge-home-coverage__grid { grid-template-columns: 1fr; }
  .ge-home-coverage__map { min-height: 280px; }
  .ge-home-coverage__map img { max-height: 280px; }
  .ge-home-proof { grid-column: auto; }
  .ge-home-proof__grid { grid-template-columns: 1fr; }
  .ge-home-quote__bar { padding: 22px; grid-template-columns: 1fr; }
  .ge-home-clients img { object-fit: contain; }
  .ge-cv-section { padding-block: 52px; }
  .ge-about-intro__grid, .ge-about-proof__grid { grid-template-columns: 1fr; }
  .ge-about-intro img { margin-top: 12px; }
  .ge-values__grid { grid-template-columns: repeat(2, 1fr); }
  .ge-about-proof__grid > img { min-height: 340px; }
  .ge-about-stats { padding: 32px 24px; }
  .ge-about-stats > div { gap: 25px 14px; }
  .ge-cta-strip__inner { grid-template-columns: 1fr; }
  .ge-cta-strip__light, .ge-cta-strip__dark, .ge-cta-strip__orange { width: 100%; }
  .ge-service-benefits { margin-top: 0; padding: 20px 0; }
  .ge-service-benefits__grid { grid-template-columns: 1fr; }
  .ge-service-benefits article { border-right: 0; border-bottom: 1px solid var(--ge-line); }
  .ge-service-benefits article:last-child { border-bottom: 0; }
  .ge-solutions-catalog { padding-block: 50px; }
  .ge-solutions-grid { grid-template-columns: 1fr; }
  .ge-solution-card { min-height: 0; }
  .ge-solution-card__image { height: 210px; }
  .ge-quote-stage { padding-top: 102px; }
  .ge-quote-stage__grid { grid-template-columns: 1fr; }
  .ge-quote-stage__visual { max-height: 610px; border-radius: 8px 8px 0 0; }
  .ge-quote-stage__visual img { height: auto; }
  .ge-quote-form { padding: 30px 20px; border-radius: 0 0 8px 8px; }
  .ge-form-grid { grid-template-columns: 1fr; }
  .ge-quote-benefits__grid { grid-template-columns: 1fr; }
  .ge-quote-benefits article { border-top: 1px solid rgba(255,255,255,.16); border-left: 0; }
  .ge-trusted__grid { grid-template-columns: 1fr; }
  .ge-contact-grid { grid-template-columns: 1fr; }
  .ge-contact-grid > * { min-height: 250px; }
  .ge-contact-location__grid { grid-template-columns: 1fr; }
  .ge-map-card { min-height: 320px; }
  .ge-coverage-strip__grid { grid-template-columns: 1fr; gap: 25px; }
  .ge-coverage-strip ul { grid-template-columns: repeat(2, 1fr); }
  .ge-blog-layout { grid-template-columns: 1fr; }
  .ge-blog-toolbar > div { width: 100%; flex-wrap: wrap; }
  .ge-blog-search { width: 100%; }
  .ge-blog-search input { width: 100%; }
  .ge-post-grid { grid-template-columns: 1fr; }
  .ge-post-card__image { height: 210px; }
  .ge-newsletter__inner { align-items: stretch; flex-direction: column; }
  .ge-newsletter form { width: 100%; }
  .ge-footer-grid { grid-template-columns: 1fr 1fr; }
  .ge-footer-brand { grid-column: 1 / -1; }
  .ge-tracking-shell { padding: 30px 22px; grid-template-columns: 1fr; gap: 25px; }
  .ge-tracking-shell form > div { flex-direction: column; }
}

@media (max-width: 430px) {
  .ge-wide, .ge-container { width: min(calc(100% - 24px), var(--ge-wide)); }
  .ge-header-pill { gap: 7px; padding-left: 11px; }
  .ge-brand { width: 110px; flex-basis: 110px; }
  .ge-brand img { width: 108px; }
  .ge-header-cta { padding-inline: 12px; }
  .ge-menu-toggle { width: 39px; height: 39px; }
  .ge-values__grid { grid-template-columns: 1fr; }
  .ge-home-proof__grid { grid-template-columns: 1fr; }
  .ge-about-stats > div { grid-template-columns: 1fr; }
  .ge-footer-grid { grid-template-columns: 1fr; }
  .ge-footer-brand { grid-column: auto; }
  .ge-newsletter form { flex-direction: column; }
  .ge-newsletter button { height: 42px; }
}

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