/*
Theme Name: Santana Learning
Theme URI: https://santanataxlearningcenter.com/
Author: Santana Tax Learning Center
Description: A focused, modern learning experience for tax professionals.
Version: 1.0.0
Text Domain: santana-learning
*/

:root {
  --navy: #0b1f4b;
  --navy-2: #17336f;
  --blue: #2459d3;
  --sky: #eef4ff;
  --cream: #f7f9fc;
  --amber: #f7c700;
  --amber-dark: #a56a00;
  --ink: #16213a;
  --muted: #5d687c;
  --white: #fff;
  --line: #e2e8f1;
  --shadow: 0 18px 50px rgba(11, 31, 75, .10);
  --radius: 18px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font: 16px/1.65 Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
.container { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -60px; z-index: 999; padding: 10px 16px; background: var(--white); color: var(--navy); }
.skip-link:focus { top: 16px; }
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 16px;
  color: var(--blue);
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.eyebrow::before { content: ""; width: 22px; height: 3px; border-radius: 3px; background: var(--amber); }
h1, h2, h3, h4 { color: var(--navy); line-height: 1.12; margin-top: 0; }
h1, h2 { font-family: Georgia, "Times New Roman", serif; letter-spacing: -.035em; }
h1 { margin-bottom: 24px; font-size: clamp(2.75rem, 6vw, 5.4rem); }
h2 { margin-bottom: 20px; font-size: clamp(2.15rem, 4vw, 3.6rem); }
h3 { margin-bottom: 10px; font-size: 1.2rem; }
p { margin-top: 0; }
.lead { max-width: 650px; color: var(--muted); font-size: clamp(1.05rem, 2vw, 1.22rem); }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 13px 22px;
  border: 1px solid transparent;
  border-radius: 12px;
  background: var(--amber);
  color: var(--navy);
  font-size: .92rem;
  font-weight: 800;
  box-shadow: 0 10px 22px rgba(245, 166, 35, .25);
  transition: transform .2s, background .2s, box-shadow .2s;
}
.btn:hover, .btn:focus-visible { transform: translateY(-2px); background: #ffb83f; box-shadow: 0 14px 28px rgba(245, 166, 35, .34); }
.btn--ghost { border-color: rgba(255,255,255,.26); background: transparent; color: var(--white); box-shadow: none; }
.btn--ghost:hover { background: rgba(255,255,255,.08); }
.btn--outline { border-color: var(--line); background: var(--white); color: var(--navy); box-shadow: none; }
.text-link { display: inline-flex; gap: 8px; align-items: center; color: var(--blue); font-weight: 800; }
.text-link::after { content: "→"; transition: transform .2s; }
.text-link:hover::after { transform: translateX(4px); }

.site-header {
  position: absolute;
  z-index: 50;
  top: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid rgba(255,255,255,.16);
  color: var(--white);
}
.header-inner { display: flex; align-items: center; min-height: 88px; gap: 36px; }
.brand {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 74px;
  width: 74px;
  height: 74px;
  padding: 5px;
  border: 1px solid rgba(255,255,255,.7);
  border-radius: 14px;
  background: rgba(255,255,255,.96);
  box-shadow: 0 8px 24px rgba(3,20,38,.18);
}
.brand img { width: 64px; height: 64px; object-fit: contain; }
.brand-mark { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 11px; background: var(--amber); color: var(--navy); font: 800 1.2rem/1 Georgia, serif; }
.site-nav { display: flex; align-items: center; gap: 28px; margin-left: auto; font-size: .87rem; font-weight: 700; }
.site-nav a { opacity: .86; }
.site-nav a:hover { opacity: 1; color: #ffc25d; }
.header-actions { display: flex; align-items: center; gap: 10px; }
.header-actions .btn { min-height: 44px; padding: 10px 17px; }
.account-link { font-size: .85rem; font-weight: 700; }
.nav-toggle { display: none; width: 44px; height: 44px; padding: 0; border: 1px solid rgba(255,255,255,.25); border-radius: 10px; color: #fff; background: transparent; }
.nav-toggle span, .nav-toggle::before, .nav-toggle::after { content: ""; display: block; width: 20px; height: 2px; margin: 5px auto; background: currentColor; transition: .2s; }

.hero {
  position: relative;
  overflow: hidden;
  min-height: 780px;
  padding: 165px 0 100px;
  background:
    radial-gradient(circle at 10% 92%, rgba(62,146,205,.34), transparent 30%),
    linear-gradient(135deg, #0a213a 0%, #103a62 72%, #1b5c8c 100%);
  color: var(--white);
}
.hero::before { content: ""; position: absolute; right: -130px; top: -210px; width: 560px; height: 560px; border: 1px solid rgba(255,255,255,.11); border-radius: 50%; box-shadow: 0 0 0 80px rgba(255,255,255,.025), 0 0 0 160px rgba(255,255,255,.02); }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 76px; }
.hero h1 { color: var(--white); }
.hero h1 em { color: #ffc458; font-style: normal; }
.hero-copy .lead { color: #d5e2ee; }
.hero-buttons { display: flex; flex-wrap: wrap; gap: 12px; margin: 34px 0; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 22px; color: #d9e6f1; font-size: .84rem; }
.hero-proof span { display: flex; gap: 8px; align-items: center; }
.hero-proof span::before { content: "✓"; display: grid; place-items: center; width: 20px; height: 20px; border-radius: 50%; background: rgba(245,166,35,.17); color: #ffc15a; font-weight: 900; }
.hero-visual { position: relative; }
.image-frame { overflow: hidden; aspect-ratio: 4/4.5; border: 9px solid rgba(255,255,255,.1); border-radius: 140px 24px 24px 24px; box-shadow: 0 30px 70px rgba(0,0,0,.3); }
.image-frame img { width: 100%; height: 100%; object-fit: cover; object-position: 60% center; }
.floating-card { position: absolute; left: -48px; bottom: 40px; width: 225px; padding: 19px; border-radius: 16px; background: rgba(255,255,255,.96); color: var(--ink); box-shadow: var(--shadow); }
.floating-card strong { display: block; margin-bottom: 4px; color: var(--navy); font: 700 1.3rem/1.1 Georgia, serif; }
.floating-card small { color: var(--muted); }
.floating-icon { float: left; display: grid; place-items: center; width: 42px; height: 42px; margin-right: 12px; border-radius: 12px; background: var(--amber); color: var(--navy); font-weight: 900; }

.trust-bar { position: relative; z-index: 3; margin-top: -42px; }
.trust-inner { display: grid; grid-template-columns: 1.35fr repeat(3, 1fr); align-items: center; min-height: 116px; overflow: hidden; border-radius: 18px; background: var(--white); box-shadow: var(--shadow); }
.trust-intro { height: 100%; padding: 25px 30px; background: var(--amber); color: var(--navy); }
.trust-intro strong { display: block; font: 700 1.35rem Georgia, serif; }
.trust-stat { padding: 20px 28px; border-left: 1px solid var(--line); }
.trust-stat strong { display: block; color: var(--navy); font: 700 1.65rem Georgia, serif; }
.trust-stat span { color: var(--muted); font-size: .8rem; }

.section { padding: 110px 0; }
.section--cream { background: var(--cream); }
.section--sky { background: var(--sky); }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 48px; }
.section-head h2 { max-width: 620px; margin-bottom: 0; }
.section-head .lead { max-width: 490px; margin: 0; }
.course-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.course-card { position: relative; overflow: hidden; min-height: 410px; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: 0 8px 32px rgba(13,39,67,.06); transition: transform .25s, box-shadow .25s; }
.course-card:hover { transform: translateY(-7px); box-shadow: var(--shadow); }
.course-num { display: flex; align-items: center; justify-content: space-between; margin-bottom: 54px; color: #95a0ad; font: 700 .78rem/1 ui-monospace, monospace; }
.course-num span:last-child { padding: 7px 10px; border-radius: 99px; background: var(--sky); color: var(--blue); font: 800 .68rem/1 Inter, sans-serif; letter-spacing: .07em; }
.course-icon { display: grid; place-items: center; width: 58px; height: 58px; margin-bottom: 24px; border-radius: 16px; background: var(--navy); color: var(--amber); }
.course-icon svg { width: 28px; }
.course-card h3 { font-size: 1.45rem; }
.course-card p { color: var(--muted); font-size: .92rem; }
.course-card .text-link { position: absolute; left: 28px; bottom: 27px; }
.course-card--featured { border: 0; background: var(--navy); color: #d5e1ed; }
.course-card--featured h3 { color: var(--white); }
.course-card--featured .course-icon { background: var(--amber); color: var(--navy); }
.course-card--featured .course-num span:last-child { background: rgba(255,255,255,.1); color: #fff; }
.course-card--featured .text-link { color: #ffc258; }

.about-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 90px; }
.about-visual { position: relative; padding: 0 36px 36px 0; }
.about-visual::after { content: ""; position: absolute; z-index: 0; right: 0; bottom: 0; width: 68%; height: 75%; border-radius: 24px; background: var(--amber); }
.about-visual img { position: relative; z-index: 1; width: 100%; aspect-ratio: 4/4.7; object-fit: cover; border-radius: 24px; box-shadow: var(--shadow); }
.seal { position: absolute; z-index: 2; right: -15px; top: 40px; display: grid; place-items: center; width: 108px; height: 108px; border: 7px solid var(--white); border-radius: 50%; background: var(--navy); color: var(--white); text-align: center; font-size: .67rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.feature-list { display: grid; gap: 22px; margin: 34px 0; }
.feature { display: grid; grid-template-columns: 48px 1fr; gap: 16px; }
.feature-icon { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 13px; background: var(--sky); color: var(--blue); font-size: 1.15rem; font-weight: 900; }
.feature h3 { margin: 2px 0 3px; font-size: 1.02rem; }
.feature p { margin: 0; color: var(--muted); font-size: .9rem; }

.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 25px; counter-reset: steps; }
.step { position: relative; padding: 35px; border-radius: var(--radius); background: var(--white); box-shadow: 0 8px 28px rgba(13,39,67,.06); counter-increment: steps; }
.step::before { content: "0" counter(steps); display: block; margin-bottom: 36px; color: var(--amber-dark); font: 700 1.15rem Georgia, serif; }
.step:not(:last-child)::after { content: "→"; position: absolute; z-index: 2; right: -21px; top: 50%; display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; background: var(--navy); color: var(--white); box-shadow: 0 8px 18px rgba(13,39,67,.2); }
.step p { margin: 0; color: var(--muted); font-size: .92rem; }

.quote-wrap { display: grid; grid-template-columns: 1fr 1.25fr; align-items: stretch; border-radius: 28px; overflow: hidden; background: var(--navy); box-shadow: var(--shadow); }
.quote-image { min-height: 440px; background: center 30% / cover no-repeat; }
.quote-copy { display: flex; flex-direction: column; justify-content: center; padding: 70px; color: #d9e4ef; }
.quote-mark { color: var(--amber); font: 700 4.5rem/1 Georgia, serif; }
.quote-copy blockquote { margin: 0 0 28px; color: var(--white); font: 400 clamp(1.45rem, 3vw, 2.2rem)/1.35 Georgia, serif; }
.quote-person strong { display: block; color: #ffc15a; }
.quote-person span { font-size: .84rem; }

.faq-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; }
.faq-intro { position: sticky; top: 30px; align-self: start; }
.faq-list { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-question { display: flex; align-items: center; justify-content: space-between; width: 100%; padding: 23px 0; border: 0; background: transparent; color: var(--navy); text-align: left; font-size: 1.05rem; font-weight: 800; cursor: pointer; }
.faq-question span:last-child { display: grid; place-items: center; flex: 0 0 32px; width: 32px; height: 32px; margin-left: 16px; border-radius: 50%; background: var(--sky); color: var(--blue); transition: transform .2s; }
.faq-question[aria-expanded="true"] span:last-child { transform: rotate(45deg); background: var(--amber); color: var(--navy); }
.faq-answer { display: none; max-width: 680px; padding: 0 50px 22px 0; color: var(--muted); }
.faq-question[aria-expanded="true"] + .faq-answer { display: block; }

.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 23px; }
.post-card { overflow: hidden; border: 1px solid var(--line); border-radius: 20px; background: var(--white); transition: transform .25s; }
.post-card:hover { transform: translateY(-5px); }
.post-image { height: 205px; overflow: hidden; background: var(--sky); }
.post-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.post-card:hover img { transform: scale(1.04); }
.post-copy { padding: 25px; }
.post-meta { margin-bottom: 10px; color: var(--amber-dark); font-size: .72rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.post-copy h3 { min-height: 2.6em; font-size: 1.12rem; }

.cta { position: relative; overflow: hidden; padding: 82px 0; background: var(--amber); }
.cta::after { content: ""; position: absolute; right: -60px; bottom: -150px; width: 440px; height: 440px; border: 80px solid rgba(255,255,255,.16); border-radius: 50%; }
.cta-inner { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.cta h2 { max-width: 700px; margin: 0; font-size: clamp(2.1rem, 4vw, 3.5rem); }
.cta .btn { background: var(--navy); color: var(--white); box-shadow: none; }

.site-footer { padding: 70px 0 25px; background: #091b2d; color: #aebecd; }
.footer-grid { display: grid; grid-template-columns: 1.5fr .7fr .7fr 1fr; gap: 55px; padding-bottom: 55px; }
.footer-brand { max-width: 330px; }
.footer-brand img { width: 180px; height: auto; margin-bottom: 22px; }
.footer-brand p { font-size: .88rem; }
.site-footer h3 { color: var(--white); font-size: .86rem; letter-spacing: .06em; text-transform: uppercase; }
.site-footer ul { padding: 0; margin: 0; list-style: none; }
.site-footer li { margin: 10px 0; }
.site-footer a { font-size: .86rem; transition: color .2s; }
.site-footer a:hover { color: var(--amber); }
.newsletter { display: flex; margin-top: 16px; }
.newsletter input { min-width: 0; width: 100%; height: 44px; padding: 0 13px; border: 0; border-radius: 8px 0 0 8px; }
.newsletter button { width: 48px; border: 0; border-radius: 0 8px 8px 0; background: var(--amber); color: var(--navy); font-weight: 900; cursor: pointer; }
.footer-bottom { display: flex; justify-content: space-between; gap: 25px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.1); font-size: .76rem; }

.inner-main { min-height: 60vh; padding: 145px 0 80px; background: var(--cream); }
.inner-main article { max-width: 900px; margin: auto; padding: 50px; border-radius: 22px; background: var(--white); box-shadow: var(--shadow); }
.inner-main .entry-title { font-size: clamp(2.2rem, 5vw, 4rem); }
.inner-main .woocommerce { max-width: none; }
.inner-header { background: var(--navy); }

/* Keep the custom theme legible when Elementor's global kit loads afterward. */
.elementor-kit-234 .site-header .site-nav a,
.elementor-kit-234 .site-header .account-link {
  color: #f7fbff;
  opacity: 1;
  text-shadow: 0 1px 2px rgba(0,0,0,.28);
}
.elementor-kit-234 .site-header .site-nav a:hover,
.elementor-kit-234 .site-header .site-nav a:focus-visible,
.elementor-kit-234 .site-header .account-link:hover,
.elementor-kit-234 .site-header .account-link:focus-visible {
  color: #ffc458;
}
.elementor-kit-234 .site-header .btn {
  color: var(--navy);
}
.elementor-kit-234 .hero h1 {
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
}
.elementor-kit-234 .hero h1 em {
  color: #ffc458;
}
.elementor-kit-234 .hero .lead,
.elementor-kit-234 .hero .hero-proof {
  color: #e7f0f7;
}
.elementor-kit-234 .hero .btn--ghost {
  border-color: rgba(255,255,255,.7);
  background: rgba(255,255,255,.08);
  color: #fff;
  text-shadow: 0 1px 2px rgba(0,0,0,.25);
}
.elementor-kit-234 .hero .btn--ghost:hover,
.elementor-kit-234 .hero .btn--ghost:focus-visible {
  border-color: #fff;
  background: #fff;
  color: var(--navy);
  text-shadow: none;
}
.elementor-kit-234 .site-footer a {
  color: #d8e3ec;
}
.elementor-kit-234 .site-footer a:hover,
.elementor-kit-234 .site-footer a:focus-visible {
  color: var(--amber);
}
.footer-brand img {
  padding: 10px;
  border-radius: 18px;
  background: #fff;
}

@media (prefers-reduced-motion: no-preference) {
  .reveal { opacity: 0; transform: translateY(20px); transition: opacity .6s ease, transform .6s ease; }
  .reveal.is-visible { opacity: 1; transform: none; }
}

@media (max-width: 960px) {
  .site-nav { position: fixed; inset: 0 0 0 25%; z-index: 80; display: flex; flex-direction: column; align-items: flex-start; padding: 115px 35px; background: var(--navy); transform: translateX(100%); transition: transform .25s; font-size: 1.2rem; }
  .site-nav.is-open { transform: none; }
  .nav-toggle { position: relative; z-index: 90; display: block; margin-left: auto; }
  .header-actions .account-link { display: none; }
  .hero-grid { gap: 45px; }
  .hero { min-height: auto; }
  .floating-card { left: -25px; }
  .course-grid, .steps, .blog-grid { grid-template-columns: repeat(2, 1fr); }
  .course-card:last-child, .step:last-child, .post-card:last-child { grid-column: span 2; }
  .about-grid, .faq-grid { gap: 50px; }
  .quote-copy { padding: 45px; }
  .footer-grid { grid-template-columns: 1.5fr 1fr 1fr; }
  .footer-news { grid-column: span 3; }
}

@media (max-width: 720px) {
  .container { width: min(100% - 28px, 1160px); }
  .header-inner { min-height: 75px; }
  .brand { flex-basis: 64px; width: 64px; height: 64px; padding: 4px; border-radius: 12px; }
  .brand img { width: 56px; height: 56px; }
  .header-actions .btn { display: none; }
  .hero { padding: 125px 0 80px; }
  .hero-grid, .about-grid, .faq-grid, .quote-wrap { grid-template-columns: 1fr; }
  .hero-grid { gap: 55px; }
  .hero h1 { font-size: clamp(2.65rem, 14vw, 4rem); }
  .image-frame { aspect-ratio: 1/1; border-radius: 85px 20px 20px; }
  .floating-card { left: 10px; bottom: -25px; }
  .trust-bar { margin-top: 0; background: var(--white); }
  .trust-inner { grid-template-columns: 1fr 1fr; margin-top: -12px; }
  .trust-intro { grid-column: span 2; }
  .trust-stat { padding: 20px; }
  .trust-stat:last-child { grid-column: span 2; }
  .section { padding: 80px 0; }
  .section-head { display: block; }
  .section-head .lead { margin-top: 18px; }
  .course-grid, .steps, .blog-grid { grid-template-columns: 1fr; }
  .course-card:last-child, .step:last-child, .post-card:last-child { grid-column: auto; }
  .course-card { min-height: 385px; }
  .about-grid { gap: 55px; }
  .about-visual { padding-right: 20px; }
  .seal { right: -5px; width: 92px; height: 92px; }
  .step:not(:last-child)::after { content: "↓"; left: 50%; right: auto; top: auto; bottom: -22px; transform: translateX(-50%); }
  .quote-image { min-height: 320px; }
  .quote-copy { padding: 38px 28px; }
  .faq-intro { position: static; }
  .cta-inner { display: block; }
  .cta .btn { margin-top: 28px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 35px; }
  .footer-brand, .footer-news { grid-column: span 2; }
  .footer-bottom { display: block; }
  .inner-main article { padding: 28px 20px; }
}

/* Interior pages */
.elementor-page-shell { padding-top: 88px; background: var(--white); }
.page-shell { min-height: 70vh; padding-top: 88px; background: var(--cream); }
.page-banner {
  padding: 82px 0 76px;
  background:
    radial-gradient(circle at 88% 10%, rgba(255,255,255,.1), transparent 28%),
    linear-gradient(135deg, var(--navy), #174c78);
  color: #dce9f3;
}
.page-banner .eyebrow { color: #ffc458; }
.elementor-kit-234 .page-banner h1,
.page-banner h1 {
  max-width: 850px;
  margin-bottom: 15px;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.7rem, 5vw, 4.8rem);
}
.page-banner p:last-child { max-width: 680px; margin-bottom: 0; font-size: 1.05rem; }
.page-content-wrap { padding-block: 64px 90px; }
.content-panel {
  max-width: 980px;
  margin: auto;
  padding: clamp(28px, 5vw, 60px);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--shadow);
}
.content-panel h2 { font-size: clamp(1.8rem, 3vw, 2.6rem); }
.content-panel a:not(.button):not(.btn) { color: var(--blue); text-decoration: underline; text-underline-offset: 3px; }
.article-panel { max-width: 850px; }
.article-featured { overflow: hidden; margin: calc(clamp(28px, 5vw, 60px) * -1) calc(clamp(28px, 5vw, 60px) * -1) 40px; border-radius: var(--radius) var(--radius) 0 0; }
.article-featured img { width: 100%; max-height: 480px; object-fit: cover; }

/* Course catalog and product pages */
.course-store { min-height: 70vh; padding-top: 88px; background: var(--cream); }
.store-banner {
  padding: 75px 0 68px;
  background:
    radial-gradient(circle at 86% 10%, rgba(245,166,35,.2), transparent 24%),
    linear-gradient(135deg, var(--navy), #174c78);
  color: #dce9f3;
}
.store-banner-inner { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 60px; }
.store-banner .eyebrow { color: #ffc458; }
.elementor-kit-234 .store-banner h1,
.store-banner h1 {
  margin-bottom: 12px;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3rem, 6vw, 5rem);
}
.store-banner p:last-child { max-width: 620px; margin: 0; font-size: 1.08rem; }
.store-promise { display: grid; gap: 8px; padding: 22px 25px; border: 1px solid rgba(255,255,255,.16); border-radius: 16px; background: rgba(255,255,255,.07); font-size: .86rem; font-weight: 700; }
.store-promise span { color: #f5f9fc; }
.store-content { padding-block: 58px 90px; }
.woocommerce .woocommerce-breadcrumb { margin-bottom: 26px; color: var(--muted); font-size: .8rem; }
.woocommerce .woocommerce-breadcrumb a { color: var(--blue); }
.woocommerce .woocommerce-result-count { color: var(--muted); }
.woocommerce .woocommerce-ordering select {
  min-height: 44px;
  padding: 0 38px 0 14px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
  color: var(--ink);
}
.woocommerce ul.products {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  align-items: stretch;
  clear: both;
  gap: 20px;
  margin: 30px 0 0;
}
.woocommerce ul.products::before,
.woocommerce ul.products::after { display: none; }
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  display: flex;
  float: none;
  flex-direction: column;
  width: auto;
  min-width: 0;
  margin: 0;
  padding: 12px 12px 18px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 10px 35px rgba(13,39,67,.08);
  transition: transform .25s, box-shadow .25s;
}
.woocommerce ul.products[class*="columns-"] li.product,
.woocommerce-page ul.products[class*="columns-"] li.product {
  float: none !important;
  clear: none !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
}
.woocommerce ul.products li.product:hover { transform: translateY(-5px); box-shadow: 0 18px 45px rgba(13,39,67,.14); }
.woocommerce ul.products li.product a.woocommerce-loop-product__link {
  display: flex;
  flex: 1;
  flex-direction: column;
  width: 100%;
  color: var(--ink);
}
.woocommerce ul.products li.product a img {
  width: 100%;
  height: 155px;
  margin: 0 0 19px;
  border-radius: 13px;
  object-fit: cover;
}
.elementor-kit-234 .woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  display: -webkit-box;
  min-height: 4.05em;
  overflow: hidden;
  padding: 0 8px;
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.08rem;
  line-height: 1.35;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.course-card-meta { display: flex; min-height: 65px; flex-wrap: wrap; align-content: flex-start; gap: 7px; order: 2; padding: 7px 8px 11px; }
.course-card-meta span { padding: 4px 8px; border-radius: 100px; background: var(--sky); color: var(--blue); font-size: .68rem; font-weight: 800; text-transform: uppercase; }
.woocommerce ul.products li.product .price { min-height: 32px; margin-top: auto; padding: 0 8px; color: var(--amber-dark); font-size: 1.05rem; font-weight: 800; }
.woocommerce ul.products li.product .button {
  min-height: 48px;
  width: calc(100% - 16px);
  margin: auto 8px 0;
  padding: 13px 16px;
  border-radius: 10px;
  background: var(--navy);
  color: #fff;
  text-align: center;
}
.woocommerce ul.products li.product .button:hover { background: var(--blue); color: #fff; }
.single-course-content { padding-top: 145px; }
.single-course-content div.product {
  padding: clamp(22px, 4vw, 48px);
  border: 1px solid var(--line);
  border-radius: 24px;
  background: #fff;
  box-shadow: var(--shadow);
}
.woocommerce div.product div.images img { border-radius: 18px; }
.elementor-kit-234 .woocommerce div.product .product_title,
.woocommerce div.product .product_title {
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.2rem, 4vw, 3.7rem);
  line-height: 1.08;
}
.woocommerce div.product p.price,
.woocommerce div.product span.price { color: var(--amber-dark); font-size: 1.55rem; font-weight: 800; }
.woocommerce div.product .woocommerce-product-details__short-description { color: var(--muted); font-size: 1.02rem; }
.woocommerce div.product form.cart .button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  min-height: 48px;
  border-radius: 10px;
  background: var(--navy);
  color: #fff;
}
.woocommerce div.product form.cart .button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover { background: var(--blue); color: #fff; }
.sample-course-notice { margin: 20px 0; padding: 13px 15px; border-left: 4px solid var(--amber); border-radius: 0 8px 8px 0; background: #fff7e8; color: #725019; font-size: .82rem; }
.woocommerce div.product .woocommerce-tabs { padding-top: 36px; }
.woocommerce div.product .woocommerce-tabs ul.tabs { padding-left: 0; }
.woocommerce div.product .woocommerce-tabs ul.tabs li { border-radius: 9px 9px 0 0; }
.woocommerce div.product .woocommerce-tabs .panel { color: var(--muted); }
.woocommerce div.product .woocommerce-tabs .panel h2 { color: var(--navy); font-size: 2rem; }

/* Cart, checkout and account */
.commerce-page .content-panel { max-width: 1120px; }
.woocommerce table.shop_table { overflow: hidden; border: 1px solid var(--line); border-radius: 14px; }
.woocommerce table.shop_table th { background: var(--sky); color: var(--navy); }
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select {
  min-height: 48px;
  padding: 10px 13px;
  border: 1px solid #cbd7e2;
  border-radius: 9px;
  background: #fff;
}
.woocommerce form .form-row textarea { min-height: 110px; }
.woocommerce-info,
.woocommerce-message { border-top-color: var(--amber); border-radius: 10px; background: #f5f9fc; }
.woocommerce-info::before,
.woocommerce-message::before { color: var(--amber-dark); }
.woocommerce-account .woocommerce-MyAccount-navigation ul { padding: 0; list-style: none; }
.woocommerce-account .woocommerce-MyAccount-navigation a { display: block; padding: 11px 14px; border-bottom: 1px solid var(--line); color: var(--navy); text-decoration: none; font-weight: 700; }
.woocommerce-account .woocommerce-MyAccount-navigation .is-active a { border-radius: 8px; background: var(--navy); color: #fff; }

/* Empty and utility states */
.empty-state { max-width: 760px; padding-block: 190px 120px; text-align: center; }
.empty-code { display: block; color: rgba(35,104,162,.12); font: 800 clamp(7rem, 20vw, 14rem)/.75 Georgia, serif; }
.empty-state .eyebrow { justify-content: center; margin-top: 32px; }
.elementor-kit-234 .empty-state h1,
.empty-state h1 { color: var(--navy); font-family: Georgia, "Times New Roman", serif; }
.empty-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin-top: 30px; }
.listing-content { padding-block: 65px 90px; }
.listing-grid .post-card { display: flex; flex-direction: column; }
.listing-grid .post-copy { display: flex; flex: 1; flex-direction: column; }
.elementor-kit-234 .listing-grid h2,
.listing-grid h2 { min-height: 2.5em; color: var(--navy); font-family: Georgia, "Times New Roman", serif; font-size: 1.35rem; }
.listing-grid .text-link { margin-top: auto; }
.post-placeholder { display: grid; width: 100%; height: 100%; place-items: center; background: linear-gradient(135deg, var(--navy), var(--blue)); color: #ffc458; font: 800 2rem/1 Georgia, serif; letter-spacing: .08em; }
.pagination { margin-top: 45px; text-align: center; }
.pagination .nav-links { display: inline-flex; gap: 7px; }
.pagination .page-numbers { display: grid; min-width: 42px; height: 42px; padding: 0 10px; place-items: center; border: 1px solid var(--line); border-radius: 9px; background: #fff; color: var(--navy); }
.pagination .current { border-color: var(--navy); background: var(--navy); color: #fff; }
.no-results { max-width: 720px; margin: auto; padding: 75px 35px; text-align: center; }
.no-results .eyebrow { justify-content: center; }
.elementor-kit-234 .no-results h2,
.no-results h2 { color: var(--navy); font-family: Georgia, "Times New Roman", serif; }

/* Tutor LMS student and course areas */
body.single-courses .tutor-wrap-parent,
body.tutor-screen-frontend-dashboard > .tutor-wrap {
  padding-top: 135px;
}
body.tutor-screen-frontend-dashboard {
  background: var(--cream);
}
.tutor-wrap {
  --tutor-color-primary: #2368a2;
  --tutor-color-primary-hover: #0d2743;
  --tutor-color-primary-rgb: 35, 104, 162;
}
.tutor-course-details-page,
.tutor-dashboard {
  color: var(--ink);
}
.elementor-kit-234 .tutor-course-details-title,
.elementor-kit-234 .tutor-dashboard h1,
.elementor-kit-234 .tutor-dashboard h2,
.elementor-kit-234 .tutor-dashboard h3 {
  color: var(--navy);
}
.tutor-course-thumbnail img,
.tutor-card {
  border-radius: 16px;
}
.tutor-btn-primary,
.tutor-btn-outline-primary:hover {
  border-color: var(--blue) !important;
  background: var(--blue) !important;
  color: #fff !important;
}
.tutor-btn-primary:hover,
.tutor-btn-primary:focus {
  border-color: var(--navy) !important;
  background: var(--navy) !important;
}
.tutor-dashboard .tutor-dashboard-left-menu .tutor-dashboard-menu-item.active a {
  background: var(--navy);
}
.tutor-login-wrap {
  max-width: 520px;
  margin: 0 auto 90px;
  border: 1px solid var(--line);
}
.tutor-login-wrap .tutor-btn {
  min-height: 48px;
}

@media (max-width: 960px) {
  .woocommerce ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .woocommerce ul.products li.product a img { height: 210px; }
  .store-banner-inner { grid-template-columns: 1fr; gap: 30px; }
  .store-promise { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 1180px) and (min-width: 961px) {
  .woocommerce ul.products { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .woocommerce ul.products li.product a img { height: 210px; }
}

@media (max-width: 720px) {
  .elementor-page-shell,
  .page-shell,
  .course-store { padding-top: 75px; }
  .page-banner,
  .store-banner { padding: 55px 0 50px; }
  .page-content-wrap,
  .store-content { padding-block: 38px 65px; }
  .store-promise { grid-template-columns: 1fr; }
  .woocommerce .woocommerce-result-count,
  .woocommerce .woocommerce-ordering { float: none; }
  .woocommerce .woocommerce-ordering { margin: 12px 0 24px; }
  .woocommerce ul.products { grid-template-columns: 1fr; gap: 20px; }
  .woocommerce ul.products li.product a img { height: 240px; }
  .single-course-content { padding-top: 105px; }
  .single-course-content div.product { padding: 17px; }
  .woocommerce div.product div.images,
  .woocommerce div.product div.summary { float: none; width: 100%; }
  body.single-courses .tutor-wrap-parent,
  body.tutor-screen-frontend-dashboard > .tutor-wrap { padding-top: 105px; }
}

/* =========================================================
   Santana 2026 visual system
   Clean navigation, modern type, disciplined brand color.
   ========================================================= */
body {
  color: var(--ink);
  background: #fff;
  font-family: "IBM Plex Sans", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
}
h1, h2, h3, h4,
.elementor-kit-234 h1,
.elementor-kit-234 h2,
.elementor-kit-234 h3,
.elementor-kit-234 h4 {
  color: var(--navy);
  font-family: "IBM Plex Sans", Inter, ui-sans-serif, system-ui, sans-serif;
  font-weight: 800;
  letter-spacing: -.035em;
}
h1 { font-size: clamp(2.8rem, 5.5vw, 5rem); }
h2 { font-size: clamp(2.15rem, 3.8vw, 3.45rem); }
h3 { letter-spacing: -.02em; }
.container { width: min(1180px, calc(100% - 48px)); }
.eyebrow {
  color: var(--blue);
  font-size: .73rem;
  font-weight: 800;
  letter-spacing: .16em;
}
.eyebrow::before { width: 26px; height: 2px; background: var(--amber); }
.btn {
  min-height: 50px;
  padding: 12px 22px;
  border-radius: 10px;
  background: var(--amber);
  color: var(--navy);
  font-size: .9rem;
  font-weight: 800;
  box-shadow: none;
}
.btn:hover,
.btn:focus-visible {
  background: #ffd83d;
  box-shadow: 0 10px 24px rgba(247,199,0,.25);
}
.btn--outline {
  border-color: #cdd5e2;
  background: #fff;
  color: var(--navy);
}
.btn--outline:hover,
.btn--outline:focus-visible {
  border-color: var(--navy);
  background: var(--navy);
  color: #fff;
  box-shadow: none;
}
.text-link { color: var(--blue); }

/* White academy-style navigation inspired by the reference. */
.site-header,
.site-header.inner-header {
  position: sticky;
  z-index: 100;
  top: 0;
  left: auto;
  width: 100%;
  border: 0;
  border-bottom: 1px solid #e8ecf3;
  background: rgba(255,255,255,.97);
  color: var(--navy);
  box-shadow: 0 5px 22px rgba(11,31,75,.06);
  backdrop-filter: blur(14px);
}
body.admin-bar .site-header { top: 32px; }
.header-inner { min-height: 94px; gap: 30px; }
.brand {
  flex: 0 0 72px;
  width: 72px;
  height: 72px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.brand img { width: 72px; height: 72px; }
.site-nav { gap: 27px; color: var(--ink); font-size: .88rem; font-weight: 600; }
.site-nav a { position: relative; opacity: 1; }
.site-nav a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -9px;
  left: 0;
  height: 2px;
  border-radius: 3px;
  background: var(--blue);
  transform: scaleX(0);
  transition: transform .2s ease;
}
.site-nav a:hover::after,
.site-nav a:focus-visible::after,
.site-nav a.is-active::after { transform: scaleX(1); }
.site-nav a.is-active { color: var(--blue); }
.header-actions { gap: 12px; }
.account-link {
  display: inline-flex;
  align-items: center;
  min-height: 46px;
  padding: 9px 17px;
  border: 2px solid #8a93a4;
  border-radius: 10px;
  color: var(--ink);
  font-size: .86rem;
  font-weight: 700;
}
.header-actions .btn { min-height: 46px; padding: 10px 19px; }
.elementor-kit-234 .site-header .site-nav a,
.elementor-kit-234 .site-header .account-link {
  color: var(--ink);
  text-shadow: none;
}
.elementor-kit-234 .site-header .site-nav a:hover,
.elementor-kit-234 .site-header .site-nav a:focus-visible {
  color: var(--blue);
}
.elementor-kit-234 .site-header .account-link:hover,
.elementor-kit-234 .site-header .account-link:focus-visible {
  border-color: var(--navy);
  background: var(--navy);
  color: #fff;
}
.elementor-kit-234 .site-header .btn { color: var(--navy); }
.nav-toggle {
  border-color: #cad2df;
  color: var(--navy);
  background: #fff;
}

/* Homepage hero: bold academy banner with controlled decorative detail. */
.hero {
  width: min(1480px, calc(100% - 40px));
  min-height: 660px;
  margin: 24px auto 0;
  padding: 82px 0 88px;
  border-radius: 26px;
  background:
    radial-gradient(circle at 8% 88%, rgba(36,89,211,.55), transparent 34%),
    linear-gradient(122deg, #071942 0%, #102c6c 58%, #2459d3 100%);
}
.hero::before {
  right: -160px;
  top: -190px;
  width: 560px;
  height: 560px;
  border-color: rgba(255,255,255,.14);
  box-shadow: 0 0 0 80px rgba(255,255,255,.035), 0 0 0 160px rgba(255,255,255,.025);
}
.hero::after {
  content: "";
  position: absolute;
  right: 7%;
  bottom: 7%;
  width: 116px;
  height: 116px;
  opacity: .34;
  background-image: radial-gradient(rgba(255,255,255,.75) 1.5px, transparent 1.5px);
  background-size: 14px 14px;
}
.hero-grid { grid-template-columns: .95fr 1.05fr; gap: 70px; }
.elementor-kit-234 .hero h1,
.hero h1 {
  margin-bottom: 24px;
  color: #fff;
  font-family: "IBM Plex Sans", Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(3.15rem, 5.4vw, 5rem);
  font-weight: 800;
  line-height: 1.02;
  letter-spacing: -.055em;
}
.elementor-kit-234 .hero h1 em,
.hero h1 em { color: var(--amber); }
.hero-copy .eyebrow { color: #d8e6ff !important; }
.hero-copy .lead,
.elementor-kit-234 .hero .lead {
  max-width: 610px;
  color: #dce6fa;
  font-size: 1.08rem;
  line-height: 1.75;
}
.hero-buttons { margin: 30px 0 32px; }
.elementor-kit-234 .hero .btn--ghost,
.hero .btn--ghost {
  border: 2px solid rgba(255,255,255,.72);
  background: transparent;
  color: #fff;
}
.hero-proof { gap: 18px; color: #edf3ff; }
.hero-proof span::before { background: rgba(247,199,0,.15); color: var(--amber); }
.image-frame {
  aspect-ratio: 1.12/1;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 24px;
  box-shadow: 0 34px 70px rgba(0,0,0,.28);
}
.image-frame img { object-position: center; }
.floating-card {
  left: -34px;
  bottom: 28px;
  width: 235px;
  padding: 18px;
  border: 1px solid rgba(255,255,255,.8);
  border-radius: 14px;
  box-shadow: 0 20px 44px rgba(0,0,0,.22);
}
.floating-card strong {
  color: var(--navy);
  font-family: "IBM Plex Sans", Inter, sans-serif;
  font-size: 1.08rem;
  font-weight: 800;
}
.floating-icon { border-radius: 10px; background: var(--amber); }

.trust-bar { margin-top: -40px; }
.trust-inner {
  min-height: 108px;
  border: 1px solid var(--line);
  border-radius: 16px;
  box-shadow: 0 18px 44px rgba(11,31,75,.11);
}
.trust-intro { padding: 24px 28px; background: var(--amber); }
.trust-intro strong,
.trust-stat strong {
  color: var(--navy);
  font-family: "IBM Plex Sans", Inter, sans-serif;
  font-weight: 800;
}
.trust-intro strong { font-size: 1.16rem; }
.trust-stat strong { font-size: 1.4rem; }

/* Homepage content system. */
.section { padding: 96px 0; }
.section--cream { background: #f7f9fc; }
.section--sky { background: #edf4ff; }
.section-head { margin-bottom: 42px; }
.elementor-kit-234 .section h2,
.section h2 { color: var(--navy); font-family: "IBM Plex Sans", Inter, sans-serif; font-weight: 800; }
.course-grid { gap: 20px; }
.course-card {
  min-height: 390px;
  padding: 26px;
  border-radius: 16px;
  box-shadow: 0 8px 28px rgba(11,31,75,.06);
}
.course-card:hover { transform: translateY(-5px); box-shadow: 0 18px 42px rgba(11,31,75,.12); }
.course-num { margin-bottom: 45px; }
.course-icon { border-radius: 12px; background: var(--navy); color: var(--amber); }
.elementor-kit-234 .course-card h3,
.course-card h3 { color: var(--navy); font-size: 1.35rem; }
.course-card--featured {
  background: linear-gradient(145deg, var(--navy), var(--navy-2));
}
.elementor-kit-234 .course-card--featured h3,
.course-card--featured h3 { color: #fff; }
.about-grid { gap: 80px; }
.about-visual img { border-radius: 18px; }
.about-visual::after { border-radius: 18px; background: var(--amber); }
.seal { background: var(--navy); }
.feature-icon { border-radius: 10px; }
.step { border: 1px solid var(--line); border-radius: 16px; box-shadow: 0 8px 25px rgba(11,31,75,.05); }
.step::before { color: var(--blue); font-family: "IBM Plex Sans", Inter, sans-serif; font-weight: 800; }
.step:not(:last-child)::after { background: var(--blue); }
.quote-wrap { border-radius: 20px; background: linear-gradient(135deg, var(--navy), var(--navy-2)); }
.quote-mark { color: var(--amber); font-family: "IBM Plex Sans", Inter, sans-serif; }
.quote-copy blockquote { font-family: "IBM Plex Sans", Inter, sans-serif; font-weight: 500; }
.quote-person strong { color: var(--amber); }
.faq-question { color: var(--navy); }
.faq-question span:last-child { background: var(--sky); color: var(--blue); }
.post-card { border-radius: 16px; box-shadow: 0 7px 24px rgba(11,31,75,.05); }

/* Full-width interior and commerce layouts no longer compensate for an overlay header. */
.elementor-page-shell,
.page-shell,
.course-store { padding-top: 0; }
.inner-main { padding: 72px 0 84px; }
.inner-header { background: #fff; }
.page-banner,
.store-banner {
  padding: 72px 0 68px;
  background:
    radial-gradient(circle at 86% 15%, rgba(255,255,255,.13), transparent 25%),
    linear-gradient(120deg, var(--navy), var(--blue));
}
.elementor-kit-234 .page-banner h1,
.elementor-kit-234 .store-banner h1,
.page-banner h1,
.store-banner h1 {
  color: #fff;
  font-family: "IBM Plex Sans", Inter, sans-serif;
  font-weight: 800;
  letter-spacing: -.045em;
}
.page-banner .eyebrow,
.store-banner .eyebrow { color: #fff1a6; }
.content-panel,
.single-course-content div.product {
  border-radius: 16px;
  box-shadow: 0 15px 45px rgba(11,31,75,.08);
}
.store-promise { border-radius: 12px; }
.store-content { padding-block: 52px 84px; }
.single-course-content { padding-top: 56px; }

/* Course catalog: equal rhythm and professional card proportions. */
.woocommerce ul.products { gap: 18px; }
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  padding: 10px 10px 16px;
  border-radius: 14px;
  box-shadow: 0 7px 25px rgba(11,31,75,.06);
}
.woocommerce ul.products li.product:hover { box-shadow: 0 16px 36px rgba(11,31,75,.12); }
.woocommerce ul.products li.product a img { border-radius: 10px; }
.elementor-kit-234 .woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  color: var(--navy);
  font-family: "IBM Plex Sans", Inter, sans-serif;
  font-weight: 800;
}
.course-card-meta span { background: var(--sky); color: var(--blue); }
.woocommerce ul.products li.product .price { color: var(--amber-dark); }
.woocommerce ul.products li.product .button,
.woocommerce div.product form.cart .button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  border-radius: 9px;
  background: var(--navy);
}
.woocommerce ul.products li.product .button:hover,
.woocommerce div.product form.cart .button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover { background: var(--blue); }
.elementor-kit-234 .woocommerce div.product .product_title,
.woocommerce div.product .product_title {
  color: var(--navy);
  font-family: "IBM Plex Sans", Inter, sans-serif;
  font-weight: 800;
}

/* CTA and footer use blue as the large-area color; gold stays an accent. */
.cta {
  padding: 72px 0;
  background: linear-gradient(120deg, var(--blue), var(--navy));
}
.cta::after { border-color: rgba(255,255,255,.08); }
.elementor-kit-234 .cta h2,
.cta h2 { color: #fff; font-family: "IBM Plex Sans", Inter, sans-serif; font-weight: 800; }
.cta .eyebrow { color: #dce7ff; }
.cta .btn { background: var(--amber); color: var(--navy); }
.site-footer { background: #071633; }
.footer-brand img { border-radius: 14px; }
.newsletter button { background: var(--amber); }

/* Tutor LMS inherits the same academy system. */
body.single-courses .tutor-wrap-parent,
body.tutor-screen-frontend-dashboard > .tutor-wrap { padding-top: 48px; }
.tutor-wrap {
  --tutor-color-primary: #2459d3;
  --tutor-color-primary-hover: #0b1f4b;
  --tutor-color-primary-rgb: 36, 89, 211;
}
.tutor-course-thumbnail img,
.tutor-card { border-radius: 14px; }

@media (max-width: 1100px) {
  .header-inner { gap: 18px; }
  .site-nav { gap: 18px; }
  .header-actions .btn { display: none; }
  .hero-grid { gap: 46px; }
}

@media (max-width: 960px) {
  .site-nav {
    inset: 0 0 0 28%;
    gap: 8px;
    padding: 112px 34px 40px;
    background: #fff;
    box-shadow: -20px 0 50px rgba(11,31,75,.16);
  }
  .site-nav a {
    width: 100%;
    padding: 12px 0;
    border-bottom: 1px solid var(--line);
    color: var(--navy) !important;
  }
  .site-nav a::after { display: none; }
  .hero { padding: 70px 0 78px; }
  .hero-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 782px) {
  body.admin-bar .site-header { top: 46px; }
}

@media (max-width: 720px) {
  .container { width: min(100% - 30px, 1180px); }
  .site-header,
  .site-header.inner-header { position: sticky; }
  .header-inner { min-height: 78px; }
  .brand { flex-basis: 60px; width: 60px; height: 60px; }
  .brand img { width: 60px; height: 60px; }
  .nav-toggle { margin-left: auto; }
  .site-nav { inset: 0 0 0 15%; }
  .hero {
    width: calc(100% - 20px);
    margin-top: 10px;
    padding: 56px 0 66px;
    border-radius: 18px;
  }
  .hero-grid { grid-template-columns: 1fr; }
  .elementor-kit-234 .hero h1,
  .hero h1 { font-size: clamp(2.65rem, 13vw, 4rem); }
  .image-frame { aspect-ratio: 1.15/1; border-radius: 16px; }
  .floating-card { left: 12px; bottom: -26px; }
  .trust-bar { margin-top: 0; }
  .section { padding: 76px 0; }
  .page-banner,
  .store-banner { padding: 54px 0 50px; }
  .elementor-page-shell,
  .page-shell,
  .course-store { padding-top: 0; }
  .single-course-content { padding-top: 38px; }
  body.single-courses .tutor-wrap-parent,
  body.tutor-screen-frontend-dashboard > .tutor-wrap { padding-top: 30px; }
}

/* Rich catalog cards inspired by the supplied academy reference. */
.woocommerce ul.products {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 34px 24px;
}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  padding: 0 0 22px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
}
.woocommerce ul.products li.product:last-child:nth-child(3n + 1) { grid-column: 2; }
.woocommerce ul.products li.product a img {
  height: 220px;
  margin: 0 0 22px;
  border-radius: 0;
}
.elementor-kit-234 .woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  min-height: 3.1em;
  padding: 0 22px;
  font-size: 1.28rem;
  line-height: 1.28;
  -webkit-line-clamp: 2;
}
.course-card-summary {
  display: -webkit-box;
  min-height: 6.7em;
  margin: 7px 0 0;
  padding: 0 22px;
  overflow: hidden;
  color: var(--muted);
  font-size: .88rem;
  line-height: 1.68;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.course-card-meta {
  min-height: 48px;
  order: initial;
  padding: 16px 22px 10px;
}
.woocommerce ul.products li.product .price {
  min-height: 36px;
  padding: 0 22px;
  font-size: 1.13rem;
}
.woocommerce ul.products li.product .button {
  width: calc(100% - 44px);
  margin: 8px 22px 0;
}

/* Dedicated shop toolbar and deterministic archive grid. */
.catalog-toolbar {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 35px;
  margin-bottom: 32px;
  padding: 0 0 24px;
  border-bottom: 1px solid var(--line);
}
.catalog-toolbar-copy { display: grid; gap: 5px; }
.catalog-kicker {
  color: var(--blue);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.catalog-toolbar-copy strong { color: var(--navy); font-size: 1.28rem; }
.catalog-controls { display: flex; align-items: center; gap: 20px; }
.woocommerce .catalog-controls .woocommerce-result-count,
.woocommerce .catalog-controls .woocommerce-ordering {
  float: none;
  margin: 0;
}
.woocommerce .catalog-controls .woocommerce-result-count {
  color: var(--muted);
  font-size: .82rem;
  white-space: nowrap;
}
.woocommerce .catalog-controls .woocommerce-ordering select {
  min-width: 205px;
  border-color: #cfd8e6;
  background-color: #fff;
  font-weight: 600;
}
.store-content > ul.products {
  width: 100%;
  margin-top: 0;
  justify-items: stretch;
}
.woocommerce .store-content > ul.products::before,
.woocommerce .store-content > ul.products::after {
  content: none !important;
  display: none !important;
}
.store-content > ul.products li.product,
.store-content > ul.products li.product.first,
.store-content > ul.products li.product.last {
  grid-column: auto !important;
  align-self: stretch;
}
.store-content > ul.products li.product:last-child:nth-child(3n + 1) {
  grid-column: 2 !important;
}
.catalog-empty {
  max-width: 720px;
  margin: 30px auto;
  padding: 70px 30px;
  text-align: center;
}
.catalog-empty .eyebrow { justify-content: center; }

/* Live events page. */
.events-page { background: #f8fafc; }
.events-banner { text-align: center; }
.events-banner .eyebrow { justify-content: center; }
.events-banner p:last-child { margin-inline: auto; }
.events-section { padding: 82px 0 100px; }
.events-intro {
  display: grid;
  grid-template-columns: 1fr .85fr;
  align-items: end;
  gap: 60px;
  margin-bottom: 58px;
}
.events-intro h2 { max-width: 640px; margin: 0; }
.events-intro > p { margin: 0; color: var(--muted); }
.event-month {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 20px;
  max-width: 520px;
  margin: 0 auto 22px;
  color: var(--navy);
  font-size: 1.25rem;
  font-weight: 800;
}
.event-month span { height: 1px; background: #cbd9f4; }
.event-list { display: grid; gap: 16px; }
.event-row {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr) 184px;
  align-items: stretch;
  min-height: 178px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(11,31,75,.07);
}
.event-date {
  display: grid;
  align-content: center;
  justify-items: center;
  width: 118px;
  height: 118px;
  margin: auto;
  border-radius: 17px;
  background: var(--amber);
  color: var(--navy);
  box-shadow: 0 14px 30px rgba(247,199,0,.2);
}
.event-date--blue { background: var(--blue); color: #fff; box-shadow: 0 14px 30px rgba(36,89,211,.2); }
.event-date strong { font-size: 1.65rem; line-height: 1; }
.event-date span { margin-top: 7px; font-size: .75rem; font-weight: 800; letter-spacing: .14em; }
.event-details { align-self: center; padding: 28px 26px; text-align: center; }
.elementor-kit-234 .event-details h3,
.event-details h3 {
  margin-bottom: 11px;
  color: var(--navy);
  font-size: 1.18rem;
  font-weight: 800;
}
.event-badges { display: flex; flex-wrap: wrap; justify-content: center; gap: 7px; margin-bottom: 13px; }
.event-badges span {
  padding: 5px 9px;
  border-radius: 100px;
  background: var(--sky);
  color: var(--blue);
  font-size: .65rem;
  font-weight: 800;
  letter-spacing: .05em;
}
.event-details p { max-width: 680px; margin: 0 auto; color: var(--muted); font-size: .86rem; }
.event-action {
  display: grid;
  place-items: center;
  padding: 24px;
  border-left: 1px solid var(--line);
  background: #fbfcfe;
}
.event-action a {
  display: grid;
  min-width: 132px;
  min-height: 52px;
  padding: 10px 18px;
  place-items: center;
  border-radius: 10px;
  background: var(--navy);
  color: #fff;
  font-size: .82rem;
  font-weight: 800;
}
.event-action a:hover { background: var(--blue); }
.events-note { max-width: 820px; margin: 28px auto 0; color: var(--muted); font-size: .78rem; text-align: center; }

/* Contact page. */
.contact-page { background: #fff; }
.contact-banner {
  padding: 64px 0 62px;
  background: linear-gradient(120deg, var(--blue), #3d8df0);
  color: #eef5ff;
  text-align: center;
}
.contact-banner .eyebrow { justify-content: center; color: #fff0a0; }
.elementor-kit-234 .contact-banner h1,
.contact-banner h1 {
  margin-bottom: 12px;
  color: #fff;
  font-family: "IBM Plex Sans", Inter, sans-serif;
  font-size: clamp(2.7rem, 5vw, 4.5rem);
  font-weight: 800;
}
.contact-banner p:last-child { max-width: 650px; margin: 0 auto; }
.contact-section { padding: 92px 0 105px; }
.contact-grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  align-items: start;
  gap: 80px;
}
.contact-details h2,
.contact-form-card h2 { font-size: clamp(2rem, 3.2vw, 3rem); }
.contact-lead { max-width: 520px; color: var(--muted); }
.contact-methods { display: grid; gap: 14px; margin: 34px 0; }
.contact-method {
  display: grid;
  grid-template-columns: 46px 1fr;
  align-items: center;
  gap: 15px;
  padding: 15px;
  border: 1px solid transparent;
  border-radius: 12px;
  transition: border-color .2s, background .2s;
}
.elementor-kit-234 .contact-method { color: var(--ink); }
.contact-method:hover { border-color: var(--line); background: var(--cream); }
.contact-icon {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border-radius: 11px;
  background: var(--sky);
  color: var(--blue);
  font-size: 1.15rem;
  font-weight: 800;
}
.contact-method small { display: block; color: var(--muted); font-size: .72rem; text-transform: uppercase; letter-spacing: .08em; }
.contact-method strong { color: var(--navy); font-size: .92rem; }
.contact-hours { display: grid; gap: 4px; padding: 20px; border-left: 4px solid var(--amber); background: #fffbea; }
.contact-hours span { color: var(--muted); font-size: .86rem; }
.contact-form-card {
  padding: clamp(28px, 4vw, 48px);
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 18px 50px rgba(11,31,75,.09);
}
.contact-form-card .mf-input,
.contact-form-card input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
.contact-form-card textarea,
.contact-form-card select {
  width: 100%;
  min-height: 48px;
  border: 1px solid #cdd6e4 !important;
  border-radius: 8px !important;
  background: #fff !important;
}
.contact-form-card textarea { min-height: 130px; }
.contact-form-card label { color: var(--ink); font-size: .83rem; font-weight: 700; }
.contact-form-card button[type="submit"],
.contact-form-card input[type="submit"] {
  min-height: 50px;
  padding: 12px 25px;
  border: 0;
  border-radius: 9px;
  background: var(--navy);
  color: #fff;
  font-weight: 800;
}
.contact-form-card button[type="submit"]:hover,
.contact-form-card input[type="submit"]:hover { background: var(--blue); }

@media (max-width: 960px) {
  .woocommerce ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .woocommerce ul.products li.product:last-child:nth-child(3n + 1) { grid-column: auto; }
  .event-row { grid-template-columns: 130px minmax(0, 1fr) 150px; }
  .event-action { padding: 16px; }
  .contact-grid { gap: 45px; }
  .catalog-toolbar { align-items: flex-start; }
  .catalog-controls { align-items: flex-end; flex-direction: column; gap: 8px; }
  .store-content > ul.products li.product:last-child:nth-child(3n + 1) { grid-column: auto !important; }
}

@media (max-width: 720px) {
  .woocommerce ul.products { grid-template-columns: 1fr; }
  .woocommerce ul.products li.product a img { height: 245px; }
  .course-card-summary { min-height: auto; }
  .events-section,
  .contact-section { padding: 68px 0 78px; }
  .events-intro,
  .contact-grid { grid-template-columns: 1fr; gap: 26px; }
  .event-row { grid-template-columns: 1fr; padding-top: 20px; }
  .event-details { padding: 20px; }
  .event-action { border-top: 1px solid var(--line); border-left: 0; }
  .event-action a { width: 100%; }
  .contact-banner { padding: 50px 0; }
  .contact-form-card { padding: 24px 18px; }
  .catalog-toolbar { display: grid; gap: 20px; }
  .catalog-controls { align-items: stretch; }
  .woocommerce .catalog-controls .woocommerce-ordering select { width: 100%; }
}
