/* ===================================================
   O ATELIÊ — RAYSA LUNARDIS (DESIGN SYSTEM)
   =================================================== */

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;0,700;1,400;1,600&family=Inter:wght@300;400;500;600;700&family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;1,400&display=swap');

:root {
    /* Paleta Oficial Fiel aos Prints */
    --bg-primary: #fbf8f3;
    --bg-secondary: #f7f3ee;
    --bg-tertiary: #f8f6f2;
    --bg-method: #e6d6c7;
    --bg-card-sand: #ecdcd0;
    
    --color-mocha: #9f7d61;
    --color-terracotta: #c59b87;
    --color-terracotta-dark: #b08773;
    --color-sage: #7e9578;
    --color-sage-dark: #6d7f64;
    
    --text-primary: #2c221e;
    --text-secondary: #584a42;
    --text-muted: #7d6e66;
    --text-light: #ffffff;
    
    --font-heading: 'Playfair Display', 'Cormorant Garamond', Georgia, serif;
    --font-serif-elegant: 'Cormorant Garamond', Georgia, serif;
    --font-body: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    
    --radius-sm: 8px;
    --radius-md: 16px;
    --radius-lg: 24px;
    
    --transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
    --shadow-soft: 0 10px 30px rgba(78, 62, 53, 0.08);
    --shadow-hover: 0 16px 40px rgba(78, 62, 53, 0.14);
}

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

html {
    scroll-behavior: smooth;
    -webkit-font-smoothing: antialiased;
}

body {
    background-color: var(--bg-primary);
    color: var(--text-primary);
    font-family: var(--font-body);
    font-size: 16px;
    line-height: 1.65;
    overflow-x: hidden;
}

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

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

.container {
    width: 100%;
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 24px;
}

/* Typography */
h1, h2, h3, h4 {
    font-family: var(--font-heading);
    font-weight: 500;
    line-height: 1.25;
    color: var(--text-primary);
}

p {
    color: var(--text-secondary);
}

.section-padding {
    padding: 100px 0;
}

/* Botões */
.btn {
    display: inline-block;
    padding: 16px 36px;
    border-radius: var(--radius-sm);
    font-family: var(--font-body);
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    cursor: pointer;
    transition: var(--transition);
    text-align: center;
    border: none;
    text-decoration: none;
}

.btn-terracotta {
    background-color: var(--color-terracotta);
    color: var(--text-light);
    box-shadow: 0 6px 20px rgba(197, 155, 135, 0.35);
}

.btn-terracotta:hover {
    background-color: var(--color-terracotta-dark);
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(176, 135, 115, 0.45);
}

.btn-large {
    padding: 18px 44px;
    font-size: 15px;
    width: 100%;
    max-width: 420px;
}

/* Header */
#main-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    padding: 18px 0;
    transition: var(--transition);
    background-color: rgba(251, 248, 243, 0.92);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(197, 155, 135, 0.15);
}

#main-header .header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#main-header .logo img {
    height: 42px;
}

#main-header .header-btn {
    padding: 10px 24px;
    font-size: 12px;
}

/* ===================================================
   DOBRA 1: CAPA (HERO)
   =================================================== */
#hero {
    padding-top: 170px;
    padding-bottom: 100px;
    background: linear-gradient(180deg, #fbf8f3 0%, #f7f3ee 100%);
    position: relative;
}

.hero-grid {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 60px;
    align-items: center;
}

.hero-content h1 {
    font-size: 46px;
    margin-bottom: 24px;
    line-height: 1.2;
    color: var(--text-primary);
}

.hero-content h2 {
    font-family: var(--font-body);
    font-size: 18px;
    font-weight: 400;
    color: var(--text-secondary);
    line-height: 1.7;
    margin-bottom: 36px;
}

.hero-img-wrap {
    position: relative;
}

.hero-img-wrap img {
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-soft);
    object-fit: cover;
    width: 100%;
    max-height: 580px;
}

/* ===================================================
   DOBRA 2: A TRANSFORMAÇÃO DO ATELIÊ
   =================================================== */
#transformacao {
    background-color: var(--bg-primary);
}

.transformacao-grid {
    display: grid;
    grid-template-columns: 0.85fr 1.15fr;
    gap: 70px;
    align-items: center;
}

.transformacao-img-wrap img {
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-soft);
    object-fit: cover;
    width: 100%;
}

