:root {
  --bg: #08070b;
  --bg-soft: #0e0c14;
  --panel: #12101a;
  --panel-2: #181422;
  --line: rgba(255,255,255,.09);
  --line-strong: rgba(190,135,255,.2);
  --text: #f7f4fb;
  --muted: #aaa3b5;
  --purple: #8b5cf6;
  --purple-2: #b47cff;
  --purple-deep: #4c1d95;
  --green: #5cff9d;
  --shadow: 0 28px 80px rgba(0,0,0,.32);
  --radius: 24px;
  --radius-sm: 16px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background:
    radial-gradient(circle at 85% 8%, rgba(100,49,160,.12), transparent 25%),
    var(--bg);
  color: var(--text);
  font-family: Inter, Arial, system-ui, sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image: linear-gradient(rgba(255,255,255,.013) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.013) 1px, transparent 1px);
  background-size: 46px 46px;
  mask-image: linear-gradient(to bottom, black, transparent 86%);
  z-index: -2;
}
.hero-photo-card {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
}

.hero-photo-card .photo-placeholder {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.hero-photo-card .profile-image {
  position: absolute;

  width: 100%;
  height: 100%;

  object-fit: cover;

  /* Focus crop toward Bilal */
  object-position: 78% 25%;

  /* Zoom in so we don't see so much empty blue */
  transform: scale(1.35);

  transform-origin: 75% 30%;

  display: block;
}


a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section-pad { padding: 116px 0; position: relative; }
.section-tinted { background: linear-gradient(180deg, rgba(255,255,255,.018), rgba(139,92,246,.035)); border-block: 1px solid var(--line); }

.cursor-glow {
  width: 420px; height: 420px; border-radius: 50%;
  position: fixed; pointer-events: none; z-index: -1;
  background: rgba(117,68,190,.1); filter: blur(80px);
  transform: translate(-50%, -50%); opacity: .55;
}

.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(8,7,11,.74);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid transparent;
  transition: border-color .25s ease, background .25s ease;
}
.site-header.scrolled { border-color: var(--line); background: rgba(8,7,11,.9); }
.nav-wrap { min-height: 82px; display: flex; align-items: center; gap: 34px; }
.brand { display: inline-flex; align-items: center; gap: 12px; min-width: max-content; }
.brand-mark { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 12px; font-family: Inter, Arial, system-ui, sans-serif; font-weight: 800; font-size: 13px; background: linear-gradient(135deg, var(--purple), #5b21b6); box-shadow: 0 10px 30px rgba(139,92,246,.25); }
.brand-copy { display: grid; line-height: 1.15; gap: 4px; }
.brand-copy strong { font-family: Inter, Arial, system-ui, sans-serif; font-size: 13px; letter-spacing: .08em; }
.brand-copy small { color: var(--muted); font-size: 10px; }
.nav-links { display: flex; align-items: center; gap: 25px; margin-left: auto; }
.nav-links a { color: #c8c1d0; font-size: 13px; transition: color .2s ease; }
.nav-links a:hover { color: white; }
.menu-toggle { display: none; border: 0; background: none; width: 42px; height: 42px; padding: 10px; margin-left: auto; cursor: pointer; }
.menu-toggle span { display: block; height: 2px; background: white; margin: 5px 0; border-radius: 4px; transition: .25s; }

.button { min-height: 52px; padding: 0 22px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; border-radius: 12px; font-weight: 700; font-size: 14px; border: 1px solid transparent; transition: transform .2s ease, background .2s ease, border-color .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: linear-gradient(135deg, #9b6df7, #7138d1); color: white; box-shadow: 0 14px 38px rgba(139,92,246,.22); }
.button-primary:hover { box-shadow: 0 18px 45px rgba(139,92,246,.32); }
.button-outline { border-color: rgba(170,117,255,.5); color: #e9ddff; background: rgba(139,92,246,.06); }
.button-ghost { border-color: var(--line); background: rgba(255,255,255,.025); color: #ded8e6; }
.button-whatsapp { background: rgba(92,255,157,.08); border-color: rgba(92,255,157,.25); color: #a7ffc9; }
.button-small { min-height: 42px; padding: 0 16px; font-size: 12px; }

.hero { min-height: calc(100vh - 82px); display: flex; align-items: center; overflow: hidden; padding-top: 74px; }
.hero-grid { display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 72px; }
.hero-orb { position: absolute; border-radius: 50%; filter: blur(85px); pointer-events: none; }
.hero-orb-one { width: 430px; height: 430px; right: -120px; top: 50px; background: rgba(101,44,165,.2); }
.hero-orb-two { width: 330px; height: 330px; left: -150px; bottom: -80px; background: rgba(104,54,180,.09); }
.status-pill { display: inline-flex; align-items: center; gap: 9px; border: 1px solid rgba(92,255,157,.18); background: rgba(92,255,157,.055); color: #bcffd4; padding: 8px 12px; border-radius: 999px; font-size: 12px; margin-bottom: 30px; }
.status-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 5px rgba(92,255,157,.08); }
.eyebrow { color: #a984ef; font-size: 12px; font-weight: 800; letter-spacing: .18em; margin: 0 0 18px; }
h1,h2,h3 { font-family: Inter, Arial, system-ui, sans-serif; line-height: 1.08; letter-spacing: -.035em; }
h1 { font-size: clamp(48px, 6vw, 78px); margin: 0; max-width: 820px; }
h1 span, h2 span { color: #b98cff; }
.hero-text { max-width: 700px; color: #bcb5c6; font-size: 18px; margin: 28px 0 30px; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 34px; color: #8f8798; font-size: 12px; }
.hero-proof strong { color: white; font-weight: 700; }

.hero-visual { position: relative; }
.photo-card { position: relative; border: 1px solid var(--line-strong); border-radius: 30px; overflow: visible; background: linear-gradient(160deg, #16101f, #0d0b11); box-shadow: var(--shadow); }
.hero-photo-card { aspect-ratio: .88; max-width: 480px; margin-left: auto; position: relative;
  overflow: hidden; }
.hero-photo-card::before { content: ""; position: absolute; inset: 14px; border: 1px solid rgba(255,255,255,.06); border-radius: 22px; pointer-events: none; z-index: 3; }
.photo-placeholder { height: 100%; display: grid; place-items: center; align-content: center; gap: 8px; color: #e7ddf1; background: radial-gradient(circle at 50% 27%, rgba(183,133,255,.24), transparent 34%), linear-gradient(150deg, #1a1325 0%, #0c0a0e 66%); overflow: hidden; border-radius: inherit; }
.photo-placeholder span { font-family: Inter, Arial, system-ui, sans-serif; font-size: clamp(64px, 9vw, 116px); line-height: 1; font-weight: 800; letter-spacing: -.08em; color: rgba(255,255,255,.13); }
.photo-placeholder small { color: #8e8598; font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.photo-gradient { position: absolute; inset: auto 0 0; height: 42%; background: linear-gradient(transparent, rgba(12,7,17,.94)); border-radius: 0 0 30px 30px; }
.floating-card { position: absolute; z-index: 5; width: 174px; border: 1px solid rgba(255,255,255,.12); background: rgba(14,11,20,.8); backdrop-filter: blur(18px); border-radius: 16px; padding: 16px; box-shadow: 0 18px 50px rgba(0,0,0,.25); }
.floating-card-top { right: -25px; top: 18%; }
.floating-card-bottom { left: -28px; bottom: 13%; }
.floating-label { display: block; color: #8f8798; font-size: 10px; text-transform: uppercase; letter-spacing: .08em; margin-bottom: 6px; }
.floating-card strong { font-family: Inter, Arial, system-ui, sans-serif; font-size: 22px; }

.metric-strip { border-block: 1px solid var(--line); background: rgba(255,255,255,.015); }
.metric-grid { display: grid; grid-template-columns: repeat(4,1fr); }
.metric { padding: 38px 28px; text-align: center; position: relative; }
.metric:not(:last-child)::after { content: ""; position: absolute; width: 1px; right: 0; top: 28%; bottom: 28%; background: var(--line); }
.metric-number { font-family: Inter, Arial, system-ui, sans-serif; font-size: clamp(32px, 4vw, 48px); font-weight: 800; letter-spacing: -.05em; }
.metric p { margin: 3px 0 0; color: var(--muted); font-size: 12px; }

.brand-strip { padding: 44px 0 50px; border-bottom: 1px solid var(--line); overflow: hidden; }
.strip-label { text-align: center; text-transform: uppercase; letter-spacing: .16em; color: #77717f; font-size: 10px; margin: 0 0 28px; }
.marquee { overflow: hidden; mask-image: linear-gradient(to right, transparent, black 8%, black 92%, transparent); }
.marquee-track { display: flex; align-items: center; gap: 72px; width: max-content; animation: marquee 28s linear infinite; }
.marquee-track span { color: #6f6878; font-family: Inter, Arial, system-ui, sans-serif; font-size: 13px; font-weight: 800; letter-spacing: .08em; white-space: nowrap; }
@keyframes marquee { to { transform: translateX(-50%); } }

.about-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 84px; align-items: center; }
.about-gallery { display: grid; grid-template-columns: 1.2fr .8fr; grid-template-rows: repeat(2, 180px); gap: 14px; }
.gallery-main { grid-row: 1 / 3; border: 1px solid var(--line); border-radius: 26px; }
.gallery-small { border-radius: 22px; border: 1px solid var(--line); display: grid; place-items: center; text-align: center; font-family: Inter, Arial, system-ui, sans-serif; font-weight: 800; color: rgba(255,255,255,.72); }
.gallery-a { background: radial-gradient(circle at 20% 20%, rgba(141,90,230,.36), transparent 38%), #111018; }
.gallery-b { background: radial-gradient(circle at 80% 70%, rgba(91,33,182,.34), transparent 42%), #111018; }
.section-copy h2, .section-heading h2, .faq-heading h2, .cta-copy h2, .platform-wrap h2 { font-size: clamp(38px, 5vw, 60px); margin: 0 0 22px; }
.section-copy > p:not(.eyebrow), .section-heading > p:not(.eyebrow), .faq-heading > p:not(.eyebrow), .cta-copy > p:not(.eyebrow) { color: var(--muted); font-size: 16px; max-width: 710px; }
.mini-points { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 30px; }
.mini-points span { border: 1px solid var(--line); border-radius: 12px; background: rgba(255,255,255,.02); padding: 12px 14px; color: #d3ccd9; font-size: 13px; }
.mini-points span::before { content: "✦"; color: var(--purple-2); margin-right: 8px; }

.section-heading { margin-bottom: 48px; }
.section-heading.centered { text-align: center; max-width: 760px; margin-inline: auto; margin-bottom: 52px; }
.section-heading.centered p:not(.eyebrow) { margin-inline: auto; }
.results-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; }
.result-card { border: 1px solid var(--line); border-radius: var(--radius-sm); background: linear-gradient(150deg, rgba(255,255,255,.035), rgba(255,255,255,.01)); padding: 28px; transition: transform .25s ease, border-color .25s ease; }
.result-card:hover { transform: translateY(-6px); border-color: rgba(168,116,255,.3); }
.result-icon { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 10px; color: #c6a5ff; background: rgba(139,92,246,.09); border: 1px solid rgba(139,92,246,.14); margin-bottom: 36px; }
.result-card strong { display: block; font-family: Inter, Arial, system-ui, sans-serif; font-size: 38px; letter-spacing: -.05em; margin-bottom: 6px; }
.result-card h3 { font-size: 15px; margin: 0 0 8px; }
.result-card p { color: var(--muted); font-size: 12px; margin: 0; }

.case-filter { display: flex; gap: 9px; flex-wrap: wrap; margin-bottom: 30px; }
.filter-btn { background: rgba(255,255,255,.02); color: #a9a2b2; border: 1px solid var(--line); border-radius: 999px; padding: 9px 15px; cursor: pointer; font-size: 12px; transition: .2s; }
.filter-btn:hover, .filter-btn.active { background: rgba(139,92,246,.12); color: #e9ddff; border-color: rgba(139,92,246,.35); }
.case-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.case-card { border: 1px solid var(--line); background: #0f0d14; border-radius: 24px; overflow: hidden; transition: transform .25s ease, border-color .25s ease, opacity .25s ease; }
.case-card:hover { transform: translateY(-5px); border-color: rgba(154,105,237,.3); }
.case-card.hidden { display: none; }
.case-visual { height: 270px; display: grid; place-items: center; overflow: hidden; position: relative; }
.gradient-one { background: radial-gradient(circle at 20% 20%, rgba(173,124,255,.4), transparent 30%), linear-gradient(140deg, #21172f, #0b0a0d); }
.gradient-two { background: radial-gradient(circle at 80% 10%, rgba(91,33,182,.55), transparent 35%), linear-gradient(150deg, #130f1d, #09080b); }
.gradient-three { background: linear-gradient(135deg, #191020, #100b14 55%, #26123d); }
.gradient-four { background: linear-gradient(135deg, #0b0a0d, #27133d); }
.gradient-five { background: radial-gradient(circle at 30% 30%, rgba(205,158,255,.22), transparent 36%), #100d15; }
.gradient-six { background: radial-gradient(circle at 70% 32%, rgba(110,61,175,.36), transparent 36%), #0d0b10; }
.dashboard-mock { width: 75%; height: 69%; border-radius: 16px; padding: 24px; background: rgba(7,7,10,.65); border: 1px solid rgba(255,255,255,.12); box-shadow: 0 25px 70px rgba(0,0,0,.35); transform: rotate(-2deg); }
.dash-line { height: 8px; border-radius: 99px; background: rgba(255,255,255,.12); width: 38%; margin-bottom: 10px; }
.dash-line.wide { width: 62%; background: rgba(181,132,255,.35); }
.dash-chart { height: 75px; display: flex; align-items: end; gap: 8px; margin-top: 28px; }
.dash-chart i { display: block; flex: 1; border-radius: 5px 5px 0 0; background: linear-gradient(#aa76fb, #4f1e84); }
.dash-chart i:nth-child(1){height:30%}.dash-chart i:nth-child(2){height:48%}.dash-chart i:nth-child(3){height:42%}.dash-chart i:nth-child(4){height:71%}.dash-chart i:nth-child(5){height:63%}.dash-chart i:nth-child(6){height:91%}
.dash-kpi strong { display: block; font-size: 12px; }.dash-kpi span { color: #827b89; font-size: 10px; }
.big-monogram { font-family: Inter, Arial, system-ui, sans-serif; font-weight: 800; font-size: 80px; color: rgba(255,255,255,.09); letter-spacing: -.08em; }
.case-content { padding: 26px; }
.case-meta { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 16px; }
.case-meta span { font-size: 10px; color: #b89be4; border: 1px solid rgba(139,92,246,.18); background: rgba(139,92,246,.06); padding: 6px 9px; border-radius: 999px; }
.case-content h3 { font-size: 28px; margin: 0 0 10px; }
.case-content p { color: var(--muted); font-size: 14px; margin: 0 0 18px; }
.case-content a { color: #c9a8ff; font-weight: 700; font-size: 12px; }

.process-section { border-block: 1px solid var(--line); background: linear-gradient(180deg, rgba(113,56,209,.04), transparent); }
.process-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; }
.process-card { position: relative; min-height: 290px; border: 1px solid var(--line); border-radius: 20px; background: rgba(255,255,255,.018); padding: 28px; overflow: hidden; }
.process-card::after { content: ""; position: absolute; width: 130px; height: 130px; border: 1px solid rgba(156,103,255,.12); border-radius: 50%; right: -68px; bottom: -68px; }
.step { color: #9e72e8; font-family: Inter, Arial, system-ui, sans-serif; font-weight: 800; font-size: 12px; letter-spacing: .1em; }
.process-card h3 { margin: 66px 0 13px; font-size: 21px; }
.process-card p { margin: 0; color: var(--muted); font-size: 13px; }

.services-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 14px; }
.service-card { display: grid; grid-template-columns: 44px 185px 1fr; align-items: start; gap: 20px; border: 1px solid var(--line); border-radius: 16px; padding: 24px; background: rgba(255,255,255,.018); transition: background .2s, border-color .2s; }
.service-card:hover { background: rgba(139,92,246,.04); border-color: rgba(139,92,246,.22); }
.service-card > span { color: #8566b8; font-family: Inter, Arial, system-ui, sans-serif; font-size: 11px; }
.service-card h3 { margin: 0; font-size: 18px; }
.service-card p { margin: 0; color: var(--muted); font-size: 13px; }

.platforms-section { border-block: 1px solid var(--line); background: #0b0910; padding: 74px 0; }
.platform-wrap { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 80px; }
.platform-wrap h2 { margin-bottom: 0; font-size: clamp(34px,4vw,50px); }
.platform-cloud { display: flex; flex-wrap: wrap; gap: 10px; }
.platform-cloud span { padding: 13px 17px; border-radius: 12px; border: 1px solid var(--line); background: rgba(255,255,255,.025); color: #d3cbdc; font-weight: 700; font-size: 13px; }
.platform-cloud span:nth-child(1), .platform-cloud span:nth-child(4), .platform-cloud span:nth-child(5) { border-color: rgba(139,92,246,.25); background: rgba(139,92,246,.06); }

.testimonial-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.testimonial-card { border: 1px solid var(--line); border-radius: 20px; background: #0f0d14; padding: 30px; }
.quote { font-family: Georgia, serif; font-size: 54px; color: #8b5cf6; line-height: 1; }
.testimonial-card > p { color: #c9c1d1; min-height: 132px; font-size: 14px; }
.testimonial-person { display: grid; gap: 2px; border-top: 1px solid var(--line); padding-top: 18px; }
.testimonial-person span { font-weight: 700; }.testimonial-person small { color: #7f7887; }

.faq-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 90px; align-items: start; }
.faq-heading { position: sticky; top: 130px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-question { width: 100%; display: flex; justify-content: space-between; gap: 20px; align-items: center; background: none; border: 0; color: white; padding: 23px 0; text-align: left; cursor: pointer; font-weight: 700; }
.faq-question i { font-style: normal; color: #a57ada; font-size: 24px; transition: transform .25s ease; }
.faq-item.active .faq-question i { transform: rotate(45deg); }
.faq-answer { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .3s ease; }
.faq-answer > p { overflow: hidden; margin: 0; color: var(--muted); font-size: 14px; }
.faq-item.active .faq-answer { grid-template-rows: 1fr; }
.faq-item.active .faq-answer > p { padding: 0 0 24px; }

.cta-section { padding: 20px 0 110px; }
.cta-card { position: relative; overflow: hidden; border: 1px solid rgba(148,97,232,.22); background: linear-gradient(135deg, #15101f 0%, #0c0a0e 63%); border-radius: 30px; padding: 64px; display: grid; grid-template-columns: 1.2fr .8fr; gap: 70px; box-shadow: var(--shadow); }
.cta-glow { position: absolute; width: 400px; height: 400px; left: -150px; top: -170px; border-radius: 50%; background: rgba(130,73,213,.17); filter: blur(70px); }
.cta-copy { position: relative; z-index: 1; }
.cta-copy h2 { max-width: 700px; }
.cta-copy ul { list-style: none; padding: 0; margin: 24px 0 28px; display: grid; gap: 9px; color: #c1b9ca; font-size: 13px; }
.cta-copy li::before { content: "✓"; margin-right: 10px; color: #b891f6; }
.cta-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.placeholder-note { display: block; margin-top: 16px; color: #766f7d; font-size: 10px; }
.contact-panel { position: relative; z-index: 1; border: 1px solid var(--line); border-radius: 20px; background: rgba(0,0,0,.22); padding: 26px; }
.contact-avatar { width: 68px; height: 68px; border-radius: 18px; display: grid; place-items: center; background: linear-gradient(135deg,#9b69ee,#4d1d82); font-family: Inter, Arial, system-ui, sans-serif; font-weight: 800; font-size: 19px; margin-bottom: 20px; }
.contact-panel h3 { font-size: 24px; margin: 0 0 4px; }.contact-panel > p { color: var(--muted); margin: 0 0 24px; font-size: 12px; }
.contact-links { display: grid; }.contact-links a { display: flex; justify-content: space-between; gap: 14px; padding: 13px 0; border-top: 1px solid var(--line); font-size: 12px; }.contact-links span { color: #817a89; }.contact-links strong { font-size: 11px; color: #d8cae9; }

.site-footer { border-top: 1px solid var(--line); padding: 64px 0 24px; background: #070609; }
.footer-grid { display: grid; grid-template-columns: 2fr repeat(3,1fr); gap: 60px; }
.footer-brand { margin-bottom: 18px; }
.footer-grid > div > p { color: #837c8a; font-size: 12px; max-width: 330px; }
.footer-grid > div:not(:first-child) { display: flex; flex-direction: column; gap: 8px; }
.footer-grid > div:not(:first-child) strong { margin-bottom: 8px; font-size: 12px; }
.footer-grid a, .footer-grid span { color: #817a89; font-size: 11px; }
.footer-grid a:hover { color: white; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid var(--line); margin-top: 46px; padding-top: 22px; color: #625c68; font-size: 10px; }

.reveal { opacity: 0; transform: translateY(20px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.delay-1 { transition-delay: .08s; }.delay-2{transition-delay:.16s}.delay-3{transition-delay:.24s}

@media (max-width: 1050px) {
  .nav-links { display: none; position: absolute; top: 82px; left: 20px; right: 20px; padding: 18px; background: rgba(13,11,17,.98); border: 1px solid var(--line); border-radius: 18px; flex-direction: column; align-items: stretch; gap: 0; }
  .nav-links.open { display: flex; }
  .nav-links a { padding: 12px; }
  .menu-toggle { display: block; }
  .nav-cta { display: none; }
  .hero-grid, .about-grid, .faq-grid, .cta-card, .platform-wrap { grid-template-columns: 1fr; }
  .hero-visual { width: min(560px, 90%); margin: 30px auto 0; }
  .hero-photo-card { margin-inline: auto; }
  .results-grid, .process-grid { grid-template-columns: repeat(2,1fr); }
  .services-grid { grid-template-columns: 1fr; }
  .faq-heading { position: static; }
  .testimonial-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1.7fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2; }
}

@media (max-width: 720px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .section-pad { padding: 82px 0; }
  .nav-wrap { min-height: 70px; }
  .brand-copy small { display: none; }
  .hero { min-height: auto; padding-top: 56px; }
  h1 { font-size: clamp(42px, 14vw, 62px); }
  .hero-text { font-size: 16px; }
  .hero-actions .button { width: 100%; }
  .hero-proof { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
  .floating-card { width: 145px; padding: 13px; }
  .floating-card-top { right: -8px; }.floating-card-bottom { left: -8px; }
  .floating-card strong { font-size: 18px; }
  .metric-grid { grid-template-columns: 1fr 1fr; }
  .metric:nth-child(2)::after { display:none; }
  .metric:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .about-gallery { grid-template-rows: repeat(2,130px); }
  .mini-points { grid-template-columns: 1fr; }
  .results-grid, .process-grid, .case-grid, .testimonial-grid { grid-template-columns: 1fr; }
  .service-card { grid-template-columns: 34px 1fr; gap: 14px; }
  .service-card p { grid-column: 2; }
  .cta-card { padding: 34px 24px; border-radius: 22px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 36px; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
  .footer-grid > div:last-child { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; animation: none !important; transition: none !important; }
  .reveal { opacity: 1; transform: none; }
}
