@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&family=Space+Grotesk:wght@500;700&display=swap");

:root {
    --site-bg: #f5efe6;
    --site-bg-soft: #fffaf4;
    --site-surface: rgba(255, 250, 244, 0.82);
    --site-surface-strong: #fffdf9;
    --site-ink: #1f1d1a;
    --site-ink-soft: #433d36;
    --site-muted: #6f685f;
    --site-line: rgba(31, 29, 26, 0.08);
    --site-shadow: 0 28px 80px rgba(55, 40, 19, 0.14);
    --site-shadow-soft: 0 18px 44px rgba(55, 40, 19, 0.08);
    --site-primary: #ff0100;
    --site-primary-deep: #9f0000;
    --site-accent: #ff0100;
    --site-accent-soft: rgba(255, 1, 0, 0.12);
    --site-success: #c40000;
    --site-success-soft: rgba(196, 0, 0, 0.14);
    --site-card-tint: linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(249, 243, 233, 0.9));
}

body.landing-home,
body.inner-web-page {
    font-family: "Plus Jakarta Sans", sans-serif;
    color: var(--site-ink);
    overflow-x: hidden;
    background:
        radial-gradient(circle at top left, rgba(255, 1, 0, 0.15), transparent 24%),
        radial-gradient(circle at 88% 12%, rgba(159, 0, 0, 0.12), transparent 20%),
        radial-gradient(circle at 50% 100%, rgba(255, 88, 88, 0.08), transparent 18%),
        linear-gradient(180deg, #f4ede4 0%, #fffaf5 32%, #f6efe6 100%);
}

body.mobile-menu-open {
    overflow: hidden;
}

body.landing-home h1,
body.landing-home h2,
body.landing-home h3,
body.landing-home h4,
body.landing-home h5,
body.landing-home h6,
body.inner-web-page h1,
body.inner-web-page h2,
body.inner-web-page h3,
body.inner-web-page h4,
body.inner-web-page h5,
body.inner-web-page h6 {
    font-family: "Space Grotesk", sans-serif;
    color: var(--site-ink);
    letter-spacing: -0.05em;
}

body.landing-home p,
body.inner-web-page p,
body.inner-web-page li {
    color: var(--site-muted);
    line-height: 1.75;
}

a {
    text-decoration: none;
}

.site-header {
    position: sticky;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 30;
    width: min(1320px, calc(100% - 72px));
    max-width: 1320px;
    margin: 0;
    box-sizing: border-box;
    border-radius: 28px;
    border: 1px solid rgba(255, 255, 255, 0.7);
    background: rgba(255, 250, 244, 0.72);
    backdrop-filter: blur(20px);
    box-shadow: 0 14px 34px rgba(31, 29, 26, 0.08);
}

.site-nav-shell {
    position: relative;
    min-height: 88px;
    padding-inline: 28px;
}

@media (min-width: 992px) {
    .site-header .navbar {
        position: relative;
    }

    .site-header .site-nav-shell {
        display: grid;
        grid-template-columns: auto 1fr auto;
        align-items: center;
        column-gap: 28px;
    }

    .site-header .navbar-collapse.d-lg-flex {
        display: flex !important;
        align-items: center;
        justify-content: flex-end;
        min-width: 0;
    }

    .site-header .site-nav-links {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        margin: 0;
        white-space: nowrap;
    }

    .site-header .site-nav-actions {
        margin-left: auto;
    }
}

.site-logo {
    display: inline-flex;
    align-items: center;
    padding: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.site-logo img {
    height: 52px;
    width: auto;
}

.site-nav-links {
    gap: 8px;
}

.site-header .site-nav-links .nav-link {
    padding: 12px 16px !important;
    color: #fff !important;
    font-size: 15px;
    font-weight: 700;
    border-radius: 999px;
    transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.18);
}

.site-header .site-nav-links .nav-link.active,
.site-header .site-nav-links .nav-link:hover {
    color: var(--site-ink) !important;
    background: rgba(255, 255, 255, 0.84);
    transform: translateY(-1px);
}

.site-nav-actions {
    display: flex;
    align-items: center;
    gap: 12px;
}

.site-language-btn {
    display: inline-flex;
    align-items: center;
    min-height: 48px;
    padding: 0 16px;
    border-radius: 999px;
    border: 1px solid rgba(31, 29, 26, 0.08);
    background: rgba(255, 255, 255, 0.86);
    color: var(--site-ink);
    font-weight: 700;
}

.site-nav-actions .dropdown-menu {
    min-width: 240px;
    padding: 10px;
    border: 1px solid rgba(31, 29, 26, 0.08);
    border-radius: 20px;
    background: rgba(255, 252, 248, 0.98);
    box-shadow: 0 18px 44px rgba(31, 29, 26, 0.14);
}

.site-nav-actions .language-li {
    position: relative;
}

.site-nav-actions .dropdown-item {
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 48px;
    padding: 10px 14px;
    border-radius: 14px;
    color: var(--site-ink) !important;
    -webkit-text-fill-color: var(--site-ink);
    opacity: 1 !important;
    font-weight: 700;
}

.site-nav-actions .dropdown-menu .dropdown-item,
.site-nav-actions .dropdown-menu .dropdown-item span,
.site-nav-actions .dropdown-menu .dropdown-item strong,
.site-nav-actions .dropdown-menu .dropdown-item small,
.site-nav-actions .dropdown-menu .language-li a {
    color: var(--site-ink) !important;
    -webkit-text-fill-color: var(--site-ink);
    opacity: 1 !important;
}

.site-nav-actions .dropdown-item:hover,
.site-nav-actions .dropdown-item:focus {
    background: rgba(255, 1, 0, 0.08);
    color: var(--site-primary-deep) !important;
    -webkit-text-fill-color: var(--site-primary-deep);
}

.site-nav-actions .flag-icon {
    width: 32px;
    height: 22px;
    object-fit: cover;
    border-radius: 6px;
    box-shadow: 0 2px 8px rgba(31, 29, 26, 0.12);
}

.site-nav-actions .language-check {
    position: absolute;
    top: 50%;
    right: 14px;
    transform: translateY(-50%);
    color: var(--site-primary);
}

.site-primary-btn,
.site-secondary-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0 24px;
    border-radius: 18px;
    font-weight: 800;
    transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.site-primary-btn {
    background: linear-gradient(135deg, var(--site-primary), var(--site-primary-deep));
    color: #fff !important;
    box-shadow: 0 18px 30px rgba(255, 1, 0, 0.24);
}

.site-primary-btn:hover,
.site-secondary-btn:hover {
    transform: translateY(-2px);
}

.site-primary-btn-lg {
    min-height: 60px;
    padding: 0 28px;
}

.site-secondary-btn {
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(31, 29, 26, 0.08);
    color: var(--site-ink) !important;
    box-shadow: 0 12px 24px rgba(31, 29, 26, 0.05);
}

.site-nav-toggle {
    border: none;
}

.site-nav-toggle:focus {
    box-shadow: none;
}

.site-nav-toggle i {
    font-size: 26px;
    color: var(--site-ink);
}

.site-mobile-menu {
    position: absolute;
    top: calc(100% + 12px);
    inset-inline: 0;
    padding: 16px;
    border-radius: 24px;
    border: 1px solid rgba(31, 29, 26, 0.08);
    background: rgba(255, 250, 244, 0.98);
    box-shadow: 0 24px 54px rgba(31, 29, 26, 0.18);
    z-index: 42;
}

.site-mobile-menu-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 14px;
}

