:root {
  --navy: #061127;
  --navy-2: #0a1934;
  --surface: #0e203f;
  --surface-light: #f5f8ff;
  --text: #10213f;
  --muted: #64718a;
  --white: #ffffff;
  --blue: #087cf0;
  --cyan: #16c5ea;
  --purple: #8b45f5;
  --pink: #ea39c7;
  --green: #20c774;
  --border: rgba(116, 144, 190, .22);
  --shadow: 0 24px 80px rgba(5, 18, 46, .16);
  --radius: 24px;
  --container: 1200px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body {
  margin: 0;
  color: var(--text);
  background: #fff;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
}
img { display: block; max-width: 100%; }
[hidden] { display: none !important; }
section[id], article[id], .package-group[id] { scroll-margin-top: 92px; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section-pad { padding: 96px 0; }
.skip-link { position: fixed; top: -100px; left: 20px; z-index: 9999; background: #fff; color: #000; padding: 12px 18px; border-radius: 10px; }
.skip-link:focus { top: 20px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(5, 15, 34, .86);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.nav-wrap { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; color: #fff; }
.brand img { width: 58px; height: 48px; object-fit: contain; }
.brand span { display: grid; line-height: 1; letter-spacing: .12em; }
.brand strong { font-size: 1.12rem; }
.brand small { margin-top: 7px; font-size: .62rem; color: #60dfff; letter-spacing: .33em; }
.main-nav { display: flex; align-items: center; gap: 4px; color: rgba(255,255,255,.8); font-size: .88rem; font-weight: 700; }
.main-nav a { text-decoration: none; transition: .2s ease; }
.nav-item { position: relative; }
.nav-link-row { display: flex; align-items: center; }
.nav-link { display: inline-flex; align-items: center; min-height: 44px; padding: 0 10px; border-radius: 11px; }
.nav-link:hover, .nav-item:focus-within > .nav-link-row .nav-link { color: #fff; background: rgba(255,255,255,.075); }
.submenu-toggle { display: none; }
.nav-dropdown {
  position: absolute;
  top: calc(100% + 13px);
  left: 0;
  z-index: 40;
  width: 340px;
  padding: 11px;
  display: grid;
  gap: 4px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 18px;
  color: #fff;
  background: rgba(5, 17, 39, .98);
  box-shadow: 0 28px 80px rgba(0,0,0,.45);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(9px);
  transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
}
.nav-dropdown::before { content: ""; position: absolute; left: 0; right: 0; top: -16px; height: 18px; }
.nav-dropdown-wide { width: 650px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.nav-dropdown-right { left: auto; right: 0; }
.nav-dropdown a { display: grid; gap: 2px; padding: 12px 13px; border-radius: 12px; color: #d9e5f6; }
.nav-dropdown a:hover, .nav-dropdown a:focus-visible { color: #fff; background: linear-gradient(135deg, rgba(8,124,240,.2), rgba(139,69,245,.16)); outline: none; }
.nav-dropdown strong { font-size: .88rem; line-height: 1.25; }
.nav-dropdown span { color: #91a4c2; font-size: .74rem; font-weight: 500; line-height: 1.35; }
.nav-item:hover .nav-dropdown, .nav-item:focus-within .nav-dropdown { opacity: 1; visibility: visible; pointer-events: auto; transform: translateY(0); }
.main-nav .nav-cta { margin-left: 5px; padding: 11px 15px; border-radius: 999px; background: linear-gradient(135deg, var(--purple), var(--blue)); color: #fff; white-space: nowrap; }
.main-nav .nav-cta:hover { color: #fff; box-shadow: 0 10px 26px rgba(80,94,255,.3); }
.menu-toggle { display: none; width: 44px; height: 44px; border: 0; border-radius: 12px; background: rgba(255,255,255,.08); }
.menu-toggle span { width: 22px; height: 2px; background: #fff; display: block; margin: 5px auto; transition: .25s; }

.hero { position: relative; min-height: calc(100svh - 78px); padding: 52px 0 34px; display: grid; align-items: center; background: radial-gradient(circle at 20% 10%, #17376d 0%, #07142d 42%, #040b18 100%); color: #fff; overflow: hidden; }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .28; background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px); background-size: 52px 52px; mask-image: linear-gradient(to bottom, #000, transparent 78%); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(30px); opacity: .55; }
.hero-glow-one { width: 380px; height: 380px; background: #7d30ff; top: -120px; left: -80px; }
.hero-glow-two { width: 420px; height: 420px; background: #00cfff; bottom: -170px; right: -100px; }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; column-gap: 58px; row-gap: 28px; }
.eyebrow { margin: 0 0 14px; color: var(--cyan); font-size: .78rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.hero h1 { margin: 0; max-width: 720px; font-size: clamp(3.3rem, 6vw, 6.2rem); letter-spacing: -.065em; line-height: .96; }
.hero h1 span { display: inline-block; background: linear-gradient(90deg, #fff 0%, #51ddff 40%, #bf68ff 100%); -webkit-background-clip: text; color: transparent; }
.hero-lead { max-width: 640px; margin: 28px 0 0; color: #c9d5ea; font-size: 1.15rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 22px; border: 0; border-radius: 14px; text-decoration: none; font-weight: 900; transition: transform .2s, box-shadow .2s; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { color: #fff; background: linear-gradient(135deg, var(--blue), var(--purple)); box-shadow: 0 12px 32px rgba(68, 71, 255, .35); }
.btn-secondary { color: #fff; border: 1px solid rgba(255,255,255,.18); background: rgba(255,255,255,.08); }
.trust-row { display: flex; flex-wrap: wrap; gap: 20px; margin-top: 30px; color: #9fb0cb; font-size: .88rem; }

.hero .reveal { opacity: 1; transform: none; }
.hero-bottom-grid { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; padding: 10px; border: 1px solid rgba(255,255,255,.11); border-radius: 22px; background: rgba(255,255,255,.055); backdrop-filter: blur(16px); }
.hero-bottom-grid a { min-height: 100px; padding: 16px; display: flex; gap: 13px; align-items: flex-start; border-radius: 15px; color: #fff; text-decoration: none; transition: .22s ease; }
.hero-bottom-grid a:hover { background: rgba(255,255,255,.08); transform: translateY(-2px); }
.hero-bottom-grid > a > span { flex: 0 0 auto; width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid rgba(110,227,255,.34); border-radius: 10px; color: #6ee3ff; background: rgba(22,197,234,.08); font-size: .72rem; font-weight: 900; }
.hero-bottom-grid div { display: grid; gap: 4px; }
.hero-bottom-grid strong { font-size: .92rem; }
.hero-bottom-grid small { color: #9fb0c8; font-size: .75rem; line-height: 1.45; }

.hero-showcase { position: relative; padding: 18px; border: 1px solid rgba(255,255,255,.12); border-radius: 34px; background: linear-gradient(145deg, rgba(255,255,255,.12), rgba(255,255,255,.035)); box-shadow: 0 42px 100px rgba(0,0,0,.35); backdrop-filter: blur(20px); }
.showcase-window { min-height: 560px; position: relative; overflow: hidden; border-radius: 23px; background: linear-gradient(145deg, #11264c, #071126); }
.showcase-item { min-height: 560px; padding: 34px; display: flex; flex-direction: column; align-items: flex-start; animation: fadeSlide .55s ease both; }
.showcase-item h2 { max-width: 470px; margin: 18px 0 12px; font-size: clamp(1.7rem, 3vw, 2.55rem); line-height: 1.06; letter-spacing: -.035em; }
.showcase-item p { max-width: 470px; margin: 0; color: #b9c6db; }
.showcase-item a { margin-top: 18px; color: #6ee3ff; text-decoration: none; font-weight: 900; }
.showcase-item img { width: 76%; max-height: 320px; object-fit: contain; margin: auto auto -30px; filter: drop-shadow(0 25px 40px rgba(0,0,0,.35)); }
.showcase-tag { padding: 8px 12px; border-radius: 999px; color: #dff9ff; background: rgba(22,197,234,.13); border: 1px solid rgba(22,197,234,.3); font-size: .72rem; font-weight: 900; text-transform: uppercase; letter-spacing: .1em; }
.showcase-controls { display: flex; justify-content: center; align-items: center; gap: 14px; padding-top: 16px; }
.showcase-controls button { width: 38px; height: 38px; border-radius: 50%; border: 1px solid rgba(255,255,255,.15); background: rgba(255,255,255,.07); color: #fff; }
.showcase-dots { display: flex; gap: 8px; }
.showcase-dots button { width: 8px; height: 8px; padding: 0; background: #50627c; border: 0; }
.showcase-dots button.is-active { width: 24px; border-radius: 999px; background: var(--cyan); }
.showcase-progress, .catalog-progress { height: 3px; overflow: hidden; border-radius: 99px; background: rgba(255,255,255,.08); }
.showcase-progress span, .catalog-progress span { display: block; height: 100%; width: 0; background: linear-gradient(90deg, var(--cyan), var(--purple)); }
.showcase-progress span.is-running, .catalog-progress span.is-running { animation: progress 5s linear forwards; }
@keyframes progress { from { width: 0; } to { width: 100%; } }
@keyframes fadeSlide { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: none; } }

.quick-strip { background: #08152e; color: #fff; border-top: 1px solid rgba(255,255,255,.08); border-bottom: 1px solid rgba(255,255,255,.08); }
.quick-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.quick-grid > div { padding: 28px 24px; display: grid; gap: 4px; border-right: 1px solid rgba(255,255,255,.08); }
.quick-grid > div:last-child { border-right: 0; }
.quick-grid strong { color: #fff; font-size: 1.2rem; }
.quick-grid span { color: #8fa3c2; font-size: .88rem; }

.section-heading { max-width: 760px; margin-bottom: 46px; }
.section-heading h2, .about-copy h2, .request-copy h2, .contact-details h2 { margin: 0; font-size: clamp(2.2rem, 4vw, 4rem); letter-spacing: -.05em; line-height: 1.04; }
.section-heading > p:last-child { margin-top: 17px; color: var(--muted); font-size: 1.05rem; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.service-card { min-height: 300px; padding: 30px; border: 1px solid var(--border); border-radius: var(--radius); background: #fff; box-shadow: 0 12px 40px rgba(7, 25, 57, .06); transition: .25s ease; }
.service-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); border-color: rgba(8,124,240,.35); }
.service-icon { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 16px; color: #fff; background: linear-gradient(135deg, var(--blue), var(--purple)); font-size: 1.3rem; font-weight: 900; }
.service-card h3 { margin: 24px 0 10px; font-size: 1.25rem; }
.service-card p { margin: 0 0 24px; color: var(--muted); }
.service-card a { color: var(--blue); font-weight: 900; text-decoration: none; }

.section-dark { color: #fff; background: radial-gradient(circle at 80% 20%, #14305e 0, #08162f 36%, #050d1d 100%); }
.section-dark .section-heading > p:last-child { color: #9fb0c8; }
.catalog-shell { border: 1px solid rgba(255,255,255,.11); border-radius: 32px; background: rgba(255,255,255,.045); overflow: hidden; box-shadow: 0 30px 80px rgba(0,0,0,.25); }
.catalog-stage { min-height: 650px; }
.catalog-slide { min-height: 650px; display: grid; grid-template-columns: .95fr 1.05fr; animation: fadeSlide .55s ease both; }
.catalog-image { min-height: 650px; display: grid; place-items: center; padding: 34px; background: rgba(255,255,255,.035); }
.catalog-image img { width: 100%; max-width: 480px; max-height: 580px; object-fit: contain; border-radius: 18px; box-shadow: 0 20px 60px rgba(0,0,0,.25); }
.catalog-copy { padding: 70px; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; }
.catalog-copy > span { color: var(--cyan); font-weight: 900; text-transform: uppercase; letter-spacing: .12em; font-size: .75rem; }
.catalog-copy h3 { margin: 12px 0 14px; font-size: clamp(2.4rem, 5vw, 5.2rem); line-height: .98; letter-spacing: -.06em; }
.catalog-copy p { max-width: 590px; color: #b5c4da; font-size: 1.06rem; }
.price-line { display: grid; margin: 22px 0 30px; }
.price-line strong { font-size: clamp(2rem, 4vw, 3.5rem); color: #fff; }
.price-line small { color: #8fa3c4; }
.catalog-toolbar { padding: 18px 24px; display: flex; align-items: center; justify-content: center; gap: 20px; border-top: 1px solid rgba(255,255,255,.08); }
.catalog-toolbar button { border: 1px solid rgba(255,255,255,.14); background: rgba(255,255,255,.06); color: #fff; border-radius: 12px; padding: 10px 15px; }
.catalog-toolbar span { color: #9eb0c9; min-width: 60px; text-align: center; }

.package-group + .package-group { margin-top: 70px; }
.group-title { margin-bottom: 22px; display: flex; align-items: end; justify-content: space-between; gap: 20px; }
.group-title h3 { margin: 0; font-size: 1.5rem; }
.group-title a { color: var(--blue); text-decoration: none; font-weight: 900; }
.package-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.package-card { padding: 32px; border: 1px solid var(--border); border-radius: 26px; background: #fff; box-shadow: 0 12px 35px rgba(10,25,55,.06); }
.package-card.featured { color: #fff; background: linear-gradient(145deg, #0b1d3d, #143d7c); border-color: #347fff; transform: translateY(-10px); }
.package-label { display: inline-flex; padding: 7px 11px; border-radius: 999px; color: var(--blue); background: rgba(8,124,240,.09); font-size: .72rem; font-weight: 900; text-transform: uppercase; letter-spacing: .1em; }
.featured .package-label { color: #fff; background: rgba(255,255,255,.1); }
.package-card h4 { margin: 24px 0 8px; font-size: 1.35rem; }
.package-card p { min-height: 120px; color: var(--muted); }
.featured p, .featured small { color: #b8c8e0; }
.package-card > strong { display: block; font-size: 2.5rem; letter-spacing: -.04em; }
.package-card > small { display: block; margin-bottom: 24px; color: var(--muted); }
.text-btn { padding: 0; border: 0; background: transparent; color: var(--blue); font-weight: 900; }
.featured .text-btn { color: #6ee8ff; }
.website-gallery { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.gallery-card { padding: 0; overflow: hidden; text-align: left; border: 1px solid var(--border); border-radius: 22px; background: #fff; box-shadow: 0 12px 35px rgba(10,25,55,.06); transition: .25s ease; }
.gallery-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.gallery-card img { aspect-ratio: 1 / 1; width: 100%; object-fit: cover; }
.gallery-card span { display: grid; gap: 4px; padding: 18px; }
.gallery-card b { font-size: 1.05rem; }
.gallery-card small { color: var(--muted); }

.about-section { background: #f4f7fc; }
.about-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: center; }
.about-visual { border-radius: 30px; overflow: hidden; box-shadow: var(--shadow); }
.about-visual img { width: 100%; min-height: 520px; object-fit: cover; }
.about-copy > p:not(.eyebrow) { color: var(--muted); font-size: 1.03rem; }
.value-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin-top: 30px; }
.value-grid div { padding: 20px; border: 1px solid var(--border); border-radius: 16px; background: #fff; }
.value-grid strong, .value-grid span { display: block; }
.value-grid span { margin-top: 5px; color: var(--muted); font-size: .9rem; }

.request-section { color: #fff; background: linear-gradient(145deg, #071328 0%, #0c2655 48%, #26164d 100%); }
.request-grid, .contact-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 70px; align-items: start; }
.request-copy { position: sticky; top: 120px; }
.request-copy p:not(.eyebrow) { color: #b7c5dc; }
.request-copy ul { padding: 0; margin: 30px 0 0; list-style: none; display: grid; gap: 13px; color: #cbd6e8; }
.request-copy li::before { content: "✓"; margin-right: 10px; color: var(--cyan); font-weight: 900; }
.smart-form { padding: 30px; border: 1px solid var(--border); border-radius: 26px; background: #fff; color: var(--text); box-shadow: var(--shadow); }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.smart-form label { display: grid; gap: 7px; color: #30405d; font-size: .86rem; font-weight: 800; }
.smart-form label.full { grid-column: 1 / -1; }
.smart-form input, .smart-form select, .smart-form textarea { width: 100%; border: 1px solid #d9e2ef; border-radius: 12px; background: #f9fbfe; color: #10213f; padding: 13px 14px; outline: none; transition: .2s; }
.smart-form textarea { resize: vertical; }
.smart-form input:focus, .smart-form select:focus, .smart-form textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 4px rgba(8,124,240,.1); background: #fff; }
.form-submit { margin-top: 20px; width: 100%; }
.form-status { min-height: 24px; margin: 14px 0 0; font-weight: 800; font-size: .9rem; }
.form-status.is-success { color: #13894c; }
.form-status.is-error { color: #c72e4f; }
.hp-field { position: absolute !important; left: -9999px !important; opacity: 0 !important; pointer-events: none !important; }

.contact-details > p:not(.eyebrow) { color: var(--muted); }
.contact-list { display: grid; gap: 12px; margin-top: 28px; }
.contact-list a, .contact-list > div { padding: 17px 19px; border: 1px solid var(--border); border-radius: 15px; text-decoration: none; background: #f8faff; }
.contact-list span, .contact-list strong { display: block; }
.contact-list span { color: var(--muted); font-size: .78rem; text-transform: uppercase; letter-spacing: .08em; font-weight: 900; }
.contact-list strong { margin-top: 3px; overflow-wrap: anywhere; }

.site-footer { color: #c9d5e8; background: #040b17; border-top: 1px solid rgba(255,255,255,.08); }
.footer-top { padding: 70px 0 48px; display: grid; grid-template-columns: 1.1fr 1fr 1.35fr 1fr; gap: 44px; }
.site-footer h2 { margin: 0 0 18px; color: #fff; font-size: 1rem; }
.footer-brand p { color: #90a1bb; font-size: .9rem; }
.footer-tagline { color: #7ce8ff !important; font-weight: 900; }
.footer-links { display: grid; gap: 10px; }
.footer-links a { color: #aebbd0; text-decoration: none; font-size: .88rem; overflow-wrap: anywhere; }
.footer-links a:hover { color: #fff; }
.footer-text span { color: #899ab4; font-size: .88rem; }
.footer-bottom { min-height: 70px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.08); font-size: .88rem; }
.footer-bottom a { color: #78e1ff; text-decoration: none; }

.back-to-top { position: fixed; right: 24px; bottom: 24px; z-index: 900; width: 50px; height: 50px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.18); border-radius: 16px; color: #fff; background: linear-gradient(135deg, var(--blue), var(--purple)); box-shadow: 0 18px 45px rgba(8,30,80,.32); opacity: 0; visibility: hidden; transform: translateY(14px); transition: .25s ease; }
.back-to-top.is-visible { opacity: 1; visibility: visible; transform: translateY(0); }
.back-to-top:hover { transform: translateY(-3px); }

.request-dialog { width: min(640px, calc(100% - 28px)); max-height: calc(100vh - 30px); overflow: auto; border: 0; border-radius: 24px; padding: 30px; color: var(--text); box-shadow: 0 40px 110px rgba(0,0,0,.45); }
.request-dialog::backdrop { background: rgba(2,8,20,.78); backdrop-filter: blur(8px); }
.request-dialog h2 { margin: 0; font-size: 2rem; }
.request-dialog > p:not(.eyebrow) { color: var(--muted); }
.request-dialog .smart-form { padding: 0; border: 0; box-shadow: none; display: grid; gap: 14px; }
.dialog-close { position: sticky; float: right; top: 0; width: 40px; height: 40px; border: 0; border-radius: 50%; font-size: 1.6rem; background: #eef3fb; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1050px) {
  .main-nav { position: fixed; inset: 78px 16px auto; display: none; max-height: calc(100vh - 96px); overflow-y: auto; padding: 15px; border: 1px solid rgba(255,255,255,.11); border-radius: 20px; background: #07152d; box-shadow: 0 25px 70px rgba(0,0,0,.45); }
  .main-nav.is-open { display: grid; gap: 4px; }
  .nav-item, .nav-link-row { width: 100%; }
  .nav-link-row { justify-content: space-between; }
  .nav-link { flex: 1; padding: 0 12px; }
  .submenu-toggle { width: 42px; height: 42px; display: grid; place-items: center; border: 0; border-radius: 11px; color: #fff; background: rgba(255,255,255,.07); transition: .2s ease; }
  .submenu-toggle span { width: 9px; height: 9px; border-right: 2px solid currentColor; border-bottom: 2px solid currentColor; transform: rotate(45deg) translate(-1px,-1px); transition: .2s ease; }
  .nav-item.is-open .submenu-toggle { background: rgba(8,124,240,.25); }
  .nav-item.is-open .submenu-toggle span { transform: rotate(-135deg) translate(-1px,-1px); }
  .nav-dropdown, .nav-dropdown-wide, .nav-dropdown-right { position: static; width: auto; margin: 2px 0 8px; padding: 7px; display: none; grid-template-columns: 1fr; border-radius: 14px; background: rgba(255,255,255,.045); box-shadow: none; opacity: 1; visibility: visible; pointer-events: auto; transform: none; }
  .nav-dropdown::before { display: none; }
  .nav-item.is-open .nav-dropdown { display: grid; }
  .nav-dropdown a { padding: 11px 12px; }
  .main-nav .nav-cta { margin: 4px 0 0; text-align: center; }
  .menu-toggle { display: block; }
  .hero-grid, .about-grid, .request-grid, .contact-grid { grid-template-columns: 1fr; }
  .hero { padding: 64px 0 48px; }
  .hero-showcase { max-width: 720px; }
  .hero-bottom-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .website-gallery { grid-template-columns: repeat(2, 1fr); }
  .request-copy { position: static; }
  .footer-top { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 760px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .section-pad { padding: 70px 0; }
  .nav-wrap { min-height: 70px; }
  .main-nav { inset: 70px 12px auto; }
  .brand span { display: none; }
  .hero { min-height: auto; padding: 54px 0 34px; }
  .hero-grid { gap: 34px; }
  .hero h1 { font-size: clamp(3rem, 15vw, 4.7rem); }
  .showcase-window, .showcase-item { min-height: 530px; }
  .showcase-item { padding: 24px; }
  .showcase-item img { width: 100%; max-height: 250px; margin-bottom: -10px; }
  .hero-bottom-grid { grid-template-columns: 1fr; padding: 8px; }
  .hero-bottom-grid a { min-height: auto; }
  .back-to-top { right: 15px; bottom: 15px; width: 46px; height: 46px; border-radius: 14px; }
  .quick-grid { grid-template-columns: repeat(2, 1fr); }
  .quick-grid > div:nth-child(2) { border-right: 0; }
  .quick-grid > div:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.08); }
  .service-grid, .package-grid, .form-grid { grid-template-columns: 1fr; }
  .service-card { min-height: auto; }
  .package-card.featured { transform: none; }
  .catalog-stage, .catalog-slide, .catalog-image { min-height: auto; }
  .catalog-slide { grid-template-columns: 1fr; }
  .catalog-image { padding: 24px; }
  .catalog-image img { max-height: 480px; }
  .catalog-copy { padding: 36px 24px 42px; }
  .catalog-toolbar { flex-wrap: wrap; gap: 10px; }
  .group-title { display: grid; }
  .website-gallery, .value-grid, .footer-top { grid-template-columns: 1fr; }
  .about-visual img { min-height: 300px; }
  .smart-form { padding: 22px; }
  .smart-form label.full { grid-column: auto; }
  .footer-bottom { padding: 22px 0; align-items: flex-start; flex-direction: column; }
}

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