@font-face{font-family:"Be Vietnam Pro";src:url("/assets/fonts/be-vietnam-pro-400.woff2") format("woff2");font-weight:400;font-style:normal;font-display:swap}
@font-face{font-family:"Be Vietnam Pro";src:url("/assets/fonts/be-vietnam-pro-600.woff2") format("woff2");font-weight:600;font-style:normal;font-display:swap}
@font-face{font-family:"Be Vietnam Pro";src:url("/assets/fonts/be-vietnam-pro-800.woff2") format("woff2");font-weight:800;font-style:normal;font-display:swap}
:root{--ink:#111827;--muted:#5b6472;--line:#e5e7eb;--soft:#f6f7f9;--red:#eb0028;--red-dark:#c50022;--green:#10b981;--blue:#2563eb;--dark:#070b10;--max:1180px}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:"Be Vietnam Pro",Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;color:var(--ink);background:#fff;line-height:1.65;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}
a{color:inherit}
.site-header{position:fixed;top:0;left:0;right:0;z-index:50;background:rgba(255,255,255,.94);border-bottom:1px solid rgba(17,24,39,.08);backdrop-filter:saturate(180%) blur(18px);-webkit-backdrop-filter:saturate(180%) blur(18px)}
.nav{height:60px;max-width:var(--max);margin:0 auto;padding:0 24px;display:flex;align-items:center;justify-content:space-between;gap:18px}
.brand{display:inline-flex;align-items:center;gap:10px;min-width:0;min-height:44px;text-decoration:none}
.brand-mark{width:30px;height:31px;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto}
.brand-wordmark{display:flex;align-items:baseline;gap:6px;line-height:1;min-width:0}
.brand strong{display:inline-flex;align-items:baseline;font-size:17px;line-height:1;font-weight:800;color:var(--ink);white-space:nowrap}
.brand .red{color:var(--red)}
.brand small{font-size:14px;font-weight:600;color:rgba(17,24,39,.58)}
.nav-links{display:flex;align-items:center;gap:8px}
.nav-link{display:inline-flex;align-items:center;justify-content:center;min-height:44px;min-width:44px;padding:0 8px;text-decoration:none;font-size:13px;font-weight:800;color:#374151;border-radius:8px}
.nav-link:hover{color:var(--red);background:#fff5f7}
.nav-cta,.footer-cta{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 17px;border-radius:999px;background:var(--ink);color:#fff;text-decoration:none;font-size:13px;font-weight:800;white-space:nowrap}
.nav-cta:hover,.footer-cta:hover{background:var(--red)}
.mobile-menu{display:none;position:relative}
.mobile-menu summary{list-style:none;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;min-width:44px;min-height:44px;padding:0 14px;border:0;border-radius:999px;background:var(--ink);color:#fff;font-size:13px;font-weight:800}
.mobile-menu summary::-webkit-details-marker{display:none}
.mobile-menu-panel{position:absolute;right:0;top:54px;width:min(320px,calc(100vw - 32px));display:grid;gap:8px;padding:12px;border:1px solid var(--line);border-radius:8px;background:#fff;box-shadow:0 24px 80px rgba(17,24,39,.18)}
.mobile-menu:not([open]) .mobile-menu-panel{display:none}
.mobile-menu[open] .mobile-menu-panel{display:grid}
.mobile-nav-link,.mobile-menu-panel .nav-link{display:flex;align-items:center;justify-content:flex-start;min-height:44px;padding:10px 12px;border-radius:8px;text-decoration:none;background:var(--soft);font-size:13px;font-weight:800;color:var(--ink)}
.mobile-nav-link.partner-out{justify-content:center;background:var(--ink);color:#fff}
.hero{position:relative;min-height:560px;display:flex;align-items:center;overflow:hidden;background:var(--dark);color:#fff}
.home-hero{min-height:88svh}
.hero-bg{position:absolute;inset:0;display:block;z-index:0}
.hero-bg img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}
.hero:after{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(90deg,rgba(0,0,0,.76) 0%,rgba(0,0,0,.58) 34%,rgba(0,0,0,.24) 68%,rgba(0,0,0,.10) 100%)}
.hero-content{position:relative;z-index:2;width:100%;max-width:var(--max);margin:0 auto;padding:132px 24px 82px}
.home-hero .hero-content{padding-top:126px;padding-bottom:78px}
.eyebrow,.section-kicker{margin:0 0 12px;color:var(--red);font-size:12px;font-weight:800;line-height:1.35;text-transform:none}
.hero .eyebrow{color:#86efac}
.hero h1{max-width:780px;margin:0 0 18px;font-size:54px;line-height:1.08;font-weight:800;letter-spacing:0;text-wrap:balance;text-shadow:0 2px 24px rgba(0,0,0,.28)}
.home-hero h1{max-width:660px;font-size:64px;line-height:1.04}
.lead{max-width:650px;margin:0;color:rgba(255,255,255,.88);font-size:19px;line-height:1.62;font-weight:600;text-shadow:0 1px 14px rgba(0,0,0,.28)}
.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:30px}
.btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:13px 20px;border:0;border-radius:999px;text-decoration:none;font-size:14px;font-weight:800;line-height:1.2;white-space:normal;text-align:center}
.btn.primary{background:var(--red);color:#fff;box-shadow:0 16px 34px rgba(235,0,40,.22)}
.btn.primary:hover{background:var(--red-dark)}
.btn.secondary{background:#fff;color:var(--ink)}
.btn.ghost{background:rgba(255,255,255,.14);color:#fff;border:1px solid rgba(255,255,255,.28);box-shadow:none}
.hero-chips{display:flex;flex-wrap:wrap;gap:8px;max-width:680px;margin-top:24px}
.hero-chips span{border:1px solid rgba(255,255,255,.28);background:rgba(255,255,255,.10);padding:7px 10px;border-radius:8px;color:#fff;font-size:12px;font-weight:800}
.section-heading{max-width:860px;margin:0 auto 34px;text-align:center}
.section-heading h2,.content-section h2,.faq h2,.related h2,.final-cta h2,.premium-card-copy h2,.benefit-copy h2,.visual-band h2{margin:0 0 16px;font-size:36px;line-height:1.18;font-weight:800;letter-spacing:0;text-wrap:balance}
.section-heading p:not(.section-kicker){margin:0;color:var(--muted);font-size:17px;line-height:1.7}
.summary-grid{max-width:var(--max);margin:34px auto 0;padding:0 24px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.summary-card{border:1px solid var(--line);border-radius:8px;background:#fff;padding:20px;box-shadow:0 1px 2px rgba(17,24,39,.04)}
.summary-card h2{margin:0 0 8px;font-size:17px;line-height:1.3}
.summary-card p{margin:0;color:var(--muted);font-size:14px;line-height:1.6}
.lifestyle-section,.content-section,.related,.source-section{max-width:var(--max);margin:0 auto;padding:88px 24px}
.lifestyle-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.lifestyle-card{overflow:hidden;border:1px solid var(--line);border-radius:8px;background:#fff;box-shadow:0 1px 2px rgba(17,24,39,.04);transition:transform .24s ease,box-shadow .24s ease}
.lifestyle-card:hover{transform:translateY(-3px);box-shadow:0 18px 50px rgba(17,24,39,.10)}
.lifestyle-card picture,.lifestyle-card img{display:block;width:100%}
.lifestyle-card img{height:210px;object-fit:cover}
.lifestyle-card div{padding:18px}
.lifestyle-card h3{margin:0 0 7px;font-size:18px;line-height:1.28}
.lifestyle-card p{margin:0;color:var(--muted);font-size:14px;line-height:1.62}
.premium-card-section{max-width:var(--max);margin:0 auto;padding:90px 24px 96px;display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,560px);gap:48px;align-items:center}
.premium-card-copy p:not(.section-kicker){max-width:620px;margin:0 0 24px;color:var(--muted);font-size:17px;line-height:1.78}
.inline-actions{display:flex;flex-wrap:wrap;gap:10px}
.premium-card-visual{overflow:hidden;border-radius:8px;box-shadow:0 26px 90px rgba(17,24,39,.16)}
.premium-card-visual img{display:block;width:100%;height:auto}
.partner-benefit-section{padding:86px 24px;background:#101820;color:#fff;display:grid;grid-template-columns:minmax(0,640px) minmax(260px,420px);gap:28px;justify-content:center;align-items:center}
.benefit-copy p:not(.section-kicker){max-width:620px;margin:0 0 24px;color:rgba(255,255,255,.72);font-size:17px;line-height:1.75}
.benefit-copy .section-kicker{color:#86efac}
.benefit-notes{display:grid;gap:6px;border:1px solid rgba(255,255,255,.14);border-radius:8px;padding:22px;background:rgba(255,255,255,.06)}
.benefit-notes strong{font-size:18px}
.benefit-notes span{color:rgba(255,255,255,.72);font-size:14px;line-height:1.65}
.intent-section{max-width:var(--max);margin:0 auto;padding:86px 24px}
.intent-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.intent-card{display:block;min-height:132px;padding:20px;border:1px solid var(--line);border-radius:8px;background:#fff;text-decoration:none;box-shadow:0 1px 2px rgba(17,24,39,.04)}
.intent-card:hover{border-color:rgba(235,0,40,.30);box-shadow:0 18px 50px rgba(17,24,39,.08)}
.intent-card strong{display:block;margin:0 0 8px;font-size:18px;line-height:1.28}
.intent-card span{display:block;color:var(--muted);font-size:14px;line-height:1.6}
.visual-band{max-width:var(--max);margin:0 auto;padding:70px 24px 20px;display:grid;grid-template-columns:minmax(0,1fr) minmax(300px,420px);gap:28px;align-items:center}
.visual-band picture{overflow:hidden;border-radius:8px;box-shadow:0 18px 60px rgba(17,24,39,.12)}
.visual-band img{display:block;width:100%;height:auto}
.visual-band p:not(.section-kicker){margin:0;color:var(--muted);font-size:16px;line-height:1.7}
.content-section+.content-section{padding-top:18px}
.section-copy,.table-card{max-width:900px}
.content-section p{margin:0 0 16px;color:#374151;font-size:17px;line-height:1.78}
.check-list{display:grid;gap:10px;margin:24px 0 0;padding:0;list-style:none}
.check-list li{padding:12px 14px;border-left:4px solid var(--red);border-radius:0 8px 8px 0;background:var(--soft);color:#374151;font-size:15px;font-weight:700;line-height:1.55}
.band{max-width:none;margin:0;padding:84px 24px;background:var(--soft)}
.band>.section-heading,.steps-grid{max-width:var(--max);margin-left:auto;margin-right:auto}
.steps-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.step{border:1px solid var(--line);border-radius:8px;background:#fff;padding:18px}
.step span{display:grid;place-items:center;width:34px;height:34px;margin-bottom:14px;border-radius:8px;background:var(--red);color:#fff;font-weight:800}
.step h3{margin:0 0 8px;font-size:17px;line-height:1.32}
.step p{margin:0;color:var(--muted);font-size:14px;line-height:1.62}
.table-wrap{overflow:auto;border:1px solid var(--line);border-radius:8px;background:#fff}
.table-wrap table{width:100%;min-width:680px;border-collapse:collapse}
.table-wrap th,.table-wrap td{padding:14px 16px;border-bottom:1px solid var(--line);text-align:left;vertical-align:top}
.table-wrap th{background:#101820;color:#fff;font-size:13px}
.table-wrap tr:last-child td{border-bottom:0}
.table-link{display:inline-flex;align-items:center;min-height:44px;color:var(--red);font-weight:800;text-decoration:none}
.source-section{padding-top:40px}
.source-grid,.related-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.source-card,.related-card{display:block;padding:18px;border:1px solid var(--line);border-radius:8px;background:#fff;text-decoration:none}
.related-card:hover{border-color:rgba(37,99,235,.32);box-shadow:0 18px 50px rgba(17,24,39,.08)}
.source-card strong,.related-card strong{display:block;margin-bottom:8px;font-size:16px;line-height:1.32}
.source-card span,.related-card span{display:block;color:var(--muted);font-size:13px;line-height:1.58;overflow-wrap:anywhere}
.source-details{padding-top:30px!important;padding-bottom:52px!important}
.source-details summary{display:flex;align-items:center;justify-content:space-between;gap:14px;max-width:900px;margin:0 auto 16px;padding:14px 18px;border:1px solid var(--line);border-radius:8px;background:#fff;color:#374151;cursor:pointer;font-size:14px;font-weight:800;line-height:1.35;list-style:none}
.source-details summary::-webkit-details-marker{display:none}
.source-details summary::after{content:"+";flex:0 0 auto;color:#9ca3af;font-size:22px;line-height:1}
.source-details[open] summary::after{content:"-"}
.source-details:not([open]) .source-grid{display:none}
.faq{max-width:none;margin:0;padding:86px 24px;background:#101820;color:#fff}
.faq>.section-heading,.faq-list{max-width:900px;margin-left:auto;margin-right:auto}
.faq .section-kicker{color:#86efac}
.faq-list{display:grid;gap:10px}
.faq details{border:1px solid rgba(255,255,255,.16);border-radius:8px;background:rgba(255,255,255,.06);padding:18px}
.faq summary{cursor:pointer;font-weight:800;line-height:1.4}
.faq details p{margin:12px 0 0;color:rgba(255,255,255,.74);font-size:15px;line-height:1.7}
.related{padding-bottom:42px}
.final-cta{max-width:var(--max);margin:0 auto 86px;padding:34px 36px;display:flex;align-items:center;justify-content:space-between;gap:24px;border-radius:8px;background:#f1f5f9;color:var(--ink)}
.final-cta p:not(.section-kicker){max-width:760px;margin:0;color:#4b5563}
.final-cta h2{font-size:30px}
.footer{background:#070b10;color:#f9fafb;padding:52px 24px 34px}
.footer-grid{max-width:var(--max);margin:0 auto;display:grid;grid-template-columns:1fr 1.7fr;gap:42px}
.footer-brand strong{display:block;margin-bottom:12px;font-size:20px;line-height:1.3}
.footer-brand p{max-width:360px;margin:0 0 20px;color:rgba(229,231,235,.64);font-size:14px;line-height:1.72}
.footer-links{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px}
.footer-group{border:0}
.footer-group summary{list-style:none;margin-bottom:10px;color:#fff;font-size:13px;font-weight:800}
.footer-group summary::-webkit-details-marker{display:none}
.footer-group a{display:flex;align-items:center;min-height:34px;color:rgba(229,231,235,.72);text-decoration:none;font-size:13px;line-height:1.42}
.footer-group a:hover{color:#fff}
.footer-group-desktop strong{display:block;margin-bottom:10px;color:#fff;font-size:13px;font-weight:800;line-height:1.42}
.footer-group-desktop a{display:flex;align-items:center;min-height:34px;color:rgba(229,231,235,.72);text-decoration:none;font-size:13px;line-height:1.42}
.footer-group-desktop a:hover{color:#fff}
.footer-links-mobile{display:none}
.footer-bottom{max-width:var(--max);margin:34px auto 0;padding-top:22px;border-top:1px solid rgba(255,255,255,.12);display:flex;flex-wrap:wrap;gap:12px;color:rgba(229,231,235,.56);font-size:12px;line-height:1.5}
.footer-disclosure{max-width:620px}
@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;transition:none!important;animation:none!important}}
@media(max-width:980px){
  .nav{height:60px}
  .nav-links{display:none}
  .mobile-menu{display:block}
  .nav-cta{display:none}
  .hero{min-height:500px}
  .home-hero{min-height:88svh}
  .hero h1,.home-hero h1{font-size:44px}
  .lead{font-size:17px}
  .summary-grid,.lifestyle-grid,.intent-grid,.source-grid,.related-grid,.steps-grid,.footer-grid{grid-template-columns:1fr 1fr}
  .premium-card-section,.partner-benefit-section,.visual-band{grid-template-columns:1fr}
  .premium-card-section{gap:30px}
  .premium-card-visual{max-width:620px}
  .footer-links{grid-template-columns:1fr 1fr}
}
@media(max-width:640px){
  .nav{padding:0 16px;display:grid;grid-template-columns:minmax(0,1fr) auto}
  .brand{gap:8px}
  .brand-mark,.brand-mark svg{width:27px;height:28px}
  .brand strong{font-size:15px}
  .brand small{display:none}
  .mobile-menu{position:static;justify-self:end}
  .mobile-menu-panel{top:66px;left:12px;right:12px;width:auto}
  .hero{min-height:430px}
  .home-hero{min-height:86svh}
  .hero:after{background:linear-gradient(90deg,rgba(0,0,0,.82) 0%,rgba(0,0,0,.58) 62%,rgba(0,0,0,.26) 100%)}
  .hero-bg img{object-position:center}
  .home-hero:after{background:linear-gradient(90deg,rgba(0,0,0,.88) 0%,rgba(0,0,0,.76) 54%,rgba(0,0,0,.38) 100%)}
  .home-hero .hero-bg img{object-position:left center}
  .hero-content{padding:104px 18px 50px}
  .home-hero .hero-content{padding-top:104px;padding-bottom:48px}
  .hero h1,.home-hero h1{max-width:100%;font-size:36px;line-height:1.08;text-wrap:normal}
  .lead{max-width:100%;font-size:15.5px;line-height:1.64}
  .hero-actions{display:grid;grid-template-columns:1fr;gap:10px;margin-top:24px}
  .btn{width:100%;min-height:48px;padding:13px 16px;font-size:13.5px}
  .hero-chips{gap:6px;margin-top:18px}
  .hero-chips span{font-size:11.5px;padding:6px 8px}
  .hero-chips span:nth-child(n+5){display:none}
  .summary-grid,.lifestyle-section,.content-section,.related,.source-section,.intent-section,.premium-card-section,.visual-band{padding-left:18px;padding-right:18px}
  .summary-grid{grid-template-columns:1fr;margin-top:24px}
  .lifestyle-section,.intent-section,.content-section,.related,.source-section{padding-top:66px;padding-bottom:66px}
  .section-heading{text-align:left;margin-bottom:24px}
  .section-heading h2,.content-section h2,.faq h2,.related h2,.premium-card-copy h2,.benefit-copy h2,.visual-band h2{font-size:28px;line-height:1.22}
  .content-section p{font-size:15.5px;line-height:1.72}
  .lifestyle-grid,.intent-grid,.source-grid,.related-grid,.steps-grid,.footer-grid,.footer-links{grid-template-columns:1fr}
  .lifestyle-card img{height:212px}
  .premium-card-section{padding-top:66px;padding-bottom:74px}
  .premium-card-copy p:not(.section-kicker){font-size:15.5px;line-height:1.72}
  .inline-actions{display:grid;grid-template-columns:1fr}
  .partner-benefit-section{padding:68px 18px}
  .benefit-copy p:not(.section-kicker){font-size:15.5px;line-height:1.72}
  .intent-card{min-height:0;padding:18px}
  .visual-band{padding-top:52px}
  .band{padding:66px 18px}
  .table-wrap table{min-width:0}
  .table-wrap thead{display:none}
  .table-wrap tr{display:block;border-bottom:1px solid var(--line)}
  .table-wrap tr:last-child{border-bottom:0}
  .table-wrap td{display:block;border-bottom:0;padding:10px 14px}
  .table-wrap td:first-child{padding-top:14px;font-weight:800;color:var(--ink)}
  .table-wrap td:last-child{padding-bottom:14px;color:var(--muted)}
  .faq{padding:68px 18px}
  .faq .section-heading{text-align:left}
  .final-cta{margin:0 18px 66px;padding:26px 20px;display:grid;gap:18px}
  .final-cta h2{font-size:26px;line-height:1.22}
  .footer{padding:38px 18px 28px}
  .footer-grid{gap:22px}
  .footer-brand p{max-width:none;font-size:12.5px;line-height:1.55}
  .footer-links-desktop{display:none!important}
  .footer-links-mobile{display:block}
  .footer-group{border-top:1px solid rgba(255,255,255,.12);padding:8px 0}
  .footer-group summary{min-height:44px;display:flex;align-items:center;justify-content:space-between;gap:18px;margin:0;font-size:13px;cursor:pointer}
  .footer-group summary::after{content:"+";flex:0 0 auto;color:rgba(255,255,255,.66);font-size:24px;font-weight:900;line-height:1}
  .footer-group[open] summary::after{content:"-"}
  .footer-group:not([open]) a{display:none}
  .footer-group a{min-height:38px;font-size:13px}
  .footer-bottom{margin-top:18px;padding-top:18px;font-size:11.5px}
}
@media(max-width:390px){
  .hero h1,.home-hero h1{font-size:32px}
  .section-heading h2,.content-section h2,.faq h2,.related h2,.premium-card-copy h2,.benefit-copy h2,.visual-band h2{font-size:26px}
  .lifestyle-card div,.intent-card,.summary-card,.source-card,.related-card{padding:16px}
}

@media(max-width:767px){
  .source-section{padding-top:24px!important;padding-bottom:38px!important}
  .source-details summary{margin-bottom:10px;padding:12px 14px;font-size:12.5px}
  .source-section .section-heading{margin-bottom:14px!important}
  .source-section .section-kicker{margin-bottom:7px!important;font-size:11px!important}
  .source-section .section-heading h2{margin-bottom:0!important;font-size:21px!important;line-height:1.18!important}
  .source-grid{gap:8px!important}
  .source-card{padding:12px 13px!important;border-radius:8px!important}
  .source-card strong{margin-bottom:4px!important;font-size:13px!important;line-height:1.25!important}
  .source-card span{font-size:11.5px!important;line-height:1.4!important;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
}

/* Brazil v2: Vietnam-quality home experience */
.home-hero{min-height:100svh!important}
.home-hero .hero-content{padding-top:clamp(126px,14vh,178px)!important;padding-bottom:clamp(92px,12vh,138px)!important}
.home-hero .hero-bg img{object-position:center center!important}
.home-hero:after{background:linear-gradient(90deg,rgba(0,0,0,.84) 0%,rgba(0,0,0,.62) 38%,rgba(0,0,0,.22) 70%,rgba(0,0,0,.08) 100%)!important}
.home-hero h1{font-size:clamp(58px,5.8vw,82px)!important;line-height:1.02!important;max-width:720px!important}
.home-hero .lead{max-width:610px!important;font-size:19px!important;line-height:1.62!important}
.home-hero .hero-actions{margin-top:32px!important}
.home-hero .hero-chips{display:none!important}

.benefits-carousel{background:#fff;color:#111827;padding:clamp(80px,6vw,96px) 24px clamp(126px,9vw,158px);overflow:hidden}
.benefits-carousel .section-heading{max-width:780px;margin:0 auto 46px;text-align:center}
.benefits-carousel .section-heading h2{font-size:clamp(38px,4.2vw,58px);line-height:1.08}
.benefits-carousel .section-heading p:not(.section-kicker){max-width:660px;margin:0 auto;color:#6b7280;font-size:18px;line-height:1.62;text-wrap:balance}
.benefit-carousel-stage{position:relative;width:100%;height:500px;max-width:1100px;margin:0 auto;perspective:1200px}
.benefit-card{position:absolute;top:50%;left:50%;width:374px;height:456px;overflow:hidden;border:0;border-radius:8px;background:#111827;box-shadow:0 26px 70px rgba(17,24,39,.16);transition:transform .62s cubic-bezier(.22,1,.36,1),opacity .48s ease,filter .48s ease;will-change:transform,opacity}
.benefit-card>picture,.benefit-card>picture img{position:absolute;inset:0;display:block;width:100%;height:100%}
.benefit-card>picture img{object-fit:cover}
.benefit-card:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.10) 0%,rgba(0,0,0,.10) 42%,rgba(0,0,0,.74) 100%)}
.benefit-card[data-position="active"]{z-index:4;opacity:1;filter:none;transform:translate(-50%,-50%) scale(1)}
.benefit-card[data-position="prev"]{z-index:3;opacity:.42;filter:saturate(.84);transform:translate(calc(-50% - 285px),-50%) scale(.82) rotateY(10deg)}
.benefit-card[data-position="next"]{z-index:3;opacity:.42;filter:saturate(.84);transform:translate(calc(-50% + 285px),-50%) scale(.82) rotateY(-10deg)}
.benefit-card[data-position="hidden"]{z-index:1;opacity:0;pointer-events:none;transform:translate(-50%,-50%) scale(.72)}
.benefit-card-content{position:absolute;left:0;right:0;bottom:0;z-index:2;padding:28px;color:#fff}
.benefit-card h3{margin:0 0 8px;font-size:28px;line-height:1.12;font-weight:800;letter-spacing:0}
.benefit-card p{margin:0;color:rgba(255,255,255,.82);font-size:14px;line-height:1.55}
.benefit-dots{display:flex;align-items:center;justify-content:center;gap:10px;margin:22px auto 0}
.benefit-arrow,.benefit-pause,.benefit-dot{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;min-width:44px;min-height:44px;border:1px solid rgba(17,24,39,.14);border-radius:999px;background:#fff;color:#111827;box-shadow:0 1px 2px rgba(17,24,39,.05);cursor:pointer;font:800 16px/1 "Be Vietnam Pro",system-ui,sans-serif}
.benefit-carousel-stage .benefit-arrow{position:absolute;top:50%;z-index:8;transform:translateY(-50%);width:48px;height:48px;min-width:48px;min-height:48px;border-color:rgba(17,24,39,.18);box-shadow:0 16px 46px rgba(17,24,39,.14)}
.benefit-arrow-prev{left:calc(50% - 268px)}
.benefit-arrow-next{right:calc(50% - 268px)}
.benefit-pause{font-size:12px}
.benefit-dot:before{content:"";width:8px;height:8px;border-radius:999px;background:#c7ccd6;transition:width .25s ease,background .25s ease}
.benefit-dot[aria-current="true"]:before{width:22px;background:#eb0028}

.premium-card-section{display:grid!important;grid-template-columns:minmax(380px,500px) minmax(0,1fr)!important;align-items:center!important;gap:clamp(42px,4.6vw,64px)!important;max-width:1280px!important;padding:clamp(96px,7vw,128px) 24px clamp(112px,8vw,144px)!important}
.premium-card-copy{max-width:500px;margin:0!important;text-align:left}
.premium-card-copy h2{font-size:clamp(38px,3.6vw,54px);line-height:1.08}
.premium-card-copy p:not(.section-kicker){max-width:490px;margin:0!important}
.premium-card-copy .inline-actions{justify-content:flex-start;margin-top:30px}
.premium-card-visual{width:100%!important;max-width:none!important;margin:0!important;border-radius:8px!important;box-shadow:0 32px 100px rgba(17,24,39,.18)!important}
@media(max-width:980px){
  .premium-card-section{grid-template-columns:1fr!important;max-width:720px!important;gap:32px!important}
  .premium-card-copy{max-width:620px!important}
  .premium-card-copy p:not(.section-kicker){max-width:580px!important}
  .premium-card-visual{max-width:620px!important}
}

.phone-motion-section.partner-benefit-section{position:relative;display:block!important;overflow:visible;background:#fff!important;color:#111827!important;padding:0 24px!important}
.partner-benefit-stage{position:relative;width:min(1200px,100%);margin:0 auto}
.partner-benefit-panels{width:48%;padding-top:35vh;padding-bottom:5vh}
.partner-scroll-panel{min-height:82vh;display:flex;align-items:flex-start}
.partner-scroll-panel[data-step="1"]{min-height:100vh;padding-top:20vh}
.partner-scroll-panel.compact{min-height:58vh;padding-top:20vh;padding-bottom:24vh}
.partner-benefit-copy{max-width:540px}
.partner-benefit-copy .section-kicker{color:#eb0028!important;margin:0 0 18px!important;font-size:14px!important;font-weight:800!important}
.partner-benefit-copy h2{max-width:520px;margin:0;color:#06070d;font-size:clamp(42px,3.65vw,53px);line-height:1.11;font-weight:800;letter-spacing:0;text-wrap:balance}
.partner-benefit-lead{max-width:475px;margin:26px 0 0!important;color:#767b86!important;font-size:clamp(15.5px,1.16vw,17px)!important;line-height:1.78!important}
.btn.partner-start{width:auto!important;min-width:120px!important;min-height:50px!important;margin-top:34px!important;padding:0 24px!important;border-radius:999px!important;background:#090909!important;color:#fff!important;box-shadow:0 16px 34px rgba(0,0,0,.12)!important}
.partner-benefit-offer{display:grid;grid-template-columns:28px minmax(0,1fr);gap:14px;width:100%;max-width:410px;margin:32px 0 0;padding:18px 20px;border:1px solid rgba(235,0,40,.18);border-radius:8px;background:linear-gradient(180deg,#fffafa 0%,#fff5f5 100%);box-shadow:0 14px 40px rgba(235,0,40,.045)}
.offer-icon{width:24px;height:24px;margin-top:2px;border-radius:7px;background:#eb0028;position:relative}
.offer-icon:before,.offer-icon:after{content:"";position:absolute;background:#fff;border-radius:2px}.offer-icon:before{left:10px;top:5px;width:4px;height:14px}.offer-icon:after{left:5px;top:10px;width:14px;height:4px}
.partner-benefit-offer strong{display:block;margin:0 0 4px;color:#eb0028;font-size:14.5px;line-height:1.35;font-weight:800}
.partner-benefit-offer p{margin:0!important;color:#626262!important;font-size:12.7px!important;line-height:1.62!important}
.partner-phone-column{position:absolute;right:0;top:0;width:48%;height:calc(100% - 18vh);padding-top:23vh}
.partner-phone-sticky{position:sticky;top:23vh;display:flex;justify-content:center;filter:drop-shadow(0 42px 70px rgba(0,0,0,.18))}
.br-phone-shell{position:relative;width:345px;height:700px;border:8px solid #1f1f1f;border-radius:50px;background:#000;overflow:hidden;box-shadow:inset 0 0 0 1px rgba(255,255,255,.10)}
.br-phone-notch{position:absolute;top:0;left:50%;z-index:20;width:110px;height:30px;transform:translateX(-50%);border-radius:0 0 20px 20px;background:#000}
.br-phone-screen{position:absolute;inset:0;padding:28px 18px 78px;background:#030303;color:#fff;opacity:0;transition:opacity .55s ease;pointer-events:none}
.br-phone-screen.active{opacity:1;pointer-events:auto}
.phone-appbar,.phone-title-row{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:0 0 24px}.phone-appbar strong{font-size:19px;line-height:1}.phone-appbar span:last-child{color:#f4f4f4;font-size:18px;letter-spacing:4px}.phone-avatar{display:grid!important;place-items:center;width:32px;height:32px;border-radius:50%;background:#fff!important;color:#eb0028!important;font-size:14px!important;font-weight:800!important;letter-spacing:0!important}
.phone-muted{color:#7f7f86;font-size:13px;font-weight:700}.phone-balance{margin:4px 0 26px;font-size:44px;line-height:1;font-weight:700;letter-spacing:0}.phone-balance span{font-size:17px;font-weight:700;color:#f3f4f6}
.phone-actions{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:22px}.phone-actions span{display:grid;justify-items:center;gap:8px;color:#e9e9ec;font-size:11px;font-weight:700;text-align:center;line-height:1.25}.phone-actions i{display:grid;place-items:center;width:44px;height:44px;border-radius:50%;background:#26262c;color:#fff;font-style:normal;font-size:20px}.phone-actions span:first-child i{background:#fff;color:#111}
.phone-card{border-radius:18px;background:#27272d;margin:0 0 16px;padding:18px;color:#fff}.phone-card.strong{display:grid;grid-template-columns:40px minmax(0,1fr);gap:12px;align-items:center}.phone-card b{font-size:15px;line-height:1.3}.phone-card p{margin:7px 0 0!important;color:#f0f0f3!important;font-size:13px!important;line-height:1.45!important}.phone-card em{grid-column:1/-1;display:grid;place-items:center;height:38px;margin-top:12px;border-radius:999px;background:#000;color:#fff;font-style:normal;font-size:13px;font-weight:800}.phone-card-icon{width:38px;height:38px;border-radius:10px;background:linear-gradient(135deg,#ff1d42,#eb0028);position:relative}.phone-card-icon:after{content:"";position:absolute;inset:10px 9px;border:2px solid rgba(255,255,255,.82);border-radius:4px}
.phone-tabbar{position:absolute;left:12px;right:12px;bottom:10px;height:58px;border:1px solid rgba(255,255,255,.22);border-radius:32px;background:rgba(16,16,17,.95);display:grid;grid-template-columns:repeat(4,1fr);align-items:center}.phone-tabbar span{display:grid;place-items:center;color:#e7e7e9;font-size:10px;font-weight:800}.phone-tabbar .active{height:48px;margin:0 3px;border-radius:28px;background:#252527;color:#eb0028}
.phone-title-row strong{font-size:30px}.phone-title-row span{padding:10px 16px;border-radius:12px;background:#202025;color:#fff;font-size:12px;font-weight:800}.send-row{display:grid;grid-template-columns:minmax(86px,32%) minmax(0,1fr);grid-template-areas:"label amount" "available amount" "currency amount";align-items:center;column-gap:10px;row-gap:7px;border-bottom:1px solid rgba(255,255,255,.11);padding:18px 6px 24px 0;min-height:124px}.send-row small{grid-area:label;display:block;color:#8b8b91;font-size:12px;font-style:normal;font-weight:700;line-height:1.25}.send-row em{grid-area:available;display:block;color:#8b8b91;font-size:11px;font-style:normal;font-weight:700;line-height:1.25;white-space:nowrap}.send-row b{grid-area:amount;justify-self:end;max-width:100%;color:#2b2b2f;font-size:38px;line-height:.95;font-weight:800;letter-spacing:0;text-align:right;white-space:nowrap}.send-row span{grid-area:currency;display:inline-flex;align-items:center;justify-self:start;margin-top:7px;padding:12px 18px;border-radius:999px;background:#050505;border:1px solid rgba(255,255,255,.12);font-size:17px;font-weight:800}.phone-rate{margin:26px 0 0!important;color:#f0f0f3!important;text-align:right!important;font-size:14px!important;font-weight:800!important}.phone-continue{position:absolute;left:18px;right:18px;bottom:94px;height:54px;border:0;border-radius:12px;background:#28282d;color:#8f8f95;font:800 14px/1 "Be Vietnam Pro",system-ui}
.asset-buttons{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:28px 0 24px}.asset-buttons span{display:grid;place-items:center;min-height:50px;border-radius:12px;background:#24242a;color:#fff;font-size:13px;font-weight:800}.asset-buttons span:first-child{background:#fff;color:#111}
.asset-list{display:grid}.asset-list p{position:relative;margin:0!important;padding:15px 0 15px 50px!important;border-bottom:1px solid rgba(255,255,255,.12);color:#fff!important;line-height:1.25!important}.asset-coin{position:absolute;left:0;top:13px;display:grid;place-items:center;width:34px;height:34px;border-radius:50%;font-style:normal;font-size:16px;font-weight:800;color:#fff}.asset-coin.usds{background:linear-gradient(135deg,#f7f7f7,#a9adb7);color:#111827}.asset-coin.usdt{background:linear-gradient(135deg,#26a17b,#12d0a4)}.asset-coin.usdc{background:linear-gradient(135deg,#2775ca,#56a7ff)}.asset-list b{display:block;font-size:16px}.asset-list span{position:absolute;right:0;top:16px;font-size:15px;font-weight:800}.asset-list small{display:block;color:#777;font-size:12px;margin-top:4px}

.final-cta{max-width:none!important;margin:0!important;border-radius:0!important;background:#101820!important;color:#fff!important;padding:76px max(24px,calc((100vw - var(--max))/2))!important}
.final-cta p:not(.section-kicker){color:rgba(255,255,255,.72)!important}.final-cta .section-kicker{color:#86efac!important}
.footer{padding-top:64px!important}

@media(max-width:980px){
  .home-hero{min-height:100svh!important}
  .home-hero h1{font-size:48px!important}
  .benefit-card[data-position="prev"]{transform:translate(calc(-50% - 210px),-50%) scale(.78)!important}
  .benefit-card[data-position="next"]{transform:translate(calc(-50% + 210px),-50%) scale(.78)!important}
  .partner-benefit-stage{display:grid;gap:58px;max-width:720px}
  .partner-benefit-panels{width:100%;padding:0}
  .partner-scroll-panel,.partner-scroll-panel[data-step="1"],.partner-scroll-panel.compact{min-height:0!important;padding:0 0 54px!important}
  .partner-phone-column{position:relative;right:auto;top:auto;width:100%;height:auto;padding:0;grid-row:2}
  .partner-phone-sticky{position:relative;top:auto}
  .br-phone-shell{width:min(330px,78vw);height:calc(min(330px,78vw)*2.03);border-width:7px;border-radius:44px}
}
@media(max-width:640px){
  .home-hero{min-height:100svh!important}
  .home-hero .hero-content{padding-top:96px!important;padding-bottom:46px!important}
  .home-hero h1{font-size:38px!important;line-height:1.06!important}
  .home-hero .lead{font-size:16px!important;line-height:1.65!important}
  .home-hero .hero-bg img{object-position:44% center!important}
  .benefits-carousel{padding:72px 18px 96px!important}
  .benefits-carousel .section-heading{margin-bottom:32px!important;text-align:center!important}
  .benefit-carousel-stage{height:366px!important}
  .benefit-card{width:min(272px,74vw)!important;height:336px!important}
  .benefit-card[data-position="prev"],.benefit-card[data-position="next"]{opacity:.08!important;filter:none!important;pointer-events:none!important}
  .benefit-card[data-position="prev"]{transform:translate(calc(-50% - 84px),-50%) scale(.68)!important}
  .benefit-card[data-position="next"]{transform:translate(calc(-50% + 84px),-50%) scale(.68)!important}
  .benefit-card-content{padding:24px!important}.benefit-card h3{font-size:25px!important}.benefit-card p{font-size:14px!important;line-height:1.52!important}
  .benefit-dots{max-width:min(100%,308px)!important;flex-wrap:wrap!important;row-gap:6px!important;column-gap:6px!important}
  .premium-card-section{padding:76px 18px 88px!important}.premium-card-copy{text-align:left!important;margin-bottom:28px!important}.premium-card-visual{max-width:min(100%,336px)!important}
  .phone-motion-section.partner-benefit-section{padding:88px 18px 104px!important}.partner-benefit-stage{gap:46px}.partner-benefit-copy h2{max-width:21rem;font-size:34px;line-height:1.14}.partner-benefit-lead{max-width:22rem;margin-top:22px!important;font-size:15px!important;line-height:1.66!important}
  .btn.partner-start{width:auto!important;min-width:112px!important;min-height:52px!important;margin-top:28px!important;font-size:15px!important}
  .partner-benefit-offer{grid-template-columns:28px minmax(0,1fr);gap:12px;max-width:100%;margin-top:28px;padding:20px 18px;border-radius:8px}
  .br-phone-shell{width:min(306px,86vw);height:calc(min(306px,86vw)*2.03);border-width:6px}.br-phone-screen{padding:24px 15px 68px}.phone-balance{font-size:38px}.phone-actions{gap:8px}.phone-actions i{width:38px;height:38px}.phone-card{padding:15px}.send-row{grid-template-columns:minmax(78px,31%) minmax(0,1fr);column-gap:8px}.send-row b{font-size:31px}.send-row span{padding:11px 16px;font-size:15px}.send-row em{font-size:10px}.phone-tabbar{height:54px}
  .final-cta{padding:68px 18px!important}
}
@media(max-width:390px){
  .home-hero h1{font-size:34px!important}
  .benefit-arrow,.benefit-pause,.benefit-dot{width:44px!important;height:44px!important;min-width:44px!important;min-height:44px!important}
}

/* Brazil v3: mobile composition and motion polish */
@media(max-width:980px){
  .phone-motion-section.partner-benefit-section{padding-top:76px!important}
  .partner-benefit-stage{display:flex!important;flex-direction:column!important;gap:0!important;max-width:720px!important}
  .partner-phone-column{order:-1!important;position:sticky!important;top:70px!important;z-index:6!important;width:100%!important;height:auto!important;padding:0 0 28px!important;background:linear-gradient(180deg,#fff 0%,rgba(255,255,255,.96) 72%,rgba(255,255,255,0) 100%)!important}
  .partner-phone-sticky{position:relative!important;top:auto!important;filter:drop-shadow(0 28px 42px rgba(0,0,0,.14))!important}
  .partner-benefit-panels{order:0!important;width:100%!important;padding:0!important}
  .partner-scroll-panel,.partner-scroll-panel[data-step="1"],.partner-scroll-panel.compact{min-height:72vh!important;display:flex!important;align-items:flex-end!important;padding:22vh 0 54px!important}
  .partner-scroll-panel:first-child{padding-top:12vh!important}
}
@media(max-width:640px){
  .home-hero .hero-bg img{object-position:44% center!important}
  .home-hero:after{background:linear-gradient(90deg,rgba(0,0,0,.88) 0%,rgba(0,0,0,.76) 42%,rgba(0,0,0,.44) 72%,rgba(0,0,0,.22) 100%)!important}
  .home-hero .hero-content{padding-top:clamp(118px,22vh,178px)!important;padding-bottom:42px!important}
  .home-hero h1{max-width:13.2em!important}
  .home-hero .lead{max-width:22em!important}
  .benefit-arrow{display:none!important}
  .benefit-dots{max-width:288px!important;flex-wrap:nowrap!important;gap:7px!important}
  .phone-motion-section.partner-benefit-section{padding-top:70px!important}
  .partner-phone-column{top:60px!important;padding-bottom:22px!important}
  .partner-scroll-panel,.partner-scroll-panel[data-step="1"],.partner-scroll-panel.compact{min-height:68vh!important;padding:24vh 0 46px!important}
  .partner-benefit-copy{padding-top:0!important}
}
@media(max-width:390px){
  .home-hero .hero-content{padding-top:clamp(116px,21vh,166px)!important}
  .benefit-dots{max-width:268px!important;gap:5px!important}
}

/* Brazil v6: mobile phone motion must stay visible without covering copy. */
@media(max-width:640px){
  .benefit-card[data-position="prev"],.benefit-card[data-position="next"]{opacity:0!important}
  .benefit-card[data-position="prev"] .benefit-card-content,.benefit-card[data-position="next"] .benefit-card-content{display:none!important}
  .premium-card-visual{max-width:min(100%,420px)!important}
  .phone-motion-section.partner-benefit-section{padding-top:72px!important}
  .partner-phone-column{position:sticky!important;top:58px!important;z-index:5!important;padding:0 0 18px!important;background:linear-gradient(180deg,#fff 0%,rgba(255,255,255,.98) 82%,rgba(255,255,255,0) 100%)!important}
  .partner-phone-sticky{filter:drop-shadow(0 22px 34px rgba(0,0,0,.15))!important}
  .br-phone-shell{width:min(250px,64vw)!important;height:calc(min(250px,64vw)*2.03)!important;border-width:5px!important;border-radius:36px!important}
  .br-phone-notch{width:82px!important;height:22px!important;border-radius:0 0 16px 16px!important}
  .br-phone-screen{padding:21px 12px 56px!important}
  .phone-appbar,.phone-title-row{margin-bottom:16px!important}
  .phone-appbar strong{font-size:15px!important}.phone-appbar span:last-child{font-size:14px!important;letter-spacing:2px!important}.phone-avatar{width:26px!important;height:26px!important;font-size:12px!important}
  .phone-muted{font-size:11px!important}.phone-balance{margin:3px 0 16px!important;font-size:32px!important}.phone-balance span{font-size:13px!important}
  .phone-actions{gap:6px!important;margin-bottom:13px!important}.phone-actions span{gap:5px!important;font-size:9px!important}.phone-actions i{width:31px!important;height:31px!important;font-size:15px!important}
  .phone-card{margin-bottom:10px!important;padding:12px!important;border-radius:14px!important}.phone-card.strong{grid-template-columns:30px minmax(0,1fr)!important;gap:9px!important}.phone-card b{font-size:12.5px!important}.phone-card p{font-size:11px!important;line-height:1.35!important}.phone-card em{height:30px!important;margin-top:9px!important;font-size:11px!important}.phone-card-icon{width:30px!important;height:30px!important;border-radius:8px!important}
  .phone-tabbar{left:9px!important;right:9px!important;bottom:8px!important;height:44px!important}.phone-tabbar span{font-size:8.5px!important}.phone-tabbar .active{height:36px!important}
  .phone-title-row strong{font-size:22px!important}.phone-title-row span{padding:8px 11px!important;font-size:10px!important}
  .send-row{grid-template-columns:minmax(92px,36%) minmax(0,1fr)!important;column-gap:6px!important;row-gap:5px!important;min-height:96px!important;padding:13px 4px 16px 0!important}.send-row small{font-size:10px!important}.send-row em{font-size:10px!important;white-space:normal!important;overflow-wrap:anywhere!important}.send-row b{font-size:27px!important}.send-row span{padding:9px 13px!important;font-size:12px!important}
  .phone-rate{font-size:12px!important;margin-top:18px!important}.phone-continue{left:12px!important;right:12px!important;bottom:74px!important;height:42px!important;font-size:12px!important}
  .asset-buttons{gap:7px!important;margin:20px 0 15px!important}.asset-buttons span{min-height:38px!important;font-size:10.5px!important}.asset-list p{padding:11px 0 11px 38px!important}.asset-coin{top:10px!important;width:28px!important;height:28px!important;font-size:12px!important}.asset-list b{font-size:13px!important}.asset-list small{font-size:10px!important}.asset-list span{top:12px!important;font-size:12px!important}
  .partner-scroll-panel,.partner-scroll-panel[data-step="1"],.partner-scroll-panel.compact{min-height:calc(100svh + 180px)!important;align-items:flex-start!important;padding:calc(min(250px,64vw)*2.03 + 184px) 0 58px!important}
  .partner-scroll-panel:first-child{padding-top:calc(min(250px,64vw)*2.03 + 174px)!important}
}
@media(max-width:390px){
  .br-phone-shell{width:min(238px,62vw)!important;height:calc(min(238px,62vw)*2.03)!important}
  .partner-scroll-panel,.partner-scroll-panel[data-step="1"],.partner-scroll-panel.compact{padding-top:calc(min(238px,62vw)*2.03 + 180px)!important}
  .partner-scroll-panel:first-child{padding-top:calc(min(238px,62vw)*2.03 + 170px)!important}
}

/* Brazil v9: match Vietnam mobile by removing sticky phone motion below tablet. */
@media(max-width:767px){
  .phone-motion-section.partner-benefit-section{
    padding:72px 18px 84px!important;
    overflow:hidden!important;
  }
  .partner-benefit-stage{
    display:flex!important;
    flex-direction:column!important;
    gap:18px!important;
    width:100%!important;
    max-width:430px!important;
  }
  .partner-benefit-panels{
    display:contents!important;
    width:auto!important;
    padding:0!important;
  }
  .partner-scroll-panel,
  .partner-scroll-panel[data-step="1"],
  .partner-scroll-panel.compact{
    width:100%!important;
    min-height:0!important;
    display:block!important;
    align-items:initial!important;
    padding:0!important;
  }
  .partner-scroll-panel:first-child,
  .partner-scroll-panel[data-phone-step="0"]{
    min-height:0!important;
    padding-top:0!important;
    padding-bottom:0!important;
  }
  .partner-scroll-panel[data-phone-step="0"]{order:0!important}
  .partner-scroll-panel[data-phone-step="1"]{order:2!important}
  .partner-scroll-panel[data-phone-step="2"]{order:3!important}
  .partner-scroll-panel:not([data-phone-step="0"]){
    padding:18px!important;
    border:1px solid rgba(17,24,39,.09)!important;
    border-radius:8px!important;
    background:#fff!important;
    box-shadow:0 16px 46px rgba(17,24,39,.06)!important;
  }
  .partner-phone-column{
    order:1!important;
    position:relative!important;
    top:auto!important;
    right:auto!important;
    z-index:auto!important;
    width:100%!important;
    height:auto!important;
    padding:0!important;
    background:transparent!important;
  }
  .partner-phone-sticky{
    position:relative!important;
    top:auto!important;
    display:flex!important;
    justify-content:center!important;
    filter:drop-shadow(0 24px 40px rgba(0,0,0,.14))!important;
  }
  .br-phone-shell{
    width:min(250px,70vw)!important;
    height:calc(min(250px,70vw)*2.03)!important;
    margin:0 auto!important;
    border-width:5px!important;
    border-radius:36px!important;
  }
  .partner-benefit-copy{
    max-width:none!important;
    padding-top:0!important;
  }
  .partner-benefit-copy h2{
    max-width:21rem!important;
    font-size:33px!important;
    line-height:1.14!important;
  }
  .partner-benefit-lead{
    max-width:22rem!important;
    margin-top:18px!important;
    font-size:15px!important;
    line-height:1.64!important;
  }
  .btn.partner-start{
    width:auto!important;
    min-width:126px!important;
    min-height:50px!important;
    margin-top:24px!important;
    padding:0 22px!important;
  }
  .partner-benefit-offer{
    max-width:100%!important;
    margin-top:22px!important;
    padding:18px!important;
  }
  .partner-scroll-panel:not([data-phone-step="0"]) .partner-benefit-copy h2{
    max-width:none!important;
    font-size:22px!important;
    line-height:1.2!important;
  }
  .partner-scroll-panel:not([data-phone-step="0"]) .partner-benefit-lead{
    max-width:none!important;
    margin-top:10px!important;
    font-size:14px!important;
    line-height:1.56!important;
  }
}
@media(max-width:390px){
  .br-phone-shell{
    width:min(242px,68vw)!important;
    height:calc(min(242px,68vw)*2.03)!important;
  }
}

/* Brazil v10: home phone motion comes right after the full hero and stays scroll-driven on mobile. */
.home-hero+.phone-motion-section.partner-benefit-section{padding-top:0!important}
.home-hero+.phone-motion-section .partner-benefit-panels{padding-top:24vh!important}
.home-hero+.phone-motion-section .partner-phone-column{padding-top:16vh!important;height:calc(100% - 10vh)!important}
.home-hero+.phone-motion-section .partner-phone-sticky{top:16vh!important}
@media(max-width:767px){
  .home-hero+.phone-motion-section.partner-benefit-section,
  .phone-motion-section.partner-benefit-section{
    padding:0 18px 82px!important;
    overflow:visible!important;
  }
  .partner-benefit-stage{
    display:flex!important;
    flex-direction:column!important;
    gap:0!important;
    width:100%!important;
    max-width:430px!important;
  }
  .partner-phone-column{
    order:-1!important;
    position:sticky!important;
    top:58px!important;
    right:auto!important;
    z-index:6!important;
    width:100%!important;
    height:auto!important;
    padding:12px 0 10px!important;
    background:linear-gradient(180deg,#fff 0%,rgba(255,255,255,.98) 86%,rgba(255,255,255,0) 100%)!important;
  }
  .partner-phone-sticky{
    position:relative!important;
    top:auto!important;
    display:flex!important;
    justify-content:center!important;
    filter:drop-shadow(0 18px 28px rgba(0,0,0,.13))!important;
  }
  .br-phone-shell{
    width:min(178px,46vw)!important;
    height:calc(min(178px,46vw)*2.03)!important;
    margin:0 auto!important;
    border-width:4px!important;
    border-radius:30px!important;
  }
  .br-phone-notch{width:64px!important;height:18px!important;border-radius:0 0 13px 13px!important}
  .br-phone-screen{padding:17px 9px 46px!important}
  .phone-appbar,.phone-title-row{margin-bottom:11px!important}
  .phone-appbar strong{font-size:12px!important}
  .phone-appbar span:last-child{font-size:11px!important;letter-spacing:1px!important}
  .phone-avatar{width:22px!important;height:22px!important;font-size:10px!important}
  .phone-muted{font-size:9px!important}
  .phone-balance{margin:3px 0 11px!important;font-size:26px!important}
  .phone-balance span{font-size:11px!important}
  .phone-actions{gap:4px!important;margin-bottom:9px!important}
  .phone-actions span{gap:4px!important;font-size:7.5px!important}
  .phone-actions i{width:25px!important;height:25px!important;font-size:12px!important}
  .phone-card{margin-bottom:8px!important;padding:10px!important;border-radius:12px!important}
  .phone-card.strong{grid-template-columns:25px minmax(0,1fr)!important;gap:7px!important}
  .phone-card b{font-size:10.5px!important}
  .phone-card p{font-size:9.5px!important;line-height:1.32!important}
  .phone-card em{height:25px!important;margin-top:7px!important;font-size:9.5px!important}
  .phone-card-icon{width:25px!important;height:25px!important;border-radius:7px!important}
  .phone-tabbar{left:7px!important;right:7px!important;bottom:6px!important;height:36px!important}
  .phone-tabbar span{font-size:7px!important}
  .phone-tabbar .active{height:29px!important}
  .phone-title-row strong{font-size:18px!important}
  .phone-title-row span{padding:6px 9px!important;font-size:8.5px!important}
  .send-row{grid-template-columns:minmax(72px,36%) minmax(0,1fr)!important;column-gap:5px!important;row-gap:4px!important;min-height:76px!important;padding:10px 3px 12px 0!important}
  .send-row small,.send-row em{font-size:8.5px!important;white-space:normal!important;overflow-wrap:anywhere!important}
  .send-row b{font-size:22px!important}
  .send-row span{padding:7px 10px!important;font-size:10px!important}
  .phone-rate{font-size:10px!important;margin-top:13px!important}
  .phone-continue{left:10px!important;right:10px!important;bottom:59px!important;height:34px!important;font-size:10px!important}
  .asset-buttons{gap:5px!important;margin:15px 0 11px!important}
  .asset-buttons span{min-height:31px!important;font-size:8.5px!important}
  .asset-list p{padding:9px 0 9px 31px!important}
  .asset-coin{top:8px!important;width:23px!important;height:23px!important;font-size:10px!important}
  .asset-list b{font-size:11px!important}
  .asset-list small{font-size:8.5px!important}
  .asset-list span{top:10px!important;font-size:10px!important}
  .partner-benefit-panels{
    display:block!important;
    order:0!important;
    width:100%!important;
    padding:0!important;
  }
  .partner-scroll-panel,
  .partner-scroll-panel[data-step="1"],
  .partner-scroll-panel.compact{
    width:100%!important;
    min-height:68svh!important;
    display:flex!important;
    align-items:flex-end!important;
    padding:0 0 34px!important;
    border:0!important;
    border-radius:0!important;
    background:transparent!important;
    box-shadow:none!important;
  }
  .partner-scroll-panel:first-child,
  .partner-scroll-panel[data-phone-step="0"]{
    min-height:70svh!important;
    padding-top:0!important;
    padding-bottom:34px!important;
  }
  .partner-benefit-copy{
    max-width:none!important;
    padding-top:0!important;
  }
  .partner-benefit-copy .section-kicker{
    margin-bottom:10px!important;
    font-size:12px!important;
  }
  .partner-benefit-copy h2{
    max-width:21rem!important;
    font-size:27px!important;
    line-height:1.14!important;
  }
  .partner-benefit-lead{
    max-width:22rem!important;
    margin-top:13px!important;
    font-size:14.5px!important;
    line-height:1.58!important;
  }
  .btn.partner-start{
    width:auto!important;
    min-width:126px!important;
    min-height:48px!important;
    margin-top:18px!important;
    padding:0 20px!important;
  }
  .partner-benefit-offer{
    max-width:100%!important;
    margin-top:16px!important;
    padding:15px!important;
  }
  .partner-benefit-offer strong{font-size:13.5px!important}
  .partner-benefit-offer p{font-size:12px!important;line-height:1.5!important}
  .partner-scroll-panel:not([data-phone-step="0"]) .partner-benefit-copy h2{
    max-width:22rem!important;
    font-size:25px!important;
  }
  .partner-scroll-panel:not([data-phone-step="0"]) .partner-benefit-lead{
    max-width:22rem!important;
    margin-top:12px!important;
    font-size:14.5px!important;
  }
}
@media(max-width:390px){
  .br-phone-shell{
    width:min(170px,44vw)!important;
    height:calc(min(170px,44vw)*2.03)!important;
  }
  .partner-benefit-copy h2{font-size:25px!important}
  .partner-benefit-lead{font-size:14px!important}
}
@media(max-width:767px){
  .partner-phone-column{
    width:min(150px,38vw)!important;
    margin-left:auto!important;
    align-self:flex-end!important;
    padding:12px 0 10px!important;
  }
  .partner-phone-sticky{
    justify-content:flex-end!important;
  }
  .br-phone-shell{
    width:min(138px,35vw)!important;
    height:calc(min(138px,35vw)*2.03)!important;
  }
  .partner-benefit-copy{
    max-width:calc(100% - min(154px,39vw) - 14px)!important;
  }
  .partner-benefit-copy h2,
  .partner-scroll-panel:not([data-phone-step="0"]) .partner-benefit-copy h2{
    max-width:100%!important;
    font-size:23px!important;
  }
  .partner-benefit-lead,
  .partner-scroll-panel:not([data-phone-step="0"]) .partner-benefit-lead{
    max-width:100%!important;
    font-size:13.5px!important;
  }
  .partner-benefit-offer{
    max-width:100%!important;
    grid-template-columns:22px minmax(0,1fr)!important;
    gap:10px!important;
  }
  .offer-icon{width:21px!important;height:21px!important}
  .partner-benefit-offer strong{font-size:12.5px!important}
  .partner-benefit-offer p{font-size:11.5px!important}
}
@media(max-width:390px){
  .br-phone-shell{
    width:min(128px,34vw)!important;
    height:calc(min(128px,34vw)*2.03)!important;
  }
  .partner-benefit-copy{
    max-width:calc(100% - min(144px,38vw) - 12px)!important;
  }
}

/* Brazil v14: home hero stays local-person first; RedotPay card lives below the carousel. */
.premium-card-section{
  position:relative!important;
  z-index:12!important;
  display:block!important;
  max-width:none!important;
  margin:0!important;
  padding:clamp(92px,7vw,124px) 24px clamp(104px,8vw,140px)!important;
  background:#020202!important;
  color:#fff!important;
  text-align:center!important;
  overflow:hidden!important;
}
.premium-card-copy{
  max-width:760px!important;
  margin:0 auto 40px!important;
  text-align:center!important;
}
.premium-card-section .section-kicker{
  color:#eb0028!important;
  margin-bottom:13px!important;
}
.premium-card-copy h2{
  max-width:820px!important;
  margin-left:auto!important;
  margin-right:auto!important;
  font-size:clamp(38px,4.2vw,58px)!important;
  line-height:1.08!important;
}
.premium-card-copy p:not(.section-kicker){
  max-width:720px!important;
  margin:0 auto!important;
  color:#cbd5e1!important;
  font-size:clamp(16px,1.45vw,18px)!important;
  line-height:1.72!important;
}
.premium-card-copy .inline-actions{
  justify-content:center!important;
  margin-top:30px!important;
}
.premium-card-section .btn.secondary{
  background:#fff!important;
  color:#111827!important;
}
.premium-card-visual{
  max-width:min(900px,calc(100vw - 96px))!important;
  margin:0 auto!important;
  border-radius:0!important;
  background:#020202!important;
  box-shadow:none!important;
}
.premium-card-visual img{
  display:block!important;
  width:100%!important;
  height:auto!important;
  object-fit:contain!important;
  border-radius:0!important;
}
@media(max-width:640px){
  .premium-card-section{
    padding:76px 18px 88px!important;
  }
  .premium-card-copy{
    margin-bottom:28px!important;
  }
  .premium-card-copy h2{
    font-size:30px!important;
    line-height:1.16!important;
  }
  .premium-card-copy p:not(.section-kicker){
    font-size:15px!important;
    line-height:1.66!important;
  }
  .premium-card-copy .inline-actions{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:10px!important;
  }
  .premium-card-visual{
    max-width:min(100%,336px)!important;
  }
}

/* Brazil v15: match Vietnam/Philippines mobile phone section flow. */
@media(max-width:980px){
  .home-hero+.phone-motion-section.partner-benefit-section,
  .phone-motion-section.partner-benefit-section{
    padding:112px var(--rail-pad,24px) 122px!important;
    overflow:hidden!important;
  }
  .phone-motion-section .partner-benefit-stage{
    display:grid!important;
    gap:58px!important;
    width:min(720px,100%)!important;
    max-width:720px!important;
    margin:0 auto!important;
  }
  .home-hero+.phone-motion-section .partner-benefit-panels,
  .phone-motion-section .partner-benefit-panels{
    display:block!important;
    order:0!important;
    width:100%!important;
    padding:0!important;
  }
  .phone-motion-section .partner-scroll-panel,
  .phone-motion-section .partner-scroll-panel[data-step="1"],
  .phone-motion-section .partner-scroll-panel[data-phone-step="1"],
  .phone-motion-section .partner-scroll-panel.compact{
    width:100%!important;
    min-height:0!important;
    display:flex!important;
    align-items:flex-start!important;
    padding:0 0 54px!important;
    border:0!important;
    border-radius:0!important;
    background:transparent!important;
    box-shadow:none!important;
  }
  .phone-motion-section .partner-scroll-panel.compact{
    padding-bottom:0!important;
  }
  .phone-motion-section .partner-benefit-copy{
    max-width:620px!important;
    padding-top:0!important;
  }
  .phone-motion-section .partner-benefit-copy h2{
    max-width:620px!important;
    font-size:44px!important;
    line-height:1.1!important;
  }
  .phone-motion-section .partner-benefit-lead{
    max-width:560px!important;
    font-size:17px!important;
    line-height:1.74!important;
  }
  .home-hero+.phone-motion-section .partner-phone-column,
  .phone-motion-section .partner-phone-column{
    order:1!important;
    grid-row:2!important;
    position:relative!important;
    top:auto!important;
    right:auto!important;
    z-index:auto!important;
    align-self:auto!important;
    width:100%!important;
    height:auto!important;
    margin:0!important;
    padding:0!important;
    background:transparent!important;
  }
  .home-hero+.phone-motion-section .partner-phone-sticky,
  .phone-motion-section .partner-phone-sticky{
    position:relative!important;
    top:auto!important;
    display:flex!important;
    justify-content:center!important;
    filter:drop-shadow(0 28px 42px rgba(0,0,0,.14))!important;
  }
  .phone-motion-section .br-phone-shell{
    width:min(330px,78vw)!important;
    height:calc(min(330px,78vw)*2.03)!important;
    margin:0 auto!important;
    border-width:7px!important;
    border-radius:44px!important;
  }
}
@media(max-width:640px){
  .home-hero+.phone-motion-section.partner-benefit-section,
  .phone-motion-section.partner-benefit-section{
    padding:88px 18px 104px!important;
  }
  .phone-motion-section .partner-benefit-stage{
    gap:46px!important;
    width:100%!important;
    max-width:430px!important;
  }
  .phone-motion-section .partner-scroll-panel,
  .phone-motion-section .partner-scroll-panel[data-step="1"],
  .phone-motion-section .partner-scroll-panel[data-phone-step="1"],
  .phone-motion-section .partner-scroll-panel.compact{
    min-height:0!important;
    padding:0 0 46px!important;
  }
  .phone-motion-section .partner-scroll-panel.compact{
    padding-bottom:0!important;
  }
  .phone-motion-section .partner-benefit-copy{
    max-width:100%!important;
  }
  .phone-motion-section .partner-benefit-copy .section-kicker{
    margin-bottom:14px!important;
    font-size:13px!important;
  }
  .phone-motion-section .partner-benefit-copy h2,
  .phone-motion-section .partner-scroll-panel:not([data-phone-step="0"]) .partner-benefit-copy h2{
    max-width:21rem!important;
    font-size:34px!important;
    line-height:1.14!important;
  }
  .phone-motion-section .partner-benefit-lead,
  .phone-motion-section .partner-scroll-panel:not([data-phone-step="0"]) .partner-benefit-lead{
    max-width:22rem!important;
    margin-top:22px!important;
    font-size:15px!important;
    line-height:1.66!important;
  }
  .phone-motion-section .btn.partner-start{
    width:auto!important;
    min-width:112px!important;
    min-height:52px!important;
    margin-top:28px!important;
    padding:0 24px!important;
    font-size:15px!important;
  }
  .phone-motion-section .partner-benefit-offer{
    grid-template-columns:28px minmax(0,1fr)!important;
    gap:12px!important;
    max-width:100%!important;
    margin-top:28px!important;
    padding:20px 18px!important;
    border-radius:8px!important;
  }
  .phone-motion-section .br-phone-shell{
    width:min(306px,86vw)!important;
    height:calc(min(306px,86vw)*2.03)!important;
    border-width:6px!important;
    border-radius:44px!important;
  }
  .phone-motion-section .br-phone-notch{
    width:96px!important;
    height:26px!important;
    border-radius:0 0 18px 18px!important;
  }
  .phone-motion-section .br-phone-screen{
    padding:24px 15px 68px!important;
  }
  .phone-motion-section .phone-appbar,
  .phone-motion-section .phone-title-row{
    margin-bottom:16px!important;
  }
  .phone-motion-section .phone-appbar strong{
    font-size:15px!important;
  }
  .phone-motion-section .phone-appbar span:last-child{
    font-size:14px!important;
    letter-spacing:2px!important;
  }
  .phone-motion-section .phone-avatar{
    width:28px!important;
    height:28px!important;
    font-size:12px!important;
  }
  .phone-motion-section .phone-muted{
    font-size:12px!important;
  }
  .phone-motion-section .phone-balance{
    margin:3px 0 18px!important;
    font-size:38px!important;
  }
  .phone-motion-section .phone-balance span{
    font-size:14px!important;
  }
  .phone-motion-section .phone-actions{
    gap:8px!important;
    margin-bottom:16px!important;
  }
  .phone-motion-section .phone-actions span{
    gap:6px!important;
    font-size:9.5px!important;
  }
  .phone-motion-section .phone-actions i{
    width:36px!important;
    height:36px!important;
    font-size:16px!important;
  }
  .phone-motion-section .phone-card{
    margin-bottom:10px!important;
    padding:15px!important;
    border-radius:16px!important;
  }
  .phone-motion-section .phone-card.strong{
    grid-template-columns:34px minmax(0,1fr)!important;
    gap:10px!important;
  }
  .phone-motion-section .phone-card b{
    font-size:13px!important;
  }
  .phone-motion-section .phone-card p{
    font-size:11.5px!important;
    line-height:1.35!important;
  }
  .phone-motion-section .phone-card em{
    height:32px!important;
    margin-top:9px!important;
    font-size:11px!important;
  }
  .phone-motion-section .phone-card-icon{
    width:32px!important;
    height:32px!important;
    border-radius:8px!important;
  }
  .phone-motion-section .phone-tabbar{
    left:9px!important;
    right:9px!important;
    bottom:8px!important;
    height:48px!important;
  }
  .phone-motion-section .phone-tabbar span{
    font-size:8px!important;
  }
  .phone-motion-section .phone-tabbar .active{
    height:38px!important;
    margin:0 2px!important;
  }
  .phone-motion-section .send-row{
    grid-template-columns:minmax(78px,31%) minmax(0,1fr)!important;
    column-gap:8px!important;
  }
  .phone-motion-section .send-row b{
    font-size:31px!important;
  }
  .phone-motion-section .send-row span{
    padding:11px 16px!important;
    font-size:15px!important;
  }
}
@media(max-width:390px){
  .phone-motion-section .br-phone-shell{
    width:min(286px,84vw)!important;
    height:calc(min(286px,84vw)*2.03)!important;
  }
  .phone-motion-section .partner-benefit-copy h2,
  .phone-motion-section .partner-scroll-panel:not([data-phone-step="0"]) .partner-benefit-copy h2{
    font-size:30px!important;
  }
}

/* Brazil v22: S-grade desktop/mobile hero assets with tall-browser mobile guard. */
@media(min-width:981px){
  .home-hero .hero-content{
    width:100%!important;
    max-width:1180px!important;
    padding-top:clamp(126px,14vh,166px)!important;
    padding-bottom:clamp(88px,10vh,124px)!important;
  }
  .home-hero h1{
    max-width:600px!important;
    font-size:clamp(52px,4.2vw,58px)!important;
    line-height:1.08!important;
  }
  .home-hero .lead{
    max-width:560px!important;
    font-size:17px!important;
    line-height:1.68!important;
  }
  .home-hero .hero-actions{
    max-width:620px!important;
    margin-top:28px!important;
  }
}
@media(max-width:640px){
  .home-hero{
    min-height:100svh!important;
    height:auto!important;
  }
  .home-hero .hero-bg img{
    object-position:58% center!important;
  }
  .home-hero:after{
    background:
      linear-gradient(180deg,rgba(0,0,0,.08) 0%,rgba(0,0,0,.18) 30%,rgba(0,0,0,.74) 63%,rgba(0,0,0,.94) 100%),
      linear-gradient(90deg,rgba(0,0,0,.62) 0%,rgba(0,0,0,.24) 55%,rgba(0,0,0,.06) 100%)!important;
  }
  .home-hero .hero-content{
    padding-top:clamp(320px,48svh,450px)!important;
    padding-bottom:36px!important;
  }
  .home-hero h1{
    font-size:36px!important;
    line-height:1.08!important;
    max-width:10.8em!important;
  }
  .home-hero .lead{
    max-width:23em!important;
    font-size:15.5px!important;
    line-height:1.62!important;
  }
}
@media(max-width:390px){
  .home-hero{
    min-height:100svh!important;
    height:auto!important;
  }
  .home-hero .hero-content{
    padding-top:clamp(292px,46svh,410px)!important;
  }
  .home-hero h1{
    font-size:33px!important;
  }
}
@media(max-width:640px) and (min-height:1200px){
  .home-hero{
    min-height:860px!important;
    height:860px!important;
  }
}
@media(max-width:390px) and (min-height:1200px){
  .home-hero{
    min-height:820px!important;
    height:820px!important;
  }
}
