:root {
    --teal:      #72BAA9;
    --teal-dark: #5aa394;
    --navy:      #1a1a2e;
    --tan:       #BFA28C;
    --blue:      #0d6efd;
}

* { box-sizing: border-box; }

body {
    font-family: 'Segoe UI', system-ui, -apple-system, sans-serif;
    color: var(--navy);
    overflow-x: hidden;
}

/* ── Navbar ── */
.lp-nav {
    background: var(--navy);
    box-shadow: 0 1px 12px rgba(0,0,0,.25);
    padding: 0.75rem 0;
    position: sticky;
    top: 0;
    z-index: 1000;
}
.lp-nav .brand {
    font-size: 1.4rem;
    font-weight: 800;
    color: #fff;
    text-decoration: none;
    letter-spacing: -.03em;
}
.lp-nav .brand span { color: var(--teal); }

/* ── Hero ── */
.hero {
    background: linear-gradient(135deg, var(--navy) 0%, #16213e 60%, #0f3460 100%);
    color: #fff;
    padding: 5rem 0 4rem;
    position: relative;
    overflow: hidden;
}
.hero::before {
    content: '';
    position: absolute;
    top: -80px; right: -80px;
    width: 420px; height: 420px;
    border-radius: 50%;
    background: rgba(114,186,169,.12);
}
.hero::after {
    content: '';
    position: absolute;
    bottom: -100px; left: -60px;
    width: 320px; height: 320px;
    border-radius: 50%;
    background: rgba(191,162,140,.08);
}
.hero-badge {
    display: inline-block;
    background: rgba(114,186,169,.2);
    border: 1px solid rgba(114,186,169,.4);
    color: var(--teal);
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: .08em;
    text-transform: uppercase;
    padding: 0.3rem 0.9rem;
    border-radius: 2rem;
    margin-bottom: 1.25rem;
}
.hero h1 {
    font-size: clamp(2rem, 5vw, 3.2rem);
    font-weight: 800;
    line-height: 1.15;
    margin-bottom: 1.25rem;
}
.hero h1 span { color: var(--teal); }
.hero p.lead {
    font-size: 1.1rem;
    color: rgba(255,255,255,.75);
    max-width: 540px;
    margin-bottom: 2rem;
}
.btn-teal {
    background: var(--teal);
    border: none;
    color: #fff;
    font-weight: 600;
    padding: 0.7rem 1.6rem;
    border-radius: 0.5rem;
    transition: background .15s, transform .15s;
}
.btn-teal:hover { background: var(--teal-dark); color: #fff; transform: translateY(-1px); }

.hero-card {
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 1.25rem;
    padding: 1.75rem;
    backdrop-filter: blur(8px);
}
.hero-card .invoice-line {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.6rem 0;
    border-bottom: 1px solid rgba(255,255,255,.08);
    font-size: 0.9rem;
    color: rgba(255,255,255,.8);
}
.hero-card .invoice-line:last-child { border-bottom: none; }
.hero-card .inv-label { color: rgba(255,255,255,.5); font-size: 0.75rem; text-transform: uppercase; letter-spacing: .06em; }
.badge-paid { background: rgba(25,135,84,.25); color: #75b798; border-radius: 2rem; padding: 0.2em 0.7em; font-size: 0.75rem; font-weight: 600; }
.badge-due  { background: rgba(255,193,7,.2);  color: #ffc107; border-radius: 2rem; padding: 0.2em 0.7em; font-size: 0.75rem; font-weight: 600; }

/* ── Logos / Trust bar ── */
.trust-bar {
    background: #f8f9fa;
    padding: 1.25rem 0;
    border-bottom: 1px solid #e9ecef;
}
.trust-bar p { font-size: 0.8rem; color: #6c757d; text-transform: uppercase; letter-spacing: .07em; margin: 0; }

/* ── Features ── */
.section-label {
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: var(--teal);
    margin-bottom: 0.5rem;
}
.section-title {
    font-size: clamp(1.6rem, 3vw, 2.2rem);
    font-weight: 800;
    color: var(--navy);
    margin-bottom: 0.75rem;
}
.feature-card {
    border: 1.5px solid #e9ecef;
    border-radius: 1rem;
    padding: 1.75rem;
    height: 100%;
    transition: border-color .2s, box-shadow .2s, transform .2s;
    background: #fff;
}
.feature-card:hover {
    border-color: var(--teal);
    box-shadow: 0 8px 30px rgba(114,186,169,.15);
    transform: translateY(-3px);
}
.feature-icon {
    width: 52px; height: 52px;
    border-radius: 0.75rem;
    display: flex; align-items: center; justify-content: center;
    font-size: 1.4rem;
    margin-bottom: 1rem;
}
.fi-teal   { background: rgba(114,186,169,.15); color: var(--teal-dark); }
.fi-blue   { background: rgba(13,110,253,.1);   color: var(--blue); }
.fi-green  { background: rgba(25,135,84,.1);    color: #198754; }
.fi-purple { background: rgba(111,66,193,.1);   color: #6f42c1; }
.fi-orange { background: rgba(253,126,20,.1);   color: #fd7e14; }
.fi-red    { background: rgba(220,53,69,.1);    color: #dc3545; }

/* ── How it works ── */
.hiw-section { background: #f5f7fa; }
.step-num {
    width: 48px; height: 48px;
    border-radius: 50%;
    background: var(--teal);
    color: #fff;
    font-size: 1.1rem;
    font-weight: 800;
    display: flex; align-items: center; justify-content: center;
    margin: 0 auto 1rem;
    flex-shrink: 0;
}
.step-connector {
    position: absolute;
    top: 24px;
    left: calc(50% + 32px);
    right: calc(-50% + 32px);
    height: 2px;
    background: linear-gradient(to right, var(--teal), transparent);
}

/* ── Pricing / trial CTA ── */
.cta-section {
    background: linear-gradient(135deg, var(--teal) 0%, var(--teal-dark) 100%);
    color: #fff;
    padding: 5rem 0;
}
.cta-section h2 { font-size: clamp(1.8rem, 4vw, 2.6rem); font-weight: 800; }
.cta-section p  { color: rgba(255,255,255,.85); font-size: 1.05rem; }
.btn-white {
    background: #fff;
    color: var(--teal-dark);
    font-weight: 700;
    border: none;
    padding: 0.75rem 2rem;
    border-radius: 0.5rem;
    transition: transform .15s, box-shadow .15s;
}
.btn-white:hover { transform: translateY(-2px); box-shadow: 0 6px 20px rgba(0,0,0,.15); color: var(--teal-dark); }
.btn-outline-white {
    border: 2px solid rgba(255,255,255,.6);
    color: #fff;
    background: transparent;
    font-weight: 600;
    padding: 0.7rem 1.8rem;
    border-radius: 0.5rem;
    transition: background .15s, border-color .15s;
}
.btn-outline-white:hover { background: rgba(255,255,255,.1); border-color: #fff; color: #fff; }

/* ── Pricing ── */
.pricing-section { background: #f5f7fa; }
.billing-toggle .btn { font-size: .85rem; font-weight: 600; border-radius: 2rem; padding: .35rem 1.1rem; }
.billing-toggle .btn-check:checked + .btn-outline-secondary {
    background: var(--teal); border-color: var(--teal); color: #fff;
}
.billing-toggle .btn-outline-secondary { border-color: #dee2e6; color: #6c757d; }
.save-badge {
    font-size: .72rem; font-weight: 700; background: rgba(114,186,169,.15);
    color: var(--teal-dark); border: 1px solid rgba(114,186,169,.3);
    border-radius: 2rem; padding: .15rem .55rem; vertical-align: middle;
}
.pricing-card {
    border: 1.5px solid #e9ecef;
    border-radius: 1.25rem;
    background: #fff;
    padding: 2rem;
    height: 100%;
    transition: border-color .2s, box-shadow .2s, transform .2s;
    position: relative;
}
.pricing-card.popular {
    border-color: var(--teal);
    box-shadow: 0 8px 40px rgba(114,186,169,.2);
}
.pricing-card:hover {
    border-color: var(--teal);
    box-shadow: 0 8px 32px rgba(114,186,169,.18);
    transform: translateY(-3px);
}
.popular-badge {
    position: absolute;
    top: -13px; left: 50%; transform: translateX(-50%);
    background: var(--teal); color: #fff;
    font-size: .75rem; font-weight: 700;
    padding: .25rem 1rem; border-radius: 2rem;
    white-space: nowrap;
}
.plan-name { font-size: 1.1rem; font-weight: 800; color: var(--navy); }
.plan-price { font-size: 2.5rem; font-weight: 800; color: var(--navy); line-height: 1; }
.plan-price sup { font-size: 1rem; font-weight: 700; vertical-align: top; margin-top: .5rem; display: inline-block; }
.plan-price .period { font-size: .85rem; font-weight: 500; color: #6c757d; }
.plan-yearly-note { font-size: .78rem; color: #6c757d; min-height: 1.2em; }
.plan-features { list-style: none; padding: 0; margin: 1.25rem 0 1.5rem; }
.plan-features li { display: flex; align-items: center; gap: .5rem; padding: .35rem 0; font-size: .91rem; color: #495057; }
.plan-features li.off { color: #adb5bd; }
.plan-features li i.bi-check-circle-fill { color: var(--teal); }
.plan-features li i.bi-x-circle { color: #dee2e6; }

/* ── Footer ── */
.lp-footer {
    background: var(--navy);
    color: rgba(255,255,255,.6);
    padding: 2.5rem 0 1.5rem;
    font-size: 0.88rem;
}
.lp-footer .brand { color: #fff; }
.lp-footer a { color: rgba(255,255,255,.5); text-decoration: none; transition: color .15s; }
.lp-footer a:hover { color: var(--teal); }
.lp-footer hr { border-color: rgba(255,255,255,.1); margin: 1.5rem 0 1rem; }
