/* Study at TCS - Homepage v2 (converted from Next.js prototype globals.css) */
:root {
  --ink: #14233a;
  --muted: #627086;
  --plum: #69276f;
  --plum-deep: #4e1756;
  --berry: #a43774;
  --lilac: #f4eaf5;
  --cream: #fbf9f6;
  --white: #ffffff;
  --line: #e8e1e8;
}

#home-v2 * { box-sizing: border-box; }
/* Bootstrap 4's reboot forces `dialog { display: block; }` (its HTML5 element fixups),
   which overrides the browser's native `dialog:not([open]) { display: none; }` default. */
#home-v2 dialog:not([open]) { display: none !important; }
#home-v2 dialog[open] { display: block; }

#home-v2 h1, #home-v2 h2, #home-v2 h3, #home-v2 h4, #home-v2 p,
#home-v2 ul, #home-v2 ol, #home-v2 blockquote, #home-v2 figure, #home-v2 dl { margin: 0; padding: 0; list-style: none; }
#home-v2 button { font: inherit; }
#home-v2 { background: var(--cream); color: var(--ink); font-family: 'Inter', Arial, sans-serif; }
#home-v2 a { color: inherit; text-decoration: none; }
#home-v2 dialog { color: inherit; }
#home-v2 .shell { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }

#home-v2 .site-header { background: #481851; position: absolute; inset: 0 0 auto; z-index: 20; color: white; border-bottom: 1px solid rgba(255,255,255,.14); }
#home-v2 .header-inner { height: 88px; display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 34px; }
#home-v2 .brand { display: flex; align-items: center; gap: 11px; }
#home-v2 .brand-mark { position: relative; display: grid; place-items: center; width: 40px; height: 40px; overflow: hidden; border-radius: 50%; background: white; box-shadow: inset 0 0 0 1px rgba(255,255,255,.22); }
#home-v2 .brand-mark img { width: 100%; height: 100%; object-fit: contain; }
#home-v2 .brand-copy { display: flex; flex-direction: column; line-height: 1.05; }
#home-v2 .brand-copy strong { font-size: 16px; letter-spacing: -.02em; }
#home-v2 .brand-copy small { margin-top: 4px; color: #d9bfdc; font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
#home-v2 .desktop-nav { justify-self: end; display: flex; align-items: center; gap: 20px; }
#home-v2 .desktop-nav a { position: relative; color: #eadceb; font-size: 12px; font-weight: 650; white-space: nowrap; transition: color .2s ease, background .2s ease, border-color .2s ease; }
#home-v2 .desktop-nav a:hover { color: white; }
#home-v2 .desktop-nav .nav-sign-in { padding: 9px 12px; border: 1px solid rgba(255,255,255,.28); border-radius: 9px; background: rgba(255,255,255,.09); color: white; }
#home-v2 .desktop-nav .nav-sign-in:hover { border-color: rgba(255,255,255,.5); background: rgba(255,255,255,.16); }
#home-v2 .text-link { color: #eadceb; font-size: 13px; font-weight: 650; }
#home-v2 .button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 52px; padding: 0 23px; border: 1px solid #bf5e91; border-radius: 12px; background: #b23f7d; color: white; font-size: 14px; font-weight: 750; box-shadow: 0 12px 30px rgba(55,11,55,.2); cursor: pointer; transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
#home-v2 .button:hover { transform: translateY(-2px); background: #c34b8b; box-shadow: 0 16px 36px rgba(55,11,55,.28); }
#home-v2 .button:disabled { cursor: not-allowed; opacity: .5; transform: none; box-shadow: none; }

#home-v2 .hero { position: relative; overflow: hidden; padding: 164px 0 0; background: linear-gradient(130deg,#48114f 0%,#69276f 48%,#922d72 100%); color: white; }
#home-v2 .hero::after { content: ''; position: absolute; inset: auto -9% 60px auto; width: 520px; height: 520px; border: 1px solid rgba(255,255,255,.09); border-radius: 50%; }
#home-v2 .hero-glow { position: absolute; border-radius: 50%; filter: blur(10px); pointer-events: none; }
#home-v2 .hero-glow-one { width: 440px; height: 440px; top: -220px; left: 30%; background: rgba(209,93,155,.17); }
#home-v2 .hero-glow-two { width: 300px; height: 300px; right: 8%; bottom: 40px; background: rgba(248,191,220,.12); }
#home-v2 .hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0,1.02fr) minmax(460px,.98fr); align-items: center; gap: 76px; min-height: 540px; padding-bottom: 76px; }
#home-v2 .eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 24px; color: #f1bfd9; font-size: 11px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
#home-v2 .eyebrow > span { width: 24px; height: 1px; background: currentColor; }
#home-v2 .hero h1 { max-width: 650px; margin: 0; font-size: clamp(48px,5.5vw,74px); line-height: .98; letter-spacing: -.055em; }
#home-v2 .hero h1 em { display: block; color: #f2a7cb; font-family: Georgia,serif; font-style: normal; font-weight: 400; }
#home-v2 .hero-lead { max-width: 580px; margin: 28px 0 0; color: #eaddeb; font-size: 18px; line-height: 1.65; }
#home-v2 .hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
#home-v2 .trial-button { min-width: 210px; cursor: pointer; }
#home-v2 .button-whatsapp { border-color: rgba(255,255,255,.38); background: rgba(255,255,255,.1); box-shadow: none; backdrop-filter: blur(8px); }
#home-v2 .button-whatsapp:hover { background: rgba(255,255,255,.18); box-shadow: none; }
#home-v2 .whatsapp-mark { width: 24px; height: 24px; display: grid; place-items: center; border-radius: 50%; background: white; color: var(--plum); font-size: 10px; font-weight: 900; }
#home-v2 .mobile-sticky-trial { display: none; }

#home-v2 .hero-visual { position: relative; min-height: 480px; display: grid; place-items: center; }
#home-v2 .visual-orbit { position: absolute; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; }
#home-v2 .orbit-one { width: 470px; height: 470px; }
#home-v2 .orbit-two { width: 350px; height: 350px; border-color: rgba(242,167,203,.16); }
#home-v2 .plan-card { position: relative; z-index: 2; width: min(420px,90%); padding: 30px; border: 1px solid rgba(255,255,255,.28); border-radius: 24px; background: rgba(255,255,255,.93); color: var(--ink); box-shadow: 0 40px 90px rgba(38,0,43,.36); transform: rotate(-2deg); backdrop-filter: blur(10px); }
#home-v2 .plan-topline { display: flex; justify-content: space-between; color: #8d6c8d; font-size: 9px; font-weight: 800; letter-spacing: .16em; }
#home-v2 .plan-card h2 { margin: 18px 0 24px; font-size: 29px; line-height: 1.1; letter-spacing: -.04em; }
#home-v2 .path-list { border-top: 1px solid #e8dfe8; }
#home-v2 .path-item { display: grid; grid-template-columns: 36px 1fr auto; align-items: center; gap: 12px; padding: 15px 0; border-bottom: 1px solid #e8dfe8; }
#home-v2 .path-number { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 10px; background: var(--lilac); color: var(--plum); font-size: 10px; font-weight: 850; }
#home-v2 .path-item div { display: flex; flex-direction: column; gap: 3px; }
#home-v2 .path-item strong { font-size: 13px; }
#home-v2 .path-item small { color: #728095; font-size: 9px; }
#home-v2 .path-state { padding: 5px 8px; border-radius: 999px; background: #f3eef3; color: #8a598a; font-size: 8px; font-weight: 800; text-transform: uppercase; }
#home-v2 .plan-footer { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 8px; padding-top: 18px; color: #718096; font-size: 9px; }
#home-v2 .plan-footer strong { color: var(--plum); font-size: 12px; }
#home-v2 .pulse { width: 8px; height: 8px; border-radius: 50%; background: #4aa77b; box-shadow: 0 0 0 4px #dcf3e7; }
#home-v2 .float-card { position: absolute; z-index: 3; display: flex; align-items: center; border: 1px solid rgba(255,255,255,.3); background: rgba(79,21,84,.83); box-shadow: 0 20px 50px rgba(38,0,43,.28); backdrop-filter: blur(10px); }
#home-v2 .float-card-top { top: 42px; right: -18px; gap: 11px; padding: 13px 16px; border-radius: 14px; }
#home-v2 .float-card-top div { display: flex; flex-direction: column; gap: 3px; }
#home-v2 .float-card-top strong { font-size: 11px; }
#home-v2 .float-card-top small { color: #d9bddb; font-size: 8px; }
#home-v2 .float-icon { display: grid; place-items: center; width: 30px; height: 30px; border-radius: 9px; background: #c6538f; font-size: 13px; }
#home-v2 .float-card-bottom { left: -24px; bottom: 50px; gap: 12px; padding: 13px 18px; border-radius: 14px; }
#home-v2 .float-card-bottom strong { font-size: 27px; letter-spacing: -.05em; }
#home-v2 .float-card-bottom span { color: #e0cbe2; font-size: 9px; line-height: 1.35; text-transform: uppercase; }