.site-mobile-menu-body {
    display: grid;
    gap: 14px;
}

.site-mobile-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(13, 12, 20, 0.32);
    backdrop-filter: blur(3px);
    z-index: 35;
}

.site-mobile-close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border: 1px solid rgba(31, 29, 26, 0.08);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.86);
    color: var(--site-ink);
}

.site-mobile-close i {
    font-size: 18px;
}

.site-mobile-links {
    display: grid;
    gap: 12px;
}

.site-mobile-links a {
    display: block;
    padding: 12px 0;
    color: var(--site-ink) !important;
    -webkit-text-fill-color: var(--site-ink);
    opacity: 1 !important;
    font-weight: 700;
    border-bottom: 1px solid rgba(31, 29, 26, 0.06);
}

.site-mobile-menu,
.site-mobile-menu a,
.site-mobile-menu span,
.site-mobile-menu strong,
.site-mobile-close {
    color: var(--site-ink) !important;
    -webkit-text-fill-color: var(--site-ink);
    opacity: 1 !important;
}

.section-kicker,
.landing-eyebrow {
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    padding: 0 14px;
    border-radius: 999px;
    background: var(--site-accent-soft);
    color: var(--site-primary-deep);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.section-heading {
    margin-bottom: 36px;
}

.section-heading h2 {
    margin: 16px 0 12px;
    font-size: clamp(34px, 4vw, 60px);
    line-height: 1.02;
}

.split-heading {
    display: grid;
    grid-template-columns: 1fr 430px;
    gap: 28px;
    align-items: end;
}

.landing-hero {
    padding: 156px 0 32px;
}

.landing-hero .container,
.feature-grid-section .container,
.commerce-rhythm-section .container,
.product-showcase-section .container,
.story-block-section .container,
.premium-pricing-section .container,
.watch-demo-section .container,
.testimonials-section .container,
.journal-section .container,
.closing-cta-section .container,
.future-command-section .container,
.inner-web-page .about-section .container,
.inner-web-page .contact-section .container,
.inner-web-page .blogs-section .container {
    max-width: 1480px;
}

.landing-hero-grid {
    display: grid;
    grid-template-columns: 1.04fr 0.96fr;
    gap: 42px;
    align-items: center;
    min-height: calc(100vh - 172px);
}

.landing-status-rail {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    min-height: 42px;
    padding: 0 18px;
    width: fit-content;
    max-width: 100%;
    margin-bottom: 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(31, 29, 26, 0.06);
    box-shadow: var(--site-shadow-soft);
    color: var(--site-ink);
    font-size: 13px;
    font-weight: 700;
}

.landing-eyebrow {
    display: flex;
    width: fit-content;
    max-width: 100%;
    padding-inline: 16px;
    font-size: 11px;
}

.landing-status-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--site-success);
    box-shadow: 0 0 0 6px rgba(255, 1, 0, 0.12);
}

