/* Eye Clinic hero */
html{
    scroll-behavior: smooth;
}
:root {
    --eye-blue: #1d66d1;
    --eye-navy: #071f46;
    --eye-white: #ffffff;
}

.eye-demo-page {
    min-width: 320px;
    margin: 0;
    color: var(--eye-navy);
    font-family: "Quicksand", sans-serif;
    background: #f5f8fc;
}

.eye-demo-page *,
.eye-demo-page *::before,
.eye-demo-page *::after {
    box-sizing: border-box;
}

.eye-page-shell {
    width: 100%;
}

.eye-demo-page .loader {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: grid;
    place-items: center;
    visibility: visible;
    opacity: 1;
    background: #f5f8fc;
    transition: opacity 0.5s ease, visibility 0.5s ease;
}

.eye-demo-page .loader.fade-out {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
}

.eye-demo-page .loader-wrperrr-image {
    width: min(290px, 65vw);
    padding: 22px;
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 18px 55px rgba(7, 31, 70, 0.12);
}

.eye-demo-page .loader-wrperrr-image img {
    width: 100%;
    height: auto;
    display: block;
}

.eye-hero {
    position: relative;
    min-height: 100vh;
    min-height: 100svh;
    overflow: hidden;
    isolation: isolate;
    background: #0b2745;
}

.eye-hero__slides,
.eye-hero__slide,
.eye-hero__overlay {
    position: absolute;
    inset: 0;
}

.eye-hero__slides {
    z-index: auto;
}

.eye-hero__slide {
    display: flex;
    align-items: center;
    padding: 160px max(7vw, calc((100vw - 1390px) / 2)) 90px;
    visibility: hidden;
    opacity: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transform: scale(1.045);
    transition: opacity 1.15s ease, transform 7s ease, visibility 1.15s;
}

.eye-hero__slide.is-active {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
}

.eye-hero__overlay {
    display: none;
}

.eye-hero__slide::before {
    position: absolute;
    inset: 0;
    z-index: 1;
    content: "";
    pointer-events: none;
    background:
        linear-gradient(90deg, rgba(3, 23, 48, 0.91) 0%, rgba(3, 24, 50, 0.76) 31%, rgba(4, 28, 56, 0.25) 59%, rgba(4, 27, 53, 0.12) 100%),
        linear-gradient(180deg, rgba(3, 23, 47, 0.3), transparent 35%, rgba(3, 20, 42, 0.22));
}

.eye-header {
    position: absolute;
    top: 38px;
    left: 50%;
    z-index: 10;
    width: min(1390px, calc(100% - 110px));
    display: flex;
    align-items: center;
    gap: 48px;
    transform: translateX(-50%);
}

.eye-brand {
    width: 190px;
    height: 60px;
    display: flex;
    align-items: center;
    flex: 0 0 auto;
    overflow: hidden;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.96);
}

.eye-brand img {
    width: 100%;
    height: auto;
    display: block;
}

.eye-nav {
    min-height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(20px, 2.3vw, 42px);
    padding: 0 clamp(28px, 3.2vw, 58px);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.97);
    box-shadow: 0 14px 40px rgba(4, 25, 52, 0.15);
}

.eye-nav a {
    color: var(--eye-navy);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.015em;
    text-decoration: none;
    text-transform: uppercase;
    transition: color 0.2s ease;
}

.eye-nav a:hover,
.eye-nav a:focus-visible,
.eye-nav a.is-current {
    color: var(--eye-blue);
    outline: none;
}

.eye-nav > span {
    width: 5px;
    height: 5px;
    flex: 0 0 5px;
    border-radius: 50%;
    background: var(--eye-blue);
}

.eye-menu-toggle {
    display: none;
}

.eye-header__appointment {
    min-width: 250px;
    min-height: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    gap: 12px;
    padding: 0 27px;
    color: var(--eye-white);
    border: 1px solid var(--eye-navy);
    border-radius: 999px;
    background: var(--eye-navy);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.035em;
    text-decoration: none;
    white-space: nowrap;
    transition: color 0.25s ease, background 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}

.eye-header__appointment:hover,
.eye-header__appointment:focus-visible {
    color: var(--eye-navy);
    border-color: var(--eye-white);
    background: var(--eye-white);
    outline: none;
    text-decoration: none;
    transform: translateY(-2px);
}

.eye-header__appointment svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.7;
}

.eye-hero__content {
    position: relative;
    z-index: 2;
    width: min(690px, 55vw);
    margin-left: 95px;
    color: var(--eye-white);
}

.eye-hero__eyebrow {
    width: fit-content;
    display: block;
    margin-bottom: 17px;
    padding: 7px 18px 6px;
    border: 1px solid rgba(255, 255, 255, 0.85);
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.18em;
}

.eye-hero__content h1 {
    margin: 0;
    font-size: clamp(52px, 4.25vw, 82px);
    font-weight: 400;
    letter-spacing: -0.045em;
    line-height: 1.05;
}

.eye-hero__content h1 strong {
    font-weight: 700;
}

