:root {
    --ink: #121b35;
    --muted: #455272;
    --panel: #f3f4f7;
    --panel-soft: #f8f9fc;
    --line: #d7dbe5;
    --brand: #ff6a00;
    --brand-deep: #e95e00;
    --night: #07143a;
    --white: #ffffff;
}

* {
    box-sizing: border-box;
}

html,
body {
    margin: 0;
    padding: 0;
    font-family: "Barlow", "Segoe UI", sans-serif;
    color: var(--ink);
    background: var(--panel-soft);
}

a {
    color: inherit;
}

.hero {
    position: relative;
    background-image: url('/img/US/hero.webp');
    background-size: cover;
    background-position: center;
    min-height: 670px;
    display: flex;
    align-items: center;
}
.btn-primary{
    font-weight: 700;
}
.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.82) 0%, rgba(0, 0, 0, 0.38) 58%, rgba(0, 0, 0, 0.22) 100%); 
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}

.hero-wrap {
    position: relative;
    z-index: 2;
    padding-top: 56px;
    padding-bottom: 56px;
}

.hero-copy {
    color: var(--white);
}

.hero-kicker {
    display: inline-block;
    padding: 8px 14px;
    border-radius: 8px;
    background: rgba(255, 106, 0, 0.25);
    color: #ffc48f;
    font-weight: 700;
    letter-spacing: 0.04em;
    font-size: 0.8rem;
}

.hero-copy h1 {
    margin: 18px 0 12px;
    font-family: "Space Grotesk", "Barlow", sans-serif;
    font-size: clamp(2.3rem, 5vw, 4.25rem);
    line-height: 1.04;
    max-width: 620px;
}

.hero-copy p {
    font-size: 20px;
    max-width: 650px;
    margin-bottom: 40px;
    color: #e8ecf6;
}

.hero-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.btn-primary-solid,
.btn-ghost {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    padding: 11px 22px;
    font-weight: 700;
    font-size: 1.1rem;
    text-decoration: none;
    border: 2px solid transparent;
    transition: all 0.2s ease;
    cursor: pointer;
}

.btn-primary-solid {
    background: var(--brand);
    border-color: var(--brand);
    color: var(--white);
}

.btn-primary-solid:hover {
    background: var(--brand-deep);
    border-color: var(--brand-deep);
    color: var(--white);
}

.btn-ghost {
    background: transparent;
    border-color: var(--white);
    color: var(--white);
}

.btn-ghost:hover {
    background: rgba(255, 255, 255, 0.18);
    color: var(--white);
}

.btn-block {
    width: 100%;
}

.lead-card {
    background: #f6f7fa;
    border: 2px solid var(--brand);
    border-radius: 16px;
    padding: 30px;
    box-shadow: 0 24px 60px rgba(5, 14, 38, 0.34);
}

.lead-card h2 {
    font-family: "Space Grotesk", "Barlow", sans-serif;
    font-size: 2.1rem;
    margin: 0;
}

.lead-subtitle {
    margin: 10px 0 20px;
    color: var(--muted);
    font-size: 1.05rem;
}

.lead-card-status {
    text-align: center;
}

.lead-card-status .lead-subtitle {
    margin-bottom: 14px;
}

.thanks-logo {
    display: block;
    max-width: 230px;
    width: 100%;
    margin: 0 auto 12px;
    height: auto;
}

.status-subtitle {
    margin: 0;
    color: var(--muted);
    font-size: 1.05rem;
}

.form-row {
    margin-bottom: 14px;
}

.form-row label {
    display: block;
    margin-bottom: 5px;
    color: var(--ink);
    font-weight: 700;
    font-size: 1.05rem;
}

.form-row input {
    width: 100%;
    height: 48px;
    border: 1px solid #b9c3d6;
    border-radius: 8px;
    padding: 0 14px;
    background: #fdfdff;
    color: var(--ink);
    font-size: 1rem;
}

.form-row input:focus {
    border-color: #7da7ff;
    outline: none;
    box-shadow: 0 0 0 2px rgba(88, 133, 255, 0.2);
}

#contactform label.error {
    margin-top: 4px;
    display: block;
    color: #c1272d;
    font-size: 0.88rem;
    font-weight: 600;
}

.form-note,
.policy-note {
    margin: 14px 0 0;
    text-align: center;
    color: #617191;
    font-size: 0.95rem;
}

.policy-note {
    margin-top: 8px;
}

.policy-note a {
    color: var(--brand-deep);
    font-weight: 700;
}

