.Header-module__Af2_WG__header{background-color:var(--white);box-shadow:var(--shadow-sm);z-index:1000;border-bottom:1px solid #0000000d;align-items:center;width:100%;height:72px;padding:0;display:flex;position:fixed;top:0;left:0;right:0}.Header-module__Af2_WG__container{justify-content:space-between;align-items:center;width:100%;display:flex;position:relative}.Header-module__Af2_WG__logoContainer{align-items:center;gap:var(--space-3);flex-shrink:0;display:flex}.Header-module__Af2_WG__logoWrapper{border-radius:var(--radius-full);background:var(--white);width:44px;height:44px;box-shadow:var(--shadow-sm);border:1px solid #e2e8f0;justify-content:center;align-items:center;display:flex;overflow:hidden}.Header-module__Af2_WG__logo{object-fit:contain;width:85%;height:85%}.Header-module__Af2_WG__logoText{color:var(--primary-blue);letter-spacing:-.025em;text-transform:uppercase;font-size:1.125rem;font-weight:800}.Header-module__Af2_WG__logoHighlight{color:var(--primary-red)}.Header-module__Af2_WG__nav{gap:var(--space-6);display:flex}.Header-module__Af2_WG__navLink{color:var(--text-muted);transition:var(--transition-fast);font-size:.875rem;font-weight:600}.Header-module__Af2_WG__navLink:hover{color:var(--primary-blue)}.Header-module__Af2_WG__navLinkActive{color:var(--primary-blue);border-bottom:2px solid var(--primary-blue);padding-bottom:4px;font-weight:700}.Header-module__Af2_WG__cta{align-items:center;gap:var(--space-4);flex-shrink:0;display:flex}.Header-module__Af2_WG__langDropdownContainer{padding-right:var(--space-4);border-right:1px solid var(--border-color);position:relative}.Header-module__Af2_WG__langDropdownTrigger{cursor:pointer;color:var(--text-muted);border-radius:var(--radius-sm);transition:var(--transition-fast);background:0 0;border:none;justify-content:center;align-items:center;padding:.5rem;font-size:1.25rem;display:flex}.Header-module__Af2_WG__langDropdownTrigger:hover{background:var(--bg-slate);color:var(--primary-blue)}.Header-module__Af2_WG__globeIcon{color:var(--primary-blue);opacity:.8;font-size:1.125rem}.Header-module__Af2_WG__flag{font-size:1.125rem}.Header-module__Af2_WG__chevron{opacity:.6;font-size:.75rem;transition:transform .2s}.Header-module__Af2_WG__langDropdownContainer:hover .Header-module__Af2_WG__chevron{transform:rotate(180deg)}.Header-module__Af2_WG__langDropdownMenu{background:var(--white);border-radius:var(--radius-md);box-shadow:var(--shadow-lg);border:1px solid var(--slate-200);z-index:100;min-width:160px;margin-top:.5rem;position:absolute;top:100%;right:0;overflow:hidden}.Header-module__Af2_WG__langDropdownItem{color:var(--text-main);transition:var(--transition-fast);align-items:center;gap:.75rem;padding:.75rem 1rem;font-size:.875rem;font-weight:600;display:flex}.Header-module__Af2_WG__langDropdownItem:hover,.Header-module__Af2_WG__langItemActive{background:var(--bg-slate);color:var(--primary-blue)}.Header-module__Af2_WG__langFullName{flex:1}.Header-module__Af2_WG__mobileBookIcon{color:var(--primary-red);transition:var(--transition-fast);padding:.5rem;font-size:1.5rem;display:none;position:relative}.Header-module__Af2_WG__mobileBookIcon:hover:after{content:attr(title);background:var(--primary-navy);color:var(--white);border-radius:var(--radius-sm);white-space:nowrap;z-index:1000;box-shadow:var(--shadow-md);margin-top:5px;padding:.4rem .8rem;font-size:.75rem;position:absolute;top:100%;right:0}.Header-module__Af2_WG__hamburger{cursor:pointer;z-index:1100;background:0 0;border:none;flex-direction:column;justify-content:space-between;width:28px;height:22px;padding:0;display:none}.Header-module__Af2_WG__hamburger span{background-color:var(--primary-navy);border-radius:2px;width:100%;height:3px;transition:all .3s}.Header-module__Af2_WG__hamburger:hover span{background-color:var(--primary-blue)}.Header-module__Af2_WG__hamburgerOpen span:first-child{transform:translateY(9.5px)rotate(45deg)}.Header-module__Af2_WG__hamburgerOpen span:nth-child(2){opacity:0}.Header-module__Af2_WG__hamburgerOpen span:nth-child(3){transform:translateY(-9.5px)rotate(-45deg)}.Header-module__Af2_WG__mobileMenuOverlay{z-index:1050;background:#00000080;width:100%;height:100vh;animation:.3s Header-module__Af2_WG__fadeIn;position:fixed;top:0;left:0}@keyframes Header-module__Af2_WG__fadeIn{0%{opacity:0}to{opacity:1}}.Header-module__Af2_WG__mobileMenu{background:var(--white);flex-direction:column;width:85%;max-width:340px;height:100vh;animation:.3s Header-module__Af2_WG__slideIn;display:flex;position:fixed;top:0;right:0;overflow-y:auto;box-shadow:-2px 0 10px #0000001a}@keyframes Header-module__Af2_WG__slideIn{0%{transform:translate(100%)}to{transform:translate(0)}}.Header-module__Af2_WG__mobileMenuHeader{border-bottom:1px solid var(--slate-200);justify-content:space-between;align-items:center;padding:1.5rem;display:flex}.Header-module__Af2_WG__mobileMenuTitle{color:var(--primary-navy);font-size:1.25rem;font-weight:700}.Header-module__Af2_WG__closeBtn{color:var(--text-muted);cursor:pointer;transition:var(--transition-fast);background:0 0;border:none;justify-content:center;align-items:center;padding:.5rem;font-size:1.5rem;display:flex}.Header-module__Af2_WG__closeBtn:hover{color:var(--primary-blue)}.Header-module__Af2_WG__mobileLangSwitcher{border-top:1px solid var(--slate-100);background:var(--bg-slate);justify-content:center;gap:1.5rem;margin-top:auto;padding:1.5rem;display:flex}.Header-module__Af2_WG__mobileLangBtn{text-align:center;border-radius:var(--radius-full);background:var(--white);border:1px solid var(--slate-200);width:48px;height:48px;transition:var(--transition-fast);box-shadow:var(--shadow-sm);justify-content:center;align-items:center;font-size:1.5rem;display:flex}.Header-module__Af2_WG__mobileLangBtn:hover{border-color:var(--primary-blue);color:var(--primary-blue)}.Header-module__Af2_WG__mobileLangBtnActive{background:var(--primary-blue);border-color:var(--primary-blue);color:var(--white)}.Header-module__Af2_WG__mobileNav{flex-direction:column;flex:1;padding:0;display:flex}.Header-module__Af2_WG__mobileNavLink{color:var(--text-main);border-bottom:1px solid var(--slate-100);transition:var(--transition-fast);align-items:center;gap:1rem;padding:1rem 1.5rem;font-size:1rem;font-weight:600;display:flex}.Header-module__Af2_WG__mobileNavLink i{color:var(--primary-blue);width:24px;font-size:1.125rem}.Header-module__Af2_WG__mobileNavLink:hover{background:var(--bg-slate);color:var(--primary-blue)}.Header-module__Af2_WG__mobileNavLinkActive{background:var(--bg-slate);color:var(--primary-blue);border-left:4px solid var(--primary-blue);font-weight:700}@media (max-width:1100px){.Header-module__Af2_WG__nav,.Header-module__Af2_WG__langDropdownContainer,.Header-module__Af2_WG__ctaBtn{display:none}.Header-module__Af2_WG__mobileBookIcon{justify-content:center;align-items:center;display:flex;position:absolute;left:75%;transform:translate(-50%)}.Header-module__Af2_WG__hamburger{display:flex}}@media (max-width:480px){.Header-module__Af2_WG__logoText{font-size:.875rem}.Header-module__Af2_WG__logoWrapper{width:36px;height:36px}}
.CTASection-module__JDDWTW__ctaSection{padding:var(--space-20)0;text-align:center}.CTASection-module__JDDWTW__blue{background:var(--blue-gradient)}.CTASection-module__JDDWTW__red{background:linear-gradient(135deg,var(--primary-red),#991b1b)}.CTASection-module__JDDWTW__dark{background-color:var(--primary-navy)}.CTASection-module__JDDWTW__white{background-color:var(--white);border-top:1px solid #e2e8f0}.CTASection-module__JDDWTW__ctaTitle{font-family:var(--font-serif);letter-spacing:-.02em;color:var(--white);margin-bottom:var(--space-4);font-size:3rem;font-weight:700;line-height:1.2}.CTASection-module__JDDWTW__white .CTASection-module__JDDWTW__ctaTitle{color:var(--primary-navy)}.CTASection-module__JDDWTW__ctaDesc{color:#fffc;margin-bottom:var(--space-8);max-width:42rem;margin-left:auto;margin-right:auto;font-size:1.125rem}.CTASection-module__JDDWTW__white .CTASection-module__JDDWTW__ctaDesc{color:var(--text-muted)}.CTASection-module__JDDWTW__ctaActions{justify-content:center;gap:var(--space-4);display:flex}.CTASection-module__JDDWTW__btnWhite{background-color:var(--white);color:var(--primary-blue);padding:var(--space-3)var(--space-8);border-radius:var(--radius-md);transition:var(--transition-base);font-weight:600}.CTASection-module__JDDWTW__btnWhite:hover{box-shadow:var(--shadow-lg);transform:translateY(-2px)}.CTASection-module__JDDWTW__blue .CTASection-module__JDDWTW__btnWhite{color:var(--primary-blue)}.CTASection-module__JDDWTW__blue .CTASection-module__JDDWTW__btnWhite:hover{background-color:#f1f5f9}.CTASection-module__JDDWTW__red .CTASection-module__JDDWTW__btnWhite{color:var(--primary-red)}.CTASection-module__JDDWTW__red .CTASection-module__JDDWTW__btnWhite:hover{background-color:#f1f5f9}.CTASection-module__JDDWTW__btnDark{background-color:var(--primary-navy);color:var(--white);padding:var(--space-3)var(--space-8);border-radius:var(--radius-md);font-weight:600}.CTASection-module__JDDWTW__btnOutline{color:var(--white);padding:var(--space-3)var(--space-8);border-radius:var(--radius-md);transition:var(--transition-base);border:1px solid #ffffff4d;font-weight:600}.CTASection-module__JDDWTW__white .CTASection-module__JDDWTW__btnOutline{color:var(--text-main);border-color:#e2e8f0}.CTASection-module__JDDWTW__btnOutline:hover{background-color:var(--white);color:var(--primary-navy)}.CTASection-module__JDDWTW__ctaNote{margin-top:var(--space-4);color:#fff9;font-size:.875rem}.CTASection-module__JDDWTW__white .CTASection-module__JDDWTW__ctaNote{color:var(--text-light)}.CTASection-module__JDDWTW__horizontal{background:var(--blue-gradient);padding:var(--space-20)0;margin-top:var(--space-12)}.CTASection-module__JDDWTW__horizontalFlex{justify-content:space-between;align-items:center;gap:var(--space-8);display:flex}.CTASection-module__JDDWTW__horizontalTitle{color:var(--white);margin-bottom:var(--space-2);font-size:2.25rem;font-weight:700}.CTASection-module__JDDWTW__horizontalDesc{color:#ffffffe6;margin-bottom:0;font-size:1.125rem}.CTASection-module__JDDWTW__horizontalContent{flex:1}.CTASection-module__JDDWTW__horizontalActions{align-items:center;gap:var(--space-4);display:flex}@media (max-width:1024px){.CTASection-module__JDDWTW__ctaTitle{font-size:2.5rem}}@media (max-width:768px){.CTASection-module__JDDWTW__horizontalFlex{text-align:center;flex-direction:column}.CTASection-module__JDDWTW__horizontalActions{gap:var(--space-6);flex-direction:column;width:100%}}@media (max-width:640px){.CTASection-module__JDDWTW__ctaActions{padding:0 var(--space-8);gap:var(--space-6);flex-direction:column}.CTASection-module__JDDWTW__ctaTitle{font-size:2rem}}
.Footer-module__EZoWya__footer{background-color:var(--primary-navy);color:var(--white);padding-top:0}.Footer-module__EZoWya__container{max-width:1280px;padding:0 var(--space-6);margin:0 auto}.Footer-module__EZoWya__top{padding:var(--space-16)0;gap:var(--space-12);border-bottom:1px solid #ffffff0d;grid-template-columns:1.5fr 3fr;display:grid}.Footer-module__EZoWya__brand{max-width:320px}.Footer-module__EZoWya__logoRow{align-items:center;gap:var(--space-3);margin-bottom:var(--space-6);display:flex}.Footer-module__EZoWya__logo{border-radius:var(--radius-sm)}.Footer-module__EZoWya__brandName{letter-spacing:.05em;font-size:1.25rem;font-weight:800}.Footer-module__EZoWya__brandHighlight{color:var(--primary-red)}.Footer-module__EZoWya__brandDesc{color:var(--text-light);margin-bottom:var(--space-8);font-size:.9375rem;line-height:1.6}.Footer-module__EZoWya__socials{gap:var(--space-4);display:flex}.Footer-module__EZoWya__socialLink{border-radius:var(--radius-sm);width:36px;height:36px;color:var(--white);transition:var(--transition-base);background:#ffffff0d;justify-content:center;align-items:center;display:flex}.Footer-module__EZoWya__socialLink:hover{background:var(--primary-blue);transform:translateY(-2px)}.Footer-module__EZoWya__linksGrid{gap:var(--space-8);grid-template-columns:repeat(3,1fr);display:grid}.Footer-module__EZoWya__colTitle{text-transform:uppercase;letter-spacing:.1em;color:var(--white);margin-bottom:var(--space-6);font-size:.75rem;font-weight:800}.Footer-module__EZoWya__list{gap:var(--space-3);flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.Footer-module__EZoWya__list a{color:var(--text-light);transition:var(--transition-fast);font-size:.875rem}.Footer-module__EZoWya__list a:hover{color:var(--white)}.Footer-module__EZoWya__contactItem{align-items:center;gap:var(--space-3);color:var(--text-light);font-size:.875rem;display:flex}.Footer-module__EZoWya__contactItem i{width:16px;color:var(--primary-blue)}.Footer-module__EZoWya__bottom{padding:var(--space-8)0;color:var(--text-light);justify-content:space-between;align-items:center;font-size:.8125rem;display:flex}.Footer-module__EZoWya__legalLinks{gap:var(--space-6);display:flex}.Footer-module__EZoWya__legalLink{color:var(--white);font-weight:600}.Footer-module__EZoWya__legalLink:hover{color:var(--primary-red);text-decoration:underline}@media (max-width:1024px){.Footer-module__EZoWya__top{gap:var(--space-12);grid-template-columns:1fr}.Footer-module__EZoWya__brand{max-width:none}}@media (max-width:768px){.Footer-module__EZoWya__linksGrid{gap:var(--space-8);text-align:center;grid-template-columns:1fr}.Footer-module__EZoWya__brand{text-align:center;margin:0 auto}.Footer-module__EZoWya__logoRow,.Footer-module__EZoWya__socials{justify-content:center}.Footer-module__EZoWya__list{align-items:center}.Footer-module__EZoWya__contactItem{justify-content:center}.Footer-module__EZoWya__bottom{gap:var(--space-4);text-align:center;flex-direction:column}}
.Hero-module__Z8hQ_W__hero{min-height:90vh;padding:var(--space-24)0;align-items:center;display:flex;position:relative;overflow:hidden}.Hero-module__Z8hQ_W__bgWrapper{z-index:0;position:absolute;inset:0}.Hero-module__Z8hQ_W__overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:1;background:linear-gradient(75deg,#0f172ad9 0%,#0f172a66 100%);position:absolute;inset:0}.Hero-module__Z8hQ_W__hero:after{content:"";background:linear-gradient(to bottom,transparent,var(--white));z-index:5;pointer-events:none;height:180px;position:absolute;bottom:0;left:0;right:0}.Hero-module__Z8hQ_W__container{gap:var(--space-12);z-index:10;grid-template-columns:1.2fr .8fr;align-items:center;display:grid;position:relative}.Hero-module__Z8hQ_W__content{max-width:680px}.Hero-module__Z8hQ_W__badge{border-radius:var(--radius-full);color:var(--white);letter-spacing:.05em;text-transform:uppercase;margin-bottom:var(--space-6);background:#ffffff14;border:1px solid #ffffff26;padding:.5rem 1rem;font-size:.75rem;font-weight:700;display:inline-flex}.Hero-module__Z8hQ_W__title{font-family:var(--font-serif);margin-bottom:var(--space-6);letter-spacing:-.04em;color:var(--white);font-size:clamp(3rem,5vw,4.5rem);font-weight:900;line-height:1.1}.Hero-module__Z8hQ_W__highlight{color:#60a5fa;font-style:italic}.Hero-module__Z8hQ_W__description{color:#ffffffe6;margin-bottom:var(--space-8);max-width:580px;font-size:clamp(1rem,2vw,1.25rem);line-height:1.7}.Hero-module__Z8hQ_W__actions{gap:var(--space-4);margin-bottom:var(--space-16);display:flex}.Hero-module__Z8hQ_W__primaryBtn{background-color:#2563eb!important;border-radius:8px!important;padding:1rem 2rem!important;font-size:1rem!important}.Hero-module__Z8hQ_W__secondaryBtn{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:var(--white)!important;background-color:#ffffff1a!important;border:1px solid #ffffff4d!important;border-radius:8px!important;padding:1rem 2rem!important;font-size:1rem!important}.Hero-module__Z8hQ_W__statsBar{gap:var(--space-8);padding-top:var(--space-8);border-top:1px solid #ffffff1a;display:flex}.Hero-module__Z8hQ_W__statItem{align-items:flex-start;gap:var(--space-4);display:flex}.Hero-module__Z8hQ_W__icon{border-radius:var(--radius-md);background:#ffffff0d;border:1px solid #ffffff1a;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.5rem;display:flex}.Hero-module__Z8hQ_W__statItem strong{color:var(--white);font-size:.9375rem;display:block}.Hero-module__Z8hQ_W__statSub{color:var(--text-light);font-size:.8125rem}.Hero-module__Z8hQ_W__cardContainer{justify-content:center;display:flex}.Hero-module__Z8hQ_W__pipelineCard{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:var(--radius-lg);padding:var(--space-8);width:100%;max-width:440px;box-shadow:var(--shadow-xl),0 0 0 1px #0000000d;background:#fffffff2;position:relative}.Hero-module__Z8hQ_W__cardHeader{margin-bottom:var(--space-6);justify-content:space-between;align-items:center;display:flex}.Hero-module__Z8hQ_W__cardHeader h3{color:var(--primary-navy);font-size:1.125rem}.Hero-module__Z8hQ_W__statusBadge{color:#10b981;border-radius:var(--radius-full);background:#d1fae5;padding:.25rem .625rem;font-size:.75rem;font-weight:700}.Hero-module__Z8hQ_W__stepList{list-style:none;position:relative}.Hero-module__Z8hQ_W__stepItem,.Hero-module__Z8hQ_W__stepItemActive,.Hero-module__Z8hQ_W__stepItemPending{gap:var(--space-4);margin-bottom:var(--space-6);display:flex;position:relative}.Hero-module__Z8hQ_W__stepItem:before{content:"";background:#e2e8f0;width:2px;height:24px;position:absolute;top:36px;left:17px}.Hero-module__Z8hQ_W__stepItem:last-child:before{display:none}.Hero-module__Z8hQ_W__stepIcon{background:var(--bg-slate);z-index:2;border-radius:10px;justify-content:center;align-items:center;width:36px;height:36px;font-size:1rem;display:flex}.Hero-module__Z8hQ_W__stepItemActive .Hero-module__Z8hQ_W__stepIcon{background:var(--accent-light-blue);color:var(--primary-blue);box-shadow:0 0 0 3px #2563eb1a}.Hero-module__Z8hQ_W__stepContent strong{color:var(--primary-navy);font-size:.9375rem;display:block}.Hero-module__Z8hQ_W__stepContent p{color:var(--text-muted);margin-top:2px;font-size:.8125rem}.Hero-module__Z8hQ_W__check{color:#10b981;margin-left:auto}.Hero-module__Z8hQ_W__savingsCard{background:var(--primary-red);color:var(--white);padding:var(--space-6);border-radius:var(--radius-md);width:180px;animation:6s ease-in-out infinite Hero-module__Z8hQ_W__float;position:absolute;bottom:-24px;right:-24px;box-shadow:0 20px 25px -5px #dc262666}@keyframes Hero-module__Z8hQ_W__float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.Hero-module__Z8hQ_W__savingsValue{margin:.25rem 0;font-size:1.875rem;font-weight:900}.Hero-module__Z8hQ_W__savingsText p{opacity:.9;font-size:.75rem;font-weight:500}@media (max-width:1024px){.Hero-module__Z8hQ_W__container{text-align:center;grid-template-columns:1fr}.Hero-module__Z8hQ_W__content{margin:0 auto}.Hero-module__Z8hQ_W__actions{justify-content:center}.Hero-module__Z8hQ_W__statsBar{flex-wrap:wrap;justify-content:center}.Hero-module__Z8hQ_W__cardContainer{margin-top:var(--space-12)}}@media (max-width:640px){.Hero-module__Z8hQ_W__hero{min-height:75vh;padding:var(--space-16)0}.Hero-module__Z8hQ_W__actions{flex-direction:column;width:100%}.Hero-module__Z8hQ_W__primaryBtn,.Hero-module__Z8hQ_W__secondaryBtn{width:100%}.Hero-module__Z8hQ_W__statsBar{gap:var(--space-6)}.Hero-module__Z8hQ_W__cardContainer{display:none}}@media (max-width:480px){.Hero-module__Z8hQ_W__hero{min-height:auto;padding:var(--space-12)0}.Hero-module__Z8hQ_W__statsBar{align-items:center;gap:var(--space-4);flex-direction:column}.Hero-module__Z8hQ_W__statItem{width:100%;max-width:280px}}
.MarketReality-module__fZUQQq__section{padding:var(--space-20)0 var(--space-12);background-color:var(--white)}.MarketReality-module__fZUQQq__container{gap:var(--space-24);grid-template-columns:1fr 1.1fr;align-items:center;display:grid}.MarketReality-module__fZUQQq__leftCol{flex-direction:column;display:flex}.MarketReality-module__fZUQQq__label{color:var(--primary-red);letter-spacing:.1em;text-transform:uppercase;margin-bottom:var(--space-4);font-size:.75rem;font-weight:800;display:inline-block}.MarketReality-module__fZUQQq__title{font-family:var(--font-serif);color:var(--primary-navy);margin-bottom:var(--space-6);letter-spacing:-.02em;font-size:2.75rem;font-weight:700;line-height:1.2}.MarketReality-module__fZUQQq__description{color:var(--text-muted);margin-bottom:var(--space-8);max-width:90%;font-size:1.125rem;line-height:1.6}.MarketReality-module__fZUQQq__desktopBr{display:block}.MarketReality-module__fZUQQq__link{color:var(--primary-blue);transition:var(--transition-base);align-items:center;gap:.5rem;font-size:1rem;font-weight:700;display:inline-flex}.MarketReality-module__fZUQQq__link:hover{gap:.75rem}.MarketReality-module__fZUQQq__desktopLink{display:block}.MarketReality-module__fZUQQq__mobileLink{display:none}.MarketReality-module__fZUQQq__cards{gap:var(--space-6);display:grid}.MarketReality-module__fZUQQq__card{background:var(--white);padding:var(--space-8);border-radius:var(--radius-md);transition:var(--transition-base);gap:2px var(--space-6);border:1px solid #f1f5f9;grid-template-columns:auto 1fr;grid-template-areas:"icon title""icon text";align-items:center;display:grid;box-shadow:0 4px 12px #0f172a08}.MarketReality-module__fZUQQq__card:hover{border-color:#e2e8f0;transform:translateY(-2px);box-shadow:0 10px 25px #0f172a14}.MarketReality-module__fZUQQq__iconContainer{border-radius:var(--radius-md);background:#f8fafc;grid-area:icon;justify-content:center;align-items:center;width:64px;min-width:64px;height:64px;font-size:1.75rem;display:flex}.MarketReality-module__fZUQQq__cardTitle{color:var(--primary-navy);grid-area:title;align-self:flex-end;margin-bottom:0;font-size:1.25rem;font-weight:700}.MarketReality-module__fZUQQq__cardText{color:var(--text-muted);grid-area:text;align-self:flex-start;font-size:.9375rem;line-height:1.5}@media (max-width:1024px){.MarketReality-module__fZUQQq__container{gap:var(--space-12);grid-template-columns:1fr}.MarketReality-module__fZUQQq__title{text-align:center;font-size:2.25rem}.MarketReality-module__fZUQQq__description{text-align:center;max-width:700px;margin-left:auto;margin-right:auto}.MarketReality-module__fZUQQq__label{text-align:center;display:block}.MarketReality-module__fZUQQq__desktopBr,.MarketReality-module__fZUQQq__desktopLink{display:none}.MarketReality-module__fZUQQq__mobileLink{text-align:center;margin-top:var(--space-8);display:block}.MarketReality-module__fZUQQq__card{padding:var(--space-6)}}@media (max-width:640px){.MarketReality-module__fZUQQq__title{font-size:1.875rem}.MarketReality-module__fZUQQq__card{gap:var(--space-4);grid-template-areas:"icon title""text text";align-items:center}.MarketReality-module__fZUQQq__cardTitle{align-self:center}.MarketReality-module__fZUQQq__cardText{margin-top:2px}.MarketReality-module__fZUQQq__iconContainer{width:48px;min-width:48px;height:48px;font-size:1.5rem}}
.SectionHeader-module__J6SKWa__header{text-align:center;margin-bottom:var(--space-12);max-width:800px;margin-left:auto;margin-right:auto}.SectionHeader-module__J6SKWa__label{font-family:var(--font-sans);letter-spacing:.1em;text-transform:uppercase;color:var(--primary-red);margin-bottom:var(--space-3);font-size:.75rem;font-weight:800;display:inline-block}.SectionHeader-module__J6SKWa__title{font-family:var(--font-serif);color:var(--primary-navy);margin-bottom:var(--space-4);font-size:2.5rem;font-weight:700;line-height:1.2}.SectionHeader-module__J6SKWa__subtitle{color:var(--text-muted);font-size:1.125rem;line-height:1.6}@media (max-width:768px){.SectionHeader-module__J6SKWa__title{font-size:2rem}}
.Card-module__QRy0Sa__card{background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);transition:var(--transition-base);border:1px solid #0000000d;flex-direction:column;height:100%;display:flex;overflow:hidden}.Card-module__QRy0Sa__card:hover{box-shadow:var(--shadow-xl);transform:translateY(-5px)}.Card-module__QRy0Sa__imageContainer{background:var(--bg-slate);width:100%;height:200px;position:relative}.Card-module__QRy0Sa__tag{top:var(--space-4);right:var(--space-4);background:var(--primary-red);color:var(--white);border-radius:var(--radius-full);z-index:1;padding:.25rem .75rem;font-size:.75rem;font-weight:700;position:absolute}.Card-module__QRy0Sa__content{padding:var(--space-6);flex-direction:column;flex:1;display:flex}.Card-module__QRy0Sa__icon{margin-bottom:var(--space-4);font-size:2rem}.Card-module__QRy0Sa__title{font-family:var(--font-serif);color:var(--primary-navy);margin-bottom:var(--space-3);font-size:1.25rem;font-weight:700}.Card-module__QRy0Sa__description{color:var(--text-muted);margin-bottom:var(--space-6);flex:1;font-size:.9375rem}.Card-module__QRy0Sa__link{color:var(--primary-blue);align-items:center;gap:.5rem;font-size:.875rem;font-weight:600;display:inline-flex}.Card-module__QRy0Sa__link:after{content:"→";transition:transform var(--transition-fast)}.Card-module__QRy0Sa__link:hover:after{transform:translate(4px)}
.BookingCalendar-module__C-ksDW__calendarContainer{border:1px solid var(--slate-100);background:#fff;border-radius:1.5rem;flex-direction:row;gap:0;display:flex;overflow:hidden;box-shadow:0 10px 30px #0000000a}.BookingCalendar-module__C-ksDW__calendarMain{border-right:1px solid var(--slate-100);flex:1.2;padding:2rem}.BookingCalendar-module__C-ksDW__calendarHeader{justify-content:space-between;align-items:center;display:flex}.BookingCalendar-module__C-ksDW__currentMonth{color:var(--slate-900);font-size:1.25rem;font-weight:700}.BookingCalendar-module__C-ksDW__navButtons{gap:.5rem;display:flex}.BookingCalendar-module__C-ksDW__navBtn{border:1px solid var(--slate-200);width:2.5rem;height:2.5rem;color:var(--slate-600);cursor:pointer;background:#fff;border-radius:50%;justify-content:center;align-items:center;transition:all .2s;display:flex}.BookingCalendar-module__C-ksDW__navBtn:hover{border-color:var(--amelcorp-blue);color:var(--amelcorp-blue);background:#eff6ff}.BookingCalendar-module__C-ksDW__grid{grid-template-columns:repeat(7,1fr);gap:.5rem;display:grid}.BookingCalendar-module__C-ksDW__dayHeader{text-align:center;color:var(--slate-400);text-transform:uppercase;padding-bottom:.5rem;font-size:.75rem;font-weight:600}.BookingCalendar-module__C-ksDW__dateTile{aspect-ratio:1;color:var(--slate-700);cursor:pointer;border:1px solid #0000;border-radius:.5rem;justify-content:center;align-items:center;font-size:.875rem;font-weight:500;transition:all .2s;display:flex}.BookingCalendar-module__C-ksDW__dateTile:hover:not(.BookingCalendar-module__C-ksDW__disabled){border-color:var(--slate-200);background:#f8fafc}.BookingCalendar-module__C-ksDW__dateTile.BookingCalendar-module__C-ksDW__today{color:var(--amelcorp-blue);background:#eff6ff;font-weight:700}.BookingCalendar-module__C-ksDW__dateTile.BookingCalendar-module__C-ksDW__selected{background:var(--amelcorp-blue);font-weight:700;box-shadow:0 4px 12px #2563eb4d;color:#fff!important}.BookingCalendar-module__C-ksDW__dateTile.BookingCalendar-module__C-ksDW__disabled{color:var(--slate-200);cursor:not-allowed}.BookingCalendar-module__C-ksDW__slotsGroup{background-color:var(--slate-50);flex-direction:column;flex:.8;height:100%;padding:2rem;display:flex}.BookingCalendar-module__C-ksDW__label{color:var(--slate-400);text-transform:uppercase;letter-spacing:.05em;margin-bottom:1.5rem;font-size:.75rem;font-weight:800;display:block}.BookingCalendar-module__C-ksDW__slotsGrid{flex-direction:column;gap:.75rem;max-height:400px;padding-right:.5rem;display:flex;overflow-y:auto}.BookingCalendar-module__C-ksDW__slotsGrid::-webkit-scrollbar{width:4px}.BookingCalendar-module__C-ksDW__slotsGrid::-webkit-scrollbar-track{background:0 0}.BookingCalendar-module__C-ksDW__slotsGrid::-webkit-scrollbar-thumb{background:var(--slate-200);border-radius:10px}.BookingCalendar-module__C-ksDW__slotBtn{border:1px solid var(--slate-200);background:var(--white);color:var(--slate-700);cursor:pointer;text-align:center;border-radius:.5rem;padding:.75rem;font-size:.875rem;font-weight:600;transition:all .2s}.BookingCalendar-module__C-ksDW__slotBtn:hover{border-color:var(--amelcorp-blue);color:var(--amelcorp-blue);background:#eff6ff}.BookingCalendar-module__C-ksDW__slotBtn.BookingCalendar-module__C-ksDW__selected{background:var(--amelcorp-blue);color:var(--white);border-color:var(--amelcorp-blue);box-shadow:0 4px 12px #2563eb33}.BookingCalendar-module__C-ksDW__loading,.BookingCalendar-module__C-ksDW__noSlots{color:var(--slate-500);text-align:center;padding:3rem 1rem;font-size:.8125rem;font-style:italic}@media (max-width:768px){.BookingCalendar-module__C-ksDW__calendarContainer{flex-direction:column}.BookingCalendar-module__C-ksDW__calendarMain{border-right:none;border-bottom:1px solid var(--slate-100)}.BookingCalendar-module__C-ksDW__slotsGrid{grid-template-columns:repeat(2,1fr);max-height:none;display:grid}}
.Services-module__PFRRnG__section{padding:var(--space-12)0 var(--space-20);background-color:var(--white)}.Services-module__PFRRnG__header{text-align:center;max-width:800px;margin:0 auto var(--space-16)}.Services-module__PFRRnG__label{color:var(--primary-blue);letter-spacing:.1em;text-transform:uppercase;margin-bottom:var(--space-4);font-size:.75rem;font-weight:800;display:block}.Services-module__PFRRnG__title{color:var(--primary-navy);margin-bottom:var(--space-4)}.Services-module__PFRRnG__subtitle{color:var(--text-muted);font-size:1.125rem}.Services-module__PFRRnG__grid{gap:var(--space-6);grid-template-columns:repeat(4,1fr);display:grid}.Services-module__PFRRnG__card{background:var(--white);border-radius:var(--radius-md);transition:var(--transition-base);border:1px solid #e2e8f0;flex-direction:column;display:flex;overflow:hidden}.Services-module__PFRRnG__card:hover{box-shadow:var(--shadow-lg);border-color:var(--primary-blue);transform:translateY(-8px)}.Services-module__PFRRnG__imageContainer{background:var(--bg-slate);height:220px;position:relative;overflow:hidden}.Services-module__PFRRnG__placeholderImage{width:100%;height:100%;transition:transform .5s}.Services-module__PFRRnG__card:hover .Services-module__PFRRnG__placeholderImage{transform:scale(1.05)}.Services-module__PFRRnG__img-sourcing{background:linear-gradient(135deg,#dbeafe,#bfdbfe)}.Services-module__PFRRnG__img-trade{background:linear-gradient(135deg,#dcfce7,#bbf7d0)}.Services-module__PFRRnG__img-audit{background:linear-gradient(135deg,#fef3c7,#fde68a)}.Services-module__PFRRnG__img-product{background:linear-gradient(135deg,#fce7f3,#fbcfe8)}.Services-module__PFRRnG__tag{background:var(--primary-blue);color:var(--white);border-radius:var(--radius-sm);letter-spacing:.05em;padding:.35rem .75rem;font-size:.625rem;font-weight:800;position:absolute;top:1rem;left:1rem}.Services-module__PFRRnG__cardContent{padding:var(--space-6);flex-direction:column;flex-grow:1;display:flex}.Services-module__PFRRnG__cardTitle{color:var(--primary-navy);margin-bottom:var(--space-3);font-size:1.125rem}.Services-module__PFRRnG__cardDesc{color:var(--text-muted);margin-bottom:var(--space-6);flex-grow:1;font-size:.875rem;line-height:1.6}.Services-module__PFRRnG__link{color:var(--primary-blue);align-items:center;gap:.5rem;font-size:.875rem;font-weight:700;display:inline-flex}@media (max-width:1200px){.Services-module__PFRRnG__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.Services-module__PFRRnG__grid{grid-template-columns:1fr}}
.book-module__KYGC3W__bookingPage{--amelcorp-blue:#0056b3;--amelcorp-red:#b30000;--amelcorp-dark:#0f172a;--amelcorp-light:#f8fafc;--amelcorp-gray:#64748b;--amelcorp-surface:#f1f5f9;--amelcorp-gold:#d97706;--white:#fff;--slate-50:#f8fafc;--slate-100:#f1f5f9;--slate-200:#e2e8f0;--slate-300:#cbd5e1;--slate-400:#94a3b8;--slate-500:#64748b;--slate-600:#475569;--slate-700:#334155;--slate-800:#1e293b;--slate-900:#0f172a;background-color:var(--slate-50);min-height:100vh;padding-top:8rem;padding-bottom:5rem}.book-module__KYGC3W__container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.book-module__KYGC3W__progressContainer{background-color:var(--white);border-radius:.5rem;max-width:800px;margin:0 auto 3rem;padding:2rem;position:relative;box-shadow:0 1px 3px #0000001a}.book-module__KYGC3W__progressLine{background-color:var(--slate-200);z-index:1;height:4px;position:absolute;top:3.125rem;left:6rem;right:6rem}.book-module__KYGC3W__progressLineActive{background-color:var(--amelcorp-blue);height:100%;transition:width .3s}.book-module__KYGC3W__stepsWrapper{z-index:2;justify-content:space-between;display:flex;position:relative}.book-module__KYGC3W__step{flex-direction:column;align-items:center;gap:.75rem;width:8rem;padding:0;display:flex}.book-module__KYGC3W__stepNumber{border:2px solid var(--slate-300);background-color:var(--white);width:2.5rem;height:2.5rem;color:var(--slate-400);border-radius:50%;place-items:center;padding:0;font-size:.875rem;font-weight:700;line-height:1;transition:all .3s;display:grid}.book-module__KYGC3W__stepActive .book-module__KYGC3W__stepNumber{background-color:var(--amelcorp-blue);border-color:var(--amelcorp-blue);color:var(--white);box-shadow:0 0 0 4px #0056b31a}.book-module__KYGC3W__stepCompleted .book-module__KYGC3W__stepNumber{background-color:var(--amelcorp-blue);border-color:var(--amelcorp-blue);color:var(--white)}.book-module__KYGC3W__stepLabel{color:var(--slate-400);text-transform:uppercase;letter-spacing:.05em;font-size:.75rem;font-weight:700}.book-module__KYGC3W__stepActive .book-module__KYGC3W__stepLabel,.book-module__KYGC3W__stepCompleted .book-module__KYGC3W__stepLabel{color:var(--amelcorp-blue)}.book-module__KYGC3W__grid{grid-template-columns:1fr 2fr;align-items:start;gap:3rem;display:grid}.book-module__KYGC3W__sidebarCard{background-color:var(--white);border:1px solid var(--slate-200);box-shadow:var(--shadow-sm);border-radius:1.5rem;padding:2.5rem;position:sticky;top:8rem}.book-module__KYGC3W__sidebarTitle{font-family:var(--font-serif);color:var(--slate-900);margin-bottom:1.5rem;font-size:1.75rem;font-weight:700;line-height:1.2}.book-module__KYGC3W__sidebarDesc{color:var(--slate-600);margin-bottom:2rem;font-size:.9375rem;line-height:1.6}.book-module__KYGC3W__benefitList{border-top:1px solid var(--slate-100);flex-direction:column;gap:1.5rem;padding-top:2rem;display:flex}.book-module__KYGC3W__benefitItem{gap:1rem;display:flex}.book-module__KYGC3W__benefitIcon{width:2.5rem;height:2.5rem;color:var(--amelcorp-blue);background-color:#eff6ff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.book-module__KYGC3W__benefitText h4{color:var(--slate-800);margin-bottom:.25rem;font-size:.875rem;font-weight:800}.book-module__KYGC3W__benefitText p{color:var(--slate-500);font-size:.75rem;line-height:1.4}.book-module__KYGC3W__sidebarNote{background-color:#fffbeb;border:1px solid #fef3c7;border-radius:.75rem;gap:.75rem;margin-top:2rem;padding:1.25rem;display:flex}.book-module__KYGC3W__sidebarNote i{color:#d97706;margin-top:.125rem}.book-module__KYGC3W__sidebarNote p{color:#92400e;font-size:.75rem;font-weight:500;line-height:1.5}.book-module__KYGC3W__formCard{background-color:var(--white);border:1px solid var(--slate-200);border-radius:1.5rem;overflow:hidden;box-shadow:0 10px 25px -5px #0000000d}.book-module__KYGC3W__formHeader{background-color:var(--slate-50);border-bottom:1px solid var(--slate-100);padding:2rem 2.5rem}.book-module__KYGC3W__formHeader h2{color:var(--slate-900);font-size:1.25rem;font-weight:800}.book-module__KYGC3W__formHeader p{color:var(--slate-500);margin-top:.25rem;font-size:.875rem}.book-module__KYGC3W__formBody{padding:2.5rem}.book-module__KYGC3W__formSections{flex-direction:column;gap:3rem;display:flex}.book-module__KYGC3W__sectionGroup{flex-direction:column;gap:1.5rem;display:flex}.book-module__KYGC3W__sectionLabel{color:var(--slate-400);text-transform:uppercase;letter-spacing:.05em;align-items:center;gap:.75rem;font-size:.75rem;font-weight:800;display:flex}.book-module__KYGC3W__sectionLabelDot{background-color:var(--amelcorp-blue);border-radius:50%;width:.5rem;height:.5rem}.book-module__KYGC3W__formGrid{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.book-module__KYGC3W__formControl{flex-direction:column;gap:.5rem;display:flex}.book-module__KYGC3W__formControlFull{grid-column:span 2}.book-module__KYGC3W__label{color:var(--slate-700);font-size:.875rem;font-weight:600}.book-module__KYGC3W__input,.book-module__KYGC3W__select{border:1px solid var(--slate-300);width:100%;color:var(--slate-900);background-color:var(--white);border-radius:.5rem;padding:.875rem 1rem;font-size:.9375rem;transition:all .2s}@media (max-width:1024px){.book-module__KYGC3W__grid{grid-template-columns:1fr;gap:2rem}.book-module__KYGC3W__sidebarCard{width:100%;margin-bottom:2rem;position:static}.book-module__KYGC3W__formGrid{grid-template-columns:1fr}.book-module__KYGC3W__progressContainer{padding:1.5rem 1rem}.book-module__KYGC3W__step{width:auto;min-width:4rem}.book-module__KYGC3W__progressLine{left:2rem;right:2rem}.book-module__KYGC3W__step2Grid{grid-template-columns:1fr;gap:2rem}.book-module__KYGC3W__calendarBox{flex-direction:column;padding:1rem}.book-module__KYGC3W__checklistCard{margin-top:2rem}}@media (max-width:640px){.book-module__KYGC3W__stepLabel{display:none}.book-module__KYGC3W__stepNumber{width:2.5rem;height:2.5rem;font-size:1rem}.book-module__KYGC3W__progressLine{top:2.75rem}}.book-module__KYGC3W__input:focus,.book-module__KYGC3W__select:focus{border-color:var(--amelcorp-blue);outline:none;box-shadow:0 0 0 3px #0056b31a}.book-module__KYGC3W__select{appearance:none;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");background-position:right 1rem center;background-repeat:no-repeat;background-size:1rem;padding-right:3rem}.book-module__KYGC3W__radioGrid{grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:.5rem;display:grid}.book-module__KYGC3W__radioCard{cursor:pointer;position:relative}.book-module__KYGC3W__radioInput{opacity:0;width:0;height:0;position:absolute}.book-module__KYGC3W__radioUI{border:2px solid var(--slate-200);text-align:center;border-radius:.75rem;flex-direction:column;justify-content:center;align-items:center;padding:1.5rem 1rem;transition:all .2s;display:flex}.book-module__KYGC3W__radioInput:checked+.book-module__KYGC3W__radioUI{border-color:var(--amelcorp-blue);background-color:#eff6ff}.book-module__KYGC3W__radioTitle{color:var(--slate-700);font-size:.875rem;font-weight:700}.book-module__KYGC3W__radioInput:checked+.book-module__KYGC3W__radioUI .book-module__KYGC3W__radioTitle{color:var(--amelcorp-blue)}.book-module__KYGC3W__radioSub{color:var(--slate-500);margin-top:.25rem;font-size:.7rem}.book-module__KYGC3W__helperBox{background-color:#eff6ff;border:1px solid #dbeafe;border-radius:1rem;gap:1rem;margin-top:1rem;padding:1.5rem;display:flex}.book-module__KYGC3W__helperIcon{color:var(--amelcorp-blue);margin-top:.125rem;font-size:1.25rem}.book-module__KYGC3W__helperText h4{color:#1e3a8a;margin-bottom:.25rem;font-size:.875rem;font-weight:800}.book-module__KYGC3W__helperText p{color:#1e40af;font-size:.75rem;line-height:1.5}.book-module__KYGC3W__formFooter{background-color:var(--slate-50);border-top:1px solid var(--slate-100);justify-content:space-between;align-items:center;padding:1.5rem 2.5rem;display:flex}.book-module__KYGC3W__backBtn{color:var(--slate-500);align-items:center;gap:.5rem;font-size:.875rem;font-weight:600;transition:color .2s;display:flex}.book-module__KYGC3W__backBtn:hover{color:var(--slate-800)}.book-module__KYGC3W__submitBtn{background-color:var(--amelcorp-red);color:var(--white);border:none;border-radius:.75rem;align-items:center;gap:.75rem;padding:1rem 2.5rem;font-weight:700;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:0 4px 12px #b3000026}.book-module__KYGC3W__submitBtn:hover:not(:disabled){background-color:#900;transform:translateY(-2px);box-shadow:0 8px 20px #b3000040}.book-module__KYGC3W__secondaryBtn{border:1px solid var(--slate-200);color:var(--slate-600);background:#fff;border-radius:.75rem;padding:1rem 1.5rem;font-weight:600;transition:all .2s;box-shadow:0 2px 4px #0000000d}.book-module__KYGC3W__secondaryBtn:hover:not(:disabled){border-color:var(--slate-300);color:var(--slate-900);background:var(--slate-50);box-shadow:0 4px 8px #00000014}.book-module__KYGC3W__formFooterStep2{background-color:var(--slate-50);border-top:1px solid var(--slate-100);flex-direction:column;gap:1.5rem;padding:1.5rem 2.5rem;display:flex}.book-module__KYGC3W__btnGroupFull{justify-content:space-between;align-items:center;gap:1rem;width:100%;display:flex}.book-module__KYGC3W__selectionTextBottom{text-align:center;color:var(--slate-500);border-top:1px solid var(--slate-200);padding-top:1rem;font-size:.8125rem}.book-module__KYGC3W__summaryHeader{background-color:var(--slate-50);padding:1rem 1.5rem}.book-module__KYGC3W__summaryHeader h3{color:var(--slate-900);font-size:.9375rem;font-weight:800}.book-module__KYGC3W__summaryBody{padding:1.5rem}.book-module__KYGC3W__orderItem{justify-content:space-between;margin-bottom:2rem;display:flex}.book-module__KYGC3W__orderItem h4{color:var(--slate-900);font-size:1.125rem;font-weight:800}.book-module__KYGC3W__orderItem p{color:var(--slate-500);margin-top:.25rem;font-size:.75rem}.book-module__KYGC3W__orderPrice{text-align:right}.book-module__KYGC3W__priceBig{color:var(--slate-900);font-size:1.25rem;font-weight:800;display:block}.book-module__KYGC3W__currency{color:var(--slate-400);font-size:.7rem;font-weight:700}.book-module__KYGC3W__whatsIncluded{margin-top:2rem}.book-module__KYGC3W__includedLabel{color:var(--slate-400);text-transform:uppercase;letter-spacing:.05em;margin-bottom:1rem;font-size:.7rem;font-weight:800}.book-module__KYGC3W__includedList{flex-direction:column;gap:.75rem;display:flex}.book-module__KYGC3W__includedItem{color:var(--slate-600);align-items:center;gap:.75rem;font-size:.8125rem;display:flex}.book-module__KYGC3W__includedItem i{color:#10b981;font-size:.75rem}.book-module__KYGC3W__creditBox{background-color:#eff6ff;border-radius:1rem;gap:1rem;margin-top:2rem;padding:1.5rem;display:flex}.book-module__KYGC3W__creditIcon{width:2rem;height:2rem;color:var(--amelcorp-blue);background-color:#dbeafe;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.book-module__KYGC3W__creditText h5{color:#1e3a8a;margin-bottom:.25rem;font-size:.8125rem;font-weight:800}.book-module__KYGC3W__creditText p{color:#1e40af;font-size:.7rem;line-height:1.4}.book-module__KYGC3W__brandLogos{opacity:.5;color:var(--slate-400);justify-content:center;gap:1.5rem;margin-top:2rem;font-size:1.5rem;display:flex}.book-module__KYGC3W__paymentHeader{justify-content:space-between;align-items:center;display:flex}.book-module__KYGC3W__secureBadge{background-color:var(--white);border:1px solid var(--slate-200);color:var(--slate-500);border-radius:.5rem;align-items:center;gap:.5rem;padding:.375rem .75rem;font-size:.7rem;font-weight:700;display:flex}.book-module__KYGC3W__pulse{background-color:#10b981;border-radius:50%;width:.5rem;height:.5rem;animation:2s infinite book-module__KYGC3W__pulse}@keyframes book-module__KYGC3W__pulse{0%{transform:scale(.95);box-shadow:0 0 #10b981b3}70%{transform:scale(1);box-shadow:0 0 0 6px #10b98100}to{transform:scale(.95);box-shadow:0 0 #10b98100}}.book-module__KYGC3W__methodTabs{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.book-module__KYGC3W__methodTab{cursor:pointer}.book-module__KYGC3W__methodUI{border:2px solid var(--slate-200);color:var(--slate-600);border-radius:.75rem;justify-content:center;align-items:center;gap:.75rem;padding:1rem;font-size:.875rem;font-weight:700;transition:all .2s;display:flex}.book-module__KYGC3W__radioInput:checked+.book-module__KYGC3W__methodUI{border-color:var(--amelcorp-blue);color:var(--amelcorp-blue);background-color:#eff6ff}.book-module__KYGC3W__cardFields{background-color:var(--slate-50);border:1px solid var(--slate-200);border-radius:1rem;flex-direction:column;gap:1.25rem;margin-top:1.5rem;padding:1.5rem;display:flex}.book-module__KYGC3W__fieldWithIcons{position:relative}.book-module__KYGC3W__fieldIcons{color:var(--slate-300);gap:.5rem;font-size:1.25rem;display:flex;position:absolute;top:50%;right:1rem;transform:translateY(-50%)}.book-module__KYGC3W__termsBox{background-color:#fffaf5;border:1px solid #ffedd5;border-radius:.75rem;padding:1.25rem}.book-module__KYGC3W__checkboxLabel{cursor:pointer;gap:1rem;display:flex}.book-module__KYGC3W__checkbox{width:1rem;height:1rem;margin-top:.25rem}.book-module__KYGC3W__checkboxText{color:var(--slate-700);font-size:.75rem;line-height:1.6}.book-module__KYGC3W__schedulingGrid{flex-direction:column;gap:2rem;display:flex}.book-module__KYGC3W__step2Grid{grid-template-columns:2fr 1fr;align-items:start;gap:2.5rem;display:grid}.book-module__KYGC3W__calendarBox{gap:2rem;padding:1.5rem;display:flex}.book-module__KYGC3W__calendarView{flex:1}.book-module__KYGC3W__calendarHeader{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.book-module__KYGC3W__monthLabel{color:var(--slate-800);font-weight:800}.book-module__KYGC3W__calendarGrid{grid-template-columns:repeat(7,1fr);gap:.5rem;display:grid}.book-module__KYGC3W__dayName{text-align:center;color:var(--slate-400);text-transform:uppercase;font-size:.7rem;font-weight:800}.book-module__KYGC3W__day{aspect-ratio:1;cursor:pointer;border-radius:50%;justify-content:center;align-items:center;font-size:.8125rem;font-weight:600;transition:all .2s;display:flex}.book-module__KYGC3W__day:hover:not(.book-module__KYGC3W__disabled):not(.book-module__KYGC3W__selected){background-color:var(--slate-100);color:var(--amelcorp-blue)}.book-module__KYGC3W__daySelected{background-color:var(--amelcorp-blue);color:var(--white);box-shadow:0 4px 10px #0056b34d}.book-module__KYGC3W__dayDisabled{color:var(--slate-300);cursor:not-allowed}.book-module__KYGC3W__timeSlotsView{width:200px}.book-module__KYGC3W__slotsTitle{color:var(--slate-400);text-transform:uppercase;margin-bottom:1rem;font-size:.7rem;font-weight:800}.book-module__KYGC3W__slotsGrid{flex-direction:column;gap:.75rem;display:flex}.book-module__KYGC3W__slot{border:1px solid var(--slate-200);width:100%;color:var(--slate-600);background:0 0;border-radius:.5rem;padding:.75rem;font-size:.8125rem;font-weight:700;transition:all .2s}.book-module__KYGC3W__slot:hover:not(.book-module__KYGC3W__slotSelected){border-color:var(--amelcorp-blue);color:var(--amelcorp-blue)}.book-module__KYGC3W__slotSelected{border-color:var(--amelcorp-blue);background-color:var(--amelcorp-blue);color:var(--white);box-shadow:0 4px 10px #0056b333}.book-module__KYGC3W__footerSelection{align-items:center;gap:1rem;display:flex}.book-module__KYGC3W__selectionText{color:var(--slate-500);font-size:.8125rem}.book-module__KYGC3W__checklistCard{background-color:var(--white);border:1px solid var(--slate-200);border-radius:1.5rem;padding:2rem}.book-module__KYGC3W__checklistHeader{align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.book-module__KYGC3W__checklistIconBox{width:2.5rem;height:2.5rem;color:var(--amelcorp-gold);background-color:#fff7ed;border-radius:.75rem;justify-content:center;align-items:center;font-size:1.25rem;display:flex}.book-module__KYGC3W__checklistItems{flex-direction:column;gap:1rem;display:flex}.book-module__KYGC3W__checklistItem{background-color:var(--slate-50);border:1px solid var(--slate-100);border-radius:.75rem;gap:1rem;padding:1rem;display:flex}.book-module__KYGC3W__itemInfo h4{color:var(--slate-800);font-size:.875rem;font-weight:800}.book-module__KYGC3W__itemInfo p{color:var(--slate-500);margin-top:.125rem;font-size:.75rem}.book-module__KYGC3W__outcomePath{border:1px solid var(--slate-200);border-radius:1rem;gap:1rem;padding:1.25rem;display:flex}.book-module__KYGC3W__pathNumber{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:2rem;height:2rem;font-size:.75rem;font-weight:800;display:flex}.book-module__KYGC3W__num1{background-color:var(--slate-100);color:var(--slate-600)}.book-module__KYGC3W__num2{color:#ea580c;background-color:#fff7ed}.book-module__KYGC3W__num3{color:#10b981;background-color:#ecfdf5}.book-module__KYGC3W__pathInfo h4{margin-bottom:.25rem;font-size:.875rem;font-weight:800}.book-module__KYGC3W__pathInfo p{color:var(--slate-600);font-size:.75rem;line-height:1.5}.book-module__KYGC3W__secondaryBtn{border:1px solid var(--slate-200);color:var(--slate-600);background:#fff;border-radius:.5rem;padding:1rem 1.5rem;font-weight:600;transition:all .2s}.book-module__KYGC3W__secondaryBtn:hover:not(:disabled){border-color:var(--slate-400);color:var(--slate-900);background:var(--slate-50)}.book-module__KYGC3W__secondaryBtn:disabled{opacity:.5;cursor:not-allowed}.book-module__KYGC3W__methodTab.book-module__KYGC3W__active .book-module__KYGC3W__methodUI{border-color:var(--amelcorp-blue);color:var(--amelcorp-blue);background-color:#eff6ff;box-shadow:0 4px 12px #2563eb1a}.book-module__KYGC3W__heroSection{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:#fff;background:linear-gradient(135deg,#0f172ad9 0%,#1e293bd9 100%);border-bottom:1px solid #ffffff1a;border-radius:0 0 3rem 3rem;margin-bottom:-4rem;padding:6rem 0}.book-module__KYGC3W__badge{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);text-transform:uppercase;letter-spacing:.1em;background:#ffffff1a;border:1px solid #fff3;border-radius:99px;margin-bottom:2rem;padding:.5rem 1rem;font-size:.75rem;font-weight:700;display:inline-block}.book-module__KYGC3W__title{margin-bottom:1.5rem;font-size:3.5rem;font-weight:800;line-height:1.1}.book-module__KYGC3W__subtitle{color:var(--slate-300);max-width:600px;margin:0 auto;font-size:1.125rem}.book-module__KYGC3W__formContainer{max-width:1000px;margin:0 auto}.book-module__KYGC3W__successCard{text-align:center;background:#fff;border-radius:2rem;padding:4rem 2rem;box-shadow:0 20px 50px #0000000d}.book-module__KYGC3W__successIcon{color:#fff;background:#10b981;border-radius:50%;justify-content:center;align-items:center;width:5rem;height:5rem;margin:0 auto 2rem;font-size:2rem;display:flex;box-shadow:0 10px 25px #10b9814d}.book-module__KYGC3W__successCard h1{color:var(--slate-900);margin-bottom:1rem;font-size:2.5rem;font-weight:800}.book-module__KYGC3W__successCard p{color:var(--slate-600);max-width:500px;margin:0 auto 3rem;line-height:1.6}.book-module__KYGC3W__successMeta{background:var(--slate-50);border-radius:1.5rem;grid-template-columns:repeat(3,1fr);gap:1.5rem;max-width:700px;margin:0 auto 3rem;padding:2rem;display:grid}.book-module__KYGC3W__metaItem{flex-direction:column;gap:.5rem;display:flex}.book-module__KYGC3W__metaLabel{color:var(--slate-400);text-transform:uppercase;font-size:.7rem;font-weight:700}.book-module__KYGC3W__metaValue{color:var(--slate-800);font-size:.9375rem;font-weight:800}.book-module__KYGC3W__successNote{font-size:.875rem;color:var(--slate-500)!important;margin-bottom:2.5rem!important}.book-module__KYGC3W__homeBtn{background:var(--amelcorp-blue);color:#fff;border-radius:.75rem;justify-content:center;align-items:center;padding:1rem 2.5rem;font-weight:700;text-decoration:none;transition:all .3s;display:inline-flex}.book-module__KYGC3W__homeBtn:hover{transform:translateY(-2px);box-shadow:0 10px 20px #0056b333}@media (max-width:1024px){.book-module__KYGC3W__grid,.book-module__KYGC3W__step2Grid{grid-template-columns:1fr;gap:2rem}.book-module__KYGC3W__formGrid{grid-template-columns:1fr}.book-module__KYGC3W__sidebarCard{width:100%;margin-bottom:2rem;position:static}.book-module__KYGC3W__formCard{width:100%}.book-module__KYGC3W__calendarBox{flex-direction:column;align-items:stretch;padding:1rem}.book-module__KYGC3W__timeSlotsView{width:100%;margin-top:1.5rem}.book-module__KYGC3W__checklistCard{margin-top:2rem}}@media (max-width:640px){.book-module__KYGC3W__radioGrid,.book-module__KYGC3W__formGrid{grid-template-columns:1fr}.book-module__KYGC3W__formControlFull{grid-column:span 1}.book-module__KYGC3W__methodTabs{grid-template-columns:1fr}.book-module__KYGC3W__selectionText{display:none}}
.contact-module__LVAaNa__contactPage{--amelcorp-blue:#0056b3;--amelcorp-red:#b30000;--white:#fff;--slate-50:#f8fafc;--slate-100:#f1f5f9;--slate-200:#e2e8f0;--slate-300:#cbd5e1;--slate-400:#94a3b8;--slate-500:#64748b;--slate-600:#475569;--slate-700:#334155;--slate-800:#1e293b;--slate-900:#0f172a;--amelcorp-gold:#d97706;background-color:var(--slate-50);min-height:100vh;padding-top:5rem}.contact-module__LVAaNa__container{max-width:1280px;margin:0 auto;padding:2rem 1.5rem}.contact-module__LVAaNa__hero{margin-bottom:3rem}.contact-module__LVAaNa__hero h1{color:var(--slate-900);margin-bottom:1rem;font-size:2.5rem;font-weight:700}.contact-module__LVAaNa__hero p{color:var(--slate-600);max-width:42rem;font-size:1.125rem}.contact-module__LVAaNa__grid{grid-template-columns:repeat(12,1fr);gap:3rem;display:grid}.contact-module__LVAaNa__leftCol{flex-direction:column;grid-column:span 4;gap:2rem;display:flex}.contact-module__LVAaNa__rightCol{grid-column:span 8}.contact-module__LVAaNa__card{background-color:var(--white);border:1px solid var(--slate-200);border-radius:1rem;padding:2rem;box-shadow:0 1px 2px #0000000d}.contact-module__LVAaNa__cardTitle{color:var(--slate-900);margin-bottom:1.5rem;font-size:1.25rem;font-weight:700}.contact-module__LVAaNa__contactInfoList{flex-direction:column;gap:1.5rem;display:flex}.contact-module__LVAaNa__infoItem{align-items:flex-start;gap:1rem;display:flex}.contact-module__LVAaNa__infoIconBox{width:3rem;height:3rem;color:var(--amelcorp-blue);background-color:#eff6ff;border-radius:.5rem;flex-shrink:0;justify-content:center;align-items:center;display:flex}.contact-module__LVAaNa__infoContent h4{color:var(--slate-900);margin-bottom:.25rem;font-size:.875rem;font-weight:700}.contact-module__LVAaNa__infoContent p{color:var(--slate-600);font-size:.875rem;line-height:1.5}.contact-module__LVAaNa__inquiriesCard{background-color:var(--slate-50);border:1px solid var(--slate-200);border-radius:1rem;padding:1.5rem}.contact-module__LVAaNa__inquiriesCard h3{color:var(--slate-900);margin-bottom:1rem;font-weight:700}.contact-module__LVAaNa__inquiriesCard p{color:var(--slate-600);margin-bottom:1rem;font-size:.875rem}.contact-module__LVAaNa__person{align-items:center;gap:.75rem;display:flex}.contact-module__LVAaNa__personImg{object-fit:cover;border-radius:50%;width:2.5rem;height:2.5rem}.contact-module__LVAaNa__personInfo p:first-child{color:var(--slate-900);font-size:.875rem;font-weight:700}.contact-module__LVAaNa__personInfo p:last-child{color:var(--slate-500);font-size:.75rem}.contact-module__LVAaNa__formCard{background-color:var(--white);border:1px solid var(--slate-200);border-radius:1rem;overflow:hidden;box-shadow:0 10px 15px -3px #0000001a}.contact-module__LVAaNa__formCardHeader{border-bottom:1px solid var(--slate-100);background-color:#f8fafc80;justify-content:space-between;align-items:center;padding:2rem;display:flex}.contact-module__LVAaNa__formCardHeader h3{color:var(--slate-900);font-size:1.25rem;font-weight:700}.contact-module__LVAaNa__formCardHeader p{color:var(--slate-500);margin-top:.25rem;font-size:.875rem}.contact-module__LVAaNa__secureBadge{color:#b45309;background-color:#fffbeb;border:1px solid #fef3c7;border-radius:9999px;align-items:center;gap:.5rem;padding:.25rem .75rem;font-size:.75rem;font-weight:700;display:flex}.contact-module__LVAaNa__formBody{flex-direction:column;gap:2rem;padding:2rem;display:flex}.contact-module__LVAaNa__sectionHeader{color:var(--slate-900);text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid var(--slate-100);margin-bottom:1rem;padding-bottom:.5rem;font-size:.875rem;font-weight:700}.contact-module__LVAaNa__formGrid{grid-template-columns:repeat(2,1fr);gap:1.5rem;display:grid}.contact-module__LVAaNa__fullWidth{grid-column:span 2}.contact-module__LVAaNa__formControl{flex-direction:column;gap:.375rem;display:flex}.contact-module__LVAaNa__label{color:var(--slate-600);font-size:.75rem;font-weight:700}.contact-module__LVAaNa__input,.contact-module__LVAaNa__select,.contact-module__LVAaNa__textarea{background-color:var(--white);border:1px solid var(--slate-300);width:100%;color:var(--slate-800);border-radius:.5rem;padding:.75rem;font-size:.875rem}.contact-module__LVAaNa__input:focus,.contact-module__LVAaNa__select:focus,.contact-module__LVAaNa__textarea:focus{border-color:var(--amelcorp-blue);outline:none;box-shadow:0 0 0 3px #0056b31a}.contact-module__LVAaNa__radioRow{grid-template-columns:repeat(3,1fr);gap:1rem;display:grid}.contact-module__LVAaNa__radioLabel{cursor:pointer}.contact-module__LVAaNa__radioInput{display:none}.contact-module__LVAaNa__radioUI{border:1px solid var(--slate-200);text-align:center;border-radius:.5rem;padding:.75rem;transition:all .2s}.contact-module__LVAaNa__radioInput:checked+.contact-module__LVAaNa__radioUI{border-color:var(--amelcorp-blue);background-color:#eff6ff}.contact-module__LVAaNa__radioCircle{border:1px solid var(--slate-300);border-radius:50%;width:1rem;height:1rem;margin:0 auto .5rem}.contact-module__LVAaNa__radioInput:checked+.contact-module__LVAaNa__radioUI .contact-module__LVAaNa__radioCircle{background-color:var(--amelcorp-blue);border-color:var(--amelcorp-blue)}.contact-module__LVAaNa__radioText{color:var(--slate-700);font-size:.875rem;font-weight:500}.contact-module__LVAaNa__industryIcon{color:var(--slate-400);margin-bottom:.25rem;display:block}.contact-module__LVAaNa__radioInput:checked+.contact-module__LVAaNa__radioUI .contact-module__LVAaNa__industryIcon{color:var(--amelcorp-blue)}.contact-module__LVAaNa__formFooter{border-top:1px solid var(--slate-100);justify-content:space-between;align-items:center;padding-top:1rem;display:flex}.contact-module__LVAaNa__lockIcon{color:var(--slate-500);align-items:center;gap:.5rem;font-size:.75rem;display:flex}.contact-module__LVAaNa__submitBtn{background-color:var(--amelcorp-blue);color:var(--white);cursor:pointer;border:none;border-radius:.25rem;padding:.75rem 2.5rem;font-weight:700;transition:all .2s;box-shadow:0 10px 15px -3px #3b82f633}.contact-module__LVAaNa__submitBtn:hover{background-color:#1d4ed8;transform:translateY(-2px)}@media (max-width:1024px){.contact-module__LVAaNa__grid{grid-template-columns:1fr}.contact-module__LVAaNa__leftCol,.contact-module__LVAaNa__rightCol{grid-column:span 1}}@media (max-width:640px){.contact-module__LVAaNa__formGrid,.contact-module__LVAaNa__radioRow{grid-template-columns:1fr}.contact-module__LVAaNa__fullWidth{grid-column:span 1}}
.industries-module__1SN0Sa__industriesPage{--amelcorp-blue:#0056b3;--amelcorp-red:#b30000;--white:#fff;--slate-50:#f8fafc;--slate-100:#f1f5f9;--slate-200:#e2e8f0;--slate-300:#cbd5e1;--slate-400:#94a3b8;--slate-500:#64748b;--slate-600:#475569;--slate-700:#334155;--slate-800:#1e293b;--slate-900:#0f172a;--shadow-sm:0 1px 2px 0 #0000000d;--shadow-md:0 4px 6px -1px #0000001a;--shadow-lg:0 10px 15px -3px #0000001a}.industries-module__1SN0Sa__hero{text-align:center;color:var(--white);background-color:#0000;background-image:linear-gradient(#0f172ae6,#0f172acc),url(https://images.unsplash.com/photo-1565514020176-dbf2277e3833?ixlib=rb-4.0.3&auto=format&fit=crop&w=1440&q=80);background-position:50%;background-repeat:repeat,repeat;background-size:cover;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;margin-top:5rem;padding:6rem 0}.industries-module__1SN0Sa__badge{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:var(--white);text-transform:uppercase;letter-spacing:.05em;background:#ffffff1a;border:1px solid #fff3;border-radius:9999px;margin-bottom:1.5rem;padding:.4rem 1rem;font-size:.75rem;font-weight:700;display:inline-block}.industries-module__1SN0Sa__heroTitle{margin-bottom:1.5rem;font-size:3rem;font-weight:700;line-height:1.2}.industries-module__1SN0Sa__heroDesc{color:var(--slate-300);max-width:42rem;margin:0 auto;font-size:1.125rem;line-height:1.6}.industries-module__1SN0Sa__mainSection{background:var(--slate-50);padding:5rem 0}.industries-module__1SN0Sa__container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.industries-module__1SN0Sa__industryGrid{flex-direction:column;gap:5rem;display:flex}.industries-module__1SN0Sa__industrySection{background:var(--white);box-shadow:var(--shadow-sm);border:1px solid var(--slate-200);border-radius:1rem;height:500px;display:flex;overflow:hidden}.industries-module__1SN0Sa__industrySectionReverse{flex-direction:row-reverse}.industries-module__1SN0Sa__imageBox{width:40%;height:100%;position:relative}.industries-module__1SN0Sa__industryImg{object-fit:cover;width:100%;height:100%}.industries-module__1SN0Sa__imgOverlay{background:linear-gradient(90deg,#0f172acc,#0000);flex-direction:column;justify-content:flex-end;padding:2rem;display:flex;position:absolute;inset:0}.industries-module__1SN0Sa__industrySectionReverse .industries-module__1SN0Sa__imgOverlay{text-align:right;background:linear-gradient(270deg,#0f172acc,#0000);align-items:flex-end}.industries-module__1SN0Sa__industryIcon{width:3rem;height:3rem;color:var(--white);border-radius:.5rem;justify-content:center;align-items:center;margin-bottom:1rem;font-size:1.25rem;display:flex}.industries-module__1SN0Sa__iconBlue{background-color:#2563eb}.industries-module__1SN0Sa__iconPink{background-color:#db2777}.industries-module__1SN0Sa__iconIndigo{background-color:#4f46e5}.industries-module__1SN0Sa__industryTitle{color:var(--white);margin-bottom:.5rem;font-size:1.875rem;font-weight:700}.industries-module__1SN0Sa__industrySub{color:var(--slate-200);font-size:.875rem}.industries-module__1SN0Sa__contentBox{flex-direction:column;justify-content:space-between;width:60%;padding:2.5rem;display:flex}.industries-module__1SN0Sa__detailGrid{gap:2rem;margin-bottom:2rem;display:flex}.industries-module__1SN0Sa__detailCol{flex:1}.industries-module__1SN0Sa__detailTitle{color:var(--slate-400);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.75rem;font-size:.75rem;font-weight:700}.industries-module__1SN0Sa__detailText{color:var(--slate-700);font-size:.875rem;line-height:1.6}.industries-module__1SN0Sa__comparisonGrid{grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:2rem;display:grid}.industries-module__1SN0Sa__comparisonCard{border-radius:.5rem;padding:1rem}.industries-module__1SN0Sa__riskCard{background:#fef2f2;border:1px solid #fee2e2}.industries-module__1SN0Sa__standardCard{background:#ecfdf5;border:1px solid #d1fae5}.industries-module__1SN0Sa__cardTitle{align-items:center;gap:.5rem;margin-bottom:.5rem;font-size:.875rem;font-weight:700;display:flex}.industries-module__1SN0Sa__riskTitle{color:#b91c1c}.industries-module__1SN0Sa__standardTitle{color:#047857}.industries-module__1SN0Sa__cardList{color:var(--slate-600);padding-left:1.25rem;font-size:.75rem;list-style:outside}.industries-module__1SN0Sa__cardList li:not(:last-child){margin-bottom:.375rem}.industries-module__1SN0Sa__footerActions{border-top:1px solid var(--slate-100);justify-content:space-between;align-items:center;padding-top:1.5rem;display:flex}.industries-module__1SN0Sa__footerText{font-size:.875rem}.industries-module__1SN0Sa__textSmall{color:var(--slate-500);display:block}.industries-module__1SN0Sa__textBold{color:var(--slate-900);font-weight:700}.industries-module__1SN0Sa__btnAction{background:var(--white);border:1px solid var(--amelcorp-blue);color:var(--amelcorp-blue);border-radius:.25rem;align-items:center;gap:.5rem;padding:.625rem 1.5rem;font-size:.875rem;font-weight:700;transition:all .2s;display:flex}.industries-module__1SN0Sa__btnAction:hover{background:var(--amelcorp-blue);color:var(--white)}.industries-module__1SN0Sa__globalCta{background:linear-gradient(135deg,var(--amelcorp-blue),#1e40af);color:var(--white);padding:5rem 0;position:relative;overflow:hidden}.industries-module__1SN0Sa__patternBox{opacity:.1;background-image:radial-gradient(#cbd5e1 1px,#0000 1px);background-size:32px 32px;position:absolute;inset:0}.industries-module__1SN0Sa__ctaGrid{z-index:10;justify-content:space-between;align-items:center;display:flex;position:relative}.industries-module__1SN0Sa__ctaLeft{width:50%}.industries-module__1SN0Sa__ctaTitle{margin-bottom:1.5rem;font-size:2.25rem;font-weight:700}.industries-module__1SN0Sa__ctaDesc{color:var(--slate-300);max-width:32rem;margin-bottom:2rem;font-size:1.125rem}.industries-module__1SN0Sa__checkList{flex-direction:column;gap:1rem;display:flex}.industries-module__1SN0Sa__checkLine{align-items:center;gap:.75rem;display:flex}.industries-module__1SN0Sa__checkCircle{color:#34d399;background:#10b98133;border-radius:50%;justify-content:center;align-items:center;width:2rem;height:2rem;font-size:.875rem;display:flex}.industries-module__1SN0Sa__checkLabel{color:var(--slate-200)}.industries-module__1SN0Sa__ctaRight{justify-content:flex-end;width:50%;display:flex}.industries-module__1SN0Sa__ctaCard{background:var(--white);color:var(--slate-900);border-radius:.75rem;width:100%;max-width:28rem;padding:2rem;box-shadow:0 25px 50px -12px #00000080}.industries-module__1SN0Sa__cardHead{margin-bottom:.5rem;font-size:1.25rem;font-weight:700}.industries-module__1SN0Sa__cardLead{color:var(--slate-600);margin-bottom:1.5rem;font-size:.875rem}.industries-module__1SN0Sa__feeBox{background:var(--slate-50);border:1px solid var(--slate-100);border-radius:.25rem;justify-content:space-between;align-items:center;margin-bottom:1rem;padding:.75rem;display:flex}.industries-module__1SN0Sa__feeLabel{font-size:.875rem;font-weight:500}.industries-module__1SN0Sa__feeValue{color:var(--amelcorp-blue);font-weight:700}.industries-module__1SN0Sa__btnFullRed{background:var(--amelcorp-red);width:100%;color:var(--white);text-align:center;border-radius:.25rem;padding:1rem;font-weight:700;transition:transform .2s;display:block;box-shadow:0 10px 15px -3px #b300004d}.industries-module__1SN0Sa__btnFullRed:hover{background:#900;transform:translateY(-2px)}.industries-module__1SN0Sa__cardFoot{text-align:center;color:var(--slate-500);margin-top:1rem;font-size:.75rem}@media (max-width:1024px){.industries-module__1SN0Sa__industrySection,.industries-module__1SN0Sa__industrySectionReverse{flex-direction:column;height:auto}.industries-module__1SN0Sa__imageBox,.industries-module__1SN0Sa__contentBox{width:100%}.industries-module__1SN0Sa__imageBox{height:300px}.industries-module__1SN0Sa__footerActions{text-align:center;flex-direction:column;gap:1.5rem}.industries-module__1SN0Sa__ctaGrid{flex-direction:column;gap:3rem}.industries-module__1SN0Sa__ctaLeft,.industries-module__1SN0Sa__ctaRight{width:100%}.industries-module__1SN0Sa__ctaRight{justify-content:center}}
.pricing-module__hk16OG__pricingPage{--amelcorp-blue:#0056b3;--amelcorp-red:#b30000;--white:#fff;--slate-50:#f8fafc;--slate-100:#f1f5f9;--slate-200:#e2e8f0;--slate-300:#cbd5e1;--slate-400:#94a3b8;--slate-500:#64748b;--slate-600:#475569;--slate-700:#334155;--slate-800:#1e293b;--slate-900:#0f172a;--shadow-sm:0 1px 2px 0 #0000000d;--shadow-md:0 4px 6px -1px #0000001a;--shadow-lg:0 10px 15px -3px #0000001a}.pricing-module__hk16OG__hero{text-align:center;color:var(--white);background-color:#0000;background-image:linear-gradient(#0f172af2,#0f172ae6),url(https://images.unsplash.com/photo-1554224155-8d04cb21cd6c?ixlib=rb-4.0.3&auto=format&fit=crop&w=1440&q=80);background-position:50%;background-repeat:repeat,repeat;background-size:cover;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;margin-top:5rem;padding:6rem 0}.pricing-module__hk16OG__container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.pricing-module__hk16OG__badge{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:var(--white);text-transform:uppercase;letter-spacing:.05em;background:#ffffff1a;border:1px solid #fff3;border-radius:9999px;margin-bottom:1.5rem;padding:.4rem 1rem;font-size:.75rem;font-weight:700;display:inline-block}.pricing-module__hk16OG__heroTitle{margin-bottom:1.5rem;font-size:3.5rem;font-weight:700;line-height:1.1}.pricing-module__hk16OG__heroDesc{color:var(--slate-300);max-width:42rem;margin:0 auto;font-size:1.125rem;line-height:1.6}.pricing-module__hk16OG__entrySection{background:var(--white);padding:5rem 0}.pricing-module__hk16OG__stepHeader{align-items:center;gap:1rem;margin-bottom:3rem;display:flex}.pricing-module__hk16OG__stepId{background:var(--amelcorp-blue);color:var(--white);width:2.5rem;height:2.5rem;box-shadow:var(--shadow-md);border-radius:50%;justify-content:center;align-items:center;font-weight:700;display:flex}.pricing-module__hk16OG__stepTitle{color:var(--slate-900);font-size:1.5rem;font-weight:700}.pricing-module__hk16OG__strategyCard{background:linear-gradient(to right,var(--slate-50),var(--white));border:1px solid var(--slate-200);box-shadow:var(--shadow-sm);border-radius:1.5rem;align-items:center;gap:4rem;padding:3rem;display:flex;position:relative;overflow:hidden}.pricing-module__hk16OG__decorativeBg{background:#0056b30d;width:16rem;height:100%;position:absolute;top:0;right:0;transform:skew(12deg)translate(4rem)}.pricing-module__hk16OG__cardLeft{z-index:10;flex:1;position:relative}.pricing-module__hk16OG__cardHead{align-items:center;gap:1rem;margin-bottom:1rem;display:flex}.pricing-module__hk16OG__cardTitleBig{color:var(--slate-900);font-size:2rem;font-weight:700}.pricing-module__hk16OG__tagEntry{color:#047857;text-transform:uppercase;background:#ecfdf5;border-radius:9999px;padding:.25rem .75rem;font-size:.75rem;font-weight:700}.pricing-module__hk16OG__cardDesc{color:var(--slate-600);max-width:36rem;margin-bottom:2rem}.pricing-module__hk16OG__featureGrid{grid-template-columns:1fr 1fr;gap:.75rem;display:grid}.pricing-module__hk16OG__featureItem{color:var(--slate-700);align-items:center;gap:.5rem;font-size:.875rem;display:flex}.pricing-module__hk16OG__checkIcon{color:var(--amelcorp-blue)}.pricing-module__hk16OG__cardRight{border-left:1px solid var(--slate-200);text-align:center;z-index:10;width:18rem;padding-left:3rem;position:relative}.pricing-module__hk16OG__priceLabel{color:var(--slate-500);margin-bottom:.25rem;font-size:.875rem;font-weight:500}.pricing-module__hk16OG__priceValue{color:var(--amelcorp-blue);margin-bottom:.5rem;font-size:3.5rem;font-weight:700}.pricing-module__hk16OG__priceNote{color:var(--slate-400);margin-bottom:2rem;font-size:.75rem}.pricing-module__hk16OG__btnPrimary{background:var(--amelcorp-blue);width:100%;color:var(--white);text-align:center;border-radius:.5rem;padding:1rem;font-weight:700;transition:background .2s;display:block}.pricing-module__hk16OG__btnPrimary:hover{background:#004494}.pricing-module__hk16OG__secureNote{color:var(--slate-400);margin-top:1rem;font-size:.75rem}.pricing-module__hk16OG__tiersSection{background:var(--slate-50);padding:5rem 0}.pricing-module__hk16OG__tiersGrid{grid-template-columns:1fr 1fr;gap:2rem;display:grid}.pricing-module__hk16OG__tierCard{background:var(--white);border:1px solid var(--slate-200);border-radius:1.5rem;flex-direction:column;padding:2.5rem;transition:transform .3s,box-shadow .3s;display:flex;position:relative}.pricing-module__hk16OG__tierCard:hover{box-shadow:var(--shadow-lg);transform:translateY(-5px)}.pricing-module__hk16OG__topBar{border-radius:1.5rem 1.5rem 0 0;width:100%;height:4px;position:absolute;top:0;left:0}.pricing-module__hk16OG__barRed{background:var(--amelcorp-red)}.pricing-module__hk16OG__barBlue{background:var(--amelcorp-blue)}.pricing-module__hk16OG__popularTag{color:#1e40af;text-transform:uppercase;background:#dbeafe;border-radius:9999px;padding:.25rem .75rem;font-size:.7rem;font-weight:700;position:absolute;top:1.5rem;right:1.5rem}.pricing-module__hk16OG__tierHead{margin-bottom:1.5rem}.pricing-module__hk16OG__tierTitle{color:var(--slate-900);margin-bottom:.5rem;font-size:1.25rem;font-weight:700}.pricing-module__hk16OG__tierDesc{color:var(--slate-500);height:2.5rem;font-size:.875rem}.pricing-module__hk16OG__tierPriceBox{background:var(--slate-50);border:1px solid var(--slate-100);border-radius:.75rem;margin-bottom:2rem;padding:1.5rem}.pricing-module__hk16OG__priceRow{justify-content:space-between;align-items:baseline;display:flex}.pricing-module__hk16OG__priceRow:not(:last-child){border-bottom:1px solid var(--slate-200);margin-bottom:.75rem;padding-bottom:.75rem}.pricing-module__hk16OG__rowLabel{color:var(--slate-600);font-size:.875rem;font-weight:600}.pricing-module__hk16OG__rowVal{color:var(--slate-900);font-size:1.25rem;font-weight:700}.pricing-module__hk16OG__successVal{color:#059669}.pricing-module__hk16OG__subVal{color:var(--slate-500);font-size:.875rem;font-weight:400}.pricing-module__hk16OG__tierFeatures{flex-direction:column;flex:1;gap:1.25rem;margin-bottom:2.5rem;display:flex}.pricing-module__hk16OG__featItem{gap:.75rem;display:flex}.pricing-module__hk16OG__featIcon{margin-top:2px}.pricing-module__hk16OG__iconRed{color:var(--amelcorp-red)}.pricing-module__hk16OG__iconBlue{color:var(--amelcorp-blue)}.pricing-module__hk16OG__featTitle{color:var(--slate-800);margin-bottom:.125rem;font-size:.875rem;font-weight:700}.pricing-module__hk16OG__featDesc{color:var(--slate-500);font-size:.75rem}.pricing-module__hk16OG__btnOutline{border:2px solid var(--slate-200);width:100%;color:var(--slate-600);text-align:center;border-radius:.5rem;padding:.875rem;font-weight:700;transition:all .2s;display:block}.pricing-module__hk16OG__btnOutline:hover{border-color:var(--amelcorp-red);color:var(--amelcorp-red)}.pricing-module__hk16OG__addonsSection{background:var(--white);padding:6rem 0}.pricing-module__hk16OG__sectionHeaderCentered{text-align:center;margin-bottom:3rem}.pricing-module__hk16OG__addonsGrid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.pricing-module__hk16OG__addonCard{border:1px solid var(--slate-200);border-radius:1rem;padding:1.5rem;transition:border-color .2s}.pricing-module__hk16OG__addonCard:hover{border-color:var(--slate-300)}.pricing-module__hk16OG__addonHead{align-items:center;gap:.75rem;margin-bottom:1rem;display:flex}.pricing-module__hk16OG__addonIcon{border-radius:50%;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;display:flex}.pricing-module__hk16OG__purpleBox{color:#7c3aed;background:#f5f3ff}.pricing-module__hk16OG__orangeBox{color:#ea580c;background:#fffaf5}.pricing-module__hk16OG__blueBox{color:#2563eb;background:#eff6ff}.pricing-module__hk16OG__addonTitle{color:var(--slate-800);font-weight:700}.pricing-module__hk16OG__addonDesc{color:var(--slate-600);height:2.5rem;margin-bottom:1.5rem;font-size:.875rem}.pricing-module__hk16OG__addonPrice{color:var(--slate-900);font-size:1.125rem;font-weight:700}.pricing-module__hk16OG__perLabel{color:var(--slate-500);font-size:.75rem;font-weight:400}.pricing-module__hk16OG__logicSection{background:var(--slate-50);padding:6rem 0}.pricing-module__hk16OG__logicGrid{grid-template-columns:repeat(4,1fr);gap:2rem;max-width:1000px;margin:0 auto;display:grid}.pricing-module__hk16OG__factorItem{text-align:center}.pricing-module__hk16OG__factorIcon{width:4rem;height:4rem;color:var(--amelcorp-blue);background:#0056b31a;border-radius:50%;justify-content:center;align-items:center;margin:0 auto 1rem;font-size:1.5rem;display:flex}.pricing-module__hk16OG__factorName{color:var(--slate-800);justify-content:center;align-items:center;min-height:3rem;margin-bottom:.25rem;font-weight:700;display:flex}.pricing-module__hk16OG__factorDesc{color:var(--slate-600);min-height:2.5rem;font-size:.75rem}.pricing-module__hk16OG__ctaSection{background:linear-gradient(to right,var(--amelcorp-blue),#1e40af);text-align:center;color:var(--white);padding:6rem 0}.pricing-module__hk16OG__ctaGrid{justify-content:center;gap:1rem;margin-top:3rem;display:flex}.pricing-module__hk16OG__btnWhite{background:var(--white);color:var(--amelcorp-blue);border-radius:.5rem;align-items:center;gap:.75rem;padding:1rem 2rem;font-weight:700;transition:background .2s;display:flex}.pricing-module__hk16OG__btnWhite:hover{background:var(--slate-100)}.pricing-module__hk16OG__btnGhost{border:2px solid var(--white);color:var(--white);border-radius:.5rem;align-items:center;gap:.75rem;padding:1rem 2rem;font-weight:700;transition:background .2s;display:flex}.pricing-module__hk16OG__btnGhost:hover{background:#ffffff1a}@media (max-width:1024px){.pricing-module__hk16OG__strategyCard{flex-direction:column;gap:2rem}.pricing-module__hk16OG__cardRight{border-left:none;border-top:1px solid var(--slate-200);width:100%;padding-top:2rem;padding-left:0}.pricing-module__hk16OG__tiersGrid,.pricing-module__hk16OG__addonsGrid{grid-template-columns:1fr}.pricing-module__hk16OG__logicGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.pricing-module__hk16OG__ctaGrid{flex-direction:column;gap:1.5rem}.pricing-module__hk16OG__heroTitle{font-size:2.5rem}}
.audit-module__Ua29aG__auditPage{--amelcorp-blue:#0056b3;--amelcorp-red:#b30000;--amelcorp-dark:#0f172a;--amelcorp-light:#f8fafc;--amelcorp-gray:#64748b;--amelcorp-surface:#f1f5f9;--amelcorp-gold:#d97706;--amelcorp-amber:#f59e0b;font-family:var(--font-sans);color:var(--text-main);line-height:var(--line-height-base)}.audit-module__Ua29aG__hero{color:var(--white);background-color:#0000;background-image:linear-gradient(#0f172ae6,#0f172ab3),url(https://images.unsplash.com/photo-1581091226825-a6a2a5aee158?ixlib=rb-4.0.3&auto=format&fit=crop&w=1440&q=80);background-position:50%;background-repeat:repeat,repeat;background-size:cover;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;margin-top:5rem;padding:6rem 0}.audit-module__Ua29aG__heroContent{justify-content:space-between;align-items:center;gap:4rem;display:flex}.audit-module__Ua29aG__heroText{flex:2}.audit-module__Ua29aG__badge{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#f59e0b33;border:1px solid #f59e0b4d;border-radius:9999px;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.375rem 1rem;display:inline-flex}.audit-module__Ua29aG__badgeDot{background:var(--amelcorp-amber);border-radius:50%;width:.5rem;height:.5rem}.audit-module__Ua29aG__badgeText{text-transform:uppercase;letter-spacing:.1em;color:#fef3c7;font-size:.75rem;font-weight:700}.audit-module__Ua29aG__heroTitle{font-family:var(--font-serif);margin-bottom:1.5rem;font-size:3rem;font-weight:700;line-height:1.2}.audit-module__Ua29aG__heroTitleHighlight{color:var(--amelcorp-amber)}.audit-module__Ua29aG__heroDesc{color:#cbd5e1;max-width:40rem;margin-bottom:2rem;font-size:1.125rem;line-height:1.6}.audit-module__Ua29aG__btnPrimary{background-color:var(--amelcorp-red);color:var(--white);border-radius:.25rem;align-items:center;gap:.75rem;padding:1rem 2rem;font-weight:700;transition:transform .2s,background-color .2s;display:inline-flex;box-shadow:0 10px 15px -3px #0000001a}.audit-module__Ua29aG__btnPrimary:hover{background-color:#900;transform:translateY(-2px)}.audit-module__Ua29aG__impactCard{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffff1a;border:1px solid #fff3;border-radius:1rem;flex:1;padding:2.5rem}.audit-module__Ua29aG__impactTitle{border-bottom:1px solid #fff3;margin-bottom:1.5rem;padding-bottom:1rem;font-size:1.125rem;font-weight:700}.audit-module__Ua29aG__impactList{flex-direction:column;gap:1.5rem;display:flex}.audit-module__Ua29aG__impactItem{align-items:center;gap:1rem;display:flex}.audit-module__Ua29aG__impactIcon{border-radius:.5rem;justify-content:center;align-items:center;width:3rem;height:3rem;font-size:1.25rem;display:flex}.audit-module__Ua29aG__iconRed{color:#fca5a5;background:#ef444433}.audit-module__Ua29aG__iconBlue{color:#93c5fd;background:#3b82f633}.audit-module__Ua29aG__iconAmber{color:#fcd34d;background:#f59e0b33}.audit-module__Ua29aG__impactValue{font-size:1.5rem;font-weight:700}.audit-module__Ua29aG__impactLabel{color:#cbd5e1;font-size:.875rem}.audit-module__Ua29aG__mainWrapper{background:var(--white);padding:5rem 0}.audit-module__Ua29aG__contentGrid{grid-template-columns:2fr 1fr;gap:4rem;display:grid}.audit-module__Ua29aG__sectionTitle{font-family:var(--font-serif);color:#0f172a;margin-bottom:.5rem;font-size:1.875rem;font-weight:700}.audit-module__Ua29aG__titleUnderline{background:var(--amelcorp-blue);width:5rem;height:4px;margin-bottom:2rem}.audit-module__Ua29aG__sectionLead{color:var(--amelcorp-gray);margin-bottom:3rem;font-size:1.125rem;line-height:1.6}.audit-module__Ua29aG__featureGrid{grid-template-columns:1fr 1fr;gap:2.5rem;margin-bottom:4rem;display:grid}.audit-module__Ua29aG__featureItem{gap:1rem;display:flex}.audit-module__Ua29aG__featureIconCircle{width:3rem;height:3rem;color:var(--amelcorp-amber);background:#fffbeb;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:1.125rem;display:flex}.audit-module__Ua29aG__featureInfo h4{color:#0f172a;margin-bottom:.5rem;font-size:1.125rem;font-weight:700}.audit-module__Ua29aG__featureInfo p{color:var(--amelcorp-gray);font-size:.875rem;line-height:1.6}.audit-module__Ua29aG__phaseList{flex-direction:column;gap:1.5rem;margin-bottom:4rem;display:flex}.audit-module__Ua29aG__phaseCard{background:var(--white);border:1px solid #e2e8f0;border-radius:.75rem;padding:1.5rem;transition:border-color .2s,box-shadow .2s;display:flex}.audit-module__Ua29aG__phaseCard:hover{border-color:var(--amelcorp-blue);box-shadow:var(--shadow-sm)}.audit-module__Ua29aG__phaseCardActive{border-left:4px solid var(--amelcorp-blue);background:#f0f9ff;border-color:#bae6fd}.audit-module__Ua29aG__phaseIndicator{border-right:1px solid #f1f5f9;flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;width:5rem;margin-right:1.5rem;padding-right:1.5rem;display:flex}.audit-module__Ua29aG__phaseLabel{color:#94a3b8;text-transform:uppercase;margin-bottom:.25rem;font-size:10px;font-weight:700}.audit-module__Ua29aG__phaseNumber{color:var(--amelcorp-blue);font-size:1.5rem;font-weight:700}.audit-module__Ua29aG__phaseInfo h4{color:#0f172a;margin-bottom:.25rem;font-size:1.125rem;font-weight:700}.audit-module__Ua29aG__phaseInfo p{color:var(--amelcorp-gray);font-size:.875rem;line-height:1.5}.audit-module__Ua29aG__popularBadge{background:var(--white);color:#0369a1;border:1px solid #bae6fd;border-radius:9999px;margin-top:.75rem;padding:2px 8px;font-size:10px;font-weight:700;display:inline-block}.audit-module__Ua29aG__complianceBanner{background:#f8fafc;border:1px solid #e2e8f0;border-radius:1rem;gap:1.5rem;margin-bottom:4rem;padding:2rem;display:flex}.audit-module__Ua29aG__complianceIconBox{background:var(--white);width:3.5rem;height:3.5rem;color:var(--amelcorp-red);box-shadow:var(--shadow-sm);border:1px solid #f1f5f9;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:1.5rem;display:flex}.audit-module__Ua29aG__complianceTitle{font-family:var(--font-serif);color:#0f172a;margin-bottom:.5rem;font-size:1.25rem;font-weight:700}.audit-module__Ua29aG__complianceDesc{color:var(--amelcorp-gray);margin-bottom:1.5rem;font-size:.875rem;line-height:1.6}.audit-module__Ua29aG__complianceList{grid-template-columns:1fr 1fr;gap:.5rem;padding:0;list-style:none;display:grid}.audit-module__Ua29aG__complianceListItem{color:#334155;align-items:center;gap:.5rem;font-size:.875rem;font-weight:500;display:flex}.audit-module__Ua29aG__checkIcon{color:#22c55e}.audit-module__Ua29aG__deliverablesSection{margin-top:4rem}.audit-module__Ua29aG__deliverableGrid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.audit-module__Ua29aG__deliverableCard{text-align:center;border:1px solid #e2e8f0;border-radius:.75rem;padding:2rem 1.5rem;transition:box-shadow .2s}.audit-module__Ua29aG__deliverableCard:hover{box-shadow:var(--shadow-md)}.audit-module__Ua29aG__deliverableIcon{color:#64748b;background:#f8fafc;border-radius:50%;justify-content:center;align-items:center;width:3rem;height:3rem;margin:0 auto 1rem;font-size:1.25rem;display:flex}.audit-module__Ua29aG__deliverableTitle{color:#0f172a;margin-bottom:.5rem;font-weight:700}.audit-module__Ua29aG__deliverableDesc{color:var(--amelcorp-gray);font-size:.75rem;line-height:1.5}.audit-module__Ua29aG__sidebar{position:sticky;top:6rem}.audit-module__Ua29aG__pricingCard{color:var(--white);box-shadow:var(--shadow-xl);background:#0f172a;border-radius:1rem;margin-bottom:2rem;padding:2rem}.audit-module__Ua29aG__cardHeader{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.audit-module__Ua29aG__cardTitle{font-family:var(--font-serif);font-size:1.25rem;font-weight:700}.audit-module__Ua29aG__badgeOnDemand{background:var(--amelcorp-amber);color:#0f172a;border-radius:.25rem;padding:2px 8px;font-size:10px;font-weight:700}.audit-module__Ua29aG__cardDesc{color:#94a3b8;margin-bottom:1.5rem;font-size:.875rem;line-height:1.6}.audit-module__Ua29aG__feeBox{border-top:1px solid #1e293b;border-bottom:1px solid #1e293b;margin-bottom:1.5rem;padding:1.5rem 0}.audit-module__Ua29aG__feeRow{justify-content:space-between;align-items:center;margin-bottom:.25rem;display:flex}.audit-module__Ua29aG__feeLabel{color:#94a3b8;font-size:.875rem}.audit-module__Ua29aG__feeValue{font-size:1.25rem;font-weight:700}.audit-module__Ua29aG__feeSubtext{text-align:right;color:#475569;font-size:10px}.audit-module__Ua29aG__featureList{flex-direction:column;gap:.75rem;margin:0 0 1.5rem;padding:0;list-style:none;display:flex}.audit-module__Ua29aG__featureCheck{color:#cbd5e1;gap:.75rem;font-size:.875rem;display:flex}.audit-module__Ua29aG__checkIconGreen{color:#4ade80;margin-top:.125rem}.audit-module__Ua29aG__btnBook{background:var(--amelcorp-red);width:100%;color:var(--white);text-align:center;border-radius:.5rem;margin-bottom:.75rem;padding:1rem;font-weight:700;transition:background-color .2s;display:block}.audit-module__Ua29aG__btnBook:hover{background-color:#900}.audit-module__Ua29aG__linkNote{text-align:center;color:#475569;font-size:10px}.audit-module__Ua29aG__riskRealityCard{box-shadow:var(--shadow-sm);background:#fef2f2;border:1px solid #fee2e2;border-radius:.75rem;padding:1.5rem}.audit-module__Ua29aG__riskTag{color:#991b1b;text-transform:uppercase;letter-spacing:.05em;align-items:center;gap:.5rem;margin-bottom:.75rem;font-size:10px;font-weight:700;display:flex}.audit-module__Ua29aG__riskTitle{color:#0f172a;margin-bottom:.5rem;font-weight:700}.audit-module__Ua29aG__riskQuote{color:#4b5563;margin-bottom:1rem;font-size:.875rem;line-height:1.6}.audit-module__Ua29aG__riskStats{border-top:1px solid #fee2e2;justify-content:space-between;padding-top:1rem;display:flex}.audit-module__Ua29aG__statItem p:first-child{color:#94a3b8;font-size:10px}.audit-module__Ua29aG__statItem p:last-child{color:#991b1b;font-size:.875rem;font-weight:700}.audit-module__Ua29aG__statItemRight{text-align:right}.audit-module__Ua29aG__bottomCta{background:linear-gradient(135deg,var(--amelcorp-blue),#1e40af);border-top:1px solid #1e293b;padding:3rem 0}.audit-module__Ua29aG__ctaFlex{justify-content:space-between;align-items:center;display:flex}.audit-module__Ua29aG__ctaTitle{color:var(--white);margin-bottom:.5rem;font-size:1.5rem;font-weight:700}.audit-module__Ua29aG__ctaDesc{color:#94a3b8}.audit-module__Ua29aG__ctaButtons{gap:1rem;display:flex}.audit-module__Ua29aG__btnSecondary{color:var(--white);border:1px solid #475569;border-radius:.25rem;padding:.75rem 1.5rem;transition:background-color .2s}.audit-module__Ua29aG__btnSecondary:hover{background:#ffffff0d}.audit-module__Ua29aG__btnSmallRed{background-color:var(--amelcorp-red);color:var(--white);border-radius:.25rem;align-items:center;gap:.5rem;padding:.75rem 2rem;font-weight:700;display:inline-flex}.audit-module__Ua29aG__btnSmallRed:hover{background-color:#900}@media (max-width:1024px){.audit-module__Ua29aG__contentGrid{grid-template-columns:1fr}.audit-module__Ua29aG__sidebar{margin-top:3rem;position:static}}@media (max-width:768px){.audit-module__Ua29aG__heroTitle{font-size:2.25rem}.audit-module__Ua29aG__heroContent{text-align:center;flex-direction:column}.audit-module__Ua29aG__heroDesc{margin:0 auto 2rem}.audit-module__Ua29aG__featureGrid{grid-template-columns:1fr}.audit-module__Ua29aG__phaseIndicator{width:3rem;margin-right:1rem;padding-right:1rem}.audit-module__Ua29aG__complianceBanner{flex-direction:column}.audit-module__Ua29aG__complianceList,.audit-module__Ua29aG__deliverableGrid{grid-template-columns:1fr}.audit-module__Ua29aG__ctaFlex{text-align:center;flex-direction:column;gap:2rem}}
.access-module__ojSPIG__accessPage{--amelcorp-blue:#0056b3;--amelcorp-red:#b30000;--amelcorp-dark:#0f172a;--amelcorp-light:#f8fafc;--amelcorp-gray:#64748b;--amelcorp-surface:#f1f5f9;--amelcorp-emerald:#10b981;--amelcorp-emerald-light:#ecfdf5;font-family:var(--font-sans);color:var(--text-main);line-height:var(--line-height-base)}.access-module__ojSPIG__hero{color:var(--white);background-color:#0000;background-image:linear-gradient(#0f172ad9,#0f172ab3),url(https://images.unsplash.com/photo-1556740758-90de374c12ad?ixlib=rb-4.0.3&auto=format&fit=crop&w=1440&q=80);background-position:50%;background-repeat:repeat,repeat;background-size:cover;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;margin-top:5rem;padding:6rem 0}.access-module__ojSPIG__heroContent{justify-content:space-between;align-items:center;gap:4rem;display:flex}.access-module__ojSPIG__heroText{flex:2}.access-module__ojSPIG__badge{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#10b98133;border:1px solid #10b9814d;border-radius:9999px;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.375rem 1rem;display:inline-flex}.access-module__ojSPIG__badgeDot{background:var(--amelcorp-emerald);border-radius:50%;width:.5rem;height:.5rem}.access-module__ojSPIG__badgeText{text-transform:uppercase;letter-spacing:.1em;color:#d1fae5;font-size:.75rem;font-weight:700}.access-module__ojSPIG__heroTitle{font-family:var(--font-serif);margin-bottom:1.5rem;font-size:3rem;font-weight:700;line-height:1.2}.access-module__ojSPIG__heroTitleHighlight{color:#34d399}.access-module__ojSPIG__heroDesc{color:#cbd5e1;max-width:40rem;margin-bottom:2rem;font-size:1.125rem;line-height:1.6}.access-module__ojSPIG__heroActions{gap:1rem;display:flex}.access-module__ojSPIG__btnPrimary{background-color:var(--amelcorp-red);color:var(--white);border-radius:.25rem;align-items:center;gap:.75rem;padding:1rem 2rem;font-weight:700;transition:transform .2s,background-color .2s;display:inline-flex;box-shadow:0 10px 15px -3px #0000001a}.access-module__ojSPIG__btnPrimary:hover{background-color:#900;transform:translateY(-2px)}.access-module__ojSPIG__btnOutline{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:var(--white);background:#ffffff1a;border:1px solid #ffffff4d;border-radius:.25rem;padding:1rem 2rem;font-weight:600;transition:background-color .2s}.access-module__ojSPIG__btnOutline:hover{background:#fff3}.access-module__ojSPIG__impactCard{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffff1a;border:1px solid #fff3;border-radius:1rem;flex:1;padding:2.5rem}.access-module__ojSPIG__impactTitle{border-bottom:1px solid #fff3;margin-bottom:1.5rem;padding-bottom:1rem;font-size:1.125rem;font-weight:700}.access-module__ojSPIG__impactList{flex-direction:column;gap:1.5rem;display:flex}.access-module__ojSPIG__impactItem{align-items:center;gap:1rem;display:flex}.access-module__ojSPIG__impactIcon{border-radius:.5rem;justify-content:center;align-items:center;width:3rem;height:3rem;font-size:1.25rem;display:flex}.access-module__ojSPIG__iconEmerald{color:#6ee7b7;background:#10b98133}.access-module__ojSPIG__iconBlue{color:#93c5fd;background:#3b82f633}.access-module__ojSPIG__iconRed{color:#fca5a5;background:#ef444433}.access-module__ojSPIG__impactValue{font-size:1.5rem;font-weight:700}.access-module__ojSPIG__impactLabel{color:#cbd5e1;font-size:.875rem}.access-module__ojSPIG__mainWrapper{background:var(--white);padding:5rem 0}.access-module__ojSPIG__contentGrid{grid-template-columns:2fr 1fr;gap:4rem;display:grid}.access-module__ojSPIG__sectionTitle{font-family:var(--font-serif);color:#0f172a;margin-bottom:.5rem;font-size:1.875rem;font-weight:700}.access-module__ojSPIG__titleUnderline{background:var(--amelcorp-blue);width:5rem;height:4px;margin-bottom:2rem}.access-module__ojSPIG__sectionLead{color:var(--amelcorp-gray);margin-bottom:3rem;font-size:1.125rem;line-height:1.6}.access-module__ojSPIG__infoCallout{border-left:4px solid var(--amelcorp-blue);background:#f8fafc;border-radius:0 .75rem .75rem 0;margin-bottom:4rem;padding:2rem}.access-module__ojSPIG__infoTitle{font-family:var(--font-serif);color:#0f172a;margin-bottom:1rem;font-size:1.5rem;font-weight:700}.access-module__ojSPIG__infoText{color:var(--amelcorp-gray);margin-bottom:1.5rem;font-size:1.125rem;line-height:1.6}.access-module__ojSPIG__checkGrid{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.access-module__ojSPIG__checkItem{gap:.75rem;display:flex}.access-module__ojSPIG__iconX{color:#ef4444;margin-top:.25rem}.access-module__ojSPIG__iconCheck{color:#059669;margin-top:.25rem}.access-module__ojSPIG__checkText strong{color:#0f172a;font-size:.875rem;display:block}.access-module__ojSPIG__checkText span{color:#64748b;font-size:.75rem}.access-module__ojSPIG__categoryGrid{grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-bottom:4rem;display:grid}.access-module__ojSPIG__categoryCard{border:1px solid #e2e8f0;border-radius:.75rem;transition:box-shadow .3s,transform .3s;overflow:hidden}.access-module__ojSPIG__categoryCard:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}.access-module__ojSPIG__categoryImgBox{height:10rem;position:relative;overflow:hidden}.access-module__ojSPIG__categoryImg{object-fit:cover;width:100%;height:100%;transition:transform .5s}.access-module__ojSPIG__categoryCard:hover .access-module__ojSPIG__categoryImg{transform:scale(1.05)}.access-module__ojSPIG__imgOverlay{background:linear-gradient(#0000,#0f172ab3);position:absolute;inset:0}.access-module__ojSPIG__categoryName{color:var(--white);font-weight:700;position:absolute;bottom:.75rem;left:1rem}.access-module__ojSPIG__categoryContent{padding:1.25rem}.access-module__ojSPIG__categoryList{flex-direction:column;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.access-module__ojSPIG__categoryListItem{color:var(--amelcorp-gray);align-items:center;gap:.5rem;font-size:.875rem;display:flex}.access-module__ojSPIG__checkIconSmall{color:var(--amelcorp-emerald);font-size:.75rem}.access-module__ojSPIG__whiteLabelSection{margin-bottom:4rem}.access-module__ojSPIG__flexGroup{align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.access-module__ojSPIG__scalableBadge{color:#4338ca;text-transform:uppercase;letter-spacing:.05em;background:#e0e7ff;border-radius:9999px;padding:2px 10px;font-size:10px;font-weight:700}.access-module__ojSPIG__whiteLabelGrid{grid-template-columns:1fr 1fr;gap:2rem;display:grid}.access-module__ojSPIG__whiteLabelText{flex:1}.access-module__ojSPIG__featureListWL{flex-direction:column;gap:1rem;margin:1.5rem 0 0;padding:0;list-style:none;display:flex}.access-module__ojSPIG__featureItemWL{gap:1rem;display:flex}.access-module__ojSPIG__wlIconCircle{color:#4f46e5;background:#eef2ff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:2rem;height:2rem;font-size:.875rem;display:flex}.access-module__ojSPIG__wlInfo h4{color:#0f172a;margin-bottom:.25rem;font-size:1rem;font-weight:700}.access-module__ojSPIG__wlInfo p{color:#64748b;font-size:.875rem}.access-module__ojSPIG__processCard{background:#f8fafc;border:1px solid #e2e8f0;border-radius:.75rem;padding:1.5rem;position:relative}.access-module__ojSPIG__processBadge{background:var(--amelcorp-red);color:var(--white);box-shadow:var(--shadow-sm);border-radius:.25rem;padding:2px 10px;font-size:10px;font-weight:700;position:absolute;top:-.75rem;right:-.75rem}.access-module__ojSPIG__processTitle{color:#0f172a;margin-bottom:1rem;font-weight:700}.access-module__ojSPIG__stepList{flex-direction:column;gap:1.5rem;padding:0;display:flex;position:relative}.access-module__ojSPIG__stepLine{background:#e2e8f0;width:2px;position:absolute;top:.75rem;bottom:.75rem;left:.75rem}.access-module__ojSPIG__stepItem{align-items:center;gap:1.25rem;display:flex;position:relative}.access-module__ojSPIG__stepNumber{background:var(--white);border:2px solid var(--amelcorp-blue);width:1.5rem;height:1.5rem;color:var(--amelcorp-blue);z-index:10;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:10px;font-weight:700;display:flex}.access-module__ojSPIG__stepText{color:#334155;font-size:.875rem;font-weight:500}.access-module__ojSPIG__faqSection{background:#f8fafc;padding:5rem 0 2rem}.access-module__ojSPIG__faqContainer{max-width:50rem;margin:0 auto}.access-module__ojSPIG__faqTitle{font-family:var(--font-serif);color:#0f172a;text-align:center;margin-bottom:.5rem;font-size:1.875rem;font-weight:700}.access-module__ojSPIG__faqUnderline{background:var(--amelcorp-blue);width:5rem;height:4px;margin:0 auto 3rem}.access-module__ojSPIG__faqList{flex-direction:column;gap:1rem;display:flex}.access-module__ojSPIG__faqItem{background:var(--white);border:1px solid #e2e8f0;border-radius:.75rem;padding:1.5rem}.access-module__ojSPIG__faqQuestion{color:#0f172a;margin-bottom:.5rem;font-weight:700}.access-module__ojSPIG__faqAnswer{color:var(--amelcorp-gray);font-size:.875rem;line-height:1.6}.access-module__ojSPIG__sidebar{position:sticky;top:6rem}.access-module__ojSPIG__pricingCard{color:var(--white);box-shadow:var(--shadow-xl);background:#0f172a;border-radius:1rem;margin-bottom:2rem;padding:2rem}.access-module__ojSPIG__cardHeader{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.access-module__ojSPIG__cardTitle{font-family:var(--font-serif);font-size:1.25rem;font-weight:700}.access-module__ojSPIG__badgePremium{background:var(--amelcorp-emerald);color:#0f172a;border-radius:.25rem;padding:2px 8px;font-size:10px;font-weight:700}.access-module__ojSPIG__cardDesc{color:#94a3b8;margin-bottom:1.5rem;font-size:.875rem;line-height:1.6}.access-module__ojSPIG__feeBox{border-top:1px solid #1e293b;border-bottom:1px solid #1e293b;margin-bottom:1.5rem;padding:1.5rem 0}.access-module__ojSPIG__feeRow{justify-content:space-between;align-items:center;margin-bottom:.25rem;display:flex}.access-module__ojSPIG__feeLabel{color:#94a3b8;font-size:.875rem}.access-module__ojSPIG__feeValue{font-size:1.5rem;font-weight:700}.access-module__ojSPIG__feeSubtext{text-align:right;color:#475569;font-size:10px}.access-module__ojSPIG__featureList{flex-direction:column;gap:.75rem;margin:0 0 1.5rem;padding:0;list-style:none;display:flex}.access-module__ojSPIG__featureCheck{color:#cbd5e1;gap:.75rem;font-size:.875rem;display:flex}.access-module__ojSPIG__checkIconGreen{color:var(--amelcorp-emerald);margin-top:.125rem}.access-module__ojSPIG__btnBook{background:var(--amelcorp-red);width:100%;color:var(--white);text-align:center;border-radius:.5rem;margin-bottom:1rem;padding:1rem;font-weight:700;transition:background-color .2s;display:block}.access-module__ojSPIG__btnBook:hover{background-color:#900}.access-module__ojSPIG__cardLink{text-align:center}.access-module__ojSPIG__textLink{color:#94a3b8;text-underline-offset:4px;font-size:12px;-webkit-text-decoration:underline #334155;text-decoration:underline #334155;transition:color .2s}.access-module__ojSPIG__textLink:hover{color:var(--white)}.access-module__ojSPIG__testimonialCard{background:var(--white);border:1px solid #e2e8f0;border-radius:.75rem;padding:1.5rem}.access-module__ojSPIG__clientInfo{align-items:center;gap:.75rem;margin-bottom:1rem;display:flex}.access-module__ojSPIG__clientAvatar{background:#f1f5f9;border-radius:50%;width:2.5rem;height:2.5rem;overflow:hidden}.access-module__ojSPIG__avatarImg{object-fit:cover;width:100%;height:100%}.access-module__ojSPIG__clientMeta h4{color:#0f172a;font-size:.875rem;font-weight:700}.access-module__ojSPIG__clientMeta p{color:#64748b;font-size:.75rem}.access-module__ojSPIG__stars{color:#fbbf24;gap:2px;margin-bottom:.75rem;font-size:10px;display:flex}.access-module__ojSPIG__quote{color:#4b5563;margin-bottom:1rem;font-size:.875rem;font-style:italic;line-height:1.6}.access-module__ojSPIG__date{color:#94a3b8;align-items:center;gap:.25rem;font-size:10px;display:flex}.access-module__ojSPIG__finalCta{background:linear-gradient(135deg,var(--amelcorp-blue),#1e40af);text-align:center;color:var(--white);padding:5rem 0}.access-module__ojSPIG__ctaTitle{font-family:var(--font-serif);margin-bottom:1.5rem;font-size:2.25rem;font-weight:700}.access-module__ojSPIG__ctaDesc{color:#94a3b8;max-width:40rem;margin:0 auto 2.5rem;font-size:1.125rem}.access-module__ojSPIG__ctaActions{justify-content:center;gap:1rem;display:flex}.access-module__ojSPIG__btnLargeRed{background-color:var(--amelcorp-red);color:var(--white);box-shadow:var(--shadow-lg);border-radius:.5rem;align-items:center;gap:.75rem;padding:1rem 2.5rem;font-weight:700;display:inline-flex}.access-module__ojSPIG__btnLargeRed:hover{background-color:#900}@media (max-width:1024px){.access-module__ojSPIG__contentGrid{grid-template-columns:1fr}.access-module__ojSPIG__sidebar{margin-top:3rem;position:static}}@media (max-width:768px){.access-module__ojSPIG__heroTitle{font-size:2.25rem}.access-module__ojSPIG__heroContent{text-align:center;flex-direction:column}.access-module__ojSPIG__heroDesc{margin:0 auto 2rem}.access-module__ojSPIG__heroActions{justify-content:center}.access-module__ojSPIG__checkGrid,.access-module__ojSPIG__categoryGrid,.access-module__ojSPIG__whiteLabelGrid{grid-template-columns:1fr}.access-module__ojSPIG__ctaActions{flex-direction:column;align-items:center}}
.retainer-module__POoZHW__retainerPage{--amelcorp-blue:#0056b3;--amelcorp-red:#b30000;--amelcorp-dark:#0f172a;--amelcorp-light:#f8fafc;--amelcorp-gray:#64748b;--amelcorp-surface:#f1f5f9;--amelcorp-gold:#d97706;font-family:var(--font-sans);color:var(--text-main);line-height:var(--line-height-base)}.retainer-module__POoZHW__hero{color:var(--white);background-color:#0000;background-image:linear-gradient(#0f172ae6,#0f172acc),url(https://images.unsplash.com/photo-1494412574643-35d324698420?ixlib=rb-4.0.3&auto=format&fit=crop&w=1440&q=80);background-position:50%;background-repeat:repeat,repeat;background-size:cover;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;margin-top:5rem;padding:6rem 0}.retainer-module__POoZHW__heroContent{justify-content:space-between;align-items:center;gap:4rem;display:flex}.retainer-module__POoZHW__heroText{flex:2}.retainer-module__POoZHW__badge{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#10b98133;border:1px solid #10b9814d;border-radius:9999px;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.375rem 1rem;display:inline-flex}.retainer-module__POoZHW__badgeDot{background:#10b981;border-radius:50%;width:.5rem;height:.5rem}.retainer-module__POoZHW__badgeText{text-transform:uppercase;letter-spacing:.1em;color:#d1fae5;font-size:.75rem;font-weight:700}.retainer-module__POoZHW__heroTitle{font-family:var(--font-serif);margin-bottom:1.5rem;font-size:3rem;font-weight:700;line-height:1.2}.retainer-module__POoZHW__heroTitleHighlight{color:#bfdbfe}.retainer-module__POoZHW__heroDesc{color:#cbd5e1;max-width:40rem;margin-bottom:2rem;font-size:1.125rem;line-height:1.6}.retainer-module__POoZHW__btnPrimary{background-color:var(--amelcorp-red);color:var(--white);border-radius:.25rem;align-items:center;gap:.75rem;padding:1rem 2rem;font-weight:700;transition:transform .2s,background-color .2s;display:inline-flex;box-shadow:0 10px 15px -3px #0000001a}.retainer-module__POoZHW__btnPrimary:hover{background-color:#900;transform:translateY(-2px)}.retainer-module__POoZHW__benefitsCard{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffff1a;border:1px solid #fff3;border-radius:1rem;flex:1;padding:2.5rem}.retainer-module__POoZHW__benefitsTitle{border-bottom:1px solid #fff3;margin-bottom:1.5rem;padding-bottom:1rem;font-size:1.125rem;font-weight:700}.retainer-module__POoZHW__benefitsList{flex-direction:column;gap:1.5rem;display:flex}.retainer-module__POoZHW__benefitItem{align-items:center;gap:1rem;display:flex}.retainer-module__POoZHW__benefitIcon{border-radius:.5rem;justify-content:center;align-items:center;width:3rem;height:3rem;font-size:1.25rem;display:flex}.retainer-module__POoZHW__iconBlue{color:#93c5fd;background:#3b82f633}.retainer-module__POoZHW__iconGreen{color:#86efac;background:#22c55e33}.retainer-module__POoZHW__iconPurple{color:#d8b4fe;background:#a855f733}.retainer-module__POoZHW__benefitValue{font-size:1.5rem;font-weight:700}.retainer-module__POoZHW__benefitLabel{color:#cbd5e1;font-size:.875rem}.retainer-module__POoZHW__mainWrapper{background:var(--white);padding:5rem 0}.retainer-module__POoZHW__contentGrid{grid-template-columns:2fr 1fr;gap:4rem;display:grid}.retainer-module__POoZHW__sectionTitle{font-family:var(--font-serif);color:#0f172a;margin-bottom:.5rem;font-size:1.875rem;font-weight:700}.retainer-module__POoZHW__titleUnderline{background:var(--amelcorp-blue);width:5rem;height:4px;margin-bottom:2rem}.retainer-module__POoZHW__sectionLead{color:var(--amelcorp-gray);margin-bottom:3rem;font-size:1.125rem;line-height:1.6}.retainer-module__POoZHW__featureGrid{gap:x-8;grid-template-columns:1fr 1fr;gap:2.5rem 2rem;margin-bottom:4rem;display:grid}.retainer-module__POoZHW__featureItemDetailed{gap:1rem;display:flex}.retainer-module__POoZHW__featureIconCircle{width:3rem;height:3rem;color:var(--amelcorp-blue);background:#eff6ff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:1.125rem;display:flex}.retainer-module__POoZHW__featureInfoDetailed h4{color:#0f172a;margin-bottom:.5rem;font-size:1.125rem;font-weight:700}.retainer-module__POoZHW__featureInfoDetailed p{color:var(--amelcorp-gray);font-size:.875rem;line-height:1.6}.retainer-module__POoZHW__engagementBanner{background:var(--amelcorp-surface);border:1px solid #e2e8f0;border-radius:1rem;justify-content:space-between;align-items:center;gap:2rem;margin-bottom:4rem;padding:2rem;display:flex}.retainer-module__POoZHW__engagementText{flex:2}.retainer-module__POoZHW__engagementTitle{font-family:var(--font-serif);color:#0f172a;margin-bottom:.5rem;font-size:1.25rem;font-weight:700}.retainer-module__POoZHW__engagementDesc{color:var(--amelcorp-gray);margin-bottom:1.5rem;font-size:.875rem}.retainer-module__POoZHW__engagementDetails{gap:1.5rem;display:flex}.retainer-module__POoZHW__detailItem{align-items:center;gap:.5rem;display:flex}.retainer-module__POoZHW__detailIcon{color:var(--amelcorp-blue)}.retainer-module__POoZHW__detailLabel{color:#1e293b;font-size:.875rem;font-weight:600}.retainer-module__POoZHW__engagementPricing{text-align:right;flex:1}.retainer-module__POoZHW__priceLabel{color:#64748b;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.25rem;font-size:.875rem;font-weight:700}.retainer-module__POoZHW__priceMain{color:var(--amelcorp-blue);font-size:1.875rem;font-weight:700}.retainer-module__POoZHW__priceUnit{color:#94a3b8;font-size:1rem;font-weight:400}.retainer-module__POoZHW__priceNote{color:#94a3b8;margin-top:.25rem;font-size:.75rem}.retainer-module__POoZHW__whoNeedsSection{margin-top:4rem}.retainer-module__POoZHW__audienceGrid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.retainer-module__POoZHW__audienceCard{border:1px solid #e2e8f0;border-radius:.75rem;padding:1.5rem;transition:box-shadow .2s}.retainer-module__POoZHW__audienceCard:hover{box-shadow:var(--shadow-md)}.retainer-module__POoZHW__audienceIcon{color:#64748b;background:#f8fafc;border-radius:.5rem;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;margin-bottom:1rem;font-size:1.125rem;display:flex}.retainer-module__POoZHW__audienceTitle{color:#0f172a;margin-bottom:.5rem;font-weight:700}.retainer-module__POoZHW__audienceDesc{color:var(--amelcorp-gray);font-size:.75rem;line-height:1.5}.retainer-module__POoZHW__sidebar{position:sticky;top:6rem}.retainer-module__POoZHW__pricingCard{color:var(--white);box-shadow:var(--shadow-xl);background:#0f172a;border-radius:1rem;margin-bottom:2rem;padding:2rem}.retainer-module__POoZHW__cardHeader{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.retainer-module__POoZHW__cardTitle{font-family:var(--font-serif);font-size:1.25rem;font-weight:700}.retainer-module__POoZHW__popularBadge{background:var(--amelcorp-blue);border-radius:.25rem;padding:2px 8px;font-size:.625rem;font-weight:700}.retainer-module__POoZHW__cardDesc{color:#94a3b8;margin-bottom:1.5rem;font-size:.875rem;line-height:1.6}.retainer-module__POoZHW__feeBox{border-top:1px solid #1e293b;border-bottom:1px solid #1e293b;margin-bottom:1.5rem;padding:1.5rem 0}.retainer-module__POoZHW__feeRow{justify-content:space-between;align-items:center;margin-bottom:.25rem;display:flex}.retainer-module__POoZHW__feeLabel{color:#94a3b8;font-size:.875rem}.retainer-module__POoZHW__feeValue{font-size:1.25rem;font-weight:700}.retainer-module__POoZHW__feeSubtext{text-align:right;color:#475569;font-size:10px}.retainer-module__POoZHW__featureList{flex-direction:column;gap:.75rem;margin:0 0 1.5rem;padding:0;list-style:none;display:flex}.retainer-module__POoZHW__featureCheck{color:#cbd5e1;gap:.75rem;font-size:.875rem;display:flex}.retainer-module__POoZHW__checkIconGreen{color:#4ade80;margin-top:.125rem}.retainer-module__POoZHW__btnBook{background:var(--amelcorp-red);width:100%;color:var(--white);text-align:center;border-radius:.5rem;margin-bottom:.75rem;padding:1rem;font-weight:700;transition:background-color .2s;display:block}.retainer-module__POoZHW__btnBook:hover{background-color:#900}.retainer-module__POoZHW__linkNote{text-align:center;color:#475569;font-size:10px}.retainer-module__POoZHW__caseStudyCard{background:var(--white);box-shadow:var(--shadow-sm);border:1px solid #f1f5f9;border-radius:.75rem;padding:1.5rem}.retainer-module__POoZHW__caseTag{color:var(--amelcorp-blue);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem;font-size:.625rem;font-weight:700;display:block}.retainer-module__POoZHW__caseTitle{color:#0f172a;margin-bottom:.5rem;font-weight:700}.retainer-module__POoZHW__caseQuote{color:var(--amelcorp-gray);margin-bottom:1rem;font-size:.875rem;line-height:1.6}.retainer-module__POoZHW__caseStats{border-top:1px solid #f1f5f9;justify-content:space-between;padding-top:1rem;display:flex}.retainer-module__POoZHW__statItem p:first-child{color:#64748b;font-size:10px}.retainer-module__POoZHW__statItem p:last-child{font-size:.875rem;font-weight:700}.retainer-module__POoZHW__statItemRight{text-align:right}.retainer-module__POoZHW__savingsValue{color:#16a34a}.retainer-module__POoZHW__bottomCta{background:linear-gradient(135deg,var(--amelcorp-blue),#1e40af);border-top:1px solid #1e293b;padding:3rem 0}.retainer-module__POoZHW__ctaFlex{justify-content:space-between;align-items:center;display:flex}.retainer-module__POoZHW__ctaTitle{color:var(--white);margin-bottom:.5rem;font-size:1.5rem;font-weight:700}.retainer-module__POoZHW__ctaDesc{color:#94a3b8}.retainer-module__POoZHW__ctaButtons{gap:1rem;display:flex}.retainer-module__POoZHW__btnSecondary{color:var(--white);border:1px solid #475569;border-radius:.25rem;padding:.75rem 1.5rem;transition:background-color .2s}.retainer-module__POoZHW__btnSecondary:hover{background:#ffffff0d}.retainer-module__POoZHW__btnSmallRed{background-color:var(--amelcorp-red);color:var(--white);border-radius:.25rem;align-items:center;gap:.5rem;padding:.75rem 2rem;font-weight:700;display:inline-flex}.retainer-module__POoZHW__btnSmallRed:hover{background-color:#900}@media (max-width:1024px){.retainer-module__POoZHW__contentGrid{grid-template-columns:1fr}.retainer-module__POoZHW__sidebar{margin-top:3rem;position:static}}@media (max-width:768px){.retainer-module__POoZHW__heroTitle{font-size:2.25rem}.retainer-module__POoZHW__heroContent{text-align:center;flex-direction:column}.retainer-module__POoZHW__heroDesc{margin:0 auto 2rem}.retainer-module__POoZHW__featureGrid{grid-template-columns:1fr}.retainer-module__POoZHW__engagementBanner{text-align:center;flex-direction:column}.retainer-module__POoZHW__engagementDetails{flex-wrap:wrap;justify-content:center}.retainer-module__POoZHW__engagementPricing{text-align:center}.retainer-module__POoZHW__audienceGrid{grid-template-columns:1fr}.retainer-module__POoZHW__ctaFlex{text-align:center;flex-direction:column;gap:2rem}}
.sourcing-module__bKDIbG__sourcingPage{--amelcorp-blue:#0056b3;--amelcorp-red:#b30000;--amelcorp-dark:#0f172a;--amelcorp-light:#f8fafc;--amelcorp-gray:#64748b;--amelcorp-surface:#f1f5f9;--amelcorp-gold:#d97706;font-family:var(--font-sans);color:var(--text-main);line-height:var(--line-height-base)}.sourcing-module__bKDIbG__hero{color:var(--white);background-color:#0000;background-image:linear-gradient(#0f172ae6,#0f172ab3),url(https://images.unsplash.com/photo-1565514020176-dbf2277e3833?ixlib=rb-4.0.3&auto=format&fit=crop&w=1440&q=80);background-position:50%;background-repeat:repeat,repeat;background-size:cover;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;margin-top:5rem;padding:6rem 0}.sourcing-module__bKDIbG__heroContent{justify-content:space-between;align-items:center;gap:4rem;display:flex}.sourcing-module__bKDIbG__heroText{flex:2}.sourcing-module__bKDIbG__badge{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0056b333;border:1px solid #0056b34d;border-radius:9999px;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.375rem 1rem;display:inline-flex}.sourcing-module__bKDIbG__badgeDot{background:var(--amelcorp-blue);border-radius:50%;width:.5rem;height:.5rem}.sourcing-module__bKDIbG__badgeText{text-transform:uppercase;letter-spacing:.1em;color:#dbeafe;font-size:.75rem;font-weight:700}.sourcing-module__bKDIbG__heroTitle{font-family:var(--font-serif);margin-bottom:1.5rem;font-size:3rem;font-weight:700;line-height:1.2}.sourcing-module__bKDIbG__heroTitleHighlight{color:#bfdbfe}.sourcing-module__bKDIbG__heroDesc{color:#cbd5e1;max-width:40rem;margin-bottom:2rem;font-size:1.125rem;line-height:1.6}.sourcing-module__bKDIbG__heroActions{align-items:center;gap:1.5rem;display:flex}.sourcing-module__bKDIbG__btnPrimary{background-color:var(--amelcorp-red);color:var(--white);border-radius:.25rem;align-items:center;gap:.75rem;padding:1rem 2rem;font-weight:700;transition:transform .2s,background-color .2s;display:inline-flex;box-shadow:0 10px 15px -3px #0000001a}.sourcing-module__bKDIbG__btnPrimary:hover{background-color:#900;transform:translateY(-2px)}.sourcing-module__bKDIbG__verifiedInfo{color:#94a3b8;align-items:center;gap:.5rem;font-size:.875rem;display:flex}.sourcing-module__bKDIbG__impactCard{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffff1a;border:1px solid #fff3;border-radius:1rem;flex:1;padding:2rem}.sourcing-module__bKDIbG__impactTitle{border-bottom:1px solid #fff3;margin-bottom:1.5rem;padding-bottom:1rem;font-size:1.125rem;font-weight:700}.sourcing-module__bKDIbG__impactList{flex-direction:column;gap:1.5rem;display:flex}.sourcing-module__bKDIbG__impactItem{align-items:center;gap:1rem;display:flex}.sourcing-module__bKDIbG__impactIcon{border-radius:.5rem;justify-content:center;align-items:center;width:3rem;height:3rem;font-size:1.25rem;display:flex}.sourcing-module__bKDIbG__iconBlue{color:#93c5fd;background:#3b82f633}.sourcing-module__bKDIbG__iconGreen{color:#86efac;background:#22c55e33}.sourcing-module__bKDIbG__iconPurple{color:#d8b4fe;background:#a855f733}.sourcing-module__bKDIbG__impactValue{font-size:1.5rem;font-weight:700}.sourcing-module__bKDIbG__impactLabel{color:#cbd5e1;font-size:.875rem}.sourcing-module__bKDIbG__mainWrapper{background:var(--white);padding:5rem 0}.sourcing-module__bKDIbG__contentGrid{grid-template-columns:2fr 1fr;gap:4rem;display:grid}.sourcing-module__bKDIbG__sectionTitle{font-family:var(--font-serif);color:#0f172a;margin-bottom:.5rem;font-size:1.875rem;font-weight:700}.sourcing-module__bKDIbG__titleUnderline{background:var(--amelcorp-blue);width:5rem;height:4px;margin-bottom:2rem}.sourcing-module__bKDIbG__sectionLead{color:var(--amelcorp-gray);margin-bottom:2rem;font-size:1.125rem;line-height:1.6}.sourcing-module__bKDIbG__cardGrid{grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:4rem;display:grid}.sourcing-module__bKDIbG__benefitCard{background:var(--amelcorp-surface);border:1px solid #e2e8f0;border-radius:.75rem;padding:1.5rem}.sourcing-module__bKDIbG__benefitIcon{background:var(--white);width:2.5rem;height:2.5rem;color:var(--amelcorp-blue);border-radius:.5rem;justify-content:center;align-items:center;margin-bottom:1rem;display:flex;box-shadow:0 1px 3px #0000001a}.sourcing-module__bKDIbG__benefitTitle{color:#0f172a;margin-bottom:.5rem;font-weight:700}.sourcing-module__bKDIbG__benefitDesc{color:var(--amelcorp-gray);font-size:.875rem;line-height:1.5}.sourcing-module__bKDIbG__processSteps{justify-content:space-between;margin-top:3rem;display:flex;position:relative}.sourcing-module__bKDIbG__stepConnector{text-align:center;flex:1;position:relative}.sourcing-module__bKDIbG__stepConnector:after{content:"";z-index:0;background:#e2e8f0;width:100%;height:2px;position:absolute;top:1.5rem;left:50%}.sourcing-module__bKDIbG__stepConnector:last-child:after{display:none}.sourcing-module__bKDIbG__stepNumber{background:var(--white);border:2px solid var(--amelcorp-blue);width:3rem;height:3rem;color:var(--amelcorp-blue);z-index:1;box-shadow:var(--shadow-sm);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 1rem;font-size:1.25rem;font-weight:700;display:flex;position:relative}.sourcing-module__bKDIbG__stepActive{background:var(--amelcorp-blue);color:var(--white);box-shadow:var(--shadow-md)}.sourcing-module__bKDIbG__stepFinal{background:var(--amelcorp-gold);border-color:var(--amelcorp-gold);color:var(--white);box-shadow:var(--shadow-md)}.sourcing-module__bKDIbG__stepInfo{padding:0 1rem}.sourcing-module__bKDIbG__stepTitle{color:#0f172a;margin-bottom:.5rem;font-size:1rem;font-weight:700}.sourcing-module__bKDIbG__stepDesc{color:var(--amelcorp-gray);font-size:.75rem;line-height:1.4}.sourcing-module__bKDIbG__risksSection{margin-top:4rem}.sourcing-module__bKDIbG__titleUnderlineRed{background:var(--amelcorp-red);width:5rem;height:4px;margin-bottom:2rem}.sourcing-module__bKDIbG__riskList{flex-direction:column;gap:1rem;display:flex}.sourcing-module__bKDIbG__riskItem{background:#fef2f2;border:1px solid #fee2e2;border-radius:.5rem;gap:1rem;padding:1rem;display:flex}.sourcing-module__bKDIbG__riskIcon{color:var(--amelcorp-red);margin-top:.25rem}.sourcing-module__bKDIbG__riskTitle{color:#0f172a;font-size:.875rem;font-weight:700}.sourcing-module__bKDIbG__riskDesc{color:var(--amelcorp-gray);margin-top:.25rem;font-size:.875rem}.sourcing-module__bKDIbG__sidebar{position:sticky;top:6rem}.sourcing-module__bKDIbG__priceCard{background:#f8fafc;border:1px solid #e2e8f0;border-radius:1rem;margin-bottom:2rem;padding:2rem}.sourcing-module__bKDIbG__sidebarTitle{font-family:var(--font-serif);margin-bottom:1.5rem;font-size:1.125rem;font-weight:700}.sourcing-module__bKDIbG__idealList{flex-direction:column;gap:1.5rem;margin-bottom:2rem;display:flex}.sourcing-module__bKDIbG__idealItem{gap:.75rem;display:flex}.sourcing-module__bKDIbG__checkCircle{color:#16a34a;background:#dcfce7;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:1.25rem;height:1.25rem;margin-top:.125rem;font-size:.75rem;display:flex}.sourcing-module__bKDIbG__idealInfo p:first-child{color:#1e293b;font-size:.875rem;font-weight:600}.sourcing-module__bKDIbG__idealInfo p:last-child{color:#64748b;margin-top:.25rem;font-size:.75rem}.sourcing-module__bKDIbG__pricingModel{border-top:1px solid #e2e8f0;padding-top:1.5rem}.sourcing-module__bKDIbG__pricingTitle{margin-bottom:.5rem;font-size:.875rem;font-weight:700}.sourcing-module__bKDIbG__pricingDesc{color:var(--amelcorp-gray);margin-bottom:1rem;font-size:.875rem}.sourcing-module__bKDIbG__pricingFees{margin:0 0 1.5rem;padding:0;list-style:none}.sourcing-module__bKDIbG__feeItem{justify-content:space-between;margin-bottom:.5rem;font-size:.875rem;display:flex}.sourcing-module__bKDIbG__feeLabel{color:#64748b}.sourcing-module__bKDIbG__feeValue{color:#1e293b;font-weight:600}.sourcing-module__bKDIbG__btnBook{background-color:var(--amelcorp-blue);width:100%;color:var(--white);text-align:center;border-radius:.5rem;margin-bottom:.75rem;padding:1rem;font-weight:700;transition:background-color .2s;display:block}.sourcing-module__bKDIbG__btnBook:hover{background-color:#004494}.sourcing-module__bKDIbG__feeNote{color:#94a3b8;text-align:center;font-size:.625rem}.sourcing-module__bKDIbG__testimonialCard{background:var(--white);box-shadow:var(--shadow-sm);border:1px solid #f1f5f9;border-radius:.75rem;padding:1.5rem}.sourcing-module__bKDIbG__stars{color:var(--amelcorp-gold);margin-bottom:.75rem;font-size:.75rem}.sourcing-module__bKDIbG__quote{color:var(--amelcorp-gray);margin-bottom:1rem;font-size:.875rem;font-style:italic}.sourcing-module__bKDIbG__author{align-items:center;gap:.75rem;display:flex}.sourcing-module__bKDIbG__avatar{object-fit:cover;border-radius:50%;width:2rem;height:2rem}.sourcing-module__bKDIbG__authorName{color:#0f172a;font-size:.75rem;font-weight:700}.sourcing-module__bKDIbG__authorRole{color:#94a3b8;font-size:.625rem}.sourcing-module__bKDIbG__bottomCta{background:linear-gradient(135deg,var(--amelcorp-blue),#1e40af);padding:3rem 0}.sourcing-module__bKDIbG__ctaFlex{justify-content:space-between;align-items:center;display:flex}.sourcing-module__bKDIbG__ctaTitle{color:var(--white);margin-bottom:.5rem;font-size:1.5rem;font-weight:700}.sourcing-module__bKDIbG__ctaDesc{color:#94a3b8}.sourcing-module__bKDIbG__ctaButtons{gap:1rem;display:flex}.sourcing-module__bKDIbG__btnSecondary{color:var(--white);border:1px solid #475569;border-radius:.25rem;padding:.75rem 1.5rem;transition:background-color .2s}.sourcing-module__bKDIbG__btnSecondary:hover{background:#ffffff0d}.sourcing-module__bKDIbG__btnSmallRed{background-color:var(--amelcorp-red);color:var(--white);border-radius:.25rem;align-items:center;gap:.5rem;padding:.75rem 2rem;font-weight:700;display:inline-flex}.sourcing-module__bKDIbG__btnSmallRed:hover{background-color:#900}@media (max-width:1024px){.sourcing-module__bKDIbG__contentGrid{grid-template-columns:1fr}.sourcing-module__bKDIbG__sidebar{margin-top:3rem;position:static}}@media (max-width:768px){.sourcing-module__bKDIbG__heroContent{text-align:center;flex-direction:column}.sourcing-module__bKDIbG__heroDesc{margin:0 auto 2rem}.sourcing-module__bKDIbG__heroActions{justify-content:center}.sourcing-module__bKDIbG__cardGrid{grid-template-columns:1fr}.sourcing-module__bKDIbG__processSteps{flex-direction:column;gap:2rem}.sourcing-module__bKDIbG__stepConnector:after{display:none}.sourcing-module__bKDIbG__ctaFlex{text-align:center;flex-direction:column;gap:2rem}}
