:root {
    --blue: #1973e8;
    --blue-700: #0d55be;
    --navy: #071b35;
    --navy-800: #08223f;
    --text: #101b31;
    --muted: #60708a;
    --line: #dce6f4;
    --soft: #f4f8ff;
    --white: #fff;
    --shadow: 0 18px 45px rgba(22, 64, 120, .12);
    --radius: 8px;
}

/* SEO content and trust blocks */
.seo-content {
    background: #f7faff;
}

.seo-content__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.8fr) minmax(260px, .8fr);
    gap: 56px;
    align-items: start;
}

.seo-content h2 {
    margin: 0 0 20px;
    color: var(--text);
    font-size: clamp(30px, 3vw, 44px);
    line-height: 1.12;
}

.seo-content p {
    margin: 0 0 16px;
    color: var(--muted);
    font-size: 17px;
    line-height: 1.75;
}

.seo-content__links {
    display: grid;
    gap: 10px;
    padding: 28px;
    border: 1px solid #dce7f8;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 14px 36px rgba(18, 51, 101, .08);
}

.seo-content__links h3 {
    margin: 0 0 8px;
    font-size: 21px;
}

.seo-content__links a {
    padding: 11px 0;
    border-bottom: 1px solid #e9eff8;
    color: var(--blue);
    font-weight: 700;
}

.seo-content__links a:last-child {
    border-bottom: 0;
}

.faq__list {
    display: grid;
    max-width: 920px;
    margin: 0 auto;
    gap: 12px;
}

.faq details {
    border: 1px solid #dce7f8;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(18, 51, 101, .06);
}

.faq summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 22px 24px;
    color: var(--text);
    font-size: 18px;
    font-weight: 800;
    cursor: pointer;
    list-style: none;
}

.faq summary::-webkit-details-marker {
    display: none;
}

.faq summary i {
    color: var(--blue);
    transition: transform .2s ease;
}

.faq details[open] summary i {
    transform: rotate(180deg);
}

.faq details p {
    margin: 0;
    padding: 0 24px 22px;
    color: var(--muted);
    font-size: 16px;
    line-height: 1.7;
}

.about-team__grid--roles article > span {
    display: grid;
    width: 62px;
    height: 62px;
    margin: 0 auto 14px;
    place-items: center;
    border-radius: 16px;
    background: #eaf3ff;
    color: var(--blue);
    font-size: 25px;
}

.about-service-area {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 36px;
    text-align: center;
}

.about-service-area > i {
    margin-bottom: 18px;
    color: var(--blue);
    font-size: 48px;
}

.about-service-area h3 {
    margin: 0 0 10px;
    font-size: 24px;
}

.about-service-area p {
    margin: 0 0 14px;
    color: var(--text);
    font-size: 20px;
    font-weight: 800;
    line-height: 1.45;
}

.about-service-area small {
    max-width: 280px;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.5;
}

.not-found {
    min-height: 62vh;
    display: grid;
    place-items: center;
}

.not-found__card {
    max-width: 760px;
    padding: 64px 32px;
    text-align: center;
}

.not-found__card > span {
    color: var(--blue);
    font-size: clamp(72px, 14vw, 140px);
    font-weight: 900;
    line-height: 1;
}

.not-found__card h1 {
    margin: 16px 0;
    font-size: clamp(34px, 5vw, 54px);
}

.not-found__card p {
    margin: 0 auto 28px;
    color: var(--muted);
    font-size: 18px;
}

.not-found__card div {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
}

@media (max-width: 820px) {
    .seo-content__grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .seo-content p {
        font-size: 16px;
    }

    .faq summary {
        padding: 18px;
        font-size: 16px;
    }

    .faq details p {
        padding: 0 18px 18px;
    }
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    color: var(--text);
    font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.55;
    background: var(--white);
}

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

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

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

h1,
h2,
h3 {
    line-height: 1.15;
    color: #0b1730;
}

.container {
    width: min(100% - 48px, 1168px);
    margin-inline: auto;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 20;
    background: rgba(255, 255, 255, .95);
    border-bottom: 1px solid rgba(220, 230, 244, .75);
    backdrop-filter: blur(14px);
}

.header__inner {
    display: flex;
    align-items: center;
    gap: 22px;
    min-height: 74px;
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    flex: 0 0 auto;
}

.brand__mark {
    width: 42px;
    height: auto;
}

.brand__text {
    display: block;
    color: var(--navy);
    font-size: 17px;
    font-weight: 800;
    letter-spacing: .02em;
    line-height: 1;
    white-space: nowrap;
}

.brand__text small {
    font-size: 10px;
}

.brand__caption {
    display: block;
    margin-top: 4px;
    color: #40516d;
    font-size: 12px;
    font-style: normal;
    line-height: 1;
    white-space: nowrap;
}

.header__nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 22px;
    flex: 1 1 auto;
    font-size: 15px;
    font-weight: 700;
    color: #1b2a45;
}

.header__nav a {
    white-space: nowrap;
}

.header__actions {
    display: flex;
    align-items: center;
    gap: 14px;
    flex: 0 0 auto;
}

.header__phone {
    display: grid;
    gap: 2px;
    font-size: 11px;
    color: var(--muted);
    text-align: right;
}

.header__phone strong {
    color: var(--navy);
    font-size: 13px;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    padding: 0 30px;
    border: 1px solid transparent;
    border-radius: var(--radius);
    font-weight: 700;
    font-size: 15px;
    transition: .2s ease;
}

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

.btn--primary {
    color: var(--white);
    background: var(--blue);
    box-shadow: 0 12px 28px rgba(25, 115, 232, .25);
}

.btn--primary:hover {
    background: var(--blue-700);
}

.btn--platform {
    color: #0d55be;
    background: #edf5ff;
    border-color: #b9d5ff;
    box-shadow: none;
}

.btn--platform:hover {
    color: var(--white);
    background: var(--blue-700);
    border-color: var(--blue-700);
}

.btn--outline {
    color: var(--blue);
    background: var(--white);
    border-color: #7fb0f5;
}

.btn--ghost {
    color: var(--white);
    border-color: rgba(255, 255, 255, .75);
}

.btn--sm {
    min-height: 40px;
    padding-inline: 20px;
    font-size: 12px;
}

.btn i {
    margin-left: 10px;
}

.hero {
    overflow: hidden;
    padding: 44px 0 36px;
    background:
        radial-gradient(circle at 74% 30%, rgba(25, 115, 232, .12), transparent 30%),
        linear-gradient(90deg, #fff 0%, #f7fbff 100%);
}

.hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(420px, 1.08fr);
    align-items: center;
    gap: 58px;
}

.hero h1 {
    max-width: 620px;
    margin-bottom: 26px;
    font-size: clamp(40px, 4.2vw, 54px);
    font-weight: 800;
}

.hero__lead {
    max-width: 520px;
    margin-bottom: 34px;
    color: #30405b;
    font-size: 19px;
    font-weight: 500;
}

.hero__badges {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 30px;
    max-width: 560px;
    margin: 0 0 42px;
    padding: 0;
    list-style: none;
    font-weight: 700;
    color: #23334f;
}

.hero__badges li {
    display: flex;
    align-items: center;
    gap: 11px;
}

.icon {
    display: inline-grid;
    place-items: center;
    flex: 0 0 auto;
    width: 34px;
    height: 34px;
    color: var(--blue);
    background: #edf5ff;
    border: 2px solid #a9caff;
    border-radius: 10px;
}

.icon i {
    font-size: 16px;
    line-height: 1;
}

.hero__buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 64px;
}

.hero__social {
    display: flex;
    align-items: center;
    gap: 18px;
    color: var(--muted);
    font-size: 13px;
}

.hero__social p {
    margin-bottom: 0;
}

.avatars {
    display: flex;
}

