:root {
    --primary: #D68D1D;
    --secondary: #8B0000;
    --text-dark: #333333;
    --text-muted: #666666;
    --bg-light: #F9F9F9;
    --border-color: #EEEEEE;
    --section-spacing: 64px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Montserrat', sans-serif;
    color: var(--text-dark);
    line-height: 1.6;
    overflow-x: hidden;
}

/* Override typography inherited from the WordPress theme for all visible copy. */
body,
body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body p,
body span,
body a,
body li,
body label,
body input,
body textarea,
body button,
body select,
body td,
body th {
    font-family: 'Montserrat', sans-serif !important;
}

/* Keep the landing-page hero independent from the host site's typography. */
.container.hero {
    margin: 0 auto;
    padding: var(--section-spacing) 0;
}

.hero,
.hero button,
.hero input {
    font-family: 'Montserrat', sans-serif 
}

.hero-content h1 {
    margin: 0 0 20px ;
    color: #000000 ;
    font-size: 42px ;
    font-weight: 700; 
    line-height: 54px;
    letter-spacing: 0%; 
    text-transform: uppercase;
}



section {
    padding: var(--section-spacing) 0;
}

.btn {
    display: inline-block;
    padding: 12px 28px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 500;
    transition: 0.3s;
    cursor: pointer;
    border: none;
    border-radius:6px;
    font-size:14px;
    color:#D48C14;
}
.badge-i{
    font-size: 13px;
    font-weight: 500;
    color: #941202;
    text-transform: uppercase;
    letter-spacing: 4%;
    margin-bottom: 20px;
    padding:0;
    line-height:100%;
    display:block;
}



.badge-ee{
    font-size: 13px;
    font-weight: 500;
    color: #941202;
    text-transform: uppercase;
    letter-spacing: 4%;
    margin-bottom: 20px;
    padding:0;
    line-height:100%;
    display:block;
}

.bor-2{
border-radius:15.4px;
border: 1px solid var(--border-color);
}

/* .container h2{
    width:100%;
    text-align:center;
    font-weight:700;
    font-size:30px;
    color:#000000;
    line-height:40px;
    letter-spacing:0%;
} */

 .cv-12 {
    width:100%;
    text-align:center;
    font-weight:700;
    font-size:30px;
    color:#000000;
    line-height:40px;
    letter-spacing:0%;
}

.btn-primary {
   background-color: #D48C14;
    color: white;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0%;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background-color: #D48C14 !important;
    color: white !important;
    text-decoration: none !important;
    box-shadow: none !important;
    transform: none !important;
    transition: none !important;
}

.what{
    font-weight: 700;
    font-size: 30px;
    line-height: 100%;
    letter-spacing: 0%;
    color:#000000;
    margin-bottom:20px;
}

.WW-12{
font-weight:600;
font-size:15px;
line-height:100%;
letter-spacing:0%;
}
.WW-13{
    font-weight:400;
    font-size:15px;
    line-height: 26px;
    letter-spacing:0%;
    color:#626262;
    margin-bottom:20px;

}

.btn-outline {
    border: 1px solid var(--primary);
    color: var(--primary);
}

.badge {
    font-size: 13px;
    font-weight: 500;
    color: #941202;
    text-transform: uppercase;
    letter-spacing: 4%;
    margin-bottom: 20px;
    padding:0;
    line-height:100%;
    
    
}

.use122 h2{
    width:100%;
    text-align:center;
    font-weight:700;
    font-size:30px;
    color:#000000;
    line-height:100%;
    letter-spacing:0%;
}

.badge12{
    font-size: 13px;
    font-weight: 500;
    color: #941202;
    text-transform: uppercase;
    letter-spacing: 4%;
    margin-bottom: 20px;
    padding:0;
    line-height:100%;
    display:block;
}
.con-1{
    font-weight:700;
    font-size:30px;
    line-height:100%;
    letter-spacing:0%;
    color:#000000;
}


