body{
    background:#f5f7fb;
    font-family:Inter,Segoe UI,sans-serif;
}

.card{
    border:none;
    border-radius:18px;
    box-shadow:0 8px 20px rgba(0,0,0,.05);
}

.metric{
    font-size:2rem;
    font-weight:700;
}

.section-title{
    font-weight:700;
    margin-bottom:20px;
}

.table td,
.table th{
    vertical-align:middle;
}

.badge{
    font-size:.85rem;
}

.navbar-brand{
    font-weight:700;
}

.hero{
    background:linear-gradient(135deg,#2563eb,#4f46e5);
    color:#fff;
    border-radius:20px;
    padding:40px;
    margin-bottom:30px;
}

.step-list li{
    margin-bottom:8px;
}

/* ==========================================================
   HERO
========================================================== */

.hero{

    background:linear-gradient(
        135deg,
        #2563eb,
        #4338ca
    );

    color:#fff;

    border-radius:24px;

    padding:50px;

    margin-bottom:35px;

    overflow:hidden;

    position:relative;

}

.hero::before{

    content:"";

    position:absolute;

    top:-100px;

    right:-100px;

    width:250px;

    height:250px;

    border-radius:50%;

    background:rgba(255,255,255,.08);

}

.hero-icon{

    width:72px;

    height:72px;

    border-radius:18px;

    background:rgba(255,255,255,.15);

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:32px;

}

.hero-title{

    font-size:2rem;

    font-weight:700;

}

.hero-subtitle{

    opacity:.85;

    font-size:.95rem;

}

.business-title{

    font-size:2.2rem;

    font-weight:700;

    margin-top:15px;

}

.hero-meta{

    display:flex;

    flex-wrap:wrap;

    gap:20px;

    margin:20px 0;

}

.hero-meta span{

    font-size:.95rem;

    opacity:.95;

}

.hero-meta i{

    margin-right:8px;

}

.hero-description{

    max-width:700px;

    opacity:.95;

    line-height:1.7;

    margin-bottom:30px;

}

.hero-status-card{

    background:rgba(255,255,255,.15);

    backdrop-filter:blur(8px);

    border-radius:18px;

    padding:25px;

}

.status-header{

    display:flex;

    justify-content:space-between;

    align-items:center;

    font-weight:600;

}

.status-item{

    display:flex;

    justify-content:space-between;

    margin:18px 0;

    font-size:.95rem;

}

.hero .btn{

    border-radius:12px;

    font-weight:600;

    padding:12px 24px;

}

@media (max-width:768px){

    .hero{

        padding:30px;

    }

    .business-title{

        font-size:1.7rem;

    }

}

/* ==========================================================
   KPI CARDS
========================================================== */

.kpi-card{

    border:0;

    border-radius:20px;

    transition:.25s;

    box-shadow:0 10px 25px rgba(15,23,42,.05);

}

.kpi-card:hover{

    transform:translateY(-6px);

    box-shadow:0 18px 35px rgba(15,23,42,.12);

}

.kpi-card .card-body{

    padding:28px;

}

.kpi-icon{

    width:62px;

    height:62px;

    border-radius:18px;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:28px;

    margin-bottom:20px;

}

.kpi-label{

    color:#64748b;

    font-size:.9rem;

    text-transform:uppercase;

    letter-spacing:.06em;

    margin-bottom:8px;

    font-weight:600;

}

.kpi-value{

    font-size:2rem;

    font-weight:700;

    color:#0f172a;

    line-height:1.2;

}

.kpi-footer{

    margin-top:12px;

    color:#94a3b8;

    font-size:.85rem;

}

/* ==========================================================
   DASHBOARD CARDS
========================================================== */

.dashboard-card{

    border:0;

    border-radius:20px;

    box-shadow:0 10px 25px rgba(15,23,42,.05);

}

.section-icon{

    width:54px;

    height:54px;

    border-radius:16px;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:24px;

}

.info-item{

    background:#f8fafc;

    border:1px solid #e2e8f0;

    border-radius:14px;

    padding:18px;

    height:100%;

}

.info-label{

    color:#64748b;

    font-size:.82rem;

    font-weight:600;

    text-transform:uppercase;

    letter-spacing:.06em;

    margin-bottom:8px;

}

.info-value{

    color:#0f172a;

    font-size:1rem;

    font-weight:500;

    word-break:break-word;

}

.info-value a{

    color:#2563eb;

    font-weight:600;

}

.info-value a:hover{

    color:#1d4ed8;

}

/* ==========================================================
   SEARCH PERFORMANCE
========================================================== */


.mini-stat{

    background:#f8fafc;

    border:1px solid #e2e8f0;

    border-radius:16px;

    padding:20px;

    display:flex;

    flex-direction:column;

}


.mini-stat span{

    color:#64748b;

    font-size:.85rem;

    font-weight:600;

    text-transform:uppercase;

    letter-spacing:.05em;

}


.mini-stat strong{

    margin-top:8px;

    font-size:1.8rem;

    color:#0f172a;

}



.table{

    margin-bottom:0;

}


.table thead th{

    background:#f8fafc;

    color:#64748b;

    font-size:.8rem;

    text-transform:uppercase;

    letter-spacing:.05em;

    border-bottom:0;

}


.table tbody tr{

    transition:.2s;

}


.table tbody tr:hover{

    background:#f8fafc;

}



.page-link{

    color:#2563eb;

    text-decoration:none;

    font-weight:600;

}


.page-link:hover{

    text-decoration:underline;

}



.empty-state{

    text-align:center;

    padding:50px 20px;

    color:#64748b;

}


.empty-state i{

    font-size:45px;

    color:#94a3b8;

    display:block;

    margin-bottom:15px;

}

/* ==========================================================
   AI RECOMMENDATIONS
========================================================== */


.recommendation-card{

    background:#fff;

    border:1px solid #e2e8f0;

    border-radius:20px;

    padding:25px;

    transition:.25s;

}


.recommendation-card:hover{

    box-shadow:0 15px 35px rgba(15,23,42,.08);

    transform:translateY(-3px);

}



.recommendation-header{

    display:flex;

    justify-content:space-between;

    align-items:flex-start;

    gap:20px;

    margin-bottom:25px;

}



.recommendation-header h4{

    font-weight:700;

    color:#0f172a;

    margin:0;

}



.recommendation-section{

    background:#f8fafc;

    border-radius:14px;

    padding:18px;

    margin-bottom:15px;

}



.recommendation-section h6{

    font-weight:700;

    color:#334155;

    margin-bottom:10px;

}



.recommendation-section h6 i{

    margin-right:8px;

    color:#2563eb;

}



.recommendation-section p{

    color:#475569;

    margin:0;

    line-height:1.6;

}



.step-list{

    list-style:none;

    padding:0;

    margin:0;

}



.step-list li{

    margin-bottom:10px;

    color:#475569;

}



.step-list i{

    color:#10b981;

    margin-right:8px;

}



.action-button{

    border-radius:12px;

    padding:12px 22px;

}

/* ==========================================================
   GLOBAL
========================================================== */


body{

    background:#f5f7fb;

    color:#0f172a;

}


.container-fluid{

    max-width:1600px;

}


.text-muted{

    color:#64748b!important;

}

/* ==========================================================
   ACTION STATUS
========================================================== */


.action-status{

    border-radius:10px;

    font-size:.85rem;

    font-weight:600;

    cursor:pointer;

}


.action-status:focus{

    border-color:#2563eb;

    box-shadow:0 0 0 .2rem rgba(37,99,235,.15);

}

/* ==========================================================
   ACTION ANALYTICS
========================================================== */


.dashboard-card{

    border-radius:20px;

    border:0;

    box-shadow:
    0 10px 25px rgba(15,23,42,.05);

}

/* ==========================================================
   ACCOUNT / SETTINGS PAGES
========================================================== */


/* ==========================================================
   PAGE CONTENT
========================================================== */

.page-content {

    padding: 35px 20px 60px;

}


.page-content > .container {

    max-width: 1200px;

    margin: 0 auto;

}


/* ==========================================================
   PAGE HEADER
========================================================== */

.page-header {

    display: flex;

    align-items: flex-start;

    justify-content: space-between;

    gap: 25px;

    margin-bottom: 30px;

}


.page-header h1 {

    margin: 0 0 8px;

    color: #0f172a;

    font-size: 2rem;

    font-weight: 750;

    letter-spacing: -.025em;

}


.page-header p {

    margin: 0;

    color: #64748b;

    font-size: .95rem;

    line-height: 1.6;

    max-width: 700px;

}


/* ==========================================================
   ACCOUNT CARDS
========================================================== */

.page-content .card {

    background: #fff;

    border: 1px solid #e2e8f0;

    border-radius: 20px;

    box-shadow:
        0 10px 25px
        rgba(15, 23, 42, .05);

    padding: 30px;

    margin-bottom: 25px;

}


.page-content .card-header {

    display: flex;

    align-items: flex-start;

    justify-content: space-between;

    gap: 20px;

    margin-bottom: 25px;

}


.page-content .card-header h2 {

    margin: 0 0 7px;

    color: #0f172a;

    font-size: 1.25rem;

    font-weight: 700;

}


.page-content .card-header p {

    margin: 0;

    color: #64748b;

    font-size: .88rem;

    line-height: 1.6;

}


/* ==========================================================
   FORMS
========================================================== */

.form {

    width: 100%;

}


.form-grid {

    display: grid;

    grid-template-columns:
        repeat(2, minmax(0, 1fr));

    gap: 22px;

}


.form-group {

    display: flex;

    flex-direction: column;

    gap: 8px;

}


.form-group-full {

    grid-column: 1 / -1;

}


.form-group label {

    color: #334155;

    font-size: .88rem;

    font-weight: 650;

}


.form-group input,
.form-group textarea,
.form-group select {

    width: 100%;

    border: 1px solid #cbd5e1;

    border-radius: 13px;

    background: #fff;

    color: #0f172a;

    font-family: inherit;

    font-size: .92rem;

    outline: none;

    transition:
        border-color .2s,
        box-shadow .2s,
        background .2s;

}


.form-group input {

    height: 52px;

    padding: 0 15px;

}


.form-group textarea {

    min-height: 130px;

    padding: 14px 15px;

    resize: vertical;

    line-height: 1.6;

}


.form-group input::placeholder,
.form-group textarea::placeholder {

    color: #94a3b8;

}


.form-group input:hover,
.form-group textarea:hover,
.form-group select:hover {

    border-color: #94a3b8;

}


.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {

    border-color: #2563eb;

    background: #fff;

    box-shadow:
        0 0 0 4px
        rgba(37, 99, 235, .10);

}


/* ==========================================================
   FORM ACTIONS
========================================================== */

.form-actions {

    display: flex;

    align-items: center;

    justify-content: flex-end;

    gap: 12px;

    margin-top: 28px;

    padding-top: 25px;

    border-top: 1px solid #f1f5f9;

}


/* ==========================================================
   BUTTONS
========================================================== */

.button {

    min-height: 46px;

    display: inline-flex;

    align-items: center;

    justify-content: center;

    gap: 8px;

    padding: 11px 19px;

    border: 0;

    border-radius: 12px;

    font-family: inherit;

    font-size: .88rem;

    font-weight: 700;

    line-height: 1;

    text-decoration: none;

    cursor: pointer;

    transition:
        transform .2s,
        box-shadow .2s,
        background .2s,
        border-color .2s;

}


.button-primary {

    background:
        linear-gradient(
            135deg,
            #2563eb,
            #4f46e5
        );

    color: #fff;

    box-shadow:
        0 7px 18px
        rgba(37, 99, 235, .20);

}


.button-primary:hover {

    color: #fff;

    transform: translateY(-2px);

    box-shadow:
        0 11px 25px
        rgba(37, 99, 235, .28);

}


.button-secondary {

    background: #fff;

    color: #334155;

    border: 1px solid #cbd5e1;

    box-shadow: none;

}


.button-secondary:hover {

    color: #0f172a;

    background: #f8fafc;

    border-color: #94a3b8;

}


/* ==========================================================
   ALERTS
========================================================== */

.page-content .alert {

    padding: 15px 17px;

    border-radius: 13px;

    margin-bottom: 22px;

    font-size: .88rem;

    line-height: 1.5;

}


.page-content .alert-success {

    color: #166534;

    background: #f0fdf4;

    border: 1px solid #bbf7d0;

}


.page-content .alert-error {

    color: #991b1b;

    background: #fef2f2;

    border: 1px solid #fecaca;

}


/* ==========================================================
   BUSINESS SUMMARY
========================================================== */

.business-summary {

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 25px;

}


.business-summary h2 {

    margin: 7px 0 5px;

    color: #0f172a;

    font-size: 1.25rem;

    font-weight: 700;

}


.business-summary p {

    margin: 0;

    color: #64748b;

    font-size: .88rem;

}


.eyebrow {

    color: #2563eb;

    font-size: .7rem;

    font-weight: 800;

    letter-spacing: .10em;

}


/* ==========================================================
   CONNECTION BADGES
========================================================== */

.connection-badge {

    display: inline-flex;

    align-items: center;

    gap: 8px;

    padding: 8px 13px;

    border-radius: 999px;

    background: #f1f5f9;

    color: #64748b;

    border: 1px solid #e2e8f0;

    font-size: .78rem;

    font-weight: 700;

    white-space: nowrap;

}


.connection-badge span {

    width: 8px;

    height: 8px;

    border-radius: 50%;

    background: #94a3b8;

}


.connection-badge.connected {

    background: #ecfdf5;

    color: #047857;

    border-color: #a7f3d0;

}


.connection-badge.connected span {

    background: #10b981;

}


/* ==========================================================
   GOOGLE CONNECTION
========================================================== */

.connection-status {

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 20px;

    padding: 18px;

    border-radius: 15px;

    background: #f8fafc;

    border: 1px solid #e2e8f0;

}


.connection-status strong {

    display: block;

    color: #0f172a;

    font-size: .92rem;

    margin-bottom: 4px;

}


.connection-status span {

    color: #64748b;

    font-size: .84rem;

}


/* ==========================================================
   INTEGRATION GRID
========================================================== */

.integration-grid {

    display: grid;

    grid-template-columns:
        repeat(3, minmax(0, 1fr));

    gap: 20px;

    margin-bottom: 25px;

}


.integration-card {

    margin-bottom: 0 !important;

    padding: 26px !important;

    transition:
        transform .2s,
        box-shadow .2s;

}


.integration-card:hover {

    transform: translateY(-3px);

    box-shadow:
        0 16px 35px
        rgba(15, 23, 42, .08);

}


.integration-icon {

    width: 52px;

    height: 52px;

    display: flex;

    align-items: center;

    justify-content: center;

    margin-bottom: 18px;

    border-radius: 15px;

    background:
        linear-gradient(
            135deg,
            #eff6ff,
            #eef2ff
        );

    border: 1px solid #dbeafe;

    color: #2563eb;

    font-size: 1.15rem;

    font-weight: 800;

}


.integration-card h2 {

    margin: 0 0 12px;

    color: #0f172a;

    font-size: 1.1rem;

    font-weight: 700;

}


.integration-card p {

    min-height: 75px;

    margin: 15px 0 20px;

    color: #64748b;

    font-size: .87rem;

    line-height: 1.6;

}


/* ==========================================================
   STATUS BADGES
========================================================== */

.status-badge {

    display: inline-flex;

    align-items: center;

    padding: 6px 10px;

    border-radius: 999px;

    background: #f1f5f9;

    color: #64748b;

    border: 1px solid #e2e8f0;

    font-size: .72rem;

    font-weight: 700;

}


.status-badge.connected {

    background: #ecfdf5;

    color: #047857;

    border-color: #a7f3d0;

}


/* ==========================================================
   EMPTY STATE
========================================================== */

.page-content .empty-state {

    text-align: center;

    padding: 30px;

    background: #f8fafc;

    border: 1px dashed #cbd5e1;

    border-radius: 15px;

}


.page-content .empty-state p {

    margin: 0 0 18px;

    color: #64748b;

}


/* ==========================================================
   AI ANALYSIS
========================================================== */

.analysis-card {

    margin-top: 5px;

}


.latest-result {

    display: flex;

    align-items: center;

    gap: 8px;

    margin-top: 25px;

    padding: 15px 17px;

    border-radius: 13px;

    background: #f8fafc;

    border: 1px solid #e2e8f0;

    color: #64748b;

    font-size: .84rem;

}


.latest-result strong {

    color: #334155;

}


.latest-result span {

    color: #64748b;

}


/* ==========================================================
   DATA TABLE
========================================================== */

.table-wrapper {

    width: 100%;

    margin-top: 25px;

    overflow-x: auto;

    border: 1px solid #e2e8f0;

    border-radius: 14px;

}


.data-table {

    width: 100%;

    min-width: 700px;

    border-collapse: collapse;

    background: #fff;

}


.data-table th {

    padding: 13px 15px;

    background: #f8fafc;

    color: #64748b;

    font-size: .73rem;

    font-weight: 700;

    text-align: left;

    text-transform: uppercase;

    letter-spacing: .05em;

    border-bottom: 1px solid #e2e8f0;

}


.data-table td {

    padding: 15px;

    color: #475569;

    font-size: .84rem;

    border-bottom: 1px solid #f1f5f9;

}


.data-table tbody tr:last-child td {

    border-bottom: 0;

}


.data-table tbody tr:hover {

    background: #f8fafc;

}


.data-table td strong {

    color: #2563eb;

}


.table-status {

    display: inline-flex;

    padding: 5px 9px;

    border-radius: 999px;

    background: #eff6ff;

    color: #2563eb;

    font-size: .72rem;

    font-weight: 700;

}


/* ==========================================================
   ACCOUNT MOBILE
========================================================== */

@media (max-width: 900px) {

    .integration-grid {

        grid-template-columns: 1fr 1fr;

    }

}


@media (max-width: 700px) {

    .page-content {

        padding:
            25px
            15px
            45px;

    }


    .page-header {

        margin-bottom: 25px;

    }


    .page-header h1 {

        font-size: 1.65rem;

    }


    .page-content .card {

        padding: 22px;

        border-radius: 18px;

    }


    .form-grid {

        grid-template-columns: 1fr;

        gap: 18px;

    }


    .form-group-full {

        grid-column: auto;

    }


    .form-actions {

        justify-content: stretch;

    }


    .form-actions .button {

        width: 100%;

    }


    .business-summary {

        align-items: flex-start;

        flex-direction: column;

    }


    .connection-status {

        align-items: flex-start;

        flex-direction: column;

    }


    .connection-status .button {

        width: 100%;

    }


    .integration-grid {

        grid-template-columns: 1fr;

    }


    .integration-card p {

        min-height: auto;

    }


    .latest-result {

        align-items: flex-start;

        flex-direction: column;

    }

}


/* ==========================================================
   REDUCED MOTION
========================================================== */

@media (prefers-reduced-motion: reduce) {

    .page-content *,
    .page-content *::before,
    .page-content *::after {

        transition: none !important;

        animation: none !important;

    }

}

/* ==========================================================
   HOMEPAGE
========================================================== */

.homepage{

    background:#f8fafc;

    color:#0f172a;

    font-family:
        Inter,
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        sans-serif;

}


/* ==========================================================
   HOME NAVIGATION
========================================================== */

.home-brand-mark{

    width:42px;

    height:42px;

    border-radius:12px;

    display:flex;

    align-items:center;

    justify-content:center;

    background:
        linear-gradient(
            135deg,
            #2563eb,
            #4f46e5
        );

    color:#fff;

    font-size:.8rem;

    font-weight:800;

    letter-spacing:.04em;

    box-shadow:
        0 8px 18px
        rgba(37,99,235,.22);

}


.home-brand-mark.small{

    width:34px;

    height:34px;

    border-radius:10px;

    font-size:.68rem;

}


.home-nav-link{

    color:#475569;

    font-size:.9rem;

    font-weight:600;

    text-decoration:none;

    transition:.2s;

}


.home-nav-link:hover{

    color:#2563eb;

}


.home-nav-button{

    border-radius:11px;

    font-weight:650;

    padding:
        9px
        16px;

}


/* ==========================================================
   HERO
========================================================== */

.home-hero{

    position:relative;

    overflow:hidden;

    padding:
        105px
        0
        100px;

    background:

        radial-gradient(
            circle at 5% 10%,
            rgba(37,99,235,.13),
            transparent 30%
        ),

        radial-gradient(
            circle at 95% 70%,
            rgba(79,70,229,.12),
            transparent 32%
        ),

        #f8fafc;

}


.home-hero::before{

    content:"";

    position:absolute;

    width:600px;

    height:600px;

    border-radius:50%;

    right:-300px;

    top:-300px;

    background:
        rgba(37,99,235,.035);

}


.home-eyebrow{

    display:inline-flex;

    align-items:center;

    gap:9px;

    padding:
        8px
        13px;

    border-radius:30px;

    background:#eff6ff;

    border:1px solid #dbeafe;

    color:#2563eb;

    font-size:.72rem;

    font-weight:800;

    letter-spacing:.09em;

    margin-bottom:22px;

}


.home-eyebrow-dot{

    width:7px;

    height:7px;

    border-radius:50%;

    background:#2563eb;

    box-shadow:
        0 0 0 4px
        rgba(37,99,235,.10);

}


.home-hero h1{

    max-width:780px;

    margin:0;

    color:#0f172a;

    font-size:
        clamp(
            2.8rem,
            5vw,
            4.7rem
        );

    font-weight:800;

    line-height:1.03;

    letter-spacing:-.055em;

}


.home-gradient-text{

    display:block;

    background:
        linear-gradient(
            135deg,
            #2563eb,
            #4f46e5
        );

    -webkit-background-clip:text;

    background-clip:text;

    color:transparent;

}


.home-hero-description{

    max-width:690px;

    margin:
        28px
        0
        30px;

    color:#64748b;

    font-size:1.08rem;

    line-height:1.8;

}


.home-primary-button{

    border:0;

    border-radius:13px;

    padding:
        14px
        23px;

    font-weight:700;

    box-shadow:
        0 10px 24px
        rgba(37,99,235,.22);

}


.home-secondary-button{

    border:1px solid #e2e8f0;

    border-radius:13px;

    padding:
        14px
        23px;

    color:#334155;

    font-weight:650;

    background:#fff;

}


.home-secondary-button:hover{

    background:#f8fafc;

    border-color:#cbd5e1;

}


.home-trust-row{

    display:flex;

    flex-wrap:wrap;

    gap:20px;

    margin-top:30px;

    color:#64748b;

    font-size:.8rem;

    font-weight:600;

}


.home-trust-row i{

    color:#10b981;

    margin-right:5px;

}


/* ==========================================================
   DASHBOARD PREVIEW
========================================================== */

.home-dashboard-preview{

    position:relative;

    padding:15px;

}


.preview-glow{

    position:absolute;

    inset:10%;

    background:
        linear-gradient(
            135deg,
            rgba(37,99,235,.28),
            rgba(79,70,229,.24)
        );

    filter:blur(45px);

    border-radius:50%;

}


.preview-window{

    position:relative;

    background:#fff;

    border:1px solid #e2e8f0;

    border-radius:22px;

    overflow:hidden;

    box-shadow:
        0 35px 80px
        rgba(15,23,42,.14);

    transform:
        rotate(1deg);

}


.preview-topbar{

    height:52px;

    display:flex;

    align-items:center;

    gap:15px;

    padding:0 18px;

    background:#f8fafc;

    border-bottom:1px solid #e2e8f0;

}


.preview-dots{

    display:flex;

    gap:5px;

}


.preview-dots span{

    width:7px;

    height:7px;

    border-radius:50%;

    background:#cbd5e1;

}


.preview-label{

    color:#64748b;

    font-size:.7rem;

    font-weight:700;

}


.preview-body{

    padding:22px;

}


.preview-heading{

    display:flex;

    align-items:center;

    justify-content:space-between;

    gap:15px;

    margin-bottom:20px;

}


.preview-heading small{

    display:block;

    color:#94a3b8;

    font-size:.55rem;

    font-weight:800;

    letter-spacing:.08em;

    margin-bottom:4px;

}


.preview-heading strong{

    display:block;

    color:#0f172a;

    font-size:.95rem;

}


.preview-status{

    padding:
        5px
        9px;

    border-radius:20px;

    background:#ecfdf5;

    color:#059669;

    font-size:.62rem;

    font-weight:700;

}


.preview-kpis{

    display:grid;

    grid-template-columns:
        repeat(3,1fr);

    gap:9px;

}


.preview-kpi{

    padding:12px;

    background:#f8fafc;

    border:1px solid #eef2f7;

    border-radius:11px;

}


.preview-kpi span{

    display:block;

    color:#94a3b8;

    font-size:.58rem;

    line-height:1.4;

}


.preview-kpi strong{

    display:block;

    margin:
        5px
        0
        7px;

    color:#0f172a;

    font-size:1rem;

}


.preview-bar{

    height:4px;

    background:#e2e8f0;

    border-radius:5px;

    overflow:hidden;

}


.preview-bar i{

    display:block;

    height:100%;

    border-radius:5px;

    background:
        linear-gradient(
            90deg,
            #2563eb,
            #6366f1
        );

}


.preview-chart{

    margin-top:18px;

    padding:14px;

    border:1px solid #eef2f7;

    border-radius:12px;

}


.chart-label{

    color:#64748b;

    font-size:.65rem;

    font-weight:700;

    margin-bottom:10px;

}


.chart-area{

    position:relative;

    height:95px;

    overflow:hidden;

    background:
        repeating-linear-gradient(
            to bottom,
            #f8fafc 0,
            #f8fafc 1px,
            transparent 1px,
            transparent 24px
        );

}


.chart-line{

    position:absolute;

    left:3%;

    right:3%;

    top:55%;

    height:3px;

    border-radius:5px;

    background:
        linear-gradient(
            90deg,
            #2563eb,
            #4f46e5
        );

    transform:
        rotate(-8deg);

    box-shadow:
        0 4px 12px
        rgba(37,99,235,.25);

}


.chart-point{

    position:absolute;

    width:8px;

    height:8px;

    border-radius:50%;

    background:#fff;

    border:3px solid #2563eb;

}


.point-1{

    left:7%;

    top:65%;

}


.point-2{

    left:27%;

    top:55%;

}


.point-3{

    left:48%;

    top:49%;

}


.point-4{

    left:69%;

    top:36%;

}


.point-5{

    right:7%;

    top:24%;

}


.preview-recommendation{

    display:flex;

    align-items:center;

    gap:12px;

    margin-top:14px;

    padding:12px;

    border-radius:12px;

    background:#eff6ff;

    border:1px solid #dbeafe;

}


.recommendation-icon{

    width:34px;

    height:34px;

    display:flex;

    align-items:center;

    justify-content:center;

    flex-shrink:0;

    border-radius:10px;

    background:#2563eb;

    color:#fff;

}


.preview-recommendation small{

    display:block;

    color:#2563eb;

    font-size:.52rem;

    font-weight:800;

    letter-spacing:.06em;

}


.preview-recommendation strong{

    display:block;

    margin-top:3px;

    color:#334155;

    font-size:.68rem;

    line-height:1.4;

}


/* ==========================================================
   VALUE STRIP
========================================================== */

.home-value-strip{

    background:#fff;

    border-top:1px solid #e2e8f0;

    border-bottom:1px solid #e2e8f0;

    padding:25px 0;

}


.home-value-item{

    display:flex;

    align-items:center;

    justify-content:center;

    gap:12px;

    text-align:left;

}


.home-value-icon{

    width:42px;

    height:42px;

    display:flex;

    align-items:center;

    justify-content:center;

    flex-shrink:0;

    border-radius:12px;

    background:#eff6ff;

    color:#2563eb;

}


.home-value-item strong{

    display:block;

    color:#334155;

    font-size:.85rem;

}


.home-value-item span{

    display:block;

    margin-top:2px;

    color:#94a3b8;

    font-size:.73rem;

}


/* ==========================================================
   GENERAL SECTIONS
========================================================== */

.home-section{

    padding:
        100px
        0;

}


.home-section-soft{

    background:#f1f5f9;

}


.home-section-label{

    color:#2563eb;

    font-size:.7rem;

    font-weight:800;

    letter-spacing:.1em;

    margin-bottom:14px;

}


.home-section-label.light{

    color:#bfdbfe;

}


.home-section h2{

    margin:0 0 18px;

    color:#0f172a;

    font-size:
        clamp(
            2rem,
            3.5vw,
            3rem
        );

    font-weight:800;

    letter-spacing:-.04em;

    line-height:1.12;

}


.home-section > .container > .row > .col-lg-8 > p,

.home-section > .container > .row > .col-lg-5 > p{

    color:#64748b;

    line-height:1.8;

    font-size:1rem;

}


/* ==========================================================
   FEATURES
========================================================== */

.home-feature-card{

    height:100%;

    padding:32px;

    background:#fff;

    border:1px solid #e2e8f0;

    border-radius:20px;

    box-shadow:
        0 8px 25px
        rgba(15,23,42,.04);

    transition:
        transform .25s,
        box-shadow .25s;

}


.home-feature-card:hover{

    transform:
        translateY(-6px);

    box-shadow:
        0 20px 45px
        rgba(15,23,42,.09);

}


.home-feature-icon{

    width:55px;

    height:55px;

    display:flex;

    align-items:center;

    justify-content:center;

    border-radius:16px;

    font-size:24px;

    margin-bottom:24px;

}


.home-feature-icon.blue{

    background:#eff6ff;

    color:#2563eb;

}


.home-feature-icon.purple{

    background:#eef2ff;

    color:#4f46e5;

}


.home-feature-icon.green{

    background:#ecfdf5;

    color:#059669;

}


.home-feature-card h3{

    margin:0 0 12px;

    color:#0f172a;

    font-size:1.15rem;

    font-weight:750;

}


.home-feature-card p{

    min-height:105px;

    margin:0;

    color:#64748b;

    line-height:1.7;

    font-size:.9rem;

}


.home-feature-link{

    margin-top:22px;

    color:#2563eb;

    font-size:.82rem;

    font-weight:700;

}


.home-feature-link i{

    margin-left:5px;

}


/* ==========================================================
   STEPS
========================================================== */

.home-steps{

    padding:15px;

}


.home-step{

    display:flex;

    gap:22px;

    padding:
        22px
        0;

    border-bottom:1px solid #e2e8f0;

}


.home-step:first-child{

    padding-top:0;

}


.home-step:last-child{

    border-bottom:0;

}


.home-step-number{

    width:48px;

    height:48px;

    display:flex;

    align-items:center;

    justify-content:center;

    flex-shrink:0;

    border-radius:14px;

    background:#fff;

    border:1px solid #dbeafe;

    color:#2563eb;

    font-size:.75rem;

    font-weight:800;

    box-shadow:
        0 5px 15px
        rgba(15,23,42,.05);

}


.home-step h3{

    margin:0 0 7px;

    color:#0f172a;

    font-size:1rem;

    font-weight:750;

}


.home-step p{

    margin:0;

    color:#64748b;

    line-height:1.6;

    font-size:.88rem;

}


/* ==========================================================
   INTEGRATION PANEL
========================================================== */

.home-integration-panel{

    padding:
        55px;

    background:#fff;

    border:1px solid #e2e8f0;

    border-radius:25px;

    box-shadow:
        0 15px 40px
        rgba(15,23,42,.05);

}


.home-integration-panel h2{

    max-width:650px;

}


.home-integration-panel p{

    max-width:700px;

    color:#64748b;

    line-height:1.8;

}


.home-integration-list{

    padding:20px;

    border-radius:18px;

    background:#f8fafc;

    border:1px solid #e2e8f0;

}


.home-integration-list > div{

    display:flex;

    align-items:center;

    gap:10px;

    padding:11px 0;

    color:#334155;

    font-size:.83rem;

    font-weight:650;

}


.integration-check{

    width:25px;

    height:25px;

    display:flex;

    align-items:center;

    justify-content:center;

    border-radius:50%;

    background:#dcfce7;

    color:#16a34a;

}


/* ==========================================================
   CTA
========================================================== */

.home-cta{

    padding:
        0
        0
        100px;

}


.home-cta-inner{

    position:relative;

    overflow:hidden;

    padding:
        80px
        30px;

    border-radius:30px;

    text-align:center;

    background:
        linear-gradient(
            135deg,
            #2563eb,
            #4338ca
        );

    color:#fff;

    box-shadow:
        0 25px 60px
        rgba(37,99,235,.22);

}


.home-cta-glow{

    position:absolute;

    width:500px;

    height:500px;

    top:-350px;

    left:50%;

    transform:translateX(-50%);

    border-radius:50%;

    background:
        rgba(255,255,255,.12);

    filter:blur(5px);

}


.home-cta h2{

    max-width:750px;

    margin:
        0
        auto
        18px;

    color:#fff;

    font-size:
        clamp(
            2rem,
            4vw,
            3.3rem
        );

    font-weight:800;

    letter-spacing:-.04em;

}


.home-cta p{

    max-width:620px;

    margin:
        0
        auto
        28px;

    color:rgba(255,255,255,.82);

    line-height:1.7;

}


.home-cta-button{

    border-radius:13px;

    padding:
        14px
        24px;

    color:#2563eb;

    font-weight:750;

}


.home-cta-outline{

    border-radius:13px;

    padding:
        14px
        24px;

    font-weight:700;

}


/* ==========================================================
   FOOTER
========================================================== */

.home-footer{

    padding:
        55px
        0
        25px;

    background:#0f172a;

    color:#94a3b8;

}


.home-footer strong{

    color:#fff;

}


.home-footer p{

    max-width:520px;

    color:#94a3b8;

    font-size:.82rem;

    line-height:1.7;

}


.home-footer a{

    color:#cbd5e1;

    font-size:.82rem;

    font-weight:600;

    text-decoration:none;

}


.home-footer a:hover{

    color:#fff;

}


.home-footer-bottom{

    display:flex;

    justify-content:space-between;

    gap:20px;

    margin-top:40px;

    padding-top:20px;

    border-top:1px solid rgba(255,255,255,.08);

    color:#64748b;

    font-size:.72rem;

}


/* ==========================================================
   HOMEPAGE MOBILE
========================================================== */

@media (max-width:991px){

    .home-hero{

        padding:
            75px
            0
            70px;

    }


    .home-dashboard-preview{

        max-width:620px;

        margin:20px auto 0;

    }


    .home-section{

        padding:
            75px
            0;

    }


    .home-value-item{

        justify-content:flex-start;

        max-width:300px;

        margin:auto;

    }

}


@media (max-width:768px){

    .home-nav-link{

        display:none;

    }


    .home-hero h1{

        font-size:2.7rem;

    }


    .home-hero-description{

        font-size:.98rem;

    }


    .home-trust-row{

        flex-direction:column;

        gap:8px;

    }


    .preview-kpis{

        grid-template-columns:1fr;

    }


    .home-feature-card p{

        min-height:auto;

    }


    .home-integration-panel{

        padding:30px 22px;

    }


    .home-cta-inner{

        padding:
            60px
            20px;

        border-radius:22px;

    }


    .home-footer-bottom{

        flex-direction:column;

        gap:8px;

    }

}


@media (max-width:500px){

    .home-hero{

        padding:
            55px
            0;

    }


    .home-hero h1{

        font-size:2.35rem;

    }


    .home-hero-actions{

        flex-direction:column;

    }


    .home-primary-button,
    .home-secondary-button{

        width:100%;

        text-align:center;

    }


    .home-dashboard-preview{

        padding:0;

    }


    .preview-window{

        transform:none;

    }


    .home-section{

        padding:
            60px
            0;

    }

}

/* ==========================================================
   DASHBOARD RECOMMENDATION WORKSPACE
========================================================== */

.growth-workspace-tabs-wrap{
    background:#fff;
    border-radius:20px 20px 0 0;
    box-shadow:0 10px 25px rgba(15,23,42,.05);
    padding:0 22px;
    border-bottom:1px solid #e2e8f0;
}

.growth-workspace-tabs{
    gap:8px;
    border:0;
    flex-wrap:wrap;
}

.growth-workspace-tabs .nav-link{
    border:0;
    border-bottom:3px solid transparent;
    border-radius:0;
    color:#64748b;
    font-weight:700;
    padding:18px 14px 15px;
    background:transparent;
}

.growth-workspace-tabs .nav-link:hover{
    color:#2563eb;
    border-bottom-color:#bfdbfe;
}

.growth-workspace-tabs .nav-link.active{
    color:#2563eb;
    border-bottom-color:#2563eb;
    background:transparent;
}

.growth-tab-count{
    display:inline-flex;
    min-width:24px;
    height:24px;
    align-items:center;
    justify-content:center;
    border-radius:999px;
    padding:0 7px;
    background:#eff6ff;
    color:#2563eb;
    font-size:.75rem;
}

.growth-workspace-panel > .dashboard-card,
.growth-workspace-panel > section.dashboard-card{
    border-radius:0 0 20px 20px;
}


/* ==========================================================
   FRIENDLY RECOMMENDATION DETAILS
========================================================== */

.recommendation-target-page{
    display:flex;
    align-items:center;
    gap:14px;
    background:#fff;
    border:1px solid #bfdbfe;
    border-radius:14px;
    padding:14px 16px;
    text-decoration:none;
    color:#0f172a;
    transition:.2s;
}

.recommendation-target-page:hover{
    border-color:#2563eb;
    box-shadow:0 8px 20px rgba(37,99,235,.08);
    color:#0f172a;
}

.recommendation-target-icon{
    width:42px;
    height:42px;
    flex:0 0 42px;
    border-radius:12px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#eff6ff;
    color:#2563eb;
    font-size:1.05rem;
}

.recommendation-target-copy{
    min-width:0;
    flex:1;
}

.recommendation-target-copy small{
    display:block;
    color:#64748b;
    font-weight:700;
    margin-bottom:2px;
}

.recommendation-target-copy strong{
    display:block;
    color:#0f172a;
    overflow-wrap:anywhere;
}

.recommendation-target-action{
    color:#2563eb;
    font-weight:700;
    white-space:nowrap;
}

.recommendation-keyword-focus{
    display:flex;
    align-items:center;
    gap:10px;
    flex-wrap:wrap;
    margin-top:12px;
}

.recommendation-keyword-focus span{
    color:#64748b;
    font-size:.8rem;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:.03em;
}

.recommendation-keyword-focus strong{
    display:inline-flex;
    align-items:center;
    background:#eef2ff;
    color:#4338ca;
    border-radius:999px;
    padding:7px 12px;
    font-size:.88rem;
}

.recommendation-goal-card{
    background:#fff;
    border:1px solid #e2e8f0;
    border-radius:12px;
    padding:14px;
}

.recommendation-goal-card small{
    display:block;
    color:#64748b;
    font-weight:700;
    margin-bottom:5px;
}

.recommendation-goal-card strong{
    display:block;
    color:#0f172a;
    line-height:1.45;
    font-size:.92rem;
}

.friendly-step-list{
    display:grid;
    gap:10px;
}

.friendly-step-item{
    display:flex;
    align-items:flex-start;
    gap:12px;
    background:#fff;
    border:1px solid #e2e8f0;
    border-radius:12px;
    padding:13px 14px;
}

.friendly-step-number{
    width:30px;
    height:30px;
    flex:0 0 30px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#dcfce7;
    color:#15803d;
    font-weight:800;
    font-size:.82rem;
}

.friendly-step-copy{
    color:#334155;
    line-height:1.55;
    padding-top:3px;
}

.custom-optimization-request{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:18px;
    flex-wrap:wrap;
    background:#fff;
    border:1px solid #dbeafe;
    border-radius:14px;
    padding:16px;
}

.custom-optimization-request.request-submitted{
    border-color:#bbf7d0;
    background:#f0fdf4;
}

.custom-optimization-copy{
    flex:1 1 420px;
}

.custom-optimization-copy strong{
    display:block;
    color:#0f172a;
    margin-bottom:4px;
}

.custom-optimization-copy span{
    display:block;
    color:#64748b;
    line-height:1.5;
    font-size:.88rem;
}

.custom-optimization-button{
    flex:0 0 auto;
    border-radius:12px;
    padding:11px 16px;
    font-weight:700;
}


/* ==========================================================
   DASHBOARD PAGINATION
========================================================== */

.dashboard-pagination-wrap{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:16px;
    flex-wrap:wrap;
    margin-top:24px;
    padding-top:20px;
    border-top:1px solid #e2e8f0;
}

.dashboard-pagination-summary{
    color:#64748b;
    font-size:.85rem;
    font-weight:600;
}

.dashboard-pagination{
    gap:6px;
}

.dashboard-pagination .page-link{
    border-radius:10px !important;
    border:1px solid #e2e8f0;
    color:#475569;
    min-width:40px;
    min-height:40px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-weight:700;
    box-shadow:none;
}

.dashboard-pagination .page-item.active .page-link{
    background:#2563eb;
    border-color:#2563eb;
    color:#fff;
}

.dashboard-pagination .page-item.disabled .page-link{
    background:#f8fafc;
    color:#cbd5e1;
}

.dashboard-pagination-wrap--compact{
    margin-top:14px;
    padding-top:14px;
    gap:10px;
}

.dashboard-pagination--compact{
    gap:4px;
}

.dashboard-pagination--compact .page-link{
    min-width:32px;
    min-height:32px;
    padding:4px 9px;
    border-radius:8px !important;
    font-size:.8rem;
}


@media (max-width:767px){

    .growth-workspace-tabs-wrap{
        padding:0 12px;
    }

    .growth-workspace-tabs{
        display:grid;
        grid-template-columns:1fr;
        gap:0;
    }

    .growth-workspace-tabs .nav-link{
        text-align:left;
        padding:14px 8px 12px;
    }

    .recommendation-target-page{
        align-items:flex-start;
    }

    .recommendation-target-action{
        display:none;
    }

    .custom-optimization-button{
        width:100%;
    }

    .dashboard-pagination-wrap{
        align-items:stretch;
    }

    .dashboard-pagination{
        width:100%;
        justify-content:center;
        flex-wrap:wrap;
    }
}


/* ==========================================================
   ACTION ID FILTERS + RECOMMENDATION SEPARATION
========================================================== */

.recommendation-heading-row{
    display:flex;
    align-items:flex-start;
    justify-content:space-between;
    gap:24px;
    flex-wrap:wrap;
}

.action-id-filter{
    display:flex;
    flex-direction:column;
    gap:7px;
    min-width:290px;
}

.action-id-filter-label{
    color:#475569;
    font-size:.78rem;
    font-weight:800;
    letter-spacing:.02em;
}

.action-id-filter-control{
    display:flex;
    align-items:center;
    min-height:44px;
    background:#fff;
    border:1px solid #cbd5e1;
    border-radius:12px;
    overflow:hidden;
    box-shadow:0 4px 12px rgba(15,23,42,.04);
    transition:.2s;
}

.action-id-filter-control:focus-within{
    border-color:#2563eb;
    box-shadow:0 0 0 3px rgba(37,99,235,.10);
}

.action-id-filter-control > i{
    color:#64748b;
    margin-left:14px;
    flex:0 0 auto;
}

.action-id-filter-control input{
    flex:1 1 auto;
    min-width:0;
    border:0;
    outline:0;
    background:transparent;
    color:#0f172a;
    padding:10px 12px;
    font-weight:650;
}

.action-id-filter-control input::placeholder{
    color:#94a3b8;
    font-weight:500;
}

.action-id-filter-button{
    align-self:stretch;
    border:0;
    border-left:1px solid #dbeafe;
    background:#eff6ff;
    color:#1d4ed8;
    padding:0 15px;
    font-weight:800;
    transition:.2s;
}

.action-id-filter-button:hover{
    background:#dbeafe;
    color:#1e40af;
}

.action-id-filter-clear{
    align-self:flex-end;
    color:#64748b;
    font-size:.78rem;
    font-weight:700;
    text-decoration:none;
}

.action-id-filter-clear:hover{
    color:#2563eb;
    text-decoration:underline;
}

.recommendation-action-filter{
    flex:0 1 340px;
}

.recommendation-item{
    position:relative;
}

.recommendation-item:not(:first-child){
    margin-top:10px;
    padding-top:34px;
    border-top:2px solid #e2e8f0;
}

.recommendation-item:not(:first-child)::before{
    content:"";
    position:absolute;
    top:-5px;
    left:50%;
    width:10px;
    height:10px;
    border-radius:50%;
    background:#cbd5e1;
    box-shadow:0 0 0 6px #fff;
    transform:translateX(-50%);
}

.action-page-heading{
    display:grid;
    grid-template-columns:minmax(240px,1fr) minmax(290px,360px) minmax(180px,1fr);
    align-items:center;
    gap:28px;
}

.action-page-filter{
    width:100%;
    justify-self:center;
}

.action-page-business{
    text-align:right;
}

@media (max-width:991px){
    .action-page-heading{
        grid-template-columns:1fr 1fr;
    }

    .action-page-filter{
        grid-column:1 / -1;
        grid-row:2;
        max-width:420px;
        justify-self:start;
    }

    .action-page-business{
        justify-self:end;
    }
}

@media (max-width:767px){
    .recommendation-heading-row{
        align-items:stretch;
    }

    .recommendation-action-filter,
    .action-id-filter{
        width:100%;
        min-width:0;
        flex-basis:100%;
    }

    .action-page-heading{
        display:flex;
        flex-direction:column;
        align-items:stretch;
        gap:20px;
    }

    .action-page-filter{
        max-width:none;
    }

    .action-page-business{
        text-align:left;
    }

    .recommendation-item:not(:first-child){
        padding-top:28px;
    }
}
