@charset "UTF-8";

:root{
  --bg:#090b0f;
  --bg-2:#0d1016;
  --panel:#11151d;
  --panel-2:#171c25;
  --text:#f7f8fb;
  --muted:#aeb6c3;
  --line:rgba(255,255,255,.09);
  --red:#e72d35;
  --red-2:#ff4a50;
  --red-dark:#99151b;
  --white:#fff;
  --shadow:0 20px 60px rgba(0,0,0,.28);
  --radius:24px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Tahoma,Arial,"Segoe UI",sans-serif;
  background:#fff;
  color:#111827;
  line-height:1.8;
  -webkit-font-smoothing:antialiased;
}
a{text-decoration:none;color:inherit}
button,input,textarea{font:inherit}
img,svg{max-width:100%;display:block}
.container{width:min(1180px,calc(100% - 36px));margin-inline:auto}
.skip-link{position:absolute;top:-60px;right:20px;background:#fff;color:#111;padding:10px 14px;z-index:9999;border-radius:8px}
.skip-link:focus{top:10px}

.site-header{
  position:sticky;top:0;z-index:1000;
  background:rgba(9,11,15,.88);
  border-bottom:1px solid rgba(255,255,255,.08);
  backdrop-filter:blur(16px);
}
.nav-wrap{height:78px;display:flex;align-items:center;gap:24px}
.brand{display:flex;align-items:center;gap:12px;color:#fff;margin-left:auto}
.brand-mark{
  width:44px;height:44px;border-radius:12px;background:linear-gradient(145deg,var(--red-2),var(--red-dark));
  display:grid;grid-template-columns:repeat(2,10px);grid-template-rows:repeat(2,10px);gap:5px;place-content:center;
  box-shadow:0 8px 28px rgba(231,45,53,.26);
}
.brand-mark span{display:block;border:2px solid #fff;border-radius:2px}
.brand-text{display:flex;flex-direction:column;line-height:1.35}
.brand-text strong{font-size:16px}
.brand-text small{font-size:11px;color:#aeb6c3;margin-top:2px}
.main-nav{display:flex;align-items:center;gap:26px;color:#d8dde5;font-size:14px}
.main-nav a{position:relative;transition:.2s}
.main-nav a:hover{color:#fff}
.main-nav a::after{content:"";position:absolute;right:0;left:100%;bottom:-8px;height:2px;background:var(--red);transition:.25s}
.main-nav a:hover::after{left:0}
.menu-toggle{display:none;width:44px;height:44px;border:1px solid var(--line);background:#151922;border-radius:12px;padding:10px;cursor:pointer}
.menu-toggle span{display:block;height:2px;background:#fff;margin:5px 0;border-radius:5px}
.desktop-cta{margin-right:auto}

.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:10px;
  min-height:50px;padding:12px 24px;border-radius:14px;border:1px solid transparent;
  font-weight:700;transition:transform .2s,border-color .2s,background .2s,box-shadow .2s;
}
.btn:hover{transform:translateY(-2px)}
.btn-small{min-height:42px;padding:8px 18px;font-size:13px}
.btn-outline{border-color:rgba(255,255,255,.18);color:#fff;background:rgba(255,255,255,.04)}
.btn-outline:hover{background:rgba(255,255,255,.08)}
.btn-primary{background:linear-gradient(135deg,var(--red-2),var(--red-dark));color:#fff;box-shadow:0 14px 32px rgba(231,45,53,.24)}
.btn-ghost{color:#fff;border-color:rgba(255,255,255,.18);background:rgba(255,255,255,.045)}

.hero{
  position:relative;overflow:hidden;
  background:
    radial-gradient(circle at 12% 20%,rgba(231,45,53,.18),transparent 25%),
    linear-gradient(145deg,#07090d 0%,#0e1118 55%,#12151d 100%);
  color:#fff;padding:86px 0 28px;min-height:720px;
}
.hero-grid-bg{
  position:absolute;inset:0;opacity:.22;pointer-events:none;
  background-image:linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);
  background-size:42px 42px;
  mask-image:linear-gradient(to bottom,black,transparent 85%);
}
.hero-glow{position:absolute;border-radius:50%;filter:blur(80px);pointer-events:none}
.hero-glow-1{width:280px;height:280px;background:rgba(231,45,53,.12);top:50px;right:-90px}
.hero-glow-2{width:380px;height:380px;background:rgba(255,255,255,.03);bottom:-160px;left:10%}
.hero-grid{position:relative;display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:70px}
.eyebrow,.section-kicker{
  display:inline-flex;align-items:center;gap:9px;
  color:var(--red-2);font-size:13px;font-weight:800;letter-spacing:.2px;
}
.eyebrow i{width:34px;height:2px;background:var(--red);display:inline-block;box-shadow:0 0 14px rgba(231,45,53,.55)}
.hero h1{font-size:clamp(42px,5.5vw,72px);line-height:1.18;margin:16px 0 22px;letter-spacing:-1.2px}
.hero h1 span{display:block;color:var(--red-2)}
.hero-lead{font-size:19px;color:#c7ced8;max-width:700px;margin:0 0 28px}
.hero-lead strong{color:#fff}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap}
.hero-points{display:flex;gap:22px;flex-wrap:wrap;margin-top:26px;color:#cbd2dc;font-size:14px}
.hero-points b{color:#fff;background:rgba(231,45,53,.18);border:1px solid rgba(231,45,53,.3);width:22px;height:22px;border-radius:50%;display:inline-grid;place-items:center;margin-left:5px}

.hero-visual{position:relative;min-height:500px}
.code-card{
  position:absolute;inset:25px 15px 55px 10px;
  background:#0e1218;border:1px solid rgba(255,255,255,.12);border-radius:26px;
  box-shadow:0 40px 80px rgba(0,0,0,.45),0 0 0 1px rgba(231,45,53,.05) inset;
  transform:perspective(1200px) rotateY(-7deg) rotateX(2deg);
  overflow:hidden;
}
.window-bar{height:50px;background:#151a22;border-bottom:1px solid var(--line);display:flex;align-items:center;gap:8px;padding:0 17px;direction:ltr}
.window-bar span{width:10px;height:10px;border-radius:50%;background:#ff545d}
.window-bar span:nth-child(2){background:#ffc94f}.window-bar span:nth-child(3){background:#34ca78}
.window-bar em{margin-left:15px;color:#7e8794;font-style:normal;font-size:11px}
.dashboard{display:grid;grid-template-columns:76px 1fr;height:calc(100% - 50px);direction:ltr}
.dash-sidebar{background:#0a0d12;border-right:1px solid var(--line);padding:16px;display:flex;flex-direction:column;align-items:center;gap:16px}
.dash-logo{width:34px;height:34px;border-radius:9px;background:var(--red);display:grid;place-items:center;color:#fff;font-weight:900}
.dash-sidebar i{width:28px;height:7px;background:#232a34;border-radius:8px}.dash-sidebar i:nth-child(3){background:var(--red)}
.dash-main{padding:24px;direction:rtl}
.dash-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}
.dash-top div{display:flex;flex-direction:column}.dash-top small{color:#828c99}.dash-top strong{font-size:19px}
.status-dot{font-size:11px;color:#6ee7a4;background:#0f2c1e;border:1px solid #1f5d3d;padding:4px 9px;border-radius:999px}
.dash-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}
.dash-stats div{background:#171d26;border:1px solid var(--line);border-radius:15px;padding:13px}
.dash-stats small{display:block;color:#808a96;font-size:10px}.dash-stats b{font-size:20px}
.dash-chart{height:155px;background:#141921;border:1px solid var(--line);border-radius:16px;margin-top:12px;padding:16px;display:flex;align-items:flex-end}
.chart-bars{height:100%;width:100%;display:flex;align-items:flex-end;gap:9px;direction:ltr}
.chart-bars span{flex:1;background:linear-gradient(to top,var(--red-dark),var(--red-2));border-radius:6px 6px 2px 2px;opacity:.88}
.dash-list{margin-top:12px;display:grid;gap:7px}
.dash-list div{display:grid;grid-template-columns:10px 1fr auto;gap:8px;align-items:center;background:#141921;padding:8px 10px;border-radius:9px;font-size:10px;color:#c6ccd5}
.dash-list span{width:7px;height:7px;border-radius:50%;background:var(--red)}.dash-list em{font-style:normal;color:#7d8794}
.floating-chip{position:absolute;display:flex;align-items:center;gap:8px;background:#171c25;border:1px solid rgba(255,255,255,.12);color:#fff;border-radius:999px;padding:9px 13px;font-size:11px;box-shadow:var(--shadow)}
.floating-chip span{color:var(--red-2);font-weight:900}
.chip-1{right:-10px;bottom:18px}.chip-2{left:-20px;top:45%}.chip-3{left:20px;bottom:5px}

.trust-strip{
  position:relative;margin-top:68px;border-top:1px solid rgba(255,255,255,.08);
  display:grid;grid-template-columns:repeat(4,1fr)
}
.trust-strip div{padding:23px 20px;border-left:1px solid rgba(255,255,255,.08);display:flex;flex-direction:column}
.trust-strip div:last-child{border-left:0}
.trust-strip strong{font-size:15px}.trust-strip span{font-size:12px;color:#8f98a6}

.section{padding:96px 0}
.split{display:grid;grid-template-columns:1.05fr .95fr;gap:80px;align-items:center}
.section-copy h2,.section-head h2{font-size:clamp(31px,4vw,48px);line-height:1.3;margin:12px 0 20px;color:#111827}
.section-copy p,.section-head p{color:#657080;font-size:17px}
.about-panel{background:#0d1016;border-radius:28px;padding:20px;color:#fff;box-shadow:var(--shadow)}
.metric{display:flex;align-items:center;gap:18px;padding:19px 16px;border-bottom:1px solid rgba(255,255,255,.08)}
.metric:last-child{border-bottom:0}.metric>span{font-size:28px;color:var(--red-2);font-weight:900;min-width:45px}.metric div{display:flex;flex-direction:column}.metric strong{font-size:17px}.metric small{color:#8f98a6}

.section-dark{background:#0b0e13;color:#fff}
.section-dark .section-head h2{color:#fff}.section-dark .section-head p{color:#9da6b3}
.section-head{text-align:center;max-width:760px;margin:0 auto 44px}
.section-head .section-kicker{justify-content:center}
.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.service-card{
  background:linear-gradient(145deg,#11161e,#0d1117);
  border:1px solid rgba(255,255,255,.09);border-radius:22px;padding:26px;
  min-height:330px;transition:.25s;position:relative;overflow:hidden;
}
.service-card::before{content:"";position:absolute;right:0;top:0;width:3px;height:0;background:var(--red);transition:.3s}
.service-card:hover{transform:translateY(-5px);border-color:rgba(231,45,53,.35)}
.service-card:hover::before{height:100%}
.service-icon{display:grid;place-items:center;width:54px;height:54px;border-radius:15px;background:rgba(231,45,53,.12);border:1px solid rgba(231,45,53,.3);color:var(--red-2);font-weight:900;font-size:17px;margin-bottom:22px;direction:ltr}
.service-card h3{font-size:20px;margin:0 0 10px}.service-card p{color:#9fa8b5;margin:0 0 16px;font-size:14px}
.service-card ul{list-style:none;padding:0;margin:0;display:grid;gap:7px;color:#ccd2da;font-size:13px}
.service-card li::before{content:"•";color:var(--red);font-weight:900;margin-left:8px}

.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:36px}
.step{padding:24px 22px;border:1px solid #e7e9ee;border-radius:20px;background:#fff}
.step>span{display:inline-grid;place-items:center;width:42px;height:42px;background:#101318;color:#fff;border-radius:12px;font-weight:900;margin-bottom:16px}
.step h3{font-size:19px;margin:0 0 8px}.step p{font-size:14px;color:#6c7583;margin:0}

.work-section{background:#f5f6f8}
.work-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:22px}
.work-card{background:#fff;border:1px solid #e2e5ea;border-radius:26px;overflow:hidden;box-shadow:0 16px 42px rgba(10,14,20,.07)}
.work-art{height:300px;position:relative;overflow:hidden;border-bottom:1px solid #e8eaee}
.realestate-art{background:linear-gradient(145deg,#f8fbff,#eaf2fc)}
.mini-side{position:absolute;right:24px;top:24px;bottom:24px;width:82px;background:#0d2550;border-radius:14px}
.mini-cards{position:absolute;left:24px;right:124px;top:36px;display:grid;grid-template-columns:repeat(4,1fr);gap:9px}
.mini-cards i{height:78px;background:#fff;border:1px solid #e0e6ef;border-radius:13px;box-shadow:0 8px 20px rgba(47,76,113,.08)}
.mini-cards i:nth-child(2){background:#fff8ee}.mini-cards i:nth-child(3){background:#f4fbf7}.mini-cards i:nth-child(4){background:#f6f2ff}
.mini-row{position:absolute;left:24px;right:124px;bottom:34px;display:grid;grid-template-columns:repeat(3,1fr);gap:9px}
.mini-row span{height:110px;border:1px solid #e1e6ed;background:#fff;border-radius:14px}
.workshop-art{background:linear-gradient(145deg,#0d1d32,#101826)}
.garage-top{position:absolute;left:24px;right:24px;top:28px;height:90px;background:#152942;border-radius:16px;display:flex;gap:10px;padding:16px}
.garage-top i{width:30%;background:#223a57;border-radius:11px}.garage-top i:nth-child(1){background:#d82831}
.garage-stats{position:absolute;left:24px;right:24px;top:135px;display:grid;grid-template-columns:repeat(4,1fr);gap:8px}
.garage-stats span{height:56px;background:#fff;border-radius:10px}
.garage-orders{position:absolute;left:24px;right:24px;bottom:25px;display:grid;grid-template-columns:repeat(3,1fr);gap:8px}
.garage-orders b{height:75px;background:#fff;border-radius:10px;border-right:3px solid #d82831}
.work-body{padding:26px}.work-tag{font-size:11px;color:var(--red);font-weight:800}.work-body h3{font-size:22px;margin:7px 0 9px}.work-body p{color:#6c7583;font-size:14px}.work-body a{display:inline-flex;align-items:center;gap:8px;color:#111827;font-weight:800;margin-top:8px}.work-body a b{color:var(--red)}

.why-section{background:#fff}
.why-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:70px;align-items:start}
.why-list{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}
.why-list>div{border:1px solid #e3e6eb;border-radius:20px;padding:22px;background:#fafbfc;display:flex;flex-direction:column;min-height:180px}
.why-list span{font-size:13px;color:var(--red);font-weight:900}.why-list strong{font-size:18px;margin:10px 0 6px}.why-list small{font-size:13px;color:#6d7683}

.contact-section{background:#0a0d12;padding:56px 0}
.contact-box{
  background:linear-gradient(135deg,#171c24,#11151b 60%,#201014);
  border:1px solid rgba(231,45,53,.24);border-radius:28px;padding:38px;
  color:#fff;display:flex;align-items:center;justify-content:space-between;gap:35px;
}
.section-kicker.light{color:#ff7378}.contact-box h2{font-size:34px;margin:6px 0}.contact-box p{color:#aab3c0;margin:0}
.contact-actions{display:grid;gap:10px;min-width:280px}
.contact-actions .btn{justify-content:space-between}
.btn-whatsapp{background:#1a9c57;color:#fff}.btn-call{background:#fff;color:#111}
.contact-actions strong{font-size:17px}

.site-footer{background:#07090c;color:#9aa4b2;border-top:1px solid rgba(255,255,255,.08);padding:34px 0}
.footer-grid{display:grid;grid-template-columns:1.2fr .8fr .8fr;align-items:center;gap:20px}
.footer-brand strong{color:#fff}.footer-brand p{font-size:13px;margin:4px 0 0}.footer-links{display:flex;gap:18px;justify-content:center;font-size:13px}.footer-links a:hover{color:#fff}.copyright{text-align:left;font-size:12px}

.floating-whatsapp{
  position:fixed;left:18px;bottom:18px;z-index:999;
  background:#179b55;color:#fff;border-radius:999px;padding:10px 14px 10px 10px;
  display:flex;align-items:center;gap:8px;box-shadow:0 14px 34px rgba(23,155,85,.28);
  font-size:13px;font-weight:800
}
.floating-whatsapp span{width:30px;height:30px;border-radius:50%;background:#fff;color:#179b55;display:grid;place-items:center;font-size:17px}
.floating-whatsapp em{font-style:normal}

.reveal{opacity:0;transform:translateY(18px);transition:opacity .65s ease,transform .65s ease}
.reveal.visible{opacity:1;transform:none}

@media (max-width:980px){
  .desktop-cta{display:none}
  .menu-toggle{display:block;margin-right:auto}
  .main-nav{
    position:absolute;top:78px;right:18px;left:18px;background:#10141b;border:1px solid var(--line);border-radius:16px;
    padding:14px;display:none;flex-direction:column;align-items:stretch;gap:0;box-shadow:var(--shadow)
  }
  .main-nav.open{display:flex}
  .main-nav a{padding:11px 12px;border-bottom:1px solid var(--line)}.main-nav a:last-child{border-bottom:0}
  .hero{padding-top:62px}
  .hero-grid,.split,.why-grid{grid-template-columns:1fr;gap:42px}
  .hero-visual{min-height:480px}
  .services-grid{grid-template-columns:repeat(2,1fr)}
  .steps{grid-template-columns:repeat(2,1fr)}
  .trust-strip{grid-template-columns:repeat(2,1fr)}
  .work-grid{grid-template-columns:1fr}
  .footer-grid{grid-template-columns:1fr;text-align:center}.copyright{text-align:center}.footer-links{justify-content:center}
}
@media (max-width:640px){
  .container{width:min(100% - 24px,1180px)}
  .nav-wrap{height:70px}.brand-text strong{font-size:14px}.brand-text small{font-size:10px}
  .hero{padding-top:48px;min-height:auto}
  .hero h1{font-size:39px}
  .hero-lead{font-size:16px}
  .hero-actions .btn{width:100%}
  .hero-points{gap:11px}
  .hero-visual{min-height:400px;margin-top:4px}
  .code-card{inset:10px 0 40px 0;transform:none}
  .dashboard{grid-template-columns:50px 1fr}.dash-sidebar{padding:10px}.dash-main{padding:14px}
  .dash-stats{grid-template-columns:repeat(3,1fr)}.dash-stats b{font-size:15px}.dash-chart{height:110px}
  .floating-chip{font-size:9px;padding:7px 9px}.chip-2{left:-4px}.chip-1{right:-4px}
  .trust-strip{margin-top:35px}
  .trust-strip div{padding:16px 12px}
  .section{padding:68px 0}
  .section-copy h2,.section-head h2{font-size:31px}
  .services-grid,.steps,.why-list{grid-template-columns:1fr}
  .service-card{min-height:0}
  .work-art{height:235px}
  .contact-box{padding:28px 20px;flex-direction:column;align-items:stretch}
  .contact-box h2{font-size:28px}.contact-actions{min-width:0}
  .footer-links{flex-wrap:wrap}
  .floating-whatsapp em{display:none}.floating-whatsapp{padding:9px}
}
@media (prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  .reveal{opacity:1;transform:none;transition:none}
  .btn,.service-card{transition:none}
}
