:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-c51ff1b */.demo-content{
    max-width:469px;
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    gap:16px;
    padding-top:16px;
}

.demo-heading{
    margin:0;
    font-family:'Inter',sans-serif;
    font-style:normal;
    font-weight:500;
    font-size:52px;
    line-height:55px;
    letter-spacing:-1.23px;
    color:#171717;
}

.demo-heading span{
    display:block;
    margin-top:2px;
    background:linear-gradient(90deg,#FF8A00 0%,#FF3D00 100%);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
    background-clip:text;
}

.demo-text{
    margin:0;
    padding-top:20px;
    max-width:460px;
    font-family:'Inter',sans-serif;
    font-style:normal;
    font-weight:400;
    font-size:16.5px;
    line-height:28px;
    letter-spacing:-0.37px;
    color:#525252;
}

/* Tablet */
@media (max-width:1024px){

    .demo-heading{
        font-size:44px;
        line-height:48px;
    }

}

/* Mobile */
@media (max-width:767px){

    .demo-content{
        max-width:100%;
    }

    .demo-heading{
        font-size:34px;
        line-height:40px;
        letter-spacing:-0.8px;
    }

    .demo-text{
        max-width:100%;
        font-size:16px;
        line-height:26px;
    }

}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-86baaa2 *//* --- Form Container --- */
.demo-booking-form {
    font-family: 'Inter', sans-serif;
    max-width: 682px;
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.08), 0px 20px 60px -20px rgba(20, 15, 40, 0.14);
    border-radius: 24px;
    padding: 28px;
    box-sizing: border-box;
}

/* --- Layout Grid --- */
.demo-booking-form .form-row {
    display: flex;
    gap: 12px;
    margin-bottom: 0px;
}

.demo-booking-form .form-group {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.demo-booking-form .full-width {
    margin-bottom:-12px;
}

/* --- Labels & Inputs --- */
.demo-booking-form label {
    font-size: 11px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #121212;
    margin-bottom: 0;
    display: block;
}

.demo-booking-form input[type="text"],
.demo-booking-form input[type="email"],
.demo-booking-form input[type="tel"],
.demo-booking-form textarea {
    width: 100% !important;
    height: 41px;
    background: #FFFFFF;
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.09);
    border: none;
    border-radius: 14px;
    padding: 10px 14px;
    font-size: 14px;
    color: #171717;
    box-sizing: border-box;
}

.demo-booking-form textarea {
    height: 83px;
    resize: vertical;
}

/* --- Fix Container Width for Radio Wrapper --- */
.demo-booking-form .product-cards {
    width: 100% !important;
    display: block;
}

.demo-booking-form .product-cards .wpcf7-radio {
    display: flex !important;
    gap: 8px !important;
    width: 100% !important;
    justify-content: space-between;
}

/* --- Base Card Styling --- */
.demo-booking-form .product-cards .wpcf7-list-item {
    margin: 0 !important;
    flex: 1 !important; /* Forces all 3 cards to split the width equally */
    display: inline-block;
}

.demo-booking-form .product-cards label {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 10px 8px !important;
    background: #FFFFFF !important;
    border: 0.63px solid rgba(0, 0, 0, 0.08) !important;
    border-radius: 14px !important;
    cursor: pointer;
    min-height: 55px;
    box-sizing: border-box;
    width: 100% !important;
    transition: all 0.2s ease;
    position: relative;
}

/* Hide default radio circle */
.demo-booking-form .product-cards input[type="radio"] {
    display: none !important;
}