.avatars span {
    width: 36px;
    height: 36px;
    margin-left: -8px;
    border: 3px solid var(--white);
    border-radius: 50%;
    background: linear-gradient(135deg, #d8a47c, #f1d0b6);
}

.avatars span:first-child {
    margin-left: 0;
    background: linear-gradient(135deg, #475569, #cbd5e1);
}

.avatars span:last-child {
    background: linear-gradient(135deg, #7c4a31, #e7b98c);
}

.rating {
    color: #f7a928;
    font-weight: 800;
}

.rating span {
    color: var(--muted);
    font-weight: 500;
}

.hero__visual {
    position: relative;
    min-height: 474px;
    isolation: isolate;
}

.hero__visual-bg {
    width: 100%;
    height: 474px;
    object-fit: cover;
    object-position: center;
    border-radius: 14px 0 0 14px;
    box-shadow: 0 20px 45px rgba(22, 64, 120, .13);
}

.hero__visual-phone {
    position: absolute;
    z-index: 1;
    left: 50%;
    bottom: -8px;
    width: min(47%, 310px);
    max-height: 104%;
    object-fit: contain;
    object-position: bottom center;
    filter: drop-shadow(0 24px 32px rgba(8, 16, 31, .28));
    transform: translateX(-6%);
}

.project-card dl {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin: 0;
}

dt {
    color: var(--muted);
    font-size: 12px;
}

dd {
    margin: 0;
    font-weight: 800;
}

.section {
    padding: 72px 0;
}

.section--blue {
    background: linear-gradient(90deg, #f7fbff 0%, #eef6ff 100%);
}

.section__eyebrow,
.eyebrow {
    margin-bottom: 12px;
    color: var(--blue);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.section__title {
    margin-bottom: 34px;
    text-align: center;
    font-size: clamp(28px, 3vw, 36px);
}

.trust .section__eyebrow {
    text-align: center;
}

.trust__grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 18px;
}

.feature-card,
.project-card {
    background: var(--white);
    border: 1px solid #e7eef9;
    border-radius: var(--radius);
    box-shadow: 0 12px 28px rgba(18, 55, 103, .08);
}

.feature-card {
    padding: 22px 18px;
    min-height: 185px;
}

.feature-card h3 {
    margin: 18px 0 10px;
    font-size: 15px;
}

.feature-card p {
    margin-bottom: 0;
    color: #42516a;
    font-size: 13px;
}

.control__grid {
    display: grid;
    grid-template-columns: 360px minmax(0, 1fr);
    align-items: center;
    gap: 70px;
}

.platform__grid {
    display: grid;
    grid-template-columns: minmax(410px, 455px) minmax(0, 1fr);
    align-items: center;
    gap: 46px;
}

.control__content h2,
.platform h2 {
    margin-bottom: 18px;
    font-size: clamp(28px, 3vw, 38px);
}

.platform h2 {
    max-width: 455px;
}

.control__content p,
.platform p {
    color: #40516d;
}

.platform p {
    max-width: 430px;
}

.check-list {
    display: grid;
    gap: 15px;
    margin: 28px 0;
    padding: 0;
    list-style: none;
    color: #1b2a45;
    font-weight: 700;
}

.check-list li {
    position: relative;
    padding-left: 30px;
}

.check-list li::before {
    content: "\f00c";
    position: absolute;
    left: 0;
    top: -1px;
    color: var(--blue);
    font-family: "Font Awesome 6 Free";
    font-size: 14px;
    font-weight: 800;
}

.control__visual img {
    width: 100%;
    border-radius: 12px;
    filter: drop-shadow(0 24px 34px rgba(8, 22, 45, .18));
}

.process__list {
    position: relative;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 28px;
    margin: 44px 0 0;
    padding: 0;
    counter-reset: process-step;
    list-style: none;
    text-align: center;
}

.process__list::before {
    content: "";
    position: absolute;
    left: 10%;
    right: 10%;
    top: 33px;
    height: 1px;
    background: #bfd5f6;
}

.process__list li {
    position: relative;
    display: grid;
    justify-items: center;
    counter-increment: process-step;
}

.process__list .icon {
    width: 70px;
    height: 70px;
    margin-bottom: 50px;
    background: var(--white);
    border-radius: 50%;
}

.process__list .icon i {
    font-size: 24px;
}

.process__list li::before {
    content: counter(process-step);
    position: absolute;
    top: 84px;
    left: 50%;
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    color: var(--white);
    font-weight: 800;
    background: var(--blue);
    border-radius: 50%;
    transform: translateX(-50%);
}

.process__list strong {
    color: var(--blue);
    font-size: 16px;
}

.process__list p {
    max-width: 180px;
    margin: 10px auto 0;
    color: #40516d;
    font-size: 13px;
}

.section__header {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 26px;
}

.section__header h2 {
    margin-bottom: 0;
    font-size: clamp(28px, 3vw, 36px);
}

.section__header a {
    align-self: end;
    color: var(--blue);
    font-weight: 800;
}

.works__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.works__empty {
    grid-column: 1 / -1;
    margin: 0;
    color: var(--muted);
}

.project-card {
    overflow: hidden;
}

.project-card img {
    width: 100%;
    aspect-ratio: 1.6 / 1;
    object-fit: cover;
}

.project-card > div {
    padding: 18px;
}

.project-card h3 {
    margin-bottom: 6px;
    font-size: 17px;
}

.project-card p {
    margin-bottom: 18px;
    color: var(--muted);
    font-size: 13px;
}

.portfolio-page {
    padding: 58px 0 26px;
    background:
        radial-gradient(circle at 88% 8%, rgba(25, 115, 232, .08), transparent 32%),
        linear-gradient(180deg, #fff 0%, #fbfdff 100%);
}

.portfolio-page .container,
.portfolio-cta .container {
    width: min(100% - 96px, 1320px);
}

.portfolio-hero {
    margin-bottom: 56px;
}

.breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 22px;
    color: #667792;
    font-size: 14px;
}

.breadcrumbs a {
    color: #40516d;
}

.portfolio-hero h1 {
    margin-bottom: 16px;
    font-size: clamp(48px, 5vw, 72px);
    font-weight: 800;
}

.portfolio-hero__content p {
    margin-bottom: 0;
    color: #50617d;
    font-size: 19px;
}

.portfolio-stats {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
}

.portfolio-stats article {
    min-height: 150px;
    padding: 26px 22px;
    background: rgba(255, 255, 255, .86);
    border: 1px solid #e7eef9;
    border-radius: var(--radius);
    box-shadow: 0 18px 45px rgba(22, 64, 120, .09);
}

.portfolio-stats .icon {
    width: 32px;
    height: 32px;
    margin-bottom: 20px;
    background: transparent;
    border: 0;
}

.portfolio-stats .icon i {
    font-size: 25px;
}

.portfolio-stats strong {
    display: block;
    margin-bottom: 4px;
    color: #0b1730;
    font-size: 20px;
    line-height: 1.2;
}

.portfolio-stats p {
    margin-bottom: 0;
    color: #53647f;
    font-size: 14px;
}

.portfolio-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 34px;
}

.portfolio-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.portfolio-filters a,
.portfolio-sort {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    border: 1px solid #dbe6f5;
    border-radius: var(--radius);
    background: var(--white);
    color: #15243f;
    font-size: 14px;
    font-weight: 700;
}

.portfolio-filters a {
    padding: 0 22px;
}

.portfolio-filters a.is-active {
    color: var(--white);
    border-color: var(--blue);
    background: var(--blue);
    box-shadow: 0 12px 26px rgba(25, 115, 232, .22);
}

.portfolio-sort {
    gap: 12px;
    padding: 0 16px;
}

.portfolio-sort i {
    color: var(--blue);
}

.portfolio-sort select {
    min-width: 170px;
    border: 0;
    outline: 0;
    background: transparent;
    color: #15243f;
    font: inherit;
    cursor: pointer;
}

.portfolio-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
}

.portfolio-card {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    background: var(--white);
    border: 1px solid #e2eaf6;
    border-radius: var(--radius);
    box-shadow: 0 12px 28px rgba(18, 55, 103, .07);
}

.portfolio-card__media {
    position: relative;
    overflow: hidden;
}

.portfolio-card__media img,
.portfolio-card__placeholder {
    width: 100%;
    aspect-ratio: 1.82 / 1;
}

.portfolio-card__media img {
    object-fit: cover;
}

.portfolio-card__placeholder {
    display: grid;
    place-items: center;
    color: var(--blue);
    background: #edf5ff;
}

.portfolio-card__placeholder i {
    font-size: 30px;
}

.portfolio-card__tag {
    position: absolute;
    left: 14px;
    bottom: 12px;
    padding: 5px 10px;
    color: var(--blue);
    background: var(--white);
    border: 1px solid #cfe0fb;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 800;
}

.portfolio-card__body {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    padding: 18px 20px 20px;
}

.portfolio-card h2 {
    margin-bottom: 10px;
    font-size: 19px;
}

.portfolio-card__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 10px;
    color: #5a6b86;
    font-size: 13px;
}

.portfolio-card__meta span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
}

.portfolio-card__meta i {
    color: #48617f;
}

.portfolio-card p {
    margin-bottom: 14px;
    color: #5b6b85;
    font-size: 14px;
}

.portfolio-card a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    width: fit-content;
    margin-top: auto;
    color: var(--blue);
    font-size: 14px;
    font-weight: 800;
}

.portfolio-card a i {
    font-size: 12px;
}

.portfolio-empty {
    grid-column: 1 / -1;
    margin: 0;
    color: var(--muted);
}

.portfolio-pagination {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 34px;
}

.portfolio-pagination a {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    color: #183151;
    border: 1px solid #dbe6f5;
    border-radius: var(--radius);
    background: var(--white);
    font-weight: 800;
}

.portfolio-pagination a.is-active {
    color: var(--white);
    border-color: var(--blue);
    background: var(--blue);
}

.portfolio-cta {
    padding: 0 0 72px;
    background: #fbfdff;
}

.portfolio-cta__inner {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 26px;
    min-height: 108px;
    padding: 24px 44px;
    background: linear-gradient(90deg, #f6f9ff, #fff);
    border: 1px solid #dbe6f5;
    border-radius: var(--radius);
    box-shadow: 0 12px 28px rgba(18, 55, 103, .06);
}

.portfolio-cta__icon {
    display: grid;
    place-items: center;
    width: 64px;
    height: 64px;
    color: var(--blue);
    background: #dfeaff;
    border-radius: 50%;
}

.portfolio-cta__icon i {
    font-size: 24px;
}

.portfolio-cta h2 {
    margin-bottom: 4px;
    font-size: 26px;
}

.portfolio-cta p {
    margin-bottom: 0;
    color: #53647f;
}

.calc-page {
    min-height: 100vh;
    padding: 28px 0 72px;
    color: #081f49;
    background: #f7faff;
}

.calc-page .container {
    width: min(100% - 48px, 1188px);
}

.calc-hero {
    display: grid;
    grid-template-columns: minmax(0, .98fr) minmax(520px, 1.02fr);
    align-items: stretch;
    min-height: 390px;
    margin-bottom: 28px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #e5eaf3;
    border-radius: 10px;
    box-shadow: 0 18px 45px rgba(8, 31, 73, .055);
}

.calc-page.is-progressing .calc-hero {
    display: none;
}

.calc-hero__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 48px 52px;
}

.calc-hero h1 {
    margin-bottom: 22px;
    color: #081f49;
    font-size: 36px;
    font-weight: 800;
    line-height: 1.14;
}

.calc-hero p {
    max-width: 560px;
    margin-bottom: 34px;
    color: #64748b;
    font-size: 14px;
    line-height: 1.65;
}

.calc-hero__benefits {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    max-width: 680px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.calc-hero__benefits li {
    display: grid;
    grid-template-columns: 26px minmax(0, 1fr);
    gap: 9px;
    align-items: start;
    color: #081f49;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.35;
}

.calc-hero__benefits i {
    display: grid;
    place-items: center;
    width: 24px;
    height: 24px;
    color: #0b5cff;
    background: #eef4ff;
    border-radius: 7px;
    font-size: 13px;
}

.calc-hero__image {
    position: relative;
    overflow: hidden;
    min-height: 390px;
}

.calc-hero__image::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(90deg, rgba(255, 255, 255, .94) 0%, rgba(255, 255, 255, .62) 24%, rgba(255, 255, 255, 0) 56%);
}

.calc-hero__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.calc-shell {
    padding: 0;
}

