.elementor-1363 .elementor-element.elementor-element-8da4f25{width:100%;max-width:100%;}.elementor-widget .tippy-tooltip .tippy-content{text-align:center;}/* Start custom CSS for html, class: .elementor-element-8da4f25 */:root {
    --black:      #0a0a0a;
    --ink:        #1a1a1a;
    --grey-mid:   #555;
    --grey-light: #e8e8e6;
    --grey-bg:    #f2f2f0;
    --white:      #ffffff;
    --off-white:  #f7f7f5;
    --pink:       #d4006e;
    --pink-dark:  #a8005a;
    --pink-pale:  #fce8f3;
    --pink-light: #f9d0e8;
  }
 
  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
 
  .smile-page {
    font-family: 'DM Sans', sans-serif;
    background: var(--white);
    color: var(--ink);
    overflow-x: hidden;
    line-height: 1.75;
  }
 
  
    font-size: 0.8rem; font-weight: 500;
    letter-spacing: 0.1em; text-transform: uppercase; transition: color 0.2s;
  }
 
  /* ── UTILS ── */
  .eyebrow {
    font-size: 0.72rem; font-weight: 700;
    letter-spacing: 0.18em; text-transform: uppercase;
    color: var(--pink); margin-bottom: 14px; display: block;
  }
  h2 {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(2rem, 3.6vw, 3rem);
    font-weight: 400; line-height: 1.12;
    color: var(--ink); margin-bottom: 16px;
  }
  h2 em { font-style: italic; color: var(--pink); }
  .section-intro {
    font-size: 1rem; font-weight: 300; color: var(--grey-mid);
    max-width: 580px; line-height: 1.85; margin-bottom: 52px;
  }
 
  .btn-pink {
    background: var(--pink); color: white;
    padding: 11px 24px; text-decoration: none;
    font-size: 0.78rem; font-weight: 600;
    letter-spacing: 0.08em; text-transform: uppercase;
    border-radius: 1px; display: inline-block;
    transition: background 0.2s, transform 0.15s;
  }
  .btn-pink:hover { background: var(--pink-dark); transform: translateY(-2px); }
  .btn-outline-ink {
    border: 1.5px solid var(--ink); color: var(--ink);
    padding: 9px 20px; text-decoration: none;
    font-size: 0.72rem; font-weight: 500;
    letter-spacing: 0.06em; text-transform: uppercase;
    border-radius: 1px; display: inline-block; transition: all 0.2s;
  }
  .btn-outline-ink:hover { background: var(--ink); color: white; }
  .btn-outline-white {
    border: 1.5px solid rgba(255,255,255,0.5); color: white;
    padding: 9px 20px; text-decoration: none;
    font-size: 0.72rem; font-weight: 500;
    letter-spacing: 0.06em; text-transform: uppercase;
    border-radius: 1px; display: inline-block; transition: all 0.2s;
  }
  .btn-outline-white:hover { border-color: white; background: rgba(255,255,255,0.1); }
  .btn-m {
    display: inline-block; text-align: center;
    border: 1.5px solid var(--ink); color: var(--ink);
    padding: 10px 22px; font-size: 0.75rem; font-weight: 600;
    letter-spacing: 0.08em; text-transform: uppercase;
    text-decoration: none; border-radius: 1px; transition: all 0.2s;
    width: 100%;
  }
  .btn-m:hover { background: var(--ink); color: white; }
 
  /* MOBILE */
  @media (max-width: 900px) {
    nav { padding: 0 24px; }
    .nav-links { display: none; }
    .hero { grid-template-columns: 1fr; min-height: auto; }
    .hero-left { padding: 100px 24px 40px; }
    .hero-right { padding: 0 24px 60px; }
    .hero-box { max-width: 100%; }
    .hero-stats { gap: 20px; }
    .about-inner { grid-template-columns: 1fr; gap: 40px; }
    .about-img { max-height: 400px; }
    .method-head { grid-template-columns: 1fr; gap: 20px; }
    .pillars { grid-template-columns: 1fr; }
    .mentoring-grid { grid-template-columns: 1fr; }
    .m-card { width: 100%; }
    .pb-teaser-inner { grid-template-columns: 1fr; gap: 40px; }
    .steps { grid-template-columns: 1fr 1fr; }
    .testi-grid { grid-template-columns: 1fr; }
    .pain-grid { grid-template-columns: 1fr; }
    section { padding: 60px 24px; }
    .problem { padding: 60px 24px; }
    .quote-bar { padding: 28px 24px; }
    .pb-teaser { padding: 60px 24px; }
    footer { flex-direction: column; gap: 16px; text-align: center; padding: 32px 24px; }
    .footer-links { flex-wrap: wrap; justify-content: center; }
    h2 { font-size: clamp(1.6rem, 5vw, 2.4rem); }
  }
 
  @media (max-width: 600px) {
    .hero h1 { font-size: 2.4rem; }
    .steps { grid-template-columns: 1fr; }
    .hero-stats { flex-wrap: wrap; gap: 16px; }
  }
 
  .reveal {
    opacity: 0; transform: translateY(24px);
    transition: opacity 0.65s ease, transform 0.65s ease;
  }
  .reveal.visible { opacity: 1; transform: translateY(0); }
  .d1 { transition-delay: 0.1s; }
  .d2 { transition-delay: 0.2s; }
  .d3 { transition-delay: 0.3s; }
 
  /* ══════════════════════════
     1. HERO
  ══════════════════════════ */
  .hero {
    min-height: 100vh;
    background: var(--off-white);
    display: grid; grid-template-columns: 1.1fr 0.9fr;
    padding-top: 72px;
    position: relative; overflow: hidden;
  }
  .hero::before {
    content: '';
    position: absolute; top: 0; right: 0;
    width: 420px; height: 420px;
    background: radial-gradient(circle at top right, rgba(212,0,110,0.06) 0%, transparent 65%);
    pointer-events: none;
  }
  .hero-left {
    display: flex; flex-direction: column;
    justify-content: center;
    padding: 80px 60px 80px 80px;
    position: relative; z-index: 1;
  }
  .hero-tag {
    display: inline-flex; align-items: center;
    gap: 10px; margin-bottom: 28px;
  }
  .hero-tag-line { width: 30px; height: 1.5px; background: var(--pink); }
  .hero-tag span {
    font-size: 0.72rem; font-weight: 700;
    letter-spacing: 0.18em; text-transform: uppercase; color: var(--pink);
  }
  .hero h1 {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(3rem, 5vw, 4.6rem);
    font-weight: 300; line-height: 1.08; color: var(--ink);
    margin-bottom: 26px;
  }
  .hero h1 em { font-style: italic; color: var(--pink); font-weight: 300; }
  .hero-sub {
    font-size: 1.02rem; font-weight: 300;
    color: var(--grey-mid); line-height: 1.85;
    max-width: 440px; margin-bottom: 42px;
  }
  .hero-sub strong { color: var(--ink); font-weight: 500; }
  .hero-btns { display: flex; gap: 14px; flex-wrap: wrap; }
  .hero-stats {
    display: flex; gap: 36px; margin-top: 52px;
    padding-top: 36px; border-top: 1px solid var(--grey-light);
  }
  .hero-stat strong {
    display: block;
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.9rem; font-weight: 600;
    color: var(--pink); line-height: 1;
  }
  .hero-stat small {
    font-size: 0.7rem; color: var(--grey-mid);
    text-transform: uppercase; letter-spacing: 0.1em; font-weight: 500;
  }
 
  .hero-right {
    display: flex; align-items: center;
    justify-content: center; padding: 80px 60px;
    position: relative; z-index: 1;
  }
  .hero-box {
    background: var(--ink);
    width: 100%; max-width: 400px;
    position: relative;
    box-shadow: 0 20px 60px rgba(0,0,0,0.1);
  }
  .hero-box-top {
    background: var(--pink); padding: 22px 36px;
  }
  .hero-box-top p {
    font-size: 0.68rem; font-weight: 700;
    letter-spacing: 0.16em; text-transform: uppercase;
    color: rgba(255,255,255,0.75); margin-bottom: 4px;
  }
  .hero-box-top h3 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.35rem; font-weight: 600; color: white; line-height: 1.2;
  }
  .hero-box-body { padding: 28px 36px; }
  .hero-box-intro {
    font-family: 'Cormorant Garamond', serif;
    font-style: italic; font-size: 1rem; font-weight: 300;
    color: rgba(255,255,255,0.7); line-height: 1.65; margin-bottom: 24px;
  }
  .hero-box-steps { list-style: none; margin-bottom: 0; }
  .hero-box-step {
    display: flex; gap: 14px; align-items: flex-start;
    padding: 11px 0;
    border-bottom: 1px solid rgba(255,255,255,0.05);
  }
  .hero-box-step:last-child { border-bottom: none; }
  .step-circle {
    min-width: 28px; height: 28px;
    background: var(--pink); border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-size: 12px; font-weight: 700; color: white;
    flex-shrink: 0; margin-top: 1px;
  }
  .step-text-block strong {
    display: block; font-size: 13px;
    color: white; font-weight: 600; margin-bottom: 2px;
  }
  .step-text-block span {
    font-size: 12px; color: rgba(255,255,255,0.45);
    font-weight: 300; line-height: 1.4;
  }
  .hero-box-cta {
    display: block; text-align: center;
    background: var(--pink); color: white;
    padding: 10px; text-decoration: none;
    font-size: 0.7rem; font-weight: 600;
    letter-spacing: 0.08em; text-transform: uppercase;
    margin-top: 20px;
    transition: background 0.2s;
  }
  .hero-box-cta:hover { background: var(--pink-dark); }
 
  /* ══════════════════════════
     2. ZITAT
  ══════════════════════════ */
  .quote-bar {
    background: var(--ink); padding: 40px 80px; text-align: center;
  }
  .quote-bar blockquote {
    font-family: 'Cormorant Garamond', serif;
    font-style: italic;
    font-size: clamp(1.15rem, 2.2vw, 1.55rem);
    font-weight: 300; color: white; line-height: 1.55;
    max-width: 720px; margin: 0 auto;
  }
  .quote-bar cite {
    display: block; margin-top: 10px;
    font-style: normal; font-size: 0.7rem;
    font-weight: 700; letter-spacing: 0.15em;
    text-transform: uppercase; color: var(--pink);
  }
 
  /* ══════════════════════════
     3. PROBLEM
  ══════════════════════════ */
  .problem { background: var(--white); padding: 100px 80px; }
  .problem-inner { max-width: 1100px; margin: 0 auto; }
  .pain-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 2px; }
  .pain-block {
    background: var(--off-white); padding: 38px 34px;
    border-left: 3px solid transparent;
    transition: border-color 0.25s, background 0.25s;
  }
  .pain-block:hover { border-left-color: var(--pink); background: var(--pink-pale); }
  .pain-num {
    font-family: 'Cormorant Garamond', serif;
    font-size: 2.5rem; font-weight: 300;
    color: var(--grey-light); line-height: 1; margin-bottom: 14px;
  }
  .pain-block h3 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.2rem; font-weight: 600;
    color: var(--ink); margin-bottom: 10px;
  }
  .pain-block p {
    font-size: 0.88rem; color: var(--grey-mid);
    line-height: 1.8; font-weight: 300;
  }
 
  /* ══════════════════════════
     4. ÜBER MICH
  ══════════════════════════ */
  .about { background: var(--grey-bg); padding: 100px 80px; }
  .about-inner {
    display: grid; grid-template-columns: 1fr 1fr;
    gap: 80px; align-items: start;
  }
  .about-img img {
    max-width: 100%;
    width: 360px;
    margin: 0 auto;
    aspect-ratio: 3/4;
    object-fit: cover;
    object-position: center top;
    border-radius:18px;
    display: block;
    box-shadow: 0 8px 40px rgba(0,0,0,0.1);
  }
  .about-left h2 { margin-bottom: 20px; }
  .about-p {
    font-size: 1rem; color: var(--grey-mid);
    font-weight: 300; line-height: 1.9; margin-bottom: 16px;
  }
  .about-p strong { color: var(--ink); font-weight: 500; }
  .about-p em { color: var(--pink); font-style: normal; }
  .about-quote-box {
    background: var(--ink); padding: 28px 32px; margin-top: 28px;
    position: relative;
  }
  .about-quote-box::before {
    content: ''; position: absolute;
    top: 0; left: 0; width: 3px; height: 100%; background: var(--pink);
  }
  .about-quote-box p {
    font-family: 'Cormorant Garamond', serif;
    font-style: italic; font-size: 1.1rem; font-weight: 300;
    color: white; line-height: 1.6;
  }
  .about-quote-box cite {
    display: block; margin-top: 10px;
    font-style: normal; font-size: 0.7rem;
    font-weight: 700; letter-spacing: 0.12em;
    text-transform: uppercase; color: var(--pink);
  }
  .about-right { display: flex; flex-direction: column; gap: 2px; }
  .cred-item {
    background: white; padding: 14px 18px;
    border-left: 2px solid var(--pink);
    font-size: 0.82rem; color: var(--grey-mid); font-weight: 300;
    transition: background 0.2s;
  }
  .cred-item:hover { background: var(--pink-pale); }
  .cred-item strong { color: var(--ink); font-weight: 600; }
  .about-values {
    display: flex; flex-wrap: wrap; gap: 8px; margin-top: 20px;
  }
  .val-chip {
    border: 1.5px solid var(--grey-light); color: var(--grey-mid);
    padding: 5px 13px; font-size: 0.7rem; font-weight: 600;
    letter-spacing: 0.1em; text-transform: uppercase;
    border-radius: 1px; transition: all 0.2s;
  }
  .val-chip:hover { border-color: var(--pink); color: var(--pink); }
 
  /* ══════════════════════════
     5. METHODE
  ══════════════════════════ */
  .method { background: var(--white); padding: 100px 80px; }
  .method-head {
    display: grid; grid-template-columns: 1fr 1fr;
    gap: 60px; margin-bottom: 52px; align-items: end;
  }
  .method-note {
    font-size: 0.93rem; font-weight: 300; color: var(--grey-mid); line-height: 1.85;
  }
  .method-note em { color: var(--ink); font-style: normal; font-weight: 500; }
  .pillars { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; }
  .pillar {
    background: var(--off-white); padding: 42px 34px;
    border-bottom: 2px solid transparent;
    transition: border-color 0.25s, box-shadow 0.25s;
  }
  .pillar:hover { border-bottom-color: var(--pink); box-shadow: 0 4px 24px rgba(212,0,110,0.06); }
  .pillar-num {
    font-family: 'Cormorant Garamond', serif;
    font-size: 4rem; font-weight: 300; color: var(--pink-light); line-height: 1; margin-bottom: 18px;
  }
  .pillar h3 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.2rem; font-weight: 600; color: var(--ink); margin-bottom: 11px; line-height: 1.2;
  }
  .pillar p { font-size: 0.86rem; color: var(--grey-mid); line-height: 1.8; font-weight: 300; }
  .pillar-tag {
    margin-top: 18px; font-size: 0.68rem; font-weight: 700;
    letter-spacing: 0.12em; text-transform: uppercase; color: var(--pink);
  }
 
  /* ══════════════════════════
     6. MENTORING
  ══════════════════════════ */
  .mentoring { background: var(--grey-bg); padding: 100px 80px; }
  .mentoring-grid {
    display: grid; grid-template-columns: repeat(2, 1fr);
    gap: 2px; margin-top: 52px;
  }
  .m-card {
    background: white; padding: 42px 34px;
    position: relative; display: flex; flex-direction: column;
    border-top: 2px solid var(--grey-light);
    transition: border-color 0.25s, box-shadow 0.25s;
  }
  .m-card:hover { border-top-color: var(--pink); box-shadow: 0 4px 24px rgba(0,0,0,0.06); }
  .m-card.featured { background: var(--ink); border-top-color: var(--pink); }
  .m-card-icon { font-size: 1.3rem; color: var(--pink); margin-bottom: 20px; }
  .m-card h3 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.35rem; font-weight: 600; color: var(--ink); margin-bottom: 14px;
  }
  .m-card.featured h3 { color: white; }
  .m-desc {
    font-size: 0.86rem; color: var(--grey-mid);
    font-weight: 300; line-height: 1.8; margin-bottom: 20px; flex-grow: 1;
  }
  .m-card.featured .m-desc { color: rgba(255,255,255,0.5); }
  .m-list { list-style: none; margin-bottom: 28px; }
  .m-list li {
    font-size: 0.8rem; color: #444;
    padding: 7px 0; border-bottom: 1px solid var(--grey-bg);
    display: flex; align-items: flex-start; gap: 9px; line-height: 1.4;
  }
  .m-card.featured .m-list li { color: rgba(255,255,255,0.48); border-bottom-color: rgba(255,255,255,0.05); }
  .m-list li::before { content: '✓'; color: var(--pink); font-weight: 700; flex-shrink: 0; margin-top: 1px; }
  .m-note {
    font-size: 0.75rem; color: var(--grey-mid);
    font-weight: 300; font-style: italic;
    margin-bottom: 20px; line-height: 1.6;
  }
  .m-card.featured .m-note { color: rgba(255,255,255,0.3); }
  .btn-m {
    display: inline-block; text-align: center;
    border: 1.5px solid var(--ink); color: var(--ink);
    padding: 12px 24px; font-size: 0.78rem; font-weight: 600;
    letter-spacing: 0.1em; text-transform: uppercase;
    text-decoration: none; border-radius: 1px; transition: all 0.2s;
  }
  .btn-m:hover { background: var(--ink); color: white; }
 
  /* ══════════════════════════
     7. PB TEASER
  ══════════════════════════ */
  .pb-teaser {
    background: var(--pink); padding: 100px 80px;
    position: relative; overflow: hidden;
  }
  .pb-teaser::before {
    content: 'BRAND';
    font-family: 'Cormorant Garamond', serif;
    font-size: 18rem; font-weight: 600;
    color: rgba(255,255,255,0.06);
    position: absolute; bottom: -60px; right: -30px;
    line-height: 1; user-select: none; pointer-events: none;
  }
  .pb-teaser-inner {
    display: grid; grid-template-columns: 1fr 1fr;
    gap: 80px; align-items: center; position: relative; z-index: 1;
  }
  .pb-teaser-left h2 { color: white; margin-bottom: 20px; }
  .pb-teaser-left h2 em { font-style: italic; color: rgba(255,255,255,0.7); }
  .pb-p { font-size: 0.93rem; color: rgba(255,255,255,0.78); font-weight: 300; line-height: 1.9; margin-bottom: 14px; }
  .pb-p strong { color: white; font-weight: 600; }
  .pb-btn {
    display: inline-block; margin-top: 24px;
    background: white; color: var(--pink);
    padding: 15px 34px; text-decoration: none;
    font-size: 0.83rem; font-weight: 700;
    letter-spacing: 0.1em; text-transform: uppercase;
    border-radius: 1px; transition: all 0.2s;
  }
  .pb-btn:hover { background: var(--ink); color: white; }
  .pb-teaser-right { display: flex; flex-direction: column; gap: 2px; }
  .pb-card {
    background: rgba(255,255,255,0.1); padding: 24px 28px;
    border-left: 2px solid rgba(255,255,255,0.3);
    text-decoration: none; display: block;
    transition: background 0.2s, border-color 0.2s;
  }
  .pb-card:hover { background: rgba(255,255,255,0.16); border-left-color: white; }
  .pb-card-label {
    font-size: 0.67rem; font-weight: 700;
    letter-spacing: 0.14em; text-transform: uppercase;
    color: rgba(255,255,255,0.55); margin-bottom: 6px; display: block;
  }
  .pb-card h3 { font-family: 'Cormorant Garamond', serif; font-size: 1.1rem; font-weight: 600; color: white; margin-bottom: 4px; }
  .pb-card p { font-size: 0.78rem; color: rgba(255,255,255,0.55); font-weight: 300; line-height: 1.55; }
  .pb-arrow { float: right; color: white; opacity: 0.5; margin-top: -18px; transition: transform 0.2s, opacity 0.2s; }
  .pb-card:hover .pb-arrow { transform: translateX(4px); opacity: 1; }
 
  /* ══════════════════════════
     8. PROZESS
  ══════════════════════════ */
  .process { background: var(--white); padding: 100px 80px; }
  .steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2px; margin-top: 52px; }
  .step {
    background: var(--off-white); padding: 40px 28px;
    border-bottom: 2px solid transparent; transition: border-color 0.25s;
  }
  .step:hover { border-bottom-color: var(--pink); }
  .step-n {
    font-family: 'Cormorant Garamond', serif;
    font-size: 4rem; font-weight: 300; color: var(--pink-light); line-height: 1; margin-bottom: 14px;
  }
  .step h3 { font-family: 'Cormorant Garamond', serif; font-size: 1.1rem; font-weight: 600; color: var(--ink); margin-bottom: 9px; }
  .step p { font-size: 0.83rem; color: var(--grey-mid); line-height: 1.8; font-weight: 300; }
 
  /* ══════════════════════════
     9. STIMMEN
  ══════════════════════════ */
  .testimonials { background: var(--ink); padding: 100px 80px; }
  .testimonials h2 { color: white; margin-bottom: 16px; }
  .testi-intro { color: rgba(255,255,255,0.5); font-size: 0.93rem; font-weight: 300; line-height: 1.8; max-width: 560px; margin-bottom: 52px; }
  .testi-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; }
  .testi {
    background: rgba(255,255,255,0.04); padding: 38px 34px;
    border-top: 2px solid rgba(255,255,255,0.06);
    transition: background 0.2s, border-top-color 0.2s;
  }
  .testi:hover { background: rgba(255,255,255,0.07); border-top-color: var(--pink); }
  .testi-stars { color: var(--pink); font-size: 0.82rem; letter-spacing: 3px; margin-bottom: 18px; }
  .testi-text {
    font-family: 'Cormorant Garamond', serif;
    font-style: italic; font-size: 1.02rem; font-weight: 300;
    color: rgba(255,255,255,0.78); line-height: 1.7; margin-bottom: 22px;
  }
  .testi-name { font-size: 0.75rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--pink); }
  .testi-role { font-size: 0.72rem; color: rgba(255,255,255,0.28); font-weight: 300; margin-top: 2px; }
 
  /* ══════════════════════════
     10. CTA
  ══════════════════════════ */
  .cta-final {
    background: var(--off-white); padding: 110px 80px;
    text-align: center; position: relative;
  }
  .cta-final::before {
    content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: var(--pink);
  }
  .cta-img-wrap {
    width: 200px; height: 280px; border-radius: 50%;
    overflow: hidden; margin: 0 auto 32px;
    border: 5px solid var(--pink);
    box-shadow: 0 4px 20px rgba(212,0,110,0.15);
  }
  .cta-img-wrap img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
  .cta-final h2 {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(2.2rem, 4.5vw, 3.8rem);
    font-weight: 300; color: var(--ink); line-height: 1.1; margin-bottom: 18px;
  }
  .cta-final h2 em { font-style: italic; color: var(--pink); }
  .cta-final p { font-size: 1rem; color: var(--grey-mid); font-weight: 300; max-width: 480px; margin: 0 auto 40px; line-height: 1.85; }
  .cta-note { display: block; margin-top: 16px; font-size: 0.75rem; color: var(--grey-light); letter-spacing: 0.08em; }
 
  /* FOOTER */
  footer { background: var(--ink); padding: 38px 80px; display: flex; justify-content: space-between; align-items: center; }
  .footer-logo { font-family: 'Cormorant Garamond', serif; font-size: 1.1rem; font-weight: 600; color: rgba(255,255,255,0.35); letter-spacing: 0.04em; }
  .footer-logo span { color: var(--pink); }
  .footer-links { display: flex; gap: 26px; }
  .footer-links a { font-size: 0.72rem; color: rgba(255,255,255,0.22); text-decoration: none; letter-spacing: 0.08em; text-transform: uppercase; transition: color 0.2s; }
  .footer-links a:hover { color: var(--pink); }
  .footer-copy { font-size: 0.7rem; color: rgba(255,255,255,0.14); }/* End custom CSS */
/* Start custom CSS for column, class: .elementor-element-5a760c2 */.elementor-col-100,
.elementor-column,
.elementor-column-wrap,
.elementor-widget-wrap {
  padding: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
}/* End custom CSS */