:root {
  --bg: #07111f;
  --bg-soft: #0b1727;
  --surface: #101f32;
  --surface-2: #13253b;
  --surface-light: #f5f7fb;
  --text: #f4f7fb;
  --text-dark: #0d1726;
  --muted: #a8b4c5;
  --muted-dark: #657187;
  --line: rgba(255,255,255,.11);
  --line-dark: #dfe5ee;
  --blue: #4f85ff;
  --blue-strong: #3269ef;
  --mint: #59e0b5;
  --yellow: #ffdc78;
  --shadow: 0 30px 90px rgba(0,0,0,.34);
  --radius-xl: 34px;
  --radius-lg: 24px;
  --radius-md: 17px;
  --shell: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: "DM Sans", 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,.018) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.018) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(to bottom, black 0%, transparent 48%);
  z-index: -3;
}

a { color: inherit; }
button, input, textarea, select { font: inherit; }
img, svg { display: block; max-width: 100%; }

.shell { width: min(calc(100% - 36px), var(--shell)); margin-inline: auto; }
.section-pad { padding: 108px 0; }

.page-glow {
  position: fixed;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  filter: blur(130px);
  opacity: .13;
  z-index: -4;
  pointer-events: none;
}
.glow-one { background: var(--blue); top: -180px; right: -120px; }
.glow-two { background: var(--mint); left: -220px; top: 680px; opacity: .08; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(7,17,31,.78);
  border-bottom: 1px solid rgba(255,255,255,.07);
  backdrop-filter: blur(18px);
}
.nav-shell { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.brand-badge {
  width: 45px; height: 45px; display: grid; place-items: center;
  border-radius: 14px; background: linear-gradient(145deg, var(--blue), #6e55ff);
  color: white; font-family: "Manrope", sans-serif; font-weight: 800;
  box-shadow: 0 12px 30px rgba(79,133,255,.28);
}
.brand-copy { display: flex; flex-direction: column; line-height: 1.18; }
.brand-copy strong { font-family: "Manrope", sans-serif; font-size: .98rem; }
.brand-copy small { color: var(--muted); font-size: .73rem; }
.site-nav { display: flex; align-items: center; gap: 30px; }
.site-nav a { text-decoration: none; color: #dbe5f3; font-weight: 600; font-size: .93rem; }
.site-nav a:hover { color: white; }
.nav-button { padding: 11px 17px; border-radius: 999px; background: white; color: var(--text-dark)!important; }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 11px; background: rgba(255,255,255,.07); border: 1px solid var(--line); border-radius: 12px; }
.menu-toggle span:not(.sr-only) { height: 2px; background: white; display: block; margin: 5px 0; }

.hero { position: relative; padding-top: 92px; }
.hero-grid { display: grid; grid-template-columns: 1.03fr .97fr; gap: 74px; align-items: center; }
.location-pill {
  display: inline-flex; align-items: center; gap: 10px; margin-bottom: 24px; padding: 8px 13px;
  background: rgba(255,255,255,.055); border: 1px solid var(--line); border-radius: 999px;
  color: #c9d5e5; font-size: .82rem; font-weight: 600;
}
.pulse { width: 8px; height: 8px; border-radius: 50%; background: var(--mint); box-shadow: 0 0 0 6px rgba(89,224,181,.09); }
h1,h2,h3 { margin-top: 0; font-family: "Manrope", sans-serif; line-height: 1.08; }
h1 { max-width: 700px; margin-bottom: 24px; font-size: clamp(3.2rem, 6vw, 5.65rem); letter-spacing: -.06em; }
h2 { margin-bottom: 20px; font-size: clamp(2.25rem, 4.8vw, 4.1rem); letter-spacing: -.055em; }
h3 { font-size: 1.4rem; letter-spacing: -.025em; }
.hero-lead { max-width: 660px; margin: 0; color: var(--muted); font-size: 1.13rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin: 34px 0 36px; }
.button {
  display: inline-flex; align-items: center; justify-content: center; min-height: 54px; padding: 0 22px;
  border: 1px solid transparent; border-radius: 14px; text-decoration: none; font-weight: 700; cursor: pointer;
  transition: transform .2s ease, background .2s ease, border-color .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: linear-gradient(135deg, var(--blue), #6d5efc); box-shadow: 0 18px 34px rgba(79,133,255,.22); }
.button-primary:hover { background: linear-gradient(135deg, #5c8fff, #7c6aff); }
.button-ghost { border-color: var(--line); background: rgba(255,255,255,.045); color: white; }
.button-light { background: white; color: var(--text-dark); }
.full-button { width: 100%; }
.hero-proof { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
.hero-proof div { padding-top: 16px; border-top: 1px solid var(--line); }
.hero-proof strong, .hero-proof span { display: block; }
.hero-proof strong { font-size: .92rem; }
.hero-proof span { margin-top: 3px; color: var(--muted); font-size: .78rem; }

.hero-visual { position: relative; min-height: 550px; display: grid; place-items: center; }
.browser-card {
  position: relative; z-index: 4; width: min(100%, 560px); overflow: hidden;
  border: 1px solid rgba(255,255,255,.14); border-radius: 25px; background: #e9eef6;
  box-shadow: 0 35px 110px rgba(0,0,0,.46), 0 0 0 7px rgba(255,255,255,.03);
  transform: perspective(1200px) rotateY(-5deg) rotateX(2deg);
}
.browser-bar { height: 48px; padding: 0 16px; display: grid; grid-template-columns: 86px 1fr 86px; align-items: center; background: #eef2f7; border-bottom: 1px solid #dce3ed; }
.browser-dots { display: flex; gap: 7px; }
.browser-dots span { width: 9px; height: 9px; border-radius: 50%; background: #b7c1d0; }
.browser-dots span:first-child { background: #ff8b8b; }
.browser-dots span:nth-child(2) { background: #ffd375; }
.browser-dots span:nth-child(3) { background: #6bd8aa; }
.address-bar { justify-self: center; min-width: 220px; padding: 6px 15px; border-radius: 999px; background: white; color: #788397; text-align: center; font-size: .73rem; }
.demo-site { background: #f8fbff; color: #112039; }
.demo-nav { display: flex; justify-content: space-between; align-items: center; padding: 17px 22px; }
.demo-logo { display: flex; align-items: center; gap: 9px; font-weight: 800; font-size: .78rem; }
.demo-logo span { width: 29px; height: 29px; display: grid; place-items: center; border-radius: 9px; color: white; background: #162841; font-size: .65rem; }
.demo-links { display: flex; gap: 8px; }
.demo-links i { width: 28px; height: 5px; border-radius: 99px; background: #d6dfeb; }
.demo-hero { display: grid; grid-template-columns: 1.02fr .98fr; min-height: 325px; background: linear-gradient(120deg, #f8fbff, #eef5fb); }
.demo-text { padding: 48px 14px 34px 34px; }
.tiny-label { color: #3f78ef; font-size: .56rem; font-weight: 800; letter-spacing: .13em; }
.demo-title { margin-top: 15px; font-family: "Manrope", sans-serif; font-size: 2.25rem; line-height: 1.03; font-weight: 800; letter-spacing: -.055em; }
.demo-lines { margin-top: 18px; }
.demo-lines b { display: block; width: 86%; height: 7px; margin: 7px 0; border-radius: 99px; background: #d7e0ea; }
.demo-lines b:last-child { width: 62%; }
.demo-cta-row { display: flex; gap: 8px; margin-top: 23px; }
.demo-cta-row span { width: 72px; height: 24px; border-radius: 8px; background: #386ef0; }
.demo-cta-row span:last-child { background: white; border: 1px solid #cbd5e3; }
.demo-photo { display: grid; place-items: end center; overflow: hidden; }
.demo-photo svg { width: 105%; }
.demo-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: #dfe6ef; }
.demo-stats div { padding: 16px; background: white; text-align: center; }
.demo-stats strong, .demo-stats span { display: block; }
.demo-stats strong { font-size: .87rem; }
.demo-stats span { color: #788397; font-size: .58rem; }
.orbit { position: absolute; border: 1px solid rgba(255,255,255,.09); border-radius: 50%; }
.orbit-a { width: 520px; height: 520px; }
.orbit-b { width: 390px; height: 390px; }
.floating-tag { position: absolute; z-index: 6; padding: 10px 14px; border: 1px solid rgba(255,255,255,.15); border-radius: 11px; background: rgba(16,31,50,.8); backdrop-filter: blur(10px); color: #dce7f5; font-size: .78rem; font-weight: 700; box-shadow: var(--shadow); }
.tag-one { top: 70px; right: -10px; }
.tag-two { bottom: 85px; left: -24px; }

.logo-strip { border-block: 1px solid var(--line); background: rgba(255,255,255,.025); }
.strip-content { min-height: 96px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.strip-content > span { color: var(--muted); font-size: .82rem; }
.business-types { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 28px; color: #d4deeb; }
.business-types b { font-size: .88rem; }

.services-section { background: var(--surface-light); color: var(--text-dark); }
.section-head { display: grid; grid-template-columns: 1.15fr .85fr; align-items: end; gap: 80px; margin-bottom: 50px; }
.section-head > p { color: var(--muted-dark); font-size: 1.03rem; }
.section-head.compact { grid-template-columns: 1fr; }
.kicker { margin: 0 0 13px; color: var(--blue-strong); font-size: .73rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card {
  position: relative; min-height: 290px; padding: 28px; overflow: hidden; border: 1px solid var(--line-dark); border-radius: var(--radius-lg); background: white;
  box-shadow: 0 18px 45px rgba(25,45,74,.07); transition: transform .25s ease, box-shadow .25s ease;
}
.service-card:hover { transform: translateY(-5px); box-shadow: 0 24px 60px rgba(25,45,74,.12); }
.featured-service { grid-column: span 2; }
.service-wide { grid-column: span 2; min-height: 230px; }
.featured-service { color: white; border-color: transparent; background: linear-gradient(145deg, #10213a, #0d1727 70%); }
.featured-service::after { content: ""; position: absolute; width: 260px; height: 260px; right: -100px; bottom: -130px; border-radius: 50%; background: linear-gradient(135deg, rgba(79,133,255,.65), rgba(89,224,181,.32)); filter: blur(2px); }
.service-icon { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 15px; background: #eef3ff; color: var(--blue-strong); }
.featured-service .service-icon { background: rgba(255,255,255,.11); color: var(--mint); }
.service-icon svg { width: 25px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.service-number { position: absolute; top: 27px; right: 27px; color: #aab5c5; font-family: "Manrope"; font-size: .76rem; font-weight: 800; }
.featured-service .service-number { color: #8190a6; }
.service-card h3 { margin-top: 30px; margin-bottom: 13px; }
.service-card p, .service-card li { color: var(--muted-dark); }
.featured-service p, .featured-service li { color: #aebacc; }
.service-card ul { margin: 18px 0 0; padding-left: 19px; }
.service-card a { position: relative; z-index: 2; display: inline-flex; gap: 9px; margin-top: 18px; color: var(--mint); text-decoration: none; font-weight: 700; }

.showcase-section { background: #0a1525; }
.showcase-grid { display: grid; grid-template-columns: .88fr 1.12fr; gap: 80px; align-items: center; }
.showcase-copy > p:not(.kicker) { max-width: 590px; color: var(--muted); font-size: 1.04rem; }
.idea-list { display: grid; gap: 15px; margin-top: 34px; }
.idea-list > div { display: grid; grid-template-columns: 42px 1fr; gap: 15px; align-items: start; padding: 15px 0; border-top: 1px solid var(--line); }
.idea-list > div > span { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 11px; background: rgba(79,133,255,.13); color: #78a0ff; font-weight: 800; font-size: .8rem; }
.idea-list p, .idea-list small { margin: 0; display: block; }
.idea-list small { color: var(--muted); margin-top: 3px; }
.showcase-canvas { position: relative; min-height: 580px; display: grid; place-items: center; }
.canvas-label { position: absolute; top: 0; left: 18px; color: var(--muted); font-size: .75rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.canvas-window { width: min(100%, 590px); overflow: hidden; border-radius: 24px; border: 1px solid rgba(255,255,255,.12); background: #f5f8fc; box-shadow: var(--shadow); transform: rotate(2deg); }
.canvas-top { height: 46px; padding: 0 16px; display: flex; align-items: center; gap: 7px; background: #e8edf4; }
.canvas-top span { width: 9px; height: 9px; border-radius: 50%; background: #bdc7d5; }
.canvas-body { padding: 24px; }
.wire-nav { display: flex; justify-content: space-between; align-items: center; }
.wire-nav > b { width: 95px; height: 14px; border-radius: 99px; background: #203550; }
.wire-nav div { display: flex; gap: 9px; }
.wire-nav i { width: 41px; height: 8px; border-radius: 99px; background: #cbd4df; }
.wire-hero { display: grid; grid-template-columns: 1fr .9fr; gap: 25px; align-items: center; padding: 50px 0 35px; }
.wire-hero > div:first-child b { display: block; width: 93%; height: 23px; margin: 11px 0; border-radius: 99px; background: #1b304b; }
.wire-hero > div:first-child b:nth-child(2) { width: 76%; }
.wire-hero > div:first-child b:nth-child(3) { width: 55%; height: 8px; margin-top: 22px; background: #c9d3df; }
.wire-hero > div:first-child span { display: block; width: 98px; height: 34px; margin-top: 23px; border-radius: 9px; background: var(--blue); }
.wire-image { height: 220px; display: grid; place-items: end center; overflow: hidden; border-radius: 18px; background: linear-gradient(145deg, #aee7d7, #7499f2); }
.wire-image em { width: 125px; height: 145px; border-radius: 75px 75px 10px 10px; background: rgba(255,255,255,.65); transform: translateY(20px); }
.wire-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.wire-cards div { height: 95px; border-radius: 14px; background: #e2e8f0; }
.note-card { position: absolute; padding: 11px 14px; border-radius: 11px; background: white; color: #1b2b40; box-shadow: 0 18px 50px rgba(0,0,0,.25); font-size: .77rem; font-weight: 800; }
.note-a { top: 85px; right: -4px; }
.note-b { bottom: 85px; left: -2px; }
.note-c { bottom: 25px; right: 45px; background: var(--mint); }

.pricing-section { background: var(--surface-light); color: var(--text-dark); }
.pricing-heading { max-width: 760px; margin-bottom: 50px; }
.pricing-heading > p:last-child { color: var(--muted-dark); font-size: 1.03rem; }
.pricing-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; align-items: stretch; }
.price-card { position: relative; display: flex; flex-direction: column; padding: 30px; border: 1px solid var(--line-dark); border-radius: 24px; background: white; box-shadow: 0 18px 45px rgba(25,45,74,.06); }
.price-card.popular { color: white; border-color: transparent; background: linear-gradient(155deg, #172b47, #0d192a 70%); box-shadow: 0 28px 70px rgba(22,43,71,.25); transform: translateY(-12px); }
.popular-badge { position: absolute; top: 20px; right: 20px; padding: 6px 9px; border-radius: 999px; background: var(--mint); color: #092118; font-size: .63rem; font-weight: 800; }
.price-top { margin-bottom: 27px; }
.price-top > span, .price-top > strong, .price-top > small { display: block; }
.price-top > span { margin-bottom: 6px; color: var(--blue-strong); font-size: .74rem; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.popular .price-top > span { color: var(--mint); }
.price-top > strong { font-family: "Manrope", sans-serif; font-size: 3.45rem; line-height: 1; letter-spacing: -.06em; }
.price-top > small { margin-top: 5px; color: var(--muted-dark); }
.popular .price-top > small, .popular p, .popular li { color: #aebacc; }
.price-card > p { color: var(--muted-dark); }
.price-card ul { flex: 1; margin: 20px 0 28px; padding: 0; list-style: none; }
.price-card li { position: relative; padding-left: 25px; margin: 10px 0; color: var(--muted-dark); }
.price-card li::before { content: "✓"; position: absolute; left: 0; color: var(--blue-strong); font-weight: 900; }
.popular li::before { color: var(--mint); }
.price-button { min-height: 50px; display: grid; place-items: center; padding: 0 15px; border: 1px solid #d8e0ea; border-radius: 12px; color: #14233a; text-decoration: none; font-weight: 800; }
.primary-price { background: white; border-color: white; }
.maintenance-banner { margin-top: 32px; padding: 28px 30px; display: flex; justify-content: space-between; align-items: center; gap: 25px; border-radius: 24px; background: linear-gradient(120deg, #356eed, #6b5cf8); color: white; box-shadow: 0 24px 60px rgba(53,110,237,.23); }
.maintenance-banner > div { display: flex; align-items: center; gap: 20px; }
.maintenance-banner .kicker { color: #dbe5ff; margin-bottom: 5px; }
.maintenance-banner h3 { margin-bottom: 5px; }
.maintenance-banner p:last-child { margin: 0; color: #e0e7ff; }
.maintenance-icon { width: 55px; height: 55px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 17px; background: rgba(255,255,255,.14); font-size: 1.8rem; }
.price-disclaimer { max-width: 900px; margin: 24px auto 0; color: var(--muted-dark); text-align: center; font-size: .86rem; }

.process-section { background: #0a1525; }
.process-line { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.process-line::before { content: ""; position: absolute; top: 25px; left: 12%; right: 12%; height: 1px; background: linear-gradient(90deg, rgba(79,133,255,.25), rgba(89,224,181,.45), rgba(79,133,255,.25)); }
.process-line article { position: relative; padding: 68px 22px 24px; border: 1px solid var(--line); border-radius: 20px; background: rgba(255,255,255,.035); }
.process-line article > span { position: absolute; top: 0; left: 22px; transform: translateY(-50%); width: 50px; height: 50px; display: grid; place-items: center; border: 6px solid #0a1525; border-radius: 50%; background: var(--blue); font-size: .75rem; font-weight: 800; }
.process-line p { margin-bottom: 0; color: var(--muted); }

.about-band { padding: 82px 0; background: linear-gradient(90deg, #10213a, #10283a); border-block: 1px solid rgba(255,255,255,.07); }
.about-band-grid { display: grid; grid-template-columns: .25fr 1.05fr .7fr; gap: 50px; align-items: center; }
.portrait-mark { width: 130px; height: 150px; display: grid; place-items: center; border-radius: 42px 42px 28px 28px; background: linear-gradient(145deg, var(--blue), #6c5cff); font-family: "Manrope"; font-size: 2.3rem; font-weight: 800; box-shadow: 0 24px 60px rgba(0,0,0,.26); }
.about-copy h2 { font-size: clamp(2rem, 3.8vw, 3.4rem); }
.about-copy > p:last-child { max-width: 680px; color: var(--muted); }
.about-facts { display: grid; gap: 13px; }
.about-facts div { padding: 15px 0; border-top: 1px solid var(--line); }
.about-facts strong, .about-facts span { display: block; }
.about-facts span { color: var(--muted); font-size: .83rem; }

.contact-section { background: var(--surface-light); color: var(--text-dark); }
.contact-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 70px; align-items: start; }
.contact-copy > p:not(.kicker) { color: var(--muted-dark); font-size: 1.05rem; }
.contact-email-card { margin: 34px 0 24px; padding: 20px 22px; border: 1px solid var(--line-dark); border-radius: 18px; background: white; box-shadow: 0 18px 40px rgba(25,45,74,.06); }
.contact-email-card span, .contact-email-card a { display: block; }
.contact-email-card span { color: var(--muted-dark); font-size: .72rem; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.contact-email-card a { margin-top: 5px; color: var(--blue-strong); font-family: "Manrope"; font-size: 1.15rem; font-weight: 800; text-decoration: none; }
.areas p { color: var(--muted-dark); }
.quote-form { padding: 32px; border-radius: 28px; background: #0c192b; color: white; box-shadow: 0 28px 75px rgba(25,45,74,.22); }
.form-heading { margin-bottom: 28px; }
.form-heading span { color: var(--mint); font-size: .72rem; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.form-heading h3 { margin: 7px 0 0; font-size: 1.8rem; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.quote-form label { display: block; margin-bottom: 15px; color: #dce6f4; font-size: .84rem; font-weight: 700; }
.quote-form input, .quote-form select, .quote-form textarea { width: 100%; margin-top: 8px; padding: 14px 15px; border: 1px solid rgba(255,255,255,.12); border-radius: 12px; background: rgba(255,255,255,.055); color: white; outline: none; }
.quote-form select option { color: #111; }
.quote-form textarea { resize: vertical; }
.quote-form input::placeholder, .quote-form textarea::placeholder { color: #78879b; }
.quote-form input:focus, .quote-form select:focus, .quote-form textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(79,133,255,.13); }
.form-note { margin: 13px 0 0; color: #8795a8; text-align: center; font-size: .76rem; }

footer { padding: 42px 0; background: #050b13; border-top: 1px solid rgba(255,255,255,.06); }
.footer-shell { display: grid; grid-template-columns: 1fr auto 1fr; gap: 30px; align-items: center; }
.footer-links { display: flex; gap: 22px; }
.footer-links a { color: #b7c3d2; text-decoration: none; font-size: .86rem; }
.footer-copy { display: flex; flex-direction: column; align-items: flex-end; gap: 3px; color: #758297; font-size: .8rem; }
.footer-copy a { color: #dce6f4; text-decoration: none; }
.footer-brand .brand-badge { width: 40px; height: 40px; }

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

.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

@media (max-width: 980px) {
  .hero-grid, .showcase-grid, .contact-grid { grid-template-columns: 1fr; }
  .hero-copy { max-width: 780px; }
  .hero-visual { min-height: 520px; }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .featured-service, .service-wide { grid-column: auto; }
  .pricing-grid { grid-template-columns: repeat(2, 1fr); max-width: none; }
  .price-card.popular { transform: none; }
  .process-line { grid-template-columns: 1fr 1fr; gap: 36px 18px; }
  .process-line::before { display: none; }
  .about-band-grid { grid-template-columns: auto 1fr; }
  .about-facts { grid-column: 1 / 3; grid-template-columns: repeat(3, 1fr); }
  .section-head { grid-template-columns: 1fr; gap: 15px; }
  .footer-shell { grid-template-columns: 1fr 1fr; }
  .footer-links { display: none; }
}

@media (max-width: 760px) {
  .section-pad { padding: 78px 0; }
  .site-nav { position: absolute; top: 82px; left: 18px; right: 18px; display: none; flex-direction: column; align-items: stretch; gap: 5px; padding: 16px; border: 1px solid var(--line); border-radius: 16px; background: rgba(10,21,37,.98); box-shadow: var(--shadow); }
  .site-nav.open { display: flex; }
  .site-nav a { padding: 12px; }
  .nav-button { text-align: center; }
  .menu-toggle { display: block; }
  .hero { padding-top: 68px; }
  h1 { font-size: clamp(2.9rem, 13vw, 4.2rem); }
  h2 { font-size: clamp(2.15rem, 10vw, 3.15rem); }
  .hero-proof { grid-template-columns: 1fr; }
  .browser-card { transform: none; }
  .floating-tag { display: none; }
  .hero-visual { min-height: auto; }
  .demo-title { font-size: 1.75rem; }
  .business-types { gap: 13px 22px; justify-content: flex-start; }
  .strip-content { padding: 24px 0; align-items: flex-start; flex-direction: column; }
  .service-grid { grid-template-columns: 1fr; }
  .pricing-grid { grid-template-columns: 1fr; }
  .showcase-canvas { min-height: 450px; }
  .note-card { display: none; }
  .process-line { grid-template-columns: 1fr; }
  .maintenance-banner, .maintenance-banner > div { align-items: flex-start; flex-direction: column; }
  .about-band-grid { grid-template-columns: 1fr; }
  .about-facts { grid-column: auto; grid-template-columns: 1fr; }
  .portrait-mark { width: 92px; height: 105px; border-radius: 28px 28px 19px 19px; }
  .form-row { grid-template-columns: 1fr; }
  .footer-shell { grid-template-columns: 1fr; }
  .footer-copy { align-items: flex-start; }
}

@media (max-width: 520px) {
  .shell { width: min(calc(100% - 24px), var(--shell)); }
  .brand-copy small { display: none; }
  .hero-actions { flex-direction: column; }
  .button { width: 100%; }
  .browser-bar { grid-template-columns: 70px 1fr; }
  .address-bar { min-width: 0; }
  .demo-hero { grid-template-columns: 1fr; }
  .demo-photo { display: none; }
  .demo-text { padding: 36px 28px; }
  .demo-stats { grid-template-columns: 1fr; }
  .wire-hero { grid-template-columns: 1fr; }
  .wire-image { height: 150px; }
  .wire-cards { grid-template-columns: 1fr; }
  .quote-form { padding: 23px; }
}

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