:root {
    --bg-1: #07111f;
    --bg-2: #0b1729;
    --panel: rgba(13, 24, 42, 0.72);
    --panel-2: rgba(255, 255, 255, 0.06);
    --line: rgba(255,255,255,0.08);
    --gold: #d6b36a;
    --gold-soft: rgba(214, 179, 106, 0.18);
    --blue: #61a8ff;
    --text: #edf4ff;
    --muted: #a8b6cc;
    --shadow: 0 24px 70px rgba(0,0,0,0.35);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.site-body {
    margin: 0;
    background:
        radial-gradient(circle at top left, rgba(70,130,255,0.18), transparent 30%),
        radial-gradient(circle at right 20%, rgba(214,179,106,0.16), transparent 25%),
        linear-gradient(180deg, var(--bg-1), #091321 45%, #08111d 100%);
    color: var(--text);
    overflow-x: hidden;
}

a { text-decoration: none; }
img { display: block; }

.page-glow {
    position: fixed;
    inset: 0;
    pointer-events: none;
    background-image: linear-gradient(rgba(255,255,255,0.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.02) 1px, transparent 1px);
    background-size: 110px 110px;
    mask-image: radial-gradient(circle at center, black 45%, transparent 100%);
    opacity: 0.35;
}

.premium-header {
    backdrop-filter: blur(14px);
    background: rgba(4, 9, 18, 0.58);
    border-bottom: 1px solid rgba(255,255,255,0.05);
}

.glass-nav, .glass-mobile-menu, .glass-panel, .hero-floating-card, .contact-card, .branch-card, .service-card, .stat-card {
    background: var(--panel);
    border: 1px solid var(--line);
    box-shadow: var(--shadow);
    backdrop-filter: blur(16px);
}

.glass-nav, .glass-mobile-menu, .contact-card, .branch-card, .service-card, .glass-panel {
    border-radius: 24px;
}

.brand-icon-wrap {
    width: 52px;
    height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    background: linear-gradient(135deg, rgba(214,179,106,0.24), rgba(97,168,255,0.18));
    border: 1px solid rgba(255,255,255,0.12);
    color: var(--gold);
}

.nav-link {
    color: rgba(237,244,255,0.78);
    font-weight: 500;
    transition: all 0.28s ease;
}
.nav-link:hover,
.nav-link.active {
    color: var(--text);
    text-shadow: 0 0 18px rgba(97,168,255,0.25);
}

.section-spacing { padding: 100px 0; position: relative; }
.hero-section { padding-top: 70px; }
.section-heading {
    max-width: 760px;
    margin: 0 auto 56px;
    text-align: center;
}
.section-heading h2 {
    font-size: clamp(2rem, 5vw, 3.4rem);
    font-weight: 800;
    margin: 8px 0 14px;
    color: white;
}
.section-heading p {
    color: var(--muted);
    font-size: 1.05rem;
    line-height: 1.9;
}
.section-kicker {
    display: inline-block;
    padding: 10px 16px;
    border-radius: 999px;
    background: rgba(214,179,106,0.12);
    color: #f7d996;
    border: 1px solid rgba(214,179,106,0.22);
    letter-spacing: 0.22em;
    text-transform: uppercase;
    font-size: 0.75rem;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border-radius: 999px;
    padding: 12px 18px;
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.12);
    color: #f1d79c;
    font-size: 0.85rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}
.gradient-text {
    background: linear-gradient(90deg, #ffffff, #d7e8ff, #f1d79c);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.btn-primary, .btn-secondary, .btn-whatsapp {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 15px 28px;
    border-radius: 16px;
    font-weight: 700;
    transition: all 0.28s ease;
}
.btn-primary {
    background: linear-gradient(135deg, #e3c07a, #c49d51);
    color: #08111d;
    box-shadow: 0 18px 45px rgba(214,179,106,0.18);
}
.btn-primary:hover { transform: translateY(-2px); }
.btn-secondary {
    color: white;
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.12);
}
.btn-secondary:hover { background: rgba(255,255,255,0.1); transform: translateY(-2px); }
.btn-whatsapp {
    background: linear-gradient(135deg, #30d17a, #159a51);
    color: white;
}

.stat-card {
    display: flex;
    flex-direction: column;
    padding: 22px;
    border-radius: 22px;
}
.stat-card strong { font-size: 1.9rem; color: white; }
.stat-card span { color: var(--muted); margin-top: 6px; }

.hero-visual-card {
    position: relative;
    border-radius: 32px;
    padding: 14px;
    background: linear-gradient(180deg, rgba(255,255,255,0.08), rgba(255,255,255,0.03));
    border: 1px solid rgba(255,255,255,0.12);
    box-shadow: var(--shadow);
}
.hero-floating-card {
    position: absolute;
    left: 28px;
    right: 28px;
    bottom: 28px;
    border-radius: 24px;
    padding: 22px;
}

.feature-chip {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px 18px;
    border-radius: 18px;
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.08);
    color: #e7eef8;
}
.feature-chip i { color: #f0d18b; }

.service-card {
    overflow: hidden;
    transition: transform 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease;
}
.service-card:hover {
    transform: translateY(-8px);
    border-color: rgba(214,179,106,0.24);
    box-shadow: 0 25px 60px rgba(0,0,0,0.38);
}
.service-image-wrap { height: 230px; overflow: hidden; }
.service-image-wrap img, .branch-image img, .gallery-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.45s ease;
}
.service-card:hover img, .branch-card:hover img, .gallery-item:hover img { transform: scale(1.06); }
.service-icon {
    width: 62px;
    height: 62px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    margin-bottom: 20px;
    font-size: 1.3rem;
    color: white;
}
.service-icon.gold { background: linear-gradient(135deg, #c79a43, #e1c27f); }
.service-icon.blue { background: linear-gradient(135deg, #2d65d8, #69a5ff); }
.service-icon.purple { background: linear-gradient(135deg, #6b53e9, #aa8dff); }
.service-icon.emerald { background: linear-gradient(135deg, #199b7d, #46d5b2); }
.service-icon.rose { background: linear-gradient(135deg, #b4517b, #f08bb5); }
.service-icon.amber { background: linear-gradient(135deg, #b9832f, #ffcf77); }
.service-card h3 { font-size: 1.45rem; font-weight: 800; color: white; margin-bottom: 12px; }
.service-card p { color: var(--muted); line-height: 1.8; margin-bottom: 20px; }
.service-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #f1d79c;
    font-weight: 700;
}

.branch-card { overflow: hidden; }
.branch-image { height: 240px; overflow: hidden; }
.branch-badge {
    display: inline-block;
    padding: 8px 12px;
    border-radius: 999px;
    font-size: 0.8rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #f1d79c;
    background: rgba(214,179,106,0.12);
    border: 1px solid rgba(214,179,106,0.2);
    margin-bottom: 16px;
}
.branch-card h3 { font-size: 1.7rem; font-weight: 800; margin-bottom: 10px; }
.branch-card p, .branch-meta { color: var(--muted); line-height: 1.8; }
.branch-meta { margin-top: 14px; display: flex; align-items: center; gap: 10px; }
.branch-meta i { color: #f1d79c; }

.gallery-item {
    height: 260px;
    border-radius: 24px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,0.08);
    box-shadow: var(--shadow);
    background: rgba(255,255,255,0.04);
}
.gallery-img { cursor: pointer; }

.testimonial-marquee {
    overflow: hidden;
    padding: 8px 0 0;
}
.testimonial-track {
    width: max-content;
    display: flex;
    gap: 24px;
    padding: 0 24px;
    animation: marquee 34s linear infinite;
}
.testimonial-card {
    width: 360px;
    min-height: 245px;
    border-radius: 26px;
    padding: 26px;
    background: linear-gradient(180deg, rgba(18,30,52,0.92), rgba(10,18,32,0.95));
    border: 1px solid rgba(255,255,255,0.08);
    box-shadow: var(--shadow);
}
.stars { color: #f0c96f; display: flex; gap: 6px; margin-bottom: 18px; }
.testimonial-card p { color: #dde8f8; line-height: 1.9; font-size: 1rem; }
.testimonial-user {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 22px;
}
.avatar {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #d7b36d, #7fb6ff);
    color: #091321;
    font-weight: 800;
}
.testimonial-user strong { display: block; color: white; }
.testimonial-user small { color: var(--muted); }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }

.contact-card {
    padding: 36px;
    min-height: 100%;
}
.contact-card h3 { font-size: 2rem; font-weight: 800; margin-bottom: 26px; color: white; }
.contact-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 18px 0;
    border-bottom: 1px solid rgba(255,255,255,0.08);
}
.contact-item i { color: #f1d79c; margin-top: 4px; font-size: 1.05rem; }
.contact-item strong, .hours-row strong { display: block; color: white; margin-bottom: 6px; }
.contact-item span { color: var(--muted); line-height: 1.8; }
.hours-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 0;
    border-bottom: 1px solid rgba(255,255,255,0.08);
    color: var(--muted);
}
.mini-note {
    padding: 22px;
    border-radius: 18px;
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.08);
    color: var(--muted);
    line-height: 1.8;
}


.process-showcase {
    margin-top: 48px;
    padding: 34px;
    border-radius: 34px;
    background: linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.03));
    border: 1px solid rgba(255,255,255,0.08);
    box-shadow: 0 24px 70px rgba(0,0,0,0.22);
}
.process-showcase-head {
    max-width: 760px;
    margin-bottom: 24px;
}
.process-showcase h3 {
    font-size: clamp(1.8rem, 3vw, 2.6rem);
    color: white;
    font-weight: 800;
    margin-bottom: 12px;
}
.process-showcase-head p {
    color: var(--muted);
    line-height: 1.8;
}
.process-card {
    padding: 24px;
    border-radius: 26px;
    background: rgba(9, 19, 33, 0.62);
    border: 1px solid rgba(255,255,255,0.08);
    transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}
.process-card:hover {
    transform: translateY(-6px);
    border-color: rgba(214,179,106,0.34);
    box-shadow: 0 18px 40px rgba(0,0,0,0.24);
}
.process-step {
    width: 52px;
    height: 52px;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    font-weight: 800;
    color: #f7e7be;
    background: linear-gradient(135deg, rgba(214,179,106,0.24), rgba(127,182,255,0.16));
    border: 1px solid rgba(214,179,106,0.24);
}
.process-card h4 {
    color: white;
    font-size: 1.15rem;
    font-weight: 700;
    margin-bottom: 10px;
}
.process-card p {
    color: var(--muted);
    line-height: 1.8;
}
.branches-grid {
    max-width: 720px;
    margin: 0 auto;
}
.social-float-stack {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: center;
}
.instagram-float,
.whatsapp-float {
    width: 62px;
    height: 62px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.8rem;
    position: relative;
    transition: transform 0.28s ease, box-shadow 0.28s ease, filter 0.28s ease;
}
.instagram-float::after,
.whatsapp-float::after {
    content: "";
    position: absolute;
    inset: auto 14px -8px 14px;
    height: 14px;
    border-radius: 999px;
    opacity: 0;
    filter: blur(12px);
    transition: opacity 0.28s ease, transform 0.28s ease;
}
.instagram-float:hover,
.whatsapp-float:hover {
    transform: translateY(-6px);
}
.instagram-float:hover::after,
.whatsapp-float:hover::after {
    opacity: 1;
    transform: scaleX(1.08);
}
.instagram-float {
    background: linear-gradient(135deg, #f9ce34, #ee2a7b, #6228d7);
    box-shadow: 0 18px 40px rgba(220, 62, 132, 0.28);
}
.instagram-float::after {
    background: rgba(238, 42, 123, 0.72);
}
.instagram-float:hover {
    box-shadow: 0 22px 46px rgba(220, 62, 132, 0.38), 0 0 18px rgba(238, 42, 123, 0.32);
}

.whatsapp-float {
    width: 62px;
    height: 62px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #33d17a, #11934b);
    color: white;
    font-size: 1.8rem;
    box-shadow: 0 18px 40px rgba(18, 128, 67, 0.35);
    animation: pulse 2s infinite;
}
.whatsapp-float::after {
    background: rgba(51, 209, 122, 0.72);
}
.whatsapp-float:hover {
    box-shadow: 0 22px 46px rgba(18, 128, 67, 0.42), 0 0 18px rgba(51, 209, 122, 0.34);
}
@keyframes pulse {
    0% { box-shadow: 0 0 0 0 rgba(51,209,122,0.35); }
    70% { box-shadow: 0 0 0 14px rgba(51,209,122,0); }
    100% { box-shadow: 0 0 0 0 rgba(51,209,122,0); }
}

.footer-wrap {
    border-top: 1px solid rgba(255,255,255,0.08);
    background: rgba(4, 9, 18, 0.86);
}
.footer-title { font-size: 1.05rem; font-weight: 700; color: white; margin-bottom: 18px; }
.footer-links { list-style: none; padding: 0; margin: 0; display: grid; gap: 12px; }
.footer-links a { color: var(--muted); transition: 0.25s ease; }
.footer-links a:hover { color: white; }

.step-badge {
    min-width: 40px;
    height: 40px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(214,179,106,0.16);
    border: 1px solid rgba(214,179,106,0.22);
    color: #f1d79c;
    font-weight: 800;
}

@media (max-width: 1024px) {
    .section-spacing { padding: 84px 0; }
    .hero-floating-card { position: static; margin-top: 18px; }
}

@media (max-width: 768px) {
    .section-spacing { padding: 72px 0; }
    .testimonial-card { width: 300px; min-height: 230px; }
    .contact-card { padding: 26px; }
    .gallery-item { height: 220px; }
    .process-showcase { padding: 24px; }
    .instagram-float, .whatsapp-float { width: 58px; height: 58px; }
}


.service-nav-shell {
    position: sticky;
    top: 110px;
}
.service-nav-card,
.service-detail-card {
    background: rgba(247, 244, 237, 0.96);
    color: #111827;
    border-radius: 34px;
    border: 1px solid rgba(214, 179, 106, 0.16);
    box-shadow: 0 26px 70px rgba(0, 0, 0, 0.28);
}
.service-nav-card {
    padding: 26px;
}
.service-nav-head {
    padding: 10px 6px 18px;
}
.service-nav-mini {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.32em;
    color: #9a7938;
}
.service-nav-mini::before {
    content: "";
    width: 26px;
    height: 1px;
    background: rgba(154, 121, 56, 0.65);
}
.service-nav-head h3 {
    margin: 8px 0 0;
    font-size: clamp(1.8rem, 3vw, 2.35rem);
    line-height: 1.1;
    color: #111827;
    font-weight: 700;
}
.service-nav-list {
    display: grid;
    gap: 16px;
}
.service-nav-item {
    width: 100%;
    border: 1px solid rgba(17, 24, 39, 0.08);
    background: #fff;
    color: #111827;
    border-radius: 22px;
    padding: 18px 18px;
    text-align: left;
    font-size: 1.02rem;
    font-weight: 500;
    transition: all 0.25s ease;
    cursor: pointer;
}
.service-nav-item:hover {
    transform: translateY(-2px);
    border-color: rgba(214, 179, 106, 0.45);
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.08);
}
.service-nav-item.active {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgba(214, 179, 106, 0.2), rgba(255,255,255,0.98));
    border-color: rgba(214, 179, 106, 0.62);
    box-shadow: inset 0 0 0 1px rgba(214, 179, 106, 0.16), 0 18px 34px rgba(0, 0, 0, 0.08), 0 0 0 1px rgba(214, 179, 106, 0.08);
}
.service-nav-item.active::before {
    content: "";
    position: absolute;
    inset: -30% auto -30% -35%;
    width: 58%;
    background: linear-gradient(100deg, transparent 0%, rgba(255,255,255,0.12) 20%, rgba(255, 223, 145, 0.85) 50%, rgba(255,255,255,0.12) 80%, transparent 100%);
    transform: skewX(-22deg);
    filter: blur(1px);
    animation: goldSweep 3.8s ease-in-out infinite;
    pointer-events: none;
}
.service-nav-item.active::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 22px;
    box-shadow: inset 0 0 28px rgba(214, 179, 106, 0.14);
    pointer-events: none;
}
@keyframes goldSweep {
    0% { left: -42%; opacity: 0; }
    12% { opacity: 1; }
    55% { left: 104%; opacity: 0.95; }
    100% { left: 104%; opacity: 0; }
}
.service-detail-card {
    padding: 34px;
}
.service-detail-card .section-kicker {
    color: #8b6b2f;
    background: rgba(214,179,106,0.12);
    border-color: rgba(214,179,106,0.22);
}
.service-detail-card #serviceTitle {
    color: #111827;
}
.service-detail-card #serviceDescription,
.service-detail-card #serviceSteps p {
    color: #5b6474;
}
.service-detail-card .feature-chip {
    background: rgba(15, 23, 42, 0.04);
    border-color: rgba(15, 23, 42, 0.08);
    color: #111827;
}
.service-detail-card .feature-chip i,
.service-detail-card .step-badge {
    color: #9a7938;
}
.service-steps-panel {
    background: rgba(15, 23, 42, 0.03);
    border-color: rgba(15, 23, 42, 0.08);
    box-shadow: none;
}
.service-steps-panel h3 {
    color: #111827;
}
.service-visual-frame {
    background: linear-gradient(180deg, rgba(17,24,39,0.06), rgba(17,24,39,0.02));
    border-color: rgba(17,24,39,0.08);
    box-shadow: 0 24px 60px rgba(0,0,0,0.18);
}

@media (max-width: 1024px) {
    .service-nav-shell {
        position: static;
        top: auto;
    }
}

@media (max-width: 768px) {
    .service-nav-card,
    .service-detail-card {
        border-radius: 26px;
    }
    .service-nav-card {
        padding: 20px;
    }
    .service-detail-card {
        padding: 22px;
    }
}




.footer-bottom {
    text-align: center;
}

.footer-social {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    margin-bottom: 18px;
}

.footer-social-link {
    width: 50px;
    height: 50px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.9);
    background: rgba(255, 255, 255, 0.035);
    border: 1px solid rgba(255, 255, 255, 0.14);
    box-shadow: 0 0 0 1px rgba(255,255,255,0.03) inset, 0 0 22px rgba(255, 196, 80, 0.08);
    transition: transform 0.28s ease, color 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease, background 0.28s ease;
    position: relative;
}

.footer-social-link::after {
    content: "";
    position: absolute;
    left: 14px;
    right: 14px;
    bottom: -10px;
    height: 12px;
    border-radius: 999px;
    background: rgba(255, 204, 102, 0.34);
    filter: blur(10px);
    opacity: 0;
    transform: translateY(4px) scaleX(0.82);
    transition: opacity 0.28s ease, transform 0.28s ease;
    pointer-events: none;
}

.footer-social-link:hover {
    transform: translateY(-4px);
    color: #ffffff;
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(255, 214, 118, 0.34);
    box-shadow: 0 0 26px rgba(255, 205, 84, 0.16), 0 0 0 1px rgba(255,255,255,0.04) inset;
}

.footer-social-link:hover::after {
    opacity: 1;
    transform: translateY(0) scaleX(1);
}

.footer-copy {
    text-align: center;
    font-size: 14px;
    color: #9aa6b8;
    margin-top: 0;
    letter-spacing: 0.3px;
}

.footer-copy .highlight {
    color: #f5c542;
    font-weight: 700;
    transition: color 0.28s ease, text-shadow 0.28s ease;
}

.footer-copy .highlight:hover {
    color: #ffffff;
    text-shadow: 0 0 12px rgba(255,255,255,0.45);
}


/* Updated Call Button */


/* Hover efekti */

/* WhatsApp Style Call Button */
.call-btn {
    background: #25D366;
    color: #fff !important;
    border: none;
    border-radius: 30px;
    padding: 12px 24px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    box-shadow: 0 5px 15px rgba(37, 211, 102, 0.4);
    transition: all 0.3s ease;
}

.call-btn:hover {
    background: #1ebe5d;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(37, 211, 102, 0.6);
}


.brand-logo-wrap {
    width: 64px;
    height: 64px;
    border-radius: 18px;
    overflow: hidden;
    background: rgba(255,255,255,0.92);
    border: 1px solid rgba(255,255,255,0.16);
    box-shadow: 0 12px 30px rgba(0,0,0,0.16);
    flex-shrink: 0;
}

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

@media (max-width: 768px) {
    .brand-logo-wrap {
        width: 52px;
        height: 52px;
        border-radius: 16px;
    }
}