.landing-hero-copy h1 {
    margin: 18px 0 18px;
    font-size: clamp(56px, 8vw, 98px);
    line-height: 0.92;
    max-width: 720px;
}

.landing-hero-copy h1 span {
    color: var(--site-primary);
}

.landing-hero-description {
    max-width: 640px;
    font-size: 18px;
}

.landing-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin: 32px 0 24px;
}

.landing-value-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    max-width: 760px;
    margin-bottom: 24px;
}

.landing-value-card {
    padding: 20px 22px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.76);
    border: 1px solid rgba(31, 29, 26, 0.06);
    box-shadow: var(--site-shadow-soft);
}

.landing-value-card span,
.landing-value-card strong {
    display: block;
}

.landing-value-card span {
    margin-bottom: 8px;
    color: var(--site-primary);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.landing-value-card strong {
    font-size: 18px;
    line-height: 1.5;
    color: var(--site-ink);
}

.landing-proof-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    max-width: 620px;
}

.landing-proof-card {
    padding: 24px;
    border-radius: 26px;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(31, 29, 26, 0.05);
    box-shadow: var(--site-shadow-soft);
}

.landing-proof-card strong,
.landing-proof-card span {
    display: block;
}

.landing-proof-card strong {
    font-size: 36px;
    line-height: 1;
}

.landing-proof-card span {
    margin-top: 10px;
    font-size: 14px;
    color: var(--site-muted);
}

.hero-visual-frame {
    position: relative;
    min-height: 760px;
    padding: 28px;
    border-radius: 40px;
    background:
        linear-gradient(155deg, rgba(255, 255, 255, 0.95), rgba(242, 235, 225, 0.96)),
        linear-gradient(180deg, #ffffff, #eef3fb);
    border: 1px solid rgba(255, 255, 255, 0.9);
    box-shadow: var(--site-shadow);
    overflow: hidden;
}

.hero-visual-glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(4px);
}

.hero-visual-glow-one {
    width: 260px;
    height: 260px;
    top: -70px;
    right: -20px;
    background: rgba(255, 1, 0, 0.18);
}

.hero-visual-glow-two {
    width: 300px;
    height: 300px;
    bottom: -120px;
    left: -90px;
    background: rgba(159, 0, 0, 0.14);
}

.hero-device-shell {
    position: relative;
    z-index: 2;
    margin: 72px auto 118px;
    width: min(100%, 480px);
    padding: 18px 18px 24px;
    border-radius: 34px;
    background: rgba(32, 14, 14, 0.96);
    box-shadow: 0 30px 60px rgba(17, 24, 39, 0.24);
}

.hero-device-topbar {
    display: flex;
    gap: 8px;
    margin-bottom: 14px;
}

.hero-device-topbar span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.28);
}

