html {
    font-size: 14px;
    scroll-behavior: smooth;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

body {
    margin: 0;
    padding: 0;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    background: #f8f9fb;
    color: #111827;
}

a {
    text-decoration: none;
}

.section-padding {
    padding: 100px 0;
}

.bg-light-soft {
    background: linear-gradient(180deg, #f8fafc 0%, #eef2f7 100%);
}

.hero-section {
    position: relative;
    min-height: 100vh;
    background: linear-gradient(135deg, rgba(8, 15, 33, 0.92), rgba(12, 29, 61, 0.78)), url('https://images.unsplash.com/photo-1520607162513-77705c0f0d4a?auto=format&fit=crop&w=1600&q=80');
    background-size: cover;
    background-position: center;
    overflow: hidden;
    color: #fff;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at top right, rgba(212, 175, 55, 0.18), transparent 30%);
}

.hero-badge {
    display: inline-block;
    padding: 10px 18px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255,255,255,0.15);
    color: #f5d77d;
    font-size: 0.95rem;
    letter-spacing: 0.5px;
}

.hero-title {
    font-size: 3.6rem;
    font-weight: 800;
    line-height: 1.15;
    margin: 0;
}

    .hero-title span {
        color: #d4af37;
    }

.hero-subtitle {
    font-size: 1.15rem;
    color: rgba(255,255,255,0.82);
    max-width: 650px;
    line-height: 1.9;
}

.hero-buttons .btn {
    padding: 14px 28px;
    border-radius: 12px;
    font-weight: 600;
}

.btn-gold {
    background: linear-gradient(135deg, #d4af37, #f5d77d);
    color: #111827;
    border: none;
    box-shadow: 0 10px 30px rgba(212, 175, 55, 0.25);
}

    .btn-gold:hover {
        color: #111827;
        transform: translateY(-2px);
    }

.btn-outline-light {
    border-width: 2px;
}

.hero-stats {
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
}

.stat-box {
    min-width: 150px;
    padding: 22px 20px;
    border-radius: 18px;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.10);
    backdrop-filter: blur(10px);
}

    .stat-box h3 {
        margin: 0;
        font-size: 2rem;
        color: #d4af37;
        font-weight: 800;
    }

    .stat-box p {
        margin: 8px 0 0;
        color: rgba(255,255,255,0.8);
    }

.glass-card {
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.14);
    backdrop-filter: blur(12px);
    border-radius: 24px;
    padding: 35px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.25);
}

.hero-card h4 {
    color: #fff;
    font-weight: 700;
    margin-bottom: 25px;
}

.hero-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .hero-list li {
        color: rgba(255,255,255,0.86);
        margin-bottom: 16px;
        padding-left: 24px;
        position: relative;
    }

        .hero-list li::before {
            content: "•";
            position: absolute;
            left: 0;
            color: #d4af37;
            font-size: 1.4rem;
            line-height: 1;
        }

.luxury-strip {
    background: #0b1220;
    padding: 20px 0;
    border-top: 1px solid rgba(212, 175, 55, 0.15);
    border-bottom: 1px solid rgba(212, 175, 55, 0.15);
}

.strip-content {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
    color: #d4af37;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.section-tag {
    display: inline-block;
    color: #b48a16;
    font-size: 0.95rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.section-title {
    font-size: 2.5rem;
    font-weight: 800;
    line-height: 1.25;
    color: #0f172a;
}

.section-subtitle {
    max-width: 760px;
    margin: 0 auto;
    color: #64748b;
    font-size: 1.05rem;
    line-height: 1.9;
}

.section-text {
    color: #475569;
    line-height: 1.9;
    font-size: 1.05rem;
}

.image-box {
    min-height: 460px;
    border-radius: 28px;
    background: linear-gradient(rgba(13, 24, 44, 0.35), rgba(13, 24, 44, 0.35)), url('https://images.unsplash.com/photo-1560179707-f14e90ef3623?auto=format&fit=crop&w=1200&q=80');
    background-size: cover;
    background-position: center;
    box-shadow: 0 20px 60px rgba(15, 23, 42, 0.12);
}

.feature-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
}

.feature-mini {
    display: flex;
    align-items: center;
    gap: 12px;
    background: #fff;
    padding: 18px 20px;
    border-radius: 16px;
    box-shadow: 0 10px 25px rgba(15, 23, 42, 0.06);
    font-weight: 600;
    color: #0f172a;
}

    .feature-mini i {
        color: #d4af37;
        font-size: 1.1rem;
    }

