/*
Theme Name: Hello Elementor Child - FRAME BREAK
Theme URI: https://framebreak.net/
Description: Child Theme von Hello Elementor für FRAME BREAK Coaching (Bindungs- und Entwicklungstrauma).
Author: Wael Ziab
Author URI: https://framebreak.net/
Template: hello-elementor
Version: 1.1.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
*/

/* === RESET & BASE === */
/* Header auf Startseite ausblenden */
.page-template-default .site-header {
    display: none;
}

/* Margin-Top der Hero-Section entfernen */
.elementor-section {
    margin-top: 0 !important;
}

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

body {
    font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #1a1a1a;
    background-color: #ffffff;
    overflow-x: hidden;
}

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

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

/* === HERO SECTION === */
.fb-hero {
    position: relative;
    width: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #1a1a1a;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #ffffff;
    text-align: center;
    padding: 80px 20px;
}

.fb-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(0,0,0,0.3), rgba(0,0,0,0.5));
    z-index: 1;
}

.fb-hero-content {
    position: relative;
    z-index: 2;
    max-width: 1100px;
}

.fb-hero-title {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(3rem, 7vw, 6rem);
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    line-height: 1.1;
    margin-bottom: 16px;
    text-shadow: 0 4px 12px rgba(0,0,0,0.6);
}

.fb-hero-subtitle {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(1.8rem, 4vw, 3.2rem);
    font-weight: 700;
    letter-spacing: 0.05em;
    margin-bottom: 40px;
    text-shadow: 0 2px 8px rgba(0,0,0,0.5);
}

.fb-hero-question {
    font-size: clamp(1rem, 2vw, 1.3rem);
    font-weight: 600;
    margin-bottom: 12px;
    line-height: 1.4;
}

.fb-hero-text {
    font-size: clamp(0.95rem, 1.8vw, 1.15rem);
    font-weight: 400;
    line-height: 1.7;
    max-width: 960px;
    margin: 0 auto 20px;
}

.fb-hero-cta {
    font-size: clamp(0.9rem, 1.6vw, 1.05rem);
    font-weight: 600;
    margin-top: 8px;
}

/* === DARK SECTION (FRAME BREAK kann dir helfen) === */
.fb-section-dark {
    background-color: #1a1a1a;
    color: #ffffff;
    padding: 80px 20px;
}

.fb-container {
    max-width: 1140px;
    margin: 0 auto;
}

.fb-section-dark h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(1.8rem, 3.5vw, 2.6rem);
    font-weight: 700;
    text-align: center;
    margin-bottom: 48px;
    letter-spacing: 0.03em;
}

.fb-bullet-list {
    list-style: none;
    max-width: 800px;
    margin: 0 auto;
}

.fb-bullet-list li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 16px;
    font-size: clamp(0.95rem, 1.7vw, 1.1rem);
    line-height: 1.6;
}

.fb-bullet-list li::before {
    content: '•';
    position: absolute;
    left: 0;
    color: #ffffff;
    font-size: 1.4em;
}

/* === 3 PHASEN SECTION === */
.fb-section-light {
    background-color: #f5f5f5;
    padding: 80px 20px;
}

.fb-section-light h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(1.8rem, 3.5vw, 2.6rem);
    font-weight: 700;
    text-align: center;
    margin-bottom: 60px;
    color: #1a1a1a;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.fb-three-columns {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 40px;
    max-width: 1000px;
    margin: 0 auto;
}

.fb-phase-card {
    background-color: #ffffff;
    padding: 32px 24px;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}

.fb-phase-number {
    font-size: 1rem;
    font-weight: 700;
    color: #666;
    margin-bottom: 8px;
}

.fb-phase-title {
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 16px;
    color: #1a1a1a;
}

.fb-phase-text {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #333;
}

/* === WIE FRAME BREAK FUNKTIONIERT (schwarzer Block) === */
.fb-section-how {
    background-color: #0a0a0a;
    color: #ffffff;
    padding: 80px 20px;
}

.fb-section-how h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(1.8rem, 3.5vw, 2.6rem);
    font-weight: 700;
    text-align: center;
    margin-bottom: 40px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.fb-section-how p {
    max-width: 900px;
    margin: 0 auto 24px;
    font-size: clamp(0.95rem, 1.7vw, 1.1rem);
    line-height: 1.7;
    text-align: center;
}

