:root {
    --ink: #eef2ff;
    --muted: #aab2c8;
    --line: rgba(255, 255, 255, 0.12);
    --surface: rgba(255, 255, 255, 0.055);
    --paper: #0b0f1a;
    --soft: rgba(255, 255, 255, 0.08);
    --emerald: #818cf8;
    --emerald-dark: #4f46e5;
    --coral: #d946ef;
    --gold: #e879f9;
    --lilac: #a78bfa;
    --shadow: 0 24px 80px rgba(0, 0, 0, 0.28);
    --soft-shadow: 0 18px 54px rgba(0, 0, 0, 0.22);
}

/* Imported Proposal premium template direction */
:root {
    --premium-bg: #0b0f1a;
    --premium-panel: rgba(255, 255, 255, 0.055);
    --premium-panel-strong: rgba(255, 255, 255, 0.09);
    --premium-line: rgba(255, 255, 255, 0.12);
    --premium-text: #eef2ff;
    --premium-muted: #aab2c8;
    --premium-indigo: #818cf8;
    --premium-fuchsia: #e879f9;
    --premium-indigo-strong: #4f46e5;
    --premium-fuchsia-strong: #d946ef;
    --premium-emerald: #34d399;
}

body {
    color: var(--premium-text);
    background:
        radial-gradient(circle at 15% 0%, rgba(99, 102, 241, 0.24), transparent 30%),
        radial-gradient(circle at 88% 8%, rgba(217, 70, 239, 0.22), transparent 34%),
        linear-gradient(180deg, #0b0f1a 0%, #111827 48%, #0b0f1a 100%);
}

body::before {
    background:
        linear-gradient(rgba(255, 255, 255, 0.018) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.018) 1px, transparent 1px);
    background-size: 42px 42px;
}

.site-header {
    background: transparent;
    border-bottom: 0;
    box-shadow: none;
}

.site-header-inner {
    padding: 16px 22px;
    background: rgba(255, 255, 255, 0.055);
    border: 1px solid var(--premium-line);
    border-radius: 24px;
    box-shadow: 0 24px 80px rgba(0, 0, 0, 0.28);
    backdrop-filter: blur(20px);
}

.brand {
    color: #fff;
}

