*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: "Inter Tight", sans-serif;
  font-weight: 400;
  color: #000000;
  background: #ffffff;
  line-height: 1.4;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

button,
input,
textarea {
  font-family: inherit;
}

button {
  border: 0;
  background: none;
  cursor: pointer;
}

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

ul {
  list-style: none;
}

h1,
h2,
h3,
p {
  font-weight: inherit;
}

.skip-link {
  position: absolute;
  left: 12px;
  top: -40px;
  z-index: 1000;
  padding: 8px 14px;
  background: #28447a;
  color: #ffffff;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
}
.skip-link:focus {
  top: 12px;
}

.container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 130px;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
}
.eyebrow__dash {
  display: block;
  width: 18px;
  height: 3px;
  border-radius: 2px;
  background: #28447a;
  flex-shrink: 0;
}
.eyebrow__text {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #28447a;
  line-height: 1;
}
.eyebrow--light .eyebrow__dash {
  background: #ffffff;
}
.eyebrow--light .eyebrow__text {
  color: #ffffff;
}

.cfp {
  font-weight: 700;
  letter-spacing: 0.01em;
  white-space: nowrap;
}
.cfp sup {
  font-size: 0.65em;
  top: -0.35em;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #28447a;
  color: #ffffff;
  font-weight: 500;
  border-radius: 8px;
  transition: background 0.2s ease, transform 0.2s ease;
  white-space: nowrap;
  text-align: center;
  line-height: 1;
}
.btn:hover {
  background: #1b2d55;
}
.btn:focus-visible {
  outline: 2px solid #28447a;
  outline-offset: 3px;
}
.btn--sm {
  height: 44px;
  padding: 0 20px;
  font-size: 14px;
  min-width: 134px;
}
.btn--md {
  height: 52px;
  padding: 0 22px;
  font-size: 15px;
  min-width: 132px;
}
.btn--block {
  width: 100%;
  min-width: 0;
}

.notice {
  background: #28447a;
  color: #ffffff;
  text-align: center;
  height: 41px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.01em;
}

.site-header {
  background: #ffffff;
  border-bottom: 2px solid #28447a;
  height: 80px;
  display: flex;
  align-items: center;
}
.site-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.logo {
  font-size: 22px;
  font-weight: 500;
  color: #000000;
  letter-spacing: -0.02em;
  line-height: 1.05;
}

.hero {
  background: #ffffff;
  padding: 133px 0 108px;
}
.hero .container {
  display: grid;
  grid-template-columns: 628px 448px;
  justify-content: space-between;
  align-items: start;
}
.hero__copy {
  padding-top: 27px;
}
.hero__title {
  font-size: 56px;
  font-weight: 600;
  line-height: 1.07;
  letter-spacing: -0.035em;
  color: #000000;
  margin-bottom: 42px;
}
.hero__actions {
  display: flex;
  align-items: center;
  gap: 16px;
}
.hero__capacity {
  font-size: 14px;
  line-height: 1.2;
  color: #28447a;
  max-width: 150px;
  font-weight: 400;
}
.hero__intro {
  font-size: 16px;
  line-height: 1.28;
  color: #1a1a1a;
  margin-bottom: 21px;
  max-width: 401px;
}
.hero__intro strong {
  font-weight: 700;
}

.support-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.support-card {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  border: 1px solid #e5e9ef;
  border-radius: 12px;
  padding: 18px 14px;
  min-height: 80px;
  background: #ffffff;
}
.support-card__icon {
  width: 29px;
  height: 29px;
  border-radius: 50%;
  background: #28447a;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 1px;
}
.support-card__icon svg {
  width: 12px;
  height: 12px;
}
.support-card p {
  font-size: 16px;
  line-height: 1.28;
  color: #000000;
  padding-top: 3px;
}
.support-card p strong {
  font-weight: 700;
}

