:root{
  --navy:#0F2D59; --blue:#2B7DDD; --cyan:#86C7EF; --soft:#F4F8FC;
  --mint:#EDF6F4; --line:#D9E7F4; --text:#62778E; --white:#fff;
  --ease:cubic-bezier(.22,1,.36,1); --shadow:0 18px 48px rgba(15,45,89,.10);
  --max:1240px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--navy);background:#fbfdff;-webkit-font-smoothing:antialiased}
a{text-decoration:none;color:inherit}
img{max-width:100%;display:block}
button,input,textarea,select{font:inherit}
.container{width:min(calc(100% - 48px),var(--max));margin:0 auto}
.eyebrow{display:inline-flex;align-items:center;gap:12px;color:var(--blue);font-size:.78rem;font-weight:800;letter-spacing:.16em;text-transform:uppercase}
.eyebrow:before{content:"";width:34px;height:1px;background:currentColor}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:52px;padding:0 22px;border-radius:999px;border:1px solid transparent;font-weight:700;transition:.24s var(--ease);cursor:pointer}
.btn-primary{background:var(--navy);color:#fff;box-shadow:0 12px 26px rgba(15,45,89,.14)}
.btn-primary:hover{transform:translateY(-2px);box-shadow:0 18px 34px rgba(15,45,89,.18)}
.btn-secondary{background:#fff;color:var(--navy);border-color:rgba(15,45,89,.12)}
.btn-secondary:hover{transform:translateY(-2px)}
.btn-glass{background:rgba(255,255,255,.12);color:#fff;border-color:rgba(255,255,255,.18);backdrop-filter:blur(10px)}

.site-header{position:sticky;top:0;z-index:100;background:rgba(255,255,255,.92);backdrop-filter:blur(16px);border-bottom:1px solid rgba(216,230,243,.88)}
.nav{height:94px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:28px}
.logo{display:inline-flex;align-items:center}
.logo img{width:214px;height:auto}
.nav-links{display:flex;align-items:center;justify-content:center;gap:42px;font-size:1rem;font-weight:650}
.nav-links a{position:relative}
.nav-links a:after{content:"";position:absolute;left:0;bottom:-9px;width:100%;height:2px;background:var(--blue);transform:scaleX(0);transform-origin:left;transition:.25s var(--ease)}
.nav-links a:hover:after,.nav-links a.active:after{transform:scaleX(1)}
.nav-links a.active{color:var(--blue)}
.nav-actions{display:flex;align-items:center;gap:12px}
.menu-btn{display:none;width:46px;height:46px;border:1px solid var(--line);background:#fff;border-radius:14px;align-items:center;justify-content:center}
.menu-btn:before{content:"☰";font-size:1.18rem}

.contact-hero{position:relative;overflow:hidden;padding:74px 0 38px;background:
 radial-gradient(circle at 70% 22%,rgba(43,125,221,.10),transparent 27%),
 linear-gradient(180deg,#fcfeff 0%,#f6fbff 100%)}
.contact-hero:before{content:"HABLEMOS";position:absolute;left:-1vw;top:80px;font-size:clamp(7rem,18vw,16rem);font-weight:850;letter-spacing:-.08em;line-height:.82;color:rgba(15,45,89,.026);pointer-events:none}
.hero-head{position:relative;z-index:2;max-width:1120px;margin:0 auto;text-align:center}
.hero-head h1{margin:16px auto 0;max-width:14.5ch;font-size:clamp(3.1rem,5.6vw,5.8rem);line-height:.9;letter-spacing:-.06em;font-weight:600}
.hero-head h1 span{color:var(--blue);font-weight:700;display:inline-block}
.hero-head p{margin:18px auto 0;max-width:58ch;color:var(--text);font-size:1.05rem;line-height:1.64}
.hero-actions{display:flex;justify-content:center;gap:12px;margin-top:28px}

.contact-ribbon{position:relative;z-index:2;width:min(1120px,92vw);height:300px;margin:58px auto 0;border-radius:42px;overflow:hidden;box-shadow:0 30px 70px rgba(15,45,89,.12)}
.contact-ribbon img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 58%;filter:saturate(.84) contrast(.94)}
.contact-ribbon:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(15,45,89,.80) 0%,rgba(15,45,89,.42) 42%,rgba(15,45,89,.10) 68%,rgba(15,45,89,.02) 100%)}
.ribbon-copy{position:absolute;z-index:3;left:44px;top:50%;transform:translateY(-50%);max-width:420px;color:#fff}
.ribbon-copy small{display:block;margin-bottom:12px;color:#bde0f6;font-size:.68rem;font-weight:850;letter-spacing:.15em;text-transform:uppercase}
.ribbon-copy strong{display:block;font-size:clamp(1.9rem,3vw,3rem);line-height:1.03;letter-spacing:-.045em;font-weight:650}
.ribbon-copy p{margin:12px 0 0;color:rgba(255,255,255,.76);line-height:1.55}

.contact-dock{position:relative;z-index:4;width:min(980px,90vw);margin:-36px auto 0;display:grid;grid-template-columns:repeat(3,1fr);border-radius:28px;background:rgba(255,255,255,.90);backdrop-filter:blur(16px);border:1px solid rgba(15,45,89,.08);box-shadow:0 20px 50px rgba(15,45,89,.10);overflow:hidden}
.dock-item{padding:20px 22px;min-height:116px;display:flex;flex-direction:column;justify-content:center;transition:.24s var(--ease)}
.dock-item+.dock-item{border-left:1px solid rgba(15,45,89,.07)}
.dock-item:hover{background:#f4f9ff}
.dock-item small{color:var(--blue);font-size:.67rem;font-weight:850;letter-spacing:.13em;text-transform:uppercase}
.dock-item strong{margin-top:7px;font-size:1.12rem;letter-spacing:-.025em}
.dock-item span{margin-top:5px;color:var(--text);font-size:.82rem;line-height:1.45}

.form-section{padding:84px 0 22px;background:#fbfdff}
.form-shell{display:grid;grid-template-columns:minmax(320px,.8fr) minmax(640px,1.2fr);gap:34px;align-items:stretch;padding:34px;border-radius:34px;background:#fff;border:1px solid rgba(15,45,89,.08);box-shadow:var(--shadow)}
.form-intro{padding:18px 10px 18px 10px;display:flex;flex-direction:column;justify-content:center}
.form-intro h2{margin:18px 0 0;max-width:8ch;font-size:clamp(2.6rem,4.4vw,4.6rem);line-height:.96;letter-spacing:-.055em;font-weight:600}
.form-intro p{margin:18px 0 0;max-width:40ch;color:var(--text);line-height:1.72;font-size:1.02rem}
.form-points{margin-top:28px;border-top:1px solid var(--line)}
.form-point{display:grid;grid-template-columns:36px 1fr;gap:14px;padding:14px 0;border-bottom:1px solid var(--line)}
.form-point:last-child{border-bottom:0}
.form-point b{width:28px;height:28px;border-radius:50%;display:grid;place-items:center;background:#E7F7F8;color:#57B7C0;font-size:.78rem}
.form-point strong{display:block;font-size:.9rem}
.form-point span{display:block;margin-top:3px;color:#8090A0;font-size:.77rem;line-height:1.45}

.form-card{border:1px solid #D3E1EC;border-radius:28px;padding:24px;background:linear-gradient(180deg,#fff 0%,#fbfdff 100%)}
.form-head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:16px}
.form-head h3{margin:0;font-size:1.8rem;letter-spacing:-.04em}
.secure-pill{padding:8px 12px;border-radius:999px;background:rgba(43,125,221,.10);color:#2B7DDD;border:1px solid rgba(43,125,221,.10);font-size:.62rem;font-weight:850;letter-spacing:.14em;text-transform:uppercase}
.contact-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.field{display:flex;flex-direction:column;gap:6px}
.field.full{grid-column:1/-1}
.field label{font-size:.72rem;font-weight:760;color:#314A63}
.field input,.field select,.field textarea{width:100%;border:1px solid #C8D8E5;background:#FBFDFF;border-radius:14px;outline:none;color:var(--navy);transition:.2s ease}
.field input,.field select{height:52px;padding:0 15px}
.field textarea{min-height:122px;padding:15px;resize:vertical}
.field input:focus,.field select:focus,.field textarea:focus{border-color:#7FB4EE;box-shadow:0 0 0 4px rgba(43,125,221,.10)}
.checkline{grid-column:1/-1;display:flex;align-items:flex-start;gap:10px;margin-top:2px}
.checkline input{margin-top:4px}
.checkline label{font-size:.72rem;line-height:1.5;color:#65788C}
.checkline a{font-weight:700;text-decoration:underline}
.form-bottom{grid-column:1/-1;display:flex;align-items:center;justify-content:space-between;gap:18px}
.form-note{max-width:330px;color:#8A98A7;font-size:.7rem;line-height:1.45}
.form-submit{min-width:178px;background:linear-gradient(135deg,#0F2D59 0%,#1D4F8E 48%,#2B7DDD 100%);color:#fff;box-shadow:0 12px 26px rgba(15,45,89,.18);border-color:rgba(15,45,89,.08)}.form-submit:hover{transform:translateY(-2px);box-shadow:0 18px 34px rgba(43,125,221,.24)}

.reason-section{position:relative;margin-top:76px;padding:96px 0;background:linear-gradient(135deg,#0F2D59 0%,#173F72 55%,#205A9D 100%);overflow:hidden}
.reason-section:before{content:"CONTACTO";position:absolute;right:-2vw;bottom:-25px;font-size:clamp(6rem,16vw,14rem);font-weight:850;letter-spacing:-.08em;color:rgba(255,255,255,.035);pointer-events:none}
.reason-grid{position:relative;z-index:2;display:grid;grid-template-columns:.82fr 1.18fr;gap:80px;align-items:start}
.reason-intro .eyebrow{color:#9FD2F2}
.reason-intro h2{margin:16px 0 0;max-width:9ch;color:#fff;font-size:clamp(3rem,5vw,5.2rem);line-height:.95;letter-spacing:-.06em;font-weight:600}
.reason-intro p{margin:20px 0 0;max-width:38ch;color:rgba(255,255,255,.68);line-height:1.68}
.reason-list{border-top:1px solid rgba(255,255,255,.15)}
.reason-button{width:100%;display:grid;grid-template-columns:1fr auto;gap:22px;align-items:center;padding:24px 4px;border:0;border-bottom:1px solid rgba(255,255,255,.15);background:transparent;color:#fff;text-align:left;cursor:pointer;transition:.25s var(--ease)}
.reason-button:hover{padding-left:10px}
.reason-button strong{font-size:clamp(1.35rem,2vw,2rem);line-height:1.05;letter-spacing:-.035em;font-weight:600}
.reason-button span{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;border:1px solid rgba(255,255,255,.22);color:#9FD2F2;transition:.25s var(--ease)}
.reason-button.active strong{color:#9FD2F2}
.reason-button.active span{background:#fff;color:var(--navy);border-color:#fff;transform:rotate(45deg)}
.reason-panel{margin-top:28px;padding:28px 30px;border-radius:28px;background:rgba(255,255,255,.10);border:1px solid rgba(255,255,255,.16);backdrop-filter:blur(12px)}
.reason-panel small{display:block;color:#9FD2F2;font-size:.68rem;font-weight:850;letter-spacing:.14em;text-transform:uppercase}
.reason-panel h3{margin:8px 0 0;color:#fff;font-size:1.8rem;letter-spacing:-.035em}
.reason-panel p{margin:10px 0 0;color:rgba(255,255,255,.72);line-height:1.65;max-width:56ch}
.reason-panel .panel-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:20px}

.direct-contact{padding:94px 0 104px;background:#f9fcff}
.direct-shell{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:40px;align-items:end;padding-bottom:28px;border-bottom:1px solid var(--line)}
.direct-shell h2{margin:14px 0 0;max-width:12ch;font-size:clamp(2.7rem,4.7vw,4.8rem);line-height:.96;letter-spacing:-.055em;font-weight:600}
.direct-shell p{margin:18px 0 0;max-width:48ch;color:var(--text);line-height:1.65}
.email-block{text-align:right}
.email-block small{display:block;color:var(--text);font-size:.75rem;text-transform:uppercase;letter-spacing:.13em;font-weight:800}
.email-block a{display:block;margin-top:8px;color:var(--blue);font-size:clamp(1.25rem,2.2vw,2rem);font-weight:750;letter-spacing:-.03em}
.micro-strip{display:flex;flex-wrap:wrap;gap:12px 24px;padding-top:24px;color:#647b91;font-size:.86rem;font-weight:650}
.micro-strip span:before{content:"";display:inline-block;width:7px;height:7px;border-radius:50%;background:var(--cyan);margin-right:9px;vertical-align:1px}

.arg-footer{background:#fff;border-top:1px solid rgba(178,201,225,.48)}
.arg-footer-shell{padding-top:44px;padding-bottom:28px}
.arg-footer-top{display:flex;align-items:center;justify-content:space-between;gap:28px;padding-bottom:34px}
.footer-brand{display:flex;align-items:center;gap:20px}
.footer-brand img{width:190px;height:auto}
.footer-brand p{margin:0;color:rgba(0,46,92,.66);font-weight:600;font-size:.92rem}
.footer-actions{display:flex;align-items:center;gap:12px}
.footer-divider{height:1px;background:rgba(0,46,92,.13)}
.footer-links{display:grid;grid-template-columns:repeat(4,1fr);gap:34px;padding:34px 0}
.footer-col h4{margin:0 0 14px;font-size:.98rem}
.footer-col a{display:block;margin:0 0 11px;color:rgba(0,46,92,.62);font-size:.85rem}
.footer-legal{padding-top:25px;color:rgba(0,46,92,.47);font-size:.74rem;line-height:1.68}
.footer-copy{display:flex;justify-content:space-between;gap:20px;margin-top:20px;padding-top:18px;border-top:1px solid rgba(0,46,92,.10);color:rgba(0,46,92,.42);font-size:.7rem}

@media(max-width:1080px){
  .nav-links,.nav-actions .btn-secondary{display:none}
  .menu-btn{display:flex}
  .form-shell{grid-template-columns:1fr}
  .reason-grid{grid-template-columns:1fr;gap:44px}
  .direct-shell{grid-template-columns:1fr}
  .email-block{text-align:left}
  .footer-links{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:700px){
  .container{width:calc(100% - 28px)}
  .nav{height:76px}
  .logo img{width:168px}
  .contact-hero{padding:70px 0 38px}
  .hero-head h1{font-size:clamp(3rem,13vw,4.8rem);max-width:10ch}
  .hero-head p{font-size:.96rem;max-width:31ch}
  .hero-actions{display:grid;grid-template-columns:1fr;max-width:320px;margin:24px auto 0}
  .hero-actions .btn{width:100%}
  .contact-ribbon{height:340px;border-radius:28px}
  .ribbon-copy{left:24px;right:24px;max-width:none}
  .contact-dock{grid-template-columns:1fr;margin-top:-24px}
  .dock-item+.dock-item{border-left:0;border-top:1px solid rgba(15,45,89,.07)}
  .form-section{padding-top:58px}
  .form-shell{padding:22px 18px;border-radius:26px}
  .form-intro h2{font-size:3rem}
  .contact-form{grid-template-columns:1fr}
  .form-intro,.form-card{min-width:0}
  .field.full,.checkline,.form-bottom{grid-column:1}
  .form-bottom{flex-direction:column;align-items:stretch}
  .form-submit{width:100%}
  .reason-section{margin-top:54px;padding:72px 0}
  .reason-intro h2{font-size:3.1rem}
  .direct-contact{padding:72px 0 80px}
  .arg-footer-top,.footer-brand,.footer-copy{flex-direction:column;align-items:flex-start}
  .footer-links{grid-template-columns:1fr}
}

@media(max-width:1080px){
  .nav-links.mobile-open{display:flex;position:fixed;top:95px;left:0;right:0;z-index:99;flex-direction:column;align-items:stretch;gap:0;padding:18px 24px 22px;background:rgba(255,255,255,.98);border-bottom:1px solid var(--line);box-shadow:0 18px 45px rgba(15,45,89,.11)}
  .nav-links.mobile-open a{padding:13px 0;border-bottom:1px solid var(--line)}
}
@media(max-width:700px){.nav-links.mobile-open{top:76px}}
@media(max-width:340px){
  .form-head{gap:8px}
  .form-head h3{font-size:1.35rem}
  .secure-pill{padding:6px 7px;font-size:.52rem;letter-spacing:.09em}
}
.contact-hero::before,
.reason-section::before{
  content:none !important;
  display:none !important;
}
.arg-skip-link{position:fixed;left:16px;top:10px;z-index:2000;padding:10px 14px;border-radius:10px;background:#fff;color:#002E5C;border:2px solid #2B7DDD;font-weight:700;transform:translateY(-160%);transition:transform .15s ease}.arg-skip-link:focus{transform:translateY(0)}
:where(a,button,input,select,textarea):focus-visible{outline:3px solid rgba(43,125,221,.55);outline-offset:3px}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto!important}*,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}
.arg-ref-header.site-header{position:fixed!important;inset:0 0 auto!important;z-index:1000!important;background:#fff!important;border-bottom:1px solid rgba(178,201,225,.34)!important;box-shadow:none!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;}
.arg-ref-header.site-header.scrolled{background:#fff!important;border-bottom-color:rgba(178,201,225,.48)!important;box-shadow:0 8px 24px rgba(0,46,92,.045)!important;}
.arg-ref-header .arg-ref-nav{width:calc(100% - clamp(40px,5.3vw,108px))!important;max-width:none!important;height:clamp(78px,5.67vw,116px)!important;margin:0 auto!important;padding:0!important;display:grid!important;grid-template-columns:minmax(250px,1fr) auto minmax(250px,1fr)!important;align-items:center!important;gap:clamp(24px,3.2vw,66px)!important;}
.arg-ref-header .arg-ref-header-brand{justify-self:start!important;display:flex!important;align-items:center!important;margin:0!important;padding:0!important;}
.arg-ref-header .arg-ref-header-logo{height:clamp(38px,2.84vw,58px)!important;width:auto!important;max-width:clamp(190px,15vw,307px)!important;object-fit:contain!important;filter:none!important;}
.arg-ref-header .arg-ref-nav-links{display:flex!important;align-items:center!important;justify-content:center!important;gap:clamp(30px,2.7vw,56px)!important;font-size:clamp(15px,1.08vw,22px)!important;font-weight:700!important;letter-spacing:-.025em!important;white-space:nowrap!important;color:#000!important;}
.arg-ref-header .arg-ref-nav-links a{color:#000!important;text-decoration:none!important;display:inline-flex!important;align-items:center!important;gap:7px!important;position:relative!important;}
.arg-ref-header .arg-ref-nav-links a::after{display:none!important;content:none!important;}
.arg-ref-header .arg-ref-nav-links .caret{font-size:.72em!important;color:#002E5C!important;line-height:1!important;transform:translateY(-1px)!important;}
.arg-ref-header .arg-ref-nav-actions{justify-self:end!important;display:flex!important;align-items:center!important;gap:12px!important;}
.arg-ref-header .arg-ref-nav-cta{min-width:clamp(170px,11.3vw,232px)!important;height:clamp(48px,3.52vw,72px)!important;padding:0 clamp(20px,1.65vw,34px)!important;border-radius:999px!important;background:#1E78CF!important;border:0!important;color:#fff!important;box-shadow:0 18px 46px rgba(30,120,207,.22)!important;font-size:clamp(15px,1.03vw,21px)!important;font-weight:800!important;letter-spacing:-.025em!important;white-space:nowrap!important;}
.arg-ref-header .arg-ref-nav-cta:hover{background:#1E78CF!important;transform:none!important;box-shadow:0 18px 46px rgba(30,120,207,.22)!important;}
.arg-ref-header .arg-ref-nav-cta::before{display:none!important;content:none!important;}
.arg-ref-header .arg-ref-hamburger{display:none!important;}
.arg-ref-mobile-drawer{display:none;}

.arg-ref-footer.arg-footer{background:#fff!important;color:#002E5C!important;border-top:1px solid rgba(178,201,225,.44)!important;padding:0!important;box-shadow:none!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;}
.arg-ref-footer .arg-ref-footer-shell{width:calc(100% - clamp(76px,9.7vw,198px))!important;max-width:none!important;margin:0 auto!important;padding:clamp(45px,3.52vw,72px) 0 clamp(22px,1.75vw,36px)!important;}
.arg-ref-footer .arg-footer-top{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:clamp(30px,4vw,82px)!important;padding:0 0 clamp(36px,2.88vw,59px)!important;}
.arg-ref-footer .arg-footer-brandline{display:flex!important;align-items:center!important;gap:clamp(24px,2.1vw,43px)!important;min-width:0!important;}
.arg-ref-footer .arg-footer-logo-link{display:inline-flex!important;align-items:center!important;flex:0 0 auto!important;}
.arg-ref-footer .arg-footer-logo{height:clamp(38px,2.84vw,58px)!important;width:auto!important;max-width:clamp(190px,14vw,287px)!important;object-fit:contain!important;filter:none!important;}
.arg-ref-footer .arg-footer-brandline p{margin:0!important;color:#55749a!important;font-size:clamp(13px,.84vw,17px)!important;line-height:1.25!important;font-weight:700!important;letter-spacing:-.015em!important;white-space:nowrap!important;}
.arg-ref-footer .arg-footer-actions{display:flex!important;align-items:center!important;gap:clamp(14px,1.5vw,31px)!important;flex:0 0 auto!important;}
.arg-ref-footer .arg-lang,.arg-ref-footer .arg-footer-guide-btn{height:clamp(48px,3.18vw,65px)!important;border-radius:clamp(15px,1.12vw,23px)!important;border:1px solid rgba(30,120,207,.28)!important;background:#fff!important;color:#002E5C!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;font-size:clamp(14px,.92vw,19px)!important;font-weight:700!important;box-shadow:none!important;}
.arg-ref-footer .arg-lang{min-width:clamp(132px,8.55vw,175px)!important;padding:0 clamp(15px,1.1vw,23px)!important;gap:clamp(8px,.65vw,13px)!important;}
.arg-ref-footer .arg-ref-es-flag{font-size:clamp(22px,1.55vw,32px)!important;line-height:1!important;display:inline-flex!important;align-items:center!important;}
.arg-ref-footer .arg-chevron{color:#1E78CF!important;font-size:.82em!important;margin-left:3px!important;}
.arg-ref-footer .arg-footer-guide-btn{min-width:clamp(275px,19.7vw,404px)!important;padding:0 clamp(20px,1.8vw,37px)!important;justify-content:space-between!important;gap:clamp(24px,3vw,60px)!important;text-decoration:none!important;white-space:nowrap!important;}
.arg-ref-footer .arg-footer-guide-btn span{font-size:1.35em!important;color:#1E78CF!important;line-height:1!important;}
.arg-ref-footer .arg-footer-divider{height:1px!important;background:#d8e3ef!important;width:100%!important;}
.arg-ref-footer .arg-footer-links{display:grid!important;grid-template-columns:1.16fr 1fr 1fr 1fr .88fr .79fr!important;gap:clamp(34px,3.7vw,76px)!important;padding:clamp(44px,3.05vw,62px) 0 clamp(68px,4.55vw,93px)!important;}
.arg-ref-footer .arg-footer-column{min-width:0!important;}
.arg-ref-footer .arg-footer-column h4{margin:0 0 clamp(19px,1.28vw,26px)!important;color:#002E5C!important;font-size:clamp(15px,.96vw,19.7px)!important;line-height:1.12!important;font-weight:800!important;letter-spacing:-.03em!important;}
.arg-ref-footer .arg-footer-column .arg-subheading{margin-top:clamp(31px,2.1vw,43px)!important;}
.arg-ref-footer .arg-footer-column a{display:block!important;color:#607fa6!important;font-size:clamp(13px,.83vw,17px)!important;line-height:1.46!important;margin:0 0 clamp(17px,1.15vw,24px)!important;text-decoration:none!important;font-weight:500!important;letter-spacing:-.012em!important;transform:none!important;}
.arg-ref-footer .arg-footer-column a:hover{color:#1E78CF!important;transform:none!important;}
.arg-ref-footer .arg-footer-divider-bottom{margin:0!important;}
.arg-ref-footer .arg-footer-legal{display:grid!important;grid-template-columns:1fr 1fr!important;gap:clamp(56px,5.9vw,121px)!important;padding:clamp(37px,2.65vw,54px) 0 clamp(24px,1.7vw,35px)!important;}
.arg-ref-footer .arg-footer-legal p{margin:0!important;color:#7893b4!important;font-size:clamp(11px,.67vw,13.8px)!important;line-height:1.68!important;font-weight:400!important;}
.arg-ref-footer .arg-footer-legal strong{color:#56769b!important;font-weight:800!important;}
.arg-ref-footer .arg-footer-copy{border-top:1px solid rgba(178,201,225,.48)!important;padding-top:clamp(16px,1.1vw,23px)!important;display:flex!important;justify-content:space-between!important;gap:24px!important;color:#8aa1bc!important;font-size:clamp(10px,.62vw,12.7px)!important;}

@media(max-width:1100px){
  .arg-ref-header .arg-ref-nav{grid-template-columns:auto 1fr auto!important;width:calc(100% - 42px)!important;}
  .arg-ref-header .arg-ref-nav-links{gap:25px!important;font-size:14px!important;}
  .arg-ref-header .arg-ref-nav-cta{min-width:155px!important;height:46px!important;font-size:13px!important;}
  .arg-ref-footer .arg-ref-footer-shell{width:calc(100% - 70px)!important;}
  .arg-ref-footer .arg-footer-links{grid-template-columns:repeat(3,1fr)!important;gap:42px 42px!important;}
  .arg-ref-footer .arg-ref-wide-only{display:none!important;}
}
@media(max-width:820px){
  .arg-ref-header .arg-ref-nav{height:72px!important;width:calc(100% - 30px)!important;grid-template-columns:1fr auto!important;gap:14px!important;}
  .arg-ref-header .arg-ref-header-logo{height:31px!important;max-width:165px!important;}
  .arg-ref-header .arg-ref-nav-links,.arg-ref-header .arg-ref-nav-cta{display:none!important;}
  .arg-ref-header .arg-ref-hamburger{display:flex!important;width:42px!important;height:42px!important;border-radius:13px!important;border:1px solid rgba(178,201,225,.75)!important;background:#fff!important;align-items:center!important;justify-content:center!important;position:relative!important;}
  .arg-ref-header .arg-ref-hamburger span,.arg-ref-header .arg-ref-hamburger span::before,.arg-ref-header .arg-ref-hamburger span::after{width:18px!important;height:2px!important;background:#002E5C!important;position:absolute!important;content:""!important;transition:.2s ease!important;}
  .arg-ref-header .arg-ref-hamburger span::before{top:-6px!important;left:0!important}.arg-ref-header .arg-ref-hamburger span::after{top:6px!important;left:0!important}
  .arg-ref-header .arg-ref-hamburger.active span{background:transparent!important}.arg-ref-header .arg-ref-hamburger.active span::before{top:0!important;transform:rotate(45deg)!important}.arg-ref-header .arg-ref-hamburger.active span::after{top:0!important;transform:rotate(-45deg)!important}
  .arg-ref-mobile-drawer{position:fixed!important;top:72px!important;left:0!important;right:0!important;z-index:999!important;background:#fff!important;border-bottom:1px solid #dbe5ef!important;padding:18px 20px 22px!important;box-shadow:0 18px 40px rgba(0,46,92,.09)!important;max-height:calc(100dvh - 72px)!important;overflow:auto!important;}
  .arg-ref-mobile-drawer.open{display:block!important;}
  .arg-ref-mobile-drawer>a:not(.btn){display:block!important;padding:12px 0!important;border-bottom:1px solid #eef3f7!important;color:#000!important;font-size:14px!important;font-weight:700!important;}
  .arg-ref-mobile-drawer .btn{display:flex!important;margin-top:16px!important;width:100%!important;min-height:46px!important;background:#1E78CF!important;color:#fff!important;border-radius:999px!important;}
  .arg-ref-footer .arg-ref-footer-shell{width:calc(100% - 32px)!important;padding-top:34px!important;padding-bottom:22px!important;}
  .arg-ref-footer .arg-footer-top{display:grid!important;grid-template-columns:1fr!important;gap:20px!important;padding-bottom:28px!important;}
  .arg-ref-footer .arg-footer-brandline{gap:18px!important;}
  .arg-ref-footer .arg-footer-logo{height:34px!important;max-width:175px!important;}
  .arg-ref-footer .arg-footer-brandline p{font-size:12px!important;white-space:normal!important;max-width:270px!important;}
  .arg-ref-footer .arg-footer-actions{justify-content:space-between!important;width:100%!important;gap:10px!important;}
  .arg-ref-footer .arg-lang{min-width:102px!important;height:44px!important;font-size:13px!important;padding:0 12px!important;}
  .arg-ref-footer .arg-ref-es-flag{font-size:23px!important;}
  .arg-ref-footer .arg-footer-guide-btn{min-width:0!important;flex:1!important;height:44px!important;font-size:13px!important;padding:0 14px!important;gap:14px!important;}
  .arg-ref-footer .arg-footer-links{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:34px 24px!important;padding:34px 0 42px!important;}
  .arg-ref-footer .arg-footer-column h4{font-size:15px!important;margin-bottom:16px!important;}
  .arg-ref-footer .arg-footer-column .arg-subheading{margin-top:26px!important;}
  .arg-ref-footer .arg-footer-column a{font-size:13px!important;margin-bottom:12px!important;}
  .arg-ref-footer .arg-footer-legal{grid-template-columns:1fr!important;gap:16px!important;padding:28px 0 20px!important;}
  .arg-ref-footer .arg-footer-legal p{font-size:11px!important;line-height:1.6!important;}
  .arg-ref-footer .arg-footer-copy{font-size:10px!important;}
}
@media(max-width:460px){
  .arg-ref-footer .arg-footer-brandline{display:grid!important;grid-template-columns:1fr!important;gap:8px!important;}
  .arg-ref-footer .arg-footer-actions{display:grid!important;grid-template-columns:auto 1fr!important;}
  .arg-ref-footer .arg-footer-links{gap:30px 18px!important;}
  .arg-ref-footer .arg-footer-column h4{font-size:14px!important;}
  .arg-ref-footer .arg-footer-column a{font-size:12px!important;}
}
@media(max-width:980px){
  html,body{max-width:100%;}
  @supports (overflow:clip){html,body{overflow-x:clip;}}
  @supports not (overflow:clip){html,body{overflow-x:hidden;}}
  main,section,header,footer,.container,.nav,.arg-ref-nav,.arg-ref-footer-shell{min-width:0;}
  img,video,svg,canvas,iframe{max-width:100%;}
  input,textarea,select,button,a{min-width:0;}
  .arg-ref-mobile-drawer{max-height:calc(100dvh - 72px)!important;overflow-y:auto!important;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;}
  .term-page,.term-flow,.term-block,.legal-page,.legal-content{min-width:0;max-width:100%;}
  .term-page a,.term-block a,.legal-page a,.legal-content a{overflow-wrap:anywhere;word-break:break-word;}

  
  .abt2-process__row{grid-template-columns:56px minmax(0,1fr)!important;grid-auto-flow:row!important;gap:18px!important;align-items:start!important;min-height:0!important;}
  .abt2-process__row>*{min-width:0!important;}
  .abt2-process__row>.abt2-process__marker{grid-column:1!important;grid-row:1 / span 2!important;width:48px!important;height:48px!important;align-self:start!important;margin-top:18px!important;}
  .abt2-process__row>.abt2-process__marker img{width:23px!important;height:23px!important;}
  .abt2-process__row>.abt2-process__visual,
  .abt2-process__row--image-right>.abt2-process__visual{grid-column:2!important;grid-row:1!important;width:100%!important;height:280px!important;border-radius:24px!important;}
  .abt2-process__row>.abt2-process__copy,
  .abt2-process__row--image-right>.abt2-process__copy{grid-column:2!important;grid-row:2!important;width:100%!important;padding:28px 26px!important;clip-path:none!important;}
  .abt2-betweenTicker,.abt2-betweenTicker__viewport{max-width:100%;overflow:hidden!important;}
  .abt2-videoHero__shape{pointer-events:none;}
}
@media(max-width:620px){
  .abt2-process__row{grid-template-columns:40px minmax(0,1fr)!important;gap:14px!important;}
  .abt2-process__rail{left:20px!important;}
  .abt2-process__row>.abt2-process__marker{width:40px!important;height:40px!important;margin-top:12px!important;}
  .abt2-process__row>.abt2-process__marker img{width:19px!important;height:19px!important;}
  .abt2-process__row>.abt2-process__visual,
  .abt2-process__row--image-right>.abt2-process__visual{height:220px!important;border-radius:20px!important;}
  .abt2-process__row>.abt2-process__copy,
  .abt2-process__row--image-right>.abt2-process__copy{padding:24px 20px 22px!important;}
  .abt2-process__copy h3{font-size:1.62rem!important;line-height:1.13!important;max-width:none!important;}
  .abt2-process__copy p{font-size:.92rem!important;line-height:1.64!important;}
}
@media(max-width:700px){
  
  .scale-topline{font-size:10px!important;line-height:1.4!important;}
  .scale-markers{font-size:10px!important;line-height:1.4!important;}
  .scale-mini-stat span{font-size:10px!important;line-height:1.4!important;}
  .demo-note{font-size:9.8px!important;line-height:1.45!important;}
  .result-pill{font-size:9.6px!important;line-height:1.35!important;}
  .result-row{font-size:10.5px!important;line-height:1.4!important;}
  .sim-cta{font-size:11.5px!important;min-height:40px!important;}
  .benefits-photo-section .benefit--photo p{font-size:11px!important;line-height:1.5!important;}
  .simple-calendar-top{font-size:9.5px!important;line-height:1.35!important;}
  .simple-calendar-grid span{font-size:9px!important;}
  .calendar-legend-item strong{font-size:9.5px!important;line-height:1.35!important;}
  .calendar-legend-item span{font-size:9px!important;line-height:1.35!important;}
  .single-date-note{font-size:9.2px!important;line-height:1.45!important;}
  .decision-film-copy>span{font-size:8.5px!important;line-height:1.35!important;}
  .decision-film-copy>strong{font-size:12px!important;line-height:1.2!important;}
  .decision-film-tags span{font-size:9px!important;line-height:1.35!important;}
  .decision-film-detail-copy .knowledge-claim{font-size:10.5px!important;line-height:1.5!important;}
  .contact-form input,.contact-form textarea,.contact-form select{max-width:100%;width:100%;}
}

@media(max-width:360px){
  
  .arg-ref-footer .arg-footer-actions{display:grid!important;grid-template-columns:88px minmax(0,1fr)!important;gap:8px!important;width:100%!important;}
  .arg-ref-footer .arg-lang{min-width:0!important;width:88px!important;padding:0 8px!important;font-size:11px!important;}
  .arg-ref-footer .arg-ref-es-flag{font-size:20px!important;}
  .arg-ref-footer .arg-footer-guide-btn{min-width:0!important;width:100%!important;padding:0 9px!important;gap:6px!important;font-size:11px!important;white-space:nowrap!important;}
  .arg-ref-footer .arg-footer-guide-btn span{font-size:1.05em!important;flex:0 0 auto!important;}
}