:root {
  --navy: #2b164f;
  --navy-2: #4b2875;
  --ink: #21172e;
  --muted: #665d70;
  --orange: #f28b58;
  --blue: #7651c7;
  --purple: #9b58e9;
  --cream: #f4effd;
  --paper: #fdfbff;
  --line: #ddd4e8;
  --white: #ffffff;
}

/* WordPress and Tutor LMS integration */
.skip-link { position: fixed; left: 12px; top: -80px; z-index: 9999; padding: 12px 16px; background: #fff; color: #0b1d2a; }
.skip-link:focus { top: 12px; }
.hla-menu { display: flex; align-items: center; gap: 34px; margin: 0; padding: 0; list-style: none; }
.site-header nav .sub-menu { display: none; }
.mobile-toggle { display: none; width: 40px; height: 40px; border: 0; background: transparent; color: var(--navy); font-size: 22px; }
.site-header nav .mobile-menu-signin {
  display: none;
}
.mock-play { width: 46px; height: 46px; position: absolute; right: 24px; bottom: 26px; z-index: 2; display: grid; place-items: center; border-radius: 50%; background: var(--orange); color: var(--navy); font-size: 11px; }
.course-art img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; }
.course-art img + .course-tag { z-index: 3; }
.card-button { min-width: 102px; padding: 10px 13px; border: 1px solid var(--navy); color: var(--navy); text-align: center; font-size: 9px; font-weight: 800; }
.hla-content-shell { width: min(1200px, 90%); min-height: 60vh; margin: 0 auto; padding: 80px 0; }
.hla-entry { max-width: 850px; margin-bottom: 50px; }
.hla-entry h1 { color: var(--navy); font-family: Georgia, serif; font-size: clamp(38px, 5vw, 60px); font-weight: 400; }
.hla-entry p { color: var(--muted); line-height: 1.8; }
.hla-entry img { max-width: 100%; height: auto; }
.footer-brand + p { color: #b6c0c5; }
footer .hla-menu { justify-content: flex-end; gap: 20px; }

/* Tutor LMS inherits the Hodder Law Academy visual system. */
.tutor-wrap, .tutor-course-details-page { color: var(--ink); }
.tutor-wrap-parent { padding-top: 65px; padding-bottom: 90px; }
.tutor-btn-primary, .tutor-btn.tutor-btn-primary, .tutor-course-details-actions .tutor-btn { background: var(--navy) !important; border-color: var(--navy) !important; color: #fff !important; border-radius: 2px !important; }
.tutor-btn-primary:hover, .tutor-btn.tutor-btn-primary:hover { background: #18394b !important; }
.tutor-course-card { border: 1px solid #dfe3e2 !important; border-radius: 0 !important; box-shadow: none !important; }
.tutor-card { border-color: #dfe3e2 !important; border-radius: 3px !important; }
.tutor-course-name, .tutor-course-name a, .tutor-course-details-title, .tutor-dashboard-title { color: var(--navy) !important; font-family: 'Geologica', 'Poppins', Arial, sans-serif !important; }
.tutor-course-details-page .tutor-course-details-tab .tutor-is-sticky { background: var(--paper); }
.tutor-dashboard .tutor-dashboard-left-menu .tutor-dashboard-menu-item.active a { background: var(--navy); color: #fff; }
.tutor-dashboard .tutor-dashboard-left-menu .tutor-dashboard-menu-item:hover a { color: #a9601b; }
.tutor-progress-bar .tutor-progress-value { background: var(--orange) !important; }

/* WooCommerce checkout and account styling. */
.woocommerce .button, .woocommerce button.button, .woocommerce a.button, .woocommerce input.button { padding: 13px 18px !important; border-radius: 2px !important; background: var(--navy) !important; color: #fff !important; }
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .woocommerce select { min-height: 45px; padding: 10px 12px; border: 1px solid #cad2d3; background: #fff; }
.woocommerce-info { border-top-color: var(--orange); }
.woocommerce-info::before { color: #a9601b; }

@media (max-width: 1050px) {
  .mobile-toggle { display: grid; place-items: center; }
  .site-header nav { display: none; position: absolute; left: 0; right: 0; top: 72px; padding: 24px 5%; background: #fbfaf7; border-bottom: 1px solid #dfe3e2; }
  .site-header nav.is-open { display: block; }
  .site-header nav .hla-menu { align-items: flex-start; flex-direction: column; gap: 18px; }
}

@media (max-width: 560px) {
  footer .hla-menu { align-items: flex-start; flex-direction: column; }
  .header-actions .cart-button { display: inline-flex; }
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: 'Poppins', Arial, Helvetica, sans-serif; }
button, a { font: inherit; }
a { color: inherit; text-decoration: none; }
button { cursor: pointer; }

.announcement { min-height: 38px; padding: 9px 5%; display: flex; align-items: center; justify-content: center; gap: 12px; background: linear-gradient(100deg, #1d0d38, #3b1b69 55%, #5a2a82); color: #eee4ff; font-size: 12px; letter-spacing: .02em; }
.announcement span { color: var(--orange); font-weight: 700; text-transform: uppercase; letter-spacing: .12em; }
.announcement a { color: white; border-bottom: 1px solid #82919a; }

.site-header { height: 88px; padding: 0 5%; display: flex; align-items: center; justify-content: space-between; background: linear-gradient(90deg, rgba(255,255,255,.98), rgba(248,243,255,.97)); border-bottom: 1px solid #e7dff0; position: sticky; top: 0; z-index: 20; backdrop-filter: blur(12px); }
.brand { display: flex; align-items: center; gap: 11px; min-width: 190px; }
.brand-lockup { display: flex; align-items: center; gap: 14px; }
.brand-lockup img { display: block; width: 188px; height: auto; }
.brand-lockup small { padding-left: 14px; border-left: 1px solid #c8d2da; color: var(--navy); font-family: 'Geologica', sans-serif; font-size: 10px; font-weight: 600; text-transform: uppercase; letter-spacing: .22em; }
.brand-mark { width: 38px; height: 38px; display: grid; place-items: center; color: white; background: var(--navy); font-family: Georgia, serif; font-size: 22px; border-radius: 3px; }
.brand strong, .brand small { display: block; }
.brand strong { font-family: Georgia, serif; font-size: 17px; font-weight: 500; letter-spacing: .01em; }
.brand small { color: #66747c; font-size: 9px; text-transform: uppercase; letter-spacing: .24em; margin-top: 3px; }
nav { display: flex; align-items: center; gap: 34px; font-size: 13px; font-weight: 600; }
nav a:hover { color: var(--purple); }
.header-actions { display: flex; align-items: center; gap: 13px; }
.text-button, .cart-button { background: transparent; border: 0; color: var(--ink); font-size: 12px; font-weight: 700; }
.cart-button span { min-width: 20px; height: 20px; display: inline-grid; place-items: center; margin-left: 4px; background: var(--orange); color: var(--navy); border-radius: 50%; }
.primary { display: inline-flex; align-items: center; justify-content: center; gap: 28px; min-height: 50px; padding: 0 22px; border: 0; border-radius: 3px; background: linear-gradient(120deg, var(--navy), #56308b 70%, #7340aa); color: white; box-shadow: 0 12px 28px rgba(54,25,92,.18); font-size: 13px; font-weight: 600; transition: transform .2s, box-shadow .2s; }
.primary:hover { transform: translateY(-2px); box-shadow: 0 16px 32px rgba(54,25,92,.28); }
.primary.small { min-height: 40px; padding: 0 17px; font-size: 11px; }

.hero { min-height: 660px; padding: 72px 8% 90px; display: grid; grid-template-columns: minmax(0, 1fr) minmax(420px, .88fr); gap: 8%; align-items: center; background: radial-gradient(circle at 82% 30%, rgba(155,88,233,.18) 0, transparent 33%), radial-gradient(circle at 15% 85%, rgba(242,139,88,.11), transparent 26%), linear-gradient(115deg, #fff 64%, #f3ecfc 64%); overflow: hidden; }
.firm-connection { margin: 0 0 25px; display: flex; align-items: center; gap: 11px; color: #606060; font-size: 9px; font-weight: 600; text-transform: uppercase; letter-spacing: .15em; }
.firm-connection span { width: 28px; height: 2px; background: linear-gradient(90deg, #f200d4, #245bff); }
.eyebrow { margin: 0 0 20px; color: #6c3dad; font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .25em; }
.hero h1 { margin: 0; font-family: 'Geologica', 'Poppins', sans-serif; font-size: clamp(51px, 5vw, 74px); line-height: 1.02; font-weight: 500; letter-spacing: -.045em; color: var(--navy); }
.hero h1 em { color: #6f3caf; font-weight: 400; font-style: normal; }
.hero-text { max-width: 600px; margin: 26px 0 31px; color: #50626d; font-size: 17px; line-height: 1.75; }
.hero-actions { display: flex; gap: 12px; align-items: center; }
.secondary { display: inline-flex; min-height: 50px; align-items: center; gap: 10px; padding: 0 20px; color: var(--navy); font-size: 12px; font-weight: 700; }
.play { width: 29px; height: 29px; display: grid; place-items: center; border: 1px solid #9aa7ad; border-radius: 50%; font-size: 8px; }
.trust-line { margin-top: 36px; display: flex; align-items: center; gap: 13px; color: #75838a; font-size: 10px; line-height: 1.5; }
.trust-line strong { color: var(--ink); font-size: 11px; }
.avatar-stack { display: flex; }
.avatar-stack i { width: 31px; height: 31px; display: grid; place-items: center; margin-right: -7px; border: 2px solid var(--paper); border-radius: 50%; background: #c7d2d5; color: var(--navy); font-size: 8px; font-style: normal; font-weight: 800; }
.avatar-stack i:nth-child(2) { background: #e0b688; }
.avatar-stack i:nth-child(3) { background: #92aab0; }

.hero-visual { min-height: 515px; position: relative; display: grid; place-items: center; }
.dashboard-card { width: min(100%, 430px); padding: 20px; position: relative; z-index: 2; background: white; border: 1px solid #dfe2df; border-radius: 8px; box-shadow: 0 30px 70px rgba(16,31,41,.17); transform: rotate(1.3deg); }
.dash-top { display: flex; justify-content: space-between; padding: 0 2px 16px; color: #6b7a82; font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; }
.dots { letter-spacing: 3px; }
.lesson-art { height: 215px; padding: 25px; position: relative; display: flex; flex-direction: column; justify-content: flex-end; background: linear-gradient(135deg, #24103f, #371761 58%, #62309a); color: white; overflow: hidden; border-radius: 2px; }
.lesson-art::before { content: "₿"; position: absolute; right: -22px; top: -44px; color: rgba(239,159,67,.15); font-family: Georgia, serif; font-size: 220px; transform: rotate(12deg); }
.lesson-label { margin-bottom: 8px; color: var(--orange); font-size: 9px; text-transform: uppercase; letter-spacing: .16em; }
.lesson-art strong { font-family: Georgia, serif; font-size: 28px; line-height: 1.08; font-weight: 400; z-index: 1; }
.lesson-art button { width: 46px; height: 46px; position: absolute; right: 24px; bottom: 26px; z-index: 2; border: 0; border-radius: 50%; background: var(--orange); color: var(--navy); font-size: 11px; }
.progress-heading { display: flex; justify-content: space-between; margin: 19px 0 9px; font-size: 10px; }
.progress-heading span { color: #a55e18; font-weight: 800; }
.progress { height: 5px; background: #e8ebeb; border-radius: 5px; overflow: hidden; }
.progress span { display: block; width: 68%; height: 100%; background: linear-gradient(90deg, #f200d4, #245bff); }
.next-lesson { display: grid; grid-template-columns: 36px 1fr auto; gap: 12px; align-items: center; margin-top: 17px; padding: 12px; background: #f4f5f3; }
.lesson-number { width: 33px; height: 33px; display: grid; place-items: center; border: 1px solid #ccd4d5; color: #7a888e; font-family: Georgia, serif; }
.next-lesson small, .next-lesson strong { display: block; }
.next-lesson small { color: #8a969b; font-size: 8px; text-transform: uppercase; letter-spacing: .08em; }
.next-lesson strong { margin-top: 3px; font-size: 11px; }
.certificate-float { min-width: 235px; padding: 14px 17px; position: absolute; z-index: 4; right: -4%; bottom: 42px; display: flex; align-items: center; gap: 11px; background: var(--cream); border: 1px solid #d8d1c3; box-shadow: 0 12px 32px rgba(24,35,40,.16); transform: rotate(-2deg); }
.certificate-float > span { width: 31px; height: 31px; display: grid; place-items: center; border-radius: 50%; background: var(--orange); font-weight: 900; }
.certificate-float small, .certificate-float strong { display: block; }
.certificate-float small { color: #7f7b71; font-size: 8px; text-transform: uppercase; letter-spacing: .1em; }
.certificate-float strong { margin-top: 4px; font-size: 10px; }
.coin { position: absolute; display: grid; place-items: center; border: 1px solid rgba(155,103,38,.25); border-radius: 50%; color: rgba(147,91,28,.35); font-family: Georgia, serif; }
.coin-one { width: 94px; height: 94px; left: -12px; top: 30px; font-size: 49px; transform: rotate(-16deg); }
.coin-two { width: 66px; height: 66px; right: 10px; top: 78px; font-size: 32px; transform: rotate(19deg); }

.proof-strip { padding: 28px 8%; display: grid; grid-template-columns: repeat(4, 1fr); background: linear-gradient(90deg, #f8f4ff, #f1eafa); border-top: 1px solid #e3d8ef; border-bottom: 1px solid #e3d8ef; }
.proof-strip div { padding: 3px 28px; border-right: 1px solid #d3d0c9; }
.proof-strip div:first-child { padding-left: 0; }
.proof-strip div:last-child { border: 0; }
.proof-strip strong, .proof-strip span { display: block; }
.proof-strip strong { font-family: Georgia, serif; font-size: 16px; font-weight: 500; }
.proof-strip span { margin-top: 4px; color: #778188; font-size: 9px; }

.course-section { padding: 105px 7% 120px; }
.section-heading { display: grid; grid-template-columns: 1.2fr .8fr; gap: 8%; align-items: end; max-width: 1200px; margin: 0 auto 45px; }
.section-heading h2, .experience h2, .credentials h2, .roles h2, .cta h2 { margin: 0; color: var(--navy); font-family: 'Geologica', 'Poppins', sans-serif; font-size: clamp(38px, 4vw, 55px); line-height: 1.08; font-weight: 500; letter-spacing: -.035em; }
.section-heading > p { max-width: 430px; margin: 0 0 4px; color: var(--muted); font-size: 14px; line-height: 1.8; }
.course-filters { max-width: 1200px; margin: 0 auto 26px; display: flex; gap: 8px; }
.course-filters button { padding: 9px 15px; border: 1px solid #d2d8d8; border-radius: 30px; background: transparent; color: #69777e; font-size: 10px; font-weight: 700; }
.course-filters button.active { background: var(--navy); border-color: var(--navy); color: white; }
.course-grid { max-width: 1200px; min-height: 540px; margin: auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; align-items: start; }
.course-card { background: white; border: 1px solid #dfe3e2; transition: transform .25s, box-shadow .25s; }
.course-card:hover { transform: translateY(-5px); box-shadow: 0 22px 45px rgba(19,39,50,.09); }
.course-art { height: 218px; position: relative; display: grid; place-items: center; overflow: hidden; color: white; }
.course-art.orange { background: linear-gradient(135deg, #d56b62, #9d3bb2); }
.course-art.blue { background: linear-gradient(135deg, #2b164f, #7651c7); }
.course-art.green { background: linear-gradient(135deg, #43216e, #a457e8); }
.course-art::before, .course-art::after { content: ""; width: 180px; height: 180px; position: absolute; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; }
.course-art::after { width: 245px; height: 245px; }
.course-tag { position: absolute; top: 15px; left: 15px; z-index: 2; padding: 6px 9px; background: rgba(255,255,255,.92); color: var(--navy); font-size: 8px; font-weight: 900; text-transform: uppercase; letter-spacing: .1em; }
.art-symbol { z-index: 1; font-family: Georgia, serif; font-size: 75px; text-shadow: 0 8px 20px rgba(0,0,0,.18); }
.art-word { position: absolute; right: 14px; bottom: 12px; font-size: 7px; letter-spacing: .18em; opacity: .75; }
.course-body { padding: 23px; }
.course-level { color: #a6601d; font-size: 8px; font-weight: 900; text-transform: uppercase; letter-spacing: .16em; }
.course-card h3 { min-height: 54px; margin: 9px 0 10px; color: var(--navy); font-family: 'Geologica', 'Poppins', sans-serif; font-size: 21px; line-height: 1.25; font-weight: 500; }
.course-card p { min-height: 63px; margin: 0; color: #68777e; font-size: 11px; line-height: 1.75; }
.course-meta { margin: 18px 0; padding: 13px 0; display: flex; gap: 22px; border-top: 1px solid #edf0ef; border-bottom: 1px solid #edf0ef; color: #7b878c; font-size: 9px; }
.course-buy { display: flex; justify-content: space-between; align-items: center; }
.course-buy small, .course-buy strong { display: block; }
.course-buy small { color: #899398; font-size: 8px; text-transform: uppercase; letter-spacing: .08em; }
.course-buy strong { margin-top: 2px; font-family: Georgia, serif; font-size: 21px; }
.course-buy button { min-width: 102px; padding: 10px 13px; border: 1px solid var(--navy); background: transparent; color: var(--navy); font-size: 9px; font-weight: 800; }
.course-buy button.added { background: var(--navy); color: white; }

.experience { padding: 110px 9%; display: grid; grid-template-columns: 1fr .85fr; gap: 10%; align-items: center; background: radial-gradient(circle at 90% 20%, rgba(174,101,241,.2), transparent 28%), linear-gradient(135deg, #1c0c34, #2d1453 55%, #4b2277); color: white; }
.eyebrow.light { color: var(--orange); }
.experience h2 { color: white; }
.experience-copy > p:not(.eyebrow) { max-width: 560px; margin: 25px 0 35px; color: #aebbc1; font-size: 13px; line-height: 1.8; }
.experience ol { margin: 0; padding: 0; list-style: none; }
.experience li { padding: 19px 0; display: grid; grid-template-columns: 45px 1fr; gap: 15px; border-top: 1px solid #2f4350; }
.experience li > span { color: var(--orange); font-family: Georgia, serif; font-size: 12px; }
.experience li strong { font-family: Georgia, serif; font-size: 17px; font-weight: 400; }
.experience li p { margin: 5px 0 0; color: #84959d; font-size: 10px; }
.quiz-card { padding: 34px; background: #f9f8f4; color: var(--ink); box-shadow: 22px 24px 0 #173446; transform: rotate(1deg); }
.quiz-head { display: flex; justify-content: space-between; color: #7f8a8f; font-size: 8px; text-transform: uppercase; letter-spacing: .1em; }
.quiz-head strong { color: #a75f18; }
.quiz-progress { height: 3px; margin: 13px 0 29px; background: #e1e4e2; }
.quiz-progress span { display: block; width: 66%; height: 100%; background: var(--orange); }
.quiz-card h3 { margin: 0 0 23px; font-family: Georgia, serif; font-size: 24px; line-height: 1.35; font-weight: 500; }
.quiz-card label { min-height: 48px; margin: 9px 0; padding: 13px; display: flex; align-items: center; gap: 10px; border: 1px solid #dde1df; font-size: 10px; }
.quiz-card label span { margin-left: auto; color: #1e6b49; font-weight: 900; }
.quiz-card label.selected { border-color: #5c9178; background: #edf4ef; }
.quiz-card input { accent-color: #2f7456; }
.quiz-card button { width: 100%; margin-top: 17px; padding: 14px 18px; display: flex; justify-content: space-between; border: 0; background: var(--navy); color: white; font-size: 10px; font-weight: 800; }

.credentials { padding: 120px 9%; display: grid; grid-template-columns: 1fr .85fr; gap: 10%; align-items: center; background: linear-gradient(135deg, #f8f4ff, #eee6f8); }
.certificate-card { padding: 21px; background: #f8f5ed; border: 1px solid #cfc7b8; box-shadow: 0 25px 55px rgba(56,50,38,.13); transform: rotate(-2deg); }
.certificate-border { min-height: 350px; padding: 28px; text-align: center; border: 1px solid #9f8c6e; background: radial-gradient(circle, transparent 55%, rgba(198,176,138,.14)), #fbf8f0; }
.certificate-mark { width: 48px; height: 48px; margin: auto; display: grid; place-items: center; background: var(--navy); color: white; font-family: Georgia, serif; font-size: 26px; }
.certificate-border p { margin: 10px 0 25px; font-family: Georgia, serif; font-size: 11px; }
.certificate-border > small { color: #9b6a31; font-size: 7px; text-transform: uppercase; letter-spacing: .25em; }
.certificate-border h3 { margin: 7px 0 24px; font-family: Georgia, serif; font-size: 28px; font-weight: 400; }
.certificate-border i { display: block; color: #888077; font-family: Georgia, serif; font-size: 10px; }
.certificate-border > strong { display: block; margin: 9px 0 29px; font-family: Georgia, serif; font-size: 20px; font-weight: 400; border-bottom: 1px solid #b8aa94; }
.certificate-signatures { display: flex; justify-content: space-between; text-align: left; color: var(--navy); font-size: 8px; font-weight: 800; }
.certificate-signatures span:last-child { text-align: right; }
.certificate-signatures small { color: #968b7d; font-size: 6px; font-weight: 400; text-transform: uppercase; letter-spacing: .08em; }
.credentials-copy p:not(.eyebrow) { margin: 24px 0; color: #68767c; font-size: 13px; line-height: 1.8; }
.credentials-copy ul { padding: 0; list-style: none; display: grid; gap: 12px; }
.credentials-copy li { font-size: 11px; font-weight: 700; }
.credentials-copy li::before { content: "✓"; width: 23px; height: 23px; margin-right: 10px; display: inline-grid; place-items: center; border-radius: 50%; background: #dfe7df; color: #326a4b; }

.roles { padding: 115px 7%; text-align: center; background: var(--paper); }
.roles > h2 { max-width: 800px; margin: auto; }
.role-grid { max-width: 1200px; margin: 55px auto 0; display: grid; grid-template-columns: repeat(3, 1fr); text-align: left; border-top: 1px solid #d9dedc; border-bottom: 1px solid #d9dedc; }
.role-grid article { padding: 38px 32px; border-right: 1px solid #d9dedc; }
.role-grid article:last-child { border: 0; }
.role-grid article > span { color: #a6601d; font-size: 9px; font-weight: 800; letter-spacing: .15em; }
.role-grid h3 { margin: 24px 0 13px; font-family: Georgia, serif; font-size: 25px; font-weight: 400; }
.role-grid p { min-height: 75px; color: #6b7980; font-size: 11px; line-height: 1.75; }
.role-grid a { font-size: 10px; font-weight: 800; }

.cta { padding: 75px 9%; display: flex; align-items: center; justify-content: space-between; gap: 50px; background: linear-gradient(125deg, #251044, #462071 62%, #7440a8); color: white; }
.cta .eyebrow { margin-bottom: 13px; color: #f5d4ad; }
.cta h2 { max-width: 760px; color: white; font-size: clamp(36px, 4vw, 52px); }
.primary.pale { min-width: 210px; flex-shrink: 0; background: #f8f4ea; color: var(--navy); }

.site-footer { position: relative; clear: both; isolation: isolate; padding: 58px 7% 30px; display: block; background: radial-gradient(circle at 88% 18%, rgba(145,77,202,.2), transparent 28%), linear-gradient(125deg, #180a2c, #2c134d 66%, #3f1c60); color: #d7cae8; }
.footer-main { display: grid; grid-template-columns: minmax(250px, 1.1fr) minmax(300px, .9fr); gap: 48px; align-items: end; }
.footer-intro { max-width: 520px; }
.footer-brand .brand-lockup { align-items: center; }
.footer-brand .brand-lockup img { width: 205px; }
.footer-brand .brand-lockup small { border-color: rgba(255,255,255,.3); color: white; }
.footer-brand strong { color: white; }
.footer-intro p { max-width: 390px; margin: 16px 0 0; color: #bfb2cf; font-size: 11px; line-height: 1.8; }
.footer-navigation { display: block; font-size: 10px; font-weight: 700; }
.footer-navigation .hla-menu { justify-content: flex-end; flex-wrap: wrap; gap: 14px 26px; }
.footer-navigation a { color: #eee6f8; }
.footer-navigation a:hover { color: white; }
.footer-bottom { margin-top: 40px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.13); display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.footer-bottom small { color: #9484a7; font-size: 8px; line-height: 1.7; }
.footer-admin-link { color: #b9a9cb; font-size: 9px; font-weight: 700; letter-spacing: .04em; white-space: nowrap; }
.footer-admin-link:hover, .footer-admin-link:focus-visible { color: #fff; }

@media (max-width: 1050px) {
  nav { display: none; }
  .hero { grid-template-columns: 1fr 430px; gap: 3%; padding-left: 5%; padding-right: 5%; }
  .hero h1 { font-size: 58px; }
  .certificate-float { right: 0; }
}

@media (max-width: 820px) {
  .announcement { min-height: 44px; padding: 8px 4%; display: flex; flex-wrap: wrap; gap: 4px 9px; text-align: center; font-size: 10px; line-height: 1.4; }
  .site-header { height: 72px; padding: 0 4%; }
  .header-actions .text-button, .header-actions .small { display: none; }
  .site-header nav .mobile-menu-signin {
  display: block;
  margin-top: 22px;
}
  .hero { min-height: auto; padding: 65px 6% 75px; grid-template-columns: 1fr; background: var(--paper); }
  .hero-copy { text-align: center; }
  .hero-text { margin-left: auto; margin-right: auto; }
  .hero-actions, .trust-line { justify-content: center; }
  .hero-visual { margin-top: 35px; }
  .proof-strip { grid-template-columns: 1fr 1fr; gap: 22px 0; }
  .proof-strip div:nth-child(2) { border-right: 0; }
  .section-heading, .experience, .credentials { grid-template-columns: 1fr; }
  .section-heading { gap: 22px; }
  .course-grid { grid-template-columns: 1fr 1fr; }
  .experience { gap: 60px; }
  .credentials { gap: 65px; }
  .certificate-card { max-width: 560px; }
  .role-grid { grid-template-columns: 1fr; }
  .role-grid article { border-right: 0; border-bottom: 1px solid #d9dedc; }
  .cta { align-items: flex-start; flex-direction: column; }
  .footer-main { grid-template-columns: 1fr; gap: 34px; }
  .footer-navigation .hla-menu { justify-content: flex-start; }
}

@media (max-width: 560px) {
  .announcement span { width: 100%; }
  .announcement a { display: none; }
  .brand { min-width: auto; }
  .brand strong { font-size: 15px; }
  .hero { padding-top: 50px; }
  .hero h1 { font-size: 46px; }
  .hero-text { font-size: 15px; }
  .hero-actions { flex-direction: column; }
  .primary, .secondary { width: 100%; }
  .hero-visual { min-height: 455px; }
  .dashboard-card { transform: none; }
  .coin { display: none; }
  .certificate-float { right: 6px; bottom: 13px; }
  .proof-strip { padding: 25px 6%; }
  .proof-strip div { padding: 0 15px; }
  .course-section, .roles { padding: 80px 5%; }
  .course-grid { grid-template-columns: 1fr; }
  .course-filters { overflow-x: auto; padding-bottom: 5px; }
  .course-filters button { flex: 0 0 auto; }
  .experience, .credentials { padding: 80px 6%; }
  .quiz-card { padding: 24px; transform: none; box-shadow: 10px 10px 0 #173446; }
  .certificate-card { padding: 10px; transform: none; }
  .certificate-border { padding: 20px; }
  .role-grid article { padding: 32px 20px; }
  .cta { padding: 60px 6%; }
  .site-header { padding: 0 16px; gap: 10px; }
  .site-header .brand { min-width: 0; flex: 0 1 auto; }
  .site-header .brand-lockup { min-width: 0; gap: 7px; }
  .site-header .brand-lockup img { width: clamp(124px, 35vw, 138px); }
  .site-header .brand-lockup small { padding-left: 8px; font-size: 7px; letter-spacing: .13em; white-space: nowrap; }
  .header-actions { flex: 0 0 auto; gap: 6px; }
  .header-actions .cart-button { min-height: 40px; padding: 0 3px; display: inline-flex; align-items: center; gap: 3px; white-space: nowrap; font-size: 11px; }
  .cart-button span { margin-left: 0; }
  .mobile-toggle { width: 36px; flex: 0 0 36px; padding: 0; }
  .site-footer { padding: 46px 20px 25px; }
  .footer-main { gap: 32px; }
  .footer-brand .brand-lockup img { width: 166px; }
  .footer-brand .brand-lockup small { padding-left: 10px; font-size: 8px; letter-spacing: .16em; }
  .footer-intro p { margin-top: 15px; font-size: 10px; }
  .footer-navigation .hla-menu { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0; }
  .footer-navigation li { border-top: 1px solid rgba(255,255,255,.12); }
  .footer-navigation a { display: block; padding: 13px 8px 13px 0; line-height: 1.45; }
  .footer-bottom { margin-top: 30px; padding-top: 19px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 12px; }
}

/* Hodder Law-inspired violet layer and completed public pages. */
.tutor-wrap-parent { background: radial-gradient(circle at 85% 5%, rgba(155,88,233,.11), transparent 25%), var(--paper); }
.tutor-btn-primary, .tutor-btn.tutor-btn-primary, .tutor-course-details-actions .tutor-btn { background: linear-gradient(120deg, #2b164f, #603295) !important; border-color: #3d2068 !important; box-shadow: 0 10px 22px rgba(47,22,79,.15); }
.tutor-btn-primary:hover, .tutor-btn.tutor-btn-primary:hover { background: linear-gradient(120deg, #3b1c66, #7540ad) !important; }
.tutor-course-card { overflow: hidden; background: rgba(255,255,255,.98); box-shadow: 0 16px 38px rgba(46,25,69,.07) !important; }
.tutor-course-card:hover { border-color: #bea9d4 !important; box-shadow: 0 22px 48px rgba(46,25,69,.13) !important; }
.cart-button span { background: linear-gradient(135deg, #f29a64, #e66c74); color: #291544; }
.tutor-course-details-instructors,
.tutor-single-course-sidebar-more:has(> .tutor-course-details-instructors:only-child) { display: none !important; }

.hla-page-hero { min-height: 440px; padding: 90px 9%; position: relative; display: grid; grid-template-columns: minmax(0, 760px) minmax(220px, 1fr); align-items: center; gap: 8%; overflow: hidden; background: radial-gradient(circle at 82% 24%, rgba(176,104,240,.35), transparent 28%), radial-gradient(circle at 18% 100%, rgba(242,139,88,.16), transparent 24%), linear-gradient(125deg, #1d0d36, #321653 58%, #54277d); color: white; }
.hla-page-hero::after { content: ""; width: 380px; height: 380px; position: absolute; right: -150px; bottom: -240px; border: 1px solid rgba(255,255,255,.15); border-radius: 50%; box-shadow: 0 0 0 55px rgba(255,255,255,.025), 0 0 0 115px rgba(255,255,255,.02); }
.hla-page-hero > div:first-child { position: relative; z-index: 2; }
.hla-page-hero h1 { max-width: 850px; margin: 0; font-family: 'Geologica', 'Poppins', sans-serif; font-size: clamp(46px, 6vw, 76px); line-height: 1.03; font-weight: 500; letter-spacing: -.045em; }
.hla-page-hero p:not(.eyebrow) { max-width: 690px; margin: 25px 0 0; color: #d8cae9; font-size: 17px; line-height: 1.75; }
.hla-page-hero small { display: block; margin-top: 28px; color: #bba9d0; font-size: 10px; text-transform: uppercase; letter-spacing: .14em; }
.hla-page-orb { width: 260px; height: 260px; position: relative; z-index: 1; display: grid; place-items: center; justify-self: end; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; background: radial-gradient(circle at 35% 28%, rgba(255,255,255,.18), transparent 28%), linear-gradient(145deg, rgba(242,139,88,.45), rgba(146,76,215,.24)); box-shadow: 0 30px 80px rgba(10,3,24,.35), inset 0 0 50px rgba(255,255,255,.06); }
.hla-page-orb::before, .hla-page-orb::after { content: ""; position: absolute; border: 1px solid rgba(255,255,255,.17); border-radius: 50%; }
.hla-page-orb::before { inset: 25px; }
.hla-page-orb::after { inset: 53px; }
.hla-page-orb span { position: relative; z-index: 2; font-family: Georgia, serif; font-size: 86px; color: #fff; text-shadow: 0 12px 28px rgba(20,5,42,.4); }
.hla-page-orb-mail span { font-family: 'Geologica', sans-serif; font-size: 70px; font-weight: 500; }

.hla-split-section, .hla-audience-section, .hla-support-note { padding: 100px 9%; display: grid; grid-template-columns: .85fr 1.15fr; gap: 10%; align-items: start; }
.hla-split-section h2, .hla-audience-section h2, .hla-support-note h2, .hla-faq-section h2, .hla-values-section h2, .hla-page-cta h2 { margin: 0; color: var(--navy); font-family: 'Geologica', 'Poppins', sans-serif; font-size: clamp(34px, 4vw, 54px); line-height: 1.08; font-weight: 500; letter-spacing: -.035em; }
.hla-prose p, .hla-support-note > p { margin: 0 0 22px; color: var(--muted); font-size: 15px; line-height: 1.9; }

.hla-values-section { padding: 105px 8%; background: radial-gradient(circle at 85% 20%, rgba(157,83,225,.22), transparent 24%), linear-gradient(130deg, #1d0d35, #321653 64%, #4b226e); color: white; }
.hla-values-section > h2 { max-width: 760px; color: white; }
.hla-values-grid { margin-top: 55px; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,.17); border-bottom: 1px solid rgba(255,255,255,.17); }
.hla-values-grid article { min-height: 270px; padding: 35px 28px; border-right: 1px solid rgba(255,255,255,.17); }
.hla-values-grid article:last-child { border-right: 0; }
.hla-values-grid span, .hla-contact-grid > article > span, .hla-legal-copy section > span { color: #f29a64; font-size: 9px; font-weight: 800; letter-spacing: .15em; }
.hla-values-grid h3 { margin: 40px 0 14px; font-family: 'Geologica', sans-serif; font-size: 22px; font-weight: 500; }
.hla-values-grid p { margin: 0; color: #c5b7d5; font-size: 12px; line-height: 1.8; }

.hla-audience-section { background: linear-gradient(135deg, #fbf9ff, #f1eafa); }
.hla-audience-section ul { margin: 0; padding: 0; list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.hla-audience-section li { min-height: 76px; padding: 22px; display: flex; align-items: center; background: white; border: 1px solid #e2d7ed; color: var(--navy); font-size: 13px; font-weight: 700; box-shadow: 0 12px 28px rgba(46,25,69,.05); }
.hla-audience-section li::before { content: "✓"; width: 28px; height: 28px; margin-right: 13px; display: inline-grid; place-items: center; border-radius: 50%; background: linear-gradient(135deg, #f4d0bb, #d7baf2); color: #402064; }

.hla-page-cta { padding: 75px 9%; display: flex; align-items: center; justify-content: space-between; gap: 50px; background: linear-gradient(120deg, #341758, #633393 70%, #8b4ac0); color: white; }
.hla-page-cta h2 { max-width: 760px; color: white; }

.hla-contact-grid { padding: 90px 8%; display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; background: #fdfbff; }
.hla-contact-grid article { min-height: 310px; padding: 34px; display: flex; flex-direction: column; border: 1px solid #e2d8ec; background: linear-gradient(145deg, #fff, #faf6ff); box-shadow: 0 18px 40px rgba(49,28,73,.07); }
.hla-contact-grid h2 { margin: 42px 0 14px; color: var(--navy); font-family: 'Geologica', sans-serif; font-size: 25px; line-height: 1.2; font-weight: 500; }
.hla-contact-grid p { margin: 0 0 28px; color: var(--muted); font-size: 12px; line-height: 1.8; }
.hla-contact-grid a { margin-top: auto; color: #6a36a3; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.hla-support-form-section { padding: 80px 8%; display: grid; grid-template-columns: minmax(280px,.7fr) minmax(480px,1.3fr); gap: 70px; align-items: start; background: linear-gradient(135deg,#24103e,#4f2578); color: #fff; scroll-margin-top: 35px; }
.hla-support-form-intro { position: sticky; top: 35px; }
.hla-support-form-intro .eyebrow { color: #f3a06c; }
.hla-support-form-intro h2 { margin: 15px 0 20px; color: #fff; font-family: 'Geologica',sans-serif; font-size: clamp(34px,4vw,52px); font-weight: 500; line-height: 1.06; }
.hla-support-form-intro > p { max-width: 500px; color: #d7cae4; font-size: 13px; line-height: 1.85; }
.hla-support-route { margin-top: 34px; padding-top: 24px; display: grid; gap: 8px; border-top: 1px solid rgba(255,255,255,.16); color: #cbbbd8; font-size: 11px; }
.hla-support-route strong { margin-bottom: 5px; color: #fff; text-transform: uppercase; letter-spacing: .1em; }
.hla-support-form-card { padding: 38px; border: 1px solid rgba(255,255,255,.16); border-radius: 8px; background: #fff; color: var(--navy); box-shadow: 0 24px 70px rgba(12,4,24,.24); }
.hla-support-form-card form { display: grid; gap: 20px; }
.hla-support-fields.two-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.hla-support-form-card label { display: grid; gap: 8px; color: #352744; font-size: 11px; font-weight: 700; }
.hla-support-form-card input:not([type="checkbox"]), .hla-support-form-card select, .hla-support-form-card textarea { width: 100%; min-height: 48px; padding: 12px 14px; border: 1px solid #d9cee2; border-radius: 4px; background: #fdfbff; color: #21142e; font: inherit; font-weight: 400; outline: none; }
.hla-support-form-card textarea { min-height: 155px; resize: vertical; line-height: 1.6; }
.hla-support-form-card input:focus, .hla-support-form-card select:focus, .hla-support-form-card textarea:focus { border-color: #7440a8; box-shadow: 0 0 0 3px rgba(116,64,168,.14); }
.hla-support-safety { grid-template-columns: 18px 1fr!important; align-items: start; gap: 11px!important; padding: 15px; border-radius: 4px; background: #f8f2fc; font-weight: 500!important; line-height: 1.6; }
.hla-support-safety input { width: 17px; height: 17px; margin-top: 2px; accent-color: #643398; }
.hla-support-form-card button { min-height: 52px; padding: 0 22px; border: 0; border-radius: 3px; background: linear-gradient(100deg,#44206c,#7440a8); color: #fff; font-size: 11px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; cursor: pointer; }
.hla-support-form-card button:hover { background: linear-gradient(100deg,#351852,#63358f); }
.hla-support-form-card button:disabled, .hla-support-form-card button:disabled:hover { background: #d9d1df; color: #817689; cursor: not-allowed; box-shadow: none; }
.hla-support-form-note { margin: -7px 0 0; color: #80708d; font-size: 10px; line-height: 1.6; text-align: center; }
.hla-support-alert { margin-bottom: 22px; padding: 15px 17px; border-radius: 4px; font-size: 12px; line-height: 1.6; }
.hla-support-alert.is-success { border: 1px solid #aad7b4; background: #effaf2; color: #245a30; }
.hla-support-alert.is-error { border: 1px solid #e4b7b7; background: #fff2f2; color: #7d2525; }
.hla-support-honeypot { position: absolute!important; left: -10000px!important; width: 1px!important; height: 1px!important; overflow: hidden!important; }
.hla-support-note { background: linear-gradient(135deg, #f3ebfc, #fbf8ff); border-top: 1px solid #e1d5ed; border-bottom: 1px solid #e1d5ed; }
.hla-faq-section { padding: 100px 8%; background: linear-gradient(125deg, #1d0d35, #321653); color: white; }
.hla-faq-section > h2 { color: white; }
.hla-faq-grid { margin-top: 50px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.hla-faq-grid article { padding: 30px; border: 1px solid rgba(255,255,255,.16); background: rgba(255,255,255,.045); }
.hla-faq-grid h3 { margin: 0 0 15px; font-family: 'Geologica', sans-serif; font-size: 18px; font-weight: 500; }
.hla-faq-grid p { margin: 0; color: #c8bad7; font-size: 12px; line-height: 1.8; }

.hla-legal-hero { min-height: 390px; grid-template-columns: 1fr; }
.hla-legal-hero h1 { font-size: clamp(44px, 5vw, 66px); }
.hla-legal-layout { padding: 90px 9% 120px; display: grid; grid-template-columns: 220px minmax(0, 790px); justify-content: center; column-gap: 9%; row-gap: 0; background: linear-gradient(120deg, #fff 70%, #f7f2fc); }
.hla-legal-layout aside { position: sticky; top: 130px; align-self: start; display: grid; gap: 12px; padding: 24px; border: 1px solid #e1d6ec; background: #faf7fd; }
.hla-legal-layout aside strong { margin-bottom: 8px; color: var(--navy); font-size: 10px; text-transform: uppercase; letter-spacing: .14em; }
.hla-legal-layout aside a { color: #6b6075; font-size: 11px; }
.hla-legal-layout aside a:hover { color: var(--purple); }
.hla-legal-copy section { padding: 0 0 45px; margin: 0 0 45px; border-bottom: 1px solid #e3dbe9; scroll-margin-top: 130px; }
.hla-legal-copy section:last-child { margin-bottom: 0; padding-bottom: 0; border-bottom: 0; }
.hla-legal-copy h2 { margin: 10px 0 18px; color: var(--navy); font-family: 'Geologica', sans-serif; font-size: 28px; line-height: 1.25; font-weight: 500; }
.hla-legal-copy p { margin: 0 0 16px; color: #5f5667; font-size: 14px; line-height: 1.9; }
.hla-legal-copy a { color: #6b35a6; font-weight: 700; }

@media (max-width: 900px) {
  .hla-page-hero { grid-template-columns: 1fr; }
  .hla-page-orb { display: none; }
  .hla-values-grid { grid-template-columns: 1fr 1fr; }
  .hla-values-grid article:nth-child(2) { border-right: 0; }
  .hla-values-grid article:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.17); }
  .hla-contact-grid, .hla-faq-grid { grid-template-columns: 1fr; }
  .hla-contact-grid article { min-height: 250px; }
  .hla-support-form-section { grid-template-columns: 1fr; gap: 38px; }
  .hla-support-form-intro { position: static; }
  .hla-legal-layout { grid-template-columns: 1fr; row-gap: 48px; }
  .hla-legal-layout aside { position: static; grid-template-columns: 1fr 1fr; }
  .hla-legal-layout aside strong { grid-column: 1 / -1; }
}

@media (max-width: 680px) {
  .hla-page-hero { min-height: 360px; padding: 70px 6%; }
  .hla-page-hero h1 { font-size: 43px; }
  .hla-page-hero p:not(.eyebrow) { font-size: 15px; }
  .hla-split-section, .hla-audience-section, .hla-support-note { padding: 75px 6%; grid-template-columns: 1fr; gap: 35px; }
  .hla-values-section, .hla-contact-grid, .hla-faq-section, .hla-legal-layout { padding-left: 6%; padding-right: 6%; }
  .hla-support-form-section { padding: 60px 6%; }
  .hla-support-form-card { padding: 25px 20px; }
  .hla-support-fields.two-columns { grid-template-columns: 1fr; }
  .hla-values-grid { grid-template-columns: 1fr; }
  .hla-values-grid article { min-height: auto; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.17); }
  .hla-values-grid article:last-child { border-bottom: 0; }
  .hla-audience-section ul { grid-template-columns: 1fr; }
  .hla-page-cta { padding: 60px 6%; align-items: flex-start; flex-direction: column; }
  .hla-legal-layout aside { grid-template-columns: 1fr; }
  .hla-legal-layout aside strong { grid-column: auto; }
}

/* Role-specific authentication portals. */
.hla-auth-page .hla-page-hero { display: none; }
.hla-auth-page .hla-content-shell { width: 100%; min-height: 0; padding: 0; }
.hla-auth-page .hla-entry { max-width: none; margin: 0; }
.hla-auth-shell { min-height: 720px; padding: 90px 8%; display: grid; grid-template-columns: 1fr minmax(360px, 480px); gap: 9%; align-items: center; background: radial-gradient(circle at 12% 85%, rgba(242,139,88,.17), transparent 24%), radial-gradient(circle at 82% 18%, rgba(177,96,239,.25), transparent 25%), linear-gradient(125deg,#180a2c,#30134f 64%,#4b2371); color: white; }
.hla-auth-story { max-width: 660px; }
.hla-auth-kicker { margin: 0 0 18px; color: #f09a66; font-size: 10px; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
.hla-auth-story h1, .hla-auth-choice h1 { margin: 0; color: inherit; font-family: 'Geologica','Poppins',sans-serif; font-size: clamp(43px,6vw,72px); line-height: 1.03; font-weight: 500; letter-spacing: -.045em; }
.hla-auth-story > p:not(.hla-auth-kicker) { max-width: 570px; margin: 25px 0; color: #d5c7e2; font-size: 17px; line-height: 1.75; }
.hla-auth-story ul { margin: 35px 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 12px; list-style: none; }
.hla-auth-story li { padding: 10px 14px; border: 1px solid rgba(255,255,255,.17); color: #e7deee; font-size: 10px; font-weight: 700; }
.hla-auth-card { padding: clamp(28px,4vw,46px); border: 1px solid #e2d7ec; border-radius: 10px; background: rgba(255,255,255,.98); color: #27153e; box-shadow: 0 30px 80px rgba(7,2,13,.3); }
.hla-auth-card label { display: block; margin: 0 0 7px; color: #38254d; font-size: 11px; font-weight: 800; }
.hla-auth-card .login-username, .hla-auth-card .login-password { margin: 0 0 20px; }
.hla-auth-card input[type="text"], .hla-auth-card input[type="password"] { width: 100%; min-height: 52px; padding: 0 15px; border: 1px solid #d8cce3; border-radius: 5px; background: #fdfbff; font-family: inherit; font-size: 15px; }
.hla-auth-card input:focus { border-color: #713ca5; outline: 3px solid rgba(113,60,165,.12); }
.hla-auth-card .login-remember { margin: 5px 0 20px; }
.hla-auth-card .login-remember label { display: flex; align-items: center; gap: 8px; font-weight: 600; }
.hla-auth-card .login-submit { margin: 0; }
.hla-auth-card .button-primary, .hla-auth-button { width: 100%; min-height: 52px; padding: 0 22px; display: inline-flex; align-items: center; justify-content: center; border: 0; border-radius: 4px; background: linear-gradient(120deg,#33185a,#713aa6); color: white; font-family: inherit; font-size: 11px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; cursor: pointer; }
.hla-auth-card .button-primary:hover, .hla-auth-button:hover { background: linear-gradient(120deg,#442071,#8348b8); color: white; }
.hla-auth-links { margin: 22px 0 0; text-align: center; color: #9c8aa9; font-size: 11px; }
.hla-auth-links a { color: #673397; font-weight: 700; }
.hla-social-login { margin: 24px 0 0; text-align: center; }
.hla-social-login > span { display: flex; align-items: center; gap: 12px; color: #9d91a6; font-size: 10px; font-weight: 700; text-transform: uppercase; }
.hla-social-login > span::before, .hla-social-login > span::after { height: 1px; flex: 1; background: #e5dce9; content: ''; }
.hla-google-button { width: 100%; min-height: 50px; margin-top: 14px; padding: 0 18px; display: flex; align-items: center; justify-content: center; gap: 12px; border: 1px solid #d9d1df; border-radius: 4px; background: white; color: #342a3d; font-size: 12px; font-weight: 750; box-shadow: 0 4px 12px rgba(34,18,49,.05); }
.hla-google-button:hover { border-color: #aa94bc; background: #fcfaff; color: #281b34; }
.hla-google-button.is-disabled { opacity: .56; cursor: not-allowed; pointer-events: none; }
.hla-google-mark { width: 23px; height: 23px; display: inline-grid; place-items: center; border-radius: 50%; background: conic-gradient(from -35deg,#4285f4 0 25%,#34a853 0 50%,#fbbc05 0 75%,#ea4335 0); color: white; font-family: Arial,sans-serif; font-size: 14px; font-weight: 800; }
.hla-social-login small { display: block; margin-top: 9px; color: #9b8da4; font-size: 10px; line-height: 1.5; }
.hla-auth-error { margin: 0 0 22px; padding: 13px 15px; border-left: 4px solid #d56964; background: #fff0ef; color: #713633; font-size: 12px; line-height: 1.6; }
.hla-auth-choice { min-height: 700px; padding: 100px 9%; background: radial-gradient(circle at 85% 15%, rgba(172,91,230,.15), transparent 25%), linear-gradient(135deg,#fbf9ff,#efe7f7); color: #281440; text-align: center; }
.hla-auth-choice > p:not(.hla-auth-kicker) { margin: 25px auto 0; color: #6d6176; font-size: 16px; }
.hla-auth-choice-grid { max-width: 960px; margin: 55px auto 0; display: grid; grid-template-columns: 1fr 1fr; gap: 24px; text-align: left; }
.hla-auth-choice-grid a { min-height: 270px; padding: 35px; display: flex; flex-direction: column; border: 1px solid #dfd3e9; background: white; box-shadow: 0 20px 45px rgba(45,24,67,.08); transition: transform .2s, box-shadow .2s; }
.hla-auth-choice-grid a:hover { transform: translateY(-5px); box-shadow: 0 28px 60px rgba(45,24,67,.14); }
.hla-auth-choice-grid span { color: #e78260; font-size: 10px; font-weight: 800; letter-spacing: .15em; }
.hla-auth-choice-grid strong { margin: 48px 0 14px; color: #30174b; font-family: 'Geologica',sans-serif; font-size: 29px; font-weight: 500; }
.hla-auth-choice-grid small { color: #74687b; font-size: 12px; line-height: 1.7; }
.hla-auth-choice-signed .hla-auth-button, .hla-auth-status .hla-auth-button { width: auto; margin-top: 28px; }
.hla-auth-status { min-height: 560px; padding: 110px 9%; text-align: center; background: #f7f2fc; }

@media (max-width: 800px) {
  .hla-auth-shell { padding: 70px 6%; grid-template-columns: 1fr; gap: 45px; }
  .hla-auth-story { text-align: center; margin: auto; }
  .hla-auth-story ul { justify-content: center; }
  .hla-auth-card { width: min(480px,100%); margin: auto; }
  .hla-auth-choice-grid { grid-template-columns: 1fr; }
}
@media (max-width: 520px) {
  .hla-auth-shell { padding: 55px 20px; }
  .hla-auth-story h1, .hla-auth-choice h1 { font-size: 42px; }
  .hla-auth-story ul { display: none; }
  .hla-auth-card { padding: 27px 22px; }
  .hla-auth-choice { padding: 70px 20px; }
  .hla-auth-choice-grid a { min-height: 220px; padding: 28px; }
  .hla-auth-choice-grid strong { margin-top: 34px; }
}

/* Responsive editorial photography inside Tutor LMS lessons. */
.hla-lesson-visual {
  margin: 32px 0 40px;
  overflow: hidden;
  border: 1px solid rgba(57, 25, 92, .14);
  border-radius: 16px;
  background: #f4eef9;
  box-shadow: 0 18px 45px rgba(34, 14, 55, .13);
}
.hla-lesson-visual img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}
.hla-lesson-visual figcaption {
  margin: 0;
  padding: 14px 18px 16px;
  border-top: 3px solid transparent;
  border-image: linear-gradient(90deg, #6737a0, #b260df, #ef8b63) 1;
  color: #675a70;
  font-size: 12px;
  line-height: 1.65;
}
@media (max-width: 680px) {
  .hla-lesson-visual { margin: 24px 0 30px; border-radius: 11px; }
  .hla-lesson-visual figcaption { padding: 12px 14px 14px; font-size: 11px; }
}
/* Public certificate verification */
.hla-verify {
  width: min(1120px, calc(100% - 32px));
  margin: 56px auto 80px;
  color: #25143f;
}

.hla-verify__intro {
  max-width: 780px;
  margin-bottom: 30px;
}

.hla-verify__intro h2 {
  margin: 10px 0 14px;
  font-family: inherit;
  font-size: clamp(2rem, 5vw, 3.65rem);
  line-height: 1.04;
  letter-spacing: -0.045em;
  color: #25143f;
}

.hla-verify__intro p {
  max-width: 700px;
  margin: 0;
  font-size: 1.08rem;
  line-height: 1.75;
  color: #655b72;
}

.hla-verify__form {
  padding: 24px;
  border: 1px solid rgba(79, 39, 121, .14);
  border-radius: 20px;
  background: linear-gradient(135deg, #fff 0%, #faf7ff 100%);
  box-shadow: 0 18px 50px rgba(43, 18, 72, .09);
}

.hla-verify__form label {
  display: block;
  margin-bottom: 9px;
  font-size: .88rem;
  font-weight: 750;
  color: #362050;
}

.hla-verify__search {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
}

.hla-verify__search input {
  min-width: 0;
  height: 54px;
  padding: 0 17px;
  border: 1px solid #d9cfe6;
  border-radius: 12px;
  background: #fff;
  font: inherit;
  color: #25143f;
  letter-spacing: .02em;
}

.hla-verify__search input:focus {
  border-color: #7042a6;
  outline: 3px solid rgba(112, 66, 166, .14);
}

.hla-verify__search button {
  min-height: 54px;
  padding: 0 24px;
  border: 0;
  border-radius: 12px;
  background: linear-gradient(135deg, #3b165e, #7545a7);
  box-shadow: 0 10px 24px rgba(62, 23, 95, .2);
  color: #fff;
  font: inherit;
  font-weight: 750;
  cursor: pointer;
}

.hla-verify__result {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 22px;
  align-items: start;
  margin-top: 24px;
  padding: 28px;
  border: 1px solid rgba(79, 39, 121, .13);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 18px 50px rgba(43, 18, 72, .08);
}

.hla-verify__result--valid { border-top: 4px solid #27956d; }
.hla-verify__result--invalid { border-top: 4px solid #b24858; grid-template-columns: auto 1fr; }

.hla-verify__status-icon {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border-radius: 50%;
  background: #e9f7f1;
  color: #177653;
  font-size: 1.4rem;
  font-weight: 800;
}

.hla-verify__result--invalid .hla-verify__status-icon { background: #fff0f2; color: #9a3041; }
.hla-verify__details h2 { margin: 6px 0 18px; color: #281441; font-family: inherit; font-size: 1.55rem; }
.hla-verify__badge { color: #177653; font-size: .75rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.hla-verify__result--invalid .hla-verify__badge { color: #9a3041; }
.hla-verify__details dl { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px 28px; margin: 0; }
.hla-verify__details dl div { min-width: 0; }
.hla-verify__details dt { margin-bottom: 4px; color: #7a7085; font-size: .76rem; font-weight: 750; letter-spacing: .05em; text-transform: uppercase; }
.hla-verify__details dd { margin: 0; overflow-wrap: anywhere; color: #302442; font-weight: 680; }
.hla-verify__privacy { margin: 22px 0 0; padding-top: 17px; border-top: 1px solid #eee7f4; color: #6e6479; font-size: .88rem; }
.hla-verify__actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
.hla-linkedin-button,
.hla-copy-credential {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 17px;
  border: 1px solid #0a66c2;
  border-radius: 9px;
  font: inherit;
  font-size: .9rem;
  font-weight: 750;
  cursor: pointer;
  text-decoration: none;
}
.hla-linkedin-button { background: #0a66c2; color: #fff; }
.hla-linkedin-button:hover { background: #004182; color: #fff; }
.hla-linkedin-button span { display: grid; width: 20px; height: 20px; place-items: center; border-radius: 2px; background: #fff; color: #0a66c2; font-family: Arial, sans-serif; font-size: 13px; font-weight: 800; }
.hla-copy-credential { background: #fff; color: #4a286d; border-color: #d4c5e3; }
.hla-copy-credential:hover { background: #f7f2fb; }
.hla-verify__qr-wrap { min-width: 176px; padding: 12px; border-radius: 14px; background: #f7f3fb; text-align: center; }
.hla-verify__qr { display: grid; min-height: 152px; place-items: center; padding: 0; background: #fff; }
.hla-verify__qr canvas { display: block; max-width: 100%; height: auto; }
.hla-verify__qr-wrap span { display: block; margin-top: 9px; color: #695a78; font-size: .76rem; font-weight: 700; }
.hla-verify__help { margin: 22px 0 0; color: #756a80; font-size: .9rem; }
.hla-verify__help a { color: #6e37a0; font-weight: 700; }

@media (max-width: 720px) {
  .hla-verify { margin-top: 34px; }
  .hla-verify__search { grid-template-columns: 1fr; }
  .hla-verify__result { grid-template-columns: auto 1fr; padding: 22px 18px; }
  .hla-verify__details dl { grid-template-columns: 1fr; gap: 13px; }
  .hla-verify__qr-wrap { grid-column: 1 / -1; justify-self: center; }
}

/* Course search: public catalog and learner dashboard */
.hla-course-search {
  display: grid;
  grid-template-columns: minmax(240px, .72fr) minmax(360px, 1.28fr);
  gap: 28px;
  align-items: end;
  margin: 0 0 32px;
  padding: 28px;
  border: 1px solid rgba(84, 42, 122, .13);
  border-radius: 20px;
  background: linear-gradient(135deg, #fbf9fe 0%, #f3ebfb 100%);
  box-shadow: 0 16px 42px rgba(48, 23, 76, .08);
}

.hla-course-search__copy > span {
  display: block;
  margin-bottom: 6px;
  color: #9259b3;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.hla-course-search__copy h2 {
  margin: 0 0 6px;
  color: #2c1744;
  font-family: inherit;
  font-size: clamp(1.4rem, 3vw, 2rem);
  line-height: 1.15;
  letter-spacing: -.025em;
}

.hla-course-search__copy p {
  margin: 0;
  color: #6f6479;
  font-size: .92rem;
}

.hla-course-search__control {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  min-height: 56px;
  padding: 5px 5px 5px 16px;
  border: 1px solid #d9cce5;
  border-radius: 13px;
  background: #fff;
  box-shadow: 0 7px 20px rgba(44, 22, 69, .06);
}

.hla-course-search__icon { margin-right: 10px; opacity: .62; font-size: 1rem; }
.hla-course-search__control input[type="search"] {
  width: 100%;
  height: 44px;
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  box-shadow: none;
  color: #2e2340;
  font: inherit;
}

.hla-course-search__control input[type="search"]:focus { border: 0; outline: 0; box-shadow: none; }
.hla-course-search__control:focus-within { border-color: #7746a6; outline: 3px solid rgba(119, 70, 166, .13); }
.hla-course-search__control button {
  min-height: 44px;
  padding: 0 20px;
  border: 0;
  border-radius: 9px;
  background: linear-gradient(135deg, #3d185f, #7546a5);
  color: #fff;
  font: inherit;
  font-size: .88rem;
  font-weight: 760;
  white-space: nowrap;
  cursor: pointer;
}

.hla-course-search__clear {
  display: inline-block;
  margin-top: 9px;
  color: #6c3b94;
  font-size: .82rem;
  font-weight: 700;
}

.hla-course-search--dashboard {
  margin-bottom: 24px;
  background: linear-gradient(135deg, #fff 0%, #f7f1fc 100%);
}

.hla-course-search--dashboard.is-compact {
  grid-template-columns: minmax(190px, .55fr) minmax(320px, 1.45fr);
  margin-bottom: 18px;
  padding: 20px;
  border-radius: 14px;
}

.hla-course-search--dashboard.is-compact .hla-course-search__copy h2 { font-size: 1.25rem; }

@media (max-width: 760px) {
  .hla-course-search,
  .hla-course-search--dashboard.is-compact { grid-template-columns: 1fr; gap: 18px; padding: 20px 16px; }
  .hla-course-search__control { grid-template-columns: auto minmax(0, 1fr); padding-right: 7px; }
  .hla-course-search__control button { grid-column: 1 / -1; width: 100%; margin-top: 6px; }
}