.benefits-12 h4 {
    font-weight:600;
    font-size:17px;
    line-height:100%;
    letter-spacing:0%;
    margin-bottom:10px;
    line-height:100%;
    letter-spacing:0%;

}
.badge1{
   
    font-size: 13px;
    font-weight: 500;
    color: #941202;
    text-transform: uppercase;
    letter-spacing: 4%;
    margin-bottom: 20px;
    padding:0;
    line-height:100%;
    text-align: center;
    display:block;
}
.key-feature h3{
font-weight:600;
font-size:17px;
line-height:100%;
letter-spacing:0%;
margin-bottom:15px;
}
.key-feature p{
    font-weight:400;
    font-size:15px;
    line-height:24px;
    letter-spacing:0%;
    color:#626262;
}
.key-feature h2{
    width:100%;
    text-align:center;
    font-weight:700;
    font-size:30px;
    color:#000000;
    line-height:100%;
    letter-spacing:0%;
}

/* h1, h2, h3 {
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 20px;
    text-transform: uppercase;
} */

h1 { font-size: 42px; }


.hero {
    display: flex;
    align-items: center;
    gap: 50px;
    padding-top: var(--section-spacing);
}

.hero-content { flex: 1; }
.hero-visual { flex: 1; }
 
.hero-content .real {
    color: #626262;
    margin-bottom: 30px;
    font-size: 18px;
    font-weight:400;
    line-height:28px;
    letter-spacing:0%;
}

.hero-actions {
    display: flex;
    gap: 15px;
    margin-bottom: 30px;
}

/* Keep hero CTAs visually static when the host theme applies link hover styles. */
.hero-actions .btn,
.hero-actions .btn:hover,
.hero-actions .btn:focus,
.hero-actions .btn:active {
    transition: none;
    transform: none;
    box-shadow: none;
}

.hero-actions .btn-primary,
.hero-actions .btn-primary:hover,
.hero-actions .btn-primary:focus,
.hero-actions .btn-primary:active {
    background: #D48C14;
    color: #fff !important;
}

.hero-actions .btn-outline,
.hero-actions .btn-outline:hover,
.hero-actions .btn-outline:focus,
.hero-actions .btn-outline:active {
    background: #fff !important;
    border-color: var(--primary) !important;
    color: var(--primary) !important;
}

.hero-trust {
    display: flex;
    gap: 17px;
    font-size: 13px;
    color: #626262;
    line-height:100%;
    letter-spacing:0%;
}

.hero-trust span i {
    color: var(--secondary);
    margin-right: 5px;
}

.chat-mockup {
    background: white;
    border-radius: 12px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
    overflow: hidden;
    border: 1px solid var(--border-color);
}

.chat-header {
    background: #f8f9fa;
    padding: 12px 20px;
    border-bottom: 1px solid var(--border-color);
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 12px;
}

.chat-dots {
    display: flex;
    gap: 5px;
}

.chat-dots span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ddd;
}

.chat-body {
    padding: 20px;
    min-height: 300px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.chat-bubble {
    max-width: 80%;
    padding: 12px 16px;
    border-radius: 8px;
    font-size: 14px;
}

.chat-bubble.user {
    background: var(--primary);
    color: white;
    align-self: flex-end;
}

.chat-bubble.ai {
    background: #f1f1f1;
    align-self: flex-start;
    position: relative;
}

.ai-avatar {
    width: 24px;
    height: 24px;
    background: #fff4e5;
    color: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    position: absolute;
    left: -35px;
    top: 0;
    font-weight: bold;
    font-size: 12px;
    border: 1px solid #ffe8cc;
}

.chat-input {
    border-top: 1px solid var(--border-color);
    padding: 15px 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.chat-input input {
    flex: 1;
    border: none;
    outline: none;
    font-size: 14px;
}

.overview {
    background:#F7F7F7;
    display: flex;
    align-items: center;
    gap: 60px;
}

.overview-container{
    display: flex; gap: 60px; align-items: center;
}

.overview-visual { flex: 1; }
.overview-content { flex: 1; }

.features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 40px;
}

.feature-card {
    padding: 30px;
    border: 1px solid var(--border-color);
    border-radius: 8px;
    transition: 0.3s;
}

.feature-card:hover {
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.feature-icon {
    width: 40px;
    height: 40px;
    background: #FFF9F0;
    color: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    margin-bottom: 20px;
    font-size: 18px;
    border: 1px solid #FFE8CC;
}

.benefits-grid1 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    margin-top: 40px;
}
.benefits-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    margin-top: 40px;
}

