:root {
  --az-blue: #27aae1;
  --az-orange: #f7941d;
  --ink: #111a27;
  --muted: #667085;
  --line: #e4e9ef;
  --soft: #f5f8fb;
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: white;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; line-height: 1.55; }
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; max-width: 100%; height: auto; image-rendering: auto; }
.container { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.site-header { position: sticky; top: 0; z-index: 20; background: rgba(255,255,255,.93); border-bottom: 1px solid rgba(228,233,239,.8); backdrop-filter: blur(16px); }
.nav { min-height: 72px; display: flex; justify-content: space-between; align-items: center; gap: 24px; }
.logo { display: flex; align-items: center; min-width: 70px; }
.brand-logo { display: block; width: auto; height: 44px; object-fit: contain; }
.logo-mark { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 11px; color: white; font-size: 12px; background: linear-gradient(145deg, var(--az-blue), #1774c7); box-shadow: 0 8px 25px rgba(39,170,225,.28); }
.nav-links { display: flex; align-items: center; gap: 24px; color: #4a576a; font-size: 14px; font-weight: 650; }
.nav-links a:hover { color: var(--az-blue); }
.button { display: inline-flex; align-items: center; justify-content: center; padding: 12px 19px; border-radius: 10px; border: 1px solid var(--az-blue); color: white; background: var(--az-blue); font-size: 14px; font-weight: 780; box-shadow: 0 10px 25px rgba(39,170,225,.18); transition: .16s ease; }
.button:hover { color: white; background: #178fc1; transform: translateY(-1px); }
.button-secondary { color: var(--ink); background: white; border-color: var(--line); box-shadow: none; }
.button-secondary:hover { color: var(--ink); background: var(--soft); }
.hero { overflow: hidden; padding: 88px 0 78px; background: radial-gradient(circle at 85% 20%, rgba(39,170,225,.14), transparent 32%), radial-gradient(circle at 15% 80%, rgba(247,148,29,.11), transparent 28%), white; }
.hero-grid { display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 56px; }
.eyebrow { margin: 0 0 12px; color: var(--az-blue); font-size: 12px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
h1, h2, h3 { margin-top: 0; line-height: 1.12; letter-spacing: -.045em; }
h1 { margin-bottom: 20px; font-size: clamp(42px, 6.3vw, 72px); }
h2 { margin-bottom: 18px; font-size: clamp(30px, 4.5vw, 47px); }
h3 { margin-bottom: 10px; font-size: 20px; }
.lead { color: #4f5e72; font-size: clamp(18px, 2.1vw, 21px); max-width: 650px; }
.price { display: flex; align-items: baseline; gap: 9px; margin: 26px 0 18px; }
.price strong { font-size: 35px; letter-spacing: -.05em; }
.price span { color: var(--muted); }
.cta-row { display: flex; flex-wrap: wrap; gap: 11px; }
.trust-row { display: flex; flex-wrap: wrap; gap: 10px 20px; margin-top: 22px; color: #657187; font-size: 13px; font-weight: 650; }
.trust-row span::before { content: "✓"; color: #169261; margin-right: 6px; }
.product-window { overflow: hidden; border: 1px solid var(--line); border-radius: 19px; background: white; box-shadow: 0 30px 75px rgba(25,52,83,.18); }
.window-bar { display: flex; gap: 6px; padding: 12px 15px; background: #f5f7fa; border-bottom: 1px solid var(--line); }
.window-bar i { width: 8px; height: 8px; border-radius: 50%; background: #ccd5df; }
.product-window img { object-fit: contain; object-position: top; }
.section { padding: 86px 0; }
.section-soft { background: var(--soft); }
.section-dark { color: white; background: #101c2b; }
.section-head { max-width: 720px; margin-bottom: 38px; }
.section-head p { color: var(--muted); font-size: 18px; }
.section-dark .section-head p, .section-dark .muted { color: #aebacd; }
.grid-3 { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.grid-2 { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px; }
.card { padding: 28px; border: 1px solid var(--line); border-radius: 16px; background: white; box-shadow: 0 10px 35px rgba(30,49,73,.045); }
.card-icon { width: 43px; height: 43px; display: grid; place-items: center; margin-bottom: 21px; border-radius: 12px; color: var(--az-blue); background: #eaf8fd; font-size: 20px; font-weight: 850; }
.card p, .muted { color: var(--muted); }
.steps { counter-reset: step; }
.step { position: relative; padding-left: 64px; }
.step::before { counter-increment: step; content: counter(step); position: absolute; left: 0; top: -5px; width: 43px; height: 43px; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--az-blue); font-weight: 850; }
.shots { display: grid; grid-template-columns: 1.08fr .92fr; gap: 22px; }
.shot { overflow: hidden; border: 1px solid var(--line); border-radius: 16px; background: white; box-shadow: 0 16px 42px rgba(24,42,65,.10); }
.shot img { object-fit: contain; object-position: top; }
.privacy { display: grid; grid-template-columns: .8fr 1.2fr; gap: 58px; align-items: center; }
.privacy-symbol { width: min(100%, 360px); aspect-ratio: 1; display: grid; place-items: center; margin: auto; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; background: radial-gradient(circle, rgba(39,170,225,.28), rgba(39,170,225,.03) 64%); font-size: 80px; }
.check-list { list-style: none; padding: 0; display: grid; gap: 11px; }
.check-list li::before { content: "✓"; margin-right: 10px; color: var(--az-blue); font-weight: 900; }
.requirements { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.requirement { padding: 18px; border: 1px solid var(--line); border-radius: 12px; background: white; text-align: center; font-size: 14px; font-weight: 750; }
.price-card { display: grid; grid-template-columns: 1fr auto; gap: 36px; align-items: center; padding: 38px; border: 1px solid #bce6f7; border-radius: 20px; background: linear-gradient(135deg, #f0fbff, white); }
.price-card strong { display: block; font-size: 48px; letter-spacing: -.06em; }
.faq { border-top: 1px solid var(--line); }
.faq details { padding: 20px 0; border-bottom: 1px solid var(--line); }
.faq summary { cursor: pointer; font-weight: 780; }
.faq p { color: var(--muted); max-width: 800px; }
.site-footer { padding: 35px 0; color: #8d99a9; background: #0b1521; font-size: 13px; }
.footer-row { display: flex; justify-content: space-between; gap: 22px; align-items: center; }
.footer-links { display: flex; flex-wrap: wrap; gap: 18px; }
.catalog-hero .lead { max-width: 720px; }
.catalog-summary { padding: 29px; border: 1px solid rgba(39,170,225,.18); border-radius: 20px; background: rgba(255,255,255,.82); box-shadow: 0 24px 65px rgba(25,52,83,.10); backdrop-filter: blur(12px); }
.catalog-summary strong { display: block; margin-bottom: 7px; font-size: 32px; letter-spacing: -.05em; }
.catalog-summary span { color: var(--muted); }
.summary-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.summary-item { padding: 17px; border-radius: 13px; background: var(--soft); }
.summary-item:first-child { grid-column: 1 / -1; background: #eaf8fd; }
.value-strip { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 34px; }
.value-item { padding: 20px; border: 1px solid var(--line); border-radius: 14px; background: white; }
.value-item strong { display: block; margin-bottom: 5px; }
.value-item span { color: var(--muted); font-size: 14px; }
.micro-card { display: grid; grid-template-columns: .88fr 1.12fr; gap: 38px; align-items: center; padding: 38px; border: 1px solid var(--line); border-radius: 20px; background: white; box-shadow: 0 18px 50px rgba(25,44,70,.08); }
.micro-card + .micro-card { margin-top: 28px; }
.micro-card-copy .lead { font-size: 18px; }
.micro-card-media { display: block; overflow: hidden; border-radius: 15px; background: #071a38; box-shadow: 0 18px 45px rgba(7,26,56,.22); }
.micro-card-media img { aspect-ratio: 2 / 1; object-fit: cover; }
.micro-card:nth-of-type(even) .micro-card-media { order: -1; }
.purchase-step { position: relative; padding: 27px 27px 27px 76px; border: 1px solid var(--line); border-radius: 16px; background: white; }
.purchase-step strong { display: block; margin-bottom: 7px; }
.purchase-step span { color: var(--muted); }
.purchase-step i { position: absolute; left: 24px; top: 25px; width: 35px; height: 35px; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--az-blue); font-style: normal; font-weight: 850; }
.catalog-cta { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 30px; padding: 38px; border-radius: 22px; color: white; background: linear-gradient(135deg, #0b223a, #0a3857); box-shadow: 0 24px 60px rgba(11,34,58,.20); }
.catalog-cta h2 { margin-bottom: 10px; }
.catalog-cta p { margin: 0; color: #c3d6e5; }
.comparison-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: 18px; background: white; box-shadow: 0 16px 42px rgba(24,42,65,.08); }
.comparison { width: 100%; min-width: 760px; border-collapse: collapse; }
.comparison th, .comparison td { padding: 19px 21px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.comparison tr:last-child td { border-bottom: 0; }
.comparison th { color: #526175; background: var(--soft); font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
.comparison td:first-child { font-weight: 820; }
.comparison td:last-child { white-space: nowrap; font-weight: 820; }
.comparison a { color: #0677ad; text-decoration: underline; text-underline-offset: 3px; }
.custom-build { display: grid; grid-template-columns: .95fr 1.05fr; gap: 48px; align-items: center; padding: 46px; border: 1px solid #cfe7f2; border-radius: 24px; background: radial-gradient(circle at 5% 0%, rgba(39,170,225,.18), transparent 38%), linear-gradient(135deg, #f4fbfe, #fffaf3); box-shadow: 0 24px 65px rgba(22,52,78,.10); }
.custom-build-intro .lead { margin-bottom: 24px; font-size: 18px; }
.custom-note { max-width: 560px; margin: 16px 0 0; color: var(--muted); font-size: 13px; }
.custom-options { display: grid; gap: 13px; }
.custom-option { display: grid; grid-template-columns: auto 1fr; gap: 16px; padding: 20px; border: 1px solid rgba(39,170,225,.18); border-radius: 15px; background: rgba(255,255,255,.88); box-shadow: 0 10px 30px rgba(25,52,83,.06); }
.custom-option > span { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 11px; color: white; background: #12283f; font-size: 12px; font-weight: 850; }
.custom-option strong { display: block; margin-bottom: 4px; }
.custom-option p { margin: 0; color: var(--muted); font-size: 14px; }
.catalog-faq { max-width: 900px; margin-inline: auto; }
.catalog-faq details { padding: 20px 0; border-bottom: 1px solid var(--line); }
.catalog-faq summary { cursor: pointer; font-weight: 800; }
.catalog-faq p { color: var(--muted); }
@media (max-width: 850px) {
  .hero-grid, .privacy, .shots, .micro-card, .catalog-cta, .custom-build { grid-template-columns: 1fr; }
  .grid-3 { grid-template-columns: 1fr 1fr; }
  .requirements { grid-template-columns: 1fr 1fr; }
  .micro-card:nth-of-type(even) .micro-card-media { order: initial; }
  .nav-links a:not(.button) { display: none; }
}
@media (max-width: 560px) {
  .container { width: min(100% - 28px, 1160px); }
  .hero { padding-top: 60px; }
  .section { padding: 64px 0; }
  .grid-3, .grid-2, .requirements, .value-strip, .summary-grid { grid-template-columns: 1fr; }
  .summary-item:first-child { grid-column: auto; }
  .micro-card { padding: 24px; gap: 26px; }
  .custom-build { padding: 26px; gap: 30px; }
  .custom-option { padding: 17px; }
  .comparison th, .comparison td { padding: 15px; }
  .price-card { grid-template-columns: 1fr; padding: 26px; }
  .footer-row { flex-direction: column; align-items: flex-start; }
  .brand-logo { height: 40px; }
}