.brand-mark {
    background: linear-gradient(135deg, #6366f1, #d946ef);
    border-radius: 12px;
}

.nav a,
.site-footer a {
    color: var(--premium-muted);
}

.nav a:hover,
.nav a.active {
    color: #fff;
    background: rgba(129, 140, 248, 0.13);
}

.nav .nav-cta,
.button.primary,
.tabs a.active,
.filter-panel a.active {
    color: #fff;
    background: linear-gradient(135deg, #4f46e5, #d946ef);
    box-shadow: 0 18px 42px rgba(129, 140, 248, 0.24);
}

.hero {
    background:
        linear-gradient(100deg, rgba(11, 15, 26, 0.96), rgba(11, 15, 26, 0.84) 42%, rgba(11, 15, 26, 0.2) 76%),
        url("/assets/frontend/img/web-image-desktop-v2.png") center right / cover;
}

.hero h1,
.page-hero h1,
.article h1,
.vendor-detail-hero h1 {
    color: #fff;
}

.hero p,
.page-hero p,
.prose p,
.auth-intro p,
.article-body,
.article-body p,
.article-body li,
.static-section p,
.showcase-copy p,
.vendor-detail-hero p,
.glass-panel p {
    color: var(--premium-muted);
}

.eyebrow,
.section-heading p,
.meta-label {
    color: var(--premium-indigo);
}

.hero h1 span,
.gradient-text {
    color: transparent;
    background: linear-gradient(135deg, var(--premium-indigo), var(--premium-fuchsia));
    -webkit-background-clip: text;
    background-clip: text;
}

.button,
.tabs a,
.filter-panel a {
    color: var(--premium-text);
    background: var(--premium-panel);
    border-color: var(--premium-line);
    backdrop-filter: blur(18px);
}

.button:hover,
.tabs a:hover,
.filter-panel a:hover {
    border-color: rgba(129, 140, 248, 0.34);
    box-shadow: 0 22px 52px rgba(0, 0, 0, 0.26);
}

.hero-stats span,
.feature-strip div,
.info-card,
.content-card,
.row-card,
.vendor-card,
.filter-panel,
.prose-panel,
.static-nav,
.static-section,
.auth-card-form,
.profile-form,
.dash-panel,
.pricing-card,
.stat-card,
.profile-meter,
.profile-fields,
.page-hero-card,
.listing-head,
.article-aside,
.glass-panel,
.benefit-tile,
.partner-card {
    color: var(--premium-text);
    background: var(--premium-panel);
    border-color: var(--premium-line);
    box-shadow: 0 24px 80px rgba(0, 0, 0, 0.22);
    backdrop-filter: blur(20px);
}

.feature-strip div,
.info-card,
.content-card,
.row-card,
.vendor-card,
.filter-panel,
.page-hero-card,
.listing-head,
.glass-panel,
.benefit-tile,
.partner-card {
    border-radius: 24px;
}

.feature-strip span,
.hero-stats strong,
.row-card span,
.vendor-card span,
.article-meta,
.back-link {
    color: var(--premium-indigo);
}

.page-hero {
    background:
        radial-gradient(circle at 80% 15%, rgba(217, 70, 239, 0.22), transparent 36%),
        radial-gradient(circle at 10% 10%, rgba(99, 102, 241, 0.2), transparent 34%);
}

.page-hero-card strong,
.feature-strip strong,
.showcase-list strong,
.article-aside strong,
.partner-card h3,
.glass-panel h2,
.vendor-detail-hero h1 {
    color: #fff;
}

.content-band:nth-of-type(even) {
    background: transparent;
}

.card-number {
    background: linear-gradient(135deg, #4f46e5, #d946ef);
}

.content-card img,
.vendor-card img,
.row-card img,
.article img {
    background: linear-gradient(135deg, rgba(99, 102, 241, 0.18), rgba(217, 70, 239, 0.18));
}

.card-grid.four {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.card-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-top: 18px;
    font-size: 13px;
    font-weight: 900;
}

.card-actions span {
    color: var(--premium-emerald);
}

.card-actions a {
    color: var(--premium-indigo);
}

.vendor-detail-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(270px, 380px);
    gap: clamp(30px, 6vw, 80px);
    align-items: center;
    max-width: 1180px;
    margin-inline: auto;
    padding: clamp(58px, 8vw, 110px) clamp(18px, 5vw, 78px);
}

.vendor-detail-hero h1 {
    max-width: 760px;
    margin: 0;
    font-size: clamp(40px, 6vw, 72px);
    line-height: 0.98;
}

.vendor-detail-hero > div > p:not(.eyebrow):not(.article-meta) {
    max-width: 680px;
    font-size: 18px;
}

.trust-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 20px 0;
}

.trust-pills span {
    padding: 8px 12px;
    color: var(--premium-emerald);
    background: rgba(52, 211, 153, 0.1);
    border: 1px solid rgba(52, 211, 153, 0.28);
    border-radius: 999px;
    font-size: 13px;
    font-weight: 900;
}

.vendor-phone {
    display: grid;
    align-content: start;
    gap: 16px;
    min-height: 520px;
    padding: 18px;
    background: var(--premium-panel);
    border: 1px solid var(--premium-line);
    border-radius: 34px;
    box-shadow: 0 34px 90px rgba(0, 0, 0, 0.34);
    overflow: hidden;
}

.vendor-phone > span {
    color: var(--premium-indigo);
    font-size: 11px;
    font-weight: 950;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.vendor-phone img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 22px;
}

.vendor-phone strong {
    display: block;
    color: #fff;
    font-size: 22px;
    line-height: 1.12;
}

.detail-grid,
.inquiry-band {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.glass-panel {
    padding: clamp(24px, 4vw, 36px);
}

.value-panel ul {
    margin: 16px 0 0;
    padding-left: 20px;
    color: var(--premium-muted);
}

.contact-list {
    display: grid;
    gap: 12px;
    align-content: center;
}

.contact-list a,
.contact-list span {
    color: var(--premium-text);
    overflow-wrap: anywhere;
}

.benefits-band {
    background: rgba(255, 255, 255, 0.035);
    border-block: 1px solid var(--premium-line);
}

.benefit-tile {
    padding: 26px;
    color: var(--premium-text);
    font-weight: 900;
}

.partner-card {
    display: grid;
    gap: 10px;
    justify-items: center;
    padding: 26px;
    text-align: center;
}

.partner-card div {
    display: grid;
    place-items: center;
    width: 80px;
    height: 80px;
    color: #fff;
    background: linear-gradient(135deg, rgba(99, 102, 241, 0.34), rgba(217, 70, 239, 0.28));
    border-radius: 20px;
    font-size: 13px;
    font-weight: 900;
}

.partner-card p {
    margin: 0;
    color: var(--premium-muted);
}

.partner-card span {
    color: var(--premium-emerald);
    font-size: 12px;
    font-weight: 950;
}

.cta-band {
    display: grid;
    justify-items: center;
    gap: 18px;
    padding: clamp(60px, 8vw, 94px) clamp(18px, 5vw, 78px);
    text-align: center;
    background: linear-gradient(135deg, #4f46e5, #d946ef);
}

.cta-band h2 {
    max-width: 780px;
    margin: 0;
    color: #fff;
    font-size: clamp(32px, 5vw, 58px);
    line-height: 1;
}

.cta-band p {
    max-width: 680px;
    margin: 0;
    color: rgba(255, 255, 255, 0.78);
}

.site-footer {
    background: #05070d;
    border-top: 1px solid var(--premium-line);
}

@media (max-width: 980px) {
    .card-grid.four,
    .vendor-detail-hero,
    .detail-grid,
    .inquiry-band {
        grid-template-columns: 1fr;
    }

    .vendor-phone {
        min-height: 0;
    }
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    color: var(--ink);
    background:
        linear-gradient(180deg, #ffffff 0%, var(--paper) 42%, #f2f6f4 100%);
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
    line-height: 1.58;
    text-rendering: geometricPrecision;
}

body::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: -1;
    pointer-events: none;
    background:
        radial-gradient(circle at 10% 8%, rgba(99, 102, 241, 0.18), transparent 28%),
        radial-gradient(circle at 92% 12%, rgba(217, 70, 239, 0.16), transparent 30%),
        linear-gradient(135deg, rgba(129, 140, 248, 0.08), transparent 42%);
}

a {
    color: inherit;
    text-decoration: none;
}

img {
    display: block;
    max-width: 100%;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 50;
    padding: 12px clamp(18px, 5vw, 78px);
    background: rgba(255, 255, 255, 0.82);
    border-bottom: 1px solid rgba(228, 232, 229, 0.82);
    box-shadow: 0 8px 28px rgba(18, 28, 27, 0.04);
    backdrop-filter: blur(18px);
}

.site-header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
    max-width: 1240px;
    margin: 0 auto;
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-width: max-content;
    color: var(--emerald-dark);
    font-size: 23px;
    font-weight: 950;
}

.brand-mark {
    display: grid;
    place-items: center;
    width: 40px;
    height: 40px;
    color: #fff;
    background: conic-gradient(from 135deg, var(--emerald), var(--coral), var(--gold), var(--emerald));
    border-radius: 10px;
    box-shadow: 0 12px 28px rgba(129, 140, 248, 0.24);
}

.nav,
.site-footer nav,
.actions,
.tabs,
.hero-stats {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.nav {
    justify-content: flex-end;
}

.nav a,
.site-footer a {
    color: var(--muted);
    font-size: 14px;
    font-weight: 850;
}

.nav a {
    padding: 9px 11px;
    border-radius: 10px;
}

.nav a:hover,
.nav a.active {
    color: var(--emerald-dark);
    background: rgba(129, 140, 248, 0.12);
}

.nav .nav-cta {
    color: #fff;
    background: linear-gradient(135deg, var(--emerald), var(--emerald-dark));
    padding-inline: 17px;
    box-shadow: 0 14px 30px rgba(129, 140, 248, 0.24);
}

.nav .nav-cta:hover {
    color: #fff;
    background: linear-gradient(135deg, #4338ca, #c026d3);
}

main {
    overflow: hidden;
}

.hero,
.page-hero,
.feature-strip,
.showcase-band,
.content-band,
.footer-inner {
    padding-inline: clamp(18px, 5vw, 78px);
}

.hero {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(330px, 0.95fr);
    gap: clamp(34px, 6vw, 86px);
    align-items: center;
    min-height: calc(100vh - 70px);
    padding-top: clamp(50px, 7vw, 96px);
    padding-bottom: clamp(50px, 7vw, 96px);
    background:
        linear-gradient(100deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.86) 42%, rgba(238, 244, 241, 0.28) 72%),
        linear-gradient(180deg, rgba(99, 102, 241, 0.1), rgba(217, 70, 239, 0.1)),
        url("/assets/frontend/img/web-image-desktop-v2.png") center right / cover;
}

.hero-copy {
    max-width: 780px;
}

.hero h1,
.page-hero h1,
.article h1 {
    max-width: 920px;
    margin: 0;
    font-size: clamp(44px, 7vw, 92px);
    line-height: 0.96;
    letter-spacing: 0;
}

.hero p,
.page-hero p,
.prose p {
    max-width: 730px;
    color: var(--muted);
    font-size: clamp(17px, 2vw, 21px);
}

.eyebrow,
.section-heading p,
.meta-label {
    margin: 0 0 12px;
    color: var(--coral);
    font-size: 12px;
    font-weight: 950;
    letter-spacing: 0;
    text-transform: uppercase;
}

.actions {
    margin-top: 30px;
}

.button,
.tabs a,
.filter-panel a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 11px 18px;
    border: 1px solid var(--line);
    background: rgba(255, 255, 255, 0.92);
    color: var(--ink);
    border-radius: 10px;
    font-weight: 950;
    transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease, border-color 160ms ease;
}

.button:hover,
.tabs a:hover,
.filter-panel a:hover {
    transform: translateY(-2px);
    border-color: rgba(129, 140, 248, 0.34);
    box-shadow: var(--soft-shadow);
}

.button.primary,
.tabs a.active,
.filter-panel a.active {
    background: linear-gradient(135deg, var(--emerald), var(--emerald-dark));
    color: #fff;
    border-color: transparent;
}

.hero-stats {
    margin-top: 34px;
    gap: 10px;
}

.hero-stats span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 42px;
    padding: 9px 14px;
    color: var(--muted);
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(228, 232, 229, 0.94);
    border-radius: 12px;
    box-shadow: 0 10px 24px rgba(18, 28, 27, 0.06);
}

.hero-stats strong {
    color: var(--emerald);
}

.hero-panel {
    position: relative;
    min-height: 560px;
}

.phone-card {
    position: absolute;
    inset: 6% 10% 8% 12%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 36px;
    color: #fff;
    overflow: hidden;
    background:
        linear-gradient(180deg, rgba(99, 102, 241, 0.1), rgba(11, 15, 26, 0.92)),
        url("/uploads/attachments/75f0f4e9fb9a4b31780d399bcaad0249.jpeg") center / cover;
    border: 9px solid #05070d;
    border-radius: 38px;
    box-shadow: 0 34px 90px rgba(8, 63, 57, 0.28);
}

.phone-card::before {
    content: "";
    position: absolute;
    top: 15px;
    left: 50%;
    width: 88px;
    height: 8px;
    background: #05070d;
    border-radius: 999px;
    transform: translateX(-50%);
}

.phone-card h2 {
    position: relative;
    max-width: 330px;
    margin: 16px 0 8px;
    font-size: clamp(32px, 4vw, 50px);
    line-height: 1;
}

.phone-card p,
.phone-card .status-pill,
.match-lines {
    position: relative;
}

.phone-card p {
    color: rgba(255, 255, 255, 0.84);
}

.status-pill {
    width: max-content;
    padding: 8px 12px;
    color: #fff;
    background: linear-gradient(135deg, #6366f1, #d946ef);
    border-radius: 10px;
    font-size: 12px;
    font-weight: 950;
    text-transform: uppercase;
}

.match-lines {
    display: grid;
    gap: 9px;
    margin-top: 14px;
}

.match-lines span {
    display: block;
    height: 8px;
    background: rgba(255, 255, 255, 0.42);
    border-radius: 999px;
}

.match-lines span:nth-child(2) {
    width: 78%;
}

.match-lines span:nth-child(3) {
    width: 52%;
}

.floating-note {
    position: absolute;
    right: 0;
    bottom: 18%;
    display: grid;
    gap: 1px;
    width: 178px;
    padding: 19px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 14px;
    box-shadow: var(--shadow);
}

.floating-note strong {
    color: var(--coral);
    font-size: 48px;
    line-height: 1;
}

.floating-note span {
    color: var(--muted);
    font-size: 13px;
    font-weight: 850;
}

.page-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(260px, 360px);
    gap: clamp(24px, 5vw, 64px);
    align-items: end;
    padding-top: clamp(64px, 8vw, 112px);
    padding-bottom: clamp(50px, 7vw, 90px);
    background:
        linear-gradient(120deg, rgba(99, 102, 241, 0.16), transparent 38%),
        linear-gradient(260deg, rgba(217, 70, 239, 0.16), transparent 44%),
        #fff;
}

.page-hero-copy,
.page-hero-card,
.feature-strip,
.showcase-band,
.content-band {
    max-width: 1240px;
    margin-inline: auto;
}

.page-hero-card {
    padding: 24px;
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid var(--line);
    border-radius: 16px;
    box-shadow: var(--soft-shadow);
}

.page-hero-card strong {
    display: block;
    font-size: 24px;
    line-height: 1.14;
}

.content-band {
    padding-top: clamp(50px, 7vw, 86px);
    padding-bottom: clamp(50px, 7vw, 86px);
}

.content-band:nth-of-type(even) {
    background: rgba(255, 255, 255, 0.58);
}

.feature-strip {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1px;
    margin-top: -34px;
    position: relative;
    z-index: 2;
}

.feature-strip div {
    display: grid;
    gap: 10px;
    min-height: 118px;
    padding: 24px;
    background: rgba(255, 255, 255, 0.93);
    border: 1px solid rgba(228, 232, 229, 0.95);
    box-shadow: var(--soft-shadow);
}

.feature-strip div:first-child {
    border-radius: 16px 0 0 16px;
}

.feature-strip div:last-child {
    border-radius: 0 16px 16px 0;
}

.feature-strip span {
    color: var(--coral);
    font-size: 13px;
    font-weight: 950;
}

.feature-strip strong {
    font-size: 20px;
    line-height: 1.18;
}

.showcase-band {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1.05fr);
    gap: clamp(28px, 5vw, 64px);
    align-items: stretch;
    padding-top: clamp(44px, 6vw, 74px);
    padding-bottom: clamp(44px, 6vw, 74px);
}

.showcase-copy {
    display: grid;
    align-content: center;
    min-height: 390px;
    padding: clamp(26px, 4vw, 46px);
    color: #fff;
    background:
        linear-gradient(160deg, rgba(8, 63, 57, 0.94), rgba(23, 25, 28, 0.76)),
        url("/uploads/attachments/2a99f2720029cccec034ecea15504d41.jpeg") center / cover;
    border-radius: 18px;
    box-shadow: var(--shadow);
}

