:root {
    --black: #0b0b0c;
    --black-soft: #151518;
    --charcoal: #242428;
    --gray-dark: #3a3a40;
    --gray: #8f939c;
    --gray-soft: #e5e7eb;
    --gray-light: #f4f5f7;
    --white: #ffffff;
    --off-white: #fafafa;
    --silver: #c9cdd3;
    --whatsapp: #25d366;
    --line: rgba(255, 255, 255, 0.13);
    --line-dark: rgba(11, 11, 12, 0.12);
    --line-light: rgba(255, 255, 255, 0.14);
    --shadow: 0 30px 90px rgba(0, 0, 0, 0.35);
    --shadow-soft: 0 20px 60px rgba(0, 0, 0, 0.24);
    --radius: 32px;
    --transition: 0.3s ease;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Inter", Arial, sans-serif;
    background:
        radial-gradient(circle at top right, rgba(255, 255, 255, 0.08), transparent 34%),
        radial-gradient(circle at bottom left, rgba(255, 255, 255, 0.06), transparent 36%),
        linear-gradient(135deg, #050505 0%, #0b0b0c 45%, #16161a 100%);
    color: var(--white);
    overflow-x: hidden;
    top: 0 !important;
}

body.menu-open {
    overflow: hidden;
}

a {
    text-decoration: none;
    color: inherit;
}

img {
    max-width: 100%;
    display: block;
}

.container {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
}

.section-padding {
    padding: 115px 0;
}

/* BACKGROUND */

.luxury-bg {
    position: fixed;
    inset: 0;
    z-index: -1;
    overflow: hidden;
    pointer-events: none;
}

.glow {
    position: absolute;
    width: 520px;
    height: 520px;
    border-radius: 50%;
    filter: blur(95px);
    opacity: 0.24;
}

.glow-one {
    top: 90px;
    right: -190px;
    background: rgba(255, 255, 255, 0.18);
}

.glow-two {
    bottom: 70px;
    left: -190px;
    background: rgba(255, 255, 255, 0.12);
}

/* HEADER */

.site-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background: rgba(5, 5, 5, 0.88);
    backdrop-filter: blur(20px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.navbar {
    min-height: 112px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
}

.brand {
    display: flex;
    align-items: center;
    gap: 18px;
    min-width: 0;
}

.brand-coded-logo {
    min-width: 0;
}

.coded-tooth {
    width: 82px;
    min-width: 82px;
    height: 70px;
    display: grid;
    place-items: center;
}

.tooth-svg {
    width: 100%;
    height: 100%;
    fill: rgba(255, 255, 255, 0.92);
    filter: drop-shadow(0 10px 28px rgba(255, 255, 255, 0.12));
}

.tooth-swoosh {
    fill: none;
    stroke: #050505;
    stroke-width: 5;
    stroke-linecap: round;
}

.tooth-swoosh.thin {
    stroke-width: 3;
}

.sparkle {
    fill: #19a7c8;
}

.brand-logo {
    height: 92px;
    width: auto;
    filter: drop-shadow(0 10px 28px rgba(255, 255, 255, 0.12));
}

.brand-text {
    min-width: 0;
}

.brand-title {
    display: block;
    font-size: 34px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: 0.14em;
    color: var(--white);
    white-space: nowrap;
}

.brand-subtitle {
    display: block;
    margin-top: 8px;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.22em;
    color: var(--silver);
    text-transform: uppercase;
    white-space: nowrap;
}

.header-actions {
    display: flex;
    align-items: center;
    gap: 18px;
    flex-shrink: 0;
}

/* WHATSAPP HEADER BUTTON */

.header-whatsapp {
    width: 64px;
    height: 64px;
    min-width: 64px;
    padding: 0;
    border: 1px solid rgba(37, 211, 102, 0.45);
    border-radius: 22px;
    background: rgba(37, 211, 102, 0.16);
    color: var(--whatsapp);
    cursor: pointer;
    box-shadow: 0 16px 34px rgba(0, 0, 0, 0.24);
    transition: var(--transition);
    display: grid;
    place-items: center;
}

.header-whatsapp:hover {
    transform: translateY(-3px);
    background: var(--whatsapp);
    color: #ffffff;
    border-color: var(--whatsapp);
}

.whatsapp-icon {
    width: 32px;
    height: 32px;
    fill: currentColor;
}

/* LANGUAGE */

.language-box {
    position: relative;
    display: flex;
    align-items: center;
}

.language-btn {
    width: 64px;
    height: 64px;
    min-width: 64px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.08);
    color: var(--white);
    cursor: pointer;
    box-shadow: 0 16px 34px rgba(0, 0, 0, 0.24);
    transition: var(--transition);
    display: grid;
    place-items: center;
    font-size: 28px;
}

.language-btn:hover {
    transform: translateY(-3px);
    background: var(--white);
    color: var(--black);
}

.language-menu {
    position: absolute;
    top: calc(100% + 12px);
    right: 0;
    width: 165px;
    padding: 9px;
    border-radius: 18px;
    background: #111113;
    box-shadow: var(--shadow);
    border: 1px solid rgba(255, 255, 255, 0.14);
    display: none;
    z-index: 1001;
}

.language-menu.active {
    display: grid;
    gap: 5px;
}

.language-menu button {
    border: none;
    background: transparent;
    cursor: pointer;
    text-align: left;
    padding: 10px 12px;
    border-radius: 13px;
    font-family: "Inter", Arial, sans-serif;
    font-size: 12.5px;
    font-weight: 800;
    color: var(--white);
    transition: var(--transition);
    display: flex;
    align-items: center;
    gap: 9px;
    width: 100%;
}

.language-menu button:hover {
    background: rgba(255, 255, 255, 0.1);
}

.language-flag {
    font-size: 16px;
    line-height: 1;
}

/* HAMBURGER */

.hamburger {
    width: 64px;
    height: 64px;
    min-width: 64px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.08);
    color: var(--white);
    cursor: pointer;
    box-shadow: 0 16px 34px rgba(0, 0, 0, 0.24);
    transition: var(--transition);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 7px;
}