.service-card {
    height: 100%;
    background: #fff;
    border-radius: 24px;
    padding: 35px 28px;
    box-shadow: 0 15px 45px rgba(15, 23, 42, 0.07);
    transition: all 0.3s ease;
    border: 1px solid #eef2f7;
}

    .service-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 25px 60px rgba(15, 23, 42, 0.12);
    }

.service-icon {
    width: 64px;
    height: 64px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #111827, #22304d);
    color: #d4af37;
    font-weight: 800;
    font-size: 1.1rem;
    margin-bottom: 24px;
}

.service-card h4 {
    font-weight: 700;
    margin-bottom: 14px;
    color: #0f172a;
}

.service-card p {
    color: #64748b;
    line-height: 1.8;
    margin: 0;
}

.dark-section {
    background: linear-gradient(135deg, #08101d, #101b33);
}

.gold-text {
    color: #d4af37;
}

.why-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.why-card {
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 22px;
    padding: 28px;
    backdrop-filter: blur(8px);
}

    .why-card h5 {
        color: #fff;
        margin-bottom: 12px;
        font-weight: 700;
    }

    .why-card p {
        margin: 0;
        color: rgba(255,255,255,0.72);
        line-height: 1.8;
    }

.cta-box {
    background: linear-gradient(135deg, #ffffff, #f7f9fc);
    border-radius: 30px;
    padding: 50px;
    box-shadow: 0 20px 60px rgba(15, 23, 42, 0.08);
    border: 1px solid #edf2f7;
}

.btn-dark-luxury {
    background: linear-gradient(135deg, #0f172a, #1e293b);
    color: #fff;
    border: none;
    border-radius: 14px;
    padding: 14px 28px;
    font-weight: 600;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.22);
}

    .btn-dark-luxury:hover {
        color: #fff;
        transform: translateY(-2px);
    }

.navbar {
    background: rgba(255,255,255,0.92) !important;
    backdrop-filter: blur(10px);
}

.navbar-brand {
    font-weight: 800;
    font-size: 1.35rem;
    color: #0f172a !important;
}

.nav-link {
    font-weight: 600;
    color: #1e293b !important;
}

.footer {
    background: #0b1220;
    color: rgba(255,255,255,0.7) !important;
    padding: 20px 0;
}

    .footer a {
        color: #d4af37 !important;
    }

@media (max-width: 991px) {
    .color {
        color: black !important;
    }
    .hero-title {
        font-size: 2.7rem;
    }

    .section-title {
        font-size: 2rem;
    }

    .why-grid,
    .feature-grid {
        grid-template-columns: 1fr;
    }

    .cta-box {
        padding: 30px;
    }

    .strip-content {
        justify-content: center;
    }
}

@media (max-width: 576px) {
    .hero-title {
        font-size: 2.2rem;
    }

    .hero-subtitle {
        font-size: 1rem;
    }

    .section-padding {
        padding: 70px 0;
    }

    .stat-box {
        width: 100%;
    }
}
.auth-page {
    position: relative;
    min-height: 100vh;
    background: linear-gradient(135deg, rgba(8, 15, 33, 0.94), rgba(12, 29, 61, 0.84)), url('https://images.unsplash.com/photo-1556740749-887f6717d7e4?auto=format&fit=crop&w=1600&q=80');
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.auth-overlay {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at top right, rgba(212, 175, 55, 0.18), transparent 30%);
}

.auth-container {
    position: relative;
    z-index: 2;
}

.auth-card {
    background: rgba(255, 255, 255, 0.97);
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 25px 80px rgba(0, 0, 0, 0.25);
}

.auth-left-panel {
    min-height: 700px;
    background: linear-gradient(145deg, #08101d, #122341);
    position: relative;
    color: #fff;
    padding: 60px 45px;
}

    .auth-left-panel::before {
        content: "";
        position: absolute;
        inset: 0;
        background: radial-gradient(circle at top right, rgba(212, 175, 55, 0.18), transparent 35%);
    }

.auth-left-content {
    position: relative;
    z-index: 2;
    max-width: 420px;
    margin: auto 0;
}

.auth-badge {
    display: inline-block;
    padding: 10px 18px;
    border-radius: 999px;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.12);
    color: #f5d77d;
    font-size: 0.95rem;
    margin-bottom: 28px;
    font-weight: 600;
}

.auth-left-content h1 {
    font-size: 3rem;
    font-weight: 800;
    margin-bottom: 20px;
}

.auth-left-content p {
    color: rgba(255,255,255,0.78);
    line-height: 1.9;
    font-size: 1.05rem;
    margin-bottom: 30px;
}

.auth-feature-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.auth-feature-item {
    display: flex;
    align-items: center;
    gap: 14px;
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 16px;
    padding: 16px 18px;
}

    .auth-feature-item span {
        color: #d4af37;
        font-size: 1.2rem;
        font-weight: 800;
    }

    .auth-feature-item p {
        margin: 0;
        color: #fff;
        font-size: 0.98rem;
        line-height: 1.5;
    }

.auth-form-side {
    padding: 60px 45px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 700px;
}

.auth-form-header h2 {
    font-size: 2.2rem;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 8px;
}

.auth-form-header p {
    color: #64748b;
    margin-bottom: 30px;
    font-size: 1rem;
}

.form-label-modern {
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 10px;
}

.form-control-modern {
    height: 56px;
    border-radius: 16px;
    border: 1px solid #dbe3ee;
    background: #f8fafc;
    padding: 0 18px;
    font-size: 1rem;
    box-shadow: none !important;
    transition: all 0.25s ease;
}

    .form-control-modern:focus {
        border-color: #d4af37;
        background: #fff;
        box-shadow: 0 0 0 0.2rem rgba(212, 175, 55, 0.12) !important;
    }

.auth-btn-primary {
    height: 58px;
    border: none;
    border-radius: 16px;
    background: linear-gradient(135deg, #d4af37, #f5d77d);
    color: #111827;
    font-weight: 800;
    font-size: 1rem;
    box-shadow: 0 14px 32px rgba(212, 175, 55, 0.24);
    transition: all 0.25s ease;
}

    .auth-btn-primary:hover {
        color: #111827;
        transform: translateY(-2px);
    }

.auth-link {
    color: #b48a16;
    text-decoration: none;
    transition: all 0.2s ease;
}

    .auth-link:hover {
        color: #8f6a08;
        text-decoration: underline;
    }

.auth-bottom-links p {
    color: #64748b;
    margin-bottom: 10px;
}

.form-check-input:checked {
    background-color: #d4af37;
    border-color: #d4af37;
}

.text-danger {
    font-size: 0.9rem;
}

@media (max-width: 991px) {
    .auth-form-side {
        min-height: auto;
        padding: 40px 25px;
    }

    .auth-card {
        border-radius: 22px;
    }

    .auth-form-header h2 {
        font-size: 1.9rem;
    }
}

@media (max-width: 576px) {
    .auth-form-side {
        padding: 30px 18px;
    }

    .form-control-modern,
    .auth-btn-primary {
        height: 52px;
    }
}
.site-main {
    padding-top: 90px;
    min-height: calc(100vh - 200px);
}

.luxury-navbar {
    background: rgba(255, 255, 255, 0.90);
    backdrop-filter: blur(12px);
    box-shadow: 0 8px 30px rgba(15, 23, 42, 0.06);
    padding: 14px 0;
}

.luxury-brand {
    font-size: 1.4rem;
    font-weight: 800;
    color: #0f172a !important;
    letter-spacing: 0.3px;
}

.luxury-link {
    color: #1e293b !important;
    font-weight: 600;
    margin: 0 8px;
    position: relative;
}

    .luxury-link::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -6px;
        width: 0;
        height: 2px;
        background: #d4af37;
        transition: 0.3s ease;
    }

    .luxury-link:hover::after,
    .luxury-link.active::after {
        width: 100%;
    }

.inner-hero {
    position: relative;
    padding: 120px 0 70px;
    background: linear-gradient(135deg, rgba(8,15,33,0.95), rgba(16,27,51,0.88));
    color: #fff;
    overflow: hidden;
}

    .inner-hero::before {
        content: "";
        position: absolute;
        inset: 0;
        background: radial-gradient(circle at top right, rgba(212, 175, 55, 0.18), transparent 30%);
    }

    .inner-hero .container {
        position: relative;
        z-index: 2;
    }

.inner-hero-tag {
    display: inline-block;
    color: #f5d77d;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 14px;
}

.inner-hero h1 {
    font-size: 3rem;
    font-weight: 800;
    margin-bottom: 14px;
}

.inner-hero p {
    max-width: 700px;
    color: rgba(255,255,255,0.80);
    font-size: 1.05rem;
    line-height: 1.9;
}

.page-section {
    padding: 90px 0;
}

.page-card {
    background: #fff;
    border-radius: 24px;
    padding: 35px;
    box-shadow: 0 15px 50px rgba(15, 23, 42, 0.08);
    border: 1px solid #edf2f7;
}

    .page-card h3 {
        font-weight: 800;
        color: #0f172a;
        margin-bottom: 18px;
    }

    .page-card p,
    .page-card li {
        color: #475569;
        line-height: 1.9;
    }

.contact-card,
.info-card,
.service-box {
    background: #fff;
    border-radius: 24px;
    padding: 30px;
    box-shadow: 0 15px 45px rgba(15, 23, 42, 0.07);
    height: 100%;
    border: 1px solid #eef2f7;
}

    .contact-card h4,
    .info-card h4,
    .service-box h4 {
        font-weight: 800;
        margin-bottom: 14px;
        color: #0f172a;
    }

    .contact-card p,
    .info-card p,
    .service-box p {
        color: #64748b;
        line-height: 1.8;
        margin-bottom: 0;
    }

.service-icon-box {
    width: 60px;
    height: 60px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #111827, #22304d);
    color: #d4af37;
    font-size: 1.4rem;
    margin-bottom: 20px;
}

.contact-form-modern .form-control,
.contact-form-modern .form-select,
.contact-form-modern textarea {
    border-radius: 16px;
    min-height: 54px;
    border: 1px solid #dbe3ee;
    background: #f8fafc;
    box-shadow: none !important;
    padding: 12px 16px;
}

.contact-form-modern textarea {
    min-height: 160px;
}

    .contact-form-modern .form-control:focus,
    .contact-form-modern .form-select:focus,
    .contact-form-modern textarea:focus {
        border-color: #d4af37;
        box-shadow: 0 0 0 0.2rem rgba(212, 175, 55, 0.12) !important;
        background: #fff;
    }

.btn-luxury {
    background: linear-gradient(135deg, #d4af37, #f5d77d);
    color: #111827;
    border: none;
    border-radius: 14px;
    padding: 14px 28px;
    font-weight: 700;
    box-shadow: 0 14px 30px rgba(212, 175, 55, 0.24);
}

    .btn-luxury:hover {
        color: #111827;
        transform: translateY(-2px);
    }

.luxury-footer {
    background: #0b1220;
    color: rgba(255,255,255,0.76);
    padding: 70px 0 25px;
}

    .luxury-footer h4,
    .luxury-footer h5 {
        color: #fff;
        font-weight: 800;
        margin-bottom: 18px;
    }

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .footer-links li {
        margin-bottom: 10px;
    }

    .footer-links a {
        color: rgba(255,255,255,0.76);
        text-decoration: none;
    }

        .footer-links a:hover {
            color: #d4af37;
        }

.footer-line {
    border-color: rgba(255,255,255,0.10);
    margin: 30px 0 20px;
}

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

@media (max-width: 991px) {
    .inner-hero h1 {
        font-size: 2.3rem;
    }

    .site-main {
        padding-top: 80px;
    }
}
.contact-hero-luxury {
    position: relative;
    background: linear-gradient(135deg, rgba(8, 15, 33, 0.96), rgba(16, 27, 51, 0.88));
    overflow: hidden;
    color: #fff;
    padding: 120px 0 80px;
}

.contact-hero-overlay {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at top right, rgba(212, 175, 55, 0.18), transparent 28%);
}

.min-vh-75 {
    min-height: 75vh;
}

.contact-hero-tag {
    display: inline-block;
    padding: 10px 18px;
    border-radius: 999px;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.12);
    color: #f5d77d;
    font-weight: 600;
    font-size: 0.95rem;
}

.contact-hero-title {
    font-size: 3.4rem;
    font-weight: 800;
    line-height: 1.15;
    max-width: 700px;
}

.contact-hero-text {
    color: rgba(255,255,255,0.80);
    line-height: 1.9;
    font-size: 1.08rem;
    max-width: 650px;
}

.contact-hero-highlights {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.highlight-chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 18px;
    border-radius: 999px;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.10);
    color: #fff;
    font-weight: 500;
}

