/* GR — original brand, refined proportions. */
/* Layout primitives live in style.css; final hero, navigation and motion live here. */
:root {
  --blue: #0b2545;
  --blue-light: #163a64;
  --red: #c0392b;
  --red-dark: #a93226;
  --orange: #e67e22;
  --ice: #f1f6fc;
  --radius: 20px;
  --radius-sm: 10px;
  --g500: #586676;
  --g400: #667586;
  --shadow-md: 0 12px 48px rgba(11, 37, 69, 0.055);
  --transition: 0.25s ease;
}
body {
  font-family:
    Inter,
    -apple-system,
    BlinkMacSystemFont,
    'Segoe UI',
    sans-serif;
  letter-spacing: -0.015em;
}
.wrap {
  max-width: 1200px;
  padding-inline: 36px;
}
a,
button,
input,
textarea,
select {
  -webkit-tap-highlight-color: transparent;
}
a:focus-visible,
button:focus-visible {
  outline: 3px solid var(--orange);
  outline-offset: 5px;
}
.skip-link {
  position: fixed;
  top: -80px;
  left: 20px;
  z-index: 1000;
  padding: 12px 24px;
  background: white;
}
.skip-link:focus {
  top: 12px;
}
.stripe {
  height: 2px;
}
.btn {
  min-height: 48px;
  justify-content: center;
  font-weight: 500;
  letter-spacing: -0.01em;
  border-radius: 9px;
  padding: 13px 25px;
  font-size: 15px;
}
.btn-lg {
  min-height: 54px;
  padding: 16px 27px;
  font-size: 16px;
  border-radius: 10px;
}
.btn-red:hover,
.btn-blue:hover {
  transform: none;
  box-shadow: none;
}
.btn-outline {
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.btn-outline-dark {
  border: 1px solid #cad3df;
}
.btn svg {
  width: 18px;
  height: 18px;
}
.trust-bar {
  padding: 25px 0;
  gap: 62px;
  border-color: #e4eaf1;
}
.trust-item {
  font-size: 13px;
  color: #586676;
  gap: 9px;
}
.trust-item svg {
  width: 16px;
  height: 16px;
  stroke: var(--blue);
  stroke-width: 1.8;
}
.sec {
  padding: 104px 0;
}
.sec-lg {
  padding: 116px 0;
}
.sec-top {
  margin-bottom: 52px;
}
.sec-top .tag {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
  margin-bottom: 14px;
}
.sec-top h2 {
  font-size: clamp(32px, 3.5vw, 46px);
  font-weight: 600;
  letter-spacing: -0.05em;
  line-height: 1.15;
  margin-bottom: 19px;
}
.sec-top p {
  font-size: 17px;
  line-height: 1.65;
  max-width: 570px;
}
.cards {
  gap: 0;
  border-top: 1px solid #dbe3ec;
  border-left: 1px solid #dbe3ec;
  border-radius: 0;
}
.card {
  padding: 34px 30px 38px;
  border: 0;
  border-right: 1px solid #dbe3ec;
  border-bottom: 1px solid #dbe3ec;
  border-radius: 0;
  background: transparent;
  transition: background 0.25s;
}
.card-icon {
  width: 38px;
  height: 38px;
  background: transparent;
  border-radius: 0;
  margin-bottom: 27px;
}
.card-icon svg {
  width: 30px;
  height: 30px;
  stroke-width: 1.35;
}
.card h3 {
  font-size: 20px;
  letter-spacing: -0.035em;
  font-weight: 600;
  margin-bottom: 12px;
}
.card p {
  font-size: 16px;
  line-height: 1.65;
}
.card-wide {
  padding: 28px 30px;
  gap: 24px;
}
.card-wide .card-icon {
  margin: 0;
}
.card-highlight {
  background: var(--blue);
  color: white;
}
.card-highlight .card-icon {
  background: transparent;
}
.card-highlight .card-icon svg {
  stroke: white;
}
.card-highlight p {
  color: #c0ccdb;
}
.steps {
  gap: 0;
}
.step {
  text-align: left;
  padding: 10px 36px 8px 0;
}
.step + .step {
  padding-left: 36px;
  border-left: 1px solid #d6e0ec;
}
.step-num {
  font-size: 54px;
  font-weight: 400;
  letter-spacing: -0.07em;
  line-height: 1;
  width: auto;
  height: auto;
  background: none;
  color: var(--blue);
  display: block;
  text-align: left;
  margin: 0 0 35px;
}
.step-num::before {
  content: '0';
}
.step h3 {
  font-size: 22px;
  letter-spacing: -0.035em;
  font-weight: 600;
  margin-bottom: 12px;
}
.step p {
  font-size: 16px;
  line-height: 1.7;
}
.split {
  gap: 90px;
  align-items: center;
}
.checks {
  gap: 27px;
}
.check h4 {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.025em;
  margin-bottom: 8px;
}
.check p {
  font-size: 16px;
  line-height: 1.65;
}
.check-dot {
  background: transparent;
  border: 1px solid #dce3ec;
  width: 25px;
  height: 25px;
}
.check-dot svg {
  stroke-width: 2;
}
.cta-card {
  padding: 48px;
  border-radius: 20px;
  min-height: 360px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.cta-card h3 {
  font-size: 36px;
  letter-spacing: -0.045em;
  font-weight: 500;
  line-height: 1.15;
  margin-bottom: 20px;
}
.cta-card p {
  font-size: 16px;
  color: #bdcadb;
}
.cta-banner {
  background: var(--blue);
  padding: 85px 0 80px;
}
.cta-banner h2 {
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 500;
  letter-spacing: -0.05em;
  margin-bottom: 18px;
}
.cta-banner p {
  font-size: 17px;
  color: #bcc9d9;
  margin-bottom: 30px;
}
.footer {
  padding-top: 50px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}
.footer-grid {
  grid-template-columns: 1.6fr 1fr 1fr 1.2fr;
  gap: 42px;
  margin-bottom: 50px;
}
.footer-brand p {
  font-size: 14px;
  color: #aebdd0;
  max-width: 300px;
}
.footer h4 {
  font-size: 12px;
  color: #aebdd0;
  font-weight: 500;
  letter-spacing: 1.4px;
}
.footer-links a {
  font-size: 14px;
  line-height: 1.6;
  color: #d1dbe7;
  padding: 5px 0;
}
.footer-bottom,
.footer-bottom a {
  font-size: 12px;
  color: #aebdd0;
}
.footer-bottom {
  border-color: rgba(255, 255, 255, 0.15);
}
.footer-logo {
  height: 57px;
}
.fab-whatsapp {
  box-shadow: 0 5px 18px #0b25451a !important;
  bottom: 22px !important;
  right: 22px !important;
}
.fab-whatsapp span {
  display: none;
}
.page-header {
  padding: 158px 0 67px;
  background: var(--blue);
}
.page-header h1 {
  font-size: clamp(38px, 4.5vw, 62px);
  font-weight: 500;
  line-height: 1.12;
  letter-spacing: -0.055em;
  margin-bottom: 22px;
}
.page-header p {
  color: #bcc9d9;
  font-size: 18px;
  max-width: 640px;
}
.breadcrumb,
.breadcrumb a {
  color: #b9c7da;
  font-size: 14px;
}
.about-card {
  border: 1px solid #dce4ee;
  padding: 36px 30px;
  text-align: left;
  box-shadow: none;
}
.about-card .icon-box {
  margin-left: 0;
}
.about-card h3 {
  font-size: 20px;
  font-weight: 600;
}
.about-card p {
  font-size: 16px;
}
.form-box {
  padding: 40px;
  border: 1px solid #dce4ee;
  box-shadow: none;
}
.form-box h3,
.contact-info h3 {
  font-size: 26px;
  font-weight: 600;
  letter-spacing: -0.035em;
}
.fg label,
.consent label {
  font-size: 14px;
}
.fg input,
.fg select,
.fg textarea {
  font-size: 16px;
  border-width: 1px;
  background: white;
  padding: 14px 16px;
}
.ci .lbl {
  font-size: 12px;
  color: #647286;
}
.ci .val {
  font-size: 17px;
  font-weight: 500;
}
.contact-split {
  gap: 80px;
}
.wa-btn {
  background: #128c45;
  font-size: 16px;
}
.legal-content {
  padding: 80px 24px;
  max-width: 800px;
}
.legal-content p,
.legal-content li {
  font-size: 16px;
}
.pricing-grid-2 {
  max-width: 940px;
  gap: 28px;
}
.pricing-card {
  border-width: 1px;
  box-shadow: none;
}
.pricing-header {
  padding: 36px 32px 12px;
}
.pricing-name {
  font-weight: 600;
  letter-spacing: -0.03em;
}
.pricing-price {
  font-size: 64px;
  font-weight: 500;
  letter-spacing: -0.05em;
}
.pricing-feature {
  font-size: 16px;
  align-items: flex-start;
  padding: 13px 0;
}
.pricing-feature svg {
  margin-top: 4px;
}
.pricing-btn {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
}
.pricing-badge,
.pricing-price-note,
.pricing-validity {
  font-size: 12px;
}
.pricing-disclaimer,
.pricing-addon {
  font-size: 14px;
}
.pricing-disclaimer {
  line-height: 1.8;
}
.pricing-badge-action {
  background: var(--orange);
}
.pricing-badge-popular {
  background: var(--red);
}
@media (max-width: 1050px) {
  .wrap {
    padding-inline: 28px;
  }
  .split {
    gap: 40px;
  }
  .contact-split {
    gap: 36px;
  }
  .footer-grid {
    gap: 28px;
  }
  .trust-bar {
    gap: 28px;
  }
}
@media (max-width: 900px) {
  .cards {
    grid-template-columns: repeat(2, 1fr);
  }
  .card-wide {
    grid-column: 1/-1;
  }
  .sec,
  .sec-lg {
    padding: 76px 0;
  }
  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .page-header {
    padding-top: 130px;
  }
  .steps {
    gap: 24px;
  }
  .step,
  .step + .step {
    padding: 0;
    border: 0;
  }
  .split {
    grid-template-columns: 1fr;
  }
  .cta-card {
    min-height: 300px;
  }
}
@media (max-width: 600px) {
  .wrap {
    padding-inline: 24px;
  }
  .trust-bar {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 13px 14px;
    padding: 22px 0;
  }
  .trust-item {
    font-size: 12px;
    gap: 7px;
  }
  .sec,
  .sec-lg {
    padding: 65px 0;
  }
  .sec-top {
    margin-bottom: 35px;
  }
  .sec-top h2 {
    font-size: 33px;
  }
  .sec-top p {
    font-size: 16px;
  }
  .cards {
    grid-template-columns: 1fr;
  }
  .card {
    padding: 27px 25px;
  }
  .card-icon {
    margin-bottom: 20px;
  }
  .card-wide {
    display: block;
  }
  .card-wide .card-icon {
    margin-bottom: 20px;
  }
  .steps {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .step,
  .step + .step {
    padding: 0 0 28px 64px;
    border-bottom: 1px solid #d6e0ec;
  }
  .step-num {
    position: absolute;
    left: 0;
    top: 4px;
    font-size: 35px;
  }
  .step h3 {
    font-size: 21px;
  }
  .step p {
    font-size: 16px;
  }
  .cta-card {
    padding: 34px 28px;
    min-height: 330px;
  }
  .cta-card h3 {
    font-size: 32px;
  }
  .cta-banner {
    padding: 60px 0;
  }
  .cta-banner .btn {
    margin: 5px 2px;
    font-size: 14px;
    padding-inline: 18px;
  }
  .footer-grid {
    gap: 30px 20px;
  }
  .footer-brand {
    grid-column: 1/-1;
  }
  .footer-bottom {
    align-items: flex-start;
    gap: 12px;
    flex-direction: column;
    padding-right: 40px;
  }
  .footer-bottom a {
    margin-left: 0;
    margin-right: 20px;
  }
  .footer-links a {
    overflow-wrap: anywhere;
    font-size: 14px;
  }
  .page-header h1 {
    font-size: 39px;
  }
  .page-header p {
    font-size: 16px;
  }
  .contact-split {
    grid-template-columns: 1fr;
  }
  .form-box {
    padding: 25px;
  }
  .fg-row {
    grid-template-columns: 1fr;
  }
  .pricing-grid-2,
  .pricing-grid-3 {
    grid-template-columns: 1fr;
  }
  .about-cards {
    grid-template-columns: 1fr;
  }
  .fab-whatsapp {
    width: 48px !important;
    height: 48px !important;
    right: 15px !important;
    bottom: 15px !important;
  }
}
/* Quality pass: visual hierarchy, interaction and responsive consistency. */
html {
  scroll-padding-top: 108px;
}
main {
  outline: none;
}
h1,
h2,
h3 {
  text-wrap: balance;
}
p {
  text-wrap: pretty;
}
button,
a,
input,
select,
textarea {
  touch-action: manipulation;
}
.wrap {
  width: 100%;
}
.trust-bar {
  background: #fff;
  gap: 54px;
}
.trust-item {
  font-size: 14px;
}
.home #leistungen {
  background: #fff;
}
.home #leistungen .sec-top {
  text-align: left;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 80px;
  align-items: end;
  margin-bottom: 44px;
}
.home #leistungen .sec-top .tag {
  grid-column: 1/-1;
}
.home #leistungen .sec-top h2 {
  margin: 0;
  max-width: 450px;
}
.home #leistungen .sec-top p {
  margin: 0;
  padding-bottom: 3px;
  max-width: 470px;
}
.home .cards {
  border: 0;
  gap: 16px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.home .card {
  position: relative;
  border: 1px solid transparent;
  border-radius: 16px;
  background: var(--ice);
  padding: 32px;
  display: flex;
  flex-direction: column;
}
.home .card-icon {
  margin-bottom: 34px;
}
.home .card h3 {
  font-size: 21px;
}
.home .card p {
  font-size: 16px;
  line-height: 1.65;
}
.service-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  min-height: 36px;
}
.service-link:focus-visible {
  outline: none;
}
.service-link span {
  font-weight: 400;
  font-size: 21px;
  opacity: 0.6;
}
.home .card-highlight {
  background: var(--blue);
  border-color: var(--blue);
}
.home .card-wide {
  flex-direction: row;
  align-items: center;
  background: #fff;
  border: 1px solid #dce4ed;
  padding: 28px 32px;
}
.home .card-wide .card-icon {
  margin: 0;
}
.home .card-wide h3 {
  margin-bottom: 5px;
}
.home .sec:has(.steps) {
  background: var(--ice);
}
.home .sec:has(.split) {
  background: white;
}
.sec-top .tag {
  font-size: 13px;
  letter-spacing: 1.5px;
}
.sec-top h2 {
  font-size: clamp(32px, 3.3vw, 44px);
  line-height: 1.18;
}
.step-num {
  font-size: 48px;
  color: var(--red);
  margin-bottom: 30px;
}
.step p {
  max-width: 310px;
}
.check-dot {
  margin-top: 4px;
  background: var(--ice);
  border: 0;
}
.cta-card {
  border-radius: 18px;
}
.cta-card h3 span {
  color: white;
  text-decoration: underline;
  text-decoration-color: var(--red);
  text-underline-offset: 7px;
  text-decoration-thickness: 2px;
}
.cta-card p {
  color: #c6d1df;
}
.footer {
  padding-bottom: 30px;
}
.footer-links a {
  min-height: 34px;
}
.footer-bottom {
  gap: 24px;
}
.footer h4 {
  color: #c2cddd;
}
.footer-brand p {
  max-width: 290px;
}
.btn-top {
  bottom: 25px;
  right: 88px;
}
.fab-whatsapp:hover {
  transform: translateY(-2px);
}
.page-header h1 {
  max-width: 980px;
  margin-inline: auto;
}
.page-header p {
  max-width: 670px;
}
.page-header .breadcrumb {
  flex-wrap: wrap;
}
.cards[style*='max-width:860px'] {
  margin-inline: auto;
  border: 0;
  gap: 0;
}
.cards[style*='max-width:860px'] .card {
  border: 0;
  border-bottom: 1px solid #dce4ed;
  background: white;
  padding: 28px 0;
}
.cards[style*='max-width:860px'] .card p {
  max-width: 75ch;
}
.cards[style*='max-width:860px'] .card h3 {
  font-size: 22px;
}
.doc-grid {
  max-width: 980px;
  gap: 24px;
}
.doc-card {
  border: 1px solid #dce4ed;
  border-radius: 18px;
}
.doc-preview {
  min-height: 190px;
  background: var(--ice);
}
.doc-body {
  padding: 30px;
}
.doc-label {
  font-size: 12px;
  letter-spacing: 1.2px;
}
.doc-body h3 {
  font-size: 23px;
  letter-spacing: -0.035em;
  font-weight: 600;
}
.doc-body p,
.doc-info p {
  font-size: 16px;
  line-height: 1.7;
}
.doc-download {
  min-height: 50px;
  font-size: 16px;
  font-weight: 500;
}
.doc-info {
  margin-top: 36px;
  max-width: 980px;
}
.pricing-feature {
  color: #49596d;
}
.pricing-validity,
.pricing-old-price,
.pricing-price-note {
  color: #586676;
}
.pricing-card-action .pricing-price {
  color: var(--blue);
}
.pricing-card-action .pricing-btn {
  background: var(--blue);
}
.pricing-badge-action {
  color: var(--blue);
}
.pricing-badge-info {
  font-size: 12px;
}
.pricing-header .pricing-subtitle {
  font-size: 16px;
}
.pricing-price-note {
  letter-spacing: 1px;
}
.pricing-price .currency,
.pricing-price .cents {
  letter-spacing: -0.02em;
}
.fg input:focus-visible,
.fg select:focus-visible,
.fg textarea:focus-visible {
  outline: 2px solid var(--blue);
  outline-offset: 2px;
}
.btn-submit {
  min-height: 52px;
  font-weight: 500;
  font-size: 16px;
}
.consent label {
  font-size: 14px;
}
.ci .val a {
  overflow-wrap: anywhere;
}
.about-card h3 {
  font-size: 20px;
}
.about-card p {
  font-size: 16px;
}
@media (min-width: 901px) and (max-width: 1100px) {
  .wrap {
    padding-inline: 24px;
  }
}
@media (max-width: 900px) {
  .home .cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .home #leistungen .sec-top {
    column-gap: 32px;
  }
  .home .card {
    padding: 28px;
  }
}
@media (max-width: 600px) {
  html {
    scroll-padding-top: 90px;
  }
  .wrap {
    padding-inline: 24px;
    max-width: 100%;
  }
  .trust-bar {
    grid-template-columns: 1fr 1fr;
    gap: 15px 12px;
    padding: 23px 24px;
    justify-items: start;
  }
  .trust-item {
    font-size: 13px;
  }
  .home #leistungen .sec-top {
    display: block;
    text-align: left;
  }
  .home #leistungen .sec-top h2 {
    margin-bottom: 17px;
  }
  .home #leistungen .sec-top p {
    max-width: 100%;
  }
  .home .cards {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .home .card {
    padding: 27px;
  }
  .home .card-icon {
    margin-bottom: 22px;
  }
  .home .card-wide {
    flex-direction: row;
    align-items: flex-start;
    gap: 16px;
    padding: 25px;
  }
  .home .card-wide .card-icon {
    width: 30px;
    height: 30px;
    margin-top: 3px;
  }
  .home .card-wide h3 {
    font-size: 20px;
  }
  .home .card-wide p {
    font-size: 15px;
  }
  .step,
  .step + .step {
    padding: 0 0 27px 64px;
  }
  .step-num {
    font-size: 35px;
    line-height: 1;
    top: 4px;
    width: auto;
    height: auto;
    margin: 0;
  }
  .step p {
    max-width: none;
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 30px 22px;
  }
  .footer-bottom {
    text-align: left;
    align-items: flex-start;
  }
  .footer-logo {
    height: 55px;
    max-width: none;
  }
  .about-card {
    padding: 28px;
  }
  .about-card h3 {
    font-size: 20px;
  }
  .about-card p {
    font-size: 16px;
  }
  .doc-grid {
    grid-template-columns: 1fr;
  }
  .doc-body {
    padding: 26px;
  }
  .doc-body h3 {
    font-size: 23px;
  }
  .doc-preview {
    min-height: 170px;
  }
  .doc-info {
    padding: 24px;
  }
  .doc-info-icon {
    display: none;
  }
  .page-header {
    padding-bottom: 47px;
  }
  .page-header h1 {
    font-size: clamp(32px, 8.5vw, 42px);
    overflow-wrap: anywhere;
  }
  .legal-content {
    padding: 56px 24px;
  }
  .legal-content p,
  .legal-content li {
    font-size: 16px;
  }
  .pricing-grid-2,
  .pricing-grid-3 {
    grid-template-columns: 1fr !important;
  }
  .cards[style],
  .about-cards[style] {
    grid-template-columns: 1fr !important;
  }
  .split,
  .contact-split {
    grid-template-columns: 1fr !important;
  }
  .btn-top {
    right: 75px;
    bottom: 20px;
  }
  .cta-banner .btn {
    display: flex;
    max-width: 330px;
    margin: 12px auto;
    font-size: 16px;
  }
  .ci .val {
    font-size: 16px;
  }
}

