/* ============================================================
   DARICHA.AF — FULL STYLESHEET (MOBILE DRAWER FULLY FIXED)
   All original styles preserved. Mobile/tablet drawer section
   has been consolidated into one clean, non-conflicting block.
   Breakpoints:
     ≤ 480px   → small phones
     ≤ 767px   → phones
     ≤ 991px   → tablets + iPad (portrait & landscape)
     ≤ 1199px  → large tablets / small desktops
   ============================================================ */

html {
    scroll-behavior: smooth;
}

/* ── BACKDROP ─────────────────────────────────────────────── */
.offcanvas-backdrop.show {
    opacity: 0.34 !important;
    background-color: #26314f !important;
    z-index: 1058 !important;
}

/* Prevent Bootstrap body padding-right shift when drawer opens */
body:has(.header-section.home-header .mobile-menu.show),
body:has(.header-section.home-header .mobile-menu.showing) {
    padding-right: 0 !important;
    overflow: hidden;
}

/* ── PAGE BACKGROUND ──────────────────────────────────────── */
body:has(.anbar-home) {
    background: #ffffff;
}

/* ── STICKY HEADER (desktop base) ────────────────────────── */
.header-section.home-header {
    position: sticky !important;
    top: 0;
    z-index: 1020;
    margin: 0;
    padding: 14px 18px 0;
    border: 0 !important;
    border-radius: 0;
    background: transparent !important;
    box-shadow: none;
    backdrop-filter: none;
}

.header-section.home-header .navbar {
    width: 100%;
}

.header-section.home-header .container {
    max-width: 1440px;
    padding-inline: 24px;
}

.header-section.home-header .home-header-inner {
    width: min(100% - 36px, 1260px);
    max-width: 1260px;
    min-height: 60px;
    margin: 0 auto;
    padding: 8px 12px;
    border: 1px solid #dce4f0;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 10px 26px rgba(18, 26, 47, 0.06);
    backdrop-filter: blur(16px);
    display: flex;
    align-items: center;
    direction: ltr;
    gap: 18px;
}

.header-section.home-header .header-logo {
    width: 86px;
    min-width: 86px;
    height: 44px;
    margin: 0 !important;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.header-section.home-header .header-logo img {
    width: auto;
    max-width: 74px;
    height: 34px;
    object-fit: contain;
}

.header-section.home-header .navbar-collapse {
    align-items: center;
    gap: 12px;
}

.header-section.home-header .navbar-nav {
    gap: 4px;
    align-items: center;
}

.header-section.home-header a,
.header-section.home-header .nav-link {
    color: #121a2f !important;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0;
}

.header-section.home-header .nav-link {
    min-height: 38px;
    padding: 0 14px !important;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.header-section.home-header .nav-link:hover,
.header-section.home-header .nav-link.active {
    color: #26314f !important;
    background: rgba(38, 49, 79, 0.08);
}

.header-section.home-header .anbar-menu-caret {
    font-size: 10px;
    color: currentColor !important;
    line-height: 1;
    margin-inline-start: 3px;
    transition: transform 180ms ease;
}

.header-section.home-header .menu-dropdown .arrow {
    margin-inline-start: 4px !important;
    color: inherit !important;
}

.header-section.home-header .menu-dropdown {
    position: relative;
}

.header-section.home-header .menu-dropdown::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 100%;
    width: 250px;
    height: 16px;
    transform: translateX(-50%);
    pointer-events: auto;
}

.header-section.home-header .dropdown-content {
    display: block !important;
    top: calc(100% + 4px);
    min-width: 220px;
    padding: 10px;
    border: 1px solid #e4eaf4;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 18px 44px rgba(18, 26, 47, 0.1);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateX(-50%) translateY(8px);
    transition: opacity 140ms ease, transform 140ms ease, visibility 140ms ease;
    z-index: 1040;
}

.header-section.home-header .menu-dropdown:hover .dropdown-content,
.header-section.home-header .menu-dropdown:focus-within .dropdown-content {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateX(-50%) translateY(0);
}

.header-section.home-header .menu-dropdown:hover .anbar-menu-caret,
.header-section.home-header .menu-dropdown:focus-within .anbar-menu-caret {
    transform: rotate(180deg);
}

.header-section.home-header .dropdown-content a {
    min-height: 38px;
    padding: 0 12px !important;
    border-radius: 12px;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.header-section.home-header .dropdown-content a:hover {
    background: rgba(38, 49, 79, 0.06);
    color: #26314f !important;
}

.header-section.home-header .anbar-submenu-caret {
    width: 18px;
    height: 18px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    background: rgba(38, 49, 79, 0.08);
    color: #26314f !important;
    font-size: 8px;
    line-height: 1;
}

.header-section.home-header .home-page-language-change {
    margin: 0;
}

.header-section.home-header .language-btn {
    height: 40px;
    min-height: 40px;
    padding: 0 14px;
    border: 1px solid #dce4f0;
    border-radius: 999px;
    background: #ffffff;
    color: #121a2f;
    font-size: 14px;
    font-weight: 800;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
    box-shadow: none;
}

.header-section.home-header .language-btn::after {
    margin-inline-start: 2px;
}

.header-section.home-header .flag-icon,
.header-section.home-header .language-btn img {
    width: 24px;
    height: 24px;
    border-radius: 999px;
    object-fit: cover;
}

.header-section.home-header .get-app-btn {
    min-height: 40px;
    padding: 0 18px !important;
    border-radius: 999px;
    background: #26314f !important;
    color: #ffffff !important;
    font-size: 14px;
    font-weight: 850;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    white-space: nowrap;
    box-shadow: 0 10px 24px rgba(38, 49, 79, 0.22);
}

.header-section.home-header .get-app-btn svg {
    width: 17px;
    height: 17px;
}

/* Mobile actions hidden by default on desktop */
.header-section.home-header .home-mobile-actions,
.header-section.home-header .home-mobile-login {
    display: none;
}

/* RTL desktop nav */
html[dir="rtl"] .header-section.home-header .navbar-nav {
    direction: rtl;
    padding-right: 0;
}

html[dir="rtl"] .header-section.home-header .menu-dropdown .arrow {
    margin-left: 0 !important;
    margin-right: 4px !important;
}

html[dir="rtl"] .header-section.home-header .anbar-submenu-caret {
    transform: rotate(180deg);
}

html[dir="rtl"] .header-section.home-header .home-page-language-change {
    margin-right: 0;
    margin-left: 20px;
}

html[dir="rtl"] .header-section.home-header .dropdown-content {
    right: 0;
    left: auto;
    text-align: right;
    transform: translateX(50%) translateY(8px);
}

html[dir="rtl"] .header-section.home-header .menu-dropdown:hover .dropdown-content,
html[dir="rtl"] .header-section.home-header .menu-dropdown:focus-within .dropdown-content {
    transform: translateX(50%) translateY(0);
}

/* ── ANBAR HOME CSS VARIABLES ─────────────────────────────── */
.anbar-home {
    --ink: #202942;
    --muted: #5d6b86;
    --soft: #f4f7fb;
    --line: #e4eaf4;
    --blue: #26314f;
    --blue-dark: #192139;
    --mint: #eef2f8;
    --mint-text: #133d35;
    --navy: #252f4f;
    --green: #26314f;
    --red: #d83b3b;
    --hero-blue: #26314f;
    --hero-ink: #344160;
    --hero-sky: #eef3ff;
    --hero-mint: #d8fae7;
    --navy-deep: #192139;
    color: var(--ink);
    background: #ffffff;
    overflow: hidden;
}

.anbar-home *,
.anbar-home *::before,
.anbar-home *::after {
    box-sizing: border-box;
}

.anbar-home section {
    margin: 0;
}

/* ── SHELL / LAYOUT ───────────────────────────────────────── */
.anbar-shell {
    width: min(100% - 32px, 1440px);
    margin: 0 auto;
}

/* ── HERO (original) ──────────────────────────────────────── */
.anbar-home .anbar-hero {
    padding: 20px 0 78px;
}

.anbar-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(440px, 1.08fr);
    gap: 44px;
    align-items: center;
    min-height: 540px;
    padding: 58px 64px;
    border-radius: 30px;
    background: var(--blue);
    color: #ffffff;
    overflow: hidden;
}

.anbar-eyebrow,
.anbar-section-head span,
.anbar-ops-copy > span,
.anbar-video-grid span,
.anbar-cta-card span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 14px;
    color: inherit;
    font-size: 14px;
    font-weight: 850;
}

.anbar-dot {
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: var(--mint);
}

.anbar-hero h1 {
    max-width: 720px;
    margin: 0;
    color: #ffffff;
    font-size: clamp(36px, 3.35vw, 50px);
    line-height: 1.12;
    font-weight: 900;
    letter-spacing: 0;
}

