
:root{--bg:#0b0d12;--panel:#151820;--light:#f6f6f7;--text:#17181c;--muted:#6a6b72;--red:#e52b2f;--border:#e2e3e7}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Arial,Helvetica,sans-serif;background:var(--bg);color:#fff}a{text-decoration:none;color:inherit}img{max-width:100%}.container{width:min(1180px,calc(100% - 36px));margin:auto}
.site-header{position:sticky;top:0;z-index:200;background:rgba(8,9,12,.94);backdrop-filter:blur(12px);border-bottom:1px solid rgba(255,255,255,.09)}.header-inner{height:82px;display:flex;align-items:center;gap:24px}.brand{display:flex;align-items:center;gap:12px;min-width:230px}.brand img{width:54px;height:54px;object-fit:contain}.brand span{display:flex;flex-direction:column}.brand strong{font-size:22px;letter-spacing:.6px}.brand small{letter-spacing:5px}.main-nav{display:flex;align-items:center;gap:25px;margin-left:auto}.main-nav a{color:#d4d5d9;font-size:15px}.main-nav a:hover,.main-nav a.active{color:#fff}.header-actions{display:flex;align-items:center;gap:10px}.lang-select{background:#12141a;color:#fff;border:1px solid #40434c;border-radius:9px;padding:10px}.menu-toggle{display:none;background:none;border:0;color:#fff;font-size:25px}.btn{display:inline-flex;align-items:center;justify-content:center;background:var(--red);color:#fff;border:1px solid var(--red);border-radius:10px;padding:14px 20px;font-weight:700}.btn:hover{filter:brightness(1.08)}.btn-small{padding:10px 17px}.btn-outline{background:transparent;border-color:#858892}.eyebrow{display:block;text-transform:uppercase;letter-spacing:1.7px;color:#ff4a4e;font-size:13px;font-weight:800;margin-bottom:14px}
.hero{background:radial-gradient(circle at 16% 18%,rgba(229,43,47,.15),transparent 25%),linear-gradient(135deg,#080a0e,#10141c);padding:88px 0}.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:56px;align-items:center}h1{font-size:clamp(44px,6vw,76px);line-height:1.02;letter-spacing:-2px;margin:0 0 22px}h2{font-size:clamp(32px,4vw,52px);line-height:1.08;margin:0 0 18px}.lead{font-size:19px;line-height:1.6;color:#d0d2d8;max-width:720px}.hero-actions{display:flex;gap:14px;margin:30px 0}.trust-row{display:flex;gap:26px;color:#d7d8dc}.hero-cards{display:grid;grid-template-columns:1fr 1fr;gap:14px}.hero-cards a{position:relative;height:215px;overflow:hidden;border-radius:16px;border:1px solid rgba(255,255,255,.12)}.hero-cards img{width:100%;height:100%;object-fit:cover;transition:.3s}.hero-cards a:hover img{transform:scale(1.04)}.hero-cards span{position:absolute;left:10px;right:10px;bottom:10px;padding:12px 14px;border-radius:10px;background:rgba(5,6,8,.88);font-weight:700}
.section{padding:82px 0}.light{background:var(--light);color:var(--text)}.dark{background:var(--bg);color:#fff}.section-heading.split{display:grid;grid-template-columns:1fr .8fr;gap:70px;align-items:end}.section-heading p{color:var(--muted);font-size:17px;line-height:1.6}.section-heading.row{display:flex;align-items:end;justify-content:space-between;gap:30px}.service-preview{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:36px}.service-preview a{background:#fff;border:1px solid var(--border);border-radius:15px;padding:25px;min-height:150px;display:flex;flex-direction:column;gap:10px}.service-preview span{color:var(--muted);line-height:1.5}.featured-projects{display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:15px;margin-top:28px}.featured-projects img{width:100%;height:330px;object-fit:cover;border-radius:16px}.cta-band{background:linear-gradient(135deg,#2a1013,#11141b)}.cta-grid{display:flex;align-items:center;justify-content:space-between;gap:30px}.cta-grid p{color:#c9cbd1}.page-hero{padding:76px 0;background:linear-gradient(135deg,#0a0c11,#151922)}.page-hero h1{max-width:1000px}.service-detail-grid{display:grid;gap:22px}.service-detail-grid article{display:grid;grid-template-columns:360px 1fr;gap:34px;align-items:center;background:#fff;border:1px solid var(--border);border-radius:18px;padding:18px}.service-detail-grid img{width:100%;height:240px;object-fit:cover;border-radius:13px}.service-detail-grid h2{font-size:34px}.service-detail-grid p{color:var(--muted);line-height:1.6}.service-detail-grid a{color:var(--red);font-weight:800}.mini-cta .container{display:flex;justify-content:space-between;align-items:center}.back-link{color:#d0d1d5}
.clickable-gallery-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.gallery-card{position:relative;height:280px;padding:0;border:1px solid rgba(255,255,255,.15);border-radius:16px;overflow:hidden;background:#171a22;cursor:pointer}.gallery-card img{width:100%;height:100%;object-fit:cover;transition:.3s}.gallery-card:hover img{transform:scale(1.045)}.gallery-card span{position:absolute;left:0;right:0;bottom:0;padding:48px 15px 15px;background:linear-gradient(transparent,rgba(0,0,0,.95));display:flex;flex-direction:column;align-items:flex-start;color:#fff}.gallery-card small{color:#c4c5ca;margin-top:4px}.gallery-lightbox{position:fixed;inset:0;z-index:1000;display:none;align-items:center;justify-content:center;background:rgba(0,0,0,.95);padding:30px 84px}.gallery-lightbox.open{display:flex}.gallery-lightbox figure{margin:0;display:flex;flex-direction:column;align-items:center;gap:12px;max-width:1200px}.gallery-lightbox img{max-width:88vw;max-height:78vh;object-fit:contain;border-radius:12px}.gallery-lightbox figcaption{font-weight:700;font-size:18px}.gallery-close,.gallery-prev,.gallery-next{position:fixed;border:1px solid rgba(255,255,255,.2);background:#171920;color:#fff;cursor:pointer;z-index:1001}.gallery-close{top:18px;right:22px;width:46px;height:46px;border-radius:50%;font-size:30px}.gallery-prev,.gallery-next{top:50%;width:52px;height:72px;border-radius:14px;transform:translateY(-50%);font-size:42px}.gallery-prev{left:18px}.gallery-next{right:18px}.gallery-counter{position:fixed;bottom:18px;left:50%;transform:translateX(-50%);background:#171920;border:1px solid rgba(255,255,255,.15);border-radius:999px;padding:7px 12px}
.about-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:50px;align-items:start}.about-logo{width:180px}.fact-cards{display:grid;grid-template-columns:1fr 1fr;gap:16px}.fact-cards article,.values-grid article{border-radius:15px;padding:24px}.fact-cards article{background:#fff;border:1px solid var(--border)}.fact-cards p{color:var(--muted);line-height:1.5}.values-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.values-grid article{background:var(--panel);border:1px solid rgba(255,255,255,.1)}.values-grid p{color:#b8bac0;line-height:1.6}
.profile-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.profile-grid a{background:#fff;border:1px solid var(--border);border-radius:17px;padding:30px}.profile-grid b{width:48px;height:48px;border-radius:13px;display:grid;place-items:center;background:#17191f;color:#fff;font-size:20px}.profile-grid h2{font-size:28px;margin-top:18px}.profile-grid p{color:var(--muted);line-height:1.5}.profile-grid span{color:var(--red);font-weight:800}
.contact-layout{display:grid;grid-template-columns:1.25fr .75fr;gap:25px}.estimate-form{display:grid;grid-template-columns:1fr 1fr;gap:16px;background:#fff;border:1px solid var(--border);border-radius:18px;padding:28px}.estimate-form label{display:flex;flex-direction:column;gap:8px;font-weight:700}.estimate-form input,.estimate-form select,.estimate-form textarea{width:100%;border:1px solid #cfd1d7;border-radius:9px;padding:12px;font:inherit}.estimate-form .full{grid-column:1/-1}.hidden{display:none}.contact-panel{background:#161920;color:#fff;border-radius:18px;padding:28px}.contact-panel a{display:flex;flex-direction:column;gap:4px;padding:17px 0;border-bottom:1px solid rgba(255,255,255,.12)}.contact-panel span,.contact-panel p{color:#bfc1c7;line-height:1.5}
.site-footer{background:#07080b;padding:48px 0 22px;border-top:1px solid rgba(255,255,255,.1)}.footer-grid{display:grid;grid-template-columns:1.3fr 1fr 1fr;gap:30px}.footer-grid>div{display:flex;flex-direction:column;gap:9px}.footer-grid p{color:#aeb0b7;max-width:420px;line-height:1.5}.footer-links{align-items:flex-start}.copyright{margin-top:30px;padding-top:18px;border-top:1px solid rgba(255,255,255,.1);color:#888}
@media(max-width:980px){.main-nav{position:fixed;left:0;right:0;top:82px;background:#0b0d12;padding:20px;display:none;flex-direction:column;align-items:flex-start}.main-nav.open{display:flex}.menu-toggle{display:block;margin-left:auto}.header-actions{margin-left:0}.hero-grid,.section-heading.split,.about-grid,.contact-layout{grid-template-columns:1fr}.service-preview,.clickable-gallery-grid{grid-template-columns:repeat(2,1fr)}.featured-projects{grid-template-columns:1fr 1fr}.featured-projects img:first-child{grid-column:1/-1}.service-detail-grid article{grid-template-columns:280px 1fr}.values-grid{grid-template-columns:1fr}.header-inner{gap:12px}.brand{min-width:auto}.brand span{display:none}}
@media(max-width:620px){.container{width:min(100% - 24px,1180px)}.header-inner{height:72px}.main-nav{top:72px}.brand img{width:48px;height:48px}.btn-small{display:none}.hero{padding:60px 0}.hero-grid{gap:30px}.hero-cards{grid-template-columns:1fr 1fr}.hero-cards a{height:150px}.trust-row{flex-direction:column;gap:8px}.section{padding:60px 0}.section-heading.row,.cta-grid,.mini-cta .container{align-items:flex-start;flex-direction:column}.service-preview,.clickable-gallery-grid,.profile-grid,.fact-cards,.estimate-form{grid-template-columns:1fr}.featured-projects{grid-template-columns:1fr}.featured-projects img:first-child{grid-column:auto}.service-detail-grid article{grid-template-columns:1fr}.service-detail-grid img{height:220px}.gallery-card{height:260px}.gallery-lightbox{padding:70px 12px 70px}.gallery-prev,.gallery-next{top:auto;bottom:12px;width:48px;height:48px;border-radius:50%;transform:none}.gallery-prev{left:16px}.gallery-next{right:16px}.footer-grid{grid-template-columns:1fr}.header-actions{gap:5px}.lang-select{padding:8px}}

.owner-grid{display:grid;grid-template-columns:minmax(300px,.8fr) 1.2fr;gap:52px;align-items:center}
.owner-photo-wrap{position:relative}.owner-photo-wrap img{width:100%;max-height:650px;object-fit:cover;object-position:center 35%;border-radius:22px;display:block;box-shadow:0 24px 60px rgba(0,0,0,.18)}
.owner-badge{position:absolute;left:18px;bottom:18px;padding:10px 14px;border-radius:999px;background:rgba(10,11,14,.88);color:#fff;font-weight:800}
.owner-copy p{color:var(--muted);font-size:18px;line-height:1.7}.owner-points{display:flex;flex-wrap:wrap;gap:10px 20px;margin:22px 0 28px;font-weight:700}
.team-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:45px;align-items:center}.team-grid p{color:#bfc1c7;line-height:1.7}.team-grid img{width:100%;height:430px;object-fit:cover;border-radius:20px}
.review-showcase .section-heading{max-width:820px;margin-bottom:30px}.customer-review-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}
.customer-review-card{display:flex;flex-direction:column;background:#fff;border:1px solid var(--border);border-radius:18px;padding:26px;box-shadow:0 10px 30px rgba(0,0,0,.05)}
.review-top{display:flex;justify-content:space-between;gap:20px;align-items:center;margin-bottom:16px}.review-top span{color:#16a97b;letter-spacing:2px}
.customer-review-card p{color:#4f5158;line-height:1.68;margin:0 0 20px}.customer-review-card small{margin-top:auto;color:#85878e}
@media(max-width:850px){.owner-grid,.team-grid{grid-template-columns:1fr}.owner-photo-wrap{max-width:520px}.customer-review-grid{grid-template-columns:1fr}}

/* Quick contact actions on homepage */
.quick-contact-panel{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:12px;
  margin:28px 0 22px;
}
.quick-contact-btn{
  display:flex;
  align-items:center;
  gap:12px;
  min-height:88px;
  padding:14px 16px;
  border-radius:14px;
  color:#fff;
  border:1px solid rgba(255,255,255,.17);
  background:#151922;
  transition:.2s ease;
}
.quick-contact-btn:hover{
  transform:translateY(-2px);
  border-color:rgba(255,255,255,.35);
}
.quick-contact-btn.call{background:linear-gradient(135deg,#d51f27,#f04449)}
.quick-contact-btn.sms{background:linear-gradient(135deg,#1a4d87,#2878c7)}
.quick-contact-btn.email{background:linear-gradient(135deg,#30343d,#4c525e)}
.quick-contact-btn .quick-icon{
  width:42px;
  height:42px;
  flex:0 0 42px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:rgba(255,255,255,.16);
  font-size:21px;
}
.quick-contact-btn span:last-child{
  display:flex;
  flex-direction:column;
  gap:4px;
  min-width:0;
}
.quick-contact-btn strong{
  font-size:16px;
}
.quick-contact-btn small{
  color:rgba(255,255,255,.84);
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.mobile-contact-bar{
  display:none;
}

@media(max-width:760px){
  body{padding-bottom:72px}
  .quick-contact-panel{grid-template-columns:1fr;margin-top:22px}
  .quick-contact-btn{min-height:74px}
  .mobile-contact-bar{
    position:fixed;
    left:0;
    right:0;
    bottom:0;
    z-index:1200;
    display:grid;
    grid-template-columns:repeat(3,1fr);
    background:rgba(8,9,12,.97);
    border-top:1px solid rgba(255,255,255,.14);
    box-shadow:0 -8px 24px rgba(0,0,0,.28);
    backdrop-filter:blur(12px);
  }
  .mobile-contact-bar a{
    min-height:64px;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    gap:3px;
    color:#fff;
    font-size:12px;
    border-right:1px solid rgba(255,255,255,.1);
  }
  .mobile-contact-bar a:last-child{border-right:0}
  .mobile-contact-bar span{font-size:21px}
}

/* Premium homepage expansion */
.header-actions{gap:7px}
.top-action{display:flex;align-items:center;gap:6px;padding:9px 11px;border-radius:9px;font-size:13px;font-weight:800;color:#fff}
.top-action.call{background:#d9272f}.top-action.sms{background:#2568aa}.top-action.email{background:#343943}
.top-action span{font-size:15px}
.trust-platforms{background:#fff;color:#17181c;border-bottom:1px solid var(--border)}
.trust-platforms-grid{display:grid;grid-template-columns:1.4fr repeat(4,.65fr);gap:12px;align-items:stretch;padding:18px 0}
.trust-intro{display:flex;flex-direction:column;justify-content:center}.trust-intro .eyebrow{margin-bottom:5px}.trust-intro strong{font-size:16px}
.platform-card{display:flex;align-items:center;justify-content:center;gap:9px;padding:13px;border:1px solid var(--border);border-radius:12px;background:#fafafa;font-weight:800}
.platform-card b{width:31px;height:31px;display:grid;place-items:center;border-radius:9px;background:#17191f;color:#fff}.platform-card:hover{background:#f0f1f3}
.home-team-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}.home-team-copy p{color:var(--muted);font-size:17px;line-height:1.7}.team-points{display:flex;flex-wrap:wrap;gap:12px 22px;margin:22px 0 28px;font-weight:700}
.home-team-photos{display:grid;grid-template-columns:1fr 1fr;gap:14px;align-items:end}.home-team-photos img{width:100%;object-fit:cover;border-radius:18px;box-shadow:0 18px 40px rgba(0,0,0,.12)}.owner-home-photo{height:430px}.team-home-photo{height:330px}
.home-review-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:28px}.home-review-grid article{display:flex;flex-direction:column;min-height:245px;padding:25px;border-radius:16px;background:#151820;border:1px solid rgba(255,255,255,.1)}.home-review-grid p{font-size:17px;line-height:1.6;color:#d5d6da}.home-review-grid small{color:#aeb0b7;margin-top:4px}.stars{color:#19b17f;letter-spacing:2px;font-size:18px}
.home-estimate-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:48px;align-items:center}.home-estimate-grid p{color:var(--muted);line-height:1.7}.home-estimate-actions{display:grid;gap:12px}.home-estimate-actions a{display:flex;align-items:center;gap:14px;padding:16px 18px;border:1px solid var(--border);border-radius:14px;background:#fff}.home-estimate-actions a:hover{border-color:#aaa;transform:translateY(-1px)}.home-estimate-actions>a>b{width:38px;height:38px;display:grid;place-items:center;border-radius:50%;background:#17191f;color:#fff}.home-estimate-actions span{display:flex;flex-direction:column;gap:4px}.home-estimate-actions small{color:var(--muted)}
@media(max-width:1100px){.trust-platforms-grid{grid-template-columns:1fr 1fr 1fr}.trust-intro{grid-column:1/-1}.top-action b{display:none}}
@media(max-width:820px){.home-team-grid,.home-estimate-grid{grid-template-columns:1fr}.home-review-grid{grid-template-columns:1fr}.home-team-photos{max-width:650px}.trust-platforms-grid{grid-template-columns:1fr 1fr}}
@media(max-width:620px){.header-actions{margin-left:auto}.top-action{padding:8px}.top-action b{display:none}.top-action span{font-size:16px}.trust-platforms-grid{grid-template-columns:1fr 1fr}.platform-card{font-size:13px}.home-team-photos{grid-template-columns:1fr 1fr}.owner-home-photo{height:310px}.team-home-photo{height:250px}.home-review-grid article{min-height:auto}}

/* FAQ */
.faq-layout{display:grid;grid-template-columns:.75fr 1.25fr;gap:52px;align-items:start}
.faq-heading{position:sticky;top:110px}
.faq-heading p{color:var(--muted);line-height:1.7;font-size:17px;margin-bottom:26px}
.faq-list{display:grid;gap:12px}
.faq-item{background:#fff;border:1px solid var(--border);border-radius:15px;overflow:hidden}
.faq-question{width:100%;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:20px 22px;border:0;background:#fff;color:var(--text);font:inherit;font-weight:800;text-align:left;cursor:pointer}
.faq-question b{width:32px;height:32px;display:grid;place-items:center;border-radius:50%;background:#17191f;color:#fff;font-size:20px;transition:.2s}
.faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease}
.faq-answer p{margin:0;padding:0 22px 22px;color:var(--muted);line-height:1.7}
.faq-item.open .faq-answer{max-height:420px}
.faq-item.open .faq-question b{transform:rotate(45deg);background:var(--red)}
@media(max-width:850px){.faq-layout{grid-template-columns:1fr}.faq-heading{position:static}}
