:root {
    --container: 1170px;
    --nav-yellow: #eeee22;
    --nav-hover: #1e73be;
    --green: #2ed47d;
    --navy: #071e57;
    --text: #748494;
    --footer: #1d2b37;
}

html { scroll-behavior: smooth; }
body {
    margin: 0;
    overflow-x: hidden;
    color: var(--text);
    background: #fff url('/media/2024/05/Diseno-sin-titulo.png') center top / auto no-repeat;
    font-family: "Muli", Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.74;
}
*, *::before, *::after { box-sizing: border-box; }
img { max-width: 100%; height: auto; }
a { color: #1292ee; }
h1, h2, h3, h4, h5, h6 { color: var(--navy); font-family: "Muli", Arial, Helvetica, sans-serif; font-weight: 700; }
.startflow-container { width: 1170px; max-width: 90%; margin-right: auto; margin-left: auto; }
.skip-link { position: fixed; top: 8px; left: -9999px; z-index: 1000000; padding: 10px 16px; background: #fff; color: #000; }
.skip-link:focus { left: 8px; }

/* Cabecera StartFlow recuperada de la configuración de la última copia. */
#site-header-wrap { z-index: 150; }
.header-style-4 #site-header-wrap { position: absolute; top: 0; left: 0; width: 100%; }
#site-header { position: relative; z-index: 100; min-height: 100px; border: 0; box-shadow: none; }
#site-header::after { content: ""; position: absolute; inset: 0; z-index: -1; background: #020000; opacity: .5; transition: opacity .3s, background-color .3s; }
.header-style-4 #site-header::after { background: #020000; opacity: .5; }
#site-header-inner, #site-header-inner .wrap-inner { height: 100%; }
#site-header-inner .wrap-inner::before, #site-header-inner .wrap-inner::after { display: table; content: ""; clear: both; }
#site-logo { float: left; max-width: 100%; }
#site-logo-inner { margin: 34px 0; transition: margin .3s; }
#site-logo img { display: block; width: 100%; max-width: 166px; }
#main-nav { display: block; float: right; }
#main-nav ul { margin: 0; padding: 0; }
#main-nav li { position: relative; list-style: none; }
#main-nav > ul > li { float: left; margin: 0 17px; }
#main-nav > ul > li > a,
.header-style-4 #main-nav > ul > li > a {
    display: block;
    height: 100px;
    color: var(--nav-yellow);
    font-family: "Muli", Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: .25px;
    line-height: 100px;
    text-decoration: none;
}
#main-nav > ul > li > a:hover,
#main-nav > ul > li.current-menu-item > a,
#main-nav > ul > li.current-menu-parent > a,
.header-style-4 #main-nav > ul > li > a:hover,
.header-style-4 #main-nav > ul > li.current-menu-item > a,
.header-style-4 #main-nav > ul > li.current-menu-parent > a { color: var(--nav-hover); }
.cur-menu-1 #main-nav > ul > li > a span { position: relative; padding-bottom: 18px; }
.cur-menu-1 #main-nav > ul > li > a span::before {
    content: ""; position: absolute; bottom: 0; left: 0; width: 8px; height: 8px;
    border-radius: 50%; background: var(--green); opacity: 0;
    transition: all .45s cubic-bezier(.68,-.55,.265,1.55);
}
.cur-menu-1 #main-nav > ul > li:hover > a span::before,
.cur-menu-1 #main-nav > ul > li.current-menu-item > a span::before,
.cur-menu-1 #main-nav > ul > li.current-menu-parent > a span::before { left: 50%; margin-left: -4px; opacity: 1; }
.cur-menu-1 #main-nav > ul > li.menu-item-has-children:hover > a span::before,
.cur-menu-1 #main-nav > ul > li.menu-item-has-children.current-menu-item > a span::before,
.cur-menu-1 #main-nav > ul > li.menu-item-has-children.current-menu-parent > a span::before { margin-left: -10px; }
#main-nav > ul > li.menu-item-has-children > a > span { padding-right: 16px; }
#main-nav > ul > li.menu-item-has-children > a > span::after {
    content: "\33"; position: absolute; top: 1px; right: 0; font-family: "ElegantIcons"; font-size: 16px; font-weight: 400; line-height: normal;
}
#main-nav .sub-menu {
    position: absolute; top: 100%; left: 50%; z-index: 9999; width: 250px; margin: 5px 0 0 -6px; padding: 18px 0;
    transform: translateX(-50%); visibility: hidden; border-radius: 5px; background: #fff;
    box-shadow: 0 0 30px rgba(0,0,0,.1); opacity: 0; transition: all .3s ease;
}
#main-nav > ul > li > .sub-menu::before {
    content: ""; position: absolute; top: -16px; left: 50%; width: 16px; height: 16px; margin-left: -8px;
    border: 8px solid transparent; border-bottom-color: #fff;
}
.sub-menu-1 #main-nav .sub-menu { left: 0; margin-left: 0; transform: none; border-radius: 0; }
.sub-menu-1 #main-nav > ul > li > .sub-menu::before { display: none; }
#main-nav li:hover > .sub-menu, #main-nav li:focus-within > .sub-menu { margin-top: 0; visibility: visible; opacity: 1; }
#main-nav .sub-menu li a {
    display: block; padding: 8px 27px; color: #748494; font-family: "Muli", Arial, Helvetica, sans-serif;
    font-size: 16px; font-weight: 600; line-height: 1.55; text-decoration: none;
}
#main-nav .sub-menu li a:hover, #main-nav .sub-menu li.current-menu-item > a { color: #1292ee; }
.header-search-wrap { float: right; margin-left: 13px; padding: 34px 0; }
.header-search-trigger, .header-style-4 #site-header .header-search-trigger { display: block; width: 32px; height: 32px; color: var(--nav-yellow); font-size: 22px; line-height: 32px; text-align: center; text-decoration: none; }
.header-search-trigger:hover { color: var(--nav-hover); }
.mobile-button { display: none; }
#site-header.fixed-hide { position: fixed; top: 0; left: 0; width: 100%; z-index: 9989; box-shadow: 0 0 10px rgba(0,0,0,.1); }
.header-style-4 #site-header.fixed-hide::after { background: #1d2b37; opacity: .9; }
.header-style-1 #site-header-wrap { position: relative; width: 100%; background: #0a0a0a; }
.header-style-1 #site-header::after { background: #0a0a0a; opacity: 1; }
.header-style-1 #main-nav > ul > li > a, .header-style-1 .header-search-trigger { color: var(--nav-yellow); }
.header-style-1 #main-nav > ul > li > a:hover,
.header-style-1 #main-nav > ul > li.current-menu-item > a,
.header-style-1 .header-search-trigger:hover { color: var(--nav-hover); }

