@font-face {
  font-family: 'Behind The Nineties';
  src: url('./fonts/Behind-The-Nineties-Rg.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Behind The Nineties';
  src: url('./fonts/Behind-The-Nineties-It.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Behind The Nineties';
  src: url('./fonts/Behind-The-Nineties-Md.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Behind The Nineties';
  src: url('./fonts/Behind-The-Nineties-Md-It.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Behind The Nineties';
  src: url('./fonts/Behind-The-Nineties-Smbd.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Behind The Nineties';
  src: url('./fonts/Behind-The-Nineties-Smbd-It.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Behind The Nineties';
  src: url('./fonts/Behind-The-Nineties-Bd.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Behind The Nineties';
  src: url('./fonts/Behind-The-Nineties-Bd-It.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Behind The Nineties';
  src: url('./fonts/Behind-The-Nineties-Xbd.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Behind The Nineties';
  src: url('./fonts/Behind-The-Nineties-Xbd-It.otf') format('opentype');
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Behind The Nineties';
  src: url('./fonts/Behind-The-Nineties-Blk.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Behind The Nineties';
  src: url('./fonts/Behind-The-Nineties-Blk-It.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
/* CSS Variables */
:root {
    /* Colors - Nova paleta Isabela Protagonize */
    --color-bg: #e4e4e4;
    --color-text-dark: #4e3224;
    --color-text: #4e3224;
    --color-accent: #9dc2d5;
    --color-beige: #9dc2d5;
    --color-beige-light: rgba(157, 194, 213, 0.15);
    --color-brown: #4e3224;
    --color-cream: #f7f7f7;
    --color-pink: #cc3366;
    --color-border: #9dc2d5;
    --color-gray-light: rgba(78, 50, 36, 0.05);
    --color-about-bg: #4e3224;
    --color-white: #ffffff;
    --color-green: #22c55e;
    --color-green-dark: #16a34a;
    --color-green-light: #4ade80;

    /* Typography */
    --font-primary: 'Montserrat', sans-serif;    
    --font-display: 'Behind The Nineties', sans-serif;  

    /* Spacing */
    --container-max: 1200px;
    --section-padding: 80px;
    --element-gap: 40px;

    /* Transitions */
    --transition-smooth: all 0.3s ease;
}

/* Reset */
*, *::before, *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


html {
    scroll-behavior: smooth;
}

body {
    font-family: var(--font-primary);
    font-size: 16px;
    line-height: 1.5;
    color: var(--color-text-dark);
    background-color: var(--color-bg);
    background-repeat: repeat;
    background-size: 20px 20px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

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

a {
    text-decoration: none;
    color: inherit;
}

/* Container */
.container {
    max-width: var(--container-max);
    margin: 0 auto;
    padding: 0 24px;
}

/* ========================================
   HERO SECTION - Com imagem de fundo 
   ======================================== */
.hero {
    padding: var(--section-padding) 0;
    background: url('assets/isabela.png') center center / cover no-repeat;
    position: relative;
}

.hero-content {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
    min-height: 70vh;
}

.hero-text {
    max-width: 50%;
}

.hero-text {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.hero-text {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.logo {
    margin-bottom: 50px;
}

.logo img {
    width: 220px;
    height: auto;
}

.hero-title {
    font-family: var(--font-display);
    font-size: 64px; 
    font-weight: 700;
    line-height: 0.9;
    color: var(--color-text-dark);
    margin: 8px 0 20px;
    letter-spacing: -0.02em;
}

.hero-subtitle {
    font-family: var(--font-primary);
    font-size: 24px;
    font-weight: 400;
    line-height: 1.6;
    color: var(--color-text);
    opacity: 0.8; 
}

/* ========================================
   SERVICES INTRO
   ======================================== */

.services {
    margin-top: 28px;
}

.services-intro {
    padding: 60px 0 40px;
    text-align: center;
    background:
        linear-gradient(180deg, rgba(249, 249, 249, 0.8) 0%, var(--color-bg) 100%);
    background-size: 20px 20px, 100%;
}

.section-title {
    font-family: var(--font-primary);
    font-size: 18px;
    font-weight: 400;
    color: var(--color-text);
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.arrow-down {
    margin-top: 24px;
    display: flex;
    justify-content: center;
    animation: bounce 2s infinite;
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-10px);
    }
    60% {
        transform: translateY(-5px);
    }
}

.arrow-down img {
    width: 66px;
    height: 66px;
}

/* ========================================
   SERVICES CARDS
   ======================================== */
.services {
    padding: 40px 0 80px;
    background-color: var(--color-bg);
    background-repeat: repeat;
    background-size: 20px 20px;
    display: flex;
    align-items: center;
}

.services .container {
    width: 100%;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    align-items: start;
}

.service-card {
    background: transparent;
    border-radius: 12px;
    overflow: hidden;
    transition: var(--transition-smooth);
    border: none;
    display: flex;
    flex-direction: column;
    box-shadow: 0 2px 16px rgba(78, 50, 36, 0.12);
}

.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(91, 78, 66, 0.12);
}

.service-card[data-service="mentoria"] .card-content {
    background-color: var(--color-beige-light);
}

.service-card[data-service="analise"] .card-content {
    background-color: var(--color-gray-light);
}

.service-card[data-service="hub"] .card-content {
    background-color: var(--color-beige-light);
}

.card-image {
    width: 100%;
    overflow: hidden;
    background-color: var(--color-cream);
}

.card-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.service-card:hover .card-image img {
    transform: scale(1.05);
}

.card-header {
    padding: 16px 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    background: transparent;
    transition: var(--transition-smooth);
    border-bottom: 1px solid var(--color-border);
    user-select: none;
    -webkit-user-select: none;
    -webkit-tap-highlight-color: transparent;
}

.card-header:hover {
    background: rgba(202, 186, 171, 0.1);
}

.service-card.active .card-header {
    border-bottom-color: var(--color-beige);
}

.card-toggle {
    font-family: var(--font-primary);
    font-size: 15px;
    font-weight: 500;
    color: var(--color-text);
}

.card-icon {
    font-size: 20px;
    color: var(--color-text);
    transition: transform 0.3s ease;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: var(--color-beige-light);
}

.service-card.active .card-icon {
    transform: rotate(45deg);
    background-color: var(--color-beige);
}

.service-card .card-content {
    max-height: 0 !important;
    overflow: hidden !important;
    opacity: 0 !important;
    transition: max-height 0.4s ease-in-out, opacity 0.3s ease-in-out, padding 0.4s ease-in-out;
    padding: 0 24px !important;
    visibility: hidden;
}

.card-content > * {
    opacity: 0;
    transform: translateY(-10px);
    transition: opacity 0.3s ease 0.1s, transform 0.3s ease 0.1s;
}

.service-card.active .card-content {
    max-height: 500px !important;
    padding: 24px !important;
    opacity: 1 !important;
    visibility: visible !important;
    display: flex !important;
    flex-direction: column;
}

.service-card.active .card-content p {
    flex: 1;
}


.service-card.active .card-content > * {
    opacity: 1;
    transform: translateY(0);
}

.card-content p {
    font-family: var(--font-primary);
    font-size: 15px;
    line-height: 1.7;
    color: var(--color-text-dark);
    margin-bottom: 16px;
}

.card-content p strong {
    font-weight: 600;
    color: var(--color-text-dark);
}

.card-content .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  margin-top: 16px;
  padding: 16px 32px;
  min-height: 54px;
  font-size: 14px;
  line-height: 1;
  -webkit-appearance: none;
  appearance: none;
}

/* ========================================
   BUTTONS
   ======================================== */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px 32px;
    font-family: var(--font-primary);
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: var(--transition-smooth);
    margin-top: 16px;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    transition: left 0.5s ease;
}

.btn:hover::before {
    left: 100%;
}

/* Primary + Secondary → marrom #4E3224 */
.btn-primary,
.btn-secondary {
    background: #4E3224;
    color: var(--color-white);
    box-shadow: 0 4px 15px rgba(78, 50, 36, 0.3);
}

.btn-primary:hover,
.btn-secondary:hover {
    background: #6b4633;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(78, 50, 36, 0.4);
}

/* WhatsApp → verde próprio */
.btn-whatsapp {
    background: linear-gradient(135deg, #25d366 0%, #128c7e 100%);
    color: var(--color-white);
    box-shadow: 0 4px 15px rgba(37, 211, 102, 0.3);
}

.btn-whatsapp:hover {
    background: linear-gradient(135deg, #34e076 0%, #25d366 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(37, 211, 102, 0.4);
}


.btn-expand {
    background: #9dc2d5;        
    color: var(--color-about-bg); 
    border: 2px solid #9dc2d5;
    box-shadow: none;
    align-self: stretch;
}

.btn-expand:hover {
    background: #b8d4e2;        
    color: var(--color-about-bg);
    box-shadow: 0 4px 15px rgba(157, 194, 213, 0.3);
}


/* ========================================
   MÉTODO SECTION
   ======================================== */
.metodo-section {
    padding: var(--section-padding) 0;
    background-color: #ffffff;
    display: flex;
    align-items: center;
}

.metodo-section .container {
    width: 100%;
}

.metodo-image {
    flex: 0 0 550px; 
}

.metodo-image img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    display: block;
}

.metodo-content {
    display: flex;
    flex-direction: row;        
    align-items: center;
    gap: 64px;
    max-width: 100%;            
    margin: 0;
    text-align: left;
}

.metodo-title {
    font-size: 42px;
    font-weight: 700;       
    letter-spacing: -0.03em;
    margin-bottom: 32px;
    line-height: 1.1;
}

.metodo-text {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start; 
}

.metodo-text p {
    font-family: var(--font-primary);
    font-size: 18px;
    line-height: 1.8;
    color: var(--color-text);
    margin-bottom: 24px;
}

.metodo-btn {
    margin-top: 24px;
    align-self: flex-start; /* botão à esquerda, não esticado */
}

/* ─── VIDEO TRIGGER ─── */
.video-trigger {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
  border-radius: 12px;
  overflow: hidden;
}

.video-trigger img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.4s ease, filter 0.3s ease;
}

.video-trigger:hover img {
  transform: scale(1.03);
  filter: brightness(0.85);
}

.video-play-icon {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 56px;
  color: rgba(255,255,255,0.9);
  text-shadow: 0 2px 12px rgba(0,0,0,0.4);
  transition: transform 0.2s ease, opacity 0.2s ease;
  opacity: 0.7;
}

.video-trigger:hover .video-play-icon {
  opacity: 1;
  transform: scale(1.12);
}

/* ─── VIDEO MODAL ─── */
.video-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.video-modal[hidden] { display: none; }

.video-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.85);
  cursor: pointer;
}

.video-modal-inner {
  position: relative;
  width: 100%;
  max-width: 900px;
  z-index: 1;
}

.video-modal-close {
  position: absolute;
  top: -40px;
  right: 0;
  background: none;
  border: none;
  color: #fff;
  font-size: 32px;
  cursor: pointer;
  line-height: 1;
  opacity: 0.8;
  transition: opacity 0.2s;
}

.video-modal-close:hover { opacity: 1; }

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  border-radius: 12px;
  overflow: hidden;
  background: #000;
}

.video-wrapper iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

/* ========================================
   ATTENTION BANNER
   ======================================== */
.attention-banner {
    padding: 80px 0;
    background:
        radial-gradient(circle at center, rgba(204, 51, 102, 0.05) 0%, var(--color-bg) 70%);
    background-size: 20px 20px, 100%;
    position: relative;
}

.attention-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(249, 249, 249, 0.9) 0%, transparent 50%, rgba(249, 249, 249, 0.9) 100%);
    pointer-events: none;
}

.banner-content {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.banner-icon {
    width: 290px;
    height: auto;
    margin: 0 auto 32px;
    filter: drop-shadow(0 4px 10px rgba(204, 51, 102, 0.2));
}

.banner-title {
    font-size: 48px;
    font-weight: 700;       
    letter-spacing: -0.03em;
    margin-bottom: 20px;
    line-height: 1.1;
}

.banner-text {
    font-family: var(--font-primary);
    font-size: 20px;
    line-height: 1.7;
    color: var(--color-text);
    max-width: 600px;
    margin: 0 auto;
}

/* ========================================
   ABOUT SECTION
   ======================================== */
.about {
    padding: var(--section-padding) 0;
    background-color: var(--color-about-bg);
    position: relative;
    display: flex;
    align-items: center;
}


.about .container {
    width: 100%;
}


.about-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: start;
    position: relative;
    z-index: 1;
}

.about-image {
    position: relative;
}


.about-image img {
    width: 100%;
    max-width: 500px;
    border-radius: 12px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
}

.about-text {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.about-title {
    font-size: 52px;
    font-weight: 700;       
    letter-spacing: -0.03em;
    margin-bottom: 0;
    color: #e4e4e4;
}

.about-subtitle {
    font-family: var(--font-primary);
    font-size: 16px;
    font-weight: 500;
    color: var(--color-beige);
    margin-bottom: 8px;
}

.about-bio {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.about-bio p {
    font-family: var(--font-primary);
    font-size: 16px;
    line-height: 1.9;
    color: rgba(255, 255, 255, 0.85);
}

.about-bio p strong {
    font-weight: 600;
    color: var(--color-white);
}

/* Expandable bio section */
.about-bio-expand {
    display: flex;
    flex-direction: column;
    gap: 18px;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.5s ease, opacity 0.4s ease;
}

.about-bio-expand.expanded {
    max-height: 1000px;
    opacity: 1;
}

.about-bio-expand p {
    font-family: var(--font-primary);
    font-size: 16px;
    line-height: 1.9;
    color: rgba(255, 255, 255, 0.85);
}


/* ========================================
   FAQ SECTION
   ======================================== */
.faq {
    padding: 80px 0;
    background-color: var(--color-bg);
    background-repeat: repeat;
    background-size: 20px 20px;
    text-align: center;
    position: relative;
}

.faq::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--color-border), transparent);
}

.faq-title {
    font-size: 48px;
    font-weight: 700;
    letter-spacing: -0.03em;
    margin-bottom: 40px;
}

.faq-grid {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    width: 100%;
}

.faq-ou {
    font-size: 13px;
    color: rgba(78, 50, 36, 0.45);
    letter-spacing: 0.5px;
}

.faq-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 18px 40px;
    font-family: var(--font-primary);
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: var(--color-white);
    background: linear-gradient(135deg, #25d366 0%, #128c7e 100%);
    border-radius: 8px;
    transition: var(--transition-smooth);
    box-shadow: 0 4px 15px rgba(37, 211, 102, 0.3);
}

.faq-link:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(37, 211, 102, 0.4);
    background: linear-gradient(135deg, #34e076 0%, #25d366 100%);
}

/* ========================================
   APPLICATION SECTION
   ======================================== */
.application {
    padding: var(--section-padding) 0;
    background:
        linear-gradient(180deg, var(--color-bg) 0%, rgba(202, 186, 171, 0.15) 100%);
    background-size: 20px 20px, 100%;
}

.application-content {
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
}

.application-title {
    font-family: var(--font-display);
    font-size: 36px;
    font-weight: 500;
    color: var(--color-text-dark);
    margin-bottom: 40px;
}

.application-placeholder {
    padding: 60px;
    background-color: var(--color-white);
    border-radius: 16px;
    border: 2px dashed var(--color-border);
    box-shadow: 0 10px 40px rgba(91, 78, 66, 0.08);
}

.application-placeholder p {
    font-size: 20px;
    font-weight: 500;
    color: var(--color-text-dark);
    margin-bottom: 12px;
}

.application-note {
    font-size: 15px !important;
    color: var(--color-text) !important;
    opacity: 0.8;
    font-weight: 400 !important;
}

/* ========================================
   FOOTER
   ======================================== */
.footer {
    padding: 40px 0;
    background-color: var(--color-about-bg);
    background-repeat: repeat;
    background-size: 20px 20px;
    position: relative;
}


.copyright {
    font-family: var(--font-primary);
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
    text-align: center;
    position: relative;
    z-index: 1;
}

.hero-title,
.metodo-title,
.about-title,
.faq-title,
.application-title,
.banner-title {
    font-family: var(--font-display);
}

.metodo-text p,
.about-bio p,
.about-bio-expand p {
    font-weight: 400;
    opacity: 0.85;
}

/* ========================================
   CONTACT FORM
   ======================================== */

.contact-form {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 14px;
    text-align: left;
}

.contact-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    width: 100%;
}

.contact-field-group {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.contact-field-group input,
.contact-field-group textarea {
    width: 100%;
    box-sizing: border-box;        
    background: rgba(255,255,255,0.7);
    border: 1.5px solid rgba(78, 50, 36, 0.18);
    border-radius: 10px;
    padding: 16px 20px;            
    font-family: var(--font-primary);
    font-size: 15px;
    color: var(--color-text-dark);
    outline: none;
    transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
    resize: none;
}

.contact-field-group input::placeholder,
.contact-field-group textarea::placeholder {
    color: rgba(78, 50, 36, 0.4);
}

.contact-field-group input:focus,
.contact-field-group textarea:focus {
    border-color: rgba(78, 50, 36, 0.5);
    background: #fff;
    box-shadow: 0 2px 12px rgba(78, 50, 36, 0.08);
}

.contact-error {
    font-size: 13px;
    color: #c0392b;
    min-height: 1.2em;
}

.contact-success {
    font-size: 14px;               
    font-weight: 500;
    color: #2e7d32;
    min-height: 1.2em;
}

.contact-btn {
    width: 100%;
    box-sizing: border-box;
    margin-top: 4px;
    padding: 18px 40px;
}

.contact-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
    transform: none !important;
}


/* ========================================
   RESPONSIVE DESIGN
   ======================================== */

/* ── TABLET (até 1024px) ── */
@media (max-width: 1024px) {
    .hero {
        background-size: cover;
        background-position: 85% center;
        min-height: 50vh;
        padding-bottom: 0;
        display: flex;
        align-items: center;
    }
    .hero-text {
        max-width: 48%;
        text-align: left;
    }
    .hero-title {
        font-size: 46px;
    }
    .hero-title,
    .hero-subtitle {
        text-shadow:
        1px  1px 0px rgba(255,255,255,0.1),
        -1px -1px 0px rgba(255,255,255,0.1),
        1px -1px 0px rgba(255,255,255,0.1),
        -1px  1px 0px rgba(255,255,255,0.1);
    }
    .logo {
        margin-top: 10px;
        margin-bottom: 20; 
        line-height: 0;   
    }

    .logo img {
        width: 120px;
        height: auto;
        display: block;
        margin: 0 auto;
    }
    .services-grid {
        grid-template-columns: 1fr;
    }
    .metodo-content {
        text-align: center;
    }
    .metodo-title {
        font-size: 28px;
    }
    .metodo-text {
        align-items: center;
    }
    .metodo-text p {
        font-size: 16px;
    }
    .metodo-btn {
        align-self: center;
    }
    .about-content {
        grid-template-columns: 1fr;
        text-align: center;
    }
    .about-image {
        max-width: 400px;
        margin: 0 auto;
    }
    .about-image img {
        margin: 0 auto;
    }
}

/* ── MOBILE GRANDE / TABLET PEQUENO (até 768px) ── */
@media (max-width: 768px) {
    :root {
        --section-padding: 60px;
    }
    .hero {
        background-image: url('assets/isabela.png');
        background-position: 75% top;
        background-size: cover;
        min-height: 60vh;
        padding-top: 40px;
        display: flex;
        align-items: center;
    }
    .hero-content {
        min-height: auto;
        width: 100%;
        margin-top: 0;
    }
    .hero-text {
        max-width: 60%;
        text-align: left;
        gap: 16px;
    }

    .logo {
        margin-top: 10px;
        margin-bottom: 20; 
        line-height: 0;   
    }

    .logo img {
        width: 120px;
        height: auto;
        display: block;
        margin: 0 auto;
    }
    .hero-title {
        font-size: 38px;
        margin-bottom: 0;
    }
    .hero-subtitle {
        font-size: 18px;
        line-height: 1.5;
        padding: 0;
    }
    .case-title,
    .about-title,
    .banner-title,
    .faq-title,
    .application-title {
        font-size: 28px;
    }
    .banner-title {
        font-size: 32px;
    }
    .container {
        padding: 0 16px;
    }
    .btn {
        width: 100%;
        font-size: 12px;
        letter-spacing: 0.8px;
        padding: 14px 20px;
    }
    .about-image::before {
        display: none;
    }
    .metodo-content {
        flex-direction: column;
        gap: 32px;
    }
    .metodo-image {
        flex: 0 0 auto;
        width: 100%;
    }
    .contact-form-row {
        grid-template-columns: 1fr;
    }
    .faq-grid {
        width: 100%;
        flex-direction: column;
        padding: 0;
    }
    .faq-link {
        width: 100%;
        box-sizing: border-box;
        padding: 18px 20px;
        letter-spacing: 0.8px;
        justify-content: center;
    }
    .application-content {
        width: 100%;
        padding: 0;
    }
    .copyright {
        font-size: 11px;
        line-height: 1.6;
        padding: 0 16px;
    }
}

/* ── MOBILE PEQUENO (até 480px) ── */
@media (max-width: 480px) {

    html, body {
        overflow-x: hidden;
    }

    .hero {
        background-image: url('assets/isabela2.png'); 
        background-position: center center;
        background-size: cover;
        min-height: 95vh;
        padding-top: 0;
        display: flex;
        align-items: flex-start; 
    }

    .hero-content {
        min-height: auto;
        width: 100%;
        margin-top: 0;
    }

    .hero-text {
        max-width: 100%;
        text-align: center;
        gap: 15px;
    }

    .logo {
        margin-top: 25px;
        margin-bottom: 20; 
        line-height: 0;   
    }

    .logo img {
        width: 180px;
        height: auto;
        display: block;
        margin: 0 auto;
    }

    .hero-title {
        font-size: 30px;
        margin-bottom: 15px;
    }
    .hero-subtitle {
        font-size: 18px;
        line-height: 1.4;
        padding: 0 10px;
    }
    .card-content p {
        font-size: 14px;
    }
    .application-placeholder {
        padding: 40px 24px;
    }
}
