* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Segoe UI', Roboto, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
    line-height: 1.6;
    color: #1f2e44;
    background-color: #f8fafd;
}

section {
    padding: 5rem 2rem;
    max-width: 1280px;
    margin: 0 auto;
}

h1 {
    font-size: 3.1rem;
    font-weight: 600;
    letter-spacing: -0.02em;
    line-height: 1.2;
    color: #0a253b;
}

h2 {
    font-size: 2.4rem;
    font-weight: 500;
    margin-bottom: 2.2rem;
    color: #0d2b4b;
    border-left: 8px solid #f4b400;
    padding-left: 1.8rem;
}

h3, h4 {
    color: #1e3a5f;
    font-weight: 600;
}

.hero {
    background: linear-gradient(160deg, #e2eefa 0%, #c9dcf0 100%);
    text-align: center;
    border-bottom: 5px solid #f4b400;
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.hero-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.8rem;
}

.hero-subhead {
    font-size: 1.3rem;
    max-width: 900px;
    color: #1f3a57;
    font-weight: 400;
    margin-top: 0.5rem;
}

.primary-cta-wrapper {
    margin: 1rem 0 0.8rem;
}

.btn {
    display: inline-block;
    padding: 0.9rem 2.2rem;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.2s ease;
    border: none;
    font-size: 1.1rem;
}

.primary-btn {
    background-color: #f4b400;
    color: #0f1e2f;
    box-shadow: 0 10px 20px rgba(244, 180, 0, 0.35);
    font-size: 1.7rem;
    padding: 1.3rem 4rem;
    border-radius: 70px;
    letter-spacing: 0.3px;
    border: 2px solid #ffdd88;
}

.primary-btn:hover {
    background-color: #ffbe1f;
    transform: translateY(-3px);
    box-shadow: 0 18px 30px rgba(244, 180, 0, 0.45);
}

.social-ctas {
    display: flex;
    gap: 2rem;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 1rem;
}

.telegram-btn {
    background-color: #1d6f9c;
    color: white;
    border: 1px solid #8fc9ff;
}

.telegram-btn:hover {
    background-color: #135e8a;
    transform: scale(1.05);
}

.whatsapp-btn {
    background-color: #25D366;
    color: white;
    border: 1px solid #a2f0c0;
}

.whatsapp-btn:hover {
    background-color: #20b859;
    transform: scale(1.05);
}

.feature-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 2.5rem;
    margin-top: 2rem;
}

.feature-item {
    background: white;
    padding: 2.5rem 2rem;
    border-radius: 36px;
    box-shadow: 0 15px 30px rgba(0, 20, 50, 0.05);
    transition: 0.2s;
    border: 1px solid rgba(244, 180, 0, 0.1);
}

.feature-item:hover {
    box-shadow: 0 25px 35px rgba(0, 44, 75, 0.1);
    transform: translateY(-5px);
}

.icon {
    font-size: 3.2rem;
    margin-bottom: 1.2rem;
}

.core-services {
    background-color: white;
    border-radius: 80px 80px 40px 40px;
    margin: 2rem auto;
}

.card-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
    margin-top: 2.5rem;
}

.service-card {
    background: #f7faff;
    border-radius: 40px;
    padding: 1.8rem 1.5rem 2rem 1.5rem;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.02);
    transition: 0.2s;
    border: 1px solid #eef3fa;
}

.service-card:hover {
    background: #ffffff;
    box-shadow: 0 20px 30px rgba(13, 43, 75, 0.08);
}

.card-img {
    border-radius: 28px;
    overflow: hidden;
    margin-bottom: 1.5rem;
    box-shadow: 0 10px 18px rgba(0, 30, 60, 0.08);
}

.card-img img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.4s;
}

.card-img img:hover {
    transform: scale(1.03);
}

.service-card h3 {
    font-size: 1.4rem;
    margin-bottom: 0.8rem;
    line-height: 1.3;
}

.service-card p {
    color: #334e68;
    font-size: 0.98rem;
}

.specialties-intro {
    max-width: 850px;
    margin-bottom: 2.2rem;
    font-size: 1.2rem;
    color: #2a4a6e;
}

.specialties-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.2rem 2.5rem;
    list-style: none;
    background: white;
    padding: 2.8rem 3.5rem;
    border-radius: 60px;
    box-shadow: inset 0 0 0 1px rgba(0,0,0,0.02), 0 15px 30px rgba(26, 67, 113, 0.06);
}

.specialties-list li {
    padding: 0.6rem 0 0.6rem 2.2rem;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 24 24" fill="%23f4b400"><path d="M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41L9 16.17z"/></svg>') left center no-repeat;
    background-size: 1.3rem;
    font-size: 1.05rem;
}

.text-image-block {
    display: flex;
    gap: 5rem;
    align-items: center;
    background: white;
    border-radius: 60px;
    padding: 3rem 3.5rem;
    box-shadow: 0 20px 40px rgba(26, 67, 113, 0.06);
    margin-bottom: 3rem;
}

.text-image-block.reverse {
    flex-direction: row-reverse;
}

.block-content {
    flex: 1.1;
}

.block-content h2 {
    border-left: none;
    padding-left: 0;
    margin-bottom: 1.8rem;
}

.block-content p {
    font-size: 1.1rem;
    color: #25425c;
}

.block-image {
    flex: 0.9;
    border-radius: 48px;
    overflow: hidden;
    box-shadow: 0 25px 35px rgba(0, 32, 64, 0.2);
}