.hamburger:hover,
.hamburger.active {
    transform: translateY(-3px);
    background: var(--white);
    color: var(--black);
}

.hamburger span {
    width: 28px;
    height: 2.5px;
    background: var(--white);
    border-radius: 999px;
    transition: var(--transition);
}

.hamburger:hover span,
.hamburger.active span {
    background: var(--black);
}

.hamburger.active span:nth-child(1) {
    transform: translateY(9.5px) rotate(45deg);
}

.hamburger.active span:nth-child(2) {
    opacity: 0;
}

.hamburger.active span:nth-child(3) {
    transform: translateY(-9.5px) rotate(-45deg);
}

.mobile-menu {
    display: block;
    overflow: hidden;
    max-height: 0;
    background: rgba(8, 8, 9, 0.98);
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    transition: max-height 0.35s ease;
}

.mobile-menu.active {
    max-height: 520px;
}

.mobile-menu-inner {
    padding: 18px 0 24px;
    display: grid;
    gap: 8px;
}

.mobile-menu a {
    padding: 16px 18px;
    border-radius: 18px;
    color: var(--white);
    font-size: 16px;
    font-weight: 900;
    transition: var(--transition);
}

.mobile-menu a:hover {
    background: var(--white);
    color: var(--black);
}

/* GOOGLE TRANSLATE HIDE */

.goog-te-banner-frame,
.goog-te-balloon-frame {
    display: none !important;
}

.goog-logo-link,
.goog-te-gadget span {
    display: none !important;
}

.goog-te-gadget {
    color: transparent !important;
    font-size: 0 !important;
}

.skiptranslate {
    display: none !important;
}

/* HERO */

.hero {
    min-height: 100vh;
    padding: 185px 0 90px;
    display: grid;
    align-items: center;
    position: relative;
    overflow: hidden;
    background:
        linear-gradient(
            90deg,
            rgba(5, 5, 5, 0.66) 0%,
            rgba(5, 5, 5, 0.58) 38%,
            rgba(5, 5, 5, 0.42) 68%,
            rgba(5, 5, 5, 0.24) 100%
        ),
        url("assets/klinik.jpg");
    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
}

.hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 20% 30%, rgba(255, 255, 255, 0.05), transparent 38%),
        linear-gradient(180deg, rgba(5, 5, 5, 0.02), rgba(5, 5, 5, 0.14));
    pointer-events: none;
    z-index: 0;
}

.hero .container {
    position: relative;
    z-index: 1;
}

.hero-grid {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 70px;
    align-items: center;
}

.eyebrow {
    display: inline-flex;
    margin-bottom: 22px;
    color: var(--silver);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.28em;
    text-transform: uppercase;
}

.hero h1 {
    max-width: 760px;
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(58px, 8vw, 104px);
    line-height: 0.95;
    letter-spacing: -0.05em;
    color: var(--white);
}

.hero-text {
    max-width: 620px;
    margin-top: 26px;
    font-size: 18px;
    line-height: 1.9;
    color: rgba(255, 255, 255, 0.72);
}

.hero-actions {
    margin-top: 38px;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.primary-btn,
.secondary-btn {
    min-height: 58px;
    padding: 0 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    font-weight: 900;
    transition: var(--transition);
}

.primary-btn {
    background: var(--white);
    color: var(--black);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35);
}

.primary-btn:hover {
    transform: translateY(-4px);
    background: var(--silver);
}

.secondary-btn {
    background: rgba(255, 255, 255, 0.08);
    color: var(--white);
    border: 1px solid rgba(255, 255, 255, 0.18);
    backdrop-filter: blur(10px);
}

.secondary-btn:hover {
    transform: translateY(-4px);
    background: var(--white);
    color: var(--black);
}

.hero-stats {
    margin-top: 48px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(14px);
}

.hero-stats div {
    padding: 20px 18px;
    border-right: 1px solid rgba(255, 255, 255, 0.14);
}

.hero-stats div:last-child {
    border-right: none;
}