.benefit-item1 h4 {
    font-size: 18px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.benefit-item h4 {
    font-size: 18px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
}


.benefit-item1 h4::before {
    content: "•";
    color: var(--secondary);
    font-size: 30px;
}
.benefit-item h4::before {
    content: "•";
    color: var(--secondary);
    font-size: 30px;
}

.benefit-item1 p {
    color: #626262;
    font-size: 15px;
    margin-left:17px;
    font-weight:400;
}
.benefit-item p {
    color: #626262;
    font-size: 15px;
    margin-left:17px;
    font-weight:400;
}

.how-it-works {
    max-width: 1040px;
    padding-top: var(--section-spacing);
    padding-bottom: var(--section-spacing);
    text-align: center;
}

.how-it-works .badge {
    display: block;
    margin-bottom: 10px;
    font-size: 13px;
    font-weight: 500;
    letter-spacing:4%;
    line-height:100%;
}

.how-it-works h2 {
    margin: 0;
    color:#000000;
    font-size: 30px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0%;
}

.how-it-works .steps-container {
    display: flex;
    justify-content: space-between;
    margin-top: 42px;
    position: relative;
}

/* .how-it-works .steps-container::before {
    content: "";
    position: absolute;
    top: 40px;
    right: 11%;
    left: 11%;
    border-top: 1px dotted #d9d9d9;
    z-index: 0;
} */

.how-it-works .step-item {
    position: relative;
    z-index: 1;
    flex: 1;
    padding: 0 22px;
    text-align: center;
}

/* .how-it-works .step-item:not(:last-child)::after {
    position: absolute;
    top: 18px;
    right: -2px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--primary);
    content: "";
} */

.how-it-works .steps-container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 42px;
    position: relative;
}

.how-it-works .step-connector {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-evenly;
    width: 100px; /* adjust to taste */
    height: 5px;
    margin-top: 39px; /* vertically centers on the 70px circle */
    border-top: 2px dashed #d9d9d9;
}

.how-it-works .step-connector .dot {
    width: 7px;
    height: 7px;
    flex-shrink: 0;
    border-radius: 50%;
    background: var(--primary);
    transform: translateY(-2.5px); /* sits centered on the dashed line */
}
.how-it-works .step-connector1{
    position: absolute;
    left: 20.5rem;
}

.how-it-works .step-connector2{
    position: absolute;
    left: 46rem;

}

.how-it-works .step-connector3{
    position: absolute;
    left: 71.9rem;
}

.how-it-works .step-connector .dot1{
    position: relative;
    right: 40px;
}

.how-it-works .step-connector .dot2{
    position: relative;
    left: 40px;
}

.how-it-works .step-number {
    display: flex;
    width: 70px;
    height: 70px;
    align-items: center;
    justify-content: center;
    margin: 0 auto 13px;
    border-radius: 50%;
    background:#D48C14;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
}

.how-it-works .step-item h4 {
    margin-bottom: 7px;
    color:#000000;
    font-size: 17px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0%;
}

.how-it-works .step-item p {
    margin: 0;
    color:#626262;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0%;
}

.use-cases-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin-top: 40px;
}