.anbar-hero p {
    max-width: 680px;
    margin: 22px 0 0;
    color: rgba(255, 255, 255, 0.9);
    font-size: 18px;
    line-height: 1.55;
}

.anbar-shop-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 22px;
}

.anbar-shop-tags span {
    padding: 8px 12px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 999px;
    color: #ffffff;
    font-size: 13px;
    font-weight: 800;
}

.anbar-hero-actions,
.anbar-cta-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px;
    margin-top: 30px;
}

/* ── BUTTONS ──────────────────────────────────────────────── */
.anbar-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 54px;
    padding: 0 25px;
    border: 1px solid transparent;
    border-radius: 999px;
    font-size: 15px;
    font-weight: 900;
    line-height: 1;
    transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.anbar-btn:hover {
    transform: translateY(-2px);
}

.anbar-btn-primary {
    background: var(--mint);
    color: var(--mint-text) !important;
    box-shadow: 0 16px 30px rgba(13, 75, 67, 0.16);
}

.anbar-btn-soft {
    border-color: rgba(255, 255, 255, 0.35);
    background: rgba(255, 255, 255, 0.14);
    color: #ffffff !important;
}

.anbar-btn-outline {
    width: 100%;
    border-color: #d7e2f4;
    background: #ffffff;
    color: var(--ink) !important;
}

.anbar-play-mini {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.18);
    color: #ffffff;
}

/* ── TRUST ROW ────────────────────────────────────────────── */
.anbar-trust-row {
    display: none;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    max-width: 540px;
    margin-top: 34px;
}

.anbar-trust-row div {
    padding: 15px 16px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.12);
}

.anbar-trust-row strong {
    display: block;
    color: #ffffff;
    font-size: 24px;
    line-height: 1;
}

.anbar-trust-row span {
    display: block;
    margin-top: 7px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 12px;
    font-weight: 800;
}

/* ── HERO VISUAL ──────────────────────────────────────────── */
.anbar-hero-visual {
    min-width: 0;
}

.anbar-hero-card {
    position: relative;
    min-height: 390px;
    border: 0;
    background: transparent;
    box-shadow: none;
    overflow: visible;
}

.anbar-hero-bg,
.anbar-browser-bar {
    display: none;
}

.anbar-device-frame {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 390px;
    border-radius: 0;
    background: transparent;
    overflow: visible;
}

.anbar-device-frame img {
    width: min(82%, 560px);
    max-height: 300px;
    object-fit: contain;
    filter: drop-shadow(0 28px 40px rgba(15, 28, 65, 0.28));
}

.anbar-floating-panel {
    display: none;
    position: absolute;
    z-index: 2;
    min-width: 130px;
    padding: 12px 14px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 16px 30px rgba(16, 24, 40, 0.16);
}

.anbar-floating-panel span {
    display: block;
    color: #667085;
    font-size: 12px;
    font-weight: 800;
}

.anbar-floating-panel strong {
    display: block;
    margin-top: 3px;
    color: var(--ink);
    font-size: 16px;
}

.anbar-panel-sales {
    left: 12px;
    bottom: 26px;
}

.anbar-panel-stock {
    right: 18px;
    bottom: 90px;
}

/* ── SECTIONS ─────────────────────────────────────────────── */
.anbar-home .anbar-section {
    padding: 76px 0;
}

.anbar-section-head {
    max-width: 760px;
    margin-bottom: 34px;
}

.anbar-section-head-row {
    max-width: none;
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 24px;
}

.anbar-section-head span,
.anbar-ops-copy > span,
.anbar-video-grid span {
    color: var(--blue);
}

.anbar-section-head h2,
.anbar-ops-copy h2,
.anbar-video-grid h2,
.anbar-cta-card h2 {
    margin: 0;
    color: var(--ink);
    font-size: clamp(28px, 2.7vw, 42px);
    line-height: 1.12;
    font-weight: 900;
    letter-spacing: 0;
}

.anbar-section-head p,
.anbar-ops-copy p,
.anbar-video-grid p {
    max-width: 680px;
    margin: 14px 0 0;
    color: var(--muted);
    font-size: 18px;
    line-height: 1.55;
}

/* ── MODULES / WORKFLOW ───────────────────────────────────── */
.anbar-modules .anbar-shell {
    padding: 0;
    border-radius: 0;
    background: transparent;
}

.anbar-workflow-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.anbar-workflow-card {
    min-height: 204px;
    padding: 26px;
    border: 1px solid var(--line);
    border-radius: 24px;
    background: #f7f9fd;
    transition: transform 160ms ease, box-shadow 160ms ease;
}

.anbar-workflow-card:hover,
.anbar-feature-pill:hover,
.anbar-plan-card:hover,
.anbar-blog-card:hover,
.anbar-testimonial-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 34px rgba(16, 24, 40, 0.12);
}

.anbar-workflow-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: #e3f3ff;
    color: var(--blue);
    font-size: 22px;
}

.anbar-workflow-card h3 {
    margin: 32px 0 10px;
    color: var(--ink);
    font-size: 22px;
    line-height: 1.22;
}

.anbar-workflow-card p {
    margin: 0;
    color: var(--muted);
    font-size: 16px;
    line-height: 1.5;
}

.anbar-feature-strip {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    margin-top: 14px;
}

.anbar-feature-pill {
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 74px;
    padding: 13px 15px;
    border: 1px solid var(--line);
    border-radius: 20px;
    background: #ffffff;
    transition: transform 160ms ease, box-shadow 160ms ease;
}

.anbar-feature-pill img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.anbar-feature-pill span {
    color: var(--ink);
    font-size: 15px;
    font-weight: 850;
    line-height: 1.22;
}

/* ── ABOUT PAGE ───────────────────────────────────────────── */
.anbar-about-page {
    background: #ffffff;
}

.anbar-about-hero {
    padding: 20px 0 72px;
}

.anbar-about-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(420px, 0.82fr);
    gap: 44px;
    align-items: center;
    min-height: 560px;
    padding: 58px 64px;
    border-radius: 30px;
    background: #26314f;
    color: #ffffff;
    overflow: hidden;
}

.anbar-about-breadcrumb {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 26px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 13px;
    font-weight: 800;
}

.anbar-about-breadcrumb a,
.anbar-about-breadcrumb span,
.anbar-about-breadcrumb i {
    color: inherit;
}

.anbar-about-breadcrumb i {
    font-size: 10px;
}

.anbar-about-eyebrow {
    color: #ffffff;
}

.anbar-about-copy h1 {
    max-width: 760px;
    margin: 0;
    color: #ffffff;
    font-size: clamp(38px, 4vw, 64px);
    line-height: 1.04;
    font-weight: 900;
    letter-spacing: 0;
}

.anbar-about-copy p {
    max-width: 720px;
    margin: 22px 0 0;
    color: rgba(255, 255, 255, 0.86);
    font-size: 18px;
    line-height: 1.6;
}

.anbar-about-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px;
    margin-top: 30px;
}

.anbar-about-visual {
    position: relative;
    min-height: 420px;
    border-radius: 28px;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.22);
}

.anbar-about-visual img {
    width: 100%;
    height: 100%;
    min-height: 420px;
    object-fit: cover;
}

.anbar-about-floating-card {
    position: absolute;
    left: 22px;
    right: 22px;
    bottom: 22px;
    padding: 18px 20px;
    border: 1px solid rgba(255, 255, 255, 0.55);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(14px);
    box-shadow: 0 18px 34px rgba(16, 24, 40, 0.12);
}

.anbar-about-floating-card span {
    display: block;
    color: var(--muted);
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.anbar-about-floating-card strong {
    display: block;
    margin-top: 5px;
    color: var(--ink);
    font-size: 22px;
    line-height: 1.18;
}

.anbar-about-story {
    padding: 76px 0;
    background: #f6f8fc;
}

.anbar-about-story-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.86fr) minmax(0, 1fr);
    gap: 42px;
    align-items: start;
}

.anbar-about-story-grid span {
    display: inline-flex;
    margin-bottom: 14px;
    color: var(--blue);
    font-size: 14px;
    font-weight: 850;
}

.anbar-about-story-grid h2 {
    margin: 0;
    color: var(--ink);
    font-size: clamp(30px, 3vw, 46px);
    line-height: 1.1;
    font-weight: 900;
}

.anbar-about-story-grid p {
    margin: 0;
    color: var(--muted);
    font-size: 18px;
    line-height: 1.7;
}

.anbar-about-principles {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-top: 34px;
}

.anbar-about-principles article {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    min-height: 104px;
    padding: 22px;
    border: 1px solid var(--line);
    border-radius: 22px;
    background: #ffffff;
}

