body.mfdp-landing-page .wp-site-blocks > header,
body.mfdp-landing-page .wp-site-blocks > footer,
body.mfdp-landing-page .wp-block-post-title {
    display: none !important;
}

body.mfdp-landing-page .wp-site-blocks,
body.mfdp-landing-page .wp-site-blocks > main,
body.mfdp-landing-page .entry-content,
body.mfdp-landing-page .wp-block-post-content,
body.mfdp-landing-page .is-layout-constrained,
body.mfdp-landing-page .has-global-padding {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

body.mfdp-landing-page {
    margin: 0;
    overflow-x: hidden;
    background: #03142f;
}

.mfdp-page,
.mfdp-page * {
    box-sizing: border-box;
}

.mfdp-page {
    --mfdp-page-navy: #03142f;
    --mfdp-page-deep: #061f47;
    --mfdp-page-blue: #008bff;
    --mfdp-page-cyan: #35e4ff;
    --mfdp-page-ink: #0b1f38;
    --mfdp-page-muted: #51647a;
    width: 100vw !important;
    max-width: 100vw !important;
    margin-right: calc(50% - 50vw) !important;
    margin-left: calc(50% - 50vw) !important;
    overflow: hidden;
    color: var(--mfdp-page-ink);
    background: #f5faff;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 16px;
    line-height: 1.55;
}

.mfdp-page a {
    color: inherit;
    text-decoration: none;
}

.mfdp-page img {
    display: block;
    max-width: 100%;
}

.mfdp-page-container {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
}

.mfdp-page-nav {
    position: sticky;
    z-index: 80;
    top: 0;
    display: flex;
    min-height: 78px;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    padding: 11px clamp(20px, 4.8vw, 72px);
    border-bottom: 1px solid rgba(79, 216, 255, .22);
    background: rgba(3, 20, 47, .96);
    box-shadow: 0 12px 36px rgba(0, 12, 34, .18);
    backdrop-filter: blur(16px);
}

.mfdp-page-brand {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 12px;
    color: #fff !important;
    font-size: 17px;
    font-weight: 900;
    letter-spacing: -.02em;
    white-space: nowrap;
}

.mfdp-page-brand img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
    box-shadow: 0 0 0 3px rgba(53, 228, 255, .14);
}

.mfdp-page-nav nav {
    display: flex;
    min-width: 0;
    align-items: center;
    justify-content: center;
    gap: clamp(17px, 2.6vw, 34px);
    color: rgba(255, 255, 255, .9);
    font-size: 14px;
    font-weight: 800;
}

.mfdp-page-nav nav a {
    position: relative;
    padding: 10px 0;
    color: inherit !important;
    white-space: nowrap;
}

.mfdp-page-nav nav a::after {
    position: absolute;
    right: 0;
    bottom: 4px;
    left: 0;
    height: 2px;
    border-radius: 2px;
    background: var(--mfdp-page-cyan);
    content: "";
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .2s ease;
}

.mfdp-page-nav nav a:hover::after,
.mfdp-page-nav nav a:focus-visible::after {
    transform: scaleX(1);
}