.showcase-copy .eyebrow,
.showcase-copy p {
    color: rgba(255, 255, 255, 0.82);
}

.showcase-copy h2 {
    max-width: 650px;
    margin: 0;
    font-size: clamp(34px, 5vw, 66px);
    line-height: 0.98;
}

.showcase-list {
    display: grid;
    gap: 16px;
}

.showcase-list div {
    display: grid;
    gap: 8px;
    align-content: center;
    min-height: 118px;
    padding: 24px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 16px;
    box-shadow: var(--soft-shadow);
}

.showcase-list strong {
    font-size: 24px;
    line-height: 1.16;
}

.section-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 30px;
}

.section-heading h2 {
    max-width: 780px;
    margin: 0;
    font-size: clamp(30px, 4vw, 50px);
    line-height: 1.05;
}

.card-grid {
    display: grid;
    gap: 24px;
}

.card-grid.three {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.card-grid.two {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.split {
    display: grid;
    grid-template-columns: 286px minmax(0, 1fr);
    gap: 30px;
    align-items: start;
}

.info-card,
.content-card,
.row-card,
.vendor-card,
.filter-panel,
.prose-panel,
.static-nav,
.static-section,
.auth-card-form,
.profile-form,
.dash-panel,
.pricing-card,
.stat-card,
.profile-meter,
.profile-fields {
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(228, 232, 229, 0.96);
    border-radius: 16px;
    box-shadow: var(--soft-shadow);
}

.info-card {
    position: relative;
    min-height: 235px;
    padding: 28px;
    overflow: hidden;
}

.info-card::after {
    content: "";
    position: absolute;
    right: 24px;
    bottom: 24px;
    width: 62px;
    height: 5px;
    background: linear-gradient(90deg, var(--gold), var(--coral));
    border-radius: 999px;
}

.card-number {
    display: inline-grid;
    place-items: center;
    width: 46px;
    height: 46px;
    margin-bottom: 38px;
    color: #fff;
    background: linear-gradient(135deg, var(--emerald), var(--lilac));
    border-radius: 12px;
    font-weight: 950;
}

.info-card h3,
.content-card h3,
.vendor-card h2,
.row-card h2 {
    margin: 0 0 10px;
    line-height: 1.16;
}

.info-card p,
.content-card p,
.vendor-card p,
.row-card p {
    margin: 0;
    color: var(--muted);
}

.content-card,
.vendor-card,
.row-card {
    overflow: hidden;
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.content-card:hover,
.vendor-card:hover,
.row-card:hover {
    transform: translateY(-4px);
    border-color: rgba(129, 140, 248, 0.34);
    box-shadow: 0 28px 72px rgba(18, 28, 27, 0.14);
}

.content-card img,
.vendor-card img {
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    background: linear-gradient(135deg, var(--soft), #fff);
}

.content-card div,
.vendor-card div,
.row-card div,
.filter-panel,
.prose-panel {
    padding: 22px;
}

.meta-label {
    display: inline-block;
    margin-bottom: 9px;
    color: var(--emerald);
}

.row-card {
    display: grid;
    grid-template-columns: minmax(190px, 248px) minmax(0, 1fr);
    margin-bottom: 20px;
}

.row-card img {
    width: 100%;
    height: 100%;
    min-height: 210px;
    object-fit: cover;
}

.row-card span,
.vendor-card span,
.article-meta,
.back-link {
    color: var(--emerald);
    font-size: 13px;
    font-weight: 950;
    text-transform: uppercase;
}

.filter-panel {
    display: grid;
    gap: 10px;
    position: sticky;
    top: 88px;
}

.filter-panel h2 {
    margin: 0 0 8px;
    font-size: 20px;
}

.tabs {
    margin-bottom: 26px;
}

.listing-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 20px;
    padding: 20px 22px;
    background: rgba(255, 255, 255, 0.86);
    border: 1px solid var(--line);
    border-radius: 16px;
    box-shadow: var(--soft-shadow);
}

.listing-head h2 {
    margin: 0;
    font-size: clamp(24px, 3vw, 36px);
    line-height: 1.08;
}

.listing-head > span {
    color: var(--muted);
    font-weight: 950;
    white-space: nowrap;
}

.empty-state {
    grid-column: 1 / -1;
    padding: 34px;
    color: var(--muted);
    background: rgba(255, 255, 255, 0.78);
    border: 1px dashed var(--line);
    border-radius: 16px;
    font-weight: 850;
}

.pagination-wrap {
    margin-top: 30px;
}

.pagination-mobile {
    display: none;
}

.pagination-desktop {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 14px;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid var(--line);
    border-radius: 16px;
    box-shadow: var(--soft-shadow);
}

.pagination-summary {
    color: var(--muted);
    font-size: 14px;
    font-weight: 850;
}

.pagination-summary strong {
    color: var(--ink);
}

.pagination-pages {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}

.pagination-page,
.pagination-arrow,
.pagination-button,
.pagination-ellipsis,
.pagination-count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    min-height: 42px;
    padding: 8px 13px;
    color: var(--ink);
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 12px;
    font-size: 14px;
    font-weight: 900;
}

.pagination-arrow,
.pagination-button {
    min-width: 92px;
}

.pagination-page.active {
    color: #fff;
    background: var(--emerald-dark);
    border-color: var(--emerald-dark);
}

.pagination-arrow.disabled,
.pagination-button.disabled {
    color: #aeb7b3;
    background: #f0f4f2;
    cursor: not-allowed;
}

.pagination-ellipsis,
.pagination-count {
    color: var(--muted);
    background: transparent;
    border-color: transparent;
}

.article {
    max-width: 1240px;
    margin: 0 auto;
    padding: clamp(42px, 7vw, 76px) 20px;
}

.article-header {
    max-width: 970px;
    margin-bottom: 28px;
}

.article h1 {
    font-size: clamp(38px, 6vw, 74px);
}

.article-layout {
    display: grid;
    grid-template-columns: 286px minmax(0, 1fr);
    gap: 30px;
    align-items: start;
}

.article-aside {
    position: sticky;
    top: 92px;
    display: grid;
    gap: 16px;
    padding: 22px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 16px;
    box-shadow: var(--soft-shadow);
}

.article-aside strong {
    font-size: 22px;
    line-height: 1.18;
}

.article img {
    width: 100%;
    max-height: 560px;
    object-fit: cover;
    margin: 28px 0;
    border-radius: 18px;
    box-shadow: var(--shadow);
}

.article-body,
.prose-panel {
    font-size: 18px;
}

.article-body {
    color: #29302f;
}

.article-body p,
.article-body li {
    color: #434c4a;
}

.back-link {
    display: inline-block;
    margin-bottom: 18px;
}

.static-page {
    display: grid;
    grid-template-columns: 286px minmax(0, 1fr);
    gap: 30px;
    align-items: start;
}

.static-nav {
    position: sticky;
    top: 88px;
    display: grid;
    gap: 9px;
    padding: 18px;
}

.static-nav a {
    display: block;
    padding: 10px 12px;
    color: var(--muted);
    border-radius: 12px;
    font-size: 14px;
    font-weight: 900;
}

.static-nav a:hover,
.static-nav a.active {
    color: #fff;
    background: var(--emerald-dark);
}

.static-content {
    display: grid;
    gap: 18px;
}

.static-section {
    padding: clamp(22px, 4vw, 34px);
    scroll-margin-top: 110px;
}

.static-section h2 {
    margin: 0 0 12px;
    font-size: clamp(24px, 3vw, 34px);
    line-height: 1.12;
}

.static-section p {
    margin: 0;
    color: #434c4a;
    font-size: 18px;
}

.download-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 8px;
}

.site-footer {
    display: grid;
    gap: 30px;
    margin-top: 40px;
    background:
        linear-gradient(135deg, #05070d, #0b0f1a 58%, #111827);
    color: #fff;
}

.footer-inner {
    display: grid;
    gap: 30px;
    width: 100%;
    max-width: 1240px;
    margin-inline: auto;
    padding-top: 48px;
    padding-bottom: 34px;
}

.site-footer .brand {
    color: #fff;
}

.site-footer p,
.site-footer a {
    color: rgba(255, 255, 255, 0.74);
}

.footer-communities {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.footer-communities h2 {
    margin: 0 0 12px;
    color: #fff;
    font-size: 20px;
}

.footer-communities a {
    display: block;
    width: max-content;
    max-width: 100%;
    padding: 5px 0;
    font-size: 14px;
    font-weight: 850;
}

.footer-communities a:hover,
.footer-links a:hover,
.footer-social a:hover {
    color: #fff;
}

.footer-main {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 0.9fr);
    gap: 28px;
    align-items: start;
}

.footer-brand p {
    max-width: 420px;
}

.footer-social,
.footer-links {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.footer-social {
    justify-content: flex-end;
}

.footer-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    background: rgba(255, 255, 255, 0.09);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 12px;
    font-size: 21px;
    font-weight: 900;
}

.footer-social a:hover {
    background: #fff;
    color: var(--emerald-dark);
}

.footer-social .icofont {
    display: block;
    color: currentColor;
    font-size: 22px;
    line-height: 1;
}

.footer-links {
    justify-content: center;
    padding-top: 4px;
}

.footer-links a {
    font-size: 14px;
    font-weight: 900;
}

.footer-copy {
    margin: 0;
    text-align: center;
    font-size: 14px;
}

.auth-page {
    padding: clamp(48px, 7vw, 86px) clamp(18px, 5vw, 78px);
}

.auth-shell {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 400px);
    gap: 28px;
    align-items: stretch;
    margin-bottom: 34px;
}

.auth-intro {
    max-width: 820px;
}

.auth-intro h1,
.dashboard-heading h1 {
    margin: 0;
    font-size: clamp(38px, 6vw, 70px);
    line-height: 1;
}

.auth-points {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 22px;
}

.auth-points span {
    padding: 9px 12px;
    color: var(--emerald-dark);
    background: rgba(129, 140, 248, 0.12);
    border: 1px solid rgba(129, 140, 248, 0.22);
    border-radius: 12px;
    font-size: 13px;
    font-weight: 950;
}

.auth-visual {
    display: grid;
    align-content: end;
    min-height: 260px;
    padding: 26px;
    color: #fff;
    background:
        linear-gradient(180deg, rgba(99, 102, 241, 0.12), rgba(11, 15, 26, 0.9)),
        url("/uploads/attachments/75f0f4e9fb9a4b31780d399bcaad0249.jpeg") center / cover;
    border-radius: 18px;
    box-shadow: var(--shadow);
}

.auth-visual span {
    color: var(--gold);
    font-size: 60px;
    line-height: 1;
    font-weight: 950;
}

.auth-visual strong {
    font-size: 26px;
    line-height: 1.1;
}

.auth-visual p {
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.82);
}

