@font-face {
    src: url("../graphic/fonts/Oswald-200.ttf");
    font-style: normal;
    font-weight: 200;
    font-family: "Oswald";
    font-display: swap;
}

@font-face {
    src: url("../graphic/fonts/Oswald-400.ttf");
    font-style: normal;
    font-weight: 400;
    font-family: "Oswald";
    font-display: swap;
}

@font-face {
    src: url("../graphic/fonts/Oswald-600.ttf");
    font-style: normal;
    font-weight: 600;
    font-family: "Oswald";
    font-display: swap;
}

:root {
    --blue: #002d68;
    --blue-overlay: rgba(0, 45, 104, 0.88);
    --blue-dark: #001f49;
    --orange: #fa9507;
    --orange-dark: #fb8307;
    --white: #ffffff;
    --off-white: #f7f8fa;
    --text: #243142;
    --muted: #5e6876;
    --line: #dbe1e8;
    --shadow: 0 18px 34px rgba(39, 57, 87, 0.13);
}

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

html {
    scroll-behavior: smooth;
    scroll-padding-top: 72px;
}

body {
    color: var(--text);
    background: var(--white);
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.6;
}

body.menu-open {
    overflow: hidden;
}

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

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

button,
a {
    -webkit-tap-highlight-color: transparent;
}

button {
    font: inherit;
}

a:focus-visible,
button:focus-visible,
summary:focus-visible {
    outline: 3px solid #ffd072;
    outline-offset: 4px;
}

.wrapper {
    width: min(100% - 30px, 1240px);
    margin-inline: auto;
}

.skip-link {
    position: fixed;
    top: 10px;
    left: 10px;
    z-index: 100;
    padding: 10px 16px;
    color: var(--white);
    background: var(--blue);
    transform: translateY(-160%);
}

.skip-link:focus {
    transform: translateY(0);
}

.top-nav {
    position: relative;
    z-index: 5;
    height: 74px;
    background: #f8f8f8;
    box-shadow: 0 10px 16px rgba(0, 36, 82, 0.15);
}