.price-band {
  background: #28447a;
  color: #ffffff;
  min-height: 199px;
  display: flex;
  align-items: center;
}
.price-band .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
}
.price-band__quote {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.03em;
  max-width: 410px;
}
.price-band__right {
  display: flex;
  align-items: center;
  gap: 27px;
  padding-right: 10px;
}
.price-band__rule {
  width: 6px;
  height: 79px;
  background: #ffffff;
  border-radius: 1px;
  flex-shrink: 0;
}
.price-band__meta {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.price-band__label {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  line-height: 1;
}
.price-band__amount {
  font-size: 42px;
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1;
}

.cost {
  background: #f2f4f6;
  padding: 83px 0 68px;
}
.cost__title {
  font-size: 36px;
  font-weight: 700;
  letter-spacing: -0.03em;
  color: #000000;
  margin-bottom: 44px;
  line-height: 1.2;
}
.cost__grid {
  display: grid;
  grid-template-columns: repeat(3, 384px);
  gap: 14px;
}

.cost-card {
  background: #ffffff;
  border: 1px solid #d9d9d9;
  border-radius: 12px;
  padding: 30px 26px 28px;
  min-height: 150px;
  display: flex;
  flex-direction: column;
}
.cost-card h3 {
  font-size: 22px;
  font-weight: 700;
  color: #28447a;
  letter-spacing: -0.02em;
  margin-bottom: 14px;
  line-height: 1.15;
}
.cost-card p {
  font-size: 14px;
  line-height: 1.35;
  color: #1a1a1a;
}
.cost-card__link {
  margin-top: 12px;
  font-size: 14px;
  font-weight: 500;
  color: #28447a;
  text-decoration: underline;
  text-underline-offset: 3px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  width: fit-content;
}
.cost-card__link:hover {
  color: #1b2d55;
}

.faq {
  background: #f2f4f6;
  padding: 83px 0 79px;
}
.faq .container {
  display: grid;
  grid-template-columns: 340px 712px;
  justify-content: space-between;
  align-items: start;
}
.faq__title {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.1;
  color: #000000;
  margin-bottom: 18px;
}
.faq__lead {
  font-size: 15px;
  color: #1a1a1a;
  margin-bottom: 31px;
  line-height: 1.35;
}
.faq__list {
  margin-top: -16px;
}

.faq-item {
  border-top: 1px solid rgba(0, 0, 0, 0.16);
  padding: 22px 0 20px;
}
.faq-item:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.16);
}
.faq-item__q {
  font-size: 16px;
  font-weight: 700;
  color: #000000;
  letter-spacing: -0.01em;
  line-height: 1.25;
  display: block;
  width: 100%;
  text-align: left;
}
.faq-item__a {
  font-size: 15px;
  line-height: 1.4;
  color: #1a1a1a;
  margin-top: 12px;
  max-width: 600px;
}

.request {
  background: #28447a;
  color: #ffffff;
  padding: 70px 0;
  scroll-margin-top: 8px;
}
.request .container {
  display: grid;
  grid-template-columns: 489px 427px;
  justify-content: space-between;
  align-items: start;
  padding-left: 180px;
  padding-right: 180px;
}
.request__copy {
  padding-top: 48px;
}
.request__title {
  font-size: 48px;
  font-weight: 600;
  line-height: 1.14;
  letter-spacing: -0.03em;
  max-width: 489px;
}

.lead-card {
  background: #ffffff;
  color: #000000;
  border-radius: 20px;
  padding: 30px 26px 28px;
  min-height: 420px;
  box-sizing: border-box;
}
.lead-card h2 {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: -0.03em;
  margin-bottom: 10px;
  line-height: 1.15;
}
.lead-card__sub {
  font-size: 16px;
  color: #000000;
  margin-bottom: 28px;
  line-height: 1.3;
}

