@import url(https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Roboto+Mono:ital,wght@0,100..700;1,100..700&family=Roboto:ital,wght@0,100..900;1,100..900&family=Syne:wght@400..800&display=swap);

.logos-text-dummy,
.logos-title {
    font-style: normal;
    font-weight: 400
}

.assessment-card .hs-form,
body {
    font-family: Inter, sans-serif
}

.card-glow,
.laser-line {
    transform: translateX(-50%)
}

:root {
    --primary-red: #ff0000;
    --dark-bg: #0a0a0a;
    --card-bg: rgba(20, 20, 20, 0.95);
    --input-bg: #1a1a1a;
    --text-muted: rgba(255, 255, 255, 0.6)
}

body {
    background-color: var(--dark-bg);
    color: #fff
}

.hero-section {
    min-height: 100vh;
    background: url(/wp-content/themes/DamcoNew/dist/images/ai-workflow-automation-assessment/hero-bg.png) center center/cover no-repeat;
    position: relative;
    padding: 80px 0
}

.laser-line {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 2px;
    background: linear-gradient(to bottom, rgba(255, 0, 0, 0) 0, rgba(255, 0, 0, .8) 20%, #f33 50%, rgba(255, 0, 0, .8) 80%, rgba(255, 0, 0, 0) 100%);
    box-shadow: 0 0 15px rgba(255, 0, 0, .6), 0 0 30px rgba(255, 0, 0, .4);
    z-index: 1
}

.logos-title {
    color: #8b8b8b;
    font-family: Inter;
    font-size: 23px;
    line-height: 28px;
    letter-spacing: .809px;
    margin-top: 3rem
}

.logos-text-dummy {
    color: #4d4d4d;
    font-family: Syne;
    font-size: 49.3px;
    line-height: 60px;
    letter-spacing: 8.859px
}

.badge-custom,
.card-red-heading-small {
    font-family: Inter
}

.card-red-heading-small,
.card-red-heading-small-syne {
    color: red;
    font-size: 20px;
    line-height: 22px;
    letter-spacing: .844px;
    font-style: normal;
    font-weight: 400
}

.card-red-heading-small-syne,
.syne-font {
    font-family: Syne
}

.badge-custom {
    display: inline-block;
    padding: 8px 16px;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 50px;
    background: rgba(255, 255, 255, .05);
    backdrop-filter: blur(5px);
    color: #fff;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 38px;
    letter-spacing: .359px
}

.text-danger-custom,
.text-hero-custom-white {
    font-family: Inter;
    font-weight: 700;
    font-style: normal
}

.text-danger-custom {
    background: linear-gradient(180deg, #fe0101 0, #97272d 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 65px;
    line-height: 78px
}

.text-hero-custom-white {
    color: #fff;
    font-size: 72px;
    line-height: 88px
}

.text-light-opacity {
    color: #b3b3b3;
    font-family: Syne;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 1.012px
}

.text-light-opacity-form {
    color: grey;
    font-family: Syne;
    font-size: 15.4px;
    font-style: normal;
    font-weight: 400;
    line-height: 19.829px;
    letter-spacing: .571px
}

.form-title-hs,
.leading-tight {
    color: #fff;
    font-family: Inter;
    font-style: normal
}

.form-title-hs {
    font-size: 25.6px;
    font-weight: 400;
    line-height: 33px;
    letter-spacing: .468px
}

.leading-tight {
    font-weight: 700;
    font-size: 65px;
    line-height: 78px
}

.font-roboto-mono {
    font-family: 'Roboto Mono', monospace
}

.step-counter-red-number {
    color: red;
    font-family: "Roboto Mono";
    font-size: 33.1px;
    font-style: normal;
    font-weight: 400;
    line-height: 44px
}

.steps-subheading-red {
    color: #dd2c2a;
    font-family: "Roboto Mono";
    font-size: 16.5px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px
}

.steps-description-text,
.steps-heading-white-text {
    font-family: Syne;
    font-style: normal;
    font-weight: 400
}

.steps-heading-white-text {
    color: #fff;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: 1.422px
}

.steps-description-text {
    color: #999;
    font-size: 21.2px;
    line-height: 26px;
    letter-spacing: .041px
}

/* ============================================
   ASSESSMENT CARD - Transparent card with form
   ============================================ */
.assessment-card {
    background: #333333A6;
    border: 1px solid #737070;
    border-radius: 12px;
    box-shadow: none
}

.form-control-dark,
.form-control-dark:focus {
    background-color: var(--input-bg);
    color: #fff
}

/* HubSpot Form - Fieldset & Field Resets */
.assessment-card .hs-form fieldset {
    max-width: 100% !important;
    margin-bottom: 0
}

.assessment-card .hs-form .hs-form-field {
    margin-bottom: 12px
}

/* HubSpot Form - Hide labels */
.assessment-card .hs-form label:not(.hs-error-msg) {
    display: none !important
}

/* HubSpot Form - Input & Textarea Styling */
.assessment-card .hs-form .hs-input,
.assessment-card .hs-form input[type=email],
.assessment-card .hs-form input[type=number],
.assessment-card .hs-form input[type=tel],
.assessment-card .hs-form input[type=text],
.assessment-card .hs-form select,
.assessment-card .hs-form textarea {
    width: 100% !important;
    background-color: transparent !important;
    border: 1px solid rgba(255, 255, 255, .25) !important;
    color: #fff !important;
    padding: 14px 18px !important;
    border-radius: 8px !important;
    font-size: 15px !important;
    font-family: Inter, sans-serif !important;
    outline: 0 !important;
    box-shadow: none !important;
    transition: border-color .3s, background-color .3s;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

/* HubSpot Form - Textarea specific sizing */
.assessment-card .hs-form textarea {
    min-height: 90px !important;
    resize: none !important
}

/* HubSpot Form - Focus state */
.assessment-card .hs-form .hs-input:focus,
.assessment-card .hs-form input:focus,
.assessment-card .hs-form select:focus,
.assessment-card .hs-form textarea:focus {
    border-color: rgba(255, 255, 255, .45) !important;
    background-color: rgba(255, 255, 255, .05) !important;
    box-shadow: none !important
}

/* HubSpot Form - Placeholder text */
.assessment-card .hs-form .hs-input::placeholder,
.assessment-card .hs-form textarea::placeholder,
.assessment-card .hs-form input::placeholder {
    color: rgba(255, 255, 255, .4) !important;
    font-size: 15px !important
}

/* HubSpot Form - Select dropdown arrow */
.assessment-card .hs-form select {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='rgba(255,255,255,0.5)' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: right 16px center !important;
    padding-right: 40px !important
}

/* HubSpot Form - Grid layout: email + submit side by side */
.assessment-card .hs-form>.hs_email,
.assessment-card .hs-form>.hs_submit {
    display: inline-block;
    vertical-align: top;
}

.assessment-card .hs-form>.hs_email {
    width: 58% !important;
    float: left;
    padding-right: 12px;
}

.assessment-card .hs-form>.hs_submit {
    width: 42% !important;
    float: left;
    margin-top: 0 !important;
}

/* HubSpot Form - Clear float after grid row */
.assessment-card .hs-form::after {
    content: "";
    display: table;
    clear: both;
}

/* HubSpot Form - Submit button styling */
.assessment-card .hs-form .hs-submit {
    margin-top: 0
}

.assessment-card .hs-form .hs-button,
.assessment-card .hs-form input[type=submit] {
    width: 100% !important;
    background-color: #ff0000 !important;
    color: #fff !important;
    border: none !important;
    border-radius: 8px !important;
    padding: 15px 28px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    font-family: Inter, sans-serif !important;
    cursor: pointer !important;
    transition: background-color .3s, transform .3s, box-shadow .3s !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
    box-shadow: none !important;
    white-space: nowrap !important;
    height: 100%;
    min-height: 50px;
}

.assessment-card .hs-form .hs-button:hover,
.assessment-card .hs-form input[type=submit]:hover {
    background-color: #cc0000 !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 25px rgba(255, 0, 0, .4) !important
}

/* HubSpot Form - Error messages */
.assessment-card .hs-form .hs-error-msgs {
    list-style: none;
    padding: 0;
    margin: 6px 0 0
}

.assessment-card .hs-form .hs-error-msg,
.assessment-card .hs-form .hs-error-msgs label {
    color: #f44 !important;
    font-size: .75rem !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
    font-weight: 400 !important
}

/* HubSpot Form - Legal / Rich text */
.assessment-card .hs-form .hs-richtext,
.assessment-card .hs-form .legal-consent-container {
    color: rgba(255, 255, 255, .4);
    font-size: .75rem;
    line-height: 1.5
}

.assessment-card .hs-form .legal-consent-container a {
    color: rgba(255, 255, 255, .6);
    text-decoration: underline
}

/* HubSpot Form - Hide branding link */
.assessment-card .hs-form .hs-form__virality-link,
.faq-btn::after {
    display: none !important
}

/* HubSpot Form - Checkbox / Radio labels */
.assessment-card .hs-form .hs-form-booleancheckbox label,
.assessment-card .hs-form .hs-form-checkbox label,
.assessment-card .hs-form .hs-form-radio label {
    color: rgba(255, 255, 255, .5) !important;
    font-size: .8rem !important;
    text-transform: none !important;
    letter-spacing: 0 !important
}

/* HubSpot Form - Multi-column field override */
.assessment-card .hs-form .form-columns-2 .hs-form-field,
.assessment-card .hs-form .form-columns-3 .hs-form-field {
    width: 100% !important;
    float: none !important
}

/* HubSpot Form - Mobile: stack email + button vertically */
@media (max-width: 767.98px) {

    .assessment-card .hs-form>.hs_email,
    .assessment-card .hs-form>.hs_submit {
        width: 100% !important;
        float: none;
        padding-right: 0;
    }

    .assessment-card .hs-form>.hs_email {
        margin-bottom: 12px;
    }
}

.form-label {
    letter-spacing: .5px;
    font-size: .75rem
}

.form-control-dark {
    border: 1px solid rgba(255, 255, 255, .1);
    padding: 12px 16px;
    border-radius: 6px
}

.form-control-dark:focus {
    border-color: var(--primary-red);
    box-shadow: 0 0 0 3px rgba(255, 0, 0, .1)
}

.btn-danger-custom {
    background-color: var(--primary-red);
    border: none;
    color: #fff;
    border-radius: 6px;
    transition: .3s
}

.btn-danger-custom:hover {
    background-color: #c00;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(255, 0, 0, .3)
}

@media (max-width: 991.98px) {
    .laser-line {
        display: none
    }

    .hero-section {
        padding: 60px 0;
        text-align: left;
        background-position: left center
    }

    .display-4 {
        font-size: 2.5rem
    }
}

@media (max-width: 767.98px) {
    .assessment-card {
        padding: 24px !important
    }

    .display-4 {
        font-size: 2rem
    }

    .leading-tight,
    .text-danger-custom {
        font-size: 48px;
        font-style: normal;
        font-weight: 700;
        line-height: 60px
    }

    .hero-section {
        min-height: 100vh;
        background: url(/wp-content/themes/DamcoNew/dist/images/ai-workflow-automation-assessment/hero-bg.png) left center/cover no-repeat;
        position: relative;
        padding: 40px 0
    }

    .leading-tight {
        color: #fff;
        font-family: Inter
    }

    .steps-heading-red,
    .steps-heading-white {
        font-size: 42px
    }
}

.card-title-h1-gray,
.card-title-h1-white {
    font-family: Inter;
    font-size: 55px;
    letter-spacing: 1.021px;
    font-style: normal;
    font-weight: 400
}

.wake-up-section {
    margin-top: -75px;
    background-image: url(/wp-content/themes/DamcoNew/dist/images/ai-workflow-automation-assessment/BG.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.card-title-h1-white {
    color: #fff;
    line-height: 67px
}

.card-title-h1-gray {
    color: #4d4d4d;
    line-height: 65.01px
}

.key-card-bg {
    background-color: #333;
    padding: 20px;
    border-radius: 10px
}

.card-description-gray {
    color: grey;
    font-family: Syne;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 33px;
    letter-spacing: 1.156px
}

.icon-container {
    background-color: #3d2629;
    border-radius: 8px;
    height: 50px;
    width: 50px;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: anchor-center
}

.grid-overlay,
.star-texture {
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    pointer-events: none
}

.star-texture {
    background: url(/wp-content/themes/DamcoNew/dist/images/ai-workflow-automation-assessment/star-texture.png) 0 0/cover;
    opacity: .8;
    z-index: 0;
    mix-blend-mode: screen
}

.grid-overlay {
    background-image: linear-gradient(rgba(255, 255, 255, .03) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .03) 1px, transparent 1px);
    background-size: 100px 100px;
    z-index: 1;
    mask-image: linear-gradient(to bottom, transparent, black 20%, black 80%, transparent);
    -webkit-mask-image: linear-gradient(to bottom, transparent, black 20%, black 80%, transparent)
}

.glass-card {
    background: linear-gradient(180deg, rgba(25, 25, 25, .6) 0, rgba(10, 10, 10, .8) 100%);
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 12px;
    backdrop-filter: blur(10px);
    box-shadow: 0 4px 24px rgba(0, 0, 0, .2)
}

.branding-logos span {
    font-size: 1.5rem;
    color: var(--text-muted);
    letter-spacing: 2px;
    opacity: .5;
    transition: opacity .3s
}

.branding-logos span:hover,
.pricing-card:hover .card-bottom-img {
    opacity: 1
}

.icon-box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background: rgba(255, 0, 0, .1);
    border-radius: 6px;
    border: 1px solid rgba(255, 0, 0, .2)
}

.badge-custom-no-border {
    font-size: .85rem;
    letter-spacing: .5px
}

.card-text-subheading-white,
.proven-cark-small-text {
    font-style: normal;
    font-weight: 400;
    letter-spacing: 1.125px
}

.bg-custom-darker {
    background-color: rgba(10, 10, 10, .6)
}

.card-text-subheading-white {
    color: #fff;
    font-family: Syne;
    font-size: 22px;
    line-height: 32px;
}

.proven-card-heading-large-white {
    color: #fff;
    font-family: Inter;
    font-size: 90px;
    font-style: normal;
    font-weight: 400;
    line-height: 145px
}

.proven-cark-small-text {
    color: #4d4d4d;
    font-family: Syne;
    font-size: 18px;
    line-height: 20px;
}

.steps-heading-red,
.steps-heading-white {
    font-size: 55px;
    font-style: normal;
    line-height: 67px;
    letter-spacing: 1.155px;
    font-weight: 700;
    font-family: Inter
}

.steps-heading-white {
    color: #fff
}

.steps-heading-red {
    color: red
}

.industry-list li::before,
.process-arrow,
.process-icon-box,
.process-number {
    color: var(--primary-red)
}

.key-stat-box {
    background: #0f0f0f9d;
    border: 1px solid rgba(255, 255, 255, .05) !important
}

.pricing-card {
    transition: transform .3s, box-shadow .3s
}

.pricing-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, .5);
    border-color: rgba(255, 255, 255, .2) !important
}

.pricing-card.popular {
    box-shadow: 0 0px 15px 5px red;
}

.process-card:hover,
.roadmap-card:hover {
    box-shadow: 0 10px 30px rgba(255, 0, 0, .15);
    transform: translateY(-5px)
}

.pricing-card.popular:hover {
    box-shadow: 0 0px 15px 10px red !important;
}

.card-glow {
    position: absolute;
    /* top:-50%; */
    left: 50%;
    width: 200%;
    height: 100%;
    background: radial-gradient(circle, rgba(255, 0, 0, .2) 0, transparent 70%);
    pointer-events: none;
    z-index: 0
}

.card-bottom-img {
    margin-top: -140px;
    mask-image: linear-gradient(to bottom, transparent 0%, black 20%);
    -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 20%);
    opacity: .8;
    transition: opacity .3s;
    position: relative;
    z-index: 1
}