/* Main Text Layout (ARIA, AURA, Both Products) */
.demo-booking-form .product-cards .wpcf7-list-item-label {
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 16px;
    color: #262626;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* --- Injecting Figma Subtitles --- */
.demo-booking-form .product-cards .wpcf7-list-item:nth-child(1) .wpcf7-list-item-label::after {
    content: "Process discovery";
}
.demo-booking-form .product-cards .wpcf7-list-item:nth-child(2) .wpcf7-list-item-label::after {
    content: "Runtime assurance";
}
.demo-booking-form .product-cards .wpcf7-list-item:nth-child(3) .wpcf7-list-item-label::after {
    content: "Full platform";
}

/* Subtitle Styling */
.demo-booking-form .product-cards .wpcf7-list-item-label::after {
    font-size: 10px;
    font-weight: 500;
    line-height: 15px;
    color: #A1A1A1;
    margin-top: 2px;
    display: block;
    text-transform: none;
    letter-spacing: 0.11px;
}

/* --- Active/Checked State (Figma Match) --- */
.demo-booking-form .product-cards .wpcf7-list-item input[type="radio"]:checked + .wpcf7-list-item-label {
    color: #121212 !important;
}

/* Active Border Glow */
.demo-booking-form .product-cards .wpcf7-list-item:has(input:checked) label {
    border: 1px solid #FE8400 !important;
    box-shadow: 0 0 0 1px #FE8400 !important;
}

/* Custom color tweak for active 'Both Products' subtitle match */
.demo-booking-form .product-cards .wpcf7-list-item:nth-child(3) input[type="radio"]:checked + .wpcf7-list-item-label::after {
    color: rgba(18, 18, 18, 0.75);
}

/* Responsive Overrides */
@media (max-width: 600px) {
    .demo-booking-form .product-cards .wpcf7-radio {
        flex-direction: column !important;
    }
}

/* --- Force Button Wrapper Spacing --- */
.demo-booking-form .submit-wrap {
    margin-top: 16px !important;
    margin-bottom: -30px !important; /* Pulled tighter to the text below */
    width: 100%;
}

/* --- Strip All Default Paragraph Spacing on the Note --- */
.demo-booking-form p.demo-note,
.demo-booking-form .demo-note {
    font-family: 'Inter', sans-serif !important;
    font-size: 11.5px !important;
    line-height: 19px !important;
    text-align: center !important;
    color: #000000 !important;
    margin-top: 0 !important; /* Forces top margin to zero */
    padding-top: 0 !important; /* Forces top padding to zero */
    margin-bottom: 12px !important;
    width: 100%;
    display: block;
}

/* --- Catch Rogue Line Breaks --- */
/* Contact Form 7 sometimes auto-generates <br> tags that create invisible gaps */
.demo-booking-form .submit-wrap + br,
.demo-booking-form p.demo-note > br {
    display: none !important;
}
.demo-booking-form input[type="submit"] {
    width: 100%;
    height: 48px;
    background: linear-gradient(90deg, #FF8A00 0%, #FE8400 7.14%, #FD7E00 14.29%, #FC7800 21.43%, #FA7100 28.57%, #F96B00 35.71%, #F86400 42.86%, #F65D00 50%, #F55600 57.14%, #F34E00 64.29%, #F24600 71.43%, #F03D00 78.57%, #EF3300 85.71%, #ED2700 92.86%, #EB1600 100%);
    border: none;
    border-radius: 14px;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    text-align: center;
    transition: opacity 0.2s ease;
}

.demo-booking-form input[type="submit"]:hover {
    opacity: 0.95;
}

/* --- Bottom Note --- */
.demo-booking-form .demo-note {
    font-size: 11.5px;
    line-height: 19px;
    text-align: center;
    color: #000000;
    margin: 0;
}

/* Responsive fix for Mobile screens */
@media (max-width: 600px) {
    .demo-booking-form .form-row {
        flex-direction: column;
        gap: 16px;
    }
    .demo-booking-form .product-cards {
        flex-direction: column;
    }
    .demo-booking-form .product-cards .wpcf7-list-item {
        width: 100%;
    }
}








/* --- Fix Spacing Between Labels and Inputs --- */
.demo-booking-form .form-group label {
    margin-top: 20px !important; /* Exact Figma spacing */
    padding-bottom: 0 !important;
    display: block !important;
}

/* Strip Elementor/Theme default top margins on inputs */
.demo-booking-form .wpcf7-form-control-wrap,
.demo-booking-form input[type="text"],
.demo-booking-form input[type="email"],
.demo-booking-form input[type="tel"],
.demo-booking-form textarea {
    margin-top: -20px !important;
    padding-top: 10px !important; /* Keep internal padding intact */
}

/* Catch and hide rogue CF7 line breaks expanding the gap */
.demo-booking-form .form-group > br,
.demo-booking-form label > br {
    display: none !important;
}

/* --- Row Spacing Fix --- */
/* Ensure the gap between rows matches Figma perfectly */
.demo-booking-form .form-row {
    margin-bottom: -20px !important;
}

/* --- Fix Radio Button Capitalization ("Both Products") --- */
.demo-booking-form .product-cards .wpcf7-list-item-label {
    text-transform: none !important; 
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3ae9b87 *//* --- Outer Wrapper --- */
.demo-benefits-wrapper {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 80px 0px;
    width: 100%;
    background: #FAFAFA;
    border-top: 0.63px solid rgba(0, 0, 0, 0.06);
    font-family: 'Inter', sans-serif;
}

/* --- Inner Container --- */
.demo-benefits-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    padding: 0px 32px;
    width: 100%;
    max-width: 1280px;
    gap: 64px; /* Exact gap between left text and right grid */
    box-sizing: border-box;
}

/* --- Left Column Content --- */
.demo-benefits-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 362.67px;
    flex: none;
}

.demo-benefits-content .subtitle {
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 2.4px;
    color: #EB1600;
    margin-bottom: 12px;
}

.demo-benefits-content h2 {
    font-weight: 500;
    font-size: 38px;
    line-height: 40px;
    letter-spacing: -0.388906px;
    color: #171717;
    margin: 0 0 16px 0;
    padding: 0;
}

.demo-benefits-content h2 span {
    color: #FF3300; /* Matching the vibrant orange/red from the image */
}

.demo-benefits-content p {
    font-weight: 400;
    font-size: 15.5px;
    line-height: 25px;
    letter-spacing: -0.272461px;
    color: #525252;
    margin: 0;
    padding: 0;
}

/* --- Right Column Grid --- */
.demo-benefits-grid {
    display: grid;
    grid-template-columns: repeat(2, 386.67px);
    column-gap: 16px;
    row-gap: 16px;
    flex: none;
}

/* --- Individual Cards --- */
.benefit-card {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 24px;
    width: 386.67px;
    background: #FFFFFF;
    border: 1px solid #FF8A00;
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.07);
    border-radius: 16px;
}