.eye-hero__content p {
    max-width: 670px;
    margin: 25px 0 30px;
    padding-top: 23px;
    border-top: 1px solid rgba(255, 255, 255, 0.34);
    font-size: 17px;
    font-weight: 500;
    line-height: 1.65;
}

.eye-hero__button {
    min-width: 214px;
    min-height: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 13px;
    padding: 0 28px;
    color: var(--eye-navy);
    border-radius: 999px;
    background: var(--eye-white);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-decoration: none;
    transition: color 0.25s ease, background 0.25s ease, transform 0.25s ease;
}

.eye-hero__button:hover,
.eye-hero__button:focus-visible {
    color: var(--eye-white);
    background: var(--eye-blue);
    outline: none;
    text-decoration: none;
    transform: translateY(-2px);
}

.eye-hero__button svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.7;
}

.eye-socials {
    position: absolute;
    top: 50%;
    left: 40px;
    z-index: 5;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 13px;
    transform: translateY(-35%);
}

.eye-socials a {
    width: 39px;
    height: 39px;
    display: grid;
    place-items: center;
    color: var(--eye-white);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    transition: background 0.2s ease, transform 0.2s ease;
}

.eye-socials a:hover,
.eye-socials a:focus-visible {
    color: var(--eye-white);
    background: var(--eye-blue);
    outline: none;
    transform: translateX(3px);
}

.eye-socials svg {
    width: 18px;
    height: 18px;
    fill: currentColor;
    stroke: currentColor;
    stroke-width: 1.7;
}

.eye-socials a:not(:first-child) svg {
    fill: none;
}

.eye-hero__dots {
    position: absolute;
    top: 50%;
    right: 48px;
    z-index: 5;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 14px;
    transform: translateY(-50%);
}

.eye-hero__dots button {
    width: 13px;
    height: 13px;
    padding: 0;
    border: 2px solid transparent;
    border-radius: 50%;
    background: var(--eye-white);
    background-clip: padding-box;
    cursor: pointer;
    transition: transform 0.25s ease, background 0.25s ease;
}

.eye-hero__dots button.is-active {
    background: transparent;
    border-color: var(--eye-white);
    transform: scale(1.15);
}

.eye-hero__dots button:focus-visible {
    outline: 2px solid var(--eye-blue);
    outline-offset: 4px;
}

.eye-hero__counter {
    position: absolute;
    right: 45px;
    bottom: 38px;
    z-index: 5;
    display: flex;
    align-items: center;
    gap: 9px;
    color: var(--eye-white);
    font-size: 11px;
    letter-spacing: 0.1em;
}

.eye-hero__counter i {
    width: 35px;
    height: 1px;
    background: rgba(255, 255, 255, 0.7);
}

.eye-hero__counter b {
    font-weight: 500;
    opacity: 0.7;
}

.eye-demo-page #footer {
    margin: 0;
}

/* About section */
.eye-about {
    min-height: 714px;
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(560px, 1.08fr);
    gap: clamp(55px, 7vw, 110px);
    padding: 150px max(27px, calc((100vw - 1440px) / 2)) 130px;
    overflow: hidden;
    background: #fff;
}

.eye-about__content {
    align-self: center;
    padding-bottom: 2px;
}

.eye-about__label {
    min-width: 110px;
    min-height: 31px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 19px;
    padding: 5px 20px;
    color: var(--eye-blue);
    border-radius: 999px;
    background: #e7f1ff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.025em;
}

.eye-about h2 {
    margin: 0;
    color: #05245e;
    font-size: clamp(43px, 3.6vw, 54px);
    font-weight: 600;
    letter-spacing: -0.035em;
    line-height: 1.09;
}

.eye-about__intro {
    max-width: 585px;
    margin: 35px 0 34px;
    color: #61738d;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.48;
}

.eye-about__facts {
    max-width: 550px;
    margin-bottom: 38px;
}

.eye-about__fact {
    min-height: 80px;
    display: flex;
    align-items: center;
    gap: 10px;
    border-bottom: 1px solid #d3deea;
    color: #05245e;
}

.eye-about__fact:last-child {
    border-bottom: 0;
}

.eye-about__fact span {
    flex: 0 0 auto;
    color: #3470d3;
    font-size: 23px;
    font-weight: 500;
}

.eye-about__fact strong {
    font-size: clamp(19px, 1.55vw, 23px);
    font-weight: 700;
    letter-spacing: -0.025em;
}

.eye-about__button {
    min-width: 187px;
    min-height: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 13px;
    padding: 0 28px;
    color: var(--eye-white);
    border: 1px solid #356ed0;
    border-radius: 999px;
    background: #356ed0;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.055em;
    text-decoration: none;
    transition: color 0.25s ease, background 0.25s ease, transform 0.25s ease;
}

.eye-about__button:hover,
.eye-about__button:focus-visible {
    color: #356ed0;
    background: var(--eye-white);
    outline: none;
    text-decoration: none;
    transform: translateY(-2px);
}

.eye-about__button svg {
    width: 17px;
    height: 17px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.7;
}

.eye-about__visual {
    position: relative;
    width: 100%;
    height: 646px;
}

