:root {
    --mb-green: #3fae5a;
    --mb-green-dark: #2f9347;
    --mb-orange: #ff9f26;
    --mb-text: #262b2f;
    --mb-muted: #6b737b;
    --mb-soft: #f5f7f9;
    --mb-soft-blue: #edf4f6;
    --mb-border: #dfe5ea;
    --mb-footer: #58666d;
    --mb-white: #ffffff;
    --mb-shadow: 0 22px 45px rgba(34, 44, 53, 0.18);
}

html {
    scroll-behavior: smooth;
}

.site-body {
    background: #ffffff;
    color: var(--mb-text);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.mb-main-full {
    width: 100%;
    overflow: hidden;
}

.mb-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: rgba(255, 255, 255, 0.96);
    border-bottom: 1px solid var(--mb-border);
    backdrop-filter: blur(10px);
}

.mb-navbar {
    min-height: 58px;
    padding: 0;
}

.mb-navbar-container {
    min-height: 58px;
}

.mb-brand,
.mb-footer-brand {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: var(--mb-text);
    text-decoration: none;
}

.mb-brand:hover,
.mb-footer-brand:hover {
    color: var(--mb-text);
}

.mb-brand-mark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    border: 2px solid currentColor;
    font-size: 9px;
    line-height: 1;
    color: #68727a;
}

.mb-brand-text {
    display: flex;
    flex-direction: column;
    line-height: 1;
}

.mb-brand-name {
    font-size: 17px;
    font-weight: 800;
    letter-spacing: -0.04em;
}

.mb-brand-beta {
    align-self: flex-end;
    margin-top: 1px;
    font-size: 7px;
    font-weight: 700;
    color: #9aa4ab;
}

.mb-main-nav {
    gap: 22px;
}

.mb-main-nav .nav-link {
    padding: 20px 0;
    color: #11181f;
    font-size: 13px;
    font-weight: 700;
}

.mb-main-nav .nav-link:hover,
.mb-main-nav .nav-link:focus {
    color: var(--mb-green);
}

.mb-navbar-actions {
    padding: 8px 0;
}

.mb-language-toggle {
    color: #6d7780;
    font-size: 12px;
    font-weight: 700;
    padding: 8px 4px;
}

.mb-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 0.55rem 1.25rem;
    border-radius: 999px;
    border: 1px solid transparent;
    font-size: 13px;
    font-weight: 800;
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
    transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease, border-color 0.18s ease;
}

.mb-btn:hover {
    transform: translateY(-1px);
    text-decoration: none;
}

.mb-btn-green {
    background: var(--mb-green);
    border-color: var(--mb-green);
    color: #ffffff;
}

.mb-btn-green:hover,
.mb-btn-green:focus {
    background: var(--mb-green-dark);
    border-color: var(--mb-green-dark);
    color: #ffffff;
    box-shadow: 0 10px 22px rgba(63, 174, 90, 0.22);
}

.mb-btn-orange {
    background: var(--mb-orange);
    border-color: var(--mb-orange);
    color: #ffffff;
}

.mb-btn-orange:hover,
.mb-btn-orange:focus {
    background: #f08f14;
    border-color: #f08f14;
    color: #ffffff;
    box-shadow: 0 10px 22px rgba(255, 159, 38, 0.22);
}

.mb-btn-outline {
    background: #ffffff;
    border-color: var(--mb-green);
    color: var(--mb-green);
}

.mb-btn-outline:hover,
.mb-btn-outline:focus {
    background: rgba(63, 174, 90, 0.08);
    border-color: var(--mb-green);
    color: var(--mb-green-dark);
}

.mb-btn-lg {
    min-height: 42px;
    padding-inline: 1.55rem;
}

.mb-btn-sm {
    min-height: 31px;
    padding-inline: 1.05rem;
    font-size: 12px;
}

.mb-hero {
    background: var(--mb-soft);
    border-bottom: 1px solid var(--mb-border);
}

.mb-hero-inner {
    min-height: 330px;
    padding: 68px 0 64px;
    text-align: center;
}

