﻿:root {
    --accent: #1d4ed8; /* strong blue */
    --accent2: #2563eb; /* lighter blue */
    --accentWarm: #f59e0b; /* amber (helmet) */
    --accentWarm2: #fbbf24; /* lighter amber */
    --bg: #ffffff;
    --panel: #ffffff;
    --panel2: #f8fafc;
    --border: rgba(15, 23, 42, .10);
    --shadow: 0 18px 48px rgba(2, 6, 23, .12);
}

body {
    background: radial-gradient(1100px 620px at 18% 8%, rgba(37, 99, 235, .16), transparent 58%), radial-gradient(900px 520px at 88% 0%, rgba(245, 158, 11, .10), transparent 56%), radial-gradient(800px 480px at 72% 55%, rgba(29, 78, 216, .10), transparent 60%), var(--bg);
}

.nav {
    background: rgba(255,255,255,.86);
    border-bottom: 1px solid rgba(15,23,42,.10);
}

.hero {
    padding: 56px 0 46px;
    position: relative;
}

    .hero:before {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(180deg, rgba(29,78,216,.08), rgba(255,255,255,0) 62%), radial-gradient(900px 420px at 70% 35%, rgba(245,158,11,.08), transparent 60%);
        pointer-events: none;
    }

    .hero .container {
        position: relative;
    }