#home-v2 .trust-strip { position: relative; z-index: 3; display: flex; align-items: center; justify-content: space-between; min-height: 72px; border-top: 1px solid rgba(255,255,255,.14); color: #ccb6cf; font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }
#home-v2 .trust-strip div { display: flex; align-items: center; gap: 16px; color: white; }
#home-v2 .trust-strip strong { font-size: 9px; }
#home-v2 .trust-strip i { width: 3px; height: 3px; border-radius: 50%; background: #d882b0; }

#home-v2 .section { padding: 112px 0; }
#home-v2 .level-section { position: relative; overflow: hidden; background: linear-gradient(135deg,#14243a 0%,#32183e 52%,#591e56 100%); color: white; }
#home-v2 .level-section::before { content: ''; position: absolute; width: 620px; height: 620px; right: -260px; top: -330px; border: 1px solid rgba(255,255,255,.09); border-radius: 50%; }
#home-v2 .level-section::after { content: ''; position: absolute; width: 430px; height: 430px; left: -220px; bottom: -260px; border: 1px solid rgba(237,151,191,.15); border-radius: 50%; }
#home-v2 .level-section .shell { position: relative; z-index: 1; }
#home-v2 .level-section .eyebrow.dark { color: #ed97bf; }
#home-v2 .level-section .section-heading h2 { color: white; }
#home-v2 .level-section .section-heading > p { color: #d4c8d6; }
#home-v2 .section-heading { margin-bottom: 46px; }
#home-v2 .split-heading { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 80px; }
#home-v2 .eyebrow.dark { margin-bottom: 18px; color: var(--berry); }
#home-v2 .section-heading h2 { max-width: 720px; margin: 0; font-size: clamp(36px,4.5vw,58px); line-height: 1.03; letter-spacing: -.05em; }
#home-v2 .section-heading > p { margin: 0 0 4px; color: var(--muted); font-size: 16px; line-height: 1.7; }
#home-v2 .level-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
#home-v2 .level-card { position: relative; min-height: 330px; display: flex; flex-direction: column; padding: 25px; overflow: hidden; border: 1px solid rgba(255,255,255,.16); border-radius: 22px; background: var(--card-bg); box-shadow: 0 22px 55px rgba(8,12,26,.22); color: white; transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease; backdrop-filter: blur(8px); }
#home-v2 .level-card::before { content: ''; position: absolute; width: 180px; height: 180px; right: -82px; top: 46px; border: 1px solid color-mix(in srgb,var(--card-accent) 55%,transparent); border-radius: 50%; background: var(--card-soft); }
#home-v2 .level-card:hover { border-color: color-mix(in srgb,var(--card-accent) 60%,white); transform: translateY(-7px); box-shadow: 0 30px 70px rgba(8,12,26,.32); }
#home-v2 .level-card.raspberry { --card-accent:#f071aa; --card-soft:rgba(240,113,170,.16); --card-bg:linear-gradient(145deg,rgba(177,52,117,.38),rgba(255,255,255,.055)); }
#home-v2 .level-card.mulberry { --card-accent:#d47bd0; --card-soft:rgba(212,123,208,.15); --card-bg:linear-gradient(145deg,rgba(130,44,123,.38),rgba(255,255,255,.055)); }
#home-v2 .level-card.violet { --card-accent:#b198f2; --card-soft:rgba(177,152,242,.15); --card-bg:linear-gradient(145deg,rgba(91,53,137,.42),rgba(255,255,255,.055)); }
#home-v2 .level-card-top { position: relative; z-index: 1; display: flex; justify-content: space-between; align-items: center; }
#home-v2 .level-arrow { display: grid; place-items: center; width: 36px; height: 36px; border: 1px solid rgba(255,255,255,.23); border-radius: 50%; background: rgba(255,255,255,.05); color: var(--card-accent); }
#home-v2 .level-code { width: max-content; padding: 7px 11px; border: 1px solid color-mix(in srgb,var(--card-accent) 35%,transparent); border-radius: 999px; background: var(--card-soft); color: var(--card-accent); font-size: 11px; font-weight: 900; letter-spacing: .15em; }
#home-v2 .level-card h3 { position: relative; z-index: 1; margin: 36px 0 0; color: white; font-size: 25px; line-height: 1.15; letter-spacing: -.035em; }
#home-v2 .level-card p { position: relative; z-index: 1; margin: 14px 0 24px; color: #d5cbd9; font-size: 12px; line-height: 1.65; }
#home-v2 .level-meta { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-top: auto; padding-top: 16px; border-top: 1px solid rgba(255,255,255,.13); }
#home-v2 .level-meta span { color: #bfb2c2; font-size: 9px; font-weight: 750; text-transform: uppercase; }
#home-v2 .level-meta strong { color: var(--card-accent); font-size: 11px; }

#home-v2 .mobile-menu { display: none; position: relative; }
#home-v2 .mobile-menu summary { width: 42px; height: 42px; display: grid; place-content: center; gap: 4px; border: 1px solid rgba(255,255,255,.25); border-radius: 11px; cursor: pointer; list-style: none; }
#home-v2 .mobile-menu summary::-webkit-details-marker { display: none; }
#home-v2 .mobile-menu summary span { width: 17px; height: 2px; border-radius: 2px; background: white; }
#home-v2 .mobile-menu nav { position: absolute; top: 52px; right: 0; width: 230px; max-height: calc(100dvh - 110px); display: flex; flex-direction: column; padding: 12px; overflow-y: auto; border: 1px solid #e7dce8; border-radius: 16px; background: white; color: var(--ink); box-shadow: 0 22px 55px rgba(35,12,39,.25); }
#home-v2 .mobile-menu nav a { padding: 11px 12px; border-radius: 9px; font-size: 13px; font-weight: 700; display: block; }
#home-v2 .mobile-menu nav a:hover { background: var(--lilac); color: var(--plum); }
#home-v2 .mobile-menu nav .nav-sign-in { margin-top: 5px; background: var(--plum); color: white; }
#home-v2 .mobile-menu nav .nav-sign-in:hover { background: var(--berry); color: white; }

#home-v2 .about-section { background: white; }
#home-v2 .about-grid { display: grid; grid-template-columns: 1.08fr .92fr; align-items: stretch; gap: 76px; }
#home-v2 .about-copy { align-self: center; }
#home-v2 .about-copy h2 { max-width: 650px; margin: 0 0 26px; font-size: clamp(42px,5vw,62px); line-height: 1.02; letter-spacing: -.055em; }
#home-v2 .about-copy > p:not(.eyebrow) { max-width: 690px; margin: 0 0 18px; color: var(--muted); font-size: 14px; line-height: 1.78; }
#home-v2 .about-closing { max-width: 650px; display: block; margin-top: 28px; padding: 20px 24px; border-left: 3px solid var(--berry); border-radius: 0 14px 14px 0; background: #f8f1f6; color: var(--plum-deep); font-size: 15px; line-height: 1.55; font-style: normal; }
#home-v2 .about-community { position: relative; min-height: 460px; display: flex; flex-direction: column; justify-content: center; padding: 48px; overflow: hidden; border-radius: 28px; background: linear-gradient(145deg,#4d1554 0%,#70296f 55%,#a33875 100%); color: white; box-shadow: 0 28px 70px rgba(70,24,72,.2); }
#home-v2 .about-community::after { content: ''; position: absolute; width: 230px; height: 230px; right: -90px; bottom: -90px; border: 1px solid rgba(255,255,255,.14); border-radius: 50%; }
#home-v2 .about-orbit { position: absolute; width: 320px; height: 320px; top: -180px; right: -90px; border: 1px solid rgba(255,255,255,.13); border-radius: 50%; }
#home-v2 .about-community > p { position: relative; z-index: 1; margin: 0 0 12px; color: #e7c8df; font-size: 10px; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
#home-v2 .about-community > strong { position: relative; z-index: 1; display: block; font-size: clamp(64px,7vw,92px); line-height: .9; letter-spacing: -.07em; }
#home-v2 .about-community h3 { position: relative; z-index: 1; max-width: 360px; margin: 20px 0 28px; font-size: 27px; line-height: 1.13; letter-spacing: -.035em; }
#home-v2 .about-community ul { position: relative; z-index: 1; display: grid; gap: 11px; margin: 0; padding: 0; list-style: none; }
#home-v2 .about-community li { display: flex; align-items: center; gap: 10px; color: #eaddec; font-size: 12px; }
#home-v2 .about-community li span { width: 21px; height: 21px; display: grid; place-items: center; border-radius: 7px; background: rgba(255,255,255,.14); color: #f5b5d4; font-size: 9px; }
#home-v2 .about-levels { position: relative; z-index: 1; display: flex; gap: 8px; margin-top: 30px; }
#home-v2 .about-levels span { padding: 7px 10px; border: 1px solid rgba(255,255,255,.2); border-radius: 999px; color: #f0dce9; font-size: 8px; font-weight: 850; letter-spacing: .12em; }