.anbar-about-principles i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 28px;
    width: 28px;
    height: 28px;
    border-radius: 999px;
    background: #26314f;
    color: #ffffff;
    font-size: 12px;
}

.anbar-about-principles span {
    color: var(--ink);
    font-size: 16px;
    font-weight: 800;
    line-height: 1.45;
}

.anbar-about-features {
    background: #ffffff;
}

.anbar-about-pricing {
    background: #f6f8fc;
}

.anbar-about-cta {
    padding-top: 36px;
}

/* ── OPS ──────────────────────────────────────────────────── */
.anbar-home .anbar-ops {
    padding-top: 36px;
}

.anbar-ops-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.82fr);
    gap: 38px;
    align-items: stretch;
    padding: 44px;
    border-radius: 30px;
    background: #26314f;
    color: #ffffff;
}

.anbar-ops-copy > span,
.anbar-ops-copy h2,
.anbar-ops-copy p {
    color: #ffffff;
}

.anbar-ops-copy h2 {
    max-width: 720px;
    font-size: clamp(30px, 3vw, 44px);
}

.anbar-ops-copy p {
    color: rgba(255, 255, 255, 0.78);
}

.anbar-check-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 28px;
}

.anbar-check-list div {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 58px;
    padding: 14px 16px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
    font-weight: 800;
}

.anbar-check-list i {
    color: #a8ffd8;
}

.anbar-ops-preview {
    padding: 20px;
    border-radius: 26px;
    background: #ffffff;
    color: var(--ink);
}

.anbar-preview-toolbar {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid var(--line);
}

.anbar-preview-toolbar span,
.anbar-preview-toolbar strong {
    color: var(--ink);
    font-weight: 900;
}

.anbar-preview-list {
    display: grid;
    gap: 12px;
    margin-top: 16px;
}

.anbar-preview-list div {
    display: grid;
    grid-template-columns: 1fr auto auto;
    align-items: center;
    gap: 12px;
    min-height: 64px;
    padding: 14px;
    border-radius: 18px;
    background: var(--soft);
}

.anbar-preview-list span {
    color: var(--muted);
    font-weight: 800;
}

.anbar-preview-list strong {
    color: var(--ink);
}

.anbar-preview-list em {
    min-width: 66px;
    padding: 7px 10px;
    border-radius: 999px;
    text-align: center;
    font-style: normal;
    font-size: 12px;
    font-weight: 900;
}

.anbar-preview-list .is-up {
    background: #e8f8ef;
    color: var(--green);
}

.anbar-preview-list .is-down {
    background: #ffecec;
    color: var(--red);
}

/* ── INTERFACE ────────────────────────────────────────────── */
.anbar-interface {
    background: #ffffff;
}

.anbar-interface-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.anbar-interface-shot {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 390px;
    padding: 20px;
    border: 1px solid var(--line);
    border-radius: 26px;
    background: var(--soft);
    box-shadow: 0 10px 24px rgba(16, 24, 40, 0.05);
}

.anbar-interface-shot img {
    width: 100%;
    height: 100%;
    max-height: 480px;
    object-fit: contain;
}

/* ── VIDEO SECTION ────────────────────────────────────────── */
.anbar-home .anbar-video-section {
    padding-top: 38px;
}

.anbar-video-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.72fr) minmax(420px, 1fr);
    gap: 36px;
    align-items: center;
    padding: 42px;
    border-radius: 30px;
    background: var(--soft);
}

.anbar-video-card {
    position: relative;
    width: 100%;
    min-height: 390px;
    border: 0;
    border-radius: 28px;
    background: #ffffff;
    overflow: hidden;
    cursor: pointer;
    box-shadow: 0 16px 34px rgba(16, 24, 40, 0.08);
}

.anbar-video-card img {
    width: 100%;
    height: 100%;
    min-height: 390px;
    object-fit: cover;
}

.anbar-video-card span {
    position: absolute;
    inset: 50% auto auto 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 68px;
    height: 68px;
    margin: -34px 0 0 -34px;
    border-radius: 50%;
    background: var(--blue);
    color: #ffffff;
    box-shadow: 0 16px 28px rgba(47, 111, 228, 0.28);
}

/* ── PRICING ──────────────────────────────────────────────── */
.anbar-pricing {
    background: #ffffff;
}

.anbar-plan-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.anbar-plan-card {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    padding: 28px;
    border: 1px solid var(--line);
    border-radius: 28px;
    background: #ffffff;
    transition: transform 160ms ease, box-shadow 160ms ease;
}

.anbar-plan-card.is-featured {
    border-color: transparent;
    background: var(--blue);
    color: #ffffff;
}

.anbar-plan-top span {
    display: block;
    color: var(--blue);
    font-size: 15px;
    font-weight: 900;
}

.anbar-plan-card.is-featured .anbar-plan-top span {
    color: #ffffff;
}

.anbar-plan-top strong {
    display: block;
    margin-top: 14px;
    color: var(--ink);
    font-size: 40px;
    line-height: 1;
    font-weight: 900;
}

.anbar-plan-card.is-featured .anbar-plan-top strong,
.anbar-plan-card.is-featured .anbar-plan-top small,
.anbar-plan-card.is-featured li {
    color: #ffffff;
}

.anbar-plan-top small {
    display: block;
    margin-top: 8px;
    color: var(--muted);
    font-weight: 800;
}

.anbar-plan-card ul {
    display: grid;
    gap: 12px;
    margin: 26px 0;
}

.anbar-plan-card li {
    display: flex;
    gap: 10px;
    color: var(--muted);
    font-weight: 760;
}

.anbar-plan-card li i {
    margin-top: 4px;
    color: var(--green);
}

.anbar-plan-card li .fa-times-circle {
    color: var(--red);
}

.anbar-plan-card .anbar-btn {
    margin-top: auto;
}

.anbar-plan-card.is-featured .anbar-btn {
    border-color: transparent;
    background: var(--mint);
    color: var(--mint-text) !important;
}

/* ── BLOG ─────────────────────────────────────────────────── */
.anbar-blog-grid,
.anbar-testimonial-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.anbar-blog-card,
.anbar-testimonial-card {
    border: 1px solid var(--line);
    border-radius: 28px;
    background: #ffffff;
    transition: transform 160ms ease, box-shadow 160ms ease;
}

.anbar-blog-card {
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.anbar-blog-card > img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.anbar-blog-card > div {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 22px;
}

.anbar-blog-card small {
    display: flex;
    gap: 8px;
    color: var(--muted);
    font-weight: 800;
}

.anbar-blog-card h3 {
    margin: 13px 0 10px;
    color: var(--ink);
    font-size: 20px;
    line-height: 1.28;
}

.anbar-blog-card p {
    color: var(--muted);
    line-height: 1.55;
}

.anbar-blog-card a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: auto;
    color: var(--blue);
    font-weight: 900;
}

/* ── TESTIMONIALS ─────────────────────────────────────────── */
.anbar-testimonials {
    background: #ffffff;
}

.anbar-testimonial-card {
    min-height: 270px;
    padding: 26px;
    background: var(--soft);
}

.anbar-testimonial-card p {
    color: var(--ink);
    line-height: 1.6;
}

.anbar-testimonial-card > div {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 22px;
}

.anbar-testimonial-card img {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    object-fit: cover;
}

.anbar-testimonial-card strong,
.anbar-testimonial-card small {
    display: block;
}

.anbar-testimonial-card small {
    margin-top: 2px;
    color: var(--muted);
    font-weight: 700;
}

/* ── FINAL CTA ────────────────────────────────────────────── */
.anbar-home .anbar-final-cta {
    padding-bottom: 86px;
}

.anbar-cta-card {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 30px;
    align-items: center;
    padding: 42px 46px;
    border-radius: 30px;
    background: var(--blue);
    color: #ffffff;
}

.anbar-cta-card h2,
.anbar-cta-card span {
    color: #ffffff;
}

.anbar-mini-scan {
    display: flex;
    align-items: center;
    gap: 12px;
    max-width: 270px;
    padding: 10px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.12);
}

.anbar-mini-scan img {
    width: 58px;
    height: 58px;
    border-radius: 12px;
    object-fit: cover;
    background: #ffffff;
}

.anbar-mini-scan span {
    margin: 0;
    color: rgba(255, 255, 255, 0.88);
    font-size: 13px;
}

/* ── HERO V2 (command center) ─────────────────────────────── */
.anbar-home .anbar-hero-v2 {
    padding: 28px 0 76px;
    background:
        radial-gradient(circle at 12% 10%, rgba(38, 49, 79, 0.08), transparent 24rem),
        linear-gradient(180deg, #f6f8fc 0%, #ffffff 72%);
}

.anbar-hero-panel {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(201, 214, 236, 0.92);
    border-radius: 34px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(245, 249, 255, 0.96)),
        #ffffff;
    box-shadow: 0 28px 70px rgba(38, 49, 79, 0.12);
}

