.elementor-kit-5{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* ==========================================================================
   DESIGN SYSTEM & VARIABLES — STELLA MONTERO
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500&family=Inter:wght@300;400;500;600;700&display=swap');

:root {
    /* Color Palette */
    --bg-primary: #0a0b0d;        /* Deep obsidian dark */
    --bg-secondary: #121417;      /* Warm rich charcoal */
    --bg-card: rgba(25, 27, 31, 0.55);
    
    --accent: #d4af37;            /* Matte classic gold */
    --accent-light: #e5c158;      /* Radiant soft amber */
    --accent-glow: rgba(212, 175, 55, 0.15);
    --accent-gradient: linear-gradient(135deg, #d4af37 0%, #b89020 100%);
    
    --text-primary: #f5f6f8;      /* Smooth soft white */
    --text-secondary: #a3a8b3;    /* Muted charcoal grey */
    --text-muted: #6b7280;
    
    --border-color: rgba(255, 255, 255, 0.07);
    --border-accent: rgba(212, 175, 55, 0.2);
    
    /* Typography */
    --font-heading: 'Playfair Display', serif;
    --font-body: 'Inter', sans-serif;
    
    /* Spacing */
    --space-1: 0.25rem;
    --space-2: 0.5rem;
    --space-3: 1rem;
    --space-4: 1.5rem;
    --space-6: 2.5rem;
    --space-8: 4rem;
    --space-12: 6rem;
    
    /* Design Tokens */
    --border-radius-sm: 4px;
    --border-radius: 8px;
    --border-radius-lg: 16px;
    --border-radius-pill: 9999px;
    --transition-smooth: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    
    --shadow-premium: 0 20px 40px rgba(0, 0, 0, 0.5);
    --shadow-glow: 0 0 30px rgba(212, 175, 55, 0.08);
}

/* ==========================================================================
   RESET & BASE STYLES
   ========================================================================== */

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
    font-size: 16px;
}

body {
    background-color: var(--bg-primary);
    color: var(--text-primary);
    font-family: var(--font-body);
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

h1, h2, h3, h4 {
    font-family: var(--font-heading);
    color: var(--text-primary);
    font-weight: 500;
    line-height: 1.25;
}

p {
    color: var(--text-secondary);
    font-size: 1.05rem;
    font-weight: 300;
}

a {
    color: inherit;
    text-decoration: none;
    transition: var(--transition-smooth);
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

.italic-accent {
    font-family: var(--font-heading);
    font-style: italic;
    color: var(--accent);
    font-weight: 400;
}

/* ==========================================================================
   LAYOUT & CONTAINER
   ========================================================================== */

.container {
    width: 100%;
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
    padding-right: var(--space-4);
    padding-left: var(--space-4);
}

.section-padding {
    padding-top: var(--space-8);
    padding-bottom: var(--space-8);
    position: relative;
}

@media (min-width: 768px) {
    .section-padding {
        padding-top: var(--space-12);
        padding-bottom: var(--space-12);
    }
}

/* Eyebrow / Pre-title */
.eyebrow {
    font-family: var(--font-body);
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: var(--accent);
    margin-bottom: var(--space-3);
    display: inline-block;
    font-weight: 600;
}

/* Background Ambient Glows */
.ambient-glow {
    position: absolute;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(212, 175, 55, 0.05) 0%, rgba(0,0,0,0) 70%);
    pointer-events: none;
    z-index: 0;
    border-radius: 50%;
}

/* ==========================================================================
   COMPONENTS — BUTTONS
   ========================================================================== */

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 1.1rem 2.2rem;
    font-family: var(--font-body);
    font-size: 0.95rem;
    font-weight: 500;
    letter-spacing: 1px;
    border-radius: var(--border-radius-pill);
    transition: var(--transition-smooth);
    cursor: pointer;
    border: 1px solid transparent;
}

.btn-primary {
    background: var(--accent-gradient);
    color: #0f1012;
    box-shadow: 0 4px 15px rgba(212, 175, 55, 0.2);
    font-weight: 600;
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(212, 175, 55, 0.35);
    background: linear-gradient(135deg, var(--accent-light) 0%, #d4af37 100%);
}

.btn-outline {
    background: transparent;
    border-color: var(--border-accent);
    color: var(--text-primary);
}

.btn-outline:hover {
    border-color: var(--accent);
    background: rgba(212, 175, 55, 0.04);
    transform: translateY(-2px);
}

/* ==========================================================================
   NAVBAR (HEADER)
   ========================================================================== */

.site-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background: rgba(10, 11, 13, 0.85);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid var(--border-color);
    padding: var(--space-3) 0;
}

.nav-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    font-family: var(--font-heading);
    font-size: 1.5rem;
    font-weight: 600;
    letter-spacing: 1px;
    color: var(--text-primary);
}

