body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
    background: #f5f7fb;
    color: #111827;
}

* {
    box-sizing: border-box;
}

button,
input,
select,
textarea {
    font: inherit;
}

.sidebar button {
    width: 100%;
    text-align: left;
    padding: 12px 14px;
    margin-bottom: 10px;
    border-radius: 10px;
    border: 1px solid rgba(255,255,255,0.08);
    background: rgba(255,255,255,0.05);
    color: rgba(249,115,8,1.00);
    font-size: 14px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.sidebar button:hover {
    background: rgba(255,140,0,0.14);
    border-color: rgba(255,140,0,0.35);
    color: #ffffff;
    transform: translateY(-1px);
}

.sidebar button:active {
    transform: translateY(0);
}


/* RESPONSIVE */
@media (max-width: 1200px) {
    
}

@media (max-width: 1000px) {
    
}

@media (max-width: 640px) {
    
}

.slot-chip-button {
    border: 1px solid #dbeafe;
    background: #eef2ff;
    cursor: pointer;
    font: inherit;
}

.slot-chip-button:hover {
    background: #dbeafe;
}

.slot-chip-button:active {
    transform: translateY(1px);
}


.sidebar-brand {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 24px;
    gap: 10px;
}

.sidebar-logo {
    max-width: 180px;
    width: 100%;
    height: auto;
    object-fit: contain;
}

.sidebar-brand-text h2 {
    margin: 0;
    font-size: 22px;
}

.sidebar-brand-text p {
    margin: 4px 0 0;
    font-size: 14px;
    color: #d6d6d6;
    line-height: 1.4;
}


/* =========================
   LANDING PAGE / INDEX PAGE
========================= */

html {
    scroll-behavior: smooth;
}

.landing-page {
    background: #f5f7fb;
    color: #111827;
}

.landing-page .card,
.marketing-card,
.difference-card,
.pricing-card,
.enquiry-card,
.workflow-card,
.trust-card,
.faq-item,
.cta-card,
.screenshot-card {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 18px;
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.05);
}

.auth-card {
    padding: 30px 28px;
}

.auth-form {
    gap: 12px;
}

.auth-card input {
    padding: 14px 14px;
    margin-bottom: 0;
    font-size: 15px;
}

.auth-submit-btn {
    width: 100%;
    margin-top: 14px;
    min-height: 52px;
    position: relative;
    gap: 10px;
}

.auth-link-btn {
    margin-top: 6px;
    background: none;
    border: none;
    padding: 0;
    color: #c2410c;
    font: inherit;
    font-weight: 700;
    cursor: pointer;
    text-align: left;
}

.auth-link-btn:hover {
    text-decoration: underline;
}

.auth-message {
    margin: 10px 0 0;
    font-weight: 600;
    min-height: 22px;
}

.auth-message-error {
    color: #b91c1c;
}

.auth-message-success {
    color: #15803d;
}

.auth-spinner {
    width: 16px;
    height: 16px;
    border: 2px solid rgba(17, 24, 39, 0.25);
    border-top-color: #111827;
    border-radius: 50%;
    display: inline-block;
    animation: authSpin 0.8s linear infinite;
    vertical-align: middle;
}

@keyframes authSpin {
    to {
        transform: rotate(360deg);
    }
}

.hidden {
    display: none !important;
}

.auth-card {
    padding: 30px 28px;
}

.auth-card input {
    padding: 14px 14px;
    margin-bottom: 12px;
    font-size: 15px;
}

.auth-card button {
    margin-top: 14px;
}
.auth-form {
    gap: 12px;
}

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