.industry-card,
.process-card,
.roadmap-card {
    transition: transform .3s, box-shadow .3s
}

.pricing-card .mt-auto .z-2 {
    z-index: 10 !important
}

.description-text {
    min-height: 48px
}

.cta-main-btn svg,
.group-hover-btn .arrow-icon,
.success-story-btn svg {
    transition: transform .3s
}

.cta-main-btn:hover svg,
.group-hover-btn:hover .arrow-icon,
.success-story-btn:hover svg {
    transform: translateX(4px)
}

.process-card {
    background: linear-gradient(180deg, rgba(20, 20, 20, .8) 0, rgba(10, 10, 10, .9) 100%);
    border: 1px solid rgba(255, 0, 0, .3);
    border-radius: 12px
}

.process-card:hover {
    border-color: rgba(255, 0, 0, .6)
}

.process-number {
    font-family: Inter, sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
    opacity: .8
}

.indicator-text,
.security-feature h3 {
    font-weight: 400
}

.process-icon-box {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 0, 0, .05);
    border: 1px solid rgba(255, 0, 0, .2);
    border-radius: 8px
}

.process-arrow,
.process-arrow img {
    width: 40px;
    height: 40px
}

.text-glow {
    text-shadow: 0 0 20px rgba(255, 0, 0, .4)
}