.transformacao-content h1 {
    font-size: 38px;
    margin-bottom: 18px;
    line-height: 1.3;
}

.transformacao-content h2 {
    font-family: var(--font-body);
    font-size: 17px;
    color: var(--text-secondary);
    margin-bottom: 30px;
    font-weight: 400;
    line-height: 1.6;
}

.transformacao-list-title {
    font-family: var(--font-heading);
    font-size: 20px;
    font-weight: 600;
    color: var(--color-terracotta-dark);
    margin-bottom: 16px;
}

.transformacao-list {
    list-style: none;
    margin-bottom: 36px;
}

.transformacao-list li {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 14px;
    font-size: 15px;
    color: var(--text-secondary);
}

.transformacao-list li::before {
    content: "✦";
    color: var(--color-terracotta);
    font-size: 16px;
    line-height: 1.4;
    flex-shrink: 0;
}

/* ===================================================
   DOBRA 3: NÚCLEOS TEMÁTICOS
   =================================================== */
#nucleos {
    background-color: var(--bg-secondary);
    text-align: center;
}

.nucleos-header {
    max-width: 780px;
    margin: 0 auto 60px auto;
}

.nucleos-header h2 {
    font-size: 38px;
    margin-bottom: 18px;
}

.nucleos-header p {
    font-size: 17px;
    line-height: 1.7;
}

.nucleos-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.nucleo-card {
    background-color: #ffffff;
    padding: 36px 24px;
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-soft);
    border: 1px solid rgba(197, 155, 135, 0.15);
    transition: var(--transition);
    text-align: left;
}

.nucleo-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-hover);
    border-color: var(--color-terracotta);
}

.nucleo-badge {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--color-terracotta);
    margin-bottom: 12px;
}

.nucleo-card h3 {
    font-size: 22px;
    margin-bottom: 16px;
    color: var(--text-primary);
}

.nucleo-card p {
    font-size: 14px;
    color: var(--text-muted);
    line-height: 1.65;
}

/* ===================================================
   DOBRA 4: PROVA SOCIAL
   =================================================== */
#depoimentos {
    background-color: var(--bg-primary);
    text-align: center;
}

.depoimentos-objections {
    max-width: 800px;
    margin: 0 auto 30px auto;
}

.objection-quote {
    font-family: var(--font-serif-elegant);
    font-size: 22px;
    font-style: italic;
    color: var(--color-terracotta-dark);
    margin-bottom: 8px;
    display: block;
}

.depoimentos-title {
    font-size: 34px;
    max-width: 750px;
    margin: 20px auto 40px auto;
}

.depoimentos-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-bottom: 40px;
}

.depoimento-card {
    background-color: #ffffff;
    border-radius: var(--radius-md);
    overflow: hidden;
    box-shadow: var(--shadow-soft);
    border: 1px solid rgba(197, 155, 135, 0.15);
    transition: var(--transition);
}

.depoimento-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-hover);
}

.depoimento-card img {
    width: 100%;
    object-fit: cover;
}

.depoimentos-anchor {
    font-family: var(--font-heading);
    font-size: 20px;
    font-style: italic;
    color: var(--text-primary);
    max-width: 700px;
    margin: 40px auto 0 auto;
}

/* ===================================================
   DOBRA 5: COMO O MÉTODO FUNCIONA (FIEL AO PRINT 4)
   =================================================== */
#metodo {
    background-color: var(--bg-method);
    text-align: center;
}

.metodo-header {
    max-width: 780px;
    margin: 0 auto 60px auto;
}

.metodo-header h2 {
    font-size: 42px;
    margin-bottom: 20px;
    letter-spacing: -0.01em;
}

.metodo-header p {
    font-size: 16px;
    color: var(--text-secondary);
    line-height: 1.6;
}

.metodo-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    margin-bottom: 50px;
}

.metodo-card {
    padding: 40px 32px;
    border-radius: var(--radius-md);
    color: var(--text-light);
    text-align: left;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
    transition: var(--transition);
}

.metodo-card:hover {
    transform: translateY(-6px);
}

.metodo-card-1 {
    background-color: var(--color-mocha);
}

.metodo-card-2 {
    background-color: var(--color-terracotta);
}

.metodo-card-3 {
    background-color: var(--color-sage);
}