.logo span {
    font-weight: 300;
    color: var(--accent);
    margin-left: 4px;
}

.nav-menu {
    display: none;
    list-style: none;
    gap: var(--space-4);
}

@media (min-width: 992px) {
    .nav-menu {
        display: flex;
    }
}

.nav-link {
    font-family: var(--font-body);
    font-size: 0.9rem;
    font-weight: 400;
    color: var(--text-secondary);
}

.nav-link:hover {
    color: var(--accent);
}

.btn-cta-nav {
    padding: 0.6rem 1.3rem;
    font-size: 0.85rem;
    font-family: var(--font-body);
    font-weight: 600;
    color: var(--accent);
    border: 1px solid var(--border-accent);
    border-radius: var(--border-radius-pill);
    transition: var(--transition-smooth);
}

.btn-cta-nav:hover {
    background: var(--accent);
    color: #0f1012;
    border-color: var(--accent);
}

/* ==========================================================================
   SEÇÃO 1 — HERO SECTION
   ========================================================================== */

.hero {
    position: relative;
    padding-top: 140px;
    padding-bottom: var(--space-8);
    overflow: hidden;
}

.hero-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: var(--space-6);
    align-items: center;
}

@media (min-width: 992px) {
    .hero-grid {
        grid-template-columns: 1.1fr 0.9fr;
        gap: var(--space-8);
    }
}

.hero-content h1 {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: var(--space-1);
    letter-spacing: -1px;
}

.hero-content h2 {
    font-size: 1.75rem;
    color: var(--accent);
    margin-bottom: var(--space-4);
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.tagline {
    font-size: 1.35rem;
    color: var(--text-primary);
    font-family: var(--font-heading);
    line-height: 1.5;
    margin-bottom: var(--space-4);
    border-left: 2px solid var(--accent);
    padding-left: var(--space-3);
    font-style: italic;
}

.hero-support-text {
    font-size: 1.05rem;
    margin-bottom: var(--space-6);
    max-width: 520px;
}

.hero-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: var(--space-3);
}

.hero-img-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    z-index: 1;
}

.hero-frame {
    position: relative;
    border: 1px solid var(--border-accent);
    padding: var(--space-2);
    border-radius: var(--border-radius-lg);
    background: var(--bg-secondary);
    box-shadow: var(--shadow-glow), var(--shadow-premium);
    overflow: hidden;
    max-width: 450px;
    width: 100%;
}

.hero-img {
    width: 100%;
    height: 480px;
    object-fit: cover;
    border-radius: var(--border-radius);
    transition: var(--transition-smooth);
}

.hero-frame::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: var(--border-radius-lg);
    border: 1px solid rgba(255, 255, 255, 0.05);
    pointer-events: none;
}

/* ==========================================================================
   SEÇÃO 2 — QUEM É STELLA (BIO)
   ========================================================================== */

.bio {
    background: var(--bg-secondary);
    border-top: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color);
}

.bio-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: var(--space-6);
    align-items: center;
}

@media (min-width: 992px) {
    .bio-grid {
        grid-template-columns: 0.9fr 1.1fr;
        gap: var(--space-8);
    }
}

.bio-img-wrapper {
    position: relative;
    border: 1px solid var(--border-color);
    padding: var(--space-2);
    border-radius: var(--border-radius-lg);
    background: var(--bg-primary);
    box-shadow: var(--shadow-premium);
}