.mb-eyebrow {
    color: #237b36;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

.mb-hero h1,
.mb-section-heading h2,
.mb-product-copy h2,
.mb-included-col h2 {
    color: var(--mb-text);
    font-weight: 900;
    letter-spacing: -0.055em;
}

.mb-hero h1 {
    max-width: 950px;
    margin: 22px auto 0;
    font-size: clamp(36px, 5vw, 54px);
    line-height: 1.05;
}

.mb-hero-lead {
    max-width: 850px;
    margin: 22px auto 0;
    color: #727272;
    font-size: clamp(17px, 2vw, 22px);
    font-weight: 800;
    line-height: 1.45;
}

.mb-hero-lead span,
.mb-orange {
    color: var(--mb-orange);
}

.mb-green-text {
    color: var(--mb-green);
}

.mb-hero-actions {
    margin-top: 34px;
}

.mb-hero-note {
    margin: 16px 0 0;
    color: #8b9399;
    font-size: 12px;
}

.mb-product-section {
    padding: 66px 0 80px;
    background: #ffffff;
}

.mb-product-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(300px, 0.75fr);
    align-items: center;
    gap: 70px;
}

.mb-product-visual {
    position: relative;
    min-height: 510px;
}

.mb-browser-mock {
    position: relative;
    overflow: hidden;
    border: 1px solid #cdd5dc;
    border-radius: 12px;
    background:
        radial-gradient(circle at 33% 18%, #d7dde3 0 14%, transparent 14.2%),
        radial-gradient(circle at 84% 18%, #e4e8ee 0 12%, transparent 12.2%),
        linear-gradient(152deg, transparent 0 42%, rgba(213, 220, 228, 0.7) 42.4% 54%, transparent 54.4%),
        linear-gradient(164deg, transparent 0 52%, rgba(221, 227, 233, 0.88) 52.4% 67%, transparent 67.4%),
        #f2f4f7;
}

.mb-browser-mock img {
    position: absolute;
    inset: 28px 0 0;
    width: 100%;
    height: calc(100% - 28px);
    object-fit: cover;
}

.mb-browser-toolbar {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 7px;
    height: 28px;
    padding: 0 13px;
    border-bottom: 1px solid rgba(208, 216, 224, 0.8);
    background: rgba(255, 255, 255, 0.5);
}

.mb-browser-toolbar span {
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: #d4dbe2;
}

.mb-browser-arrows {
    margin-left: auto;
    color: #9aa4ad;
    font-size: 19px;
    letter-spacing: 8px;
}

.mb-browser-mock-large {
    width: min(720px, 100%);
    height: 365px;
}

.mb-category-floating-card {
    position: absolute;
    right: 60px;
    top: 130px;
    z-index: 3;
    width: 330px;
    padding: 22px 24px 21px;
    border-radius: 18px;
    background: #ffffff;
    box-shadow: var(--mb-shadow);
    text-align: center;
}

.mb-category-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px 16px;
    margin-bottom: 22px;
}

.mb-mini-category {
    display: flex;
    min-height: 78px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 8px;
    border: 1px solid #86d39b;
    border-radius: 13px;
    color: #24313a;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.25;
    text-align: center;
    text-decoration: none;
}

.mb-mini-category:hover {
    color: var(--mb-green-dark);
    background: rgba(63, 174, 90, 0.06);
}

.mb-mini-category-icon {
    display: grid;
    place-items: center;
    width: 24px;
    height: 24px;
    border: 1px solid #97a3ab;
    border-radius: 8px;
    color: #64727b;
    font-size: 12px;
    font-weight: 900;
}

.mb-product-copy h2 {
    max-width: 450px;
    margin: 0;
    font-size: clamp(34px, 4vw, 46px);
    line-height: 1.05;
}

.mb-product-copy p {
    max-width: 500px;
    margin: 24px 0 0;
    color: #39424a;
    font-size: 15px;
    line-height: 1.65;
}

.mb-features-section {
    padding: 10px 0 90px;
    background: #ffffff;
}

.mb-section-heading {
    max-width: 960px;
    margin: 0 auto 48px;
    text-align: center;
}

.mb-section-heading h2 {
    margin: 10px 0 0;
    font-size: clamp(32px, 4vw, 44px);
    line-height: 1.12;
}

.mb-section-heading p {
    max-width: 760px;
    margin: 20px auto 0;
    color: #59636b;
    font-size: 14px;
    line-height: 1.7;
}

.mb-feature-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 34px;
    margin-top: 44px;
}

