/* Redes sociales topbar */
.social-topbar {
    position: absolute;
    top: 48px;
    right: 40px;
    z-index: 20;
    display: flex;
    gap: 18px;
}
.social-icon {
    color: #7c3a8d;
    background: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3em;
    box-shadow: 0 2px 8px rgba(184, 134, 171, 0.10);
    transition: background 0.2s, color 0.2s, box-shadow 0.2s;
    text-decoration: none;
}
.social-icon:hover {
    color: #fff;
    background: linear-gradient(135deg, #b886ab 0%, #8a6b85 100%);
    box-shadow: 0 4px 16px rgba(184, 134, 171, 0.18);
}
@media (max-width: 900px) {
    .social-topbar {
        top: 28px;
        right: 12px;
        gap: 12px;
    }
    .social-icon {
        width: 32px;
        height: 32px;
        font-size: 1em;
    }
}
/* Logo Section Styles */
.logo-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    margin-bottom: 30px;
    padding: 20px 0;
    text-align: center;
}
.logo-img {
    width: 350px;
    height: 350px;
    border-radius: 40px;
    background: linear-gradient(135deg, #ffffff 0%, #faf8fc 100%);
    box-shadow: 0 20px 60px rgba(184, 134, 171, 0.3), 0 8px 20px rgba(184, 134, 171, 0.25);
    object-fit: cover;
    object-position: center;
    padding: 2px;
    transition: transform 0.3s ease;
}
.logo-img:hover {
    transform: scale(1.05);
}
.logo-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    text-align: center;
    width: 100%;
}
.logo-title {
    font-family: 'Crimson Text', serif;
    font-size: 3.2em;
    color: #b886ab;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin: 0;
    line-height: 1.1;
    text-align: center;
}
.logo-slogan {
    font-family: 'Inter', sans-serif;
    font-size: 1.4em;
    color: #6b7d6b;
    font-weight: 600;
    letter-spacing: 0.3px;
    font-style: italic;
    margin: 0;
    opacity: 0.95;
    text-align: center;
}
@media (max-width: 900px) {
    .logo-section {
        gap: 12px;
        margin-bottom: 25px;
        padding: 15px 0;
    }
    .logo-img {
        width: 220px;
        height: 220px;
        border-radius: 28px;
        padding: 2px;
        object-fit: cover;
        object-position: center;
    }
    .logo-title {
        font-size: 2.4em;
    }
    .logo-slogan {
        font-size: 1.2em;
    }
}
/* Logo Block Styles */
.logo-block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 18px;
}
.logo-img {
    width: 120px;
    height: auto;
    margin-bottom: 6px;
    border-radius: 18px;
    box-shadow: 0 2px 12px rgba(160,42,142,0.08);
    background: #fff;
}
.logo-text {
    text-align: left;
    margin-left: 2px;
}
.logo-title {
    font-family: 'Playfair Display', serif;
    font-size: 1.7em;
    color: #a02a8e;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 0.1em;
}
.logo-slogan {
    font-family: 'Montserrat', cursive, sans-serif;
    font-size: 1em;
    color: #3e8c5a;
    font-weight: 400;
    margin-top: 0.1em;
    margin-bottom: 0.2em;
    letter-spacing: 1px;
    font-style: italic;
}

