@import"https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,700&family=Poppins:wght@300;400;500;600;700&family=Dancing+Script:wght@400;500;600;700&display=swap";:root {
    --primary-dark: #1a1a2e;
    --primary-darker: #0f0f1a;
   

   --accent-rose: #4a7c1f; 
    --accent-lavender: #2d4d13;

    /* Gradientes refinados */
    --gradient-primary: linear-gradient(135deg, #4a7c1f, #2d4d13);
    --gradient-gold: linear-gradient(135deg, #5e9d28, #4a7c1f);
    --accent-gold: #d4a853;
    --light: #f5f5f5;
    --white: #ffffff;
    --dark-text: #2d2d2d;
    --glass-bg: rgba(255, 255, 255, .08);
    --glass-border: rgba(255, 255, 255, .15);
    
    --gradient-dark: linear-gradient(180deg, #1a1a2e 0%, #0f0f1a 100%);
    --shadow-glow: 0 0 30px rgba(233, 69, 96, .3);
    --shadow-card: 0 10px 40px rgba(0, 0, 0, .2);
    --transition-smooth: all .4s cubic-bezier(.25, .46, .45, .94);
    --font-heading: "Playfair Display", serif;
    --font-body: "Poppins", sans-serif;
    --font-script: "Dancing Script", cursive
}

*,*:before,*:after {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden
}

body {
    font-family: var(--font-body);
    color: var(--light);
    background: var(--primary-dark);
    overflow-x: hidden;
    line-height: 1.6
}

a {
    text-decoration: none;
    color: inherit;
    transition: var(--transition-smooth)
}

img {
    max-width: 100%;
    height: auto
}

::-webkit-scrollbar {
    width: 8px
}

::-webkit-scrollbar-track {
    background: var(--primary-darker)
}

::-webkit-scrollbar-thumb {
    background: var(--accent-rose);
    border-radius: 4px
}

::-webkit-scrollbar-thumb:hover {
    background: var(--accent-lavender)
}

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--primary-darker);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99999;
    transition: opacity .6s ease,visibility .6s ease
}

.preloader.hidden {
    opacity: 0;
    visibility: hidden
}

.preloader-spinner {
    width: 60px;
    height: 60px;
    border: 3px solid rgba(233,69,96,.2);
    border-top-color: var(--accent-rose);
    border-radius: 50%;
    animation: spin .8s linear infinite
}

@keyframes spin {
    to {
        transform: rotate(360deg)
    }
}

.navbar-custom {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1050;
    padding: 18px 0;
    transition: var(--transition-smooth);
    background: transparent
}
.navbar-custom-color{
    background: var(--dark-text)
}

.navbar-custom.scrolled {
    background: #0f0f1aeb;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    padding: 10px 0;
    box-shadow: 0 4px 30px #0000004d
}

.navbar-custom .navbar-brand {
    display: flex;
    align-items: center;
    gap: 10px
}

.navbar-custom .navbar-brand img {
    height: 90px;
    width: auto;
    border-radius: 8px;
    background: transparent;
    padding: 2px
}

.navbar-custom .brand-text {
    font-family: var(--font-script);
    font-size: 1.6rem;
    color: var(--accent-rose);
    font-weight: 700
}

.navbar-custom .nav-link {
    font-family: var(--font-body);
    font-weight: 500;
    font-size: .95rem;
    color: var(--light)!important;
    margin: 0 8px;
    position: relative;
    padding: 8px 4px!important;
    letter-spacing: .5px
}

.navbar-custom .nav-link:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2px;
    background: var(--gradient-primary);
    transition: var(--transition-smooth);
    transform: translate(-50%)
}

.navbar-custom .nav-link:hover:after,.navbar-custom .nav-link.active:after {
    width: 100%
}

.navbar-custom .nav-link:hover {
    color: var(--accent-rose)!important
}

.navbar-toggler {
    border: none!important;
    padding: 8px
}