.fb-section-how .fb-quote {
    font-style: italic;
    font-weight: 600;
    margin-top: 32px;
    padding: 24px;
    background-color: rgba(255,255,255,0.05);
    border-left: 4px solid #ffffff;
}

/* === LÖSUNG IM NERVENSYSTEM (gelb) === */
.fb-section-yellow {
    background-color: #FFD700;
    color: #1a1a1a;
    padding: 80px 20px;
}

.fb-section-yellow h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(1.8rem, 3.5vw, 2.8rem);
    font-weight: 800;
    text-align: left;
    margin-bottom: 40px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    line-height: 1.2;
}

.fb-two-column {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.fb-section-yellow .fb-text-block {
    font-size: clamp(0.9rem, 1.6vw, 1rem);
    line-height: 1.7;
}

.fb-section-yellow .fb-image-block {
    background-color: #ffffff;
    padding: 32px;
    border-radius: 8px;
    box-shadow: 0 6px 24px rgba(0,0,0,0.1);
}

.fb-section-yellow .fb-image-block h3 {
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 16px;
}

.fb-section-yellow .fb-image-block p {
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 12px;
}

.fb-section-yellow .fb-step-number {
    font-size: 1.1rem;
    font-weight: 700;
    color: #FFD700;
    background-color: #1a1a1a;
    display: inline-block;
    padding: 4px 12px;
    border-radius: 4px;
    margin-bottom: 8px;
}

/* === 10 WOCHEN TIMELINE (dunkel) === */
.fb-section-timeline {
    background-color: #1a1a1a;
    color: #ffffff;
    padding: 80px 20px;
}

.fb-section-timeline h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 800;
    text-align: center;
    margin-bottom: 60px;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.fb-timeline-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 24px;
    max-width: 1000px;
    margin: 0 auto;
}

.fb-timeline-item {
    background-color: #FFD700;
    color: #1a1a1a;
    padding: 24px;
    border-radius: 8px;
    position: relative;
}

.fb-timeline-week {
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.fb-timeline-title {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.4;
}

.fb-timeline-number {
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
    font-size: 2.5rem;
    font-weight: 800;
    color: rgba(0,0,0,0.15);
}

.fb-timeline-label {
    position: absolute;
    right: -30px;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    white-space: nowrap;
    font-style: italic;
    color: #ffffff;
}

/* === RESULTATE === */
.fb-section-results {
    background-color: #f5f5f5;
    padding: 80px 20px;
}

.fb-section-results h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(1.8rem, 3.5vw, 2.6rem);
    font-weight: 700;
    margin-bottom: 48px;
    color: #1a1a1a;
}

.fb-section-results .fb-two-column {
    gap: 40px;
}

.fb-section-results ul {
    list-style: none;
}

.fb-section-results ul li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 14px;
    font-size: 1rem;
    line-height: 1.6;
}

.fb-section-results ul li::before {
    content: '•';
    position: absolute;
    left: 0;
    color: #1a1a1a;
    font-size: 1.4em;
}

/* === TESTIMONIALS === */
.fb-section-testimonials {
    background-color: #1a1a1a;
    background-size: cover;
    background-position: center;
    color: #ffffff;
    padding: 80px 20px;
    position: relative;
}

.fb-section-testimonials::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.6);
    z-index: 1;
}

.fb-section-testimonials .fb-container {
    position: relative;
    z-index: 2;
}

.fb-section-testimonials h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 800;
    text-align: center;
    margin-bottom: 24px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.fb-section-testimonials .fb-intro {
    text-align: center;
    max-width: 900px;
    margin: 0 auto 48px;
    font-size: 1.05rem;
    line-height: 1.7;
}

.fb-testimonial-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 32px;
}

.fb-testimonial-card {
    background-color: rgba(0,0,0,0.7);
    padding: 28px;
    border-radius: 8px;
}

.fb-testimonial-name {
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 16px;
}

.fb-testimonial-text {
    font-size: 0.95rem;
    line-height: 1.7;
    font-style: italic;
}

/* === ZUSAMMENARBEIT (gelb) === */
.fb-section-cta {
    background-color: #FFD700;
    color: #1a1a1a;
    padding: 80px 20px;
}

.fb-section-cta h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(1.8rem, 3.5vw, 2.6rem);
    font-weight: 800;
    text-align: left;
    margin-bottom: 32px;
    text-transform: uppercase;
}