.site-header-inner {
    max-width: 1320px;
    margin: 0 auto;
    padding: 14px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.site-logo-wrap {
    display: flex;
    align-items: center;
    text-decoration: none;
}

.site-logo {
    width: 180px;
    max-width: 100%;
    height: auto;
    display: block;
}

.site-nav {
    display: flex;
    align-items: center;
    gap: 22px;
    flex-wrap: wrap;
}

.site-nav a,
.footer-links a {
    color: rgba(255,255,255,0.84);
    text-decoration: none;
    font-weight: 600;
    transition: 0.2s ease;
}

.site-nav a:hover,
.footer-links a:hover {
    color: rgb(249, 115, 8);
}

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

.site-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    padding: 12px 16px;
    border-radius: 12px;
    font-weight: 700;
    transition: 0.2s ease;
}

.site-btn-primary {
    border: 2px solid #111827;
    background: rgb(249, 115, 8);
    color: #111827;
}

.site-btn-primary:hover {
    transform: translateY(-1px);
    box-shadow: 0 6px 16px rgba(0,0,0,0.14);
}

.site-btn-secondary {
    border: 1px solid rgba(255,255,255,0.18);
    background: rgba(255,255,255,0.08);
    color: white;
}

.site-btn-secondary:hover {
    background: rgba(255,255,255,0.14);
    transform: translateY(-1px);
}

.hero-section {
    position: relative;
    overflow: hidden;
    background-color: #0a0a0a;
    background-image:
        linear-gradient(45deg, rgba(255,255,255,0.035) 25%, transparent 25%, transparent 75%, rgba(255,255,255,0.035) 75%, rgba(255,255,255,0.035)),
        linear-gradient(45deg, rgba(255,255,255,0.035) 25%, transparent 25%, transparent 75%, rgba(255,255,255,0.035) 75%, rgba(255,255,255,0.035)),
        linear-gradient(to bottom, rgba(20,20,20,0.94), rgba(0,0,0,0.98));
    background-size: 18px 18px, 18px 18px, 100% 100%;
    background-position: 0 0, 9px 9px, 0 0;
    color: white;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at top right, rgba(249,115,8,0.18), transparent 26%),
        radial-gradient(circle at bottom left, rgba(249,115,8,0.12), transparent 24%);
    pointer-events: none;
}

.hero-content {
    position: relative;
    z-index: 1;
    max-width: 1320px;
    margin: 0 auto;
    padding: 72px 24px;
    display: grid;
    grid-template-columns: 1.15fr 0.95fr;
    gap: 42px;
    align-items: center;
}

.hero-text h1 {
    margin: 0 0 18px;
    font-size: 52px;
    line-height: 1.08;
    letter-spacing: -0.03em;
    max-width: 760px;
}

.hero-text p {
    font-size: 18px;
    line-height: 1.7;
    color: rgba(255,255,255,0.84);
    max-width: 720px;
    margin: 0 0 24px;
}

.eyebrow {
    display: inline-block;
    margin-bottom: 16px;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(249,115,8,0.14);
    border: 1px solid rgba(249,115,8,0.28);
    color: rgb(249, 115, 8);
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.eyebrow-dark {
    background: #fff7ed;
    border: 1px solid #fdba74;
    color: #c2410c;
}

.hero-rollout-note {
    display: inline-block;
    margin: 0 0 22px;
    padding: 10px 14px;
    border-radius: 14px;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(249,115,8,0.28);
    color: rgba(255,255,255,0.92);
    font-weight: 700;
    line-height: 1.5;
}

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

.hero-points {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.hero-points span {
    display: inline-flex;
    padding: 9px 12px;
    border-radius: 999px;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.10);
    color: rgba(255,255,255,0.92);
    font-size: 13px;
    font-weight: 700;
}

.hero-visual {
    display: grid;
    gap: 18px;
}

.hero-card {
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.10);
    border-radius: 20px;
    padding: 16px;
    box-shadow: 0 24px 50px rgba(0,0,0,0.22);
}

.hero-card img {
    width: 100%;
    display: block;
    border-radius: 14px;
    object-fit: cover;
    background: #1f2937;
}

.hero-card-large img {
    min-height: 300px;
}

.hero-card-small {
    max-width: 320px;
    margin-left: auto;
}

