:root {
  --thowl-blue: #08749a;
  --thowl-blue-dark: #07536f;
  --thowl-teal: #08a98f;
  --thowl-orange: #ff7141;
  --thowl-yellow: #ffba19;
  --thowl-ink: #172330;
  --thowl-muted: #586575;
  --thowl-cream: #fff7ed;
  --thowl-soft: #f2f8fa;
  --thowl-white: #ffffff;
  --thowl-border: #dbe6ea;
  --thowl-shadow: 0 18px 50px rgba(7, 83, 111, 0.12);
}

.thowl-page { color: var(--thowl-ink); overflow: hidden; }
.thowl-page *, .thowl-page *::before, .thowl-page *::after { box-sizing: border-box; }
.thowl-page h1, .thowl-page h2, .thowl-page h3 { color: var(--thowl-ink); letter-spacing: -0.025em; margin-top: 0; }
.thowl-page h1 { font-size: clamp(2.45rem, 5vw, 4.75rem); line-height: 1.02; }
.thowl-page h2 { font-size: clamp(2rem, 3.2vw, 3.25rem); line-height: 1.08; }
.thowl-page h3 { font-size: 1.35rem; line-height: 1.25; }
.thowl-page p, .thowl-page li { color: var(--thowl-muted); font-size: 1.05rem; line-height: 1.75; }
.thowl-page a { color: var(--thowl-blue); }
.thowl-shell { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.thowl-narrow { width: min(820px, calc(100% - 40px)); }
.thowl-section { padding: 92px 0; }
.thowl-soft { background: var(--thowl-soft); }
.thowl-centered { text-align: center; }
.thowl-eyebrow { color: var(--thowl-blue) !important; font-size: 0.82rem !important; font-weight: 800; letter-spacing: 0.14em; margin: 0 0 18px; }
.thowl-lead { font-size: clamp(1.1rem, 1.8vw, 1.35rem) !important; line-height: 1.65 !important; }

.thowl-hero { background: var(--thowl-cream); padding: 76px 0 80px; }
.thowl-hero-grid { display: grid; grid-template-columns: 1.15fr 0.85fr; align-items: center; gap: 74px; }
.thowl-hero-copy .thowl-lead { max-width: 690px; }
.thowl-actions { display: flex; flex-wrap: wrap; gap: 14px; margin: 30px 0 20px; }
.thowl-actions-center { justify-content: center; }
.thowl-button { border-radius: 8px; display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 13px 24px; font-size: 1rem; font-weight: 800; text-decoration: none !important; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.thowl-button:hover { transform: translateY(-2px); }
.thowl-button-primary { background: var(--thowl-blue); color: #fff !important; box-shadow: 0 10px 26px rgba(8,116,154,.22); }
.thowl-button-primary:hover { background: var(--thowl-blue-dark); }
.thowl-button-secondary { background: #fff; border: 2px solid var(--thowl-blue); color: var(--thowl-blue) !important; }
.thowl-button-light { background: #fff; color: var(--thowl-blue-dark) !important; }
.thowl-button-outline-light { border: 2px solid rgba(255,255,255,.75); color: #fff !important; }
.thowl-microcopy { font-size: .92rem !important; }
.thowl-microcopy span { color: var(--thowl-orange); padding: 0 6px; }
.thowl-hero-visual { position: relative; }
.thowl-hero-visual > img { background: #fff; border-radius: 24px; box-shadow: var(--thowl-shadow); display: block; width: 100%; max-height: 480px; object-fit: contain; padding: 24px; transform: rotate(1.5deg); }
.thowl-float-card { background: #fff; border-left: 5px solid var(--thowl-yellow); border-radius: 12px; bottom: -24px; box-shadow: var(--thowl-shadow); display: flex; flex-direction: column; left: -34px; padding: 18px 22px; position: absolute; }
.thowl-float-card strong { color: var(--thowl-ink); }
.thowl-float-card span { color: var(--thowl-muted); font-size: .86rem; margin-top: 3px; }

.thowl-trust-strip { background: var(--thowl-blue-dark); padding: 28px 0; }
.thowl-trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.thowl-trust-grid div { display: flex; flex-direction: column; }
.thowl-trust-grid strong { color: #fff; font-size: 1.02rem; }
.thowl-trust-grid span { color: rgba(255,255,255,.75); font-size: .88rem; margin-top: 4px; }

.thowl-heading-row { align-items: end; display: flex; justify-content: space-between; gap: 30px; margin-bottom: 34px; }
.thowl-heading-row p { max-width: 690px; margin-bottom: 0; }
.thowl-heading-row > a, .thowl-text-link { font-weight: 800; text-decoration: none; white-space: nowrap; }
.thowl-products-section ul.products { display: grid !important; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; margin: 0 !important; }
.thowl-products-section ul.products::before, .thowl-products-section ul.products::after { display: none !important; }
.thowl-products-section ul.products li.product { background: #fff; border: 1px solid var(--thowl-border); border-radius: 18px; box-shadow: 0 10px 30px rgba(23,35,48,.06); float: none !important; margin: 0 !important; overflow: hidden; padding: 0 0 24px !important; width: auto !important; }
.thowl-products-section ul.products li.product a img { aspect-ratio: 1/1; object-fit: contain; margin: 0 0 20px !important; padding: 18px; }
.thowl-products-section ul.products li.product .woocommerce-loop-product__title, .thowl-products-section ul.products li.product .price { padding-left: 22px !important; padding-right: 22px !important; }
.thowl-products-section ul.products li.product .woocommerce-loop-product__title { font-size: 1.18rem !important; }
.thowl-products-section ul.products li.product .price { color: var(--thowl-blue) !important; font-weight: 800; }
.thowl-products-section ul.products li.product .button { background: var(--thowl-blue); border-radius: 8px; color: #fff; margin-left: 22px; margin-top: 12px; }

.thowl-pathways { background: var(--thowl-soft); }
.thowl-path-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px; }
.thowl-path-card { border-radius: 22px; min-height: 390px; padding: clamp(34px, 5vw, 60px); }
.thowl-path-card p { max-width: 560px; }
.thowl-path-family { background: #fff; border: 1px solid var(--thowl-border); }
.thowl-path-school { background: var(--thowl-blue-dark); }
.thowl-path-school h2, .thowl-path-school h3 { color: #fff; }
.thowl-path-school p { color: rgba(255,255,255,.78); }
.thowl-path-school .thowl-eyebrow, .thowl-path-school a { color: var(--thowl-yellow) !important; }

.thowl-story-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.thowl-values { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.thowl-values div, .thowl-feature-grid article { background: #fff; border: 1px solid var(--thowl-border); border-radius: 16px; padding: 26px; }
.thowl-values strong { color: var(--thowl-blue); display: block; font-size: 1.18rem; }
.thowl-values span { color: var(--thowl-muted); display: block; font-size: .93rem; line-height: 1.55; margin-top: 5px; }
.thowl-cta { background: linear-gradient(135deg, var(--thowl-blue-dark), var(--thowl-blue)); color: #fff; padding: 76px 0; text-align: center; }
.thowl-cta h2 { color: #fff; }
.thowl-cta p { color: rgba(255,255,255,.8); }

.thowl-page-hero { background: var(--thowl-cream); padding: 88px 0 76px; text-align: center; }
.thowl-page-hero h1 { font-size: clamp(2.5rem, 5vw, 4.2rem); }
.thowl-feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; margin-top: 42px; }
.thowl-feature-grid article { box-shadow: 0 10px 30px rgba(23,35,48,.04); }
.thowl-school-games { display: grid; grid-template-columns: .8fr .8fr 1.4fr; gap: 24px; margin-top: 34px; }
.thowl-school-games > div { background: #fff; border-radius: 16px; padding: 30px; }
.thowl-school-games ul { margin-bottom: 0; padding-left: 20px; }
.thowl-steps { list-style: none; margin: 42px 0 0; padding: 0; }
.thowl-steps li { align-items: flex-start; border-bottom: 1px solid var(--thowl-border); display: flex; gap: 22px; padding: 24px 0; }
.thowl-steps li > span { align-items: center; background: var(--thowl-yellow); border-radius: 50%; color: var(--thowl-ink); display: flex; flex: 0 0 42px; font-weight: 900; height: 42px; justify-content: center; }
.thowl-steps p { margin: 3px 0 0; }
.thowl-form-section { background: var(--thowl-soft); }
.thowl-form-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 70px; align-items: start; }
.thowl-form { background: #fff; border: 1px solid var(--thowl-border); border-radius: 18px; box-shadow: var(--thowl-shadow); padding: 32px; }
.thowl-form label { color: var(--thowl-ink); display: block; font-size: .92rem; font-weight: 700; margin-bottom: 18px; }
.thowl-form label > span { color: #b42318; }
.thowl-form input:not([type="checkbox"]), .thowl-form select, .thowl-form textarea { background: #fff; border: 1px solid #bdccd2; border-radius: 8px; color: var(--thowl-ink); display: block; font-size: 1rem; margin-top: 7px; padding: 12px 13px; width: 100%; }
.thowl-form input:focus, .thowl-form select:focus, .thowl-form textarea:focus { border-color: var(--thowl-blue); box-shadow: 0 0 0 3px rgba(8,116,154,.13); outline: none; }
.thowl-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.thowl-consent { display: flex !important; gap: 10px; font-weight: 500 !important; }
.thowl-consent input { margin-top: 5px; }
.thowl-honeypot { left: -9999px; position: absolute; }
.thowl-form-message { border-radius: 8px; margin-bottom: 16px; padding: 12px 15px; }
.thowl-form-success { background: #e9f8ef; color: #166534; }
.thowl-form-error { background: #fff0f0; color: #991b1b; }
.thowl-contact-card { background: #fff; border-left: 5px solid var(--thowl-orange); border-radius: 12px; display: flex; flex-direction: column; gap: 7px; margin: 28px 0; padding: 24px; }
.thowl-quote { background: var(--thowl-blue-dark); border-radius: 22px; padding: 44px; }
.thowl-quote blockquote { color: #fff; font-size: 1.55rem; line-height: 1.5; margin: 0; }
.thowl-quote p { color: var(--thowl-yellow); margin-bottom: 0; }

.thowl-faqs details { border-bottom: 1px solid var(--thowl-border); padding: 22px 0; }
.thowl-faqs summary { color: var(--thowl-ink); cursor: pointer; font-size: 1.14rem; font-weight: 800; list-style-position: outside; }
.thowl-faqs details p { margin-bottom: 0; }
.thowl-updated { font-size: .88rem !important; margin-top: 24px; }
.thowl-policy { max-width: 820px; }
.thowl-policy h2 { font-size: 1.65rem; margin-top: 42px; }
.thowl-policy h2:first-child { margin-top: 0; }

.thowl-product-detail .thowl-facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin: 28px 0; }
.thowl-product-detail .thowl-facts div { background: var(--thowl-soft); border-radius: 10px; display: flex; flex-direction: column; padding: 16px; }
.thowl-product-detail .thowl-facts strong { color: var(--thowl-ink); }
.thowl-product-detail .thowl-facts span { color: var(--thowl-muted); }
.thowl-assurance { background: var(--thowl-cream); border-left: 5px solid var(--thowl-yellow); margin-top: 30px; padding: 22px; }
.thowl-assurance p { margin-bottom: 0; }
.thowl-price-note { color: #166534 !important; font-size: .93rem !important; font-weight: 700; }

@media (max-width: 1024px) {
  .thowl-hero-grid, .thowl-story-grid, .thowl-form-grid { gap: 44px; }
  .thowl-feature-grid { grid-template-columns: repeat(2, 1fr); }
  .thowl-school-games { grid-template-columns: 1fr 1fr; }
  .thowl-school-games > div:last-child { grid-column: 1 / -1; }
}

@media (max-width: 780px) {
  .thowl-section { padding: 64px 0; }
  .thowl-hero { padding: 56px 0 64px; }
  .thowl-hero-grid, .thowl-story-grid, .thowl-form-grid, .thowl-path-grid { grid-template-columns: 1fr; }
  .thowl-hero-visual { margin-top: 10px; }
  .thowl-float-card { bottom: -18px; left: 12px; right: 12px; }
  .thowl-trust-grid { grid-template-columns: 1fr; gap: 18px; }
  .thowl-heading-row { align-items: flex-start; flex-direction: column; }
  .thowl-products-section ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .thowl-values { grid-template-columns: 1fr; }
  .thowl-school-games { grid-template-columns: 1fr; }
  .thowl-school-games > div:last-child { grid-column: auto; }
  .thowl-page-hero { padding: 64px 0 56px; }
}

@media (max-width: 560px) {
  .thowl-shell, .thowl-narrow { width: min(100% - 28px, 1180px); }
  .thowl-page h1 { font-size: 2.45rem; }
  .thowl-page h2 { font-size: 2rem; }
  .thowl-actions { align-items: stretch; flex-direction: column; }
  .thowl-button { width: 100%; }
  .thowl-products-section ul.products, .thowl-feature-grid, .thowl-form-row, .thowl-product-detail .thowl-facts { grid-template-columns: 1fr; }
  .thowl-path-card { min-height: 0; }
  .thowl-form { padding: 22px 18px; }
}

