.landing{--landing-space-xs:clamp(.25rem,.5vw,.5rem);--landing-space-sm:clamp(.5rem,1vw,.75rem);--landing-space-md:clamp(.75rem,1.5vw,1rem);--landing-space-lg:clamp(1rem,2vw,1.5rem);--landing-space-xl:clamp(1.5rem,3vw,2rem);--landing-space-2xl:clamp(2rem,4vw,3rem);--landing-space-3xl:clamp(2.5rem,5vw,4rem);--landing-space-4xl:clamp(3rem,6vw,6.25rem);--section-padding-y:clamp(3rem,6vw,6.25rem);--hero-title-size:clamp(1.75rem,5vw,3.5rem);--section-title-size:clamp(1.5rem,4vw,2.5rem);font-family:var(--font-outfit,"Outfit",sans-serif);color:var(--text-dark);background:var(--bg-warm,var(--bg-warm));--theme-primary:#bc6c45;--theme-primary-light:#d4895e;--theme-primary-dark:#8e4e2f;--theme-primary-darker:#7a4529;--theme-primary-rgb:188,108,69;position:relative;overflow-x:hidden}.landing h1,.landing h2,.landing h3,.landing h4,.landing h5,.landing h6{font-family:var(--font-cormorant,"Cormorant Garamond",serif)}.landing.pro-theme{--theme-primary:#6b7f4e;--theme-primary-light:#7e9262;--theme-primary-dark:#5a6e3f;--theme-primary-darker:#4a5e32;--theme-primary-rgb:107,127,78}.landing .btn-primary,.landing-page .btn-primary{box-shadow:0 2px 8px rgba(var(--theme-primary-rgb),.25);background:var(--theme-primary)!important;border-color:var(--theme-primary)!important}.landing .btn-primary:hover,.landing-page .btn-primary:hover{box-shadow:0 4px 12px rgba(var(--theme-primary-rgb),.35);transform:translateY(-2px);background:var(--theme-primary-dark)!important;border-color:var(--theme-primary-dark)!important}.landing .btn-outline-primary,.landing-page .btn-outline-primary{color:var(--theme-primary)!important;border-color:var(--theme-primary)!important;background:0 0!important}.landing .btn-outline-primary:hover,.landing-page .btn-outline-primary:hover,.landing .btn-outline-primary:focus,.landing-page .btn-outline-primary:focus{box-shadow:0 4px 12px rgba(var(--theme-primary-rgb),.3);transform:translateY(-2px);background:var(--theme-primary)!important;border-color:var(--theme-primary)!important;color:var(--bg-white)!important}.landing .text-primary,.landing-page .text-primary{color:var(--theme-primary)!important}.landing__wave-divider{z-index:2;height:120px;margin-top:-60px;position:relative;overflow:hidden}.landing__wave-divider svg{width:100%;height:100%;position:absolute;bottom:0}.landing__section--cream{background:var(--bg-warm);position:relative}.landing__circle-deco{pointer-events:none;z-index:0;border-radius:50%;position:absolute}.landing__circle-deco--teal{background:rgba(var(--theme-primary-rgb),.1);border:3px solid rgba(var(--theme-primary-rgb),.2)}.landing__circle-deco--orange{background:#f4a2611a;border:3px solid #f4a26133}.landing__circle-deco--outline{border:2px dashed rgba(var(--theme-primary-rgb),.3);background:0 0}.landing__container{max-width:clamp(75rem,80vw,96rem);padding:0 var(--landing-space-lg);margin:0 auto}.landing__header{background:var(--bg-white);box-shadow:var(--shadow-sm);z-index:var(--z-header);border-bottom:var(--border-width-1)solid var(--border-light);position:fixed;top:0;left:0;right:0}.landing__header-inner{max-width:var(--landing-container,72rem);grid-template-columns:1fr auto 1fr;align-items:center;margin:0 auto;display:grid}.landing__header-nav{justify-content:center;align-items:center;gap:var(--spacing-4);display:flex}.landing__header-actions{justify-content:flex-end;align-items:center;gap:var(--spacing-2);grid-column:3;display:flex}.landing__header .logo-section{align-items:center;gap:var(--spacing-2);display:flex;position:relative}.landing__header .logo-section img{width:auto;height:70px}.landing__header .logo-section .logo-container{height:70px}.landing__header .audience-toggle{justify-content:center;align-items:center;display:flex}.landing__header .audience-btn{min-width:6.25rem;font-size:var(--font-size-sm);transition:var(--transition-base)}.landing__header .audience-btn:hover{transform:translateY(-.0625rem)}.nav-link-custom{color:var(--text-dark);font-weight:var(--font-weight-medium);padding:var(--spacing-2)0;transition:var(--transition-fast);font-size:clamp(.8rem,1.5vw,.95rem);text-decoration:none;position:relative}.nav-link-custom:after{content:"";background:var(--primary-500);width:0;height:.125rem;transition:var(--transition-slow);position:absolute;bottom:0;left:0}.nav-link-custom:hover{color:var(--primary-500)}.nav-link-custom:hover:after{width:100%}.nav-dropdown{align-items:center;display:flex;position:relative}.nav-dropdown-trigger{cursor:pointer;background:0 0;border:none;align-items:center;gap:.25rem;display:inline-flex}.nav-dropdown-trigger:focus{outline:none}.nav-dropdown-trigger:focus-visible{outline:2px solid var(--primary-500);outline-offset:2px;border-radius:var(--radius-sm)}.nav-dropdown-trigger:after{display:none}.nav-dropdown-chevron{font-size:.6rem;transition:transform .2s}.nav-dropdown-chevron.open{transform:rotate(180deg)}.nav-dropdown-menu{background:var(--surface-0,#fff);border-radius:var(--radius-md,.5rem);min-width:13rem;padding:var(--spacing-2,.5rem)0;z-index:1000;position:absolute;top:calc(100% + .5rem);left:50%;transform:translate(-50%);box-shadow:0 .25rem 1.5rem #0000001f}.nav-dropdown-item{padding:var(--spacing-2,.5rem)var(--spacing-4,1rem);color:var(--text-dark,#333);white-space:nowrap;align-items:center;gap:.5rem;font-size:.85rem;font-weight:500;text-decoration:none;transition:background .15s,color .15s;display:flex}.nav-dropdown-item:hover{background:var(--surface-50,#f5f5f5);color:var(--primary-500)}.nav-dropdown-icon{font-size:1.1rem;line-height:1}.landing__hero{min-height:100svh;padding-top:var(--header-height);isolation:isolate;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.landing__hero-background{z-index:-2;position:absolute;inset:0}.landing__hero-background img{object-fit:cover;object-position:center;width:100%;height:100%}.landing__hero-overlay{z-index:1;background:linear-gradient(135deg,#0009 0%,#0006 100%);position:absolute;inset:0}.landing__hero .landing__container{z-index:1;position:relative}.landing__hero--split{padding-top:var(--header-height);background:var(--bg-warm);grid-template-columns:1fr 1fr;min-height:100svh;display:grid}.landing__hero--split .landing__hero-image-side{padding:var(--spacing-8);padding-right:var(--spacing-6);background:var(--bg-warm);justify-content:flex-end;align-items:center;display:flex;position:relative}.landing__hero--split .landing__hero-image-container{aspect-ratio:3/4;border-radius:var(--radius-2xl);width:100%;max-width:28rem;height:auto;max-height:520px;position:relative;overflow:hidden;box-shadow:0 10px 40px #0000001f,0 4px 12px #00000014}.landing__hero--split .landing__hero-image{border-radius:var(--radius-2xl)}.landing__hero--split .landing__hero-image-fade{background:linear-gradient(135deg,transparent 0%,transparent 70%,rgba(var(--theme-primary-rgb),.1)100%);border-radius:var(--radius-2xl);pointer-events:none;z-index:1;position:absolute;inset:0}.landing__hero--split .landing__hero-image-container:after{content:"";border-radius:var(--radius-2xl);pointer-events:none;z-index:2;position:absolute;inset:0;box-shadow:inset 0 0 40px #00000014}.landing__hero--split .landing__hero-content-side{padding:var(--spacing-8);padding-left:var(--spacing-6);background:var(--bg-warm);justify-content:flex-start;align-items:center;display:flex}.landing__hero--split .landing__hero-content{text-align:left;max-width:none;color:var(--text-dark);-webkit-backdrop-filter:none;backdrop-filter:none;box-shadow:none;background:0 0;border:none;margin:0;padding:0}.landing__hero--split .landing__hero-content--pro{gap:var(--spacing-8);flex-direction:column;max-width:40rem;display:flex}.landing__hero--split .landing__hero-title{color:var(--text-dark);text-shadow:none;font-size:clamp(1.5rem,3vw,2.2rem)}.landing__hero--split .landing__hero-subtitle{color:var(--text-muted);text-shadow:none;margin-left:0;margin-right:0}.landing__hero--split .landing__hero-list{color:var(--text-dark);text-shadow:none}.landing__hero--split .landing__hero-list li:before{color:var(--theme-primary)}.landing__hero--split .landing__hero-form-card{background:var(--bg-white);border:2px solid var(--surface-200);box-shadow:var(--shadow-xl);padding:var(--spacing-6);border-radius:var(--radius-2xl)}.landing__hero--split .landing__hero-form-card:hover,.landing__hero--split .landing__hero-form-card:focus-within{border-color:var(--theme-primary-light);box-shadow:0 12px 40px rgba(var(--theme-primary-rgb),.15),0 4px 12px #00000014}.landing__hero--split .landing__hero-form-card h3{color:var(--text-dark)}@media (max-width:61.9375rem){.landing__hero--split{grid-template-rows:auto 1fr;grid-template-columns:1fr}.landing__hero--split .landing__hero-image-side{height:auto;min-height:auto;padding:var(--spacing-6)var(--spacing-4)0;justify-content:center}.landing__hero--split .landing__hero-image-container{aspect-ratio:4/3;max-width:20rem;max-height:280px}.landing__hero--split .landing__hero-content-side{padding:var(--spacing-6)var(--spacing-4);justify-content:center}.landing__hero--split .landing__hero-content--pro{max-width:100%}}@media (max-width:47.9375rem){.landing__hero--split .landing__hero-image-side{padding:var(--spacing-4)var(--spacing-3)0}.landing__hero--split .landing__hero-image-container{border-radius:var(--radius-xl);max-width:16rem;max-height:220px}.landing__hero--split .landing__hero-image,.landing__hero--split .landing__hero-image-fade,.landing__hero--split .landing__hero-image-container:after{border-radius:var(--radius-xl)}.landing__hero--split .landing__hero-title{font-size:clamp(1.3rem,5vw,1.8rem)}.landing__hero--split .landing__hero-form-card{padding:var(--spacing-4)}}.landing__hero-content{text-align:center;max-width:50rem;color:var(--bg-white);-webkit-backdrop-filter:blur(12px);border:2px solid var(--theme-primary);border-radius:var(--radius-2xl);padding:var(--spacing-8)var(--spacing-6);box-shadow:0 8px 32px #00000026,0 0 20px rgba(var(--theme-primary-rgb,107,127,78),.3);background:#ffffff1f;margin:0 auto}.landing__hero-content--pro{gap:var(--spacing-8);text-align:left;grid-template-columns:repeat(auto-fit,minmax(min(20rem,100%),1fr));align-items:flex-start;max-width:68.75rem;margin:0 auto;display:grid}.landing__hero-list{margin:var(--spacing-6)0 0;gap:var(--spacing-2);color:var(--bg-white);text-shadow:0 .125rem .25rem #0009,0 .25rem .75rem #0006;flex-direction:column;padding:0;list-style:none;display:flex}.landing__hero-list li:before{content:"•";margin-right:var(--spacing-2);color:var(--bg-white)}.landing__hero-form-card{color:var(--surface-900);border-radius:var(--radius-2xl);padding:var(--spacing-6);box-shadow:var(--shadow-2xl);-webkit-backdrop-filter:blur(1.125rem);backdrop-filter:blur(1.125rem);border:var(--border-width-1)solid #ffffff80;background:#ffffffeb}.landing__hero-form-card h3{color:var(--surface-900);font-weight:var(--font-weight-bold)}.landing__hero-form-card .text-muted{color:var(--surface-500)!important}.landing__hero-form-card .form-control,.landing__hero-form-card .form-select{background-color:var(--bg-white);border:var(--border-width-1)solid var(--surface-300);color:var(--surface-900);box-shadow:none}.landing__hero-form-card .form-control:focus,.landing__hero-form-card .form-select:focus{border-color:var(--theme-primary);box-shadow:0 0 0 .15rem rgba(var(--theme-primary-rgb),.25)}.landing__hero-form-card .form-control::placeholder{color:var(--surface-400)}.landing__hero-form-card .form-label{color:var(--surface-700);font-weight:500}.landing__hero-title{font-family:var(--font-heading);font-size:var(--hero-title-size);font-weight:var(--font-weight-bold);line-height:var(--line-height-tight);margin-bottom:var(--spacing-6);text-shadow:0 .125rem .25rem #000000b3,0 .25rem 1rem #00000080,0 0 2rem #0006}.landing__hero-subtitle{font-size:clamp(1rem,2vw,1.3rem);line-height:var(--line-height-relaxed);margin-bottom:var(--spacing-10);text-shadow:0 .125rem .25rem #0009,0 .25rem .75rem #0006;max-width:43.75rem;margin-left:auto;margin-right:auto}.landing__hero-actions{gap:var(--spacing-4);flex-wrap:wrap;justify-content:center;width:100%;display:flex}.landing__search-form{background:var(--theme-primary);border-radius:var(--radius-2xl);width:100%;max-width:56.25rem;padding:var(--landing-space-lg);box-shadow:0 8px 32px rgba(var(--theme-primary-rgb),.35),0 16px 48px #00000026;transition:var(--transition-base);border:none}.landing__search-form:hover,.landing__search-form:focus-within{background:var(--theme-primary-dark);box-shadow:0 12px 40px rgba(var(--theme-primary-rgb),.45),0 20px 60px #0003;transform:translateY(-2px)}.landing__search-fields{gap:var(--spacing-4);grid-template-columns:1.6fr 1.2fr auto;align-items:end;display:grid}.landing__search-field{gap:var(--spacing-1);color:var(--bg-white);font-size:var(--font-size-sm);flex-direction:column;display:flex;position:relative}.landing__search-field--main{min-width:0}.landing__search-label{font-weight:var(--font-weight-semibold);letter-spacing:.04em;text-transform:uppercase;color:var(--bg-white);font-size:var(--font-size-xs);text-shadow:0 1px 2px #0003}.landing__search-input{border-radius:var(--radius-xl);width:100%;padding:var(--spacing-3)var(--spacing-4);color:var(--surface-800);font-size:var(--font-size-base);transition:var(--transition-fast);background:#fffffff2;border:2px solid #ffffff80}.landing__search-input::placeholder{color:var(--surface-400)}.landing__search-input:focus{border-color:var(--bg-white);background:var(--bg-white);outline:none;box-shadow:0 0 0 3px #ffffff4d}.landing__location-input{align-items:center;gap:var(--spacing-2);display:flex}.landing__search-select{appearance:none;cursor:pointer;color:var(--surface-800);background-color:#fffffff2;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%236B7F4E' d='M6 8L2 4h8z'/%3E%3C/svg%3E");background-position:right 1rem center;background-repeat:no-repeat;padding-right:2.5rem}.landing__search-select option{color:var(--text-dark);background:var(--bg-white)}.landing__search-select:focus{color:var(--surface-900);background-color:var(--bg-white)}.landing__search-field--location .landing__search-input{flex:1}.landing__search-suggestions{top:calc(100% + var(--spacing-1));background:var(--bg-white);border:2px solid var(--theme-primary-light);border-radius:var(--radius-xl);box-shadow:0 8px 24px rgba(var(--theme-primary-rgb),.2),0 4px 8px #0000001a;z-index:var(--z-dropdown);padding:var(--spacing-1);max-height:16.25rem;position:absolute;left:0;right:0;overflow-y:auto}.landing__search-suggestions--loading{color:var(--surface-500);font-size:var(--font-size-sm);text-align:center;padding:var(--spacing-3)}.landing__search-suggestion{text-align:left;border-radius:var(--radius-lg);width:100%;padding:var(--spacing-2)var(--spacing-3);color:var(--surface-800);gap:var(--spacing-1);cursor:pointer;transition:var(--transition-fast);min-height:var(--touch-target-min);background:0 0;border:none;flex-direction:column;display:flex}.landing__search-suggestion.is-active,.landing__search-suggestion:hover{background:var(--theme-primary);color:var(--bg-white)}.landing__search-suggestion-label{font-weight:var(--font-weight-semibold)}.landing__search-suggestion-meta{font-size:var(--font-size-xs);color:var(--surface-500)}.landing__search-suggestion.is-active .landing__search-suggestion-meta,.landing__search-suggestion:hover .landing__search-suggestion-meta{color:#fffc}.landing__search-suggestion-title{font-weight:var(--font-weight-semibold);font-size:var(--font-size-sm)}.landing__search-suggestion-subtitle{font-size:var(--font-size-xs);color:var(--surface-500)}.landing__search-suggestion.is-active .landing__search-suggestion-subtitle,.landing__search-suggestion:hover .landing__search-suggestion-subtitle{color:#fffc}.landing__search-suggestion-badge{margin-top:var(--spacing-1);text-transform:uppercase;letter-spacing:.05em;padding:.125rem var(--spacing-2);border-radius:var(--radius-full);background:var(--theme-primary-light);color:var(--bg-white);align-self:flex-start;font-size:.7rem}.landing__search-suggestion-badge.is-profile{background:var(--theme-primary)}.landing__search-suggestion-badge.is-type{background:var(--surface-400)}.landing__location-button{border-radius:var(--radius-lg);color:var(--theme-primary-dark);width:var(--touch-target-comfortable);height:var(--touch-target-comfortable);cursor:pointer;transition:var(--transition-base);background:#ffffffe6;border:2px solid #ffffff80;flex-shrink:0;justify-content:center;align-items:center;display:flex}.landing__location-button:disabled{opacity:.6;cursor:not-allowed}.landing__location-button:not(:disabled):hover{background:var(--bg-white);border-color:var(--bg-white);transform:translateY(-.125rem);box-shadow:0 4px 8px #00000026}.landing__location-loading{font-weight:var(--font-weight-bold);display:inline-block}.landing__search-button{border-radius:var(--radius-xl);padding:var(--spacing-4)var(--spacing-6);background:var(--bg-white);color:var(--theme-primary-dark);font-weight:var(--font-weight-bold);font-size:var(--font-size-base);cursor:pointer;transition:var(--transition-base);min-height:var(--touch-target-comfortable);border:none;justify-content:center;align-items:center;display:inline-flex;box-shadow:0 4px 12px #00000026,0 0 0 2px #ffffff4d}.landing__search-button:hover{background:var(--bg-warm);color:var(--theme-primary-darker);transform:translateY(-.1875rem);box-shadow:0 8px 20px #0003,0 0 0 3px #fff6}.landing__search-error{margin-top:var(--spacing-2);font-size:var(--font-size-sm);color:var(--error-light)}.landing__button{padding:var(--spacing-3)var(--spacing-8);border-radius:var(--radius-lg);font-weight:var(--font-weight-semibold);font-size:var(--font-size-base);transition:var(--transition-slow);border:var(--border-width-2)solid transparent;min-height:var(--touch-target-min);justify-content:center;align-items:center;text-decoration:none;display:inline-flex}.landing__button--primary{background:var(--primary-500);color:var(--bg-white);border-color:var(--primary-500)}.landing__button--primary:hover{background:var(--primary-600);color:var(--bg-white);border-color:var(--primary-600);box-shadow:var(--theme-shadow-md);transform:translateY(-.125rem)}.landing__button--secondary{color:var(--bg-white);border-color:var(--bg-white);background:0 0}.landing__button--secondary:hover{background:var(--bg-white);color:var(--primary-500);box-shadow:var(--shadow-lg);transform:translateY(-.125rem)}.landing__button--primary-inverted{background:var(--bg-white);color:var(--purple-700);border-color:var(--bg-white);font-weight:var(--font-weight-semibold)}.landing__button--primary-inverted:hover{background:var(--surface-100);color:var(--purple-700);border-color:var(--surface-100)}.landing__button--large{padding:var(--spacing-4)var(--spacing-10);font-size:var(--font-size-lg)}.landing__stats{background:var(--bg-light);padding:var(--section-padding-y)0}.landing__stats-grid{gap:var(--spacing-10);text-align:center;grid-template-columns:repeat(auto-fit,minmax(min(12.5rem,100%),1fr));display:grid}.landing__stat-number{font-size:clamp(2rem,4vw,3rem);font-weight:var(--font-weight-bold);color:var(--primary-500);margin-bottom:var(--spacing-2)}.landing__stat-label{font-size:var(--font-size-base);color:var(--text-muted);margin:0}.landing__section-header{text-align:left;max-width:50rem;margin-bottom:var(--landing-space-3xl)}.landing__section-title{font-family:var(--font-heading);font-size:var(--section-title-size);font-weight:var(--font-weight-bold);color:var(--text-dark);margin-bottom:var(--spacing-4)}.landing__section-subtitle{color:var(--text-muted);font-size:clamp(1rem,1.5vw,1.2rem);line-height:var(--line-height-relaxed)}.landing__features{padding:var(--section-padding-y)0;background:var(--bg-white);position:relative}.landing__features-grid{gap:var(--spacing-8);grid-template-columns:repeat(auto-fit,minmax(min(18.75rem,100%),1fr));display:grid}.landing__feature-card{background:var(--bg-white);padding:var(--spacing-10)var(--spacing-8);border-radius:var(--radius-2xl);border:2px solid var(--surface-200);transition:var(--transition-slow);text-align:center;position:relative}.landing__feature-card:before{content:"";border-radius:calc(var(--radius-2xl) + 2px);background:linear-gradient(135deg,var(--theme-primary)0%,var(--theme-primary-light)100%);opacity:0;z-index:-1;transition:var(--transition-slow);position:absolute;inset:-2px}.landing__feature-card:hover{border-color:var(--theme-primary);box-shadow:0 12px 32px rgba(var(--theme-primary-rgb),.2),0 4px 12px rgba(var(--theme-primary-rgb),.1);transform:translateY(-.5rem)}.landing__feature-card:hover:before{opacity:.08}.landing__feature-icon{margin-bottom:var(--spacing-5);font-size:clamp(2rem,4vw,3rem)}.landing__feature-title{font-size:clamp(1.1rem,2vw,1.3rem);font-weight:var(--font-weight-bold);color:var(--text-dark);margin-bottom:var(--spacing-3)}.landing__feature-description{font-size:var(--font-size-base);color:var(--text-muted);line-height:var(--line-height-relaxed);margin:0}.landing__testimonials{padding:var(--section-padding-y)0;background:var(--bg-light)}.landing__testimonials-grid{gap:var(--spacing-8);grid-template-columns:repeat(auto-fit,minmax(min(18.75rem,100%),1fr));display:grid}.landing__testimonial-card{background:var(--bg-white);padding:var(--spacing-8);border-radius:var(--radius-2xl);box-shadow:var(--shadow-md);transition:var(--transition-slow)}.landing__testimonial-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-.25rem)}.landing__testimonial-card--highlight{background:var(--primary-50);border:var(--border-width-1)solid var(--primary-200)}.landing__testimonial-stars{margin-bottom:var(--spacing-4);font-size:1.2rem}.landing__testimonial-text{font-size:var(--font-size-base);color:var(--text-dark);margin-bottom:var(--spacing-6);font-style:italic;line-height:1.7}.landing__testimonial-author{align-items:center;gap:var(--spacing-3);display:flex}.landing__testimonial-avatar{border-radius:var(--radius-full);background:var(--theme-gradient);width:3rem;height:3rem;color:var(--bg-white);font-weight:var(--font-weight-bold);font-size:var(--font-size-base);justify-content:center;align-items:center;display:flex}.landing__testimonial-name{font-weight:var(--font-weight-bold);color:var(--text-dark);margin:0 0 var(--spacing-1)0}.landing__testimonial-role{font-size:var(--font-size-sm);color:var(--text-muted);margin:0}.landing__pricing{padding:var(--section-padding-y)0;background:var(--theme-gradient);color:var(--bg-white)}.landing__pricing .landing__section-title{color:var(--bg-white)}.landing__pricing .landing__section-subtitle{color:#ffffffe6}.landing__pricing-grid{gap:var(--spacing-8);grid-template-columns:repeat(auto-fit,minmax(min(18.75rem,100%),1fr));max-width:62.5rem;margin:0 auto;display:grid}.landing__pricing-card{background:var(--bg-white);padding:var(--spacing-10)var(--spacing-8);border-radius:var(--radius-2xl);border:var(--border-width-2)solid var(--border-light);transition:var(--transition-slow);text-align:center;position:relative}.landing__pricing-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-.5rem)}.landing__pricing-card--featured{border-color:var(--primary-500);box-shadow:var(--theme-shadow-lg)}.landing__pricing-badge{background:var(--primary-500);color:var(--bg-white);padding:var(--spacing-1)var(--spacing-4);border-radius:var(--radius-full);font-size:var(--font-size-sm);font-weight:var(--font-weight-semibold);position:absolute;top:-.75rem;left:50%;transform:translate(-50%)}.landing__pricing-name{font-size:var(--font-size-2xl);font-weight:var(--font-weight-bold);color:var(--text-dark);margin-bottom:var(--spacing-4)}.landing__pricing-price{margin-bottom:var(--spacing-8)}.landing__pricing-amount{font-size:var(--font-size-4xl);font-weight:var(--font-weight-bold);color:var(--primary-500)}.landing__pricing-period{color:var(--text-muted);font-size:1.2rem}.landing__pricing-features{margin:0 0 var(--spacing-8)0;text-align:left;padding:0;list-style:none}.landing__pricing-features li{padding:var(--spacing-3)0;color:var(--text-dark);border-bottom:var(--border-width-1)solid var(--border-light)}.landing__pricing-features li:last-child{border-bottom:none}.landing__pricing-button{width:100%;padding:var(--spacing-3)var(--spacing-6);background:var(--bg-light);color:var(--text-dark);border-radius:var(--radius-lg);font-weight:var(--font-weight-semibold);border:var(--border-width-2)solid var(--border-light);transition:var(--transition-slow);text-align:center;min-height:var(--touch-target-min);text-decoration:none;display:block}.landing__pricing-button:hover{background:var(--primary-500);color:var(--bg-white);border-color:var(--primary-500);transform:translateY(-.125rem)}.landing__pricing-button--primary{background:var(--primary-500);color:var(--bg-white);border-color:var(--primary-500)}.landing__pricing-button--primary:hover{background:var(--primary-600);border-color:var(--primary-600)}.landing__cta{padding:var(--section-padding-y)0;background:var(--theme-gradient);color:var(--bg-white)}.landing__cta-content{text-align:center;max-width:50rem;margin:0 auto}.landing__cta-title{font-size:clamp(1.75rem,4vw,3rem);font-weight:var(--font-weight-bold);margin-bottom:var(--spacing-4)}.landing__cta-subtitle{margin-bottom:var(--spacing-10);opacity:.95;font-size:clamp(1rem,2vw,1.3rem)}.landing__cta-actions{gap:var(--spacing-4);flex-wrap:wrap;justify-content:center;display:flex}.landing__contact-info{padding:var(--spacing-6)}.landing__contact-info h3{color:var(--bg-white);font-size:var(--font-size-lg);font-weight:var(--font-weight-semibold);margin-bottom:var(--spacing-3)}.landing__contact-info p{color:#ffffffb3;line-height:var(--line-height-relaxed)}.landing__contact-info a{color:var(--bg-white);font-weight:var(--font-weight-semibold);text-decoration:underline}.landing__footer{background:var(--surface-800);color:var(--bg-white);padding:var(--landing-space-3xl)0 var(--landing-space-xl);z-index:var(--z-base);position:relative}.landing__footer-grid{gap:var(--spacing-10);margin-bottom:var(--spacing-10);grid-template-columns:repeat(auto-fit,minmax(min(12.5rem,100%),1fr));display:grid}.landing__footer-logo{align-items:center;gap:var(--spacing-2);font-size:var(--font-size-xl);font-weight:var(--font-weight-bold);margin-bottom:var(--spacing-4);display:flex}.landing__footer-description{color:#ffffffb3;line-height:var(--line-height-relaxed)}.landing__footer-title{font-size:var(--font-size-lg);font-weight:var(--font-weight-bold);margin-bottom:var(--spacing-4)}.landing__footer-links{margin:0;padding:0;list-style:none}.landing__footer-links li{margin-bottom:var(--spacing-3)}.landing__footer-links a{color:#ffffffb3;transition:var(--transition-fast);text-decoration:none}.landing__footer-links a:hover{color:var(--bg-white)}.landing__footer-bottom{text-align:center;padding-top:var(--spacing-8);border-top:var(--border-width-1)solid #ffffff1a;color:#ffffff80}.landing__runner{bottom:var(--spacing-8);z-index:calc(var(--z-header) + 2);pointer-events:none;transition:var(--transition-slow);position:fixed;left:5%}.landing__runner-animal{filter:drop-shadow(0 .5rem 1rem var(--theme-primary-30));transform-origin:bottom;transition:var(--transition-slow);font-size:clamp(2rem,4vw,3.5rem);display:inline-block}.landing__runner-animal.facing-right,.landing__runner-animal.flip-left{transform:scaleX(-1)}.landing__runner.is-running .landing__runner-animal{animation:.25s ease-in-out infinite dog-run,.5s ease-in-out infinite dog-bounce}@keyframes dog-bounce{0%,to{transform:translateY(0)rotate(0)}25%{transform:translateY(-.75rem)rotate(-2deg)}50%{transform:translateY(0)rotate(0)}75%{transform:translateY(-.5rem)rotate(2deg)}}@keyframes dog-run{0%{transform:scaleY(1)scaleX(1)}25%{transform:scaleY(1.05)scaleX(.98)}50%{transform:scaleY(.98)scaleX(1.02)}75%{transform:scaleY(1.02)scaleX(.99)}to{transform:scaleY(1)scaleX(1)}}@media (max-width:90rem){.landing__container{max-width:min(80vw,75rem);padding:0 var(--spacing-8)}.landing__hero-content{max-width:45rem}.landing__hero-content--pro{gap:var(--spacing-5);grid-template-columns:1fr 1.2fr;max-width:68.75rem}.landing__hero-content--pro .landing__hero-title{font-size:clamp(1.5rem,3.5vw,2.2rem)}.landing__hero-content--pro .landing__hero-subtitle{font-size:clamp(.9rem,1.5vw,1.1rem)}.landing__hero-content--pro .landing__hero-form-card{padding:var(--spacing-6)}.landing__search-form{max-width:50rem}.landing__features-grid{gap:var(--spacing-6)}.landing__feature-card{padding:var(--spacing-8)var(--spacing-6)}}@media (max-width:80rem){.landing__container{max-width:100%;padding:0 var(--spacing-4)}.landing__hero{min-height:100svh;padding-top:calc(var(--header-height) + var(--spacing-4));padding-bottom:var(--spacing-4);align-items:center;display:flex}.landing__hero-content{max-width:40rem}.landing__hero-content--pro{gap:var(--spacing-6);max-width:100%;padding:0 var(--spacing-6)0 0;grid-template-columns:1fr .7fr;align-items:center}.landing__hero-content--pro .landing__hero-text{text-align:center;flex-direction:column;justify-content:center;align-items:center;display:flex}.landing__hero-content--pro .landing__hero-title{margin-bottom:var(--spacing-3);font-size:clamp(1.4rem,3vw,2rem)}.landing__hero-content--pro .landing__hero-subtitle{margin-bottom:var(--spacing-4);font-size:clamp(.95rem,1.5vw,1.1rem);line-height:var(--line-height-relaxed);max-width:90%}.landing__hero-content--pro .landing__hero-list{font-size:var(--font-size-sm);gap:var(--spacing-1);margin-top:var(--spacing-2);text-align:left}.landing__hero-content--pro .landing__hero-list li{padding:var(--spacing-1)0}.landing__hero-content--pro .landing__hero-form-card{padding:var(--spacing-3);border-radius:var(--radius-xl)}.landing__hero-content--pro .landing__hero-form-card h3{font-size:var(--font-size-base);margin-bottom:var(--spacing-1)}.landing__hero-content--pro .landing__hero-form-card>p{font-size:var(--font-size-xs);margin-bottom:var(--spacing-2);line-height:var(--line-height-normal)}.landing__hero-content--pro .landing__hero-form-card .form-label{margin-bottom:var(--spacing-1);font-size:.7rem}.landing__hero-content--pro .landing__hero-form-card .form-control,.landing__hero-content--pro .landing__hero-form-card .form-select{font-size:var(--font-size-sm);padding:var(--spacing-1)var(--spacing-2);min-height:2rem}.landing__hero-content--pro .landing__hero-form-card .g-3{--bs-gutter-y:.5rem;--bs-gutter-x:.5rem}.landing__hero-content--pro .landing__hero-form-card .landing__button{padding:var(--spacing-2)var(--spacing-4);font-size:var(--font-size-sm)}.landing__hero-content--pro .landing__hero-form-card .landing__text-small{font-size:var(--font-size-xs);margin-top:var(--spacing-1)}.landing__hero-title{font-size:clamp(1.5rem,4vw,2.75rem)}.landing__hero-subtitle{font-size:clamp(.95rem,1.8vw,1.15rem)}.landing__search-form{max-width:45rem;padding:var(--spacing-4)}.landing__search-fields{gap:var(--spacing-3)}.landing__search-input{padding:var(--spacing-2)var(--spacing-3);font-size:var(--font-size-sm)}.landing__features-grid{gap:var(--spacing-5);grid-template-columns:repeat(2,1fr)}.landing__feature-card{padding:var(--spacing-6)var(--spacing-5)}.landing__testimonials-grid{gap:var(--spacing-5)}.landing__testimonial-card{padding:var(--spacing-6)}.landing__footer-grid{gap:var(--spacing-6)}}@media (max-width:61.9375rem){.landing__container{max-width:100%;padding:0 var(--spacing-5)}.landing__hero-content{max-width:100%;padding:0 var(--spacing-4)}.landing__hero-content--pro{text-align:center;grid-template-columns:1fr;max-width:37.5rem;margin:0 auto}.landing__hero-content--pro .landing__hero-text{order:1}.landing__hero-content--pro .landing__hero-form{order:2}.landing__hero-content--pro .landing__hero-list{text-align:left;max-width:25rem;margin:var(--spacing-4)auto 0}.landing__features-grid{gap:var(--spacing-4);grid-template-columns:repeat(2,1fr)}.landing__search-fields{grid-template-columns:1fr}.landing__search-button{width:100%}.landing__testimonials-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:47.9375rem){.landing__container{padding:0 var(--spacing-4)}.landing__header{padding:var(--spacing-2)0}.landing__hero{min-height:auto;padding-top:5.5rem;padding-bottom:var(--spacing-8)}.landing__hero-background img{object-fit:cover;object-position:top center}.landing__hero:has(.landing__hero-content--pro){min-height:auto;padding-top:6rem;padding-bottom:var(--spacing-10)}.landing__hero-content{padding:var(--spacing-5)var(--spacing-4);margin:0 var(--spacing-2);max-width:calc(100% - var(--spacing-4))}.landing__hero-content--pro{gap:var(--spacing-6);text-align:center;grid-template-columns:1fr;max-width:100%;padding:0}.landing__hero-content--pro .landing__hero-title{font-size:clamp(1.4rem,5vw,2rem);line-height:var(--line-height-tight)}.landing__hero-content--pro .landing__hero-subtitle{font-size:clamp(.9rem,3vw,1.1rem)}.landing__hero-content--pro .landing__hero-list{font-size:var(--font-size-sm);gap:var(--spacing-1);text-align:left;padding-left:var(--spacing-2)}.landing__hero-content--pro .landing__hero-form-card{padding:var(--spacing-4)}.landing__hero-content--pro .landing__hero-form-card h3{font-size:var(--font-size-lg)}.landing__hero-content--pro .landing__hero-form-card p{font-size:var(--font-size-sm);margin-bottom:var(--spacing-3)}.landing__hero-title{margin-bottom:var(--spacing-4)}.landing__hero-subtitle{margin-bottom:var(--spacing-6)}.landing__hero-actions{flex-direction:column;width:100%}.landing__button{width:100%;padding:var(--spacing-3)var(--spacing-6)}.landing__search-form{padding:var(--spacing-4)}.landing__location-input{gap:var(--spacing-2);flex-direction:row}.landing__location-button{width:var(--touch-target-min);height:var(--touch-target-min);min-width:var(--touch-target-min)}.landing__search-button{width:100%;min-height:var(--touch-target-comfortable)}.landing__search-suggestions{max-height:12.5rem}.landing__search-suggestion{padding:var(--spacing-3);min-height:var(--touch-target-comfortable)}.landing__features,.landing__pricing,.landing__testimonials,.landing__cta{padding:var(--landing-space-2xl)0}.landing__section-header{margin-bottom:var(--spacing-8);padding:0 var(--spacing-2)}.landing__features-grid,.landing__testimonials-grid,.landing__pricing-grid{gap:var(--spacing-4);grid-template-columns:1fr}.landing__stats-grid{gap:var(--spacing-4);grid-template-columns:repeat(2,1fr)}.landing__feature-card{padding:var(--spacing-6)var(--spacing-4)}.landing__testimonial-card{padding:var(--spacing-5)var(--spacing-4)}.landing__footer{padding:var(--spacing-8)0 var(--spacing-5)}.landing__footer-grid{gap:var(--spacing-6);text-align:center;grid-template-columns:1fr}.landing__runner{display:none}.landing__cta-actions{flex-direction:column;width:100%}}@media (max-width:29.9375rem){.landing__header .logo-section img,.landing__header .logo-section .logo-container{height:2.25rem}.landing__header .btn-sm{font-size:var(--font-size-xs);padding:var(--spacing-1)var(--spacing-3)}.landing__hero-content--pro{padding:0 var(--spacing-2)}.landing__hero-content--pro .landing__hero-title{word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;font-size:clamp(1.2rem,5vw,1.5rem)}.landing__hero-content--pro .landing__hero-title svg{display:none}.landing__hero-content--pro .landing__hero-subtitle{font-size:var(--font-size-sm)}.landing__hero-content--pro .landing__hero-list{font-size:var(--font-size-xs);padding-left:0}.landing__hero-content--pro .landing__hero-list li{word-wrap:break-word;overflow-wrap:break-word}.landing__hero-content--pro .landing__hero-form-card{padding:var(--spacing-3)}.landing__hero-content--pro .landing__hero-form-card h3{font-size:var(--font-size-base)}.landing__search-form{padding:var(--spacing-3);border-radius:var(--radius-xl)}.landing__search-label{font-size:.65rem}.landing__search-input{padding:var(--spacing-2);font-size:var(--font-size-sm)}.landing__stats-grid{grid-template-columns:1fr}.landing__feature-card{padding:var(--spacing-5)var(--spacing-3)}}@media (max-width:24.9375rem){.landing__container{padding:0 var(--spacing-2)}.landing__hero-content{padding:0}.landing__hero-content--pro{gap:var(--spacing-4);padding:0}.landing__hero-content--pro .landing__hero-title{padding:0 var(--spacing-1);font-size:1.1rem}.landing__hero-content--pro .landing__hero-form-card{padding:var(--spacing-2);border-radius:var(--radius-xl)}.landing__hero-content--pro .landing__hero-form-card .form-control,.landing__hero-content--pro .landing__hero-form-card .form-select{font-size:var(--font-size-sm);padding:var(--spacing-2)}.landing__hero-content--pro .landing__hero-form-card .form-label{font-size:var(--font-size-xs)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(1.5rem)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInLeft{0%{opacity:0;transform:translate(-1.5rem)}to{opacity:1;transform:translate(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translate(1.5rem)}to{opacity:1;transform:translate(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.animate-on-scroll{opacity:0}.animate-on-scroll.is-visible{animation:.6s ease-out forwards fadeInUp}.animate-on-scroll.slide-left.is-visible{animation:.6s ease-out forwards fadeInLeft}.animate-on-scroll.slide-right.is-visible{animation:.6s ease-out forwards fadeInRight}.animate-on-scroll.scale-up.is-visible{animation:.5s ease-out forwards scaleIn}.animate-on-scroll.delay-1.is-visible{animation-delay:.1s}.animate-on-scroll.delay-2.is-visible{animation-delay:.2s}.animate-on-scroll.delay-3.is-visible{animation-delay:.3s}.animate-on-scroll.delay-4.is-visible{animation-delay:.4s}@media (pointer:coarse){.landing__button,.landing__search-button,.landing__location-button,.landing__search-suggestion{min-height:var(--touch-target-min)}}@media (prefers-reduced-motion:reduce){.landing__feature-card,.landing__testimonial-card,.landing__pricing-card,.landing__button,.landing__runner,.landing__runner-animal{transition:none;animation:none}.landing__feature-card:hover,.landing__testimonial-card:hover,.landing__pricing-card:hover{transform:none}}@supports (padding-bottom:env(safe-area-inset-bottom)){.landing__footer{padding-bottom:calc(var(--spacing-5) + env(safe-area-inset-bottom))}}@media (max-width:47.9375rem) and (orientation:landscape){.landing__hero{min-height:auto;padding:5.5rem 0 var(--spacing-10)}.landing__search-fields{gap:var(--spacing-3);grid-template-columns:1fr 1fr}.landing__search-button{grid-column:span 2}}.landing__header-logo{cursor:pointer;width:auto;height:2.25rem}.landing__header-logo.logo-dynamic{height:4.25rem}.landing__header-logo--pro,.pro-theme .landing__header-logo,.landing__header-logo--pro.logo-dynamic .logo-dynamic__image,.pro-theme .landing__header-logo.logo-dynamic .logo-dynamic__image{filter:brightness(0)saturate()invert(35%)sepia(70%)saturate(800%)hue-rotate(155deg)brightness(85%)contrast(105%)}.landing__star{font-size:1.2rem}.landing__star--filled{color:var(--warning)}.landing__star--empty{color:var(--surface-200)}.landing__rating-highlight{color:var(--warning);font-weight:var(--font-weight-semibold)}.landing__badge-verified{background-color:var(--success);color:var(--bg-white);font-size:var(--font-size-xs);font-weight:var(--font-weight-medium)}.landing__hero-cta-secondary{margin-top:var(--spacing-8)}.landing__hero-cta-secondary p{font-size:var(--font-size-sm);color:#fff9;margin-bottom:var(--spacing-2)}.landing__hero-cta-secondary a{font-size:var(--font-size-lg);color:var(--bg-white);font-weight:var(--font-weight-semibold);text-decoration:none}.landing__hero-cta-secondary a:hover{text-decoration:underline}.landing__hero--decentered{background:var(--bg-warm);position:relative;overflow:hidden}.landing__hero--decentered .landing__hero-background,.landing__hero--decentered .landing__hero-overlay{display:none}.landing__hero-grid{gap:var(--spacing-8);grid-template-columns:1fr 1fr;align-items:center;max-width:clamp(75rem,80vw,96rem);margin:0 auto;display:grid}.landing__hero--decentered .landing__hero-content{text-align:left;color:var(--text-dark);max-width:none;margin:0}.landing__hero--decentered .landing__hero-title{font-family:var(--font-heading);color:var(--text-dark);text-shadow:none}.landing__hero--decentered .landing__hero-subtitle{color:var(--text-muted);text-shadow:none;margin-left:0;margin-right:0}.landing__hero--decentered .landing__hero-actions{justify-content:flex-start}.landing__hero--decentered .landing__hero-cta-secondary{text-align:left}.landing__hero--decentered .landing__hero-cta-secondary p{color:var(--text-muted)}.landing__hero--decentered .landing__hero-cta-secondary a{color:var(--primary-600)}.landing__hero--decentered .landing__search-form{background:var(--theme-primary)}.landing__hero--decentered .landing__search-label{color:var(--bg-white)}.landing__hero--decentered .landing__search-input{color:var(--surface-800);background:#fffffff2;border-color:#ffffff80}.landing__hero--decentered .landing__search-input::placeholder{color:var(--surface-400)}.landing__hero--decentered .landing__search-input:focus{background:var(--bg-white);border-color:var(--bg-white)}.landing__hero--decentered .landing__search-suggestions{background:var(--bg-white);border-color:var(--surface-200)}.landing__hero--decentered .landing__search-suggestion{color:var(--text-dark)}.landing__hero--decentered .landing__search-suggestion.is-active,.landing__hero--decentered .landing__search-suggestion:hover{background:var(--theme-primary-light);color:var(--bg-white)}.landing__hero--decentered .landing__search-suggestion-meta,.landing__hero--decentered .landing__search-suggestion-subtitle{color:var(--text-muted)}.landing__hero--decentered .landing__search-suggestion.is-active .landing__search-suggestion-meta,.landing__hero--decentered .landing__search-suggestion:hover .landing__search-suggestion-meta{color:#fffc}.landing__hero--decentered .landing__location-button{color:var(--theme-primary-dark);background:#ffffffe6}.landing__hero--decentered .landing__location-button:not(:disabled):hover{background:var(--bg-white);color:var(--theme-primary-darker)}.landing__hero--decentered .landing__search-error{color:var(--error-light)}.landing__hero-mascot{justify-content:center;align-items:center;display:flex;position:relative}.landing__hero-mascot:before{content:"";background:linear-gradient(180deg,rgba(var(--theme-primary-rgb),.08)0%,rgba(var(--theme-primary-rgb),.15)50%,rgba(var(--theme-primary-rgb),.08)100%);pointer-events:none;z-index:0;border-radius:500px 0 0 500px;width:600px;height:800px;position:absolute;top:50%;right:-150px;transform:translateY(-50%)}.landing__hero-mascot img{filter:drop-shadow(0 20px 40px #00000026);z-index:1;max-width:100%;height:auto;animation:4s ease-in-out infinite mascot-float;position:relative}@keyframes mascot-float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@media (max-width:61.9375rem){.landing__hero-grid{text-align:center;grid-template-columns:1fr}.landing__hero--decentered .landing__hero-content{text-align:center;order:2}.landing__hero-mascot{margin-bottom:var(--spacing-6);order:1}.landing__hero-mascot:before{display:none}.landing__hero-mascot img{max-width:280px}.landing__hero--decentered .landing__hero-actions{justify-content:center}.landing__hero--decentered .landing__hero-cta-secondary{text-align:center}}@media (max-width:47.9375rem){.landing__hero-mascot img{max-width:200px}}.landing__testimonial-card--highlight .landing__section-title{font-size:clamp(1.25rem,2.5vw,1.75rem)}.landing__testimonial-card--highlight .landing__section-subtitle{max-width:43.75rem;margin:0 auto}.landing__contact-card-glass{border-radius:var(--radius-lg);padding:var(--spacing-5);border:var(--border-width-1)solid #fff3;background:#ffffff1a}.landing__contact-form-card{background:var(--bg-white);border-radius:var(--radius-2xl);padding:var(--spacing-8);box-shadow:0 8px 32px rgba(var(--theme-primary-rgb),.12),0 2px 8px #0000000f;border:2px solid var(--surface-200);transition:var(--transition-base)}.landing__contact-form-card:hover,.landing__contact-form-card:focus-within{border-color:var(--theme-primary-light);box-shadow:0 12px 40px rgba(var(--theme-primary-rgb),.18),0 4px 12px #00000014}.landing__early-adopters{background:var(--theme-gradient);padding:var(--section-padding-y)0}.landing__early-adopters .landing-terra__eyebrow{color:#fffc}.landing__early-adopters .landing-terra__eyebrow:before{background:#fffc}.landing__early-adopters .landing__section-title{color:var(--bg-white)}.landing__early-adopters-grid{gap:var(--spacing-6);grid-template-columns:repeat(auto-fit,minmax(min(18rem,100%),1fr));display:grid}.landing__glass-card{border-radius:var(--radius-2xl);padding:var(--spacing-8);-webkit-backdrop-filter:blur(.625rem);backdrop-filter:blur(.625rem);border:var(--border-width-1)solid #fff3;background:#ffffff26;height:100%}.landing__glass-card--icon{text-align:center;margin-bottom:var(--spacing-3);font-size:clamp(2rem,4vw,3rem)}.landing__glass-card--title{color:var(--bg-white);font-size:var(--font-size-lg);font-weight:var(--font-weight-semibold);margin-bottom:var(--spacing-3);text-align:center}.landing__glass-card--text{color:#ffffffb3;text-align:center;line-height:var(--line-height-relaxed);margin:0}.landing__early-adopters-cta{text-align:center;margin-top:var(--spacing-10)}.landing__early-adopters-cta p{color:var(--bg-white);font-size:var(--font-size-lg);font-weight:var(--font-weight-medium);margin-bottom:var(--spacing-4)}.landing__innovations{padding:var(--section-padding-y)0;background:var(--bg-white)}.landing__innovations .landing__section-title{color:var(--text-dark)}.landing__innovations .landing__section-subtitle{color:var(--text-muted)}.landing__pricing-card.innovation-card{text-align:left}.landing__pricing-card.innovation-card .landing__pricing-name{font-size:var(--font-size-xl);margin-bottom:var(--spacing-2)}.landing__input-success{border-color:var(--success)!important}.landing__input-success-icon{background-color:var(--success-light);border-color:var(--success);color:var(--success)}.landing__address-dropdown{background:var(--bg-white);border:var(--border-width-1)solid var(--border-light);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);z-index:var(--z-dropdown);max-height:13.75rem;margin-top:var(--spacing-1);position:absolute;top:100%;left:0;right:0;overflow-y:auto}.landing__address-item{padding:var(--spacing-2)var(--spacing-3);cursor:pointer;border-bottom:var(--border-width-1)solid var(--border-light);font-size:var(--font-size-sm);transition:var(--transition-fast)}.landing__address-item:last-child{border-bottom:none}.landing__address-item:hover,.landing__address-item.is-active{background:var(--primary-500);color:var(--bg-white)}.landing__address-item-label{font-weight:var(--font-weight-medium)}.landing__address-item-meta{color:var(--text-muted)}.landing__address-item.is-active .landing__address-item-meta,.landing__address-item:hover .landing__address-item-meta{color:#ffffffb3}.landing__honeypot{opacity:0;height:0;position:absolute;left:-624.938rem;overflow:hidden}.landing__form-success{background:var(--success);color:var(--bg-white);border-radius:var(--radius-lg);text-align:center;margin-top:var(--spacing-3);padding:var(--spacing-2)var(--spacing-4);font-size:var(--font-size-sm);font-weight:var(--font-weight-medium);border:none}.landing__section-subtitle--light{color:#ffffffb3}.landing__text-small{font-size:var(--font-size-sm)}@media (max-width:47.9375rem){.landing__early-adopters-grid{gap:var(--spacing-4);grid-template-columns:1fr}.landing__glass-card{padding:var(--spacing-6)}}
