.t4l-learning-cards-page {
  --t4l-lc-navy: #0b1724;
  --t4l-lc-ink: #142033;
  --t4l-lc-muted: #5c6979;
  --t4l-lc-green: #86ad2b;
  --t4l-lc-green-dark: #587419;
  --t4l-lc-paper: #eef1ef;
  --t4l-lc-soft: #f7f9f5;
  --t4l-lc-line: #dce3e6;
  --t4l-lc-shadow: 0 22px 54px rgba(11, 23, 36, .11);
  background: var(--t4l-lc-paper);
  color: var(--t4l-lc-ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
  overflow: clip;
}

.t4l-learning-cards-page *, .t4l-learning-cards-page *::before, .t4l-learning-cards-page *::after { box-sizing: border-box; }
.t4l-learning-cards-page img { display: block; width: 100%; height: 100%; object-fit: cover; }
.t4l-lc-shell { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.t4l-lc-section { padding: clamp(58px, 7vw, 94px) 0; }
.t4l-lc-section-white { background: #fff; border-block: 1px solid var(--t4l-lc-line); }
.t4l-lc-eyebrow { margin: 0 0 11px; color: var(--t4l-lc-green-dark); font-size: .75rem; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.t4l-learning-cards-page h1, .t4l-learning-cards-page h2, .t4l-learning-cards-page h3 { margin: 0; color: var(--t4l-lc-navy); line-height: 1.06; letter-spacing: -.04em; }
.t4l-learning-cards-page h1 { max-width: 700px; font-size: clamp(2.75rem, 5.3vw, 4.25rem); }
.t4l-learning-cards-page h2 { font-size: clamp(1.95rem, 3.4vw, 2.7rem); }
.t4l-learning-cards-page h3 { font-size: clamp(1.45rem, 2.4vw, 1.85rem); }
.t4l-learning-cards-page p { color: var(--t4l-lc-muted); }
.t4l-lc-hero { padding: clamp(46px, 7vw, 86px) 0 clamp(46px, 6vw, 72px); }
.t4l-lc-hero-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: clamp(34px, 5vw, 68px); align-items: center; }
.t4l-lc-lead { margin: 18px 0 8px; color: var(--t4l-lc-navy) !important; font-size: clamp(1.15rem, 2vw, 1.35rem); font-weight: 760; }
.t4l-lc-intro { max-width: 630px; margin: 0; font-size: 1.02rem; line-height: 1.7; }
.t4l-lc-actions { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 28px; }
.t4l-lc-button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 11px 19px; border: 1px solid transparent; border-radius: 13px; color: var(--t4l-lc-navy); font-size: .94rem; font-weight: 850; text-align: center; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease; }
.t4l-lc-button:hover { transform: translateY(-2px); box-shadow: 0 10px 20px rgba(11, 23, 36, .13); }
.t4l-lc-button-primary { background: var(--t4l-lc-green); }
.t4l-lc-button-secondary { background: #fff; border-color: #cbd5d9; }
.t4l-lc-button-dark { background: var(--t4l-lc-navy); color: #fff; }
.t4l-lc-button:focus-visible, .t4l-lc-tab:focus-visible, .t4l-lc-image-button:focus-visible, .t4l-lc-detail-rows summary:focus-visible, .t4l-lc-dialog-close:focus-visible { outline: 3px solid #2563eb; outline-offset: 3px; }
.t4l-lc-hero-facts { display: flex; flex-wrap: wrap; gap: 8px; margin: 23px 0 0; padding: 0; list-style: none; }
.t4l-lc-hero-facts li { padding: 7px 10px; border-radius: 999px; background: #edf4df; color: var(--t4l-lc-green-dark); font-size: .73rem; font-weight: 800; }
.t4l-lc-collage { display: grid; grid-template-columns: 1.18fr .82fr; grid-template-rows: 240px 170px; gap: 14px; min-height: 424px; }
.t4l-lc-image-button { position: relative; display: block; width: 100%; min-width: 0; padding: 0; overflow: hidden; border: 0; border-radius: 22px; background: #dfe7e7; box-shadow: var(--t4l-lc-shadow); cursor: zoom-in; text-align: left; }
.t4l-lc-image-button img { transition: transform .35s ease; }
.t4l-lc-image-button:hover img { transform: scale(1.025); }
.t4l-lc-collage-large { grid-row: 1 / 3; }
.t4l-lc-image-button span { position: absolute; inset: auto auto 14px 14px; padding: 7px 10px; border-radius: 999px; background: rgba(7, 18, 28, .8); color: #fff; font-size: .71rem; font-weight: 850; }
.t4l-lc-trust-section { padding: 0 0 clamp(54px, 7vw, 80px); }
.t4l-lc-trust-card { display: grid; grid-template-columns: 108px 1fr; gap: 27px; align-items: center; padding: clamp(27px, 4vw, 40px); border: 2px solid #cddd9f; border-radius: 27px; background: linear-gradient(135deg, #f5f9eb, #fff); box-shadow: 0 12px 30px rgba(11, 23, 36, .06); }
.t4l-lc-trust-check { display: grid; width: 88px; height: 88px; place-items: center; margin: auto; border-radius: 50%; background: var(--t4l-lc-green); color: #fff; font-size: 3rem; font-weight: 950; }
.t4l-lc-trust-card h2 { font-size: clamp(1.7rem, 3vw, 2.25rem); }
.t4l-lc-trust-card p:not(.t4l-lc-eyebrow) { max-width: 860px; margin: 13px 0 0; line-height: 1.65; }
.t4l-lc-trust-name { color: var(--t4l-lc-navy) !important; font-weight: 850; }
.t4l-lc-section-heading { max-width: 780px; margin-bottom: 25px; }
.t4l-lc-section-heading > p:not(.t4l-lc-eyebrow) { margin: 12px 0 0; }
.t4l-lc-tabs { display: flex; gap: 8px; overflow-x: auto; padding: 2px 2px 7px; margin-bottom: 17px; scrollbar-color: #aeb8bf transparent; }
.t4l-lc-tab { flex: 0 0 auto; padding: 10px 14px; border: 1px solid var(--t4l-lc-line); border-radius: 999px; background: #fff; color: #526174; font: inherit; font-size: .83rem; font-weight: 850; white-space: nowrap; cursor: pointer; }
.t4l-lc-tab.is-active { border-color: var(--t4l-lc-navy); background: var(--t4l-lc-navy); color: #fff; }
.t4l-lc-package-panel { display: grid; grid-template-columns: 1.1fr .9fr; overflow: hidden; border: 1px solid var(--t4l-lc-line); border-radius: 27px; background: #fff; box-shadow: var(--t4l-lc-shadow); }
.t4l-learning-cards-page.t4l-lc-tabs-ready .t4l-lc-package-panel { display: none; }
.t4l-learning-cards-page.t4l-lc-tabs-ready .t4l-lc-package-panel.is-active { display: grid; }
.t4l-lc-package-media { position: relative; min-height: 500px; background: #e8edef; }
.t4l-lc-package-media .t4l-lc-image-button { height: 100%; border-radius: 0; box-shadow: none; }
.t4l-lc-media-tag { position: absolute; top: 18px; left: 18px; padding: 7px 10px; border-radius: 999px; background: rgba(8, 22, 35, .85); color: #fff; font-size: .7rem; font-weight: 850; pointer-events: none; }
.t4l-lc-package-copy { display: flex; flex-direction: column; padding: clamp(26px, 4vw, 36px); }
.t4l-lc-package-copy > p:not(.t4l-lc-label):not(.t4l-lc-cross-sell) { margin: 10px 0 17px; line-height: 1.65; }
.t4l-lc-label { display: inline-flex; width: fit-content; margin: 0 0 12px; padding: 6px 9px; border-radius: 999px; background: #edf4df; color: var(--t4l-lc-green-dark) !important; font-size: .65rem; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.t4l-lc-chips { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 17px; }
.t4l-lc-chips span { padding: 6px 8px; border-radius: 999px; background: #f0f3f5; color: #536174; font-size: .71rem; }
.t4l-lc-cross-sell { margin: 0; padding: 11px 12px; border-left: 3px solid var(--t4l-lc-green); border-radius: 0 10px 10px 0; background: #f6faef; color: #53641d !important; font-size: .8rem; line-height: 1.55; }
.t4l-lc-package-action { margin-top: auto; padding-top: 20px; border-top: 1px solid var(--t4l-lc-line); text-align: right; }
.t4l-lc-library { display: grid; grid-template-columns: .88fr 1.12fr; overflow: hidden; border-radius: 34px; background: #fff; box-shadow: var(--t4l-lc-shadow); }
.t4l-lc-library-offer { display: flex; flex-direction: column; justify-content: space-between; min-height: 560px; padding: clamp(31px, 4vw, 43px); background: linear-gradient(rgba(8, 20, 31, .73), rgba(8, 20, 31, .8)), var(--t4l-lc-library-image) center / cover, linear-gradient(160deg, #0b1825, #17384d); }
.t4l-lc-library-offer .t4l-lc-eyebrow { color: #bddb66; }
.t4l-lc-library-offer h2 { color: #fff; }
.t4l-lc-library-offer > p:not(.t4l-lc-eyebrow) { margin: 14px 0 26px; color: #d3dae0; line-height: 1.65; }
.t4l-lc-price { margin: auto 0 18px; padding-top: 20px; border-top: 1px solid rgba(255, 255, 255, .18); text-align: center; }
.t4l-lc-price-reference { display: block; color: #d5dde1; font-size: 1rem; text-decoration: line-through; text-decoration-thickness: 1px; }
.t4l-lc-price strong { display: block; color: #fff; font-size: clamp(3.3rem, 6vw, 4.1rem); line-height: 1; letter-spacing: -.06em; }
.t4l-lc-price small { color: #d8e0e5; }
.t4l-lc-library-content { padding: clamp(26px, 4vw, 36px); background: #f4f6f4; }
.t4l-lc-library-content h3 { margin-bottom: 18px; font-size: 1.3rem; }
.t4l-lc-library-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.t4l-lc-library-grid article { min-height: 150px; padding: 20px; border: 1px solid #dce8be; border-radius: 21px; background: #edf4df; }
.t4l-lc-library-grid article:nth-child(2) { border-color: #d4e0e7; background: #eaf0f4; }
.t4l-lc-library-grid article:nth-child(3) { border-color: #e1e7ce; background: #f2f5e9; }
.t4l-lc-library-grid article:nth-child(4) { border-color: #dce1e5; background: #edf0f2; }
.t4l-lc-library-grid .t4l-lc-bonus { grid-column: 1 / -1; min-height: 118px; border-color: #cfdda8; background: #e6f0ce; }
.t4l-lc-library-grid span { display: grid; width: 42px; height: 42px; place-items: center; margin-bottom: 11px; border-radius: 13px; background: rgba(255, 255, 255, .72); color: #536a17; font-weight: 900; }
.t4l-lc-library-grid strong { display: block; color: var(--t4l-lc-navy); font-size: 1rem; }
.t4l-lc-library-grid p { margin: 7px 0 0; font-size: .78rem; line-height: 1.55; }
.t4l-lc-branding { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(30px, 4vw, 42px); align-items: center; }
.t4l-lc-branding > div > p:not(.t4l-lc-eyebrow) { margin: 15px 0 22px; line-height: 1.7; }
.t4l-lc-branding-visual { position: relative; min-height: 420px; overflow: hidden; border-radius: 27px; box-shadow: var(--t4l-lc-shadow); }
.t4l-lc-branding-visual .t4l-lc-image-button { height: 100%; border-radius: 0; box-shadow: none; }
.t4l-lc-branding-visual > span { position: absolute; bottom: 18px; left: 18px; max-width: calc(100% - 36px); padding: 12px 14px; border-radius: 14px; background: rgba(255, 255, 255, .94); color: var(--t4l-lc-navy); font-size: .85rem; font-weight: 850; box-shadow: 0 12px 28px rgba(0, 0, 0, .1); pointer-events: none; }
.t4l-lc-details { padding-top: clamp(48px, 6vw, 72px); }
.t4l-lc-detail-rows { display: grid; gap: 9px; }
.t4l-lc-detail-rows details { overflow: hidden; border: 1px solid var(--t4l-lc-line); border-radius: 14px; background: #fff; }
.t4l-lc-detail-rows summary { display: flex; justify-content: space-between; gap: 16px; padding: 15px 17px; color: var(--t4l-lc-navy); font-weight: 850; cursor: pointer; }
.t4l-lc-detail-rows summary::after { content: '+'; color: var(--t4l-lc-muted); font-size: 1.3rem; line-height: .8; }
.t4l-lc-detail-rows details[open] summary::after { content: '–'; }
.t4l-lc-detail-rows details > p { margin: 0; padding: 14px 17px; border-top: 1px solid var(--t4l-lc-line); font-size: .9rem; line-height: 1.6; }
.t4l-lc-dialog { max-width: min(1180px, 94vw); padding: 10px; border: 0; border-radius: 18px; background: #fff; box-shadow: 0 30px 90px rgba(0, 0, 0, .38); }
.t4l-lc-dialog::backdrop { background: rgba(5, 14, 22, .82); }
.t4l-lc-dialog-content img { display: block; width: auto; max-width: 90vw; height: auto; max-height: 84vh; border-radius: 12px; object-fit: contain; }
.t4l-lc-dialog-close { display: block; margin: 10px 0 0 auto; padding: 9px 13px; border: 0; border-radius: 10px; background: #edf1f3; color: var(--t4l-lc-navy); font: inherit; font-weight: 850; cursor: pointer; }
.t4l-lc-sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
@media (max-width: 900px) { .t4l-lc-hero-grid, .t4l-lc-package-panel, .t4l-learning-cards-page.t4l-lc-tabs-ready .t4l-lc-package-panel.is-active, .t4l-lc-library, .t4l-lc-branding { grid-template-columns: 1fr; } .t4l-lc-trust-card { grid-template-columns: 1fr; text-align: center; } .t4l-lc-collage { grid-template-columns: 1fr 1fr; grid-template-rows: 220px 180px; } .t4l-lc-collage-large { grid-column: 1 / 3; grid-row: auto; } .t4l-lc-package-media { min-height: 0; } .t4l-lc-package-media .t4l-lc-image-button { aspect-ratio: 16 / 10; } .t4l-lc-library-offer { min-height: 430px; } }
@media (max-width: 640px) { .t4l-lc-shell { width: min(100% - 32px, 1180px); } .t4l-lc-hero { padding-top: 36px; } .t4l-lc-actions, .t4l-lc-actions .t4l-lc-button { width: 100%; } .t4l-lc-collage { display: block; min-height: 0; } .t4l-lc-collage .t4l-lc-image-button { height: 230px; margin-bottom: 12px; } .t4l-lc-library-grid { grid-template-columns: 1fr; } .t4l-lc-library-grid .t4l-lc-bonus { grid-column: auto; } .t4l-lc-branding-visual { min-height: 300px; } .t4l-lc-package-copy, .t4l-lc-library-offer, .t4l-lc-library-content { padding: 24px; } }
@media (prefers-reduced-motion: reduce) { .t4l-learning-cards-page *, .t4l-learning-cards-page *::before, .t4l-learning-cards-page *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; } }
