.elementor-14919 .elementor-element.elementor-element-e1b3513{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS */:root {
    --turquoise: #2BAAAD;
    --turquoise-dark: #1e8083;
    --turquoise-soft: #e8f6f6;
    --gold: #c9a840;
    --ink: #2b3a3a;
    --white: #ffffff;
  }

  * { margin: 0; padding: 0; box-sizing: border-box; }

  body {
    font-family: 'Assistant', sans-serif;
    color: var(--ink);
    background: var(--white);
    line-height: 1.7;
    font-size: 18px;
  }

  .wrap {
    max-width: 780px;
    margin: 0 auto;
    padding: 0 24px;
  }

  /* ===== Hero ===== */
  .hero {
    background: linear-gradient(160deg, var(--turquoise-soft) 0%, var(--white) 70%);
    padding: 64px 0 48px;
    text-align: center;
  }

  .hero .eyebrow {
    display: inline-block;
    color: var(--gold);
    font-weight: 700;
    letter-spacing: 0.06em;
    font-size: 16px;
    margin-bottom: 12px;
  }

  .hero h1 {
    font-size: clamp(30px, 5.5vw, 46px);
    font-weight: 700;
    color: var(--turquoise-dark);
    line-height: 1.25;
    margin-bottom: 20px;
  }

  .hero p.lead {
    font-size: clamp(18px, 2.6vw, 21px);
    max-width: 620px;
    margin: 0 auto 16px;
    font-weight: 300;
  }

  .hero p.lead strong { font-weight: 600; }

  /* ===== Hero photo ===== */
  .hero-photo {
    display: block;
    width: 100%;
    max-width: 640px;
    margin: 30px auto 0;
    border-radius: 14px;
    box-shadow: 0 10px 34px rgba(30, 128, 131, 0.22);
  }

  /* ===== Shai quote ===== */
  .shai-quote {
    margin: 30px auto 0;
    max-width: 520px;
    font-size: clamp(22px, 3.6vw, 28px);
    font-weight: 700;
    color: var(--gold);
    line-height: 1.4;
  }

  .shai-quote .quote-attr {
    display: block;
    margin-top: 6px;
    font-size: 16px;
    font-weight: 400;
    color: var(--ink);
  }

  /* ===== Questions section ===== */
  .questions-list {
    list-style: none;
    max-width: 620px;
    margin: 0 auto;
  }

  .questions-list li {
    position: relative;
    padding: 18px 52px 18px 20px;
    margin-bottom: 14px;
    background: var(--turquoise-soft);
    border-radius: 12px;
    font-size: 19px;
    font-weight: 600;
    color: var(--turquoise-dark);
  }

  .questions-list li::before {
    content: "?";
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    width: 26px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    background: var(--gold);
    color: var(--white);
    border-radius: 50%;
    font-size: 17px;
    font-weight: 700;
  }

  .questions-list li span {
    display: block;
    font-weight: 300;
    font-size: 17px;
    color: var(--ink);
    margin-top: 4px;
  }

  /* ===== Sections ===== */
  section { padding: 48px 0; }

  section h2 {
    font-size: clamp(24px, 4vw, 30px);
    color: var(--turquoise-dark);
    font-weight: 700;
    margin-bottom: 8px;
    text-align: center;
  }

  section .sub {
    text-align: center;
    max-width: 560px;
    margin: 0 auto 28px;
    font-weight: 300;
    font-size: 18px;
  }

  .divider {
    width: 72px;
    height: 3px;
    background: var(--gold);
    border-radius: 2px;
    margin: 0 auto 28px;
  }

  /* ===== Video embeds ===== */
  .video-frame {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 10px 34px rgba(30, 128, 131, 0.18);
    background: var(--turquoise-soft);
  }

  .video-frame iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
  }

  .full-interview { background: var(--turquoise-soft); }

  /* ===== Personal note ===== */
  .note {
    border-right: 4px solid var(--gold);
    background: #fdfaf1;
    padding: 22px 26px;
    border-radius: 10px;
    margin-top: 32px;
    font-size: 18px;
  }

  .note p { margin-bottom: 10px; }
  .note p:last-child { margin-bottom: 0; }

  /* ===== CTA ===== */
  .cta {
    text-align: center;
    background: linear-gradient(160deg, var(--white) 0%, var(--turquoise-soft) 100%);
  }

  .cta h2 { margin-bottom: 14px; }

  .cta p {
    max-width: 560px;
    margin: 0 auto 26px;
    font-weight: 300;
  }

  .btn {
    display: inline-block;
    background: var(--turquoise);
    color: var(--white);
    font-family: 'Assistant', sans-serif;
    font-size: 19px;
    font-weight: 600;
    padding: 15px 38px;
    border-radius: 40px;
    text-decoration: none;
    transition: background 0.2s ease, transform 0.15s ease;
    margin: 6px;
  }

  .btn:hover { background: var(--turquoise-dark); transform: translateY(-2px); }

  .btn.gold {
    background: transparent;
    color: var(--turquoise-dark);
    border: 2px solid var(--gold);
  }

  .btn.gold:hover { background: var(--gold); color: var(--white); }

  /* ===== Footer sign-off ===== */
  .signoff .heart {
    height: 22px;
    vertical-align: middle;
    margin-inline-start: 4px;
  }

  .signoff {
    text-align: center;
    padding: 36px 0 56px;
    color: var(--turquoise-dark);
    font-size: 19px;
    font-weight: 600;
  }

  @media (prefers-reduced-motion: reduce) {
    .btn { transition: none; }
    .btn:hover { transform: none; }
  }/* End custom CSS */