/* Reset e Variáveis */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --primary-color: #763c3b;
    --secondary-color: #c48b8a;
    --accent-color: #c48b8a;
    --dark-color: #763c3b;
    --light-color: #FAF9F6;
    --text-dark: #333;
    --text-light: #808080;
    --white: #FFFFFF;
    --shadow: 0 4px 20px rgba(118, 60, 59, 0.08);
    --shadow-lg: 0 10px 40px rgba(118, 60, 59, 0.12);
    --shadow-card: 0 8px 30px rgba(0, 0, 0, 0.06);
}

body {
    font-family: 'Inter', sans-serif;
    color: var(--text-dark);
    line-height: 1.8;
    overflow-x: hidden;
    background: var(--white);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

* {
    -webkit-tap-highlight-color: transparent;
}

/* Previne overflow horizontal */
html, body {
    max-width: 100%;
    overflow-x: hidden;
}

img, video, iframe {
    max-width: 100%;
    height: auto;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Navigation */
.navbar {
    background: var(--white);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    position: sticky;
    top: 0;
    z-index: 1000;
    padding: 1.5rem 0;
    backdrop-filter: blur(10px);
}

.navbar .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav-brand h2 {
    font-family: 'Playfair Display', serif;
    color: var(--primary-color);
    font-size: 1.5rem;
    display: flex;
    align-items: baseline;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.ana-nakai-name {
    font-family: 'Dancing Script', cursive !important;
    font-weight: 600 !important;
    font-size: 1.8rem !important;
    color: #c48b8a !important;
    letter-spacing: 0.05em;
    line-height: 1;
}

.ana-nakai-subtitle {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 0.85rem;
    color: var(--text-light);
    letter-spacing: 0.1em;
    text-transform: lowercase;
    margin-left: 0.2rem;
}

.nav-menu {
    display: flex;
    list-style: none;
    gap: 2rem;
}

.nav-menu a {
    text-decoration: none;
    color: #763c3b !important;
    font-family: 'Playfair Display', serif !important;
    font-weight: 500;
    font-size: 1rem;
    letter-spacing: 0.03em;
    transition: all 0.3s ease;
    position: relative;
}

.nav-menu a::after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, var(--primary-color), var(--secondary-color));
    transition: width 0.3s ease;
    border-radius: 2px;
}

.nav-menu a:hover {
    color: var(--secondary-color);
}

.nav-menu a:hover::after {
    width: 100%;
}

.menu-toggle {
    display: none;
    flex-direction: column;
    background: none;
    border: none;
    cursor: pointer;
    gap: 4px;
}

.menu-toggle span {
    width: 25px;
    height: 3px;
    background: var(--primary-color);
    transition: all 0.3s;
}

/* Hero Section */
.hero {
    min-height: 100vh;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 4rem 2rem 8rem;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.hero-background-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('Ana para capa.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 0;
}


.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(118, 60, 59, 0.15) 0%, rgba(118, 60, 59, 0.35) 35%, rgba(118, 60, 59, 0.65) 65%, rgba(118, 60, 59, 0.8) 100%);
    z-index: 1;
}

.hero-content {
    max-width: 800px;
    margin: 0 auto;
    z-index: 2;
    position: relative;
    padding-top: 0;
}

.hero-name {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 0.8rem;
    margin-bottom: 2rem;
    flex-wrap: wrap;
}

.hero-name-text {
    font-family: 'Dancing Script', cursive;
    font-weight: 600;
    font-size: 3.5rem;
    color: rgba(196, 139, 138, 0.95);
    letter-spacing: 0.05em;
    line-height: 1;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.3),
                 0 2px 10px rgba(0, 0, 0, 0.2);
    white-space: nowrap;
}

.hero-name-subtitle {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.7);
    letter-spacing: 0.1em;
    text-transform: lowercase;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.hero-title {
    font-family: 'Playfair Display', serif;
    font-size: 2.8rem;
    margin-bottom: 1.5rem;
    line-height: 1.2;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-weight: 300;
    letter-spacing: 0.05em;
}

.hero-title-text {
    font-family: 'Dancing Script', 'Brush Script MT', 'Lucida Handwriting', cursive;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.1em;
    color: var(--white);
    text-shadow: 0 6px 30px rgba(0, 0, 0, 0.7),
                 0 3px 15px rgba(0, 0, 0, 0.5),
                 0 0 50px rgba(255, 255, 255, 0.15);
    white-space: nowrap;
    font-size: 3.2rem;
}

.hero-subtitle {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.95);
    margin-bottom: 2.5rem;
    line-height: 1.7;
    font-weight: 300;
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    letter-spacing: 0.2px;
}

.hero-buttons {
    display: flex;
    gap: 1.5rem;
    flex-wrap: wrap;
    justify-content: center;
}


/* Buttons */
.btn {
    padding: 1.2rem 3rem;
    border: none;
    border-radius: 50px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: 'Inter', sans-serif;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    box-shadow: var(--shadow);
    text-decoration: none;
    display: inline-block;
    text-align: center;
}

a.btn {
    color: inherit;
}

a.btn:visited {
    color: inherit;
}