.auth-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.auth-card-form {
    display: grid;
    gap: 16px;
    padding: clamp(22px, 4vw, 34px);
}

.auth-card-form h2,
.dash-panel h2,
.pricing-card h2 {
    margin: 0;
}

.auth-card-form p {
    margin: 0 0 6px;
    color: var(--muted);
}

.auth-card-form label,
.profile-form label {
    display: grid;
    gap: 7px;
    color: var(--ink);
    font-size: 14px;
    font-weight: 900;
}

.auth-card-form input,
.auth-card-form select,
.profile-form input,
.profile-form textarea {
    width: 100%;
    min-height: 46px;
    padding: 11px 13px;
    color: var(--ink);
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 12px;
    font: inherit;
}

.profile-form textarea {
    resize: vertical;
}

.check-row {
    display: flex !important;
    grid-template-columns: none;
    align-items: center;
    gap: 10px;
}

.check-row input {
    width: 18px;
    min-height: 18px;
}

.form-alert {
    padding: 12px 14px;
    border-radius: 12px;
    font-weight: 850;
}

.form-alert.success {
    color: var(--emerald-dark);
    background: rgba(52, 211, 153, 0.10);
    border: 1px solid rgba(52, 211, 153, 0.24);
}

.form-alert.error {
    color: #f0abfc;
    background: rgba(217, 70, 239, 0.10);
    border: 1px solid rgba(217, 70, 239, 0.24);
}

.dashboard-shell {
    display: grid;
    grid-template-columns: 292px minmax(0, 1fr);
    gap: 28px;
    min-height: calc(100vh - 75px);
    padding: clamp(22px, 4vw, 42px) clamp(18px, 5vw, 78px);
}

.dashboard-sidebar {
    position: sticky;
    top: 92px;
    align-self: start;
    display: grid;
    gap: 20px;
    padding: 22px;
    color: #fff;
    background:
        linear-gradient(160deg, rgba(8, 63, 57, 0.94), rgba(22, 23, 24, 0.84)),
        url("/uploads/attachments/2a99f2720029cccec034ecea15504d41.jpeg") center / cover;
    border-radius: 18px;
    box-shadow: var(--shadow);
}

.dashboard-brand {
    color: #fff;
}

.dashboard-nav {
    display: grid;
    gap: 8px;
}

.dashboard-nav a,
.logout-button {
    display: flex;
    align-items: center;
    min-height: 42px;
    padding: 10px 12px;
    color: rgba(255, 255, 255, 0.84);
    background: rgba(255, 255, 255, 0.10);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 12px;
    font-weight: 900;
}

.dashboard-nav a.active {
    color: var(--emerald-dark);
    background: #fff;
}

.dashboard-user {
    display: flex;
    gap: 12px;
    align-items: center;
    padding-top: 18px;
    border-top: 1px solid rgba(255, 255, 255, 0.25);
}

.avatar {
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
    color: #fff;
    background: linear-gradient(135deg, var(--emerald), var(--coral));
    border-radius: 50%;
    font-weight: 950;
}

.dashboard-user strong,
.dashboard-user span {
    display: block;
    overflow: hidden;
    max-width: 178px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dashboard-user span {
    color: rgba(255, 255, 255, 0.74);
    font-size: 13px;
}

.logout-button {
    width: 100%;
    justify-content: center;
    cursor: pointer;
    font: inherit;
}

.dashboard-main {
    min-width: 0;
}

.dashboard-content {
    max-width: 1180px;
    margin-inline: auto;
}

.dashboard-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 26px;
}

.stat-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    margin-bottom: 26px;
}

.stat-card {
    padding: 22px;
}

.stat-card span,
.profile-meter span {
    color: var(--coral);
    font-size: 40px;
    line-height: 1;
    font-weight: 950;
}

.stat-card p,
.profile-meter p,
.muted {
    margin: 8px 0 0;
    color: var(--muted);
}

.dashboard-grid,
.pricing-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
}

.dash-panel,
.pricing-card {
    padding: 24px;
}

.mini-row,
.dash-list-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 14px 0;
    border-top: 1px solid var(--line);
}

.mini-row:first-of-type {
    border-top: 0;
}

.mini-row span,
.dash-list-card span {
    color: var(--muted);
    font-size: 13px;
    font-weight: 850;
}

.profile-summary {
    display: grid;
    grid-template-columns: 240px minmax(0, 1fr);
    gap: 22px;
    margin-bottom: 22px;
}

.profile-meter {
    display: grid;
    place-content: center;
    padding: 28px;
    text-align: center;
}

.profile-fields {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
    margin: 0;
}

.profile-fields div {
    padding: 18px;
    border-bottom: 1px solid var(--line);
}

.profile-fields dt {
    color: var(--muted);
    font-size: 12px;
    font-weight: 950;
    text-transform: uppercase;
}

.profile-fields dd {
    margin: 6px 0 0;
    font-weight: 850;
}

.profile-form {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    padding: 24px;
}

.profile-form .wide,
.profile-form button {
    grid-column: 1 / -1;
}

.dash-list {
    display: grid;
    gap: 14px;
}

.dash-list-card {
    justify-content: flex-start;
    padding: 18px;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid var(--line);
    border-radius: 16px;
    box-shadow: var(--soft-shadow);
}

.dash-list-card div:nth-child(2) {
    min-width: 0;
    flex: 1;
}

.dash-list-card h2 {
    margin: 0 0 4px;
    font-size: 20px;
}

.dash-list-card p {
    margin: 0;
    color: var(--muted);
}

.pricing-card.featured {
    border-color: rgba(217, 70, 239, 0.32);
    box-shadow: 0 24px 72px rgba(217, 70, 239, 0.16);
}

.pricing-card > span {
    color: var(--emerald);
    font-size: 12px;
    font-weight: 950;
    text-transform: uppercase;
}

.pricing-card h2 {
    margin-top: 8px;
    color: var(--coral);
    font-size: 54px;
}

@media (max-width: 980px) {
    .site-header {
        padding-block: 14px;
    }

    .site-header-inner {
        align-items: flex-start;
        flex-direction: column;
    }

    .nav {
        justify-content: flex-start;
    }

    .hero {
        grid-template-columns: 1fr;
        min-height: 0;
    }

    .hero-panel {
        min-height: 520px;
    }

    .page-hero,
    .feature-strip,
    .showcase-band,
    .auth-shell,
    .article-layout,
    .card-grid.three,
    .card-grid.two,
    .split,
    .static-page,
    .auth-grid,
    .dashboard-shell,
    .dashboard-grid,
    .pricing-grid,
    .profile-summary {
        grid-template-columns: 1fr;
    }

    .filter-panel,
    .static-nav,
    .dashboard-sidebar,
    .article-aside {
        position: static;
    }

    .feature-strip {
        margin-top: 0;
    }

    .feature-strip div,
    .feature-strip div:first-child,
    .feature-strip div:last-child {
        border-radius: 16px;
    }

    .stat-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .pagination-desktop {
        display: block;
    }

    .pagination-summary {
        margin-bottom: 12px;
    }
}

@media (max-width: 640px) {
    .site-header {
        padding-block: 14px;
    }

    .nav {
        width: 100%;
        gap: 6px;
    }

    .nav a {
        padding: 8px;
        font-size: 13px;
    }

    .nav .nav-cta {
        width: 100%;
        margin-top: 6px;
    }

    .hero h1,
    .page-hero h1 {
        font-size: 42px;
    }

    .hero-panel {
        min-height: 430px;
    }

    .phone-card {
        inset: 0 4% 4% 4%;
        border-width: 7px;
        border-radius: 28px;
        padding: 24px;
    }

    .floating-note {
        right: 12px;
        bottom: 12px;
        width: 140px;
    }

    .section-heading {
        display: block;
    }

    .listing-head {
        display: block;
    }

    .listing-head > span {
        display: inline-block;
        margin-top: 10px;
    }

    .row-card,
    .footer-main {
        grid-template-columns: 1fr;
    }

    .dashboard-heading {
        display: block;
    }

    .dashboard-heading .button {
        margin-top: 16px;
    }

    .stat-grid,
    .profile-fields,
    .profile-form {
        grid-template-columns: 1fr;
    }

    .pagination-desktop {
        display: none;
    }

    .pagination-mobile {
        display: grid;
        grid-template-columns: 1fr;
        gap: 10px;
        padding: 14px;
        background: rgba(255, 255, 255, 0.9);
        border: 1px solid var(--line);
        border-radius: 16px;
        box-shadow: var(--soft-shadow);
    }

    .footer-social,
    .footer-links {
        justify-content: flex-start;
    }

    .footer-communities {
        grid-template-columns: 1fr;
    }
}