.hero-main-image {
    width: 100%;
    min-height: 500px;
    max-height: 540px;
    object-fit: contain;
    border-radius: 24px;
    background: linear-gradient(180deg, #fffefb, #f3ede4);
}

.hero-visual-panel,
.hero-dashboard-chip,
.hero-signal-card {
    position: absolute;
    z-index: 3;
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(31, 29, 26, 0.06);
    box-shadow: var(--site-shadow-soft);
    backdrop-filter: blur(16px);
}

.hero-visual-panel {
    max-width: 270px;
    padding: 18px;
    border-radius: 22px;
}

.hero-panel-top {
    top: 24px;
    left: 24px;
}

.hero-panel-bottom {
    right: 24px;
    bottom: 24px;
}

.hero-dashboard-chip {
    padding: 16px 18px;
    border-radius: 20px;
    max-width: 220px;
}

.hero-chip-left {
    left: 18px;
    bottom: 168px;
}

.hero-chip-right {
    top: 138px;
    right: 20px;
}

.hero-signal-card {
    left: 46px;
    right: 46px;
    bottom: 90px;
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 18px;
    padding: 18px 20px;
    border-radius: 24px;
}

.hero-signal-bars {
    display: flex;
    align-items: end;
    gap: 8px;
    min-width: 74px;
}

.hero-signal-bars i {
    display: block;
    width: 14px;
    border-radius: 999px;
    background: linear-gradient(180deg, #ff6a6a, var(--site-primary));
}

.hero-signal-bars i:nth-child(1) {
    height: 24px;
}

.hero-signal-bars i:nth-child(2) {
    height: 42px;
}

.hero-signal-bars i:nth-child(3) {
    height: 58px;
}

.hero-visual-panel span,
.hero-dashboard-chip span,
.hero-signal-card span {
    display: block;
    color: var(--site-success);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.hero-visual-panel strong,
.hero-dashboard-chip strong,
.hero-signal-card strong {
    display: block;
    margin-top: 8px;
    color: var(--site-ink);
    font-size: 18px;
    line-height: 1.45;
}

.landing-trust-strip {
    display: grid;
    grid-template-columns: 320px 1fr;
    gap: 22px;
    align-items: center;
    padding: 28px 0 0;
}

.landing-trust-strip p {
    margin: 0;
    font-weight: 700;
}

.landing-trust-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.landing-trust-tags span {
    padding: 11px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.86);
    border: 1px solid rgba(31, 29, 26, 0.06);
    color: var(--site-ink-soft);
    font-size: 14px;
    font-weight: 700;
}

.feature-grid-section,
.commerce-rhythm-section,
.product-showcase-section,
.story-block-section,
.premium-pricing-section,
.watch-demo-section,
.testimonials-section,
.journal-section,
.closing-cta-section,
.future-command-section,
.inner-web-page section {
    padding: 92px 0;
}

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

.feature-grid-card {
    position: relative;
    min-height: 280px;
    padding: 24px;
    border-radius: 30px;
    border: 1px solid rgba(255, 255, 255, 0.56);
    box-shadow: var(--site-shadow-soft);
    overflow: hidden;
}

.feature-grid-card::after {
    content: "";
    position: absolute;
    inset: auto -20% -28% auto;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.16);
}

.feature-grid-index {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 34px;
    font-weight: 800;
    color: rgba(31, 29, 26, 0.18);
}

.feature-grid-pill {
    display: inline-flex;
    min-height: 30px;
    padding: 0 12px;
    align-items: center;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.78);
    color: var(--site-ink);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.feature-grid-icon {
    width: 76px;
    height: 76px;
    margin-top: 20px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.78);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6);
}

.feature-grid-icon img {
    width: 42px;
    height: 42px;
}

.feature-grid-card h3 {
    margin-top: 28px;
    margin-bottom: 18px;
    font-size: 25px;
    line-height: 1.25;
}

.feature-grid-card p {
    max-width: 260px;
    margin: 0;
    color: var(--site-ink-soft);
    line-height: 1.9;
}

.commerce-rhythm-shell,
.story-block-shell,
.watch-demo-shell,
.future-command-shell,
.closing-cta-shell {
    padding: 52px 48px;
    border-radius: 36px;
    background: var(--site-card-tint);
    border: 1px solid rgba(255, 255, 255, 0.8);
    box-shadow: var(--site-shadow);
}

.commerce-rhythm-shell {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 28px;
    align-items: center;
}

.commerce-rhythm-copy h2,
.story-block-copy h2 {
    margin: 20px 0 22px;
    font-size: clamp(34px, 4vw, 58px);
}

.commerce-rhythm-copy p,
.story-block-copy p {
    margin: 0;
    line-height: 1.95;
}

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

.commerce-rhythm-card {
    padding: 30px 26px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.74);
    border: 1px solid rgba(31, 29, 26, 0.06);
}

.commerce-rhythm-card span {
    display: inline-flex;
    min-height: 32px;
    padding: 0 10px;
    align-items: center;
    border-radius: 999px;
    background: var(--site-success-soft);
    color: var(--site-success);
    font-size: 12px;
    font-weight: 800;
}

.commerce-rhythm-card strong {
    display: block;
    margin: 22px 0 14px;
    font-size: 22px;
    line-height: 1.35;
}

.commerce-rhythm-card p {
    margin: 0;
    line-height: 1.9;
}

.product-showcase-wall {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    align-items: end;
}

.showcase-device-card {
    padding: 18px;
    border-radius: 32px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(244, 236, 225, 0.92));
    border: 1px solid rgba(255, 255, 255, 0.78);
    box-shadow: var(--site-shadow-soft);
}

.showcase-device-card-2,
.showcase-device-card-4 {
    transform: translateY(28px);
}