.fb-section-cta .fb-two-column {
    align-items: flex-start;
}

.fb-section-cta .fb-program-box {
    background-color: #FFD700;
    border: 3px solid #1a1a1a;
    padding: 32px;
    border-radius: 8px;
}

.fb-section-cta .fb-program-box h3 {
    font-size: 1.6rem;
    font-weight: 800;
    margin-bottom: 20px;
}

.fb-section-cta .fb-program-box ul {
    list-style: none;
}

.fb-section-cta .fb-program-box ul li {
    position: relative;
    padding-left: 24px;
    margin-bottom: 10px;
    font-size: 0.95rem;
}

.fb-section-cta .fb-program-box ul li::before {
    content: '•';
    position: absolute;
    left: 0;
    font-size: 1.2em;
}

/* === LANGFRISTIGE PERSPEKTIVE === */
.fb-section-perspective {
    background-color: #f5f5f5;
    padding: 80px 20px;
}

.fb-section-perspective h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(1.8rem, 3.5vw, 2.6rem);
    font-weight: 700;
    text-align: center;
    margin-bottom: 32px;
    color: #1a1a1a;
    text-transform: uppercase;
}

.fb-section-perspective .fb-intro {
    text-align: center;
    max-width: 900px;
    margin: 0 auto 48px;
    font-size: 1rem;
    line-height: 1.7;
}

.fb-perspective-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    max-width: 1000px;
    margin: 0 auto;
}

.fb-perspective-card {
    text-align: center;
}

.fb-perspective-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #FFD700;
    color: #1a1a1a;
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 16px;
}

.fb-perspective-card h3 {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 12px;
}

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

/* === CTA GELB (Jetzt Erstgespräch) === */
.fb-section-cta-final {
    background-color: #FFD700;
    color: #1a1a1a;
    padding: 80px 20px;
    text-align: center;
}

.fb-section-cta-final h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 800;
    margin-bottom: 32px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.fb-section-cta-final .fb-intro {
    max-width: 700px;
    margin: 0 auto 32px;
    font-size: 1.05rem;
    line-height: 1.7;
}

.fb-section-cta-final ul {
    list-style: none;
    max-width: 600px;
    margin: 0 auto 32px;
    text-align: left;
}

.fb-section-cta-final ul li {
    margin-bottom: 10px;
    font-size: 1rem;
    padding-left: 24px;
    position: relative;
}

.fb-section-cta-final ul li::before {
    content: '✓';
    position: absolute;
    left: 0;
    font-weight: 700;
}

.fb-btn-cta {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background-color: #1a1a1a;
    color: #FFD700;
    padding: 16px 32px;
    border-radius: 50px;
    font-size: 1.1rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    box-shadow: 0 6px 20px rgba(0,0,0,0.3);
    transition: all 0.3s ease;
}

.fb-btn-cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0,0,0,0.4);
}

/* === ÜBER MICH === */
.fb-section-about {
    background-color: #1a1a1a;
    color: #ffffff;
    padding: 80px 20px;
}

.fb-section-about h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(1.8rem, 3.5vw, 2.6rem);
    font-weight: 700;
    margin-bottom: 12px;
    color: #ff6b6b;
    text-transform: uppercase;
}

.fb-section-about .fb-subtitle {
    font-size: 1.1rem;
    color: #ff6b6b;
    margin-bottom: 32px;
}

.fb-section-about .fb-two-column {
    gap: 48px;
}

.fb-section-about p {
    font-size: 1rem;
    line-height: 1.7;
    margin-bottom: 20px;
    color: #ff6b6b;
}

/* === WARUM WISSEN ÜBER TRAUMA === */
.fb-section-why {
    background-color: #f5f5f5;
    padding: 80px 20px;
}

.fb-section-why h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(1.8rem, 3.5vw, 2.6rem);
    font-weight: 700;
    margin-bottom: 32px;
    color: #1a1a1a;
    line-height: 1.3;
}

.fb-section-why .fb-two-column {
    gap: 48px;
}

.fb-section-why p {
    font-size: 1rem;
    line-height: 1.7;
    margin-bottom: 20px;
}

.fb-section-why .fb-signature {
    font-style: italic;
    font-weight: 600;
    margin-top: 32px;
}

