.elementor-kit-9{--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-9 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 *//* ============================================
   SAPHRA — CSS Global
   Cole isso em: WP Admin → Elementor → Site Settings
   → Custom CSS (ou em Aparência → Personalizar → CSS adicional)
   ============================================ */

/* Fontes — adicione Cormorant Garamond e Inter via Elementor → Custom Fonts
   OU mantenha este import como fallback */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500;600;700&family=Inter:wght@300;400;500;600;700&display=swap');

:root {
    --saphra-deep: #0D233A;
    --saphra-deep-dark: #06121E;
    --saphra-gold: #C5A059;
    --saphra-gold-light: #D4B26F;
    --saphra-champagne: #F4EBE1;
    --saphra-cream: #FBF9F6;
    --saphra-text: #2D3748;
    --saphra-text-soft: #4A5568;
}

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    color: var(--saphra-text);
    background-color: var(--saphra-cream);
}

h1, h2, h3, h4, h5, h6,
.elementor-heading-title,
.elementor-price-table__heading,
.elementor-testimonial__name {
    font-family: 'Cormorant Garamond', Georgia, serif !important;
    letter-spacing: -0.01em;
}

/* ============================================
   BARRA DE PROGRESSO DE SCROLL (gold)
   ============================================ */
.saphra-scroll-progress {
    position: fixed;
    top: 0;
    left: 0;
    height: 3px;
    width: 0%;
    background: linear-gradient(90deg, var(--saphra-gold) 0%, var(--saphra-gold-light) 50%, var(--saphra-gold) 100%);
    background-size: 200% 100%;
    z-index: 9999;
    box-shadow: 0 0 12px rgba(197, 160, 89, 0.55);
    animation: saphraShimmer 3s linear infinite;
    transition: width 0.1s linear;
}
@keyframes saphraShimmer {
    0% { background-position: -200% 0; }
    100% { background-position: 200% 0; }
}

/* ============================================
   ANIMAÇÕES BASE
   ============================================ */
@keyframes saphraFadeUp {
    from { opacity: 0; transform: translateY(30px); }
    to { opacity: 1; transform: translateY(0); }
}
@keyframes saphraFloat {
    0%, 100% { transform: translateY(0) rotate(0deg); }
    50% { transform: translateY(-12px) rotate(-1deg); }
}
@keyframes saphraSparkle {
    0%, 100% { opacity: 0.3; transform: scale(0.8); }
    50% { opacity: 1; transform: scale(1.2); }
}
@keyframes saphraPulseGold {
    0%, 100% { box-shadow: 0 10px 25px rgba(197, 160, 89, 0.3); }
    50% { box-shadow: 0 10px 35px rgba(197, 160, 89, 0.55), 0 0 0 6px rgba(197, 160, 89, 0.12); }
}

/* Hero photo flutuando */
.elementor-element-w002img1 .elementor-image img,
.elementor-widget-image img[src*="hero.png"] {
    animation: saphraFloat 6s ease-in-out infinite;
}

/* ============================================
   BOTÕES (CTAs)
   ============================================ */
.elementor-button {
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(13, 35, 58, 0.2);
}
.elementor-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 40px rgba(13, 35, 58, 0.32);
}
.elementor-button[style*="background-color: rgb(197, 160, 89)"],
.elementor-button[style*="background-color:#C5A059"] {
    animation: saphraPulseGold 2.4s ease-in-out infinite;
}

/* ============================================
   PRICE TABLES (cartões de preço)
   ============================================ */
.elementor-price-table {
    background: #FFFFFF;
    border: 1px solid #EADCC9;
    border-radius: 16px;
    padding: 0;
    box-shadow: 0 4px 15px rgba(0,0,0,0.03);
    transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    overflow: hidden;
}
.elementor-price-table:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 50px rgba(13, 35, 58, 0.12);
}
.elementor-price-table__heading {
    font-size: 26px !important;
    font-weight: 600 !important;
}
.elementor-price-table__integer-part {
    font-family: 'Cormorant Garamond', serif !important;
    font-size: 56px !important;
    font-weight: 600 !important;
}
.elementor-price-table__currency {
    font-size: 22px !important;
    vertical-align: super;
}
.elementor-price-table__original-price {
    color: #A0AEC0;
    text-decoration: line-through;
}
.elementor-price-table__ribbon-inner {
    background: linear-gradient(135deg, var(--saphra-gold), var(--saphra-gold-light)) !important;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
    font-size: 11px;
}

/* ============================================
   FAQ / TOGGLE / ACCORDION
   ============================================ */