.metodo-card .card-number {
    font-family: var(--font-heading);
    font-size: 42px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 14px;
    display: block;
}

.metodo-card h3 {
    color: var(--text-light);
    font-size: 20px;
    font-weight: 600;
    line-height: 1.35;
    margin-bottom: 16px;
}

.metodo-card p {
    color: rgba(255, 255, 255, 0.92);
    font-size: 14.5px;
    line-height: 1.65;
    margin-bottom: 12px;
}

.metodo-card ul {
    list-style: none;
    margin-top: 10px;
}

.metodo-card ul li {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.95);
    margin-bottom: 6px;
    position: relative;
    padding-left: 14px;
}

.metodo-card ul li::before {
    content: "•";
    position: absolute;
    left: 0;
}

/* ===================================================
   DOBRA 6: PARA QUEM É / PARA QUEM NÃO É (FIEL AO PRINT 3)
   =================================================== */
#para-quem {
    background-color: var(--bg-tertiary);
}

.para-quem-title {
    text-align: center;
    font-size: 40px;
    margin-bottom: 60px;
}

.para-quem-grid {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 60px;
    align-items: center;
    margin-bottom: 60px;
}

.para-quem-left h3 {
    color: var(--color-sage-dark);
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 24px;
    text-transform: none;
}

.para-quem-list {
    list-style: none;
}

.para-quem-list li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 18px;
    font-size: 16px;
    color: var(--text-secondary);
}

.para-quem-list li::before {
    content: "◉";
    position: absolute;
    left: 0;
    top: 2px;
    color: var(--color-sage);
    font-size: 14px;
}

.para-quem-img {
    text-align: center;
}

.para-quem-img img {
    max-width: 260px;
    margin: 0 auto;
}

.para-quem-nao {
    max-width: 900px;
    margin: 0 auto;
    background-color: #ffffff;
    padding: 36px 40px;
    border-radius: var(--radius-md);
    border-left: 4px solid var(--color-terracotta);
    box-shadow: var(--shadow-soft);
}

.para-quem-nao h3 {
    font-size: 20px;
    color: var(--color-terracotta-dark);
    margin-bottom: 18px;
}

.para-quem-nao ul {
    list-style: none;
}

.para-quem-nao ul li {
    position: relative;
    padding-left: 24px;
    margin-bottom: 12px;
    font-size: 15px;
    color: var(--text-secondary);
}

.para-quem-nao ul li::before {
    content: "✕";
    position: absolute;
    left: 0;
    color: var(--color-terracotta);
    font-weight: bold;
    font-size: 13px;
}

/* ===================================================
   DOBRA 7: SOBRE A RAYSA (FIEL AO PRINT 2)
   =================================================== */
#sobre {
    background-color: var(--bg-primary);
    position: relative;
    overflow: hidden;
}

.sobre-watermark {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: var(--font-serif-elegant);
    font-size: 140px;
    font-style: italic;
    color: rgba(197, 155, 135, 0.08);
    white-space: nowrap;
    pointer-events: none;
    z-index: 1;
}

.sobre-grid {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 70px;
    align-items: center;
    position: relative;
    z-index: 2;
}

.sobre-content h2 {
    font-size: 42px;
    margin-bottom: 24px;
}

.sobre-content p {
    font-size: 15px;
    margin-bottom: 16px;
    line-height: 1.7;
    color: var(--text-secondary);
}

.sobre-mosaic {
    position: relative;
    min-height: 380px;
}

.sobre-mosaic img {
    position: absolute;
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-soft);
    object-fit: cover;
}

.mosaic-top-left {
    top: 0;
    left: 0;
    width: 48%;
    z-index: 2;
}

.mosaic-middle {
    top: 20px;
    left: 30%;
    width: 58%;
    z-index: 3;
}

.mosaic-bottom-right {
    bottom: 0;
    right: 0;
    width: 46%;
    z-index: 4;
}

/* ===================================================
   DOBRA 8: OFERTA & COMPRA DIRETA (FIEL AO PRINT 1)
   =================================================== */
#oferta {
    background-color: var(--bg-secondary);
}

.oferta-grid {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 60px;
    align-items: center;
}

.oferta-left h2 {
    font-size: 38px;
    margin-bottom: 20px;
    line-height: 1.3;
}

.oferta-left p {
    font-size: 15px;
    margin-bottom: 18px;
    line-height: 1.7;
}