/* Fondo para la imagen floral */
.img-bg {
    background: linear-gradient(135deg, #ffeef8 0%, #fff5f7 50%, #ffe8f0 100%);
    border-radius: 24px;
    padding: 24px;
    box-shadow: 0 8px 32px rgba(60,60,60,0.10);
    display: flex;
    align-items: center;
    justify-content: center;
}
.simple-img {
    max-width: 520px;
    width: 100%;
    max-height: 70vh;
    height: auto;
    border-radius: 12px;
    box-shadow: none;
    object-fit: cover;
    background: none;
}
/* Minimalist Landing Styles */
.simple-landing {
    display: flex;
    min-height: 100vh;
    background: linear-gradient(135deg, #faf9fc 0%, #f5f3f7 50%, #faf8fc 100%);
    align-items: center;
    justify-content: center;
    padding: 60px 5vw;
    gap: 60px;
}
.simple-left {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 520px;
    text-align: center;
}
.simple-title {
    font-family: 'Inter', sans-serif;
    font-size: 3em;
    background: linear-gradient(135deg, #b886ab 0%, #8a6b85 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 700;
    margin-bottom: 12px;
    line-height: 1.1;
    letter-spacing: -0.02em;
    text-align: center;
    word-break: break-word;
    white-space: normal;
}
.simple-desc {
    font-family: 'Inter', sans-serif;
    font-size: 1.3em;
    color: #5a5a5a;
    font-weight: 400;
    line-height: 1.7;
    margin-bottom: 12px;
    opacity: 0.9;
    text-align: center;
}

/* CTA Button Styles */
.cta-button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 18px 36px;
    background: linear-gradient(135deg, #25d366 0%, #20ba5a 100%);
    color: white;
    font-family: 'Inter', sans-serif;
    font-size: 2em;
    font-weight: 800;
    text-decoration: none;
    border-radius: 50px;
    box-shadow: 0 8px 24px rgba(37, 211, 102, 0.35), 0 4px 12px rgba(37, 211, 102, 0.25);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    margin-bottom: 16px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    letter-spacing: 0.3px;
    margin-left: auto;
    margin-right: auto;
}

.cta-button::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    transform: translate(-50%, -50%) scale(0);
    animation: pulse 2s infinite;
}

.cta-button i {
    font-size: 1.4em;
    animation: shake 2.5s ease-in-out infinite;
}

.cta-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 32px rgba(37, 211, 102, 0.45), 0 6px 16px rgba(37, 211, 102, 0.35);
    background: linear-gradient(135deg, #20ba5a 0%, #1da851 100%);
}

.cta-button:active {
    transform: translateY(-1px);
    box-shadow: 0 6px 20px rgba(37, 211, 102, 0.4);
}

@keyframes pulse {
    0% {
        transform: translate(-50%, -50%) scale(0);
        opacity: 0.8;
    }
    70% {
        transform: translate(-50%, -50%) scale(2.5);
        opacity: 0;
    }
    100% {
        transform: translate(-50%, -50%) scale(2.5);
        opacity: 0;
    }
}

@keyframes shake {
    0%, 100% {
        transform: rotate(0deg);
    }
    10%, 30% {
        transform: rotate(-10deg);
    }
    20%, 40% {
        transform: rotate(10deg);
    }
    50% {
        transform: rotate(0deg);
    }
}

@media (max-width: 900px) {
    .cta-button {
        font-size: 1.1em;
        padding: 16px 28px;
        margin-bottom: 30px;
    }
}

.contact-info {
    margin-top: 10px;
    width: 100%;
}
.contact-title {
    font-family: 'Crimson Text', serif;
    font-size: 1.5em;
    color: #b886ab;
    font-weight: 600;
    margin-bottom: 24px;
    letter-spacing: 0.3px;
}
.contact-details {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.contact-item {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 20px 24px;
    background: linear-gradient(135deg, rgba(255,255,255,0.8) 0%, rgba(250,248,252,0.8) 100%);
    border-radius: 16px;
    border: 1px solid rgba(184, 134, 171, 0.15);
    box-shadow: 0 4px 20px rgba(184, 134, 171, 0.08);
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}
.contact-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 32px rgba(184, 134, 171, 0.15);
    border-color: rgba(184, 134, 171, 0.25);
}
.contact-link {
    text-decoration: none;
    cursor: pointer;
}
.contact-link:hover {
    background: linear-gradient(135deg, rgba(37, 211, 102, 0.1) 0%, rgba(37, 211, 102, 0.15) 100%);
    border-color: rgba(37, 211, 102, 0.3);
}
.contact-link .contact-icon {
    color: #25d366;
}
.contact-icon {
    font-size: 1.2em;
    color: #b886ab;
    width: 24px;
    text-align: center;
}
.contact-text {
    font-family: 'Inter', sans-serif;
    font-size: 1em;
    color: #444;
    font-weight: 500;
    letter-spacing: 0.2px;
}
.simple-right {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* Fondo para la imagen floral */
.img-bg {
    background: linear-gradient(135deg, #e8e4ed 0%, #d9d0e0 50%, #e0dce5 100%);
    border-radius: 32px;
    padding: 0;
    box-shadow: 0 20px 60px rgba(184, 134, 171, 0.25), 0 8px 32px rgba(184, 134, 171, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 80vh;
    min-height: 500px;
}
.img-bg::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(184, 134, 171, 0.12) 0%, transparent 50%, rgba(184, 134, 171, 0.12) 100%);
    border-radius: 32px;
    pointer-events: none;
}
.simple-img {
    width: 100%;
    height: 100%;
    border-radius: 32px;
    box-shadow: none;
    object-fit: cover;
    background: none;
    position: relative;
    z-index: 1;
    transition: transform 0.3s ease;
}
.simple-img:hover {
    transform: scale(1.02);
}
@media (max-width: 900px) {
    .simple-landing {
        flex-direction: column;
        padding: 40px 5vw;
        gap: 40px;
    }
    .simple-left, .simple-right {
        max-width: 100%;
        width: 100%;
        align-items: center;
        text-align: center;
    }
    .simple-title {
        font-size: 2em;
        text-align: center;
        word-break: break-word;
        white-space: normal;
    }
    .simple-desc {
        text-align: center;
        font-size: 1.1em;
    }
    .contact-title {
        text-align: center;
    }
    .simple-img {
        width: 100%;
        height: 100%;
        border-radius: 24px;
    }
    .img-bg {
        padding: 0;
        height: 60vh;
        min-height: 400px;
    }
    .contact-details {
        align-items: center;
    }
    .contact-item {
        justify-content: center;
        text-align: center;
        max-width: 320px;
        padding: 16px 20px;
    }
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Inter', sans-serif;
    background: linear-gradient(135deg, #faf9fc 0%, #f5f3f7 30%, #faf8fc 70%, #f0ebf5 100%);
    min-height: 100vh;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.container {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    position: relative;
}

.content {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 30px;
    padding: 60px 40px;
    max-width: 800px;
    width: 100%;
    box-shadow: 0 20px 60px rgba(255, 105, 180, 0.15);
    position: relative;
    z-index: 10;
    backdrop-filter: blur(10px);
    border: 2px solid rgba(255, 182, 193, 0.3);
}

/* Logo Section */
.logo {
    text-align: center;
    margin-bottom: 40px;
}

.logo-image {
    width: 350px;
    max-width: 90%;
    height: auto;
    margin-bottom: 20px;
    animation: float 3s ease-in-out infinite;
}

.logo-text {
    text-align: center;
    margin-top: -10px;
    margin-bottom: 10px;
}
.logo-title {
    font-family: 'Playfair Display', serif;
    font-size: 2.8em;
    color: #a02a8e;
    font-weight: 700;
    letter-spacing: 1px;
    text-shadow: 1px 1px 2px rgba(160,42,142,0.08);
    margin-bottom: 0.1em;
}
.logo-slogan {
    font-family: 'Montserrat', cursive, sans-serif;
    font-size: 1.3em;
    color: #3e8c5a;
    font-weight: 400;
    margin-top: 0.1em;
    margin-bottom: 0.2em;
    letter-spacing: 1px;
    font-style: italic;
}

@keyframes float {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-10px); }
}

.logo h1 {
    font-family: 'Playfair Display', serif;
    font-size: 3.5em;
    color: #c2185b;
    font-weight: 700;
    letter-spacing: 2px;
    text-shadow: 2px 2px 4px rgba(194, 24, 91, 0.1);
}

/* Main Message */
.main-message {
    text-align: center;
    margin-bottom: 50px;
}

.main-message h2 {
    font-family: 'Playfair Display', serif;
    font-size: 2.2em;
    color: #d81b60;
    margin-bottom: 15px;
    font-weight: 600;
}

.subtitle {
    font-size: 1.1em;
    color: #666;
    line-height: 1.6;
    font-weight: 300;
}

.decorative-line {
    margin: 30px 0;
    text-align: center;
    font-size: 2em;
    color: #ff69b4;
}

/* Info Section */
.info-section {
    margin: 40px 0;
}

.info-section h3 {
    font-family: 'Playfair Display', serif;
    text-align: center;
    font-size: 1.8em;
    color: #c2185b;
    margin-bottom: 30px;
    font-weight: 600;
}

.contact-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
    margin-top: 30px;
}

.contact-card {
    background: linear-gradient(135deg, #fff0f5 0%, #ffe4e9 100%);
    padding: 30px;
    border-radius: 20px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 2px solid rgba(255, 105, 180, 0.2);
}

.contact-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(255, 105, 180, 0.2);
}

.contact-card .icon {
    font-size: 3em;
    margin-bottom: 15px;
}

.contact-card h4 {
    font-family: 'Playfair Display', serif;
    font-size: 1.5em;
    color: #d81b60;
    margin-bottom: 15px;
    font-weight: 600;
}

.contact-info {
    color: #555;
    line-height: 1.8;
    font-size: 1em;
}

/* Coming Soon Section */
.coming-soon {
    text-align: center;
    margin-top: 50px;
    padding-top: 40px;
    border-top: 2px solid rgba(255, 105, 180, 0.2);
}

.coming-soon p {
    font-size: 1.1em;
    color: #666;
    margin-bottom: 20px;
    font-style: italic;
}

.flower-divider {
    font-size: 2em;
    letter-spacing: 15px;
    animation: colorChange 3s ease-in-out infinite;
}

@keyframes colorChange {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.6; }
}

/* Background Decoration */
.background-decoration {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
    overflow: hidden;
}

.flower-bg {
    position: absolute;
    font-size: 4em;
    opacity: 0.15;
    animation: float-flowers 20s ease-in-out infinite;
}

.flower-1 {
    top: 10%;
    left: 10%;
    animation-delay: 0s;
}

.flower-2 {
    top: 70%;
    left: 85%;
    animation-delay: 2s;
}

.flower-3 {
    top: 30%;
    right: 15%;
    animation-delay: 4s;
}

.flower-4 {
    bottom: 20%;
    left: 20%;
    animation-delay: 6s;
}

.flower-5 {
    top: 50%;
    left: 5%;
    animation-delay: 8s;
}

@keyframes float-flowers {
    0%, 100% { 
        transform: translateY(0px) rotate(0deg); 
    }
    25% { 
        transform: translateY(-20px) rotate(5deg); 
    }
    50% { 
        transform: translateY(-10px) rotate(-5deg); 
    }
    75% { 
        transform: translateY(-30px) rotate(3deg); 
    }
}

/* Responsive Design */
@media (max-width: 768px) {
    .content {
        padding: 40px 25px;
    }
    
    .logo-image {
        width: 280px;
    }
    
    .main-message h2 {
        font-size: 1.8em;
    }
    
    .info-section h3 {
        font-size: 1.5em;
    }
    
    .contact-cards {
        grid-template-columns: 1fr;
    }
    
    .flower-bg {
        font-size: 3em;
    }
}

@media (max-width: 480px) {
    .logo-image {
        width: 240px;
    }
    
    .main-message h2 {
        font-size: 1.5em;
    }
    
    .subtitle {
        font-size: 1em;
    }
    
    .content {
        padding: 30px 20px;
    }
}

/* Pétalos flotantes decorativos */
.petals-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    overflow: hidden;
    z-index: 1;
}