.showcase-device-card img {
    width: 100%;
    height: 480px;
    object-fit: contain;
}

.story-block-shell {
    display: grid;
    grid-template-columns: 1fr 340px;
    gap: 28px;
    align-items: center;
}

.story-metric-list {
    display: grid;
    gap: 14px;
}

.story-metric-card {
    padding: 30px 28px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(31, 29, 26, 0.06);
}

.story-metric-card strong,
.story-metric-card span {
    display: block;
}

.story-metric-card strong {
    font-size: 36px;
    line-height: 1;
    margin-bottom: 14px;
}

.story-metric-card span {
    margin-top: 0;
    line-height: 1.8;
}

.pricing-shell {
    display: grid;
    gap: 18px;
}

.pricing-card-grid {
    margin-top: 4px;
}

.pricing-card {
    height: 100%;
    padding: 30px;
    border-radius: 32px;
    background: rgba(255, 255, 255, 0.84);
    border: 1px solid rgba(255, 255, 255, 0.76);
    box-shadow: var(--site-shadow-soft);
}

.pricing-card-featured {
    background: linear-gradient(160deg, #2b0909, #7f0000 60%, #ff0100 100%);
}

.pricing-pill {
    display: inline-flex;
    min-height: 32px;
    padding: 0 12px;
    align-items: center;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    color: #f8fafc;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.pricing-card h3 {
    margin: 18px 0 12px;
    font-size: 31px;
}

.pricing-value {
    display: flex;
    align-items: baseline;
    gap: 10px;
}

.pricing-value strong {
    font-size: 48px;
    line-height: 1;
}

.pricing-subtitle {
    margin: 18px 0 0;
    font-size: 14px;
    font-weight: 700;
    color: var(--site-muted);
}

.pricing-card-featured h3,
.pricing-card-featured .pricing-value strong,
.pricing-card-featured .pricing-value span,
.pricing-card-featured .pricing-subtitle,
.pricing-card-featured .pricing-feature-list span {
    color: #ffffff;
}

.pricing-feature-list {
    display: grid;
    gap: 12px;
    margin: 24px 0 0;
}

.pricing-feature-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.pricing-feature-list .is-on {
    color: #ff7a7a;
}

.pricing-feature-list .is-off {
    color: #94a3b8;
}

.pricing-action {
    width: 100%;
    margin-top: 28px;
    border: none;
    background: linear-gradient(135deg, var(--site-primary), var(--site-primary-deep)) !important;
    color: #ffffff !important;
    border-radius: 18px;
}

.pricing-card-featured .pricing-action {
    background: #ffffff !important;
    color: var(--site-primary-deep) !important;
}

.watch-demo-frame {
    position: relative;
    overflow: hidden;
    border-radius: 30px;
    border: 1px solid rgba(255, 255, 255, 0.82);
    box-shadow: var(--site-shadow-soft);
}

.watch-demo-frame::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(15, 23, 42, 0.04), rgba(15, 23, 42, 0.2));
    pointer-events: none;
}

.watch-demo-frame img {
    width: 100%;
    min-height: 560px;
    object-fit: cover;
}

.watch-demo-play {
    position: absolute;
    inset: 50% auto auto 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    display: inline-flex;
    width: 92px;
    height: 92px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.92);
    color: var(--site-primary-deep);
    box-shadow: var(--site-shadow);
    font-size: 24px;
}

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

.testimonial-card {
    padding: 30px;
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.84);
    border: 1px solid rgba(255, 255, 255, 0.76);
    box-shadow: var(--site-shadow-soft);
}

.testimonial-card p {
    color: var(--site-ink-soft);
}

.testimonial-meta {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 24px;
}

.testimonial-meta img {
    width: 56px;
    height: 56px;
    object-fit: cover;
    border-radius: 50%;
}

.testimonial-meta strong,
.testimonial-meta span {
    display: block;
}

.journal-grid {
    display: grid;
    grid-template-columns: 1.08fr 0.92fr;
    gap: 18px;
}

.journal-main-column,
.journal-side-column {
    display: grid;
    gap: 18px;
}

.journal-card {
    overflow: hidden;
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.84);
    border: 1px solid rgba(255, 255, 255, 0.76);
    box-shadow: var(--site-shadow-soft);
}

.journal-card-large {
    display: grid;
    grid-template-columns: 1fr;
}

.journal-card-image img,
.journal-card-thumb img {
    width: 100%;
    object-fit: cover;
}

.journal-card-image img {
    height: 300px;
}

.journal-card-thumb img {
    width: 160px;
    height: 150px;
    border-radius: 22px;
}

.journal-card-compact {
    display: grid;
    grid-template-columns: 160px 1fr;
    gap: 16px;
    padding: 10px;
    align-items: center;
}