.eye-about__image {
    position: absolute;
    overflow: hidden;
    border-radius: 30px;
    background: #d8e5ef;
}

.eye-about__image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.eye-about__image--back {
    top: 0;
    right: 0;
    width: 86%;
    height: 80%;
}

.eye-about__image--back img {
    object-position: center;
}

.eye-about__image--front {
    bottom: 0;
    left: 0;
    z-index: 2;
    width: 62%;
    height: 67.5%;
}

.eye-about__image--front img {
    object-position: center 38%;
}

/* Services section */
.eye-services {
    position: relative;
    padding: 4px 24px 0;
    overflow: hidden;
    background: #ffffff;
}

.eye-services__pattern {
    position: absolute;
    top: 3px;
    left: 24px;
    width: 560px;
    height: 220px;
    z-index: 2;
    opacity: 0.58;
    pointer-events: none;
    background-image:
        radial-gradient(circle, #8eb7ee 0 4px, transparent 5px),
        linear-gradient(30deg, transparent 44%, #b7d1f2 45%, #b7d1f2 46%, transparent 47%),
        linear-gradient(90deg, transparent 44%, #b7d1f2 45%, #b7d1f2 46%, transparent 47%),
        linear-gradient(150deg, transparent 44%, #b7d1f2 45%, #b7d1f2 46%, transparent 47%);
    background-position: 16px 15px, 0 0, 0 0, 0 0;
    background-size: 82px 56px, 82px 56px, 82px 56px, 82px 56px;
    -webkit-mask-image: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0.78) 58%, transparent 100%);
    mask-image: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0.78) 58%, transparent 100%);
}

.eye-services__inner {
    position: relative;
    z-index: 1;
    max-width: 1848px;
    margin: 0 auto;
    padding: 88px 0 0;
    overflow: hidden;
    border-radius: 28px;
    background: #edf7ff;
}

.eye-services__header {
    max-width: 760px;
    margin: 0 auto 47px;
    text-align: center;
}

.eye-services__label {
    min-width: 142px;
    min-height: 29px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 17px;
    padding: 5px 20px;
    color: #1764db;
    border-radius: 999px;
    background: var(--eye-white);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.04em;
}

.eye-services h2 {
    margin: 0;
    color: #001d56;
    font-size: clamp(42px, 3.45vw, 54px);
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.18;
}

.eye-services__list {
    max-width: 1254px;
    margin: 0 auto;
}

.eye-service-row {
    min-height: 136px;
    display: grid;
    grid-template-columns: minmax(520px, 1.55fr) minmax(300px, 0.95fr) 64px;
    align-items: center;
    gap: 42px;
    border-top: 1px solid #c7d4e1;
}

.eye-service-row:last-child {
    border-bottom: 0px solid #c7d4e1;
}

.eye-service-row__title {
    display: flex;
    align-items: baseline;
    gap: 20px;
}

.eye-service-row__title span {
    flex: 0 0 auto;
    color: transparent;
    -webkit-text-stroke: 1.35px #025ce0;
    font-size: clamp(54px, 4.2vw, 66px);
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1;
}

.eye-service-row h3 {
    margin: 0;
    color: #001d56;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.1;
}

.eye-service-row p {
    max-width: 360px;
    margin: 0;
    color: #536b8d;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.55;
}

.eye-service-row a {
    width: 46px;
    height: 46px;
    display: grid;
    place-items: center;
    justify-self: end;
    color: var(--eye-white);
    border-radius: 50%;
    background: #001d56;
    transition: color 0.25s ease, background 0.25s ease, transform 0.25s ease;
}

.eye-service-row a:hover,
.eye-service-row a:focus-visible {
    color: #001d56;
    background: var(--eye-white);
    outline: none;
    transform: translateY(-2px);
}

.eye-service-row svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
}

/* Process section */
.eye-process {
    padding: 150px max(24px, calc((100vw - 1276px) / 2)) 150px;
    background: #ffffff;
}

.eye-process__header {
    max-width: 640px;
    margin: 0 auto 47px;
    text-align: center;
}

.eye-process__label {
    min-width: 92px;
    min-height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    padding: 5px 18px;
    color: #1764db;
    border-radius: 999px;
    background: #edf7ff;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.04em;
}

.eye-process h2 {
    margin: 0;
    color: #001d56;
    font-size: clamp(43px, 3.75vw, 58px);
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.16;
}

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

.eye-process-card {
    position: relative;
    min-height: 320px;
    padding: 58px 36px 46px;
    overflow: visible;
    border: 1px solid #dfe4ea;
    border-radius: 24px;
    background: var(--eye-white);
}

.eye-process-card::before {
    position: absolute;
    right: -1px;
    bottom: -1px;
    width: 56px;
    height: 56px;
    content: "";
    border-top: 1px solid #dfe4ea;
    border-left: 1px solid #dfe4ea;
    border-top-left-radius: 30px;
    background: #ffffff;
    box-shadow: 10px 10px 0 #ffffff;
}

.eye-process-card h3 {
    margin: 0 0 13px;
    color: #001d56;
    font-size: 25px;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.2;
}

