:root {
  --blue: #24547d;
  --blue-dark: #142f4c;
  --blue-deep: #0d2238;
  --blue-soft: #edf4fa;
  --grey: #f6f8fb;
  --grey-border: #dce4ec;
  --text: #1c2733;
  --muted: #647384;
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(15, 42, 66, 0.12);
  --radius: 22px;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: Inter, Arial, Helvetica, sans-serif;
  color: var(--text);
  background: var(--white);
  line-height: 1.65;
}

a {
  color: inherit;
  text-decoration: none;
}

.container {
  width: min(1180px, 92%);
  margin: 0 auto;
}

.top-bar {
  background: var(--blue-deep);
  color: #dbe8f5;
  font-size: 14px;
}

.top-bar-inner {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 9px 0;
}

.site-header {
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(220, 228, 236, 0.9);
  position: sticky;
  top: 0;
  z-index: 20;
}

.nav {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.logo {
  font-size: 19px;
  font-weight: 800;
  color: var(--blue-dark);
  line-height: 1.1;
  letter-spacing: -0.03em;
}

.logo span {
  display: block;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--blue);
}

nav {
  display: flex;
  align-items: center;
  gap: 28px;
}

nav a {
  color: var(--muted);
  font-weight: 650;
  font-size: 15px;
}

nav a:hover {
  color: var(--blue);
}

.nav-btn,
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 999px;
  font-weight: 800;
  transition: 0.2s ease;
}

.nav-btn,
.btn-primary {
  background: var(--blue);
  color: var(--white);
  box-shadow: 0 14px 30px rgba(36, 84, 125, 0.24);
}

.nav-btn:hover,
.btn-primary:hover {
  background: var(--blue-dark);
  transform: translateY(-1px);
}

.btn-secondary {
  background: rgba(255, 255, 255, 0.12);
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.28);
}

.hero {
  position: relative;
  overflow: hidden;
  color: var(--white);
  background:
    linear-gradient(115deg, rgba(13, 34, 56, 0.94), rgba(20, 47, 76, 0.76)),
    url("https://images.unsplash.com/photo-1600585154340-be6161a56a0c?auto=format&fit=crop&w=1800&q=80");
  background-size: cover;
  background-position: center;
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto -8% -22% auto;
  width: 560px;
  height: 560px;
  background: rgba(255,255,255,0.08);
  border-radius: 999px;
}

.hero-grid {
  position: relative;
  z-index: 2;
  min-height: 700px;
  display: grid;
  grid-template-columns: 1fr 340px;
  align-items: center;
  gap: 56px;
  padding: 90px 0;
}

.hero-content {
  max-width: 790px;
}

.eyebrow {
  color: #b9d7ef;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 13px;
  font-weight: 850;
  margin-bottom: 18px;
}

.eyebrow.dark {
  color: var(--blue);
}

.hero h1,
h2 {
  letter-spacing: -0.055em;
  line-height: 1.02;
}

.hero h1 {
  font-size: clamp(44px, 6vw, 78px);
  max-width: 850px;
  margin-bottom: 26px;
}