/* Review proof block: quiet, editorial and easy to scan. */
.reviews-section {
  padding: 92px 0;
  background: #f4f7fb;
  border-top: 1px solid #e0e7ef;
  border-bottom: 1px solid #e0e7ef;
}
.reviews-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
  gap: 72px;
  align-items: center;
}
.reviews-intro .tag {
  font-size: 13px;
  letter-spacing: 1.5px;
  margin-bottom: 14px;
}
.reviews-intro h2 {
  font-size: clamp(32px, 3.3vw, 46px);
  line-height: 1.14;
  letter-spacing: -0.05em;
  max-width: 620px;
  margin: 0 0 18px;
}
.reviews-intro p {
  font-size: 17px;
  line-height: 1.7;
  color: #526277;
  max-width: 610px;
  margin: 0 0 28px;
}
.reviews-link {
  display: inline-flex;
  gap: 9px;
  align-items: center;
}
.reviews-link span {
  font-size: 19px;
  line-height: 1;
}
.review-score {
  min-height: 240px;
  padding: 34px 34px 32px;
  background: #fff;
  border: 1px solid #dce5ee;
  border-radius: 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-shadow: 0 18px 45px rgba(11, 37, 69, 0.07);
}
.review-score-value {
  font-size: 72px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: -0.07em;
  color: var(--blue);
  font-variant-numeric: tabular-nums;
}
.review-score-value span {
  font-size: 20px;
  letter-spacing: 0;
  color: #748196;
  margin-left: 5px;
}
.review-stars {
  margin: 17px 0 12px;
  color: #e4a324;
  font-size: 22px;
  letter-spacing: 4px;
  line-height: 1;
}
.review-score strong {
  font-size: 16px;
  font-weight: 600;
  color: var(--blue);
}
.review-source {
  font-size: 13px;
  color: #77869a;
  margin-top: 6px;
}
.review-profile-link {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin-top: 16px;
  color: var(--blue);
  font-size: 13px;
  font-weight: 600;
  text-decoration: underline;
  text-decoration-color: #bfcddd;
  text-underline-offset: 4px;
}
.review-profile-link span {
  font-size: 16px;
  line-height: 1;
}
@media (max-width: 700px) {
  .reviews-section {
    padding: 66px 0;
  }
  .reviews-layout {
    grid-template-columns: 1fr;
    gap: 34px;
  }
  .reviews-intro h2 {
    font-size: 34px;
  }
  .reviews-intro p {
    font-size: 16px;
  }
  .review-score {
    min-height: 210px;
    padding: 28px;
  }
  .review-score-value {
    font-size: 62px;
  }
}

