:root {
  --aqsp-blue: #2f348f;
  --aqsp-red: #e02b20;
  --aqsp-beige: #bdad9b;
  --aqsp-slate: #546180;
  --aqsp-coral: #f47a55;
  --aqsp-ink: #111827;
  --aqsp-muted: #5f687a;
  --aqsp-soft: #f7f6f3;
  --aqsp-border: rgba(84, 97, 128, .18);
  --aqsp-shadow: 0 18px 48px rgba(20, 25, 60, .08);
}

.aqsp-v2 {
  background: #fff;
  color: var(--aqsp-ink);
  font-family: inherit;
  overflow: clip;
}

.aqsp-v2 * { box-sizing: border-box; }
.aqsp-v2 a { text-decoration: none; }

.aqsp-container {
  width: min(1180px, calc(100% - 36px));
  margin-inline: auto;
}

.aqsp-hero {
  padding: clamp(26px, 4vw, 46px) 0 0;
  background:
    radial-gradient(circle at 13% 20%, rgba(189, 173, 155, .22), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #fbfaf8 100%);
}

.aqsp-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin-bottom: clamp(18px, 3vw, 30px);
  color: #7a8397;
  font-size: 13px;
  font-weight: 700;
}
.aqsp-breadcrumb a { color: var(--aqsp-blue); }

.aqsp-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(420px, 1.08fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
}

.aqsp-overline {
  margin: 0 0 12px;
  color: var(--aqsp-red);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.aqsp-hero h1,
.aqsp-section-head h2,
.aqsp-faq-block h2,
.aqsp-related-section h2,
.aqsp-final-cta h2 {
  margin: 0;
  color: var(--aqsp-blue);
  font-weight: 900;
  letter-spacing: -.035em;
  line-height: 1.04;
}

.aqsp-hero h1 {
  max-width: 670px;
  font-size: clamp(38px, 5.1vw, 68px);
}

.aqsp-lead {
  max-width: 620px;
  margin: 20px 0 0;
  color: #394254;
  font-size: clamp(16px, 1.45vw, 18px);
  line-height: 1.62;
  font-weight: 600;
}

.aqsp-actions,
.aqsp-final-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.aqsp-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 58px;
  padding: 12px 20px;
  border-radius: 8px;
  font-weight: 900;
  line-height: 1.1;
  transition: transform .18s ease, box-shadow .18s ease;
}
.aqsp-btn:hover { transform: translateY(-1px); }
.aqsp-btn strong { display:block; font-size: 17px; }
.aqsp-btn small { display:block; margin-top:3px; font-size:12px; font-weight:800; opacity:.85; }
.aqsp-btn-icon { font-size: 23px; line-height: 1; }

.aqsp-btn-call {
  color: #fff !important;
  background: var(--aqsp-red);
  box-shadow: 0 18px 30px rgba(224, 43, 32, .18);
}
.aqsp-btn-quote {
  color: var(--aqsp-blue) !important;
  background: #fff;
  border: 1px solid rgba(47, 52, 143, .45);
  box-shadow: 0 15px 30px rgba(20, 25, 60, .08);
}

.aqsp-hero-media {
  margin: 0;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: var(--aqsp-shadow);
  background: #e9e7e1;
}
.aqsp-hero-media img {
  display: block;
  width: 100%;
  aspect-ratio: 5 / 3;
  object-fit: cover;
}

.aqsp-trust-row {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
  margin-top: clamp(24px, 4vw, 36px);
  padding: 20px 16px;
  border: 1px solid var(--aqsp-border);
  border-radius: 16px;
  background: rgba(255,255,255,.94);
  box-shadow: var(--aqsp-shadow);
}
.aqsp-trust-item {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 16px;
  border-right: 1px solid var(--aqsp-border);
  color: #364056;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.25;
}
.aqsp-trust-item:last-child { border-right: 0; }
.aqsp-trust-item span {
  display: inline-grid;
  place-items: center;
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(47,52,143,.28);
  border-radius: 50%;
  color: var(--aqsp-blue);
  font-weight: 900;
}