/* Final template lock: keeps the imported dark Proposal scheme consistent. */
body {
    color: #eef2ff;
    background:
        radial-gradient(circle at 18% 4%, rgba(99, 102, 241, 0.26), transparent 30%),
        radial-gradient(circle at 88% 8%, rgba(217, 70, 239, 0.24), transparent 34%),
        linear-gradient(180deg, #0b0f1a 0%, #111827 48%, #0b0f1a 100%) !important;
}

.site-header {
    background: transparent !important;
    border-bottom: 0 !important;
    box-shadow: none !important;
}

.site-header-inner {
    background: rgba(255, 255, 255, 0.065) !important;
    border: 1px solid rgba(255, 255, 255, 0.12) !important;
    border-radius: 24px !important;
    box-shadow: 0 24px 80px rgba(0, 0, 0, 0.30) !important;
    backdrop-filter: blur(20px);
}

.brand,
.site-footer .brand,
.hero h1,
.page-hero h1,
.section-heading h2,
.showcase-copy h2,
.auth-intro h1,
.dashboard-heading h1,
.article h1,
.vendor-detail-hero h1,
.info-card h3,
.content-card h3,
.vendor-card h2,
.row-card h2,
.glass-panel h2,
.dash-panel h2,
.pricing-card h2 {
    color: #ffffff !important;
}

.nav a,
.site-footer a,
.footer-copy,
.hero p,
.page-hero p,
.showcase-copy p,
.showcase-list strong,
.info-card p,
.content-card p,
.vendor-card p,
.row-card p,
.static-section p,
.article-body,
.article-body p,
.article-body li,
.auth-intro p,
.prose-panel p,
.muted {
    color: #aab2c8 !important;
}

.nav a:hover,
.nav a.active {
    color: #ffffff !important;
    background: rgba(129, 140, 248, 0.14) !important;
}

.nav .nav-cta,
.button.primary,
.tabs a.active,
.filter-panel a.active {
    color: #ffffff !important;
    background: linear-gradient(135deg, #4f46e5, #d946ef) !important;
    border-color: transparent !important;
    box-shadow: 0 18px 42px rgba(129, 140, 248, 0.26) !important;
}

.button,
.tabs a,
.filter-panel a {
    color: #eef2ff !important;
    background: rgba(255, 255, 255, 0.065) !important;
    border-color: rgba(255, 255, 255, 0.12) !important;
}

.eyebrow,
.section-heading p,
.meta-label,
.feature-strip span,
.article-meta,
.back-link,
.row-card span,
.vendor-card span {
    color: #e879f9 !important;
}

.hero {
    background:
        radial-gradient(circle at 82% 22%, rgba(217, 70, 239, 0.28), transparent 34%),
        radial-gradient(circle at 14% 18%, rgba(99, 102, 241, 0.24), transparent 32%),
        linear-gradient(135deg, #0b0f1a 0%, #111827 52%, #0b0f1a 100%) !important;
}

.hero::after {
    content: "";
    position: absolute;
    inset: auto 0 0 0;
    height: 120px;
    pointer-events: none;
    background: linear-gradient(180deg, transparent, #111827);
}

.hero {
    position: relative;
}

.hero > * {
    position: relative;
    z-index: 1;
}

.hero-copy {
    max-width: 680px;
}

.hero h1 {
    text-shadow: 0 12px 48px rgba(0, 0, 0, 0.36);
}

.hero-stats span,
.feature-strip div,
.page-hero-card,
.info-card,
.content-card,
.row-card,
.vendor-card,
.filter-panel,
.listing-head,
.showcase-list div,
.static-nav,
.static-section,
.prose-panel,
.article-aside,
.auth-card-form,
.profile-form,
.dash-panel,
.pricing-card,
.stat-card,
.profile-meter,
.profile-fields,
.glass-panel,
.benefit-tile,
.partner-card,
.pagination-desktop,
.pagination-mobile,
.pagination-page,
.pagination-arrow,
.pagination-button {
    color: #eef2ff !important;
    background: rgba(255, 255, 255, 0.065) !important;
    border: 1px solid rgba(255, 255, 255, 0.12) !important;
    box-shadow: 0 24px 80px rgba(0, 0, 0, 0.22) !important;
    backdrop-filter: blur(20px);
}

.feature-strip {
    gap: 12px !important;
}

.feature-strip div {
    min-height: 116px;
}

.content-band:nth-of-type(even),
.page-hero,
.benefits-band {
    background: transparent !important;
}

.content-band {
    background: transparent !important;
}

.showcase-copy,
.dashboard-sidebar {
    background:
        linear-gradient(160deg, rgba(79, 70, 229, 0.42), rgba(11, 15, 26, 0.88)),
        url("/uploads/attachments/2a99f2720029cccec034ecea15504d41.jpeg") center / cover !important;
}

.phone-card,
.auth-visual {
    background:
        linear-gradient(180deg, rgba(79, 70, 229, 0.18), rgba(11, 15, 26, 0.92)),
        url("/uploads/attachments/75f0f4e9fb9a4b31780d399bcaad0249.jpeg") center / cover !important;
    border-color: #05070d !important;
}

.status-pill,
.card-number,
.avatar,
.brand-mark {
    color: #ffffff !important;
    background: linear-gradient(135deg, #6366f1, #d946ef) !important;
}

.floating-note {
    background: #ffffff !important;
    color: #111827 !important;
    border-color: rgba(255, 255, 255, 0.22) !important;
}

.floating-note strong {
    color: #d946ef !important;
}

.floating-note span {
    color: #64748b !important;
}

.card-actions span,
.trust-pills span,
.partner-card span,
.form-alert.success {
    color: #34d399 !important;
}

.card-actions a,
.footer-social a:hover,
.pagination-page.active {
    color: #ffffff !important;
}

.pagination-page.active {
    background: linear-gradient(135deg, #4f46e5, #d946ef) !important;
    border-color: transparent !important;
}

.empty-state {
    color: #aab2c8 !important;
    background: rgba(255, 255, 255, 0.045) !important;
    border-color: rgba(255, 255, 255, 0.14) !important;
}

.site-footer {
    background: #05070d !important;
    border-top: 1px solid rgba(255, 255, 255, 0.12) !important;
}

.footer-communities {
    border-bottom-color: rgba(255, 255, 255, 0.12) !important;
}

.footer-communities h2 {
    color: #ffffff !important;
}

.footer-social a {
    background: rgba(255, 255, 255, 0.08) !important;
    border-color: rgba(255, 255, 255, 0.14) !important;
}

.auth-card-form input,
.auth-card-form select,
.profile-form input,
.profile-form textarea {
    color: #eef2ff !important;
    background: rgba(5, 7, 13, 0.5) !important;
    border-color: rgba(255, 255, 255, 0.14) !important;
}

.auth-card-form input::placeholder,
.profile-form input::placeholder,
.profile-form textarea::placeholder {
    color: #7b849d !important;
}

@media (max-width: 980px) {
    .hero {
        background:
            radial-gradient(circle at 82% 18%, rgba(217, 70, 239, 0.24), transparent 34%),
            radial-gradient(circle at 12% 16%, rgba(99, 102, 241, 0.22), transparent 34%),
            linear-gradient(135deg, #0b0f1a 0%, #111827 52%, #0b0f1a 100%) !important;
    }
}

/* Blog index template from supplied design */
.blog-template-hero,
.blog-template-wrap {
    width: min(100% - 36px, 1240px);
    margin-inline: auto;
}

.blog-template-hero {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.88fr);
    gap: clamp(36px, 7vw, 96px);
    align-items: center;
    padding-top: clamp(78px, 10vw, 130px);
    padding-bottom: clamp(50px, 7vw, 74px);
}

.blog-template-hero h1 {
    max-width: 690px;
    margin: 0 0 22px;
    color: #f8fafc !important;
    font-size: clamp(42px, 6vw, 76px);
    line-height: 0.98;
    letter-spacing: 0;
}

.blog-template-hero p:not(.eyebrow) {
    max-width: 690px;
    margin: 0;
    color: #c4cada !important;
    font-size: clamp(17px, 1.7vw, 21px);
    line-height: 1.42;
}

.blog-hero-visual {
    position: relative;
    display: grid;
    place-items: center;
    min-height: 330px;
    overflow: hidden;
    background:
        linear-gradient(135deg, rgba(99, 102, 241, 0.22), rgba(217, 70, 239, 0.15));
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 26px;
    box-shadow: 0 34px 90px rgba(0, 0, 0, 0.28);
}

.blog-hero-visual::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(11, 15, 26, 0.42);
}

.blog-hero-visual img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(0.78);
    opacity: 0.72;
}

.blog-hero-visual strong {
    position: relative;
    z-index: 1;
    color: #fff;
    font-size: clamp(24px, 3vw, 34px);
    line-height: 1.1;
    text-align: center;
}

.blog-template-wrap {
    padding-bottom: clamp(72px, 8vw, 118px);
}

.blog-category-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 44px;
}

.blog-category-pills a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 10px 22px;
    color: #e5e7eb !important;
    background: rgba(255, 255, 255, 0.065);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 999px;
    font-size: 15px;
    font-weight: 850;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.blog-category-pills a.active,
.blog-category-pills a:hover {
    color: #fff !important;
    background: linear-gradient(135deg, #6366f1, #d946ef);
    border-color: transparent;
}

.blog-template-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(28px, 4vw, 42px);
}

.blog-template-card {
    min-height: 342px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.055);
    border: 1px solid rgba(255, 255, 255, 0.11);
    border-radius: 24px;
    box-shadow: 0 24px 74px rgba(0, 0, 0, 0.22);
    transition: transform 160ms ease, background 160ms ease, border-color 160ms ease;
}

.blog-template-card:hover {
    transform: translateY(-4px);
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(129, 140, 248, 0.32);
}

.blog-template-image {
    display: block;
    width: 100%;
    height: 188px;
    background: linear-gradient(135deg, rgba(99, 102, 241, 0.2), rgba(217, 70, 239, 0.16));
}

.blog-template-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-template-image.placeholder {
    height: 188px;
}

.blog-template-card > div {
    padding: 24px;
}

.blog-template-card .meta-label {
    color: #a5b4fc !important;
    font-size: 13px;
    text-transform: none;
}

.blog-template-card h2 {
    margin: 10px 0 14px;
    color: #f8fafc !important;
    font-size: clamp(20px, 2vw, 25px);
    line-height: 1.28;
}

.blog-template-card p {
    margin: 0;
    color: #9ca3af !important;
    font-size: 16px;
    line-height: 1.4;
}

.blog-template-grid .pagination-wrap,
.blog-template-grid nav[role="navigation"] {
    grid-column: 1 / -1;
}

.blog-app-cta {
    display: grid;
    justify-items: center;
    gap: 18px;
    padding: clamp(72px, 9vw, 104px) 20px;
    text-align: center;
    background: linear-gradient(135deg, #4f46e5 0%, #d946ef 100%);
}

.blog-app-cta h2 {
    max-width: 920px;
    margin: 0;
    color: #fff;
    font-size: clamp(34px, 5vw, 54px);
    line-height: 1.08;
}

.blog-app-cta p {
    max-width: 780px;
    margin: 0 0 20px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 18px;
}

.blog-app-cta .button {
    min-width: 230px;
    color: #4f46e5 !important;
    background: #fff !important;
    border-color: transparent !important;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.18) !important;
}

@media (max-width: 980px) {
    .blog-template-hero,
    .blog-template-grid {
        grid-template-columns: 1fr;
    }

    .blog-hero-visual {
        min-height: 280px;
    }
}

@media (max-width: 640px) {
    .blog-template-hero {
        padding-top: 48px;
    }

    .blog-template-hero h1 {
        font-size: 38px;
    }

    .blog-category-pills a {
        min-height: 40px;
        padding-inline: 15px;
        font-size: 13px;
    }

    .blog-template-card {
        min-height: 0;
    }
}

/* Compact footer from supplied overall layout */
.site-footer {
    margin-top: 0 !important;
    background: #000000 !important;
    border-top: 1px solid rgba(255, 255, 255, 0.08) !important;
}

.site-footer .footer-inner {
    display: grid !important;
    grid-template-columns: 1fr;
    gap: 28px;
    width: min(100% - 36px, 1240px);
    max-width: 1240px;
    margin-inline: auto;
    padding: 46px 0 28px !important;
}

.footer-brand-row,
.footer-bottom-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    align-items: center;
    gap: 28px;
}

.footer-brand-row {
    padding-top: 8px;
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-brand-row p {
    max-width: 420px;
    margin: 10px 0 0;
    color: #9ca3af !important;
}

.footer-legal-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px 22px;
}

.footer-legal-links a {
    color: #9ca3af !important;
    font-size: 13px;
    font-weight: 750;
}

.site-footer .footer-copy {
    margin: 0;
    color: #9ca3af !important;
    text-align: left;
    font-size: 15px;
    font-weight: 600;
}

.footer-downloads {
    display: flex;
    justify-content: center;
    gap: 14px;
}

.footer-downloads a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 144px;
    min-height: 44px;
    padding: 10px 20px;
    color: #ffffff !important;
    background: linear-gradient(135deg, #4f46e5, #d946ef) !important;
    border: 0 !important;
    border-radius: 999px;
    font-size: 15px;
    font-weight: 850;
    box-shadow: 0 14px 34px rgba(129, 140, 248, 0.24);
}

.site-footer .footer-links {
    display: flex !important;
    justify-content: flex-end;
    gap: 34px;
    padding: 0;
}

.site-footer .footer-links a {
    color: #9ca3af !important;
    font-size: 15px;
    font-weight: 650;
}

.site-footer .footer-links a:hover,
.footer-downloads a:hover,
.footer-legal-links a:hover {
    color: #ffffff !important;
}

@media (max-width: 820px) {
    .footer-brand-row,
    .footer-bottom-row {
        grid-template-columns: 1fr;
        justify-items: center;
        text-align: center;
    }

    .site-footer .footer-copy,
    .site-footer .footer-links {
        text-align: center;
        justify-content: center;
    }

    .footer-downloads {
        flex-wrap: wrap;
    }

    .footer-brand-row p {
        margin-inline: auto;
    }
}

/* Old website auth/onboarding flow, restyled to match the premium site */
.old-auth-shell {
    padding: clamp(48px, 7vw, 86px) clamp(18px, 5vw, 78px);
    background:
        radial-gradient(circle at 82% 14%, rgba(217, 70, 239, 0.22), transparent 34%),
        radial-gradient(circle at 12% 10%, rgba(99, 102, 241, 0.22), transparent 32%),
        #0b0f1a;
    color: #eef2ff;
}

.old-auth-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: min(100%, 1180px);
    margin-inline: auto;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.055);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 28px;
    box-shadow: 0 28px 90px rgba(0, 0, 0, 0.32);
    backdrop-filter: blur(20px);
}

