/* ========= Base / Theme ========= */
*{box-sizing:border-box}
html,body{margin:0;padding:0}
.font-inter{font-family:'Inter',sans-serif}
.bg-navy-dark{background:#111827}
.text-accent-gold{color:#C58940}
.bg-accent-gold{background:#C58940}
.border-accent-gold{border-color:#C58940}

/* ========= Hero ========= */
.hero-section{display:flex;align-items:center;justify-content:center;height:85vh;min-height:550px;background-size:cover;background-position:center;transition:background-image 1s;background-image:url('/banner1.jpeg')}
.hero-overlay{position:absolute;inset:0;background:rgba(17,24,39,.85)}

/* ========= Home Search Card ========= */
.search-box-container{background:#fff;padding:20px;border-radius:12px;box-shadow:0 10px 25px rgba(0,0,0,.2);width:100%;max-width:900px}

/* Row layout desktop; stack on mobile */
.search-fields{display:flex;align-items:flex-end;gap:12px;flex-wrap:nowrap}
.search-input.col{flex:1 1 50%;min-width:260px}
.search-input.location-section.col{flex:1 1 50%}
.search-input.col-12{flex:0 0 auto}
@media (min-width:768px){.search-input.col-12{flex:0 0 180px}}
@media (max-width:768px){
  .search-fields{flex-direction:column}
  .search-input.col,.search-input.location-section.col{width:100%}
}

/* ========= Steps ========= */
.steps-container-tailwind{display:flex;justify-content:center;gap:24px;flex-wrap:wrap}
.stepcard-tailwind{background:#fff;padding:24px;border-radius:12px;box-shadow:0 4px 12px rgba(0,0,0,.08);width:250px;border-bottom:4px solid #C58940}
.step-number-tailwind{font-size:28px;font-weight:800;color:#111827;width:50px;height:50px;margin:0 auto 10px;border-radius:9999px;display:flex;align-items:center;justify-content:center;background:#F3F4F6}

/* ========= Leads ========= */
.lead-box-tailwind{min-width:280px;max-width:300px;background:#fff;padding:24px;border-radius:12px;box-shadow:0 4px 10px rgba(0,0,0,.08);flex-shrink:0;text-align:left;border-left:5px solid #C58940;transition:transform .3s}
.lead-box-tailwind:hover{transform:translateY(-5px)}
.leads-slider-tailwind{display:flex;overflow-x:auto;scroll-behavior:smooth;gap:24px;padding-bottom:20px;-ms-overflow-style:none;scrollbar-width:none;margin:0 auto;max-width:1200px}
.leads-slider-tailwind::-webkit-scrollbar{display:none}

/* ========= CTA ========= */
.content-section-tailwind{display:flex;flex-wrap:wrap;align-items:center;padding:30px;background:#fff;border-radius:15px;box-shadow:0 8px 16px rgba(0,0,0,.15);gap:32px;max-width:1100px}
.content-text-tailwind a.button{display:inline-block;padding:12px 28px;background:#C58940;color:#fff;border-radius:8px;font-weight:600;transition:background .3s}
.content-text-tailwind a.button:hover{background:#a97734}

/* ========= Inquiry Banner ========= */
.inquiry-section-tailwind{max-width:1100px;margin:40px auto;position:relative;border-radius:15px;overflow:hidden;box-shadow:0 10px 20px rgba(0,0,0,.15)}
.inquiry-overlay-tailwind{position:absolute;inset:0;background:rgba(17,24,39,.7);display:flex;align-items:center;justify-content:center;flex-direction:column;color:#fff;text-align:center;padding:20px}
.inquiry-overlay-tailwind button{padding:12px 28px;background:#C58940;color:#fff;border:none;border-radius:8px;font-weight:600;transition:background .3s}
.inquiry-overlay-tailwind button:hover{background:#a97734}

/* ========= Suggestions ========= */
#suggestions{position:absolute;background:#fff;width:calc(100% - 24px);box-shadow:0 5px 15px rgba(0,0,0,.1);border-radius:8px;z-index:20;margin-top:5px;overflow:hidden;left:12px}
#suggestions div{padding:10px 15px;cursor:pointer;color:#111827;font-weight:500;border-bottom:1px solid #f0f0f0;transition:background .2s}
#suggestions div:last-child{border-bottom:none}
#suggestions div:hover{background:#f9f9f9}
.search-input.category-section .form-group{position:relative}

/* ========= Multistep Modal ========= */
#myModal .modal-content{border:none}
#myModal .modal-header{background:transparent;height:0;padding:0;position:relative;overflow:hidden;border:none}
#myModal .close{top:1.5rem!important;right:1.5rem!important;background:#374151!important;color:#fff!important}
#myModal .modal-dialog{max-width:720px}
@media (min-width:1200px){#myModal .modal-dialog{max-width:840px}}
#multiStepForm #step_questions1,#multiStepForm #step_questions2,#multiStepForm #step_questions3{display:flex;flex-direction:column}
#myModal-Quit .modal-footer button.continue,#myModal button.next-step,#myModal button[type="submit"]{background:#C58940!important;border:none!important;color:#fff!important;font-weight:700}
#myModal .btn-secondary{background:#D1D5DB!important;color:#374151!important;border:none!important;font-weight:600}
#multiStepForm h3{color:#111827;font-weight:800;text-align:center;margin-bottom:24px}
#multiStepForm .form-group{margin-bottom:0}
.modal-open .modal,#myModal-Quit{top:100px}
#myModal .step{display:none}
#myModal .step.active{display:block}

/* Groups + Inputs */
#multiStepForm .form-group{border:1px solid #e6e7ec;border-radius:12px;overflow:hidden}
#multiStepForm .form-group.no-border{border:none}
#multiStepForm .form-group.no-border .form-check-label{width:100%;padding:0}
#multiStepForm .form-check-input[type="text"],
#multiStepForm .form-check-input[type="email"]{margin:0!important;position:static!important;float:none!important;width:100%;height:auto;border:1px solid #e5e7eb;border-radius:10px;background:#fff;color:#111827;padding:12px 14px;box-shadow:none}
#multiStepForm .form-check-input[type="text"]::placeholder,
#multiStepForm .form-check-input[type="email"]::placeholder{color:#9CA3AF}
#multiStepForm .form-check-input[type="text"]:focus,
#multiStepForm .form-check-input[type="email"]:focus{outline:none;border-color:#C58940;box-shadow:0 0 0 3px rgba(197,137,64,.25)}

/* OTP */
#multiStepForm .form-check.code{margin:0;padding:16px;gap:12px;border:1px solid #e5e7eb;border-radius:12px;background:#F9FAFB;justify-content:space-between}
#multiStepForm .form-check.code input{width:56px;height:56px;border:2px solid #e5e7eb;border-radius:10px;background:#fff;color:#111827;text-align:center;font-weight:700;font-size:22px}
#multiStepForm .form-check.code input:focus{outline:none;border-color:#C58940;box-shadow:0 0 0 3px rgba(197,137,64,.25)}

/* ========= Image Slider ========= */
.image-slider-section{background:#fbfbfc;padding:48px 0}
.image-slider-wrapper{max-width:1100px;margin:0 auto;overflow:hidden;border-radius:12px;position:relative}
.image-slider-container{display:flex;width:100%;transition:transform 800ms ease-in-out}
.image-slide{min-width:100%;position:relative;display:block}
.image-slide img{width:100%;height:360px;object-fit:cover;display:block;filter:brightness(.75)}
.image-text-overlay{position:absolute;top:50%;left:40px;transform:translateY(-50%);color:#fff;text-align:left;padding:18px 24px;border-radius:8px;background:rgba(0,0,0,.35);max-width:60%}
.image-slider-arrow{position:absolute;top:50%;transform:translateY(-50%);width:44px;height:44px;border-radius:9999px;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,.45);color:#fff;border:none;cursor:pointer;z-index:12}
.image-slider-arrow:hover{background:rgba(0,0,0,.7)}
.image-slider-prev{left:12px}.image-slider-next{right:12px}

/* Responsive bits */
@media (max-width:992px){.image-slide img{height:300px}.image-text-overlay{left:20px;max-width:70%}}
@media (max-width:640px){.image-slide img{height:220px}.image-text-overlay{left:12px;right:12px;max-width:calc(100% - 24px);font-size:14px}}
@media (max-width:768px){
  .hero-section{height:65vh}
  .search-input.col-12 .btn-primary{margin-top:10px}
  .stepcard-tailwind{width:48%;margin-bottom:15px}
  .content-section-tailwind{flex-direction:column;text-align:center}
  #suggestions{width:calc(100% - 30px);left:15px}
}

/* ========= Boiler Inquiry Popup ========= */
#inquiryPopup{backdrop-filter:saturate(120%) blur(1px)}
#inquiryPopup .popup-content{
  background:#fff;width:94%;max-width:820px;margin:5% auto;padding:28px 26px 22px;border-radius:20px;position:relative;
  box-shadow:0 28px 70px rgba(0,0,0,.3);overflow:hidden
}
#inquiryPopup .popup-content:before{content:"";position:absolute;top:0;left:0;right:0;height:6px;background:#C58940}
#inquiryPopup #closePopup{background:#374151;color:#fff;width:36px;height:36px;line-height:32px;text-align:center;border-radius:9999px}
#inquiryPopup h3,#inquiryPopup .title{font-weight:800;color:#111827;margin:0 0 14px}
#questionContainer{margin-top:6px}
#inquiryForm .form-check{display:flex;align-items:center;gap:12px;padding:12px 14px;margin:10px 0;border:1px solid #e6e7ec;border-radius:12px;background:#fafafa;transition:background .2s,border-color .2s,box-shadow .2s}
#inquiryForm .form-check:hover{background:#f3f4f6}
#inquiryForm .form-check input[type="radio"]{margin:0;accent-color:#C58940;transform:scale(1.05)}
#inquiryForm .form-check label{margin:0;font-weight:600;color:#1f2937}
#inquiryForm .form-check input[type="radio"]:checked + label,
#inquiryForm .form-check input[type="radio"]:checked ~ label{color:#111827}
#inquiryForm .form-check input[type="radio"]:checked ~ label::after{content:"";display:inline-block;width:6px;height:6px;margin-left:8px;border-radius:9999px;background:#C58940}
.inquiry-buttons{display:flex;justify-content:space-between;align-items:center;margin-top:12px}
.inquiry-buttons > div{display:flex;gap:10px}
#inquiryPopup .btn-primary{background:#C58940!important;border:none!important;color:#fff!important;font-weight:700;padding:.6rem 1.15rem}
#inquiryPopup .btn-primary:hover{background:#a97734!important}
#inquiryPopup .btn-secondary{background:#D1D5DB!important;color:#374151!important;border:none!important;font-weight:600}
@media (min-width:640px){#questionContainer .form-check{margin:0} #questionContainer{display:grid;grid-template-columns:1fr 1fr;gap:12px} #questionContainer h4, #questionContainer .question-title{grid-column:1/-1;margin-bottom:6px}}
@media (max-width:639px){#questionContainer{display:block} .inquiry-buttons{flex-direction:column;gap:10px} .inquiry-buttons .btn{width:100%}}

/* Hero search panel tweaks */
.section-search .search-box{background:#fff;border-radius:16px;box-shadow:0 20px 40px rgba(0,0,0,.25);padding:24px}
.section-search .form-group label{color:#111827;font-weight:700}
.section-search .form-control{height:48px;border-radius:10px;border:1px solid #E5E7EB;padding:12px 14px;box-shadow:none}
.section-search .form-control:focus{outline:none;border-color:#C58940;box-shadow:0 0 0 3px rgba(197,137,64,.25)}
.section-search .btn-primary{background:#C58940 !important;border-color:#C58940 !important;color:#fff !important;font-weight:700;border-radius:10px;padding:12px 16px}
.section-search .btn-primary:hover{background:#a97734 !important;border-color:#a97734 !important}

/* ========= OfficeTool (scoped) ========= */
.office-page .office-hero{
  position:relative;padding:72px 0 36px;
  background:
    radial-gradient(700px 420px at 8% -10%, rgba(197,137,64,.08), transparent 60%),
    radial-gradient(620px 420px at 100% 0%, rgba(255,255,255,.05), transparent 60%),
    #111827;color:#fff
}
.office-page .office-hero .office-hero-inner{max-width:980px;margin:0 auto;padding:0 20px}
.office-page .office-kicker{display:inline-flex;align-items:center;gap:10px;font-weight:800;color:#C58940;background:rgba(197,137,64,.12);padding:8px 12px;border-radius:999px;font-size:.9rem;border:1px solid rgba(197,137,64,.35)}
.office-page .office-title{font-weight:800;letter-spacing:-.02em;margin-top:10px;font-size:clamp(2rem,3.2vw,3rem)}
.office-page .office-sub{color:#e5e7eb;margin-top:10px;line-height:1.7}
.office-page .office-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:18px}
.office-page .btn-office{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:12px 16px;border-radius:10px;font-weight:700;border:1px solid transparent;transition:transform .15s,box-shadow .15s,background .15s,color .15s}
.office-page .btn-office-primary{background:#C58940;color:#fff}
.office-page .btn-office-primary:hover{background:#a97734;transform:translateY(-1px);box-shadow:0 18px 40px rgba(0,0,0,.18)}
.office-page .btn-office-outline{background:#fff;color:#111827;border-color:#E5E7EB}
.office-page .btn-office-outline:hover{border-color:#C58940;color:#C58940}
.office-page .office-badges{display:flex;gap:10px;flex-wrap:wrap;margin-top:16px}
.office-page .office-badge{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border-radius:999px;font-weight:700;font-size:14px;border:1px solid #e5e7eb;background:#fff;color:#374151}
.office-page .office-cta{padding:60px 0;background:#fff}
.office-page .office-cta .wrap{max-width:900px;margin:0 auto;text-align:center;padding:0 20px}
.office-page .office-cta h2{font-weight:800;letter-spacing:-.02em}
.office-page .office-cta p{color:#4B5563}

/* Office popup */
.office-page #officePopupOverlay{display:none;position:fixed;inset:0;background:rgba(0,0,0,.55);backdrop-filter:blur(2px);z-index:1000;opacity:0;transition:opacity .18s}
.office-page #officePopupOverlay.show{opacity:1}
.office-page #officePopupForm{display:none;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:min(96%,920px);background:#fff;color:#111827;border-radius:20px;box-shadow:0 28px 70px rgba(0,0,0,.3);z-index:1001;border:1px solid #eef1f5;max-height:92vh;overflow:hidden;opacity:0;transition:opacity .18s,transform .18s}
.office-page #officePopupForm.show{opacity:1}
.office-page #officePopupForm .sheet{display:flex;flex-direction:column;height:100%;min-height:0}
.office-page #officePopupForm header{position:sticky;top:0;z-index:1;padding:16px 20px;border-bottom:1px solid #eef1f5;background:#fff;display:flex;align-items:center;justify-content:center}
.office-page #officePopupForm header h2{margin:0;font-weight:900;font-size:1.1rem}
.office-page #officePopupForm .close-btn{position:absolute;left:12px;top:50%;transform:translateY(-50%);width:36px;height:36px;border-radius:9999px;background:#374151;color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:22px;line-height:1;cursor:pointer;border:0}
.office-page #officePopupForm .subtle{margin:0;color:#6B7280;padding:10px 20px 0}
.office-page #officePopupForm .content{padding:16px 20px;flex:1 1 auto;min-height:0;overflow:auto}
.office-page #officePopupForm .actions{position:sticky;bottom:0;z-index:1;background:#fff;border-top:1px solid #eef1f5;padding:12px 20px}
.office-page #officePopupForm .actions .btn-office-primary{width:100%}
.office-page .office-form-grid{display:grid;gap:14px;grid-template-columns:repeat(2,minmax(0,1fr))}
@media (max-width:900px){.office-page .office-form-grid{grid-template-columns:1fr}}
.office-page label{font-size:15px;font-weight:700;color:#111827;display:block}
.office-page input,.office-page select{width:100%;padding:12px 12px;margin-top:6px;border:1px solid #e5e7eb;border-radius:10px;background:#fff;color:#111827;font-size:16px;outline:none;transition:border .15s,box-shadow .15s}
.office-page input:focus,.office-page select:focus{border-color:#C58940;box-shadow:0 0 0 3px rgba(197,137,64,.22)}
.office-page input[type="radio"]{width:16px;height:16px;margin-right:6px;accent-color:#C58940}
.office-page .inline label{display:inline-flex;align-items:center;gap:8px;font-weight:600;color:#374151}
@media (max-width:480px){
  .office-page #officePopupForm{width:96%;border-radius:14px}
  .office-page #officePopupForm header{padding:12px 14px}
  .office-page #officePopupForm .content{padding:12px 14px}
  .office-page #officePopupForm .actions{padding:10px 14px}
}
.office-page #officePopupForm .content::-webkit-scrollbar{width:8px}
.office-page #officePopupForm .content::-webkit-scrollbar-thumb{background:#e5e7eb;border-radius:9999px}
.office-page #officePopupForm .content::-webkit-scrollbar-thumb:hover{background:#d1d5db}

/* ========= Auth (Login / Reset) ========= */
.auth-page{
  min-height:calc(100vh - 80px);
  background:
    radial-gradient(700px 420px at 8% -10%, rgba(197,137,64,.08), transparent 60%),
    radial-gradient(620px 420px at 100% 0%, rgba(255,255,255,.05), transparent 60%),
    #111827;
  display:flex;align-items:center;justify-content:center;padding:48px 16px
}
.auth-page .auth-card{
  width:100%;max-width:420px;background:#fff;border-radius:16px;
  box-shadow:0 24px 60px rgba(0,0,0,.30);border:1px solid #eef1f5;padding:26px 22px 20px
}
.auth-page .auth-title{margin:0 0 8px;text-align:center;font-weight:800;letter-spacing:-.02em;color:#111827}
.auth-page .auth-subtle{margin:0 0 14px;text-align:center;color:#6B7280;font-size:14px}

.auth-page .form-field{margin-top:12px}
.auth-page label{display:block;font-weight:700;color:#111827;font-size:14px;margin-bottom:6px}
.auth-page input[type="email"],.auth-page input[type="password"]{
  width:100%;padding:12px 12px;border:1px solid #e5e7eb;border-radius:10px;background:#fff;color:#111827;font-size:16px;outline:none;transition:border .15s,box-shadow .15s
}
.auth-page input:focus{border-color:#C58940;box-shadow:0 0 0 3px rgba(197,137,64,.22)}

.auth-page .btn-auth{display:inline-flex;align-items:center;justify-content:center;width:100%;padding:12px 16px;border-radius:10px;font-weight:700;border:1px solid transparent;cursor:pointer;transition:background .15s,box-shadow .15s,transform .15s}
.auth-page .btn-auth-primary{background:#C58940;color:#fff}
.auth-page .btn-auth-primary:hover{background:#a97734;transform:translateY(-1px);box-shadow:0 16px 36px rgba(0,0,0,.18)}

.auth-page .helper-row{display:flex;justify-content:space-between;align-items:center;margin-top:10px}
.auth-page .link-muted{background:transparent;border:0;padding:0;cursor:pointer;color:#C58940;font-weight:700;text-decoration:none}
.auth-page .link-muted:hover{color:#a97734;text-decoration:underline}
.auth-page .msg{text-align:center;margin-top:10px;font-weight:600}
.auth-page .msg.error{color:#dc2626}
.auth-page .msg.info{color:#059669}

/* Forgot modal */
.auth-page #forgotModal{display:none;position:fixed;inset:0;z-index:1000;background:rgba(0,0,0,.55);backdrop-filter:blur(2px);align-items:center;justify-content:center}
.auth-page #forgotModal.show{display:flex}
.auth-page #forgotModal .box{width:min(94%,420px);background:#fff;border-radius:16px;border:1px solid #eef1f5;box-shadow:0 28px 70px rgba(0,0,0,.30);padding:18px 18px 14px}
.auth-page #forgotModal .box h3{margin:0 0 6px;font-weight:900;letter-spacing:-.01em;color:#111827;text-align:center}
.auth-page #forgotModal p{color:#6B7280;margin:0 0 10px;text-align:center}
.auth-page #forgotModal input[type="email"]{width:100%;padding:12px;border:1px solid #e5e7eb;border-radius:10px;outline:none}
.auth-page #forgotModal input[type="email"]:focus{border-color:#C58940;box-shadow:0 0 0 3px rgba(197,137,64,.22)}
.auth-page #forgotModal .actions{margin-top:12px;display:flex;gap:10px}
.auth-page #forgotModal .actions .btn-auth{flex:1}
.auth-page #forgotModal .btn-ghost{background:#E5E7EB;color:#374151;border:1px solid #E5E7EB;font-weight:700;border-radius:10px;padding:12px 16px}
.auth-page #forgotModal .btn-ghost:hover{background:#d9dbe1}


/* ============= ABOUT PAGE ============= */
.container{max-width:1200px;margin:0 auto;padding:0 20px}

/* Hero */
.about-hero{
  padding:70px 0 48px;
  background:
    radial-gradient(700px 420px at 8% -10%, rgba(197,137,64,.10), transparent 60%),
    radial-gradient(620px 420px at 100% 0%, rgba(255,255,255,.06), transparent 60%),
    #111827;
  color:#fff;
  border-bottom:1px solid rgba(255,255,255,.08);
}
.about-hero h1{
  font-size:clamp(1.9rem,3.2vw,3rem);
  font-weight:800; letter-spacing:-.02em; margin:8px 0 6px;
}
.about-hero p{color:#e5e7eb; max-width:850px}

/* Breadcrumb */
.about-breadcrumb{
  display:flex; align-items:center; gap:8px; color:#cbd5e1; font-weight:600; margin-bottom:10px;
}
.about-breadcrumb a{color:#fff; text-decoration:none}
.about-breadcrumb a:hover{color:#C58940}
.about-breadcrumb .current{color:#cbd5e1}

/* About two-column */
.about-wrap{background:#fff; padding:48px 0}
.about-grid{display:grid; grid-template-columns: 1.05fr 1fr; gap:28px; align-items:center}
@media (max-width:900px){ .about-grid{grid-template-columns:1fr} }

.about-image{position:relative}
.about-image img{width:100%; height:auto; display:block; border-radius:16px; box-shadow:0 14px 40px rgba(0,0,0,.18)}
.exp-badge{
  position:absolute; left:16px; top:16px; background:#111827; color:#fff;
  padding:10px 14px; border-radius:12px; border:1px solid rgba(255,255,255,.12);
  display:flex; align-items:center; gap:10px; box-shadow:0 8px 22px rgba(0,0,0,.25)
}
.exp-badge strong{font-size:22px}
.exp-badge span{opacity:.9}

.about-text .kicker{
  display:inline-block; font-weight:800; letter-spacing:.02em; margin-bottom:8px
}
.about-text h2{
  font-size:clamp(1.6rem,2.6vw,2.2rem); font-weight:800; margin:6px 0 10px
}
.about-text p{color:#374151; line-height:1.75}
.about-list{margin:10px 0 0; padding-left:18px}
.about-list li{margin:8px 0}

/* Why choose us */
.why-wrap{background:#fbfbfc; padding:56px 0}
.section-title{
  text-align:center; font-weight:800; font-size:clamp(1.4rem,2.2vw,1.9rem); margin:0 0 20px
}
.why-grid{
  display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:18px
}
@media (max-width:900px){ .why-grid{grid-template-columns:1fr 1fr} }
@media (max-width:600px){ .why-grid{grid-template-columns:1fr} }

.why-card{
  background:#fff; border-radius:14px; padding:18px 16px;
  box-shadow:0 12px 30px rgba(0,0,0,.08); border-left:5px solid #C58940;
  transition:transform .16s, box-shadow .16s
}
.why-card:hover{transform:translateY(-4px); box-shadow:0 20px 44px rgba(0,0,0,.12)}
.why-card .why-icon{
  width:44px;height:44px;border-radius:9999px;background:#111827;color:#fff;
  display:grid;place-items:center;font-weight:800;margin-bottom:10px
}
.why-card h3{margin:0 0 6px;font-weight:800}
.why-card p{margin:0;color:#4B5563}

/* FAQ / Accordion */
.faq-wrap{background:#fff; padding:52px 0}
.accordion{max-width:900px;margin:0 auto}
.acc-item{border:1px solid #e9ebf0; border-radius:12px; background:#fff; margin:12px 0; overflow:hidden}
.acc-head{
  width:100%; text-align:left; background:#fff; border:0; padding:14px 16px;
  font-weight:800; display:flex; align-items:center; justify-content:space-between;
  cursor:pointer; color:#111827
}
.acc-head[aria-expanded="true"]{color:#C58940}
.acc-body{padding:0 16px 14px; color:#374151; display:none}
.acc-body p{margin:0}
.acc-head .chev{transition:transform .15s}
.acc-head[aria-expanded="true"] .chev{transform:rotate(180deg)}

/* CTA */
.about-cta{background:#111827; padding:36px 0}
.cta-bar{
  display:flex; align-items:center; justify-content:space-between; gap:16px; color:#fff
}
.cta-bar h3{margin:0; font-size:clamp(1.2rem,2vw,1.6rem); font-weight:800}
.cta-bar p{margin:2px 0 0; color:#d1d5db}
@media (max-width:700px){ .cta-bar{flex-direction:column; text-align:center} }

/* Button (reuse your gold) */
.btn-primary{
  display:inline-block; padding:12px 18px; background:#C58940; color:#fff; border-radius:10px;
  font-weight:700; text-decoration:none; transition:background .2s, transform .1s
}
.btn-primary:hover{background:#a97734; transform:translateY(-1px)}

/* ================================================
   FOOTER (A to Z Gas)
   ================================================ */
.footer {
  background: #111827;
  color: #e5e7eb;
  font-family: 'Inter', sans-serif;
  padding-top: 50px;
  border-top: 4px solid #C58940;
}
.footer-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 32px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px 40px;
}
.footer-col h4, .footer-brand h4 {
  font-weight: 800;
  font-size: 1.1rem;
  color: #fff;
  margin-bottom: 12px;
  border-bottom: 2px solid #C58940;
  display: inline-block;
  padding-bottom: 4px;
}
.footer-brand .brand-title {
  font-size: 1.4rem;
  color: #C58940;
  font-weight: 900;
  margin-bottom: 10px;
}
.footer p {
  color: #9ca3af;
  font-size: 14px;
  line-height: 1.6;
}
.footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer ul li {
  margin-bottom: 8px;
}
.footer ul li a {
  color: #d1d5db;
  font-size: 14px;
  text-decoration: none;
  transition: color .2s;
}
.footer ul li a:hover {
  color: #C58940;
}
.footer .social-links {
  display: flex;
  gap: 10px;
  margin-top: 14px;
}
.footer .social-links a {
  background: #1f2937;
  color: #fff;
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  transition: background .2s, transform .2s;
}
.footer .social-links a:hover {
  background: #C58940;
  transform: translateY(-2px);
}
.footer-bottom {
  text-align: center;
  font-size: 13px;
  color: #9ca3af;
  border-top: 1px solid #1f2937;
  padding: 14px 0;
}

/* ================================================
   GDPR POPUP
   ================================================ */
#gdpr-popup {
  position: fixed;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 40px);
  max-width: 760px;
  background: #fff;
  color: #111827;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0,0,0,.25);
  z-index: 9999;
  animation: slideUp .4s ease;
}
@keyframes slideUp {
  from {opacity: 0; transform: translate(-50%, 20px);}
  to {opacity: 1; transform: translate(-50%, 0);}
}
.gdpr-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  padding: 14px 20px;
  flex-wrap: wrap;
}
.gdpr-inner p {
  margin: 0;
  font-size: 15px;
  line-height: 1.5;
}
.gdpr-inner a {
  color: #C58940;
  font-weight: 700;
  text-decoration: none;
}
.gdpr-inner a:hover {
  text-decoration: underline;
}
.gdpr-buttons {
  display: flex;
  gap: 8px;
}
.gdpr-buttons .btn-accept {
  background: #C58940;
  color: #fff;
  border: 0;
  border-radius: 8px;
  padding: 8px 14px;
  font-weight: 700;
  cursor: pointer;
  transition: background .2s;
}
.gdpr-buttons .btn-accept:hover {
  background: #a97734;
}
.gdpr-buttons .btn-close {
  background: #6b7280;
  color: #fff;
  border: 0;
  border-radius: 8px;
  width: 34px;
  height: 34px;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
}
@media (max-width:600px){
  .gdpr-inner{flex-direction:column;align-items:flex-start}
  .gdpr-buttons{align-self:flex-end}
}