.hero-stats strong {
    display: block;
    color: var(--white);
    font-size: 18px;
    font-weight: 900;
}

.hero-stats span {
    display: block;
    margin-top: 4px;
    color: rgba(255, 255, 255, 0.65);
    font-size: 13px;
    font-weight: 600;
}

.hero-visual {
    position: relative;
}

.logo-frame {
    padding: 12px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(201, 205, 211, 0.6), rgba(255, 255, 255, 0.15));
    box-shadow: var(--shadow);
}

.logo-circle {
    aspect-ratio: 1;
    border-radius: 50%;
    background:
        radial-gradient(circle at top, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.04)),
        linear-gradient(135deg, #0d0d0f, #1f1f24);
    display: grid;
    place-items: center;
    padding: 58px;
    border: 1px solid rgba(255, 255, 255, 0.16);
}

.main-logo {
    width: min(360px, 84%);
    animation: luxuryFloat 4s ease-in-out infinite;
    filter: drop-shadow(0 16px 34px rgba(0, 0, 0, 0.28));
}

@keyframes luxuryFloat {
    0%, 100% {
        transform: translateY(0) scale(1);
    }

    50% {
        transform: translateY(-12px) scale(1.02);
    }
}

.floating-card {
    position: absolute;
    background: rgba(12, 12, 14, 0.92);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 999px;
    padding: 14px 18px;
    display: flex;
    align-items: center;
    gap: 9px;
    color: var(--white);
    font-size: 14px;
    font-weight: 900;
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.35);
}

.floating-card span {
    color: var(--silver);
}

.card-one {
    top: 15%;
    left: -20px;
}

.card-two {
    bottom: 14%;
    right: -10px;
}

/* SECTIONS */

.section-label {
    color: var(--silver);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.28em;
    text-transform: uppercase;
}

.about-grid,
.work-grid,
.contact-grid {
    display: grid;
    grid-template-columns: 0.85fr 1.15fr;
    gap: 56px;
    align-items: start;
}

.section-intro h2,
.center-heading h2,
.work-content h2,
.experience-box h2,
.contact-info h2 {
    margin-top: 14px;
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(44px, 5vw, 72px);
    line-height: 0.98;
    letter-spacing: -0.04em;
    color: var(--white);
}

/* ABOUT */

.about {
    position: relative;
    overflow: hidden;
    background:
        linear-gradient(
            135deg,
            rgba(5, 5, 5, 0.66),
            rgba(11, 11, 12, 0.58)
        ),
        url("assets/about.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.about::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at top left, rgba(255, 255, 255, 0.05), transparent 34%),
        linear-gradient(180deg, rgba(5, 5, 5, 0.02), rgba(5, 5, 5, 0.12));
    pointer-events: none;
}

.about .container {
    position: relative;
    z-index: 1;
}

.about-card {
    padding: 44px;
    border-radius: var(--radius);
    background: linear-gradient(135deg, rgba(10, 10, 12, 0.66), rgba(255, 255, 255, 0.045));
    box-shadow: var(--shadow-soft);
    border: 1px solid rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(10px);
}

.about-card p,
.work-content p,
.experience-box p,
.contact-info p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 17px;
    line-height: 1.9;
}

.about-card p {
    margin-bottom: 18px;
}

.about-card p:last-child {
    margin-bottom: 0;
}

.about-card strong {
    color: var(--white);
    font-weight: 900;
}

.mission-vision-grid {
    margin-top: 34px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.info-panel {
    padding: 38px;
    border-radius: var(--radius);
    background: linear-gradient(135deg, rgba(10, 10, 12, 0.66), rgba(255, 255, 255, 0.045));
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: var(--shadow-soft);
    backdrop-filter: blur(10px);
}

.info-panel h3 {
    margin-top: 14px;
    margin-bottom: 20px;
    font-family: "Cormorant Garamond", serif;
    font-size: 38px;
    line-height: 1;
    letter-spacing: -0.03em;
    color: var(--white);
}

.info-panel p {
    margin-top: 14px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 16px;
    line-height: 1.85;
}

.values-section {
    margin-top: 70px;
}

.values-grid {
    margin-top: 42px;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 18px;
}

.value-card {
    min-height: 245px;
    padding: 26px;
    border-radius: var(--radius);
    background: linear-gradient(135deg, rgba(10, 10, 12, 0.66), rgba(255, 255, 255, 0.045));
    color: var(--white);
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: var(--shadow-soft);
    transition: var(--transition);
    backdrop-filter: blur(10px);
}

.value-card:hover {
    transform: translateY(-8px);
    background: var(--white);
    color: var(--black);
}

.value-card span {
    color: var(--silver);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.2em;
}

.value-card h3 {
    margin-top: 34px;
    font-size: 21px;
    font-weight: 900;
    color: inherit;
}

.value-card p {
    margin-top: 14px;
    color: rgba(255, 255, 255, 0.68);
    font-size: 15px;
    line-height: 1.7;
}

.value-card:hover p,
.value-card:hover span {
    color: rgba(0, 0, 0, 0.65);
}

/* INTERNATIONAL / DENTAL TOURISM SECTION */

.international {
    position: relative;
    overflow: hidden;
    background:
        linear-gradient(
            135deg,
            rgba(5, 5, 5, 0.64),
            rgba(17, 17, 19, 0.58) 55%,
            rgba(29, 29, 34, 0.58)
        ),
        url("assets/tourism.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: var(--white);
}

.international::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at top right, rgba(255, 255, 255, 0.06), transparent 36%),
        radial-gradient(circle at bottom left, rgba(37, 211, 102, 0.035), transparent 34%);
    pointer-events: none;
}