#home-v2 .auth-dialog { width: min(920px, calc(100% - 32px)); max-height: calc(100dvh - 32px); margin: auto; padding: 0; overflow: visible; border: 0; border-radius: 28px; background: transparent; color: var(--ink); }
#home-v2 .auth-dialog::backdrop { background: rgba(20,24,35,.72); backdrop-filter: blur(8px); }
#home-v2 .auth-panel { position: relative; max-height: calc(100dvh - 32px); overflow-y: auto; padding: 42px 48px 36px; border: 1px solid #e8dde7; border-radius: 28px; background: white; box-shadow: 0 36px 100px rgba(27,13,30,.34); }
#home-v2 .auth-close { position: absolute; top: 22px; right: 24px; width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid #e5dce5; border-radius: 50%; background: white; color: #6d6570; cursor: pointer; font-size: 23px; line-height: 1; }
#home-v2 .auth-close:hover { background: var(--lilac); color: var(--plum); }
#home-v2 .auth-tabs { width: max-content; display: grid; grid-template-columns: 1fr 1fr; padding: 4px; border: 1px solid #d8c2d6; border-radius: 999px; background: #faf6f9; }
#home-v2 .auth-tabs button { min-width: 112px; padding: 10px 18px; border: 0; border-radius: 999px; background: transparent; color: var(--plum); cursor: pointer; font-size: 13px; font-weight: 750; }
#home-v2 .auth-tabs button.is-active { background: linear-gradient(135deg,var(--plum),var(--berry)); color: white; box-shadow: 0 8px 20px rgba(105,39,111,.2); }
#home-v2 .auth-heading { margin: 30px 0 24px; }
#home-v2 .auth-eyebrow { margin: 0 0 9px; color: var(--berry); font-size: 9px; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }
#home-v2 .auth-heading h2 { margin: 0; font-size: clamp(32px,4vw,48px); line-height: 1.05; letter-spacing: -.05em; }
#home-v2 .auth-heading > p:last-child { margin: 12px 0 0; color: var(--muted); font-size: 13px; }
#home-v2 .google-auth { width: 100%; min-height: 58px; display: flex; align-items: center; justify-content: center; gap: 13px; border: 1px solid #d9dce1; border-radius: 13px; background: white; color: #26354a; cursor: pointer; font-size: 14px; font-weight: 750; box-shadow: 0 7px 20px rgba(31,42,57,.05); }
#home-v2 .google-auth:hover { border-color: #b7bdc6; background: #fbfbfc; }
#home-v2 .google-mark { font-size: 22px; font-weight: 900; background: conic-gradient(from -45deg,#4285f4 0 25%,#34a853 0 45%,#fbbc05 0 70%,#ea4335 0 100%); background-clip: text; -webkit-background-clip: text; color: transparent; }
#home-v2 .auth-divider { display: flex; align-items: center; gap: 14px; margin: 22px 0; color: #9a96a0; font-size: 9px; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
#home-v2 .auth-divider::before, #home-v2 .auth-divider::after { content: ''; flex: 1; height: 1px; background: #ece8ec; }
#home-v2 .auth-form { display: flex; flex-direction: column; }
#home-v2 .auth-fields { display: grid; gap: 14px; }
#home-v2 .auth-fields.two-column { grid-template-columns: repeat(2,minmax(0,1fr)); }
#home-v2 .auth-fields label { display: flex; flex-direction: column; gap: 7px; }
#home-v2 .auth-fields label > span { color: #5c6879; font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
#home-v2 .auth-fields input, #home-v2 .auth-fields select { width: 100%; min-height: 52px; padding: 0 15px; border: 1px solid #e2dee3; border-radius: 11px; outline: 0; background: #f7f6f7; color: var(--ink); font: inherit; font-size: 13px; transition: border-color .2s ease, box-shadow .2s ease, background .2s ease; }
#home-v2 .auth-fields input:focus, #home-v2 .auth-fields select:focus { border-color: #9b5d98; background: white; box-shadow: 0 0 0 4px #f2e7f1; }
#home-v2 .course-field { grid-column: 1 / -1; }
#home-v2 .auth-checks { display: grid; gap: 11px; margin: 18px 0; }
#home-v2 .auth-checks label, #home-v2 .signin-options label { display: flex; align-items: flex-start; gap: 10px; color: #4d596a; font-size: 11px; line-height: 1.45; }
#home-v2 .auth-checks input, #home-v2 .signin-options input { width: 17px; height: 17px; flex: 0 0 auto; margin: 0; accent-color: var(--plum); }
#home-v2 .auth-checks a, #home-v2 .signin-options a { color: var(--plum); font-weight: 750; }
#home-v2 .captcha-placeholder { display: flex; justify-content: center; padding: 6px 0 4px; }
#home-v2 .captcha-check { width: 26px; height: 26px; border: 2px solid #aeb3ba; border-radius: 4px; background: white; }
#home-v2 .google-auth-widget { display: flex; justify-content: center; margin-bottom: 4px; }
#home-v2 .auth-submit { align-self: center; min-width: 180px; margin-top: 22px; cursor: pointer; }
#home-v2 .signin-options { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 18px; }
#home-v2 .signin-options > a { flex: 0 0 auto; font-size: 11px; }
#home-v2 .auth-status { min-height: 18px; margin: 16px 0 0; color: #38765d; text-align: center; font-size: 10px; font-weight: 750; }
#home-v2 .auth-note { margin: 3px auto 0; max-width: 630px; color: #8a909a; text-align: center; font-size: 8px; line-height: 1.5; }

#home-v2 .process-section { position: relative; overflow: hidden; background: #17253a; color: white; }
#home-v2 .process-section::before { content: ''; position: absolute; width: 560px; height: 560px; left: -320px; top: -120px; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; }
#home-v2 .process-grid { position: relative; display: grid; grid-template-columns: .84fr 1.16fr; gap: 100px; align-items: center; }
#home-v2 .eyebrow.light { color: #d9add3; }
#home-v2 .process-intro h2 { margin: 0; font-size: clamp(38px,4.6vw,58px); line-height: 1.05; letter-spacing: -.05em; }
#home-v2 .process-intro > p:not(.eyebrow) { margin: 24px 0; color: #aeb9c9; font-size: 15px; line-height: 1.8; }
#home-v2 .inline-link { display: inline-flex; align-items: center; gap: 12px; padding-bottom: 5px; border-bottom: 1px solid rgba(255,255,255,.35); color: white; font-size: 13px; font-weight: 750; }
#home-v2 .inline-link span { color: #e59cc2; }
#home-v2 .process-steps { border-top: 1px solid rgba(255,255,255,.14); }
#home-v2 .process-step { display: grid; grid-template-columns: 62px 1fr auto; align-items: center; gap: 24px; padding: 30px 0; border-bottom: 1px solid rgba(255,255,255,.14); }
#home-v2 .process-number { color: #c082af; font-size: 11px; font-weight: 800; letter-spacing: .15em; }
#home-v2 .process-step h3 { margin: 0 0 8px; font-size: 24px; letter-spacing: -.03em; }
#home-v2 .process-step p { margin: 0; color: #aeb9c9; font-size: 13px; line-height: 1.65; }
#home-v2 .step-tick { display: grid; place-items: center; width: 34px; height: 34px; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; color: #e6a4c6; }