.oferta-left h3 {
    font-size: 26px;
    margin: 28px 0 12px 0;
}

.oferta-card {
    background-color: var(--bg-card-sand);
    border-radius: var(--radius-lg);
    padding: 44px 36px;
    text-align: center;
    box-shadow: 0 16px 40px rgba(78, 62, 53, 0.12);
    border: 1px solid rgba(197, 155, 135, 0.3);
}

.oferta-logo {
    max-height: 52px;
    margin: 0 auto 24px auto;
}

.oferta-card-title {
    font-size: 22px;
    margin-bottom: 12px;
    font-family: var(--font-heading);
    color: var(--text-primary);
}

.oferta-card-desc {
    font-size: 14px;
    color: var(--text-secondary);
    margin-bottom: 24px;
    line-height: 1.6;
}

.oferta-features {
    list-style: none;
    text-align: left;
    margin-bottom: 28px;
    border-top: 1px solid rgba(197, 155, 135, 0.25);
    border-bottom: 1px solid rgba(197, 155, 135, 0.25);
    padding: 18px 0;
}

.oferta-features li {
    font-size: 14px;
    color: var(--text-primary);
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.oferta-features li:last-child {
    margin-bottom: 0;
}

.oferta-features li span {
    color: var(--color-sage-dark);
    font-weight: bold;
}

.oferta-card .btn {
    width: 100%;
    margin-bottom: 14px;
    font-size: 15px;
    letter-spacing: 0.05em;
}

.oferta-security {
    font-size: 12px;
    color: var(--text-muted);
}

/* ===================================================
   DOBRA 9: FAQ (FIEL AO PRINT 5)
   =================================================== */
#faq {
    background: linear-gradient(180deg, #f7f3ee 0%, #ecdcd0 100%);
    text-align: center;
}

.faq-title {
    font-size: 42px;
    margin-bottom: 50px;
}

.faq-container {
    max-width: 820px;
    margin: 0 auto;
}

.faq-item {
    background-color: var(--color-terracotta);
    border-radius: var(--radius-sm);
    margin-bottom: 14px;
    overflow: hidden;
    transition: var(--transition);
    text-align: left;
}

.faq-question {
    padding: 18px 24px;
    color: var(--text-light);
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    user-select: none;
}

.faq-question .chevron {
    transition: transform 0.3s ease;
    font-size: 14px;
}

.faq-item.active .faq-question .chevron {
    transform: rotate(180deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease;
    background-color: #ffffff;
    color: var(--text-secondary);
}

.faq-answer-inner {
    padding: 20px 24px;
    font-size: 14.5px;
    line-height: 1.7;
}

/* ===================================================
   FOOTER
   =================================================== */
footer {
    background-color: #241c18;
    color: rgba(255, 255, 255, 0.7);
    padding: 50px 0;
    text-align: center;
    font-size: 14px;
}

footer .footer-logo {
    max-height: 38px;
    margin: 0 auto 20px auto;
    filter: brightness(0) invert(1);
    opacity: 0.8;
}

footer p {
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 8px;
}

/* ===================================================
   RESPONSIVIDADE (MOBILE & TABLET)
   =================================================== */
@media (max-width: 992px) {
    .hero-grid,
    .transformacao-grid,
    .oferta-grid,
    .sobre-grid,
    .para-quem-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .nucleos-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .metodo-grid {
        grid-template-columns: 1fr;
    }
    
    .depoimentos-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .hero-content h1 {
        font-size: 38px;
    }
    
    .sobre-mosaic {
        min-height: 320px;
        max-width: 450px;
        margin: 0 auto;
    }
}

@media (max-width: 600px) {
    .section-padding {
        padding: 70px 0;
    }
    
    #hero {
        padding-top: 130px;
    }
    
    .hero-content h1 {
        font-size: 32px;
    }
    
    .nucleos-grid {
        grid-template-columns: 1fr;
    }
    
    .depoimentos-grid {
        grid-template-columns: 1fr;
    }
    
    .faq-title,
    .metodo-header h2,
    .para-quem-title,
    .sobre-content h2,
    .oferta-left h2 {
        font-size: 30px;
    }
    
    .oferta-card {
        padding: 32px 20px;
    }
    
    .metodo-card {
        padding: 30px 20px;
    }
}
