:root{--color-primary-dark:#253c59;--color-primary-main:#2d4b73;--color-primary-light:#99b4bf;--color-accent-main:#d9b70d;--color-accent-dark:#bf8d30;--color-white:#fff;--color-black:#000;--color-gray-50:#f9fafb;--color-gray-100:#f3f4f6;--color-gray-200:#e5e7eb;--color-gray-300:#d1d5db;--color-gray-400:#9ca3af;--color-gray-500:#6b7280;--color-gray-600:#4b5563;--color-gray-700:#374151;--color-gray-800:#1f2937;--color-gray-900:#111827;--color-success-light:#f0fdf4;--color-success-main:#16a34a;--color-success-dark:#15803d;--color-success-border:#bbf7d0;--color-info-main:#2563eb;--color-info-dark:#1d4ed8;--color-nav-bg:rgba(255,255,255,.95);--color-nav-border:rgba(153,180,191,.15);--color-nav-shadow:rgba(45,75,115,.08);--color-primary-alpha-light:rgba(45,75,115,.05);--color-primary-alpha-medium:rgba(45,75,115,.1);--color-primary-alpha-strong:rgba(45,75,115,.2);--color-accent-alpha-light:rgba(217,183,13,.08);--color-accent-alpha-medium:rgba(217,183,13,.1);--color-accent-alpha-strong:rgba(217,183,13,.3);--color-neutral-alpha:rgba(153,180,191,.1);--color-neutral-alpha-strong:rgba(153,180,191,.2);--color-shadow-light:rgba(0,0,0,.05);--color-shadow-medium:rgba(45,75,115,.15);--color-shadow-strong:rgba(45,75,115,.25);--color-shadow-strongest:rgba(45,75,115,.4);--gradient-brand-primary:linear-gradient(135deg,var(--color-primary-dark)0%,var(--color-primary-main)100%);--gradient-brand-reverse:linear-gradient(135deg,var(--color-primary-main)0%,var(--color-primary-dark)100%);--gradient-brand-horizontal:linear-gradient(90deg,var(--color-primary-main)0%,var(--color-primary-dark)100%);--gradient-accent:linear-gradient(135deg,var(--color-accent-main)0%,var(--color-accent-dark)100%);--gradient-accent-horizontal:linear-gradient(90deg,var(--color-accent-main)0%,var(--color-accent-dark)100%);--gradient-bg-subtle:linear-gradient(135deg,var(--color-neutral-alpha)0%,var(--color-primary-alpha-light)100%);--gradient-bg-accent:radial-gradient(ellipse at top right,var(--color-accent-alpha-medium)0%,transparent 70%);--gradient-feature-blue:linear-gradient(135deg,var(--color-primary-alpha-medium)0%,var(--color-neutral-alpha-strong)100%);--gradient-feature-yellow:linear-gradient(135deg,var(--color-accent-alpha-medium)0%,var(--color-accent-dark)100%);--gradient-feature-neutral:linear-gradient(135deg,var(--color-primary-alpha-medium)0%,var(--color-primary-alpha-medium)100%);--gradient-feature-mixed:linear-gradient(135deg,var(--color-accent-alpha-medium)0%,var(--color-neutral-alpha)100%);--color-mobile-menu-bg:rgba(255,255,255,.98);--color-mobile-menu-border:var(--color-neutral-alpha-strong)}.Navigation-module__KOKRRa__nav{z-index:50;background:var(--color-nav-bg);border-bottom:1px solid var(--color-nav-border);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);box-shadow:0 1px 20px var(--color-nav-shadow);position:relative}.Navigation-module__KOKRRa__navContainer{max-width:80rem;margin:0 auto;padding:0 1.5rem}.Navigation-module__KOKRRa__navContent{justify-content:space-between;align-items:center;height:5rem;display:flex}.Navigation-module__KOKRRa__navLeft{align-items:center;display:flex}.Navigation-module__KOKRRa__logo{height:2.25rem;text-decoration:none;transition:all .3s;display:inline-block}.Navigation-module__KOKRRa__logo:hover{transform:scale(1.02)}.Navigation-module__KOKRRa__navDesktop{align-items:center;gap:3rem;display:flex}.Navigation-module__KOKRRa__navLinks{align-items:center;gap:2.5rem;display:flex}.Navigation-module__KOKRRa__navLink{color:var(--color-primary-main);letter-spacing:-.01em;border-radius:.5rem;padding:.75rem 1rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .3s;position:relative}.Navigation-module__KOKRRa__navLink:before{content:"";background:var(--gradient-accent-horizontal);width:0;height:2px;transition:all .3s;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.Navigation-module__KOKRRa__navLink:hover{color:var(--color-primary-dark);background:var(--color-accent-alpha-light);transform:translateY(-1px)}.Navigation-module__KOKRRa__navLink:hover:before{width:80%}.Navigation-module__KOKRRa__navMobile{display:none}.Navigation-module__KOKRRa__mobileMenuBtn{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:.25rem;width:2.5rem;height:2rem;padding:.5rem;display:flex}.Navigation-module__KOKRRa__hamburgerLine{background:var(--gradient-brand-horizontal);border-radius:2px;width:100%;height:3px;transition:all .3s}.Navigation-module__KOKRRa__mobileMenuBtn:hover .Navigation-module__KOKRRa__hamburgerLine{background:var(--gradient-accent-horizontal)}.Navigation-module__KOKRRa__mobileMenu{z-index:50;border-top:1px solid var(--color-mobile-menu-border);box-shadow:0 10px 40px var(--color-shadow-medium);background:#fff;display:none;position:absolute;top:100%;left:0;right:0}.Navigation-module__KOKRRa__mobileMenuContent{flex-direction:column;gap:.5rem;max-width:80rem;margin:0 auto;padding:2rem 1.5rem;display:flex}.Navigation-module__KOKRRa__mobileNavLink{color:var(--color-primary-main);border-left:4px solid transparent;border-radius:.75rem;padding:1rem 1.5rem;font-size:1.1rem;font-weight:600;text-decoration:none;transition:all .3s}.Navigation-module__KOKRRa__mobileNavLink:hover{background:var(--color-accent-alpha-medium);color:var(--color-primary-dark);border-left-color:var(--color-accent-main);transform:translate(.5rem)}@media (max-width:768px){.Navigation-module__KOKRRa__navDesktop{display:none}.Navigation-module__KOKRRa__navMobile{display:block}.Navigation-module__KOKRRa__navContainer{padding:0 1rem}.Navigation-module__KOKRRa__navContent{height:4rem}.Navigation-module__KOKRRa__logo{height:2rem}}@media (max-width:1024px) and (min-width:769px){.Navigation-module__KOKRRa__navLinks{gap:1.5rem}.Navigation-module__KOKRRa__navDesktop{gap:2rem}}
:root{--color-primary-dark:#253c59;--color-primary-main:#2d4b73;--color-primary-light:#99b4bf;--color-accent-main:#d9b70d;--color-accent-dark:#bf8d30;--color-white:#fff;--color-black:#000;--color-gray-50:#f9fafb;--color-gray-100:#f3f4f6;--color-gray-200:#e5e7eb;--color-gray-300:#d1d5db;--color-gray-400:#9ca3af;--color-gray-500:#6b7280;--color-gray-600:#4b5563;--color-gray-700:#374151;--color-gray-800:#1f2937;--color-gray-900:#111827;--color-success-light:#f0fdf4;--color-success-main:#16a34a;--color-success-dark:#15803d;--color-success-border:#bbf7d0;--color-info-main:#2563eb;--color-info-dark:#1d4ed8;--color-nav-bg:rgba(255,255,255,.95);--color-nav-border:rgba(153,180,191,.15);--color-nav-shadow:rgba(45,75,115,.08);--color-primary-alpha-light:rgba(45,75,115,.05);--color-primary-alpha-medium:rgba(45,75,115,.1);--color-primary-alpha-strong:rgba(45,75,115,.2);--color-accent-alpha-light:rgba(217,183,13,.08);--color-accent-alpha-medium:rgba(217,183,13,.1);--color-accent-alpha-strong:rgba(217,183,13,.3);--color-neutral-alpha:rgba(153,180,191,.1);--color-neutral-alpha-strong:rgba(153,180,191,.2);--color-shadow-light:rgba(0,0,0,.05);--color-shadow-medium:rgba(45,75,115,.15);--color-shadow-strong:rgba(45,75,115,.25);--color-shadow-strongest:rgba(45,75,115,.4);--gradient-brand-primary:linear-gradient(135deg,var(--color-primary-dark)0%,var(--color-primary-main)100%);--gradient-brand-reverse:linear-gradient(135deg,var(--color-primary-main)0%,var(--color-primary-dark)100%);--gradient-brand-horizontal:linear-gradient(90deg,var(--color-primary-main)0%,var(--color-primary-dark)100%);--gradient-accent:linear-gradient(135deg,var(--color-accent-main)0%,var(--color-accent-dark)100%);--gradient-accent-horizontal:linear-gradient(90deg,var(--color-accent-main)0%,var(--color-accent-dark)100%);--gradient-bg-subtle:linear-gradient(135deg,var(--color-neutral-alpha)0%,var(--color-primary-alpha-light)100%);--gradient-bg-accent:radial-gradient(ellipse at top right,var(--color-accent-alpha-medium)0%,transparent 70%);--gradient-feature-blue:linear-gradient(135deg,var(--color-primary-alpha-medium)0%,var(--color-neutral-alpha-strong)100%);--gradient-feature-yellow:linear-gradient(135deg,var(--color-accent-alpha-medium)0%,var(--color-accent-dark)100%);--gradient-feature-neutral:linear-gradient(135deg,var(--color-primary-alpha-medium)0%,var(--color-primary-alpha-medium)100%);--gradient-feature-mixed:linear-gradient(135deg,var(--color-accent-alpha-medium)0%,var(--color-neutral-alpha)100%);--color-mobile-menu-bg:rgba(255,255,255,.98);--color-mobile-menu-border:var(--color-neutral-alpha-strong)}.Footer-module__BCtozG__footer{background:var(--gradient-brand-primary);border-top:none}.Footer-module__BCtozG__footerContainer{max-width:80rem;margin:0 auto;padding:4rem 1.5rem 2rem}.Footer-module__BCtozG__footerGrid{grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;margin-bottom:3rem;display:grid}.Footer-module__BCtozG__footerBrand{flex-direction:column;gap:1.25rem;display:flex}.Footer-module__BCtozG__footerLogo{opacity:.9;transition:opacity .2s;display:inline-block}.Footer-module__BCtozG__footerLogo:hover{opacity:1}.Footer-module__BCtozG__footerTagline{color:rgba(255,255,255,.7);max-width:22rem;font-size:.9rem;line-height:1.6}.Footer-module__BCtozG__footerSection h4{color:var(--color-white);text-transform:uppercase;letter-spacing:.06em;margin-bottom:1.25rem;font-size:.875rem;font-weight:600}.Footer-module__BCtozG__footerList{margin:0;padding:0;list-style:none}.Footer-module__BCtozG__footerList li{margin-bottom:.75rem}.Footer-module__BCtozG__footerList a{color:rgba(255,255,255,.65);font-size:.9rem;text-decoration:none;transition:color .2s}.Footer-module__BCtozG__footerList a:hover{color:var(--color-accent-main)}.Footer-module__BCtozG__footerBottom{color:rgba(255,255,255,.5);border-top:1px solid rgba(255,255,255,.1);justify-content:space-between;align-items:center;padding-top:1.75rem;font-size:.875rem;display:flex}.Footer-module__BCtozG__footerLoginLink{color:rgba(255,255,255,.5);font-size:.875rem;text-decoration:none;transition:color .2s}.Footer-module__BCtozG__footerLoginLink:hover{color:rgba(255,255,255,.85)}@media (max-width:768px){.Footer-module__BCtozG__footerGrid{grid-template-columns:1fr 1fr;gap:2rem}.Footer-module__BCtozG__footerBrand{grid-column:1/-1}.Footer-module__BCtozG__footerBottom{text-align:center;flex-direction:column;gap:.75rem}}@media (max-width:480px){.Footer-module__BCtozG__footerGrid{grid-template-columns:1fr}}
:root{--color-primary-dark:#253c59;--color-primary-main:#2d4b73;--color-primary-light:#99b4bf;--color-accent-main:#d9b70d;--color-accent-dark:#bf8d30;--color-white:#fff;--color-black:#000;--color-gray-50:#f9fafb;--color-gray-100:#f3f4f6;--color-gray-200:#e5e7eb;--color-gray-300:#d1d5db;--color-gray-400:#9ca3af;--color-gray-500:#6b7280;--color-gray-600:#4b5563;--color-gray-700:#374151;--color-gray-800:#1f2937;--color-gray-900:#111827;--color-success-light:#f0fdf4;--color-success-main:#16a34a;--color-success-dark:#15803d;--color-success-border:#bbf7d0;--color-info-main:#2563eb;--color-info-dark:#1d4ed8;--color-nav-bg:rgba(255,255,255,.95);--color-nav-border:rgba(153,180,191,.15);--color-nav-shadow:rgba(45,75,115,.08);--color-primary-alpha-light:rgba(45,75,115,.05);--color-primary-alpha-medium:rgba(45,75,115,.1);--color-primary-alpha-strong:rgba(45,75,115,.2);--color-accent-alpha-light:rgba(217,183,13,.08);--color-accent-alpha-medium:rgba(217,183,13,.1);--color-accent-alpha-strong:rgba(217,183,13,.3);--color-neutral-alpha:rgba(153,180,191,.1);--color-neutral-alpha-strong:rgba(153,180,191,.2);--color-shadow-light:rgba(0,0,0,.05);--color-shadow-medium:rgba(45,75,115,.15);--color-shadow-strong:rgba(45,75,115,.25);--color-shadow-strongest:rgba(45,75,115,.4);--gradient-brand-primary:linear-gradient(135deg,var(--color-primary-dark)0%,var(--color-primary-main)100%);--gradient-brand-reverse:linear-gradient(135deg,var(--color-primary-main)0%,var(--color-primary-dark)100%);--gradient-brand-horizontal:linear-gradient(90deg,var(--color-primary-main)0%,var(--color-primary-dark)100%);--gradient-accent:linear-gradient(135deg,var(--color-accent-main)0%,var(--color-accent-dark)100%);--gradient-accent-horizontal:linear-gradient(90deg,var(--color-accent-main)0%,var(--color-accent-dark)100%);--gradient-bg-subtle:linear-gradient(135deg,var(--color-neutral-alpha)0%,var(--color-primary-alpha-light)100%);--gradient-bg-accent:radial-gradient(ellipse at top right,var(--color-accent-alpha-medium)0%,transparent 70%);--gradient-feature-blue:linear-gradient(135deg,var(--color-primary-alpha-medium)0%,var(--color-neutral-alpha-strong)100%);--gradient-feature-yellow:linear-gradient(135deg,var(--color-accent-alpha-medium)0%,var(--color-accent-dark)100%);--gradient-feature-neutral:linear-gradient(135deg,var(--color-primary-alpha-medium)0%,var(--color-primary-alpha-medium)100%);--gradient-feature-mixed:linear-gradient(135deg,var(--color-accent-alpha-medium)0%,var(--color-neutral-alpha)100%);--color-mobile-menu-bg:rgba(255,255,255,.98);--color-mobile-menu-border:var(--color-neutral-alpha-strong)}.shared-module__n7FcQa__container{background-color:var(--color-white);min-height:100vh}.shared-module__n7FcQa__maxWidthContainer{max-width:80rem;margin:0 auto;padding:0 1rem}.shared-module__n7FcQa__iconContainer{border-radius:.75rem;flex-shrink:0;justify-content:center;align-items:center;display:flex}.shared-module__n7FcQa__iconContainer svg{width:1.5rem;height:1.5rem}.shared-module__n7FcQa__blue{background:linear-gradient(135deg,rgba(45,75,115,.1) 0%,rgba(37,60,89,.15) 100%)}.shared-module__n7FcQa__blue svg{color:var(--color-primary-main)}.shared-module__n7FcQa__green{background:linear-gradient(135deg,rgba(217,183,13,.1) 0%,rgba(191,141,48,.15) 100%)}.shared-module__n7FcQa__green svg{color:var(--color-accent-main)}.shared-module__n7FcQa__purple{background:linear-gradient(135deg,rgba(37,60,89,.1) 0%,rgba(45,75,115,.1) 100%)}.shared-module__n7FcQa__purple svg{color:var(--color-primary-dark)}.shared-module__n7FcQa__orange{background:linear-gradient(135deg,rgba(191,141,48,.1) 0%,rgba(217,183,13,.2) 100%)}.shared-module__n7FcQa__orange svg{color:var(--color-accent-dark)}.shared-module__n7FcQa__red{background:linear-gradient(135deg,rgba(153,180,191,.1) 0%,rgba(45,75,115,.1) 100%)}.shared-module__n7FcQa__red svg{color:var(--color-primary-main)}.shared-module__n7FcQa__indigo{background:linear-gradient(135deg,rgba(45,75,115,.15) 0%,rgba(217,183,13,.1) 100%)}.shared-module__n7FcQa__indigo svg{color:var(--color-accent-main)}.shared-module__n7FcQa__card{background-color:var(--color-white);border:1px solid rgba(153,180,191,.2);border-radius:1.25rem;transition:all .3s;position:relative;overflow:hidden;box-shadow:0 8px 25px rgba(45,75,115,.08)}.shared-module__n7FcQa__cardHover:hover{transform:translateY(-8px);box-shadow:0 20px 40px rgba(45,75,115,.15)}.shared-module__n7FcQa__cardAccentTop:before{content:"";background:var(--gradient-accent-horizontal);height:3px;position:absolute;top:0;left:0;right:0}.shared-module__n7FcQa__cardAccentTopHover:before{transition:transform .3s;transform:scaleX(0)}.shared-module__n7FcQa__cardAccentTopHover:hover:before{transform:scaleX(1)}.shared-module__n7FcQa__sectionTitle{color:var(--color-primary-dark);letter-spacing:-.02em;text-align:center;margin-bottom:1.5rem;font-size:2.25rem;font-weight:800}.shared-module__n7FcQa__sectionSubtitle{color:var(--color-primary-main);text-align:center;font-size:1.25rem;line-height:1.6}.shared-module__n7FcQa__feature{color:var(--color-accent-main);font-size:.9rem;font-weight:600}
:root{--color-primary-dark:#253c59;--color-primary-main:#2d4b73;--color-primary-light:#99b4bf;--color-accent-main:#d9b70d;--color-accent-dark:#bf8d30;--color-white:#fff;--color-black:#000;--color-gray-50:#f9fafb;--color-gray-100:#f3f4f6;--color-gray-200:#e5e7eb;--color-gray-300:#d1d5db;--color-gray-400:#9ca3af;--color-gray-500:#6b7280;--color-gray-600:#4b5563;--color-gray-700:#374151;--color-gray-800:#1f2937;--color-gray-900:#111827;--color-success-light:#f0fdf4;--color-success-main:#16a34a;--color-success-dark:#15803d;--color-success-border:#bbf7d0;--color-info-main:#2563eb;--color-info-dark:#1d4ed8;--color-nav-bg:rgba(255,255,255,.95);--color-nav-border:rgba(153,180,191,.15);--color-nav-shadow:rgba(45,75,115,.08);--color-primary-alpha-light:rgba(45,75,115,.05);--color-primary-alpha-medium:rgba(45,75,115,.1);--color-primary-alpha-strong:rgba(45,75,115,.2);--color-accent-alpha-light:rgba(217,183,13,.08);--color-accent-alpha-medium:rgba(217,183,13,.1);--color-accent-alpha-strong:rgba(217,183,13,.3);--color-neutral-alpha:rgba(153,180,191,.1);--color-neutral-alpha-strong:rgba(153,180,191,.2);--color-shadow-light:rgba(0,0,0,.05);--color-shadow-medium:rgba(45,75,115,.15);--color-shadow-strong:rgba(45,75,115,.25);--color-shadow-strongest:rgba(45,75,115,.4);--gradient-brand-primary:linear-gradient(135deg,var(--color-primary-dark)0%,var(--color-primary-main)100%);--gradient-brand-reverse:linear-gradient(135deg,var(--color-primary-main)0%,var(--color-primary-dark)100%);--gradient-brand-horizontal:linear-gradient(90deg,var(--color-primary-main)0%,var(--color-primary-dark)100%);--gradient-accent:linear-gradient(135deg,var(--color-accent-main)0%,var(--color-accent-dark)100%);--gradient-accent-horizontal:linear-gradient(90deg,var(--color-accent-main)0%,var(--color-accent-dark)100%);--gradient-bg-subtle:linear-gradient(135deg,var(--color-neutral-alpha)0%,var(--color-primary-alpha-light)100%);--gradient-bg-accent:radial-gradient(ellipse at top right,var(--color-accent-alpha-medium)0%,transparent 70%);--gradient-feature-blue:linear-gradient(135deg,var(--color-primary-alpha-medium)0%,var(--color-neutral-alpha-strong)100%);--gradient-feature-yellow:linear-gradient(135deg,var(--color-accent-alpha-medium)0%,var(--color-accent-dark)100%);--gradient-feature-neutral:linear-gradient(135deg,var(--color-primary-alpha-medium)0%,var(--color-primary-alpha-medium)100%);--gradient-feature-mixed:linear-gradient(135deg,var(--color-accent-alpha-medium)0%,var(--color-neutral-alpha)100%);--color-mobile-menu-bg:rgba(255,255,255,.98);--color-mobile-menu-border:var(--color-neutral-alpha-strong)}.CTASection-module__53GQ5a__cta{background:var(--gradient-brand-reverse);padding:6rem 0;position:relative;overflow:hidden}.CTASection-module__53GQ5a__cta:before{content:"";background:radial-gradient(at 0 100%,rgba(217,183,13,.15) 0%,transparent 70%);position:absolute;top:0;bottom:0;left:0;right:0}.CTASection-module__53GQ5a__ctaContainer{text-align:center;z-index:1;max-width:80rem;margin:0 auto;padding:0 1rem;position:relative}.CTASection-module__53GQ5a__ctaTitle{color:var(--color-white);letter-spacing:-.02em;margin-bottom:1.5rem;font-size:2.5rem;font-weight:800}.CTASection-module__53GQ5a__ctaSubtitle{color:rgba(255,255,255,.9);max-width:40rem;margin-bottom:3rem;margin-left:auto;margin-right:auto;font-size:1.25rem;line-height:1.6}.CTASection-module__53GQ5a__ctaCta{flex-wrap:wrap;justify-content:center;gap:1.5rem;display:flex}@media (max-width:768px){.CTASection-module__53GQ5a__ctaCta{flex-direction:column;align-items:center;gap:1rem}.CTASection-module__53GQ5a__ctaTitle{font-size:2rem}}
:root{--color-primary-dark:#253c59;--color-primary-main:#2d4b73;--color-primary-light:#99b4bf;--color-accent-main:#d9b70d;--color-accent-dark:#bf8d30;--color-white:#fff;--color-black:#000;--color-gray-50:#f9fafb;--color-gray-100:#f3f4f6;--color-gray-200:#e5e7eb;--color-gray-300:#d1d5db;--color-gray-400:#9ca3af;--color-gray-500:#6b7280;--color-gray-600:#4b5563;--color-gray-700:#374151;--color-gray-800:#1f2937;--color-gray-900:#111827;--color-success-light:#f0fdf4;--color-success-main:#16a34a;--color-success-dark:#15803d;--color-success-border:#bbf7d0;--color-info-main:#2563eb;--color-info-dark:#1d4ed8;--color-nav-bg:rgba(255,255,255,.95);--color-nav-border:rgba(153,180,191,.15);--color-nav-shadow:rgba(45,75,115,.08);--color-primary-alpha-light:rgba(45,75,115,.05);--color-primary-alpha-medium:rgba(45,75,115,.1);--color-primary-alpha-strong:rgba(45,75,115,.2);--color-accent-alpha-light:rgba(217,183,13,.08);--color-accent-alpha-medium:rgba(217,183,13,.1);--color-accent-alpha-strong:rgba(217,183,13,.3);--color-neutral-alpha:rgba(153,180,191,.1);--color-neutral-alpha-strong:rgba(153,180,191,.2);--color-shadow-light:rgba(0,0,0,.05);--color-shadow-medium:rgba(45,75,115,.15);--color-shadow-strong:rgba(45,75,115,.25);--color-shadow-strongest:rgba(45,75,115,.4);--gradient-brand-primary:linear-gradient(135deg,var(--color-primary-dark)0%,var(--color-primary-main)100%);--gradient-brand-reverse:linear-gradient(135deg,var(--color-primary-main)0%,var(--color-primary-dark)100%);--gradient-brand-horizontal:linear-gradient(90deg,var(--color-primary-main)0%,var(--color-primary-dark)100%);--gradient-accent:linear-gradient(135deg,var(--color-accent-main)0%,var(--color-accent-dark)100%);--gradient-accent-horizontal:linear-gradient(90deg,var(--color-accent-main)0%,var(--color-accent-dark)100%);--gradient-bg-subtle:linear-gradient(135deg,var(--color-neutral-alpha)0%,var(--color-primary-alpha-light)100%);--gradient-bg-accent:radial-gradient(ellipse at top right,var(--color-accent-alpha-medium)0%,transparent 70%);--gradient-feature-blue:linear-gradient(135deg,var(--color-primary-alpha-medium)0%,var(--color-neutral-alpha-strong)100%);--gradient-feature-yellow:linear-gradient(135deg,var(--color-accent-alpha-medium)0%,var(--color-accent-dark)100%);--gradient-feature-neutral:linear-gradient(135deg,var(--color-primary-alpha-medium)0%,var(--color-primary-alpha-medium)100%);--gradient-feature-mixed:linear-gradient(135deg,var(--color-accent-alpha-medium)0%,var(--color-neutral-alpha)100%);--color-mobile-menu-bg:rgba(255,255,255,.98);--color-mobile-menu-border:var(--color-neutral-alpha-strong)}.HeroSection-module__dJCuJa__hero{background:var(--gradient-bg-subtle);padding:6rem 0 4rem;position:relative;overflow:hidden}.HeroSection-module__dJCuJa__hero:before{content:"";background:var(--gradient-bg-accent);position:absolute;top:0;bottom:0;left:0;right:0}.HeroSection-module__dJCuJa__heroContainer{text-align:center;z-index:1;max-width:80rem;margin:0 auto;padding:0 1rem;position:relative}.HeroSection-module__dJCuJa__heroTitle{color:var(--color-primary-dark);letter-spacing:-.025em;background:var(--gradient-brand-primary);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:2rem;font-size:3.5rem;font-weight:800;line-height:1.15}.HeroSection-module__dJCuJa__heroSubtitle{color:var(--color-primary-main);max-width:52rem;margin-bottom:3rem;margin-left:auto;margin-right:auto;font-size:1.375rem;font-weight:400;line-height:1.6}.HeroSection-module__dJCuJa__heroCta{flex-wrap:wrap;justify-content:center;gap:1.5rem;display:flex}@media (max-width:768px){.HeroSection-module__dJCuJa__heroTitle{font-size:2.5rem;line-height:1.2}.HeroSection-module__dJCuJa__heroSubtitle{margin-bottom:2.5rem;font-size:1.125rem}.HeroSection-module__dJCuJa__heroCta{flex-direction:column;align-items:center;gap:1rem}}
:root{--color-primary-dark:#253c59;--color-primary-main:#2d4b73;--color-primary-light:#99b4bf;--color-accent-main:#d9b70d;--color-accent-dark:#bf8d30;--color-white:#fff;--color-black:#000;--color-gray-50:#f9fafb;--color-gray-100:#f3f4f6;--color-gray-200:#e5e7eb;--color-gray-300:#d1d5db;--color-gray-400:#9ca3af;--color-gray-500:#6b7280;--color-gray-600:#4b5563;--color-gray-700:#374151;--color-gray-800:#1f2937;--color-gray-900:#111827;--color-success-light:#f0fdf4;--color-success-main:#16a34a;--color-success-dark:#15803d;--color-success-border:#bbf7d0;--color-info-main:#2563eb;--color-info-dark:#1d4ed8;--color-nav-bg:rgba(255,255,255,.95);--color-nav-border:rgba(153,180,191,.15);--color-nav-shadow:rgba(45,75,115,.08);--color-primary-alpha-light:rgba(45,75,115,.05);--color-primary-alpha-medium:rgba(45,75,115,.1);--color-primary-alpha-strong:rgba(45,75,115,.2);--color-accent-alpha-light:rgba(217,183,13,.08);--color-accent-alpha-medium:rgba(217,183,13,.1);--color-accent-alpha-strong:rgba(217,183,13,.3);--color-neutral-alpha:rgba(153,180,191,.1);--color-neutral-alpha-strong:rgba(153,180,191,.2);--color-shadow-light:rgba(0,0,0,.05);--color-shadow-medium:rgba(45,75,115,.15);--color-shadow-strong:rgba(45,75,115,.25);--color-shadow-strongest:rgba(45,75,115,.4);--gradient-brand-primary:linear-gradient(135deg,var(--color-primary-dark)0%,var(--color-primary-main)100%);--gradient-brand-reverse:linear-gradient(135deg,var(--color-primary-main)0%,var(--color-primary-dark)100%);--gradient-brand-horizontal:linear-gradient(90deg,var(--color-primary-main)0%,var(--color-primary-dark)100%);--gradient-accent:linear-gradient(135deg,var(--color-accent-main)0%,var(--color-accent-dark)100%);--gradient-accent-horizontal:linear-gradient(90deg,var(--color-accent-main)0%,var(--color-accent-dark)100%);--gradient-bg-subtle:linear-gradient(135deg,var(--color-neutral-alpha)0%,var(--color-primary-alpha-light)100%);--gradient-bg-accent:radial-gradient(ellipse at top right,var(--color-accent-alpha-medium)0%,transparent 70%);--gradient-feature-blue:linear-gradient(135deg,var(--color-primary-alpha-medium)0%,var(--color-neutral-alpha-strong)100%);--gradient-feature-yellow:linear-gradient(135deg,var(--color-accent-alpha-medium)0%,var(--color-accent-dark)100%);--gradient-feature-neutral:linear-gradient(135deg,var(--color-primary-alpha-medium)0%,var(--color-primary-alpha-medium)100%);--gradient-feature-mixed:linear-gradient(135deg,var(--color-accent-alpha-medium)0%,var(--color-neutral-alpha)100%);--color-mobile-menu-bg:rgba(255,255,255,.98);--color-mobile-menu-border:var(--color-neutral-alpha-strong)}.buttons-module__XR-YBG__button{border-radius:.75rem;padding:1rem 2.5rem;font-size:1.125rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block}.buttons-module__XR-YBG__buttonHover:hover{transform:translateY(-2px)}.buttons-module__XR-YBG__primaryBtn{background:var(--gradient-brand-reverse);color:var(--color-white);box-shadow:0 4px 20px var(--color-shadow-strong);}.buttons-module__XR-YBG__primaryBtn:hover{box-shadow:0 8px 30px var(--color-shadow-strongest)}.buttons-module__XR-YBG__secondaryBtn{background-color:var(--color-white);color:var(--color-primary-main);border:2px solid rgba(45,75,115,.2);box-shadow:0 4px 15px rgba(0,0,0,.05);}.buttons-module__XR-YBG__secondaryBtn:hover{background-color:var(--color-primary-main);color:var(--color-white);border-color:var(--color-primary-main);box-shadow:0 8px 25px rgba(45,75,115,.2)}.buttons-module__XR-YBG__demoBtn{background:var(--gradient-brand-reverse);color:var(--color-white);box-shadow:0 4px 20px var(--color-shadow-strong);letter-spacing:-.01em;border:2px solid transparent;border-radius:2rem;padding:.875rem 2rem;font-size:.95rem;font-weight:700;text-decoration:none;transition:all .3s;display:inline-block}.buttons-module__XR-YBG__demoBtn:hover{box-shadow:0 8px 30px var(--color-shadow-strongest);background:var(--gradient-accent);transform:translateY(-2px)}.buttons-module__XR-YBG__mobileDemoBtn{background:var(--gradient-brand-reverse);color:var(--color-white);text-align:center;box-shadow:0 4px 20px var(--color-shadow-strong);border-radius:.75rem;margin-top:1rem;padding:1rem 2rem;font-size:1.1rem;font-weight:700;text-decoration:none;transition:all .3s;display:block}.buttons-module__XR-YBG__mobileDemoBtn:hover{background:var(--gradient-accent);box-shadow:0 8px 30px var(--color-accent-alpha-strong);transform:translateY(-2px)}@media (max-width:768px){.buttons-module__XR-YBG__primaryBtn,.buttons-module__XR-YBG__secondaryBtn{text-align:center;width:100%;max-width:20rem}}
:root{--color-primary-dark:#253c59;--color-primary-main:#2d4b73;--color-primary-light:#99b4bf;--color-accent-main:#d9b70d;--color-accent-dark:#bf8d30;--color-white:#fff;--color-black:#000;--color-gray-50:#f9fafb;--color-gray-100:#f3f4f6;--color-gray-200:#e5e7eb;--color-gray-300:#d1d5db;--color-gray-400:#9ca3af;--color-gray-500:#6b7280;--color-gray-600:#4b5563;--color-gray-700:#374151;--color-gray-800:#1f2937;--color-gray-900:#111827;--color-success-light:#f0fdf4;--color-success-main:#16a34a;--color-success-dark:#15803d;--color-success-border:#bbf7d0;--color-info-main:#2563eb;--color-info-dark:#1d4ed8;--color-nav-bg:rgba(255,255,255,.95);--color-nav-border:rgba(153,180,191,.15);--color-nav-shadow:rgba(45,75,115,.08);--color-primary-alpha-light:rgba(45,75,115,.05);--color-primary-alpha-medium:rgba(45,75,115,.1);--color-primary-alpha-strong:rgba(45,75,115,.2);--color-accent-alpha-light:rgba(217,183,13,.08);--color-accent-alpha-medium:rgba(217,183,13,.1);--color-accent-alpha-strong:rgba(217,183,13,.3);--color-neutral-alpha:rgba(153,180,191,.1);--color-neutral-alpha-strong:rgba(153,180,191,.2);--color-shadow-light:rgba(0,0,0,.05);--color-shadow-medium:rgba(45,75,115,.15);--color-shadow-strong:rgba(45,75,115,.25);--color-shadow-strongest:rgba(45,75,115,.4);--gradient-brand-primary:linear-gradient(135deg,var(--color-primary-dark)0%,var(--color-primary-main)100%);--gradient-brand-reverse:linear-gradient(135deg,var(--color-primary-main)0%,var(--color-primary-dark)100%);--gradient-brand-horizontal:linear-gradient(90deg,var(--color-primary-main)0%,var(--color-primary-dark)100%);--gradient-accent:linear-gradient(135deg,var(--color-accent-main)0%,var(--color-accent-dark)100%);--gradient-accent-horizontal:linear-gradient(90deg,var(--color-accent-main)0%,var(--color-accent-dark)100%);--gradient-bg-subtle:linear-gradient(135deg,var(--color-neutral-alpha)0%,var(--color-primary-alpha-light)100%);--gradient-bg-accent:radial-gradient(ellipse at top right,var(--color-accent-alpha-medium)0%,transparent 70%);--gradient-feature-blue:linear-gradient(135deg,var(--color-primary-alpha-medium)0%,var(--color-neutral-alpha-strong)100%);--gradient-feature-yellow:linear-gradient(135deg,var(--color-accent-alpha-medium)0%,var(--color-accent-dark)100%);--gradient-feature-neutral:linear-gradient(135deg,var(--color-primary-alpha-medium)0%,var(--color-primary-alpha-medium)100%);--gradient-feature-mixed:linear-gradient(135deg,var(--color-accent-alpha-medium)0%,var(--color-neutral-alpha)100%);--color-mobile-menu-bg:rgba(255,255,255,.98);--color-mobile-menu-border:var(--color-neutral-alpha-strong)}.AboutPage-module__-5wXCW__story{background:var(--color-white);border-top:1px solid var(--color-gray-100);padding:5rem 0}.AboutPage-module__-5wXCW__storyContainer{max-width:80rem;margin:0 auto;padding:0 1.5rem}.AboutPage-module__-5wXCW__sectionHeader{text-align:center;margin-bottom:3.5rem}.AboutPage-module__-5wXCW__sectionTitle{color:var(--color-primary-dark);letter-spacing:-.025em;margin-bottom:.75rem;font-size:2rem;font-weight:800;line-height:1.2}.AboutPage-module__-5wXCW__sectionSubtitle{color:var(--color-gray-500);max-width:36rem;margin:0 auto;font-size:1.05rem;line-height:1.6}.AboutPage-module__-5wXCW__storyBody{max-width:48rem;margin:0 auto}.AboutPage-module__-5wXCW__storyBody p{color:var(--color-gray-600);margin:0 0 1.75rem;font-size:1.05rem;line-height:1.75}.AboutPage-module__-5wXCW__storyBody p:last-child{margin-bottom:0}.AboutPage-module__-5wXCW__values{background:var(--color-gray-50);border-top:1px solid var(--color-gray-100);padding:5rem 0}.AboutPage-module__-5wXCW__valuesContainer{max-width:80rem;margin:0 auto;padding:0 1.5rem}.AboutPage-module__-5wXCW__valuesGrid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.AboutPage-module__-5wXCW__cta{background:var(--color-white);border-top:1px solid var(--color-gray-100);padding:5rem 0}.AboutPage-module__-5wXCW__ctaContainer{max-width:80rem;margin:0 auto;padding:0 1.5rem}.AboutPage-module__-5wXCW__ctaGrid{grid-template-columns:1fr 1fr;gap:2rem;display:grid}.AboutPage-module__-5wXCW__ctaCard{border-radius:1.25rem;padding:2.5rem;position:relative;overflow:hidden}.AboutPage-module__-5wXCW__ctaCardAmber{background:linear-gradient(135deg,rgba(191,141,48,.06) 0%,rgba(217,183,13,.03) 100%);border:1px solid rgba(191,141,48,.15);}.AboutPage-module__-5wXCW__ctaCardBlue{background:linear-gradient(135deg,rgba(45,75,115,.06) 0%,rgba(37,60,89,.03) 100%);border:1px solid rgba(45,75,115,.15);}.AboutPage-module__-5wXCW__ctaCardTitle{letter-spacing:-.02em;margin-bottom:1rem;font-size:1.5rem;font-weight:800;line-height:1.2}.AboutPage-module__-5wXCW__ctaCardAmber .AboutPage-module__-5wXCW__ctaCardTitle{color:var(--color-accent-dark)}.AboutPage-module__-5wXCW__ctaCardBlue .AboutPage-module__-5wXCW__ctaCardTitle{color:var(--color-primary-main)}.AboutPage-module__-5wXCW__ctaCardBody{color:var(--color-gray-600);margin-bottom:2rem;font-size:1rem;line-height:1.7}.AboutPage-module__-5wXCW__ctaCardActions{flex-wrap:wrap;gap:1rem;display:flex}.AboutPage-module__-5wXCW__ctaCardList{flex-direction:column;gap:1.25rem;margin:0;padding:0;list-style:none;display:flex}.AboutPage-module__-5wXCW__ctaCardListItem{align-items:flex-start;gap:.875rem;display:flex}.AboutPage-module__-5wXCW__ctaCardListIcon{flex-shrink:0;width:1.5rem;height:1.5rem;margin-top:.125rem}.AboutPage-module__-5wXCW__ctaCardAmber .AboutPage-module__-5wXCW__ctaCardListIcon{color:var(--color-accent-dark)}.AboutPage-module__-5wXCW__ctaCardBlue .AboutPage-module__-5wXCW__ctaCardListIcon{color:var(--color-primary-main)}.AboutPage-module__-5wXCW__ctaCardListItem h4{color:var(--color-primary-dark);margin:0 0 .25rem;font-size:.95rem;font-weight:700}.AboutPage-module__-5wXCW__ctaCardListItem p{color:var(--color-gray-600);margin:0;font-size:.875rem;line-height:1.55}@media (max-width:768px){.AboutPage-module__-5wXCW__valuesGrid{grid-template-columns:1fr;gap:1.25rem}.AboutPage-module__-5wXCW__ctaGrid{grid-template-columns:1fr;gap:1.5rem}.AboutPage-module__-5wXCW__sectionTitle{font-size:1.75rem}.AboutPage-module__-5wXCW__ctaCardTitle{font-size:1.25rem}}
:root{--color-primary-dark:#253c59;--color-primary-main:#2d4b73;--color-primary-light:#99b4bf;--color-accent-main:#d9b70d;--color-accent-dark:#bf8d30;--color-white:#fff;--color-black:#000;--color-gray-50:#f9fafb;--color-gray-100:#f3f4f6;--color-gray-200:#e5e7eb;--color-gray-300:#d1d5db;--color-gray-400:#9ca3af;--color-gray-500:#6b7280;--color-gray-600:#4b5563;--color-gray-700:#374151;--color-gray-800:#1f2937;--color-gray-900:#111827;--color-success-light:#f0fdf4;--color-success-main:#16a34a;--color-success-dark:#15803d;--color-success-border:#bbf7d0;--color-info-main:#2563eb;--color-info-dark:#1d4ed8;--color-nav-bg:rgba(255,255,255,.95);--color-nav-border:rgba(153,180,191,.15);--color-nav-shadow:rgba(45,75,115,.08);--color-primary-alpha-light:rgba(45,75,115,.05);--color-primary-alpha-medium:rgba(45,75,115,.1);--color-primary-alpha-strong:rgba(45,75,115,.2);--color-accent-alpha-light:rgba(217,183,13,.08);--color-accent-alpha-medium:rgba(217,183,13,.1);--color-accent-alpha-strong:rgba(217,183,13,.3);--color-neutral-alpha:rgba(153,180,191,.1);--color-neutral-alpha-strong:rgba(153,180,191,.2);--color-shadow-light:rgba(0,0,0,.05);--color-shadow-medium:rgba(45,75,115,.15);--color-shadow-strong:rgba(45,75,115,.25);--color-shadow-strongest:rgba(45,75,115,.4);--gradient-brand-primary:linear-gradient(135deg,var(--color-primary-dark)0%,var(--color-primary-main)100%);--gradient-brand-reverse:linear-gradient(135deg,var(--color-primary-main)0%,var(--color-primary-dark)100%);--gradient-brand-horizontal:linear-gradient(90deg,var(--color-primary-main)0%,var(--color-primary-dark)100%);--gradient-accent:linear-gradient(135deg,var(--color-accent-main)0%,var(--color-accent-dark)100%);--gradient-accent-horizontal:linear-gradient(90deg,var(--color-accent-main)0%,var(--color-accent-dark)100%);--gradient-bg-subtle:linear-gradient(135deg,var(--color-neutral-alpha)0%,var(--color-primary-alpha-light)100%);--gradient-bg-accent:radial-gradient(ellipse at top right,var(--color-accent-alpha-medium)0%,transparent 70%);--gradient-feature-blue:linear-gradient(135deg,var(--color-primary-alpha-medium)0%,var(--color-neutral-alpha-strong)100%);--gradient-feature-yellow:linear-gradient(135deg,var(--color-accent-alpha-medium)0%,var(--color-accent-dark)100%);--gradient-feature-neutral:linear-gradient(135deg,var(--color-primary-alpha-medium)0%,var(--color-primary-alpha-medium)100%);--gradient-feature-mixed:linear-gradient(135deg,var(--color-accent-alpha-medium)0%,var(--color-neutral-alpha)100%);--color-mobile-menu-bg:rgba(255,255,255,.98);--color-mobile-menu-border:var(--color-neutral-alpha-strong)}.ContactPage-module__1gDEwa__container{background-color:var(--color-white);min-height:100vh}.ContactPage-module__1gDEwa__nav{border-bottom:1px solid var(--color-gray-200);background-color:#fff}.ContactPage-module__1gDEwa__navContainer{max-width:80rem;margin:0 auto;padding:0 1rem}.ContactPage-module__1gDEwa__navContent{justify-content:space-between;height:4rem;display:flex}.ContactPage-module__1gDEwa__navLeft{align-items:center;display:flex}.ContactPage-module__1gDEwa__navRight{align-items:center;gap:2rem;display:flex}.ContactPage-module__1gDEwa__logo{color:var(--color-gray-900);font-size:1.5rem;font-weight:700;text-decoration:none}.ContactPage-module__1gDEwa__navLink{color:var(--color-gray-600);text-decoration:none;transition:color .15s}.ContactPage-module__1gDEwa__navLink:hover{color:var(--color-gray-900)}.ContactPage-module__1gDEwa__demoBtn{background-color:var(--color-info-main);color:#fff;border-radius:.5rem;padding:.5rem 1rem;font-weight:500;text-decoration:none;transition:background-color .15s}.ContactPage-module__1gDEwa__demoBtn:hover{background-color:var(--color-info-dark)}.ContactPage-module__1gDEwa__navDropdown{position:relative}.ContactPage-module__1gDEwa__navDropdown:hover .ContactPage-module__1gDEwa__dropdownContent{display:block}.ContactPage-module__1gDEwa__dropdownContent{border:1px solid var(--color-gray-200);z-index:1000;background-color:#fff;border-radius:.5rem;min-width:200px;padding:.5rem 0;display:none;position:absolute;top:100%;left:0;box-shadow:0 10px 25px -3px rgba(0,0,0,.1)}.ContactPage-module__1gDEwa__dropdownLink{color:var(--color-gray-600);padding:.75rem 1rem;text-decoration:none;transition:background-color .15s;display:block}.ContactPage-module__1gDEwa__dropdownLink:hover{background-color:var(--color-gray-50);color:var(--color-gray-900)}.ContactPage-module__1gDEwa__main{max-width:80rem;margin:0 auto;padding:4rem 1rem}.ContactPage-module__1gDEwa__content{max-width:48rem;margin:0 auto}.ContactPage-module__1gDEwa__header{text-align:center;margin-bottom:4rem}.ContactPage-module__1gDEwa__title{color:var(--color-gray-900);margin-bottom:1rem;font-size:2.5rem;font-weight:700}.ContactPage-module__1gDEwa__subtitle{color:var(--color-gray-600);font-size:1.125rem}.ContactPage-module__1gDEwa__grid{grid-template-columns:repeat(auto-fit,minmax(20rem,1fr));gap:3rem;display:grid}.ContactPage-module__1gDEwa__formSection h2{color:var(--color-gray-900);margin-bottom:1.5rem;font-size:1.5rem;font-weight:600}.ContactPage-module__1gDEwa__form{flex-direction:column;gap:1.5rem;display:flex}.ContactPage-module__1gDEwa__formGroup{flex-direction:column;display:flex}.ContactPage-module__1gDEwa__label{color:var(--color-gray-700);margin-bottom:.25rem;font-size:.875rem;font-weight:500}.ContactPage-module__1gDEwa__input,.ContactPage-module__1gDEwa__select,.ContactPage-module__1gDEwa__textarea{border:1px solid var(--color-gray-300);border-radius:.5rem;width:100%;padding:.75rem;font-family:inherit;font-size:1rem;transition:border-color .15s,box-shadow .15s}.ContactPage-module__1gDEwa__input:focus,.ContactPage-module__1gDEwa__select:focus,.ContactPage-module__1gDEwa__textarea:focus{border-color:var(--color-info-main);outline:none;box-shadow:0 0 0 3px rgba(37,99,235,.1)}.ContactPage-module__1gDEwa__textarea{resize:vertical;min-height:8rem}.ContactPage-module__1gDEwa__submitBtn{background-color:var(--color-info-main);color:#fff;cursor:pointer;border:none;border-radius:.5rem;width:100%;padding:.75rem 1.5rem;font-weight:500;transition:background-color .15s}.ContactPage-module__1gDEwa__submitBtn:hover{background-color:var(--color-info-dark)}.ContactPage-module__1gDEwa__successMessage{background-color:var(--color-success-light);border:1px solid var(--color-success-border);border-radius:.5rem;padding:1.5rem}.ContactPage-module__1gDEwa__successContent{align-items:flex-start;display:flex}.ContactPage-module__1gDEwa__successIcon{width:1.25rem;height:1.25rem;color:var(--color-success-main);margin-top:.125rem}.ContactPage-module__1gDEwa__successText{margin-left:.75rem}.ContactPage-module__1gDEwa__successTitle{color:var(--color-success-dark);font-size:.875rem;font-weight:500}.ContactPage-module__1gDEwa__successDescription{color:var(--color-success-dark);margin-top:.25rem;font-size:.875rem}.ContactPage-module__1gDEwa__infoSection h2{color:var(--color-gray-900);margin-bottom:1.5rem;font-size:1.5rem;font-weight:600}.ContactPage-module__1gDEwa__infoList{flex-direction:column;gap:2rem;display:flex}.ContactPage-module__1gDEwa__infoItem h4{color:var(--color-primary-dark);margin:0 0 .5rem;font-size:1.125rem;font-weight:700}.ContactPage-module__1gDEwa__infoItem p{color:var(--color-gray-600);margin-bottom:.5rem;line-height:1.5}.ContactPage-module__1gDEwa__infoItem a{color:var(--color-info-main);font-weight:500;text-decoration:none;transition:color .15s}.ContactPage-module__1gDEwa__infoItem a:hover{color:var(--color-info-dark)}.ContactPage-module__1gDEwa__demoSection{border-top:1px solid var(--color-gray-200);padding-top:2rem}.ContactPage-module__1gDEwa__demoButton{background-color:var(--color-info-main);color:#fff;border-radius:.5rem;align-items:center;padding:.75rem 1.5rem;font-weight:500;text-decoration:none;transition:background-color .15s;display:inline-flex}.ContactPage-module__1gDEwa__demoButton:hover{background-color:var(--color-info-dark)}.ContactPage-module__1gDEwa__demoButton svg{width:1rem;height:1rem;margin-left:.5rem}.ContactPage-module__1gDEwa__footer{border-top:1px solid var(--color-gray-200);background-color:#fff;margin-top:4rem}.ContactPage-module__1gDEwa__footerContainer{max-width:80rem;margin:0 auto;padding:3rem 1rem}.ContactPage-module__1gDEwa__footerGrid{grid-template-columns:repeat(auto-fit,minmax(12rem,1fr));gap:2rem;display:grid}.ContactPage-module__1gDEwa__footerSection h3{color:var(--color-gray-900);margin-bottom:1rem;font-size:1.125rem;font-weight:600}.ContactPage-module__1gDEwa__footerSection h4{color:var(--color-gray-900);margin-bottom:1rem;font-weight:500}.ContactPage-module__1gDEwa__footerSection p{color:var(--color-gray-600)}.ContactPage-module__1gDEwa__footerList{padding:0;list-style:none}.ContactPage-module__1gDEwa__footerList li{margin-bottom:.5rem}.ContactPage-module__1gDEwa__footerList a{color:var(--color-gray-600);text-decoration:none;transition:color .15s}.ContactPage-module__1gDEwa__footerList a:hover{color:var(--color-gray-900)}.ContactPage-module__1gDEwa__footerBottom{border-top:1px solid var(--color-gray-200);text-align:center;color:var(--color-gray-600);margin-top:2rem;padding-top:2rem}@media (max-width:768px){.ContactPage-module__1gDEwa__grid{grid-template-columns:1fr}.ContactPage-module__1gDEwa__navRight{gap:1rem}.ContactPage-module__1gDEwa__navRight>a:first-child{display:none}.ContactPage-module__1gDEwa__title{font-size:2rem}}
:root{--color-primary-dark:#253c59;--color-primary-main:#2d4b73;--color-primary-light:#99b4bf;--color-accent-main:#d9b70d;--color-accent-dark:#bf8d30;--color-white:#fff;--color-black:#000;--color-gray-50:#f9fafb;--color-gray-100:#f3f4f6;--color-gray-200:#e5e7eb;--color-gray-300:#d1d5db;--color-gray-400:#9ca3af;--color-gray-500:#6b7280;--color-gray-600:#4b5563;--color-gray-700:#374151;--color-gray-800:#1f2937;--color-gray-900:#111827;--color-success-light:#f0fdf4;--color-success-main:#16a34a;--color-success-dark:#15803d;--color-success-border:#bbf7d0;--color-info-main:#2563eb;--color-info-dark:#1d4ed8;--color-nav-bg:rgba(255,255,255,.95);--color-nav-border:rgba(153,180,191,.15);--color-nav-shadow:rgba(45,75,115,.08);--color-primary-alpha-light:rgba(45,75,115,.05);--color-primary-alpha-medium:rgba(45,75,115,.1);--color-primary-alpha-strong:rgba(45,75,115,.2);--color-accent-alpha-light:rgba(217,183,13,.08);--color-accent-alpha-medium:rgba(217,183,13,.1);--color-accent-alpha-strong:rgba(217,183,13,.3);--color-neutral-alpha:rgba(153,180,191,.1);--color-neutral-alpha-strong:rgba(153,180,191,.2);--color-shadow-light:rgba(0,0,0,.05);--color-shadow-medium:rgba(45,75,115,.15);--color-shadow-strong:rgba(45,75,115,.25);--color-shadow-strongest:rgba(45,75,115,.4);--gradient-brand-primary:linear-gradient(135deg,var(--color-primary-dark)0%,var(--color-primary-main)100%);--gradient-brand-reverse:linear-gradient(135deg,var(--color-primary-main)0%,var(--color-primary-dark)100%);--gradient-brand-horizontal:linear-gradient(90deg,var(--color-primary-main)0%,var(--color-primary-dark)100%);--gradient-accent:linear-gradient(135deg,var(--color-accent-main)0%,var(--color-accent-dark)100%);--gradient-accent-horizontal:linear-gradient(90deg,var(--color-accent-main)0%,var(--color-accent-dark)100%);--gradient-bg-subtle:linear-gradient(135deg,var(--color-neutral-alpha)0%,var(--color-primary-alpha-light)100%);--gradient-bg-accent:radial-gradient(ellipse at top right,var(--color-accent-alpha-medium)0%,transparent 70%);--gradient-feature-blue:linear-gradient(135deg,var(--color-primary-alpha-medium)0%,var(--color-neutral-alpha-strong)100%);--gradient-feature-yellow:linear-gradient(135deg,var(--color-accent-alpha-medium)0%,var(--color-accent-dark)100%);--gradient-feature-neutral:linear-gradient(135deg,var(--color-primary-alpha-medium)0%,var(--color-primary-alpha-medium)100%);--gradient-feature-mixed:linear-gradient(135deg,var(--color-accent-alpha-medium)0%,var(--color-neutral-alpha)100%);--color-mobile-menu-bg:rgba(255,255,255,.98);--color-mobile-menu-border:var(--color-neutral-alpha-strong)}.FeaturesPage-module__AfqhXW__featuresIntro{background:var(--color-white);padding:5rem 0}.FeaturesPage-module__AfqhXW__featuresIntroContainer{max-width:80rem;margin:0 auto;padding:0 1.5rem}.FeaturesPage-module__AfqhXW__featuresIntroText{text-align:center;max-width:52rem;margin:0 auto}.FeaturesPage-module__AfqhXW__featuresIntroText p{color:var(--color-gray-600);margin:0;font-size:1.15rem;line-height:1.75}.FeaturesPage-module__AfqhXW__featureBlock{border-top:1px solid var(--color-gray-100);padding:5rem 0}.FeaturesPage-module__AfqhXW__featureBlock:nth-child(2n){background:var(--color-gray-50)}.FeaturesPage-module__AfqhXW__featureBlockContainer{grid-template-columns:2fr 1fr;align-items:start;gap:4rem;max-width:80rem;margin:0 auto;padding:0 1.5rem;display:grid}.FeaturesPage-module__AfqhXW__featureBlockContainer.FeaturesPage-module__AfqhXW__reversed{direction:rtl}.FeaturesPage-module__AfqhXW__featureBlockContainer.FeaturesPage-module__AfqhXW__reversed>*{direction:ltr}.FeaturesPage-module__AfqhXW__featureBlockContent{padding-top:.5rem}.FeaturesPage-module__AfqhXW__featureBlockLabel{text-transform:uppercase;letter-spacing:.08em;color:var(--color-accent-dark);align-items:center;gap:.5rem;margin-bottom:1rem;font-size:.75rem;font-weight:700;display:inline-flex}.FeaturesPage-module__AfqhXW__featureBlockContent h2{color:var(--color-primary-dark);letter-spacing:-.025em;margin-bottom:1rem;font-size:2rem;font-weight:800;line-height:1.2}.FeaturesPage-module__AfqhXW__featureBlockContent>p{color:var(--color-gray-600);margin-bottom:2rem;font-size:1rem;line-height:1.75}.FeaturesPage-module__AfqhXW__featureBullets{flex-direction:column;gap:.75rem;margin:0;padding:0;list-style:none;display:flex}.FeaturesPage-module__AfqhXW__featureBullets li{color:var(--color-gray-700);align-items:flex-start;gap:.75rem;font-size:.9rem;line-height:1.5;display:flex}.FeaturesPage-module__AfqhXW__bulletCheck{width:1.25rem;height:1.25rem;color:var(--color-primary-main);background:linear-gradient(135deg,rgba(45,75,115,.12) 0%,rgba(37,60,89,.08) 100%);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;margin-top:.1rem;display:flex}.FeaturesPage-module__AfqhXW__bulletCheck svg{width:.75rem;height:.75rem}.FeaturesPage-module__AfqhXW__featureVisual{background:linear-gradient(150deg,#0e1c2e 0%,#172640 55%,#1d3050 100%);border:1px solid rgba(255,255,255,.07);border-radius:1.5rem;flex-direction:column;min-height:14rem;padding:2.5rem;display:flex;position:relative;overflow:hidden;box-shadow:0 24px 64px rgba(0,0,0,.28)}.FeaturesPage-module__AfqhXW__featureVisual:before{content:"";pointer-events:none;background:radial-gradient(circle,rgba(82,140,210,.18) 0%,transparent 62%);width:18rem;height:18rem;position:absolute;top:40%;left:50%;transform:translate(-50%,-50%)}.FeaturesPage-module__AfqhXW__featureVisual:after{content:"";pointer-events:none;background-image:radial-gradient(circle,rgba(255,255,255,.04) 1px,transparent 1px);background-size:26px 26px;position:absolute;top:0;bottom:0;left:0;right:0}.FeaturesPage-module__AfqhXW__featureVisualAmber{background:linear-gradient(150deg,#16100a 0%,#231709 55%,#2b1e0d 100%);border:1px solid rgba(255,255,255,.07);border-radius:1.5rem;flex-direction:column;min-height:14rem;padding:2.5rem;display:flex;position:relative;overflow:hidden;box-shadow:0 24px 64px rgba(0,0,0,.28)}.FeaturesPage-module__AfqhXW__featureVisualAmber:before{content:"";pointer-events:none;background:radial-gradient(circle,rgba(210,155,35,.2) 0%,transparent 62%);width:18rem;height:18rem;position:absolute;top:40%;left:50%;transform:translate(-50%,-50%)}.FeaturesPage-module__AfqhXW__featureVisualAmber:after{content:"";pointer-events:none;background-image:radial-gradient(circle,rgba(255,255,255,.03) 1px,transparent 1px);background-size:26px 26px;position:absolute;top:0;bottom:0;left:0;right:0}.FeaturesPage-module__AfqhXW__featureVisualIconCenter{z-index:1;flex:1;justify-content:center;align-items:center;margin-bottom:1.75rem;display:flex;position:relative}.FeaturesPage-module__AfqhXW__featureVisualIconCenter:before{content:"";pointer-events:none;border-radius:50%;width:4.5rem;height:4.5rem;position:absolute}.FeaturesPage-module__AfqhXW__featureVisual .FeaturesPage-module__AfqhXW__featureVisualIconCenter:before{background:rgba(82,140,210,.18);box-shadow:0 0 0 .875rem rgba(82,140,210,.08),0 0 0 1.875rem rgba(82,140,210,.04),0 0 0 3rem rgba(82,140,210,.016)}.FeaturesPage-module__AfqhXW__featureVisualAmber .FeaturesPage-module__AfqhXW__featureVisualIconCenter:before{background:rgba(210,155,35,.2);box-shadow:0 0 0 .875rem rgba(210,155,35,.09),0 0 0 1.875rem rgba(210,155,35,.043),0 0 0 3rem rgba(210,155,35,.016)}.FeaturesPage-module__AfqhXW__featureVisualIconCenter svg{z-index:1;color:rgba(255,255,255,.9);width:2.125rem;height:2.125rem;position:relative}.FeaturesPage-module__AfqhXW__featureVisualTitle{z-index:1;color:rgba(255,255,255,.95);letter-spacing:-.01em;margin:0 0 .4rem;font-size:1.05rem;font-weight:700;position:relative}.FeaturesPage-module__AfqhXW__featureVisualSub{z-index:1;color:rgba(255,255,255,.48);margin:0;font-size:.825rem;line-height:1.55;position:relative}.FeaturesPage-module__AfqhXW__comingSoonBadge{color:var(--color-accent-dark);text-transform:uppercase;letter-spacing:.05em;vertical-align:middle;background:rgba(217,183,13,.1);border:1px solid rgba(217,183,13,.2);border-radius:2rem;align-items:center;gap:.375rem;margin-left:.75rem;padding:.25rem .75rem;font-size:.7rem;font-weight:700;display:inline-flex}@media (max-width:768px){.FeaturesPage-module__AfqhXW__featureBlockContainer,.FeaturesPage-module__AfqhXW__featureBlockContainer.FeaturesPage-module__AfqhXW__reversed{direction:ltr;grid-template-columns:1fr;gap:2.5rem}.FeaturesPage-module__AfqhXW__featureBlockContainer.FeaturesPage-module__AfqhXW__reversed>*{direction:ltr}.FeaturesPage-module__AfqhXW__featureBlock{padding:3.5rem 0}.FeaturesPage-module__AfqhXW__featureBlockContent h2{font-size:1.5rem}}
:root{--color-primary-dark:#253c59;--color-primary-main:#2d4b73;--color-primary-light:#99b4bf;--color-accent-main:#d9b70d;--color-accent-dark:#bf8d30;--color-white:#fff;--color-black:#000;--color-gray-50:#f9fafb;--color-gray-100:#f3f4f6;--color-gray-200:#e5e7eb;--color-gray-300:#d1d5db;--color-gray-400:#9ca3af;--color-gray-500:#6b7280;--color-gray-600:#4b5563;--color-gray-700:#374151;--color-gray-800:#1f2937;--color-gray-900:#111827;--color-success-light:#f0fdf4;--color-success-main:#16a34a;--color-success-dark:#15803d;--color-success-border:#bbf7d0;--color-info-main:#2563eb;--color-info-dark:#1d4ed8;--color-nav-bg:rgba(255,255,255,.95);--color-nav-border:rgba(153,180,191,.15);--color-nav-shadow:rgba(45,75,115,.08);--color-primary-alpha-light:rgba(45,75,115,.05);--color-primary-alpha-medium:rgba(45,75,115,.1);--color-primary-alpha-strong:rgba(45,75,115,.2);--color-accent-alpha-light:rgba(217,183,13,.08);--color-accent-alpha-medium:rgba(217,183,13,.1);--color-accent-alpha-strong:rgba(217,183,13,.3);--color-neutral-alpha:rgba(153,180,191,.1);--color-neutral-alpha-strong:rgba(153,180,191,.2);--color-shadow-light:rgba(0,0,0,.05);--color-shadow-medium:rgba(45,75,115,.15);--color-shadow-strong:rgba(45,75,115,.25);--color-shadow-strongest:rgba(45,75,115,.4);--gradient-brand-primary:linear-gradient(135deg,var(--color-primary-dark)0%,var(--color-primary-main)100%);--gradient-brand-reverse:linear-gradient(135deg,var(--color-primary-main)0%,var(--color-primary-dark)100%);--gradient-brand-horizontal:linear-gradient(90deg,var(--color-primary-main)0%,var(--color-primary-dark)100%);--gradient-accent:linear-gradient(135deg,var(--color-accent-main)0%,var(--color-accent-dark)100%);--gradient-accent-horizontal:linear-gradient(90deg,var(--color-accent-main)0%,var(--color-accent-dark)100%);--gradient-bg-subtle:linear-gradient(135deg,var(--color-neutral-alpha)0%,var(--color-primary-alpha-light)100%);--gradient-bg-accent:radial-gradient(ellipse at top right,var(--color-accent-alpha-medium)0%,transparent 70%);--gradient-feature-blue:linear-gradient(135deg,var(--color-primary-alpha-medium)0%,var(--color-neutral-alpha-strong)100%);--gradient-feature-yellow:linear-gradient(135deg,var(--color-accent-alpha-medium)0%,var(--color-accent-dark)100%);--gradient-feature-neutral:linear-gradient(135deg,var(--color-primary-alpha-medium)0%,var(--color-primary-alpha-medium)100%);--gradient-feature-mixed:linear-gradient(135deg,var(--color-accent-alpha-medium)0%,var(--color-neutral-alpha)100%);--color-mobile-menu-bg:rgba(255,255,255,.98);--color-mobile-menu-border:var(--color-neutral-alpha-strong)}.HomePage-module__W4ysnG__hero{text-align:center;background:url(/farmer_market_hero.jpg) 50% 70%/cover no-repeat;padding:8rem 0 7rem;position:relative;overflow:hidden}.HomePage-module__W4ysnG__hero:before{content:"";-webkit-backdrop-filter:blur(2px);pointer-events:none;background:linear-gradient(rgba(253,250,244,.93) 0%,rgba(250,247,240,.87) 45%,rgba(245,244,238,.84) 75%,rgba(242,247,243,.82) 100%);position:absolute;top:0;bottom:0;left:0;right:0}.HomePage-module__W4ysnG__heroContainer{z-index:1;max-width:54rem;margin:0 auto;padding:0 1.5rem;position:relative}.HomePage-module__W4ysnG__heroBadge{color:var(--color-primary-main);letter-spacing:.06em;text-transform:uppercase;background:rgba(45,75,115,.08);border:1px solid rgba(45,75,115,.15);border-radius:2rem;align-items:center;gap:.5rem;margin-bottom:2rem;padding:.375rem 1rem;font-size:.8rem;font-weight:600;display:inline-flex}.HomePage-module__W4ysnG__heroBadgeDot{background:var(--color-accent-main);border-radius:50%;width:6px;height:6px;display:inline-block}.HomePage-module__W4ysnG__heroTitle{color:var(--color-primary-dark);letter-spacing:-.03em;margin-bottom:1.75rem;font-size:max(2.75rem,min(5.5vw,4.5rem));font-weight:800;line-height:1.08}.HomePage-module__W4ysnG__heroSubtitle{color:var(--color-gray-600);max-width:42rem;margin-bottom:3rem;margin-left:auto;margin-right:auto;font-size:1.2rem;line-height:1.7}.HomePage-module__W4ysnG__heroButtons{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.HomePage-module__W4ysnG__pain{background:var(--color-primary-dark);padding:5rem 0}.HomePage-module__W4ysnG__painContainer{max-width:72rem;margin:0 auto;padding:0 1.5rem}.HomePage-module__W4ysnG__painGrid{grid-template-columns:repeat(3,1fr);gap:1.25rem;margin-bottom:3.5rem;display:grid}.HomePage-module__W4ysnG__painCard{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.09);border-radius:1.25rem;padding:2rem 2rem 2.25rem;position:relative;overflow:hidden}.HomePage-module__W4ysnG__painBgIcon{color:#fff;opacity:.07;pointer-events:none;line-height:1;position:absolute;bottom:-1.25rem;right:-1rem}.HomePage-module__W4ysnG__painCard h3{color:var(--color-white);margin:0 0 .75rem;font-size:1.05rem;font-weight:700;line-height:1.3;position:relative}.HomePage-module__W4ysnG__painCard p{color:rgba(255,255,255,.6);max-width:26ch;margin:0;font-size:.875rem;line-height:1.65;position:relative}.HomePage-module__W4ysnG__painCallout{text-align:center}.HomePage-module__W4ysnG__painTitle{color:var(--color-white);letter-spacing:-.02em;margin:0 0 .75rem;font-size:2rem;font-weight:800}.HomePage-module__W4ysnG__painSubtitle{color:rgba(255,255,255,.55);margin:0;font-size:1rem}.HomePage-module__W4ysnG__features{background:var(--color-gray-50);padding:6rem 0}.HomePage-module__W4ysnG__featuresContainer{max-width:80rem;margin:0 auto;padding:0 1.5rem}.HomePage-module__W4ysnG__sectionHeader{text-align:center;margin-bottom:4rem}.HomePage-module__W4ysnG__sectionTitle{color:var(--color-primary-dark);letter-spacing:-.025em;margin-bottom:.875rem;font-size:2.25rem;font-weight:800;line-height:1.2}.HomePage-module__W4ysnG__sectionSubtitle{color:var(--color-gray-500);max-width:36rem;margin:0 auto;font-size:1.1rem;line-height:1.6}.HomePage-module__W4ysnG__featuresGrid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.HomePage-module__W4ysnG__featureCard{background:var(--color-white);border:1px solid var(--color-gray-200);border-radius:1.25rem;padding:1.75rem 1.75rem 2rem;transition:box-shadow .2s,transform .2s;position:relative;overflow:hidden}.HomePage-module__W4ysnG__featureCard:hover{transform:translateY(-3px);box-shadow:0 8px 30px rgba(37,60,89,.08)}.HomePage-module__W4ysnG__featureBgIcon{color:var(--color-primary-dark);opacity:.06;pointer-events:none;line-height:1;position:absolute;bottom:-1.25rem;right:-1rem}.HomePage-module__W4ysnG__featureBgIcon svg{width:11.25rem;height:11.25rem}.HomePage-module__W4ysnG__featureCard h3{color:var(--color-primary-dark);margin:0 0 .5rem;font-size:1rem;font-weight:700;position:relative}.HomePage-module__W4ysnG__featureCard p{color:var(--color-gray-600);max-width:28ch;margin:0;font-size:.875rem;line-height:1.6;position:relative}.HomePage-module__W4ysnG__steps{background:var(--color-white);padding:6rem 0}.HomePage-module__W4ysnG__stepsContainer{max-width:72rem;margin:0 auto;padding:0 1.5rem}.HomePage-module__W4ysnG__stepsGrid{grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:4rem;display:grid;position:relative}.HomePage-module__W4ysnG__stepsConnector{display:none}.HomePage-module__W4ysnG__step{text-align:center;padding:0 1rem;position:relative}.HomePage-module__W4ysnG__stepNum{background:var(--gradient-brand-primary);width:3.5rem;height:3.5rem;color:var(--color-white);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 1.5rem;font-size:1.25rem;font-weight:800;display:flex;box-shadow:0 4px 16px rgba(37,60,89,.25)}.HomePage-module__W4ysnG__stepArrow{display:none}.HomePage-module__W4ysnG__step h3{color:var(--color-primary-dark);margin:0 0 .75rem;font-size:1.1rem;font-weight:700}.HomePage-module__W4ysnG__step p{color:var(--color-gray-600);margin:0;font-size:.875rem;line-height:1.65}.HomePage-module__W4ysnG__testimonials{background:#f7f3ec;padding:6rem 0}.HomePage-module__W4ysnG__testimonialsContainer{text-align:center;max-width:72rem;margin:0 auto;padding:0 2rem}.HomePage-module__W4ysnG__testimonialsGrid{grid-template-columns:repeat(2,1fr);gap:4rem;margin-top:3.5rem;display:grid}.HomePage-module__W4ysnG__testimonialCard{background:0 0;border:none;border-radius:0;flex-direction:column;align-items:center;padding:0;display:flex}.HomePage-module__W4ysnG__quoteMarks{color:var(--color-accent-main);opacity:.75;margin:0 0 1.75rem;font-family:Georgia,serif;font-size:4.5rem;line-height:1;display:block}.HomePage-module__W4ysnG__testimonialText{color:var(--color-primary-dark);letter-spacing:-.01em;max-width:46rem;margin:0 0 2.5rem;font-size:1.3rem;font-style:normal;font-weight:400;line-height:1.75}.HomePage-module__W4ysnG__testimonialFooter{border-top:none;flex-direction:row;align-items:center;gap:1rem;padding-top:0;display:flex}.HomePage-module__W4ysnG__testimonialFooter:before{content:none}.HomePage-module__W4ysnG__testimonialLogo{opacity:.7;flex-shrink:0;transition:opacity .3s}.HomePage-module__W4ysnG__testimonialLogo:hover{opacity:1}.HomePage-module__W4ysnG__testimonialLogo img{object-fit:contain}.HomePage-module__W4ysnG__testimonialAttribution{border-left:2px solid var(--color-accent-main);flex-direction:column;align-items:flex-start;gap:.2rem;padding-left:1rem;display:flex}.HomePage-module__W4ysnG__testimonialName{color:var(--color-primary-dark);letter-spacing:.01em;margin:0;font-size:.975rem;font-weight:700}.HomePage-module__W4ysnG__testimonialRole{color:var(--color-gray-500);margin:0;font-size:.85rem}.HomePage-module__W4ysnG__vendorCallout{background:var(--color-white);border-top:1px solid var(--color-gray-100);padding:5rem 0}.HomePage-module__W4ysnG__vendorCalloutContainer{grid-template-columns:1fr 1fr;align-items:center;gap:5rem;max-width:80rem;margin:0 auto;padding:0 1.5rem;display:grid}.HomePage-module__W4ysnG__vendorCalloutContent h2{color:var(--color-primary-dark);letter-spacing:-.025em;margin-bottom:1rem;font-size:2rem;font-weight:800;line-height:1.2}.HomePage-module__W4ysnG__vendorCalloutContent p{color:var(--color-gray-600);margin-bottom:0;font-size:1rem;line-height:1.7}.HomePage-module__W4ysnG__vendorBenefits{flex-direction:column;gap:1rem;display:flex}.HomePage-module__W4ysnG__vendorBenefit{background:var(--color-gray-50);border:1px solid var(--color-gray-200);border-radius:.875rem;align-items:flex-start;gap:1rem;padding:1.25rem;display:flex}.HomePage-module__W4ysnG__vendorBenefitIcon{width:2.25rem;height:2.25rem;color:var(--color-accent-dark);background:linear-gradient(135deg,rgba(217,183,13,.12) 0%,rgba(191,141,48,.08) 100%);border-radius:.5rem;flex-shrink:0;justify-content:center;align-items:center;display:flex}.HomePage-module__W4ysnG__vendorBenefitIcon svg{width:1.1rem;height:1.1rem}.HomePage-module__W4ysnG__vendorBenefit h4{color:var(--color-primary-dark);margin:0 0 .25rem;font-size:.9rem;font-weight:700}.HomePage-module__W4ysnG__vendorBenefit p{color:var(--color-gray-600);margin:0;font-size:.825rem;line-height:1.5}@media (max-width:1024px){.HomePage-module__W4ysnG__vendorCalloutContainer{gap:3rem}}@media (max-width:768px){.HomePage-module__W4ysnG__hero{background-position:50% 30%;padding:5rem 0 4rem}.HomePage-module__W4ysnG__hero:before{background:linear-gradient(rgba(253,250,244,.95) 0%,rgba(250,247,240,.92) 50%,rgba(242,247,243,.88) 100%)}.HomePage-module__W4ysnG__heroTitle{font-size:2.5rem}.HomePage-module__W4ysnG__heroSubtitle{font-size:1.05rem}.HomePage-module__W4ysnG__heroButtons{flex-direction:column;align-items:center}.HomePage-module__W4ysnG__painGrid,.HomePage-module__W4ysnG__featuresGrid,.HomePage-module__W4ysnG__testimonialsGrid{grid-template-columns:1fr;gap:1rem;margin-bottom:2.5rem}.HomePage-module__W4ysnG__stepsGrid{grid-template-columns:1fr;gap:2.5rem}.HomePage-module__W4ysnG__sectionTitle{font-size:1.75rem}.HomePage-module__W4ysnG__vendorCalloutContainer{grid-template-columns:1fr;gap:2.5rem}}@media (max-width:640px) and (min-width:481px){.HomePage-module__W4ysnG__painGrid,.HomePage-module__W4ysnG__featuresGrid,.HomePage-module__W4ysnG__testimonialsGrid{grid-template-columns:1fr}}@media (min-width:641px) and (max-width:1023px){.HomePage-module__W4ysnG__featuresGrid,.HomePage-module__W4ysnG__testimonialsGrid{grid-template-columns:repeat(2,1fr)}.HomePage-module__W4ysnG__painGrid{grid-template-columns:1fr}}
:root{--color-primary-dark:#253c59;--color-primary-main:#2d4b73;--color-primary-light:#99b4bf;--color-accent-main:#d9b70d;--color-accent-dark:#bf8d30;--color-white:#fff;--color-black:#000;--color-gray-50:#f9fafb;--color-gray-100:#f3f4f6;--color-gray-200:#e5e7eb;--color-gray-300:#d1d5db;--color-gray-400:#9ca3af;--color-gray-500:#6b7280;--color-gray-600:#4b5563;--color-gray-700:#374151;--color-gray-800:#1f2937;--color-gray-900:#111827;--color-success-light:#f0fdf4;--color-success-main:#16a34a;--color-success-dark:#15803d;--color-success-border:#bbf7d0;--color-info-main:#2563eb;--color-info-dark:#1d4ed8;--color-nav-bg:rgba(255,255,255,.95);--color-nav-border:rgba(153,180,191,.15);--color-nav-shadow:rgba(45,75,115,.08);--color-primary-alpha-light:rgba(45,75,115,.05);--color-primary-alpha-medium:rgba(45,75,115,.1);--color-primary-alpha-strong:rgba(45,75,115,.2);--color-accent-alpha-light:rgba(217,183,13,.08);--color-accent-alpha-medium:rgba(217,183,13,.1);--color-accent-alpha-strong:rgba(217,183,13,.3);--color-neutral-alpha:rgba(153,180,191,.1);--color-neutral-alpha-strong:rgba(153,180,191,.2);--color-shadow-light:rgba(0,0,0,.05);--color-shadow-medium:rgba(45,75,115,.15);--color-shadow-strong:rgba(45,75,115,.25);--color-shadow-strongest:rgba(45,75,115,.4);--gradient-brand-primary:linear-gradient(135deg,var(--color-primary-dark)0%,var(--color-primary-main)100%);--gradient-brand-reverse:linear-gradient(135deg,var(--color-primary-main)0%,var(--color-primary-dark)100%);--gradient-brand-horizontal:linear-gradient(90deg,var(--color-primary-main)0%,var(--color-primary-dark)100%);--gradient-accent:linear-gradient(135deg,var(--color-accent-main)0%,var(--color-accent-dark)100%);--gradient-accent-horizontal:linear-gradient(90deg,var(--color-accent-main)0%,var(--color-accent-dark)100%);--gradient-bg-subtle:linear-gradient(135deg,var(--color-neutral-alpha)0%,var(--color-primary-alpha-light)100%);--gradient-bg-accent:radial-gradient(ellipse at top right,var(--color-accent-alpha-medium)0%,transparent 70%);--gradient-feature-blue:linear-gradient(135deg,var(--color-primary-alpha-medium)0%,var(--color-neutral-alpha-strong)100%);--gradient-feature-yellow:linear-gradient(135deg,var(--color-accent-alpha-medium)0%,var(--color-accent-dark)100%);--gradient-feature-neutral:linear-gradient(135deg,var(--color-primary-alpha-medium)0%,var(--color-primary-alpha-medium)100%);--gradient-feature-mixed:linear-gradient(135deg,var(--color-accent-alpha-medium)0%,var(--color-neutral-alpha)100%);--color-mobile-menu-bg:rgba(255,255,255,.98);--color-mobile-menu-border:var(--color-neutral-alpha-strong)}.ValuePropCard-module__Py-I0G__valuePropCard{background-color:var(--color-white);text-align:center;border:1px solid rgba(153,180,191,.2);border-radius:1.5rem;flex-direction:column;align-items:center;padding:3rem 2rem;transition:all .3s;display:flex;position:relative;overflow:hidden;box-shadow:0 8px 30px rgba(45,75,115,.1)}.ValuePropCard-module__Py-I0G__valuePropCard:before{content:"";background:var(--gradient-accent-horizontal);height:4px;position:absolute;top:0;left:0;right:0}.ValuePropCard-module__Py-I0G__valuePropCard:hover{transform:translateY(-8px);box-shadow:0 20px 40px rgba(45,75,115,.15)}.ValuePropCard-module__Py-I0G__featureIcon{border-radius:.75rem;flex-shrink:0;justify-content:center;align-items:center;width:4rem;height:4rem;margin-bottom:2rem;display:flex}.ValuePropCard-module__Py-I0G__featureIcon svg{width:1.5rem;height:1.5rem}.ValuePropCard-module__Py-I0G__blue{background:linear-gradient(135deg,rgba(45,75,115,.1) 0%,rgba(37,60,89,.15) 100%)}.ValuePropCard-module__Py-I0G__blue svg{color:var(--color-primary-main)}.ValuePropCard-module__Py-I0G__green{background:linear-gradient(135deg,rgba(217,183,13,.1) 0%,rgba(191,141,48,.15) 100%)}.ValuePropCard-module__Py-I0G__green svg{color:var(--color-accent-main)}.ValuePropCard-module__Py-I0G__purple{background:linear-gradient(135deg,rgba(37,60,89,.1) 0%,rgba(45,75,115,.1) 100%)}.ValuePropCard-module__Py-I0G__purple svg{color:var(--color-primary-dark)}.ValuePropCard-module__Py-I0G__orange{background:linear-gradient(135deg,rgba(191,141,48,.1) 0%,rgba(217,183,13,.2) 100%)}.ValuePropCard-module__Py-I0G__orange svg{color:var(--color-accent-dark)}.ValuePropCard-module__Py-I0G__red{background:linear-gradient(135deg,rgba(153,180,191,.1) 0%,rgba(45,75,115,.1) 100%)}.ValuePropCard-module__Py-I0G__red svg{color:var(--color-primary-main)}.ValuePropCard-module__Py-I0G__indigo{background:linear-gradient(135deg,rgba(45,75,115,.15) 0%,rgba(217,183,13,.1) 100%)}.ValuePropCard-module__Py-I0G__indigo svg{color:var(--color-accent-main)}.ValuePropCard-module__Py-I0G__valuePropTitle{color:var(--color-primary-dark);margin-bottom:1.25rem;font-size:1.375rem;font-weight:700}.ValuePropCard-module__Py-I0G__valuePropDesc{color:var(--color-primary-main);max-width:300px;font-size:1rem;line-height:1.7}@media (max-width:768px){.ValuePropCard-module__Py-I0G__valuePropCard{padding:2rem}}
