*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:96px}@media(max-width:768px){html{scroll-padding-top:80px}}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:18px;line-height:1.7;color:#4a4a5a;background-color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer;border:none;background:none}ul,ol{list-style:none}@media(max-width:1024px){*{scrollbar-width:none;-ms-overflow-style:none}*::-webkit-scrollbar{display:none}html,body{overflow-x:hidden}}h1,h2,h3,h4,h5,h6{font-family:Playfair Display,Georgia,Times New Roman,serif;color:#2d3142;line-height:1.3}.section-label{display:inline-block;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:14px;font-weight:600;letter-spacing:2px;text-transform:uppercase;color:#4267a8;margin-bottom:8px}.section-title{font-size:32px;font-weight:600;margin-bottom:16px}@media(max-width:1024px){.section-title{font-size:28px}}@media(max-width:768px){.section-title{font-size:24px}}.section-subtitle{font-size:18px;color:#6b7280;max-width:640px;margin:0 auto}.section--primary .section-label{color:#c8d1db}.section--primary .section-title{color:#fff}.section--primary .section-subtitle{color:#c8d1db}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 32px;font-size:.9375rem;font-weight:600;border-radius:9999px;transition:all .3s cubic-bezier(.4,0,.2,1);white-space:nowrap;min-height:44px}.btn:focus-visible{outline:2px solid #4267a8;outline-offset:2px}.btn--primary{background-color:#4267a8;color:#fff}.btn--primary:hover{background-color:#1a2740;transform:translateY(-2px);box-shadow:0 4px 16px #2d31421a}.btn--outline{background-color:transparent;color:#4267a8;border:2px solid #4267a8}.btn--outline:hover{background-color:#4267a8;color:#fff;transform:translateY(-2px)}.btn--white{background-color:#fff;color:#4267a8}.btn--white:hover{background-color:#f5f7fa;transform:translateY(-2px);box-shadow:0 4px 16px #2d31421a}.btn--white-outline{background-color:transparent;color:#fff;border:2px solid #ffffff}.btn--white-outline:hover{background-color:#fff;color:#4267a8}.btn--sm{padding:10px 24px}.btn--lg{padding:18px 40px}.container{max-width:1280px;margin:0 auto;padding:0 24px}@media(max-width:768px){.container{padding:0 16px}}.section{padding:100px 0}@media(max-width:1024px){.section{padding:80px 0}}@media(max-width:768px){.section{padding:64px 0}}@media(max-width:480px){.section{padding:48px 0}}.section--alt{background-color:#f5f7fa}.section--primary{background-color:#4267a8;color:#fff}.section-header{text-align:center;margin-bottom:64px}@media(max-width:768px){.section-header{margin-bottom:40px}}.card{background:#fff;border-radius:12px;padding:32px;box-shadow:0 1px 3px #2d314214;transition:all .3s cubic-bezier(.4,0,.2,1)}.card:hover{box-shadow:0 8px 32px #2d31421f;transform:translateY(-4px)}.grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:32px}@media(max-width:768px){.grid-2{grid-template-columns:1fr}}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}@media(max-width:1024px){.grid-3{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.grid-3{grid-template-columns:1fr}}.grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}@media(max-width:1024px){.grid-4{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.grid-4{grid-template-columns:1fr}}.scroll-reveal{opacity:0;transition:opacity .6s cubic-bezier(.4,0,.2,1)}.scroll-reveal.visible{opacity:1}.fade-in{opacity:0;transition:opacity .6s cubic-bezier(.4,0,.2,1)}.fade-in.visible{opacity:1}.fade-in-left{opacity:0;transition:opacity .6s cubic-bezier(.4,0,.2,1)}.fade-in-left.visible{opacity:1}.fade-in-right{opacity:0;transition:opacity .6s cubic-bezier(.4,0,.2,1)}.fade-in-right.visible{opacity:1}:root{--color-primary: #4267a8;--color-primary-dark: #1a2740;--color-primary-light: #5a7fcc;--color-secondary: #b2becb;--color-secondary-light: #c8d1db;--color-background: #f5f7fa;--color-white: #ffffff;--color-dark: #2d3142;--color-text: #4a4a5a;--color-text-light: #6b7280;--color-border: #d1d5db;--color-success: #059669;--font-heading: Playfair Display, Georgia, Times New Roman, serif;--font-body: Inter, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, sans-serif;--font-size-body: 18px;--font-size-label: 14px;--font-size-heading: 32px;--font-size-display: 44px;--max-width: 1280px;--header-height: 96px;--header-height-desktop: 96px;--header-height-mobile: 80px;--shadow-sm: 0 1px 3px rgba(45, 49, 66, .08);--shadow-md: 0 4px 16px rgba(45, 49, 66, .1);--shadow-lg: 0 8px 32px rgba(45, 49, 66, .12);--shadow-xl: 0 16px 48px rgba(45, 49, 66, .15);--radius-sm: 6px;--radius-md: 12px;--radius-lg: 20px;--radius-full: 9999px;--transition: .3s cubic-bezier(.4, 0, .2, 1);--spacing-xs: 4px;--spacing-sm: 8px;--spacing-md: 16px;--spacing-lg: 24px;--spacing-xl: 32px;--spacing-2xl: 48px;--spacing-3xl: 64px;--spacing-4xl: 80px;--spacing-5xl: 100px}