/* Buscador a pantalla completa del tema, sin enviar datos en la copia local. */
.search-form-wrap { position: fixed; inset: 0; z-index: 999999; display: flex; align-items: center; justify-content: center; visibility: hidden; background: #212424; opacity: 0; transition: .3s; }
.search-form-wrap.is-open { visibility: visible; opacity: 1; }
.search-form { width: min(680px, 80vw); }
.search-field { width: 100%; padding: 8px 40px; border: 0; border-bottom: 2px solid #333; outline: 0; background: transparent; color: #eee; font: 700 42px/60px "Muli", Arial, sans-serif; text-align: center; }
.search-close { position: absolute; top: 34px; right: 38px; border: 0; background: transparent; color: #fff; font-size: 48px; font-weight: 300; cursor: pointer; }

/* Revolution Slider: medidas exactas de los módulos publicados. */
.revslider { position: relative; left: 50%; width: 100vw; margin-left: -50vw; overflow: hidden; background-repeat: no-repeat; background-position: center center; background-size: cover; }
.slider-10, .slider-1, .slider-4, .slider-5, .slider-6 { height: 970px; }
.slider-2, .slider-3 { height: 910px; }
.revslider .rev-slide-content { position: relative; z-index: 2; height: 100%; }
.revslider .rev-title { position: absolute; top: 47%; left: 50%; margin: 0; transform: translate(-50%,-50%); color: #fff; font-size: 39px; font-weight: 600; line-height: 1.35; text-align: center; text-shadow: 0 2px 10px rgba(0,0,0,.25); white-space: nowrap; }
.slider-2 .rev-title { color: #020000; font-size: 35px; }
.slider-3 .rev-title { font-family: Roboto, Arial, sans-serif; font-size: 40px; }
.slider-4 .rev-title { font-size: 33px; }
.slider-5 .rev-title { font-size: 43px; }
.slider-6 .rev-title { font-size: 33px; }
.slider-7 { height: 720px; background: #1d2b37; }
.slider-7 .rev-slide { position: absolute; inset: 0; visibility: hidden; background-position: center; background-size: cover; opacity: 0; transition: opacity .6s; }
.slider-7 .rev-slide.is-active { visibility: visible; opacity: 1; }
.slider-7 .rev-slide-content { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; color: #fff; }
.slider-7 h1 { max-width: 760px; margin: 0 0 24px; color: #fff; font-size: 62px; font-weight: 700; line-height: 1.12; }
.slider-7 p { max-width: 620px; margin: 0 0 30px; color: #fff; font-size: 17px; }
.rev-button { display: inline-block; padding: 14px 26px; border-radius: 3px; background: #fff; color: #1d2b37; font-weight: 700; text-decoration: none; }
.rev-button:hover { background: #2ed47d; color: #fff; }
.rev-prev, .rev-next { position: absolute; top: 50%; z-index: 5; width: 52px; height: 52px; margin-top: -26px; border: 0; border-radius: 50%; background: rgba(255,255,255,.2); color: #fff; font-size: 36px; cursor: pointer; }
.rev-prev { left: 24px; } .rev-next { right: 24px; }

/* Estructura de WPBakery y shortcodes StartFlow. */
#main-content { min-height: 360px; padding: 0 !important; background: transparent; }
#content-wrap { width: 100%; }
.vc_row { position: relative; margin: 0 !important; }
.vc_row::before, .vc_row::after, .row-content::before, .row-content::after { display: table; clear: both; content: ""; }
.row-content { position: relative; }
.row-full { width: 100%; }
.vc_inner { display: flex; flex-wrap: wrap; gap: var(--column-gap, 0); }
.vc_inner > .wpb_column { flex: 1 1 0; }
.wpb_column { position: relative; min-height: 1px; }
.vc_column-inner { height: 100%; }
.wpb_wrapper { position: relative; }
.wpb_text_column { margin-bottom: 0; }
.wpb_text_column p { margin: 0 0 22px; }
.wpb_text_column ul, .wpb_text_column ol { margin: 0 0 22px; }
.startflow-spacer { height: var(--space-desktop); }
.startflow-headings, .startflow-single-heading { position: relative; }
.startflow-headings .heading, .startflow-single-heading .heading { margin-top: 0; margin-bottom: 12px; color: var(--navy); font-size: 36px; line-height: 1.28; }
.startflow-headings .sub-heading { margin-top: 0; margin-bottom: 0; }
.text-center { text-align: center; }
.text-left { text-align: left; }
.text-right { text-align: right; }
.startflow-content-box { position: relative; transition: transform .3s ease, box-shadow .3s ease; }
.startflow-content-box:hover { transform: translateY(var(--hover-y, 0)); box-shadow: var(--hover-shadow, inherit); }
.startflow-content-box > .inner { height: 100%; }
.startflow-simple-image, .startflow-simple-image a { display: block; }
.startflow-simple-image img { display: block; width: 100%; }
.startflow-links { display: inline-block; position: relative; text-decoration: none; }
.startflow-links .line { display: block; width: 0; height: 2px; margin: 7px auto 0; background: currentColor; transition: width .3s; }
.startflow-links:hover .line { width: 100%; }
.startflow-icon-box { position: relative; }
.startflow-icon-box .wrap-inner { position: relative; }
.startflow-icon-box .image-wrap img { display: block; margin: 0 auto; }
.startflow-icon-box.align-center { text-align: center; }
.startflow-icon-box .heading { margin-top: 0; }
.startflow-icon-box.icon-left .icon-wrap { position: absolute; top: 0; left: 0; width: 70px; }
.startflow-icon-box.icon-left .heading, .startflow-icon-box.icon-left .desc { padding-left: 90px; }
/* El telefono y el correo de /contacto/ son enlaces tel: y mailto: desde el
   2026-09-10. Heredan color y quitan el subrayado para que la pagina se vea
   EXACTAMENTE igual que antes: lo que cambia es que en el movil el numero se
   marca de un toque. */
.startflow-icon-box .desc a { color: inherit; text-decoration: none; }
.startflow-icon-box .desc a:hover, .startflow-icon-box .desc a:focus { color: #1292ee; text-decoration: underline; }
.startflow-counter { padding: 15px; }
.startflow-counter .number { color: #1292ee; font-weight: 600; line-height: 1; }
.startflow-counter .heading { margin-top: 17px; color: var(--navy); font-size: 14px; font-weight: 900; }
.startflow-divider { border: 0; border-top: 1px solid #e7e7e7; }
.halfrow-image { position: absolute; top: 0; bottom: 0; width: 50%; background-position: center; background-size: cover; }
.imgright .halfrow-image { right: 0; } .imgleft .halfrow-image { left: 0; }
.wpb_single_image img { display: block; width: 100%; }
.wpb_gmaps_widget iframe { display: block; width: 100%; height: 450px; border: 0; }
.startflow-scroll-target { display: block; width: 50px; height: 50px; margin: 0 auto; font-size: 42px; line-height: 50px; text-align: center; text-decoration: none; }

/* La portada usa exactamente la textura y las tarjetas descritas en su contenido. */
.page-inicio #main-content > #content-wrap > .vc_row:nth-of-type(2) { background-color: #fff; }
.page-inicio .row-is-fullwidth .vc_inner { padding-right: 6%; padding-left: 6%; }
.page-inicio .row-is-fullwidth .startflow-content-box { overflow: hidden; border-radius: 6px; }
.page-inicio .row-is-fullwidth .startflow-simple-image img { aspect-ratio: 1.58 / 1; object-fit: cover; }
.page-inicio .row-is-fullwidth .startflow-links { font-size: 20px; font-weight: 700; }

/* Testimonios y clientes originales. */
.testimonial-carousel { overflow: hidden; }
.testimonial-track { display: flex; gap: 30px; transition: transform .6s ease; }
.testimonial-card { flex: 0 0 calc((100% - 60px) / 3); padding: 35px; border: 1px solid #e7e7e7; background: #fff; }
.testimonial-text { min-height: 215px; color: #748494; font-size: 15px; line-height: 1.8; }
.testimonial-person { display: flex; align-items: center; gap: 15px; margin-top: 26px; color: var(--navy); }
.testimonial-person img { width: 58px; height: 58px; border-radius: 50%; object-fit: cover; }
.partners-grid { display: grid; grid-template-columns: repeat(6, 1fr); align-items: center; gap: 25px; }
.partner-logo img { display: block; width: 100%; max-height: 90px; object-fit: contain; }

/* Formulario original visible, pero deliberadamente local. */
.local-form .form-container { max-width: 800px; margin: auto; padding: 20px; border-radius: 8px; background: #fff; box-shadow: 0 0 10px rgba(0,0,0,.1); }
.local-form .form-group { margin-bottom: 15px; }
.local-form label { display: block; margin-bottom: 5px; color: var(--navy); font-weight: 700; }
.local-form input[type="text"], .local-form input[type="email"], .local-form textarea { width: 100%; padding: 10px; border: 1px solid #ccc; border-radius: 4px; background: #fbfcfc; font: inherit; }
.local-form textarea { min-height: 150px; resize: vertical; }
.local-form input[type="submit"] { padding: 12px 28px; border: 0; border-radius: 3px; background: #1292ee; color: #fff; font: 700 15px "Muli", Arial, sans-serif; cursor: pointer; }

/* Pie exacto: cinco columnas. La quinta lleva los enlaces a las paginas
   legales desde el 2026-09-10: antes estaba vacia y /avisos-legales/ y
   /politica-privacidad/ no las enlazaba nadie. */
#footer { color: #a7b4c0; background: var(--footer); }
#footer-widgets { padding: 95px 0 50px; }
.footer-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); column-gap: 80px; }
.footer-column { min-width: 0; }
.footer-column a { display: block; margin: 0 0 13px; color: #a7b4c0; font-size: 15px; line-height: 1.7; text-decoration: none; }
.footer-column a:hover { color: #fff; }
.footer-contact img { display: block; width: 200px; margin: 5px 0 32px; }
.footer-contact div { color: #a7b4c0; font-size: 18px; line-height: 1.8; white-space: nowrap; }
/* El telefono y el correo del pie tambien son enlaces. Sin esto se los come la
   regla de arriba (.footer-column a: display:block, 15px y 13px de margen) y el
   bloque de contacto se descuadraria. */
.footer-contact div a { display: inline; margin: 0; color: inherit; font-size: inherit; line-height: inherit; }
.footer-contact div a:hover, .footer-contact div a:focus { color: #fff; }
#bottom { border-top: 1px solid rgba(255,255,255,.06); }
.bottom-bar-content { padding: 26px 0; color: #a7b4c0; font-size: 14px; text-align: center; }

/* Pagina de 404 (site/404.html). Usa la cabecera negra en flujo normal
   (header-style-1, la de /acreditaciones/) y NO la transparente de la portada:
   la transparente da por hecho que detras hay una foto oscura, y aqui el fondo
   es claro -- el menu se quedaria ilegible.
   ⚠️ Esta pagina NO la sirve nadie hasta que el fichero de Caddy tenga su
   handle_errors. Pedido a vps-contabo1 el 2026-09-10. */
.bloque-404 { max-width: 760px; margin: 0 auto; text-align: center; }
.codigo-404 { margin: 0; color: #e7eaee; font-size: 120px; font-weight: 900; line-height: 1; }
.bloque-404 h1.heading { margin: 10px 0 18px; font-size: 34px; }
.bloque-404 h2.heading { margin: 55px 0 22px; font-size: 20px; }
.boton-404 { display: inline-block; margin: 26px 0 0; padding: 14px 30px; border-radius: 3px; background: #1292ee; color: #fff; font-weight: 700; text-decoration: none; }
.boton-404:hover, .boton-404:focus { background: #0f7cca; color: #fff; }
.lista-404 { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px 28px; margin: 0; padding: 0; list-style: none; }
.lista-404 a { text-decoration: none; }
.lista-404 a:hover, .lista-404 a:focus { text-decoration: underline; }
.ayuda-404 { margin-top: 45px; }

/* Pagina /rsc/. El 2026-09-10 se le quito el slider de la plantilla del tema
   -tres diapositivas en ingles sobre startups, con boton a la web del vendedor-
   y las cuatro fotos de banco de un despacho de abogados. Lo que queda son los
   documentos que el propio cliente publica. La pagina lleva `noindex` hasta que
   el cliente diga que quiere ahi (PENDIENTE.md, punto 2). */
.bloque-rsc { max-width: 820px; margin: 0 auto; text-align: center; }
.bloque-rsc h1.heading { margin: 0 0 18px; color: #1292ee; font-size: 40px; }
.documentos-rsc { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin: 45px 0 0; padding: 0; list-style: none; text-align: left; }
.documentos-rsc a { display: block; padding: 26px 30px; border: 1px solid #e7e7e7; border-radius: 8px; background: #fff; color: var(--navy); text-decoration: none; box-shadow: 0 20px 70px 0 rgba(0,0,0,.05); transition: transform .3s, border-color .3s; }
.documentos-rsc a:hover, .documentos-rsc a:focus { transform: translateY(-5px); border-color: #1292ee; }
.documentos-rsc .nombre { display: block; font-size: 18px; font-weight: 700; }
.documentos-rsc .tipo { display: block; margin-top: 6px; color: var(--text); font-size: 13px; font-weight: 600; }
@media (max-width: 767px) {
    .bloque-rsc h1.heading { font-size: 28px; }
    .documentos-rsc { grid-template-columns: 1fr; }
}
@media (max-width: 767px) {
    .codigo-404 { font-size: 84px; }
    .bloque-404 h1.heading { font-size: 26px; }
}

/* Menú móvil lateral original. */
#main-nav-mobi { position: fixed; top: 0; left: -300px; z-index: 999999; display: block; width: 300px; max-width: 100%; height: 100%; padding-bottom: 50px; overflow: auto; background: #131e27; color: #fff; transition: left .3s ease; }
#main-nav-mobi.is-open { left: 0; }
#main-nav-mobi ul { margin: 0; padding: 0; list-style: none; }
#main-nav-mobi li { position: relative; border-top: 1px solid rgba(255,255,255,.07); }
#main-nav-mobi a { display: block; padding: 0 45px 0 35px; color: #fff; font: 600 16px/50px "Muli", Arial, sans-serif; text-decoration: none; }
#main-nav-mobi .sub-menu { display: none; background: rgba(255,255,255,.02); }
#main-nav-mobi .menu-item-has-children.is-expanded > .sub-menu { display: block; }
#main-nav-mobi .submenu-toggle { position: absolute; top: 0; right: 0; width: 50px; height: 50px; border: 0; background: transparent; color: #fff; font-size: 24px; cursor: pointer; }
.mobile-menu-logo { display: block; width: 166px; margin: 25px 22px 25px 35px; }
.mobi-overlay { position: fixed; inset: 0; z-index: 99999; visibility: hidden; background: rgba(0,0,0,.8); opacity: 0; transition: .3s; }
.mobi-overlay.show { visibility: visible; opacity: 1; }
.mobi-overlay .close { position: absolute; top: 0; right: 0; width: 50px; height: 50px; border: 0; background: transparent; color: #fff; font-size: 32px; cursor: pointer; }
html.disable-scroll { overflow: hidden; }

@media (max-width: 1200px) {
    #main-nav > ul > li { margin-right: 11px; margin-left: 11px; }
    #main-nav > ul > li > a { font-size: 14px; }
    .footer-grid { column-gap: 40px; }
}

@media (max-width: 991px) {
    .startflow-container { max-width: 90%; }
    #site-header { min-height: 82px; }
    #site-logo-inner { margin: 12px 0; }
    #site-logo img { width: auto; max-width: 150px; max-height: 58px; }
    #main-nav, .header-search-wrap { display: none; }
    .mobile-button { position: relative; float: right; display: block; width: 44px; height: 44px; margin-top: 19px; cursor: pointer; }
    .mobile-button::before, .mobile-button::after, .mobile-button span { position: absolute; left: 10px; top: 50%; width: 24px; height: 2px; border-radius: 2px; background: #fff; content: ""; }
    .mobile-button::before { transform: translateY(-7px); }
    .mobile-button::after { transform: translateY(5px); }
    .mobile-button span { margin-top: -1px; overflow: hidden; text-indent: 200%; }
    .slider-10, .slider-1, .slider-2, .slider-4, .slider-5, .slider-6 { height: 960px; }
    .slider-3 { height: 820px; }
    .revslider .rev-title { font-size: 32px; white-space: normal; }
    .slider-6 .rev-title { font-size: 22px; }
    .slider-7 h1 { font-size: 46px; }
    .vc_inner { gap: 0; }
    .vc_inner > .wpb_column { flex-basis: 100%; }
    .vc_col-sm-2, .vc_col-sm-3, .vc_col-sm-4, .vc_col-sm-6, .vc_col-sm-8, .vc_col-sm-9, .vc_col-sm-10, .vc_col-sm-12 { width: 100%; }
    .vc_inner { padding: var(--mobile-row-padding, 0) !important; }
    .startflow-spacer { height: var(--space-mobile); }
    .startflow-content-box { padding: var(--mobile-padding, initial) !important; }
    .halfrow-image { position: relative; width: 100%; min-height: 480px; }
    .testimonial-card { flex-basis: calc((100% - 30px) / 2); }
    .partners-grid { grid-template-columns: repeat(3, 1fr); }
    #footer-widgets { padding: 60px 0; }
    .footer-grid { grid-template-columns: 1fr 1fr; row-gap: 45px; }
}

@media (max-width: 767px) {
    .slider-10, .slider-1, .slider-2, .slider-4, .slider-5, .slider-6 { height: 720px; }
    .slider-3 { height: 820px; }
    .revslider .rev-title { width: 86%; font-size: 27px; }
    .slider-6 .rev-title { font-size: 20px; }
    .slider-7 { height: 720px; }
    .slider-7 h1 { font-size: 36px; }
    .slider-7 p { font-size: 15px; }
    .rev-prev, .rev-next { width: 42px; height: 42px; margin-top: -21px; }
    .startflow-spacer { height: var(--space-small); }
    .startflow-headings .heading, .startflow-single-heading .heading { font-size: 30px; }
    .testimonial-card { flex-basis: 100%; }
    .testimonial-text { min-height: 0; }
    .partners-grid { grid-template-columns: 1fr 1fr; }
    .footer-grid { grid-template-columns: 1fr; }
    .footer-contact div { white-space: normal; }
    .search-field { padding: 8px 10px; font-size: 28px; }
}
