:root {
  --obsidian: #0A0A0A;
  --navy: #0D1B2A;
  --gold: #D4A843;
  --gold2: #F0D080;
  --white: #FFFFFF;
  --ghost: #E8E2D6;
  --glass: rgba(13, 27, 42, 0.45);
  --glass-border: rgba(212, 168, 67, 0.18);
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { background: var(--obsidian); color: var(--white); font-family: 'Work Sans', sans-serif; overflow-x: hidden; }
h1, h2, h3 { font-family: 'Bricolage Grotesque', sans-serif; font-weight: 800; }
h4, h5, label { font-family: 'Outfit', sans-serif; font-weight: 700; }

/* ── NOISE OVERLAY ── */
.noise { position: fixed; inset: 0; pointer-events: none; z-index: 9999; opacity: 1; }
.noise svg { width: 100%; height: 100%; }

/* ── FLOATING WHATSAPP ── */
.wa {
  position: fixed; bottom: 28px; right: 28px; z-index: 1000;
  width: 58px; height: 58px; border-radius: 50%;
  background: linear-gradient(135deg, #25D366, #128C7E);
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 8px 30px rgba(37, 211, 102, 0.4);
  text-decoration: none; transition: transform 0.3s, box-shadow 0.3s;
}
.wa:hover { transform: scale(1.1); box-shadow: 0 12px 40px rgba(37, 211, 102, 0.55); }
.wa svg { width: 28px; height: 28px; fill: #fff; }

/* ── NAV ── */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 500;
  padding: 22px 60px; display: flex; align-items: center; justify-content: space-between;
  transition: all 0.4s;
}
.nav.up {
  background: rgba(10, 10, 10, 0.94); backdrop-filter: blur(14px);
  padding: 13px 60px; border-bottom: 1px solid rgba(212, 168, 67, 0.12);
}
.logo { display: flex; align-items: center; gap: 11px; text-decoration: none; }
.logo img { width: 48px; height: 48px; object-fit: contain; background: #fff; border-radius: 7px; padding: 3px; }
.logo-txt .b { font-family: 'Bricolage Grotesque', sans-serif; font-weight: 800; font-size: 16px; color: #fff; letter-spacing: .04em; line-height: 1; }
.logo-txt .s { font-size: 9px; color: var(--gold); letter-spacing: .18em; text-transform: uppercase; margin-top: 2px; font-family: 'Outfit', sans-serif; }
.links { display: flex; align-items: center; gap: 36px; list-style: none; }
.links a { color: var(--ghost); text-decoration: none; font-family: 'Outfit', sans-serif; font-size: 12px; letter-spacing: .09em; text-transform: uppercase; transition: color .3s; }
.links a:hover { color: var(--gold); }
.links .cta { background: var(--gold); color: var(--obsidian) !important; padding: 10px 22px; border-radius: 5px; font-weight: 700 !important; }
.links .cta:hover { background: var(--gold2); }
.hbg { display: none; flex-direction: column; gap: 5px; cursor: pointer; background: none; border: none; padding: 4px; }
.hbg span { display: block; width: 24px; height: 2px; background: #fff; transition: all .3s; }

/* ── MOBILE MENU ── */
.mob { display: none; position: fixed; inset: 0; background: var(--obsidian); z-index: 499; flex-direction: column; align-items: center; justify-content: center; gap: 36px; }
.mob.on { display: flex; }
.mob a { color: #fff; text-decoration: none; font-family: 'Bricolage Grotesque', sans-serif; font-size: 34px; font-weight: 800; transition: color .3s; }
.mob a:hover { color: var(--gold); }
.mob-x { position: absolute; top: 22px; right: 26px; background: none; border: none; color: #fff; font-size: 28px; cursor: pointer; }

/* ── HERO ── */
.hero { position: relative; height: 100vh; min-height: 700px; display: flex; align-items: center; overflow: hidden; }
.hero-bg {
  position: absolute; inset: 0;
  background: url('../images/IMG_9877%20copy.jpeg') center 30% / cover no-repeat;
  transform: scale(1.06); transition: transform 7s ease;
}
.hero-bg.in { transform: scale(1); }
.hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(10,10,10,.9) 0%, rgba(13,27,42,.72) 55%, rgba(10,10,10,.5) 100%);
}

/* Animated orbs */
.orb { position: absolute; border-radius: 50%; filter: blur(90px); pointer-events: none; }
.orb1 { width: 500px; height: 500px; background: rgba(212,168,67,.09); top: -100px; right: 100px; animation: drift 12s ease-in-out infinite; }
.orb2 { width: 350px; height: 350px; background: rgba(13,27,42,.6); bottom: 50px; right: -80px; animation: drift 16s ease-in-out infinite reverse; }
.orb3 { width: 280px; height: 280px; background: rgba(212,168,67,.05); bottom: -60px; left: 200px; animation: drift 10s ease-in-out infinite 3s; }
@keyframes drift { 0%,100% { transform: translate(0,0); } 33% { transform: translate(30px,-20px); } 66% { transform: translate(-20px,15px); } }

/* SVG skyline */
.skyline { position: absolute; bottom: 0; left: 0; right: 0; pointer-events: none; opacity: 1; }

/* Grid lines overlay */
.grid-lines {
  position: absolute; inset: 0; pointer-events: none;
  background-image: linear-gradient(rgba(212,168,67,.03) 1px, transparent 1px), linear-gradient(90deg, rgba(212,168,67,.03) 1px, transparent 1px);
  background-size: 80px 80px;
}

.hero-content { position: relative; z-index: 2; max-width: 1200px; margin: 0 auto; padding: 0 60px; padding-top: 80px; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; font-family: 'Outfit', sans-serif; font-size: 11px; letter-spacing: .22em; text-transform: uppercase; color: var(--gold); margin-bottom: 20px; }
.eyebrow::before { content: ''; display: block; width: 28px; height: 1px; background: var(--gold); }
.hero h1 { font-size: clamp(44px, 6vw, 88px); line-height: 1.03; max-width: 820px; margin-bottom: 20px; }
.gold-text { background: linear-gradient(135deg, var(--gold) 0%, var(--gold2) 50%, var(--gold) 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.hero p { font-size: 17px; color: var(--ghost); max-width: 500px; line-height: 1.78; margin-bottom: 42px; font-weight: 300; }

/* Buttons */
.btns { display: flex; gap: 14px; flex-wrap: wrap; }
.btn-g { background: var(--gold); color: var(--obsidian); padding: 15px 32px; font-family: 'Outfit', sans-serif; font-weight: 700; font-size: 13px; letter-spacing: .08em; text-transform: uppercase; border: none; border-radius: 5px; text-decoration: none; display: inline-block; transition: background .3s, transform .3s; cursor: pointer; }
.btn-g:hover { background: var(--gold2); transform: translateY(-2px); }
.btn-o { background: transparent; color: #fff; padding: 15px 32px; font-family: 'Outfit', sans-serif; font-weight: 600; font-size: 13px; letter-spacing: .08em; text-transform: uppercase; border: 1px solid rgba(255,255,255,.3); border-radius: 5px; text-decoration: none; display: inline-block; transition: all .3s; }
.btn-o:hover { border-color: var(--gold); color: var(--gold); transform: translateY(-2px); }

/* ── MARQUEE ── */
.marquee-wrap { background: var(--gold); padding: 14px 0; overflow: hidden; position: relative; }
.marquee-track { display: flex; gap: 0; white-space: nowrap; animation: mq 35s linear infinite; }
.marquee-track:hover { animation-play-state: paused; }
.mq-item { display: inline-flex; align-items: center; gap: 20px; padding: 0 28px; font-family: 'Outfit', sans-serif; font-size: 12px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--obsidian); }
.mq-dot { width: 5px; height: 5px; border-radius: 50%; background: var(--obsidian); opacity: .4; flex-shrink: 0; }
@keyframes mq { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ── STATS ── */
.stats { background: var(--navy); padding: 56px 60px; border-top: 1px solid rgba(212,168,67,.15); border-bottom: 1px solid rgba(212,168,67,.15); }
.stats-g { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: repeat(4,1fr); }
.stat { text-align: center; padding: 0 20px; border-right: 1px solid rgba(212,168,67,.12); }
.stat:last-child { border-right: none; }
.sn { font-family: 'Bricolage Grotesque', sans-serif; font-size: 52px; font-weight: 800; color: var(--gold); line-height: 1; margin-bottom: 8px; }
.sl { font-family: 'Outfit', sans-serif; font-size: 11px; letter-spacing: .1em; text-transform: uppercase; color: var(--ghost); opacity: .7; }

/* ── SHARED ── */
.sec { padding: 108px 60px; }
.wrap { max-width: 1200px; margin: 0 auto; }
.tag { display: inline-flex; align-items: center; gap: 10px; font-family: 'Outfit', sans-serif; font-size: 10px; letter-spacing: .22em; text-transform: uppercase; color: var(--gold); margin-bottom: 16px; }
.tag::before { content: ''; display: block; width: 22px; height: 1px; background: var(--gold); }
.stitle { font-size: clamp(32px, 3.8vw, 52px); line-height: 1.1; }
.sbody { font-size: 15px; color: var(--ghost); line-height: 1.82; font-weight: 300; }

/* ── ABOUT ── */
.about { background: var(--obsidian); }
.about-g { display: grid; grid-template-columns: 1fr 1fr; gap: 84px; align-items: center; }
.about-txt .sbody { margin: 22px 0 36px; }
.usps { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.usp { display: flex; align-items: flex-start; gap: 12px; }
.u-ico { width: 36px; height: 36px; flex-shrink: 0; border: 1px solid rgba(212,168,67,.45); border-radius: 5px; display: flex; align-items: center; justify-content: center; font-size: 15px; }
.usp h5 { font-size: 13px; margin-bottom: 3px; }
.usp p { font-size: 12px; color: var(--ghost); line-height: 1.55; }
.about-img { position: relative; }
.about-img img { width: 100%; height: 560px; object-fit: cover; border-radius: 10px; }
.corner { position: absolute; bottom: -20px; left: -20px; width: 160px; height: 160px; border: 2px solid var(--gold); border-radius: 10px; z-index: -1; }
.badge { position: absolute; bottom: 28px; right: -18px; background: var(--gold); color: var(--obsidian); padding: 18px 22px; border-radius: 10px; text-align: center; box-shadow: 0 20px 48px rgba(0,0,0,.5); }
.badge strong { font-family: 'Bricolage Grotesque', sans-serif; font-size: 38px; font-weight: 800; display: block; line-height: 1; }
.badge span { font-family: 'Outfit', sans-serif; font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }

/* ── SERVICES ── */
.services { background: var(--navy); position: relative; overflow: hidden; }
.services::after { content: ''; position: absolute; top: 0; right: 0; width: 400px; height: 400px; background: radial-gradient(circle, rgba(212,168,67,.06) 0%, transparent 70%); pointer-events: none; }
.svc-h { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 52px; flex-wrap: wrap; gap: 20px; }
.svc-g { display: grid; grid-template-columns: repeat(3,1fr); gap: 2px; }
.svc { background: rgba(10,10,10,.5); backdrop-filter: blur(8px); border: 1px solid rgba(212,168,67,.1); padding: 38px 32px; position: relative; overflow: hidden; transition: border-color .35s, background .35s, transform .35s; border-radius: 2px; }
.svc::before { content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 2px; background: linear-gradient(90deg, var(--gold), var(--gold2)); transform: scaleX(0); transform-origin: left; transition: transform .45s; }
.svc:hover::before { transform: scaleX(1); }
.svc:hover { background: rgba(13,27,42,.8); border-color: rgba(212,168,67,.28); transform: translateY(-5px); }
.svc-n { font-family: 'Bricolage Grotesque', sans-serif; font-size: 58px; font-weight: 800; color: rgba(212,168,67,.07); line-height: 1; margin-bottom: 12px; }
.svc h4 { font-size: 17px; color: #fff; margin-bottom: 11px; line-height: 1.35; }
.svc p { font-size: 13.5px; color: var(--ghost); line-height: 1.72; }
.svc-lnk { display: inline-flex; align-items: center; gap: 8px; margin-top: 20px; color: var(--gold); font-family: 'Outfit', sans-serif; font-size: 11px; font-weight: 700; letter-spacing: .1em; text-decoration: none; text-transform: uppercase; transition: gap .3s; }
.svc:hover .svc-lnk { gap: 14px; }

/* ── PROCESS ── */
.process { background: var(--obsidian); }
.proc-g { display: grid; grid-template-columns: repeat(4,1fr); gap: 2px; margin-top: 56px; position: relative; }
.proc-g::before { content: ''; position: absolute; top: 36px; left: 12.5%; right: 12.5%; height: 1px; background: linear-gradient(90deg, transparent, var(--gold), transparent); opacity: .3; }
.step { padding: 36px 24px; border: 1px solid rgba(212,168,67,.1); background: rgba(13,27,42,.3); border-radius: 2px; text-align: center; position: relative; transition: border-color .3s; }
.step:hover { border-color: rgba(212,168,67,.35); }
.step-num { width: 54px; height: 54px; border-radius: 50%; border: 1px solid var(--gold); display: flex; align-items: center; justify-content: center; margin: 0 auto 20px; font-family: 'Bricolage Grotesque', sans-serif; font-size: 20px; font-weight: 800; color: var(--gold); }
.step h4 { font-size: 15px; margin-bottom: 10px; }
.step p { font-size: 13px; color: var(--ghost); line-height: 1.65; }

/* ── PORTFOLIO ── */
.portfolio { background: var(--navy); }
.port-h { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 40px; flex-wrap: wrap; gap: 20px; }
.port-g { display: grid; grid-template-columns: repeat(12,1fr); grid-auto-rows: 300px; gap: 3px; }
.pi { overflow: hidden; position: relative; cursor: pointer; }
.pi:nth-child(1) { grid-column: 1/6; }
.pi:nth-child(2) { grid-column: 6/9; }
.pi:nth-child(3) { grid-column: 9/13; }
.pi:nth-child(4) { grid-column: 1/5; }
.pi:nth-child(5) { grid-column: 5/9; }
.pi:nth-child(6) { grid-column: 9/13; }
.pi:nth-child(7) { grid-column: 1/4; }
.pi:nth-child(8) { grid-column: 4/8; }
.pi:nth-child(9) { grid-column: 8/11; }
.pi:nth-child(10) { grid-column: 11/13; }
.pi img { width: 100%; height: 100%; object-fit: cover; transition: transform .65s ease; }
.pi:hover img { transform: scale(1.07); }
.pi-ov { position: absolute; inset: 0; background: linear-gradient(to top, rgba(10,10,10,.88) 0%, transparent 55%); opacity: 0; transition: opacity .4s; display: flex; align-items: flex-end; padding: 20px; }
.pi:hover .pi-ov { opacity: 1; }
.pi-ov span { display: block; font-size: 9px; font-family: 'Outfit', sans-serif; letter-spacing: .18em; text-transform: uppercase; color: var(--gold); margin-bottom: 4px; }
.pi-ov h5 { font-size: 14px; }

/* ── PRICING ── */
.pricing { background: var(--obsidian); position: relative; overflow: hidden; }
.pricing::before { content: ''; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 600px; height: 600px; background: radial-gradient(circle, rgba(212,168,67,.04) 0%, transparent 70%); pointer-events: none; }
.price-g { display: grid; grid-template-columns: repeat(3,1fr); gap: 2px; margin-top: 52px; }
.price-card { background: rgba(13,27,42,.4); border: 1px solid rgba(212,168,67,.12); padding: 40px 32px; border-radius: 2px; transition: border-color .35s, transform .35s; position: relative; overflow: hidden; }
.price-card.featured { background: rgba(13,27,42,.7); border-color: rgba(212,168,67,.4); }
.price-card:hover { border-color: rgba(212,168,67,.45); transform: translateY(-4px); }
.price-tag { font-family: 'Outfit', sans-serif; font-size: 10px; letter-spacing: .18em; text-transform: uppercase; color: var(--gold); margin-bottom: 10px; }
.price-card h3 { font-size: 22px; margin-bottom: 14px; }
.price-val { font-family: 'Bricolage Grotesque', sans-serif; font-size: 48px; font-weight: 800; color: var(--gold); line-height: 1; margin-bottom: 6px; }
.price-sub { font-size: 12px; color: var(--ghost); margin-bottom: 28px; opacity: .7; }
.price-card ul { list-style: none; margin-bottom: 32px; }
.price-card li { font-size: 13.5px; color: var(--ghost); padding: 8px 0; border-bottom: 1px solid rgba(255,255,255,.05); display: flex; align-items: center; gap: 10px; }
.price-card li::before { content: '✓'; color: var(--gold); font-weight: 700; font-size: 12px; flex-shrink: 0; }
.feat-badge { position: absolute; top: 20px; right: 20px; background: var(--gold); color: var(--obsidian); font-family: 'Outfit', sans-serif; font-size: 9px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; padding: 5px 10px; border-radius: 3px; }

/* ── FAQ ── */
.faq { background: var(--navy); }
.faq-g { display: grid; grid-template-columns: 1fr 1.4fr; gap: 80px; align-items: start; margin-top: 52px; }
.faq-aside h3 { font-size: 28px; margin-bottom: 16px; }
.faq-aside p { font-size: 14px; color: var(--ghost); line-height: 1.75; margin-bottom: 28px; }
.faq-contact { display: flex; flex-direction: column; gap: 14px; }
.faq-con { display: flex; align-items: center; gap: 12px; padding: 14px 18px; background: rgba(10,10,10,.5); border: 1px solid rgba(212,168,67,.12); border-radius: 6px; text-decoration: none; transition: border-color .3s; }
.faq-con:hover { border-color: rgba(212,168,67,.4); }
.faq-con .ico { font-size: 20px; flex-shrink: 0; }
.faq-con .ct span { display: block; font-size: 9px; font-family: 'Outfit', sans-serif; letter-spacing: .16em; text-transform: uppercase; color: rgba(255,255,255,.35); margin-bottom: 2px; }
.faq-con .ct strong { font-family: 'Outfit', sans-serif; font-size: 14px; font-weight: 600; color: #fff; }
.acc-item { border-bottom: 1px solid rgba(212,168,67,.1); }
.acc-btn { width: 100%; background: none; border: none; color: #fff; text-align: left; padding: 20px 0; display: flex; justify-content: space-between; align-items: center; gap: 16px; cursor: pointer; font-family: 'Outfit', sans-serif; font-size: 15px; font-weight: 600; transition: color .3s; }
.acc-btn:hover { color: var(--gold); }
.acc-icon { width: 24px; height: 24px; border: 1px solid rgba(212,168,67,.3); border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; transition: background .3s, transform .3s; font-size: 12px; color: var(--gold); }
.acc-btn.open .acc-icon { background: var(--gold); color: var(--obsidian); transform: rotate(45deg); }
.acc-body { max-height: 0; overflow: hidden; transition: max-height .4s ease; }
.acc-body.open { max-height: 400px; }
.acc-body p { font-size: 14px; color: var(--ghost); line-height: 1.8; padding-bottom: 20px; font-weight: 300; }

/* ── AREAS ── */
.areas { background: var(--obsidian); }
.areas-g { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; margin-top: 52px; }
.area-pills { display: flex; flex-wrap: wrap; gap: 10px; }
.pill { display: inline-flex; align-items: center; gap: 7px; padding: 10px 18px; border: 1px solid rgba(212,168,67,.2); border-radius: 100px; font-family: 'Outfit', sans-serif; font-size: 13px; color: var(--ghost); transition: border-color .3s, color .3s; }
.pill:hover { border-color: var(--gold); color: var(--gold); }
.pill::before { content: '📍'; font-size: 12px; }
.area-info h3 { font-size: 28px; margin-bottom: 16px; }
.area-info p { font-size: 14px; color: var(--ghost); line-height: 1.75; margin-bottom: 20px; }
.area-hours { background: rgba(13,27,42,.6); border: 1px solid rgba(212,168,67,.15); border-radius: 8px; padding: 24px 28px; }
.hour-row { display: flex; justify-content: space-between; padding: 8px 0; border-bottom: 1px solid rgba(255,255,255,.05); font-size: 13px; }
.hour-row:last-child { border-bottom: none; }
.hour-row .day { color: var(--ghost); opacity: .7; }
.hour-row .time { color: var(--gold); font-family: 'Outfit', sans-serif; font-weight: 600; }

/* ── CTA ── */
.cta { background: var(--navy); padding: 110px 60px; position: relative; overflow: hidden; }
.cta::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse at 50% 50%, rgba(212,168,67,.07) 0%, transparent 65%); pointer-events: none; }
.cta-in { max-width: 820px; margin: 0 auto; text-align: center; position: relative; z-index: 1; }
.cta-in .tag { justify-content: center; }
.cta-in .tag::before { display: none; }
.cta-in .tag::after { content: ''; display: block; width: 22px; height: 1px; background: var(--gold); }
.cta-in h2 { font-size: clamp(34px, 4vw, 58px); margin-bottom: 16px; }
.cta-in p { font-size: 16px; color: var(--ghost); line-height: 1.8; margin-bottom: 44px; font-weight: 300; }
.cta-btns { display: flex; justify-content: center; gap: 14px; flex-wrap: wrap; }
.cons { margin-top: 52px; display: flex; justify-content: center; gap: 52px; flex-wrap: wrap; }
.con { display: flex; align-items: center; gap: 14px; }
.con-ico { width: 44px; height: 44px; border: 1px solid rgba(212,168,67,.28); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 18px; flex-shrink: 0; }
.con-t span { display: block; font-size: 9px; font-family: 'Outfit', sans-serif; letter-spacing: .18em; text-transform: uppercase; color: rgba(255,255,255,.35); margin-bottom: 3px; }
.con-t strong { font-family: 'Outfit', sans-serif; font-size: 14px; font-weight: 600; }

/* ── FOOTER ── */
footer { background: var(--obsidian); border-top: 1px solid rgba(212,168,67,.1); padding: 60px; }
.foot-g { max-width: 1200px; margin: 0 auto; }
.foot-top { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 52px; margin-bottom: 48px; }
.foot-brand img { width: 50px; height: 50px; object-fit: contain; background: #fff; border-radius: 6px; padding: 3px; margin-bottom: 14px; }
.foot-brand p { font-size: 13px; color: var(--ghost); line-height: 1.7; margin-top: 10px; opacity: .62; }
.foot-brand .sl { margin-top: 12px; color: var(--gold); font-family: 'Outfit', sans-serif; font-size: 11px; font-weight: 700; letter-spacing: .12em; opacity: 1; }
.fcol h5 { font-size: 10px; letter-spacing: .16em; text-transform: uppercase; color: var(--gold); margin-bottom: 18px; font-family: 'Outfit', sans-serif; }
.fcol ul { list-style: none; }
.fcol li { margin-bottom: 9px; }
.fcol a { color: var(--ghost); text-decoration: none; font-size: 13px; opacity: .62; transition: opacity .3s, color .3s; }
.fcol a:hover { color: var(--gold); opacity: 1; }
.foot-bot { border-top: 1px solid rgba(255,255,255,.05); padding-top: 26px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px; }
.foot-bot p { font-size: 11px; color: rgba(255,255,255,.22); }
.foot-bot a { color: var(--gold); text-decoration: none; }

/* ── ANIMATIONS ── */
.fi { opacity: 0; transform: translateY(26px); transition: opacity .7s ease, transform .7s ease; }
.fi.v { opacity: 1; transform: none; }
.d1 { transition-delay: .1s; }
.d2 { transition-delay: .2s; }
.d3 { transition-delay: .3s; }
.d4 { transition-delay: .4s; }

/* ── RESPONSIVE ── */
@media (max-width: 1100px) {
  .svc-g { grid-template-columns: 1fr 1fr; }
  .price-g { grid-template-columns: 1fr 1fr; }
  .proc-g { grid-template-columns: 1fr 1fr; gap: 3px; }
  .proc-g::before { display: none; }
  .about-g { grid-template-columns: 1fr; gap: 48px; }
  .about-img { order: -1; }
  .about-img img { height: 360px; }
  .badge { right: 14px; }
  .faq-g { grid-template-columns: 1fr; gap: 40px; }
  .areas-g { grid-template-columns: 1fr; }
  .foot-top { grid-template-columns: 1fr 1fr; }
  .stats-g { grid-template-columns: 1fr 1fr; }
  .stat { border-right: none; border-bottom: 1px solid rgba(212,168,67,.12); padding-bottom: 24px; }
  .stat:nth-child(odd) { border-right: 1px solid rgba(212,168,67,.12); }
  .stat:nth-last-child(-n+2) { border-bottom: none; }
}
@media (max-width: 768px) {
  .nav { padding: 15px 24px; }
  .nav.up { padding: 11px 24px; }
  .links { display: none; }
  .hbg { display: flex; }
  .sec, .stats, .cta, footer { padding: 64px 24px; }
  .hero-content { padding: 0 24px; padding-top: 80px; }
  .hero h1 { font-size: 38px; }
  .usps { grid-template-columns: 1fr; }
  .svc-g, .proc-g, .price-g { grid-template-columns: 1fr; }
  .port-g { grid-template-columns: 1fr 1fr; grid-auto-rows: 220px; }
  .pi:nth-child(n) { grid-column: span 1; }
  .foot-top { grid-template-columns: 1fr; }
  .foot-bot { flex-direction: column; text-align: center; }
  .svc-h, .port-h { flex-direction: column; }
  .cons { flex-direction: column; align-items: center; gap: 24px; }
}