.mb-feature-item {
    text-align: center;
}

.mb-feature-icon {
    display: inline-grid;
    place-items: center;
    min-height: 36px;
    margin-bottom: 10px;
    color: #9ba8b0;
    font-size: 30px;
    font-weight: 700;
}

.mb-feature-item h3 {
    margin: 0;
    color: #20262b;
    font-size: 13px;
    font-weight: 900;
    line-height: 1.25;
}

.mb-feature-item p {
    max-width: 260px;
    margin: 6px auto 0;
    color: #252d33;
    font-size: 12px;
    line-height: 1.35;
}

.mb-included-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 110px;
    max-width: 790px;
    margin: 86px auto 0;
}

.mb-included-col h2 {
    margin: 0 0 26px;
    font-size: 34px;
    line-height: 1.12;
}

.mb-check-list {
    display: grid;
    gap: 18px;
    margin: 0 0 32px;
    padding: 0;
    list-style: none;
}

.mb-check-list li {
    display: flex;
    align-items: center;
    gap: 14px;
    color: #20282d;
    font-size: 14px;
    line-height: 1.3;
}

.mb-check-list li span {
    position: relative;
    flex: 0 0 26px;
    width: 26px;
    height: 22px;
    border: 3px solid #9eabb3;
    border-top-width: 5px;
    border-radius: 4px;
}

.mb-check-list li span::before,
.mb-check-list li span::after {
    content: "";
    position: absolute;
    top: -8px;
    width: 3px;
    height: 7px;
    border-radius: 2px;
    background: #9eabb3;
}

.mb-check-list li span::before {
    left: 5px;
}

.mb-check-list li span::after {
    right: 5px;
}

.mb-how-section {
    padding: 84px 0 90px;
    background: var(--mb-soft);
}

.mb-how-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 58px;
    max-width: 900px;
    margin: 0 auto;
}

.mb-how-col {
    text-align: center;
}

.mb-how-col > h3 {
    margin: 0 0 28px;
    color: #293137;
    font-size: 16px;
    font-weight: 900;
}

.mb-how-icon {
    display: inline-grid;
    place-items: center;
    width: 62px;
    height: 62px;
    margin-bottom: 24px;
    font-size: 42px;
    font-weight: 900;
    line-height: 1;
}

.mb-how-icon-orange {
    color: var(--mb-orange);
}

.mb-how-icon-green {
    color: var(--mb-green);
}

.mb-how-main {
    margin: 0;
    color: #22282e;
    font-size: 14px;
    font-weight: 600;
}

.mb-how-text {
    min-height: 54px;
    max-width: 330px;
    margin: 16px auto 24px;
    color: #2c343a;
    font-size: 13px;
    line-height: 1.55;
}

.mb-how-list {
    display: grid;
    gap: 14px;
    margin-bottom: 30px;
}

.mb-how-list div {
    display: flex;
    align-items: center;
    min-height: 46px;
    gap: 14px;
    padding: 10px 14px;
    background: #ffffff;
    border: 1px solid #eef1f3;
    color: #3c444b;
    font-size: 12px;
    line-height: 1.35;
    text-align: left;
}

.mb-how-list span {
    display: inline-grid;
    place-items: center;
    flex: 0 0 32px;
    width: 32px;
    height: 32px;
    background: #eef4f6;
    color: #75828b;
    font-size: 14px;
}

.mb-company-section {
    padding: 86px 0 72px;
    background: #ffffff;
}

.mb-logo-row {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 34px;
    align-items: center;
    margin-top: 48px;
}

.mb-logo-item {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    color: #737e86;
    font-size: 16px;
    font-weight: 900;
    filter: grayscale(1);
    opacity: 0.9;
    text-align: center;
}

.mb-logo-item img {
    max-width: 135px;
    max-height: 48px;
    object-fit: contain;
}