.calc-stepper {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    align-items: start;
    gap: 0;
    min-height: 128px;
    margin-bottom: 16px;
    padding: 30px 48px 24px;
    background: #fff;
    border: 1px solid #e5eaf3;
    border-radius: 10px;
    box-shadow: 0 14px 34px rgba(8, 31, 73, .045);
}

.calc-page.is-progressing .calc-stepper {
    margin-bottom: 16px;
    background: transparent;
    border-color: transparent;
    box-shadow: none;
}

.calc-stepper button {
    position: relative;
    display: grid;
    justify-items: center;
    gap: 10px;
    min-width: 0;
    padding: 0;
    color: #64748b;
    background: transparent;
    border: 0;
    font: inherit;
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
}

.calc-stepper button::before,
.calc-stepper button::after {
    content: "";
    position: absolute;
    top: 15px;
    height: 1px;
    background: #cfd9e8;
}

.calc-stepper button::before {
    left: 0;
    right: 50%;
}

.calc-stepper button::after {
    left: 50%;
    right: 0;
}

.calc-stepper button:first-child::before,
.calc-stepper button:last-child::after {
    display: none;
}

.calc-stepper span {
    position: relative;
    z-index: 1;
    display: grid;
    place-items: center;
    width: 32px;
    height: 32px;
    color: #64748b;
    background: #fff;
    border: 1px solid #cfd9e8;
    border-radius: 50%;
    font-size: 12px;
    font-weight: 800;
}

.calc-stepper strong {
    color: inherit;
    font-size: 11px;
    line-height: 1.25;
}

.calc-stepper button.is-active {
    color: #081f49;
}

.calc-stepper button.is-active span {
    color: #fff;
    background: #0b5cff;
    border-color: #0b5cff;
    box-shadow: 0 10px 22px rgba(11, 92, 255, .24);
}

.calc-stepper button.is-complete {
    color: #081f49;
}

.calc-stepper button.is-complete span {
    color: #0b5cff;
    background: #fff;
    border-color: #0b5cff;
    font-size: 0;
}

.calc-stepper button.is-complete span::before {
    content: "\f00c";
    font-family: "Font Awesome 6 Free";
    font-size: 12px;
    font-weight: 900;
}

.calc-stepper button.is-complete::after,
.calc-stepper button.is-active::before {
    background: #0b5cff;
}

.calc-card {
    display: none;
    min-height: 520px;
    padding: 34px 40px 26px;
    background: #fff;
    border: 1px solid #e5eaf3;
    border-radius: 10px;
    box-shadow: 0 18px 45px rgba(8, 31, 73, .055);
}

.calc-card.is-active {
    display: flex;
    flex-direction: column;
}

.calc-card__head {
    margin-bottom: 26px;
}

.calc-card__head > span {
    display: block;
    margin-bottom: 12px;
    color: #0b5cff;
    font-size: 13px;
    font-weight: 800;
}

.calc-card__head h2,
.calc-result__head h2,
.calc-request h2 {
    margin-bottom: 8px;
    color: #081f49;
    font-size: 24px;
    font-weight: 800;
}

.calc-card__head p,
.calc-result__head p,
.calc-request p {
    margin: 0;
    color: #64748b;
    font-size: 14px;
}

.calc-object-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.calc-choice {
    position: relative;
    min-height: 198px;
    padding: 32px 26px 24px;
    background: #fff;
    border: 1px solid #e5eaf3;
    border-radius: 8px;
    cursor: pointer;
    transition: border-color .16s ease, box-shadow .16s ease;
}

.calc-choice input,
.calc-repair input,
.calc-check-grid input,
.calc-radio-list input,
.calc-consent input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.calc-choice__check {
    position: absolute;
    top: 18px;
    right: 18px;
    width: 18px;
    height: 18px;
    border: 2px solid #c4cfdf;
    border-radius: 50%;
}

.calc-choice__check::after {
    content: "";
    position: absolute;
    inset: 4px;
    background: #fff;
    border-radius: 50%;
    opacity: 0;
}

.calc-choice i {
    display: block;
    margin-bottom: 24px;
    color: #8a99b3;
    font-size: 34px;
}

.calc-choice strong,
.calc-repair strong {
    display: block;
    margin-bottom: 9px;
    color: #081f49;
    font-size: 16px;
    font-weight: 800;
}

.calc-choice small,
.calc-repair small {
    display: block;
    color: #64748b;
    font-size: 13px;
    line-height: 1.55;
}

.calc-choice.is-selected,
.calc-choice:has(input:checked),
.calc-repair.is-selected,
.calc-repair:has(input:checked) {
    border-color: #0b5cff;
    box-shadow: 0 16px 34px rgba(11, 92, 255, .09);
}

.calc-choice.is-selected i,
.calc-choice:has(input:checked) i {
    color: #0b5cff;
}

.calc-choice.is-selected .calc-choice__check,
.calc-choice:has(input:checked) .calc-choice__check {
    background: #0b5cff;
    border-color: #0b5cff;
}

.calc-choice.is-selected .calc-choice__check::after,
.calc-choice:has(input:checked) .calc-choice__check::after {
    opacity: 1;
}

.calc-card__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-top: auto;
    padding-top: 34px;
}

.calc-security {
    display: flex;
    align-items: center;
    gap: 14px;
    color: #64748b;
    font-size: 12px;
}

.calc-security i {
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    color: #0b5cff;
    background: #eef4ff;
    border-radius: 50%;
    font-size: 17px;
}

.calc-security strong {
    display: block;
    color: #081f49;
    font-size: 13px;
}

.calc-btn,
.calc-back {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-height: 48px;
    padding: 0 34px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 800;
    border: 1px solid transparent;
    cursor: pointer;
}

.calc-btn--primary {
    min-width: 262px;
    color: #fff;
    background: #0b5cff;
    box-shadow: 0 12px 26px rgba(11, 92, 255, .22);
}

.calc-btn--outline {
    width: 100%;
    color: #0b5cff;
    background: #fff;
    border-color: #0b5cff;
}

.calc-back {
    min-width: 120px;
    padding: 0;
    color: #0b5cff;
    background: transparent;
}

.calc-step-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 290px;
    gap: 56px;
}

.calc-step-layout--area {
    align-items: start;
}

.calc-area {
    width: min(100%, 680px);
    margin-top: 38px;
}

.calc-area strong {
    display: block;
    margin-bottom: 18px;
    color: #0b5cff;
    font-size: 28px;
    font-weight: 800;
    text-align: center;
}

.calc-range {
    position: relative;
    height: 4px;
    background: #cfd9e8;
    border-radius: 999px;
}

.calc-range input[type="range"] {
    position: absolute;
    z-index: 3;
    left: 0;
    top: 50%;
    width: 100%;
    height: 28px;
    margin: 0;
    opacity: 0;
    cursor: pointer;
    transform: translateY(-50%);
    -webkit-appearance: none;
    appearance: none;
}

.calc-range input[type="range"]::-webkit-slider-thumb {
    width: 28px;
    height: 28px;
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
}

.calc-range input[type="range"]::-moz-range-thumb {
    width: 28px;
    height: 28px;
    border: 0;
    cursor: pointer;
}

.calc-range span {
    position: absolute;
    left: 0;
    top: 0;
    height: 4px;
    background: #0b5cff;
    border-radius: 999px;
}

.calc-range em {
    position: absolute;
    top: 50%;
    width: 18px;
    height: 18px;
    background: #0b5cff;
    border: 4px solid #fff;
    border-radius: 50%;
    box-shadow: 0 6px 18px rgba(11, 92, 255, .28);
    transform: translate(-50%, -50%);
}

.calc-range__labels {
    display: flex;
    justify-content: space-between;
    margin-top: 16px;
    color: #64748b;
    font-size: 12px;
    font-weight: 700;
}

.calc-field {
    display: block;
}

.calc-field > span {
    display: block;
    margin-bottom: 8px;
    color: #64748b;
    font-size: 13px;
    font-weight: 700;
}

.calc-field input {
    width: 100%;
    height: 48px;
    padding: 0 18px;
    color: #081f49;
    background: #fff;
    border: 1px solid #dce4ef;
    border-radius: 6px;
    outline: none;
    font: inherit;
    font-size: 14px;
}

.calc-area-input {
    position: relative;
    width: 290px;
    margin-top: 34px;
}

.calc-area-input small {
    position: absolute;
    right: 18px;
    bottom: 13px;
    color: #64748b;
    font-size: 13px;
    font-weight: 800;
}

.calc-hint,
.calc-why,
.calc-privacy,
.calc-summary,
.calc-request__benefits {
    background: linear-gradient(180deg, #f8fbff, #f1f6ff);
    border: 1px solid #eef2f8;
    border-radius: 8px;
}

.calc-hint {
    padding: 30px 28px;
}

.calc-hint h3,
.calc-why h3,
.calc-summary h3,
.calc-request__benefits h3 {
    margin-bottom: 20px;
    color: #081f49;
    font-size: 16px;
    font-weight: 800;
}

.calc-hint ul,
.calc-summary ul,
.calc-request__benefits ul {
    display: grid;
    gap: 20px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.calc-hint li,
.calc-summary li,
.calc-request__benefits li {
    display: grid;
    grid-template-columns: 26px minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    color: #081f49;
    font-size: 13px;
    font-weight: 700;
}

.calc-hint i,
.calc-summary i,
.calc-request__benefits i {
    display: grid;
    place-items: center;
    width: 24px;
    height: 24px;
    color: #0b5cff;
    background: #fff;
    border-radius: 50%;
}

.calc-repair-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
}

.calc-repair {
    position: relative;
    min-height: 318px;
    padding: 14px 14px 22px;
    background: #fff;
    border: 1px solid #e5eaf3;
    border-radius: 8px;
    cursor: pointer;
}

.calc-repair img {
    width: 100%;
    aspect-ratio: 1.78 / 1;
    margin-bottom: 18px;
    border-radius: 6px;
    object-fit: cover;
}

.calc-repair__check {
    position: absolute;
    top: 16px;
    left: 16px;
    z-index: 1;
    display: grid;
    place-items: center;
    width: 22px;
    height: 22px;
    color: #fff;
    background: #0b5cff;
    border-radius: 50%;
    font-size: 11px;
    opacity: 0;
}

.calc-repair.is-selected .calc-repair__check,
.calc-repair:has(input:checked) .calc-repair__check {
    opacity: 1;
}

.calc-repair b {
    display: block;
    margin: -3px 0 9px;
    color: #0b5cff;
    font-size: 14px;
}

.calc-check-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px 54px;
    padding-top: 6px;
}

