:root {
  --white: #ffffff;
  --paper: #fbfdff;
  --soft-blue: #eef7ff;
  --soft-green: #edf9f1;
  --blue: #075d9b;
  --blue-2: #0d73b8;
  --green: #0aa34b;
  --green-2: #25b55f;
  --orange: #f37021;
  --text: #233142;
  --muted: #657587;
  --border: #dcebf5;
  --shadow: 0 24px 70px rgba(7, 93, 155, 0.13);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, Arial, sans-serif;
  color: var(--text);
  background: var(--white);
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

.container {
  width: min(1240px, 94%);
  margin-inline: auto;
}

/* Header */
.header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.97);
  border-bottom: 1px solid var(--border);
  backdrop-filter: blur(16px);
}

.header__inner {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}

.brand img {
  width: 218px;
  height: auto;
}

.nav {
  display: flex;
  gap: 28px;
  font-size: 15px;
  font-weight: 800;
  color: var(--blue);
}

.nav a:hover {
  color: var(--green);
}

.header__cta {
  padding: 13px 22px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--green), var(--blue-2));
  color: var(--white);
  font-weight: 900;
  box-shadow: 0 12px 30px rgba(10, 163, 75, 0.2);
}

/* Hero */
.hero {
  padding: 28px 0 76px;
  background:
    radial-gradient(circle at 12% 0%, rgba(243, 112, 33, 0.12), transparent 32%),
    radial-gradient(circle at 100% 30%, rgba(10, 163, 75, 0.13), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #f4faff 100%);
}

.hero__shell {
  display: grid;
  gap: 28px;
}

.hero__image {
  padding: 10px;
  border-radius: 32px;
  background: linear-gradient(135deg, var(--blue), var(--green) 55%, var(--orange));
  box-shadow: var(--shadow);
}

.hero__image img {
  width: 100%;
  border-radius: 23px;
  background: var(--white);
  object-fit: contain;
}

.hero__content {
  display: grid;
  grid-template-columns: 1.1fr 1fr auto;
  gap: 24px;
  align-items: center;
  padding: 30px;
  margin-top: -4px;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid var(--border);
  box-shadow: 0 18px 55px rgba(7, 93, 155, 0.08);
}

.eyebrow {
  display: inline-flex;
  width: max-content;
  max-width: 100%;
  margin-bottom: 12px;
  color: var(--green);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 0;
  color: var(--blue);
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1.02;
  letter-spacing: -0.045em;
  text-transform: uppercase;
}

.hero__copy p {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.62;
}

.hero__quick {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.hero__quick div {
  min-width: 132px;
  padding: 18px 16px;
  border-radius: 22px;
  background: linear-gradient(180deg, var(--soft-blue), var(--white));
  border: 1px solid var(--border);
  text-align: center;
}

.hero__quick strong {
  display: block;
  color: var(--orange);
  font-size: 30px;
  line-height: 1;
  font-weight: 900;
}

.hero__quick span {
  display: block;
  margin-top: 8px;
  color: var(--blue);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.hero__actions {
  display: grid;
  gap: 12px;
  min-width: 188px;
}

.btn {
  min-height: 52px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0 22px;
  border-radius: 999px;
  font-weight: 900;
}

.btn--primary {
  background: var(--orange);
  color: var(--white);
  box-shadow: 0 12px 28px rgba(243, 112, 33, 0.2);
}

.btn--outline {
  color: var(--blue);
  background: var(--white);
  border: 2px solid var(--blue);
}

/* Rate Section */
.rate-section {
  padding: 76px 0;
  background: var(--white);
}

.section-head {
  max-width: 620px;
}

.section-head.center {
  max-width: 760px;
  margin-inline: auto;
  text-align: center;
}

.section-head h2 {
  margin-bottom: 12px;
  color: var(--blue);
  font-size: clamp(30px, 4vw, 52px);
  line-height: 1.06;
  letter-spacing: -0.04em;
}

.section-head p {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.6;
}

.rate-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin-top: 36px;
}

.rate-card {
  position: relative;
  overflow: hidden;
  padding: 34px;
  border-radius: 30px;
  background: var(--white);
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
}

.rate-card::after {
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  right: -80px;
  top: -80px;
  border-radius: 50%;
  background: rgba(10, 163, 75, 0.08);
}

.rate-card--blue::after {
  background: rgba(7, 93, 155, 0.08);
}

.rate-card__top {
  display: flex;
  align-items: center;
  gap: 14px;
}

.rate-card__top span {
  display: inline-grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  color: var(--white);
  background: var(--green);
  font-weight: 900;
}

.rate-card--blue .rate-card__top span {
  background: var(--blue);
}

.rate-card h3 {
  margin-bottom: 0;
  color: var(--green);
  font-size: 24px;
  text-transform: uppercase;
}

.rate-card--blue h3 {
  color: var(--blue);
}

.rate-card__price {
  margin: 26px 0 14px;
  color: var(--green);
  font-size: clamp(56px, 7vw, 86px);
  line-height: 0.9;
  letter-spacing: -0.06em;
  font-weight: 900;
}

.rate-card--blue .rate-card__price {
  color: var(--blue);
}

.rate-card__price small {
  color: var(--text);
  font-size: 16px;
  letter-spacing: 0;
  text-transform: uppercase;
}

.rate-card p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.6;
}

/* Benefits */
.benefits {
  padding: 80px 0;
  background: linear-gradient(180deg, var(--soft-blue), var(--paper));
}

.benefits__grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 54px;
  align-items: start;
}

