:root{
  --gold:#c98911;
  --gold2:#dca028;
  --dark:#1c222b;
  --text:#171b21;
  --muted:#5f6670;
  --line:#e4e5e8;
  --soft:#f7f7f8;
  --white:#fff;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--text);background:#fff;font-size:14px;line-height:1.45}
a{text-decoration:none;color:inherit}
img{max-width:100%;display:block}
.container{max-width:1410px;margin:0 auto;padding:0 54px}
.topbar{height:92px;background:#fff;border-bottom:1px solid #e6e7ea;position:sticky;top:0;z-index:50;box-shadow:0 1px 8px rgba(0,0,0,.04)}
.header-inner{height:92px;display:flex;align-items:center;justify-content:space-between;gap:30px}
.brand{display:flex;align-items:center;min-width:350px}
.brand img{height:78px;width:auto;object-fit:contain}
.nav{display:flex;align-items:center;gap:42px;white-space:nowrap;font-size:13px;color:#0e1218}
.nav a{height:92px;display:flex;align-items:center;position:relative;transition:.2s}
.nav a:hover,.nav .active{color:var(--gold)}
.nav .active:after{content:"";position:absolute;left:0;right:0;bottom:18px;height:2px;background:var(--gold)}
.phone-button{border:1px solid var(--gold);border-radius:6px;padding:14px 24px;font-size:18px;color:#1f232a;display:flex;align-items:center;gap:12px;background:#fff;white-space:nowrap}
.phone-icon{color:var(--gold);font-size:22px}
.hero{position:relative;min-height:408px;overflow:hidden;background:linear-gradient(90deg,#fff 0%,#fff 34%,#f1f3f5 60%,#e5e7ea 100%);border-bottom:1px solid #e1e3e5}
.hero-bg{position:absolute;inset:0 0 0 auto;width:66%;background:url('assets/hero-camera.jpg') center right/cover no-repeat;opacity:.95}
.hero-bg:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#fff 0%,rgba(255,255,255,.82) 24%,rgba(255,255,255,.15) 60%,rgba(255,255,255,0) 100%)}
.hero-inner{position:relative;min-height:408px;display:flex;align-items:center;justify-content:space-between;padding-top:36px;padding-bottom:24px}
.hero-copy{width:510px;z-index:2}
.eyebrow{margin:0 0 10px;font-size:15px;letter-spacing:.4px;font-weight:700;color:var(--gold);text-transform:uppercase}
h1{margin:0;font-size:40px;line-height:1.12;font-weight:800;letter-spacing:-.7px;color:#222832}
h1 span{color:var(--gold2);font-size:41px}
.lead{margin:14px 0 24px;max-width:470px;font-size:16px;line-height:1.62;color:#2b3037}
.hero-actions{display:flex;gap:16px;align-items:center;margin-bottom:26px}.btn{height:42px;padding:0 24px;border-radius:5px;display:inline-flex;align-items:center;justify-content:center;font-weight:700;font-size:13px;letter-spacing:.2px}.btn.primary{background:linear-gradient(180deg,#dca02b,#c98a12);color:white;box-shadow:0 8px 16px rgba(201,137,18,.18)}.btn.primary b{font-size:22px;margin-left:10px;line-height:0}.btn.secondary{border:1px solid var(--gold);color:#171b21;background:rgba(255,255,255,.86);min-width:154px}.trust-row{display:flex;gap:42px;color:#343941;font-size:13px;white-space:nowrap}.trust-row span{display:flex;align-items:center;color:#393f46}.trust-row span::first-letter{color:var(--gold)}
.trust-card{position:absolute;right:420px;bottom:42px;display:flex;gap:20px;align-items:center;width:292px;padding:24px 22px;background:#fff;border-radius:8px;box-shadow:0 12px 34px rgba(0,0,0,.12);z-index:3}.trust-card .shield{width:46px;height:54px;border:3px solid var(--gold);clip-path:polygon(50% 0,94% 18%,84% 78%,50% 100%,16% 78%,6% 18%);display:flex;align-items:center;justify-content:center;color:var(--gold);font-size:24px;font-weight:bold;flex:0 0 auto}.trust-card strong{display:block;margin-bottom:6px;font-size:14px}.trust-card p{margin:0;font-size:13px;color:#2f353d;line-height:1.45}
.content-area{background:#fff;padding:20px 0 22px}.main-grid{display:grid;grid-template-columns:minmax(0,1fr) 456px;gap:42px;align-items:start}.panel{background:#fff;border:1px solid var(--line);border-radius:6px}.section-title{display:flex;align-items:center;justify-content:center;gap:22px;margin:12px 0 16px}.section-title span{width:52px;height:1px;background:var(--gold)}.section-title h2{font-size:17px;margin:0;letter-spacing:.3px}.section-title.small{margin:8px 0 14px}.services-panel{border:0}.service-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:16px}.service-card{height:209px;border:1px solid var(--line);border-radius:6px;padding:16px 14px 14px;text-align:center;background:#fff;display:flex;flex-direction:column;align-items:center;box-shadow:0 6px 18px rgba(0,0,0,.025)}.service-card img{height:70px;width:120px;object-fit:contain;margin-bottom:10px}.service-card h3{font-size:13px;margin:0 0 8px;line-height:1.15}.service-card p{font-size:12px;line-height:1.45;color:#252b33;margin:0}.info-row{display:grid;grid-template-columns:285px minmax(0,1fr);gap:0;margin-top:16px;border:1px solid var(--line);border-radius:6px}.info-row .panel{border:0;border-radius:0}.about-panel{padding:14px 18px;border-right:1px solid var(--line)!important}.about-panel h2,.placeholder-section h2{font-size:16px;letter-spacing:.3px;margin:0 0 12px}.about-panel h2:after,.placeholder-section h2:after{content:"";display:inline-block;width:44px;height:1px;background:var(--gold);vertical-align:middle;margin-left:14px}.about-panel p{font-size:12px;line-height:1.55;margin:0 0 12px;color:#20252d}.why-panel{padding:12px 20px}.why-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0}.why-grid div{padding:0 14px;text-align:center;border-left:1px solid var(--line)}.why-grid div:first-child{border-left:0}.why-grid b{display:block;color:var(--gold);font-size:34px;line-height:1;margin-bottom:8px}.why-grid strong{font-size:12px;line-height:1.2;display:block;margin-bottom:8px}.why-grid p{font-size:11px;line-height:1.35;margin:0;color:#3f454c}.placeholder-section{margin-top:16px;padding:18px}.placeholder-section p{margin:0;color:#4d545d}
.quote-panel{background:#f7f7f8;border-radius:6px;padding:22px 22px 24px;box-shadow:0 6px 24px rgba(0,0,0,.04)}.quote-panel h2{text-align:center;margin:0 0 12px;font-size:18px;letter-spacing:.3px}.quote-panel h2 span{color:var(--gold)}.quote-panel p{text-align:center;margin:0 0 18px;font-size:13px}.quote-panel form{display:flex;flex-direction:column;gap:13px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}.quote-panel input,.quote-panel select,.quote-panel textarea{width:100%;border:1px solid #dfe0e3;background:#fff;border-radius:5px;padding:0 15px;height:40px;font:inherit;font-size:12px;color:#333}.quote-panel textarea{height:112px;padding-top:12px;resize:vertical}.quote-panel button{height:42px;border:0;border-radius:5px;background:linear-gradient(180deg,#dca02b,#c98a12);color:#fff;font-weight:800;font-size:13px;cursor:pointer}.quote-panel button:hover{filter:brightness(.98)}
.footer{border-top:1px solid var(--line);background:#fafafa}.footer-inner{height:58px;display:flex;align-items:center;justify-content:space-between;gap:18px;font-size:14px}.footer a,.footer span{display:flex;align-items:center;gap:8px}.footer small{font-size:12px;color:#3d444c}.socials{font-weight:800;font-size:20px;color:#111822}
@media(max-width:1200px){.container{padding:0 30px}.brand{min-width:260px}.nav{gap:22px}.main-grid{grid-template-columns:1fr}.quote-panel{max-width:640px;margin:0 auto;width:100%}.trust-card{right:240px}.service-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:900px){.topbar,.header-inner{height:auto}.header-inner{flex-wrap:wrap;padding-top:12px;padding-bottom:12px}.brand img{height:64px}.nav{order:3;width:100%;justify-content:center;overflow-x:auto;padding-top:8px}.nav a{height:34px}.nav .active:after{bottom:0}.hero-bg{opacity:.22;width:100%}.hero-inner{min-height:auto;padding-top:45px;padding-bottom:36px}.hero-copy{width:100%}.trust-card{position:static;margin-top:25px}.trust-row{flex-wrap:wrap;gap:14px 24px}.info-row{grid-template-columns:1fr}.about-panel{border-right:0!important;border-bottom:1px solid var(--line)!important}.why-grid{grid-template-columns:repeat(2,1fr);gap:18px}.why-grid div{border-left:0}.footer-inner{height:auto;flex-wrap:wrap;padding-top:18px;padding-bottom:18px;justify-content:center;text-align:center}}
@media(max-width:620px){.container{padding:0 18px}.phone-button{width:100%;justify-content:center}.nav{gap:16px;font-size:12px}.hero-copy h1,h1 span{font-size:34px}.hero-actions{flex-direction:column;align-items:stretch}.btn{width:100%}.service-grid{grid-template-columns:1fr}.form-row{grid-template-columns:1fr}.why-grid{grid-template-columns:1fr}.brand{min-width:0}.brand img{height:58px}}

/* PRICING — clean two-column line table */
.pricing-panel{
  margin-top:16px;
  padding:22px 18px 20px;
  background:#fff;
}
.pricing-intro{
  max-width:760px;
  margin:0 auto 20px;
  text-align:center;
  color:#4f5660;
  font-size:13px;
  line-height:1.6;
}
.pricing-grid-lines{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
  align-items:start;
}
.pricing-column-lines{
  border:1px solid #e3e6ea;
  border-radius:12px;
  background:linear-gradient(180deg,#ffffff 0%,#fbfcfd 100%);
  box-shadow:0 10px 28px rgba(25,31,40,.055);
  overflow:hidden;
}
.pricing-row-line{
  display:grid;
  grid-template-columns:minmax(0,1fr) 150px;
  align-items:center;
  min-height:54px;
  padding:0 18px;
  border-bottom:1px solid #eceef1;
  column-gap:16px;
}
.pricing-row-line:last-child{
  border-bottom:0;
}
.pricing-row-line:hover{
  background:#fff9ed;
}
.service-name{
  color:#232832;
  font-family:inherit;
  font-size:14px;
  font-weight:700;
  line-height:1.3;
  letter-spacing:.02em;
}
.service-price{
  color:var(--gold);
  font-family:inherit;
  font-size:14px;
  font-weight:800;
  line-height:1.2;
  text-align:left;
  white-space:nowrap;
}
.pricing-note{
  margin:18px 0 0;
  padding:13px 15px;
  border-left:3px solid var(--gold);
  border-radius:0 8px 8px 0;
  background:#fff8e8;
  color:#525b66;
  font-size:12px;
  line-height:1.55;
}
.pricing-note b{
  color:#1f252e;
}
@media(max-width:760px){
  .pricing-grid-lines{
    grid-template-columns:1fr;
  }
}
@media(max-width:520px){
  .pricing-panel{
    padding:16px 12px;
  }
  .pricing-row-line{
    grid-template-columns:1fr;
    gap:4px;
    padding:13px 15px;
    min-height:auto;
  }
  .service-price{
    text-align:left;
  }
}


/* FINAL PRICING MATRIX - forces real columns */
.pricing-panel-matrix{
  padding:22px 18px 20px !important;
  background:#fff !important;
}
.pricing-panel-matrix .pricing-intro{
  max-width:760px !important;
  margin:0 auto 20px !important;
  text-align:center !important;
  color:#4f5660 !important;
  font-family:inherit !important;
  font-size:13px !important;
  line-height:1.6 !important;
}
.pricing-matrix{
  width:100% !important;
  display:grid !important;
  grid-template-columns:minmax(190px,1.15fr) 145px minmax(190px,1.15fr) 145px !important;
  border:1px solid #dde1e6 !important;
  border-radius:14px !important;
  overflow:hidden !important;
  background:#ffffff !important;
  box-shadow:0 10px 28px rgba(25,31,40,.06) !important;
  font-family:inherit !important;
}
.pricing-matrix-head,
.pricing-service,
.pricing-price{
  min-height:50px !important;
  display:flex !important;
  align-items:center !important;
  box-sizing:border-box !important;
  border-right:1px solid #e7e9ed !important;
  border-bottom:1px solid #e7e9ed !important;
  font-family:inherit !important;
  line-height:1.25 !important;
}
.pricing-matrix-head:nth-child(4n),
.pricing-price:nth-child(4n){
  border-right:0 !important;
}
.pricing-matrix > :nth-last-child(-n+4){
  border-bottom:0 !important;
}
.pricing-matrix-head{
  min-height:40px !important;
  padding:0 16px !important;
  background:#f4f5f7 !important;
  color:#59616d !important;
  font-size:11px !important;
  font-weight:800 !important;
  letter-spacing:.12em !important;
  text-transform:uppercase !important;
}
.pricing-service{
  padding:0 16px !important;
  color:#242a33 !important;
  font-size:14px !important;
  font-weight:700 !important;
  letter-spacing:.01em !important;
  background:#fff !important;
}
.pricing-price{
  justify-content:flex-end !important;
  padding:0 16px !important;
  color:#c8911d !important;
  font-size:14px !important;
  font-weight:800 !important;
  white-space:nowrap !important;
  text-align:right !important;
  background:#fffaf0 !important;
}
.pricing-matrix > div:hover{
  background:#fff6df !important;
}
.pricing-panel-matrix .pricing-note{
  margin:18px 0 0 !important;
  padding:13px 15px !important;
  border-left:3px solid var(--gold,#c8911d) !important;
  border-radius:0 8px 8px 0 !important;
  background:#fff8e8 !important;
  color:#525b66 !important;
  font-size:12px !important;
  line-height:1.55 !important;
}
.pricing-panel-matrix .pricing-note b{
  color:#1f252e !important;
}
@media(max-width:980px){
  .pricing-matrix{
    grid-template-columns:minmax(0,1fr) 145px !important;
  }
  .pricing-matrix-head.second-head{
    display:none !important;
  }
  .pricing-matrix-head:nth-child(2){
    border-right:0 !important;
  }
  .pricing-matrix > div{
    border-bottom:1px solid #e7e9ed !important;
  }
  .pricing-matrix > :nth-last-child(-n+2){
    border-bottom:0 !important;
  }
  .pricing-service,
  .pricing-price{
    min-height:48px !important;
  }
  .pricing-price{
    border-right:0 !important;
  }
}
@media(max-width:520px){
  .pricing-panel-matrix{
    padding:16px 12px !important;
  }
  .pricing-matrix{
    grid-template-columns:minmax(0,1fr) 118px !important;
    border-radius:12px !important;
  }
  .pricing-service,
  .pricing-price{
    padding:0 11px !important;
    font-size:12.5px !important;
  }
  .pricing-price{
    font-size:12px !important;
  }
}
