*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body,#root{min-height:100%;width:100%}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}*{-webkit-tap-highlight-color:transparent}input,textarea,select{-webkit-tap-highlight-color:rgba(0,0,0,.1);font-family:inherit}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.ssmo-wizard{display:flex;flex-direction:column;align-items:center;min-height:100svh;width:100%}.ssmo-step{display:flex;flex-direction:column;width:100%;max-width:480px;padding:var(--space-6) var(--space-4);margin:0 auto;gap:var(--space-5)}.ssmo-progress{display:flex;align-items:center;gap:var(--space-3)}.ssmo-progress__bar{flex:1;height:4px;background:var(--color-surface-2);border-radius:var(--radius-full);overflow:hidden}.ssmo-progress__fill{height:100%;background:var(--color-primary);border-radius:var(--radius-full);transition:width var(--transition-normal)}.ssmo-progress__label{font-size:var(--font-size-sm);color:var(--color-text-muted);white-space:nowrap}.ssmo-step__title{font-size:var(--font-size-2xl);font-weight:700;line-height:var(--line-height-tight);white-space:pre-line}.ssmo-options{display:flex;flex-direction:column;gap:var(--space-3)}.ssmo-option{display:flex;align-items:flex-start;gap:var(--space-3);padding:var(--space-4);background:var(--color-surface);border:2px solid var(--color-border);border-radius:var(--radius-md);cursor:pointer;transition:border-color var(--transition-fast),background var(--transition-fast);text-align:left}.ssmo-option:hover{border-color:var(--color-primary)}.ssmo-option--selected{border-color:var(--color-primary);background:var(--color-primary-subtle)}.ssmo-option__title{font-size:var(--font-size-base);font-weight:600}.ssmo-option__desc{font-size:var(--font-size-sm);color:var(--color-text-muted);margin-top:var(--space-1)}.ssmo-field{display:flex;flex-direction:column;gap:var(--space-1)}.ssmo-field__label{font-size:var(--font-size-sm);font-weight:600}.ssmo-field__input,.ssmo-field__textarea{width:100%;padding:var(--space-3) var(--space-4);font-size:var(--font-size-base);border:1px solid var(--color-border);border-radius:var(--radius-sm);background:var(--color-background);color:var(--color-text);transition:border-color var(--transition-fast)}.ssmo-field__input:focus,.ssmo-field__textarea:focus{outline:none;border-color:var(--color-border-focus);box-shadow:0 0 0 2px #0f62fe33}.ssmo-field__textarea{resize:vertical;min-height:80px}.ssmo-field__error{font-size:var(--font-size-sm);color:var(--color-error)}.ssmo-nav{display:flex;gap:var(--space-3);padding-top:var(--space-4)}.ssmo-btn{flex:1;padding:var(--space-4) var(--space-6);font-size:var(--font-size-base);font-weight:600;border-radius:var(--radius-md);border:none;transition:background var(--transition-fast),opacity var(--transition-fast)}.ssmo-btn--primary{background:var(--color-primary);color:var(--color-text-inverse)}.ssmo-btn--primary:hover:not(:disabled){background:var(--color-primary-hover)}.ssmo-btn--primary:disabled{opacity:.4;cursor:not-allowed}.ssmo-btn--secondary{background:var(--color-surface);color:var(--color-text);border:1px solid var(--color-border)}.ssmo-btn--secondary:hover{background:var(--color-surface-2)}.ssmo-chips{display:flex;flex-wrap:wrap;gap:var(--space-2)}.ssmo-chip{padding:var(--space-2) var(--space-4);font-size:var(--font-size-sm);font-weight:600;border:1.5px solid var(--color-border);border-radius:var(--radius-full);background:var(--color-background);color:var(--color-text);cursor:pointer;transition:border-color var(--transition-fast),background var(--transition-fast)}.ssmo-chip--selected,.ssmo-chip:hover{border-color:var(--color-primary);background:var(--color-primary-subtle);color:var(--color-primary)}.ssmo-btn--social{display:flex;align-items:center;justify-content:center;gap:var(--space-3);width:100%;padding:var(--space-4);font-size:var(--font-size-base);font-weight:600;background:var(--color-surface);color:var(--color-text);border:1px solid var(--color-border);border-radius:var(--radius-md);margin-bottom:var(--space-2);transition:background var(--transition-fast)}.ssmo-btn--social:hover:not(:disabled){background:var(--color-surface-2)}.ssmo-btn--social:disabled{opacity:.4;cursor:not-allowed}.ssmo-login-providers{display:flex;flex-direction:column;gap:var(--space-2)}.ssmo-consent{display:flex;flex-direction:column;gap:var(--space-1)}.ssmo-consent__label{display:flex;align-items:flex-start;gap:var(--space-2);font-size:var(--font-size-sm);cursor:pointer}.ssmo-consent__checkbox{margin-top:2px;flex-shrink:0;width:18px;height:18px;accent-color:var(--color-primary)}.ssmo-confirmation{align-items:center;text-align:center;gap:var(--space-6)}.ssmo-confirmation__title{white-space:pre-line}.ssmo-confirmation__subtitle{color:var(--color-text-muted)}.ssmo-confirmation__cta{text-decoration:none;display:inline-block}.ssmo-confirmation__qr{display:flex;flex-direction:column;align-items:center;gap:var(--space-4)}.ssmo-confirmation__qr-label,.ssmo-confirmation__nurture-note{font-size:var(--font-size-sm);color:var(--color-text-muted)}.ssmo-confirmation__loading{display:flex;justify-content:center;padding:var(--space-12)}.ssmo-spinner{width:40px;height:40px;border:4px solid var(--color-surface-2);border-top-color:var(--color-primary);border-radius:var(--radius-full);animation:ssmo-spin .8s linear infinite}@keyframes ssmo-spin{to{transform:rotate(360deg)}}.ssmo-step__hint,.ssmo-field__hint{font-size:var(--font-size-sm);color:var(--color-text-muted)}.ssmo-intro{justify-content:center;min-height:100svh}.ssmo-intro__hero{font-size:var(--font-size-3xl);text-align:center;white-space:pre-line}.ssmo-intro__ctas{display:flex;flex-direction:column;gap:var(--space-4)}.ssmo-intro__cta{width:100%;padding:var(--space-5) var(--space-6);font-size:var(--font-size-lg)}.ssmo-step__subtitle{color:var(--color-text-muted);font-size:var(--font-size-sm)}.ssmo-ui-wrap .fui-Button{border-radius:0}.ssmo-ui-wrap .fui-Button:hover{background-color:#d1d2bd;border-color:#d1d2bd;color:#212529}.lp-header{position:sticky;top:0;z-index:100;background:var(--lp-hero-from);border-bottom:1px solid rgba(255,255,255,.08);height:76px}.lp-header__inner{padding:0 32px;height:100%;display:flex;align-items:center;justify-content:space-between;gap:16px}.lp-header__brand{display:flex;align-items:center;gap:10px;text-decoration:none;flex-shrink:0}.lp-header__logo{height:44px;width:auto;object-fit:contain;flex-shrink:0}.lp-header__title{font-size:18px;font-weight:700;color:#fff;letter-spacing:-.01em;white-space:nowrap}.lp-header__controls{display:flex;align-items:center;gap:12px}.lp-lang{position:relative}.lp-lang__trigger{display:flex;align-items:center;gap:6px;background:transparent;border:1px solid rgba(255,255,255,.25);border-radius:0;color:#ffffffd9;padding:6px 10px;cursor:pointer;font-size:14px;font-weight:500;transition:border-color .15s ease,background .15s ease;white-space:nowrap}.lp-lang__trigger:hover{border-color:#ffffff8c;background:#ffffff12}.lp-lang__label{font-size:13px}.lp-lang__chevron{opacity:.6;transition:transform .18s ease;flex-shrink:0}.lp-lang__chevron--open{transform:rotate(180deg)}.lp-lang__dropdown{position:absolute;top:calc(100% + 6px);right:0;min-width:150px;background:var(--lp-hero-from);border:1px solid rgba(255,255,255,.15);border-radius:0;list-style:none;padding:6px;box-shadow:0 8px 24px #00000059;z-index:200}.lp-lang__option{display:flex;align-items:center;gap:8px;padding:9px 12px;border-radius:0;cursor:pointer;font-size:14px;color:#fffc;transition:background .12s ease}.lp-lang__option:hover{background:#ffffff17;color:#fff}.lp-lang__option--active{color:#fff;font-weight:600;background:#ffffff12}.lp-header__user{display:flex;align-items:center;gap:6px;color:#ffffffd9;font-size:14px;font-weight:500;padding:6px 10px;border-radius:0;background:#ffffff12;border:1px solid rgba(255,255,255,.18);white-space:nowrap}.lp-header__username{max-width:100px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}:root{--lp-brand: #667653;--lp-brand-dark: #3C4532;--lp-brand-hover: #D1D2BD;--lp-brand-light: #e8ede3;--lp-brand-pale: #f4f7f1;--lp-hero-from: #212529;--lp-hero-to: #3C4532;--lp-text: #212529;--lp-text-muted: #8C987E;--lp-section-alt: #f8f9f5;--lp-white: #ffffff;--lp-max-width: 1320px;--lp-pad-h: 32px;--lp-section-v: 72px;--lp-radius: 0px;--lp-shadow: 0 4px 24px rgba(0, 0, 0, .09)}.lp-root{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;color:var(--lp-text);overflow-x:hidden;background:var(--lp-white)}.lp-container{max-width:var(--lp-max-width);margin:0 auto;padding:0 var(--lp-pad-h)}.lp-hero{background:linear-gradient(135deg,#212529d1,#3c4532b8),url(/homepage_main.JPG) center center / cover no-repeat;color:#fff;padding:48px var(--lp-pad-h) 56px}.lp-hero__inner{max-width:var(--lp-max-width);margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:start}.lp-hero__wizard-col{background:var(--lp-white);border-radius:calc(var(--lp-radius) + 4px);box-shadow:0 8px 40px #00000038;overflow:hidden}.lp-hero__text-col{display:flex;flex-direction:column;gap:24px;padding-top:16px}.lp-hero__eyebrow{font-size:13px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#fff9}.lp-hero__headline{font-size:clamp(26px,3.5vw,42px);font-weight:700;line-height:1.2;color:#fff;white-space:pre-line}.lp-hero__sub{font-size:clamp(15px,1.6vw,19px);line-height:1.65;color:#ffffffd6}.lp-hero__ctas{display:flex;flex-direction:column;gap:10px}.lp-hero__subcopy{font-size:13px;color:#ffffff94;font-style:italic;line-height:1.5}.lp-btn{display:inline-flex;align-items:center;justify-content:center;padding:14px 22px;border-radius:var(--lp-radius);font-size:15px;font-weight:600;cursor:pointer;border:2px solid transparent;transition:background-color .18s ease,border-color .18s ease,transform .1s ease;text-align:center;line-height:1.3;text-decoration:none}.lp-btn:active{transform:scale(.98)}.lp-btn--primary{background:var(--lp-brand);color:#fff;border-color:var(--lp-brand)}.lp-btn--primary:hover{background:var(--lp-brand-hover);border-color:var(--lp-brand-hover);color:var(--lp-text)}.lp-btn--outline{background:transparent;color:#fff;border-color:#ffffff8c}.lp-btn--outline:hover{border-color:#fff;background:#ffffff14}.lp-btn--ghost{background:transparent;color:#ffffffa6;border-color:transparent;text-decoration:underline;font-weight:400;font-size:14px;padding:6px 0}.lp-btn--ghost:hover{color:#fff}.lp-btn--brand{background:var(--lp-brand);color:#fff;border-color:var(--lp-brand)}.lp-btn--brand:hover{background:var(--lp-brand-hover);border-color:var(--lp-brand-hover);color:var(--lp-text)}.lp-section{padding:var(--lp-section-v) 0}.lp-section--white{background:var(--lp-white)}.lp-section--alt{background:var(--lp-section-alt)}.lp-section--pale{background:var(--lp-brand-pale)}.lp-section--dark{background:var(--lp-hero-from);color:#fff}.lp-section__title{font-size:clamp(20px,2.8vw,32px);font-weight:700;line-height:1.2;color:var(--lp-brand);margin-bottom:32px}.lp-section--dark .lp-section__title{color:#fff}.lp-section__quote{font-size:clamp(17px,2vw,21px);font-style:italic;color:var(--lp-brand);margin-bottom:36px;border-left:4px solid var(--lp-brand);padding-left:18px;line-height:1.55}.lp-section__message{font-size:17px;line-height:1.75;color:var(--lp-text);background:var(--lp-brand-pale);border-left:4px solid var(--lp-brand);padding:20px 24px;border-radius:0 var(--lp-radius) var(--lp-radius) 0;margin-top:8px}.lp-checklist{list-style:none;display:flex;flex-direction:column;gap:16px;margin-bottom:28px}.lp-checklist li{display:flex;align-items:flex-start;gap:12px;font-size:17px;line-height:1.55}.lp-checklist li:before{content:"";flex-shrink:0;width:22px;height:22px;margin-top:2px;border-radius:50%;background-color:var(--lp-brand);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M3 8l3.5 3.5L13 4.5'/%3E%3C/svg%3E");background-size:13px;background-repeat:no-repeat;background-position:center}.lp-steps{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:20px}.lp-step-card{background:var(--lp-white);border-radius:var(--lp-radius);padding:28px 24px;box-shadow:var(--lp-shadow);display:flex;flex-direction:column;gap:12px}.lp-step-card__number{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:var(--lp-brand);color:#fff;font-weight:700;font-size:17px;flex-shrink:0}.lp-step-card__title{font-size:17px;font-weight:700;color:var(--lp-brand);line-height:1.3;margin:0}.lp-step-card__desc{font-size:15px;color:var(--lp-text-muted);line-height:1.6;margin:0}.lp-cta-row{display:flex;flex-direction:column;gap:10px;max-width:420px;margin-top:36px}.lp-why-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(210px,1fr));gap:14px;margin-bottom:28px}.lp-why-item{display:flex;align-items:flex-start;gap:10px;font-size:16px;line-height:1.55;background:var(--lp-white);border-radius:var(--lp-radius);padding:14px 16px;box-shadow:var(--lp-shadow)}.lp-why-item:before{content:"→";color:var(--lp-brand);font-weight:700;flex-shrink:0}.lp-testimonials{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:24px}.lp-testimonial-card{background:var(--lp-white);border-radius:var(--lp-radius);padding:28px 24px;box-shadow:var(--lp-shadow);display:flex;flex-direction:column;gap:14px;border:none}.lp-testimonial-card__stars{color:#f59e0b;font-size:18px;letter-spacing:3px}.lp-testimonial-card__quote{font-size:16px;line-height:1.7;color:var(--lp-text);font-style:italic;margin:0;white-space:pre-line}.lp-testimonial-card__author{font-size:14px;font-weight:600;color:var(--lp-text-muted)}.lp-closing{display:flex;flex-direction:column;align-items:center;text-align:center;gap:24px}.lp-closing__title{font-size:clamp(22px,3.2vw,36px);font-weight:700;color:#fff;line-height:1.2;white-space:pre-line;margin:0}.lp-closing__quote{font-size:clamp(17px,2vw,20px);color:#ffffffd1;font-style:italic;margin:0}.lp-closing__ctas{display:flex;flex-direction:column;width:100%;max-width:400px;gap:10px}.lp-closing__footer{font-size:14px;color:#ffffff8c}.lp-trust-body{font-size:17px;line-height:1.75;max-width:760px;color:var(--lp-text)}@media(max-width:840px){.lp-hero__inner{grid-template-columns:1fr;gap:36px}.lp-hero__text-col{order:1}.lp-hero__wizard-col{order:2}.lp-steps,.lp-testimonials,.lp-why-grid{grid-template-columns:1fr}.lp-footer__inner{grid-template-columns:1fr 1fr;gap:40px 32px;padding:48px 32px}.lp-footer__bar-inner{flex-direction:column;gap:12px;align-items:flex-start}}@media(max-width:540px){.lp-footer__inner{grid-template-columns:1fr}}.lp-footer{background:var(--lp-hero-from);color:#ffffffbf}.lp-footer__inner{display:grid;grid-template-columns:repeat(4,1fr);gap:48px 32px;padding:56px 32px}.lp-footer__heading{font-size:14px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--lp-text-muted);margin:0 0 20px}.lp-footer__links{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px}.lp-footer__link{color:#ffffffb3;text-decoration:none;font-size:15px;transition:color .15s ease}.lp-footer__link:hover{color:#fff}.lp-footer__address{font-style:normal;font-size:15px;line-height:1.8;color:#ffffffb3;display:flex;flex-direction:column;gap:0}.lp-footer__address p{margin:0}.lp-footer__email{display:block;margin-top:10px}.lp-footer__hours{border-collapse:collapse;font-size:15px;color:#ffffffb3}.lp-footer__hours td{padding:4px 16px 4px 0;vertical-align:top}.lp-footer__hours td:last-child{padding-right:0;color:#fff;white-space:nowrap}.lp-footer__socials{display:flex;gap:8px;flex-wrap:wrap}.lp-footer__social{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;text-decoration:none;transition:opacity .15s ease}.lp-footer__social:hover{opacity:.85}.lp-footer__social--fb{background:#1877f2}.lp-footer__social--ig{background:linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888)}.lp-footer__social--li{background:#0a66c2}.lp-footer__social--yt{background:red}.lp-footer__bar{border-top:1px solid rgba(255,255,255,.1);font-size:13px;color:#ffffff73}.lp-footer__bar-inner{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:20px 32px 24px}.lp-footer__legal{display:flex;gap:20px;flex-wrap:wrap}.lp-footer__legal a{color:#ffffff73;text-decoration:none;font-size:13px;transition:color .15s ease}.lp-footer__legal a:hover{color:#fffc}