.highlight-chip i {
    color: #d4af37;
}

.contact-floating-card {
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.14);
    backdrop-filter: blur(14px);
    border-radius: 28px;
    padding: 34px;
    box-shadow: 0 25px 70px rgba(0,0,0,0.25);
}

.mini-label {
    display: inline-block;
    color: #d4af37;
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.contact-floating-card h4 {
    font-size: 1.8rem;
    font-weight: 800;
    color: #fff;
    margin-bottom: 14px;
}

.contact-floating-card p {
    color: rgba(255,255,255,0.78);
    line-height: 1.8;
    margin-bottom: 24px;
}

.floating-contact-item {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 18px;
    padding: 16px 18px;
    border-radius: 18px;
    background: rgba(255,255,255,0.06);
}

.floating-contact-item i {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: rgba(212, 175, 55, 0.12);
    color: #d4af37;
    font-size: 1.2rem;
}

.floating-contact-item span {
    display: block;
    color: rgba(255,255,255,0.65);
    font-size: 0.9rem;
    margin-bottom: 4px;
}

.floating-contact-item strong {
    color: #fff;
    font-size: 1rem;
}

.contact-main-section {
    padding: 90px 0;
    background: linear-gradient(180deg, #f8fafc 0%, #eef2f7 100%);
}

.contact-info-stack {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.contact-info-card {
    background: #fff;
    border-radius: 26px;
    padding: 30px;
    box-shadow: 0 18px 50px rgba(15, 23, 42, 0.08);
    border: 1px solid #edf2f7;
}

.contact-info-card.premium-dark {
    background: linear-gradient(135deg, #0c1424, #17243d);
    border: none;
}

.contact-info-card .info-icon {
    width: 62px;
    height: 62px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #111827, #22304d);
    color: #d4af37;
    font-size: 1.4rem;
    margin-bottom: 20px;
}

.contact-info-card.premium-dark .info-icon {
    background: rgba(255,255,255,0.08);
}

.contact-info-card h4 {
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 12px;
}

.contact-info-card.premium-dark h4 {
    color: #fff;
}

.contact-info-card p {
    color: #64748b;
    line-height: 1.8;
    margin-bottom: 12px;
}

.contact-info-card.premium-dark p {
    color: rgba(255,255,255,0.72);
}

.contact-info-card a,
.contact-info-card span {
    color: #b48a16;
    font-weight: 700;
    text-decoration: none;
}

.contact-form-luxury-card {
    background: #fff;
    border-radius: 30px;
    padding: 42px;
    box-shadow: 0 22px 60px rgba(15, 23, 42, 0.08);
    border: 1px solid #edf2f7;
}

.form-header-luxury h2 {
    font-size: 2.2rem;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 10px;
}

.form-header-luxury p {
    color: #64748b;
    line-height: 1.9;
    max-width: 720px;
}

.contact-form-luxury .form-label {
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 10px;
}

.contact-form-luxury .form-control,
.contact-form-luxury .form-select {
    min-height: 58px;
    border-radius: 16px;
    border: 1px solid #dbe3ee;
    background: #f8fafc;
    box-shadow: none !important;
    padding: 14px 16px;
}

.contact-form-luxury textarea.form-control {
    min-height: 180px;
    resize: vertical;
}

.contact-form-luxury .form-control:focus,
.contact-form-luxury .form-select:focus {
    border-color: #d4af37;
    background: #fff;
    box-shadow: 0 0 0 0.2rem rgba(212, 175, 55, 0.12) !important;
}

.btn-contact-luxury {
    background: linear-gradient(135deg, #d4af37, #f5d77d);
    color: #111827;
    border: none;
    border-radius: 14px;
    padding: 14px 30px;
    font-weight: 800;
    box-shadow: 0 14px 30px rgba(212, 175, 55, 0.24);
}

.btn-contact-luxury:hover {
    color: #111827;
    transform: translateY(-2px);
}

.form-note {
    color: #64748b;
    font-size: 0.95rem;
}

@media (max-width: 991px) {
    .contact-hero-title {
        font-size: 2.5rem;
    }

    .contact-form-luxury-card {
        padding: 28px;
    }
}

@media (max-width: 576px) {
    .contact-hero-title {
        font-size: 2rem;
    }

    .contact-floating-card,
    .contact-form-luxury-card,
    .contact-info-card {
        padding: 22px;
    }
}
.contact-quick-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.quick-action-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 22px;
    border-radius: 14px;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.12);
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    transition: 0.3s ease;
}

    .quick-action-btn:hover {
        color: #fff;
        transform: translateY(-2px);
        background: rgba(255,255,255,0.12);
    }

.whatsapp-btn {
    background: rgba(37, 211, 102, 0.18);
    border-color: rgba(37, 211, 102, 0.30);
}

    .whatsapp-btn:hover {
        background: rgba(37, 211, 102, 0.25);
    }

.alert-success {
    border-radius: 16px;
    padding: 16px 18px;
}