.hero-text {
  max-width: 650px;
  color: #e4edf6;
  font-size: clamp(18px, 2vw, 22px);
  margin-bottom: 34px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.hero-card {
  background: rgba(255, 255, 255, 0.94);
  color: var(--blue-dark);
  border-radius: var(--radius);
  padding: 34px;
  box-shadow: var(--shadow);
  align-self: end;
  margin-bottom: 70px;
}

.discount {
  font-size: 82px;
  line-height: 0.9;
  font-weight: 900;
  letter-spacing: -0.08em;
}

.hero-card p {
  font-size: 22px;
  font-weight: 850;
  line-height: 1.15;
  margin: 12px 0;
}

.hero-card small {
  color: var(--muted);
}

.trust-strip {
  background: var(--white);
  border-bottom: 1px solid var(--grey-border);
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.trust-grid div {
  padding: 28px 26px;
  border-right: 1px solid var(--grey-border);
}

.trust-grid div:first-child {
  border-left: 1px solid var(--grey-border);
}

.trust-grid strong {
  display: block;
  color: var(--blue-dark);
  font-size: 20px;
  line-height: 1.2;
}

.trust-grid span {
  color: var(--muted);
  font-size: 14px;
}

.section {
  padding: 100px 0;
}

.section-soft {
  background: linear-gradient(180deg, var(--grey), var(--blue-soft));
}

.two-col {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 76px;
  align-items: start;
}

h2 {
  color: var(--blue-dark);
  font-size: clamp(34px, 4vw, 58px);
}

h3 {
  color: var(--blue-dark);
  font-size: 25px;
  line-height: 1.15;
  letter-spacing: -0.03em;
}

p {
  color: var(--muted);
  font-size: 17px;
}

.intro p + p {
  margin-top: 18px;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 46px;
}

.section-heading p:not(.eyebrow) {
  margin-top: 18px;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}

.service-card {
  background: var(--white);
  border: 1px solid rgba(220, 228, 236, 0.9);
  border-radius: var(--radius);
  padding: 34px;
  box-shadow: 0 16px 48px rgba(15, 42, 66, 0.08);
  transition: 0.22s ease;
}

.service-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
}

.service-card span {
  display: block;
  color: var(--blue);
  font-weight: 900;
  margin-bottom: 44px;
}

.service-card p {
  margin: 18px 0 28px;
}

.service-card a {
  color: var(--white);
  font-weight: 850;
}

.benefit-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.benefit-list div {
  background: var(--grey);
  border: 1px solid var(--grey-border);
  border-radius: 16px;
  padding: 18px 20px;
  font-weight: 800;
  color: var(--blue-dark);
}

.benefit-list div::before {
  content: "•";
  color: var(--blue);
  margin-right: 10px;
}

.process {
  background:
    radial-gradient(circle at top right, rgba(111, 147, 184, 0.24), transparent 34%),
    linear-gradient(135deg, var(--blue-deep), var(--blue-dark));
}

.section-heading.light h2 {
  color: var(--white);
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  overflow: hidden;
}

.process-grid div {
  background: rgba(255, 255, 255, 0.055);
  padding: 30px;
  min-height: 160px;
}

.process-grid span {
  display: block;
  color: #b9d7ef;
  font-weight: 900;
  margin-bottom: 34px;
}

.process-grid p {
  color: var(--white);
  font-weight: 800;
  line-height: 1.35;
}

.cta {
  background: var(--white);
}

.cta-box {
  background:
    linear-gradient(135deg, rgba(237, 244, 250, 0.96), rgba(255,255,255,0.96));
  border: 1px solid var(--grey-border);
  border-radius: 34px;
  padding: clamp(36px, 6vw, 70px);
  text-align: center;
  box-shadow: var(--shadow);
}

.cta-box h2 {
  max-width: 850px;
  margin: 0 auto 22px;
}

.cta-box p:not(.eyebrow) {
  max-width: 720px;
  margin: 0 auto;
}

.contact-details {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  margin: 30px 0;
  flex-direction: column;
  align-items: stretch;
}

.contact-details span {
  background: var(--white);
  border: 1px solid var(--grey-border);
  border-radius: 999px;
  padding: 10px 18px;
  color: var(--blue-dark);
  font-weight: 750;
}

.site-footer {
  background: var(--blue-deep);
  color: var(--white);
}

.footer-main {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  gap: 60px;
  padding: 70px 0 42px;
}

.site-footer h3,
.site-footer h4 {
  color: var(--white);
  margin-bottom: 18px;
}

.site-footer h3 {
  font-size: 28px;
  letter-spacing: -0.04em;
}

.site-footer p,
.site-footer a,
.site-footer span {
  color: #c5d6e7;
}

.site-footer a {
  display: block;
  margin-bottom: 9px;
}

.site-footer a:hover {
  color: var(--white);
}

.footer-areas {
  border-top: 1px solid rgba(255,255,255,0.13);
  padding: 36px 0 48px;
}

.footer-areas h4 {
  margin-bottom: 22px;
}

.areas-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px 22px;
}

.areas-grid span {
  font-size: 15px;
}

.areas-grid span::before {
  content: "— ";
  color: #7fa8cc;
}

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.13);
  text-align: center;
  padding: 20px;
  color: #9fb8d0;
  font-size: 14px;
}