.old-auth-layout.register-mode,
.old-auth-layout.verify-mode {
    grid-template-columns: 1fr;
    max-width: 980px;
    box-shadow: 0 28px 90px rgba(0, 0, 0, 0.28);
}

.old-auth-layout.register-mode .old-auth-media,
.old-auth-layout.verify-mode .old-auth-media {
    display: none;
}

.old-auth-media {
    position: relative;
    min-height: 560px;
    background: #05070d;
}

.old-auth-media video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.old-auth-media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.05));
}

.old-auth-content {
    display: grid;
    align-content: center;
    padding: clamp(24px, 4vw, 38px);
    background: rgba(11, 15, 26, 0.92);
}

.old-auth-content h1 {
    margin: 0 0 12px;
    color: #ffffff !important;
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
    font-size: clamp(34px, 5vw, 52px);
    line-height: 1.05;
}

.old-auth-content p {
    max-width: 840px;
    margin: 0 0 14px;
    color: #aab2c8 !important;
    font-size: 18px;
}

.old-auth-card,
.old-step {
    background: rgba(255, 255, 255, 0.065);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 18px;
    box-shadow: 0 20px 62px rgba(0, 0, 0, 0.24);
    backdrop-filter: blur(20px);
}

.old-auth-card {
    display: grid;
    gap: 14px;
    margin-top: 20px;
    padding: clamp(22px, 4vw, 34px);
}

.old-auth-card h2 {
    margin: 0;
    color: #ffffff !important;
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
    font-size: 30px;
}

.old-auth-card p,
.old-auth-note {
    color: #aab2c8 !important;
    font-size: 14px;
}

.old-auth-card form {
    display: grid;
    gap: 12px;
}

.old-auth-card label {
    color: #eef2ff;
    font-size: 14px;
    font-weight: 700;
}

.old-auth-card input,
.old-auth-card select,
.old-auth-card textarea {
    width: 100%;
    min-height: 50px;
    padding: 11px 14px;
    color: #eef2ff !important;
    background: rgba(5, 7, 13, 0.58) !important;
    border: 1px solid rgba(255, 255, 255, 0.14) !important;
    border-radius: 12px;
    font: inherit;
}

.old-auth-card input::placeholder,
.old-auth-card textarea::placeholder {
    color: #747f99;
}

.old-phone-row {
    display: grid;
    grid-template-columns: minmax(180px, 240px) minmax(0, 1fr);
    gap: 12px;
}

.old-auth-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 48px;
    padding: 12px 28px;
    color: #fff;
    background: linear-gradient(135deg, #4f46e5, #d946ef);
    border: 0;
    border-radius: 999px;
    font-weight: 800;
    cursor: pointer;
}

.old-auth-note button {
    color: #e879f9;
    background: transparent;
    border: 0;
    padding: 0;
    font: inherit;
    font-weight: 800;
    text-decoration: underline;
    cursor: pointer;
}

.old-auth-actions {
    display: grid;
    grid-template-columns: auto minmax(180px, 1fr);
    gap: 12px;
    align-items: center;
}

.old-step {
    display: grid;
    gap: 12px;
    margin: 18px 0 8px;
    padding: 22px 26px;
}

.old-step div {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 12px;
}

.old-step span {
    height: 10px;
    background: rgba(255, 255, 255, 0.14);
    border-radius: 999px;
}

