.page.page-id-10417 header.header-transparent .navbar{background:#000;backdrop-filter:blur(6px)}
:root{--red:#e8342a;--black:#111111;--bg:#f4f2ee;--gray:#6b6b6b;--border:#e2ddd4}
*{box-sizing:border-box;margin:0;padding:0}
body{font-family:Roboto,Sans-serif!important;background:var(--bg);color:var(--black)}
a{color:inherit;text-decoration:none}
.hero{display:flex;justify-content:space-between;align-items:center;padding:0 0 0;gap:40px}
.hero-left{max-width:50%}
.badge{display:inline-flex;align-items:center;gap:8px;border:1px solid #aaa;padding:8px 16px 6px; border-radius:20px; font-size:12px; letter-spacing:1px; color:#333; margin-bottom:14px}
.badge .dot{width:6px;height:6px;background:var(--red);border-radius:50%;display:inline-block}
.heroWrp h1 {
    font-size: 51px;
    line-height: 1.1;
    font-weight: 600;
    margin-bottom: 24px;
}
.heroWrp h1 em{color:var(--red);font-style:normal;font-weight:500}
.hero-left p{font-size:18px;color:var(--gray);line-height:1.6;max-width:630px;margin-bottom:28px}
.contact-line{display:flex;gap:32px;flex-wrap:wrap}
.contact-line span{display:flex;align-items:center;gap:8px;font-weight:600;font-size:15px}
.contact-line a{font-size:19px;color: #000;}
.contact-line svg{color:var(--red)}
.info-card .value a {color: #000;}
.heroWrp{padding-top:120px}
.hero-right{position:relative;max-width:50%}
.hero-right img{width:100%;display:block;border-radius:20px}
.response-card{position:absolute;bottom:-40px;left:-40px;background:#fff;padding:24px 28px;border-radius:8px;box-shadow:0 10px 30px rgba(0,0,0,.12);min-width:250px}
.response-card .label{font-size:20px;letter-spacing:1px;color:#000;margin-bottom:0}
.response-card .value{font-size:32px;font-weight:800;margin-bottom:8px}
.response-card .value .dot-red{color:var(--red);font-size:19px}
.response-card .sub{font-size:19px;color:var(--gray)}
.main-section{display:flex;gap:32px;padding:0;align-items:flex-start;flex-wrap:wrap}
.formWrpp{margin:60px 0 60px}
.left-col{display:flex;flex-direction:column;gap:20px;flex:1;min-width:320px;max-width:420px}
.cta-box{background:var(--black);color:#fff;padding:40px;border-radius:10px}
.cta-box h2{font-size:28px;font-weight:800;line-height:1.3}
.cta-box h2 .red{color:var(--red);font-weight:400}
.cta-box p{color:#c9c9c9;font-size:17px;margin:16px 0 24px;line-height:1.5}
.btn-red{background:var(--red);color:#fff;border:none;padding:14px 26px;border-radius:8px;font-weight:700;font-size:14px;cursor:pointer;display:inline-flex;align-items:center;gap:8px}
.btn-red:hover{color:#fff;background:#cb1d13;transition:.6s}
.info-card{background:#fff;border:1px solid #dadada;border-radius:10px;padding:22px 24px;display:flex;align-items:flex-start;gap:16px}
.formWrpp .ConsultationForm{position:relative;scale:1.02;margin-top:-16px}
.icon-box{background:#fbe3e1;color:var(--red);width:44px;height:44px;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.info-card .label{font-size:16px;letter-spacing:1px;color:#7b7b7b;margin-bottom:4px}
.info-card .value a:active,.info-card .value a:hover{color:#e8342a}
.info-card .value{font-size:17px;font-weight:700}
.info-card .value.small-lines{font-size:17px;font-weight:400;line-height:1.4;color:#222}
.right-col{flex:1.4;min-width:360px;background:#fff;border:1px solid var(--border);border-radius:10px;padding:44px;position:relative}
.form-header{display:flex;justify-content:space-between;align-items:flex-start;border-bottom:1px solid var(--border);padding-bottom:22px;margin-bottom:26px;position: relative;z-index: 33;}
.form-header .tag{color:var(--red);font-size:12px;letter-spacing:1px;font-weight:700;margin-bottom:8px;display:block}
.form-header h3{font-size:38px;font-weight:600}
.form-header .num{font-size:44px;font-weight:800;color:#eee}
form label{display:block;font-size:14px;font-weight:700;margin-bottom:8px}
form label .req{color:var(--red)}
.row{display:flex;gap:16px;margin-bottom:20px}
.row>div{flex:1}
input[type=email],input[type=tel],input[type=text],textarea{width:100%;padding:13px 16px;border:1px solid var(--border);border-radius:8px;background:#f4f2ee;font-size:14px;font-family:inherit;color:#333}
textarea{resize:vertical;min-height:110px}
.toggle-group{display:flex;gap:10px}
.toggle-btn{flex:1;padding:13px 16px;border:1px solid var(--border);border-radius:8px;background:#f4f2ee;font-size:14px;text-align:center;cursor:pointer}
.zip-hint{font-size:12px;color:var(--gray);margin-top:6px}
.checkbox-row{display:flex;align-items:center;gap:10px;margin:22px 0 24px;font-size:14px}
.checkbox-row input{width:16px;height:16px}
.checkbox-row a{text-decoration:underline}
.submit-btn{width:100%;background:var(--red);color:#fff;border:none;padding:16px;border-radius:30px;font-weight:700;font-size:15px;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px}
.value.small-lines strong {
    font-size: 16px;
    letter-spacing: 1px;
    color: #7b7b7b;
    margin-bottom: 0;
    font-weight: 400;
}
.value.small-lines .lchead {
    margin: 0 0 4px;
}



@media (max-width:991px){
.heroWrp h1{font-size:31px;margin-bottom:10px}
.hero-left{max-width:100%}
.hero{flex-direction:column-reverse;gap:25px}
.heroWrp{padding-top:120px}
.hero-left p{font-size:15px;max-width:100%;margin-bottom:28px}
.contact-line{display:flex;gap:15px;flex-wrap:wrap}
.hero-right{max-width:100%}
.main-section{flex-direction:column-reverse}
.cta-box h2{font-size:23px}
.right-col{padding:24px}
.form-header .num{display:none}
.form-header h3{font-size:26px}
.form-header{padding-bottom:2px;margin-bottom:16px}
.contactFM .ConsultationForm iframe{height:1100px}
.contactFM{overflow:hidden}
.info-card .value.small-lines{font-size:15px}
.formWrpp{margin:30px 0 30px}
.left-col{min-width:100%;max-width:100%}
.right-col{min-width:100%}
}