.hero-section{position:relative;display:flex;align-items:center;min-height:90vh;margin-top:calc(-1 * var(--navbar-height));background-size:cover;background-position:center;background-repeat:no-repeat;overflow:hidden}.hero-section__overlay{position:absolute;inset:0;background:linear-gradient(to right,#00000080,#0003 70%,#00000014)}.hero-section__content{position:relative;z-index:1;width:100%;display:flex;flex-direction:column;align-items:flex-start;gap:var(--space-lg);padding-top:calc(var(--space-3xl) + var(--navbar-height));padding-bottom:var(--space-3xl)}.hero-section__title{font-size:var(--font-size-hero-title);font-weight:var(--font-weight-bold);color:var(--brand-white);line-height:1.1}.hero-section__subtitle{font-size:var(--font-size-h4);font-weight:var(--font-weight-normal);color:#ffffffd9}@media (max-width: 1050px){.hero-section{min-height:100svh;background-position:60% center;align-items:center}.hero-section__overlay{background:#00000073}.hero-section__content{padding-top:0;padding-bottom:var(--space-3xl);align-items:center;text-align:center}.hero-section__content .cta-group{flex-direction:row;justify-content:center}}.discovery-section{background:var(--bg-muted)}.discovery-section__left{display:flex;flex-direction:column;gap:var(--space-md);text-align:left}.discovery-section__subtitle{font-size:var(--font-size-h1);color:var(--brand-black);margin-bottom:var(--space-lg);line-height:1.3}.discovery-section__description{margin-bottom:var(--space-md);font-size:var(--font-size-body);line-height:var(--line-height-body);color:var(--gray-800)}.discovery-section__image{width:100%;height:100%;object-fit:cover;object-position:center;transform:scale(1.5)}.discovery-section__right{overflow:hidden}.discovery-section__read-more{font-size:var(--font-size-small);font-weight:var(--font-weight-medium);transition:color .2s ease}.discovery-section__read-more:hover{color:var(--brand-blue-dark)}.discovery-section__cta{display:inline-block;margin-top:var(--space-sm);padding:var(--space-sm) var(--space-lg);border-radius:var(--radius-md);background:var(--brand-blue);color:var(--brand-white);text-decoration:none;font-weight:var(--font-weight-semibold);font-size:var(--font-size-body);transition:background .2s ease,transform .2s ease;width:fit-content;align-self:flex-start}.discovery-section__cta:hover{background:var(--brand-blue-dark);transform:translateY(-2px)}.discovery-section__cta:active{transform:translateY(0)}@media (max-width: 1050px){.discovery-section .two-col{flex-direction:column}.discovery-section .two-col__left,.discovery-section .two-col__right{width:100%}.discovery-section .two-col__right{order:2}.discovery-section .two-col__left{order:1}.discovery-section__image{width:100%;max-height:280px;object-fit:cover;display:block;border-radius:var(--radius-md)}.discovery-section__subtitle{text-align:center}.discovery-section__left .cta-group{flex-direction:row;align-items:center;justify-content:flex-start}}.services-section{background-color:var(--bg-white)}.services-section__header{text-align:center;margin-bottom:var(--space-xl);display:flex;flex-direction:column;align-items:center}.services-section__heading{font-size:var(--font-size-h1);color:var(--brand-black);line-height:1.3;margin-top:var(--space-xs)}.services-section__grid{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-xl)}.services-section__card{display:flex;flex-direction:column;background-color:var(--bg-muted);padding:var(--space-md);border:1px solid var(--gray-200)}.services-section__image{width:100%;aspect-ratio:16 / 9;background-size:cover;background-position:center;background-repeat:no-repeat}.services-section__body{display:flex;flex-direction:column;gap:var(--space-md);padding:var(--space-lg) 0 0;flex:1}.services-section__title{font-size:var(--font-size-h3);color:var(--brand-black);line-height:1.3}.services-section__desc{font-size:var(--font-size-body);line-height:var(--line-height-body);color:var(--gray-800);flex:1}.services-section__body .cta-group{align-self:flex-start;margin-top:var(--space-sm)}.services-section__contact-link{font-size:var(--font-size-small);font-weight:var(--font-weight-medium);color:var(--text-link);transition:color .2s ease}.services-section__contact-link:hover{color:var(--brand-blue-dark)}.services-section__desc a{color:var(--text-link);text-decoration:none;transition:color .2s ease}.services-section__desc a:hover{color:var(--text-link-hover);text-decoration:none}.services-section__intl-note{margin-top:var(--space-xl);text-align:center;font-size:var(--font-size-body);color:var(--gray-600)}.services-section__intl-note a{color:var(--text-link);text-decoration:none;font-weight:var(--font-weight-semibold);transition:color .2s ease}.services-section__intl-note a:hover{color:var(--text-link-hover);text-decoration:none}@media (max-width: 1050px){.services-section__grid{grid-template-columns:1fr;gap:var(--space-xl)}.services-section__image{aspect-ratio:4 / 3}.services-section__body .cta-group{flex-direction:row;align-items:center}}.locations-section{background:var(--bg-muted)}.locations-section__header-section{display:flex;flex-direction:column;align-items:center;text-align:center;margin-bottom:var(--space-xl)}.locations-section__heading{font-size:var(--font-size-h1);color:var(--brand-black);line-height:1.3;margin-top:var(--space-xs)}.locations-section__grid{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-xl)}.locations-section__card{display:flex;flex-direction:column;border:1px solid var(--border-light);border-radius:var(--radius-md);overflow:hidden;background:var(--bg-white)}.locations-section__header{display:flex;align-items:flex-start;justify-content:space-between;padding:var(--space-md) var(--space-lg);gap:var(--space-md)}.locations-section__name{font-size:var(--font-size-h5);font-weight:var(--font-weight-semibold);color:var(--text-primary);margin:0 0 4px;line-height:1.3}.locations-section__address{font-size:var(--font-size-small);color:var(--text-secondary);margin:0}.locations-section__code{font-size:var(--font-size-small);font-weight:var(--font-weight-bold);color:var(--brand-blue);background:var(--brand-blue-light);padding:4px 10px;border-radius:var(--radius-sm);white-space:nowrap;flex-shrink:0}.locations-section__map{height:300px;flex-shrink:0}.locations-section__map iframe{width:100%;height:100%;display:block;border:0}.locations-section__directions{display:block;padding:var(--space-sm) var(--space-lg);font-size:var(--font-size-small);font-weight:var(--font-weight-medium);color:var(--brand-blue);text-decoration:none;border-top:1px solid var(--border-light);transition:background .15s ease}.locations-section__directions:hover{background:var(--bg-muted)}@media (max-width: 1050px){.locations-section__grid{grid-template-columns:1fr}.locations-section__map{height:320px}.locations-section__info{flex-direction:column;align-items:stretch;gap:var(--space-sm)}.locations-section__info-main{flex-direction:column;align-items:flex-start;gap:var(--space-xxs)}.locations-section__directions{display:block;text-align:center;padding:var(--space-xs) 0;border:1px solid var(--brand-blue);border-radius:var(--radius-sm)}}.stats-row{position:relative;background-size:cover;background-position:center;background-repeat:no-repeat;padding:var(--space-xl) 0}.stats-row:before{content:"";position:absolute;inset:0;background:#0000008c}.stats-row__container{position:relative;z-index:1;display:flex;justify-content:center;gap:var(--space-4xl)}.stats-row__item{display:flex;flex-direction:column;align-items:center;text-align:center;padding-right:var(--space-4xl);border-right:1px solid rgba(255,255,255,.3)}.stats-row__item:last-child{padding-right:0;border-right:none}.stats-row__number{font-size:var(--font-size-h2);font-weight:var(--font-weight-bold);color:var(--brand-white);line-height:1;text-shadow:0 2px 4px rgba(0,0,0,.15)}.stats-row__label{font-size:var(--font-size-small);color:#ffffffe6;margin-top:var(--space-xs);text-transform:uppercase;letter-spacing:.1em}@media (max-width: 1050px){.stats-row__container{flex-direction:column;gap:var(--space-lg);padding:0 var(--space-sm)}.stats-row__item{padding-right:0;border-right:none;padding-bottom:var(--space-lg);border-bottom:1px solid rgba(255,255,255,.3)}.stats-row__item:last-child{padding-bottom:0;border-bottom:none}}.cf-wrapper{background:var(--bg-contrast);padding:var(--space-xxl) 0}.cf-wrapper--inline{background:none;padding:0}.cf,.cf__row{display:flex;flex-direction:column;gap:var(--space-lg)}.cf__field{display:flex;flex-direction:column;gap:var(--space-xs)}.cf__field label,.cf__checkbox{font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:#ffffffb3}.cf__required{color:#fca5a5}.cf input:not([type=checkbox]),.cf textarea,.cf select{background:var(--gray-100);border:1px solid var(--border-light);border-radius:var(--radius-sm);color:var(--text-primary);font-family:inherit;font-size:var(--font-size-body);padding:var(--space-sm) var(--space-md);transition:border-color .2s ease,box-shadow .2s ease;width:100%}.cf input:not([type=checkbox])::placeholder,.cf textarea::placeholder{color:var(--gray-400)}.cf input:not([type=checkbox]):focus,.cf textarea:focus,.cf select:focus{outline:none;border-color:var(--brand-blue);box-shadow:0 0 0 3px #06418426}.cf textarea{resize:vertical;min-height:140px;line-height:var(--line-height-body)}.cf select{cursor:pointer}.cf__checkbox{display:flex;align-items:flex-start;gap:var(--space-xs);cursor:pointer}.cf__checkbox input[type=checkbox]{margin-top:2px;accent-color:var(--brand-red);width:15px;height:15px;flex-shrink:0}.cf__footer{display:flex;align-items:center;gap:var(--space-lg);flex-wrap:wrap}.cf__status{font-size:var(--font-size-body);margin:0}.cf__status--success{color:#86efac}.cf__status--error{color:#fca5a5}.cf-wrapper--light{background:none;padding:0;border-radius:var(--radius-md)}.cf-wrapper--light .cf__field label,.cf-wrapper--light .cf__checkbox{color:var(--text-secondary)}.cf-wrapper--light .cf__required{color:var(--brand-red)}.cf-wrapper--light .cf__status--success{color:#16a34a}.cf-wrapper--light .cf__status--error{color:var(--brand-red)}@media (max-width: 1050px){.cf-wrapper{padding:var(--space-xl) var(--space-lg)}}.home-contact{background:var(--bg-contrast);color:var(--brand-white)}.home-contact .home-contact__label{color:#fffc}.home-contact__header{display:flex;flex-direction:column;align-items:center;text-align:center;margin-bottom:var(--space-xl)}.home-contact__title{font-size:var(--font-size-h1);line-height:1.3;color:var(--brand-white);margin-top:var(--space-xs)}.home-contact__footer-link{display:flex;justify-content:flex-end;margin-top:var(--space-lg)}.home-contact__full-link{color:#fff9;font-size:var(--font-size-body);text-decoration:none;transition:color .2s ease}.home-contact__full-link:hover{color:var(--brand-white)}.news-events{background:var(--brand-white)}.news-events__grid{display:grid;grid-template-columns:2fr 1fr;gap:var(--space-3xl);align-items:start}.news-events__col-header{display:flex;align-items:baseline;justify-content:space-between;gap:var(--space-md);margin-bottom:var(--space-lg);padding-bottom:var(--space-xs);border-bottom:2px solid var(--brand-red)}.news-events__col-title{font-size:var(--font-size-h2);font-weight:var(--font-weight-bold);color:var(--brand-black);line-height:1}.news-events__col-link{font-size:var(--font-size-small);font-weight:var(--font-weight-medium);color:var(--brand-blue);white-space:nowrap;flex-shrink:0;transition:color .2s ease}.news-events__col-link:hover{color:var(--brand-blue-dark)}.news-events__events-list{display:flex;flex-direction:column;gap:var(--space-lg)}.news-events__event-card{display:flex;flex-direction:row;gap:var(--space-md);padding-bottom:var(--space-lg);border-bottom:1px solid var(--gray-200)}.news-events__event-card:last-child{padding-bottom:0;border-bottom:none}.news-events__event-img{width:160px;flex-shrink:0;object-fit:cover;display:block;align-self:stretch}.news-events__event-body{display:flex;flex-direction:column;gap:var(--space-xs)}.news-events__event-meta{display:flex;align-items:center;gap:var(--space-sm)}.news-events__event-title{font-size:var(--font-size-h5);font-weight:var(--font-weight-semibold);color:var(--brand-black);line-height:1.3}.news-events__event-desc{font-size:var(--font-size-small);color:var(--gray-700);line-height:var(--line-height-body)}.news-events__date{font-size:var(--font-size-small);font-weight:var(--font-weight-medium);color:var(--brand-blue);text-transform:uppercase;letter-spacing:.05em}.news-events__location{font-size:var(--font-size-small);color:var(--gray-500);padding-left:var(--space-sm);border-left:1px solid var(--gray-300)}.news-events__news-list{display:flex;flex-direction:column}.news-events__news-item{display:flex;flex-direction:column;gap:var(--space-xxs);padding:var(--space-md) 0;border-bottom:1px solid var(--gray-200)}.news-events__news-item:first-child{padding-top:0}.news-events__news-item:last-child{border-bottom:none}.news-events__news-title{font-size:var(--font-size-body);font-weight:var(--font-weight-semibold);color:var(--brand-black);line-height:1.4;margin-top:var(--space-xxs)}.news-events__news-desc{font-size:var(--font-size-small);color:var(--gray-600);line-height:var(--line-height-body)}.news-events__empty{display:flex;flex-direction:column;gap:var(--space-xs);padding:var(--space-xl) 0}.news-events__empty-text{font-size:var(--font-size-body);font-weight:var(--font-weight-medium);color:var(--gray-600)}.news-events__empty-sub{font-size:var(--font-size-small);color:var(--gray-400)}@keyframes news-events-shimmer{0%{background-position:-400px 0}to{background-position:400px 0}}.news-events__skeleton{background:linear-gradient(90deg,var(--gray-200) 25%,var(--gray-100) 50%,var(--gray-200) 75%);background-size:800px 100%;animation:news-events-shimmer 1.4s infinite linear;border-radius:2px}.news-events__skeleton-card{pointer-events:none}.news-events__skeleton--img{width:160px;flex-shrink:0;align-self:stretch;min-height:100px}.news-events__skeleton--title{height:18px;width:75%}.news-events__skeleton--meta{height:12px;width:45%}.news-events__skeleton--line{height:12px;width:100%}.news-events__skeleton--line-short{width:60%}@media (max-width: 1050px){.news-events__grid{grid-template-columns:1fr;gap:var(--space-xl)}.news-events__col--news{order:1}.news-events__col--events{order:2}.news-events__event-card{flex-direction:column}.news-events__event-img{width:100%;height:180px}}:root{--space-xxs: .25rem;--space-xs: .5rem;--space-sm: 1rem;--space-md: 1.5rem;--space-lg: 2rem;--space-xl: 3rem;--space-xxl: 4rem;--space-3xl: 4.8rem;--space-4xl: 6rem;--space-5xl: 8rem;--brand-red: #ED1B24;--brand-red-dark: #870D15;--brand-red-light: #FDEBEC;--brand-blue: #064184;--brand-blue-dark: #0B3D89;--brand-blue-light: #BBDEFB;--brand-black: #000000;--brand-white: #FFFFFF;--gradient-red-blue: linear-gradient( 135deg, var(--brand-red) 0%, var(--brand-blue) 100% );--gradient-warm: linear-gradient(89.98deg, #fccc38 -23.32%, #f5333f 75.34%);--gradient-cool: linear-gradient(89deg, #298dda -23.32%, #d73184 75.34%);--gray-900: #1A1A1A;--gray-800: #2E3237;--gray-700: #4A4F57;--gray-600: #6C727A;--gray-500: #8A9099;--gray-400: #C0C4CC;--gray-300: #D0D4DA;--gray-200: #E6E8EB;--gray-100: #F7F8FA;--gray-50: #FCFCFD;--bg-white: var(--brand-white);--bg-muted: #f5f5f5;--bg-subtle: var(--gray-50);--bg-contrast: #101316;--bg-dark-card: var(--gray-900);--text-primary: var(--gray-900);--text-secondary: var(--gray-700);--text-muted: var(--gray-600);--text-inverse: var(--brand-white);--text-on-dark: #B0B4BA;--text-link: #1a6fd4;--text-link-hover: var(--brand-blue);--text-link-on-dark: #60aff5;--text-link-on-dark-hover: #90caf5;--border-light: var(--gray-300);--border-default: var(--gray-400);--border-dark: var(--gray-600);--radius-sm: 4px;--radius-md: 8px;--radius-lg: 12px;--success: #2E7D32;--warning: #ED6C02;--error: var(--brand-red);--info: var(--brand-blue);--warning-bg: #fff3cd;--warning-border: #ffc107;--warning-text: #856404;--warning-dark-bg: #2a1f00;--warning-dark-border: #7a5c00;--warning-dark-text: #e8c84a;--navbar-height: 96px}*,*:before,*:after{box-sizing:border-box}a{text-decoration:none}a:not(.btn):hover{text-decoration:underline;text-underline-offset:3px}img,video,svg{max-width:100%;height:auto}html{font-size:18px;scrollbar-width:thin;scrollbar-color:var(--brand-red) var(--gray-200)}html::-webkit-scrollbar{width:10px}html::-webkit-scrollbar-track{background:var(--gray-200)}html::-webkit-scrollbar-thumb{background:var(--brand-red);border-radius:5px}html::-webkit-scrollbar-thumb:hover{background:var(--brand-red-dark)}html{overflow-x:clip}body{margin:0;overflow-x:clip;background-color:var(--brand-white)}.navbar-spacer{height:var(--navbar-height)}ul{list-style:none;font-family:inherit}li{font-family:inherit}.container{max-width:1360px;margin:0 auto;padding:0 var(--space-xxl)}.section{padding:var(--space-3xl) 0}.section-divider{height:2px;margin:var(--space-xl) auto;width:61.8%;border-radius:5px;border:var(--border-light)}.section-divider.cool{border:none;background:var(--gradient-cool)}.section-divider.warm{border:none;background:var(--gradient-warm)}.section-label{display:flex;align-items:center;gap:var(--space-sm);font-size:var(--font-size-h6);font-weight:var(--font-weight-bold);text-transform:uppercase;letter-spacing:.08em;color:var(--brand-black);margin-bottom:var(--space-xs)}.section-label:before,.section-label:after{content:"";display:inline-block;width:40px;height:2px;background:var(--brand-red);border-radius:1px;flex-shrink:0}.card-shadow,.card-shadow-hover{position:relative;box-shadow:0 2px 4px #0000000f,0 8px 24px #00000014;transition:box-shadow .2s ease,transform .2s ease,border-color .2s ease}.card-shadow-hover:hover{box-shadow:0 4px 8px #00000014,0 12px 32px #0000001f;transform:translateY(-2px)}.card-shadow p,.card-shadow li,.card-shadow td{transition:color .2s ease}.card-shadow:hover p,.card-shadow:hover li,.card-shadow:hover td{color:var(--text-primary)}.cta-group{display:flex;align-items:center;gap:var(--space-md);flex-wrap:wrap}button{font-family:inherit}.btn{padding:var(--space-xs) var(--space-sm);border:2px solid transparent;cursor:pointer;font-weight:var(--font-weight-bold);transition:background-color .2s ease;width:fit-content;font-family:inherit;font-size:var(--font-size-small)}.btn--primary{background-color:var(--brand-red);color:var(--brand-white)}.btn--primary:hover{background-color:var(--brand-red-dark)}.btn--secondary{background-color:var(--brand-white);color:var(--brand-black );border:1px solid var(--brand-black)}.btn--secondary:hover{background-color:var(--brand-blue-light)}.btn--ghost{background-color:var(--brand-black);color:var(--brand-white);border:2px solid var(--brand-black)}.btn--ghost:hover{background-color:transparent;color:var(--brand-white);border-color:var(--brand-white)}.btn--ghost-inverse{background-color:var(--brand-white);color:var(--brand-black);border:2px solid transparent}.btn--ghost-inverse:hover{background-color:transparent;color:var(--brand-white);border-color:var(--brand-white)}.btn--white{background-color:var(--brand-white);color:var(--brand-black)}.btn--white:hover{background-color:transparent;color:var(--brand-white);border-color:var(--brand-white)}.btn--red{background-color:var(--brand-red);color:var(--brand-white)}.btn--red:hover{background-color:var(--brand-red-dark)}a.text-link{color:var(--text-link);text-decoration:none;font-weight:var(--font-weight-semibold);transition:color .2s ease}a.text-link:hover{color:var(--text-link-hover)}a.text-link--on-dark{color:var(--text-link-on-dark);text-decoration:none;font-weight:var(--font-weight-semibold);transition:color .2s ease}a.text-link--on-dark:hover{color:var(--text-link-on-dark-hover)}.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}.skip-link{position:absolute;top:-100%;left:var(--space-sm);z-index:10000;padding:var(--space-xs) var(--space-sm);background:var(--brand-black);color:var(--brand-white);font-weight:var(--font-weight-bold);font-size:var(--font-size-small);border-radius:var(--radius-sm);text-decoration:none}.skip-link:focus{top:var(--space-xs)}.table{width:100%;border-collapse:collapse;text-align:left}.table th,.table td{padding:var(--space-xs) var(--space-sm);border-bottom:1px solid var(--border-light)}.table thead tr{background-color:#ebf5ff}.table th{text-transform:uppercase;font-size:var(--font-size-small);font-weight:var(--font-weight-bold);color:var(--brand-black);letter-spacing:.05em}.table .col-price{text-align:right;font-variant-numeric:tabular-nums}.table .col-center{text-align:center}.badge-check,.badge-x{display:inline-flex;align-items:center;justify-content:center;width:1.5rem;height:1.5rem;border-radius:50%;font-size:.75rem;font-weight:700;line-height:1;flex-shrink:0;color:var(--brand-white)}.badge-check{background-color:#388e3c}.badge-x{background-color:#c0392b}@media (max-width: 1050px){html,body{overflow-x:clip;max-width:100%}body{font-size:var(--font-size-body)}.container{padding:0 var(--space-md)}.cta-group{justify-content:center;flex-direction:column;gap:var(--space-md)}.section-label{justify-content:center;text-align:center}}:root{--font-size-h1: 2.5rem;--font-size-h2: 2rem;--font-size-h3: 1.5rem;--font-size-h4: 1.25rem;--font-size-h5: 1.125rem;--font-size-h6: 1rem;--font-size-body: 1rem;--font-size-small: .875rem;--font-size-tiny: .75rem;--font-size-hero-title: 4.5rem;--line-height-heading: 1.1;--line-height-body: 1.6;--line-height-relaxed: 1.8;--font-weight-normal: 400;--font-weight-medium: 500;--font-weight-semibold: 600;--font-weight-bold: 700;--letter-spacing-tight: -.03em;--letter-spacing-normal: 0;--letter-spacing-wide: .02em}body{font-family:Barlow,system-ui,Avenir,Helvetica,Arial,sans-serif;font-size:var(--font-size-body);line-height:var(--line-height-body);color:var(--text-primary);font-weight:var(--font-weight-normal)}h1,h2,h3,h4,h5,h6{font-weight:var(--font-weight-bold);line-height:var(--line-height-heading);color:var(--text-primary);margin-top:0;margin-bottom:var(--space-md);letter-spacing:var(--letter-spacing-tight)}h1{font-size:var(--font-size-h1);margin-bottom:var(--space-lg)}h2{font-size:var(--font-size-h2);margin-bottom:var(--space-lg)}h3{font-size:var(--font-size-h3)}h4{font-size:var(--font-size-h4)}h5{font-size:var(--font-size-h5);font-weight:var(--font-weight-semibold)}h6{font-size:var(--font-size-h6);font-weight:var(--font-weight-semibold);text-transform:uppercase;letter-spacing:var(--letter-spacing-wide)}p{margin-top:0;margin-bottom:var(--space-md)}p:last-child{margin-bottom:0}a{color:var(--text-link);text-decoration:none;transition:color .2s ease}ul,ol{margin-top:0;margin-bottom:var(--space-md);padding-left:var(--space-lg)}li{margin-bottom:var(--space-xs)}.text-small{font-size:var(--font-size-small);line-height:var(--line-height-body)}.text-tiny{font-size:var(--font-size-tiny);line-height:var(--line-height-body)}.text-secondary{color:var(--text-secondary)}.text-muted{color:var(--text-muted)}.text-center{text-align:center}.text-bold{font-weight:var(--font-weight-bold)}.text-semibold{font-weight:var(--font-weight-semibold)}.text-medium{font-weight:var(--font-weight-medium)}.lead{font-size:var(--font-size-h5);line-height:var(--line-height-relaxed);color:var(--text-secondary);margin-bottom:var(--space-lg)}blockquote{margin:var(--space-lg) 0;padding-left:var(--space-lg);border-left:4px solid var(--brand-red);font-size:var(--font-size-h5);font-style:italic;color:var(--text-secondary)}code{font-family:Courier New,monospace;font-size:.9em;padding:.125rem var(--space-xxs);background-color:var(--gray-100);border-radius:var(--radius-sm)}pre{background-color:var(--gray-100);padding:var(--space-md);border-radius:var(--radius-sm);overflow-x:auto;margin:var(--space-md) 0}pre code{padding:0;background-color:transparent}hr{border:none;border-top:1px solid var(--gray-300);margin:var(--space-xl) 0}strong,b{font-weight:var(--font-weight-bold)}em,i{font-style:italic}@media (max-width: 1050px){:root{--font-size-hero-title: 2.75rem;--font-size-h1: 1.875rem;--font-size-h2: 1.5rem;--font-size-h3: 1.25rem;--font-size-h4: 1.125rem}}.two-col{display:flex;align-items:center;gap:var(--space-5xl)}.two-col__left,.two-col__right{flex:1}.two-col__right img{width:100%;height:auto;display:block}.img-split{display:flex;align-items:stretch;min-height:480px;padding:var(--space-3xl) 0}.img-split__left{flex:0 0 50%;overflow:hidden}.img-split__left img{width:100%;height:100%;object-fit:cover;display:block}.img-split__right{flex:1;display:flex;flex-direction:column;gap:var(--space-md);justify-content:center;padding:var(--space-3xl) var(--space-xxl) var(--space-3xl) var(--space-5xl)}.img-split--reverse{flex-direction:row-reverse}.img-split--reverse .img-split__right{padding:var(--space-3xl) var(--space-5xl) var(--space-3xl) var(--space-xxl)}.centered-block{text-align:center;max-width:720px;margin:0 auto;display:flex;flex-direction:column;gap:var(--space-md);align-items:center}.card-row{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--space-lg)}.card-row--2{grid-template-columns:repeat(2,1fr)}.card-row--4{grid-template-columns:repeat(4,1fr)}.stat-bar{display:flex;justify-content:space-around;gap:var(--space-xl);text-align:center}.stat-bar__item{display:flex;flex-direction:column;gap:var(--space-xs)}.stat-bar__number{font-size:var(--font-size-h1);font-weight:var(--font-weight-bold);line-height:1}.stat-bar__label{font-size:var(--font-size-body);color:var(--text-secondary)}.cta-banner{text-align:center;display:flex;flex-direction:column;align-items:center;gap:var(--space-md);padding:var(--space-3xl) var(--space-md)}.cta-banner__title{font-size:var(--font-size-h2);line-height:1.3}.cta-banner__subtitle{font-size:var(--font-size-body);max-width:600px;color:inherit;opacity:.85}@media (max-width: 1050px){.two-col{flex-direction:column;gap:var(--space-lg)}.two-col__left{text-align:left}.img-split{flex-direction:column;min-height:unset}.img-split__left{flex:0 0 auto;height:280px}.img-split__right{padding:var(--space-xl) var(--space-md)}.card-row,.card-row--4,.card-row--2{grid-template-columns:1fr}.stat-bar{flex-direction:column;gap:var(--space-lg)}}.navbar a:hover{text-decoration:none}.navbar{position:fixed;top:0;left:0;width:100%;z-index:1000;transition:transform .3s ease,opacity .3s ease,background-color .3s ease,box-shadow .3s ease;background-color:#fff;box-shadow:0 2px 8px #00000014}.navbar-hidden{transform:translateY(-100%);opacity:0}.navbar-visible{transform:translateY(0);opacity:1}.navbar-container{max-width:1360px;margin:0 auto;width:100%;display:flex;justify-content:space-between;align-items:center;padding:var(--space-sm) var(--space-xl);transition:padding .3s ease}.navbar-logo{margin-left:2rem;margin-top:-1rem;margin-bottom:-1rem;flex-shrink:0}.navbar-logo a{font-size:var(--font-size-h3);font-weight:var(--font-weight-bold);color:var(--brand-black);text-decoration:none;display:block}.navbar-img{height:60px!important;width:150px!important;max-width:none;display:block;transition:none}.navbar-links{display:flex;flex:1;gap:var(--space-lg);list-style:none;margin:0;padding:0;align-items:center;padding-left:var(--space-lg)}.navbar-links li{position:relative;display:flex;align-items:center;width:fit-content;justify-content:center;margin:0}.navbar-links>li:not(:last-child):after{content:"";position:absolute;right:calc(var(--space-lg) * -.5);top:50%;transform:translateY(-50%);width:1px;height:18px;background-color:var(--gray-400)}.navbar--transparent .navbar-links>li:not(:last-child):after{background-color:#ffffff40}.navbar-links a,.dropdown-toggle{color:var(--brand-black);text-decoration:none;font-weight:var(--font-weight-medium);transition:color .2s ease;background:none;border:none;font-size:1.125rem;cursor:pointer;font-family:inherit;padding:0;line-height:1.5;vertical-align:middle}.dropdown-toggle{display:inline-flex;align-items:center;gap:4px}.navbar-links a:hover,.dropdown-toggle:hover{color:var(--brand-red)}.nav-link--active,.nav-link--active.dropdown-toggle{color:var(--brand-red)!important}.dropdown{position:relative}.dropdown-menu{position:absolute;top:100%;left:0;margin-top:var(--space-xs);background-color:var(--brand-white);border-radius:var(--radius-sm);box-shadow:0 4px 12px #00000026;list-style:none;padding:var(--space-xs) 0;min-width:200px;z-index:100;opacity:0;visibility:hidden;transform:translateY(-4px);transition:opacity .2s ease,visibility .2s ease,transform .2s ease}.dropdown:hover .dropdown-menu{opacity:1;visibility:visible;transform:translateY(0)}.dropdown:hover .dropdown-caret{transform:rotate(180deg)}.dropdown-menu li{padding:0;width:100%}.dropdown-menu a{display:flex;align-items:center;gap:.6rem;padding:.75rem 1.25rem;color:var(--brand-black);text-decoration:none;transition:background-color .2s ease,color .2s ease;width:100%}.dropdown-menu a:hover{background-color:var(--bg-muted);color:var(--brand-red)}.dropdown-menu__icon{width:16px;height:16px;flex-shrink:0;color:var(--gray-600);transition:color .2s ease}.dropdown-menu__icon svg{width:100%;height:100%;display:block}.dropdown-menu a:hover .dropdown-menu__icon{color:var(--brand-red)}.dropdown-caret{display:inline-block;font-size:var(--font-size-tiny);transition:transform .2s ease}.dropdown-toggle--open .dropdown-caret{transform:rotate(180deg)}.navbar-actions{display:flex;align-items:center;gap:var(--space-xs);margin-left:auto;flex-shrink:0}.navbar-contact-link{display:inline-block;background-color:var(--brand-red);color:#fff;text-decoration:none;font-weight:var(--font-weight-semibold);font-size:1rem;padding:.45rem 1.25rem;border-radius:var(--radius-sm);transition:background-color .2s ease;white-space:nowrap}.navbar-contact-link:hover{background-color:var(--brand-red-dark);color:#fff}.navbar-socials{display:flex;flex-direction:column;align-items:center;gap:2px}.navbar-social-icon{width:20px;height:20px;color:var(--gray-600);transition:color .2s ease}.navbar-socials a:hover .navbar-social-icon{color:var(--brand-red)}.navbar--transparent{background-color:transparent;box-shadow:none}.navbar--transparent .navbar-links>li>a,.navbar--transparent .dropdown-toggle{color:var(--brand-white)}.navbar--transparent .navbar-contact-link{background-color:#ffffff26;color:var(--brand-white);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.navbar--transparent .navbar-contact-link:hover{background-color:#ffffff40;color:var(--brand-white)}.navbar--transparent .navbar-social-icon{color:#fffc}.navbar--transparent .navbar-socials a:hover .navbar-social-icon{color:var(--brand-white)}.navbar--transparent .navbar-links>li>a:hover,.navbar--transparent .dropdown-toggle:hover{color:#ffffffb3}.navbar--transparent .nav-link--active,.navbar--transparent .nav-link--active.dropdown-toggle{color:var(--brand-white)!important}.navbar--transparent .navbar-hamburger__line{background:var(--brand-white)}.navbar--transparent .dropdown-menu{background:#0f0f0fe0;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.08);box-shadow:0 8px 24px #00000059}.navbar--transparent .dropdown-menu a{color:#ffffffd9}.navbar--transparent .dropdown-menu a:hover{background-color:#ffffff12;color:var(--brand-white)}.navbar--transparent .dropdown-menu__icon{color:#ffffff80}.navbar--transparent .dropdown-menu a:hover .dropdown-menu__icon{color:#ffffffe6}.navbar-hamburger{display:none;background:none;border:none;cursor:pointer;padding:6px;flex-direction:column;justify-content:center;gap:5px;z-index:1100}.navbar-hamburger__line{display:block;width:24px;height:2px;background:var(--brand-black);border-radius:2px;transition:transform .3s ease,opacity .3s ease}.navbar-hamburger--open .navbar-hamburger__line:nth-child(1){transform:translateY(7px) rotate(45deg)}.navbar-hamburger--open .navbar-hamburger__line:nth-child(2){transform:scaleX(0);opacity:0}.navbar-hamburger--open .navbar-hamburger__line:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.navbar-overlay,.navbar-mobile{display:none}@media (max-width: 1050px){.navbar-container{margin:0;padding:var(--space-sm) var(--space-md)}.navbar-logo{margin-left:0}.navbar-links,.navbar-actions{display:none}.navbar-hamburger{display:flex}.navbar--shrunk .navbar-container{padding:var(--space-xs) var(--space-sm) var(--space-sm)}.navbar-mobile{display:flex;flex-direction:column;align-items:flex-start;position:fixed;top:var(--navbar-height, 60px);left:0;right:0;bottom:0;background:var(--brand-white);z-index:999;padding:var(--space-xl);transform:translate(-100%);transition:transform .3s ease;overflow-y:auto}.navbar-mobile--open{transform:translate(0)}.navbar-mobile__links{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;align-items:flex-start;gap:var(--space-sm);width:100%}.navbar-mobile__links li a{display:block;padding:var(--space-xs) 0;font-size:var(--font-size-h3);font-weight:var(--font-weight-semibold);color:var(--brand-black);text-decoration:none;transition:color .2s ease}.navbar-mobile__links li a:hover{color:var(--brand-red)}.navbar-mobile__expand-row{display:flex;align-items:center;gap:var(--space-xs)}.navbar-mobile__expand-btn{background:none;border:none;cursor:pointer;padding:4px;color:var(--gray-600);transition:transform .2s ease,color .2s ease;display:flex;align-items:center}.navbar-mobile__expand-btn svg{width:20px;height:20px}.navbar-mobile__expand-btn--open{transform:rotate(90deg);color:var(--brand-red)}.navbar-mobile__submenu{list-style:none;padding:0;margin:var(--space-xs) 0 0;padding-left:var(--space-md);display:flex;flex-direction:column;align-items:flex-start;gap:2px}.navbar-mobile__submenu li a{display:flex;align-items:center;gap:var(--space-xs);padding:var(--space-xxs) 0;font-size:var(--font-size-body);font-weight:var(--font-weight-medium);color:var(--gray-700);text-decoration:none;transition:color .2s ease}.navbar-mobile__submenu-icon{width:16px;height:16px;flex-shrink:0;display:flex;align-items:center}.navbar-mobile__submenu-icon svg{width:100%;height:100%}.navbar-mobile__submenu li a:hover{color:var(--brand-red)}.navbar-mobile__contact{display:flex;flex-direction:column;align-items:flex-start;gap:var(--space-xs);margin-top:var(--space-xl);width:100%}.navbar-mobile__contact-item{display:flex;align-items:center;gap:var(--space-xs);color:var(--gray-700);text-decoration:none;font-size:var(--font-size-small);transition:color .2s ease}.navbar-mobile__contact-item:hover{color:var(--brand-red)}.navbar-mobile__contact-item svg{width:18px;height:18px;flex-shrink:0}.navbar-mobile__socials{display:flex;gap:var(--space-md);margin-top:var(--space-md)}.navbar-mobile__socials .navbar-social-icon{width:24px;height:24px;color:var(--gray-600)}.navbar-mobile__socials a:hover .navbar-social-icon{color:var(--brand-red)}}.site-footer{background:var(--brand-black);color:#e0e0e0;padding:var(--space-xl) var(--space-md) var(--space-lg)}.footer-columns{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:var(--space-xxl)}.footer-col:first-child{display:flex;flex-direction:column;align-items:flex-start}.footer-col ul{list-style:none;padding:0;margin:0}.footer-col li{margin-bottom:var(--space-xs);color:#bfbfbf}.footer-col li a{color:inherit;text-decoration:none}.footer-col li:hover{color:#fff}.footer-heading{font-size:var(--font-size-body);margin-bottom:.75rem;font-weight:var(--font-weight-semibold);color:var(--brand-white)}.footer-logo{font-size:1.4rem;font-weight:var(--font-weight-bold);margin-bottom:var(--space-xs);color:var(--brand-white);height:60px}.footer-tagline{font-size:.9rem;color:#bfbfbf;max-width:220px;margin-bottom:var(--space-sm)}.footer-contact-block{margin-top:var(--space-sm)}.footer-contact-item{display:block;margin:var(--space-xxs) 0;color:#bfbfbf}.footer-hours{margin-top:var(--space-sm)}.footer-hours h5{margin:0 0 var(--space-xxs) 0;font-size:.95rem;color:var(--brand-white)}.footer-hours p{margin:.15rem 0;font-size:.85rem;color:#bfbfbf}.footer-socials{display:flex;align-items:center;gap:var(--space-sm);margin-top:var(--space-sm)}.footer-social-icon{width:22px;height:22px;color:#bfbfbf;transition:color .2s ease}.footer-socials a:hover .footer-social-icon{color:var(--brand-white)}.footer-newsletter{max-width:600px;margin:0 auto;text-align:center;border-top:1px solid rgba(255,255,255,.15);margin-top:2.5rem;padding-top:var(--space-xl)}.footer-newsletter__heading{color:var(--brand-white);font-size:var(--font-size-h5);margin:0 0 var(--space-xxs) 0}.footer-newsletter__text{color:#bfbfbf;font-size:var(--font-size-small);margin:0 0 var(--space-md) 0}.footer-newsletter__form{display:flex;gap:var(--space-xs);justify-content:center}.footer-newsletter__input{flex:1;max-width:320px;padding:var(--space-xs) var(--space-sm);border:1px solid rgba(255,255,255,.2);border-radius:var(--radius-sm);background:#ffffff14;color:var(--brand-white);font-family:inherit;font-size:var(--font-size-small);transition:border-color .2s ease}.footer-newsletter__input::placeholder{color:#9e9e9e}.footer-newsletter__input:focus{outline:none;border-color:var(--brand-red)}.footer-newsletter__btn{padding:var(--space-xs) var(--space-md);background:var(--brand-red);color:var(--brand-white);border:none;border-radius:var(--radius-sm);font-family:inherit;font-size:var(--font-size-small);font-weight:var(--font-weight-semibold);cursor:pointer;transition:background-color .2s ease;white-space:nowrap}.footer-newsletter__btn:hover{background:var(--brand-red-dark)}.footer-newsletter__btn:disabled{opacity:.6;cursor:not-allowed}.footer-newsletter__msg{margin:var(--space-xs) 0 0;font-size:var(--font-size-small)}.footer-newsletter__msg--success{color:#34d399}.footer-newsletter__msg--error{color:#f87171}.footer-bottom{border-top:1px solid rgba(255,255,255,.15);margin-top:2.5rem;padding-top:var(--space-md);text-align:center;font-size:.85rem;color:#9e9e9e}@media (max-width: 1050px){.footer-newsletter__form{flex-direction:column;align-items:stretch}.footer-newsletter__input{max-width:none}}.banner{position:relative;width:100%;height:500px;overflow:hidden;background-size:110%;background-position:center;background-repeat:no-repeat}.banner:after{content:"";position:absolute;inset:0;background:linear-gradient(to right,#00000080,#0003 70%,#00000014);z-index:1}.banner__content{position:relative;z-index:2;max-width:1200px;margin:0 var(--space-xl);height:100%;display:flex;align-items:flex-end;justify-content:flex-start;padding-bottom:5%}.banner__title{font-size:5rem;font-weight:var(--font-weight-bold);color:var(--brand-white);margin:0;letter-spacing:var(--letter-spacing-tight)}@media (max-width: 1050px){.banner{height:250px}.banner__content{padding:var(--space-xs) var(--space-xs);margin:0 var(--space-sm)}.banner__title{font-size:var(--font-size-h1)}}.our-fleet{background-color:var(--bg-muted)}.our-fleet--alt{background-color:var(--bg-white)}.our-fleet__header{text-align:center;max-width:700px;margin:0 auto var(--space-xl) auto}.our-fleet__header .section-label{justify-content:center}.our-fleet__title{font-size:var(--font-size-h1);color:var(--brand-black);line-height:1.3;margin-top:-10px;margin-bottom:0}.our-fleet__grid{display:flex;flex-wrap:wrap;justify-content:center;gap:var(--space-lg)}.aircraft-card{flex:0 0 calc((100% - 2 * var(--space-lg)) / 3)}.aircraft-card{background-color:var(--bg-subtle);border-radius:var(--radius-sm);overflow:hidden;border:1px solid var(--border-light);cursor:pointer;height:450px;position:relative}.aircraft-card::-webkit-scrollbar{display:none}.aircraft-card.card-shadow{box-shadow:inset 0 0 0 1px var(--border-light),0 2px 4px #0000000f,0 8px 24px #00000014}.aircraft-card.card-shadow:hover{transform:none;box-shadow:0 4px 8px #00000014,0 12px 32px #0000001f}.aircraft-card__slider{width:100%;height:100%;position:relative;display:flex;flex-direction:column;transition:transform .5s ease}.aircraft-card--flipped .aircraft-card__slider{transform:translateY(calc(-100% + 80px))}.aircraft-card__front{width:100%;height:100%;display:flex;flex-direction:column}.aircraft-card__image-wrapper{width:100%;flex:1;overflow:hidden;background-color:var(--gray-200);position:relative}.aircraft-card__image{width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s ease}.aircraft-card:hover .aircraft-card__image{transform:scale(1.05)}.aircraft-card__badge{position:absolute;top:var(--space-sm);right:var(--space-sm);background-color:var(--brand-black);color:var(--brand-white);font-size:var(--font-size-small);font-weight:var(--font-weight-semibold);padding:var(--space-xxs) var(--space-sm);border-radius:var(--radius-sm)}.aircraft-card__name-section{padding:27px 18px;background-color:var(--bg-subtle);display:flex;justify-content:space-between;align-items:center}.aircraft-card__name{font-size:var(--font-size-h4);font-weight:var(--font-weight-bold);color:var(--text-primary);margin:0;transition:color .2s ease}.aircraft-card:hover .aircraft-card__name{color:var(--brand-blue)}.aircraft-card__rate{font-size:var(--font-size-body);font-weight:var(--font-weight-semibold);color:var(--brand-red);margin:0}.aircraft-card:hover .aircraft-card__rate{color:var(--brand-red)}.aircraft-card__back{width:100%;height:calc(100% - 80px);background-color:var(--bg-subtle);position:absolute;top:100%;left:0;overflow:hidden;display:flex;flex-direction:column}.aircraft-card__details{padding:var(--space-sm);padding-top:0;flex:1;min-height:0;overflow-y:auto;scrollbar-width:none}.aircraft-card__details::-webkit-scrollbar{display:none}.aircraft-card__type{font-size:var(--font-size-small);font-weight:var(--font-weight-semibold);color:var(--brand-blue);text-transform:uppercase;letter-spacing:.05em;margin-bottom:var(--space-xxs)}.aircraft-card__tail{font-size:var(--font-size-small);color:var(--text-muted);margin-bottom:var(--space-sm)}.aircraft-card__description{color:var(--text-secondary);line-height:var(--line-height-body);margin-bottom:var(--space-md)}.aircraft-card__features{display:flex;flex-wrap:wrap;gap:var(--space-xxs);list-style:none;padding:0;margin:0;margin-bottom:var(--space-sm)}.aircraft-card__feature-pill{font-size:.7rem;padding:2px 8px;background-color:var(--brand-blue-light);color:var(--brand-blue-dark);border-radius:var(--radius-lg);font-weight:var(--font-weight-medium)}.aircraft-card__btn-section{flex-shrink:0;padding:0 18px 18px}.aircraft-card__view-btn{display:block;width:100%;text-align:center;box-sizing:border-box}.aircraft-card--placeholder{cursor:default;border:1px dashed var(--gray-300);box-shadow:none;background-color:var(--gray-50)}.aircraft-card--placeholder.card-shadow,.aircraft-card--placeholder.card-shadow:hover{box-shadow:none;transform:none}.placeholder-card__icon-area{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:var(--space-sm);color:var(--gray-400)}.placeholder-card__icon{width:52px;height:52px}.placeholder-card__label{font-size:var(--font-size-small);font-weight:var(--font-weight-semibold);letter-spacing:.08em;text-transform:uppercase}.placeholder-card__dash{color:var(--gray-400)!important}@media (max-width: 1050px){.our-fleet__grid{gap:var(--space-md)}.aircraft-card{flex:0 0 100%}.our-fleet__header{margin-bottom:var(--space-xl);position:sticky;top:var(--navbar-height);background-color:var(--bg-muted);z-index:10;padding:var(--space-sm) 0;margin-left:calc(-1 * var(--space-md));margin-right:calc(-1 * var(--space-md));padding-left:var(--space-md);padding-right:var(--space-md)}.our-fleet--alt .our-fleet__header{background-color:var(--bg-white)}.aircraft-card{height:470px}}.meet-crew{background-color:var(--bg-muted)}.meet-crew--alt{background-color:var(--bg-white)}.meet-crew__header{text-align:center;max-width:700px;margin:0 auto var(--space-xl) auto}.meet-crew__header .section-label{justify-content:center}.meet-crew__title{font-size:var(--font-size-h1);color:var(--brand-black);line-height:1.3;margin-top:-10px;margin-bottom:0}.meet-crew__grid{display:flex;flex-wrap:wrap;justify-content:center;gap:var(--space-lg)}.crew-card{flex:0 0 calc((100% - 2 * var(--space-lg)) / 3)}.crew-card{background-color:var(--bg-subtle);border-radius:var(--radius-sm);overflow:hidden;border:1px solid var(--border-light);cursor:pointer;height:400px;position:relative}.crew-card::-webkit-scrollbar{display:none}.crew-card--placeholder{cursor:default;border:1px dashed var(--gray-300);box-shadow:none;background-color:var(--gray-50)}.crew-card--placeholder.card-shadow,.crew-card--placeholder.card-shadow:hover{box-shadow:none;transform:none}.crew-card.card-shadow{box-shadow:inset 0 0 0 1px var(--border-light),0 2px 4px #0000000f,0 8px 24px #00000014}.crew-card.card-shadow:hover{transform:none;box-shadow:0 4px 8px #00000014,0 12px 32px #0000001f}.crew-card__slider{width:100%;height:100%;position:relative;display:flex;flex-direction:column;transition:transform .5s ease}.crew-card--flipped .crew-card__slider{transform:translateY(calc(-100% + var(--peek-height, 110px)))}.crew-card__front{width:100%;height:100%;display:flex;flex-direction:column}.crew-card__image-wrapper{width:100%;flex:1;min-height:0;overflow:hidden;background-color:var(--gray-200)}.crew-card__image{width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s ease}.crew-card:hover .crew-card__image{transform:scale(1.05)}.crew-card__name-section{padding:var(--space-md);background-color:var(--bg-subtle)}.crew-card__name{font-size:var(--font-size-h4);font-weight:var(--font-weight-bold);color:var(--text-primary);margin:0;transition:color .2s ease}.crew-card:hover .crew-card__name{color:var(--brand-blue)}.crew-card__back{width:100%;height:calc(100% - var(--peek-height, 110px));background-color:var(--bg-subtle);position:absolute;top:100%;left:0;overflow-y:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;border-radius:0 0 var(--radius-sm) var(--radius-sm)}.crew-card__back::-webkit-scrollbar{display:none}.crew-card__details{padding:var(--space-md)}.crew-card__name-repeat{font-size:var(--font-size-h4);font-weight:var(--font-weight-bold);color:var(--text-primary);margin-bottom:var(--space-xs)}.crew-card__role{font-size:var(--font-size-small);font-weight:var(--font-weight-semibold);color:var(--brand-blue);text-transform:uppercase;letter-spacing:.05em;margin-bottom:var(--space-sm)}.crew-card__bio{color:var(--text-secondary);line-height:var(--line-height-body);margin-bottom:var(--space-md)}.crew-card__specialties{display:flex;flex-wrap:wrap;gap:var(--space-xs);list-style:none;padding:0;margin:0}.crew-card__specialty-pill{font-size:var(--font-size-small);padding:var(--space-xxs) var(--space-sm);background-color:var(--brand-blue-light);color:var(--brand-blue-dark);border-radius:var(--radius-lg);font-weight:var(--font-weight-medium)}.crew-card__scrollbar-track{position:absolute;top:calc(100% + 8px);right:6px;bottom:calc(-100% + var(--peek-height, 110px) + 8px);width:4px;z-index:2;opacity:0;transition:opacity .2s ease;pointer-events:none}.crew-card__scrollbar-thumb{width:100%;background-color:var(--gray-300);border-radius:4px;cursor:grab;transition:background-color .2s ease;pointer-events:auto}.crew-card__scrollbar-thumb:hover{background-color:var(--gray-400)}.crew-card__scrollbar-thumb:active{cursor:grabbing;background-color:var(--gray-400)}@media (max-width: 1050px){.meet-crew__grid{gap:var(--space-md)}.crew-card{flex:0 0 100%;height:450px}.meet-crew__header{margin-bottom:var(--space-xl);position:sticky;top:var(--navbar-height);background-color:var(--bg-muted);z-index:10;padding:var(--space-sm) 0;margin-left:calc(-1 * var(--space-md));margin-right:calc(-1 * var(--space-md));padding-left:var(--space-md);padding-right:var(--space-md)}.meet-crew--alt .meet-crew__header{background-color:var(--bg-white)}}.aircraft-page__wrapper{position:relative;padding-top:var(--space-lg)}.aircraft-page__back{position:sticky;top:calc(var(--navbar-height) + var(--space-md));display:inline-block;color:var(--brand-blue);font-weight:var(--font-weight-semibold);font-size:var(--font-size-small);text-decoration:none;transition:color .2s ease;z-index:10;margin-left:var(--space-xl)}.aircraft-page__back:hover{color:var(--brand-blue-dark)}.aircraft-page__photo{display:block;width:100%;max-width:600px;margin:0 auto var(--space-xl);object-fit:cover}.aircraft-page__header{text-align:center;max-width:700px;margin:0 auto var(--space-xl)}.aircraft-page__header .section-label{justify-content:center}.aircraft-page__subtitle{color:var(--text-secondary)}.aircraft-page__features{display:flex;gap:var(--space-xs);justify-content:center;flex-wrap:wrap;margin-top:var(--space-md)}.aircraft-page__feature-tag{display:inline-block;padding:var(--space-xxs) var(--space-sm);background-color:var(--bg-muted);color:var(--text-secondary);border-radius:var(--radius-full, 50px);font-size:var(--font-size-small);font-weight:var(--font-weight-semibold)}.aircraft-page__alt{background-color:var(--bg-muted)}.aircraft-page__rows{max-width:600px;margin:0 auto}.aircraft-page__row{display:flex;justify-content:space-between;padding:var(--space-md) 0;border-bottom:1px solid var(--gray-200);font-size:var(--font-size-h5)}.aircraft-page__row:last-child{border-bottom:none}.aircraft-page__row--centered{justify-content:center}.aircraft-page__label{font-weight:var(--font-weight-bold);color:var(--text-primary)}.aircraft-page__value{color:var(--text-secondary)}.aircraft-page__link{color:var(--brand-blue);font-weight:var(--font-weight-semibold);text-decoration:none;transition:color .2s ease}.aircraft-page__link:hover{color:var(--brand-blue-dark);text-decoration:underline}.aircraft-page__cta{background:var(--gradient-warm)}.aircraft-page__cta-content{max-width:700px;margin:0 auto;text-align:center}.aircraft-page__cta-content h2{color:var(--brand-white);margin-bottom:var(--space-md)}.aircraft-page__cta-content p{color:#ffffffe6;margin-bottom:var(--space-lg)}.aircraft-page__cta-buttons{display:flex;gap:var(--space-md);justify-content:center;flex-wrap:wrap}@media (max-width: 768px){.aircraft-page__back{display:none}}.faq-section__header{display:flex;justify-content:center;margin-bottom:var(--space-xxl)}.faq-section__header-inner{text-align:center;max-width:800px}.faq-section__header-inner .section-label{justify-content:center}.faq-section__header h2{margin-bottom:var(--space-sm)}.faq-list{max-width:900px;margin:0 auto;display:flex;flex-direction:column}.faq-item{border-top:1px solid var(--border-light)}.faq-item:last-child{border-bottom:1px solid var(--border-light)}.faq-question{width:100%;display:flex;justify-content:space-between;align-items:center;padding:var(--space-md) 0;background:none;border:none;cursor:pointer;text-align:left;font-family:inherit}.faq-question:hover .faq-question__text{color:var(--brand-blue)}.faq-question__text{font-size:var(--font-size-h5);font-weight:var(--font-weight-semibold);color:var(--text-primary);padding-right:var(--space-md);transition:color .2s ease}.faq-item--open .faq-question__text{color:var(--brand-blue)}.faq-question__icon{flex-shrink:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;font-size:var(--font-size-h2);font-weight:var(--font-weight-bold);color:var(--brand-blue);transition:transform .3s ease}.faq-item--open .faq-question__icon{transform:rotate(180deg)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease}.faq-item--open .faq-answer{max-height:500px}.faq-answer__content{padding:0 0 var(--space-md) 0;color:var(--text-secondary);line-height:var(--line-height-relaxed)}@media (max-width: 1050px){.faq-section__header{margin-bottom:var(--space-xl)}.faq-question{padding:var(--space-sm) 0}.faq-question__text{font-size:var(--font-size-body)}.faq-question__icon{width:28px;height:28px;font-size:var(--font-size-h4)}.faq-answer__content{padding:0 0 var(--space-sm) 0;font-size:.95rem}}.program-selector__header{display:flex;justify-content:center;margin-bottom:var(--space-xl)}.program-selector__header-inner{text-align:center}.program-selector__header-inner .section-label{justify-content:center}.program-selector__heading{font-size:var(--font-size-h1);margin-top:var(--space-xs)}.program-selector__layout{display:grid;grid-template-columns:1fr 2fr 2fr;gap:var(--space-xl);align-items:stretch}.program-selector__nav{display:flex;flex-direction:column;border-left:2px solid var(--gray-200)}.program-selector__item{flex:1;background:none;border:none;text-align:left;padding:var(--space-sm) var(--space-md);font-size:var(--font-size-body);font-family:inherit;font-weight:var(--font-weight-medium);color:var(--gray-600);cursor:pointer;transition:color .2s ease,border-color .2s ease;border-left:2px solid transparent;margin-left:-2px;line-height:1.4}.program-selector__item:hover{color:var(--brand-black)}.program-selector__item--active{color:var(--brand-red);border-left-color:var(--brand-red);font-weight:var(--font-weight-semibold)}.program-selector__image-panel{position:relative;overflow:hidden;background:var(--bg-muted);height:520px}.program-selector__image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block;transform:scale(1.05)}.program-selector__image-placeholder{width:100%;height:100%;background:var(--gray-200)}.program-selector__arrows,.program-selector__accordion{display:none}.program-selector__content{display:flex;flex-direction:column;gap:var(--space-md)}.program-selector__content .cta-group{margin-top:auto}.program-selector__availability{font-size:var(--font-size-small);font-weight:var(--font-weight-semibold);color:var(--brand-blue);text-transform:uppercase;letter-spacing:.05em}.program-selector__title{font-size:var(--font-size-h2);color:var(--brand-black);line-height:1.2}.program-selector__desc{font-size:var(--font-size-body);line-height:var(--line-height-body);color:var(--gray-700)}.program-selector__learn-more{font-size:var(--font-size-small);font-weight:var(--font-weight-medium);transition:color .2s ease}.program-selector__learn-more:hover{color:var(--brand-blue-dark)}@media (max-width: 900px){.program-selector__layout,.program-selector__arrows{display:none}.program-selector__accordion{display:flex;flex-direction:column;border-top:1px solid var(--gray-200)}.program-selector__acc-item{border-bottom:1px solid var(--gray-200)}.program-selector__acc-trigger{display:flex;align-items:center;justify-content:space-between;width:100%;background:none;border:none;padding:var(--space-md) var(--space-sm);font-size:var(--font-size-body);font-family:inherit;font-weight:var(--font-weight-medium);color:var(--brand-black);cursor:pointer;text-align:left}.program-selector__acc-item--open .program-selector__acc-trigger{color:var(--brand-red);font-weight:var(--font-weight-semibold)}.program-selector__acc-chevron{font-size:var(--font-size-h3);line-height:1;color:var(--gray-500);flex-shrink:0;margin-left:var(--space-sm)}.program-selector__acc-item--open .program-selector__acc-chevron{color:var(--brand-red)}.program-selector__acc-body{display:flex;flex-direction:column;gap:var(--space-sm);padding:0 var(--space-sm) var(--space-lg)}.program-selector__acc-image{width:100%;height:200px;object-fit:cover;border-radius:var(--radius-sm)}.program-selector__acc-body .program-selector__availability{font-size:var(--font-size-small);font-weight:var(--font-weight-semibold);color:var(--brand-blue);text-transform:uppercase;letter-spacing:.05em}.program-selector__acc-body .program-selector__desc{font-size:var(--font-size-small);line-height:var(--line-height-body);color:var(--gray-700)}.program-selector__acc-body .cta-group{flex-direction:row;align-items:center;justify-content:flex-start}}.comparison{background-color:var(--bg-contrast)}.comparison__header{display:flex;flex-direction:column;text-align:center;align-items:center;max-width:800px;margin:0 auto var(--space-xl) auto}.comparison__header h1{margin-bottom:var(--space-sm);color:var(--text-inverse)}.comparison__label{color:var(--text-on-dark)}.comparison .section-label{color:var(--brand-white)}.comparison__subtitle{color:var(--text-on-dark);margin-top:var(--space-sm)}.comparison__table-wrapper{overflow:hidden}.comparison .table{background:transparent;border-collapse:separate;border-spacing:0}.comparison .table thead tr{background-color:transparent}.comparison .table th{color:var(--gray-300);font-size:1rem}.comparison .table th,.comparison .table td{padding:var(--space-md) var(--space-lg);border-bottom-color:#ffffff14;color:var(--gray-200)}.comparison .table tbody tr:last-child td{border-bottom:none}.comparison .table td:first-child{font-size:1.05rem}.comparison .col-141{background-color:#ffffff14}.comparison .table thead .col-141{border-radius:var(--radius-md) var(--radius-md) 0 0}.comparison .table tbody tr:last-child .col-141{border-radius:0 0 var(--radius-md) var(--radius-md)}@media (max-width: 1050px){.comparison__table-wrapper{overflow-x:auto}.comparison .table{table-layout:fixed;width:100%}.comparison .table th,.comparison .table td{padding:var(--space-sm) var(--space-md);font-size:.9rem}.comparison .table th:first-child,.comparison .table td:first-child{width:auto}.comparison .table th:not(:first-child),.comparison .table td:not(:first-child){width:80px;text-align:center!important;padding-left:0;padding-right:0}}.ready-to-begin{position:relative;width:100%;min-height:560px;background-image:url(https://placehold.co/1600x560?text=&font=roboto);background-size:cover;background-position:center;display:flex;align-items:center;justify-content:center}.ready-to-begin__overlay{position:absolute;inset:0;background:#0000008c}.ready-to-begin__inner{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;text-align:center;gap:var(--space-lg);max-width:640px}.ready-to-begin__title{font-size:var(--font-size-h1);font-weight:var(--font-weight-bold);color:var(--brand-white);line-height:1.2;margin:0}.ready-to-begin__desc{font-size:var(--font-size-body);color:#ffffffeb;line-height:var(--line-height-body);margin:0}@media (max-width: 1050px){.ready-to-begin{min-height:400px}.ready-to-begin__inner{padding:var(--space-xxl) var(--space-lg)}}.contact-info-col{position:sticky;top:calc(var(--navbar-height) + var(--space-lg));align-self:start;padding-bottom:var(--space-3xl)}.contact-info-col__heading{font-size:var(--font-size-h2);color:var(--text-primary);margin:var(--space-xs) 0 var(--space-md) 0;line-height:1.2}.contact-info-col__sub{color:var(--text-secondary);line-height:var(--line-height-relaxed);margin:0 0 var(--space-xl) 0}.contact-info-col__methods{display:flex;flex-direction:column;gap:var(--space-sm)}.contact-method{display:flex;align-items:center;gap:var(--space-sm)}.contact-method__icon{width:16px;height:16px;color:var(--gray-600);flex-shrink:0}.contact-method__value{font-size:var(--font-size-small);color:var(--text-primary);text-decoration:none;font-weight:var(--font-weight-medium);white-space:nowrap}a.contact-method__value{color:var(--text-link)}a.contact-method__value:hover{text-decoration:underline}.copy-btn{position:relative;background:none;border:none;cursor:pointer;padding:0;vertical-align:middle;margin-left:4px;color:var(--text-muted);transition:color .2s ease}.copy-btn:hover{color:var(--brand-blue)}.copy-btn svg{width:13px;height:13px}.copy-btn__tooltip{position:absolute;bottom:calc(100% + 4px);left:50%;transform:translate(-50%);background:var(--gray-900);color:var(--brand-white);font-size:.7rem;font-weight:var(--font-weight-medium);padding:2px 6px;border-radius:var(--radius-sm);white-space:nowrap;pointer-events:none}.calendly-overlay{background-color:#000000bf!important}.calendly-popup{position:relative!important}.calendly-popup-close{position:absolute!important;top:12px!important;right:12px!important;opacity:1!important;z-index:9999!important}.contact-body{display:grid;grid-template-columns:2fr 1px 3fr;gap:var(--space-4xl);align-items:start;padding-top:var(--space-3xl);padding-bottom:0}.contact-col-divider{width:1px;background-color:var(--border-light);align-self:stretch;justify-self:center}.contact-col__heading{margin:0 0 var(--space-xs) 0;font-size:var(--font-size-h3);color:var(--text-primary)}.contact-col__sub{margin:0 0 var(--space-xl) 0;color:var(--text-secondary);font-size:var(--font-size-body);line-height:var(--line-height-body)}.contact-section-divider{border:none;border-top:1px solid var(--border-light);margin:0 var(--space-3xl)}.contact-right-col{display:flex;flex-direction:column;gap:var(--space-4xl);padding-bottom:var(--space-3xl)}.contact-calendly-block .calendly-inline-widget{width:100%;height:700px}.contact-locations{padding-top:var(--space-3xl);padding-bottom:var(--space-4xl)}.contact-locations__grid{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-xl)}.contact-location-card{background:var(--bg-subtle);border:1px solid var(--border-light);border-radius:var(--radius-md);overflow:hidden}.contact-location-card:last-of-type{margin-bottom:0}.contact-location-card__header{display:flex;align-items:flex-start;justify-content:space-between;padding:var(--space-md) var(--space-lg);gap:var(--space-md)}.contact-location-card__name{margin:0 0 4px;font-size:var(--font-size-h5);color:var(--text-primary)}.contact-location-card__address{margin:0;font-size:var(--font-size-small);color:var(--text-secondary)}.contact-location-card__code{font-size:var(--font-size-small);font-weight:var(--font-weight-bold);color:var(--brand-blue);background:var(--brand-blue-light);padding:4px 10px;border-radius:var(--radius-sm);white-space:nowrap;flex-shrink:0}.contact-location-card__map{width:100%;height:300px}.contact-location-card__map iframe{display:block;width:100%;height:100%;border:0}.contact-location-card__directions{display:block;padding:var(--space-sm) var(--space-lg);font-size:var(--font-size-small);font-weight:var(--font-weight-medium);color:var(--brand-blue);text-decoration:none;border-top:1px solid var(--border-light);transition:background .15s ease}.contact-location-card__directions:hover{background:var(--bg-muted)}@media (max-width: 1050px){.contact-body{grid-template-columns:1fr;gap:var(--space-3xl);padding-top:var(--space-xl)}.contact-col-divider,.contact-section-divider{display:none}.contact-info-col{position:static}.contact-right-col{gap:var(--space-3xl)}.contact-locations{padding-top:0}.contact-locations__grid{grid-template-columns:1fr}.contact-calendly-block .calendly-inline-widget{width:100%;height:720px}}.get-started{background-color:var(--bg-contrast)}.get-started__content{max-width:1100px;margin:0 auto;text-align:center}.get-started__content .cf-wrapper--inline{text-align:left}.get-started__label{display:flex;justify-content:center}.get-started__label.section-label{color:var(--brand-white)}.get-started__label.section-label:before,.get-started__label.section-label:after{background:var(--brand-red)}.get-started__title{font-size:var(--font-size-h1);color:var(--brand-white);line-height:1.3;margin-top:-10px;margin-bottom:var(--space-md)}.get-started__desc{color:#ffffffb3;line-height:var(--line-height-body);margin-bottom:var(--space-xl)}.library{background:var(--bg-white)}.library__header{max-width:640px;margin:0 auto var(--space-3xl);text-align:center;display:flex;flex-direction:column;gap:var(--space-sm)}.library__header .section-label{justify-content:center}.library__title{font-size:var(--font-size-h1);color:var(--brand-black);line-height:1.3;margin-top:-10px;margin-bottom:0}.library__subtitle{color:var(--text-secondary);line-height:var(--line-height-body);margin:0}.library__categories{display:flex;flex-direction:column;gap:var(--space-3xl)}.lib-category__header{display:flex;align-items:flex-start;gap:var(--space-md);padding-bottom:var(--space-lg);border-bottom:2px solid var(--brand-red);margin-bottom:var(--space-xs)}.lib-category__header--toggle{width:100%;background:none;border:none;border-bottom:2px solid var(--brand-red);cursor:pointer;text-align:left;padding:0 0 var(--space-lg);margin-bottom:var(--space-xs)}.lib-category__header--toggle:hover .lib-category__icon{background:var(--brand-blue);color:var(--brand-white)}.lib-category__header--toggle:hover .lib-category__title,.lib-category__header--toggle:hover .lib-category__chevron{color:var(--brand-blue)}.lib-category__text{flex:1;min-width:0}.lib-category__chevron{width:20px;height:20px;flex-shrink:0;color:var(--text-secondary);margin-top:4px;transition:transform .2s ease}.lib-category__header--open .lib-category__chevron{transform:rotate(180deg)}.lib-category__icon{width:44px;height:44px;flex-shrink:0;background:var(--brand-blue-light);color:var(--brand-blue);border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:center;margin-top:2px;transition:background-color .15s ease,color .15s ease}.lib-category__icon svg{width:22px;height:22px}.lib-category__title{font-size:var(--font-size-h3);font-weight:var(--font-weight-bold);color:var(--brand-black);line-height:1.2;margin:0 0 var(--space-xxs);transition:color .15s ease}.lib-category__desc{font-size:var(--font-size-small);color:var(--text-secondary);margin:0}.lib-list{display:flex;flex-direction:column}.lib-item{display:flex;align-items:center;justify-content:space-between;gap:var(--space-xl);padding:var(--space-lg) var(--space-sm);margin:0 calc(-1 * var(--space-sm));border-bottom:1px solid var(--gray-100);border-radius:var(--radius-sm);transition:background-color .15s ease}.lib-item:hover{background-color:var(--bg-muted)}.lib-item:last-child{border-bottom:none}.lib-item__content{flex:1;min-width:0}.lib-item__title{font-size:var(--font-size-body);font-weight:var(--font-weight-semibold);color:var(--brand-black);margin:0 0 var(--space-xxs);line-height:1.3}.lib-item__desc{font-size:var(--font-size-small);color:var(--text-secondary);line-height:var(--line-height-body);margin:0}.lib-item__link{display:inline-flex;align-items:center;gap:var(--space-xs);flex-shrink:0;font-size:var(--font-size-small);font-weight:var(--font-weight-medium);color:var(--brand-blue);text-decoration:none;white-space:nowrap;transition:color .2s ease}.lib-item__link:hover{color:var(--brand-blue-dark)}.lib-item__link-icon{width:13px;height:13px;flex-shrink:0}@media (max-width: 1050px){.lib-item{flex-direction:column;align-items:flex-start;gap:var(--space-sm)}.lib-item__link{align-self:flex-start}}.onboarding-belt{background:var(--bg-contrast)}.onboarding-belt .section-label{color:var(--brand-white);justify-content:center}.onboarding-belt__inner{display:flex;flex-direction:column;align-items:center;text-align:center;gap:var(--space-xl)}.onboarding-belt__text{display:flex;flex-direction:column;gap:var(--space-sm)}.onboarding-belt__title{font-size:var(--font-size-h2);font-weight:var(--font-weight-bold);color:var(--brand-white);margin:0}.onboarding-belt__desc{font-size:var(--font-size-body);color:var(--text-on-dark);line-height:var(--line-height-body);max-width:560px;margin:0}@media (max-width: 1050px){.onboarding-belt__desc{max-width:100%}}.financing{background-color:var(--bg-white)}.financing__header{text-align:center;max-width:640px;margin:0 auto var(--space-xxl);display:flex;flex-direction:column;gap:var(--space-sm)}.financing__header .section-label{justify-content:center}.financing__title{font-size:var(--font-size-h1);color:var(--text-primary);line-height:1.3;margin-top:-10px;margin-bottom:0}.financing__subtitle{color:var(--text-secondary);line-height:var(--line-height-body);margin:0}.financing__packages{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-lg);margin-bottom:var(--space-xxl)}.financing__package{background-color:#f5f6f8;border:1px solid var(--gray-300);border-radius:var(--radius-sm);padding:var(--space-xxl);display:flex;flex-direction:column;gap:var(--space-lg)}.financing__package--featured{position:relative;border-color:var(--brand-red);border-width:2px;box-shadow:0 4px 24px #ed1b241f}.financing__package--featured .financing__package-label,.financing__package--featured .financing__package-name{color:var(--brand-red)}.financing__package-header{display:flex;flex-direction:column}.financing__package-badge{position:absolute;top:-17px;left:var(--space-lg);background-color:var(--brand-red);color:var(--brand-white);font-size:var(--font-size-small);font-weight:var(--font-weight-bold);text-transform:uppercase;letter-spacing:.06em;padding:var(--space-xxs) var(--space-sm);border-radius:999px}.financing__package-label{font-size:var(--font-size-small);font-weight:var(--font-weight-bold);color:var(--text-secondary);text-transform:uppercase;letter-spacing:.08em}.financing__package-name{font-size:var(--font-size-h3);font-weight:var(--font-weight-bold);color:var(--text-primary);margin:0}.financing__package-price{font-size:var(--font-size-h2);font-weight:var(--font-weight-bold);color:var(--text-primary);margin:0}.financing__package-price span{font-size:var(--font-size-body);font-weight:var(--font-weight-normal);color:var(--text-secondary)}.financing__package-items{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:var(--space-xs);border-top:1px solid var(--gray-200);padding-top:var(--space-lg)}.financing__package-item{font-size:var(--font-size-body);color:var(--text-secondary);line-height:var(--line-height-body)}.financing__deposit{margin-bottom:var(--space-xxl)}.financing__deposit-title{font-size:var(--font-size-h3);font-weight:var(--font-weight-bold);color:var(--text-primary);margin-bottom:var(--space-lg)}.financing__deposit-options{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-lg)}.financing__deposit-option{background-color:var(--gray-100);border:1px solid var(--gray-200);border-radius:var(--radius-sm);padding:var(--space-lg)}.financing__deposit-amount{font-size:var(--font-size-h3);font-weight:var(--font-weight-bold);color:var(--text-primary);margin-bottom:var(--space-xs)}.financing__deposit-match{font-size:var(--font-size-body);color:var(--text-secondary)}.financing__minimum{border-left:3px solid #D4A000;background-color:#fffbe6;padding:var(--space-md) var(--space-lg);border-radius:0 var(--radius-sm) var(--radius-sm) 0;margin-bottom:var(--space-xxl)}.financing__minimum-text{color:#7a5800;line-height:var(--line-height-body);margin:0}.financing__minimum-text strong{color:#7a5800}.financing__resources{text-align:center;color:var(--text-secondary);line-height:var(--line-height-body)}.financing__resources a{color:var(--text-link)}.financing__resources a:hover{color:var(--text-link-hover)}@media (max-width: 1050px){.financing__packages,.financing__deposit-options{grid-template-columns:1fr}}.show-up{position:relative;width:100%;min-height:480px;background-image:url(https://placehold.co/1600x480?text=&font=roboto);background-size:cover;background-position:center;display:flex;align-items:center}.show-up:before{content:"";position:absolute;inset:0;background:#00000059}.show-up:after{content:"";position:absolute;inset:0;background:linear-gradient(to right,rgba(0,0,0,.5) 50%,transparent 100%)}.show-up__inner{position:relative;z-index:1;width:100%;max-width:1200px;margin:0 auto;padding:var(--space-4xl) var(--space-xxl)}.show-up__content{max-width:520px;display:flex;flex-direction:column;gap:var(--space-md)}.show-up__content .section-label{color:var(--brand-white)}.show-up__content .section-label:before,.show-up__content .section-label:after{background:var(--brand-red)}.show-up__title{font-size:var(--font-size-h1);font-weight:var(--font-weight-bold);color:var(--brand-white);line-height:1.2;margin:0}.show-up__desc{font-size:var(--font-size-body);color:#fffffff2;line-height:var(--line-height-body);margin:0}.show-up__link{color:var(--text-link-on-dark);font-weight:var(--font-weight-semibold);text-decoration:none;text-underline-offset:3px}.show-up__link:hover{color:var(--text-link-on-dark-hover)}@media (max-width: 1050px){.show-up{min-height:360px}.show-up:after{background:#0009}.show-up__inner{padding:var(--space-xxl) var(--space-lg)}.show-up__content{max-width:100%}}.aircraft-pricing__header{display:flex;justify-content:center;margin-bottom:var(--space-xxl)}.aircraft-pricing__header-inner{text-align:center;max-width:800px}.aircraft-pricing__header-inner .section-label{justify-content:center}.aircraft-pricing__title{margin-bottom:var(--space-sm)}.pricing-table-wrapper{margin:0 0 var(--space-xl) 0;overflow:hidden}.aircraft-pricing-section .table thead tr{background-color:transparent}.aircraft-pricing-section .table th,.aircraft-pricing-section .table td{padding:var(--space-md) var(--space-lg);font-weight:500}.aircraft-pricing-section .table tbody tr{transition:background-color .2s ease}.aircraft-pricing-section .table tbody tr:hover{background-color:var(--bg-subtle)}.pricing-notes{display:flex;flex-direction:column;gap:var(--space-sm);padding:var(--space-md) var(--space-lg);background-color:var(--warning-bg);border-top:2px solid var(--warning-border)}.pricing-note{color:var(--warning-text);font-size:.95rem;line-height:var(--line-height-body)}.pricing-note strong{color:var(--warning-text)}.pricing-revised{margin:var(--space-md) 0 0;text-align:right;font-size:var(--font-size-tiny);color:var(--text-muted);font-style:italic}@media (max-width: 1050px){.aircraft-pricing-section .table th,.aircraft-pricing-section .table td{padding:var(--space-xs) var(--space-sm);font-size:.85rem}.aircraft-pricing__header{margin-bottom:var(--space-xl)}.pricing-notes{padding:var(--space-md)}.pricing-note{font-size:var(--font-size-small)}}.course-overview{background-color:var(--bg-white)}.course-overview__header{max-width:720px;margin:0 auto var(--space-xxl);text-align:center;display:flex;flex-direction:column;gap:var(--space-sm)}.course-overview__header .section-label{justify-content:center}.course-overview__title{font-size:var(--font-size-h1);color:var(--brand-black);line-height:1.3;margin-top:-10px;margin-bottom:0}.course-overview__subtitle{color:var(--text-secondary);line-height:var(--line-height-body);margin:0}.course-overview__stats{display:grid;grid-template-columns:repeat(5,1fr);gap:1px;background-color:var(--gray-200);border:1px solid var(--gray-200);overflow:hidden}.course-stat{background-color:var(--bg-white);padding:var(--space-xl) var(--space-lg);display:flex;flex-direction:column;gap:var(--space-xxs);text-align:center}.course-stat__label{font-size:var(--font-size-small);font-weight:var(--font-weight-bold);color:var(--text-secondary);text-transform:uppercase;letter-spacing:.08em;margin:0}.course-stat__value{font-size:var(--font-size-h3);font-weight:var(--font-weight-bold);color:var(--brand-blue);margin:var(--space-xs) 0 0;line-height:1.2}.course-stat__note{font-size:var(--font-size-small);color:var(--text-secondary);margin:0}@media (max-width: 1050px){.course-overview__stats{grid-template-columns:repeat(3,1fr)}}@media (max-width: 600px){.course-overview__stats{grid-template-columns:repeat(2,1fr)}.course-stat:last-child:nth-child(odd){grid-column:1 / -1}}.syllabus{background-color:var(--bg-muted)}.syllabus__header{text-align:center;max-width:640px;margin:0 auto var(--space-xxl);display:flex;flex-direction:column;gap:var(--space-sm)}.syllabus__header .section-label{justify-content:center}.syllabus__title{font-size:var(--font-size-h1);color:var(--brand-black);line-height:1.3;margin-top:-10px;margin-bottom:0}.syllabus__subtitle{color:var(--text-secondary);line-height:var(--line-height-body);margin:0}.syllabus__list{max-width:860px;margin:0 auto;display:flex;flex-direction:column}.syllabus__phase{display:grid;grid-template-columns:3.5rem 1fr;gap:var(--space-xl);padding:var(--space-xl) 0;border-top:1px solid var(--border-light);align-items:baseline}.syllabus__phase:last-child{border-bottom:1px solid var(--border-light)}.syllabus__phase-number{font-size:1.75rem;font-weight:var(--font-weight-bold);color:var(--brand-blue);line-height:1;font-variant-numeric:tabular-nums;letter-spacing:-.02em}.syllabus__phase-title{font-size:var(--font-size-h4);font-weight:var(--font-weight-bold);color:var(--brand-black);margin-bottom:var(--space-xs)}.syllabus__phase-desc{color:var(--text-secondary);line-height:var(--line-height-body);margin:0}.ground-school{background-color:var(--bg-white)}.ground-school__header{display:flex;flex-direction:column;align-items:center;text-align:center;gap:var(--space-sm);max-width:680px;margin:0 auto var(--space-3xl)}.ground-school__title{font-size:var(--font-size-h1);color:var(--brand-black);line-height:1.3;margin:0}.ground-school__subtitle{color:var(--text-secondary);line-height:var(--line-height-body);margin:0}.ground-school__grid{display:flex;flex-wrap:wrap;justify-content:center;gap:var(--space-lg)}.ground-school__card{flex:0 0 calc((100% - 2 * var(--space-lg)) / 3);background:var(--bg-muted);border:1px solid var(--brand-blue);border-radius:var(--radius-sm);padding:var(--space-xl);box-shadow:0 0 10px #0641841f}.ground-school__card-title{font-size:var(--font-size-h4);font-weight:var(--font-weight-bold);color:var(--brand-black);margin-bottom:var(--space-xs)}.ground-school__card-desc{color:var(--text-secondary);line-height:var(--line-height-body);margin:0}.ground-school__notice{margin-top:var(--space-xxl);background:#fefce8;border-left:3px solid #ca8a04;border-radius:var(--radius-sm);padding:var(--space-md) var(--space-lg);font-size:var(--font-size-small);color:#713f12;line-height:var(--line-height-body)}.ground-school__notice strong{color:#92400e}@media (max-width: 1050px){.ground-school__card{flex:0 0 calc((100% - var(--space-lg)) / 2)}}@media (max-width: 640px){.ground-school__card{flex:0 0 100%}}.requirements{background-color:var(--bg-muted)}.requirements__header{display:flex;flex-direction:column;align-items:center;text-align:center;gap:var(--space-sm);max-width:680px;margin:0 auto var(--space-3xl)}.requirements__title{font-size:var(--font-size-h1);color:var(--brand-black);line-height:1.3;margin:0}.requirements__subtitle{color:var(--text-secondary);line-height:var(--line-height-body);margin:0}.requirements__grid{display:flex;flex-wrap:wrap;justify-content:center;gap:var(--space-lg)}.requirements__card{flex:0 0 calc((100% - 2 * var(--space-lg)) / 3);background:var(--bg-white);border:1px solid var(--brand-red);border-radius:var(--radius-sm);padding:var(--space-xl);box-shadow:0 0 10px #ed1b241f}.requirements__card-title{font-size:var(--font-size-h4);font-weight:var(--font-weight-bold);color:var(--brand-black);margin-bottom:var(--space-xs)}.requirements__card-desc{color:var(--text-secondary);line-height:var(--line-height-body);margin:0}@media (max-width: 1050px){.requirements__card{flex:0 0 calc((100% - var(--space-lg)) / 2)}}@media (max-width: 640px){.requirements__card{flex:0 0 100%}}.part-cmp{background:var(--bg-contrast)}.part-cmp__header{text-align:center;max-width:640px;margin:0 auto var(--space-xxl);display:flex;flex-direction:column;gap:var(--space-sm)}.part-cmp__header .section-label{justify-content:center;color:var(--brand-white)}.part-cmp__header .section-label:before,.part-cmp__header .section-label:after{background:var(--brand-red)}.part-cmp__title{font-size:var(--font-size-h1);color:var(--brand-white);line-height:1.3;margin-top:-10px;margin-bottom:0}.part-cmp__subtitle{color:var(--text-on-dark);line-height:var(--line-height-body);margin:0}.part-cmp__grid{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-lg);align-items:stretch}.part-cmp__card{background:var(--bg-dark-card);border:1px solid var(--gray-700);border-radius:var(--radius-sm);padding:var(--space-xxl);display:flex;flex-direction:column;gap:var(--space-xl)}.part-cmp__card--featured{position:relative;border-color:var(--brand-blue);border-width:2px;box-shadow:0 4px 24px #06418440}.part-cmp__card-header{border-bottom:1px solid var(--gray-700);padding-bottom:var(--space-lg)}.part-cmp__card-title{font-size:var(--font-size-h3);font-weight:var(--font-weight-bold);color:var(--brand-white);margin:0 0 var(--space-xxs)}.part-cmp__card--featured .part-cmp__card-title{color:var(--brand-blue-light)}.part-cmp__card-desc{font-size:var(--font-size-small);color:var(--text-on-dark);margin:0}.part-cmp__badge{position:absolute;top:0;left:var(--space-lg);transform:translateY(-50%);background:var(--brand-blue);color:var(--brand-white);font-size:11px;font-weight:var(--font-weight-bold);text-transform:uppercase;letter-spacing:.06em;padding:var(--space-xxs) var(--space-sm);border-radius:999px;white-space:nowrap}.part-cmp__list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:var(--space-md)}.part-cmp__item{display:flex;align-items:flex-start;gap:var(--space-sm);font-size:var(--font-size-body);color:var(--text-on-dark);line-height:var(--line-height-body)}.part-cmp__item--advantage{color:var(--brand-white);font-weight:var(--font-weight-medium)}.part-cmp__check{width:18px;height:18px;flex-shrink:0;margin-top:2px;color:var(--gray-500)}.part-cmp__check--advantage{color:#4ade80}@media (max-width: 1050px){.part-cmp__grid{grid-template-columns:1fr}}.course-locations{background-color:var(--bg-white)}.course-locations__header{text-align:center;max-width:640px;margin:0 auto var(--space-xxl);display:flex;flex-direction:column;gap:var(--space-sm)}.course-locations__header .section-label{justify-content:center}.course-locations__title{font-size:var(--font-size-h1);color:var(--brand-black);line-height:1.3;margin-top:-10px;margin-bottom:0}.course-locations__subtitle{color:var(--text-secondary);line-height:var(--line-height-body);margin:0}.course-locations__grid{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-xl)}.location-card{display:flex;flex-direction:column;border:1px solid var(--border-light);border-radius:var(--radius-md);overflow:hidden;background:var(--bg-white)}.location-card__header{display:flex;align-items:flex-start;justify-content:space-between;padding:var(--space-md) var(--space-lg);gap:var(--space-md)}.location-card__name{font-size:var(--font-size-h5);font-weight:var(--font-weight-semibold);color:var(--text-primary);margin:0 0 4px;line-height:1.3}.location-card__address{font-size:var(--font-size-small);color:var(--text-secondary);margin:0}.location-card__code{font-size:var(--font-size-small);font-weight:var(--font-weight-bold);color:var(--brand-blue);background:var(--brand-blue-light);padding:4px 10px;border-radius:var(--radius-sm);white-space:nowrap;flex-shrink:0}.location-card__map{position:relative;height:300px;flex-shrink:0;overflow:hidden}.location-card__map iframe{width:100%;height:100%;display:block;border:0}.location-card__overlay{position:absolute;inset:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:2}.location-card__overlay-text{color:#fff;font-size:var(--font-size-small);font-weight:var(--font-weight-bold);text-transform:uppercase;letter-spacing:.1em;text-align:center;padding:var(--space-sm) var(--space-lg);border:2px solid rgba(255,255,255,.6)}.location-card__directions{display:block;padding:var(--space-sm) var(--space-lg);font-size:var(--font-size-small);font-weight:var(--font-weight-medium);color:var(--brand-blue);text-decoration:none;border-top:1px solid var(--border-light);transition:background .15s ease}.location-card__directions:hover{background:var(--bg-muted)}.location-card__directions:focus{outline:none}@media (max-width: 1050px){.course-locations__grid{grid-template-columns:1fr}.location-card__info{flex-wrap:wrap}.location-card__info-main{flex:1 1 auto;min-width:0}.location-card__directions{flex-basis:100%;padding-top:var(--space-xs);border-top:1px solid var(--gray-100);margin-top:var(--space-xs)}}.hours-brkdn{background:var(--bg-contrast)}.hours-brkdn__header{text-align:center;max-width:640px;margin:0 auto var(--space-xxl);display:flex;flex-direction:column;gap:var(--space-sm)}.hours-brkdn__header .section-label{justify-content:center;color:var(--brand-white)}.hours-brkdn__header .section-label:before,.hours-brkdn__header .section-label:after{background:var(--brand-red)}.hours-brkdn__title{font-size:var(--font-size-h1);color:var(--brand-white);line-height:1.3;margin-top:-10px;margin-bottom:0}.hours-brkdn__subtitle{color:var(--text-on-dark);line-height:var(--line-height-body);margin:0}.hours-brkdn__card{max-width:680px;margin:0 auto;background:var(--bg-dark-card);border:1px solid var(--brand-blue);border-width:2px;border-radius:var(--radius-sm);padding:var(--space-xxl);box-shadow:0 4px 24px #06418440;display:flex;flex-direction:column;gap:var(--space-xl)}.hours-brkdn__card-title{font-size:var(--font-size-h3);font-weight:var(--font-weight-bold);color:var(--brand-blue-light);margin:0 0 var(--space-xxs)}.hours-brkdn__card-header{border-bottom:1px solid var(--gray-700);padding-bottom:var(--space-lg)}.hours-brkdn__card-desc{font-size:var(--font-size-small);color:var(--text-on-dark);margin:0}.hours-brkdn__list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:var(--space-md)}.hours-brkdn__item{display:flex;align-items:flex-start;gap:var(--space-sm);font-size:var(--font-size-body);color:var(--text-on-dark);line-height:var(--line-height-body)}.hours-brkdn__check{width:18px;height:18px;flex-shrink:0;margin-top:2px;color:var(--gray-500)}@media (max-width: 1050px){.hours-brkdn__card{max-width:100%}}.rentals-contact{background-color:var(--bg-contrast)}.rentals-contact .section-label{color:var(--brand-white)}.rentals-contact__header{display:flex;flex-direction:column;align-items:center;text-align:center;max-width:700px;margin:0 auto var(--space-xxl) auto}.rentals-contact__title{font-size:var(--font-size-h1);color:var(--brand-white);line-height:1.3;margin-top:-10px}.rentals-contact__subtitle{color:#fff9;margin-top:var(--space-sm)}.rentals-requirements{background-color:var(--bg-contrast)}.rentals-requirements .section-label{color:var(--brand-white)}.rentals-requirements__header{display:flex;flex-direction:column;align-items:center;text-align:center;max-width:900px;margin:0 auto var(--space-xxl) auto}.rentals-requirements__title{font-size:var(--font-size-h1);color:var(--brand-white);line-height:1.3;margin-top:-10px}.rentals-requirements__subtitle{color:#fff9;margin-top:var(--space-sm)}.rentals-requirements__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--space-md)}.rentals-requirement{display:flex;flex-direction:column;gap:var(--space-sm);padding:var(--space-xl);background-color:var(--bg-dark-card);border:1px solid rgba(255,255,255,.08)}.rentals-requirement__title{font-size:var(--font-size-h5);font-weight:var(--font-weight-bold);color:var(--brand-white)}.rentals-requirement__description{color:#ffffffa6;line-height:var(--line-height-body);margin:0;font-size:var(--font-size-small)}.rentals-requirements__age-notice{display:flex;align-items:flex-start;gap:var(--space-sm);margin-top:var(--space-xl);background-color:#ffc10714;border:1px solid rgba(255,193,7,.25);border-left:3px solid #FFC107;border-radius:0 var(--radius-sm) var(--radius-sm) 0;padding:var(--space-md) var(--space-lg)}.rentals-requirements__age-notice-icon{color:#ffc107;font-size:1rem;flex-shrink:0;line-height:var(--line-height-body)}.rentals-requirements__age-notice-text{color:#ffffffbf;font-size:var(--font-size-small);line-height:var(--line-height-body);margin:0}.rentals-requirements__age-notice-text strong{color:var(--brand-white)}.rentals-requirement__list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:var(--space-xs)}.rentals-requirement__list-item{color:#ffffffa6;font-size:var(--font-size-small);line-height:var(--line-height-body)}.req-link{color:var(--text-link-on-dark);text-decoration:none}.req-link:hover{color:var(--text-link-on-dark-hover)}.req-highlight{color:var(--brand-red);font-weight:var(--font-weight-bold)}@media (max-width: 1050px){.rentals-requirements__grid{grid-template-columns:repeat(2,1fr)}.rentals-requirements__header{margin-bottom:var(--space-xl)}}@media (max-width: 600px){.rentals-requirements__grid{grid-template-columns:1fr}}.how-to-rent{background-color:var(--brand-white)}.how-to-rent__body{display:grid;grid-template-columns:5fr 7fr;gap:var(--space-4xl);align-items:start}.how-to-rent__image-col{position:sticky;top:var(--navbar-height, 80px);height:calc(100vh - var(--navbar-height, 80px));display:flex;align-items:center}.how-to-rent__image{width:90%;aspect-ratio:5 / 7;object-fit:cover;display:block;border-radius:var(--radius-sm)}.how-to-rent__content{display:flex;flex-direction:column;gap:var(--space-xxl)}.how-to-rent__header{display:flex;flex-direction:column;gap:var(--space-sm)}.how-to-rent__title{font-size:var(--font-size-h1);color:var(--brand-black);line-height:1.3;margin-top:-10px}.how-to-rent__subtitle{color:var(--text-secondary)}.how-to-rent__steps{display:flex;flex-direction:column}.how-to-rent__step{display:grid;grid-template-columns:3rem 1fr;gap:var(--space-lg);align-items:start;padding:var(--space-xl) 0;border-top:1px solid var(--border-light)}.how-to-rent__step:last-child{border-bottom:1px solid var(--border-light)}.how-to-rent__step-number{font-size:var(--font-size-h4);font-weight:var(--font-weight-bold);color:var(--brand-blue);line-height:1;padding-top:4px}.how-to-rent__step-title{font-size:var(--font-size-h4);font-weight:var(--font-weight-bold);color:var(--brand-black);margin-bottom:var(--space-xs)}.how-to-rent__step-description{color:var(--text-secondary);line-height:var(--line-height-body);margin:0}.how-to-rent__step-btn{margin-top:var(--space-xl);display:inline-block}.how-to-rent__step-link{display:inline-block;margin-top:var(--space-md);color:var(--text-link);font-size:var(--font-size-body);font-weight:var(--font-weight-semibold);text-decoration:none;transition:color .2s ease}.how-to-rent__step-link:hover{color:var(--text-link-hover)}@media (max-width: 1050px){.how-to-rent__body{grid-template-columns:1fr;gap:var(--space-xxl)}.how-to-rent__image-col{position:static}.how-to-rent__image{aspect-ratio:4 / 3}.how-to-rent__step{grid-template-columns:2.5rem 1fr;gap:var(--space-md);padding:var(--space-lg) 0}}.view-fleet{background:var(--gradient-warm)}.view-fleet__content{max-width:700px;margin:0 auto;text-align:center}.view-fleet__content h2{color:var(--brand-white);margin-bottom:var(--space-md)}.view-fleet__content p{color:#ffffffe6;margin-bottom:var(--space-lg)}.intl-page-title{padding:var(--space-xl) 0 var(--space-lg);border-bottom:1px solid var(--border-light)}.intl-page-title h1{margin-top:var(--space-xs);font-size:3rem}.intl-page{background-color:var(--bg-white)}.intl-layout{display:grid;grid-template-columns:1fr 320px;gap:var(--space-3xl);align-items:stretch}.intl-content{min-width:0}.intl-section{padding-bottom:var(--space-xxl);border-bottom:1px solid var(--border-light);margin-bottom:var(--space-xxl)}.intl-section:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.intl-section__title{font-size:var(--font-size-h2);color:var(--brand-black);margin-bottom:var(--space-md);scroll-margin-top:calc(var(--navbar-height) + var(--space-lg))}.intl-section__subtitle{font-size:var(--font-size-h4);color:var(--text-primary);margin-top:var(--space-lg);margin-bottom:var(--space-sm)}.intl-callout{background-color:var(--brand-blue-light);border-left:3px solid var(--brand-blue);border-radius:0 var(--radius-sm) var(--radius-sm) 0;padding:var(--space-sm) var(--space-md);margin:var(--space-lg) 0}.intl-callout p{margin:0;color:var(--brand-blue);font-size:var(--font-size-small)}.intl-callout--warning{background-color:var(--warning-bg);border-left-color:var(--warning-border)}.intl-callout--warning p{color:var(--warning-text)}.intl-list{padding-left:0;list-style:none;margin-bottom:var(--space-md);display:flex;flex-direction:column;gap:var(--space-xs)}.intl-list--check li{display:flex;align-items:flex-start;gap:var(--space-sm);color:var(--text-secondary);line-height:var(--line-height-body)}.intl-check{width:16px;height:16px;flex-shrink:0;margin-top:3px;color:var(--brand-red)}.intl-list--numbered{counter-reset:intl-counter}.intl-list--numbered li{counter-increment:intl-counter;padding-left:var(--space-xl);position:relative;color:var(--text-secondary);line-height:var(--line-height-body)}.intl-list--numbered li:before{content:counter(intl-counter);position:absolute;left:0;top:0;width:24px;height:24px;background-color:var(--brand-blue);color:var(--brand-white);border-radius:50%;font-size:var(--font-size-small);font-weight:var(--font-weight-bold);display:flex;align-items:center;justify-content:center}.intl-list--steps li{padding-left:var(--space-xl);position:relative;color:var(--text-secondary);line-height:var(--line-height-body);counter-increment:intl-steps}.intl-list--steps{counter-reset:intl-steps}.intl-list--steps li:before{content:counter(intl-steps);position:absolute;left:0;top:2px;width:22px;height:22px;background-color:var(--brand-red);color:var(--brand-white);border-radius:50%;font-size:var(--font-size-small);font-weight:var(--font-weight-bold);display:flex;align-items:center;justify-content:center}.intl-table{margin:var(--space-lg) 0;font-size:var(--font-size-small)}.intl-faq{display:flex;flex-direction:column;gap:var(--space-lg)}.intl-faq__item{border-left:3px solid var(--border-light);padding-left:var(--space-md)}.intl-faq__question{font-size:var(--font-size-body);font-weight:var(--font-weight-bold);color:var(--brand-blue);margin-bottom:var(--space-xs)}.intl-faq__answer{color:var(--text-secondary);margin:0;line-height:var(--line-height-body)}.intl-sidebar{min-width:0}.intl-sidebar__sticky{position:sticky;top:calc(var(--navbar-height) + var(--space-lg));display:flex;flex-direction:column;gap:var(--space-lg)}.intl-contact-link{color:var(--text-link)}.intl-contact-link:hover{color:var(--brand-blue-dark)}.intl-quick-links{background-color:var(--bg-muted);border:1px solid var(--border-light);border-radius:var(--radius-md);padding:var(--space-lg)}.intl-quick-links__heading{font-size:var(--font-size-small);font-weight:var(--font-weight-bold);text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);margin-bottom:var(--space-sm)}.intl-quick-links__list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column}.intl-quick-links__item{display:flex;align-items:center;justify-content:space-between;padding:var(--space-sm) 0;border-bottom:1px solid var(--border-light);font-size:var(--font-size-small);color:var(--text-link);text-decoration:none;transition:color .15s ease;gap:var(--space-sm)}.intl-quick-links__list li:last-child .intl-quick-links__item{border-bottom:none}.intl-quick-links__item:hover{color:var(--brand-blue-dark);text-decoration:none}.intl-quick-links__label{flex:1}.intl-quick-links__arrow{flex-shrink:0;color:var(--text-muted);font-size:var(--font-size-small)}@media (max-width: 768px){.intl-page-title h1{font-size:2.75rem}}@media (max-width: 1050px){.intl-layout{grid-template-columns:1fr}.intl-sidebar{order:-1}.intl-sidebar__sticky{position:static;flex-direction:column}.intl-toc,.intl-quick-facts,.intl-sidebar__cta{flex:1 1 260px}}.legal-doc{max-width:800px;margin:0 auto;padding:0 var(--space-md);padding-bottom:var(--space-xxl)}.legal-doc__header{text-align:center;padding:var(--space-xxl) 0 var(--space-lg);border-bottom:1px solid var(--border-light);margin-bottom:var(--space-xl)}.legal-doc__header h1{margin-bottom:var(--space-xs)}.legal-doc__header p{color:var(--text-secondary);font-size:var(--font-size-small);margin:0}.legal-doc__body{line-height:var(--line-height-body)}.legal-doc__section{margin-bottom:var(--space-xl)}.legal-doc__section h2{font-size:var(--font-size-h3);color:var(--text-primary);margin-bottom:var(--space-sm)}.legal-doc__section h3{font-size:var(--font-size-h5);color:var(--text-primary);margin-top:var(--space-md);margin-bottom:var(--space-xs)}.legal-doc__section p{color:var(--text-secondary);margin-bottom:var(--space-sm)}.legal-doc__section ul{color:var(--text-secondary);padding-left:var(--space-lg);margin-bottom:var(--space-sm)}.legal-doc__section li{margin-bottom:var(--space-xs)}.legal-doc__contact{list-style:none;padding-left:0}.legal-doc__contact li{margin-bottom:var(--space-xs)}@media (max-width: 1050px){.legal-doc__header{padding:var(--space-xl) 0 var(--space-md)}.legal-doc{padding:0 var(--space-sm);padding-bottom:var(--space-xl)}}.en-events{background:var(--bg-white)}.en-news{background:var(--bg-muted)}.en-section-header{max-width:640px;margin:0 auto var(--space-xxl);text-align:center;display:flex;flex-direction:column;gap:var(--space-sm)}.en-section-header .section-label{justify-content:center}.en-section-title{font-size:var(--font-size-h1);color:var(--brand-black);line-height:1.3;margin-top:-10px;margin-bottom:0}.en-section-subtitle{color:var(--text-secondary);line-height:var(--line-height-body);margin:0}.en-empty{text-align:center;padding:var(--space-3xl) var(--space-lg);border:1px dashed var(--border-light);display:flex;flex-direction:column;gap:var(--space-xs)}.en-empty__text{font-size:var(--font-size-h5);font-weight:var(--font-weight-medium);color:var(--gray-600);margin:0}.en-empty__sub{font-size:var(--font-size-small);color:var(--gray-400);margin:0}.en-item-list{display:flex;flex-direction:column}.en-item{display:flex;flex-direction:row;align-items:flex-start;gap:var(--space-xxl);padding:var(--space-xl) 0;border-bottom:1px solid var(--border-light)}.en-item:first-child{padding-top:0}.en-item:last-child{border-bottom:none;padding-bottom:0}.en-item__image{width:300px;flex-shrink:0;aspect-ratio:4 / 3;overflow:hidden;background:var(--gray-100)}.en-item__image img{width:100%;height:100%;object-fit:cover;display:block}.en-item__image-placeholder{width:100%;height:100%;background:var(--gray-100)}.en-item__body{flex:1;display:flex;flex-direction:column;gap:var(--space-sm);padding-top:var(--space-xs)}.en-item__meta{display:flex;flex-direction:column;gap:2px}.en-item__date{font-size:var(--font-size-small);font-weight:var(--font-weight-medium);color:var(--brand-blue)}.en-item__location{font-size:var(--font-size-small);color:var(--gray-500)}.en-item__title{font-size:var(--font-size-h3);font-weight:var(--font-weight-bold);color:var(--brand-black);line-height:1.3;margin:0}.en-item__desc{font-size:var(--font-size-body);color:var(--text-secondary);line-height:var(--line-height-body);margin:0}.en-item__cta{align-self:flex-start;margin-top:var(--space-xs)}@keyframes en-shimmer{0%{background-position:-400px 0}to{background-position:400px 0}}.en-skeleton{background:linear-gradient(90deg,var(--gray-200) 25%,var(--gray-100) 50%,var(--gray-200) 75%);background-size:800px 100%;animation:en-shimmer 1.4s infinite linear;border-radius:2px}.en-skeleton-card{pointer-events:none}.en-skeleton--title{width:60%;height:24px}.en-skeleton--meta{width:40%;height:12px}.en-skeleton--line{width:100%;height:12px}.en-skeleton--short{width:55%}@media (max-width: 1050px){.en-item{flex-direction:column;gap:var(--space-md)}.en-item__image{width:100%;aspect-ratio:16 / 9}}