.navbar-toggler:focus {
    box-shadow: none!important
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(233,69,96,1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")!important
}

.hero-section {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: var(--primary-darker)
}

.hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    filter: brightness(.3);
    transform: scale(1.1);
    transition: transform 8s ease
}

.hero-section:hover .hero-bg {
    transform: scale(1)
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg,#0f0f1a99,#1a1a2e66,#0f0f1ae6)
}

.hero-particles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    pointer-events: none
}

.particle {
    position: absolute;
    width: 4px;
    height: 4px;
    background: var(--accent-rose);
    border-radius: 50%;
    opacity: 0;
    animation: floatParticle 6s infinite
}

.particle:nth-child(2) {
    animation-delay: .5s;
    background: var(--accent-lavender);
    left: 20%
}

.particle:nth-child(3) {
    animation-delay: 1s;
    background: var(--accent-gold);
    left: 40%
}

.particle:nth-child(4) {
    animation-delay: 1.5s;
    left: 60%
}

.particle:nth-child(5) {
    animation-delay: 2s;
    background: var(--accent-lavender);
    left: 80%
}

.particle:nth-child(6) {
    animation-delay: 2.5s;
    background: var(--accent-gold);
    left: 10%
}

.particle:nth-child(7) {
    animation-delay: 3s;
    left: 30%
}

.particle:nth-child(8) {
    animation-delay: 3.5s;
    background: var(--accent-lavender);
    left: 50%
}

.particle:nth-child(9) {
    animation-delay: 4s;
    background: var(--accent-gold);
    left: 70%
}

.particle:nth-child(10) {
    animation-delay: 4.5s;
    left: 90%
}

.particle:nth-child(11) {
    animation-delay: .3s;
    background: var(--accent-rose);
    left: 15%
}

.particle:nth-child(12) {
    animation-delay: 1.3s;
    background: var(--accent-gold);
    left: 55%
}

@keyframes floatParticle {
    0% {
        transform: translateY(100vh) scale(0);
        opacity: 0
    }

    20% {
        opacity: .8
    }

    80% {
        opacity: .4
    }

    to {
        transform: translateY(-10vh) scale(1.5);
        opacity: 0
    }
}

.hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    padding: 0 20px
}

.hero-badge {
    display: inline-block;
    font-family: var(--font-script);
    font-size: 1.3rem;
    color: var(--accent-gold);
    margin-bottom: 15px;
    opacity: 0;
    animation: fadeInDown 1s .5s forwards;
    letter-spacing: 2px
}

.hero-title {
    font-family: var(--font-heading);
    font-size: 4.5rem;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 20px;
    opacity: 0;
    animation: fadeInUp 1s .8s forwards
}

.hero-title .highlight {
    background: var(--gradient-primary);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

.hero-title .gold {
    color: var(--accent-gold);
    -webkit-text-fill-color: var(--accent-gold)
}

.hero-subtitle {
    font-size: 1.15rem;
    color: #f5f5f5cc;
    max-width: 600px;
    margin: 0 auto 35px;
    opacity: 0;
    animation: fadeInUp 1s 1.1s forwards;
    font-weight: 300
}

.hero-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
    opacity: 0;
    animation: fadeInUp 1s 1.4s forwards
}

.btn-glow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 36px;
    background: var(--gradient-primary);
    color: var(--white);
    border: none;
    border-radius: 50px;
    font-family: var(--font-body);
    font-weight: 600;
    font-size: 1rem;
    cursor: pointer;
    transition: var(--transition-smooth);
    position: relative;
    overflow: hidden;
    letter-spacing: .5px
}

.btn-glow:before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);
    transition: left .5s
}

.btn-glow:hover:before {
    left: 100%
}

.btn-glow:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow-glow);
    color: var(--white)
}

.btn-outline-glow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 36px;
    background: transparent;
    color: var(--accent-rose);
    border: 2px solid var(--accent-rose);
    border-radius: 50px;
    font-family: var(--font-body);
    font-weight: 600;
    font-size: 1rem;
    cursor: pointer;
    transition: var(--transition-smooth);
    letter-spacing: .5px
}