@media (max-width: 960px) {

  .hero-grid,
  .two-col,
  .service-grid,
  .footer-main {
    grid-template-columns: 1fr;
  }

  .hero-grid {
    min-height: auto;
    padding: 76px 0;
  }

  .hero-card {
    margin-bottom: 0;
    max-width: 380px;
  }

  .trust-grid,
  .process-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .areas-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 960px) {

  .nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    min-height: 76px;
    position: relative;
  }

  .logo {
    flex: 1;
  }

  .menu-toggle {
    display: inline-flex;
    margin-left: auto;
    flex-shrink: 0;
  }

  .nav-btn {
    display: none;
  }

  .main-nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 16px;
    right: 16px;

    background: white;
    border: 1px solid var(--grey-border);
    border-radius: 20px;
    padding: 18px;

    box-shadow: var(--shadow);
  }

  .main-nav.is-open {
    display: grid;
    gap: 6px;
  }

  .site-header {
    position: sticky;
    top: 0;
  }
}

@media (max-width: 620px) {
  .top-bar {
    display: none;
  }

  .nav {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    padding: 14px 0;
    gap: 12px;
  }

  .logo {
    flex: 1;
    text-align: left;
  }

  .nav-btn {
    display: none;
  }

  .hero-actions,
  .btn {
    width: 100%;
  }

  .trust-grid,
  .process-grid,
  .benefit-list,
  .areas-grid {
    grid-template-columns: 1fr;
  }

  .section {
    padding: 72px 0;
  }

  .hero-card {
    width: 100%;
  }
}

.menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border: 1px solid var(--grey-border);
  border-radius: 999px;
  background: var(--white);
  cursor: pointer;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
}

.menu-toggle span {
  width: 20px;
  height: 2px;
  background: var(--blue-dark);
  border-radius: 99px;
  transition: 0.2s ease;
}

.menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border: 1px solid var(--grey-border);
  border-radius: 999px;
  background: var(--white);
  cursor: pointer;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
}

.menu-toggle span {
  width: 20px;
  height: 2px;
  background: var(--blue-dark);
  border-radius: 99px;
  transition: 0.2s ease;
}

@media (max-width: 960px) {
  .nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    min-height: 76px;
    position: relative;
  }

  .logo {
    flex: 1;
    text-align: left;
  }

  .menu-toggle {
    display: inline-flex;
    margin-left: auto;
    flex-shrink: 0;
  }

  .nav-btn {
    display: none;
  }

  .main-nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 16px;
    right: 16px;
    background: white;
    border: 1px solid var(--grey-border);
    border-radius: 20px;
    padding: 18px;
    box-shadow: var(--shadow);
  }

  .main-nav.is-open {
    display: grid;
    gap: 6px;
  }
}

@media (max-width: 620px) {
  .top-bar {
    display: none;
  }

  .nav {
    flex-direction: row;
    padding: 14px 0;
    gap: 12px;
  }

  .hero-actions,
  .btn {
    width: 100%;
  }

  .contact-details {
    flex-direction: column;
    align-items: stretch;
  }

  .contact-details span {
    display: block;
    width: 100%;
    border-radius: 14px;
    text-align: center;
  }

  .trust-grid,
  .process-grid,
  .benefit-list,
  .areas-grid {
    grid-template-columns: 1fr;
  }

  .section {
    padding: 72px 0;
  }

  .hero-card {
    width: 100%;
  }
}
@media (max-width: 620px) {
  .contact-details {
    flex-direction: column;
    align-items: stretch;
  }

  .contact-details span {
    display: block;
    width: 100%;
    max-width: 100%;
    border-radius: 14px;
    text-align: center;
    padding: 12px 14px;
    overflow-wrap: anywhere;
    word-break: break-word;
  }
}

.service-card,
.service-card p,
.footer-main,
.footer-main p {
  min-width: 0;
}

.service-card p,
.footer-main p {
  overflow-wrap: anywhere;
  word-break: break-word;
}

@media (max-width: 620px) {
  .two-col {
    min-width: 0;
  }

  .service-card {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
  }
}