.block-image img {
    width: 100%;
    height: auto;
    display: block;
}

.locations-intro {
    font-size: 1.2rem;
    margin-bottom: 2rem;
    color: #2c4d71;
    max-width: 900px;
}

.location-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
    margin-top: 2rem;
}

.location-card {
    background: white;
    padding: 2.2rem 1.5rem;
    border-radius: 40px;
    box-shadow: 0 15px 25px rgba(0, 32, 64, 0.04);
    text-align: center;
    border: 1px solid rgba(244, 180, 0, 0.15);
    transition: 0.1s;
}

.location-card:hover {
    border-color: #f4b400;
}

.location-card h3 {
    font-size: 1.8rem;
    font-weight: 500;
    margin-bottom: 0.6rem;
}

.location-card p {
    color: #3c5a7a;
}

.location-card span {
    display: inline-block;
    margin: 1.2rem 0 0.5rem;
    background: #eef4fa;
    padding: 0.4rem 1.4rem;
    border-radius: 60px;
    font-weight: 500;
}

.location-card small {
    display: block;
    color: #6a7f9b;
    font-size: 0.9rem;
}

.testimonials {
    background: linear-gradient(130deg, #d6e5f5, #e9f2fa);
    border-radius: 100px 100px 50px 50px;
    margin: 3rem auto;
    padding: 5rem 2rem;
}

.testimonial-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2.2rem;
}

.testimonial {
    background: rgba(255,255,255,0.8);
    backdrop-filter: blur(8px);
    padding: 2.5rem 2rem;
    border-radius: 48px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.02);
    border: 1px solid white;
}

.testimonial p {
    font-size: 1.1rem;
    margin-bottom: 1.8rem;
    color: #1f3b58;
    font-style: italic;
}

.testimonial cite {
    font-weight: 600;
    color: #0d2b4b;
    font-style: normal;
}

.appointment {
    text-align: center;
    background: white;
    border-radius: 100px;
    box-shadow: 0 25px 50px rgba(23, 55, 83, 0.12);
    padding: 5rem 3rem;
}

.appointment p {
    max-width: 800px;
    margin: 1.2rem auto 2.5rem;
    font-size: 1.2rem;
    color: #2b4b6f;
}

.appointment .primary-btn {
    margin: 1.5rem 0 2rem;
    font-size: 1.9rem;
    padding: 1.4rem 4.5rem;
}

.appointment-links {
    font-size: 1.3rem;
}

.appointment-links a {
    color: #1e5f8e;
    text-decoration: none;
    margin: 0 0.8rem;
    border-bottom: 1px dotted transparent;
}

.appointment-links a:hover {
    border-bottom: 1px dotted #f4b400;
}

.insurance {
    background: #0d2b4b;
    color: white;
    border-radius: 100px;
    text-align: center;
    padding: 4rem 2rem;
}

.insurance h3 {
    color: white;
    font-weight: 400;
    margin-bottom: 2rem;
    font-size: 2.2rem;
}

.partners {
    display: flex;
    flex-wrap: wrap;
    gap: 1.8rem;
    justify-content: center;
    font-size: 1.2rem;
    font-weight: 300;
    margin-bottom: 2rem;
}

.partners span {
    background: rgba(255,255,255,0.12);
    padding: 0.6rem 2rem;
    border-radius: 60px;
    border: 1px solid rgba(244,180,0,0.5);
    backdrop-filter: blur(4px);
}

.insurance-note {
    font-size: 1rem;
    opacity: 0.9;
}

.faq {
    max-width: 950px;
    margin: 0 auto;
}

.faq-item {
    background: white;
    padding: 2.2rem 2.8rem;
    border-radius: 60px;
    margin-bottom: 1.8rem;
    box-shadow: 0 8px 18px rgba(0,0,0,0.02);
    border: 1px solid rgba(0,0,0,0.02);
}

.faq-item h4 {
    font-size: 1.4rem;
    margin-bottom: 1rem;
    color: #1a3b5c;
    display: flex;
    align-items: center;
    gap: 0.7rem;
}

.faq-item h4::before {
    content: "❓";
    font-size: 1.6rem;
    color: #f4b400;
}

.faq-item p {
    color: #2f4a6e;
    font-size: 1.05rem;
    padding-left: 2.3rem;
}

footer {
    background: #0f1f2d;
    color: #b8d0e5;
    text-align: center;
    padding: 3rem 2rem;
    margin-top: 4rem;
}

footer a {
    color: #f4b400;
    text-decoration: none;
    margin: 0 1rem;
    font-weight: 400;
}

footer a:hover {
    text-decoration: underline;
}

.footer-links {
    margin-top: 1.2rem;
    font-size: 1.1rem;
}

@media (max-width: 1000px) {
    .card-row { grid-template-columns: repeat(2, 1fr); }
    .location-grid { grid-template-columns: repeat(2, 1fr); }
    .testimonial-grid { grid-template-columns: 1fr; }
}

@media (max-width: 700px) {
    h1 { font-size: 2.5rem; }
    h2 { font-size: 2rem; }
    .text-image-block { flex-direction: column; padding: 2rem; }
    .text-image-block.reverse { flex-direction: column; }
    .specialties-list { grid-template-columns: 1fr; padding: 2rem; }
    .card-row { grid-template-columns: 1fr; }
    .location-grid { grid-template-columns: 1fr; }
    .primary-btn { font-size: 1.4rem; padding: 1rem 2rem; }
    .btn { font-size: 1rem; }
    .social-ctas { gap: 1rem; }
}