.btn-outline-glow:hover {
    background: var(--gradient-primary);
    color: var(--white);
    border-color: transparent;
    transform: translateY(-3px);
    box-shadow: var(--shadow-glow)
}

.section-padding {
    padding: 100px 0
}

.section-title {
    text-align: center;
    margin-bottom: 60px
}

.section-title .script-label {
    font-family: var(--font-script);
    font-size: 1.4rem;
    color: var(--accent-gold);
    display: block;
    margin-bottom: 8px
}

.section-title h2 {
    font-family: var(--font-heading);
    font-size: 3rem;
    font-weight: 700;
    color: var(--white);
    margin-bottom: 15px
}

.section-title h2 .highlight {
    background: var(--gradient-primary);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

.section-title p {
    color: #f5f5f599;
    font-size: 1.05rem;
    max-width: 600px;
    margin: 0 auto
}

.title-divider {
    width: 80px;
    height: 3px;
    background: var(--gradient-primary);
    margin: 15px auto 0;
    border-radius: 2px
}

.wave-divider {
    position: relative;
    width: 100%;
    overflow: hidden;
    line-height: 0
}

.wave-divider svg {
    display: block;
    width: 100%;
    height: 80px
}

.wave-divider.flip {
    transform: rotate(180deg)
}

.services-section {
    background: var(--primary-darker);
    position: relative
}

.service-card {
    background: var(--glass-bg);
    border: 1px solid var(--glass-border);
    border-radius: 20px;
    overflow: hidden;
    transition: var(--transition-smooth);
    height: 100%;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px)
}

.service-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 20px 60px #e9456026;
    border-color: var(--accent-rose)
}

.service-card-img {
    position: relative;
    height: 240px;
    overflow: hidden
}

.service-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .6s ease
}

.service-card:hover .service-card-img img {
    transform: scale(1.1)
}

.service-card-img .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg,transparent 40%,rgba(15,15,26,.8) 100%)
}

.service-card-body {
    padding: 25px
}

.service-card-body .service-icon {
    width: 50px;
    height: 50px;
    background: var(--gradient-primary);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    color: var(--white);
    margin-bottom: 15px
}

.service-card-body h4 {
    font-family: var(--font-heading);
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 10px;
    color: var(--white)
}

.service-card-body p {
    color: #f5f5f599;
    font-size: .92rem;
    line-height: 1.7
}

.service-card-body .service-price {
    display: inline-block;
    margin-top: 12px;
    font-family: var(--font-script);
    font-size: 1.2rem;
    color: var(--accent-gold)
}

.about-section {
    background: var(--primary-dark);
    position: relative
}

.about-img-wrapper {
    position: relative;
    border-radius: 20px;
    overflow: hidden
}

.about-img-wrapper img {
    width: 100%;
    border-radius: 20px;
    transition: transform .6s ease
}

.about-img-wrapper:hover img {
    transform: scale(1.03)
}

.about-img-wrapper .about-badge {
    position: absolute;
    bottom: 20px;
    right: 20px;
    background: var(--gradient-primary);
    color: var(--white);
    padding: 15px 25px;
    border-radius: 16px;
    text-align: center;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px)
}

.about-img-wrapper .about-badge .number {
    font-family: var(--font-heading);
    font-size: 2.5rem;
    font-weight: 800;
    display: block;
    line-height: 1
}

.about-img-wrapper .about-badge .label {
    font-size: .85rem;
    font-weight: 500
}

.about-text h3 {
    font-family: var(--font-heading);
    font-size: 2.4rem;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.3
}

.about-text h3 .highlight {
    background: var(--gradient-primary);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

.about-text p {
    color: #f5f5f5b3;
    margin-bottom: 15px;
    font-size: 1rem
}

.about-features {
    list-style: none;
    padding: 0;
    margin: 25px 0
}

.about-features li {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
    font-size: 1rem;
    color: #f5f5f5cc
}

.about-features li i {
    color: var(--accent-rose);
    font-size: 1.1rem
}

.promo-section {
    background: var(--primary-darker);
    position: relative;
    overflow: hidden
}

.promo-section:before {
    content: "";
    position: absolute;
    top: -50%;
    right: -20%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle,rgba(233,69,96,.08) 0%,transparent 70%);
    border-radius: 50%
}