.trust-strip {
    padding: 24px 0;
    background: #eef1f7;
    border-top: 1px solid #dfe4ee;
    border-bottom: 1px solid #dfe4ee;
}

.trust-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.trust-icon {
    width: 38px;
    height: 38px;
    border-radius: 9px;
    background: var(--brand);
    color: #fff;
    font-size: 1.15rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-weight: 700;
    margin-top: 2px;
}

.trust-item h3 {
    margin: 0;
    font-family: "Space Grotesk", "Barlow", sans-serif;
    font-size: 1.3rem;
}

.trust-item p {
    margin: 0;
    color: var(--muted);
    font-size: 1.03rem;
}

.section-light,
.section-gray {
    padding: 94px 0;
}

.section-gray {
    background: #eef1f7;
    border-top: 1px solid #dde3ee;
    border-bottom: 1px solid #dde3ee;
}

.section-title {
    margin-bottom: 34px;
}

.section-title h2 {
    margin: 0;
    font-family: "Space Grotesk", "Barlow", sans-serif;
    font-size: clamp(2rem, 4vw, 3.25rem);
    line-height: 1.15;
}

.section-title::after {
    content: "";
    display: block;
    width: 68px;
    height: 4px;
    border-radius: 2px;
    margin-top: 16px;
    background: var(--brand);
}

.solution-card,
.industry-card {
    background: var(--panel-soft);
    border: 1px solid #cfd7e4;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 4px 14px rgba(9, 18, 46, 0.06);
    height: 100%;
}

.solution-card img,
.industry-card img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
}

.solution-card img {
    object-fit: contain;
    padding: 10px;
    background-color: #fff;
}

.solution-body,
.industry-body {
    padding: 22px 24px 24px;
}

.solution-body h3,
.industry-body h3 {
    margin: 0 0 10px;
    font-family: "Space Grotesk", "Barlow", sans-serif;
    font-size: 22px;
}

.solution-body p,
.industry-body p {
    margin: 0 0 14px;
    color: var(--muted);
    font-size: 1.2rem;
}

.solution-body ul {
    margin: 0 0 16px;
    padding: 0;
    list-style: none;
}

.solution-body li {
    position: relative;
    padding-left: 18px;
    margin-bottom: 7px;
    color: #2f3f60;
    font-size: 1.12rem;
}

.solution-body li::before {
    content: "\2713";
    position: absolute;
    left: 0;
    top: -1px;
    color: var(--brand);
    font-weight: 700;
}

.faq-wrap {
    max-width: 980px;
}

.accordion-item {
    border: 1px solid #ccd4e3;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 12px;
    background: #fdfdff;
}

.accordion-button {
    font-family: "Space Grotesk", "Barlow", sans-serif;
    font-size: 1.7rem;
    font-weight: 700;
    color: #1a243f;
    background: #fdfdff;
    padding: 22px 26px;
}

.accordion-button:not(.collapsed) {
    color: #1a243f;
    background: #fdfdff;
    box-shadow: none;
}

.accordion-button:focus {
    box-shadow: none;
}

.accordion-body {
    font-size: 1.15rem;
    color: var(--muted);
    padding: 0 26px 24px;
}

.section-cta {
    background: var(--night);
    color: #eef3ff;
    text-align: center;
    padding: 100px 0;
}

.section-cta h2 {
    margin: 0;
    font-family: "Space Grotesk", "Barlow", sans-serif;
    font-size: clamp(2.3rem, 4vw, 4rem);
}

.section-cta p {
    margin: 16px auto 24px;
    max-width: 760px;
    color: #c8d3ef;
    font-size: clamp(1.15rem, 2vw, 1.8rem);
}

.section-cta span {
    display: block;
    margin-top: 14px;
    color: #9fb0da;
    font-size: 1.06rem;
}

.section-ads {
    background: #f4f6fa;
    border-top: 1px solid #dbe2ef;
    padding: 18px 0;
    text-align: center;
}

.status-page {
    position: relative;
    min-height: calc(100vh - 140px);
    background-image: url('/img/footer.jpg');
    background-size: cover;
    background-position: center;
    padding: 120px 0;
    display: flex;
    align-items: center;
}

.status-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(8, 17, 39, 0.74) 0%, rgba(8, 17, 39, 0.82) 100%);
}

.status-page .container {
    position: relative;
    z-index: 2;
}

.status-card {
    max-width: 560px;
    margin: 0 auto;
    border-radius: 16px;
    border: 1px solid #d6dced;
    background: #fdfdff;
    padding: 34px;
    text-align: center;
    box-shadow: 0 28px 60px rgba(7, 15, 35, 0.34);
}