.eye-process-card p {
    max-width: 232px;
    margin: 0;
    color: #536b8d;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.55;
}
.eye-process-card__icon img {
  filter: brightness(0) saturate(100%) invert(57%) sepia(26%) saturate(1100%) hue-rotate(183deg) brightness(93%) contrast(88%);
}
.eye-process-card__icon {
    position: absolute;
    left: 35px;
    bottom: 45px;
    width: 58px;
    height: 58px;
    color: #1764db;
}

.eye-process-card__icon svg {
    width: 100%;
    height: 100%;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2;
}

.eye-process-card__number {
    position: absolute;
    right: -6px;
    bottom: -6px;
    z-index: 2;
    width: 54px;
    height: 54px;
    display: grid;
    place-items: center;
    color: #001d56;
    border-radius: 50%;
    background: #edf7ff;
    font-size: 19px;
    font-weight: 800;
    letter-spacing: 0;
}

/* Testimonials section */
.eye-testimonials {
    padding:150px max(19px, calc((100vw - 1420px) / 2)) 150px;
    overflow: hidden;
    background: #eef5f0;
}

.eye-testimonials__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 52px;
}

.eye-testimonials__label {
    min-width: 139px;
    min-height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    padding: 5px 21px;
    color: #020913;
    border-radius: 999px;
    background: var(--eye-white);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.045em;
}

.eye-testimonials h2 {
    margin: 0;
    color: #020913;
    font-size: clamp(46px, 4vw, 58px);
    font-weight: 600;
    letter-spacing: -0.045em;
    line-height: 1.05;
}

.eye-testimonials__controls {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-top: 45px;
    flex: 0 0 auto;
}

.eye-testimonials__controls button {
    width: 60px;
    height: 51px;
    display: grid;
    place-items: center;
    padding: 0;
    color: #020913;
    border: 1px solid #0d1a19;
    border-radius: 5px;
    background: transparent;
    cursor: pointer;
    transition: color 0.25s ease, background 0.25s ease, transform 0.25s ease;
}

.eye-testimonials__controls button:hover,
.eye-testimonials__controls button:focus-visible {
    color: var(--eye-white);
    background: #082d6f;
    outline: none;
    transform: translateY(-2px);
}

.eye-testimonials__controls svg {
    width: 22px;
    height: 22px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2;
}

.eye-testimonials__grid {
    --testimonial-card-width: calc((100% - (clamp(30px, 2.1vw, 32px) * 2)) / 3);
    display: flex;
    gap: clamp(30px, 2.1vw, 32px);
    transition: transform 0.45s ease;
    will-change: transform;
}

.eye-testimonial-card {
    position: relative;
    flex: 0 0 var(--testimonial-card-width);
    min-height: 366px;
    padding: 49px 45px 42px;
    border-radius: 28px;
    background: var(--eye-white);
}

.eye-testimonial-card::before {
    position: absolute;
    top: 0;
    right: 0;
    width: 68px;
    height: 68px;
    content: "";
    border-bottom-left-radius: 44px;
    background: #eef5f0;
}

.eye-testimonial-card__quote {
    position: absolute;
    top: 0;
    right: -2px;
    z-index: 2;
    width: 50px;
    height: 49px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #082d6f;
}

.eye-testimonial-card__quote::before {
    content: "\201C";
    height: 32px;
    color: var(--eye-white);
    font-family: Arial, sans-serif;
    font-size: 47px;
    font-weight: 900;
    line-height: 1;
}

.eye-testimonial-card__stars {
    display: flex;
    align-items: center;
    gap: 2px;
    margin-bottom: 22px;
    color: #f8b900;
    font-size: 20px;
    line-height: 1;
}

.eye-testimonial-card p {
    max-width: 370px;
    margin: 0 0 30px;
    color: #667899;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: -0.025em;
    line-height: 1.38;
}

.eye-testimonial-card__author {
    display: flex;
    align-items: center;
    gap: 20px;
}

.eye-testimonial-card__author img {
    width: 76px;
    height: 76px;
    flex: 0 0 76px;
    display: block;
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
}

.eye-testimonial-card__author strong,
.eye-testimonial-card__author span {
    display: block;
}

.eye-testimonial-card__author strong {
    margin-bottom: 6px;
    color: #020913;
    font-size: 20px;
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 1.1;
}

.eye-testimonial-card__author span {
    color: #546583;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.095em;
}

/* Contact cards */
.eye-contact-cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px;
    padding: 150px max(51px, calc((100vw - 1428px) / 2)) 40px;
    background: #eef7ff;
}

.eye-contact-card {
    position: relative;
    min-height: 316px;
    padding: 47px 45px 46px;
    overflow: hidden;
    border-radius: 28px;
    background: var(--eye-white);
}

.eye-contact-card::before {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 70px;
    height: 70px;
    content: "";
    border-top-left-radius: 44px;
    background: #eef7ff;
}

.eye-contact-card__icon {
    width: 32px;
    height: 32px;
    display: grid;
    place-items: center;
    margin-bottom: 15px;
    color: #2169e7;
}

.eye-contact-card__icon svg {
    width: 32px;
    height: 32px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.45;
}

