@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700;800&family=Lato:wght@300;400;700&display=swap");:root{--gh-cream:#fffdfa;--gh-orange:#ff7a59;--gh-orange-hover:#e8694d;--gh-teal:#3e847b;--gh-teal-hover:#356e67;--gh-black:#111;--gh-mint:#f9fcfa;--gh-navy-dark:#2b5f58;--gh-navy-light:#3e847b;--gh-gray-medium:#64748b;--gh-gray-light:#e5e7eb;--gh-bg:#f5f7fa;--gh-font-heading:"Open Sans",sans-serif;--gh-font-body:"Lato",sans-serif;--gh-text-base:18px;--gh-max-width:1200px;--gh-section-pad-v:80px;--gh-section-pad-h:40px;--gh-radius-sm:8px;--gh-radius-md:12px;--gh-radius-lg:16px;--gh-shadow-card:0 4px 20px rgba(0,0,0,.08);--gh-shadow-card-hover:0 8px 32px rgba(0,0,0,.12);--gh-shadow-hero-card:0 30px 60px rgba(0,0,0,.25)}.gh-section{padding:var(--gh-section-pad-v) var(--gh-section-pad-h)}.gh-container{margin:0 auto;max-width:var(--gh-max-width)}.gh-section h1,.gh-section h2,.gh-section h3,.gh-section h4{color:var(--gh-black);font-family:var(--gh-font-heading);font-weight:800;line-height:1.15}.gh-section label,.gh-section li,.gh-section p,.gh-section span{color:var(--gh-black);font-family:var(--gh-font-body);font-size:var(--gh-text-base);line-height:1.6}.gh-btn{align-items:center;border:none;border-radius:var(--gh-radius-sm);cursor:pointer;display:inline-flex;font-family:var(--gh-font-body);font-size:16px;font-weight:700;gap:8px;text-decoration:none;transition:all .25s ease}.gh-btn-primary{background:var(--gh-orange);color:#fff;padding:14px 32px}.gh-btn-primary:hover{background:var(--gh-orange-hover);box-shadow:0 4px 14px rgba(255,122,89,.35);color:#fff;transform:translateY(-1px)}.gh-btn-secondary{background:transparent;border:2px solid var(--gh-teal);color:var(--gh-teal);padding:12px 30px}.gh-btn-secondary:hover{background:var(--gh-teal);color:#fff}.gh-btn-ghost{background:transparent;border:2px solid hsla(0,0%,100%,.5);color:#fff;padding:12px 30px}.gh-btn-ghost:hover{background:hsla(0,0%,100%,.1);border-color:#fff;color:#fff}.gh-check{align-items:center;background:var(--gh-teal);border-radius:50%;color:#fff;display:inline-flex;flex-shrink:0;font-size:12px;height:22px;justify-content:center;width:22px}.gh-pricing-row .row-fluid,.gh-pricing-row>div{align-items:flex-start!important;display:flex!important;gap:32px;margin-left:auto!important;margin-right:auto!important;max-width:var(--gh-max-width)!important}.gh-pricing-row .row-fluid>[class*=span],.gh-pricing-row>div>div{flex:1!important;float:none!important;width:50%!important}@media (max-width:1024px){.gh-pricing-row .row-fluid,.gh-pricing-row>div{flex-direction:column!important}.gh-pricing-row .row-fluid>[class*=span],.gh-pricing-row>div>div{width:100%!important}}@media (max-width:768px){.gh-section{padding:60px 24px}}