.mb-cancellation-section {
    padding: 64px 0 86px;
    background: #ffffff;
}

.mb-cancellation-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
    align-items: center;
    gap: 68px;
    max-width: 820px;
    margin: 0 auto 48px;
}

.mb-browser-mock-process {
    height: 300px;
}

.mb-process-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 54px 62px;
}

.mb-process-grid strong {
    display: block;
    margin-bottom: 16px;
    color: #050505;
    font-size: 36px;
    font-weight: 900;
    line-height: 1;
}

.mb-process-grid p {
    margin: 0;
    color: #161b20;
    font-size: 13px;
    line-height: 1.35;
}

.mb-testimonials-section {
    padding: 80px 0 72px;
    background: var(--mb-soft);
}

.mb-testimonial-shell {
    display: grid;
    grid-template-columns: 28px minmax(0, 1fr) 28px;
    align-items: center;
    gap: 16px;
}

.mb-testimonials-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.mb-testimonial-card {
    min-height: 200px;
    padding: 30px 34px 24px;
    border: 1px solid #dce2e7;
    background: #ffffff;
    text-align: center;
}

.mb-testimonial-logo {
    margin-bottom: 28px;
    color: #737e86;
    font-size: 18px;
    font-weight: 900;
}

.mb-testimonial-card p {
    margin: 0 auto 20px;
    color: #465058;
    font-size: 13px;
    line-height: 1.55;
}

.mb-avatar {
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    margin: 0 auto 11px;
    border-radius: 999px;
    background: #f0f3f6;
    color: #a6b1b8;
}

.mb-testimonial-card h3 {
    margin: 0;
    color: #2b3035;
    font-size: 16px;
    font-weight: 900;
}

.mb-testimonial-card span {
    color: #20282f;
    font-size: 12px;
}

.mb-slider-arrow {
    border: 0;
    background: transparent;
    color: #263039;
    font-size: 24px;
    line-height: 1;
}

.mb-faq-section {
    padding: 80px 0 70px;
    background: var(--mb-soft-blue);
}

.mb-faq-tabs {
    display: flex;
    justify-content: center;
    gap: 42px;
    margin: -20px 0 28px;
}

.mb-faq-tabs button {
    padding: 14px 16px;
    border: 0;
    border-bottom: 3px solid transparent;
    background: rgba(255, 255, 255, 0.35);
    color: #4c5861;
    font-size: 12px;
    font-weight: 600;
}

.mb-faq-tabs button.active {
    border-bottom-color: #1c2c8f;
    color: #242a31;
}

.mb-faq-accordion {
    max-width: 620px;
    margin: 0 auto;
}

.mb-faq-accordion .accordion-item {
    margin-bottom: 12px;
    border: 1px solid #dde5ea;
    border-radius: 0;
    background: #ffffff;
}

.mb-faq-accordion .accordion-button {
    min-height: 44px;
    padding: 12px 18px;
    color: #1f272e;
    background: #ffffff;
    box-shadow: none;
    font-size: 13px;
    font-weight: 900;
}

.mb-faq-accordion .accordion-button::after {
    width: auto;
    height: auto;
    background-image: none;
    content: "+";
    color: #1b242b;
    font-size: 20px;
    font-weight: 500;
    transform: none;
}

.mb-faq-accordion .accordion-button:not(.collapsed)::after {
    content: "−";
}

.mb-faq-accordion .accordion-body {
    padding: 0 18px 16px;
    color: #4e5962;
    font-size: 13px;
    line-height: 1.6;
}

.mb-faq-contact {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    margin-top: 34px;
    color: #2d363d;
    font-size: 13px;
}

.mb-beta-section {
    position: relative;
    padding: 82px 0 76px;
    background: #ffffff;
}

.mb-beta-section::before,
.mb-beta-section::after {
    content: "";
    position: absolute;
    left: 50%;
    width: 18px;
    height: 2px;
    background: #ff4ec7;
    transform: translateX(-50%);
}

.mb-beta-section::before {
    top: 0;
}

.mb-beta-section::after {
    bottom: 0;
}

.mb-beta-benefits {
    margin-top: 28px;
}