.anbar-hero-panel::before {
    content: "";
    position: absolute;
    inset-inline: 28px;
    top: 0;
    height: 5px;
    border-radius: 0 0 999px 999px;
    background: linear-gradient(90deg, var(--navy), var(--hero-ink), var(--navy));
}

.anbar-hero-panel::after {
    content: "";
    position: absolute;
    width: 520px;
    height: 520px;
    inset-inline-end: -180px;
    top: -210px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(38, 49, 79, 0.14), rgba(38, 49, 79, 0));
    pointer-events: none;
}

.anbar-hero-main {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(420px, 0.86fr);
    align-items: center;
    gap: 34px;
    padding: 56px 56px 22px;
}

.anbar-hero-v2 .anbar-hero-copy {
    min-width: 0;
}

.anbar-hero-v2 .anbar-hero-badge {
    margin-bottom: 18px;
    color: var(--navy);
    font-size: 13px;
    font-weight: 850;
}

.anbar-hero-v2 .anbar-dot {
    background: var(--navy);
    box-shadow: 0 0 0 8px rgba(38, 49, 79, 0.12);
}

.anbar-hero-v2 h1 {
    max-width: 650px;
    margin: 0;
    color: var(--navy);
    font-size: clamp(32px, 3vw, 48px);
    line-height: 1.08;
    font-weight: 900;
    letter-spacing: 0;
}

.anbar-hero-v2 p {
    max-width: 610px;
    margin: 18px 0 0;
    color: #61708a;
    font-size: 17px;
    line-height: 1.55;
    font-weight: 650;
}

.anbar-hero-v2 .anbar-shop-tags {
    gap: 9px;
    margin-top: 22px;
}

.anbar-hero-v2 .anbar-shop-tags span {
    padding: 8px 13px;
    border: 1px solid #dce4f0;
    border-radius: 999px;
    background: #ffffff;
    color: var(--navy);
    box-shadow: 0 8px 18px rgba(38, 49, 79, 0.05);
}

.anbar-hero-v2 .anbar-hero-actions {
    gap: 12px;
    margin-top: 28px;
}

.anbar-hero-v2 .anbar-btn {
    min-height: 46px;
    padding: 0 20px;
    font-size: 14px;
}

.anbar-hero-v2 .anbar-btn-primary {
    background: var(--navy);
    color: #ffffff !important;
    box-shadow: 0 16px 30px rgba(38, 49, 79, 0.22);
}

.anbar-hero-v2 .anbar-btn-primary:hover {
    background: var(--navy-deep);
}

.anbar-hero-v2 .anbar-btn-soft {
    border-color: #d7e2f4;
    background: #ffffff;
    color: var(--navy) !important;
    box-shadow: 0 10px 22px rgba(38, 49, 79, 0.07);
}

.anbar-hero-v2 .anbar-play-mini {
    background: #eef4ff;
    color: var(--hero-blue);
}

/* ── COMMAND CENTER WIDGET ────────────────────────────────── */
.anbar-command-center {
    --tilt-x: 1deg;
    --tilt-y: -4deg;
    --lift: 0px;
    position: relative;
    min-width: 0;
    max-width: 100%;
    padding: 18px;
    border: 1px solid rgba(205, 218, 240, 0.98);
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.88);
    box-shadow: 0 28px 60px rgba(38, 49, 79, 0.14);
    backdrop-filter: blur(14px);
    transform: perspective(1100px) rotateY(var(--tilt-y)) rotateX(var(--tilt-x)) translateY(var(--lift));
    transform-origin: center;
    transform-style: preserve-3d;
    transition: transform 180ms ease, box-shadow 180ms ease;
    will-change: transform;
}

.anbar-command-center:hover {
    box-shadow: 0 34px 72px rgba(38, 49, 79, 0.18);
}

.anbar-command-center::before {
    content: "";
    position: absolute;
    inset: 12px;
    border-radius: 22px;
    border: 1px solid rgba(38, 49, 79, 0.1);
    pointer-events: none;
}

.anbar-command-top,
.anbar-command-grid,
.anbar-command-chart,
.anbar-command-preview {
    position: relative;
    z-index: 2;
}

.anbar-command-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 14px;
}

.anbar-command-top span,
.anbar-command-grid span,
.anbar-command-preview span,
.anbar-command-chart-head span {
    display: block;
    color: #77849b;
    font-size: 11px;
    font-weight: 900;
    line-height: 1.2;
    text-transform: uppercase;
}

.anbar-command-top strong {
    display: block;
    margin-top: 2px;
    color: var(--navy);
    font-size: 18px;
    line-height: 1.15;
    font-weight: 900;
}

.anbar-command-top em {
    padding: 7px 10px;
    border-radius: 999px;
    background: var(--hero-mint);
    color: #0f7d4f;
    font-size: 12px;
    font-style: normal;
    font-weight: 900;
    white-space: nowrap;
}

.anbar-command-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.anbar-command-grid article {
    min-height: 92px;
    padding: 14px;
    border: 1px solid #e2e9f5;
    border-radius: 18px;
    background: #f8fbff;
}

.anbar-command-grid i {
    width: 34px;
    height: 34px;
    margin-bottom: 10px;
    border-radius: 12px;
    background: #edf4ff;
    color: var(--hero-blue);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

.anbar-command-grid strong {
    display: block;
    margin-top: 5px;
    color: var(--navy);
    font-size: 15px;
    line-height: 1.2;
    font-weight: 900;
}

.anbar-command-chart {
    margin-top: 12px;
    padding: 16px;
    overflow: hidden;
    border: 1px solid #e2e9f5;
    border-radius: 22px;
    background:
        linear-gradient(180deg, rgba(248, 251, 255, 0.98), rgba(239, 245, 255, 0.96)),
        #f8fbff;
}

.anbar-command-chart-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 12px;
}

.anbar-command-chart-head strong {
    color: #26314f;
    font-size: 14px;
    font-weight: 900;
}

.anbar-command-chart-body {
    position: relative;
    height: 178px;
    overflow: hidden;
    border-radius: 16px;
    background: #ffffff;
    isolation: isolate;
}

.anbar-command-grid-line {
    position: absolute;
    left: 18px;
    right: 18px;
    height: 1px;
    background: #dce4f0;
    z-index: 1;
}

.anbar-command-grid-line:nth-child(1) { top: 34px; }
.anbar-command-grid-line:nth-child(2) { top: 82px; }
.anbar-command-grid-line:nth-child(3) { top: 130px; }

