/* FCS Soluciones — «Operaciones, resueltas». Tokens alineados con la paleta global de Astra. */
:root{--fcs-ink:#071e2b;--fcs-paper:#f1eee5;--fcs-white:#fff;--fcs-coral:#dc452f;--fcs-smoke:#69777d;--fcs-line:#bfc4c1;--fcs-ease:cubic-bezier(.2,.7,.2,1)}
html{scroll-behavior:smooth}
body.fcs-site{background:var(--fcs-paper)}
.fcs-site #masthead,.fcs-site #colophon,.fcs-site .site-footer:not(.fcs-footer){display:none!important}
.fcs,.fcs *{box-sizing:border-box}
.fcs{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;color:var(--fcs-ink);font-size:16px}
.fcs a,.fcs a:hover,.fcs a:focus{color:inherit;text-decoration:none}
.fcs h1,.fcs h2,.fcs h3,.fcs p,.fcs blockquote{font-family:inherit;color:inherit}
.fcs svg{flex:0 0 auto}
.fcs ::selection{background:var(--fcs-coral);color:#fff}
.fcs a:focus-visible,.fcs summary:focus-visible{outline:3px solid var(--fcs-coral);outline-offset:4px}
#servicios,#metodo,#sectores,#contacto{scroll-margin-top:20px}

/* Header */
.fcs-announcement{height:36px;padding:0 5vw;display:flex;align-items:center;justify-content:center;gap:9px;background:var(--fcs-ink);color:#fff;font-size:.69rem;letter-spacing:.03em}
.fcs-announcement a{display:inline-flex;align-items:center;gap:6px;font-weight:700;border-bottom:1px solid #ffffff8a}
.fcs-topbar{position:relative;z-index:1000}
.fcs-header-slot{position:relative;background:var(--fcs-ink);padding:18px 5vw}
.fcs-is-home .fcs-header-slot{height:0;padding:0;background:none;z-index:50}
.fcs-header{height:72px;padding:0 22px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:28px;background:#f1eee5f2;color:var(--fcs-ink);border-radius:28px;box-shadow:0 8px 40px #071e2b24;backdrop-filter:blur(12px)}
.fcs-is-home .fcs-header{position:absolute;top:25px;left:5vw;right:5vw}
.fcs-brand{display:inline-flex;align-items:center;gap:10px;color:inherit}
.fcs-brand strong{font-size:1.82rem;line-height:1;letter-spacing:-.08em;font-weight:800}
.fcs-brand picture{display:block;line-height:0}
.fcs .fcs-brand-logo{display:block;width:auto;height:30px;max-width:none}
.fcs-footer .fcs-brand-logo{height:34px}
@media(max-width:620px){.fcs .fcs-brand-logo{height:26px}}
.fcs-brand span{font:600 .52rem/1.08 ui-monospace,Consolas,monospace;letter-spacing:.12em;text-transform:uppercase}
.fcs-desktop-nav{font-size:.74rem;font-weight:600;letter-spacing:.02em}
.fcs .fcs-menu,.fcs .fcs-menu .sub-menu{margin:0;padding:0;list-style:none}
.fcs-desktop-nav>.fcs-menu{display:flex;align-items:center;gap:26px}
.fcs-desktop-nav .fcs-menu>li{position:relative;margin:0}
.fcs-desktop-nav .fcs-menu>li>a{display:inline-flex;align-items:center;gap:5px;padding:26px 0;border-bottom:1px solid transparent;white-space:nowrap}
.fcs-desktop-nav .fcs-menu>li>a>span{padding:4px 0;border-bottom:1px solid transparent}
.fcs-desktop-nav .fcs-menu>li:hover>a,.fcs-desktop-nav .fcs-menu>li.current-menu-item>a,.fcs-desktop-nav .fcs-menu>li.current-menu-ancestor>a{box-shadow:inset 0 -2px 0 -0px transparent;text-decoration:underline!important;text-underline-offset:6px}
.fcs-desktop-nav .menu-item-has-children>a:after{content:"";width:6px;height:6px;margin:-3px 0 0 3px;border-right:1.5px solid currentColor;border-bottom:1.5px solid currentColor;transform:rotate(45deg)}
.fcs-desktop-nav .sub-menu{min-width:250px;position:absolute;top:100%;left:-18px;padding:10px!important;display:grid;background:var(--fcs-paper);border:1px solid var(--fcs-ink);border-radius:18px;box-shadow:7px 7px 0 var(--fcs-ink);opacity:0;visibility:hidden;transform:translateY(8px);transition:opacity .18s var(--fcs-ease),transform .18s var(--fcs-ease),visibility .18s}
.fcs-desktop-nav li:hover>.sub-menu,.fcs-desktop-nav li:focus-within>.sub-menu{opacity:1;visibility:visible;transform:none}
.fcs-desktop-nav .sub-menu li{margin:0}
.fcs-desktop-nav .sub-menu a{display:block;padding:10px 12px;border-radius:10px;font-weight:600;white-space:nowrap}
.fcs-desktop-nav .sub-menu a:hover,.fcs-desktop-nav .sub-menu .current-menu-item>a{background:#fff;color:var(--fcs-coral)!important}
.fcs .fcs-nav-cta,.fcs .fcs-nav-cta:hover{justify-self:end;min-height:44px;padding:0 17px;display:inline-flex;align-items:center;gap:8px;background:var(--fcs-coral);color:#fff;border-radius:22px;font-size:.75rem;font-weight:700}
.fcs-mobile-nav{display:none;justify-self:end;position:relative}
.fcs-mobile-nav summary{width:42px;height:42px;display:grid;place-items:center;list-style:none;border:1px solid var(--fcs-ink);border-radius:50%;cursor:pointer}
.fcs-mobile-nav summary::-webkit-details-marker{display:none}
.fcs-mobile-nav nav{width:220px;position:absolute;right:0;top:50px;padding:10px;display:grid;background:var(--fcs-paper);border:1px solid var(--fcs-ink);border-radius:18px;box-shadow:7px 7px 0 var(--fcs-ink)}
.fcs-mobile-nav nav{width:min(300px,calc(100vw - 40px));max-height:70vh;overflow:auto}
.fcs-mobile-nav nav a{display:block;padding:11px 12px;border-radius:10px;font-size:.8rem;font-weight:600}
.fcs-mobile-nav nav a:hover{background:#fff}
.fcs-mobile-nav .sub-menu{margin:0 0 6px 12px!important;padding-left:8px!important;border-left:1px solid var(--fcs-line)}
.fcs-mobile-nav .sub-menu a{padding:8px 12px;font-size:.72rem;font-weight:500;color:var(--fcs-smoke)}

/* Elementor: los bloques de la home ocupan todo el ancho, sin márgenes */
.fcs-is-home .site-content .ast-container,.fcs-is-home .entry-content{max-width:none;padding:0;margin:0}
.fcs-home-section .elementor-container,.fcs-home-section .elementor-column-gap-default>.elementor-column>.elementor-element-populated,.fcs-home-section .elementor-widget-wrap{max-width:none!important;padding:0!important}
.fcs-home-section .elementor-widget:not(:last-child){margin-bottom:0}

/* Hero */
.fcs-hero{min-height:calc(100svh - 36px);height:max(760px,calc(100svh - 36px));position:relative;overflow:hidden;background:var(--fcs-ink);color:#fff}
.fcs-hero-media,.fcs-hero-media:after{position:absolute;inset:0}
.fcs-hero-media img{width:100%;height:100%;object-fit:cover;object-position:65% center;filter:saturate(.95) contrast(1.02)}
.fcs-hero-media:after{content:"";background:linear-gradient(90deg,#071e2be8 0%,#071e2b9b 40%,#071e2b29 68%,#071e2b73 100%),linear-gradient(0deg,#071e2bd9 0%,transparent 45%)}
.fcs-hero-content{height:100%;position:relative;z-index:2;padding:154px 6vw 142px;display:flex;flex-direction:column;justify-content:center}
.fcs-kicker,.fcs-label{margin:0;font:600 .65rem/1.2 ui-monospace,Consolas,monospace;letter-spacing:.12em;text-transform:uppercase}
.fcs-kicker{margin-bottom:24px;color:#ffffffc7}
.fcs .fcs-hero h1{margin:0;max-width:12ch;color:#fff;font-size:clamp(4.3rem,8.2vw,8.8rem);line-height:.81;letter-spacing:-.07em;text-transform:uppercase;font-weight:400}
.fcs-hero h1 em{font-style:normal}
.fcs-hero-bottom{max-width:1040px;margin-top:34px;display:grid;grid-template-columns:minmax(280px,470px) auto;align-items:end;gap:70px}
.fcs .fcs-hero-bottom>p{margin:0;color:#ffffffd2;font-size:clamp(.95rem,1.25vw,1.12rem);line-height:1.55}
.fcs-hero-actions{display:flex;align-items:center;gap:22px}
.fcs .fcs-primary-button,.fcs .fcs-primary-button:hover{min-height:53px;padding:0 21px;display:inline-flex;align-items:center;gap:12px;background:var(--fcs-coral);border-radius:27px;color:#fff;font-size:.79rem;font-weight:700;white-space:nowrap;transition:transform .2s var(--fcs-ease),box-shadow .2s var(--fcs-ease)}
.fcs .fcs-primary-button:hover{transform:translateY(-3px);box-shadow:0 10px 26px #071e2b52}
.fcs-ghost-link{font-size:.78rem;font-weight:700;border-bottom:1px solid #fff;padding-bottom:5px;white-space:nowrap}
.fcs-hero-trust{min-height:72px;position:absolute;z-index:3;left:0;right:0;bottom:0;padding:0 6vw;display:grid;grid-template-columns:1.15fr repeat(3,1fr);align-items:center;border-top:1px solid #ffffff5c;background:#071e2b78;backdrop-filter:blur(8px);font-size:.67rem;color:#ffffffbd}
.fcs-hero-trust span{display:flex;align-items:center;gap:8px}
.fcs-hero-trust svg{width:16px;color:#fff}

/* Secciones */
.fcs-manifesto{padding:135px 6vw 125px;background:var(--fcs-paper)}
.fcs .fcs-label{margin-bottom:44px;color:var(--fcs-smoke)}
.fcs .fcs-h2{margin:0;font-size:clamp(3rem,6.3vw,7rem);line-height:.9;letter-spacing:-.065em;font-weight:400}
.fcs-manifesto .fcs-h2 em{font-style:normal;color:var(--fcs-smoke)}
.fcs-manifesto-copy{max-width:920px;margin:64px 0 0 auto;display:grid;grid-template-columns:1fr 1fr;gap:65px}
.fcs .fcs-manifesto-copy p{margin:0;font-size:1.02rem;line-height:1.7;color:var(--fcs-smoke)}
.fcs .fcs-manifesto-copy p:last-child{color:var(--fcs-ink);font-weight:600}

.fcs-services{background:#fff}
.fcs-services-head{padding:115px 6vw 70px;display:grid;grid-template-columns:.65fr 1.35fr;align-items:start}
.fcs .fcs-services-head .fcs-label{margin:12px 0 0}
.fcs .fcs-services-head .fcs-h2{font-size:clamp(3.3rem,5.7vw,6.5rem)}
.fcs-service-panels{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--fcs-ink);border-bottom:1px solid var(--fcs-ink)}
.fcs .fcs-service-panels>a{min-height:440px;padding:28px;display:flex;flex-direction:column;border-right:1px solid var(--fcs-ink);transition:background .25s var(--fcs-ease),color .25s var(--fcs-ease)}
.fcs-service-panels>a:last-child{border-right:0}
.fcs .fcs-service-panels>a:hover{background:var(--fcs-ink);color:#fff}
.fcs-service-panels>a>span{font:600 .65rem ui-monospace,Consolas,monospace}
.fcs-service-panels>a>div{margin-top:auto}
.fcs .fcs-service-panels h3{margin:0 0 17px;font-size:clamp(2rem,3vw,3.55rem);letter-spacing:-.055em;font-weight:400;line-height:1.1}
.fcs .fcs-service-panels p{margin:0;max-width:29ch;color:var(--fcs-smoke);font-size:.82rem;line-height:1.55}
.fcs .fcs-service-panels>a:hover p{color:#ffffffa8}
.fcs-service-panels>a>svg{width:20px;margin-top:30px}

.fcs-route{padding:120px 6vw;background:var(--fcs-paper)}
.fcs-route-intro{display:grid;grid-template-columns:1fr 1fr;gap:8vw;align-items:end}
.fcs .fcs-route-intro .fcs-label{grid-column:1/-1;margin-bottom:25px}
.fcs .fcs-route-intro .fcs-h2{font-size:clamp(3.2rem,5.6vw,6.4rem)}
.fcs .fcs-route-intro>p{margin:0 0 7px;max-width:42ch;color:var(--fcs-smoke);line-height:1.65}
.fcs .fcs-route-list{margin:90px 0 0;padding:0;list-style:none;border-top:1px solid var(--fcs-ink)}
.fcs .fcs-route-list li{min-height:112px;margin:0;display:grid;grid-template-columns:80px .7fr 1fr;align-items:center;border-bottom:1px solid var(--fcs-ink)}
.fcs-route-list li>span{font:600 .66rem ui-monospace,Consolas,monospace}
.fcs .fcs-route-list h3{margin:0;font-size:1.5rem;font-weight:500;letter-spacing:-.03em}
.fcs .fcs-route-list p{margin:0;color:var(--fcs-smoke);font-size:.82rem}
.fcs-route-outcome{min-height:122px;padding:0 30px;display:grid;grid-template-columns:1fr auto 40px;align-items:center;background:var(--fcs-coral);color:#fff}
.fcs-route-outcome span{font:600 .65rem ui-monospace,Consolas,monospace;text-transform:uppercase;letter-spacing:.1em}
.fcs-route-outcome strong{font-size:clamp(2rem,4vw,4rem);font-weight:400;letter-spacing:-.05em}
.fcs-route-outcome svg{width:29px}

.fcs-sectors{min-height:760px;display:grid;grid-template-columns:.8fr 1.2fr;background:var(--fcs-ink);color:#fff}
.fcs-sectors-copy{padding:115px 6vw;display:flex;flex-direction:column;justify-content:space-between}
.fcs .fcs-sectors-copy .fcs-label{color:#ffffff8e}
.fcs .fcs-sectors-copy .fcs-h2{font-size:clamp(3rem,5.2vw,5.8rem)}
.fcs .fcs-sectors-copy>p{margin:0;max-width:37ch;color:#ffffff9f;line-height:1.65}
.fcs-sector-list{border-left:1px solid #ffffff4f;display:grid}
.fcs .fcs-sector-list>a{min-height:126px;padding:0 45px;display:grid;grid-template-columns:50px 1fr 28px;align-items:center;border-bottom:1px solid #ffffff4f;transition:background .2s,color .2s}
.fcs-sector-list>a:last-child{border-bottom:0}
.fcs .fcs-sector-list>a:hover{background:var(--fcs-paper);color:var(--fcs-ink)}
.fcs-sector-list span{font:600 .61rem ui-monospace,Consolas,monospace}
.fcs-sector-list strong{font-size:clamp(1.35rem,2.2vw,2.3rem);font-weight:400;letter-spacing:-.035em}
.fcs-sector-list svg{width:19px}

.fcs-evidence{padding:125px 6vw;display:grid;grid-template-columns:.35fr 1.2fr .55fr;gap:7vw;align-items:end;background:#fff}
.fcs-evidence-stat{display:grid}
.fcs-evidence-stat strong{font-size:8rem;line-height:.75;letter-spacing:-.1em;font-weight:400}
.fcs-evidence-stat span{margin-top:20px;color:var(--fcs-smoke);font-size:.72rem}
.fcs .fcs-evidence blockquote{margin:0;padding:0;border:0;font-style:normal;font-size:clamp(2.8rem,4.8vw,5.4rem);line-height:1;letter-spacing:-.055em}
.fcs .fcs-evidence>p{margin:0;font-size:.78rem;line-height:1.5}
.fcs-evidence>p span{color:var(--fcs-smoke)}

.fcs-testimonials{background:#fff}
.fcs-testimonials-head{padding:100px 6vw 50px;display:grid;grid-template-columns:1fr auto;gap:30px;align-items:end}
.fcs .fcs-testimonials-head .fcs-label{grid-column:1/-1;margin-bottom:10px}
.fcs .fcs-testimonials-head .fcs-h2{font-size:clamp(2.8rem,4.6vw,5.2rem)}
.fcs .fcs-testimonials-head .fcs-h2 em{font-style:normal;color:var(--fcs-smoke)}
.fcs-carousel-nav{display:flex;gap:10px}
.fcs .fcs-carousel-nav button{width:54px;height:54px;padding:0;display:grid;place-items:center;background:transparent;color:var(--fcs-ink);border:1px solid var(--fcs-ink);border-radius:50%;cursor:pointer;transition:background .2s,color .2s,opacity .2s}
.fcs .fcs-carousel-nav button:hover:not(:disabled){background:var(--fcs-ink);color:#fff}
.fcs .fcs-carousel-nav button:disabled{opacity:.3;cursor:default}
.fcs-testimonial-track{display:grid;grid-auto-flow:column;grid-auto-columns:calc((100% - 6vw) / 3);overflow-x:auto;scroll-snap-type:x mandatory;scroll-padding-left:6vw;padding:0 6vw;border-top:1px solid var(--fcs-ink);border-bottom:1px solid var(--fcs-ink);scrollbar-width:none;overscroll-behavior-x:contain}
.fcs-testimonial-track::-webkit-scrollbar{display:none}
.fcs-testimonial-track:focus-visible{outline:3px solid var(--fcs-coral);outline-offset:-3px}
.fcs .fcs-testimonial{margin:0;padding:34px 30px 30px;display:flex;flex-direction:column;scroll-snap-align:start;border-right:1px solid var(--fcs-ink);transition:background .25s var(--fcs-ease)}
.fcs .fcs-testimonial:first-child{border-left:1px solid var(--fcs-ink)}
.fcs .fcs-testimonial:hover{background:var(--fcs-paper)}
.fcs-testimonial-num{font:600 .65rem ui-monospace,Consolas,monospace}
.fcs .fcs-testimonial-org{margin:22px 0 18px;font:600 .65rem/1.3 ui-monospace,Consolas,monospace;letter-spacing:.12em;text-transform:uppercase;color:var(--fcs-coral)}
.fcs .fcs-testimonial blockquote{margin:0;padding:0;border:0;font-style:normal;overflow:hidden}
.fcs .fcs-testimonial blockquote p{margin:0 0 12px;font-size:1.02rem;line-height:1.5;letter-spacing:-.01em}
.fcs .fcs-testimonial.is-clamped blockquote{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:7}
.fcs .fcs-testimonial.is-clamped blockquote p{display:inline}
.fcs .fcs-testimonial.is-clamped blockquote p+p:before{content:" "}
.fcs .fcs-more{align-self:flex-start;margin:12px 0 0;padding:0 0 3px;background:none;border:0;border-bottom:1px solid currentColor;border-radius:0;color:var(--fcs-ink);font-size:.74rem;font-weight:700;cursor:pointer}
.fcs .fcs-more:hover{color:var(--fcs-coral);background:none}
.fcs-testimonial figcaption{margin-top:auto;padding-top:26px;display:grid;gap:4px;font-size:.78rem;line-height:1.45}
.fcs-testimonial figcaption span{color:var(--fcs-smoke)}
@media(max-width:960px){.fcs-testimonial-track{grid-auto-columns:calc((100% - 6vw) / 2)}}
@media(max-width:620px){.fcs-testimonials-head{padding:80px 20px 40px;grid-template-columns:1fr}.fcs .fcs-testimonials-head .fcs-h2{font-size:2.85rem}.fcs-testimonial-track{grid-auto-columns:86%;padding:0 20px;scroll-padding-left:20px}.fcs .fcs-testimonial{padding:28px 20px}}
.fcs-contact{padding:115px 6vw 105px;background:var(--fcs-coral);color:#fff}
.fcs .fcs-contact .fcs-label{color:#ffffffb3}
.fcs .fcs-contact .fcs-h2{max-width:12ch;font-size:clamp(4rem,9vw,10rem);text-transform:uppercase}
.fcs .fcs-contact-main,.fcs .fcs-contact-main:hover{min-height:72px;margin-top:60px;padding:0 28px;display:flex;align-items:center;justify-content:space-between;background:var(--fcs-paper);color:var(--fcs-ink);border-radius:36px;font-size:clamp(1rem,1.7vw,1.5rem);font-weight:600}
.fcs-contact-main svg{width:26px}
.fcs-contact-details{margin-top:55px;padding-top:25px;display:flex;flex-wrap:wrap;gap:25px 45px;border-top:1px solid #ffffff73;font-size:.72rem}
.fcs-contact-details a,.fcs-contact-details span{display:flex;align-items:center;gap:9px}
.fcs-contact-details svg{width:17px}

/* Footer */
.fcs-footer{padding:72px 6vw 32px;display:grid;grid-template-columns:1.4fr 1fr 1fr 1.3fr;align-items:start;gap:50px;background:var(--fcs-ink);color:#fff}
.fcs-footer-col{display:grid;gap:12px;font-size:.78rem}
.fcs-footer-col>a,.fcs-footer-col>span{display:flex;align-items:center;gap:10px;color:#ffffffc7}
.fcs-footer-col svg{color:var(--fcs-coral)}
.fcs .fcs-footer-title{margin:0 0 8px;font:600 .65rem/1.2 ui-monospace,Consolas,monospace;letter-spacing:.12em;text-transform:uppercase;color:#ffffff85}
.fcs .fcs-footer-about p{margin:10px 0 6px;max-width:30ch;color:#ffffff85;font-size:.76rem;line-height:1.55}
.fcs-social{display:flex;gap:10px}
.fcs .fcs-social a{width:40px;height:40px;display:grid;place-items:center;border:1px solid #ffffff4f;border-radius:50%;color:#fff;transition:background .2s,border-color .2s}
.fcs .fcs-social a:hover{background:var(--fcs-coral);border-color:var(--fcs-coral);text-decoration:none!important}
.fcs-social svg{color:currentColor}
.fcs-footer-bottom{grid-column:1/-1;padding-top:24px;border-top:1px solid #ffffff2e;color:#ffffff6f;font-size:.66rem}
.fcs-footer a:hover{text-decoration:underline!important}

@keyframes fcs-reveal{from{opacity:0;transform:translateY(18px)}to{opacity:1;transform:none}}
.fcs-kicker,.fcs-hero h1,.fcs-hero-bottom{animation:fcs-reveal .75s var(--fcs-ease) both}
.fcs-hero h1{animation-delay:.08s}.fcs-hero-bottom{animation-delay:.16s}

.fcs-header{grid-template-columns:auto 1fr auto;gap:22px}.fcs-desktop-nav>.fcs-menu{justify-content:center}
@media(max-width:1180px){.fcs-header{grid-template-columns:1fr auto}.fcs-desktop-nav,.fcs .fcs-nav-cta{display:none}.fcs-mobile-nav{display:block}}
@media(max-width:1100px){.fcs-footer{grid-template-columns:1fr 1fr}}
@media(max-width:960px){.fcs-hero-content{padding-top:145px}.fcs-hero-bottom{grid-template-columns:1fr;gap:28px}.fcs-hero-trust{grid-template-columns:1fr 1fr;gap:12px}.fcs-services-head,.fcs-route-intro,.fcs-sectors,.fcs-evidence{grid-template-columns:1fr}.fcs-services-head{gap:35px}.fcs-service-panels{grid-template-columns:1fr 1fr}.fcs .fcs-service-panels>a{min-height:330px;border-bottom:1px solid var(--fcs-ink)}.fcs-sectors-copy{min-height:530px}.fcs-sector-list{border-left:0;border-top:1px solid #ffffff4f}.fcs-evidence{gap:55px}.fcs-evidence-stat strong{font-size:6rem}.fcs-footer{grid-template-columns:1fr 1fr}}
@media(max-width:620px){.fcs-announcement{justify-content:space-between;padding-inline:18px;font-size:.58rem}.fcs-header-slot{padding:14px 18px}.fcs-hero{height:900px;min-height:900px}.fcs-header{height:64px;padding:0 14px;border-radius:22px}.fcs-is-home .fcs-header{top:18px;left:18px;right:18px}.fcs-brand strong{font-size:1.55rem}.fcs-brand span{font-size:.43rem}.fcs-hero-media img{object-position:84% center}.fcs-hero-media:after{background:linear-gradient(90deg,#071e2be0 0%,#071e2b7d 72%,#071e2b70 100%),linear-gradient(0deg,#071e2bf2 0%,transparent 58%)}.fcs-hero-content{padding:125px 20px 185px;justify-content:flex-end}.fcs-kicker{margin-bottom:18px;font-size:.56rem}.fcs .fcs-hero h1{font-size:clamp(3.45rem,15vw,5.25rem);line-height:.84}.fcs-hero-bottom{margin-top:24px}.fcs .fcs-hero-bottom>p{font-size:.88rem}.fcs-hero-actions{align-items:flex-start;flex-direction:column}.fcs .fcs-primary-button{width:100%;justify-content:space-between}.fcs-hero-trust{min-height:132px;padding:18px 20px;grid-template-columns:1fr 1fr;gap:14px;font-size:.58rem}.fcs-manifesto,.fcs-route,.fcs-contact{padding:82px 20px}.fcs .fcs-h2,.fcs .fcs-services-head .fcs-h2,.fcs .fcs-route-intro .fcs-h2,.fcs .fcs-sectors-copy .fcs-h2{font-size:2.85rem}.fcs-manifesto-copy{margin-top:45px;grid-template-columns:1fr;gap:25px}.fcs-services-head{padding:80px 20px 50px;grid-template-columns:1fr}.fcs-service-panels{grid-template-columns:1fr}.fcs .fcs-service-panels>a{min-height:260px;border-right:0}.fcs-route-intro{grid-template-columns:1fr;gap:26px}.fcs .fcs-route-list{margin-top:58px}.fcs .fcs-route-list li{min-height:130px;grid-template-columns:42px 1fr}.fcs .fcs-route-list p{grid-column:2;margin-top:8px}.fcs-route-outcome{min-height:104px;padding:0 18px;grid-template-columns:1fr auto}.fcs-route-outcome strong{font-size:2rem}.fcs-route-outcome svg{display:none}.fcs-sectors-copy{min-height:510px;padding:80px 20px}.fcs .fcs-sector-list>a{min-height:102px;padding:0 20px;grid-template-columns:38px 1fr 22px}.fcs-evidence{padding:82px 20px;grid-template-columns:1fr;gap:45px}.fcs .fcs-evidence blockquote{font-size:3rem}.fcs .fcs-contact .fcs-h2{font-size:3.9rem}.fcs .fcs-contact-main{margin-top:44px;min-height:62px;padding:0 20px}.fcs-contact-details{display:grid;gap:17px}.fcs-footer{padding:42px 20px;grid-template-columns:1fr;gap:24px}}
/* Ajustes UX móvil */
@media(max-width:620px){
	.fcs .fcs-announcement a{min-height:36px;padding:0 4px}
	.fcs .fcs-announcement a:after{content:"";position:absolute;inset:-4px -8px}
	.fcs .fcs-announcement a{position:relative}
	.fcs .fcs-header-logo{min-height:44px;display:inline-flex;align-items:center}
	.fcs-hero{height:auto;min-height:calc(100svh - 36px);display:flex;flex-direction:column}
	.fcs-hero-content{height:auto;flex:1;padding:118px 20px 32px;justify-content:flex-end}
	.fcs-kicker{letter-spacing:.08em;line-height:1.5}
	.fcs .fcs-hero h1{font-size:clamp(2.9rem,13vw,4rem);line-height:.88}
	.fcs-hero-bottom{margin-top:20px;gap:22px}
	.fcs-hero-actions{gap:6px}
	.fcs .fcs-ghost-link{min-height:44px;display:inline-flex;align-items:center;padding:0;border:0;text-decoration:underline!important;text-underline-offset:5px}
	.fcs-hero-trust{position:relative;min-height:0;padding:16px 20px;gap:10px 14px}
	.fcs-manifesto,.fcs-route,.fcs-contact{padding:64px 20px}
	.fcs .fcs-label{margin-bottom:26px}
	.fcs-manifesto-copy{margin-top:32px;gap:16px}
	.fcs-services-head{padding:64px 20px 36px}
	.fcs-service-panels{grid-template-columns:1fr 1fr}
	.fcs .fcs-service-panels>a{min-height:190px;padding:18px 16px;border-right:1px solid var(--fcs-ink)}
	.fcs .fcs-service-panels>a:nth-child(2n){border-right:0}
	.fcs .fcs-service-panels h3{margin-bottom:8px;font-size:1.65rem}
	.fcs .fcs-service-panels p{font-size:.74rem;line-height:1.45}
	.fcs-service-panels>a>svg{display:none}
	.fcs .fcs-route-list{margin-top:40px}
	.fcs .fcs-route-list li{min-height:0;padding:18px 0}
	.fcs-sectors-copy{min-height:0;padding:64px 20px 40px;gap:26px}
	.fcs .fcs-sector-list>a{min-height:64px}
	.fcs-sector-list strong{font-size:1.3rem}
	.fcs-testimonials-head{padding:64px 20px 32px}
	.fcs .fcs-carousel-nav button{width:48px;height:48px}
	.fcs .fcs-more{min-height:44px;padding:0;margin-top:4px;border:0;text-decoration:underline;text-underline-offset:4px}
	.fcs .fcs-testimonial figcaption{padding-top:14px}
	.fcs .fcs-contact .fcs-h2{font-size:3.2rem}
	.fcs-contact-details a,.fcs-contact-details span{min-height:44px}
	.fcs-contact-details{gap:0}
	.fcs-footer{grid-template-columns:1fr 1fr;gap:34px 20px;padding:48px 20px 24px}
	.fcs-footer-about,.fcs-footer-contact,.fcs-footer-bottom{grid-column:1/-1}
	.fcs-footer-col{gap:0}
	.fcs-footer-col>a,.fcs-footer-col>span{min-height:44px}
	.fcs .fcs-social a{width:44px;height:44px}
	.fcs-footer-bottom a{display:inline-block;padding:12px 0}
	.fcs-mobile-nav nav a{min-height:44px;display:flex;align-items:center}
}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.fcs *,.fcs *:before,.fcs *:after{animation-duration:.01ms!important;transition-duration:.01ms!important}}