.eye-contact-card__line {
    position: relative;
    width: calc(100% - 1px);
    height: 1px;
    display: block;
    margin-bottom: 15px;
    background: #d8dee9;
}

.eye-contact-card__line::after {
    position: absolute;
    top: 50%;
    right: 0;
    width: 13px;
    height: 13px;
    content: "";
    border-radius: 50%;
    background: #c4cad6;
    transform: translateY(-50%);
}

.eye-contact-card h2 {
    margin: 0;
    color: #071f54;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.15;
}

.eye-contact-card p {
    margin: 83px 0 0;
    color: #667797;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.5;
}

.eye-contact-card a {
    color: inherit;
    text-decoration: none;
}

.eye-contact-card a:hover,
.eye-contact-card a:focus-visible {
    color: #2169e7;
    outline: none;
    text-decoration: none;
}

.eye-contact-card__arrow {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 2;
    width: 50px;
    height: 50px;
    display: grid;
    place-items: center;
    color: #071f54;
    border-radius: 50%;
    background: var(--eye-white);
    transition: color 0.25s ease, background 0.25s ease, transform 0.25s ease;
}

.eye-contact-card__arrow:hover,
.eye-contact-card__arrow:focus-visible {
    color: var(--eye-white);
    background: #071f54;
    transform: translate(-2px, -2px);
}

.eye-contact-card__arrow svg {
    width: 24px;
    height: 24px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.45;
}

/* Appointment form section */
.contatct-g {
  background: #eef7ff;
}

.eye-appointment-panel {
  display: grid;
  grid-template-columns: 45% 55%;
  min-height: 808px;
  padding: 100px 4px 150px;
  overflow: hidden;
  background: #eef7ff;
  max-width: 1440px;
  margin: 0 auto;
  border-radius: 10px;
}

.eye-appointment-panel__image,
.eye-appointment-panel__form {
    min-height: 808px;
}

.eye-appointment-panel__image {
    overflow: hidden;
    border-top-left-radius: 28px;
}

.eye-appointment-panel__image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
}

.eye-appointment-panel__form {
    padding: 100px min(5vw, 80px) 90px;
    color: var(--eye-white);
    border-top-right-radius: 28px;
    background-color: #082d6f;
    background-image:
        radial-gradient(circle at 22px 22px, rgba(255, 255, 255, 0.13) 1.4px, transparent 1.8px),
        repeating-radial-gradient(circle at 14px 18px, rgba(255, 255, 255, 0.12) 0 1px, transparent 1px 7px),
        repeating-linear-gradient(34deg, rgba(255, 255, 255, 0.09) 0 1px, transparent 1px 11px);
    background-size: 54px 54px, 72px 72px, 34px 34px;
}

.eye-appointment-panel__label {
    min-width: 126px;
    min-height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 21px;
    padding: 5px 20px;
    color: #061843;
    border-radius: 999px;
    background: var(--eye-white);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.04em;
}

.eye-appointment-panel h2 {
    margin: 0 0 51px;
    color: var(--eye-white);
    font-size: clamp(46px, 4vw, 58px);
    font-weight: 600;
    letter-spacing: -0.035em;
    line-height: 1.05;
}

.eye-appointment-form__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    margin-bottom: 24px;
}

.eye-appointment-form input,
.eye-appointment-form textarea {
    width: 100%;
    border: 0;
    border-radius: 8px;
    color: #061843;
    background: var(--eye-white);
    font-family: inherit;
    font-size: 14px;
    font-weight: 500;
    outline: none;
}

.eye-appointment-form input {
    height: 60px;
    padding: 0 20px;
}

.eye-appointment-form textarea {
    height: 130px;
    display: block;
    resize: none;
    margin-bottom: 25px;
    padding: 20px;
}

.eye-appointment-form input::placeholder,
.eye-appointment-form textarea::placeholder {
    color: #5d6b83;
    opacity: 1;
}

.eye-appointment-form input:focus,
.eye-appointment-form textarea:focus {
    box-shadow: 0 0 0 3px rgba(6, 24, 67, 0.18);
}

.eye-appointment-form button {
    min-width: 208px;
    min-height: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 0 31px;
    color: var(--eye-white);
    border: 0;
    border-radius: 999px;
    background: #321700;
    font-family: inherit;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.015em;
    cursor: pointer;
    transition: color 0.25s ease, background 0.25s ease, transform 0.25s ease;
}

.eye-appointment-form button:hover,
.eye-appointment-form button:focus-visible {
    color: #321700;
    background: var(--eye-white);
    outline: none;
    transform: translateY(-2px);
}

.eye-appointment-form button svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.7;
}