.lead-form {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.lead-form label {
  display: block;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 8px;
  color: #000000;
}
.lead-form input {
  width: 100%;
  height: 52px;
  border: 1px solid #d7d7d7;
  border-radius: 8px;
  padding: 0 16px;
  font-size: 15px;
  color: #000000;
  background: #ffffff;
  outline: none;
  margin-bottom: 20px;
  transition: border-color 0.2s ease;
}
.lead-form input::placeholder {
  color: #757575;
}
.lead-form input:focus {
  border-color: #28447a;
}
.lead-form .btn {
  margin-top: 4px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 500;
  height: 52px;
}
.lead-form .btn:disabled {
  opacity: 0.7;
  cursor: wait;
}
.lead-form__note {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-top: 20px;
  font-size: 13px;
  line-height: 1.3;
  color: #000000;
}
.lead-form__note svg {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  margin-top: 1px;
  color: #28447a;
}
.lead-form__status {
  margin-top: 12px;
  font-size: 14px;
  color: #28447a;
  display: none;
}
.lead-form__status.is-error {
  color: #b91c1c;
}
.lead-form__status.is-success {
  color: #28447a;
}
.lead-form__status.is-visible {
  display: block;
}

.site-footer {
  background: #f2f4f6;
  min-height: 117px;
  display: flex;
  align-items: center;
  padding: 28px 0;
}
.site-footer .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
.site-footer__legal {
  font-size: 12px;
  line-height: 1.35;
  color: #000000;
  max-width: 534px;
  text-align: left;
}
.site-footer__legal p + p {
  margin-top: 4px;
}

.tasks-dialog {
  position: fixed;
  inset: 0;
  margin: auto;
  height: fit-content;
  border: 0;
  border-radius: 20px;
  padding: 40px 44px 32px;
  width: calc(100% - 48px);
  max-width: 1040px;
  max-height: calc(100vh - 48px);
  overflow: auto;
  background: #ffffff;
  color: #000000;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.18);
  font-family: "Inter Tight", sans-serif;
}
.tasks-dialog::backdrop {
  background: rgba(0, 0, 0, 0.625);
}
.tasks-dialog__close {
  position: absolute;
  top: 28px;
  right: 28px;
  width: 32px;
  height: 32px;
  border: 1px solid #d0d4da;
  border-radius: 50%;
  color: #5c5c5c;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.tasks-dialog__close svg {
  width: 11px;
  height: 11px;
}
.tasks-dialog__close:hover {
  color: #000000;
  border-color: #b8bdc4;
  background: #f2f4f6;
}
.tasks-dialog__close:focus-visible {
  outline: 2px solid #28447a;
  outline-offset: 3px;
}
.tasks-dialog .eyebrow {
  margin-bottom: 14px;
  padding-right: 40px;
}
.tasks-dialog h2 {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.15;
  margin-bottom: 10px;
  padding-right: 40px;
}
.tasks-dialog__lead {
  font-size: 16px;
  line-height: 1.4;
  color: #000000;
  margin-bottom: 28px;
}
.tasks-dialog__grid {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 48px;
  row-gap: 18px;
  margin-bottom: 28px;
}
.tasks-dialog li {
  font-size: 14px;
  line-height: 1.45;
  color: #000000;
}
.tasks-dialog__name {
  display: inline;
  font-weight: 700;
  color: #28447a;
  margin-right: 4px;
}
.tasks-dialog__note {
  border: 1px solid #d5dae2;
  border-radius: 4px;
  padding: 14px 18px;
  font-size: 14px;
  line-height: 1.4;
  color: #000000;
}

@media (max-width: 1280px) {
  .container,
  .request .container {
    padding-left: 64px;
    padding-right: 64px;
  }
  .hero .container,
  .faq .container,
  .request .container {
    grid-template-columns: 1fr 1fr;
    gap: 48px;
  }
  .cost__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 900px) {
  .notice {
    height: auto;
    padding: 10px 16px;
    font-size: 13px;
    line-height: 1.3;
  }
  .site-header {
    height: 72px;
  }
  .logo {
    font-size: 18px;
  }
  .container,
  .request .container {
    padding-left: 24px;
    padding-right: 24px;
  }
  .hero {
    padding: 56px 0 64px;
  }
  .hero .container {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .hero__title {
    font-size: 40px;
    margin-bottom: 28px;
  }
  .price-band {
    min-height: 0;
    padding: 40px 0;
  }
  .price-band .container {
    flex-direction: column;
    align-items: flex-start;
    gap: 28px;
  }
  .price-band__quote {
    font-size: 32px;
  }
  .price-band__right {
    padding-right: 0;
  }
  .cost {
    padding: 56px 0;
  }
  .cost__title {
    font-size: 28px;
    margin-bottom: 28px;
  }
  .cost__grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .faq {
    padding: 24px 0 64px;
  }
  .faq .container {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .faq__title {
    font-size: 32px;
  }
  .request {
    padding: 56px 0;
  }
  .request .container {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .request__copy {
    padding-top: 0;
  }
  .request__title {
    font-size: 36px;
  }
  .lead-card {
    min-height: 0;
    padding: 28px 22px;
  }
  .site-footer .container {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  .site-footer__legal {
    max-width: none;
  }
  .tasks-dialog {
    padding: 28px 22px 22px;
    width: calc(100% - 24px);
    max-height: calc(100vh - 24px);
  }
  .tasks-dialog__close {
    top: 16px;
    right: 16px;
  }
  .tasks-dialog h2 {
    font-size: 24px;
  }
  .tasks-dialog__grid {
    grid-template-columns: 1fr;
    column-gap: 0;
    row-gap: 14px;
    margin-bottom: 20px;
  }
}
@media (max-width: 520px) {
  .hero__title {
    font-size: 32px;
  }
  .hero__title br,
  .price-band__quote br,
  .faq__title br,
  .request__title br {
    display: none;
  }
  .hero__actions {
    flex-direction: column;
    align-items: flex-start;
  }
  .request__title {
    font-size: 30px;
  }
  .btn--sm {
    min-width: 0;
  }
}

/*# sourceMappingURL=main.css.map */
