/* Maxgiga 2.0 — isolated full-site draft */
:root{
  --mg-orange:#ff7700;
  --mg-orange-dark:#e86600;
  --mg-orange-soft:#fff2e7;
  --mg-ink:#101216;
  --mg-ink-2:#181c23;
  --mg-ink-3:#252a33;
  --mg-soft:#f6f7f8;
  --mg-line:#e7e9ec;
  --mg-muted:#666b73;
  --mg-white:#fff;
  --mg-green:#31b553;
  --mg-max:1240px;
  --mg-radius:22px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body.mg-v2{margin:0;background:#fff;color:var(--mg-ink);font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;-webkit-font-smoothing:antialiased}
.mg-v2 a{text-decoration:none}
.mg-v2 img{max-width:100%;height:auto}
.mg-shell{width:min(var(--mg-max),calc(100% - 48px));margin:0 auto}






.mg-nav{position:sticky;top:0;z-index:90;background:rgba(8,9,11,.96);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid rgba(255,255,255,.07);box-shadow:0 8px 28px rgba(0,0,0,.28)}
.mg-nav .mg-shell{height:54px;display:flex;align-items:center;gap:22px}
.mg-logo{display:block;flex:0 0 150px}
.mg-logo img{display:block;width:100%;height:auto;max-height:35px;object-fit:contain;object-position:left center}
.mg-menu{display:flex;align-items:center;justify-content:center;gap:27px;flex:1}
.mg-menu a{position:relative;color:rgba(255,255,255,.9);font-size:12px;font-weight:900;letter-spacing:.05em;transition:.2s ease}
.mg-menu a:hover,.mg-menu a.is-active{color:var(--mg-orange)}
.mg-menu a.is-active:after{content:"";position:absolute;left:0;right:0;bottom:-13px;height:3px;border-radius:99px;background:var(--mg-orange)}
.mg-nav-actions{display:flex;gap:10px;align-items:center}
.mg-btn{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:0 17px;border-radius:11px;font-size:11px;font-weight:900;letter-spacing:.035em;border:1px solid transparent;transition:transform .2s ease,box-shadow .2s ease,background .2s ease,color .2s ease;color:#fff;text-align:center}
.mg-btn:hover{transform:translateY(-2px)}
.mg-btn-orange{background:var(--mg-orange);box-shadow:0 12px 28px rgba(255,119,0,.2)}
.mg-btn-orange:hover{background:var(--mg-orange-dark);color:#fff}
.mg-btn-dark{background:var(--mg-ink);border-color:#363a43;color:#fff}
.mg-btn-dark:hover{background:#000;color:#fff}
.mg-btn-outline{background:transparent;color:var(--mg-orange);border-color:rgba(255,119,0,.68);border-radius:999px}
.mg-btn-outline:hover{background:rgba(255,119,0,.08);color:#ff8b28}
.mg-nav-actions .mg-btn-orange{border-radius:999px}
.mg-btn-white{background:#fff;color:var(--mg-orange);box-shadow:0 12px 28px rgba(104,48,0,.15)}
.mg-header-socials{display:none}
.mg-mobile-nav{display:none;position:relative}
.mg-mobile-nav summary{
  list-style:none;
  cursor:pointer;
  position:relative;
  width:54px;
  height:54px;
  padding:0;
  border-radius:16px;
  border:1px solid rgba(255,255,255,.18);
  background:linear-gradient(180deg,rgba(255,255,255,.14),rgba(255,255,255,.07));
  box-shadow:inset 0 1px 0 rgba(255,255,255,.18),0 8px 24px rgba(0,0,0,.24);
  backdrop-filter:blur(18px) saturate(150%);
  -webkit-backdrop-filter:blur(18px) saturate(150%);
  color:transparent;
  font-size:0;
  letter-spacing:0;
}
.mg-mobile-nav summary::-webkit-details-marker{display:none}
.mg-mobile-nav summary::before{
  content:"";
  position:absolute;
  left:50%;
  top:50%;
  width:24px;
  height:2px;
  border-radius:999px;
  background:#fff;
  transform:translate(-50%,-50%);
  box-shadow:0 -7px 0 #fff,0 7px 0 #fff;
}
.mg-mobile-nav summary::after{content:none;display:none}
.mg-mobile-panel{position:absolute;right:0;top:56px;width:240px;background:#fff;border:1px solid var(--mg-line);border-radius:16px;box-shadow:0 25px 60px rgba(0,0,0,.17);padding:12px;display:grid;gap:4px}
.mg-mobile-panel a{padding:12px 13px;color:var(--mg-ink);font-size:13px;font-weight:800;border-radius:9px}
.mg-mobile-panel a:hover{background:var(--mg-orange-soft);color:var(--mg-orange)}
.mg-mobile-socials{display:none!important}
.mg-footer-socials{display:flex;align-items:center;justify-content:center;gap:16px;margin:28px auto 0;padding-top:22px;border-top:1px solid #23262c}
.mg-footer-socials>span{color:#8f949d;font-size:9px;font-weight:900;letter-spacing:.17em}
.mg-footer-socials>div{display:flex;gap:9px}
.mg-footer-socials a{display:grid;place-items:center;width:40px;height:40px;border:1px solid #272b31;border-radius:12px;background:#0f1216;color:#fff!important;transition:.2s ease}
.mg-footer-socials a:hover{border-color:rgba(255,119,0,.55);background:rgba(255,119,0,.09);color:#ff7700!important;transform:translateY(-2px)}
.mg-footer-socials svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.8}
.mg-footer-socials a:last-child svg{fill:currentColor;stroke:none}

@media(max-width:820px){
  .mg-mobile-panel{
    top:62px;
    display:flex!important;
    flex-direction:column;
    padding:14px!important;
    gap:3px!important;
    border:1px solid rgba(255,255,255,.14)!important;
    border-radius:22px!important;
    background:linear-gradient(145deg,rgba(12,13,16,.91),rgba(3,4,6,.87))!important;
    box-shadow:inset 0 1px 0 rgba(255,255,255,.10),0 24px 70px rgba(0,0,0,.48)!important;
    backdrop-filter:blur(28px) saturate(145%)!important;
    -webkit-backdrop-filter:blur(28px) saturate(145%)!important;
  }
  .mg-mobile-panel>a{
    padding:12px 13px!important;
    color:#f5f5f5!important;
    border:1px solid transparent;
    border-radius:12px!important;
    font-weight:850!important;
  }
  .mg-mobile-panel>a:hover,
  .mg-mobile-panel>a:focus{
    color:#ff8a20!important;
    background:rgba(255,119,0,.10)!important;
    border-color:rgba(255,119,0,.18)!important;
  }
  .mg-mobile-socials{
    order:99;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:14px;
    margin-top:8px;
    padding:14px 12px 3px;
    border-top:1px solid rgba(255,255,255,.11);
  }
  .mg-mobile-socials>span{
    color:rgba(255,255,255,.54);
    font-size:9px;
    font-weight:900;
    letter-spacing:.17em;
    white-space:nowrap;
  }
  .mg-mobile-socials>div{display:flex;align-items:center;gap:9px}
  .mg-mobile-panel .mg-mobile-social-link{
    display:grid!important;
    place-items:center;
    width:38px;
    height:38px;
    padding:0!important;
    border:1px solid rgba(255,255,255,.14)!important;
    border-radius:12px!important;
    color:#fff!important;
    background:rgba(255,255,255,.07)!important;
    box-shadow:inset 0 1px 0 rgba(255,255,255,.08);
  }
  .mg-mobile-panel .mg-mobile-social-link:hover{
    color:#ff7700!important;
    border-color:rgba(255,119,0,.42)!important;
    background:rgba(255,119,0,.10)!important;
  }
  .mg-mobile-social-link svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.8}
  .mg-mobile-social-link:last-child svg{fill:currentColor;stroke:none}
}

/* Home hero */
.mg-hero{position:relative;overflow:hidden;background:var(--mg-ink);color:#fff}
.mg-hero:before{content:"";position:absolute;right:-230px;top:-270px;width:760px;height:760px;border-radius:50%;background:radial-gradient(circle,rgba(255,119,0,.28),rgba(255,119,0,.07) 44%,transparent 70%)}
.mg-hero:after{content:"";position:absolute;left:-320px;bottom:-470px;width:840px;height:840px;border:1px solid rgba(255,255,255,.06);border-radius:50%;box-shadow:0 0 0 80px rgba(255,255,255,.025),0 0 0 160px rgba(255,255,255,.018)}
.mg-hero-grid{position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,1.04fr) minmax(390px,.78fr);gap:76px;align-items:center;min-height:650px;padding:72px 0}
.mg-eyebrow{display:inline-flex;align-items:center;gap:10px;color:var(--mg-orange);font-size:11px;font-weight:900;letter-spacing:.18em;text-transform:uppercase}
.mg-eyebrow:before{content:"";width:34px;height:3px;border-radius:99px;background:var(--mg-orange)}
.mg-eyebrow-light{color:#ffe6d0}.mg-eyebrow-light:before{background:#fff}
.mg-hero h1,.mg-page-hero h1{font-family:"Kumbh Sans","Inter",sans-serif;margin:18px 0 20px;font-size:clamp(44px,5vw,70px);line-height:1.01;letter-spacing:-.05em;max-width:780px}
.mg-hero h1 span,.mg-page-hero h1 span{color:var(--mg-orange)}
.mg-hero p,.mg-page-hero p{margin:0;max-width:680px;color:#c9ccd2;font-size:18px;line-height:1.65;font-weight:500}
.mg-hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:30px}
.mg-mini-proof{display:flex;gap:22px;flex-wrap:wrap;margin-top:34px;color:#aeb2ba;font-size:12px;font-weight:700}
.mg-mini-proof span{display:flex;align-items:center;gap:8px}.mg-mini-proof i{width:7px;height:7px;border-radius:50%;background:var(--mg-orange);display:inline-block}
.mg-speed-stage{position:relative;min-height:450px;display:flex;align-items:center;justify-content:center}
.mg-orbit{position:absolute;width:410px;height:410px;border-radius:50%;border:1px solid rgba(255,119,0,.32);animation:mg-spin 26s linear infinite}
.mg-orbit:before,.mg-orbit:after{content:"";position:absolute;border-radius:50%;background:var(--mg-orange)}
.mg-orbit:before{width:12px;height:12px;top:42px;left:67px;box-shadow:0 0 0 9px rgba(255,119,0,.12)}
.mg-orbit:after{width:8px;height:8px;right:34px;bottom:106px;box-shadow:0 0 0 7px rgba(255,119,0,.08)}
@keyframes mg-spin{to{transform:rotate(360deg)}}
.mg-speed-card{position:relative;width:min(390px,100%);padding:38px 34px;border-radius:32px;background:linear-gradient(145deg,rgba(36,41,50,.94),rgba(20,23,29,.96));border:1px solid rgba(255,255,255,.12);box-shadow:0 30px 80px rgba(0,0,0,.38);text-align:center;backdrop-filter:blur(12px)}
.mg-speed-label{font-size:10px;letter-spacing:.17em;color:#ffd0a8;font-weight:900}.mg-speed-number{font-family:"Kumbh Sans","Inter",sans-serif;font-size:82px;font-weight:900;letter-spacing:-.07em;line-height:1;margin:12px 0 5px;color:#fff}.mg-speed-number span{color:var(--mg-orange)}
.mg-speed-sub{color:#aeb2ba;font-size:13px;font-weight:700}.mg-speed-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:24px}.mg-speed-stat{padding:16px 10px;border-radius:14px;background:rgba(255,255,255,.055);border:1px solid rgba(255,255,255,.07)}.mg-speed-stat strong{display:block;color:var(--mg-orange);font-size:22px}.mg-speed-stat small{display:block;color:#b9bdc5;margin-top:3px;font-size:9px;font-weight:800}

/* Shared sections */
.mg-trust{background:#fff;border-bottom:1px solid var(--mg-line)}
.mg-trust-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--mg-line)}
.mg-trust-item{background:#fff;padding:24px 18px;text-align:center;transition:.2s ease}.mg-trust-item:hover{background:var(--mg-orange-soft)}
.mg-trust-item strong{display:block;font-size:18px;color:var(--mg-ink);font-weight:900}.mg-trust-item span{display:block;margin-top:5px;color:var(--mg-muted);font-size:10px;font-weight:800;letter-spacing:.04em}
.mg-section{padding:84px 0}.mg-section-soft{background:var(--mg-soft)}
.mg-kicker{color:var(--mg-orange);font-size:11px;font-weight:900;letter-spacing:.16em;text-transform:uppercase;text-align:center;margin-bottom:12px}.mg-kicker.mg-left{text-align:left}
.mg-title{font-family:"Kumbh Sans","Inter",sans-serif;font-size:clamp(32px,4vw,50px);line-height:1.07;letter-spacing:-.04em;text-align:center;max-width:850px;margin:0 auto;color:var(--mg-ink)}.mg-title.mg-left{text-align:left;margin-left:0}
.mg-lead{text-align:center;color:var(--mg-muted);max-width:770px;margin:18px auto 0;line-height:1.72;font-size:15px;font-weight:500}.mg-lead.mg-left{text-align:left;margin-left:0}
.mg-center-actions{display:flex;justify-content:center;margin-top:30px}
.mg-plans{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:42px}
.mg-plan{position:relative;background:#fff;border:1px solid var(--mg-line);border-radius:var(--mg-radius);padding:30px 26px;overflow:hidden;transition:.25s ease;box-shadow:0 6px 24px rgba(17,19,23,.025)}
.mg-plan:hover{transform:translateY(-5px);box-shadow:0 22px 55px rgba(17,19,23,.09)}
.mg-plan.featured{border:2px solid var(--mg-orange);box-shadow:0 24px 70px rgba(255,119,0,.13)}
.mg-plan.featured:before{content:"DESTAQUE";position:absolute;right:-35px;top:22px;transform:rotate(39deg);background:var(--mg-orange);color:#fff;font-size:8px;font-weight:900;letter-spacing:.1em;padding:7px 40px}
.mg-plan-brand{font-size:10px;color:#80838a;font-weight:900;letter-spacing:.14em}.mg-plan h3{font-family:"Kumbh Sans","Inter",sans-serif;font-size:37px;margin:8px 0 4px;letter-spacing:-.04em}.mg-plan-upload{color:var(--mg-muted);font-size:12px;font-weight:700}.mg-price{margin-top:26px;color:var(--mg-orange);font-size:31px;font-weight:900;letter-spacing:-.04em}.mg-price small{font-size:11px;color:#7d8087;font-weight:700}
.mg-plan ul{list-style:none;padding:0;margin:24px 0;display:grid;gap:10px}.mg-plan li{display:flex;gap:9px;color:#53565d;font-size:13px;font-weight:600}.mg-plan li:before{content:"";width:8px;height:8px;min-width:8px;margin-top:5px;border-radius:50%;background:var(--mg-orange)}.mg-plan .mg-btn{width:100%}.mg-plan-note{display:block;margin-top:13px;color:#8a8d93;font-size:9px;line-height:1.45;text-align:center}
.mg-legal-note{max-width:960px;margin:28px auto 0;padding:15px 18px;border-radius:12px;background:#fff;border:1px solid var(--mg-line);color:#777c84;font-size:11px;line-height:1.6;text-align:center}.mg-warning-note{background:#fff9f3;border-color:#ffd9b7;color:#73583f}

/* Benefits / entertainment */
.mg-split-heading{display:grid;grid-template-columns:1fr .8fr;gap:70px;align-items:end}.mg-split-heading>p{color:var(--mg-muted);font-size:15px;line-height:1.7;margin:0}
.mg-feature-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:44px}.mg-feature-card{padding:28px 24px;border:1px solid var(--mg-line);border-radius:20px;background:#fff}.mg-feature-index{display:block;color:var(--mg-orange);font-size:10px;font-weight:900;letter-spacing:.12em}.mg-feature-card h3{font-family:"Kumbh Sans","Inter",sans-serif;margin:18px 0 10px;font-size:21px}.mg-feature-card p{margin:0;color:var(--mg-muted);font-size:13px;line-height:1.65}
.mg-entertainment{padding:88px 0;background:linear-gradient(135deg,#fff8f2,#fff 58%)}.mg-ent-grid{display:grid;grid-template-columns:1fr .9fr;gap:75px;align-items:center}.mg-ent-copy h2{font-family:"Kumbh Sans","Inter",sans-serif;font-size:clamp(34px,4vw,54px);line-height:1.03;letter-spacing:-.045em;margin:0 0 18px}.mg-ent-copy p{color:var(--mg-muted);line-height:1.7;font-size:15px;margin:0 0 27px}.mg-ent-visual{position:relative;padding:26px;border-radius:28px;background:var(--mg-ink);color:#fff;box-shadow:0 32px 70px rgba(16,18,22,.18)}.mg-tv-card{padding:30px;border-radius:20px;background:linear-gradient(135deg,#ff7700,#ff9744);display:grid;gap:5px}.mg-tv-card span{font-size:11px;font-weight:900;letter-spacing:.14em}.mg-tv-card strong{font-family:"Kumbh Sans","Inter",sans-serif;font-size:42px;letter-spacing:-.04em}.mg-tv-card small{font-size:13px;font-weight:700}.mg-logo-cloud{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:12px}.mg-logo-cloud>div{min-height:95px;background:#fff;border-radius:15px;padding:17px;display:flex;align-items:center;justify-content:center}.mg-logo-cloud img{max-height:55px;width:auto}.mg-ent-note{display:block;color:#8e939c;font-size:9px;line-height:1.4;margin:13px 4px 0}

/* Dark support section */
.mg-dark-section{background:var(--mg-ink);color:#fff;padding:86px 0}.mg-dark-grid{display:grid;grid-template-columns:1.05fr .85fr;gap:70px;align-items:center}.mg-dark-section .mg-kicker{text-align:left}.mg-dark-title{font-family:"Kumbh Sans","Inter",sans-serif;font-size:clamp(34px,4vw,52px);line-height:1.05;letter-spacing:-.045em;margin:0;max-width:700px}.mg-dark-copy{color:#c6c9cf;font-size:16px;line-height:1.7;margin:20px 0 0;max-width:640px}.mg-dark-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}.mg-dark-section .mg-btn-dark{background:#252a33;border-color:#3a404b}.mg-stack{display:grid;gap:12px}.mg-dark-card{padding:24px;border-radius:18px;background:var(--mg-ink-2);border:1px solid #313640}.mg-dark-card strong{display:block;color:var(--mg-orange);font-size:17px;margin-bottom:7px}.mg-dark-card span{color:#c7cad0;font-size:13px;line-height:1.55}

/* Coverage callout */
.mg-coverage{background:linear-gradient(105deg,#e96800,var(--mg-orange) 55%,#ff9440);color:#fff;padding:54px 0}.mg-coverage .mg-shell{display:flex;justify-content:space-between;gap:30px;align-items:center}.mg-coverage h2{font-family:"Kumbh Sans","Inter",sans-serif;margin:5px 0 8px;font-size:clamp(30px,4vw,46px);letter-spacing:-.045em}.mg-coverage p{margin:0;color:#fff4eb;font-size:14px;font-weight:600}

/* FAQ */
.mg-faq-grid{display:grid;grid-template-columns:.72fr 1fr;gap:70px;align-items:start}.mg-accordion{display:grid;gap:10px}.mg-accordion details{border:1px solid var(--mg-line);border-radius:15px;background:#fff;padding:0 20px}.mg-accordion summary{cursor:pointer;list-style:none;padding:19px 0;font-weight:800;font-size:14px;display:flex;justify-content:space-between;gap:20px}.mg-accordion summary:after{content:"+";color:var(--mg-orange);font-size:20px}.mg-accordion details[open] summary:after{content:"–"}.mg-accordion summary::-webkit-details-marker{display:none}.mg-accordion p{margin:-3px 0 20px;color:var(--mg-muted);font-size:13px;line-height:1.65}

/* Page heroes */
.mg-page-hero{position:relative;overflow:hidden;background:var(--mg-ink);color:#fff}.mg-page-hero:after{content:"";position:absolute;right:-220px;top:-340px;width:700px;height:700px;border-radius:50%;background:radial-gradient(circle,rgba(255,119,0,.25),transparent 66%)}
.mg-page-hero-grid{position:relative;z-index:2;display:grid;grid-template-columns:1.1fr .55fr;gap:70px;align-items:center;padding:92px 0}.mg-page-hero h1{font-size:clamp(42px,5vw,66px);max-width:760px}.mg-page-hero-badge{justify-self:end;width:260px;aspect-ratio:1;border-radius:50%;border:1px solid rgba(255,119,0,.45);background:rgba(255,119,0,.08);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;box-shadow:0 0 0 22px rgba(255,119,0,.035)}.mg-page-hero-badge strong{font-family:"Kumbh Sans","Inter",sans-serif;color:var(--mg-orange);font-size:50px;letter-spacing:-.05em}.mg-page-hero-badge span{font-size:11px;font-weight:900;letter-spacing:.15em}.mg-page-hero-badge small{margin-top:7px;color:#9da2ab;font-size:11px}.mg-page-hero-light{background:#fff;color:var(--mg-ink);border-bottom:1px solid var(--mg-line)}.mg-page-hero-light p{color:var(--mg-muted)}.mg-page-hero-light:after{opacity:.5}.mg-badge-orange{background:var(--mg-orange);border:0;box-shadow:0 0 0 22px rgba(255,119,0,.09)}.mg-badge-orange strong,.mg-badge-orange span{color:#fff}.mg-badge-orange small{color:#ffe0c5}.mg-coverage-hero{background:linear-gradient(125deg,#0f1217,#181d25)}

/* Plans page */
.mg-giga-zone{background:#fff}.mg-giga-card{border-top:4px solid var(--mg-orange)}.mg-compare-band{padding:58px 0;background:#111318;color:#fff}.mg-compare-grid{display:grid;grid-template-columns:1fr auto;gap:50px;align-items:center}.mg-compare-grid h2{font-family:"Kumbh Sans","Inter",sans-serif;font-size:36px;letter-spacing:-.04em;margin:0 0 10px}.mg-compare-grid p{margin:0;color:#aeb3bc;max-width:760px;line-height:1.65;font-size:14px}

/* Planos essenciais — visual premium */
.mg-page-planos .mg-section-soft{position:relative;overflow:hidden;background:radial-gradient(circle at 50% -15%,rgba(255,119,0,.10),transparent 30%),linear-gradient(180deg,#f8f9fa 0%,#f4f5f7 100%)}
.mg-page-planos .mg-section-soft:before{content:"";position:absolute;left:-180px;bottom:-240px;width:520px;height:520px;border-radius:50%;background:radial-gradient(circle,rgba(255,119,0,.08),transparent 70%);pointer-events:none}
.mg-page-planos .mg-section-soft .mg-shell{position:relative;z-index:1}
.mg-page-planos .mg-section-soft .mg-plans{gap:22px;margin-top:46px;align-items:stretch}
.mg-page-planos .mg-essential-card{position:relative;isolation:isolate;display:flex;flex-direction:column;min-height:478px;padding:34px 28px 24px;border-radius:28px;border:1px solid rgba(17,19,23,.08);background:linear-gradient(180deg,#fff 0%,#fbfbfc 100%);box-shadow:0 18px 50px rgba(17,19,23,.065),inset 0 1px 0 rgba(255,255,255,.8);transition:transform .28s ease,box-shadow .28s ease,border-color .28s ease}
.mg-page-planos .mg-essential-card:after{content:"";position:absolute;left:22px;right:22px;top:0;height:4px;border-radius:0 0 999px 999px;background:linear-gradient(90deg,transparent,#ff7700 22%,#ff9a45 78%,transparent);opacity:.92}
.mg-page-planos .mg-essential-card:hover{transform:translateY(-7px);border-color:rgba(255,119,0,.28);box-shadow:0 28px 70px rgba(17,19,23,.11),0 0 0 1px rgba(255,119,0,.035)}
.mg-page-planos .mg-essential-card h3{margin:2px 0 6px;font-size:42px;line-height:1;font-weight:950;letter-spacing:-.05em}
.mg-page-planos .mg-essential-card .mg-plan-upload{display:inline-flex;align-self:flex-start;padding:7px 10px;border-radius:999px;background:#f3f4f6;color:#666b73;font-size:10px;font-weight:850}
.mg-page-planos .mg-essential-card .mg-price{margin-top:24px;font-size:35px;line-height:1}
.mg-page-planos .mg-essential-card ul{margin:28px 0 22px;gap:9px;flex:1}
.mg-page-planos .mg-essential-card li{align-items:flex-start;line-height:1.35}
.mg-page-planos .mg-essential-card .mg-tv-benefit{margin-top:7px;padding:12px 13px;border:1px solid #ffd7b4;border-radius:14px;background:linear-gradient(135deg,#fff7ef,#fff);color:#2e3035;font-size:11px;font-weight:800}
.mg-page-planos .mg-essential-card .mg-tv-benefit:before{margin-top:4px;box-shadow:0 0 0 4px rgba(255,119,0,.10)}
.mg-page-planos .mg-essential-card .mg-tv-benefit strong{color:#ff7700;font-weight:950}
.mg-page-planos .mg-essential-card .mg-btn{min-height:50px;border-radius:15px;box-shadow:0 12px 28px rgba(17,19,23,.10)}
.mg-page-planos .mg-essential-card .mg-plan-note{margin-top:12px;color:#94979d}
.mg-page-planos .mg-essential-card.featured{border:1px solid rgba(255,119,0,.45);background:radial-gradient(circle at 82% 8%,rgba(255,119,0,.17),transparent 26%),linear-gradient(160deg,#181a1f 0%,#101216 78%,#17100b 100%);color:#fff;box-shadow:0 28px 75px rgba(17,19,23,.20),0 0 34px rgba(255,119,0,.08)}
.mg-page-planos .mg-essential-card.featured:before{content:"DESTAQUE";right:20px;top:18px;transform:none;left:auto;border-radius:999px;padding:7px 10px;background:#ff7700;color:#fff;font-size:8px;letter-spacing:.10em;box-shadow:0 8px 22px rgba(255,119,0,.24)}
.mg-page-planos .mg-essential-card.featured:after{left:24px;right:24px;background:linear-gradient(90deg,transparent,#ff7700 22%,#ffc08a 78%,transparent)}
.mg-page-planos .mg-essential-card.featured h3{color:#fff}.mg-page-planos .mg-essential-card.featured .mg-plan-upload{background:rgba(255,255,255,.07);color:#c5c8cd}.mg-page-planos .mg-essential-card.featured li{color:#d5d7db}.mg-page-planos .mg-essential-card.featured .mg-tv-benefit{border-color:rgba(255,119,0,.30);background:linear-gradient(135deg,rgba(255,119,0,.14),rgba(255,255,255,.035));color:#eceef1}.mg-page-planos .mg-essential-card.featured .mg-tv-benefit strong{color:#ff9a45}.mg-page-planos .mg-essential-card.featured .mg-plan-note{color:#888d94}
@media(max-width:900px){.mg-page-planos .mg-section-soft .mg-plans{grid-template-columns:1fr;max-width:680px;margin-left:auto;margin-right:auto}.mg-page-planos .mg-essential-card{min-height:0}}
@media(max-width:640px){.mg-page-planos .mg-section-soft{padding:34px 0 58px}.mg-page-planos .mg-section-soft .mg-kicker{margin-bottom:8px;font-size:9px}.mg-page-planos .mg-section-soft .mg-title{font-size:30px;line-height:1.02}.mg-page-planos .mg-section-soft .mg-plans{margin-top:22px}.mg-page-planos .mg-essential-card{padding:28px 20px 22px;border-radius:22px}.mg-page-planos .mg-essential-card h3{font-size:36px}.mg-page-planos .mg-essential-card .mg-price{font-size:31px}.mg-page-planos .mg-essential-card .mg-tv-benefit{padding:11px 12px;font-size:10.5px}.mg-page-planos .mg-essential-card.featured:before{right:14px;top:14px}}

/* PLANOS ESSENCIAIS — identidade escura Maxgiga */
.mg-page-planos .mg-section-soft{
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(circle at 15% 12%,rgba(255,119,0,.10),transparent 27%),
    radial-gradient(circle at 88% 88%,rgba(255,119,0,.07),transparent 25%),
    linear-gradient(180deg,#050607 0%,#090a0c 52%,#050607 100%)!important;
  color:#fff;
  border-bottom:1px solid rgba(255,119,0,.12);
}
.mg-page-planos .mg-section-soft:before{
  content:"";position:absolute;inset:auto -10% -95px -10%;height:190px;
  border-top:1px solid rgba(255,119,0,.20);border-radius:50%;
  background:radial-gradient(ellipse at center,rgba(255,119,0,.07),transparent 65%);
  pointer-events:none;
}
.mg-page-planos .mg-section-soft .mg-kicker{color:#ff7700!important}
.mg-page-planos .mg-section-soft .mg-title{color:#fff!important;font-weight:900}
.mg-page-planos .mg-section-soft .mg-plans{gap:18px!important}
.mg-page-planos .mg-section-soft .mg-essential-card{
  min-height:478px;
  padding:31px 26px 24px;
  border:1px solid rgba(255,255,255,.11)!important;
  border-radius:26px;
  background:
    radial-gradient(circle at 88% 5%,rgba(255,119,0,.10),transparent 24%),
    linear-gradient(155deg,rgba(27,29,34,.92),rgba(10,11,14,.97) 72%)!important;
  color:#fff;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.07),0 24px 60px rgba(0,0,0,.25)!important;
  backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);
}
.mg-page-planos .mg-section-soft .mg-essential-card:after{
  left:24px;right:24px;height:2px;
  background:linear-gradient(90deg,transparent,#ff7700 20%,#ff9d4a 80%,transparent)!important;
  box-shadow:0 0 18px rgba(255,119,0,.35);
}
.mg-page-planos .mg-section-soft .mg-essential-card h3{color:#fff!important;font-size:40px}
.mg-page-planos .mg-section-soft .mg-essential-card .mg-plan-upload{
  background:rgba(255,255,255,.07)!important;color:#b8bcc4!important;
  border:1px solid rgba(255,255,255,.07);
}
.mg-page-planos .mg-section-soft .mg-essential-card .mg-price{
  color:#ff7700!important;font-size:36px;text-shadow:0 0 24px rgba(255,119,0,.12)
}
.mg-page-planos .mg-section-soft .mg-essential-card .mg-price small{color:#a7abb2!important}
.mg-page-planos .mg-section-soft .mg-essential-card li{color:#d5d7dc!important}
.mg-page-planos .mg-section-soft .mg-essential-card li:before{box-shadow:0 0 12px rgba(255,119,0,.55)}
.mg-page-planos .mg-section-soft .mg-essential-card .mg-tv-benefit{
  border:1px solid rgba(255,119,0,.28)!important;
  background:linear-gradient(135deg,rgba(255,119,0,.12),rgba(255,255,255,.035))!important;
  color:#e8eaee!important;
}
.mg-page-planos .mg-section-soft .mg-essential-card .mg-tv-benefit strong{color:#ff8b28!important}
.mg-page-planos .mg-section-soft .mg-essential-card .mg-btn{
  min-height:52px;border:1px solid rgba(255,119,0,.45)!important;border-radius:15px;
  background:linear-gradient(135deg,#ff6a00,#ff850f)!important;color:#fff!important;
  box-shadow:0 12px 30px rgba(255,119,0,.18)!important;
}
.mg-page-planos .mg-section-soft .mg-essential-card .mg-plan-note{color:#777c84!important}
.mg-page-planos .mg-section-soft .mg-essential-card.featured{
  border-color:rgba(255,119,0,.58)!important;
  background:
    radial-gradient(circle at 85% 6%,rgba(255,119,0,.20),transparent 28%),
    linear-gradient(155deg,rgba(31,26,23,.96),rgba(10,11,14,.98) 70%)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 26px 70px rgba(0,0,0,.34),0 0 34px rgba(255,119,0,.08)!important;
}
.mg-page-planos .mg-section-soft .mg-essential-card.featured:before{
  content:"MAIS ESCOLHIDO";right:18px;top:17px;left:auto;transform:none;
  padding:7px 10px;border-radius:999px;background:#ff7700;color:#fff;
  font-size:7px;font-weight:950;letter-spacing:.10em;box-shadow:0 8px 22px rgba(255,119,0,.24)
}
@media(max-width:640px){
 .mg-page-planos .mg-section-soft{padding:32px 0 56px!important}
 .mg-page-planos .mg-section-soft .mg-kicker{text-align:left;margin-left:2px!important;font-size:9px!important}
 .mg-page-planos .mg-section-soft .mg-title{text-align:left;font-size:30px!important;max-width:330px;margin-left:0!important}
 .mg-page-planos .mg-section-soft .mg-plans{margin-top:22px!important}
 .mg-page-planos .mg-section-soft .mg-essential-card{padding:26px 20px 21px!important;border-radius:22px!important}
 .mg-page-planos .mg-section-soft .mg-essential-card h3{font-size:37px!important}
 .mg-page-planos .mg-section-soft .mg-essential-card .mg-price{font-size:34px!important;margin-top:22px}
}

/* PLANOS ESSENCIAIS — cards no mesmo padrão visual da Home */
.mg-page-planos .mg-section-soft .mg-essential-card{
  min-height:430px!important;
  padding:28px 24px 22px!important;
  border:1px solid rgba(255,119,0,.68)!important;
  border-radius:18px!important;
  background:radial-gradient(circle at 85% 0%,rgba(255,119,0,.10),transparent 34%),linear-gradient(180deg,rgba(18,18,18,.97),rgba(7,7,7,.99))!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.055),0 18px 42px rgba(0,0,0,.32)!important;
  overflow:visible!important;
}
.mg-page-planos .mg-section-soft .mg-essential-card:after{display:none!important}
.mg-page-planos .mg-section-soft .mg-essential-card.featured:before{display:none!important}
.mg-page-planos .mg-essential-card h3{
  margin:4px 0 0!important;text-align:center!important;color:#fff!important;
  font-size:42px!important;line-height:.92!important;font-style:italic;font-weight:950!important;letter-spacing:-.055em!important
}
.mg-page-planos .mg-essential-card h3 span{display:block;margin-top:7px;color:#ff7700;font-size:27px;letter-spacing:-.02em}
.mg-page-planos .mg-essential-rule{height:1px;margin:18px 0 20px;background:linear-gradient(90deg,rgba(255,119,0,.15),#ff7700 50%,rgba(255,119,0,.15))}
.mg-page-planos .mg-essential-price{display:flex;align-items:flex-end;justify-content:center;min-height:78px;white-space:nowrap}
.mg-page-planos .mg-essential-price small{margin:0 7px 10px 0;color:#fff;font-size:18px;font-weight:950}
.mg-page-planos .mg-essential-price strong{color:#fff;font-size:72px;line-height:.82;font-weight:950;letter-spacing:-.065em}
.mg-page-planos .mg-essential-price sup{align-self:flex-start;margin:5px 2px 0;color:#fff;font-size:26px;line-height:1;font-weight:950}
.mg-page-planos .mg-essential-price em{margin:0 0 9px 5px;color:#fff;font-size:15px;font-style:normal}
.mg-page-planos .mg-essential-benefit{display:flex;gap:9px;align-items:flex-start;margin-top:14px;color:#ff861c;font-size:15px;font-weight:950}
.mg-page-planos .mg-essential-benefit span{color:#f0f0f0;font-size:13px;line-height:1.35;font-weight:750}
.mg-page-planos .mg-essential-channels{margin-top:20px}
.mg-page-planos .mg-essential-channels>small{display:block;margin-bottom:9px;color:rgba(255,255,255,.56);font-size:8px;font-weight:900;letter-spacing:.16em;text-align:center}
.mg-page-planos .mg-essential-channels>div{display:flex;justify-content:center;gap:8px}
.mg-page-planos .mg-essential-channels span{display:flex;align-items:center;justify-content:center;min-width:74px;min-height:34px;padding:5px 9px;border:1px solid rgba(255,119,0,.58);border-radius:8px;background:linear-gradient(180deg,rgba(255,119,0,.11),rgba(255,119,0,.035));color:#fff;font-size:9px;font-weight:900}
.mg-page-planos .mg-essential-card>.mg-btn{margin-top:auto!important;min-height:52px!important;border-radius:999px!important;background:linear-gradient(180deg,#ff8a18,#ff6a00)!important;border:1px solid #ff8a18!important;color:#111!important;font-size:11px!important;font-weight:950!important;letter-spacing:.06em!important}
.mg-page-planos .mg-essential-card>.mg-btn b{font-size:20px}
.mg-page-planos .mg-essential-card .mg-plan-note{margin-top:12px!important;color:#74777d!important;font-size:8px!important}
.mg-page-planos .mg-essential-choice{position:absolute;top:-14px;left:50%;transform:translateX(-50%);z-index:4;min-width:150px;padding:8px 14px;border-radius:999px;background:linear-gradient(180deg,#ff8a18,#ff6a00);color:#17100a;text-align:center;font-size:9px;font-weight:950;letter-spacing:.10em;box-shadow:0 7px 18px rgba(255,119,0,.32)}
.mg-page-planos .mg-section-soft .mg-essential-card.featured{border-color:#ff8b24!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.09),0 0 0 1px rgba(255,119,0,.10),0 20px 44px rgba(0,0,0,.36),0 0 26px rgba(255,119,0,.18)!important}
@media(max-width:640px){
 .mg-page-planos .mg-section-soft .mg-plans{display:block!important}
 .mg-page-planos .mg-section-soft .mg-essential-card{width:min(86vw,340px)!important;min-height:495px!important;margin:0 auto 22px!important;padding:28px 18px 18px!important}
 .mg-page-planos .mg-essential-card h3{font-size:46px!important}
 .mg-page-planos .mg-essential-card h3 span{font-size:30px!important}
 .mg-page-planos .mg-essential-price strong{font-size:78px}
 .mg-page-planos .mg-essential-price sup{font-size:28px}
 .mg-page-planos .mg-essential-card>.mg-btn{min-height:58px!important;font-size:12px!important}
}

/* CORRECAO FINAL PLANOS ESSENCIAIS REAIS */
.mg-page-planos .mg-essential-live-section{padding:54px 0 68px!important;background:radial-gradient(circle at 50% 20%,rgba(255,119,0,.10),transparent 38%),#060606!important}
.mg-page-planos .mg-essential-live-section>.mg-shell>.mg-kicker,.mg-page-planos .mg-essential-live-section>.mg-shell>.mg-title,.mg-page-planos .mg-essential-live-section>.mg-shell>.mg-install-free{display:block!important;text-align:center}
.mg-page-planos .mg-essential-live-section>.mg-shell>.mg-essential-live>.mg-shell>.mg-kicker,.mg-page-planos .mg-essential-live-section>.mg-shell>.mg-essential-live>.mg-shell>.mg-title,.mg-page-planos .mg-essential-live-section>.mg-shell>.mg-essential-live>.mg-shell>.mg-install-free{display:none!important}
.mg-page-planos .mg-essential-live-section .mg-essential-legacy{display:block!important}
.mg-page-planos .mg-install-free{width:max-content;max-width:92%;margin:14px auto 34px;padding:10px 20px;border:1px solid rgba(255,119,0,.55);border-radius:999px;background:rgba(255,119,0,.09);color:#fff;font-size:13px;letter-spacing:.03em}
.mg-page-planos .mg-install-free strong{color:#ff7700}.mg-page-planos .mg-install-free span{color:#ddd;margin-left:5px}
.mg-page-planos .mg-essential-live .mg-plans{align-items:stretch}
.mg-page-planos .mg-essential-live .mg-essential-card{transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}
@media(hover:hover) and (pointer:fine){.mg-page-planos .mg-essential-live .mg-essential-card:hover{transform:translateY(-10px) scale(1.018);border-color:#ff7700!important;box-shadow:0 0 0 1px rgba(255,119,0,.38),0 0 35px rgba(255,119,0,.28),0 28px 55px rgba(0,0,0,.5)!important}}
/* PLANOS ESSENCIAIS — composição visual do mockup aprovado */
.mg-page-planos .mg-essential-card{
  padding:0!important;min-height:650px!important;border-radius:24px!important;overflow:visible!important;
  background:linear-gradient(180deg,#151515,#090909)!important
}
.mg-page-planos .mg-essential-card-head{padding:28px 22px 17px;text-align:center}
.mg-page-planos .mg-essential-plan-name{color:#fff;font-size:27px;line-height:1;font-weight:950;letter-spacing:-.025em}
.mg-page-planos .mg-essential-plan-tag{margin-top:8px;color:#d5d5d5;font-size:10px;font-weight:750;letter-spacing:.02em}
.mg-page-planos .mg-essential-photo{
  height:190px;margin:0 1px;position:relative;overflow:hidden;
  background-position:center;background-size:cover;
  border-top:1px solid rgba(255,119,0,.22);border-bottom:1px solid rgba(255,119,0,.32)
}
.mg-page-planos .mg-essential-photo:after{
  content:"";position:absolute;inset:0;
  background:linear-gradient(180deg,rgba(0,0,0,.04),rgba(0,0,0,.08) 55%,#0b0b0b 100%),radial-gradient(circle at 78% 55%,rgba(255,119,0,.22),transparent 42%)
}
/* Recortes da arte aprovada "Maxgiga Planos Essenciais Nova Identidade".
   Mantemos os cards reais 450/650/800 e usamos somente os visuais cinematográficos da arte. */
.mg-page-planos .mg-essential-photo-450{
  background-image:url('https://www.maxgiga.com.br/wp-content/uploads/2026/09/Maxgiga-Planos-Essenciais-Nova-Identidade.png');
  background-size:550% auto;background-position:16.8% 35.6%
}
.mg-page-planos .mg-essential-photo-650{
  background-image:url('https://www.maxgiga.com.br/wp-content/uploads/2026/09/Maxgiga-Planos-Essenciais-Nova-Identidade.png');
  background-size:550% auto;background-position:50.2% 35.6%
}
.mg-page-planos .mg-essential-photo-800{
  background-image:url('https://www.maxgiga.com.br/wp-content/uploads/2026/09/Maxgiga-Planos-Essenciais-Nova-Identidade.png');
  background-size:550% auto;background-position:83.5% 35.6%
}
.mg-page-planos .mg-essential-card-body{display:flex;flex-direction:column;padding:5px 24px 22px;min-height:385px}
.mg-page-planos .mg-essential-card-body .mg-essential-price{justify-content:flex-start!important;margin-top:0}
.mg-page-planos .mg-essential-card-body .mg-essential-price strong{color:#ff7700!important;font-size:61px!important}
.mg-page-planos .mg-essential-card-body .mg-essential-price small{color:#ff7700!important;font-size:17px!important;margin-bottom:9px!important}
.mg-page-planos .mg-essential-card-body .mg-essential-price sup{color:#ff7700!important;font-size:23px!important}
.mg-page-planos .mg-essential-card-body .mg-essential-price em{color:#fff!important;font-size:13px!important}
.mg-page-planos .mg-essential-upload{
  align-self:flex-start;margin:8px 0 14px;padding:8px 14px;border:1px solid rgba(255,255,255,.13);border-radius:999px;
  background:rgba(255,255,255,.07);color:#e4e4e4;font-size:11px;font-weight:800
}
.mg-page-planos .mg-essential-check{
  position:relative;margin-top:11px;padding-left:31px;color:#f3f3f3;font-size:13px;font-weight:750;line-height:1.25
}
.mg-page-planos .mg-essential-check:before{
  content:"✓";position:absolute;left:0;top:-2px;width:21px;height:21px;display:grid;place-items:center;border-radius:50%;
  background:#ff7700;color:#17100a;font-size:13px;font-weight:950;box-shadow:0 0 14px rgba(255,119,0,.20)
}
.mg-page-planos .mg-essential-check small{display:block;margin-top:3px;color:#a9aaad;font-size:10px;font-weight:500}
.mg-page-planos .mg-essential-card-body>.mg-btn{
  margin-top:auto!important;min-height:58px!important;background:linear-gradient(180deg,#ff8b1c,#ff6900)!important;
  border-color:#ff8a18!important;border-radius:17px!important;color:#fff!important;font-size:10px!important;
  box-shadow:0 12px 28px rgba(255,119,0,.18)!important
}
.mg-page-planos .mg-wa-mini{display:inline-grid;place-items:center;width:23px;height:23px;margin-right:5px;border:2px solid #fff;border-radius:50%;font-size:10px}
.mg-page-planos .mg-essential-card .mg-plan-note{text-align:center!important;line-height:1.3!important}
.mg-page-planos .mg-essential-card.featured{transform:translateY(-5px);border-width:2px!important;box-shadow:0 0 0 1px rgba(255,119,0,.18),0 0 34px rgba(255,119,0,.24),0 24px 50px rgba(0,0,0,.36)!important}
.mg-page-planos .mg-essential-choice{top:-18px!important;min-width:170px!important;padding:9px 16px!important;font-size:9px!important}

/* Notebook/desktop: cards mais compactos, sem ocupar a tela inteira */
@media(min-width:901px){
 .mg-page-planos .mg-essential-live-section .mg-essential-live>.mg-shell{width:100%!important;max-width:none!important}
 .mg-page-planos .mg-essential-live-section .mg-plans{width:1000px!important;max-width:88vw!important;margin:30px auto 0!important;gap:17px!important;grid-template-columns:repeat(3,minmax(0,1fr))!important}
 .mg-page-planos .mg-essential-card{min-height:555px!important;border-radius:20px!important}
 .mg-page-planos .mg-essential-card-head{padding:20px 17px 16px!important}
 .mg-page-planos .mg-essential-plan-name{font-size:25px!important}
 .mg-page-planos .mg-essential-plan-tag{display:none!important}
 .mg-page-planos .mg-essential-photo{height:150px!important}
 .mg-page-planos .mg-essential-card-body{min-height:335px!important;padding:3px 19px 15px!important}
 .mg-page-planos .mg-essential-card-body .mg-essential-price{display:flex!important;align-items:baseline!important;justify-content:center!important;min-height:66px!important;gap:0!important;white-space:nowrap!important}
 .mg-page-planos .mg-essential-card-body .mg-essential-price small{font-size:15px!important;margin:0 9px 0 0!important;align-self:baseline!important}
 .mg-page-planos .mg-essential-card-body .mg-essential-price strong{font-size:54px!important;line-height:.9!important;margin:0!important}
 .mg-page-planos .mg-essential-card-body .mg-essential-price sup{font-size:20px!important;line-height:1!important;margin:0 0 0 3px!important;position:relative!important;top:-18px!important;align-self:baseline!important}
 .mg-page-planos .mg-essential-card-body .mg-essential-price em{font-size:11px!important;margin:0 0 0 14px!important;align-self:baseline!important}
 .mg-page-planos .mg-essential-upload{margin:5px 0 10px!important;padding:7px 12px!important;font-size:10px!important}
 .mg-page-planos .mg-essential-check{margin-top:8px!important;padding-left:29px!important;font-size:12.5px!important}
 .mg-page-planos .mg-essential-check:before{width:20px!important;height:20px!important;font-size:12px!important}
 .mg-page-planos .mg-essential-check small{font-size:9px!important}
 .mg-page-planos .mg-essential-card-body>.mg-btn{min-height:50px!important;border-radius:15px!important;font-size:9px!important}
 .mg-page-planos .mg-wa-mini{width:22px!important;height:22px!important;font-size:9px!important}
 .mg-page-planos .mg-essential-card .mg-plan-note{margin-top:8px!important;font-size:7px!important}
 .mg-page-planos .mg-essential-card.featured{transform:translateY(-4px)!important}
}
@media(max-width:640px){
 .mg-page-planos .mg-section-soft .mg-essential-card{width:min(88vw,350px)!important;min-height:0!important;margin:0 auto 20px!important;border-radius:22px!important}
 .mg-page-planos .mg-essential-card.featured{transform:none}
 .mg-page-planos .mg-essential-card-head{padding:18px 18px 15px!important}
 .mg-page-planos .mg-essential-plan-name{font-size:26px!important}
 .mg-page-planos .mg-essential-plan-tag{display:none!important}
 .mg-page-planos .mg-essential-photo{height:135px!important}
 .mg-page-planos .mg-essential-card-body{min-height:315px!important;padding:2px 18px 16px!important}
 .mg-page-planos .mg-essential-card-body .mg-essential-price{display:flex!important;align-items:center!important;justify-content:center!important;min-height:62px!important;gap:0!important;white-space:nowrap!important}
 .mg-page-planos .mg-essential-card-body .mg-essential-price small{font-size:14px!important;margin:0 8px 0 0!important}
 .mg-page-planos .mg-essential-card-body .mg-essential-price strong{font-size:54px!important;line-height:.92!important;margin:0!important}
 .mg-page-planos .mg-essential-card-body .mg-essential-price sup{font-size:19px!important;line-height:1!important;margin:0 0 0 2px!important;position:static!important;top:auto!important;vertical-align:baseline!important;transform:translateY(6px)!important}
 .mg-page-planos .mg-essential-card-body .mg-essential-price em{font-size:11px!important;margin:0 0 0 12px!important}
 .mg-page-planos .mg-essential-upload{margin:4px 0 9px!important;padding:7px 12px!important;font-size:10px!important}
 .mg-page-planos .mg-essential-check{margin-top:8px!important;padding-left:29px!important;font-size:12.5px!important}
 .mg-page-planos .mg-essential-check:before{width:20px!important;height:20px!important;font-size:12px!important}
 .mg-page-planos .mg-essential-check small{font-size:9px!important}
 .mg-page-planos .mg-essential-card-body>.mg-btn{min-height:50px!important;border-radius:15px!important;font-size:9px!important}
 .mg-page-planos .mg-essential-card .mg-plan-note{margin-top:7px!important;font-size:7px!important}
}

/* ARTE ANTIGA DESATIVADA — agora os cards sao elementos reais */
/* ARTE APROVADA DOS PLANOS ESSENCIAIS */
.mg-page-planos .mg-essential-art-section{padding:0!important;background:#050505!important}
.mg-page-planos .mg-essential-art-wrap{position:relative;width:100%;max-width:1618px;margin:0 auto;line-height:0}
.mg-page-planos .mg-essential-approved-art{display:block;width:100%;height:auto}
.mg-page-planos .mg-essential-legacy{display:none!important}
.mg-page-planos .mg-essential-art-hotspot{position:absolute;z-index:4;bottom:20.3%;height:6.6%;border-radius:18px}
.mg-page-planos .mg-hotspot-450{left:4.5%;width:27.1%}
.mg-page-planos .mg-hotspot-650{left:36.6%;width:27.1%}
.mg-page-planos .mg-hotspot-900{left:68.7%;width:27.1%}
@media (hover:hover) and (pointer:fine){
 .mg-page-planos .mg-essential-art-hotspot{
   bottom:20.3%;
   height:6.6%;
   border-radius:18px;
   transition:filter .22s ease,box-shadow .22s ease;
 }
 .mg-page-planos .mg-essential-art-hotspot:hover{
   background:rgba(255,119,0,.035);
   box-shadow:0 0 22px rgba(255,119,0,.34);
   animation:mg-essential-button-pulse 1.15s ease-in-out infinite alternate;
 }
 @keyframes mg-essential-button-pulse{
   from{box-shadow:0 0 12px rgba(255,119,0,.22)}
   to{box-shadow:0 0 28px rgba(255,119,0,.52)}
 }
}
@media(max-width:640px){
 .mg-page-planos .mg-essential-approved-art{width:100%;height:auto}
 .mg-page-planos .mg-essential-art-hotspot,.mg-page-planos .mg-essential-card-hover{display:none!important}
}
/* HOVER REAL DOS 3 CARDS — recortes independentes da arte aprovada */
.mg-page-planos .mg-card-slice{display:none}
@media (hover:hover) and (pointer:fine){
 .mg-page-planos .mg-essential-art-hotspot{top:20.7%;bottom:auto;height:58.2%;background:transparent!important;box-shadow:none!important;animation:none!important;border-radius:24px}
 .mg-page-planos .mg-hotspot-450{left:11.4%;width:25.6%}
 .mg-page-planos .mg-hotspot-650{left:38.0%;width:24.7%}
 .mg-page-planos .mg-hotspot-900{left:63.8%;width:25.4%}
 .mg-page-planos .mg-card-slice{display:block;position:absolute;z-index:3;top:20.7%;height:58.2%;overflow:hidden;border-radius:24px;pointer-events:none;opacity:0;transition:opacity .12s ease,transform .24s ease,filter .24s ease,box-shadow .24s ease}
 .mg-page-planos .mg-card-slice img{position:absolute;top:-35.57%;width:auto;max-width:none;height:171.82%}
 .mg-page-planos .mg-slice-450{left:11.4%;width:25.6%}.mg-page-planos .mg-slice-450 img{left:-44.53%}
 .mg-page-planos .mg-slice-650{left:38.0%;width:24.7%}.mg-page-planos .mg-slice-650 img{left:-153.85%}
 .mg-page-planos .mg-slice-900{left:63.8%;width:25.4%}.mg-page-planos .mg-slice-900 img{left:-251.18%}
 .mg-page-planos .mg-essential-art-wrap:has(.mg-hotspot-450:hover) .mg-slice-450,
 .mg-page-planos .mg-essential-art-wrap:has(.mg-hotspot-650:hover) .mg-slice-650,
 .mg-page-planos .mg-essential-art-wrap:has(.mg-hotspot-900:hover) .mg-slice-900{opacity:1;transform:translateY(-6px) scale(1.018);filter:brightness(1.055);box-shadow:0 0 0 2px rgba(255,119,0,.55),0 0 34px rgba(255,119,0,.42);animation:mg-card-pulse-clean 1.05s ease-in-out infinite alternate}
 @keyframes mg-card-pulse-clean{from{box-shadow:0 0 0 1px rgba(255,119,0,.40),0 0 20px rgba(255,119,0,.25)}to{box-shadow:0 0 0 2px rgba(255,139,35,.78),0 0 42px rgba(255,119,0,.52)}}
}
@media(max-width:640px){.mg-page-planos .mg-card-slice{display:none!important}}
/* 900 Mega hierarchy + plan benefit brands */
.mg-900-title{margin-bottom:0}.mg-900-subtitle{margin:10px auto 0;text-align:center;font-family:"Kumbh Sans","Inter",sans-serif;font-size:clamp(22px,2.6vw,31px);line-height:1.1;letter-spacing:-.03em;color:var(--mg-orange);font-weight:900}
.mg-plans-giga .mg-giga-plan-head{display:grid;justify-items:center;align-content:start;gap:8px;width:100%;min-height:73px;margin:0 0 4px}.mg-plans-giga .mg-plan-brand{display:flex;align-items:center;justify-content:center!important;width:100%;min-height:38px;padding:0 16px;border-radius:999px;color:#fff;text-align:center!important;font-size:12px;font-weight:950;letter-spacing:.13em;box-shadow:0 8px 22px rgba(17,19,23,.10);transition:.25s ease}
.mg-plans-giga .mg-plan:nth-child(1) .mg-plan-brand{background:#34383f;box-shadow:0 0 0 1px rgba(255,119,0,.12),0 8px 22px rgba(17,19,23,.08)}
.mg-plans-giga .mg-plan:nth-child(2) .mg-plan-brand{background:linear-gradient(135deg,#ff8a1c,#ff6500);box-shadow:0 0 18px rgba(255,119,0,.30),0 10px 26px rgba(255,119,0,.12);animation:mg-plan-glow-mid 4.2s ease-in-out infinite}
.mg-plans-giga .mg-plan:nth-child(3) .mg-plan-brand{background:linear-gradient(135deg,#191b20 0%,#ff7700 100%);box-shadow:0 0 24px rgba(255,119,0,.42),0 12px 30px rgba(17,19,23,.15);animation:mg-plan-glow-top 3.2s ease-in-out infinite}
@keyframes mg-plan-glow-mid{0%,100%{box-shadow:0 0 14px rgba(255,119,0,.22),0 10px 26px rgba(255,119,0,.10)}50%{box-shadow:0 0 23px rgba(255,119,0,.40),0 12px 30px rgba(255,119,0,.16)}}
@keyframes mg-plan-glow-top{0%,100%{transform:scale(1);box-shadow:0 0 20px rgba(255,119,0,.34),0 12px 30px rgba(17,19,23,.14)}50%{transform:scale(1.035);box-shadow:0 0 34px rgba(255,119,0,.58),0 14px 34px rgba(17,19,23,.18)}}
.mg-plan-services{margin:-8px 0 22px;padding:18px 16px;border-radius:16px;background:#f7f7f8;border:1px solid var(--mg-line)}
.mg-plan-services>span{display:block;margin-bottom:13px;color:#777c84;font-size:9px;font-weight:900;letter-spacing:.11em;text-align:center}
.mg-service-row{display:flex;align-items:center;justify-content:center;gap:14px;min-height:68px;flex-wrap:wrap}.mg-service-row>div{display:flex;align-items:center;justify-content:center;min-width:112px;min-height:58px;padding:9px 12px;border-radius:12px;background:#fff;border:1px solid #e7e7ea;box-shadow:0 8px 20px rgba(17,19,23,.045)}.mg-service-row img{display:block;max-width:126px;max-height:42px;width:auto;height:auto}
.mg-service-row-ultra{gap:7px;flex-wrap:wrap;justify-content:center}.mg-service-row-ultra>div{min-width:70px;max-width:82px;min-height:66px;padding:7px 6px;flex-direction:column;gap:5px}.mg-service-row-ultra img{max-width:72px;max-height:34px}.mg-service-brand>span{font-size:8px;font-weight:900;letter-spacing:.05em;color:#555a61;line-height:1}.mg-service-join,.mg-service-or{flex:0 0 auto;color:var(--mg-orange);font-size:16px;font-weight:950}.mg-service-or{font-size:8px;letter-spacing:.08em;color:#8b8f96}
@media (prefers-reduced-motion:reduce){.mg-plans-giga .mg-plan-brand{animation:none!important}}

/* Linha 900 Mega — cards premium */
.mg-plans-giga{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;align-items:stretch}
.mg-plans-giga .mg-giga-card{display:flex;flex-direction:column;min-height:100%;padding:28px 26px 26px;border:1px solid rgba(255,255,255,.09);border-top:0;border-radius:28px;background:linear-gradient(155deg,#191a1e 0%,#101114 72%,#17100b 100%);color:#fff;box-shadow:inset 0 1px 0 rgba(255,255,255,.07),0 24px 60px rgba(16,18,22,.13);isolation:isolate}
.mg-plans-giga .mg-giga-card:after{content:"";position:absolute;z-index:-1;width:210px;height:210px;right:-85px;top:-105px;border-radius:50%;background:radial-gradient(circle,rgba(255,119,0,.18),transparent 68%);pointer-events:none}
.mg-plans-giga .mg-giga-card:hover{transform:translateY(-7px);border-color:rgba(255,119,0,.45);box-shadow:inset 0 1px 0 rgba(255,255,255,.09),0 30px 72px rgba(16,18,22,.22),0 0 28px rgba(255,119,0,.08)}
.mg-plans-giga .mg-giga-card h3{color:#fff;font-size:40px;line-height:.95;margin:14px 0 7px}.mg-plans-giga .mg-plan-upload{color:#b8bcc3}.mg-plans-giga .mg-price{margin-top:25px;color:#ff8a22;font-size:33px}.mg-plans-giga .mg-price small{color:#aeb2b8}.mg-plans-giga .mg-giga-card ul{margin:25px 0 22px;border-top:1px solid rgba(255,255,255,.08);padding-top:21px}.mg-plans-giga .mg-giga-card li{color:#e0e2e5}.mg-plans-giga .mg-giga-card li:before{box-shadow:0 0 0 4px rgba(255,119,0,.08)}
.mg-plans-giga .mg-plan-services{margin:0 0 20px;padding:17px 14px;border-color:rgba(255,255,255,.09);background:rgba(255,255,255,.045);box-shadow:inset 0 1px 0 rgba(255,255,255,.035)}.mg-plans-giga .mg-plan-services>span{color:#9da2aa}.mg-plans-giga .mg-service-row>div{border-color:rgba(255,255,255,.10);box-shadow:0 10px 24px rgba(0,0,0,.18)}
.mg-plans-giga .mg-giga-card .mg-btn{margin-top:auto;min-height:50px;border-radius:15px;font-size:11px;letter-spacing:.045em}.mg-plans-giga .mg-giga-card .mg-plan-note{color:#777d86;margin-top:14px}
.mg-plans-giga .mg-giga-start{border-color:rgba(255,255,255,.11);background:radial-gradient(circle at 100% 0,rgba(255,119,0,.10),transparent 30%),linear-gradient(155deg,#1c1d21,#111216 76%,#17120e)}
.mg-plans-giga .mg-giga-start .mg-plan-brand{background:linear-gradient(135deg,#3a3d44,#24262c);box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 9px 22px rgba(0,0,0,.18)}
.mg-plans-giga .mg-giga-power{border:1px solid rgba(255,119,0,.78)!important;background:radial-gradient(circle at 88% 6%,rgba(255,119,0,.23),transparent 32%),linear-gradient(155deg,#1d1814,#111214 72%,#211106);box-shadow:inset 0 1px 0 rgba(255,255,255,.09),0 26px 70px rgba(255,119,0,.12),0 0 34px rgba(255,119,0,.10)}
.mg-plans-giga .mg-giga-power.featured:before{content:none!important}.mg-plans-giga .mg-giga-choice{display:inline-flex;align-items:center;justify-content:center;min-height:27px;padding:0 12px;border-radius:999px;background:#16191f!important;color:#fff!important;border:1px solid rgba(255,255,255,.45);box-shadow:0 8px 20px rgba(0,0,0,.28);font-size:8px;font-weight:950;letter-spacing:.11em}
.mg-plans-giga .mg-giga-power .mg-plan-brand{background:linear-gradient(135deg,#ff8f2f,#ff6b00);box-shadow:0 0 24px rgba(255,119,0,.34),inset 0 1px 0 rgba(255,255,255,.20)}
.mg-plans-giga .mg-giga-sports{border:1px solid rgba(255,119,0,.54);background:repeating-linear-gradient(135deg,rgba(255,119,0,.045) 0 2px,transparent 2px 18px),radial-gradient(circle at 90% 5%,rgba(255,119,0,.16),transparent 34%),linear-gradient(155deg,#191b1f,#101114 72%,#19120d);box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 26px 66px rgba(16,18,22,.16),0 0 30px rgba(255,119,0,.08)}
.mg-plans-giga .mg-giga-sports .mg-plan-brand{background:#171a1f;border:1px solid rgba(255,139,35,.62);color:#ff963d;box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 0 22px rgba(255,119,0,.10)}
.mg-plans-giga .mg-sports-choice{background:#ff7700!important;color:#17100a!important;border-color:#ff9a45!important}
.mg-plans-giga .mg-sports-services{background:rgba(255,119,0,.035);border-color:rgba(255,119,0,.16)}
.mg-sports-chips{display:flex;flex-wrap:wrap;justify-content:center;gap:6px}.mg-sports-chips b{display:inline-flex;align-items:center;min-height:26px;padding:0 8px;border-radius:999px;border:1px solid rgba(255,139,35,.34);background:rgba(255,119,0,.08);color:#ff9a45;font-size:7px;letter-spacing:.06em}
.mg-service-text strong{font-size:10px;letter-spacing:.04em;color:#17191d}
.mg-plans-giga .mg-giga-ultra{border:1px solid rgba(255,146,63,.58);background:radial-gradient(circle at 92% 4%,rgba(255,119,0,.30),transparent 34%),linear-gradient(145deg,#21160e 0%,#111214 58%,#241006 100%);box-shadow:inset 0 1px 0 rgba(255,255,255,.10),0 28px 72px rgba(16,18,22,.18),0 0 34px rgba(255,119,0,.09)}
.mg-plans-giga .mg-giga-ultra .mg-plan-brand{background:linear-gradient(135deg,#2a1a10 0%,#ff7700 100%);border:1px solid rgba(255,183,117,.42);box-shadow:0 0 28px rgba(255,119,0,.28),inset 0 1px 0 rgba(255,255,255,.16)}
.mg-plans-giga .mg-giga-ultra .mg-btn-dark{background:linear-gradient(135deg,#ff7700,#ff963d);border-color:#ff8c2e;color:#17100a}.mg-plans-giga .mg-giga-start .mg-btn-dark{background:#f1f1f2;border-color:#f1f1f2;color:#141519}.mg-plans-giga .mg-giga-start .mg-btn-dark:hover{background:#fff}
@media(max-width:1180px) and (min-width:901px){.mg-plans-giga{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:900px){.mg-plans-giga{grid-template-columns:1fr}.mg-plans-giga .mg-giga-card{padding:26px 22px}.mg-plans-giga .mg-giga-power.featured:before{right:16px;top:6px}}
@media(max-width:520px){.mg-plans-giga{gap:14px}.mg-plans-giga .mg-giga-card{border-radius:22px;padding:22px 18px 20px}.mg-plans-giga .mg-giga-card h3{font-size:36px}.mg-plans-giga .mg-price{font-size:30px}.mg-plans-giga .mg-plan-services{padding:14px 11px}.mg-plans-giga .mg-giga-power.featured:before{font-size:6px;padding:6px 9px;right:12px;top:5px}}

/* Contact */
.mg-contact-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.mg-contact-card{padding:28px;border-radius:20px;background:#fff;border:1px solid var(--mg-line);transition:.22s ease;color:var(--mg-ink)}.mg-contact-card:hover{transform:translateY(-4px);border-color:#ffc18a;box-shadow:0 20px 48px rgba(16,18,22,.08)}.mg-contact-icon{display:inline-flex;padding:7px 9px;border-radius:8px;background:var(--mg-orange-soft);color:var(--mg-orange);font-size:9px;font-weight:900;letter-spacing:.1em}.mg-contact-card h2{font-family:"Kumbh Sans","Inter",sans-serif;font-size:26px;margin:18px 0 8px}.mg-contact-card p{color:var(--mg-muted);font-size:13px;margin:0 0 19px}.mg-contact-card>strong{color:var(--mg-orange);font-size:11px;letter-spacing:.05em}.mg-contact-split{display:grid;grid-template-columns:1fr .65fr;gap:70px;align-items:center}.mg-contact-focus h2{font-family:"Kumbh Sans","Inter",sans-serif;font-size:clamp(34px,4vw,50px);line-height:1.05;letter-spacing:-.045em;margin:0}.mg-contact-focus p{color:var(--mg-muted);font-size:15px;line-height:1.7;max-width:650px}.mg-hours-card{padding:28px;border-radius:22px;background:var(--mg-soft);border:1px solid var(--mg-line)}.mg-hours-card h3{font-family:"Kumbh Sans","Inter",sans-serif;font-size:28px;margin:12px 0 22px}.mg-hours-row{display:flex;justify-content:space-between;gap:16px;padding:13px 0;border-bottom:1px solid var(--mg-line);font-size:13px}.mg-hours-row span{color:var(--mg-muted)}.mg-hours-row strong{color:var(--mg-ink)}.mg-hours-card .mg-btn{width:100%;margin-top:22px}

/* Documents */
.mg-doc-grid{display:grid;gap:14px}.mg-doc-card{display:grid;grid-template-columns:88px 1fr;gap:24px;align-items:center;padding:26px;border-radius:20px;background:#fff;border:1px solid var(--mg-line)}.mg-doc-icon{width:88px;height:88px;border-radius:18px;background:var(--mg-orange-soft);color:var(--mg-orange);display:flex;align-items:center;justify-content:center;font-weight:900;letter-spacing:.08em}.mg-doc-card h2{font-family:"Kumbh Sans","Inter",sans-serif;font-size:27px;margin:5px 0}.mg-doc-card p{margin:0;color:var(--mg-muted);font-size:13px;line-height:1.6}.mg-doc-status{display:inline-flex;margin-top:12px;padding:7px 9px;border-radius:7px;background:#f5f5f6;color:#7b8088;font-size:9px;font-weight:900;letter-spacing:.07em}.mg-doc-help{display:grid;grid-template-columns:1fr auto;gap:50px;align-items:center}

/* Coverage page */
.mg-area-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:40px}.mg-area-grid span{padding:18px 16px;border-radius:14px;background:#fff;border:1px solid var(--mg-line);font-weight:800;font-size:13px;text-align:center}.mg-coverage-check{display:grid;grid-template-columns:1fr .7fr;gap:70px;align-items:center}.mg-check-card{padding:28px;border-radius:22px;background:var(--mg-ink);color:#fff;display:grid;gap:10px}.mg-check-card strong{font-family:"Kumbh Sans","Inter",sans-serif;font-size:23px;margin-bottom:12px}.mg-check-card .mg-feature-index{margin-top:3px}.mg-check-card .mg-btn{margin-top:12px}

/* Footer */
.mg-footer{background:#090b0e;color:#c4c7cd;padding:54px 0 24px}.mg-footer-grid{display:grid;grid-template-columns:1.25fr .9fr .8fr .8fr;gap:42px}.mg-footer-logo img{width:170px;filter:brightness(0) invert(1);opacity:.98}.mg-footer p{font-size:11px;line-height:1.7;color:#9398a1;max-width:360px}.mg-footer h4{margin:0 0 12px;color:#fff;font-size:11px;letter-spacing:.11em}.mg-footer a{color:#c4c7cd}.mg-footer a:hover{color:var(--mg-orange)}.mg-footer-list{display:grid;gap:9px;font-size:12px}.mg-credits{display:flex;justify-content:space-between;gap:20px;margin-top:42px;padding-top:20px;border-top:1px solid #23262c;font-size:10px;color:#777c85;line-height:1.5}

@media (max-width:1080px){
  .mg-menu{gap:18px}.mg-menu a{font-size:11px}.mg-nav-actions .mg-btn-outline{display:none}
  .mg-hero-grid{grid-template-columns:1fr .8fr;gap:40px}.mg-feature-grid{grid-template-columns:repeat(2,1fr)}
}
@media (max-width:900px){
  .mg-menu{display:none}.mg-mobile-nav{display:block}.mg-nav-actions>.mg-btn{display:none}.mg-nav .mg-shell{justify-content:space-between}
  .mg-header-socials{display:flex;align-items:center;gap:7px;margin-right:2px}
  .mg-header-socials a{display:grid;place-items:center;width:34px;height:34px;border:1px solid rgba(255,255,255,.13);border-radius:11px;background:linear-gradient(145deg,rgba(255,255,255,.08),rgba(255,255,255,.025));color:rgba(255,255,255,.88);box-shadow:inset 0 1px 0 rgba(255,255,255,.08);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}
  .mg-header-socials a:active{transform:scale(.95)}
  .mg-header-socials svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.8}
  .mg-header-socials a:last-child svg{fill:currentColor;stroke:none}
  .mg-hero-grid,.mg-page-hero-grid{grid-template-columns:1fr;gap:30px;padding:58px 0}.mg-page-hero-badge{justify-self:start;width:210px}
  .mg-speed-stage{min-height:390px}.mg-orbit{width:350px;height:350px}.mg-plans{grid-template-columns:1fr}.mg-dark-grid,.mg-ent-grid,.mg-faq-grid,.mg-contact-split,.mg-coverage-check{grid-template-columns:1fr;gap:38px}.mg-trust-grid{grid-template-columns:repeat(2,1fr)}.mg-split-heading{grid-template-columns:1fr;gap:18px}.mg-area-grid{grid-template-columns:repeat(3,1fr)}.mg-footer-grid{grid-template-columns:1fr 1fr}.mg-footer-grid>:first-child{grid-column:1/-1}.mg-compare-grid,.mg-doc-help{grid-template-columns:1fr}.mg-compare-grid .mg-btn,.mg-doc-help .mg-btn{justify-self:start}.mg-contact-grid{grid-template-columns:1fr 1fr}
}
/* Cabeçalho dark glass nas páginas internas do Maxgiga 2.0. */
.mg-page .mg-nav{background:#090a0c!important;border-bottom:1px solid rgba(255,255,255,.07)!important;box-shadow:0 8px 28px rgba(0,0,0,.28)!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important}
.mg-page .mg-menu a{color:rgba(255,255,255,.9)!important}
.mg-page .mg-menu a:hover,.mg-page .mg-menu a.is-active{color:var(--mg-orange)!important}

/* PLANOS — hero na nova identidade visual Maxgiga */
.mg-page-planos .mg-page-hero{
  position:relative;
  overflow:hidden;
  isolation:isolate;
  background:
    radial-gradient(circle at 78% 35%,rgba(255,119,0,.18),transparent 27%),
    radial-gradient(circle at 18% 105%,rgba(255,119,0,.08),transparent 31%),
    linear-gradient(125deg,#050607 0%,#0b0c0f 55%,#120a05 100%);
  color:#fff;
  border-bottom:1px solid rgba(255,119,0,.18);
}
.mg-page-planos .mg-page-hero::before{
  content:"";
  position:absolute;
  z-index:-1;
  width:760px;
  height:330px;
  right:-280px;
  top:-155px;
  border:1px solid rgba(255,119,0,.32);
  border-radius:50%;
  transform:rotate(-12deg);
  box-shadow:0 0 42px rgba(255,119,0,.08);
}
.mg-page-planos .mg-page-hero::after{
  content:"";
  position:absolute;
  z-index:-1;
  left:-8%;
  right:-8%;
  bottom:-130px;
  height:210px;
  background:radial-gradient(ellipse at center,rgba(255,119,0,.11),transparent 64%);
  filter:blur(18px);
}
.mg-page-planos .mg-page-hero-grid{
  min-height:590px;
  padding:82px 0 88px;
  display:grid;
  grid-template-columns:minmax(0,1.2fr) minmax(320px,.65fr);
  gap:72px;
  align-items:center;
}
.mg-page-planos .mg-page-hero .mg-eyebrow{
  margin-bottom:4px;
  color:#ff7a0a;
  font-size:12px;
  letter-spacing:.22em;
}
.mg-page-planos .mg-page-hero h1{
  max-width:880px;
  margin:18px 0 24px;
  color:#fff;
  font-size:clamp(48px,5.1vw,76px);
  line-height:.98;
  letter-spacing:-.055em;
  font-weight:950;
}
.mg-page-planos .mg-page-hero h1 span{
  display:inline;
  color:#ff7700;
  text-shadow:0 0 34px rgba(255,119,0,.12);
}
.mg-page-planos .mg-page-hero p{
  max-width:720px;
  color:#aeb2ba;
  font-size:17px;
  line-height:1.65;
}
.mg-page-planos .mg-page-hero-badge{
  position:relative;
  justify-self:end;
  width:330px;
  min-height:330px;
  padding:34px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  border:1px solid rgba(255,255,255,.13);
  border-radius:50%;
  background:
    radial-gradient(circle at 38% 25%,rgba(255,119,0,.16),transparent 35%),
    linear-gradient(145deg,rgba(29,29,31,.82),rgba(8,9,11,.88));
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.10),
    0 30px 80px rgba(0,0,0,.38),
    0 0 0 18px rgba(255,119,0,.025),
    0 0 0 1px rgba(255,119,0,.20);
  backdrop-filter:blur(20px) saturate(130%);
  -webkit-backdrop-filter:blur(20px) saturate(130%);
  text-align:center;
}
.mg-page-planos .mg-page-hero-badge::before{
  content:"";
  position:absolute;
  inset:-16px;
  border:1px solid rgba(255,119,0,.24);
  border-radius:50%;
  border-left-color:transparent;
  border-bottom-color:transparent;
  transform:rotate(-22deg);
}
.mg-page-planos .mg-page-hero-badge strong{
  color:#ff7700;
  font-size:72px;
  line-height:.9;
  letter-spacing:-.06em;
  font-weight:950;
}
.mg-page-planos .mg-page-hero-badge span{
  margin-top:18px;
  color:#fff;
  font-size:15px;
  font-weight:950;
  letter-spacing:.18em;
}
.mg-page-planos .mg-page-hero-badge small{
  margin-top:10px;
  color:#858a93;
  font-size:12px;
  font-weight:650;
}

@media(max-width:820px){
  .mg-page-planos .mg-page-hero-grid{
    min-height:auto;
    padding:64px 0 74px;
    grid-template-columns:1fr;
    gap:46px;
  }
  .mg-page-planos .mg-page-hero .mg-eyebrow{
    font-size:10px;
    letter-spacing:.20em;
  }
  .mg-page-planos .mg-page-hero h1{
    margin:17px 0 22px;
    font-size:clamp(42px,12.1vw,58px);
    line-height:.98;
  }
  .mg-page-planos .mg-page-hero p{
    font-size:16px;
    line-height:1.58;
  }
  .mg-page-planos .mg-page-hero-badge{
    justify-self:center;
    width:245px;
    min-height:245px;
    padding:25px;
  }
  .mg-page-planos .mg-page-hero-badge strong{font-size:58px}
  .mg-page-planos .mg-page-hero-badge span{font-size:12px;margin-top:14px}
  .mg-page-planos .mg-page-hero-badge small{font-size:11px}
}

/* PLANOS — hero cinematográfico alinhado à Home e TV */
.mg-page-planos .mg-planos-cinematic{position:relative;min-height:640px;background:#050505!important;overflow:hidden}
.mg-page-planos .mg-planos-cinematic::before,.mg-page-planos .mg-planos-cinematic::after{display:none!important}
.mg-page-planos .mg-planos-hero-photo{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;z-index:0;filter:saturate(1.04) contrast(1.04)}
.mg-page-planos .mg-planos-hero-shade{position:absolute;inset:0;z-index:1;background:linear-gradient(90deg,rgba(3,4,5,.97) 0%,rgba(3,4,5,.90) 34%,rgba(3,4,5,.53) 61%,rgba(3,4,5,.15) 100%),linear-gradient(0deg,rgba(0,0,0,.50),transparent 42%),radial-gradient(circle at 72% 50%,rgba(255,105,0,.13),transparent 34%)}
.mg-page-planos .mg-planos-cinematic .mg-page-hero-grid{position:relative;z-index:2;display:flex!important;align-items:center;min-height:640px;padding:72px 0!important}
.mg-page-planos .mg-planos-hero-copy{width:min(720px,60%)}
.mg-page-planos .mg-planos-cinematic .mg-eyebrow{color:#ff7700!important;text-shadow:0 2px 20px rgba(0,0,0,.5)}
.mg-page-planos .mg-planos-cinematic h1{margin:18px 0 22px!important;max-width:720px!important;font-size:clamp(48px,4.6vw,72px)!important;line-height:.98!important;color:#fff!important;text-shadow:0 5px 32px rgba(0,0,0,.42)}
.mg-page-planos .mg-planos-cinematic h1 span{color:#ff7700!important}
.mg-page-planos .mg-planos-cinematic p{max-width:630px!important;color:#d1d3d7!important;font-size:17px!important;line-height:1.55!important;text-shadow:0 3px 18px rgba(0,0,0,.55)}
.mg-page-planos .mg-planos-hero-pills{display:flex;flex-wrap:wrap;gap:10px;margin-top:28px}
.mg-page-planos .mg-planos-hero-pills span{display:inline-flex;align-items:center;gap:5px;padding:11px 15px;border:1px solid rgba(255,255,255,.15);border-radius:999px;background:rgba(7,8,10,.52);color:#d9dce1;font-size:11px;font-weight:750;backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px);box-shadow:inset 0 1px 0 rgba(255,255,255,.07)}
.mg-page-planos .mg-planos-hero-pills b{color:#ff7700;font-weight:950}
@media(max-width:820px){
 .mg-page-planos .mg-planos-cinematic{min-height:720px}
 .mg-page-planos .mg-planos-hero-photo{object-position:61% center}
 .mg-page-planos .mg-planos-hero-shade{background:linear-gradient(180deg,rgba(3,4,5,.60) 0%,rgba(3,4,5,.76) 36%,rgba(3,4,5,.97) 76%,#050505 100%),linear-gradient(90deg,rgba(0,0,0,.68),rgba(0,0,0,.08))}
 .mg-page-planos .mg-planos-cinematic .mg-page-hero-grid{min-height:720px;padding:72px 0 58px!important;align-items:flex-end!important}
 .mg-page-planos .mg-planos-hero-copy{width:100%}
 .mg-page-planos .mg-planos-cinematic h1{font-size:clamp(40px,11.2vw,54px)!important;line-height:.98!important;margin:15px 0 18px!important}
 .mg-page-planos .mg-planos-cinematic p{font-size:15px!important;line-height:1.55!important;max-width:94%!important}
 .mg-page-planos .mg-planos-hero-pills{gap:7px;margin-top:22px}
 .mg-page-planos .mg-planos-hero-pills span{padding:9px 11px;font-size:10px}
}
.mg-page-planos .mgm-how-section{display:block!important;padding:92px 0!important;background:#f7f7f7!important;color:#111!important;visibility:visible!important;opacity:1!important}
.mg-page-planos .mgm-how-section .mg-shell{display:block!important}
.mg-page-planos .mgm-how-section .mgm-heading-row{display:grid!important;grid-template-columns:1.2fr .8fr!important;gap:60px!important;align-items:end!important;margin-bottom:42px!important}
.mg-page-planos .mgm-how-section .mgm-kicker{display:block!important;color:#ff7700!important;font-size:12px!important;font-weight:900!important;letter-spacing:.18em!important;margin-bottom:24px!important}
.mg-page-planos .mgm-how-section .mgm-heading-row h2{display:block!important;font-size:clamp(40px,4.5vw,64px)!important;line-height:.98!important;letter-spacing:-.045em!important;margin:0!important;font-weight:950!important;color:#111!important}
.mg-page-planos .mgm-how-section .mgm-heading-row h2 span{color:#ff7700!important}
.mg-page-planos .mgm-how-section .mgm-heading-row>p{display:block!important;margin:0!important;color:#666a70!important;font-size:15px!important;line-height:1.75!important}
.mg-page-planos .mgm-how-section .mgm-steps{display:grid!important;grid-template-columns:repeat(3,1fr)!important;gap:20px!important}
.mg-page-planos .mgm-how-section .mgm-steps>div{display:block!important;padding:34px!important;border:1px solid #e5e5e5!important;border-radius:26px!important;background:#fff!important;min-height:190px!important}
.mg-page-planos .mgm-how-section .mgm-steps span{display:flex!important;width:54px!important;height:54px!important;align-items:center!important;justify-content:center!important;border-radius:50%!important;background:#ff7700!important;color:#fff!important;font-weight:950!important;margin-bottom:28px!important}
.mg-page-planos .mgm-how-section .mgm-steps strong{display:block!important;font-size:20px!important;font-weight:950!important;color:#111!important}
.mg-page-planos .mgm-how-section .mgm-steps p{display:block!important;margin:12px 0 0!important;color:#686c72!important;font-size:13px!important;line-height:1.6!important}
.mg-page-planos .mgm-how-section .mgm-center-cta{display:block!important;text-align:center!important;margin-top:34px!important}
@media(max-width:820px){.mg-page-planos .mgm-how-section{padding:62px 0!important}.mg-page-planos .mgm-how-section .mgm-heading-row,.mg-page-planos .mgm-how-section .mgm-steps{grid-template-columns:1fr!important}.mg-page-planos .mgm-how-section .mgm-heading-row{gap:18px!important}.mg-page-planos .mgm-how-section .mgm-steps>div{min-height:0!important}}

@media (max-width:640px){
  .mg-shell{width:min(100% - 30px,var(--mg-max))}.mg-nav .mg-shell{height:68px}.mg-logo{flex-basis:145px}.mg-mobile-panel{right:-2px;width:min(270px,calc(100vw - 30px))}
  .mg-hero h1,.mg-page-hero h1{font-size:39px}.mg-hero p,.mg-page-hero p{font-size:16px}.mg-hero-actions{display:grid}.mg-hero-actions .mg-btn{width:100%}.mg-mini-proof{gap:12px}.mg-speed-stage{min-height:340px}.mg-orbit{width:300px;height:300px}.mg-speed-card{width:310px;padding:30px 22px}.mg-speed-number{font-size:62px}.mg-trust-item{padding:20px 10px}.mg-trust-item strong{font-size:15px}.mg-section{padding:64px 0}.mg-title{font-size:32px}.mg-plan{padding:26px 22px}.mg-feature-grid{grid-template-columns:1fr}.mg-entertainment{padding:64px 0}.mg-dark-section{padding:65px 0}.mg-dark-title{font-size:34px}.mg-dark-actions{display:grid}.mg-dark-actions .mg-btn{width:100%}.mg-coverage .mg-shell{display:block}.mg-coverage .mg-btn{margin-top:24px;width:100%}.mg-page-hero-badge{width:175px}.mg-page-hero-badge strong{font-size:38px}.mg-contact-grid{grid-template-columns:1fr}.mg-contact-card h2{font-size:22px;word-break:break-word}.mg-area-grid{grid-template-columns:1fr 1fr}.mg-doc-card{grid-template-columns:1fr}.mg-doc-icon{width:70px;height:70px}.mg-logo-cloud{grid-template-columns:1fr}.mg-tv-card strong{font-size:35px}.mg-compare-grid h2{font-size:30px}

  /* Footer mobile compacto e organizado */
  .mg-footer{padding:34px 0 18px}
  .mg-footer>.mg-shell{width:min(100% - 24px,var(--mg-max))}
  .mg-footer-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
  .mg-footer-grid>div{padding:18px 16px;border:1px solid #1d2127;border-radius:18px;background:linear-gradient(180deg,#0d1014,#0a0c0f)}
  .mg-footer-grid>.mg-footer-logo{grid-column:1/-1;padding:22px 18px}
  .mg-footer-grid>div:last-child{grid-column:1/-1}
  .mg-footer-logo img{width:138px}
  .mg-footer-logo p{max-width:none;margin:12px 0 0;font-size:10.5px;line-height:1.55}
  .mg-footer-logo p:last-child{display:inline-flex;margin-top:13px;padding:7px 10px;border:1px solid #22262d;border-radius:999px;background:#0f1216;color:#8f949d}
  .mg-footer h4{margin-bottom:11px;font-size:9.5px;letter-spacing:.14em}
  .mg-footer-list{gap:8px;font-size:11.5px;line-height:1.35}
  .mg-footer-grid>div:last-child .mg-footer-list{grid-template-columns:1fr 1fr;gap:8px 12px}
  .mg-footer-grid>div:last-child .mg-footer-list a{grid-column:1/-1;display:flex;align-items:center;justify-content:center;min-height:38px;margin-top:3px;border:1px solid rgba(255,119,0,.35);border-radius:12px;background:rgba(255,119,0,.08);color:#ff8a2a;font-weight:800}
  .mg-credits{display:grid;justify-items:center;gap:7px;margin-top:16px;padding-top:16px;text-align:center;font-size:9px;line-height:1.45}
  .mg-credits>div,.mg-credits>span{width:100%;text-align:center}.mg-credits span{display:block;margin:0}
  .mg-credits a{color:#ff8a2a;font-weight:750}
}

/* Footer final — crédito AR Digital Hub */
.mg-footer-logo{display:none!important}
.mg-footer-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}
.mg-credits{width:100%!important;max-width:none!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:9px!important;margin-left:auto!important;margin-right:auto!important;text-align:center!important}
.mg-credits>div,.mg-credits>.mg-ar-credit{width:100%;text-align:center}
.mg-ar-credit{display:inline-flex!important;flex-direction:column;align-items:center;justify-content:center;gap:6px;color:#8f949d!important;text-decoration:none}
.mg-ar-credit>span{font-size:9px;letter-spacing:.12em;text-transform:uppercase;color:#8f949d!important}
.mg-ar-credit img{display:block;width:118px!important;height:auto!important;max-width:100%;margin:0 auto}
@media(max-width:900px){
  .mg-footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .mg-footer-grid>:first-child{grid-column:auto!important}
  .mg-footer-grid>div:last-child{grid-column:1/-1!important}
}
@media(max-width:640px){
  .mg-credits{justify-items:center!important;text-align:center!important}
  .mg-credits>div,.mg-credits>.mg-ar-credit{width:100%!important;text-align:center!important}
  .mg-ar-credit img{width:108px!important}
}

/* PLANOS: usa o mesmo componente visual finalizado da Home */
.mg-page-planos .mg-essential-live-section,.mg-page-planos .mg-giga-zone{display:none!important}
.mg-page-planos .mg-planos-home-cards .mgm-plans-v3{padding-top:54px!important;padding-bottom:54px!important}
.mg-page-planos .mg-planos-home-cards .mgm-plans-v3-grid{max-width:1040px!important;margin:0 auto!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:24px!important}
.mg-page-planos .mg-planos-home-cards .mgm-plan-v3{display:flex!important;min-height:470px!important;padding:30px 28px 18px!important}
.mg-page-planos .mg-planos-home-cards .mgm-plan-v3:nth-child(n+4){display:flex!important}
.mg-page-planos .mg-planos-home-cards .mgm-plan-v3>a{width:100%!important;min-height:60px!important;margin-top:auto!important;border-radius:30px!important;background:#ff7600!important;border:1px solid #ff7600!important;color:#090909!important;display:flex!important;align-items:center!important;justify-content:center!important;font-size:17px!important;font-weight:900!important}
.mg-page-planos .mg-planos-home-cards .mgm-plan-v3-price{min-height:82px!important}
.mg-page-planos .mg-planos-home-cards .mgm-plan-v3-benefit,.mg-page-planos .mg-planos-home-cards .mgm-plan-v3-benefit span{font-size:18px!important;line-height:1.4!important;font-weight:800!important}
.mg-page-planos .mg-planos-home-cards .mgm-plan-v3-channels{margin-top:22px!important;margin-bottom:18px!important}
.mg-page-planos .mg-planos-home-cards .mgm-plan-v3-channels>small{display:block;margin-bottom:12px;color:rgba(255,255,255,.58);font-size:16px!important;line-height:1.2!important;letter-spacing:1.2px!important;font-weight:900!important;text-align:center}
.mg-page-planos .mg-planos-home-cards .mgm-plan-v3-channel-row{display:flex;gap:8px;justify-content:center;align-items:center;flex-wrap:nowrap}
.mg-page-planos .mg-planos-home-cards .mgm-plan-v3-channel-chip{min-width:0;flex:1;height:66px;padding:10px 16px;border:1px solid #a94f00;border-radius:10px;background:#0b0b0b;display:flex;align-items:center;justify-content:center;overflow:hidden}
.mg-page-planos .mg-planos-home-cards .mgm-plan-v3-channel-chip img{display:block;width:auto;height:auto;max-width:145px;max-height:36px;object-fit:contain}
/* Na página Planos, os cards essenciais usam exatamente a geometria dos cards aprovados na Home. */
.mg-page-planos .mg-planos-home-cards .mgm-plan-v3-desktop .mgm-plan-v3-channels{margin-top:17px!important;margin-bottom:20px!important}
.mg-page-planos .mg-planos-home-cards .mgm-plan-v3-desktop .mgm-plan-v3-channel-row{gap:9px!important;flex-wrap:wrap!important}
.mg-page-planos .mg-planos-home-cards .mgm-plan-v3-desktop .mgm-plan-v3-channel-chip{flex:0 1 auto!important;min-width:88px!important;width:auto!important;height:36px!important;min-height:36px!important;padding:6px 10px!important;border-radius:8px!important;background:linear-gradient(180deg,rgba(255,119,0,.10),rgba(255,119,0,.03))!important}
.mg-page-planos .mg-planos-home-cards .mgm-plan-v3-desktop .mgm-plan-v3-channel-chip img{max-width:78px!important;max-height:20px!important}
.mg-page-planos .mg-planos-home-cards .mgm-plan-v3-premium{position:relative;padding-top:42px!important}
.mg-page-planos .mg-planos-home-cards .mgm-plan-v3-premium-badge{position:absolute!important;top:-10px!important;left:20px!important;right:20px!important;width:auto!important;height:36px!important;border-radius:22px 22px 0 0!important;background:#ff7600!important;color:#090909!important;display:flex!important;align-items:center!important;justify-content:center!important;font-size:11px!important;font-weight:900!important;letter-spacing:1.5px!important}
.mg-page-planos .mg-planos-home-cards .mgm-plan-v3-premium .mgm-brand-plan{margin:10px 0 0!important;text-align:center!important;color:#ff7600!important;text-shadow:0 0 14px rgba(255,118,0,.35)!important}
.mg-page-planos .mg-planos-home-cards .mgm-plan-v3-premium .mgm-brand-plan span{font-size:26px!important;line-height:1.05!important;font-weight:900!important;color:#fff!important}
.mg-page-planos .mg-planos-home-cards .mgm-plan-v3-premium .mgm-plan-v3-price strong{font-size:68px!important}
.mg-page-planos .mg-planos-home-cards .mgm-plan-v3-premium .mgm-plan-v3-price sup{font-size:29px!important;line-height:1!important;position:relative!important;top:6px!important;font-weight:900!important}
.mg-page-planos .mg-planos-home-cards .mgm-deezer-chip{display:flex!important;align-items:center!important;justify-content:center!important;gap:10px!important}
.mg-page-planos .mg-planos-home-cards .mgm-deezer-chip:after{content:"DEEZER";display:block;color:#fff;font-size:20px;line-height:1;font-weight:900;letter-spacing:.7px}
.mg-page-planos .mg-planos-home-cards .mgm-deezer-brand,.mg-page-planos .mg-planos-home-cards .mgm-deezer-brand img{display:block!important;width:36px!important;height:36px!important;min-width:36px!important;object-fit:contain!important}
.mg-page-planos .mg-planos-home-cards .mgm-deezer-brand{min-height:36px!important;padding:0!important;border:0!important;border-radius:0!important;background:none!important;box-shadow:none!important}
.mg-page-planos .mg-planos-home-cards .mgm-maxultra-telecine-row{margin-top:10px!important;justify-content:center!important}
.mg-page-planos .mg-planos-home-cards .mgm-maxultra-telecine-row .mgm-plan-v3-channel-chip{flex:0 0 46%!important;max-width:220px!important}
.mg-page-planos .mg-planos-home-cards .mgm-maxultra-telecine-row .mgm-telecine-chip img{max-width:132px!important;max-height:28px!important;filter:grayscale(1) brightness(0) invert(1)!important}
.mg-page-planos .mg-planos-home-cards img[alt="ExitLag"]{filter:grayscale(1) brightness(0) invert(1)!important;max-width:150px!important;max-height:38px!important}
.mg-page-planos .mg-planos-home-cards .mgm-plan-v3-channel-chip img[alt="SporTV"]{filter:brightness(0) invert(1)!important;opacity:1!important}
.mg-page-planos .mg-planos-home-cards .mgm-logo-invert{filter:invert(1) brightness(2)!important}
.mg-page-planos .mg-planos-home-cards .mgm-maxultra-apps img[alt="HBO Max"]{width:auto!important;height:auto!important;max-width:88px!important;max-height:21px!important;margin:0 auto!important;object-fit:contain!important}
.mg-page-planos .mg-planos-home-cards .mgm-plan-v3-footnote,.mg-page-planos .mg-planos-home-cards .mgm-plan-premium-footnote{order:99!important;min-height:18px;margin:10px 8px 0!important;color:#777;text-align:center;font-size:9px;font-weight:700;line-height:1.25}
.mg-page-planos .mg-planos-home-cards .mgm-plan-v3:not(.mgm-plan-v3-premium) .mgm-plan-v3-channels~.mgm-plan-v3-channels{display:none!important}
.mg-page-planos .mg-planos-home-cards .mgm-plan-v3-footnote~.mgm-plan-v3-footnote,.mg-page-planos .mg-planos-home-cards .mgm-plan-premium-footnote~.mgm-plan-premium-footnote{display:none!important}

/* Planos essenciais — canais iguais aos da Home + acabamento das marcas. */
.mg-page-planos .mg-planos-home-cards .mgm-plan-v3-channel-chip.is-dark-logo{
  background:#fff!important;
  border-color:rgba(255,145,40,.78)!important;
  box-shadow:0 4px 10px rgba(0,0,0,.18)!important;
}
.mg-page-planos .mg-planos-home-cards .mgm-filmarts-chip{
  gap:0!important;
  overflow:hidden!important;
  color:#fff!important;
  font-size:0!important;
  font-weight:900!important;
  letter-spacing:-.04em!important;
}
.mg-page-planos .mg-planos-home-cards .mgm-filmarts-chip::before{
  content:"film";
  color:#fff;
  font-family:Arial,Helvetica,sans-serif;
  font-size:18px;
  font-weight:900;
  line-height:1;
  letter-spacing:-.06em;
}
.mg-page-planos .mg-planos-home-cards .mgm-filmarts-chip::after{
  content:"&arts";
  color:#d9344b;
  font-family:Arial,Helvetica,sans-serif;
  font-size:18px;
  font-weight:900;
  line-height:1;
  letter-spacing:-.06em;
}

/* Pequeno respiro entre o valor inteiro e o ,90* somente nos planos essenciais. */
.mg-page-planos .mg-planos-home-cards .mg-planos-same-home-grid:not(.mg-planos-premium-grid) .mgm-plan-v3-price sup{
  margin-left:4px!important;
}
@media(max-width:820px){
 .mg-page-planos .mg-planos-home-cards .mgm-plans-v3{padding:34px 0 28px!important}
 .mg-page-planos .mg-planos-home-cards .mgm-plans-v3-scroll{display:block!important;width:100%!important;margin-right:0!important;overflow-x:auto!important;padding:10px 0 16px!important;scroll-snap-type:x mandatory!important;scrollbar-width:none!important}
 .mg-page-planos .mg-planos-home-cards .mgm-plans-v3-scroll::-webkit-scrollbar{display:none!important}
 .mg-page-planos .mg-planos-home-cards .mgm-plans-v3-grid{display:flex!important;width:max-content!important;max-width:none!important;gap:12px!important}
 .mg-page-planos .mg-planos-home-cards .mgm-plan-v3{width:calc(100vw - 30px)!important;max-width:360px!important;height:495px!important;min-height:0!important;flex:0 0 auto!important;padding:24px 18px 18px!important;scroll-snap-align:center!important}
 .mg-page-planos .mg-planos-home-cards .mgm-plan-v3-price sup:after{content:"*"!important;font-size:.62em!important;margin-left:1px!important;vertical-align:top!important}
 .mg-page-planos .mg-planos-home-cards .mgm-plan-v3 h3,.mg-page-planos .mg-planos-home-cards .mgm-plan-v3 .mgm-brand-plan{margin:6px 0 0!important;width:100%!important;text-align:center!important;font-size:42px!important;line-height:.95!important}
 .mg-page-planos .mg-planos-home-cards .mgm-plan-v3 h3 span,.mg-page-planos .mg-planos-home-cards .mgm-plan-v3 .mgm-brand-plan span{display:block!important;margin-top:8px!important;font-size:30px!important;line-height:1!important;font-weight:950!important}
 .mg-page-planos .mg-planos-home-cards .mgm-plan-v3-price{display:flex!important;align-items:flex-end!important;justify-content:center!important;min-height:0!important;margin:0 0 6px!important}
 .mg-page-planos .mg-planos-home-cards .mgm-plan-v3-price strong{font-size:78px!important;line-height:.84!important}
 .mg-page-planos .mg-planos-home-cards .mgm-plan-v3-price sup{position:static!important;align-self:flex-start!important;margin:4px 2px 0 1px!important;font-size:28px!important;line-height:1!important}
 .mg-page-planos .mg-planos-home-cards .mgm-plan-v3-price small{margin:0 4px 10px 0!important;font-size:18px!important}
 .mg-page-planos .mg-planos-home-cards .mgm-plan-v3-price em{margin:0 0 10px 6px!important;font-size:16px!important}
 .mg-page-planos .mg-planos-home-cards .mgm-plan-v3-benefit{margin-top:12px!important;font-size:14px!important}
 .mg-page-planos .mg-planos-home-cards .mgm-plan-v3-benefit span{font-size:13px!important;line-height:1.35!important}
 .mg-page-planos .mg-planos-home-cards .mgm-plan-v3-channels{margin-top:16px!important}
 .mg-page-planos .mg-planos-home-cards .mgm-plan-v3-channels>small{font-size:8px!important;margin-bottom:8px!important}
 .mg-page-planos .mg-planos-home-cards .mgm-plan-v3-channel-chip{height:34px!important;min-width:74px!important;padding:5px 10px!important}
 .mg-page-planos .mg-planos-home-cards .mgm-plan-v3-channel-chip img{max-width:78px!important;max-height:20px!important}
 .mg-page-planos .mg-planos-home-cards .mgm-deezer-chip:after{font-size:13px!important}
 .mg-page-planos .mg-planos-home-cards .mgm-deezer-brand,.mg-page-planos .mg-planos-home-cards .mgm-deezer-brand img{width:24px!important;height:24px!important;min-width:24px!important}
 .mg-page-planos .mg-planos-home-cards .mgm-deezer-brand{min-height:24px!important;padding:0!important;border:0!important;border-radius:0!important;background:none!important;box-shadow:none!important}
 .mg-page-planos .mg-planos-home-cards .mgm-maxultra-apps img[alt="HBO Max"]{width:auto!important;height:auto!important;max-width:62px!important;max-height:16px!important;margin:0 auto!important;object-fit:contain!important}
 .mg-page-planos .mg-planos-home-cards .mgm-maxultra-telecine-row{margin-top:9px!important}
 .mg-page-planos .mg-planos-home-cards .mgm-maxultra-telecine-row .mgm-plan-v3-channel-chip{flex:0 0 54%!important;max-width:180px!important;height:34px!important}
 .mg-page-planos .mg-planos-home-cards .mgm-maxultra-telecine-row .mgm-telecine-chip img{max-width:110px!important;max-height:22px!important}
 .mg-page-planos .mg-planos-home-cards .mgm-plan-v3>a{min-height:48px!important;font-size:12px!important}
 .mg-page-planos .mg-planos-home-cards .mg-planos-same-home-grid:not(.mg-planos-premium-grid) .mgm-plan-v3-price sup{margin-left:4px!important}
 .mg-page-planos .mg-planos-home-cards .mgm-filmarts-chip::before,
 .mg-page-planos .mg-planos-home-cards .mgm-filmarts-chip::after{font-size:13px}

 /* Premium mobile: preço afastado da linha e ordem correta do conteúdo. */
 .mg-page-planos .mg-planos-home-cards .mg-planos-premium-grid>.mgm-plan-v3-premium{
   height:auto!important;
   min-height:545px!important;
   padding-bottom:20px!important;
 }
 .mg-page-planos .mg-planos-home-cards .mg-planos-premium-grid>.mgm-plan-v3-premium .mgm-plan-v3-rule{
   margin-bottom:18px!important;
 }
 .mg-page-planos .mg-planos-home-cards .mg-planos-premium-grid>.mgm-plan-v3-premium .mgm-plan-v3-price{
   margin:6px 0 8px!important;
   padding-top:6px!important;
   min-height:76px!important;
 }
 .mg-page-planos .mg-planos-home-cards .mg-planos-premium-grid>.mgm-plan-v3-premium .mgm-plan-v3-premium-apps{
   order:20!important;
   margin-top:16px!important;
   margin-bottom:14px!important;
 }
 .mg-page-planos .mg-planos-home-cards .mg-planos-premium-grid>.mgm-plan-v3-premium>a{
   order:30!important;
   margin-top:0!important;
 }
 .mg-page-planos .mg-planos-home-cards .mg-planos-premium-grid>.mgm-plan-v3-premium .mgm-plan-premium-footnote{
   order:99!important;
   margin-top:12px!important;
 }
}


/* MaxStart — Deezer oficial do kit PlayHub + canais abertos. */
.mg-page-planos .mg-planos-home-cards .mgm-maxstart-apps{
  margin-top:18px!important;
}
.mg-page-planos .mg-planos-home-cards .mgm-maxstart-apps .mgm-maxstart-app-row{
  justify-content:center!important;
  margin-bottom:10px!important;
}
.mg-page-planos .mg-planos-home-cards .mgm-maxstart-apps .mgm-deezer-official-chip{
  flex:0 0 78px!important;
  width:78px!important;
  max-width:78px!important;
  height:78px!important;
  min-height:78px!important;
  padding:0!important;
  border:0!important;
  border-radius:14px!important;
  background:transparent!important;
  box-shadow:none!important;
  overflow:visible!important;
}
.mg-page-planos .mg-planos-home-cards .mgm-maxstart-apps .mgm-deezer-official-chip img{
  display:block!important;
  width:68px!important;
  height:68px!important;
  max-width:68px!important;
  max-height:68px!important;
  object-fit:contain!important;
}
.mg-page-planos .mg-planos-home-cards .mgm-maxstart-apps .mgm-channel-subtitle{
  display:block!important;
  margin:12px 0 8px!important;
  font-size:10px!important;
  letter-spacing:.14em!important;
  color:rgba(255,255,255,.58)!important;
  text-align:center!important;
}
.mg-page-planos .mg-planos-home-cards .mgm-maxstart-apps .mgm-maxstart-open-row{
  gap:8px!important;
  justify-content:center!important;
}
.mg-page-planos .mg-planos-home-cards .mgm-maxstart-apps .mgm-maxstart-open-row .mgm-plan-v3-channel-chip{
  flex:0 0 88px!important;
  width:88px!important;
  max-width:88px!important;
  height:38px!important;
  min-height:38px!important;
  padding:5px 8px!important;
}
.mg-page-planos .mg-planos-home-cards .mgm-maxstart-apps .mgm-maxstart-open-row img{
  max-width:70px!important;
  max-height:22px!important;
}
@media(max-width:820px){
  .mg-page-planos .mg-planos-home-cards .mg-planos-premium-grid>.mgm-plan-v3-premium:nth-child(1){
    min-height:545px!important;
    height:545px!important;
  }
  .mg-page-planos .mg-planos-home-cards .mg-planos-premium-grid>.mgm-plan-v3-premium:nth-child(1) .mgm-plan-v3-price{
    display:grid!important;
    grid-template-columns:auto auto auto auto!important;
    align-items:center!important;
    justify-content:center!important;
    column-gap:4px!important;
    min-height:76px!important;
    margin:2px 0 4px!important;
    padding:0!important;
    white-space:nowrap!important;
  }
  .mg-page-planos .mg-planos-home-cards .mg-planos-premium-grid>.mgm-plan-v3-premium:nth-child(1) .mgm-plan-v3-price small{
    align-self:end!important;
    margin:0 4px 10px 0!important;
  }
  .mg-page-planos .mg-planos-home-cards .mg-planos-premium-grid>.mgm-plan-v3-premium:nth-child(1) .mgm-plan-v3-price strong{
    line-height:.92!important;
  }
  .mg-page-planos .mg-planos-home-cards .mg-planos-premium-grid>.mgm-plan-v3-premium:nth-child(1) .mgm-plan-v3-price sup{
    align-self:start!important;
    margin:7px 2px 0 0!important;
  }
  .mg-page-planos .mg-planos-home-cards .mg-planos-premium-grid>.mgm-plan-v3-premium:nth-child(1) .mgm-plan-v3-price em{
    align-self:end!important;
    margin:0 0 10px 6px!important;
  }
  .mg-page-planos .mg-planos-home-cards .mg-planos-premium-grid>.mgm-plan-v3-premium:nth-child(1) .mgm-plan-v3-benefit{
    margin-top:8px!important;
  }
  .mg-page-planos .mg-planos-home-cards .mg-planos-premium-grid>.mgm-plan-v3-premium:nth-child(1) .mgm-plan-v3-benefit span{
    font-size:12px!important;
    line-height:1.25!important;
  }
  .mg-page-planos .mg-planos-home-cards .mg-planos-premium-grid>.mgm-plan-v3-premium:nth-child(1)>a{
    margin-top:auto!important;
  }
  .mg-page-planos .mg-planos-home-cards .mg-planos-premium-grid>.mgm-plan-v3-premium:nth-child(1) .mgm-plan-premium-footnote{
    margin-top:8px!important;
    margin-bottom:0!important;
  }
  .mg-page-planos .mg-planos-home-cards .mgm-maxstart-apps{
    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
    justify-content:center!important;
    margin-top:12px!important;
    margin-bottom:8px!important;
    gap:7px!important;
  }
  .mg-page-planos .mg-planos-home-cards .mgm-maxstart-apps>small:first-child{
    margin:0!important;
    font-size:8px!important;
    letter-spacing:.18em!important;
    text-align:center!important;
  }
  .mg-page-planos .mg-planos-home-cards .mgm-maxstart-apps .mgm-maxstart-app-row{
    width:100%!important;
    justify-content:center!important;
    margin:0!important;
    gap:0!important;
  }
  .mg-page-planos .mg-planos-home-cards .mgm-maxstart-apps .mgm-channel-subtitle{
    grid-column:2!important;
    grid-row:1!important;
    margin:0!important;
    font-size:7px!important;
  }
  .mg-page-planos .mg-planos-home-cards .mgm-maxstart-apps .mgm-maxstart-open-row{
    grid-column:2!important;
    grid-row:2!important;
    gap:5px!important;
    flex-wrap:nowrap!important;
  }
  .mg-page-planos .mg-planos-home-cards .mgm-maxstart-apps .mgm-deezer-official-chip{
    flex:0 0 96px!important;
    width:96px!important;
    max-width:96px!important;
    height:96px!important;
    min-height:96px!important;
    padding:0!important;
    border:0!important;
    background:transparent!important;
    box-shadow:none!important;
    animation:mgmDeezerPulse 1.9s ease-in-out infinite!important;
    transform-origin:center!important;
  }
  .mg-page-planos .mg-planos-home-cards .mgm-maxstart-apps .mgm-deezer-official-chip img{
    width:92px!important;
    height:92px!important;
    max-width:92px!important;
    max-height:92px!important;
  }
  .mg-page-planos .mg-planos-home-cards .mgm-maxstart-apps .mgm-maxstart-open-row .mgm-plan-v3-channel-chip{
    flex:0 0 54px!important;
    width:54px!important;
    max-width:54px!important;
    height:30px!important;
    min-height:30px!important;
    padding:3px 5px!important;
  }
  .mg-page-planos .mg-planos-home-cards .mgm-maxstart-apps .mgm-maxstart-open-row img{
    max-width:44px!important;
    max-height:16px!important;
  }
}

/* MaxPower — logo oficial ExitLag em destaque, sem alterar MaxStart. */
.mg-page-planos .mg-planos-home-cards .mgm-maxpower-apps{
  align-items:center!important;
  text-align:center!important;
}
.mg-page-planos .mg-planos-home-cards .mgm-maxpower-apps .mgm-plan-v3-channel-row{
  justify-content:center!important;
}
.mg-page-planos .mg-planos-home-cards .mgm-maxpower-apps .mgm-exitlag-chip{
  flex:0 0 174px!important;
  min-width:174px!important;
  width:174px!important;
  max-width:174px!important;
  min-height:64px!important;
  height:64px!important;
  padding:10px 14px!important;
  border:1px solid rgba(255,72,36,.85)!important;
  border-radius:14px!important;
  background:#fff!important;
  box-shadow:0 0 0 1px rgba(255,255,255,.10),0 8px 24px rgba(229,0,0,.22)!important;
  animation:mgmExitLagPulse 1.9s ease-in-out infinite!important;
  transform-origin:center!important;
}
.mg-page-planos .mg-planos-home-cards .mgm-maxpower-apps .mgm-exitlag-chip img{
  display:block!important;
  width:146px!important;
  max-width:146px!important;
  height:auto!important;
  max-height:38px!important;
  object-fit:contain!important;
  margin:0 auto!important;
  filter:none!important;
}
@media(max-width:820px){
  .mg-page-planos .mg-planos-home-cards .mgm-maxpower-apps .mgm-exitlag-chip{
    flex:0 0 154px!important;
    min-width:154px!important;
    width:154px!important;
    max-width:154px!important;
    min-height:58px!important;
    height:58px!important;
    padding:9px 12px!important;
  }
  .mg-page-planos .mg-planos-home-cards .mgm-maxpower-apps .mgm-exitlag-chip img{
    width:130px!important;
    max-width:130px!important;
    max-height:34px!important;
  }
}

/* MaxUltra — logos premium completas, alinhadas e pulsantes na página Planos. */
.mg-page-planos .mg-planos-home-cards .mgm-maxultra-premium-row{
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  width:100%!important;
  align-self:stretch!important;
  text-align:center!important;
}
.mg-page-planos .mg-planos-home-cards .mgm-maxultra-premium-row .mgm-maxultra-choice-row{
  display:flex!important;
  flex-wrap:nowrap!important;
  align-items:center!important;
  justify-content:center!important;
  gap:6px!important;
  width:max-content!important;
  max-width:100%!important;
  margin-left:auto!important;
  margin-right:auto!important;
}
.mg-page-planos .mg-planos-home-cards .mgm-maxultra-premium-row .mgm-choice-or{
  flex:0 0 auto!important;
  margin:0!important;
  color:rgba(255,255,255,.88)!important;
  font-size:10px!important;
  font-weight:900!important;
  line-height:1!important;
}
.mg-page-planos .mg-planos-home-cards .mgm-maxultra-premium-row .mgm-ultra-chip{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  flex:0 0 auto!important;
  height:46px!important;
  min-height:46px!important;
  padding:7px 10px!important;
  border:1px solid rgba(255,119,0,.72)!important;
  border-radius:11px!important;
  background:linear-gradient(180deg,rgba(255,119,0,.08),rgba(255,119,0,.025))!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.05),0 7px 20px rgba(0,0,0,.18)!important;
  overflow:visible!important;
  animation:mgmUltraPulse 2.05s ease-in-out infinite!important;
  transform-origin:center!important;
}
.mg-page-planos .mg-planos-home-cards .mgm-maxultra-premium-row .mgm-ultra-hbo{width:106px!important}
.mg-page-planos .mg-planos-home-cards .mgm-maxultra-premium-row .mgm-ultra-disney{width:106px!important;animation-delay:.18s!important}
.mg-page-planos .mg-planos-home-cards .mgm-maxultra-premium-row .mgm-telecine-chip{width:128px!important;animation-delay:.36s!important}
.mg-page-planos .mg-planos-home-cards .mgm-maxultra-premium-row .mgm-ultra-chip img{
  display:block!important;
  width:auto!important;
  height:auto!important;
  object-fit:contain!important;
  margin:0 auto!important;
}
.mg-page-planos .mg-planos-home-cards .mgm-maxultra-premium-row .mgm-ultra-hbo img{
  max-width:86px!important;
  max-height:22px!important;
  filter:brightness(0) invert(1)!important;
}
.mg-page-planos .mg-planos-home-cards .mgm-maxultra-premium-row .mgm-ultra-disney img{
  max-width:84px!important;
  max-height:28px!important;
  filter:brightness(0) invert(1)!important;
}
.mg-page-planos .mg-planos-home-cards .mgm-maxultra-premium-row .mgm-telecine-chip img{
  max-width:106px!important;
  max-height:24px!important;
  filter:none!important;
}
@media(max-width:820px){
  .mg-page-planos .mg-planos-home-cards .mgm-maxultra-premium-row{
    margin-top:8px!important;
  }
  .mg-page-planos .mg-planos-home-cards .mgm-maxultra-premium-row .mgm-maxultra-choice-row{
    gap:4px!important;
  }
  .mg-page-planos .mg-planos-home-cards .mgm-maxultra-premium-row .mgm-choice-or{
    font-size:9px!important;
  }
  .mg-page-planos .mg-planos-home-cards .mgm-maxultra-premium-row .mgm-ultra-chip{
    height:39px!important;
    min-height:39px!important;
    padding:5px 6px!important;
    border-radius:9px!important;
  }
  .mg-page-planos .mg-planos-home-cards .mgm-maxultra-premium-row .mgm-ultra-hbo{width:72px!important}
  .mg-page-planos .mg-planos-home-cards .mgm-maxultra-premium-row .mgm-ultra-disney{width:72px!important}
  .mg-page-planos .mg-planos-home-cards .mgm-maxultra-premium-row .mgm-telecine-chip{width:96px!important}
  .mg-page-planos .mg-planos-home-cards .mgm-maxultra-premium-row .mgm-ultra-hbo img{
    max-width:59px!important;
    max-height:16px!important;
  }
  .mg-page-planos .mg-planos-home-cards .mgm-maxultra-premium-row .mgm-ultra-disney img{
    max-width:58px!important;
    max-height:20px!important;
  }
  .mg-page-planos .mg-planos-home-cards .mgm-maxultra-premium-row .mgm-telecine-chip img{
    max-width:82px!important;
    max-height:19px!important;
  }
}

/* MaxUltra — fontes oficiais: HBO Max, Disney+ e Telecine. */
.mg-page-planos .mg-planos-home-cards .mgm-maxultra-premium-row .mgm-ultra-hbo,
.mg-page-planos .mg-planos-home-cards .mgm-maxultra-premium-row .mgm-ultra-disney,
.mg-page-planos .mg-planos-home-cards .mgm-maxultra-premium-row .mgm-telecine-chip{
  background-color:#090909!important;
  background-repeat:no-repeat!important;
  background-position:center!important;
}
.mg-page-planos .mg-planos-home-cards .mgm-maxultra-premium-row .mgm-ultra-hbo{
  background-image:url("https://www.maxgiga.com.br/wp-content/uploads/2026/09/HBO-Max-oficial.png")!important;
  background-size:auto 78%!important;
}
.mg-page-planos .mg-planos-home-cards .mgm-maxultra-premium-row .mgm-ultra-disney{
  background-image:url("https://www.maxgiga.com.br/wp-content/uploads/2026/09/Disney-Plus-oficial.webp")!important;
  background-size:82% auto!important;
}
.mg-page-planos .mg-planos-home-cards .mgm-maxultra-premium-row .mgm-telecine-chip{
  background-image:url("data:image/svg+xml;base64,CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAxMDIgMTUiIHZpZXdCb3g9IjAgMCAxMDIgMTUiPgogIDxkZWZzLz4KICA8cGF0aCBmaWxsPSIjZmZmZmZlIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik00IDE0LjhoMi43Yy4zIDAgLjUtLjIuNS0uNVYzLjVoMy4xYy4zIDAgLjUtLjIuNS0uNVYuN2MwLS4zLS4yLS41LS41LS41SC41Qy4yLjIgMCAuNCAwIC43VjNjMCAuMy4yLjUuNS41aDMuMXYxMC44Yy0uMS4zLjEuNS40LjVtMTAuNiAwaDguN2MuMyAwIC41LS4yLjUtLjV2LTIuMmMwLS4zLS4yLS41LS41LS41aC01LjdWOWg0LjZjLjMgMCAuNS0uMi41LS41VjYuM2MwLS4zLS4yLS41LS41LS41aC00LjZWMy4zaDUuNmMuMyAwIC41LS4yLjUtLjVWLjdjMC0uMy0uMi0uNS0uNS0uNWgtOC42Yy0uMyAwLS41LjItLjUuNXYxMy42Yy4xLjMuMy41LjUuNW0xMy40IDBoOGMuMyAwIC41LS4yLjUtLjV2LTIuNGMwLS4zLS4yLjUtLjUtLjVoLTQuOVYuN2MwLS4zLS4yLS41LS41LS41SDI4Yy0uMyAwLS41LjItLjUuNXYxMy42YzAgLjMuMi41LjUuNW0xMi43IDBoOC42Yy4zIDAgLjUtLjIuNS0uNXYtMi4yYzAtLjMtLjItLjUtLjUtLjVoLTUuNlY5aDQuNWMuMyAwIC41LS4yLjUtLjVWNi4zYzAtLjMtLjItLjUtLjUtLjVoLTQuNVYzLjNoNS41Yy4zIDAgLjUtLjIuNS0uNVYuN2MwLS4zLS4yLS41LS41LS41aC04LjVjLS4zIDAtLjUuMi0uNS41djEzLjZjLjEuMy4yLjUuNS41IiBjbGlwLXJ1bGU9ImV2ZW5vZGQiLz4KICA8cGF0aCBmaWxsPSIjZjAzIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik05Mi45IDE0LjhoOC42Yy4zIDAgLjUtLjIuNS0uNXYtMi4yYzAtLjMtLjItLjUtLjUtLjVoLTUuNlY5aDQuNWMuMyAwIC41LS4yLjUtLjVWNi4zYzAtLjMtLjItLjUtLjUtLjVoLTQuNVYzLjNoNS41Yy4zIDAgLjUtLjIuNS0uNVYuN2MwLS4zLS4yLS41LS41LS41aC04LjVjLS4zIDAtLjUuMi0uNS41djEzLjZjMCAuMy4yLjUuNS41bS0xNi40IDBINzljLjMgMCAuNS0uMi41LS41VjdsNy42IDcuNGMuMi4yLjQuMy43LjNoLjVjLjMgMCAuNS0uMi41LS41Vi43YzAtLjMtLjItLjUtLjUtLjVoLTIuNWMtLjMgMC0uNS4yLS41LjVWOEw3Ny45LjVjLS4yLS4yLS40LS4zLS43LS4zaC0uN2MtLjMgMC0uNS4yLS41LjV2MTMuNmMwIC4zLjIuNS41LjUiIGNsaXAtcnVsZT0iZXZlbm9kZCIvPgogIDxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKDUzLjA1KSI+CiAgICA8ZGVmcz4KICAgICAgPGZpbHRlciBpZD0iYSIgd2lkdGg9IjE5LjEiIGhlaWdodD0iMTUiIHg9Ii4xIiB5PSIwIiBmaWx0ZXJVbml0cz0idXNlclNwYWNlT25Vc2UiPgogICAgICAgIDxmZUNvbG9yTWF0cml4IHZhbHVlcz0iMSAwIDAgMCAwIDAgMSAwIDAgMCAwIDAgMSAwIDAgMCAwIDAgMSAwIi8+CiAgICAgIDwvZmlsdGVyPgogICAgPC9kZWZzPgogICAgPG1hc2sgaWQ9ImIiIHdpZHRoPSIxOS4xIiBoZWlnaHQ9IjE1IiB4PSIuMSIgeT0iMCIgbWFza1VuaXRzPSJ1c2VyU3BhY2VPblVzZSI+CiAgICAgIDxnIGZpbHRlcj0idXJsKCNhKSI+CiAgICAgICAgPHBhdGggZmlsbD0iI2ZmZiIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNLjEgMGgxOS4xdjE1SC4xVjB6IiBjbGlwLXJ1bGU9ImV2ZW5vZGQiLz4KICAgICAgPC9nPgogICAgPC9tYXNrPgogICAgPHBhdGggZmlsbD0iI2YwMyIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNMTYuMSAxNC44aDIuN2MuMyAwIC41LS4yLjUtLjVWLjdjMC0uMy0uMi0uNS0uNS0uNWgtMi43Yy0uMyAwLS41LjItLjUuNXYxMy42YzAgLjMuMi41LjUuNW0tOC43LjJjMi4xIDAgNC0xIDUuMi0yLjIuMi0uMi4zLS41IDAtLjdsLTEuNS0xLjZjLS4yLS4yLS40LS4yLS42IDAtMSAuOC0xLjkgMS4xLTMgMS4xLTIuMiAwLTMuOS0xLjYtMy45LTQuMnMxLjctNC4yIDMuOS00LjJjMSAwIDEuOC4zIDIuOCAxLjEuMi4yLjQuMi42IDBsMS41LTEuNWMuMi0uMi4zLS41IDAtLjdDMTEuMi45IDkuNCAwIDcuNSAwIDMuNSAwIC4xIDMuMi4xIDcuNWMwIDQuNCAzIDcuNSA3LjMgNy41IiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIG1hc2s9InVybCgjYikiLz4KICA8L2c+Cjwvc3ZnPgo=")!important;
  background-size:86% auto!important;
}
.mg-page-planos .mg-planos-home-cards .mgm-maxultra-premium-row .mgm-ultra-hbo>img,
.mg-page-planos .mg-planos-home-cards .mgm-maxultra-premium-row .mgm-ultra-disney>img,
.mg-page-planos .mg-planos-home-cards .mgm-maxultra-premium-row .mgm-telecine-chip>img,
.mg-page-planos .mg-planos-home-cards .mgm-maxultra-premium-row .mgm-telecine-chip>svg{
  opacity:0!important;
}

/* COBERTURA 3.0 — identidade Home/TV */
.mg-page-cobertura{background:#050607;color:#fff}
.mg-page-cobertura .mg-nav{background:linear-gradient(180deg,rgba(8,10,14,.82),rgba(5,6,9,.70))!important;border-bottom:1px solid rgba(255,255,255,.12)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 10px 28px rgba(0,0,0,.28)!important;backdrop-filter:blur(24px) saturate(155%)!important;-webkit-backdrop-filter:blur(24px) saturate(155%)!important}
.mgc-page{overflow:hidden;background:#050607;color:#fff}
.mgc-kicker{display:flex;align-items:center;gap:13px;color:#ff7a00;font-size:11px;font-weight:950;letter-spacing:.22em;text-transform:uppercase}
.mgc-kicker>span{display:block;width:48px;height:3px;border-radius:99px;background:#ff7600;box-shadow:0 0 16px rgba(255,118,0,.5)}
.mgc-hero{position:relative;isolation:isolate;padding:82px 0 74px;background:radial-gradient(circle at 76% 34%,rgba(255,107,0,.20),transparent 28%),linear-gradient(135deg,#050607 0%,#0a0c10 52%,#120a04 100%)}
.mgc-hero:before{content:"";position:absolute;inset:auto -8% -34% 32%;height:420px;background:radial-gradient(ellipse,rgba(255,119,0,.13),transparent 68%);filter:blur(14px);z-index:-1}
.mgc-hero-grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(420px,.95fr);gap:54px;align-items:center}
.mgc-hero-copy h1{max-width:710px;margin:20px 0 22px;font-family:"Kumbh Sans","Inter",sans-serif;font-size:clamp(48px,4.8vw,76px);line-height:.96;letter-spacing:-.055em;font-weight:950;color:#fff}
.mgc-hero-copy h1 em,.mgc-section-head h2 em,.mgc-expansion-card h2 em,.mgc-final h2 em{font-style:normal;color:#ff7600}
.mgc-hero-copy>p{max-width:640px;margin:0;color:#c5c9cf;font-size:18px;line-height:1.65}
.mgc-hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:30px}
.mgc-btn{display:inline-flex;align-items:center;justify-content:center;gap:12px;min-height:54px;padding:0 22px;border-radius:16px;border:1px solid transparent;font-size:12px;font-weight:950;letter-spacing:.045em;text-align:center;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}
.mgc-btn:hover{transform:translateY(-2px)}
.mgc-btn-primary{background:linear-gradient(135deg,#ff8c1f,#ff6b00);color:#111!important;box-shadow:0 12px 32px rgba(255,119,0,.24),inset 0 1px 0 rgba(255,255,255,.32)}
.mgc-btn-primary:hover{box-shadow:0 16px 40px rgba(255,119,0,.34)}
.mgc-btn-primary svg{width:22px;height:22px;fill:currentColor}
.mgc-btn-primary>span,.mgc-btn-ghost>span{font-size:20px;line-height:1}
.mgc-btn-ghost{background:rgba(10,12,15,.58);color:#fff!important;border-color:rgba(255,255,255,.24);backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px)}
.mgc-btn-ghost:hover{border-color:rgba(255,119,0,.55);background:rgba(255,119,0,.07)}
.mgc-hero-pills{display:flex;flex-wrap:wrap;gap:8px;margin-top:25px}
.mgc-hero-pills span{display:inline-flex;align-items:center;min-height:34px;padding:0 12px;border-radius:999px;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.045);color:#aeb3bb;font-size:10px;font-weight:800}
.mgc-map-card{position:relative;padding:14px;border:1px solid rgba(255,119,0,.54);border-radius:28px;background:linear-gradient(160deg,rgba(24,25,28,.90),rgba(8,9,11,.96));box-shadow:0 30px 70px rgba(0,0,0,.34),0 0 36px rgba(255,119,0,.08),inset 0 1px 0 rgba(255,255,255,.06);overflow:hidden}
.mgc-map-top{display:flex;justify-content:space-between;align-items:center;gap:16px;padding:8px 8px 14px}
.mgc-map-top span{color:#ff8523;font-size:9px;font-weight:950;letter-spacing:.18em}
.mgc-map-top strong{color:#fff;font-size:14px}
.mgc-map-frame{position:relative;height:390px;border-radius:20px;overflow:hidden;background:#0a0b0d}
.mgc-map-frame iframe{position:absolute;inset:0;width:100%;height:100%;border:0;filter:grayscale(1) invert(.94) sepia(.75) saturate(4.4) hue-rotate(343deg) brightness(.62) contrast(1.24)}
.mgc-map-vignette{position:absolute;inset:0;pointer-events:none;background:linear-gradient(90deg,rgba(4,5,7,.88) 0%,transparent 34%,transparent 74%,rgba(4,5,7,.55) 100%),linear-gradient(180deg,rgba(4,5,7,.22),transparent 40%,rgba(4,5,7,.42))}
.mgc-map-pin{position:absolute;left:22%;top:48%;display:flex;align-items:center;gap:10px;padding:10px 12px;border:1px solid rgba(255,139,35,.48);border-radius:15px;background:rgba(8,9,11,.82);box-shadow:0 12px 28px rgba(0,0,0,.32),0 0 20px rgba(255,119,0,.20);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}
.mgc-map-pin-dot{width:13px;height:13px;border-radius:50%;background:#ff7600;box-shadow:0 0 0 7px rgba(255,118,0,.16),0 0 20px rgba(255,118,0,.8)}
.mgc-map-pin b{display:block;color:#fff;font-size:11px}.mgc-map-pin small{display:block;margin-top:2px;color:#ff8a2a;font-size:9px;font-weight:900}
.mgc-map-meta{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:10px}
.mgc-map-meta>div{padding:12px 14px;border:1px solid rgba(255,255,255,.09);border-radius:15px;background:rgba(255,255,255,.035)}
.mgc-map-meta b{display:block;color:#ff8120;font-size:9px;letter-spacing:.10em}.mgc-map-meta span{display:block;margin-top:4px;color:#d8dade;font-size:11px}

.mgc-regions{padding:86px 0;background:linear-gradient(180deg,#07080a 0%,#0a0b0e 100%)}
.mgc-section-head{display:grid;grid-template-columns:1.1fr .9fr;gap:60px;align-items:end;margin-bottom:34px}
.mgc-section-head h2,.mgc-expansion-card h2,.mgc-final h2{margin:16px 0 0;font-family:"Kumbh Sans","Inter",sans-serif;font-size:clamp(38px,4.3vw,62px);line-height:.98;letter-spacing:-.045em;font-weight:950;color:#fff}
.mgc-section-head>p{margin:0;max-width:520px;color:#9da2aa;font-size:14px;line-height:1.7}
.mgc-region-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.mgc-region-card{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:14px;min-height:70px;padding:12px 16px;border:1px solid rgba(255,255,255,.12);border-radius:18px;background:linear-gradient(180deg,rgba(255,255,255,.055),rgba(255,255,255,.025));color:#fff!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.045);transition:.2s ease}
.mgc-region-card:hover{transform:translateY(-2px);border-color:rgba(255,119,0,.55);background:linear-gradient(180deg,rgba(255,119,0,.10),rgba(255,119,0,.035));box-shadow:0 14px 34px rgba(0,0,0,.22),0 0 20px rgba(255,119,0,.08)}
.mgc-pin-icon{display:grid;place-items:center;width:39px;height:39px;border-radius:13px;background:rgba(255,119,0,.10);border:1px solid rgba(255,119,0,.25)}
.mgc-pin-icon svg{width:20px;height:20px;fill:#ff7600}
.mgc-region-card strong{font-size:14px;font-weight:850}.mgc-region-arrow{color:#fff;font-size:30px;font-weight:300;line-height:1}
.mgc-notice{display:flex;align-items:flex-start;gap:12px;margin-top:20px;padding:16px 18px;border:1px solid rgba(255,119,0,.28);border-radius:18px;background:rgba(255,119,0,.045)}
.mgc-notice>span{display:grid;place-items:center;flex:0 0 30px;width:30px;height:30px;border-radius:50%;border:1px solid #ff7600;color:#ff8120;font-weight:900}
.mgc-notice p{margin:1px 0 0;color:#aeb3bb;font-size:12px;line-height:1.55}

.mgc-how{padding:84px 0;background:#050607}
.mgc-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.mgc-steps>div{min-height:190px;padding:28px;border:1px solid rgba(255,255,255,.10);border-radius:24px;background:radial-gradient(circle at 92% 0,rgba(255,119,0,.10),transparent 34%),linear-gradient(155deg,#15171b,#0a0b0e);box-shadow:inset 0 1px 0 rgba(255,255,255,.045)}
.mgc-steps b{display:grid;place-items:center;width:44px;height:44px;margin-bottom:24px;border-radius:50%;border:1px solid rgba(255,119,0,.48);color:#ff8120;font-size:13px}
.mgc-steps strong{display:block;color:#fff;font-size:18px}.mgc-steps p{margin:10px 0 0;color:#9298a2;font-size:13px;line-height:1.55}

.mgc-expansion{padding:0 0 82px;background:#050607}
.mgc-expansion-card{position:relative;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:30px;align-items:center;min-height:270px;padding:42px 44px;border:1px solid rgba(255,119,0,.58);border-radius:28px;background:radial-gradient(circle at 84% 50%,rgba(255,119,0,.25),transparent 27%),linear-gradient(135deg,#0c0d10 0%,#120a05 100%);overflow:hidden;box-shadow:0 26px 62px rgba(0,0,0,.26),0 0 30px rgba(255,119,0,.08)}
.mgc-expansion-copy{position:relative;z-index:2;max-width:720px}.mgc-expansion-card h2{font-size:clamp(34px,3.7vw,54px)}.mgc-expansion-card p{max-width:660px;margin:16px 0 0;color:#aeb3bb;font-size:14px;line-height:1.65}
.mgc-expansion-card>.mgc-btn{position:relative;z-index:2;max-width:300px}
.mgc-fiber-art{position:absolute;right:-70px;top:20px;width:430px;height:230px;opacity:.65;transform:rotate(-9deg)}
.mgc-fiber-art i{position:absolute;right:0;width:330px;height:5px;border-radius:999px;background:linear-gradient(90deg,transparent,#ff7600 55%,#ffd2a2 100%);box-shadow:0 0 18px rgba(255,119,0,.85)}
.mgc-fiber-art i:nth-child(1){top:35px}.mgc-fiber-art i:nth-child(2){top:72px;right:28px;width:375px}.mgc-fiber-art i:nth-child(3){top:110px;right:-4px}.mgc-fiber-art i:nth-child(4){top:148px;right:34px;width:355px}.mgc-fiber-art i:nth-child(5){top:184px;right:3px;width:390px}

.mgc-final{padding:72px 0 84px;background:radial-gradient(circle at 18% 92%,rgba(255,119,0,.24),transparent 26%),radial-gradient(circle at 88% 20%,rgba(255,119,0,.12),transparent 24%),linear-gradient(135deg,#100905,#070809 56%,#0e0804)}
.mgc-final-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:60px;align-items:center}.mgc-final h2{font-size:clamp(40px,4.2vw,60px)}.mgc-final p{margin:16px 0 0;color:#aaaeb5;font-size:14px;line-height:1.6}.mgc-final-actions{display:grid;gap:11px}

@media(max-width:980px){
 .mgc-hero-grid{grid-template-columns:1fr;gap:42px}.mgc-map-card{max-width:760px;width:100%;margin:0 auto}
 .mgc-section-head,.mgc-final-grid{grid-template-columns:1fr;gap:18px}.mgc-section-head>p{max-width:720px}
 .mgc-expansion-card{grid-template-columns:1fr}.mgc-expansion-card>.mgc-btn{max-width:360px}.mgc-fiber-art{opacity:.35}
}
@media(max-width:700px){
 .mgc-hero{padding:54px 0 52px}
 .mgc-hero-copy h1{font-size:clamp(40px,11.7vw,56px);line-height:.97;margin:17px 0 18px}
 .mgc-hero-copy>p{font-size:15px;line-height:1.58}
 .mgc-hero-actions{display:grid}.mgc-btn{width:100%;min-height:52px}
 .mgc-hero-pills{gap:6px}.mgc-hero-pills span{font-size:9px;min-height:30px;padding:0 9px}
 .mgc-map-card{padding:10px;border-radius:22px}.mgc-map-top{padding:8px 7px 11px}.mgc-map-top strong{font-size:12px}
 .mgc-map-frame{height:300px;border-radius:16px}.mgc-map-pin{left:8%;top:50%;padding:8px 10px}.mgc-map-pin b{font-size:10px}
 .mgc-map-meta{grid-template-columns:1fr}
 .mgc-regions,.mgc-how{padding:62px 0}.mgc-section-head{margin-bottom:26px}.mgc-section-head h2,.mgc-expansion-card h2,.mgc-final h2{font-size:clamp(34px,9vw,46px)}
 .mgc-region-grid{grid-template-columns:1fr;gap:9px}.mgc-region-card{min-height:62px;border-radius:16px}.mgc-region-card strong{font-size:13px}
 .mgc-steps{grid-template-columns:1fr}.mgc-steps>div{min-height:0;padding:24px}
 .mgc-expansion{padding-bottom:58px}.mgc-expansion-card{padding:30px 22px;border-radius:22px}.mgc-fiber-art{right:-160px;top:55px;opacity:.24}
 .mgc-final{padding:58px 0 70px}
}
@media(max-width:430px){
 .mgc-kicker{font-size:9px;letter-spacing:.18em}.mgc-kicker>span{width:34px}
 .mgc-map-frame{height:270px}.mgc-map-pin{left:6%;top:55%;max-width:170px}
 .mgc-map-pin b{font-size:9px}.mgc-map-meta span{font-size:10px}
 .mgc-notice{padding:14px}.mgc-notice p{font-size:11px}
}

/* CONTRATOS 3.0 — identidade Home/TV/Cobertura */
.mg-page-contratos{background:#050607;color:#fff}
.mg-page-contratos .mg-nav{background:linear-gradient(180deg,rgba(8,10,14,.82),rgba(5,6,9,.70))!important;border-bottom:1px solid rgba(255,255,255,.12)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 10px 28px rgba(0,0,0,.28)!important;backdrop-filter:blur(24px) saturate(155%)!important;-webkit-backdrop-filter:blur(24px) saturate(155%)!important}
.mgd-page{overflow:hidden;background:#050607;color:#fff}
.mgd-kicker{display:flex;align-items:center;gap:13px;color:#ff7a00;font-size:11px;font-weight:950;letter-spacing:.22em;text-transform:uppercase}
.mgd-kicker>span{display:block;width:48px;height:3px;border-radius:99px;background:#ff7600;box-shadow:0 0 16px rgba(255,118,0,.5)}
.mgd-hero{position:relative;isolation:isolate;padding:86px 0 78px;background:radial-gradient(circle at 78% 34%,rgba(255,107,0,.20),transparent 28%),linear-gradient(135deg,#050607 0%,#0a0c10 52%,#120a04 100%)}
.mgd-hero:before{content:"";position:absolute;inset:auto -8% -35% 30%;height:430px;background:radial-gradient(ellipse,rgba(255,119,0,.13),transparent 68%);filter:blur(14px);z-index:-1}
.mgd-hero-grid{display:grid;grid-template-columns:minmax(0,1.03fr) minmax(410px,.97fr);gap:60px;align-items:center}
.mgd-hero-copy h1{max-width:720px;margin:20px 0 22px;font-family:"Kumbh Sans","Inter",sans-serif;font-size:clamp(50px,4.9vw,78px);line-height:.96;letter-spacing:-.055em;font-weight:950;color:#fff}
.mgd-hero-copy h1 em,.mgd-section-head h2 em,.mgd-help-card h2 em{font-style:normal;color:#ff7600}
.mgd-hero-copy>p{max-width:650px;margin:0;color:#c5c9cf;font-size:18px;line-height:1.65}
.mgd-hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:30px}
.mgd-btn{display:inline-flex;align-items:center;justify-content:center;gap:12px;min-height:54px;padding:0 22px;border-radius:16px;border:1px solid transparent;font-size:12px;font-weight:950;letter-spacing:.045em;text-align:center;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}
.mgd-btn:hover{transform:translateY(-2px)}
.mgd-btn-primary{background:linear-gradient(135deg,#ff8c1f,#ff6b00);color:#111!important;box-shadow:0 12px 32px rgba(255,119,0,.24),inset 0 1px 0 rgba(255,255,255,.32)}
.mgd-btn-primary:hover{box-shadow:0 16px 40px rgba(255,119,0,.34)}
.mgd-btn-ghost{background:rgba(10,12,15,.58);color:#fff!important;border-color:rgba(255,255,255,.24);backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px)}
.mgd-btn-ghost:hover{border-color:rgba(255,119,0,.55);background:rgba(255,119,0,.07)}
.mgd-btn>span{font-size:20px;line-height:1}
.mgd-trust-row{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:26px}
.mgd-trust-row>div{padding:13px 14px;border:1px solid rgba(255,255,255,.10);border-radius:15px;background:rgba(255,255,255,.035)}
.mgd-trust-row b{display:block;color:#ff8120;font-size:13px}.mgd-trust-row span{display:block;margin-top:3px;color:#9ea3ab;font-size:9px;line-height:1.35}

.mgd-visual{position:relative;min-height:470px;display:grid;place-items:center}
.mgd-glow{position:absolute;width:340px;height:340px;border-radius:50%;background:radial-gradient(circle,rgba(255,119,0,.30),rgba(255,119,0,.08) 42%,transparent 70%);filter:blur(10px)}
.mgd-doc-sheet{position:absolute;width:min(380px,78%);height:430px;border:1px solid rgba(255,255,255,.11);border-radius:26px;background:linear-gradient(160deg,#1a1b1f 0%,#0c0d10 78%);box-shadow:0 30px 70px rgba(0,0,0,.38),inset 0 1px 0 rgba(255,255,255,.07)}
.mgd-sheet-back{transform:translate(52px,-12px) rotate(9deg);opacity:.42}.mgd-sheet-mid{transform:translate(28px,-4px) rotate(4deg);opacity:.62}.mgd-sheet-front{position:relative;transform:translate(-10px,10px) rotate(-2deg);padding:28px;z-index:3;border-color:rgba(255,119,0,.48);background:radial-gradient(circle at 88% 4%,rgba(255,119,0,.17),transparent 31%),linear-gradient(160deg,#17181c,#090a0c 82%);box-shadow:0 34px 80px rgba(0,0,0,.42),0 0 34px rgba(255,119,0,.09),inset 0 1px 0 rgba(255,255,255,.08)}
.mgd-doc-sheet>span{position:absolute;top:24px;left:28px;color:#ff8120;font-size:9px;font-weight:950;letter-spacing:.18em}.mgd-doc-sheet>i{position:absolute;left:28px;right:28px;height:8px;border-radius:99px;background:rgba(255,255,255,.08)}.mgd-doc-sheet>i:nth-of-type(1){top:86px}.mgd-doc-sheet>i:nth-of-type(2){top:120px;right:72px}.mgd-doc-sheet>i:nth-of-type(3){top:176px}.mgd-doc-sheet>i:nth-of-type(4){top:210px;right:95px}.mgd-doc-sheet>i:nth-of-type(5){top:244px;right:48px}
.mgd-sheet-head{display:flex;align-items:center;gap:14px;margin-top:8px}.mgd-sheet-icon{display:grid;place-items:center;width:54px;height:54px;border-radius:16px;background:rgba(255,119,0,.11);border:1px solid rgba(255,119,0,.28)}.mgd-sheet-icon svg{width:26px;height:26px;fill:#ff7600}.mgd-sheet-head small{display:block;color:#8f949d;font-size:8px;font-weight:900;letter-spacing:.14em}.mgd-sheet-head strong{display:block;margin-top:4px;color:#fff;font-size:18px}
.mgd-sheet-lines{display:grid;gap:14px;margin-top:36px}.mgd-sheet-lines i{height:10px;border-radius:99px;background:linear-gradient(90deg,rgba(255,255,255,.18),rgba(255,255,255,.05))}.mgd-sheet-lines i:nth-child(2){width:84%}.mgd-sheet-lines i:nth-child(3){width:92%}.mgd-sheet-lines i:nth-child(4){width:70%}
.mgd-sheet-tags{display:flex;gap:8px;flex-wrap:wrap;margin-top:34px}.mgd-sheet-tags span{display:inline-flex;align-items:center;justify-content:center;min-height:34px;padding:0 12px;border-radius:999px;border:1px solid rgba(255,119,0,.26);background:rgba(255,119,0,.07);color:#ff8b2a;font-size:9px;font-weight:950;letter-spacing:.08em}
.mgd-float-badge{position:absolute;right:1%;bottom:7%;z-index:4;width:116px;height:116px;border-radius:28px;display:grid;place-items:center;align-content:center;background:linear-gradient(145deg,#ff8b22,#ff6c00);color:#111;box-shadow:0 22px 50px rgba(255,119,0,.28),inset 0 1px 0 rgba(255,255,255,.34);transform:rotate(6deg)}
.mgd-float-badge strong{font-size:38px;line-height:1;font-weight:950}.mgd-float-badge span{margin-top:5px;font-size:8px;font-weight:950;letter-spacing:.12em}

.mgd-documents{padding:88px 0;background:linear-gradient(180deg,#07080a,#0a0b0e)}
.mgd-section-head{display:grid;grid-template-columns:1.1fr .9fr;gap:60px;align-items:end;margin-bottom:36px}
.mgd-section-head h2,.mgd-help-card h2{margin:16px 0 0;font-family:"Kumbh Sans","Inter",sans-serif;font-size:clamp(40px,4.4vw,64px);line-height:.98;letter-spacing:-.045em;font-weight:950;color:#fff}
.mgd-section-head>p{margin:0;max-width:520px;color:#9da2aa;font-size:14px;line-height:1.7}
.mgd-doc-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.mgd-card{position:relative;min-height:430px;padding:26px;border:1px solid rgba(255,255,255,.10);border-radius:26px;background:radial-gradient(circle at 88% 0,rgba(255,119,0,.11),transparent 32%),linear-gradient(155deg,#15171b,#0a0b0e);box-shadow:inset 0 1px 0 rgba(255,255,255,.045);transition:.24s ease}
.mgd-card:hover{transform:translateY(-6px);border-color:rgba(255,119,0,.50);box-shadow:0 24px 56px rgba(0,0,0,.28),0 0 26px rgba(255,119,0,.08),inset 0 1px 0 rgba(255,255,255,.06)}
.mgd-card-top{display:flex;justify-content:space-between;align-items:center}.mgd-card-index{color:#777d86;font-size:10px;font-weight:900;letter-spacing:.12em}.mgd-card-code{display:inline-flex;align-items:center;justify-content:center;min-height:29px;padding:0 10px;border-radius:999px;background:#ff7600;color:#111;font-size:9px;font-weight:950;letter-spacing:.08em}
.mgd-card-icon{display:grid;place-items:center;width:60px;height:60px;margin-top:34px;border-radius:18px;background:rgba(255,119,0,.09);border:1px solid rgba(255,119,0,.24)}.mgd-card-icon svg{width:29px;height:29px;fill:#ff7600}
.mgd-card h3{margin:25px 0 12px;color:#fff;font-size:25px;line-height:1.05}.mgd-card p{margin:0;color:#9ca2aa;font-size:13px;line-height:1.6}
.mgd-card-status{display:flex;align-items:center;gap:8px;margin-top:22px;color:#7f858d;font-size:8px;font-weight:900;letter-spacing:.09em}.mgd-card-status>span{width:8px;height:8px;border-radius:50%;background:#ff7600;box-shadow:0 0 12px rgba(255,118,0,.8)}
.mgd-card-action{position:absolute;left:26px;right:26px;bottom:26px;display:flex;align-items:center;justify-content:space-between;min-height:48px;padding:0 16px;border-radius:14px;border:1px solid rgba(255,119,0,.38);background:rgba(255,119,0,.06);color:#ff8a2a!important;font-size:10px;font-weight:950;letter-spacing:.055em;transition:.2s ease}.mgd-card-action:hover{background:#ff7600;color:#111!important}.mgd-card-action>span{font-size:18px}.mgd-card-action-disabled{cursor:default;opacity:.58;border-color:rgba(255,255,255,.12);background:rgba(255,255,255,.025);color:#8b9098!important}.mgd-card-action-disabled:hover{background:rgba(255,255,255,.025);color:#8b9098!important}
.mgd-info-bar{display:flex;align-items:flex-start;gap:14px;margin-top:24px;padding:19px 20px;border:1px solid rgba(255,119,0,.25);border-radius:20px;background:rgba(255,119,0,.045)}
.mgd-info-icon{display:grid;place-items:center;flex:0 0 34px;width:34px;height:34px;border-radius:50%;border:1px solid #ff7600;color:#ff8120;font-weight:900}.mgd-info-bar strong{display:block;color:#fff;font-size:12px}.mgd-info-bar p{margin:5px 0 0;color:#9da2aa;font-size:12px;line-height:1.55}

.mgd-help{padding:0 0 86px;background:#050607}
.mgd-help-card{position:relative;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:30px;align-items:center;min-height:290px;padding:44px 46px;border:1px solid rgba(255,119,0,.56);border-radius:28px;background:radial-gradient(circle at 84% 50%,rgba(255,119,0,.22),transparent 27%),linear-gradient(135deg,#0c0d10 0%,#120a05 100%);overflow:hidden;box-shadow:0 26px 62px rgba(0,0,0,.26),0 0 30px rgba(255,119,0,.08)}
.mgd-help-copy{position:relative;z-index:2;max-width:760px}.mgd-help-card h2{font-size:clamp(36px,3.9vw,56px)}.mgd-help-card p{max-width:670px;margin:16px 0 0;color:#aeb3bb;font-size:14px;line-height:1.65}.mgd-help-card>.mgd-btn{position:relative;z-index:2;max-width:290px}
.mgd-help-orbit{position:absolute;right:-60px;top:50%;width:330px;height:330px;transform:translateY(-50%);opacity:.42}.mgd-help-orbit i{position:absolute;inset:0;border-radius:50%;border:1px solid rgba(255,119,0,.35)}.mgd-help-orbit i:nth-child(2){inset:45px}.mgd-help-orbit i:nth-child(3){inset:90px;box-shadow:0 0 36px rgba(255,119,0,.18)}

@media(max-width:980px){
 .mgd-hero-grid{grid-template-columns:1fr;gap:36px}.mgd-visual{max-width:720px;width:100%;margin:0 auto}
 .mgd-section-head{grid-template-columns:1fr;gap:18px}.mgd-section-head>p{max-width:720px}
 .mgd-doc-grid{grid-template-columns:1fr}.mgd-card{min-height:330px}.mgd-help-card{grid-template-columns:1fr}.mgd-help-card>.mgd-btn{max-width:360px}
}
@media(max-width:700px){
 .mgd-hero{padding:54px 0 58px}.mgd-hero-copy h1{font-size:clamp(40px,11.7vw,56px);line-height:.97;margin:17px 0 18px}.mgd-hero-copy>p{font-size:15px;line-height:1.58}
 .mgd-hero-actions{display:grid}.mgd-btn{width:100%;min-height:52px}.mgd-trust-row{grid-template-columns:1fr;gap:8px}
 .mgd-visual{min-height:395px}.mgd-doc-sheet{height:350px;width:min(320px,76%)}.mgd-sheet-front{padding:22px}.mgd-sheet-back{transform:translate(34px,-10px) rotate(8deg)}.mgd-sheet-mid{transform:translate(18px,-4px) rotate(4deg)}.mgd-float-badge{width:95px;height:95px;right:0;bottom:5%}.mgd-float-badge strong{font-size:30px}
 .mgd-documents{padding:62px 0}.mgd-section-head{margin-bottom:26px}.mgd-section-head h2,.mgd-help-card h2{font-size:clamp(34px,9vw,46px)}
 .mgd-card{min-height:355px;padding:22px;border-radius:22px}.mgd-card-action{left:22px;right:22px;bottom:22px}
 .mgd-help{padding-bottom:58px}.mgd-help-card{padding:30px 22px;border-radius:22px}.mgd-help-orbit{right:-170px;opacity:.24}
}
@media(max-width:430px){
 .mgd-kicker{font-size:9px;letter-spacing:.18em}.mgd-kicker>span{width:34px}
 .mgd-visual{min-height:360px}.mgd-doc-sheet{height:320px;width:74%}.mgd-sheet-head strong{font-size:15px}.mgd-sheet-tags span{font-size:8px;padding:0 9px}
 .mgd-float-badge{width:86px;height:86px}.mgd-float-badge span{font-size:7px}
}

/* CONTRATOS 5.0 — réplica fiel do mockup aprovado */
.mgdc-page{overflow:hidden;background:#050607;color:#fff}
.mgdc-page .mg-shell{max-width:1180px}
.mgdc-kicker{display:flex;align-items:center;gap:14px;color:#ff7600;font-size:12px;font-weight:950;letter-spacing:.24em;text-transform:uppercase}
.mgdc-kicker>span{display:block;width:54px;height:3px;border-radius:99px;background:#ff7600;box-shadow:0 0 18px rgba(255,118,0,.62)}

.mgdc-hero{position:relative;isolation:isolate;padding:72px 0 74px;border-bottom:1px solid rgba(255,255,255,.11);background:radial-gradient(circle at 68% 31%,rgba(255,111,0,.28),transparent 27%),radial-gradient(circle at 34% 93%,rgba(255,100,0,.10),transparent 24%),linear-gradient(135deg,#030405 0%,#07090c 53%,#120904 100%)}
.mgdc-hero:before{content:"";position:absolute;inset:0;z-index:-1;pointer-events:none;background:linear-gradient(115deg,transparent 0 38%,rgba(255,255,255,.015) 50%,transparent 62% 100%)}
.mgdc-hero-grid{display:block}.mgdc-hero-copy{max-width:720px}
.mgdc-hero-copy{padding:8px 0}
.mgdc-hero-copy h1{max-width:760px;margin:22px 0 22px;font-family:"Kumbh Sans","Inter",sans-serif;font-size:clamp(52px,4.9vw,76px);line-height:.96;letter-spacing:-.055em;font-weight:950;color:#fff}
.mgdc-hero-copy h1 em{font-style:normal;color:#ff6200}
.mgdc-hero-copy>p{max-width:650px;margin:0;color:#c8ccd3;font-size:18px;line-height:1.55}
.mgdc-primary-btn{display:inline-flex;align-items:center;justify-content:center;gap:14px;min-width:330px;min-height:64px;margin-top:34px;padding:0 25px;border:1px solid rgba(255,177,108,.40);border-radius:17px;background:linear-gradient(135deg,#ff8b1e,#ff6600);color:#fff!important;font-size:12px;font-weight:950;letter-spacing:.11em;box-shadow:0 16px 36px rgba(255,106,0,.28),0 0 24px rgba(255,106,0,.12),inset 0 1px 0 rgba(255,255,255,.34);transition:transform .2s ease,box-shadow .2s ease}
.mgdc-primary-btn:hover{transform:translateY(-2px);box-shadow:0 20px 44px rgba(255,106,0,.38),0 0 30px rgba(255,106,0,.18)}
.mgdc-primary-btn svg{width:23px;height:23px;fill:currentColor}.mgdc-primary-btn b{margin-left:auto;font-size:25px;font-weight:500;line-height:1}

.mgdc-summary-wrap{position:relative;min-height:500px;display:grid;place-items:center}
.mgdc-summary-wrap:before{content:"";position:absolute;width:390px;height:390px;border-radius:50%;background:radial-gradient(circle,rgba(255,114,0,.33),rgba(255,114,0,.09) 42%,transparent 72%);filter:blur(18px)}
.mgdc-summary-ghost,.mgdc-summary-card{position:absolute;width:370px;height:445px;border-radius:28px}
.mgdc-summary-ghost{border:1px solid rgba(255,255,255,.11);background:linear-gradient(155deg,rgba(24,25,28,.52),rgba(8,9,11,.36));box-shadow:0 30px 70px rgba(0,0,0,.34)}
.mgdc-summary-ghost-one{transform:translate(53px,-18px) rotate(7deg);opacity:.43}
.mgdc-summary-ghost-two{transform:translate(29px,-6px) rotate(3.6deg);opacity:.66}
.mgdc-summary-card{position:relative;z-index:3;padding:28px 30px 30px;border:1px solid rgba(255,122,19,.82);background:radial-gradient(circle at 55% 5%,rgba(255,119,0,.20),transparent 27%),linear-gradient(160deg,rgba(23,24,27,.98),rgba(7,8,10,.98));box-shadow:0 34px 84px rgba(0,0,0,.46),0 0 34px rgba(255,119,0,.15),inset 0 1px 0 rgba(255,255,255,.08)}
.mgdc-summary-card:after{content:"";position:absolute;inset:0;border-radius:inherit;pointer-events:none;background:linear-gradient(120deg,transparent 0 42%,rgba(255,139,51,.055) 52%,transparent 64%)}
.mgdc-summary-icon{display:grid;place-items:center;width:118px;height:118px;margin:3px auto 23px;border-radius:30px;background:radial-gradient(circle,rgba(255,121,22,.22),rgba(255,121,22,.045));border:1px solid rgba(255,130,34,.24);box-shadow:0 0 44px rgba(255,119,0,.14),inset 0 1px 0 rgba(255,255,255,.055)}
.mgdc-summary-icon svg{width:64px;height:64px;fill:#ff7a17;filter:drop-shadow(0 0 12px rgba(255,119,0,.75))}
.mgdc-summary-list{position:relative;z-index:2;display:grid;gap:10px}
.mgdc-summary-list>div{display:grid;grid-template-columns:44px 1fr;align-items:center;gap:13px;min-height:68px;padding:10px 14px;border:1px solid rgba(255,255,255,.095);border-radius:15px;background:linear-gradient(180deg,rgba(255,255,255,.045),rgba(255,255,255,.017));box-shadow:inset 0 1px 0 rgba(255,255,255,.025)}
.mgdc-summary-mini{display:grid;place-items:center;width:40px;height:40px;border-radius:12px;background:rgba(255,255,255,.022)}
.mgdc-summary-mini svg{width:22px;height:22px;fill:#d4d9e1}
.mgdc-summary-text{display:grid;grid-template-columns:auto 1fr;align-items:baseline;column-gap:8px}
.mgdc-summary-text strong{color:#fff;font-size:15px;line-height:1.05}.mgdc-summary-text small{color:#a3a9b3;font-size:13px}

.mgdc-documents{padding:31px 0 76px;background:radial-gradient(circle at 87% 12%,rgba(255,104,0,.055),transparent 28%),linear-gradient(180deg,#060709 0%,#08090b 100%)}
.mgdc-doc-heading{margin-bottom:22px}
.mgdc-doc-list{display:grid;gap:12px}
.mgdc-doc-card{display:grid;grid-template-columns:122px minmax(0,1fr) 250px;gap:26px;align-items:center;min-height:172px;padding:20px 25px;border:1px solid rgba(255,102,0,.70);border-radius:22px;background:radial-gradient(circle at 92% 50%,rgba(255,105,0,.075),transparent 30%),linear-gradient(155deg,#151618,#0b0c0e);box-shadow:inset 0 1px 0 rgba(255,255,255,.045),0 18px 38px rgba(0,0,0,.18);transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}
.mgdc-doc-card:hover{transform:translateY(-2px);border-color:#ff6a00;box-shadow:0 22px 48px rgba(0,0,0,.26),0 0 24px rgba(255,101,0,.08),inset 0 1px 0 rgba(255,255,255,.055)}
.mgdc-doc-icon{display:grid;place-items:center;width:94px;height:112px;border-radius:22px;border:1px solid rgba(255,255,255,.11);background:radial-gradient(circle at 50% 43%,rgba(255,112,0,.15),transparent 58%),linear-gradient(150deg,#191a1d,#0d0e10);box-shadow:inset 0 1px 0 rgba(255,255,255,.04)}
.mgdc-doc-icon svg{width:44px;height:44px;fill:#ff7310;filter:drop-shadow(0 0 9px rgba(255,112,0,.46))}
.mgdc-doc-copy{min-width:0}
.mgdc-doc-badge{display:inline-flex;align-items:center;gap:7px;min-height:30px;padding:0 11px;border-radius:999px;border:1px solid rgba(255,105,0,.35);background:rgba(255,105,0,.10);color:#ff7818;font-size:9px;font-weight:950;letter-spacing:.12em}
.mgdc-doc-badge svg{width:14px;height:14px;fill:currentColor}
.mgdc-doc-copy h2{margin:10px 0 7px;color:#fff;font-family:"Kumbh Sans","Inter",sans-serif;font-size:29px;line-height:1.04;letter-spacing:-.035em;font-weight:900}
.mgdc-doc-copy p{margin:0;color:#aeb3bc;font-size:14px;line-height:1.45}
.mgdc-download{display:flex;align-items:center;justify-content:center;gap:18px;min-height:60px;padding:0 20px;border:1px solid rgba(255,105,0,.82);border-radius:16px;background:linear-gradient(180deg,rgba(255,105,0,.035),rgba(255,105,0,.012));color:#fff!important;font-family:inherit;font-size:10px;font-weight:950;letter-spacing:.16em;text-align:center;box-shadow:inset 0 1px 0 rgba(255,255,255,.025)}
.mgdc-download svg{width:24px;height:24px;fill:#ff6f0b}
.mgdc-download:disabled{opacity:1;cursor:default}

.mgdc-support{display:grid;grid-template-columns:68px minmax(0,1fr) auto;gap:17px;align-items:center;margin-top:31px;padding:17px 19px;border:1px solid rgba(255,255,255,.12);border-radius:22px;background:radial-gradient(circle at 78% 50%,rgba(255,105,0,.075),transparent 27%),linear-gradient(155deg,#151619,#0c0d0f);box-shadow:inset 0 1px 0 rgba(255,255,255,.04)}
.mgdc-support-icon{display:grid;place-items:center;width:60px;height:60px;border-radius:19px;border:1px solid rgba(255,105,0,.39);background:radial-gradient(circle,rgba(255,108,0,.14),rgba(255,108,0,.045))}
.mgdc-support-icon svg{width:31px;height:31px;fill:#ff7818}
.mgdc-support-copy strong{display:block;color:#fff;font-size:16px}.mgdc-support-copy span{display:block;margin-top:4px;color:#a8adb6;font-size:13px}
.mgdc-support-btn{display:inline-flex;align-items:center;justify-content:center;gap:16px;min-width:185px;min-height:52px;padding:0 22px;border:1px solid rgba(255,255,255,.18);border-radius:999px;background:rgba(255,255,255,.022);color:#fff!important;font-size:10px;font-weight:950;letter-spacing:.16em;transition:.2s ease}
.mgdc-support-btn:hover{border-color:rgba(255,105,0,.65);background:rgba(255,105,0,.06)}.mgdc-support-btn span{font-size:22px;line-height:1}

@media(max-width:820px){
 .mgdc-hero{padding:56px 0 58px}
 .mgdc-hero-grid{grid-template-columns:1fr;gap:24px}
 .mgdc-hero-copy h1{max-width:640px;font-size:clamp(40px,10.4vw,56px);margin:18px 0 16px;line-height:.98;letter-spacing:-.045em}
 .mgdc-hero-copy>p{max-width:620px;font-size:15px;line-height:1.5}
 .mgdc-summary-wrap{min-height:395px}
 .mgdc-summary-ghost,.mgdc-summary-card{width:min(335px,82%);height:355px;border-radius:22px}
 .mgdc-summary-card{padding:21px}
 .mgdc-summary-ghost-one{transform:translate(31px,-12px) rotate(6deg)}.mgdc-summary-ghost-two{transform:translate(17px,-5px) rotate(3deg)}
 .mgdc-summary-icon{width:86px;height:86px;margin:0 auto 17px;border-radius:23px}.mgdc-summary-icon svg{width:47px;height:47px}
 .mgdc-summary-list{gap:8px}.mgdc-summary-list>div{min-height:58px;grid-template-columns:38px 1fr;padding:8px 11px}.mgdc-summary-mini{width:34px;height:34px}.mgdc-summary-mini svg{width:19px;height:19px}
 .mgdc-summary-text strong{font-size:13px}.mgdc-summary-text small{font-size:11px}
 .mgdc-documents{padding:28px 0 62px}
 .mgdc-doc-card{grid-template-columns:78px minmax(0,1fr);gap:15px;min-height:0;padding:17px;border-radius:19px}
 .mgdc-doc-icon{width:72px;height:88px;border-radius:18px}.mgdc-doc-icon svg{width:35px;height:35px}
 .mgdc-doc-badge{min-height:26px;font-size:8px}.mgdc-doc-copy h2{font-size:21px;margin:8px 0 5px}.mgdc-doc-copy p{font-size:12px}
 .mgdc-download{grid-column:1/-1;width:100%;min-height:52px;margin-top:2px;border-radius:14px}
 .mgdc-support{grid-template-columns:54px minmax(0,1fr);gap:13px;padding:15px;border-radius:19px}.mgdc-support-icon{width:52px;height:52px;border-radius:16px}.mgdc-support-btn{grid-column:1/-1;width:100%;min-height:50px}
}
@media(max-width:430px){
 .mgdc-page .mg-shell{padding-left:20px;padding-right:20px}
 .mgdc-kicker{font-size:9px;letter-spacing:.19em;gap:10px}.mgdc-kicker>span{width:34px}
 .mgdc-hero-copy h1{font-size:40px;max-width:620px}
 .mgdc-summary-wrap{min-height:370px}
 .mgdc-summary-ghost,.mgdc-summary-card{width:80%;height:335px}
 .mgdc-summary-card{padding:18px}
 .mgdc-summary-icon{width:76px;height:76px;margin-bottom:14px}.mgdc-summary-icon svg{width:41px;height:41px}
 .mgdc-summary-list>div{min-height:54px}
 .mgdc-doc-card{grid-template-columns:68px minmax(0,1fr);padding:14px;gap:12px}.mgdc-doc-icon{width:64px;height:78px}.mgdc-doc-copy h2{font-size:19px}
}

/* CONTATO 3.0 — premium clean */
.mgct-page{overflow:hidden;background:#050607;color:#fff}.mgct-page .mg-shell{max-width:1180px}
.mgct-kicker{display:flex;align-items:center;gap:13px;color:#ff7600;font-size:11px;font-weight:950;letter-spacing:.23em;text-transform:uppercase}.mgct-kicker>span{display:block;width:50px;height:3px;border-radius:99px;background:#ff7600;box-shadow:0 0 16px rgba(255,118,0,.55)}
.mgct-hero{position:relative;isolation:isolate;padding:78px 0 82px;border-bottom:1px solid rgba(255,255,255,.08);background:radial-gradient(circle at 76% 35%,rgba(255,105,0,.24),transparent 29%),radial-gradient(circle at 26% 95%,rgba(255,105,0,.08),transparent 26%),linear-gradient(135deg,#040506 0%,#08090c 54%,#120905 100%)}.mgct-hero-grid{display:grid;grid-template-columns:minmax(0,1.04fr) minmax(390px,.96fr);gap:58px;align-items:center}.mgct-hero-copy h1{max-width:700px;margin:22px 0 20px;font-family:"Kumbh Sans","Inter",sans-serif;font-size:clamp(54px,5.2vw,80px);line-height:.94;letter-spacing:-.055em;font-weight:950;color:#fff}.mgct-hero-copy h1 em{font-style:normal;color:#ff6500}.mgct-hero-copy>p{max-width:590px;margin:0;color:#c9cdd3;font-size:19px;line-height:1.58}
.mgct-hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:31px}.mgct-btn{display:inline-flex;align-items:center;justify-content:center;gap:12px;min-height:56px;padding:0 21px;border:1px solid transparent;border-radius:16px;font-size:11px;font-weight:950;letter-spacing:.075em;transition:.2s ease}.mgct-btn:hover{transform:translateY(-2px)}.mgct-btn svg{width:21px;height:21px;fill:currentColor}.mgct-btn>span{font-size:20px;line-height:1}.mgct-btn-primary{background:linear-gradient(135deg,#ff8c20,#ff6700);color:#fff!important;box-shadow:0 15px 36px rgba(255,105,0,.25),inset 0 1px 0 rgba(255,255,255,.30)}.mgct-btn-ghost{border-color:rgba(255,255,255,.19);background:rgba(255,255,255,.035);color:#fff!important}
.mgct-visual{position:relative;min-height:440px;display:grid;place-items:center}.mgct-orbit{position:absolute;width:350px;height:350px;border-radius:50%;background:radial-gradient(circle,rgba(255,115,0,.25),rgba(255,115,0,.06) 43%,transparent 73%);filter:blur(15px)}.mgct-contact-panel{position:relative;z-index:2;width:min(390px,92%);padding:22px;border:1px solid rgba(255,115,0,.68);border-radius:28px;background:radial-gradient(circle at 58% 2%,rgba(255,105,0,.15),transparent 25%),linear-gradient(155deg,rgba(22,23,26,.98),rgba(8,9,11,.98));box-shadow:0 34px 80px rgba(0,0,0,.42),0 0 34px rgba(255,112,0,.11)}.mgct-contact-panel:before,.mgct-contact-panel:after{content:"";position:absolute;inset:15px -22px -15px 22px;z-index:-1;border:1px solid rgba(255,255,255,.08);border-radius:28px;background:rgba(10,11,13,.32);transform:rotate(4deg)}.mgct-contact-panel:after{inset:25px -42px -24px 42px;opacity:.55;transform:rotate(7deg)}
.mgct-panel-top{display:flex;align-items:center;gap:13px;padding:8px 8px 19px}.mgct-status-dot{width:12px;height:12px;border-radius:50%;background:#ff7200;box-shadow:0 0 0 7px rgba(255,114,0,.13),0 0 18px rgba(255,114,0,.75)}.mgct-panel-top small,.mgct-panel-line small{display:block;color:#8e949d;font-size:8px;font-weight:900;letter-spacing:.13em}.mgct-panel-top strong{display:block;margin-top:3px;color:#fff;font-size:18px}.mgct-panel-line{display:grid;grid-template-columns:44px 1fr;gap:13px;align-items:center;min-height:76px;padding:11px 13px;border:1px solid rgba(255,255,255,.09);border-radius:16px;background:linear-gradient(180deg,rgba(255,255,255,.043),rgba(255,255,255,.018));margin-top:9px}.mgct-panel-icon{display:grid;place-items:center;width:42px;height:42px;border-radius:13px;background:rgba(255,108,0,.08);border:1px solid rgba(255,108,0,.18)}.mgct-panel-icon svg{width:21px;height:21px;fill:#ff7b19}.mgct-panel-line strong{display:block;margin-top:4px;color:#fff;font-size:13px;overflow-wrap:anywhere}
.mgct-channels{padding:76px 0 80px;background:linear-gradient(180deg,#07080a 0%,#090a0d 100%)}.mgct-section-head{max-width:760px;margin-bottom:30px}.mgct-section-head h2{margin:16px 0 13px;font-family:"Kumbh Sans","Inter",sans-serif;font-size:clamp(40px,4.4vw,64px);line-height:.98;letter-spacing:-.048em;font-weight:950;color:#fff}.mgct-section-head h2 em{font-style:normal;color:#ff6700}.mgct-section-head p{margin:0;color:#9da3ac;font-size:14px}.mgct-channel-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.mgct-channel-card{display:grid;grid-template-columns:62px minmax(0,1fr) auto;gap:17px;align-items:center;min-height:128px;padding:20px;border:1px solid rgba(255,255,255,.10);border-radius:22px;background:radial-gradient(circle at 92% 50%,rgba(255,106,0,.07),transparent 28%),linear-gradient(155deg,#151619,#0b0c0e);color:#fff!important;transition:.2s ease}.mgct-channel-card:hover{transform:translateY(-3px);border-color:rgba(255,105,0,.58)}.mgct-channel-icon{display:grid;place-items:center;width:58px;height:58px;border-radius:18px;border:1px solid rgba(255,105,0,.30);background:rgba(255,105,0,.08)}.mgct-channel-icon svg{width:28px;height:28px;fill:#ff7818}.mgct-channel-card span{display:block;color:#ff7b19;font-size:8px;font-weight:950;letter-spacing:.13em}.mgct-channel-card h3{margin:6px 0 5px;color:#fff;font-size:20px;line-height:1.05;overflow-wrap:anywhere}.mgct-channel-card p{margin:0;color:#9298a1;font-size:12px}.mgct-channel-card>b{color:#ff7a16;font-size:27px;font-weight:400}
.mgct-actions{padding:0 0 78px;background:#050607}.mgct-action-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.mgct-action-card{position:relative;min-height:310px;padding:34px;border:1px solid rgba(255,255,255,.11);border-radius:26px;background:radial-gradient(circle at 90% 12%,rgba(255,105,0,.10),transparent 32%),linear-gradient(150deg,#15171a,#090a0c);overflow:hidden}.mgct-action-orange{border-color:rgba(255,105,0,.58);background:radial-gradient(circle at 88% 22%,rgba(255,105,0,.21),transparent 31%),linear-gradient(145deg,#12100e,#0c0907)}.mgct-action-card h2{max-width:480px;margin:18px 0 13px;font-family:"Kumbh Sans","Inter",sans-serif;font-size:clamp(30px,3.2vw,46px);line-height:1;letter-spacing:-.042em;color:#fff}.mgct-action-card p{max-width:500px;margin:0 0 25px;color:#9ca2aa;font-size:13px;line-height:1.62}
.mgct-footer-info{padding:0 0 80px;background:#050607}.mgct-info-bar{display:grid;grid-template-columns:1fr 1px 1.15fr auto;gap:24px;align-items:center;padding:24px 26px;border:1px solid rgba(255,255,255,.11);border-radius:23px;background:radial-gradient(circle at 82% 50%,rgba(255,105,0,.07),transparent 27%),linear-gradient(155deg,#151619,#0b0c0e)}.mgct-info-block span{display:block;color:#ff7818;font-size:8px;font-weight:950;letter-spacing:.14em}.mgct-info-block strong{display:block;margin-top:7px;color:#fff;font-size:15px}.mgct-info-block small{display:block;margin-top:4px;color:#949aa3;font-size:11px}.mgct-info-sep{height:50px;background:rgba(255,255,255,.10)}.mgct-central-btn{display:inline-flex;align-items:center;justify-content:center;gap:14px;min-height:50px;padding:0 20px;border:1px solid rgba(255,105,0,.52);border-radius:999px;background:rgba(255,105,0,.045);color:#fff!important;font-size:9px;font-weight:950;letter-spacing:.13em}.mgct-central-btn span{font-size:19px}
@media(max-width:900px){.mgct-hero-grid{grid-template-columns:1fr;gap:28px}.mgct-visual{min-height:390px}.mgct-channel-grid,.mgct-action-grid{grid-template-columns:1fr}.mgct-info-bar{grid-template-columns:1fr;gap:16px}.mgct-info-sep{display:none}.mgct-central-btn{width:100%}}
@media(max-width:700px){.mgct-page .mg-shell{padding-left:20px;padding-right:20px}.mgct-hero{padding:54px 0 58px}.mgct-kicker{font-size:9px;letter-spacing:.19em;gap:10px}.mgct-kicker>span{width:34px}.mgct-hero-copy h1{font-size:clamp(42px,11vw,57px);margin:18px 0 16px;line-height:.96}.mgct-hero-copy>p{font-size:15px;line-height:1.5}.mgct-hero-actions{display:grid}.mgct-btn{width:100%}.mgct-visual{min-height:355px}.mgct-contact-panel{width:min(315px,88%);padding:17px;border-radius:22px}.mgct-contact-panel:before{inset:13px -15px -13px 15px}.mgct-contact-panel:after{inset:20px -28px -19px 28px}.mgct-panel-top{padding:7px 6px 14px}.mgct-panel-top strong{font-size:16px}.mgct-panel-line{min-height:64px;padding:9px 10px}.mgct-panel-icon{width:36px;height:36px}.mgct-panel-line strong{font-size:11px}.mgct-channels{padding:58px 0 62px}.mgct-section-head h2{font-size:clamp(34px,9vw,46px)}.mgct-channel-grid{gap:10px}.mgct-channel-card{grid-template-columns:52px minmax(0,1fr) auto;min-height:108px;padding:15px;gap:13px;border-radius:18px}.mgct-channel-icon{width:50px;height:50px}.mgct-channel-card h3{font-size:17px}.mgct-channel-card p{font-size:11px}.mgct-actions{padding-bottom:58px}.mgct-action-card{min-height:0;padding:26px 21px;border-radius:22px}.mgct-action-card h2{font-size:32px}.mgct-footer-info{padding-bottom:64px}.mgct-info-bar{padding:20px}}