.btn-primary {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);
    color: var(--white);
    box-shadow: 0 6px 25px rgba(118, 60, 59, 0.4),
                0 3px 15px rgba(0, 0, 0, 0.3);
}

.btn-primary:hover {
    background: linear-gradient(135deg, var(--secondary-color) 0%, var(--primary-color) 100%);
    transform: translateY(-3px);
    box-shadow: 0 8px 35px rgba(118, 60, 59, 0.5),
                0 4px 20px rgba(0, 0, 0, 0.4);
}

.btn-secondary {
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    color: var(--white);
    border: 2px solid rgba(255, 255, 255, 0.5);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.btn-secondary:hover {
    background: rgba(255, 255, 255, 0.3);
    color: var(--white);
    border-color: rgba(255, 255, 255, 0.8);
    transform: translateY(-3px);
    box-shadow: var(--shadow-lg);
}

.btn-gold {
    background: linear-gradient(90deg, #D4AF37 0%, #B8941F 50%, #9A7A1A 100%);
    color: var(--white);
    border: none;
    padding: 1.4rem 3.5rem;
    font-size: 1.1rem;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    box-shadow: 0 6px 25px rgba(212, 175, 55, 0.4),
                0 3px 15px rgba(0, 0, 0, 0.3);
    display: inline-flex;
    align-items: center;
    gap: 1rem;
}

.btn-gold:hover {
    background: linear-gradient(90deg, #E5C048 0%, #C9A529 50%, #A88B1F 100%);
    transform: translateY(-3px);
    box-shadow: 0 8px 35px rgba(212, 175, 55, 0.5),
                0 4px 20px rgba(0, 0, 0, 0.4);
}

.btn-arrow {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    transition: all 0.3s ease;
}

.btn-gold:hover .btn-arrow {
    background: rgba(255, 255, 255, 0.3);
    transform: translateX(5px);
}

/* Sections */
section {
    padding: 6rem 0;
    position: relative;
}




.section-title {
    font-family: 'Playfair Display', serif;
    font-size: 3.5rem;
    color: var(--primary-color);
    text-align: center;
    margin-bottom: 1.5rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.2;
}

.section-subtitle {
    text-align: center;
    color: var(--text-light);
    font-size: 1.3rem;
    margin-bottom: 4rem;
    font-weight: 400;
    line-height: 1.7;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

/* Sobre Section */
.sobre {
    background: linear-gradient(180deg, var(--light-color) 0%, rgba(250, 249, 246, 0.5) 100%);
    position: relative;
    overflow: hidden;
}

.sobre::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(118, 60, 59, 0.15), transparent);
}

.sobre-content {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 5rem;
    align-items: center;
    position: relative;
    z-index: 1;
    padding: 4rem 0;
}

@media (min-width: 1200px) {
    .sobre-content {
        gap: 6rem;
    }
}

.sobre-text {
    padding-right: 3rem;
}

.sobre-intro {
    margin-bottom: 2.5rem;
    padding-bottom: 2rem;
    border-bottom: 2px solid rgba(118, 60, 59, 0.1);
    position: relative;
}

.sobre-intro::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 80px;
    height: 2px;
    background: linear-gradient(90deg, var(--primary-color), var(--secondary-color));
}

.sobre-destaque {
    font-family: 'Playfair Display', serif !important;
    font-size: 2rem !important;
    font-weight: 600 !important;
    line-height: 1.4 !important;
    color: #763c3b !important;
    letter-spacing: -0.02em;
    margin: 0;
}

.sobre-descricao {
    display: flex;
    flex-direction: column;
    gap: 1.8rem;
}

.sobre-descricao p {
    margin: 0;
    color: var(--text-dark);
    font-size: 1.2rem;
    line-height: 1.9;
    font-weight: 300;
    letter-spacing: 0.01em;
}

.sobre-descricao p strong {
    font-weight: 600;
    color: var(--primary-color);
    font-family: 'Playfair Display', serif;
    font-style: italic;
}

.sobre-image {
    width: 100%;
    position: relative;
}

.sobre-image-wrapper {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(118, 60, 59, 0.2),
                0 8px 30px rgba(0, 0, 0, 0.1);
    transform: perspective(1000px) rotateY(-2deg);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.sobre-image-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(118, 60, 59, 0.05), rgba(196, 139, 138, 0.05));
    z-index: 1;
    pointer-events: none;
}

.sobre-image-wrapper:hover {
    transform: perspective(1000px) rotateY(0deg) scale(1.02);
}

.sobre-photo {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    position: relative;
    z-index: 0;
}

/* Features Section */
.features-section {
    background: linear-gradient(180deg, var(--white) 0%, var(--light-color) 100%);
    position: relative;
}

.features-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(118, 60, 59, 0.15), transparent);
}

