@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap');
:root{--bg:#0b0d10;--bg2:#12151a;--text:#111319;--muted:#6d727c;--line:#e8e8e8;--yellow:#f8c51c;--yellow2:#ffd84d;--green:#16a765;--white:#fff;--radius:24px;--shadow:0 20px 60px rgba(9,12,18,.10)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Manrope,Arial,sans-serif;color:var(--text);background:#fff;line-height:1.6}a{text-decoration:none;color:inherit}img{max-width:100%;display:block}svg{width:1.25em;height:1.25em;fill:currentColor;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.container{width:min(1180px,calc(100% - 40px));margin:auto}.site-header{position:sticky;top:0;z-index:100;background:rgba(11,13,16,.94);backdrop-filter:blur(16px);border-bottom:1px solid rgba(255,255,255,.08)}.nav-wrap{height:82px;display:flex;align-items:center;justify-content:space-between}.brand{display:flex;gap:12px;align-items:center;color:white}.brand img{width:44px;height:44px}.brand span{display:flex;flex-direction:column;line-height:1.2}.brand strong{font-size:15px;letter-spacing:-.2px}.brand small{font-size:10px;color:#969ba5;letter-spacing:1.6px;text-transform:uppercase;margin-top:4px}.nav{display:flex;align-items:center;gap:28px;color:#d9dce2;font-size:14px;font-weight:600}.nav a{transition:.2s}.nav a:hover{color:#fff}.nav .nav-call{background:var(--yellow);color:#111;padding:12px 18px;border-radius:999px}.menu-btn{display:none;background:none;border:0;color:#fff;padding:8px}.menu-btn svg{width:28px;height:28px;fill:none}.hero{position:relative;background:var(--bg);color:white;min-height:690px;display:flex;align-items:center;overflow:hidden}.hero-bg{position:absolute;inset:0;background-size:cover;background-position:center right}.hero-bg:after{content:"";position:absolute;inset:0;background:radial-gradient(circle at 75% 30%,rgba(248,197,28,.15),transparent 25%)}.hero-grid{position:relative;z-index:2;display:grid;grid-template-columns:1.2fr .65fr;gap:70px;align-items:center;padding:80px 0}.eyebrow,.kicker{font-size:12px;font-weight:800;letter-spacing:2px;color:#9b7812}.eyebrow{color:#d7b341;display:flex;align-items:center;gap:10px}.eyebrow span{width:30px;height:2px;background:var(--yellow)}.hero h1{font-size:clamp(48px,6vw,78px);line-height:1.02;letter-spacing:-3.5px;margin:18px 0 22px;max-width:780px}.hero-copy>p{font-size:17px;color:#b8bdc7;max-width:660px;margin:0 0 28px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:52px;padding:0 22px;border-radius:14px;font-weight:800;font-size:14px;transition:.2s;border:1px solid transparent}.btn:hover{transform:translateY(-2px)}.btn-primary{background:var(--yellow);color:#111}.btn-dark{background:#1a1e24;color:#fff;border-color:#292e36}.btn-black{background:#111;color:#fff}.btn-white{background:#fff;color:#111}.btn-outline{border-color:#d8dbe0;background:#fff;color:#111}.phone-big{display:inline-block;margin-top:22px;color:#fff;font-size:20px;font-weight:800;letter-spacing:.6px}.hero-card{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.13);backdrop-filter:blur(18px);padding:32px;border-radius:28px;box-shadow:0 30px 80px rgba(0,0,0,.25)}.hero-card-icon{width:54px;height:54px;border-radius:18px;background:var(--yellow);color:#111;display:grid;place-items:center;margin-bottom:24px}.hero-card-icon svg{width:28px;height:28px}.mini-label{color:#9ea4af;font-size:10px;font-weight:800;letter-spacing:1.7px}.hero-card h2{font-size:28px;line-height:1.15;margin:8px 0 12px;letter-spacing:-1px}.hero-card p{color:#b5bac3;font-size:14px}.hero-card>a{display:flex;justify-content:space-between;align-items:center;color:var(--yellow);font-weight:800;border-top:1px solid rgba(255,255,255,.1);padding-top:20px;margin-top:22px}.quick-strip{background:#fff;border-bottom:1px solid var(--line)}.quick-grid{display:grid;grid-template-columns:repeat(3,1fr)}.quick-grid>a{display:flex;gap:16px;align-items:center;padding:28px 24px;border-right:1px solid var(--line)}.quick-grid>a:first-child{border-left:1px solid var(--line)}.quick-grid svg{width:26px;height:26px;color:#8b6d0f;fill:none}.quick-grid div{display:flex;flex-direction:column}.quick-grid strong{font-size:14px}.quick-grid span{font-size:12px;color:var(--muted)}.section{padding:100px 0}.section-head{display:flex;justify-content:space-between;align-items:end;gap:40px;margin-bottom:40px}.section-head h2{font-size:42px;line-height:1.08;letter-spacing:-2px;margin:10px 0 0;max-width:620px}.section-head>p{max-width:430px;color:var(--muted);margin:0}.cards{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.service-card{position:relative;border:1px solid var(--line);border-radius:22px;padding:26px;background:#fff;min-height:330px;display:flex;flex-direction:column;box-shadow:0 10px 30px rgba(0,0,0,.02);transition:.25s}.service-card:hover{transform:translateY(-5px);box-shadow:var(--shadow);border-color:#ded6b5}.service-no{position:absolute;right:22px;top:18px;font-size:11px;font-weight:800;color:#b4b7bd}.service-icon{width:52px;height:52px;border-radius:16px;background:#fff7d9;display:grid;place-items:center;color:#806316;margin-bottom:46px}.service-icon svg{fill:none;width:27px;height:27px}.service-card h3,.service-card h2{font-size:20px;line-height:1.2;margin:0 0 12px;letter-spacing:-.5px}.service-card p{font-size:13px;color:var(--muted);margin:0 0 22px}.card-actions{display:flex;gap:8px;margin-top:auto}.card-actions a{font-size:12px;font-weight:800;background:#f4f5f6;padding:9px 12px;border-radius:10px}.card-actions a:first-child{background:#111;color:#fff}.dark-section{background:var(--bg);color:#fff}.feature-grid{display:grid;grid-template-columns:1fr 1fr;gap:100px;align-items:center}.kicker.light{color:#e9c858}.feature-grid h2{font-size:48px;line-height:1.08;letter-spacing:-2px;margin:12px 0 20px}.feature-grid>div>p{color:#aeb4be;margin-bottom:30px;max-width:560px}.steps{display:grid;gap:14px}.steps>div{display:flex;align-items:center;gap:20px;background:#13171c;border:1px solid #22272e;padding:20px;border-radius:18px}.steps b{width:42px;height:42px;border-radius:13px;background:var(--yellow);color:#111;display:grid;place-items:center}.steps span{display:flex;flex-direction:column}.steps strong{font-size:14px}.steps small{color:#8e949d;margin-top:3px}.areas-section{background:#f6f7f8}.area-chips{display:flex;flex-wrap:wrap;gap:10px}.area-chips span{background:#fff;border:1px solid #e2e4e7;padding:11px 15px;border-radius:999px;font-size:13px;font-weight:700}.map-cta{margin-top:30px;background:#111;color:#fff;padding:34px;border-radius:24px;display:flex;justify-content:space-between;align-items:center;gap:20px}.map-cta h3{font-size:28px;margin:6px 0}.map-cta p{margin:0;color:#aeb3bc}.about-grid{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:70px}.taxi-visual{background:#f3f4f5;border-radius:30px;overflow:hidden;min-height:380px;display:grid;place-items:center;padding:40px}.about-grid h2,.about-page-grid h2{font-size:42px;line-height:1.1;letter-spacing:-2px;margin:10px 0 18px}.about-grid p,.about-page-grid p{color:var(--muted)}.about-actions{display:flex;align-items:center;gap:20px;margin-top:26px}.text-link{font-weight:800;font-size:14px}.final-cta{background:var(--yellow);padding:58px 0}.final-inner{display:flex;justify-content:space-between;align-items:center;gap:30px}.final-inner span{font-size:12px;font-weight:800;letter-spacing:1.5px}.final-inner h2{font-size:34px;line-height:1.1;letter-spacing:-1.5px;margin:8px 0 0}.final-inner>div:last-child{display:flex;gap:10px;flex-wrap:wrap}.footer{background:#080a0c;color:#fff;padding:65px 0 28px}.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1.2fr;gap:80px}.footer-logo{width:46px;margin-bottom:18px}.footer h3{margin:0 0 8px}.footer p{color:#8f959f;font-size:13px;max-width:360px}.footer h4{font-size:12px;letter-spacing:1px;color:#8f959f;margin:0 0 16px;text-transform:uppercase}.footer-grid>div{display:flex;flex-direction:column;align-items:flex-start}.footer-grid a{color:#d6d9df;font-size:13px;margin:6px 0}.footer-bottom{display:flex;justify-content:space-between;border-top:1px solid #1b1e23;margin-top:45px;padding-top:22px;color:#6f747d;font-size:11px}.floating-actions{position:fixed;right:22px;bottom:24px;z-index:90;display:flex;flex-direction:column;gap:10px}.float-btn{width:54px;height:54px;border-radius:18px;display:grid;place-items:center;box-shadow:0 12px 32px rgba(0,0,0,.2)}.float-btn svg{width:23px;height:23px}.float-btn.phone{background:var(--yellow);color:#111}.float-btn.whatsapp{background:#19af67;color:#fff}.mobile-cta{display:none}.page-hero{background:#0b0d10;color:#fff;padding:95px 0}.page-hero h1{font-size:56px;line-height:1.04;letter-spacing:-2.5px;margin:12px 0 16px;max-width:780px}.page-hero p{color:#acb2bc;max-width:650px}.detail-cards{grid-template-columns:repeat(2,1fr)}.detail-cards .service-card{min-height:270px}.about-page-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:90px;align-items:start}.info-panel{background:#111;color:#fff;border-radius:26px;padding:30px}.info-panel>div{padding:18px 0;border-bottom:1px solid #292c31;display:flex;flex-direction:column}.info-panel>div:last-child{border-bottom:0}.info-panel span{font-size:10px;color:#8e949e;letter-spacing:1.5px;text-transform:uppercase}.info-panel strong{font-size:16px;margin-top:5px}.contact-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.contact-card{padding:30px;border-radius:24px;background:#f5f6f7;border:1px solid #e4e6e8;min-height:280px;display:flex;flex-direction:column}.contact-card span{font-size:11px;font-weight:800;letter-spacing:1.4px;color:#797e87}.contact-card h2{font-size:26px;line-height:1.15;letter-spacing:-1px;margin:12px 0}.contact-card p{font-size:13px;color:var(--muted)}.contact-card b{margin-top:auto;font-size:13px}.whatsapp-card{background:#0e9d5b;color:#fff;border-color:#0e9d5b}.whatsapp-card span,.whatsapp-card p{color:#d7f5e6}.error-page{min-height:540px;display:flex;align-items:center}

.service-announcement{background:var(--yellow);color:#111;position:relative;z-index:101;border-bottom:1px solid rgba(0,0,0,.08)}.service-announcement .container{min-height:38px;display:flex;align-items:center;justify-content:center;gap:10px;font-size:12px;line-height:1.35;text-align:center}.service-announcement strong{font-weight:800}.service-announcement a{font-weight:900;white-space:nowrap;border-left:1px solid rgba(0,0,0,.18);padding-left:10px}.announcement-dot{width:7px;height:7px;border-radius:50%;background:#111;flex:0 0 auto}.gallery-section{background:#fff}.gallery-head{margin-bottom:28px}.gallery-slider{position:relative;border-radius:30px;overflow:hidden;background:#0b0d10;box-shadow:0 28px 80px rgba(9,12,18,.14);aspect-ratio:16/9;max-height:620px}.gallery-track{position:relative;width:100%;height:100%}.gallery-slide{position:absolute;inset:0;margin:0;opacity:0;visibility:hidden;transform:scale(1.02);transition:opacity .55s ease,transform .7s ease,visibility .55s}.gallery-slide.active{opacity:1;visibility:visible;transform:scale(1)}.gallery-slide img{width:100%;height:100%;object-fit:cover}.gallery-slide:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 55%,rgba(0,0,0,.72) 100%)}.gallery-slide figcaption{position:absolute;left:30px;right:30px;bottom:26px;z-index:2;color:#fff;display:flex;justify-content:space-between;align-items:end;gap:20px}.gallery-slide figcaption strong{font-size:20px;letter-spacing:-.4px}.gallery-slide figcaption span{font-size:12px;color:#e5e7eb}.gallery-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:4;width:48px;height:48px;border:1px solid rgba(255,255,255,.2);border-radius:16px;background:rgba(11,13,16,.65);backdrop-filter:blur(12px);color:#fff;font-size:32px;line-height:1;display:grid;place-items:center;cursor:pointer;transition:.2s}.gallery-arrow:hover{background:var(--yellow);color:#111}.gallery-prev{left:18px}.gallery-next{right:18px}.gallery-dots{position:absolute;z-index:5;left:50%;bottom:22px;transform:translateX(-50%);display:flex;gap:7px}.gallery-dots button{width:8px;height:8px;border:0;border-radius:999px;padding:0;background:rgba(255,255,255,.5);cursor:pointer;transition:.25s}.gallery-dots button.active{width:28px;background:var(--yellow)}.gallery-service-note{margin-top:18px;padding:16px 20px;border:1px solid #ece7d2;border-radius:16px;background:#fffaf0;display:flex;align-items:center;gap:10px;font-size:13px;font-weight:800}.gallery-service-note span{width:9px;height:9px;border-radius:50%;background:var(--yellow);box-shadow:0 0 0 5px rgba(248,197,28,.16)}.service-statement-inline{font-weight:800;color:#222!important}.footer-service-line{margin-top:32px;padding:15px 18px;border-radius:14px;background:#11151a;border:1px solid #1f242b;color:#d9dde4;font-size:12px;font-weight:700;text-align:center}
@media(max-width:960px){.nav{position:absolute;left:20px;right:20px;top:74px;background:#14171b;border:1px solid #252a31;border-radius:18px;padding:18px;display:none;flex-direction:column;align-items:stretch;gap:4px}.nav.open{display:flex}.nav a{padding:12px}.menu-btn{display:block}.hero{min-height:auto}.hero-grid{grid-template-columns:1fr;padding:72px 0}.hero-card{max-width:560px}.cards{grid-template-columns:repeat(2,1fr)}.feature-grid,.about-grid,.about-page-grid{grid-template-columns:1fr;gap:50px}.contact-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr}.quick-grid{grid-template-columns:1fr}.quick-grid>a{border-left:1px solid var(--line)}.section-head{align-items:start;flex-direction:column}.final-inner{align-items:flex-start;flex-direction:column}}
@media(max-width:640px){.service-announcement .container{min-height:44px;font-size:11px;padding:7px 0;flex-wrap:wrap;gap:5px 8px}.service-announcement a{border-left:0;padding-left:0;width:100%;font-size:12px}.announcement-dot{display:none}.gallery-slider{border-radius:20px;aspect-ratio:4/3}.gallery-slide figcaption{left:18px;right:18px;bottom:18px;flex-direction:column;align-items:flex-start;gap:2px}.gallery-slide figcaption strong{font-size:16px}.gallery-arrow{width:40px;height:40px;border-radius:13px}.gallery-prev{left:10px}.gallery-next{right:10px}.gallery-dots{bottom:16px}.gallery-service-note{font-size:12px;align-items:flex-start}.footer-service-line{text-align:left}body{padding-bottom:72px}.container{width:min(100% - 28px,1180px)}.nav-wrap{height:70px}.brand img{width:38px;height:38px}.hero-grid{padding:54px 0 46px;gap:36px}.hero-bg{background-position:60% center!important}.hero h1{font-size:43px;letter-spacing:-2.3px}.hero-copy>p{font-size:15px}.hero-actions{display:grid;grid-template-columns:1fr}.btn{width:100%;min-height:54px}.hero-card{padding:24px;border-radius:22px}.phone-big{font-size:18px}.section{padding:72px 0}.section-head h2,.about-grid h2,.about-page-grid h2{font-size:34px}.cards{grid-template-columns:1fr}.service-card{min-height:285px}.feature-grid{gap:42px}.feature-grid h2{font-size:37px}.map-cta{align-items:flex-start;flex-direction:column;padding:26px}.taxi-visual{min-height:260px}.final-cta{padding:42px 0}.final-inner h2{font-size:28px}.footer{padding-top:50px}.footer-grid{grid-template-columns:1fr;gap:34px}.footer-bottom{flex-direction:column;gap:6px}.floating-actions{display:none}.mobile-cta{position:fixed;left:0;right:0;bottom:0;height:66px;z-index:120;background:#0a0c0e;display:grid;grid-template-columns:1fr 1fr;border-top:1px solid #262a2f;padding:7px 8px env(safe-area-inset-bottom)}.mobile-cta a{display:flex;align-items:center;justify-content:center;gap:9px;color:#fff;font-size:12px;font-weight:800}.mobile-cta a:last-child{background:#17a863;border-radius:12px}.mobile-cta svg{width:19px;height:19px}.page-hero{padding:70px 0}.page-hero h1{font-size:42px}.contact-card{min-height:240px}.detail-cards{grid-template-columns:1fr}}

/* v1.2.0 - Mobile header / hero hardening */
html,body{max-width:100%;overflow-x:hidden}

/* Mobile-first header overrides: prevents desktop navigation from squeezing into narrow screens. */
.nav-wrap{height:68px;gap:12px}
.brand{min-width:0;max-width:calc(100% - 58px);gap:10px;flex:1}
.brand img{width:42px!important;height:42px!important;max-width:42px!important;min-width:42px!important;object-fit:contain;flex:0 0 42px}
.brand span{min-width:0;overflow:hidden}
.brand strong{font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.brand small{font-size:9px;letter-spacing:1.2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.menu-btn{display:grid!important;place-items:center;flex:0 0 44px;width:44px;height:44px;border-radius:12px;background:#171a1f;border:1px solid #292d34;color:#fff;position:relative;z-index:103}
.menu-btn svg{width:24px;height:24px}
.nav{position:absolute;left:14px;right:14px;top:calc(100% + 1px);z-index:102;background:#12151a;border:1px solid #282d34;border-radius:18px;padding:10px;box-shadow:0 24px 70px rgba(0,0,0,.38);display:none!important;flex-direction:column;align-items:stretch;gap:4px;color:#e9ebef}
.nav.open{display:flex!important}
.nav a{display:flex;align-items:center;min-height:48px;padding:0 14px;border-radius:12px;font-size:14px}
.nav a:hover{background:#1b1f25}
.nav .nav-call{justify-content:center;margin-top:5px;background:var(--yellow);color:#111;padding:0 14px}

.service-announcement{position:relative;z-index:101}
.service-announcement .container{width:min(100% - 24px,1180px);min-height:40px;padding:7px 0;display:flex;justify-content:center;align-items:center;gap:7px;font-size:10.5px;line-height:1.35;text-align:center}
.service-announcement strong{display:block;max-width:100%;overflow-wrap:anywhere}
.service-announcement a{display:none}
.announcement-dot{display:none}

.hero{min-height:auto}
.hero-grid{grid-template-columns:1fr;gap:0;padding:52px 0 48px}
.hero-copy{min-width:0;max-width:100%}
.hero h1{font-size:clamp(40px,12vw,54px);line-height:1.02;letter-spacing:-2.1px;margin:16px 0 18px;overflow-wrap:break-word}
.hero-copy>p{font-size:15px;line-height:1.7;margin-bottom:24px}
.hero-actions{display:grid;grid-template-columns:1fr;gap:10px}
.hero-actions .btn{width:100%;min-height:54px;padding:0 16px}
.phone-big{display:flex;align-items:center;justify-content:center;width:100%;min-height:50px;margin-top:10px;border:1px solid rgba(255,255,255,.14);border-radius:14px;font-size:17px}
.hero-card{display:none}
.hero-bg{background-position:center center!important}
.hero-bg:after{background:linear-gradient(180deg,rgba(8,10,13,.05) 0%,rgba(8,10,13,.28) 45%,rgba(8,10,13,.58) 100%)}
.eyebrow{font-size:11px;letter-spacing:1.7px}

.quick-grid{grid-template-columns:1fr}
.quick-grid>a{padding:20px 18px;border-left:1px solid var(--line);border-right:1px solid var(--line)}
.quick-grid>a+ a{border-top:0}

.floating-actions{display:none}
.mobile-cta{display:grid}

@media(min-width:641px){
  .service-announcement .container{width:min(1180px,calc(100% - 40px));min-height:38px;padding:0;gap:10px;font-size:12px;flex-wrap:nowrap}
  .service-announcement a{display:inline;font-weight:900;white-space:nowrap;border-left:1px solid rgba(0,0,0,.18);padding-left:10px}
  .announcement-dot{display:block}
}

@media(min-width:961px){
  .nav-wrap{height:82px;gap:0}
  .brand{max-width:none;flex:0 1 auto;gap:12px}
  .brand img{width:44px!important;height:44px!important;max-width:44px!important;min-width:44px!important;flex-basis:44px}
  .brand strong{font-size:15px;overflow:visible}
  .brand small{font-size:10px;letter-spacing:1.6px;overflow:visible}
  .menu-btn{display:none!important}
  .nav{position:static;display:flex!important;flex-direction:row;align-items:center;gap:28px;background:transparent;border:0;border-radius:0;padding:0;box-shadow:none;color:#d9dce2}
  .nav a{display:inline-flex;min-height:0;padding:0;border-radius:0;font-size:14px}
  .nav a:hover{background:transparent}
  .nav .nav-call{margin-top:0;padding:12px 18px}
  .hero{min-height:690px}
  .hero-grid{grid-template-columns:1.2fr .65fr;gap:70px;padding:80px 0}
  .hero-card{display:block}
  .hero-actions{display:flex;grid-template-columns:none;gap:12px}
  .hero-actions .btn{width:auto;min-height:52px;padding:0 22px}
  .phone-big{display:inline-block;width:auto;min-height:0;margin-top:22px;border:0;border-radius:0;font-size:20px}
  .hero h1{font-size:clamp(48px,6vw,78px);letter-spacing:-3.5px}
  .hero-copy>p{font-size:17px;line-height:1.6}
  .hero-bg{background-position:center right!important}
  .quick-grid{grid-template-columns:repeat(3,1fr)}
  .quick-grid>a{padding:28px 24px}
  .floating-actions{display:flex}
  .mobile-cta{display:none}
}

@media(max-width:640px){
  body{padding-bottom:76px}
  .container{width:min(100% - 28px,1180px)}
  .site-header{backdrop-filter:blur(18px)}
  .hero-grid{padding:46px 0 42px}
  .hero h1{font-size:clamp(38px,12.5vw,48px)}
  .hero-copy>p{font-size:14px;line-height:1.65}
  .section{padding:64px 0}
  .section-head{gap:16px;margin-bottom:28px}
  .section-head h2,.about-grid h2,.about-page-grid h2{font-size:32px;letter-spacing:-1.4px}
  .gallery-slider{aspect-ratio:4/3;border-radius:18px}
  .gallery-slide figcaption{left:14px;right:14px;bottom:14px}
  .gallery-dots{bottom:12px}
  .gallery-slide figcaption span{display:none}
  .mobile-cta{height:70px;padding:7px 8px calc(7px + env(safe-area-inset-bottom));background:#090b0e}
}


/* v1.3.0 - definitive mobile layout */
@media (max-width: 960px){
  .service-announcement{position:relative!important;z-index:130!important;background:var(--yellow)!important;color:#111!important}
  .service-announcement .container{width:calc(100% - 24px)!important;min-height:40px!important;padding:7px 0!important;display:flex!important;align-items:center!important;justify-content:center!important;text-align:center!important;font-size:11px!important;line-height:1.35!important;gap:0!important;flex-wrap:nowrap!important}
  .service-announcement strong{display:block!important;width:100%!important;max-width:100%!important;white-space:normal!important;overflow-wrap:anywhere!important;font-weight:800!important}
  .service-announcement a,.announcement-dot{display:none!important}

  .site-header{position:sticky!important;top:0!important;z-index:125!important;background:rgba(10,12,15,.98)!important;border-bottom:1px solid rgba(255,255,255,.08)!important}
  .site-header .nav-wrap{height:64px!important;min-height:64px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:10px!important;position:relative!important}
  .site-header .brand{display:flex!important;align-items:center!important;gap:10px!important;min-width:0!important;max-width:calc(100% - 54px)!important;flex:1 1 auto!important}
  .site-header .brand img{display:block!important;width:40px!important;height:40px!important;min-width:40px!important;max-width:40px!important;max-height:40px!important;object-fit:contain!important;flex:0 0 40px!important}
  .site-header .brand span{display:flex!important;flex-direction:column!important;min-width:0!important;overflow:hidden!important;line-height:1.15!important}
  .site-header .brand strong{display:block!important;color:#fff!important;font-size:14px!important;font-weight:800!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}
  .site-header .brand small{display:block!important;margin-top:3px!important;color:#9ba1aa!important;font-size:9px!important;letter-spacing:1.15px!important;text-transform:uppercase!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}
  .site-header .menu-btn{display:grid!important;place-items:center!important;width:42px!important;height:42px!important;min-width:42px!important;padding:0!important;margin:0!important;border:1px solid #2b3037!important;border-radius:12px!important;background:#171a1f!important;color:#fff!important;flex:0 0 42px!important}
  .site-header .menu-btn svg{display:block!important;width:23px!important;height:23px!important;fill:none!important}
  .site-header .nav{position:absolute!important;left:0!important;right:0!important;top:calc(100% + 8px)!important;width:100%!important;margin:0!important;padding:10px!important;background:#111419!important;border:1px solid #282d34!important;border-radius:16px!important;box-shadow:0 24px 70px rgba(0,0,0,.45)!important;display:none!important;flex-direction:column!important;align-items:stretch!important;gap:4px!important;z-index:140!important}
  .site-header .nav.open{display:flex!important}
  .site-header .nav a{display:flex!important;align-items:center!important;width:100%!important;min-height:46px!important;padding:0 13px!important;margin:0!important;border-radius:11px!important;color:#eef0f3!important;font-size:14px!important;font-weight:700!important;white-space:nowrap!important}
  .site-header .nav .nav-call{justify-content:center!important;background:var(--yellow)!important;color:#111!important;margin-top:4px!important}

  .hero{min-height:auto!important;overflow:hidden!important}
  .hero-grid{display:grid!important;grid-template-columns:1fr!important;gap:0!important;padding:46px 0 42px!important}
  .hero-card{display:none!important}
  .hero h1{max-width:100%!important;font-size:clamp(38px,12vw,50px)!important;line-height:1.02!important;letter-spacing:-2px!important;margin:16px 0 18px!important;overflow-wrap:normal!important;word-break:normal!important}
  .hero-copy>p{max-width:100%!important;font-size:15px!important;line-height:1.65!important;margin:0 0 22px!important}
  .hero-actions{display:grid!important;grid-template-columns:1fr!important;gap:10px!important;width:100%!important}
  .hero-actions .btn{width:100%!important;min-height:54px!important;padding:0 16px!important}
  .phone-big{display:flex!important;align-items:center!important;justify-content:center!important;width:100%!important;min-height:50px!important;margin-top:10px!important;padding:0 12px!important;border:1px solid rgba(255,255,255,.14)!important;border-radius:14px!important;font-size:17px!important}
  .floating-actions{display:none!important}
  .mobile-cta{display:grid!important}
}
@media (max-width: 640px){
  body{padding-bottom:76px!important}
  .container{width:calc(100% - 28px)!important;max-width:1180px!important}
  .hero-grid{padding:42px 0 38px!important}
  .hero h1{font-size:clamp(38px,12vw,47px)!important}
  .eyebrow{font-size:10px!important;letter-spacing:1.4px!important}
  .gallery-slider{aspect-ratio:4/3!important}
}