/* Service dialogs: native focus management, a quiet backdrop and clear actions. */
html {
  scrollbar-gutter: stable;
}
.card[data-service] {
  position: relative;
  cursor: pointer;
}
.service-overview .cards {
  border: 0;
  gap: 18px;
}
.service-overview .card {
  border: 1px solid #dce4ed;
  border-radius: 16px;
  padding: 32px;
}
.service-overview .card-icon {
  margin-bottom: 22px;
}
.service-overview .card p {
  line-height: 1.65;
}
.service-overview .card p:has(.detail-trigger) {
  margin-top: 20px !important;
}
.service-overview a.detail-trigger {
  font-size: 14px;
  font-weight: 600;
  color: var(--blue);
}
.service-overview a.detail-trigger span {
  margin-left: 8px;
  font-size: 18px;
}
.service-overview .card-highlight {
  border-color: var(--blue);
}
.service-overview .card-highlight a.detail-trigger {
  color: white;
}
.service-overview .card-wide {
  margin-top: 18px !important;
}
.service-overview .card-wide > div:last-child {
  flex: 1;
}
.modal-open {
  overflow: hidden;
}
.service-modal {
  position: fixed;
  inset: 0;
  width: min(620px, calc(100% - 48px));
  max-width: none;
  max-height: calc(100dvh - 48px);
  margin: auto;
  padding: 0;
  border: 1px solid #dce5ee;
  border-radius: 22px;
  color: var(--blue);
  background: #fff;
  box-shadow: 0 30px 90px rgba(2, 17, 35, 0.3);
  overscroll-behavior: contain;
}
.service-modal:not([open]) {
  display: none;
}
.service-modal::backdrop {
  background: rgba(5, 20, 38, 0.64);
  backdrop-filter: blur(6px);
}
.service-modal-panel {
  position: relative;
  padding: 52px 42px 38px;
}
.service-modal-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid #dce5ee;
  border-radius: 50%;
  background: #fff;
  color: var(--blue);
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  display: grid;
  place-items: center;
  touch-action: manipulation;
}
.service-modal-close:hover {
  background: #f1f5f9;
}
.service-modal-eyebrow {
  margin: 0 38px 12px 0;
  color: #526277;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}
.service-modal h2 {
  margin: 0 0 20px;
  color: var(--blue);
  font-size: clamp(28px, 4vw, 40px);
  letter-spacing: -0.045em;
  line-height: 1.15;
  overflow-wrap: break-word;
}
.service-modal-text {
  margin: 0;
  color: #526277;
  font-size: 16px;
  line-height: 1.7;
}
.service-modal-points {
  display: grid;
  gap: 12px;
  margin: 25px 0 30px;
  padding: 0;
  list-style: none;
}
.service-modal-points li {
  position: relative;
  padding-left: 25px;
  color: #24364c;
  font-size: 16px;
  line-height: 1.5;
}
.service-modal-points li::before {
  content: '✓';
  position: absolute;
  left: 0;
  top: 0;
  color: var(--red);
  font-weight: 600;
}
.service-modal-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  padding-top: 24px;
  border-top: 1px solid #e5ebf1;
}
.service-modal-actions .btn {
  min-height: 50px;
}
.service-modal-details[hidden] {
  display: none;
}
@media (max-width: 600px) {
  .service-overview .card {
    padding: 26px;
  }
  .service-overview .card-wide {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 16px;
  }
  .service-overview .card-wide .card-icon {
    margin: 0;
    flex-shrink: 0;
  }
  .service-modal {
    width: calc(100% - 28px);
    max-height: calc(100dvh - 28px);
    border-radius: 18px;
  }
  .service-modal-panel {
    padding: 62px 25px 28px;
  }
  .service-modal-actions {
    flex-direction: column;
  }
  .service-modal-actions .btn {
    width: 100%;
  }
}