.elementor-toggle .elementor-toggle-item {
    background: #FFFFFF;
    border: 1px solid #EADCC9;
    border-radius: 10px;
    margin-bottom: 14px;
    overflow: hidden;
    transition: all 0.3s ease;
}
.elementor-toggle .elementor-toggle-item:hover,
.elementor-toggle .elementor-toggle-item.elementor-active {
    border-color: var(--saphra-gold);
}
.elementor-tab-title {
    padding: 26px 30px !important;
    font-family: 'Cormorant Garamond', serif !important;
    font-size: 19px !important;
    font-weight: 600 !important;
}
.elementor-tab-content {
    padding: 0 30px 28px !important;
    font-size: 15.5px !important;
    line-height: 1.75 !important;
    color: var(--saphra-text-soft) !important;
}

/* ============================================
   ICON BOX (benefícios + garantia)
   ============================================ */
.elementor-widget-icon-box .elementor-icon-box-wrapper {
    background: #FFFFFF;
    padding: 50px 32px;
    border-radius: 10px;
    border: 1px solid #EADCC9;
    box-shadow: 0 4px 15px rgba(0,0,0,0.03);
    transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    height: 100%;
    position: relative;
    overflow: hidden;
}
.elementor-widget-icon-box .elementor-icon-box-wrapper:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 50px rgba(13, 35, 58, 0.12);
    border-color: var(--saphra-gold);
}
.elementor-widget-icon-box .elementor-icon-box-wrapper::before {
    content: '';
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, var(--saphra-gold), var(--saphra-gold-light));
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.5s ease;
}
.elementor-widget-icon-box .elementor-icon-box-wrapper:hover::before {
    transform: scaleX(1);
}
.elementor-icon-box-icon {
    width: 64px !important;
    height: 64px !important;
    background: linear-gradient(135deg, var(--saphra-champagne), var(--saphra-cream));
    border-radius: 50%;
    border: 1px solid #EADCC9;
    margin-bottom: 22px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

/* ============================================
   TESTIMONIALS
   ============================================ */
.elementor-testimonial-wrapper {
    background: #FFFFFF;
    padding: 38px 30px;
    border-radius: 10px;
    border: 1px solid #EADCC9;
    box-shadow: 0 4px 15px rgba(0,0,0,0.03);
    transition: all 0.4s ease;
    height: 100%;
}
.elementor-testimonial-wrapper:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 30px rgba(13, 35, 58, 0.08);
}
.elementor-testimonial-content {
    font-family: 'Cormorant Garamond', serif !important;
    font-size: 18px !important;
    font-style: italic;
    line-height: 1.55 !important;
    margin-bottom: 22px !important;
}
.elementor-testimonial-name {
    font-weight: 600 !important;
    font-size: 14px !important;
}

/* ============================================
   COUNTER (stats)
   ============================================ */
.elementor-counter-title {
    text-transform: uppercase;
    letter-spacing: 2.5px;
    font-size: 12px !important;
    font-weight: 500 !important;
}
.elementor-counter-number-wrapper {
    font-family: 'Cormorant Garamond', serif !important;
}

/* ============================================
   COUNTDOWN
   ============================================ */
.elementor-countdown-item {
    background: var(--saphra-deep) !important;
    color: var(--saphra-cream) !important;
    border-radius: 8px;
    padding: 14px 10px !important;
    min-width: 64px;
}
.elementor-countdown-digits {
    font-family: 'Cormorant Garamond', serif !important;
    font-size: 28px !important;
    font-weight: 600 !important;
}
.elementor-countdown-label {
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-size: 10px !important;
    color: var(--saphra-gold) !important;
    font-weight: 600;
}

/* ============================================
   IMAGEM DO HERO — moldura dourada
   ============================================ */
.elementor-widget-image .elementor-image {
    position: relative;
}
.elementor-element-w002img1 img {
    box-shadow:
        0 30px 60px rgba(13, 35, 58, 0.18),
        0 0 0 1px rgba(197, 160, 89, 0.15) !important;
}

/* ============================================
   RESPONSIVO
   ============================================ */
@media (max-width: 960px) {
    .elementor-price-table__integer-part { font-size: 48px !important; }
    .elementor-tab-title { padding: 22px 22px !important; font-size: 16px !important; }
    .elementor-tab-content { padding: 0 22px 24px !important; font-size: 14.5px !important; }
}
@media (max-width: 480px) {
    .elementor-price-table__integer-part { font-size: 44px !important; }
    .elementor-counter-number-wrapper { font-size: 40px !important; }
    .elementor-button { padding: 18px 24px !important; font-size: 13px !important; }
}

/* Acessibilidade — reduzir movimento */
@media (prefers-reduced-motion: reduce) {
    * { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; }
}/* End custom CSS */