/* Learn With Yuna unified UI layer — 6.1.0 */
/* Source consolidated: yuna-device-polish.css */
/* Learn With Yuna device polish v1.5.0
   Responsive layer for phones, tablets, touch screens, and desktop. */
:root{
  --yuna-page:#f8fafc;
  --yuna-card:#ffffff;
  --yuna-ink:#172033;
  --yuna-muted:#526174;
  --yuna-border:rgba(15,23,42,.10);
  --yuna-purple:#7c3aed;
  --yuna-purple-dark:#5b21b6;
  --yuna-warm:#fff7ed;
  --yuna-radius:22px;
  --yuna-shadow:0 18px 45px rgba(15,23,42,.10);
  --yuna-max:1240px;
}
html{overflow-x:hidden;scroll-padding-top:84px;}
body{background:var(--yuna-page);color:var(--yuna-ink);overflow-x:hidden;}
img,video,canvas,svg{max-width:100%;height:auto;}
a,button,input,select,textarea{-webkit-tap-highlight-color:transparent;}


:focus-visible{outline:3px solid rgba(124,58,237,.35);outline-offset:3px;border-radius:10px;}
@media (prefers-reduced-motion:reduce){*,*::before,*::after{animation-duration:.001ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.001ms!important;}}
/* Header */
.y-header{box-shadow:0 1px 0 rgba(15,23,42,.04);}
.y-header-inner{width:min(100%,var(--yuna-max));padding-left:max(14px,env(safe-area-inset-left));padding-right:max(14px,env(safe-area-inset-right));}
.y-logo{object-fit:cover;}
.y-menu a,.y-btn{line-height:1.1;}
@media (min-width:1180px){.y-menu{gap:4px}.y-menu a{font-size:13.5px;padding:10px 12px}.y-header-inner{padding-top:10px;padding-bottom:10px}}
@media (min-width:760px) and (max-width:1179px){.y-header-inner{padding-top:10px;padding-bottom:10px}.y-logo{width:46px;height:46px}.y-title{font-size:18px!important}.y-hamburger{width:46px;height:46px}}
@media (max-width:520px){.y-header-inner{gap:10px;padding-top:8px;padding-bottom:8px}.y-brand{gap:10px;min-width:0}.y-title{font-size:15.5px!important;white-space:nowrap}.y-logo{width:40px!important;height:40px!important;border-radius:12px!important}.y-hamburger{width:44px;height:44px}.y-right{gap:6px}}
#y-drawer{max-width:420px;padding:max(22px,env(safe-area-inset-top)) max(18px,env(safe-area-inset-right)) max(24px,env(safe-area-inset-bottom)) 18px;box-shadow:-24px 0 60px rgba(15,23,42,.18);}
#y-drawer strong{font-family:"Nunito Sans","Inter",system-ui,sans-serif;color:#111827;font-size:1.05rem;}
#y-close{min-width:44px;min-height:44px;border-radius:12px!important;color:#172033!important;background:#f8fafc!important;}
.y-mobilelist{margin-top:24px!important;}
.y-mobilelist a{display:flex!important;align-items:center;border:1px solid rgba(15,23,42,.08);box-shadow:0 8px 22px rgba(15,23,42,.05);}
@media (max-width:420px){#y-drawer{width:100vw!important;}.y-mobilelist{gap:8px!important}.y-mobilelist a{padding:15px!important;border-radius:15px!important}}
/* General content containers */
.site-main{min-width:0;}
.container,.footer-wrap,.front-wrap,.yuna-section{width:min(100% - 32px,var(--yuna-max));margin-inline:auto;}
@media (max-width:480px){.container,.footer-wrap,.front-wrap,.yuna-section{width:min(100% - 24px,var(--yuna-max));}}
/* Better default readable text */
p,li{overflow-wrap:break-word;}
h1,h2,h3{letter-spacing:-.03em;overflow-wrap:balance;}
@supports not (overflow-wrap:balance){h1,h2,h3{overflow-wrap:break-word;}}
/* Footer */
.site-footer{padding-bottom:max(30px,env(safe-area-inset-bottom));}
.footer-grid{align-items:start;}
.footer-links a{display:inline-flex;align-items:center;min-height:32px;}
@media (max-width:640px){.site-footer{padding-top:42px!important}.footer-brand-logo{font-size:20px!important}.footer-bottom{font-size:12.5px!important}.footer-links{gap:6px!important}}
/* Form and ad safety */
input,textarea,select{max-width:100%;}
iframe{max-width:100%;}
.adsbygoogle,.ad-slot{max-width:100%;overflow:hidden;}
/* Touch devices: reduce hover jumps */



/* 5.2 cross-device hardening */
*,*::before,*::after{box-sizing:border-box;}
:is(.container,.footer-wrap,.front-wrap,.yuna-section,.site-main,main,section,article,aside,header,footer,nav,form,fieldset,div){min-width:0;}
:is(p,li,a,button,label,input,textarea,select,option,td,th){overflow-wrap:anywhere;word-break:normal;}
table{width:100%;max-width:100%;border-collapse:collapse;}
.table-scroll,[class*="table-wrap"]{max-width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;}
input,select,textarea,button{font:inherit;}
@media(max-width:768px){input,select,textarea{font-size:16px!important;}.yf-container{padding-inline:max(12px,env(safe-area-inset-left));}}
@supports(height:100dvh){#y-drawer{height:100dvh!important;}}
@media(max-width:359px){.y-title{font-size:14px!important}.y-header-inner{padding-inline:10px!important}.container,.footer-wrap,.front-wrap,.yuna-section{width:calc(100% - 18px)!important;}}


/* Source consolidated: yuna-v3.css */
/*
Learn With Yuna unified experience layer
Purpose: unified, mobile-first visual system for the complete theme.
*/
:root{
  --v3-ink:#172033;
  --v3-ink-2:#26324a;
  --v3-muted:#667085;
  --v3-paper:#fffdf9;
  --v3-cream:#f8f5ef;
  --v3-white:#ffffff;
  --v3-line:#e9e5ee;
  --v3-purple:#6f5bd3;
  --v3-purple-dark:#5543b8;
  --v3-purple-soft:#eeebff;
  --v3-sky:#dff3ff;
  --v3-mint:#dcf5e8;
  --v3-peach:#ffe8d8;
  --v3-yellow:#fff2ba;
  --v3-radius-sm:16px;
  --v3-radius:24px;
  --v3-radius-lg:34px;
  --v3-shadow:0 20px 60px rgba(31,36,56,.10);
  --v3-shadow-soft:0 10px 30px rgba(31,36,56,.07);
  --v3-font:"Plus Jakarta Sans","Inter",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  --v3-max:1180px;
}

html{scroll-behavior:smooth;overflow-x:hidden}
body{
  font-family:var(--v3-font)!important;
  color:var(--v3-ink)!important;
  background:var(--v3-paper)!important;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}
body,button,input,select,textarea{font-family:var(--v3-font)!important}
body :where(h1,h2,h3,h4,h5,h6){font-family:var(--v3-font)!important;color:var(--v3-ink);letter-spacing:-.035em}
body :where(p,li){color:inherit}
body :where(a,button){-webkit-tap-highlight-color:transparent}
body :where(button,a,input,select,textarea):focus-visible{outline:3px solid rgba(111,91,211,.34)!important;outline-offset:3px!important}
img{max-width:100%;height:auto}
.v3-container{width:min(var(--v3-max),calc(100% - 40px));margin-inline:auto}
.v3-kicker{display:inline-flex;align-items:center;gap:8px;color:var(--v3-purple);font-size:12px;font-weight:850;letter-spacing:.12em;text-transform:uppercase}
.v3-kicker:before{content:"";width:20px;height:2px;border-radius:999px;background:currentColor}
.v3-btn{min-height:52px;display:inline-flex;align-items:center;justify-content:center;padding:0 22px;border:1px solid transparent;border-radius:999px;text-decoration:none!important;font-weight:800;font-size:15px;line-height:1;transition:transform .2s ease,box-shadow .2s ease,background .2s ease,border-color .2s ease}
.v3-btn:hover{transform:translateY(-2px)}
.v3-btn-primary{background:var(--v3-purple);color:#fff!important;box-shadow:0 12px 24px rgba(111,91,211,.24)}
.v3-btn-primary:hover{background:var(--v3-purple-dark);box-shadow:0 16px 32px rgba(111,91,211,.28)}
.v3-btn-secondary{background:#fff;color:var(--v3-ink)!important;border-color:var(--v3-line);box-shadow:0 8px 20px rgba(31,36,56,.05)}
.v3-btn-secondary:hover{border-color:#d8d0ef;box-shadow:var(--v3-shadow-soft)}
.v3-btn-light{background:#fff;color:var(--v3-purple-dark)!important}
.v3-btn-outline-light{background:transparent;color:#fff!important;border-color:rgba(255,255,255,.35)}
.v3-text-link{display:inline-flex;align-items:center;gap:10px;color:var(--v3-purple)!important;text-decoration:none!important;font-weight:850}
.v3-text-link span{transition:transform .2s ease}.v3-text-link:hover span{transform:translateX(4px)}
[data-v3-reveal]{opacity:1;transform:none}
html.v3-js [data-v3-reveal]{opacity:0;transform:translateY(18px);transition:opacity .65s ease,transform .65s cubic-bezier(.2,.7,.2,1)}
html.v3-js [data-v3-reveal].v3-visible{opacity:1;transform:none}

/* Header */
.y-header{background:rgba(255,253,249,.9)!important;border-bottom:1px solid rgba(38,50,74,.08)!important;backdrop-filter:blur(18px) saturate(160%)!important;box-shadow:none!important}
.y-header-inner{max-width:var(--v3-max)!important;padding:10px 20px!important;min-height:72px!important}
.y-logo{width:44px!important;height:44px!important;border-radius:14px!important;box-shadow:none!important}
.y-brand{gap:11px!important}
.y-title{font-family:var(--v3-font)!important;font-size:16px!important;font-weight:850!important;letter-spacing:-.035em!important}
.y-sub{font-family:var(--v3-font)!important;font-size:9px!important;letter-spacing:.12em!important;color:var(--v3-muted)!important}
.y-menu{gap:2px!important}
.y-menu a{font-family:var(--v3-font)!important;font-size:12.5px!important;font-weight:750!important;color:var(--v3-ink-2)!important;padding:9px 11px!important}
.y-menu a:hover{background:var(--v3-purple-soft)!important;color:var(--v3-purple-dark)!important}
.y-btn{font-family:var(--v3-font)!important;min-height:42px!important;padding:0 15px!important;font-size:12.5px!important;font-weight:800!important}
.y-cta{background:var(--v3-ink)!important}
.y-speech{background:#fff!important;border-color:var(--v3-line)!important;color:var(--v3-ink)!important}
.y-donate{background:var(--v3-purple)!important;box-shadow:0 8px 18px rgba(111,91,211,.20)!important}
.y-hamburger{border-color:var(--v3-line)!important;background:#fffdf9!important;border-radius:14px!important}
#y-overlay{background:rgba(23,32,51,.42)!important}
#y-drawer{background:var(--v3-paper)!important;padding:26px 20px!important}
.y-mobilelist{gap:7px!important;margin-top:30px!important}
.y-mobilelist a{background:#fff!important;border:1px solid var(--v3-line)!important;border-radius:17px!important;padding:15px 16px!important;font-family:var(--v3-font)!important;color:var(--v3-ink)!important;box-shadow:0 5px 16px rgba(31,36,56,.04)}

/* Home */
.v3-home{overflow:hidden;background:var(--v3-paper)}
.v3-hero{position:relative;padding:76px 0 94px;background:radial-gradient(circle at 78% 20%,rgba(215,207,255,.65),transparent 33%),linear-gradient(180deg,#fffdf9 0%,#f8f5ef 100%)}
.v3-hero:after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:64px;background:var(--v3-paper);clip-path:ellipse(58% 42% at 50% 100%)}
.v3-hero-grid{display:grid;grid-template-columns:minmax(0,.92fr) minmax(420px,1.08fr);gap:64px;align-items:center}
.v3-hero-copy{position:relative;z-index:2}
.v3-hero h1{font-size:clamp(50px,6vw,82px);line-height:.99;margin:18px 0 24px;max-width:700px;font-weight:850}
.v3-hero h1 span{color:var(--v3-purple)}
.v3-hero-lead{font-size:clamp(18px,1.65vw,22px);line-height:1.65;color:var(--v3-muted);max-width:630px;margin:0}
.v3-hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:32px}
.v3-trust-line{display:flex;flex-wrap:wrap;gap:10px 18px;margin-top:28px;color:var(--v3-muted);font-size:12.5px;font-weight:700}
.v3-trust-line span{display:inline-flex;align-items:center;gap:7px}.v3-trust-line span:before{content:"✓";display:grid;place-items:center;width:18px;height:18px;border-radius:50%;background:var(--v3-mint);color:#187247;font-size:11px;font-weight:900}
.v3-hero-visual{position:relative;isolation:isolate}
.v3-visual-glow{position:absolute;inset:10% 4% 8%;background:linear-gradient(140deg,#d9d1ff,#c6efff);filter:blur(35px);opacity:.8;border-radius:50%;z-index:-1}
.v3-hero-visual picture{display:block;padding:18px;border-radius:40px;background:rgba(255,255,255,.66);border:1px solid rgba(255,255,255,.78);box-shadow:var(--v3-shadow);backdrop-filter:blur(15px);transform:rotate(1deg)}
.v3-hero-visual img{display:block;width:100%;aspect-ratio:1.6/1;object-fit:cover;border-radius:28px}
.v3-float-card{position:absolute;z-index:2;width:min(230px,44%);padding:15px 17px;background:rgba(255,255,255,.94);border:1px solid rgba(255,255,255,.95);border-radius:18px;box-shadow:0 14px 35px rgba(31,36,56,.15);display:grid;gap:3px}
.v3-float-card strong{font-size:13px}.v3-float-card span{font-size:11px;line-height:1.45;color:var(--v3-muted)}
.v3-float-one{left:-25px;bottom:38px}.v3-float-two{right:-14px;top:28px}
.v3-quick{padding:96px 0 112px}
.v3-section-heading{margin-bottom:42px}.v3-section-heading h2{font-size:clamp(34px,4.5vw,58px);line-height:1.08;margin:14px 0 12px}.v3-section-heading p{font-size:18px;line-height:1.65;color:var(--v3-muted);max-width:680px}.v3-section-heading-center{text-align:center}.v3-section-heading-center p{margin-inline:auto}
.v3-section-heading-split{display:flex;align-items:end;justify-content:space-between;gap:30px}.v3-section-heading-split>div{max-width:760px}
.v3-path-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.v3-path-card{position:relative;min-height:260px;padding:32px;border-radius:var(--v3-radius-lg);background:#fff;border:1px solid var(--v3-line);box-shadow:0 12px 36px rgba(31,36,56,.055);text-decoration:none!important;color:var(--v3-ink)!important;display:grid;grid-template-columns:auto 1fr auto;gap:22px;align-items:start;overflow:hidden;transition:transform .24s ease,box-shadow .24s ease,border-color .24s ease}
.v3-path-card:hover{transform:translateY(-6px);box-shadow:var(--v3-shadow);border-color:#d8d0ef}
.v3-path-feature{background:linear-gradient(145deg,#6652c7,#806de0);color:#fff!important;border-color:transparent}.v3-path-feature h3,.v3-path-feature p,.v3-path-feature .v3-card-label,.v3-path-feature .v3-path-number{color:#fff!important}.v3-path-feature p{opacity:.88}.v3-path-feature .v3-path-icon{background:rgba(255,255,255,.17);color:#fff}.v3-path-feature .v3-card-arrow{background:#fff;color:var(--v3-purple-dark)}
.v3-path-number{position:absolute;right:24px;top:20px;font-size:48px;font-weight:850;color:#f0edf5;line-height:1}
.v3-path-icon{width:58px;height:58px;border-radius:18px;background:var(--v3-purple-soft);color:var(--v3-purple);display:grid;place-items:center;font-size:18px;font-weight:850}.v3-path-icon-sky{background:var(--v3-sky);color:#1c6d96}.v3-path-icon-mint{background:var(--v3-mint);color:#237550}.v3-path-icon-peach{background:var(--v3-peach);color:#9a5a2f}
.v3-path-card>div:nth-of-type(2){padding-top:7px}.v3-card-label{display:block;color:var(--v3-purple);font-size:11px;font-weight:850;letter-spacing:.10em;text-transform:uppercase}.v3-path-card h3{font-size:27px;margin:7px 0 9px}.v3-path-card p{font-size:15px;line-height:1.65;color:var(--v3-muted);margin:0;max-width:480px}.v3-card-arrow{align-self:end;width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:var(--v3-cream);font-size:19px;font-weight:900}
.v3-journey{padding:112px 0;background:var(--v3-cream)}
.v3-journey-grid{display:grid;grid-template-columns:minmax(0,.85fr) minmax(440px,1.15fr);gap:80px;align-items:center}
.v3-journey-copy h2{font-size:clamp(36px,4.3vw,58px);line-height:1.08;margin:15px 0 20px}.v3-journey-copy p{font-size:18px;line-height:1.72;color:var(--v3-muted);margin:0 0 28px}
.v3-journey-steps{list-style:none;padding:0;margin:0;display:grid;gap:12px;counter-reset:none}.v3-journey-steps li{display:grid;grid-template-columns:52px 1fr;gap:16px;align-items:center;padding:20px 22px;background:#fff;border:1px solid var(--v3-line);border-radius:20px;box-shadow:0 7px 22px rgba(31,36,56,.04)}.v3-journey-steps li>span{width:44px;height:44px;border-radius:14px;background:var(--v3-purple-soft);color:var(--v3-purple);font-weight:850;display:grid;place-items:center}.v3-journey-steps strong{display:block;font-size:16px;margin-bottom:4px}.v3-journey-steps small{font-size:13.5px;line-height:1.5;color:var(--v3-muted)}
.v3-story-preview{padding:112px 0;background:var(--v3-paper)}
.v3-preview-grid{display:grid;grid-template-columns:1.45fr .75fr;gap:20px}.v3-story-tile{position:relative;min-height:520px;border-radius:34px;overflow:hidden;box-shadow:var(--v3-shadow);background:#ddd;text-decoration:none!important}.v3-story-tile:not(.v3-story-large){min-height:520px}.v3-story-tile img{width:100%;height:100%;object-fit:cover;position:absolute;inset:0;transition:transform .65s ease}.v3-story-tile:hover img{transform:scale(1.045)}.v3-story-tile:after{content:"";position:absolute;inset:35% 0 0;background:linear-gradient(transparent,rgba(15,23,42,.86))}.v3-story-overlay{position:absolute;z-index:2;left:0;right:0;bottom:0;padding:34px;color:#fff}.v3-story-overlay span{font-size:11px;font-weight:800;letter-spacing:.11em;text-transform:uppercase;color:#e8e3ff}.v3-story-overlay h3{color:#fff;font-size:clamp(27px,3vw,43px);margin:8px 0 7px}.v3-story-tile:not(.v3-story-large) .v3-story-overlay h3{font-size:27px}.v3-story-overlay p{font-size:15px;line-height:1.6;margin:0;color:rgba(255,255,255,.82)}
.v3-trust{padding:112px 0;background:#f1eefc}.v3-trust-grid{display:grid;grid-template-columns:minmax(0,.92fr) minmax(420px,1.08fr);gap:72px;align-items:center}.v3-trust-copy h2{font-size:clamp(35px,4.4vw,58px);line-height:1.08;margin:15px 0 20px}.v3-trust-copy>p{font-size:18px;line-height:1.72;color:var(--v3-muted)}.v3-trust-actions{display:flex;flex-wrap:wrap;align-items:center;gap:18px;margin-top:28px}.v3-trust-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.v3-trust-cards article{min-height:170px;padding:25px;border-radius:24px;background:rgba(255,255,255,.78);border:1px solid rgba(255,255,255,.9);display:flex;flex-direction:column;justify-content:end;box-shadow:0 8px 28px rgba(31,36,56,.05)}.v3-trust-cards strong{font-size:16px;margin-bottom:8px}.v3-trust-cards span{font-size:13.5px;line-height:1.55;color:var(--v3-muted)}
.v3-access{padding:80px 0;background:var(--v3-paper)}.v3-access-card{padding:56px 60px;border-radius:38px;background:linear-gradient(130deg,#2c2946,#5f50b5);color:#fff;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:50px;align-items:center;box-shadow:0 28px 70px rgba(57,45,118,.24)}.v3-access-card .v3-kicker{color:#cfc6ff}.v3-access-card h2{color:#fff;font-size:clamp(32px,4vw,50px);line-height:1.12;margin:14px 0}.v3-access-card p{color:rgba(255,255,255,.75);font-size:16px;line-height:1.7;margin:0;max-width:750px}.v3-access-actions{display:grid;gap:11px;min-width:220px}.v3-access-small{text-align:center;color:rgba(255,255,255,.78)!important;text-decoration:none!important;font-size:12px;font-weight:750}
.v3-final{padding:110px 0 120px}.v3-final-inner{text-align:center;max-width:850px}.v3-final h2{font-size:clamp(38px,5vw,66px);line-height:1.07;margin:15px auto}.v3-final p{font-size:19px;line-height:1.65;color:var(--v3-muted);max-width:690px;margin:0 auto 28px}.v3-final small{display:block;max-width:720px;margin:24px auto 0;color:#8790a2;font-size:11.5px;line-height:1.55}

/* Story Time library */
































/* Story reader rebuilt visually */
body.theater{background:#f2effa!important}



























.tap-word.tap-active,.tap-word.marker-active{background:var(--v3-yellow)!important;color:var(--v3-ink)!important}

#storyEndOverlay .end-card{max-width:560px!important;border-radius:34px!important;padding:38px!important;background:#fffdf9!important;box-shadow:0 30px 90px rgba(11,15,30,.28)!important;border:1px solid rgba(255,255,255,.8)!important}
#storyEndOverlay .end-card h2{font-size:34px!important;color:var(--v3-ink)!important}
#storyEndOverlay .end-card p{color:var(--v3-muted)!important}
#storyEndOverlay button,#storyEndOverlay a{border-radius:999px!important;font-family:var(--v3-font)!important;font-weight:850!important}

/* Talk & Play: app-first, reduced clutter */


























/* Speech Practice */
body.page-template-page-speech-practice-php .sp-page{background:var(--v3-paper)!important;color:var(--v3-ink)!important}
body.page-template-page-speech-practice-php .sp-container{max-width:var(--v3-max)!important;padding-inline:20px!important}
body.page-template-page-speech-practice-php .sp-hero{padding:76px 0 62px!important;background:radial-gradient(circle at 75% 15%,#dff3ff,transparent 34%),linear-gradient(180deg,#f9f7ff,#fffdf9)!important;border:0!important;text-align:left!important}
body.page-template-page-speech-practice-php .sp-hero h1{font-size:clamp(42px,6vw,72px)!important;line-height:1.04!important;max-width:850px!important;margin:15px 0!important;font-weight:850!important}
body.page-template-page-speech-practice-php .sp-hero>div>p,body.page-template-page-speech-practice-php .sp-lead{max-width:760px!important;font-size:18px!important;line-height:1.7!important;color:var(--v3-muted)!important}
body.page-template-page-speech-practice-php .sp-eyebrow{color:var(--v3-purple)!important;font-size:11px!important;letter-spacing:.11em!important}
body.page-template-page-speech-practice-php .sp-actions{justify-content:flex-start!important;gap:10px!important}
body.page-template-page-speech-practice-php .sp-btn{min-height:50px!important;border-radius:999px!important;font-weight:850!important;background:#fff!important;border:1px solid var(--v3-line)!important;color:var(--v3-ink)!important;box-shadow:0 8px 18px rgba(31,36,56,.05)!important}
body.page-template-page-speech-practice-php .sp-btn.primary{background:var(--v3-purple)!important;color:#fff!important;border-color:transparent!important}
body.page-template-page-speech-practice-php .sp-trust{justify-content:flex-start!important;gap:8px!important}.sp-trust span{border:1px solid var(--v3-line)!important;background:rgba(255,255,255,.78)!important;border-radius:999px!important;color:var(--v3-muted)!important}
body.page-template-page-speech-practice-php .sp-hunter-note,body.page-template-page-speech-practice-php .sp-alert{border-radius:20px!important;border:1px solid var(--v3-line)!important;background:rgba(255,255,255,.78)!important;color:var(--v3-muted)!important;box-shadow:none!important}
body.page-template-page-speech-practice-php .sp-section{padding:72px 0!important;background:transparent!important}
body.page-template-page-speech-practice-php .sp-app{display:grid!important;grid-template-columns:minmax(250px,.38fr) minmax(0,.62fr)!important;gap:20px!important;align-items:start!important}
body.page-template-page-speech-practice-php .sp-card,body.page-template-page-speech-practice-php .sp-app>*{border-radius:30px!important;border:1px solid var(--v3-line)!important;background:#fff!important;box-shadow:var(--v3-shadow-soft)!important}
body.page-template-page-speech-practice-php .sp-sound-grid{gap:8px!important;padding:18px!important}
body.page-template-page-speech-practice-php .sp-sound{min-height:58px!important;border-radius:16px!important;background:var(--v3-cream)!important;border:1px solid transparent!important;color:var(--v3-ink)!important;font-weight:850!important}
body.page-template-page-speech-practice-php .sp-sound[aria-selected="true"]{background:var(--v3-purple)!important;color:#fff!important;box-shadow:0 9px 22px rgba(111,91,211,.22)!important}
body.page-template-page-speech-practice-php .sp-practice-head{padding:26px!important;background:linear-gradient(145deg,#f2eeff,#fff)!important;border-radius:28px 28px 0 0!important}
body.page-template-page-speech-practice-php .sp-big-sound{width:84px!important;height:84px!important;border-radius:25px!important;background:var(--v3-purple)!important;color:#fff!important;font-size:42px!important;box-shadow:0 12px 25px rgba(111,91,211,.22)!important}
body.page-template-page-speech-practice-php .sp-step-grid{gap:10px!important}.sp-step{border-radius:19px!important;background:var(--v3-cream)!important;border:0!important}
body.page-template-page-speech-practice-php .sp-model-box,body.page-template-page-speech-practice-php .sp-routine{border-radius:22px!important;background:#fff!important;border:1px solid var(--v3-line)!important}
body.page-template-page-speech-practice-php .sp-chip{border-radius:999px!important;background:var(--v3-purple-soft)!important;border:0!important;color:var(--v3-purple-dark)!important;font-weight:800!important}
body.page-template-page-speech-practice-php .sp-mini-grid{gap:14px!important}.sp-mini{border-radius:22px!important;border:1px solid var(--v3-line)!important;background:#fff!important}
body.page-template-page-speech-practice-php .sp-cta{border-radius:34px!important;background:linear-gradient(130deg,#2b2944,#5f50b5)!important;padding:48px!important}

/* Printables */
body.page-template-page-printables-php .yp-page{background:var(--v3-paper)!important;color:var(--v3-ink)!important}
body.page-template-page-printables-php .yp-container{max-width:var(--v3-max)!important;padding-inline:20px!important}
body.page-template-page-printables-php .yp-hero{padding:78px 0 66px!important;background:radial-gradient(circle at 78% 12%,#ffe8d8,transparent 34%),linear-gradient(180deg,#fff8f1,#fffdf9)!important;text-align:left!important}
body.page-template-page-printables-php .yp-hero h1{font-size:clamp(42px,6vw,70px)!important;line-height:1.04!important;max-width:900px!important;margin:15px 0!important;font-weight:850!important}
body.page-template-page-printables-php .yp-lead{font-size:18px!important;line-height:1.7!important;color:var(--v3-muted)!important;max-width:800px!important;margin:0!important}
body.page-template-page-printables-php .yp-actions{justify-content:flex-start!important;gap:10px!important;margin-top:26px!important}
body.page-template-page-printables-php .yp-btn{min-height:50px!important;padding:0 19px!important;border-radius:999px!important;background:#fff!important;border:1px solid var(--v3-line)!important;color:var(--v3-ink)!important;font-weight:850!important;box-shadow:0 8px 20px rgba(31,36,56,.05)!important}
body.page-template-page-printables-php .yp-btn.primary{background:var(--v3-purple)!important;color:#fff!important;border-color:transparent!important}
body.page-template-page-printables-php .yp-section{padding:72px 0!important}
body.page-template-page-printables-php .yp-grid{gap:18px!important}
body.page-template-page-printables-php .yp-card{border-radius:28px!important;border:1px solid var(--v3-line)!important;background:#fff!important;box-shadow:var(--v3-shadow-soft)!important;padding:27px!important}
body.page-template-page-printables-php .yp-card h2{font-size:24px!important;margin-top:0!important}
body.page-template-page-printables-php .yp-free-badge{display:inline-flex!important;border:0!important;background:var(--v3-mint)!important;color:#237550!important;border-radius:999px!important;font-size:10px!important;letter-spacing:.05em!important;text-transform:uppercase!important}
body.page-template-page-printables-php .yp-print-grid{gap:22px!important}
body.page-template-page-printables-php .yp-print-sheet{box-shadow:0 14px 40px rgba(31,36,56,.08)!important}
body.page-template-page-printables-php .yp-sheet-print{background:var(--v3-purple)!important;color:#fff!important;border:0!important}
body.page-template-page-printables-php .yp-mini-card,body.page-template-page-printables-php .yp-practice-line{border-color:var(--v3-line)!important;background:var(--v3-cream)!important;border-radius:18px!important}
body.page-template-page-printables-php .yp-cta{border-radius:36px!important;background:linear-gradient(130deg,#2b2944,#5f50b5)!important;box-shadow:var(--v3-shadow)!important}

/* Parent resources, account, access, about, legal */
body.page-template-page-parent-resource-php .pr-hero{padding:82px 0 66px!important;background:radial-gradient(circle at 80% 16%,#dcf5e8,transparent 34%),linear-gradient(180deg,#f3fbf6,#fffdf9)!important;text-align:left!important}
body.page-template-page-parent-resource-php .pr-container,body.page-template-page-parent-account-php .acct-container,body.page-template-page-pro-php .pro-container{max-width:var(--v3-max)!important;padding-inline:20px!important}
body.page-template-page-parent-resource-php .pr-hero h1{font-size:clamp(42px,6vw,70px)!important;line-height:1.04!important;max-width:900px!important;font-weight:850!important}
body.page-template-page-parent-resource-php .pr-section{padding:76px 0!important}.pr-card,.pr-mini-card,.pr-soft-box,.pr-callout{border-radius:24px!important;border:1px solid var(--v3-line)!important;background:#fff!important;box-shadow:var(--v3-shadow-soft)!important}.pr-cta{border-radius:36px!important;background:linear-gradient(130deg,#2b2944,#5f50b5)!important}
body.page-template-page-parent-account-php .acct{background:linear-gradient(180deg,#f6f2ff,#fffdf9)!important;padding:66px 0!important}.acct-wrap{grid-template-columns:minmax(0,.8fr) minmax(420px,1.2fr)!important;gap:36px!important}.acct-card,.acct-free-box,.acct-status,.acct-step,.acct-soft{border-radius:22px!important;border:1px solid var(--v3-line)!important;background:#fff!important;box-shadow:var(--v3-shadow-soft)!important}.acct h1{font-size:clamp(40px,5vw,62px)!important;line-height:1.06!important}.acct button,.acct a{font-family:var(--v3-font)!important}.acct .primary,.acct button[type="submit"]{background:var(--v3-purple)!important;border-color:transparent!important;color:#fff!important;border-radius:999px!important}
body.page-template-page-pro-php .propage{background:var(--v3-paper)!important}.pro-hero{padding:78px 0 62px!important;background:radial-gradient(circle at 78% 15%,#dff3ff,transparent 34%),linear-gradient(180deg,#f8f6ff,#fffdf9)!important}.pro-hero h1{font-size:clamp(42px,6vw,70px)!important;line-height:1.04!important}.pro-card,.pro-soft{border-radius:28px!important;border:1px solid var(--v3-line)!important;background:#fff!important;box-shadow:var(--v3-shadow-soft)!important}.pro-card.featured{border:2px solid var(--v3-purple)!important;transform:none!important}.pro-btn{border-radius:999px!important;font-family:var(--v3-font)!important;font-weight:850!important}.pro-btn.primary{background:var(--v3-purple)!important}
.yf-about-wrap,.legal-page,.contact-page{background:var(--v3-paper)!important}.yf-about-wrap .yf-container{max-width:900px!important}.yf-about-wrap h1{font-size:clamp(42px,6vw,68px)!important}.yf-about-wrap .yf-section{border-radius:28px!important;background:#fff!important;border:1px solid var(--v3-line)!important;box-shadow:var(--v3-shadow-soft)!important;margin:20px 0!important;padding:30px!important}

/* Generic cards and forms */
input[type="text"],input[type="email"],input[type="password"],input[type="search"],input[type="number"],select,textarea{border:1px solid var(--v3-line)!important;border-radius:15px!important;background:#fff!important;color:var(--v3-ink)!important;min-height:48px!important;padding:11px 13px!important;box-shadow:none!important}

/* Footer */
.site-footer{background:#20243a!important;padding:66px 0 28px!important}
.footer-wrap{max-width:var(--v3-max)!important;padding:0 20px!important}.footer-grid{gap:42px!important}.footer-brand-logo{font-family:var(--v3-font)!important;font-size:20px!important}.footer-bunny{border-radius:15px!important;background:rgba(255,255,255,.1)!important}.footer-brand p{font-size:13.5px!important;line-height:1.7!important;color:#bfc7d8!important}.footer-col h4{font-family:var(--v3-font)!important;color:#bdb2ff!important;font-size:10px!important}.footer-links a{font-family:var(--v3-font)!important;font-size:13px!important;font-weight:650!important;color:#edf0f8!important}.footer-bottom{color:#9ca6bb!important;font-size:11.5px!important}

/* Responsive */
@media (max-width:1080px){
  .v3-hero-grid{grid-template-columns:1fr;gap:46px}.v3-hero-copy{text-align:center}.v3-hero-lead{margin-inline:auto}.v3-hero-actions,.v3-trust-line{justify-content:center}.v3-hero-visual{max-width:820px;margin-inline:auto}.v3-journey-grid,.v3-trust-grid{grid-template-columns:1fr;gap:48px}.v3-access-card{grid-template-columns:1fr}.v3-access-actions{display:flex;flex-wrap:wrap;align-items:center}.v3-access-small{padding:15px}
  
  
  
  
  
  body.page-template-page-speech-practice-php .sp-app{grid-template-columns:1fr!important}
  .acct-wrap{grid-template-columns:1fr!important}
}
@media (max-width:760px){
  .v3-container{width:min(100% - 28px,var(--v3-max))}
  .v3-hero{padding:54px 0 76px}.v3-hero h1{font-size:clamp(43px,13vw,62px)}.v3-hero-lead{font-size:17px}.v3-hero-actions{display:grid}.v3-btn{width:100%}.v3-float-card{display:none}.v3-hero-visual picture{padding:9px;border-radius:26px}.v3-hero-visual img{border-radius:19px;aspect-ratio:1.18/1}
  .v3-quick,.v3-journey,.v3-story-preview,.v3-trust{padding:76px 0}.v3-path-grid{grid-template-columns:1fr}.v3-path-card{min-height:0;padding:24px;grid-template-columns:52px 1fr;gap:16px}.v3-path-number{font-size:38px}.v3-card-arrow{display:none}.v3-path-card h3{font-size:23px}.v3-section-heading-split{display:block}.v3-section-heading-split .v3-btn{margin-top:18px}
  .v3-preview-grid{grid-template-columns:1fr}.v3-story-tile,.v3-story-tile:not(.v3-story-large){min-height:430px}.v3-trust-cards{grid-template-columns:1fr 1fr}.v3-trust-cards article{min-height:145px;padding:20px}.v3-access-card{padding:36px 24px;border-radius:30px}.v3-access-actions{display:grid}.v3-final{padding:80px 0 90px}
  .y-header-inner{padding:8px 14px!important;min-height:64px!important}.y-logo{width:40px!important;height:40px!important}.y-title{font-size:14px!important}.y-sub{display:none!important}
  .page-header:before{margin-inline:auto!important}.page-header h1{font-size:clamp(38px,12vw,54px)!important}.page-header p{font-size:16px!important}
  
  
  .story-counter-nav{position:sticky!important;bottom:8px!important;z-index:90!important;border-radius:21px!important;padding:9px!important;grid-template-columns:52px 1fr 52px!important}
  
  body.page-template-page-speech-practice-php .sp-hero,body.page-template-page-printables-php .yp-hero,body.page-template-page-parent-resource-php .pr-hero{padding:58px 0 48px!important;text-align:center!important}.sp-actions,.yp-actions{justify-content:center!important}.sp-btn,.yp-btn{width:100%!important}.sp-trust{justify-content:center!important}.sp-section,.yp-section{padding:52px 0!important}.sp-practice-head{display:grid!important;text-align:center!important;justify-items:center!important}.sp-big-sound{width:74px!important;height:74px!important}.sp-step-grid{grid-template-columns:1fr!important}.yp-grid,.yp-grid.three,.yp-print-grid{grid-template-columns:1fr!important}.yp-card{padding:22px!important}
  .site-footer{padding-top:50px!important}.footer-grid{gap:30px!important}.footer-bottom{text-align:center!important;align-items:center!important}
}
@media (max-width:480px){
  .v3-trust-cards{grid-template-columns:1fr}.v3-story-tile,.v3-story-tile:not(.v3-story-large){min-height:380px}.v3-story-overlay{padding:24px}.v3-journey-steps li{grid-template-columns:44px 1fr;padding:17px}.v3-journey-steps li>span{width:38px;height:38px}
}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}

/* =========================================================
   Legacy reader rules removed in 6.1
   ========================================================= */
body.theater{overflow:hidden!important;background:#f4f2f8!important}
body.theater .y-header,body.theater .site-footer,body.theater footer{display:none!important}
























/* iPad portrait and smaller: image above, reading panel below. */


/* iPhone and compact screens */


/* Very short landscape phones */


/* =========================================================
   Practice and printables refinements
   ========================================================= */
body.page-template-page-speech-practice-php .sp-hero-simple{
  padding:52px 0 28px!important;text-align:center!important;background:linear-gradient(180deg,#f7f4ff,#fbfaf7)!important;
}
body.page-template-page-speech-practice-php .sp-hero-simple h1{max-width:900px!important;margin:12px auto 14px!important;font-size:clamp(36px,5.4vw,62px)!important}
body.page-template-page-speech-practice-php .sp-hero-simple .sp-lead{max-width:690px!important;margin:0 auto!important;font-size:18px!important}
body.page-template-page-speech-practice-php .sp-hero-simple .sp-actions{justify-content:center!important;margin-top:20px!important}
body.page-template-page-speech-practice-php .sp-simple-note{margin:15px auto 0!important;font-size:13px!important;max-width:720px!important}
body.page-template-page-speech-practice-php .sp-access-simple{max-width:820px!important;margin:20px auto 0!important;padding:14px 16px!important;border-radius:18px!important;box-shadow:none!important}
body.page-template-page-speech-practice-php .sp-main-section{padding:34px 0 58px!important}
body.page-template-page-speech-practice-php .sp-app-simple{grid-template-columns:minmax(250px,300px) minmax(0,1fr)!important;gap:18px!important}
body.page-template-page-speech-practice-php .sp-sound-picker{position:sticky!important;top:88px!important;padding:16px!important;border-radius:24px!important}
body.page-template-page-speech-practice-php .sp-sound-picker .sp-sound-grid{padding:0!important;gap:7px!important;max-height:calc(100dvh - 190px)!important}
body.page-template-page-speech-practice-php .sp-sound-picker .sp-sound{min-height:48px!important;border-radius:13px!important;font-size:14px!important}
body.page-template-page-speech-practice-php .sp-practice-card{padding:20px!important;border-radius:26px!important}
body.page-template-page-speech-practice-php .sp-practice-card .sp-practice-head{padding:20px!important;border-radius:20px!important;background:#f4f1ff!important}
body.page-template-page-speech-practice-php .sp-practice-card .sp-big-sound{width:72px!important;height:72px!important;border-radius:20px!important;font-size:36px!important}
body.page-template-page-speech-practice-php .sp-quick-steps>div{background:#fff!important;border:1px solid var(--v3-line)!important}
body.page-template-page-speech-practice-php .sp-model-simple,
body.page-template-page-speech-practice-php .sp-practice-group,
body.page-template-page-speech-practice-php .sp-finish-box,
body.page-template-page-speech-practice-php .sp-more-practice{border-radius:18px!important;box-shadow:none!important}
body.page-template-page-speech-practice-php .sp-practice-groups{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:12px!important}
body.page-template-page-speech-practice-php .sp-practice-group{padding:16px!important}
body.page-template-page-speech-practice-php .sp-legal-note{padding:0 0 44px!important;color:var(--v3-muted)!important;font-size:12px!important;text-align:center!important}

body.page-template-page-printables-php .yp-page{background:#fbfaf7!important}
body.page-template-page-printables-php .yp-container{width:min(1100px,calc(100% - 32px))!important;max-width:none!important;padding:0!important}
body.page-template-page-printables-php .yp-hero{padding:58px 0 28px!important;text-align:center!important;background:linear-gradient(180deg,#f7f4ff,#fbfaf7)!important}
body.page-template-page-printables-php .yp-hero h1{font-size:clamp(36px,6vw,62px)!important;line-height:1.05!important;max-width:850px!important;margin:14px auto!important}
body.page-template-page-printables-php .yp-lead{max-width:680px!important;margin:0 auto!important;font-size:clamp(17px,2vw,20px)!important}
body.page-template-page-printables-php .yp-actions{justify-content:center!important;margin-top:22px!important}
body.page-template-page-printables-php .yp-section{padding:28px 0 72px!important}
body.page-template-page-printables-php .yp-picker{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:16px!important}
body.page-template-page-printables-php .yp-choice{display:flex!important;flex-direction:column!important;min-height:230px!important;background:#fff!important;border:1px solid var(--v3-line)!important;border-radius:24px!important;padding:22px!important;box-shadow:0 10px 30px rgba(31,36,56,.06)!important}
body.page-template-page-printables-php .yp-choice h2{font-size:21px!important;margin:0 0 8px!important}
body.page-template-page-printables-php .yp-choice p{font-size:15px!important;color:var(--v3-muted)!important}
body.page-template-page-printables-php .yp-choice .yp-btn{width:100%!important;margin-top:auto!important;border-radius:16px!important}
body.page-template-page-printables-php .yp-note{border-radius:18px!important;background:#f3f0ff!important;border:1px solid #ded7ff!important}
body.page-template-page-printables-php .yp-print-source{display:none!important}

@media(max-width:1050px){
  body.page-template-page-speech-practice-php .sp-app-simple{grid-template-columns:1fr!important}
  body.page-template-page-speech-practice-php .sp-sound-picker{position:static!important}
  body.page-template-page-speech-practice-php .sp-sound-picker .sp-sound-grid{grid-template-columns:repeat(8,minmax(0,1fr))!important;max-height:none!important}
  body.page-template-page-speech-practice-php .sp-practice-groups{grid-template-columns:1fr 1fr!important}
  body.page-template-page-speech-practice-php .sp-practice-group:last-child{grid-column:1/-1!important}
}
@media(max-width:900px){body.page-template-page-printables-php .yp-picker{grid-template-columns:repeat(2,minmax(0,1fr))!important}}
@media(max-width:700px){
  body.page-template-page-speech-practice-php .sp-hero-simple{padding:38px 0 22px!important}
  body.page-template-page-speech-practice-php .sp-hero-simple h1{font-size:clamp(34px,10.5vw,48px)!important}
  body.page-template-page-speech-practice-php .sp-main-section{padding:20px 0 40px!important}
  body.page-template-page-speech-practice-php .sp-practice-card{padding:10px!important;border-radius:20px!important}
  body.page-template-page-speech-practice-php .sp-practice-groups{grid-template-columns:1fr!important}
  body.page-template-page-speech-practice-php .sp-practice-group:last-child{grid-column:auto!important}
  body.page-template-page-speech-practice-php .sp-sound-picker .sp-sound-grid{grid-template-columns:repeat(5,minmax(0,1fr))!important}
  body.page-template-page-printables-php .yp-container{width:min(100% - 22px,1100px)!important}
  body.page-template-page-printables-php .yp-hero{padding:42px 0 22px!important}
  body.page-template-page-printables-php .yp-picker{grid-template-columns:1fr!important;gap:12px!important}
  body.page-template-page-printables-php .yp-choice{min-height:0!important;padding:19px!important;border-radius:20px!important}
  body.page-template-page-printables-php .yp-choice .yp-btn{margin-top:18px!important}
}
@media print{
  body.page-template-page-printables-php .yp-print-source{display:block!important}
  body.page-template-page-printables-php .yp-print-sheet{display:none!important}
  body.page-template-page-printables-php .yp-print-sheet.yuna-print-target{display:block!important}
}


/* Source consolidated: yuna-precision.css */
/*
 * Learn With Yuna 3.2 — precision and usability layer.
 * Loaded once after yuna-v3.css. Talk & Play intentionally keeps its dedicated app UI.
 */

:root{
  --yp-ink:#172033;
  --yp-muted:#667085;
  --yp-line:#e5e7eb;
  --yp-paper:#fbfaf7;
  --yp-card:#ffffff;
  --yp-purple:#6f5bd3;
  --yp-purple-dark:#5543b8;
  --yp-purple-soft:#f1eeff;
  --yp-radius:22px;
  --yp-shadow:0 12px 34px rgba(31,36,56,.08);
}

/* Accessibility and global precision */
.y-skip-link{
  position:fixed;
  left:16px;
  top:12px;
  z-index:2147483647;
  transform:translateY(-160%);
  min-height:44px;
  display:inline-flex;
  align-items:center;
  padding:0 16px;
  border-radius:12px;
  background:#172033;
  color:#fff!important;
  font-weight:800;
  text-decoration:none;
  box-shadow:0 10px 26px rgba(15,23,42,.22);
}
.y-skip-link:focus{transform:translateY(0)}

.learn-with-yuna-v31 main[id="main-content"]{scroll-margin-top:82px}
.learn-with-yuna-v31 :where(p){max-width:72ch}
.learn-with-yuna-v31 .v3-section-heading-center p,
.learn-with-yuna-v31 .v3-final p,
.learn-with-yuna-v31 .v3-hero-lead{margin-inline:auto}

/* Header: fewer, clearer choices and reliable tap targets */
.learn-with-yuna-v31 .y-header-inner{min-height:68px!important}
.learn-with-yuna-v31 .y-menu a{min-height:40px;display:inline-flex;align-items:center}
.learn-with-yuna-v31 .y-btn,.learn-with-yuna-v31 .y-hamburger{min-height:44px!important}
@media(max-width:1179px){.learn-with-yuna-v31 .y-header-inner{min-height:62px!important}}

/* Home: reduce visual noise and repeated copy */
.learn-with-yuna-v31 .v3-hero{padding-top:68px;padding-bottom:82px}
.learn-with-yuna-v31 .v3-hero h1{max-width:760px}
.learn-with-yuna-v31 .v3-path-card{min-height:230px}
.learn-with-yuna-v31 .v3-journey-steps small{line-height:1.45}
.learn-with-yuna-v31 .v3-access-card{box-shadow:none}
@media(max-width:760px){
  .learn-with-yuna-v31 .v3-hero{padding-top:44px;padding-bottom:64px}
  .learn-with-yuna-v31 .v3-quick,.learn-with-yuna-v31 .v3-journey,
  .learn-with-yuna-v31 .v3-story-preview,.learn-with-yuna-v31 .v3-trust{padding-block:62px}
}

/* =========================================================
   STORY LIBRARY — concise cards and a clean entry point
   ========================================================= */
























/* =========================================================
   FULL-SCREEN STORY READER
   Uses the complete viewport on iPhone, iPad and desktop.
   ========================================================= */
body.theater{
  overflow:hidden!important;
  overscroll-behavior:none!important;
  background:#f3f1f6!important;
}
body.theater .y-header,body.theater .site-footer,body.theater footer{display:none!important}


























/* iPad portrait and phones: image above text, both within the viewport. */




/* Admin sync remains a normal page so controls are never hidden. */


/* =========================================================
   PRACTICE SOUNDS — one clear task at a time
   ========================================================= */
body.page-template-page-speech-practice-php .sp-page{background:var(--yp-paper)!important}
body.page-template-page-speech-practice-php .sp-hero-simple{
  padding:48px 0 24px!important;
  background:linear-gradient(180deg,#f4f0ff,#fbfaf7)!important;
}
body.page-template-page-speech-practice-php .sp-hero-simple h1{
  max-width:780px!important;margin:10px auto 12px!important;font-size:clamp(38px,5.4vw,62px)!important;line-height:1.06!important;
}
body.page-template-page-speech-practice-php .sp-hero-simple .sp-lead{max-width:640px!important;font-size:17px!important;line-height:1.6!important}
body.page-template-page-speech-practice-php .sp-hero-simple .sp-actions{margin-top:18px!important}
body.page-template-page-speech-practice-php .sp-simple-note{margin-top:12px!important;color:var(--yp-muted)!important;font-size:12px!important}
body.page-template-page-speech-practice-php .sp-access-simple{
  max-width:760px!important;margin-top:16px!important;padding:12px 14px!important;border:1px solid #e4e0eb!important;background:#fff!important;
}
body.page-template-page-speech-practice-php .sp-main-section{padding:26px 0 60px!important}
body.page-template-page-speech-practice-php .sp-app-simple{max-width:1180px!important;grid-template-columns:260px minmax(0,1fr)!important;gap:14px!important}
body.page-template-page-speech-practice-php .sp-sound-picker,
body.page-template-page-speech-practice-php .sp-practice-card{
  border:1px solid #e6e2ea!important;background:#fff!important;box-shadow:0 8px 24px rgba(31,36,56,.055)!important;
}
body.page-template-page-speech-practice-php .sp-sound-picker{top:78px!important;padding:14px!important;border-radius:20px!important}
body.page-template-page-speech-practice-php .sp-panel-heading h2{font-size:18px!important}
body.page-template-page-speech-practice-php .sp-panel-heading p{font-size:12px!important}
body.page-template-page-speech-practice-php .sp-sound-grid{gap:6px!important}
body.page-template-page-speech-practice-php .sp-sound{min-height:46px!important;border-radius:12px!important}
body.page-template-page-speech-practice-php .sp-practice-card{padding:16px!important;border-radius:22px!important}
body.page-template-page-speech-practice-php .sp-practice-head{
  grid-template-columns:72px minmax(0,1fr) auto!important;gap:14px!important;padding:17px!important;border-radius:17px!important;background:var(--yp-purple-soft)!important;
}
body.page-template-page-speech-practice-php .sp-big-sound{width:64px!important;height:64px!important;border-radius:17px!important;font-size:32px!important}
body.page-template-page-speech-practice-php .sp-practice-title{font-size:24px!important}
body.page-template-page-speech-practice-php .sp-listen-main{min-width:108px!important}
body.page-template-page-speech-practice-php .sp-quick-steps{gap:7px!important;margin:10px 0!important}
body.page-template-page-speech-practice-php .sp-quick-steps>div{padding:11px!important;border-radius:14px!important}
body.page-template-page-speech-practice-php .sp-quick-steps span{font-size:12px!important}
body.page-template-page-speech-practice-php .sp-model-simple{padding:14px!important}
body.page-template-page-speech-practice-php .sp-practice-groups{gap:9px!important;margin-top:10px!important}
body.page-template-page-speech-practice-php .sp-practice-group{padding:13px!important;border-radius:15px!important}
body.page-template-page-speech-practice-php .sp-practice-group h3{font-size:17px!important}
body.page-template-page-speech-practice-php .sp-practice-group p{font-size:12px!important}
body.page-template-page-speech-practice-php .sp-chip{min-height:40px!important;border-radius:12px!important;font-size:12px!important}
body.page-template-page-speech-practice-php .sp-finish-box{margin-top:10px!important;padding:14px!important}
body.page-template-page-speech-practice-php .sp-more-practice{margin-top:10px!important;padding:12px!important}
@media(max-width:980px){
  body.page-template-page-speech-practice-php .sp-app-simple{grid-template-columns:1fr!important}
  body.page-template-page-speech-practice-php .sp-sound-picker{position:static!important}
  body.page-template-page-speech-practice-php .sp-sound-grid{grid-template-columns:repeat(8,minmax(0,1fr))!important;max-height:none!important}
}
@media(max-width:700px){
  body.page-template-page-speech-practice-php .sp-hero-simple{padding:34px 0 20px!important}
  body.page-template-page-speech-practice-php .sp-hero-simple h1{font-size:clamp(34px,10.4vw,46px)!important}
  body.page-template-page-speech-practice-php .sp-access-simple{display:block!important}
  body.page-template-page-speech-practice-php .sp-access-simple .sp-btn{width:100%!important;margin-top:10px!important}
  body.page-template-page-speech-practice-php .sp-container{padding-inline:10px!important}
  body.page-template-page-speech-practice-php .sp-practice-card{padding:8px!important;border-radius:17px!important}
  body.page-template-page-speech-practice-php .sp-practice-head{grid-template-columns:58px minmax(0,1fr)!important;padding:12px!important}
  body.page-template-page-speech-practice-php .sp-big-sound{width:54px!important;height:54px!important;font-size:27px!important}
  body.page-template-page-speech-practice-php .sp-practice-title{font-size:21px!important}
  body.page-template-page-speech-practice-php .sp-listen-main{grid-column:1/-1!important;width:100%!important}
  body.page-template-page-speech-practice-php .sp-sound-grid{grid-template-columns:repeat(5,minmax(0,1fr))!important}
  body.page-template-page-speech-practice-php .sp-quick-steps,.sp-practice-groups{grid-template-columns:1fr!important}
}

/* =========================================================
   PRINTABLES — six clear choices, one action per card
   ========================================================= */
body.page-template-page-printables-php .yp-page{background:var(--yp-paper)!important}
body.page-template-page-printables-php .yp-hero{
  padding:48px 0 25px!important;
  background:linear-gradient(180deg,#f4f0ff,#fbfaf7)!important;
}
body.page-template-page-printables-php .yp-hero h1{
  max-width:780px!important;margin:12px auto!important;font-size:clamp(38px,5.5vw,62px)!important;line-height:1.06!important;
}
body.page-template-page-printables-php .yp-lead{max-width:650px!important;font-size:17px!important;line-height:1.6!important}
body.page-template-page-printables-php .yp-section{padding:24px 0 62px!important}
body.page-template-page-printables-php .yp-picker{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:13px!important}
body.page-template-page-printables-php .yp-choice{
  min-height:210px!important;padding:19px!important;border:1px solid #e6e2ea!important;border-radius:20px!important;
  box-shadow:0 8px 24px rgba(31,36,56,.055)!important;
}
body.page-template-page-printables-php .yp-choice-icon{width:46px!important;height:46px!important;border-radius:14px!important;font-size:22px!important;margin-bottom:14px!important}
body.page-template-page-printables-php .yp-choice h2{font-size:19px!important;margin-bottom:6px!important}
body.page-template-page-printables-php .yp-choice p{font-size:13px!important;line-height:1.5!important}
body.page-template-page-printables-php .yp-choice .yp-btn{
  min-height:44px!important;margin-top:16px!important;border-radius:13px!important;font-size:13px!important;
}
body.page-template-page-printables-php .yp-note{max-width:850px!important;margin:18px auto 0!important;padding:13px 15px!important;font-size:13px!important}
body.page-template-page-printables-php .yp-print-footer{margin-top:20px!important;font-size:13px!important}
@media(max-width:900px){body.page-template-page-printables-php .yp-picker{grid-template-columns:repeat(2,minmax(0,1fr))!important}}
@media(max-width:620px){
  body.page-template-page-printables-php .yp-hero{padding:34px 0 20px!important}
  body.page-template-page-printables-php .yp-hero h1{font-size:clamp(34px,10.4vw,46px)!important}
  body.page-template-page-printables-php .yp-picker{grid-template-columns:1fr!important;gap:9px!important}
  body.page-template-page-printables-php .yp-choice{
    min-height:0!important;padding:14px!important;display:grid!important;grid-template-columns:44px minmax(0,1fr) auto!important;grid-template-rows:auto auto!important;column-gap:12px!important;align-items:center!important;
  }
  body.page-template-page-printables-php .yp-choice-icon{grid-row:1/3!important;margin:0!important;width:42px!important;height:42px!important}
  body.page-template-page-printables-php .yp-choice h2{grid-column:2!important;margin:0!important;font-size:16px!important}
  body.page-template-page-printables-php .yp-choice p{grid-column:2!important;margin:3px 0 0!important;font-size:12px!important}
  body.page-template-page-printables-php .yp-choice .yp-btn{grid-column:3!important;grid-row:1/3!important;width:auto!important;min-width:68px!important;margin:0!important;padding:0 13px!important}
}

/* Fallback single story posts */
.v3-single-story{padding:48px 0 72px;background:var(--yp-paper)}
.v3-single-story .v3-container{width:min(920px,calc(100% - 28px))}
.v3-single-story-card{background:#fff;border:1px solid #e6e2ea;border-radius:24px;padding:clamp(20px,4vw,42px);box-shadow:var(--yp-shadow)}
.v3-single-story-card h1{font-size:clamp(34px,5vw,58px);line-height:1.08}
.v3-single-story-content{font-family:"Atkinson Hyperlegible",system-ui,sans-serif;font-size:clamp(20px,2.2vw,26px);line-height:1.65}



/* Keep the story byline centered below the title. */



/* Source consolidated: yuna-ui-53.css */
/* Learn With Yuna 5.3 — shared UI/UX consistency layer */
:root{--ui53-brand:#6852cf;--ui53-brand-dark:#513db5;--ui53-ink:#172033;--ui53-muted:#667085;--ui53-line:#e5e7eb;--ui53-soft:#f6f3ff;--ui53-radius:13px;--ui53-card-radius:22px;--ui53-shadow:0 12px 34px rgba(31,36,56,.07)}
body.learn-with-yuna-v31{color:var(--ui53-ink);background:#fff}
body.learn-with-yuna-v31 :where(a,button,input,select,textarea,summary){-webkit-tap-highlight-color:transparent}
body.learn-with-yuna-v31 :where(a,button,input,select,textarea,summary):focus-visible{outline:3px solid rgba(104,82,207,.28)!important;outline-offset:3px!important}
body.learn-with-yuna-v31 :where(input[type="text"],input[type="email"],input[type="password"],input[type="search"],input[type="url"],input[type="tel"],select,textarea){min-height:48px;border:1px solid #d9dde5!important;border-radius:12px!important;background:#fff!important;color:var(--ui53-ink)!important;box-shadow:none!important;font-size:16px!important;transition:border-color .15s ease,box-shadow .15s ease}
body.learn-with-yuna-v31 :where(input[type="text"],input[type="email"],input[type="password"],input[type="search"],input[type="url"],input[type="tel"],select,textarea):focus{border-color:#806ad8!important;box-shadow:0 0 0 4px rgba(104,82,207,.11)!important;outline:none!important}
body.learn-with-yuna-v31 textarea{min-height:120px;padding:12px 14px!important}




body.learn-with-yuna-v31 :where(.pr-btn.ghost,.sp-btn.ghost,.yf-btn.ghost,.yuna-404__btn--ghost,.yuna-btn.ghost,.btn-ghost){background:transparent!important;color:var(--ui53-ink)!important}
body.learn-with-yuna-v31 :where(.ys-card,.pr-card,.pr-mini-card,.yp-choice,.yg-article,.acct-card,.acct-panel,.spack-card,.yf-contact-card,.yf-legal-card,.post-summary,.single-post-article){border-color:var(--ui53-line)!important;border-radius:var(--ui53-card-radius)!important;box-shadow:var(--ui53-shadow)!important}
body.learn-with-yuna-v31 :where(.pr-card,.yp-choice,.spack-card,.post-summary){transition:transform .17s ease,box-shadow .17s ease!important}
body.learn-with-yuna-v31 :where(.pr-card,.yp-choice,.spack-card,.post-summary):hover{transform:translateY(-2px)!important;box-shadow:0 16px 40px rgba(31,36,56,.09)!important}
body.learn-with-yuna-v31 :where(.yf-legal-card,.yf-contact-card,.ys-card){max-width:960px}
body.learn-with-yuna-v31 :where(.yf-legal-section,.ys-section) p{color:var(--ui53-muted)}






body.learn-with-yuna-v31 .sp-card{border-radius:22px!important;box-shadow:var(--ui53-shadow)!important}
body.learn-with-yuna-v31 .sp-chip{min-height:43px!important;border-radius:12px!important}
body.learn-with-yuna-v31 .acct-google-btn{min-height:46px;border-radius:12px!important;overflow:hidden}
body.learn-with-yuna-v31 .yf-contact-card form button[type="submit"]{min-height:48px;border-radius:13px!important;background:var(--ui53-brand)!important;color:#fff!important;font-weight:800!important}
body.learn-with-yuna-v31 .read-more-btn{margin-top:auto}
body.learn-with-yuna-v31 .site-main>.container,body.learn-with-yuna-v31 .blog-container,body.learn-with-yuna-v31 .main-content-area{width:min(1120px,calc(100% - 32px));margin-inline:auto}
body.learn-with-yuna-v31 .entry-content :where(a:not(.btn)){color:#5844b3;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px}
@media(max-width:640px){body.learn-with-yuna-v31 :where(.ys-actions,.yp-actions,.yg-actions,.pr-hero-actions,.pr-cta-actions,.spack-actions,.yf-actions) :where(a,button){width:100%!important}body.learn-with-yuna-v31 :where(.yf-legal-card,.yf-contact-card,.ys-card){border-radius:18px!important;box-shadow:none!important}}
@media(prefers-reduced-motion:reduce){body.learn-with-yuna-v31 *{scroll-behavior:auto!important}body.learn-with-yuna-v31 :where(a,button,.pr-card,.yp-choice,.spack-card,.post-summary){transition:none!important}}

body.learn-with-yuna-v31 :where(button,a)[aria-disabled="true"],body.learn-with-yuna-v31 button:disabled{opacity:.48!important;cursor:not-allowed!important;transform:none!important;box-shadow:none!important}


/* 6.3.0 — clear, low-key tactile controls */
:root{--yuna-primary:#6657b8;--yuna-primary-dark:#4f438f;--yuna-ink:#202536;--yuna-line:#e4e6ed;--yuna-surface:#fff;--yuna-soft:#f7f6fb}
:is(.y-btn,.lwy6-tool,.lwy6-btn,.yp-btn,.sp-btn,.yg-btn,.spack-btn){-webkit-tap-highlight-color:transparent;touch-action:manipulation}
:is(.y-btn,.lwy6-btn,.yp-btn,.sp-btn,.yg-btn,.spack-btn){min-height:46px;border-radius:14px!important;border:1px solid #d6d8e1!important;background:linear-gradient(180deg,#fff,#f3f3f7)!important;color:var(--yuna-ink)!important;box-shadow:0 4px 0 #cfd1da,0 8px 18px rgba(31,36,56,.08)!important;font-weight:800!important;transition:transform .1s ease,box-shadow .1s ease!important}
:is(.y-btn,.lwy6-btn,.yp-btn,.sp-btn,.yg-btn,.spack-btn):active{transform:translateY(3px)!important;box-shadow:0 1px 0 #cfd1da,0 3px 8px rgba(31,36,56,.08)!important}
:is(.y-btn,.lwy6-btn,.yp-btn,.sp-btn,.yg-btn,.spack-btn).primary,.y-cta{background:linear-gradient(180deg,#7567c8,#5d4fa9)!important;color:#fff!important;border-color:#56499c!important;box-shadow:0 4px 0 #473d82,0 8px 18px rgba(79,67,143,.20)!important}
:is(a,button):focus-visible{outline:3px solid rgba(102,87,184,.28)!important;outline-offset:3px!important}
@media(prefers-reduced-motion:reduce){:is(.y-btn,.lwy6-btn,.yp-btn,.sp-btn,.yg-btn,.spack-btn){transition:none!important}}