/* === KONTAKT === */
.fb-section-contact {
    background-color: #1a1a1a;
    color: #ffffff;
    padding: 80px 20px;
}

.fb-section-contact h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 800;
    margin-bottom: 32px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.fb-section-contact .fb-two-column {
    gap: 48px;
}

.fb-section-contact p {
    font-size: 1.05rem;
    line-height: 1.7;
    margin-bottom: 20px;
}

.fb-section-contact .fb-phone {
    font-size: 1.5rem;
    font-weight: 700;
    margin-top: 24px;
}

.fb-section-contact .fb-social-icons {
    display: flex;
    gap: 16px;
    margin-top: 24px;
}

.fb-section-contact .fb-social-icons a {
    display: inline-block;
    width: 48px;
    height: 48px;
    background-color: #25D366;
    border-radius: 50%;
}

/* === IMPRESSUM === */
.fb-section-impressum {
    background-color: #1a1a1a;
    color: #FFD700;
    padding: 80px 20px;
}

.fb-section-impressum h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 800;
    margin-bottom: 32px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.fb-section-impressum .fb-two-column {
    gap: 60px;
}

.fb-section-impressum h3 {
    font-size: 1.3rem;
    font-weight: 700;
    margin-top: 32px;
    margin-bottom: 16px;
}

.fb-section-impressum p {
    font-size: 0.9rem;
    line-height: 1.7;
    margin-bottom: 16px;
}

.fb-section-impressum a {
    color: #FFD700;
    text-decoration: underline;
}

/* === RESPONSIVE === */
@media (max-width: 768px) {
    .fb-two-column,
    .fb-three-columns,
    .fb-perspective-grid,
    .fb-testimonial-grid {
        grid-template-columns: 1fr;
    }

    .fb-hero-title {
        font-size: 2.5rem;
    }

    .fb-hero-subtitle {
        font-size: 1.5rem;
    }
}




h1.entry-title {
    display: none !important;
}
/* === Preisauswahl CSS Fix - 2026-03-16 === */

/* 1. Yellow intro section padding fix */
.elementor-element-c9cf9768 {
  padding-bottom: 64px !important;
}

/* 2. H2 heading: letter-spacing and line-height */
.elementor-element-4b1f18b3 .elementor-heading-title {
  letter-spacing: 0.03em !important;
  line-height: 1.2 !important;
}

/* 3. Step 1 CTA button: styling fixes */
.elementor-element-ce871869 .elementor-button {
  border-radius: 2px !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.08em !important;
}

/* 4. Packages section: padding-bottom fix */
.elementor-element-040d3ff6 {
  padding-bottom: 88px !important;
}

/* 5. Fix font family for ALL headings in cards section (Roboto -> Montserrat) */
.elementor-element-fcf15380 .elementor-heading-title,
.elementor-element-fcf15380 .elementor-widget-heading .elementor-heading-title {
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 900 !important;
}

/* 6. Card price numbers: Montserrat 900, correct size */
.elementor-element-fcf15380 .elementor-column .elementor-widget-heading .elementor-heading-title {
  font-family: 'Montserrat', sans-serif !important;
}

/* 7. Card buttons: full-width pill shape */
.elementor-element-fcf15380 .elementor-button-wrapper {
  width: 100% !important;
  text-align: center !important;
}
.elementor-element-fcf15380 .elementor-button-wrapper a.elementor-button {
  border-radius: 999px !important;
  width: 100% !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  text-transform: uppercase !important;
  letter-spacing: 0.06em !important;
  font-size: 0.84rem !important;
  font-family: 'Montserrat', sans-serif !important;
}

/* 8. Featured card (Transformation): dark background + lift effect */
.elementor-element-8de5cc8c > .elementor-column-wrap,
.elementor-element-8de5cc8c > .elementor-widget-wrap {
  background-color: #1a1a1a !important;
  border-radius: 14px !important;
  transform: translateY(-8px) !important;
  box-shadow: 0 16px 48px rgba(0,0,0,0.22) !important;
  overflow: visible !important;
}

/* 9. Featured card content: white text for body text */
.elementor-element-8de5cc8c .elementor-widget-text-editor,
.elementor-element-8de5cc8c .elementor-widget-text-editor p,
.elementor-element-8de5cc8c .elementor-widget-text-editor li {
  color: #cccccc !important;
}

