
:root{
  --navy:#071528;
  --navy-2:#0a223f;
  --navy-3:#0f3157;
  --blue:#1f69ff;
  --blue-soft:#eaf2ff;
  --energy:#ffb300;
  --energy-soft:#fff6da;
  --white:#ffffff;
  --bg:#f5f7fb;
  --text:#121b27;
  --muted:#657287;
  --line:#dde4ee;
  --success:#16a164;
  --danger:#b42318;
  --radius:20px;
  --radius-sm:12px;
  --shadow:0 24px 70px rgba(10,31,58,.10);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Inter,Segoe UI,Arial,sans-serif;
  color:var(--text);
  background:#fff;
  line-height:1.55;
}
a{text-decoration:none;color:inherit}
button,input,select,textarea{font:inherit}
button{cursor:pointer}
.container{width:min(1180px,92%);margin:auto}
.top-strip{background:#04101f;color:#b9c8db;font-size:.82rem}
.top-strip-inner{height:34px;display:flex;align-items:center;justify-content:space-between;gap:20px}
.top-left,.top-right{display:flex;align-items:center;gap:9px}
.live-dot{width:7px;height:7px;background:#36d07f;border-radius:50%;box-shadow:0 0 0 4px rgba(54,208,127,.10)}
.sep{opacity:.35}

.site-header{
  position:sticky;
  top:0;
  z-index:50;
  background:rgba(7,21,40,.96);
  backdrop-filter:blur(14px);
  border-bottom:1px solid rgba(255,255,255,.06);
}
.nav-wrap{height:78px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.brand{display:flex;align-items:center;gap:12px;color:#fff}
.brand-icon{
  width:44px;height:44px;border-radius:12px;
  background:linear-gradient(145deg,var(--energy),#ffc94f);
  display:grid;place-items:center;
  box-shadow:0 10px 28px rgba(255,179,0,.18);
}
.brand-icon svg{width:26px;height:26px;fill:#0b1725}
.brand-copy{display:flex;flex-direction:column;line-height:1}
.brand-copy strong{font-size:1.22rem;letter-spacing:.08em}
.brand-copy small{font-size:.63rem;letter-spacing:.16em;color:#aabbd0;margin-top:5px}
nav{display:flex;align-items:center;gap:26px}
nav>a:not(.nav-cta){color:#d5dfec;font-size:.92rem;font-weight:700}
nav>a:not(.nav-cta):hover{color:#fff}
.nav-cta{
  background:var(--energy);color:#101820;
  padding:12px 17px;border-radius:10px;font-weight:900;font-size:.9rem
}
.menu-btn{display:none;background:none;border:0;padding:6px}
.menu-btn span{display:block;width:25px;height:2px;background:#fff;margin:5px 0}

.hero{
  position:relative;
  overflow:hidden;
  background:
    linear-gradient(135deg,#071528 0%,#0b2340 55%,#0c2d50 100%);
  color:#fff;
}
.hero:before{
  content:"";position:absolute;inset:0;opacity:.18;
  background-image:linear-gradient(rgba(255,255,255,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.03) 1px,transparent 1px);
  background-size:42px 42px;
}
.hero-glow{position:absolute;border-radius:50%;filter:blur(10px)}
.hero-glow-one{width:500px;height:500px;background:rgba(31,105,255,.14);right:-120px;top:20px}
.hero-glow-two{width:420px;height:420px;background:rgba(255,179,0,.08);left:-160px;bottom:-180px}
.hero-grid{position:relative;z-index:2;display:grid;grid-template-columns:1.08fr .92fr;gap:62px;align-items:center;padding:92px 0 78px}
.hero-kicker{display:flex;align-items:center;gap:10px;color:#ffc95a;font-size:.78rem;font-weight:900;letter-spacing:.15em}
.kicker-line{width:36px;height:2px;background:var(--energy)}
h1,h2,h3,h4{margin:0;line-height:1.08}
.hero h1{font-size:clamp(3rem,5.2vw,5.5rem);letter-spacing:-.04em;margin:18px 0 24px}
.hero h1 span{color:#bcd0ea}
.hero-lead{font-size:1.15rem;max-width:720px;color:#c8d4e3;margin:0}
.hero-actions,.form-actions,.cta-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:30px}
.btn{
  min-height:50px;padding:0 20px;border-radius:11px;
  border:0;font-weight:900;display:inline-flex;align-items:center;justify-content:center;gap:12px;
  transition:.2s ease
}
.btn:hover{transform:translateY(-1px)}
.btn-primary{background:var(--energy);color:#111a23;box-shadow:0 12px 26px rgba(255,179,0,.17)}
.btn-primary:hover{background:#ffc039}
.btn-secondary{background:rgba(255,255,255,.07);color:#fff;border:1px solid rgba(255,255,255,.18)}
.btn-outline-dark{background:#fff;color:var(--navy);border:1px solid #bfc9d7}
.btn-danger{background:#fff4f2;color:var(--danger);border:1px solid #f0b8b4}
.hero-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:42px;padding-top:28px;border-top:1px solid rgba(255,255,255,.10)}
.hero-metrics div{display:flex;flex-direction:column;gap:4px}
.hero-metrics strong{font-size:.95rem;color:#fff}
.hero-metrics span{font-size:.78rem;color:#91a6bd}

.hero-visual{position:relative}
.visual-frame{
  background:linear-gradient(180deg,rgba(255,255,255,.07),rgba(255,255,255,.03));
  border:1px solid rgba(255,255,255,.12);
  border-radius:28px;
  box-shadow:0 34px 90px rgba(0,0,0,.28);
  overflow:hidden;
  backdrop-filter:blur(10px)
}
.visual-header{display:flex;justify-content:space-between;align-items:center;padding:20px 22px;border-bottom:1px solid rgba(255,255,255,.08)}
.visual-header div{display:flex;flex-direction:column}
.visual-header small{font-size:.68rem;letter-spacing:.13em;color:#8ea4bb}
.visual-header strong{margin-top:3px}
.status-pill{font-size:.68rem;font-weight:900;color:#52db92;background:rgba(82,219,146,.1);border:1px solid rgba(82,219,146,.24);padding:7px 9px;border-radius:999px}
.panel-illustration{position:relative;padding:42px 46px 34px}
.panel-shell{
  background:linear-gradient(180deg,#edf2f7,#dbe2e9);
  color:#1a2430;
  border-radius:18px;padding:24px;
  box-shadow:0 22px 52px rgba(0,0,0,.28),inset 0 0 0 7px #c5ced8
}
.panel-top{display:flex;justify-content:space-between;align-items:end;border-bottom:1px solid #bcc6d1;padding-bottom:12px}
.panel-top span{font-weight:900;letter-spacing:.14em;font-size:.82rem}
.panel-top small{font-size:.62rem;color:#64717e}
.panel-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:11px;margin:26px 0}
.breaker{height:92px;background:#f9fafc;border:1px solid #b9c2cb;border-radius:7px;padding:8px;display:flex;flex-direction:column;justify-content:space-between;box-shadow:0 4px 8px rgba(20,34,49,.08)}
.breaker span{display:block;height:37px;border-radius:4px;background:linear-gradient(#202a35,#3f4b57);position:relative}
.breaker span:after{content:"";position:absolute;width:65%;height:7px;left:17%;bottom:7px;background:#f8f8f8;border-radius:2px}
.breaker b{font-size:.62rem;text-align:center}
.breaker.main{border-color:#d09d22}
.breaker.diff span{background:linear-gradient(#283747,#56687a)}
.panel-footer{display:flex;align-items:center;justify-content:space-between;font-size:.7rem;color:#5b6977}
.ok-dot{display:inline-block;width:7px;height:7px;border-radius:50%;background:#1bbf73;margin-right:6px}
.floating-chip{
  position:absolute;display:flex;align-items:center;gap:10px;
  background:#fff;color:#15202c;border-radius:12px;padding:10px 13px;
  box-shadow:0 16px 35px rgba(0,0,0,.22)
}
.floating-chip>span{width:32px;height:32px;border-radius:8px;background:var(--energy-soft);display:grid;place-items:center}
.floating-chip div{display:flex;flex-direction:column}
.floating-chip small{font-size:.64rem;color:#6c7885}
.floating-chip b{font-size:.75rem}
.chip-a{left:12px;bottom:42px}
.chip-b{right:8px;top:28px}
.visual-footer{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid rgba(255,255,255,.08)}
.visual-footer span{font-size:.62rem;letter-spacing:.12em;text-align:center;color:#8096ae;padding:13px 4px;border-right:1px solid rgba(255,255,255,.06)}
.visual-footer span:last-child{border-right:0}
.hero-bottom{position:relative;z-index:3;border-top:1px solid rgba(255,255,255,.07);background:rgba(3,13,26,.28)}
.trust-bar{display:grid;grid-template-columns:repeat(4,1fr)}
.trust-bar div{padding:18px 18px;display:flex;align-items:center;gap:12px;border-right:1px solid rgba(255,255,255,.06)}
.trust-bar div:last-child{border-right:0}
.trust-bar span{font-size:.68rem;color:#70869e;font-weight:900}
.trust-bar strong{font-size:.85rem;color:#d8e2ed}

.section{padding:92px 0}
.section-label{display:inline-block;font-size:.72rem;letter-spacing:.16em;font-weight:900;color:#1d5ed0;margin-bottom:12px}
.section-label.light{color:#ffc955}
.section-head h2,.dark-intro h2,.quote-info h2,.cert-left h2,.faq-intro h2,.cta-main h2{font-size:clamp(2.1rem,3.6vw,3.55rem);letter-spacing:-.03em}
.split-head{display:grid;grid-template-columns:1fr .72fr;gap:70px;align-items:end;margin-bottom:42px}
.split-head p{margin:0;color:var(--muted);font-size:1.03rem}
.center-head{text-align:center;max-width:760px;margin:0 auto 42px}
.center-head p{color:var(--muted)}

.services-section{background:#fff}
.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.service-card{
  position:relative;overflow:hidden;
  background:#fff;border:1px solid var(--line);border-radius:18px;
  padding:24px;transition:.22s;min-height:225px
}
.service-card:before{content:"";position:absolute;left:0;top:0;width:4px;height:0;background:var(--energy);transition:.22s}
.service-card:hover{transform:translateY(-5px);box-shadow:var(--shadow);border-color:#cbd7e6}
.service-card:hover:before{height:100%}
.service-top{display:flex;justify-content:space-between;align-items:center}
.service-icon{width:48px;height:48px;border-radius:13px;background:var(--blue-soft);display:grid;place-items:center;font-size:1.35rem}
.service-num{font-size:.72rem;color:#9ba8b8;font-weight:900}
.service-card h3{font-size:1.08rem;margin:22px 0 10px}
.service-card p{margin:0;color:var(--muted);font-size:.92rem}

.dark-feature{background:linear-gradient(135deg,#071528,#0c2748);color:#fff;position:relative;overflow:hidden}
.dark-feature:after{content:"";position:absolute;width:460px;height:460px;border-radius:50%;background:rgba(31,105,255,.08);right:-180px;bottom:-180px}
.dark-grid{position:relative;z-index:2;display:grid;grid-template-columns:.9fr 1.1fr;gap:70px}
.dark-intro p{color:#b9c7d7;max-width:520px}
.big-number{font-size:6rem;font-weight:900;line-height:1;color:var(--energy);margin-top:52px;letter-spacing:-.06em}
.big-number-copy{color:#8da1b9;font-size:.82rem;letter-spacing:.08em;text-transform:uppercase}
.process-list{display:grid;gap:0}
.process-list article{display:grid;grid-template-columns:72px 1fr;gap:18px;padding:25px 0;border-bottom:1px solid rgba(255,255,255,.09)}
.process-list article:first-child{padding-top:0}
.process-list article:last-child{border-bottom:0}
.step{width:50px;height:50px;border-radius:14px;background:rgba(255,255,255,.06);display:grid;place-items:center;color:#ffc955;font-weight:900;border:1px solid rgba(255,255,255,.08)}
.process-list h3{margin-bottom:7px}
.process-list p{margin:0;color:#9fb1c5}

.quote-section{background:#f4f7fb}
.quote-layout{display:grid;grid-template-columns:.72fr 1.28fr;gap:58px;align-items:start}
.quote-info{position:sticky;top:125px}
.quote-info p{color:var(--muted);font-size:1.02rem}
.quote-benefits{display:grid;gap:14px;margin-top:30px}
.quote-benefits>div{display:flex;gap:12px;align-items:flex-start}
.quote-benefits>div>span{width:30px;height:30px;border-radius:8px;background:#e8f8ef;color:#138b58;display:grid;place-items:center;font-weight:900}
.quote-benefits p{margin:0;font-size:.9rem}
.quote-card,.admin-form-card{
  background:#fff;border:1px solid var(--line);border-radius:22px;padding:28px;
  box-shadow:0 22px 60px rgba(10,31,58,.08)
}
.form-title{display:flex;justify-content:space-between;align-items:center;padding-bottom:20px;margin-bottom:22px;border-bottom:1px solid #e8edf3}
.form-title small{display:block;font-size:.68rem;letter-spacing:.14em;color:#7d8b9a;font-weight:900}
.form-title h3{margin-top:5px;font-size:1.45rem}
.form-icon{width:46px;height:46px;border-radius:12px;background:var(--energy-soft);display:grid;place-items:center}
.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}
label{display:grid;gap:7px;font-size:.84rem;font-weight:800;color:#344256;margin-bottom:14px}
input,select,textarea{
  width:100%;border:1px solid #cfd8e4;border-radius:10px;
  background:#fbfcfe;padding:13px 14px;outline:none;color:#17212d
}
input:focus,select:focus,textarea:focus{border-color:#5c8fe3;box-shadow:0 0 0 3px rgba(31,105,255,.08);background:#fff}
.check-row{display:flex;align-items:center;gap:10px;font-weight:600}
.check-row input{width:auto}
.form-message{margin-top:13px;font-weight:800;color:#118254}

.projects-section{background:#fff}
.projects-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;transition:.2s}
.project-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}
.project-photo{height:235px;background:
  linear-gradient(135deg,rgba(6,21,40,.84),rgba(12,49,87,.78)),
  radial-gradient(circle at 70% 30%,rgba(255,179,0,.28),transparent 26%);
  position:relative;display:flex;align-items:flex-end;padding:18px
}
.project-photo .project-symbol{font-size:3rem;position:absolute;right:20px;top:22px;filter:drop-shadow(0 8px 15px rgba(0,0,0,.25))}
.project-tag{display:inline-flex;background:rgba(255,255,255,.11);border:1px solid rgba(255,255,255,.15);color:#fff;padding:7px 10px;border-radius:999px;font-size:.7rem;font-weight:900}
.project-body{padding:21px}
.project-body small{color:#1d5ed0;font-weight:900;font-size:.72rem;letter-spacing:.08em}
.project-body h3{font-size:1.15rem;margin:8px 0 10px}
.project-body p{margin:0;color:var(--muted);font-size:.9rem}

.certification-section{padding-top:10px;background:#fff}
.certification-card{
  display:grid;grid-template-columns:1fr .72fr;gap:50px;
  border-radius:28px;padding:42px;
  background:linear-gradient(135deg,#edf4ff,#fff9e5);
  border:1px solid #d9e6f4
}
.cert-left p{color:#596b7e;font-size:1.05rem}
.cert-note{margin-top:24px;padding:13px 15px;border-left:3px solid var(--energy);background:rgba(255,255,255,.7);font-size:.83rem;color:#657287}
.cert-right{display:flex;justify-content:flex-end}
.credential-card{
  width:310px;min-height:200px;border-radius:18px;background:linear-gradient(145deg,#0a1f38,#103b68);
  color:#fff;padding:20px;box-shadow:0 24px 48px rgba(7,21,40,.18);position:relative;overflow:hidden
}
.credential-card:after{content:"";position:absolute;width:180px;height:180px;border-radius:50%;background:rgba(255,179,0,.11);right:-80px;bottom:-100px}
.credential-top{display:flex;align-items:center;gap:10px}
.mini-logo{width:34px;height:34px;border-radius:8px;background:var(--energy);color:#111;display:grid;place-items:center}
.credential-top div{display:flex;flex-direction:column}
.credential-top small{font-size:.55rem;letter-spacing:.15em;color:#9fb1c5}
.credential-photo{margin-top:24px;width:58px;height:58px;border-radius:12px;background:rgba(255,255,255,.09);display:grid;place-items:center;font-weight:900;color:#bed1e8}
.credential-lines{position:absolute;left:92px;top:79px;right:22px;display:grid;gap:8px}
.credential-lines span{height:8px;border-radius:999px;background:rgba(255,255,255,.16)}
.credential-lines .short{width:65%}
.credential-footer{position:absolute;left:20px;bottom:18px;font-size:.6rem;letter-spacing:.18em;color:#8da7c0}

.faq-section{background:#f7f9fc}
.faq-layout{display:grid;grid-template-columns:.72fr 1.28fr;gap:70px}
.faq-intro p{color:var(--muted)}
.faq-list{display:grid;gap:10px}
.faq-list details{background:#fff;border:1px solid var(--line);border-radius:14px;padding:0 18px}
.faq-list summary{list-style:none;cursor:pointer;padding:18px 0;font-weight:900;display:flex;justify-content:space-between;gap:20px}
.faq-list summary::-webkit-details-marker{display:none}
.faq-list summary span{color:#1f69ff}
.faq-list p{margin:0;padding:0 0 18px;color:var(--muted);font-size:.92rem}

.cta-section{padding:82px 0;background:#fff}
.cta-card{display:grid;grid-template-columns:1.2fr .8fr;background:linear-gradient(135deg,#071528,#0d2d51);color:#fff;border-radius:28px;overflow:hidden}
.cta-main{padding:44px}
.cta-main p{color:#b8c8da;max-width:650px}
.contact-panel{padding:38px;background:rgba(255,255,255,.035);border-left:1px solid rgba(255,255,255,.08);display:grid;gap:20px}
.contact-panel div{display:flex;flex-direction:column;padding-bottom:16px;border-bottom:1px solid rgba(255,255,255,.08)}
.contact-panel small{font-size:.62rem;letter-spacing:.15em;color:#7990aa;font-weight:900}
.contact-panel strong{margin-top:4px}
.admin-access{color:#ffc955;font-weight:800;font-size:.86rem}

.footer{background:#04101f;color:#d5dfeb;padding:52px 0 24px}
.footer-grid{display:grid;grid-template-columns:1.4fr .7fr .7fr .8fr;gap:40px}
.footer-logo{margin-bottom:15px}
.footer-brand p,.footer-grid p{color:#8398af;font-size:.85rem}
.footer-grid h4{font-size:.86rem;margin-bottom:12px}
.footer-grid>div:not(.footer-brand) a{display:block;color:#90a4bb;font-size:.84rem;margin:8px 0}
.footer-grid>div:not(.footer-brand) a:hover{color:#fff}
.footer-bottom{margin-top:38px;padding-top:18px;border-top:1px solid rgba(255,255,255,.07);display:flex;justify-content:space-between;gap:20px;color:#667e96;font-size:.75rem}
.mobile-actionbar{display:none}

/* ADMIN */
.admin-body{background:#f4f7fb;min-height:100vh}
.admin-sidebar{
  position:fixed;left:0;top:0;bottom:0;width:250px;
  background:#071528;color:#fff;padding:24px 18px;display:flex;flex-direction:column;z-index:20
}
.admin-brand{display:flex;align-items:center;gap:12px;padding:0 8px 24px;border-bottom:1px solid rgba(255,255,255,.08)}
.admin-brand div{display:flex;flex-direction:column}
.admin-brand strong{letter-spacing:.08em}
.admin-brand small{font-size:.6rem;color:#8da3bb;letter-spacing:.12em;margin-top:4px}
.admin-nav{display:grid;gap:6px;margin-top:28px}
.admin-tab{background:transparent;border:0;color:#9fb0c4;text-align:left;padding:12px 13px;border-radius:9px;font-weight:800}
.admin-tab:hover,.admin-tab.active{background:rgba(255,255,255,.07);color:#fff}
.back-site{margin-top:auto;color:#90a5bd;font-size:.84rem;padding:10px}
.admin-main{margin-left:250px;padding:32px 36px 60px}
.admin-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:28px}
.admin-top small{font-size:.65rem;color:#7e8d9f;letter-spacing:.14em;font-weight:900}
.admin-top h1{font-size:2.1rem;margin-top:4px}
.admin-local-badge{padding:8px 11px;border-radius:999px;background:#fff7df;color:#8a5d00;border:1px solid #f0d58d;font-size:.76rem;font-weight:900}
.admin-panel{display:none}
.admin-panel.active{display:block}
.admin-hero{background:linear-gradient(135deg,#fff,#f5f9ff);border:1px solid var(--line);border-radius:20px;padding:28px;margin-bottom:18px}
.admin-hero h2{font-size:2rem;margin-top:5px}
.admin-hero p{color:var(--muted);margin-bottom:0}
.dashboard-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.dashboard-cards article{background:#fff;border:1px solid var(--line);border-radius:16px;padding:20px}
.dashboard-cards small{font-size:.65rem;letter-spacing:.14em;color:#8b99a9;font-weight:900}
.dashboard-cards strong{display:block;font-size:2.3rem;margin:8px 0 3px}
.dashboard-cards span{font-size:.8rem;color:var(--muted)}
.admin-note{margin-top:18px;background:#fff9e8;border:1px solid #f0dda4;border-radius:14px;padding:16px}
.admin-note strong{color:#805a00}
.admin-note p{margin:5px 0 0;color:#6d6041;font-size:.88rem}
.panel-heading{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:18px}
.panel-heading h2{font-size:2rem}
.table-wrap{overflow:auto;background:#fff;border:1px solid var(--line);border-radius:15px}
table{width:100%;border-collapse:collapse}
th,td{padding:13px 14px;border-bottom:1px solid #edf1f5;text-align:left;font-size:.83rem}
th{background:#f8fafc;color:#5d6a7a;font-size:.7rem;letter-spacing:.08em}
.admin-form-card{max-width:920px}
code{background:#edf1f6;padding:2px 5px;border-radius:5px}

@media(max-width:1000px){
  .hero-grid,.dark-grid,.quote-layout,.faq-layout,.certification-card{grid-template-columns:1fr}
  .quote-info{position:static}
  .hero-visual{max-width:620px}
  .services-grid,.projects-grid{grid-template-columns:repeat(2,1fr)}
  .split-head{grid-template-columns:1fr;gap:16px}
  .cta-card{grid-template-columns:1fr}
  .contact-panel{border-left:0;border-top:1px solid rgba(255,255,255,.08)}
  .footer-grid{grid-template-columns:repeat(2,1fr)}
}

@media(max-width:820px){
  .top-right{display:none}
  nav{
    display:none;position:absolute;top:78px;left:0;right:0;background:#071528;
    padding:18px 4%;flex-direction:column;align-items:flex-start;border-top:1px solid rgba(255,255,255,.08)
  }
  nav.open{display:flex}
  .menu-btn{display:block}
  .hero-grid{padding-top:62px}
  .hero-metrics{grid-template-columns:1fr}
  .trust-bar{grid-template-columns:repeat(2,1fr)}
  .trust-bar div:nth-child(2){border-right:0}
  .services-grid,.projects-grid{grid-template-columns:1fr}
  .visual-frame{max-width:560px}
  .admin-sidebar{position:static;width:100%;height:auto}
  .admin-nav{grid-template-columns:repeat(4,1fr)}
  .admin-tab{text-align:center;font-size:.76rem}
  .back-site{margin-top:18px}
  .admin-main{margin-left:0;padding:24px 4% 60px}
}

@media(max-width:620px){
  .top-strip{display:none}
  .site-header{top:0}
  .nav-wrap{height:70px}
  .brand-icon{width:40px;height:40px}
  .brand-copy strong{font-size:1.05rem}
  .hero-grid{padding:48px 0 48px;gap:38px}
  .hero h1{font-size:2.8rem}
  .hero-actions .btn{width:100%}
  .panel-illustration{padding:30px 18px 58px}
  .floating-chip{transform:scale(.9)}
  .chip-b{right:2px;top:18px}
  .chip-a{left:6px;bottom:20px}
  .visual-footer{grid-template-columns:repeat(2,1fr)}
  .trust-bar{grid-template-columns:1fr}
  .trust-bar div{border-right:0;border-bottom:1px solid rgba(255,255,255,.06)}
  .section{padding:68px 0}
  .form-grid{grid-template-columns:1fr}
  .quote-card,.admin-form-card{padding:20px}
  .certification-card{padding:28px}
  .cert-right{justify-content:flex-start}
  .credential-card{width:100%}
  .footer-grid{grid-template-columns:1fr}
  .footer-bottom{flex-direction:column}
  .mobile-actionbar{
    position:fixed;left:0;right:0;bottom:0;z-index:70;
    display:grid;grid-template-columns:1fr 1.2fr;gap:8px;padding:8px;background:#fff;border-top:1px solid var(--line)
  }
  .mobile-actionbar button,.mobile-actionbar a{border:0;border-radius:9px;padding:12px;text-align:center;font-weight:900}
  .mobile-actionbar button{background:#edf3f9;color:#15304c}
  .mobile-actionbar a{background:var(--energy);color:#151b21}
  .admin-nav{grid-template-columns:repeat(2,1fr)}
  .dashboard-cards{grid-template-columns:1fr}
  .panel-heading{align-items:flex-start;flex-direction:column}
}


.scope-note{
  margin-top:28px;
  display:grid;
  grid-template-columns:56px 1fr;
  gap:18px;
  align-items:start;
  padding:20px 22px;
  border:1px solid #d8e3f2;
  border-radius:16px;
  background:linear-gradient(135deg,#f6f9ff,#fffaf0);
}
.scope-icon{
  width:56px;height:56px;border-radius:14px;
  display:grid;place-items:center;
  background:#071528;color:#ffbd2e;
  font-weight:900;font-size:1.35rem;
  box-shadow:0 10px 24px rgba(7,21,40,.14);
}
.scope-note strong{display:block;margin-bottom:5px;color:#152033}
.scope-note p{margin:0;color:#657287;font-size:.9rem;line-height:1.6}


.jobs-section{
  background:linear-gradient(180deg,#f8fafc 0%,#ffffff 100%);
}
.jobs-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px;
}
.job-card{
  position:relative;
  display:flex;
  flex-direction:column;
  min-height:285px;
  padding:24px;
  background:#fff;
  border:1px solid var(--line);
  border-radius:18px;
  box-shadow:0 8px 28px rgba(10,31,58,.04);
  transition:.22s ease;
}
.job-card:hover{
  transform:translateY(-5px);
  box-shadow:var(--shadow);
  border-color:#c8d7e8;
}
.job-card-top{
  display:flex;
  justify-content:space-between;
  align-items:center;
}
.job-icon{
  width:52px;height:52px;border-radius:14px;
  background:linear-gradient(145deg,#fff4cc,#ffedab);
  display:grid;place-items:center;
  font-size:1.5rem;
}
.job-index{
  font-size:.7rem;
  font-weight:900;
  color:#9ba8b8;
  letter-spacing:.08em;
}
.job-card h3{
  margin:20px 0 10px;
  font-size:1.08rem;
}
.job-card p{
  margin:0 0 20px;
  color:var(--muted);
  font-size:.9rem;
  flex:1;
}
.job-quote-btn{
  border:0;
  border-top:1px solid #edf1f5;
  background:transparent;
  padding:16px 0 0;
  display:flex;
  justify-content:space-between;
  align-items:center;
  color:#164f9f;
  font-size:.84rem;
  font-weight:900;
  text-align:left;
}
.job-quote-btn:hover{color:#0d3771}
.scope-columns{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:16px;
  margin-top:28px;
}
.scope-positive,.scope-negative{
  border-radius:18px;
  padding:24px;
  border:1px solid var(--line);
}
.scope-positive{
  background:linear-gradient(145deg,#f2fbf6,#fff);
  border-color:#d4eadf;
}
.scope-negative{
  background:linear-gradient(145deg,#fff9ef,#fff);
  border-color:#ecdcbf;
}
.scope-heading{
  display:flex;
  gap:13px;
  align-items:center;
  margin-bottom:18px;
}
.scope-heading small{
  display:block;
  font-size:.62rem;
  letter-spacing:.13em;
  color:#788697;
  font-weight:900;
}
.scope-heading h3{
  margin-top:3px;
  font-size:1.05rem;
}
.scope-badge{
  width:38px;height:38px;border-radius:10px;
  display:grid;place-items:center;
  font-weight:900;
}
.scope-badge.ok{background:#dbf5e7;color:#117a4d}
.scope-badge.no{background:#fff0d5;color:#9a6100}
.scope-columns ul{
  margin:0;
  padding-left:20px;
  color:#5e6d7f;
  font-size:.88rem;
}
.scope-columns li{margin:8px 0}

@media(max-width:1000px){
  .jobs-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:720px){
  .jobs-grid,.scope-columns{grid-template-columns:1fr}
}


.panel-subtitle{
  margin:7px 0 0;
  color:var(--muted);
  font-size:.9rem;
}
.classd-warning{
  display:grid;
  grid-template-columns:48px 1fr;
  gap:14px;
  align-items:start;
  background:linear-gradient(135deg,#fff9e7,#fff);
  border:1px solid #ebd79c;
  border-radius:15px;
  padding:16px 18px;
  margin-bottom:18px;
}
.warning-icon{
  width:48px;height:48px;border-radius:12px;
  background:#071528;color:#ffbd2e;
  display:grid;place-items:center;
  font-weight:900;font-size:1.15rem;
}
.classd-warning strong{display:block;color:#664a00}
.classd-warning p{margin:5px 0 0;color:#756848;font-size:.84rem}
.services-admin-layout{
  display:grid;
  grid-template-columns:.88fr 1.12fr;
  gap:18px;
  align-items:start;
}
.service-editor-card,.services-list-card{
  background:#fff;
  border:1px solid var(--line);
  border-radius:18px;
  padding:22px;
  box-shadow:0 12px 34px rgba(10,31,58,.05);
}
.service-editor-card{position:sticky;top:24px}
.editor-head,.services-list-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:15px;
  padding-bottom:16px;
  margin-bottom:18px;
  border-bottom:1px solid #edf1f5;
}
.editor-head small,.services-list-head small{
  display:block;
  font-size:.62rem;
  letter-spacing:.14em;
  color:#8a98a9;
  font-weight:900;
}
.editor-head h3{margin-top:4px;font-size:1.25rem}
.services-list-head strong{display:block;margin-top:4px}
.icon-close{
  width:34px;height:34px;border:1px solid var(--line);border-radius:9px;
  background:#fff;color:#637186;font-size:1.25rem
}
.switch-row{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  padding:14px 0;
  margin-bottom:4px;
  border-top:1px solid #edf1f5;
  border-bottom:1px solid #edf1f5;
}
.switch-row span{display:flex;flex-direction:column;gap:3px}
.switch-row small{font-weight:500;color:var(--muted)}
.switch-row input{width:20px;height:20px;accent-color:#1f69ff}
.admin-services-list{display:grid;gap:10px}
.admin-service-item{
  display:grid;
  grid-template-columns:46px 1fr auto;
  gap:13px;
  align-items:center;
  padding:15px;
  border:1px solid var(--line);
  border-radius:13px;
  background:#fff;
}
.admin-service-item.inactive{
  background:#f8fafc;
  opacity:.78;
}
.admin-service-icon{
  width:46px;height:46px;border-radius:12px;
  display:grid;place-items:center;
  background:#eef4ff;
  font-size:1.3rem;
}
.admin-service-copy{min-width:0}
.service-status-line{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:8px;
}
.admin-service-copy p{
  margin:5px 0 0;
  color:var(--muted);
  font-size:.78rem;
  line-height:1.45;
}
.status-chip{
  display:inline-flex;
  align-items:center;
  border-radius:999px;
  padding:4px 7px;
  font-size:.58rem;
  letter-spacing:.07em;
  font-weight:900;
}
.status-chip.on{background:#e7f8ef;color:#11784c}
.status-chip.off{background:#eef1f4;color:#667282}
.admin-service-actions{
  display:flex;
  gap:6px;
  flex-wrap:wrap;
  justify-content:flex-end;
}
.mini-btn{
  border:1px solid var(--line);
  background:#fff;
  padding:7px 9px;
  border-radius:8px;
  font-size:.7rem;
  font-weight:900;
}
.mini-btn.edit{color:#1853a3}
.mini-btn.toggle{color:#665514}
.mini-btn.delete{color:#a83227}
.mini-btn:hover{background:#f7f9fc}
.empty-admin-services,.empty-services{
  padding:28px;
  text-align:center;
  border:1px dashed #cbd6e3;
  border-radius:14px;
  color:var(--muted);
}
.empty-admin-services strong,.empty-services strong{
  display:block;
  color:#354153;
  margin-bottom:5px;
}
.empty-admin-services p,.empty-services p{margin:0;font-size:.84rem}

@media(max-width:1050px){
  .services-admin-layout{grid-template-columns:1fr}
  .service-editor-card{position:static}
}
@media(max-width:720px){
  .admin-service-item{grid-template-columns:42px 1fr}
  .admin-service-actions{grid-column:1/-1;justify-content:flex-start}
}


/* LOGO OFICIAL ELECDOM */
.official-logo{
  display:block;
  object-fit:contain;
  object-position:center;
}
.brand-official{
  flex:0 0 auto;
  min-width:0;
}
.header-logo{
  width:128px;
  height:64px;
  object-fit:contain;
}
.hero-brand-lockup{
  display:flex;
  align-items:center;
  margin-bottom:18px;
}
.hero-logo{
  width:210px;
  max-width:58vw;
  height:auto;
  filter:drop-shadow(0 14px 28px rgba(0,0,0,.18));
}
.footer-logo-official{
  display:flex;
  align-items:center;
  margin-bottom:14px;
}
.footer-official-logo{
  width:190px;
  height:auto;
}
.admin-brand-official{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:6px;
}
.admin-official-logo{
  width:150px;
  height:auto;
}
.admin-brand-official small{
  margin-left:3px;
  font-size:.58rem;
  letter-spacing:.16em;
  color:#8da3bb;
  font-weight:800;
}
@media(max-width:820px){
  .header-logo{
    width:110px;
    height:58px;
  }
}
@media(max-width:620px){
  .header-logo{
    width:98px;
    height:54px;
  }
  .hero-logo{
    width:180px;
  }
  .footer-official-logo{
    width:165px;
  }
}
