:root {
  /* English Inner World logo identity */
  --eiw-logo-navy: #03313D;
  --eiw-logo-deep-teal: #008080;
  --eiw-logo-teal: #009999;
  --eiw-logo-aqua: #44C0C5;
  --eiw-logo-cyan: #20CFCF;
  --eiw-bg: #F8FCFC;
  --eiw-surface: #ffffff;
  --eiw-soft: #EFF9F9;
  --eiw-soft-2: #F3FAFA;
  --eiw-ink: #03313D;
  --eiw-muted: #5D7479;
  --eiw-line: rgba(3,49,61,.12);
  --eiw-brand: #008080;
  --eiw-brand-strong: #06444A;
  --eiw-brand-soft: #DDF4F4;
  --eiw-warm: #44C0C5;
  --eiw-deep: #03313D;
  --eiw-shadow: 0 20px 60px rgba(3,49,61,.09);
  --eiw-radius: 26px;
  --eiw-shell: 1180px;
}

html { scroll-behavior: smooth; }
.screen-reader-text {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0,0,0,0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

body.eiw-conversion-home {
  margin: 0 !important;
  background: var(--eiw-bg) !important;
  color: var(--eiw-ink) !important;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body.eiw-conversion-home * { box-sizing: border-box; }
body.eiw-conversion-home img { max-width: 100%; height: auto; }
body.eiw-conversion-home a { color: inherit; text-decoration: none; }
body.eiw-conversion-home h1,
body.eiw-conversion-home h2,
body.eiw-conversion-home h3,
body.eiw-conversion-home p { margin-top: 0; }
body.eiw-conversion-home p { font-weight: 400; }

.eiw-shell { width: min(calc(100% - 48px), var(--eiw-shell)); margin-inline: auto; }
.eiw-skip-link { position: fixed; top: 8px; left: 8px; z-index: 999999; transform: translateY(-160%); background: #fff; padding: 10px 14px; border-radius: 8px; }
.eiw-skip-link:focus { transform: translateY(0); }

.eiw-hc-header {
  position: sticky; top: 0; z-index: 9998;
  background: rgba(248,252,252,.9);
  border-bottom: 1px solid transparent;
  backdrop-filter: blur(16px);
  transition: box-shadow .25s ease, border-color .25s ease;
}
.eiw-hc-header.is-scrolled { border-bottom-color: var(--eiw-line); box-shadow: 0 10px 30px rgba(3,49,61,.05); }
.admin-bar .eiw-hc-header { top: 32px; }
.eiw-hc-header__inner { min-height: 76px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 30px; }
.eiw-brand { display: inline-flex; align-items: center; gap: 10px; min-width: max-content; }
.eiw-brand img { display: block; width: auto; max-width: 190px; max-height: 48px; object-fit: contain; }
.eiw-brand__mark { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 50%; background: var(--eiw-brand); color: #fff; font-size: 13px; font-weight: 700; letter-spacing: .08em; }
.eiw-brand__text { font-size: 15px; font-weight: 650; letter-spacing: -.01em; }
.eiw-hc-nav { display: flex; justify-content: center; align-items: center; gap: 26px; }
.eiw-hc-nav a, .eiw-login-link, .eiw-lang-link { color: #3E5C62; font-size: 14px; font-weight: 500; transition: color .2s ease; }
.eiw-hc-nav a:hover, .eiw-login-link:hover, .eiw-lang-link:hover { color: var(--eiw-brand); }
.eiw-hc-actions { display: flex; align-items: center; gap: 16px; }
.eiw-lang-link { padding-right: 12px; border-right: 1px solid var(--eiw-line); font-size: 12px; letter-spacing: .06em; }
.eiw-menu-toggle { display: none; border: 0; background: transparent; padding: 10px; cursor: pointer; }
.eiw-menu-toggle > span:not(.screen-reader-text) { display: block; width: 24px; height: 2px; margin: 5px 0; background: var(--eiw-ink); border-radius: 2px; }

.eiw-btn { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 22px; border-radius: 999px; font-size: 15px; font-weight: 650; line-height: 1.2; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.eiw-btn:hover { transform: translateY(-1px); }
.eiw-btn--small { min-height: 42px; padding-inline: 18px; background: var(--eiw-brand); color: #fff !important; }
.eiw-btn--primary { background: var(--eiw-brand); color: #fff !important; box-shadow: 0 12px 26px rgba(0,128,128,.22); }
.eiw-btn--primary:hover, .eiw-btn--small:hover { background: var(--eiw-brand-strong); }
.eiw-btn--ghost { border: 1px solid var(--eiw-line); background: rgba(255,255,255,.65); color: var(--eiw-ink) !important; }
.eiw-btn--card { width: 100%; background: var(--eiw-ink); color: #fff !important; margin-top: auto; }

.eiw-eyebrow { margin-bottom: 16px; color: var(--eiw-brand); font-size: 12px; line-height: 1.4; font-weight: 700 !important; letter-spacing: .13em; text-transform: uppercase; }
.eiw-hero { padding: 74px 0 96px; overflow: hidden; }
.eiw-hero__grid { display: grid; grid-template-columns: minmax(0,1.08fr) minmax(420px,.92fr); align-items: center; gap: 72px; }
.eiw-hero h1 { max-width: 720px; margin-bottom: 24px; color: var(--eiw-ink); font-size: clamp(48px,5.4vw,72px); line-height: 1.03; font-weight: 640; letter-spacing: -.045em; }
.eiw-hero h1 em { color: var(--eiw-brand); font-family: Georgia, "Times New Roman", serif; font-weight: 500; }
.eiw-hero__lead { margin-bottom: 8px; color: var(--eiw-ink); font-size: 21px; font-weight: 500 !important; }
.eiw-hero__body { max-width: 690px; margin-bottom: 30px; color: var(--eiw-muted); font-size: 18px; line-height: 1.65; }
.eiw-hero__body strong { color: var(--eiw-ink); font-weight: 600; }
.eiw-hero__actions { display: flex; align-items: center; flex-wrap: wrap; gap: 12px; }
.eiw-trust-row { display: flex; flex-wrap: wrap; gap: 8px 18px; margin-top: 24px; color: #5D7479; font-size: 13px; }
.eiw-image-frame { position: relative; overflow: hidden; border-radius: 34px; background: #E8F7F7; box-shadow: var(--eiw-shadow); }
.eiw-image-frame img { display: block; width: 100%; height: 100%; object-fit: cover; }
.eiw-image-frame--hero { aspect-ratio: 4 / 4.25; }
.eiw-image-frame--hero img { object-position: 48% center; }
.eiw-hero__visual { position: relative; }
.eiw-hero__visual:before { content: ""; position: absolute; width: 260px; height: 260px; right: -80px; top: -70px; border-radius: 50%; background: var(--eiw-brand-soft); filter: blur(1px); opacity: .7; }
.eiw-hero__floating-card { position: absolute; left: -30px; bottom: 28px; display: flex; align-items: center; gap: 11px; width: min(330px, calc(100% - 28px)); padding: 15px 17px; border: 1px solid rgba(255,255,255,.7); border-radius: 18px; background: rgba(255,255,255,.91); box-shadow: 0 16px 40px rgba(3,49,61,.15); backdrop-filter: blur(12px); }
.eiw-hero__floating-card strong, .eiw-hero__floating-card small { display: block; }
.eiw-hero__floating-card strong { font-size: 14px; font-weight: 650; }
.eiw-hero__floating-card small { margin-top: 2px; color: var(--eiw-muted); font-size: 12px; }
.eiw-dot { width: 11px; height: 11px; flex: 0 0 auto; border-radius: 50%; background: #44C0C5; box-shadow: 0 0 0 6px rgba(68,192,197,.15); }

.eiw-section { padding: 108px 0; }
.eiw-section--soft { background: var(--eiw-soft); }
.eiw-section--proof { background: var(--eiw-soft-2); }
.eiw-section--deep { background: var(--eiw-deep); color: #F8FCFC; }
.eiw-section-head { max-width: 780px; margin: 0 auto 50px; text-align: center; }
.eiw-section-head h2 { margin-bottom: 18px; color: var(--eiw-ink); font-size: clamp(38px,4.2vw,54px); line-height: 1.12; font-weight: 610; letter-spacing: -.035em; }
.eiw-section-head h2 em { color: #008080; font-family: Georgia, "Times New Roman", serif; font-weight: 500; }
.eiw-section-head > p:last-child { max-width: 690px; margin: 0 auto; color: var(--eiw-muted); font-size: 18px; }
.eiw-section-head--light h2 { color: #F8FCFC; }
.eiw-section-head--light h2 em { color: #44C0C5; }
.eiw-section-head--light > p:last-child { color: rgba(232,247,247,.72); }
.eiw-section-head--light .eiw-eyebrow { color: #44C0C5; }

.eiw-problem-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.eiw-problem-card { display: flex; flex-direction: column; min-height: 405px; padding: 30px; border: 1px solid rgba(3,49,61,.1); border-radius: var(--eiw-radius); background: rgba(255,255,255,.84); box-shadow: 0 10px 30px rgba(3,49,61,.035); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.eiw-problem-card:hover { transform: translateY(-5px); border-color: rgba(0,128,128,.25); box-shadow: 0 22px 48px rgba(3,49,61,.08); }
.eiw-icon-badge { width: 52px; height: 52px; display: grid; place-items: center; margin-bottom: 24px; border-radius: 16px; background: var(--eiw-brand-soft); font-size: 23px; }
.eiw-problem-card h3 { margin-bottom: 14px; font-size: 24px; line-height: 1.25; font-weight: 600; letter-spacing: -.02em; }
.eiw-problem-card p { color: var(--eiw-muted); font-size: 15.5px; }
.eiw-problem-card .eiw-outcome { margin-top: auto; padding-top: 14px; color: #3E5C62; }
.eiw-problem-card .eiw-outcome strong { font-weight: 650; }
.eiw-card-link { display: inline-flex; margin-top: 14px; color: var(--eiw-brand); font-size: 14px; font-weight: 650; }

.eiw-course-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.eiw-course-card { position: relative; display: flex; flex-direction: column; min-height: 520px; overflow: hidden; padding: 30px; border: 1px solid var(--eiw-line); border-radius: 30px; background: #fff; box-shadow: 0 12px 36px rgba(3,49,61,.04); }
.eiw-course-card:before { content: ""; position: absolute; width: 140px; height: 140px; top: -58px; right: -48px; border-radius: 50%; opacity: .66; }
.eiw-course-card--communication:before { background: #DDF4F4; }
.eiw-course-card--ipa:before { background: #E8F7F7; }
.eiw-course-card--travel:before { background: #EAF8F8; }
.eiw-course-card__top { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 24px; }
.eiw-course-number { color: #7B9094; font-size: 12px; font-weight: 700; letter-spacing: .14em; }
.eiw-course-kicker { color: var(--eiw-brand); font-size: 11px; line-height: 1.4; font-weight: 700; letter-spacing: .09em; text-align: right; }
.eiw-course-card h3 { margin-bottom: 15px; font-size: 27px; line-height: 1.19; font-weight: 600; letter-spacing: -.025em; }
.eiw-course-card > p { margin-bottom: 22px; color: var(--eiw-muted); font-size: 15.5px; }
.eiw-course-flow { margin-bottom: 26px; padding: 16px; border-radius: 16px; background: #F8FCFC; color: #3E5C62; font-size: 12.5px; font-weight: 550; text-align: center; }
.eiw-course-flow span { margin-inline: 4px; color: #7B9094; }
.eiw-price { display: flex; align-items: baseline; gap: 9px; margin: auto 0 22px; }
.eiw-price del { color: #7B9094; font-size: 14px; }
.eiw-price strong { font-size: 26px; font-weight: 650; letter-spacing: -.02em; }

.eiw-method-flow { display: grid; grid-template-columns: repeat(4,1fr); gap: 1px; overflow: hidden; border: 1px solid rgba(255,255,255,.12); border-radius: 28px; background: rgba(255,255,255,.12); }
.eiw-method-step { min-height: 340px; padding: 30px 26px; background: #06444A; }
.eiw-method-step__number { display: block; margin-bottom: 60px; color: rgba(255,255,255,.38); font-size: 12px; font-weight: 650; letter-spacing: .12em; }
.eiw-method-step__word { display: block; margin-bottom: 12px; color: #44C0C5; font-size: 12px; font-weight: 750; letter-spacing: .14em; }
.eiw-method-step h3 { margin-bottom: 12px; color: #fff; font-size: 22px; line-height: 1.25; font-weight: 570; }
.eiw-method-step p { margin-bottom: 0; color: rgba(232,247,247,.68); font-size: 14.5px; }

.eiw-demo-layout { display: grid; grid-template-columns: minmax(0,1.05fr) minmax(360px,.95fr); align-items: center; gap: 72px; }
.eiw-practice-ui { overflow: hidden; padding: 0 24px 24px; border: 1px solid var(--eiw-line); border-radius: 28px; background: #fff; box-shadow: var(--eiw-shadow); }
.eiw-practice-ui__chrome { display: flex; align-items: center; gap: 6px; margin: 0 -24px 22px; padding: 12px 16px; background: #F3FAFA; border-bottom: 1px solid var(--eiw-line); }
.eiw-practice-ui__chrome > span { width: 8px; height: 8px; border-radius: 50%; background: #CDEEEE; }
.eiw-practice-ui__chrome small { margin-left: 8px; color: #6C8388; font-size: 10px; }
.eiw-practice-ui__video { min-height: 190px; display: flex; align-items: center; justify-content: center; gap: 16px; padding: 26px; border-radius: 20px; background: linear-gradient(135deg,#DDF4F4,#EFF9F9); text-align: left; }
.eiw-play { width: 54px; height: 54px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 50%; background: #fff; color: var(--eiw-brand); box-shadow: 0 8px 22px rgba(0,128,128,.12); padding-left: 3px; }
.eiw-practice-ui__video strong, .eiw-practice-ui__video small { display: block; }
.eiw-practice-ui__video strong { font-size: 18px; }
.eiw-practice-ui__video small { margin-top: 4px; color: var(--eiw-muted); }
.eiw-transcript-demo { width: 100%; display: flex; justify-content: space-between; margin: 14px 0; padding: 13px 15px; border: 1px solid var(--eiw-line); border-radius: 12px; background: #fff; color: #3E5C62; font: inherit; font-size: 12px; }
.eiw-recorder-demo { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 14px; padding: 16px; border: 1px solid rgba(0,128,128,.18); border-radius: 16px; background: #F8FCFC; }
.eiw-recorder-demo strong, .eiw-recorder-demo small { display: block; }
.eiw-recorder-demo strong { font-size: 14px; }
.eiw-recorder-demo small { margin-top: 2px; color: var(--eiw-muted); font-size: 10px; }
.eiw-wave { display: flex; align-items: center; gap: 2px; width: 42px; height: 24px; }
.eiw-wave i { width: 3px; border-radius: 3px; background: #44C0C5; }
.eiw-wave i:nth-child(1), .eiw-wave i:nth-child(9) { height: 6px; }
.eiw-wave i:nth-child(2), .eiw-wave i:nth-child(8) { height: 11px; }
.eiw-wave i:nth-child(3), .eiw-wave i:nth-child(7) { height: 17px; }
.eiw-wave i:nth-child(4), .eiw-wave i:nth-child(6) { height: 22px; }
.eiw-wave i:nth-child(5) { height: 14px; }
.eiw-mic { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; background: var(--eiw-brand); color: #fff; font-size: 8px; }
.eiw-feedback-demo { margin-top: 14px; padding: 14px 16px; border-radius: 14px; background: #F2FAFA; }
.eiw-feedback-demo span, .eiw-feedback-demo strong { display: block; }
.eiw-feedback-demo span { margin-bottom: 4px; color: #008080; font-size: 9px; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; }
.eiw-feedback-demo strong { color: #3E5C62; font-size: 12px; font-weight: 550; }
.eiw-demo-steps { display: grid; gap: 10px; }
.eiw-demo-step { display: grid; grid-template-columns: 44px 1fr; gap: 16px; padding: 18px 0; border-bottom: 1px solid var(--eiw-line); }
.eiw-demo-step:last-child { border-bottom: 0; }
.eiw-demo-step > span { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 50%; background: var(--eiw-brand-soft); color: var(--eiw-brand); font-size: 13px; font-weight: 700; }
.eiw-demo-step h3 { margin-bottom: 3px; font-size: 19px; font-weight: 600; }
.eiw-demo-step p { margin-bottom: 0; color: var(--eiw-muted); font-size: 14.5px; }

.eiw-testimonial-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.eiw-testimonial { padding: 28px; border: 1px solid rgba(3,49,61,.1); border-radius: var(--eiw-radius); background: #fff; }
.eiw-testimonial__person { display: flex; align-items: center; gap: 12px; margin-bottom: 22px; }
.eiw-testimonial__person img, .eiw-avatar-placeholder { width: 48px; height: 48px; border-radius: 50%; object-fit: cover; }
.eiw-avatar-placeholder { display: grid; place-items: center; background: var(--eiw-brand-soft); color: var(--eiw-brand); font-weight: 700; }
.eiw-testimonial__person strong, .eiw-testimonial__person small { display: block; }
.eiw-testimonial__person strong { font-size: 14px; font-weight: 650; }
.eiw-testimonial__person small { margin-top: 2px; color: var(--eiw-muted); font-size: 11px; }
.eiw-proof-block { margin-top: 14px; padding-top: 14px; border-top: 1px solid var(--eiw-line); }
.eiw-proof-block span { display: block; margin-bottom: 5px; color: #5D7479; font-size: 9px; font-weight: 750; letter-spacing: .13em; }
.eiw-proof-block p { margin-bottom: 0; color: #526C72; font-size: 14px; }
.eiw-proof-block--after span { color: var(--eiw-brand); }
.eiw-proof-block--after p { color: var(--eiw-ink); }
.eiw-proof-empty { max-width: 780px; display: grid; grid-template-columns: 88px 1fr; align-items: center; gap: 24px; margin: 0 auto; padding: 30px; border: 1px dashed rgba(3,49,61,.18); border-radius: 24px; background: rgba(255,255,255,.7); }
.eiw-proof-empty__icon { width: 78px; height: 78px; display: grid; place-items: center; border-radius: 50%; background: #fff; color: #44C0C5; font-family: Georgia, serif; font-size: 35px; }
.eiw-proof-empty h3 { margin-bottom: 6px; font-size: 19px; font-weight: 600; }
.eiw-proof-empty p { margin-bottom: 0; color: var(--eiw-muted); font-size: 14px; }

.eiw-human-grid { display: grid; grid-template-columns: minmax(0,.9fr) minmax(440px,1.1fr); align-items: center; gap: 80px; }
.eiw-human-copy h2 { margin-bottom: 18px; font-size: clamp(38px,4.4vw,54px); line-height: 1.1; font-weight: 610; letter-spacing: -.035em; }
.eiw-human-intro { max-width: 620px; color: var(--eiw-muted); font-size: 17px; }
.eiw-human-list { margin-top: 28px; }
.eiw-human-list article { display: grid; grid-template-columns: 38px 1fr; gap: 14px; padding: 17px 0; border-top: 1px solid var(--eiw-line); }
.eiw-human-list article > span { color: #7B9094; font-size: 11px; font-weight: 700; letter-spacing: .1em; }
.eiw-human-list h3 { margin-bottom: 3px; font-size: 18px; font-weight: 600; }
.eiw-human-list p { margin-bottom: 0; color: var(--eiw-muted); font-size: 14px; }
.eiw-human-visual { position: relative; padding-bottom: 74px; }
.eiw-image-frame--community { aspect-ratio: 16/10; }
.eiw-live-card { position: absolute; right: -26px; bottom: 0; width: 58%; overflow: hidden; border: 7px solid var(--eiw-bg); border-radius: 22px; background: #fff; box-shadow: 0 18px 46px rgba(3,49,61,.17); }
.eiw-live-card img { display: block; width: 100%; aspect-ratio: 16/9; object-fit: cover; }
.eiw-live-card > div { padding: 12px 14px; }
.eiw-live-card span, .eiw-live-card strong { display: block; }
.eiw-live-card span { color: var(--eiw-brand); font-size: 9px; font-weight: 750; letter-spacing: .12em; }
.eiw-live-card strong { margin-top: 3px; font-size: 11px; font-weight: 600; }

.eiw-final-cta { padding: 120px 0; background: #E8F7F7; text-align: center; }
.eiw-final-cta__inner { max-width: 1050px; }
.eiw-final-cta h2 { max-width: 840px; margin: 0 auto 8px; font-size: clamp(42px,5vw,62px); line-height: 1.08; font-weight: 610; letter-spacing: -.04em; }
.eiw-final-cta__lead { margin-bottom: 6px; color: var(--eiw-brand); font-family: Georgia, "Times New Roman", serif; font-size: 31px; }
.eiw-final-cta__inner > p:not(.eiw-eyebrow):not(.eiw-final-cta__lead) { color: var(--eiw-muted); }
.eiw-final-options { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; margin-top: 34px; }
.eiw-final-options a { display: flex; flex-direction: column; align-items: center; min-height: 180px; padding: 24px 18px; border: 1px solid rgba(0,128,128,.11); border-radius: 22px; background: rgba(255,255,255,.78); transition: transform .2s ease, box-shadow .2s ease; }
.eiw-final-options a:hover { transform: translateY(-4px); box-shadow: 0 16px 38px rgba(3,49,61,.08); }
.eiw-final-options span { margin-bottom: 11px; font-size: 25px; }
.eiw-final-options strong { font-size: 17px; font-weight: 620; }
.eiw-final-options small { margin-top: auto; color: var(--eiw-brand); font-size: 12px; font-weight: 650; }
.eiw-final-brand { display: flex; justify-content: center; align-items: center; gap: 12px; margin-top: 36px; padding-top: 28px; border-top: 1px solid rgba(0,128,128,.12); }
.eiw-final-brand strong { font-size: 14px; }
.eiw-final-brand span { color: var(--eiw-muted); font-size: 13px; }

.eiw-hc-footer { padding: 44px 0; background: #03313D; color: #F8FCFC; }
.eiw-hc-footer__inner { display: grid; grid-template-columns: 1fr auto; align-items: start; gap: 26px; }
.eiw-hc-footer strong { display: block; margin-bottom: 4px; font-size: 16px; }
.eiw-hc-footer p { margin-bottom: 0; color: rgba(232,247,247,.62); font-size: 13px; }
.eiw-hc-footer nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 16px; }
.eiw-hc-footer nav a { color: rgba(232,247,247,.72); font-size: 12px; }
.eiw-hc-footer small { grid-column: 1 / -1; color: rgba(232,247,247,.42); font-size: 11px; }

.eiw-reveal { opacity: 0; transform: translateY(14px); transition: opacity .65s ease, transform .65s ease; }
.eiw-reveal.is-visible { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .eiw-reveal { opacity: 1; transform: none; transition: none; }
  .eiw-btn, .eiw-problem-card, .eiw-final-options a { transition: none; }
}

@media (max-width: 1080px) {
  .eiw-hc-nav { gap: 16px; }
  .eiw-hc-nav a { font-size: 13px; }
  .eiw-login-link { display: none; }
  .eiw-hero__grid { grid-template-columns: 1fr .86fr; gap: 42px; }
  .eiw-hero h1 { font-size: clamp(44px,5vw,58px); }
  .eiw-problem-card, .eiw-course-card { padding: 25px; }
  .eiw-method-step { padding: 25px 20px; }
  .eiw-human-grid { gap: 44px; }
}

@media (max-width: 900px) {
  .admin-bar .eiw-hc-header { top: 46px; }
  .eiw-hc-header__inner { grid-template-columns: 1fr auto; min-height: 68px; }
  .eiw-hc-actions { display: none; }
  .eiw-menu-toggle { display: block; }
  .eiw-hc-nav { position: absolute; top: calc(100% + 1px); left: 0; right: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 10px 24px 22px; border-bottom: 1px solid var(--eiw-line); background: rgba(248,252,252,.98); box-shadow: 0 18px 40px rgba(3,49,61,.08); }
  .eiw-hc-nav.is-open { display: flex; }
  .eiw-hc-nav a { padding: 13px 0; border-bottom: 1px solid var(--eiw-line); font-size: 15px; }
  .eiw-hc-nav a:last-child { border-bottom: 0; }
  .eiw-hero { padding-top: 50px; }
  .eiw-hero__grid { grid-template-columns: 1fr; gap: 42px; }
  .eiw-hero__copy { max-width: 760px; }
  .eiw-hero__visual { max-width: 700px; }
  .eiw-image-frame--hero { aspect-ratio: 16 / 10; }
  .eiw-hero__floating-card { left: 20px; }
  .eiw-problem-grid, .eiw-course-grid { grid-template-columns: 1fr; }
  .eiw-problem-card { min-height: 0; }
  .eiw-course-card { min-height: 0; }
  .eiw-course-flow { text-align: left; }
  .eiw-method-flow { grid-template-columns: repeat(2,1fr); }
  .eiw-method-step { min-height: 300px; }
  .eiw-method-step__number { margin-bottom: 38px; }
  .eiw-demo-layout { grid-template-columns: 1fr; gap: 42px; }
  .eiw-testimonial-grid { grid-template-columns: 1fr; }
  .eiw-human-grid { grid-template-columns: 1fr; }
  .eiw-human-visual { max-width: 760px; }
  .eiw-final-options { grid-template-columns: 1fr; }
  .eiw-final-options a { min-height: 0; display: grid; grid-template-columns: 46px 1fr auto; align-items: center; text-align: left; }
  .eiw-final-options span { margin: 0; }
  .eiw-final-options small { margin: 0; }
}

@media (max-width: 640px) {
  body.eiw-conversion-home { font-size: 16px; }
  .eiw-shell { width: min(calc(100% - 32px), var(--eiw-shell)); }
  .eiw-brand__text { font-size: 14px; }
  .eiw-brand img { max-width: 165px; max-height: 42px; }
  .eiw-hero { padding: 44px 0 70px; }
  .eiw-hero h1 { font-size: clamp(38px,11vw,48px); line-height: 1.04; }
  .eiw-hero__lead { font-size: 18px; }
  .eiw-hero__body { font-size: 16.5px; }
  .eiw-hero__actions { align-items: stretch; }
  .eiw-hero__actions .eiw-btn { width: 100%; }
  .eiw-trust-row { display: grid; gap: 6px; }
  .eiw-image-frame--hero { aspect-ratio: 4 / 3; border-radius: 24px; }
  .eiw-hero__visual:before { width: 180px; height: 180px; }
  .eiw-hero__floating-card { left: 12px; right: 12px; bottom: 12px; width: auto; }
  .eiw-section { padding: 72px 0; }
  .eiw-section-head { margin-bottom: 34px; text-align: left; }
  .eiw-section-head h2 { font-size: clamp(31px,9vw,39px); }
  .eiw-section-head > p:last-child { font-size: 16px; }
  .eiw-problem-card { padding: 23px; border-radius: 22px; }
  .eiw-problem-card h3 { font-size: 21px; }
  .eiw-course-card { padding: 24px; border-radius: 24px; }
  .eiw-course-card h3 { font-size: 24px; }
  .eiw-method-flow { grid-template-columns: 1fr; border-radius: 22px; }
  .eiw-method-step { min-height: 0; }
  .eiw-method-step__number { margin-bottom: 24px; }
  .eiw-practice-ui { padding: 0 14px 14px; border-radius: 22px; }
  .eiw-practice-ui__chrome { margin-inline: -14px; }
  .eiw-practice-ui__video { min-height: 160px; padding: 20px; }
  .eiw-recorder-demo { grid-template-columns: 1fr auto; }
  .eiw-wave { display: none; }
  .eiw-demo-step { grid-template-columns: 38px 1fr; gap: 12px; }
  .eiw-proof-empty { grid-template-columns: 1fr; padding: 22px; }
  .eiw-proof-empty__icon { width: 56px; height: 56px; font-size: 25px; }
  .eiw-human-copy h2 { font-size: clamp(31px,9vw,39px); }
  .eiw-human-visual { padding-bottom: 54px; }
  .eiw-live-card { width: 68%; right: -6px; border-width: 5px; }
  .eiw-final-cta { padding: 82px 0; }
  .eiw-final-cta h2 { font-size: clamp(35px,10vw,44px); }
  .eiw-final-cta__lead { font-size: 25px; }
  .eiw-final-options a { grid-template-columns: 38px 1fr; gap: 4px 10px; padding: 18px; }
  .eiw-final-options a small { grid-column: 2; }
  .eiw-final-brand { flex-direction: column; gap: 2px; }
  .eiw-hc-footer__inner { grid-template-columns: 1fr; }
  .eiw-hc-footer nav { justify-content: flex-start; }
  .eiw-hc-footer small { grid-column: 1; }
}

/* =========================================================
   EIW v0.8.8.9 — TYPOGRAPHY SPACING + LIVELIER UI ACCENTS
   ========================================================= */
:root {
  --eiw-accent-coral-bg: #FFF1F4;
  --eiw-accent-coral: #FF5F7B;
  --eiw-accent-blue-bg: #EEF5FF;
  --eiw-accent-blue: #4A8BFF;
  --eiw-accent-mint-bg: #EAFBF7;
  --eiw-accent-mint: #17B8A6;
  --eiw-accent-lilac-bg: #F2EDFF;
  --eiw-accent-lilac: #9A7AE7;
  --eiw-accent-gold-bg: #FFF7E6;
  --eiw-accent-gold: #D8A126;
}

body.eiw-conversion-home .eiw-hero h1,
body.eiw-conversion-home .eiw-section-head h2,
body.eiw-conversion-home .eiw-human-copy h2,
body.eiw-conversion-home .eiw-final-cta h2 {
  line-height: 1.12;
}
body.eiw-conversion-home .eiw-hero h1 em,
body.eiw-conversion-home .eiw-section-head h2 em,
body.eiw-conversion-home .eiw-final-cta__lead {
  display: inline-block;
  line-height: 1.2;
}
body.eiw-conversion-home .eiw-hero__lead,
body.eiw-conversion-home .eiw-section-head > p:last-child,
body.eiw-conversion-home .eiw-human-intro,
body.eiw-conversion-home .eiw-problem-card p,
body.eiw-conversion-home .eiw-course-card p,
body.eiw-conversion-home .eiw-demo-step p,
body.eiw-conversion-home .eiw-human-list p,
body.eiw-conversion-home .eiw-testimonial p {
  line-height: 1.72;
}
body.eiw-conversion-home .eiw-btn--primary {
  background: linear-gradient(135deg, #008080 0%, #20CFCF 100%);
  box-shadow: 0 14px 30px rgba(0, 153, 153, .24);
}
body.eiw-conversion-home .eiw-btn--small {
  background: linear-gradient(135deg, #009999 0%, #20CFCF 100%);
}
body.eiw-conversion-home .eiw-btn--ghost {
  background: rgba(255,255,255,.9);
}
body.eiw-conversion-home .eiw-problem-card,
body.eiw-conversion-home .eiw-course-card,
body.eiw-conversion-home .eiw-testimonial,
body.eiw-conversion-home .eiw-final-options a,
body.eiw-conversion-home .eiw-demo-step,
body.eiw-conversion-home .eiw-human-list article {
  box-shadow: 0 14px 34px rgba(3,49,61,.06);
}
body.eiw-conversion-home .eiw-problem-card:nth-child(1),
body.eiw-conversion-home .eiw-course-card--communication,
body.eiw-conversion-home .eiw-final-options a:nth-child(1) {
  background: linear-gradient(180deg, #FFFFFF 0%, #F8FCFC 100%);
}
body.eiw-conversion-home .eiw-problem-card:nth-child(2),
body.eiw-conversion-home .eiw-course-card--ipa,
body.eiw-conversion-home .eiw-final-options a:nth-child(2) {
  background: linear-gradient(180deg, #FFFFFF 0%, #F9FBFF 100%);
}
body.eiw-conversion-home .eiw-problem-card:nth-child(3),
body.eiw-conversion-home .eiw-course-card--travel,
body.eiw-conversion-home .eiw-final-options a:nth-child(3) {
  background: linear-gradient(180deg, #FFFFFF 0%, #FBFFFE 100%);
}
body.eiw-conversion-home .eiw-icon-badge,
body.eiw-conversion-home .eiw-final-options span {
  width: 56px;
  height: 56px;
  border-radius: 18px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.65), 0 10px 20px rgba(3,49,61,.08);
}
body.eiw-conversion-home .eiw-problem-card:nth-child(1) .eiw-icon-badge,
body.eiw-conversion-home .eiw-final-options a:nth-child(1) span {
  background: var(--eiw-accent-coral-bg);
}
body.eiw-conversion-home .eiw-problem-card:nth-child(2) .eiw-icon-badge,
body.eiw-conversion-home .eiw-final-options a:nth-child(2) span {
  background: var(--eiw-accent-blue-bg);
}
body.eiw-conversion-home .eiw-problem-card:nth-child(3) .eiw-icon-badge,
body.eiw-conversion-home .eiw-final-options a:nth-child(3) span {
  background: var(--eiw-accent-mint-bg);
}
body.eiw-conversion-home .eiw-course-card__top { margin-bottom: 26px; }
body.eiw-conversion-home .eiw-course-number {
  width: 40px;
  height: 40px;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  font-size: 13px;
  color: #fff;
}
body.eiw-conversion-home .eiw-course-card--communication .eiw-course-number { background: linear-gradient(135deg, #FF5F7B 0%, #FF7F95 100%); }
body.eiw-conversion-home .eiw-course-card--ipa .eiw-course-number { background: linear-gradient(135deg, #4A8BFF 0%, #78A8FF 100%); }
body.eiw-conversion-home .eiw-course-card--travel .eiw-course-number { background: linear-gradient(135deg, #17B8A6 0%, #44C0C5 100%); }
body.eiw-conversion-home .eiw-course-kicker {
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,.8);
  border: 1px solid rgba(3,49,61,.08);
}
body.eiw-conversion-home .eiw-course-flow {
  padding: 14px 16px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid rgba(3,49,61,.08);
}
body.eiw-conversion-home .eiw-practice-ui__video {
  min-height: 208px;
  background: linear-gradient(135deg, #EFF9F9 0%, #F7FBFF 100%);
}
body.eiw-conversion-home .eiw-play {
  background: linear-gradient(135deg, #FFFFFF 0%, #F5FEFE 100%);
}
body.eiw-conversion-home .eiw-recorder-demo {
  grid-template-columns: auto 1fr auto auto;
  gap: 12px;
  border: 1px solid rgba(3,49,61,.08);
  background: #fff;
}
body.eiw-conversion-home .eiw-recorder-demo::after {
  content: 'Try Again';
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  background: var(--eiw-accent-lilac-bg);
  color: var(--eiw-accent-lilac);
  font-size: 12px;
  font-weight: 700;
}
body.eiw-conversion-home .eiw-mic {
  width: auto;
  min-width: 156px;
  padding: 0 18px;
  min-height: 42px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  background: linear-gradient(135deg, #FF5F7B 0%, #FF738D 100%);
  box-shadow: 0 10px 20px rgba(255,95,123,.22);
  display: inline-flex; align-items: center; justify-content: center;
}
body.eiw-conversion-home .eiw-mic::before { content: '🎙'; margin-right: 8px; }
body.eiw-conversion-home .eiw-feedback-demo {
  background: #F7FBFF;
  border: 1px solid rgba(74,139,255,.14);
}
body.eiw-conversion-home .eiw-feedback-demo span { color: var(--eiw-accent-blue); }
body.eiw-conversion-home .eiw-demo-step {
  align-items: center;
  padding: 18px;
  border: 1px solid rgba(3,49,61,.08);
  border-radius: 24px;
  background: rgba(255,255,255,.92);
}
body.eiw-conversion-home .eiw-demo-step > span {
  width: 46px;
  height: 46px;
  font-size: 15px;
  color: #fff;
}
body.eiw-conversion-home .eiw-demo-step:nth-child(1) > span { background: linear-gradient(135deg, #4A8BFF 0%, #6DA2FF 100%); }
body.eiw-conversion-home .eiw-demo-step:nth-child(2) > span { background: linear-gradient(135deg, #17B8A6 0%, #44C0C5 100%); }
body.eiw-conversion-home .eiw-demo-step:nth-child(3) > span { background: linear-gradient(135deg, #FF5F7B 0%, #FF7E95 100%); }
body.eiw-conversion-home .eiw-demo-step:nth-child(4) > span { background: linear-gradient(135deg, #9A7AE7 0%, #B092F3 100%); }
body.eiw-conversion-home .eiw-human-list { display: grid; gap: 12px; }
body.eiw-conversion-home .eiw-human-list article {
  padding: 18px 18px 18px 16px;
  border: 1px solid rgba(3,49,61,.08);
  border-radius: 22px;
  background: #fff;
}
body.eiw-conversion-home .eiw-human-list article > span {
  width: 38px;
  height: 38px;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
}
body.eiw-conversion-home .eiw-human-list article:nth-child(1) > span { background: linear-gradient(135deg, #4A8BFF 0%, #6DA2FF 100%); }
body.eiw-conversion-home .eiw-human-list article:nth-child(2) > span { background: linear-gradient(135deg, #17B8A6 0%, #44C0C5 100%); }
body.eiw-conversion-home .eiw-human-list article:nth-child(3) > span { background: linear-gradient(135deg, #9A7AE7 0%, #B092F3 100%); }
body.eiw-conversion-home .eiw-final-options a { text-align: center; border-color: rgba(3,49,61,.08); }
body.eiw-conversion-home .eiw-final-options strong { line-height: 1.45; }
@media (max-width: 760px) {
  body.eiw-conversion-home .eiw-hero h1,
  body.eiw-conversion-home .eiw-section-head h2,
  body.eiw-conversion-home .eiw-human-copy h2,
  body.eiw-conversion-home .eiw-final-cta h2 { line-height: 1.16; }
  body.eiw-conversion-home .eiw-recorder-demo { grid-template-columns: 1fr auto; }
  body.eiw-conversion-home .eiw-recorder-demo::after { grid-column: 1 / -1; justify-self: stretch; }
  body.eiw-conversion-home .eiw-mic { min-width: 0; padding: 0 14px; }
}

/* =========================================================
   EIW v0.8.8.10 — DEEPER AESTHETIC REFINEMENT SYSTEM
   ========================================================= */
body.eiw-conversion-home #eiw-pathways {
  background: linear-gradient(180deg, #F8FCFC 0%, #FFFFFF 100%);
}
body.eiw-conversion-home #eiw-courses {
  background: linear-gradient(180deg, #FFFFFF 0%, #F7FBFF 100%);
}
body.eiw-conversion-home #eiw-demo {
  background: linear-gradient(180deg, #F7FBFF 0%, #FFFFFF 100%);
}
body.eiw-conversion-home #eiw-proof {
  background: linear-gradient(180deg, #FAF7FF 0%, #FFFFFF 100%);
}
body.eiw-conversion-home #eiw-community {
  background: linear-gradient(180deg, #F5FFFD 0%, #FFFFFF 100%);
}
body.eiw-conversion-home .eiw-final-cta {
  background:
    radial-gradient(circle at top right, rgba(32, 207, 207, .16), transparent 34%),
    linear-gradient(180deg, #F7FBFB 0%, #EFF9F9 100%);
}
body.eiw-conversion-home .eiw-icon-badge,
body.eiw-conversion-home .eiw-course-number,
body.eiw-conversion-home .eiw-demo-step > span,
body.eiw-conversion-home .eiw-human-list article > span,
body.eiw-conversion-home .eiw-final-options span {
  border: 1px solid rgba(255,255,255,.72);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.75), 0 12px 28px rgba(3,49,61,.10);
}
body.eiw-conversion-home .eiw-icon-badge {
  color: #03313D;
  font-size: 24px;
}
body.eiw-conversion-home .eiw-course-kicker {
  background: rgba(255,255,255,.88);
  box-shadow: 0 8px 18px rgba(3,49,61,.05);
}
body.eiw-conversion-home .eiw-problem-card::after,
body.eiw-conversion-home .eiw-course-card::after,
body.eiw-conversion-home .eiw-demo-step::after,
body.eiw-conversion-home .eiw-testimonial::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(255,255,255,.35) 0%, rgba(255,255,255,0) 26%);
}
body.eiw-conversion-home .eiw-problem-card,
body.eiw-conversion-home .eiw-course-card,
body.eiw-conversion-home .eiw-demo-step,
body.eiw-conversion-home .eiw-testimonial { position: relative; overflow: hidden; }
body.eiw-conversion-home .eiw-recorder-demo {
  grid-template-columns: minmax(0,1.3fr) minmax(0,1fr);
  gap: 14px;
  background: linear-gradient(180deg, #FFFFFF 0%, #F8FCFC 100%);
  border-radius: 22px;
}
body.eiw-conversion-home .eiw-recorder-main {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px;
  border-radius: 18px;
  background: linear-gradient(135deg, #FFF1F4 0%, #FFF7FA 100%);
  border: 1px solid rgba(255,95,123,.12);
}
body.eiw-conversion-home .eiw-recorder-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
body.eiw-conversion-home .eiw-recorder-chip {
  min-height: 58px;
  padding: 0 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .01em;
  border: 1px solid rgba(3,49,61,.06);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.75), 0 10px 20px rgba(3,49,61,.05);
}
body.eiw-conversion-home .eiw-recorder-chip--listen {
  background: linear-gradient(135deg, #EEF5FF 0%, #F7FBFF 100%);
  color: #6B94C7;
}
body.eiw-conversion-home .eiw-recorder-chip--retry {
  background: linear-gradient(135deg, #F2EDFF 0%, #FAF7FF 100%);
  color: #9A7AE7;
}
body.eiw-conversion-home .eiw-wave {
  grid-column: 1 / -1;
  width: 100%;
  height: 48px;
  justify-content: center;
  gap: 4px;
  border-radius: 16px;
  background: linear-gradient(135deg, #EAFBF7 0%, #F8FFFD 100%);
  border: 1px solid rgba(23,184,166,.12);
}
body.eiw-conversion-home .eiw-wave i { width: 4px; background: linear-gradient(180deg, #20CFCF 0%, #008080 100%); }
@media (max-width: 760px) {
  body.eiw-conversion-home .eiw-recorder-demo {
    grid-template-columns: 1fr;
  }
  body.eiw-conversion-home .eiw-recorder-actions {
    grid-template-columns: 1fr;
  }
  body.eiw-conversion-home .eiw-wave { display: flex; }
}

/* =========================================================
   EIW v0.8.8.11 — LINE HEIGHT, CUTE ICONS, FOOTER COURSES
   ========================================================= */
body.eiw-conversion-home .eiw-hero-copy h1,
body.eiw-conversion-home .eiw-final-cta h2,
body.eiw-conversion-home .eiw-section-head h2,
body.eiw-conversion-home .eiw-course-card h3,
body.eiw-conversion-home .eiw-problem-card h3 {
  line-height: 1.18;
  letter-spacing: -.03em;
}
body.eiw-conversion-home .eiw-hero-copy h1 { max-width: 9.6ch; }
body.eiw-conversion-home .eiw-icon-badge,
body.eiw-conversion-home .eiw-final-options span {
  width: 64px;
  height: 64px;
  border-radius: 20px;
  font-size: 30px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.82), 0 12px 24px rgba(3,49,61,.10);
}
body.eiw-conversion-home .eiw-problem-card:nth-child(1) .eiw-icon-badge,
body.eiw-conversion-home .eiw-final-options a:nth-child(1) span {
  background: linear-gradient(135deg, #FFF1F4 0%, #FFF8FB 100%);
}
body.eiw-conversion-home .eiw-problem-card:nth-child(2) .eiw-icon-badge,
body.eiw-conversion-home .eiw-final-options a:nth-child(2) span {
  background: linear-gradient(135deg, #EDF5FF 0%, #F7FBFF 100%);
}
body.eiw-conversion-home .eiw-problem-card:nth-child(3) .eiw-icon-badge,
body.eiw-conversion-home .eiw-final-options a:nth-child(3) span {
  background: linear-gradient(135deg, #EEFBF8 0%, #F9FFFE 100%);
}
body.eiw-conversion-home .eiw-recorder-demo::after {
  content: none !important;
  display: none !important;
}
body.eiw-conversion-home .eiw-recorder-demo {
  grid-template-columns: minmax(0,1.25fr) minmax(0,.95fr);
}
body.eiw-conversion-home .eiw-recorder-actions {
  align-self: stretch;
}
body.eiw-conversion-home .eiw-wave {
  order: 3;
}
body.eiw-conversion-home .eiw-hc-footer__courses {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 14px;
  margin-top: 2px;
}
body.eiw-conversion-home .eiw-footer-course {
  display: grid;
  grid-template-columns: 56px 1fr;
  align-items: center;
  gap: 14px;
  padding: 16px;
  border-radius: 20px;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.05);
  text-decoration: none;
}
body.eiw-conversion-home .eiw-footer-course span {
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  font-size: 27px;
  background: rgba(255,255,255,.08);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.15);
}
body.eiw-conversion-home .eiw-footer-course:nth-child(1) span { background: linear-gradient(135deg, rgba(255,95,123,.20), rgba(255,255,255,.08)); }
body.eiw-conversion-home .eiw-footer-course:nth-child(2) span { background: linear-gradient(135deg, rgba(107,148,199,.22), rgba(255,255,255,.08)); }
body.eiw-conversion-home .eiw-footer-course:nth-child(3) span { background: linear-gradient(135deg, rgba(32,207,207,.22), rgba(255,255,255,.08)); }
body.eiw-conversion-home .eiw-footer-course strong { margin: 0 0 3px; font-size: 15px; color: #fff; }
body.eiw-conversion-home .eiw-footer-course small { color: rgba(232,247,247,.62); font-size: 12px; }
@media (max-width: 980px) {
  body.eiw-conversion-home .eiw-hc-footer__courses { grid-template-columns: 1fr; }
}

/* =========================================================
   EIW v0.8.8.12 — MOBILE SPACING, UNIFIED ICON SYSTEM, HOVER POLISH
   ========================================================= */
body.eiw-conversion-home {
  --eiw-motion-base: .28s cubic-bezier(.22,1,.36,1);
  --eiw-motion-fast: .18s cubic-bezier(.22,1,.36,1);
}
body.eiw-conversion-home .eiw-btn,
body.eiw-conversion-home .eiw-course-card,
body.eiw-conversion-home .eiw-problem-card,
body.eiw-conversion-home .eiw-final-options a,
body.eiw-conversion-home .eiw-footer-course,
body.eiw-conversion-home .eiw-recorder-chip,
body.eiw-conversion-home .eiw-mic {
  transition: transform var(--eiw-motion-base), box-shadow var(--eiw-motion-base), background var(--eiw-motion-base), border-color var(--eiw-motion-base), opacity var(--eiw-motion-fast);
  will-change: transform;
}
body.eiw-conversion-home .eiw-btn:hover,
body.eiw-conversion-home .eiw-btn:focus-visible {
  transform: translateY(-3px);
  box-shadow: 0 16px 32px rgba(3,49,61,.14);
}
body.eiw-conversion-home .eiw-btn:active {
  transform: translateY(-1px) scale(.99);
}
body.eiw-conversion-home .eiw-course-card:hover,
body.eiw-conversion-home .eiw-course-card:focus-within,
body.eiw-conversion-home .eiw-problem-card:hover,
body.eiw-conversion-home .eiw-problem-card:focus-within,
body.eiw-conversion-home .eiw-final-options a:hover,
body.eiw-conversion-home .eiw-final-options a:focus-visible,
body.eiw-conversion-home .eiw-footer-course:hover,
body.eiw-conversion-home .eiw-footer-course:focus-visible {
  transform: translateY(-7px);
  box-shadow: 0 24px 46px rgba(3,49,61,.11);
}
body.eiw-conversion-home .eiw-course-card,
body.eiw-conversion-home .eiw-problem-card,
body.eiw-conversion-home .eiw-final-options a,
body.eiw-conversion-home .eiw-footer-course {
  position: relative;
  overflow: hidden;
}
body.eiw-conversion-home .eiw-course-card::before,
body.eiw-conversion-home .eiw-problem-card::before,
body.eiw-conversion-home .eiw-final-options a::before,
body.eiw-conversion-home .eiw-footer-course::before {
  transition: transform var(--eiw-motion-base), opacity var(--eiw-motion-base);
}
body.eiw-conversion-home .eiw-course-card:hover::before,
body.eiw-conversion-home .eiw-problem-card:hover::before,
body.eiw-conversion-home .eiw-final-options a:hover::before,
body.eiw-conversion-home .eiw-footer-course:hover::before {
  transform: scale(1.08);
}
body.eiw-conversion-home .eiw-course-card:hover .eiw-btn--card,
body.eiw-conversion-home .eiw-course-card:focus-within .eiw-btn--card {
  background: linear-gradient(135deg, #03313D 0%, #005564 100%);
}
body.eiw-conversion-home .eiw-icon-badge,
body.eiw-conversion-home .eiw-final-options span,
body.eiw-conversion-home .eiw-footer-course span {
  border: 1px solid rgba(3,49,61,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.88), 0 12px 24px rgba(3,49,61,.10);
}
body.eiw-conversion-home .eiw-final-options a:hover span,
body.eiw-conversion-home .eiw-footer-course:hover span,
body.eiw-conversion-home .eiw-problem-card:hover .eiw-icon-badge {
  transform: translateY(-2px) scale(1.04);
}
body.eiw-conversion-home .eiw-recorder-demo {
  row-gap: 14px;
}
body.eiw-conversion-home .eiw-recorder-main {
  border-radius: 22px;
  background: linear-gradient(135deg, #FFF3F6 0%, #FFF9FB 100%);
  border: 1px solid rgba(255,95,123,.12);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.75), 0 14px 26px rgba(255,95,123,.09);
}
body.eiw-conversion-home .eiw-recorder-chip:hover,
body.eiw-conversion-home .eiw-mic:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 26px rgba(3,49,61,.12);
}
body.eiw-conversion-home .eiw-recorder-chip--listen:hover {
  background: linear-gradient(135deg, #E5F0FF 0%, #F4F9FF 100%);
}
body.eiw-conversion-home .eiw-recorder-chip--retry:hover {
  background: linear-gradient(135deg, #EEE6FF 0%, #F8F3FF 100%);
}
@media (max-width: 820px) {
  body.eiw-conversion-home .eiw-hc-header__inner { min-height: 64px; }
  body.eiw-conversion-home .eiw-hc-nav { padding: 8px 20px 18px; }
  body.eiw-conversion-home .eiw-section { padding: 64px 0; }
  body.eiw-conversion-home .eiw-hero { padding: 34px 0 56px; }
  body.eiw-conversion-home .eiw-hero__grid,
  body.eiw-conversion-home .eiw-demo-layout,
  body.eiw-conversion-home .eiw-human-grid { gap: 30px; }
  body.eiw-conversion-home .eiw-section-head { margin-bottom: 28px; }
  body.eiw-conversion-home .eiw-problem-grid,
  body.eiw-conversion-home .eiw-course-grid,
  body.eiw-conversion-home .eiw-testimonial-grid { gap: 14px; }
  body.eiw-conversion-home .eiw-trust-row { gap: 8px; }
  body.eiw-conversion-home .eiw-final-cta { padding: 64px 0; }
}
@media (max-width: 640px) {
  body.eiw-conversion-home .eiw-shell { width: min(calc(100% - 24px), var(--eiw-shell)); }
  body.eiw-conversion-home .eiw-hero h1 { font-size: clamp(34px, 11vw, 42px); line-height: 1.08; }
  body.eiw-conversion-home .eiw-hero__lead { font-size: 17px; }
  body.eiw-conversion-home .eiw-hero__body { font-size: 15.5px; }
  body.eiw-conversion-home .eiw-hero__actions { gap: 10px; }
  body.eiw-conversion-home .eiw-btn { min-height: 48px; font-size: 14px; }
  body.eiw-conversion-home .eiw-section { padding: 58px 0; }
  body.eiw-conversion-home .eiw-section-head h2,
  body.eiw-conversion-home .eiw-human-copy h2,
  body.eiw-conversion-home .eiw-final-cta h2 { font-size: clamp(29px, 9vw, 36px); }
  body.eiw-conversion-home .eiw-problem-card,
  body.eiw-conversion-home .eiw-course-card,
  body.eiw-conversion-home .eiw-final-options a,
  body.eiw-conversion-home .eiw-footer-course { padding: 20px; }
  body.eiw-conversion-home .eiw-problem-card h3 { font-size: 20px; }
  body.eiw-conversion-home .eiw-course-card h3 { font-size: 22px; }
  body.eiw-conversion-home .eiw-icon-badge,
  body.eiw-conversion-home .eiw-final-options span { width: 58px; height: 58px; font-size: 27px; border-radius: 18px; }
  body.eiw-conversion-home .eiw-practice-ui { padding: 0 12px 12px; }
  body.eiw-conversion-home .eiw-practice-ui__video { padding: 18px; min-height: 148px; }
  body.eiw-conversion-home .eiw-recorder-main { border-radius: 20px; }
  body.eiw-conversion-home .eiw-recorder-chip { min-height: 54px; border-radius: 16px; font-size: 12px; }
  body.eiw-conversion-home .eiw-final-brand strong { text-align: center; }
  body.eiw-conversion-home .eiw-hc-footer { padding: 36px 0 88px; }
  body.eiw-conversion-home .eiw-hc-footer__courses { gap: 10px; }
  body.eiw-conversion-home .eiw-footer-course { grid-template-columns: 52px 1fr; gap: 12px; }
  body.eiw-conversion-home .eiw-footer-course span { width: 52px; height: 52px; border-radius: 16px; font-size: 24px; }
}
@media (max-width: 420px) {
  body.eiw-conversion-home .eiw-hero { padding: 28px 0 52px; }
  body.eiw-conversion-home .eiw-section { padding: 52px 0; }
  body.eiw-conversion-home .eiw-hero__floating-card { left: 10px; right: 10px; bottom: 10px; }
  body.eiw-conversion-home .eiw-final-cta { padding: 56px 0; }
}

/* =========================================================
   EIW v0.8.8.13 — PREMIUM MICRO-INTERACTIONS + TYPOGRAPHY + MOBILE CTA
   ========================================================= */
body.eiw-conversion-home {
  --eiw-type-display-weight: 610;
  --eiw-type-title-weight: 585;
  --eiw-type-body-weight: 410;
  --eiw-type-body-leading: 1.72;
  font-kerning: normal;
  font-optical-sizing: auto;
  font-feature-settings: "kern" 1, "liga" 1, "calt" 1;
}
body.eiw-conversion-home p,
body.eiw-conversion-home li {
  font-weight: var(--eiw-type-body-weight);
  line-height: var(--eiw-type-body-leading);
}
body.eiw-conversion-home h1,
body.eiw-conversion-home h2,
body.eiw-conversion-home h3 {
  text-wrap: balance;
  font-kerning: normal;
}
body.eiw-conversion-home .eiw-hero h1,
body.eiw-conversion-home .eiw-section-head h2,
body.eiw-conversion-home .eiw-human-copy h2,
body.eiw-conversion-home .eiw-final-cta h2 {
  font-weight: var(--eiw-type-display-weight);
  letter-spacing: -.042em;
}
body.eiw-conversion-home .eiw-problem-card h3,
body.eiw-conversion-home .eiw-course-card h3,
body.eiw-conversion-home .eiw-demo-step h3,
body.eiw-conversion-home .eiw-human-list h3 {
  font-weight: var(--eiw-type-title-weight);
  letter-spacing: -.022em;
}
body.eiw-conversion-home .eiw-eyebrow {
  letter-spacing: .16em;
  font-size: 11px;
  font-weight: 720 !important;
}
body.eiw-conversion-home .eiw-section-head > p:last-child,
body.eiw-conversion-home .eiw-hero__body {
  max-width: 64ch;
}
body.eiw-conversion-home .eiw-micro-reveal {
  opacity: 0;
  transform: translate3d(0, 12px, 0) scale(.992);
  filter: blur(2px);
  transition:
    opacity .62s cubic-bezier(.22,1,.36,1) var(--eiw-stagger, 0ms),
    transform .62s cubic-bezier(.22,1,.36,1) var(--eiw-stagger, 0ms),
    filter .62s ease var(--eiw-stagger, 0ms),
    box-shadow .28s cubic-bezier(.22,1,.36,1),
    border-color .28s cubic-bezier(.22,1,.36,1),
    background .28s cubic-bezier(.22,1,.36,1);
}
body.eiw-conversion-home .eiw-micro-reveal.is-in-view {
  opacity: 1;
  transform: none;
  filter: none;
}
body.eiw-conversion-home .eiw-home-mobile-cta {
  display: none;
}
@media (max-width: 760px) {
  body.eiw-conversion-home { padding-bottom: 82px; }
  body.eiw-conversion-home .eiw-home-mobile-cta {
    position: fixed;
    left: 10px;
    right: 10px;
    bottom: max(10px, env(safe-area-inset-bottom));
    z-index: 99999;
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 12px;
    min-height: 68px;
    padding: 10px 10px 10px 16px;
    border: 1px solid rgba(3,49,61,.10);
    border-radius: 22px;
    background: rgba(255,255,255,.94);
    backdrop-filter: blur(18px) saturate(1.25);
    box-shadow: 0 18px 50px rgba(3,49,61,.18);
    transform: translateY(calc(100% + 26px));
    opacity: 0;
    pointer-events: none;
    transition: transform .42s cubic-bezier(.22,1,.36,1), opacity .32s ease;
  }
  body.eiw-conversion-home .eiw-home-mobile-cta.is-visible {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }
  body.eiw-conversion-home .eiw-home-mobile-cta small {
    display: block;
    margin-bottom: 2px;
    color: #008080;
    font-size: 8px;
    font-weight: 760;
    letter-spacing: .13em;
  }
  body.eiw-conversion-home .eiw-home-mobile-cta strong {
    display: block;
    color: #03313D;
    font-size: 13px;
    font-weight: 650;
    line-height: 1.25;
  }
  body.eiw-conversion-home .eiw-home-mobile-cta a {
    min-height: 48px;
    padding: 0 17px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    background: linear-gradient(135deg, #008080 0%, #20CFCF 100%);
    color: #fff !important;
    font-size: 12px;
    font-weight: 720;
    box-shadow: 0 10px 22px rgba(0,128,128,.24);
  }
}
@media (prefers-reduced-motion: reduce) {
  body.eiw-conversion-home .eiw-micro-reveal { opacity: 1; transform: none; filter: none; transition: none; }
  body.eiw-conversion-home .eiw-home-mobile-cta { transition: none; }
}

/* =========================================================
   EIW v0.8.8.14 — SOFT 3D KAWAII ICON POLISH
   ========================================================= */
body.eiw-conversion-home {
  --eiw-icon-float: 4.8s ease-in-out infinite;
}
@keyframes eiwKawaiiFloat {
  0%,100% { transform: translateY(0) scale(1); }
  50% { transform: translateY(-4px) scale(1.02); }
}
@keyframes eiwKawaiiGlow {
  0%,100% { box-shadow: inset 0 1px 0 rgba(255,255,255,.92), 0 14px 28px rgba(3,49,61,.10); }
  50% { box-shadow: inset 0 1px 0 rgba(255,255,255,.98), 0 18px 30px rgba(3,49,61,.12); }
}
body.eiw-conversion-home .eiw-icon-badge,
body.eiw-conversion-home .eiw-final-options span,
body.eiw-conversion-home .eiw-footer-course span {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  animation: eiwKawaiiFloat var(--eiw-icon-float), eiwKawaiiGlow var(--eiw-icon-float);
  border: 1px solid rgba(255,255,255,.85);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.92), 0 14px 28px rgba(3,49,61,.10);
  text-shadow: 0 1px 0 rgba(255,255,255,.42);
}
body.eiw-conversion-home .eiw-icon-badge::before,
body.eiw-conversion-home .eiw-final-options span::before,
body.eiw-conversion-home .eiw-footer-course span::before {
  content: '';
  position: absolute;
  inset: 5px 8px auto 8px;
  height: 38%;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255,255,255,.72), rgba(255,255,255,0));
  pointer-events: none;
  z-index: -1;
}
body.eiw-conversion-home .eiw-problem-card:nth-child(1) .eiw-icon-badge,
body.eiw-conversion-home .eiw-final-options a:nth-child(1) span,
body.eiw-conversion-home .eiw-footer-course:nth-child(1) span {
  background: linear-gradient(180deg, #FFF5F7 0%, #FFE8EE 100%);
}
body.eiw-conversion-home .eiw-problem-card:nth-child(2) .eiw-icon-badge,
body.eiw-conversion-home .eiw-final-options a:nth-child(2) span,
body.eiw-conversion-home .eiw-footer-course:nth-child(2) span {
  background: linear-gradient(180deg, #F0F7FF 0%, #E2EEFF 100%);
}
body.eiw-conversion-home .eiw-problem-card:nth-child(3) .eiw-icon-badge,
body.eiw-conversion-home .eiw-final-options a:nth-child(3) span,
body.eiw-conversion-home .eiw-footer-course:nth-child(3) span {
  background: linear-gradient(180deg, #F0FFFC 0%, #DDF8F4 100%);
}
body.eiw-conversion-home .eiw-problem-card:hover .eiw-icon-badge,
body.eiw-conversion-home .eiw-final-options a:hover span,
body.eiw-conversion-home .eiw-footer-course:hover span {
  animation-play-state: paused;
  transform: translateY(-4px) scale(1.06);
}
@media (prefers-reduced-motion: reduce) {
  body.eiw-conversion-home .eiw-icon-badge,
  body.eiw-conversion-home .eiw-final-options span,
  body.eiw-conversion-home .eiw-footer-course span { animation: none; }
}

/* =========================================================
   EIW v0.8.8.15 — TRUE SVG SOFT 3D KAWAII ICONS
   ========================================================= */
.eiw-kawaii-svg { display:block; width:100%; height:100%; object-fit:contain; }
.eiw-kawaii-svg--button { width:42px; height:42px; }
body.eiw-conversion-home .eiw-icon-badge,
body.eiw-conversion-home .eiw-final-options span,
body.eiw-conversion-home .eiw-footer-course span {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0;
  overflow: visible;
  animation: none !important;
}
body.eiw-conversion-home .eiw-icon-badge::before,
body.eiw-conversion-home .eiw-final-options span::before,
body.eiw-conversion-home .eiw-footer-course span::before { content:none !important; }
body.eiw-conversion-home .eiw-icon-badge { width:76px; height:76px; margin-bottom:22px; }
body.eiw-conversion-home .eiw-final-options span { width:72px; height:72px; }
body.eiw-conversion-home .eiw-footer-course span { width:58px; height:58px; }
body.eiw-conversion-home .eiw-icon-badge img,
body.eiw-conversion-home .eiw-final-options span img,
body.eiw-conversion-home .eiw-footer-course span img {
  filter: drop-shadow(0 8px 14px rgba(3,49,61,.08));
  transition: transform .28s cubic-bezier(.22,1,.36,1), filter .28s ease;
}
body.eiw-conversion-home .eiw-problem-card:hover .eiw-icon-badge img,
body.eiw-conversion-home .eiw-final-options a:hover span img,
body.eiw-conversion-home .eiw-footer-course:hover span img {
  transform: translateY(-5px) rotate(-2deg) scale(1.055);
  filter: drop-shadow(0 13px 18px rgba(3,49,61,.12));
}
body.eiw-conversion-home .eiw-mic {
  min-width:58px;
  width:58px;
  height:58px;
  padding:0;
  border-radius:18px;
  background:transparent;
  box-shadow:none;
}
body.eiw-conversion-home .eiw-mic::before { content:none; }
@media (max-width:640px){
 body.eiw-conversion-home .eiw-icon-badge { width:68px; height:68px; }
 body.eiw-conversion-home .eiw-final-options span { width:64px; height:64px; }
 body.eiw-conversion-home .eiw-footer-course span { width:52px; height:52px; }
}

/* V0.8.9.1 — approved full EIW logo in conversion header/footer. */
body.eiw-conversion-home .eiw-brand .eiw-site-brand-logo{width:244px!important;max-width:32vw!important;max-height:78px!important}
body.eiw-conversion-home .eiw-hc-footer__brand .eiw-site-footer-logo{width:min(100%,360px)!important;max-width:100%!important;max-height:none!important;margin-bottom:0}
@media(max-width:760px){
  body.eiw-conversion-home .eiw-brand .eiw-site-brand-logo{width:190px!important;max-width:60vw!important}
  body.eiw-conversion-home .eiw-hc-footer__brand .eiw-site-footer-logo{width:min(100%,290px)!important}
}

/* EIW v0.8.9.3 — compact conversion footer logo */
body.eiw-conversion-home .eiw-hc-footer__brand{justify-self:start!important;width:auto!important}
body.eiw-conversion-home .eiw-hc-footer__brand>a{width:280px!important;max-width:100%!important;padding:9px 12px!important;border-radius:20px!important}
body.eiw-conversion-home .eiw-hc-footer__brand .eiw-site-footer-logo{width:100%!important;max-width:256px!important;max-height:92px!important;margin:0!important}
@media(max-width:640px){body.eiw-conversion-home .eiw-hc-footer__brand>a{width:230px!important}body.eiw-conversion-home .eiw-hc-footer__brand .eiw-site-footer-logo{max-width:210px!important;max-height:76px!important}}

/* =========================================================
   EIW v0.8.9.4 — INTERACTIVE HOMEPAGE LESSON DEMO
   ========================================================= */
body.eiw-conversion-home .eiw-home-demo {
  padding-bottom: 22px;
}
body.eiw-conversion-home .eiw-home-demo-media {
  position: relative;
  overflow: hidden;
  min-height: 270px;
  border-radius: 22px;
  background: linear-gradient(135deg,#EFF9F9 0%,#F7FBFF 100%);
  border: 1px solid rgba(3,49,61,.06);
}
body.eiw-conversion-home .eiw-home-demo-media iframe,
body.eiw-conversion-home .eiw-home-demo-media video,
body.eiw-conversion-home .eiw-home-demo-media .wp-video,
body.eiw-conversion-home .eiw-home-demo-media .mejs-container {
  width: 100% !important;
  max-width: 100% !important;
}
body.eiw-conversion-home .eiw-home-demo-media iframe {
  display: block;
  aspect-ratio: 16/9;
  height: auto;
  min-height: 270px;
  border: 0;
}
body.eiw-conversion-home .eiw-home-demo-media__placeholder {
  min-height: 270px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 28px;
  text-align: left;
}
body.eiw-conversion-home .eiw-home-demo-media__placeholder strong,
body.eiw-conversion-home .eiw-home-demo-media__placeholder small { display:block; }
body.eiw-conversion-home .eiw-home-demo-media__placeholder strong { font-size: 19px; color:#03313D; }
body.eiw-conversion-home .eiw-home-demo-media__placeholder small { margin-top:5px; color:#6C8388; line-height:1.55; }
body.eiw-conversion-home .eiw-home-demo-tabs {
  margin-top: 16px;
  overflow: hidden;
  border: 1px solid rgba(3,49,61,.08);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 16px 34px rgba(3,49,61,.06);
}
body.eiw-conversion-home .eiw-home-demo-tablist {
  display: grid;
  grid-template-columns: repeat(4,minmax(0,1fr));
  border-bottom: 1px solid rgba(3,49,61,.08);
  background: #FBFDFD;
}
body.eiw-conversion-home .eiw-home-demo-tab {
  position: relative;
  min-height: 58px;
  padding: 13px 12px;
  border: 0;
  background: transparent;
  color: #67757D;
  font: inherit;
  font-size: 12px;
  font-weight: 720;
  cursor: pointer;
  transition: color .2s ease, background .2s ease;
}
body.eiw-conversion-home .eiw-home-demo-tab::after {
  content: '';
  position: absolute;
  left: 18%; right: 18%; bottom: 0;
  height: 3px;
  border-radius: 999px 999px 0 0;
  background: linear-gradient(90deg,#008080,#20CFCF);
  transform: scaleX(0);
  transition: transform .22s ease;
}
body.eiw-conversion-home .eiw-home-demo-tab.is-active {
  color: #03313D;
  background: #fff;
}
body.eiw-conversion-home .eiw-home-demo-tab.is-active::after { transform: scaleX(1); }
body.eiw-conversion-home .eiw-home-demo-panel { padding: 20px; }
body.eiw-conversion-home .eiw-home-demo-panel[hidden] { display:none !important; }
body.eiw-conversion-home .eiw-home-recorder-rail {
  display: grid;
  grid-template-columns: minmax(0,1fr) auto;
  gap: 16px;
  align-items: center;
}
body.eiw-conversion-home .eiw-home-recorder-actions {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr;
  gap: 10px;
}
body.eiw-conversion-home .eiw-home-recorder-actions button {
  min-height: 54px;
  padding: 0 16px;
  border: 1px solid transparent;
  border-radius: 17px;
  font: inherit;
  font-size: 12px;
  font-weight: 760;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, opacity .2s ease;
}
body.eiw-conversion-home .eiw-home-record-button {
  color: #fff;
  background: linear-gradient(135deg,#FF5F7B 0%,#FF748F 100%);
  box-shadow: 0 12px 24px rgba(255,95,123,.18);
}
body.eiw-conversion-home .eiw-home-record-button.is-recording {
  background: linear-gradient(135deg,#E94E68,#FF5F7B);
  animation: eiwHomeRecordingPulse 1.25s ease-in-out infinite;
}
@keyframes eiwHomeRecordingPulse { 50% { box-shadow:0 0 0 8px rgba(255,95,123,.10),0 12px 24px rgba(255,95,123,.18); } }
body.eiw-conversion-home .eiw-home-listen-button {
  color: #6B94C7;
  background: linear-gradient(135deg,#EEF5FF,#F7FBFF);
  border-color: rgba(74,139,255,.10) !important;
}
body.eiw-conversion-home .eiw-home-try-again {
  color: #9A7AE7;
  background: linear-gradient(135deg,#F2EDFF,#FAF7FF);
  border-color: rgba(154,122,231,.10) !important;
}
body.eiw-conversion-home .eiw-home-recorder-actions button:disabled { opacity:.42; cursor:not-allowed; box-shadow:none; }
body.eiw-conversion-home .eiw-home-recorder-actions button:not(:disabled):hover { transform:translateY(-2px); box-shadow:0 14px 26px rgba(3,49,61,.10); }
body.eiw-conversion-home .eiw-home-recorder-state {
  min-width: 154px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 11px 14px;
  border: 1px solid rgba(3,49,61,.09);
  border-radius: 999px;
  background: #fff;
}
body.eiw-conversion-home .eiw-home-recorder-state strong { font-size: 13px; color:#03313D; }
body.eiw-conversion-home .eiw-home-recorder-state span { font-size: 10px; color:#77898E; line-height:1.35; }
body.eiw-conversion-home .eiw-home-practice-copy { margin-top:18px; }
body.eiw-conversion-home .eiw-home-practice-copy h3,
body.eiw-conversion-home .eiw-home-reading-panel h3 { margin:0 0 8px; color:#03313D; font-size:20px; }
body.eiw-conversion-home .eiw-home-practice-copy p,
body.eiw-conversion-home .eiw-home-reading-panel p { margin:0; color:#687D82; line-height:1.65; font-size:13px; }
body.eiw-conversion-home .eiw-home-record-preview { width:100%; margin-top:16px; }
body.eiw-conversion-home .eiw-home-listen-back {
  margin-top: 14px;
  padding: 14px 16px;
  border-radius: 14px;
  background: #F2FAFA;
  border: 1px solid rgba(0,128,128,.10);
}
body.eiw-conversion-home .eiw-home-listen-back span { display:block; margin-bottom:4px; color:#008080; font-size:9px; font-weight:800; letter-spacing:.12em; }
body.eiw-conversion-home .eiw-home-listen-back p { margin:0; color:#526D72; font-size:12px; line-height:1.55; }
body.eiw-conversion-home .eiw-home-recorder-privacy { display:block; margin-top:14px; color:#829095; font-size:10px; line-height:1.5; }
body.eiw-conversion-home .eiw-home-reading-panel { min-height:220px; }
body.eiw-conversion-home .eiw-home-transcript-copy,
body.eiw-conversion-home .eiw-home-vocabulary-copy {
  color:#425F65;
  font-size:13px;
  line-height:1.82;
  white-space:normal;
}
body.eiw-conversion-home .eiw-home-vocabulary-copy { line-height:1.9; }
body.eiw-conversion-home .eiw-home-tab-empty { color:#89979B; font-style:italic; }
body.eiw-conversion-home .eiw-home-notes {
  width:100%;
  margin-top:14px;
  resize:vertical;
  min-height:130px;
  padding:14px 15px;
  border:1px solid rgba(3,49,61,.12);
  border-radius:14px;
  background:#FCFEFE;
  color:#03313D;
  font:inherit;
  font-size:13px;
  line-height:1.65;
  outline:none;
}
body.eiw-conversion-home .eiw-home-notes:focus { border-color:#44C0C5; box-shadow:0 0 0 4px rgba(68,192,197,.12); }
body.eiw-conversion-home .eiw-home-notes-status { display:block; margin-top:7px; color:#8A989C; font-size:10px; }
@media(max-width:760px){
  body.eiw-conversion-home .eiw-home-demo-media,
  body.eiw-conversion-home .eiw-home-demo-media iframe,
  body.eiw-conversion-home .eiw-home-demo-media__placeholder { min-height:190px; }
  body.eiw-conversion-home .eiw-home-demo-tablist { grid-template-columns:repeat(2,minmax(0,1fr)); }
  body.eiw-conversion-home .eiw-home-recorder-rail { grid-template-columns:1fr; }
  body.eiw-conversion-home .eiw-home-recorder-state { width:max-content; max-width:100%; }
}
@media(max-width:520px){
  body.eiw-conversion-home .eiw-home-demo-panel { padding:14px; }
  body.eiw-conversion-home .eiw-home-recorder-actions { grid-template-columns:1fr; }
  body.eiw-conversion-home .eiw-home-demo-tab { min-height:50px; padding:10px 8px; font-size:11px; }
  body.eiw-conversion-home .eiw-home-practice-copy h3,
  body.eiw-conversion-home .eiw-home-reading-panel h3 { font-size:18px; }
}
@media(prefers-reduced-motion:reduce){
  body.eiw-conversion-home .eiw-home-record-button.is-recording { animation:none; }
}

/* EIW v0.8.9.7 — mobile header logo must match desktop full logo */
@media (max-width: 760px) {
  body.eiw-conversion-home .eiw-brand .eiw-site-brand-logo {
    width: 205px !important;
    max-width: 68vw !important;
    max-height: 68px !important;
  }
}
