:root{
    --primary:#16a34a;
    --primary-dark:#15803d;
    --secondary:#2563eb;

    --background:#f8fafc;
    --surface:#ffffff;

    --text:#111827;
    --text-light:#6b7280;

    --border:#e5e7eb;

    --shadow:0 10px 35px rgba(0,0,0,.08);

    --radius:18px;

    --transition:.3s ease;
}
* {
    box-sizing: border-box;
    font-family: "Inter", sans-serif;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

body {
    margin: 0;
    background: var(--background);
    color: var(--text);
    line-height: 1.6;
}

nav {
    max-width: 1200px;
    margin: 0 auto;
    padding: 24px 35px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

nav h2 {
    font-size: 24px;
    font-weight: 800;
    letter-spacing: -0.5px;
}

nav a {
    color: #e0e7ff;
    text-decoration: none;
    font-weight: 600;
    transition: 0.2s ease;
}

nav a:hover {
    color: white;
}

.hero {
    max-width: 1100px;
    margin: 60px auto;
    padding: 70px 40px;
    text-align: center;
}

.badge {
    display: inline-block;
    background: rgba(255,255,255,0.12);
    padding: 10px 18px;
    border-radius: 999px;
    color: #bfdbfe;
    margin-bottom: 25px;
    border: 1px solid rgba(255,255,255,0.18);
}

.hero h1 {
    font-size: 64px;
    line-height: 1.05;
    margin-bottom: 25px;
}

.hero p {
    max-width: 700px;
    margin: 0 auto;
    font-size: 20px;
    color: #cbd5e1;
    line-height: 1.7;
}

button {
    margin-top: 35px;
    padding: 16px 34px;
    border: none;
    border-radius: 14px;
    background: linear-gradient(135deg, #3b82f6, #8b5cf6);
    color: white;
    font-size: 17px;
    font-weight: bold;
    cursor: pointer;
}

button:hover {
    transform: translateY(-2px);
}

a {
    text-decoration: none;
}

.features,
.cards {
    max-width: 1050px;
    margin: 20px auto 70px;
    padding: 0 25px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 25px;
}

.feature-card,
.card {
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.18);
    border-radius: 22px;
    padding: 32px;
    backdrop-filter: blur(14px);
    box-shadow: 0 20px 45px rgba(0,0,0,0.25);
}

.feature-card h3,
.card h3 {
    font-size: 22px;
    margin-bottom: 12px;
}

.feature-card p,
.card p {
    color: #cbd5e1;
    line-height: 1.6;
}

textarea,
input[type="file"] {
    width: 100%;
    margin-top: 25px;
}

textarea {
    height: 280px;
    padding: 20px;
    font-size: 16px;
    border-radius: 16px;
    border: none;
    resize: vertical;
}

input[type="file"] {
    background: rgba(255,255,255,0.12);
    padding: 16px;
    border-radius: 14px;
    border: 1px solid rgba(255,255,255,0.18);
    color: white;
}

pre, p {
    white-space: pre-wrap;
}

footer {
    text-align: center;
    padding: 35px;
    color: #cbd5e1;
}

button:disabled {
    background: #64748b;
    cursor: not-allowed;
}

@media (max-width: 700px) {
    nav {
        padding: 20px;
    }

    .hero {
        margin: 20px auto;
        padding: 45px 22px;
    }

    .hero h1 {
        font-size: 42px;
    }

    .hero p {
        font-size: 17px;
    }
}
.hero{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:70px;
}

.hero-left{
    flex:1;
    text-align:left;
}

.hero-right{
    flex:1;
    display:flex;
    justify-content:center;
}

.ai-card{

    width:360px;

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

    backdrop-filter:blur(20px);

    border-radius:25px;

    padding:40px;

    border:1px solid rgba(255,255,255,.2);

}

.score{

    width:120px;

    height:120px;

    border-radius:50%;

    background:linear-gradient(135deg,#3b82f6,#8b5cf6);

    display:flex;

    justify-content:center;

    align-items:center;

    font-size:42px;

    font-weight:bold;

    margin:30px auto;

}
.hero-left,
.hero-right,
.feature-card,
.card {
    animation: fadeUp 0.8s ease forwards;
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(25px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.feature-card:hover,
.card:hover {
    transform: translateY(-8px);
    border-color: rgba(255,255,255,0.35);
}
.form-section {
    max-width: 900px;
    margin: 0 auto 80px;
    padding: 40px;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.18);
    border-radius: 24px;
    backdrop-filter: blur(18px);
}

form label {
    display: block;
    margin-top: 20px;
    margin-bottom: 8px;
    font-weight: 700;
    color: #e0e7ff;
}
.feedback-box {
    background: rgba(15, 23, 42, 0.65);
    border: 1px solid rgba(255,255,255,0.18);
    border-radius: 20px;
    padding: 35px;
    color: #e5e7eb;
    line-height: 1.8;
    font-size: 16px;
    white-space: pre-wrap;
}
body::before {
    content: "";
    position: fixed;
    top: -150px;
    right: -150px;
    width: 420px;
    height: 420px;
    background: rgba(59, 130, 246, 0.35);
    filter: blur(120px);
    z-index: -1;
}

body::after {
    content: "";
    position: fixed;
    bottom: -150px;
    left: -150px;
    width: 420px;
    height: 420px;
    background: rgba(139, 92, 246, 0.35);
    filter: blur(120px);
    z-index: -1;
}

.hero h1 {
    letter-spacing: -2px;
}

.ai-card,
.feature-card,
.card,
.form-section {
    box-shadow: 0 25px 70px rgba(0, 0, 0, 0.35);
}

button {
    box-shadow: 0 12px 30px rgba(59, 130, 246, 0.35);
}

button:hover {
    box-shadow: 0 18px 40px rgba(139, 92, 246, 0.45);
}

nav {
    position: sticky;
    top: 0;
    z-index: 10;
    backdrop-filter: blur(20px);
}
.stats {
    max-width: 1000px;
    margin: 20px auto 80px;
    padding: 35px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 25px;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.18);
    border-radius: 24px;
    text-align: center;
}

.stats h2 {
    font-size: 38px;
    color: white;
}

.stats p {
    color: #cbd5e1;
}
.testimonial {
    max-width: 900px;
    margin: 0 auto 80px;
    padding: 45px;
    text-align: center;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.18);
    border-radius: 28px;
}

.testimonial h2 {
    font-size: 30px;
    line-height: 1.4;
    margin: 20px 0;
}
.landing-hero {
    max-width: 1200px;
    margin: 70px auto;
    padding: 40px 35px;
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 70px;
    align-items: center;
}

.landing-left h1 {
    font-size: 64px;
    line-height: 1.05;
    letter-spacing: -2.5px;
    margin: 24px 0;
}

.landing-left p {
    color: #cbd5e1;
    font-size: 20px;
    line-height: 1.7;
    max-width: 620px;
}

.hero-buttons {
    display: flex;
    gap: 18px;
    margin-top: 15px;
}

.secondary-btn {
    background: rgba(255,255,255,0.12);
    border: 1px solid rgba(255,255,255,0.25);
}

.premium-card {
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 30px;
    padding: 40px;
    box-shadow: 0 30px 80px rgba(0,0,0,0.4);
    backdrop-filter: blur(20px);
}

.big-score {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: linear-gradient(135deg, #3b82f6, #8b5cf6);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 54px;
    font-weight: 800;
    margin: 30px auto;
}

.mini-row {
    display: flex;
    justify-content: space-between;
    padding: 14px 0;
    border-bottom: 1px solid rgba(255,255,255,0.12);
}

@media (max-width: 850px) {
    .landing-hero {
        grid-template-columns: 1fr;
    }

    .landing-left h1 {
        font-size: 42px;
    }
}
.feedback-box h1,
.feedback-box h2,
.feedback-box h3 {
    color: #60a5fa;
    margin-top: 25px;
    margin-bottom: 15px;
}

.feedback-box ul {
    margin-left: 25px;
    margin-bottom: 20px;
}

.feedback-box li {
    margin-bottom: 10px;
}

.feedback-box p {
    margin-bottom: 15px;
    color: #e5e7eb;
}
#loadingScreen{
    position:fixed;
    inset:0;
    background:rgba(15,23,42,.92);

    display:flex;
    justify-content:center;
    align-items:center;

    z-index:9999;
}

.loading-card{

    width:420px;

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

    border-radius:28px;

    padding:50px;

    text-align:center;

    backdrop-filter:blur(20px);

    border:1px solid rgba(255,255,255,.2);
}

.spinner{

    width:70px;

    height:70px;

    margin:0 auto 25px;

    border-radius:50%;

    border:7px solid rgba(255,255,255,.2);

    border-top-color:#60a5fa;

    animation:spin 1s linear infinite;
}

@keyframes spin{

    to{
        transform:rotate(360deg);
    }

}
.score-dashboard{
    text-align:center;
    margin-bottom:40px;
}

.score-circle{

    width:180px;
    height:180px;

    margin:0 auto 20px;

    border-radius:50%;

    display:flex;
    justify-content:center;
    align-items:center;

    font-size:60px;
    font-weight:bold;

    background:linear-gradient(135deg,#2563eb,#7c3aed);

    box-shadow:0 20px 60px rgba(59,130,246,.35);
}
.score-breakdown {
    margin-top: 40px;
    margin-bottom: 40px;
}

.score-item {
    margin-bottom: 22px;
}

.score-row {
    display: flex;
    justify-content: space-between;
    padding: 12px 0;
}

.score-row strong {
    color: #60a5fa;
}

.score-bar {
    width: 100%;
    height: 10px;
    background: rgba(255, 255, 255, 0.12);
    border-radius: 999px;
    overflow: hidden;
}

.score-fill {
    height: 100%;
    border-radius: 999px;
    background: linear-gradient(90deg, #3b82f6, #8b5cf6);
    transition: width 0.8s ease;
}
.badge-success,
.badge-warning,
.badge-danger {
    display: inline-block;
    margin-top: 10px;
    padding: 5px 12px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
}

.badge-success {
    background: #16a34a;
    color: white;
}

.badge-warning {
    background: #f59e0b;
    color: white;
}

.badge-danger {
    background: #dc2626;
    color: white;
}
.form-error {
    margin: 20px 0;
    padding: 14px 18px;
    border: 1px solid rgba(248, 113, 113, 0.45);
    border-radius: 12px;
    background: rgba(220, 38, 38, 0.15);
    color: #fecaca;
}
.auth-section {
    min-height: calc(100vh - 100px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px 20px;
}

.auth-card {
    width: 100%;
    max-width: 520px;
    padding: 42px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(20px);
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.35);
}

.auth-card h1 {
    margin: 18px 0 10px;
    font-size: 36px;
}

.auth-card > p {
    color: #cbd5e1;
    line-height: 1.6;
}

.auth-card input {
    width: 100%;
    margin-bottom: 16px;
    padding: 15px 17px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 12px;
    background: rgba(15, 23, 42, 0.7);
    color: white;
    font-size: 16px;
}

.auth-link {
    margin-top: 24px;
    text-align: center;
}

.auth-link a {
    color: #93c5fd;
    font-weight: 700;
}
.history-card {
    margin-top: 30px;
    padding: 28px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.07);
}

.history-card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    margin-bottom: 24px;
}

.history-card-header p {
    color: #cbd5e1;
}

.history-score {
    width: 72px;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 24px;
    font-weight: 800;
    background: linear-gradient(135deg, #3b82f6, #8b5cf6);
}
.dashboard-stats {
    max-width: 1100px;
    margin: 0 auto 60px;
    padding: 0 25px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 20px;
}

.stat-card {
    padding: 24px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.18);
    text-align: center;
}

.stat-card p {
    color: #cbd5e1;
    margin-bottom: 10px;
}

.stat-card h2 {
    font-size: 32px;
}
.site-nav {
    max-width: 1240px;
    margin: 0 auto;
    padding: 22px 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: white;
    font-size: 20px;
    font-weight: 800;
}

.brand-icon {
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 11px;
    background: linear-gradient(135deg, #3b82f6, #8b5cf6);
    box-shadow: 0 12px 28px rgba(59, 130, 246, 0.28);
}

.nav-links {
    display: flex;
    align-items: center;
    gap: 26px;
}

.nav-links a {
    color: #cbd5e1;
    font-size: 14px;
    font-weight: 600;
}

.nav-links a:hover {
    color: white;
}

.nav-cta {
    padding: 11px 17px;
    border-radius: 11px;
    background: rgba(255, 255, 255, 0.11);
    border: 1px solid rgba(255, 255, 255, 0.16);
}

.home-hero {
    max-width: 1240px;
    margin: 35px auto 90px;
    padding: 65px 32px;
    display: grid;
    grid-template-columns: 1.08fr 0.92fr;
    align-items: center;
    gap: 80px;
}

.hero-copy h1 {
    max-width: 720px;
    margin: 20px 0 24px;
    font-size: clamp(48px, 6vw, 78px);
    line-height: 1.02;
    letter-spacing: -4px;
}

.hero-copy h1 span {
    display: block;
    background: linear-gradient(90deg, #60a5fa, #a78bfa);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.hero-copy > p {
    max-width: 650px;
    color: #cbd5e1;
    font-size: 19px;
    line-height: 1.75;
}

.eyebrow {
    display: inline-block;
    color: #bfdbfe;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.hero-actions {
    display: flex;
    gap: 14px;
    margin-top: 32px;
}

.primary-action,
.secondary-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0 24px;
    border-radius: 13px;
    font-weight: 700;
}

.primary-action {
    color: white;
    background: linear-gradient(135deg, #2563eb, #7c3aed);
    box-shadow: 0 16px 38px rgba(59, 130, 246, 0.3);
}

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

.trust-row {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    color: #94a3b8;
    font-size: 13px;
}

.hero-preview {
    position: relative;
}

.hero-preview::before {
    content: "";
    position: absolute;
    inset: 12% 5%;
    background: rgba(99, 102, 241, 0.28);
    filter: blur(75px);
    z-index: -1;
}

.preview-card {
    padding: 32px;
    border-radius: 28px;
    background: rgba(15, 23, 42, 0.76);
    border: 1px solid rgba(255, 255, 255, 0.16);
    backdrop-filter: blur(24px);
    box-shadow: 0 40px 100px rgba(0, 0, 0, 0.42);
}

.preview-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
}

.preview-label {
    color: #94a3b8;
    font-size: 13px;
}

.preview-top h2 {
    margin-top: 5px;
    font-size: 52px;
}

.preview-top h2 span {
    color: #94a3b8;
    font-size: 18px;
}

.preview-status {
    padding: 7px 12px;
    border-radius: 999px;
    background: rgba(34, 197, 94, 0.15);
    color: #86efac;
    font-size: 12px;
    font-weight: 700;
}

.preview-bar {
    height: 10px;
    margin: 24px 0;
    border-radius: 999px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.09);
}

.preview-bar div {
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #3b82f6, #8b5cf6);
}

.preview-list {
    display: grid;
    gap: 4px;
}

.preview-list div {
    display: flex;
    justify-content: space-between;
    padding: 13px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.preview-list span {
    color: #cbd5e1;
}

.preview-list strong {
    color: white;
}

.preview-tip {
    margin-top: 24px;
    padding: 18px;
    border-radius: 16px;
    background: rgba(59, 130, 246, 0.1);
    border: 1px solid rgba(96, 165, 250, 0.18);
}

.preview-tip p {
    margin-top: 7px;
    color: #cbd5e1;
    line-height: 1.55;
}

.home-features,
.how-section {
    max-width: 1180px;
    margin: 0 auto 100px;
    padding: 0 32px;
}

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

.section-heading h2 {
    margin: 12px 0;
    font-size: clamp(34px, 4vw, 48px);
    letter-spacing: -2px;
}

.section-heading p {
    color: #94a3b8;
    line-height: 1.7;
}

.feature-grid,
.steps-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.product-card,
.step-card {
    padding: 30px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.065);
    border: 1px solid rgba(255, 255, 255, 0.12);
    transition: transform 0.25s ease, border-color 0.25s ease;
}

.product-card:hover,
.step-card:hover {
    transform: translateY(-6px);
    border-color: rgba(147, 197, 253, 0.36);
}

.product-icon {
    display: inline-flex;
    margin-bottom: 22px;
    font-size: 28px;
}

.product-card h3,
.step-card h3 {
    margin-bottom: 11px;
    font-size: 21px;
}

.product-card p,
.step-card p {
    color: #94a3b8;
    line-height: 1.7;
}

.step-card > span {
    display: inline-block;
    margin-bottom: 26px;
    color: #93c5fd;
    font-size: 13px;
    font-weight: 800;
}

.final-cta {
    max-width: 1120px;
    margin: 0 auto 85px;
    padding: 45px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 35px;
    border-radius: 28px;
    background:
        linear-gradient(135deg, rgba(37, 99, 235, 0.21), rgba(124, 58, 237, 0.21));
    border: 1px solid rgba(255, 255, 255, 0.14);
}

.final-cta h2 {
    margin-top: 10px;
    font-size: clamp(30px, 4vw, 44px);
    letter-spacing: -2px;
}

.site-footer {
    max-width: 1240px;
    margin: 0 auto;
    padding: 30px 32px 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 25px;
    color: #64748b;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.site-footer .brand {
    font-size: 16px;
}

.site-footer .brand-icon {
    width: 30px;
    height: 30px;
}

@media (max-width: 900px) {
    .home-hero {
        grid-template-columns: 1fr;
        gap: 50px;
        padding-top: 40px;
    }

    .feature-grid,
    .steps-grid {
        grid-template-columns: 1fr;
    }

    .final-cta {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 700px) {
    .site-nav {
        padding: 18px 20px;
    }

    .nav-links {
        gap: 13px;
    }

    .nav-links > a:first-child,
    .nav-links > a:nth-child(2) {
        display: none;
    }

    .home-hero {
        margin-top: 15px;
        padding: 45px 20px;
    }

    .hero-copy h1 {
        letter-spacing: -2px;
    }

    .hero-actions,
    .trust-row {
        flex-direction: column;
        align-items: stretch;
    }

    .home-features,
    .how-section {
        padding: 0 20px;
    }

    .final-cta {
        margin-left: 20px;
        margin-right: 20px;
        padding: 32px 24px;
    }

    .site-footer {
        padding-left: 20px;
        padding-right: 20px;
        flex-direction: column;
        align-items: flex-start;
    }
}
.navbar{

display:flex;

justify-content:space-between;

align-items:center;

padding:20px 50px;

background:white;

box-shadow:0 5px 20px rgba(0,0,0,.08);

position:sticky;

top:0;

z-index:999;

}

.logo{

font-size:24px;

font-weight:700;

color:#2563eb;

}

.nav-links{

display:flex;

gap:20px;

align-items:center;

}

.nav-links a{

text-decoration:none;

font-weight:600;

color:#444;

transition:.3s;

}

.nav-links a:hover{

color:#2563eb;

transform:translateY(-2px);

}
#loading-screen{

position:fixed;

top:0;

left:0;

width:100%;

height:100%;

background:white;

display:flex;

flex-direction:column;

justify-content:center;

align-items:center;

z-index:99999;

}

.loader{

width:70px;

height:70px;

border:8px solid #ddd;

border-top:8px solid #2563eb;

border-radius:50%;

animation:spin 1s linear infinite;

margin-bottom:25px;

}

@keyframes spin{

100%{

transform:rotate(360deg);

}

}
.danger-button {
    margin-top: 12px;
    background: #dc2626;
}

.danger-button:hover {
    background: #b91c1c;
}
.job-tracker-hero {
    max-width: 1240px;
    margin: 40px auto;
    padding: 45px 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.job-tracker-hero h1 {
    margin: 15px 0 10px;
    font-size: clamp(38px, 5vw, 58px);
}

.job-tracker-hero p {
    color: #cbd5e1;
    max-width: 650px;
    line-height: 1.7;
}

.kanban-board {
    width: 100%;
    padding: 30px;
    display: grid;
    grid-template-columns: repeat(5, minmax(280px, 1fr));
    gap: 20px;
    overflow-x: auto;
}

.kanban-column {
    min-height: 500px;
    padding: 18px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.055);
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.kanban-column-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 18px;
}

.kanban-column-header h2 {
    font-size: 18px;
}

.kanban-column-header span {
    min-width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: rgba(59, 130, 246, 0.18);
    color: #bfdbfe;
    font-weight: 700;
}

.kanban-column-body {
    display: grid;
    gap: 16px;
}

.job-card {
    padding: 18px;
    border-radius: 17px;
    background: rgba(15, 23, 42, 0.82);
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.22);
}

.job-card-top {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 14px;
}

.job-card h3 {
    margin-bottom: 5px;
    font-size: 17px;
}

.job-card p {
    color: #94a3b8;
}

.job-status {
    height: fit-content;
    padding: 5px 9px;
    border-radius: 999px;
    background: rgba(99, 102, 241, 0.16);
    color: #c4b5fd;
    font-size: 11px;
    font-weight: 700;
}

.job-notes {
    margin: 14px 0;
    line-height: 1.6;
}

.job-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
    color: #93c5fd;
    font-weight: 600;
}