.hero-card-label {
    margin-bottom: 10px;
    color: rgba(255,255,255,0.74);
    font-size: 13px;
    font-weight: 700;
}

.section-wrap {
    max-width: 1320px;
    margin: 0 auto;
    padding: 72px 24px;
}

.alt-section {
    padding-top: 20px;
}

.section-heading {
    max-width: 880px;
    margin: 0 auto 34px;
    text-align: center;
}

.section-heading h2 {
    margin: 0 0 14px;
    font-size: 40px;
    line-height: 1.15;
    letter-spacing: -0.02em;
}

.section-heading p {
    margin: 0 auto;
    max-width: 720px;
    font-size: 17px;
    line-height: 1.7;
    color: #4b5563;
}

.section-heading-light h2,
.section-heading-light p {
    color: white;
}

.section-heading-light p {
    color: rgba(255,255,255,0.80);
}

.feature-grid {
    display: grid;
    gap: 20px;
}

.feature-grid.three-col {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.marketing-card {
    padding: 24px;
}

.marketing-card h3 {
    margin: 0 0 12px;
    font-size: 22px;
}

.marketing-card p {
    margin: 0;
    line-height: 1.7;
    color: #4b5563;
}

.split-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
    align-items: center;
}

.split-text h2 {
    margin: 0 0 14px;
    font-size: 38px;
    line-height: 1.15;
    letter-spacing: -0.02em;
}

.split-text p {
    margin: 0 0 24px;
    color: #4b5563;
    line-height: 1.7;
    font-size: 16px;
}

.bullet-card-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.mini-feature-card {
    background: white;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    padding: 14px 16px;
    font-weight: 700;
    color: #111827;
    box-shadow: 0 6px 16px rgba(15, 23, 42, 0.04);
}

.screenshot-card {
    padding: 18px;
}

.screenshot-caption {
    margin: 12px 0 0;
    font-size: 14px;
    color: #6b7280;
}

.app-showcase {
    display: flex;
    justify-content: center;
}

.phone-mockup {
    width: 100%;
    max-width: 320px;
    background: #111827;
    border-radius: 36px;
    padding: 12px;
    box-shadow: 0 24px 50px rgba(17,24,39,0.18);
}

.phone-mockup img {
    width: 100%;
    display: block;
    border-radius: 26px;
    background: #dbe2ea;
}

.dark-band {
    max-width: none;
    background-color: #0a0a0a;
    background-image:
        linear-gradient(45deg, rgba(255,255,255,0.03) 25%, transparent 25%, transparent 75%, rgba(255,255,255,0.03) 75%, rgba(255,255,255,0.03)),
        linear-gradient(45deg, rgba(255,255,255,0.03) 25%, transparent 25%, transparent 75%, rgba(255,255,255,0.03) 75%, rgba(255,255,255,0.03)),
        linear-gradient(to bottom, rgba(20,20,20,0.94), rgba(0,0,0,0.98));
    background-size: 18px 18px, 18px 18px, 100% 100%;
    background-position: 0 0, 9px 9px, 0 0;
}

.dark-band .section-heading {
    max-width: 900px;
}

.steps-grid {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 24px 72px;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
}

.step-card {
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.10);
    border-radius: 18px;
    padding: 22px;
    color: white;
}

.step-card h3 {
    margin: 0 0 10px;
    font-size: 20px;
}

.step-card p {
    margin: 0;
    color: rgba(255,255,255,0.80);
    line-height: 1.65;
}

.step-number {
    width: 38px;
    height: 38px;
    margin-bottom: 16px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgb(249, 115, 8);
    color: #111827;
    font-weight: 800;
}

.stats-strip {
    background: #ffffff;
    border-top: 1px solid #e5e7eb;
    border-bottom: 1px solid #e5e7eb;
}