.anbar-command-bar {
    position: absolute;
    bottom: 22px;
    z-index: 2;
    width: clamp(24px, 8%, 34px);
    border-radius: 12px 12px 0 0;
    background: linear-gradient(180deg, #5d6f98, var(--hero-blue));
    box-shadow: 0 12px 24px rgba(38, 49, 79, 0.22);
    transform-origin: bottom;
    animation: anbarBarRise 900ms ease both;
}

.anbar-command-bar b {
    position: absolute;
    left: 50%;
    bottom: calc(100% + 8px);
    transform: translateX(-50%);
    color: var(--navy);
    font-size: 11px;
    font-weight: 900;
    white-space: nowrap;
}

.command-bar-1 { left: 9%; height: 46px; }
.command-bar-2 { left: 27%; height: 64px; animation-delay: 80ms; }
.command-bar-3 { left: 45%; height: 82px; animation-delay: 160ms; }
.command-bar-4 { left: 63%; height: 98px; animation-delay: 240ms; }
.command-bar-5 { left: 81%; height: 112px; animation-delay: 320ms; }

.command-bar-1 b { left: 0; transform: none; }
.command-bar-5 b { left: auto; right: 0; transform: none; }

.anbar-command-wave {
    position: absolute;
    z-index: 3;
    inset: 26px 22px 24px;
    overflow: visible;
    pointer-events: none;
    filter: drop-shadow(0 10px 16px rgba(38, 49, 79, 0.18));
}

.anbar-command-wave > path {
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
    vector-effect: non-scaling-stroke;
}

.anbar-command-wave .trend-track {
    stroke: rgba(38, 49, 79, 0.16);
    stroke-width: 14;
}

.anbar-command-wave .trend-line {
    stroke: #26314f;
    stroke-width: 6;
    stroke-dasharray: 560;
    stroke-dashoffset: 560;
    animation: anbarLineDraw 1.1s ease 250ms forwards;
}

.anbar-command-wave .trend-arrow {
    stroke: #26314f;
    stroke-width: 6;
    opacity: 0;
    transform-box: fill-box;
    transform-origin: center;
    animation: anbarArrowPop 420ms ease 1.12s forwards;
}

.anbar-command-preview {
    display: grid;
    grid-template-columns: 60px minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    margin-top: 12px;
    padding: 12px;
    border: 1px solid #e2e9f5;
    border-radius: 18px;
    background: #ffffff;
}

.anbar-command-preview img {
    width: 60px;
    height: 48px;
    border-radius: 12px;
    object-fit: contain;
    background: #f4f7fb;
}

.anbar-command-preview strong {
    display: block;
    margin-top: 3px;
    color: var(--navy);
    font-size: 14px;
    line-height: 1.25;
    font-weight: 900;
}

/* ── HERO STATS ───────────────────────────────────────────── */
.anbar-hero-stats {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    padding: 0 56px 46px;
}

.anbar-hero-stats div {
    padding: 16px 18px;
    border: 1px solid #dce4f0;
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0 14px 30px rgba(38, 49, 79, 0.07);
}

.anbar-hero-stats strong {
    display: block;
    color: var(--navy);
    font-size: 24px;
    line-height: 1;
    font-weight: 900;
}

.anbar-hero-stats span {
    display: block;
    margin-top: 6px;
    color: #6a7589;
    font-size: 12px;
    font-weight: 850;
}

/* ── KEYFRAME ANIMATIONS ──────────────────────────────────── */
@keyframes anbarBarRise {
    from { transform: scaleY(0.16) translateY(10px); opacity: 0; }
    to   { transform: scaleY(1) translateY(0); opacity: 1; }
}

@keyframes anbarLineDraw {
    to { stroke-dashoffset: 0; }
}

@keyframes anbarArrowPop {
    from { opacity: 0; transform: translate(-5px, 6px); }
    to   { opacity: 1; transform: translate(0, 0); }
}

/* ── FOOTER ───────────────────────────────────────────────── */
.footer-section {
    padding: 70px 0 28px !important;
    background: #12101c !important;
}

.footer-section .footer-logo {
    height: 50px;
    filter: brightness(0) invert(1);
}

.footer-section h6 {
    color: #ffffff !important;
    font-size: 17px;
}

.footer-section p,
.footer-section li,
.footer-section li a {
    color: rgba(255, 255, 255, 0.72) !important;
}

.footer-section li a:hover {
    color: #9bd6ff !important;
}

.footer-section .banner-scan img {
    border-radius: 14px;
    background: #ffffff;
    padding: 6px;
}

.footer-section .social-link li a {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

/* ── ANBAR FOOTER (refreshed) ─────────────────────────────── */
.footer-section.anbar-footer {
    position: relative;
    overflow: hidden;
    padding: 44px 0 24px !important;
    background:
        radial-gradient(circle at 15% 10%, rgba(38, 49, 79, 0.12), transparent 26%),
        linear-gradient(180deg, #f8fbff 0%, #eef4fb 100%) !important;
    border-top: 1px solid #dbe4f1;
}

.footer-section.anbar-footer::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image:
        linear-gradient(rgba(38, 49, 79, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(38, 49, 79, 0.035) 1px, transparent 1px);
    background-size: 26px 26px;
    mask-image: linear-gradient(180deg, transparent 0%, #000 18%, #000 82%, transparent 100%);
}

.footer-section.anbar-footer .container {
    position: relative;
    z-index: 1;
}

.anbar-footer-app {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 24px;
    padding: 30px 34px;
    border-radius: 26px;
    color: #ffffff;
    background:
        radial-gradient(circle at 74% 38%, rgba(255, 255, 255, 0.15), transparent 24%),
        linear-gradient(135deg, #26314f 0%, #314064 56%, #26314f 100%);
    box-shadow: 0 28px 70px rgba(38, 49, 79, 0.18);
}

.anbar-footer-app-copy span,
.anbar-footer-column h6 {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: rgba(255, 255, 255, 0.74);
    font-size: 12px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.anbar-footer-app-copy span::before,
.anbar-footer-column h6::before {
    content: "";
    width: 5px;
    height: 18px;
    border-radius: 999px;
    background: #7ee3c0;
}

.anbar-footer-app-copy h3 {
    max-width: 720px;
    margin: 12px 0 0;
    color: #ffffff;
    font-size: clamp(24px, 2.8vw, 36px);
    line-height: 1.16;
    font-weight: 900;
    letter-spacing: 0;
}

.anbar-footer-app-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 16px;
}

.anbar-footer-scan {
    display: flex;
    align-items: center;
    gap: 12px;
    max-width: 230px;
    padding: 10px 12px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.08);
}

.anbar-footer-scan img {
    width: 68px;
    height: 68px;
    padding: 6px;
    border-radius: 14px;
    object-fit: contain;
    background: #ffffff;
}

.footer-section.anbar-footer .anbar-footer-scan p {
    margin: 0;
    color: rgba(255, 255, 255, 0.82) !important;
    font-size: 13px;
    line-height: 1.35;
    font-weight: 750;
}

.anbar-footer-store-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.anbar-footer-store-row a {
    display: inline-flex;
    transition: transform 180ms ease, opacity 180ms ease;
}

.anbar-footer-store-row a:hover {
    transform: translateY(-2px);
    opacity: 0.92;
}

.anbar-footer-store-row img {
    display: block;
    width: auto;
    height: 42px;
    object-fit: contain;
}

.anbar-footer-main {
    display: grid;
    grid-template-columns: minmax(220px, 0.95fr) minmax(360px, 1.35fr) minmax(220px, 0.85fr);
    gap: 34px;
    margin-top: 28px;
    padding: 32px;
    border: 1px solid #dce5f2;
    border-radius: 26px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 22px 60px rgba(38, 49, 79, 0.08);
    backdrop-filter: blur(18px);
}

.anbar-footer-logo {
    display: inline-flex;
    align-items: center;
    width: max-content;
}

.footer-section.anbar-footer .footer-logo {
    width: 92px;
    max-width: 92px;
    height: auto !important;
    max-height: 62px;
    object-fit: contain;
    filter: none !important;
}

.footer-section.anbar-footer .footer-details {
    max-width: 330px;
    margin: 16px 0 0 !important;
    color: #667085 !important;
    font-size: 14px;
    line-height: 1.65;
    font-weight: 650;
}

.footer-section.anbar-footer .social-link {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin: 20px 0 0;
    padding: 0;
    list-style: none;
}

.footer-section.anbar-footer .social-link li a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 1px solid #dce5f2;
    border-radius: 13px;
    background: #f6f9fe;
    transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

.footer-section.anbar-footer .social-link li a:hover {
    transform: translateY(-2px);
    border-color: rgba(38, 49, 79, 0.26);
    background: #ffffff;
}

.footer-section.anbar-footer .social-link img {
    width: 18px;
    height: 18px;
    object-fit: contain;
}

.anbar-footer-column h6 {
    margin: 0 0 18px;
    color: #26314f !important;
}

.anbar-footer-feature-grid,
.anbar-footer-link-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.anbar-footer-feature-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 24px;
}

.anbar-footer-link-list {
    display: grid;
    gap: 10px;
}

.footer-section.anbar-footer li a {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: #4d596e !important;
    font-size: 14px;
    line-height: 1.35;
    font-weight: 750;
    text-decoration: none;
    transition: color 180ms ease, transform 180ms ease;
}

.footer-section.anbar-footer li a::before {
    content: "";
    flex: 0 0 auto;
    width: 6px;
    height: 6px;
    border-radius: 999px;
    background: #26314f;
    opacity: 0.36;
}

.footer-section.anbar-footer .social-link li a::before {
    content: none;
    display: none;
}

.footer-section.anbar-footer li a:hover {
    color: #26314f !important;
    transform: translateX(3px);
}

html[dir="rtl"] .footer-section.anbar-footer li a:hover {
    transform: translateX(-3px);
}

.anbar-footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    flex-wrap: wrap;
    margin-top: 16px;
    padding: 13px 18px;
    border: 1px solid #dce5f2;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.78);
}

.footer-section.anbar-footer .anbar-footer-bottom p,
.footer-section.anbar-footer .anbar-footer-bottom a {
    margin: 0;
    color: #667085 !important;
    font-size: 13px;
    line-height: 1.4;
    font-weight: 750;
}

.footer-section.anbar-footer .anbar-footer-bottom a {
    color: #26314f !important;
}

/* ================================================================
   RESPONSIVE — LARGE TABLETS / SMALL DESKTOPS (≤ 1199px)
   ================================================================ */
@media (max-width: 1199px) {
    .header-section.home-header .home-header-inner {
        width: min(100% - 24px, 1120px);
        gap: 10px;
    }

    .header-section.home-header .header-logo {
        width: 76px;
        min-width: 76px;
    }

    .header-section.home-header .nav-link {
        padding: 0 10px !important;
    }

    .header-section.home-header a,
    .header-section.home-header .nav-link {
        font-size: 14px;
    }

    .anbar-hero-grid,
    .anbar-about-hero-grid,
    .anbar-about-story-grid,
    .anbar-ops-grid,
    .anbar-video-grid {
        grid-template-columns: 1fr;
    }

    .anbar-workflow-grid,
    .anbar-about-principles,
    .anbar-feature-strip,
    .anbar-plan-grid,
    .anbar-blog-grid,
    .anbar-testimonial-grid,
    .anbar-interface-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .anbar-hero-grid {
        padding: 56px;
    }

    .anbar-about-hero-grid {
        padding: 48px;
    }

    .anbar-hero-main {
        grid-template-columns: 1fr;
        padding: 44px 36px 20px;
    }

    .anbar-command-center {
        transform: none;
    }

    .anbar-hero-stats {
        padding: 0 36px 36px;
    }
}

/* ================================================================
   RESPONSIVE — PHONES & iPAD PORTRAIT/LANDSCAPE (≤ 991px)
   ================================================================ */
@media (max-width: 991px) {

    /* ── Header pill ─────────────────────────────────────── */
    .header-section.home-header {
        padding: 10px 10px 0;
    }

    .header-section.home-header .container {
        padding-inline: 0;
    }

    .header-section.home-header .home-header-inner {
        width: 100%;
        min-height: 58px;
        padding: 8px 10px;
        border-radius: 20px;
        justify-content: space-between;
        gap: 8px;
    }

    .header-section.home-header .header-logo {
        width: 72px;
        min-width: 72px;
        height: 40px;
    }

    .header-section.home-header .header-logo img {
        max-width: 62px;
        height: 30px;
    }

    /* Hide desktop nav */
    .header-section.home-header .collapse.navbar-collapse {
        display: none !important;
    }

    /* Show mobile icon cluster */
    .header-section.home-header .home-mobile-actions {
        display: flex !important;
        align-items: center;
        gap: 8px;
        margin-inline-start: auto;
    }

    /* Icon buttons */
    .header-section.home-header .home-mobile-login,
    .header-section.home-header .navbar-toggler,
    .header-section.home-header .mobile-lang-container .language-btn {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        flex: 0 0 40px !important;
        width: 40px !important;
        height: 40px !important;
        min-height: 40px !important;
        padding: 0 !important;
        border: 1px solid #dce4f0 !important;
        border-radius: 999px !important;
        background: #ffffff !important;
        color: #121a2f !important;
        box-shadow: 0 4px 12px rgba(18, 26, 47, 0.06) !important;
    }

    .header-section.home-header .navbar-toggler i,
    .header-section.home-header .home-mobile-login i {
        color: #121a2f;
        font-size: 16px;
        line-height: 1;
    }

    /* Hide labels in mobile buttons */
    .header-section.home-header .home-mobile-login span,
    .header-section.home-header .mobile-lang-container .lang-name,
    .header-section.home-header .mobile-lang-container .language-btn::after {
        display: none !important;
    }

    /* Language flag */
    .header-section.home-header .mobile-lang-container .flag-icon,
    .header-section.home-header .mobile-lang-container .language-btn img {
        width: 22px;
        height: 22px;
        border-radius: 999px;
        object-fit: cover;
        margin: 0 !important;
    }

    /* Language dropdown panel */
    .header-section.home-header .mobile-lang-container .dropdown-menu {
        inset-inline-end: 0 !important;
        inset-inline-start: auto !important;
        min-width: 210px;
        max-width: calc(100vw - 28px);
        padding: 8px;
        border: 1px solid #e4eaf4;
        border-radius: 18px;
        box-shadow: 0 18px 44px rgba(18, 26, 47, 0.12);
    }

    /* ── DRAWER SHELL ────────────────────────────────────── */
    .header-section.home-header .mobile-menu.offcanvas,
    .header-section.home-header .mobile-menu.offcanvas-start {
        /* sizing — default for phones, overridden for tablets below */
        --bs-offcanvas-width: min(82vw, 318px);
        position: fixed !important;
        top: 10px !important;
        bottom: 10px !important;
        left: 10px !important;
        right: auto !important;
        inset-inline-start: 10px !important;
        inset-inline-end: auto !important;
        width: min(82vw, 318px) !important;
        max-width: calc(100vw - 20px) !important;
        height: calc(100dvh - 20px) !important;
        max-height: calc(100dvh - 20px) !important;
        min-height: 0 !important;

        /* layout */
        display: flex !important;
        flex-direction: column !important;
        padding: 10px !important;
        overflow: hidden !important;

        /* appearance */
        border: 1px solid rgba(38, 49, 79, 0.12) !important;
        border-radius: 22px !important;
        background: #ffffff !important;
        box-shadow: 22px 0 60px rgba(38, 49, 79, 0.18) !important;

        /* animation — CLOSED state */
        visibility: hidden !important;
        transform: translateX(calc(-100% - 30px)) !important;
        transition: transform 260ms cubic-bezier(0.32, 0, 0.16, 1),
                    visibility 260ms step-start !important;
        z-index: 1065 !important;
    }

    /* OPEN state */
    .header-section.home-header .mobile-menu.offcanvas.show,
    .header-section.home-header .mobile-menu.offcanvas.showing {
        visibility: visible !important;
        transform: translateX(0) !important;
        transition: transform 260ms cubic-bezier(0.32, 0, 0.16, 1),
                    visibility 260ms step-end !important;
    }

    /* RTL flip */
    html[dir="rtl"] .header-section.home-header .mobile-menu.offcanvas,
    html[dir="rtl"] .header-section.home-header .mobile-menu.offcanvas-start {
        left: auto !important;
        right: 10px !important;
        inset-inline-start: auto !important;
        inset-inline-end: 10px !important;
        box-shadow: -22px 0 60px rgba(38, 49, 79, 0.18) !important;
        transform: translateX(calc(100% + 30px)) !important;
    }

    html[dir="rtl"] .header-section.home-header .mobile-menu.offcanvas.show,
    html[dir="rtl"] .header-section.home-header .mobile-menu.offcanvas.showing {
        transform: translateX(0) !important;
    }

    /* ── DRAWER HEADER ───────────────────────────────────── */
    .header-section.home-header .mobile-menu .home-offcanvas-header {
        flex: 0 0 auto !important;
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        width: 100% !important;
        min-height: 56px !important;
        margin: 0 0 10px !important;
        padding: 8px 8px 8px 12px !important;
        border: 1px solid #e2e8f4 !important;
        border-radius: 16px !important;
        background: #f8fbff !important;
        box-shadow: none !important;
    }

    .header-section.home-header .mobile-menu .home-offcanvas-header .header-logo {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: flex-start !important;
        width: auto !important;
        min-width: 80px !important;
        height: 40px !important;
        padding: 0 !important;
        border: 0 !important;
        border-radius: 0 !important;
        background: transparent !important;
        box-shadow: none !important;
    }

    .header-section.home-header .mobile-menu .home-offcanvas-header .header-logo img {
        width: auto !important;
        max-width: 74px !important;
        height: auto !important;
        max-height: 32px !important;
        object-fit: contain !important;
    }

    .header-section.home-header .mobile-menu .home-offcanvas-header .btn-close {
        flex: 0 0 36px !important;
        width: 36px !important;
        height: 36px !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        margin: 0 !important;
        padding: 0 !important;
        border: 1px solid #e2e8f4 !important;
        border-radius: 11px !important;
        background: #ffffff !important;
        box-shadow: none !important;
        opacity: 1 !important;
    }

    .header-section.home-header .mobile-menu .home-offcanvas-header .btn-close i {
        color: #26314f !important;
        font-size: 16px !important;
    }

    /* ── DRAWER SCROLLABLE BODY ──────────────────────────── */
    .header-section.home-header .mobile-menu .offcanvas-body {
        flex: 1 1 auto !important;
        display: block !important;
        width: 100% !important;
        min-height: 0 !important;
        padding: 0 !important;
        overflow-y: auto !important;
        overflow-x: hidden !important;
        -webkit-overflow-scrolling: touch;
        overscroll-behavior: contain;
    }

    /* ── Accordion wrapper ── */
    .header-section.home-header .mobile-menu .accordion {
        display: grid !important;
        gap: 7px !important;
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .header-section.home-header .mobile-menu .accordion-item {
        display: block !important;
        width: 100% !important;
        margin: 0 !important;
        border: 0 !important;
        background: transparent !important;
    }

    /* ── Accordion trigger buttons ── */
    .header-section.home-header .mobile-menu .accordion-button,
    .header-section.home-header .mobile-menu .accordion-button.collapsed,
    .header-section.home-header .mobile-menu .accordion-button.without-sub-menu {
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        width: 100% !important;
        min-height: 46px !important;
        padding: 0 14px !important;
        border: 1px solid #e2e8f4 !important;
        border-radius: 13px !important;
        color: #26314f !important;
        background: #ffffff !important;
        box-shadow: none !important;
        font-size: 15px !important;
        line-height: 1.2 !important;
        font-weight: 800 !important;
        text-decoration: none !important;
        transition: background 160ms ease, border-color 160ms ease !important;
    }

    .header-section.home-header .mobile-menu .accordion-button.active,
    .header-section.home-header .mobile-menu .accordion-button:not(.collapsed),
    .header-section.home-header .mobile-menu .accordion-button:hover {
        border-color: rgba(38, 49, 79, 0.18) !important;
        background: rgba(38, 49, 79, 0.06) !important;
    }

    .header-section.home-header .mobile-menu .accordion-button::after {
        width: 16px !important;
        height: 16px !important;
        margin-inline-start: auto !important;
        background-size: 16px !important;
        opacity: 0.6 !important;
        flex-shrink: 0;
    }

    .header-section.home-header .mobile-menu .accordion-button.without-sub-menu::after {
        display: none !important;
    }

    /* ── Sub-menu panel ── */
    .header-section.home-header .mobile-menu .accordion-collapse {
        width: 100% !important;
        margin-top: 5px !important;
    }

    .header-section.home-header .mobile-menu .accordion-body {
        display: grid !important;
        gap: 3px !important;
        width: 100% !important;
        margin: 0 !important;
        padding: 8px !important;
        border: 1px solid #e2e8f4 !important;
        border-radius: 13px !important;
        background: #f8fbff !important;
        list-style: none !important;
    }

    .header-section.home-header .mobile-menu .accordion-body li {
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        min-height: 40px !important;
        padding: 0 8px !important;
        border-radius: 9px !important;
        transition: background 140ms ease !important;
    }

    .header-section.home-header .mobile-menu .accordion-body li:hover {
        background: #ffffff !important;
    }

    .header-section.home-header .mobile-menu .accordion-body a {
        color: #4d596e !important;
        font-size: 14px !important;
        line-height: 1.3 !important;
        font-weight: 750 !important;
        text-decoration: none !important;
    }

    .header-section.home-header .mobile-menu .accordion-body i {
        color: #b0bad0 !important;
        font-size: 12px !important;
    }

    /* ── CTA login button inside drawer ── */
    .header-section.home-header .mobile-menu .get-app-btn.login-btn {
        width: 100% !important;
        min-height: 48px !important;
        margin-top: 10px !important;
        border-radius: 13px !important;
        color: #ffffff !important;
        background: #26314f !important;
        box-shadow: 0 14px 32px rgba(38, 49, 79, 0.18) !important;
    }

    /* ── Content sections ────────────────────────────────── */
    .anbar-home .anbar-hero {
        padding-top: 22px;
    }

    .anbar-hero-grid {
        min-height: auto;
        padding: 42px 30px;
        border-radius: 28px;
    }

    .anbar-hero-card,
    .anbar-device-frame {
        min-height: 310px;
    }

    .anbar-home .anbar-section {
        padding: 56px 0;
    }

    .anbar-modules .anbar-shell,
    .anbar-ops-grid,
    .anbar-video-grid,
    .anbar-cta-card {
        padding: 32px;
    }

    .anbar-section-head-row,
    .anbar-cta-card {
        grid-template-columns: 1fr;
        display: grid;
        align-items: start;
    }

    /* Footer */
    .anbar-footer-app,
    .anbar-footer-main {
        grid-template-columns: 1fr;
    }

    .anbar-footer-app {
        align-items: flex-start;
        padding: 26px;
    }

    .anbar-footer-app-actions {
        justify-content: flex-start;
    }

    .anbar-footer-main {
        padding: 26px;
        gap: 28px;
    }
}

/* ================================================================
   iPAD / TABLET UPSCALE (568px → 991px)
   Bigger tap targets, wider drawer, more breathing room
   ================================================================ */
@media (min-width: 568px) and (max-width: 991px) {

    /* Slightly bigger icon buttons */
    .header-section.home-header .home-mobile-login,
    .header-section.home-header .navbar-toggler,
    .header-section.home-header .mobile-lang-container .language-btn {
        flex: 0 0 44px !important;
        width: 44px !important;
        height: 44px !important;
        min-height: 44px !important;
    }

    /* Wider drawer */
    .header-section.home-header .mobile-menu.offcanvas,
    .header-section.home-header .mobile-menu.offcanvas-start {
        --bs-offcanvas-width: min(72vw, 360px) !important;
        width: min(72vw, 360px) !important;
    }

    /* Drawer header */
    .header-section.home-header .mobile-menu .home-offcanvas-header {
        min-height: 62px !important;
        padding: 10px 10px 10px 14px !important;
    }

    .header-section.home-header .mobile-menu .home-offcanvas-header .header-logo img {
        max-width: 82px !important;
        max-height: 36px !important;
    }

    .header-section.home-header .mobile-menu .home-offcanvas-header .btn-close {
        flex: 0 0 40px !important;
        width: 40px !important;
        height: 40px !important;
    }

    /* Bigger tap targets inside drawer */
    .header-section.home-header .mobile-menu .accordion-button,
    .header-section.home-header .mobile-menu .accordion-button.collapsed,
    .header-section.home-header .mobile-menu .accordion-button.without-sub-menu {
        min-height: 52px !important;
        padding: 0 16px !important;
        font-size: 16px !important;
    }

    .header-section.home-header .mobile-menu .accordion-body li {
        min-height: 44px !important;
    }

    .header-section.home-header .mobile-menu .accordion-body a {
        font-size: 15px !important;
    }

    .header-section.home-header .mobile-menu .get-app-btn.login-btn {
        min-height: 52px !important;
        font-size: 16px !important;
    }
}

/* iPad Pro landscape (> 1024px wide but still using mobile layout) */
@media (min-width: 768px) and (max-width: 991px) {
    .header-section.home-header .mobile-menu.offcanvas,
    .header-section.home-header .mobile-menu.offcanvas-start {
        --bs-offcanvas-width: min(60vw, 400px) !important;
        width: min(60vw, 400px) !important;
    }
}

/* ================================================================
   PHONES (≤ 767px)
   ================================================================ */
@media (max-width: 767px) {
    .anbar-shell {
        width: min(100% - 24px, 1440px);
    }

    .anbar-hero h1 {
        font-size: 36px;
    }

    .anbar-hero p,
    .anbar-section-head p,
    .anbar-ops-copy p,
    .anbar-video-grid p {
        font-size: 16px;
    }

    .anbar-trust-row,
    .anbar-workflow-grid,
    .anbar-feature-strip,
    .anbar-check-list,
    .anbar-plan-grid,
    .anbar-blog-grid,
    .anbar-testimonial-grid,
    .anbar-interface-grid {
        grid-template-columns: 1fr;
    }

    .anbar-hero-grid,
    .anbar-about-hero-grid,
    .anbar-modules .anbar-shell,
    .anbar-ops-grid,
    .anbar-video-grid,
    .anbar-cta-card {
        padding: 24px;
        border-radius: 24px;
    }

    .anbar-video-card,
    .anbar-video-card img {
        min-height: 260px;
    }

    .anbar-floating-panel {
        display: none;
    }

    .anbar-preview-list div {
        grid-template-columns: 1fr;
    }

    .anbar-about-hero {
        padding: 18px 0 52px;
    }

    .anbar-about-hero-grid,
    .anbar-about-story-grid,
    .anbar-about-principles {
        grid-template-columns: 1fr;
    }

    .anbar-about-hero-grid {
        min-height: auto;
        gap: 28px;
    }

    .anbar-about-copy h1 {
        font-size: 34px;
    }

    .anbar-about-copy p,
    .anbar-about-story-grid p {
        font-size: 16px;
    }

    .anbar-about-visual,
    .anbar-about-visual img {
        min-height: 280px;
    }

    .anbar-about-story {
        padding: 52px 0;
    }

    .footer-section .row {
        gap: 26px;
    }

    .anbar-home .anbar-hero-v2 {
        padding: 18px 0 52px;
    }

    .anbar-hero-panel {
        border-radius: 26px;
    }

    .anbar-hero-main {
        padding: 34px 20px 18px;
    }

    .anbar-hero-v2 h1 {
        font-size: 32px;
    }

    .anbar-hero-v2 p {
        font-size: 15px;
    }

    .anbar-command-grid,
    .anbar-hero-stats {
        grid-template-columns: 1fr;
    }

    .anbar-command-center {
        padding: 14px;
        border-radius: 22px;
    }

    .anbar-command-chart-body {
        height: 150px;
    }

    .command-bar-1 { left: 8%; }
    .command-bar-2 { left: 27%; }
    .command-bar-3 { left: 46%; }
    .command-bar-4 { left: 65%; }
    .command-bar-5 { left: 84%; }

    .anbar-hero-stats {
        padding: 0 20px 24px;
    }

    .footer-section.anbar-footer {
        padding: 30px 0 18px !important;
    }

    .anbar-footer-app,
    .anbar-footer-main {
        border-radius: 22px;
        padding: 22px;
    }

    .anbar-footer-app-copy h3 {
        font-size: 22px;
    }

    .anbar-footer-scan {
        width: 100%;
        max-width: none;
    }

    .anbar-footer-store-row img {
        height: 38px;
    }

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

    .anbar-footer-bottom {
        align-items: flex-start;
        flex-direction: column;
    }
}

/* ================================================================
   SMALL PHONES (≤ 480px)
   ================================================================ */
@media (max-width: 480px) {
    .header-section.home-header .home-header-inner {
        width: 100%;
    }

    /* Tighter icon buttons */
    .header-section.home-header .home-mobile-login,
    .header-section.home-header .navbar-toggler,
    .header-section.home-header .mobile-lang-container .language-btn {
        flex: 0 0 38px !important;
        width: 38px !important;
        height: 38px !important;
        min-height: 38px !important;
    }

    .header-section.home-header .home-mobile-actions {
        gap: 6px;
    }

    /* Tighter accordion on tiny screens */
    .header-section.home-header .mobile-menu .accordion-button,
    .header-section.home-header .mobile-menu .accordion-button.collapsed,
    .header-section.home-header .mobile-menu .accordion-button.without-sub-menu {
        font-size: 14px !important;
        min-height: 44px !important;
    }
}

/* ================================================================
   REDUCED MOTION
   ================================================================ */
@media (prefers-reduced-motion: reduce) {
    .anbar-command-center {
        transform: none;
        transition: none;
    }

    .anbar-command-bar,
    .anbar-command-wave .trend-line,
    .anbar-command-wave .trend-arrow {
        animation: none;
        stroke-dashoffset: 0;
        opacity: 1;
    }

    .header-section.home-header .mobile-menu.offcanvas,
    .header-section.home-header .mobile-menu.offcanvas-start {
        transition: visibility 0ms !important;
    }
}

/* ================================================================
   ABOUT MOYSKLAD-INSPIRED
   ================================================================ */
.about-ms {
    --ms-ink: #172033;
    --ms-muted: #5d687a;
    --ms-line: #dce6ef;
    --ms-green: #27c46a;
    --ms-green-dark: #159653;
    --ms-soft-green: #eefaf2;
    --ms-soft-blue: #edf6ff;
    --ms-surface: #f6f8fb;
    color: var(--ms-ink);
    background: #ffffff;
}

.about-ms *,
.about-ms *::before,
.about-ms *::after {
    box-sizing: border-box;
}

.about-ms-shell {
    width: min(100% - 32px, 1180px);
    margin: 0 auto;
}

.about-ms-hero {
    padding: 24px 0 74px;
    background: #ffffff;
}

.about-ms-breadcrumb {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 22px;
    color: var(--ms-muted);
    font-size: 14px;
    font-weight: 800;
}

.about-ms-breadcrumb a {
    color: var(--ms-muted);
}

.about-ms-breadcrumb a::after {
    content: "/";
    margin-inline-start: 10px;
    color: #aab5c3;
}

.about-ms-breadcrumb span {
    color: var(--ms-ink);
}

.about-ms-hero-panel {
    display: grid;
    grid-template-columns: minmax(0, 0.96fr) minmax(360px, 0.88fr);
    gap: 42px;
    align-items: center;
    min-height: 600px;
    padding: 54px;
    border-radius: 42px;
    background:
        radial-gradient(circle at 88% 16%, rgba(39, 196, 106, 0.18), transparent 28%),
        linear-gradient(135deg, #f1fbf4 0%, #eff7ff 100%);
    overflow: hidden;
    position: relative;
}

.about-ms-hero-panel.is-text-only {
    grid-template-columns: 1fr;
    min-height: auto;
}

.about-ms-copy {
    position: relative;
    z-index: 1;
}

.about-ms-copy > span {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    margin-bottom: 18px;
    padding: 0 13px;
    border-radius: 999px;
    background: #ffffff;
    color: var(--ms-green-dark);
    font-size: 13px;
    font-weight: 900;
    box-shadow: 0 8px 24px rgba(28, 118, 67, 0.08);
}

.about-ms-copy h1 {
    max-width: 760px;
    margin: 0;
    color: var(--ms-ink);
    font-size: clamp(48px, 6vw, 86px);
    line-height: 0.98;
    font-weight: 950;
    letter-spacing: 0;
}

.about-ms-copy p {
    max-width: 720px;
    margin: 24px 0 0;
    color: #334155;
    font-size: 20px;
    line-height: 1.62;
    font-weight: 650;
}

.about-ms-visual {
    position: relative;
    margin: 0;
    padding: 16px;
    border-radius: 34px;
    background: rgba(255, 255, 255, 0.78);
    overflow: hidden;
    box-shadow:
        0 24px 60px rgba(34, 72, 55, 0.14),
        inset 0 0 0 1px rgba(255, 255, 255, 0.88);
}

.about-ms-visual::before {
    content: "";
    position: absolute;
    width: 120px;
    height: 120px;
    right: 20px;
    top: 20px;
    border-radius: 999px;
    background: var(--ms-green);
    opacity: 0.14;
}

.about-ms-visual img {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    height: 440px;
    border-radius: 24px;
    object-fit: cover;
}

.about-ms-story {
    padding: 76px 0;
    background: #ffffff;
}

.about-ms-story-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.88fr) minmax(0, 1fr);
    gap: 28px;
    align-items: start;
}

.about-ms-story-text {
    min-height: 100%;
    padding: 34px;
    border: 1px solid var(--ms-line);
    border-radius: 30px;
    background: #ffffff;
}

.about-ms-story-text p {
    margin: 0;
    color: var(--ms-ink);
    font-size: 20px;
    line-height: 1.7;
    font-weight: 650;
}

.about-ms-story-text p + p {
    margin-top: 20px;
}

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

.about-ms-option-grid article {
    min-height: 176px;
    padding: 24px;
    border: 1px solid var(--ms-line);
    border-radius: 26px;
    background: var(--ms-soft-green);
}

.about-ms-option-grid strong {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 999px;
    background: #ffffff;
    color: var(--ms-green-dark);
    font-size: 13px;
    font-weight: 950;
}

.about-ms-option-grid p {
    margin: 22px 0 0;
    color: var(--ms-ink);
    font-size: 18px;
    line-height: 1.48;
    font-weight: 780;
}

.about-ms-features {
    padding: 78px 0 90px;
    background: var(--ms-surface);
}

.about-ms-section-head {
    max-width: 760px;
    margin-bottom: 28px;
}

.about-ms-section-head h2 {
    margin: 0;
    color: var(--ms-ink);
    font-size: clamp(34px, 4.6vw, 62px);
    line-height: 1.04;
    font-weight: 950;
    letter-spacing: 0;
}

.about-ms-feature-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.about-ms-feature-grid article {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 168px;
    padding: 24px;
    border: 1px solid rgba(23, 32, 51, 0.08);
    border-radius: 26px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(255, 255, 255, 0.56)),
        var(--feature-bg);
    box-shadow: 0 14px 30px rgba(23, 32, 51, 0.05);
}

.about-ms-feature-grid img {
    width: 46px;
    height: 46px;
    object-fit: contain;
}

.about-ms-feature-grid span {
    color: var(--ms-ink);
    font-size: 17px;
    line-height: 1.25;
    font-weight: 900;
}

@media (max-width: 1199px) {
    .about-ms-hero-panel,
    .about-ms-story-grid {
        grid-template-columns: 1fr;
    }

    .about-ms-feature-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .about-ms-shell {
        width: min(100% - 24px, 1180px);
    }

    .about-ms-hero {
        padding: 16px 0 52px;
    }

    .about-ms-hero-panel {
        min-height: auto;
        padding: 24px;
        border-radius: 28px;
    }

    .about-ms-copy h1 {
        font-size: 42px;
        line-height: 1.03;
    }

    .about-ms-copy p,
    .about-ms-story-text p {
        font-size: 16px;
    }

    .about-ms-visual {
        padding: 10px;
        border-radius: 24px;
    }

    .about-ms-visual img {
        height: 300px;
        border-radius: 18px;
    }

    .about-ms-story,
    .about-ms-features {
        padding: 54px 0;
    }

    .about-ms-story-text {
        padding: 24px;
        border-radius: 24px;
    }

    .about-ms-option-grid,
    .about-ms-feature-grid {
        grid-template-columns: 1fr;
    }

    .about-ms-section-head h2 {
        font-size: 32px;
    }
}
