/* Font declarations - Font locali */
@font-face {
    font-family: 'Syne';
    src: url('../fonts/Syne-Bold.woff2') format('woff2'),
         url('../fonts/Syne-Bold.ttf') format('truetype');
    font-weight: 700;
    font-weight: bold;
}

@font-face {
    font-family: 'Syne';
    src: url('../fonts/Syne-Regular.woff2') format('woff2'),
         url('../fonts/Syne-Regular.ttf') format('truetype');
    font-weight: 400;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Regular.woff2') format('woff2'),
         url('../fonts/Montserrat-Regular.ttf') format('truetype');
    font-weight: 400;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-SemiBold.woff2') format('woff2'),
         url('../fonts/Montserrat-SemiBold.ttf') format('truetype');
    font-weight: 600;
}

/* Reset e base */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #2d2d2d;
    background: linear-gradient(135deg, #fafaf8 0%, #f5f3f0 100%);
    min-height: 100vh;
}

/* Container */
.container {
    max-width: 600px;
    margin: 0 auto;
    padding: 3rem 1.5rem;
}

/* Cookie Banner */
.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(250, 250, 248, 0.95);
    backdrop-filter: blur(10px);
    border-top: 1px solid #e8e6e1;
    padding: 1rem 1.5rem;
    z-index: 1000;
    display: block;
    max-height: 120px;
}

.cookie-banner.hidden {
    display: none;
}

.cookie-content {
    max-width: 600px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    flex-wrap: wrap;
}

.cookie-text {
    flex: 1;
    min-width: 250px;
}

.cookie-buttons {
    display: flex;
    gap: 0.75rem;
    flex-shrink: 0;
}

.manage-cookies-link {
    color: #8b7d6b;
    text-decoration: none;
    font-weight: 600;
    cursor: pointer;
    transition: color 0.3s ease;
}

.manage-cookies-link:hover {
    color: #2d2d2d;
    text-decoration: underline;
}

.cookie-banner p {
    font-size: 0.9rem;
    color: #666;
    margin: 0;
}

.cookie-banner a {
    color: #8b7d6b;
    text-decoration: underline;
}

.btn-cookie {
    padding: 0.5rem 1.5rem;
    background: #2d2d2d;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 0.9rem;
    font-family: 'Montserrat', sans-serif;
    white-space: nowrap;
    transition: background 0.3s ease;
}

.btn-cookie:hover {
    background: #1a1a1a;
}

.btn-reject {
    background: transparent;
    color: #2d2d2d;
    border: 1px solid #d4ccc3;
    transition: all 0.3s ease;
}

.btn-reject:hover {
    background: #f5f3f0;
    border-color: #8b7d6b;
}

/* Profile Section */
.profile {
    text-align: center;
    margin-bottom: 3rem;
    padding-top: 2rem;
}

.profile-image-wrapper {
    margin-bottom: 2rem;
}

.profile-image {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #d4ccc3;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease;
}

.profile-image:hover {
    transform: scale(1.05);
}

.profile-tagline {
    font-size: 0.95rem;
    color: #8b7d6b;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0.5rem;
    font-weight: 600;
}

.profile-name {
    font-family: 'Syne', sans-serif;
    font-size: 2.5rem;
    font-weight: 700;
    color: #2d2d2d;
    margin-bottom: 0.5rem;
    letter-spacing: -0.5px;
}

.profile-bio {
    font-size: 1rem;
    color: #666;
    line-height: 1.7;
    max-width: 100%;
}

/* Links Section */
.links {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 3rem;
}

.link-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    padding: 1rem 1.5rem;
    background: #f5f3f0;
    color: #2d2d2d;
    text-decoration: none;
    border-radius: 6px;
    border: 1px solid #e8e6e1;
    font-weight: 600;
    font-size: 1rem;
    transition: all 0.3s ease;
    cursor: pointer;
}