.process-arrow {
    position: absolute;
    top: 50%;
    right: -20px;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10
}

.roadmap-card {
    background: linear-gradient(180deg, rgba(20, 20, 20, .8) 0, rgba(10, 10, 10, .9) 100%);
    border: 1px solid rgba(255, 0, 0, .2);
    border-radius: 12px
}

.roadmap-card:hover {
    border-color: rgba(255, 0, 0, .5)
}

.icon-box-red,
.industry-icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 0, 0, .1);
    border-radius: 8px;
    color: var(--primary-red)
}

.icon-box-red svg {
    width: 20px;
    height: 20px;
    stroke-width: 2
}

.industry-card {
    background: linear-gradient(180deg, rgba(20, 20, 20, .8) 0, rgba(10, 10, 10, .9) 100%);
    border: 1px solid rgba(255, 0, 0, .7);
    border-radius: 12px
}

.industry-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px red;
    border-color: red
}

.industry-list li {
    font-size: .9rem;
    color: var(--text-muted);
    margin-bottom: .5rem;
    padding-left: 1.25rem;
    position: relative;
    list-style: none
}

.industry-list li::before {
    content: "•";
    position: absolute;
    left: 0;
    font-weight: 700;
    font-size: 1.2em;
    line-height: 1;
    top: 2px
}