.status-card h1 {
    margin: 0 0 10px;
    font-family: "Space Grotesk", "Barlow", sans-serif;
    font-size: clamp(2rem, 4vw, 3.2rem);
}

.status-card p {
    color: var(--muted);
    margin-bottom: 20px;
    font-size: 1.12rem;
}

.lead-card-progress {
    max-width: 100%;
}

.form-progress-wrap {
    margin-bottom: 22px;
}

.form-progress-bar {
    width: 100%;
    height: 8px;
    border-radius: 999px;
    background: #e1e6f0;
    overflow: hidden;
    margin-bottom: 8px;
}

.form-progress-bar span {
    display: block;
    width: 16.666%;
    height: 100%;
    background: var(--brand);
    border-radius: 999px;
    transition: width 0.25s ease;
}

.form-progress-text {
    margin: 0;
    color: var(--muted);
    font-size: 0.95rem;
    font-weight: 600;
}

.progress-form-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) 280px;
    gap: 22px;
    align-items: start;
}

.progress-form-main {
    min-width: 0;
}

.progress-form-summary {
    background: #ffffff;
    border: 1px solid #d9e0ea;
    border-radius: 14px;
    padding: 18px;
    position: sticky;
    top: 18px;
}

.progress-form-summary h4 {
    margin: 0 0 14px;
    font-family: "Space Grotesk", "Barlow", sans-serif;
    font-size: 1.15rem;
}