.bio-img {
    width: 100%;
    height: 520px;
    object-fit: cover;
    border-radius: var(--border-radius);
}

.bio-content h2 {
    font-size: 2.2rem;
    margin-bottom: var(--space-4);
    line-height: 1.3;
}

.bio-text p {
    margin-bottom: var(--space-3);
    text-align: justify;
}

.formation-list {
    margin-top: var(--space-4);
    padding-top: var(--space-4);
    border-top: 1px solid var(--border-color);
}

.formation-item {
    display: flex;
    align-items: center;
    gap: var(--space-2);
    font-family: var(--font-body);
    font-size: 0.95rem;
    color: var(--text-primary);
    margin-bottom: 10px;
    font-weight: 500;
}

.formation-item svg {
    color: var(--accent);
    flex-shrink: 0;
}

/* ==========================================================================
   SEÇÃO 3 — PARA QUEM É ESTE TRABALHO
   ========================================================================== */

.for-whom {
    position: relative;
}

.section-header-center {
    text-align: center;
    max-width: 700px;
    margin: 0 auto var(--space-6) auto;
}

.section-header-center h2 {
    font-size: 2.5rem;
    margin-bottom: var(--space-2);
}

.pain-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: var(--space-3);
}

@media (min-width: 768px) {
    .pain-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1200px) {
    .pain-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: var(--space-4);
    }
}

.pain-card {
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    padding: var(--space-4);
    border-radius: var(--border-radius-lg);
    backdrop-filter: blur(12px);
    transition: var(--transition-smooth);
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
}

.pain-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    height: 100%;
    background: var(--accent-gradient);
    opacity: 0;
    transition: var(--transition-smooth);
}

.pain-card:hover {
    border-color: var(--border-accent);
    transform: translateY(-4px);
    box-shadow: var(--shadow-glow), var(--shadow-premium);
}

.pain-card:hover::before {
    opacity: 1;
}

.pain-card-icon {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: rgba(212, 175, 55, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--accent);
    margin-bottom: var(--space-3);
    font-size: 1.25rem;
    border: 1px solid rgba(212, 175, 55, 0.15);
}

.pain-card p {
    font-size: 1rem;
    color: var(--text-primary);
    font-weight: 400;
    line-height: 1.5;
}

/* ==========================================================================
   SEÇÃO 4 — ESPECIALIDADES (ACCORDION)
   ========================================================================== */

.specialties {
    background: var(--bg-secondary);
    border-top: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color);
}

.accordion-container {
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: var(--space-2);
}

.accordion-item {
    background: var(--bg-primary);
    border: 1px solid var(--border-color);
    border-radius: var(--border-radius-lg);
    overflow: hidden;
    transition: var(--transition-smooth);
}

.accordion-header {
    width: 100%;
    background: transparent;
    border: none;
    padding: var(--space-4);
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: left;
    cursor: pointer;
    outline: none;
    transition: var(--transition-smooth);
}

.accordion-header-title h3 {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 4px;
    color: var(--text-primary);
}

.accordion-header-title p {
    font-size: 0.9rem;
    font-style: italic;
    color: var(--accent);
    font-weight: 300;
}

.accordion-arrow {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid var(--border-color);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--text-secondary);
    transition: var(--transition-smooth);
}

.accordion-item.active {
    border-color: var(--accent);
    box-shadow: var(--shadow-glow);
}

.accordion-item.active .accordion-arrow {
    transform: rotate(180deg);
    border-color: var(--accent);
    background: var(--accent);
    color: #0f1012;
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-out;
}

.accordion-content-inner {
    padding: 0 var(--space-4) var(--space-4) var(--space-4);
    border-top: 1px solid rgba(255, 255, 255, 0.03);
    margin-top: -1px;
}

.accordion-content-inner p {
    font-size: 1rem;
    line-height: 1.6;
    color: var(--text-secondary);
}

/* ==========================================================================
   SEÇÃO 5 — COMO FUNCIONA (PROCESS)
   ========================================================================== */

.process {
    position: relative;
}