.hero-title {
    background: linear-gradient(90deg, rgba(15,23,42,1), rgba(29,78,216,.95));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.btn-primary {
    background: linear-gradient(135deg, var(--accent), var(--accent2));
    box-shadow: 0 14px 34px rgba(29,78,216,.22), 0 6px 16px rgba(2,6,23,.08);
}

    .btn-primary:hover {
        filter: brightness(1.03);
        box-shadow: 0 18px 44px rgba(29,78,216,.26), 0 8px 18px rgba(2,6,23,.10);
    }

.btn-ghost {
    background: rgba(255,255,255,.70);
}

.point {
    background: rgba(255,255,255,.70);
    border-color: rgba(15,23,42,.10);
}

.dot {
    background: linear-gradient(135deg, var(--accentWarm), var(--accent));
}

.section-alt {
    background: radial-gradient(900px 320px at 30% 0%, rgba(29,78,216,.08), transparent 62%), linear-gradient(180deg, rgba(2,6,23,.02), rgba(2,6,23,0));
}

.card,
.step-card,
.price-card,
.faq-item,
.preview-mock,
.mini-card {
    transition: transform .14s ease, box-shadow .14s ease, border-color .14s ease;
}

    .card:hover,
    .step-card:hover,
    .price-card:hover,
    .faq-item:hover,
    .preview-mock:hover {
        transform: translateY(-2px);
        box-shadow: var(--shadow);
        border-color: rgba(29,78,216,.18);
    }

    .price-card.highlight {
        background: radial-gradient(700px 240px at 30% 0%, rgba(245,158,11,.12), transparent 62%), linear-gradient(180deg, rgba(29,78,216,.10), rgba(2,6,23,.02));
        border-color: rgba(29,78,216,.24);
    }

.cta-band {
    background: radial-gradient(950px 340px at 40% 10%, rgba(29,78,216,.16), transparent 60%), radial-gradient(760px 320px at 92% 35%, rgba(245,158,11,.12), transparent 62%), rgba(2,6,23,.02);
}

h1:focus {
    outline: none;
}

:focus-visible {
    outline: 3px solid rgba(29,78,216,.45);
    outline-offset: 3px;
    border-radius: 10px;
}

.hero-image {
    border-radius: 18px;
    border: 1px solid rgba(15,23,42,.10);
    /*    box-shadow: 0 18px 48px rgba(2,6,23,.12), 0 8px 18px rgba(2,6,23,.08);*/
}

.hero-points {
    /*    
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    */
    gap: 12px;
    margin-top: 24px;
}

    .hero-points .point {
        display: flex;
        align-items: center;
        gap: 12px;
        padding: 12px 14px;
        border-radius: 12px;
        background: linear-gradient( 135deg, rgba(37, 99, 235, 0.08), rgba(37, 99, 235, 0.02) );
        border: 1px solid rgba(37, 99, 235, 0.12);
        font-size: 0.95rem;
        font-weight: 500;
        color: #0f172a;
        transition: transform 0.15s ease, box-shadow 0.15s ease;
    }

        .hero-points .point:hover {
            transform: translateY(-2px);
            box-shadow: 0 6px 18px rgba(37, 99, 235, 0.15);
        }

    .hero-points .dot {
        flex-shrink: 0;
        width: 18px;
        height: 18px;
        border-radius: 50%;
        background: #16a34a; /* solid green */
        position: relative;
        box-shadow: 0 0 0 3px rgba(22, 163, 74, 0.25);
    }

        /* Checkmark */
        .hero-points .dot::after {
            content: "✓";
            position: absolute;
            inset: 0;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #ffffff;
            font-size: 12px;
            font-weight: 900;
            line-height: 1;
        }

    .hero-points span:last-child {
        line-height: 1.3;
    }

/* TRUST STRIP (unique icons) */

.trust {
    background: radial-gradient(900px 280px at 18% 0%, rgba(37, 99, 235, .08), transparent 62%), radial-gradient(800px 260px at 86% 30%, rgba(245, 158, 11, .08), transparent 62%), rgba(15, 23, 42, .02);
    border-top: 1px solid rgba(15, 23, 42, .08);
    border-bottom: 1px solid rgba(15, 23, 42, .08);
}

.trust-inner {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    gap: 14px 26px;
    align-items: center;
    padding: 18px 0;
}

.trust-item {
    position: relative;
    padding-left: 34px;
    font-size: 14px;
    font-weight: 600;
    color: rgba(15, 23, 42, .82);
    /* defaults; overridden per item below */
    --icon: none;
    --iconColor: rgba(37, 99, 235, .95);
}

    .trust-item::before {
        content: "";
        position: absolute;
        left: 0;
        top: 2px;
        width: 20px;
        height: 20px;
        border-radius: 8px;
        /* soft chip behind the icon */
        background: rgba(255,255,255,.75);
        border: 1px solid rgba(15, 23, 42, .10);
        box-shadow: 0 10px 22px rgba(2, 6, 23, .06);
        /* icon */
        -webkit-mask-image: var(--icon);
        mask-image: var(--icon);
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
        -webkit-mask-position: center;
        mask-position: center;
        -webkit-mask-size: 14px 14px;
        mask-size: 14px 14px;
        /* the actual icon color */
        background-color: var(--iconColor);
    }

.trust-item {
    transition: transform .12s ease, color .12s ease;
}

    .trust-item:hover {
        transform: translateY(-1px);
        color: rgba(15, 23, 42, .92);
    }

        .trust-item:hover::before {
            border-color: rgba(37, 99, 235, .20);
            box-shadow: 0 16px 34px rgba(2, 6, 23, .09);
        }

    /* 1) Data / database */
    .trust-item:nth-child(1) {
        --iconColor: rgba(29, 78, 216, .95);
        --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 2C7.58 2 4 3.79 4 6v12c0 2.21 3.58 4 8 4s8-1.79 8-4V6c0-2.21-3.58-4-8-4zm0 2c3.87 0 6 .9 6 2s-2.13 2-6 2-6-.9-6-2 2.13-2 6-2zm0 16c-3.87 0-6-.9-6-2v-2.05C7.3 17.6 9.47 18 12 18s4.7-.4 6-1.05V18c0 1.1-2.13 2-6 2zm0-4c-3.87 0-6-.9-6-2v-2.05C7.3 13.6 9.47 14 12 14s4.7-.4 6-1.05V14c0 1.1-2.13 2-6 2zm0-4c-3.87 0-6-.9-6-2V8.95C7.3 10.6 9.47 11 12 11s4.7-.4 6-1.05V10c0 1.1-2.13 2-6 2z'/%3E%3C/svg%3E");
    }

    /* 2) Updated daily / refresh */
    .trust-item:nth-child(2) {
        --iconColor: rgba(22, 163, 74, .95);
        --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 6V3L8 7l4 4V8c2.76 0 5 2.24 5 5 0 .74-.16 1.44-.44 2.08l1.46 1.46C18.64 15.5 19 14.28 19 13c0-3.87-3.13-7-7-7zm-5.56.92C5.36 8.5 5 9.72 5 11c0 3.87 3.13 7 7 7v3l4-4-4-4v3c-2.76 0-5-2.24-5-5 0-.74.16-1.44.44-2.08L6.44 6.92z'/%3E%3C/svg%3E");
    }

    /* 3) Filters / funnel */
    .trust-item:nth-child(3) {
        --iconColor: rgba(245, 158, 11, .95);
        --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M3 5h18l-7 8v6l-4-2v-4L3 5z'/%3E%3C/svg%3E");
    }

    /* 4) Built for subs / hard-hat */
    .trust-item:nth-child(4) {
        --iconColor: rgba(99, 102, 241, .95);
        --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 3a7 7 0 00-7 7v3H4a2 2 0 00-2 2v2a3 3 0 003 3h14a3 3 0 003-3v-2a2 2 0 00-2-2h-1v-3a7 7 0 00-7-7zm-5 10v-3a5 5 0 0110 0v3H7z'/%3E%3C/svg%3E");
    }

    /* 5) Time saved / clock */
    .trust-item:nth-child(5) {
        --iconColor: rgba(14, 165, 233, .95);
        --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 2a10 10 0 1010 10A10 10 0 0012 2zm1 11h5v-2h-4V6h-2v7z'/%3E%3C/svg%3E");
    }

@media (max-width: 520px) {
    .trust-inner {
        gap: 12px 16px;
        padding: 14px 0;
    }

    .trust-item {
        font-size: 13.5px;
        padding-left: 32px;
    }

        .trust-item::before {
            width: 19px;
            height: 19px;
            border-radius: 7px;
            -webkit-mask-size: 13px 13px;
            mask-size: 13px 13px;
        }
}

@media (min-width: 1024px) {

    .trust-inner {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 18px;
        padding: 22px 0;
    }

    /* If the screen is not wide enough, allow wrapping gracefully */
    @media (min-width: 1024px) and (max-width: 1280px) {
        .trust-inner {
            flex-wrap: wrap;
            justify-content: flex-start;
            gap: 14px 18px;
        }
    }

    .trust-item {
        display: inline-flex;
        align-items: center;
        padding-left: 34px;
        font-size: 15px;
        line-height: 1.2;
        white-space: nowrap;
    }

        .trust-item::before {
            top: 50%;
            transform: translateY(-50%);
            width: 22px;
            height: 22px;
            border-radius: 9px;
            -webkit-mask-size: 15px 15px;
            mask-size: 15px 15px;
        }
}

.badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 12px;
    /*    border: 2px solid var(--border);*/
    border-radius: 10px;
    border: 1px solid rgba(37, 99, 235, 0.28);
    /*    background: rgba(2,6,23,.02);
    color: var(--muted);*/
    background: rgba(37, 99, 235, 0.12); /* muted blue wash */
    color: #1e3a8a; /* deep blue text */
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .2px;
}