.mb-beta-benefits .mb-feature-item h3 {
    font-size: 13px;
}

.mb-beta-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    margin-top: 28px;
}

.mb-footer {
    padding: 48px 0 34px;
    background: var(--mb-footer);
    color: rgba(255, 255, 255, 0.9);
}

.mb-footer-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
}

.mb-footer-brand,
.mb-footer-brand:hover {
    color: rgba(255, 255, 255, 0.85);
}

.mb-footer-brand-name {
    display: block;
    font-size: 18px;
    font-weight: 900;
    line-height: 1;
}

.mb-footer-brand-subtitle {
    display: block;
    font-size: 9px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.55);
    text-align: right;
}

.mb-footer-subscribe {
    display: flex;
    width: min(420px, 100%);
    gap: 10px;
}

.mb-footer-subscribe input {
    flex: 1;
    min-width: 0;
    height: 36px;
    padding: 0 20px;
    border: 0;
    border-radius: 999px;
    background: #ffffff;
    color: #252d33;
    font-size: 12px;
    outline: none;
}

.mb-footer-subscribe button {
    height: 36px;
    padding: 0 22px;
    border: 0;
    border-radius: 999px;
    background: var(--mb-green);
    color: #ffffff;
    font-size: 13px;
    font-weight: 800;
}

.mb-footer-divider {
    height: 1px;
    margin: 44px 0 38px;
    background: rgba(255, 255, 255, 0.35);
}

.mb-footer-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 42px;
}

.mb-footer-grid h3 {
    margin: 0 0 17px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 900;
}

.mb-footer-grid a {
    display: block;
    margin-bottom: 10px;
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
}

.mb-footer-grid a:hover {
    color: #ffffff;
    text-decoration: underline;
}

.mb-store-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.mb-store-badges span {
    display: inline-grid;
    place-items: center;
    height: 26px;
    min-width: 88px;
    padding: 0 10px;
    border-radius: 4px;
    background: #111111;
    color: #ffffff;
    font-size: 10px;
    font-weight: 800;
}

.mb-socials {
    display: flex;
    gap: 14px;
}

.mb-socials a {
    margin: 0;
    font-size: 14px;
}

.mb-footer-bottom {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    margin-top: 52px;
    padding-top: 36px;
    border-top: 1px solid rgba(255, 255, 255, 0.35);
    color: #ffffff;
    font-size: 11px;
}

.mb-footer-bottom-links {
    display: flex;
    gap: 28px;
}

.mb-footer-bottom-links a {
    color: #ffffff;
    font-weight: 700;
    text-decoration: none;
}

.mb-how-list {
  display: grid;
  gap: 14px;
}

  .mb-how-list > div {
    display: flex;
    align-items: center;
    gap: 14px;
    color: #27312b;
    font-size: 16px;
    font-weight: 650;
    line-height: 1.35;
  }