/* Less visual noise: cards stay readable without looking heavy. */
.card p {
  max-width: 52ch;
}
.pricing-card {
  border-radius: 16px;
}
.pricing-feature {
  font-size: 15px;
  padding: 10px 0;
  line-height: 1.45;
}
.pricing-header {
  padding: 30px 28px 10px;
}
.pricing-price-area {
  padding: 0 28px 22px;
}
.pricing-features {
  padding: 0 28px;
}
.pricing-action {
  padding: 18px 28px 28px;
}
.pricing-addon {
  padding: 0 28px 10px;
  font-size: 13px;
}

/* Navigation — shared height keeps the mobile menu attached while scrolling. */
.nav {
  --nav-height: 88px;
  --logo-height: 66px;
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid rgba(11, 37, 69, 0.08);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  transition:
    box-shadow 240ms ease,
    background-color 240ms ease;
}
.nav.is-scrolled {
  --nav-height: 76px;
  --logo-height: 56px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 5px 24px rgba(11, 37, 69, 0.07);
}
.nav-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: var(--nav-height);
  transition: height 240ms ease;
}
.nav-logo-link {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  height: 100%;
  margin-right: 20px;
}
.nav-logo {
  display: block;
  width: auto;
  height: var(--logo-height);
  object-fit: contain;
  transition: height 240ms ease;
}
.nav-menu {
  display: flex;
  align-items: center;
  gap: 25px;
}
.nav-menu a {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  color: var(--g500);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.02em;
  transition: color 180ms ease;
}
.nav-menu a:hover,
.nav-menu a.active {
  color: var(--blue);
}
.nav-menu > a:not(.btn)::after {
  content: '';
  position: absolute;
  inset: auto 0 4px;
  height: 2px;
  border-radius: 1px;
  background: var(--red);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 200ms ease;
}
.nav-menu > a.active::after,
.nav-menu > a:focus-visible::after {
  transform: scaleX(1);
}
.nav-menu .btn {
  padding: 12px 19px;
  border-radius: 8px;
}
.nav-menu a.btn-red {
  color: #fff;
}
.hamburger {
  display: none;
  width: 44px;
  height: 44px;
  padding: 10px;
  border: 0;
  background: none;
  cursor: pointer;
}
.hamburger svg {
  width: 24px;
  height: 24px;
  stroke: var(--blue);
}
.lang-switch {
  position: relative;
  display: flex;
  align-items: center;
}
.lang-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  padding: 6px 8px;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: var(--g500);
  font-family: inherit;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition:
    color 180ms ease,
    background-color 180ms ease;
}
.lang-btn:hover {
  background: var(--ice);
  color: var(--blue);
}
.lang-btn svg {
  width: 17px;
  height: 17px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.8;
  flex-shrink: 0;
}
.lang-btn-text {
  display: none;
}
.lang-dropdown {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 200;
  min-width: 180px;
  margin-top: 6px;
  padding: 6px;
  border: 1px solid var(--g200);
  border-radius: 12px;
  background: #fff;
  box-shadow: var(--shadow-lg);
  overflow: hidden;
}
.lang-dropdown.open {
  display: block;
}
.lang-dropdown a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 16px;
  border-radius: 6px;
  color: var(--g600);
  font-size: 14px;
}
.lang-dropdown a:hover {
  background: var(--ice);
  color: var(--blue);
}
.lang-dropdown .flag {
  font-size: 18px;
  line-height: 1;
}

