.comparison-table{padding:4rem 0;background:transparent;color:var(--ivory)}.comparison-table__header{margin-bottom:3rem}.comparison-table__eyebrow{color:var(--verdant);font-size:.8125rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;margin-bottom:.5rem}.comparison-table__title{font-size:clamp(1.75rem,3vw,2.25rem);font-weight:700;color:var(--ivory)}.comparison-table__grid{max-width:1100px;margin:0 auto}.comparison-table__card{background:var(--midnight);border:1px solid var(--border-subtle);border-radius:16px;padding:1.75rem;height:100%;display:flex;flex-direction:column;gap:1rem}.comparison-table__card--negative{border-color:rgba(var(--verdant-hover-rgb),.08)}.comparison-table__card--positive{border-color:rgba(var(--verdant-rgb),.55);box-shadow:var(--shadow-card-base)}.comparison-table__card-label{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:rgba(var(--ivory-rgb),.55)}.comparison-table__card-label--positive{color:var(--verdant)}.comparison-table__card-title{font-size:1.25rem;font-weight:700;color:var(--ivory);margin:0}.comparison-table__list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.625rem}.comparison-table__item{display:flex;gap:.625rem;align-items:flex-start;color:rgba(var(--ivory-rgb),.85);line-height:1.4;font-size:.95rem}.comparison-table__mark{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;width:1.25rem;height:1.25rem;border-radius:999px;font-weight:700;font-size:.8rem;margin-top:.1rem}.comparison-table__item--negative .comparison-table__mark,.comparison-table__item--positive .comparison-table__mark{color:var(--verdant);background:transparent}.contact-form-compact{background:rgba(var(--midnight-rgb),.85);border:1px solid rgba(var(--verdant-rgb),.35);border-radius:16px;padding:1.5rem;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);box-shadow:0 20px 60px rgba(var(--midnight-rgb),.45);max-width:420px;width:100%;margin-left:auto}.contact-form-compact__badges{display:flex;flex-wrap:wrap;gap:.375rem;margin-bottom:1rem}.contact-form-compact__badge{font-size:.7rem;font-weight:600;color:var(--ivory);background:var(--border-subtle);border:1px solid rgba(var(--verdant-hover-rgb),.35);border-radius:999px;padding:.25rem .65rem;letter-spacing:.02em;white-space:nowrap}.contact-form-compact__hubspot{min-height:0}.contact-form-compact--loading .contact-form-compact__hubspot,.contact-form-compact--failed .contact-form-compact__hubspot{display:none}.contact-form-compact__skeleton{display:flex;flex-direction:column;gap:.5rem}.contact-form-compact__skeleton-label,.contact-form-compact__skeleton-field,.contact-form-compact__skeleton-button{position:relative;overflow:hidden;background:var(--border-subtle);border-radius:6px}.contact-form-compact__skeleton-label{height:14px;width:35%;margin-top:.25rem}.contact-form-compact__skeleton-field{height:38px;width:100%;margin-bottom:.25rem}.contact-form-compact__skeleton-button{height:46px;width:100%;margin-top:.75rem;background:rgba(var(--verdant-rgb),.45)}.contact-form-compact__skeleton-label:after,.contact-form-compact__skeleton-field:after,.contact-form-compact__skeleton-button:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;transform:translate(-100%);background:linear-gradient(90deg,transparent 0%,rgba(var(--ivory-rgb),.08) 50%,transparent 100%);animation:shimmer 1.6s infinite}@keyframes shimmer{to{transform:translate(100%)}}.contact-form-compact__fallback{text-align:center;padding:1.5rem .5rem}.contact-form-compact__fallback-text{color:rgba(var(--ivory-rgb),.75);font-size:.9rem;line-height:1.5;margin-bottom:1rem}.contact-form-compact__fallback-cta{display:inline-block;background:var(--verdant);color:var(--ivory);font-weight:600;padding:.75rem 1.5rem;border-radius:8px;text-decoration:none;transition:background-color .15s ease}.contact-form-compact__fallback-cta:hover{background:var(--verdant-hover);color:var(--ivory)}.contact-form-compact__hubspot form{display:flex;flex-direction:column;gap:.5rem}.contact-form-compact__hubspot label{color:rgba(var(--ivory-rgb),.9);font-size:.8125rem;font-weight:500;margin-bottom:.25rem;display:block}.contact-form-compact__hubspot input[type=text],.contact-form-compact__hubspot input[type=email],.contact-form-compact__hubspot input[type=tel],.contact-form-compact__hubspot textarea,.contact-form-compact__hubspot select{width:100%;background:rgba(var(--midnight-rgb),.35);border:1px solid rgba(var(--ivory-rgb),.2);border-radius:8px;color:var(--ivory);padding:.55rem .75rem;font-size:.9rem;transition:border-color .15s ease}.contact-form-compact__hubspot input:focus,.contact-form-compact__hubspot textarea:focus,.contact-form-compact__hubspot select:focus{outline:none;border-color:var(--verdant-hover)}.contact-form-compact__hubspot input::placeholder{color:rgba(var(--ivory-rgb),.45)}.contact-form-compact__hubspot .hs-error-msg,.contact-form-compact__hubspot .hs-error-msgs label{color:var(--status-error);font-size:.75rem;margin-top:.125rem}.contact-form-compact__hubspot .hs-submit{margin-top:.75rem}.contact-form-compact__hubspot .hs-button,.contact-form-compact__hubspot input[type=submit]{width:100%;background:var(--verdant);color:var(--ivory);border:none;border-radius:8px;padding:.75rem 1rem;font-size:.95rem;font-weight:600;cursor:pointer;transition:background-color .15s ease,filter .15s ease}.contact-form-compact__hubspot .hs-button:hover,.contact-form-compact__hubspot input[type=submit]:hover{background:var(--verdant-hover);filter:brightness(var(--brightness-hover))}.contact-form-compact__hubspot .hs-button:active,.contact-form-compact__hubspot input[type=submit]:active{filter:brightness(.95)}.contact-form-compact__hubspot .hs_submit .actions{display:block}.contact-form-compact__hubspot .legal-consent-container{color:rgba(var(--ivory-rgb),.65);font-size:.72rem;margin-top:.5rem}.contact-form-compact__hubspot .legal-consent-container a{color:var(--verdant)}.contact-form-compact__disclaimer{color:rgba(var(--ivory-rgb),.6);font-size:.75rem;margin-top:.75rem;margin-bottom:0;text-align:center;line-height:1.4}@media (max-width: 992px){.contact-form-compact{max-width:100%;margin-left:0;margin-top:2rem}}.landing-campaign{background-color:var(--midnight);background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='400'%20height='400'%20viewBox='0%200%20400%20400'%3e%3cpath%20fill='%230a0a0a'%20d='M0%200h400v400H0z'/%3e%3ccircle%20cx='327'%20cy='57'%20r='.6'%20fill='%23fff'%20opacity='.09'/%3e%3ccircle%20cx='140'%20cy='125'%20r='.6'%20fill='%23fff'%20opacity='.16'/%3e%3ccircle%20cx='377'%20cy='52'%20r='.6'%20fill='%23fff'%20opacity='.33'/%3e%3ccircle%20cx='279'%20cy='44'%20r='.6'%20fill='%23fff'%20opacity='.3'/%3e%3ccircle%20cx='16'%20cy='15'%20r='.6'%20fill='%23fff'%20opacity='.11'/%3e%3ccircle%20cx='119'%20cy='258'%20r='.6'%20fill='%23fff'%20opacity='.3'/%3e%3ccircle%20cx='287'%20cy='101'%20r='.6'%20fill='%23fff'%20opacity='.34'/%3e%3ccircle%20cx='359'%20cy='279'%20r='.6'%20fill='%23fff'%20opacity='.24'/%3e%3ccircle%20cx='229'%20cy='301'%20r='.6'%20fill='%23fff'%20opacity='.18'/%3e%3ccircle%20cx='3'%20cy='388'%20r='.6'%20fill='%23fff'%20opacity='.38'/%3e%3ccircle%20cx='357'%20cy='216'%20r='.6'%20fill='%23fff'%20opacity='.21'/%3e%3ccircle%20cx='79'%20cy='110'%20r='.6'%20fill='%23fff'%20opacity='.43'/%3e%3ccircle%20cx='172'%20cy='52'%20r='.6'%20fill='%23fff'%20opacity='.11'/%3e%3ccircle%20cx='49'%20cy='183'%20r='.6'%20fill='%23fff'%20opacity='.39'/%3e%3ccircle%20cx='309'%20cy='135'%20r='.6'%20fill='%23fff'%20opacity='.38'/%3e%3ccircle%20cx='373'%20cy='235'%20r='.6'%20fill='%23fff'%20opacity='.28'/%3e%3ccircle%20cx='193'%20cy='40'%20r='.6'%20fill='%23fff'%20opacity='.28'/%3e%3ccircle%20cx='321'%20cy='316'%20r='.6'%20fill='%23fff'%20opacity='.41'/%3e%3ccircle%20cx='185'%20cy='295'%20r='.6'%20fill='%23fff'%20opacity='.15'/%3e%3ccircle%20cx='35'%20cy='23'%20r='.6'%20fill='%23fff'%20opacity='.32'/%3e%3ccircle%20cx='395'%20cy='148'%20r='.6'%20fill='%23fff'%20opacity='.44'/%3e%3ccircle%20cx='119'%20cy='51'%20r='.6'%20fill='%23fff'%20opacity='.22'/%3e%3ccircle%20cx='232'%20cy='325'%20r='.6'%20fill='%23fff'%20opacity='.39'/%3e%3ccircle%20cx='83'%20cy='189'%20r='.6'%20fill='%23fff'%20opacity='.21'/%3e%3ccircle%20cx='343'%20cy='136'%20r='.6'%20fill='%23fff'%20opacity='.34'/%3e%3ccircle%20cx='349'%20cy='331'%20r='.6'%20fill='%23fff'%20opacity='.11'/%3e%3ccircle%20cx='325'%20cy='87'%20r='.6'%20fill='%23fff'%20opacity='.28'/%3e%3ccircle%20cx='125'%20cy='83'%20r='.6'%20fill='%23fff'%20opacity='.25'/%3e%3ccircle%20cx='138'%20cy='327'%20r='.6'%20fill='%23fff'%20opacity='.33'/%3e%3ccircle%20cx='112'%20cy='350'%20r='.6'%20fill='%23fff'%20opacity='.2'/%3e%3ccircle%20cx='393'%20cy='397'%20r='.6'%20fill='%23fff'%20opacity='.1'/%3e%3ccircle%20cx='16'%20cy='161'%20r='.6'%20fill='%23fff'%20opacity='.23'/%3e%3ccircle%20cx='33'%20cy='108'%20r='.6'%20fill='%23fff'%20opacity='.42'/%3e%3ccircle%20cx='290'%20cy='367'%20r='.6'%20fill='%23fff'%20opacity='.2'/%3e%3ccircle%20cx='335'%20cy='255'%20r='.6'%20fill='%23fff'%20opacity='.23'/%3e%3ccircle%20cx='329'%20cy='234'%20r='1.1'%20fill='%23fff'%20opacity='.29'/%3e%3ccircle%20cx='71'%20cy='126'%20r='1.1'%20fill='%23fff'%20opacity='.47'/%3e%3ccircle%20cx='275'%20cy='134'%20r='1.1'%20fill='%23fff'%20opacity='.47'/%3e%3ccircle%20cx='219'%20cy='298'%20r='1.1'%20fill='%23fff'%20opacity='.37'/%3e%3ccircle%20cx='112'%20cy='70'%20r='1.1'%20fill='%23fff'%20opacity='.4'/%3e%3ccircle%20cx='46'%20cy='386'%20r='1.1'%20fill='%23fff'%20opacity='.26'/%3e%3ccircle%20cx='56'%20cy='78'%20r='1.1'%20fill='%23fff'%20opacity='.44'/%3e%3ccircle%20cx='348'%20cy='216'%20r='1.1'%20fill='%23fff'%20opacity='.43'/%3e%3ccircle%20cx='197'%20cy='195'%20r='1.1'%20fill='%23fff'%20opacity='.43'/%3e%3ccircle%20cx='239'%20cy='270'%20r='1.1'%20fill='%23fff'%20opacity='.33'/%3e%3ccircle%20cx='283'%20cy='5'%20r='1.6'%20fill='%23fff'%20opacity='.6'/%3e%3ccircle%20cx='58'%20cy='349'%20r='1.6'%20fill='%23fff'%20opacity='.67'/%3e%3ccircle%20cx='384'%20cy='136'%20r='1.6'%20fill='%23fff'%20opacity='.63'/%3e%3c/svg%3e");background-repeat:repeat;color:var(--ivory)}.landing-hero{position:relative;overflow:hidden;padding-top:4.5rem;padding-bottom:4rem;background-color:var(--midnight);margin-top:-62px;padding-top:calc(62px + 3rem)}.landing-hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.landing-hero__bg img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}.landing-hero__bg:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,rgba(var(--midnight-rgb),.95),rgba(var(--midnight-rgb),.65) 45%,rgba(var(--midnight-rgb),.35));mix-blend-mode:multiply}.landing-hero__bg:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse at top right,rgba(var(--verdant-rgb),.25) 0%,transparent 65%);z-index:1}.landing-hero__inner{position:relative;z-index:2}.landing-hero__badges{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.landing-hero__badge{display:inline-flex;align-items:center;font-size:.75rem;font-weight:600;color:var(--ivory);background:var(--border-subtle);border:1px solid rgba(172,251,32,.4);border-radius:999px;padding:.3rem .85rem;letter-spacing:.01em;white-space:nowrap;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px)}.landing-hero__title{font-size:clamp(2.25rem,5vw,3.25rem);font-weight:800;line-height:1.08;letter-spacing:-.02em;color:var(--ivory);margin-bottom:1.25rem}.landing-hero__title span{display:block}.landing-hero__sub{color:rgba(var(--ivory-rgb),.75);font-size:1.125rem;line-height:1.55;max-width:560px;margin-bottom:0}.landing-kpi-band{background:var(--verdant-hover);padding:0}.landing-kpi-band__ticker .ticker-bar{background:var(--verdant-hover);border-top:none;border-bottom:none}.landing-kpi-band__ticker .ticker-bar-item{color:var(--midnight);font-weight:700}.landing-kpis{background:transparent;padding:3.5rem 0}.landing-kpis__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1.5rem;text-align:center}.landing-kpi{padding:1rem .5rem}.landing-kpi__value{font-size:clamp(2.5rem,5vw,3.5rem);font-weight:800;line-height:1;color:var(--verdant);letter-spacing:-.01em}.landing-kpi__label{color:rgba(var(--ivory-rgb),.7);font-size:.875rem;line-height:1.4;margin-top:.75rem;margin-bottom:0}@media (max-width: 768px){.landing-kpis__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}}.landing-section{background:transparent;padding:4rem 0;color:var(--ivory)}.landing-section__eyebrow{color:var(--verdant);font-size:.8125rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;margin-bottom:.5rem;text-align:center}.landing-section__title{font-size:clamp(1.75rem,3vw,2.25rem);font-weight:700;color:var(--ivory);text-align:center;margin-bottom:1.25rem}.landing-section__sub{color:rgba(var(--ivory-rgb),.7);text-align:center;max-width:720px;margin:0 auto 2.5rem;font-size:1.05rem;line-height:1.55}.landing-cards-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.landing-info-card{background:var(--atlantic);border:1px solid var(--border-subtle);border-radius:16px;padding:1.5rem;display:flex;flex-direction:column;gap:.5rem}.landing-info-card__title{color:var(--verdant);font-size:1rem;font-weight:700;margin:0}.landing-info-card__desc{color:rgba(var(--ivory-rgb),.7);font-size:.9rem;line-height:1.5;margin:0}@media (max-width: 768px){.landing-cards-grid{grid-template-columns:1fr}}.landing-how{background:var(--ivory);padding:4rem 0;color:var(--atlantic)}.landing-how__eyebrow{color:var(--verdant);font-size:.8125rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;margin-bottom:.5rem;text-align:center}.landing-how__title{font-size:clamp(1.75rem,3vw,2.25rem);font-weight:700;text-align:center;margin-bottom:3rem;color:var(--atlantic)}.landing-how__cta-wrap{margin-top:2.5rem;text-align:center}.landing-final-cta{background:transparent;color:var(--ivory);padding:4rem 0;text-align:center}.landing-final-cta__title{font-size:clamp(1.75rem,3vw,2.25rem);font-weight:700;max-width:720px;margin:0 auto 1rem;color:var(--ivory)}.landing-final-cta__body{color:rgba(var(--ivory-rgb),.7);font-size:1.05rem;line-height:1.5;max-width:640px;margin:0 auto 1.75rem}.landing-time__hero-card{background:var(--atlantic);border:1px solid rgba(var(--verdant-rgb),.35);border-radius:16px;padding:2rem;margin-bottom:1.25rem;max-width:820px;margin-left:auto;margin-right:auto}.landing-time__hero-card .landing-section__title{text-align:left;margin-bottom:.75rem}.landing-time__hero-card .landing-section__sub{text-align:left;margin:0;max-width:100%}