.promo-card {
    background: var(--glass-bg);
    border: 1px solid var(--glass-border);
    border-radius: 20px;
    padding: 40px 30px;
    text-align: center;
    transition: var(--transition-smooth);
    height: 100%;
    position: relative;
    overflow: hidden
}

.promo-card:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: var(--gradient-primary);
    transform: scaleX(0);
    transition: transform .4s ease
}

.promo-card:hover:before {
    transform: scaleX(1)
}

.promo-card:hover {
    transform: translateY(-8px);
    border-color: #e945604d;
    box-shadow: 0 20px 50px #e945601a
}

.promo-card .promo-icon {
    width: 70px;
    height: 70px;
    background: var(--gradient-primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    color: var(--white);
    margin: 0 auto 20px
}

.promo-card h4 {
    font-family: var(--font-heading);
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 12px;
    color: var(--white)
}

.promo-card p {
    color: #f5f5f599;
    font-size: .92rem
}

.cta-banner {
    background: var(--gradient-primary);
    border-radius: 24px;
    padding: 60px 40px;
    text-align: center;
    position: relative;
    overflow: hidden;
    margin-top: 60px
}

.cta-banner:before {
    content: "";
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle,rgba(255,255,255,.1) 0%,transparent 50%);
    animation: rotateBg 15s linear infinite
}

@keyframes rotateBg {
    to {
        transform: rotate(360deg)
    }
}

.cta-banner h3 {
    font-family: var(--font-heading);
    font-size: 2.5rem;
    font-weight: 800;
    margin-bottom: 15px;
    position: relative;
    z-index: 1
}

.cta-banner p {
    font-size: 1.1rem;
    margin-bottom: 25px;
    opacity: .9;
    position: relative;
    z-index: 1
}

.cta-banner .btn-white {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 40px;
    background: var(--white);
    color: var(--accent-rose);
    border: none;
    border-radius: 50px;
    font-weight: 700;
    font-size: 1rem;
    cursor: pointer;
    transition: var(--transition-smooth);
    position: relative;
    z-index: 1
}

.cta-banner .btn-white:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px #0003;
    color: var(--accent-rose)
}

.testimonial-card {
    background: var(--glass-bg);
    border: 1px solid var(--glass-border);
    border-radius: 20px;
    padding: 30px;
    transition: var(--transition-smooth)
}

.testimonial-card:hover {
    border-color: #e945604d;
    transform: translateY(-5px)
}

.testimonial-stars {
    color: var(--accent-gold);
    margin-bottom: 15px;
    font-size: 1rem
}

.testimonial-card p {
    color: #f5f5f5b3;
    font-style: italic;
    margin-bottom: 20px;
    font-size: .95rem;
    line-height: 1.7
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 12px
}

.testimonial-author .avatar {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: var(--gradient-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1rem;
    color: var(--white)
}

.testimonial-author .info h6 {
    font-weight: 600;
    margin-bottom: 2px;
    color: var(--white)
}

.testimonial-author .info span {
    font-size: .8rem;
    color: var(--accent-gold)
}

.contact-section {
    background: var(--primary-dark);
    position: relative
}

.contact-info-card {
    background: var(--glass-bg);
    border: 1px solid var(--glass-border);
    border-radius: 20px;
    padding: 30px;
    display: flex;
    align-items: center;
    gap: 20px;
    transition: var(--transition-smooth);
    height: 100%
}

.contact-info-card:hover {
    border-color: var(--accent-rose);
    transform: translateY(-5px)
}

.contact-info-card .icon-box {
    width: 55px;
    height: 55px;
    min-width: 55px;
    background: var(--gradient-primary);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    color: var(--white)
}

.contact-info-card h5 {
    font-family: var(--font-heading);
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 5px;
    color: var(--white)
}

.contact-info-card p {
    color: #f5f5f599;
    font-size: .9rem;
    margin: 0
}

.contact-form {
    background: var(--glass-bg);
    border: 1px solid var(--glass-border);
    border-radius: 20px;
    padding: 40px;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px)
}