.how .section-head .muted {
    /*    max-width: 760px;*/
}

/* Steps layout */
.how-steps {
    margin-top: 26px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 16px;
    position: relative;
}

/* Card styling */
.how-step {
    border-radius: 16px;
    border: 1px solid rgba(15, 23, 42, 0.10);
    background: rgba(255, 255, 255, 0.86);
    box-shadow: 0 14px 34px rgba(2, 6, 23, 0.06);
    padding: 16px 16px 14px;
    position: relative;
    overflow: hidden;
    transition: transform 0.14s ease, box-shadow 0.14s ease, border-color 0.14s ease;
}

    .how-step:hover {
        transform: translateY(-2px);
        box-shadow: 0 18px 44px rgba(2, 6, 23, 0.10);
        border-color: rgba(37, 99, 235, 0.22);
    }


/* Mobile tightening */
@media (max-width: 520px) {
    .how-steps {
        gap: 12px;
    }

    .how-step {
        padding: 14px 14px 12px;
    }
}

.how .section-head {
    margin-bottom: 44px;
}

    .how .section-head .eyebrow {
        margin-bottom: 10px;
    }

    .how .section-head .h2 {
        margin-bottom: 12px;
    }

.step-image {
    display: block;
    width: 200px;
    height: 132px;
    /*
    object-fit: contain;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(15, 23, 42, 0.12);
    box-shadow: 0 14px 34px rgba(2, 6, 23, 0.10), 0 6px 14px rgba(2, 6, 23, 0.06);
    margin-bottom: 10px;
    */
}

.step-top {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
}


.how-step:hover .step-image {
    transform: translateY(-2px);
    transition: transform 140ms ease;
}

.steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
}

