@import "https://fonts.googleapis.com/css2?family=Montserrat:wght@500;600;700;800;900&family=Inter:wght@300;400;500;600;700&display=swap";*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}img,svg{max-width:100%;display:block}button{font:inherit;cursor:pointer}a{color:inherit;text-decoration:none}ul,ol{list-style:none}:root{--navy:#13273f;--green:#344532;--copper:#b96118;--red:#4e0000;--pearl:#e9d4c3;--moss:#7b8d3e;--white:#fff;--light-bg:#f4eee8;--text-mid:#555;--font-heading:"Montserrat", sans-serif;--font-body:"Inter", sans-serif}body{font-family:var(--font-body);color:var(--navy);background:var(--white);font-weight:400;line-height:1.6;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);color:var(--navy);font-weight:700;line-height:1.15}.section-inner{max-width:1380px;margin:0 auto;padding:0 32px}.eyebrow{font-family:var(--font-heading);letter-spacing:.14em;text-transform:uppercase;color:var(--copper);margin-bottom:12px;font-size:13px;font-weight:700;display:inline-block}.section-title{font-family:var(--font-heading);letter-spacing:-.01em;color:var(--navy);margin-bottom:16px;font-size:clamp(28px,3.6vw,44px);font-weight:800}.section-sub{font-family:var(--font-body);color:var(--text-mid);max-width:640px;font-size:17px;font-weight:400;line-height:1.7}.btn-pri{background:var(--copper);color:var(--white);font-family:var(--font-heading);letter-spacing:.04em;text-transform:uppercase;border:none;border-radius:999px;justify-content:center;align-items:center;gap:8px;padding:14px 30px;font-size:14px;font-weight:700;transition:background .2s,transform .2s;display:inline-flex}.btn-pri:hover{background:#9c5114;transform:translateY(-1px)}.btn-ghost{color:var(--pearl);font-family:var(--font-heading);letter-spacing:.04em;text-transform:uppercase;background:0 0;border:1.5px solid #e9d4c3d9;border-radius:999px;justify-content:center;align-items:center;gap:8px;padding:13px 28px;font-size:14px;font-weight:700;transition:background .2s,border-color .2s,color .2s;display:inline-flex}.btn-ghost:hover{border-color:var(--copper);color:var(--white);background:#ffffff26}.navbar{z-index:1000;background:linear-gradient(#fff,#13273f);width:100%;transition:box-shadow .25s;position:fixed;top:0;left:0;overflow:visible;box-shadow:0 1px #13273f14}.navbar--scrolled{box-shadow:0 12px 28px #13273f59}.navbar__inner{justify-content:space-between;align-items:center;gap:24px;max-width:1380px;margin:0 auto;padding:4px 32px;display:flex;overflow:visible}.navbar__logo{justify-content:center;align-items:center;width:230px;max-width:240px;margin-bottom:-65px;display:inline-flex;transform:translateY(26px)}.navbar__logo img{width:auto;height:175px;display:block}.navbar__logo-accent{display:none}.navbar__links{flex-wrap:nowrap;align-items:center;gap:12px;display:flex}.navbar__link{background:var(--copper);color:var(--white);font-family:var(--font-heading);letter-spacing:.04em;text-transform:uppercase;white-space:nowrap;border-radius:999px;padding:8px 16px;font-size:12.5px;font-weight:700;transition:background .2s,transform .2s}.navbar__link:hover{background:#9c5114;transform:translateY(-1px)}.navbar__actions{align-items:center;gap:16px;display:flex}.navbar__lang{background:#ffffff1f;border:1px solid #ffffff40;border-radius:999px;align-items:center;padding:3px;display:flex}.navbar__lang-btn{color:var(--white);font-family:var(--font-heading);background:0 0;border:none;border-radius:999px;padding:5px 10px;font-size:12px;font-weight:700;transition:background .2s,color .2s}.navbar__lang-btn.is-active{background:var(--white);color:var(--navy)}.navbar__cta{background:var(--copper);color:var(--white);font-family:var(--font-heading);letter-spacing:.04em;text-transform:uppercase;white-space:nowrap;border-radius:999px;padding:9px 18px;font-size:12.5px;font-weight:700;transition:background .2s,transform .2s}.navbar__cta:hover{background:#9c5114;transform:translateY(-1px)}.navbar__hamburger{background:0 0;border:none;flex-direction:column;justify-content:center;gap:5px;width:34px;height:34px;padding:0;display:none}.navbar__hamburger span{background:var(--white);border-radius:2px;width:100%;height:2px;display:block}@media (width<=1024px){.navbar__inner{padding:5px 24px}.navbar__links,.navbar__cta{display:none}.navbar__hamburger{display:flex}.navbar__actions{flex-shrink:0;gap:12px}.navbar__logo{flex-shrink:0;width:140px;margin-bottom:-55px;transform:translateY(22px)}.navbar__logo img{height:150px}}@media (width<=768px){.navbar__inner{padding:4px 20px}.navbar__actions{gap:12px}.navbar__logo{width:160px;margin-bottom:-40px;transform:translateY(16px)}.navbar__logo img{height:110px}}.mobile-nav{z-index:1100;background:var(--navy);opacity:0;visibility:hidden;flex-direction:column;justify-content:center;align-items:center;gap:48px;transition:opacity .25s,transform .25s,visibility .25s;display:flex;position:fixed;inset:0;transform:translateY(-12px)}.mobile-nav--open{opacity:1;visibility:visible;transform:translateY(0)}.mobile-nav__close{width:44px;height:44px;color:var(--white);background:0 0;border:none;border-radius:50%;font-size:32px;line-height:1;transition:background .2s;position:absolute;top:24px;right:24px}.mobile-nav__close:hover{background:#ffffff1f}.mobile-nav__links{flex-direction:column;align-items:center;gap:28px;display:flex}.mobile-nav__link{font-family:var(--font-heading);letter-spacing:.02em;color:var(--white);text-transform:uppercase;text-align:center;font-size:26px;font-weight:700;transition:color .2s}.mobile-nav__link:hover{color:var(--copper)}.mobile-nav__lang{background:#ffffff1a;border:1px solid #ffffff40;border-radius:999px;align-items:center;padding:4px;display:flex}.mobile-nav__lang-btn{color:var(--white);font-family:var(--font-heading);background:0 0;border:none;border-radius:999px;padding:8px 18px;font-size:13px;font-weight:700;transition:background .2s,color .2s}.mobile-nav__lang-btn.is-active{background:var(--copper);color:var(--white)}.privacy-modal__backdrop{z-index:10000;background:#00000094;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.privacy-modal{background:#fff;border-radius:28px;width:100%;max-width:480px;padding:32px;box-shadow:0 28px 80px #13273f2e}.privacy-modal__brand{font-family:var(--font-heading);letter-spacing:.1em;text-transform:uppercase;color:var(--navy);margin-bottom:18px;font-size:18px;font-weight:900;display:inline-block}.privacy-modal h2{font-family:var(--font-heading);color:var(--navy);margin-top:0;margin-bottom:20px;font-size:clamp(24px,2.5vw,30px)}.privacy-modal__text{font-family:var(--font-body);color:#334155;margin:0 0 28px;font-size:15px;line-height:1.8}.privacy-modal__link{color:var(--copper);text-decoration:underline}.privacy-modal__actions{flex-wrap:wrap;gap:14px;display:flex}.privacy-modal__ghost{color:var(--navy);border-color:var(--navy)}.privacy-modal__ghost:hover{background:#13273f0f}.whatsapp-float{z-index:9999;background:#25d366;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;transition:transform .22s,background .22s;animation:2.2s ease-in-out infinite whatsapp-pulse;display:inline-flex;position:fixed;bottom:24px;right:24px;box-shadow:0 18px 40px #25d36638}.whatsapp-float:hover{background:#20b954;transform:scale(1.08)}.whatsapp-float__icon{width:28px;height:28px}@keyframes whatsapp-pulse{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}.hero{align-items:center;min-height:max(680px,100vh);display:flex;position:relative;overflow:hidden}.hero__background{z-index:0;background-image:url(/assets/encabezado.jpeg);background-position:50%;background-repeat:no-repeat;background-size:cover;position:absolute;inset:0}.hero__side-photo{opacity:.75;z-index:1;background-image:url(/assets/Hero_2.jpeg);background-position:top;background-size:cover;width:42%;display:block;position:absolute;top:110px;bottom:0;right:0}.hero__overlay{z-index:2;background:linear-gradient(130deg,#13273fed 0%,#13273fb8 50%,#34453280 100%);position:absolute;inset:0}.hero__inner{z-index:3;max-width:800px;margin:0 auto 0 max(32px,50% - 658px);padding:250px 32px 120px;position:relative}.hero__eyebrow{font-family:var(--font-heading);letter-spacing:.16em;text-transform:uppercase;color:var(--copper);align-items:center;gap:12px;margin-bottom:22px;font-size:13px;font-weight:700;display:flex}.hero__eyebrow-line{background:var(--copper);width:36px;height:2px;display:inline-block}.hero__title{font-family:var(--font-heading);color:var(--white);letter-spacing:-.01em;margin-bottom:26px;font-size:clamp(30px,5vw,56px);font-weight:800;line-height:1.15}.hero__rotator{width:100%;height:1.2em;margin-top:4px;display:block;position:relative;overflow:hidden}.hero__rotator-word{white-space:nowrap;width:100%;color:var(--copper);opacity:0;transition:transform .65s,opacity .65s;position:absolute;top:0;left:0;transform:translateY(100%)}.hero__rotator-word.is-active{opacity:1;transform:translateY(0)}.hero__rotator-word.is-prev{opacity:0;transform:translateY(-100%)}.hero__text{font-family:var(--font-body);color:var(--pearl);max-width:600px;margin-bottom:40px;font-size:17px;font-weight:300;line-height:1.75}.hero__actions{flex-wrap:wrap;align-items:center;gap:18px;display:flex}.hero__scroll{z-index:1;flex-direction:column;align-items:center;gap:10px;display:flex;position:absolute;bottom:36px;left:50%;transform:translate(-50%)}.hero__scroll-text{font-family:var(--font-heading);letter-spacing:.18em;text-transform:uppercase;color:var(--pearl);opacity:.8;font-size:11px;font-weight:700}.hero__scroll-line{background:var(--copper);transform-origin:top;width:2px;height:34px;animation:1.6s ease-in-out infinite scroll-pulse;display:block}@keyframes scroll-pulse{0%{opacity:.3;transform:scaleY(.2)}50%{opacity:1;transform:scaleY(1)}to{opacity:.3;transform:scaleY(.2)}}@media (width<=1024px){.hero__inner{margin-left:0;padding:210px 28px 100px}}@media (width<=768px){.hero__inner{margin-left:0;padding:180px 24px 100px}.hero__actions{flex-direction:column;align-items:flex-start;gap:14px}.hero__rotator{font-size:clamp(19px,6vw,27px)}.hero__side-photo{opacity:1;background-position:top;width:100%;inset:0}.hero__overlay{background:linear-gradient(#13273ff2 0%,#13273fcc 40%,#13273f99 70%,#13273fc7 100%)}}.trust-bar{background:var(--copper)}.trust-bar__inner{flex-wrap:wrap;justify-content:center;align-items:center;gap:20px 56px;max-width:1380px;margin:0 auto;padding:28px 32px;display:flex}.trust-bar__item{align-items:center;gap:12px;display:flex}.trust-bar__icon{width:26px;height:26px;color:var(--white);flex-shrink:0}.trust-bar__icon svg{width:100%;height:100%}.trust-bar__label{font-family:var(--font-heading);letter-spacing:.06em;text-transform:uppercase;color:var(--white);white-space:nowrap;font-size:12.5px;font-weight:700}@media (width<=900px){.trust-bar__inner{gap:18px 32px}}@media (width<=480px){.trust-bar__inner{flex-direction:column;align-items:flex-start;row-gap:18px;padding:24px 28px}.trust-bar__label{white-space:normal}}.sectors-carousel{background:var(--light-bg);padding:80px 0}.sectors-carousel__inner{max-width:1380px;margin:0 auto;padding:0 32px}.sectors-carousel__header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:40px;margin-bottom:36px;display:flex}.sectors-carousel__title{max-width:420px;margin:0;font-size:clamp(28px,3vw,42px)}.sectors-carousel__subtitle{min-width:280px;font-family:var(--font-body);color:var(--copper);flex:1;max-width:720px;font-size:16px;line-height:1.8}.sectors-carousel__viewport{position:relative;overflow:hidden}.sectors-carousel__track{will-change:transform;gap:24px;transition:transform .45s;display:flex}.sectors-carousel__card{aspect-ratio:3/4;background:#08111d;border-radius:24px;flex-shrink:0;min-width:280px;position:relative;overflow:hidden}.sectors-carousel__video{object-fit:cover;opacity:.95;width:100%;height:100%;position:absolute;inset:0}.sectors-carousel__overlay{z-index:0;background:linear-gradient(#0b192826 0%,#0b1928d9 100%);position:absolute;inset:0}.sectors-carousel__content{z-index:1;flex-direction:column;justify-content:flex-end;gap:16px;height:100%;padding:28px;display:flex;position:relative}.sector-tag{color:#fff;font-family:var(--font-heading);letter-spacing:.16em;text-transform:uppercase;background:#ffffff1f;border-radius:999px;justify-content:center;align-items:center;padding:10px 16px;font-size:11px;font-weight:700;display:inline-flex}.sector-icon{width:44px;height:44px;color:var(--copper);background:#ffcc8d2e;border:1px solid #ffcc8d47;border-radius:14px;justify-content:center;align-items:center;font-size:18px;display:flex}.sector-title{font-family:var(--font-heading);color:#fff;margin:0;font-size:24px;line-height:1.1}.sector-subtitle{font-family:var(--font-body);color:var(--copper);letter-spacing:.02em;margin:0;font-size:13px;line-height:1.75}.sector-desc{font-family:var(--font-body);color:#ffffffeb;opacity:0;max-height:0;margin:0;font-size:14px;line-height:1.75;transition:max-height .35s,opacity .35s;overflow:hidden}.sectors-carousel__card:hover .sector-desc,.sectors-carousel__card:focus-within .sector-desc{opacity:1;max-height:250px}.sectors-carousel__controls{flex-wrap:wrap;justify-content:center;align-items:center;gap:18px;margin-top:28px;display:flex}.carousel-button{background:var(--navy);color:#fff;cursor:pointer;border:none;border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;font-size:28px;line-height:1;transition:background .2s,transform .2s;display:inline-flex}.carousel-button:hover:not(:disabled){background:#172a44;transform:translateY(-1px)}.carousel-button:disabled{opacity:.4;cursor:not-allowed}.carousel-dots{align-items:center;gap:10px;display:flex}.carousel-dot{cursor:pointer;background:#13273f59;border:none;border-radius:50%;width:12px;height:12px;transition:background .2s,transform .2s}.carousel-dot.is-active{background:var(--copper);transform:scale(1.1)}@media (width<=1024px){.sectors-carousel__header{gap:24px}.sector-title{font-size:22px}}@media (width<=768px){.sectors-carousel__header{flex-direction:column;align-items:flex-start}.sectors-carousel__subtitle{max-width:100%}.sectors-carousel__controls{margin-top:24px}}.value{background:var(--navy);padding:120px 0}.value__inner{grid-template-columns:1fr 1fr;align-items:center;gap:6rem;display:grid}.value__eyebrow{color:var(--copper)}.value__title{color:var(--white)}.value__subtitle{font-family:var(--font-body);color:var(--copper);max-width:480px;margin-bottom:28px;font-size:17px;line-height:1.7}.value__tags{flex-wrap:wrap;gap:10px;margin-bottom:36px;display:flex}.value__tag{color:var(--pearl);font-family:var(--font-body);background:#b9611824;border:1px solid #b9611866;border-radius:999px;padding:8px 16px;font-size:13px;font-weight:500}.value__cta{margin-top:4px}.value__right{grid-template-columns:1fr 1fr;gap:20px;display:grid}.value-card{background:#ffffff0a;border:1px solid #ffffff1a;border-radius:14px;padding:28px 24px;transition:transform .25s,border-color .25s,background .25s}.value-card:hover{background:#ffffff0f;border-color:#b961188c;transform:translateY(-4px)}.value-card__icon{width:46px;height:46px;color:var(--copper);background:#b9611838;border:1px solid #b9611880;border-radius:12px;justify-content:center;align-items:center;margin-bottom:18px;font-size:19px;display:flex}.value-card__title{font-family:var(--font-heading);color:var(--white);margin-bottom:10px;font-size:16px;font-weight:700}.value-card__text{font-family:var(--font-body);color:#c7ccd3;font-size:13.5px;line-height:1.6}@media (width<=1024px){.value__inner{grid-template-columns:1fr;gap:3rem}}@media (width<=480px){.value__right{grid-template-columns:1fr}}.why{background:var(--white);padding:120px 0}.why__inner{grid-template-columns:1fr 1.15fr;align-items:start;gap:5rem;display:grid}.why__image{aspect-ratio:4/5;background:var(--light-bg);border-radius:16px;width:100%;position:sticky;top:120px;overflow:hidden}.why__image img{object-fit:cover;width:100%;height:100%;display:block}.why__subtitle{font-family:var(--font-body);color:var(--text-mid);max-width:620px;margin-bottom:40px;font-size:17px;line-height:1.75}.why__list{flex-direction:column;gap:28px;display:flex}.why__item{align-items:flex-start;gap:20px;display:flex}.why__item-icon{width:40px;height:40px;color:var(--copper);background:#b961181f;border:1px solid #b9611866;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.why__item-icon svg{width:18px;height:18px}.why__item-title{font-family:var(--font-heading);color:var(--navy);margin-bottom:6px;font-size:17px;font-weight:700}.why__item-text{font-family:var(--font-body);color:var(--text-mid);font-size:14.5px;line-height:1.7}@media (width<=768px){.why__inner{grid-template-columns:1fr;gap:2.5rem}.why__image{aspect-ratio:16/10;position:static}}.solutions{background:var(--green);padding:120px 0}.solutions__header{text-align:center;max-width:680px;margin:0 auto 64px}.solutions__eyebrow{color:var(--copper)}.solutions__title{color:var(--white)}.solutions__subtitle{font-family:var(--font-body);color:var(--copper);font-size:17px;line-height:1.7}.solutions__grid{grid-template-columns:repeat(3,1fr);gap:28px;display:grid}.solution-card{background:#13273f73;border:1px solid #ffffff1a;border-top:3px solid #0000;border-radius:14px;padding:32px 28px;transition:border-top-color .25s,transform .25s,background .25s;position:relative}.solution-card:hover{border-top-color:var(--copper);background:#13273f99;transform:translateY(-4px)}.solution-card__title{font-family:var(--font-heading);color:var(--copper);margin-bottom:8px;font-size:18px;font-weight:700}.solution-card__subtitle{font-family:var(--font-heading);letter-spacing:.02em;color:var(--copper);opacity:.85;margin-bottom:14px;font-size:13px;font-weight:600}.solution-card__text{font-family:var(--font-body);color:#c7ccd3;margin-bottom:20px;font-size:14.5px;line-height:1.7}.solution-card__link{font-family:var(--font-heading);color:var(--copper);font-size:13.5px;font-weight:700;transition:transform .2s,color .2s;display:inline-block}.solution-card__link:hover{color:#d97a2e;transform:translate(4px)}@media (width<=1024px){.solutions__grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.solutions__grid{grid-template-columns:1fr}}.stats{background:var(--pearl);padding:80px 0}.stats__inner{max-width:1380px;margin:0 auto;padding:0 32px}.stats__grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:2.5rem;display:grid}.stat-card{text-align:center;flex-direction:column;align-items:center;padding:28px 20px;display:flex}.stat-value{font-family:var(--font-heading);color:var(--navy);font-size:clamp(36px,4vw,58px);font-weight:800;line-height:1}.stat-value span{margin-left:.25em;font-size:.55em}.stat-divider{background:var(--copper);border-radius:999px;width:56px;height:4px;margin:18px 0}.stat-label{font-family:var(--font-body);letter-spacing:.14em;text-transform:uppercase;color:#5b5b5b;font-size:13px;font-weight:600}@media (width<=768px){.stats__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.expertise-band{background:var(--light-bg);padding:90px 0}.expertise-band__inner{max-width:1380px;margin:0 auto;padding:0 32px}.expertise-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffc2;border-radius:24px;padding:42px 40px;box-shadow:0 18px 50px #13273f17}.expertise__topline{flex-wrap:wrap;justify-content:center;align-items:center;gap:18px;margin-bottom:40px;display:flex}.expertise__topline p{font-family:var(--font-heading);letter-spacing:.18em;text-transform:uppercase;color:var(--navy);font-size:13px;font-weight:700}.expertise__line{background:#13273f2e;width:90px;height:1px;display:block}.expertise__grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:28px;display:grid}.expertise__item{text-align:center;flex-direction:column;align-items:center;gap:18px;display:flex}.expertise__icon{color:var(--copper);justify-content:center;align-items:center;display:flex}.expertise__item h3{font-family:var(--font-heading);text-transform:uppercase;color:var(--navy);letter-spacing:.14em;font-size:14px;font-weight:800}.expertise__item p{font-family:var(--font-body);color:var(--text-mid);max-width:240px;font-size:14px;line-height:1.75}.expertise__bottom-bar{background:var(--navy);border-radius:20px;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;margin-top:44px;padding:28px 22px;display:grid}.expertise__bar-item{color:var(--white);align-items:flex-start;gap:16px;display:flex}.expertise__bar-icon{flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.expertise__bar-item h4{font-family:var(--font-heading);text-transform:uppercase;letter-spacing:.12em;margin:0;font-size:13px;font-weight:800}.expertise__bar-item p{font-family:var(--font-body);color:#ffffffd1;margin:6px 0 0;font-size:13px;line-height:1.7}@media (width<=1024px){.expertise-card{padding:36px 30px}.expertise__bottom-bar{grid-template-columns:1fr}}@media (width<=768px){.expertise__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:2.5rem 1.5rem}.expertise__item p{max-width:none}.expertise__item h3{overflow-wrap:break-word;font-size:12.5px}.expertise__item:nth-child(odd) h3{text-align:left;width:100%}.expertise__item:nth-child(2n) h3{text-align:right;width:100%}}@media (width<=520px){.expertise__topline{gap:10px}.expertise__line{width:60px}}.footer{color:#e7e9ee;background:#0b1928;padding:100px 0 40px}.footer__inner{max-width:1380px;margin:0 auto;padding:0 32px}.footer__grid{grid-template-columns:2fr 1fr 1fr 1.4fr;gap:32px;margin-bottom:32px;display:grid}.footer__logo{justify-content:center;align-items:center;width:auto;max-width:none;margin-bottom:32px;display:inline-flex}.footer__logo img{width:auto;height:48px;display:block}.footer__brand p,.footer__grid h3,.footer__list a,.footer__contact-list li,.footer__bottom p,.footer__legal a{font-family:var(--font-body)}.footer__brand p{max-width:420px;color:var(--copper);line-height:1.8}.footer__grid h3{text-transform:uppercase;letter-spacing:.12em;color:#fff;margin-bottom:18px;font-size:15px;font-weight:800}.footer__list,.footer__contact-list{gap:12px;margin:0;padding:0;list-style:none;display:grid}.footer__list a{color:#c7cbd6;font-size:14px;transition:color .2s}.footer__list a:hover{color:var(--copper)}.footer__contact-list li{color:#c7cbd6;align-items:center;gap:12px;font-size:14px;display:flex}.footer__icon{background:#ffffff0f;border-radius:8px;justify-content:center;align-items:center;width:28px;min-width:28px;height:28px;display:inline-flex}.footer__divider{background:#ffffff14;height:1px;margin-bottom:24px}.footer__bottom{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:24px;display:flex}.footer__bottom p{color:#9fa6b9;font-size:13px}.footer__legal{flex-wrap:wrap;align-items:center;gap:20px;display:flex}.footer__legal a{color:#c7cbd6;font-size:13px;transition:color .2s}.footer__legal a:hover{color:var(--copper)}.footer__social{align-items:center;gap:12px;display:flex}.footer__social-btn{background:#ffffff0d;border-radius:10px;justify-content:center;align-items:center;width:38px;height:38px;transition:background .2s;display:inline-flex}.footer__social-btn:hover{background:var(--copper)}.footer__social-btn span{background:#fff;border-radius:3px;width:14px;height:14px;display:block}@media (width<=1024px){.footer__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=768px){.footer__grid{grid-template-columns:1fr}.footer__bottom{flex-direction:column;align-items:flex-start}.footer__social{order:3}}.legal-page{background:var(--light-bg,#f8f9fb);min-height:100vh;padding:8rem 1.25rem 5rem}.legal-container{background:#fff;border:1px solid #0c274c14;border-radius:24px;max-width:860px;margin:0 auto;padding:3rem 2rem;box-shadow:0 20px 45px #030d1d0f}.legal-page h1{color:var(--navy,#0d2344);margin:0 0 .35rem;font-size:clamp(2rem,3vw,2.6rem);font-weight:800;line-height:1.15}.legal-updated{color:#6b7280;margin:0 0 2rem;font-size:.95rem;font-style:italic}.legal-item{margin-bottom:1.75rem}.legal-item-header{align-items:baseline;gap:.5rem;margin-bottom:.45rem;display:flex}.legal-num{color:var(--accent,#2979ff);flex-shrink:0;font-size:1rem;font-weight:700}.legal-item h2{color:var(--navy,#0d2344);margin:0;font-size:1.12rem;font-weight:700;line-height:1.4}.legal-item p{color:#4b5563;margin:0;font-size:1rem;line-height:1.75}@media (width<=640px){.legal-page{padding:6.5rem 1rem 4rem}.legal-container{padding:2rem 1.1rem}}.spacer-section{background:var(--light-bg);justify-content:center;align-items:flex-start;height:150vh;padding-top:120px;display:flex}.spacer-section p{font-family:var(--font-heading);color:var(--text-mid);letter-spacing:.04em;text-transform:uppercase;font-size:14px}
