:root{--primary-teal: #14b8a6;--primary-blue: #0ea5e9;--secondary-teal: #0d9488;--secondary-blue: #0284c7;--accent-orange: #f97316;--text-dark: #1f2937;--text-gray: #6b7280;--bg-light: #f8fafc;--bg-white: #ffffff;--border-light: #e5e7eb}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;color:var(--text-dark)}.container[data-astro-cid-ccpy2mcv]{max-width:1200px;margin:0 auto;padding:0 20px}.hero-section[data-astro-cid-ccpy2mcv]{background:linear-gradient(135deg,var(--primary-teal) 0%,var(--primary-blue) 100%);color:#fff;padding:80px 0;position:relative;overflow:hidden}.hero-section[data-astro-cid-ccpy2mcv]:before{content:"";position:absolute;inset:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="white" opacity="0.1"/><circle cx="75" cy="75" r="1" fill="white" opacity="0.1"/><circle cx="50" cy="10" r="0.5" fill="white" opacity="0.1"/><circle cx="10" cy="60" r="0.5" fill="white" opacity="0.1"/><circle cx="90" cy="40" r="0.5" fill="white" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');opacity:.3}.hero-content[data-astro-cid-ccpy2mcv]{position:relative;z-index:2;text-align:center;max-width:800px;margin:0 auto}.hero-badge[data-astro-cid-ccpy2mcv]{display:inline-block;background:#fff3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.3);border-radius:50px;padding:8px 20px;margin-bottom:24px;font-size:14px;font-weight:600;letter-spacing:.5px}.hero-title[data-astro-cid-ccpy2mcv]{font-size:3.5rem;font-weight:800;line-height:1.1;margin-bottom:24px;text-shadow:0 2px 4px rgba(0,0,0,.1)}.hero-subtitle[data-astro-cid-ccpy2mcv]{font-size:1.25rem;opacity:.95;margin-bottom:32px;line-height:1.6}.hero-meta[data-astro-cid-ccpy2mcv]{display:flex;justify-content:center;gap:24px;margin-bottom:40px;font-size:14px;opacity:.9}.hero-meta[data-astro-cid-ccpy2mcv] span[data-astro-cid-ccpy2mcv]{display:flex;align-items:center;gap:8px}.hero-cta[data-astro-cid-ccpy2mcv]{margin-top:40px}.cta-button[data-astro-cid-ccpy2mcv]{display:inline-block;background:var(--accent-orange);color:#fff;padding:16px 32px;border-radius:50px;text-decoration:none;font-weight:600;font-size:18px;transition:all .3s ease;box-shadow:0 4px 20px #f973164d;border:none}.cta-button[data-astro-cid-ccpy2mcv]:hover{background:#ea580c;transform:translateY(-2px);box-shadow:0 6px 25px #f9731666;color:#fff}.cta-note[data-astro-cid-ccpy2mcv]{margin-top:16px;font-size:14px;opacity:.9}.main-content[data-astro-cid-ccpy2mcv]{padding:80px 0;background:var(--bg-white)}.intro-section[data-astro-cid-ccpy2mcv]{margin-bottom:60px}.lead[data-astro-cid-ccpy2mcv]{font-size:1.25rem;color:var(--text-gray);line-height:1.7;max-width:800px;margin:0 auto;text-align:center}.toc-section[data-astro-cid-ccpy2mcv]{background:var(--bg-light);padding:60px 40px;border-radius:20px;margin-bottom:80px}.toc-section[data-astro-cid-ccpy2mcv] h2[data-astro-cid-ccpy2mcv]{font-size:2.5rem;font-weight:800;color:var(--text-dark);text-align:center;margin-bottom:40px}.toc-grid[data-astro-cid-ccpy2mcv]{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:24px}.toc-item[data-astro-cid-ccpy2mcv]{background:var(--bg-white);padding:24px;border-radius:12px;border:1px solid var(--border-light);box-shadow:0 2px 8px #0000000d}.toc-item[data-astro-cid-ccpy2mcv] h3[data-astro-cid-ccpy2mcv]{font-size:1.2rem;font-weight:700;color:var(--text-dark);margin-bottom:12px}.toc-item[data-astro-cid-ccpy2mcv] p[data-astro-cid-ccpy2mcv]{font-size:.95rem;color:var(--text-gray);margin:0}.faq-sections[data-astro-cid-ccpy2mcv]{margin-bottom:80px}.faq-section[data-astro-cid-ccpy2mcv]{margin-bottom:60px}.section-title[data-astro-cid-ccpy2mcv]{font-size:2.5rem;font-weight:800;color:var(--text-dark);margin-bottom:40px;text-align:center;background:linear-gradient(135deg,var(--primary-teal),var(--primary-blue));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.faq-item[data-astro-cid-ccpy2mcv]{background:var(--bg-white);border:2px solid var(--border-light);border-radius:16px;margin-bottom:24px;overflow:hidden;transition:all .3s ease;box-shadow:0 2px 8px #0000000d}.faq-item[data-astro-cid-ccpy2mcv]:hover{border-color:var(--primary-teal);box-shadow:0 8px 25px #14b8a61a;transform:translateY(-2px)}.faq-question[data-astro-cid-ccpy2mcv]{background:linear-gradient(135deg,var(--primary-teal),var(--primary-blue));color:#fff;padding:24px 32px;margin:0;font-size:1.3rem;font-weight:700;line-height:1.3}.faq-answer[data-astro-cid-ccpy2mcv]{padding:32px;color:var(--text-gray);line-height:1.7}.faq-answer[data-astro-cid-ccpy2mcv] p[data-astro-cid-ccpy2mcv]{margin-bottom:16px}.faq-answer[data-astro-cid-ccpy2mcv] ul[data-astro-cid-ccpy2mcv]{margin:16px 0;padding-left:24px}.faq-answer[data-astro-cid-ccpy2mcv] li[data-astro-cid-ccpy2mcv]{margin-bottom:8px}.curriculum-comparison[data-astro-cid-ccpy2mcv],.exam-boards[data-astro-cid-ccpy2mcv],.career-paths[data-astro-cid-ccpy2mcv],.subject-combinations[data-astro-cid-ccpy2mcv]{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px;margin:24px 0}.comparison-item[data-astro-cid-ccpy2mcv],.board-item[data-astro-cid-ccpy2mcv],.path-item[data-astro-cid-ccpy2mcv],.combination-item[data-astro-cid-ccpy2mcv]{background:var(--bg-light);padding:20px;border-radius:12px;border:1px solid var(--border-light)}.comparison-item[data-astro-cid-ccpy2mcv] h4[data-astro-cid-ccpy2mcv],.board-item[data-astro-cid-ccpy2mcv] h4[data-astro-cid-ccpy2mcv],.path-item[data-astro-cid-ccpy2mcv] h4[data-astro-cid-ccpy2mcv],.combination-item[data-astro-cid-ccpy2mcv] h4[data-astro-cid-ccpy2mcv]{font-size:1.1rem;font-weight:700;margin-bottom:12px;color:var(--text-dark)}.comparison-item[data-astro-cid-ccpy2mcv] p[data-astro-cid-ccpy2mcv],.board-item[data-astro-cid-ccpy2mcv] p[data-astro-cid-ccpy2mcv],.path-item[data-astro-cid-ccpy2mcv] p[data-astro-cid-ccpy2mcv],.combination-item[data-astro-cid-ccpy2mcv] p[data-astro-cid-ccpy2mcv]{font-size:.95rem;margin:0;color:var(--text-gray)}.grading-info[data-astro-cid-ccpy2mcv]{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px;margin:24px 0}.grade-item[data-astro-cid-ccpy2mcv]{background:var(--bg-light);padding:20px;border-radius:12px;border:1px solid var(--border-light);text-align:center}.grade-item[data-astro-cid-ccpy2mcv] h4[data-astro-cid-ccpy2mcv]{font-size:1.1rem;font-weight:700;margin-bottom:8px;color:var(--text-dark)}.grade-item[data-astro-cid-ccpy2mcv] p[data-astro-cid-ccpy2mcv]{font-size:1.1rem;font-weight:600;color:var(--primary-teal);margin:0}.tutopiya-support[data-astro-cid-ccpy2mcv]{background:linear-gradient(135deg,var(--bg-light) 0%,rgba(20,184,166,.05) 100%);padding:60px 40px;border-radius:20px;margin:80px 0;border:2px solid rgba(20,184,166,.1)}.support-header[data-astro-cid-ccpy2mcv]{text-align:center;margin-bottom:40px}.support-header[data-astro-cid-ccpy2mcv] h2[data-astro-cid-ccpy2mcv]{font-size:2.5rem;font-weight:800;color:var(--text-dark);margin-bottom:16px}.support-header[data-astro-cid-ccpy2mcv] p[data-astro-cid-ccpy2mcv]{font-size:1.1rem;color:var(--text-gray);max-width:600px;margin:0 auto}.support-features[data-astro-cid-ccpy2mcv]{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px}.feature-item[data-astro-cid-ccpy2mcv]{background:var(--bg-white);padding:24px;border-radius:12px;border:1px solid var(--border-light);box-shadow:0 2px 8px #0000000d;text-align:center}.feature-icon[data-astro-cid-ccpy2mcv]{font-size:48px;margin-bottom:16px}.feature-item[data-astro-cid-ccpy2mcv] h3[data-astro-cid-ccpy2mcv]{font-size:1.2rem;font-weight:700;color:var(--text-dark);margin-bottom:12px}.feature-item[data-astro-cid-ccpy2mcv] p[data-astro-cid-ccpy2mcv]{font-size:.95rem;color:var(--text-gray);margin:0}.final-tip[data-astro-cid-ccpy2mcv]{background:linear-gradient(135deg,var(--primary-teal) 0%,var(--primary-blue) 100%);color:#fff;padding:60px 40px;border-radius:20px;margin:80px 0;text-align:center}.tip-content[data-astro-cid-ccpy2mcv] h2[data-astro-cid-ccpy2mcv]{font-size:2.5rem;font-weight:800;margin-bottom:20px}.tip-content[data-astro-cid-ccpy2mcv] p[data-astro-cid-ccpy2mcv]{font-size:1.2rem;opacity:.95;max-width:700px;margin:0 auto;line-height:1.6}.cta-section[data-astro-cid-ccpy2mcv]{background:var(--bg-light);padding:80px 40px;border-radius:20px;text-align:center;margin:80px 0}.cta-content[data-astro-cid-ccpy2mcv] h2[data-astro-cid-ccpy2mcv]{font-size:2.5rem;font-weight:800;color:var(--text-dark);margin-bottom:16px}.cta-content[data-astro-cid-ccpy2mcv] p[data-astro-cid-ccpy2mcv]{font-size:1.2rem;color:var(--text-gray);margin-bottom:32px;max-width:600px;margin-left:auto;margin-right:auto}.btn-primary[data-astro-cid-ccpy2mcv]{background:linear-gradient(135deg,var(--primary-teal),var(--primary-blue));border:none;padding:16px 32px;font-size:18px;font-weight:600;transition:all .3s ease}.btn-primary[data-astro-cid-ccpy2mcv]:hover{background:linear-gradient(135deg,var(--secondary-teal),var(--secondary-blue));transform:translateY(-2px);box-shadow:0 8px 25px #14b8a64d}@media (max-width: 768px){.container[data-astro-cid-ccpy2mcv]{padding:0 16px}.hero-section[data-astro-cid-ccpy2mcv]{padding:60px 0}.hero-title[data-astro-cid-ccpy2mcv]{font-size:2.5rem}.hero-subtitle[data-astro-cid-ccpy2mcv]{font-size:1.1rem}.hero-meta[data-astro-cid-ccpy2mcv]{flex-direction:column;gap:12px}.main-content[data-astro-cid-ccpy2mcv]{padding:60px 0}.toc-section[data-astro-cid-ccpy2mcv],.tutopiya-support[data-astro-cid-ccpy2mcv],.final-tip[data-astro-cid-ccpy2mcv],.cta-section[data-astro-cid-ccpy2mcv]{padding:40px 24px;margin:60px 0}.toc-grid[data-astro-cid-ccpy2mcv],.curriculum-comparison[data-astro-cid-ccpy2mcv],.exam-boards[data-astro-cid-ccpy2mcv],.career-paths[data-astro-cid-ccpy2mcv],.subject-combinations[data-astro-cid-ccpy2mcv],.grading-info[data-astro-cid-ccpy2mcv],.support-features[data-astro-cid-ccpy2mcv]{grid-template-columns:1fr}.section-title[data-astro-cid-ccpy2mcv],.support-header[data-astro-cid-ccpy2mcv] h2[data-astro-cid-ccpy2mcv],.tip-content[data-astro-cid-ccpy2mcv] h2[data-astro-cid-ccpy2mcv],.cta-content[data-astro-cid-ccpy2mcv] h2[data-astro-cid-ccpy2mcv]{font-size:2rem}.faq-question[data-astro-cid-ccpy2mcv]{padding:20px 24px;font-size:1.1rem}.faq-answer[data-astro-cid-ccpy2mcv]{padding:24px}.cta-button[data-astro-cid-ccpy2mcv]{padding:14px 28px;font-size:16px}}@media (max-width: 480px){.hero-title[data-astro-cid-ccpy2mcv]{font-size:2rem}.toc-section[data-astro-cid-ccpy2mcv],.tutopiya-support[data-astro-cid-ccpy2mcv],.final-tip[data-astro-cid-ccpy2mcv],.cta-section[data-astro-cid-ccpy2mcv]{padding:32px 20px}.faq-question[data-astro-cid-ccpy2mcv]{padding:16px 20px;font-size:1rem}.faq-answer[data-astro-cid-ccpy2mcv]{padding:20px}}
