:root{
  --v6-navy:#10153a;
  --v6-navy-2:#171c4d;
  --v6-magenta:#e51b72;
  --v6-magenta-2:#ff3c8f;
  --v6-purple:#6557ff;
  --v6-text:#171a2b;
  --v6-muted:#667085;
  --v6-line:#e8eaf2;
  --v6-soft:#f6f7fb;
  --v6-white:#fff;
  --v6-shadow:0 22px 55px rgba(26,29,64,.12);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{background:#fff;color:var(--v6-text)}
body.home-v6{overflow-x:hidden}
.home-v6 .container{width:min(1180px,calc(100% - 40px));margin:0 auto}
.home-v6 .topbar{background:#0d1235;color:#d9dcf0;font-size:12px;padding:8px 0}
.home-v6 .topbar-inner{display:flex;justify-content:space-between;gap:20px;align-items:center}
.home-v6 .topbar-links{display:flex;gap:18px}
.home-v6 .topbar a{color:#fff;text-decoration:none;opacity:.88}
.home-v6 .site-header{position:sticky;top:0;z-index:80;background:rgba(255,255,255,.94);backdrop-filter:blur(14px);border-bottom:1px solid rgba(232,234,242,.9)}
.home-v6 .header-inner{height:76px;display:flex;align-items:center;justify-content:space-between;gap:28px}
.home-v6 .brand img{width:194px;display:block}
.home-v6 .main-nav{display:flex;align-items:center;gap:25px}
.home-v6 .main-nav a{font-size:14px;font-weight:700;color:#30344c;text-decoration:none;white-space:nowrap}
.home-v6 .main-nav a:hover{color:var(--v6-magenta)}
.home-v6 .client-area{padding:10px 16px;border:1px solid #dfe2ed;border-radius:999px}
.home-v6 .header-cta{background:var(--v6-magenta);color:#fff!important;padding:11px 17px;border-radius:999px;box-shadow:0 10px 25px rgba(229,27,114,.22)}
.home-v6 .menu-toggle{display:none}

.v6-hero{position:relative;background:#fff;padding:72px 0 52px;overflow:hidden}
.v6-hero:before{content:"";position:absolute;width:630px;height:630px;border-radius:50%;right:-260px;top:-290px;background:radial-gradient(circle,rgba(229,27,114,.11),rgba(101,87,255,.045) 46%,transparent 70%)}
.v6-hero-grid{display:grid;grid-template-columns:minmax(0,1.03fr) minmax(420px,.97fr);align-items:center;gap:64px;position:relative}
.v6-kicker{display:inline-flex;align-items:center;gap:9px;padding:7px 11px;border-radius:999px;background:#f7edf4;color:#a71455;font-size:12px;font-weight:800;letter-spacing:.06em;text-transform:uppercase}
.v6-kicker:before{content:"";width:7px;height:7px;border-radius:50%;background:var(--v6-magenta)}
.v6-hero h1{font-size:clamp(47px,5.4vw,76px);line-height:.99;letter-spacing:-.055em;margin:18px 0 24px;max-width:720px;color:#11152c}
.v6-hero h1 span{color:var(--v6-magenta)}
.v6-hero-copy>p{max-width:645px;font-size:19px;line-height:1.55;color:#5f6578;margin:0 0 30px}
.v6-actions{display:flex;gap:12px;flex-wrap:wrap;align-items:center}
.v6-btn{appearance:none;border:0;display:inline-flex;align-items:center;justify-content:center;gap:10px;text-decoration:none;font-weight:800;font-size:14px;border-radius:12px;padding:14px 20px;cursor:pointer;transition:.2s ease}
.v6-btn:hover{transform:translateY(-1px)}
.v6-btn.primary{background:var(--v6-magenta);color:#fff;box-shadow:0 14px 30px rgba(229,27,114,.22)}
.v6-btn.secondary{background:#fff;color:#282d45;border:1px solid #dfe2ed}
.v6-btn.dark{background:#13183e;color:#fff}
.v6-btn.light{background:#fff;color:#151936}
.v6-btn.ghost-light{border:1px solid rgba(255,255,255,.28);color:#fff;background:transparent}
.v6-hero-trust{display:flex;flex-wrap:wrap;gap:20px;margin-top:31px;color:#62677a;font-size:13px}
.v6-hero-trust span{display:flex;align-items:center;gap:8px}
.v6-hero-trust b{color:#252943}
.v6-check{width:19px;height:19px;border-radius:50%;background:#f6e5ed;color:var(--v6-magenta);display:inline-grid;place-items:center;font-size:11px;font-weight:900}

.v6-product-stage{display:grid;grid-template-columns:minmax(0,1.18fr) minmax(190px,.82fr);grid-template-rows:repeat(3,1fr);gap:14px;min-height:410px;align-items:stretch}
.v6-main-offer{position:relative;grid-column:1;grid-row:1 / 4;min-height:410px;background:linear-gradient(145deg,#151a43,#272d67);border-radius:26px;padding:31px;color:white;box-shadow:0 28px 70px rgba(22,26,65,.22);overflow:hidden}
.v6-main-offer:after{content:"";position:absolute;width:290px;height:290px;border-radius:50%;right:-95px;bottom:-120px;background:radial-gradient(circle,#f02a7f 0,#685cff 48%,transparent 70%);opacity:.55}
.v6-main-offer small{display:block;color:#c7cae8;text-transform:uppercase;letter-spacing:.12em;font-weight:800;font-size:11px}
.v6-main-offer h3{font-size:30px;line-height:1.05;margin:12px 0 6px;position:relative;z-index:1}
.v6-main-offer .mega{font-size:72px;line-height:1;font-weight:900;letter-spacing:-.06em;margin:8px 0 0;position:relative;z-index:1}
.v6-main-offer .mega span{font-size:24px;letter-spacing:-.02em}
.v6-main-offer .price{font-weight:800;font-size:19px;margin-top:10px;position:relative;z-index:1}
.v6-main-offer .price strong{font-size:35px}
.v6-main-offer p{max-width:300px;color:#d9dbef;line-height:1.5;font-size:13px;position:relative;z-index:1}
.v6-main-offer button{margin-top:12px;position:relative;z-index:1}
.v6-floating-card{position:relative;background:#fff;border:1px solid #eaebf2;border-radius:18px;box-shadow:0 14px 34px rgba(26,29,64,.10);padding:18px;min-width:0;z-index:3;display:flex;flex-direction:column;justify-content:center}
.v6-floating-card .tag{display:inline-block;color:#8e2455;background:#faedf3;border-radius:999px;padding:5px 8px;font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.05em}
.v6-floating-card h4{font-size:17px;margin:10px 0 4px}
.v6-floating-card .v6-mini-price{font-size:13px;color:#72778b}.v6-floating-card .v6-mini-price strong{font-size:23px;color:#151936}
.v6-floating-card.one{grid-column:2;grid-row:1}.v6-floating-card.two{grid-column:2;grid-row:2}.v6-floating-card.three{grid-column:2;grid-row:3}
.v6-floating-card.three .tag{background:#eeeafd;color:#4e43c5}

.v6-logo-band{border-top:1px solid var(--v6-line);border-bottom:1px solid var(--v6-line);background:#fff;padding:25px 0}
.v6-logo-label{text-align:center;font-size:12px;text-transform:uppercase;letter-spacing:.13em;font-weight:800;color:#84899b;margin-bottom:18px}
.v6-logo-row{display:grid;grid-template-columns:repeat(7,1fr);gap:24px;align-items:center}
.v6-logo-item{height:52px;display:flex;align-items:center;justify-content:center;filter:grayscale(1);opacity:.70;transition:.2s ease}
.v6-logo-item:hover{filter:none;opacity:1}.v6-logo-item img{max-width:100%;max-height:42px;object-fit:contain}.v6-logo-item--featured img{max-height:46px}

.v6-section{padding:90px 0}.v6-section.soft{background:var(--v6-soft)}.v6-section.dark{background:var(--v6-navy);color:#fff}
.v6-head{max-width:720px;margin-bottom:42px}.v6-head.center{text-align:center;margin-left:auto;margin-right:auto}.v6-head .overline{display:block;color:var(--v6-magenta);font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.12em;margin-bottom:10px}.v6-head h2{font-size:clamp(34px,4vw,54px);line-height:1.05;letter-spacing:-.045em;margin:0 0 15px}.v6-head p{font-size:17px;line-height:1.6;color:#6b7082;margin:0}.dark .v6-head p{color:#c7cbe2}.dark .v6-head h2{color:#fff}

.v6-offer-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.v6-offer-card{background:#fff;border:1px solid #e7e8ef;border-radius:21px;padding:25px;display:flex;flex-direction:column;min-height:345px;transition:.2s ease}.v6-offer-card:hover{transform:translateY(-4px);box-shadow:var(--v6-shadow)}.v6-offer-card.highlight{background:linear-gradient(160deg,#191e4a,#2c3271);color:#fff;border-color:transparent}.v6-offer-card .type{font-size:11px;text-transform:uppercase;letter-spacing:.1em;font-weight:900;color:#8a8fa1}.v6-offer-card.highlight .type{color:#bfc3e2}.v6-offer-card h3{font-size:23px;line-height:1.12;margin:14px 0 8px}.v6-offer-card>p{color:#717689;font-size:13px;line-height:1.55;margin:0 0 15px}.v6-offer-card.highlight>p{color:#d2d5eb}.v6-offer-card .offer-price{font-size:13px;color:#74798b;margin:5px 0 18px}.v6-offer-card.highlight .offer-price{color:#c9cce4}.v6-offer-card .offer-price strong{font-size:32px;color:#151936;letter-spacing:-.04em}.v6-offer-card.highlight .offer-price strong{color:#fff}.v6-offer-card ul{padding:0;margin:0 0 22px;list-style:none;display:grid;gap:9px;font-size:13px}.v6-offer-card li:before{content:"✓";margin-right:7px;color:var(--v6-magenta);font-weight:900}.v6-offer-card .card-link{margin-top:auto;color:var(--v6-magenta);font-weight:900;text-decoration:none;font-size:13px}.v6-offer-card.highlight .card-link{color:#fff}

.v6-paths{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.v6-path{border-radius:22px;padding:28px;background:#fff;border:1px solid #e8eaf1;position:relative;overflow:hidden;min-height:255px}.v6-path:nth-child(2){background:#151a43;color:#fff;border-color:transparent}.v6-path:nth-child(3){background:#efeefb;border-color:#e4e0ff}.v6-path .icon{width:46px;height:46px;border-radius:13px;background:#f8e7ef;color:var(--v6-magenta);display:grid;place-items:center;font-size:20px;font-weight:900;margin-bottom:34px}.v6-path:nth-child(2) .icon{background:rgba(255,255,255,.12);color:#fff}.v6-path h3{font-size:25px;margin:0 0 10px}.v6-path p{font-size:14px;line-height:1.6;color:#71778a;margin:0 0 18px}.v6-path:nth-child(2) p{color:#ced1e5}.v6-path a{color:var(--v6-magenta);font-weight:900;text-decoration:none;font-size:13px}.v6-path:nth-child(2) a{color:#fff}

.v6-infra-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:60px;align-items:center}.v6-infra-visual{background:linear-gradient(155deg,#242a64,#111637);border-radius:28px;min-height:500px;padding:38px;color:#fff;position:relative;overflow:hidden}.v6-infra-visual:after{content:"";position:absolute;width:340px;height:340px;border-radius:50%;right:-150px;bottom:-140px;background:radial-gradient(circle,#ff2f8a,#6557ff 52%,transparent 70%);opacity:.7}.v6-infra-visual .big-number{font-size:84px;line-height:.9;font-weight:900;letter-spacing:-.075em;margin:58px 0 10px;position:relative;z-index:1}.v6-infra-visual .big-number span{font-size:28px}.v6-infra-visual p{max-width:300px;color:#cfd2e8;line-height:1.5;position:relative;z-index:1}.v6-infra-badges{display:flex;gap:10px;flex-wrap:wrap;position:absolute;left:38px;right:38px;bottom:34px;z-index:1}.v6-infra-badges span{padding:8px 10px;background:rgba(255,255,255,.09);border:1px solid rgba(255,255,255,.12);border-radius:999px;font-size:11px;font-weight:800}
.v6-infra-copy h2{font-size:clamp(36px,4vw,53px);line-height:1.05;letter-spacing:-.045em;margin:0 0 18px}.v6-infra-copy>p{color:#697083;line-height:1.65;font-size:16px}.v6-stat-list{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:28px}.v6-stat{border:1px solid #e4e6ef;border-radius:16px;padding:18px}.v6-stat strong{display:block;font-size:19px;margin-bottom:6px}.v6-stat span{font-size:12px;color:#777c8f;line-height:1.45}

.v6-coverage{background:var(--v6-navy);color:#fff;position:relative;overflow:hidden}.v6-coverage-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:60px;align-items:center}.v6-coverage h2{font-size:clamp(36px,4vw,52px);line-height:1.05;letter-spacing:-.045em;margin:0 0 16px}.v6-coverage p{color:#c9cce0;line-height:1.6;font-size:16px}.v6-coverage-box{background:#fff;color:#171a2b;border-radius:23px;padding:28px;box-shadow:0 24px 60px rgba(0,0,0,.18)}.v6-coverage-box label{font-size:12px;font-weight:800}.v6-coverage-box input{width:100%;border:1px solid #e0e2ea;border-radius:12px;padding:14px;margin:8px 0 14px;font:inherit}.v6-coverage-note{font-size:11px;color:#8b90a0;margin-top:10px}

.v6-about{display:grid;grid-template-columns:.82fr 1.18fr;gap:70px;align-items:start}.v6-about h2{font-size:clamp(37px,4vw,54px);line-height:1.04;letter-spacing:-.045em;margin:0}.v6-about-copy{font-size:17px;line-height:1.72;color:#62697c}.v6-about-tags{display:flex;flex-wrap:wrap;gap:9px;margin-top:24px}.v6-about-tags span{background:#f4f5f9;border:1px solid #e7e8ef;border-radius:999px;padding:8px 11px;font-size:12px;font-weight:800;color:#4c5167}

.v6-final{background:linear-gradient(115deg,#e71b73,#b61b72 50%,#6557ff);padding:65px 0;color:#fff}.v6-final-inner{display:flex;align-items:center;justify-content:space-between;gap:40px}.v6-final h2{font-size:clamp(34px,4vw,50px);line-height:1.05;letter-spacing:-.04em;max-width:720px;margin:0 0 10px}.v6-final p{margin:0;color:#ffe4ef}.v6-final-actions{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}

.home-v6 .site-footer{background:#0e1232}.home-v6 .site-footer a,.home-v6 .site-footer span,.home-v6 .site-footer p{color:#bcc0d7}.home-v6 .site-footer h3{color:#fff}

/* product pages */
.product-page-v6 .v6-page-hero{background:var(--v6-soft);padding:72px 0}.v6-page-hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:55px;align-items:center}.v6-page-hero h1{font-size:clamp(45px,5vw,68px);line-height:1;letter-spacing:-.055em;margin:16px 0 18px}.v6-page-hero p{font-size:18px;line-height:1.6;color:#666d80}.v6-page-pricebox{background:#fff;border:1px solid #e6e8ef;border-radius:24px;padding:30px;box-shadow:var(--v6-shadow)}.v6-page-pricebox .price{font-size:14px;color:#70768a}.v6-page-pricebox .price strong{font-size:50px;color:#11152c;letter-spacing:-.055em}.v6-page-pricebox ul{list-style:none;padding:0;display:grid;gap:10px;font-size:14px}.v6-page-pricebox li:before{content:"✓";color:var(--v6-magenta);font-weight:900;margin-right:8px}.v6-plan-row{display:grid;grid-template-columns:repeat(5,1fr);gap:15px}.v6-plan-mini{background:#fff;border:1px solid #e6e8ef;border-radius:17px;padding:20px}.v6-plan-mini.featured{border:2px solid var(--v6-magenta)}.v6-plan-mini h3{font-size:25px;margin:0 0 4px}.v6-plan-mini .price{font-size:13px;color:#777d8f}.v6-plan-mini .price strong{font-size:26px;color:#151936}.v6-plan-mini button{margin-top:17px;width:100%}
.v6-more-band{margin-top:22px;display:flex;align-items:center;justify-content:space-between;gap:28px;background:#f5f6fa;border:1px solid #e4e6ee;border-radius:18px;padding:22px 24px}.v6-more-band>div{display:flex;flex-direction:column;gap:4px}.v6-more-band strong{font-size:18px;color:#151936}.v6-more-band span{font-size:14px;line-height:1.45;color:#676d80}.v6-more-band .v6-btn{flex:0 0 auto}

@media(max-width:1050px){
  .home-v6 .main-nav{gap:15px}.home-v6 .main-nav a{font-size:13px}
  .v6-hero-grid,.v6-infra-grid,.v6-coverage-grid,.v6-page-hero-grid{grid-template-columns:1fr;gap:42px}
  .v6-product-stage{max-width:650px;margin:0 auto;width:100%}
  .v6-offer-grid{grid-template-columns:repeat(2,1fr)}.v6-logo-row{grid-template-columns:repeat(4,1fr);row-gap:18px}.v6-about{grid-template-columns:1fr;gap:25px}.v6-plan-row{grid-template-columns:repeat(3,1fr)}
}
@media(max-width:820px){
  .home-v6 .menu-toggle{display:flex}.home-v6 .main-nav{display:none;position:absolute;left:20px;right:20px;top:70px;background:#fff;border:1px solid #e5e7ef;border-radius:18px;padding:18px;box-shadow:var(--v6-shadow);flex-direction:column;align-items:stretch}.home-v6 .main-nav.open{display:flex}.home-v6 .main-nav a{text-align:center;padding:7px}
  .v6-hero{padding-top:45px}.v6-hero h1{font-size:48px}.v6-product-stage{min-height:390px}.v6-main-offer{min-height:390px}.v6-paths{grid-template-columns:1fr}.v6-final-inner{flex-direction:column;align-items:flex-start}.v6-final-actions{justify-content:flex-start}.v6-stat-list{grid-template-columns:1fr 1fr}.v6-plan-row{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:700px){
  .v6-product-stage{grid-template-columns:1fr;grid-template-rows:auto;min-height:auto;gap:12px}.v6-main-offer,.v6-floating-card{grid-column:1;grid-row:auto;min-height:auto}.v6-more-band{align-items:stretch;flex-direction:column}.v6-more-band .v6-btn{width:100%}
}
@media(max-width:590px){
  .home-v6 .container{width:min(100% - 28px,1180px)}.home-v6 .topbar span:first-child{display:none}.home-v6 .topbar-inner{justify-content:center}.home-v6 .brand img{width:170px}.v6-hero h1{font-size:41px}.v6-hero-copy>p{font-size:16px}.v6-product-stage{min-height:auto;display:grid;gap:12px}.v6-main-offer,.v6-floating-card{position:relative;min-height:auto}.v6-main-offer .mega{font-size:58px}.v6-logo-row{grid-template-columns:repeat(2,1fr)}.v6-offer-grid{grid-template-columns:1fr}.v6-section{padding:68px 0}.v6-head h2,.v6-infra-copy h2,.v6-coverage h2,.v6-about h2{font-size:36px}.v6-infra-visual{min-height:410px}.v6-infra-visual .big-number{font-size:67px}.v6-stat-list{grid-template-columns:1fr}.v6-final h2{font-size:36px}.v6-plan-row{grid-template-columns:1fr}
}

/* V6.3 — Hero cards: branco no repouso, azul no hover */
.v6-main-offer,
.v6-floating-card{
  background:#fff;
  color:#151936;
  border:1px solid #e7e9f1;
  box-shadow:0 14px 34px rgba(26,29,64,.10);
  transition:background .22s ease,color .22s ease,border-color .22s ease,box-shadow .22s ease,transform .22s ease;
}
.v6-main-offer:after{opacity:.08;transition:opacity .22s ease}
.v6-main-offer small{color:#9a2b5f}
.v6-main-offer h3,
.v6-main-offer .mega,
.v6-main-offer .price,
.v6-main-offer .price strong{color:#151936}
.v6-main-offer p{color:#6f7487}
.v6-main-offer .v6-btn.light{background:var(--v6-magenta);color:#fff}

.v6-main-offer:hover,
.v6-floating-card:hover{
  background:linear-gradient(145deg,#151a43,#272d67);
  color:#fff;
  border-color:transparent;
  box-shadow:0 24px 55px rgba(22,26,65,.24);
  transform:translateY(-4px);
}
.v6-main-offer:hover:after{opacity:.48}
.v6-main-offer:hover small{color:#c7cae8}
.v6-main-offer:hover h3,
.v6-main-offer:hover .mega,
.v6-main-offer:hover .price,
.v6-main-offer:hover .price strong{color:#fff}
.v6-main-offer:hover p{color:#d9dbef}
.v6-main-offer:hover .v6-btn.light{background:#fff;color:#151936}

.v6-floating-card:hover h4,
.v6-floating-card:hover .v6-mini-price strong{color:#fff}
.v6-floating-card:hover .v6-mini-price{color:#d3d6e8}
.v6-floating-card:hover .tag,
.v6-floating-card.three:hover .tag{background:rgba(255,255,255,.12);color:#fff}

@media (hover:none){
  .v6-main-offer:hover,
  .v6-floating-card:hover{transform:none}
}

/* V6.5 — linguagem única de cards: branco em repouso, azul no hover */
.v6-offer-card,
.v6-offer-card.highlight,
.v6-path,
.v6-path:nth-child(2),
.v6-path:nth-child(3),
.v6-plan-mini,
.v6-plan-mini.featured{
  background:#fff;
  color:#171a2b;
  border:1px solid #e7e8ef;
  box-shadow:none;
  transition:background .22s ease,color .22s ease,border-color .22s ease,box-shadow .22s ease,transform .22s ease;
}

/* O destaque continua existindo como informação, não como bloco azul permanente */
.v6-plan-mini.featured{
  border:2px solid var(--v6-magenta);
}

.v6-offer-card.highlight .type,
.v6-offer-card .type{
  color:#8a8fa1;
}
.v6-offer-card.highlight>p,
.v6-offer-card>p{
  color:#717689;
}
.v6-offer-card.highlight .offer-price,
.v6-offer-card .offer-price{
  color:#74798b;
}
.v6-offer-card.highlight .offer-price strong,
.v6-offer-card .offer-price strong{
  color:#151936;
}
.v6-offer-card.highlight .card-link,
.v6-offer-card .card-link{
  color:var(--v6-magenta);
}

.v6-path:nth-child(2) .icon,
.v6-path:nth-child(3) .icon,
.v6-path .icon{
  background:#f8e7ef;
  color:var(--v6-magenta);
}
.v6-path:nth-child(2) p,
.v6-path:nth-child(3) p,
.v6-path p{
  color:#71778a;
}
.v6-path:nth-child(2) a,
.v6-path:nth-child(3) a,
.v6-path a{
  color:var(--v6-magenta);
}

.v6-offer-card:hover,
.v6-offer-card.highlight:hover,
.v6-path:hover,
.v6-plan-mini:hover,
.v6-plan-mini.featured:hover{
  background:linear-gradient(145deg,#151a43,#272d67);
  color:#fff;
  border-color:transparent;
  box-shadow:0 24px 55px rgba(22,26,65,.20);
  transform:translateY(-4px);
}

.v6-offer-card:hover .type,
.v6-offer-card.highlight:hover .type,
.v6-offer-card:hover>p,
.v6-offer-card.highlight:hover>p,
.v6-offer-card:hover .offer-price,
.v6-offer-card.highlight:hover .offer-price{
  color:#d2d5eb;
}
.v6-offer-card:hover .offer-price strong,
.v6-offer-card.highlight:hover .offer-price strong,
.v6-offer-card:hover h3,
.v6-offer-card.highlight:hover h3{
  color:#fff;
}
.v6-offer-card:hover .card-link,
.v6-offer-card.highlight:hover .card-link{
  color:#fff;
}

.v6-path:hover h3{color:#fff}
.v6-path:hover p{color:#ced1e5}
.v6-path:hover a{color:#fff}
.v6-path:hover .icon{
  background:rgba(255,255,255,.12);
  color:#fff;
}

.v6-plan-mini:hover h3,
.v6-plan-mini:hover .price strong{color:#fff}
.v6-plan-mini:hover .price{color:#d2d5eb}
.v6-plan-mini:hover .type{color:#c7cae8}
.v6-plan-mini:hover .v6-btn.secondary{
  background:#fff;
  color:#151936;
  border-color:#fff;
}
.v6-plan-mini:hover .v6-btn.primary{
  background:#fff;
  color:#151936;
  box-shadow:none;
}

/* Banda larga: botão do antigo card destacado fica legível também no repouso */
.v6-offer-card.highlight .v6-btn.light{
  background:var(--v6-magenta);
  color:#fff;
}
.v6-offer-card.highlight:hover .v6-btn.light{
  background:#fff;
  color:#151936;
}

@media (hover:none){
  .v6-offer-card:hover,
  .v6-offer-card.highlight:hover,
  .v6-path:hover,
  .v6-plan-mini:hover,
  .v6-plan-mini.featured:hover{transform:none}
}

/* V6.7 — preços alinhados, rede animada no hero e 4 caminhos de conectividade */
.v6-hero-grid{
  grid-template-columns:minmax(0,1.01fr) minmax(455px,.99fr);
  gap:50px;
}
.v6-product-stage{
  position:relative;
  isolation:isolate;
  overflow:visible;
  grid-template-columns:minmax(0,1.08fr) minmax(215px,.92fr);
}
.v6-product-stage > article{z-index:2}
.v6-city-network{
  position:absolute;
  z-index:0;
  pointer-events:none;
  inset:-88px -205px -78px -110px;
  opacity:.82;
  -webkit-mask-image:linear-gradient(90deg,transparent 0%,#000 18%,#000 88%,transparent 100%);
  mask-image:linear-gradient(90deg,transparent 0%,#000 18%,#000 88%,transparent 100%);
}
.v6-city-network svg{width:100%;height:100%;display:block;overflow:visible}
.v6-city-network .city-river{fill:none;stroke:#6557ff;stroke-opacity:.07;stroke-width:42;stroke-linecap:round}
.v6-city-network .city-roads path{fill:none;stroke:#141a44;stroke-opacity:.115;stroke-width:2}
.v6-city-network .city-blocks rect{stroke:#13183e;stroke-opacity:.08;stroke-width:1}
.v6-city-network .fiber-route{fill:none;stroke:url(#fiberStroke);stroke-linecap:round}
.v6-city-network .fiber-route.glow{stroke-width:9;opacity:.12;filter:url(#fiberGlow)}
.v6-city-network .fiber-route.dash{stroke-width:2.6;stroke-dasharray:13 12;animation:v6FiberFlow 2.8s linear infinite;opacity:.9}
.v6-city-network .fiber-nodes circle{fill:#fff;stroke:#e51b72;stroke-width:2;filter:url(#fiberGlow)}
.v6-city-network .v6-data-pulse{opacity:.96}
.v6-city-network .v6-data-pulse.secondary{opacity:.82}
@keyframes v6FiberFlow{to{stroke-dashoffset:-50}}

.v6-main-offer .price,
.v6-floating-card .v6-mini-price{
  display:flex;
  align-items:baseline;
  gap:8px;
  flex-wrap:wrap;
}
.v6-main-offer .price > span:first-child,
.v6-floating-card .v6-mini-price > span:first-child{
  white-space:nowrap;
}
.price-inline{
  display:inline-flex;
  align-items:baseline;
  gap:3px;
  white-space:nowrap;
}
.price-inline em{
  font-style:normal;
  font-size:12px;
  font-weight:500;
  color:inherit;
}
.v6-floating-card .v6-mini-price{
  flex-direction:column;
  align-items:flex-start;
  gap:3px;
  margin-top:3px;
}
.v6-floating-card .v6-mini-price strong{font-size:22px;letter-spacing:-.035em}
.v6-main-offer .price strong{letter-spacing:-.04em}

.v6-paths{grid-template-columns:repeat(4,1fr);gap:18px}
.v6-path{min-height:292px;padding:25px}
.v6-path .icon{margin-bottom:28px}
.v6-path h3{font-size:22px}
.v6-path:nth-child(4) .icon{background:#eeeafd;color:#5148c4}
.v6-path:nth-child(4):hover .icon{background:rgba(255,255,255,.12);color:#fff}

@media(max-width:1100px){
  .v6-hero-grid{grid-template-columns:1fr;gap:42px}
  .v6-product-stage{max-width:690px;margin:0 auto;width:100%;grid-template-columns:minmax(0,1.12fr) minmax(220px,.88fr)}
  .v6-city-network{inset:-70px -160px -70px -145px}
  .v6-paths{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:700px){
  .v6-city-network{display:none}
  .v6-product-stage{grid-template-columns:1fr}
  .v6-paths{grid-template-columns:1fr}
}
@media (prefers-reduced-motion:reduce){
  .v6-city-network .fiber-route.dash{animation:none}
  .v6-city-network .v6-data-pulse{display:none}
}

/* V6.8 TESTE — hero fotográfico animado, duas alternativas */
.v68-hero{isolation:isolate;background:#fff;min-height:660px;padding-top:72px;padding-bottom:52px}
.v68-hero:before{display:none}
.v68-hero .v6-hero-grid{z-index:3}
.v68-hero-scene{position:absolute;inset:0;z-index:0;overflow:hidden;pointer-events:none}
.v68-bg{position:absolute;inset:-2%;background-size:cover;background-position:center 53%;transform:scale(1.035);animation:v68SlowDrift 18s ease-in-out infinite alternate;filter:saturate(.98) contrast(.98)}
.v68-theme-rio .v68-bg{background-image:url('../img/hero/rio-rede.webp')}
.v68-theme-city .v68-bg{background-image:url('../img/hero/cidade-rede-v9-1.webp')}
.v68-softwash{position:absolute;inset:0;background:
  radial-gradient(ellipse at 38% 43%,rgba(255,255,255,.97) 0%,rgba(255,255,255,.91) 21%,rgba(255,255,255,.72) 39%,rgba(255,255,255,.22) 61%,transparent 75%),
  linear-gradient(90deg,rgba(255,255,255,.50) 0%,rgba(255,255,255,.13) 19%,rgba(255,255,255,.16) 63%,rgba(255,255,255,.03) 100%);
}
.v68-theme-city .v68-softwash{background:
  radial-gradient(ellipse at 42% 45%,rgba(255,255,255,.96) 0%,rgba(255,255,255,.88) 23%,rgba(255,255,255,.68) 42%,rgba(255,255,255,.14) 64%,transparent 78%),
  linear-gradient(90deg,rgba(255,255,255,.28),rgba(255,255,255,.06) 22%,rgba(255,255,255,.12) 70%,rgba(255,255,255,.03));
}
.v68-network{position:absolute;inset:0;width:100%;height:100%;opacity:.88;mix-blend-mode:screen}
.v68-route{fill:none;stroke:url(#v68Fiber);stroke-width:2.2;stroke-linecap:round;stroke-dasharray:16 18;opacity:.42;filter:url(#v68Glow);animation:v68Dash 2.9s linear infinite}
.v68-route-b{stroke-width:1.65;opacity:.34;animation-duration:3.8s}
.v68-route-c{stroke-width:1.3;opacity:.25;animation-duration:4.7s}
.v68-fixed-nodes circle{fill:#fff;stroke:#ff4ca0;stroke-width:2;filter:url(#v68Glow);animation:v68NodePulse 2.4s ease-in-out infinite}
.v68-fixed-nodes circle:nth-child(2){animation-delay:-.8s}.v68-fixed-nodes circle:nth-child(3){animation-delay:-1.3s}.v68-fixed-nodes circle:nth-child(4){animation-delay:-.35s}.v68-fixed-nodes circle:nth-child(5){animation-delay:-1.75s}
.v68-pulse{opacity:.95}
.v68-hero .v6-city-network{display:none}
.v68-hero .v6-hero-copy{padding:18px 20px 18px 0;text-shadow:0 1px 0 rgba(255,255,255,.72)}
.v68-hero .v6-main-offer,.v68-hero .v6-floating-card{backdrop-filter:blur(7px);background:rgba(255,255,255,.94);box-shadow:0 18px 44px rgba(12,18,51,.16)}
.v68-hero .v6-main-offer:hover,.v68-hero .v6-floating-card:hover{background:linear-gradient(145deg,rgba(21,26,67,.98),rgba(39,45,103,.98))}
@keyframes v68SlowDrift{0%{transform:scale(1.035) translate3d(-.7%,0,0)}100%{transform:scale(1.055) translate3d(.7%,-.7%,0)}}
@keyframes v68Dash{to{stroke-dashoffset:-68}}
@keyframes v68NodePulse{0%,100%{opacity:.3;transform:scale(.7);transform-origin:center}50%{opacity:1;transform:scale(1.55)}}
@media(max-width:1100px){.v68-hero{min-height:auto}.v68-bg{background-position:center}.v68-softwash{background:linear-gradient(90deg,rgba(255,255,255,.9),rgba(255,255,255,.56) 58%,rgba(255,255,255,.35))}.v68-network{opacity:.55}}
@media(max-width:700px){.v68-bg{filter:brightness(.95) saturate(.86);opacity:.35}.v68-softwash{background:rgba(255,255,255,.78)}.v68-network{display:none}}
@media(prefers-reduced-motion:reduce){.v68-bg,.v68-route,.v68-fixed-nodes circle{animation:none}.v68-pulse{display:none}}


/* V6.8 FINAL — hero Rio com barra isolada e fibras inferiores */
.home-v6 .topbar{display:none !important}
.home-v6 .site-header{
  position:sticky;
  top:0;
  z-index:60;
  background:#0f173b;
  border-bottom:1px solid rgba(255,255,255,.08);
  backdrop-filter:none;
  box-shadow:0 10px 28px rgba(8,14,40,.18);
}
.home-v6 .header-inner{min-height:74px}
.home-v6 .main-nav{color:rgba(255,255,255,.84)}
.home-v6 .brand img{width:210px}

.v68-hero{
  isolation:isolate;
  background:#fff;
  min-height:700px;
  padding-top:58px;
  padding-bottom:54px;
}
.v68-hero-scene{position:absolute;inset:0;z-index:0;overflow:hidden;pointer-events:none}
.v68-bg{
  position:absolute;
  inset:0;
  background-size:cover;
  background-position:center 72%;
  transform:scale(1.02);
  animation:v68SlowDrift 18s ease-in-out infinite alternate;
  filter:saturate(1.02) contrast(1.01) brightness(.98);
}
.v68-softwash{
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 36% 40%, rgba(255,255,255,.97) 0%, rgba(255,255,255,.92) 18%, rgba(255,255,255,.84) 34%, rgba(255,255,255,.56) 52%, rgba(255,255,255,.15) 72%, rgba(255,255,255,0) 100%),
    linear-gradient(90deg, rgba(255,255,255,.82) 0%, rgba(255,255,255,.72) 18%, rgba(255,255,255,.50) 42%, rgba(255,255,255,.15) 67%, rgba(255,255,255,0) 100%),
    linear-gradient(180deg, rgba(255,255,255,.18) 0%, rgba(255,255,255,.02) 48%, rgba(255,255,255,.34) 82%, rgba(255,255,255,.60) 100%);
}
.v68-bottom-fibers{
  position:absolute;
  left:0; right:0; bottom:-1%;
  width:100%;
  height:45%;
  opacity:.92;
  mix-blend-mode:screen;
}
.v68-route{fill:none;stroke:url(#v68Fiber);stroke-linecap:round;filter:url(#v68Glow)}
.v68-route-a{stroke-width:3.4;opacity:.95;stroke-dasharray:16 14;animation:v68Dash 2.9s linear infinite}
.v68-route-b{stroke-width:2.8;opacity:.78;stroke-dasharray:14 16;animation:v68Dash 3.7s linear infinite}
.v68-route-c{stroke-width:2.4;opacity:.58;stroke-dasharray:12 18;animation:v68Dash 4.5s linear infinite}
.v68-fixed-nodes circle{fill:#fff;stroke:#ff4ca0;stroke-width:2;filter:url(#v68Glow);animation:v68NodePulse 2.6s ease-in-out infinite}
.v68-pulse{opacity:.96}
.v68-hero .v6-city-network{display:none}
.v68-hero .v6-hero-copy{
  position:relative;
  z-index:2;
  padding:16px 12px 18px 0;
  text-shadow:0 1px 0 rgba(255,255,255,.74);
}
.v68-hero .v6-hero-copy > p{max-width:640px}
.v68-hero .v6-hero-trust{
  gap:10px;
  margin-top:20px;
}
.v68-hero .v6-hero-trust span{
  background:rgba(255,255,255,.68);
  padding:8px 12px;
  border-radius:999px;
  box-shadow:0 8px 20px rgba(11,18,49,.08);
}
.v68-hero .v6-main-offer,
.v68-hero .v6-floating-card{
  backdrop-filter:blur(7px);
  background:rgba(255,255,255,.95);
  box-shadow:0 18px 44px rgba(12,18,51,.16);
}
.v68-hero .v6-main-offer:hover,
.v68-hero .v6-floating-card:hover{background:linear-gradient(145deg,rgba(21,26,67,.98),rgba(39,45,103,.98))}

@media(max-width:1100px){
  .v68-hero{min-height:auto}
  .v68-bg{background-position:center 68%}
  .v68-softwash{background:linear-gradient(90deg,rgba(255,255,255,.92),rgba(255,255,255,.62) 58%,rgba(255,255,255,.28))}
  .v68-bottom-fibers{height:34%;opacity:.72}
}
@media(max-width:700px){
  .v68-bg{background-position:68% 74%; filter:brightness(.95) saturate(.90); opacity:.38}
  .v68-softwash{background:rgba(255,255,255,.82)}
  .v68-bottom-fibers{display:none}
  .v68-hero .v6-hero-trust span{background:rgba(255,255,255,.84)}
}


/* V9.1 — homepage padrão cidade futurista + ajuste de composição */
.v68-theme-city .v68-bg{
  background-image:url('../img/hero/cidade-rede-v9-1.webp');
  background-position:center 54%;
  filter:saturate(1.08) contrast(1.03) brightness(.98);
}
.v68-theme-city .v68-softwash{
  background:
    radial-gradient(ellipse at 39% 42%,rgba(255,255,255,.96) 0%,rgba(255,255,255,.89) 22%,rgba(255,255,255,.68) 42%,rgba(255,255,255,.20) 63%,transparent 79%),
    linear-gradient(90deg,rgba(255,255,255,.34) 0%,rgba(255,255,255,.13) 23%,rgba(255,255,255,.12) 67%,rgba(255,255,255,.02) 100%);
}
@media(max-width:1100px){.v68-theme-city .v68-bg{background-position:center 52%}}
@media(max-width:700px){.v68-theme-city .v68-bg{background-position:center 50%;opacity:.42}}


/* V10 — acabamento aprovado: menu branco/hover rosa, contraste do hero e tráfego seguindo as fibras */
.home-v6 .site-header{
  background:#0f173b;
}
.home-v6 .main-nav > a:not(.header-cta){
  color:#fff !important;
  opacity:1;
  transition:color .18s ease, border-color .18s ease, background .18s ease;
}
.home-v6 .main-nav > a:not(.header-cta):hover{
  color:var(--v6-magenta) !important;
}
.home-v6 .main-nav > a:not(.header-cta)::after{
  background:var(--v6-magenta);
}
.home-v6 .client-area{
  border-color:rgba(255,255,255,.62);
  color:#fff !important;
}
.home-v6 .client-area:hover{
  border-color:var(--v6-magenta);
  color:var(--v6-magenta) !important;
}
.home-v6 .header-cta{
  color:#fff !important;
}

/* Mantém o centro claro para leitura, mas recupera a cidade do lado esquerdo. */
.v68-theme-city .v68-bg{
  background-position:center 54%;
  filter:saturate(1.09) contrast(1.045) brightness(.985);
}
.v68-theme-city .v68-softwash{
  background:
    linear-gradient(90deg,rgba(13,26,68,.085) 0%,rgba(13,26,68,.025) 15%,transparent 29%),
    radial-gradient(ellipse at 43% 43%,rgba(255,255,255,.91) 0%,rgba(255,255,255,.84) 21%,rgba(255,255,255,.62) 39%,rgba(255,255,255,.18) 59%,transparent 76%),
    linear-gradient(90deg,rgba(255,255,255,.11) 0%,rgba(255,255,255,.06) 22%,rgba(255,255,255,.08) 66%,rgba(255,255,255,.01) 100%);
}

/* V11 — animação alinhada às trilhas neon do hero */
.v68-bottom-fibers{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  opacity:.92;
  mix-blend-mode:screen;
  overflow:visible;
}
.v10-fiber-path{
  fill:none;
  stroke:url(#v10Fiber);
  stroke-linecap:round;
  filter:url(#v10Glow);
  animation:v10FiberFlow linear infinite;
}
.v10-fiber-path.p1{stroke-width:3.1;opacity:.72;stroke-dasharray:12 13;animation-duration:2.9s}
.v10-fiber-path.p2{stroke-width:2.7;opacity:.64;stroke-dasharray:11 14;animation-duration:3.4s}
.v10-fiber-path.p3{stroke-width:2.3;opacity:.56;stroke-dasharray:10 14;animation-duration:4.1s}
.v10-fiber-path.p4{stroke-width:2.1;opacity:.52;stroke-dasharray:10 16;animation-duration:4.8s}
.v10-packet{
  filter:url(#v10Glow);
  opacity:.98;
}
.v10-packet.white{fill:#fff}
.v10-packet.pink{fill:#ff4da4}
.v10-packet.blue{fill:#56caff}
.v10-packet.violet{fill:#b98aff}
@keyframes v10FiberFlow{to{stroke-dashoffset:-72}}

@media(max-width:1100px){
  .v68-bottom-fibers{opacity:.82}
  .v10-fiber-path.p1{stroke-width:3.1;opacity:.72;stroke-dasharray:12 13;animation-duration:2.9s}
  .v10-fiber-path.p2{stroke-width:2.7;opacity:.64;stroke-dasharray:11 14;animation-duration:3.4s}
  .v10-fiber-path.p3{stroke-width:2.3;opacity:.56;stroke-dasharray:10 14;animation-duration:4.1s}
}
@media(max-width:700px){
  .home-v6 .main-nav > a:not(.header-cta){color:#fff !important}
  .v68-bottom-fibers{display:none}
}
@media(prefers-reduced-motion:reduce){
  .v10-fiber-path{animation:none}
  .v10-packet{display:none}
}


/* V13 — página Quem Somos */
.about-page-v13 .site-header{background:#0f173b}
.about-page-v13 .main-nav>a:not(.header-cta){color:#fff!important}
.about-page-v13 .main-nav>a:not(.header-cta):hover{color:var(--v6-magenta)!important}
.about-hero-v13{position:relative;overflow:hidden;color:#fff;background:#0f173b}
.about-hero-bg{position:absolute;inset:0;background:linear-gradient(90deg,rgba(15,23,59,.96) 0%,rgba(15,23,59,.88) 42%,rgba(15,23,59,.32) 78%,rgba(15,23,59,.16) 100%),url('../img/hero/cidade-rede-v9-1.webp') center 55%/cover no-repeat;filter:saturate(1.06)}
.about-hero-grid-v13{position:relative;z-index:2;display:grid;grid-template-columns:1.15fr .85fr;gap:80px;align-items:center;min-height:650px;padding:92px 0}
.about-hero-copy-v13{max-width:760px}.about-hero-copy-v13 .v6-kicker{background:rgba(255,255,255,.11);color:#ff77b6}
.about-hero-copy-v13 h1{font-size:clamp(48px,5.3vw,76px);line-height:1.02;letter-spacing:-.052em;margin:20px 0 25px}.about-hero-copy-v13 h1 span{color:#ff4a9b}
.about-hero-copy-v13>p{font-size:18px;line-height:1.72;color:rgba(255,255,255,.74);max-width:690px}
.about-hero-copy-v13 .v6-btn.secondary{background:rgba(255,255,255,.09);color:#fff;border-color:rgba(255,255,255,.25)}
.about-hero-facts-v13{display:grid;grid-template-columns:1fr 1fr;gap:14px}.about-hero-facts-v13>div{min-height:155px;padding:28px;border:1px solid rgba(255,255,255,.14);border-radius:22px;background:rgba(255,255,255,.10);backdrop-filter:blur(12px);display:flex;flex-direction:column;justify-content:flex-end}.about-hero-facts-v13 strong{font-size:31px;letter-spacing:-.04em;color:#fff}.about-hero-facts-v13 span{font-size:13px;line-height:1.5;color:rgba(255,255,255,.67);margin-top:7px}
.about-intro-grid-v13{display:grid;grid-template-columns:.95fr 1.05fr;gap:80px;align-items:start}.about-intro-grid-v13 h2{font-size:clamp(40px,4.4vw,58px);line-height:1.04;letter-spacing:-.045em;margin:14px 0 0}.about-intro-copy-v13{font-size:17px;line-height:1.8;color:#62697c}.about-intro-copy-v13 p{margin:0 0 18px}
.about-pillars-v13{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:44px}.about-pillars-v13 article{padding:28px;border-radius:22px;background:#fff;border:1px solid #e7e8ef;min-height:255px;transition:.22s ease}.about-pillars-v13 article:hover{transform:translateY(-5px);background:#151a43;color:#fff;box-shadow:0 20px 45px rgba(20,27,69,.16)}.about-pillar-icon{width:48px;height:48px;border-radius:14px;background:#f8e7ef;color:var(--v6-magenta);display:grid;place-items:center;font-weight:900;margin-bottom:32px}.about-pillars-v13 h3{font-size:23px;margin:0 0 12px}.about-pillars-v13 p{font-size:14px;line-height:1.65;color:#707589;margin:0}.about-pillars-v13 article:hover p{color:#ced1e5}.about-pillars-v13 article:hover .about-pillar-icon{background:rgba(255,255,255,.12);color:#fff}
.about-history-v13{background:#fff}.about-clients-v13{background:#f6f7fb}.about-clients-v13 .client-card{background:#fff}.about-home-link-v13{margin-top:20px}.about-home-link-v13 a{display:inline-flex;align-items:center;color:var(--v6-magenta);font-weight:900;text-decoration:none}.about-home-link-v13 a:hover{text-decoration:underline}
@media(max-width:1050px){.about-hero-grid-v13{grid-template-columns:1fr;gap:42px;min-height:auto}.about-hero-facts-v13{max-width:720px}.about-intro-grid-v13{grid-template-columns:1fr;gap:30px}.about-pillars-v13{grid-template-columns:repeat(2,1fr)}}
@media(max-width:700px){.about-hero-grid-v13{padding:65px 0}.about-hero-copy-v13 h1{font-size:42px}.about-hero-facts-v13{grid-template-columns:1fr}.about-hero-facts-v13>div{min-height:120px}.about-pillars-v13{grid-template-columns:1fr}.about-page-v13 .main-nav{background:#0f173b}.about-page-v13 .main-nav>a:not(.header-cta){color:#fff!important}}


/* V14 — navegação principal permanente + submenu contextual */
.home-v6 .site-header{
  position:sticky;
  top:0;
  z-index:100;
  background:#0f173b;
}
.home-v6 .main-nav > a:not(.header-cta){color:#fff !important;opacity:1}
.home-v6 .main-nav > a:not(.header-cta):hover,
.home-v6 .main-nav > a.is-active{color:var(--v6-magenta) !important}
.home-v6 .main-nav > a.is-active{position:relative}
.home-v6 .main-nav > a.is-active::after{
  content:"";
  position:absolute;
  left:0;right:0;bottom:-11px;
  height:2px;border-radius:2px;background:var(--v6-magenta)
}
.section-subnav{
  position:sticky;
  top:74px;
  z-index:90;
  background:rgba(255,255,255,.97);
  border-bottom:1px solid #e6e8f0;
  box-shadow:0 7px 18px rgba(12,18,51,.06);
  backdrop-filter:blur(12px);
}
.section-subnav-inner{
  min-height:48px;
  display:flex;
  align-items:center;
  gap:28px;
}
.section-subnav-title{
  color:#151936;
  font-size:13px;
  font-weight:900;
  white-space:nowrap;
  padding-right:22px;
  border-right:1px solid #e0e3ec;
}
.section-subnav-links{
  display:flex;
  align-items:center;
  gap:25px;
  overflow-x:auto;
  scrollbar-width:none;
}
.section-subnav-links::-webkit-scrollbar{display:none}
.section-subnav-links a{
  position:relative;
  padding:15px 0 13px;
  color:#606578;
  font-size:13px;
  font-weight:800;
  text-decoration:none;
  white-space:nowrap;
  transition:color .18s ease;
}
.section-subnav-links a:hover{color:var(--v6-magenta)}
.section-subnav-links a:hover::after{
  content:"";position:absolute;left:0;right:0;bottom:0;height:2px;background:var(--v6-magenta);border-radius:2px
}
@media(max-width:1100px){
  .section-subnav{top:74px}
  .section-subnav-inner{gap:18px}
  .section-subnav-title{display:none}
  .section-subnav-links{width:100%;gap:22px}
}
@media(max-width:700px){
  .section-subnav{top:74px}
  .section-subnav-inner{min-height:44px}
  .section-subnav-links a{padding:13px 0 11px;font-size:12px}
  .home-v6 .main-nav > a.is-active::after{display:none}
}

/* V14 mobile — mantém o menu principal escuro também no dropdown */
@media(max-width:820px){
  .home-v6 .main-nav{
    background:#0f173b;
    border-color:rgba(255,255,255,.12);
    box-shadow:0 22px 50px rgba(8,14,40,.30);
  }
  .home-v6 .main-nav a{color:#fff !important}
  .home-v6 .main-nav a:hover{color:var(--v6-magenta) !important}
  .home-v6 .client-area{border-color:rgba(255,255,255,.42)}
}

.v6-stage-label{display:inline-flex;align-items:center;padding:7px 13px;border-radius:999px;font-size:12px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;width:fit-content}
.v6-stage-label-main{background:#f7edf4;color:#a71455}
.v6-stage-label-cards{background:#eef0fb;color:#3d3f8f}
.v6-price-highlight{font-size:34px;color:#ff5dac;line-height:1}
@media(min-width:701px){
.v6-product-stage.has-stage-labels{grid-template-rows:auto repeat(3,1fr)}
.v6-product-stage.has-stage-labels .v6-stage-label-main{grid-column:1;grid-row:1;align-self:end}
.v6-product-stage.has-stage-labels .v6-stage-label-cards{grid-column:2;grid-row:1;align-self:end}
.v6-product-stage.has-stage-labels .v6-main-offer{grid-row:2 / 5}
.v6-product-stage.has-stage-labels .v6-floating-card.one{grid-row:2}
.v6-product-stage.has-stage-labels .v6-floating-card.two{grid-row:3}
.v6-product-stage.has-stage-labels .v6-floating-card.three{grid-row:4}
}