.sobre-features {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.feature-card {
    background: var(--white) !important;
    padding: 2.5rem 2rem !important;
    border-radius: 24px !important;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 20px rgba(118, 60, 59, 0.08),
                0 1px 3px rgba(0, 0, 0, 0.05) !important;
    border: 1px solid rgba(196, 139, 138, 0.12) !important;
    position: relative;
    overflow: hidden;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center;
    text-align: center;
}

.feature-card:nth-child(1) {
    background: linear-gradient(135deg, rgba(118, 60, 59, 0.03) 0%, rgba(196, 139, 138, 0.02) 100%);
}

.feature-card:nth-child(2) {
    background: linear-gradient(135deg, rgba(196, 139, 138, 0.03) 0%, rgba(118, 60, 59, 0.02) 100%);
}

.feature-card:nth-child(3) {
    background: linear-gradient(135deg, rgba(118, 60, 59, 0.02) 0%, rgba(196, 139, 138, 0.03) 100%);
}

.feature-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: linear-gradient(180deg, var(--primary-color), var(--secondary-color));
    transform: scaleY(0);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transform-origin: top;
}

.feature-card:hover::before {
    transform: scaleY(1);
}

.feature-card:hover {
    transform: translateY(-8px) translateX(4px);
    box-shadow: 0 12px 40px rgba(118, 60, 59, 0.15),
                0 4px 12px rgba(0, 0, 0, 0.08);
    border-color: rgba(196, 139, 138, 0.3);
}

.feature-card:nth-child(1):hover {
    background: linear-gradient(135deg, rgba(118, 60, 59, 0.06) 0%, rgba(196, 139, 138, 0.04) 100%);
}

.feature-card:nth-child(2):hover {
    background: linear-gradient(135deg, rgba(196, 139, 138, 0.06) 0%, rgba(118, 60, 59, 0.04) 100%);
}

.feature-card:nth-child(3):hover {
    background: linear-gradient(135deg, rgba(118, 60, 59, 0.04) 0%, rgba(196, 139, 138, 0.06) 100%);
}

.feature-icon {
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    filter: drop-shadow(0 2px 8px rgba(118, 60, 59, 0.15));
    color: var(--primary-color);
    width: 100px;
    height: 100px;
    margin-left: auto;
    margin-right: auto;
}

.feature-icon svg,
.feature-icon img {
    width: 100%;
    height: 100%;
    max-width: 100px;
    max-height: 100px;
    object-fit: contain;
}

.brain-icon {
    filter: drop-shadow(0 2px 8px rgba(118, 60, 59, 0.15));
    /* Remove fundo branco usando blend mode darken */
    mix-blend-mode: darken;
    background: transparent;
}

/* Ajuste adicional para garantir remoção do fundo branco */
.feature-card:nth-child(1) .feature-icon {
    background: transparent;
}

.feature-card:nth-child(1) .feature-icon img.brain-icon {
    mix-blend-mode: darken;
    filter: drop-shadow(0 2px 8px rgba(118, 60, 59, 0.15));
}

.feature-card:hover .feature-icon {
    transform: scale(1.1) rotate(5deg);
}

.feature-card h3 {
    color: #763c3b !important;
    margin-bottom: 1rem;
    font-size: 1.6rem !important;
    font-family: 'Playfair Display', serif !important;
    font-weight: 600 !important;
    letter-spacing: -0.01em;
    transition: color 0.3s ease;
}

.feature-card:hover h3 {
    color: var(--secondary-color);
}

.feature-card p {
    color: var(--text-light);
    font-size: 1.05rem;
    line-height: 1.75;
    font-weight: 300;
    letter-spacing: 0.1px;
    margin: 0;
}

/* Serviços Section */
.servicos {
    background: var(--white);
}

.servicos-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
}

.servico-card {
    background: var(--light-color);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 3.5rem 2.5rem;
    border-radius: 20px;
    box-shadow: var(--shadow-card);
    transition: all 0.3s ease;
    border: 1px solid rgba(196, 139, 138, 0.1);
    text-align: center;
    position: relative;
    overflow: hidden;
    min-height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.servico-card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(118, 60, 59, 0.75), rgba(118, 60, 59, 0.85));
    transition: opacity 0.3s ease;
}

.servico-card:not([style*="background-image"]) .servico-card-overlay {
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
}

.servico-card:hover .servico-card-overlay {
    opacity: 0.9;
}

.servico-card-content {
    position: relative;
    z-index: 2;
    color: var(--white);
}

.servico-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-lg);
    border-color: rgba(196, 139, 138, 0.3);
}

.servico-card-content h3 {
    color: var(--white);
    margin-bottom: 1.5rem;
    font-size: 1.8rem;
    font-family: 'Playfair Display', serif;
    font-weight: 600;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.servico-card-content p {
    color: rgba(255, 255, 255, 0.95);
    line-height: 1.8;
    font-size: 1.05rem;
    text-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
}

/* Galeria Section */
.galeria-section {
    background: var(--white);
}

.galeria-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 2rem;
    margin-top: 2rem;
}

.galeria-item {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: var(--shadow-card);
    transition: all 0.3s ease;
    cursor: pointer;
    background: linear-gradient(135deg, var(--light-color) 0%, var(--secondary-color) 100%);
    display: block;
}

.galeria-item.image-error {
    display: flex;
    align-items: center;
    justify-content: center;
}