.zero-trust-wrapper {
    height: 400px;
    width: 100%
}

.concentric-circle {
    position: absolute;
    border-radius: 50%;
    border: 1px solid rgba(255, 0, 0, .2);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none
}

.circle-1,
.circle-2 {
    border-radius: 50%;
    display: flex;
    align-items: center;
    opacity: 1
}

.circle-1 {
    justify-content: center;
    padding: 3rem;
    border: .44px solid red;
}

.circle-2 {
    justify-content: center;
    padding: 2rem;
    border: .44px solid red;
}

.circle-3,
.zero-trust-core {
    display: flex;
    align-items: center;
    border: .44px solid red;
}

.circle-3 {
    border-radius: 50%;
    justify-content: center;
    padding: 0;
    border: .44px solid red;
    opacity: 1
}

.zero-trust-core {
    width: 260px;
    height: 260px;
    background: linear-gradient(145deg, #1a1a1a, #0a0a0a);
    border: 1px solid rgba(255, 0, 0, .1);
    box-shadow: 0 0 30px rgba(255, 0, 0, .15), inset 0 0 20px rgba(0, 0, 0, .8);
    z-index: 2;
    position: relative;
    border-radius: 50%;
    justify-content: center
}

.cta-bottom-glow,
.success-stories-glow {
    position: absolute;
    bottom: 0;
    left: 0;
    pointer-events: none;
    z-index: 0
}

.zero-trust-core img {
    width: 100px;
    height: 100px
}

.stats-indicators {
    margin-top: -10px;
    margin-bottom: 10px
}

.indicator-line {
    width: 60px;
    height: 2px
}

.indicator-line.red {
    background-color: red;
    box-shadow: 0 0 10px rgba(255, 0, 0, .5)
}

.indicator-line.white {
    background-color: #fff
}

.indicator-text {
    color: #fff;
    font-family: Inter;
    font-size: 20px;
    letter-spacing: .5px
}

.bottom-heading-gray,
.bottom-heading-white,
.workflow-main-headings {
    font-family: Inter;
    font-style: normal;
    font-weight: 700
}

.bottom-heading-white {
    color: #fff;
    font-size: 48px;
    line-height: 60px;
    letter-spacing: 1.372px
}

.bottom-heading-gray {
    color: #b3b3b3;
    font-size: 48px;
    line-height: 60px;
    letter-spacing: 1.629px
}

.workflow-main-headings {
    color: #c1272d;
    font-size: 119.5px;
    line-height: 145px
}

@media (max-width: 991.98px) {

    .description-text,
    .pricing-card {
        min-height: auto
    }

    .zero-trust-wrapper {
        height: 300px
    }

    .circle-1 {
        width: 360px;
        height: 360px
    }

    .circle-2 {
        width: 280px;
        height: 280px
    }

    .circle-3,
    .zero-trust-core {
        width: 200px;
        height: 200px
    }

    .zero-trust-core img {
        width: 40px;
        height: 40px
    }
}

.success-stories-glow {
    width: 100%;
    height: 40%;
    background: radial-gradient(ellipse at 50% 100%, rgba(200, 0, 0, .12) 0, transparent 70%)
}

.success-story-card {
    background: linear-gradient(180deg, rgba(25, 25, 25, .9) 0, rgba(12, 12, 12, .95) 100%);
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 12px;
    transition: transform .3s, box-shadow .3s, border-color .3s
}

.success-story-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(255, 0, 0, .1);
    border-color: rgba(255, 0, 0, .3)
}