.calc-check-grid label,
.calc-radio-list label,
.calc-consent {
    position: relative;
    display: grid;
    align-items: start;
    color: #081f49;
    cursor: pointer;
}

.calc-check-grid label {
    grid-template-columns: 20px minmax(0, 1fr);
    gap: 10px;
    font-size: 14px;
    font-weight: 700;
}

.calc-check-grid span,
.calc-consent span {
    display: grid;
    place-items: center;
    width: 18px;
    height: 18px;
    background: #fff;
    border: 1.5px solid #b7c4d6;
    border-radius: 4px;
}

.calc-check-grid input:checked + span,
.calc-consent input:checked + span {
    color: #fff;
    background: #0b5cff;
    border-color: #0b5cff;
}

.calc-check-grid input:checked + span::before,
.calc-consent input:checked + span::before {
    content: "\f00c";
    font-family: "Font Awesome 6 Free";
    font-size: 10px;
    font-weight: 900;
}

.calc-why {
    min-height: 312px;
    padding: 30px 28px;
}

.calc-why p {
    color: #64748b;
    font-size: 13px;
    line-height: 1.6;
}

.calc-illustration {
    display: grid;
    place-items: center;
    width: 170px;
    height: 170px;
    margin: 24px auto 0;
    color: #0b5cff;
    background: #fff;
    border-radius: 50%;
    box-shadow: inset 0 0 0 1px #e5eaf3;
}

.calc-illustration i {
    font-size: 76px;
}

.calc-radio-list {
    display: grid;
    gap: 24px;
    padding-top: 6px;
}

.calc-radio-list label {
    grid-template-columns: 24px minmax(0, 1fr);
    gap: 12px;
}

.calc-radio-list label > span {
    width: 22px;
    height: 22px;
    background: #fff;
    border: 2px solid #c9d3e2;
    border-radius: 50%;
}

.calc-radio-list input:checked + span {
    border-color: #0b5cff;
    box-shadow: inset 0 0 0 5px #fff;
    background: #0b5cff;
}

.calc-radio-list strong {
    display: block;
    margin-bottom: 4px;
    color: #081f49;
    font-size: 15px;
    font-weight: 800;
}

.calc-radio-list small {
    color: #64748b;
    font-size: 13px;
}

.calc-contact-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    max-width: 650px;
    margin-top: 24px;
}

.calc-consent {
    grid-template-columns: 18px minmax(0, 1fr);
    gap: 10px;
    margin-top: 26px;
    color: #081f49;
    font-size: 13px;
    font-weight: 700;
}

.calc-privacy {
    display: grid;
    place-items: center;
    min-height: 270px;
    padding: 32px;
    text-align: center;
}

.calc-privacy h3 {
    margin-bottom: 22px;
    color: #64748b;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.55;
}

.calc-privacy i {
    display: grid;
    place-items: center;
    width: 96px;
    height: 96px;
    color: #0b5cff;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 14px 30px rgba(8, 31, 73, .08);
    font-size: 42px;
}

.calc-result {
    min-height: 450px;
}

.calc-result__head {
    margin-bottom: 24px;
}

.calc-result__grid {
    display: grid;
    grid-template-columns: 1fr 1fr 330px;
    gap: 24px;
}

.calc-result-box {
    min-height: 210px;
    padding: 28px 28px;
    background: #fff;
    border: 1px solid #e5eaf3;
    border-radius: 8px;
}

.calc-result-box h3 {
    margin-bottom: 22px;
    color: #081f49;
    font-size: 15px;
    font-weight: 800;
}

.calc-result-box strong {
    display: block;
    margin-bottom: 8px;
    color: #0b5cff;
    font-size: 24px;
    font-weight: 800;
}

.calc-result-box b {
    display: block;
    margin: 22px 0 8px;
    color: #0b5cff;
    font-size: 18px;
}

.calc-result-box p {
    margin: 0;
    color: #64748b;
    font-size: 13px;
}

.calc-summary {
    padding: 22px;
}

.calc-summary ul {
    gap: 12px;
    margin-bottom: 18px;
}

.calc-summary li {
    font-size: 12px;
}

.calc-summary i {
    background: #eef4ff;
}

.calc-note {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 22px;
    padding: 17px 22px;
    color: #64748b;
    background: #f7faff;
    border: 1px solid #e5eaf3;
    border-radius: 8px;
    font-size: 13px;
}

.calc-note i {
    color: #0b5cff;
    font-size: 18px;
}

.calc-request {
    display: none;
    grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr);
    gap: 34px;
    margin-top: 24px;
    padding: 34px 40px;
    background: #fff;
    border: 1px solid #e5eaf3;
    border-radius: 10px;
    box-shadow: 0 18px 45px rgba(8, 31, 73, .055);
}

.calc-page.is-result .calc-request {
    display: grid;
}

.calc-request__form {
    max-width: 560px;
}

.calc-request__form p {
    margin-bottom: 24px;
    line-height: 1.65;
}

.calc-request__form .calc-field {
    margin-bottom: 16px;
}

.calc-request__form .calc-btn {
    width: 100%;
    margin-top: 8px;
}

.calc-request__form small {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-top: 18px;
    color: #64748b;
    font-size: 12px;
}

.calc-save-message {
    margin-top: 14px;
    padding: 12px 14px;
    color: #0f6b35;
    background: #edf9f1;
    border: 1px solid #bfe8cc;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 700;
}

.calc-save-message.is-error {
    color: #a21d1d;
    background: #fff2f2;
    border-color: #f0c8c8;
}

.calc-request__benefits {
    position: relative;
    overflow: hidden;
    min-height: 420px;
    padding: 32px 34px;
}

.calc-request__benefits ul {
    gap: 18px;
}

.calc-request__benefits li {
    font-size: 14px;
}

.calc-request__benefits i {
    color: #0b5cff;
    background: #fff;
}

.calc-doc {
    position: absolute;
    right: -22px;
    bottom: -28px;
    width: 210px;
    height: 150px;
    transform: rotate(-10deg);
}

.calc-doc span {
    position: absolute;
    inset: 0;
    background: #fff;
    border: 1px solid #e5eaf3;
    border-radius: 5px;
    box-shadow: 0 18px 38px rgba(8, 31, 73, .12);
}