.galeria-item.image-error::before {
    content: '📷';
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 4rem;
    opacity: 0.2;
    z-index: 1;
}

.galeria-item.image-error::after {
    content: 'Adicione a imagem aqui';
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: var(--text-light);
    font-size: 1rem;
    text-align: center;
    z-index: 1;
    font-weight: 500;
}

.galeria-item:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-lg);
}

.galeria-image-wrapper {
    position: relative;
    padding-bottom: 110%; /* Aspect ratio ainda mais vertical */
    height: 0;
    overflow: hidden;
    background: linear-gradient(135deg, var(--light-color) 0%, var(--secondary-color) 100%);
}

.galeria-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
    display: block;
}

.galeria-image:not([src]),
.galeria-image[src=""],
.galeria-item:has(.galeria-image:not([src])) {
    background: linear-gradient(135deg, var(--light-color) 0%, var(--secondary-color) 50%, var(--primary-color) 100%);
    position: relative;
}

.galeria-item:has(.galeria-image:not([src]))::before {
    content: '📷';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 4rem;
    opacity: 0.3;
    z-index: 1;
}

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

.galeria-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(118, 60, 59, 0.9), transparent);
    padding: 2rem;
    color: var(--white);
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 2;
}

.galeria-item:hover .galeria-overlay {
    opacity: 1;
}

.galeria-overlay p {
    margin: 0;
    font-size: 1.1rem;
    font-weight: 500;
    text-align: center;
}

/* Feedback Section */
.feedback-section {
    background: var(--light-color);
}

.videos-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 2rem;
    margin-top: 2rem;
}

.video-card {
    background: var(--white);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: var(--shadow-card);
    transition: all 0.3s ease;
    border: 1px solid rgba(196, 139, 138, 0.1);
}

.video-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-lg);
    border-color: rgba(196, 139, 138, 0.3);
}

.video-wrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
    background: var(--dark-color);
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.video-info {
    padding: 1.5rem;
}

.video-info h3 {
    color: var(--primary-color);
    font-size: 1.3rem;
    margin-bottom: 0.5rem;
    font-family: 'Playfair Display', serif;
}

.video-info p {
    color: var(--text-light);
    font-size: 1rem;
    line-height: 1.6;
    margin: 0;
}

/* Chatbot Section */
.chatbot-section {
    background: var(--light-color);
}

.chatbot-container {
    background: var(--white);
    border-radius: 25px;
    padding: 3rem;
    box-shadow: var(--shadow-lg);
    margin-bottom: 4rem;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid rgba(196, 139, 138, 0.1);
}

.chatbot-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid var(--accent-color);
}

.chatbot-status {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.status-indicator {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #4CAF50;
    animation: pulse 2s infinite;
}

.status-indicator.loading {
    background: #FFC107;
}

.status-indicator.error {
    background: #F44336;
}

@keyframes pulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.5; }
}

.btn-clear {
    background: transparent;
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
    padding: 0.5rem 1rem;
    border-radius: 20px;
    cursor: pointer;
    font-size: 0.9rem;
    transition: all 0.3s;
}

.btn-clear:hover {
    background: var(--primary-color);
    color: var(--white);
}

.chat-messages {
    height: 400px;
    overflow-y: auto;
    padding: 1rem;
    background: var(--white);
    border-radius: 15px;
    margin-bottom: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.chat-messages::-webkit-scrollbar {
    width: 8px;
}

.chat-messages::-webkit-scrollbar-track {
    background: var(--light-color);
    border-radius: 10px;
}

.chat-messages::-webkit-scrollbar-thumb {
    background: var(--secondary-color);
    border-radius: 10px;
}

.message {
    display: flex;
    gap: 1rem;
    animation: fadeIn 0.3s;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

.user-message {
    flex-direction: row-reverse;
}

.message-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    flex-shrink: 0;
}

.bot-message .message-avatar {
    background: var(--accent-color);
}

.user-message .message-avatar {
    background: var(--primary-color);
    color: var(--white);
}

.message-content {
    max-width: 70%;
    padding: 1rem 1.5rem;
    border-radius: 20px;
    line-height: 1.6;
}

.bot-message .message-content {
    background: var(--light-color);
    color: var(--text-dark);
}

.user-message .message-content {
    background: var(--primary-color);
    color: var(--white);
}

.message-content p {
    margin: 0;
}

.typing-indicator {
    display: flex;
    gap: 5px;
    padding: 1rem;
}

.typing-indicator span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--secondary-color);
    animation: typing 1.4s infinite;
}

.typing-indicator span:nth-child(2) {
    animation-delay: 0.2s;
}

.typing-indicator span:nth-child(3) {
    animation-delay: 0.4s;
}

@keyframes typing {
    0%, 60%, 100% { transform: translateY(0); }
    30% { transform: translateY(-10px); }
}

.chat-input-container {
    display: flex;
    gap: 1rem;
    align-items: flex-end;
}

#chatInput {
    flex: 1;
    padding: 1rem;
    border: 2px solid var(--accent-color);
    border-radius: 15px;
    font-family: 'Inter', sans-serif;
    font-size: 1rem;
    resize: none;
    outline: none;
    transition: border-color 0.3s;
}

