:root {
  --yellow: #f5b800;
  --yellow-light: #ffd33d;
  --ink: #0d0f10;
  --ink-soft: #171a1c;
  --paper: #f5f4ef;
  --white: #fff;
  --muted: #a6aaad;
  --green: #23c765;
  --radius: 22px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, "Segoe UI", Arial, sans-serif; line-height: 1.5; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
svg { display: block; }
.container { width: min(var(--container), calc(100% - 40px)); margin-inline: auto; }

.site-header { position: fixed; z-index: 50; top: 0; left: 0; right: 0; height: 86px; color: #fff; transition: .3s ease; }
.site-header.scrolled { height: 72px; background: rgba(10,11,12,.93); backdrop-filter: blur(16px); border-bottom: 1px solid rgba(255,255,255,.08); }
.header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; flex: 0 0 auto; }
.brand-logo { width: 168px; height: auto; overflow: visible; }
.logo-roof, .logo-hood, .logo-speed { fill: none; stroke: var(--yellow); stroke-linecap: round; stroke-linejoin: round; }
.logo-roof { stroke-width: 8; }
.logo-hood { stroke-width: 6; }
.logo-speed { stroke-width: 5; }
.logo-speed-two { opacity: .62; }
.logo-name { fill: #fff; font-family: "Arial Black", Impact, sans-serif; font-size: 58px; font-weight: 950; font-style: italic; letter-spacing: -3px; paint-order: stroke; stroke: rgba(255,255,255,.05); stroke-width: 1px; }
.logo-subtitle { fill: var(--yellow); font-family: "Arial Black", Impact, sans-serif; font-size: 17px; font-weight: 900; letter-spacing: 4px; }
.main-nav { display: flex; align-items: center; gap: 30px; margin-left: auto; }
.main-nav a { color: #d2d3d4; font-weight: 650; font-size: 14px; transition: .2s; }
.main-nav a:hover { color: var(--yellow); }
.header-call { display: flex; align-items: center; gap: 10px; padding-left: 22px; border-left: 1px solid rgba(255,255,255,.16); }
.header-call > span:last-child { display: grid; line-height: 1.15; }
.header-call small { color: #b9bcbd; font-size: 10px; text-transform: uppercase; letter-spacing: 1.2px; }
.header-call strong { font-size: 17px; letter-spacing: .6px; }
.pulse-dot { width: 9px; height: 9px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 5px rgba(35,199,101,.13); animation: pulse 2s infinite; }
@keyframes pulse { 50% { box-shadow: 0 0 0 9px rgba(35,199,101,0); } }
.menu-toggle { display: none; border: 0; background: transparent; padding: 8px; }
.menu-toggle span { display: block; width: 23px; height: 2px; margin: 5px 0; background: #fff; }

.hero { position: relative; min-height: 820px; padding: 138px 0 0; overflow: hidden; color: #fff; background: #0b0d0e; }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .16; background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px); background-size: 60px 60px; mask-image: linear-gradient(to bottom, #000, transparent 78%); }
.hero-glow { position: absolute; width: 580px; height: 580px; left: 30%; top: 60px; background: radial-gradient(circle, rgba(245,184,0,.17), transparent 68%); }
.hero-grid { position: relative; display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 46px; }
.hero-copy { position: relative; z-index: 2; padding: 20px 0 90px; }
.eyebrow, .kicker { display: flex; align-items: center; gap: 10px; color: var(--yellow); text-transform: uppercase; letter-spacing: 2.3px; font-size: 12px; font-weight: 850; }
.eyebrow span { width: 36px; height: 2px; background: var(--yellow); }
h1, h2, h3, p { margin-top: 0; }
h1 { margin: 20px 0 22px; font-size: clamp(58px, 6.5vw, 92px); line-height: .93; letter-spacing: -4px; text-transform: uppercase; font-weight: 950; }
h1 em, h2 em { color: var(--yellow); font-style: normal; }
.hero-lead { max-width: 560px; color: #c1c3c4; font-size: 18px; line-height: 1.7; }
.hero-actions { display: flex; align-items: stretch; gap: 12px; margin-top: 34px; }
.button { min-height: 68px; display: inline-flex; align-items: center; justify-content: center; gap: 13px; padding: 12px 22px; border-radius: 12px; transition: transform .2s, filter .2s; }
.button:hover { transform: translateY(-3px); filter: brightness(1.06); }
.button svg { width: 24px; fill: currentColor; }
.button span { display: grid; line-height: 1.15; }
.button small { font-size: 10px; text-transform: uppercase; letter-spacing: 1.2px; opacity: .75; }
.button strong { font-size: 17px; }
.button-primary { min-width: 212px; color: #0c0d0e; background: var(--yellow); }
.button-whatsapp { min-width: 168px; color: #fff; background: #1eae58; }
.trust-line { display: flex; gap: 20px; margin-top: 26px; color: #8e9294; font-size: 12px; }
.trust-line span::first-letter { color: var(--yellow); }
.hero-visual { position: relative; align-self: end; min-width: 0; }
.image-frame { position: relative; height: 635px; border-radius: 36px 36px 0 0; overflow: hidden; background: #1b1e20; box-shadow: 0 30px 80px rgba(0,0,0,.45); }
.image-frame::before { content: ""; position: absolute; z-index: 3; inset: 0; border: 1px solid rgba(255,255,255,.11); border-bottom: 0; border-radius: inherit; pointer-events: none; }
.image-frame img { width: 100%; height: 100%; object-fit: cover; object-position: 48% center; }
.image-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(10,11,12,.32), transparent 40%), linear-gradient(0deg, rgba(10,11,12,.58), transparent 34%); }
.availability-badge { position: absolute; top: 24px; right: 24px; width: 114px; height: 114px; display: flex; flex-direction: column; align-items: center; justify-content: center; transform: rotate(3deg); border: 2px solid var(--yellow); border-radius: 50%; color: #0b0c0d; background: var(--yellow); box-shadow: 0 12px 30px rgba(0,0,0,.3); }
.availability-badge::after { content: ""; position: absolute; inset: 5px; border: 1px solid rgba(13,15,16,.3); border-radius: 50%; }
.availability-badge strong { font-size: 38px; line-height: .8; letter-spacing: -2px; }
.availability-badge sup { font-size: 17px; }
.availability-badge span { margin-top: 10px; font-size: 10px; font-weight: 950; letter-spacing: 1px; }
.location-tag { position: absolute; left: 26px; bottom: 28px; display: flex; align-items: center; gap: 12px; padding: 12px 18px; border: 1px solid rgba(255,255,255,.15); border-radius: 10px; background: rgba(9,10,11,.75); backdrop-filter: blur(10px); }
.location-tag > span { color: var(--yellow); }
.location-tag div { display: grid; line-height: 1.2; }
.location-tag small { color: #aaa; font-size: 10px; }
.location-tag strong { font-size: 13px; }
.hero-stats { position: relative; z-index: 4; display: grid; grid-template-columns: repeat(3, 1fr); margin-top: -1px; color: #111; background: var(--yellow); }
.stat { min-height: 104px; display: flex; align-items: center; gap: 13px; padding: 22px 32px; border-right: 1px solid rgba(0,0,0,.2); }
.stat:last-child { border: 0; }
.stat strong { font-size: 25px; white-space: nowrap; letter-spacing: -1px; }
.stat span { max-width: 110px; color: rgba(0,0,0,.67); font-size: 12px; font-weight: 750; line-height: 1.3; }

.section { padding: 120px 0; }
.section-heading { display: grid; grid-template-columns: 1.35fr .65fr; align-items: end; gap: 70px; margin-bottom: 52px; }
.section-heading h2, .why-copy h2, .areas-copy h2 { margin: 14px 0 0; font-size: clamp(38px, 5vw, 62px); line-height: 1.03; letter-spacing: -2.5px; font-weight: 900; text-transform: uppercase; }
.section-heading p { margin: 0 0 5px; color: #666a6c; line-height: 1.75; }
.kicker { display: inline-block; }
.services { background: var(--paper); }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.service-card { position: relative; min-height: 350px; padding: 30px 26px 26px; overflow: hidden; border: 1px solid #dfded9; border-radius: var(--radius); background: #fff; transition: transform .3s, box-shadow .3s, border-color .3s; transition-delay: var(--delay, 0ms); }
.service-card::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 5px; transform: scaleX(0); transform-origin: left; background: var(--yellow); transition: transform .3s; }
.service-card:hover { transform: translateY(-8px); border-color: var(--yellow); box-shadow: 0 20px 50px rgba(20,20,20,.09); }
.service-card:hover::after { transform: scaleX(1); }
.service-icon { width: 65px; height: 65px; display: grid; place-items: center; border-radius: 15px; color: var(--ink); background: var(--yellow); }
.service-icon svg { width: 40px; height: 40px; fill: none; stroke: currentColor; stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; }
.service-number { position: absolute; top: 33px; right: 25px; color: #e4e3df; font-size: 26px; font-weight: 900; }
.service-card h3 { margin: 28px 0 12px; font-size: 21px; }
.service-card p { min-height: 82px; color: #696d6f; font-size: 14px; line-height: 1.65; }
.service-card a { display: inline-flex; gap: 8px; align-items: center; font-size: 13px; font-weight: 850; }
.service-card a span { color: var(--yellow); font-size: 20px; transition: transform .2s; }
.service-card a:hover span { transform: translateX(5px); }

.why-us { position: relative; color: #fff; background: var(--ink); overflow: hidden; }
.why-us::after { content: "K"; position: absolute; left: -30px; bottom: -210px; color: rgba(255,255,255,.025); font-size: 560px; line-height: 1; font-weight: 950; }
.why-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr .9fr; gap: 100px; align-items: center; }
.why-copy > p { max-width: 600px; margin: 26px 0 34px; color: #aeb1b2; line-height: 1.75; }
.benefit-list { display: grid; gap: 16px; }
.benefit-list > div { display: flex; align-items: center; gap: 14px; }
.benefit-list > div > span { width: 34px; height: 34px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 50%; color: #111; background: var(--yellow); font-weight: 900; }
.benefit-list p { display: grid; margin: 0; }
.benefit-list strong { font-size: 15px; }
.benefit-list small { color: #85898b; margin-top: 2px; }
.process-card { padding: 40px; border: 1px solid #303335; border-radius: 28px; background: #171a1b; box-shadow: 20px 20px 0 var(--yellow); }
.process-card ol { list-style: none; padding: 0; margin: 28px 0; }
.process-card li { display: flex; gap: 18px; padding: 20px 0; border-bottom: 1px solid #2b2e30; }
.process-card li > span { color: var(--yellow); font-size: 12px; font-weight: 900; }
.process-card li div { display: grid; gap: 5px; }
.process-card li strong { font-size: 16px; }
.process-card li p { margin: 0; color: #8e9294; font-size: 13px; }
.text-link { display: flex; justify-content: space-between; align-items: center; padding-top: 5px; color: var(--yellow); font-size: 14px; font-weight: 800; }
.text-link span { font-size: 20px; }

.areas { background: #ebeae4; }
.areas-grid { display: grid; grid-template-columns: 1.35fr .65fr; gap: 90px; align-items: center; }
.areas-copy > p { max-width: 700px; margin: 25px 0 30px; color: #626668; line-height: 1.75; }
.area-tags { display: flex; flex-wrap: wrap; gap: 9px; }
.area-tags span { padding: 9px 14px; border: 1px solid #d3d1c9; border-radius: 100px; color: #424547; background: rgba(255,255,255,.55); font-size: 12px; font-weight: 650; }
.area-tags span:first-child, .area-tags span:last-child { border-color: var(--yellow); background: var(--yellow); color: #111; }
.cta-panel { position: relative; padding: 42px 38px; overflow: hidden; border-radius: 28px; color: #fff; background: var(--ink); box-shadow: 15px 15px 0 rgba(245,184,0,.9); }
.cta-panel::after { content: ""; position: absolute; width: 180px; height: 180px; right: -70px; bottom: -80px; border: 35px solid rgba(245,184,0,.08); border-radius: 50%; }
.status { display: inline-flex; align-items: center; gap: 9px; color: #a7aaac; font-size: 11px; text-transform: uppercase; letter-spacing: 1.3px; }
.status i { width: 8px; height: 8px; border-radius: 50%; background: var(--green); }
.cta-panel h3 { margin: 24px 0 10px; font-size: 31px; letter-spacing: -1px; }
.cta-panel p { color: #9da0a2; font-size: 14px; }
.cta-panel > a:not(.panel-whatsapp) { display: block; margin: 25px 0 12px; color: var(--yellow); font-size: 25px; font-weight: 900; }
.panel-whatsapp { display: inline-block; color: #fff; font-size: 13px; font-weight: 750; }

.seo-content { padding: 45px 0; border-top: 1px solid #dedcd4; background: #ebeae4; }
.seo-content .container { display: grid; grid-template-columns: .8fr 1.2fr; gap: 60px; }
.seo-content h2 { margin: 0; font-size: 20px; }
.seo-content p { margin: 0; color: #777a7b; font-size: 12px; line-height: 1.8; }
footer { padding: 62px 0 26px; color: #fff; background: #090a0b; }
.footer-main { display: grid; grid-template-columns: 1fr 1fr auto; align-items: center; gap: 60px; padding-bottom: 45px; }
.footer-main > p { margin: 0; max-width: 370px; color: #85898b; font-size: 13px; }
.footer-links { display: flex; gap: 24px; font-size: 12px; color: #aaa; }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 24px; border-top: 1px solid #242627; color: #666a6c; font-size: 11px; }
.mobile-actions { display: none; }
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 1024px) {
  .main-nav { display: none; position: absolute; top: 72px; left: 20px; right: 20px; padding: 20px; flex-direction: column; align-items: flex-start; border: 1px solid #303234; border-radius: 14px; background: #111314; }
  .main-nav.open { display: flex; }
  .menu-toggle { display: block; }
  .hero { min-height: auto; }
  .hero-grid { grid-template-columns: 1fr 1fr; gap: 26px; }
  .hero-copy { padding-bottom: 55px; }
  .image-frame { height: 560px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .why-grid { gap: 55px; }
  .areas-grid { gap: 50px; }
}

@media (max-width: 760px) {
  body { padding-bottom: 68px; }
  .container { width: min(100% - 28px, var(--container)); }
  .site-header, .site-header.scrolled { height: 68px; background: rgba(9,10,11,.91); backdrop-filter: blur(12px); }
  .brand-logo { width: 142px; }
  .header-call { display: none; }
  .main-nav { top: 67px; }
  .hero { padding-top: 105px; }
  .hero-grid { display: flex; flex-direction: column; }
  .hero-copy { width: 100%; min-width: 0; padding: 0; }
  h1 { margin: 17px 0; font-size: clamp(40px, 11.3vw, 46px); letter-spacing: -2.3px; }
  .hero-lead { font-size: 15px; line-height: 1.65; }
  .hero-actions { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 8px; margin-top: 25px; }
  .button { min-width: 0; min-height: 61px; padding: 10px 12px; gap: 9px; }
  .button span { min-width: 0; }
  .button strong { font-size: 12px; white-space: nowrap; }
  .button small { font-size: 8px; }
  .button svg { width: 20px; }
  .trust-line { gap: 8px 15px; flex-wrap: wrap; font-size: 10px; }
  .hero-visual { width: 100%; }
  .image-frame { height: 460px; margin-top: 10px; border-radius: 24px 24px 0 0; }
  .image-frame img { object-position: 45% center; }
  .availability-badge { width: 86px; height: 86px; top: 14px; right: 14px; }
  .availability-badge strong { font-size: 29px; }
  .availability-badge span { margin-top: 7px; font-size: 8px; }
  .location-tag { left: 14px; bottom: 15px; }
  .hero-stats { width: 100%; grid-template-columns: repeat(3, 1fr); }
  .stat { min-height: 78px; padding: 13px 10px; flex-direction: column; align-items: flex-start; gap: 2px; }
  .stat strong { font-size: 16px; }
  .stat span { font-size: 9px; }
  .section { padding: 80px 0; }
  .section-heading { display: block; margin-bottom: 30px; }
  .section-heading p { margin-top: 20px; }
  .section-heading h2, .why-copy h2, .areas-copy h2 { font-size: 38px; letter-spacing: -1.8px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: auto; }
  .service-card p { min-height: auto; }
  .why-grid, .areas-grid { grid-template-columns: 1fr; gap: 48px; }
  .process-card { padding: 28px 24px; box-shadow: 9px 9px 0 var(--yellow); }
  .cta-panel { padding: 34px 26px; box-shadow: 8px 8px 0 var(--yellow); }
  .seo-content .container, .footer-main { grid-template-columns: 1fr; gap: 24px; }
  .footer-main { align-items: start; }
  .footer-bottom { gap: 18px; flex-direction: column; }
  .mobile-actions { position: fixed; z-index: 80; left: 0; right: 0; bottom: 0; height: 68px; display: grid; grid-template-columns: 1fr 1fr; padding: 7px; gap: 7px; background: #0b0c0d; box-shadow: 0 -8px 25px rgba(0,0,0,.2); }
  .mobile-actions a { display: flex; align-items: center; justify-content: center; gap: 9px; border-radius: 9px; background: var(--yellow); color: #111; font-weight: 900; font-size: 13px; }
  .mobile-actions a:last-child { color: #fff; background: #1eae58; }
  .mobile-actions svg { width: 20px; fill: currentColor; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

@media (max-width: 480px) {
  h1 { font-size: clamp(36px, 9.7vw, 40px); letter-spacing: -1.8px; }
}
