


.ct-hero {
    position: relative;
    min-height: 44vh;
    display: flex;
    align-items: center;
    background: linear-gradient(160deg, #0D1117 0%, #151b28 50%, #0D1117 100%);
    overflow: hidden;
}

.ct-hero-bg {
    position: absolute;
    inset: 0;
    background: url('../images/contact/contact-bg.jpeg') center/cover no-repeat;
    opacity: 0.06;
    filter: blur(1px);
    pointer-events: none;
}

.ct-hero-overlay {
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 30% 50%, rgba(173, 22, 41, 0.07) 0%, transparent 70%);
    pointer-events: none;
}

.ct-hero-inner {
    position: relative;
    z-index: 2;
    text-align: center;
    color: #fff;
    padding: 110px 0 56px;
}

.ct-breadcrumb {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 0.82rem;
    color: rgba(232, 230, 227, 0.35);
    margin-bottom: 24px;
}

.ct-breadcrumb a {
    color: rgba(232, 230, 227, 0.5);
    text-decoration: none;
    transition: color 0.25s ease;
}

.ct-breadcrumb a:hover {
    color: #D4AF37;
}

.ct-breadcrumb i {
    font-size: 0.65rem;
}

.ct-hero-title {
    font-size: clamp(1.8rem, 4vw, 2.6rem);
    font-weight: 800;
    margin: 0 0 16px;
    letter-spacing: -0.02em;
    background: linear-gradient(135deg, #fff 60%, #D4AF37);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.ct-hero-sub {
    font-size: clamp(0.88rem, 1.5vw, 1.05rem);
    color: rgba(232, 230, 227, 0.5);
    max-width: 540px;
    margin: 0 auto;
    line-height: 1.8;
}

.ct-scroll-hint {
    position: absolute;
    bottom: 28px;
    left: 50%;
    transform: translateX(-50%);
    color: #D4AF37;
    font-size: 1.3rem;
    animation: ctBounce 2s infinite;
    opacity: 0.6;
}

@keyframes ctBounce {
    0%, 100% { transform: translateX(-50%) translateY(0); }
    50% { transform: translateX(-50%) translateY(8px); }
}



.ct-intro {
    background: #fafbfc;
    padding: 72px 0 64px;
}

.ct-intro-inner {
    max-width: 720px;
    margin: 0 auto;
    text-align: center;
}

.ct-intro-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, rgba(173, 22, 41, 0.08), rgba(212, 175, 55, 0.08));
    border: 1px solid rgba(173, 22, 41, 0.12);
    border-radius: 100px;
    padding: 8px 22px;
    font-size: 0.78rem;
    color: #AD1629;
    font-weight: 600;
    letter-spacing: 0.03em;
    margin-bottom: 24px;
}

.ct-intro-badge i {
    font-size: 0.72rem;
}

.ct-intro-title {
    font-size: clamp(1.4rem, 3vw, 1.9rem);
    font-weight: 800;
    color: #0D1117;
    margin: 0 0 24px;
    line-height: 1.5;
}

.ct-intro-questions {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 24px;
}

.ct-intro-questions p {
    font-size: 1.05rem;
    color: #AD1629;
    font-weight: 600;
    margin: 0;
    line-height: 1.7;
}

.ct-intro-desc {
    font-size: 1rem;
    color: #5a6270;
    line-height: 1.9;
    margin: 0;
}



.ct-branches {
    background: #0D1117;
    padding: 72px 0 80px;
    position: relative;
    overflow: hidden;
}

.ct-branches::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 70% 20%, rgba(173, 22, 41, 0.06) 0%, transparent 60%);
    pointer-events: none;
}

.ct-branches-header {
    text-align: center;
    margin-bottom: 48px;
    position: relative;
    z-index: 1;
}

.ct-branches-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(212, 175, 55, 0.08);
    border: 1px solid rgba(212, 175, 55, 0.15);
    border-radius: 100px;
    padding: 7px 20px;
    font-size: 0.75rem;
    color: #D4AF37;
    font-weight: 600;
    letter-spacing: 0.04em;
    margin-bottom: 20px;
}