.petal {
    position: absolute;
    width: 15px;
    height: 15px;
    background: linear-gradient(135deg, rgba(255, 182, 193, 0.6) 0%, rgba(255, 192, 203, 0.4) 100%);
    border-radius: 50% 0 50% 0;
    opacity: 0.7;
    animation: fall linear infinite;
}

/* Variaciones de pétalos */
.petal-1 {
    left: 10%;
    width: 12px;
    height: 12px;
    animation-duration: 15s;
    animation-delay: 0s;
    background: linear-gradient(135deg, rgba(255, 182, 193, 0.5) 0%, rgba(255, 192, 203, 0.3) 100%);
}

.petal-2 {
    left: 25%;
    width: 18px;
    height: 18px;
    animation-duration: 18s;
    animation-delay: 2s;
    background: linear-gradient(135deg, rgba(218, 112, 214, 0.5) 0%, rgba(221, 160, 221, 0.3) 100%);
}

.petal-3 {
    left: 40%;
    width: 14px;
    height: 14px;
    animation-duration: 20s;
    animation-delay: 4s;
    background: linear-gradient(135deg, rgba(255, 182, 193, 0.6) 0%, rgba(255, 192, 203, 0.4) 100%);
}

.petal-4 {
    left: 55%;
    width: 16px;
    height: 16px;
    animation-duration: 17s;
    animation-delay: 1s;
    background: linear-gradient(135deg, rgba(255, 192, 203, 0.5) 0%, rgba(255, 182, 193, 0.3) 100%);
}

