/* Conversion page — entry point
   =============================================================================
   The page a teacher lands on from "Bring this to my school!" (spec §6.6). Its
   job is to arm her to advocate internally, so it reads as a document she can
   act on rather than a pricing page.

   TEACHER UI ONLY. Linked only from free-trial-convert.html. No learner page
   imports this file, and every rule inside is additionally gated on
   `.teacher-page`.

   Split because the composition runs past the 300-line ceiling in
   how_to_work.md; the split follows the css/teacher-dashboard/ precedent.
   Order matters: base.css defines the tokens and the shared type and button
   rules every other file builds on, and responsive.css overrides all of them.
   ============================================================================= */

@import './base.css';

@import './hero.css';

@import './compare.css';

@import './proof.css';

@import './videos.css';

@import './email.css';

@import './assets.css';

/* Last: it overrides the files above. */
@import './responsive.css';