.job-card select {
    width: 100%;
    margin: 8px 0 12px;
    padding: 11px;
    border-radius: 10px;
    background: #0f172a;
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.16);
}

.job-card button {
    width: 100%;
}

.empty-column {
    padding: 30px 15px;
    text-align: center;
    border: 1px dashed rgba(255, 255, 255, 0.15);
    border-radius: 15px;
}

.danger-button {
    margin-top: 10px;
    background: #dc2626;
    color: white;
}

.danger-button:hover {
    background: #b91c1c;
}

@media (max-width: 900px) {
    .job-tracker-hero {
        flex-direction: column;
        align-items: flex-start;
    }

    .kanban-board {
        grid-template-columns: repeat(5, 280px);
        padding: 20px;
    }
}
/* =========================
   PREMIUM DASHBOARD UPGRADE
   ========================= */

body {
    background:
        radial-gradient(circle at top left, rgba(37, 99, 235, 0.18), transparent 35%),
        radial-gradient(circle at top right, rgba(124, 58, 237, 0.16), transparent 35%),
        #07111f;
    color: #f8fafc;
}

.navbar {
    max-width: 1400px;
    margin: 18px auto 0;
    padding: 16px 24px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 20px;
    background: rgba(15, 23, 42, 0.78);
    backdrop-filter: blur(20px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25);
}