.petal-5 {
    left: 70%;
    width: 13px;
    height: 13px;
    animation-duration: 19s;
    animation-delay: 3s;
    background: linear-gradient(135deg, rgba(218, 112, 214, 0.6) 0%, rgba(221, 160, 221, 0.4) 100%);
}

.petal-6 {
    left: 85%;
    width: 17px;
    height: 17px;
    animation-duration: 16s;
    animation-delay: 5s;
    background: linear-gradient(135deg, rgba(255, 182, 193, 0.5) 0%, rgba(255, 192, 203, 0.3) 100%);
}

.petal-7 {
    left: 20%;
    width: 15px;
    height: 15px;
    animation-duration: 21s;
    animation-delay: 6s;
    background: linear-gradient(135deg, rgba(255, 192, 203, 0.6) 0%, rgba(255, 182, 193, 0.4) 100%);
}

.petal-8 {
    left: 65%;
    width: 14px;
    height: 14px;
    animation-duration: 22s;
    animation-delay: 7s;
    background: linear-gradient(135deg, rgba(218, 112, 214, 0.5) 0%, rgba(221, 160, 221, 0.3) 100%);
}

.petal-9 {
    left: 15%;
    width: 16px;
    height: 16px;
    animation-duration: 19s;
    animation-delay: 8s;
    background: linear-gradient(135deg, rgba(255, 182, 193, 0.6) 0%, rgba(255, 192, 203, 0.4) 100%);
}

