:root {
    --purple-950: #2f0d4f;
    --purple-900: #3b1261;
    --purple-800: #551792;
    --purple-700: #782dc8;
    --purple-600: #8b2cdb;
    --purple-100: #eee5f5;
    --purple-50: #f7f2fb;
    --orange: #f65000;
    --ink: #242329;
    --muted: #66616c;
    --line: #e5dde9;
    --white: #fff;
    --green: #17a56b;
    --container: 1180px;
    --shadow: 0 18px 42px rgba(47, 13, 79, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 145px; }
body { margin: 0; font-family: 'Archivo', sans-serif; color: var(--ink); background: #fff; -webkit-font-smoothing: antialiased; }
body, button { font-size: 16px; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { font: inherit; }
.container { width: min(calc(100% - 48px), var(--container)); margin-inline: auto; }

.topbar { position: absolute; inset: 0 0 auto; z-index: 1000; color: #fff; }
.topbar__utility { height: 88px; display: flex; align-items: center; gap: 34px; }
.brand { display: inline-flex; align-items: center; flex: 0 0 auto; }
.brand img { width: 138px; }
.topbar__quick-links { margin-left: auto; display: flex; align-items: center; gap: 30px; }
.topbar__quick-links a { display: inline-flex; align-items: center; gap: 8px; color: rgba(255,255,255,.88); font-size: .9rem; }
.topbar__quick-links i { color: #d7a8ff; }
.nav-shell { min-height: 66px; padding: 0 24px; border-radius: 5px; background: #fff; color: var(--purple-700); display: flex; align-items: center; box-shadow: 0 10px 28px rgba(15,4,26,.14); }
.nav { display: flex; align-items: center; gap: 42px; }
.nav a { position: relative; padding: 23px 0; font-size: 1rem; font-weight: 500; }
.nav-shell__cta { margin-left: auto; display: inline-flex; align-items: center; gap: 10px; padding: 12px 18px; border-radius: 4px; background: var(--purple-700); color: #fff; font-size: .86rem; font-weight: 700; }
.menu-toggle { display: none; margin-left: auto; width: 44px; height: 44px; place-items: center; border: 1px solid rgba(255,255,255,.24); border-radius: 5px; background: rgba(255,255,255,.08); color: #fff; }

.hero { min-height: 830px; padding-top: 154px; background: var(--purple-950); color: #fff; overflow: hidden; }
.hero__grid { min-height: 676px; padding: 90px 0 74px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: center; gap: 44px; }
.hero__copy { position: relative; z-index: 2; }
.hero__kicker, .section-label { display: block; margin-bottom: 22px; color: var(--purple-700); font-size: .82rem; font-weight: 700; letter-spacing: .025em; }
.hero__kicker { color: #fff; font-weight: 400; }
.hero h1 { margin: 0; max-width: 660px; font-size: clamp(3rem, 5.2vw, 3.5rem); line-height: .99; letter-spacing: -.045em; font-weight: 700; }
.hero__title-line { display: block; white-space: nowrap; }
.hero__copy > p { max-width: 645px; margin: 28px 0 0; color: rgba(255,255,255,.9); font-size: 1rem; line-height: 1.52; }
.hero__actions { margin-top: 34px; display: flex; align-items: center; gap: 24px; flex-wrap: wrap; }
.hero__actions .btn { min-height: 58px; padding-inline: 34px; font-size: 1rem; }
.btn { min-height: 48px; padding: 0 24px; border: 0; border-radius: 5px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; font-weight: 700; font-size: .9rem; cursor: pointer; transition: transform .2s ease, filter .2s ease; }
.btn:hover { transform: translateY(-2px); filter: brightness(1.05); }
.btn--primary { background: var(--purple-600); color: #fff; }
.btn--light { background: #fff; color: var(--purple-800); }
.btn--orange { background: var(--orange); color: #fff; border-radius: 999px; }
.hero__visual { min-width: 0; min-height: 510px; position: relative; display: grid; place-items: center end; }
.hero__panel { width: 100%; max-width: 100%; height: auto; overflow: visible; background: transparent; }
.hero__panel img { width: 100%; height: auto; object-fit: contain; }
.hero__tag { position: absolute; z-index: 3; display: flex; align-items: center; gap: 8px; padding: 13px 18px; border-radius: 999px; background: linear-gradient(90deg, #8e2ee3, #6d21bd); color: #fff; box-shadow: 0 10px 28px rgba(23,5,38,.3); font-size: .86rem; font-weight: 700; }
.hero__tag--top { top: 68px; right: 0; }
.hero__tag--middle { top: 225px; right: 0; }
.hero__tag--bottom { top: 56%; bottom: auto; left: 28%; right: auto; }

.section { padding: 100px 0; }
.plans { background: var(--purple-100); }
.plans__container { max-width: 1180px; }
.plans__heading { max-width: 820px; margin: 0 auto; text-align: center; }
.plans__heading .section-label { margin-bottom: 16px; }
.plans h2, .structure h2, .support-split h2, .benefits h2, .faq h2 { margin: 0; font-size: 2.1rem; line-height: 1.05; letter-spacing: -.04em; }
.plans__heading h2 { color: var(--purple-700); }
.plans__heading p { margin: 22px 0 0; color: var(--muted); }
.pricing-grid { margin-top: 70px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 32px; align-items: stretch; }
.pricing-card { position: relative; min-width: 0; padding: 38px 34px 34px; border: 1px solid #d6c8df; border-radius: 14px; background: #fff; box-shadow: var(--shadow); }
.pricing-card--featured { border-top: 0; border-color: var(--purple-700); border-radius: 0 0 14px 14px; box-shadow: 0 22px 52px rgba(83, 25, 131, .18); }
.pricing-card__highlight { position: absolute; left: -1px; right: -1px; top: -36px; height: 36px; display: grid; place-items: center; border-radius: 14px 14px 0 0; background: var(--purple-700); color: #fff; font-size: .72rem; font-weight: 700; }
.pricing-card h3 { margin: 0 0 8px; font-size: 1.65rem; }
.pricing-card__description { margin: 0; color: var(--muted); line-height: 1.55; font-size: .9rem; }
.pricing-card__price { min-height: 94px; margin-top: 24px; color: var(--ink); }
.pricing-card__price > span { display: block; color: var(--muted); font-size: .88rem; }
.pricing-card__price .pricing-card__old-price { color: var(--ink); font-size: .8rem; font-weight: 500; }
.pricing-card__old-price s { color: inherit; font-weight: inherit; }
.pricing-card__price strong { display: block; margin-top: 5px; color: var(--ink); font-size: 2.5rem; line-height: 1; }
.pricing-card__price small, .pricing-card__price em { font-size: .82rem; font-style: normal; }
.pricing-card__price p { margin: 8px 0 0; color: var(--muted); font-size: .75rem; }
.pricing-card__button { width: 100%; margin: 14px 0 16px; }
.pricing-card__spotlights { padding: 20px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px 16px; border-radius: 8px; background: var(--purple-50); }
.pricing-card__spotlights div { display: flex; align-items: flex-start; gap: 12px; }
.pricing-card__spotlights i { width: 24px; padding-top: 3px; color: var(--purple-700); text-align: center; }
.pricing-card__spotlights span { display: grid; gap: 3px; color: var(--muted); font-size: .76rem; }
.pricing-card__spotlights strong { color: var(--purple-700); font-size: .86rem; }
.pricing-card__features { margin-top: 26px; padding-top: 24px; border-top: 1px solid var(--line); }
.pricing-card__features h4 { margin: 0 0 17px; font-size: 1rem; font-weight: 500; }
.pricing-card__features ul { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: .85fr 1.15fr; gap: 14px 20px; }
.pricing-card__features li { display: flex; align-items: flex-start; gap: 9px; color: #4c4750; font-size: .79rem; line-height: 1.35; }
.pricing-card__features i { color: var(--green); margin-top: 1px; }
.pricing-card__feature--nowrap span { white-space: nowrap; }
.plans__disclaimer { margin: 34px 0 0; color: var(--muted); font-size: .72rem; font-weight: 400; text-align: center; }

.structure { background: linear-gradient(180deg, #fff 0%, var(--purple-50) 100%); color: var(--ink); overflow: hidden; }
.structure__grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 82px; align-items: center; }
.structure__visual { order: 2; }
.structure__copy { order: 1; }
.structure__image-wrap { position: relative; padding: 0; border-radius: 52% 48% 13% 45%; background: transparent; box-shadow: 0 24px 60px rgba(32,4,57,.25); }
.structure__image-wrap img { width: 100%; height: 440px; object-fit: cover; object-position: center; border-radius: inherit; }
.structure__copy .section-label { color: var(--purple-700); }
.structure__copy h2 { color: var(--purple-700); }
.structure__copy > p { margin: 24px 0 30px; color: var(--muted); line-height: 1.75; }
.structure .btn--light { background: var(--purple-700); color: #fff; }

.section--white { background: linear-gradient(180deg, #fff 0%, var(--purple-50) 100%); }
.support-split { display: grid; grid-template-columns: .9fr 1.1fr; gap: 85px; align-items: center; }
.support-split__visual { position: relative; overflow: visible; }
.support-split__visual img { width: 100%; height: 450px; object-fit: cover; object-position: left top; border-radius: 48% 52% 45% 13%; box-shadow: 0 24px 60px rgba(32,4,57,.25); }
.support-split h2 { color: var(--purple-700); }
.support-split__text { margin-top: 30px; max-width: 620px; }
.support-split__text p { margin: 0 0 18px; color: var(--muted); font-size: 1rem; line-height: 1.75; }
.support-split__text .lead { color: var(--muted); font-size: 1rem; font-weight: 400; }

.benefits { padding: 96px 0 110px; background: var(--purple-100); }
.benefits__heading { max-width: 820px; margin: 0 auto; text-align: center; }
.benefits__heading .section-label { margin-bottom: 16px; color: var(--ink); }
.benefits h2 { color: var(--purple-700); text-align: center; }
.benefits__heading > p { max-width: 690px; margin: 20px auto 0; color: var(--muted); font-size: 1rem; line-height: 1.6; }
.benefits__grid { margin-top: 54px; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px; }
.benefits article { min-height: 215px; padding: 28px 30px; border-radius: 16px; background: #fff; text-align: center; box-shadow: 0 12px 32px rgba(55,19,83,.12); transition: transform .2s ease, box-shadow .2s ease; }
.benefits article:hover { transform: translateY(-4px); box-shadow: 0 18px 38px rgba(47,13,79,.17); }
.benefits article > i { width: 58px; height: 58px; margin: 0 auto; display: grid; place-items: center; border-radius: 14px; background: var(--purple-50); color: var(--purple-700); font-size: 1.45rem; }
.benefits h3 { margin: 20px 0 10px; color: var(--purple-950); font-size: 1.06rem; line-height: 1.25; }
.benefits article p { margin: 0; color: var(--muted); font-size: .88rem; line-height: 1.6; }

.essential-features { background: linear-gradient(180deg, #fff 0%, var(--purple-50) 100%); }
.essential-features__heading { max-width: 820px; margin: 0 auto; text-align: center; }
.essential-features__heading .section-label { margin-bottom: 15px; }
.essential-features__heading h2 { margin: 0; color: var(--purple-700); font-size: 2.1rem; line-height: 1.08; letter-spacing: -.04em; }
.essential-features__heading p { max-width: 680px; margin: 20px auto 0; color: var(--muted); font-size: 1rem; line-height: 1.6; }
.essential-features__grid { margin-top: 54px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.essential-features article { min-height: 205px; padding: 28px 28px 26px; border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: 0 12px 30px rgba(47,13,79,.08); transition: transform .2s ease, box-shadow .2s ease; }
.essential-features article:hover { transform: translateY(-4px); box-shadow: 0 18px 38px rgba(47,13,79,.13); }
.essential-features__icon { width: 58px; height: 58px; padding: 10px; display: grid; place-items: center; border-radius: 14px; background: var(--purple-100); }
.essential-features__icon img { width: 38px; height: 38px; object-fit: contain; }
.essential-features__icon > i { color: #21759b; font-size: 2.35rem; }
.essential-features h3 { margin: 20px 0 9px; color: var(--ink); font-size: 1rem; }
.essential-features article p { margin: 0; color: var(--muted); font-size: .88rem; line-height: 1.6; }

.mail-feature { padding-block: 80px; background: var(--purple-100); color: var(--ink); overflow: hidden; }
.mail-feature__grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 78px; align-items: center; }
.mail-feature__copy .section-label { color: var(--ink); }
.mail-feature h2 { margin: 0; color: var(--purple-700); font-size: 2.1rem; line-height: 1.05; letter-spacing: -.04em; }
.mail-feature__copy p { max-width: 565px; margin: 24px 0 0; color: var(--muted); font-size: 1rem; line-height: 1.72; }
.mail-feature__copy p + p { margin-top: 14px; }
.mail-feature__copy strong { color: var(--purple-700); }
.mail-feature__copy .btn { margin-top: 30px; min-height: 54px; padding-inline: 28px; }
.mail-feature__visual { position: relative; width: 107%; min-width: 0; margin-left: -7%; }
.mail-feature__crop { width: 100%; overflow: hidden; border-radius: 72px 18px 72px 18px; box-shadow: 0 24px 58px rgba(47,13,79,.18); }
.mail-feature__image-frame { width: 106.55%; aspect-ratio: 1.9 / 1; overflow: hidden; }
.mail-feature__visual img { width: 115%; max-width: none; height: 100%; object-fit: cover; object-position: left top; }

.faq { background: linear-gradient(180deg, #fff 0%, var(--purple-50) 100%); }
.faq__grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 80px; }
.faq__intro h2 { color: var(--purple-700); }
.faq__intro p { color: var(--muted); line-height: 1.6; }
.faq__list { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item > button { width: 100%; padding: 21px 0; border: 0; background: transparent; display: flex; align-items: center; justify-content: space-between; gap: 20px; color: var(--ink); text-align: left; font-weight: 600; cursor: pointer; }
.faq-item > button i { color: var(--purple-700); transition: transform .2s ease; }
.faq-item__answer { max-height: 0; overflow: hidden; transition: max-height .3s ease; }
.faq-item__answer p { margin: 0; padding: 0 36px 20px 0; color: var(--muted); font-size: .9rem; line-height: 1.65; }
.faq-item.is-open .faq-item__answer { max-height: 220px; }
.faq-item.is-open > button i { transform: rotate(45deg); }

.footer { padding: 0 0 24px; background: linear-gradient(180deg, var(--purple-950) 0%, #25083e 100%); color: #fff; }
.footer__main { padding-top: 58px; display: grid; grid-template-columns: 1fr repeat(4, minmax(0, .9fr)); gap: 48px; }
.footer__brand img { width: 154px; }
.footer__column { display: grid; align-content: start; gap: 13px; }
.footer__column strong { margin-bottom: 7px; color: #fff; font-size: .88rem; }
.footer__column a { width: fit-content; color: rgba(255,255,255,.62); font-size: .8rem; transition: color .2s ease, transform .2s ease; }
.footer__column a:hover { color: #fff; transform: translateX(3px); }
.footer__column-title { display: flex; align-items: center; gap: 7px; }
.footer__soon { flex: 0 0 auto; width: fit-content; padding: 4px 7px; border: 1px solid rgba(208,157,250,.3); border-radius: 999px; background: rgba(139,44,219,.2); color: #ddb6fb; font-size: .56rem; font-style: normal; font-weight: 700; line-height: 1; }
.footer__contact-grid { margin-top: 48px; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.footer__contact-card { min-width: 0; min-height: 76px; padding: 14px 16px; display: flex; align-items: center; gap: 13px; border: 1px solid rgba(255,255,255,.12); border-radius: 14px; background: rgba(255,255,255,.035); transition: border-color .2s ease, background .2s ease, transform .2s ease; }
.footer__contact-card:hover { border-color: rgba(203,143,252,.45); background: rgba(255,255,255,.065); transform: translateY(-2px); }
.footer__contact-card > i { flex: 0 0 auto; width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; background: rgba(139,44,219,.18); color: #c98ef7; font-size: 1rem; }
.footer__contact-card span { min-width: 0; display: grid; gap: 3px; }
.footer__contact-card small { overflow: hidden; color: rgba(255,255,255,.5); font-size: .68rem; text-overflow: ellipsis; white-space: nowrap; }
.footer__contact-card strong { overflow: hidden; color: rgba(255,255,255,.88); font-size: .8rem; text-overflow: ellipsis; white-space: nowrap; }
.footer__meta { margin-top: 42px; display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.footer__certifications { display: flex; align-items: center; gap: 36px; }
.footer__trust-badge { display: block; opacity: .62; transition: opacity .2s ease, transform .2s ease; }
.footer__trust-badge:hover { opacity: .9; transform: translateY(-2px); }
.footer__trust-badge img { width: auto; max-width: none; object-fit: contain; }
.footer__trust-badge--site img { height: 36px; filter: brightness(0) invert(1); }
.footer__trust-badge--google img { height: 48px; filter: brightness(0) invert(1); }
.footer__legal-links { display: flex; justify-content: flex-end; gap: 28px; }
.footer__legal-links a { color: rgba(255,255,255,.65); font-size: .7rem; }
.footer__legal-links a:hover { color: #fff; }
.footer__bottom { margin-top: 22px; display: flex; align-items: center; color: rgba(255,255,255,.5); font-size: .65rem; line-height: 1.35; }
.whatsapp-float { position: fixed; right: 22px; bottom: 22px; z-index: 999; width: 56px; height: 56px; border-radius: 50%; display: grid; place-items: center; background: #19b964; color: #fff; font-size: 1.65rem; box-shadow: 0 12px 30px rgba(0,0,0,.22); }
.whatsapp-float span { display: none; }

.support-split__content .section-label,
.structure__copy .section-label,
.plans__heading .section-label,
.essential-features__heading .section-label,
.faq__intro .section-label { color: var(--ink); }

@media (min-width: 981px) {
    .benefits .container { width: min(calc(100% - 36px), 1360px); }
    .whatsapp-float { right: 24px; bottom: 24px; width: auto; height: 60px; padding: 0 21px 0 18px; border-radius: 999px; display: flex; gap: 11px; background: #25d366; font-size: 1.75rem; box-shadow: 0 12px 30px rgba(21,96,48,.28); }
    .whatsapp-float span { display: inline; font-size: .78rem; font-weight: 700; white-space: nowrap; }
}

@media (max-width: 980px) {
    .topbar__utility { height: 76px; }
    .topbar__quick-links { display: none; }
    .menu-toggle { display: grid; }
    .nav-shell { position: relative; min-height: 0; padding: 0; background: transparent; box-shadow: none; }
    .nav-shell__cta { display: none; }
    .nav { position: absolute; top: 0; left: 0; right: 0; padding: 16px; border-radius: 7px; display: grid; gap: 0; background: #fff; color: var(--purple-700); opacity: 0; visibility: hidden; transform: translateY(-8px); transition: .2s ease; box-shadow: var(--shadow); }
    .nav.is-open { opacity: 1; visibility: visible; transform: none; }
    .nav a { padding: 13px 10px; }
    .nav a::after { display: none; }
    .hero { min-height: auto; padding-top: 76px; }
    .hero__grid, .structure__grid, .support-split, .mail-feature__grid, .faq__grid { grid-template-columns: 1fr; }
    .hero__grid { padding: 70px 0; gap: 48px; }
    .hero__copy { max-width: 720px; }
    .hero__visual { min-height: 480px; place-items: center; }
    .hero__panel { width: 680px; max-width: 100%; transform: none; }
    .mail-feature__visual { width: 100%; margin-left: 0; }
    .mail-feature__image-frame { width: 115%; }
    .structure__grid, .support-split, .mail-feature__grid { gap: 54px; }
    .pricing-grid { max-width: 560px; margin-inline: auto; grid-template-columns: 1fr; gap: 62px; }
    .benefits__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .essential-features__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .faq__grid { gap: 46px; }
    .footer__main { grid-template-columns: repeat(2, 1fr); gap: 42px 36px; }
    .footer__brand { grid-column: 1 / -1; }
    .footer__contact-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 680px) {
    .container { width: min(calc(100% - 30px), var(--container)); }
    .brand img { width: 118px; }
    .hero__grid { padding: 48px 0 58px; }
    .hero__copy { text-align: center; }
    .hero h1 { margin-inline: auto; font-size: 2.1rem; }
    .hero__title-line { white-space: normal; }
    .hero__copy > p { margin-inline: auto; font-size: 1rem; }
    .hero__actions { width: 100%; }
    .hero__actions .btn { width: 100%; }
    .hero__visual { min-height: 355px; }
    .hero__panel { width: 100%; max-width: 100%; height: auto; }
    .hero__tag { padding: 9px 12px; font-size: .7rem; }
    .hero__tag--top { top: 58px; right: 18%; }
    .hero__tag--middle { top: 215px; right: -4px; }
    .hero__tag--bottom { top: 68%; bottom: auto; left: 18%; right: auto; }
    .section { padding: 72px 0; }
    .plans h2, .structure h2, .support-split h2, .benefits h2, .faq h2 { font-size: 2.1rem; }
    .pricing-card { padding: 34px 22px 26px; }
    .pricing-card__description { font-size: .9375rem; }
    .pricing-card__spotlights { grid-template-columns: 1fr; }
    .pricing-card__spotlights span { font-size: .875rem; }
    .pricing-card__spotlights strong { font-size: .9375rem; }
    .pricing-card__features ul { grid-template-columns: 1fr; }
    .pricing-card__features li { font-size: .875rem; }
    .pricing-card__feature--nowrap span { white-space: normal; }
    .support-split__content { order: 1; }
    .support-split__visual { order: 2; }
    .structure__image-wrap img, .support-split__visual img { height: 300px; }
    .structure .btn--light, .mail-feature__copy .btn { width: 100%; }
    .mail-feature__crop { border-radius: 48px 14px 48px 14px; }
    .benefits__grid { grid-template-columns: 1fr; }
    .benefits article { min-height: auto; }
    .benefits article p, .essential-features article p { font-size: .9375rem; }
    .essential-features__grid { grid-template-columns: 1fr; }
    .essential-features__heading { text-align: left; }
    .essential-features__desktop-break { display: none; }
    .faq-item > button { font-size: 1rem; }
    .faq-item__answer p { font-size: .9375rem; }
    .footer__main { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 34px 24px; }
    .footer__brand { grid-column: 1 / -1; display: flex; justify-content: center; }
    .footer__contact-grid { grid-template-columns: 1fr; gap: 12px; }
    .footer__meta { align-items: flex-start; flex-direction: column; gap: 24px; }
    .footer__certifications { width: 100%; flex-wrap: nowrap; gap: 18px; }
    .footer__trust-badge { min-width: 0; }
    .footer__trust-badge--site { flex: 1 1 auto; }
    .footer__trust-badge--google { flex: 0 1 auto; }
    .footer__trust-badge--site img { width: 100%; max-width: 222px; height: auto; }
    .footer__trust-badge--google img { width: auto; max-width: 100%; height: 48px; }
    .footer__legal-links { width: 100%; align-items: center; justify-content: flex-start; flex-direction: row; flex-wrap: nowrap; gap: 20px; }
    .footer__column a, .footer__contact-card small, .footer__contact-card strong, .footer__legal-links a, .footer__bottom { font-size: .8125rem; }
    .footer__bottom { align-items: flex-start; flex-direction: column; gap: 8px; }
}