.journal-card-body {
    padding: 24px;
}

.journal-card-compact .journal-card-body {
    padding: 10px 14px 10px 0;
}

.journal-card-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 14px;
}

.journal-card-meta span,
.journal-card time {
    color: var(--site-muted);
    font-size: 13px;
    font-weight: 700;
}

.journal-card h3,
.journal-card h4 {
    margin: 0 0 10px;
    line-height: 1.3;
}

.journal-link {
    color: var(--site-primary);
    font-weight: 800;
}

.closing-cta-shell {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 28px;
    align-items: center;
    background:
        linear-gradient(135deg, rgba(43, 9, 9, 0.96), rgba(127, 0, 0, 0.94)),
        linear-gradient(180deg, #350909, #ff0100);
}

.closing-cta-shell .section-kicker {
    background: rgba(255, 255, 255, 0.14);
    color: #ffd4d4;
}

.closing-cta-shell h2,
.closing-cta-shell p {
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff;
}

.closing-cta-shell h2,
.closing-cta-shell p,
.closing-cta-shell a,
.closing-cta-shell span {
    text-shadow: none;
}

.closing-cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.closing-cta-actions .site-secondary-btn {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.18);
    color: #ffffff !important;
    box-shadow: none;
}

.future-command-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 28px;
}

.command-secondary-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 0 22px;
    border-radius: 18px;
    border: 1px solid rgba(31, 29, 26, 0.08);
    background: #ffffff;
    color: var(--site-ink) !important;
    font-weight: 700;
}

.command-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin-top: 28px;
}

.command-grid-card {
    padding: 24px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(31, 29, 26, 0.06);
}

.command-grid-card span,
.command-grid-card strong {
    display: block;
}

.command-grid-card span {
    color: var(--site-primary);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.command-grid-card strong {
    margin: 10px 0 8px;
    font-size: 24px;
    line-height: 1.2;
}

.premium-footer {
    margin-top: 34px;
    padding-bottom: 28px !important;
    background: transparent;
}

.premium-footer .container {
    max-width: 1480px;
}

.footer-saas-shell {
    position: relative;
    display: grid;
    grid-template-columns: 1.15fr 1fr;
    gap: 32px;
    width: 100%;
    padding: 54px 48px;
    border-radius: 36px;
    background: linear-gradient(145deg, #171212, #2e0f0f 58%, #a10000);
    box-shadow: 0 24px 70px rgba(15, 23, 42, 0.2);
}

.footer-brand-block {
    max-width: 440px;
}

.footer-brand-link {
    display: inline-flex;
}

.footer-logo {
    height: 48px;
}

.footer-details {
    width: auto;
    max-width: 360px;
    margin-top: 24px;
    color: rgba(255, 255, 255, 0.72) !important;
    line-height: 1.95;
}

.footer-cta-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 22px;
}

.footer-cta-row a {
    display: inline-flex;
    padding: 8px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-qr-row {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 18px;
}

.footer-qr-row img {
    width: 74px;
    height: 74px;
    border-radius: 18px;
}

.footer-links-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.footer-link-column h6 {
    margin-bottom: 18px;
    color: rgba(255, 255, 255, 0.96) !important;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    text-shadow: 0 1px 10px rgba(255, 255, 255, 0.08);
}

.footer-link-column ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 16px;
}

.footer-link-column a {
    color: rgba(255, 255, 255, 0.72);
}

.footer-socials-shell {
    position: absolute;
    top: 330px;
    left: 54%;
    z-index: 2;
}

.footer-socials {
    display: flex !important;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px;
    margin-top: 0;
}

.footer-socials li {
    margin: 0;
}

.footer-socials li a {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.08);
    transition: transform 0.25s ease, background 0.25s ease;
}

.footer-socials li a:hover {
    transform: translateY(-2px);
    background: rgba(255, 255, 255, 0.18);
}

.footer-socials li a img {
    width: 22px;
    height: 22px;
    object-fit: contain;
}

.footer-bottom-bar {
    padding-top: 20px;
    margin-top: 22px;
}

.footer-bottom-bar p {
    color: rgba(255, 255, 255, 0.64);
}

.inner-web-page .banner-bg {
    padding: 56px 0 24px !important;
    background: transparent;
}

.inner-web-page .banner-bg .container {
    max-width: 1240px;
}

.inner-web-page .banner-bg p {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 16px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(31, 29, 26, 0.06);
    box-shadow: var(--site-shadow-soft);
    color: var(--site-muted) !important;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.inner-web-page .about-section .row:first-child,
.inner-web-page .contact-section .row,
.inner-web-page .blogs-section .row {
    padding: 24px;
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.84);
    border: 1px solid rgba(255, 255, 255, 0.76);
    box-shadow: var(--site-shadow-soft);
}