#home-v2 .proof-section { background: white; }
#home-v2 .proof-heading { display: grid; grid-template-columns: .6fr 1.4fr; gap: 60px; align-items: start; }
#home-v2 .proof-heading h2 { max-width: 760px; }
#home-v2 .feature-stage { display: grid; grid-template-columns: .85fr 1.15fr; gap: 64px; align-items: center; padding: 58px; border-radius: 28px; background: #f4f0f3; }
#home-v2 .feature-kicker { color: var(--berry); font-size: 10px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
#home-v2 .feature-copy h3 { margin: 15px 0 18px; font-size: 38px; line-height: 1.08; letter-spacing: -.045em; }
#home-v2 .feature-copy > p { color: var(--muted); font-size: 14px; line-height: 1.75; }
#home-v2 .feature-copy ul { display: grid; gap: 12px; margin: 24px 0 30px; padding: 0; list-style: none; }
#home-v2 .feature-copy li { display: flex; align-items: center; gap: 10px; color: #38485e; font-size: 13px; font-weight: 650; }
#home-v2 .feature-copy li span { display: grid; place-items: center; width: 21px; height: 21px; border-radius: 6px; background: #e6d1e5; color: var(--plum); font-size: 10px; }
#home-v2 .button-ink { min-height: 46px; border-color: #1e3048; background: #1e3048; box-shadow: none; }
#home-v2 .button-ink:hover { background: #2c405b; }
#home-v2 .exam-window { position: relative; min-height: 390px; overflow: visible; border: 8px solid #24354d; border-radius: 24px; background: white; box-shadow: 0 28px 70px rgba(33,39,53,.2); transform: rotate(1.2deg); }
#home-v2 .exam-bar { height: 58px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 16px; padding: 0 18px; border-radius: 15px 15px 0 0; background: #25374f; color: #dbe3ed; font-size: 10px; }
#home-v2 .exam-logo { display: grid; place-items: center; width: 35px; height: 35px; border-radius: 9px; background: #a53b78; color: white; font-weight: 850; }
#home-v2 .timer { padding: 7px 9px; border-radius: 7px; background: #1b2a40; color: #bcd0e7; font-variant-numeric: tabular-nums; }
#home-v2 .exam-body { min-height: 315px; display: grid; grid-template-columns: 38% 62%; }
#home-v2 .exam-body aside { display: flex; flex-direction: column; gap: 10px; padding: 22px 18px; border-right: 1px solid #e4e8ed; background: #f7f8fa; }
#home-v2 .mini-line { display: block; width: 58%; height: 7px; border-radius: 5px; background: #d7dde5; }
#home-v2 .mini-line.full { width: 100%; }
#home-v2 .mini-line.wide { width: 82%; }
#home-v2 .exam-body aside b { margin: 16px 0 3px; color: #34465e; font-size: 10px; display: block; }
#home-v2 .answer-panel { padding: 22px; color: #909bab; font-size: 10px; }
#home-v2 .toolbar { display: block; padding-bottom: 14px; border-bottom: 1px solid #e4e8ed; color: #54647a; font-weight: 750; }
#home-v2 .answer-panel p { margin-top: 24px; }
#home-v2 .answer-lines { display: grid; gap: 12px; margin-top: 22px; }
#home-v2 .answer-lines i { height: 8px; border-radius: 5px; background: #edf0f4; display: block; }
#home-v2 .answer-lines i:nth-child(3) { width: 76%; }
#home-v2 .feedback-chip { position: absolute; right: -24px; bottom: 22px; display: flex; align-items: center; gap: 11px; padding: 13px 16px; border: 1px solid #e1d5e1; border-radius: 14px; background: white; box-shadow: 0 18px 45px rgba(47,35,49,.16); transform: rotate(-1.2deg); }
#home-v2 .feedback-chip > span { display: grid; place-items: center; width: 30px; height: 30px; border-radius: 9px; background: #e0f1e9; color: #2c8060; font-weight: 850; }
#home-v2 .feedback-chip div { display: flex; flex-direction: column; gap: 3px; }
#home-v2 .feedback-chip strong { font-size: 10px; }
#home-v2 .feedback-chip small { color: #8691a0; font-size: 8px; }
#home-v2 .stat-grid { display: grid; grid-template-columns: repeat(4,1fr); margin-top: 24px; border: 1px solid #e7e2e7; border-radius: 20px; background: white; }
#home-v2 .stat-grid div { min-height: 125px; display: flex; flex-direction: column; justify-content: center; padding: 24px; border-right: 1px solid #e7e2e7; }
#home-v2 .stat-grid div:last-child { border-right: 0; }
#home-v2 .stat-grid strong { color: var(--plum); font-size: 34px; letter-spacing: -.05em; }
#home-v2 .stat-grid span { display: block; margin-top: 7px; color: #778398; font-size: 10px; line-height: 1.45; text-transform: uppercase; }

#home-v2 .testimonial-section { padding: 82px 0 86px; background: linear-gradient(180deg,#faf7f9 0%,#f5eef4 100%); }
#home-v2 .testimonial-heading { display: grid; grid-template-columns: 1.15fr .85fr; align-items: end; gap: 70px; margin-bottom: 30px; }
#home-v2 .testimonial-heading h2 { max-width: 700px; margin: 14px 0 0; font-size: clamp(38px,4.1vw,54px); line-height: 1.03; letter-spacing: -.05em; }
#home-v2 .testimonial-heading > p { max-width: 440px; margin: 0 0 4px; color: var(--muted); font-size: 14px; line-height: 1.65; }
#home-v2 .testimonial-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
#home-v2 .testimonial-card { --result-accent:#a63873; --result-soft:#f8e7f0; min-height: 240px; display: flex; flex-direction: column; padding: 23px 24px 21px; border: 1px solid color-mix(in srgb,var(--result-accent) 22%,white); border-radius: 21px; background: linear-gradient(145deg,#fff 40%,var(--result-soft)); box-shadow: 0 14px 36px rgba(67,35,61,.055); }
#home-v2 .testimonial-mcs { --result-accent:#872b79; --result-soft:#f3e5f1; }
#home-v2 .testimonial-scs { --result-accent:#612c8c; --result-soft:#eee7f7; }
#home-v2 .testimonial-card-top { display: flex; align-items: center; justify-content: space-between; gap: 18px; }
#home-v2 .testimonial-level { padding: 7px 10px; border-radius: 999px; background: var(--result-soft); color: var(--result-accent); font-size: 9px; font-weight: 900; letter-spacing: .15em; }
#home-v2 .testimonial-rating { display: inline-flex; align-items: center; gap: 7px; color: var(--result-accent); }
#home-v2 .testimonial-rating b { font-size: 12px; letter-spacing: 2px; }
#home-v2 .testimonial-rating small { color: #7b7180; font-size: 9px; font-weight: 800; }
#home-v2 .testimonial-card blockquote { flex: 1; margin: 22px 0 24px; color: #202d40; font-size: 18px; font-weight: 760; line-height: 1.35; letter-spacing: -.025em; font-style: normal; }
#home-v2 .testimonial-card-bottom { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding-top: 16px; border-top: 1px solid color-mix(in srgb,var(--result-accent) 14%,white); }
#home-v2 .testimonial-person { min-width: 0; display: flex; align-items: center; gap: 10px; }
#home-v2 .testimonial-person > span { flex: 0 0 auto; width: 34px; height: 34px; display: grid; place-items: center; border-radius: 11px; background: var(--result-accent); color: white; font-size: 9px; font-weight: 900; letter-spacing: .05em; }
#home-v2 .testimonial-person p { min-width: 0; display: flex; flex-direction: column; gap: 2px; margin: 0; }
#home-v2 .testimonial-person strong { color: #28364b; font-size: 11px; }
#home-v2 .testimonial-person small { overflow: hidden; color: #7a7480; font-size: 9px; text-overflow: ellipsis; white-space: nowrap; }
#home-v2 .testimonial-card-bottom > a { flex: 0 0 auto; color: var(--result-accent); font-size: 10px; font-weight: 800; }
#home-v2 .testimonial-card-bottom > a span { margin-left: 3px; }