.mfdp-nav-cta,
.mfdp-page-button {
    display: inline-flex;
    min-height: 50px;
    align-items: center;
    justify-content: center;
    gap: 16px;
    padding: 13px 22px;
    border: 0;
    border-radius: 9px;
    background: linear-gradient(110deg, #0088ff, #21dfff) !important;
    box-shadow: 0 16px 38px rgba(0, 172, 255, .25);
    color: #fff !important;
    font-size: 14px;
    font-weight: 900;
    line-height: 1.2;
    text-align: center;
    transition: transform .2s ease, box-shadow .2s ease;
}

.mfdp-nav-cta {
    min-height: 44px;
    flex: 0 0 auto;
    padding: 11px 17px;
    font-size: 13px;
}

.mfdp-nav-cta:hover,
.mfdp-nav-cta:focus-visible,
.mfdp-page-button:hover,
.mfdp-page-button:focus-visible {
    transform: translateY(-2px);
    box-shadow: 0 20px 44px rgba(0, 172, 255, .34);
}

.mfdp-nav-cta:focus-visible,
.mfdp-page-button:focus-visible,
.mfdp-page-nav a:focus-visible,
.mfdp-page-link:focus-visible {
    outline: 3px solid #fff;
    outline-offset: 4px;
}

.mfdp-page-hero {
    position: relative;
    min-height: 760px;
    overflow: hidden;
    background:
        radial-gradient(circle at 82% 40%, rgba(0, 205, 255, .27), transparent 28%),
        radial-gradient(circle at 10% 20%, rgba(0, 102, 255, .22), transparent 30%),
        linear-gradient(112deg, #02142f 0%, #062a5c 55%, #047f98 100%);
    color: #fff;
}

.mfdp-page-grid {
    position: absolute;
    inset: 0;
    opacity: .13;
    background-image:
        linear-gradient(rgba(101, 222, 255, .58) 1px, transparent 1px),
        linear-gradient(90deg, rgba(101, 222, 255, .58) 1px, transparent 1px);
    background-size: 72px 72px;
    mask-image: linear-gradient(90deg, rgba(0, 0, 0, .9), rgba(0, 0, 0, .25));
    pointer-events: none;
}

.mfdp-page-orb {
    position: absolute;
    border: 1px solid rgba(79, 224, 255, .25);
    border-radius: 50%;
    pointer-events: none;
}

.mfdp-page-orb-one {
    top: -190px;
    left: 42%;
    width: 430px;
    height: 430px;
}

.mfdp-page-orb-two {
    right: -170px;
    bottom: -250px;
    width: 580px;
    height: 580px;
}

.mfdp-page-hero-layout {
    position: relative;
    z-index: 2;
    display: grid;
    min-height: 760px;
    grid-template-columns: minmax(0, 1.08fr) minmax(380px, .92fr);
    align-items: center;
    gap: clamp(48px, 6vw, 86px);
    padding-top: 64px;
    padding-bottom: 68px;
}

.mfdp-page-copy {
    min-width: 0;
}

.mfdp-breadcrumb {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 26px;
    color: rgba(231, 247, 255, .67) !important;
    font-size: 12px;
    font-weight: 700;
}

.mfdp-breadcrumb:hover,
.mfdp-breadcrumb:focus-visible {
    color: #fff !important;
}

.mfdp-page-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--mfdp-page-cyan) !important;
    font-size: 12px;
    font-weight: 950;
    letter-spacing: .115em;
    line-height: 1.25;
    text-transform: uppercase;
}

.mfdp-page-eyebrow::before {
    width: 8px;
    height: 8px;
    flex: 0 0 8px;
    border-radius: 50%;
    background: currentColor;
    box-shadow: 0 0 15px currentColor;
    content: "";
}

.mfdp-page h1,
.mfdp-page h2,
.mfdp-page h3,
.mfdp-page p {
    margin-top: 0;
}

.mfdp-page-copy h1 {
    max-width: 720px;
    margin: 19px 0 0;
    color: #fff !important;
    font-size: clamp(46px, 4.7vw, 70px);
    font-weight: 950;
    letter-spacing: -.052em;
    line-height: .99;
    text-wrap: balance;
}

.mfdp-page-copy h1 em {
    display: block;
    margin-top: 8px;
    color: var(--mfdp-page-cyan) !important;
    font-style: normal;
}

.mfdp-page-lead {
    max-width: 690px;
    margin: 23px 0 0 !important;
    color: rgba(243, 250, 255, .82) !important;
    font-size: clamp(17px, 1.45vw, 20px);
    line-height: 1.6;
}

.mfdp-page-offer {
    display: flex;
    width: min(510px, 100%);
    align-items: stretch;
    gap: 12px;
    margin-top: 28px;
}

.mfdp-page-speed,
.mfdp-page-price,
.mfdp-ended-message {
    min-height: 86px;
    border: 1px solid rgba(126, 219, 255, .35);
    border-radius: 13px;
    background: rgba(255, 255, 255, .085);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08);
    backdrop-filter: blur(9px);
}

.mfdp-page-speed {
    display: flex;
    flex: 0 0 188px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 13px 20px;
}

.mfdp-page-speed strong {
    color: #fff !important;
    font-size: 44px;
    font-weight: 950;
    letter-spacing: -.06em;
    line-height: 1;
}

.mfdp-page-speed span {
    color: var(--mfdp-page-cyan) !important;
    font-size: 12px;
    font-weight: 950;
    letter-spacing: .08em;
}

.mfdp-page-price {
    display: grid;
    flex: 1 1 auto;
    grid-template-columns: auto auto;
    grid-template-rows: auto auto;
    align-content: center;
    column-gap: 8px;
    padding: 13px 22px;
}