.stats-strip-inner {
    max-width: 1320px;
    margin: 0 auto;
    padding: 22px 24px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.stat-box {
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    padding: 18px;
    text-align: center;
}

.stat-box strong {
    display: block;
    font-size: 20px;
    margin-bottom: 6px;
    color: #111827;
}

.stat-box span {
    color: #6b7280;
    line-height: 1.5;
}

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

.difference-card {
    padding: 24px;
}

.difference-card h3 {
    margin: 0 0 12px;
    font-size: 22px;
}

.difference-card p {
    margin: 0;
    color: #4b5563;
    line-height: 1.7;
}

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

.workflow-card {
    padding: 24px;
    border-radius: 18px;
}

.workflow-time {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
    padding: 8px 12px;
    border-radius: 999px;
    background: #fff7ed;
    border: 1px solid #fdba74;
    color: #c2410c;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.04em;
}

.workflow-card h3 {
    margin: 0 0 12px;
    font-size: 22px;
    line-height: 1.25;
}

.workflow-card p {
    margin: 0;
    color: #4b5563;
    line-height: 1.7;
}

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

.trust-card {
    padding: 24px;
    border-radius: 18px;
    text-align: left;
}

.trust-icon {
    width: 36px;
    height: 36px;
    margin-bottom: 14px;
    border-radius: 50%;
    background: rgb(249, 115, 8);
    color: #111827;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
}

.trust-card h3 {
    margin: 0 0 10px;
    font-size: 20px;
}

.trust-card p {
    margin: 0;
    color: #4b5563;
    line-height: 1.7;
}

.app-callout-band {
    background: #0a0a0a;
    color: white;
    border-radius: 24px;
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 48px 32px;
}

.app-callout-inner {
    max-width: 1320px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 40px;
    align-items: center;
}

.app-callout-text h2 {
    font-size: 36px;
    line-height: 1.2;
    margin: 0 0 16px;
}

.app-callout-text p {
    color: rgba(255,255,255,0.8);
    line-height: 1.7;
    margin-bottom: 16px;
}

.app-callout-highlight {
    font-weight: 800;
    color: #f97316;
}

.app-callout-actions {
    display: flex;
    gap: 14px;
    margin-top: 20px;
    flex-wrap: wrap;
}

.app-callout-icons {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
}

.app-icon-card {
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 18px;
    padding: 18px;
    text-align: center;
    min-width: 110px;
}

.app-icon-card span {
    display: block;
    margin-top: 8px;
    font-weight: 700;
}

.app-icon-card.highlight {
    border: 2px solid #f97316;
}

.pricing-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    align-items: stretch;
}

.pricing-card {
    position: relative;
    padding: 28px 24px;
    display: flex;
    flex-direction: column;
}

.pricing-card-featured {
    border: 2px solid rgb(249, 115, 8);
    box-shadow: 0 14px 34px rgba(249, 115, 8, 0.12);
}

.pricing-badge {
    position: absolute;
    top: -12px;
    right: 18px;
    background: rgb(249, 115, 8);
    color: #111827;
    font-size: 12px;
    font-weight: 800;
    padding: 7px 12px;
    border-radius: 999px;
    border: 2px solid #111827;
}

.pricing-tier {
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 10px;
}

.pricing-price {
    font-size: 40px;
    font-weight: 900;
    line-height: 1;
    margin-bottom: 12px;
    color: #111827;
}

.pricing-price span {
    font-size: 18px;
    font-weight: 600;
    color: #6b7280;
}

.pricing-summary {
    color: #4b5563;
    line-height: 1.6;
    margin-bottom: 18px;
}

.pricing-list {
    list-style: none;
    padding: 0;
    margin: 0 0 22px 0;
}

.pricing-list li {
    padding: 10px 0;
    border-bottom: 1px solid #eef2f7;
    color: #374151;
    font-weight: 500;
}

.pricing-btn {
    margin-top: auto;
    width: 100%;
}

.setup-note {
    margin-top: 18px;
    text-align: center;
}

.setup-note p {
    margin: 0;
    color: #6b7280;
    line-height: 1.6;
}