.ct-branches-label i {
    font-size: 0.68rem;
}

.ct-branches-title {
    font-size: clamp(1.3rem, 2.8vw, 1.8rem);
    font-weight: 800;
    color: #fff;
    margin: 0 0 12px;
}

.ct-branches-sub {
    font-size: 0.92rem;
    color: rgba(232, 230, 227, 0.45);
    margin: 0;
}

.ct-branches-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;
    position: relative;
    z-index: 1;
}


.ct-card {
    background: linear-gradient(160deg, #151b28, #1a2332);
    border: 1px solid rgba(255, 255, 255, 0.04);
    border-radius: 18px;
    overflow: hidden;
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

.ct-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
}


.ct-card-map {
    position: relative;
    height: 220px;
    margin: -1px -1px 0 -1px;
    overflow: hidden;
}

.ct-card-map iframe {
    width: 100%;
    height: 100%;
    border: none;
    filter: brightness(0.85) contrast(1.1);
    transition: filter 0.4s ease;
}

.ct-card:hover .ct-card-map iframe {
    filter: brightness(1) contrast(1);
}

.ct-card-map-gradient {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60px;
    background: linear-gradient(to top, #151b28, transparent);
    pointer-events: none;
}

.ct-card-badge {
    position: absolute;
    top: 14px;
    right: 14px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 5px 14px;
    border-radius: 100px;
    font-size: 0.7rem;
    font-weight: 700;
    background: linear-gradient(135deg, #D4AF37, #c9a42b);
    color: #fff;
    box-shadow: 0 4px 12px rgba(212, 175, 55, 0.3);
    z-index: 2;
}

.ct-card-badge i {
    font-size: 0.55rem;
}


.ct-card-body {
    padding: 28px;
}

.ct-card-name {
    font-size: 1.25rem;
    font-weight: 700;
    color: #fff;
    margin: 0 0 6px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.ct-card-name-accent {
    display: inline-block;
    width: 28px;
    height: 3px;
    background: linear-gradient(90deg, #D4AF37, transparent);
    border-radius: 2px;
    flex-shrink: 0;
}

.ct-card-city {
    font-size: 0.82rem;
    color: rgba(232, 230, 227, 0.4);
    margin: 0 0 22px;
}


.ct-card-details {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-bottom: 24px;
}

.ct-card-detail {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 12px 14px;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.04);
    border-radius: 12px;
    transition: background 0.3s ease, border-color 0.3s ease;
}

.ct-card-detail:hover {
    background: rgba(173, 22, 41, 0.04);
    border-color: rgba(173, 22, 41, 0.1);
}

.ct-card-detail-icon {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    background: rgba(173, 22, 41, 0.08);
    border: 1px solid rgba(173, 22, 41, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #D4AF37;
    font-size: 0.9rem;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.ct-card-detail:hover .ct-card-detail-icon {
    background: #D4AF37;
    color: #fff;
    border-color: #D4AF37;
    transform: scale(1.08);
}

.ct-card-detail-text h4 {
    font-size: 0.78rem;
    font-weight: 600;
    color: rgba(232, 230, 227, 0.5);
    margin: 0 0 4px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.ct-card-detail-text p,
.ct-card-detail-text a {
    font-size: 0.9rem;
    color: #e0ddd8;
    margin: 0;
    text-decoration: none;
    line-height: 1.6;
    transition: color 0.25s ease;
}

.ct-card-detail-text a:hover {
    color: #D4AF37;
}

.ct-card-detail-text .ct-hours-friday {
    color: rgba(232, 230, 227, 0.45);
    font-size: 0.82rem;
    margin-top: 2px;
}


.ct-card-actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.ct-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 18px;
    border-radius: 12px;
    font-size: 0.82rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.35s cubic-bezier(0.22, 1, 0.36, 1);
    cursor: pointer;
    border: none;
    white-space: nowrap;
}

.ct-btn i {
    font-size: 0.85rem;
}

.ct-btn-whatsapp {
    background: linear-gradient(135deg, #25D366, #128C7E);
    color: #fff;
    box-shadow: 0 4px 15px rgba(37, 211, 102, 0.25);
}

.ct-btn-whatsapp:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(37, 211, 102, 0.35);
}

.ct-btn-call {
    background: linear-gradient(135deg, #AD1629, #8B1220);
    color: #fff;
    box-shadow: 0 4px 15px rgba(173, 22, 41, 0.25);
}

.ct-btn-call:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(173, 22, 41, 0.35);
}

.ct-btn-directions {
    background: rgba(212, 175, 55, 0.1);
    border: 1px solid rgba(212, 175, 55, 0.2);
    color: #D4AF37;
}

.ct-btn-directions:hover {
    background: #D4AF37;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(212, 175, 55, 0.3);
}



.ct-social {
    background: #fafbfc;
    padding: 64px 0;
}

.ct-social-inner {
    max-width: 680px;
    margin: 0 auto;
    text-align: center;
}

.ct-social-title {
    font-size: clamp(1.2rem, 2.5vw, 1.5rem);
    font-weight: 800;
    color: #0D1117;
    margin: 0 0 10px;
}

.ct-social-sub {
    font-size: 0.92rem;
    color: #5a6270;
    margin: 0 0 32px;
    line-height: 1.7;
}

.ct-social-grid {
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
}

.ct-social-card {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 16px 24px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 14px;
    text-decoration: none;
    transition: all 0.35s cubic-bezier(0.22, 1, 0.36, 1);
    min-width: 200px;
}

.ct-social-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
    border-color: transparent;
}

.ct-social-icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    color: #fff;
    flex-shrink: 0;
}

.ct-social-icon.facebook { background: linear-gradient(135deg, #1877F2, #0d5ec4); }
.ct-social-icon.instagram { background: linear-gradient(135deg, #E4405F, #C13584, #833AB4); }
.ct-social-icon.whatsapp { background: linear-gradient(135deg, #25D366, #128C7E); }
.ct-social-icon.channel { background: linear-gradient(135deg, #25D366, #075E54); }

.ct-social-card:hover .ct-social-icon {
    transform: scale(1.08);
    transition: transform 0.3s ease;
}

.ct-social-info {
    text-align: right;
}

.ct-social-name {
    font-size: 0.9rem;
    font-weight: 700;
    color: #0D1117;
    margin: 0 0 2px;
}

.ct-social-handle {
    font-size: 0.78rem;
    color: #888;
    margin: 0;
}



.ct-closing {
    background: #fafbfc;
    padding: 64px 0 72px;
    text-align: center;
}

.ct-closing-inner {
    max-width: 600px;
    margin: 0 auto;
}

.ct-closing-icon {
    width: 56px;
    height: 56px;
    margin: 0 auto 20px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(173, 22, 41, 0.08), rgba(212, 175, 55, 0.08));
    border: 1px solid rgba(173, 22, 41, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #AD1629;
    font-size: 1.3rem;
}

.ct-closing-title {
    font-size: clamp(1.2rem, 2.5vw, 1.5rem);
    font-weight: 800;
    color: #0D1117;
    margin: 0 0 12px;
}

.ct-closing-desc {
    font-size: 0.95rem;
    color: #5a6270;
    line-height: 1.8;
    margin: 0 0 28px;
}

.ct-closing-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 32px;
    border-radius: 14px;
    background: linear-gradient(135deg, #AD1629, #8B1220);
    color: #fff;
    font-size: 0.92rem;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.35s cubic-bezier(0.22, 1, 0.36, 1);
    box-shadow: 0 6px 20px rgba(173, 22, 41, 0.25);
}

.ct-closing-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(173, 22, 41, 0.35);
}

.ct-closing-btn i {
    font-size: 0.88rem;
}





@media (max-width: 991px) {
    .ct-branches-grid {
        grid-template-columns: 1fr;
        max-width: 560px;
        margin: 0 auto;
    }
    .ct-card-map {
        height: 200px;
    }
    .ct-social-grid {
        gap: 12px;
    }
    .ct-social-card {
        min-width: 180px;
        padding: 14px 20px;
    }
}


@media (max-width: 767px) {
    .ct-hero-inner {
        padding: 96px 0 48px;
    }
    .ct-intro {
        padding: 56px 0 48px;
    }
    .ct-branches {
        padding: 56px 0 64px;
    }
    .ct-branches-grid {
        gap: 22px;
    }
    .ct-card-body {
        padding: 22px;
    }
    .ct-card-actions {
        flex-direction: column;
    }
    .ct-btn {
        justify-content: center;
        padding: 12px 16px;
    }
    .ct-social {
        padding: 48px 0;
    }
    .ct-social-grid {
        flex-direction: column;
        align-items: center;
    }
    .ct-social-card {
        width: 100%;
        max-width: 320px;
    }
    .ct-closing {
        padding: 48px 0 56px;
    }
}


@media (max-width: 479px) {
    .ct-hero {
        min-height: 38vh;
    }
    .ct-hero-inner {
        padding: 88px 0 40px;
    }
    .ct-breadcrumb {
        font-size: 0.75rem;
        gap: 8px;
    }
    .ct-card-map {
        height: 180px;
    }
    .ct-card-name {
        font-size: 1.1rem;
    }
    .ct-card-detail {
        padding: 10px 12px;
        gap: 12px;
    }
    .ct-card-detail-icon {
        width: 34px;
        height: 34px;
        font-size: 0.8rem;
    }
    .ct-card-detail-text h4 {
        font-size: 0.72rem;
    }
    .ct-card-detail-text p,
    .ct-card-detail-text a {
        font-size: 0.84rem;
    }
    .ct-social-icon {
        width: 42px;
        height: 42px;
        font-size: 1.05rem;
    }
    .ct-closing-btn {
        padding: 12px 26px;
        font-size: 0.87rem;
    }
}


@media (max-width: 359px) {
    .ct-card-body {
        padding: 18px;
    }
    .ct-card-name {
        font-size: 1rem;
    }
    .ct-btn {
        font-size: 0.78rem;
        padding: 10px 14px;
    }
}


@media (hover: none) {
    .ct-card:hover {
        transform: none;
        box-shadow: none;
    }
    .ct-card:hover .ct-card-map iframe {
        filter: brightness(0.85) contrast(1.1);
    }
    .ct-card-detail:hover {
        background: rgba(255, 255, 255, 0.02);
        border-color: rgba(255, 255, 255, 0.04);
    }
    .ct-card-detail:hover .ct-card-detail-icon {
        background: rgba(173, 22, 41, 0.08);
        color: #D4AF37;
        border-color: rgba(173, 22, 41, 0.15);
        transform: none;
    }
    .ct-social-card:hover {
        transform: none;
        box-shadow: none;
        border-color: #eee;
    }
    .ct-social-card:hover .ct-social-icon {
        transform: none;
    }
}


@media (prefers-reduced-motion: reduce) {
    .ct-card, .ct-btn, .ct-social-card, .ct-card-detail-icon, .ct-closing-btn {
        transition: none !important;
    }
    .ct-scroll-hint {
        animation: none;
    }
}


@media print {
    .ct-hero, .ct-scroll-hint, .ct-social, .ct-closing {
        display: none;
    }
    .ct-branches {
        background: #fff !important;
        padding: 20px 0;
    }
    .ct-card {
        background: #fff !important;
        border: 1px solid #ccc !important;
        page-break-inside: avoid;
    }
    .ct-card-map {
        display: none;
    }
    .ct-card-name, .ct-card-detail-text h4, .ct-card-detail-text p, .ct-card-detail-text a {
        color: #000 !important;
    }
}