.contact-form .form-control,.contact-form .form-select {
    background: #ffffff0d;
    border: 1px solid var(--glass-border);
    color: var(--light);
    padding: 14px 18px;
    border-radius: 12px;
    font-family: var(--font-body);
    font-size: .95rem;
    transition: var(--transition-smooth)
}

.contact-form .form-control:focus,.contact-form .form-select:focus {
    border-color: var(--accent-rose);
    box-shadow: 0 0 0 3px #e9456026;
    background: #ffffff14;
    color: var(--dark-text)
}

.contact-form .form-control::placeholder {
    color: #f5f5f566
}

.contact-form textarea.form-control {
    min-height: 130px;
    resize: vertical
}

.contact-form label {
    font-weight: 500;
    margin-bottom: 6px;
    color: #f5f5f5cc;
    font-size: .9rem
}

.footer {
    background: var(--primary-darker);
    padding: 60px 0 0;
    position: relative
}

.footer:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: var(--gradient-primary)
}

.footer-brand img {
    height: 50px;
    border-radius: 8px;
    background: #fff;
    padding: 3px;
    margin-bottom: 15px
}

.footer-brand p {
    color: #f5f5f580;
    font-size: .9rem;
    max-width: 300px
}

.footer h5 {
    font-family: var(--font-heading);
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 20px;
    color: var(--white)
}

.footer-links {
    list-style: none;
    padding: 0
}

.footer-links li {
    margin-bottom: 10px
}

.footer-links a {
    color: #f5f5f580;
    font-size: .9rem;
    transition: var(--transition-smooth)
}

.footer-links a:hover {
    color: var(--accent-rose);
    padding-left: 5px
}

.footer-social {
    display: flex;
    gap: 12px;
    margin-top: 15px
}

.footer-social a {
    width: 42px;
    height: 42px;
    background: var(--glass-bg);
    border: 1px solid var(--glass-border);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    color: var(--light);
    transition: var(--transition-smooth)
}

.footer-social a:hover {
    background: var(--gradient-primary);
    border-color: transparent;
    transform: translateY(-3px);
    color: var(--white)
}

.footer-bottom {
    border-top: 1px solid var(--glass-border);
    padding: 20px 0;
    margin-top: 40px;
    text-align: center
}

.footer-bottom p {
    color: #f5f5f566;
    font-size: .85rem;
    margin: 0
}

.whatsapp-float {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 60px;
    height: 60px;
    background: #25d366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    color: var(--white);
    z-index: 1000;
    cursor: pointer;
    transition: var(--transition-smooth);
    box-shadow: 0 4px 20px #25d36666;
    animation: pulseWA 2s infinite
}

.whatsapp-float:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 30px #25d36699;
    color: var(--white)
}

@keyframes pulseWA {
    0%,to {
        box-shadow: 0 4px 20px #25d36666
    }

    50% {
        box-shadow: 0 4px 30px #25d366b3
    }
}

.whatsapp-tooltip {
    position: absolute;
    right: 70px;
    top: 50%;
    transform: translateY(-50%);
    background: var(--white);
    color: var(--dark-text);
    padding: 8px 16px;
    border-radius: 8px;
    font-size: .85rem;
    font-weight: 500;
    white-space: nowrap;
    box-shadow: 0 4px 15px #00000026;
    opacity: 0;
    visibility: hidden;
    transition: var(--transition-smooth)
}

.whatsapp-float:hover .whatsapp-tooltip {
    opacity: 1;
    visibility: visible
}

.promo-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000b3;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all .4s ease
}

.promo-modal-overlay.active {
    opacity: 1;
    visibility: visible
}