.benefit-card h3 {
    font-weight: 600;
    font-size: 17px;
    line-height: 22px;
    letter-spacing: -0.553662px;
    color: #171717;
    margin: 0 0 8px 0;
    padding: 0;
}

.benefit-card p {
    font-weight: 400;
    font-size: 13.5px;
    line-height: 22px;
    letter-spacing: -0.112061px;
    color: #737373;
    margin: 0;
    padding: 0;
}

/* --- Responsive Adjustments for Elementor --- */
@media (max-width: 1024px) {
    .demo-benefits-container {
        flex-direction: column;
        align-items: center;
        gap: 48px;
    }
    .demo-benefits-content {
        width: 100%;
        max-width: 789px;
    }
    .demo-benefits-grid {
        grid-template-columns: repeat(2, 1fr);
        width: 100%;
        max-width: 789px;
    }
    .benefit-card {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .demo-benefits-grid {
        grid-template-columns: 1fr;
    }
    .demo-benefits-wrapper {
        padding: 48px 0px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-312dc0c *//* --- Outer Layout --- */
.demo-expect-wrapper {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 96px 0px;
    width: 100%;
    background: #FFFFFF;
    border-top: 0.63px solid rgba(0, 0, 0, 0.06);
    font-family: 'Inter', sans-serif;
}

.demo-expect-container {
    width: 100%;
    max-width: 1280px;
    padding: 0 32px;
    box-sizing: border-box;
}

/* --- Header Area --- */
.demo-expect-header {
    margin-bottom: 56px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.demo-expect-header .subtitle {
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 2.4px;
    color: #EB1600;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.demo-expect-header h2 {
    font-weight: 500;
    font-size: 40px;
    line-height: 40px;
    letter-spacing: -0.428906px;
    color: #171717;
    margin: 0;
}

.demo-expect-header h2 span {
    color: #FF3300; /* Distinct orange/red highlight */
}

/* --- Grid & Timeline Background --- */
.demo-expect-grid-wrapper {
    position: relative;
    width: 100%;
}

.connecting-line {
    position: absolute;
    height: 13px;
    left: 12.5%;
    right: 12.5%;
    top: 40px; /* Vertically centers the line behind the 56px icon boxes */
    background: linear-gradient(90deg, rgba(255, 138, 0, 0.3) 0%, rgba(255, 138, 0, 0.2) 50%, rgba(255, 138, 0, 0.3) 100%);
    z-index: 0;
}

.demo-expect-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    position: relative;
    z-index: 1;
}

/* --- Individual Cards --- */
.expect-card {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 12px 18px 24px;
    background: #FFFFFF;
    border-radius: 12px;
    text-align: center;
}

/* Figma Border Colors */
.expect-card.border-orange {
    border: 1px solid #FF8A00;
}
.expect-card.border-red {
    border: 1px solid #EB1600;
}

/* --- Icon Boxes --- */
.icon-box {
    width: 56px;
    height: 56px;
    border-radius: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.07), 0px 1px 3px rgba(0, 0, 0, 0.1), 0px 1px 2px -1px rgba(0, 0, 0, 0.1);
}

.icon-box svg {
    width: 24px;
    height: 24px;
    stroke: #FFFFFF;
}

/* Figma Icon Gradients/Colors */
.icon-box.bg-orange {
    background: #FF8A00;
}
.icon-box.bg-gradient {
    background: linear-gradient(135deg, #FF8A00 0%, #FE8400 7.14%, #FD7E00 14.29%, #FC7800 21.43%, #FA7100 28.57%, #F96B00 35.71%, #F86400 42.86%, #F65D00 50%, #F55600 57.14%, #F34E00 64.29%, #F24600 71.43%, #F03D00 78.57%, #EF3300 85.71%, #ED2700 92.86%, #EB1600 100%);
}
.icon-box.bg-red {
    background: #EF3201;
}

/* --- Typography --- */
.expect-card h3 {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.7125px;
    color: #171717;
    margin: 0 0 8px 0;
}

.expect-card p {
    font-weight: 400;
    font-size: 13.5px;
    line-height: 22px;
    letter-spacing: -0.112061px;
    color: #737373;
    margin: 0;
}

/* --- Responsive Elementor Fallbacks --- */
@media (max-width: 1024px) {
    .demo-expect-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 32px;
    }
    .connecting-line {
        display: none; /* Hide horizontal timeline line when wrapped */
    }
}

@media (max-width: 768px) {
    .demo-expect-wrapper {
        padding: 64px 0px;
    }
    .demo-expect-grid {
        grid-template-columns: 1fr;
    }
    .demo-expect-header h2 {
        font-size: 32px;
        line-height: 36px;
    }
}/* End custom CSS */