.inner-web-page .about-section .about-img,
.inner-web-page .contact-image img,
.inner-web-page .blog-details-content .details-img {
    border-radius: 24px !important;
    box-shadow: var(--site-shadow-soft);
}

.inner-web-page .contact-section .form-control,
.inner-web-page .blog-details-content .form-control {
    border-radius: 16px;
    border: 1px solid rgba(31, 29, 26, 0.08);
    box-shadow: none;
}

.inner-web-page .contact-section .custom-btn,
.inner-web-page .blog-details-content .theme-btn {
    background: linear-gradient(135deg, var(--site-primary), var(--site-primary-deep));
    color: #ffffff;
    border: none;
    border-radius: 16px;
}

.inner-web-page .blog-details-content,
.inner-web-page .blog-shadow {
    overflow: hidden;
    background: rgba(255, 255, 255, 0.84);
    border: 1px solid rgba(255, 255, 255, 0.76);
    box-shadow: var(--site-shadow-soft);
}

[dir="rtl"] .site-nav-shell {
    direction: rtl;
}

[dir="rtl"] .site-nav-actions .dropdown-menu {
    text-align: right;
}

[dir="rtl"] .site-nav-actions .dropdown-item {
    flex-direction: row-reverse;
    justify-content: flex-end;
}

[dir="rtl"] .site-nav-actions .language-check {
    right: auto;
    left: 14px;
}

@media (min-width: 992px) {
    [dir="rtl"] .site-header .navbar-collapse.d-lg-flex {
        justify-content: space-between;
        gap: 18px;
        width: 100%;
    }

    [dir="rtl"] .site-header .site-nav-links {
        position: static;
        left: auto;
        transform: none;
        display: flex;
        justify-content: center;
        flex: 1 1 auto;
        min-width: 0;
        margin: 0;
        padding-inline: 18px;
        white-space: normal;
    }

    [dir="rtl"] .site-header .site-nav-links .nav-link {
        padding: 12px 12px !important;
        font-size: 14px;
    }

    [dir="rtl"] .site-header .site-nav-actions {
        margin-left: 0;
        margin-right: auto;
        flex-shrink: 0;
        flex-direction: row-reverse;
    }
}

[dir="rtl"] .landing-hero-copy,
[dir="rtl"] .section-heading,
[dir="rtl"] .story-block-copy,
[dir="rtl"] .commerce-rhythm-copy,
[dir="rtl"] .commerce-rhythm-card,
[dir="rtl"] .story-metric-card,
[dir="rtl"] .feature-grid-card,
[dir="rtl"] .journal-card-body,
[dir="rtl"] .footer-brand-block,
[dir="rtl"] .footer-link-column,
[dir="rtl"] .landing-trust-strip p {
    text-align: right;
}

[dir="rtl"] .landing-hero-grid,
[dir="rtl"] .split-heading,
[dir="rtl"] .story-block-shell,
[dir="rtl"] .commerce-rhythm-shell,
[dir="rtl"] .journal-grid,
[dir="rtl"] .closing-cta-shell,
[dir="rtl"] .footer-saas-shell {
    direction: rtl;
}

[dir="rtl"] .landing-hero-actions,
[dir="rtl"] .landing-trust-tags,
[dir="rtl"] .closing-cta-actions,
[dir="rtl"] .footer-socials,
[dir="rtl"] .footer-cta-row {
    justify-content: flex-start;
}

[dir="rtl"] .hero-panel-top {
    left: auto;
    right: 24px;
}

[dir="rtl"] .hero-panel-bottom {
    right: auto;
    left: 24px;
}

[dir="rtl"] .hero-chip-left {
    left: auto;
    right: 18px;
}

[dir="rtl"] .hero-chip-right {
    right: auto;
    left: 20px;
}

[dir="rtl"] .feature-grid-card {
    direction: rtl;
}

[dir="rtl"] .feature-grid-index {
    right: auto;
    left: 20px;
}

[dir="rtl"] .feature-grid-pill {
    margin-right: 0;
    margin-left: auto;
}

[dir="rtl"] .commerce-rhythm-grid,
[dir="rtl"] .story-metric-list {
    direction: rtl;
}

[dir="rtl"] .commerce-rhythm-card span {
    margin-right: auto;
}

[dir="rtl"] .story-metric-card strong,
[dir="rtl"] .story-metric-card span {
    text-align: right;
}

[dir="rtl"] .journal-card-compact {
    grid-template-columns: 1fr 160px;
}

[dir="rtl"] .journal-card-compact .journal-card-body {
    padding: 10px 0 10px 14px;
}

[dir="rtl"] .footer-qr-row {
    flex-direction: row-reverse;
    justify-content: flex-end;
}