.old-step span.active {
    background: linear-gradient(135deg, #6366f1, #d946ef);
}

.old-step strong {
    color: #aab2c8;
    text-align: center;
}

.dashboard-shell {
    background:
        radial-gradient(circle at 86% 8%, rgba(217, 70, 239, 0.18), transparent 30%),
        radial-gradient(circle at 12% 10%, rgba(99, 102, 241, 0.18), transparent 32%),
        #0b0f1a !important;
    color: #eef2ff;
}

.dashboard-sidebar {
    background:
        linear-gradient(160deg, rgba(79, 70, 229, 0.64), rgba(217, 70, 239, 0.34)),
        #111827 !important;
    border: 1px solid rgba(255, 255, 255, 0.14) !important;
}

.dashboard-main,
.dashboard-content .dash-panel,
.profile-meter,
.profile-fields,
.stat-card,
.pricing-card,
.dash-list-card {
    color: #eef2ff !important;
    background: rgba(255, 255, 255, 0.065) !important;
    border-color: rgba(255, 255, 255, 0.12) !important;
    box-shadow: 0 22px 70px rgba(0, 0, 0, 0.22) !important;
    backdrop-filter: blur(20px);
}

.dashboard-heading h1,
.dash-panel h2,
.profile-fields dd,
.mini-row strong,
.dash-list-card h2 {
    color: #ffffff !important;
}

.dashboard-content p,
.profile-fields dt,
.mini-row span,
.dash-list-card p {
    color: #aab2c8 !important;
}

@media (max-width: 900px) {
    .old-auth-layout {
        grid-template-columns: 1fr;
    }

    .old-auth-media {
        min-height: 360px;
    }

    .old-phone-row,
    .old-auth-actions {
        grid-template-columns: 1fr;
    }
}

/* Blog detail template from supplied design */
.blog-detail-template {
    width: min(100% - 36px, 980px);
    margin-inline: auto;
    padding-top: clamp(54px, 7vw, 92px);
    padding-bottom: clamp(64px, 8vw, 110px);
}

.blog-detail-header {
    display: grid;
    justify-items: center;
    gap: 16px;
    max-width: 780px;
    margin: 0 auto clamp(38px, 6vw, 64px);
    text-align: center;
}

.blog-detail-header .eyebrow {
    margin: 0;
    color: #a5b4fc !important;
    letter-spacing: 0.45em;
}

.blog-detail-header h1 {
    margin: 0;
    color: #f8fafc !important;
    font-size: clamp(38px, 5.4vw, 66px);
    line-height: 1.04;
    letter-spacing: 0;
}

.blog-detail-header p:not(.eyebrow) {
    max-width: 650px;
    margin: 0;
    color: #c4cada !important;
    font-size: 16px;
    line-height: 1.45;
}

.blog-detail-image {
    width: min(100%, 900px);
    max-height: 440px;
    margin: 0 auto clamp(46px, 6vw, 70px);
    object-fit: cover;
    border-radius: 22px;
    box-shadow: 0 30px 90px rgba(0, 0, 0, 0.3);
}

.blog-detail-body {
    width: min(100%, 680px);
    margin-inline: auto;
    color: #c4cada !important;
    font-size: 18px;
    line-height: 1.75;
}

.blog-detail-body p,
.blog-detail-body li {
    color: #c4cada !important;
}

.blog-detail-body p {
    margin: 0 0 30px;
}

.blog-detail-body h1,
.blog-detail-body h2,
.blog-detail-body h3,
.blog-detail-body h4 {
    margin: 42px 0 20px;
    color: #f8fafc !important;
    line-height: 1.2;
}

.blog-detail-body h2 {
    font-size: clamp(25px, 3vw, 34px);
}

.blog-detail-body h3 {
    font-size: clamp(22px, 2.5vw, 28px);
}

.blog-detail-body ul,
.blog-detail-body ol {
    display: grid;
    gap: 10px;
    margin: 0 0 34px;
    padding-left: 22px;
}

.blog-detail-body blockquote {
    margin: 28px 0;
    padding: 2px 0 2px 24px;
    color: #9ca3af !important;
    border-left: 4px solid #818cf8;
    font-style: italic;
}

.blog-detail-body blockquote p {
    color: #9ca3af !important;
    margin: 0;
}

.blog-detail-body table,
.blog-detail-body .key-takeaways,
.blog-detail-body .takeaway,
.blog-detail-body div:has(> ul):not(.blog-detail-body) {
    background: rgba(255, 255, 255, 0.065);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 20px;
}

.blog-detail-body table {
    width: 100%;
    overflow: hidden;
    border-collapse: separate;
    border-spacing: 0;
}

.blog-detail-body a {
    color: #a5b4fc;
    text-decoration: underline;
}

.blog-detail-cta {
    display: grid;
    justify-items: center;
    gap: 26px;
    padding: clamp(70px, 8vw, 96px) 20px;
    text-align: center;
    background: linear-gradient(135deg, #4f46e5 0%, #d946ef 100%);
}

.blog-detail-cta h2 {
    max-width: 920px;
    margin: 0;
    color: #fff !important;
    font-size: clamp(34px, 5vw, 54px);
    line-height: 1.08;
}

.blog-detail-cta .button {
    min-width: 230px;
    color: #4f46e5 !important;
    background: #fff !important;
    border-color: transparent !important;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.18) !important;
}

@media (max-width: 640px) {
    .blog-detail-template {
        padding-top: 34px;
    }

    .blog-detail-header h1 {
        font-size: 34px;
    }

    .blog-detail-body {
        font-size: 16px;
    }
}

/* Stable fixed header */
.site-header {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 9999 !important;
    width: 100% !important;
    pointer-events: none;
}

.site-header-inner {
    pointer-events: auto;
}

.page-main {
    padding-top: 96px;
}

.hero {
    min-height: calc(100vh - 96px);
}

html {
    scroll-padding-top: 110px;
}

@media (max-width: 980px) {
    .page-main {
        padding-top: 150px;
    }

    html {
        scroll-padding-top: 165px;
    }
}

@media (max-width: 640px) {
    .page-main {
        padding-top: 174px;
    }

    html {
        scroll-padding-top: 190px;
    }
}

/* Wedding vendors templates from supplied designs */
.wedding-vendors-page,
.vendor-profile-page {
    background:
        radial-gradient(circle at 88% 4%, rgba(217, 70, 239, 0.14), transparent 30%),
        radial-gradient(circle at 10% 14%, rgba(99, 102, 241, 0.15), transparent 32%),
        #0b0f1a;
}

.wv-hero,
.wv-directory,
.vp-hero,
.vp-section {
    width: min(100% - 36px, 1240px);
    margin-inline: auto;
}

.wv-hero {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(340px, 0.75fr);
    gap: clamp(42px, 8vw, 110px);
    align-items: center;
    padding-top: clamp(74px, 10vw, 126px);
    padding-bottom: clamp(54px, 8vw, 96px);
}

.wv-hero h1,
.vp-hero h1 {
    margin: 0 0 22px;
    color: #f8fafc !important;
    font-size: clamp(44px, 6vw, 78px);
    line-height: 0.98;
    letter-spacing: 0;
}

.wv-hero p:not(.eyebrow),
.vp-hero p:not(.eyebrow),
.vp-panel p,
.vp-package p,
.vp-review-panel p,
.vp-inquiry p {
    color: #c4cada !important;
}

.wv-hero-copy > p:not(.eyebrow),
.vp-hero-copy > p:not(.eyebrow) {
    max-width: 720px;
    font-size: clamp(17px, 1.8vw, 21px);
    line-height: 1.48;
}

.wv-phone-card,
.vp-phone-card {
    position: relative;
    min-height: 470px;
    padding: 28px;
    overflow: hidden;
    background:
        linear-gradient(150deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.035)),
        radial-gradient(circle at 72% 18%, rgba(217, 70, 239, 0.22), transparent 35%);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 34px;
    box-shadow: 0 34px 100px rgba(0, 0, 0, 0.36);
}

.wv-phone-card::before,
.vp-phone-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(11, 15, 26, 0.04), rgba(11, 15, 26, 0.72)),
        linear-gradient(135deg, rgba(99, 102, 241, 0.14), rgba(217, 70, 239, 0.12));
}

.wv-phone-top,
.vp-phone-notch {
    position: relative;
    z-index: 1;
    width: 92px;
    height: 8px;
    margin: 0 auto 140px;
    background: #05070d;
    border-radius: 999px;
}

.wv-phone-body,
.vp-phone-info {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 12px;
    align-content: end;
}

.wv-phone-body span,
.vp-phone-info span {
    width: max-content;
    padding: 8px 12px;
    color: #fff;
    background: linear-gradient(135deg, #6366f1, #d946ef);
    border-radius: 999px;
    font-size: 11px;
    font-weight: 950;
    text-transform: uppercase;
}

.wv-phone-body h2,
.vp-phone-info strong {
    margin: 0;
    color: #fff !important;
    font-size: clamp(28px, 3vw, 42px);
    line-height: 1.02;
}

.wv-directory {
    padding-bottom: clamp(70px, 9vw, 128px);
}

.wv-filter-bar {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 46px;
}

.wv-filter-bar a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 10px 22px;
    color: #e5e7eb !important;
    background: rgba(255, 255, 255, 0.065);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 999px;
    font-size: 15px;
    font-weight: 850;
}

.wv-filter-bar a.active,
.wv-filter-bar a:hover {
    color: #fff !important;
    background: linear-gradient(135deg, #6366f1, #d946ef);
    border-color: transparent;
}

.wv-grid,
.vp-package-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(26px, 4vw, 42px);
}

.wv-card,
.vp-panel,
.vp-package,
.vp-review-panel,
.vp-contact-card {
    overflow: hidden;
    color: #eef2ff !important;
    background: rgba(255, 255, 255, 0.055);
    border: 1px solid rgba(255, 255, 255, 0.11);
    border-radius: 24px;
    box-shadow: 0 24px 74px rgba(0, 0, 0, 0.22);
}

.wv-card {
    display: grid;
    min-height: 420px;
    transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}

.wv-card:hover {
    transform: translateY(-4px);
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(129, 140, 248, 0.32);
}

.wv-card-image,
.vp-phone-image,
.vp-gallery-main {
    display: block;
    width: 100%;
    background:
        linear-gradient(135deg, rgba(99, 102, 241, 0.24), rgba(217, 70, 239, 0.18)),
        #171b26;
}

.wv-card-image {
    height: 210px;
}

.wv-card-image.placeholder::after,
.vp-phone-image.placeholder::after,
.vp-gallery-main.placeholder::after {
    content: "Proposal Vendor";
    display: grid;
    place-items: center;
    width: 100%;
    height: 100%;
    color: rgba(255, 255, 255, 0.62);
    font-size: 13px;
    font-weight: 850;
}

.wv-card-image img,
.vp-phone-image img,
.vp-gallery-main img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.wv-card-body {
    display: grid;
    align-content: end;
    padding: 24px;
}

.wv-card h2 {
    margin: 10px 0 14px;
    color: #f8fafc !important;
    font-size: clamp(21px, 2vw, 27px);
    line-height: 1.22;
}

