:root {
    --primary: #2E8B7D;
    --primary-dark: #1F6057;
    --primary-light: #5DB3A6;
    --primary-soft: rgba(93, 179, 166, 0.16);

    --bg-dark: #071614;
    --bg-dark-2: #0B211F;
    --bg-dark-3: #061312;

    --glass-bg: rgba(255, 255, 255, 0.07);
    --glass-bg-strong: rgba(255, 255, 255, 0.10);
    --glass-border: rgba(255, 255, 255, 0.12);

    --text-soft: rgba(255, 255, 255, 0.76);
    --text-muted: rgba(255, 255, 255, 0.55);

    --shadow: 0 20px 60px rgba(0, 0, 0, 0.22);
    --shadow-soft: 0 14px 30px rgba(0, 0, 0, 0.16);

    --radius-lg: 28px;
    --radius-md: 22px;
    --radius-sm: 16px;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body.landing-body {
    font-family: Inter, system-ui, sans-serif;
    background:
        radial-gradient(circle at top left, rgba(93, 179, 166, 0.14), transparent 28%),
        radial-gradient(circle at 85% 18%, rgba(46, 139, 125, 0.14), transparent 25%),
        linear-gradient(135deg, var(--bg-dark) 0%, var(--bg-dark-2) 45%, var(--bg-dark-3) 100%);
    color: #fff;
    min-height: 100vh;
    overflow-x: hidden;
    position: relative;
}

.page-grid {
    position: fixed;
    inset: 0;
    pointer-events: none;
    background-image:
        linear-gradient(rgba(255,255,255,0.025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.025) 1px, transparent 1px);
    background-size: 70px 70px;
    mask-image: radial-gradient(circle at center, black 32%, transparent 85%);
    opacity: 0.18;
    z-index: 0;
}

.page-blur {
    position: fixed;
    border-radius: 50%;
    filter: blur(100px);
    pointer-events: none;
    z-index: 0;
    opacity: 0.22;
}

.blur-one {
    width: 360px;
    height: 360px;
    background: #47d9c2;
    top: 110px;
    left: -80px;
    animation: floatBlob 12s ease-in-out infinite;
}

.blur-two {
    width: 420px;
    height: 420px;
    background: #2E8B7D;
    bottom: 40px;
    right: -120px;
    animation: floatBlob 14s ease-in-out infinite reverse;
}

@keyframes floatBlob {
    0%, 100% { transform: translate(0, 0) scale(1); }
    50% { transform: translate(20px, -25px) scale(1.08); }
}

.section-space {
    padding: 110px 0;
    position: relative;
    z-index: 1;
}

.landing-navbar {
    position: sticky;
    top: 0;
    z-index: 1000;
    padding: 16px 0;
    background: rgba(6, 20, 18, 0.72);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    border-bottom: 1px solid rgba(255,255,255,0.08);
    box-shadow: 0 10px 30px rgba(0,0,0,0.16);
}

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

.landing-logo {
    height: 42px;
    width: auto;
    max-width: 240px;
    display: block;
    object-fit: contain;
    filter: drop-shadow(0 0 10px rgba(93, 179, 166, 0.18));
}

.landing-nav-link {
    color: rgba(255,255,255,0.74) !important;
    font-weight: 600;
    padding: 10px 16px !important;
    border-radius: 999px;
    transition: all 0.25s ease;
}

.landing-nav-link:hover {
    color: #ffffff !important;
    background: rgba(255,255,255,0.06);
}

.custom-toggler {
    border: 1px solid rgba(255,255,255,0.14);
    border-radius: 14px;
    padding: 8px 10px;
    background: rgba(255,255,255,0.04);
}

.custom-toggler:focus {
    box-shadow: none;
}

.custom-toggler .navbar-toggler-icon {
    filter: invert(1);
}

.hero-section {
    position: relative;
    padding: 110px 0 80px;
    overflow: hidden;
    z-index: 1;
}

.hero-shell {
    position: relative;
    z-index: 2;
}

.hero-badge,
.section-badge,
.live-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 10px 16px;
    border-radius: 999px;
    background: rgba(93, 179, 166, 0.12);
    border: 1px solid rgba(93, 179, 166, 0.22);
    color: #bff5ec;
    font-size: 0.85rem;
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
    letter-spacing: 0.08em;
    font-weight: 700;
}