.international .container {
    position: relative;
    z-index: 1;
}

.international-box {
    padding: 64px;
    border-radius: 44px;
    background:
        linear-gradient(135deg, rgba(10, 10, 12, 0.66), rgba(255, 255, 255, 0.045));
    border: 1px solid rgba(255, 255, 255, 0.13);
    box-shadow: var(--shadow);
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 50px;
    align-items: center;
    backdrop-filter: blur(10px);
}

.international-content h2 {
    margin-top: 14px;
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(44px, 5vw, 72px);
    line-height: 0.98;
    letter-spacing: -0.04em;
    color: var(--white);
}

.international-content p {
    margin-top: 22px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 17px;
    line-height: 1.9;
}

.international-actions {
    margin-top: 34px;
}

.international-btn {
    min-height: 58px;
    padding: 0 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: var(--white);
    color: var(--black);
    font-size: 15px;
    font-weight: 900;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35);
    transition: var(--transition);
}

.international-btn:hover {
    transform: translateY(-4px);
    background: var(--whatsapp);
    color: var(--white);
}

.international-services {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
}

.international-service-card {
    min-height: 220px;
    padding: 26px;
    border-radius: var(--radius);
    background: linear-gradient(135deg, rgba(10, 10, 12, 0.66), rgba(255, 255, 255, 0.045));
    border: 1px solid rgba(255, 255, 255, 0.13);
    box-shadow: 0 20px 55px rgba(0, 0, 0, 0.18);
    transition: var(--transition);
    backdrop-filter: blur(10px);
}

.international-service-card:hover {
    transform: translateY(-8px);
    background: rgba(255, 255, 255, 0.13);
    border-color: rgba(255, 255, 255, 0.22);
}

.international-number {
    display: block;
    color: var(--silver);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.2em;
}

.international-icon {
    display: inline-flex;
    margin-top: 24px;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.1);
    font-size: 22px;
}

.international-service-card strong {
    display: block;
    margin-top: 22px;
    color: var(--white);
    font-size: 20px;
    line-height: 1.25;
}

.international-service-card p {
    margin-top: 14px;
    color: rgba(255, 255, 255, 0.66);
    font-size: 15px;
    line-height: 1.7;
}

/* SERVICES */

.services {
    background:
        radial-gradient(circle at top right, rgba(255, 255, 255, 0.12), transparent 35%),
        linear-gradient(135deg, #0b0b0c, #1d1d22 52%, #2e2e34);
    color: var(--white);
}

.services .section-label {
    color: var(--silver);
}

.services h2 {
    color: var(--white);
}

.services .center-heading p {
    max-width: 760px;
    margin: 20px auto 0;
    color: rgba(255, 255, 255, 0.68);
    font-size: 17px;
    line-height: 1.85;
}

.center-heading {
    max-width: 760px;
    margin: 0 auto;
    text-align: center;
}

.service-grid {
    margin-top: 54px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
}

.premium-service-grid {
    grid-template-columns: repeat(3, 1fr);
}

.service-card {
    position: relative;
    overflow: hidden;
    min-height: 315px;
    padding: 30px;
    border-radius: var(--radius);
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.13);
    transition: var(--transition);
}

.service-card::after {
    content: "";
    position: absolute;
    width: 140px;
    height: 140px;
    right: -60px;
    top: -60px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    transition: var(--transition);
}

.service-card:hover {
    transform: translateY(-10px);
    background: rgba(255, 255, 255, 0.1);
}

.service-card:hover::after {
    transform: scale(1.8);
}

.service-number {
    position: relative;
    z-index: 1;
    color: var(--silver);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.2em;
}

.service-card h3 {
    position: relative;
    z-index: 1;
    margin-top: 42px;
    min-height: 58px;
    font-size: 23px;
    line-height: 1.2;
}

.service-card p {
    position: relative;
    z-index: 1;
    margin-top: 16px;
    color: rgba(255, 255, 255, 0.68);
    font-size: 15px;
    line-height: 1.75;
}

.featured-service {
    grid-column: span 3;
    min-height: 230px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.06)),
        rgba(255, 255, 255, 0.08);
}

.featured-service h3 {
    min-height: auto;
    font-size: 30px;
}

.featured-service p {
    max-width: 850px;
    font-size: 16px;
}

/* WORK */

.work-content p {
    margin-top: 22px;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
}