.wv-card p {
    margin: 0;
    color: #9ca3af !important;
    font-size: 16px;
    line-height: 1.42;
}

.wv-card-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-top: 22px;
    font-size: 13px;
    font-weight: 900;
}

.wv-card-footer span {
    color: #34d399 !important;
}

.wv-card-footer a {
    color: #a5b4fc !important;
}

.vp-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 430px);
    gap: clamp(40px, 8vw, 108px);
    align-items: center;
    padding-top: clamp(74px, 10vw, 126px);
    padding-bottom: clamp(54px, 8vw, 96px);
}

.vp-phone-card {
    display: grid;
    gap: 18px;
}

.vp-phone-card::before {
    pointer-events: none;
}

.vp-phone-image,
.vp-phone-info {
    position: relative;
    z-index: 1;
}

.vp-phone-image {
    aspect-ratio: 1 / 1;
    overflow: hidden;
    border-radius: 22px;
}

.vp-phone-notch {
    margin-bottom: 0;
}

.vp-section {
    padding-top: clamp(42px, 6vw, 82px);
    padding-bottom: clamp(42px, 6vw, 82px);
}

.vp-about-grid,
.vp-gallery-grid,
.vp-inquiry {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(24px, 4vw, 42px);
    align-items: stretch;
}

.vp-panel,
.vp-package,
.vp-review-panel,
.vp-contact-card {
    padding: clamp(24px, 4vw, 38px);
}

.vp-panel h2,
.vp-review-panel h2,
.vp-inquiry h2 {
    margin: 0 0 16px;
    color: #f8fafc !important;
    font-size: clamp(28px, 3vw, 42px);
    line-height: 1.08;
}

.vp-list {
    display: grid;
    gap: 10px;
    margin: 0;
    padding-left: 20px;
    color: #c4cada !important;
}

.vp-package span {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    color: #fff;
    background: linear-gradient(135deg, #6366f1, #d946ef);
    border-radius: 12px;
    font-size: 13px;
    font-weight: 950;
}

.vp-package h3 {
    margin: 22px 0 12px;
    color: #f8fafc !important;
    font-size: 22px;
    line-height: 1.18;
}

.vp-gallery-main {
    min-height: 380px;
    overflow: hidden;
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.11);
}

.vp-contact-card {
    display: grid;
    gap: 14px;
    align-content: center;
}

.vp-contact-card a,
.vp-contact-card span {
    color: #eef2ff !important;
    overflow-wrap: anywhere;
    font-size: 17px;
    font-weight: 850;
}

@media (max-width: 980px) {
    .wv-hero,
    .vp-hero,
    .wv-grid,
    .vp-package-grid,
    .vp-about-grid,
    .vp-gallery-grid,
    .vp-inquiry {
        grid-template-columns: 1fr;
    }

    .wv-phone-card,
    .vp-phone-card {
        min-height: 360px;
    }
}

@media (max-width: 640px) {
    .wv-hero,
    .vp-hero {
        padding-top: 42px;
    }

    .wv-hero h1,
    .vp-hero h1 {
        font-size: 38px;
    }

    .wv-filter-bar a {
        min-height: 40px;
        padding-inline: 15px;
        font-size: 13px;
    }
}

/* Dedicated Download App page */
.download-page {
    background:
        radial-gradient(circle at 88% 4%, rgba(217, 70, 239, 0.16), transparent 31%),
        radial-gradient(circle at 12% 12%, rgba(99, 102, 241, 0.18), transparent 34%),
        #0b0f1a;
}

.download-hero,
.download-features,
.download-split {
    width: min(100% - 36px, 1240px);
    margin-inline: auto;
}

.download-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(340px, 0.78fr);
    gap: clamp(42px, 8vw, 118px);
    align-items: center;
    padding-top: clamp(76px, 10vw, 128px);
    padding-bottom: clamp(60px, 8vw, 104px);
}

.download-copy h1 {
    max-width: 780px;
    margin: 0 0 22px;
    color: #f8fafc !important;
    font-size: clamp(46px, 6.4vw, 84px);
    line-height: 0.98;
    letter-spacing: 0;
}

.download-copy > p:not(.eyebrow) {
    max-width: 730px;
    margin: 0;
    color: #c4cada !important;
    font-size: clamp(17px, 1.8vw, 21px);
    line-height: 1.5;
}

.download-store-actions,
.download-trust-row,
.download-cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.download-store-actions {
    margin-top: 32px;
}

.download-store-button {
    display: grid;
    gap: 2px;
    min-width: 190px;
    padding: 14px 22px;
    color: #111827 !important;
    background: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 18px;
    box-shadow: 0 20px 56px rgba(0, 0, 0, 0.24);
}

.download-store-button span {
    color: #64748b;
    font-size: 12px;
    font-weight: 850;
}

.download-store-button strong {
    color: #111827;
    font-size: 22px;
    line-height: 1.1;
}

.download-store-button:hover {
    transform: translateY(-2px);
}

.download-trust-row {
    margin-top: 22px;
}

.download-trust-row span {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 8px 13px;
    color: #dbe4ff !important;
    background: rgba(255, 255, 255, 0.065);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 999px;
    font-size: 13px;
    font-weight: 850;
}

.download-phone-wrap {
    display: grid;
    justify-items: center;
}

.download-phone {
    position: relative;
    width: min(100%, 430px);
    min-height: 570px;
    padding: 28px;
    overflow: hidden;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.035)),
        radial-gradient(circle at 70% 18%, rgba(217, 70, 239, 0.26), transparent 36%),
        #171b26;
    border: 10px solid #05070d;
    border-radius: 46px;
    box-shadow: 0 40px 110px rgba(0, 0, 0, 0.44);
}

.download-phone::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(11, 15, 26, 0.03), rgba(11, 15, 26, 0.78)),
        linear-gradient(135deg, rgba(99, 102, 241, 0.16), rgba(217, 70, 239, 0.12));
}

.download-notch {
    position: relative;
    z-index: 1;
    width: 96px;
    height: 8px;
    margin: 0 auto 190px;
    background: #05070d;
    border-radius: 999px;
}

.download-app-card {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 12px;
    max-width: 310px;
}

.download-app-card span {
    width: max-content;
    padding: 8px 12px;
    color: #fff;
    background: linear-gradient(135deg, #6366f1, #d946ef);
    border-radius: 999px;
    font-size: 11px;
    font-weight: 950;
    text-transform: uppercase;
}

.download-app-card h2 {
    margin: 0;
    color: #fff !important;
    font-size: clamp(34px, 4vw, 48px);
    line-height: 0.98;
}

.download-app-card p {
    margin: 0;
    color: rgba(255, 255, 255, 0.8) !important;
}

.download-lines {
    display: grid;
    gap: 9px;
    margin-top: 8px;
}

.download-lines i {
    display: block;
    width: 100%;
    height: 8px;
    background: rgba(255, 255, 255, 0.38);
    border-radius: 999px;
}

.download-lines i:nth-child(2) {
    width: 76%;
}

.download-lines i:nth-child(3) {
    width: 52%;
}

.download-mini-card {
    position: absolute;
    right: -18px;
    bottom: 102px;
    z-index: 2;
    display: grid;
    width: 150px;
    padding: 18px;
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
}

.download-mini-card strong {
    color: #d946ef;
    font-size: 44px;
    line-height: 1;
}

.download-mini-card span {
    color: #64748b;
    font-size: 12px;
    font-weight: 850;
}

.download-features {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(22px, 4vw, 34px);
    padding-bottom: clamp(58px, 8vw, 104px);
}

.download-features article,
.download-checklist,
.download-split {
    color: #eef2ff !important;
    background: rgba(255, 255, 255, 0.055);
    border: 1px solid rgba(255, 255, 255, 0.11);
    border-radius: 24px;
    box-shadow: 0 24px 74px rgba(0, 0, 0, 0.22);
}

.download-features article {
    padding: clamp(24px, 4vw, 34px);
}

.download-features span {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    color: #fff;
    background: linear-gradient(135deg, #6366f1, #d946ef);
    border-radius: 12px;
    font-size: 13px;
    font-weight: 950;
}

.download-features h2,
.download-split h2 {
    color: #f8fafc !important;
}

.download-features h2 {
    margin: 22px 0 12px;
    font-size: 24px;
    line-height: 1.16;
}

.download-features p,
.download-split p {
    margin: 0;
    color: #c4cada !important;
}

.download-split {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.82fr);
    gap: clamp(28px, 5vw, 62px);
    align-items: center;
    padding: clamp(28px, 5vw, 54px);
    margin-bottom: clamp(70px, 9vw, 118px);
}

.download-split h2 {
    max-width: 720px;
    margin: 0 0 18px;
    font-size: clamp(32px, 4.2vw, 56px);
    line-height: 1.04;
}

.download-checklist {
    display: grid;
    gap: 12px;
    padding: 24px;
    box-shadow: none;
}

.download-checklist span {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #dbe4ff !important;
    font-weight: 850;
}

.download-checklist span::before {
    content: "";
    flex: 0 0 auto;
    width: 10px;
    height: 10px;
    background: linear-gradient(135deg, #6366f1, #d946ef);
    border-radius: 999px;
}

.download-cta-actions {
    justify-content: center;
}

.download-cta-actions .button {
    min-width: 180px;
}

@media (max-width: 980px) {
    .download-hero,
    .download-features,
    .download-split {
        grid-template-columns: 1fr;
    }

    .download-phone {
        min-height: 480px;
    }
}

@media (max-width: 640px) {
    .download-hero {
        padding-top: 42px;
    }

    .download-copy h1 {
        font-size: 38px;
    }

    .download-store-button {
        width: 100%;
    }

    .download-mini-card {
        right: 10px;
        bottom: 78px;
    }
}