.container__top-navbar {
    height: 74px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.section__logo {
    min-width: 250px;
    display: flex;
    align-items: center;
    gap: 12px;
    color: var(--blue);
    line-height: 1;
}

.logo-mark {
    width: 54px;
    height: 54px;
    flex: 0 0 54px;
    object-fit: contain;
}

.logo-copy {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.logotype {
    font-family: "Oswald", Arial, sans-serif;
    font-size: 1.75rem;
    font-weight: 600;
}

.logo-subtitle {
    color: var(--orange-dark);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.section__top-nav-span {
    display: flex;
    align-items: center;
    gap: 22px;
    color: var(--blue);
    font-family: "Oswald", Arial, sans-serif;
    font-size: 1.05rem;
    font-weight: 600;
}

.section__top-nav-span > span i {
    margin-right: 6px;
    color: var(--orange-dark);
}

.top-nav-button,
.content-button {
    display: inline-flex;
    min-height: 46px;
    padding: 11px 22px;
    align-items: center;
    justify-content: center;
    gap: 9px;
    color: var(--white);
    background: linear-gradient(var(--orange) 30%, var(--orange-dark) 70%);
    box-shadow: 0 4px 0 #cb6500, 0 8px 20px rgba(250, 130, 7, 0.24);
    font-family: "Oswald", Arial, sans-serif;
    font-size: 1.05rem;
    font-weight: 600;
    line-height: 1.2;
    cursor: pointer;
}

.top-nav-button:hover,
.content-button:hover,
.header-button:hover,
.final-cta-button:hover,
.fixed-button:hover {
    filter: brightness(1.06);
}

.header-nav {
    position: sticky;
    top: 0;
    z-index: 20;
    height: 60px;
    background: var(--blue-overlay);
}

.container__header-navbar {
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section__header-nav-links {
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-nav-link {
    position: relative;
    padding: 18px 20px;
    color: var(--white);
    font-family: "Oswald", Arial, sans-serif;
    font-size: 1rem;
    line-height: 24px;
}

.header-nav-link::before {
    content: "◉";
    margin-right: 9px;
    color: var(--orange);
    font-size: 0.7rem;
}

.header-nav-link:hover {
    color: #ffd072;
}

.section__hamburger-menu,
.h-menu-hide {
    display: none;
}

header {
    position: relative;
    min-height: 610px;
    overflow: hidden;
    background-color: #f5f5f5;
    background-image: url("../graphic/images/img-4.webp");
    background-position: center 48%;
    background-repeat: no-repeat;
    background-size: cover;
}

.bgf {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0, 31, 73, 0.92) 0%, rgba(0, 45, 104, 0.77) 49%, rgba(0, 45, 104, 0.22) 100%);
}

.container__header {
    position: relative;
    z-index: 1;
    min-height: 610px;
    display: flex;
    align-items: center;
}

.header-block {
    width: min(720px, 64%);
    padding: 66px 0 76px;
}

.header-kicker,
.section-kicker {
    margin-bottom: 8px;
    color: var(--orange);
    font-family: "Oswald", Arial, sans-serif;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 0.045em;
}

.header-kicker i {
    margin-right: 6px;
}

.header-block h1 {
    max-width: 720px;
    color: var(--white);
    font-family: "Oswald", Arial, sans-serif;
    font-size: clamp(2.5rem, 4.1vw, 3.85rem);
    font-weight: 600;
    line-height: 1.12;
    overflow-wrap: break-word;
}

.header-intro {
    max-width: 590px;
    margin-top: 20px;
    color: #edf4ff;
    font-size: 1.2rem;
    line-height: 1.55;
}

.header-list {
    margin: 22px 0 28px;
    list-style: none;
}

.header-list li {
    margin-top: 9px;
    color: var(--white);
    font-size: 1.05rem;
}

.header-list i {
    width: 28px;
    color: var(--orange);
    font-size: 1.08rem;
    text-align: center;
}

.header-button,
.final-cta-button {
    display: inline-flex;
    min-height: 62px;
    padding: 10px 24px;
    align-items: center;
    gap: 14px;
    color: var(--white);
    background: linear-gradient(var(--orange) 30%, var(--orange-dark) 70%);
    box-shadow: 0 5px 0 #c85f00, 0 12px 28px rgba(0, 0, 0, 0.22);
    font-family: "Oswald", Arial, sans-serif;
    cursor: pointer;
}

.header-button > i,
.final-cta-button > i {
    font-size: 1.7rem;
}

.button-copy {
    display: flex;
    flex-direction: column;
    line-height: 1.1;
}

.button-copy > span {
    font-size: 0.92rem;
    font-weight: 400;
}

.button-copy strong {
    margin-top: 4px;
    font-size: 1.35rem;
}

.header-note {
    max-width: 520px;
    margin-top: 17px;
    color: #dfeaff;
    font-size: 0.9rem;
}

.txtr {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10px;
    opacity: 0.55;
    background-image: url("../graphic/textures/txtr-1.png");
    background-position: center;
    background-repeat: repeat-x;
    background-size: 12px 12px;
}

.txtr-top {
    top: 0;
    bottom: auto;
    transform: rotate(180deg);
}

main {
    display: flex;
    flex-direction: column;
}

main > .section-services {
    order: 2;
}

main > .section-reviews {
    order: 3;
}

main > .trust-strip {
    order: 1;
}

main > .section-process {
    order: 4;
}

main > .section-symptoms {
    order: 5;
}

main > .section-costs {
    order: 6;
}

main > .section-faq {
    order: 7;
}

main > .final-cta {
    order: 8;
}

.trust-strip {
    background: var(--white);
}

.section__advantages {
    min-height: 250px;
    padding: 34px 0;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
    align-items: stretch;
}

.advantage {
    padding: 28px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-top: 4px solid var(--blue);
    background: var(--white);
    box-shadow: var(--shadow);
}

.a-icon {
    margin-bottom: 15px;
    color: var(--orange-dark);
    font-size: 2.65rem;
}

.a-title,
.process-item h3,
.service-card h3,
.costs-checklist h3 {
    color: var(--blue);
    font-family: "Oswald", Arial, sans-serif;
    font-weight: 600;
    line-height: 1.2;
}

.a-title {
    font-size: 1.3rem;
}

.a-desc {
    margin-top: 10px;
    color: var(--muted);
    font-size: 0.95rem;
    line-height: 1.55;
}

.section {
    position: relative;
    padding: 80px 0;
}

.section-heading {
    max-width: 800px;
    margin: 0 auto 38px;
    text-align: center;
}

.section-heading h2,
.symptoms-copy h2,
.costs-panel h2,
.faq-intro h2,
.final-cta h2 {
    color: var(--blue);
    font-family: "Oswald", Arial, sans-serif;
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 600;
    line-height: 1.15;
}

.section-heading > p:last-child,
.symptoms-copy > p:last-child,
.faq-intro > p {
    margin-top: 14px;
    color: var(--muted);
    font-size: 1.05rem;
}

.section-process {
    background: var(--blue);
}

.section-process .section-kicker,
.section-process .section-heading h2,
.section-process .section-heading > p:last-child {
    color: var(--white);
}

.process-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    list-style: none;
}

.process-item {
    min-height: 190px;
    padding: 28px;
    display: flex;
    gap: 20px;
    border: 1px solid var(--line);
    border-left: 5px solid var(--orange);
    background: var(--white);
    box-shadow: 0 12px 26px rgba(39, 57, 87, 0.08);
}

.process-number {
    color: rgba(0, 45, 104, 0.16);
    font-family: "Oswald", Arial, sans-serif;
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 1;
}

.process-item h3 {
    font-size: 1.35rem;
}

.process-item p {
    margin-top: 10px;
    color: var(--muted);
}

.section-cta {
    margin-top: 34px;
    text-align: center;
}

.section-services,
.final-cta {
    color: var(--white);
    background: var(--blue);
}

.section-heading-light h2,
.section-heading-light > p:last-child,
.section-services .section-kicker,
.final-cta h2,
.final-cta .section-kicker {
    color: var(--white);
}

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

.service-card {
    overflow: hidden;
    border-top: 5px solid var(--orange);
    color: var(--text);
    background: var(--white);
    box-shadow: 0 18px 35px rgba(0, 0, 0, 0.18);
}

.service-card img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.service-card-content {
    padding: 24px 22px 26px;
}

.service-card h3 {
    min-height: 56px;
    font-size: 1.35rem;
}

.service-card p {
    margin-top: 10px;
    color: var(--muted);
    font-size: 0.94rem;
}

.service-card ul {
    margin-top: 16px;
    list-style: none;
}

.service-card li {
    position: relative;
    margin-top: 7px;
    padding-left: 18px;
    color: #3e4a59;
    font-size: 0.9rem;
}

.service-card li::before {
    content: "";
    position: absolute;
    top: 0.62em;
    left: 0;
    width: 8px;
    height: 8px;
    background: var(--orange);
}

.section-symptoms {
    background: var(--white);
}

.symptoms-layout {
    display: grid;
    grid-template-columns: 0.8fr 1.2fr;
    gap: 70px;
    align-items: center;
}

.symptoms-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-top: 1px solid var(--line);
    border-left: 1px solid var(--line);
    list-style: none;
}

.symptoms-list li {
    min-height: 92px;
    padding: 22px;
    display: flex;
    align-items: center;
    gap: 12px;
    border-right: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    color: #394657;
}

.symptoms-list i {
    color: var(--orange-dark);
    font-size: 1.2rem;
}

.section-costs {
    background: var(--blue);
}

.costs-layout {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 30px;
}

.costs-panel,
.costs-checklist {
    padding: 42px;
}

.costs-panel {
    color: var(--white);
    background: var(--blue-dark);
    border-left: 7px solid var(--orange);
}

.costs-panel h2 {
    color: var(--white);
}

.costs-panel > p:not(.section-kicker) {
    margin-top: 18px;
    color: #e1eaf8;
}

.costs-checklist {
    border: 1px solid var(--line);
    background: var(--white);
}

.costs-checklist h3 {
    font-size: 1.55rem;
}

.costs-checklist ul {
    margin: 20px 0 28px;
    list-style: none;
}

.costs-checklist li {
    margin-top: 12px;
    color: #3f4b5a;
}

.costs-checklist i {
    width: 24px;
    color: var(--orange-dark);
}

.section-reviews {
    background: var(--white);
}

.reviews-carousel {
    position: relative;
    margin: -6px -18px 0;
    padding: 6px 18px 0;
}

.reviews {
    display: flex;
    gap: 34px;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    padding: 0 18px 20px 0;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
}

.reviews::-webkit-scrollbar {
    display: none;
}

.review {
    position: relative;
    flex: 0 0 calc((100% - 68px) / 3);
    min-width: 0;
    min-height: 215px;
    padding: 24px 24px 26px;
    border: 1px solid #e6e9ee;
    border-radius: 8px;
    background: var(--white);
    box-shadow: 0 8px 22px rgba(39, 57, 87, 0.11);
    scroll-snap-align: start;
}

.review-head {
    min-height: 50px;
    display: grid;
    grid-template-columns: 46px 1fr 28px;
    gap: 12px;
    align-items: center;
}

.review-avatar {
    width: 46px;
    height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    background: #1a73e8;
    border-radius: 50%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.95rem;
    font-weight: 700;
    line-height: 1;
}

.review:nth-child(2) .review-avatar {
    background: #188038;
}

.review:nth-child(3) .review-avatar {
    background: #a142f4;
}

.review:nth-child(4) .review-avatar {
    background: #d93025;
}

.review:nth-child(5) .review-avatar {
    background: #f29900;
}

.review:nth-child(6) .review-avatar {
    background: #00796b;
}

.review figcaption {
    display: flex;
    flex-direction: column;
    color: #202124;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.98rem;
    font-weight: 700;
    line-height: 1.25;
}

.review figcaption small {
    margin-top: 3px;
    color: #70757a;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.82rem;
    font-weight: 400;
}

.review-source {
    width: 28px;
    height: 28px;
}

.review-stars {
    margin-top: 17px;
    color: #fbbc04;
    font-size: 1rem;
    letter-spacing: 1px;
}

.review blockquote {
    margin-top: 14px;
    color: #3c4043;
    font-size: 0.98rem;
    line-height: 1.58;
}

.reviews-nav {
    margin-top: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
}

.reviews-arrow,
.reviews-dot {
    border: 0;
    color: var(--white);
    background: var(--blue);
    cursor: pointer;
}

.reviews-arrow {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.reviews-dots {
    display: flex;
    align-items: center;
    gap: 8px;
}

.reviews-dot {
    width: 10px;
    height: 10px;
    background: var(--line);
}

.reviews-dot.is-active {
    background: var(--orange-dark);
}

.section-faq {
    background: var(--white);
}

.faq-layout {
    display: grid;
    grid-template-columns: 0.72fr 1.28fr;
    gap: 70px;
}

.text-link {
    margin-top: 24px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--blue);
    font-family: "Oswald", Arial, sans-serif;
    font-size: 1.3rem;
    font-weight: 600;
}

.text-link i {
    color: var(--orange-dark);
}

.faq-list details {
    border: 1px solid var(--line);
    border-left: 5px solid var(--blue);
    background: var(--white);
}

.faq-list details + details {
    margin-top: 12px;
}

.faq-list summary {
    position: relative;
    padding: 20px 55px 20px 22px;
    color: var(--blue);
    font-family: "Oswald", Arial, sans-serif;
    font-size: 1.13rem;
    font-weight: 600;
    line-height: 1.35;
    cursor: pointer;
    list-style: none;
}

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

.faq-list summary::after {
    content: "+";
    position: absolute;
    top: 50%;
    right: 22px;
    color: var(--orange-dark);
    font-size: 1.65rem;
    transform: translateY(-50%);
}

.faq-list details[open] summary::after {
    content: "−";
}

.faq-list details p {
    padding: 0 22px 22px;
    color: var(--muted);
}

.final-cta {
    padding: 68px 0;
}

.final-cta-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.final-cta p:not(.section-kicker) {
    margin-top: 12px;
    color: #e5edfa;
}

.final-cta-button {
    flex: 0 0 auto;
    background: linear-gradient(var(--orange) 30%, var(--orange-dark) 70%);
}

.footer {
    padding: 0 0 10px;
    color: #4b5664;
    background: var(--white);
    border-top: 1px solid var(--line);
    font-size: 0.92rem;
}

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

.company--info {
    max-width: 600px;
}

.footer__list-privacy {
    display: flex;
    align-items: center;
    gap: 22px;
}

.footer__list-privacy a {
    color: var(--blue);
    text-decoration: underline;
    text-underline-offset: 3px;
}

.fixed-button {
    position: fixed;
    right: max(18px, env(safe-area-inset-right));
    bottom: max(18px, env(safe-area-inset-bottom));
    z-index: 30;
    width: 48px;
    height: 48px;
    padding: 0;
    display: none;
    align-items: center;
    justify-content: center;
    gap: 9px;
    color: var(--white);
    background: linear-gradient(var(--orange) 30%, var(--orange-dark) 70%);
    box-shadow: 0 4px 0 #c85f00, 0 9px 22px rgba(0, 0, 0, 0.22);
    font-family: "Oswald", Arial, sans-serif;
    font-size: 0.98rem;
    font-weight: 600;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.fixed-button::before {
    content: "";
    position: absolute;
    inset: -5px;
    border: 2px solid rgba(250, 149, 7, 0.34);
    opacity: 0;
    pointer-events: none;
}

.fixed-button i {
    font-size: 1.15rem;
}

.fixed-button.is-visible {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.fixed-button.is-visible::before {
    animation: fixed-call-ring 2.6s ease-out infinite;
}

.fixed-button.is-visible i {
    animation: fixed-call-pop 2.6s ease-in-out infinite;
}

@keyframes fixed-call-ring {
    0% {
        opacity: 0;
        transform: scale(0.88);
    }

    18% {
        opacity: 1;
    }

    58% {
        opacity: 0;
        transform: scale(1.42);
    }

    100% {
        opacity: 0;
        transform: scale(1.42);
    }
}

@keyframes fixed-call-pop {
    0%,
    60%,
    100% {
        transform: translateY(0);
    }

    68% {
        transform: translateY(-4px);
    }

    76% {
        transform: translateY(0);
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    .fixed-button::before,
    .fixed-button i,
    .fixed-button.is-visible::before,
    .fixed-button.is-visible i {
        animation: none;
    }
}