.link-btn:hover {
    background: #ede9e4;
    border-color: #d4ccc3;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

/* Facebook Button Specific */
.link-btn-facebook {
    background: #1877F2;
    color: #fff;
    border-color: #1877F2;
}

.link-btn-facebook:hover {
    background: #165FCC;
    border-color: #165FCC;
    box-shadow: 0 4px 12px rgba(24, 119, 242, 0.3);
}

/* WhatsApp Image Link */
.whatsapp-link {
    display: inline-block;
    transition: transform 0.3s ease, filter 0.3s ease;
}

.whatsapp-image {
    max-width: 100%;
    height: auto;
    display: block;
    border-radius: 6px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.whatsapp-link:hover .whatsapp-image {
    transform: translateY(-4px) scale(1.02);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.link-icon {
    font-size: 1.25rem;
}

/* Contact Section */
.contact-section {
    background: #fff;
    padding: 2rem;
    border-radius: 8px;
    border: 1px solid #e8e6e1;
    margin-bottom: 3rem;
    text-align: center;
}

.contact-section h2 {
    font-family: 'Syne', sans-serif;
    font-size: 1.75rem;
    font-weight: 700;
    color: #2d2d2d;
    margin-bottom: 1rem;
}

.contact-section p {
    font-size: 1.1rem;
    color: #666;
    line-height: 1.6;
    margin: 0;
}

/* Email Image */
.email-image {
    height: 1.2em;
    vertical-align: middle;
    display: inline-block;
}

.form-group {
    display: flex;
    flex-direction: column;
}

.form-group label {
    font-family: 'Syne', sans-serif;
    font-weight: 700;
    font-size: 0.95rem;
    color: #2d2d2d;
    margin-bottom: 0.5rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.form-group input[type="text"],
.form-group input[type="email"],
.form-group textarea {
    padding: 0.75rem;
    background: #fafaf8;
    border: 1px solid #e8e6e1;
    border-radius: 4px;
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    color: #2d2d2d;
    transition: border-color 0.3s ease;
}

.form-group input[type="text"]:focus,
.form-group input[type="email"]:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #8b7d6b;
    background: #fff;
}

.form-group textarea {
    resize: vertical;
    min-height: 120px;
    font-family: 'Montserrat', sans-serif;
}

/* Turnstile */
.cf-turnstile {
    display: flex;
    justify-content: center;
    margin: 1rem 0;
}

.btn-submit {
    padding: 1rem 1.5rem;
    background: #2d2d2d;
    color: #fff;
    border: none;
    border-radius: 4px;
    font-family: 'Syne', sans-serif;
    font-weight: 700;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: background 0.3s ease, transform 0.2s ease;
    margin-top: 0.5rem;
}

.btn-submit:hover {
    background: #1a1a1a;
    transform: translateY(-2px);
}

.btn-submit:active {
    transform: translateY(0);
}

/* Thank You Section */
.thankyou {
    text-align: center;
    margin-bottom: 3rem;
    padding-top: 2rem;
}

.thankyou h1 {
    font-family: 'Syne', sans-serif;
    font-size: 2.5rem;
    font-weight: 700;
    color: #2d2d2d;
    margin-bottom: 1rem;
    letter-spacing: -0.5px;
}

.thankyou p {
    font-size: 1rem;
    color: #666;
    line-height: 1.7;
    margin-bottom: 2rem;
}

.btn-home {
    display: inline-block;
    padding: 1rem 1.5rem;
    background: #2d2d2d;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    font-family: 'Syne', sans-serif;
    font-weight: 700;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: background 0.3s ease, transform 0.2s ease;
}

.btn-home:hover {
    background: #1a1a1a;
    transform: translateY(-2px);
}

.btn-home:active {
    transform: translateY(0);
}

/* Footer */
.footer {
    text-align: center;
    padding: 2rem 1.5rem;
    color: #999;
    font-size: 0.9rem;
    border-top: 1px solid #e8e6e1;
}

.footer a {
    color: #8b7d6b;
    text-decoration: none;
}

.footer a:hover {
    color: #2d2d2d;
    text-decoration: underline;
    transition: color 0.3s ease;
}

/* Responsive Design */
@media (max-width: 768px) {
    .container {
        padding: 2rem 1.25rem;
    }

    .profile-name {
        font-size: 2rem;
    }

    .profile-image {
        width: 120px;
        height: 120px;
    }

    .contact-section {
        padding: 1.5rem;
    }

    .contact-section h2 {
        font-size: 1.5rem;
    }

    .cookie-content {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
    }

    .cookie-buttons {
        width: 100%;
    }

    .btn-cookie {
        flex: 1;
    }
}

@media (max-width: 480px) {
    .container {
        padding: 1.5rem 1rem;
    }

    .profile {
        padding-top: 1rem;
    }

    .profile-name {
        font-size: 1.75rem;
    }

    .profile-image {
        width: 100px;
        height: 100px;
    }

    .profile-bio {
        font-size: 0.95rem;
    }

    .profile-tagline {
        font-size: 0.85rem;
    }

    .link-btn {
        font-size: 0.95rem;
        padding: 0.85rem 1.25rem;
    }

    .contact-section {
        padding: 1.25rem;
    }

    .contact-section h2 {
        font-size: 1.3rem;
    }

    .form-group label {
        font-size: 0.85rem;
    }

    .form-group input[type="text"],
    .form-group input[type="email"],
    .form-group textarea {
        font-size: 16px;
    }

    .btn-submit {
        font-size: 0.9rem;
        padding: 0.85rem 1.25rem;
    }

    .footer {
        font-size: 0.85rem;
    }
}