.hero-title {
    font-size: clamp(2.7rem, 5vw, 5rem);
    font-weight: 900;
    line-height: 1.02;
    letter-spacing: -0.04em;
    max-width: 760px;
    text-wrap: balance;
}

.hero-text,
.section-text {
    color: var(--text-soft);
    max-width: 700px;
    line-height: 1.85;
    font-size: 1.05rem;
}

.hero-actions .btn {
    min-width: 180px;
}

.hero-trust {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    color: rgba(255,255,255,0.72);
    font-size: 0.95rem;
}

.hero-trust i {
    color: #85e7d5;
    margin-right: 7px;
}

.btn-propflow {
    background: linear-gradient(135deg, var(--primary), var(--primary-light));
    border: none;
    color: white;
    box-shadow: 0 12px 30px rgba(46,139,125,0.35);
    transition: transform 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease;
}

.btn-propflow:hover {
    color: white;
    opacity: 0.98;
    transform: translateY(-2px);
    box-shadow: 0 16px 34px rgba(46,139,125,0.42);
}

.btn-glass {
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.12);
    color: white;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    transition: transform 0.25s ease, background 0.25s ease, border-color 0.25s ease;
}

.btn-glass:hover {
    color: white;
    background: rgba(255,255,255,0.1);
    transform: translateY(-2px);
    border-color: rgba(93,179,166,0.32);
}

.stat-card,
.feature-card,
.preview-card,
.mini-card,
.pipeline-card,
.benefit-main-card,
.benefit-card,
.cta-card {
    background: linear-gradient(180deg, rgba(255,255,255,0.07), rgba(255,255,255,0.05));
    border: 1px solid rgba(255,255,255,0.1);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    box-shadow: var(--shadow);
}

.stat-card {
    border-radius: 24px;
    padding: 24px 22px;
    height: 100%;
    transition: transform 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease;
}

.stat-card:hover {
    transform: translateY(-5px);
    border-color: rgba(93,179,166,0.32);
    box-shadow: 0 24px 60px rgba(0,0,0,0.24);
}

.stat-card h3 {
    font-size: 1.45rem;
    margin-bottom: 6px;
    font-weight: 800;
}

.stat-card p {
    color: var(--text-muted);
    margin-bottom: 0;
    font-size: 0.9rem;
}

.dashboard-preview {
    position: relative;
}

.preview-card {
    position: relative;
    border-radius: 32px;
    padding: 24px;
    overflow: hidden;
}

.preview-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at top right, rgba(93,179,166,0.18), transparent 30%);
    pointer-events: none;
}

.preview-topbar {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.preview-float-chip {
    position: absolute;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    border-radius: 999px;
    font-size: 0.82rem;
    color: #d7fff7;
    background: rgba(10, 34, 31, 0.78);
    border: 1px solid rgba(255,255,255,0.08);
    box-shadow: var(--shadow-soft);
    animation: chipFloat 4s ease-in-out infinite;
    z-index: 3;
}

.preview-float-chip i {
    color: #8de7d8;
}

.chip-one {
    top: 16px;
    right: 24px;
}

.chip-two {
    bottom: 18px;
    left: 20px;
    animation-delay: 1.2s;
}

@keyframes chipFloat {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-6px); }
}

.mini-card,
.pipeline-card,
.benefit-card {
    border-radius: 22px;
    padding: 20px;
}