.logo {
    display: flex;
    align-items: center;
    gap: 10px;
    color: white;
}

.nav-links a {
    padding: 9px 12px;
    border-radius: 10px;
    color: #cbd5e1;
}

.nav-links a:hover {
    color: white;
    background: rgba(255, 255, 255, 0.08);
}

.landing-hero {
    max-width: 1240px;
    margin: 40px auto;
    padding: 55px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 32px;
    background:
        linear-gradient(
            135deg,
            rgba(30, 64, 175, 0.28),
            rgba(88, 28, 135, 0.24)
        );
    box-shadow: 0 35px 90px rgba(0, 0, 0, 0.3);
}

.landing-left h1 {
    margin: 18px 0 16px;
    font-size: clamp(42px, 5vw, 68px);
    line-height: 1.05;
    letter-spacing: -3px;
}

.landing-left p {
    max-width: 680px;
    color: #cbd5e1;
    font-size: 17px;
    line-height: 1.75;
}

.premium-card {
    border-radius: 26px;
    background: rgba(15, 23, 42, 0.72);
    border: 1px solid rgba(255, 255, 255, 0.14);
    box-shadow: 0 28px 70px rgba(0, 0, 0, 0.3);
}

.big-score {
    margin: 10px 0;
    font-size: 68px;
    font-weight: 800;
    background: linear-gradient(90deg, #60a5fa, #c084fc);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.dashboard-stats {
    max-width: 1240px;
    grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
}

.stat-card {
    position: relative;
    overflow: hidden;
    padding: 26px;
    border-radius: 22px;
    background: rgba(15, 23, 42, 0.72);
    border: 1px solid rgba(255, 255, 255, 0.11);
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.2);
    transition:
        transform 0.25s ease,
        border-color 0.25s ease;
}