#home-v2 .webinar-section { position: relative; overflow: hidden; background: linear-gradient(130deg,#56185d,#87306f); color: white; }
#home-v2 .webinar-section::after { content: ''; position: absolute; width: 520px; height: 520px; right: -200px; bottom: -250px; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; }
#home-v2 .webinar-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .78fr 1.22fr; gap: 100px; align-items: center; }
#home-v2 .webinar-copy h2 { margin: 0; font-size: clamp(40px,4.8vw,62px); line-height: 1.02; letter-spacing: -.055em; }
#home-v2 .webinar-copy > p:not(.eyebrow) { margin: 24px 0 30px; color: #e2cee2; font-size: 15px; line-height: 1.75; }
#home-v2 .button-light { border-color: white; background: white; color: var(--plum); box-shadow: none; }
#home-v2 .button-light:hover { background: #f8eaf2; color: var(--plum); }
#home-v2 .webinar-list { border-top: 1px solid rgba(255,255,255,.17); }
#home-v2 .webinar-list article { display: grid; grid-template-columns: 44px 1fr auto; align-items: center; gap: 18px; padding: 22px 0; border-bottom: 1px solid rgba(255,255,255,.17); }
#home-v2 .webinar-list article > span { color: #d398bd; font-size: 10px; font-weight: 850; }
#home-v2 .webinar-list h3 { margin: 0 0 5px; font-size: 18px; text-transform: capitalize; }
#home-v2 .webinar-list p { margin: 0; color: #d6c2d7; font-size: 11px; }
#home-v2 .webinar-list b { padding: 6px 9px; border-radius: 999px; background: rgba(255,255,255,.1); color: #f0b8d4; font-size: 8px; letter-spacing: .08em; text-transform: uppercase; font-weight: 850; }
#home-v2 .webinar-registration-trigger { cursor: pointer; font: inherit; }
#home-v2 .webinar-registration-dialog { width: min(720px,calc(100% - 32px)); max-height: calc(100dvh - 32px); margin: auto; padding: 0; overflow: visible; border: 0; border-radius: 28px; background: transparent; color: white; }
#home-v2 .webinar-registration-dialog::backdrop { background: rgba(13,20,32,.8); backdrop-filter: blur(8px); }
#home-v2 .webinar-registration-panel { position: relative; max-height: calc(100dvh - 32px); padding: 42px 44px 34px; overflow-y: auto; border: 1px solid rgba(255,255,255,.18); border-radius: 28px; background: linear-gradient(145deg,#17273d 0%,#381943 52%,#65215d 100%); box-shadow: 0 36px 100px rgba(12,11,20,.45); }
#home-v2 .webinar-registration-close { position: absolute; z-index: 2; top: 20px; right: 22px; width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; background: rgba(255,255,255,.08); color: white; cursor: pointer; font-size: 23px; line-height: 1; }
#home-v2 .webinar-registration-close:hover { background: rgba(255,255,255,.16); }
#home-v2 .webinar-registration-heading { position: relative; z-index: 1; padding-right: 45px; }
#home-v2 .webinar-registration-heading > p { margin: 0 0 13px; color: #e7a4c8; font-size: 9px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
#home-v2 .webinar-registration-heading h2 { max-width: 590px; margin: 0; font-size: clamp(36px,5vw,52px); line-height: 1.02; letter-spacing: -.05em; }
#home-v2 .webinar-registration-heading > span { display: block; max-width: 590px; margin-top: 14px; color: #d4c7d8; font-size: 12px; line-height: 1.65; }
#home-v2 .webinar-registration-form { position: relative; z-index: 1; display: grid; gap: 14px; margin-top: 28px; }
#home-v2 .webinar-registration-form > label:not(.webinar-consent) { display: flex; flex-direction: column; gap: 7px; }
#home-v2 .webinar-registration-form > label > span:first-child { color: #eadfec; font-size: 9px; font-weight: 800; letter-spacing: .05em; }
#home-v2 .webinar-registration-form label span b { margin-left: 5px; color: #d18cb5; font-size: 7px; letter-spacing: .1em; text-transform: uppercase; }
#home-v2 .webinar-registration-form input:not([type='checkbox']), #home-v2 .webinar-registration-form select { width: 100%; min-height: 52px; padding: 0 15px; border: 1px solid rgba(255,255,255,.24); border-radius: 12px; outline: 0; background: rgba(255,255,255,.95); color: var(--ink); font: inherit; font-size: 13px; }
#home-v2 .webinar-registration-form input::placeholder { color: #7f8792; }
#home-v2 .webinar-registration-form input:focus, #home-v2 .webinar-registration-form select:focus { border-color: #ed97bf; box-shadow: 0 0 0 4px rgba(237,151,191,.16); }
#home-v2 .webinar-consent { display: grid; grid-template-columns: 19px 1fr; align-items: start; gap: 11px; margin: 5px 0 2px; cursor: pointer; }
#home-v2 .webinar-consent input { width: 18px; height: 18px; margin: 1px 0 0; accent-color: #c64f8f; }
#home-v2 .webinar-consent span { color: #dbd0de !important; font-size: 10px !important; font-weight: 500 !important; letter-spacing: 0 !important; line-height: 1.55; }
#home-v2 .webinar-registration-submit { width: 100%; min-height: 52px; margin-top: 5px; cursor: pointer; border-color: #d2679f; background: #bd447f; box-shadow: 0 15px 34px rgba(20,8,22,.25); }
#home-v2 .webinar-registration-success { position: relative; z-index: 1; min-height: 540px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 32px 4px 10px; }
#home-v2 .webinar-success-icon { width: 54px; height: 54px; display: grid; place-items: center; margin-bottom: 21px; border: 1px solid rgba(255,255,255,.28); border-radius: 50%; background: linear-gradient(145deg,#d65698,#b73d82); color: white; box-shadow: 0 14px 34px rgba(16,8,22,.28); font-size: 25px; font-weight: 850; }
#home-v2 .webinar-registration-success > p:first-of-type { margin: 0 0 12px; color: #e7a4c8; font-size: 9px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
#home-v2 .webinar-registration-success h2 { margin: 0; font-size: clamp(43px,6vw,62px); line-height: 1; letter-spacing: -.055em; }
#home-v2 .webinar-success-copy { max-width: 590px; margin: 17px 0 0; color: #ddd1df; font-size: 13px; line-height: 1.65; }
#home-v2 .webinar-success-details { width: 100%; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; margin: 27px 0 19px; }
#home-v2 .webinar-success-details div { min-width: 0; padding: 17px; border: 1px solid rgba(255,255,255,.13); border-radius: 15px; background: rgba(255,255,255,.07); }
#home-v2 .webinar-success-details span { display: block; margin-bottom: 7px; color: #d69abd; font-size: 8px; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
#home-v2 .webinar-success-details strong { display: block; overflow-wrap: anywhere; color: white; font-size: 12px; line-height: 1.45; }
#home-v2 .webinar-success-note { margin: 0 0 18px; color: #d4c7d8; font-size: 11px; line-height: 1.55; }
#home-v2 .webinar-success-done { max-width: 240px; }

#home-v2 .teaching-section { padding-bottom: 56px; overflow: hidden; background: #faf7f9; }
#home-v2 .teaching-heading { display: grid; grid-template-columns: 1.08fr .72fr; align-items: end; gap: 90px; margin-bottom: 34px; }
#home-v2 .teaching-heading h2 { max-width: 760px; margin: 14px 0 0; font-size: clamp(40px,4.8vw,62px); line-height: 1.02; letter-spacing: -.055em; }
#home-v2 .teaching-heading > p { max-width: 440px; margin: 0 0 4px; color: var(--muted); font-size: 14px; line-height: 1.7; }
#home-v2 .teaching-video-track { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; }
#home-v2 .teaching-video-card { --video-accent:#b73d82; --video-soft:#f8e6f0; overflow: hidden; border: 1px solid color-mix(in srgb,var(--video-accent) 22%,white); border-radius: 23px; background: white; box-shadow: 0 16px 42px rgba(55,38,55,.07); }
#home-v2 .teaching-video-mulberry { --video-accent:#862d79; --video-soft:#f2e5f1; }
#home-v2 .teaching-video-violet { --video-accent:#63308d; --video-soft:#eee8f7; }
#home-v2 .teaching-video-frame { position: relative; aspect-ratio: 16/9; overflow: hidden; background: #18283f; }
#home-v2 .teaching-video-frame iframe { width: 100%; height: 100%; display: block; border: 0; }
#home-v2 .teaching-video-play { position: relative; width: 100%; height: 100%; display: grid; place-items: center; padding: 0; overflow: hidden; border: 0; background-position: center; background-size: cover; color: white; cursor: pointer; }
#home-v2 .teaching-video-shade { position: absolute; inset: 0; background: linear-gradient(180deg,rgba(19,34,56,.08),rgba(19,34,56,.7)); transition: background .2s ease; }
#home-v2 .teaching-video-play:hover .teaching-video-shade, #home-v2 .teaching-video-play:focus-visible .teaching-video-shade { background: linear-gradient(180deg,rgba(85,24,93,.12),rgba(85,24,93,.74)); }
#home-v2 .teaching-video-play:focus-visible { outline: 4px solid color-mix(in srgb,var(--video-accent) 75%,white); outline-offset: -4px; }
#home-v2 .teaching-play-icon { position: relative; z-index: 1; width: 58px; height: 58px; display: grid; place-items: center; padding-left: 4px; border: 1px solid rgba(255,255,255,.65); border-radius: 50%; background: rgba(183,61,130,.9); box-shadow: 0 12px 34px rgba(23,21,30,.28); font-size: 17px; transition: transform .2s ease, background .2s ease; }
#home-v2 .teaching-video-play:hover .teaching-play-icon { background: var(--video-accent); transform: scale(1.06); }
#home-v2 .teaching-play-copy { position: absolute; z-index: 1; right: 18px; bottom: 15px; font-size: 9px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
#home-v2 .teaching-card-copy { padding: 22px 22px 24px; }
#home-v2 .teaching-card-copy > span { display: inline-flex; padding: 6px 9px; border-radius: 999px; background: var(--video-soft); color: var(--video-accent); font-size: 9px; font-weight: 900; letter-spacing: .14em; }
#home-v2 .teaching-card-copy h3 { margin: 16px 0 9px; color: var(--ink); font-size: 22px; letter-spacing: -.035em; }
#home-v2 .teaching-card-copy p { min-height: 58px; margin: 0; color: var(--muted); font-size: 11px; line-height: 1.6; }
#home-v2 .teaching-card-copy a { display: inline-flex; gap: 7px; margin-top: 17px; padding-bottom: 4px; border-bottom: 1px solid color-mix(in srgb,var(--video-accent) 45%,white); color: var(--video-accent); font-size: 10px; font-weight: 850; }
#home-v2 .teaching-card-copy a:hover { border-color: var(--video-accent); }
#home-v2 .teaching-swipe-hint { display: none; }

