.home-page {
  background: #eef3fb;
  color: #183760;
}
.home-page .container {
  width: min(1700px, calc(100% - 32px));
}
.home-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(249, 245, 239, 0.96);
  border: 1px solid rgba(24, 55, 96, 0.08);
  box-shadow: 0 10px 28px rgba(24, 55, 96, 0.08);
}
.home-nav {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 0 18px;
}
.home-brand {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.home-brand strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.05rem;
  color: #20457e;
  letter-spacing: 0.01em;
}
.home-brand span {
  font-size: 0.72rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #d0a61f;
  font-weight: 700;
}
.home-links {
  display: flex;
  align-items: center;
  gap: 22px;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.home-links a {
  font-size: 0.92rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: #5a739c;
}
.home-links a:hover,
.home-links a.is-current {
  color: #203f75;
}
.home-book {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 28px;
  border-radius: 6px;
  background: #d4ab27;
  color: #fff !important;
  font-weight: 700;
  box-shadow: none;
}
.home-page main {
  padding-top: 14px;
}
.home-section {
  margin-top: 14px;
  border-radius: 0 0 12px 12px;
  overflow: hidden;
}
.hero-panel {
  background:
    linear-gradient(rgba(255,255,255,0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.05) 1px, transparent 1px),
    radial-gradient(circle at 20% 45%, rgba(255,255,255,0.05), rgba(255,255,255,0) 28%),
    radial-gradient(circle at 78% 22%, rgba(212,171,39,0.18), rgba(212,171,39,0) 22%),
    linear-gradient(145deg, #244476 0%, #2a4d86 54%, #1f3f70 100%);
  background-size: 80px 80px, 80px 80px, auto, auto, auto;
  padding: 64px 74px 70px;
}
.hero-grid {
  display: block;
  max-width: 1180px;
  margin: 0 auto;
}
.hero-content {
  max-width: 980px;
}
.kicker {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  color: #d7b02b;
  font-size: 0.83rem;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}
.kicker::before {
  content: "";
  width: 32px;
  height: 1px;
  background: #d7b02b;
}
.hero-title {
  margin-top: 28px;
  max-width: 10.5ch;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.6rem, 6.7vw, 6rem);
  line-height: 1;
  letter-spacing: -0.055em;
  color: #ffffff;
}
.hero-title .accent {
  color: #e0b329;
}
.hero-copy {
  margin-top: 30px;
  max-width: 42rem;
  color: rgba(234, 241, 252, 0.78);
  font-size: 1.06rem;
  line-height: 1.82;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 40px;
}
.hero-contact-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-top: 20px;
}
.hero-contact-label {
  color: rgba(234, 241, 252, 0.58);
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.hero-contact-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 42px;
  padding: 0 18px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.16);
  background: rgba(255,255,255,0.05);
  color: #fff;
  font-size: 0.95rem;
  font-weight: 600;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}