.mfdp-page-price > span {
    grid-column: 1 / -1;
    color: rgba(255, 255, 255, .66);
    font-size: 11px;
    font-weight: 850;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.mfdp-page-price strong {
    color: #fff !important;
    font-size: 28px;
    font-weight: 950;
    letter-spacing: -.04em;
    line-height: 1.15;
}

.mfdp-page-price small {
    align-self: end;
    padding-bottom: 4px;
    color: rgba(255, 255, 255, .68);
    font-size: 12px;
}

.mfdp-ended-message {
    display: flex;
    width: min(510px, 100%);
    min-height: auto;
    flex-direction: column;
    gap: 3px;
    margin-top: 28px;
    padding: 17px 20px;
}

.mfdp-ended-message strong {
    color: #fff;
    font-size: 17px;
}

.mfdp-ended-message span {
    color: rgba(255, 255, 255, .73);
    font-size: 14px;
}

.mfdp-page-benefits {
    display: flex;
    flex-wrap: wrap;
    gap: 9px 17px;
    margin: 19px 0 0 !important;
    padding: 0 !important;
    color: rgba(245, 251, 255, .88);
    font-size: 13px;
    font-weight: 750;
    list-style: none !important;
}

.mfdp-page-benefits li {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin: 0 !important;
    padding: 0 !important;
}

.mfdp-page-benefits li::before {
    display: none !important;
}

.mfdp-page-benefits span {
    color: var(--mfdp-page-cyan);
    font-size: 16px;
    font-weight: 950;
}

.mfdp-page-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 18px 24px;
    margin-top: 27px;
}

.mfdp-page-link {
    color: inherit !important;
    font-size: 14px;
    font-weight: 900;
    text-decoration: underline !important;
    text-decoration-color: var(--mfdp-page-cyan) !important;
    text-underline-offset: 5px;
}

.mfdp-page-link:hover,
.mfdp-page-link:focus-visible {
    text-decoration-thickness: 2px !important;
}

.mfdp-page-note {
    margin: 12px 0 0 !important;
    color: rgba(230, 245, 255, .58) !important;
    font-size: 11px;
}

.mfdp-page-art {
    position: relative;
    width: min(475px, 100%);
    min-width: 0;
    margin: 0 auto !important;
    overflow: hidden;
    border: 1px solid rgba(86, 224, 255, .48);
    border-radius: 22px;
    background: #02122c;
    box-shadow: 0 38px 90px rgba(0, 12, 38, .5), 0 0 70px rgba(0, 211, 255, .13);
}

.mfdp-page-art::after {
    position: absolute;
    inset: auto 0 0;
    z-index: 1;
    height: 38%;
    background: linear-gradient(transparent, rgba(2, 17, 43, .95));
    content: "";
    pointer-events: none;
}

.mfdp-page-art picture,
.mfdp-page-art img {
    width: 100%;
}

.mfdp-page-art img {
    height: auto;
    aspect-ratio: 1003 / 1325;
    object-fit: cover;
    object-position: 50% 24%;
}

.mfdp-art-badge {
    position: absolute;
    z-index: 3;
    top: 18px;
    left: 18px;
    padding: 8px 12px;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 999px;
    background: rgba(3, 20, 47, .7);
    color: rgba(255, 255, 255, .92);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .09em;
    text-transform: uppercase;
    backdrop-filter: blur(10px);
}

.mfdp-page-art figcaption {
    position: absolute;
    z-index: 3;
    right: 18px;
    bottom: 18px;
    left: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin: 0 !important;
    padding: 13px 15px;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 11px;
    background: rgba(3, 20, 47, .72);
    color: #fff;
    backdrop-filter: blur(12px);
}