#chatInput:focus {
    border-color: var(--primary-color);
}

.btn-send {
    padding: 1rem 2rem;
    background: var(--primary-color);
    color: var(--white);
    border: none;
    border-radius: 15px;
    cursor: pointer;
    font-weight: 600;
    transition: all 0.3s;
    white-space: nowrap;
}

.btn-send:hover:not(:disabled) {
    background: var(--secondary-color);
    transform: translateY(-2px);
}

.btn-send:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

/* Text Generator */
.text-generator {
    background: var(--white);
    padding: 3.5rem;
    border-radius: 25px;
    box-shadow: var(--shadow-lg);
    max-width: 900px;
    margin: 0 auto;
    border: 1px solid rgba(196, 139, 138, 0.1);
}

.text-generator h3 {
    color: var(--primary-color);
    margin-bottom: 0.5rem;
    font-size: 1.8rem;
}

.text-generator > p {
    color: var(--text-light);
    margin-bottom: 1.5rem;
}

.generator-controls {
    display: flex;
    gap: 1rem;
    margin-bottom: 2rem;
    flex-wrap: wrap;
}

.topic-input {
    flex: 1;
    min-width: 200px;
    padding: 1rem;
    border: 2px solid var(--accent-color);
    border-radius: 15px;
    font-family: 'Inter', sans-serif;
    font-size: 1rem;
    outline: none;
    transition: border-color 0.3s;
}

.topic-input:focus {
    border-color: var(--primary-color);
}

.generated-text {
    background: var(--white);
    padding: 2rem;
    border-radius: 15px;
    min-height: 150px;
    line-height: 1.8;
    color: var(--text-dark);
}

.generated-text .placeholder {
    color: var(--text-light);
    font-style: italic;
}

.generated-text p {
    margin: 0;
}

/* Contato Section */
.contato {
    background: linear-gradient(180deg, var(--white) 0%, var(--light-color) 100%);
    position: relative;
    overflow: hidden;
}

.contato::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(118, 60, 59, 0.2), transparent);
}

.contato-content {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 4rem;
    align-items: stretch;
}

.contato-info {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
    align-content: start;
}

.info-card {
    background: var(--white);
    padding: 1.8rem;
    border-radius: 20px;
    box-shadow: 0 4px 20px rgba(118, 60, 59, 0.08),
                0 1px 3px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(196, 139, 138, 0.1);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    align-items: flex-start;
    gap: 1.5rem;
    position: relative;
    overflow: hidden;
}

.info-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: linear-gradient(180deg, var(--primary-color), var(--secondary-color));
    transform: scaleY(0);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transform-origin: top;
}

.info-card:hover::before {
    transform: scaleY(1);
}

.info-card:hover {
    transform: translateY(-5px) translateX(4px);
    box-shadow: 0 12px 40px rgba(118, 60, 59, 0.15),
                0 4px 12px rgba(0, 0, 0, 0.08);
    border-color: rgba(196, 139, 138, 0.3);
}

.info-icon {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(118, 60, 59, 0.1), rgba(196, 139, 138, 0.1));
    border-radius: 16px;
    flex-shrink: 0;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    color: var(--primary-color);
}

.info-icon svg {
    width: 28px;
    height: 28px;
    stroke: currentColor;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.info-card:hover .info-icon {
    transform: scale(1.1) rotate(5deg);
    background: linear-gradient(135deg, rgba(118, 60, 59, 0.15), rgba(196, 139, 138, 0.15));
    color: var(--secondary-color);
}

.whatsapp-card .info-icon {
    color: #25D366;
}

.whatsapp-card:hover .info-icon {
    background: linear-gradient(135deg, rgba(37, 211, 102, 0.15), rgba(37, 211, 102, 0.1));
    color: #128C7E;
}

.info-content {
    flex: 1;
}

.info-content h3 {
    color: var(--primary-color);
    margin-bottom: 0.6rem;
    font-size: 1.3rem;
    font-family: 'Playfair Display', serif;
    font-weight: 600;
    letter-spacing: -0.01em;
}

.info-content p {
    color: var(--text-light);
    font-size: 1.05rem;
    line-height: 1.6;
    margin: 0.3rem 0;
}

.info-content a {
    color: var(--text-dark);
    text-decoration: none;
    font-size: 1.05rem;
    transition: all 0.3s ease;
    display: inline-block;
    font-weight: 500;
}

.info-content a:hover {
    color: var(--primary-color);
    transform: translateX(3px);
}

.whatsapp-card {
    background: linear-gradient(135deg, rgba(37, 211, 102, 0.05), rgba(37, 211, 102, 0.02));
    border-color: rgba(37, 211, 102, 0.2);
}

.whatsapp-link {
    color: #25D366 !important;
    font-weight: 600;
}

.whatsapp-link:hover {
    color: #128C7E !important;
}

.contato-form-wrapper {
    background: var(--white);
    padding: 3rem;
    border-radius: 24px;
    box-shadow: 0 8px 30px rgba(118, 60, 59, 0.1),
                0 2px 8px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(196, 139, 138, 0.1);
    display: flex;
    flex-direction: column;
    height: 100%;
}

.contato-form {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    flex: 1;
}

.contato-form input,
.contato-form textarea,
.contato-form select {
    padding: 1.3rem 1.5rem;
    border: 2px solid rgba(196, 139, 138, 0.15);
    border-radius: 16px;
    font-family: 'Inter', sans-serif;
    font-size: 1rem;
    outline: none;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    background: var(--light-color);
    color: var(--text-dark);
}

.contato-form input::placeholder,
.contato-form textarea::placeholder {
    color: var(--text-light);
    opacity: 0.7;
}

.contato-form input:focus,
.contato-form textarea:focus,
.contato-form select:focus {
    border-color: var(--primary-color);
    background: var(--white);
    box-shadow: 0 0 0 4px rgba(118, 60, 59, 0.08),
                0 4px 12px rgba(118, 60, 59, 0.1);
    transform: translateY(-2px);
}

.contato-form textarea {
    resize: vertical;
    min-height: 140px;
    font-family: 'Inter', sans-serif;
}

.whatsapp-input-group {
    display: flex;
    gap: 1rem;
    align-items: stretch;
}

.pais-code-select {
    flex: 0 0 200px;
    min-width: 180px;
    cursor: pointer;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23763c3b' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 1.5rem center;
    padding-right: 3.5rem;
}

#whatsapp {
    flex: 1;
}

