@import "https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700&family=Playfair+Display:wght@700&display=swap";
:root{--bg-color:#fff;--bg-soft:#f9f9f9;--text-main:#000;--text-muted:#555c6d;--primary-navy:#002b49;--accent-teal:#00c1b4;--border-color:#e9ecef;--max-width:1200px;--transition:all .2s ease}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-color);color:var(--text-main);-webkit-font-smoothing:antialiased;font-family:Montserrat,sans-serif;line-height:1.6}h1,h2,h3,h4,.serif-font{color:var(--primary-navy);font-family:Playfair Display,serif;font-weight:700}a{color:inherit;text-decoration:none}.container{max-width:var(--max-width);margin:0 auto;padding:0 2rem}.btn-primary{background:var(--primary-navy);color:#fff;text-transform:uppercase;letter-spacing:1.5px;cursor:pointer;transition:var(--transition);border:none;border-radius:0;padding:1rem 2rem;font-weight:700;display:inline-block}.btn-primary:hover{background:#001a2d}.btn-outline{color:var(--text-main);border:2px solid var(--text-main);text-transform:uppercase;letter-spacing:1.5px;cursor:pointer;transition:var(--transition);background:0 0;border-radius:0;padding:1rem 2rem;font-weight:700;display:inline-block}.btn-outline:hover{background:var(--text-main);color:#fff}.text-white{color:#fff}.text-muted{color:var(--text-muted)}.card{border:1px solid var(--border-color);box-shadow:none;background:#fff;border-radius:0;padding:3rem}.accent-border-left{border-left:8px solid var(--primary-navy);padding-left:2rem}.bg-navy{background:var(--primary-navy)!important;color:#fff!important}.premium-padding{padding:5rem!important}.bg-navy h1,.bg-navy h2,.bg-navy h3,.bg-navy h4,.bg-navy p,.bg-navy span,.bg-navy div{color:#fff!important}.bg-navy .text-muted{color:#ffffffb3!important}.glass{-webkit-backdrop-filter:blur(12px);background:#ffffffd9}.text-xs{font-size:.75rem}.text-sm{font-size:.875rem}.text-base{font-size:1rem}.text-lg{font-size:1.125rem}.text-xl{font-size:1.25rem}.text-2xl{font-size:1.5rem}.text-3xl{font-size:1.875rem}.text-4xl{font-size:2.25rem}.text-5xl{font-size:3rem}.flex{display:flex}.flex-col{flex-direction:column}.flex-row{flex-direction:row}.flex-wrap{flex-wrap:wrap}.flex-1{flex:1}.flex-shrink-0{flex-shrink:0}.items-center{align-items:center}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.hidden{display:none!important}.block{display:block!important}.inline{display:inline!important}.grid{display:grid}.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))}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.gap-10{gap:2.5rem}.gap-12{gap:3rem}.gap-16{gap:4rem}.p-4{padding:1rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.p-10{padding:2.5rem}.p-12{padding:3rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.py-8{padding-top:2rem;padding-bottom:2rem}.py-12{padding-top:3rem;padding-bottom:3rem}.py-20{padding-top:5rem;padding-bottom:5rem}.py-32{padding-top:8rem;padding-bottom:8rem}.px-4{padding-left:1rem;padding-right:1rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.px-8{padding-left:2rem;padding-right:2rem}.mt-2{margin-top:.5rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.mt-12{margin-top:3rem}.mb-2{margin-bottom:.5rem}.mb-4{margin-bottom:1rem}.mb-8{margin-bottom:2rem}.mb-12{margin-bottom:3rem}.w-full{width:100%}.max-w-3xl{max-width:48rem}.max-w-4xl{max-width:56rem}.h-0\.5{height:2px}.bg-gray-100{background-color:#f3f4f6}.text-left{text-align:left}.text-center{text-align:center}@media (min-width:640px){.sm\:inline{display:inline!important}}@media (min-width:768px){.md\:flex{display:flex!important}.md\:hidden{display:none!important}.md\:block{display:block!important}.md\:flex-row{flex-direction:row!important}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))!important}.md\:text-2xl{font-size:1.5rem!important}.md\:py-20{padding-top:5rem!important;padding-bottom:5rem!important}.md\:mt-0{margin-top:0!important}.md\:w-auto{width:auto!important}}@media (max-width:767px){.container{padding:0 1.25rem}h1{font-size:2.25rem!important}}.shadow-2xl{box-shadow:0 25px 50px -12px #00000040}.border-b{border-bottom:1px solid var(--border-color)}.border-t{border-top:1px solid var(--border-color)}.mx-auto{margin-left:auto;margin-right:auto}.min-w-0{min-width:0}.max-w-\[850px\]{max-width:850px}.max-w-2xl{max-width:42rem}.w-0\.5{width:.125rem}.w-1\.5{width:.375rem}.h-1\.5{height:.375rem}.w-2{width:.5rem}.h-2{height:.5rem}.w-10{width:2.5rem}.h-10{height:2.5rem}.w-20{width:5rem}.h-20{height:5rem}.w-24{width:6rem}.h-24{height:6rem}.w-32{width:8rem}.w-64{width:16rem}.h-\[1px\]{height:1px}.h-\[320px\]{height:320px}.h-\[400px\]{height:400px}.border-b-\[20px\]{border-bottom-width:20px}.left-\[39px\]{left:39px}.blur-\[60px\]{-webkit-filter:blur(60px)}.text-\[0\.45rem\]{font-size:.45rem}.text-\[0\.5rem\]{font-size:.5rem}.text-\[0\.55rem\]{font-size:.55rem}.text-\[0\.6rem\]{font-size:.6rem}.text-\[0\.65rem\]{font-size:.65rem}.text-\[0\.7rem\]{font-size:.7rem}.text-\[0\.75rem\]{font-size:.75rem}.text-\[0\.8rem\]{font-size:.8rem}.tracking-\[0\.4em\]{letter-spacing:.4em}@media (min-width:768px){.md\:w-64{width:16rem}.md\:min-w-\[16rem\]{min-width:16rem}}.p-16{padding:4rem}.p-20{padding:5rem}.p-24{padding:6rem}.p-32{padding:8rem}.blur-\[80px\]{-webkit-filter:blur(80px)}
