@font-face {
    font-family: 'DM Serif Text';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('resources/fonts/rnCu-xZa_krGokauCeNq1wWyafM.ttf') format('truetype');
}

@font-face {
    font-family: 'Geist';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('resources/fonts/gyBhhwUxId8gMGYQMKR3pzfaWI_RnOM4nQ.ttf') format('truetype');
}

@font-face {
    font-family: 'Geist';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('resources/fonts/gyBhhwUxId8gMGYQMKR3pzfaWI_RruM4nQ.ttf') format('truetype');
}

@font-face {
    font-family: 'Geist';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('resources/fonts/gyBhhwUxId8gMGYQMKR3pzfaWI_RQuQ4nQ.ttf') format('truetype');
}

@font-face {
    font-family: 'Geist';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('resources/fonts/gyBhhwUxId8gMGYQMKR3pzfaWI_Re-Q4nQ.ttf') format('truetype');
}

/* ===== Global Styles ===== */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    font-family: 'Geist', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    line-height: 1.6;
    color: #1a2e40;
    background-color: #ffffff;
}

/* ===== Header ===== */
.header {
    position: sticky;
    top: 0;
    z-index: 100;
    background: linear-gradient(135deg, #0f3779 0%, #165ca7 100%);
    padding: 18px 0;
    border-bottom: 2px solid rgba(255, 255, 255, 0.55);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.header-container {
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.logo-group {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-shrink: 0;
}

.logo-icon {
    width: 128px;
    height: 128px;
    display: block;
    object-fit: contain;
}

.logo-text {
    font-family: 'DM Serif Text', serif;
    font-size: 32px;
    font-weight: 400;
    color: white;
    white-space: nowrap;
}

.navigation {
    display: flex;
    gap: 32px;
    flex-grow: 1;
    justify-content: center;
}

.menu-toggle {
    display: none;
}

.nav-link {
    font-size: 15px;
    font-weight: 500;
    color: white;
    text-decoration: none;
    transition: color 0.3s ease;
}

.nav-link:hover {
    color: #7fd8ff;
}

.header-phone {
    display: flex;
    align-items: center;
    gap: 12px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.25);
    padding: 15px 30px;
    border-radius: 8px;
    flex-shrink: 0;
}

.phone-icon {
    width: 30px;
    height: 30px;
    padding: 4.5px;
    color: white;
    fill: currentColor;
    background: rgba(127, 216, 255, 0.16);
    border-radius: 50%;
    flex-shrink: 0;
}

.phone-number {
    font-size: 21px;
    color: white;
    text-decoration: none;
    font-weight: 600;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    user-select: none;
    touch-action: manipulation;
}

/* ===== Hero Section ===== */
.hero-section {
    position: relative;
    background: linear-gradient(135deg, #ffffff 0%, #e0f4ff 100%);
    padding: 40px 80px;
    min-height: 100svh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.soap-bubble {
    position: absolute;
    aspect-ratio: 1 / 1;
    background:
        radial-gradient(circle at 28% 24%, rgba(255, 255, 255, 0.85) 0 4%, rgba(255, 255, 255, 0.18) 12%, transparent 28%),
        radial-gradient(circle at 68% 72%, rgba(127, 216, 255, 0.2), transparent 55%),
        radial-gradient(circle at 50% 45%, rgba(255, 255, 255, 0.04) 45%, rgba(127, 216, 255, 0.16) 78%, rgba(255, 255, 255, 0.58) 100%);
    border-radius: 50%;
    clip-path: circle(50% at 50% 50%);
    border: 1px solid rgba(22, 92, 167, 0.28);
    box-shadow:
        inset 8px 8px 14px rgba(255, 255, 255, 0.22),
        inset -8px -10px 16px rgba(15, 55, 121, 0.14),
        0 0 14px rgba(127, 216, 255, 0.28);
    animation: float 2.5s ease-in-out infinite;
}

.bubble-1 { width: 120px; height: 120px; top: 93px; left: 400px; animation-delay: 0s; }
.bubble-2 { width: 80px; height: 80px; top: 145px; right: 562px; animation-delay: 1s; }
.bubble-3 { width: 55px; height: 55px; top: 200px; left: 145px; animation-delay: 2s; }
.bubble-4 { width: 100px; height: 100px; top: 46px; left: 181px; animation-delay: 3s; }
.bubble-5 { width: 65px; height: 65px; top: 71px; right: 275px; animation-delay: 1.5s; }
.bubble-6 { width: 45px; height: 45px; top: 233px; right: 182px; animation-delay: 2.5s; }
.bubble-7 { width: 50px; height: 50px; bottom: 250px; right: 120px; animation-delay: 1.5s; }
.bubble-8 { width: 80px; height: 80px; top: 250px; right: 400px; animation-delay: 1s; }

@keyframes float {
    0%, 100% { transform: translateY(0px) scale(1); }
    50% { transform: translateY(-20px) scale(1.05); }
}

.hero-content {
    max-width: 1280px;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 24px;
    position: relative;
    z-index: 10;
}

.hero-text {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.hero-headline {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.hero-title {
    font-family: 'DM Serif Text', serif;
    font-size: 64px;
    font-weight: 400;
    line-height: 1.1;
    color: #0f3779;
}

.hero-subtitle {
    font-size: 18px;
    line-height: 1.6;
    color: #506575;
    font-weight: 400;
}

.hero-actions {
    display: flex;
    gap: 20px;
    margin-top: 24px;
    align-items: center;
}

.cta-primary {
    background: white;
    color: #0f3779;
    border: none;
    padding: 16px 32px;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.13);
    font-family: 'Geist', sans-serif;
}

.cta-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0px 8px 12px rgba(0, 0, 0, 0.2);
}

.arrow-icon {
    width: 16px;
    height: 16px;
}

.cta-secondary {
    background: transparent;
    color: #0f3779;
    border: 2px solid #0f3779;
    padding: 14px 24px;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: 'Geist', sans-serif;
}

.cta-secondary:hover {
    background: rgba(15, 55, 121, 0.08);
}

.hero-visual {
    flex: 1;
    position: relative;
    width: 20%;
    height: auto;
    border-radius: 24px;
    padding: 0;
    background: transparent;
    border: none;
    box-shadow: none;
    transform: translateX(48px);
}

/* ===== About Section ===== */
.about-section {
    background: #e0f4ff;
    padding: 40px 80px;
    min-height: 100svh;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.bubble-about-1 {
    width: 120px;
    height: 120px;
    top: 50px;
    right: 200px;
    position: absolute;
}

.bubble-about-2 {
    width: 50px;
    height: 50px;
    top: 150px;
    right: 320px;
    position: absolute;
}

.bubble-about-3 {
    width: 30px;
    height: 30px;
    top: 100px;
    right: 350px;
    position: absolute;
}

.about-container {
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    gap: 96px;
    align-items: center;
    position: relative;
    z-index: 10;
    transform: translateY(-10%);
}

.about-image-wrapper {
    flex: 1;
    min-width: 600px;
    height: 500px;
    border: 8px solid white;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0px 12px 32px rgba(22, 92, 167, 0.08);
}

.about-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.section-tag {
    display: inline-flex;
    align-items: center;
    background: rgba(15, 55, 121, 0.08);
    border: 1px solid #0f3779;
    border-radius: 100px;
    padding: 6px 16px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    color: #0f3779;
    width: fit-content;
}

.section-tag.light {
    background: rgba(255, 255, 255, 0.13);
    border-color: #7fd8ff;
    color: #7fd8ff;
}

.about-headers {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.section-title {
    font-family: 'DM Serif Text', serif;
    font-size: 48px;
    font-weight: 400;
    line-height: 1.2;
    color: #1a2e40;
}

.section-subtitle {
    font-size: 18px;
    line-height: 1.6;
    color: #506575;
}

.about-text {
    font-size: 16px;
    line-height: 1.7;
    color: #506575;
}

/* ===== Services Section ===== */
.services-section {
    background: #0f3779;
    padding: 40px 80px;
    min-height: 100svh;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    position: relative;
    overflow: hidden;
}

.bubble-services-1 { width: 65px; height: 65px; top: 100px; left: 10%; transform: translateX(-50%); animation-duration: 2.5s; }
.bubble-services-2 { width: 45px; height: 45px; bottom: 170px; left: 50%; transform: translateX(-40%); animation-duration: 1.5s; }
.bubble-services-3 { width: 80px; height: 80px; bottom: 50%; right: 10%; transform: translateX(-50%); animation-duration: 2.5s; }

.bubble-services-1,
.bubble-services-2,
.bubble-services-3 {
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    clip-path: circle(50% at 50% 50%);
}

.services-header {
    text-align: center;
    position: relative;
    z-index: 10;
}

.services-header .section-tag {
    display: flex;
    justify-content: center;
    margin: 0 auto 24px;
}

.services-title {
    font-family: 'DM Serif Text', serif;
    font-size: 48px;
    font-weight: 400;
    color: white;
    margin-bottom: 24px;
}

.services-subtitle {
    font-size: 16px;
    color: #7fd8ff;
    max-width: 640px;
    margin: 0 auto;
    line-height: 1.6;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 280px));
    gap: 32px;
    max-width: 1280px;
    margin: clamp(24px, 8vh, 56px) auto 0;
    justify-content: center;
    position: relative;
    z-index: 10;
}

.service-card {
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 16px;
    padding: 40px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    transition: all 0.3s ease;
}

.service-card:hover {
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.4);
    transform: translateY(-4px);
}

.service-icon {
    width: 48px;
    height: 48px;
    background: rgba(127, 216, 255, 0.13);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #7fd8ff;
}

.service-icon svg {
    width: 24px;
    height: 24px;
}

.service-title {
    font-family: 'DM Serif Text', serif;
    font-size: 24px;
    font-weight: 400;
    color: white;
}

.service-description {
    font-size: 15px;
    line-height: 1.5;
    color: #e0f4ff;
}

/* ===== Location Section ===== */
.location-section {
    background: linear-gradient(135deg, #ffffff 0%, #bfe8ff 100%);
    padding: 40px 80px;
    min-height: 100svh;
    display: flex;
    align-items: flex-start;
}

.location-container {
    max-width: 1280px;
    margin: 80px auto 0;
    display: flex;
    gap: 96px;
    align-items: center;
    transform: none;
}

.location-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.location-titles {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.location-subtitle {
    font-size: 18px;
    color: #506575;
    line-height: 1.6;
}

.location-details {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.detail-item {
    display: flex;
    gap: 16px;
    align-items: flex-start;
}

.detail-icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.detail-icon svg {
    width: 20px;
    height: 20px;
}

.detail-content h3 {
    font-size: 16px;
    font-weight: 600;
    color: #1a2e40;
    margin-bottom: 8px;
}

.detail-content p {
    font-size: 15px;
    color: #506575;
    line-height: 1.6;
}

.working-hours {
    display: grid;
    gap: 2px;
    min-width: 190px;
    font-size: 15px;
    color: #506575;
}

.working-hours-row {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: baseline;
    line-height: 1.5;
}

.working-hours-row span:last-child {
    grid-column: 3;
    justify-self: end;
}

.working-hours-row span:first-child {
    font-weight: 600;
    color: #1a2e40;
}

.location-map {
    flex: 1;
    width: 100%;
    height: 400px;
    min-width: 0;
    min-height: 400px;
    border-radius: 16px;
    overflow: hidden;
    cursor: pointer;
}

.location-map iframe {
    display: block;
    width: 100%;
    height: 400px;
    pointer-events: none;
}

.location-map.is-active {
    cursor: grab;
}

.location-map.is-active iframe {
    pointer-events: auto;
}

/* ===== Contact Section ===== */
.contact-section {
    background: linear-gradient(135deg, #f0f8ff 0%, #e0f4ff 100%);
    padding: 40px 80px;
    min-height: 100svh;
    display: flex;
    align-items: flex-start;
}

.contact-container {
    max-width: 1280px;
    margin: 120px auto 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
    transform: translateY(-10%);
}

.contact-info {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.contact-details {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 12px;
}

.contact-icon {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}

.contact-item a {
    font-size: 16px;
    color: #1a2e40;
    font-weight: 500;
    text-decoration: none;
}

.contact-form-wrapper {
    background: white;
    padding: 40px;
    border-radius: 16px;
    box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.08);
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.form-input {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #d1dce6;
    border-radius: 8px;
    font-size: 15px;
    font-family: 'Geist', sans-serif;
    transition: all 0.3s ease;
}

.contact-form textarea {
    resize: none;
}

.form-input:focus {
    outline: none;
    border-color: #0f3779;
    box-shadow: 0 0 0 3px rgba(15, 55, 121, 0.1);
}

.form-input::placeholder {
    color: #a0a9b3;
}

.form-submit {
    padding: 14px 32px;
    background: #0f3779;
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: 'Geist', sans-serif;
}

.form-submit:hover {
    background: #0a2555;
    transform: translateY(-2px);
}

.form-submit:disabled {
    opacity: 0.7;
    cursor: wait;
    transform: none;
}

.form-submit-wrap {
    --form-action-height: 48px;
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
}

.form-submit {
    min-height: var(--form-action-height);
}

.form-send-message-status {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    margin-top: 0;
    min-height: var(--form-action-height);
    display: inline-flex;
    align-items: center;
    padding: 12px 14px;
    border-radius: 8px;
    background: #4caf50;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
    white-space: nowrap;
    z-index: 10;
    box-shadow: 0 8px 18px rgba(15, 55, 121, 0.2);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s ease;
    pointer-events: none;
}

.form-send-message-status.show {
    opacity: 1;
    visibility: visible;
}

.form-send-message-status.error {
    background: #ca3923;
}

/* ===== Footer ===== */
.footer {
    background: #0f3779;
    color: white;
    padding: 60px 80px 20px;
    position: relative;
    overflow: hidden;
}

.bubble-footer-1 {
    width: 78px;
    height: 78px;
    top: 28px;
    right: 8%;
    animation-delay: 0.5s;
}

.bubble-footer-2 {
    width: 48px;
    height: 48px;
    top: 112px;
    right: 12%;
    animation-delay: 1.8s;
}

.bubble-footer-3 {
    width: 32px;
    height: 32px;
    top: 56px;
    right: 15%;
    animation-delay: 2.6s;
}

.footer-container {
    max-width: 1280px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 60px;
    margin-bottom: 40px;
    position: relative;
    z-index: 1;
}

.footer-section {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.footer-description {
    font-size: 14px;
    line-height: 1.6;
    color: #a0b5c8;
}

.footer-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 12px;
}

.footer-links {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
    width: fit-content;
    margin: 0 auto;
}

.footer-links a {
    color: #a0b5c8;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s ease;
}

.footer-links a:hover {
    color: #7fd8ff;
}

.social-links {
    display: flex;
    gap: 16px;
}

.social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    color: #a0b5c8;
    text-decoration: none;
    border: 1px solid rgba(160, 181, 200, 0.35);
    border-radius: 8px;
    -webkit-tap-highlight-color: transparent;
    transition: color 0.3s ease, border-color 0.3s ease, background 0.3s ease;
}

.social-link:focus {
    outline: none;
}

.social-link:focus-visible {
    box-shadow: 0 0 0 3px rgba(127, 216, 255, 0.45);
}

.social-link:hover {
    color: #7fd8ff;
    border-color: #7fd8ff;
    background: rgba(127, 216, 255, 0.1);
}

.social-link svg {
    width: 20px;
    height: 20px;
    display: block;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 20px;
    text-align: center;
    font-size: 13px;
    color: #a0b5c8;
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: relative;
    z-index: 1;
}

.scroll-to-top {
    position: fixed;
    right: 24px;
    bottom: 24px;
    z-index: 90;
    display: none;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(22, 92, 167, 0.28);
    border-radius: 50%;
    background:
        radial-gradient(circle at 28% 24%, rgba(255, 255, 255, 0.85) 0 4%, rgba(255, 255, 255, 0.18) 12%, transparent 28%),
        radial-gradient(circle at 68% 72%, rgba(127, 216, 255, 0.2), transparent 55%),
        radial-gradient(circle at 50% 45%, rgba(255, 255, 255, 0.04) 45%, rgba(127, 216, 255, 0.16) 78%, rgba(255, 255, 255, 0.58) 100%);
    color: #0f3779;
    cursor: pointer;
    line-height: 0;
    outline: none;
    -webkit-tap-highlight-color: transparent;
    box-shadow:
        inset 4px 4px 8px rgba(255, 255, 255, 0.22),
        inset -4px -5px 9px rgba(15, 55, 121, 0.14),
        0 0 14px rgba(127, 216, 255, 0.28),
        0 6px 16px rgba(15, 55, 121, 0.18);
    transition: background 0.3s ease, transform 0.3s ease;
}

.scroll-to-top:hover {
    background:
        radial-gradient(circle at 28% 24%, rgba(255, 255, 255, 0.95) 0 4%, rgba(255, 255, 255, 0.24) 12%, transparent 28%),
        radial-gradient(circle at 68% 72%, rgba(127, 216, 255, 0.3), transparent 55%),
        radial-gradient(circle at 50% 45%, rgba(255, 255, 255, 0.08) 45%, rgba(127, 216, 255, 0.22) 78%, rgba(255, 255, 255, 0.7) 100%);
    transform: translateY(-3px);
}

.scroll-to-top:focus-visible {
    box-shadow:
        inset 4px 4px 8px rgba(255, 255, 255, 0.22),
        inset -4px -5px 9px rgba(15, 55, 121, 0.14),
        0 0 0 3px rgba(15, 55, 121, 0.35),
        0 0 14px rgba(127, 216, 255, 0.28),
        0 6px 16px rgba(15, 55, 121, 0.18);
}

.scroll-to-top.on-blue {
    color: white;
}

.scroll-to-top svg {
    display: block;
}

/* ===== Responsive Design ===== */
@media (max-width: 1200px) {
    .header-container,
    .hero-section,
    .about-section,
    .location-section,
    .contact-section,
    .footer {
        padding-left: 40px;
        padding-right: 40px;
    }
    
    .logo-text { 
        font-size: 32px;
        font-weight: 400;
    }

    .services-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .hero-content {
        gap: 40px;
    }
    
    .about-container,
    .location-container {
        gap: 48px;
    }
    
    .hero-title {
        font-size: 48px;
    }
    
    .section-title {
        font-size: 36px;
    }
}

@media (max-width: 768px) {
    .header {
        padding: 0 0;
    }

    .header-container {
        width: 100%;
        max-width: 100%;
        flex-wrap: nowrap;
        padding: 8px 16px;
        gap: 6px;
        overflow: hidden;
    }

    .logo-icon {
        width: 64px;
        height: 64px;
        filter: brightness(1.12) contrast(1.06) saturate(1.05);
    }

    .logo-group {
        gap: 6px;
        min-width: 0;
        overflow: hidden;
    }

    .logo-text {
        font-size: 17px;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    
    .navigation {
        position: fixed;
        top: 68px;
        right: 0;
        width: 140px;
        padding: 0;
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        background: transparent;
        box-shadow: none;
        transform: translateX(105%);
        transition: transform 0.25s ease;
        visibility: hidden;
    }

    .navigation.is-open {
        transform: translateX(0);
        visibility: visible;
    }
    
    .nav-link {
        padding: 12px 16px;
        font-size: 15px;
        background: linear-gradient(135deg, #0f3779 0%, #165ca7 100%);
        border-bottom: 1px solid rgba(255, 255, 255, 0.18);
    }

    .nav-link:first-child {
        border-top-left-radius: 24px;
    }

    .nav-link:last-child {
        border-bottom-left-radius: 24px;
    }

    .header-phone {
        margin-left: auto;
        gap: 4px;
        height: 38px;
        padding: 4px 5px;
        border-radius: 6px;
        min-width: 0;
        flex-shrink: 1;
    }

    .phone-icon {
        width: 18px;
        height: 18px;
        padding: 2px;
    }

    .phone-number {
        font-size: 11px;
        white-space: nowrap;
    }

    .menu-toggle {
        display: flex;
        flex: 0 0 38px;
        width: 38px;
        height: 38px;
        margin-left: 2px;
        margin-right: 2px;
        padding: 8px 6px;
        flex-direction: column;
        justify-content: center;
        gap: 4px;
        border: 1px solid rgba(255, 255, 255, 0.35);
        border-radius: 6px;
        background: rgba(255, 255, 255, 0.12);
        cursor: pointer;
    }

    .menu-toggle span {
        display: block;
        width: 100%;
        height: 2px;
        background: white;
        border-radius: 2px;
    }
    
    .hero-section {
        padding: 10px 50px 20px;
        min-height: 100svh;
        height: 100svh;
    }
    
    .hero-content {
        flex-direction: column;
        gap: 12px;
    }

    .hero-visual {
        width: min(100%, 364px);
        height: auto;
        min-height: 0;
        transform: none;
        display: flex;
        justify-content: center;
    }
    
    .hero-title {
        font-size: 36px;
    }

    .bubble-1,
    .bubble-7,
    .bubble-8 {
        display: none;
    }

    .bubble-3 {
        top: 100px;
        left: 90px;
    }

     .bubble-4 {
        top: 60px;
        left: 130px;
    }

    .bubble-6 {
        top: 100px;
        right: auto;
        left: 64px;
    }

    .bubble-7 { 
        width: 30px; height: 30px; bottom: 150px; left: 150px; animation-delay: 0.5s; 
    }

    .bubble-8 {
        width: 50px; 
        height: 50px;
        bottom: 160px;
        right: auto;
        left: 60px;
    }
    
    .about-section,
    .location-section,
    .contact-section,
    .services-section {
        padding: 12px 20px 20px;
        min-height: auto;
    }

    .services-header {
        margin-top: 30px;
    }

    .services-title {
        line-height: 1.08;
    }

    .bubble-about-1 {
        width: 60px;
        height: 60px;
        top: auto;
        right: auto;
        bottom: 20px;
        left: 6%;
    }

    .bubble-about-2 {
        top: auto;
        right: auto;
        bottom: 48px;
        left: 25%;
    }

    .bubble-about-3 {
        top: auto;
        right: auto;
        bottom: 10px;
        left: 25%;
    }
    
    .about-container,
    .location-container {
        flex-direction: column;
        gap: 40px;
        transform: none;
    }

    .location-container,
    .contact-container {
        transform: none;
    }

    .location-container {
        margin-top: 30px;
    }

    .location-map {
        width: calc(100% - 16px);
        min-height: 280px;
        margin: 0 auto;
    }

    .location-map iframe {
        height: 280px;
    }
    
    .about-image-wrapper {
        min-width: 100%;
    }
    
    .services-grid {
        grid-template-columns: 1fr;
        width: min(100%, 420px);
        margin-top: 36px;
        margin-left: auto;
        margin-right: auto;
    }
    
    .contact-container {
        grid-template-columns: 1fr;
        gap: 40px;
        margin-top: 30px;
    }

    .form-submit-wrap {
        align-items: stretch;
        margin-bottom: 56px;
    }

    .form-submit {
        width: min(100%, 280px);
        margin-left: auto;
        margin-right: auto;
    }

    .form-send-message-status {
        top: calc(100% + 20px);
        left: 0;
        right: 0;
        width: min(100%, 280px);
        transform: none;
        justify-content: center;
        text-align: center;
        white-space: normal;
        margin-left: auto;
        margin-right: auto;
    }

    .form-send-message-status.error {
        left: 50%;
        right: auto;
        width: max-content;
        max-width: 100%;
        transform: translateX(-50%);
    }

    .contact-form-wrapper {
        padding: 24px 8px;
    }

    .g-recaptcha {
        zoom: 0.9;
        width: fit-content;
        min-height: 82px;
        min-width: 0;
        margin-bottom: 4px;
    }
    
    .footer-container {
        grid-template-columns: 1fr;
        justify-items: center;
        text-align: center;
        gap: 28px;
        margin-bottom: 24px;
    }

    .footer-section {
        align-items: center;
        width: 100%;
        gap: 8px;
    }

    .footer-description {
        max-width: 320px;
    }

    .footer-links {
        align-items: flex-start;
    }

    .footer-title {
        margin-bottom: 6px;
    }

    .bubble-footer-1 {
        top: 24px;
        right: 8%;
    }

    .bubble-footer-2 {
        top: 120px;
        right: 8%;
    }

    .bubble-footer-3 {
        top: 184px;
        right: 8%;
    }
    
    .section-title {
        font-size: 28px;
    }
}

@media (max-width: 360px) {
    .header-container {
        padding: 6px 10px;
        gap: 4px;
    }

    .logo-group {
        gap: 4px;
    }

    .logo-icon {
        width: 52px;
        height: 52px;
    }

    .logo-text {
        font-size: 14px;
    }

    .header-phone {
        gap: 3px;
        height: 34px;
        padding: 3px 4px;
    }

    .phone-icon {
        width: 16px;
        height: 16px;
        padding: 2px;
    }

    .phone-number {
        font-size: 10px;
    }

    .menu-toggle {
        flex: 0 0 34px;
        width: 34px;
        height: 34px;
        margin-left: 1px;
        margin-right: 1px;
        padding: 7px 6px;
    }

    .g-recaptcha {
        zoom: 1;
    }
}

@media (orientation: landscape) and (max-width: 1024px) {
    .hero-section,
    .about-section,
    .location-section,
    .contact-section,
    .services-section {
        min-height: auto;
    }

    .header {
        padding: 0 0;
        overflow: hidden;
    }

    .header-container {
        width: 100%;
        max-width: 100%;
        flex-wrap: nowrap;
        padding: 6px 16px;
        gap: 6px;
        overflow: hidden;
    }

    .logo-group {
        gap: 6px;
        min-width: 0;
        overflow: hidden;
    }

    .logo-icon {
        width: 64px;
        height: 64px;
        filter: brightness(1.12) contrast(1.06) saturate(1.05);
    }

    .logo-text {
        font-size: 17px;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .header-phone {
        margin-left: auto;
        gap: 4px;
        height: 36px;
        padding: 4px 5px;
        min-width: 0;
        flex-shrink: 1;
    }

    .phone-icon {
        width: 18px;
        height: 18px;
        padding: 2px;
    }

    .phone-number {
        font-size: 11px;
        white-space: nowrap;
    }

    .about-section {
        min-height: auto;
        padding: 24px;
    }

    .about-container {
        width: 100%;
        max-width: 100%;
        flex-direction: row;
        gap: 24px;
        align-items: center;
        transform: none;
    }

    .about-image-wrapper {
        flex: 0 0 38%;
        width: 38%;
        min-width: 0;
        height: 260px;
        border-width: 5px;
    }

    .about-content {
        flex: 1 1 0;
        min-width: 0;
        gap: 14px;
    }

    .about-headers {
        gap: 10px;
    }

    .about-content .section-title {
        font-size: 26px;
    }

    .about-content .section-subtitle,
    .about-text {
        font-size: 14px;
        line-height: 1.45;
    }

    .menu-toggle {
        display: flex;
        flex: 0 0 36px;
        width: 36px;
        height: 36px;
        margin-left: 2px;
        padding: 8px 6px;
        flex-direction: column;
        justify-content: center;
        gap: 4px;
        border: 1px solid rgba(255, 255, 255, 0.35);
        border-radius: 6px;
        background: rgba(255, 255, 255, 0.12);
        cursor: pointer;
    }

    .menu-toggle span {
        display: block;
        width: 100%;
        height: 2px;
        background: white;
        border-radius: 2px;
    }

    .navigation {
        position: fixed;
        top: 58px;
        right: 0;
        width: 140px;
        max-width: 100%;
        padding: 0;
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        background: transparent;
        box-shadow: none;
        transform: translateX(105%);
        transition: transform 0.25s ease;
        visibility: hidden;
    }

    .navigation.is-open {
        transform: translateX(0);
        visibility: visible;
    }

    .nav-link {
        padding: 10px 14px;
        font-size: 14px;
        background: linear-gradient(135deg, #0f3779 0%, #165ca7 100%);
        border-bottom: 1px solid rgba(255, 255, 255, 0.18);
    }

    .nav-link:first-child {
        border-top-left-radius: 24px;
    }

    .nav-link:last-child {
        border-bottom-left-radius: 24px;
    }

    .services-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        width: 100%;
        max-width: none;
        gap: 12px;
        margin-top: 24px;
    }

    .service-card {
        min-width: 0;
        padding: 18px;
        gap: 12px;
    }

    .service-title {
        font-size: 18px;
    }

    .service-description {
        font-size: 13px;
    }
}

/* ===== Print Styles ===== */
@media print {
    .header,
    .footer {
        display: none;
    }
}