.petal-10 {
    left: 45%;
    width: 13px;
    height: 13px;
    animation-duration: 23s;
    animation-delay: 2.5s;
    background: linear-gradient(135deg, rgba(218, 112, 214, 0.6) 0%, rgba(221, 160, 221, 0.4) 100%);
}

.petal-11 {
    left: 75%;
    width: 15px;
    height: 15px;
    animation-duration: 20s;
    animation-delay: 5.5s;
    background: linear-gradient(135deg, rgba(255, 192, 203, 0.5) 0%, rgba(255, 182, 193, 0.3) 100%);
}

.petal-12 {
    left: 90%;
    width: 17px;
    height: 17px;
    animation-duration: 18s;
    animation-delay: 9s;
    background: linear-gradient(135deg, rgba(255, 182, 193, 0.5) 0%, rgba(255, 192, 203, 0.3) 100%);
}

.petal-13 {
    left: 5%;
    width: 14px;
    height: 14px;
    animation-duration: 24s;
    animation-delay: 3.5s;
    background: linear-gradient(135deg, rgba(218, 112, 214, 0.6) 0%, rgba(221, 160, 221, 0.4) 100%);
}

.petal-14 {
    left: 35%;
    width: 16px;
    height: 16px;
    animation-duration: 21s;
    animation-delay: 10s;
    background: linear-gradient(135deg, rgba(255, 182, 193, 0.5) 0%, rgba(255, 192, 203, 0.3) 100%);
}

.petal-15 {
    left: 50%;
    width: 15px;
    height: 15px;
    animation-duration: 19s;
    animation-delay: 4.5s;
    background: linear-gradient(135deg, rgba(255, 192, 203, 0.6) 0%, rgba(255, 182, 193, 0.4) 100%);
}

.petal-16 {
    left: 60%;
    width: 13px;
    height: 13px;
    animation-duration: 22s;
    animation-delay: 11s;
    background: linear-gradient(135deg, rgba(218, 112, 214, 0.5) 0%, rgba(221, 160, 221, 0.3) 100%);
}

.petal-17 {
    left: 80%;
    width: 18px;
    height: 18px;
    animation-duration: 20s;
    animation-delay: 1.5s;
    background: linear-gradient(135deg, rgba(255, 182, 193, 0.6) 0%, rgba(255, 192, 203, 0.4) 100%);
}

/* Animación de caída de pétalos */
@keyframes fall {
    0% {
        top: -10%;
        transform: translateX(0) rotate(0deg);
        opacity: 0.7;
    }
    20% {
        opacity: 0.8;
        transform: translateX(20px) rotate(90deg);
    }
    40% {
        transform: translateX(-20px) rotate(180deg);
    }
    60% {
        transform: translateX(30px) rotate(270deg);
    }
    80% {
        opacity: 0.6;
        transform: translateX(-15px) rotate(360deg);
    }
    100% {
        top: 110%;
        transform: translateX(0) rotate(450deg);
        opacity: 0;
    }
}

/* Responsive para pétalos */
@media (max-width: 900px) {
    .petal {
        width: 12px;
        height: 12px;
    }
    
    .petal-1, .petal-3, .petal-5, .petal-7, .petal-9, .petal-11, .petal-13, .petal-15 {
        width: 10px;
        height: 10px;
    }
    
    .petal-2, .petal-4, .petal-6, .petal-8, .petal-10, .petal-12, .petal-14, .petal-16, .petal-17 {
        width: 14px;
        height: 14px;
    }
}