.faq-btn,
.faq-btn:focus {
    box-shadow: none !important
}

.success-stat {
    font-size: 3.5rem;
    line-height: 1;
    letter-spacing: -1px
}

.success-story-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    border: 1px solid rgba(255, 255, 255, .25);
    border-radius: 6px;
    color: #fff;
    font-size: .875rem;
    font-weight: 500;
    text-decoration: none;
    transition: .3s;
    background: 0 0
}

.faq-body,
.faq-btn,
.faq-item {
    background: 0 0 !important
}

.success-story-btn:hover {
    border-color: rgba(255, 255, 255, .5);
    color: #fff;
    background: rgba(255, 255, 255, .05)
}

.faq-accordion {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.faq-item {
    border: 1px solid #4d4d4d;
    border-radius: 8px !important;
    overflow: hidden;
    transition: border-color .3s
}

.faq-item:hover {
    border-color: rgba(255, 255, 255, .25) !important
}

.faq-btn {
    color: #fff !important;
    font-size: .95rem;
    font-weight: 400;
    padding: 20px 24px !important;
    border: none !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 16px
}

.faq-btn:focus {
    outline: 0 !important
}

.faq-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    min-width: 36px;
    border-radius: 50%;
    border: 1px solid #fff;
    color: var(--primary-red);
    transition: .3s;
    flex-shrink: 0
}

