
:root{
  --navy:#0b2b45;
  --navy2:#153f5f;
  --blue:#235f89;
  --green:#7aa33c;
  --ink:#122231;
  --muted:#5e6e7c;
  --bg:#f5f8fa;
  --line:#dbe4ea;
  --white:#ffffff;
  --shadow:0 18px 45px rgba(11,43,69,.12);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",Arial,sans-serif;color:var(--ink);background:white;line-height:1.6}
a{text-decoration:none;color:inherit}
img{max-width:100%;display:block}
button,input,select,textarea{font:inherit}
.container{width:min(1180px,calc(100% - 42px));margin:auto}
.eyebrow{font-size:.78rem;font-weight:800;letter-spacing:.16em;text-transform:uppercase;color:var(--green)}
h1,h2,h3{line-height:1.08;margin:0}
h1{font-size:clamp(3rem,7vw,6.3rem);letter-spacing:-.055em}
h2{font-size:clamp(2.1rem,4.6vw,4.05rem);letter-spacing:-.045em}
h3{font-size:1.2rem}
p{color:var(--muted);margin:0}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:.65rem;padding:.95rem 1.25rem;border-radius:10px;font-weight:800;font-size:.93rem;transition:.22s ease}
.btn-primary{background:var(--green);color:white;box-shadow:0 10px 30px rgba(122,163,60,.28)}
.btn-primary:hover{transform:translateY(-2px);filter:brightness(.96)}
.btn-secondary{color:white;border:1px solid rgba(255,255,255,.35);background:rgba(255,255,255,.06)}
.btn-secondary:hover{background:rgba(255,255,255,.11)}
.header{position:sticky;top:0;z-index:40;background:rgba(255,255,255,.92);backdrop-filter:blur(14px);border-bottom:1px solid rgba(11,43,69,.08)}
.nav{height:82px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.brand img{width:118px;height:67px;object-fit:contain;mix-blend-mode:multiply}
.navlinks{display:flex;align-items:center;gap:29px;font-size:.91rem;font-weight:700;color:#334b5e}
.navlinks a:hover{color:var(--blue)}
.nav-cta{padding:.72rem 1rem;background:var(--navy);color:white;border-radius:9px}
.menu-btn{display:none;border:0;background:none;font-size:1.7rem;color:var(--navy)}
.hero{position:relative;overflow:hidden;background:linear-gradient(115deg,rgba(7,31,50,.99) 0%,rgba(10,43,69,.96) 49%,rgba(18,68,96,.92) 100%);color:white}
.hero:before{content:"";position:absolute;inset:0;opacity:.17;background-image:
linear-gradient(rgba(255,255,255,.18) 1px,transparent 1px),
linear-gradient(90deg,rgba(255,255,255,.18) 1px,transparent 1px);
background-size:46px 46px}
.hero:after{content:"";position:absolute;inset:0;background:url("../img/framing-blueprint.png") right center / 58% auto no-repeat;opacity:.18;mix-blend-mode:screen}
.hero-inner{position:relative;z-index:2;min-height:710px;display:grid;grid-template-columns:1.24fr .76fr;align-items:center;gap:50px;padding:82px 0}
.hero h1 span{display:block;color:#b9d98b}
.hero-copy>p{max-width:760px;color:#c7d5df;font-size:1.17rem;margin:25px 0 32px}
.hero-actions{display:flex;gap:13px;flex-wrap:wrap}
.hero-note{display:flex;gap:18px;align-items:center;margin-top:35px;color:#b8c9d5;font-size:.88rem}
.hero-note .line{height:1px;width:42px;background:#7aa33c}
.hero-card{width:min(420px,100%);background:linear-gradient(145deg,rgba(255,255,255,.11),rgba(255,255,255,.035));border:1px solid rgba(255,255,255,.18);border-radius:22px;overflow:hidden;backdrop-filter:blur(8px);box-shadow:0 30px 70px rgba(0,0,0,.22)}
.hero-card img{height:250px;width:100%;object-fit:cover}
.hero-card-body{padding:20px 22px 24px}
.hero-card-body .tag{font-size:.67rem;letter-spacing:.14em;color:#b8c9d5;text-transform:uppercase;font-weight:900}
.hero-card-body h3{font-size:1.45rem;margin:10px 0 8px;color:#fff}
.hero-card-body p{font-size:.88rem;color:#b9cbd6}
.trust{border-bottom:1px solid var(--line);background:white}
.trust-grid{min-height:112px;display:grid;grid-template-columns:repeat(4,1fr);align-items:center}
.trust-item{padding:15px 25px;border-right:1px solid var(--line)}
.trust-item:first-child{padding-left:0}
.trust-item:last-child{border-right:0}
.trust-item b{display:block;color:var(--navy);font-size:1.02rem}
.trust-item span{display:block;color:#73818d;font-size:.78rem;margin-top:3px}
.section{padding:100px 0}
.section-head{display:grid;grid-template-columns:.82fr 1.18fr;gap:70px;align-items:end;margin-bottom:50px}
.section-head p{font-size:1.03rem;max-width:690px}
.services{background:var(--bg)}
.service-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}
.service-card{position:relative;min-height:280px;background:white;border:1px solid var(--line);border-radius:18px;padding:32px;overflow:hidden;transition:.25s}
.service-card:hover{transform:translateY(-4px);box-shadow:var(--shadow);border-color:#c7d6df}
.service-num{font-size:.72rem;letter-spacing:.18em;color:var(--green);font-weight:900;margin-bottom:42px}
.service-card h3{font-size:1.55rem;color:var(--navy);margin-bottom:11px}
.service-card p{max-width:510px;margin-bottom:22px}
.service-card .more{font-size:.86rem;font-weight:900;color:var(--blue)}
.service-card:after{content:"";position:absolute;width:120px;height:120px;border-radius:50%;border:1px solid #e5ecef;right:-40px;bottom:-45px}
.focus-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:75px;align-items:center}
.focus-visual{height:520px;border-radius:24px;overflow:hidden;box-shadow:var(--shadow)}
.focus-visual img{width:100%;height:100%;object-fit:cover}
.focus-copy h2{color:var(--navy);margin:10px 0 22px}
.focus-list{display:grid;gap:20px;margin-top:31px}
.focus-list div{display:grid;grid-template-columns:44px 1fr;gap:14px;align-items:start}
.focus-list strong{width:36px;height:36px;border-radius:50%;background:#edf4e5;color:#658e2d;display:grid;place-items:center;font-size:.75rem}
.focus-list b{display:block;color:var(--navy);margin-bottom:3px}
.focus-list span{font-size:.9rem;color:var(--muted)}
.projects{background:#fff}
.projects-head{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:45px}
.projects-head h2{max-width:720px}
.project-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.project-card{border:1px solid var(--line);border-radius:18px;overflow:hidden;background:#fff;box-shadow:0 8px 24px rgba(13,43,69,.05)}
.project-card img{height:215px;width:100%;object-fit:cover}
.project-card.plan-card img{object-fit:contain;background:#fff;padding:14px}
.project-body{padding:25px}
.project-type{font-size:.67rem;letter-spacing:.16em;color:var(--green);text-transform:uppercase;font-weight:900}
.project-body h3{margin:8px 0 8px;font-size:1.26rem;color:var(--navy)}
.project-body p{font-size:.87rem;margin:0}
.project-meta{display:flex;justify-content:space-between;gap:8px;border-top:1px solid var(--line);padding-top:14px;margin-top:14px;font-size:.8rem;color:#6c7b87}
.process-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:45px}
.step{padding:31px 0;border-top:2px solid var(--navy)}
.step-num{font-weight:900;color:var(--green);font-size:.76rem;letter-spacing:.18em}
.step h3{color:var(--navy);margin:26px 0 9px;font-size:1.35rem}
.step p{font-size:.9rem}
.about{background:var(--bg)}
.about-grid{display:grid;grid-template-columns:.92fr 1.08fr;gap:70px;align-items:center}
.about-card{background:white;border:1px solid var(--line);border-radius:22px;padding:38px;box-shadow:var(--shadow)}
.about-card .big{font-size:2.4rem;font-weight:900;color:var(--navy);letter-spacing:-.05em}
.about-card .accent{color:var(--green)}
.about-details{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-top:30px;padding-top:26px;border-top:1px solid var(--line)}
.about-details span{display:block;font-size:.72rem;color:#7c8993;text-transform:uppercase;letter-spacing:.12em}
.about-details b{display:block;margin-top:5px;color:var(--navy)}
.contact{padding:100px 0;background:#fff}
.contact-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:65px;align-items:start}
.contact-copy h2{color:var(--navy);margin:10px 0 18px}
.contact-copy p{margin-bottom:24px}
.contact-links{display:grid;gap:10px;margin-top:25px}
.contact-links a{font-weight:800;color:var(--navy)}
.form-card{background:var(--bg);border:1px solid var(--line);border-radius:22px;padding:30px}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:15px}
.form-group{display:grid;gap:7px}
.form-group.full{grid-column:1/-1}
.form-group label{font-size:.78rem;font-weight:800;color:#334b5e}
.form-group input,.form-group select,.form-group textarea{width:100%;border:1px solid #ccd9e2;border-radius:10px;background:#fff;padding:.9rem .95rem;color:var(--ink);outline:none}
.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#88a5ba;box-shadow:0 0 0 3px rgba(35,95,137,.08)}
.form-group textarea{min-height:140px;resize:vertical}
.upload-box{border:1px dashed #b9c9d5;border-radius:10px;background:#fff;padding:18px;color:#607181;font-size:.85rem}
.form-note{font-size:.77rem;color:#788793;margin-top:13px}
.form-submit{margin-top:16px;border:0;cursor:pointer}
.cta{padding:0 0 95px;background:white}
.cta-box{border-radius:26px;background:linear-gradient(120deg,#0b2b45,#174b6c);padding:65px;color:white;position:relative;overflow:hidden}
.cta-box:after{content:"";position:absolute;width:360px;height:360px;border:1px solid rgba(255,255,255,.15);border-radius:50%;right:-100px;top:-140px;box-shadow:0 0 0 75px rgba(255,255,255,.02)}
.cta-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:40px;align-items:center;position:relative;z-index:2}
.cta h2{font-size:clamp(2.3rem,4vw,4rem)}
.cta p{color:#bfd0db;max-width:690px}
.cta-actions{display:flex;justify-content:flex-end;gap:12px;flex-wrap:wrap}
.footer{background:#071f32;color:#c8d5de;padding:45px 0 28px}
.footer-grid{display:grid;grid-template-columns:1.2fr .8fr .8fr;gap:45px}
.footer .brand-mini img{width:100px;filter:brightness(0) invert(1);opacity:.95}
.footer h4{color:white;margin:0 0 13px}
.footer a,.footer p{font-size:.84rem;color:#a9bbc7}
.footer-bottom{border-top:1px solid rgba(255,255,255,.12);margin-top:34px;padding-top:22px;display:flex;justify-content:space-between;gap:20px;font-size:.74rem;color:#8096a4}
@media(max-width:900px){
 .navlinks{display:none} .menu-btn{display:block}
 .hero-inner,.focus-grid,.about-grid,.contact-grid,.cta-grid,.section-head{grid-template-columns:1fr}
 .hero-inner{padding:75px 0 65px;min-height:auto}
 .trust-grid{grid-template-columns:1fr 1fr} .trust-item:nth-child(2){border-right:0}
 .service-grid,.project-grid,.process-grid{grid-template-columns:1fr}
 .projects-head{display:block}
 .cta-actions{justify-content:flex-start}
 .footer-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:600px){
 .container{width:min(100% - 28px,1180px)}
 .nav{height:72px}
 .brand img{width:100px}
 h1{font-size:3.1rem}
 .hero-copy>p{font-size:1rem}
 .hero-card img{height:215px}
 .trust-grid{grid-template-columns:1fr}
 .trust-item{border-right:0;border-bottom:1px solid var(--line);padding:18px 0}
 .section,.contact{padding:76px 0}
 .section-head{gap:24px}
 .service-card{min-height:auto;padding:25px}
 .service-num{margin-bottom:25px}
 .focus-visual{height:400px}
 .form-grid{grid-template-columns:1fr}
 .cta-box{padding:38px 27px}
 .footer-grid{grid-template-columns:1fr}
 .footer-bottom{display:block}
}

.protech-v4-page .form-group input[type="file"]{
  width:100%;
  border:1px dashed #b9c9d5;
  border-radius:10px;
  background:#fff;
  padding:16px;
  color:#607181;
}
.protech-v4-page .form-status{
  border-radius:12px;
  padding:14px 16px;
  margin:0 0 18px;
  font-weight:700;
}
.protech-v4-page .form-status.success{
  background:#edf6e5;
  border:1px solid #cfe2b8;
  color:#496d25;
}
.protech-v4-page .form-status.error{
  background:#fff1f0;
  border:1px solid #efc6c2;
  color:#8c3830;
}
/* ==========================================================
   ProTech V4 v1.1 — WordPress/Astra isolation
   These rules intentionally override theme/global block styles.
   ========================================================== */

body.protech-v4-page {
  margin: 0 !important;
  background: #ffffff !important;
}

body.protech-v4-page .protech-v4 {
  color: #122231 !important;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", Arial, sans-serif !important;
}

body.protech-v4-page .protech-v4 h1,
body.protech-v4-page .protech-v4 h2,
body.protech-v4-page .protech-v4 h3,
body.protech-v4-page .protech-v4 h4,
body.protech-v4-page .protech-v4 h5,
body.protech-v4-page .protech-v4 h6 {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", Arial, sans-serif !important;
  text-transform: none !important;
}

/* HERO: exact approved V4 colors */
body.protech-v4-page .protech-v4 .hero,
body.protech-v4-page .protech-v4 .hero h1 {
  color: #ffffff !important;
}

body.protech-v4-page .protech-v4 .hero h1 {
  font-weight: 700 !important;
  line-height: 1.08 !important;
  letter-spacing: -0.055em !important;
}

body.protech-v4-page .protech-v4 .hero h1 span {
  color: #b9d98b !important;
}

body.protech-v4-page .protech-v4 .hero-copy > p {
  color: #c7d5df !important;
}

body.protech-v4-page .protech-v4 .hero-note {
  color: #b8c9d5 !important;
}

body.protech-v4-page .protech-v4 .hero-card-body h3 {
  color: #ffffff !important;
}

body.protech-v4-page .protech-v4 .hero-card-body p {
  color: #b9cbd6 !important;
}

/* Navigation */
body.protech-v4-page .protech-v4 .navlinks a {
  color: #334b5e !important;
}

body.protech-v4-page .protech-v4 .navlinks a:hover {
  color: #235f89 !important;
}

body.protech-v4-page .protech-v4 .navlinks .nav-cta {
  color: #ffffff !important;
  background: #0b2b45 !important;
}

/* Light section headings */
body.protech-v4-page .protech-v4 .service-card h3,
body.protech-v4-page .protech-v4 .focus-copy h2,
body.protech-v4-page .protech-v4 .project-body h3,
body.protech-v4-page .protech-v4 .step h3,
body.protech-v4-page .protech-v4 .about h2,
body.protech-v4-page .protech-v4 .contact-copy h2,
body.protech-v4-page .protech-v4 .about-card .big {
  color: #0b2b45 !important;
}

/* Green accents */
body.protech-v4-page .protech-v4 .eyebrow,
body.protech-v4-page .protech-v4 .service-num,
body.protech-v4-page .protech-v4 .project-type,
body.protech-v4-page .protech-v4 .step-num,
body.protech-v4-page .protech-v4 .about-card .accent {
  color: #7aa33c !important;
}

/* CTA dark section */
body.protech-v4-page .protech-v4 .cta,
body.protech-v4-page .protech-v4 .cta h2 {
  color: #ffffff !important;
}

body.protech-v4-page .protech-v4 .cta p {
  color: #bfd0db !important;
}

/* Buttons: prevent Astra from restyling */
body.protech-v4-page .protech-v4 .btn {
  text-decoration: none !important;
  border-width: 1px !important;
  line-height: 1.2 !important;
}

body.protech-v4-page .protech-v4 .btn-primary {
  background: #7aa33c !important;
  color: #ffffff !important;
  border-color: #7aa33c !important;
}

body.protech-v4-page .protech-v4 .btn-secondary {
  color: #ffffff !important;
  border-color: rgba(255,255,255,.35) !important;
  background: rgba(255,255,255,.06) !important;
}

/* Footer */
body.protech-v4-page .protech-v4 .footer h4 {
  color: #ffffff !important;
}

body.protech-v4-page .protech-v4 .footer a,
body.protech-v4-page .protech-v4 .footer p {
  color: #a9bbc7 !important;
}


/* v1.2 hard lock for dark sections and transparent logo */
body.protech-v4-page .protech-v4 .cta-box h1,
body.protech-v4-page .protech-v4 .cta-box h2,
body.protech-v4-page .protech-v4 .cta-box h3,
body.protech-v4-page .protech-v4 .cta-box h4 {
  color:#ffffff !important;
}
body.protech-v4-page .protech-v4 .cta-box p {
  color:#bfd0db !important;
}
body.protech-v4-page .protech-v4 .footer .brand-mini img,
body.protech-v4-page .protech-v4 .brand img {
  background:transparent !important;
}


/* ==========================================================
   ProTech V4 v1.3 — stronger branded footer
   ========================================================== */

body.protech-v4-page .protech-v4 .brand-close{
  background:#ffffff !important;
  padding:34px 0 26px !important;
}

body.protech-v4-page .protech-v4 .brand-close-line{
  height:1px !important;
  background:#dbe4ea !important;
  width:100% !important;
  margin-bottom:24px !important;
}

body.protech-v4-page .protech-v4 .brand-close-text{
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  gap:24px !important;
  color:#0b2b45 !important;
}

body.protech-v4-page .protech-v4 .brand-close-text strong{
  color:#0b2b45 !important;
  font-size:1rem !important;
  letter-spacing:.01em !important;
}

body.protech-v4-page .protech-v4 .brand-close-text span{
  color:#6b7a86 !important;
  font-size:.88rem !important;
}

body.protech-v4-page .protech-v4 .footer .footer-brand{
  max-width:360px !important;
}

body.protech-v4-page .protech-v4 .footer .brand-mini{
  margin-bottom:12px !important;
}

body.protech-v4-page .protech-v4 .footer .brand-mini img{
  width:145px !important;
  height:auto !important;
  background:transparent !important;
  filter:brightness(0) invert(1) !important;
  opacity:1 !important;
}

body.protech-v4-page .protech-v4 .footer .footer-brand-name{
  color:#ffffff !important;
  font-size:1rem !important;
  font-weight:800 !important;
  margin:2px 0 6px !important;
}

body.protech-v4-page .protech-v4 .footer .footer-brand p{
  color:#a9bbc7 !important;
  margin:0 !important;
  font-size:.84rem !important;
}

body.protech-v4-page .protech-v4 .footer .footer-brand-location{
  color:#7aa33c !important;
  margin-top:8px !important;
  font-size:.76rem !important;
  font-weight:800 !important;
  letter-spacing:.06em !important;
  text-transform:uppercase !important;
}

@media(max-width:600px){
  body.protech-v4-page .protech-v4 .brand-close-text{
    display:block !important;
  }
  body.protech-v4-page .protech-v4 .brand-close-text span{
    display:block !important;
    margin-top:6px !important;
  }
  body.protech-v4-page .protech-v4 .footer .brand-mini img{
    width:130px !important;
  }
}


/* ==========================================================
   ProTech V4 v1.4 — true transparent footer logo
   ========================================================== */
body.protech-v4-page .protech-v4 .footer .brand-mini img{
  width:145px !important;
  height:auto !important;
  background:transparent !important;
  filter:none !important;
  opacity:1 !important;
  display:block !important;
}
body.protech-v4-page .protech-v4 .brand img{
  background:transparent !important;
  filter:none !important;
}


/* ==========================================================
   ProTech V4 v1.5 — intentional footer logo plaque
   ========================================================== */
body.protech-v4-page .protech-v4 .footer .brand-mini{
  display:inline-block !important;
  margin:0 0 14px !important;
  padding:0 !important;
  background:transparent !important;
}
body.protech-v4-page .protech-v4 .footer .brand-mini img{
  width:168px !important;
  height:auto !important;
  display:block !important;
  opacity:1 !important;
  filter:none !important;
  background:#ffffff !important;
  border-radius:10px !important;
  box-shadow:0 8px 22px rgba(0,0,0,.16) !important;
}


/* ==========================================================
   ProTech V4 v1.9 — Mobile polish
   ========================================================== */

@media(max-width:900px){
  body.protech-v4-page .protech-v4 .header{
    position:sticky !important;
    top:0 !important;
    z-index:1000 !important;
  }

  body.protech-v4-page .protech-v4 .nav{
    position:relative !important;
  }

  body.protech-v4-page .protech-v4 .navlinks{
    display:none !important;
    position:absolute !important;
    top:calc(100% + 1px) !important;
    left:0 !important;
    right:0 !important;
    flex-direction:column !important;
    align-items:stretch !important;
    gap:0 !important;
    background:#ffffff !important;
    border:1px solid #dbe4ea !important;
    border-top:0 !important;
    box-shadow:0 16px 35px rgba(11,43,69,.12) !important;
    border-radius:0 0 16px 16px !important;
    padding:10px !important;
    z-index:1001 !important;
  }

  body.protech-v4-page .protech-v4 .navlinks.mobile-open{
    display:flex !important;
  }

  body.protech-v4-page .protech-v4 .navlinks a{
    display:block !important;
    padding:14px 16px !important;
    border-radius:9px !important;
    font-size:.96rem !important;
  }

  body.protech-v4-page .protech-v4 .navlinks .nav-cta{
    margin-top:5px !important;
    text-align:center !important;
  }
}

@media(max-width:600px){

  /* Header */
  body.protech-v4-page .protech-v4 .nav{
    height:68px !important;
  }

  body.protech-v4-page .protech-v4 .brand img{
    width:94px !important;
    height:58px !important;
  }

  body.protech-v4-page .protech-v4 .menu-btn{
    display:grid !important;
    place-items:center !important;
    width:52px !important;
    height:52px !important;
    min-width:52px !important;
    border-radius:14px !important;
    background:#ffffff !important;
    border:1px solid #edf1f4 !important;
    box-shadow:0 6px 18px rgba(11,43,69,.07) !important;
    font-size:1.75rem !important;
    line-height:1 !important;
    padding:0 !important;
  }

  /* Hero: preserve impact, reduce excess vertical length */
  body.protech-v4-page .protech-v4 .hero-inner{
    padding:58px 0 48px !important;
    gap:34px !important;
  }

  body.protech-v4-page .protech-v4 .hero h1{
    font-size:clamp(3.0rem,13.7vw,4.15rem) !important;
    line-height:1.03 !important;
  }

  body.protech-v4-page .protech-v4 .hero-copy > p{
    margin:22px 0 27px !important;
    line-height:1.55 !important;
  }

  body.protech-v4-page .protech-v4 .hero-actions{
    display:grid !important;
    grid-template-columns:1fr 1fr !important;
    gap:10px !important;
  }

  body.protech-v4-page .protech-v4 .hero-actions .btn{
    width:100% !important;
    padding:.9rem .8rem !important;
    white-space:nowrap !important;
  }

  body.protech-v4-page .protech-v4 .hero-note{
    margin-top:26px !important;
    gap:12px !important;
    align-items:flex-start !important;
  }

  /* General sections */
  body.protech-v4-page .protech-v4 .section,
  body.protech-v4-page .protech-v4 .contact{
    padding:68px 0 !important;
  }

  body.protech-v4-page .protech-v4 .section-head h2,
  body.protech-v4-page .protech-v4 .focus-copy h2,
  body.protech-v4-page .protech-v4 .contact-copy h2{
    font-size:clamp(2.35rem,10.2vw,3.05rem) !important;
    line-height:1.05 !important;
  }

  body.protech-v4-page .protech-v4 .service-card{
    padding:25px 24px 27px !important;
    border-radius:18px !important;
  }

  body.protech-v4-page .protech-v4 .service-card h3{
    font-size:1.42rem !important;
  }

  body.protech-v4-page .protech-v4 .focus-visual{
    height:auto !important;
    aspect-ratio:1 / 1.12 !important;
  }

  body.protech-v4-page .protech-v4 .focus-copy{
    margin-top:-4px !important;
  }

  /* About card */
  body.protech-v4-page .protech-v4 .about-card{
    padding:30px 26px !important;
  }

  body.protech-v4-page .protech-v4 .about-card .big{
    font-size:clamp(2.45rem,11vw,3.3rem) !important;
    line-height:1.08 !important;
  }

  body.protech-v4-page .protech-v4 .about-details{
    gap:22px 18px !important;
  }

  body.protech-v4-page .protech-v4 .about-details b{
    font-size:.98rem !important;
  }

  /* Contact form */
  body.protech-v4-page .protech-v4 .form-card{
    padding:25px 20px !important;
    border-radius:20px !important;
  }

  body.protech-v4-page .protech-v4 .form-group input,
  body.protech-v4-page .protech-v4 .form-group textarea{
    min-height:54px !important;
    font-size:1rem !important;
  }

  body.protech-v4-page .protech-v4 .form-group select{
    height:56px !important;
    min-height:56px !important;
    padding:0 42px 0 14px !important;
    line-height:56px !important;
    font-size:.95rem !important;
    white-space:nowrap !important;
    overflow:hidden !important;
    text-overflow:ellipsis !important;
  }

  body.protech-v4-page .protech-v4 .form-group textarea{
    min-height:150px !important;
    line-height:1.45 !important;
  }

  body.protech-v4-page .protech-v4 .form-group input[type="file"]{
    min-height:auto !important;
    font-size:.9rem !important;
    padding:14px 12px !important;
  }

  body.protech-v4-page .protech-v4 .form-submit{
    width:100% !important;
  }

  /* Final CTA */
  body.protech-v4-page .protech-v4 .cta-box{
    padding:36px 26px !important;
    border-radius:22px !important;
  }

  body.protech-v4-page .protech-v4 .cta h2{
    font-size:clamp(2.2rem,10.5vw,3.05rem) !important;
    line-height:1.05 !important;
  }

  body.protech-v4-page .protech-v4 .cta-actions{
    display:grid !important;
    grid-template-columns:1fr 1fr !important;
    width:100% !important;
  }

  body.protech-v4-page .protech-v4 .cta-actions .btn{
    width:100% !important;
    padding:.9rem .65rem !important;
  }

  /* Brand close + footer */
  body.protech-v4-page .protech-v4 .brand-close{
    padding:26px 0 22px !important;
  }

  body.protech-v4-page .protech-v4 .footer{
    padding:38px 0 24px !important;
  }

  body.protech-v4-page .protech-v4 .footer .brand-mini img{
    width:150px !important;
  }

  /* Floating back-to-top control if one is injected by theme/plugin */
  body.protech-v4-page .ast-scroll-top-icon,
  body.protech-v4-page #ast-scroll-top,
  body.protech-v4-page .scroll-top{
    width:42px !important;
    height:42px !important;
    right:14px !important;
    bottom:88px !important;
    border-radius:8px !important;
    opacity:.92 !important;
  }
}


/* ==========================================================
   ProTech V4 v2.0 — iPhone navigation + select hard fix
   ========================================================== */

html,
body.protech-v4-page {
  max-width:100% !important;
  overflow-x:hidden !important;
}

body.protech-v4-page .protech-v4 {
  width:100% !important;
  max-width:100% !important;
  overflow-x:clip !important;
}

@media(max-width:900px){

  body.protech-v4-page.protech-menu-open {
    overflow:hidden !important;
  }

  body.protech-v4-page .protech-v4 .header{
    overflow:visible !important;
  }

  body.protech-v4-page .protech-v4 .nav{
    position:relative !important;
    overflow:visible !important;
  }

  /* Always hidden on mobile until explicitly opened. */
  body.protech-v4-page .protech-v4 .navlinks{
    display:none !important;
    position:fixed !important;
    top:76px !important;
    left:14px !important;
    right:14px !important;
    width:auto !important;
    max-width:calc(100vw - 28px) !important;
    margin:0 !important;
    padding:10px !important;
    flex-direction:column !important;
    align-items:stretch !important;
    justify-content:flex-start !important;
    gap:2px !important;
    background:#ffffff !important;
    border:1px solid #dbe4ea !important;
    border-radius:16px !important;
    box-shadow:0 20px 45px rgba(11,43,69,.18) !important;
    z-index:99999 !important;
    overflow:hidden !important;
  }

  body.protech-v4-page .protech-v4 .navlinks.mobile-open{
    display:flex !important;
  }

  body.protech-v4-page .protech-v4 .navlinks a{
    display:block !important;
    width:100% !important;
    max-width:100% !important;
    margin:0 !important;
    padding:13px 14px !important;
    border-radius:9px !important;
    color:#20384b !important;
    background:transparent !important;
    font-size:1rem !important;
    line-height:1.25 !important;
    text-align:left !important;
    white-space:normal !important;
    box-sizing:border-box !important;
  }

  body.protech-v4-page .protech-v4 .navlinks a:hover,
  body.protech-v4-page .protech-v4 .navlinks a:focus{
    background:#f3f7f9 !important;
  }

  body.protech-v4-page .protech-v4 .navlinks .nav-cta{
    display:block !important;
    width:100% !important;
    margin:4px 0 0 !important;
    padding:14px !important;
    background:#0b2b45 !important;
    color:#ffffff !important;
    text-align:center !important;
  }
}

@media(max-width:600px){

  body.protech-v4-page .protech-v4 .nav{
    height:72px !important;
  }

  body.protech-v4-page .protech-v4 .navlinks{
    top:78px !important;
  }

  body.protech-v4-page .protech-v4 .menu-btn{
    width:50px !important;
    height:50px !important;
    min-width:50px !important;
    min-height:50px !important;
    padding:0 !important;
    display:grid !important;
    place-items:center !important;
    font-size:1.65rem !important;
    line-height:1 !important;
    color:#0b2b45 !important;
    background:#ffffff !important;
  }

  /*
   * Native iOS selects clip text when a forced line-height is used.
   * Let Safari center the control natively and keep the font >=16px
   * so iOS does not zoom the page when the field is focused.
   */
  body.protech-v4-page .protech-v4 .form-group select{
    -webkit-appearance:menulist !important;
    appearance:auto !important;
    display:block !important;
    width:100% !important;
    height:58px !important;
    min-height:58px !important;
    max-height:58px !important;
    box-sizing:border-box !important;
    padding:0 38px 0 14px !important;
    margin:0 !important;
    border:1px solid #ccd9e2 !important;
    border-radius:10px !important;
    background:#ffffff !important;
    color:#122231 !important;
    font-size:16px !important;
    font-weight:400 !important;
    line-height:normal !important;
    text-indent:0 !important;
    text-overflow:ellipsis !important;
    white-space:nowrap !important;
    overflow:hidden !important;
    vertical-align:middle !important;
  }

  body.protech-v4-page .protech-v4 .form-group select option{
    font-size:16px !important;
    line-height:normal !important;
  }

  /* Slightly smaller floating scroll control to stay out of form fields. */
  body.protech-v4-page #ast-scroll-top,
  body.protech-v4-page .ast-scroll-top-icon,
  body.protech-v4-page .scroll-top{
    width:38px !important;
    height:38px !important;
    right:12px !important;
    bottom:94px !important;
  }
}

/* ==========================================================
   ProTech V4 v2.3 — logo containment hard fix
   Keep the complete logo comfortably inside both header/footer
   so no edge can visually clip on desktop or mobile browsers.
   ========================================================== */
body.protech-v4-page .protech-v4 .brand{
  display:flex !important;
  align-items:center !important;
  justify-content:flex-start !important;
  overflow:visible !important;
  padding:4px 0 !important;
  flex:0 0 auto !important;
}

body.protech-v4-page .protech-v4 .brand img{
  display:block !important;
  width:112px !important;
  height:auto !important;
  max-height:64px !important;
  object-fit:contain !important;
  object-position:center !important;
  margin:0 !important;
  padding:0 !important;
  background:#ffffff !important;
  filter:none !important;
  mix-blend-mode:normal !important;
  overflow:visible !important;
}

body.protech-v4-page .protech-v4 .footer .brand-mini{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  width:auto !important;
  max-width:100% !important;
  margin:0 0 16px !important;
  padding:0 !important;
  background:#ffffff !important;
  border-radius:12px !important;
  box-shadow:0 8px 22px rgba(0,0,0,.16) !important;
  overflow:visible !important;
}

body.protech-v4-page .protech-v4 .footer .brand-mini img{
  display:block !important;
  width:172px !important;
  height:auto !important;
  max-width:100% !important;
  margin:0 !important;
  padding:0 !important;
  background:#ffffff !important;
  border-radius:12px !important;
  box-shadow:none !important;
  filter:none !important;
  opacity:1 !important;
  object-fit:contain !important;
  object-position:center !important;
}

@media(max-width:600px){
  body.protech-v4-page .protech-v4 .brand img{
    width:96px !important;
    height:auto !important;
    max-height:56px !important;
  }

  body.protech-v4-page .protech-v4 .footer .brand-mini img{
    width:158px !important;
    height:auto !important;
  }
}

/* ==========================================================
   ProTech V4 v2.4 — refreshed web logo assets
   Uses the cleaned high-resolution ProTech emblem in the header
   and the matching white-plaque version in the footer.
   ========================================================== */
body.protech-v4-page .protech-v4 .brand{
  padding:2px 0 !important;
}

body.protech-v4-page .protech-v4 .brand img{
  width:74px !important;
  height:74px !important;
  max-width:none !important;
  max-height:none !important;
  object-fit:contain !important;
  object-position:center !important;
  background:transparent !important;
  border:0 !important;
  box-shadow:none !important;
}

body.protech-v4-page .protech-v4 .footer .brand-mini{
  display:inline-block !important;
  width:auto !important;
  max-width:100% !important;
  margin:0 0 18px !important;
  padding:0 !important;
  background:transparent !important;
  border-radius:0 !important;
  box-shadow:none !important;
  overflow:visible !important;
}

body.protech-v4-page .protech-v4 .footer .brand-mini img{
  display:block !important;
  width:230px !important;
  height:auto !important;
  max-width:100% !important;
  margin:0 !important;
  padding:0 !important;
  background:transparent !important;
  border-radius:0 !important;
  box-shadow:none !important;
  filter:none !important;
  opacity:1 !important;
  object-fit:contain !important;
  object-position:center !important;
}

@media(max-width:600px){
  body.protech-v4-page .protech-v4 .brand img{
    width:66px !important;
    height:66px !important;
  }

  body.protech-v4-page .protech-v4 .footer .brand-mini img{
    width:210px !important;
  }
}