.stat-card::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 3px;
    background: linear-gradient(90deg, #3b82f6, #8b5cf6);
}

.stat-card:hover {
    transform: translateY(-5px);
    border-color: rgba(96, 165, 250, 0.38);
}

.stat-card p {
    color: #94a3b8;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.stat-card h2 {
    margin-top: 8px;
    font-size: 34px;
}

.charts-section {
    max-width: 1240px;
}

.chart-card {
    background: rgba(15, 23, 42, 0.76);
    border: 1px solid rgba(255, 255, 255, 0.11);
    box-shadow: 0 24px 65px rgba(0, 0, 0, 0.24);
}

.cards {
    max-width: 1240px;
    margin: 0 auto 80px;
    padding: 0 25px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.card {
    display: flex;
    flex-direction: column;
    min-height: 270px;
    padding: 30px;
    border-radius: 24px;
    background: rgba(15, 23, 42, 0.7);
    border: 1px solid rgba(255, 255, 255, 0.11);
    box-shadow: 0 20px 55px rgba(0, 0, 0, 0.2);
    transition:
        transform 0.25s ease,
        border-color 0.25s ease,
        box-shadow 0.25s ease;
}

.card:hover {
    transform: translateY(-7px);
    border-color: rgba(139, 92, 246, 0.45);
    box-shadow: 0 30px 70px rgba(0, 0, 0, 0.32);
}

.card h3 {
    margin-bottom: 14px;
    font-size: 21px;
}

.card p {
    flex: 1;
    color: #94a3b8;
    line-height: 1.75;
}

.card a {
    margin-top: 22px;
}

.card button,
.hero-buttons button {
    border: 0;
    border-radius: 13px;
    background: linear-gradient(135deg, #2563eb, #7c3aed);
    color: white;
    font-weight: 700;
    cursor: pointer;
    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease;
}

.card button:hover,
.hero-buttons button:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 30px rgba(59, 130, 246, 0.28);
}

.secondary-btn {
    background: rgba(255, 255, 255, 0.09) !important;
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
}

footer {
    margin-top: 60px;
    padding: 35px;
    text-align: center;
    color: #64748b;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

@media (max-width: 1050px) {
    .cards {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .nav-links {
        flex-wrap: wrap;
        justify-content: flex-end;
    }
}

@media (max-width: 720px) {
    .navbar {
        margin: 10px;
        padding: 15px;
        align-items: flex-start;
        gap: 16px;
    }

    .nav-links {
        display: none;
    }

    .landing-hero {
        margin: 20px;
        padding: 32px 24px;
    }

    .landing-left h1 {
        letter-spacing: -2px;
    }

    .cards {
        grid-template-columns: 1fr;
        padding: 0 20px;
    }

    .dashboard-stats,
    .charts-section {
        padding-left: 20px;
        padding-right: 20px;
    }
}
.why-section {
    max-width: 1180px;
    margin: 0 auto 100px;
    padding: 0 32px;
}

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

.why-card {
    display: flex;
    gap: 20px;
    padding: 28px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.065);
    border: 1px solid rgba(255, 255, 255, 0.12);
    transition: transform 0.25s ease, border-color 0.25s ease;
}

.why-card:hover {
    transform: translateY(-5px);
    border-color: rgba(96, 165, 250, 0.35);
}

.why-icon {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    background: rgba(59, 130, 246, 0.14);
    font-size: 24px;
}

.why-card h3 {
    margin-bottom: 9px;
    font-size: 20px;
}

.why-card p {
    color: #94a3b8;
    line-height: 1.7;
}

@media (max-width: 760px) {
    .why-grid {
        grid-template-columns: 1fr;
    }

    .why-section {
        padding: 0 20px;
    }
}
.brand-logo {
    width: 42px;
    height: 42px;
    object-fit: contain;
    margin-right: 10px;
}
.dashboard-stats {
    max-width: 1240px;
    margin: 0 auto 38px;
    padding: 0 25px;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 18px;
}

.stat-card {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    min-width: 0;
    padding: 24px;
    border-radius: 22px;
    background: rgba(15, 23, 42, 0.76);
    border: 1px solid rgba(255, 255, 255, 0.11);
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.22);
    transition:
        transform 0.25s ease,
        border-color 0.25s ease;
}

.stat-card:hover {
    transform: translateY(-5px);
    border-color: rgba(96, 165, 250, 0.4);
}

.stat-icon {
    flex-shrink: 0;
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    background: linear-gradient(
        135deg,
        rgba(37, 99, 235, 0.25),
        rgba(124, 58, 237, 0.25)
    );
    font-size: 22px;
}

.stat-card p {
    margin: 0;
    color: #94a3b8;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.stat-card h2 {
    margin: 7px 0 5px;
    font-size: 30px;
}

.stat-detail {
    display: block;
    color: #64748b;
    font-size: 11px;
    line-height: 1.5;
}

@media (max-width: 1100px) {
    .dashboard-stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 620px) {
    .dashboard-stats {
        grid-template-columns: 1fr;
        padding: 0 20px;
    }
}
.ai-insights{
    max-width:1240px;
    margin:40px auto;
    padding:0 25px;
}

.insights-card{
    background:rgba(15,23,42,.78);
    border:1px solid rgba(255,255,255,.08);
    border-radius:24px;
    padding:35px;
    box-shadow:0 20px 50px rgba(0,0,0,.25);
}

.insights-header{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:30px;
}

.insight-badge{
    padding:8px 16px;
    border-radius:999px;
    background:linear-gradient(135deg,#2563eb,#7c3aed);
    color:white;
    font-size:13px;
    font-weight:600;
}

.insight-item{
    display:flex;
    gap:18px;
    margin-bottom:25px;
}

.insight-item span{
    font-size:28px;
}

.insight-item strong{
    display:block;
    margin-bottom:5px;
}

.insight-item p{
    color:#94a3b8;
    line-height:1.7;
}

.insight-button{
    display:inline-block;
    margin-top:20px;
    padding:14px 26px;
    border-radius:14px;
    background:linear-gradient(135deg,#2563eb,#7c3aed);
    color:#fff;
    text-decoration:none;
    font-weight:600;
    transition:transform .25s ease;
}

.insight-button:hover{
    transform:translateY(-3px);
}
.ai-insights {
    max-width: 1240px;
    margin: 0 auto 38px;
    padding: 0 25px;
}

.insights-card {
    padding: 34px;
    border-radius: 26px;
    background:
        linear-gradient(
            135deg,
            rgba(37, 99, 235, 0.16),
            rgba(124, 58, 237, 0.13)
        ),
        rgba(15, 23, 42, 0.82);
    border: 1px solid rgba(96, 165, 250, 0.2);
    box-shadow: 0 24px 65px rgba(0, 0, 0, 0.25);
}

.insights-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 28px;
}

.insights-header h2 {
    font-size: 27px;
}

.insight-badge {
    padding: 8px 14px;
    border-radius: 999px;
    background: linear-gradient(135deg, #2563eb, #7c3aed);
    color: white;
    font-size: 12px;
    font-weight: 700;
}

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

.insight-item {
    display: flex;
    gap: 15px;
    padding: 20px;
    border-radius: 18px;
    background: rgba(15, 23, 42, 0.65);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.insight-item > span {
    font-size: 25px;
}

.insight-item strong {
    display: block;
    margin-bottom: 6px;
}

.insight-item p {
    color: #94a3b8;
    line-height: 1.65;
}

.insight-button {
    display: inline-block;
    margin-top: 24px;
    padding: 14px 23px;
    border-radius: 13px;
    background: linear-gradient(135deg, #2563eb, #7c3aed);
    color: white;
    text-decoration: none;
    font-weight: 700;
    transition: transform 0.2s ease;
}

.insight-button:hover {
    transform: translateY(-3px);
}

@media (max-width: 760px) {
    .insight-list {
        grid-template-columns: 1fr;
    }

    .insights-card {
        padding: 24px;
    }
}
.quick-actions-section {
    max-width: 1240px;
    margin: 0 auto 45px;
    padding: 0 25px;
}

.quick-actions-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 16px;
}

.quick-action {
    display: flex;
    min-height: 135px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 20px;
    border-radius: 20px;
    background: rgba(15, 23, 42, 0.75);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: white;
    text-align: center;
    text-decoration: none;
    transition:
        transform 0.22s ease,
        border-color 0.22s ease;
}

.quick-action:hover {
    transform: translateY(-6px);
    border-color: rgba(96, 165, 250, 0.5);
}

.quick-action span {
    font-size: 30px;
}

@media (max-width: 1050px) {
    .quick-actions-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 620px) {
    .quick-actions-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
.legal-page {
    width: min(850px, calc(100% - 40px));
    margin: 70px auto;
    padding: 45px;
    border-radius: 26px;
    background: rgba(15, 23, 42, 0.78);
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.legal-page h1 {
    margin: 15px 0 30px;
    font-size: clamp(38px, 6vw, 60px);
}

.legal-page h2 {
    margin: 32px 0 10px;
}

.legal-page p {
    color: #94a3b8;
    line-height: 1.8;
}

.legal-page a {
    color: #93c5fd;
}

.contact-note {
    margin-top: 30px;
}

.footer-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.footer-links a {
    color: #94a3b8;
    text-decoration: none;
}

.footer-links a:hover {
    color: white;
}
.brand-logo {
    height: 42px;
    width: auto;
    object-fit: contain;
    display: block;
}
.pro-card{
    margin-top:40px;
    padding:30px;
    border-radius:20px;
    background:linear-gradient(135deg,#4f46e5,#7c3aed);
    color:white;
    text-align:center;
}

.pro-card h2{
    margin-bottom:10px;
}

.pro-card p{
    opacity:.95;
    margin-bottom:25px;
}

.pro-button{
    display:inline-block;
    padding:14px 28px;
    border-radius:12px;
    background:white;
    color:#4f46e5;
    text-decoration:none;
    font-weight:700;
    transition:.25s;
}

.pro-button:hover{
    transform:translateY(-2px);
}
.pricing-section {
    max-width: 1100px;
    margin: 0 auto;
    padding: 80px 24px;
}

.pricing-header {
    text-align: center;
    max-width: 720px;
    margin: 0 auto 48px;
}

.pricing-header h1 {
    font-size: clamp(2.2rem, 5vw, 4rem);
    margin-bottom: 16px;
}

.pricing-header p {
    font-size: 1.05rem;
    opacity: 0.8;
}

.eyebrow {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: 0.8rem;
    margin-bottom: 12px;
}

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

.pricing-card {
    position: relative;
    background: white;
    border: 1px solid #e5e7eb;
    border-radius: 24px;
    padding: 36px;
    box-shadow: 0 18px 50px rgba(15, 23, 42, 0.08);
}

.pricing-card.featured {
    transform: translateY(-8px);
    border: 2px solid #111827;
}

.popular-badge {
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    background: #111827;
    color: white;
    padding: 7px 16px;
    border-radius: 999px;
    font-size: 0.8rem;
    font-weight: 700;
}

.price {
    font-size: 3rem;
    font-weight: 800;
    margin: 18px 0 8px;
}

.price span {
    font-size: 1rem;
    font-weight: 500;
    opacity: 0.65;
}

.plan-description {
    opacity: 0.75;
    margin-bottom: 24px;
}

.pricing-card ul {
    list-style: none;
    padding: 0;
    margin: 0 0 30px;
}

.pricing-card li {
    padding: 9px 0;
    border-bottom: 1px solid #f1f5f9;
}

.pricing-button {
    display: block;
    width: 100%;
    text-align: center;
    padding: 14px 18px;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 700;
    border: none;
    cursor: pointer;
}

.pricing-button.primary {
    background: #111827;
    color: white;
}

.pricing-button.secondary {
    background: #f1f5f9;
    color: #111827;
}

.pricing-button:disabled {
    opacity: 0.7;
    cursor: not-allowed;
}

@media (max-width: 760px) {
    .pricing-grid {
        grid-template-columns: 1fr;
    }

    .pricing-card.featured {
        transform: none;
    }
}
/* Fix pricing card text visibility */
.pricing-card {
    color: #111827;
}

.pricing-card h2,
.pricing-card .price,
.pricing-card li,
.pricing-card p {
    color: #111827;
}

.pricing-card .price span {
    color: #6b7280;
}

.pricing-card li {
    opacity: 1;
}

.pricing-button.primary {
    background: #111827;
    color: #ffffff;
}

.pricing-button.secondary {
    background: #eef2f7;
    color: #111827;
}
.btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--primary);
    color: white;
    border: none;
    padding: 14px 28px;
    border-radius: 999px;
    cursor: pointer;
    font-weight: 600;
    text-decoration: none;
    transition: var(--transition);
}

.btn-primary:hover {
    background: var(--primary-dark);
    transform: translateY(-2px);
}
.card {
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 30px;
    box-shadow: var(--shadow);
    transition: var(--transition);
}

.card:hover {
    transform: translateY(-5px);
}
/* Fix text inside dashboard cards */

.card h1,
.card h2,
.card h3,
.card h4,
.dashboard-card h1,
.dashboard-card h2,
.dashboard-card h3,
.dashboard-card h4,
.feature-card h1,
.feature-card h2,
.feature-card h3,
.feature-card h4 {
    color: #111827 !important;
}

.card p,
.dashboard-card p,
.feature-card p {
    color: #64748b !important;
}
/* =========================================
   STRIPE-INSPIRED LANDING PAGE
   ========================================= */

.home-page {
    margin: 0;
    min-height: 100vh;
    background:
        radial-gradient(
            circle at 85% 10%,
            rgba(99, 102, 241, 0.16),
            transparent 32%
        ),
        radial-gradient(
            circle at 10% 50%,
            rgba(59, 130, 246, 0.1),
            transparent 28%
        ),
        #f8fafc;
    color: #0f172a;
}

.home-page a {
    text-decoration: none;
}


/* Navigation */

.landing-nav {
    width: 100%;
    padding: 20px 24px;
    position: relative;
    z-index: 20;
}

.landing-nav-inner {
    width: min(1180px, 100%);
    min-height: 70px;
    margin: 0 auto;
    padding: 0 22px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(148, 163, 184, 0.25);
    border-radius: 20px;
    box-shadow: 0 12px 40px rgba(15, 23, 42, 0.07);
    backdrop-filter: blur(18px);
}

.landing-brand {
    display: flex;
    align-items: center;
    gap: 11px;
    color: #0f172a;
    font-size: 19px;
    font-weight: 800;
    white-space: nowrap;
}

.landing-brand img {
    width: 36px;
    height: 36px;
    object-fit: contain;
}

.landing-nav-links {
    display: flex;
    align-items: center;
    gap: 26px;
}

.landing-nav-links a {
    color: #475569;
    font-size: 14px;
    font-weight: 600;
    transition: 0.2s ease;
}

.landing-nav-links a:hover {
    color: #4f46e5;
}

.landing-nav-links .landing-nav-button {
    padding: 11px 20px;
    background: #0f172a;
    color: #ffffff;
    border-radius: 999px;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.18);
}

.landing-nav-links .landing-nav-button:hover {
    color: #ffffff;
    background: #4f46e5;
    transform: translateY(-1px);
}


/* Hero */

.landing-hero {
    width: min(1180px, calc(100% - 48px));
    min-height: 680px;
    margin: 0 auto;
    padding: 70px 0 90px;
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    align-items: center;
    gap: 80px;
}

.landing-hero-copy {
    max-width: 650px;
}

.landing-badge {
    display: inline-flex;
    align-items: center;
    padding: 9px 15px;
    margin-bottom: 24px;
    color: #4338ca;
    background: rgba(238, 242, 255, 0.9);
    border: 1px solid #c7d2fe;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.landing-hero h1 {
    margin: 0;
    max-width: 720px;
    color: #0f172a;
    font-size: clamp(52px, 6vw, 79px);
    line-height: 1.02;
    letter-spacing: -0.055em;
    font-weight: 800;
}

.landing-hero h1 span {
    display: block;
    background: linear-gradient(
        100deg,
        #2563eb 0%,
        #4f46e5 45%,
        #9333ea 100%
    );
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
}

.landing-hero-description {
    max-width: 620px;
    margin: 28px 0 0;
    color: #64748b;
    font-size: 18px;
    line-height: 1.75;
}

.landing-hero-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 34px;
}

.landing-primary-button,
.landing-secondary-button {
    min-height: 54px;
    padding: 0 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    border-radius: 999px;
    font-size: 15px;
    font-weight: 700;
    transition: 0.25s ease;
}

.landing-primary-button {
    color: #ffffff;
    background: linear-gradient(
        110deg,
        #2563eb,
        #4f46e5,
        #7c3aed
    );
    box-shadow: 0 14px 35px rgba(79, 70, 229, 0.28);
}

.landing-primary-button:hover {
    color: #ffffff;
    transform: translateY(-3px);
    box-shadow: 0 18px 42px rgba(79, 70, 229, 0.38);
}

.landing-secondary-button {
    color: #334155;
    background: rgba(255, 255, 255, 0.85);
    border: 1px solid #dbe3ee;
}

.landing-secondary-button:hover {
    color: #4f46e5;
    background: #ffffff;
    transform: translateY(-2px);
}

.landing-benefits {
    margin-top: 27px;
    display: flex;
    flex-wrap: wrap;
    gap: 14px 22px;
}

.landing-benefits span {
    color: #64748b;
    font-size: 13px;
    font-weight: 600;
}


/* Hero preview */

.landing-preview {
    position: relative;
}

.landing-preview-glow {
    width: 420px;
    height: 420px;
    position: absolute;
    top: 50%;
    left: 50%;
    background: linear-gradient(
        135deg,
        rgba(37, 99, 235, 0.3),
        rgba(124, 58, 237, 0.3)
    );
    border-radius: 50%;
    filter: blur(80px);
    transform: translate(-50%, -50%);
}

.landing-score-card {
    position: relative;
    z-index: 2;
    padding: 30px;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(148, 163, 184, 0.28);
    border-radius: 28px;
    box-shadow:
        0 30px 80px rgba(15, 23, 42, 0.15),
        0 8px 24px rgba(79, 70, 229, 0.08);
    backdrop-filter: blur(20px);
}

.landing-score-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 18px;
    padding-bottom: 23px;
    border-bottom: 1px solid #e2e8f0;
}

.landing-preview-label {
    color: #6366f1;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.11em;
}

.landing-score-header h2 {
    margin: 6px 0 0;
    color: #0f172a;
    font-size: 20px;
}

.landing-live-badge {
    padding: 7px 11px;
    color: #047857;
    background: #ecfdf5;
    border: 1px solid #a7f3d0;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 800;
}

.landing-main-score {
    padding: 27px 0;
    display: flex;
    align-items: center;
    gap: 23px;
}

.landing-score-circle {
    width: 105px;
    height: 105px;
    flex-shrink: 0;
    display: flex;
    align-items: baseline;
    justify-content: center;
    padding-top: 30px;
    background:
        linear-gradient(#ffffff, #ffffff) padding-box,
        linear-gradient(140deg, #2563eb, #7c3aed) border-box;
    border: 8px solid transparent;
    border-radius: 50%;
}

.landing-score-circle strong {
    color: #0f172a;
    font-size: 34px;
    line-height: 1;
}

.landing-score-circle span {
    color: #94a3b8;
    font-size: 12px;
    font-weight: 700;
}

.landing-score-message span {
    display: inline-block;
    color: #047857;
    font-size: 14px;
    font-weight: 800;
}

.landing-score-message p {
    margin: 7px 0 0;
    color: #64748b;
    font-size: 13px;
    line-height: 1.65;
}

.landing-score-results {
    display: grid;
    gap: 18px;
}

.landing-result-row > div:first-child {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 8px;
}

.landing-result-row span {
    color: #475569;
    font-size: 13px;
    font-weight: 600;
}

.landing-result-row strong {
    color: #0f172a;
    font-size: 13px;
}

.landing-result-bar {
    height: 8px;
    overflow: hidden;
    background: #e9eef6;
    border-radius: 999px;
}

.landing-result-bar span {
    display: block;
    height: 100%;
    background: linear-gradient(
        90deg,
        #2563eb,
        #4f46e5,
        #8b5cf6
    );
    border-radius: inherit;
}

.landing-recruiter-tip {
    margin-top: 25px;
    padding: 17px;
    display: flex;
    gap: 13px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
}

.landing-tip-icon {
    width: 38px;
    height: 38px;
    flex-shrink: 0;
    display: grid;
    place-items: center;
    background: #eef2ff;
    border-radius: 11px;
}

.landing-recruiter-tip strong {
    color: #0f172a;
    font-size: 13px;
}

.landing-recruiter-tip p {
    margin: 4px 0 0;
    color: #64748b;
    font-size: 12px;
    line-height: 1.55;
}


/* Responsive landing navigation and hero */

@media (max-width: 900px) {

    .landing-nav-inner {
        padding: 15px 18px;
        align-items: flex-start;
        flex-direction: column;
    }

    .landing-nav-links {
        width: 100%;
        flex-wrap: wrap;
        gap: 14px 20px;
    }

    .landing-hero {
        grid-template-columns: 1fr;
        gap: 55px;
        padding-top: 55px;
    }

    .landing-hero-copy {
        max-width: 760px;
    }

    .landing-preview {
        width: min(600px, 100%);
        margin: 0 auto;
    }

}

@media (max-width: 600px) {

    .landing-nav {
        padding: 12px;
    }

    .landing-nav-inner {
        border-radius: 16px;
    }

    .landing-nav-links a:not(.landing-nav-button) {
        font-size: 13px;
    }

    .landing-hero {
        width: min(100% - 30px, 1180px);
        padding: 45px 0 70px;
    }

    .landing-hero h1 {
        font-size: 49px;
    }

    .landing-hero-description {
        font-size: 16px;
    }

    .landing-hero-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .landing-primary-button,
    .landing-secondary-button {
        width: 100%;
    }

    .landing-score-card {
        padding: 21px;
        border-radius: 21px;
    }

    .landing-main-score {
        align-items: flex-start;
        flex-direction: column;
    }

    .landing-score-circle {
        width: 95px;
        height: 95px;
        padding-top: 26px;
    }

}
/* =========================================
   HOMEPAGE FEATURES SECTION
   ========================================= */

.home-page .home-features {
    width: min(1180px, calc(100% - 48px));
    margin: 0 auto;
    padding: 100px 0;
}

.home-page .section-heading {
    max-width: 720px;
    margin: 0 auto 55px;
    text-align: center;
}

.home-page .section-heading .eyebrow {
    display: inline-block;
    margin-bottom: 12px;
    color: #4f46e5;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.home-page .section-heading h2 {
    margin: 0;
    color: #0f172a;
    font-size: clamp(34px, 4vw, 50px);
    line-height: 1.15;
    letter-spacing: -0.04em;
}

.home-page .section-heading p {
    max-width: 640px;
    margin: 18px auto 0;
    color: #64748b;
    font-size: 17px;
    line-height: 1.7;
}

.home-page .feature-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.home-page .product-card {
    min-height: 270px;
    padding: 30px;
    position: relative;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid #e2e8f0;
    border-radius: 22px;
    box-shadow: 0 12px 35px rgba(15, 23, 42, 0.06);
    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease,
        border-color 0.25s ease;
}

.home-page .product-card::before {
    content: "";
    width: 120px;
    height: 120px;
    position: absolute;
    top: -65px;
    right: -65px;
    background: rgba(99, 102, 241, 0.12);
    border-radius: 50%;
}

.home-page .product-card:hover {
    transform: translateY(-7px);
    border-color: #c7d2fe;
    box-shadow: 0 22px 50px rgba(79, 70, 229, 0.12);
}

.home-page .product-icon {
    width: 52px;
    height: 52px;
    display: grid;
    place-items: center;
    margin-bottom: 24px;
    background: #eef2ff;
    border: 1px solid #dbeafe;
    border-radius: 15px;
    font-size: 24px;
}

.home-page .product-card h3 {
    margin: 0 0 12px;
    color: #0f172a !important;
    font-size: 20px;
    font-weight: 750;
}

.home-page .product-card p {
    margin: 0;
    color: #64748b !important;
    font-size: 14px;
    line-height: 1.75;
}

@media (max-width: 900px) {
    .home-page .feature-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .home-page .home-features {
        width: min(100% - 30px, 1180px);
        padding: 75px 0;
    }

    .home-page .section-heading {
        margin-bottom: 38px;
    }

    .home-page .feature-grid {
        grid-template-columns: 1fr;
    }

    .home-page .product-card {
        min-height: auto;
        padding: 25px;
    }
}
/* =========================================
   HOMEPAGE STATISTICS
   ========================================= */

.home-page .stats-section {
    width: min(1180px, calc(100% - 48px));
    margin: 10px auto 100px;
    padding: 32px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
    background: linear-gradient(
        120deg,
        #0f172a,
        #1e293b,
        #312e81
    );
    border-radius: 28px;
    box-shadow: 0 25px 60px rgba(15, 23, 42, 0.18);
}

.home-page .stat-box {
    padding: 28px 20px;
    text-align: center;
    border-right: 1px solid rgba(255, 255, 255, 0.14);
}

.home-page .stat-box:last-child {
    border-right: none;
}

.home-page .stat-box h2 {
    margin: 0;
    color: #ffffff;
    font-size: 38px;
    font-weight: 800;
    letter-spacing: -0.04em;
}

.home-page .stat-box p {
    margin: 7px 0 0;
    color: #cbd5e1;
    font-size: 14px;
    font-weight: 500;
}

@media (max-width: 800px) {
    .home-page .stats-section {
        grid-template-columns: repeat(2, 1fr);
    }

    .home-page .stat-box {
        border-right: none;
    }
}

@media (max-width: 500px) {
    .home-page .stats-section {
        width: min(100% - 30px, 1180px);
        grid-template-columns: 1fr;
        padding: 20px;
        margin-bottom: 75px;
    }

    .home-page .stat-box {
        padding: 22px 15px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.14);
    }

    .home-page .stat-box:last-child {
        border-bottom: none;
    }
}
/* =========================================
   HOMEPAGE WHY CHOOSE US
   ========================================= */

.home-page .why-section {
    width: min(1180px, calc(100% - 48px));
    margin: 0 auto;
    padding: 100px 0;
}

.home-page .why-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 22px;
}

.home-page .why-card {
    padding: 28px;
    display: flex;
    align-items: flex-start;
    gap: 20px;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid #e2e8f0;
    border-radius: 22px;
    box-shadow: 0 12px 35px rgba(15, 23, 42, 0.06);
    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease,
        border-color 0.25s ease;
}

.home-page .why-card:hover {
    transform: translateY(-6px);
    border-color: #c7d2fe;
    box-shadow: 0 22px 50px rgba(79, 70, 229, 0.12);
}

.home-page .why-icon {
    width: 54px;
    height: 54px;
    flex-shrink: 0;
    display: grid;
    place-items: center;
    background: linear-gradient(
        135deg,
        #eef2ff,
        #dbeafe
    );
    border: 1px solid #c7d2fe;
    border-radius: 16px;
    font-size: 24px;
}

.home-page .why-card h3 {
    margin: 0 0 10px;
    color: #0f172a !important;
    font-size: 19px;
    font-weight: 750;
}

.home-page .why-card p {
    margin: 0;
    color: #64748b !important;
    font-size: 14px;
    line-height: 1.75;
}

@media (max-width: 750px) {
    .home-page .why-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 600px) {
    .home-page .why-section {
        width: min(100% - 30px, 1180px);
        padding: 75px 0;
    }

    .home-page .why-card {
        padding: 23px;
    }
}
/* =========================================
   HOMEPAGE HOW IT WORKS
   ========================================= */

.home-page .how-section {
    width: min(1180px, calc(100% - 48px));
    margin: 0 auto;
    padding: 100px 0;
}

.home-page .steps-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.home-page .step-card {
    position: relative;
    min-height: 250px;
    padding: 32px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 22px;
    box-shadow: 0 12px 35px rgba(15, 23, 42, 0.06);
    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease,
        border-color 0.25s ease;
}

.home-page .step-card:hover {
    transform: translateY(-6px);
    border-color: #c7d2fe;
    box-shadow: 0 22px 50px rgba(79, 70, 229, 0.12);
}

.home-page .step-card > span {
    width: 52px;
    height: 52px;
    display: grid;
    place-items: center;
    margin-bottom: 25px;
    color: #ffffff;
    background: linear-gradient(
        135deg,
        #2563eb,
        #4f46e5,
        #7c3aed
    );
    border-radius: 15px;
    font-size: 15px;
    font-weight: 800;
    box-shadow: 0 10px 25px rgba(79, 70, 229, 0.25);
}

.home-page .step-card h3 {
    margin: 0 0 12px;
    color: #0f172a !important;
    font-size: 21px;
    font-weight: 750;
}

.home-page .step-card p {
    margin: 0;
    color: #64748b !important;
    font-size: 14px;
    line-height: 1.75;
}

@media (max-width: 800px) {
    .home-page .steps-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 600px) {
    .home-page .how-section {
        width: min(100% - 30px, 1180px);
        padding: 75px 0;
    }

    .home-page .step-card {
        min-height: auto;
        padding: 25px;
    }
}
/* =========================================
   HOMEPAGE TESTIMONIALS
   ========================================= */

.home-page .testimonials {
    width: min(1180px, calc(100% - 48px));
    margin: 0 auto;
    padding: 100px 0;
}

.home-page .testimonial-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.home-page .testimonial-card {
    min-height: 235px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid #e2e8f0;
    border-radius: 22px;
    box-shadow: 0 12px 35px rgba(15, 23, 42, 0.06);
    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease,
        border-color 0.25s ease;
}

.home-page .testimonial-card:hover {
    transform: translateY(-6px);
    border-color: #c7d2fe;
    box-shadow: 0 22px 50px rgba(79, 70, 229, 0.12);
}

.home-page .testimonial-card p {
    margin: 0 0 25px;
    color: #334155 !important;
    font-size: 16px;
    line-height: 1.75;
    font-weight: 500;
}

.home-page .testimonial-card strong {
    display: block;
    margin-bottom: 8px;
    color: #f59e0b;
    font-size: 17px;
    letter-spacing: 2px;
}

.home-page .testimonial-card span {
    color: #94a3b8;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.07em;
}

@media (max-width: 850px) {
    .home-page .testimonial-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 600px) {
    .home-page .testimonials {
        width: min(100% - 30px, 1180px);
        padding: 75px 0;
    }

    .home-page .testimonial-card {
        min-height: auto;
        padding: 25px;
    }
}
/* =========================================
   HOMEPAGE PRICING
   ========================================= */

.home-page .pricing {
    width: min(1180px, calc(100% - 48px));
    margin: 0 auto;
    padding: 100px 0;
}

.home-page .pricing-grid {
    max-width: 900px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: stretch;
    gap: 24px;
}

.home-page .price-card {
    position: relative;
    padding: 38px;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid #e2e8f0;
    border-radius: 26px;
    box-shadow: 0 16px 45px rgba(15, 23, 42, 0.08);
    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease,
        border-color 0.25s ease;
}

.home-page .price-card:hover {
    transform: translateY(-7px);
    border-color: #c7d2fe;
    box-shadow: 0 25px 60px rgba(79, 70, 229, 0.14);
}

.home-page .price-card.featured {
    color: #ffffff;
    background:
        radial-gradient(
            circle at 90% 10%,
            rgba(167, 139, 250, 0.35),
            transparent 35%
        ),
        linear-gradient(
            145deg,
            #111827,
            #312e81,
            #4f46e5
        );
    border-color: rgba(255, 255, 255, 0.18);
    transform: scale(1.025);
    box-shadow: 0 28px 70px rgba(49, 46, 129, 0.28);
}

.home-page .price-card.featured:hover {
    transform: scale(1.025) translateY(-7px);
}

.home-page .price-badge {
    display: inline-flex;
    margin-bottom: 22px;
    padding: 7px 13px;
    color: #4338ca;
    background: #eef2ff;
    border: 1px solid #c7d2fe;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.home-page .price-card h3 {
    margin: 0 0 10px;
    color: #0f172a !important;
    font-size: 20px;
    font-weight: 800;
}

.home-page .price-card h2 {
    margin: 0 0 28px;
    color: #0f172a !important;
    font-size: 39px;
    line-height: 1.1;
    letter-spacing: -0.04em;
}

.home-page .price-card.featured h3,
.home-page .price-card.featured h2 {
    color: #ffffff !important;
}

.home-page .price-card ul {
    margin: 0 0 32px;
    padding: 0;
    list-style: none;
}

.home-page .price-card li {
    margin-bottom: 14px;
    color: #475569;
    font-size: 14px;
    line-height: 1.55;
}

.home-page .price-card.featured li {
    color: #e2e8f0;
}

.home-page .price-card .secondary-action,
.home-page .price-card .primary-action {
    width: 100%;
    min-height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 22px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 800;
    transition: 0.25s ease;
}

.home-page .price-card .secondary-action {
    color: #334155;
    background: #ffffff;
    border: 1px solid #dbe3ee;
}

.home-page .price-card .secondary-action:hover {
    color: #4f46e5;
    border-color: #a5b4fc;
    transform: translateY(-2px);
}

.home-page .price-card .primary-action {
    color: #312e81;
    background: #ffffff;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.18);
}

.home-page .price-card .primary-action:hover {
    color: #4f46e5;
    transform: translateY(-2px);
}

@media (max-width: 750px) {
    .home-page .pricing-grid {
        grid-template-columns: 1fr;
    }

    .home-page .price-card.featured {
        transform: none;
    }

    .home-page .price-card.featured:hover {
        transform: translateY(-7px);
    }
}

@media (max-width: 600px) {
    .home-page .pricing {
        width: min(100% - 30px, 1180px);
        padding: 75px 0;
    }

    .home-page .price-card {
        padding: 29px;
    }
}
/* =========================================
   HOMEPAGE FINAL CTA
   ========================================= */

.home-page .final-cta {
    width: min(1180px, calc(100% - 48px));
    margin: 40px auto 100px;
    padding: 55px 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(
            circle at 90% 10%,
            rgba(167, 139, 250, 0.4),
            transparent 35%
        ),
        linear-gradient(
            120deg,
            #0f172a,
            #312e81,
            #4f46e5
        );
    border-radius: 30px;
    box-shadow: 0 28px 70px rgba(49, 46, 129, 0.25);
}

.home-page .final-cta::before {
    content: "";
    width: 240px;
    height: 240px;
    position: absolute;
    right: -90px;
    bottom: -120px;
    background: rgba(255, 255, 255, 0.12);
    border-radius: 50%;
}

.home-page .final-cta > * {
    position: relative;
    z-index: 2;
}

.home-page .final-cta .eyebrow {
    display: inline-block;
    margin-bottom: 12px;
    color: #c7d2fe;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.home-page .final-cta h2 {
    max-width: 650px;
    margin: 0;
    color: #ffffff !important;
    font-size: clamp(30px, 4vw, 46px);
    line-height: 1.15;
    letter-spacing: -0.04em;
}

.home-page .final-cta .primary-action {
    min-width: 210px;
    min-height: 55px;
    padding: 0 26px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #312e81;
    background: #ffffff;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 800;
    box-shadow: 0 14px 35px rgba(15, 23, 42, 0.22);
    transition: 0.25s ease;
}

.home-page .final-cta .primary-action:hover {
    color: #4f46e5;
    transform: translateY(-3px);
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.3);
}


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

.home-page .site-footer {
    width: min(1180px, calc(100% - 48px));
    margin: 0 auto;
    padding: 38px 0 45px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    border-top: 1px solid #e2e8f0;
}

.home-page .site-footer .brand {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #0f172a;
    font-size: 17px;
    font-weight: 800;
}

.home-page .site-footer .brand-logo {
    width: 34px;
    height: 34px;
    object-fit: contain;
}

.home-page .footer-links {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.home-page .footer-links a {
    color: #64748b;
    font-size: 13px;
    font-weight: 600;
    transition: 0.2s ease;
}

.home-page .footer-links a:hover {
    color: #4f46e5;
}

.home-page .site-footer > p {
    margin: 0;
    color: #94a3b8;
    font-size: 12px;
    white-space: nowrap;
}


/* Responsive CTA and footer */

@media (max-width: 800px) {
    .home-page .final-cta {
        padding: 45px 35px;
        align-items: flex-start;
        flex-direction: column;
    }

    .home-page .site-footer {
        align-items: flex-start;
        flex-direction: column;
    }

    .home-page .footer-links {
        justify-content: flex-start;
    }
}

@media (max-width: 600px) {
    .home-page .final-cta {
        width: min(100% - 30px, 1180px);
        margin-bottom: 75px;
        padding: 36px 25px;
        border-radius: 23px;
    }

    .home-page .final-cta .primary-action {
        width: 100%;
    }

    .home-page .site-footer {
        width: min(100% - 30px, 1180px);
    }
}