.mfdp-page-art figcaption span {
    color: rgba(255, 255, 255, .73);
    font-size: 10px;
    font-weight: 850;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.mfdp-page-art figcaption strong {
    color: var(--mfdp-page-cyan);
    font-size: 16px;
    font-weight: 950;
}

.mfdp-proof {
    position: relative;
    z-index: 4;
    background: #fff;
    box-shadow: 0 20px 50px rgba(3, 38, 82, .08);
}

.mfdp-proof-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.mfdp-proof-grid > div {
    display: flex;
    min-height: 122px;
    flex-direction: column;
    justify-content: center;
    gap: 3px;
    padding: 25px 30px;
    border-right: 1px solid #dbe9f5;
}

.mfdp-proof-grid > div:last-child {
    border-right: 0;
}

.mfdp-proof-grid strong {
    color: #073c83;
    font-size: 20px;
    font-weight: 950;
    letter-spacing: -.025em;
}

.mfdp-proof-grid span {
    color: var(--mfdp-page-muted);
    font-size: 12px;
    font-weight: 650;
}

.mfdp-page-section {
    padding: clamp(78px, 8vw, 118px) 0;
    background:
        radial-gradient(circle at 10% 20%, rgba(0, 170, 255, .07), transparent 30%),
        #f5faff;
}

.mfdp-section-heading {
    width: min(760px, 100%);
    margin-bottom: 48px;
}

.mfdp-section-heading h2,
.mfdp-coverage h2,
.mfdp-faq-intro h2,
.mfdp-final-cta h2 {
    margin: 17px 0 0;
    color: #082a57;
    font-size: clamp(38px, 4.4vw, 60px);
    font-weight: 950;
    letter-spacing: -.05em;
    line-height: 1.03;
    text-wrap: balance;
}

.mfdp-section-heading p,
.mfdp-faq-intro > p {
    max-width: 680px;
    margin: 19px 0 0;
    color: var(--mfdp-page-muted);
    font-size: 17px;
    line-height: 1.65;
}

.mfdp-feature-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.mfdp-feature-grid article {
    position: relative;
    min-height: 315px;
    overflow: hidden;
    padding: 31px;
    border: 1px solid #cee1f2;
    border-radius: 17px;
    background: rgba(255, 255, 255, .86);
    box-shadow: 0 24px 60px rgba(6, 46, 91, .08);
}

.mfdp-feature-grid article::after {
    position: absolute;
    right: -70px;
    bottom: -85px;
    width: 175px;
    height: 175px;
    border: 1px solid rgba(0, 163, 255, .18);
    border-radius: 50%;
    content: "";
}

.mfdp-feature-number {
    position: absolute;
    top: 30px;
    right: 30px;
    color: rgba(8, 60, 131, .24);
    font-size: 12px;
    font-weight: 950;
    letter-spacing: .1em;
}

.mfdp-feature-icon {
    display: grid;
    width: 53px;
    height: 53px;
    place-items: center;
    border: 1px solid rgba(0, 164, 255, .2);
    border-radius: 14px;
    background: linear-gradient(145deg, #e6f7ff, #dff4ff);
    color: #008ddf;
    font-size: 23px;
    font-weight: 950;
}

.mfdp-feature-grid h3 {
    margin: 48px 0 0;
    color: #082a57;
    font-size: 23px;
    font-weight: 950;
    letter-spacing: -.03em;
    line-height: 1.17;
}

.mfdp-feature-grid p {
    margin: 13px 0 0;
    color: var(--mfdp-page-muted);
    font-size: 14px;
    line-height: 1.65;
}

.mfdp-coverage {
    position: relative;
    overflow: hidden;
    padding: clamp(78px, 8vw, 112px) 0;
    background:
        radial-gradient(circle at 84% 34%, rgba(0, 213, 255, .24), transparent 27%),
        linear-gradient(112deg, #031831, #073267 58%, #047d91);
    color: #fff;
}

.mfdp-coverage-layout {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, .82fr);
    align-items: start;
    gap: 36px clamp(50px, 8vw, 110px);
}

.mfdp-coverage h2 {
    max-width: 670px;
    color: #fff;
}

.mfdp-coverage-layout > div:first-child > p {
    max-width: 650px;
    margin: 21px 0 0;
    color: rgba(240, 249, 255, .76);
    font-size: 17px;
    line-height: 1.65;
}

.mfdp-steps {
    display: grid;
    gap: 10px;
    grid-row: span 2;
}

.mfdp-steps > div {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    align-items: center;
    gap: 15px;
    padding: 17px;
    border: 1px solid rgba(126, 219, 255, .27);
    border-radius: 12px;
    background: rgba(255, 255, 255, .075);
    backdrop-filter: blur(8px);
}

.mfdp-steps > div > span {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border-radius: 11px;
    background: rgba(53, 228, 255, .14);
    color: var(--mfdp-page-cyan);
    font-size: 14px;
    font-weight: 950;
}

.mfdp-steps p {
    margin: 0;
    color: rgba(240, 249, 255, .68);
    font-size: 12px;
}

.mfdp-steps strong {
    display: block;
    margin-bottom: 2px;
    color: #fff;
    font-size: 14px;
}

.mfdp-coverage-layout > .mfdp-page-button {
    justify-self: start;
}

.mfdp-faq-section {
    background: #fff;
}

.mfdp-faq-layout {
    display: grid;
    grid-template-columns: minmax(300px, .78fr) minmax(0, 1.22fr);
    align-items: start;
    gap: clamp(50px, 7vw, 100px);
}

.mfdp-faq-intro {
    position: sticky;
    top: 118px;
}

.mfdp-faq-intro h2 {
    font-size: clamp(36px, 4vw, 54px);
}

.mfdp-faq-intro .mfdp-page-link {
    display: inline-block;
    margin-top: 24px;
    color: #0752a7 !important;
}

.mfdp-faq-list {
    border-top: 1px solid #ccdeed;
}

.mfdp-faq-list details {
    border-bottom: 1px solid #ccdeed;
}

.mfdp-faq-list summary {
    display: flex;
    min-height: 84px;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
    padding: 21px 4px;
    color: #092b56;
    font-size: 17px;
    font-weight: 900;
    line-height: 1.35;
    cursor: pointer;
    list-style: none;
}

.mfdp-faq-list summary::-webkit-details-marker {
    display: none;
}

.mfdp-faq-list summary span {
    display: grid;
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
    place-items: center;
    border-radius: 50%;
    background: #e7f7ff;
    color: #008fcf;
    font-size: 22px;
    font-weight: 500;
    transition: transform .2s ease;
}

.mfdp-faq-list details[open] summary span {
    transform: rotate(45deg);
}

.mfdp-faq-list details > p {
    max-width: 700px;
    margin: -4px 50px 24px 4px;
    color: var(--mfdp-page-muted);
    font-size: 14px;
    line-height: 1.7;
}

.mfdp-final-cta {
    padding: clamp(76px, 8vw, 112px) 0;
    background:
        radial-gradient(circle at 50% 130%, rgba(28, 218, 255, .36), transparent 40%),
        #03142f;
    color: #fff;
    text-align: center;
}

.mfdp-final-cta .mfdp-page-container {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.mfdp-final-cta h2 {
    max-width: 820px;
    color: #fff;
}

.mfdp-final-cta p {
    margin: 19px 0 0;
    color: rgba(238, 248, 255, .72);
    font-size: 17px;
}

.mfdp-final-cta .mfdp-page-button {
    margin-top: 28px;
}

.mfdp-page-footer {
    padding: 27px 0;
    border-top: 1px solid rgba(82, 213, 255, .17);
    background: #020e22;
    color: rgba(255, 255, 255, .7);
}

.mfdp-page-footer .mfdp-page-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
}

.mfdp-page-footer .mfdp-page-brand {
    font-size: 14px;
}

.mfdp-page-footer .mfdp-page-brand img {
    width: 42px;
    height: 42px;
}

.mfdp-page-footer p {
    margin: 0;
    font-size: 12px;
}

.mfdp-page-footer > div > a:last-child {
    color: #fff !important;
    font-size: 13px;
    font-weight: 850;
}

body.mfdp-landing-page nav[aria-label="Guias Mega Fibra"] {
    box-sizing: border-box;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 24px max(20px, calc((100vw - 1180px) / 2)) 31px !important;
    border-top: 1px solid rgba(82, 213, 255, .13);
    background: #03142f !important;
    color: rgba(232, 247, 255, .62) !important;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 12px;
    line-height: 2;
    text-align: center;
}

body.mfdp-landing-page nav[aria-label="Guias Mega Fibra"] strong {
    margin-right: 7px;
    color: #fff;
    font-weight: 900;
}

body.mfdp-landing-page nav[aria-label="Guias Mega Fibra"] a {
    color: #89eaff !important;
    font-weight: 750;
    text-decoration: none !important;
}

body.mfdp-landing-page nav[aria-label="Guias Mega Fibra"] a:hover,
body.mfdp-landing-page nav[aria-label="Guias Mega Fibra"] a:focus-visible {
    color: #fff !important;
    text-decoration: underline !important;
    text-underline-offset: 4px;
}

@media (max-width: 1040px) {
    .mfdp-page-nav {
        gap: 20px;
    }

    .mfdp-page-nav nav {
        gap: 17px;
    }

    .mfdp-page-hero-layout {
        grid-template-columns: minmax(0, 1fr) minmax(340px, .78fr);
        gap: 40px;
    }

    .mfdp-proof-grid > div {
        padding-inline: 20px;
    }
}

@media (max-width: 860px) {
    .mfdp-page-nav nav {
        display: none;
    }

    .mfdp-page-hero-layout {
        grid-template-columns: minmax(0, 1fr);
        padding-top: 58px;
        padding-bottom: 66px;
    }

    .mfdp-page-copy {
        max-width: 720px;
    }

    .mfdp-page-art {
        width: min(520px, 100%);
    }

    .mfdp-proof-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .mfdp-proof-grid > div:nth-child(2) {
        border-right: 0;
    }

    .mfdp-proof-grid > div:nth-child(-n + 2) {
        border-bottom: 1px solid #dbe9f5;
    }

    .mfdp-feature-grid {
        grid-template-columns: 1fr;
    }

    .mfdp-feature-grid article {
        min-height: auto;
    }

    .mfdp-feature-grid h3 {
        margin-top: 32px;
    }

    .mfdp-coverage-layout,
    .mfdp-faq-layout {
        grid-template-columns: 1fr;
    }

    .mfdp-steps {
        grid-row: auto;
    }

    .mfdp-faq-intro {
        position: static;
    }
}

@media (max-width: 600px) {
    .mfdp-page-container {
        width: min(100% - 32px, 1180px);
    }

    .mfdp-page-nav {
        min-height: 68px;
        padding: 9px 16px;
    }

    .mfdp-page-brand {
        gap: 9px;
        font-size: 14px;
    }

    .mfdp-page-brand img {
        width: 42px;
        height: 42px;
    }

    .mfdp-nav-cta {
        min-height: 40px;
        padding: 10px 13px;
        font-size: 11px;
    }

    .mfdp-page-hero-layout {
        padding-top: 47px;
        padding-bottom: 52px;
    }

    .mfdp-breadcrumb {
        margin-bottom: 20px;
    }

    .mfdp-page-copy h1 {
        font-size: clamp(40px, 12.4vw, 54px);
    }

    .mfdp-page-lead {
        font-size: 16px;
    }

    .mfdp-page-offer {
        flex-direction: column;
    }

    .mfdp-page-speed,
    .mfdp-page-price {
        width: 100%;
        flex-basis: auto;
    }

    .mfdp-page-price {
        grid-template-columns: auto 1fr;
    }

    .mfdp-page-benefits {
        align-items: flex-start;
        flex-direction: column;
    }

    .mfdp-page-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .mfdp-page-actions .mfdp-page-button {
        width: 100%;
    }

    .mfdp-page-actions .mfdp-page-link {
        align-self: center;
    }

    .mfdp-page-art {
        border-radius: 16px;
    }

    .mfdp-page-art figcaption {
        right: 12px;
        bottom: 12px;
        left: 12px;
    }

    .mfdp-proof-grid > div {
        min-height: 105px;
        padding: 20px 15px;
    }

    .mfdp-proof-grid strong {
        font-size: 17px;
    }

    .mfdp-page-section,
    .mfdp-coverage {
        padding-block: 70px;
    }

    .mfdp-section-heading {
        margin-bottom: 34px;
    }

    .mfdp-section-heading h2,
    .mfdp-coverage h2,
    .mfdp-faq-intro h2,
    .mfdp-final-cta h2 {
        font-size: clamp(35px, 10.5vw, 47px);
    }

    .mfdp-section-heading p,
    .mfdp-coverage-layout > div:first-child > p,
    .mfdp-faq-intro > p {
        font-size: 15px;
    }

    .mfdp-feature-grid article {
        padding: 25px;
    }

    .mfdp-coverage-layout > .mfdp-page-button {
        width: 100%;
    }

    .mfdp-faq-list summary {
        font-size: 15px;
    }

    .mfdp-page-footer .mfdp-page-container {
        align-items: flex-start;
        flex-direction: column;
        gap: 14px;
    }

    body.mfdp-landing-page nav[aria-label="Guias Mega Fibra"] {
        padding-right: 16px !important;
        padding-left: 16px !important;
    }

    body.mfdp-landing-page nav[aria-label="Guias Mega Fibra"] strong {
        display: block;
        margin: 0 0 5px;
    }
}

@media (max-width: 390px) {
    .mfdp-page-brand span {
        display: none;
    }

    .mfdp-page-copy h1 {
        font-size: 38px;
    }

    .mfdp-page-eyebrow {
        font-size: 10px;
    }

    .mfdp-proof-grid {
        grid-template-columns: 1fr;
    }

    .mfdp-proof-grid > div {
        border-right: 0;
        border-bottom: 1px solid #dbe9f5;
    }

    .mfdp-proof-grid > div:last-child {
        border-bottom: 0;
    }
}

@media (prefers-reduced-motion: reduce) {
    .mfdp-page *,
    .mfdp-page *::before,
    .mfdp-page *::after {
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
    }
}