/* Hero — the accent is drawn once; only the small status dot keeps breathing. */
.hero {
  position: relative;
  overflow: hidden;
  padding: 162px 0 48px;
  background: var(--blue);
  text-align: center;
}
.hero-inner {
  position: relative;
  max-width: 1160px;
}
.hero-tag {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  max-width: 100%;
  margin-bottom: 30px;
  color: #becbdc;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.025em;
}
.hero-tag .dot {
  position: relative;
  display: inline-block;
  flex-shrink: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--green);
  animation: gr-status-breathe 3.2s ease-in-out infinite;
}
.hero-tag .dot::after {
  content: '';
  position: absolute;
  inset: -4px;
  border-radius: inherit;
  background: var(--green);
  opacity: 0.13;
  animation: gr-status-halo 3.2s ease-in-out infinite;
}
.hero h1 {
  max-width: 1050px;
  margin: 0 auto 27px;
  color: #fff;
  font-size: clamp(44px, 5.7vw, 78px);
  font-weight: 600;
  letter-spacing: -0.055em;
  line-height: 1.09;
}
.hero h1 em {
  position: relative;
  display: inline-block;
  color: #fff;
  font-style: normal;
  font-weight: inherit;
}
.hero h1 em::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.17em;
  height: 3px;
  background: var(--red);
  border-radius: 2px;
  transform-origin: left;
  animation: gr-accent-draw 750ms cubic-bezier(0.22, 1, 0.36, 1) 150ms both;
}
.hero p.lead {
  max-width: 620px;
  margin: 35px auto 32px;
  color: #bac7d8;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: -0.02em;
}
.hero-btns {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 13px;
}
.hero-btns .btn-outline {
  border-color: transparent;
  padding-inline: 19px;
}
.hero-btns .btn-outline::after {
  content: '→';
  margin-left: 6px;
  font-size: 20px;
  transition: transform 180ms ease;
}
.hero-kpis {
  display: flex;
  justify-content: center;
  max-width: 680px;
  margin: 46px auto 0;
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}
.kpi {
  flex: 1;
  min-width: 0;
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, 0.16);
}
.kpi:last-child {
  border: 0;
}
.kpi strong {
  display: block;
  color: #fff;
  font-size: 28px;
  font-weight: 500;
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.05em;
  line-height: 1.3;
}
.kpi strong em {
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  color: #b7c5d7;
  letter-spacing: 0;
}
.kpi span {
  display: block;
  margin-top: 6px;
  color: #afbed1;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0;
}
.hero .hero-note {
  max-width: 640px;
  margin: 22px auto 0;
  color: #b9c7da;
  font-size: 14px;
  line-height: 1.5;
}

/* Interactive surfaces share restrained feedback. Text-only cards stay still. */
.card,
.about-card,
.doc-card,
.pricing-card {
  box-shadow: none;
  transition:
    transform 200ms ease,
    border-color 200ms ease,
    background-color 200ms ease;
}
.card-icon,
.card-icon svg {
  transition:
    color 200ms ease,
    stroke 200ms ease;
}
.service-trigger span[aria-hidden] {
  transition: opacity 200ms ease;
}
@media (hover: hover) and (pointer: fine) {
  .nav-menu > a:not(.btn):hover::after {
    transform: scaleX(1);
  }
  .hero-btns .btn-outline:hover::after {
    transform: translateX(3px);
  }
  .card[data-service]:hover,
  .doc-card:hover,
  .pricing-card:hover {
    transform: translateY(-2px);
    border-color: #b9cadd;
  }
  .card[data-service]:hover .card-icon svg {
    stroke: var(--red);
  }
  .card.card-highlight[data-service]:hover .card-icon svg {
    stroke: #fff;
  }
  .card[data-service]:hover .service-trigger span[aria-hidden] {
    opacity: 1;
  }
}

/* Native dialog transitions retain the top layer during the short exit. */
.service-modal {
  opacity: 0;
  transform: scale(0.98);
  transition:
    opacity 180ms ease,
    transform 180ms ease,
    display 180ms allow-discrete,
    overlay 180ms allow-discrete;
}
.service-modal[open] {
  opacity: 1;
  transform: scale(1);
}
.service-modal::backdrop {
  opacity: 0;
  transition:
    opacity 180ms ease,
    display 180ms allow-discrete,
    overlay 180ms allow-discrete;
}
.service-modal[open]::backdrop {
  opacity: 1;
}
@starting-style {
  .service-modal[open] {
    opacity: 0;
    transform: scale(0.98);
  }
  .service-modal[open]::backdrop {
    opacity: 0;
  }
}
.reveal-enter {
  animation: gr-reveal 520ms cubic-bezier(0.22, 1, 0.36, 1);
}
.review-score.reveal-enter .review-stars {
  animation: gr-stars 600ms ease;
}
@keyframes gr-status-breathe {
  0%,
  100% {
    opacity: 0.85;
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(1.08);
  }
}
@keyframes gr-status-halo {
  0%,
  100% {
    opacity: 0.07;
    transform: scale(0.8);
  }
  50% {
    opacity: 0.18;
    transform: scale(1.12);
  }
}
@keyframes gr-accent-draw {
  from {
    opacity: 0.55;
    transform: scaleX(0);
  }
  to {
    opacity: 1;
    transform: scaleX(1);
  }
}
@keyframes gr-reveal {
  from {
    opacity: 0;
    translate: 0 10px;
  }
  to {
    opacity: 1;
    translate: 0 0;
  }
}
@keyframes gr-stars {
  from {
    opacity: 0.2;
  }
  to {
    opacity: 1;
  }
}
.hero.is-offscreen .dot,
.hero.is-offscreen .dot::after,
.motion-paused .dot,
.motion-paused .dot::after {
  animation-play-state: paused;
}