.aqsp-section { padding: clamp(46px, 6vw, 72px) 0; }
.aqsp-section-head { text-align: center; margin-bottom: 34px; }
.aqsp-section-head h2,
.aqsp-faq-block h2,
.aqsp-related-section h2 { font-size: clamp(26px, 3.1vw, 36px); }
.aqsp-section-head h2::after,
.aqsp-faq-block h2::after,
.aqsp-related-section h2::after {
  content: "";
  display: block;
  width: 34px;
  height: 3px;
  margin: 14px auto 0;
  border-radius: 999px;
  background: var(--aqsp-red);
}
.aqsp-faq-block h2::after { margin-left: 0; }
.aqsp-related-section h2::after { margin-left: 0; }

.aqsp-process {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: clamp(14px, 2vw, 28px);
  margin: 0;
  padding: 0;
  list-style: none;
}
.aqsp-process-step {
  position: relative;
  min-width: 0;
  text-align: center;
}
.aqsp-process-step:not(:last-child)::after {
  content: "›";
  position: absolute;
  top: 34px;
  right: -16px;
  color: var(--aqsp-blue);
  font-size: 30px;
  line-height: 1;
  opacity: .7;
}
.aqsp-step-number {
  display: inline-grid;
  place-items: center;
  width: 54px;
  height: 54px;
  margin-bottom: 16px;
  border-radius: 50%;
  background: #f0eee9;
  color: var(--aqsp-blue);
  font-size: 20px;
  font-weight: 950;
  box-shadow: inset 0 0 0 10px #fff, 0 10px 24px rgba(20,25,60,.08);
}
.aqsp-process h3 {
  margin: 0 0 8px;
  color: var(--aqsp-blue);
  font-size: 17px;
  font-weight: 900;
  line-height: 1.2;
}
.aqsp-process p {
  margin: 0;
  color: #596276;
  font-size: 14px;
  line-height: 1.55;
  font-weight: 600;
}

.aqsp-benefits { padding: 10px 0 38px; }
.aqsp-benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  gap: 12px;
}
.aqsp-benefit {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 16px;
  border-radius: 14px;
  background: #f9f8f5;
  color: var(--aqsp-blue);
  font-weight: 900;
  font-size: 14px;
}
.aqsp-benefit span { color: var(--aqsp-red); }

.aqsp-services-section { background: linear-gradient(180deg, #fff 0%, #fbfaf8 100%); }
.aqsp-services-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px;
}
.aqsp-service-card,
.aqsp-side-card,
.aqsp-faq-list details {
  border: 1px solid var(--aqsp-border);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 16px 38px rgba(20,25,60,.06);
}
.aqsp-service-card { overflow: hidden; }
.aqsp-service-card img {
  display: block;
  width: 100%;
  aspect-ratio: 1.68 / 1;
  object-fit: cover;
}
.aqsp-card-body { padding: 20px; }
.aqsp-card-body h3 {
  margin: 0 0 14px;
  color: var(--aqsp-blue);
  font-size: 18px;
  font-weight: 900;
  line-height: 1.25;
}
.aqsp-card-body ul,
.aqsp-side-card ul {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.aqsp-card-body li,
.aqsp-side-card li {
  position: relative;
  padding-left: 20px;
  color: #4f596d;
  font-size: 14px;
  font-weight: 650;
  line-height: 1.42;
}
.aqsp-card-body li::before,
.aqsp-side-card li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--aqsp-blue);
  font-weight: 900;
}
.aqsp-card-link {
  display: inline-flex;
  margin-top: 18px;
  color: var(--aqsp-red) !important;
  font-size: 14px;
  font-weight: 900;
}