.calc-doc span::before {
    content: "";
    position: absolute;
    left: 24px;
    right: 28px;
    top: 28px;
    height: 42px;
    background: repeating-linear-gradient(#cfd9e8 0 2px, transparent 2px 12px);
}

.calc-doc i {
    position: absolute;
    right: 16px;
    bottom: 18px;
    color: #081f49;
    font-size: 48px;
    transform: rotate(18deg);
}

.about-page {
    padding: 58px 0 30px;
    background:
        radial-gradient(circle at 86% 9%, rgba(25, 115, 232, .08), transparent 32%),
        linear-gradient(180deg, #fff 0%, #fbfdff 100%);
}

.about-page .container,
.about-cta .container {
    width: min(100% - 96px, 1320px);
}

.about-hero {
    display: grid;
    grid-template-columns: minmax(0, .92fr) minmax(560px, 1.2fr);
    align-items: start;
    gap: 54px;
    margin-bottom: 28px;
}

.about-hero h1 {
    margin-bottom: 18px;
    font-size: clamp(52px, 5vw, 72px);
    font-weight: 800;
}

.about-hero__content > p {
    max-width: 560px;
    margin-bottom: 42px;
    color: #50617d;
    font-size: 18px;
    line-height: 1.75;
}

.about-hero__image {
    overflow: hidden;
    margin: 0;
    border-radius: var(--radius);
    box-shadow: 0 18px 45px rgba(22, 64, 120, .1);
}

.about-hero__image img {
    width: 100%;
    aspect-ratio: 2.18 / 1;
    object-fit: cover;
    object-position: center;
}

.about-features {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
}

.about-features article {
    min-width: 0;
}

.about-features span,
.about-principles li i,
.about-contacts address span {
    display: grid;
    place-items: center;
    width: 36px;
    height: 36px;
    color: var(--blue);
    background: #e8f1ff;
    border-radius: 8px;
}

.about-features span {
    margin-bottom: 14px;
}

.about-features i {
    font-size: 20px;
}

.about-features strong {
    display: block;
    margin-bottom: 5px;
    color: #0b1730;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.35;
}

.about-features p {
    margin: 0;
    color: #53647f;
    font-size: 13px;
    line-height: 1.5;
}

.about-layout {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
    align-items: start;
}

.about-layout__left {
    display: grid;
    gap: 28px;
}

.about-stats {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    min-height: 88px;
    padding: 18px 24px;
    background: rgba(255, 255, 255, .88);
    border: 1px solid #e7eef9;
    border-radius: var(--radius);
    box-shadow: 0 14px 34px rgba(18, 55, 103, .06);
}

.about-stats article {
    display: grid;
    align-content: center;
    text-align: center;
}

.about-stats strong {
    color: var(--blue);
    font-size: 30px;
    font-weight: 800;
    line-height: 1;
}

.about-stats span {
    margin-top: 10px;
    color: #53647f;
    font-size: 12px;
    line-height: 1.35;
}

.about-cards {
    display: grid;
    grid-template-columns: 1.12fr .88fr;
    gap: 0;
}

.about-card {
    background: rgba(255, 255, 255, .92);
    border: 1px solid #e2eaf6;
    box-shadow: 0 14px 34px rgba(18, 55, 103, .06);
}

.about-cards .about-card:first-child {
    border-radius: var(--radius) 0 0 var(--radius);
}

.about-cards .about-card:last-child {
    margin-left: -1px;
    border-radius: 0 var(--radius) var(--radius) 0;
}

.about-team,
.about-principles {
    min-height: 264px;
    padding: 26px 28px;
}

.about-card h2 {
    margin-bottom: 14px;
    font-size: 22px;
    font-weight: 800;
}

.about-team > p {
    max-width: 400px;
    margin-bottom: 22px;
    color: #53647f;
    font-size: 14px;
    line-height: 1.55;
}

.about-team__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.about-team__grid article {
    min-width: 0;
}

.about-team__photo {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    aspect-ratio: .86 / 1;
    margin-bottom: 12px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, .05), rgba(11, 23, 48, .2)),
        linear-gradient(135deg, #dce6f4, #f5f8fc);
    border-radius: 8px;
}

.about-team__photo::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 18%;
    width: 38%;
    aspect-ratio: 1;
    background: #f3d1bd;
    border-radius: 50%;
    transform: translateX(-50%);
    box-shadow: 0 42px 0 22px var(--person-color, #15243f);
}

.about-team__photo::after {
    content: "";
    position: absolute;
    left: 22%;
    right: 22%;
    bottom: -8%;
    height: 43%;
    background: var(--person-suit, #1a2a42);
    border-radius: 28px 28px 0 0;
}

.about-team__photo--manager {
    --person-color: #26364c;
    --person-suit: #151f2c;
    background: linear-gradient(135deg, #e8eef6, #cbd7e7);
}

.about-team__photo--designer {
    --person-color: #7b5140;
    --person-suit: #b8a99c;
    background: linear-gradient(135deg, #f0e7df, #d5e0eb);
}

.about-team__photo--foreman {
    --person-color: #b8bfc8;
    --person-suit: #26313f;
    background: linear-gradient(135deg, #eef2f7, #cfd6df);
}

.about-team__grid strong {
    display: block;
    color: #0b1730;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.35;
}

.about-team__grid p {
    margin: 4px 0 0;
    color: #53647f;
    font-size: 12px;
}

.about-principles ul {
    display: grid;
    gap: 18px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.about-principles li {
    display: grid;
    grid-template-columns: 32px minmax(0, 1fr);
    gap: 12px;
}

.about-principles li i {
    width: 26px;
    height: 26px;
    margin-top: 2px;
    border-radius: 50%;
    font-size: 11px;
}

.about-principles li span {
    color: #53647f;
    font-size: 13px;
    line-height: 1.45;
}

.about-principles li strong {
    display: block;
    margin-bottom: 3px;
    color: #0b1730;
    font-size: 14px;
    font-weight: 800;
}

.about-contacts {
    display: grid;
    grid-template-columns: minmax(220px, .7fr) minmax(300px, 1fr);
    gap: 28px;
    min-height: 322px;
    padding: 28px;
    border-radius: var(--radius);
}

.about-contacts__info h2 {
    margin-bottom: 22px;
}

.about-contacts address {
    display: grid;
    gap: 16px;
    margin: 0 0 20px;
    font-style: normal;
}

.about-contacts address div {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 14px;
}

.about-contacts address span {
    width: 40px;
    height: 40px;
    border-radius: 10px;
}

.about-contacts address p {
    margin: 0;
    color: #40516d;
    font-size: 13px;
    line-height: 1.45;
}

.about-contacts address strong,
.about-contacts address a {
    display: block;
}

.about-contacts address strong {
    margin-bottom: 3px;
    color: #0b1730;
    font-size: 13px;
    font-weight: 800;
}

.about-contacts address a {
    color: #0b1730;
    font-weight: 800;
}

.about-contacts address small {
    display: block;
    margin-top: 2px;
    color: #53647f;
    font-size: 12px;
}

.about-whatsapp {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    min-height: 42px;
    color: var(--blue);
    border: 1px solid var(--blue);
    border-radius: 7px;
    font-size: 14px;
    font-weight: 800;
}

.about-map {
    position: relative;
    overflow: hidden;
    min-height: 276px;
    background:
        linear-gradient(35deg, transparent 48%, rgba(255, 255, 255, .74) 49%, rgba(255, 255, 255, .74) 52%, transparent 53%),
        linear-gradient(145deg, transparent 42%, rgba(255, 255, 255, .72) 43%, rgba(255, 255, 255, .72) 46%, transparent 47%),
        #edf2e9;
    border-radius: 6px;
}

.about-map::before,
.about-map::after {
    content: "";
    position: absolute;
    background: rgba(77, 143, 213, .22);
    border-radius: 999px;
}

.about-map::before {
    left: -15%;
    right: -12%;
    bottom: 20%;
    height: 58px;
    transform: rotate(-18deg);
}

.about-map::after {
    left: 10%;
    right: -14%;
    top: 48%;
    height: 18px;
    background: rgba(255, 255, 255, .92);
    transform: rotate(-12deg);
}

.about-map__park {
    position: absolute;
    left: 24%;
    top: 8%;
    width: 170px;
    height: 92px;
    padding-top: 18px;
    color: #8ca58d;
    background: rgba(175, 218, 164, .46);
    border-radius: 45% 55% 54% 46%;
    font-size: 11px;
    line-height: 1.2;
    text-align: center;
}

.about-map__street {
    position: absolute;
    height: 18px;
    background: rgba(255, 255, 255, .9);
    border: 1px solid rgba(211, 219, 229, .9);
    border-radius: 999px;
}

.about-map__street--one {
    left: -10%;
    right: -8%;
    top: 40%;
    transform: rotate(-8deg);
}

.about-map__street--two {
    left: 10%;
    right: -10%;
    top: 65%;
    transform: rotate(18deg);
}

.about-map__street--three {
    left: 62%;
    right: 6%;
    top: -3%;
    height: 360px;
    transform: rotate(28deg);
}

.about-map__label {
    position: absolute;
    z-index: 2;
    color: #8a97a8;
    font-size: 11px;
}

.about-map__label--one {
    right: 8%;
    top: 24%;
    transform: rotate(29deg);
}

.about-map__label--two {
    left: 53%;
    top: 27%;
    color: #687b98;
}

.about-map__pin {
    position: absolute;
    left: 56%;
    top: 43%;
    z-index: 3;
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    color: var(--white);
    background: var(--blue);
    border-radius: 50%;
    box-shadow: 0 12px 22px rgba(25, 115, 232, .28);
}

.about-map__pin i {
    font-size: 22px;
}

.about-cta {
    padding: 0 0 72px;
    background: #fbfdff;
}

.about-cta__inner {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 26px;
    min-height: 108px;
    padding: 24px 44px;
    background: linear-gradient(90deg, #f6f9ff, #fff);
    border: 1px solid #dbe6f5;
    border-radius: var(--radius);
    box-shadow: 0 12px 28px rgba(18, 55, 103, .06);
}

.about-cta__icon {
    display: grid;
    place-items: center;
    width: 64px;
    height: 64px;
    color: var(--blue);
    background: #dfeaff;
    border-radius: 50%;
}

.about-cta__icon i {
    font-size: 24px;
}

.about-cta h2 {
    margin-bottom: 4px;
    font-size: 26px;
}

.about-cta p {
    margin-bottom: 0;
    color: #53647f;
}

.services-page {
    padding: 28px 0 26px;
    background:
        radial-gradient(circle at 88% 8%, rgba(25, 115, 232, .08), transparent 32%),
        linear-gradient(180deg, #fff 0%, #fbfdff 100%);
}

.services-page .container,
.services-cta .container {
    width: min(100% - 96px, 1320px);
}

.services-hero {
    margin-bottom: 24px;
}

.services-hero h1 {
    margin-bottom: 14px;
    font-size: clamp(48px, 5vw, 62px);
    font-weight: 800;
}

.services-hero__content p {
    margin-bottom: 0;
    color: #50617d;
    font-size: 19px;
    line-height: 1.65;
}

.services-benefits {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.services-benefits article {
    min-height: 104px;
    padding: 18px 20px 16px;
    background: rgba(255, 255, 255, .9);
    border: 1px solid #e7eef9;
    border-radius: var(--radius);
    box-shadow: 0 18px 45px rgba(22, 64, 120, .08);
}

.services-benefits__icon {
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    margin-bottom: 14px;
    color: var(--blue);
    background: #edf5ff;
    border-radius: 8px;
}

.services-benefits__icon i {
    font-size: 21px;
}

.services-benefits strong {
    display: block;
    margin-bottom: 4px;
    color: #0b1730;
    font-size: 15px;
    line-height: 1.25;
    font-weight: 800;
}

.services-benefits p {
    margin-bottom: 0;
    color: #53647f;
    font-size: 14px;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
}

.service-card {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    background: var(--white);
    border: 1px solid #e2eaf6;
    border-radius: var(--radius);
    box-shadow: 0 12px 28px rgba(18, 55, 103, .07);
}

.service-card__media {
    position: relative;
    overflow: hidden;
}

.service-card__media img,
.service-card__placeholder {
    width: 100%;
    aspect-ratio: 1.78 / 1;
}

.service-card__media img {
    object-fit: cover;
}

.service-card__placeholder {
    display: grid;
    place-items: center;
    color: var(--blue);
    background: #edf5ff;
}

.service-card__body {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    min-height: 156px;
    padding: 19px 20px 20px;
}

.service-card h2 {
    margin-bottom: 12px;
    font-size: 19px;
    font-weight: 800;
}

.service-card p {
    margin-bottom: 15px;
    color: #53647f;
    font-size: 14px;
    line-height: 1.65;
}

.service-card__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: -2px 0 14px;
    color: #5a6b86;
    font-size: 13px;
}

.service-card__meta span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
}

.service-card__meta i {
    color: var(--blue);
}

.service-card a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    width: fit-content;
    margin-top: auto;
    color: var(--blue);
    font-size: 14px;
    font-weight: 800;
}

.service-card a i {
    font-size: 12px;
}

.services-empty {
    grid-column: 1 / -1;
    margin: 0;
    color: var(--muted);
}

.services-cta {
    padding: 0 0 72px;
    background: #fbfdff;
}

.services-cta__inner {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 26px;
    min-height: 108px;
    padding: 24px 44px;
    background: linear-gradient(90deg, #f6f9ff, #fff);
    border: 1px solid #dbe6f5;
    border-radius: var(--radius);
    box-shadow: 0 12px 28px rgba(18, 55, 103, .06);
}

.services-cta__icon {
    display: grid;
    place-items: center;
    width: 64px;
    height: 64px;
    color: var(--blue);
    background: #dfeaff;
    border-radius: 50%;
}

.services-cta__icon i {
    font-size: 24px;
}

.services-cta h2 {
    margin-bottom: 4px;
    font-size: 26px;
}

.services-cta p {
    margin-bottom: 0;
    color: #53647f;
}

.service-detail-page {
    padding: 58px 0 28px;
    background:
        radial-gradient(circle at 88% 8%, rgba(25, 115, 232, .08), transparent 32%),
        linear-gradient(180deg, #fff 0%, #fbfdff 100%);
}

.service-detail-page .container,
.service-included .container,
.service-stages .container,
.service-price .container,
.service-estimate .container {
    width: min(100% - 96px, 1320px);
}

.service-detail-hero {
    display: grid;
    grid-template-columns: minmax(0, .86fr) minmax(520px, 1fr);
    gap: 74px;
    align-items: start;
}

.service-detail-hero h1 {
    max-width: 580px;
    margin: 0 0 24px;
    font-size: clamp(46px, 4.8vw, 62px);
    font-weight: 800;
    line-height: 1.16;
}

.service-detail-hero__content > p {
    max-width: 620px;
    margin-bottom: 44px;
    color: #50617d;
    font-size: 18px;
    line-height: 1.78;
}

.service-detail-benefits {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    margin-bottom: 44px;
}

.service-detail-benefits article {
    display: grid;
    grid-template-columns: 22px minmax(0, 1fr);
    gap: 10px;
    align-items: start;
    min-width: 0;
}

.service-detail-benefits i {
    margin-top: 3px;
    color: var(--blue);
    font-size: 21px;
}

.service-detail-benefits strong {
    display: block;
    margin-bottom: 2px;
    color: #0b1730;
    font-size: 11px;
    font-weight: 800;
    line-height: 1.25;
}

.service-detail-benefits span {
    display: block;
    color: #53647f;
    font-size: 10px;
    line-height: 1.25;
}

.service-detail-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.service-detail-hero__actions .btn {
    min-width: 206px;
    min-height: 54px;
    font-size: 14px;
}

.service-detail-gallery__main {
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 18px 45px rgba(22, 64, 120, .1);
}

.service-detail-gallery__main img {
    width: 100%;
    aspect-ratio: 1.74 / 1;
    object-fit: cover;
}

.service-detail-gallery__thumbs {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 14px;
    margin-top: 20px;
}

.service-detail-gallery__thumbs button {
    overflow: hidden;
    padding: 0;
    background: transparent;
    border: 2px solid transparent;
    border-radius: 8px;
    cursor: pointer;
}

.service-detail-gallery__thumbs button.is-active {
    border-color: var(--blue);
}

.service-detail-gallery__thumbs img {
    width: 100%;
    aspect-ratio: 1.55 / 1;
    object-fit: cover;
}

.service-included {
    padding: 44px 0 18px;
    background: #fbfdff;
}

.service-included__card {
    display: grid;
    grid-template-columns: minmax(360px, .57fr) minmax(0, 1fr);
    gap: 48px;
    padding: 34px;
    background: var(--white);
    border: 1px solid #e2eaf6;
    border-radius: 12px;
    box-shadow: 0 18px 45px rgba(18, 55, 103, .08);
}

.service-included__image {
    overflow: hidden;
    border-radius: 8px;
}

.service-included__image img {
    width: 100%;
    height: 100%;
    min-height: 330px;
    object-fit: cover;
}

.service-included__content {
    align-self: center;
}

.service-included h2 {
    margin-bottom: 30px;
    font-size: 30px;
    font-weight: 800;
}

.service-included__list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 54px;
    row-gap: 20px;
}

.service-included__list span {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: #172641;
    font-size: 15px;
    font-weight: 600;
}

.service-included__list i {
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    width: 20px;
    height: 20px;
    color: var(--blue);
    background: #dfeaff;
    border-radius: 50%;
    font-size: 10px;
}

.service-included__note {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    align-items: center;
    gap: 18px;
    margin-top: 34px;
    padding: 20px 24px;
    background: #f1f6ff;
    border-radius: 8px;
}

.service-included__note i {
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    color: var(--blue);
    border: 2px solid #8ab9ff;
    border-radius: 50%;
}

.service-included__note p {
    margin: 0;
    color: #53647f;
    font-size: 14px;
    line-height: 1.55;
}

.service-stages {
    padding: 42px 0 34px;
    background: #fbfdff;
    text-align: center;
}

.service-stages h2 {
    margin-bottom: 62px;
    font-size: 30px;
    font-weight: 800;
}

.service-stages__grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 18px;
    margin: 0;
    padding: 0;
    list-style: none;
    counter-reset: stages;
}

.service-stages__grid li {
    position: relative;
    min-height: 190px;
    padding: 50px 18px 20px;
    background: var(--white);
    border: 1px solid #e2eaf6;
    border-radius: 8px;
    box-shadow: 0 12px 28px rgba(18, 55, 103, .06);
}

.service-stages__grid li::before {
    content: "";
    position: absolute;
    left: -18px;
    right: 50%;
    top: -2px;
    height: 1px;
    border-top: 1px dashed #cbdaf1;
}

.service-stages__grid li:first-child::before {
    display: none;
}

.service-stages__number {
    position: absolute;
    top: -20px;
    left: 50%;
    display: grid;
    place-items: center;
    width: 30px;
    height: 30px;
    color: var(--blue);
    background: #dfeaff;
    border-radius: 50%;
    font-size: 13px;
    font-weight: 800;
    transform: translateX(-50%);
}

.service-stages__grid i {
    margin-bottom: 22px;
    color: var(--blue);
    font-size: 30px;
}

.service-stages__grid h3 {
    margin-bottom: 12px;
    font-size: 14px;
    font-weight: 800;
}

.service-stages__grid p {
    margin: 0;
    color: #53647f;
    font-size: 12px;
    line-height: 1.55;
}

.service-price {
    padding: 0 0 34px;
    background: #fbfdff;
}

.service-price__inner {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 30px;
    min-height: 138px;
    padding: 30px 44px;
    background: linear-gradient(90deg, #f1f6ff, #fff);
    border: 1px solid #dbe6f5;
    border-radius: 12px;
    box-shadow: 0 12px 28px rgba(18, 55, 103, .06);
}

.service-price__icon {
    display: grid;
    place-items: center;
    width: 72px;
    height: 72px;
    color: var(--blue);
    background: #dfeaff;
    border-radius: 50%;
}

.service-price__icon i {
    font-size: 30px;
}

.service-price h2 {
    margin-bottom: 4px;
    font-size: 24px;
    font-weight: 800;
}

.service-price strong {
    display: block;
    margin-bottom: 8px;
    color: var(--blue);
    font-size: 16px;
}

.service-price p {
    max-width: 760px;
    margin: 0;
    color: #53647f;
    font-size: 14px;
    line-height: 1.55;
}

.service-price .btn {
    min-width: 230px;
}

.service-estimate {
    padding: 0 0 72px;
    background: #fbfdff;
}

.service-estimate__card {
    display: grid;
    grid-template-columns: minmax(0, 1.48fr) minmax(320px, .82fr);
    gap: 48px;
    padding: 42px 54px;
    background: var(--white);
    border: 1px solid #e2eaf6;
    border-radius: 12px;
    box-shadow: 0 18px 45px rgba(18, 55, 103, .08);
}

.service-estimate__form {
    padding-right: 48px;
    border-right: 1px solid #dbe6f5;
}

.service-estimate__form h2 {
    margin-bottom: 8px;
    font-size: 28px;
    font-weight: 800;
}

.service-estimate__form > p {
    margin-bottom: 28px;
    color: #53647f;
    font-size: 15px;
}

.service-estimate__fields {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    margin-bottom: 20px;
}

.service-estimate label {
    position: relative;
    display: block;
}

.service-estimate label i {
    position: absolute;
    top: 18px;
    left: 18px;
    color: #8192ad;
    font-size: 16px;
}

.service-estimate input,
.service-estimate textarea {
    width: 100%;
    color: #172641;
    background: #fff;
    border: 1px solid #d8e3f2;
    border-radius: 6px;
    outline: none;
    font: inherit;
}

.service-estimate input {
    height: 54px;
    padding: 0 18px 0 48px;
}

.service-estimate textarea {
    min-height: 78px;
    padding: 18px;
    resize: vertical;
}

.service-estimate input::placeholder,
.service-estimate textarea::placeholder {
    color: #8997ad;
}

.service-estimate__form small {
    display: block;
    margin: 8px 0 22px;
    color: #738199;
    font-size: 12px;
}

.service-estimate__form .btn {
    width: 100%;
    min-height: 54px;
}

.service-estimate__security {
    margin: 22px 0 0;
    color: #53647f;
    font-size: 12px;
}

.service-estimate__security i {
    margin-right: 10px;
}

.service-estimate__message {
    margin-bottom: 16px;
    padding: 12px 14px;
    color: #0f6b35;
    background: #edf9f1;
    border: 1px solid #bfe8cc;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 700;
}

.service-estimate__message.is-error {
    color: #a21d1d;
    background: #fff2f2;
    border-color: #f0c8c8;
}

.service-estimate__benefits {
    display: grid;
    align-content: center;
    gap: 30px;
}

.service-estimate__benefits article {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 18px;
    align-items: start;
}

.service-estimate__benefits span {
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    color: var(--blue);
    background: #edf5ff;
    border-radius: 50%;
}

.service-estimate__benefits i {
    font-size: 22px;
}

.service-estimate__benefits strong {
    display: block;
    margin-bottom: 4px;
    color: #0b1730;
    font-size: 15px;
    font-weight: 800;
}

.service-estimate__benefits p {
    margin: 0;
    color: #53647f;
    font-size: 13px;
    line-height: 1.55;
}

.estimate-modal-is-open {
    overflow: hidden;
}

.estimate-modal {
    position: fixed;
    inset: 0;
    z-index: 100;
    display: none;
    padding: 18px 24px;
    overflow-y: auto;
}

.estimate-success {
    position: fixed;
    inset: 0;
    z-index: 110;
    display: none;
    place-items: center;
    padding: 24px;
}

.estimate-modal.is-open {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.estimate-success.is-open {
    display: grid;
}

.estimate-modal__backdrop {
    position: fixed;
    inset: 0;
    background: rgba(13, 18, 26, .55);
    backdrop-filter: blur(9px);
}

.estimate-success__backdrop {
    position: fixed;
    inset: 0;
    background: rgba(13, 18, 26, .48);
    backdrop-filter: blur(9px);
}

.estimate-modal__dialog {
    position: relative;
    z-index: 1;
    width: min(100%, 1168px);
    max-height: calc(100dvh - 36px);
    margin: auto 0;
    color: #0b1730;
    background: rgba(255, 255, 255, .98);
    border: 1px solid rgba(255, 255, 255, .85);
    border-radius: 14px;
    box-shadow: 0 34px 85px rgba(5, 16, 34, .28);
    outline: none;
    overflow-y: auto;
    overscroll-behavior: contain;
}

.estimate-success__card {
    position: relative;
    z-index: 1;
    width: min(100%, 430px);
    padding: 42px 34px 36px;
    color: #0b1730;
    text-align: center;
    background: rgba(255, 255, 255, .98);
    border: 1px solid rgba(255, 255, 255, .85);
    border-radius: 14px;
    box-shadow: 0 34px 85px rgba(5, 16, 34, .28);
    outline: none;
}

.estimate-modal__close {
    position: absolute;
    top: 18px;
    right: 24px;
    z-index: 2;
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    padding: 0;
    color: #40516d;
    background: transparent;
    border: 0;
    cursor: pointer;
}

.estimate-success__close {
    position: absolute;
    top: 14px;
    right: 14px;
    display: grid;
    place-items: center;
    width: 36px;
    height: 36px;
    padding: 0;
    color: #40516d;
    background: transparent;
    border: 0;
    cursor: pointer;
}

.estimate-modal__close i {
    font-size: 25px;
}

.estimate-success__icon {
    display: grid;
    place-items: center;
    width: 70px;
    height: 70px;
    margin: 0 auto 18px;
    color: #fff;
    background: var(--blue);
    border-radius: 50%;
    box-shadow: 0 16px 35px rgba(25, 115, 232, .28);
}

.estimate-success__icon i {
    font-size: 30px;
}

.estimate-success h2 {
    margin-bottom: 8px;
    font-size: 30px;
    font-weight: 800;
}

.estimate-success p {
    margin-bottom: 0;
    color: #53647f;
    font-size: 18px;
}

.estimate-form {
    margin: 0;
}

.estimate-form__head {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 16px;
    padding: 18px 74px 12px 30px;
}

.estimate-form__icon {
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    color: var(--blue);
    background: #dfe8ff;
    border-radius: 50%;
}

.estimate-form__icon i {
    font-size: 22px;
}

.estimate-form__head h2 {
    margin: 1px 0 5px;
    font-size: 25px;
    font-weight: 800;
}

.estimate-form__head p {
    max-width: 520px;
    margin-bottom: 0;
    color: #445472;
    font-size: 14px;
    line-height: 1.35;
}

.estimate-form__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 36px;
    padding: 0 30px 12px;
}

.estimate-form__left,
.estimate-form__right {
    display: grid;
    align-content: start;
    gap: 10px;
}

.estimate-form__group {
    min-width: 0;
    margin: 0;
    padding: 0;
    border: 0;
}

.estimate-form__group legend,
.estimate-form__label,
.estimate-field > span:first-child {
    display: block;
    margin: 0 0 7px;
    color: #0c1830;
    font-size: 15px;
    font-weight: 800;
}

.estimate-form__label span,
.estimate-field > span:first-child em {
    color: #40516d;
    font-style: normal;
    font-weight: 600;
}

.estimate-choice-grid {
    display: grid;
    gap: 10px;
}

.estimate-choice-grid--object {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

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

.estimate-choice {
    position: relative;
    display: grid;
    place-items: center;
    min-height: 76px;
    padding: 10px 8px 8px;
    color: #11213c;
    text-align: center;
    background: #fff;
    border: 1px solid #dce6f4;
    border-radius: 8px;
    box-shadow: 0 12px 28px rgba(18, 55, 103, .035);
    cursor: pointer;
    transition: border-color .16s ease, box-shadow .16s ease;
}

.estimate-choice--wide {
    min-height: 92px;
    padding: 10px 10px 8px;
}

.estimate-choice input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.estimate-choice__check {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 15px;
    height: 15px;
    border: 1.5px solid #9aabc6;
    border-radius: 50%;
}

.estimate-choice__check::after {
    content: "";
    position: absolute;
    inset: 5px;
    background: #fff;
    border-radius: 50%;
    opacity: 0;
}

.estimate-choice__icon {
    display: grid;
    place-items: center;
    width: 28px;
    height: 28px;
    margin-bottom: 5px;
    color: #6d7b96;
    background: #f3f7ff;
    border-radius: 8px;
}

.estimate-choice__icon i {
    font-size: 18px;
}

.estimate-choice span:last-child,
.estimate-choice strong {
    font-size: 12px;
    font-weight: 700;
    line-height: 1.35;
}

.estimate-choice small {
    display: block;
    margin-top: 3px;
    color: #5c6b84;
    font-size: 11px;
    line-height: 1.25;
}

.estimate-choice input:checked ~ .estimate-choice__check {
    background: var(--blue);
    border-color: var(--blue);
}

.estimate-choice input:checked ~ .estimate-choice__check::after {
    opacity: 1;
}

.estimate-choice:has(input:checked) {
    border-color: var(--blue);
    box-shadow: 0 16px 34px rgba(25, 115, 232, .13);
}

.estimate-choice:has(input:checked) .estimate-choice__icon {
    color: var(--blue);
    background: #eaf2ff;
}

.estimate-field {
    display: block;
}

.estimate-input,
.estimate-field textarea {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 38px;
    color: #162641;
    background: #fff;
    border: 1px solid #dce6f4;
    border-radius: 8px;
    box-shadow: inset 0 1px 2px rgba(15, 30, 55, .02);
}

.estimate-input {
    gap: 11px;
    padding: 0 13px;
}

.estimate-input i {
    color: #7f8da7;
    font-size: 17px;
}

.estimate-input input,
.estimate-input select,
.estimate-field textarea {
    width: 100%;
    color: #162641;
    border: 0;
    outline: 0;
    background: transparent;
    font: inherit;
}

.estimate-input input,
.estimate-input select {
    flex: 1 1 auto;
    min-width: 0;
}

.estimate-input input,
.estimate-input select {
    min-height: 36px;
}

.estimate-input input::placeholder,
.estimate-field textarea::placeholder {
    color: #8390aa;
}

.estimate-input--suffix {
    padding-right: 15px;
}

.estimate-input--suffix em {
    flex: 0 0 auto;
    color: #40516d;
    font-style: normal;
    font-weight: 800;
}

.estimate-input--select select {
    appearance: none;
    color: #75839d;
    cursor: pointer;
}

.estimate-input--select {
    position: relative;
}

.estimate-input--select::after {
    flex: 0 0 auto;
    content: "\f078";
    color: #435474;
    font-family: "Font Awesome 6 Free";
    font-size: 12px;
    font-weight: 900;
}

.estimate-form__hint,
.estimate-field small {
    display: block;
    margin: 5px 0 0;
    color: #697890;
    font-size: 13px;
}

.estimate-form__right .estimate-input + .estimate-input {
    margin-top: 8px;
}

.estimate-upload {
    display: grid;
    place-items: center;
    min-height: 88px;
    padding: 10px;
    text-align: center;
    background: #fff;
    border: 1.5px dashed #c8d4e6;
    border-radius: 8px;
    cursor: pointer;
}

.estimate-upload input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.estimate-upload i {
    margin-bottom: 5px;
    color: var(--blue);
    font-size: 28px;
}

.estimate-upload strong {
    color: #13233f;
    font-size: 13px;
    line-height: 1.35;
}

.estimate-upload span,
.estimate-upload small {
    display: block;
    color: #74829a;
    font-size: 13px;
}

.estimate-upload span {
    margin-top: 3px;
}

.estimate-upload small {
    margin-top: 2px;
}

.estimate-field textarea {
    min-height: 58px;
    padding: 9px 12px;
    resize: vertical;
}

.estimate-form__message {
    margin: 0 30px 12px;
    padding: 11px 14px;
    color: #0c1830;
    font-size: 14px;
    font-weight: 700;
    background: #edf8f1;
    border: 1px solid #c8ead3;
    border-radius: 8px;
}

.estimate-form__message.is-error {
    color: #9f1f1f;
    background: #fff1f1;
    border-color: #f1c2c2;
}

.estimate-form__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 11px 30px 13px;
    background: #fbfdff;
    border-top: 1px solid #e6edf7;
}

.estimate-form__security {
    display: flex;
    align-items: center;
    gap: 20px;
}

.estimate-form__security > span {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    color: var(--blue);
    background: #dfe8ff;
    border-radius: 50%;
}

.estimate-form__security > span i {
    font-size: 20px;
}

.estimate-form__security strong {
    display: block;
    margin-bottom: 3px;
    font-size: 14px;
}

.estimate-form__security p {
    margin-bottom: 0;
    color: #50617d;
    font-size: 12px;
}

.estimate-form__submit {
    min-width: 240px;
    min-height: 44px;
}

.estimate-form__submit:disabled {
    opacity: .72;
    cursor: wait;
}

.estimate {
    position: relative;
    overflow: hidden;
    color: var(--white);
    background: linear-gradient(100deg, #08213f, #07172b);
}

.estimate::after {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 74% 30%, rgba(25, 115, 232, .22), transparent 34%);
}

.estimate__inner {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    min-height: 200px;
}

.estimate h2 {
    max-width: 520px;
    margin-bottom: 12px;
    color: var(--white);
    font-size: clamp(28px, 3vw, 38px);
}

.estimate p {
    max-width: 520px;
    margin-bottom: 0;
    color: #c9d9ef;
}

.estimate__actions {
    display: flex;
    gap: 20px;
    flex: 0 0 auto;
}

.platform__lists {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
    max-width: 455px;
    margin-top: 30px;
}

.platform h3 {
    margin-bottom: 4px;
    font-size: 20px;
}

.platform img {
    width: 100%;
    max-width: 830px;
    justify-self: end;
    border-radius: 12px;
    filter: drop-shadow(0 24px 34px rgba(8, 22, 45, .16));
}

.site-footer {
    padding-top: 42px;
    color: #d8e6f7;
    background: linear-gradient(120deg, #07182d, #082b52);
}

.footer__grid {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr 1fr 1.3fr;
    gap: 42px;
    padding-bottom: 34px;
}

.brand--footer {
    align-items: center;
    flex-direction: column;
    gap: 9px;
    margin-bottom: 20px;
}

.brand--footer .brand__mark {
    width: 58px;
}

.brand--footer .brand__text {
    color: var(--white);
    font-size: 14px;
}

.footer__brand p,
.footer__cta span {
    color: #a8bdd8;
}

.footer__nav,
.footer__contacts,
.footer__cta {
    display: grid;
    align-content: start;
    gap: 9px;
}

.footer__nav h2,
.footer__contacts h2 {
    margin-bottom: 6px;
    color: var(--white);
    font-size: 16px;
}

.footer__nav a,
.footer__contacts a,
.footer__contacts span,
.footer__bottom a,
.footer__bottom p {
    color: #c4d5eb;
    font-size: 14px;
}

.footer__contacts {
    font-style: normal;
}

.footer__cta .btn {
    width: 100%;
}

.footer__cta span {
    display: block;
    padding: 12px 16px;
    text-align: center;
    background: rgba(255, 255, 255, .1);
    border-radius: var(--radius);
}

.footer__bottom {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    padding: 20px 0;
    border-top: 1px solid rgba(255, 255, 255, .14);
}

.footer__bottom p {
    margin: 0;
}

@media (max-width: 1340px) {
    .header__nav {
        display: none;
    }

    .header__inner {
        justify-content: space-between;
    }
}

@media (max-width: 1180px) {
    .trust__grid {
        grid-template-columns: repeat(3, 1fr);
    }

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

    .portfolio-hero,
    .services-hero,
    .about-hero,
    .about-layout {
        grid-template-columns: 1fr;
        align-items: start;
    }

    .services-benefits,
    .about-features {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .about-hero {
        gap: 36px;
    }

    .about-layout {
        gap: 28px;
    }

    .service-detail-hero,
    .service-included__card,
    .service-estimate__card {
        grid-template-columns: 1fr;
        gap: 36px;
    }

    .service-detail-benefits,
    .service-stages__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .service-estimate__form {
        padding-right: 0;
        padding-bottom: 34px;
        border-right: 0;
        border-bottom: 1px solid #dbe6f5;
    }

    .footer__grid {
        grid-template-columns: 1.2fr 1fr 1fr;
    }
}

@media (max-width: 900px) {
    .container {
        width: min(100% - 32px, 1180px);
    }

    .header__phone {
        display: none;
    }

    .hero__grid,
    .control__grid,
    .platform__grid {
        grid-template-columns: 1fr;
        gap: 36px;
    }

    .hero__visual {
        min-height: 420px;
    }

    .hero__visual-bg {
        height: 420px;
        border-radius: 12px;
    }

    .hero__visual-phone {
        width: min(42%, 260px);
        right: 6%;
        left: auto;
        transform: none;
    }

    .process__list {
        grid-template-columns: 1fr;
        text-align: left;
    }

    .process__list::before {
        display: none;
    }

    .process__list li {
        grid-template-columns: 70px 1fr;
        justify-items: start;
        column-gap: 20px;
    }

    .process__list .icon {
        grid-row: span 2;
        margin-bottom: 0;
    }

    .process__list li::before {
        left: 35px;
        top: 78px;
    }

    .process__list p {
        max-width: none;
        margin-left: 0;
    }

    .estimate__inner,
    .section__header,
    .portfolio-toolbar,
    .portfolio-cta__inner,
    .services-cta__inner,
    .about-cta__inner {
        align-items: stretch;
        flex-direction: column;
    }

    .portfolio-cta__inner,
    .services-cta__inner,
    .about-cta__inner,
    .service-price__inner {
        display: flex;
    }

    .service-price__inner {
        align-items: stretch;
        flex-direction: column;
    }

    .estimate__actions {
        flex-wrap: wrap;
    }

    .portfolio-stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .about-cards,
    .about-contacts {
        grid-template-columns: 1fr;
    }

    .about-cards {
        gap: 20px;
    }

    .about-cards .about-card:first-child,
    .about-cards .about-card:last-child {
        margin-left: 0;
        border-radius: var(--radius);
    }

    .about-map {
        min-height: 300px;
    }

    .estimate-modal {
        padding: 22px 16px;
        place-items: start center;
    }

    .estimate-form__head,
    .estimate-form__grid,
    .estimate-form__message,
    .estimate-form__footer {
        padding-inline: 24px;
    }

    .estimate-form__message {
        margin-inline: 24px;
    }

    .estimate-form__grid {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .estimate-choice-grid--object {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .estimate-form__footer {
        align-items: stretch;
        flex-direction: column;
    }

    .estimate-form__submit {
        width: 100%;
    }
}

@media (max-width: 680px) {
    .header__inner {
        min-height: 74px;
    }

    .header__actions .btn {
        min-height: 40px;
        padding-inline: 12px;
        font-size: 12px;
    }

    .header__actions .btn--platform {
        display: none;
    }

    .hero {
        padding-top: 32px;
    }

    .hero h1 {
        font-size: 36px;
    }

    .hero__badges,
    .trust__grid,
    .works__grid,
    .portfolio-grid,
    .services-grid,
    .portfolio-stats,
    .services-benefits,
    .about-features,
    .about-stats,
    .about-team__grid,
    .service-detail-benefits,
    .service-stages__grid,
    .platform__lists {
        grid-template-columns: 1fr;
    }

    .hero__buttons,
    .estimate__actions {
        display: grid;
    }

    .hero__social {
        align-items: flex-start;
        flex-direction: column;
    }

    .hero__visual {
        min-height: 390px;
        padding-bottom: 0;
    }

    .hero__visual-bg {
        height: 330px;
    }

    .hero__visual-phone {
        right: 50%;
        bottom: -2px;
        width: min(54%, 210px);
        transform: translateX(50%);
    }

    .section {
        padding: 54px 0;
    }

    .portfolio-page,
    .services-page,
    .about-page {
        padding-top: 36px;
    }

    .portfolio-page .container,
    .portfolio-cta .container,
    .services-page .container,
    .services-cta .container,
    .about-page .container,
    .about-cta .container {
        width: min(100% - 32px, 1320px);
    }

    .portfolio-hero,
    .services-hero,
    .about-hero {
        gap: 32px;
        margin-bottom: 36px;
    }

    .portfolio-hero h1,
    .services-hero h1,
    .about-hero h1,
    .service-detail-hero h1 {
        font-size: 44px;
    }

    .about-hero__content > p {
        margin-bottom: 30px;
        font-size: 16px;
    }

    .about-hero__image img {
        aspect-ratio: 1.45 / 1;
    }

    .about-stats {
        gap: 18px;
        padding: 22px;
    }

    .about-team,
    .about-principles,
    .about-contacts {
        padding: 24px;
    }

    .about-team__grid {
        gap: 14px;
    }

    .about-team__photo {
        aspect-ratio: 1.2 / 1;
    }

    .about-map {
        min-height: 250px;
    }

    .about-cta__inner {
        padding: 24px;
    }

    .about-cta .btn {
        width: 100%;
    }

    .service-detail-page {
        padding-top: 36px;
    }

    .service-detail-page .container,
    .service-included .container,
    .service-stages .container,
    .service-price .container,
    .service-estimate .container {
        width: min(100% - 32px, 1320px);
    }

    .service-detail-hero {
        gap: 32px;
    }

    .service-detail-hero__content > p {
        margin-bottom: 30px;
        font-size: 16px;
    }

    .service-detail-benefits {
        gap: 14px;
        margin-bottom: 30px;
    }

    .service-detail-hero__actions {
        display: grid;
    }

    .service-detail-gallery__thumbs {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 10px;
    }

    .service-included {
        padding-top: 28px;
    }

    .service-included__card,
    .service-estimate__card {
        padding: 24px;
    }

    .service-included__image img {
        min-height: 240px;
    }

    .service-included h2,
    .service-stages h2,
    .service-estimate__form h2 {
        font-size: 26px;
    }

    .service-included__list {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .service-stages h2 {
        margin-bottom: 42px;
    }

    .service-stages__grid li::before {
        display: none;
    }

    .service-price__inner {
        padding: 24px;
    }

    .service-price .btn {
        width: 100%;
    }

    .service-estimate__fields {
        grid-template-columns: 1fr;
    }

    .portfolio-filters {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .portfolio-filters a {
        justify-content: center;
        padding-inline: 12px;
        text-align: center;
    }

    .portfolio-sort {
        justify-content: space-between;
    }

    .portfolio-cta,
    .services-cta {
        padding-bottom: 54px;
    }

    .portfolio-cta__inner,
    .services-cta__inner {
        padding: 24px;
    }

    .portfolio-cta__inner .btn,
    .services-cta__inner .btn {
        width: 100%;
    }

    .estimate-modal {
        padding: 10px;
    }

    .estimate-modal__dialog {
        border-radius: 12px;
    }

    .estimate-modal__close {
        top: 14px;
        right: 14px;
    }

    .estimate-form__head {
        grid-template-columns: 54px minmax(0, 1fr);
        gap: 16px;
        padding: 28px 48px 24px 18px;
    }

    .estimate-form__icon {
        width: 54px;
        height: 54px;
    }

    .estimate-form__icon i {
        font-size: 25px;
    }

    .estimate-form__head h2 {
        font-size: 26px;
    }

    .estimate-form__head p {
        font-size: 14px;
    }

    .estimate-form__grid,
    .estimate-form__message,
    .estimate-form__footer {
        padding-inline: 18px;
    }

    .estimate-form__message {
        margin-inline: 18px;
    }

    .estimate-choice-grid--object,
    .estimate-choice-grid--repair {
        grid-template-columns: 1fr;
    }

    .estimate-choice,
    .estimate-choice--wide {
        min-height: 118px;
    }

    .estimate-form__security {
        align-items: flex-start;
    }

    .footer__grid,
    .footer__bottom {
        grid-template-columns: 1fr;
        flex-direction: column;
    }
}
