
:root{
  --bg:#0d0d0f;--bg-2:#151518;--surface:#1b1b1f;--surface-2:#232328;
  --text:#f7f7f8;--muted:#b9b9c0;--red:#ef2737;--red-2:#b9091b;
  --line:rgba(255,255,255,.11);--shadow:0 24px 70px rgba(0,0,0,.35);
  --radius:22px;--container:1180px
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.6}
body.menu-open{overflow:hidden}
img{display:block;max-width:100%}
a{color:inherit;text-decoration:none}
button,input,select,textarea{font:inherit}
.container{width:min(var(--container),calc(100% - 40px));margin-inline:auto}
.skip-link{position:fixed;left:16px;top:-80px;z-index:1000;background:#fff;color:#111;padding:10px 16px;border-radius:8px}
.skip-link:focus{top:16px}
.site-header{position:sticky;top:0;z-index:100;background:rgba(13,13,15,.83);backdrop-filter:blur(18px);border-bottom:1px solid var(--line)}
.header-inner{height:84px;display:flex;align-items:center;justify-content:space-between;gap:22px}
.brand img{height:62px;width:auto}
.nav{display:flex;align-items:center;gap:26px}
.nav a{font-weight:700;font-size:.95rem;color:#e8e8ea;position:relative}
.nav a:not(.btn)::after{content:"";position:absolute;left:0;bottom:-8px;width:0;height:2px;background:var(--red);transition:.25s}
.nav a:hover::after,.nav a.active::after{width:100%}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;border-radius:999px;padding:14px 21px;font-weight:800;border:1px solid transparent;cursor:pointer;transition:.25s}
.btn-primary{background:linear-gradient(135deg,var(--red),var(--red-2));box-shadow:0 12px 30px rgba(239,39,55,.25)}
.btn-primary:hover{transform:translateY(-2px);box-shadow:0 18px 42px rgba(239,39,55,.35)}
.btn-secondary{border-color:rgba(255,255,255,.28);background:rgba(255,255,255,.05)}
.btn-secondary:hover{background:rgba(255,255,255,.1)}
.menu-toggle{display:none;background:transparent;border:0;color:#fff;font-size:1.7rem}
.hero{min-height:760px;display:grid;align-items:end;position:relative;overflow:hidden}
.hero-media{position:absolute;inset:0}
.hero-media img{width:100%;height:100%;object-fit:cover}
.hero::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(7,7,8,.95) 0%,rgba(7,7,8,.72) 46%,rgba(7,7,8,.25) 100%),linear-gradient(0deg,var(--bg),transparent 35%)}
.hero-content{position:relative;z-index:2;padding:170px 0 105px;max-width:760px}
.eyebrow{display:inline-flex;align-items:center;gap:10px;color:#fff;text-transform:uppercase;letter-spacing:.15em;font-size:.78rem;font-weight:900}
.eyebrow::before{content:"";width:34px;height:3px;background:var(--red);border-radius:999px}
h1,h2,h3{line-height:1.08;margin:0 0 18px}
h1{font-size:clamp(3.1rem,7vw,6.9rem);letter-spacing:-.055em}
h2{font-size:clamp(2.2rem,4.5vw,4.5rem);letter-spacing:-.045em}
h3{font-size:1.35rem}
.hero p{font-size:clamp(1.05rem,2vw,1.32rem);color:#d0d0d4;max-width:670px}
.hero-actions,.actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:32px}
.trust-strip{position:relative;z-index:2;border-top:1px solid var(--line);background:rgba(13,13,15,.72)}
.trust-grid{display:grid;grid-template-columns:repeat(3,1fr)}
.trust-item{padding:24px 28px;border-right:1px solid var(--line)}
.trust-item:last-child{border-right:0}
.trust-item strong{display:block;font-size:1.06rem}
.trust-item span{color:var(--muted);font-size:.92rem}
.section{padding:108px 0}
.section.alt{background:var(--bg-2)}
.section-heading{display:flex;justify-content:space-between;gap:36px;align-items:end;margin-bottom:48px}
.section-heading p{max-width:590px;color:var(--muted);margin:0}
.grid{display:grid;gap:22px}
.services-grid{grid-template-columns:repeat(3,1fr)}
.card{background:linear-gradient(180deg,var(--surface),#171719);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow)}
.service-card{padding:30px;min-height:290px;display:flex;flex-direction:column}
.service-card .icon{width:54px;height:54px;border-radius:16px;display:grid;place-items:center;background:rgba(239,39,55,.12);color:var(--red);font-size:1.5rem;margin-bottom:34px}
.service-card p{color:var(--muted);flex:1}
.text-link{font-weight:900;color:#fff}
.text-link span{color:var(--red)}
.featured-projects{grid-template-columns:1.35fr .65fr}
.project-card{position:relative;min-height:520px}
.project-card.small{min-height:249px}
.project-card img{width:100%;height:100%;object-fit:cover;position:absolute;inset:0}
.project-card::after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.9),transparent 62%)}
.project-info{position:absolute;left:26px;right:26px;bottom:24px;z-index:2}
.project-info p{margin:0;color:#d1d1d4}
.project-stack{display:grid;gap:22px}
.about-grid{grid-template-columns:1fr 1fr;align-items:center}
.about-media{position:relative}
.about-media img{border-radius:var(--radius);min-height:540px;object-fit:cover}
.about-badge{position:absolute;right:-20px;bottom:35px;background:var(--red);padding:22px 28px;border-radius:18px;box-shadow:var(--shadow);font-weight:900;max-width:220px}
.check-list{list-style:none;padding:0;margin:28px 0 0;display:grid;gap:13px}
.check-list li{display:flex;gap:12px;color:#dadade}
.check-list li::before{content:"✓";color:var(--red);font-weight:900}
.cta{position:relative;overflow:hidden;border-radius:32px;padding:58px;background:linear-gradient(135deg,#2a070b,#18181b 65%);border:1px solid rgba(239,39,55,.35)}
.cta::after{content:"";position:absolute;width:320px;height:320px;background:var(--red);filter:blur(120px);opacity:.2;right:-80px;top:-100px}
.cta-inner{position:relative;z-index:2;display:flex;justify-content:space-between;gap:40px;align-items:center}
.page-hero{padding:150px 0 80px;background:radial-gradient(circle at 85% 20%,rgba(239,39,55,.18),transparent 35%),var(--bg-2);border-bottom:1px solid var(--line)}
.page-hero p{color:var(--muted);font-size:1.15rem;max-width:760px}
.breadcrumb{color:var(--muted);font-size:.9rem;margin-bottom:24px}
.portfolio-controls{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:34px}
.filter-btn{border:1px solid var(--line);color:#fff;background:var(--surface);padding:10px 16px;border-radius:999px;cursor:pointer;font-weight:800}
.filter-btn.active,.filter-btn:hover{background:var(--red);border-color:var(--red)}
.portfolio-grid{grid-template-columns:repeat(3,1fr)}
.portfolio-item{position:relative;min-height:360px;cursor:pointer}
.portfolio-item img{width:100%;height:100%;object-fit:cover;position:absolute;inset:0;transition:.35s}
.portfolio-item:hover img{transform:scale(1.035)}
.portfolio-item::after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.88),transparent 58%)}
.portfolio-item .project-info{bottom:18px}
.portfolio-item[hidden]{display:none}
.service-detail{grid-template-columns:1.05fr .95fr;align-items:start}
.service-detail img{border-radius:var(--radius);width:100%;max-height:620px;object-fit:cover;position:sticky;top:115px}
.prose p,.prose li{color:var(--muted)}
.prose h2{font-size:clamp(2rem,4vw,3.2rem)}
.prose h3{margin-top:32px}
.contact-grid{grid-template-columns:.9fr 1.1fr;align-items:start}
.contact-card{padding:32px}
.contact-list{display:grid;gap:18px}
.contact-row{display:flex;gap:16px;align-items:flex-start}
.contact-row .dot{width:42px;height:42px;border-radius:13px;display:grid;place-items:center;background:rgba(239,39,55,.12);color:var(--red);flex:none}
.contact-row strong{display:block}
.contact-row span,.contact-row a{color:var(--muted)}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.field{display:grid;gap:8px}
.field.full{grid-column:1/-1}
label{font-weight:800;font-size:.9rem}
input,select,textarea{width:100%;background:#101013;color:#fff;border:1px solid var(--line);border-radius:13px;padding:14px 15px;outline:none}
input:focus,select:focus,textarea:focus{border-color:var(--red);box-shadow:0 0 0 3px rgba(239,39,55,.13)}
textarea{min-height:130px;resize:vertical}
.map-frame{width:100%;height:460px;border:0;border-radius:var(--radius);filter:grayscale(.25) contrast(1.05)}
.site-footer{border-top:1px solid var(--line);padding:64px 0 24px;background:#09090a}
.footer-grid{display:grid;grid-template-columns:1.3fr .7fr .8fr;gap:50px}
.footer-brand img{height:78px}
.footer-brand p,.footer-col a,.footer-col p{color:var(--muted)}
.footer-col{display:grid;align-content:start;gap:10px}
.footer-col h3{font-size:1rem;text-transform:uppercase;letter-spacing:.1em}
.footer-bottom{border-top:1px solid var(--line);margin-top:44px;padding-top:22px;color:#888890;font-size:.86rem;display:flex;justify-content:space-between;gap:20px}
.whatsapp-float{position:fixed;right:22px;bottom:22px;z-index:90;width:62px;height:62px;border-radius:50%;display:grid;place-items:center;background:#25d366;color:white;box-shadow:0 18px 40px rgba(0,0,0,.38);font-size:1.8rem;transition:.25s}
.whatsapp-float:hover{transform:scale(1.07)}
.lightbox{position:fixed;inset:0;background:rgba(0,0,0,.94);z-index:300;display:none;align-items:center;justify-content:center;padding:30px}
.lightbox.open{display:flex}
.lightbox img{max-width:min(1200px,92vw);max-height:82vh;border-radius:16px}
.lightbox-close{position:absolute;top:20px;right:25px;color:#fff;background:transparent;border:0;font-size:2.4rem;cursor:pointer}
.lightbox-caption{position:absolute;bottom:22px;color:#fff;font-weight:800}
.reveal{opacity:0;transform:translateY(22px);transition:.7s}
.reveal.visible{opacity:1;transform:none}
.notice{background:rgba(239,39,55,.1);border:1px solid rgba(239,39,55,.25);padding:17px 20px;border-radius:14px;color:#e5e5e8}
@media(max-width:980px){
  .menu-toggle{display:block}
  .nav{position:fixed;inset:84px 0 auto 0;background:#111114;border-bottom:1px solid var(--line);padding:28px 20px;display:none;flex-direction:column;align-items:stretch}
  .menu-open .nav{display:flex}
  .services-grid,.portfolio-grid{grid-template-columns:repeat(2,1fr)}
  .featured-projects,.about-grid,.service-detail,.contact-grid{grid-template-columns:1fr}
  .service-detail img{position:static}
  .footer-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:680px){
  .container{width:min(100% - 28px,var(--container))}
  .header-inner{height:74px}.brand img{height:52px}.nav{inset:74px 0 auto 0}
  .hero{min-height:720px}.hero-content{padding:135px 0 78px}
  h1{font-size:clamp(2.8rem,15vw,4.8rem)}
  .trust-grid{grid-template-columns:1fr}.trust-item{border-right:0;border-bottom:1px solid var(--line)}
  .section{padding:78px 0}
  .section-heading,.cta-inner{align-items:flex-start;flex-direction:column}
  .services-grid,.portfolio-grid,.footer-grid,.form-grid{grid-template-columns:1fr}
  .field.full{grid-column:auto}
  .featured-projects{display:block}.project-card,.project-card.small{min-height:390px;margin-bottom:18px}
  .cta{padding:36px 24px}
  .footer-bottom{flex-direction:column}
}