@media (min-width: 901px) and (max-width: 1100px) {
  .nav {
    --logo-height: 54px;
  }
  .nav.is-scrolled {
    --logo-height: 48px;
  }
  .nav-menu {
    gap: 12px;
  }
  .nav-menu .btn {
    padding-inline: 14px;
  }
  .nav-logo-link {
    margin-right: 12px;
  }
}
@media (max-width: 900px) {
  .nav {
    --nav-height: 76px;
    --logo-height: 58px;
  }
  .nav.is-scrolled {
    --nav-height: 68px;
    --logo-height: 50px;
  }
  .hamburger {
    display: block;
  }
  .nav-menu {
    display: none;
  }
  .nav-menu.open {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    position: absolute;
    left: 0;
    right: 0;
    top: var(--nav-height);
    max-height: calc(100dvh - var(--nav-height));
    overflow: auto;
    padding: 16px 24px 24px;
    gap: 0;
    background: #fff;
    border-top: 1px solid #e4eaf1;
    box-shadow: 0 18px 30px rgba(11, 37, 69, 0.07);
    transition:
      top 240ms ease,
      max-height 240ms ease;
  }
  .nav-menu > a {
    min-height: 49px;
    padding: 10px 0;
    border-bottom: 1px solid #edf0f4;
    font-size: 16px;
  }
  .nav-menu > a.btn {
    padding: 13px 22px;
    margin-top: 16px;
  }
  .nav-menu > a:not(.btn)::after {
    display: none;
  }
  .lang-switch {
    flex-direction: column;
    width: 100%;
    margin-top: 10px;
  }
  .lang-btn {
    width: 100%;
    min-height: 44px;
    height: auto;
    gap: 8px;
    border-radius: 8px;
  }
  .lang-btn-text {
    display: inline;
  }
  .lang-dropdown {
    position: static;
    width: 100%;
    max-height: 240px;
    overflow: auto;
    margin-top: 8px;
    box-shadow: none;
  }
  .lang-dropdown a {
    padding: 10px 14px;
  }
  .hero {
    padding-top: 136px;
  }
  .hero h1 {
    font-size: clamp(42px, 6.5vw, 65px);
  }
}
@media (max-width: 600px) {
  .hero {
    padding: 123px 0 32px;
  }
  .hero-inner {
    padding-inline: 20px;
  }
  .hero-tag {
    margin-bottom: 22px;
    font-size: 14px;
    letter-spacing: 0;
  }
  .hero h1 {
    font-size: clamp(36px, 9.5vw, 54px);
    line-height: 1.16;
    letter-spacing: -0.05em;
  }
  .hero h1 em::after {
    position: static;
    display: block;
    width: 40px;
    margin: 23px auto 0;
  }
  .hero p.lead {
    max-width: 360px;
    margin-top: 21px;
    margin-bottom: 28px;
    font-size: 16px;
    line-height: 1.65;
  }
  .hero-btns {
    flex-direction: column;
    align-items: center;
    gap: 7px;
  }
  .hero-btns .btn {
    width: 100%;
    max-width: 330px;
    min-height: 50px;
    padding: 13px 16px;
    font-size: 16px;
  }
  .hero-btns .btn-outline {
    min-height: 44px;
  }
  .hero-kpis {
    margin-top: 29px;
    padding-top: 24px;
  }
  .kpi {
    padding-inline: 5px;
  }
  .kpi strong {
    font-size: 25px;
  }
  .kpi strong em {
    font-size: 13px;
  }
  .kpi span {
    font-size: 14px;
    hyphens: auto;
  }
  .trust-item {
    font-size: 14px;
  }
  .hero .hero-note {
    max-width: 340px;
    margin-top: 18px;
  }
}
/* Every informational card uses the same dialog affordance. */
.detail-card {
  position: relative;
  cursor: pointer;
}
.detail-trigger {
  display: inline-flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  padding: 0;
  border: 0;
  background: none;
  color: inherit;
  font: inherit;
  line-height: inherit;
  text-align: inherit;
  cursor: pointer;
}
.detail-plus {
  flex: 0 0 auto;
  color: inherit;
  opacity: 0.55;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
}
.detail-card :is(.detail-trigger, a):focus-visible {
  outline: none;
}
.detail-card:has(:focus-visible):not(.pointer-focus) {
  outline: 2px solid #45698e;
  outline-offset: 4px;
}
.detail-trigger-caption {
  width: auto;
  margin-top: 18px;
  color: var(--blue);
  font-size: 14px;
  font-weight: 600;
}
.trust-item .detail-trigger {
  align-items: center;
  gap: 8px;
}
.trust-item svg {
  flex-shrink: 0;
}
.payment-method .detail-trigger {
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.payment-method .detail-plus {
  position: absolute;
  top: 10px;
  right: 10px;
}
.kpi .detail-trigger {
  justify-content: center;
  gap: 5px;
}
.kpi .detail-plus {
  margin: 0;
  font-size: 14px;
}
.review-score .detail-trigger {
  justify-content: center;
}
.doc-info .detail-trigger {
  width: auto;
}
.ci .detail-trigger {
  width: auto;
  gap: 8px;
}
.service-modal {
  overflow: hidden;
}
.service-modal-panel {
  max-height: calc(100dvh - 50px);
  overflow-y: auto;
  overscroll-behavior: contain;
}
.service-modal-close {
  z-index: 2;
}
.service-modal [hidden] {
  display: none !important;
}
.detail-price {
  margin: -4px 0 4px;
  color: var(--blue);
  font-size: 38px;
  font-weight: 600;
  letter-spacing: -0.04em;
  font-variant-numeric: tabular-nums;
}
.detail-subtitle {
  margin: 0 0 20px;
  color: #526277;
  font-size: 14px;
}
.detail-addon {
  margin: 18px 0;
  color: #526277;
  font-size: 14px;
  line-height: 1.6;
}
.detail-sections {
  margin-top: 24px;
}
.detail-sections:empty {
  display: none;
}
.detail-sections details {
  border-top: 1px solid #e5ebf1;
  padding: 0;
}
.detail-sections summary {
  padding: 16px 0;
  color: var(--blue);
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
}
.detail-sections summary::marker {
  color: var(--red);
}
.detail-sections summary:focus-visible {
  outline: 2px solid #45698e;
  outline-offset: 3px;
}
.detail-sections ul {
  display: grid;
  gap: 10px;
  padding: 0 0 18px 18px;
  list-style: disc;
}
.detail-sections li,
.detail-sections p {
  color: #526277;
  font-size: 16px;
  line-height: 1.6;
}
.detail-sections p {
  margin: 0 0 18px;
}
.detail-sections .detail-section-note,
.detail-note {
  color: #647286;
  font-size: 14px;
  line-height: 1.6;
}
.detail-note {
  margin: 22px 0;
}
.service-modal-actions {
  margin-top: 26px;
}
@media (hover: hover) and (pointer: fine) {
  .detail-card:hover .detail-plus {
    opacity: 1;
  }
  :is(.card, .about-card, .doc-card, .pricing-card).detail-card:hover {
    transform: translateY(-2px);
    border-color: #b9cadd;
  }
}
@media (max-width: 600px) {
  .service-modal-panel {
    max-height: calc(100dvh - 30px);
  }
  .detail-trigger {
    gap: 8px;
  }
  .detail-price {
    font-size: 34px;
  }
}
/* Respect a change in the OS setting immediately, including an open dialog. */
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }
  .reveal-enter {
    opacity: 1;
    translate: none;
  }
  .hero h1 em::after {
    opacity: 1;
    transform: none;
  }
}

/* ─────────────────────────────────────────────────────────────
   Insurance-grade visual system
   Calm surfaces, precise spacing and a single confident accent.
   ───────────────────────────────────────────────────────────── */
:root {
  --ins-ink: #071c34;
  --ins-navy: #0b2545;
  --ins-navy-2: #12385f;
  --ins-red: #bd3d31;
  --ins-orange: #e58a3b;
  --ins-slate: #5d6d80;
  --ins-line: #e0e7ef;
  --ins-cloud: #f5f8fb;
  --ins-card-shadow: 0 20px 55px rgba(7, 28, 52, 0.09);
  --ins-soft-shadow: 0 10px 30px rgba(7, 28, 52, 0.06);
}

body {
  color: var(--ins-ink);
  background: #fbfcfe;
}

.nav {
  --nav-height: 92px;
  --logo-height: 64px;
  border-bottom-color: rgba(7, 28, 52, 0.1);
  box-shadow: 0 2px 20px rgba(7, 28, 52, 0.04);
}