.use-case-card {
    background: white;
    border: 1px solid var(--border-color);
    padding: 20px;
    border-radius: 8px;
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.use-case-card h4 {
    font-size: 17px;
    font-weight: 600;
    line-height: 100%;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    gap: 13px;
}

.use-case-card h4::before {
    content: "•";
    color:#941202;
    font-size: 30px;
}

.idusv-1 img{
    width: 25px;
    height: 25px;
}
.industry-12 h2{
    width:100%;
    text-align:center;
    font-weight:700;
    font-size:30px;
    color:#000000;
    line-height:100%;
    letter-spacing:0%;
}
.industry-12 h4{
    font-weight:600;
    font-size:17px;
    line-height:100%;
    letter-spacing:0%;
    margin-bottom:10px;
}

.industry-12 p{
    font-weight:400;
    font-size:15px;
    line-height:24px;
    letter-spacing:0%;
    color:#626262;
}
.badge1234{
    font-size: 13px;
    font-weight: 500;
    color: #941202;
    text-transform: uppercase;
    letter-spacing: 4%;
    margin-bottom: 20px;
    padding:0;
    line-height:100%;
    display:block;
}

.use-case-card p {
     font-size: 14px;
     font-weight: 400;
     line-height: 24px;
     color: #626262;
     line-height:24px;
     letter-spacing:0%;
     margin-left:23px;
     margin-top:10px;
     }

.industries-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 40px;
}

.industry-card {
    border: 1px solid var(--border-color);
    padding: 25px 22px 5px;
    border-radius: 8px;
    display: flex;
    gap: 20px;
}
.badge-tally{ 
    font-size: 13px;
    font-weight: 500;
    color: #941202;
    text-transform: uppercase;
    letter-spacing: 4%;
    margin-bottom: 20px;
    padding:0;
    line-height:100%;
    display:block;
}

.why-c h2{ 
    width:100%;
    text-align:center;
    font-weight:700;
    font-size:30px;
    color:#000000;
    line-height:40px;
    letter-spacing:0%;
}
.why-c h4{
    font-weight:600;
    font-size:17px;
    line-height:100%;
    letter-spacing:0%;
    margin-bottom:10px;
}
.why-c p{
    font-weight:400;
    font-size:15px;
    line-height:24px;
    letter-spacing:0%;
    color:#626262;
}

.benefit-item1{
    border-bottom: 1px solid #DEDEDE;
    padding-bottom: 15px;
}
.industry-icon {
    min-width: 40px;
    height: 40px;
    background: #FFF9F0;
    color: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    font-size: 18px;
    border: 1px solid #FFE8CC;
}

.industries-row-2 {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
}

.industries-row-2 .industry-card {
    width: calc(33.33% - 10px);
}

.comparison-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 40px;
    font-size: 14px;
    border-radius: 14px 14px 0px 0px;
}
.badge-bui{
    font-size: 13px;
    font-weight: 500;
    color: #941202;
    text-transform: uppercase;
    letter-spacing: 4%;
    margin-bottom: 20px;
    padding:0;
    line-height:100%;
    display:block;
}
.comparison-table th {
    text-align: left;
    padding: 14px;
    font-weight: 600;
    background: #941202;
    color: white;
    text-transform: uppercase;
    line-height: 100%;
    letter-spacing: 0%;
}
.na{
    color:#585858;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
}
.ask{
    color:#3D3D3D;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
}
.table-bordered{
    border:.1rem solid #E8E8E8;
}

.comparison-table th.highlight {
    background: #D48C14;
}

.comparison-table td {
    padding: 14px;
    
    
    border-bottom: 1px solid var(--border-color);
}

.comparison-table tr:nth-child(even),.pain-table tr:nth-child(even) {
    background: #fffafa;
}
.tag-1{gap: 10px;}
.tag-1 p{
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0%;
    margin-bottom: 0px;
}

.tag-1 img{
    margin-top:3px;
}

.pain-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 40px;
    border-radius: 14px 14px 0px 0px;
  
}
.comparison-table strong{
    font-size: 14px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: 0%;
}
.pain-table th {
    background: #941202;
    color: white;
    padding: 15px;
    text-align: left;
    font-weight: 600;
    font-size:14px;
    line-height: 100%;
    letter-spacing: 0%;
}