.gallery-card {
    min-height: 230px;
    position: relative;
    border-radius: var(--radius);
    overflow: hidden;
    background: #111;
    padding: 28px;
    display: flex;
    align-items: flex-end;
    box-shadow: var(--shadow-soft);
    transition: var(--transition);
}

.gallery-card img {
    display: block;
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.78;
    z-index: 0;
    transition: var(--transition);
}

.gallery-card::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(
            180deg,
            rgba(5, 5, 5, 0.05),
            rgba(5, 5, 5, 0.62)
        );
    pointer-events: none;
}

.gallery-card:hover {
    transform: translateY(-8px);
}

.gallery-card:hover img {
    transform: scale(1.08);
    opacity: 0.86;
}

.gallery-card span {
    position: relative;
    z-index: 2;
    color: var(--white);
    font-size: 22px;
    font-weight: 900;
}

/* EXPERIENCE */

.experience {
    padding-top: 0;
}

.experience-box {
    padding: 70px;
    border-radius: 44px;
    text-align: center;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.035));
    box-shadow: var(--shadow-soft);
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.experience-box p {
    max-width: 680px;
    margin: 22px auto 0;
}

/* CONTACT */

.contact {
    background:
        radial-gradient(circle at top left, rgba(255, 255, 255, 0.12), transparent 34%),
        linear-gradient(135deg, #0b0b0c, #1a1a1e 55%, #2b2b31);
    color: var(--white);
}

.contact .section-label {
    color: var(--silver);
}

.contact-info h2 {
    color: var(--white);
}

.contact-info p {
    margin-top: 22px;
    color: rgba(255, 255, 255, 0.68);
}

.contact-list {
    margin-top: 34px;
    display: grid;
    gap: 14px;
}

.contact-item {
    display: block;
    padding: 20px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    transition: var(--transition);
}

.contact-item:hover {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.24);
}

.contact-item span {
    display: block;
    color: var(--silver);
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.18em;
}

.contact-item strong {
    display: block;
    margin-top: 7px;
    color: var(--white);
    line-height: 1.5;
    font-size: 17px;
}

.contact-item small {
    display: block;
    margin-top: 6px;
    color: rgba(255, 255, 255, 0.55);
    font-size: 13px;
    line-height: 1.5;
}

/* WHATSAPP CONTACT GREEN STYLE */

.contact-item[href*="wa.me"] {
    background: rgba(37, 211, 102, 0.1);
    border-color: rgba(37, 211, 102, 0.35);
}

.contact-item[href*="wa.me"] span {
    color: var(--whatsapp);
}

.contact-item[href*="wa.me"]:hover {
    transform: translateY(-5px);
    background: rgba(37, 211, 102, 0.2);
    border-color: rgba(37, 211, 102, 0.7);
    box-shadow: 0 20px 55px rgba(37, 211, 102, 0.16);
}

.contact-item[href*="wa.me"]:hover span {
    color: var(--whatsapp);
}

.contact-right {
    display: grid;
    gap: 18px;
}

.contact-form {
    padding: 34px;
    border-radius: var(--radius);
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.14);
    box-shadow: var(--shadow);
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

input,
textarea {
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.08);
    border-radius: 18px;
    padding: 18px;
    font-family: "Inter", Arial, sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: var(--white);
    outline: none;
}

input::placeholder,
textarea::placeholder {
    color: rgba(255, 255, 255, 0.55);
}

input:focus,
textarea:focus {
    border-color: var(--white);
    box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.12);
}

.contact-form > input,
.contact-form textarea,
.contact-form button {
    margin-top: 14px;
}

textarea {
    min-height: 160px;
    resize: vertical;
}

.contact-form button {
    width: 100%;
    min-height: 60px;
    border: none;
    border-radius: 18px;
    background: var(--white);
    color: var(--black);
    cursor: pointer;
    font-size: 16px;
    font-weight: 900;
    transition: var(--transition);
}

.contact-form button:hover {
    background: var(--silver);
    transform: translateY(-3px);
}

.map-box {
    width: 100%;
    min-height: 300px;
    border-radius: var(--radius);
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.14);
    box-shadow: var(--shadow-soft);
    background: rgba(255, 255, 255, 0.08);
}

.map-box iframe {
    width: 100%;
    height: 100%;
    min-height: 300px;
    border: 0;
    display: block;
    filter: grayscale(100%) invert(92%) contrast(90%);
}

footer {
    padding: 30px 20px;
    background: var(--black);
    color: rgba(255, 255, 255, 0.65);
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.7;
}

/* ANIMATION */