.contato-form .btn-primary {
    margin-top: 0.5rem;
    padding: 1.3rem 3rem;
    font-size: 1.1rem;
    border-radius: 16px;
    box-shadow: 0 6px 25px rgba(118, 60, 59, 0.3),
                0 3px 15px rgba(0, 0, 0, 0.2);
}

/* Footer */
.footer {
    background: var(--dark-color);
    color: var(--white);
    text-align: center;
    padding: 2rem 0;
}

/* Responsive */
@media (max-width: 1400px) {
    .container {
        max-width: 1140px;
        padding: 0 30px;
    }
}

@media (max-width: 1200px) {
    .container {
        padding: 0 30px;
    }
    
    .sobre-content {
        gap: 3rem;
    }

    .contato-content {
        gap: 3.5rem;
    }
}

@media (max-width: 1024px) {
    .hero-title-text {
        font-size: 2.8rem;
    }
    
    .section-title {
        font-size: 3rem;
    }
    
    .sobre-content {
        gap: 3rem;
    }

    .sobre-destaque {
        font-size: 1.8rem;
    }

    .sobre-descricao p {
        font-size: 1.15rem;
    }
    
    .servicos-grid {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    }
    
    .galeria-grid,
    .videos-grid {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    }

    .sobre-features {
        grid-template-columns: repeat(3, 1fr);
        gap: 1.8rem;
    }
}

@media (max-width: 900px) {
    .hero-title-text {
        font-size: 2.5rem;
        white-space: normal;
    }
    
    .section-title {
        font-size: 2.8rem;
    }
    
    .sobre-content {
        grid-template-columns: 1fr;
        gap: 3rem;
    }
    
    .sobre-text {
        padding-left: 0;
    }

    .sobre-destaque {
        font-size: 1.7rem;
    }

    .sobre-descricao p {
        font-size: 1.1rem;
    }

    .sobre-image-wrapper {
        transform: none;
    }

    .sobre-features {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.8rem;
    }
    
    .servicos-grid {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 1.5rem;
    }
    
    .galeria-grid,
    .videos-grid {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 1.5rem;
    }
    
    .contato-content {
        grid-template-columns: 1fr;
        gap: 3rem;
    }
    
    .contato-form-wrapper {
        padding: 2.5rem;
    }

    .feature-icon {
        width: 90px;
        height: 90px;
    }

    .feature-icon svg,
    .feature-icon img {
        max-width: 90px;
        max-height: 90px;
    }
}