.hover-lift {
    transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.hover-lift:hover {
    transform: translateY(-5px);
    border-color: rgba(93,179,166,0.28);
    box-shadow: 0 20px 46px rgba(0,0,0,0.2);
}

.mini-card small,
.pipeline-card small {
    color: var(--text-muted);
}

.mini-card h3 {
    margin-top: 10px;
    margin-bottom: 6px;
    font-weight: 800;
    font-size: 2rem;
}

.mini-card span {
    color: #8ae8d6;
    font-size: 0.95rem;
}

.custom-progress {
    height: 10px;
    background: rgba(255,255,255,0.08);
    border-radius: 999px;
    overflow: hidden;
}

.custom-progress .progress-bar {
    background: linear-gradient(135deg, var(--primary), var(--primary-light));
    border-radius: 999px;
    box-shadow: 0 0 16px rgba(93,179,166,0.3);
    animation: growBar 1.5s ease forwards;
    width: 0;
}

.bar-1 { --target-width: 82%; }
.bar-2 { --target-width: 58%; }
.bar-3 { --target-width: 37%; }
.bar-4 { --target-width: 24%; }

@keyframes growBar {
    from { width: 0; }
    to { width: var(--target-width); }
}

.section-title {
    font-size: clamp(2.1rem, 4vw, 3.3rem);
    font-weight: 900;
    line-height: 1.08;
    letter-spacing: -0.03em;
}

.feature-card {
    border-radius: 28px;
    padding: 30px 28px;
    height: 100%;
    transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    overflow: hidden;
}

.feature-card::before,
.benefit-card::before {
    content: "";
    position: absolute;
    inset: auto -30% -50% auto;
    width: 160px;
    height: 160px;
    background: radial-gradient(circle, rgba(93,179,166,0.18), transparent 70%);
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
}

.feature-card:hover,
.benefit-card:hover {
    transform: translateY(-8px);
    border-color: rgba(93, 179, 166, 0.35);
    box-shadow: 0 24px 55px rgba(0,0,0,0.24);
}

.feature-card:hover::before,
.benefit-card:hover::before {
    opacity: 1;
}

.feature-icon {
    width: 62px;
    height: 62px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.1);
    font-size: 1.45rem;
    color: var(--primary-light);
    margin-bottom: 20px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.05);
}

.feature-card h4,
.benefit-card h4 {
    margin-bottom: 12px;
    font-weight: 800;
}

.feature-card p,
.benefit-card p {
    color: var(--text-soft);
    margin-bottom: 0;
    line-height: 1.75;
}

.benefit-main-card {
    border-radius: 28px;
    padding: 34px;
    height: 100%;
}

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

.benefit-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 15px 18px;
    border-radius: 16px;
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.08);
    color: var(--text-soft);
    transition: transform 0.25s ease, border-color 0.25s ease;
}

.benefit-item:hover {
    transform: translateX(5px);
    border-color: rgba(93,179,166,0.25);
}

.benefit-item i {
    color: #8de7d8;
    font-size: 1rem;
}

/* PRICING */
.pricing-section {
    position: relative;
    overflow: hidden;
}

.pricing-section::before {
    content: "";
    position: absolute;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    top: 60px;
    left: -130px;
    background: radial-gradient(circle, rgba(93, 179, 166, 0.16), transparent 70%);
    filter: blur(12px);
    pointer-events: none;
}

.pricing-section::after {
    content: "";
    position: absolute;
    width: 460px;
    height: 460px;
    border-radius: 50%;
    right: -140px;
    bottom: 0;
    background: radial-gradient(circle, rgba(46, 139, 125, 0.16), transparent 72%);
    filter: blur(12px);
    pointer-events: none;
}

.pricing-subtext {
    max-width: 760px;
}

.pricing-wrap {
    position: relative;
    z-index: 2;
}

.pricing-card {
    position: relative;
    height: 100%;
    border-radius: 30px;
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.pricing-card:hover {
    transform: translateY(-10px);
}

.pricing-card-inner {
    position: relative;
    height: 100%;
    padding: 28px 24px 24px;
    border-radius: 30px;
    overflow: hidden;
}

.pricing-card-light .pricing-card-inner {
    background:
        linear-gradient(180deg, rgba(255,255,255,0.10), rgba(255,255,255,0.05));
    border: 1.5px solid rgba(255,255,255,0.14);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    box-shadow:
        0 24px 60px rgba(0,0,0,0.22),
        inset 0 1px 0 rgba(255,255,255,0.05);
}

.pricing-card-featured .pricing-card-inner {
    background:
        linear-gradient(180deg, rgba(17, 24, 28, 0.92), rgba(10, 18, 20, 0.95)),
        linear-gradient(135deg, rgba(46,139,125,0.24), rgba(93,179,166,0.10));
    border: 1.5px solid rgba(93,179,166,0.34);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    box-shadow:
        0 26px 70px rgba(0,0,0,0.30),
        0 0 0 1px rgba(93,179,166,0.10),
        inset 0 1px 0 rgba(255,255,255,0.05);
}

.pricing-card-light .pricing-card-inner::before,
.pricing-card-featured .pricing-card-inner::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at top right, rgba(93,179,166,0.14), transparent 34%);
    pointer-events: none;
}