.availability-note {
    max-width: 860px;
    margin: 0 auto 34px;
    padding: 14px 18px;
    border-radius: 16px;
    background: #fff7ed;
    border: 1px solid #fdba74;
    color: #9a3412;
    text-align: center;
    font-weight: 700;
    line-height: 1.6;
}

.faq-section {
    padding-top: 24px;
}

.faq-accordion {
    max-width: 980px;
    margin: 0 auto;
    display: grid;
    gap: 16px;
}

.faq-item {
    overflow: hidden;
}

.faq-question {
    width: 100%;
    background: white;
    border: none;
    padding: 22px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    text-align: left;
    cursor: pointer;
    font: inherit;
    font-weight: 800;
    font-size: 20px;
    line-height: 1.35;
    color: #111827;
}

.faq-question:hover {
    background: #fffaf5;
}

.faq-icon {
    flex: 0 0 auto;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff7ed;
    border: 1px solid #fdba74;
    color: #c2410c;
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
}

.faq-answer {
    display: none;
    padding: 0 24px 22px;
}

.faq-answer p {
    margin: 0;
    color: #4b5563;
    line-height: 1.75;
    font-size: 16px;
}

.faq-item.active .faq-question {
    background: #fffaf5;
}

.faq-item.active .faq-answer {
    display: block;
}

.contact-section {
    padding-top: 30px;
}

.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    align-items: start;
}

.contact-copy h2 {
    margin: 0 0 14px;
    font-size: 38px;
    line-height: 1.15;
}

.contact-copy p {
    margin: 0 0 20px;
    color: #4b5563;
    line-height: 1.7;
    font-size: 16px;
}

.contact-rollout-note {
    margin: 0 0 20px;
    padding: 14px 16px;
    border-radius: 14px;
    background: #fff7ed;
    border: 1px solid #fdba74;
    color: #9a3412;
    font-weight: 700;
    line-height: 1.6;
}

