Atlas Foundations Course
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@600;700&family=DM+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400&display=swap'); .atl-wrap *{box-siz ing:border-box;margin:0;padding:0;} .atl-wrap{ font-family:'DM Sans','Segoe UI',-apple-system,sans-serif; color:#1a1a2e; line-height:1.65; max-width:880px; margin:0 auto; padding:4px 0 8px; } /* ── HERO ── */ .atl-hero{ background:linear-gradient(140deg,#071525 0%,#0d2445 45%,#112c55 100%); border-radius:18px; padding:52px 44px 44px; text-align:center; position:relative; overflow:hidden; margin-bottom:6px; } .atl-hero::before{ content:'';position:absolute;top:-80px;right:-80px; width:380px;height:380px; background:radial-gradient(circle,rgba(74,143,160,.18) 0%,transparent 65%); pointer-events:none; } .atl-hero::after{ content:'';position:absolute;bottom:-60px;left:-60px; width:300px;height:300px; background:radial-gradient(circle,rgba(74,143,160,.12) 0%,transparent 65%); pointer-events:none; } .atl-hero-dots{ position:absolute;top:20px;left:24px; display:flex;gap:7px;align-items:center; } .atl-dot{width:10px;height:10px;border-radius:50%;opacity:.35;} .atl-dot1{background:#ff6058;} .atl-dot2{background:#ffbc2e;} .atl-dot3{background:#28c840;} .atl-badge{ display:inline-block; background:rgba(74,143,160,.15); border:1px solid rgba(74,143,160,.4); color:#7bbfcf; font-size:11px;font-weight:600; letter-spacing:2px;text-transform:uppercase; padding:6px 18px;border-radius:20px; margin-bottom:22px; } .atl-hero-title{ font-family:'Playfair Display',Georgia,serif; font-size:40px;font-weight:700;color:#fff; line-height:1.15;margin-bottom:14px; } .atl-hero-title span{color:#4A8FA0;} .atl-hero-sub{ font-size:15.5px;color:rgba(255,255,255,.68); max-width:560px;margin:0 auto 36px;font-weight:300; } .atl-hero-stats{ display:flex;justify-content:center; gap:10px;flex-wrap:wrap; } .atl-hs{ background:rgba(255,255,255,.08); border:1px solid rgba(255,255,255,.12); border-radius:14px;padding:16px 22px; text-align:center;min-width:118px; } .atl-hs-num{ display:block;font-size:28px;font-weight:700; color:#4A8FA0;line-height:1;margin-bottom:5px; } .atl-hs-lbl{ display:block;font-size:11px; color:rgba(255,255,255,.55); text-transform:uppercase;letter-spacing:.5px; } /* ── PRICE BLOCK ── */ .atl-price-block{ display:flex;align-items:center;justify-content:center; flex-wrap:wrap;gap:14px; margin:0 auto 32px; } .atl-price-original{ font-size:20px;font-weight:500; color:rgba(255,255,255,.4); text-decoration:line-through; text-decoration-color:rgba(255,255,255,.4); letter-spacing:.3px; } .atl-price-current{ font-size:38px;font-weight:700; color:#fff;letter-spacing:-.5px;line-height:1; } .atl-price-current sup{ font-size:18px;font-weight:600; vertical-align:super;line-height:0; margin-right:2px; } .atl-price-divider{ width:1px;height:36px; background:rgba(255,255,255,.2); } .atl-price-right{text-align:left;} .atl-price-badge{ display:inline-block; background:#4A8FA0; color:#fff; font-size:11px;font-weight:700; letter-spacing:1px;text-transform:uppercase; padding:4px 10px;border-radius:6px; margin-bottom:4px; } .atl-price-note{ font-size:11px;color:rgba(255,255,255,.5); text-transform:uppercase;letter-spacing:.5px; } /* ── HOOK ── */ .atl-hook{ background:linear-gradient(135deg,#eef6f8,#e4f1f5); border-left:4px solid #4A8FA0; border-radius:0 14px 14px 0; padding:24px 28px;margin:22px 0; } .atl-hook-title{ font-size:17px;font-weight:600; color:#0B1D3A;margin-bottom:8px; } .atl-hook p{font-size:14.5px;color:#4b5563;font-style:italic;} /* ── PILLARS ── */ .atl-pillars{ display:flex;gap:0; border-radius:14px;overflow:hidden;margin:24px 0; } .atl-pillar{flex:1;padding:22px 14px;text-align:center;} .atl-pillar:nth-child(1){background:#0B1D3A;} .atl-pillar:nth-child(2){background:#122348;} .atl-pillar:nth-child(3){background:#1A2F5F;} .atl-pillar-title{ font-size:11px;font-weight:700;color:#4A8FA0; text-transform:uppercase;letter-spacing:1px;margin-bottom:5px; } .atl-pillar-text{font-size:12px;color:rgba(255,255,255,.6);line-height:1.5;} /* ── SECTION HEADERS ── */ .atl-sec-head{margin-bottom:20px;} .atl-gold-line{ width:44px;height:3px; background:linear-gradient(90deg,#4A8FA0,#7bbfcf); border-radius:2px;margin-bottom:8px; } .atl-sec-title{ font-family:'Playfair Display',Georgia,serif; font-size:25px;font-weight:700;color:#0B1D3A; margin-bottom:5px; } .atl-sec-sub{font-size:13.5px;color:#6b7280;} /* ── CARDS GRID ── */ .atl-section{margin:32px 0;} .atl-cards-grid{ display:grid;grid-template-columns:1fr 1fr;gap:14px; } .atl-card{ background:#fff;border:1px solid #e5e7eb; border-radius:15px;padding:22px 20px; position:relative;overflow:hidden; } .atl-card::before{ content:'';position:absolute; top:0;right:0;width:60px;height:60px; background:radial-gradient(circle at top right,rgba(74,143,160,.08),transparent 70%); } .atl-card-num{ display:block;font-size:28px;font-weight:700; color:#4A8FA0;line-height:1;margin-bottom:6px; } .atl-card-title{font-size:14.5px;font-weight:600;color:#0B1D3A;margin-bottom:6px;} .atl-card-text{font-size:12.5px;color:#6b7280;line-height:1.65;} .atl-card-accent{ display:inline-block; background:#eef6f8;border:1px solid #9dcbd6; color:#1e6070;font-size:10px;font-weight:600; letter-spacing:.5px;text-transform:uppercase; padding:3px 9px;border-radius:6px;margin-bottom:8px; } /* ── STATS STRIP ── */ .atl-stats-strip{ background:linear-gradient(140deg,#0B1D3A 0%,#122348 50%,#0f2040 100%); border-radius:18px;padding:38px 32px;margin:32px 0; position:relative;overflow:hidden; } .atl-stats-strip::before{ content:'';position:absolute;right:-40px;top:-40px; width:260px;height:260px; background:radial-gradient(circle,rgba(74,143,160,.12) 0%,transparent 70%); } .atl-stats-header{text-align:center;margin-bottom:28px;} .atl-stats-eyebrow{ font-size:11px;font-weight:600;letter-spacing:2px; text-transform:uppercase;color:#4A8FA0;margin-bottom:8px; display:block; } .atl-stats-title{ font-family:'Playfair Display',Georgia,serif; font-size:22px;color:#fff; } .atl-stats-grid{ display:grid;grid-template-columns:repeat(3,1fr);gap:14px; } .atl-stat{ text-align:center;padding:22px 10px; background:rgba(255,255,255,.06); border-radius:13px;border:1px solid rgba(74,143,160,.25); } .atl-stat-num{ display:block;font-size:36px;font-weight:700; color:#4A8FA0;line-height:1;margin-bottom:7px; } .atl-stat-lbl{ display:block;font-size:11px; color:rgba(255,255,255,.58); text-transform:uppercase;letter-spacing:.5px;line-height:1.4; } /* ── PLATFORM ── */ .atl-plat-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin:16px 0;} .atl-plat-card{border-radius:15px;padding:26px 22px;} .atl-plat-card.tc{ background:linear-gradient(135deg,#f0f4ff,#e8eeff); border:1px solid #c7d4ff; } .atl-plat-card.zm{ background:linear-gradient(135deg,#f0f9ff,#e1f5ff); border:1px solid #bae6fd; } .atl-plat-title{font-size:15px;font-weight:600;color:#0B1D3A;margin-bottom:10px;} .atl-plat-tag{ display:inline-block; font-size:10px;font-weight:600;letter-spacing:.5px;text-transform:uppercase; padding:2px 8px;border-radius:5px;margin-bottom:12px; } .atl-plat-tag.tc{background:#d0d9ff;color:#3a4dcc;} .atl-plat-tag.zm{background:#bae6fd;color:#0369a1;} .atl-plat-list{list-style:none;padding:0;margin:0;} .atl-plat-list li{ font-size:13px;color:#374151; padding:5px 0 5px 20px;position:relative; border-bottom:1px solid rgba(0,0,0,.05); } .atl-plat-list li:last-child{border-bottom:none;} .atl-plat-list li::before{ content:'✓';position:absolute;left:0; color:#059669;font-weight:700;font-size:12px; } /* ── SCHEDULE ── */ .atl-timeline{ background:linear-gradient(135deg,#eef6f8,#e4f1f5); border:1px solid #9dcbd6;border-radius:13px; padding:16px 24px;margin:16px 0; } .atl-tl-head{display:flex;justify-content:space-between;align-items:center;} .atl-tl-label{font-size:13px;font-weight:600;color:#0B1D3A;} .atl-tl-range{font-size:13px;font-weight:700;color:#4A8FA0;} .atl-sched-note{ background:#f9fafb;border:1px solid #e5e7eb; border-radius:13px;padding:20px 22px;margin-top:14px; font-size:13.5px;color:#374151;line-height:1.65; } .atl-sched-note strong{color:#0B1D3A;} /* ── POLICIES ── */ .atl-pol-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin:16px 0;} .atl-pol-card{ background:#f9fafb;border:1px solid #e5e7eb; border-radius:13px;padding:20px 18px; } .atl-pol-title{ font-size:14px;font-weight:600;color:#0B1D3A;margin-bottom:12px; } .atl-pol-list{list-style:none;padding:0;margin:0;} .atl-pol-list li{ font-size:12.5px;color:#4b5563; padding:5px 0 5px 16px;position:relative; border-bottom:1px solid #f0f0f0;line-height:1.55; } .atl-pol-list li:last-child{border-bottom:none;} .atl-pol-list li::before{ content:'•';position:absolute;left:0; color:#4A8FA0;font-weight:700; } .atl-no-refund{ background:#fff5f5;border:1px solid #fecaca; border-radius:13px;padding:16px 20px; font-size:13px;color:#7f1d1d;line-height:1.65; } .atl-no-refund strong{color:#991b1b;} /* ── CTA ── */ .atl-cta{ background:linear-gradient(140deg,#0B1D3A,#122348); border-radius:18px;padding:40px 36px; text-align:center;margin:32px 0; position:relative;overflow:hidden; } .atl-cta::before{ content:'';position:absolute;bottom:-60px;right:-60px; width:240px;height:240px; background:radial-gradient(circle,rgba(74,143,160,.15) 0%,transparent 70%); } .atl-cta-title{ font-family:'Playfair Display',Georgia,serif; font-size:26px;color:#fff;margin-bottom:10px; } .atl-cta-sub{ font-size:14px;color:rgba(255,255,255,.65); margin-bottom:22px;max-width:480px;margin-left:auto;margin-right:auto; } .atl-cta-btn{ display:inline-block;background:transparent; border:1.5px solid #4A8FA0;color:#4A8FA0; text-decoration:none;padding:11px 28px;border-radius:9px; font-size:14px;font-weight:500;letter-spacing:.3px; } .atl-cta-note{font-size:12px;color:rgba(255,255,255,.45);margin-top:12px;} /* ── DISCLAIMER ── */ .atl-disc{ background:#f9fafb;border:1px solid #e5e7eb; border-radius:10px;padding:16px 20px;margin:20px 0; } .atl-disc p{font-size:13px;color:#4b5563;line-height:1.65;} .atl-disc strong{color:#374151;} /* ── RESPONSIVE ── */ @media(max-width:640px){ .atl-hero{padding:36px 20px 32px;} .atl-hero-title{font-size:28px;} .atl-hero-sub{font-size:14px;} .atl-cards-grid{grid-template-columns:1fr;} .atl-stats-grid{grid-template-columns:repeat(2,1fr);} .atl-plat-grid{grid-template-columns:1fr;} .atl-pol-grid{grid-template-columns:1fr;} .atl-pillars{flex-direction:column;} .atl-stats-strip{padding:28px 18px;} .atl-sec-title{font-size:22px;} } Canadian Medical & Dental MMI Preparation Atlas Foundations MMI Course A self-paced, on-demand program built for students who want a strong strategic foundation, expert content, and personal diagnostic feedback to guide their preparation. $450 CAD $383 CAD 15% Off Early Bird — Until August 1st 25 Expert Lectures 1,000+ MMI Questions 100+ Sample Answers 24/7 On-Demand Access Build the knowledge and frameworks that every top MMI performer starts with. The Foundations course gives you everything you need to understand the MMI deeply, develop your answering approach, and get expert eyes on your performance before you walk into any interview room. Expert Knowledge 25 lectures and 100+ real student answer recordings to build a deep, structured understanding of the MMI format. Independent Practice A 1,000+ question bank and an AI-powered simulator let you practice on your own schedule, as often as you need. Personal Feedback One dedicated 1-on-1 session with an instructor to identify exactly where you stand and what to focus on. Everything Included A focused set of high-impact tools, designed to build your foundation and sharpen your approach. Foundation 25 Expert-Led Lectures Build a strong, structured foundation with proven strategies and frameworks to confidently approach every type of MMI station, from ethical dilemmas to role-plays and policy scenarios. Insight 100+ Recorded MMI Answers Learn from real responses by Canadian medical and dental students. Understand what strong, average, and weak answers look like and train your eye to tell the difference. Practice 1,000+ MMI Question Bank Access 1,000 carefully developed questions with targeted follow-up prompts, tailored specifically for both medicine and dentistry applicants. Personal 1 1-on-1 Diagnostic Session Receive in-depth, personalized feedback from a dedicated instructor in a private 1-hour Zoom session. Identify your blind spots and get a clear, actionable plan for your preparation. AI-Powered 24/7 AI Practice & Feedback Practice on your own time with our AI-powered MMI simulator. Get instant feedback on your responses to sharpen your skills whenever it works for you. Monthly Info-Blasts Monthly Info-Blasts Every month, receive curated resources and readings designed to expand your knowledge base on current MMI topics, keeping you informed and ready for any station. Optional Add-On $150 One-Year Subscription Extension Extend your access to all course materials for an additional year for $150 CAD. Keep your knowledge sharp and your resources accessible well beyond the initial term. By The Numbers The Foundations Difference 25 Expert-Led Lectures 100+ Recorded Sample Answers 1,000 Practice Questions 1 Personal 1-on-1 Diagnostic 24/7 On-Demand Access AI Instant Practice Feedback Platform & Format Fully online and self-paced. All content is available on demand, with one scheduled live session. Teachable: On Demand Self-Paced Content Library All 25 expert lectures 100+ recorded MMI answer videos Complete 1,000+ question bank AI practice and feedback simulator Available 24/7 at your own pace Access granted within 24 hrs of purchase Zoom: Live Session 1-on-1 Diagnostic 1 private diagnostic session with your instructor 1 hour in length Scheduled by mutual availability In-depth, personalized performance feedback Actionable preparation plan tailored to you Session Schedule The Foundations course is fully self-paced. There is one scheduled live component. Course Duration October 1 to April 1 (6 Months) 1-on-1 Diagnostic Session: Your single diagnostic session is 1 hour long and conducted over Zoom. Scheduling is based on mutual availability between you and your instructor. You can reach out to arrange your session at any time after accessing the course. Policies & Access Details No Refund Policy: All purchases of the Atlas Foundations MMI Course are final. No refunds will be issued under any circumstances. Please review all course details carefully before purchasing and reach out to us at [email protected] if you have any questions prior to enrolling. Access Details Access granted within 24 hours of purchase All content hosted on Teachable for flexible, on-demand access Fully online, no in-person components Individual use only, account cannot be shared Subscription Extension Extend access by 1 year for $150 CAD Covers continued access to all content including lectures, recorded answers, the question bank, and monthly info-blasts The 1-on-1 diagnostic session is not included in the extension Questions Before You Enroll? Our team is here to help you make the right decision. Reach out any time and we will get back to you shortly. [email protected] We respond in less than 12 hours Disclaimer: Atlas does not provide access to official MMI questions or grading criteria from any medical or dental school in Canada or internationally. All course materials are independently developed using publicly available information. Any similarity to real interview content is purely coincidental.
More you might like
Related
Lumaflex Foundations Course
Related
Foundations Course (Pennsylvania)
Related