/*
|--------------------------------------------------------------------------
| SellBuyandBid Version 2.0
| File: css/v2.css
|--------------------------------------------------------------------------
*/

:root {
    --v2-primary: #0f5bd3;
    --v2-primary-dark: #0a429d;
    --v2-primary-soft: #eaf2ff;
    --v2-secondary: #0c8a63;
    --v2-secondary-dark: #08704f;
    --v2-ink: #0e1b2e;
    --v2-text: #43516a;
    --v2-muted: #718096;
    --v2-border: #dfe7f1;
    --v2-surface: #ffffff;
    --v2-surface-soft: #f6f9fd;
    --v2-shadow: 0 24px 70px rgba(23, 52, 91, .14);
    --v2-radius-sm: 10px;
    --v2-radius-md: 16px;
    --v2-radius-lg: 26px;
    --v2-container: 1240px;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body.v2-site {
    margin: 0;
    min-width: 320px;
    background: var(--v2-surface);
    color: var(--v2-ink);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 16px;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}

body.v2-site a {
    color: inherit;
    text-decoration: none;
}

body.v2-site button,
body.v2-site input {
    font: inherit;
}

.v2-container {
    width: min(calc(100% - 40px), var(--v2-container));
    margin-inline: auto;
}

.v2-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;
}

/* Header */
.v2-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    border-bottom: 1px solid rgba(223, 231, 241, .82);
    background: rgba(255, 255, 255, .92);
    backdrop-filter: blur(18px);
}

.v2-header__inner {
    min-height: 78px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
}

.v2-brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    flex: 0 0 auto;
}

