*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6;color:#333}:root{--mary-primary: #7d2426;--mary-light: #a53235;--mary-lighter: #c54448;--mary-lightest: #e5565a;--mary-dark: #5a1a1c;--mary-darker: #3d1112;--cjm-primary: #171e3d;--cjm-light: #2a3454;--cjm-lighter: #3d4a6b;--cjm-lightest: #506082;--cjm-dark: #0f1429;--cjm-darker: #080a15}.container{max-width:1200px;margin:0 auto;padding:0 1rem}.grid{display:grid;gap:1rem}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}@media (min-width: 768px){.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.items-start{align-items:flex-start}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.space-x-2>*+*{margin-left:.5rem}.space-x-4>*+*{margin-left:1rem}.space-x-6>*+*{margin-left:1.5rem}.space-y-3>*+*{margin-top:.75rem}.space-y-4>*+*{margin-top:1rem}.p-4{padding:1rem}.p-6{padding:1.5rem}.px-4{padding-left:1rem;padding-right:1rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.py-16{padding-top:4rem;padding-bottom:4rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mb-12{margin-bottom:3rem}.mr-2{margin-right:.5rem}.mr-3{margin-right:.75rem}.mt-2{margin-top:.5rem}.mt-6{margin-top:1.5rem}.mx-auto{margin-left:auto;margin-right:auto}.text-sm{font-size:.875rem}.text-xl{font-size:1.25rem}.text-2xl{font-size:1.5rem}.text-3xl{font-size:1.875rem}.text-4xl{font-size:2.25rem}@media (min-width: 768px){.md\:text-6xl{font-size:3.75rem}}.font-semibold{font-weight:600}.font-bold{font-weight:700}.text-center{text-align:center}.text-white{color:#fff}.text-gray-600{color:#4b5563}.text-gray-700{color:#374151}.text-gray-800{color:#1f2937}.text-cjm-primary{color:var(--cjm-primary)}.text-cjm-light{color:var(--cjm-light)}.text-cjm-lighter{color:var(--cjm-lighter)}.text-mary-primary{color:var(--mary-primary)}.text-mary-light{color:var(--mary-light)}.text-mary-lighter{color:var(--mary-lighter)}.bg-white{background-color:#fff}.bg-gray-50{background-color:#f9fafb}.bg-gray-800{background-color:#1f2937}.min-h-screen{min-height:100vh}.max-w-3xl{max-width:48rem}.max-w-4xl{max-width:56rem}.max-w-6xl{max-width:72rem}.w-full{width:100%}.w-16{width:4rem}.h-4{height:1rem}.h-6{height:1.5rem}.h-8{height:2rem}.h-16{height:4rem}.border-b{border-bottom-width:1px}.rounded-lg{border-radius:.5rem}.rounded-full{border-radius:9999px}.shadow-sm{box-shadow:0 1px 2px #0000000d}.shadow-2xl{box-shadow:0 25px 50px -12px #00000040}.transition-colors{transition-property:color,background-color,border-color;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.3s}.hover\:text-cjm-light:hover{color:var(--cjm-light)}.hover\:text-mary-light:hover{color:var(--mary-light)}.hover\:shadow-2xl:hover{box-shadow:0 25px 50px -12px #00000040}.hover\:-translate-y-2:hover{transform:translateY(-.5rem)}@media (min-width: 768px){.md\:flex{display:flex}}.hidden{display:none}.bg-gradient-to-br{background:linear-gradient(to bottom right,#f0f9ff,#fef7f7,#fdf2f8)}.text-transparent{color:transparent}.bg-clip-text{background-clip:text;-webkit-background-clip:text}.bg-gradient-text{background:linear-gradient(to right,var(--cjm-primary),var(--mary-primary));-webkit-background-clip:text;background-clip:text;color:transparent}.school-card-cjm{background:linear-gradient(to bottom right,var(--cjm-primary),var(--cjm-light));color:#fff}.school-card-mary{background:linear-gradient(to bottom right,var(--mary-primary),var(--mary-light));color:#fff}.school-card{border-radius:.5rem;overflow:hidden;transition:all .3s ease;transform:translateY(0)}.school-card:hover{transform:translateY(-.5rem);box-shadow:0 25px 50px -12px #00000040}.school-card-header{height:16rem;display:flex;align-items:center;justify-content:center;position:relative}.school-card-header-cjm{background:linear-gradient(to bottom right,var(--cjm-light),var(--cjm-lighter))}.school-card-header-mary{background:linear-gradient(to bottom right,var(--mary-light),var(--mary-lighter))}.feature-card{text-align:center}.feature-icon-green{background-color:#dcfce7;color:#16a34a}.feature-icon-orange{background-color:#fed7aa;color:#ea580c}.feature-icon-pink{background-color:#fce7f3;color:#db2777}.contact-card{background:white;border-radius:.5rem;box-shadow:0 4px 6px -1px #0000001a;overflow:hidden}.btn{display:inline-flex;align-items:center;justify-content:center;font-weight:600;border-radius:.375rem;transition:all .15s ease;border:none;cursor:pointer;text-decoration:none}.btn-cjm{background-color:var(--cjm-primary);color:#fff;padding:.75rem 2rem}.btn-cjm:hover{background-color:var(--cjm-dark)}.btn-mary{background-color:var(--mary-primary);color:#fff;padding:.75rem 2rem}.btn-mary:hover{background-color:var(--mary-dark)}.btn-white{background-color:#fff;color:#374151;padding:.75rem 1.5rem}.btn-white:hover{background-color:#f9fafb}.btn-full{width:100%}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.relative{position:relative}.absolute{position:absolute}.top-4{top:1rem}.right-4{right:1rem}.overflow-hidden{overflow:hidden}
