﻿*,*::before,*::after{box-sizing:border-box}*{margin:0;padding:0}html{font-size:100%;scroll-behavior:smooth}body{font-family:"Open Sans",-apple-system,BlinkMacSystemFont,sans-serif;font-size:1rem;line-height:1.6;color:#000;background-color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{font-family:"Montserrat",-apple-system,BlinkMacSystemFont,sans-serif;font-weight:700;line-height:1.2;color:#000;margin-bottom:1rem}h1{font-size:2.5rem}h2{font-size:1.75rem}h3{font-size:1.25rem}h4{font-size:1.125rem}h5{font-size:1rem}h6{font-size:.875rem}p{margin-bottom:1rem}a{color:#d88a0e;text-decoration:none;transition:color 150ms ease}a:hover{color:#fca311}ul,ol{padding-left:1.5rem;margin-bottom:1rem}li{margin-bottom:.5rem}img{max-width:100%;height:auto;display:block}.container{width:100%;max-width:1100px;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}@media(min-width: 992px){.container{padding-left:30px;padding-right:30px}}.section{padding-top:2rem;padding-bottom:2rem}@media(min-width: 768px){.section{padding-top:3rem;padding-bottom:3rem}}.accent{color:#14213d}main{min-height:calc(100vh - 80px - 8rem)}.page{padding-top:2rem;padding-bottom:2rem}@media(min-width: 768px){.page{padding-top:3rem;padding-bottom:3rem}}.page__header{text-align:center;margin-bottom:3rem}.page__title{font-size:3.75rem;margin-bottom:1rem}@media(max-width: 767px){.page__title{font-size:2.5rem}}.page__subtitle{font-size:1.25rem;color:#525252;max-width:700px;margin:0 auto}.page__content h2{margin-top:3rem}.page__content h3{margin-top:2rem}.app-page main{padding:0}.app-container{height:calc(100vh - 80px)}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;font-family:"Open Sans",-apple-system,BlinkMacSystemFont,sans-serif;font-size:1rem;font-weight:600;line-height:1;text-decoration:none;border:2px solid rgba(0,0,0,0);border-radius:.5rem;cursor:pointer;transition:all 250ms ease}.btn--primary{background-color:#fca311;border-color:#fca311;color:#000}.btn--primary:hover{background-color:#d88a0e;border-color:#d88a0e;color:#000}.btn--secondary{background-color:#14213d;border-color:#14213d;color:#fff}.btn--secondary:hover{background-color:#1e3259;border-color:#1e3259;color:#fff}.btn--dark{background-color:#000;border-color:#000;color:#fff}.btn--dark:hover{background-color:#14213d;border-color:#14213d;color:#fff}.btn--outline{background-color:rgba(0,0,0,0);border-color:#b3b3b3;color:#000}.btn--outline:hover{background-color:#fafafa;border-color:#000}.btn--outline-light{background-color:rgba(0,0,0,0);border-color:rgba(255,255,255,.5);color:#fff}.btn--outline-light:hover{background-color:rgba(255,255,255,.1);border-color:#fff;color:#fff}.btn--lg{padding:1rem 2rem;font-size:1.125rem}.btn--sm{padding:.5rem 1rem;font-size:.875rem}.btn--full{width:100%}.topbar{background-color:#000;font-size:.875rem;padding:.5rem 0;border-bottom:1px solid rgba(255,255,255,.1);display:none;overflow:hidden;max-height:46px;opacity:1;transition:max-height .3s ease,opacity .3s ease,padding .3s ease}@media(min-width: 768px){.topbar{display:block}}.header.is-scrolled+.topbar,.is-scrolled .topbar{max-height:0;opacity:0;padding:0}.topbar__inner{display:flex;align-items:center;justify-content:space-between}.topbar__tagline{color:rgba(255,255,255,.7);font-weight:500;letter-spacing:.025em}.topbar__contact{display:flex;align-items:center;gap:1.5rem}.topbar__link{display:flex;align-items:center;gap:.5rem;color:rgba(255,255,255,.7);text-decoration:none;transition:color 150ms ease}.topbar__link:hover{color:#fca311}.topbar__link--static{cursor:default}.topbar__link--static:hover{color:rgba(255,255,255,.7)}.topbar__link .icon{width:14px;height:14px;flex-shrink:0}.topbar__social{display:flex;align-items:center;gap:.75rem;margin-left:1.5rem;padding-left:1.5rem;border-left:1px solid rgba(255,255,255,.1)}.topbar__social-link{color:rgba(255,255,255,.7);text-decoration:none;transition:color 150ms ease}.topbar__social-link:hover{color:#fca311}.topbar__social-link .icon{width:16px;height:16px}@media(min-width: 768px){body.has-topbar{padding-top:116px}}.site-header{position:fixed;top:0;left:0;right:0;z-index:300;background-color:#000;transition:transform .3s ease,box-shadow .3s ease,background-color .3s ease}.site-header.is-hidden{transform:translateY(-100%)}.site-header.is-scrolled{box-shadow:0 2px 10px rgba(0,0,0,.15)}@media(min-width: 768px){body.home.transparent-header.has-topbar{padding-top:0}}body.home.transparent-header .site-header{background-color:rgba(0,0,0,.5)}body.home.transparent-header .site-header.is-scrolled{background-color:#000}body.home.transparent-header .topbar{background-color:rgba(0,0,0,.5);border-bottom-color:rgba(0,0,0,0)}.is-scrolled body.home.transparent-header .topbar{background-color:#000;border-bottom-color:rgba(255,255,255,.1)}.header{position:fixed;top:0;left:0;right:0;height:80px;background-color:#000;border-bottom:none;z-index:300;transition:transform .3s ease,box-shadow .3s ease}.site-header .header{position:static;z-index:auto}.header.is-hidden{transform:translateY(-100%)}.header.is-visible{transform:translateY(0)}.header.is-scrolled{background-color:#000;box-shadow:0 2px 10px rgba(0,0,0,.15)}.header__container{width:100%;max-width:1100px;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem;display:flex;align-items:center;justify-content:space-between;height:100%;gap:1.5rem}@media(min-width: 992px){.header__container{padding-left:30px;padding-right:30px}}.header__logo{display:flex;align-items:center;gap:.5rem;font-family:"Montserrat",-apple-system,BlinkMacSystemFont,sans-serif;font-weight:600;color:#fff;text-decoration:none}.header__logo:hover{color:#fff}.header__logo img{height:60px;width:auto}.header__logo-icon{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background-color:rgba(255,255,255,.15);border-radius:.5rem;font-size:.875rem;font-weight:700;letter-spacing:-0.5px}.header__logo-text{font-size:1.125rem}@media(max-width: 768px){.header__logo-text{display:none}}.header__nav{display:flex;align-items:center;gap:.5rem}.header__nav--main{flex:1;justify-content:center}@media(max-width: 768px){.header__nav--main{display:none}}.header__nav--auth{padding-right:1rem}@media(max-width: 768px){.header__nav--auth{display:none}}.header__link,.header__nav-link{padding:.5rem 1rem;color:rgba(255,255,255,.8);font-size:1rem;font-weight:500;border-radius:.25rem;transition:all 150ms ease}.header__link:hover,.header__nav-link:hover{color:#fff;background-color:rgba(255,255,255,.1)}.header__link--active,.header__nav-link--active{color:#fff;border-bottom:2px solid #fca311;border-radius:0}.header__link--cta,.header__nav-link--cta{background-color:#fca311;color:#fff}.header__link--cta:hover,.header__nav-link--cta:hover{background-color:#fdb643;color:#fff}.header__link--cta.header__nav-link--active,.header__link--cta.header__link--active,.header__nav-link--cta.header__nav-link--active,.header__nav-link--cta.header__link--active{background-color:#fca311}.header__auth-link{padding:.5rem 1rem;color:rgba(255,255,255,.8);font-size:1rem;font-weight:500;transition:color 150ms ease}.header__auth-link:hover{color:#fff}.header__mobile-toggle{display:none;flex-direction:column;justify-content:center;gap:5px;width:32px;height:32px;padding:4px;background:rgba(0,0,0,0);border:none;cursor:pointer}@media(max-width: 768px){.header__mobile-toggle{display:flex}}.header__mobile-toggle span{display:block;width:100%;height:2px;background-color:#fff;border-radius:1px;transition:all 150ms ease}.header .btn--primary{background-color:#fca311;color:#000;border:1px solid #fca311;padding:1rem 1.5rem}.header .btn--primary:hover{background-color:rgba(255,255,255,.25);color:#000}.header .btn--ghost{color:rgba(255,255,255,.8)}.header .btn--ghost:hover{background-color:rgba(255,255,255,.1);color:#fff}body{padding-top:80px}body.home.transparent-header{padding-top:0}body.home.transparent-header .header{background-color:rgba(0,0,0,.5);border-bottom:none}body.home.transparent-header .header .header__logo{color:#fff}body.home.transparent-header .header .header__logo:hover{color:#14213d}body.home.transparent-header .header .header__link,body.home.transparent-header .header .header__nav-link{color:#fff}body.home.transparent-header .header .header__link:hover,body.home.transparent-header .header .header__nav-link:hover{color:#14213d}body.home.transparent-header .header .btn--ghost{color:#fff}body.home.transparent-header .header .btn--ghost:hover{background-color:rgba(255,255,255,.1)}body.home.transparent-header .header.is-scrolled{background-color:#000;border-bottom:none}body.home.transparent-header .header.is-scrolled .header__logo{color:#fff}body.home.transparent-header .header.is-scrolled .header__logo:hover{color:#fff}body.home.transparent-header .header.is-scrolled .header__link,body.home.transparent-header .header.is-scrolled .header__nav-link{color:rgba(255,255,255,.8)}body.home.transparent-header .header.is-scrolled .header__link:hover,body.home.transparent-header .header.is-scrolled .header__nav-link:hover{color:#fff}body.home.transparent-header .header.is-scrolled .btn--ghost{color:rgba(255,255,255,.8)}body.home.transparent-header .header.is-scrolled .btn--ghost:hover{background-color:rgba(255,255,255,.1)}.mobile-nav{position:fixed;top:80px;left:0;right:0;bottom:0;background-color:#000;padding:1.5rem;overflow-y:auto;transform:translateX(-100%);transition:transform 250ms ease;z-index:299}.nav-open .mobile-nav{transform:translateX(0)}@media(min-width: 768px){.mobile-nav{display:none}}body.has-topbar .mobile-nav{top:80px}.mobile-nav__menu{list-style:none;margin:0;padding:0}.mobile-nav__item{border-bottom:1px solid rgba(255,255,255,.1)}.mobile-nav__link{display:block;padding:1rem 0;color:#fff;font-size:1.125rem;font-weight:600;text-decoration:none;transition:color 150ms ease}.mobile-nav__link:hover,.mobile-nav__link.is-active{color:#fca311}.mobile-nav__submenu{list-style:none;margin:0;padding:0 0 .5rem 1rem}.mobile-nav__submenu .mobile-nav__link{font-size:1rem;font-weight:500;padding:.5rem 0}.mobile-nav__cta{margin-top:1.5rem;width:100%;text-align:center}.mobile-nav__auth{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.1);text-align:center}.mobile-nav__auth-link{color:rgba(255,255,255,.7);font-weight:500;text-decoration:none;transition:color 150ms ease}.mobile-nav__auth-link:hover{color:#fca311}.mobile-nav__contact{margin-top:2rem;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.1)}.mobile-nav__contact-item{display:flex;align-items:center;gap:.75rem;color:rgba(255,255,255,.7);margin-bottom:1rem}.mobile-nav__contact-item .icon{width:18px;height:18px;color:#fca311;flex-shrink:0}.mobile-nav__contact-item a{color:inherit;text-decoration:none}.mobile-nav__contact-item a:hover{color:#fca311}html.nav-open{overflow:hidden}@media(min-width: 768px){html.nav-open{overflow:auto}}.nav-open .header__mobile-toggle span:nth-child(1){transform:translateY(7px) rotate(45deg)}.nav-open .header__mobile-toggle span:nth-child(2){opacity:0}.nav-open .header__mobile-toggle span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.footer{background-color:#000;color:rgba(255,255,255,.7);flex-shrink:0}.footer__main{padding:4rem 0}.footer__inner{width:100%;max-width:1100px;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem;display:grid;gap:2rem}@media(min-width: 992px){.footer__inner{padding-left:30px;padding-right:30px}}@media(min-width: 768px){.footer__inner{grid-template-columns:repeat(2, 1fr)}}@media(min-width: 992px){.footer__inner{grid-template-columns:1.5fr repeat(3, 1fr);gap:3rem}}.footer__logo{display:inline-block;margin-bottom:1rem}.footer__logo img{height:48px;width:auto}.footer__logo-text{font-family:"Montserrat",-apple-system,BlinkMacSystemFont,sans-serif;font-size:1.25rem;font-weight:700;color:#fff;text-decoration:none;display:inline-block;margin-bottom:1rem}.footer__logo-text:hover{color:#fca311}.footer__tagline{font-family:"Montserrat",-apple-system,BlinkMacSystemFont,sans-serif;font-size:1.125rem;font-weight:600;color:#fff;margin-bottom:.75rem}.footer__description{color:rgba(255,255,255,.7);margin-bottom:1rem;max-width:320px;line-height:1.75;font-size:.875rem}.footer__social{display:flex;gap:.75rem;margin-top:1rem}.footer__social-link{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:9999px;background-color:rgba(255,255,255,.1);color:rgba(255,255,255,.7);transition:background-color 150ms ease,color 150ms ease}.footer__social-link .icon{width:18px;height:18px}.footer__social-link:hover{background-color:#fca311;color:#000}.footer__heading{font-family:"Montserrat",-apple-system,BlinkMacSystemFont,sans-serif;font-size:1rem;font-weight:600;color:#fff;margin-bottom:1rem;text-transform:uppercase;letter-spacing:.025em}.footer__list{list-style:none;margin:0;padding:0}.footer__item{margin-bottom:.75rem}.footer__item:last-child{margin-bottom:0}.footer__link{color:rgba(255,255,255,.7);text-decoration:none;transition:color 150ms ease;font-size:.875rem}.footer__link:hover{color:#fca311}.footer__bottom{background-color:rgba(0,0,0,.3);padding:1rem 0}.footer__bottom-inner{width:100%;max-width:1100px;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem;display:flex;flex-direction:column;gap:1rem;text-align:center}@media(min-width: 992px){.footer__bottom-inner{padding-left:30px;padding-right:30px}}@media(min-width: 768px){.footer__bottom-inner{flex-direction:row;justify-content:space-between;align-items:center;text-align:left}}.footer__copyright{font-size:.875rem;color:rgba(255,255,255,.7)}.footer__copyright a{color:#fff;text-decoration:none}.footer__copyright a:hover{color:#fca311}.footer__legal{display:flex;justify-content:center;gap:1rem;font-size:.875rem}@media(min-width: 768px){.footer__legal{gap:1.5rem}}.footer__legal-link{color:rgba(255,255,255,.7);text-decoration:none;transition:color 150ms ease}.footer__legal-link:hover{color:#fca311}.footer--simple .footer__main{display:none}.footer--simple .footer__bottom{padding:1.5rem 0}.footer--simple .footer__legal{order:-1}.form-page{padding:5rem 0;background:linear-gradient(180deg, #fef6e6 0%, #ffffff 100%);min-height:calc(100vh - 80px)}.form-page__title{font-family:"Montserrat",-apple-system,BlinkMacSystemFont,sans-serif;font-size:1.75rem;font-weight:700;color:#000;text-align:center;margin-bottom:1rem}.form-page__intro{text-align:center;font-size:1.125rem;color:#525252;max-width:600px;margin:0 auto 2.5rem;line-height:1.75}.form-page__note{margin-top:2rem;padding:1.25rem 1.5rem;background:#e8eaef;border-radius:.5rem;border-left:4px solid #14213d;font-size:.875rem;color:#525252;line-height:1.75}.form{background:#fff;padding:2.5rem;border-radius:1.5rem;box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 8px 10px -6px rgba(0,0,0,.1);max-width:700px;margin:0 auto}@media(max-width: 576px){.form{padding:1.5rem;border-radius:1rem}}.form__section{margin-bottom:2.5rem;padding-bottom:2rem;border-bottom:1px solid #d4d4d4}.form__section:last-of-type{margin-bottom:1.5rem;padding-bottom:0;border-bottom:none}.form__section-title{font-family:"Montserrat",-apple-system,BlinkMacSystemFont,sans-serif;font-size:1.25rem;font-weight:600;color:#fca311;margin-bottom:1.5rem;padding-bottom:.75rem;border-bottom:2px solid #14213d;display:inline-block}.form__row{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem}@media(max-width: 576px){.form__row{grid-template-columns:1fr;gap:1rem}}.form__group{margin-bottom:1.25rem}.form__group:last-child{margin-bottom:0}.form__label{display:block;margin-bottom:.5rem;font-weight:500;font-size:.875rem;color:#000}.form__label .required{color:#ef4444;margin-left:2px}.form__input,.form__select,.form__textarea{width:100%;padding:1rem;background:#fff;border:2px solid #d4d4d4;border-radius:.5rem;color:#000;font-family:"Open Sans",-apple-system,BlinkMacSystemFont,sans-serif;font-size:1rem;line-height:1.6;transition:border-color 150ms ease,box-shadow 150ms ease}.form__input::placeholder,.form__select::placeholder,.form__textarea::placeholder{color:#8a8a8a}.form__input:hover,.form__select:hover,.form__textarea:hover{border-color:#b3b3b3}.form__input:focus,.form__select:focus,.form__textarea:focus{outline:none;border-color:#fca311;box-shadow:0 0 0 3px rgba(252,163,17,.1)}.form__select{appearance:none;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24'%3E%3Cpath fill='%231e3a5f' d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;background-size:16px;padding-right:3rem}.form__select:invalid{color:#8a8a8a}.form__textarea{resize:vertical;min-height:120px}.form__checkbox{display:flex;align-items:flex-start;gap:.75rem;cursor:pointer;padding:1rem;background:#fff;border-radius:.5rem;border:1px solid #d4d4d4;transition:all 250ms ease}.form__checkbox:hover{border-color:#fca311;background:#fef6e6}.form__checkbox input[type=checkbox]{width:20px;height:20px;margin-top:2px;flex-shrink:0;accent-color:#fca311;cursor:pointer}.form__checkbox span{font-size:.875rem;color:#525252;line-height:1.75}.form__checkbox a{color:#fca311;font-weight:500;text-decoration:underline}.form__checkbox a:hover{color:#d88a0e}.form__submit{margin-top:2rem}.form__submit .btn{padding:1.25rem 2rem;font-size:1.125rem}.container--narrow{max-width:800px;margin:0 auto;padding:0 1rem}.card{background:#fff;border-radius:1rem;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1);overflow:hidden;transition:all 250ms ease}.card:hover{box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);transform:translateY(-2px)}.card__image{width:100%;height:200px;object-fit:cover}.card__content{padding:1.5rem}.card__title{font-family:"Montserrat",-apple-system,BlinkMacSystemFont,sans-serif;font-size:1.125rem;font-weight:600;color:#000;margin-bottom:.75rem}.card__text{font-size:1rem;color:#525252;line-height:1.75;margin-bottom:1rem}.card__meta{font-size:.875rem;color:#6b6b6b}.card__link{display:inline-flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:600;color:#fca311;text-decoration:none;transition:color 150ms ease,background-color 150ms ease,border-color 150ms ease}.card__link:hover{color:#14213d}.card__link svg{width:16px;height:16px;transition:transform 150ms ease}.card__link:hover svg{transform:translateX(4px)}.card--horizontal{display:flex;flex-direction:row}@media(max-width: 768px){.card--horizontal{flex-direction:column}}.card--horizontal .card__image{width:300px;height:auto;min-height:200px}@media(max-width: 768px){.card--horizontal .card__image{width:100%;height:200px}}.card--horizontal .card__content{flex:1;display:flex;flex-direction:column;justify-content:center}.card--bordered{border:1px solid #d4d4d4;box-shadow:none}.card--bordered:hover{border-color:#fca311;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1)}.card--compact .card__content{padding:1rem}.card--compact .card__title{font-size:1.125rem;margin-bottom:.5rem}.card--compact .card__text{font-size:.875rem;margin-bottom:.75rem}.with-sidebar{display:flex;flex-direction:column;gap:1.5rem}@media(min-width: 992px){.with-sidebar{flex-direction:row;align-items:flex-start}}.with-sidebar__main{flex:1;min-width:0}@media(min-width: 992px){.with-sidebar__sidebar{flex:0 0 340px}}@media(min-width: 992px){.with-sidebar--left{flex-direction:row-reverse}}.content-narrow{max-width:65ch}.blog-sidebar__widget{margin-bottom:1.5rem;padding:1.5rem;background-color:#fafafa;border-radius:1rem}.blog-sidebar__widget:last-child{margin-bottom:0}.blog-sidebar__title{font-family:"Montserrat",-apple-system,BlinkMacSystemFont,sans-serif;font-size:1.125rem;font-weight:700;margin-bottom:1rem;padding-bottom:1rem;border-bottom:2px solid #14213d}.blog-categories{list-style:none;margin:0;padding:0}.blog-categories__item{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0;border-bottom:1px solid #e5e5e5}.blog-categories__item:last-child{border-bottom:none;padding-bottom:0}.blog-categories__item:first-child{padding-top:0}.blog-categories__link{color:#000;text-decoration:none;transition:color 150ms ease;font-size:.875rem}.blog-categories__link:hover{color:#d88a0e}.blog-categories__link.is-active{font-weight:600;color:#fca311;position:relative}.blog-categories__link.is-active::before{content:"";position:absolute;left:-0.75rem;top:50%;transform:translateY(-50%);width:3px;height:100%;background-color:#14213d;border-radius:2px}.page-header{background-color:#fca311;color:#000;padding:2rem 0}.page-header__title{font-family:"Montserrat",-apple-system,BlinkMacSystemFont,sans-serif;font-size:1.875rem;font-weight:700;margin:0}@media(min-width: 768px){.page-header__title{font-size:2.25rem}}.page-header__subtitle{font-size:1.125rem;opacity:.9;margin-top:1rem;margin-bottom:0}.section{padding:2rem 0}.chapter-nav-inline{margin-bottom:1.5rem;padding:1rem;background-color:#fafafa;border-radius:1rem}.chapter-nav-inline .chapter-nav__label{font-weight:600;margin-bottom:.75rem;color:#525252;font-size:.875rem}.chapter-nav-inline .chapter-nav__links{display:flex;flex-wrap:wrap;gap:.5rem}.chapter-nav-inline .chapter-nav__links a{display:inline-block;padding:.25rem .75rem;background-color:#fff;border:1px solid #d4d4d4;border-radius:.25rem;font-size:.875rem;color:#000;text-decoration:none;transition:all 150ms ease}.chapter-nav-inline .chapter-nav__links a:hover{background-color:#fca311;border-color:#fca311;color:#000}.chapter-section-inline{padding:1.5rem 0;border-bottom:1px solid #e5e5e5}.chapter-section-inline:last-of-type{border-bottom:none}.chapter-section-inline .chapter-section__header{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.chapter-section-inline .chapter-section__number{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background-color:#14213d;color:#fff;font-weight:700;font-size:1.125rem;border-radius:9999px;flex-shrink:0}.chapter-section-inline h2{margin:0;font-size:1.5rem}.chapter-section-inline.chapter-section--alt{background-color:#fafafa;margin-left:-1rem;margin-right:-1rem;padding-left:1rem;padding-right:1rem;border-radius:.5rem}.chapter-footer-inline{padding-top:2rem;text-align:center}.chapter-navigation{display:flex;gap:1rem;margin-top:2rem;padding-top:1.5rem;border-top:2px solid #d4d4d4}@media(max-width: 767px){.chapter-navigation{flex-direction:column}}.chapter-nav-link{flex:1;display:block;padding:1rem;background-color:#fafafa;border-radius:1rem;text-decoration:none;transition:all 150ms ease;border:2px solid rgba(0,0,0,0)}.chapter-nav-link:hover:not(.chapter-nav-link--disabled){background-color:#fff;border-color:#fca311;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1)}.chapter-nav-link--prev{text-align:left}.chapter-nav-link--next{text-align:right}.chapter-nav-link--disabled{opacity:.5;cursor:default}.chapter-nav-link__label{display:block;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#6b6b6b;margin-bottom:.25rem}.chapter-nav-link__title{display:block;font-size:1rem;font-weight:600;color:#000}.chapter-nav-link--disabled .chapter-nav-link__title{color:#6b6b6b}.floor-plan-example{padding:2rem;background-color:#fafafa;border:2px dashed #d4d4d4;border-radius:1rem;text-align:center;margin:1.5rem 0}.floor-plan-example p{margin:0;color:#6b6b6b}.floor-plan-example img{max-width:100%;height:auto;border-radius:.5rem}.page{padding:3rem 0}.page__title{margin-bottom:3rem;padding-bottom:1.5rem;border-bottom:1px solid #d4d4d4}.page__content h2{margin-top:3rem}.page__content h3{margin-top:2rem}.page__content ul,.page__content ol{margin-bottom:1.5rem;padding-left:2rem}.page__content ul{list-style:disc}.page__content ol{list-style:decimal}.page__content li{margin-bottom:.5rem;color:#000}.page__content--narrow{max-width:700px}.hero{position:relative;background-size:cover;background-position:center;background-repeat:no-repeat;background-color:#fafafa;overflow:hidden;min-height:400px;display:flex;align-items:center;padding:3rem 0;text-align:center}@media(min-width: 768px){.hero{min-height:500px;padding:5rem 0}}.hero--left{text-align:left}.hero--left .hero__container{align-items:flex-start}.hero--left .hero__subtitle{margin-left:0;margin-right:0}.hero--overlay{background-color:#000}.hero--overlay::before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(to right, rgba(20, 33, 61, 0.9) 0%, rgba(20, 33, 61, 0.5) 50%, rgba(20, 33, 61, 0) 100%);z-index:1}.hero--overlay .hero__container{position:relative;z-index:2}.hero--overlay .hero__title{color:#fff}.hero--overlay .hero__subtitle{color:rgba(255,255,255,.9)}.hero--overlay .hero__note{color:rgba(255,255,255,.7)}.hero--overlay .btn--outline{color:#fff;border-color:#fff}.hero--overlay .btn--outline:hover{background-color:#fff;color:#fca311}.hero--sm{min-height:auto;padding:4rem 0}@media(min-width: 768px){.hero--sm{min-height:auto;padding:5rem 0}}.hero--sm .hero__title{font-size:clamp(2rem,5vw,3rem)}.hero--sm .hero__subtitle{font-size:1.125rem;max-width:650px;margin-bottom:1.5rem}.hero--sm.hero--overlay::before{background:rgba(20,33,61,.75)}.hero--lg{min-height:500px}@media(min-width: 768px){.hero--lg{min-height:85vh}}.hero--refined,.hero--brand,.hero--energetic,.hero--cool,.hero--warm{color:#fff}.hero--refined .hero__title,.hero--brand .hero__title,.hero--energetic .hero__title,.hero--cool .hero__title,.hero--warm .hero__title{color:#fff}.hero--refined .hero__subtitle,.hero--brand .hero__subtitle,.hero--energetic .hero__subtitle,.hero--cool .hero__subtitle,.hero--warm .hero__subtitle{color:rgba(255,255,255,.9)}.hero--refined .hero__note,.hero--brand .hero__note,.hero--energetic .hero__note,.hero--cool .hero__note,.hero--warm .hero__note{color:rgba(255,255,255,.7)}.hero--refined .hero__badge,.hero--brand .hero__badge,.hero--energetic .hero__badge,.hero--cool .hero__badge,.hero--warm .hero__badge{background:rgba(255,255,255,.15);color:rgba(255,255,255,.9);border-color:rgba(255,255,255,.2)}.hero--refined .hero__label,.hero--brand .hero__label,.hero--energetic .hero__label,.hero--cool .hero__label,.hero--warm .hero__label{color:rgba(255,255,255,.9)}.hero--refined .hero__stat-value,.hero--brand .hero__stat-value,.hero--energetic .hero__stat-value,.hero--cool .hero__stat-value,.hero--warm .hero__stat-value{color:#fff}.hero--refined .hero__stat-label,.hero--brand .hero__stat-label,.hero--energetic .hero__stat-label,.hero--cool .hero__stat-label,.hero--warm .hero__stat-label{color:rgba(255,255,255,.7)}.hero--refined .btn--primary,.hero--brand .btn--primary,.hero--energetic .btn--primary,.hero--cool .btn--primary,.hero--warm .btn--primary{background:#fff;color:inherit}.hero--refined .btn--primary:hover,.hero--brand .btn--primary:hover,.hero--energetic .btn--primary:hover,.hero--cool .btn--primary:hover,.hero--warm .btn--primary:hover{background:rgba(255,255,255,.9)}.hero--refined .btn--outline,.hero--brand .btn--outline,.hero--energetic .btn--outline,.hero--cool .btn--outline,.hero--warm .btn--outline{color:#fff;border-color:#fff}.hero--refined .btn--outline:hover,.hero--brand .btn--outline:hover,.hero--energetic .btn--outline:hover,.hero--cool .btn--outline:hover,.hero--warm .btn--outline:hover{background:#fff;color:inherit}.hero--warm{background:linear-gradient(135deg, #fca311 0%, #d78703 100%)}.hero--warm .hero__accent{color:#14213d}.hero--warm .btn--primary{color:#fca311}.hero--warm .btn--primary:hover{color:#fca311}.hero--warm .btn--outline:hover{color:#fca311}.hero--cool{background:linear-gradient(135deg, #14213d 0%, #05080f 100%)}.hero--cool .hero__accent{color:#fca311}.hero--cool .btn--primary{color:#14213d}.hero--cool .btn--primary:hover{color:#14213d}.hero--cool .btn--outline:hover{color:#14213d}.hero--energetic{background:linear-gradient(135deg, #fca311 0%, #d78703 100%)}.hero--energetic .hero__accent{color:#14213d}.hero--energetic .btn--primary{color:#fca311}.hero--energetic .btn--primary:hover{color:#fca311}.hero--energetic .btn--outline:hover{color:#fca311}.hero--brand{background:linear-gradient(180deg, #14213d 0%, #0a101e 100%)}.hero--brand .hero__accent{color:#fca311}.hero--brand .btn--primary{color:#14213d}.hero--brand .btn--primary:hover{color:#14213d}.hero--brand .btn--outline:hover{color:#14213d}.hero--refined{background:linear-gradient(135deg, #000000 0%, black 100%)}.hero--refined .hero__accent{color:#fca311}.hero--refined .btn--primary{color:#000}.hero--refined .btn--primary:hover{color:#000}.hero--refined .btn--outline:hover{color:#000}.hero--subtle{background:linear-gradient(180deg, #ffffff 0%, #fafafa 100%)}.hero--subtle .hero__title{color:#000}.hero--subtle .hero__accent{color:#fca311}.hero--subtle .hero__subtitle{color:#525252}.hero--subtle .hero__note{color:#8a8a8a}.hero--subtle .hero__badge{background:#fff;color:#525252;border-color:#d4d4d4}.hero--subtle .hero__stars{color:#d88a0e}.hero__container{width:100%;max-width:1100px;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem;display:flex;flex-direction:column;align-items:center;width:100%}@media(min-width: 992px){.hero__container{padding-left:30px;padding-right:30px}}.hero__badge{display:inline-flex;align-items:center;gap:.5rem;background:rgba(255,255,255,.15);backdrop-filter:blur(8px);padding:.5rem 1.5rem;border-radius:9999px;font-size:.875rem;font-weight:500;color:rgba(255,255,255,.9);margin-bottom:2rem;border:1px solid rgba(255,255,255,.2)}.hero__stars{display:inline-flex;gap:2px;color:#14213d}.hero__label{display:inline-block;font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.025em;color:#fca311;margin-bottom:1rem}.hero--overlay .hero__label{color:#14213d}.hero__title{font-family:"Montserrat",-apple-system,BlinkMacSystemFont,sans-serif;font-size:clamp(2rem,6vw,3.5rem);font-weight:700;line-height:1.2;color:#000;margin-bottom:1.5rem}.hero__accent{color:#14213d}.hero__subtitle{font-size:clamp(1.125rem,3vw,1.35rem);color:#525252;margin-bottom:3rem;max-width:600px;margin-left:auto;margin-right:auto;line-height:1.7}.hero__actions{display:flex;flex-direction:column;gap:1rem;width:100%}@media(min-width: 576px){.hero__actions{flex-direction:row;justify-content:center;width:auto}}@media(min-width: 576px){.hero--left .hero__actions{justify-content:flex-start}}.hero__note{font-size:.875rem;color:#8a8a8a;margin-top:1.5rem;margin-bottom:0}.hero__stats{display:flex;flex-wrap:wrap;justify-content:center;gap:2rem;margin-top:2rem;padding-top:2rem;border-top:1px solid rgba(255,255,255,.2)}.hero--left .hero__stats{justify-content:flex-start}.hero__stat{text-align:center}.hero__stat-value{font-family:"Montserrat",-apple-system,BlinkMacSystemFont,sans-serif;font-size:1.875rem;font-weight:700;color:#14213d;line-height:1;margin-bottom:.25rem}.hero__stat-label{font-size:.875rem;color:rgba(255,255,255,.7);text-transform:uppercase;letter-spacing:.025em}.hero__inner{width:100%;max-width:1100px;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem;padding:3rem 0;position:relative;z-index:2;min-height:500px;display:flex;flex-direction:column;justify-content:center}@media(min-width: 992px){.hero__inner{padding-left:30px;padding-right:30px}}@media(min-width: 768px){.hero__inner{min-height:600px;padding:5rem 0}}.hero__content{max-width:600px}.hero__media{position:absolute;inset:0;z-index:0}.hero__media img,.hero__media video{width:100%;height:100%;object-fit:cover}body.home.transparent-header .hero{padding-top:calc(80px + 3rem)}@media(min-width: 768px){body.home.transparent-header .hero{padding-top:calc(80px + 5rem)}}@media(min-width: 768px){body.home.transparent-header.has-topbar .hero{padding-top:calc(80px + 36px + 5rem)}}.hero-interior{position:relative;background-color:#000;overflow:hidden;min-height:300px;display:flex;align-items:flex-end}@media(min-width: 768px){.hero-interior{min-height:350px}}.hero-interior__media{position:absolute;inset:0;z-index:0}.hero-interior__media img{width:100%;height:100%;object-fit:cover}.hero-interior::before{content:"";position:absolute;inset:0;background:linear-gradient(135deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.5) 100%);z-index:1}.hero-interior--overlay-gradient::before{background:linear-gradient(to right, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.6) 50%, transparent 100%)}.hero-interior--overlay-light::before{background:linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.3) 100%)}.hero-interior--overlay-none::before{display:none}.hero-interior__inner{width:100%;max-width:1100px;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem;position:relative;z-index:2;width:100%;padding-top:3rem;padding-bottom:2rem}@media(min-width: 992px){.hero-interior__inner{padding-left:30px;padding-right:30px}}@media(min-width: 576px){.hero-interior__inner{padding-top:4rem;padding-bottom:2.5rem}}@media(min-width: 768px){.hero-interior__inner{padding-top:5rem;padding-bottom:3rem}}.hero-interior__content{max-width:700px}.hero-interior--center .hero-interior__inner{text-align:center}.hero-interior--center .hero-interior__content{margin-left:auto;margin-right:auto}.hero-interior--center .hero-interior__breadcrumbs{justify-content:center}.hero-interior--center .hero-interior__actions{justify-content:center}.hero-interior--center .hero-interior__stats{justify-content:center}.hero-interior__breadcrumbs{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:rgba(255,255,255,.7);margin-bottom:1rem}.hero-interior__breadcrumbs a{color:rgba(255,255,255,.7);text-decoration:none;transition:color 150ms ease}.hero-interior__breadcrumbs a:hover{color:#fff}.hero-interior__breadcrumbs .separator{opacity:.5}.hero-interior__breadcrumbs nav{display:contents}.hero-interior__breadcrumbs ol,.hero-interior__breadcrumbs ul{display:flex;align-items:center;gap:.5rem;list-style:none;margin:0;padding:0}.hero-interior__breadcrumbs li{display:flex;align-items:center;gap:.5rem}.hero-interior__breadcrumbs li::after{content:"/";opacity:.5}.hero-interior__breadcrumbs li:last-child::after{display:none}.hero-interior__label{display:inline-block;font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.025em;color:#fca311;margin-bottom:.5rem}.hero-interior__title{font-family:"Montserrat",-apple-system,BlinkMacSystemFont,sans-serif;font-size:1.5rem;font-weight:700;line-height:1.2;color:#fff;margin-bottom:.75rem}@media(min-width: 576px){.hero-interior__title{font-size:1.875rem;margin-bottom:1rem}}@media(min-width: 768px){.hero-interior__title{font-size:3rem;margin-bottom:1.5rem}}.hero-interior__subtitle{font-size:1rem;color:rgba(255,255,255,.85);margin-bottom:0;line-height:1.6}@media(min-width: 576px){.hero-interior__subtitle{font-size:1.125rem}}.hero-interior__actions{display:flex;flex-wrap:wrap;gap:1rem;margin-top:1.5rem}.hero-interior__stats{display:flex;flex-wrap:wrap;gap:1.5rem;margin-top:2rem;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.2)}@media(min-width: 768px){.hero-interior__stats{gap:2rem}}.hero-interior__stat{text-align:left}.hero-interior--center .hero-interior__stat{text-align:center}.hero-interior__stat-value{font-family:"Montserrat",-apple-system,BlinkMacSystemFont,sans-serif;font-size:1.5rem;font-weight:700;color:#fca311;line-height:1;margin-bottom:.25rem}@media(min-width: 768px){.hero-interior__stat-value{font-size:1.875rem}}.hero-interior__stat-label{font-size:.875rem;color:rgba(255,255,255,.7);text-transform:uppercase;letter-spacing:.025em}.hero-interior--sm{min-height:200px}@media(min-width: 768px){.hero-interior--sm{min-height:250px}}.hero-interior--sm .hero-interior__inner{padding-top:2rem;padding-bottom:1.5rem}@media(min-width: 768px){.hero-interior--sm .hero-interior__inner{padding-top:3rem;padding-bottom:2rem}}.hero-interior--sm .hero-interior__title{font-size:1.25rem}@media(min-width: 768px){.hero-interior--sm .hero-interior__title{font-size:1.875rem}}.hero-interior--lg{min-height:400px}@media(min-width: 768px){.hero-interior--lg{min-height:500px}}.hero-interior--lg .hero-interior__inner{padding-top:5rem;padding-bottom:3rem}@media(min-width: 768px){.hero-interior--lg .hero-interior__inner{padding-top:6rem;padding-bottom:4rem}}.hero-interior__meta{display:flex;flex-wrap:wrap;gap:1rem;margin-top:1.5rem;font-size:.875rem;color:rgba(255,255,255,.7)}.hero-interior__meta-item{display:flex;align-items:center;gap:.5rem}.hero-interior__meta-item svg{width:16px;height:16px;opacity:.7}.hero-interior__meta-item a{color:rgba(255,255,255,.7);text-decoration:none;transition:color 150ms ease}.hero-interior__meta-item a:hover{color:#fff}.section{padding:5rem 0;background-color:#fff}.section--alt{background-color:#fafafa}.section--dark{background-color:#fca311;color:#fff}.section__header{text-align:center;margin-bottom:3rem}.section__label{display:block;font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.025em;color:#14213d;margin-bottom:.5rem}.section__title{font-family:"Montserrat",-apple-system,BlinkMacSystemFont,sans-serif;font-size:1.75rem;font-weight:700;color:#fca311;margin-bottom:1rem}.section--dark .section__title{color:#fff}.section__subtitle{font-size:1.125rem;color:#525252;max-width:600px;margin:0 auto}.section--dark .section__subtitle{color:rgba(255,255,255,.85)}.features__grid{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width: 768px){.features__grid{grid-template-columns:repeat(3, 1fr)}}@media(min-width: 768px){.features__grid--2{grid-template-columns:repeat(2, 1fr)}}@media(min-width: 768px){.features__grid--4{grid-template-columns:repeat(2, 1fr)}}@media(min-width: 992px){.features__grid--4{grid-template-columns:repeat(4, 1fr)}}.feature{padding:2rem;background-color:#fff;border-radius:1rem;border:1px solid #d4d4d4;transition:box-shadow 250ms ease,transform 250ms ease}.feature:hover{box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);transform:translateY(-4px)}.feature__icon{display:inline-flex;align-items:center;justify-content:center;width:56px;height:56px;background-color:rgba(252,163,17,.1);color:#fca311;font-size:1.5rem;border-radius:.5rem;margin-bottom:1.5rem}.feature__title{font-size:1.25rem;font-weight:600;color:#fca311;margin-bottom:1rem}.feature__text{color:#525252;margin-bottom:0;line-height:1.7}.features-section{padding:4rem 0}.features-section--gray{background-color:#fafafa}.features-section__header{text-align:center;margin-bottom:2rem}.features-section__label{display:inline-block;font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.025em;color:#fca311;margin-bottom:1rem}.features-section__title{font-family:"Montserrat",-apple-system,BlinkMacSystemFont,sans-serif;font-size:1.75rem;font-weight:700;margin-bottom:1rem}.features-section__subtitle{font-size:1.125rem;color:#525252;max-width:700px;margin:0 auto}.features-grid{display:grid;gap:1.5rem}@media(min-width: 768px){.features-grid{grid-template-columns:repeat(2, 1fr)}}@media(min-width: 992px){.features-grid{grid-template-columns:repeat(3, 1fr)}}@media(min-width: 992px){.features-grid--2{grid-template-columns:repeat(2, 1fr)}}@media(min-width: 992px){.features-grid--4{grid-template-columns:repeat(4, 1fr)}}.feature-card{padding:2rem;background-color:#fff;border-radius:1rem;border:none;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);transition:box-shadow 250ms ease,transform 250ms ease}.feature-card:hover{box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);transform:translateY(-4px)}.feature-card--centered{text-align:center}.feature-card--centered .feature-card__icon{margin-left:auto;margin-right:auto}.feature-card--compact{padding:1.5rem}.feature-card--compact .feature-card__icon{width:48px;height:48px;margin-bottom:1rem}.feature-card--compact .feature-card__title{font-size:1.125rem}.feature-card--compact .feature-card__text{font-size:.875rem}.feature-card__icon{display:flex;align-items:center;justify-content:center;width:64px;height:64px;margin-bottom:1.5rem;background-color:#fef6e6;border-radius:1rem;color:#d88a0e}.feature-card__title{font-family:"Montserrat",-apple-system,BlinkMacSystemFont,sans-serif;font-size:1.125rem;font-weight:600;margin-bottom:.75rem}.feature-card__text{color:#525252;line-height:1.75;margin-bottom:0}.feature-card__link{display:inline-flex;align-items:center;gap:.5rem;margin-top:1rem;font-weight:600;color:#d88a0e;text-decoration:none}.feature-card__link:hover svg{transform:translateX(4px)}.feature-card__link svg{width:16px;height:16px;transition:transform 150ms ease}.showcase{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width: 768px){.showcase{grid-template-columns:repeat(2, 1fr)}}@media(min-width: 992px){.showcase{grid-template-columns:repeat(4, 1fr)}}@media(min-width: 576px){.showcase--three-col{grid-template-columns:repeat(2, 1fr)}}@media(min-width: 992px){.showcase--three-col{grid-template-columns:repeat(3, 1fr)}}.showcase-card{background-color:#fff;border-radius:1rem;padding:2rem;border:1px solid #d4d4d4;transition:all 250ms ease;display:flex;flex-direction:column;position:relative}.showcase-card:hover{transform:translateY(-4px);box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1)}.showcase-card--featured{border-color:#fca311;border-width:2px;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1)}.showcase-card--featured:hover{box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 8px 10px -6px rgba(0,0,0,.1)}.showcase-card__badge{position:absolute;top:-12px;left:50%;transform:translateX(-50%);background-color:#fca311;color:#fff;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.025em;padding:.25rem 1rem;border-radius:9999px;white-space:nowrap}.showcase-card__icon{display:inline-flex;align-items:center;justify-content:center;width:56px;height:56px;background-color:#fef6e6;color:#d88a0e;font-size:1.5rem;border-radius:.5rem;margin-bottom:1.5rem}.showcase-card__title{font-family:"Montserrat",-apple-system,BlinkMacSystemFont,sans-serif;font-size:1.25rem;font-weight:600;color:#fca311;margin-bottom:1rem}.showcase-card__text{font-size:1rem;color:#525252;line-height:1.75;margin-bottom:1.5rem}.showcase-card__features{list-style:none;padding:0;margin:0;margin-top:auto}.showcase-card__features li{font-size:.875rem;color:#000;padding:.5rem 0;border-top:1px solid #d4d4d4;display:flex;align-items:center;gap:.5rem}.showcase-card__features li::before{content:"✓";color:#10b981;font-weight:600}.steps{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width: 768px){.steps{gap:1.5rem}}@media(min-width: 768px){.steps:not(.steps--cols-2):not(.steps--cols-3){grid-template-columns:repeat(4, 1fr)}}.steps--cols-2{max-width:800px;margin-left:auto;margin-right:auto}@media(min-width: 576px){.steps--cols-2{grid-template-columns:repeat(2, 1fr) !important}}.steps--cols-2 .step::after{display:none}@media(min-width: 768px){.steps--cols-3{grid-template-columns:repeat(3, 1fr)}}.steps--compact:not(.steps--horizontal){gap:1.5rem}.steps--compact:not(.steps--horizontal) .step__number{width:40px;height:40px;font-size:1rem}.steps--compact:not(.steps--horizontal) .step__title{font-size:1rem}.steps--compact:not(.steps--horizontal) .step__text{font-size:.875rem}.steps--horizontal{gap:1.5rem}.steps--horizontal .step{display:flex;gap:1.5rem;text-align:left;background:#fafafa;border-radius:1rem;padding:1.5rem;border:1px solid #d4d4d4;transition:all 250ms ease}.steps--horizontal .step:hover{border-color:#fca311;box-shadow:0 4px 16px rgba(252,163,17,.1)}.steps--horizontal .step::after{display:none}.steps--horizontal .step__number{flex-shrink:0;width:40px;height:40px;font-size:1rem;margin-bottom:0}.steps--horizontal .step__content{flex:1;min-width:0}.steps--horizontal .step__title{font-size:1rem;margin-bottom:.5rem}.steps--horizontal .step__text{font-size:.875rem;line-height:1.5}.step{text-align:center;position:relative}@media(min-width: 768px){.step:not(:last-child)::after{content:"";position:absolute;top:32px;right:-0.75rem;width:calc(100% - 64px);height:2px;background:linear-gradient(90deg, #fca311 0%, #d4d4d4 100%);transform:translateX(50%)}}.step__number{display:inline-flex;align-items:center;justify-content:center;width:64px;height:64px;background-color:#fca311;color:#fff;font-family:"Montserrat",-apple-system,BlinkMacSystemFont,sans-serif;font-size:1.5rem;font-weight:700;border-radius:50%;margin-bottom:1.5rem;position:relative;z-index:1}.step__title{font-family:"Montserrat",-apple-system,BlinkMacSystemFont,sans-serif;font-size:1.25rem;font-weight:600;color:#fca311;margin-bottom:.5rem}.step__text{font-size:1rem;color:#525252;line-height:1.75;margin:0}.steps__note{text-align:center;max-width:600px;margin:3rem auto 0;padding:1.5rem;background:#fef6e6;border-radius:.5rem;border:1px solid rgba(252,163,17,.3)}.steps__note p{font-size:1rem;color:#000;margin:0}.resources-split{display:grid;grid-template-columns:1fr;gap:3rem;align-items:center}@media(min-width: 768px){.resources-split{grid-template-columns:1fr 1fr;gap:5rem}}.resources-split__image{position:relative;border-radius:1rem;overflow:hidden;aspect-ratio:4/3}@media(min-width: 768px){.resources-split__image{aspect-ratio:1/1}}.resources-split__image img{width:100%;height:100%;object-fit:cover}@media(min-width: 768px){.resources-split__content{padding-right:2rem}}.resources-split__label{display:inline-flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.025em;color:#14213d;margin-bottom:1.5rem}.resources-split__label svg{width:16px;height:16px;fill:currentColor}.resources-split__title{font-family:"Montserrat",-apple-system,BlinkMacSystemFont,sans-serif;font-size:clamp(1.75rem,4vw,2.25rem);font-weight:700;color:#000;line-height:1.2;margin-bottom:1.5rem}.resources-split__title .accent{color:#14213d}.resources-split__text{font-size:1.125rem;color:#525252;line-height:1.75;margin-bottom:2rem}.resources-cards{display:grid;grid-template-columns:1fr;gap:1.5rem;margin-top:3rem}@media(min-width: 576px){.resources-cards{grid-template-columns:1fr 1fr}}.resource-card{display:block;background:#fff;border-radius:1rem;padding:2rem;border:1px solid #d4d4d4;text-decoration:none;transition:all 250ms ease}.resource-card:hover{transform:translateY(-2px);box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1)}.resource-card--terracotta{background:rgba(20,33,61,.08);border-color:rgba(20,33,61,.2)}.resource-card--terracotta .resource-card__icon{background:rgba(20,33,61,.15);color:#14213d}.resource-card--terracotta .resource-card__link{color:#14213d}.resource-card--teal{background:rgba(252,163,17,.08);border-color:rgba(252,163,17,.2)}.resource-card--teal .resource-card__icon{background:rgba(252,163,17,.15);color:#fca311}.resource-card--teal .resource-card__link{color:#fca311}.resource-card__icon{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;background:#fef6e6;color:#d88a0e;border-radius:.5rem;margin-bottom:1.5rem}.resource-card__title{font-family:"Montserrat",-apple-system,BlinkMacSystemFont,sans-serif;font-size:1rem;font-weight:600;color:#000;margin-bottom:.5rem}.resource-card__description{font-size:.875rem;color:#525252;line-height:1.75;margin:0}.resource-card__link{display:inline-flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:600;color:#d88a0e;margin-top:1rem;transition:gap 150ms ease}.resource-card__link:hover{gap:1rem}.resource-card__link svg{width:16px;height:16px;fill:currentColor}.cta{padding-top:2rem;padding-bottom:2rem;background-color:#fca311;color:#000}@media(min-width: 768px){.cta{padding-top:3rem;padding-bottom:3rem}}.cta__inner{width:100%;max-width:1100px;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem;text-align:center}@media(min-width: 992px){.cta__inner{padding-left:30px;padding-right:30px}}.cta__content{max-width:800px;margin:0 auto}.cta__label{display:inline-block;font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#14213d;margin-bottom:1rem;color:#14213d;margin-bottom:1rem}.cta__title{font-family:"Montserrat",-apple-system,BlinkMacSystemFont,sans-serif;font-weight:700;line-height:1.2;letter-spacing:-0.025em;font-size:1.5rem;color:#fff;margin-bottom:1rem}@media(min-width: 768px){.cta__title{font-size:1.875rem}}@media(min-width: 992px){.cta__title{font-size:1.75rem}}.cta__title span,.cta__title .highlight{color:#14213d}.cta__description,.cta__text{font-size:1.125rem;color:rgba(255,255,255,.9);margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto}.cta__note{font-size:.875rem;color:rgba(255,255,255,.7);margin-top:1.5rem;margin-bottom:0}.cta__actions{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:1rem}.cta--brand{background-color:#fca311;color:#000}.cta--brand .cta__title{color:#000}.cta--brand .cta__title span,.cta--brand .cta__title .highlight{color:#14213d}.cta--brand .cta__description,.cta--brand .cta__text{color:#000;opacity:.9}.cta--brand .cta__label{color:#14213d;opacity:1}.cta--brand .cta__note{color:#000;opacity:.7}.cta--light{background-color:#fafafa;color:#000}.cta--light .cta__title{color:#000}.cta--light .cta__description,.cta--light .cta__text{color:#525252}.cta--light .cta__note{color:#8a8a8a}.cta--left .cta__inner{text-align:left}.cta--left .cta__content{margin-left:0;margin-right:0}.cta--left .cta__description{margin-left:0;margin-right:0}.cta--left .cta__actions{justify-content:flex-start}.cta__features{list-style:none;padding:0;margin:0 0 2rem 0;display:flex;flex-wrap:wrap;justify-content:center;gap:1rem}.cta__features li{display:flex;align-items:center;gap:.5rem}.cta__features .icon{width:20px;height:20px;color:#10b981}.stats{padding:6rem 0;background-color:#000;color:#fff;display:block}.stats__inner{max-width:1100px;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}@media(min-width: 992px){.stats__inner{padding-left:1.5rem;padding-right:1.5rem}}.stats__header{text-align:center;margin-bottom:2rem}.stats__title{font-size:1.875rem;color:inherit;margin-bottom:.5rem}@media(min-width: 768px){.stats__title{font-size:2.25rem}}.stats__subtitle{font-size:1.125rem;opacity:.85;max-width:600px;margin:0 auto}.stats__label--header{display:block;font-size:.875rem;text-transform:uppercase;letter-spacing:.1em;color:#fca311;margin-bottom:.5rem}.stats__grid{display:grid;gap:1.5rem}@media(min-width: 576px){.stats__grid{grid-template-columns:repeat(2, 1fr)}}@media(min-width: 992px){.stats__grid{grid-template-columns:repeat(4, 1fr)}}@media(min-width: 992px){.stats__grid--3{grid-template-columns:repeat(3, 1fr)}}.stats__item{text-align:center;padding:1rem}.stats--divided .stats__item{position:relative}.stats--divided .stats__item::after{content:"";position:absolute;top:50%;right:0;transform:translateY(-50%);width:1px;height:60%;background-color:rgba(255,255,255,.2)}.stats--divided .stats__item:last-child::after{display:none}@media(max-width: 991px){.stats--divided .stats__item::after{display:none}}.stats__value{font-family:"Montserrat",-apple-system,BlinkMacSystemFont,sans-serif;font-size:2.25rem;font-weight:700;color:#fca311;line-height:1;margin-bottom:.5rem}@media(min-width: 768px){.stats__value{font-size:3rem}}.stats__label{font-size:.875rem;color:rgba(255,255,255,.7);text-transform:uppercase;letter-spacing:.05em}@media(min-width: 768px){.stats__label{font-size:1rem}}.stats__description{font-size:.875rem;color:rgba(255,255,255,.6);margin-top:.5rem;margin-bottom:0}.stats__icon{display:flex;align-items:center;justify-content:center;width:56px;height:56px;margin:0 auto 1rem;background-color:rgba(252,163,17,.15);border-radius:50%;color:#fca311}.stats__icon .icon{width:28px;height:28px}.stats__testimonial{margin-top:3rem;text-align:center;max-width:700px;margin-left:auto;margin-right:auto}.stats__quote{font-size:1.25rem;font-style:italic;color:inherit;margin:0 0 1.5rem}.stats__quote::before{content:'"'}.stats__quote::after{content:'"'}.stats__author{font-size:1rem;font-style:normal;color:rgba(255,255,255,.85)}.stats__role{display:block;font-size:.875rem;color:rgba(255,255,255,.6);margin-top:.25rem}.stats--light{background-color:#fff;color:#000}.stats--light .stats__value{color:#fca311}.stats--light .stats__label{color:#525252}.stats--light .stats__description{color:#8a8a8a}.stats--light .stats__quote{color:#000}.stats--light .stats__author{color:#525252}.stats--light .stats__role{color:#8a8a8a}.stats--light.stats--divided .stats__item::after{background-color:#d4d4d4}.stats--alt{background-color:#fafafa;color:#000}.stats--alt .stats__value{color:#fca311}.stats--alt .stats__label{color:#525252}.stats--alt .stats__description{color:#8a8a8a}.stats--refined,.stats--brand,.stats--energetic,.stats--cool,.stats--warm{color:#fff}.stats--refined .stats__label,.stats--brand .stats__label,.stats--energetic .stats__label,.stats--cool .stats__label,.stats--warm .stats__label{color:rgba(255,255,255,.8)}.stats--refined .stats__description,.stats--brand .stats__description,.stats--energetic .stats__description,.stats--cool .stats__description,.stats--warm .stats__description{color:rgba(255,255,255,.7)}.stats--refined .stats__label--header,.stats--brand .stats__label--header,.stats--energetic .stats__label--header,.stats--cool .stats__label--header,.stats--warm .stats__label--header{color:rgba(255,255,255,.9)}.stats--divided.stats--refined .stats__item::after,.stats--divided.stats--brand .stats__item::after,.stats--divided.stats--energetic .stats__item::after,.stats--divided.stats--cool .stats__item::after,.stats--divided.stats--warm .stats__item::after{background-color:rgba(255,255,255,.2)}.stats--warm{background-color:#fca311}.stats--warm .stats__value{color:#14213d}.stats--warm .stats__icon{background-color:rgba(0,0,0,.1);color:#14213d}.stats--cool{background-color:#14213d}.stats--cool .stats__value{color:#fca311}.stats--cool .stats__icon{background-color:rgba(0,0,0,.1);color:#fca311}.stats--energetic{background-color:#fca311}.stats--energetic .stats__value{color:#14213d}.stats--energetic .stats__icon{background-color:rgba(0,0,0,.1);color:#14213d}.stats--brand{background-color:#14213d}.stats--brand .stats__value{color:#fca311}.stats--brand .stats__icon{background-color:rgba(0,0,0,.1);color:#fca311}.stats--refined{background-color:#000}.stats--refined .stats__value{color:#fca311}.stats--refined .stats__icon{background-color:rgba(0,0,0,.1);color:#fca311}.stats--cards .stats__grid{gap:1.5rem}.stats--cards .stats__item{background-color:#fff;border-radius:1rem;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1);padding:2rem}.stats--cards .stats__item::after{display:none}.stats--cards .stats__value{color:#fca311}.stats--cards .stats__label{color:#525252}.stats--cards .stats__description{color:#8a8a8a}.services-section{padding:6rem 0;background-color:#fff}.services-section--alt{background-color:#fafafa}.services-section__header{text-align:center;max-width:700px;margin:0 auto 3rem}.services-section__label{display:inline-block;font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:#fca311;margin-bottom:1rem}.services-section__title{font-family:"Montserrat",-apple-system,BlinkMacSystemFont,sans-serif;font-size:1.875rem;font-weight:700;color:#000;margin-bottom:1rem}@media(min-width: 768px){.services-section__title{font-size:2.25rem}}.services-section__subtitle{font-size:1.125rem;color:#525252;margin:0}.services-grid{display:grid;gap:1.5rem}@media(min-width: 768px){.services-grid{grid-template-columns:repeat(2, 1fr)}}@media(min-width: 992px){.services-grid{grid-template-columns:repeat(3, 1fr)}}@media(min-width: 992px){.services-grid--2{grid-template-columns:repeat(2, 1fr)}}@media(min-width: 992px){.services-grid--4{grid-template-columns:repeat(4, 1fr)}}.service-card{display:flex;flex-direction:column;height:100%;background-color:#fafafa;border-radius:1rem;box-shadow:0 1px 3px rgba(0,0,0,.08),0 1px 2px rgba(0,0,0,.06);transition:transform 250ms ease,box-shadow 250ms ease}.service-card:hover{transform:translateY(-4px);box-shadow:0 10px 25px rgba(0,0,0,.1),0 6px 10px rgba(0,0,0,.08)}.services-section--alt .service-card{box-shadow:0 1px 3px rgba(0,0,0,.06)}.services-section--alt .service-card:hover{box-shadow:0 10px 25px rgba(0,0,0,.08),0 6px 10px rgba(0,0,0,.06)}.service-card__body{display:flex;flex-direction:column;flex:1;padding:1.5rem}@media(min-width: 768px){.service-card__body{padding:2rem}}.service-card--has-image{overflow:hidden}.service-card--has-image .service-card__body{padding:1rem}@media(min-width: 768px){.service-card--has-image .service-card__body{padding:1.5rem}}.service-card--has-image .service-card__icon{margin-top:-3rem;position:relative;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1)}.service-card__image{aspect-ratio:16/10;overflow:hidden}.service-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.service-card:hover .service-card__image img{transform:scale(1.05)}.service-card__icon{display:flex;align-items:center;justify-content:center;width:64px;height:64px;background-color:rgba(252,163,17,.1);color:#fca311;border-radius:1rem;margin-bottom:1.5rem;transition:background-color 150ms ease,color 150ms ease}.service-card__icon .icon{width:32px;height:32px}.service-card:hover .service-card__icon{background-color:#fca311;color:#000}.service-card__title{font-family:"Montserrat",-apple-system,BlinkMacSystemFont,sans-serif;font-size:1.25rem;font-weight:600;color:#000;margin-bottom:1rem}.service-card__title a{color:inherit;text-decoration:none}.service-card__title a:hover{color:#fca311}.service-card__text{color:#525252;line-height:1.6;margin-bottom:1.5rem}.service-card__features{list-style:none;padding:0;margin:0 0 1.5rem}.service-card__features li{display:flex;align-items:center;gap:.5rem;padding:.5rem 0;font-size:.875rem;color:#525252}.service-card__features li .icon{width:16px;height:16px;color:#10b981;flex-shrink:0}.service-card__link{display:inline-flex;align-items:center;gap:.5rem;margin-top:auto;padding-top:1rem;font-weight:600;color:#fca311;text-decoration:none}.service-card__link .icon{width:16px;height:16px;transition:transform 150ms ease}.service-card__link:hover{color:#d88a0e}.service-card__link:hover .icon{transform:translateX(4px)}.services-section__footer{text-align:center;margin-top:3rem}.service-card--brand{background-color:#fafafa}.service-card--brand .service-card__icon{background-color:rgba(82,82,82,.15);color:#525252}.service-card--brand:hover .service-card__icon{background-color:#525252;color:#000}.service-card--brand .service-card__link{color:#525252}.service-card--brand .service-card__link:hover{color:#393939}.service-card--warm{background-color:#fef6e6}.service-card--warm .service-card__icon{background-color:rgba(252,163,17,.15);color:#fca311}.service-card--warm:hover .service-card__icon{background-color:#fca311;color:#000}.service-card--warm .service-card__link{color:#fca311}.service-card--warm .service-card__link:hover{color:#d78703}.service-card--cool{background-color:#e8eaef}.service-card--cool .service-card__icon{background-color:rgba(20,33,61,.15);color:#14213d}.service-card--cool:hover .service-card__icon{background-color:#14213d;color:#000}.service-card--cool .service-card__link{color:#14213d}.service-card--cool .service-card__link:hover{color:#070c17}.service-card--complement{background-color:#fef2dc}.service-card--complement .service-card__icon{background-color:rgba(216,138,14,.15);color:#d88a0e}.service-card--complement:hover .service-card__icon{background-color:#d88a0e;color:#000}.service-card--complement .service-card__link{color:#d88a0e}.service-card--complement .service-card__link:hover{color:#a86b0b}.projects-section{padding:6rem 0;background-color:#fff}.projects-section--alt{background-color:#fafafa}.projects-section__header{text-align:center;max-width:700px;margin:0 auto 3rem}.projects-section__label{display:inline-block;font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:#fca311;margin-bottom:1rem}.projects-section__title{font-family:"Montserrat",-apple-system,BlinkMacSystemFont,sans-serif;font-size:1.875rem;font-weight:700;color:#000;margin-bottom:1rem}@media(min-width: 768px){.projects-section__title{font-size:2.25rem}}.projects-section__subtitle{font-size:1.125rem;color:#525252;margin:0}.projects-grid{display:grid;gap:1.5rem}@media(min-width: 768px){.projects-grid{grid-template-columns:repeat(2, 1fr)}}@media(min-width: 992px){.projects-grid{grid-template-columns:repeat(3, 1fr)}}@media(min-width: 992px){.projects-grid--2{grid-template-columns:repeat(2, 1fr)}}@media(min-width: 992px){.projects-grid--4{grid-template-columns:repeat(4, 1fr)}}.project-card{display:flex;flex-direction:column;background-color:#fafafa;border-radius:1rem;box-shadow:0 1px 3px rgba(0,0,0,.08),0 1px 2px rgba(0,0,0,.06);overflow:hidden;transition:transform 250ms ease,box-shadow 250ms ease}.project-card:hover{transform:translateY(-4px);box-shadow:0 10px 25px rgba(0,0,0,.1),0 6px 10px rgba(0,0,0,.08)}.projects-section--alt .project-card{box-shadow:0 1px 3px rgba(0,0,0,.06)}.projects-section--alt .project-card:hover{box-shadow:0 10px 25px rgba(0,0,0,.08),0 6px 10px rgba(0,0,0,.06)}.project-card__link{display:block;text-decoration:none}.project-card__image{position:relative;aspect-ratio:4/3;overflow:hidden}.project-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.project-card:hover .project-card__image img{transform:scale(1.05)}.project-card__placeholder{display:flex;align-items:center;justify-content:center;width:100%;height:100%;background-color:#fafafa;color:#8a8a8a}.project-card__placeholder .icon{width:48px;height:48px}.project-card__overlay{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;flex-direction:column;justify-content:flex-end;padding:1.5rem;background:linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.4) 60%, transparent 100%);opacity:0;transition:opacity 250ms ease}.project-card:hover .project-card__overlay{opacity:1}.project-card__overlay .project-card__category{font-size:.75rem;font-weight:700;color:#fca311;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem}.project-card__overlay .project-card__title{font-family:"Montserrat",-apple-system,BlinkMacSystemFont,sans-serif;font-size:1.25rem;font-weight:700;color:#fff;margin-bottom:.5rem}.project-card__overlay .project-card__location{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#e5e5e5;margin:0}.project-card__overlay .project-card__location .icon{width:14px;height:14px;flex-shrink:0}.project-card__arrow{position:absolute;top:1rem;right:1rem;display:flex;align-items:center;justify-content:center;width:40px;height:40px;background-color:#fca311;border-radius:9999px;color:#000;transform:translate(10px, -10px);opacity:0;transition:all 250ms ease}.project-card:hover .project-card__arrow{transform:translate(0, 0);opacity:1}.project-card__arrow .icon{width:18px;height:18px}.project-card__body{display:flex;flex-direction:column;flex:1;padding:1.5rem}@media(min-width: 768px){.project-card__body{padding:1.5rem 2rem 2rem}}.project-card__cat-label{font-size:.75rem;font-weight:700;color:#fca311;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem}.project-card__name{font-family:"Montserrat",-apple-system,BlinkMacSystemFont,sans-serif;font-size:1.125rem;font-weight:700;margin-bottom:1rem;line-height:1.3}.project-card__name a{color:#000;text-decoration:none;transition:color 150ms ease}.project-card__name a:hover{color:#fca311}.project-card__excerpt{font-size:.875rem;color:#525252;line-height:1.6;margin-bottom:1rem;flex-grow:1;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.project-card__tech-stack{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem;margin-top:auto}.tech-badge{background:#fafafa;color:#525252;padding:.25rem .5rem;border-radius:.25rem;font-size:.75rem;font-weight:600;letter-spacing:.025em;text-transform:uppercase}.project-card__meta{display:flex;flex-wrap:wrap;gap:1rem;padding-top:1rem;border-top:1px solid #e5e5e5;margin-top:auto}.project-card__meta-item{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#8a8a8a}.project-card__meta-item .icon{width:14px;height:14px}.projects-section__footer{text-align:center;margin-top:3rem}.project-card--brand{background-color:#fafafa}.project-card--brand .project-card__cat-label{color:#525252}.project-card--brand .project-card__name a:hover{color:#525252}.project-card--brand .project-card__arrow{background-color:#525252}.project-card--brand .tech-badge{background-color:rgba(82,82,82,.1);color:#525252}.project-card--warm{background-color:#fef6e6}.project-card--warm .project-card__cat-label{color:#fca311}.project-card--warm .project-card__name a:hover{color:#fca311}.project-card--warm .project-card__arrow{background-color:#fca311}.project-card--warm .tech-badge{background-color:rgba(252,163,17,.1);color:#fca311}.project-card--cool{background-color:#e8eaef}.project-card--cool .project-card__cat-label{color:#14213d}.project-card--cool .project-card__name a:hover{color:#14213d}.project-card--cool .project-card__arrow{background-color:#14213d}.project-card--cool .tech-badge{background-color:rgba(20,33,61,.1);color:#14213d}.project-card--complement{background-color:#fef2dc}.project-card--complement .project-card__cat-label{color:#d88a0e}.project-card--complement .project-card__name a:hover{color:#d88a0e}.project-card--complement .project-card__arrow{background-color:#d88a0e}.project-card--complement .tech-badge{background-color:rgba(216,138,14,.1);color:#d88a0e}.blog-section{padding:4rem 0;background-color:#fff}.blog-section--alt{background-color:#fafafa}.blog-section__header{text-align:center;max-width:700px;margin:0 auto 3rem}.blog-section__label{display:inline-block;font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:#fca311;margin-bottom:1rem}.blog-section__title{font-family:"Montserrat",-apple-system,BlinkMacSystemFont,sans-serif;font-size:1.875rem;font-weight:700;color:#000;margin-bottom:1rem}@media(min-width: 768px){.blog-section__title{font-size:2.25rem}}.blog-section__subtitle{font-size:1.125rem;color:#525252;margin:0}.blog-grid{display:grid;gap:1.5rem}@media(min-width: 768px){.blog-grid{grid-template-columns:repeat(2, 1fr)}}@media(min-width: 992px){.blog-grid{grid-template-columns:repeat(3, 1fr)}}@media(min-width: 992px){.blog-grid--2{grid-template-columns:repeat(2, 1fr)}}.blog-card{display:flex;flex-direction:column;height:100%;background-color:#fff;border-radius:1rem;box-shadow:0 1px 3px rgba(0,0,0,.08),0 1px 2px rgba(0,0,0,.06);overflow:hidden;transition:transform 250ms ease,box-shadow 250ms ease}.blog-card:hover{transform:translateY(-4px);box-shadow:0 10px 25px rgba(0,0,0,.1),0 6px 10px rgba(0,0,0,.08)}.blog-section--alt .blog-card{box-shadow:0 1px 3px rgba(0,0,0,.06)}.blog-section--alt .blog-card:hover{box-shadow:0 10px 25px rgba(0,0,0,.08),0 6px 10px rgba(0,0,0,.06)}.blog-card__image{position:relative;aspect-ratio:16/9;overflow:hidden;display:block}.blog-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.blog-card:hover .blog-card__image img{transform:scale(1.05)}.blog-card__category{position:absolute;top:1rem;left:1rem;padding:.25rem .75rem;background-color:#fca311;color:#000;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;border-radius:.25rem}.blog-card__body{display:flex;flex-direction:column;flex:1;padding:1rem}@media(min-width: 768px){.blog-card__body{padding:1rem 1.25rem 1.25rem}}.blog-card__meta{display:flex;align-items:center;gap:1rem;margin-bottom:1rem;font-size:.875rem;color:#8a8a8a}.blog-card__date,.blog-card__read-time{display:flex;align-items:center;gap:.5rem}.blog-card__date .icon,.blog-card__read-time .icon{width:14px;height:14px}.blog-card__title{font-family:"Montserrat",-apple-system,BlinkMacSystemFont,sans-serif;font-size:1.25rem;font-weight:600;margin-bottom:1rem;line-height:1.3}.blog-card__title a{color:#000;text-decoration:none;transition:color 150ms ease}.blog-card__title a:hover{color:#fca311}.blog-card__excerpt{font-size:.875rem;color:#525252;line-height:1.6;margin-bottom:1.5rem;flex-grow:1;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.blog-card__footer{display:flex;justify-content:space-between;align-items:center;padding-top:1rem;border-top:1px solid #e5e5e5;margin-top:auto}.blog-card__author{display:flex;align-items:center;gap:.5rem}.blog-card__author-image{width:32px;height:32px;border-radius:9999px;overflow:hidden}.blog-card__author-image img{width:100%;height:100%;object-fit:cover}.blog-card__author-name{font-size:.875rem;font-weight:500;color:#525252}.blog-card__link{display:inline-flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:600;color:#fca311;text-decoration:none}.blog-card__link .icon{width:16px;height:16px;transition:transform 150ms ease}.blog-card__link:hover{color:#d88a0e}.blog-card__link:hover .icon{transform:translateX(4px)}.blog-section__footer{text-align:center;margin-top:3rem}.post__footer{margin-top:2rem;padding-top:1.5rem;border-top:1px solid #d4d4d4}.post__tags{display:flex;align-items:center;flex-wrap:wrap;gap:.75rem}.post__tags-label{font-weight:600;color:#525252}.post__author{margin-top:2rem;display:flex;align-items:flex-start;gap:1rem;padding:1.5rem;background-color:#fafafa;border-radius:1rem}.post__author .card__image--square{width:80px;height:80px;border-radius:9999px;overflow:hidden;flex-shrink:0}.post__author .card__image--square img{width:100%;height:100%;object-fit:cover}.post__author .card__body{flex:1}.post__author .card__title{font-family:"Montserrat",-apple-system,BlinkMacSystemFont,sans-serif;font-size:1.125rem;font-weight:700;margin-bottom:.25rem}.post__author .card__subtitle{font-size:.875rem;color:#8a8a8a;margin-bottom:.75rem}.post__author .card__text{font-size:.875rem;color:#525252;margin:0}.post__comments{margin-top:3rem}.post-nav{margin-top:3rem;padding-top:2rem;border-top:2px solid #d4d4d4}.post-nav__inner{display:grid;gap:1rem}@media(min-width: 768px){.post-nav__inner{grid-template-columns:1fr 1fr}}.post-nav__link{display:block;padding:1rem;background-color:#fafafa;border-radius:1rem;text-decoration:none;transition:background-color 150ms ease,box-shadow 150ms ease;border:2px solid rgba(0,0,0,0)}.post-nav__link:hover{background-color:#fff;border-color:#fca311;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1)}.post-nav__link--prev{text-align:left}.post-nav__link--next{text-align:right}.post-nav__link--disabled{visibility:hidden}.post-nav__label{display:flex;align-items:center;gap:.5rem;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#6b6b6b;margin-bottom:.5rem}.post-nav__link--next .post-nav__label{justify-content:flex-end}.post-nav__label .icon{width:14px;height:14px}.post-nav__title{display:block;font-family:"Montserrat",-apple-system,BlinkMacSystemFont,sans-serif;font-size:1rem;font-weight:600;color:#000;line-height:1.4}.comments{padding-top:1.5rem}.comments__title{font-family:"Montserrat",-apple-system,BlinkMacSystemFont,sans-serif;font-size:1.25rem;font-weight:700;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:2px solid #fca311}.hero-interior__meta{display:flex;flex-wrap:wrap;gap:1rem;margin-top:1rem;font-size:.875rem;color:rgba(255,255,255,.8)}.hero-interior__meta-item{display:flex;align-items:center;gap:.5rem}.hero-interior__meta-item .icon{width:16px;height:16px;opacity:.8}.blog-sidebar__widget{margin-bottom:1.5rem;padding:1.5rem;background-color:#fafafa;border-radius:1rem}.blog-sidebar__widget:last-child{margin-bottom:0}.blog-sidebar__widget--cta{background-color:#fca311;color:#000}.blog-sidebar__widget--cta .blog-sidebar__title{color:#000;border-bottom-color:rgba(255,255,255,.3)}.blog-sidebar__widget--cta p{color:rgba(255,255,255,.9);margin-bottom:1rem}.blog-sidebar__title{font-family:"Montserrat",-apple-system,BlinkMacSystemFont,sans-serif;font-size:1.125rem;font-weight:700;margin-bottom:1rem;padding-bottom:1rem;border-bottom:2px solid #14213d}.blog-recent__item{display:flex;align-items:flex-start;gap:1rem;padding:.75rem 0;border-bottom:1px solid #e5e5e5}.blog-recent__item:last-child{border-bottom:none;padding-bottom:0}.blog-recent__item:first-child{padding-top:0}.blog-recent__image{width:80px;height:60px;border-radius:.25rem;overflow:hidden;flex-shrink:0}.blog-recent__image img{width:100%;height:100%;object-fit:cover}.blog-recent__content{flex:1;min-width:0}.blog-recent__title{font-size:.875rem;font-weight:600;margin:0 0 .25rem;line-height:1.4}.blog-recent__title a{color:#000;text-decoration:none;transition:color 150ms ease}.blog-recent__title a:hover{color:#d88a0e}.blog-recent__date{font-size:.75rem;color:#8a8a8a}.blog-tags{display:flex;flex-wrap:wrap;gap:.5rem}.blog-tags__link{display:inline-flex;align-items:center;gap:.5rem;padding:.25rem .75rem;background-color:#fff;border:1px solid #d4d4d4;border-radius:.25rem;font-size:.875rem;color:#525252;text-decoration:none;transition:background-color 150ms ease,border-color 150ms ease,color 150ms ease}.blog-tags__link:hover{background-color:#fca311;border-color:#fca311;color:#000}.blog-tags__link:hover .blog-tags__count{background-color:rgba(0,0,0,.15);color:#000}.blog-tags__count{display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:20px;padding:0 .25rem;background-color:#d4d4d4;border-radius:9999px;font-size:.75rem;font-weight:600;color:#525252;transition:background-color 150ms ease,color 150ms ease}.archive-header{padding-bottom:1.5rem;margin-bottom:2rem;border-bottom:1px solid #d4d4d4}.archive-header__label{display:inline-block;font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:#fca311;margin-bottom:.5rem}.archive-header__title{font-family:"Montserrat",-apple-system,BlinkMacSystemFont,sans-serif;font-size:1.875rem;font-weight:700;margin-bottom:.5rem}@media(min-width: 768px){.archive-header__title{font-size:2.25rem}}.archive-header__meta{color:#525252;font-size:1.125rem}.breadcrumbs{padding:1rem 0;font-size:.875rem}.breadcrumbs__list{display:flex;align-items:center;flex-wrap:wrap;list-style:none;margin:0;padding:0;gap:.5rem}.breadcrumbs__item{display:flex;align-items:center;gap:.5rem}.breadcrumbs__item::after{content:"/";color:#8a8a8a}.breadcrumbs__item:last-child::after{display:none}.breadcrumbs__link{color:#525252;text-decoration:none;transition:color 150ms ease}.breadcrumbs__link:hover{color:#d88a0e}.breadcrumbs__current{color:#000;font-weight:500}.breadcrumbs--dark .breadcrumbs__item::after{color:rgba(255,255,255,.5)}.breadcrumbs--dark .breadcrumbs__link{color:rgba(255,255,255,.8)}.breadcrumbs--dark .breadcrumbs__link:hover{color:#d88a0e}.breadcrumbs--dark .breadcrumbs__current{color:#fff}.pagination{display:flex;justify-content:center;margin-top:3rem}.pagination__list{display:flex;align-items:center;list-style:none;margin:0;padding:0;gap:.25rem}.pagination__link{display:flex;align-items:center;justify-content:center;min-width:44px;height:44px;padding:.5rem .75rem;background-color:#fff;border:1px solid #d4d4d4;border-radius:.5rem;font-size:.875rem;font-weight:500;color:#000;text-decoration:none;transition:all 150ms ease;gap:.5rem}.pagination__link .icon{width:16px;height:16px}.pagination__link:hover{background-color:#fca311;border-color:#fca311;color:#000}.pagination__link--current{background-color:#fca311;border-color:#fca311;color:#000}.pagination__item--disabled .pagination__link{opacity:.5;cursor:not-allowed}.pagination__item--disabled .pagination__link:hover{background-color:#fff;border-color:#d4d4d4;color:#000}.pagination__ellipsis{padding:.5rem;color:#8a8a8a}.blog-intro{margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid #d4d4d4}.blog-intro p:last-child{margin-bottom:0}.blog-empty{text-align:center;padding:3rem 0}.blog-empty p{color:#525252;font-size:1.125rem}.testimonial{max-width:800px;margin:3rem auto 0;text-align:center}.testimonial__quote{font-size:1.35rem;font-style:italic;color:#000;line-height:1.8;margin-bottom:2rem}.testimonial__quote::before{content:'"';font-size:3rem;color:#fca311;line-height:0;vertical-align:-0.4em;margin-right:.5rem}.testimonial__quote::after{content:'"';font-size:3rem;color:#fca311;line-height:0;vertical-align:-0.4em;margin-left:.5rem}.section--dark .testimonial__quote{color:#fff}.section--dark .testimonial__quote::before,.section--dark .testimonial__quote::after{color:#14213d}.testimonial__author{font-weight:600;color:#fca311;margin-bottom:.25rem}.section--dark .testimonial__author{color:#fff}.testimonial__role{font-size:.875rem;color:#525252;margin-bottom:0}.section--dark .testimonial__role{color:rgba(255,255,255,.85)}.profile{padding:5rem 0;background:#fafafa}.profile--white{background:#fff}.profile__card{display:grid;grid-template-columns:1fr;gap:3rem;align-items:center;background:#fff;border-radius:1rem;padding:3rem;box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1)}@media(min-width: 768px){.profile__card{grid-template-columns:auto 1fr}}.profile__image{position:relative;width:180px;height:180px;border-radius:9999px;overflow:hidden;background:#fafafa;margin:0 auto;border:4px solid #14213d;flex-shrink:0}@media(min-width: 768px){.profile__image{width:200px;height:200px;margin:0}}.profile__image img{width:100%;height:100%;object-fit:cover}.profile__content{text-align:center}@media(min-width: 768px){.profile__content{text-align:left}}.profile__label{font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#14213d;margin-bottom:1rem}.profile__title{font-family:"Montserrat",-apple-system,BlinkMacSystemFont,sans-serif;font-size:1.75rem;font-weight:700;color:#000;margin-bottom:1.5rem;line-height:1.2}.profile__accent{color:#14213d}.profile__text{font-size:1.125rem;color:#525252;line-height:1.75;margin-bottom:1.5rem}.profile__features{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:1fr;gap:.75rem}@media(min-width: 576px){.profile__features{grid-template-columns:repeat(2, 1fr)}}.profile__features li{font-size:1rem;color:#000;padding-left:2rem;position:relative;text-align:left}.profile__features li::before{content:"✓";position:absolute;left:0;color:#14213d;font-weight:700}.intro{padding:5rem 0;background:#fff}.intro--light{background:#fafafa}.intro__split{display:grid;grid-template-columns:1fr;gap:3rem;align-items:center}@media(min-width: 768px){.intro__split{grid-template-columns:1fr 1fr}}@media(min-width: 768px){.intro__split--reverse .intro__image{order:-1}}.intro__label{font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#fca311;margin-bottom:1rem}.intro__title{font-family:"Montserrat",-apple-system,BlinkMacSystemFont,sans-serif;font-size:clamp(1.75rem,4vw,2.25rem);font-weight:700;color:#000;line-height:1.2;margin-bottom:1.5rem}.intro__accent{color:#fca311}.intro__text p{font-size:1.125rem;color:#525252;line-height:1.75;margin-bottom:1.5rem}.intro__text p:last-child{margin-bottom:0}.intro__stats{display:grid;grid-template-columns:repeat(3, 1fr);gap:1.5rem;margin-top:2rem;padding-top:2rem;border-top:1px solid #d4d4d4}.intro__stat{text-align:center}@media(min-width: 768px){.intro__stat{text-align:left}}.intro__stat-value{display:block;font-family:"Montserrat",-apple-system,BlinkMacSystemFont,sans-serif;font-size:1.875rem;font-weight:700;color:#fca311;line-height:1;margin-bottom:.5rem}.intro__stat-label{font-size:.875rem;color:#525252}.intro__image{position:relative;aspect-ratio:4/3;border-radius:1rem;overflow:hidden;background:#fafafa}.intro__image img{width:100%;height:100%;object-fit:cover}.accent-feature-cards{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width: 576px){.accent-feature-cards{grid-template-columns:repeat(2, 1fr)}}@media(min-width: 768px){.accent-feature-cards--cols-3{grid-template-columns:repeat(3, 1fr)}}@media(min-width: 768px){.accent-feature-cards--cols-4{grid-template-columns:repeat(2, 1fr)}}@media(min-width: 992px){.accent-feature-cards--cols-4{grid-template-columns:repeat(4, 1fr)}}.accent-feature-card{background-color:#fafafa;border-radius:1rem;padding:2rem;border:1px solid #d4d4d4;border-top-width:3px;transition:all 250ms ease;display:flex;flex-direction:column}.accent-feature-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px rgba(0,0,0,.08)}.accent-feature-card--accent1{border-top-color:#fca311}.accent-feature-card--accent1 .accent-feature-card__icon{background:#fef6e6;color:#fca311}.accent-feature-card--accent2{border-top-color:#14213d}.accent-feature-card--accent2 .accent-feature-card__icon{background:#e8eaef;color:#14213d}.accent-feature-card--accent3{border-top-color:#d88a0e}.accent-feature-card--accent3 .accent-feature-card__icon{background:#fef2dc;color:#d88a0e}.accent-feature-card--accent4{border-top-color:#000}.accent-feature-card--accent4 .accent-feature-card__icon{background:#e5e5e5;color:#000}.accent-feature-card--accent5{border-top-color:#525252}.accent-feature-card--accent5 .accent-feature-card__icon{background:#fafafa;color:#525252}.accent-feature-card__icon{display:inline-flex;align-items:center;justify-content:center;width:56px;height:56px;border-radius:.5rem;margin-bottom:1.5rem;background:#fef6e6;color:#d88a0e}.accent-feature-card__title{font-family:"Montserrat",-apple-system,BlinkMacSystemFont,sans-serif;font-size:1.25rem;font-weight:600;color:#000;margin-bottom:1rem}.accent-feature-card__text{font-size:1rem;color:#525252;line-height:1.75;margin-bottom:1.5rem}.accent-feature-card__image{aspect-ratio:16/9;border-radius:.5rem;overflow:hidden;background:#000;margin-top:auto}.accent-feature-card__image img{width:100%;height:100%;object-fit:cover}.section--gradient{background:linear-gradient(180deg, #fafafa 0%, #ffffff 100%)}.journey-cards{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width: 768px){.journey-cards{grid-template-columns:repeat(3, 1fr);align-items:start}}.journey-card{background-color:#fff;border-radius:1rem;padding:2rem;border:1px solid #d4d4d4;text-align:center;position:relative;transition:all 250ms ease}.journey-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px rgba(0,0,0,.1)}.journey-card--featured{border-color:#fca311;border-width:2px;box-shadow:0 8px 32px rgba(252,163,17,.15)}@media(min-width: 768px){.journey-card--featured{transform:scale(1.05);z-index:1}.journey-card--featured:hover{transform:scale(1.05) translateY(-4px)}}.journey-card--featured .journey-card__icon{background:rgba(252,163,17,.1)}.journey-card__badge{position:absolute;top:-12px;left:50%;transform:translateX(-50%);background-color:#fca311;color:#fff;padding:.5rem 1.5rem;border-radius:9999px;font-size:.875rem;font-weight:600;white-space:nowrap}.journey-card__number{font-size:.875rem;font-weight:700;color:#8a8a8a;margin-bottom:1rem}.journey-card__icon{display:inline-flex;align-items:center;justify-content:center;width:72px;height:72px;background-color:#fafafa;color:#fca311;border-radius:50%;margin-bottom:1.5rem}.journey-card__title{font-family:"Montserrat",-apple-system,BlinkMacSystemFont,sans-serif;font-size:1.25rem;font-weight:700;color:#000;margin-bottom:1rem}.journey-card__text{font-size:1rem;color:#525252;line-height:1.75;margin-bottom:1.5rem}.journey-card__features{list-style:none;padding:0;margin:0;text-align:left;border-top:1px solid #d4d4d4;padding-top:1.5rem}.journey-card__features li{font-size:.875rem;color:#000;padding:.5rem 0;padding-left:1.5rem;position:relative}.journey-card__features li::before{content:"✓";position:absolute;left:0;color:#10b981;font-weight:600}.split-content{display:grid;grid-template-columns:1fr;gap:3rem;align-items:center}@media(min-width: 768px){.split-content{grid-template-columns:1fr 1fr}}@media(min-width: 768px){.split-content--reverse .split-content__image{order:2}}@media(min-width: 768px){.split-content--reverse .split-content__body{order:1}}.split-content--accent1 .split-content__label{color:#fca311}.split-content--accent1 .split-content__title .accent{color:#fca311}.split-content--accent1 .split-content__check{color:#fca311}.split-content--accent2 .split-content__label{color:#14213d}.split-content--accent2 .split-content__title .accent{color:#14213d}.split-content--accent2 .split-content__check{color:#14213d}.split-content--accent3 .split-content__label{color:#d88a0e}.split-content--accent3 .split-content__title .accent{color:#d88a0e}.split-content--accent3 .split-content__check{color:#d88a0e}.split-content--accent4 .split-content__label{color:#000}.split-content--accent4 .split-content__title .accent{color:#000}.split-content--accent4 .split-content__check{color:#000}.split-content--accent5 .split-content__label{color:#525252}.split-content--accent5 .split-content__title .accent{color:#525252}.split-content--accent5 .split-content__check{color:#525252}.split-content__image{position:relative;aspect-ratio:4/3;border-radius:1rem;overflow:hidden;background:#fafafa}.split-content__image img{width:100%;height:100%;object-fit:cover}.split-content__body{order:-1}@media(min-width: 768px){.split-content__body{order:0}}.split-content__label{font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.025em;color:#fca311;margin-bottom:1.5rem}.split-content__title{font-family:"Montserrat",-apple-system,BlinkMacSystemFont,sans-serif;font-size:clamp(1.75rem,4vw,2.25rem);font-weight:700;color:#000;line-height:1.2;margin-bottom:1.5rem}.split-content__title .accent{color:#fca311}.split-content__text{font-size:1.125rem;color:#525252;margin-bottom:1.5rem}.split-content__checklist{list-style:none;padding:0;margin:0}.split-content__checklist li{display:flex;align-items:flex-start;gap:1rem;font-size:1rem;color:#000;padding:1rem 0}.split-content__check{flex-shrink:0;color:#fca311}.icon-cards{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width: 768px){.icon-cards{grid-template-columns:repeat(2, 1fr)}}@media(min-width: 768px){.icon-cards--single{grid-template-columns:1fr;max-width:700px;margin:0 auto}}.icon-card{display:flex;gap:1.5rem;background-color:#fff;border-radius:1rem;padding:2rem;border:1px solid #d4d4d4;transition:all 250ms ease}.icon-card:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgba(0,0,0,.06)}.icon-card--accent1 .icon-card__icon{background:#fef6e6;color:#fca311}.icon-card--accent2 .icon-card__icon{background:#e8eaef;color:#14213d}.icon-card--accent3 .icon-card__icon{background:#fef2dc;color:#d88a0e}.icon-card--accent4 .icon-card__icon{background:#e5e5e5;color:#000}.icon-card--accent5 .icon-card__icon{background:#fafafa;color:#525252}.icon-card__icon{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:.5rem;background:#fef6e6;color:#d88a0e}.icon-card__content{flex:1;min-width:0}.icon-card__title{font-family:"Montserrat",-apple-system,BlinkMacSystemFont,sans-serif;font-size:1rem;font-weight:600;color:#000;margin-bottom:.5rem}.icon-card__text{font-size:.875rem;color:#525252;line-height:1.75;margin:0}.promo-card{background-color:#fff;border-radius:1rem;padding:3rem;border:1px solid #d4d4d4;box-shadow:0 8px 32px rgba(0,0,0,.06);position:relative;max-width:900px;margin:0 auto}.promo-card__badge{position:absolute;top:-12px;left:3rem;background-color:#fca311;color:#fff;padding:.5rem 1.5rem;border-radius:9999px;font-size:.875rem;font-weight:600}.promo-card__content{text-align:center}.promo-card__logo{margin-bottom:1.5rem}.promo-card__title{font-family:"Montserrat",-apple-system,BlinkMacSystemFont,sans-serif;font-size:1.75rem;font-weight:700;color:#000;margin-bottom:1rem}.promo-card__text{font-size:1.125rem;color:#525252;margin-bottom:3rem}.promo-card__features{display:grid;grid-template-columns:1fr;gap:2rem;text-align:left;margin-bottom:3rem}@media(min-width: 768px){.promo-card__features{grid-template-columns:repeat(3, 1fr)}}.promo-card__cta{padding-top:2rem;border-top:1px solid #d4d4d4}.promo-card__cta-label{font-size:1rem;color:#525252;margin-bottom:1.5rem}.promo-card--accent1 .promo-feature__icon{background-color:#fca311}.promo-card--accent1 .promo-card__cta .btn--outline{border-color:#fca311;color:#fca311}.promo-card--accent2 .promo-feature__icon{background-color:#14213d}.promo-card--accent2 .promo-card__cta .btn--outline{border-color:#14213d;color:#14213d}.promo-card--accent3 .promo-feature__icon{background-color:#d88a0e}.promo-card--accent3 .promo-card__cta .btn--outline{border-color:#d88a0e;color:#d88a0e}.promo-card--accent4 .promo-feature__icon{background-color:#000}.promo-card--accent4 .promo-card__cta .btn--outline{border-color:#000;color:#000}.promo-card--accent5 .promo-feature__icon{background-color:#525252}.promo-card--accent5 .promo-card__cta .btn--outline{border-color:#525252;color:#525252}.promo-feature{display:flex;flex-direction:column;gap:1rem}.promo-feature__icon{display:flex;align-items:center;justify-content:center;width:48px;height:48px;background-color:#14213d;color:#fff;border-radius:.5rem}.promo-feature__title{font-family:"Montserrat",-apple-system,BlinkMacSystemFont,sans-serif;font-size:1rem;font-weight:600;color:#000;margin-bottom:.5rem}.promo-feature__text{font-size:.875rem;color:#525252;line-height:1.75;margin:0}.faq-section{padding:3rem 0;background-color:#fff}.faq-section.faq-section--alt{background-color:#fafafa}.faq-section .faq-layout{display:grid;gap:2rem}@media(min-width: 992px){.faq-section .faq-layout{grid-template-columns:35% 1fr;gap:3rem;align-items:start}}@media(min-width: 992px){.faq-section .faq-sidebar{position:sticky;top:calc(80px + 1.5rem)}}.faq-section .faq-sidebar__title{font-family:"Montserrat",-apple-system,BlinkMacSystemFont,sans-serif;font-size:1.875rem;font-weight:700;color:#000;margin:0 0 1rem;line-height:1.2}@media(min-width: 768px){.faq-section .faq-sidebar__title{font-size:2.25rem}}.faq-section .faq-sidebar__text{font-size:1rem;color:#525252;margin:0 0 2rem;line-height:1.75}.faq-section .faq-sidebar__card{background-color:#fafafa;border-radius:1rem;padding:2rem}.faq-section--alt .faq-section .faq-sidebar__card{background-color:#fff}.faq-section .faq-sidebar__card-title{font-family:"Montserrat",-apple-system,BlinkMacSystemFont,sans-serif;font-size:1.25rem;font-weight:700;color:#000;margin:0 0 .5rem}.faq-section .faq-sidebar__card-text{font-size:.875rem;color:#525252;margin:0 0 1.5rem;line-height:1.75}.faq-section .faq-sidebar__btn{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;font-family:"Open Sans",-apple-system,BlinkMacSystemFont,sans-serif;font-size:1rem;font-weight:600;text-decoration:none;border:none;border-radius:.5rem;cursor:pointer;transition:color 150ms ease,background-color 150ms ease,border-color 150ms ease,transform 250ms ease;background-color:#14213d;color:#000}.faq-section .faq-sidebar__btn:hover{background-color:#1e3259;transform:translateY(-1px)}.faq-section .faq-sidebar__btn:active{transform:translateY(0)}.faq-section .faq-accordion{display:flex;flex-direction:column}.faq-section .faq-item{background:rgba(0,0,0,0);border:none;border-radius:0;overflow:visible;border-bottom:1px solid #d4d4d4}.faq-section .faq-item:last-child{border-bottom:none}.faq-section .faq-item:hover{border-color:#d4d4d4}.faq-section .faq-item__header{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;width:100%;padding:1.5rem 0;background:rgba(0,0,0,0);border:none;cursor:pointer;text-align:left;font-family:inherit}.faq-section .faq-item__header:hover .faq-item__question{color:#fca311}.faq-section .faq-item__header:focus{outline:none}.faq-section .faq-item__header:focus-visible{outline:2px solid #fca311;outline-offset:2px;border-radius:.25rem}.faq-section .faq-item__question{font-family:"Montserrat",-apple-system,BlinkMacSystemFont,sans-serif;font-size:1.125rem;font-weight:600;color:#000;line-height:1.375;flex:1;transition:color 150ms ease}@media(min-width: 768px){.faq-section .faq-item__question{font-size:1.25rem}}.faq-section .faq-item__icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:9999px;background-color:rgba(0,0,0,0);color:#8a8a8a;flex-shrink:0;transition:background-color 250ms ease,color 250ms ease}.faq-section .faq-item__icon .icon{width:20px;height:20px;transition:transform 250ms ease}.faq-section .faq-item.is-open .faq-item__icon{background-color:#14213d;color:#000}.faq-section .faq-item.is-open .faq-item__icon .icon{transform:rotate(180deg)}.faq-section .faq-item__body{max-height:0;overflow:hidden;transition:max-height 400ms ease ease-out}.faq-section .faq-item.is-open .faq-item__body{max-height:500px}.faq-section .faq-item__answer{padding-bottom:1.5rem}.faq-section .faq-item__answer p{font-size:1rem;color:#525252;line-height:1.75;margin:0}@media(min-width: 768px){.faq-section .faq-item__answer p{font-size:1.125rem}}.faq-section .faq-item__answer p+p{margin-top:1rem}.faq-section .faq-item__answer ul,.faq-section .faq-item__answer ol{padding-left:1.5rem;color:#525252}.faq-section .faq-item__answer li{margin-bottom:.5rem}.faq-section.faq-section--brand .faq-item.is-open .faq-item__icon{background-color:#fca311;color:#fff}.faq-section.faq-section--brand .faq-sidebar__btn{background-color:#fca311;color:#fff}.faq-section.faq-section--brand .faq-sidebar__btn:hover{background-color:#e18d03}.faq-section.faq-section--warm .faq-item.is-open .faq-item__icon{background-color:#14213d;color:#fff}.faq-section.faq-section--warm .faq-sidebar__btn{background-color:#14213d;color:#fff}.faq-section.faq-section--warm .faq-sidebar__btn:hover{background-color:#0a101e}.faq-section.faq-section--cool .faq-item.is-open .faq-item__icon{background-color:#fca311;color:#fff}.faq-section.faq-section--cool .faq-sidebar__btn{background-color:#fca311;color:#fff}.faq-section.faq-section--cool .faq-sidebar__btn:hover{background-color:#e18d03}.faq-section.faq-section--energetic .faq-item.is-open .faq-item__icon{background-color:#14213d;color:#fff}.faq-section.faq-section--energetic .faq-sidebar__btn{background-color:#14213d;color:#fff}.faq-section.faq-section--energetic .faq-sidebar__btn:hover{background-color:#0a101e}.faq-section.faq-section--refined .faq-item.is-open .faq-item__icon{background-color:#fca311;color:#fff}.faq-section.faq-section--refined .faq-sidebar__btn{background-color:#fca311;color:#fff}.faq-section.faq-section--refined .faq-sidebar__btn:hover{background-color:#e18d03}.style1-hero{padding:5rem 0 4rem;text-align:center;background:linear-gradient(180deg, #fef6e6 0%, #ffffff 100%)}.style1-hero__badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#fff;border-radius:9999px;font-size:.875rem;font-weight:600;color:#fca311;margin-bottom:1.5rem;box-shadow:0 1px 2px 0 rgba(0,0,0,.05)}.style1-hero__badge svg{color:#14213d}.style1-hero__title{font-family:"Montserrat",-apple-system,BlinkMacSystemFont,sans-serif;font-size:3.75rem;font-weight:700;line-height:1.2;color:#000;margin-bottom:1.5rem}@media(max-width: 768px){.style1-hero__title{font-size:2.25rem}}.style1-hero__title .accent{color:#fca311}.style1-hero__subtitle{font-size:1.25rem;color:#525252;max-width:800px;margin:0 auto 1rem;line-height:1.75}.style1-hero__reference{font-size:.875rem;color:#6b6b6b;font-style:italic}.style1-hero.hero-gold{background:linear-gradient(180deg, #e8eaef 0%, #ffffff 100%)}.style1-hero.hero-gold .style1-hero__title .accent{color:#14213d}.style1-block-grid{padding:5rem 0;background:var(--block-bg, transparent);color:var(--block-text, #000000)}.style1-block-grid--light{--block-bg: #ffffff;--block-text: #000000;--block-text-muted: #525252;--block-heading: #000000;--block-border: #d4d4d4;--block-accent: #fca311}.style1-block-grid--subtle,.style1-block-grid--alt{--block-bg: #fafafa;--block-text: #000000;--block-text-muted: #525252;--block-heading: #000000;--block-border: #d4d4d4;--block-accent: #fca311}.style1-block-grid--complement{--block-bg: #fef6e6;--block-text: #14213d;--block-text-muted: #525252;--block-heading: #14213d;--block-border: rgba(20, 33, 61, 0.15);--block-accent: #fca311}.style1-block-grid--warm{--block-bg: #fca311;--block-text: #000000;--block-text-muted: #333333;--block-heading: #000000;--block-border: rgba(0, 0, 0, 0.2);--block-accent: #14213d}.style1-block-grid--cool{--block-bg: #14213d;--block-text: #ffffff;--block-text-muted: rgba(255, 255, 255, 0.75);--block-heading: #ffffff;--block-border: rgba(255, 255, 255, 0.2);--block-accent: #fca311}.style1-block-grid--brand{--block-bg: #14213d;--block-text: #ffffff;--block-text-muted: rgba(255, 255, 255, 0.75);--block-heading: #ffffff;--block-border: rgba(255, 255, 255, 0.2);--block-accent: #fca311}.style1-block-grid--energetic{--block-bg: #fca311;--block-text: #ffffff;--block-text-muted: rgba(255, 255, 255, 0.85);--block-heading: #ffffff;--block-border: rgba(255, 255, 255, 0.2);--block-accent: #14213d}.style1-block-grid--refined{--block-bg: #000000;--block-text: #ffffff;--block-text-muted: rgba(255, 255, 255, 0.7);--block-heading: #ffffff;--block-border: rgba(255, 255, 255, 0.15);--block-accent: #fca311}.style1-block-grid__note{text-align:center;font-size:1rem;color:var(--block-text-muted, #525252);font-style:italic;margin-top:2rem;max-width:800px;margin-left:auto;margin-right:auto}.style1-block-grid__header{text-align:center;margin-bottom:3rem}.style1-block-grid__label{display:inline-block;font-size:.875rem;font-weight:600;color:var(--block-accent, #14213d);text-transform:uppercase;letter-spacing:.05em;margin-bottom:1rem}.style1-block-grid h2{font-family:"Montserrat",-apple-system,BlinkMacSystemFont,sans-serif;font-size:1.75rem;color:var(--block-heading, #000000);margin-bottom:1rem}@media(max-width: 768px){.style1-block-grid h2{font-size:1.25rem}}.style1-block-grid p{font-size:1.125rem;color:var(--block-text-muted, #525252);max-width:700px;margin:0 auto}.style1-block-grid__grid{display:grid;gap:2rem}.style1-block-grid__grid--2{grid-template-columns:repeat(2, 1fr);max-width:900px;margin:0 auto}@media(max-width: 768px){.style1-block-grid__grid--2{grid-template-columns:1fr}}.style1-block-grid__grid--3{grid-template-columns:repeat(3, 1fr)}@media(max-width: 992px){.style1-block-grid__grid--3{grid-template-columns:1fr}}.style1-block-grid__grid--4{grid-template-columns:repeat(4, 1fr)}@media(max-width: 992px){.style1-block-grid__grid--4{grid-template-columns:repeat(2, 1fr)}}@media(max-width: 768px){.style1-block-grid__grid--4{grid-template-columns:1fr}}.style1-card{background:#fff;padding:2rem;border-radius:1rem;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1);display:flex;flex-direction:column;transition:all 250ms ease;text-decoration:none;border:2px solid rgba(0,0,0,0)}.style1-card:hover{box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);transform:translateY(-4px)}.style1-card--linked{cursor:pointer;border-color:#fca311;background:linear-gradient(135deg, #ffffff 0%, #fef6e6 100%)}.style1-card--linked:hover{border-color:#14213d;box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 8px 10px -6px rgba(0,0,0,.1);transform:translateY(-6px)}.style1-card--linked:hover .style1-card__link{color:#14213d}.style1-card--linked:hover .style1-card__link svg{transform:translateX(4px)}.style1-card__icon{width:80px;height:80px;background:#fef6e6;border-radius:1rem;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.style1-card__icon svg{color:#fca311}.style1-card--linked .style1-card__icon{background:#fca311}.style1-card--linked .style1-card__icon svg{color:#fff}.style1-card__title{font-family:"Montserrat",-apple-system,BlinkMacSystemFont,sans-serif;font-size:1.125rem;color:#000;margin-bottom:1rem}.style1-card__description{font-size:1rem;color:#525252;line-height:1.75;flex-grow:1;margin-bottom:1.5rem}.style1-card__image{margin-bottom:1rem;border-radius:.5rem;overflow:hidden}.style1-card__image img{width:100%;height:auto;display:block}.style1-card__footer{padding-top:1rem;border-top:1px solid #d4d4d4}.style1-card__status{display:inline-block;font-size:.875rem;font-weight:500;color:#6b6b6b}.style1-card__link{display:inline-flex;align-items:center;gap:.5rem;font-size:1rem;font-weight:600;color:#fca311;transition:color 150ms ease,background-color 150ms ease,border-color 150ms ease}.style1-card__link svg{transition:transform 150ms ease}.style1-card--brand{background:#14213d;border-color:#14213d;color:#fff}.style1-card--brand .style1-card__icon{background:rgba(255,255,255,.15)}.style1-card--brand .style1-card__icon svg{color:#fff}.style1-card--brand .style1-card__title{color:#fff}.style1-card--brand .style1-card__description{color:rgba(255,255,255,.85)}.style1-card--brand .style1-card__footer{border-color:rgba(255,255,255,.2)}.style1-card--brand .style1-card__status{color:rgba(255,255,255,.7)}.style1-card--brand:hover{background:#0e172a}.style1-card--complement{background:#fef6e6;border:1px solid rgba(252,163,17,.2)}.style1-card--complement .style1-card__icon{background:#fca311}.style1-card--complement .style1-card__icon svg{color:#fff}.style1-card--complement .style1-card__title{color:#000}.style1-card--complement .style1-card__description{color:#525252}.style1-card--complement:hover{border-color:rgba(252,163,17,.4)}.style1-card--accent1{border-left:4px solid #fca311}.style1-card--accent1 .style1-card__icon{background:#fef6e6}.style1-card--accent1 .style1-card__icon svg{color:#fca311}.style1-card--accent2{border-left:4px solid #14213d}.style1-card--accent2 .style1-card__icon{background:#e8eaef}.style1-card--accent2 .style1-card__icon svg{color:#14213d}.style1-card--accent3{border-left:4px solid #d88a0e}.style1-card--accent3 .style1-card__icon{background:#fef2dc}.style1-card--accent3 .style1-card__icon svg{color:#d88a0e}.style1-card--accent4{border-left:4px solid #000}.style1-card--accent4 .style1-card__icon{background:#e5e5e5}.style1-card--accent4 .style1-card__icon svg{color:#000}.style1-card--accent5{border-left:4px solid #525252}.style1-card--accent5 .style1-card__icon{background:#fafafa}.style1-card--accent5 .style1-card__icon svg{color:#525252}.style1-card--filled{background:#fafafa;box-shadow:none;border:1px solid #e5e5e5}.style1-card--filled:hover{box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1)}.style1-numbered-grid{padding:5rem 0}.style1-numbered-grid--alt{background:#fff}.style1-numbered-grid__header{text-align:center;margin-bottom:3rem}.style1-numbered-grid__label{display:inline-block;font-size:.875rem;font-weight:600;color:#14213d;text-transform:uppercase;letter-spacing:.05em;margin-bottom:1rem}.style1-numbered-grid h2{font-family:"Montserrat",-apple-system,BlinkMacSystemFont,sans-serif;font-size:1.75rem;color:#000;margin-bottom:1rem}@media(max-width: 768px){.style1-numbered-grid h2{font-size:1.25rem}}.style1-numbered-grid p{font-size:1.125rem;color:#525252;max-width:700px;margin:0 auto}.style1-numbered-grid__grid{display:grid;gap:1.5rem}.style1-numbered-grid__grid--2{grid-template-columns:repeat(2, 1fr)}@media(max-width: 768px){.style1-numbered-grid__grid--2{grid-template-columns:1fr}}.style1-numbered-grid__grid--3{grid-template-columns:repeat(3, 1fr)}@media(max-width: 992px){.style1-numbered-grid__grid--3{grid-template-columns:repeat(2, 1fr)}}@media(max-width: 576px){.style1-numbered-grid__grid--3{grid-template-columns:1fr}}.style1-numbered-grid__grid--4{grid-template-columns:repeat(4, 1fr)}@media(max-width: 992px){.style1-numbered-grid__grid--4{grid-template-columns:repeat(2, 1fr)}}@media(max-width: 576px){.style1-numbered-grid__grid--4{grid-template-columns:1fr}}.style1-numbered-card{background:#fff;padding:1.5rem;border-radius:1rem;border:1px solid #d4d4d4;transition:all 250ms ease}.style1-numbered-card:hover{border-color:#fca311;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1);transform:translateY(-2px)}.style1-numbered-card__number{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;background:#14213d;border-radius:9999px;font-family:"Montserrat",-apple-system,BlinkMacSystemFont,sans-serif;font-size:1rem;font-weight:700;color:#000;margin-bottom:1rem}.style1-numbered-card h3{font-family:"Montserrat",-apple-system,BlinkMacSystemFont,sans-serif;font-size:1.125rem;font-weight:600;color:#000;margin-bottom:.5rem}.style1-numbered-card p{font-size:1rem;color:#525252;line-height:1.75;margin:0}.style1-numbered-grid--brand{background:#14213d;position:relative;overflow:hidden}.style1-numbered-grid--brand::before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:radial-gradient(circle at 20% 80%, rgba(255, 255, 255, 0.03) 0%, transparent 50%),radial-gradient(circle at 80% 20%, rgba(255, 255, 255, 0.05) 0%, transparent 40%);pointer-events:none}.style1-numbered-grid--brand .container{position:relative;z-index:1}.style1-numbered-grid--brand .style1-numbered-grid__header h2{color:#fff}.style1-numbered-grid--brand .style1-numbered-grid__header p{color:rgba(255,255,255,.8)}.style1-numbered-grid--brand .style1-numbered-grid__label{color:#fca311}.style1-numbered-grid--brand .style1-numbered-card{background:rgba(255,255,255,.1);backdrop-filter:blur(10px);border-color:rgba(255,255,255,.15)}.style1-numbered-grid--brand .style1-numbered-card:hover{background:rgba(255,255,255,.15);border-color:rgba(255,255,255,.25);transform:translateY(-2px)}.style1-numbered-grid--brand .style1-numbered-card__number{background:#fca311;color:#14213d}.style1-numbered-grid--brand .style1-numbered-card h3{color:#fff}.style1-numbered-grid--brand .style1-numbered-card p{color:rgba(255,255,255,.75)}.style1-numbered-grid--complement{background:#fef6e6}.style1-numbered-grid--complement .style1-numbered-grid__label{color:#fca311}.style1-numbered-grid--complement .style1-numbered-card{background:#fff;border-color:rgba(252,163,17,.2)}.style1-numbered-grid--complement .style1-numbered-card:hover{border-color:#fca311}.style1-numbered-grid--complement .style1-numbered-card__number{background:#fca311;color:#fff}.style1-labeled-grid{padding:5rem 0;background:#fff}.style1-labeled-grid--alt{background:#fff}.style1-labeled-grid__header{text-align:center;margin-bottom:3rem}.style1-labeled-grid__header h2{font-family:"Montserrat",-apple-system,BlinkMacSystemFont,sans-serif;font-size:1.75rem;color:#000;margin-bottom:1rem}.style1-labeled-grid__header p{font-size:1.125rem;color:#525252}.style1-labeled-grid__label{display:inline-block;font-size:.875rem;font-weight:600;color:#14213d;text-transform:uppercase;letter-spacing:.05em;margin-bottom:1rem}.style1-labeled-cards{display:grid;gap:1.5rem}.style1-labeled-cards--cols-2{grid-template-columns:repeat(2, 1fr)}@media(max-width: 768px){.style1-labeled-cards--cols-2{grid-template-columns:1fr}}.style1-labeled-cards--cols-3{grid-template-columns:repeat(3, 1fr)}@media(max-width: 992px){.style1-labeled-cards--cols-3{grid-template-columns:repeat(2, 1fr)}}@media(max-width: 768px){.style1-labeled-cards--cols-3{grid-template-columns:1fr}}.style1-labeled-cards--cols-4{grid-template-columns:repeat(4, 1fr)}@media(max-width: 992px){.style1-labeled-cards--cols-4{grid-template-columns:repeat(2, 1fr)}}@media(max-width: 768px){.style1-labeled-cards--cols-4{grid-template-columns:1fr}}.style1-labeled-card{padding:1.5rem;border:1px solid #d4d4d4;border-radius:1rem;background:#fff;transition:all 250ms ease}.style1-labeled-card:hover{border-color:#fca311;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1)}.style1-labeled-card__label{font-family:"Montserrat",-apple-system,BlinkMacSystemFont,sans-serif;font-size:1.875rem;font-weight:700;color:#14213d;margin-bottom:1rem}.style1-labeled-card h3{font-family:"Montserrat",-apple-system,BlinkMacSystemFont,sans-serif;font-size:.875rem;color:#000;margin-bottom:.75rem}.style1-labeled-card p{font-size:.875rem;color:#525252;line-height:1.75}.style1-chapter-grid{padding:4rem 0}.style1-chapter-grid__header{text-align:center;margin-bottom:3rem}.style1-chapter-grid__header h2{font-family:"Montserrat",-apple-system,BlinkMacSystemFont,sans-serif;font-size:1.75rem;color:#000;margin-bottom:1rem}.style1-chapter-grid__header p{font-size:1.125rem;color:#525252;max-width:700px;margin:0 auto}.style1-chapter-grid__label{display:inline-block;font-size:.875rem;font-weight:600;color:#14213d;text-transform:uppercase;letter-spacing:.05em;margin-bottom:1rem}.style1-chapter-cards{display:flex;flex-direction:column;gap:1.5rem;max-width:900px;margin:0 auto}.style1-chapter-card{display:flex;align-items:flex-start;gap:1.5rem;padding:2rem;background:#fff;border-radius:1rem;border:2px solid #d4d4d4;text-decoration:none;transition:all 250ms ease}@media(max-width: 768px){.style1-chapter-card{flex-direction:column}}.style1-chapter-card:hover:not(.style1-chapter-card--coming-soon){border-color:#fca311;box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 8px 10px -6px rgba(0,0,0,.1);transform:translateY(-4px)}.style1-chapter-card:hover:not(.style1-chapter-card--coming-soon) .style1-chapter-card__number{background:#fca311;color:#fff}.style1-chapter-card:hover:not(.style1-chapter-card--coming-soon) .style1-chapter-card__arrow{color:#fca311}.style1-chapter-card:hover:not(.style1-chapter-card--coming-soon) .style1-chapter-card__arrow svg{transform:translateX(4px)}.style1-chapter-card--coming-soon{opacity:.7;cursor:default}.style1-chapter-card--coming-soon .style1-chapter-card__number{background:#d4d4d4;color:#6b6b6b}.style1-chapter-card__number{flex-shrink:0;width:64px;height:64px;background:#e8eaef;border-radius:1rem;display:flex;align-items:center;justify-content:center;font-family:"Montserrat",-apple-system,BlinkMacSystemFont,sans-serif;font-size:1.5rem;font-weight:700;color:#14213d;transition:all 250ms ease}.style1-chapter-card__content{flex-grow:1}.style1-chapter-card__content h3{font-family:"Montserrat",-apple-system,BlinkMacSystemFont,sans-serif;font-size:1.125rem;color:#000;margin-bottom:.75rem}.style1-chapter-card__content p{font-size:1rem;color:#525252;line-height:1.75;margin-bottom:1rem}.style1-chapter-card__topics{display:flex;flex-wrap:wrap;gap:.5rem;list-style:none;padding:0;margin:0}.style1-chapter-card__topics li{font-size:.875rem;color:#fca311;background:#fef6e6;padding:.25rem .75rem;border-radius:9999px}.style1-chapter-card__arrow{flex-shrink:0;display:flex;align-items:center;gap:.5rem;color:#6b6b6b;font-weight:600;transition:all 250ms ease}@media(max-width: 768px){.style1-chapter-card__arrow{margin-top:1rem}}.style1-chapter-card__arrow svg{transition:transform 150ms ease}.style1-chapter-card__status-badge{display:inline-block;font-size:.875rem;font-weight:600;color:#6b6b6b;background:#e5e5e5;padding:.5rem 1rem;border-radius:9999px}.style1-quote{padding:4rem 0;background:#fca311}.style1-quote blockquote{max-width:800px;margin:0 auto;text-align:center}.style1-quote blockquote p{font-family:"Montserrat",-apple-system,BlinkMacSystemFont,sans-serif;font-size:1.5rem;font-style:italic;color:#fff;line-height:1.75;margin-bottom:1.5rem}@media(max-width: 768px){.style1-quote blockquote p{font-size:1.25rem}}.style1-quote blockquote cite{font-size:1rem;font-style:normal;color:#14213d;font-weight:600}.style1-cta{padding:5rem 0;background:#fca311;text-align:center;color:#000}.style1-cta h2{font-family:"Montserrat",-apple-system,BlinkMacSystemFont,sans-serif;font-size:1.75rem;color:#fff;margin-bottom:1rem}@media(max-width: 768px){.style1-cta h2{font-size:1.25rem}}.style1-cta p{font-size:1.125rem;color:rgba(255,255,255,.85);max-width:700px;margin:0 auto 2rem}.style1-cta__actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.style1-cta__actions .btn--primary{background:#14213d;color:#000}.style1-cta__actions .btn--primary:hover{background:#1e3259}.style1-cta__actions .btn--outline{border-color:#fff;color:#fff}.style1-cta__actions .btn--outline:hover{background:rgba(255,255,255,.1)}.style1-cta--split{text-align:left}.style1-cta--split .style1-cta__split{display:grid;gap:3rem;align-items:center}@media(min-width: 768px){.style1-cta--split .style1-cta__split{grid-template-columns:1fr 1fr}}.style1-cta--split .style1-cta__content h2{margin-bottom:1rem}.style1-cta--split .style1-cta__content p{margin:0 0 2rem;max-width:none}.style1-cta--split .style1-cta__actions{justify-content:flex-start}.style1-cta--split .style1-cta__image{position:relative;border-radius:1rem;overflow:hidden;background:rgba(255,255,255,.1)}.style1-cta--split .style1-cta__image img{width:100%;height:auto;display:block;position:relative;z-index:1}.style1-cta--split .style1-cta__image-placeholder{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;color:rgba(255,255,255,.3);z-index:0}.style1-cta.cta-light{padding:4rem 0;background:#fff}.style1-cta.cta-light h2{font-size:1.25rem;color:#000}.style1-cta.cta-light p{color:#525252;max-width:600px}.block-pricing-cards{padding:5rem 0}.block-pricing-cards__header{text-align:center;margin-bottom:3rem}.block-pricing-cards__header h2{font-family:"Montserrat",-apple-system,BlinkMacSystemFont,sans-serif;font-size:1.75rem;font-weight:700;color:#000;margin-bottom:.5rem}.block-pricing-cards__header p{font-size:1.125rem;color:#525252}.pricing-cards{display:grid;grid-template-columns:1fr;gap:2rem;max-width:1000px;margin:0 auto}@media(min-width: 768px){.pricing-cards{grid-template-columns:repeat(3, 1fr);align-items:stretch}}.pricing-card{background:#fafafa;border-radius:1rem;padding:2rem;border:1px solid #d4d4d4;position:relative;display:flex;flex-direction:column}@media(min-width: 768px){.pricing-card:not(.pricing-card--featured){margin-top:3rem}}.pricing-card--featured{background:#fff;border-color:#fca311;border-width:2px;box-shadow:0 8px 32px rgba(252,163,17,.15)}@media(min-width: 768px){.pricing-card--featured{z-index:1;padding-top:3rem;padding-bottom:3rem;margin-bottom:-2rem}}.pricing-card__badge{position:absolute;top:-12px;left:50%;transform:translateX(-50%);background:#fca311;color:#000;padding:.5rem 1rem;border-radius:9999px;font-size:.875rem;font-weight:600;white-space:nowrap}.pricing-card__header{text-align:center;margin-bottom:1rem;padding-top:.5rem}.pricing-card__header h3{font-family:"Montserrat",-apple-system,BlinkMacSystemFont,sans-serif;font-size:1.25rem;font-weight:700;color:#000;margin-bottom:.5rem}.pricing-card__header p{font-size:.875rem;color:#525252;margin:0}.pricing-card__price{text-align:center;margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid #d4d4d4}.pricing-card__amount{font-size:2.5rem;font-weight:700;color:#fca311;line-height:1}.pricing-card__period{font-size:1rem;color:#525252}.pricing-card__features{list-style:none;padding:0;margin:0 0 2rem;flex-grow:1}.pricing-card__features li{font-size:1rem;color:#000;padding:.5rem 0;padding-left:1.5rem;position:relative}.pricing-card__features li::before{content:"✓";position:absolute;left:0;color:#10b981;font-weight:600}.pricing-card__stage{font-size:.875rem;color:#525252;margin-bottom:1rem;padding:.75rem;background:#fafafa;border-radius:.5rem}.pricing-card__stage span{font-weight:600}.pricing-card__note{font-size:.875rem;color:#6b6b6b;text-align:center;margin-top:.75rem;margin-bottom:0}.block-value-table{padding:5rem 0}.block-value-table--alt{background:#fafafa}.block-value-table__note{text-align:center;font-size:1rem;color:#525252;margin-top:1.5rem;font-style:italic}.block-value-table__header{text-align:center;margin-bottom:3rem}.block-value-table__header h2{font-family:"Montserrat",-apple-system,BlinkMacSystemFont,sans-serif;font-size:1.75rem;font-weight:700;color:#000;margin-bottom:.5rem}.block-value-table__header p{font-size:1.125rem;color:#525252}.value-table{background:#fff;border-radius:1rem;overflow:hidden;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1)}.value-table__head{display:none;background:#fca311;color:#000;padding:1rem 1.5rem;font-weight:600;font-size:.875rem;text-transform:uppercase;letter-spacing:.05em}@media(min-width: 768px){.value-table__head{display:grid;grid-template-columns:2fr 1fr 1fr;gap:1rem}}.value-table__col:not(:first-child){text-align:right}.value-table__row{display:grid;grid-template-columns:1fr;gap:.75rem;padding:1rem 1.5rem;border-bottom:1px solid #d4d4d4}@media(min-width: 768px){.value-table__row{grid-template-columns:2fr 1fr 1fr;gap:1rem;align-items:center}}.value-table__row:last-child{border-bottom:none}.value-table__row--total{background:#fef6e6;border-top:2px solid #fca311;padding:1.5rem 2rem}.value-table__row--total .value-table__item strong{font-size:1.125rem}.value-table__item{display:flex;flex-direction:column;gap:.25rem}.value-table__item strong{font-size:1rem;font-weight:600;color:#000}.value-table__item span{font-size:.875rem;color:#525252}.value-table__value{font-size:1rem;color:#525252}@media(min-width: 768px){.value-table__value{text-align:right}}@media(max-width: 767px){.value-table__value::before{font-size:.875rem;color:#6b6b6b;font-weight:500}}.value-table__value--total{font-weight:700;font-size:1.125rem;color:#fca311}.block-faq{padding:5rem 0;background:var(--block-bg, transparent);color:var(--block-text, #000000)}.block-faq--light{--block-bg: #ffffff;--block-text: #000000;--block-text-muted: #525252;--block-heading: #000000;--block-border: #d4d4d4;--block-accent: #fca311;--faq-item-bg: #fafafa}.block-faq--subtle,.block-faq--alt{--block-bg: #fafafa;--block-text: #000000;--block-text-muted: #525252;--block-heading: #000000;--block-border: #d4d4d4;--block-accent: #fca311;--faq-item-bg: #fef6e6}.block-faq--complement{--block-bg: #fef6e6;--block-text: #14213d;--block-text-muted: #525252;--block-heading: #14213d;--block-border: rgba(20, 33, 61, 0.15);--block-accent: #fca311;--faq-item-bg: #ffffff}.block-faq--warm{--block-bg: #fca311;--block-text: #000000;--block-text-muted: #333333;--block-heading: #000000;--block-border: rgba(0, 0, 0, 0.2);--block-accent: #14213d;--faq-item-bg: rgba(255, 255, 255, 0.1)}.block-faq--cool{--block-bg: #14213d;--block-text: #ffffff;--block-text-muted: rgba(255, 255, 255, 0.75);--block-heading: #ffffff;--block-border: rgba(255, 255, 255, 0.2);--block-accent: #fca311;--faq-item-bg: rgba(255, 255, 255, 0.1)}.block-faq--brand{--block-bg: #14213d;--block-text: #ffffff;--block-text-muted: rgba(255, 255, 255, 0.75);--block-heading: #ffffff;--block-border: rgba(255, 255, 255, 0.2);--block-accent: #fca311;--faq-item-bg: rgba(255, 255, 255, 0.1)}.block-faq--energetic{--block-bg: #fca311;--block-text: #ffffff;--block-text-muted: rgba(255, 255, 255, 0.85);--block-heading: #ffffff;--block-border: rgba(255, 255, 255, 0.2);--block-accent: #14213d;--faq-item-bg: rgba(255, 255, 255, 0.1)}.block-faq--refined{--block-bg: #000000;--block-text: #ffffff;--block-text-muted: rgba(255, 255, 255, 0.7);--block-heading: #ffffff;--block-border: rgba(255, 255, 255, 0.15);--block-accent: #fca311;--faq-item-bg: rgba(255, 255, 255, 0.1)}.block-faq__header{text-align:center;margin-bottom:3rem}.block-faq__header h2{font-family:"Montserrat",-apple-system,BlinkMacSystemFont,sans-serif;font-size:1.75rem;font-weight:700;color:var(--block-heading, #000000);margin-bottom:.5rem}.block-faq__header p{font-size:1.125rem;color:var(--block-text-muted, #525252)}.faq-list{display:flex;flex-direction:column;gap:.75rem}.faq-item{background:var(--faq-item-bg, #ffffff);border-radius:.5rem;border:1px solid var(--block-border, #d4d4d4);overflow:hidden;transition:250ms ease}.faq-item:hover{border-color:var(--block-accent, #fca311)}.faq-item summary{padding:1rem 1.5rem;font-weight:600;color:var(--block-heading, #000000);cursor:pointer;display:flex;justify-content:space-between;align-items:center;list-style:none;gap:1rem}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary::after{content:"+";font-size:1.5rem;font-weight:400;color:var(--block-accent, #fca311);transition:transform 150ms ease;flex-shrink:0}.faq-item[open] summary::after{transform:rotate(45deg)}.faq-item__answer{padding:0 1.5rem 1rem}.faq-item__answer p{color:var(--block-text-muted, #525252);line-height:1.75;margin:0}.faq-item__answer p:not(:last-child){margin-bottom:1rem}.block-resource-cards{padding:5rem 0}.block-resource-cards--alt{background:#fafafa}.block-resource-cards__header{text-align:center;margin-bottom:3rem}.block-resource-cards__header h2{font-family:"Montserrat",-apple-system,BlinkMacSystemFont,sans-serif;font-size:1.75rem;font-weight:700;color:#000;margin-bottom:.5rem}.block-resource-cards__header p{font-size:1.125rem;color:#525252}.resource-cards-grid{display:grid;gap:2rem}@media(min-width: 768px){.resource-cards-grid--2{grid-template-columns:repeat(2, 1fr)}}@media(min-width: 768px){.resource-cards-grid--3{grid-template-columns:repeat(2, 1fr)}}@media(min-width: 992px){.resource-cards-grid--3{grid-template-columns:repeat(3, 1fr)}}.resource-card{display:flex;flex-direction:column;background:#fff;border-radius:1rem;overflow:hidden;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1);transition:250ms ease;text-decoration:none;border-left:4px solid #fca311}.resource-card:hover{transform:translateY(-4px);box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1)}.resource-card:hover .resource-card__link{color:#fca311}.resource-card--accent1{border-left-color:#fca311}.resource-card--accent1 .resource-card__tag{background:#fef6e6;color:#fca311}.resource-card--accent1:hover .resource-card__link{color:#fca311}.resource-card--accent2{border-left-color:#14213d}.resource-card--accent2 .resource-card__tag{background:#e8eaef;color:#14213d}.resource-card--accent2:hover .resource-card__link{color:#14213d}.resource-card--accent3{border-left-color:#d88a0e}.resource-card--accent3 .resource-card__tag{background:#fef2dc;color:#d88a0e}.resource-card--accent3:hover .resource-card__link{color:#d88a0e}.resource-card--accent4{border-left-color:#000}.resource-card--accent4 .resource-card__tag{background:#e5e5e5;color:#000}.resource-card--accent4:hover .resource-card__link{color:#000}.resource-card--accent5{border-left-color:#525252}.resource-card--accent5 .resource-card__tag{background:#fafafa;color:#525252}.resource-card--accent5:hover .resource-card__link{color:#525252}.resource-card__image{position:relative;aspect-ratio:16/9;background:#fafafa;overflow:hidden}.resource-card__image img{width:100%;height:100%;object-fit:cover}.resource-card__image-placeholder{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;color:#6b6b6b;z-index:0}.resource-card__image img{position:relative;z-index:1}.resource-card__content{display:flex;flex-direction:column;flex:1;padding:1.5rem}.resource-card__tag{display:inline-block;align-self:flex-start;padding:.25rem .75rem;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;border-radius:.25rem;background:rgba(252,163,17,.1);color:#fca311;margin-bottom:.75rem}.resource-card__title{font-family:"Montserrat",-apple-system,BlinkMacSystemFont,sans-serif;font-size:1.125rem;font-weight:700;color:#000;margin-bottom:.5rem;line-height:1.2}.resource-card__text{font-size:.875rem;color:#525252;line-height:1.75;margin-bottom:1rem;flex:1}.resource-card__meta{display:flex;align-items:baseline;justify-content:space-between;padding-top:1rem;border-top:1px solid #d4d4d4}.resource-card__reading{font-size:.875rem;color:#6b6b6b}.resource-card__link{display:flex;align-items:center;gap:.25rem;font-size:.875rem;font-weight:600;color:#525252;transition:150ms ease}.resource-card__link svg{transition:transform 150ms ease}.resource-card:hover .resource-card__link svg{transform:translateX(4px)}.block-newsletter{padding:4rem 0}.block-newsletter--alt{background:#fafafa}.newsletter-card{display:flex;flex-direction:column;gap:1.5rem;background:#fff;border-radius:1rem;padding:2rem;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1);border:1px solid #d4d4d4}@media(min-width: 768px){.newsletter-card{flex-direction:row;align-items:center;justify-content:space-between;padding:2rem 3rem}}.newsletter-card__content{display:flex;align-items:flex-start;gap:1rem}@media(min-width: 576px){.newsletter-card__content{align-items:center}}.newsletter-card__icon{flex-shrink:0;color:#fca311}.newsletter-card__icon svg{display:block}.newsletter-card__text h3{font-family:"Montserrat",-apple-system,BlinkMacSystemFont,sans-serif;font-size:1.125rem;font-weight:700;color:#000;margin-bottom:.25rem}.newsletter-card__text p{font-size:.875rem;color:#525252;line-height:1.75;margin:0}.newsletter-card__form{display:flex;flex-direction:column;gap:.75rem;width:100%}@media(min-width: 576px){.newsletter-card__form{flex-direction:row}}@media(min-width: 768px){.newsletter-card__form{width:auto;flex-shrink:0}}.newsletter-card__input{flex:1;min-width:0;padding:.75rem 1rem;font-size:1rem;border:1px solid #d4d4d4;border-radius:.5rem;background:#fff;color:#000;transition:150ms ease}@media(min-width: 768px){.newsletter-card__input{min-width:280px}}.newsletter-card__input::placeholder{color:#6b6b6b}.newsletter-card__input:focus{outline:none;border-color:#fca311;box-shadow:0 0 0 3px rgba(252,163,17,.1)}.newsletter-card .btn{flex-shrink:0;white-space:nowrap}.block-comparison-cards{padding:5rem 0}.block-comparison-cards--alt{background:#fafafa}.block-comparison-cards__header{text-align:center;margin-bottom:3rem}.block-comparison-cards__header h2{font-family:"Montserrat",-apple-system,BlinkMacSystemFont,sans-serif;font-size:1.75rem;font-weight:700;color:#000;margin-bottom:.5rem}.block-comparison-cards__header p{font-size:1.125rem;color:#525252}.comparison-cards{display:grid;gap:2rem}@media(min-width: 768px){.comparison-cards{grid-template-columns:repeat(2, 1fr);align-items:stretch}}.comparison-card{background:#fff;border-radius:1rem;overflow:hidden;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1);display:flex;flex-direction:column}.comparison-card__header{padding:1rem 1.5rem}.comparison-card__header h3{font-family:"Montserrat",-apple-system,BlinkMacSystemFont,sans-serif;font-size:1.125rem;font-weight:700;margin:0}.comparison-card__content{padding:1.5rem;flex:1;display:flex;flex-direction:column}.comparison-card__example{font-style:italic;color:#525252;padding:1rem;background:#fafafa;border-radius:.5rem;margin-bottom:1rem}.comparison-card__example::before{content:'"'}.comparison-card__example::after{content:'"'}.comparison-card__response{font-size:1rem;line-height:1.75;color:#525252;margin-bottom:1rem;flex:1}.comparison-card__conclusion{font-weight:600;font-size:.875rem;padding-top:1rem;border-top:1px solid #d4d4d4;margin:0;margin-top:auto}.comparison-card--negative{border:2px solid #d4d4d4}.comparison-card--negative .comparison-card__header{background:#fafafa}.comparison-card--negative .comparison-card__header h3{color:#525252}.comparison-card--negative .comparison-card__conclusion{color:#fca311}.comparison-card--positive{border:2px solid #fca311}.comparison-card--positive .comparison-card__header{background:#fca311}.comparison-card--positive .comparison-card__header h3{color:#000}.comparison-card--positive .comparison-card__conclusion{color:#fca311}.block-qa-comparison{padding:5rem 0}.block-qa-comparison--alt{background:#fafafa}.block-qa-comparison__header{text-align:center;margin-bottom:3rem}.block-qa-comparison__header h2{font-family:"Montserrat",-apple-system,BlinkMacSystemFont,sans-serif;font-size:1.75rem;font-weight:700;color:#000;margin-bottom:.5rem}.block-qa-comparison__header p{font-size:1.125rem;color:#525252}.block-qa-comparison__note{text-align:center;font-size:1rem;color:#525252;font-style:italic;margin-top:2rem;max-width:800px;margin-left:auto;margin-right:auto}.qa-showcase{max-width:900px;margin:0 auto}.qa-showcase__question{background:#fff;border-radius:1rem;padding:1.5rem;margin-bottom:1.5rem;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1);text-align:center}.qa-showcase__question p{font-family:"Montserrat",-apple-system,BlinkMacSystemFont,sans-serif;font-size:1.25rem;font-weight:700;color:#000;margin:0}.qa-showcase__question p::before{content:'"'}.qa-showcase__question p::after{content:'"'}.qa-showcase__label{display:block;font-size:.875rem;font-weight:600;color:#6b6b6b;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem}.qa-showcase__answers{display:flex;flex-direction:column;gap:1.5rem}.qa-showcase__answer{background:#fff;border-radius:1rem;padding:1.5rem;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1);border-left:4px solid #d4d4d4}.qa-showcase__answer p{font-size:1rem;line-height:1.75;color:#525252;margin:0}.qa-showcase__answer-label{font-size:.875rem;font-weight:700;color:#6b6b6b;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.75rem}.qa-showcase__answer--negative{border-left-color:#fca311;background:#fafafa}.qa-showcase__answer--negative .qa-showcase__answer-label{color:#fca311}.qa-showcase__answer--positive{border-left-color:#fca311}.qa-showcase__answer--positive .qa-showcase__answer-label{color:#fca311}.qa-comparison-grid{display:grid;gap:2rem}@media(min-width: 992px){.qa-comparison-grid{grid-template-columns:repeat(2, 1fr);grid-auto-rows:auto}}.qa-comparison-item{background:#fff;border-radius:1rem;padding:1.5rem;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1);display:grid;grid-template-rows:auto 1fr 1fr;gap:.75rem}@media(min-width: 992px){.qa-comparison-item{grid-row:span 3;grid-template-rows:subgrid}}.qa-comparison-item__question{font-family:"Montserrat",-apple-system,BlinkMacSystemFont,sans-serif;font-size:1.125rem;font-weight:700;color:#000;padding-bottom:1rem;border-bottom:1px solid #d4d4d4;margin-bottom:0}.qa-comparison-item__question::before{content:'"'}.qa-comparison-item__question::after{content:'"'}.qa-comparison-item__answer{font-size:.875rem;line-height:1.75;color:#525252;padding:1rem;border-radius:.5rem}.qa-comparison-item__answer strong{display:block;margin-bottom:.25rem}.qa-comparison-item__answer--negative{background:#fafafa}.qa-comparison-item__answer--negative strong{color:#fca311}.qa-comparison-item__answer--positive{background:rgba(252,163,17,.05);border:1px solid rgba(252,163,17,.2)}.qa-comparison-item__answer--positive strong{color:#fca311}.content-hero{padding:4rem 0;background:linear-gradient(180deg, #fca311 0%, #d78703 100%);color:#000;background-size:cover;background-position:center;background-repeat:no-repeat;position:relative;min-height:350px;display:flex;align-items:center}.content-hero--with-bg::before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(180deg, rgba(252, 163, 17, 0.9) 0%, rgba(252, 163, 17, 0.8) 100%);z-index:1}.content-hero--centered{text-align:center}.content-hero--centered .content-hero__subtitle{margin-left:auto;margin-right:auto}.content-hero__container{position:relative;z-index:2;max-width:800px}.content-hero--centered .content-hero__container{margin:0 auto}.content-hero__back{display:inline-flex;align-items:center;gap:.5rem;color:rgba(255,255,255,.8);text-decoration:none;font-size:.875rem;margin-bottom:1.5rem;transition:color 150ms ease,background-color 150ms ease,border-color 150ms ease}.content-hero__back:hover{color:#fff}.content-hero__label{display:inline-flex;align-items:center;gap:.5rem;background:rgba(255,255,255,.15);backdrop-filter:blur(8px);padding:.5rem 1rem;border-radius:50px;font-size:.875rem;font-weight:600;color:rgba(255,255,255,.9);margin-bottom:1.5rem;border:1px solid rgba(255,255,255,.2)}.content-hero__label svg{opacity:.8}.content-hero__title{font-family:"Montserrat",-apple-system,BlinkMacSystemFont,sans-serif;font-size:clamp(2rem,5vw,3rem);font-weight:700;color:#fff;line-height:1.15;margin-bottom:1rem}@media(max-width: 768px){.content-hero__title{font-size:2.25rem}}.content-hero__subtitle{font-size:1.25rem;color:rgba(255,255,255,.9);max-width:650px;line-height:1.75;margin-bottom:1rem}.content-hero__meta{display:flex;justify-content:center;gap:1.5rem;margin-top:1rem}.content-hero:not(.content-hero--centered) .content-hero__meta{justify-content:flex-start}.content-hero__reading-time{display:inline-flex;align-items:center;gap:.5rem;font-size:.875rem;color:rgba(255,255,255,.7)}.content-hero__reading-time svg{opacity:.7}.content-hero--accent1{background:linear-gradient(180deg, #fca311 0%, #d78703 100%)}.content-hero--accent1.content-hero--with-bg::before{background:linear-gradient(180deg, rgba(252, 163, 17, 0.9) 0%, rgba(190, 119, 2, 0.85) 100%)}.content-hero--accent2{background:linear-gradient(180deg, #14213d 0%, #070c17 100%)}.content-hero--accent2.content-hero--with-bg::before{background:linear-gradient(180deg, rgba(20, 33, 61, 0.9) 0%, rgba(1, 2, 3, 0.85) 100%)}.content-hero--accent4{background:linear-gradient(180deg, #000000 0%, black 100%)}.content-hero--accent4.content-hero--with-bg::before{background:linear-gradient(180deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.85) 100%)}.content-nav{background:#fff;border:1px solid #d4d4d4;border-radius:1rem;padding:1rem 1.5rem;margin-bottom:2.5rem}.content-nav__label{display:block;font-size:.875rem;font-weight:600;color:#6b6b6b;margin-bottom:.75rem}.content-nav__links{display:flex;gap:.25rem;flex-wrap:wrap}.content-nav__links a{font-size:.875rem;color:#525252;text-decoration:none;padding:.5rem .75rem;border-radius:.5rem;white-space:nowrap;transition:all 250ms ease}.content-nav__links a:hover{background:#fafafa;color:#525252}.content-section{padding:3rem 0}.content-section:first-of-type{padding-top:0}.content-section--alt{background:#fff;margin-left:-1rem;margin-right:-1rem;padding-left:1rem;padding-right:1rem;border-radius:1rem}@media(min-width: 992px){.content-section--alt{margin-left:-1.5rem;margin-right:-1.5rem;padding-left:1.5rem;padding-right:1.5rem}}.content-section__header{display:flex;align-items:center;gap:1.25rem;margin-bottom:1.5rem}@media(max-width: 768px){.content-section__header{flex-direction:column;align-items:flex-start;gap:.75rem}}.content-section__number{flex-shrink:0;width:48px;height:48px;background:#fca311;border-radius:9999px;display:flex;align-items:center;justify-content:center;font-family:"Montserrat",-apple-system,BlinkMacSystemFont,sans-serif;font-size:1.25rem;font-weight:700;color:#fca311}.content-section h2{font-family:"Montserrat",-apple-system,BlinkMacSystemFont,sans-serif;font-size:1.25rem;color:#000;margin:0}.content-section__content{max-width:800px}.content-section__content .lead{font-size:1.25rem;color:#525252;line-height:1.75;margin-bottom:2rem}.content-section__content h3{font-family:"Montserrat",-apple-system,BlinkMacSystemFont,sans-serif;font-size:1rem;color:#000;margin-top:2rem;margin-bottom:1rem}.content-section__content h4{font-family:"Montserrat",-apple-system,BlinkMacSystemFont,sans-serif;font-size:1.125rem;color:#000;margin-top:1.5rem;margin-bottom:.75rem}.content-section__content p{font-size:1rem;color:#525252;line-height:1.75;margin-bottom:1rem}.content-section__content ul,.content-section__content ol{margin-bottom:1.5rem;padding-left:1.5rem}.content-section__content ul li,.content-section__content ol li{color:#525252;line-height:1.75;margin-bottom:.5rem}.content-section__content blockquote{margin:1.5rem 0;padding:1.5rem;background:#fafafa;border-left:4px solid #525252;border-radius:0 .5rem .5rem 0}.content-section__content blockquote p{font-family:"Montserrat",-apple-system,BlinkMacSystemFont,sans-serif;font-size:1.125rem;font-style:italic;color:#000;margin:0}.content-section--accent2 .content-section__number{background:#14213d;color:#fff}.content-section--accent3 .content-section__number{background:#d88a0e;color:#fff}.content-section--accent5 .content-section__number{background:#525252;color:#fff}.highlight-box{padding:1.5rem;border-radius:1rem;margin:1.5rem 0}.highlight-box h4{font-family:"Montserrat",-apple-system,BlinkMacSystemFont,sans-serif;font-size:1.125rem;margin-top:0 !important;margin-bottom:.75rem}.highlight-box p:last-child,.highlight-box ul:last-child{margin-bottom:0}.highlight-box--accent1{background:#fef6e6;border-left:4px solid #fca311}.highlight-box--accent1 h4{color:#be7702}.highlight-box--accent2{background:#e8eaef;border-left:4px solid #14213d}.highlight-box--accent2 h4{color:#070c17}.highlight-box--accent3{background:#fef2dc;border-left:4px solid #d88a0e}.highlight-box--accent3 h4{color:#a86b0b}.highlight-box--accent4{background:#e5e5e5;border-left:4px solid #000}.highlight-box--accent4 h4{color:#000}.highlight-box--accent5{background:#fafafa;border-left:4px solid #525252}.highlight-box--accent5 h4{color:#525252}.highlight-box--alert{background:#fef2f2;border-left:4px solid #ef4444}.highlight-box--alert h4{color:#991b1b}.highlight-box--alert p{color:#991b1b}.highlight-box--dashed{border-left:none;border:2px dashed #525252;background:#fafafa}.highlight-box--dashed h4{color:#525252}.highlight-box--dashed-accent1{border-left:none;border:2px dashed #fca311;background:#fef6e6}.highlight-box--dashed-accent1 h4{color:#be7702}.highlight-box--neutral{background:#fff;border:1px solid #d4d4d4}.highlight-box--neutral h4{color:#000}.highlight-box--checklist{background:#fff;border:1px solid #d4d4d4}.highlight-box--checklist h4{color:#000}.highlight-box--checklist ul{list-style:none;padding-left:0;margin:0}.highlight-box--checklist ul li{padding:.5rem 0;border-bottom:1px solid #e5e5e5}.highlight-box--checklist ul li:last-child{border-bottom:none}.questions-list{list-style:none;padding-left:0 !important}.questions-list li{position:relative;padding-left:2rem !important;margin-bottom:.75rem}.questions-list li::before{content:"?";position:absolute;left:0;width:24px;height:24px;background:#fef6e6;border-radius:9999px;display:flex;align-items:center;justify-content:center;font-weight:700;color:#fca311;font-size:.875rem}.content-grid{display:grid;gap:1.5rem}.content-grid--2col{grid-template-columns:repeat(2, 1fr)}@media(max-width: 768px){.content-grid--2col{grid-template-columns:1fr}}.content-grid--3col{grid-template-columns:repeat(3, 1fr)}@media(max-width: 992px){.content-grid--3col{grid-template-columns:repeat(2, 1fr)}}@media(max-width: 768px){.content-grid--3col{grid-template-columns:1fr}}.two-column-list{display:grid;grid-template-columns:repeat(2, 1fr);gap:1rem}@media(max-width: 768px){.two-column-list{grid-template-columns:1fr}}.two-column-list ul{margin:0}.placeholder-box{padding:2rem;background:#fff;border:2px dashed #d4d4d4;border-radius:1rem;text-align:center;margin:1.5rem 0}.placeholder-box p{color:#6b6b6b;margin:0}.content-page-nav{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-top:3rem;padding-top:2rem;border-top:1px solid #d4d4d4}@media(max-width: 768px){.content-page-nav{grid-template-columns:1fr}}.content-page-nav__link{display:flex;flex-direction:column;padding:1.5rem;background:#fff;border:1px solid #d4d4d4;border-radius:1rem;text-decoration:none;transition:all 250ms ease}.content-page-nav__link:hover:not(.content-page-nav__link--disabled){border-color:#fca311;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1)}.content-page-nav__link--prev{text-align:left}.content-page-nav__link--next{text-align:right}.content-page-nav__link--disabled{opacity:.5;cursor:default}.content-page-nav__label{font-size:.875rem;font-weight:600;color:#6b6b6b;text-transform:uppercase;letter-spacing:.025em;margin-bottom:.5rem}.content-page-nav__title{font-family:"Montserrat",-apple-system,BlinkMacSystemFont,sans-serif;font-size:1rem;font-weight:600;color:#000}.content-footer{margin-top:3rem;padding-top:2rem;text-align:center}.content-article{padding:4rem 0;background:#fff}.content-article h2{font-family:"Montserrat",-apple-system,BlinkMacSystemFont,sans-serif;font-size:1.75rem;font-weight:700;color:#fca311;margin-top:3rem;margin-bottom:1rem;padding-top:1rem;border-top:1px solid #d4d4d4}.content-article h2:first-child{margin-top:0;padding-top:0;border-top:none}.content-article h3{font-family:"Montserrat",-apple-system,BlinkMacSystemFont,sans-serif;font-size:1.25rem;font-weight:600;color:#000;margin-top:2rem;margin-bottom:.75rem}.content-article h4{font-family:"Montserrat",-apple-system,BlinkMacSystemFont,sans-serif;font-size:1rem;font-weight:600;color:#000;margin-top:1.5rem;margin-bottom:.5rem}.content-article p{font-size:1rem;color:#525252;line-height:1.8;margin-bottom:1rem}.content-article ul,.content-article ol{margin-bottom:1rem;padding-left:1.5rem}.content-article ul li,.content-article ol li{font-size:1rem;color:#525252;line-height:1.7;margin-bottom:.5rem}.content-article ul li{list-style-type:disc}.content-article ol li{list-style-type:decimal}.content-article strong{font-weight:600;color:#000}.content-article a{color:#fca311;text-decoration:underline;text-decoration-color:rgba(252,163,17,.3);text-underline-offset:2px;transition:all 250ms ease}.content-article a:hover{text-decoration-color:#fca311}.content-article blockquote{margin:1.5rem 0;padding:1rem 1.5rem;background:#fff;border-left:4px solid #fca311;border-radius:0 .5rem .5rem 0}.content-article blockquote p{font-style:italic;color:#6b6b6b;margin-bottom:0}.content-article hr{border:none;border-top:1px solid #d4d4d4;margin:3rem 0}.content-article>p>strong:first-child:last-child{display:block;padding:.75rem 1rem;background:rgba(252,163,17,.05);border-left:3px solid #fca311;border-radius:0 .25rem .25rem 0;margin-bottom:1rem}.block-prose{padding:3rem 0}.block-prose--alt{background-color:#fafafa}.block-prose__lead{font-size:1.125rem;color:#525252;margin-bottom:1.5rem}.block-prose__title{font-family:"Montserrat",-apple-system,BlinkMacSystemFont,sans-serif;font-size:1.75rem;font-weight:700;color:#000;line-height:1.2;margin-bottom:2rem}.block-prose__title .accent{color:#fca311}.block-prose__text{font-size:1rem;color:#525252;line-height:1.75;margin-bottom:1.5rem}.block-prose__list{list-style:none;padding:0;margin:0 0 2rem}.block-prose__list li{position:relative;padding-left:2rem;margin-bottom:1rem;font-size:1rem;color:#000;line-height:1.75}.block-prose__list li::before{content:"";position:absolute;left:0;top:.6em;width:8px;height:8px;background-color:#fca311;border-radius:9999px}.block-prose__highlight{font-size:1.125rem;font-weight:600;color:#000;background-color:#fef6e6;border-left:4px solid #fca311;padding:1.5rem 2rem;border-radius:0 .5rem .5rem 0;margin:0}.block-vs-comparison{padding:3rem 0}.block-vs-comparison--alt{background-color:#fafafa}.block-vs-comparison__header{text-align:center;margin-bottom:3rem}.block-vs-comparison__header h2{font-family:"Montserrat",-apple-system,BlinkMacSystemFont,sans-serif;font-size:1.75rem;font-weight:700;color:#000;margin-bottom:1rem}.block-vs-comparison__header p{font-size:1.125rem;color:#525252;max-width:600px;margin:0 auto}.vs-comparison{display:grid;grid-template-columns:1fr;gap:1.5rem;align-items:stretch}@media(min-width: 768px){.vs-comparison{grid-template-columns:1fr auto 1fr;gap:2rem}}.vs-card{background-color:#fff;border-radius:1rem;padding:2rem;border:1px solid #d4d4d4}.vs-card--them .vs-card__points li::before{background-color:#ef4444}.vs-card--them .vs-card__result-value{color:#ef4444}.vs-card--us{background-color:#fef6e6;border-color:#fca311}.vs-card--us .vs-card__points li::before{content:"✓";background-color:rgba(0,0,0,0);color:#10b981;font-weight:700;width:auto;height:auto;border-radius:0}.vs-card--us .vs-card__result-value{color:#10b981}.vs-card__label{font-size:.875rem;font-weight:500;color:#8a8a8a;text-transform:uppercase;letter-spacing:.025em;margin-bottom:.5rem}.vs-card__title{font-family:"Montserrat",-apple-system,BlinkMacSystemFont,sans-serif;font-size:1.25rem;font-weight:700;color:#000;margin-bottom:1.5rem}.vs-card__points{list-style:none;padding:0;margin:0 0 2rem}.vs-card__points li{position:relative;padding-left:2rem;margin-bottom:1rem;font-size:1rem;color:#525252;line-height:1.75}.vs-card__points li::before{content:"";position:absolute;left:0;top:.6em;width:8px;height:8px;background-color:#8a8a8a;border-radius:9999px}.vs-card__result{display:flex;flex-direction:column;gap:.5rem;padding-top:1.5rem;border-top:1px solid #d4d4d4}.vs-card__result-label{font-size:.875rem;font-weight:500;color:#8a8a8a;text-transform:uppercase;letter-spacing:.025em}.vs-card__result-value{font-size:1rem;font-weight:600;color:#000}.vs-divider{display:flex;align-items:center;justify-content:center}.vs-divider span{display:flex;align-items:center;justify-content:center;width:48px;height:48px;background-color:#525252;color:#fff;font-size:.875rem;font-weight:700;border-radius:9999px}@media(min-width: 768px){.vs-divider{flex-direction:column}}.block-alternatives-grid{padding:3rem 0}.block-alternatives-grid--alt{background-color:#fafafa}.block-alternatives-grid__header{text-align:center;margin-bottom:3rem}.block-alternatives-grid__header h2{font-family:"Montserrat",-apple-system,BlinkMacSystemFont,sans-serif;font-size:1.75rem;font-weight:700;color:#000;margin-bottom:1rem}.block-alternatives-grid__header p{font-size:1.125rem;color:#525252;max-width:600px;margin:0 auto}.alternatives-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width: 576px){.alternatives-grid{grid-template-columns:repeat(2, 1fr)}}@media(min-width: 992px){.alternatives-grid{grid-template-columns:repeat(4, 1fr)}}.alternative-card{background-color:#fff;border-radius:1rem;padding:2rem;border:1px solid #d4d4d4;display:flex;flex-direction:column}.alternative-card--negative .alternative-card__points li::before{content:"×";background-color:rgba(0,0,0,0);color:#ef4444;font-weight:700;font-size:1rem;width:auto;height:auto;border-radius:0;top:0}.alternative-card--positive .alternative-card__points li::before{content:"✓";background-color:rgba(0,0,0,0);color:#10b981;font-weight:700;font-size:1rem;width:auto;height:auto;border-radius:0;top:0}.alternative-card--featured{background-color:#fef6e6;border-color:#fca311;border-width:2px}.alternative-card--featured .alternative-card__title{color:#fca311}.alternative-card--featured .alternative-card__verdict{color:#000;font-weight:600}.alternative-card__title{font-family:"Montserrat",-apple-system,BlinkMacSystemFont,sans-serif;font-size:1.125rem;font-weight:700;color:#000;margin-bottom:1.5rem}.alternative-card__points{list-style:none;padding:0;margin:0 0 1.5rem;flex:1}.alternative-card__points li{position:relative;padding-left:2rem;margin-bottom:1rem;font-size:.875rem;color:#525252;line-height:1.75}.alternative-card__points li::before{content:"";position:absolute;left:0;top:.5em;width:6px;height:6px;background-color:#8a8a8a;border-radius:9999px}.alternative-card__points li:last-child{margin-bottom:0}.alternative-card__verdict{font-size:.875rem;color:#8a8a8a;font-style:italic;margin:0;padding-top:1.5rem;border-top:1px solid #d4d4d4;margin-top:auto}.block-example-cards{padding:3rem 0}.block-example-cards--alt{background-color:#fafafa}.block-example-cards__header{text-align:center;margin-bottom:3rem}.block-example-cards__header h2{font-family:"Montserrat",-apple-system,BlinkMacSystemFont,sans-serif;font-size:1.75rem;font-weight:700;color:#000;margin-bottom:1rem}.block-example-cards__header p{font-size:1.125rem;color:#525252;max-width:600px;margin:0 auto}.block-example-cards__note{text-align:center;margin-top:3rem}.block-example-cards__note p{font-size:1rem;color:#525252;max-width:700px;margin:0 auto}.block-example-cards__note p strong{color:#000}.example-cards{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width: 768px){.example-cards--cols-2{grid-template-columns:repeat(2, 1fr)}}@media(min-width: 768px){.example-cards--cols-3{grid-template-columns:repeat(2, 1fr)}}@media(min-width: 992px){.example-cards--cols-3{grid-template-columns:repeat(3, 1fr)}}@media(min-width: 576px){.example-cards--cols-4{grid-template-columns:repeat(2, 1fr)}}@media(min-width: 992px){.example-cards--cols-4{grid-template-columns:repeat(4, 1fr)}}.example-card{background-color:#fff;border-radius:1rem;padding:2rem;border:1px solid #d4d4d4;display:flex;flex-direction:column;transition:all 250ms ease}.example-card:hover{transform:translateY(-2px);box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);border-color:#b3b3b3}.example-card--accent1 .example-card__type{background-color:#fef6e6;color:#fca311}.example-card--accent2 .example-card__type{background-color:#e8eaef;color:#14213d}.example-card--accent3 .example-card__type{background-color:#fef2dc;color:#d88a0e}.example-card--accent4 .example-card__type{background-color:#e5e5e5;color:#000}.example-card--accent5 .example-card__type{background-color:#fafafa;color:#525252}.example-card__header{display:flex;flex-wrap:wrap;gap:1rem;align-items:center;margin-bottom:1.5rem}.example-card__type{display:inline-block;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.025em;padding:.25rem .5rem;border-radius:.25rem;background-color:#e8eaef;color:#14213d}.example-card__stage{font-size:.75rem;color:#8a8a8a;font-style:italic}.example-card__title{font-family:"Montserrat",-apple-system,BlinkMacSystemFont,sans-serif;font-size:1rem;font-weight:600;color:#000;line-height:1.375;margin-bottom:1rem}.example-card__excerpt{font-size:.875rem;color:#525252;line-height:1.75;margin-bottom:1.5rem;flex:1}.example-card__meta{display:flex;flex-direction:column;gap:.5rem;padding-top:1.5rem;border-top:1px solid #e5e5e5}.example-card__meta span{font-size:.75rem;color:#8a8a8a;line-height:1.75}.team-grid{padding:5rem 0;background:#fff}.team-grid__header{text-align:center;margin-bottom:3rem}.team-grid__header h2{font-family:"Montserrat",-apple-system,BlinkMacSystemFont,sans-serif;font-size:1.75rem;font-weight:700;color:#000;margin-bottom:1rem}.team-grid__header p{font-size:1.125rem;color:#525252;max-width:600px;margin:0 auto}.team-grid__cards{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width: 768px){.team-grid__cards--2col{grid-template-columns:repeat(2, 1fr)}}@media(min-width: 768px){.team-grid__cards--3col{grid-template-columns:repeat(2, 1fr)}}@media(min-width: 992px){.team-grid__cards--3col{grid-template-columns:repeat(3, 1fr)}}.team-grid__tagline{text-align:center;max-width:700px;margin:3rem auto 0;padding:2rem;background:#fafafa;border-radius:1rem}.team-grid__tagline p{font-size:1rem;color:#525252;line-height:1.75;margin:0}.team-card{background:#fafafa;border-radius:1rem;padding:2rem;border:1px solid #d4d4d4;display:flex;flex-direction:column}.team-card__image{width:100px;height:100px;border-radius:9999px;overflow:hidden;background:#d4d4d4;margin-bottom:1.5rem;flex-shrink:0}.team-card__image img{width:100%;height:100%;object-fit:cover}.team-card__content{display:flex;flex-direction:column;flex-grow:1}.team-card__content h3{font-family:"Montserrat",-apple-system,BlinkMacSystemFont,sans-serif;font-size:1.25rem;font-weight:600;color:#000;margin-bottom:.5rem}.team-card__title{font-size:.875rem;font-weight:600;color:#fca311;margin-bottom:1.5rem}.team-card__bio{font-size:1rem;color:#525252;line-height:1.75;margin-bottom:1.5rem}.team-card__link{font-size:.875rem;font-weight:500;color:#fca311;text-decoration:none;margin-top:auto}.team-card__link:hover{text-decoration:underline}.contact-page{padding:4rem 0;background:#fff}@media(max-width: 768px){.contact-page{padding:2.5rem 0}}.contact-page__grid{display:grid;grid-template-columns:1fr 1.2fr;gap:4rem;align-items:start}@media(max-width: 992px){.contact-page__grid{grid-template-columns:1fr 1fr;gap:2.5rem}}@media(max-width: 768px){.contact-page__grid{grid-template-columns:1fr;gap:2.5rem}}.contact-page__info{padding-right:2rem}@media(max-width: 768px){.contact-page__info{padding-right:0}}.contact-page__intro{font-family:"Montserrat",-apple-system,BlinkMacSystemFont,sans-serif;font-size:clamp(1.5rem,3vw,2rem);font-style:italic;font-weight:400;line-height:1.4;color:#000;margin-bottom:2rem;padding-bottom:2rem;border-bottom:3px solid #fca311}.contact-page__details{display:flex;flex-direction:column}.contact-detail{display:grid;grid-template-columns:140px 1fr;gap:1.5rem;padding:1.5rem 0;border-bottom:1px solid #d4d4d4;align-items:start}.contact-detail:last-child{border-bottom:none}@media(max-width: 576px){.contact-detail{grid-template-columns:1fr;gap:.5rem}}.contact-detail__label{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#fca311;line-height:1.4}.contact-detail__content{color:#000;font-size:1rem;line-height:1.75}.contact-detail__content address{font-style:normal}.contact-detail__content a{color:#000;text-decoration:none;transition:color 150ms ease}.contact-detail__content a:hover{color:#fca311}.contact-detail__content p{margin:0}.contact-page__note{margin-top:2rem;padding:1rem;background-color:#fef2dc;border-left:4px solid #d88a0e;border-radius:.5rem}.contact-page__note p{margin:0;color:#000;line-height:1.75}.contact-page__note p:not(:last-child){margin-bottom:.75rem}.contact-page__note strong{color:#a86b0b}.contact-detail__social{display:flex;gap:1rem}.contact-detail__social a{display:flex;align-items:center;justify-content:center;width:40px;height:40px;color:#000;transition:color 150ms ease,transform 150ms ease}.contact-detail__social a:hover{color:#fca311;transform:translateY(-2px)}.contact-detail__social a svg{width:24px;height:24px}.contact-page__form{background:#e5e5e5;padding:2.5rem;border-radius:1.5rem;box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1)}@media(max-width: 576px){.contact-page__form{padding:1.5rem;border-radius:1rem}}.contact-form__row{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem;margin-bottom:1.25rem}@media(max-width: 576px){.contact-form__row{grid-template-columns:1fr;gap:1rem}}.contact-form__group{margin-bottom:1.25rem}.contact-form__group:last-child{margin-bottom:0}.contact-form__row .contact-form__group{margin-bottom:0}.contact-form__label{display:block;margin-bottom:.5rem;font-weight:500;font-size:.875rem;color:#000}.contact-form__label .required{color:#ef4444;margin-left:2px}.contact-form__input,.contact-form__select,.contact-form__textarea{width:100%;padding:1rem;background:#fff;border:1px solid #d4d4d4;border-radius:.5rem;color:#000;font-family:"Open Sans",-apple-system,BlinkMacSystemFont,sans-serif;font-size:1rem;line-height:1.6;transition:border-color 150ms ease,box-shadow 150ms ease}.contact-form__input::placeholder,.contact-form__select::placeholder,.contact-form__textarea::placeholder{color:#8a8a8a}.contact-form__input:hover,.contact-form__select:hover,.contact-form__textarea:hover{border-color:#b3b3b3}.contact-form__input:focus,.contact-form__select:focus,.contact-form__textarea:focus{outline:none;border-color:#fca311;box-shadow:0 0 0 3px rgba(252,163,17,.1)}.contact-form__select{appearance:none;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24'%3E%3Cpath fill='%23525252' d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;background-size:16px;padding-right:3rem}.contact-form__select:invalid{color:#8a8a8a}.contact-form__textarea{resize:vertical;min-height:140px}.contact-form__checkbox{display:flex;align-items:flex-start;gap:.75rem;margin:1.5rem 0}.contact-form__checkbox input[type=checkbox]{width:18px;height:18px;margin-top:2px;flex-shrink:0;accent-color:#fca311;cursor:pointer}.contact-form__checkbox label{font-size:.875rem;color:#525252;line-height:1.75;cursor:pointer}.contact-form__checkbox label a{color:#fca311;text-decoration:underline;font-weight:500}.contact-form__checkbox label a:hover{color:#d78703}.contact-form__submit{margin-top:1.5rem}.contact-form__submit .btn{width:100%;padding:1rem 2rem;font-size:1rem;font-weight:600}.contact-map{width:100%;line-height:0}.contact-map iframe{width:100%;display:block}/*# sourceMappingURL=style.css.map */