.v2-brand__mark {
    width: 40px;
    height: 40px;
    padding: 9px;
    display: grid;
    align-items: end;
    grid-template-columns: repeat(3, 1fr);
    gap: 3px;
    border-radius: 12px;
    background: linear-gradient(145deg, var(--v2-primary), #3a82ed);
    box-shadow: 0 10px 25px rgba(15, 91, 211, .24);
}

.v2-brand__mark span {
    display: block;
    border-radius: 4px 4px 2px 2px;
    background: #fff;
}

.v2-brand__mark span:nth-child(1) { height: 42%; opacity: .72; }
.v2-brand__mark span:nth-child(2) { height: 74%; opacity: .88; }
.v2-brand__mark span:nth-child(3) { height: 100%; }

.v2-brand__text {
    display: grid;
    line-height: 1.15;
}

.v2-brand__text strong {
    font-size: 17px;
    letter-spacing: -.025em;
}

.v2-brand__text small {
    margin-top: 4px;
    color: var(--v2-muted);
    font-size: 10px;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.v2-nav {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 28px;
}

.v2-nav__links,
.v2-nav__actions {
    display: flex;
    align-items: center;
}

.v2-nav__links {
    gap: 6px;
}

.v2-nav__links a {
    padding: 10px 11px;
    border-radius: 9px;
    color: #36445b;
    font-size: 14px;
    font-weight: 600;
    transition: .2s ease;
}

.v2-nav__links a:hover,
.v2-nav__links a.is-active {
    color: var(--v2-primary);
    background: var(--v2-primary-soft);
}

.v2-nav__actions {
    gap: 10px;
}

.v2-login-link {
    padding: 10px 7px;
    color: #34425a;
    font-size: 14px;
    font-weight: 700;
}

.v2-btn {
    min-height: 42px;
    padding: 10px 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 1px solid transparent;
    border-radius: var(--v2-radius-sm);
    font-size: 14px;
    font-weight: 750;
    line-height: 1.2;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease;
}

.v2-btn:hover {
    transform: translateY(-1px);
}

.v2-btn--primary {
    color: #fff !important;
    background: linear-gradient(135deg, var(--v2-primary), #2874e4);
    box-shadow: 0 10px 22px rgba(15, 91, 211, .22);
}

.v2-btn--primary:hover {
    box-shadow: 0 14px 28px rgba(15, 91, 211, .29);
}

.v2-btn--secondary {
    color: #fff !important;
    background: linear-gradient(135deg, var(--v2-secondary), #19a578);
    box-shadow: 0 10px 22px rgba(12, 138, 99, .2);
}

.v2-btn--outline {
    color: var(--v2-primary) !important;
    border-color: #a9c8f4;
    background: #fff;
}

.v2-btn--ghost {
    color: var(--v2-primary) !important;
    background: var(--v2-primary-soft);
}

.v2-btn--large {
    min-height: 50px;
    padding-inline: 23px;
    border-radius: 12px;
    font-size: 15px;
}

.v2-menu-toggle {
    width: 44px;
    height: 44px;
    padding: 10px;
    display: none;
    border: 1px solid var(--v2-border);
    border-radius: 10px;
    background: #fff;
    cursor: pointer;
}

.v2-menu-toggle span {
    width: 100%;
    height: 2px;
    display: block;
    margin: 5px 0;
    border-radius: 3px;
    background: var(--v2-ink);
}

/* Hero */
.v2-hero {
    position: relative;
    overflow: hidden;
    padding: 92px 0 86px;
    background:
        linear-gradient(180deg, #f8fbff 0%, #ffffff 92%);
}

.v2-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: .5;
    background-image:
        linear-gradient(rgba(15, 91, 211, .04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(15, 91, 211, .04) 1px, transparent 1px);
    background-size: 42px 42px;
    mask-image: linear-gradient(to bottom, black, transparent 82%);
}

.v2-hero__glow {
    position: absolute;
    border-radius: 999px;
    filter: blur(8px);
    pointer-events: none;
}

.v2-hero__glow--one {
    top: -220px;
    right: -180px;
    width: 540px;
    height: 540px;
    background: radial-gradient(circle, rgba(54, 133, 241, .21), transparent 67%);
}

.v2-hero__glow--two {
    left: -230px;
    bottom: -260px;
    width: 520px;
    height: 520px;
    background: radial-gradient(circle, rgba(18, 167, 119, .14), transparent 68%);
}

.v2-hero__grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(390px, .95fr);
    align-items: center;
    gap: 72px;
}

.v2-eyebrow {
    width: fit-content;
    padding: 7px 11px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 1px solid #cfe0f8;
    border-radius: 999px;
    color: var(--v2-primary-dark);
    background: rgba(255, 255, 255, .75);
    box-shadow: 0 8px 25px rgba(53, 92, 143, .07);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .045em;
    text-transform: uppercase;
}

.v2-eyebrow__dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--v2-secondary);
    box-shadow: 0 0 0 5px rgba(12, 138, 99, .1);
}

.v2-hero h1 {
    max-width: 760px;
    margin: 24px 0 20px;
    color: var(--v2-ink);
    font-size: clamp(44px, 5.2vw, 72px);
    line-height: 1.04;
    letter-spacing: -.052em;
}

.v2-hero h1 span {
    display: block;
    color: var(--v2-primary);
}

.v2-hero__lead {
    max-width: 680px;
    margin: 0;
    color: var(--v2-text);
    font-size: 18px;
    line-height: 1.75;
}

.v2-search {
    max-width: 720px;
    min-height: 64px;
    margin-top: 30px;
    padding: 7px 7px 7px 18px;
    display: flex;
    align-items: center;
    gap: 12px;
    border: 1px solid #d8e2ef;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 16px 45px rgba(31, 64, 105, .12);
}

.v2-search:focus-within {
    border-color: #91b9ef;
    box-shadow: 0 0 0 4px rgba(15, 91, 211, .08), 0 18px 48px rgba(31, 64, 105, .13);
}

.v2-search__icon {
    width: 22px;
    height: 22px;
    flex: 0 0 auto;
}

.v2-search__icon svg {
    width: 100%;
    height: 100%;
    fill: none;
    stroke: #77869c;
    stroke-linecap: round;
    stroke-width: 2;
}

.v2-search input {
    min-width: 0;
    flex: 1;
    border: 0;
    outline: 0;
    color: var(--v2-ink);
    background: transparent;
    font-size: 15px;
}

.v2-search input::placeholder {
    color: #8996aa;
}

.v2-search button {
    min-height: 48px;
    padding: 10px 20px;
    border: 0;
    border-radius: 11px;
    color: #fff;
    background: var(--v2-primary);
    font-size: 14px;
    font-weight: 800;
    cursor: pointer;
}

.v2-search button:hover {
    background: var(--v2-primary-dark);
}

.v2-hero__actions {
    margin-top: 24px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.v2-trust-row {
    margin-top: 24px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    color: #5d6c82;
    font-size: 13px;
    font-weight: 650;
}

.v2-trust-row span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
}

.v2-trust-row svg {
    width: 16px;
    height: 16px;
    fill: none;
    stroke: var(--v2-secondary);
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2.5;
}

/* Dashboard visual */
.v2-dashboard-card {
    padding: 22px;
    border: 1px solid rgba(207, 220, 237, .9);
    border-radius: var(--v2-radius-lg);
    background: rgba(255, 255, 255, .92);
    box-shadow: var(--v2-shadow);
    transform: perspective(1000px) rotateY(-2deg) rotateX(1deg);
}

.v2-dashboard-card__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.v2-dashboard-card__top > div {
    display: grid;
}

.v2-dashboard-card__label {
    color: var(--v2-muted);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.v2-dashboard-card__top strong {
    margin-top: 3px;
    font-size: 20px;
    letter-spacing: -.025em;
}

.v2-live-pill {
    padding: 6px 9px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    border-radius: 999px;
    color: #08704f;
    background: #e6f8f1;
    font-size: 11px;
    font-weight: 850;
}

.v2-live-pill i {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #13a674;
    box-shadow: 0 0 0 4px rgba(19, 166, 116, .11);
}

.v2-metric-grid {
    margin-top: 20px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

.v2-metric-grid article {
    padding: 16px;
    display: grid;
    border: 1px solid #e0e9f3;
    border-radius: 14px;
    background: #f9fbfe;
}

.v2-metric-grid span {
    color: var(--v2-muted);
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
}

.v2-metric-grid strong {
    margin-top: 6px;
    color: var(--v2-primary);
    font-size: 20px;
}

.v2-metric-grid small {
    margin-top: 3px;
    color: #8190a5;
    font-size: 11px;
}

.v2-activity-list {
    margin-top: 18px;
    border-top: 1px solid #e5ecf5;
}

.v2-activity-item {
    padding: 15px 0;
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr) auto;
    align-items: center;
    gap: 12px;
    border-bottom: 1px solid #e8eef6;
}

.v2-activity-icon {
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
    border-radius: 11px;
    font-size: 11px;
    font-weight: 900;
}

.v2-activity-icon--blue { color: #0f5bd3; background: #eaf2ff; }
.v2-activity-icon--green { color: #08704f; background: #e6f8f1; }
.v2-activity-icon--violet { color: #6c45c5; background: #f1ebff; }

.v2-activity-item > div {
    min-width: 0;
    display: grid;
}

.v2-activity-item strong {
    overflow: hidden;
    font-size: 13px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.v2-activity-item small {
    overflow: hidden;
    margin-top: 2px;
    color: #8491a4;
    font-size: 11px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.v2-status {
    padding: 5px 8px;
    border-radius: 999px;
    color: #0f5bd3;
    background: #eaf2ff;
    font-size: 10px;
    font-weight: 850;
}

.v2-status--green { color: #08704f; background: #e6f8f1; }
.v2-status--violet { color: #6c45c5; background: #f1ebff; }

.v2-dashboard-card__footer {
    padding-top: 15px;
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
}

.v2-dashboard-card__footer span {
    padding: 5px 8px;
    border: 1px solid #e0e8f2;
    border-radius: 7px;
    color: #647389;
    background: #fbfcfe;
    font-size: 10px;
    font-weight: 750;
}

/* Value strip */
.v2-value-strip {
    border-top: 1px solid #e6edf6;
    border-bottom: 1px solid #e6edf6;
    background: #fff;
}

.v2-value-strip__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.v2-value-strip article {
    min-height: 148px;
    padding: 30px 34px;
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.v2-value-strip article + article {
    border-left: 1px solid #e6edf6;
}

.v2-value-strip__number {
    color: #9bbceb;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .08em;
}

.v2-value-strip article div {
    display: grid;
}

.v2-value-strip strong {
    font-size: 16px;
}

.v2-value-strip p {
    margin: 5px 0 0;
    color: var(--v2-muted);
    font-size: 13px;
    line-height: 1.55;
}

/* Footer */
.v2-footer {
    padding-top: 56px;
    color: #b8c5d9;
    background: #0c1727;
}

.v2-footer__top {
    padding-bottom: 42px;
    display: grid;
    grid-template-columns: 1fr 1.35fr;
    gap: 80px;
}

.v2-brand--footer {
    color: #fff;
}

.v2-brand--footer .v2-brand__text small {
    color: #8290a5;
}

.v2-footer__brand p {
    max-width: 440px;
    margin: 20px 0 0;
    color: #8997aa;
    font-size: 14px;
}

.v2-footer__links {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 35px;
}

.v2-footer__links > div {
    display: grid;
    align-content: start;
    gap: 10px;
}

.v2-footer__links strong {
    margin-bottom: 5px;
    color: #fff;
    font-size: 13px;
}

.v2-footer__links a {
    color: #8f9cb0 !important;
    font-size: 13px;
}

.v2-footer__links a:hover {
    color: #fff !important;
}

.v2-footer__bottom {
    min-height: 68px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    border-top: 1px solid rgba(255, 255, 255, .08);
    color: #748297;
    font-size: 12px;
}

/* Responsive */
@media (max-width: 1100px) {
    .v2-header__inner {
        min-height: 72px;
    }

    .v2-menu-toggle {
        display: block;
    }

    .v2-nav {
        position: absolute;
        top: calc(100% + 1px);
        left: 0;
        right: 0;
        padding: 18px 20px 22px;
        display: none;
        align-items: stretch;
        gap: 18px;
        border-bottom: 1px solid var(--v2-border);
        background: #fff;
        box-shadow: 0 18px 35px rgba(22, 48, 82, .12);
    }

    .v2-nav.is-open {
        display: grid;
    }

    .v2-nav__links,
    .v2-nav__actions {
        align-items: stretch;
    }

    .v2-nav__links {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }

    .v2-nav__actions {
        flex-wrap: wrap;
    }

    .v2-nav__actions .v2-btn {
        flex: 1;
    }

    .v2-hero__grid {
        grid-template-columns: 1fr;
        gap: 54px;
    }

    .v2-hero__content {
        max-width: 840px;
    }

    .v2-hero__visual {
        max-width: 720px;
    }

    .v2-dashboard-card {
        transform: none;
    }
}

@media (max-width: 760px) {
    .v2-container {
        width: min(calc(100% - 28px), var(--v2-container));
    }

    .v2-brand__text small {
        display: none;
    }

    .v2-nav__links {
        grid-template-columns: repeat(2, 1fr);
    }

    .v2-nav__actions {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .v2-login-link {
        grid-column: 1 / -1;
        text-align: center;
    }

    .v2-hero {
        padding: 68px 0 58px;
    }

    .v2-hero h1 {
        font-size: clamp(38px, 11vw, 54px);
    }

    .v2-hero__lead {
        font-size: 16px;
    }

    .v2-search {
        padding: 12px;
        display: grid;
        grid-template-columns: 24px minmax(0, 1fr);
    }

    .v2-search button {
        grid-column: 1 / -1;
        width: 100%;
    }

    .v2-hero__actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .v2-trust-row {
        display: grid;
        gap: 10px;
    }

    .v2-metric-grid {
        grid-template-columns: 1fr;
    }

    .v2-activity-item {
        grid-template-columns: 40px minmax(0, 1fr);
    }

    .v2-status {
        display: none;
    }

    .v2-value-strip__grid {
        grid-template-columns: 1fr;
    }

    .v2-value-strip article + article {
        border-top: 1px solid #e6edf6;
        border-left: 0;
    }

    .v2-footer__top {
        grid-template-columns: 1fr;
        gap: 42px;
    }

    .v2-footer__links {
        grid-template-columns: 1fr 1fr;
    }

    .v2-footer__bottom {
        padding: 20px 0;
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 470px) {
    .v2-brand__text strong {
        font-size: 15px;
    }

    .v2-nav__links,
    .v2-nav__actions,
    .v2-footer__links {
        grid-template-columns: 1fr;
    }

    .v2-nav__actions .v2-btn,
    .v2-login-link {
        width: 100%;
    }

    .v2-eyebrow {
        align-items: flex-start;
        border-radius: 12px;
        line-height: 1.4;
    }

    .v2-dashboard-card {
        padding: 16px;
        border-radius: 20px;
    }

    .v2-dashboard-card__top {
        align-items: flex-start;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        transition-duration: .01ms !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
    }
}

/* Package 2 */
.v2-section{padding:96px 0}.v2-section-heading{max-width:760px;margin:0 auto 48px;text-align:center}.v2-section-kicker{display:inline-block;margin-bottom:12px;color:var(--v2-primary);font-size:12px;font-weight:850;letter-spacing:.1em;text-transform:uppercase}.v2-section-heading h2{margin:0;font-size:clamp(34px,4vw,50px);line-height:1.12;letter-spacing:-.04em}.v2-section-heading p{max-width:680px;margin:18px auto 0;color:var(--v2-text);font-size:17px;line-height:1.75}.v2-feature-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}.v2-feature-card{min-height:290px;padding:30px;border:1px solid var(--v2-border);border-radius:22px;background:linear-gradient(180deg,#fff,#fbfdff);box-shadow:0 16px 45px rgba(31,64,105,.07);transition:.22s}.v2-feature-card:hover{transform:translateY(-4px);box-shadow:0 24px 58px rgba(31,64,105,.11)}.v2-feature-card__icon{width:54px;height:54px;display:grid;place-items:center;border-radius:15px;color:var(--v2-primary);background:var(--v2-primary-soft);font-size:25px;font-weight:900}.v2-feature-card h3{margin:24px 0 10px;font-size:23px}.v2-feature-card p{margin:0;color:var(--v2-text)}.v2-feature-card__link{margin-top:24px;display:inline-flex;color:var(--v2-primary)!important;font-weight:800}.v2-feature-card--industry{grid-column:span 2;min-height:0}.v2-industry-list{margin:18px 0 0;padding:0;display:grid;grid-template-columns:repeat(3,1fr);gap:12px 18px;list-style:none}.v2-industry-list li{padding-left:22px;position:relative;font-weight:700}.v2-industry-list li:before{content:'✓';position:absolute;left:0;color:var(--v2-secondary)}.v2-how{background:var(--v2-surface-soft)}.v2-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.v2-step{padding:30px;border:1px solid var(--v2-border);border-radius:20px;background:#fff;text-align:center}.v2-step span{color:var(--v2-primary);font-weight:900}.v2-step h3{margin:18px 0 9px}.v2-step p{margin:0;color:var(--v2-muted)}.v2-browse-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.v2-browse-card{min-height:300px;padding:34px;display:flex;flex-direction:column;border-radius:24px;color:#fff!important;transition:.22s}.v2-browse-card:hover{transform:translateY(-4px)}.v2-browse-card--inventory{background:linear-gradient(140deg,#0f5bd3,#2d7bea)}.v2-browse-card--rfq{background:linear-gradient(140deg,#08704f,#16a278)}.v2-browse-card span{font-size:12px;font-weight:850;text-transform:uppercase}.v2-browse-card h3{margin:22px 0 12px;font-size:31px}.v2-browse-card p{color:rgba(255,255,255,.82)}.v2-browse-card strong{margin-top:auto}.v2-final-cta{padding:20px 0 96px}.v2-final-cta__panel{padding:52px 58px;display:grid;grid-template-columns:1fr auto;align-items:center;gap:40px;border-radius:26px;color:#fff;background:linear-gradient(135deg,#0c1727,#122947)}.v2-final-cta__panel>div>span{color:#8fb8f5;font-size:11px;font-weight:850;text-transform:uppercase}.v2-final-cta h2{margin:8px 0 0;font-size:clamp(34px,4vw,48px)}.v2-final-cta p{color:#b8c6d8}.v2-final-cta__actions{display:flex;gap:12px}.v2-btn--light{color:#0c1727!important;background:#fff}.v2-btn--dark-outline{color:#fff!important;border-color:rgba(255,255,255,.32);background:rgba(255,255,255,.06)}@media(max-width:900px){.v2-feature-grid,.v2-browse-grid,.v2-steps{grid-template-columns:1fr}.v2-feature-card--industry{grid-column:auto}.v2-industry-list{grid-template-columns:repeat(2,1fr)}.v2-final-cta__panel{grid-template-columns:1fr}}@media(max-width:620px){.v2-section{padding:72px 0}.v2-feature-card,.v2-browse-card{padding:24px}.v2-industry-list{grid-template-columns:1fr}.v2-final-cta__panel{padding:36px 24px}.v2-final-cta__actions{display:grid}}

/* Home final refinements */
.v2-hero h1 .v2-title-dark { color: var(--v2-ink); }
.v2-hero h1 span { display:block; }
.v2-live-pill { color:#9a5a09; background:#fff1dc; }
.v2-live-pill i { display:none; }


.v2-back-to-top {
    cursor: pointer;
}


/* ==========================================================================
   Contact Us - Final layout
   ========================================================================== */
.v2-contact-page {
    padding: 44px 0 72px;
    background:
        radial-gradient(circle at 90% 8%, rgba(15, 91, 211, .08), transparent 28%),
        linear-gradient(180deg, #f8fbff 0%, #ffffff 72%);
}

.v2-contact-heading {
    margin: 0 auto 24px;
    text-align: center;
}

.v2-contact-heading h1 {
    margin: 0;
    color: var(--v2-ink);
    font-size: clamp(38px, 4.5vw, 56px);
    line-height: 1.08;
    letter-spacing: -.045em;
}

.v2-contact-heading p {
    margin: 10px 0 0;
    color: var(--v2-text);
    font-size: 16px;
}

.v2-contact-card {
    max-width: 1040px;
    margin: 0 auto;
    padding: 30px;
    border: 1px solid var(--v2-border);
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 18px 52px rgba(31, 64, 105, .10);
}

.v2-contact-form {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 18px 20px;
}

.v2-contact-field {
    min-width: 0;
    display: grid;
    gap: 7px;
}

.v2-contact-field--half {
    grid-column: span 3;
}

.v2-contact-field--full {
    grid-column: 1 / -1;
}

.v2-contact-field--third {
    grid-column: span 2;
}

.v2-contact-field label {
    color: #26354c;
    font-size: 13px;
    font-weight: 800;
}

.v2-contact-field label .required {
    color: #e23b3b;
}

.v2-contact-field input,
.v2-contact-field textarea {
    width: 100%;
    border: 1px solid #cad6e5;
    border-radius: 9px;
    outline: 0;
    color: var(--v2-ink);
    background: #fff;
    font: inherit;
    transition: border-color .2s ease, box-shadow .2s ease;
}

.v2-contact-field input {
    height: 46px;
    padding: 10px 13px;
}

.v2-contact-field textarea {
    min-height: 220px;
    padding: 13px;
    resize: vertical;
    line-height: 1.55;
}

.v2-contact-field input::placeholder,
.v2-contact-field textarea::placeholder {
    color: #8794a8;
}

.v2-contact-field input:focus,
.v2-contact-field textarea:focus {
    border-color: #7da9e8;
    box-shadow: 0 0 0 4px rgba(15, 91, 211, .08);
}

.v2-contact-note {
    grid-column: 1 / -1;
    margin: -2px 0 0;
    display: flex;
    align-items: center;
    gap: 9px;
    color: var(--v2-muted);
    font-size: 12px;
}

.v2-contact-note__icon {
    width: 20px;
    height: 20px;
    display: inline-grid;
    place-items: center;
    flex: 0 0 auto;
    border-radius: 50%;
    color: #fff;
    background: var(--v2-primary);
    font-size: 12px;
    font-weight: 800;
}

.v2-contact-note a {
    color: var(--v2-primary) !important;
    font-weight: 750;
    text-decoration: underline !important;
}

.v2-contact-actions {
    grid-column: 1 / -1;
    display: flex;
    justify-content: center;
    padding-top: 3px;
}

.v2-contact-actions .v2-btn {
    min-width: 190px;
    cursor: pointer;
}

.v2-contact-success {
    max-width: 900px;
    margin: 0 auto;
    padding: 34px;
    border: 1px solid #bfe8d8;
    border-radius: 20px;
    color: #086c4d;
    background: #eefbf6;
    box-shadow: 0 16px 42px rgba(31, 64, 105, .07);
    text-align: center;
}

.v2-contact-success h1 {
    margin: 0 0 8px;
    color: #075c43;
    font-size: 32px;
}

.v2-contact-success p {
    margin: 0 0 20px;
}

@media (max-width: 760px) {
    .v2-contact-page {
        padding: 34px 0 54px;
    }

    .v2-contact-card {
        padding: 22px 16px;
        border-radius: 18px;
    }

    .v2-contact-form {
        grid-template-columns: 1fr;
    }

    .v2-contact-field--half,
    .v2-contact-field--full,
    .v2-contact-field--third,
    .v2-contact-note,
    .v2-contact-actions {
        grid-column: 1;
    }

    .v2-contact-field textarea {
        min-height: 190px;
    }

    .v2-contact-actions .v2-btn {
        width: 100%;
    }
}