.reveal {
    opacity: 0;
    transform: translateY(34px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.reveal.visible {
    opacity: 1;
    transform: translateY(0);
}

/* RESPONSIVE */

@media (max-width: 1100px) {
    .hero-grid,
    .about-grid,
    .work-grid,
    .contact-grid,
    .international-box {
        grid-template-columns: 1fr;
    }

    .hero-content {
        text-align: center;
    }

    .hero-text {
        margin-left: auto;
        margin-right: auto;
    }

    .hero-actions {
        justify-content: center;
    }

    .hero-stats {
        max-width: 700px;
        margin-left: auto;
        margin-right: auto;
    }

    .hero-visual {
        max-width: 560px;
        margin: 0 auto;
    }

    .service-grid,
    .premium-service-grid,
    .mission-vision-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .featured-service {
        grid-column: span 2;
    }

    .values-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .international-box {
        align-items: start;
    }
}

@media (max-width: 700px) {
    .container {
        width: min(100% - 24px, 1180px);
    }

    .section-padding {
        padding: 82px 0;
    }

    .site-header {
        background: rgba(5, 5, 5, 0.96);
    }

    .navbar {
        min-height: 84px;
        width: calc(100% - 16px);
        gap: 6px;
    }

    .brand {
        flex: 1 1 auto;
        max-width: calc(100% - 138px);
        gap: 5px;
        overflow: hidden;
    }

    .coded-tooth {
        width: 30px;
        min-width: 30px;
        height: 28px;
    }

    .brand-text {
        display: block;
        min-width: 0;
        overflow: hidden;
    }

    .brand-title {
        font-size: 13px;
        letter-spacing: 0.07em;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .brand-subtitle {
        display: block;
        margin-top: 4px;
        font-size: 5.8px;
        line-height: 1;
        letter-spacing: 0.08em;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .header-actions {
        gap: 5px;
        flex: 0 0 auto;
    }

    .header-whatsapp,
    .language-btn,
    .hamburger {
        width: 39px;
        height: 39px;
        min-width: 39px;
        border-radius: 12px;
        padding: 0;
    }

    .whatsapp-icon {
        width: 18px;
        height: 18px;
    }

    .language-btn {
        font-size: 16px;
    }

    .language-menu {
        width: 150px;
        top: calc(100% + 10px);
        right: -44px;
    }

    .language-menu button {
        font-size: 12px;
        padding: 10px 11px;
    }

    .language-flag {
        font-size: 15px;
    }

    .hamburger {
        gap: 5px;
    }

    .hamburger span {
        width: 17px;
        height: 2px;
    }

    .hamburger.active span:nth-child(1) {
        transform: translateY(7px) rotate(45deg);
    }

    .hamburger.active span:nth-child(3) {
        transform: translateY(-7px) rotate(-45deg);
    }

    .mobile-menu-inner {
        padding: 14px 0 22px;
    }

    .mobile-menu a {
        padding: 15px 16px;
        font-size: 15px;
    }

    .hero {
        padding: 125px 0 70px;
        background:
            linear-gradient(
                180deg,
                rgba(5, 5, 5, 0.64),
                rgba(11, 11, 12, 0.58)
            ),
            url("assets/klinik.jpg");
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
    }

    .hero h1 {
        font-size: 56px;
    }

    .hero-actions {
        flex-direction: column;
    }

    .primary-btn,
    .secondary-btn {
        width: 100%;
    }

    .hero-stats {
        grid-template-columns: 1fr;
    }

    .hero-stats div {
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.14);
    }

    .hero-stats div:last-child {
        border-bottom: none;
    }

    .logo-circle {
        padding: 36px;
    }

    .floating-card {
        position: static;
        margin-top: 12px;
        justify-content: center;
    }

    .card-one,
    .card-two {
        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
    }

    .about {
        background:
            linear-gradient(
                180deg,
                rgba(5, 5, 5, 0.64),
                rgba(11, 11, 12, 0.58)
            ),
            url("assets/about.jpg");
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
    }

    .international {
        background:
            linear-gradient(
                180deg,
                rgba(5, 5, 5, 0.64),
                rgba(11, 11, 12, 0.58)
            ),
            url("assets/tourism.jpg");
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
    }

    .international-box {
        padding: 28px;
        border-radius: 28px;
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .international-services {
        grid-template-columns: 1fr;
    }

    .international-service-card {
        min-height: auto;
    }

    .international-btn {
        width: 100%;
    }

    .section-intro h2,
    .center-heading h2,
    .work-content h2,
    .experience-box h2,
    .contact-info h2,
    .international-content h2 {
        font-size: 44px;
    }

    .about-card,
    .contact-form,
    .info-panel {
        padding: 24px;
        border-radius: 26px;
    }

    .about-card,
    .info-panel,
    .international-box,
    .value-card,
    .international-service-card {
        background: linear-gradient(
            135deg,
            rgba(10, 10, 12, 0.72),
            rgba(255, 255, 255, 0.05)
        );
        backdrop-filter: blur(9px);
    }

    .service-grid,
    .premium-service-grid,
    .gallery-grid,
    .form-row,
    .mission-vision-grid,
    .values-grid {
        grid-template-columns: 1fr;
    }

    .service-card {
        min-height: 260px;
    }

    .service-card h3 {
        min-height: auto;
    }

    .featured-service {
        grid-column: span 1;
    }

    .featured-service h3 {
        font-size: 24px;
    }

    .info-panel h3 {
        font-size: 32px;
    }

    .value-card {
        min-height: auto;
    }

    .gallery-card {
        min-height: 270px;
        border-radius: 26px;
    }

    .gallery-card img {
        display: block;
        opacity: 0.82;
    }

    .experience-box {
        padding: 38px 24px;
        border-radius: 28px;
    }

    .map-box,
    .map-box iframe {
        min-height: 260px;
    }
}

@media (max-width: 370px) {
    .navbar {
        width: calc(100% - 12px);
        gap: 4px;
    }

    .brand {
        max-width: calc(100% - 123px);
        gap: 4px;
    }

    .coded-tooth {
        width: 26px;
        min-width: 26px;
        height: 24px;
    }

    .brand-title {
        font-size: 11.5px;
        letter-spacing: 0.05em;
    }

    .brand-subtitle {
        margin-top: 3px;
        font-size: 5px;
        letter-spacing: 0.05em;
    }

    .header-actions {
        gap: 4px;
    }

    .header-whatsapp,
    .language-btn,
    .hamburger {
        width: 36px;
        height: 36px;
        min-width: 36px;
        border-radius: 11px;
    }

    .whatsapp-icon {
        width: 17px;
        height: 17px;
    }

    .language-btn {
        font-size: 15px;
    }

    .hamburger span {
        width: 16px;
    }

    .hero h1 {
        font-size: 48px;
    }
}

@media (max-width: 950px) and (orientation: landscape) {
    .navbar {
        min-height: 76px;
    }

    .brand {
        max-width: none;
        flex: 1 1 auto;
    }

    .brand-text {
        display: block;
    }

    .brand-title {
        font-size: 20px;
        letter-spacing: 0.14em;
    }

    .brand-subtitle {
        display: block;
        font-size: 7.5px;
        letter-spacing: 0.2em;
    }

    .coded-tooth {
        width: 46px;
        min-width: 46px;
        height: 42px;
    }

    .header-whatsapp,
    .language-btn,
    .hamburger {
        width: 42px;
        height: 42px;
        min-width: 42px;
        border-radius: 14px;
    }

    .whatsapp-icon {
        width: 21px;
        height: 21px;
    }

    .language-btn {
        font-size: 18px;
    }

    .hero {
        padding-top: 118px;
    }
}

/* SERVICES BACKGROUND IMAGE - DESKTOP */

.services {
    position: relative;
    overflow: hidden;
    background:
        linear-gradient(
            135deg,
            rgba(5, 5, 5, 0.64),
            rgba(17, 17, 19, 0.58) 55%,
            rgba(29, 29, 34, 0.58)
        ),
        url("assets/work6.jpg") !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    color: var(--white);
}

.services::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at top right, rgba(255, 255, 255, 0.06), transparent 36%),
        linear-gradient(180deg, rgba(5, 5, 5, 0.02), rgba(5, 5, 5, 0.14));
    pointer-events: none;
    z-index: 0;
}

.services .container {
    position: relative;
    z-index: 2;
}

.service-card {
    background: linear-gradient(
        135deg,
        rgba(10, 10, 12, 0.70),
        rgba(255, 255, 255, 0.055)
    ) !important;
    backdrop-filter: blur(10px);
}

/* FINAL TOOTH LOGO FIX - CLEAN DESKTOP + MOBILE */

.coded-tooth {
    width: 44px !important;
    min-width: 44px !important;
    height: 58px !important;
    display: grid !important;
    place-items: center !important;
    overflow: visible !important;
}

.tooth-svg {
    width: 44px !important;
    height: 58px !important;
    transform: scaleX(0.72) !important;
    transform-origin: center center !important;
    fill: rgba(255, 255, 255, 0.94) !important;
    filter: drop-shadow(0 10px 24px rgba(255, 255, 255, 0.12)) !important;
}

.brand {
    gap: 10px !important;
}

.brand-title {
    letter-spacing: 0.08em !important;
}

.brand-subtitle {
    letter-spacing: 0.13em !important;
}

@media (max-width: 950px) {
    .coded-tooth {
        width: 38px !important;
        min-width: 38px !important;
        height: 50px !important;
    }

    .tooth-svg {
        width: 38px !important;
        height: 50px !important;
        transform: scaleX(0.72) !important;
    }
}

@media (max-width: 700px) {
    .coded-tooth {
        width: 23px !important;
        min-width: 23px !important;
        height: 31px !important;
    }

    .tooth-svg {
        width: 23px !important;
        height: 31px !important;
        transform: scaleX(0.72) !important;
    }

    .brand {
        gap: 4px !important;
    }
}

@media (max-width: 370px) {
    .coded-tooth {
        width: 21px !important;
        min-width: 21px !important;
        height: 29px !important;
    }

    .tooth-svg {
        width: 21px !important;
        height: 29px !important;
        transform: scaleX(0.72) !important;
    }
}

/* SAME MOBILE PHOTO STRIP FOR HERO, ABOUT, TOURISM, SERVICES */
/* Hero and About now behave like your Services screenshot on mobile:
   full-width image at the top, content below. */

@media (max-width: 700px) {
    .hero,
    .about,
    .international,
    .services {
        background-image: none !important;
        background-color: #050505 !important;
        position: relative !important;
        overflow: hidden !important;
        padding-top: 390px !important;
    }

    .hero::before,
    .about::after,
    .international::after,
    .services::before {
        content: "" !important;
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: 390px !important;
        background-size: cover !important;
        background-position: center center !important;
        background-repeat: no-repeat !important;
        opacity: 1 !important;
        z-index: 0 !important;
        pointer-events: none !important;
    }

    .hero::before {
        background-image:
            linear-gradient(
                180deg,
                rgba(5, 5, 5, 0.08),
                rgba(5, 5, 5, 0.24),
                rgba(5, 5, 5, 0.92)
            ),
            url("assets/klinik.jpg") !important;
    }

    .about::after {
        background-image:
            linear-gradient(
                180deg,
                rgba(5, 5, 5, 0.08),
                rgba(5, 5, 5, 0.24),
                rgba(5, 5, 5, 0.92)
            ),
            url("assets/about.jpg") !important;
    }

    .international::after {
        background-image:
            linear-gradient(
                180deg,
                rgba(5, 5, 5, 0.08),
                rgba(5, 5, 5, 0.24),
                rgba(5, 5, 5, 0.92)
            ),
            url("assets/tourism.jpg") !important;
    }

    .services::before {
        background-image:
            linear-gradient(
                180deg,
                rgba(5, 5, 5, 0.08),
                rgba(5, 5, 5, 0.24),
                rgba(5, 5, 5, 0.92)
            ),
            url("assets/work6.jpg") !important;
    }

    .hero::after,
    .about::before,
    .international::before {
        opacity: 0.12 !important;
        z-index: 0 !important;
    }

    .hero .container,
    .about .container,
    .international .container,
    .services .container {
        position: relative !important;
        z-index: 2 !important;
    }

    .hero-content,
    .section-intro,
    .center-heading,
    .international-content {
        text-align: center !important;
    }

    .hero-text,
    .hero h1,
    .section-intro h2,
    .center-heading h2,
    .international-content h2 {
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .about-card,
    .info-panel,
    .international-box,
    .value-card,
    .international-service-card,
    .service-card {
        background: linear-gradient(
            135deg,
            rgba(10, 10, 12, 0.78),
            rgba(255, 255, 255, 0.06)
        ) !important;
        backdrop-filter: blur(8px) !important;
    }
}

@media (max-width: 430px) {
    .hero,
    .about,
    .international,
    .services {
        padding-top: 350px !important;
    }

    .hero::before,
    .about::after,
    .international::after,
    .services::before {
        height: 350px !important;
    }
}

/* HERO AUTO IMAGE SLIDER */
/* Uses the hero-slider div from your HTML with:
   assets/klinik.jpg and assets/klinik2.jpg */

.hero {
    background: none !important;
}

.hero-slider {
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
    pointer-events: none;
}

.hero-slide {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
    opacity: 0;
    transform: translateX(100%);
    transition: opacity 0.9s ease, transform 0.9s ease;
}

.hero-slide.active {
    opacity: 1;
    transform: translateX(0);
}

.hero-slide.previous {
    opacity: 0;
    transform: translateX(-100%);
}

.hero-slider::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(
            90deg,
            rgba(5, 5, 5, 0.66) 0%,
            rgba(5, 5, 5, 0.58) 38%,
            rgba(5, 5, 5, 0.42) 68%,
            rgba(5, 5, 5, 0.24) 100%
        ),
        radial-gradient(circle at 20% 30%, rgba(255, 255, 255, 0.05), transparent 38%);
    pointer-events: none;
}

.hero::before {
    display: none !important;
    content: none !important;
}

.hero::after {
    z-index: 1 !important;
}

.hero .container {
    position: relative !important;
    z-index: 2 !important;
}

/* HERO SLIDER MOBILE - same top image strip style as your current mobile design */

@media (max-width: 700px) {
    .hero {
        background: #050505 !important;
        background-image: none !important;
        position: relative !important;
        overflow: hidden !important;
        padding-top: 390px !important;
    }

    .hero-slider {
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        right: auto !important;
        bottom: auto !important;
        width: 100% !important;
        height: 390px !important;
        z-index: 0 !important;
    }

    .hero-slide {
        background-size: cover !important;
        background-position: center center !important;
    }

    .hero-slider::after {
        background:
            linear-gradient(
                180deg,
                rgba(5, 5, 5, 0.08),
                rgba(5, 5, 5, 0.24),
                rgba(5, 5, 5, 0.92)
            );
    }

    .hero::before {
        display: none !important;
        content: none !important;
        background-image: none !important;
    }

    .hero::after {
        opacity: 0.12 !important;
        z-index: 1 !important;
    }

    .hero .container {
        position: relative !important;
        z-index: 2 !important;
    }
}

@media (max-width: 430px) {
    .hero {
        padding-top: 350px !important;
    }

    .hero-slider {
        height: 350px !important;
    }
}