.faq-icon svg {
    color: #fff
}

.faq-btn:not(.collapsed) .faq-icon {
    background: rgba(255, 0, 0, .15);
    border-color: rgba(255, 0, 0, .6);
    transform: rotate(180deg)
}

.faq-btn:not(.collapsed) {
    background: rgba(255, 255, 255, .03) !important
}

.faq-body {
    padding: 0 24px 20px !important;
    color: var(--text-muted);
    font-size: .9rem;
    line-height: 1.7
}

.accordion-collapse {
    transition: height .35s
}

.cta-section {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
    overflow: hidden
}

.cta-bottom-glow {
    width: 100%;
    height: 60%;
    background: radial-gradient(ellipse at 50% 100%, rgba(200, 0, 0, .15) 0, transparent 70%)
}

.cta-main-btn {
    color: #fff;
    font-size: 1rem;
    background: 0 0;
    border: 2px solid var(--primary-red) !important;
    border-radius: 8px;
    transition: .3s;
    position: relative;
    overflow: hidden
}

.cta-main-btn:hover {
    background: rgba(255, 0, 0, .1);
    box-shadow: 0 0 25px rgba(255, 0, 0, .3), 0 0 50px rgba(255, 0, 0, .15);
    color: #fff;
    transform: translateY(-2px)
}