.benefit-list {
  display: grid;
  gap: 16px;
}

.benefit {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 18px;
  padding: 24px;
  border-radius: 26px;
  background: var(--white);
  border: 1px solid var(--border);
  box-shadow: 0 14px 38px rgba(7, 93, 155, 0.07);
}

.benefit span {
  display: inline-grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 16px;
  color: var(--white);
  background: linear-gradient(135deg, var(--green), var(--blue-2));
  font-weight: 900;
}

.benefit h3 {
  margin-bottom: 8px;
  color: var(--blue);
  font-size: 21px;
}

.benefit p {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.55;
}

/* Process */
.process {
  padding: 78px 0;
  background: var(--white);
}

.steps {
  margin-top: 36px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.step {
  padding: 30px;
  border-radius: 28px;
  background:
    linear-gradient(180deg, var(--white), var(--soft-green));
  border: 1px solid var(--border);
}

.step strong {
  display: inline-grid;
  place-items: center;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: var(--orange);
  color: var(--white);
  font-size: 20px;
}

.step h3 {
  margin-bottom: 10px;
  color: var(--blue);
  font-size: 22px;
}

.step p {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.6;
}

/* Contact */
.contact {
  padding: 78px 0;
  background:
    radial-gradient(circle at 10% 30%, rgba(243, 112, 33, 0.1), transparent 30%),
    linear-gradient(135deg, #eef8ff, #f2fbf5);
}

.contact__box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 34px;
  padding: 46px;
  border-radius: 34px;
  background: var(--white);
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
}

.contact__box h2 {
  max-width: 720px;
  margin-bottom: 12px;
  color: var(--blue);
  font-size: clamp(30px, 4vw, 52px);
  line-height: 1.04;
  letter-spacing: -0.04em;
}

.contact__box p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 18px;
}

.contact__actions {
  min-width: min(100%, 360px);
  display: grid;
  gap: 14px;
}

.contact__actions a {
  padding: 18px 22px;
  border-radius: 18px;
  text-align: center;
  color: var(--white);
  background: var(--blue);
  font-weight: 900;
}

.contact__actions a:first-child {
  background: var(--green);
}

/* Footer */
.footer {
  padding: 30px 0;
  background: #f1f8fd;
  border-top: 1px solid var(--border);
}

.footer__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}

.footer img {
  width: 150px;
  background: var(--white);
  padding: 6px;
  border-radius: 12px;
}

.footer p {
  margin-bottom: 0;
  color: var(--muted);
}

.footer__inner div {
  display: grid;
  gap: 6px;
  text-align: right;
  color: var(--blue);
  font-weight: 900;
}

/* Responsive */
@media (max-width: 1100px) {
  .hero__content {
    grid-template-columns: 1fr;
  }

  .hero__quick {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .hero__actions {
    grid-template-columns: repeat(2, 1fr);
  }

  .benefits__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 820px) {
  .nav,
  .header__cta {
    display: none;
  }

  .header__inner {
    min-height: 74px;
  }

  .brand img {
    width: 168px;
  }

  .hero {
    padding: 18px 0 50px;
  }

  .hero__image {
    padding: 5px;
    border-radius: 18px;
  }

  .hero__image img {
    border-radius: 13px;
  }

  .hero__content {
    padding: 22px 18px;
    border-radius: 22px;
  }

  h1 {
    font-size: 34px;
  }

  .hero__quick,
  .rate-cards,
  .steps {
    grid-template-columns: 1fr;
  }

  .hero__actions {
    grid-template-columns: 1fr;
  }

  .contact__box {
    flex-direction: column;
    align-items: flex-start;
    padding: 30px 20px;
    border-radius: 24px;
  }

  .footer__inner {
    flex-direction: column;
    text-align: center;
  }

  .footer__inner div {
    text-align: center;
  }
}