/* Tablets em modo retrato */
@media (max-width: 768px) and (min-width: 481px) {
    .sobre-features {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
    }

    .servicos-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .galeria-grid,
    .videos-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

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

    .container {
        padding: 0 20px;
    }

    .menu-toggle {
        display: flex;
    }

    .nav-menu {
        position: fixed;
        left: -100%;
        top: 70px;
        flex-direction: column;
        background: var(--white);
        width: 100%;
        text-align: center;
        transition: 0.3s;
        box-shadow: var(--shadow);
        padding: 2rem 0;
        z-index: 999;
    }

    .nav-menu.active {
        left: 0;
    }

    .nav-menu li {
        margin: 0.5rem 0;
    }

    .hero {
        padding: 2rem 1rem 4rem;
        min-height: 85vh;
    }

    .hero-title {
        font-size: 1.8rem;
        margin-bottom: 1rem;
    }

    .hero-title-text {
        font-size: 2rem;
        white-space: normal;
        line-height: 1.3;
    }

    .hero-subtitle {
        font-size: 0.95rem;
        padding: 0;
        margin-bottom: 2rem;
    }

    .hero-buttons {
        flex-direction: column;
        gap: 1rem;
        width: 100%;
    }

    .btn {
        width: 100%;
        max-width: 100%;
        padding: 1.1rem 2rem;
    }

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

    .section-subtitle {
        font-size: 1rem;
        padding: 0;
        margin-bottom: 2.5rem;
    }

    section {
        padding: 3.5rem 0;
    }

    .sobre-content {
        grid-template-columns: 1fr;
        gap: 2.5rem;
    }

    .sobre-text {
        padding-right: 0;
    }

    .sobre-intro {
        margin-bottom: 2rem;
        padding-bottom: 1.5rem;
    }

    .sobre-destaque {
        font-size: 1.5rem;
        line-height: 1.3;
    }

    .sobre-descricao {
        gap: 1.5rem;
    }

    .sobre-descricao p {
        font-size: 1.05rem;
        line-height: 1.8;
    }

    .sobre-image-wrapper {
        transform: none;
    }

    .sobre-features {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
    }

    .servicos-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .servico-card {
        min-height: 250px;
        padding: 2rem 1.5rem;
    }

    .servico-card-content h3 {
        font-size: 1.5rem;
    }

    .servico-card-content p {
        font-size: 0.95rem;
    }

    .videos-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .galeria-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .contato-content {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .contato-form-wrapper {
        padding: 1.8rem;
        border-radius: 20px;
    }
    
    .contato-form {
        gap: 1.2rem;
    }

    .contato-form input,
    .contato-form textarea,
    .contato-form select {
        padding: 1.1rem 1.3rem;
        font-size: 0.95rem;
    }

    .whatsapp-input-group {
        flex-direction: column;
        gap: 1rem;
    }

    .pais-code-select {
        flex: 1;
        width: 100%;
        min-width: 100%;
        font-size: 0.95rem;
    }

    #whatsapp {
        width: 100%;
    }
    
    .info-card {
        padding: 1.3rem;
        gap: 1.2rem;
    }
    
    .info-icon {
        width: 50px;
        height: 50px;
        flex-shrink: 0;
    }
    
    .info-icon svg {
        width: 22px;
        height: 22px;
    }

    .info-content h3 {
        font-size: 1.15rem;
        margin-bottom: 0.5rem;
    }

    .info-content p,
    .info-content a {
        font-size: 0.95rem;
    }

    .feature-icon {
        width: 85px;
        height: 85px;
    }

    .feature-icon svg,
    .feature-icon img {
        max-width: 85px;
        max-height: 85px;
    }

    .feature-card {
        padding: 2rem 1.5rem;
    }

    .feature-icon {
        font-size: 2.8rem;
        margin-bottom: 1rem;
    }

    .feature-card h3 {
        font-size: 1.4rem;
    }

    .feature-card p {
        font-size: 0.95rem;
    }

    .chatbot-container,
    .text-generator {
        padding: 1.5rem;
    }

    .chat-messages {
        height: 300px;
    }

    .generator-controls {
        flex-direction: column;
    }

    .topic-input {
        width: 100%;
    }
}