@media (max-width: 1100px) {
    .eye-header {
        width: calc(100% - 64px);
        gap: 25px;
    }

    .eye-brand {
        width: 165px;
        height: 54px;
    }

    .eye-nav {
        min-height: 54px;
        gap: 17px;
        padding: 0 25px;
    }

    .eye-nav a {
        font-size: 11px;
    }

    .eye-header__appointment {
        min-width: 200px;
        min-height: 54px;
        padding: 0 20px;
        font-size: 11px;
    }

    .eye-hero__content {
        width: min(650px, 67vw);
        margin-left: 80px;
    }

    .eye-about {
        grid-template-columns: minmax(0, 0.9fr) minmax(460px, 1.1fr);
        gap: 42px;
        padding-right: 30px;
        padding-left: 30px;
    }

    .eye-about__visual {
        height: 610px;
    }

    .eye-about__intro {
        margin: 28px 0 24px;
    }

    .eye-about__facts {
        margin-bottom: 27px;
    }

    .eye-services {
        padding-right: 18px;
        padding-left: 18px;
    }

    .eye-services__inner {
        padding-top: 74px;
    }

    .eye-services__list {
        padding: 0 36px;
    }

    .eye-service-row {
        grid-template-columns: minmax(0, 1.25fr) minmax(260px, 0.75fr) 54px;
        gap: 28px;
    }

    .eye-service-row__title {
        gap: 14px;
    }

    .eye-service-row__title span {
        font-size: 50px;
    }

    .eye-service-row h3 {
        font-size: 38px;
    }

    .eye-process {
        padding-right: 30px;
        padding-left: 30px;
    }

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

    .eye-process-card {
        min-height: 300px;
    }

    .eye-testimonials {
        padding-right: 30px;
        padding-left: 30px;
    }

    .eye-testimonials__grid {
        --testimonial-card-width: calc((100% - clamp(30px, 2.1vw, 32px)) / 2);
    }

    .eye-testimonial-card {
        padding-right: 38px;
        padding-left: 38px;
    }

    .eye-testimonial-card p {
        max-width: none;
    }

    .eye-contact-cards {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        padding-right: 30px;
        padding-left: 30px;
    }

    .eye-appointment-panel {
        grid-template-columns: 42% 58%;
    }

    .eye-appointment-panel__form {
        padding-right: 42px;
        padding-left: 42px;
    }
}

@media (max-width: 950px) {
    .eye-header {
        top: 24px;
        width: calc(100% - 40px);
        justify-content: space-between;
        z-index: 10001;
    }

    .eye-brand {
        position: relative;
        z-index: 10003;
    }

    .eye-menu-toggle {
        position: relative;
        z-index: 10004;
        width: 52px;
        height: 52px;
        display: grid;
        place-content: center;
        gap: 5px;
        padding: 0;
        border: 0;
        border-radius: 50%;
        background: var(--eye-white);
        box-shadow: 0 10px 30px rgba(4, 25, 52, 0.2);
        cursor: pointer;
    }

    .eye-menu-toggle span {
        width: 21px;
        height: 2px;
        display: block;
        background: var(--eye-navy);
        transition: transform 0.25s ease, opacity 0.25s ease;
    }

    .eye-hero.is-menu-open .eye-menu-toggle span:nth-child(1) {
        transform: translateY(7px) rotate(45deg);
    }

    .eye-hero.is-menu-open .eye-menu-toggle span:nth-child(2) {
        opacity: 0;
    }

    .eye-hero.is-menu-open .eye-menu-toggle span:nth-child(3) {
        transform: translateY(-7px) rotate(-45deg);
    }

    .eye-nav {
        position: fixed;
        top: 0;
        right: 0;
        z-index: 10000;
        width: min(420px, 100vw);
        height: 100vh;
        height: 100svh;
        align-items: stretch;
        justify-content: flex-start;
        flex-direction: column;
        gap: 0;
        padding: 132px 28px 132px;
        border-radius: 0;
        visibility: hidden;
        opacity: 0;
        background: rgba(255, 255, 255, 0.98);
        box-shadow: 0 24px 70px rgba(4, 25, 52, 0.24);
        transform: translateX(100%);
        transition: transform 0.35s ease, opacity 0.35s ease, visibility 0.35s;
    }

    .eye-hero.is-menu-open .eye-nav {
        visibility: visible;
        opacity: 1;
        transform: translateX(0);
    }

    .eye-header__appointment {
        position: fixed;
        top: 414px;
        right: 45px;
        z-index: 10002;
        min-width: min(250px, calc(100vw - 118px));
        min-height: 54px;
        visibility: hidden;
        opacity: 0;
        transform: translateX(120%);
        transition: transform 0.35s ease, opacity 0.35s ease, visibility 0.35s;
    }

    .eye-hero.is-menu-open .eye-header__appointment {
        visibility: visible;
        opacity: 1;
        transform: translateX(0);
    }

    .eye-header__appointment:hover,
    .eye-header__appointment:focus-visible {
        transform: translateX(0) translateY(-2px);
    }

    .eye-nav a {
        width: 100%;
        min-height: 51px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #071f46;
        border-bottom: 1px solid #e9eef5;
        font-size: 15px;
        letter-spacing: 0.025em;
    }

    .eye-nav a:last-child {
        border-bottom: 0;
    }

    .eye-nav > span {
        display: none;
    }

    .eye-hero__slide {
        padding: 140px 62px 90px;
        background-position: 58% center;
    }

    .eye-hero__content {
        width: min(590px, calc(100vw - 100px));
        margin-left: 0;
    }

    .eye-hero__content h1 {
        font-size: clamp(45px, 8.6vw, 68px);
    }

    .eye-socials {
        left: 14px;
    }

    .eye-hero__dots {
        right: 22px;
    }

    .eye-hero__counter {
        right: 22px;
        bottom: 22px;
    }

    .eye-about {
        min-height: 0;
        grid-template-columns: 1fr;
        gap: 52px;
        padding: 75px 45px;
    }

    .eye-about__content {
        max-width: 650px;
    }

    .eye-about__visual {
        width: min(720px, 100%);
        height: 620px;
        margin: 0 auto;
    }

    .eye-services__pattern {
        left: 18px;
        width: 430px;
        height: 165px;
    }

    .eye-services__inner {
        padding-top: 68px;
    }

    .eye-services__header {
        margin-bottom: 36px;
        padding: 0 28px;
    }

    .eye-service-row {
        min-height: 156px;
        grid-template-columns: minmax(0, 1fr) 50px;
        gap: 22px;
        padding: 28px 0;
    }

    .eye-service-row__title,
    .eye-service-row p {
        grid-column: 1;
    }

    .eye-service-row p {
        max-width: 520px;
    }

    .eye-service-row a {
        grid-column: 2;
        grid-row: 1 / span 2;
        align-self: center;
    }

    .eye-process {
        padding: 62px 45px 66px;
    }

    .eye-process__header {
        margin-bottom: 38px;
    }

    .eye-testimonials {
        padding: 70px 45px;
    }

    .eye-testimonials__header {
        align-items: flex-start;
        margin-bottom: 38px;
    }

    .eye-testimonials__controls {
        padding-top: 36px;
    }

    .eye-testimonials__grid {
        --testimonial-card-width: 100%;
    }

    .eye-contact-cards {
        padding: 60px 45px;
    }

    .eye-contact-card {
        min-height: 292px;
    }

    .eye-appointment-panel {
        grid-template-columns: 1fr;
        padding: 0;
    }

    .eye-appointment-panel__image,
    .eye-appointment-panel__form {
        min-height: 0;
    }

    .eye-appointment-panel__image {
        height: 520px;
        border-top-right-radius: 28px;
    }

    .eye-appointment-panel__form {
        padding: 70px 45px;
        border-top-right-radius: 0;
    }
}