#home-v2 .resources-section { padding-top: 56px; background: var(--cream); }
#home-v2 .resources-grid { display: grid; grid-template-columns: 1.16fr .84fr; gap: 20px; }
#home-v2 .resource-card { position: relative; min-height: 470px; display: flex; flex-direction: column; align-items: flex-start; padding: 44px; overflow: hidden; border-radius: 26px; }
#home-v2 .featured-resource { background: #1b2b42; color: white; }
#home-v2 .support-card { border: 1px solid #eadfea; background: #f0e2ef; color: var(--ink); }
#home-v2 .resource-label { padding: 7px 10px; border: 1px solid currentColor; border-radius: 999px; opacity: .75; font-size: 8px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
#home-v2 .resource-card h2, #home-v2 .resource-card h3 { max-width: 480px; margin: 28px 0 17px; font-size: 40px; line-height: 1.08; letter-spacing: -.045em; }
#home-v2 .resource-card p { max-width: 500px; margin: 0; color: #aebacb; font-size: 14px; line-height: 1.7; }
#home-v2 .support-card p { color: #68758a; }
#home-v2 .resource-card > a { display: inline-flex; gap: 10px; margin-top: 26px; padding-bottom: 5px; border-bottom: 1px solid currentColor; font-size: 12px; font-weight: 800; }
#home-v2 .resource-sample-trigger { display: inline-flex; align-items: center; gap: 10px; margin-top: 26px; padding: 0 0 5px; border: 0; border-bottom: 1px solid currentColor; background: transparent; color: white; cursor: pointer; font: inherit; font-size: 12px; font-weight: 800; }
#home-v2 .resource-sample-trigger:hover { color: #f1b6d4; }
#home-v2 .sample-stack { position: absolute; right: 44px; bottom: 36px; width: 290px; height: 140px; }
#home-v2 .sample-stack span { position: absolute; width: 190px; height: 120px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.22); border-radius: 12px; background: #33465f; color: #b8c6d7; font-size: 9px; font-weight: 850; letter-spacing: .12em; box-shadow: 0 18px 40px rgba(0,0,0,.2); }
#home-v2 .sample-stack span:first-child { left: 0; top: 18px; transform: rotate(-8deg); }
#home-v2 .sample-stack span:nth-child(2) { left: 50px; top: 5px; transform: rotate(2deg); background: #612765; color: #e0c7df; }
#home-v2 .sample-stack span:last-child { left: 98px; top: 15px; transform: rotate(9deg); background: #a23d77; color: white; }
#home-v2 .contact-form { width: 100%; display: grid; gap: 12px; margin-top: 26px; }
#home-v2 .contact-form-row { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; }
#home-v2 .contact-form label { min-width: 0; display: flex; flex-direction: column; gap: 7px; }
#home-v2 .contact-form label > span { color: #6c4d69; font-size: 8px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
#home-v2 .contact-form input, #home-v2 .contact-form textarea { width: 100%; padding: 0 13px; border: 1px solid #dcc8d9; border-radius: 11px; outline: 0; background: rgba(255,255,255,.72); color: var(--ink); font: inherit; font-size: 12px; transition: border-color .2s ease, box-shadow .2s ease, background .2s ease; }
#home-v2 .contact-form input { min-height: 45px; }
#home-v2 .contact-form textarea { min-height: 94px; padding-top: 12px; line-height: 1.5; resize: vertical; }
#home-v2 .contact-form input::placeholder, #home-v2 .contact-form textarea::placeholder { color: #92909a; }
#home-v2 .contact-form input:focus, #home-v2 .contact-form textarea:focus { border-color: #9c6094; background: white; box-shadow: 0 0 0 4px rgba(105,39,111,.09); }
#home-v2 .contact-submit { justify-self: start; min-height: 44px; padding: 0 17px; cursor: pointer; box-shadow: none; }
#home-v2 .contact-error { min-height: 14px; margin-top: -2px; color: #b3264f; font-size: 10px; font-weight: 700; }
#home-v2 .contact-confirmation { width: 100%; min-height: 330px; display: grid; grid-template-columns: auto 1fr; align-content: center; align-items: start; gap: 18px; margin-top: 24px; padding: 26px; border: 1px solid rgba(126,58,116,.16); border-radius: 20px; background: rgba(255,255,255,.48); }
#home-v2 .contact-confirmation-icon { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 50%; background: linear-gradient(145deg,#d65698,#a93679); color: white; box-shadow: 0 12px 28px rgba(92,38,85,.18); font-size: 23px; font-weight: 850; }
#home-v2 .contact-confirmation p { margin: 2px 0 9px; color: #9d397e; font-size: 8px; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
#home-v2 .contact-confirmation h4 { margin: 0; color: var(--ink); font-size: 27px; line-height: 1.08; letter-spacing: -.035em; }
#home-v2 .contact-confirmation div > span { display: block; margin-top: 13px; color: #68758a; font-size: 12px; line-height: 1.65; }
#home-v2 .contact-confirmation strong { color: #6c315f; overflow-wrap: anywhere; }
#home-v2 .contact-confirmation-reset { grid-column: 2; justify-self: start; padding: 0 0 5px; border: 0; border-bottom: 1px solid currentColor; background: transparent; color: #8a2d75; cursor: pointer; font: inherit; font-size: 11px; font-weight: 800; }
#home-v2 .contact-confirmation-reset:hover { color: #b33a80; }

#home-v2 .samples-dialog { width: min(980px,calc(100% - 32px)); max-height: calc(100dvh - 32px); margin: auto; padding: 0; overflow: visible; border: 0; border-radius: 28px; background: transparent; color: var(--ink); }
#home-v2 .samples-dialog::backdrop { background: rgba(16,25,39,.76); backdrop-filter: blur(8px); }
#home-v2 .samples-panel { position: relative; max-height: calc(100dvh - 32px); padding: 40px 44px 34px; overflow-y: auto; border: 1px solid #e5d9e3; border-radius: 28px; background: #fbf8fa; box-shadow: 0 36px 100px rgba(23,19,28,.35); }
#home-v2 .samples-close { position: absolute; top: 20px; right: 22px; width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid #ded2dd; border-radius: 50%; background: white; color: #6d6570; cursor: pointer; font-size: 23px; line-height: 1; }
#home-v2 .samples-close:hover { background: var(--lilac); color: var(--plum); }
#home-v2 .samples-eyebrow { margin: 0 0 12px; color: var(--berry); font-size: 9px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
#home-v2 .samples-heading { display: flex; align-items: end; justify-content: space-between; gap: 32px; padding-right: 46px; }
#home-v2 .samples-heading h2 { margin: 0; font-size: clamp(34px,4vw,48px); line-height: 1.04; letter-spacing: -.05em; }
#home-v2 .samples-heading p { margin: 10px 0 0; color: var(--muted); font-size: 12px; }
#home-v2 .samples-heading > span { flex: 0 0 auto; color: #897389; font-size: 10px; font-weight: 800; }
#home-v2 .samples-tabs { width: max-content; display: grid; grid-template-columns: repeat(3,1fr); margin: 26px 0 20px; padding: 4px; border: 1px solid #d8c2d6; border-radius: 999px; background: white; }
#home-v2 .samples-tabs button { min-width: 88px; padding: 9px 18px; border: 0; border-radius: 999px; background: transparent; color: var(--plum); cursor: pointer; font-size: 11px; font-weight: 850; letter-spacing: .08em; }
#home-v2 .samples-tabs button.is-active { background: linear-gradient(135deg,var(--plum),var(--berry)); color: white; box-shadow: 0 8px 20px rgba(105,39,111,.18); }
#home-v2 .samples-groups { display: grid; grid-template-columns: 1.25fr .85fr .85fr; gap: 12px; }
#home-v2 .samples-groups[hidden] { display: none; }
#home-v2 .samples-group { min-width: 0; padding: 20px; border: 1px solid #e6dde5; border-radius: 17px; background: white; }
#home-v2 .samples-group-heading { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding-bottom: 13px; border-bottom: 1px solid #ece6eb; }
#home-v2 .samples-group h3 { margin: 0; font-size: 14px; letter-spacing: -.02em; }
#home-v2 .samples-group-heading > span { width: 24px; height: 24px; display: grid; place-items: center; border-radius: 8px; background: #f2e7f1; color: var(--plum); font-size: 9px; font-weight: 850; }
#home-v2 .samples-group ul { display: grid; gap: 5px; margin: 12px 0 0; padding: 0; list-style: none; }
#home-v2 .samples-resource-button { width: 100%; min-height: 34px; display: grid; grid-template-columns: 18px 1fr auto; align-items: center; gap: 8px; padding: 5px 7px; border: 0; border-radius: 9px; background: transparent; color: #59667a; cursor: pointer; text-align: left; font: inherit; font-size: 10px; line-height: 1.35; transition: background .18s ease, color .18s ease; }
#home-v2 .samples-resource-button:hover, #home-v2 .samples-resource-button:focus-visible { outline: 0; background: #f7eff5; color: var(--plum); }
#home-v2 .samples-resource-check { width: 17px; height: 17px; display: grid; place-items: center; border-radius: 6px; background: #f4edf3; color: var(--berry); font-size: 8px; }
#home-v2 .samples-resource-label { min-width: 0; }
#home-v2 .samples-resource-arrow { color: var(--berry); font-size: 11px; opacity: .45; transform: translate(-2px,2px); transition: opacity .18s ease, transform .18s ease; }
#home-v2 .samples-resource-button:hover .samples-resource-arrow, #home-v2 .samples-resource-button:focus-visible .samples-resource-arrow { opacity: 1; transform: translate(0,0); }
#home-v2 .samples-footer { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-top: 18px; }
#home-v2 .samples-footer p { margin: 0; color: #85808a; font-size: 9px; }
#home-v2 .samples-resource-status { min-height: 14px; margin-top: 5px !important; color: #6d4770 !important; font-weight: 700; }