@media (max-width: 480px) {
    html {
        font-size: 15px;
    }

    .container {
        padding: 0 16px;
    }

    img {
        max-width: 100%;
        height: auto;
    }

    .navbar {
        padding: 1rem 0;
    }

    .nav-brand h2 {
        font-size: 1.2rem;
    }

    .ana-nakai-name {
        font-size: 1.4rem;
    }

    .ana-nakai-subtitle {
        font-size: 0.75rem;
    }

    .hero {
        padding: 1.5rem 0.5rem 3rem;
        min-height: 80vh;
    }

    .hero-title {
        font-size: 1.5rem;
        margin-bottom: 0.8rem;
    }

    .hero-title-text {
        font-size: 1.7rem;
        white-space: normal;
        line-height: 1.2;
    }

    .hero-subtitle {
        font-size: 0.9rem;
        padding: 0;
        margin-bottom: 1.5rem;
        line-height: 1.6;
    }

    .hero-buttons {
        flex-direction: column;
        gap: 0.8rem;
        width: 100%;
    }

    .btn {
        padding: 1rem 1.5rem;
        font-size: 0.9rem;
        width: 100%;
        max-width: 100%;
    }

    .section-title {
        font-size: 1.7rem;
        margin-bottom: 0.8rem;
        line-height: 1.2;
    }

    .section-subtitle {
        font-size: 0.95rem;
        padding: 0;
        margin-bottom: 2rem;
        line-height: 1.6;
    }

    section {
        padding: 2.5rem 0;
    }

    .sobre-content {
        gap: 2rem;
    }

    .sobre-text {
        padding-right: 0;
    }

    .sobre-intro {
        margin-bottom: 1.5rem;
        padding-bottom: 1.2rem;
    }

    .sobre-destaque {
        font-size: 1.3rem;
        line-height: 1.3;
    }

    .sobre-descricao {
        gap: 1.2rem;
    }

    .sobre-descricao p {
        font-size: 0.95rem;
        line-height: 1.7;
    }

    .sobre-image-wrapper {
        transform: none;
        box-shadow: 0 12px 40px rgba(118, 60, 59, 0.15),
                    0 4px 20px rgba(0, 0, 0, 0.1);
    }

    .sobre-features {
        grid-template-columns: 1fr;
        gap: 1.2rem;
    }

    .feature-card {
        padding: 1.5rem 1.2rem;
    }

    .feature-icon {
        width: 75px;
        height: 75px;
        margin-bottom: 1rem;
    }

    .feature-icon svg,
    .feature-icon img {
        max-width: 75px;
        max-height: 75px;
    }

    .feature-card h3 {
        font-size: 1.25rem;
        margin-bottom: 0.6rem;
    }

    .feature-card p {
        font-size: 0.9rem;
        line-height: 1.6;
    }

    .servicos-grid {
        gap: 1.2rem;
    }

    .servico-card {
        min-height: 220px;
        padding: 1.5rem 1.2rem;
    }

    .servico-card-content h3 {
        font-size: 1.3rem;
        margin-bottom: 1rem;
    }

    .servico-card-content p {
        font-size: 0.9rem;
    }

    .galeria-grid,
    .videos-grid {
        gap: 1.2rem;
    }

    .video-info {
        padding: 1rem;
    }

    .video-info h3 {
        font-size: 1.1rem;
    }

    .video-info p {
        font-size: 0.9rem;
    }

    .contato-content {
        gap: 1.5rem;
    }
    
    .contato-form-wrapper {
        padding: 1.5rem;
        border-radius: 18px;
    }
    
    .contato-form {
        gap: 1rem;
    }

    .contato-form input,
    .contato-form textarea,
    .contato-form select {
        padding: 1rem 1.2rem;
        font-size: 0.9rem;
        border-radius: 14px;
    }

    .contato-form textarea {
        min-height: 120px;
    }

    .whatsapp-input-group {
        flex-direction: column;
        gap: 0.8rem;
    }

    .pais-code-select {
        width: 100%;
        min-width: 100%;
        padding: 1rem 1.2rem;
        font-size: 0.9rem;
        background-position: right 1rem center;
    }

    #whatsapp {
        width: 100%;
    }

    .contato-form .btn-primary {
        padding: 1.1rem 2rem;
        font-size: 1rem;
        margin-top: 0.3rem;
        width: 100%;
    }
    
    .info-card {
        padding: 1.2rem;
        gap: 1rem;
        border-radius: 16px;
    }
    
    .info-icon {
        width: 45px;
        height: 45px;
    }
    
    .info-icon svg {
        width: 20px;
        height: 20px;
    }

    .info-content h3 {
        font-size: 1.1rem;
        margin-bottom: 0.4rem;
    }

    .info-content p,
    .info-content a {
        font-size: 0.9rem;
        line-height: 1.5;
    }

    .chatbot-container,
    .text-generator {
        padding: 1.2rem;
        border-radius: 20px;
    }

    .chat-messages {
        height: 250px;
        padding: 0.8rem;
    }

    .chatbot-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.8rem;
        padding-bottom: 0.8rem;
    }

    .generator-controls {
        flex-direction: column;
        gap: 0.8rem;
    }

    .topic-input {
        width: 100%;
        padding: 0.9rem;
        font-size: 0.9rem;
    }

    .footer {
        padding: 1.5rem 0;
    }

    .footer p {
        font-size: 0.85rem;
        line-height: 1.6;
    }
}

/* Telas muito pequenas (até 360px) */
@media (max-width: 360px) {
    html {
        font-size: 14px;
    }

    .container {
        padding: 0 12px;
    }

    .hero {
        padding: 1rem 0.5rem 2.5rem;
        min-height: 75vh;
    }

    .hero-title-text {
        font-size: 1.5rem;
    }

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

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

    .section-subtitle {
        font-size: 0.9rem;
    }

    section {
        padding: 2rem 0;
    }

    .sobre-destaque {
        font-size: 1.2rem;
    }

    .sobre-descricao p {
        font-size: 0.9rem;
    }

    .feature-icon {
        width: 70px;
        height: 70px;
    }

    .feature-icon svg,
    .feature-icon img {
        max-width: 70px;
        max-height: 70px;
    }

    .feature-card {
        padding: 1.2rem 1rem;
    }

    .feature-card h3 {
        font-size: 1.1rem;
    }

    .feature-card p {
        font-size: 0.85rem;
    }

    .contato-form-wrapper {
        padding: 1.2rem;
    }

    .contato-form input,
    .contato-form textarea,
    .contato-form select {
        padding: 0.9rem 1rem;
        font-size: 0.85rem;
    }

    .info-card {
        padding: 1rem;
    }

    .info-icon {
        width: 40px;
        height: 40px;
    }

    .info-icon svg {
        width: 18px;
        height: 18px;
    }

    .info-content h3 {
        font-size: 1rem;
    }

    .info-content p,
    .info-content a {
        font-size: 0.85rem;
    }
}

/* Orientação landscape em smartphones */
@media (max-width: 768px) and (orientation: landscape) {
    .hero {
        min-height: 100vh;
        padding: 2rem 1rem;
    }

    section {
        padding: 2.5rem 0;
    }
}