.hero-contact-link:hover {
  background: rgba(255,255,255,0.09);
  color: #fff;
  border-color: rgba(255,255,255,0.28);
  transform: translateY(-1px);
}
.hero-contact-link-primary {
  background: rgba(212,171,39,0.16);
  border-color: rgba(212,171,39,0.4);
}
.hero-contact-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 999px;
  background: rgba(255,255,255,0.1);
  color: #d8b129;
  font-size: 0.76rem;
  line-height: 1;
}
.hero-service-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  max-width: 1180px;
  margin-top: 42px;
}
.hero-service-card {
  min-height: 112px;
  padding: 20px 20px 18px;
  border-radius: 4px;
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(255,255,255,0.05);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.hero-service-card strong {
  display: block;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.05rem;
}
.hero-service-card span {
  display: block;
  margin-top: 8px;
  color: rgba(234,241,252,0.52);
  font-size: 0.76rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  line-height: 1.6;
}
.home-btn {
  min-height: 50px;
  padding: 0 34px;
  border-radius: 4px;
  border: 1px solid rgba(255,255,255,0.36);
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: 0.88rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.home-btn.primary {
  background: #d4ab27;
  border-color: #d4ab27;
}
.home-btn.secondary {
  background: transparent;
}
.hero-rule {
  margin-top: 58px;
  width: min(760px, 100%);
  height: 1px;
  background: rgba(255,255,255,0.5);
}
.hero-benefits {
  display: flex;
  flex-wrap: wrap;
  gap: 36px;
  margin-top: 28px;
}
.hero-benefits span {
  color: rgba(234, 241, 252, 0.56);
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.hero-benefits span::before {
  content: "✓";
  margin-right: 8px;
  color: #d8b129;
}
.hero-subproof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 26px;
  max-width: 980px;
}
.hero-proof {
  padding: 14px 16px;
  border-radius: 4px;
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(255,255,255,0.04);
}
.hero-proof strong {
  display: block;
  color: #fff;
  font-size: 1rem;
}
.hero-proof span {
  display: block;
  margin-top: 6px;
  color: rgba(234,241,252,0.5);
  font-size: 0.76rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
}
.promise-panel,
.services-panel,
.testimonial-panel {
  background: #f2f6fc;
  padding: 60px 74px;
}
.promise-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 48px;
  align-items: start;
}
.section-kicker {
  color: #d2a921;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}
.promise-title,
.services-title,
.testimonial-title,
.cta-title,
.diff-title,
.process-title {
  margin-top: 22px;
  font-family: Georgia, "Times New Roman", serif;
  color: #23457d;
  line-height: 1.08;
  letter-spacing: -0.05em;
}
.promise-title { font-size: clamp(2.4rem, 4vw, 3.8rem); max-width: 10ch; }
.promise-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px 40px;
}
.promise-item {
  color: #21385a;
  font-size: 1rem;
  line-height: 1.7;
}
.promise-item::before {
  content: "◯";
  margin-right: 12px;
  color: #d2a921;
}
.promise-note {
  margin-top: 22px;
  color: #8ca0be;
  font-family: Georgia, "Times New Roman", serif;
  font-style: italic;
  font-size: 1.15rem;
  line-height: 1.7;
}
.diff-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}
.diff-copy {
  background: #fbfaf7;
  padding: 84px 74px;
}
.diff-title {
  font-size: clamp(2.8rem, 5vw, 4.9rem);
  max-width: 11ch;
}
.diff-rule {
  width: 48px;
  height: 2px;
  background: #d2a921;
  margin: 34px 0 28px;
}
.diff-text {
  max-width: 33rem;
  color: #7790b2;
  font-size: 1.12rem;
  line-height: 1.85;
}
.diff-comparison {
  background: #284a82;
  padding: 84px 74px;
}
.diff-comparison .section-kicker,
.process-band .section-kicker,
.cta-footer .section-kicker,
.cta-footer .cta-title,
.process-band .process-title {
  color: #d9b12c;
}
.diff-comparison .process-title,
.cta-footer .cta-title,
.process-band .process-title {
  color: #fff;
}
.diff-comparison .process-title {
  font-size: clamp(2.5rem, 4.5vw, 4.2rem);
  max-width: 12ch;
}
.comparison-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 38px;
}
.comparison-card {
  padding: 28px 26px;
  border: 1px solid rgba(255,255,255,0.42);
  border-radius: 4px;
  background: rgba(255,255,255,0.04);
}
.comparison-card.active {
  background: rgba(255,255,255,0.08);
  border-color: rgba(214,176,43,0.18);
}
.comparison-card .card-kicker {
  color: #d7b02b;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}
.comparison-card ul {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}
.comparison-card li {
  color: rgba(234,241,252,0.82);
  line-height: 1.9;
}
.comparison-card li::before {
  content: "–";
  margin-right: 10px;
  color: rgba(255,255,255,0.6);
}
.comparison-card.active li::before {
  content: "✓";
  color: #d7b02b;
}
.services-title { font-size: clamp(2.9rem, 5vw, 4.9rem); max-width: 11ch; }
.service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin-top: 54px;
  border: 1px solid rgba(35,69,125,0.1);
  background: #fffdfa;
}
.service-box {
  min-height: 240px;
  padding: 40px;
  border-right: 1px solid rgba(35,69,125,0.12);
  border-bottom: 1px solid rgba(35,69,125,0.12);
}
.service-box:nth-child(3n) { border-right: 0; }
.service-box.empty {
  background: #efe3bb;
}
.service-icon {
  width: 50px;
  height: 50px;
  border-radius: 6px;
  border: 1px solid rgba(210,169,33,0.25);
  display: grid;
  place-items: center;
  color: #23457d;
  font-size: 1.25rem;
}
.service-box h3 {
  margin: 26px 0 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.85rem;
  line-height: 1.2;
  color: #23457d;
}
.service-box p {
  margin: 18px 0 0;
  color: #7790b2;
  font-size: 1.03rem;
  line-height: 1.8;
}
.service-link {
  margin-top: 48px;
}
.process-band {
  background: #284a82;
  padding: 92px 74px 98px;
  text-align: center;
}
.process-title {
  font-size: clamp(2.8rem, 5vw, 4.8rem);
}
.process-line {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 42px;
  margin-top: 68px;
  position: relative;
}
.process-line::before {
  content: "";
  position: absolute;
  top: 27px;
  left: 12%;
  right: 12%;
  height: 1px;
  background: rgba(214,176,43,0.28);
}
.process-step {
  position: relative;
  z-index: 1;
}
.process-step .number {
  width: 56px;
  height: 56px;
  margin: 0 auto 28px;
  border-radius: 50%;
  border: 1px solid rgba(214,176,43,0.5);
  color: #d7b02b;
  display: grid;
  place-items: center;
  font-size: 1.9rem;
  font-family: Georgia, "Times New Roman", serif;
}
.process-step h3 {
  font-family: Georgia, "Times New Roman", serif;
  color: #fff;
  font-size: 2rem;
}
.process-step p {
  max-width: 24rem;
  margin: 18px auto 0;
  color: rgba(234,241,252,0.52);
  font-size: 1rem;
  line-height: 1.8;
}
.testimonial-title { font-size: clamp(2.9rem, 5vw, 4.8rem); }
.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-top: 46px;
}
.testimonial-box {
  min-height: 170px;
  padding: 34px 34px 28px;
  background: #fffdfa;
  border-left: 2px solid #d4ab27;
}
.testimonial-stars {
  color: #d4ab27;
  letter-spacing: 0.22em;
  font-size: 1rem;
}
.testimonial-box p {
  margin: 26px 0 0;
  color: #284a82;
  font-family: Georgia, "Times New Roman", serif;
  font-style: italic;
  line-height: 1.7;
  font-size: 1.2rem;
}
.cta-footer {
  background:
    radial-gradient(circle at 50% 55%, rgba(255,255,255,0.06), rgba(255,255,255,0) 30%),
    #284a82;
  padding: 86px 74px 0;
}
.cta-wrap {
  text-align: center;
  padding-bottom: 92px;
}
.cta-title {
  font-size: clamp(3rem, 5vw, 5rem);
}
.cta-rule {
  width: 48px;
  height: 2px;
  background: #d4ab27;
  margin: 30px auto;
}
.cta-copy {
  max-width: 34rem;
  margin: 0 auto;
  color: rgba(234,241,252,0.54);
  line-height: 1.8;
  font-size: 1.05rem;
}
.cta-copy strong {
  color: #fff;
  font-weight: 600;
}
.cta-actions {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 40px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.3fr 0.82fr 0.98fr 0.82fr;
  gap: 28px;
  padding: 62px 0 78px;
  border-top: 1px solid rgba(255,255,255,0.12);
  align-items: start;
}
.footer-brand {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.2rem;
  color: #fff;
}
.footer-sub {
  margin-top: 18px;
  color: #d4ab27;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.24em;
  font-weight: 700;
}
.footer-copy,
.footer-list a,
.footer-list div {
  margin-top: 18px;
  color: rgba(234,241,252,0.48);
  line-height: 1.65;
  font-size: 1rem;
}
.footer-copy {
  max-width: 28rem;
}
.footer-list a:hover {
  color: rgba(255,255,255,0.78);
}
.footer-heading {
  color: #d4ab27;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.24em;
  font-weight: 700;
}
.footer-list {
  display: grid;
  gap: 8px;
  margin-top: 18px;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  padding: 28px 0 36px;
  border-top: 1px solid rgba(255,255,255,0.08);
  color: rgba(234,241,252,0.3);
  font-size: 0.95rem;
}
@media (max-width: 1180px) {
  .hero-grid,
  .promise-grid,
  .diff-panel,
  .footer-grid,
  .testimonial-grid,
  .service-grid,
  .comparison-grid,
  .process-line {
    grid-template-columns: 1fr;
  }
  .service-box:nth-child(3n) {
    border-right: 1px solid rgba(35,69,125,0.12);
  }
  .service-box {
    border-right: 0;
  }
  .process-line::before {
    display: none;
  }
  .hero-service-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 860px) {
  .hero-subproof,
  .hero-service-strip {
    grid-template-columns: 1fr;
  }
  .hero-contact-row {
    align-items: flex-start;
  }
  .home-nav {
    padding: 18px;
    align-items: flex-start;
    flex-direction: column;
  }
  .home-links {
    width: 100%;
    justify-content: flex-start;
  }
  .hero-panel,
  .promise-panel,
  .services-panel,
  .testimonial-panel,
  .diff-copy,
  .diff-comparison,
  .process-band,
  .cta-footer {
    padding-left: 24px;
    padding-right: 24px;
  }
  .hero-title,
  .promise-title,
  .diff-title,
  .process-title,
  .services-title,
  .testimonial-title,
  .cta-title {
    max-width: none;
  }
  .hero-benefits {
    gap: 18px;
  }
}