/* 10. Featured card heading titles: white (except price which is yellow) */
.elementor-element-8de5cc8c .elementor-widget-heading .elementor-heading-title {
  color: #ffffff !important;
}

/* 11. Featured card PRICE: yellow (#FFE500) - override the white from rule 10 */
.elementor-element-71825deb .elementor-heading-title {
  color: #FFE500 !important;
  font-weight: 900 !important;
}

/* 12. Featured card: card label/dot text stays green */
.elementor-element-8de5cc8c .elementor-widget-text-editor span[style*="4ade80"],
.elementor-element-8de5cc8c [style*="color: #4ade80"],
.elementor-element-8de5cc8c [style*="color:#4ade80"] {
  color: #4ade80 !important;
}

/* 13. Featured card button: keep dark bg */
.elementor-element-8de5cc8c .elementor-button {
  background-color: #111111 !important;
  color: #ffffff !important;
}
.elementor-element-8de5cc8c .elementor-button:hover {
  background-color: #333333 !important;
  color: #ffffff !important;
}

/* 14. Step 1 panel (right column of yellow section): white bg, shadow, radius */
.elementor-element-223a34f1 > .elementor-column-wrap,
.elementor-element-223a34f1 > .elementor-widget-wrap {
  background-color: #ffffff !important;
  border-radius: 12px !important;
  box-shadow: 0 8px 40px rgba(0,0,0,0.16) !important;
}

/* 15. Montserrat for all headings in the new yellow intro section too */
.elementor-element-c9cf9768 .elementor-heading-title {
  font-family: 'Montserrat', sans-serif !important;
}

/* === Preisauswahl CSS Fix v2 (high-specificity) - 2026-03-16 === */

/* 8. Featured card: dark background + lift effect */
/* Matches Elementor specificity: .elementor-27 .elementor-element.elementor-element-ID > .elementor-element-populated */
.elementor-27 .elementor-element.elementor-element-8de5cc8c > .elementor-element-populated {
  background-color: #1a1a1a !important;
  border-radius: 14px !important;
  transform: translateY(-8px) !important;
  box-shadow: 0 16px 48px rgba(0,0,0,0.22) !important;
  overflow: visible !important;
  padding: 32px 28px !important;
}

/* 9. Featured card body text: light grey */
.elementor-27 .elementor-element.elementor-element-8de5cc8c .elementor-widget-text-editor,
.elementor-27 .elementor-element.elementor-element-8de5cc8c .elementor-widget-text-editor p,
.elementor-27 .elementor-element.elementor-element-8de5cc8c .elementor-widget-text-editor li {
  color: #cccccc !important;
}

/* 10. Featured card headings: white */
.elementor-27 .elementor-element.elementor-element-8de5cc8c .elementor-widget-heading .elementor-heading-title {
  color: #ffffff !important;
}

/* 11. Featured card PRICE: yellow override */
.elementor-27 .elementor-element.elementor-element-71825deb .elementor-heading-title {
  color: #FFE500 !important;
  font-weight: 900 !important;
}

/* 13. Featured card button */
.elementor-27 .elementor-element.elementor-element-8de5cc8c .elementor-button {
  background-color: #111111 !important;
  color: #ffffff !important;
  border: 1px solid #555 !important;
}
.elementor-27 .elementor-element.elementor-element-8de5cc8c .elementor-button:hover {
  background-color: #333333 !important;
  color: #ffffff !important;
}

/* 14. Step 1 panel (right column): white card */
.elementor-27 .elementor-element.elementor-element-223a34f1 > .elementor-element-populated {
  background-color: #ffffff !important;
  border-radius: 12px !important;
  box-shadow: 0 8px 40px rgba(0,0,0,0.16) !important;
}

/* 5. Montserrat for all card section headings */
.elementor-27 .elementor-element-fcf15380 .elementor-heading-title {
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 800 !important;
}

/* 7. Card buttons: full-width pill shape */
.elementor-27 .elementor-element-fcf15380 .elementor-button-wrapper {
  width: 100% !important;
}
.elementor-27 .elementor-element-fcf15380 .elementor-button-wrapper a.elementor-button {
  border-radius: 999px !important;
  width: 100% !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  text-transform: uppercase !important;
  letter-spacing: 0.06em !important;
  font-size: 0.84rem !important;
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 700 !important;
  box-sizing: border-box !important;
}