.aqsp-info-section { background: #fff; }
.aqsp-info-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(340px, .9fr);
  gap: 34px;
  align-items: start;
}
.aqsp-faq-block h2 { margin-bottom: 22px; }
.aqsp-faq-list { display: grid; gap: 8px; }
.aqsp-faq-list details { box-shadow: none; border-radius: 10px; overflow: hidden; }
.aqsp-faq-list summary {
  cursor: pointer;
  position: relative;
  padding: 16px 50px 16px 18px;
  color: var(--aqsp-blue);
  font-weight: 900;
  list-style: none;
}
.aqsp-faq-list summary::-webkit-details-marker { display: none; }
.aqsp-faq-list summary::after {
  content: "+";
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--aqsp-blue);
  font-size: 20px;
  font-weight: 900;
}
.aqsp-faq-list details[open] summary::after { content: "–"; }
.aqsp-faq-list p {
  margin: 0;
  padding: 0 18px 18px;
  color: #5a6376;
  font-size: 15px;
  line-height: 1.65;
  font-weight: 550;
}
.aqsp-side-cards { display: grid; grid-template-columns: 1fr; gap: 18px; }
.aqsp-side-card { padding: 22px; }
.aqsp-side-card h3 {
  margin: 0 0 14px;
  color: var(--aqsp-blue);
  font-size: 20px;
  font-weight: 900;
}
.aqsp-side-card p { margin: 0 0 10px; color: #596276; line-height: 1.58; font-weight: 600; }
.aqsp-help-card a {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 54px;
  margin-top: 14px;
  border: 1px solid rgba(224,43,32,.45);
  border-radius: 8px;
  color: var(--aqsp-red) !important;
  font-size: 18px;
  font-weight: 950;
}

.aqsp-related-section { padding: 0 0 54px; }
.aqsp-related-section h2 { margin-bottom: 22px; }
.aqsp-related-links { display: flex; flex-wrap: wrap; gap: 10px; }
.aqsp-related-links a {
  display: inline-flex;
  padding: 12px 16px;
  border-radius: 999px;
  background: #f4f3ef;
  color: var(--aqsp-blue) !important;
  font-weight: 900;
  font-size: 14px;
}

.aqsp-final-cta {
  padding: 34px 0;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(47,52,143,.98), rgba(20,35,104,.96)),
    radial-gradient(circle at 10% 20%, rgba(255,255,255,.18), transparent 32%);
}
.aqsp-final-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
}
.aqsp-final-cta h2 { color: #fff; font-size: clamp(24px, 3vw, 34px); }
.aqsp-final-cta p { margin: 10px 0 0; color: rgba(255,255,255,.84); font-weight: 650; line-height: 1.55; }
.aqsp-final-actions { margin-top: 0; justify-content: flex-end; }

.aqsp-footer-benefits {
  padding: 22px 0;
  background: #eee7dc;
}
.aqsp-footer-benefits-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  color: #40485a;
  font-size: 14px;
  font-weight: 800;
  text-align: center;
}
.aqsp-footer-benefits span:not(:last-child) { border-right: 1px solid rgba(84,97,128,.22); }

@media (max-width: 1100px) {
  .aqsp-hero-grid { grid-template-columns: 1fr; }
  .aqsp-hero-media { order: -1; }
  .aqsp-trust-row { grid-template-columns: repeat(2, 1fr); }
  .aqsp-trust-item { border-right: 0; border-bottom: 1px solid var(--aqsp-border); }
  .aqsp-trust-item:nth-last-child(-n+2) { border-bottom: 0; }
  .aqsp-process { grid-template-columns: repeat(2, 1fr); }
  .aqsp-process-step:not(:last-child)::after { display:none; }
  .aqsp-services-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .aqsp-info-grid { grid-template-columns: 1fr; }
  .aqsp-final-grid { grid-template-columns: 1fr; }
  .aqsp-final-actions { justify-content: flex-start; }
}

@media (max-width: 700px) {
  .aqsp-container { width: min(100% - 28px, 1180px); }
  .aqsp-hero { padding-top: 22px; }
  .aqsp-hero h1 { font-size: clamp(34px, 10vw, 48px); }
  .aqsp-lead { font-size: 15.5px; }
  .aqsp-actions, .aqsp-final-actions { display: grid; grid-template-columns: 1fr; }
  .aqsp-btn { width: 100%; justify-content: center; }
  .aqsp-trust-row { grid-template-columns: 1fr; padding: 10px; }
  .aqsp-trust-item { border-bottom: 1px solid var(--aqsp-border) !important; padding: 12px; }
  .aqsp-trust-item:last-child { border-bottom: 0 !important; }
  .aqsp-process { grid-template-columns: 1fr; gap: 22px; }
  .aqsp-process-step { text-align: left; display: grid; grid-template-columns: 54px 1fr; gap: 14px; align-items: start; }
  .aqsp-step-number { margin: 0; }
  .aqsp-services-grid { grid-template-columns: 1fr; gap: 18px; }
  .aqsp-footer-benefits-grid { grid-template-columns: 1fr; text-align: left; }
  .aqsp-footer-benefits span { border-right: 0 !important; padding: 8px 0; }
}