.nav.is-scrolled {
  --nav-height: 78px;
  --logo-height: 55px;
  box-shadow: 0 10px 30px rgba(7, 28, 52, 0.09);
}

.nav-menu {
  gap: 28px;
}

.nav-menu a {
  color: #607085;
  font-size: 14px;
  font-weight: 600;
}

.nav-menu a:hover,
.nav-menu a.active {
  color: var(--ins-ink);
}

.nav-menu > a:not(.btn)::after {
  height: 3px;
  bottom: 1px;
  background: var(--ins-red);
}

.nav-menu a.btn-red,
.btn-red {
  background: var(--ins-red);
  border-radius: 999px;
  box-shadow: 0 8px 20px rgba(189, 61, 49, 0.2);
  font-weight: 700;
}

.nav-menu a.btn-red:hover,
.btn-red:hover {
  background: #a9322a;
  box-shadow: 0 11px 26px rgba(189, 61, 49, 0.27);
  transform: translateY(-1px);
}

.mobile-nav-cta {
  display: none;
}

.hero {
  min-height: 680px;
  padding: 176px 0 72px;
  background:
    radial-gradient(
      circle at 84% 18%,
      rgba(40, 93, 145, 0.42),
      transparent 31%
    ),
    radial-gradient(
      circle at 20% 100%,
      rgba(189, 61, 49, 0.12),
      transparent 35%
    ),
    linear-gradient(135deg, #071b33 0%, #0b2545 55%, #12385f 100%);
  text-align: left;
  isolation: isolate;
}

.hero::before,
.hero::after {
  content: '';
  position: absolute;
  pointer-events: none;
  z-index: -1;
}

.hero::before {
  width: 760px;
  height: 760px;
  right: -210px;
  top: 80px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  box-shadow:
    0 0 0 72px rgba(255, 255, 255, 0.025),
    0 0 0 144px rgba(255, 255, 255, 0.018);
}

.hero::after {
  width: 360px;
  height: 360px;
  right: 60px;
  bottom: -220px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  filter: blur(3px);
}

.hero-inner {
  max-width: 1240px;
  margin-left: max(24px, calc((100vw - 1200px) / 2));
  margin-right: max(24px, calc((100vw - 1200px) / 2));
}

.hero-tag {
  margin-bottom: 25px;
  color: #d6e2ef;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-tag .dot {
  width: 8px;
  height: 8px;
  background: #65ce8c;
}

.hero h1 {
  max-width: 700px;
  margin: 0 0 25px;
  font-size: clamp(48px, 6.2vw, 82px);
  font-weight: 600;
  letter-spacing: -0.065em;
  line-height: 1.02;
}

.hero h1 em::after {
  height: 4px;
  bottom: -0.14em;
  background: var(--ins-red);
}

.hero p.lead {
  max-width: 580px;
  margin: 0 0 32px;
  color: #c2d1e1;
  font-size: 19px;
  line-height: 1.65;
}

.hero-btns {
  justify-content: flex-start;
  gap: 12px;
}

.hero-btns .btn-outline {
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.06);
  border-radius: 999px;
}

.hero-btns .btn-outline:hover {
  border-color: rgba(255, 255, 255, 0.62);
  background: rgba(255, 255, 255, 0.12);
}

.hero-kpis {
  justify-content: flex-start;
  max-width: 640px;
  margin: 54px 0 0;
  padding-top: 22px;
  border-top-color: rgba(255, 255, 255, 0.2);
}

.kpi {
  text-align: left;
  padding-right: 22px;
  margin-right: 22px;
}

.kpi strong {
  font-size: 29px;
  font-weight: 600;
}

.kpi span {
  color: #b8c8da;
  font-size: 13px;
}

.hero .hero-note {
  max-width: 640px;
  margin: 18px 0 0;
  color: #aebfd2;
  font-size: 12px;
}

.trust-bar {
  position: relative;
  z-index: 2;
  max-width: 1120px;
  margin: -1px auto 0;
  padding: 22px 28px;
  border: 1px solid var(--ins-line);
  border-top: 0;
  border-radius: 0 0 18px 18px;
  background: #fff;
  box-shadow: var(--ins-soft-shadow);
}

.trust-item {
  font-size: 13px;
  font-weight: 700;
  color: #53647a;
}

.trust-item svg {
  stroke: var(--ins-red);
}

.home #leistungen {
  padding-top: 128px;
  background: #fbfcfe;
}

.home #leistungen .sec-top h2,
.home .sec-top h2,
.reviews-intro h2 {
  color: var(--ins-ink);
  font-weight: 600;
}

.home .cards {
  gap: 18px;
}

.home .card {
  border: 1px solid var(--ins-line);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(7, 28, 52, 0.035);
}

.home .card:hover {
  border-color: #c4d1df;
  background: #fff;
  box-shadow: var(--ins-soft-shadow);
  transform: translateY(-4px);
}

.home .card-icon {
  width: 52px;
  height: 52px;
  margin-bottom: 28px;
  border: 1px solid #e4eaf1;
  border-radius: 16px;
  background: var(--ins-cloud);
}

.home .card-icon svg {
  width: 25px;
  height: 25px;
  stroke: var(--ins-navy);
}

.home .card h3 {
  font-size: 20px;
  font-weight: 650;
}

.home .card p {
  color: var(--ins-slate);
}