@media (max-width: 767.98px) {
    .success-stat {
        font-size: 2.5rem
    }

    .bottom-heading-gray,
    .bottom-heading-white {
        font-family: Inter;
        font-size: 60px;
        font-style: normal;
        font-weight: 700;
        line-height: 70px
    }

    .bottom-heading-white {
        color: #fff;
        letter-spacing: 1.372px
    }

    .bottom-heading-gray {
        color: #b3b3b3;
        letter-spacing: 1.629px
    }

    .faq-btn {
        font-size: .85rem;
        padding: 16px 18px !important
    }

    .faq-icon {
        width: 32px;
        height: 32px;
        min-width: 32px
    }

    .faq-icon svg {
        width: 16px;
        height: 16px
    }

    .faq-body {
        padding: 0 18px 16px !important;
        font-size: .85rem
    }

    .cta-section {
        padding-top: 50px !important;
        padding-bottom: 50px !important
    }

    .cta-main-btn {
        font-size: .875rem;
        padding: 12px 24px !important
    }
}

/* ============================================
   FORM HERO SECTION - Dark BG with CTA Form
   ============================================ */

.form-hero-section {
    background-color: #000;
    position: relative;
    padding: 80px 0 70px;
    z-index: 1;
}

.form-hero-bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(/wp-content/themes/DamcoNew/dist/images/ai-workflow-automation-assessment/dark-bg-hero.png) center center/cover no-repeat;
    opacity: 0.55;
    z-index: 0;
    pointer-events: none;
}

.form-hero-heading {
    color: #B3B3B3;
    text-align: center;
    font-family: Inter;
    font-size: 80px;
    font-style: normal;
    font-weight: 700;
    line-height: 106%;
    /* 101.76px */
    letter-spacing: -1.056px;
}

.form-hero-heading em {
    font-style: italic;
}

.form-hero-subtext {
    color: #B3B3B3;
    text-align: center;
    font-family: Syne;
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: 38px;
    /* 133.333% */
    letter-spacing: -0.396px;
}

.form-hero-question {
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 50px;
    letter-spacing: -0.506px;
    margin-top: 60px;
}

.form-hero-form {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.form-hero-textarea {
    width: 100%;
    background-color: #fff;
    border: none;
    border-radius: 6px;
    padding: 16px 18px;
    font-family: Inter, sans-serif;
    font-size: 15px;
    color: #333;
    resize: none;
    outline: none;
    line-height: 1.5;
}

.form-hero-textarea::placeholder {
    color: #999;
    font-size: 15px;
}

.form-hero-bottom-row {
    display: flex;
    gap: 12px;
    align-items: stretch;
}

.form-hero-email {
    flex: 1;
    background-color: #fff;
    border: none;
    border-radius: 6px;
    padding: 14px 18px;
    font-family: Inter, sans-serif;
    font-size: 15px;
    color: #333;
    outline: none;
}

.form-hero-email::placeholder {
    color: #999;
    font-size: 15px;
}

.form-hero-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background-color: #ff0000;
    color: #fff;
    border: none;
    border-radius: 6px;
    padding: 14px 28px;
    font-family: Inter, sans-serif;
    font-size: 15px;
    font-weight: 600;
    white-space: nowrap;
    cursor: pointer;
    transition: background-color 0.3s, transform 0.3s, box-shadow 0.3s;
}

.form-hero-cta-btn:hover {
    background-color: #cc0000;
    transform: translateY(-2px);
    box-shadow: 0 6px 25px rgba(255, 0, 0, 0.4);
}

.form-hero-cta-btn svg {
    transition: transform 0.3s;
}

.form-hero-cta-btn:hover svg {
    transform: translateX(4px);
}

/* Form Hero Section - Tablet */
@media (max-width: 991.98px) {
    .form-hero-heading {
        font-size: 42px;
        line-height: 54px;
    }

    .form-hero-section {
        padding: 60px 0 50px;
    }
}

/* Form Hero Section - Mobile */
@media (max-width: 767.98px) {
    .form-hero-heading {
        font-size: 32px;
        line-height: 42px;
    }

    .form-hero-subtext {
        font-size: 14px;
        line-height: 22px;
    }

    .form-hero-subtext br {
        display: none;
    }

    .form-hero-question {
        font-size: 18px;
        line-height: 26px;
    }

    .form-hero-bottom-row {
        flex-direction: column;
    }

    .form-hero-cta-btn {
        width: 100%;
        justify-content: center;
        padding: 14px 20px;
    }

    .form-hero-section {
        padding: 50px 0 40px;
    }
}