@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Libre+Baskerville:wght@400;700&family=DM+Serif+Display:ital@0;1&display=swap";:root{--navy-900: #082A3E;--navy-800: #0D3A55;--navy-700: #145070;--navy-600: #1C6285;--navy-500: #247898;--navy-400: #3090B5;--surface-deep: #1A6390;--surface-deep-soft: #1D6B99;--gold-700: #A87832;--gold-600: #C9A84C;--gold-500: #D4A843;--gold-400: #E5BC5F;--gold-300: #F0D080;--gold-200: #FBF0C8;--gold-ink: #8A6220;--gold-on-deep: #FFE0A3;--primary: var(--navy-600);--accent: var(--gold-500);--bg: #F7FAFD;--bg-alt: #EDF3FA;--bg-warm: #F2F7FC;--surface: #FFFFFF;--surface-elevated: #F5F9FF;--text: #0C1A2E;--text-secondary: #2E4A6A;--muted: #556D88;--border: rgba(18, 36, 68, .1);--border-light: rgba(18, 36, 68, .06);--border-gold: rgba(212, 168, 67, .35);--font-display: "DM Serif Display", "Libre Baskerville", Georgia, serif;--font-h: "Libre Baskerville", Georgia, serif;--font-heading: var(--font-h);--font-b: "Inter", system-ui, sans-serif;--text-xs: .75rem;--text-sm: .875rem;--text-base: 1rem;--text-lg: 1.125rem;--text-xl: 1.25rem;--text-2xl: 1.5rem;--text-3xl: 1.875rem;--text-4xl: 2.25rem;--text-5xl: 3rem;--text-6xl: 3.75rem;--s1: .25rem;--s2: .5rem;--s3: .75rem;--s4: 1rem;--s5: 1.25rem;--s6: 1.5rem;--s8: 2rem;--s10: 2.5rem;--s12: 3rem;--s16: 4rem;--s20: 5rem;--s24: 6rem;--s32: 8rem;--r-sm: .375rem;--r-md: .5rem;--r-lg: .75rem;--r-xl: 1rem;--r-2xl: 1.5rem;--r-3xl: 2rem;--r-full: 9999px;--shadow-sm: 0 1px 3px rgba(10, 22, 40, .07);--shadow-md: 0 2px 8px rgba(10, 22, 40, .08), 0 1px 3px rgba(10, 22, 40, .05);--shadow-lg: 0 4px 20px rgba(10, 22, 40, .09), 0 2px 6px rgba(10, 22, 40, .05);--shadow-xl: 0 12px 40px rgba(10, 22, 40, .12), 0 4px 12px rgba(10, 22, 40, .07);--shadow-2xl: 0 24px 60px rgba(10, 22, 40, .15), 0 8px 20px rgba(10, 22, 40, .08);--shadow-gold: 0 4px 20px rgba(212, 168, 67, .28);--shadow-gold-lg: 0 8px 32px rgba(212, 168, 67, .4);--shadow-inset: inset 0 1px 2px rgba(10, 22, 40, .06);--gradient-navy: linear-gradient(135deg, var(--surface-deep-soft) 0%, var(--surface-deep) 100%);--gradient-gold: linear-gradient(135deg, var(--gold-500) 0%, var(--gold-400) 100%);--gradient-hero: linear-gradient(135deg, #FFFFFF 0%, #F1F7FD 55%, #E6F0FA 100%);--gradient-hero-navy: linear-gradient(135deg, var(--navy-800) 0%, var(--navy-700) 50%, var(--navy-500) 100%);--veil-light: linear-gradient(135deg, rgba(255,255,255,.94) 0%, rgba(241,247,253,.9) 50%, rgba(226,238,250,.88) 100%);--tf: .15s ease;--tb: .22s cubic-bezier(.4, 0, .2, 1);--ts: .35s cubic-bezier(.4, 0, .2, 1);--z-dropdown: 100;--z-sticky: 200;--z-fixed: 300;--z-modal: 400;--c-sm: 640px;--c-md: 768px;--c-lg: 1024px;--c-xl: 1280px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:var(--font-b);font-size:var(--text-base);color:var(--text);background:var(--bg);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100dvh}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:inherit}ul,ol{list-style:none}h1,h2,h3,h4,h5,h6{font-family:var(--font-h);font-weight:700;line-height:1.2;color:var(--text);letter-spacing:-.02em}.container{width:100%;max-width:var(--c-xl);margin-inline:auto;padding-inline:var(--s4)}@media(min-width:768px){.container{padding-inline:var(--s8)}}@media(min-width:1024px){.container{padding-inline:var(--s10)}}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.justify-end{justify-content:flex-end}.gap-1{gap:var(--s1)}.gap-2{gap:var(--s2)}.gap-3{gap:var(--s3)}.gap-4{gap:var(--s4)}.gap-5{gap:var(--s5)}.gap-6{gap:var(--s6)}.gap-8{gap:var(--s8)}.gap-10{gap:var(--s10)}.gap-12{gap:var(--s12)}.gap-16{gap:var(--s16)}.flex-1{flex:1}.flex-wrap{flex-wrap:wrap}.flex-nowrap{flex-wrap:nowrap}.flex-shrink-0{flex-shrink:0}.flex-grow{flex-grow:1}.flex-row{flex-direction:row}.self-start{align-self:flex-start}.self-center{align-self:center}.self-end{align-self:flex-end}.grid{display:grid;gap:var(--s6)}.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))}.grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.grid-2,.grid-3{grid-template-columns:1fr}@media(min-width:640px){.grid-2{grid-template-columns:repeat(2,1fr)}}@media(min-width:768px){.grid-3{grid-template-columns:repeat(3,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))}}@media(min-width:1024px){.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}}.m-auto{margin:auto}.mt-2{margin-top:var(--s2)}.mt-4{margin-top:var(--s4)}.mt-6{margin-top:var(--s6)}.mt-8{margin-top:var(--s8)}.mt-12{margin-top:var(--s12)}.mt-16{margin-top:var(--s16)}.mb-2{margin-bottom:var(--s2)}.mb-4{margin-bottom:var(--s4)}.mb-6{margin-bottom:var(--s6)}.mb-8{margin-bottom:var(--s8)}.mb-12{margin-bottom:var(--s12)}.mb-16{margin-bottom:var(--s16)}.my-4{margin-top:var(--s4);margin-bottom:var(--s4)}.my-8{margin-top:var(--s8);margin-bottom:var(--s8)}.my-12{margin-top:var(--s12);margin-bottom:var(--s12)}.my-16{margin-top:var(--s16);margin-bottom:var(--s16)}.mx-auto{margin-inline:auto}.py-2{padding-top:var(--s2);padding-bottom:var(--s2)}.py-4{padding-top:var(--s4);padding-bottom:var(--s4)}.py-6{padding-top:var(--s6);padding-bottom:var(--s6)}.py-8{padding-top:var(--s8);padding-bottom:var(--s8)}.py-10{padding-top:var(--s10);padding-bottom:var(--s10)}.py-12{padding-top:var(--s12);padding-bottom:var(--s12)}.py-16{padding-top:var(--s16);padding-bottom:var(--s16)}.py-20{padding-top:var(--s20);padding-bottom:var(--s20)}.py-24{padding-top:var(--s24);padding-bottom:var(--s24)}.px-2{padding-left:var(--s2);padding-right:var(--s2)}.px-4{padding-left:var(--s4);padding-right:var(--s4)}.px-6{padding-left:var(--s6);padding-right:var(--s6)}.px-8{padding-left:var(--s8);padding-right:var(--s8)}.pl-4{padding-left:var(--s4)}.pr-4{padding-right:var(--s4)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:var(--s2);padding:var(--s3) var(--s5);font-size:var(--text-sm);font-weight:600;letter-spacing:.01em;line-height:1.2;border-radius:var(--r-lg);border:1.5px solid transparent;cursor:pointer;transition:all var(--tb);white-space:normal;text-align:center;text-wrap:balance;min-height:2.75rem;text-decoration:none;position:relative;overflow:hidden}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-primary{background:var(--gradient-gold);color:var(--navy-900);border-color:transparent;box-shadow:var(--shadow-gold),inset 0 1px #ffffff2e}.btn-primary:hover:not(:disabled){background:linear-gradient(135deg,var(--gold-400) 0%,var(--gold-300) 100%);transform:translateY(-2px);box-shadow:var(--shadow-gold-lg),inset 0 1px #ffffff38}.btn-primary:active:not(:disabled){transform:translateY(0)}.btn-secondary{background:transparent;color:var(--navy-800);border-color:#0a162833}.btn-secondary:hover:not(:disabled){background:var(--surface-deep);color:#fff;border-color:var(--navy-800)}.btn-ghost{background:transparent;color:var(--text-secondary);border-color:transparent}.btn-ghost:hover:not(:disabled){background:var(--bg-alt);color:var(--text)}.btn-outline-gold{background:transparent;color:var(--gold-ink);border-color:var(--gold-on-deep)}.btn-outline-gold:hover:not(:disabled){background:var(--gold-500);color:var(--navy-900);box-shadow:var(--shadow-gold)}.btn-sm{padding:var(--s2) var(--s4);font-size:var(--text-xs);border-radius:var(--r-md)}.btn-lg{padding:var(--s4) var(--s8);font-size:var(--text-base);border-radius:var(--r-xl)}.card{background:var(--surface);border-radius:var(--r-2xl);padding:var(--s6);box-shadow:var(--shadow-lg);border:1px solid var(--border);transition:all var(--tb)}.card:hover{box-shadow:var(--shadow-xl);transform:translateY(-3px);border-color:var(--border-gold)}.card-header{margin-bottom:var(--s4)}.card-title{font-size:var(--text-xl);font-weight:700;color:var(--text);margin-bottom:var(--s2)}.card-description{font-size:var(--text-sm);color:var(--text-secondary)}.card-featured{border-top:3px solid var(--gold-500);box-shadow:var(--shadow-xl)}.card-featured:hover{box-shadow:var(--shadow-2xl);border-top-color:var(--gold-on-deep)}.card-dark{background:#ffffff0f;border-color:#ffffff1a;color:#fff}.card-dark:hover{background:#ffffff17;border-color:var(--border-gold);transform:translateY(-3px)}.card-accent{border-left:4px solid var(--gold-500)}.card-accent:hover{border-left-color:var(--gold-on-deep)}.form-group{margin-bottom:var(--s5)}.form-label{display:block;font-size:var(--text-sm);font-weight:500;color:var(--text-secondary);margin-bottom:var(--s2)}.input{width:100%;padding:var(--s3) var(--s4);font-size:var(--text-base);color:var(--text);background:var(--surface);border:1.5px solid var(--border);border-radius:var(--r-lg);transition:all var(--tf)}.input::placeholder{color:var(--muted)}.input:hover{border-color:#0a162833}.input:focus{outline:none;border-color:var(--gold-on-deep);box-shadow:0 0 0 3px #d4a8431f}.input:disabled{background:var(--bg-alt);cursor:not-allowed;opacity:.7}.input-error{border-color:#e57373!important}.text-xs{font-size:var(--text-xs)}.text-sm{font-size:var(--text-sm)}.text-base{font-size:var(--text-base)}.text-lg{font-size:var(--text-lg)}.text-xl{font-size:var(--text-xl)}.text-2xl{font-size:var(--text-2xl)}.text-3xl{font-size:var(--text-3xl)}.text-4xl{font-size:var(--text-4xl)}.text-5xl{font-size:var(--text-5xl)}.text-6xl{font-size:var(--text-6xl)}.font-display{font-family:var(--font-display)}.font-h{font-family:var(--font-h)}.font-b{font-family:var(--font-b)}.font-light{font-weight:300}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}.text-muted{color:var(--muted)}.text-secondary{color:var(--text-secondary)}.text-accent{color:var(--accent)}.text-navy{color:var(--navy-800)}.text-gold{color:var(--gold-on-deep)}.text-white{color:#fff}.text-cream{color:var(--text)}.text-green{color:#22c55e}.text-red{color:#f87171}.text-yellow{color:#fbbf24}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.leading-tight{line-height:1.2}.leading-snug{line-height:1.35}.leading-normal{line-height:1.5}.leading-relaxed{line-height:1.75}.opacity-60{opacity:.6}.opacity-70{opacity:.7}.opacity-80{opacity:.8}.uppercase{text-transform:uppercase}.tracking-wide{letter-spacing:.05em}.tracking-wider{letter-spacing:.08em}.text-gradient-gold{background:var(--gradient-gold);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.w-full{width:100%}.h-full{height:100%}.min-h-screen{min-height:100dvh}.max-w-sm{max-width:24rem}.max-w-md{max-width:28rem}.max-w-lg{max-width:32rem}.max-w-xl{max-width:36rem}.max-w-2xl{max-width:42rem}.max-w-3xl{max-width:48rem}.max-w-4xl{max-width:56rem}.max-w-5xl{max-width:64rem}.max-w-none{max-width:none}.hidden{display:none}.block{display:block}.inline-block{display:inline-block}.relative{position:relative}.absolute{position:absolute}.overflow-hidden{overflow:hidden}.overflow-x-auto{overflow-x:auto}.rounded{border-radius:var(--r-md)}.rounded-sm{border-radius:var(--r-sm)}.rounded-lg{border-radius:var(--r-lg)}.rounded-xl{border-radius:var(--r-xl)}.rounded-2xl{border-radius:var(--r-2xl)}.rounded-3xl{border-radius:var(--r-3xl)}.rounded-full{border-radius:var(--r-full)}.shadow{box-shadow:var(--shadow-md)}.shadow-lg{box-shadow:var(--shadow-lg)}.shadow-xl{box-shadow:var(--shadow-xl)}.shadow-gold{box-shadow:var(--shadow-gold)}.border{border:1px solid var(--border)}.border-light{border:1px solid var(--border-light)}.border-gold{border:1px solid var(--border-gold)}.border-t{border-top:1px solid var(--border)}.border-b{border-bottom:1px solid var(--border)}.header{position:sticky;top:0;z-index:var(--z-sticky);background:#0a1628f5;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid rgba(255,255,255,.05)}.header-inner{display:flex;align-items:center;justify-content:space-between;height:72px;padding-inline:var(--s4)}@media(min-width:768px){.header-inner{padding-inline:var(--s8)}}.logo{display:flex;align-items:center;gap:var(--s3);font-family:var(--font-h);font-size:var(--text-xl);font-weight:700;color:#f5f0e8}.logo-icon{width:40px;height:40px;background:linear-gradient(135deg,var(--surface-deep-soft),var(--navy-500));border-radius:var(--r-lg);display:flex;align-items:center;justify-content:center;color:var(--gold-on-deep);font-size:var(--text-lg)}.nav-links{display:none;gap:var(--s1)}@media(min-width:1024px){.nav-links{display:flex}}.nav-link{font-size:var(--text-sm);font-weight:500;color:#f5f0e8e0;transition:all var(--tf);padding:var(--s2) var(--s3);border-radius:var(--r-md);position:relative}.nav-link.active:after{content:"";position:absolute;bottom:-2px;left:var(--s3);right:var(--s3);height:2px;background:var(--gradient-gold);border-radius:var(--r-full)}.mobile-menu-btn{display:flex;padding:var(--s2);background:none;border:none;cursor:pointer;color:#f5f0e8e0;border-radius:var(--r-md);transition:all var(--tf)}.mobile-menu-btn:hover{background:#ffffff14;color:#f5f0e8}@media(min-width:1024px){.mobile-menu-btn{display:none}}.footer{background:var(--surface-deep);border-top:3px solid;border-image:var(--gradient-gold) 1;color:#fff;padding:var(--s16) 0 var(--s8)}.footer-grid{display:grid;gap:var(--s8);margin-bottom:var(--s12)}@media(min-width:768px){.footer-grid{grid-template-columns:2fr 1fr 1fr 1fr}}.footer-brand{font-family:var(--font-h);font-size:var(--text-xl);font-weight:700;margin-bottom:var(--s4)}.footer-description{font-size:var(--text-sm);color:#ffffffe0;line-height:1.75}.footer-title{font-size:var(--text-xs);font-weight:600;text-transform:uppercase;letter-spacing:.08em;margin-bottom:var(--s4);color:var(--gold-on-deep)}.footer-links{display:flex;flex-direction:column;gap:var(--s3)}.footer-link{font-size:var(--text-sm);color:#ffffffe0;transition:color var(--tf)}.footer-link:hover{color:var(--gold-on-deep)}.footer-bottom{padding-top:var(--s8);border-top:1px solid rgba(255,255,255,.07);font-size:var(--text-sm);color:#ffffffe0}.section{padding:var(--s16) 0}@media(min-width:768px){.section{padding:var(--s20) 0}}.section-lg{padding:var(--s16) 0}@media(min-width:768px){.section-lg{padding:var(--s24) 0}}.section-alt{background:var(--bg-alt)}.section-warm{background:var(--bg-warm)}.section-dark{background:var(--surface-deep)}.section-navy{background:var(--gradient-navy)}.section-header{text-align:center;margin-bottom:var(--s12)}.section-header h2{font-size:clamp(1.75rem,4vw,2.5rem);margin-bottom:var(--s4)}.section-header p{color:var(--text-secondary);font-size:var(--text-lg);max-width:520px;margin:0 auto}.section-title{font-size:var(--text-3xl);margin-bottom:var(--s4);letter-spacing:-.02em;color:var(--text)}@media(min-width:768px){.section-title{font-size:var(--text-4xl)}}.section-description{font-size:var(--text-lg);color:var(--text-secondary);max-width:42rem;margin:0 auto}.section-label{display:inline-flex;align-items:center;gap:var(--s2);font-size:var(--text-xs);font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--gold-ink);margin-bottom:var(--s4)}.section-label:before{content:"";display:inline-block;width:20px;height:2px;background:var(--gradient-gold);border-radius:var(--r-full)}.badge{display:inline-flex;align-items:center;gap:var(--s1);padding:var(--s1) var(--s3);font-size:var(--text-xs);font-weight:600;border-radius:var(--r-full);text-transform:uppercase;letter-spacing:.06em}.badge-navy{background:var(--surface-deep);color:#ffffffe6}.badge-gold{background:var(--gradient-gold);color:var(--navy-900);box-shadow:0 2px 8px #d4a84340}.badge-outline{background:transparent;border:1.5px solid rgba(10,22,40,.15);color:var(--text-secondary)}.badge-outline-gold{background:#d4a8431a;border:1.5px solid var(--border-gold);color:var(--gold-ink)}.icon-wrap{display:flex;align-items:center;justify-content:center;width:56px;height:56px;border-radius:var(--r-xl);flex-shrink:0}.icon-wrap-sm{width:44px;height:44px;border-radius:var(--r-lg)}.icon-wrap-lg{width:72px;height:72px;border-radius:var(--r-2xl)}.icon-wrap-navy{background:linear-gradient(135deg,var(--surface-deep) 0%,var(--surface-deep-soft) 100%);color:var(--gold-on-deep);box-shadow:0 4px 16px #0003}.icon-wrap-gold{background:var(--gradient-gold);color:var(--navy-900);box-shadow:var(--shadow-gold)}.icon-wrap-outline{background:transparent;border:2px solid var(--border-gold);color:var(--gold-600)}.chip{display:inline-flex;align-items:center;gap:var(--s1);padding:var(--s1) var(--s3);font-size:var(--text-xs);font-weight:500;border-radius:var(--r-full);background:var(--surface);border:1.5px solid var(--border);color:var(--text-secondary);transition:all var(--tf)}.chip:hover{border-color:var(--border-gold);color:var(--gold-600);background:#d4a8430d}.feature-list{display:flex;flex-direction:column;gap:var(--s3)}.feature-item{display:flex;align-items:flex-start;gap:var(--s3);font-size:var(--text-sm);color:var(--text-secondary);line-height:1.55}.feature-item-check{flex-shrink:0;width:20px;height:20px;border-radius:var(--r-full);background:#d4a8431f;color:var(--gold-600);display:flex;align-items:center;justify-content:center;margin-top:1px}.divider{height:1px;background:var(--border);margin:var(--s6) 0}.divider-gold{height:2px;background:var(--gradient-gold);border-radius:var(--r-full)}.glass-card{background:#ffffff0d;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.1);border-radius:var(--r-2xl)}.glass-card:hover{background:#ffffff14;border-color:var(--border-gold)}.stat-block{text-align:center;padding:var(--s6)}.stat-value{font-family:var(--font-display);font-size:clamp(2.5rem,7vw,4rem);font-weight:400;line-height:1;color:#fff;margin-bottom:var(--s3)}.stat-value.gold{color:var(--gold-on-deep)}.stat-label{font-size:var(--text-sm);color:#ffffffe0;font-weight:500;letter-spacing:.02em}.hero-page{background:var(--gradient-hero);color:var(--text);padding:var(--s20) 0 var(--s16);position:relative;overflow:hidden;border-bottom:1px solid var(--border-light)}.hero-page:before{content:"";position:absolute;inset:0;background-image:radial-gradient(circle at 20% 50%,rgba(212,168,67,.22) 0%,transparent 55%),radial-gradient(circle at 80% 20%,rgba(36,120,152,.14) 0%,transparent 45%),url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23082A3E' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");pointer-events:none}.hero-page-inner{position:relative;text-align:center}.hero-page h1{font-family:var(--font-display);font-size:clamp(2rem,5vw,3rem);font-weight:400;color:var(--navy-900);letter-spacing:-.01em;margin-bottom:var(--s4)}.hero-page p{font-size:var(--text-lg);color:var(--text-secondary);max-width:520px;margin:0 auto}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@keyframes fadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes shimmer{0%{background-position:-200% center}to{background-position:200% center}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes spin{to{transform:rotate(360deg)}}.animate-fade-up{animation:fadeUp .55s ease forwards}.animate-fade-in{animation:fadeIn .4s ease forwards}.animate-slide-up{animation:slideUp .35s ease forwards}.animate-scale-in{animation:scaleIn .35s ease forwards}.delay-100{animation-delay:.1s}.delay-200{animation-delay:.2s}.delay-300{animation-delay:.3s}.delay-400{animation-delay:.4s}.delay-500{animation-delay:.5s}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.chat-fab.svelte-zsv8oa{position:fixed;bottom:1.5rem;left:1.5rem;z-index:210;display:flex;align-items:center;gap:.5rem;padding:.875rem 1.25rem;background:linear-gradient(135deg,var(--surface-deep-soft) 0%,var(--surface-deep) 100%);color:var(--gold-on-deep);border:1.5px solid rgba(212,168,67,.55);border-radius:50px;font-size:.875rem;font-weight:700;cursor:pointer;box-shadow:0 4px 20px #00000059,0 0 0 1px #d4a8431f;transition:all .25s ease}.chat-fab.svelte-zsv8oa:hover{transform:translateY(-3px);box-shadow:0 8px 28px #0006;border-color:var(--gold-on-deep)}.chat-fab-text.svelte-zsv8oa{color:#f5f0e8;font-weight:600}.chat-fab-badge.svelte-zsv8oa{position:absolute;top:-6px;right:-6px;min-width:20px;height:20px;padding:0 5px;display:flex;align-items:center;justify-content:center;background:#dc2626;color:#fff;border-radius:10px;font-size:.7rem;font-weight:700;border:2px solid var(--navy-800)}.chat-panel.svelte-zsv8oa{position:fixed;bottom:1.25rem;left:1.25rem;z-index:320;width:min(400px,calc(100vw - 2.5rem));height:min(620px,calc(100dvh - 6rem));display:flex;flex-direction:column;background:var(--surface-deep);border:1px solid rgba(212,168,67,.25);border-radius:18px;overflow:hidden;box-shadow:0 30px 90px #00000080,0 8px 24px #0000004d;animation:svelte-zsv8oa-chatSlideUp .28s cubic-bezier(.34,1.56,.64,1)}@keyframes svelte-zsv8oa-chatSlideUp{0%{opacity:0;transform:translateY(20px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}.chat-header.svelte-zsv8oa{display:flex;align-items:center;justify-content:space-between;gap:.5rem;padding:.875rem 1rem;background:linear-gradient(135deg,var(--surface-deep),var(--surface-deep-soft));border-bottom:1px solid rgba(255,255,255,.07);flex-shrink:0}.chat-header-left.svelte-zsv8oa{display:flex;align-items:center;gap:.7rem;min-width:0}.chat-avatar.svelte-zsv8oa{width:36px;height:36px;flex-shrink:0;border-radius:10px;background:linear-gradient(135deg,var(--gold-500),var(--gold-400));color:var(--navy-900);display:flex;align-items:center;justify-content:center}.chat-header.svelte-zsv8oa h3:where(.svelte-zsv8oa){font-family:var(--font-h);font-size:.95rem;font-weight:700;color:#fff;margin:0 0 .05rem}.chat-sub.svelte-zsv8oa{font-size:.7rem;color:#ffffffe0;margin:0}.chat-header-actions.svelte-zsv8oa{display:flex;align-items:center;gap:.4rem;flex-shrink:0}.chat-callback-btn.svelte-zsv8oa{display:inline-flex;align-items:center;gap:.35rem;padding:.4rem .7rem;border:1px solid rgba(212,168,67,.5);border-radius:8px;background:#d4a8431a;color:var(--gold-on-deep);font-size:.72rem;font-weight:600;cursor:pointer;white-space:nowrap;transition:all .15s ease}.chat-callback-btn.svelte-zsv8oa:hover{background:var(--gold-500);color:var(--navy-900)}.chat-close.svelte-zsv8oa{background:none;border:none;cursor:pointer;color:#ffffffe0;padding:.4rem;border-radius:6px;transition:all .15s ease;display:flex}.chat-close.svelte-zsv8oa:hover{color:#fff;background:#ffffff1a}.chat-thread.svelte-zsv8oa{flex:1;overflow-y:auto;padding:1rem;display:flex;flex-direction:column;gap:.625rem;background:var(--surface-deep, #14496A);background:linear-gradient(180deg,rgba(255,255,255,.02),transparent),var(--surface-deep);overscroll-behavior:contain}.msg.svelte-zsv8oa{display:flex}.msg.user.svelte-zsv8oa{justify-content:flex-end}.msg.assistant.svelte-zsv8oa{justify-content:flex-start}.bubble.svelte-zsv8oa{max-width:85%;padding:.625rem .875rem;border-radius:14px;font-size:.85rem;line-height:1.55;color:#f5f0e8;overflow-wrap:break-word}.msg.assistant.svelte-zsv8oa .bubble:where(.svelte-zsv8oa){background:var(--surface-deep-soft);border:1px solid rgba(255,255,255,.07);border-bottom-left-radius:5px}.msg.user.svelte-zsv8oa .bubble:where(.svelte-zsv8oa){background:linear-gradient(135deg,var(--gold-500),var(--gold-400));color:var(--navy-900);font-weight:500;border-bottom-right-radius:5px}.msg.error.svelte-zsv8oa .bubble:where(.svelte-zsv8oa){background:#dc262624;border:1px solid rgba(220,38,38,.35);color:#fecaca}.bubble.svelte-zsv8oa strong{color:var(--gold-on-deep);font-weight:700}.msg.user.svelte-zsv8oa .bubble:where(.svelte-zsv8oa) strong{color:var(--navy-900)}.bubble.svelte-zsv8oa a{color:var(--gold-on-deep);text-decoration:underline;text-underline-offset:2px}.bubble.svelte-zsv8oa .li{display:block;padding-left:.9rem;position:relative}.bubble.svelte-zsv8oa .li:before{content:"•";position:absolute;left:.15rem;color:var(--gold-on-deep)}.bubble-success.svelte-zsv8oa{background:#22c55e1f!important;border:1px solid rgba(34,197,94,.4)!important}.typing.svelte-zsv8oa{display:inline-flex;gap:4px;padding:.2rem 0}.typing.svelte-zsv8oa span:where(.svelte-zsv8oa){width:6px;height:6px;border-radius:50%;background:var(--gold-400);animation:svelte-zsv8oa-typingBlink 1.2s infinite ease-in-out}.typing.svelte-zsv8oa span:where(.svelte-zsv8oa):nth-child(2){animation-delay:.15s}.typing.svelte-zsv8oa span:where(.svelte-zsv8oa):nth-child(3){animation-delay:.3s}@keyframes svelte-zsv8oa-typingBlink{0%,60%,to{opacity:.25}30%{opacity:1}}.chips.svelte-zsv8oa{display:flex;flex-direction:column;align-items:flex-start;gap:.4rem;margin-top:.25rem}.quick-replies.svelte-zsv8oa{display:flex;flex-wrap:wrap;gap:.4rem;margin-top:.1rem;animation:svelte-zsv8oa-chatSlideUp .2s ease}.chip.svelte-zsv8oa{padding:.5rem .8rem;border:1px solid rgba(212,168,67,.4);border-radius:20px;background:transparent;color:#f5f0e8;font-size:.78rem;cursor:pointer;text-align:left;transition:all .15s ease}.chip.svelte-zsv8oa:hover:not(:disabled){background:#d4a8431f;border-color:var(--gold-on-deep)}.chip.svelte-zsv8oa:disabled{opacity:.5;cursor:not-allowed}.chip-gold.svelte-zsv8oa{border-color:var(--gold-on-deep);background:#8a62202e;color:var(--gold-on-deep);font-weight:600}.chip-gold.svelte-zsv8oa:hover:not(:disabled){background:var(--gold-500);color:var(--navy-900)}.lead-card.svelte-zsv8oa{display:flex;flex-direction:column;gap:.5rem;padding:.875rem;border-radius:14px;background:var(--surface-deep-soft);border:1.5px solid rgba(212,168,67,.45);animation:svelte-zsv8oa-chatSlideUp .25s ease}.lead-title.svelte-zsv8oa{display:flex;align-items:center;gap:.5rem;font-size:.82rem;color:var(--gold-on-deep)}.lead-title.svelte-zsv8oa strong:where(.svelte-zsv8oa){color:#f5f0e8}.lead-dismiss.svelte-zsv8oa{margin-left:auto;flex-shrink:0;background:none;border:none;cursor:pointer;color:#ffffffe0;font-size:.7rem;text-decoration:underline;text-underline-offset:2px;padding:.2rem}.lead-dismiss.svelte-zsv8oa:hover{color:#f5f0e8}.lead-row.svelte-zsv8oa{display:flex;gap:.5rem}.lead-row.svelte-zsv8oa input:where(.svelte-zsv8oa){flex:1;min-width:0}.lead-card.svelte-zsv8oa input:where(.svelte-zsv8oa){padding:.55rem .7rem;border:1.5px solid rgba(255,255,255,.14);border-radius:8px;background:var(--surface-deep);color:#f5f0e8;font-size:.82rem;font-family:inherit;transition:border-color .15s ease}.lead-card.svelte-zsv8oa input:where(.svelte-zsv8oa):focus{outline:none;border-color:var(--gold-on-deep);box-shadow:0 0 0 3px #d4a8432e}.lead-card.svelte-zsv8oa input:where(.svelte-zsv8oa)::placeholder{color:#ffffffe0}.hp.svelte-zsv8oa{position:absolute;left:-9999px;width:1px;height:1px;opacity:0;pointer-events:none}.lead-creneau-label.svelte-zsv8oa{font-size:.72rem;font-weight:600;color:#ffffffe0;margin-top:.15rem}.lead-creneau-label.svelte-zsv8oa .opt:where(.svelte-zsv8oa){font-weight:400;color:#ffffffe0}.lead-now.svelte-zsv8oa{display:flex;align-items:center;gap:.5rem;padding:.55rem .75rem;border:1.5px solid var(--gold-500);border-radius:9px;background:transparent;color:#f5f0e8;font-size:.78rem;font-weight:700;cursor:pointer;transition:all .15s ease;text-align:left}.lead-now-sub.svelte-zsv8oa{font-weight:400;font-size:.7rem;color:#ffffffe0}.lead-now.svelte-zsv8oa:hover{background:#d4a8431a}.lead-now.selected.svelte-zsv8oa{background:linear-gradient(135deg,var(--gold-500),var(--gold-400));color:var(--navy-900)}.lead-now.selected.svelte-zsv8oa .lead-now-sub:where(.svelte-zsv8oa){color:var(--navy-800)}.lead-days.svelte-zsv8oa{display:flex;gap:.35rem;flex-wrap:wrap}.lead-day.svelte-zsv8oa{padding:.4rem .6rem;border:1px solid rgba(255,255,255,.16);border-radius:8px;background:var(--surface-deep);color:#ffffffe0;font-size:.68rem;font-weight:600;cursor:pointer;transition:all .15s ease;text-transform:capitalize}.lead-day.svelte-zsv8oa:hover{border-color:var(--gold-on-deep)}.lead-day.selected.svelte-zsv8oa{background:linear-gradient(135deg,var(--gold-500),var(--gold-400));color:var(--navy-900);border-color:var(--gold-on-deep)}.lead-slots.svelte-zsv8oa{display:flex;gap:.35rem}.lead-slot.svelte-zsv8oa{flex:1;display:flex;flex-direction:column;align-items:center;gap:.05rem;padding:.45rem .25rem;border:1px solid rgba(255,255,255,.16);border-radius:8px;background:var(--surface-deep);color:#ffffffe0;font-size:.7rem;font-weight:600;cursor:pointer;transition:all .15s ease}.lead-slot.svelte-zsv8oa span:where(.svelte-zsv8oa){font-size:.6rem;font-weight:400;color:#ffffffe0}.lead-slot.svelte-zsv8oa:hover{border-color:var(--gold-on-deep)}.lead-slot.selected.svelte-zsv8oa{background:linear-gradient(135deg,var(--gold-500),var(--gold-400));color:var(--navy-900);border-color:var(--gold-on-deep)}.lead-slot.selected.svelte-zsv8oa span:where(.svelte-zsv8oa){color:var(--navy-800)}.lead-error.svelte-zsv8oa{font-size:.75rem;color:#fecaca;background:#dc262629;border:1px solid rgba(220,38,38,.35);border-radius:6px;padding:.4rem .6rem}.lead-submit.svelte-zsv8oa{padding:.65rem;border:none;border-radius:9px;background:linear-gradient(135deg,var(--gold-500),var(--gold-400));color:var(--navy-900);font-size:.82rem;font-weight:700;cursor:pointer;box-shadow:0 4px 12px #d4a8434d;transition:all .2s ease}.lead-submit.svelte-zsv8oa:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 6px 16px #d4a84366}.lead-submit.svelte-zsv8oa:disabled{opacity:.45;cursor:not-allowed}.lead-consent.svelte-zsv8oa{font-size:.62rem;line-height:1.45;color:#ffffffe0;margin:0}.lead-consent.svelte-zsv8oa a:where(.svelte-zsv8oa){color:#ffffffe0;text-decoration:underline;text-underline-offset:2px}.chat-inputbar.svelte-zsv8oa{display:flex;align-items:flex-end;gap:.5rem;padding:.7rem .875rem .35rem;border-top:1px solid rgba(255,255,255,.07);background:var(--surface-deep);flex-shrink:0}.chat-inputbar.svelte-zsv8oa textarea:where(.svelte-zsv8oa){flex:1;resize:none;min-height:40px;max-height:100px;padding:.6rem .8rem;border:1.5px solid rgba(255,255,255,.14);border-radius:10px;background:var(--surface-deep-soft);color:#f5f0e8;font-size:.85rem;font-family:inherit;line-height:1.4;transition:border-color .15s ease}.chat-inputbar.svelte-zsv8oa textarea:where(.svelte-zsv8oa):focus{outline:none;border-color:var(--gold-on-deep);box-shadow:0 0 0 3px #d4a84326}.chat-inputbar.svelte-zsv8oa textarea:where(.svelte-zsv8oa)::placeholder{color:#ffffffe0}.chat-send.svelte-zsv8oa{width:40px;height:40px;flex-shrink:0;border:none;border-radius:10px;background:linear-gradient(135deg,var(--gold-500),var(--gold-400));color:var(--navy-900);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .15s ease;box-shadow:0 3px 10px #d4a8434d}.chat-send.svelte-zsv8oa:hover:not(:disabled){transform:translateY(-1px)}.chat-send.svelte-zsv8oa:disabled{opacity:.4;cursor:not-allowed}.chat-legal.svelte-zsv8oa{margin:0;padding:0 .875rem .6rem;font-size:.6rem;text-align:center;color:#ffffffe0;background:var(--surface-deep);flex-shrink:0}@media(max-width:540px){.chat-panel.svelte-zsv8oa{inset:0;width:100%;height:100dvh;border-radius:0;border:none;padding-bottom:env(safe-area-inset-bottom)}.chat-fab.svelte-zsv8oa{bottom:1rem;left:1rem;padding:.75rem 1rem}.chat-fab-text.svelte-zsv8oa{display:none}.lead-row.svelte-zsv8oa{flex-direction:column}.chat-inputbar.svelte-zsv8oa textarea:where(.svelte-zsv8oa),.lead-card.svelte-zsv8oa input:where(.svelte-zsv8oa){font-size:16px}}.skip-link.svelte-12qhfyh{position:absolute;left:-9999px;top:0;z-index:10000;padding:.75rem 1.25rem;background:var(--gold-500);color:var(--navy-900);font-weight:700;border-radius:0 0 8px;text-decoration:none}.skip-link.svelte-12qhfyh:focus{left:0;outline:3px solid var(--gold-400);outline-offset:2px}.embed-main.svelte-12qhfyh{padding-top:0!important}.embed-footer.svelte-12qhfyh{padding:.85rem 1rem;background:var(--surface-deep, #14496A);border-top:1px solid rgba(212,168,67,.25);text-align:center;font-size:.78rem}.embed-footer.svelte-12qhfyh a:where(.svelte-12qhfyh){color:#f5f0e8e0;text-decoration:none;transition:color .15s ease}.embed-footer.svelte-12qhfyh a:where(.svelte-12qhfyh) strong:where(.svelte-12qhfyh){color:var(--gold-400, #d4a843);font-weight:600}.embed-footer.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{color:var(--gold-400, #d4a843)}.site-nav.svelte-12qhfyh{position:sticky;top:0;z-index:200;background:var(--surface-deep);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid rgba(255,255,255,.07);box-shadow:0 1px 12px #0a162824}.nav-inner.svelte-12qhfyh{display:flex;align-items:center;justify-content:space-between;height:68px}.logo.svelte-12qhfyh{display:flex;align-items:center;gap:.625rem;font-family:var(--font-h);font-size:1.2rem;font-weight:700;color:#f5f0e8;transition:opacity .2s ease}.logo.svelte-12qhfyh:hover{opacity:.85}.logo-badge{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:12px;background:#fffcf7;box-shadow:0 1px #ffffff14 inset,0 4px 14px #0000002e;flex-shrink:0;overflow:hidden}.logo-badge img{display:block;width:36px;height:36px;object-fit:contain}.logo-wordmark{letter-spacing:.02em}.logo-wordmark em{font-style:normal;color:var(--gold-on-deep);font-weight:600}.mobile-menu-btn.svelte-12qhfyh{display:flex;background:none;border:none;color:#f5f0e8e0;padding:.5rem;border-radius:8px;transition:all .15s ease;-webkit-tap-highlight-color:transparent;position:relative;z-index:9999}.mobile-menu-btn.svelte-12qhfyh:hover{background:#ffffff14;color:#f5f0e8}@media(min-width:1200px){.mobile-menu-btn.svelte-12qhfyh{display:none}}.nav-links-desktop.svelte-12qhfyh{display:none;gap:.0625rem;align-items:center;flex-wrap:nowrap}.nav-links-desktop.svelte-12qhfyh .nav-link{padding-inline:.6rem;white-space:nowrap}.nav-links-desktop.svelte-12qhfyh .nav-cta{white-space:nowrap}@media(min-width:1200px){.nav-links-desktop.svelte-12qhfyh{display:flex}}.mobile-drawer.svelte-12qhfyh{position:fixed;inset:68px 0 0 auto;width:90%;max-width:420px;height:calc(100dvh - 68px);z-index:9998;background:var(--surface-deep);padding:1.75rem 1.25rem calc(1.75rem + env(safe-area-inset-bottom)) 1.25rem;border-left:1px solid rgba(255,255,255,.08);box-shadow:-8px 0 32px #0006;overflow-y:auto;transform:translate(100%);transition:transform .28s cubic-bezier(.4,0,.2,1);-webkit-overflow-scrolling:touch;will-change:transform;visibility:hidden}.mobile-drawer.open.svelte-12qhfyh{transform:translate(0);visibility:visible}.nav-links-mobile.svelte-12qhfyh{display:flex;flex-direction:column;gap:.4rem;list-style:none;margin:0;padding:0}.nav-links-mobile.svelte-12qhfyh .nav-link{display:block;font-size:1.0625rem;font-weight:500;padding:.95rem 1rem;border-radius:10px}.nav-links-mobile.svelte-12qhfyh .nav-cta{margin-top:.75rem;font-size:1rem;padding:.95rem 1.25rem;text-align:center;justify-content:center}@media(min-width:1200px){.mobile-drawer.svelte-12qhfyh{display:none}}.nav-link{font-size:.875rem;font-weight:500;color:#f5f0e8e0;padding:.5rem .875rem;border-radius:8px;transition:all .15s ease;position:relative}.nav-link:hover{color:#f5f0e8;background:#ffffff12}.nav-link.active{color:#f5f0e8}.nav-link.active:after{content:"";position:absolute;bottom:-2px;left:.875rem;right:.875rem;height:2px;background:linear-gradient(135deg,var(--gold-500),var(--gold-400));border-radius:9999px}@media(max-width:1199px){.nav-link.active:after{display:none}.nav-link.active{background:#d4a8431f;color:var(--gold-on-deep)}}.nav-cta.svelte-12qhfyh{margin-left:.25rem}@media(max-width:1199px){.nav-cta.svelte-12qhfyh{margin-left:0;margin-top:.5rem;justify-content:center}}.mobile-overlay.svelte-12qhfyh{position:fixed;inset:68px 0 0;z-index:9997;background:#0009;animation:svelte-12qhfyh-overlay-in .2s ease forwards;cursor:pointer;-webkit-tap-highlight-color:transparent}@keyframes svelte-12qhfyh-overlay-in{0%{opacity:0}to{opacity:1}}@media(min-width:768px){.mobile-overlay.svelte-12qhfyh{display:none}}.site-footer.svelte-12qhfyh{background:var(--surface-deep);color:#fff;padding:var(--s20) 0 var(--s8);margin-top:auto;border-top:3px solid;border-image:linear-gradient(90deg,transparent,var(--gold-500),var(--gold-400),var(--gold-500),transparent) 1}.footer-grid.svelte-12qhfyh{display:grid;grid-template-columns:1fr;gap:var(--s10);margin-bottom:var(--s12)}@media(min-width:640px){.footer-grid.svelte-12qhfyh{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.footer-grid.svelte-12qhfyh{grid-template-columns:2.2fr 1fr 1fr 1fr}}.footer-logo.svelte-12qhfyh{display:flex;align-items:center;gap:.625rem;font-family:var(--font-h);font-size:1.1rem;font-weight:700;color:#f5f0e8;margin-bottom:var(--s5)}.footer-logo.svelte-12qhfyh .logo-badge{width:38px;height:38px;border-radius:10px}.footer-logo.svelte-12qhfyh .logo-badge img{width:32px;height:32px}.footer-desc.svelte-12qhfyh{color:#ffffffe0;font-size:var(--text-sm);line-height:1.75;margin-bottom:var(--s5);max-width:340px}.footer-contact-info.svelte-12qhfyh{display:flex;flex-direction:column;gap:var(--s2)}.footer-contact-info.svelte-12qhfyh span:where(.svelte-12qhfyh){display:flex;align-items:flex-start;gap:var(--s2);color:#ffffffe0;font-size:var(--text-xs);line-height:1.5}.footer-contact-info.svelte-12qhfyh svg:where(.svelte-12qhfyh){flex-shrink:0;margin-top:1px;color:var(--gold-on-deep)}.footer-links-col.svelte-12qhfyh h4:where(.svelte-12qhfyh){color:var(--gold-on-deep);font-size:var(--text-xs);font-weight:700;text-transform:uppercase;letter-spacing:.1em;margin-bottom:var(--s5);font-family:var(--font-b)}.footer-links-col.svelte-12qhfyh ul:where(.svelte-12qhfyh){display:flex;flex-direction:column;gap:var(--s3)}.footer-links-col.svelte-12qhfyh li:where(.svelte-12qhfyh),.footer-links-col.svelte-12qhfyh a:where(.svelte-12qhfyh){color:#ffffffe0;font-size:var(--text-sm);transition:color .15s ease}.footer-links-col.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{color:var(--gold-on-deep)}.footer-bottom.svelte-12qhfyh{border-top:1px solid rgba(255,255,255,.07);padding-top:var(--s8);display:flex;flex-direction:column;gap:var(--s3);font-size:var(--text-xs);color:#ffffffe0}@media(min-width:768px){.footer-bottom.svelte-12qhfyh{flex-direction:row;justify-content:space-between;align-items:center}}.footer-bottom.svelte-12qhfyh a:where(.svelte-12qhfyh){color:#ffffffe0;transition:color .15s ease}.footer-bottom.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{color:var(--gold-on-deep)}
