:root{
    --te-navy:#190067;
    --te-navy-50:#f1edff;
    --te-navy-100:#e4ddff;
    --te-orange:#f4802f;
    --te-orange-dark:#dc6414;
    --te-orange-50:#fff2e8;
    --te-900:#101828;
    --te-700:#344054;
    --te-600:#475467;
    --te-500:#667085;
    --te-300:#d0d5dd;
    --te-200:#e4e7ec;
    --te-100:#f2f4f7;
    --te-50:#f8f9fc;
    --te-white:#fff;
    --te-shadow-sm:0 2px 8px rgba(16,24,40,.06);
    --te-shadow-md:0 12px 32px rgba(16,24,40,.10);
    --te-shadow-brand:0 18px 50px rgba(25,0,103,.18);
    --te-radius-lg:16px;
    --te-radius-xl:24px;
    --te-container:1180px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:#fff;color:var(--te-900);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}
a{text-decoration:none;color:inherit}
button,input,select,textarea{font:inherit}
img{max-width:100%;display:block}
.te-body{padding-bottom:0}
.te-container{width:min(calc(100% - 40px),var(--te-container));margin-inline:auto}
.te-narrow{max-width:900px!important}
.te-skip{position:fixed;left:16px;top:-100px;z-index:999;background:#fff;color:var(--te-navy);padding:12px 16px;border-radius:10px;font-weight:800}
.te-skip:focus{top:16px}
.te-header{position:sticky;top:0;z-index:100;background:rgba(255,255,255,.94);border-bottom:1px solid #eef0f3;backdrop-filter:blur(16px)}
.te-header-inner{height:76px;display:flex;align-items:center;justify-content:space-between;gap:28px}
.te-logo{display:inline-flex;align-items:center;gap:10px;color:var(--te-navy);font-size:19px;font-weight:850;letter-spacing:-.03em}
.te-logo b{color:var(--te-orange)}
.te-logo-mark{display:grid;place-items:center;width:34px;height:34px;border-radius:10px;background:var(--te-navy);color:#fff;font-weight:900}
.te-nav{display:flex;align-items:center;gap:26px;font-size:14px;font-weight:700;color:var(--te-700)}
.te-nav a:hover{color:var(--te-navy)}
.te-btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;border:1px solid transparent;border-radius:14px;min-height:48px;padding:0 19px;font-weight:800;font-size:14px;transition:.2s ease;cursor:pointer}
.te-btn:hover{transform:translateY(-1px)}
.te-btn-primary{background:var(--te-navy);color:#fff;box-shadow:0 8px 24px rgba(25,0,103,.16)}
.te-btn-orange{background:var(--te-orange);color:#fff}
.te-btn-outline{background:#fff;border-color:var(--te-300);color:var(--te-900)}
.te-btn-sm{min-height:42px;padding:0 15px}
.te-btn-lg{min-height:56px;padding:0 23px;font-size:15px}
.te-btn-full{width:100%}
.te-icon{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.te-hero{position:relative;overflow:hidden;background:#fff}
.te-hero-glow{position:absolute;border-radius:999px;filter:blur(80px);pointer-events:none}
.te-hero-glow-a{width:500px;height:500px;background:rgba(25,0,103,.08);right:-160px;top:-180px}
.te-hero-glow-b{width:350px;height:350px;background:rgba(244,128,47,.09);right:30%;bottom:-180px}
.te-hero-grid{position:relative;z-index:2;display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:48px;min-height:700px;padding:68px 0}
.te-badge{display:inline-flex;align-items:center;min-height:31px;padding:0 11px;border-radius:999px;background:var(--te-navy-50);color:var(--te-navy);font-size:11px;font-weight:850;text-transform:uppercase;letter-spacing:.06em}
.te-badge-orange{background:var(--te-orange-50);color:var(--te-orange-dark)}
.te-badge-dark{background:rgba(255,255,255,.12);color:#fff}
.te-hero h1{max-width:700px;margin:22px 0 0;font-size:clamp(43px,5.2vw,68px);line-height:1.04;letter-spacing:-.055em;font-weight:900}
.te-hero h1 span{color:var(--te-navy)}
.te-hero-lead{max-width:670px;margin:23px 0 0;font-size:18px;line-height:1.72;color:var(--te-600)}
.te-hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:30px}
.te-proof-row{display:flex;flex-wrap:wrap;gap:20px;margin-top:23px;color:var(--te-600);font-size:13px;font-weight:700}
.te-hero-art-wrap{position:relative;max-width:620px;margin:auto;width:100%}
.te-hero-art{width:100%;height:auto}
.te-floating-card{position:absolute;background:rgba(255,255,255,.92);border:1px solid rgba(228,231,236,.9);box-shadow:var(--te-shadow-md);backdrop-filter:blur(15px);padding:14px 16px;border-radius:16px}
.te-floating-card strong{display:block;color:var(--te-navy);font-size:18px}
.te-floating-card span{display:block;margin-top:4px;color:var(--te-500);font-size:11px;font-weight:700}
.te-floating-card-a{left:-5px;bottom:24px}
.te-floating-card-b{right:0;top:28px}
.te-trust{position:relative;z-index:4;margin-top:-30px;padding-bottom:10px}
.te-trust-grid{display:grid;grid-template-columns:repeat(5,1fr);background:#fff;border:1px solid var(--te-200);border-radius:20px;box-shadow:var(--te-shadow-md);overflow:hidden}
.te-trust-grid div{padding:19px 15px;text-align:center;border-right:1px solid var(--te-100)}
.te-trust-grid div:last-child{border-right:0}
.te-trust-grid b{display:block;color:var(--te-navy);font-size:22px;letter-spacing:-.04em}
.te-trust-grid span{display:block;margin-top:4px;color:var(--te-500);font-size:11px;font-weight:700}
.te-section{padding:90px 0}
.te-section-gray{background:var(--te-50)}
.te-section-head{max-width:760px;margin-bottom:42px}
.te-section-head h2{margin:16px 0 0;font-size:clamp(32px,4vw,46px);line-height:1.08;letter-spacing:-.045em}
.te-section-head p{margin:15px 0 0;color:var(--te-600);font-size:16px;line-height:1.75}
.te-section-head.te-left{text-align:left}
.te-card-grid{display:grid;gap:18px}
.te-card-grid-4{grid-template-columns:repeat(4,1fr)}
.te-service-card{padding:26px;border:1px solid var(--te-200);border-radius:22px;background:#fff;box-shadow:var(--te-shadow-sm);transition:.2s}
.te-service-card:hover{transform:translateY(-4px);box-shadow:var(--te-shadow-md);border-color:var(--te-navy-100)}
.te-service-icon{display:grid;place-items:center;width:56px;height:56px;border-radius:17px;background:var(--te-orange-50);font-size:27px}
.te-service-card h3{margin:21px 0 0;font-size:19px;letter-spacing:-.02em}
.te-service-card p{margin:8px 0 0;color:var(--te-600);font-size:14px;line-height:1.65}
.te-note{margin-top:20px;padding:15px 17px;border:1px solid #fed7aa;border-radius:14px;background:#fffaf5;color:#7c2d12;font-size:13px;line-height:1.6}
.te-speed-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.te-speed-card{padding:31px;border:1px solid var(--te-200);border-radius:24px;background:#fff;box-shadow:var(--te-shadow-sm)}
.te-speed-featured{background:var(--te-navy);border-color:var(--te-navy);color:#fff;box-shadow:var(--te-shadow-brand)}
.te-speed-number{font-size:12px;font-weight:850;color:var(--te-orange)}
.te-speed-card h3{margin:22px 0 0;font-size:24px}
.te-speed-card strong{display:block;margin-top:6px;font-size:38px;letter-spacing:-.04em;color:var(--te-navy)}
.te-speed-featured strong{color:#fff}
.te-speed-card p{margin:13px 0 0;color:var(--te-600);font-size:14px;line-height:1.65}
.te-speed-featured p{color:rgba(255,255,255,.72)}
.te-route-box{display:flex;align-items:center;justify-content:space-between;gap:30px;padding:38px 42px;border-radius:28px;background:var(--te-navy);color:#fff;box-shadow:var(--te-shadow-brand)}
.te-route-box h2{margin:14px 0 0;font-size:34px;letter-spacing:-.04em}
.te-route-box p{margin:9px 0 0;color:rgba(255,255,255,.7)}
.te-process{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}
.te-process-item{padding:24px;border-top:3px solid var(--te-navy);background:#fff;border:1px solid var(--te-200);border-top-width:3px;border-radius:18px}
.te-process-number{font-size:12px;font-weight:900;color:var(--te-orange)}
.te-process-item h3{margin:17px 0 0;font-size:16px}
.te-process-item p{margin:8px 0 0;color:var(--te-600);font-size:13px;line-height:1.6}
.te-two-col{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:70px}
.te-large-copy{font-size:17px!important;line-height:1.75!important;color:var(--te-600)}
.te-check-list{display:grid;gap:13px;margin:27px 0 0;padding:0;list-style:none}
.te-check-list li{display:flex;gap:10px;align-items:flex-start;color:var(--te-700);font-size:14px;font-weight:700}
.te-check-list span{display:grid;place-items:center;flex:none;width:23px;height:23px;border-radius:8px;background:var(--te-orange-50);color:var(--te-orange-dark)}
.te-info-card{padding:30px;border:1px solid var(--te-200);border-radius:24px;background:#fff;box-shadow:var(--te-shadow-md)}
.te-info-card h3{margin:0 0 16px;font-size:22px}
.te-info-row{display:flex;justify-content:space-between;gap:15px;padding:15px 0;border-bottom:1px solid var(--te-100);font-size:14px}
.te-info-row span{color:var(--te-600)}
.te-info-row strong{color:var(--te-navy);text-align:right}
.te-info-card p{margin:15px 0 0;color:var(--te-500);font-size:12px;line-height:1.6}
.te-city-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:13px}
.te-city-card{display:flex;align-items:center;gap:12px;padding:17px;border:1px solid var(--te-200);border-radius:16px;background:#fff;transition:.2s}
.te-city-card:hover{transform:translateY(-2px);border-color:var(--te-navy-100);box-shadow:var(--te-shadow-sm)}
.te-city-pin{color:var(--te-orange);font-size:13px}
.te-city-card div{flex:1}
.te-city-card strong{display:block;font-size:14px}
.te-city-card div span{display:block;margin-top:2px;color:var(--te-500);font-size:11px}
.te-arrow{color:var(--te-navy);font-weight:900}
.te-two-col-reverse{grid-template-columns:.85fr 1.15fr}
.te-customs-card{padding:34px;border-radius:24px;background:var(--te-navy);color:#fff;box-shadow:var(--te-shadow-brand)}
.te-customs-icon{display:grid;place-items:center;width:52px;height:52px;border-radius:15px;background:var(--te-orange);font-weight:900}
.te-customs-card h3{margin:22px 0 0;font-size:24px}
.te-customs-card p{margin:12px 0 0;color:rgba(255,255,255,.74);line-height:1.7;font-size:14px}
.te-text-link{display:inline-block;margin-top:20px;color:#fff;text-decoration:underline;font-size:13px;font-weight:800}
.te-customs-points{display:grid;gap:12px;margin-top:25px}
.te-customs-points div{display:flex;align-items:center;gap:12px}
.te-customs-points b{display:grid;place-items:center;flex:none;width:28px;height:28px;border-radius:50%;background:var(--te-orange);color:#fff;font-size:12px}
.te-customs-points span{font-size:14px;color:var(--te-700)}
.te-brand-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:15px}
.te-brand-card{display:grid;place-items:center;min-height:90px;border:1px solid var(--te-200);border-radius:18px;background:#fff;font-size:18px;font-weight:900;color:var(--te-navy)}
.te-review-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.te-review-card{padding:25px;border:1px solid var(--te-200);border-radius:22px;background:#fff;box-shadow:var(--te-shadow-sm)}
.te-review-top{display:flex;justify-content:space-between;gap:12px}
.te-review-top span{color:var(--te-orange-dark);font-weight:900}
.te-review-card p{margin:20px 0 0;color:var(--te-600);font-size:14px;line-height:1.75}
.te-quote-section{padding:92px 0;background:var(--te-navy)}
.te-quote-grid{display:grid;grid-template-columns:.82fr 1.18fr;gap:70px;align-items:start}
.te-quote-copy{color:#fff;padding-top:15px}
.te-quote-copy h2{margin:18px 0 0;font-size:clamp(34px,4vw,50px);line-height:1.08;letter-spacing:-.045em}
.te-quote-copy>p{margin:15px 0 0;color:rgba(255,255,255,.72);font-size:17px;line-height:1.7}
.te-quote-benefits{display:grid;gap:15px;margin-top:30px}
.te-quote-benefits div{display:flex;align-items:center;gap:11px}
.te-quote-benefits span{display:grid;place-items:center;width:24px;height:24px;border-radius:50%;background:var(--te-orange);font-size:12px}
.te-quote-benefits b{font-size:14px}
.te-quote-form{padding:28px;border-radius:24px;background:#fff;box-shadow:0 24px 80px rgba(0,0,0,.22)}
.te-form-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.te-quote-form label{display:block;margin-bottom:15px;color:var(--te-700);font-size:12px;font-weight:800}
.te-quote-form input,.te-quote-form select,.te-quote-form textarea{display:block;width:100%;margin-top:7px;border:1px solid var(--te-300);border-radius:12px;background:#fff;color:var(--te-900);padding:12px 13px;outline:none}
.te-quote-form input:focus,.te-quote-form select:focus,.te-quote-form textarea:focus{border-color:var(--te-navy);box-shadow:0 0 0 3px rgba(25,0,103,.09)}
.te-form-note{margin:11px 0 0;color:var(--te-500);font-size:11px;line-height:1.5}
.te-form-status{min-height:18px;margin:10px 0 0;font-size:12px;font-weight:700}
.te-faq{border:1px solid var(--te-200);border-radius:22px;overflow:hidden;background:#fff}
.te-faq details{border-bottom:1px solid var(--te-200);padding:0 22px}
.te-faq details:last-child{border-bottom:0}
.te-faq summary{display:flex;justify-content:space-between;gap:20px;cursor:pointer;list-style:none;padding:22px 0;font-size:15px;font-weight:800}
.te-faq summary::-webkit-details-marker{display:none}
.te-faq summary span{color:var(--te-navy);font-size:22px;transition:.2s}
.te-faq details[open] summary span{transform:rotate(45deg)}
.te-faq details>div{max-width:850px;padding:0 30px 22px 0;color:var(--te-600);font-size:14px;line-height:1.75}
.te-final-cta{padding:62px 0;background:var(--te-orange)}
.te-final-inner{display:flex;align-items:center;justify-content:space-between;gap:30px}
.te-final-inner h2{margin:0;color:#fff;font-size:34px;letter-spacing:-.04em}
.te-final-inner p{margin:8px 0 0;color:rgba(255,255,255,.82)}
.te-footer{padding:60px 0 80px;background:#0e003b;color:#fff}
.te-footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:50px}
.te-logo-footer{color:#fff}
.te-footer p{max-width:350px;color:rgba(255,255,255,.6);font-size:13px;line-height:1.7}
.te-footer h3{margin:0 0 15px;font-size:13px;color:#fff}
.te-footer-grid>div:not(:first-child){display:flex;flex-direction:column;gap:10px}
.te-footer-grid a:not(.te-logo){color:rgba(255,255,255,.62);font-size:13px}
.te-footer-grid a:not(.te-logo):hover{color:#fff}
.te-footer-bottom{display:flex;justify-content:space-between;gap:20px;padding-top:28px;margin-top:40px;border-top:1px solid rgba(255,255,255,.12);color:rgba(255,255,255,.45);font-size:11px}
.te-footer-bottom a{color:rgba(255,255,255,.55)}
.te-mobile-cta{display:none}
@media(max-width:1000px){
    .te-nav{display:none}
    .te-hero-grid{grid-template-columns:1fr;min-height:auto;padding:58px 0 80px}
    .te-hero-copy{max-width:780px}
    .te-hero-art-wrap{max-width:680px}
    .te-card-grid-4{grid-template-columns:repeat(2,1fr)}
    .te-process{grid-template-columns:repeat(2,1fr)}
    .te-city-grid{grid-template-columns:repeat(2,1fr)}
    .te-trust-grid{grid-template-columns:repeat(3,1fr)}
    .te-trust-grid div:nth-child(3){border-right:0}
    .te-trust-grid div:nth-child(n+4){display:none}
    .te-review-grid{grid-template-columns:1fr}
    .te-quote-grid{grid-template-columns:1fr;gap:35px}
}
@media(max-width:700px){
    .te-container{width:min(calc(100% - 28px),var(--te-container))}
    .te-header-inner{height:66px}
    .te-logo{font-size:16px}
    .te-logo-mark{width:30px;height:30px}
    .te-header .te-btn{display:none}
    .te-hero-grid{padding:42px 0 60px;gap:30px}
    .te-hero h1{font-size:43px}
    .te-hero-lead{font-size:16px;line-height:1.65}
    .te-hero-actions{display:grid}
    .te-btn-lg{width:100%}
    .te-proof-row{gap:10px 15px;font-size:11px}
    .te-floating-card{padding:10px 12px}
    .te-floating-card strong{font-size:14px}
    .te-floating-card span{font-size:9px}
    .te-trust{margin-top:-18px}
    .te-trust-grid{grid-template-columns:repeat(2,1fr)}
    .te-trust-grid div{border-bottom:1px solid var(--te-100)}
    .te-trust-grid div:nth-child(2){border-right:0}
    .te-trust-grid div:nth-child(3){border-right:1px solid var(--te-100)}
    .te-section{padding:68px 0}
    .te-card-grid-4,.te-speed-grid,.te-process,.te-two-col,.te-two-col-reverse{grid-template-columns:1fr}
    .te-route-box{display:grid;padding:28px}
    .te-route-box h2{font-size:28px}
    .te-city-grid{grid-template-columns:1fr}
    .te-brand-grid{grid-template-columns:repeat(2,1fr)}
    .te-form-row{grid-template-columns:1fr}
    .te-final-inner{display:grid}
    .te-final-inner h2{font-size:28px}
    .te-footer-grid{grid-template-columns:1fr 1fr;gap:30px}
    .te-footer-grid>div:first-child{grid-column:1/-1}
    .te-footer-bottom{display:grid;gap:10px}
    .te-mobile-cta{position:fixed;left:0;right:0;bottom:0;z-index:200;display:grid;grid-template-columns:1fr 1fr 1.15fr;gap:6px;padding:7px;background:rgba(255,255,255,.96);border-top:1px solid var(--te-200);box-shadow:0 -10px 30px rgba(16,24,40,.10);backdrop-filter:blur(14px)}
    .te-mobile-cta a{display:flex;align-items:center;justify-content:center;min-height:46px;border-radius:11px;background:var(--te-navy);color:#fff;font-size:11px;font-weight:900}
    .te-mobile-cta a:nth-child(2){background:#25d366}
    .te-mobile-cta a:nth-child(3){background:var(--te-orange)}
    .te-body{padding-bottom:66px}
}
@media(prefers-reduced-motion:reduce){
    html{scroll-behavior:auto}
    *,*:before,*:after{transition:none!important;animation:none!important}
}

.te-duty-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.te-duty-card{padding:24px;border:1px solid var(--te-200);border-radius:20px;background:#fff}.te-duty-card>span{color:var(--te-orange);font-size:11px;font-weight:900}.te-duty-card h3{margin:16px 0 0;font-size:18px}.te-duty-card p{margin:8px 0 0;color:var(--te-600);font-size:13px;line-height:1.65}@media(max-width:1000px){.te-duty-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:700px){.te-duty-grid{grid-template-columns:1fr}}
