:root{color-scheme:light;--bg: #ffffff;--surface: #ffffff;--soft: #f3f8ff;--soft-2: #eef6ff;--text: #111827;--muted: #667085;--line: #e5edf8;--blue: #2f6fcb;--blue-2: #4f8fe3;--blue-dark: #1f55a8;--silver: #d9e2ee;--success: #0a8f68;--warning: #fff8e8;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;background:var(--bg);color:var(--text)}a{color:inherit;text-decoration:none}button,input,select{font:inherit}.header{position:sticky;top:0;z-index:20;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:1.5rem;padding:.9rem clamp(1rem,4vw,3.25rem);background:#fffffff0;border-bottom:1px solid var(--line);box-shadow:0 .35rem 1.8rem #0f305c0f;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.brand{display:inline-flex;align-items:center;min-width:10.5rem}.brandLogo{display:block;width:12rem;max-width:42vw;height:auto}nav{display:flex;justify-content:flex-end;gap:clamp(.55rem,1.4vw,1.35rem);color:#242a33;font-size:.98rem;font-weight:700}nav a{display:inline-flex;align-items:center;min-height:2.75rem;padding:0 .15rem;white-space:nowrap}nav a:hover,nav a:focus-visible{color:var(--blue)}.crmLink{color:var(--blue-dark)}.socials{display:flex;align-items:center;gap:.45rem}.socials span{display:grid;place-items:center;width:2rem;height:2rem;border-radius:999px;background:var(--soft);color:var(--blue);font-size:.68rem;font-weight:900;text-transform:uppercase}main{padding:0}.hero{display:grid;grid-template-columns:minmax(0,1fr) minmax(22rem,.8fr);gap:clamp(2rem,5vw,4.5rem);align-items:center;padding:clamp(3rem,7vw,5.3rem) clamp(1rem,4vw,4rem) clamp(1.7rem,4vw,3rem);background:radial-gradient(circle at 14% 20%,rgba(47,111,203,.12),transparent 26rem),linear-gradient(180deg,#fff,#f8fbff)}.heroCopy h1{max-width:14ch;margin:.65rem 0 1.2rem;font-size:clamp(2.35rem,5.5vw,4.7rem);line-height:.98;letter-spacing:-.055em;color:#080b10}.heroCopy p{max-width:45rem;color:var(--muted);font-size:clamp(1.05rem,2vw,1.25rem);line-height:1.65}.eyebrow{margin:0;color:var(--blue);text-transform:uppercase;letter-spacing:.14em;font-size:.78rem;font-weight:900}.heroActions{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:2rem}.primary,.secondary,button{display:inline-flex;min-height:3.1rem;align-items:center;justify-content:center;border-radius:.9rem;padding:.85rem 1.2rem;font-weight:900;border:1px solid transparent;cursor:pointer}.primary,button{background:var(--blue);color:#fff;box-shadow:0 .85rem 1.8rem #2f6fcb2e}.primary:hover,button:hover{background:var(--blue-dark)}.secondary{color:var(--blue-dark);border-color:#cfe0f7;background:#fff}.heroPanel{position:relative;display:grid;grid-template-columns:auto 1fr;gap:.8rem 1rem;padding:clamp(1.4rem,4vw,2.2rem);border:1px solid #dbe7f6;border-radius:2rem;background:radial-gradient(circle at 70% 18%,rgba(255,255,255,.95),transparent 8rem),linear-gradient(145deg,#f8fbff,#eaf2fc);box-shadow:0 1.5rem 3.5rem #1f55a821;overflow:hidden}.heroPanel:before{content:"";position:absolute;right:-3rem;top:-3rem;width:14rem;height:14rem;border-radius:50%;background:repeating-radial-gradient(circle,#f8fbff 0,#f8fbff .55rem,#c9d4e3 .6rem,#c9d4e3 .75rem,#edf3fa .8rem,#edf3fa 1rem);opacity:.72}.heroPanel strong,.heroPanel span{position:relative;z-index:1}.heroPanel strong{color:var(--blue);font-size:3.4rem;line-height:1}.heroPanel span{align-self:center;color:#516072;font-weight:800}.calculatorCard,.section,.adminPage{margin:0;padding:clamp(1.25rem,4vw,3rem) clamp(1rem,4vw,4rem)}.calculatorCard{display:grid;grid-template-columns:minmax(0,.68fr) minmax(22rem,1fr);gap:clamp(1.5rem,4vw,3rem);align-items:start;background:var(--soft);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}h2{margin:.5rem 0 .75rem;font-size:clamp(1.8rem,3.8vw,3rem);letter-spacing:-.04em;color:#080b10}.muted{color:var(--muted);line-height:1.65}.calculatorIntro{position:sticky;top:6.5rem}.trustStack{display:flex;flex-wrap:wrap;gap:.6rem;margin-top:1.25rem}.trustStack span{display:inline-flex;align-items:center;min-height:2.25rem;padding:.45rem .75rem;border-radius:999px;background:#fff;border:1px solid #d8e8fb;color:var(--blue-dark);font-size:.82rem;font-weight:900}.quoteForm,.requestCard,.directionCard{border:1px solid var(--line);border-radius:1.45rem;background:var(--surface);box-shadow:0 1rem 2.6rem #0f305c12}.quoteForm{display:grid;gap:1rem;padding:clamp(1rem,3vw,1.35rem)}.exchangeWidget{border-color:#cfe0f7}.exchangeSides{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);gap:.75rem;align-items:stretch}.exchangeBox{display:grid;gap:.65rem;min-height:10.25rem;padding:1rem;border-radius:1.15rem;border:1px solid #d7e6f8;background:linear-gradient(180deg,#fff,#f8fbff)}.exchangeBox span,label span{font-size:.9rem;font-weight:900;color:#4a5568}.exchangeBox input,.exchangeBox output{display:flex;align-items:center;width:100%;min-height:3.4rem;padding:0 1rem;border-radius:.95rem;border:1px solid #ccd9ea;background:#fff;color:#081225;font-size:1.28rem;font-weight:900}.exchangeBox output{color:var(--blue-dark)}.exchangeBox small{color:var(--muted);font-weight:700}.swapButton{align-self:center;width:3rem;min-height:3rem;padding:0;border-radius:999px;box-shadow:0 .7rem 1.5rem #2f6fcb2e}label{display:grid;gap:.5rem;color:#4a5568}input,select{width:100%;min-height:3.2rem;padding:0 1rem;border-radius:.9rem;border:1px solid #ccd9ea;background:#fff;color:var(--text)}input:focus,select:focus,button:focus-visible,a:focus-visible{outline:3px solid rgba(47,111,203,.2);outline-offset:2px}.rateStrip{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.7rem;padding:.8rem;border-radius:1rem;background:#f7fbff;border:1px solid #d5e5f8}.rateStrip div{display:grid;gap:.25rem}.rateStrip small{color:var(--muted);font-weight:800}.rateStrip strong{color:#182235;font-size:.92rem;line-height:1.35}.contactGrid{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.formNote{margin:-.2rem 0 0;color:var(--muted);font-size:.92rem;line-height:1.5}.successPanel,.errorPanel,.emptyPanel{display:grid;gap:.3rem;padding:.9rem 1rem;border-radius:1rem}.successPanel{border:1px solid rgba(10,143,104,.24);background:#ecfff8;color:#075d47}.successPanel strong{color:#064b3a}.errorPanel{border:1px solid rgba(192,57,43,.22);background:#fff0ee;color:#9d2b1f;font-weight:800}.emptyPanel{margin-bottom:1rem;border:1px solid #d5e5f8;background:#fff;color:var(--muted);font-weight:800}button:disabled{cursor:wait;opacity:.72}.sectionHead{max-width:52rem;margin-bottom:1.5rem}.directionGrid,.adminGrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.directionCard,.requestCard{padding:1.25rem}.directionCard span{color:var(--blue);font-size:.76rem;text-transform:uppercase;letter-spacing:.12em;font-weight:900}.directionCard h3,.requestCard h2{margin:.6rem 0;font-size:1.15rem}.directionCard p,.requestCard p{color:var(--muted);line-height:1.55}dl{display:grid;gap:.5rem;margin:1rem 0 0}dl div{display:flex;justify-content:space-between;gap:1rem;border-top:1px solid var(--line);padding-top:.5rem}dt{color:var(--muted)}dd{margin:0;font-weight:900;color:#182235}.security{display:grid;grid-template-columns:minmax(0,.72fr) minmax(0,1fr);gap:2rem;background:#fff}.security li{margin:.85rem 0;color:var(--muted);line-height:1.65}.contacts{background:var(--soft);text-align:center}.contacts .muted{max-width:42rem;margin:0 auto}.trustLegal{background:#fff}.contentHero .heroCopy h1,.directionHero .heroCopy h1{max-width:16ch}.contentPage{background:var(--soft)}.contentCard{max-width:58rem;margin:0 auto;padding:clamp(1.1rem,3vw,2rem);border:1px solid var(--line);border-radius:1.45rem;background:#fff;box-shadow:0 1rem 2.6rem #0f305c12}.contentCard p{color:#263244;line-height:1.75;font-size:1rem}.contentCard p:first-child{font-size:1.12rem;font-weight:750;color:#111827}.lockedSwap{display:grid;place-items:center;color:#fff;background:var(--blue);font-weight:900}.footer{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:1.5rem;align-items:start;padding:clamp(1.5rem,4vw,3rem) clamp(1rem,4vw,4rem);border-top:1px solid var(--line);background:#f8fbff;color:var(--muted)}.footerLogo{width:11rem;display:block;margin-bottom:.8rem}.footer p{max-width:42rem;line-height:1.65;margin:0}.footerLinks{display:grid;gap:.35rem;font-weight:800;color:var(--blue-dark)}.footerLinks a{display:inline-flex;align-items:center;min-height:2.5rem}.directionCard a,.requestCard a{color:var(--blue-dark);font-weight:900}.directionCard h3 a,.requestCard h3 a,.requestCard>a{display:inline-flex;align-items:center;min-height:2.5rem}.adminPage{min-height:78vh;background:var(--soft)}.requestCard>div{display:flex;justify-content:space-between;gap:1rem;color:var(--blue)}.requestCard small{color:var(--muted);display:block;margin-top:.35rem}.confidenceBar{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.75rem;padding:.9rem clamp(1rem,4vw,4rem) 1.25rem;background:#f8fbff;border-bottom:1px solid var(--line)}.confidenceBar div{display:grid;gap:.25rem;padding:1rem;border:1px solid #d8e8fb;border-radius:1.1rem;background:#fff}.confidenceBar strong{color:var(--blue-dark);font-size:1.35rem;line-height:1}.confidenceBar span{color:var(--muted);font-weight:800;line-height:1.35}.statusCheck,.reviewsPreview,.contactCards{background:#fff}.statusForm{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:.75rem;max-width:52rem;align-items:end;margin-bottom:1rem}.statusResult{max-width:52rem}.contactCards .requestCard p{color:#111827;font-size:1.25rem;font-weight:900}.reviewsPreview .requestCard{background:linear-gradient(180deg,#fff,#f8fbff)}@media(max-width:1120px){.header{grid-template-columns:1fr;gap:.8rem}nav{justify-content:flex-start;width:100%;overflow-x:auto;padding-bottom:.25rem}.socials{display:none}.hero,.calculatorCard,.security,.footer{grid-template-columns:1fr}.confidenceBar{grid-template-columns:repeat(2,minmax(0,1fr))}.hero{padding-top:2rem}.calculatorIntro{position:static}.directionGrid,.adminGrid{grid-template-columns:1fr}.heroCopy h1{max-width:13ch}}@media(max-width:700px){.exchangeSides{grid-template-columns:1fr}.swapButton{justify-self:center;transform:rotate(90deg)}.rateStrip,.contactGrid,.statusForm,.confidenceBar{grid-template-columns:1fr}}@media(max-width:520px){.brandLogo{width:10rem}.hero,.calculatorCard,.section,.adminPage,.header{padding-inline:.85rem}.heroPanel strong{font-size:3rem}.heroActions a{width:100%}}