.process-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: var(--space-6);
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .process-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: var(--space-4);
    }
}

.process-card {
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: var(--border-radius-lg);
    padding: var(--space-4);
    text-align: center;
    position: relative;
    transition: var(--transition-smooth);
    z-index: 2;
}

.process-card:hover {
    border-color: var(--border-accent);
    transform: translateY(-4px);
    box-shadow: var(--shadow-premium);
}

.process-number {
    font-family: var(--font-heading);
    font-size: 3rem;
    font-weight: 700;
    color: transparent;
    -webkit-text-stroke: 1px var(--border-accent);
    line-height: 1;
    margin-bottom: var(--space-2);
}

.process-card:hover .process-number {
    -webkit-text-stroke: 1px var(--accent);
}

.process-card h3 {
    font-size: 1.3rem;
    margin-bottom: var(--space-2);
    color: var(--text-primary);
}

.process-card p {
    font-size: 0.95rem;
    line-height: 1.5;
}

.process-info-block {
    text-align: center;
    max-width: 600px;
    margin: var(--space-6) auto 0 auto;
    padding: var(--space-3) var(--space-4);
    background: rgba(212, 175, 55, 0.03);
    border: 1px dashed var(--border-accent);
    border-radius: var(--border-radius-lg);
}

.process-info-block p {
    font-size: 0.95rem;
    color: var(--text-primary);
    font-weight: 400;
}

/* ==========================================================================
   SEÇÃO 6 — CTA FINAL
   ========================================================================== */

.final-cta {
    background: linear-gradient(rgba(10, 11, 13, 0.9), rgba(10, 11, 13, 0.9)), url('stella_hero.jpg') center/cover no-repeat;
    border-top: 1px solid var(--border-color);
    position: relative;
}

.cta-box {
    max-width: 750px;
    margin: 0 auto;
    text-align: center;
    border: 1px solid var(--border-accent);
    padding: var(--space-6) var(--space-4);
    border-radius: var(--border-radius-lg);
    background: rgba(18, 20, 23, 0.85);
    backdrop-filter: blur(16px);
    box-shadow: var(--shadow-premium), var(--shadow-glow);
}

.cta-box h2 {
    font-size: 2.5rem;
    margin-bottom: var(--space-2);
}

.cta-box p {
    font-size: 1.15rem;
    margin-bottom: var(--space-6);
    color: var(--text-secondary);
}

.cta-buttons {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: var(--space-3);
}

/* ==========================================================================
   SEÇÃO 7 — RODAPÉ (FOOTER)
   ========================================================================== */

.site-footer {
    background: #060708;
    border-top: 1px solid var(--border-color);
    padding: var(--space-6) 0 var(--space-4) 0;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: var(--space-4);
    margin-bottom: var(--space-6);
}

@media (min-width: 768px) {
    .footer-grid {
        grid-template-columns: 1.2fr 0.8fr 1fr;
        gap: var(--space-6);
    }
}

.footer-brand h3 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 6px;
}

.footer-brand h3 span {
    color: var(--accent);
}

.footer-brand p {
    font-size: 0.9rem;
    max-width: 250px;
}

.footer-links h4, .footer-contact h4 {
    font-size: 1rem;
    font-family: var(--font-body);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: var(--space-3);
    color: var(--accent);
}

.footer-links ul {
    list-style: none;
}

.footer-links ul li {
    margin-bottom: 8px;
}

.footer-links ul li a {
    font-size: 0.95rem;
    color: var(--text-secondary);
}

.footer-links ul li a:hover {
    color: var(--accent);
}

.footer-contact p {
    font-size: 0.95rem;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.footer-bottom {
    border-top: 1px solid var(--border-color);
    padding-top: var(--space-4);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: var(--space-2);
}

@media (min-width: 768px) {
    .footer-bottom {
        flex-direction: row;
    }
}

.footer-bottom p {
    font-size: 0.85rem;
}

.footer-socials {
    display: flex;
    gap: var(--space-3);
}

.footer-socials a {
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
    color: var(--text-secondary);
}

.footer-socials a:hover {
    color: var(--accent);
}/* End custom CSS */