.summary-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.summary-list li {
    padding: 9px 0;
    border-bottom: 1px solid #edf1f6;
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.summary-list li:last-child {
    border-bottom: 0;
}

.summary-list strong {
    font-size: 0.85rem;
    color: var(--ink);
    font-weight: 700;
}

.summary-list span {
    font-size: 0.95rem;
    color: var(--muted);
    word-break: break-word;
}

.form-step {
    display: none;
}

.form-step.active {
    display: block;
}

.step-heading h3 {
    margin: 0 0 18px;
    font-family: "Space Grotesk", "Barlow", sans-serif;
    font-size: 20px;
    line-height: 1.2;
    color: var(--ink);
}

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

.option-grid-small {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.option-grid input[type="radio"] {
    display: none;
}

.option-card {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    min-height: 58px;
    padding: 15px 16px;
    border-radius: 10px;
    border: 1px solid #c8d2e2;
    background: #fdfdff;
    cursor: pointer;
    transition: all 0.2s ease;
}

.option-card span {
    font-size: 1rem;
    font-weight: 700;
    color: var(--ink);
    line-height: 1.35;
}

.option-card:hover {
    border-color: var(--brand);
    box-shadow: 0 0 0 2px rgba(255, 106, 0, 0.08);
}

.option-grid input[type="radio"]:checked+.option-card {
    border-color: var(--brand);
    background: #fff3ea;
    box-shadow: 0 0 0 2px rgba(255, 106, 0, 0.14);
}

.form-row select {
    width: 100%;
    height: 48px;
    border: 1px solid #b9c3d6;
    border-radius: 8px;
    padding: 0 14px;
    background: #fdfdff;
    color: var(--ink);
    font-size: 1rem;
}

.form-row select:focus {
    border-color: #7da7ff;
    outline: none;
    box-shadow: 0 0 0 2px rgba(88, 133, 255, 0.2);
}

.terms-check-wrap {
    margin-top: 8px;
    margin-bottom: 2px;
}

.terms-check-label {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin: 0;
    cursor: pointer;
}

.terms-check-label input[type="checkbox"] {
    width: 18px;
    height: 18px;
    margin-top: 2px;
    accent-color: var(--brand);
    cursor: pointer;
    flex-shrink: 0;
}

.terms-check-label span {
    color: #2f3f60;
    font-size: 0.95rem;
    line-height: 1.35;
}

.terms-check-label a {
    color: var(--brand-deep);
    font-weight: 700;
    text-decoration: none;
}

.terms-check-label a:hover {
    text-decoration: underline;
}

.step-error {
    display: none;
    margin-top: 12px;
    color: #c1272d;
    font-size: 0.9rem;
    font-weight: 600;
}

.form-step.has-error .step-error {
    display: block;
}

.form-navigation {
    display: flex;
    gap: 12px;
    margin-top: 22px;
}

.btn-step {
    height: 48px;
    min-width: 110px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.2s ease;
}

.btn-step-back {
    background: transparent;
    border: 2px solid #c8d2e2;
    color: var(--ink);
}

.btn-step-back:hover {
    background: #eef2f8;
}

.btn-step.is-hidden {
    visibility: hidden;
    display: none;
    pointer-events: none;
}

#contactform .form-step .error {
    margin-top: 4px;
    display: block;
    color: #c1272d;
    font-size: 0.88rem;
    font-weight: 600;
}

/* no-summary layout override */
.progress-form-layout {
    display: block;
}

.progress-form-main {
    width: 100%;
    min-width: 100%;
}

.progress-form-summary {
    display: none !important;
}

.lead-card-progress {
    max-width: 100%;
}


.hero-copy h1.hero-trial-title {
    margin: 18px 0 10px;
    font-family: "Space Grotesk", "Barlow", sans-serif;
    font-size: clamp(1.8rem, 3.5vw, 3rem);
    line-height: 0.98;
    max-width: 620px;
    color: var(--white);
}

.hero-copy h2 {
    margin: 0 0 32px;
    font-family: "Space Grotesk", "Barlow", sans-serif;
    font-size: clamp(1.8rem, 3.5vw, 3rem);
    line-height: 1.06;
    max-width: 620px;
    color: var(--white);
}

.hero-actions {
    display: none !important;
}

.hero-trust-divider {
    height: 5px;
    background: linear-gradient(90deg, rgba(255, 106, 0, 0.92) 0%, rgba(255, 106, 0, 0.46) 45%, rgba(255, 106, 0, 0.00) 100%);
}

.trust-strip {
    padding: 50px 0;
}

.trust-item h3 {
    font-size: 20px;
}

.trust-item p {
    font-size: 14px;
}

@media (max-width: 1200px) {
    .hero {
        min-height: auto;
    }

    .hero-wrap {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .lead-card {
        max-width: 100%;
    }

    .section-light,
    .section-gray {
        padding: 84px 0;
    }

    .solution-card img,
    .industry-card img {
        height: 205px;
    }

    .trust-strip {
        padding: 40px 0;
    }
}

@media (max-width: 992px) {

    .hero-copy h1,
    .hero-copy h2,
    .hero-copy p {
        max-width: 100%;
    }

    .hero-copy p {
        font-size: 18px;
    }

    .lead-card {
        margin-top: 12px;
        padding: 24px;
    }

    .section-light,
    .section-gray {
        padding: 72px 0;
    }

    .accordion-button {
        font-size: 1.35rem;
        padding: 18px 22px;
    }

    .accordion-body {
        font-size: 1.05rem;
        padding: 0 22px 20px;
    }

    .section-cta {
        padding: 84px 0;
    }
}

@media (max-width: 768px) {
    .hero-wrap {
        padding-top: 36px;
        padding-bottom: 36px;
    }

    .industry-card {
        margin: 20px;
    }

    .hero-copy h1.hero-trial-title {
        font-size: clamp(2rem, 10vw, 3.1rem);
    }

    .hero-kicker {
        display: flex;
        justify-content: center;
        margin: auto;
        max-width: 200px;
    }

    #solutions .btn-primary-solid {
        display: block;
        text-align: center;
        max-width: 200px;
    }

    .solution-body ul {
        max-width: 230px;
        margin: 0 auto 20px;
    }

    .hero-copy h2,
    .hero-copy h1.hero-trial-title,
    .hero-kicker,
    .hero-copy p,
    .lead-card h2,
    .lead-subtitle,
    .section-title h2,
    .solution-body h3,
    .industry-body h3,
    .solution-body p,
    .industry-body p {
        text-align: center;
    }

    .solution-body p,
    .industry-body p,
    .section-cta p,
    .hero-copy p,
    .hero-copy h2 {
        text-wrap: balance;
    }

    .hero-copy h2 {
        font-size: clamp(1.45rem, 7.2vw, 2.2rem);
    }

    .hero-copy p {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .btn-primary-solid,
    .btn-ghost {
        width: 100%;
    }

    .btn-primary-solid {
        max-width: 320px;
        margin-left: auto;
        margin-right: auto;
    }

    .lead-card {
        padding: 20px;
    }

    .lead-card h2 {
        font-size: 1.7rem;
    }

    .section-light,
    .section-gray {
        padding: 64px 0;
    }

    .section-title {
        margin-bottom: 24px;
    }

    .section-title::after {
        margin-top: 12px;
        margin-inline: auto;
    }

    .solution-card img,
    .industry-card img {
        height: 182px;
    }

    .solution-body,
    .industry-body {
        padding: 18px;
    }

    .solution-body p,
    .industry-body p {
        font-size: 1rem;
    }

    .option-grid-small {
        grid-template-columns: 1fr;
    }

    .industry-slider {
        margin-left: 0;
        margin-right: 0;
    }

    .industry-slider.slick-slider {
        display: block;
    }

    .industry-slider .slick-slide {
        height: auto;
        padding: 0 8px;
    }

    .industry-slider .slick-slide>div {
        height: 100%;
    }

    .industry-slider [class*="col-"] {
        padding-left: 0;
        padding-right: 0;
    }

    .industry-slider .slick-dots {
        bottom: -28px;
    }

    .step-heading h3 {
        font-size: 1.18rem;
    }

    .btn-step,
    #nextStepBtn,
    #submitStepBtn {
        width: 100px;
        height: 50px;
        margin-left: 0;
        margin-right: 0;
    }

    .form-navigation {
        justify-content: center;
    }

    .accordion-button {
        font-size: 1.05rem;
        padding: 16px 18px;
    }

    .accordion-body {
        font-size: 0.98rem;
        padding: 0 18px 16px;
    }

    .section-cta {
        padding: 72px 0;
    }
}

@media (max-width: 500px) {
    .hero-wrap {
        padding-top: 28px;
        padding-bottom: 28px;
    }

    .hero-kicker {
        font-size: 0.68rem;
        padding: 6px 10px;
    }

    .hero-copy p {
        font-size: 15px;
        line-height: 1.4;
    }

    .hero-copy p,
    .lead-subtitle,
    .status-subtitle,
    .form-note,
    .trust-item p,
    .solution-body p,
    .industry-body p,
    .accordion-body,
    .section-cta p,
    .section-cta span {
        text-align: center;
    }

    .lead-card {
        padding: 16px;
        border-radius: 12px;
    }

    .lead-card h2 {
        font-size: 1.45rem;
    }

    .lead-subtitle,
    .status-subtitle,
    .form-note {
        font-size: 0.9rem;
    }

    .thanks-logo {
        max-width: 170px;
    }

    .form-row label {
        font-size: 0.95rem;
    }

    .form-row input,
    .form-row select {
        height: 46px;
        font-size: 0.95rem;
    }

    .option-card {
        min-height: 52px;
        padding: 12px 14px;
    }

    .option-card span {
        font-size: 0.94rem;
    }

    .trust-strip {
        padding: 22px 0;
    }

    .trust-item {
        max-width: 350px;
        margin-left: auto;
        margin-right: auto;
    }

    .trust-icon {
        width: 32px;
        height: 32px;
        font-size: 1rem;
    }

    .trust-item h3 {
        font-size: 1.03rem;
    }

    .trust-item p {
        font-size: 0.84rem;
    }

    .section-light,
    .section-gray {
        padding: 56px 0;
    }

    .section-title h2 {
        font-size: clamp(1.55rem, 8vw, 2rem);
    }

    .section-title::after {
        width: 52px;
        height: 3px;
    }

    .solution-card img,
    .industry-card img {
        height: 165px;
    }

    .solution-body,
    .industry-body {
        padding: 14px;
    }

    .solution-body h3,
    .industry-body h3 {
        font-size: 1.2rem;
    }

    .section-cta p {
        font-size: 1rem;
    }

    .section-cta span {
        font-size: 0.9rem;
    }

    .solution-body li,
    .summary-list li,
    .accordion-body li {
        text-align: left;
    }
}

@media (max-width: 375px) {
    .hero-wrap {
        padding-top: 22px;
        padding-bottom: 22px;
    }

    .hero-copy h1.hero-trial-title {
        font-size: clamp(1.65rem, 10vw, 2.4rem);
    }

    .hero-copy h2 {
        font-size: clamp(1.2rem, 7vw, 1.7rem);
    }

    .hero-copy p {
        font-size: 14px;
    }

    .lead-card {
        padding: 14px;
    }

    .lead-card h2 {
        font-size: 1.25rem;
    }

    .form-row input,
    .form-row select {
        height: 44px;
    }

    .step-heading h3 {
        font-size: 1.04rem;
    }

    .btn-primary-solid,
    .btn-step {
        font-size: 0.95rem;
        padding: 10px 14px;
    }

    .option-card {
        min-height: 48px;
        padding: 10px 12px;
    }

    .trust-item {
        gap: 8px;
    }

    .solution-card img,
    .industry-card img {
        height: 152px;
    }
}

.modal .btn {
    background-color: var(--brand) !important;
    color: white !important;
}