.contact-points {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.contact-point-card {
    background: white;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    padding: 14px 16px;
    font-weight: 700;
    color: #111827;
    box-shadow: 0 6px 16px rgba(15, 23, 42, 0.04);
}

.enquiry-card {
    padding: 24px;
}

.enquiry-form {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.enquiry-form label {
    font-weight: 700;
    margin-top: 4px;
    color: #111827;
}

.enquiry-form input,
.enquiry-form textarea {
    width: 100%;
    padding: 12px 13px;
    border-radius: 12px;
    border: 1px solid #d6dce7;
    background: #ffffff;
    outline: none;
}

.enquiry-form input:focus,
.enquiry-form textarea:focus {
    border-color: #111827;
}

.enquiry-submit {
    margin-top: 10px;
    border: none;
    cursor: pointer;
}

.optional-text {
    font-weight: 600;
    color: #6b7280;
    font-size: 0.95em;
}

.enquiry-status {
    margin-top: 12px;
    padding: 12px 14px;
    border-radius: 12px;
    font-weight: 600;
    line-height: 1.5;
}

.enquiry-status.success {
    background: #dcfce7;
    border: 1px solid #86efac;
    color: #166534;
}

.enquiry-status.error {
    background: #fee2e2;
    border: 1px solid #fca5a5;
    color: #991b1b;
}

.enquiry-submit[disabled] {
    opacity: 0.7;
    cursor: not-allowed;
}

.cta-section {
    padding-top: 20px;
}

.cta-card {
    padding: 28px;
    display: flex;
    justify-content: space-between;
    gap: 24px;
    align-items: center;
}

.cta-card h2 {
    margin: 0 0 10px;
    font-size: 32px;
}

.cta-card p {
    margin: 0;
    color: #4b5563;
    line-height: 1.65;
}

.cta-actions {
    flex: 0 0 auto;
}

.site-footer {
    background: #111827;
    color: white;
    margin-top: 20px;
}

.site-footer-inner {
    max-width: 1320px;
    margin: 0 auto;
    padding: 26px 24px;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: center;
}

.footer-logo {
    width: 150px;
    height: auto;
    display: block;
    margin-bottom: 10px;
}

.site-footer p {
    margin: 0;
    color: rgba(255,255,255,0.70);
}

.footer-links {
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
}

/* =========================
   MOCK DASHBOARD UI
========================= */

.mock-dashboard {
    background: linear-gradient(180deg, #1f2937, #111827);
    border-radius: 16px;
    padding: 16px;
    min-height: 320px;
}

.mock-dashboard-top {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 14px;
}

.mock-pill {
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(249, 115, 8, 0.14);
    border: 1px solid rgba(249, 115, 8, 0.35);
    color: #fdba74;
    font-size: 12px;
    font-weight: 700;
}

.mock-dashboard-main {
    display: grid;
    grid-template-columns: 1.25fr 0.8fr;
    gap: 14px;
}

.mock-side-stack {
    display: grid;
    gap: 14px;
}

.mock-panel {
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 14px;
    padding: 14px;
}

.mock-panel-large {
    min-height: 220px;
}

.mock-panel-title {
    color: rgba(255,255,255,0.92);
    font-size: 14px;
    font-weight: 800;
    margin-bottom: 12px;
}

.mock-row,
.mock-stat-line,
.mock-button-line {
    height: 12px;
    border-radius: 999px;
    background: rgba(255,255,255,0.12);
    margin-bottom: 10px;
}

.mock-row.short,
.mock-stat-line.short {
    width: 48%;
}

.mock-row.medium,
.mock-stat-line.medium {
    width: 72%;
}

.mock-calendar-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
}

.mock-calendar-grid span {
    display: block;
    height: 28px;
    border-radius: 8px;
    background: rgba(255,255,255,0.10);
}

.dashboard-showcase {
    min-height: 340px;
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 1200px) {
    .hero-content,
    .split-section,
    .feature-grid.three-col,
    .steps-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 980px) {
    .site-header-inner {
        flex-direction: column;
        align-items: flex-start;
    }

    .site-nav {
        width: 100%;
    }

    .hero-content,
    .split-section,
    .feature-grid.three-col,
    .steps-grid,
    .bullet-card-grid,
    .workflow-grid,
    .trust-grid,
    .stats-strip-inner,
    .difference-grid,
    .pricing-grid,
    .contact-grid,
    .contact-points,
    .mock-dashboard-main,
    .app-callout-inner {
        grid-template-columns: 1fr;
    }

    .hero-text h1 {
        font-size: 40px;
    }

    .section-heading h2,
    .split-text h2,
    .contact-copy h2 {
        font-size: 32px;
    }

    .cta-card,
    .site-footer-inner {
        flex-direction: column;
        align-items: flex-start;
    }

    .hero-card-small {
        max-width: none;
        margin-left: 0;
    }

    .app-callout-inner {
        text-align: center;
    }

    .app-callout-actions {
        justify-content: center;
    }
}

@media (max-width: 640px) {
    .hero-content {
        padding: 48px 18px;
    }

    .section-wrap {
        padding: 48px 18px;
    }

    .steps-grid {
        padding: 0 18px 48px;
    }

    .site-header-inner,
    .site-footer-inner {
        padding-left: 18px;
        padding-right: 18px;
    }

    .hero-text h1 {
        font-size: 34px;
    }

    .section-heading h2,
    .split-text h2,
    .cta-card h2,
    .app-callout-text h2 {
        font-size: 28px;
    }

    .site-nav {
        gap: 14px;
    }

    .faq-question {
        padding: 18px 18px;
        font-size: 18px;
    }

    .faq-answer {
        padding: 0 18px 18px;
    }
}

.screenshot-card img {
    width: 100%;
    border-radius: 12px;
    display: block;
    min-height: 320px;
    object-fit: cover;
    background: #dbe2ea;
}

.hero-card-large img {
    width: 100%;
    display: block;
    border-radius: 14px;
    min-height: 300px;
    object-fit: cover;
    background: #1f2937;
}