@media (max-width: 560px) {
    .eye-hero {
        min-height: 760px;
    }

    .eye-header {
        top: 24px;
        width: calc(100% - 34px);
    }

    .eye-brand {
        width: 145px;
        height: 48px;
    }

    .eye-menu-toggle {
        width: 48px;
        height: 48px;
    }

    .eye-header__appointment {
        top: 414px;
        right: 34px;
        min-width: min(250px, calc(100vw - 68px));
        min-height: 52px;
        font-size: 10px;
    }

    .eye-nav {
        top: 0;
        right: 0;
        z-index: 10000;
        width: 100vw;
        height: 100vh;
        height: 100svh;
        padding: 124px 28px 136px;
    }

    .eye-nav a {
        min-height: 48px;
        font-size: 16px;
    }

    .eye-hero__slide {
        align-items: flex-end;
        padding: 120px 24px 96px;
        background-position: 62% center;
    }

    .eye-hero__slide::before {
        background:
            linear-gradient(180deg, rgba(3, 22, 45, 0.12) 18%, rgba(3, 23, 48, 0.58) 45%, rgba(3, 22, 46, 0.96) 100%),
            linear-gradient(90deg, rgba(3, 23, 48, 0.44), rgba(3, 23, 48, 0.08));
    }

    .eye-hero__content {
        width: 100%;
    }

    .eye-hero__eyebrow {
        margin-bottom: 14px;
        padding: 6px 12px;
        font-size: 9px;
    }

    .eye-hero__content h1 {
        font-size: clamp(39px, 11.6vw, 57px);
        line-height: 1.04;
    }

    .eye-hero__content p {
        margin: 18px 0 23px;
        padding-top: 17px;
        font-size: 14px;
        line-height: 1.55;
    }

    .eye-hero__button {
        min-width: 198px;
        min-height: 54px;
        font-size: 11px;
    }

    .eye-socials {
        display: none;
    }

    .eye-hero__dots {
        top: auto;
        right: auto;
        bottom: 35px;
        left: 24px;
        flex-direction: row;
        transform: none;
    }

    .eye-hero__dots button {
        width: 11px;
        height: 11px;
    }

    .eye-hero__counter {
        bottom: 34px;
    }

    .eye-about {
        gap: 38px;
        padding: 58px 22px 65px;
    }

    .eye-about__label {
        margin-bottom: 16px;
        font-size: 10px;
    }

    .eye-about h2 {
        font-size: clamp(37px, 11vw, 48px);
    }

    .eye-about h2 br {
        display: none;
    }

    .eye-about__intro {
        margin: 25px 0 20px;
        font-size: 15px;
    }

    .eye-about__fact {
        min-height: 73px;
        align-items: flex-start;
        gap: 8px;
        padding: 20px 0;
    }

    .eye-about__fact span {
        font-size: 19px;
    }

    .eye-about__fact strong {
        font-size: 18px;
        line-height: 1.3;
    }

    .eye-about__button {
        min-height: 56px;
    }

    .eye-about__visual {
        height: 440px;
    }

    .eye-about__image {
        border-radius: 21px;
    }

    .eye-about__image--back {
        width: 88%;
        height: 74%;
    }

    .eye-about__image--front {
        width: 66%;
        height: 63%;
    }

    .eye-services {
        padding: 4px 12px 0;
    }

    .eye-services__pattern {
        left: 12px;
        width: 300px;
        height: 130px;
        opacity: 0.42;
    }

    .eye-services__inner {
        padding-top: 54px;
        border-top-left-radius: 22px;
        border-top-right-radius: 22px;
    }

    .eye-services__header {
        margin-bottom: 24px;
        padding: 0 18px;
    }

    .eye-services__label {
        min-width: 128px;
        margin-bottom: 14px;
        font-size: 10px;
    }

    .eye-services h2 {
        font-size: clamp(33px, 9.6vw, 43px);
        line-height: 1.16;
    }

    .eye-services h2 br {
        display: none;
    }

    .eye-services__list {
        padding: 0 20px;
    }

    .eye-service-row {
        min-height: 0;
        grid-template-columns: 1fr 42px;
        gap: 18px;
        padding: 25px 0;
    }

    .eye-service-row__title {
        display: block;
    }

    .eye-service-row__title span {
        display: block;
        margin-bottom: 8px;
        font-size: 42px;
    }

    .eye-service-row h3 {
        font-size: 30px;
        line-height: 1.15;
    }

    .eye-service-row p {
        font-size: 13px;
        line-height: 1.55;
    }

    .eye-service-row a {
        width: 42px;
        height: 42px;
    }

    .eye-process {
        padding: 48px 20px 56px;
    }

    .eye-process__header {
        margin-bottom: 30px;
    }

    .eye-process__label {
        min-width: 84px;
        margin-bottom: 13px;
        font-size: 10px;
    }

    .eye-process h2 {
        font-size: clamp(35px, 10.4vw, 45px);
    }

    .eye-process h2 br {
        display: none;
    }

    .eye-process__grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .eye-process-card {
        min-height: 276px;
        padding: 42px 30px 40px;
        border-radius: 20px;
    }

    .eye-process-card h3 {
        font-size: 23px;
    }

    .eye-process-card p {
        max-width: calc(100% - 20px);
    }

    .eye-process-card__icon {
        left: 28px;
        bottom: 34px;
        width: 52px;
        height: 52px;
    }

    .eye-testimonials {
        padding: 54px 20px 62px;
    }

    .eye-testimonials__header {
        display: block;
    }

    .eye-testimonials__label {
        min-width: 126px;
        margin-bottom: 14px;
        font-size: 10px;
    }

    .eye-testimonials h2 {
        font-size: clamp(36px, 11vw, 48px);
    }

    .eye-testimonials__controls {
        padding-top: 25px;
    }

    .eye-testimonials__controls button {
        width: 54px;
        height: 48px;
    }

    .eye-testimonial-card {
        min-height: 0;
        padding: 42px 28px 34px;
        border-radius: 22px;
    }

    .eye-testimonial-card p {
        margin-bottom: 26px;
        font-size: 18px;
        line-height: 1.45;
    }

    .eye-testimonial-card__author {
        gap: 16px;
    }

    .eye-testimonial-card__author img {
        width: 64px;
        height: 64px;
        flex-basis: 64px;
    }

    .eye-testimonial-card__author strong {
        font-size: 18px;
    }

    .eye-testimonial-card__author span {
        font-size: 10px;
    }

    .eye-contact-cards {
        grid-template-columns: 1fr;
        gap: 22px;
        padding: 44px 20px 52px;
    }

    .eye-contact-card {
        min-height: 280px;
        padding: 38px 28px 38px;
        border-radius: 22px;
    }

    .eye-contact-card h2 {
        font-size: 25px;
    }

    .eye-contact-card p {
        margin-top: 65px;
        font-size: 15px;
    }

    .eye-appointment-panel__image {
        height: 390px;
        border-top-left-radius: 22px;
        border-top-right-radius: 22px;
    }

    .eye-appointment-panel__form {
        padding: 52px 20px 58px;
    }

    .eye-appointment-panel__label {
        min-width: 118px;
        margin-bottom: 17px;
        font-size: 10px;
    }

    .eye-appointment-panel h2 {
        margin-bottom: 34px;
        font-size: clamp(36px, 11vw, 47px);
    }

    .eye-appointment-form__grid {
        grid-template-columns: 1fr;
        gap: 16px;
        margin-bottom: 16px;
    }

    .eye-appointment-form textarea {
        height: 122px;
        margin-bottom: 22px;
    }

    .eye-appointment-form button {
        width: 100%;
    }
}

@media (prefers-reduced-motion: reduce) {
    .eye-hero__slide,
    .eye-nav,
    .eye-menu-toggle span {
        transition: none;
    }
}