[dir="rtl"] .footer-saas-shell {
    grid-template-columns: 1.1fr 1.25fr;
}

[dir="rtl"] .footer-brand-block {
    max-width: none;
}

[dir="rtl"] .footer-details {
    max-width: 100%;
    margin-inline-start: auto;
}

[dir="rtl"] .footer-links-grid {
    grid-template-columns: repeat(3, minmax(180px, 1fr));
    align-items: start;
}

[dir="rtl"] .footer-socials-shell {
    left: auto;
    right: 31%;
}

[dir="rtl"] .footer-socials {
    justify-content: center;
    margin: 0;
}

@media (max-width: 1199px) {
    .landing-hero-grid,
    .split-heading,
    .commerce-rhythm-shell,
    .story-block-shell,
    .footer-saas-shell,
    .journal-grid,
    .closing-cta-shell {
        grid-template-columns: 1fr;
    }

    .product-showcase-wall,
    .feature-grid-layout,
    .testimonial-grid,
    .command-grid,
    .footer-links-grid,
    .commerce-rhythm-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hero-visual-frame {
        min-height: 700px;
    }
}

@media (max-width: 991px) {
    .site-header {
        left: 50%;
        transform: translateX(-50%);
        width: calc(100% - 16px);
        top: 8px;
        border-radius: 20px;
    }

    .site-nav-shell {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        min-height: 78px;
        padding-inline: 14px;
    }

    .site-logo {
        max-width: calc(100% - 68px);
        flex: 0 1 auto;
    }

    .site-logo img {
        height: 42px;
        max-width: 100%;
    }

    .site-nav-toggle {
        flex: 0 0 auto;
        margin-inline-start: auto;
        padding: 8px;
    }

    .landing-hero {
        padding-top: 34px;
    }

    .landing-hero-grid {
        min-height: auto;
        gap: 26px;
    }

    .landing-value-row,
    .landing-proof-grid,
    .product-showcase-wall,
    .feature-grid-layout,
    .testimonial-grid,
    .command-grid,
    .footer-links-grid,
    .commerce-rhythm-grid {
        grid-template-columns: 1fr;
    }

    .landing-trust-strip,
    .journal-grid,
    .journal-card-compact,
    .closing-cta-shell {
        grid-template-columns: 1fr;
    }

    .hero-visual-frame {
        min-height: auto;
        padding: 18px;
    }

    .hero-device-shell {
        margin: 84px auto 144px;
        width: 100%;
    }

    .hero-main-image {
        min-height: 380px;
    }

    .landing-hero-copy,
    .section-heading,
    .story-block-copy,
    .commerce-rhythm-copy,
    .testimonial-card,
    .journal-card-body,
    .footer-brand-block,
    .footer-link-column {
        text-align: start;
    }

    .hero-visual-panel,
    .hero-dashboard-chip,
    .hero-signal-card {
        position: static;
        max-width: none;
        margin-bottom: 14px;
    }

    .watch-demo-frame img {
        min-height: 360px;
    }

    .commerce-rhythm-shell,
    .story-block-shell,
    .watch-demo-shell,
    .future-command-shell,
    .footer-saas-shell,
    .closing-cta-shell {
        padding: 24px;
        border-radius: 26px;
    }
}

@media (max-width: 767px) {
    .site-header {
        width: calc(100% - 12px);
        border-radius: 18px;
    }

    .site-nav-shell {
        padding-inline: 12px;
    }

    .site-logo img {
        height: 36px;
    }

    .landing-status-rail {
        width: 100%;
        justify-content: center;
        flex-wrap: wrap;
        text-align: center;
        padding: 12px 16px;
        min-height: 0;
    }

    .landing-eyebrow {
        width: 100%;
        justify-content: center;
        text-align: center;
    }

    .landing-hero-copy h1 {
        font-size: clamp(34px, 11vw, 44px);
        line-height: 0.98;
        word-break: break-word;
    }

    .landing-hero-description {
        font-size: 16px;
    }

    .landing-hero-actions,
    .future-command-actions,
    .closing-cta-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .site-primary-btn,
    .site-secondary-btn,
    .command-secondary-link {
        width: 100%;
    }

    .landing-value-card,
    .landing-proof-card,
    .testimonial-card,
    .commerce-rhythm-card,
    .story-metric-card {
        padding: 20px;
        border-radius: 22px;
    }

    .showcase-device-card,
    .showcase-device-card-2,
    .showcase-device-card-4 {
        transform: none;
    }

    .showcase-device-card img {
        height: 320px;
    }

    .journal-card-thumb img {
        width: 100%;
        height: 220px;
    }

    .journal-card-compact {
        padding: 0;
    }

    .journal-card-compact .journal-card-body {
        padding: 0 20px 20px;
    }
}