.pricing-card-featured {
    transform: scale(1.03);
}

.pricing-card-featured:hover {
    transform: scale(1.03) translateY(-10px);
}

.pricing-badge {
    position: absolute;
    top: 18px;
    right: 22px;
    z-index: 3;
    padding: 7px 12px;
    border-radius: 999px;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    color: #dffff7;
    background: rgba(93,179,166,0.18);
    border: 1px solid rgba(93,179,166,0.34);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 10px 24px rgba(0,0,0,0.16);
}

.pricing-head {
    margin-bottom: 22px;
    position: relative;
    z-index: 2;
}

.pricing-plan-label {
    display: inline-block;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    color: rgba(255,255,255,0.70);
    margin-bottom: 14px;
}

.pricing-plan-name {
    font-size: 1.7rem;
    font-weight: 900;
    margin-bottom: 10px;
    letter-spacing: -0.03em;
}

.pricing-plan-desc {
    margin-bottom: 0;
    color: rgba(255,255,255,0.72);
    line-height: 1.7;
    min-height: 78px;
}

.pricing-price-wrap {
    position: relative;
    z-index: 2;
    margin-bottom: 24px;
}

.pricing-price-line {
    display: flex;
    align-items: flex-end;
    gap: 6px;
    flex-wrap: wrap;
}

.pricing-currency {
    font-size: 1.8rem;
    line-height: 1;
    font-weight: 800;
    margin-bottom: 8px;
}

.pricing-price {
    font-size: 3.5rem;
    line-height: 0.95;
    font-weight: 900;
    letter-spacing: -0.06em;
}

.pricing-term {
    font-size: 1rem;
    color: rgba(255,255,255,0.74);
    margin-bottom: 8px;
}

.pricing-feature-list {
    list-style: none;
    padding: 0;
    margin: 0 0 28px;
    display: grid;
    gap: 14px;
    position: relative;
    z-index: 2;
}

.pricing-feature-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    color: rgba(255,255,255,0.86);
    line-height: 1.55;
}

.pricing-feature-list i {
    color: #a9f3e4;
    font-size: 0.95rem;
    margin-top: 3px;
    flex-shrink: 0;
}

.pricing-btn {
    position: relative;
    z-index: 2;
    border-radius: 999px;
    padding: 14px 20px;
    font-weight: 700;
    transition: all 0.28s ease;
}