.pain-table td {
    padding: 15px 25px;
    border-bottom: 1px solid var(--border-color);
    font-size: 14px;
}

.pain-table td i {
    color: var(--primary);
    margin-right: 10px;
}

.cta-banner {
    background: linear-gradient(#EBB61B, #D48C14);
    color: white;
    text-align: center;
    padding: var(--section-spacing) 0;
}

.cta-banner h2 { color: white; margin-bottom: 15px; }

.cta-banner p {
     margin-bottom: 30px; 
      
     font-size: 16px;
     font-weight: 300;
     line-height: 24px;
     letter-spacing:0%;
    }
.cta-buttons { display: flex; justify-content: center; gap: 15px; }
.cta-buttons .btn-light { background: white; color: var(--primary); }
.cta-buttons .btn-border { border: 1px solid white; color: white; }

/* FAQ */
.faq-container {
    max-width: 800px;
    margin: 40px auto 0;
}

.faq-item {
    border: 1px solid #f0f0f0;
    border-radius: 8px;
    margin-bottom: 15px;
    overflow: hidden;
}

.faq-header {
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-weight: 700;
    font-size: 16px;
    line-height:100%;
    letter-spacing: 0%;
}

.faq-body {
    padding: 0 20px 20px;
    font-size: 15px;
    color: var(--text-gray);
    font-weight: 400;
    line-height:24px;
    letter-spacing:0%;
}

.faq-icon {
    font-size: 18px;
    color: #999;
}
.section-head {
  text-align:center;
  /* padding:31px 0 18px */
}
.section-head h2 {
  font-size:17px;
  line-height:1.1;
  letter-spacing:-.45px;
  margin:5px 0;
  text-transform:uppercase
}
.section-head p {
  margin:0;
  color:#888;
  font-size:8px
}

.faq-container {
    max-width: 900px;
    margin: 0 auto;
}
.faq-item {
    border: 1px solid #e4e4e4;
    border-radius: 12px;
    /* background: #fafafa; */
    margin-bottom: 18px;
    overflow: hidden;
}
.faq-header {
    cursor: pointer;
    padding: 18px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
}
.faq-item.active .faq-header {
    font-weight: 700;
}
.faq-body {
    display: none;
    padding: 0 20px 18px;
    color: #444;
    line-height: 1.7;
    text-align: left;
}
.faq-item.active .faq-body {
    display: block;
}
.faq-icon img {
    transform: rotate(45deg);
    
}
.faq-item.active .faq-icon img {
    transition: transform 0.2s ease;
    transform: rotate(1deg); 
}
.section-tag {
    font-size: 13px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 4%;
    color:#941202; 
}

@media (max-width: 1024px) {
    .how-it-works .step-connector{
        display: none;
    }
}



@media (max-width: 768px) {
    .overview-container{
        flex-direction: column;
    }
    .hero, .overview, .features-grid, .benefits-grid, .use-cases-grid, .industries-grid {
        flex-direction: column;
        grid-template-columns: 1fr;
    }
    .industries-row-2 { flex-direction: column; }
    .industries-row-2 .industry-card { width: 100%; }
    h1 { font-size: 32px; }
    .how-it-works .step-connector{
        display: none;
    }
}
@media (min-width: 701px) {
    .section-head h2 {
        font-size: 30px;
        margin: 30px 0;
        font-weight: 700;
        line-height: 100%;
        letter-spacing: 0%;
    }
}
@media (max-width: 540px) {
    .how-it-works {
        padding-top: 45px;
        padding-bottom: 45px;
    }

    .how-it-works h2 { font-size: 20px; }
    .how-it-works .steps-container { flex-direction: column; gap: 30px; }
    .how-it-works .steps-container::before,
    .how-it-works .step-item:not(:last-child)::after { display: none; }
    .how-it-works .step-item { padding: 0 10px; }
    .benefits-grid1{
        grid-template-columns: 1fr;
    }
    .how-it-works .step-connector{
        display: none;
    }
    .hero-actions{
        flex-direction: column;
    }
}