/* Tablet: 2 columns */
@media (max-width: 1024px) {
    .steps {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Mobile: 1 column */
@media (max-width: 640px) {
    .steps {
        grid-template-columns: 1fr;
    }
}

.step-card {
    border: 1px solid var(--border);
    border-radius: var(--radius);
    background: rgba(2,6,23,.02);
    padding: 16px;
}

.step-title {
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 850;
    letter-spacing: -0.2px;
}

.step-bullets {
    list-style: disc;
    list-style-position: outside;
    margin: 10px 0 0;
    padding-left: 16px;
    display: grid;
    gap: 6px;
}

    .step-bullets li {
        padding-left: 0;
        margin-left: 0;
        color: rgba(15, 23, 42, 0.74);
        font-size: 13.5px;
        line-height: 1.25;
    }

/* Plans grid */

.plans {
    margin-top: 16px;
}

.plans-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
}

@media (min-width: 768px) {
    .plans-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (min-width: 1100px) {
    .plans-grid {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
}

.plan-card {
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 8px 26px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

    .plan-card.is-current {
        outline: 2px solid rgba(0, 0, 0, 0.16);
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    }

.plan-header {
    padding: 14px 14px 12px 14px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    background: rgba(0, 0, 0, 0.015);
}

.plan-name-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.plan-name {
    font-weight: 850;
    font-size: 30px;
    letter-spacing: -0.01em;
}

.plan-free .plan-name {
    color: #6b7280; /* slate gray */
}

.plan-starter .plan-name {
    color: #2563eb; /* blue-600 */
}

.plan-plus .plan-name {
    color: #7c3aed; /* violet-600 */
}

.plan-premium .plan-name {
    color: #b45309; /* amber-700 (golden, not yellow) */
}

/*.plan-premium .plan-name {
    border-bottom: 3px solid rgba(180, 83, 9, 0.25);
    padding-bottom: 4px;
}*/

.plan-status {
    display: inline-flex;
    flex-direction: column;
    gap: 4px;
}

.plan-expiry {
    font-size: 13px;
    font-weight: 500;
    color: #6b7280; /* neutral gray */
    line-height: 1.2;
}

.plan-price {
    margin-top: 10px;
    font-weight: 900;
    font-size: 20px;
    letter-spacing: -0.02em;
}

.plan-upsell {
    margin-top: 16px;
    font-style: italic;
    opacity: 0.78;
    line-height: 1.35;
    font-size: 14px;
}

.plan-limits {
    margin-top: 12px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.plan-body {
    padding: 12px 14px 10px 14px;
    flex: 1;
}

.plan-body-title {
    font-weight: 850;
    margin-bottom: 8px;
}

.feature-list {
    margin: 0;
    padding-left: 0;
    list-style: none;
    display: grid;
    gap: 8px;
}

    .feature-list li {
        position: relative;
        padding-left: 22px;
        line-height: 1.45;
        opacity: 0.92;
    }

        .feature-list li::before {
            content: "✓";
            position: absolute;
            left: 0;
            top: 0;
            font-weight: 900;
            opacity: 0.75;
        }

.plan-footer {
    padding: 12px 14px 14px 14px;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
    background: rgba(0, 0, 0, 0.01);
    justify-content: center;
    text-align: center;
}

.feature-standard {
    color: red;
}

.feature-premium {
    color: green;
    font-weight: 800;
}

.chip {
    display: inline-flex;
    align-items: center;
    padding: 6px 10px;
    border-radius: 999px;
    border: 1px solid rgba(0, 0, 0, 0.10);
    /*    background: rgba(255, 255, 255, 0.75);
*/ background: rgba(37, 99, 235, 0.12);
    font-weight: 700;
    font-size: 12px;
}


/* =========================
   Benefits – Image constrained to site container width
   ========================= */

.benefits-split-bg {
    position: relative;
    overflow: hidden;
}

/* Container becomes the positioning box (so image can't bleed past site width) */
.benefits-inner {
    position: relative;
}

/* Background image panel - RIGHT HALF OF CONTAINER (NOT VIEWPORT) */
.benefits-bg-right {
    position: absolute;
    top: 0;
    right: 0;
    width: 60%;
    height: 100%;
    background-image: url("/images/contractor.png");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 0;
    pointer-events: none;
}

    /* Fade inward (from the middle of container toward the right) */
    .benefits-bg-right::before {
        content: "";
        position: absolute;
        inset: 0;
        /* Fade from left edge of image (center of container) into the photo */
        background: linear-gradient( to right, rgba(248, 249, 250, 1.00) 0%, rgba(248, 249, 250, 0.92) 14%, rgba(248, 249, 250, 0.55) 32%, rgba(248, 249, 250, 0.15) 52%, rgba(248, 249, 250, 0.00) 70% );
    }

/* Content layer above background */
.benefits-content {
    position: relative;
    z-index: 1;
}

/* =========================
   Layout
   ========================= */

.benefits-grid {
    display: grid;
    grid-template-columns: 1fr;
    max-width: 560px;
}

/* =========================
   Benefit Cards
   ========================= */

.benefits-cards {
    display: grid;
    grid-template-columns: 1fr;
    gap: 22px;
}

.benefit-card {
    background: #ffffff;
    padding: 26px 28px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.benefit-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
}

.benefit-text {
    font-size: 14.5px;
    line-height: 1.55;
    color: #555;
}

/* =========================
   Color Accents
   ========================= */

.benefit-blue {
    border-left: 6px solid #2563eb;
}

.benefit-green {
    border-left: 6px solid #16a34a;
}

.benefit-amber {
    border-left: 6px solid #d97706;
}

.benefit-purple {
    border-left: 6px solid #7c3aed;
}

/* =========================
   Mobile Fallback
   ========================= */

@media (max-width: 900px) {
    .benefits-bg-right {
        display: none;
    }

    .benefits-grid {
        max-width: 100%;
    }
}