.pricing-btn-outline {
    color: #ffffff;
    border: 1px solid rgba(255,255,255,0.16);
    background: rgba(255,255,255,0.06);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.pricing-btn-outline:hover {
    color: #ffffff;
    background: rgba(255,255,255,0.10);
    border-color: rgba(93,179,166,0.34);
    transform: translateY(-2px);
}

.pricing-btn-solid {
    color: #081614;
    border: 1px solid transparent;
    background: linear-gradient(135deg, #dffcf6 0%, #9eead9 45%, #7fd8ca 100%);
    box-shadow: 0 14px 30px rgba(93,179,166,0.18);
}

.pricing-btn-solid:hover {
    color: #081614;
    transform: translateY(-2px);
    box-shadow: 0 18px 36px rgba(93,179,166,0.22);
}

/* CTA */
.cta-card {
    border-radius: 32px;
    padding: 38px;
    background:
        radial-gradient(circle at top right, rgba(93,179,166,0.2), transparent 34%),
        linear-gradient(135deg, rgba(46,139,125,0.22), rgba(255,255,255,0.06));
    position: relative;
    overflow: hidden;
}

.cta-card::after {
    content: "";
    position: absolute;
    right: -40px;
    top: -40px;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background: rgba(255,255,255,0.06);
    filter: blur(10px);
}

.floating-shape {
    position: absolute;
    border-radius: 50%;
    filter: blur(70px);
    opacity: 0.28;
    z-index: 0;
    animation: floatBlob 9s ease-in-out infinite;
}

.shape-1 {
    width: 240px;
    height: 240px;
    background: #5DB3A6;
    top: 60px;
    left: -60px;
}

.shape-2 {
    width: 320px;
    height: 320px;
    background: #2E8B7D;
    top: 140px;
    right: -80px;
    animation-delay: 1s;
}

.shape-3 {
    width: 220px;
    height: 220px;
    background: #8edfd3;
    bottom: -40px;
    left: 35%;
    animation-delay: 2s;
}

.reveal-up,
.reveal-right {
    animation-duration: 0.9s;
    animation-fill-mode: both;
    animation-timing-function: cubic-bezier(.22,.61,.36,1);
}

.reveal-up {
    animation-name: revealUp;
}

.reveal-right {
    animation-name: revealRight;
}

.delay-1 { animation-delay: 0.1s; }
.delay-2 { animation-delay: 0.2s; }
.delay-3 { animation-delay: 0.3s; }
.delay-4 { animation-delay: 0.4s; }

@keyframes revealUp {
    from {
        opacity: 0;
        transform: translateY(28px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes revealRight {
    from {
        opacity: 0;
        transform: translateX(30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* CONTACT */
.contact-section {
    position: relative;
    background:
        radial-gradient(circle at top left, rgba(93, 179, 166, 0.16), transparent 28%),
        linear-gradient(180deg, #031917 0%, #041f1d 100%);
    overflow: hidden;
}

.contact-shell {
    position: relative;
    z-index: 2;
}

.contact-left-panel,
.contact-form-panel,
.contact-proof-bar {
    background: rgba(255, 255, 255, 0.045);
    border: 1px solid rgba(93, 179, 166, 0.20);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    border-radius: 30px;
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.24);
}

.contact-left-panel,
.contact-form-panel {
    padding: 2.25rem;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.contact-left-panel::before,
.contact-form-panel::before,
.contact-proof-bar::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(93,179,166,0.08), transparent 30%, rgba(93,179,166,0.05) 70%, transparent);
    pointer-events: none;
}

.contact-main-title span {
    color: var(--primary-light);
}

.contact-main-text {
    max-width: 520px;
}

.contact-help-box {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
    padding: 1.25rem;
    border: 1px solid rgba(93, 179, 166, 0.34);
    background: linear-gradient(135deg, rgba(93, 179, 166, 0.10), rgba(255,255,255,0.02));
    border-radius: 20px;
    position: relative;
    z-index: 2;
}

.contact-help-icon {
    width: 62px;
    height: 62px;
    min-width: 62px;
    border-radius: 18px;
    display: grid;
    place-items: center;
    font-size: 1.55rem;
    color: #78decf;
    background: rgba(93, 179, 166, 0.10);
    border: 1px solid rgba(93, 179, 166, 0.24);
}

.contact-help-box h5 {
    color: #ffffff;
    font-weight: 800;
    margin-bottom: .45rem;
}

.contact-help-box p {
    color: rgba(255,255,255,0.76);
    margin: 0;
    line-height: 1.7;
}

.contact-info-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    position: relative;
    z-index: 2;
}

.contact-info-item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 1rem 0;
}

.contact-info-item + .contact-info-item {
    border-top: 1px solid rgba(255,255,255,0.08);
}

.contact-info-icon {
    width: 56px;
    height: 56px;
    min-width: 56px;
    border-radius: 16px;
    display: grid;
    place-items: center;
    font-size: 1.25rem;
    color: #2fe0c3;
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(255,255,255,0.08);
}

.contact-info-item small {
    display: block;
    color: rgba(255,255,255,0.65);
    font-size: .90rem;
    margin-bottom: .2rem;
}

.contact-info-item h6 {
    color: #ffffff;
    font-size: 1.08rem;
    font-weight: 700;
    margin-bottom: .25rem;
    line-height: 1.5;
}

.contact-info-item p {
    margin: 0;
    color: rgba(255,255,255,0.72);
    line-height: 1.6;
}

.contact-trust-row {
    position: relative;
    z-index: 2;
    margin-top: 1.5rem;
    padding-top: 1.35rem;
    border-top: 1px solid rgba(255,255,255,0.08);
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
}

.contact-trust-box {
    display: flex;
    align-items: flex-start;
    gap: .75rem;
}

.contact-trust-box i {
    font-size: 1.1rem;
    color: #66dbc8;
    margin-top: 0.15rem;
}

.contact-trust-box strong {
    display: block;
    color: #ffffff;
    font-size: .98rem;
    margin-bottom: .15rem;
}

.contact-trust-box span {
    display: block;
    color: rgba(255,255,255,0.72);
    font-size: .9rem;
    line-height: 1.45;
}

.contact-form-header {
    position: relative;
    z-index: 2;
    margin-bottom: 1.5rem;
}

.contact-form-header h3 {
    color: #ffffff;
    font-size: 2.15rem;
    font-weight: 900;
    margin-bottom: .45rem;
}

.contact-form-header p {
    color: rgba(255,255,255,0.72);
    margin: 0;
    line-height: 1.7;
}

.contact-label {
    display: inline-block;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: .55rem;
    font-size: 1rem;
    position: relative;
    z-index: 2;
}

.contact-label span {
    color: #66dbc8;
}

.contact-input {
    background: rgba(255,255,255,0.08) !important;
    border: 1px solid rgba(255,255,255,0.10) !important;
    color: #ffffff !important;
    border-radius: 18px !important;
    min-height: 58px;
    padding: .95rem 1rem !important;
    box-shadow: none !important;
    transition: all 0.25s ease;
    position: relative;
    z-index: 2;
}

.contact-input::placeholder {
    color: rgba(255,255,255,0.48) !important;
}

.contact-input:focus {
    border-color: rgba(93, 179, 166, 0.55) !important;
    background: rgba(255,255,255,0.10) !important;
    box-shadow: 0 0 0 0.2rem rgba(93, 179, 166, 0.14) !important;
}

.contact-input.form-select option {
    background: #10211f;
    color: #ffffff;
}

.contact-textarea {
    min-height: 170px;
    resize: vertical;
}

.contact-privacy-note {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: flex-start;
    gap: .6rem;
    color: rgba(255,255,255,0.72);
    font-size: .95rem;
    line-height: 1.6;
    margin-top: .25rem;
}

.contact-privacy-note i {
    color: #6be3cf;
    margin-top: .15rem;
}

.contact-submit-btn {
    position: relative;
    z-index: 2;
    min-height: 60px;
    border: none;
    border-radius: 999px;
    font-weight: 800;
    font-size: 1.05rem;
    color: #fff;
    background: linear-gradient(90deg, #129c8a 0%, #5cb8ab 100%);
    box-shadow: 0 10px 30px rgba(46, 139, 125, 0.28);
    transition: all 0.25s ease;
}

.contact-submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 34px rgba(46, 139, 125, 0.34);
    color: #fff;
}

.contact-proof-bar {
    position: relative;
    padding: 1.8rem 1.5rem;
    overflow: hidden;
}

.contact-proof-eyebrow {
    text-align: center;
    color: rgba(255,255,255,0.70);
    font-size: 0.82rem;
    letter-spacing: 0.28em;
    margin-bottom: 1.35rem;
    font-weight: 700;
    position: relative;
    z-index: 2;
}

.contact-proof-stats {
    position: relative;
    z-index: 2;
}

.contact-proof-stat {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem 1.25rem;
    min-height: 100%;
    border-right: 1px solid rgba(255,255,255,0.08);
}

.contact-proof-stat-last {
    border-right: none;
}

.contact-proof-icon {
    width: 54px;
    height: 54px;
    min-width: 54px;
    border-radius: 16px;
    display: grid;
    place-items: center;
    color: #61d7c5;
    font-size: 1.4rem;
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(255,255,255,0.08);
}

.contact-proof-stat h4 {
    margin: 0 0 .25rem;
    color: #ffffff;
    font-size: 2rem;
    font-weight: 900;
    line-height: 1;
}

.contact-proof-stat p {
    margin: 0;
    color: rgba(255,255,255,0.72);
    font-size: 1rem;
    line-height: 1.5;
}

/* RESPONSIVE */
@media (max-width: 991.98px) {
    .landing-navbar .navbar-collapse {
        margin-top: 14px;
        padding: 16px;
        border-radius: 20px;
        background: rgba(10, 28, 25, 0.92);
        border: 1px solid rgba(255,255,255,0.08);
    }

    .landing-logo {
        height: 34px;
        max-width: 190px;
    }

    .hero-title {
        font-size: clamp(2.3rem, 9vw, 3.6rem);
    }

    .hero-actions .btn {
        min-width: unset;
        width: 100%;
    }

    .hero-trust {
        gap: 12px;
        flex-direction: column;
        align-items: flex-start;
    }

    .section-space {
        padding: 85px 0;
    }

    .preview-float-chip {
        display: none;
    }

    .pricing-card-featured {
        transform: none;
    }

    .pricing-card-featured:hover {
        transform: translateY(-10px);
    }

    .pricing-plan-desc {
        min-height: auto;
    }

    .contact-left-panel,
    .contact-form-panel {
        padding: 1.6rem;
    }

    .contact-form-header h3 {
        font-size: 1.8rem;
    }

    .contact-trust-row {
        grid-template-columns: 1fr;
    }

    .contact-proof-stat {
        border-right: none;
        border-bottom: 1px solid rgba(255,255,255,0.08);
    }

    .contact-proof-stat-last {
        border-bottom: none;
    }
}

@media (max-width: 575.98px) {
    .hero-section {
        padding-top: 80px;
    }

    .preview-card,
    .benefit-main-card,
    .cta-card,
    .feature-card,
    .pricing-card-inner {
        padding: 22px;
    }

    .section-title {
        font-size: 2rem;
    }

    .hero-text,
    .section-text {
        font-size: 1rem;
    }

    .pricing-price {
        font-size: 3rem;
    }

    .pricing-currency {
        font-size: 1.5rem;
    }

    .contact-help-box {
        flex-direction: column;
    }

    .contact-proof-bar {
        padding: 1.2rem 1rem;
    }

    .contact-proof-stat {
        padding: 1rem 0.5rem;
    }

    .contact-proof-stat h4 {
        font-size: 1.5rem;
    }

    .contact-proof-stat p {
        font-size: 0.92rem;
    }
}

/* TRUST BAR */
.contact-proof-bar {
    margin-top: 1.5rem;
    padding: 1.5rem 1.25rem;
    background: rgba(255, 255, 255, 0.045);
    border: 1px solid rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    border-radius: 28px;
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.24);
}

.contact-proof-item {
    padding: 1rem;
    height: 100%;
}

.contact-proof-item i {
    font-size: 1.6rem;
    color: #63d8c6;
    display: inline-block;
    margin-bottom: .8rem;
}

.contact-proof-item h5 {
    color: #ffffff;
    font-size: 1.05rem;
    font-weight: 700;
    margin-bottom: .35rem;
}

.contact-proof-item p {
    margin: 0;
    color: rgba(255,255,255,0.70);
    font-size: .92rem;
    line-height: 1.6;
}

/* TOAST NOTIFICATION */
.custom-toast {
    background: linear-gradient(135deg, #2E8B7D, #5DB3A6);
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.25);
    backdrop-filter: blur(10px);
    min-width: 280px;
    max-width: 350px;
    animation: slideInToast 0.4s ease;
}

.toast-body {
    font-weight: 500;
    font-size: 0.95rem;
}

@keyframes slideInToast {
    from {
        opacity: 0;
        transform: translateX(40px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* =========================================================
   HERO DASHBOARD PREVIEW - FACEBOOK COVER STYLE
========================================================= */

.hero-preview-col {
    position: relative;
}

.dashboard-preview-cover {
    position: relative;
    min-height: 680px;
    width: 100%;
    overflow: visible;
    z-index: 1;
}

.cover-preview-glow {
    position: absolute;
    right: -70px;
    top: 90px;
    width: 430px;
    height: 430px;
    border-radius: 50%;
    background: radial-gradient(
        circle,
        rgba(93, 179, 166, 0.20) 0%,
        rgba(93, 179, 166, 0.08) 40%,
        transparent 76%
    );
    filter: blur(24px);
    pointer-events: none;
    z-index: 0;
}

.cover-preview-dots {
    position: absolute;
    left: 30px;
    top: 120px;
    width: 90px;
    height: 90px;
    background-image: radial-gradient(rgba(87, 226, 176, 0.72) 1.8px, transparent 1.8px);
    background-size: 15px 15px;
    opacity: 0.65;
    pointer-events: none;
    z-index: 0;
}

.cover-preview-mockup {
    position: absolute;
    top: 0px;
    right: -825px;
    width: 1500px;
    max-width: none;
    border-radius: 30px;
    overflow: hidden;
    transform: rotate(3deg);
    transform-origin: center center;
    box-shadow:
        0 60px 140px rgba(0, 0, 0, 0.55),
        0 25px 60px rgba(0, 0, 0, 0.35),
        0 10px 30px rgba(0, 0, 0, 0.25),
        0 0 0 1px rgba(255, 255, 255, 0.04);
    background: rgba(255, 255, 255, 0.03);
    z-index: 1; /* behind hero text */
}

.cover-preview-mockup::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        90deg,
        rgba(6, 20, 18, 0.65) 0%,
        rgba(6, 20, 18, 0.35) 22%,
        rgba(6, 20, 18, 0.14) 38%,
        transparent 56%
    );
    pointer-events: none;
    z-index: 2;
}

.cover-preview-image {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.hero-copy {
    position: relative;
    z-index: 3;
}

@media (min-width: 1200px) {
    .hero-section .col-lg-7 {
        width: 54%;
    }

    .hero-section .col-lg-5 {
        width: 46%;
    }

    .hero-title {
        max-width: 720px;
    }

    .hero-text {
        max-width: 680px;
    }
}

@media (max-width: 1399.98px) {
    .dashboard-preview-cover {
        min-height: 620px;
    }

    .cover-preview-mockup {
        width: 900px;
        right: -250px;
        top: 72px;
        transform: rotate(3.5deg);
    }

    .cover-preview-glow {
        right: -40px;
        width: 360px;
        height: 360px;
    }
}

@media (max-width: 1199.98px) {
    .dashboard-preview-cover {
        min-height: 540px;
        margin-top: 20px;
    }

    .cover-preview-mockup {
        width: 760px;
        right: -130px;
        top: 60px;
        transform: rotate(2.5deg);
    }

    .cover-preview-dots {
        left: 10px;
        top: 70px;
    }
}

@media (max-width: 991.98px) {
    .dashboard-preview-cover {
        min-height: auto;
        margin-top: 34px;
    }

    .cover-preview-mockup {
        position: relative;
        top: 0;
        right: 0;
        width: 100%;
        transform: none;
        border-radius: 20px;
    }

    .cover-preview-glow {
        right: 50%;
        transform: translateX(50%);
        top: 20px;
        width: 300px;
        height: 300px;
    }

    .cover-preview-dots {
        display: none;
    }
}

@media (max-width: 575.98px) {
    .cover-preview-mockup {
        border-radius: 16px;
    }
}

/* =========================================================
   BETA STAGE DESIGN
========================================================= */
.beta-top-banner {
    position: relative;
    z-index: 50;
    padding: 10px 0;
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.92rem;
    background: linear-gradient(90deg, rgba(20, 60, 58, 0.96), rgba(46, 139, 125, 0.92), rgba(15, 46, 44, 0.96));
    border-bottom: 1px solid rgba(93, 179, 166, 0.28);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.18);
}

.beta-pill {
    display: inline-flex;
    align-items: center;
    padding: 6px 14px;
    border-radius: 999px;
    color: #061d1b;
    font-weight: 800;
    letter-spacing: 0.02em;
    background: linear-gradient(135deg, #8ff3a2, #2fd181);
    box-shadow: 0 0 0 4px rgba(143, 243, 162, 0.12);
}

.preview-beta-card {
    position: absolute;
    left: 40px;
    top: 28px;
    z-index: 5;
    max-width: 280px;
    padding: 16px 18px;
    border-radius: 20px;
    color: #fff;
    background: rgba(5, 28, 25, 0.82);
    border: 1px solid rgba(143, 243, 162, 0.25);
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(14px);
}

.preview-beta-card span {
    display: block;
    color: #8ff3a2;
    font-size: 1rem;
    font-weight: 800;
    margin-bottom: 4px;
}

.preview-beta-card small {
    color: rgba(255, 255, 255, 0.75);
    line-height: 1.35;
}

@media (max-width: 991.98px) {
    .preview-beta-card {
        left: 18px;
        top: 18px;
        max-width: calc(100% - 36px);
    }
}