/* ==========================================================================
   Oxton — Seja um Professor (landing pública de conversão)
   Container alinhado ao header/footer (1200px), sem 100vw/scroll horizontal.
   ========================================================================== */
:root{
  --tc-primary:#3335d8; --tc-primary-soft:#eef0ff; --tc-dark:#101223;
  --tc-text:#1f2937; --tc-muted:#6b7280; --tc-border:#e5e7eb; --tc-bg:#f6f8fc; --tc-success:#16a34a;
}
.teacher-landing-page{color:var(--tc-text)}
.oe-container{width:100%;max-width:1200px;margin:0 auto;padding:0 24px;box-sizing:border-box}
@media (max-width:768px){.oe-container{padding:0 16px}}

.teacher-eyebrow,.teacher-section-eyebrow{display:inline-block;font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--tc-primary);margin-bottom:14px}

/* HERO */
.teacher-hero{padding:64px 0 72px;background:linear-gradient(135deg,#f6f8fc 0%,#eef0ff 100%);overflow:hidden}
.teacher-hero-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:48px;align-items:center}
.teacher-hero h1{font-size:clamp(30px,4vw,48px);font-weight:700;line-height:1.08;letter-spacing:-.02em;margin:0 0 16px;color:#0f172a}
.teacher-hero-sub{font-size:17px;line-height:1.6;color:#374151;margin:0 0 14px;font-weight:500}
.teacher-hero-desc{font-size:15px;line-height:1.65;color:var(--tc-muted);margin:0 0 24px;max-width:560px}
.teacher-actions{display:flex;gap:12px;flex-wrap:wrap}
.teacher-actions.center{justify-content:center}
.teacher-btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 24px;border-radius:12px;font-weight:700;font-size:15px;text-decoration:none;transition:all .15s;cursor:pointer;border:0}
.teacher-btn-primary{background:var(--tc-primary);color:#fff}
.teacher-btn-primary:hover{background:#262aa8;color:#fff}
.teacher-btn-ghost{background:#fff;color:var(--tc-primary);border:1px solid var(--tc-border)}
.teacher-btn-ghost:hover{border-color:var(--tc-primary)}
.teacher-btn-light{background:#fff;color:var(--tc-primary)}
.teacher-hero-badges{display:flex;flex-wrap:wrap;gap:10px;margin-top:22px}
.teacher-hero-badges span{font-size:12.5px;font-weight:600;color:#374151;background:#fff;border:1px solid var(--tc-border);border-radius:999px;padding:6px 12px}

/* Dashboard preview */
.teacher-hero-visual{display:flex;justify-content:center}
.teacher-dashboard-preview{background:#fff;border:1px solid var(--tc-border);border-radius:18px;padding:20px;width:100%;max-width:360px;box-shadow:0 20px 50px -20px rgba(15,23,42,.25)}
.tdp-head{display:flex;align-items:center;gap:6px;font-size:12.5px;font-weight:700;color:#475569;padding-bottom:14px;border-bottom:1px solid var(--tc-border);margin-bottom:14px}
.tdp-dot{width:9px;height:9px;border-radius:50%;background:#e5e7eb}
.tdp-head .tdp-dot:first-child{background:#f87171}.tdp-head .tdp-dot:nth-child(2){background:#fbbf24}.tdp-head .tdp-dot:nth-child(3){background:#34d399}
.tdp-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:16px}
.tdp-stat{background:var(--tc-bg);border-radius:10px;padding:12px;text-align:center}
.tdp-stat strong{display:block;font-size:18px;color:var(--tc-primary);font-weight:700}
.tdp-stat span{font-size:11px;color:var(--tc-muted)}
.tdp-row{display:flex;align-items:center;gap:9px;font-size:13px;color:#374151;padding:8px 0;border-bottom:1px dashed var(--tc-border)}
.tdp-bullet{width:9px;height:9px;border-radius:50%;background:#cbd5e1;flex-shrink:0}
.tdp-bullet.ok{background:var(--tc-success)}
.tdp-verified{margin-top:14px;display:inline-flex;align-items:center;gap:5px;background:var(--tc-primary-soft);color:var(--tc-primary);font-weight:700;font-size:12.5px;padding:7px 14px;border-radius:999px}
@media (max-width:920px){.teacher-hero-grid{grid-template-columns:1fr}.teacher-hero-visual{order:-1}}

/* SECTIONS */
.teacher-section{padding:60px 0}
.teacher-section-muted{background:var(--tc-bg)}
.teacher-narrow{max-width:840px}
.teacher-section h2{font-size:clamp(23px,2.5vw,32px);font-weight:700;letter-spacing:-.02em;margin:0 0 16px;color:#111827}
.teacher-lead{font-size:16.5px;line-height:1.75;color:var(--tc-muted);margin:0 0 16px}
.teacher-section-head{max-width:760px;margin:0 0 34px}
.teacher-section-head p{font-size:16px;line-height:1.65;color:var(--tc-muted);margin:0}
.teacher-note{font-size:13.5px;color:var(--tc-muted);background:#fff;border:1px solid var(--tc-border);border-left:3px solid var(--tc-primary);border-radius:0 10px 10px 0;padding:12px 16px;margin-top:18px;line-height:1.55}

/* GRID */
.teacher-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}
@media (max-width:1024px){.teacher-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (max-width:720px){.teacher-grid{grid-template-columns:1fr}}
.teacher-grid-2col{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;align-items:start}
@media (max-width:780px){.teacher-grid-2col{grid-template-columns:1fr}}

.teacher-card,.teacher-benefit-card{background:#fff;border:1px solid var(--tc-border);border-radius:18px;padding:22px}
.teacher-card-icon{width:46px;height:46px;border-radius:12px;background:var(--tc-primary-soft);display:flex;align-items:center;justify-content:center;font-size:22px;margin-bottom:12px;color:var(--tc-primary);font-weight:700}
.teacher-card h3,.teacher-benefit-card h3{margin:0 0 8px;font-size:16px;font-weight:700;color:#111827}
.teacher-card p,.teacher-benefit-card p{margin:0;font-size:14px;line-height:1.6;color:var(--tc-muted)}

/* Pills */
.teacher-pills{display:flex;flex-wrap:wrap;gap:10px}
.teacher-pill{background:#fff;border:1px solid var(--tc-border);border-radius:999px;padding:10px 18px;font-size:14px;font-weight:600;color:#111827}

/* Process */
.teacher-process{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}
@media (max-width:900px){.teacher-process{grid-template-columns:repeat(2,1fr)}}
@media (max-width:560px){.teacher-process{grid-template-columns:1fr}}
.teacher-process-step{background:#fff;border:1px solid var(--tc-border);border-radius:16px;padding:22px}
.teacher-step-num{width:38px;height:38px;border-radius:50%;background:var(--tc-primary);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:16px;margin-bottom:14px}
.teacher-process-step h3{margin:0 0 8px;font-size:15.5px;color:#111827}
.teacher-process-step p{margin:0;font-size:13.5px;line-height:1.6;color:var(--tc-muted)}

/* Highlight + verified */
.teacher-highlight{background:#fff;border:1px solid var(--tc-border);border-left:4px solid var(--tc-primary);border-radius:0 14px 14px 0;padding:18px 22px;font-size:17px;font-weight:600;color:#111827;margin:18px 0;font-style:italic}
.teacher-verified-badge{display:inline-flex;align-items:center;gap:6px;background:var(--tc-primary-soft);color:var(--tc-primary);font-weight:700;font-size:14px;padding:9px 16px;border-radius:999px}

/* Feature list */
.teacher-feature-list{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:1fr 1fr;gap:10px}
.teacher-feature-list li{position:relative;padding-left:26px;font-size:14px;color:var(--tc-text)}
.teacher-feature-list li::before{content:"✓";position:absolute;left:0;color:var(--tc-primary);font-weight:700}
@media (max-width:560px){.teacher-feature-list{grid-template-columns:1fr}}

/* Flow */
.teacher-flow{display:flex;flex-wrap:wrap;align-items:center;gap:10px;margin-top:24px;justify-content:center}
.teacher-flow span{background:#fff;border:1px solid var(--tc-border);border-radius:999px;padding:9px 16px;font-size:13px;font-weight:600;color:#111827}
.teacher-flow i{color:var(--tc-primary);font-style:normal;font-weight:700}

/* Feature chips */
.teacher-feature-grid{display:flex;flex-wrap:wrap;gap:10px}
.teacher-feature-chip{background:#fff;border:1px solid var(--tc-border);border-radius:10px;padding:11px 16px;font-size:14px;font-weight:600;color:#111827}

/* Steps inline */
.teacher-steps-inline{counter-reset:s;list-style:none;padding:0;margin:18px 0;display:flex;flex-direction:column;gap:10px}
.teacher-steps-inline li{position:relative;padding-left:40px;font-size:15px;color:var(--tc-text);min-height:30px;display:flex;align-items:center}
.teacher-steps-inline li::before{counter-increment:s;content:counter(s);position:absolute;left:0;top:0;width:28px;height:28px;border-radius:50%;background:var(--tc-primary);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:13px}

/* FAQ */
.teacher-faq{display:flex;flex-direction:column;gap:10px}
.teacher-faq-item{background:#fff;border:1px solid var(--tc-border);border-radius:12px;padding:0 18px}
.teacher-faq-item summary{list-style:none;cursor:pointer;font-weight:700;font-size:15px;color:#111827;padding:16px 0;display:flex;justify-content:space-between;align-items:center}
.teacher-faq-item summary::-webkit-details-marker{display:none}
.teacher-faq-item summary::after{content:"+";font-size:1.3rem;color:var(--tc-primary);font-weight:400}
.teacher-faq-item[open] summary::after{content:"−"}
.teacher-faq-item p{margin:0;padding:0 0 16px;font-size:14.5px;line-height:1.6;color:var(--tc-muted)}

/* CTA */
.teacher-cta{background:linear-gradient(135deg,#3335d8,#1f25b3);color:#fff;padding:68px 0;text-align:center}
.teacher-cta h2{font-size:clamp(24px,3vw,36px);font-weight:700;margin:0 0 14px;color:#fff;letter-spacing:-.02em}
.teacher-cta p{font-size:16.5px;color:#dbe1ff;max-width:680px;margin:0 auto 28px;line-height:1.6}
.teacher-cta-note{font-size:13px !important;color:#b9c0ee !important;margin-top:18px !important}
