:root{--navy:#071a2f;--navy2:#0b2746;--red:#e11d48;--red2:#fb3b5d;--bg:#f6f8fb;--text:#102033;--muted:#6a7789;--line:#e4eaf1;--white:#fff;--green:#0f9f6e;--shadow:0 20px 55px rgba(7,26,47,.12)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif;background:var(--bg);color:var(--text);overflow-x:hidden}a{text-decoration:none;color:inherit}.container{width:min(1180px,calc(100% - 34px));margin:auto}.topnav{height:76px;position:sticky;top:0;z-index:50;background:rgba(7,26,47,.95);backdrop-filter:blur(15px);border-bottom:1px solid rgba(255,255,255,.08)}.nav-inner{height:100%;display:flex;align-items:center;justify-content:space-between}.brand{display:flex;gap:10px;align-items:center;font-weight:800;color:white;letter-spacing:-.02em}.brand-mark{width:38px;height:38px;border-radius:12px;background:linear-gradient(135deg,var(--red),#ff5471);display:grid;place-items:center;color:#fff;font-size:20px;box-shadow:0 8px 25px rgba(225,29,72,.3)}nav{display:flex;gap:26px;align-items:center;color:#dce6f0;font-size:14px}nav>a:not(.btn):hover{color:#fff}.btn{border:0;border-radius:12px;padding:13px 18px;font:inherit;font-weight:700;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:8px;transition:.2s}.btn:hover{transform:translateY(-1px)}.btn-primary{background:linear-gradient(135deg,var(--red),var(--red2));color:white;box-shadow:0 10px 28px rgba(225,29,72,.22)}.btn-navy{background:var(--navy);color:#fff}.btn-outline{border:1px solid rgba(255,255,255,.25);color:#fff;background:transparent}.btn-soft{background:#fbe8ed;color:#b61338}.btn-sm{padding:9px 13px;border-radius:9px;font-size:13px}.mobile-nav{display:none;background:none;border:0;color:#fff;font-size:25px}.hero{background:radial-gradient(circle at 75% 20%,rgba(225,29,72,.16),transparent 27%),linear-gradient(145deg,#06182b,#092b4d 75%);color:#fff;padding:86px 0 74px;position:relative;overflow:hidden}.hero:after{content:"";position:absolute;right:-120px;bottom:-190px;width:520px;height:520px;border:1px solid rgba(255,255,255,.08);border-radius:50%;box-shadow:0 0 0 65px rgba(255,255,255,.02),0 0 0 135px rgba(255,255,255,.015)}.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:66px;align-items:center;position:relative;z-index:2}.eyebrow{display:inline-flex;align-items:center;gap:8px;border:1px solid rgba(255,255,255,.15);background:rgba(255,255,255,.06);border-radius:999px;padding:8px 12px;font-size:12px;font-weight:700;color:#eef6ff}.eyebrow i{color:#ff5b78}.hero h1{font-size:clamp(42px,5.2vw,68px);line-height:1.02;letter-spacing:-.05em;margin:20px 0 20px;max-width:760px}.hero h1 span{color:#ff5471}.hero p{font-size:18px;line-height:1.7;color:#bfd0e2;max-width:690px}.hero-actions{display:flex;gap:12px;margin-top:28px;flex-wrap:wrap}.trust-row{display:flex;gap:22px;margin-top:26px;color:#cad7e5;font-size:13px;flex-wrap:wrap}.trust-row span{display:flex;align-items:center;gap:7px}.trust-row i{color:#54d39a}.hero-card{background:rgba(255,255,255,.98);color:var(--text);border-radius:26px;padding:26px;box-shadow:0 32px 90px rgba(0,0,0,.28);border:1px solid rgba(255,255,255,.3)}.hero-card-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.status-pill{display:inline-flex;gap:7px;align-items:center;padding:7px 10px;border-radius:999px;background:#eafaf3;color:#087a54;font-size:12px;font-weight:700}.mini-avatar{width:42px;height:42px;border-radius:50%;background:var(--navy);color:white;display:grid;place-items:center}.chat-preview{display:grid;gap:12px}.bubble{padding:13px 15px;border-radius:16px;line-height:1.5;font-size:14px;max-width:91%}.bubble.bot{background:#f1f5f9;border-bottom-left-radius:5px}.bubble.user{background:var(--navy);color:#fff;margin-left:auto;border-bottom-right-radius:5px}.mini-report{margin-top:18px;border:1px solid var(--line);border-radius:16px;padding:16px}.scoreline{display:flex;align-items:center;justify-content:space-between}.score{font-size:27px;font-weight:800;color:var(--red)}.progress{height:7px;background:#edf1f6;border-radius:99px;margin-top:10px;overflow:hidden}.progress span{display:block;width:72%;height:100%;background:linear-gradient(90deg,var(--red),#ff6b83)}.section{padding:78px 0}.section.white{background:#fff}.section-head{max-width:730px;margin:0 auto 42px;text-align:center}.kicker{text-transform:uppercase;letter-spacing:.14em;color:var(--red);font-size:12px;font-weight:800}.section h2{font-size:clamp(30px,4vw,44px);letter-spacing:-.04em;margin:10px 0 12px}.section-head p,.muted{color:var(--muted);line-height:1.7}.cards-3{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.feature-card{padding:25px;background:#fff;border:1px solid var(--line);border-radius:20px}.feature-icon{width:45px;height:45px;border-radius:13px;background:#edf3f9;color:var(--navy);display:grid;place-items:center;font-size:22px;margin-bottom:17px}.feature-card:nth-child(2) .feature-icon{background:#fff0f3;color:var(--red)}.feature-card h3{margin:0 0 8px;font-size:18px}.feature-card p{margin:0;color:var(--muted);line-height:1.65;font-size:14px}.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.step{position:relative;padding:22px;border-radius:18px;background:#f7f9fc;border:1px solid var(--line)}.step-no{font-size:12px;color:var(--red);font-weight:800;margin-bottom:25px}.step h3{font-size:22Px;margin:0 0 7px}.step p{font-size:13px;color:var(--muted);line-height:1.55;margin:0}.pricing-wrap{display:grid;grid-template-columns:1fr .86fr;gap:30px;align-items:stretch}.pricing-copy{border-radius:26px;padding:38px;background:linear-gradient(145deg,var(--navy),#0c335b);color:#fff}.pricing-copy h2{margin-top:10px}.pricing-copy p{color:#c7d5e4}.checklist{display:grid;gap:12px;margin-top:24px}.checklist span{display:flex;gap:10px;align-items:flex-start}.checklist i{color:#4fdaa0;font-size:20px}.price-card{background:#fff;border:1px solid var(--line);border-radius:26px;padding:34px;box-shadow:var(--shadow);display:flex;flex-direction:column;justify-content:center}.price-label{font-size:13px;color:var(--muted)}.price{font-size:58px;font-weight:800;letter-spacing:-.05em;color:var(--navy);margin:6px 0}.price small{font-size:18px;color:var(--muted);font-weight:500}.price-card ul{padding:0;list-style:none;display:grid;gap:11px;color:#405064;font-size:14px;margin:18px 0 25px}.price-card li{display:flex;gap:8px}.price-card li i{color:var(--red)}.faq{max-width:850px;margin:auto;display:grid;gap:10px}.faq-item{background:#fff;border:1px solid var(--line);border-radius:15px;overflow:hidden}.faq-q{padding:18px 20px;display:flex;justify-content:space-between;font-weight:700;cursor:pointer}.faq-a{padding:0 20px 18px;color:var(--muted);line-height:1.65;display:none}.faq-item.open .faq-a{display:block}.cta-band{background:linear-gradient(110deg,var(--red),#c4153b);color:#fff;border-radius:26px;padding:40px;display:flex;justify-content:space-between;align-items:center;gap:24px}.cta-band h2{margin:0 0 8px}.cta-band p{margin:0;color:#ffe5eb}.card{background:#fff;border:1px solid var(--line);border-radius:20px;padding:26px;box-shadow:0 10px 35px rgba(7,26,47,.05)}.auth-shell{min-height:calc(100vh - 76px);padding:60px 0}.auth-grid{display:grid;grid-template-columns:.9fr 1.1fr;max-width:980px;margin:auto;overflow:hidden;border-radius:26px;background:white;box-shadow:var(--shadow)}.auth-side{background:linear-gradient(145deg,var(--navy),#0c3156);color:#fff;padding:44px}.auth-side p{color:#c3d2e1;line-height:1.7}.auth-side .feature-icon{background:rgba(255,255,255,.09);color:#fff}.auth-form{padding:44px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.field{display:grid;gap:7px;margin-bottom:15px}.field label{font-size:13px;font-weight:700;color:#405065}.field input,.field select,.field textarea{width:100%;border:1px solid #dce3eb;background:#fff;border-radius:11px;padding:12px 13px;font:inherit;color:var(--text);outline:none}.field input:focus,.field select:focus,.field textarea:focus{border-color:#95a6ba;box-shadow:0 0 0 3px rgba(8,40,72,.06)}.field textarea{min-height:110px;resize:vertical}.notice{padding:14px 16px;border-radius:12px;background:#f1f6fb;border:1px solid #dbe7f2;color:#41566e;font-size:13px;line-height:1.6}.notice.warning{background:#fff8e8;border-color:#f7e4ad}.notice.success{background:#ecfaf4;border-color:#c8eddd}.dashboard{padding:44px 0 80px}.dashboard-head{display:flex;justify-content:space-between;align-items:end;margin-bottom:26px}.dashboard-head h1{margin:0;letter-spacing:-.04em}.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:20px}.stat{background:#fff;border:1px solid var(--line);border-radius:16px;padding:18px}.stat small{color:var(--muted)}.stat strong{display:block;font-size:26px;margin-top:6px}.table-wrap{overflow:auto}.table{width:100%;border-collapse:collapse;min-width:650px}.table th,.table td{text-align:left;padding:13px;border-bottom:1px solid var(--line);font-size:13px}.table th{color:#718096;font-weight:700;background:#fafbfd}.badge{display:inline-flex;padding:6px 9px;border-radius:999px;font-size:12px;font-weight:700;background:#eef3f8}.badge.green{background:#e7f8ef;color:#087a54}.badge.red{background:#fdecef;color:#b5173d}.report-grid{display:grid;grid-template-columns:220px 1fr;gap:20px}.score-card{text-align:center}.score-ring{width:128px;height:128px;border-radius:50%;margin:20px auto;display:grid;place-items:center;background:conic-gradient(var(--red) calc(var(--score)*1%),#edf1f5 0);position:relative}.score-ring:after{content:"";position:absolute;inset:10px;background:white;border-radius:50%}.score-ring strong{z-index:1;font-size:34px}.report-section{margin-bottom:18px}.report-section h3{margin:0 0 10px}.report-section ul{padding-left:20px;color:#4e5e70;line-height:1.7}.chat-fab{position:fixed;right:22px;bottom:22px;z-index:80;width:58px;height:58px;border-radius:50%;border:0;background:linear-gradient(135deg,var(--red),#ff5471);color:white;font-size:25px;box-shadow:0 16px 35px rgba(225,29,72,.35);cursor:pointer}.chat-panel{position:fixed;right:22px;bottom:92px;z-index:80;width:min(380px,calc(100vw - 28px));height:530px;background:white;border:1px solid var(--line);border-radius:20px;box-shadow:0 28px 75px rgba(7,26,47,.22);display:none;overflow:hidden}.chat-panel.open{display:flex;flex-direction:column}.chat-head{background:var(--navy);color:white;padding:16px;display:flex;justify-content:space-between;align-items:center}.chat-head small{display:block;color:#b8c9da;margin-top:2px}.chat-close{border:0;background:none;color:white;font-size:22px;cursor:pointer}.chat-messages{padding:15px;overflow:auto;display:flex;flex-direction:column;gap:10px;flex:1;background:#f7f9fc}.chat-input{border-top:1px solid var(--line);padding:12px;display:flex;gap:8px}.chat-input textarea{flex:1;border:1px solid var(--line);border-radius:11px;padding:10px;resize:none;height:48px;font:inherit}.chat-input button{width:48px;border:0;border-radius:11px;background:var(--red);color:white;font-size:20px}.msg{font-size:13px;line-height:1.5;padding:10px 12px;border-radius:13px;max-width:86%}.msg.bot{background:white;border:1px solid var(--line)}.msg.me{align-self:flex-end;background:var(--navy);color:white}.chat-cta{font-size:12px;background:#fff3f5;border:1px solid #ffd8e0;padding:10px;border-radius:12px;color:#8c1430}footer{background:#06182b;color:#d2dfec;padding:50px 0 22px}.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:40px}.footer-grid p{color:#91a5ba;font-size:13px;line-height:1.7}.footer-brand{margin-bottom:14px}.footer-bottom{border-top:1px solid rgba(255,255,255,.08);margin-top:30px;padding-top:20px;color:#7890a8;font-size:12px}@media(max-width:900px){nav>a:not(.btn),nav .btn-outline{display:none}.mobile-nav{display:block}.hero{padding:62px 0}.hero-grid,.pricing-wrap,.auth-grid,.report-grid{grid-template-columns:1fr}.hero-grid{gap:35px}.cards-3{grid-template-columns:1fr 1fr}.steps{grid-template-columns:1fr 1fr}.stats{grid-template-columns:1fr 1fr}.auth-side{display:none}.footer-grid{grid-template-columns:1fr 1fr}.form-grid{grid-template-columns:1fr}}@media(max-width:620px){.container{width:min(100% - 24px,1180px)}.topnav{height:68px}.brand{font-size:14px}.hero h1{font-size:39px}.hero p{font-size:16px}.hero-actions .btn{width:100%}.cards-3,.steps,.stats,.footer-grid{grid-template-columns:1fr}.section{padding:58px 0}.hero-card{padding:18px}.pricing-copy,.price-card,.card,.auth-form{padding:22px}.cta-band{padding:26px;flex-direction:column;align-items:flex-start}.dashboard-head{align-items:flex-start;flex-direction:column;gap:12px}.chat-panel{right:14px;bottom:84px}.chat-fab{right:15px;bottom:15px}}

.select2-container .select2-selection--single{height:45px!important;border:1px solid #dce3eb!important;border-radius:11px!important}.select2-container--default .select2-selection--single .select2-selection__rendered{line-height:43px!important;padding-left:13px!important}.select2-container--default .select2-selection--single .select2-selection__arrow{height:43px!important}

/* ===== Home 2026: U.S. premium landing ===== */
i {
    
    font-weight: 100;
}
body.home-modern{background:#fff;color:#0b1f3a}.home-modern .topnav{height:82px;background:rgba(5,24,52,.97);border-bottom:1px solid rgba(255,255,255,.08)}.home-modern .container{width:min(1240px,calc(100% - 40px))}.home-modern .brand{font-size:22Px;letter-spacing:.01em}.home-modern .brand-mark{background:linear-gradient(180deg,#153b70 0 44%,#fff 44% 56%,#d91f34 56% 100%);border-radius:11px;border:1px solid rgba(255,255,255,.35);box-shadow:none}.home-modern .brand-mark i{filter:drop-shadow(0 1px 1px rgba(0,0,0,.25))}.home-modern nav{gap:30px}.home-modern nav>a:not(.btn){font-size:13px;font-weight:600;color:#dbe6f2}.home-modern .btn-primary{background:#df2439;box-shadow:0 12px 28px rgba(217,31,52,.24)}
.usv-hero{position:relative;background:#fff;overflow:hidden;padding:58px 0 0}.usv-hero:before{content:"";position:absolute;inset:0 52% 0 0;background:linear-gradient(90deg,#fff 0%,#fff 78%,rgba(255,255,255,0));z-index:1;pointer-events:none}.usv-hero-grid{display:grid;grid-template-columns:1.02fr .98fr;min-height:600px;align-items:center;position:relative}.usv-hero-copy{position:relative;z-index:4;padding:34px 12px 74px 0}.usv-kicker{display:flex;align-items:center;gap:10px;font-size:12px;font-weight:800;letter-spacing:.14em;color:#334b67}.usv-kicker-line{width:28px;height:3px;background:#df2439;border-radius:99px}.usv-hero h1{font-size:clamp(48px,5.6vw,76px);line-height:.98;letter-spacing:-.055em;margin:19px 0 22px;color:#071c3d;max-width:690px}.usv-hero h1 span{color:#d91f34}.usv-hero p{font-size:18px;line-height:1.65;color:#50627a;max-width:640px;margin:0}.usv-hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}.usv-btn-lg{padding:15px 20px;border-radius:10px;font-size:14px}.usv-btn-light{background:#fff;color:#0b2547;border:1px solid #aeb9c7;box-shadow:0 5px 18px rgba(6,28,61,.04)}.usv-trust-points{display:flex;gap:22px;flex-wrap:wrap;margin-top:26px;color:#455b75;font-size:12px;font-weight:600}.usv-trust-points span{display:flex;align-items:center;gap:7px}.usv-trust-points i{color:#159268;font-size:16px}.usv-hero-visual{position:relative;min-height:600px;margin-right:calc((100vw - min(1240px,calc(100vw - 40px)))/-2);overflow:hidden}.usv-hero-photo{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center}.usv-photo-shade{position:absolute;inset:0;background:linear-gradient(90deg,#fff 0%,rgba(255,255,255,.55) 13%,rgba(255,255,255,0) 42%),linear-gradient(0deg,rgba(3,20,44,.12),transparent 45%)}.usv-live-card{position:absolute;right:44px;bottom:32px;width:330px;background:rgba(255,255,255,.97);border:1px solid rgba(10,34,66,.1);border-radius:18px;padding:18px;box-shadow:0 24px 70px rgba(6,24,52,.22);backdrop-filter:blur(12px)}.usv-live-top{display:flex;gap:12px;align-items:center}.usv-live-avatar{width:48px;height:48px;border-radius:50%;display:grid;place-items:center;background:#071f43;color:#fff;font-size:22px;box-shadow:0 0 0 5px #eef3f8}.usv-live-top strong{display:block;font-size:15px;color:#0a1f3e}.usv-live-top span{display:block;font-size:13px;font-weight:700;color:#d91f34;margin-top:1px}.usv-live-card p{font-size:12px;line-height:1.55;color:#5d6c80;margin:13px 0}.usv-live-card button{width:100%;border:0;border-radius:9px;padding:12px 14px;background:#071f43;color:#fff;font:inherit;font-size:13px;font-weight:700;cursor:pointer}.usv-live-card small{display:flex;align-items:center;justify-content:center;gap:7px;font-size:12px;color:#6c7a8d;margin-top:10px}.usv-live-card small i{width:7px;height:7px;border-radius:50%;background:#16a36f;box-shadow:0 0 0 3px #e4f7ef}.usv-us-badge{position:absolute;left:24px;top:28px;background:#081f43;color:#fff;border-radius:12px;padding:11px 13px;display:grid;grid-template-columns:auto auto;gap:0 7px;align-items:center;box-shadow:0 12px 28px rgba(5,22,48,.15)}.usv-us-badge>span{grid-row:1/3;color:#fff;font-size:20px}.usv-us-badge b{font-size:13px;letter-spacing:.08em}.usv-us-badge small{font-size:8px;color:#b9c9db;text-transform:uppercase;letter-spacing:.08em}
.usv-service-strip{position:relative;z-index:8;background:#071f43}.usv-services{display:grid;grid-template-columns:repeat(4,1fr);min-height:96px}.usv-services>div{display:flex;gap:14px;align-items:center;justify-content:center;color:#fff;border-right:1px solid rgba(255,255,255,.13)}.usv-services>div:last-child{border-right:0}.usv-services i{font-size:27px;color:#fff}.usv-services b{font-size:13px}.usv-services small{display:block;color:#9fb2ca;font-size:12px;margin-top:3px}.usv-section{padding:88px 0}.usv-offer{background:#f6f8fb}.usv-offer-grid{display:grid;grid-template-columns:1.06fr .94fr;gap:70px;align-items:center}.usv-offer-photo-wrap{position:relative;min-height:500px;border-radius:22px;overflow:hidden;box-shadow:0 22px 55px rgba(6,28,61,.12)}.usv-offer-photo{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.usv-offer-photo-wrap:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(5,22,48,.1),rgba(5,22,48,0) 45%)}.usv-price-card{position:absolute;z-index:2;right:24px;bottom:24px;width:255px;background:#071f43;color:#fff;border-radius:17px;padding:24px;box-shadow:0 18px 45px rgba(3,17,37,.35)}.usv-price-card>span{font-size:12px;letter-spacing:.14em;color:#ff5368;font-weight:800}.usv-price-card>strong{display:block;font-size:64px;line-height:1;letter-spacing:-.05em;margin:7px 0 2px}.usv-price-card>small{font-size:12px;letter-spacing:.12em;color:#b5c6d9}.usv-price-card ul{list-style:none;padding:0;margin:18px 0;display:grid;gap:8px;font-size:12px;color:#e2eaf3}.usv-price-card li{display:flex;gap:7px}.usv-price-card li i{color:#5ce0ac}.usv-price-card a{display:block;background:#df2439;color:#fff;text-align:center;padding:12px;border-radius:8px;font-weight:800;font-size:12px}.usv-mini-title{display:inline-flex;align-items:center;gap:7px;font-size:12px;letter-spacing:.15em;font-weight:800;color:#0d315d}.usv-mini-red{color:#d91f34}.usv-offer-copy h2,.usv-realtime h2,.usv-portal-copy h2{font-size:clamp(34px,4.3vw,52px);line-height:1.05;letter-spacing:-.045em;color:#071c3d;margin:13px 0 16px}.usv-offer-copy>p,.usv-realtime-copy>p,.usv-portal-copy>p{font-size:22Px;line-height:1.7;color:#647389;max-width:590px}.usv-benefits{display:grid;gap:18px;margin-top:28px}.usv-benefits>div{display:flex;gap:14px;align-items:flex-start}.usv-benefits i{width:39px;height:39px;border-radius:10px;background:#eef3f8;color:#0c315c;display:grid;place-items:center;font-size:19px;flex:0 0 auto}.usv-benefits b{display:block;font-size:14px;color:#172b48}.usv-benefits small{display:block;font-size:12px;line-height:1.5;color:#748296;margin-top:3px}
.usv-process{background:#fff}.usv-center-head{text-align:center;max-width:720px;margin:0 auto 48px}.usv-center-head>span{font-size:12px;letter-spacing:.16em;color:#d91f34;font-weight:800}.usv-center-head h2{font-size:clamp(34px,4vw,48px);letter-spacing:-.045em;margin:8px 0 9px;color:#071c3d}.usv-center-head p{color:#738096;margin:0}.usv-process-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.usv-process-grid article{position:relative;border:1px solid #e0e6ed;border-radius:18px;padding:28px 26px 25px;background:#fff;box-shadow:0 8px 28px rgba(7,28,61,.04)}.usv-process-grid article>i{font-size:30px;color:#0d315d}.usv-step-number{position:absolute;right:20px;top:18px;width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:#071f43;color:#fff;font-weight:800}.usv-process-grid h3{font-size:17px;color:#102746;margin:24px 0 8px}.usv-process-grid p{font-size:13px;line-height:1.6;color:#718096;margin:0}.usv-realtime{background:linear-gradient(135deg,#071f43,#0d3767);color:#fff}.usv-realtime-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:64px;align-items:center}.usv-realtime h2{color:#fff}.usv-realtime-copy>p{color:#bed0e1}.usv-realtime .btn-navy{background:#fff;color:#071f43;margin-top:16px}.usv-disclosure{display:block;color:#8fa9c2;font-size:12px;line-height:1.5;margin-top:14px;max-width:520px}.usv-conversation-card{background:#fff;color:#102746;border-radius:20px;padding:18px;box-shadow:0 28px 70px rgba(0,0,0,.25)}.usv-conversation-head{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #e8edf2;padding:3px 2px 14px;font-size:12px;font-weight:700}.usv-conversation-head span{display:flex;align-items:center;gap:7px}.usv-conversation-head span i{width:7px;height:7px;border-radius:50%;background:#11a36c}.usv-conversation-head small{color:#8b99aa}.usv-convo-row{max-width:84%;padding:12px 14px;border-radius:14px;font-size:12px;line-height:1.55;margin-top:14px}.usv-convo-row.me{margin-left:auto;background:#071f43;color:#fff;border-bottom-right-radius:4px}.usv-convo-row.support{background:#f1f4f8;border-bottom-left-radius:4px;color:#4b5e76}.usv-convo-input{height:48px;border:1px solid #e0e6ed;border-radius:11px;margin-top:16px;display:flex;align-items:center;justify-content:space-between;padding:0 13px;color:#a2adba;font-size:12px}.usv-convo-input i{width:32px;height:32px;border-radius:8px;background:#df2439;color:#fff;display:grid;place-items:center}
.usv-portal-section{background:#f6f8fb}.usv-portal-grid{display:grid;grid-template-columns:.72fr 1.28fr;gap:58px;align-items:center}.usv-portal-copy ul{list-style:none;padding:0;margin:25px 0 0;display:grid;grid-template-columns:1fr 1fr;gap:13px;font-size:13px;color:#3c526e}.usv-portal-copy li{display:flex;align-items:center;gap:8px}.usv-portal-copy li i{color:#12a36d}.usv-dashboard-demo{display:grid;grid-template-columns:190px 1fr;min-height:385px;background:#fff;border:1px solid #dfe6ee;border-radius:20px;overflow:hidden;box-shadow:0 20px 55px rgba(6,28,61,.12)}.usv-dashboard-demo aside{background:#071f43;color:#d9e5f2;padding:22px 14px;display:flex;flex-direction:column;gap:7px}.usv-demo-brand{display:flex;align-items:center;gap:9px;margin-bottom:24px;color:#fff}.usv-demo-brand>i{width:35px;height:35px;border:1px solid rgba(255,255,255,.3);border-radius:9px;display:grid;place-items:center}.usv-demo-brand span{font-weight:800}.usv-demo-brand small{display:block;font-size:7px;letter-spacing:.15em}.usv-dashboard-demo aside a{font-size:12px;padding:10px;border-radius:8px;display:flex;gap:8px;align-items:center}.usv-dashboard-demo aside a.active{background:rgba(255,255,255,.12);color:#fff}.usv-demo-main{padding:28px}.usv-demo-top{display:flex;justify-content:space-between;align-items:flex-start;border-bottom:1px solid #e7ecf1;padding-bottom:17px}.usv-demo-top small{font-size:8px;color:#9aa8b7;letter-spacing:.15em;font-weight:800}.usv-demo-top h3{margin:4px 0 0}.usv-demo-top>span{font-size:12px;padding:6px 9px;border-radius:999px;background:#e9f9f1;color:#0b8158;font-weight:700}.usv-demo-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:18px 0}.usv-demo-stats div{background:#f7f9fb;border:1px solid #e8edf2;border-radius:10px;padding:12px}.usv-demo-stats small{display:block;color:#8c99a8;font-size:12px}.usv-demo-stats b{font-size:12px;color:#263a55}.usv-demo-upload{border:1px dashed #b9c6d5;border-radius:12px;min-height:150px;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#64758a}.usv-demo-upload i{font-size:32px;color:#0a2d59}.usv-demo-upload b{font-size:12px;margin-top:6px;color:#30465f}.usv-demo-upload small{font-size:12px;margin-top:3px}.usv-lead-section{background:#fff}.usv-lead-card{background:#071f43;color:#fff;border-radius:24px;padding:44px;display:grid;grid-template-columns:.8fr 1.2fr;gap:55px;align-items:center;box-shadow:0 20px 55px rgba(6,28,61,.13)}.usv-lead-card h2{font-size:36px;line-height:1.08;letter-spacing:-.04em;margin:10px 0;color:#fff}.usv-lead-card p{color:#aebfd1}.usv-lead-form{background:#fff;color:#102746;border-radius:17px;padding:20px}.usv-lead-form .btn{width:100%}.usv-faq-section{background:#f7f9fb}.usv-faq-section .faq-item{box-shadow:0 4px 18px rgba(7,28,61,.03)}.usv-final-cta{background:#df2439;color:#fff;padding:48px 0}.usv-final-inner{display:flex;justify-content:space-between;gap:24px;align-items:center}.usv-final-inner span{font-size:12px;letter-spacing:.16em;font-weight:800;color:#ffd9df}.usv-final-inner h2{font-size:38px;letter-spacing:-.04em;margin:7px 0 4px}.usv-final-inner p{margin:0;color:#ffe0e5}.usv-white-btn{background:#fff;color:#b7162c}.usv-chat-title{display:flex;align-items:center;gap:10px}.usv-chat-avatar{width:37px;height:37px;border-radius:50%;background:#fff;color:#071f43;display:grid;place-items:center}.usv-chat-note{padding:7px 13px;background:#fff9ea;border-top:1px solid #f2e7c2;color:#786b45;font-size:12px;line-height:1.4}.home-modern .chat-head{background:#071f43}.home-modern .chat-fab{background:#df2439;box-shadow:0 16px 35px rgba(217,31,52,.35)}
@media(max-width:980px){.usv-hero-grid,.usv-offer-grid,.usv-realtime-grid,.usv-portal-grid,.usv-lead-card{grid-template-columns:1fr}.usv-hero{padding-top:20px}.usv-hero:before{display:none}.usv-hero-copy{padding:42px 0}.usv-hero-visual{margin:0;min-height:520px;border-radius:22px 22px 0 0}.usv-offer-grid,.usv-realtime-grid,.usv-portal-grid{gap:36px}.usv-process-grid{grid-template-columns:1fr}.usv-dashboard-demo{min-height:350px}.usv-lead-card{gap:28px}.usv-services{grid-template-columns:1fr 1fr}.usv-services>div{min-height:82px;border-bottom:1px solid rgba(255,255,255,.12)}.usv-services>div:nth-child(2){border-right:0}.usv-service-strip{padding:0}.home-modern nav>a:not(.btn){display:none}}
@media(max-width:640px){.home-modern .container{width:min(100% - 24px,1240px)}.home-modern .topnav{height:70px}.home-modern nav .btn{display:inline-flex;padding:9px 11px;font-size:12px}.home-modern .mobile-nav{display:none}.usv-hero h1{font-size:44px}.usv-hero p{font-size:15px}.usv-hero-actions{display:grid}.usv-hero-actions .btn{width:100%}.usv-trust-points{gap:12px}.usv-hero-visual{min-height:460px}.usv-live-card{left:14px;right:14px;bottom:14px;width:auto}.usv-us-badge{left:14px;top:14px}.usv-services{grid-template-columns:1fr 1fr}.usv-services>div{justify-content:flex-start;padding:0 12px}.usv-section{padding:62px 0}.usv-offer-photo-wrap{min-height:470px}.usv-price-card{left:16px;right:16px;bottom:16px;width:auto}.usv-offer-copy h2,.usv-realtime h2,.usv-portal-copy h2{font-size:36px}.usv-dashboard-demo{grid-template-columns:78px 1fr;min-height:340px}.usv-dashboard-demo aside{padding:14px 8px}.usv-dashboard-demo aside a{justify-content:center;font-size:0}.usv-dashboard-demo aside a i{font-size:18px}.usv-demo-brand span{display:none}.usv-demo-brand{justify-content:center}.usv-demo-main{padding:18px}.usv-demo-stats{grid-template-columns:1fr}.usv-portal-copy ul{grid-template-columns:1fr}.usv-lead-card{padding:24px}.usv-lead-card h2{font-size:31px}.usv-final-inner{align-items:flex-start;flex-direction:column}.usv-final-inner h2{font-size:32px}.usv-final-inner .btn{width:100%}.usv-conversation-card{padding:14px}.usv-service-strip .container{width:100%}}

/* =========================================================
   TuProximaVISA — Brand / Landing V3
   ========================================================= */
:root{--navy:#062b61;--navy2:#001f49;--tpv-navy:#062b61;--tpv-navy-deep:#001d45;--tpv-blue:#0a3a77;--red:#ef222d;--red2:#ff3440;--tpv-red:#ef222d;--bg:#f7f9fc;--text:#08264e;--muted:#66758a;--line:#e7ebf1;--shadow:0 18px 55px rgba(5,37,79,.10)}
body{background:#fff;color:var(--text)}
.tpv-topnav{height:86px;background:#062b61;border:0;box-shadow:0 4px 18px rgba(0,29,69,.12)}
.tpv-topnav .nav-inner{height:86px}.tpv-topnav nav{gap:34px;font-size:13px;font-weight:700}.tpv-topnav nav>a:not(.btn){color:#fff}.tpv-topnav nav>a:not(.btn):hover{opacity:.78}.tpv-topnav .btn-primary{box-shadow:none;border-radius:7px;padding:12px 18px;background:#ef222d}
.tpv-brand{display:flex;align-items:center;gap:9px;color:#fff;font-size:21px;font-weight:800;letter-spacing:-.045em;white-space:nowrap}.tpv-brand img{width:44px;height:48px;object-fit:contain;}.tpv-brand b{color:#ff2a35;font-weight:900}

.tpv-home{background:#fff}.tpv-home .container{width:min(1240px,calc(100% - 48px))}
.tpv-hero{background:#fff;overflow:hidden}.tpv-hero-grid{display:grid;grid-template-columns:1.04fr .96fr;min-height:610px;align-items:stretch}.tpv-hero-copy{padding:84px 48px 70px 0;display:flex;flex-direction:column;justify-content:center}.tpv-stars{display:flex;align-items:center;gap:7px;color:#0b376f;font-size:12px;margin-bottom:18px}.tpv-stars span{width:42px;height:2px;background:#12386b}.tpv-stars .red{color:#ef222d}.tpv-hero h1{font-size:clamp(48px,5.6vw,76px);line-height:.99;letter-spacing:-.06em;margin:0;color:#062b61;font-weight:900}.tpv-hero h1 em{font-style:normal;color:#ef222d}.tpv-hero-copy>p{font-size:18px;line-height:1.62;color:#51627a;max-width:610px;margin:22px 0 0}.tpv-hero-actions{display:flex;gap:12px;align-items:center;margin-top:30px;flex-wrap:wrap}.tpv-main-btn{border-radius:8px!important;padding:15px 21px!important;background:#ef222d!important;box-shadow:0 12px 26px rgba(239,34,45,.18)!important}.tpv-outline-btn{border:1px solid #cfd7e2;background:#fff;color:#082b5d;border-radius:8px;padding:14px 18px;font-weight:800}.tpv-outline-btn:hover{background:#f7f9fc}.tpv-trust-mini{display:flex;gap:24px;flex-wrap:wrap;margin-top:28px;font-size:12px;font-weight:700;color:#4d6079}.tpv-trust-mini span{display:flex;align-items:center;gap:7px}.tpv-trust-mini i{font-size:22Px;color:#0b3a75}.tpv-trust-mini span:first-child i{color:#16a36d}.tpv-trust-mini span:nth-child(2) i{color:#0878d1}
.tpv-hero-photo-wrap{position:relative;min-height:610px;background:#eef2f7;overflow:hidden}.tpv-hero-photo{width:100%;height:100%;object-fit:cover;object-position:center;display:block;filter:saturate(.9) contrast(1.02)}.tpv-hero-photo-wrap:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,.12),transparent 24%);pointer-events:none}.tpv-wall-mark{position:absolute;right:42px;top:38px;width:126px;height:126px;object-fit:contain;opacity:.16;z-index:2}.tpv-live-card{position:absolute;z-index:4;left:-52px;bottom:43px;width:420px;background:#fff;border:1px solid #edf0f5;border-radius:15px;box-shadow:0 20px 55px rgba(0,30,67,.16);padding:18px;display:grid;grid-template-columns:55px 1fr;gap:12px;align-items:center}.tpv-live-icon{width:54px;height:54px;border-radius:50%;background:#062b61;color:#fff;display:grid;place-items:center;font-size:24px;position:relative}.tpv-live-icon b{position:absolute;width:12px;height:12px;border-radius:50%;background:#ef222d;border:2px solid white;right:1px;bottom:5px}.tpv-live-card strong{display:block;font-size:15px;line-height:1.25;color:#072854}.tpv-live-card small{display:block;color:#718095;font-size:12px;line-height:1.45;margin-top:5px}.tpv-live-card button{grid-column:2;background:#ef222d;color:#fff;border:0;border-radius:6px;height:39px;font-weight:800;cursor:pointer}

.tpv-services-section{padding:62px 0 30px;background:#fff}.tpv-services-layout{display:grid;grid-template-columns:260px 1fr;gap:48px;align-items:center}.tpv-section-intro{position:relative}.tpv-section-intro>span,.tpv-portal-copy>span,.tpv-lead-card>div>span{display:block;color:#ef222d;font-weight:900;font-size:12px;letter-spacing:.12em}.tpv-section-intro h2,.tpv-portal-copy h2{font-size:34px;line-height:1.08;letter-spacing:-.045em;color:#062b61;margin:12px 0 0;font-weight:900}.tpv-faint-mark{width:125px;opacity:.045;position:absolute;left:75px;bottom:-65px}.tpv-services-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.tpv-services-grid article{background:#fff;border:1px solid #eceff4;border-radius:13px;padding:27px 20px 24px;text-align:center;box-shadow:0 9px 30px rgba(2,38,84,.06);min-height:225px}.tpv-service-icon{width:54px;height:54px;margin:0 auto 15px;display:grid;place-items:center;color:#0a3975;font-size:31px;position:relative}.tpv-service-icon b{position:absolute;right:-5px;bottom:0;width:19px;height:19px;border-radius:50%;background:#ef222d;color:white;font-size:12px;display:grid;place-items:center;border:2px solid white}.tpv-services-grid h3{font-size:22Px;line-height:1.18;margin:0;color:#082b5e}.tpv-services-grid p{font-size:12px;line-height:1.55;color:#718095;margin:12px 0 0}

.tpv-price-band{padding:28px 0 54px;background:#fff}.tpv-price-inner{border:1px solid #e8edf3;background:#fff;border-radius:13px;box-shadow:0 12px 32px rgba(5,37,79,.06);padding:22px 28px;display:grid;grid-template-columns:1.15fr 1.5fr .7fr;gap:25px;align-items:center;position:relative;overflow:hidden}.tpv-price-inner:after{content:"";position:absolute;right:48px;bottom:-62px;width:150px;height:150px;background:url('../img/brand-icon.png') center/contain no-repeat;opacity:.035}.tpv-price-brand{display:flex;align-items:center;gap:16px}.tpv-price-brand img{width:65px;height:65px;object-fit:contain}.tpv-price-brand span{display:block;font-size:14px;color:#213d64;font-weight:800}.tpv-price-brand strong{display:block;color:#ef222d;font-size:50px;line-height:.95;letter-spacing:-.06em}.tpv-price-list{border-left:1px solid #e4e9f0;padding-left:26px;display:grid;gap:8px;font-size:12px;color:#445a76}.tpv-price-list span{display:flex;align-items:center;gap:7px}.tpv-price-list i{color:#0c4b95;font-weight:900}.tpv-price-btn{position:relative;z-index:2;border-radius:6px!important;box-shadow:none!important;white-space:nowrap}

.tpv-how{padding:26px 0 70px;background:#fff}.tpv-how-layout{display:grid;grid-template-columns:280px 1fr;gap:45px;align-items:center}.tpv-section-intro.compact h2{font-size:31px}.tpv-how-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:0}.tpv-how-grid article{display:flex;gap:15px;padding:6px 28px 6px 18px;position:relative}.tpv-how-grid article:not(:last-child):after{content:"";position:absolute;right:-5px;top:28px;width:28px;border-top:2px dotted #bcc7d5}.tpv-how-grid article>b{width:44px;height:44px;flex:0 0 44px;border-radius:50%;background:#eff3f8;color:#082d61;display:grid;place-items:center;font-size:20px}.tpv-how-grid h3{font-size:14px;margin:2px 0 5px;color:#082b5e}.tpv-how-grid p{line-height:1.5;margin:0;color:#6d7c90}

.tpv-confidence{padding:68px 0;background:#f8fafe;border-top:1px solid #f0f2f6}.tpv-confidence-layout{display:grid;grid-template-columns:280px 1fr;gap:45px}.tpv-rating-safe{display:flex;align-items:center;gap:8px;margin-top:24px;color:#0b3974;font-size:12px}.tpv-rating-safe i{font-size:23px;color:#ef222d}.tpv-confidence-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.tpv-confidence-grid article{background:#fff;border:1px solid #e8edf3;border-radius:13px;padding:24px;box-shadow:0 8px 25px rgba(5,37,79,.04)}.tpv-confidence-grid article>i{font-size:28px;color:#0a3b78}.tpv-confidence-grid h3{font-size:15px;color:#082b5d;margin:18px 0 8px}.tpv-confidence-grid p{font-size:12px;line-height:1.6;color:#6c7b8f;margin:0}

.tpv-portal{padding:72px 0 76px;background:#fff}.tpv-portal-layout{display:grid;grid-template-columns:310px 1fr;gap:60px;align-items:center}.tpv-portal-copy p{font-size:13px;line-height:1.65;color:#67778c;margin:17px 0 24px}.tpv-portal-mock{min-height:420px;border:1px solid #dfe6ef;border-radius:15px;overflow:hidden;box-shadow:0 20px 50px rgba(5,37,79,.11);display:grid;grid-template-columns:190px 1fr;background:#fff}.tpv-portal-mock aside{background:#062b61;color:#dce7f5;padding:20px 13px;display:flex;flex-direction:column;gap:5px}.tpv-mini-logo{display:flex;align-items:center;gap:7px;margin-bottom:22px;color:#fff;font-size:12px;font-weight:800}.tpv-mini-logo img{width:33px;height:36px;object-fit:contain;filter:brightness(0) invert(1)}.tpv-mini-logo b{color:#ff2b36}.tpv-portal-mock aside a{font-size:12px;padding:10px 11px;border-radius:7px;display:flex;align-items:center;gap:8px}.tpv-portal-mock aside a.active{background:rgba(255,255,255,.12);color:#fff}.tpv-portal-main{padding:25px}.tpv-portal-head{display:flex;align-items:flex-start;justify-content:space-between}.tpv-portal-head small{font-size:12px;color:#96a2b2}.tpv-portal-head h3{font-size:20px;margin:3px 0;color:#092c5d}.tpv-portal-head>span{font-size:12px;color:#0a875f;background:#eaf9f3;padding:6px 8px;border-radius:999px}.tpv-portal-head>span i{display:inline-block;width:6px;height:6px;border-radius:50%;background:#14a974}.tpv-case-card,.tpv-doc-card{border:1px solid #e7ebf1;border-radius:11px;padding:16px;margin-top:16px}.tpv-case-card h4,.tpv-doc-card h4{font-size:12px;margin:0 0 14px;color:#233d61}.tpv-case-steps{display:grid;grid-template-columns:repeat(4,1fr);position:relative}.tpv-case-steps:before{content:"";position:absolute;left:9%;right:9%;top:13px;height:2px;background:#e4e8ee}.tpv-case-steps span{position:relative;z-index:2;text-align:center}.tpv-case-steps b{width:26px;height:26px;margin:auto;border-radius:50%;background:#fff;border:2px solid #d7dfe9;color:#98a6b7;font-size:12px;display:grid;place-items:center}.tpv-case-steps .done b{background:#16a36d;border-color:#16a36d;color:white}.tpv-case-steps .current b{background:#1264c0;border-color:#1264c0;color:white}.tpv-case-steps small{display:block;font-size:8px;color:#6d7d91;margin-top:6px}.tpv-doc-card>div small{font-size:8px;color:#a0adbd}.tpv-doc-card>div h4{margin:3px 0 10px}.tpv-doc-card>span{display:flex;align-items:center;gap:7px;border-top:1px solid #edf0f4;padding:9px 0;font-size:12px;color:#465b77}.tpv-doc-card>span i{color:#ef222d;font-size:16px}.tpv-doc-card button{margin-left:auto;border:1px solid #dce4ee;background:#fff;color:#0d448a;border-radius:5px;font-size:8px;padding:5px 8px}

.tpv-trust-strip{background:#f5f8fc;border-top:1px solid #e8edf4;border-bottom:1px solid #e8edf4}.tpv-trust-strip>.container{height:86px;display:flex;align-items:center;justify-content:space-between;gap:25px}.tpv-trust-strip div div{display:flex;align-items:center;gap:12px}.tpv-trust-strip img{width:38px;height:42px;object-fit:contain}.tpv-trust-strip strong{color:#0a2d60}.tpv-trust-strip>div>span{font-size:12px;font-weight:700;color:#53657c;display:flex;align-items:center;gap:7px}.tpv-trust-strip i{font-size:19px;color:#0b448c}.tpv-trust-strip span:nth-last-child(2) i{color:#0878d1}

.tpv-lead-section{padding:70px 0;background:#fff}.tpv-lead-card{background:#062b61;border-radius:18px;padding:36px 40px;display:grid;grid-template-columns:.8fr 1.2fr;gap:45px;align-items:center;color:#fff}.tpv-lead-card h2{font-size:34px;line-height:1.06;letter-spacing:-.045em;margin:10px 0}.tpv-lead-card p{color:#c3d3e7;font-size:13px}.tpv-lead-form{background:#fff;border-radius:12px;padding:19px;color:#17375f}.tpv-lead-form .btn{width:100%}.tpv-faq{padding:68px 0;background:#f8fafe}.tpv-section-intro.center{text-align:center;margin-bottom:32px}.tpv-section-intro.center h2{font-size:38px}.tpv-faq .faq-item{box-shadow:none}.tpv-final{background:#ef222d;color:#fff}.tpv-final>.container{min-height:155px;display:flex;align-items:center;justify-content:space-between;gap:30px}.tpv-final span{font-size:12px;font-weight:900;letter-spacing:.14em;color:#ffd8dc}.tpv-final h2{font-size:38px;margin:8px 0 4px;letter-spacing:-.05em}.tpv-final p{margin:0;color:#ffe3e5}.tpv-white-btn{background:#fff;color:#b9141e;border-radius:7px;padding:14px 18px}

.tpv-footer{background:#062b61;color:#e7f0fb;padding:46px 0 18px}.tpv-footer-grid{display:grid;grid-template-columns:1.35fr .7fr .9fr 1fr;gap:48px}.tpv-footer .tpv-brand{font-size:21px;margin-bottom:15px}.tpv-footer .tpv-brand img{width:47px;height:50px}.tpv-footer p{color:#b9cce2;font-size:12px;line-height:1.65;max-width:320px}.tpv-footer-grid>div:not(:first-child){display:flex;flex-direction:column;gap:9px;font-size:12px;color:#b9cce2}.tpv-footer-grid strong{color:#fff;font-size:12px;margin-bottom:5px}.tpv-footer-grid a:hover{color:#fff}.tpv-footer-grid>div:last-child span{display:flex;align-items:center;gap:7px}.tpv-footer-social{display:flex;gap:8px;margin-top:14px}.tpv-footer-social span{width:28px;height:28px;border:1px solid rgba(255,255,255,.25);border-radius:50%;display:grid;place-items:center;color:#fff;font-size:13px}.tpv-footer-note{border-top:1px solid rgba(255,255,255,.11);margin-top:30px;padding-top:16px;display:flex;justify-content:space-between;gap:22px;color:#8ea8c4;font-size:12px}.tpv-footer-note span:last-child{max-width:620px;text-align:right}

.tpv-home .chat-fab{background:#ef222d;box-shadow:0 14px 32px rgba(239,34,45,.28)}.tpv-home .chat-head{background:#062b61}

/* Shared branding on internal pages */
.auth-side{background:linear-gradient(145deg,#062b61,#001d45)}.btn-primary{background:linear-gradient(135deg,#ef222d,#ff3641);box-shadow:0 10px 28px rgba(239,34,45,.20)}.btn-navy{background:#062b61}.kicker{color:#ef222d}.price{color:#062b61}.score{color:#ef222d}.progress span{background:#ef222d}.badge.red{color:#bd1420}.chat-fab{background:#ef222d}.chat-head{background:#062b61}

@media(max-width:1050px){.tpv-topnav nav{gap:18px}.tpv-services-layout,.tpv-how-layout,.tpv-confidence-layout,.tpv-portal-layout{grid-template-columns:1fr}.tpv-services-grid{grid-template-columns:repeat(2,1fr)}.tpv-section-intro{max-width:600px}.tpv-faint-mark{display:none}.tpv-price-inner{grid-template-columns:1fr 1fr}.tpv-price-btn{grid-column:1/-1}.tpv-portal-copy{max-width:600px}.tpv-confidence-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:900px){.tpv-topnav nav>a:not(.btn){display:none}.tpv-topnav nav{margin-left:auto}.tpv-hero-grid{grid-template-columns:1fr}.tpv-hero-copy{padding:60px 0 45px}.tpv-hero-photo-wrap{min-height:510px;border-radius:16px;margin-bottom:30px}.tpv-live-card{left:24px}.tpv-how-grid{grid-template-columns:1fr;gap:18px}.tpv-how-grid article:not(:last-child):after{display:none}.tpv-confidence-grid{grid-template-columns:1fr}.tpv-lead-card{grid-template-columns:1fr}.tpv-footer-grid{grid-template-columns:1.2fr 1fr 1fr}.tpv-footer-grid>div:last-child{grid-column:1/-1}.tpv-footer-note{flex-direction:column}.tpv-footer-note span:last-child{text-align:left}.tpv-trust-strip>.container{height:auto;padding:24px 0;flex-wrap:wrap;justify-content:flex-start}.tpv-portal-mock{min-height:390px}}
@media(max-width:640px){.tpv-home .container{width:min(100% - 26px,1240px)}.tpv-topnav,.tpv-topnav .nav-inner{height:72px}.tpv-brand{font-size:17px}.tpv-brand img{width:35px;height:39px}.tpv-topnav nav .btn{font-size:12px;padding:9px 10px}.tpv-hero-copy{padding-top:45px}.tpv-hero h1{font-size:46px}.tpv-hero-copy>p{font-size:15px}.tpv-hero-actions{display:grid}.tpv-hero-actions .btn{width:100%}.tpv-trust-mini{gap:11px}.tpv-hero-photo-wrap{min-height:430px}.tpv-wall-mark{width:88px;height:88px;right:18px;top:18px}.tpv-live-card{left:12px;right:12px;bottom:12px;width:auto;grid-template-columns:46px 1fr;padding:13px}.tpv-live-icon{width:44px;height:44px;font-size:20px}.tpv-services-section{padding-top:46px}.tpv-services-layout{gap:28px}.tpv-section-intro h2,.tpv-portal-copy h2{font-size:31px}.tpv-services-grid{grid-template-columns:1fr 1fr;gap:10px}.tpv-services-grid article{padding:20px 12px;min-height:210px}.tpv-services-grid p{font-size:12px}.tpv-price-inner{grid-template-columns:1fr;padding:19px}.tpv-price-list{border-left:0;border-top:1px solid #e4e9f0;padding:17px 0 0}.tpv-price-btn{grid-column:auto;width:100%}.tpv-price-brand strong{font-size:44px}.tpv-how{padding-bottom:52px}.tpv-how-layout{gap:25px}.tpv-how-grid article{padding-left:0}.tpv-confidence{padding:54px 0}.tpv-portal{padding:54px 0}.tpv-portal-layout{gap:30px}.tpv-portal-mock{grid-template-columns:66px 1fr;min-height:385px}.tpv-portal-mock aside{padding:13px 7px}.tpv-mini-logo span{display:none}.tpv-mini-logo{justify-content:center}.tpv-mini-logo img{width:32px}.tpv-portal-mock aside a{font-size:0;justify-content:center}.tpv-portal-mock aside a i{font-size:18px}.tpv-portal-main{padding:14px}.tpv-case-steps small{font-size:6.5px}.tpv-lead-section{padding:50px 0}.tpv-lead-card{padding:25px 18px}.tpv-lead-card h2{font-size:29px}.tpv-final>.container{padding:30px 0;align-items:flex-start;flex-direction:column}.tpv-final h2{font-size:31px}.tpv-final .btn{width:100%}.tpv-footer-grid{grid-template-columns:1fr 1fr;gap:30px}.tpv-footer-about{grid-column:1/-1}.tpv-footer-grid>div:last-child{grid-column:1/-1}.tpv-footer-note{font-size:8px}.tpv-section-intro.center h2{font-size:32px}}

/* =========================================================
   TuPróximaVISA · Landing V4 final
   Cache-busted from PHP with ?v=time()
   ========================================================= */
.tpv-home{background:#fff;color:#0b2d5c}
.tpv-home main{background:#fff}
.tpv-home .container{width:min(1240px,calc(100% - 40px));margin-inline:auto}

.tpv-topnav{height:82px!important;background:#062b61!important;border:0!important;box-shadow:0 5px 20px rgba(0,28,66,.14)!important;position:sticky!important;top:0!important;z-index:1000!important}
.tpv-topnav .nav-inner{height:82px!important;display:flex!important;align-items:center!important;justify-content:space-between!important}
.tpv-topnav .tpv-brand{display:flex!important;align-items:center!important;gap:10px!important;color:#fff!important;font-size:22px!important;font-weight:850!important;letter-spacing:-.045em!important;line-height:1!important}
.tpv-topnav .tpv-brand img{display:block!important;width:46px!important;height:52px!important;max-width:46px!important;max-height:52px!important;object-fit:contain!important;position:static!important;transform:none!important;margin:0!important}
.tpv-topnav .tpv-brand b{color:#ff2532!important;font-weight:900!important}
.tpv-topnav nav{display:flex!important;align-items:center!important;gap:31px!important;color:#fff!important;font-size:13px!important;font-weight:700!important}
.tpv-topnav nav>a:not(.btn){color:#fff!important;opacity:.92!important}
.tpv-topnav nav>a:not(.btn):hover{opacity:1!important}
.tpv-topnav .btn-primary{background:#ef222d!important;color:#fff!important;border-radius:7px!important;padding:12px 17px!important;box-shadow:0 8px 20px rgba(239,34,45,.23)!important}

.tpv-hero{background:#fff!important;overflow:visible!important}
.tpv-hero-grid{display:grid!important;grid-template-columns:1fr 1.03fr!important;align-items:stretch!important;min-height:535px!important;gap:0!important}
.tpv-hero-copy{padding:62px 54px 58px 0!important;display:flex!important;flex-direction:column!important;justify-content:center!important;position:relative!important;z-index:3!important}
.tpv-stars{display:flex!important;align-items:center!important;gap:7px!important;color:#0a3470!important;font-size:12px!important;margin-bottom:18px!important}
.tpv-stars span{display:block!important;width:40px!important;height:2px!important;background:#0a3470!important}
.tpv-stars .red{color:#ef222d!important}
.tpv-hero h1{font-family:Inter,system-ui,sans-serif!important;font-size:clamp(49px,4.2vw,72px)!important;line-height:1.035!important;letter-spacing:-.058em!important;margin:0!important;color:#062b61!important;font-weight:900!important;max-width:650px!important}
.tpv-hero h1 em{font-style:normal!important;color:#ef222d!important}
.tpv-hero-copy>p{font-size:17px!important;line-height:1.58!important;color:#56687f!important;max-width:540px!important;margin:20px 0 0!important}
.tpv-hero-actions{display:flex!important;gap:12px!important;align-items:center!important;margin-top:28px!important;flex-wrap:wrap!important}
.tpv-main-btn{background:#ef222d!important;color:#fff!important;border-radius:7px!important;padding:14px 19px!important;box-shadow:0 11px 25px rgba(239,34,45,.2)!important;font-size:13px!important}
.tpv-outline-btn{background:#fff!important;color:#082b5d!important;border:1px solid #cad4e1!important;border-radius:7px!important;padding:13px 17px!important;font-size:13px!important;font-weight:800!important;box-shadow:none!important}
.tpv-social-proof{display:flex!important;align-items:center!important;gap:12px!important;margin-top:30px!important}
.tpv-proof-avatars{display:flex!important;align-items:center!important}
.tpv-proof-avatars img,.tpv-proof-avatars span{width:32px!important;height:32px!important;border-radius:50%!important;border:2px solid #fff!important;object-fit:cover!important;margin-left:-8px!important;box-shadow:0 2px 8px rgba(8,42,88,.12)!important}
.tpv-proof-avatars img:first-child{margin-left:0!important}.tpv-proof-avatars span{background:#062b61!important;color:#fff!important;display:grid!important;place-items:center!important;font-size:12px!important;font-weight:800!important}
.tpv-proof-stars{color:#ef222d!important;font-size:12px!important;line-height:1!important;letter-spacing:1px!important}.tpv-social-proof small{display:block!important;margin-top:5px!important;color:#52677f!important;font-size:12px!important;font-weight:700!important}

.tpv-hero-photo-wrap{position:relative!important;min-height:535px!important;background:#eef2f6!important;overflow:visible!important;border-radius:0!important}
.tpv-hero-photo{display:block!important;width:100%!important;height:100%!important;min-height:535px!important;object-fit:cover!important;object-position:center!important;filter:none!important}
.tpv-hero-photo-wrap:after{display:none!important}
.tpv-wall-mark{display:none!important}
.tpv-live-card{position:absolute!important;z-index:8!important;left:26%!important;bottom:29px!important;width:350px!important;background:#fff!important;border:1px solid #ebeff4!important;border-radius:13px!important;box-shadow:0 18px 45px rgba(6,43,97,.16)!important;padding:16px!important;display:grid!important;grid-template-columns:52px 1fr!important;gap:11px!important;align-items:center!important}
.tpv-live-icon{width:50px!important;height:50px!important;border-radius:50%!important;background:#062b61!important;color:#fff!important;display:grid!important;place-items:center!important;font-size:23px!important;position:relative!important}
.tpv-live-icon b{position:absolute!important;width:12px!important;height:12px!important;border-radius:50%!important;background:#ef222d!important;border:2px solid #fff!important;right:0!important;bottom:4px!important}
.tpv-live-card strong{display:block!important;font-size:14px!important;line-height:1.25!important;color:#062b61!important}.tpv-live-card small{display:block!important;color:#708096!important;font-size:12px!important;line-height:1.45!important;margin-top:4px!important}
.tpv-live-card button{grid-column:2!important;background:#ef222d!important;color:#fff!important;border:0!important;border-radius:6px!important;min-height:38px!important;padding:0 13px!important;font-weight:800!important;font-size:12px!important;cursor:pointer!important}

.tpv-services-section{padding:60px 0 34px!important;background:#fff!important}
.tpv-services-layout{display:grid!important;grid-template-columns:245px 1fr!important;gap:34px!important;align-items:start!important}
.tpv-section-intro{position:relative!important}.tpv-section-intro>span,.tpv-portal-copy>span{display:block!important;color:#ef222d!important;font-size:12px!important;font-weight:900!important;letter-spacing:.13em!important;margin-bottom:10px!important}
.tpv-section-intro h2,.tpv-portal-copy h2{font-size:28px!important;line-height:1.14!important;letter-spacing:-.045em!important;color:#082b5d!important;margin:0!important;font-weight:850!important}
.tpv-faint-mark{position:absolute!important;left:83px!important;top:104px!important;width:90px!important;height:100px!important;object-fit:contain!important;opacity:.045!important;filter:none!important}
.tpv-services-grid{display:grid!important;grid-template-columns:repeat(4,1fr)!important;gap:14px!important}
.tpv-services-grid article{background:#fff!important;border:1px solid #edf0f4!important;border-radius:11px!important;min-height:205px!important;padding:22px 16px!important;text-align:center!important;box-shadow:0 10px 28px rgba(5,37,79,.055)!important}
.tpv-service-icon{width:44px!important;height:44px!important;margin:0 auto 15px!important;display:grid!important;place-items:center!important;color:#072f68!important;font-size:29px!important;position:relative!important}
.tpv-service-icon b{position:absolute!important;right:-4px!important;bottom:-2px!important;width:18px!important;height:18px!important;border-radius:50%!important;background:#ef222d!important;color:#fff!important;border:2px solid #fff!important;display:grid!important;place-items:center!important;font-size:12px!important}
.tpv-services-grid h3{margin:0 0 9px!important;color:#082b5d!important;font-size:13px!important;line-height:1.18!important}.tpv-services-grid p{margin:0!important;color:#6b7b90!important;font-size:12px!important;line-height:1.55!important}

.tpv-price-band{padding:0 0 44px!important;background:#fff!important}
.tpv-price-inner{display:grid!important;grid-template-columns:1.05fr 1.2fr .7fr!important;align-items:center!important;gap:24px!important;background:#fff!important;border:1px solid #edf0f4!important;border-radius:11px!important;box-shadow:0 10px 30px rgba(6,43,97,.05)!important;padding:18px 22px!important;position:relative!important;overflow:hidden!important}
.tpv-price-inner:after{content:""!important;position:absolute!important;right:30px!important;bottom:-38px!important;width:100px!important;height:110px!important;background:url('../img/brand-icon.png') center/contain no-repeat!important;opacity:.035!important;pointer-events:none!important}
.tpv-price-brand{display:flex!important;align-items:center!important;gap:16px!important}.tpv-price-brand img{width:60px!important;height:64px!important;object-fit:contain!important}.tpv-price-brand span{display:block!important;color:#0c2c5c!important;font-size:14px!important;font-weight:800!important}.tpv-price-brand strong{display:block!important;color:#ef222d!important;font-size:47px!important;line-height:.98!important;letter-spacing:-.05em!important}
.tpv-price-list{display:flex!important;flex-direction:column!important;gap:7px!important;border-left:1px solid #e7ebf0!important;padding-left:25px!important}.tpv-price-list span{font-size:12px!important;color:#405873!important;font-weight:550!important}.tpv-price-list i{color:#0950a6!important;font-size:14px!important;margin-right:6px!important}.tpv-price-btn{background:#ef222d!important;color:#fff!important;border-radius:6px!important;padding:13px 17px!important;font-size:12px!important;box-shadow:none!important;position:relative!important;z-index:2!important}

.tpv-how{padding:12px 0 52px!important;background:#fff!important}
.tpv-how-layout{display:grid!important;grid-template-columns:245px 1fr!important;gap:34px!important;align-items:start!important}.tpv-section-intro.compact h2{font-size:27px!important}.tpv-how-grid{display:grid!important;grid-template-columns:repeat(3,1fr)!important;gap:22px!important}.tpv-how-grid article{display:grid!important;grid-template-columns:38px 1fr!important;gap:12px!important;position:relative!important;padding:6px 0!important}.tpv-how-grid article:not(:last-child):after{content:"•••"!important;position:absolute!important;right:-18px!important;top:13px!important;color:#c7d1dd!important;letter-spacing:3px!important;font-size:12px!important}.tpv-how-grid article>b{width:35px!important;height:35px!important;border-radius:50%!important;background:#eff3f8!important;color:#082b5d!important;display:grid!important;place-items:center!important;font-size:15px!important}.tpv-how-grid h3{font-size:12px!important;color:#082b5d!important;margin:1px 0 4px!important}.tpv-how-grid p{color:#6d7d91!important;line-height:1.45!important;margin:0!important}

.tpv-testimonials{padding:0 0 62px!important;background:#fff!important}.tpv-testimonials-layout{display:grid!important;grid-template-columns:245px 1fr!important;gap:34px!important;align-items:start!important}.tpv-rating-row{margin-top:24px!important;display:flex!important;align-items:center!important;gap:12px!important}.tpv-rating-row>div{color:#ef222d!important;font-size:12px!important;letter-spacing:2px!important}.tpv-rating-row strong{font-size:12px!important;color:#263f60!important}.tpv-testimonials-grid{display:grid!important;grid-template-columns:repeat(3,1fr)!important;gap:14px!important}.tpv-testimonials-grid article{border:1px solid #edf0f4!important;border-radius:11px!important;padding:18px!important;background:#fff!important;box-shadow:0 9px 25px rgba(6,43,97,.05)!important}.tpv-testimonials-grid article>i{color:#b8c2cf!important;font-size:19px!important}.tpv-testimonials-grid p{min-height:58px!important;color:#40546f!important;font-size:12px!important;line-height:1.55!important;margin:5px 0 15px!important}.tpv-person{display:grid!important;grid-template-columns:38px 1fr 25px!important;align-items:center!important;gap:9px!important}.tpv-person>img:first-child{width:36px!important;height:36px!important;border-radius:50%!important;object-fit:cover!important}.tpv-person strong{display:block!important;color:#082b5d!important;font-size:12px!important}.tpv-person small{display:block!important;color:#718096!important;font-size:8.5px!important;margin-top:2px!important}.tpv-person .tpv-person-badge{width:22px!important;height:24px!important;object-fit:contain!important}

.tpv-portal{padding:0 0 55px!important;background:#fff!important}.tpv-portal-layout{display:grid!important;grid-template-columns:285px 1fr!important;gap:55px!important;align-items:center!important}.tpv-portal-copy p{font-size:12px!important;line-height:1.65!important;color:#6d7d91!important;margin:14px 0 20px!important}.tpv-portal-copy .tpv-outline-btn{font-size:10.5px!important;padding:10px 14px!important}.tpv-portal-mock{min-height:335px!important;border:1px solid #dfe6ef!important;border-radius:12px!important;overflow:hidden!important;box-shadow:0 18px 45px rgba(5,37,79,.1)!important;display:grid!important;grid-template-columns:160px 1fr!important;background:#fff!important}.tpv-portal-mock aside{background:#062b61!important;color:#dce7f5!important;padding:17px 11px!important;display:flex!important;flex-direction:column!important;gap:4px!important}.tpv-mini-logo{display:flex!important;align-items:center!important;gap:6px!important;margin-bottom:16px!important;color:#fff!important;font-size:12px!important;font-weight:800!important}.tpv-mini-logo img{width:28px!important;height:31px!important;object-fit:contain!important;}.tpv-mini-logo b{color:#ff2b36!important}.tpv-portal-mock aside a{font-size:8.7px!important;padding:8px 9px!important;border-radius:6px!important;display:flex!important;align-items:center!important;gap:7px!important}.tpv-portal-mock aside a.active{background:rgba(255,255,255,.11)!important;color:#fff!important}.tpv-portal-main{padding:21px!important}.tpv-portal-head{display:flex!important;align-items:flex-start!important;justify-content:space-between!important}.tpv-portal-head small{font-size:8px!important;color:#96a2b2!important}.tpv-portal-head h3{font-size:17px!important;margin:3px 0!important;color:#092c5d!important}.tpv-portal-head>span{font-size:8px!important;color:#0a875f!important;background:#eaf9f3!important;padding:5px 7px!important;border-radius:999px!important}.tpv-portal-head>span i{display:inline-block!important;width:5px!important;height:5px!important;border-radius:50%!important;background:#14a974!important}.tpv-case-card,.tpv-doc-card{border:1px solid #e7ebf1!important;border-radius:9px!important;padding:13px!important;margin-top:12px!important}.tpv-case-card h4,.tpv-doc-card h4{font-size:12px!important;margin:0 0 11px!important;color:#233d61!important}.tpv-case-steps{display:grid!important;grid-template-columns:repeat(4,1fr)!important;position:relative!important}.tpv-case-steps:before{content:""!important;position:absolute!important;left:9%!important;right:9%!important;top:11px!important;height:2px!important;background:#e4e8ee!important}.tpv-case-steps span{position:relative!important;z-index:2!important;text-align:center!important}.tpv-case-steps b{width:22px!important;height:22px!important;margin:auto!important;border-radius:50%!important;background:#fff!important;border:2px solid #d7dfe9!important;color:#98a6b7!important;font-size:8px!important;display:grid!important;place-items:center!important}.tpv-case-steps .done b{background:#16a36d!important;border-color:#16a36d!important;color:#fff!important}.tpv-case-steps .current b{background:#1264c0!important;border-color:#1264c0!important;color:#fff!important}.tpv-case-steps small{display:block!important;font-size:7px!important;color:#6d7d91!important;margin-top:5px!important}.tpv-doc-card>div small{font-size:7px!important;color:#a0adbd!important}.tpv-doc-card>div h4{margin:3px 0 8px!important}.tpv-doc-card>span{display:flex!important;align-items:center!important;gap:6px!important;border-top:1px solid #edf0f4!important;padding:7px 0!important;font-size:8.5px!important;color:#465b77!important}.tpv-doc-card>span i{color:#ef222d!important;font-size:14px!important}.tpv-doc-card button{margin-left:auto!important;border:1px solid #dce4ee!important;background:#fff!important;color:#0d448a!important;border-radius:5px!important;font-size:7px!important;padding:4px 7px!important}

.tpv-trust-strip{background:#f5f8fc!important;border-top:1px solid #e8edf4!important;border-bottom:1px solid #e8edf4!important}.tpv-trust-strip>.container{min-height:72px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:28px!important}.tpv-trust-strip>.container>div{display:flex!important;align-items:center!important;gap:11px!important}.tpv-trust-strip img{width:34px!important;height:38px!important;object-fit:contain!important}.tpv-trust-strip strong{color:#0a2d60!important;font-size:13px!important}.tpv-trust-strip>.container>span{display:flex!important;flex-direction:column!important;align-items:center!important;gap:2px!important;color:#465b77!important}.tpv-trust-strip>.container>span b{font-size:12px!important;color:#173b6c!important}.tpv-trust-strip>.container>span small{font-size:12px!important;color:#667b93!important}

.tpv-footer{background:#062b61!important;color:#e7f0fb!important;padding:39px 0 15px!important}.tpv-footer-grid{display:grid!important;grid-template-columns:1.35fr .75fr .95fr 1fr!important;gap:46px!important}.tpv-footer .tpv-brand{display:flex!important;align-items:center!important;gap:8px!important;color:#fff!important;font-size:18px!important;font-weight:850!important}.tpv-footer .tpv-brand img{display:block!important;width:42px!important;height:46px!important;max-width:42px!important;max-height:46px!important;object-fit:contain!important;}.tpv-footer .tpv-brand b{color:#ff2532!important}.tpv-footer p{color:#b9cce2!important;font-size:12px!important;line-height:1.6!important;max-width:285px!important}.tpv-footer-grid>div:not(:first-child){display:flex!important;flex-direction:column!important;gap:7px!important;font-size:12px!important;color:#b9cce2!important}.tpv-footer-grid strong{color:#fff!important;font-size:10.5px!important;margin-bottom:3px!important}.tpv-footer-social{display:flex!important;gap:7px!important;margin-top:12px!important}.tpv-footer-social span{width:25px!important;height:25px!important;border:1px solid rgba(255,255,255,.25)!important;border-radius:50%!important;display:grid!important;place-items:center!important;color:#fff!important;font-size:12px!important}.tpv-footer-note{border-top:1px solid rgba(255,255,255,.11)!important;margin-top:25px!important;padding-top:13px!important;display:flex!important;justify-content:space-between!important;gap:20px!important;color:#8ea8c4!important;font-size:8px!important}

.tpv-home .chat-fab{background:#ef222d!important;box-shadow:0 14px 32px rgba(239,34,45,.28)!important;width:56px!important;height:56px!important;right:24px!important;bottom:22px!important}.tpv-home .chat-head{background:#062b61!important}.tpv-home .chat-panel{z-index:1200!important}

@media(max-width:1100px){
  .tpv-topnav nav{gap:18px!important}.tpv-topnav nav>a:nth-child(3){display:none!important}
  .tpv-services-layout,.tpv-how-layout,.tpv-testimonials-layout,.tpv-portal-layout{grid-template-columns:1fr!important}.tpv-section-intro{max-width:560px!important}.tpv-faint-mark{display:none!important}.tpv-services-grid{grid-template-columns:repeat(4,1fr)!important}.tpv-portal-copy{max-width:560px!important}.tpv-price-inner{grid-template-columns:1fr 1fr!important}.tpv-price-btn{grid-column:1/-1!important}.tpv-testimonials-grid{max-width:none!important}
}
@media(max-width:900px){
  .tpv-topnav nav{display:none!important}.mobile-nav{display:block!important}
  .tpv-hero-grid{grid-template-columns:1fr!important}.tpv-hero-copy{padding:54px 0 38px!important}.tpv-hero-photo-wrap{min-height:470px!important;border-radius:14px!important;overflow:visible!important;margin-bottom:25px!important}.tpv-hero-photo{min-height:470px!important;border-radius:14px!important}.tpv-live-card{left:20px!important;bottom:20px!important}.tpv-services-grid{grid-template-columns:repeat(2,1fr)!important}.tpv-how-grid{grid-template-columns:1fr!important}.tpv-how-grid article:not(:last-child):after{display:none!important}.tpv-testimonials-grid{grid-template-columns:1fr!important}.tpv-portal-mock{min-height:340px!important}.tpv-footer-grid{grid-template-columns:1.2fr 1fr 1fr!important}.tpv-footer-grid>div:last-child{grid-column:1/-1!important}.tpv-footer-note{flex-direction:column!important}.tpv-footer-note span:last-child{text-align:left!important}.tpv-trust-strip>.container{padding:20px 0!important;flex-wrap:wrap!important;justify-content:flex-start!important}
}
@media(max-width:640px){
  .tpv-home .container{width:min(100% - 26px,1240px)!important}.tpv-topnav,.tpv-topnav .nav-inner{height:70px!important}.tpv-topnav .tpv-brand{font-size:17px!important}.tpv-topnav .tpv-brand img{width:36px!important;height:40px!important;max-width:36px!important;max-height:40px!important}
  .tpv-hero-copy{padding-top:42px!important}.tpv-hero h1{font-size:43px!important}.tpv-hero-copy>p{font-size:14px!important}.tpv-hero-actions{display:grid!important}.tpv-hero-actions .btn{width:100%!important}.tpv-social-proof{margin-top:22px!important}.tpv-hero-photo-wrap,.tpv-hero-photo{min-height:410px!important}.tpv-live-card{left:12px!important;right:12px!important;bottom:12px!important;width:auto!important;grid-template-columns:46px 1fr!important;padding:13px!important}.tpv-live-icon{width:44px!important;height:44px!important;font-size:20px!important}
  .tpv-services-section{padding-top:43px!important}.tpv-services-layout{gap:25px!important}.tpv-section-intro h2,.tpv-portal-copy h2{font-size:30px!important}.tpv-services-grid{grid-template-columns:1fr 1fr!important;gap:10px!important}.tpv-services-grid article{padding:18px 11px!important;min-height:195px!important}.tpv-price-inner{grid-template-columns:1fr!important;padding:18px!important}.tpv-price-list{border-left:0!important;border-top:1px solid #e4e9f0!important;padding:15px 0 0!important}.tpv-price-btn{grid-column:auto!important;width:100%!important}.tpv-price-brand strong{font-size:42px!important}.tpv-how-layout,.tpv-testimonials-layout{gap:23px!important}.tpv-testimonials{padding-bottom:48px!important}.tpv-portal{padding-bottom:45px!important}.tpv-portal-layout{gap:26px!important}.tpv-portal-mock{grid-template-columns:62px 1fr!important;min-height:330px!important}.tpv-portal-mock aside{padding:11px 6px!important}.tpv-mini-logo span{display:none!important}.tpv-mini-logo{justify-content:center!important}.tpv-mini-logo img{width:30px!important}.tpv-portal-mock aside a{font-size:0!important;justify-content:center!important}.tpv-portal-mock aside a i{font-size:16px!important}.tpv-portal-main{padding:12px!important}.tpv-case-steps small{font-size:6px!important}.tpv-trust-strip>.container>div{width:100%!important}.tpv-footer-grid{grid-template-columns:1fr 1fr!important;gap:28px!important}.tpv-footer-about{grid-column:1/-1!important}.tpv-footer-grid>div:last-child{grid-column:1/-1!important}.tpv-footer-note{font-size:7.5px!important}
}

/* ===== V4: tipografía grande, UX escaneable, blog y móvil ===== */
html{font-size:17px!important}body{font-family:Inter,system-ui,-apple-system,"Segoe UI",sans-serif!important;font-size:17px!important;line-height:1.58!important;color:#18304d!important}.btn{font-size:15px!important;min-height:46px!important;padding:13px 19px!important}.btn i{font-size:1.08em}.btn-sm{font-size:13px!important;min-height:38px!important;padding:9px 13px!important}
.tpv-topnav{height:82px!important}.tpv-topnav .nav-inner{height:82px!important}.tpv-topnav .tpv-brand img{width:220px!important;height:56px!important;max-width:220px!important;max-height:56px!important;object-fit:contain!important}.tpv-topnav .main-nav{gap:22px!important;font-size:14px!important}.tpv-topnav .main-nav>a:not(.btn){display:flex!important;align-items:center!important;gap:6px!important}.tpv-topnav .main-nav>a i{font-size:17px!important}.tpv-topnav .nav-cta{font-size:13px!important}
.tpv-hero-grid{min-height:630px!important}.tpv-hero-copy{padding:72px 58px 68px 0!important}.tpv-hero h1{font-size:clamp(58px,5.1vw,82px)!important;line-height:1.00!important;max-width:720px!important}.tpv-hero-copy>p{font-size:20px!important;line-height:1.55!important;max-width:620px!important;margin-top:24px!important}.tpv-main-btn,.tpv-outline-btn{font-size:16px!important;min-height:52px!important;padding:15px 22px!important}.tpv-social-proof small{font-size:13px!important}.tpv-live-card{width:450px!important;padding:20px!important;grid-template-columns:60px 1fr!important}.tpv-live-icon{width:58px!important;height:58px!important;font-size:25px!important}.tpv-live-card strong{font-size:17px!important}.tpv-live-card small{font-size:13px!important}.tpv-live-card button{height:44px!important;font-size:14px!important;display:flex;align-items:center;justify-content:center;gap:7px!important}
.tpv-services-section,.tpv-how,.tpv-testimonials,.tpv-portal{padding-top:78px!important;padding-bottom:78px!important}.tpv-section-intro>span,.tpv-portal-copy>span{font-size:12px!important;letter-spacing:.13em!important}.tpv-section-intro h2,.tpv-portal-copy h2{font-size:clamp(38px,3.5vw,50px)!important;line-height:1.08!important;letter-spacing:-.045em!important}.tpv-services-grid article{padding:26px 20px!important;min-height:250px!important}.tpv-services-grid h3{font-size:21px!important;line-height:1.15!important}.tpv-services-grid p{font-size:15px!important;line-height:1.55!important}.tpv-service-icon{width:56px!important;height:56px!important;font-size:28px!important}.tpv-price-inner{padding:25px 28px!important}.tpv-price-brand span{font-size:14px!important}.tpv-price-brand strong{font-size:56px!important}.tpv-price-list span{font-size:14px!important}.tpv-how-grid article h3{font-size:18px!important}.tpv-how-grid article p{font-size:14px!important;line-height:1.55!important}.tpv-how-grid article>b{font-size:21px!important;width:47px!important;height:47px!important}.tpv-testimonials-grid article{padding:24px!important}.tpv-testimonials-grid article>p{font-size:15px!important;line-height:1.6!important}.tpv-person strong{font-size:14px!important}.tpv-person small{font-size:12px!important}.tpv-portal-copy p{font-size:17px!important;line-height:1.65!important}.tpv-trust-strip strong{font-size:15px!important}.tpv-trust-strip>.container>span b{font-size:13px!important}.tpv-trust-strip>.container>span small{font-size:12px!important}.tpv-footer p{font-size:14px!important}.tpv-footer-grid>div:not(:first-child){font-size:13px!important;gap:9px!important}.tpv-footer-grid strong{font-size:13px!important}.tpv-footer-note{font-size:10px!important;line-height:1.5!important}
.field label{font-size:14px!important}.field input,.field select,.field textarea{font-size:16px!important;padding:14px 15px!important}.notice{font-size:14px!important}.auth-form h2,.auth-side h1{font-size:32px!important}.auth-side p,.auth-form p{font-size:16px!important}
.chat-panel{width:min(420px,calc(100vw - 28px))!important}.chat-head strong{font-size:16px!important}.chat-head small{font-size:12px!important}.chat-messages{font-size:14px!important}.msg{font-size:14px!important;line-height:1.5!important}.msg.loading{opacity:.7}.msg.error{background:#fff0f1!important;color:#9f1f30!important}.chat-input textarea{font-size:15px!important}.chat-cta{display:flex!important;gap:10px!important;align-items:flex-start!important;background:#fff7f7!important;border:1px solid #ffd8dc!important;border-radius:13px!important;padding:12px!important;font-size:12px!important}.chat-cta>i{font-size:20px!important;color:#ef222d!important}.chat-cta strong{display:block!important;color:#233b5b!important}.chat-cta a{display:inline-flex!important;align-items:center!important;gap:4px!important;color:#d51d2a!important;font-weight:800!important;margin-top:4px!important}
/* Blog */
.blog-hero{background:linear-gradient(135deg,#f8fbff,#fff);padding:82px 0 58px;border-bottom:1px solid #e8edf3}.blog-kicker{display:inline-flex;align-items:center;gap:7px;color:#ef222d;font-size:12px;font-weight:850;letter-spacing:.12em}.blog-hero h1{font-size:clamp(48px,6vw,76px);line-height:1.01;letter-spacing:-.055em;color:#062b61;margin:14px 0 15px;max-width:780px}.blog-hero h1 em{font-style:normal;color:#ef222d}.blog-hero>div>p{font-size:19px;color:#5d6f85;max-width:680px}.blog-search{max-width:820px;margin-top:30px;background:#fff;border:1px solid #dfe6ef;border-radius:16px;padding:7px;display:grid;grid-template-columns:34px 1fr auto;align-items:center;box-shadow:0 16px 45px rgba(6,43,97,.08)}.blog-search>i{font-size:21px;color:#8090a4;text-align:center}.blog-search input{border:0;outline:0;font:inherit;font-size:16px;padding:12px;background:transparent;min-width:0}.blog-search .btn{border-radius:11px!important}.blog-cats{display:flex;gap:8px;flex-wrap:wrap;margin-top:18px}.blog-cats a{padding:8px 12px;border:1px solid #dde5ef;border-radius:999px;font-size:12px;font-weight:700;color:#50657e;background:#fff}.blog-cats a.active{background:#062b61;color:#fff;border-color:#062b61}.blog-list-section{padding:58px 0 88px;background:#fff}.blog-results-head{display:flex;gap:8px;align-items:center;margin-bottom:22px;color:#607187}.blog-results-head strong{color:#062b61}.blog-results-head a{margin-left:auto;color:#d51d2a;font-size:13px}.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.blog-card{border:1px solid #e5eaf1;border-radius:20px;overflow:hidden;background:#fff;box-shadow:0 12px 35px rgba(9,45,86,.05);transition:.2s}.blog-card:hover{transform:translateY(-3px);box-shadow:0 18px 48px rgba(9,45,86,.09)}.blog-card-image{height:215px;display:block;background:#eef3f9;overflow:hidden}.blog-card-image img{width:100%;height:100%;object-fit:cover}.blog-card-image.placeholder{display:grid;place-items:center;position:relative;background:linear-gradient(145deg,#062b61,#0e4f92)}.blog-card-image.placeholder img{width:95px;height:105px;object-fit:contain;filter:brightness(0) invert(1);opacity:.18}.blog-card-image.placeholder>i{position:absolute;font-size:50px;color:#fff}.blog-card-body{padding:21px}.blog-meta{display:flex;justify-content:space-between;gap:10px;align-items:center}.blog-meta span{font-size:10px;font-weight:850;letter-spacing:.1em;color:#ef222d;text-transform:uppercase}.blog-meta small{font-size:10px;color:#8996a7}.blog-card h2{font-size:22px;line-height:1.2;letter-spacing:-.03em;color:#0a3267;margin:10px 0}.blog-card p{font-size:14px;color:#68798e;line-height:1.6}.blog-read{display:inline-flex;align-items:center;gap:6px;color:#0d5eac;font-size:13px;font-weight:800;margin-top:3px}.empty-state{text-align:center;padding:70px 20px;color:#6b7b8f}.empty-state>i{font-size:50px;color:#9badc1}.empty-state h2,.empty-state h1{color:#062b61}.post-header{background:#f8fbff;padding:58px 0 48px;border-bottom:1px solid #e8edf3}.post-header-inner{max-width:900px!important}.post-back{display:inline-flex;align-items:center;gap:5px;font-size:12px;color:#4e6680;margin-bottom:25px}.post-header h1{font-size:clamp(42px,5vw,68px);line-height:1.05;letter-spacing:-.05em;color:#062b61;margin:12px 0 15px}.post-header p{font-size:18px;line-height:1.6;color:#61738a}.post-meta{display:flex;gap:20px;color:#7e8da0;font-size:12px}.post-cover{display:block;width:100%;max-height:520px;object-fit:cover;border-radius:20px;margin-top:34px}.post-layout{display:grid;grid-template-columns:minmax(0,800px) 290px;gap:55px;align-items:start;padding-top:52px;padding-bottom:90px}.post-content{font-size:18px;line-height:1.8;color:#334a65}.post-content p{margin:0 0 25px}.post-content h2{font-size:31px;line-height:1.2;color:#062b61;margin:38px 0 15px}.post-content ul{padding-left:25px}.post-content li{margin:10px 0}.post-cta{position:sticky;top:110px;border:1px solid #e2e8f0;border-radius:18px;padding:23px;display:flex;flex-direction:column;align-items:flex-start;gap:8px;background:#fff;box-shadow:0 15px 40px rgba(7,39,78,.06)}.post-cta img{width:58px;height:64px;object-fit:contain}.post-cta span{font-size:12px;color:#718198}.post-cta strong{font-size:20px;line-height:1.25;color:#062b61}.post-cta .btn{width:100%;margin-top:7px}.home-blog-section{padding:76px 0;background:#f7f9fc}.home-blog-head{display:flex;justify-content:space-between;gap:20px;align-items:end;margin-bottom:28px}.home-blog-head span{font-size:11px;letter-spacing:.13em;color:#ef222d;font-weight:850}.home-blog-head h2{font-size:clamp(34px,4vw,48px);color:#062b61;letter-spacing:-.045em;line-height:1.08;margin:7px 0 0;max-width:700px}.tpv-outline-btn.dark{color:#062b61!important;background:#fff!important}.home-blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:17px}.home-blog-grid article{background:#fff;border:1px solid #e4e9f0;border-radius:18px;padding:23px}.home-blog-icon{width:46px;height:46px;border-radius:13px;display:grid;place-items:center;background:#eef4fb;color:#062b61;font-size:22px;margin-bottom:15px}.home-blog-grid small{font-size:10px;color:#ef222d;font-weight:850;letter-spacing:.1em}.home-blog-grid h3{font-size:20px;line-height:1.2;color:#0b356d;margin:8px 0}.home-blog-grid p{font-size:14px;color:#6a7b90;line-height:1.55}.home-blog-grid a{display:inline-flex;gap:5px;align-items:center;font-size:13px;color:#0d5eac;font-weight:800}
@media(max-width:900px){.tpv-topnav .main-nav{display:none!important;position:absolute!important;left:14px!important;right:14px!important;top:72px!important;background:#062b61!important;border:1px solid rgba(255,255,255,.12)!important;border-radius:16px!important;padding:12px!important;box-shadow:0 20px 50px rgba(0,20,50,.25)!important;flex-direction:column!important;align-items:stretch!important;gap:3px!important}.tpv-topnav .main-nav.open{display:flex!important}.tpv-topnav .main-nav>a{display:flex!important;padding:12px!important;border-radius:9px!important}.tpv-topnav .main-nav>a:hover{background:rgba(255,255,255,.08)!important}.tpv-topnav .main-nav .nav-cta{margin-top:5px!important}.mobile-nav{display:block!important}.blog-grid,.home-blog-grid{grid-template-columns:1fr 1fr}.post-layout{grid-template-columns:1fr}.post-cta{position:relative;top:auto}.home-blog-head{align-items:flex-start;flex-direction:column}}
@media(max-width:640px){html,body{font-size:16px!important}.tpv-topnav,.tpv-topnav .nav-inner{height:72px!important}.tpv-topnav .tpv-brand img{width:190px!important;height:48px!important;max-width:190px!important;max-height:48px!important}.tpv-hero-copy{padding:46px 0 35px!important}.tpv-hero h1{font-size:47px!important;line-height:1.02!important}.tpv-hero-copy>p{font-size:18px!important;line-height:1.52!important}.tpv-main-btn,.tpv-outline-btn{font-size:15px!important;min-height:52px!important}.tpv-hero-photo-wrap,.tpv-hero-photo{min-height:430px!important}.tpv-live-card strong{font-size:15px!important}.tpv-live-card small{font-size:12px!important}.tpv-services-grid{grid-template-columns:1fr!important}.tpv-services-grid article{min-height:auto!important;padding:22px 18px!important}.tpv-services-grid h3{font-size:20px!important}.tpv-services-grid p{font-size:15px!important}.tpv-section-intro h2,.tpv-portal-copy h2{font-size:35px!important}.tpv-price-brand strong{font-size:48px!important}.tpv-price-list span{font-size:14px!important}.tpv-how-grid article h3{font-size:18px!important}.tpv-how-grid article p{font-size:14px!important}.tpv-testimonials-grid article>p{font-size:15px!important}.tpv-portal-copy p{font-size:16px!important}.tpv-footer-grid{grid-template-columns:1fr!important}.tpv-footer-about,.tpv-footer-grid>div:last-child{grid-column:auto!important}.tpv-footer p,.tpv-footer-grid>div:not(:first-child){font-size:13px!important}.tpv-footer-note{font-size:10px!important}.chat-panel{right:10px!important;bottom:82px!important;width:calc(100vw - 20px)!important;max-height:72vh!important}.blog-hero{padding:54px 0 40px}.blog-hero h1{font-size:47px}.blog-hero>div>p{font-size:17px}.blog-search{grid-template-columns:32px 1fr}.blog-search .btn{grid-column:1/-1;width:100%}.blog-grid,.home-blog-grid{grid-template-columns:1fr}.blog-card-image{height:205px}.home-blog-section{padding:55px 0}.home-blog-head h2{font-size:34px}.post-header{padding:45px 0 36px}.post-header h1{font-size:42px}.post-header p{font-size:17px}.post-layout{padding-top:36px;gap:35px}.post-content{font-size:17px;line-height:1.75}.post-content h2{font-size:28px}.post-meta{flex-wrap:wrap;gap:10px}.post-cover{border-radius:13px;margin-top:20px}}
@media(min-width:901px) and (max-width:1100px){.tpv-topnav .main-nav>a:nth-child(3){display:flex!important}}
@media(max-width:900px){.tpv-topnav .main-nav>a:nth-child(3){display:flex!important}}
