:root {
  --ct-teal: #2c8587;
  --ct-teal-dark: #1f6365;
  --ct-orange: #f7b276;
  --ct-mint: #d3e0db;
  --ct-lime: #e7e8bd;
  --ct-blue: #a8cedd;
  --ct-sky: #9ee5f5;
  --ct-ink: #2f2d2c;
  --ct-paper: #fbf8f3;
  --ct-white: #fff;
  --ct-shadow: 0 12px 35px rgba(31, 99, 101, .13);
  --ct-radius: 24px;
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body { margin: 0; min-height: 100vh; display: flex; flex-direction: column; overflow-x: hidden; color: var(--ct-ink); background: var(--ct-paper); font-family: "Trebuchet MS", "Segoe UI", Arial, sans-serif; line-height: 1.6; }
body.ct-menu-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: var(--ct-teal-dark); text-underline-offset: .2em; }
a:hover { color: var(--ct-teal); }
h1, h2, h3, p { overflow-wrap: anywhere; }
h1, h2, h3 { line-height: 1.15; margin-top: 0; }
h1 { font-size: clamp(2.4rem, 6vw, 5.4rem); color: var(--ct-teal); letter-spacing: -.035em; }
h2 { font-size: clamp(2rem, 4vw, 3.5rem); color: var(--ct-teal); letter-spacing: -.025em; }
h3 { font-size: 1.35rem; }
p { font-size: clamp(1rem, 1.5vw, 1.18rem); }
.ct-skip-link { position: fixed; left: 1rem; top: -6rem; z-index: 1000; padding: .75rem 1rem; color: #fff; background: var(--ct-teal-dark); border-radius: 0 0 8px 8px; }
.ct-skip-link:focus { top: 0; }
.ct-header { position: sticky; top: 0; z-index: 100; color: var(--ct-ink); background: rgba(251, 248, 243, .96); border-bottom: 1px solid rgba(44, 133, 135, .2); backdrop-filter: blur(14px); }
.ct-header-container { width: min(100% - 2rem, 1440px); min-height: 82px; margin-inline: auto; display: flex; align-items: center; gap: 1.5rem; }
.ct-brand { flex: 0 0 auto; display: inline-flex; align-items: center; gap: .65rem; color: var(--ct-teal-dark); text-decoration: none; }
.ct-brand img { width: 52px; height: 52px; object-fit: contain; clip-path: circle(40.5% at 50% 50%); transform: scale(1.18); }
.ct-brand span { display: grid; line-height: 1.05; }
.ct-brand strong { font-size: 1.28rem; }
.ct-brand small { margin-top: .22rem; font-size: .75rem; color: var(--ct-ink); }
.ct-navigation { margin-left: auto; }
.ct-menu { display: flex; align-items: center; justify-content: flex-end; gap: clamp(.25rem, 1vw, 1rem); margin: 0; padding: 0; list-style: none; }
.ct-menu-link { display: block; padding: .65rem .55rem; border-radius: 10px; color: var(--ct-ink); font-size: clamp(.78rem, .9vw, .94rem); font-weight: 700; text-decoration: none; text-align: center; }
.ct-menu-link:hover, .ct-menu-link:focus-visible { color: var(--ct-teal-dark); background: var(--ct-mint); }
.ct-menu-link.ct-active { color: #fff; background: var(--ct-teal); }
.ct-menu-toggle { display: none; margin-left: auto; width: 48px; height: 48px; padding: 11px; border: 0; border-radius: 12px; color: var(--ct-teal-dark); background: var(--ct-mint); cursor: pointer; }
.ct-menu-toggle span { display: block; width: 100%; height: 3px; margin: 5px 0; border-radius: 4px; background: currentColor; transition: transform .2s ease, opacity .2s ease; }
.ct-menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.ct-menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.ct-menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }
.ct-main { flex: 1 0 auto; }
.ct-section, .ct-page-hero { padding: clamp(4rem, 8vw, 7rem) 0; }
.ct-section-container { width: min(100% - 2rem, 1180px); margin-inline: auto; }
.ct-hero { min-height: min(820px, calc(100vh - 82px)); display: grid; align-items: center; padding: clamp(4rem, 8vw, 8rem) 0; background: var(--ct-mint); }
.ct-hero-grid, .ct-media-grid, .ct-materials-grid, .ct-course-hero, .ct-product-feature { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(280px, .92fr); align-items: center; gap: clamp(2rem, 6vw, 6rem); }
.ct-hero h1 { margin-bottom: 1.4rem; }
.ct-lead { font-size: clamp(1.25rem, 2vw, 1.7rem); font-style: italic; }
.ct-eyebrow { margin-bottom: .75rem; color: var(--ct-teal-dark); font-size: .86rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.ct-hero-visual { position: relative; }
.ct-hero-visual::before { content: ""; position: absolute; inset: 8%; border-radius: 50%; background: var(--ct-orange); }
.ct-hero-visual img { position: relative; width: min(100%, 520px); margin-inline: auto; clip-path: circle(40.5% at 50% 50%); transform: scale(1.14); }
.ct-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 2rem; }
.ct-button { display: inline-flex; justify-content: center; align-items: center; min-height: 48px; padding: .75rem 1.25rem; border: 2px solid var(--ct-teal); border-radius: 999px; color: #fff; background: var(--ct-teal); font-weight: 800; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease; }
.ct-button:hover { color: #fff; transform: translateY(-2px); box-shadow: 0 8px 18px rgba(31, 99, 101, .22); }
.ct-button-secondary { color: var(--ct-teal-dark); background: transparent; }
.ct-button-secondary:hover { color: var(--ct-teal-dark); background: rgba(255,255,255,.45); }
.ct-button-disabled { cursor: not-allowed; opacity: .7; }
.ct-button-disabled:hover { transform: none; box-shadow: none; }
.ct-text-link { display: inline-block; margin-top: 1rem; font-weight: 800; }
.ct-section-light { background: var(--ct-paper); }
.ct-section-lime { background: var(--ct-lime); }
.ct-section-blue { background: var(--ct-blue); }
.ct-section-sky { background: var(--ct-sky); }
.ct-rounded-image { width: 100%; max-height: 560px; object-fit: cover; border-radius: 50% 50% 46% 54% / 55% 45% 55% 45%; box-shadow: var(--ct-shadow); }
.ct-material-products { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: center; gap: 1rem; }
.ct-material-products img { width: 100%; max-height: 360px; margin-inline: auto; object-fit: contain; filter: drop-shadow(0 12px 18px rgba(31,99,101,.16)); }
.ct-card-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.4rem; margin-top: 2.5rem; }
.ct-card { overflow: hidden; background: #fff; border-radius: var(--ct-radius); box-shadow: var(--ct-shadow); }
.ct-card > img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.ct-card > div { padding: 1.5rem; }
.ct-card h3 { color: var(--ct-teal-dark); }
.ct-card a { font-weight: 800; }
.ct-two-columns { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(2rem, 6vw, 6rem); }
.ct-profile-list { display: grid; gap: 2rem; }
.ct-profile { display: grid; grid-template-columns: 190px 1fr; align-items: center; gap: 2rem; padding: 2rem; border-radius: var(--ct-radius); background: rgba(44, 133, 135, .28); }
.ct-profile img { width: 190px; height: 190px; border-radius: 50%; object-fit: cover; box-shadow: var(--ct-shadow); }
.ct-profile:nth-child(1) img { object-position: 50% 18%; }
.ct-profile:nth-child(2) img { object-position: 50% 20%; }
.ct-profile p { font-size: 1rem; }
.ct-course-image { width: min(100%, 470px); max-height: 580px; justify-self: center; border-radius: 45% 55% 50% 50%; object-fit: cover; box-shadow: var(--ct-shadow); }
.ct-course-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(300px, .7fr); gap: clamp(2rem, 6vw, 5rem); align-items: start; }
.ct-check-list { padding-left: 1.25rem; }
.ct-check-list li { margin-bottom: .65rem; font-size: 1.12rem; }
.ct-info-card { padding: clamp(1.5rem, 4vw, 2.5rem); border-radius: var(--ct-radius); background: var(--ct-lime); box-shadow: var(--ct-shadow); }
.ct-info-card h2 { font-size: 2rem; }
.ct-info-card dl div { display: grid; grid-template-columns: 130px 1fr; gap: 1rem; padding: .55rem 0; border-bottom: 1px solid rgba(47,45,44,.15); }
.ct-info-card dt { font-weight: 800; }
.ct-info-card dd { margin: 0; }
.ct-info-card .ct-button { margin-top: 1rem; }
.ct-info-card small, .ct-product-feature small, .ct-store-item small { display: block; margin-top: .55rem; }
.ct-highlight { padding: 2rem 0; background: var(--ct-orange); font-weight: 800; font-style: italic; }
.ct-product-feature > img { width: min(100%, 560px); justify-self: center; border-radius: var(--ct-radius); box-shadow: var(--ct-shadow); }
.ct-store-list { display: grid; gap: 1.5rem; margin-top: 2rem; }
.ct-store-item { display: grid; grid-template-columns: 220px minmax(0, 1fr) 180px; align-items: center; gap: 2rem; padding: 2rem; border-radius: var(--ct-radius); background: var(--ct-mint); }
.ct-store-item img { width: 220px; max-height: 260px; object-fit: contain; }
.ct-store-item h2 { font-size: 2rem; }
.ct-price { color: #42617b; font-size: 1.7rem; font-weight: 800; }
.ct-price small { font-size: .95rem; }
.ct-legal { max-width: 900px; padding-top: clamp(4rem, 8vw, 7rem); padding-bottom: clamp(4rem, 8vw, 7rem); }
.ct-legal h1 { font-size: clamp(2.2rem, 5vw, 4rem); }
.ct-legal h2 { margin-top: 2.25rem; font-size: 1.5rem; }
.ct-legal li { margin-bottom: .45rem; font-size: 1.05rem; }
.ct-company-data { margin-top: 3rem; padding: 1.4rem; text-align: center; border-radius: 18px; background: var(--ct-mint); }
.ct-footer { margin-top: auto; color: #fff; background: var(--ct-teal-dark); }
.ct-footer-container { width: min(100% - 2rem, 1180px); margin-inline: auto; display: grid; grid-template-columns: 1.25fr .9fr .9fr 1.25fr; gap: 2.5rem; padding: 4rem 0 3rem; }
.ct-footer h2 { margin-bottom: 1rem; color: var(--ct-orange); font-size: 1.15rem; letter-spacing: 0; }
.ct-footer p { font-size: 1rem; }
.ct-footer-links { margin: 0; padding: 0; list-style: none; }
.ct-footer-links li { margin-bottom: .55rem; }
.ct-footer a { color: #fff; }
.ct-footer address { font-style: normal; overflow-wrap: anywhere; }
.ct-footer-copyright { padding: 1rem; text-align: center; border-top: 1px solid rgba(255,255,255,.18); font-size: .9rem; }
@media (max-width: 1180px) and (min-width: 992px) {
  .ct-header-container { width: min(100% - 1rem, 1440px); gap: .7rem; }
  .ct-brand img { width: 44px; height: 44px; }
  .ct-brand small { display: none; }
  .ct-menu-link { padding-inline: .35rem; font-size: .72rem; }
}
@media (max-width: 991px) {
  .ct-header-container { min-height: 72px; }
  .ct-menu-toggle { display: block; }
  .ct-navigation { position: absolute; top: 100%; left: 1rem; right: 1rem; display: none; max-height: calc(100vh - 88px); overflow-y: auto; padding: .75rem; border: 1px solid rgba(44,133,135,.2); border-radius: 0 0 18px 18px; background: var(--ct-paper); box-shadow: var(--ct-shadow); }
  .ct-navigation.ct-open { display: block; }
  .ct-menu { display: grid; gap: .25rem; }
  .ct-menu-link { min-height: 48px; display: flex; align-items: center; padding: .8rem 1rem; text-align: left; font-size: 1rem; }
  .ct-hero-grid, .ct-media-grid, .ct-materials-grid, .ct-course-hero, .ct-product-feature, .ct-course-layout { grid-template-columns: 1fr; }
  .ct-hero { min-height: auto; }
  .ct-hero-copy { text-align: center; }
  .ct-actions { justify-content: center; }
  .ct-hero-visual img { width: min(75vw, 430px); }
  .ct-media-grid img { max-height: 460px; }
  .ct-card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ct-footer-container { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ct-store-item { grid-template-columns: 180px 1fr; }
  .ct-store-item > div:last-child { grid-column: 2; }
}
@media (max-width: 700px) {
  h1 { font-size: clamp(2.2rem, 12vw, 3.5rem); }
  .ct-section, .ct-page-hero { padding: 3.5rem 0; }
  .ct-brand img { width: 46px; height: 46px; }
  .ct-brand strong { font-size: 1.15rem; }
  .ct-card-grid, .ct-two-columns, .ct-footer-container { grid-template-columns: 1fr; }
  .ct-profile { grid-template-columns: 1fr; padding: 1.4rem; }
  .ct-profile img { width: 150px; height: 150px; }
  .ct-store-item { grid-template-columns: 1fr; padding: 1.25rem; text-align: center; }
  .ct-store-item img { width: min(100%, 230px); margin-inline: auto; }
  .ct-store-item > div:last-child { grid-column: auto; }
  .ct-actions .ct-button, .ct-product-feature .ct-button { width: 100%; }
}

/* Layout reproduzido a partir da referência visual fornecida pela Crop Tree. */
.ct-layout-container { width: min(100% - 3rem, 1220px); margin-inline: auto; }
.ct-header { position: absolute; top: 0; left: 0; right: 0; z-index: 100; color: #526678; background: transparent; border: 0; border-bottom: 1px solid rgba(82,102,120,.14); backdrop-filter: none; }
.ct-header-container { width: min(100% - 2rem, 1220px); min-height: 46px; justify-content: flex-end; }
.ct-brand { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); clip-path: inset(50%); white-space: nowrap; }
.ct-menu-toggle { display: none; width: auto; height: 30px; margin-left: auto; padding: 0; align-items: center; border: 0; border-radius: 0; color: var(--ct-ink); background: transparent; font-size: .64rem; font-weight: 700; }
.ct-menu-toggle::after { content: "Educação Financeira"; }
.ct-menu-toggle span { display: none; }
.ct-navigation { position: static; display: block; width: auto; max-height: none; overflow: visible; margin-left: auto; padding: 0; border: 0; border-radius: 0; background: transparent; box-shadow: none; }
.ct-menu { display: flex; gap: clamp(.35rem, 1.3vw, 1.35rem); }
.ct-menu-link { min-height: 45px; display: flex; align-items: center; padding: .45rem .35rem; color: #607386; text-align: center; font-size: clamp(.76rem, 1.05vw, .96rem); font-weight: 400; white-space: nowrap; }
.ct-menu-link.ct-active { color: #344b63; background: transparent; font-weight: 800; }
.ct-home { font-family: "Century Gothic", "Trebuchet MS", "Segoe UI", sans-serif; }
.ct-home .ct-main h2 { margin-bottom: 1.4rem; color: var(--ct-teal); font-size: clamp(2.4rem, 4.2vw, 4.2rem); }
.ct-home .ct-main h3 { margin-bottom: .7rem; }
.ct-home .ct-main p { margin-top: 0; }
.ct-hero { min-height: 790px; padding: 85px 0 55px; background: var(--ct-mint); }
.ct-hero-grid { position: relative; min-height: 650px; grid-template-columns: 1.05fr .95fr; align-items: center; column-gap: 6rem; }
.ct-hero h1 { max-width: 650px; margin: 0; color: var(--ct-teal); font-size: clamp(4rem, 6.8vw, 6rem); line-height: 1.04; letter-spacing: -.045em; }
.ct-hero-copy { transform: translateY(28px); }
.ct-home .ct-main .ct-hero .ct-lead { margin-top: 7.5rem; white-space: nowrap; color: #3b3937; font-size: 1.35rem; }
.ct-hero-visual { transform: translate(36px, -52px); }
.ct-home .ct-hero-visual::before { content: none; }
.ct-hero-visual img { width: min(100%, 440px); clip-path: circle(49.5% at 50% 50%); transform: none; }
.ct-whatsapp-float { position: absolute; right: 1.5%; bottom: 6px; width: 102px; height: 102px; }
.ct-whatsapp-float img, .ct-contact-prompt img, .ct-contact-details img { width: 100%; height: 100%; object-fit: cover; border-radius: 50%; clip-path: circle(49% at 50% 50%); }
.ct-home-school { min-height: 740px; padding: 85px 0 95px; background: var(--ct-paper); }
.ct-home-school h2 { color: var(--ct-orange) !important; }
.ct-school-grid { display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: 6rem; }
.ct-splash-photo { position: relative; display: grid; place-items: center; justify-self: center; flex: 0 0 auto; }
.ct-school-photo, .ct-training-photo { width: 490px; height: 490px; }
.ct-feature-photo { width: 460px; height: 460px; }
.ct-contact-photo { width: 400px; height: 400px; justify-self: end; }
.ct-splash-photo .ct-circle-image, .ct-splash-photo .ct-contact-image { position: relative; z-index: 1; width: 90%; height: 90%; margin: 0; border-radius: 50%; object-fit: cover; box-shadow: none; }
.ct-training-photo .ct-circle-image, .ct-contact-photo .ct-contact-image { position: absolute; inset: 5%; width: 90%; height: 90%; justify-self: auto; }
.ct-photo-splash { position: absolute; z-index: 2; inset: 0; width: 100%; height: 100%; overflow: visible; pointer-events: none; }
.ct-splash-inner { fill: none; stroke: #e9a468; stroke-width: 4; opacity: .9; stroke-dasharray: 91 3 2 4; transform: rotate(-7deg); transform-origin: center; }
.ct-splash-brush, .ct-splash-flick { fill: none; stroke: #8fb8b3; stroke-linecap: round; stroke-linejoin: round; }
.ct-splash-brush-main { stroke-width: 13; opacity: .92; stroke-dasharray: 76 2 5 1 9 7; }
.ct-splash-brush-top { stroke-width: 5; opacity: .85; stroke-dasharray: 52 3 12 4 20 9; }
.ct-splash-brush-right { stroke-width: 8; opacity: .9; stroke-dasharray: 40 3 8 2 28 7; }
.ct-splash-brush-bottom { stroke-width: 7; opacity: .78; stroke-dasharray: 37 4 16 3 31 9; }
.ct-splash-flick { stroke-width: 3; opacity: .72; stroke-dasharray: 25 8 5 6; }
.ct-splash-flick-one { transform: translate(-4px, 5px); }
.ct-splash-flick-two { transform: translate(3px, 2px); }
.ct-splash-flick-three { transform: translate(1px, 4px); }
.ct-school-grid h3 { font-size: 1.8rem; line-height: 1.45; }
.ct-school-grid p { max-width: 620px; font-size: 1.35rem; text-align: justify; }
.ct-circle-image { border-radius: 50%; object-fit: cover; box-shadow: 0 0 0 7px rgba(44,133,135,.7); }
.ct-home-materials { min-height: 760px; padding: 80px 0 45px; background: var(--ct-lime); }
.ct-collections { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; align-items: start; }
.ct-collections article { text-align: center; }
.ct-collections article > div { position: relative; width: 250px; height: 245px; display: grid; place-items: center; margin-inline: auto; padding: 0; border-radius: 14px; background: #91b5b0; }
.ct-collections img { position: absolute; width: auto; height: auto; max-width: none; max-height: none; place-self: center; object-fit: contain; mix-blend-mode: normal; filter: drop-shadow(7px 9px 5px rgba(47,45,44,.28)); }
.ct-collections article:nth-child(1) img { width: 340px; }
.ct-collections article:nth-child(2) img { width: 320px; }
.ct-collections article:nth-child(3) img { height: 300px; }
.ct-collections h3 { margin: 70px 0 0; font-size: 1.45rem; line-height: 1.25; }
.ct-collections article:first-child h3 { margin-top: 84px; }
.ct-collections h3 { color: var(--ct-ink); }
.ct-materials-note { max-width: 1040px; margin: 2rem auto 0; font-size: 1.32rem !important; font-weight: 800; text-align: center; line-height: 1.35; }
.ct-home-difference { min-height: 760px; padding: 75px 0 45px; background: linear-gradient(rgba(251,248,243,.78), rgba(251,248,243,.78)), url("../images/criancas-loja.jpg") center / cover no-repeat; }
.ct-difference-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem 3rem; }
.ct-difference-grid article { min-height: 120px; display: grid; align-content: center; padding: 1rem 1.5rem; text-align: center; border-radius: 10px; background: rgba(247,178,118,.58); }
.ct-difference-grid h3 { font-size: 1.15rem; }
.ct-difference-grid p { margin-bottom: 0; font-size: .98rem !important; line-height: 1.35; }
.ct-difference-grid .ct-difference-wide { width: 52%; grid-column: 1 / -1; justify-self: center; background: rgba(231,232,189,.75); }
.ct-contact-prompt { display: flex; justify-content: flex-end; align-items: center; gap: .75rem; margin: 1rem 0 0 auto !important; font-size: .98rem !important; }
.ct-contact-prompt a { width: 68px; height: 68px; }
.ct-home-training { min-height: 750px; padding: 80px 0 60px; background: var(--ct-paper); }
.ct-training-grid { display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 5rem; }
.ct-training-grid > div p { max-width: 660px; font-size: 1.34rem; text-align: justify; }
.ct-training-grid .ct-training-photo { justify-self: center; }
.ct-training-grid .ct-contact-prompt { grid-column: 2; }
.ct-home-teachers, .ct-home-dreams { min-height: 800px; padding: 75px 0 55px; }
.ct-home-teachers { position: relative; background: var(--ct-blue); }
.ct-launch-badge { position: absolute; top: 2.3rem; left: 50%; z-index: 2; display: grid; place-items: center; width: 145px; height: 105px; padding: .75rem; transform: translateX(-50%) rotate(-4deg); clip-path: polygon(50% 0,61% 15%,80% 6%,82% 26%,100% 34%,87% 50%,100% 67%,81% 74%,79% 95%,60% 86%,49% 100%,38% 85%,18% 94%,17% 73%,0 65%,13% 49%,1% 32%,20% 25%,22% 5%,40% 15%); color: #2f2d2c; background: #ff8f7d; font-size: .8rem; font-weight: 900; }
.ct-home-dreams { background: var(--ct-sky); }
.ct-feature-grid { display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: 5rem; }
.ct-feature-grid > div:first-child { display: grid; justify-items: center; }
.ct-feature-grid h2 { justify-self: start; white-space: nowrap; }
.ct-feature-grid .ct-feature-photo { justify-self: center; }
.ct-feature-grid > div:last-child p { font-size: 1.35rem; text-align: justify; }
.ct-feature-grid > div:last-child h3 { font-size: 1.55rem; text-align: justify; }
.ct-small-button { min-width: 160px; margin-top: 1.4rem; padding: .55rem 1.2rem; border-radius: 999px; color: #17538a; background: var(--ct-orange); font-weight: 900; text-align: center; }
.ct-footer { color: var(--ct-ink); background: var(--ct-mint); }
.ct-contact { padding: 75px 0 35px; text-align: center; }
.ct-contact h2 { margin: 0; color: var(--ct-teal); font-size: clamp(3rem, 5vw, 5rem); }
.ct-contact-intro { margin: .25rem 0 2.4rem; font-size: 1.35rem !important; }
.ct-contact-card { display: grid; grid-template-columns: 1.35fr .65fr; align-items: center; min-height: 420px; padding: 2.5rem 3rem; border-radius: 32px; background: #fff; box-shadow: var(--ct-shadow); }
.ct-contact-details { text-align: left; }
.ct-contact-details p { display: flex; align-items: center; gap: .35rem; margin: 1.25rem 0; font-size: 1.235rem !important; }
.ct-contact-details img { width: 72px; height: 72px; margin-left: .7rem; }
.ct-contact-details a { color: var(--ct-ink); text-decoration: none; }
.ct-contact-image { width: 360px; height: 360px; justify-self: end; border-radius: 50%; object-fit: cover; box-shadow: 0 0 0 7px var(--ct-orange); }
.ct-footer-container { width: min(100% - 3rem, 1500px); grid-template-columns: 1fr .6fr 1fr; align-items: start; gap: 3rem; padding: 2rem 0 1.5rem; }
.ct-footer p { margin: 0; color: var(--ct-ink); font-size: .95rem; }
.ct-footer a { color: var(--ct-ink); }
.ct-footer-brand { text-align: center; }
.ct-footer-social { text-align: center; }
.ct-footer-social img { width: 58px; height: 58px; margin: .5rem auto 0; border-radius: 12px; }
.ct-footer-legal { display: grid; gap: .25rem; justify-content: center; }
.ct-footer-copyright { color: var(--ct-ink); border-top: 0; font-size: .76rem; }
.ct-footer-copyright small { display: inline-block; max-width: 780px; margin-top: .5rem; }
@media (max-width: 1499px) {
  .ct-hero-visual { transform: translate(36px, -52px); }
  .ct-collections article > div { width: 250px; }
}
@media (max-width: 991px) {
  .ct-layout-container { width: min(100% - 2rem, 760px); }
  .ct-header-container { min-height: 64px; }
  .ct-menu-toggle { display: inline-flex; width: 48px; height: 48px; padding: 10px; flex-direction: column; justify-content: center; }
  .ct-menu-toggle::after { content: none; }
  .ct-menu-toggle span { display: block; width: 100%; height: 3px; margin: 3px 0; border-radius: 4px; background: currentColor; }
  .ct-navigation { position: absolute; top: 64px; right: 1rem; left: auto; display: none; width: min(360px, calc(100vw - 2rem)); max-height: calc(100vh - 80px); overflow-y: auto; padding: .75rem; border: 1px solid rgba(44,133,135,.22); border-radius: 0 0 16px 16px; background: rgba(251,248,243,.98); box-shadow: var(--ct-shadow); }
  .ct-navigation.ct-open { display: block; }
  .ct-menu { display: grid; gap: .2rem; }
  .ct-menu-link { min-height: 46px; display: flex; align-items: center; padding: .65rem .85rem; text-align: left; font-size: .95rem; }
  .ct-menu-link.ct-active { color: #fff; background: var(--ct-teal); }
  .ct-hero { min-height: auto; padding: 90px 0 60px; }
  .ct-hero-grid { min-height: auto; grid-template-columns: 1fr; gap: 1rem; }
  .ct-hero-copy { text-align: left; }
  .ct-hero-copy { transform: none; }
  .ct-hero h1 { max-width: 720px; font-size: clamp(3rem, 11vw, 5rem); }
  .ct-home .ct-main .ct-hero .ct-lead { margin-top: 2.5rem; white-space: normal; }
  .ct-hero-visual img { width: min(80vw, 430px); }
  .ct-hero-visual { transform: none; }
  .ct-whatsapp-float { right: 4%; bottom: 1rem; width: 62px; height: 62px; }
  .ct-school-grid, .ct-training-grid, .ct-feature-grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .ct-school-photo, .ct-training-photo { width: min(88vw, 460px); height: min(88vw, 460px); }
  .ct-feature-photo { width: min(84vw, 430px); height: min(84vw, 430px); }
  .ct-contact-photo { width: min(78vw, 340px); height: min(78vw, 340px); justify-self: center; }
  .ct-school-grid p, .ct-training-grid > div p, .ct-feature-grid > div:last-child p { text-align: left; }
  .ct-collections article > div { width: 250px; height: 245px; }
  .ct-difference-grid { gap: 1rem; }
  .ct-difference-grid .ct-difference-wide { width: 70%; }
  .ct-training-grid .ct-contact-prompt { grid-column: auto; }
  .ct-feature-grid h2 { justify-self: center; white-space: normal; text-align: center; }
  .ct-contact-card { grid-template-columns: 1fr; gap: 2rem; }
  .ct-contact-image { justify-self: center; }
  .ct-footer-container { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 650px) {
  .ct-home .ct-main h2 { font-size: 2.35rem; }
  .ct-header-container { min-height: 64px; }
  .ct-home-school, .ct-home-materials, .ct-home-difference, .ct-home-training, .ct-home-teachers, .ct-home-dreams { min-height: auto; padding: 3.5rem 0; }
  .ct-launch-badge { top: 1rem; right: 1rem; left: auto; width: 105px; height: 78px; transform: rotate(-4deg); font-size: .64rem; }
  .ct-school-grid h3 { font-size: 1.35rem; }
  .ct-school-grid p, .ct-training-grid > div p, .ct-feature-grid > div:last-child p, .ct-feature-grid > div:last-child h3 { font-size: 1.05rem; }
  .ct-collections { grid-template-columns: 1fr; }
  .ct-collections { gap: 6rem; }
  .ct-collections article > div { width: min(68vw, 250px); height: min(67vw, 245px); margin-inline: auto; }
  .ct-collections article:nth-child(1) img { width: min(90vw, 340px); }
  .ct-collections article:nth-child(2) img { width: min(86vw, 320px); }
  .ct-collections article:nth-child(3) img { height: min(78vw, 300px); }
  .ct-collections h3, .ct-collections article:first-child h3 { margin-top: 4.5rem; }
  .ct-materials-note { font-size: 1.05rem !important; }
  .ct-difference-grid { grid-template-columns: 1fr; }
  .ct-difference-grid .ct-difference-wide { width: 100%; grid-column: auto; }
  .ct-contact-prompt { justify-content: center; }
  .ct-contact { padding-top: 3.5rem; }
  .ct-contact-intro { font-size: 1.05rem !important; }
  .ct-contact-card { padding: 1.5rem; border-radius: 22px; }
  .ct-contact-details p { display: block; font-size: 1.274rem !important; overflow-wrap: anywhere; }
  .ct-contact-details img { display: inline-block; width: 52px; height: 52px; vertical-align: middle; }
  .ct-contact-image { width: min(76vw, 300px); height: min(76vw, 300px); }
  .ct-footer-container { grid-template-columns: 1fr; text-align: center; }
  .ct-footer-legal { justify-content: center; }
}

/* Página do curso para professores. */
.ct-professors-page .ct-main { background: var(--ct-blue); }
.ct-professors-container { width: min(100% - 3rem, 1220px); margin-inline: auto; }
.ct-professors-promo { padding: 72px 0 28px; background: var(--ct-paper); }
.ct-professors-promo-grid { display: grid; grid-template-columns: 1fr 1.35fr 100px; align-items: center; gap: 2.2rem; }
.ct-professors-promo h2 { margin: 0; color: #42617b; font-size: clamp(2rem, 3.2vw, 3.15rem); line-height: .98; letter-spacing: -.02em; }
.ct-professors-promo p { margin: 0; padding: 1rem 1.5rem; border-radius: 10px; background: var(--ct-lime); font-size: 1.15rem; font-weight: 700; line-height: 1.35; text-align: center; text-transform: uppercase; }
.ct-professors-promo em { color: #ff744f; font-style: normal; }
.ct-professors-promo a, .ct-professors-promo img { display: block; width: 88px; height: 88px; }
.ct-professors-promo img { border-radius: 20px; object-fit: cover; }
.ct-professors-course { padding: 45px 0 65px; background: var(--ct-blue); }
.ct-professors-heading { max-width: 940px; display: grid; grid-template-columns: 1fr 230px; align-items: center; gap: 3rem; margin: 0 auto 2.5rem; text-align: center; }
.ct-professors-heading h1 { margin: 0 0 .6rem; color: #42617b; font-size: clamp(3.6rem, 5vw, 5.25rem); line-height: 1; letter-spacing: -.035em; }
.ct-professors-heading p { margin: 0; font-size: clamp(1.25rem, 2vw, 1.75rem); font-style: italic; line-height: 1.15; }
.ct-professors-launch { display: grid; place-items: center; width: 230px; height: 180px; padding: 1.2rem; clip-path: polygon(50% 0,59% 18%,75% 5%,80% 25%,100% 27%,87% 47%,100% 64%,80% 71%,79% 95%,59% 84%,48% 100%,38% 83%,18% 96%,18% 73%,0 65%,13% 48%,1% 29%,21% 25%,24% 4%,41% 18%); color: #2f2d2c; background: #ff8f7d; font-size: 1.45rem; font-weight: 900; }
.ct-professors-main { display: grid; grid-template-columns: minmax(360px, .8fr) minmax(0, 1.35fr); align-items: center; gap: 3.5rem; }
.ct-professors-video-wrap { width: 100%; height: 690px; overflow: hidden; border-radius: 0 54% 54% 0; background: #0f1b43; box-shadow: 0 12px 28px rgba(31,47,66,.2); }
.ct-professors-video { width: 100%; height: 100%; object-fit: cover; object-position: 48% center; background: #0f1b43; }
.ct-professors-copy { padding: 1rem 0 2rem; }
.ct-professors-intro { font-size: clamp(1.25rem, 2.1vw, 1.72rem); line-height: 1.65; text-align: justify; }
.ct-professors-copy h2 { margin: 2rem 0 .8rem; font-size: 1.65rem; }
.ct-professors-copy ul { margin: 0; padding-left: 1.5rem; }
.ct-professors-copy li { margin: .55rem 0; font-size: clamp(1.12rem, 1.7vw, 1.45rem); line-height: 1.45; }
.ct-professors-buy { display: flex; justify-content: flex-end; align-items: center; gap: 1.7rem; margin-top: 2.2rem; }
.ct-professors-buy p { margin: 0; font-size: 1.3rem; }
.ct-professors-buy a { min-width: 220px; padding: 1rem 1.5rem; border-radius: 24px; color: var(--ct-orange); background: var(--ct-teal-dark); font-size: 1.6rem; font-weight: 900; text-align: center; text-decoration: underline; }
.ct-professors-buy a:hover, .ct-professors-buy a:focus-visible { color: #fff; }
.ct-professors-details { padding: 50px 0 75px; color: #2f2d2c; background: var(--ct-orange); }
.ct-professors-ideal { margin: 0 0 2.8rem; font-size: clamp(1.25rem, 2vw, 1.65rem); line-height: 1.5; }
.ct-professors-details-grid { display: grid; gap: 2.2rem; }
.ct-professors-details h2 { margin: 0 0 .35rem; font-size: 1.65rem; }
.ct-professors-details p, .ct-professors-benefits li { font-size: clamp(1.12rem, 1.7vw, 1.45rem); line-height: 1.45; }
.ct-professors-benefits { margin: 0; padding: 0; list-style: none; }
.ct-professors-benefits li { position: relative; padding-left: 2rem; }
.ct-professors-benefits li::before { content: "✓"; position: absolute; left: 0; top: -.15em; color: #557a81; font-size: 1.55em; font-weight: 900; }
@media (max-width: 991px) {
  .ct-professors-promo { padding-top: 88px; }
  .ct-professors-promo-grid { grid-template-columns: 1fr 1.4fr 80px; gap: 1rem; }
  .ct-professors-promo a, .ct-professors-promo img { width: 72px; height: 72px; }
  .ct-professors-heading { grid-template-columns: 1fr 180px; }
  .ct-professors-launch { width: 180px; height: 140px; font-size: 1.05rem; }
  .ct-professors-main { grid-template-columns: 1fr; }
  .ct-professors-video-wrap { width: min(88vw, 560px); height: min(116vw, 690px); justify-self: center; border-radius: 48%; }
  .ct-professors-copy { max-width: 760px; margin-inline: auto; }
}
@media (max-width: 650px) {
  .ct-professors-container { width: min(100% - 2rem, 560px); }
  .ct-professors-promo-grid { grid-template-columns: 1fr; text-align: center; }
  .ct-professors-promo p { font-size: .92rem; }
  .ct-professors-promo a { margin-inline: auto; }
  .ct-professors-heading { grid-template-columns: 1fr; gap: 1.3rem; }
  .ct-professors-heading h1 { font-size: clamp(2.8rem, 14vw, 4rem); }
  .ct-professors-heading p br { display: none; }
  .ct-professors-launch { width: 150px; height: 115px; justify-self: center; font-size: .9rem; }
  .ct-professors-video-wrap { width: min(92vw, 480px); height: min(122vw, 620px); }
  .ct-professors-intro { text-align: left; }
  .ct-professors-buy { flex-direction: column; align-items: stretch; text-align: center; }
  .ct-professors-buy a { width: 100%; }
  .ct-professors-details { padding-block: 3rem; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