.mb-mini-icon {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  color: #388543;
  background: radial-gradient(circle at 30% 25%, rgba(255, 255, 255, 0.95), transparent 34%), linear-gradient(145deg, #eef8f0 0%, #dff0e4 100%);
  border: 1px solid rgba(56, 133, 67, 0.16);
  box-shadow: 0 10px 22px rgba(56, 133, 67, 0.12);
}

  .mb-mini-icon svg {
    width: 22px;
    height: 22px;
    display: block;
  }

.mb-mini-icon-orange {
  color: #ff981f;
  background: radial-gradient(circle at 30% 25%, rgba(255, 255, 255, 0.95), transparent 34%), linear-gradient(145deg, #fff3e5 0%, #ffe2bf 100%);
  border-color: rgba(255, 152, 31, 0.2);
  box-shadow: 0 10px 22px rgba(255, 152, 31, 0.12);
}

.mb-mini-icon-blue {
  color: #3d72b8;
  background: radial-gradient(circle at 30% 25%, rgba(255, 255, 255, 0.95), transparent 34%), linear-gradient(145deg, #eef5ff 0%, #dfeeff 100%);
  border-color: rgba(61, 114, 184, 0.18);
  box-shadow: 0 10px 22px rgba(61, 114, 184, 0.11);
}

.mb-how-list-icon {
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: #eef2f4;
}

.mb-how-list-icon img {
  width: 24px;
  height: 24px;
  display: block;
}

.mb-how-group-icon {
display: inline-flex;
align-items: center;
justify-content: center;
width: 64px;
height: 64px;
}

.mb-how-group-icon img {
  width: 64px;
  height: 64px;
  display: block;
}

.mb-bg-section {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.mb-bg-hero {
  background-image: linear-gradient(rgba(255, 255, 255, 0.58), rgba(255, 255, 255, 0.58)), url('/images/home/Background1.png');
}

.mb-bg-how {
  background-image: linear-gradient(rgba(255, 255, 255, 0.58), rgba(255, 255, 255, 0.58)), url('/images/home/Background2.png');
}

.mb-bg-beta {
  background-image: linear-gradient(rgba(255, 255, 255, 0.58), rgba(255, 255, 255, 0.58)), url('/images/home/Background3.png');
}


@media (max-width: 1199.98px) {
    .mb-product-grid {
        gap: 40px;
    }

    .mb-category-floating-card {
        right: 20px;
    }
}

@media (max-width: 991.98px) {
    .mb-main-nav {
        align-items: flex-start !important;
        gap: 0;
        padding-top: 14px;
    }

    .mb-main-nav .nav-link {
        padding: 10px 0;
    }

    .mb-navbar-actions {
        align-items: flex-start !important;
        flex-wrap: wrap;
        padding: 16px 0 18px;
    }

    .mb-product-grid,
    .mb-how-grid,
    .mb-cancellation-grid {
        grid-template-columns: 1fr;
    }

    .mb-product-copy {
        text-align: center;
    }

    .mb-product-copy h2,
    .mb-product-copy p {
        margin-left: auto;
        margin-right: auto;
    }

    .mb-feature-row,
    .mb-logo-row {
        grid-template-columns: repeat(2, 1fr);
    }

    .mb-included-grid {
        gap: 46px;
    }

    .mb-testimonial-shell {
        grid-template-columns: 1fr;
    }

    .mb-slider-arrow {
        display: none;
    }

    .mb-footer-top,
    .mb-footer-bottom {
        flex-direction: column;
        align-items: flex-start;
    }

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

@media (max-width: 767.98px) {
    .mb-hero-inner {
        min-height: auto;
        padding: 54px 0 52px;
    }

    .mb-product-section,
    .mb-features-section,
    .mb-how-section,
    .mb-company-section,
    .mb-cancellation-section,
    .mb-testimonials-section,
    .mb-faq-section,
    .mb-beta-section {
        padding-top: 58px;
        padding-bottom: 58px;
    }

    .mb-product-visual {
        min-height: 565px;
    }

    .mb-browser-mock-large {
        height: 280px;
    }

    .mb-category-floating-card {
        left: 50%;
        right: auto;
        top: 210px;
        width: min(330px, calc(100vw - 36px));
        transform: translateX(-50%);
    }

    .mb-category-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .mb-mini-category:nth-child(n+7) {
        display: none;
    }

    .mb-feature-row,
    .mb-included-grid,
    .mb-testimonials-grid,
    .mb-process-grid,
    .mb-logo-row,
    .mb-footer-grid {
        grid-template-columns: 1fr;
    }

    .mb-included-grid {
        max-width: 420px;
        margin-top: 58px;
    }

    .mb-cancellation-grid {
        gap: 38px;
    }

    .mb-browser-mock-process {
        height: 260px;
    }

    .mb-process-grid {
        gap: 26px;
        text-align: center;
    }

    .mb-faq-contact,
    .mb-beta-actions,
    .mb-footer-subscribe,
    .mb-footer-bottom-links {
        width: 100%;
        flex-direction: column;
        align-items: stretch;
    }

    .mb-faq-contact {
        align-items: center;
    }

    .mb-footer-subscribe button {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .mb-btn {
        width: 100%;
    }

    .mb-navbar-actions .mb-btn {
        width: auto;
    }

    .mb-hero h1,
    .mb-section-heading h2,
    .mb-product-copy h2 {
        letter-spacing: -0.04em;
    }
}