#home-v2 .faq-section { background: white; }
#home-v2 .faq-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 100px; }
#home-v2 .faq-intro h2 { margin: 0; font-size: 48px; line-height: 1.08; letter-spacing: -.05em; }
#home-v2 .faq-intro > p:not(.eyebrow) { margin: 22px 0; color: var(--muted); font-size: 14px; line-height: 1.7; }
#home-v2 .dark-link { color: var(--plum); border-color: #c5abc3; }
#home-v2 .faq-list { border-top: 1px solid var(--line); }
#home-v2 .faq-list details { padding: 0; border-bottom: 1px solid var(--line); }
#home-v2 .faq-list summary { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 20px; padding: 25px 0; cursor: pointer; list-style: none; font-size: 15px; font-weight: 750; }
#home-v2 .faq-list summary::-webkit-details-marker { display: none; }
#home-v2 .faq-list summary span { display: grid; place-items: center; width: 28px; height: 28px; border: 1px solid #dfd3df; border-radius: 50%; color: var(--plum); transition: transform .2s ease; }
#home-v2 .faq-list details[open] summary span { transform: rotate(45deg); }
#home-v2 .faq-list details p { max-width: 690px; margin: -4px 55px 24px 0; color: var(--muted); font-size: 13px; line-height: 1.7; }

#home-v2 .closing-section { padding: 0 0 90px; background: white; }
#home-v2 .closing-card { display: grid; grid-template-columns: 1fr .7fr; gap: 80px; align-items: end; padding: 60px; border-radius: 28px; background: linear-gradient(125deg,#55205b,#89306f); color: white; }
#home-v2 .closing-card h2 { margin: 0; font-size: clamp(42px,5vw,64px); line-height: 1; letter-spacing: -.055em; }
#home-v2 .closing-card > div:last-child p { margin: 0 0 25px; color: #dec9df; font-size: 14px; line-height: 1.7; }

#home-v2 .site-footer { padding: 72px 0 24px; background: #132238; color: white; }
#home-v2 .footer-top { display: grid; grid-template-columns: 1.4fr 1fr .8fr 1fr; gap: 70px; padding-bottom: 58px; }
#home-v2 .footer-brand p { max-width: 290px; margin: 22px 0 0; color: #91a0b4; font-size: 12px; line-height: 1.7; }
#home-v2 .footer-social-block { margin-top: 24px; }
#home-v2 .footer-social-label { display: block; margin-bottom: 10px; color: #d6b5d4 !important; font-size: 9px !important; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
#home-v2 .footer-socials { display: flex; flex-wrap: wrap; gap: 8px; }
#home-v2 .footer-socials a { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; background: rgba(255,255,255,.06); color: #f5edf5 !important; font-size: 15px !important; font-weight: 800; line-height: 1 !important; transition: border-color .18s ease, background .18s ease, color .18s ease, transform .18s ease; }
#home-v2 .footer-socials a:hover, #home-v2 .footer-socials a:focus-visible { outline: 0; border-color: #d986b5; background: #b73d82; color: white !important; transform: translateY(-2px); }
#home-v2 .instagram-glyph { font-size: 24px !important; font-weight: 500; transform: translateY(-1px); }
#home-v2 .linkedin-glyph { font-size: 11px !important; letter-spacing: -.04em; }
#home-v2 .youtube-glyph { padding-left: 2px; font-size: 11px !important; }
#home-v2 .footer-top > div:not(.footer-brand) { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; }
#home-v2 .footer-top h3 { margin: 4px 0 10px; color: #d6b5d4; font-size: 10px; letter-spacing: .13em; text-transform: uppercase; }
#home-v2 .footer-top a, #home-v2 .footer-top span { color: #aeb9c9; font-size: 11px; line-height: 1.5; }
#home-v2 .footer-top a:hover { color: white; }
#home-v2 .footer-bottom { display: flex; justify-content: space-between; align-items: center; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); color: #74849a; font-size: 9px; }
#home-v2 .footer-bottom div { display: flex; gap: 24px; }

@media (max-width: 1080px) {
  #home-v2 .desktop-nav { display: none; }
  #home-v2 .header-inner { grid-template-columns: 1fr auto; }
  #home-v2 .mobile-menu { display: block; }
  #home-v2 .hero-grid { grid-template-columns: 1fr 440px; gap: 30px; }
  #home-v2 .float-card-top { right: 0; }
  #home-v2 .float-card-bottom { left: 0; }
  #home-v2 .process-grid, #home-v2 .webinar-grid { gap: 56px; }
  #home-v2 .feature-stage { padding: 42px; gap: 40px; }
  #home-v2 .footer-top { gap: 35px; }
}

@media (max-width: 820px) {
  #home-v2 { padding-bottom: calc(86px + env(safe-area-inset-bottom)); }
  #home-v2 .shell { width: min(100% - 32px, 700px); }
  #home-v2 .mobile-sticky-trial { position: fixed; z-index: 60; right: 12px; bottom: max(10px,env(safe-area-inset-bottom)); left: 12px; display: block; padding: 0; border: 0; border-radius: 18px; opacity: 0; background: transparent; box-shadow: none; pointer-events: none; transform: translateY(calc(100% + 28px)); transition: opacity .25s ease, transform .25s ease; }
  #home-v2 .mobile-sticky-trial.is-visible { opacity: 1; pointer-events: auto; transform: translateY(0); }
  #home-v2 .mobile-sticky-trial .trial-button { width: 100%; min-height: 54px; border-radius: 13px; box-shadow: none; }
  #home-v2 .text-link { display: none; }
  #home-v2 .hero { padding-top: 140px; }
  #home-v2 .hero-grid { grid-template-columns: 1fr; }
  #home-v2 .hero-copy { text-align: center; }
  #home-v2 .hero-copy .eyebrow, #home-v2 .hero-actions { justify-content: center; }
  #home-v2 .hero-lead { margin-left: auto; margin-right: auto; }
  #home-v2 .hero-visual { margin-top: 18px; }
  #home-v2 .trust-strip { flex-direction: column; justify-content: center; gap: 14px; padding: 24px 0; text-align: center; }
  #home-v2 .trust-strip div { flex-wrap: wrap; justify-content: center; }
  #home-v2 .split-heading { grid-template-columns: 1fr; gap: 22px; }
  #home-v2 .level-grid { grid-template-columns: 1fr; }
  #home-v2 .level-card { min-height: 300px; }
  #home-v2 .about-grid, #home-v2 .process-grid, #home-v2 .feature-stage, #home-v2 .proof-heading, #home-v2 .webinar-grid, #home-v2 .resources-grid, #home-v2 .faq-grid, #home-v2 .closing-card { grid-template-columns: 1fr; }
  #home-v2 .about-grid { gap: 42px; }
  #home-v2 .about-community { min-height: 400px; }
  #home-v2 .process-grid, #home-v2 .webinar-grid, #home-v2 .faq-grid { gap: 52px; }
  #home-v2 .proof-heading { gap: 20px; }
  #home-v2 .feature-stage { padding: 32px; }
  #home-v2 .exam-window { min-height: 340px; }
  #home-v2 .stat-grid { grid-template-columns: repeat(2,1fr); }
  #home-v2 .stat-grid div:nth-child(2) { border-right: 0; }
  #home-v2 .stat-grid div:nth-child(-n+2) { border-bottom: 1px solid #e7e2e7; }
  #home-v2 .testimonial-heading { grid-template-columns: 1fr; gap: 14px; }
  #home-v2 .testimonial-heading > p { max-width: 560px; }
  #home-v2 .testimonial-grid { grid-template-columns: 1fr; }
  #home-v2 .testimonial-card { min-height: 0; }
  #home-v2 .teaching-heading { grid-template-columns: 1fr; gap: 16px; }
  #home-v2 .teaching-heading > p { max-width: 620px; }
  #home-v2 .teaching-section { padding-bottom: 42px; }
  #home-v2 .resources-section { padding-top: 42px; }
  #home-v2 .teaching-video-track { grid-template-columns: none; grid-auto-flow: column; grid-auto-columns: minmax(300px,78%); gap: 14px; margin-right: calc((100vw - 100%)/-2); padding-right: 32px; overflow-x: auto; scroll-padding-left: 0; scroll-snap-type: x mandatory; overscroll-behavior-inline: contain; scrollbar-width: thin; scrollbar-color: #c99abc transparent; }
  #home-v2 .teaching-video-card { scroll-snap-align: start; }
  #home-v2 .teaching-swipe-hint { display: flex; align-items: center; gap: 8px; margin: 14px 0 0; color: #817486; font-size: 10px; }
  #home-v2 .teaching-swipe-hint span { color: var(--berry); font-size: 14px; }
  #home-v2 .resource-card { min-height: 430px; }
  #home-v2 .closing-card { gap: 32px; }
  #home-v2 .footer-top { grid-template-columns: repeat(2,1fr); }
  #home-v2 .auth-panel { padding: 38px 34px 32px; }
}

