/* Dr. AlAsmari theme — extracted from static site tokens & components */
.wp-site-blocks{padding-top:0;padding-bottom:0}
    /* -------------------------------------------------- */
    /*  TOKENS                                            */
    /* -------------------------------------------------- */
    :root{
      --cream:        #F5EFE4;
      --cream-deep:   #ECE3D0;
      --cream-soft:   #FAF6ED;
      --cream-tint:   #F0E9DA;
      --sage-900:     #2E3B31;
      --sage-800:     #3A4A3E;
      --sage-600:     #556B5A;
      --sage-400:     #8A9A8D;
      --ink:          #26241E;
      --ink-soft:     #3F3D36;
      --muted:        #736E62;
      --muted-2:      #9A9387;
      --line:         #DFD5C1;
      --line-soft:    #E8DFC9;
      --accent:       #A8917A;
      --accent-deep:  #87715A;
      --gold:         #B89E75;
      --white:        #FFFFFF;

      --font-display: 'Amiri', 'Noto Naskh Arabic', serif;
      --font-body:    'IBM Plex Sans Arabic', 'Tajawal', system-ui, sans-serif;
      --font-latin:   'Cormorant Garamond', Georgia, serif;

      --wrap: 1240px;
      --radius-sm: 4px;
      --radius-md: 10px;
      --radius-lg: 18px;

      --shadow-xs: 0 1px 2px rgba(46,59,49,.04);
      --shadow-sm: 0 4px 14px rgba(46,59,49,.06);
      --shadow-md: 0 18px 40px -20px rgba(46,59,49,.22);
      --shadow-lg: 0 40px 80px -30px rgba(46,59,49,.28);

      --ease: cubic-bezier(.2,.7,.2,1);
    }

    /* -------------------------------------------------- */
    /*  RESET                                             */
    /* -------------------------------------------------- */
    *, *::before, *::after { box-sizing: border-box; }
    html, body { margin: 0; padding: 0; }
    html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
    body{
      font-family: var(--font-body);
      color: var(--ink);
      background: var(--cream);
      line-height: 1.75;
      font-weight: 400;
      font-size: 16px;
      -webkit-font-smoothing: antialiased;
      text-rendering: optimizeLegibility;
      overflow-x: clip;
      width: 100%;
      max-width: 100vw;
    }
    img{ display:block; max-width:100%; height:auto; }
    a{ color: inherit; text-decoration: none; }
    button{ font: inherit; cursor: pointer; border: 0; background: none; color: inherit; }
    ul{ list-style: none; padding:0; margin:0; }
    h1,h2,h3,h4{ margin: 0; font-weight: 600; letter-spacing: 0; }

    .wrap{
      max-width: var(--wrap);
      margin: 0 auto;
      padding: 0 clamp(20px, 4vw, 56px);
    }

    /* -------------------------------------------------- */
    /*  SHARED UTILITIES                                  */
    /* -------------------------------------------------- */
    .eyebrow{
      font-family: var(--font-body);
      font-size: 12.5px;
      font-weight: 500;
      letter-spacing: .22em;
      color: var(--sage-600);
      text-transform: none;
      display: inline-flex;
      align-items: center;
      gap: 12px;
    }
    .eyebrow::before{
      content:"";
      width: 28px; height: 1px;
      background: var(--sage-600);
      display: inline-block;
      opacity: .7;
    }
    .eyebrow--center{ justify-content:center; }
    .eyebrow--center::after{
      content:"";
      width: 28px; height: 1px;
      background: var(--sage-600);
      display: inline-block;
      opacity: .7;
    }

    .display{
      font-family: var(--font-display);
      font-weight: 700;
      line-height: 1.2;
      letter-spacing: -0.005em;
      color: var(--sage-900);
    }

    .lede{
      font-size: 17px;
      color: var(--ink-soft);
      line-height: 1.9;
      max-width: 58ch;
    }

    .section-title{
      font-size: clamp(30px, 4vw, 46px);
      margin-bottom: 14px;
    }
    .section-sub{
      color: var(--muted);
      font-size: 16.5px;
      line-height: 1.85;
      max-width: 62ch;
    }

    .section-head{
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
      margin-bottom: clamp(40px, 6vw, 64px);
    }
    .section-head .eyebrow{ margin-bottom: 18px; }
    .section-head .section-sub{ margin-top: 10px; }

    /* Roman/latin editorial numerals */
    .num{
      font-family: var(--font-latin);
      font-style: italic;
      font-weight: 500;
      color: var(--accent-deep);
      letter-spacing: .04em;
    }

    /* Primary button */
    .btn{
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      padding: 15px 30px;
      font-family: var(--font-body);
      font-weight: 500;
      font-size: 15px;
      letter-spacing: .02em;
      border-radius: 999px;
      transition: all .35s var(--ease);
      cursor: pointer;
      line-height: 1;
      white-space: nowrap;
    }
    .btn--primary{
      background: var(--sage-800);
      color: var(--cream-soft);
      box-shadow: 0 10px 24px -12px rgba(58,74,62,.55);
    }
    .btn--primary:hover{
      background: var(--sage-900);
      transform: translateY(-2px);
      box-shadow: 0 16px 32px -14px rgba(58,74,62,.6);
    }
    .btn--ghost{
      background: transparent;
      color: var(--sage-900);
      border: 1px solid var(--line);
    }
    .btn--ghost:hover{
      background: var(--cream-soft);
      border-color: var(--sage-600);
    }
    .btn--light{
      background: var(--cream-soft);
      color: var(--sage-900);
      border: 1px solid var(--line-soft);
    }
    .btn--light:hover{
      background: var(--white);
      border-color: var(--sage-400);
    }
    .btn .arrow{
      display: inline-block;
      transition: transform .4s var(--ease);
    }
    .btn:hover .arrow{ transform: translateX(-6px); }

    .text-link{
      display: inline-flex;
      align-items: center;
      gap: 8px;
      color: var(--sage-800);
      font-weight: 500;
      font-size: 15px;
      padding-bottom: 2px;
      border-bottom: 1px solid transparent;
      transition: all .3s var(--ease);
    }
    .text-link:hover{
      color: var(--sage-900);
      border-bottom-color: var(--sage-600);
    }
    .text-link .arrow{ transition: transform .35s var(--ease); }
    .text-link:hover .arrow{ transform: translateX(-5px); }

    /* Decorative divider */
    .divider-ornament{
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 14px;
      color: var(--accent);
      margin: 0 auto;
    }
    .divider-ornament span{
      width: 60px; height: 1px;
      background: var(--line);
      display: block;
    }
    .divider-ornament i{
      width: 6px; height: 6px;
      border-radius: 50%;
      background: var(--accent);
      display: block;
      font-style: normal;
    }

    /* -------------------------------------------------- */
    /*  TOP BAR                                           */
    /* -------------------------------------------------- */
    .topbar{
      background: var(--sage-900);
      color: var(--cream-soft);
      font-size: 12.5px;
      letter-spacing: .04em;
      padding-top: env(safe-area-inset-top);
      border-bottom: 1px solid rgba(245,239,228,0.08);
    }
    .topbar__inner{
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 9px 0;
      gap: 20px;
    }
    .topbar__meta{
      display: flex;
      align-items: center;
      gap: 18px;
      color: rgba(245,239,228,0.78);
      min-width: 0;
      overflow: hidden;
    }
    .topbar__meta span{
      display: inline-flex;
      align-items: center;
      gap: 8px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
    }
    .topbar__meta svg{
      width: 13px; height: 13px;
      color: var(--gold);
      flex-shrink: 0;
    }
    .topbar__meta .divider{
      width: 1px; height: 12px;
      background: rgba(245,239,228,0.2);
      display: inline-block;
    }
    .topbar__cta{
      display: inline-flex;
      align-items: center;
      gap: 8px;
      color: var(--gold);
      font-weight: 500;
      transition: color .25s var(--ease);
    }
    .topbar__cta:hover{ color: var(--cream-soft); }
    .topbar__cta svg{ width: 12px; height: 12px; transition: transform .3s var(--ease); }
    .topbar__cta:hover svg{ transform: translateX(-3px); }

    /* -------------------------------------------------- */
    /*  NAVIGATION                                        */
    /* -------------------------------------------------- */
    .nav{
      position: sticky;
      top: 0;
      z-index: 50;
      background: rgba(245,239,228,0.82);
      backdrop-filter: saturate(1.3) blur(14px);
      -webkit-backdrop-filter: saturate(1.3) blur(14px);
      border-bottom: 1px solid transparent;
      transition: border-color .3s var(--ease), background .3s var(--ease);
    }
    .nav.is-scrolled{
      border-bottom-color: var(--line-soft);
      background: rgba(245,239,228,0.92);
    }
    .nav__inner{
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 18px 0;
    }
    .brand{
      display: flex;
      align-items: center;
      gap: 12px;
      color: var(--sage-900);
    }
    .brand__mark{
      width: 44px; height: 44px;
      border-radius: 50%;
      background: transparent;
      display: grid;
      place-items: center;
      flex-shrink: 0;
      overflow: hidden;
    }
    .brand__mark img{
      width: 100%;
      height: 100%;
      object-fit: contain;
      display: block;
    }
    .brand__name{
      font-family: var(--font-display);
      font-weight: 700;
      font-size: 19px;
      line-height: 1;
      color: var(--sage-900);
    }
    .brand__role{
      font-size: 11px;
      letter-spacing: .18em;
      color: var(--muted);
      display: block;
      margin-top: 4px;
    }
    .nav__links{
      display: flex;
      align-items: center;
      gap: 34px;
    }
    .nav__links a{
      font-size: 14.5px;
      color: var(--ink-soft);
      transition: color .25s var(--ease);
      position: relative;
    }
    .nav__links a:hover{ color: var(--sage-900); }
    .nav__links a::after{
      content:"";
      position: absolute;
      right: 0; bottom: -6px;
      width: 0; height: 1px;
      background: var(--sage-600);
      transition: width .35s var(--ease);
    }
    .nav__links a:hover::after{ width: 100%; }
    .nav__cta{
      padding: 11px 22px;
      font-size: 14px;
    }
    .nav__toggle{
      display: none;
      width: 40px; height: 40px;
      border-radius: 50%;
      border: 1px solid var(--line);
      align-items: center;
      justify-content: center;
    }
    .nav__toggle span{
      width: 16px; height: 1.5px; background: var(--sage-900);
      position: relative;
    }
    .nav__toggle span::before, .nav__toggle span::after{
      content:""; position: absolute; inset: 0;
      background: var(--sage-900); height: 1.5px; width: 16px;
    }
    .nav__toggle span::before{ transform: translateY(-5px); }
    .nav__toggle span::after{ transform: translateY(5px); }

    /* -------------------------------------------------- */
    /*  HERO                                              */
    /* -------------------------------------------------- */
    .hero{
      position: relative;
      padding: clamp(56px, 8vw, 100px) 0 clamp(80px, 10vw, 140px);
      overflow: hidden;
    }
    .hero::before{
      content:"";
      position: absolute;
      inset: 0;
      background:
        radial-gradient(80% 60% at 85% 30%, rgba(138,154,141,.12), transparent 60%),
        radial-gradient(60% 50% at 10% 90%, rgba(184,158,117,.09), transparent 60%);
      pointer-events: none;
    }
    .hero__grid{
      display: grid;
      grid-template-columns: 1.1fr 0.9fr;
      gap: clamp(40px, 6vw, 90px);
      align-items: center;
      position: relative;
      z-index: 2;
    }
    .hero__text .eyebrow{ margin-bottom: 28px; }
    .hero__title{
      font-family: var(--font-display);
      font-weight: 700;
      font-size: clamp(38px, 5.6vw, 68px);
      line-height: 1.18;
      color: var(--sage-900);
      letter-spacing: -0.01em;
    }
    .hero__title em{
      font-style: italic;
      color: var(--accent-deep);
      font-weight: 400;
    }
    .hero__lead{
      font-size: clamp(16px, 1.3vw, 18px);
      color: var(--ink-soft);
      line-height: 1.95;
      max-width: 52ch;
      margin-top: 26px;
    }
    .hero__ctas{
      display: flex;
      gap: 14px;
      margin-top: 38px;
      flex-wrap: wrap;
    }
    .hero__meta{
      margin-top: 50px;
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 24px;
      align-items: start;
      padding-top: 32px;
      border-top: 1px solid var(--line-soft);
      width: 100%;
    }
    .hero__meta-item .num-big{
      font-family: var(--font-display);
      font-size: 30px;
      font-weight: 700;
      color: var(--sage-800);
      line-height: 1;
      display: block;
    }
    .hero__meta-item span{
      font-size: 13px;
      color: var(--muted);
      display: block;
      margin-top: 8px;
      line-height: 1.5;
    }

    /* Hero image */
    .hero__visual{
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center;
    }
    .hero__visual-frame{
      position: relative;
      width: 100%;
      max-width: 440px;
      aspect-ratio: 4/5;
    }
    .hero__visual-frame::before{
      content:"";
      position: absolute;
      inset: -4px;
      border-radius: 260px 260px 24px 24px;
      background: linear-gradient(180deg, rgba(138,154,141,.22), rgba(184,158,117,.12));
      z-index: 0;
      filter: blur(4px);
    }
    .hero__visual-frame::after{
      content:"";
      position: absolute;
      inset: 0;
      border-radius: 240px 240px 18px 18px;
      border: 1px solid rgba(168,145,122,.4);
      z-index: 3;
      pointer-events: none;
    }
    .hero__img{
      position: relative;
      z-index: 2;
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: 240px 240px 18px 18px;
      box-shadow: var(--shadow-lg);
    }
    .hero__badge{
      position: absolute;
      bottom: 34px;
      left: 0;
      background: var(--cream-soft);
      border: 1px solid var(--line-soft);
      padding: 14px 18px;
      border-radius: 999px;
      box-shadow: var(--shadow-md);
      z-index: 4;
      display: flex;
      align-items: center;
      gap: 12px;
    }
    .hero__badge-icon{
      width: 32px; height: 32px;
      border-radius: 50%;
      background: var(--sage-800);
      color: var(--cream-soft);
      display: grid; place-items: center;
      flex-shrink: 0;
    }
    .hero__badge-icon svg{ width: 15px; height: 15px; }
    .hero__badge-text{
      font-size: 13px;
      color: var(--ink-soft);
      line-height: 1;
      display: flex;
      align-items: center;
      gap: 10px;
    }
    .hero__badge-text b{
      font-weight: 600;
      color: var(--sage-900);
    }
    .hero__badge-text .dot{
      width: 3px; height: 3px;
      background: var(--accent);
      border-radius: 50%;
      display: inline-block;
    }
    .hero__decor{
      position: absolute;
      top: 8%;
      right: -10px;
      font-family: var(--font-latin);
      font-style: italic;
      font-size: 14px;
      color: var(--accent);
      letter-spacing: .1em;
      writing-mode: vertical-rl;
      transform: rotate(180deg);
    }

    /* -------------------------------------------------- */
    /*  IMPORTANCE OF THERAPY                             */
    /* -------------------------------------------------- */
    .importance{
      padding: clamp(70px, 9vw, 120px) 0;
      background: var(--cream-soft);
      border-top: 1px solid var(--line-soft);
      border-bottom: 1px solid var(--line-soft);
      overflow: hidden;
    }
    .importance__grid{
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: clamp(40px, 6vw, 90px);
      align-items: center;
    }
    .importance__image{
      position: relative;
      border-radius: var(--radius-lg);
      overflow: hidden;
      box-shadow: var(--shadow-md);
      aspect-ratio: 5/6;
    }
    .importance__image img{
      width: 100%; height: 100%; object-fit: cover;
    }
    .importance__image::after{
      content:"";
      position: absolute; inset: 0;
      border: 1px solid rgba(255,255,255,.3);
      border-radius: var(--radius-lg);
      pointer-events: none;
    }
    .importance__text .eyebrow{ margin-bottom: 22px; }
    .importance__title{
      font-family: var(--font-display);
      font-size: clamp(30px, 3.8vw, 44px);
      line-height: 1.25;
      color: var(--sage-900);
      margin-bottom: 20px;
    }
    .importance__title em{
      font-style: italic;
      color: var(--accent-deep);
      font-weight: 400;
    }
    .importance__body{
      color: var(--ink-soft);
      line-height: 1.95;
      font-size: 16.5px;
      margin-bottom: 30px;
    }
    .pillars{
      display: grid;
      gap: 20px;
      margin-top: 36px;
    }
    .pillar{
      display: flex;
      gap: 18px;
      padding-top: 20px;
      border-top: 1px solid var(--line);
    }
    .pillar__num{
      font-family: var(--font-latin);
      font-style: italic;
      font-size: 22px;
      font-weight: 500;
      color: var(--accent-deep);
      flex-shrink: 0;
      padding-top: 2px;
    }
    .pillar__content h4{
      font-family: var(--font-display);
      font-size: 19px;
      font-weight: 700;
      color: var(--sage-900);
      margin-bottom: 6px;
    }
    .pillar__content p{
      font-size: 14.5px;
      color: var(--muted);
      line-height: 1.8;
      margin: 0;
    }

    /* -------------------------------------------------- */
    /*  ABOUT THE DOCTOR                                  */
    /* -------------------------------------------------- */
    .about{
      padding: clamp(80px, 10vw, 130px) 0;
      position: relative;
      overflow: hidden;
    }
    .about__grid{
      display: grid;
      grid-template-columns: 0.9fr 1.1fr;
      gap: clamp(40px, 6vw, 100px);
      align-items: center;
    }
    .about__visual{
      position: relative;
    }
    .about__image{
      position: relative;
      border-radius: 12px 12px 220px 220px;
      overflow: hidden;
      aspect-ratio: 4/5;
      box-shadow: var(--shadow-md);
      max-width: 420px;
      margin: 0 auto;
    }
    .about__image img{
      width: 100%; height: 100%; object-fit: cover;
    }
    .about__visual::before{
      content:"";
      position: absolute;
      top: -28px;
      right: -16px;
      width: 100px; height: 100px;
      border: 1px solid var(--line);
      border-radius: 50%;
      z-index: -1;
    }
    .about__visual::after{
      content:"";
      position: absolute;
      bottom: -18px;
      left: -8px;
      width: 70px; height: 70px;
      background: var(--cream-deep);
      border-radius: 50%;
      z-index: -1;
    }
    .about__text .eyebrow{ margin-bottom: 22px; }
    .about__title{
      font-family: var(--font-display);
      font-size: clamp(30px, 3.8vw, 44px);
      line-height: 1.28;
      color: var(--sage-900);
      margin-bottom: 22px;
    }
    .about__title em{
      font-style: italic;
      color: var(--accent-deep);
      font-weight: 400;
    }
    .about__body p{
      color: var(--ink-soft);
      line-height: 1.95;
      font-size: 16px;
      margin: 0 0 18px;
    }
    .about__body p em{
      font-style: italic;
      color: var(--accent-deep);
      font-weight: 500;
    }

    /* License pill */
    .about__license{
      display: inline-flex;
      align-items: center;
      gap: 12px;
      padding: 10px 18px;
      background: var(--cream-soft);
      border: 1px solid var(--line);
      border-radius: 999px;
      color: var(--ink-soft);
      font-size: 13.5px;
      margin-bottom: 28px;
    }
    .about__license svg{
      width: 16px; height: 16px;
      color: var(--gold);
      flex-shrink: 0;
    }
    .about__license b{
      color: var(--sage-900);
      font-weight: 600;
      letter-spacing: .04em;
      font-family: var(--font-latin);
      font-size: 15px;
    }

    /* Pull quote */
    .about__quote{
      margin: 30px 0;
      padding: 24px 28px;
      border-right: 3px solid var(--accent);
      background: linear-gradient(to left, transparent 0%, rgba(245,239,228,0.5) 100%);
      border-radius: 4px;
    }
    .about__quote p{
      font-family: var(--font-display);
      font-size: 18px;
      line-height: 1.8;
      color: var(--sage-900);
      margin: 0 0 10px;
      font-weight: 400;
      font-style: italic;
    }
    .about__quote figcaption{
      font-size: 13px;
      color: var(--muted);
      letter-spacing: .04em;
    }

    /* Specialty tags */
    .about__specialties{
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
      margin-bottom: 32px;
    }
    .about__specialties span{
      display: inline-block;
      padding: 7px 16px;
      background: transparent;
      border: 1px solid var(--line);
      border-radius: 999px;
      font-size: 12.5px;
      color: var(--ink-soft);
      letter-spacing: .02em;
      transition: all .3s var(--ease);
    }
    .about__specialties span:hover{
      background: var(--sage-800);
      color: var(--cream-soft);
      border-color: var(--sage-800);
    }
    .about__creds{
      margin-top: 32px;
      padding-top: 30px;
      border-top: 1px solid var(--line-soft);
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 18px 30px;
    }
    .about__cred{
      display: flex;
      gap: 12px;
      align-items: flex-start;
      font-size: 14.5px;
      color: var(--ink-soft);
    }
    .about__cred svg{
      flex-shrink: 0;
      width: 18px; height: 18px;
      color: var(--sage-600);
      margin-top: 4px;
    }
    .about__actions{
      margin-top: 38px;
      display: flex;
      gap: 16px;
      flex-wrap: wrap;
    }

    /* -------------------------------------------------- */
    /*  SERVICES                                          */
    /* -------------------------------------------------- */
    .services{
      padding: clamp(80px, 10vw, 130px) 0;
      background: var(--cream-soft);
      position: relative;
      overflow: hidden;
    }
    .services__grid{
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 24px;
    }
    .service{
      background: var(--white);
      border: 1px solid var(--line-soft);
      border-radius: var(--radius-lg);
      padding: 36px 30px;
      transition: transform .5s var(--ease), box-shadow .5s var(--ease), border-color .5s var(--ease);
      position: relative;
      display: flex;
      flex-direction: column;
    }
    .service:hover{
      transform: translateY(-4px);
      box-shadow: var(--shadow-md);
      border-color: var(--sage-400);
    }
    .service__icon{
      width: 56px; height: 56px;
      border-radius: 50%;
      background: var(--cream-deep);
      color: var(--sage-800);
      display: grid; place-items: center;
      margin-bottom: 26px;
      transition: background .4s var(--ease);
    }
    .service:hover .service__icon{ background: var(--sage-800); color: var(--cream-soft); }
    .service__icon svg{ width: 24px; height: 24px; }
    .service__num{
      position: absolute;
      top: 28px;
      left: 28px;
      font-family: var(--font-latin);
      font-style: italic;
      font-size: 16px;
      color: var(--accent);
      letter-spacing: .05em;
    }
    .service__title{
      font-family: var(--font-display);
      font-size: 23px;
      font-weight: 700;
      color: var(--sage-900);
      margin-bottom: 14px;
      line-height: 1.35;
    }
    .service__desc{
      color: var(--muted);
      font-size: 15px;
      line-height: 1.85;
      margin-bottom: 24px;
      flex-grow: 1;
    }
    .service__list{
      padding-top: 20px;
      border-top: 1px solid var(--line-soft);
      margin-bottom: 24px;
    }
    .service__list li{
      font-size: 13.5px;
      color: var(--ink-soft);
      padding-right: 20px;
      position: relative;
      margin-bottom: 10px;
      line-height: 1.6;
    }
    .service__list li::before{
      content:"";
      position: absolute;
      right: 0; top: 10px;
      width: 8px; height: 1px;
      background: var(--accent);
    }
    .service__list li:last-child{ margin-bottom: 0; }

    .services__cta{
      text-align: center;
      margin-top: 52px;
    }

    /* -------------------------------------------------- */
    /*  HOW TO START                                      */
    /* -------------------------------------------------- */
    .howto{
      padding: clamp(80px, 10vw, 130px) 0;
      position: relative;
      overflow: hidden;
    }
    .howto__grid{
      display: grid;
      grid-template-columns: 0.9fr 1.1fr;
      gap: clamp(40px, 6vw, 90px);
      align-items: center;
    }
    .howto__visual{
      position: relative;
      border-radius: var(--radius-lg);
      overflow: hidden;
      aspect-ratio: 4/5;
      max-width: 380px;
      box-shadow: var(--shadow-md);
    }
    .howto__visual img{
      width: 100%; height: 100%; object-fit: cover;
    }
    .howto__text .eyebrow{ margin-bottom: 22px; }
    .howto__title{
      font-family: var(--font-display);
      font-size: clamp(30px, 3.8vw, 44px);
      line-height: 1.28;
      color: var(--sage-900);
      margin-bottom: 22px;
    }
    .howto__title em{ font-style: italic; color: var(--accent-deep); font-weight: 400; }
    .howto__intro{
      color: var(--ink-soft);
      line-height: 1.9;
      font-size: 16px;
      margin-bottom: 36px;
      max-width: 56ch;
    }
    .steps{
      display: grid;
      gap: 2px;
    }
    .step{
      display: grid;
      grid-template-columns: auto 1fr;
      gap: 24px;
      padding: 24px 0;
      border-top: 1px solid var(--line-soft);
      transition: background .3s var(--ease);
    }
    .step:last-child{ border-bottom: 1px solid var(--line-soft); }
    .step__num{
      font-family: var(--font-display);
      font-size: 42px;
      font-weight: 700;
      color: var(--sage-400);
      line-height: 1;
      width: 60px;
      transition: color .3s var(--ease);
    }
    .step:hover .step__num{ color: var(--sage-800); }
    .step__body h4{
      font-family: var(--font-display);
      font-size: 20px;
      color: var(--sage-900);
      margin-bottom: 6px;
      font-weight: 700;
    }
    .step__body p{
      font-size: 14.5px;
      color: var(--muted);
      margin: 0;
      line-height: 1.8;
    }

    /* -------------------------------------------------- */
    /*  COURSES                                           */
    /* -------------------------------------------------- */
    .courses{
      padding: clamp(80px, 10vw, 130px) 0;
      background: var(--sage-900);
      color: var(--cream);
      position: relative;
      overflow: hidden;
    }
    .courses::before{
      content:"";
      position: absolute; inset: 0;
      background:
        radial-gradient(60% 80% at 85% 10%, rgba(184,158,117,.14), transparent 60%),
        radial-gradient(50% 70% at 15% 90%, rgba(138,154,141,.1), transparent 60%);
      pointer-events: none;
    }
    .courses .section-head{ position: relative; z-index: 2; }
    .courses .eyebrow{ color: var(--gold); }
    .courses .eyebrow::before, .courses .eyebrow--center::after{ background: var(--gold); }
    .courses .section-title{ color: var(--cream-soft); }
    .courses .section-sub{ color: rgba(245,239,228,0.72); }

    .courses__grid{
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 28px;
      position: relative;
      z-index: 2;
    }
    .course{
      background: rgba(245,239,228,0.05);
      border: 1px solid rgba(245,239,228,0.12);
      border-radius: var(--radius-lg);
      overflow: hidden;
      display: grid;
      grid-template-columns: 1fr 1fr;
      transition: transform .5s var(--ease), border-color .5s var(--ease);
    }
    .course:hover{
      transform: translateY(-4px);
      border-color: var(--gold);
    }
    .course__image{
      aspect-ratio: 1 / 1;
      overflow: hidden;
    }
    .course__image img{
      width: 100%; height: 100%; object-fit: cover;
      transition: transform .9s var(--ease);
    }
    .course:hover .course__image img{ transform: scale(1.06); }
    .course__body{
      padding: 32px 28px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }
    .course__tag{
      display: inline-block;
      font-size: 11.5px;
      letter-spacing: .18em;
      color: var(--gold);
      margin-bottom: 14px;
      padding-bottom: 10px;
      border-bottom: 1px solid rgba(184,158,117,.3);
      width: fit-content;
    }
    .course__title{
      font-family: var(--font-display);
      font-size: 22px;
      font-weight: 700;
      color: var(--cream-soft);
      line-height: 1.4;
      margin-bottom: 14px;
    }
    .course__desc{
      font-size: 14px;
      color: rgba(245,239,228,0.68);
      line-height: 1.75;
      margin-bottom: 22px;
    }
    .course__meta{
      display: flex;
      align-items: center;
      gap: 18px;
      margin-bottom: 20px;
      font-size: 13px;
      color: rgba(245,239,228,0.6);
    }
    .course__meta span{ display: inline-flex; align-items: center; gap: 6px; }
    .course__meta svg{ width: 14px; height: 14px; }
    .course__link{
      color: var(--gold);
      font-size: 14px;
      font-weight: 500;
      display: inline-flex;
      align-items: center;
      gap: 8px;
      border-bottom: 1px solid transparent;
      padding-bottom: 2px;
      width: fit-content;
      transition: border-color .3s var(--ease);
    }
    .course__link:hover{ border-bottom-color: var(--gold); }
    .course__link .arrow{ transition: transform .35s var(--ease); }
    .course__link:hover .arrow{ transform: translateX(-5px); }

    .courses__cta{
      text-align: center;
      margin-top: 54px;
      position: relative;
      z-index: 2;
    }
    .courses__cta .btn--light{
      background: transparent;
      color: var(--cream-soft);
      border: 1px solid rgba(245,239,228,0.3);
    }
    .courses__cta .btn--light:hover{
      background: var(--cream-soft);
      color: var(--sage-900);
      border-color: var(--cream-soft);
    }

    /* -------------------------------------------------- */
    /*  TESTIMONIALS                                      */
    /* -------------------------------------------------- */
    .testimonials{
      padding: clamp(80px, 10vw, 130px) 0;
      background: var(--cream);
    }
    .testimonials__grid{
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 24px;
    }
    .testi{
      background: var(--cream-soft);
      border: 1px solid var(--line-soft);
      border-radius: var(--radius-lg);
      padding: 36px 30px;
      position: relative;
      display: flex;
      flex-direction: column;
      transition: transform .5s var(--ease), box-shadow .5s var(--ease);
    }
    .testi:hover{
      transform: translateY(-4px);
      box-shadow: var(--shadow-md);
    }
    .testi__mark{
      font-family: var(--font-display);
      font-size: 54px;
      line-height: 0.8;
      color: var(--accent);
      margin-bottom: 10px;
      opacity: .7;
    }
    .testi__text{
      font-family: var(--font-display);
      font-size: 17.5px;
      color: var(--sage-900);
      line-height: 1.85;
      margin-bottom: 28px;
      flex-grow: 1;
      font-weight: 400;
    }
    .testi__person{
      padding-top: 22px;
      border-top: 1px solid var(--line-soft);
      display: flex;
      align-items: center;
      gap: 14px;
    }
    .testi__avatar{
      width: 44px; height: 44px;
      border-radius: 50%;
      background: var(--sage-800);
      color: var(--cream-soft);
      display: grid; place-items: center;
      font-family: var(--font-display);
      font-weight: 700;
      font-size: 16px;
    }
    .testi__name{
      font-size: 15px;
      color: var(--sage-900);
      font-weight: 600;
      display: block;
      margin-bottom: 2px;
    }
    .testi__role{
      font-size: 13px;
      color: var(--muted);
    }

    /* -------------------------------------------------- */
    /*  ARTICLES                                          */
    /* -------------------------------------------------- */
    .articles{
      padding: clamp(80px, 10vw, 130px) 0;
      background: var(--cream-soft);
    }
    .articles__grid{
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 30px;
    }
    .article{
      display: flex;
      flex-direction: column;
      background: transparent;
      transition: transform .5s var(--ease);
    }
    .article:hover{ transform: translateY(-4px); }
    .article__image{
      position: relative;
      overflow: hidden;
      border-radius: var(--radius-md);
      aspect-ratio: 4/3;
      margin-bottom: 22px;
    }
    .article__image img{
      width: 100%; height: 100%; object-fit: cover;
      transition: transform .9s var(--ease);
    }
    .article:hover .article__image img{ transform: scale(1.05); }
    .article__meta{
      display: flex;
      align-items: center;
      gap: 14px;
      font-size: 12.5px;
      color: var(--muted);
      margin-bottom: 14px;
      letter-spacing: .05em;
    }
    .article__cat{
      color: var(--accent-deep);
      text-transform: none;
      font-weight: 500;
    }
    .article__dot{
      width: 3px; height: 3px; border-radius: 50%;
      background: var(--line);
      display: inline-block;
    }
    .article__title{
      font-family: var(--font-display);
      font-size: 22px;
      font-weight: 700;
      color: var(--sage-900);
      line-height: 1.4;
      margin-bottom: 12px;
      transition: color .3s var(--ease);
    }
    .article:hover .article__title{ color: var(--accent-deep); }
    .article__excerpt{
      color: var(--muted);
      font-size: 14.5px;
      line-height: 1.8;
      margin-bottom: 16px;
    }
    .article__link{
      color: var(--sage-800);
      font-size: 14px;
      font-weight: 500;
      display: inline-flex;
      align-items: center;
      gap: 8px;
      width: fit-content;
    }
    .article__link .arrow{ transition: transform .35s var(--ease); }
    .article:hover .article__link .arrow{ transform: translateX(-5px); }

    .articles__cta{ text-align: center; margin-top: 56px; }

    /* -------------------------------------------------- */
    /*  FAQ                                               */
    /* -------------------------------------------------- */
    .faq{
      padding: clamp(80px, 10vw, 130px) 0;
      background: var(--cream);
      overflow: hidden;
    }
    .faq__grid{
      display: grid;
      grid-template-columns: 0.9fr 1.1fr;
      gap: clamp(40px, 6vw, 90px);
      align-items: flex-start;
    }
    .faq__aside{ position: sticky; top: 110px; }
    .faq__aside .eyebrow{ margin-bottom: 22px; }
    .faq__title{
      font-family: var(--font-display);
      font-size: clamp(30px, 3.8vw, 44px);
      line-height: 1.25;
      color: var(--sage-900);
      margin-bottom: 20px;
    }
    .faq__title em{ font-style: italic; color: var(--accent-deep); font-weight: 400; }
    .faq__intro{
      color: var(--ink-soft);
      line-height: 1.9;
      font-size: 15.5px;
      margin-bottom: 24px;
      max-width: 40ch;
    }
    .faq__visual{
      margin-top: 24px;
      position: relative;
      border-radius: var(--radius-lg);
      overflow: hidden;
      aspect-ratio: 5/4;
      max-width: 340px;
    }
    .faq__visual img{
      width: 100%; height: 100%; object-fit: cover;
    }

    .faq-list{
      display: grid;
      gap: 0;
    }
    .faq-item{
      border-top: 1px solid var(--line);
      transition: border-color .3s var(--ease);
    }
    .faq-item:last-child{ border-bottom: 1px solid var(--line); }
    .faq-item.is-open{ border-color: var(--sage-600); }
    .faq-item.is-open + .faq-item{ border-top-color: var(--sage-600); }

    .faq-q{
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 20px;
      padding: 24px 0;
      text-align: right;
      font-family: var(--font-display);
      font-size: 19px;
      font-weight: 700;
      color: var(--sage-900);
      line-height: 1.5;
      transition: color .3s var(--ease);
    }
    .faq-q:hover{ color: var(--accent-deep); }
    .faq-q__icon{
      flex-shrink: 0;
      width: 32px; height: 32px;
      border-radius: 50%;
      border: 1px solid var(--line);
      display: grid; place-items: center;
      transition: all .3s var(--ease);
      color: var(--sage-800);
    }
    .faq-q__icon svg{
      width: 14px; height: 14px;
      transition: transform .4s var(--ease);
    }
    .faq-item.is-open .faq-q__icon{
      background: var(--sage-800);
      border-color: var(--sage-800);
      color: var(--cream-soft);
    }
    .faq-item.is-open .faq-q__icon svg{
      transform: rotate(45deg);
    }
    .faq-a{
      overflow: hidden;
      max-height: 0;
      transition: max-height .45s var(--ease), padding .45s var(--ease);
    }
    .faq-a__inner{
      padding: 0 0 24px;
      color: var(--ink-soft);
      font-size: 15.5px;
      line-height: 1.9;
      max-width: 62ch;
    }

    /* -------------------------------------------------- */
    /*  FINAL CTA                                         */
    /* -------------------------------------------------- */
    .final-cta{
      padding: clamp(80px, 10vw, 130px) 0;
      background: var(--cream);
    }
    .final-cta__inner{
      position: relative;
      border-radius: var(--radius-lg);
      overflow: hidden;
      background: var(--sage-900);
      color: var(--cream-soft);
      display: grid;
      grid-template-columns: 1.1fr 0.9fr;
      min-height: 440px;
      box-shadow: var(--shadow-lg);
    }
    .final-cta__text{
      padding: clamp(40px, 6vw, 72px);
      display: flex;
      flex-direction: column;
      justify-content: center;
      position: relative;
      z-index: 2;
    }
    .final-cta__text::before{
      content:"";
      position: absolute;
      inset: 0;
      background: radial-gradient(60% 80% at 80% 20%, rgba(184,158,117,.12), transparent 60%);
      pointer-events: none;
    }
    .final-cta .eyebrow{
      color: var(--gold);
      margin-bottom: 24px;
      position: relative;
    }
    .final-cta .eyebrow::before{ background: var(--gold); }
    .final-cta__title{
      font-family: var(--font-display);
      font-size: clamp(30px, 4vw, 46px);
      line-height: 1.3;
      color: var(--cream-soft);
      margin-bottom: 22px;
      font-weight: 700;
      position: relative;
    }
    .final-cta__title em{
      font-style: italic;
      color: var(--gold);
      font-weight: 400;
    }
    .final-cta__body{
      color: rgba(245,239,228,0.78);
      line-height: 1.9;
      font-size: 16px;
      max-width: 54ch;
      margin-bottom: 36px;
      position: relative;
    }
    .final-cta__actions{
      display: flex;
      gap: 14px;
      flex-wrap: wrap;
      position: relative;
    }
    .final-cta__actions .btn--primary{
      background: var(--gold);
      color: var(--sage-900);
      box-shadow: 0 14px 30px -14px rgba(184,158,117,.55);
    }
    .final-cta__actions .btn--primary:hover{
      background: var(--cream-soft);
      transform: translateY(-2px);
    }
    .final-cta__actions .btn--ghost{
      color: var(--cream-soft);
      border-color: rgba(245,239,228,0.3);
    }
    .final-cta__actions .btn--ghost:hover{
      background: rgba(245,239,228,0.08);
      border-color: var(--cream-soft);
    }
    .final-cta__visual{
      position: relative;
      overflow: hidden;
    }
    .final-cta__visual img{
      width: 100%; height: 100%; object-fit: cover;
    }
    .final-cta__visual::after{
      content:"";
      position: absolute;
      inset: 0;
      background: linear-gradient(270deg, rgba(46,59,49,0) 30%, rgba(46,59,49,0.85) 100%);
    }

    /* -------------------------------------------------- */
    /*  FOOTER                                            */
    /* -------------------------------------------------- */
    footer{
      background: var(--cream-deep);
      padding: 72px 0 28px;
      color: var(--ink-soft);
      border-top: 1px solid var(--line);
    }
    .footer__grid{
      display: grid;
      grid-template-columns: 1.6fr 1fr 1fr 1.2fr;
      gap: 50px;
      padding-bottom: 52px;
      border-bottom: 1px solid var(--line);
    }
    .footer__brand{ }
    .footer__brand .brand{ margin-bottom: 20px; }
    .footer__about{
      font-size: 14.5px;
      line-height: 1.85;
      color: var(--muted);
      max-width: 40ch;
      margin: 0 0 22px;
    }
    .footer__social{
      display: flex;
      gap: 10px;
    }
    .footer__social a{
      width: 38px; height: 38px;
      border-radius: 50%;
      background: var(--cream-soft);
      border: 1px solid var(--line);
      display: grid; place-items: center;
      color: var(--sage-800);
      transition: all .3s var(--ease);
    }
    .footer__social a:hover{
      background: var(--sage-800);
      color: var(--cream-soft);
      border-color: var(--sage-800);
    }
    .footer__social svg{ width: 16px; height: 16px; }

    .footer__col h5{
      font-family: var(--font-display);
      font-size: 16px;
      font-weight: 700;
      color: var(--sage-900);
      margin-bottom: 20px;
    }
    .footer__col ul li{ margin-bottom: 12px; }
    .footer__col ul a{
      font-size: 14px;
      color: var(--muted);
      transition: color .25s var(--ease);
    }
    .footer__col ul a:hover{ color: var(--sage-900); }

    .footer__contact p{
      margin: 0 0 14px;
      font-size: 14px;
      color: var(--muted);
      line-height: 1.7;
      display: flex;
      gap: 10px;
      align-items: flex-start;
    }
    .footer__contact svg{
      width: 15px; height: 15px; flex-shrink: 0;
      color: var(--sage-600); margin-top: 3px;
    }
    .footer__contact-cta{
      margin-top: 18px;
    }

    .footer__bottom{
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding-top: 26px;
      font-size: 13px;
      color: var(--muted);
      gap: 20px;
      flex-wrap: wrap;
    }
    .footer__legal{
      display: flex;
      gap: 24px;
      flex-wrap: wrap;
    }
    .footer__legal a{ color: var(--muted); transition: color .25s var(--ease); }
    .footer__legal a:hover{ color: var(--sage-900); }

    /* -------------------------------------------------- */
    /*  SCROLL REVEAL                                     */
    /* -------------------------------------------------- */
    .reveal{
      opacity: 0;
      transform: translateY(18px);
      transition: opacity .9s var(--ease), transform .9s var(--ease);
    }
    .reveal.is-in{
      opacity: 1;
      transform: translateY(0);
    }
    .reveal--delay-1{ transition-delay: .08s; }
    .reveal--delay-2{ transition-delay: .16s; }
    .reveal--delay-3{ transition-delay: .24s; }

    /* -------------------------------------------------- */
    /*  RESPONSIVE                                        */
    /* -------------------------------------------------- */
    @media (max-width: 1024px){
      .hero__grid,
      .importance__grid,
      .about__grid,
      .howto__grid,
      .faq__grid{
        grid-template-columns: 1fr;
      }
      .hero__grid{ gap: 56px; }
      .hero__visual{ min-height: auto; order: -1; }
      .hero__visual-frame{ max-width: 380px; margin: 0 auto; }
      .about__image{ margin: 0 auto; }
      .howto__visual{ max-width: 420px; margin: 0 auto; }
      .faq__aside{ position: relative; top: 0; }
      .services__grid,
      .articles__grid,
      .testimonials__grid{
        grid-template-columns: repeat(2, 1fr);
      }
      .courses__grid{ grid-template-columns: 1fr; }
      .final-cta__inner{ grid-template-columns: 1fr; min-height: auto; }
      .final-cta__visual{ aspect-ratio: 16/7; }
      .footer__grid{
        grid-template-columns: 1fr 1fr;
        gap: 40px;
      }
    }

    /* Mobile navigation drawer (hidden on desktop) */
    .nav__mobile{
      overflow: hidden;
      max-height: 0;
      background: var(--cream-soft);
      border-top: 1px solid transparent;
      transition: max-height .45s var(--ease), border-color .3s var(--ease);
    }
    .nav__mobile.is-open{
      max-height: 460px;
      border-top-color: var(--line-soft);
    }
    .nav__mobile-inner{
      padding: 14px 20px 22px;
      display: flex;
      flex-direction: column;
    }
    .nav__mobile a{
      font-size: 15.5px;
      color: var(--ink-soft);
      padding: 14px 4px;
      transition: color .25s var(--ease);
    }
    .nav__mobile a:not(.btn){
      border-bottom: 1px solid var(--line-soft);
    }
    .nav__mobile a:hover{ color: var(--sage-900); }
    .nav__mobile .btn{
      margin-top: 18px;
      padding: 14px 22px;
      justify-content: center;
      border-bottom: 0 !important;
    }
    .nav__toggle.is-open span{ background: transparent; }
    .nav__toggle.is-open span::before{ transform: rotate(45deg); }
    .nav__toggle.is-open span::after{ transform: rotate(-45deg); }
    .nav__toggle span,
    .nav__toggle span::before,
    .nav__toggle span::after{
      transition: transform .35s var(--ease), background .3s var(--ease);
    }

    /* ========================================
       MOBILE — tablet portrait & phone
       ======================================== */
    @media (max-width: 720px){
      body{ font-size: 15.5px; line-height: 1.7; }
      .wrap{ padding: 0 20px; }

      /* Nav */
      .nav__inner{ padding: 14px 0; }
      .nav__links,
      .nav__cta{ display: none; }
      .nav__toggle{ display: flex; }
      .brand{ gap: 10px; }
      .brand__mark{ width: 36px; height: 36px; }
      .brand__name{ font-size: 16px; }
      .brand__role{ font-size: 10px; letter-spacing: .16em; margin-top: 3px; }

      /* Section spacing */
      .hero{ padding: 30px 0 60px; }
      .importance,
      .about,
      .services,
      .howto,
      .courses,
      .testimonials,
      .articles,
      .faq,
      .final-cta{
        padding: 64px 0;
      }
      footer{ padding: 52px 0 22px; }

      .section-head{ margin-bottom: 36px; }
      .section-title{ font-size: 26px; line-height: 1.3; }
      .section-sub{ font-size: 14.5px; line-height: 1.8; }
      .eyebrow{ font-size: 11px; letter-spacing: .2em; }
      .eyebrow::before,
      .eyebrow--center::after{ width: 22px; }

      /* Hero */
      .hero__grid{ gap: 44px; }
      .hero__text .eyebrow{ margin-bottom: 18px; }
      .hero__title{ font-size: 30px; line-height: 1.28; }
      .hero__lead{ font-size: 15px; margin-top: 18px; line-height: 1.85; }
      .hero__ctas{ margin-top: 26px; gap: 10px; }
      .btn{ padding: 13px 22px; font-size: 14px; }
      .hero__ctas .btn{ flex: 1 1 auto; justify-content: center; min-width: 0; }
      .hero__meta{
        grid-template-columns: repeat(3, 1fr);
        gap: 14px;
        margin-top: 34px;
        padding-top: 24px;
        max-width: 100%;
      }
      .hero__meta-item .num-big{ font-size: 22px; }
      .hero__meta-item span{ font-size: 11px; line-height: 1.45; margin-top: 6px; }

      /* Hero visual */
      .hero__visual-frame{ max-width: 280px; }
      .hero__visual-frame::before{
        inset: -10px;
        border-radius: 180px 180px 18px 18px;
      }
      .hero__visual-frame::after{
        border-radius: 170px 170px 14px 14px;
      }
      .hero__img{ border-radius: 170px 170px 14px 14px; }

      /* Topbar mobile */
      .topbar{ font-size: 11.5px; }
      .topbar__inner{ padding: 14px 0 10px; gap: 12px; }
      .topbar__meta{ gap: 10px; }
      .topbar__meta .divider,
      .topbar__meta > span:nth-of-type(2){ display: none; }
      .topbar__meta svg{ width: 12px; height: 12px; }
      .topbar__cta{ font-size: 11.5px; }

      /* Hero badge mobile */
      .hero__badge{
        left: 50%;
        transform: translateX(-50%);
        bottom: -18px;
        padding: 10px 14px;
        gap: 10px;
      }
      .hero__badge-icon{ width: 26px; height: 26px; }
      .hero__badge-icon svg{ width: 13px; height: 13px; }
      .hero__badge-text{ font-size: 11.5px; gap: 8px; }
      .hero__decor{ display: none; }

      /* About new elements */
      .about__license{
        font-size: 12.5px;
        padding: 9px 14px;
        margin-bottom: 22px;
        gap: 10px;
      }
      .about__license svg{ width: 14px; height: 14px; }
      .about__license b{ font-size: 13.5px; }
      .about__quote{ padding: 18px 20px; margin: 22px 0; }
      .about__quote p{ font-size: 16px; line-height: 1.75; }
      .about__quote figcaption{ font-size: 12.5px; }
      .about__specialties{ gap: 6px; margin-bottom: 24px; }
      .about__specialties span{ font-size: 11.5px; padding: 6px 12px; }

      /* Importance */
      .importance__image{
        aspect-ratio: 4/5;
        max-width: 420px;
        margin: 0 auto;
      }
      .importance__title{ font-size: 26px; line-height: 1.32; }
      .importance__body{ font-size: 15px; margin-bottom: 20px; }
      .pillars{ margin-top: 26px; gap: 16px; }
      .pillar{ padding-top: 18px; gap: 14px; }
      .pillar__num{ font-size: 19px; }
      .pillar__content h4{ font-size: 17px; margin-bottom: 4px; }
      .pillar__content p{ font-size: 13.5px; line-height: 1.75; }

      /* About */
      .about__visual::before,
      .about__visual::after{ display: none; }
      .about__image{
        max-width: 320px;
        border-radius: 10px 10px 170px 170px;
      }
      .about__title{ font-size: 26px; line-height: 1.32; margin-bottom: 18px; }
      .about__body p{ font-size: 14.8px; line-height: 1.85; margin-bottom: 14px; }
      .about__creds{
        grid-template-columns: 1fr;
        margin-top: 26px;
        padding-top: 24px;
        gap: 14px;
      }
      .about__cred{ font-size: 14px; gap: 10px; }
      .about__cred svg{ width: 16px; height: 16px; }
      .about__actions{ margin-top: 28px; }

      /* Services */
      .services__grid{ grid-template-columns: 1fr; gap: 18px; }
      .service{ padding: 30px 26px; }
      .service__icon{ width: 50px; height: 50px; margin-bottom: 22px; }
      .service__icon svg{ width: 22px; height: 22px; }
      .service__title{ font-size: 20px; margin-bottom: 12px; }
      .service__desc{ font-size: 14.5px; margin-bottom: 20px; }
      .service__list{ padding-top: 18px; margin-bottom: 0; }
      .service__list li{ font-size: 13.5px; margin-bottom: 8px; }
      .service__num{ top: 24px; left: 24px; font-size: 14px; }
      .services__cta{ margin-top: 36px; }

      /* How to start */
      .howto__grid{ gap: 44px; }
      .howto__visual{
        max-width: 320px;
        aspect-ratio: 4/5;
        margin: 0 auto;
      }
      .howto__title{ font-size: 26px; line-height: 1.32; margin-bottom: 18px; }
      .howto__intro{ font-size: 14.8px; margin-bottom: 28px; }
      .step{ padding: 20px 0; gap: 18px; }
      .step__num{ font-size: 34px; width: 48px; }
      .step__body h4{ font-size: 18px; margin-bottom: 4px; }
      .step__body p{ font-size: 13.8px; line-height: 1.75; }

      /* Courses */
      .courses__grid{ grid-template-columns: 1fr; gap: 20px; }
      .course{ grid-template-columns: 1fr; }
      .course__image{ aspect-ratio: 16/10; }
      .course__body{ padding: 26px 24px; }
      .course__title{ font-size: 20px; margin-bottom: 12px; }
      .course__desc{ font-size: 13.5px; margin-bottom: 18px; }
      .course__meta{ font-size: 12.5px; gap: 14px; margin-bottom: 16px; }
      .course__tag{ font-size: 11px; }
      .courses__cta{ margin-top: 40px; }

      /* Testimonials */
      .testimonials__grid{ grid-template-columns: 1fr; gap: 16px; }
      .testi{ padding: 28px 24px; }
      .testi__mark{ font-size: 44px; margin-bottom: 4px; }
      .testi__text{ font-size: 16px; line-height: 1.8; margin-bottom: 22px; }
      .testi__person{ padding-top: 18px; }
      .testi__avatar{ width: 40px; height: 40px; font-size: 15px; }
      .testi__name{ font-size: 14.5px; }
      .testi__role{ font-size: 12.5px; }

      /* Articles */
      .articles__grid{ grid-template-columns: 1fr; gap: 34px; }
      .article__image{ aspect-ratio: 16/10; margin-bottom: 18px; }
      .article__title{ font-size: 20px; margin-bottom: 10px; line-height: 1.4; }
      .article__excerpt{ font-size: 14px; line-height: 1.75; margin-bottom: 14px; }
      .article__meta{ font-size: 12px; margin-bottom: 12px; gap: 12px; }
      .articles__cta{ margin-top: 38px; }

      /* FAQ */
      .faq__grid{ gap: 44px; }
      .faq__title{ font-size: 26px; line-height: 1.3; margin-bottom: 16px; }
      .faq__intro{ font-size: 14.5px; margin-bottom: 22px; max-width: 100%; }
      .faq__visual{
        max-width: 100%;
        aspect-ratio: 16/10;
        margin-top: 18px;
      }
      .faq-q{ font-size: 17px; padding: 20px 0; gap: 14px; }
      .faq-q__icon{ width: 30px; height: 30px; }
      .faq-q__icon svg{ width: 12px; height: 12px; }
      .faq-a__inner{ font-size: 14.2px; line-height: 1.85; padding-bottom: 22px; }

      /* Final CTA */
      .final-cta{ padding: 60px 0; }
      .final-cta__inner{ grid-template-columns: 1fr; }
      .final-cta__visual{ aspect-ratio: 16/10; order: -1; }
      .final-cta__text{ padding: 36px 26px 40px; }
      .final-cta .eyebrow{ margin-bottom: 18px; }
      .final-cta__title{ font-size: 26px; line-height: 1.3; margin-bottom: 16px; }
      .final-cta__body{ font-size: 14.8px; margin-bottom: 26px; line-height: 1.85; }
      .final-cta__actions{ gap: 10px; }
      .final-cta__actions .btn{ flex: 1 1 auto; justify-content: center; }

      /* Footer */
      .footer__grid{
        grid-template-columns: 1fr;
        gap: 32px;
        padding-bottom: 32px;
      }
      .footer__about{ font-size: 14px; max-width: 100%; }
      .footer__col h5{ font-size: 15px; margin-bottom: 16px; }
      .footer__col ul li{ margin-bottom: 10px; }
      .footer__col ul a{ font-size: 13.5px; }
      .footer__contact p{ font-size: 13.5px; }
      .footer__bottom{
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
        padding-top: 22px;
        font-size: 12.5px;
      }
      .footer__legal{ gap: 18px; }
    }

    /* ========================================
       SMALL PHONES
       ======================================== */
    @media (max-width: 420px){
      .wrap{ padding: 0 18px; }
      .hero__title{ font-size: 27px; }
      .section-title,
      .importance__title,
      .about__title,
      .howto__title,
      .faq__title,
      .final-cta__title{ font-size: 24px; }
      .hero__visual-frame{ max-width: 240px; }
      .hero__visual-frame::before{ inset: -8px; }
      .hero__badge{ padding: 9px 12px; gap: 8px; }
      .hero__badge-text{ font-size: 10.5px; gap: 6px; }
      .hero__badge-text b{ font-size: 11px; }
      .topbar__meta > span:first-of-type{ font-size: 11px; }
      .hero__meta{ gap: 10px; padding-top: 22px; }
      .hero__meta-item .num-big{ font-size: 20px; }
      .hero__meta-item span{ font-size: 10.5px; }
      .hero__ctas .btn,
      .final-cta__actions .btn{ flex: 1 1 100%; }
      .brand__name{ font-size: 15px; }
      .brand__role{ font-size: 9.5px; }
      .service,
      .testi{ padding: 26px 22px; }
      .course__body,
      .final-cta__text{ padding-left: 22px; padding-right: 22px; }
    }