.promo-modal {
    position: relative;
    max-width: 550px;
    width: 90%;
    border-radius: 24px;
    overflow: hidden;
    transform: scale(.8) translateY(30px);
    transition: transform .5s cubic-bezier(.34,1.56,.64,1);
    background: transparent
}

.promo-modal-overlay.active .promo-modal {
    transform: scale(1) translateY(0)
}

.promo-modal-close {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 40px;
    height: 40px;
    background: #00000080;
    border: none;
    border-radius: 50%;
    color: var(--white);
    font-size: 1.2rem;
    cursor: pointer;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: var(--transition-smooth)
}

.promo-modal-close:hover {
    background: var(--accent-rose);
    transform: rotate(90deg)
}

.promo-slider {
    position: relative;
    width: 100%;
    aspect-ratio: 16/10
}

.promo-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity .8s ease
}

.promo-slide.active {
    opacity: 1
}

.promo-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 24px
}

.promo-dots {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translate(-50%);
    display: flex;
    gap: 8px;
    z-index: 5
}

.promo-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #fff6;
    cursor: pointer;
    transition: var(--transition-smooth);
    border: none
}

.promo-dot.active {
    background: var(--accent-rose);
    transform: scale(1.3)
}

.reveal {
    opacity: 0;
    transform: translateY(40px);
    transition: all .8s cubic-bezier(.25,.46,.45,.94)
}

.reveal.active {
    opacity: 1;
    transform: translateY(0)
}

.reveal-left {
    opacity: 0;
    transform: translate(-60px);
    transition: all .8s cubic-bezier(.25,.46,.45,.94)
}

.reveal-left.active {
    opacity: 1;
    transform: translate(0)
}

.reveal-right {
    opacity: 0;
    transform: translate(60px);
    transition: all .8s cubic-bezier(.25,.46,.45,.94)
}

.reveal-right.active {
    opacity: 1;
    transform: translate(0)
}

.reveal-scale {
    opacity: 0;
    transform: scale(.85);
    transition: all .8s cubic-bezier(.25,.46,.45,.94)
}

.reveal-scale.active {
    opacity: 1;
    transform: scale(1)
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(30px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-30px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes float {
    0%,to {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-15px)
    }
}

@keyframes shimmer {
    0% {
        background-position: -200% center
    }

    to {
        background-position: 200% center
    }
}

@keyframes glow {
    0%,to {
        box-shadow: 0 0 20px #e9456033
    }

    50% {
        box-shadow: 0 0 40px #e9456066
    }
}

@media (max-width: 991.98px) {
    .m-none{
        display: none;
    }
    .hero-title {
        font-size:3rem
    }

    .section-title h2 {
        font-size: 2.4rem
    }

    .about-text h3,.cta-banner h3 {
        font-size: 2rem
    }

    .navbar-collapse {
        background: #0f0f1af2;
        -webkit-backdrop-filter: blur(20px);
        backdrop-filter: blur(20px);
        border-radius: 16px;
        padding: 20px;
        margin-top: 10px;
        border: 1px solid var(--glass-border)
    }
}

@media (max-width: 767.98px) {
    .hero-title {
        font-size:2.4rem
    }

    .hero-subtitle {
        font-size: 1rem
    }

    .section-padding {
        padding: 70px 0
    }

    .section-title h2 {
        font-size: 2rem
    }

    .about-text h3 {
        font-size: 1.8rem
    }

    .cta-banner {
        padding: 40px 25px
    }

    .cta-banner h3 {
        font-size: 1.6rem
    }

    .contact-form {
        padding: 25px
    }

    .whatsapp-float {
        bottom: 20px;
        right: 20px;
        width: 55px;
        height: 55px;
        font-size: 1.5rem
    }
}

@media (max-width: 575.98px) {
    .hero-title {
        font-size:2rem
    }

    .hero-buttons {
        flex-direction: column;
        align-items: center
    }

    .btn-glow,.btn-outline-glow {
        width: 100%;
        max-width: 280px;
        justify-content: center
    }
}