@media (max-width: 520px) {
  #home-v2 .mobile-sticky-trial { right: 9px; bottom: max(8px,env(safe-area-inset-bottom)); left: 9px; padding: 0; border-radius: 16px; }
  #home-v2 .mobile-sticky-trial .trial-button { min-height: 52px; }
  #home-v2 .header-inner { height: 76px; }
  #home-v2 .brand-copy small { display: none; }
  #home-v2 .hero h1 { font-size: 46px; }
  #home-v2 .hero-lead { font-size: 16px; }
  #home-v2 .hero-actions { flex-direction: column; }
  #home-v2 .hero-actions .button { width: 100%; }
  #home-v2 .hero-visual { min-height: 430px; }
  #home-v2 .plan-card { width: 100%; padding: 22px; }
  #home-v2 .plan-card h2 { font-size: 25px; }
  #home-v2 .float-card-top { top: 4px; right: -5px; }
  #home-v2 .float-card-bottom { bottom: 8px; left: -5px; }
  #home-v2 .orbit-one { width: 390px; height: 390px; }
  #home-v2 .section { padding: 78px 0; }
  #home-v2 .section-heading h2 { font-size: 39px; }
  #home-v2 .level-card { min-height: 270px; padding: 22px; }
  #home-v2 .level-card h3 { margin-top: 28px; font-size: 25px; }
  #home-v2 .level-card p { margin: 12px 0 20px; font-size: 12px; line-height: 1.6; }
  #home-v2 .about-copy h2 { font-size: 40px; }
  #home-v2 .about-copy > p:not(.eyebrow) { font-size: 13px; line-height: 1.7; }
  #home-v2 .about-closing { margin-top: 24px; padding: 17px 19px; font-size: 14px; }
  #home-v2 .about-community { min-height: 370px; padding: 32px 24px; border-radius: 22px; }
  #home-v2 .about-community > strong { font-size: 70px; }
  #home-v2 .about-community h3 { margin: 16px 0 24px; font-size: 24px; }
  #home-v2 .process-intro h2, #home-v2 .webinar-copy h2, #home-v2 .faq-intro h2 { font-size: 38px; }
  #home-v2 .process-step { grid-template-columns: 36px 1fr; gap: 14px; }
  #home-v2 .step-tick { display: none; }
  #home-v2 .feature-stage { padding: 24px 18px; border-radius: 20px; }
  #home-v2 .feature-copy h3 { font-size: 32px; }
  #home-v2 .exam-window { min-height: 290px; border-width: 5px; }
  #home-v2 .exam-body { min-height: 235px; grid-template-columns: 34% 66%; }
  #home-v2 .exam-body aside, #home-v2 .answer-panel { padding: 14px 10px; }
  #home-v2 .feedback-chip { right: -8px; bottom: -28px; }
  #home-v2 .stat-grid { margin-top: 55px; }
  #home-v2 .stat-grid div { min-height: 112px; padding: 18px; }
  #home-v2 .testimonial-section { padding: 56px 0 60px; }
  #home-v2 .testimonial-heading { margin-bottom: 24px; }
  #home-v2 .testimonial-heading h2 { margin-top: 11px; font-size: 36px; }
  #home-v2 .testimonial-heading > p { margin: 0; font-size: 13px; line-height: 1.55; }
  #home-v2 .testimonial-grid { gap: 12px; }
  #home-v2 .testimonial-card { padding: 20px; border-radius: 18px; }
  #home-v2 .testimonial-card blockquote { margin: 18px 0 20px; font-size: 17px; line-height: 1.32; }
  #home-v2 .testimonial-card-bottom { padding-top: 14px; }
  #home-v2 .webinar-list article { grid-template-columns: 30px 1fr auto; }
  #home-v2 .teaching-heading { margin-bottom: 24px; }
  #home-v2 .teaching-heading h2 { font-size: 38px; }
  #home-v2 .teaching-heading > p { font-size: 13px; line-height: 1.6; }
  #home-v2 .teaching-section { padding-bottom: 28px; }
  #home-v2 .resources-section { padding-top: 28px; }
  #home-v2 .teaching-video-track { grid-auto-columns: min(86%,330px); padding-right: 18px; }
  #home-v2 .teaching-video-card { border-radius: 19px; }
  #home-v2 .teaching-card-copy { padding: 18px 18px 20px; }
  #home-v2 .teaching-card-copy h3 { font-size: 20px; }
  #home-v2 .teaching-card-copy p { min-height: 0; }
  #home-v2 .resource-card { min-height: 460px; padding: 30px 24px; }
  #home-v2 .resource-card h2, #home-v2 .resource-card h3 { font-size: 34px; }
  #home-v2 .sample-stack { right: 5px; transform: scale(.82); transform-origin: right bottom; }
  #home-v2 .contact-form-row { grid-template-columns: 1fr; }
  #home-v2 .contact-confirmation { min-height: 310px; grid-template-columns: 1fr; gap: 15px; padding: 21px; }
  #home-v2 .contact-confirmation-reset { grid-column: 1; }
  #home-v2 .samples-dialog { width: calc(100% - 18px); max-height: calc(100dvh - 18px); border-radius: 20px; }
  #home-v2 .samples-panel { max-height: calc(100dvh - 18px); padding: 28px 18px 22px; border-radius: 20px; }
  #home-v2 .samples-close { top: 14px; right: 14px; width: 34px; height: 34px; }
  #home-v2 .samples-heading { align-items: flex-start; flex-direction: column; gap: 8px; padding-right: 35px; }
  #home-v2 .samples-heading h2 { font-size: 34px; }
  #home-v2 .samples-heading > span { white-space: normal; }
  #home-v2 .samples-tabs { width: 100%; margin: 22px 0 16px; }
  #home-v2 .samples-tabs button { min-width: 0; padding: 9px 10px; }
  #home-v2 .samples-groups { grid-template-columns: 1fr; }
  #home-v2 .samples-group { padding: 17px; }
  #home-v2 .samples-footer { align-items: flex-start; flex-direction: column; gap: 12px; }
  #home-v2 .samples-resource-button { min-height: 40px; padding: 7px; font-size: 11px; }
  #home-v2 .webinar-registration-dialog { width: calc(100% - 18px); max-height: calc(100dvh - 18px); border-radius: 20px; }
  #home-v2 .webinar-registration-panel { max-height: calc(100dvh - 18px); padding: 30px 18px 24px; border-radius: 20px; }
  #home-v2 .webinar-registration-close { top: 14px; right: 14px; width: 34px; height: 34px; }
  #home-v2 .webinar-registration-heading { padding-right: 35px; }
  #home-v2 .webinar-registration-heading h2 { font-size: 35px; }
  #home-v2 .webinar-registration-heading > span { font-size: 11px; }
  #home-v2 .webinar-registration-form { margin-top: 22px; }
  #home-v2 .webinar-registration-form input:not([type='checkbox']), #home-v2 .webinar-registration-form select { min-height: 49px; }
  #home-v2 .webinar-consent span { font-size: 9px !important; }
  #home-v2 .webinar-registration-success { min-height: 0; padding: 40px 0 4px; }
  #home-v2 .webinar-registration-success h2 { font-size: 40px; }
  #home-v2 .webinar-success-copy { font-size: 11px; }
  #home-v2 .webinar-success-details { grid-template-columns: 1fr; margin: 22px 0 16px; }
  #home-v2 .webinar-success-details div { padding: 14px; }
  #home-v2 .webinar-success-done { max-width: none; }
  #home-v2 .faq-list summary { font-size: 14px; }
  #home-v2 .closing-card { padding: 40px 24px; }
  #home-v2 .closing-card h2 { font-size: 43px; }
  #home-v2 .footer-top { grid-template-columns: 1fr; }
  #home-v2 .footer-bottom { align-items: flex-start; gap: 18px; flex-direction: column; }
  #home-v2 .footer-bottom div { flex-wrap: wrap; gap: 12px 20px; }
  #home-v2 .auth-dialog { width: calc(100% - 18px); max-height: calc(100dvh - 18px); border-radius: 20px; }
  #home-v2 .auth-panel { max-height: calc(100dvh - 18px); padding: 28px 18px 24px; border-radius: 20px; }
  #home-v2 .auth-close { top: 15px; right: 15px; width: 34px; height: 34px; }
  #home-v2 .auth-tabs button { min-width: 94px; padding: 9px 13px; }
  #home-v2 .auth-heading { margin-top: 24px; }
}

@media (prefers-reduced-motion: reduce) {
  #home-v2 * { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; scroll-behavior: auto !important; }
}
