
:root{
  --bg:#101822;
  --bg-2:#142130;
  --surface:#182536;
  --surface-2:#202f42;
  --muted-surface:#e7ebef;
  --muted-surface-2:#dfe5ea;
  --ink:#111923;
  --text:#ecf2f7;
  --muted:#aeb9c6;
  --muted-dark:#5d6875;
  --line:rgba(255,255,255,.11);
  --line-dark:#cfd7df;
  --orange:#f47d1f;
  --orange-soft:#ff9340;
  --white:#fff;
  --shadow:0 24px 60px rgba(4,10,18,.22);
  --radius:22px;
  --container:min(1180px,92%);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:'Cairo',Arial,sans-serif;
  color:var(--text);
  background:
    radial-gradient(circle at 20% 0%,rgba(244,125,31,.06),transparent 28%),
    linear-gradient(180deg,#0d151f 0%,#121d2a 38%,#182432 100%);
  line-height:1.8;
}
a{text-decoration:none;color:inherit}
img{display:block;max-width:100%}
button,input,select,textarea{font:inherit}
.container{width:var(--container);margin-inline:auto}
.section{padding:86px 0}
.section-tight{padding:70px 0}
.eyebrow{
  display:inline-flex;align-items:center;gap:10px;
  color:var(--orange-soft);font-weight:900;font-size:14px;
  margin-bottom:14px
}
.eyebrow:before{content:"";width:32px;height:2px;background:var(--orange);border-radius:2px}
.section-head{max-width:780px;margin:0 auto 42px;text-align:center}
.section-head h2,.section-text h2{
  margin:0 0 14px;
  font-size:clamp(30px,3vw,46px);
  line-height:1.25;
  font-weight:900;
  color:#fff;
}
.section-head p,.section-text p{margin:0 0 14px;color:var(--muted);font-size:17px}
.text-link{color:var(--orange-soft);font-weight:900}
.page-wrap{overflow:hidden}

/* Header V4 */
.site-header{
  position:sticky;top:0;z-index:80;
  background:rgba(12,21,32,.94);
  backdrop-filter:blur(18px);
  border-bottom:1px solid rgba(255,255,255,.08);
}
.header-inner{
  min-height:74px;
  display:flex;
  align-items:center;
  gap:24px;
}
.brand{
  display:flex;
  align-items:center;
  gap:12px;
  min-width:330px;
}
.brand img{display:none}
.brand:before{
  content:"S";
  width:34px;
  height:34px;
  display:grid;
  place-items:center;
  border-radius:4px;
  background:#162231;
  border:1px solid rgba(255,255,255,.10);
  color:var(--orange-soft);
  font-weight:1000;
  font-size:22px;
  line-height:1;
}
.brand:after{
  content:"سونيك ستيل | منشآت معدنية وجمالونات";
  color:#dce4ec;
  font-weight:900;
  font-size:18px;
  line-height:1.2;
  letter-spacing:.1px;
  white-space:nowrap;
}
.nav{display:flex;align-items:center;gap:22px;margin-inline:auto}
.nav a{
  color:#d8e0e8;
  font-size:15px;
  font-weight:800;
  position:relative;
  opacity:.92;
}
.nav a:after{
  content:"";position:absolute;right:0;left:0;bottom:-9px;height:2px;
  background:var(--orange);border-radius:2px;transform:scaleX(0);transition:.22s ease;
}
.nav a:hover,.nav a.active{color:var(--orange-soft)}
.nav a:hover:after,.nav a.active:after{transform:scaleX(1)}
.header-actions{display:flex;align-items:center;gap:10px}
.header-cta,.btn{
  display:inline-flex;align-items:center;justify-content:center;
  border-radius:999px;
  padding:12px 22px;
  font-weight:900;
  border:1px solid transparent;
  cursor:pointer;
  transition:.24s ease;
}
.header-cta{
  background:linear-gradient(135deg,var(--orange),var(--orange-soft));
  color:#111923;
  box-shadow:0 14px 32px rgba(244,125,31,.18);
}
.header-cta:hover,.btn:hover{transform:translateY(-2px)}
.menu-toggle{
  display:none;
  margin-inline-start:auto;
  width:44px;height:44px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:14px;
  background:rgba(255,255,255,.06);
  color:#fff;
  font-size:24px;
}

/* Buttons */
.btn-primary{
  background:linear-gradient(135deg,var(--orange),var(--orange-soft));
  color:#111923;
  box-shadow:0 16px 34px rgba(244,125,31,.18);
}
.btn-secondary{
  background:rgba(255,255,255,.07);
  color:#fff;
  border-color:rgba(255,255,255,.14);
}
.btn-light{background:#fff;color:#101822}
.btn-outline{
  background:transparent;
  border-color:rgba(255,255,255,.22);
  color:#fff;
}

/* Hero */
.hero{
  position:relative;
  padding:94px 0 112px;
  background:
    linear-gradient(90deg,rgba(11,20,30,.96) 0%,rgba(11,20,30,.88) 42%,rgba(11,20,30,.50) 100%),
    url('../images/hero-project.jpg') center/cover no-repeat;
  color:#fff;
}
.hero:after{
  content:"";position:absolute;inset:auto 0 0;height:120px;
  background:linear-gradient(180deg,rgba(16,24,34,0),var(--bg));
  pointer-events:none;
}
.hero-grid{
  position:relative;z-index:1;
  display:grid;
  grid-template-columns:1.02fr .98fr;
  gap:42px;
  align-items:center;
}
.hero h1{
  margin:0 0 18px;
  font-size:clamp(38px,5vw,66px);
  line-height:1.15;
  font-weight:1000;
  color:#fff;
}
.hero p{margin:0 0 26px;color:#d5dee7;font-size:19px;max-width:740px}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-bottom:22px}
.hero-points{display:flex;gap:10px;flex-wrap:wrap}
.hero-points span{
  padding:8px 13px;border-radius:999px;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.13);
  color:#edf3f8;font-size:14px;font-weight:700;
}
.hero-visual{display:flex;justify-content:flex-end}
.hero-image-card{
  border-radius:28px;
  overflow:hidden;
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.12);
  box-shadow:var(--shadow);
  width:min(520px,100%);
}
.hero-image-card img{width:100%;aspect-ratio:4/3;object-fit:cover}
.hero-mini-stat{
  display:none;
}
.hero-badge-card{display:none}

/* Layout cards */
.trust-strip{position:relative;z-index:2;margin-top:-36px}
.trust-grid{
  display:grid;grid-template-columns:repeat(4,1fr);
  background:linear-gradient(135deg,#172536,#213247);
  border:1px solid rgba(255,255,255,.10);
  border-radius:26px;
  box-shadow:var(--shadow);
  overflow:hidden;
}
.trust-item{padding:24px;border-left:1px solid rgba(255,255,255,.08)}
.trust-item:last-child{border-left:0}
.trust-item strong{display:block;color:#fff;font-size:18px;margin-bottom:6px}
.trust-item span{display:block;color:#aeb9c6;font-size:14px}

.two-col{display:grid;grid-template-columns:1fr 1fr;gap:54px;align-items:center}
.media-card{
  border-radius:26px;
  overflow:hidden;
  background:#172536;
  border:1px solid rgba(255,255,255,.10);
  box-shadow:var(--shadow)
}
.media-card img{width:100%;height:100%;min-height:400px;object-fit:cover}
.info-card,.service-card,.value-card,.project-card,.process-step,.detail-card,.contact-panel,.quote-form,.feature-box,.stat-card,.gallery-card,.gallery-item{
  background:linear-gradient(135deg,#172536,#1e2d40);
  border:1px solid rgba(255,255,255,.10);
  border-radius:var(--radius);
  box-shadow:0 18px 44px rgba(4,10,18,.16);
}
.info-card,.service-card,.value-card,.detail-card,.feature-box,.process-step,.stat-card{padding:26px}
.info-card h3,.service-card h3,.value-card h3,.detail-card h3,.feature-box h3,.process-step h3,.stat-card h3{
  margin:0 0 10px;color:#fff;font-size:22px;font-weight:900
}
.info-card p,.service-card p,.value-card p,.detail-card p,.feature-box p,.process-step p,.stat-card p{
  margin:0;color:var(--muted)
}
.dark-section{
  background:
    linear-gradient(135deg,rgba(10,17,26,.92),rgba(18,31,45,.94)),
    url('../images/texture-grid.png') center/cover no-repeat;
  border-top:1px solid rgba(255,255,255,.06);
  border-bottom:1px solid rgba(255,255,255,.06);
}
.card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.number-badge,.process-step .step-index{
  display:grid;place-items:center;width:46px;height:46px;
  border-radius:15px;background:rgba(244,125,31,.15);
  color:var(--orange-soft);font-weight:1000;margin-bottom:16px
}
.feature-list{display:grid;gap:15px}
.feature-row{
  display:grid;grid-template-columns:auto 1fr;gap:14px;
  padding:18px 20px;border-radius:20px;
  background:linear-gradient(135deg,#172536,#1e2d40);
  border:1px solid rgba(255,255,255,.10);
}
.feature-row .icon{
  width:42px;height:42px;border-radius:14px;
  display:grid;place-items:center;
  background:rgba(244,125,31,.14);
  color:var(--orange-soft);font-weight:1000;
}
.feature-row h4{margin:0 0 4px;color:#fff;font-size:18px}
.feature-row p{margin:0;color:var(--muted);font-size:15px}

/* Projects */
.project-grid,.projects-gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.project-card,.gallery-item{overflow:hidden}
.project-thumb{position:relative}
.project-thumb img,.gallery-item img{width:100%;aspect-ratio:1/1;object-fit:cover}
.project-label{
  position:absolute;top:15px;right:15px;
  padding:7px 12px;border-radius:999px;
  background:rgba(15,24,34,.78);color:#fff;font-size:13px;font-weight:800
}
.project-body,.gallery-content{padding:22px}
.project-body h3,.gallery-content h3{margin:0 0 8px;color:#fff;font-size:21px}
.project-body p,.gallery-content p{margin:0;color:var(--muted)}
.center-actions{text-align:center;margin-top:32px}
.gallery-mosaic{display:grid;grid-template-columns:1.15fr .85fr;gap:18px}
.gallery-stack{display:grid;gap:18px}
.gallery-card{overflow:hidden}
.gallery-card img{width:100%;height:100%;object-fit:cover;min-height:220px}

/* Process */
.process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.process-step{position:relative;overflow:hidden}
.process-step:before{
  content:"";position:absolute;top:0;right:0;left:0;height:4px;
  background:linear-gradient(90deg,var(--orange),rgba(244,125,31,0))
}

/* Page hero */
.page-hero{
  padding:72px 0 78px;
  background:
    linear-gradient(135deg,rgba(11,20,30,.96),rgba(21,34,49,.92)),
    url('../images/texture-diag.png') center/cover no-repeat;
  border-bottom:1px solid rgba(255,255,255,.08);
}
.page-hero h1{
  margin:0 0 14px;
  font-size:clamp(34px,4vw,56px);
  line-height:1.18;
  color:#fff;
  font-weight:1000;
}
.page-hero p{margin:0;max-width:780px;color:#cbd6e1;font-size:18px}

/* Services */
.services-layout{display:grid;grid-template-columns:repeat(2,1fr);gap:22px}
.detail-card{display:grid;grid-template-columns:auto 1fr;gap:18px;align-items:flex-start}
.detail-card .number-badge{margin:0}
.usage-grid,.stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.stat-card strong{display:block;color:var(--orange-soft);font-size:24px;margin-bottom:8px;font-weight:1000}

/* Consultation section */
.consultation-section{
  padding:86px 0;
  background:linear-gradient(135deg,#e3e8ed,#d7dee6);
  color:var(--ink);
}
.consultation-card{
  display:grid;
  grid-template-columns:1fr auto;
  gap:28px;
  align-items:center;
  background:#f3f5f7;
  border:1px solid #cfd7df;
  border-radius:34px;
  padding:38px;
  box-shadow:0 24px 60px rgba(4,10,18,.12);
}
.consultation-card h2{
  margin:0 0 12px;
  color:#1a2430;
  font-size:clamp(30px,3.2vw,48px);
  line-height:1.18;
  font-weight:1000;
}
.consultation-card p{
  margin:0;
  color:#535f6c;
  font-size:18px;
  max-width:720px;
}
.consultation-card .consult-btn{
  min-width:290px;
  background:#3f4243;
  color:#fff;
  border-radius:999px;
  padding:16px 28px;
  box-shadow:none;
}
.consultation-card .consult-btn:before{
  content:"‹";
  display:grid;place-items:center;
  width:44px;height:44px;border-radius:999px;
  background:rgba(255,255,255,.20);
  margin-inline-end:14px;
  font-size:34px;
  line-height:1;
}

/* Contact */
.contact-grid{display:grid;grid-template-columns:.92fr 1.08fr;gap:26px;align-items:start}
.contact-panel,.quote-form{padding:28px}
.contact-panel h2,.quote-form h2{margin:0 0 14px;color:#fff;font-size:30px;font-weight:1000}
.contact-panel>p,.quote-form>p{margin:0 0 20px;color:var(--muted)}
.contact-box{
  display:flex;flex-direction:column;gap:4px;
  padding:15px 16px;border-radius:16px;
  background:rgba(255,255,255,.055);
  border:1px solid rgba(255,255,255,.09);
  margin-bottom:12px;
}
.contact-box strong{color:#fff;font-size:14px}
.contact-box span,.contact-box a{color:#cbd6e1;font-weight:800}
.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:15px}
.form-field{display:flex;flex-direction:column;gap:8px}
.form-field.full{grid-column:1/-1}
.form-field label{font-weight:800;color:#eef4fa;font-size:14px}
.form-field input,.form-field select,.form-field textarea{
  width:100%;
  background:#111b28;
  border:1px solid rgba(255,255,255,.12);
  border-radius:15px;
  padding:13px 15px;
  color:#fff;
  outline:none;
  transition:.2s ease;
}
.form-field input::placeholder,.form-field textarea::placeholder{color:#778594}
.form-field input:focus,.form-field select:focus,.form-field textarea:focus{
  border-color:rgba(244,125,31,.75);
  box-shadow:0 0 0 4px rgba(244,125,31,.08)
}
.form-note{margin-top:14px;color:#98a6b5;font-size:14px}

/* CTA */
.cta-band{
  padding:78px 0;
  background:
    linear-gradient(135deg,rgba(244,125,31,.96),rgba(255,147,64,.92)),
    url('../images/texture-grid.png') center/cover no-repeat;
  color:#111923
}
.cta-inner{display:flex;align-items:center;justify-content:space-between;gap:24px;flex-wrap:wrap}
.cta-inner h2{margin:0;font-size:clamp(28px,3vw,42px);line-height:1.25;font-weight:1000}
.cta-inner p{margin:0;max-width:690px;font-size:17px;font-weight:700}

/* Footer */
.site-footer{
  background:#0b141e;
  color:#dce4ec;
  padding:58px 0 0;
  border-top:1px solid rgba(255,255,255,.08)
}
.footer-grid{
  display:grid;grid-template-columns:1.2fr .8fr 1fr;
  gap:34px;align-items:start
}
.footer-logo{
  display:inline-flex;
  background:#e9edf1;
  padding:10px 14px;
  border-radius:16px;
  margin-bottom:14px
}
.footer-logo img{width:155px;height:auto}
.site-footer h4{margin:0 0 14px;color:#fff;font-size:21px}
.site-footer p,.site-footer a{color:#bec8d3;font-size:15px}
.footer-links,.footer-contact{display:grid;gap:9px}
.footer-bottom{
  border-top:1px solid rgba(255,255,255,.08);
  margin-top:30px;
  padding:17px 0;
  text-align:center;
  color:#aab5c1;
  font-size:14px
}
.whatsapp-float{
  position:fixed;
  left:20px;
  bottom:20px;
  z-index:90;
  background:#25D366;
  color:#fff;
  border-radius:999px;
  padding:13px 17px;
  font-weight:1000;
  box-shadow:0 18px 40px rgba(37,211,102,.28);
  max-width:calc(100vw - 40px);
}

/* Animation */
.reveal{opacity:0;transform:translateY(22px);transition:opacity .65s ease,transform .65s ease}
.reveal.visible{opacity:1;transform:none}
.delay-1{transition-delay:.1s}.delay-2{transition-delay:.18s}

/* Responsive */
@media (max-width:1100px){
  .hero-grid,.two-col,.contact-grid,.gallery-mosaic,.project-grid,.projects-gallery,.card-grid,.trust-grid,.footer-grid,.usage-grid,.stats-grid,.process-grid,.services-layout{grid-template-columns:1fr 1fr}
  .brand{min-width:auto}
}
@media (max-width:860px){
  .section{padding:70px 0}
  .header-inner{min-height:70px;flex-wrap:wrap;padding:10px 0}
  .brand{min-width:auto}
  .brand:before{width:32px;height:32px;font-size:20px}
  .brand:after{font-size:15px;white-space:normal;max-width:210px}
  .menu-toggle{display:grid;place-items:center}
  .nav{display:none;flex-direction:column;align-items:flex-start;width:100%;gap:16px;padding:12px 0 18px}
  .nav.open{display:flex}
  .header-actions{margin-inline-start:auto}
  .header-cta{padding:10px 16px;font-size:14px}
  .hero{padding:72px 0 92px}
  .hero-grid,.two-col,.contact-grid,.gallery-mosaic,.project-grid,.projects-gallery,.card-grid,.trust-grid,.footer-grid,.usage-grid,.stats-grid,.process-grid,.services-layout,.form-grid,.consultation-card{grid-template-columns:1fr}
  .hero-visual{display:none}
  .trust-item{border-left:0;border-bottom:1px solid rgba(255,255,255,.08)}
  .trust-item:last-child{border-bottom:0}
  .project-thumb img,.gallery-item img{aspect-ratio:4/3}
  .media-card img{min-height:300px}
  .detail-card{grid-template-columns:1fr}
  .consultation-card{padding:28px}
  .consultation-card .consult-btn{min-width:0;width:100%}
  .footer-logo img{width:140px}
}


/* V4.2 hero consultation card */
.hero-consult-card{
  position:absolute;
  z-index:3;
  right:auto;
  left:7%;
  bottom:-62px;
  width:min(390px,86vw);
  background:#f3f5f7;
  color:#222;
  border-radius:26px;
  padding:28px 30px;
  box-shadow:0 26px 70px rgba(0,0,0,.32);
  border:1px solid rgba(255,255,255,.35);
  text-align:center;
}
.hero-consult-card h2{
  margin:0 0 12px;
  font-size:clamp(28px,2.7vw,40px);
  line-height:1.22;
  color:#2b2d30;
  font-weight:1000;
}
.hero-consult-card p{
  margin:0 0 20px;
  color:#5b6066;
  font-weight:700;
  font-size:16px;
  line-height:1.85;
}
.hero-consult-card .consult-main-btn{
  width:100%;
  background:#3e4142;
  color:#fff;
  padding:14px 20px;
  border-radius:999px;
  box-shadow:none;
  font-size:18px;
}
.hero-consult-card .consult-main-btn:before{
  content:"‹";
  display:grid;
  place-items:center;
  width:40px;
  height:40px;
  border-radius:999px;
  background:rgba(255,255,255,.20);
  margin-inline-end:14px;
  font-size:32px;
  line-height:1;
}
.hero{
  padding-bottom:145px;
}
.trust-strip{
  margin-top:36px;
}
@media (max-width:860px){
  .hero{
    padding-bottom:78px;
  }
  .hero-consult-card{
    position:relative;
    left:auto;
    bottom:auto;
    width:100%;
    margin-top:28px;
    padding:24px 22px;
  }
  .trust-strip{
    margin-top:-22px;
  }
}


/* FINAL APPROVED BALANCE: Industrial Light + Dark Header */
:root{
  --final-bg:#e3e8ee;
  --final-bg-2:#d9e0e7;
  --final-panel:#eef2f5;
  --final-panel-2:#e8edf1;
  --final-ink:#111923;
  --final-muted:#566371;
  --final-line:#cbd4dd;
}

/* Page background: lighter, but not white */
body{
  background:
    radial-gradient(circle at 15% 0%,rgba(244,125,31,.07),transparent 25%),
    linear-gradient(180deg,#dfe6ed 0%,#e6ebf0 48%,#d8e0e8 100%) !important;
  color:var(--final-ink) !important;
}

/* Keep header dark and compact */
.site-header{
  background:rgba(10,18,28,.96) !important;
  border-bottom:1px solid rgba(255,255,255,.08) !important;
}
.header-inner{min-height:72px !important}
.brand{
  min-width:330px !important;
}
.brand:before{
  width:34px !important;
  height:34px !important;
  border-radius:4px !important;
  background:#162231 !important;
  color:var(--orange-soft) !important;
}
.brand:after{
  content:"سونيك ستيل | منشآت معدنية وجمالونات" !important;
  color:#dce4ec !important;
  font-size:18px !important;
  font-weight:900 !important;
  white-space:nowrap !important;
}

/* Reduce dark dominance in normal sections */
.section:not(.dark-section):not(.consultation-section){
  background:transparent !important;
}
.section-head h2,
.section-text h2{
  color:var(--final-ink) !important;
}
.section-head p,
.section-text p{
  color:var(--final-muted) !important;
}

/* Cards: industrial light, not white */
.info-card,
.service-card,
.value-card,
.project-card,
.process-step,
.detail-card,
.contact-panel,
.quote-form,
.feature-box,
.stat-card,
.gallery-card,
.gallery-item{
  background:linear-gradient(135deg,var(--final-panel),var(--final-panel-2)) !important;
  border:1px solid var(--final-line) !important;
  box-shadow:0 18px 44px rgba(16,30,45,.10) !important;
}
.info-card h3,
.service-card h3,
.value-card h3,
.detail-card h3,
.feature-box h3,
.process-step h3,
.stat-card h3,
.project-body h3,
.gallery-content h3,
.contact-panel h2,
.quote-form h2{
  color:var(--final-ink) !important;
}
.info-card p,
.service-card p,
.value-card p,
.detail-card p,
.feature-box p,
.process-step p,
.stat-card p,
.project-body p,
.gallery-content p,
.contact-panel>p,
.quote-form>p{
  color:var(--final-muted) !important;
}

/* Keep dark sections dark for contrast */
.dark-section{
  background:
    linear-gradient(135deg,rgba(10,17,26,.94),rgba(18,31,45,.96)),
    url('../images/texture-grid.png') center/cover no-repeat !important;
}
.dark-section .section-head h2,
.dark-section .section-text h2,
.dark-section .service-card h3,
.dark-section .value-card h3,
.dark-section .stat-card h3{
  color:#fff !important;
}
.dark-section .section-head p,
.dark-section .section-text p,
.dark-section .service-card p,
.dark-section .value-card p,
.dark-section .stat-card p{
  color:#cbd6e1 !important;
}
.dark-section .service-card,
.dark-section .value-card,
.dark-section .stat-card,
.dark-section .process-step{
  background:rgba(255,255,255,.06) !important;
  border-color:rgba(255,255,255,.12) !important;
  box-shadow:none !important;
}
.dark-section .process-step h3{color:#fff !important}
.dark-section .process-step p{color:#cbd6e1 !important}

/* Feature rows on light background */
.feature-row{
  background:linear-gradient(135deg,var(--final-panel),var(--final-panel-2)) !important;
  border:1px solid var(--final-line) !important;
}
.feature-row h4{color:var(--final-ink) !important}
.feature-row p{color:var(--final-muted) !important}

/* Trust strip remains dark, but slightly lighter */
.trust-grid{
  background:linear-gradient(135deg,#172536,#23354a) !important;
}

/* Contact page form: keep readable but less black */
.contact-panel,
.quote-form{
  background:linear-gradient(135deg,#eef2f5,#e6ebf0) !important;
}
.contact-box{
  background:#dde5ec !important;
  border:1px solid #c8d2dc !important;
}
.contact-box strong,
.contact-box span,
.contact-box a{
  color:var(--final-ink) !important;
}
.form-field label{color:var(--final-ink) !important}
.form-field input,
.form-field select,
.form-field textarea{
  background:#f3f6f8 !important;
  border:1px solid #c9d3dc !important;
  color:#111923 !important;
}
.form-field input::placeholder,
.form-field textarea::placeholder{
  color:#788595 !important;
}

/* Page hero stays dark but less tall */
.page-hero{
  padding:66px 0 72px !important;
}

/* Hero consult card matches reference but brand-friendly */
.hero-consult-card{
  background:#eef2f5 !important;
  border:1px solid #d1d9e1 !important;
  box-shadow:0 26px 70px rgba(5,12,20,.26) !important;
}
.hero-consult-card h2{color:#2b2d30 !important}
.hero-consult-card p{color:#596571 !important}
.hero-consult-card .consult-main-btn{
  background:#3d4143 !important;
  color:#fff !important;
}

/* Consultation section lighter industrial */
.consultation-section{
  background:linear-gradient(135deg,#dce4ec,#e8edf2) !important;
}
.consultation-card{
  background:#eef2f5 !important;
  border:1px solid #cdd6df !important;
}

/* Footer remains dark, more refined */
.footer-logo{
  background:#e8edf2 !important;
  padding:9px 13px !important;
  border-radius:14px !important;
}
.footer-logo img{width:145px !important}
.whatsapp-float{
  left:20px !important;
  bottom:20px !important;
}

@media (max-width:860px){
  .brand{min-width:auto !important}
  .brand:after{
    font-size:14px !important;
    white-space:normal !important;
    max-width:210px !important;
  }
  .header-cta{padding:9px 14px !important}
  .hero-consult-card{
    margin-top:24px !important;
  }
}


/* HEADER LOGO ONLY - restore image and remove text label */
.brand{
  min-width: 230px !important;
  gap: 0 !important;
}
.brand img{
  display:block !important;
  width: 260px !important;
  height: auto !important;
  max-height: 86px !important;
  object-fit: contain !important;
}
.brand:before,
.brand:after{
  content:none !important;
  display:none !important;
}
.header-inner{
  min-height: 90px !important;
}
.site-header{
  background: linear-gradient(180deg, rgba(10,18,28,.96), rgba(10,18,28,.92)) !important;
}

/* CONSULTATION CARD - smaller and more professional */
.hero{
  padding-bottom: 100px !important;
}
.hero-consult-card{
  width: min(300px, 82vw) !important;
  padding: 20px 20px 18px !important;
  border-radius: 22px !important;
  left: 6% !important;
  bottom: -34px !important;
  box-shadow: 0 18px 45px rgba(5,12,20,.22) !important;
}
.hero-consult-card h2{
  font-size: clamp(22px, 2.1vw, 31px) !important;
  line-height: 1.18 !important;
  margin-bottom: 10px !important;
}
.hero-consult-card p{
  font-size: 14px !important;
  line-height: 1.7 !important;
  margin-bottom: 14px !important;
}
.hero-consult-card .consult-main-btn{
  width: 100% !important;
  padding: 12px 16px !important;
  font-size: 16px !important;
  border-radius: 999px !important;
  background: linear-gradient(135deg, #3d4042, #4b4f52) !important;
}
.hero-consult-card .consult-main-btn:before{
  width: 34px !important;
  height: 34px !important;
  margin-inline-end: 10px !important;
  font-size: 28px !important;
}

/* tighten consult text on home */
.hero-consult-card p{
  color: #5f6974 !important;
}

@media (max-width: 1100px){
  .brand img{
    width: 220px !important;
    max-height: 74px !important;
  }
}

@media (max-width: 860px){
  .header-inner{
    min-height: 78px !important;
  }
  .brand{
    min-width: 160px !important;
  }
  .brand img{
    width: 165px !important;
    max-height: 56px !important;
  }
  .hero{
    padding-bottom: 60px !important;
  }
  .hero-consult-card{
    width: 100% !important;
    margin-top: 22px !important;
    padding: 18px 16px !important;
    bottom: auto !important;
    left: auto !important;
  }
  .hero-consult-card h2{
    font-size: 24px !important;
  }
}


/* === HEADER + CONSULT REFINEMENT REQUEST === */
.site-header{
  background: linear-gradient(180deg, rgba(9,18,29,.96), rgba(9,18,29,.92)) !important;
  border-bottom: 1px solid rgba(255,255,255,.08) !important;
}
.header-inner{
  min-height: 78px !important;
}
.brand{
  min-width: auto !important;
  background: rgba(244,247,250,.96) !important;
  border: 1px solid rgba(16,24,34,.08) !important;
  border-radius: 18px !important;
  padding: 8px 12px !important;
  box-shadow: 0 10px 24px rgba(0,0,0,.10) !important;
}
.brand:before,
.brand:after{
  content: none !important;
  display: none !important;
}
.brand img{
  display: block !important;
  width: 170px !important;
  max-height: 62px !important;
  height: auto !important;
  object-fit: contain !important;
  filter: none !important;
}

.hero{
  padding-bottom: 96px !important;
}
.hero-consult-card{
  position: absolute !important;
  left: 5.2% !important;
  right: auto !important;
  bottom: 38px !important;
  width: min(320px, 30vw) !important;
  background: linear-gradient(180deg, rgba(239,243,246,.98), rgba(231,236,241,.98)) !important;
  border: 1px solid rgba(255,255,255,.78) !important;
  border-radius: 22px !important;
  padding: 22px 22px 18px !important;
  box-shadow: 0 18px 42px rgba(4,10,18,.24) !important;
  text-align: center !important;
  backdrop-filter: blur(8px) !important;
}
.hero-consult-card h2{
  margin: 0 0 8px !important;
  font-size: clamp(18px, 1.6vw, 28px) !important;
  line-height: 1.24 !important;
  color: #222931 !important;
  font-weight: 1000 !important;
}
.hero-consult-card p{
  margin: 0 0 14px !important;
  font-size: 13px !important;
  line-height: 1.7 !important;
  color: #5d6873 !important;
  font-weight: 700 !important;
}
.hero-consult-card .consult-main-btn{
  width: 100% !important;
  padding: 11px 16px !important;
  border-radius: 999px !important;
  font-size: 16px !important;
  background: linear-gradient(135deg, #44484c, #565b60) !important;
  color: #fff !important;
  box-shadow: none !important;
}
.hero-consult-card .consult-main-btn:before{
  width: 32px !important;
  height: 32px !important;
  font-size: 22px !important;
  margin-inline-end: 10px !important;
  background: rgba(255,255,255,.16) !important;
}

/* make image and consult feel connected */
.hero-visual{
  position: relative !important;
  padding-bottom: 34px !important;
}
.hero-image-card{
  width: min(540px, 100%) !important;
}

@media (max-width: 1200px){
  .brand img{
    width: 150px !important;
    max-height: 56px !important;
  }
  .hero-consult-card{
    width: min(300px, 36vw) !important;
    left: 4% !important;
  }
}

@media (max-width: 860px){
  .header-inner{
    min-height: 74px !important;
  }
  .brand{
    padding: 7px 10px !important;
    border-radius: 14px !important;
  }
  .brand img{
    width: 126px !important;
    max-height: 46px !important;
  }
  .hero{
    padding-bottom: 66px !important;
  }
  .hero-consult-card{
    position: relative !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    width: 100% !important;
    max-width: 100% !important;
    margin-top: -10px !important;
    padding: 18px 16px !important;
  }
  .hero-consult-card h2{
    font-size: 22px !important;
  }
  .hero-consult-card p{
    font-size: 14px !important;
  }
  .hero-visual{
    padding-bottom: 0 !important;
  }
}


/* === FINAL HEADER + CENTERED CONSULT CARD TUNE === */
.site-header{
  background: linear-gradient(180deg, rgba(8,17,29,.96), rgba(8,17,29,.92)) !important;
}
.header-inner{
  min-height: 76px !important;
}
.brand{
  min-width: auto !important;
  padding: 5px 9px !important;
  border-radius: 16px !important;
  border: 2px solid rgba(255,255,255,.70) !important;
  background: rgba(248,249,251,.97) !important;
  box-shadow: 0 8px 18px rgba(7,14,22,.16) !important;
}
.brand img{
  width: 148px !important;
  max-height: 50px !important;
  height: auto !important;
  object-fit: contain !important;
}

.hero{
  padding-bottom: 138px !important;
}
.hero-consult-card{
  position: absolute !important;
  left: 50% !important;
  right: auto !important;
  transform: translateX(-50%) !important;
  bottom: -38px !important;
  width: min(380px, 86vw) !important;
  background: linear-gradient(180deg, rgba(240,244,247,.98), rgba(231,236,241,.98)) !important;
  border: 1px solid rgba(255,255,255,.88) !important;
  border-radius: 24px !important;
  padding: 20px 22px 18px !important;
  text-align: center !important;
  box-shadow:
    0 24px 50px rgba(10,18,28,.28),
    0 12px 30px rgba(244,125,31,.14),
    0 0 0 1px rgba(15,26,39,.05) !important;
}
.hero-consult-card h2{
  margin: 0 0 8px !important;
  font-size: clamp(24px, 2vw, 32px) !important;
  line-height: 1.16 !important;
  color: #2a3036 !important;
  font-weight: 1000 !important;
}
.hero-consult-card p{
  margin: 0 0 14px !important;
  font-size: 14px !important;
  line-height: 1.75 !important;
  color: #606a74 !important;
  font-weight: 700 !important;
}
.hero-consult-card .consult-main-btn{
  width: 100% !important;
  padding: 12px 18px !important;
  border-radius: 999px !important;
  font-size: 17px !important;
  background: linear-gradient(135deg, #2f3944, #465260) !important;
  color: #fff !important;
  box-shadow: 0 8px 20px rgba(13,24,36,.18) !important;
}
.hero-consult-card .consult-main-btn:before{
  width: 34px !important;
  height: 34px !important;
  margin-inline-end: 10px !important;
  font-size: 24px !important;
  background: linear-gradient(135deg, rgba(244,125,31,.86), rgba(255,145,48,.96)) !important;
  color: #fff !important;
}
.trust-strip{
  margin-top: 58px !important;
}

@media (max-width: 1200px){
  .brand img{
    width: 138px !important;
    max-height: 48px !important;
  }
}

@media (max-width: 860px){
  .header-inner{
    min-height: 72px !important;
  }
  .brand{
    padding: 4px 8px !important;
    border-radius: 14px !important;
  }
  .brand img{
    width: 122px !important;
    max-height: 42px !important;
  }
  .hero{
    padding-bottom: 78px !important;
  }
  .hero-consult-card{
    position: relative !important;
    left: auto !important;
    transform: none !important;
    bottom: auto !important;
    width: 100% !important;
    margin-top: 18px !important;
    padding: 18px 16px !important;
  }
  .trust-strip{
    margin-top: 20px !important;
  }
}