.home .card-highlight {
  border-color: var(--ins-navy);
  background: linear-gradient(145deg, #0b2545, #12385f);
  box-shadow: 0 14px 34px rgba(11, 37, 69, 0.18);
}

.home .card-highlight:hover {
  background: linear-gradient(145deg, #0c2b50, #17436f);
}

.home .card-highlight .card-icon {
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.1);
}

.home .card-wide {
  box-shadow: none;
}

.home .sec:has(.steps) {
  background: #f3f7fb;
  border-top: 1px solid var(--ins-line);
  border-bottom: 1px solid var(--ins-line);
}

.step-num {
  color: var(--ins-red);
}

.home .sec:has(.split) {
  background: #fff;
}

.check-dot {
  background: #fdf1ef;
}

.check-dot svg {
  stroke: var(--ins-red);
}

.cta-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: linear-gradient(145deg, #0b2545, #12385f);
  box-shadow: 0 18px 45px rgba(7, 28, 52, 0.15);
}

.cta-card::after {
  position: absolute;
  right: -80px;
  bottom: -110px;
  width: 280px;
  height: 280px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 50%;
  box-shadow: 0 0 0 38px rgba(255, 255, 255, 0.025);
  content: '';
}

.page-header {
  position: relative;
  overflow: hidden;
  padding: 174px 0 78px;
  background:
    radial-gradient(
      circle at 80% 20%,
      rgba(48, 102, 155, 0.34),
      transparent 33%
    ),
    linear-gradient(135deg, #071b33, #0b2545 65%, #12385f);
}

.page-header::after {
  position: absolute;
  right: -90px;
  bottom: -300px;
  width: 620px;
  height: 620px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  box-shadow: 0 0 0 70px rgba(255, 255, 255, 0.025);
  content: '';
  pointer-events: none;
}

.page-header h1 {
  position: relative;
  z-index: 1;
  font-weight: 600;
}

.reviews-section {
  background: #f3f7fb;
  border-color: var(--ins-line);
}

.review-score {
  border-color: var(--ins-line);
  box-shadow: var(--ins-card-shadow);
}

.review-score-value {
  font-weight: 600;
}

.review-profile-link,
.reviews-link {
  color: var(--ins-navy);
}

.pricing-card {
  border: 1px solid var(--ins-line);
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(7, 28, 52, 0.04);
  overflow: hidden;
}

.pricing-card-popular {
  border-color: var(--ins-red);
  box-shadow: 0 18px 48px rgba(189, 61, 49, 0.13);
}

.pricing-badge-popular {
  background: var(--ins-red);
}

.pricing-btn,
.pricing-card-popular .pricing-btn {
  border-radius: 999px;
  background: var(--ins-navy);
}

.pricing-card-popular .pricing-btn {
  background: var(--ins-red);
}

.pricing-btn:hover {
  transform: translateY(-2px);
}

.cta-banner {
  background:
    radial-gradient(
      circle at 15% 10%,
      rgba(40, 93, 145, 0.33),
      transparent 30%
    ),
    linear-gradient(135deg, #071b33, #0b2545 60%, #12385f);
}

.footer {
  background: #06182d;
}

/* The application keeps the same brand, but its form now feels like a secure policy flow. */
.order-page {
  background:
    radial-gradient(
      circle at 95% 0%,
      rgba(220, 231, 242, 0.75),
      transparent 30%
    ),
    #f4f7fa;
}

.order-header {
  min-height: 94px;
  padding-inline: max(28px, calc((100vw - 1240px) / 2));
  box-shadow: 0 5px 22px rgba(7, 28, 52, 0.06);
}

.order-help {
  color: #637287;
}

.order-help strong {
  color: var(--ins-navy);
}

.order-layout {
  max-width: 1240px;
  grid-template-columns: 340px minmax(0, 1fr);
  gap: 46px;
  padding: 64px 28px 88px;
}

.order-aside {
  position: sticky;
  top: 28px;
  padding: 34px 30px 30px;
  border-radius: 24px;
  background:
    radial-gradient(
      circle at 100% 0%,
      rgba(49, 102, 154, 0.45),
      transparent 44%
    ),
    linear-gradient(145deg, #071b33, #0b2545 70%, #12385f);
  color: #fff;
  box-shadow: 0 18px 52px rgba(7, 28, 52, 0.16);
}

.order-back {
  color: #afc0d3;
  margin-bottom: 47px;
}

.order-eyebrow {
  color: #d7e3ef;
  letter-spacing: 0.14em;
}

.order-aside h1 {
  color: #fff;
  font-size: 42px;
}

.order-aside > p:not(.order-eyebrow) {
  color: #bfd0e1;
}

.order-progress {
  margin: 38px 0;
}

.order-progress li {
  color: #aebfd2;
}

.order-progress li[aria-current] {
  color: #fff;
}

.order-progress li > span {
  border-color: rgba(255, 255, 255, 0.27);
}

.order-progress li[aria-current] > span {
  background: #fff;
  border-color: #fff;
  color: var(--ins-navy);
}

.order-progress li.done > span {
  background: rgba(101, 206, 140, 0.2);
  border-color: rgba(101, 206, 140, 0.48);
  color: #9de8b9;
}

.order-price {
  border-top-color: rgba(255, 255, 255, 0.18);
}

.order-price > strong {
  color: #fff;
}

.order-price small {
  color: #b7c8da;
}

.order-surface {
  border-color: var(--ins-line);
  border-radius: 24px;
  padding: 42px 46px 32px;
  box-shadow: var(--ins-card-shadow);
}

.order-meter {
  height: 5px;
  background: #eef2f6;
  margin: 16px 0 40px;
}

.order-meter span {
  background: linear-gradient(90deg, var(--ins-red), #e57962);
}

.order-page legend {
  font-size: 31px;
  font-weight: 600;
}

.order-subheading {
  margin: 44px 0 10px;
  padding-top: 28px;
  border-top: 1px solid var(--ins-line);
  color: var(--ins-ink);
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -0.035em;
}

.order-subheading + .step-intro {
  margin-bottom: 22px;
}

.order-option {
  border-color: var(--ins-line);
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 4px 15px rgba(7, 28, 52, 0.025);
}

.order-option:hover {
  border-color: #b4c4d4;
  box-shadow: var(--ins-soft-shadow);
}

.order-option:has(:checked) {
  border-color: var(--ins-navy);
  background: #f5f8fb;
  box-shadow: 0 0 0 3px rgba(11, 37, 69, 0.06);
}

.order-option:has(:checked) .option-mark {
  border-color: var(--ins-red);
}

.order-page input:not([type='checkbox']):not([type='radio']):not([type='file']),
.order-page select,
.order-page textarea {
  border-color: #cbd6e1;
  border-radius: 11px;
  background: #fbfcfe;
}

.order-page input:focus,
.order-page select:focus,
.order-page textarea:focus {
  border-color: var(--ins-navy);
  background: #fff;
  box-shadow: 0 0 0 4px rgba(11, 37, 69, 0.07);
}

.order-primary {
  border-radius: 999px;
  background: var(--ins-red);
  box-shadow: 0 9px 20px rgba(189, 61, 49, 0.17);
}

.order-primary:hover {
  background: #a9322a;
  box-shadow: 0 12px 26px rgba(189, 61, 49, 0.24);
  transform: translateY(-1px);
}

.order-secondary {
  border-radius: 999px;
}

@media (max-width: 1050px) {
  .hero-inner {
    margin-inline: auto;
  }
  .order-layout {
    grid-template-columns: 300px minmax(0, 1fr);
    gap: 28px;
  }
}

@media (max-width: 900px) {
  .hero {
    min-height: auto;
  }
  .hero-inner {
    margin-inline: auto;
  }
  .hero h1,
  .hero p.lead {
    max-width: 680px;
  }
  .hero-kpis {
    max-width: 680px;
  }
  .order-layout {
    grid-template-columns: 1fr;
  }
  .order-aside {
    position: relative;
    top: auto;
  }
}

@media (max-width: 600px) {
  .nav {
    --nav-height: 78px;
    --logo-height: 56px;
  }
  .nav.is-scrolled {
    --nav-height: 70px;
    --logo-height: 49px;
  }
  .hero {
    padding: 130px 0 42px;
  }
  .hero-inner {
    padding-inline: 24px;
  }
  .hero h1 {
    font-size: clamp(40px, 12vw, 58px);
    line-height: 1.08;
  }
  .hero p.lead {
    font-size: 17px;
  }
  .hero-kpis {
    margin-top: 38px;
  }
  .kpi {
    padding-right: 10px;
    margin-right: 10px;
  }
  .kpi strong {
    font-size: 23px;
  }
  .kpi span {
    font-size: 11px;
  }
  .trust-bar {
    border-radius: 0;
    padding: 20px 24px;
  }
  .home #leistungen {
    padding-top: 82px;
  }
  .order-layout {
    padding: 34px 16px 55px;
  }
  .order-aside {
    padding: 27px 24px 24px;
    border-radius: 20px;
  }
  .order-aside h1 {
    font-size: 36px;
  }
  .order-surface {
    padding: 28px 20px 24px;
    border-radius: 20px;
  }
  .order-page legend {
    font-size: 27px;
  }
}

@media (max-width: 900px) {
  .nav-bar {
    gap: 9px;
  }

  .mobile-nav-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    margin-left: auto;
    padding: 9px 14px;
    border-radius: 999px;
    background: var(--ins-red);
    box-shadow: 0 7px 16px rgba(189, 61, 49, 0.19);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.1;
    text-align: center;
    white-space: nowrap;
  }

  .mobile-nav-cta:hover,
  .mobile-nav-cta:focus-visible {
    background: #a9322a;
    color: #fff;
  }

  .hamburger {
    flex: 0 0 44px;
  }
}

@media (max-width: 420px) {
  .mobile-nav-cta {
    max-width: 130px;
    padding-inline: 11px;
    font-size: 11px;
    white-space: normal;
  }
}
