:root{--navy:#1d2942;--navy-light:#22304a;--navy-hover:#162035;--gold:#c58a47;--gold-light:#d39b5b;--gold-dark:#b57a3a;--gold-subtle:#c58a471f;--bg-primary:#f7f3ee;--bg-secondary:#fbf8f5;--bg-warm:#f2ece5;--bg-white:#fff;--text-primary:#1d2942;--text-body:#3d3833;--text-muted:#615c56;--text-light:#7a746d;--border-light:#c58a4726;--border-medium:#c58a4740;--shadow-sm:0 2px 8px #1d29420f;--shadow-md:0 4px 16px #1d294214;--shadow-lg:0 8px 32px #1d29421a;--shadow-card-hover:0 8px 24px #1d29421f;--font-heading:"Playfair Display", Georgia, "Times New Roman", serif;--font-body:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--space-xs:4px;--space-sm:8px;--space-md:16px;--space-lg:24px;--space-xl:32px;--space-2xl:48px;--space-3xl:64px;--space-4xl:96px;--space-5xl:128px;--radius-sm:6px;--radius-md:10px;--radius-lg:14px;--radius-xl:20px;--transition-fast:.2s ease;--transition-base:.3s ease;--transition-slow:.5s ease;--container-max:1200px;--container-narrow:800px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font-body);color:var(--text-body);background-color:var(--bg-primary);font-size:16px;line-height:1.7;overflow-x:hidden}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}ul,ol{list-style:none}button{font-family:var(--font-body);cursor:pointer;background:0 0;border:none}input,textarea{font-family:var(--font-body);font-size:16px}h1,h2,h3,h4,h5{font-family:var(--font-heading);color:var(--text-primary);font-weight:600;line-height:1.25}h1{font-size:clamp(2rem,4.5vw,3.2rem)}h2{font-size:clamp(1.6rem,3.5vw,2.4rem)}h3{font-size:clamp(1.15rem,2vw,1.4rem)}h4{font-size:1.1rem}p{max-width:600px}.container{max-width:var(--container-max);padding:0 var(--space-lg);margin:0 auto}.btn{justify-content:center;align-items:center;gap:var(--space-sm);letter-spacing:.01em;border-radius:var(--radius-md);transition:all var(--transition-base);white-space:nowrap;padding:14px 28px;font-size:.95rem;font-weight:600;display:inline-flex;position:relative}.btn-primary{background:var(--navy);color:#fff;box-shadow:var(--shadow-sm)}.btn-primary:hover{background:var(--navy-hover);box-shadow:var(--shadow-md);transform:translateY(-1px)}.btn-secondary{color:var(--navy);border:1.5px solid var(--gold);background:0 0;padding:13px 27px}.btn-secondary:hover{background:var(--gold-subtle);border-color:var(--gold-dark)}.btn-icon{flex-shrink:0;width:18px;height:18px}.card{background:var(--bg-white);border:1px solid var(--border-light);border-radius:var(--radius-lg);padding:var(--space-xl);box-shadow:var(--shadow-sm);transition:all var(--transition-base)}.card:hover{box-shadow:var(--shadow-card-hover);border-color:var(--border-medium);transform:translateY(-4px)}.section-heading{text-align:center;margin-bottom:var(--space-2xl)}.section-heading h2{margin-bottom:var(--space-md);position:relative}.section-heading h2:after{content:"";background:var(--gold);width:48px;height:2px;margin:var(--space-sm) auto 0;border-radius:2px;display:block}.section-heading p{color:var(--text-muted);max-width:460px;margin:0 auto;font-size:1.05rem}.form-group{flex-direction:column;gap:6px;display:flex}.form-group label{color:var(--text-primary);letter-spacing:.02em;font-size:.85rem;font-weight:600}.form-group input,.form-group textarea{background:var(--bg-secondary);border:1.5px solid var(--border-light);border-radius:var(--radius-md);color:var(--text-primary);transition:all var(--transition-fast);outline:none;padding:14px 16px}.form-group input:focus,.form-group textarea:focus{border-color:var(--gold);box-shadow:0 0 0 3px var(--gold-subtle);background:var(--bg-white)}.form-group input::placeholder,.form-group textarea::placeholder{color:var(--text-light)}.form-group textarea{resize:vertical;min-height:100px}.reveal{opacity:0;transition:opacity .6s,transform .6s;transform:translateY(20px)}.reveal.visible{opacity:1;transform:translateY(0)}.reveal-delay-1{transition-delay:.1s}.reveal-delay-2{transition-delay:.2s}.reveal-delay-3{transition-delay:.3s}.reveal-delay-4{transition-delay:.4s}.reveal-delay-5{transition-delay:.5s}@keyframes fadeInUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-24px)}to{opacity:1;transform:translate(0)}}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@media (width<=768px){.container{padding:0 var(--space-md)}}.header{z-index:1000;-webkit-backdrop-filter:blur(12px);transition:all var(--transition-base);background:#f7f3eea6;position:fixed;top:0;left:0;right:0}.header--scrolled{background:#f7f3eeeb;box-shadow:0 1px 12px #1d29420f}.header__inner{justify-content:space-between;align-items:center;height:72px;display:flex}.header__logo{flex-shrink:0;align-items:center;text-decoration:none;display:flex}.header__logo-img{object-fit:contain;mix-blend-mode:multiply;width:auto;height:52px}.header__nav{align-items:center;gap:var(--space-xl);display:flex}.header__link{color:var(--text-body);transition:color var(--transition-fast);cursor:pointer;background:0 0;border:none;padding:0;font-size:.88rem;font-weight:500}.header__link:hover{color:var(--gold-dark)}.header__actions{align-items:center;gap:var(--space-lg);display:flex}.header__cta{padding:10px 22px;font-size:.85rem}.header__burger{cursor:pointer;background:0 0;border:none;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:36px;height:36px;padding:0;display:none}.header__burger span{background:var(--navy);width:22px;height:2px;transition:all var(--transition-fast);border-radius:2px;display:block}.header__burger.open span:first-child{transform:rotate(45deg)translate(5px,5px)}.header__burger.open span:nth-child(2){opacity:0}.header__burger.open span:nth-child(3){transform:rotate(-45deg)translate(5px,-5px)}.header__mobile-menu{padding:var(--space-md) var(--space-lg) var(--space-xl);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-top:1px solid var(--border-light);background:#f7f3eef7;flex-direction:column;display:none}.header__mobile-menu--open{display:flex}.header__mobile-link{padding:var(--space-md) 0;color:var(--text-body);text-align:left;border:none;border-bottom:1px solid var(--border-light);cursor:pointer;background:0 0;font-size:1rem;font-weight:500}.header__mobile-link:hover{color:var(--gold-dark)}@media (width<=768px){.header__nav,.header__actions .header__cta{display:none}.header__burger{display:flex}}.hero{padding:calc(72px + var(--space-4xl)) 0 var(--space-3xl);background:linear-gradient(165deg, var(--bg-primary) 0%, var(--bg-secondary) 50%, var(--bg-warm) 100%);position:relative;overflow:hidden}.hero__watermark{opacity:.03;pointer-events:none;mix-blend-mode:multiply;filter:blur(2px);width:500px;height:auto;position:absolute;top:50%;right:-8%;transform:translateY(-50%)}.hero__inner{gap:var(--space-3xl);grid-template-columns:1fr 1fr;align-items:center;display:grid}.hero__content{animation:.6s forwards fadeInUp}.hero__eyebrow{color:var(--gold-dark);text-transform:uppercase;letter-spacing:.12em;margin-bottom:var(--space-lg);font-size:.82rem;font-weight:600;display:inline-block}.hero__title{margin-bottom:var(--space-lg);font-size:clamp(2.1rem,4.5vw,3.2rem);line-height:1.15}.hero__title em{color:var(--gold-dark);font-style:italic}.hero__sub{color:var(--text-muted);margin-bottom:var(--space-lg);max-width:520px;font-size:1.02rem;line-height:1.7}.hero__slogan{font-family:var(--font-heading);color:var(--text-primary);margin-bottom:var(--space-xl);font-size:1.15rem;font-style:italic}.hero__slogan-soft{color:var(--gold);font-weight:600}.hero__slogan-strong{color:var(--navy);font-weight:700}.hero__bullets{gap:var(--space-sm);margin-bottom:var(--space-xl);flex-direction:column;display:flex}.hero__bullets li{align-items:center;gap:var(--space-sm);color:var(--text-body);font-size:.95rem;font-weight:500;display:flex}.hero__bullets svg{flex-shrink:0;width:20px;height:20px}.hero__ctas{gap:var(--space-md);flex-wrap:wrap;margin-bottom:8px;display:flex}.hero__micro{color:var(--text-light);opacity:.8;font-size:.82rem;font-style:italic}.hero__visual{animation:.8s .2s both fadeIn;position:relative}.hero__image-wrapper{border-radius:var(--radius-xl);box-shadow:var(--shadow-lg);position:relative;overflow:hidden}.hero__image{object-fit:cover;width:100%;height:400px;display:block}.hero__image-overlay{pointer-events:none;background:linear-gradient(#0000 50%,#1d294214 100%);position:absolute;inset:0}.hero__trust-cards{flex-direction:column;gap:6px;display:flex;position:absolute;bottom:16px;left:-8px}.hero__trust-card{-webkit-backdrop-filter:blur(8px);border-radius:var(--radius-sm);color:var(--text-body);background:#fffffff5;border:1px solid #ffffff4d;align-items:center;gap:6px;padding:5px 10px;font-size:.78rem;font-weight:600;animation:.5s both slideInLeft;display:flex;box-shadow:0 2px 8px #1d29420a}.hero__trust-card svg{flex-shrink:0;width:14px;height:14px}.hero__trust-card--1{animation-delay:.4s}.hero__trust-card--2{animation-delay:.55s}@media (width<=900px){.hero__inner{gap:var(--space-2xl);grid-template-columns:1fr}.hero__visual{order:-1}.hero__image{height:280px}.hero__trust-cards{bottom:-10px;left:10px}.hero__watermark{width:300px;height:300px;right:-15%}.hero{padding-top:calc(72px + var(--space-2xl));padding-bottom:var(--space-2xl)}}@media (width<=480px){.hero__ctas{flex-direction:column}.hero__ctas .btn{justify-content:center;width:100%}}.where-work{padding:var(--space-xl) 0;background:var(--bg-secondary);border-top:1px solid var(--border-light);border-bottom:1px solid var(--border-light)}.where-work__heading{text-align:center;margin-bottom:var(--space-xl)}.where-work__eyebrow{text-transform:uppercase;letter-spacing:.1em;color:var(--gold-dark);margin-bottom:var(--space-xs);font-size:.8rem;font-weight:700;display:block}.where-work__heading h2{margin-bottom:var(--space-sm)}.where-work__heading p{color:var(--text-muted);margin:0 auto}.where-work__grid{gap:var(--space-xl);max-width:800px;margin:0 auto var(--space-xl);grid-template-columns:1fr 1fr;display:grid}.where-work__column{background:var(--bg-white);padding:var(--space-xl);border-radius:var(--radius-lg);border:1px solid #c58a4740;box-shadow:0 4px 12px #1d29420f}.where-work__state{color:var(--text-primary);margin-bottom:var(--space-md);padding-bottom:var(--space-sm);border-bottom:2px solid var(--gold-subtle);font-size:1.1rem;font-weight:700}.where-work__list{flex-direction:column;gap:10px;display:flex}.where-work__list li{align-items:center;gap:var(--space-sm);color:var(--text-body);font-size:.95rem;font-weight:500;line-height:1.4;display:flex}.where-work__icon{width:18px;height:18px;color:var(--gold);flex-shrink:0}.where-work__footer{text-align:center;border-top:1px solid var(--border-light);padding-top:var(--space-lg);max-width:600px;margin:0 auto}.where-work__footer p{color:var(--text-light);margin:0 auto;font-size:.9rem;font-style:italic}@media (width<=768px){.where-work__grid{gap:var(--space-md);grid-template-columns:1fr}.where-work__column{padding:var(--space-lg)}}.situations{padding:var(--space-xl) 0;background:var(--bg-secondary)}.situations__grid{gap:var(--space-lg);grid-template-columns:repeat(3,1fr);display:grid}.situations__card{text-align:center;padding:var(--space-lg) var(--space-md)}.situations__icon{opacity:1;width:50px;height:50px;margin:0 auto 12px}.situations__icon svg{width:100%;height:100%}.situations__title{margin-bottom:var(--space-sm);color:var(--text-primary);font-size:1.1rem}.situations__desc{color:var(--text-muted);margin:0 auto;font-size:.92rem;line-height:1.5}@media (width<=900px){.situations__grid{grid-template-columns:repeat(2,1fr)}}@media (width<=500px){.situations__grid{grid-template-columns:1fr}}.how-it-works{padding:var(--space-xl) 0 var(--space-2xl);background:var(--bg-primary)}.how-it-works__steps{gap:var(--space-xl);grid-template-columns:repeat(3,1fr);display:grid;position:relative}.how-it-works__step{text-align:center;padding:var(--space-md);background:var(--bg-white);border:1px solid var(--border-light);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);transition:all var(--transition-base);position:relative}.how-it-works__step:hover{box-shadow:var(--shadow-card-hover);transform:translateY(-4px)}.how-it-works__badge{background:var(--gold-subtle);border:2px solid var(--gold);width:38px;height:38px;color:var(--gold-dark);font-family:var(--font-heading);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 12px;font-size:1.1rem;font-weight:700;display:flex}.how-it-works__icon{width:34px;height:34px;margin:0 auto 12px}.how-it-works__icon svg{width:100%;height:100%}.how-it-works__step h3{margin-bottom:var(--space-sm);font-size:1.1rem}.how-it-works__step p{color:var(--text-muted);margin:0 auto;font-size:.92rem;line-height:1.5}.how-it-works__connector{display:none}@media (width>=901px){.how-it-works__connector{background:repeating-linear-gradient(90deg, var(--gold) 0px, var(--gold) 6px, transparent 6px, transparent 12px);opacity:.6;width:26%;height:2px;display:block;position:absolute;top:50%;right:-13%}}@media (width<=900px){.how-it-works__steps{gap:var(--space-md);grid-template-columns:1fr;max-width:480px;margin:0 auto}}.why-choose{padding:var(--space-2xl) 0;background:var(--bg-warm)}.why-choose__grid{gap:var(--space-xl);grid-template-columns:repeat(2,1fr);max-width:900px;margin:0 auto;display:grid}.why-choose__item{background:var(--bg-white);border-radius:var(--radius-lg);padding:var(--space-lg);box-shadow:var(--shadow-md);transition:all var(--transition-base);border:1px solid #c58a4733}.why-choose__item:hover{box-shadow:var(--shadow-card-hover);border-color:var(--border-medium);transform:translateY(-3px)}.why-choose__icon{width:44px;height:44px;color:var(--gold);margin-bottom:12px}.why-choose__icon svg{width:100%;height:100%}.why-choose__item h3{color:var(--text-primary);margin-bottom:var(--space-sm);font-size:1.1rem;font-weight:700}.why-choose__item p{color:var(--text-muted);font-size:.92rem;line-height:1.55}@media (width<=600px){.why-choose__grid{grid-template-columns:1fr}}.founder{padding:var(--space-xl) 0;background:var(--bg-secondary)}.founder__inner{align-items:center;gap:var(--space-xl);max-width:900px;margin:0 auto;display:flex}.founder__image-wrapper{width:180px;height:180px;box-shadow:var(--shadow-md);border:2px solid var(--border-light);border-radius:50%;flex-shrink:0;overflow:hidden}.founder__image{object-fit:cover;width:100%;height:100%}.founder__content{flex:1}.founder__title{margin-bottom:var(--space-sm);font-size:clamp(1.4rem,3vw,1.8rem)}.founder__body{color:var(--text-body);margin-bottom:12px;font-size:1rem;line-height:1.7}.founder__slogan{font-family:var(--font-heading);font-size:1.15rem;font-style:italic}.founder__slogan-soft{color:var(--gold);font-weight:600}.founder__slogan-strong{color:var(--navy);font-weight:700}@media (width<=768px){.founder__inner{text-align:center;gap:var(--space-xl);flex-direction:column}.founder__image-wrapper{width:160px;height:160px}.founder__body{max-width:100%}}.final-cta{padding:var(--space-2xl) 0;background:linear-gradient(170deg, var(--bg-primary) 0%, var(--bg-warm) 100%);position:relative}.final-cta__inner{gap:var(--space-3xl);grid-template-columns:1fr 1.1fr;align-items:start;max-width:1000px;margin:0 auto;display:grid}.final-cta__eyebrow{font-family:var(--font-body);text-transform:uppercase;letter-spacing:.12em;color:var(--gold-dark);margin-bottom:var(--space-sm);font-size:.8rem;font-weight:700;display:block}.final-cta__text h2{margin-bottom:var(--space-md);font-size:clamp(1.6rem,3.5vw,2.2rem)}.final-cta__sub{color:var(--text-muted);margin-bottom:var(--space-2xl);font-size:1.05rem}.final-cta__trust-points{gap:var(--space-md);flex-direction:column;display:flex}.final-cta__trust-item{align-items:center;gap:var(--space-sm);color:var(--text-body);font-size:.92rem;font-weight:500;display:flex}.final-cta__trust-item svg{flex-shrink:0;width:22px;height:22px}.final-cta__form-wrapper{background:var(--bg-white);border-radius:var(--radius-xl);border:1px solid #1d294226;padding:24px;box-shadow:0 12px 32px #1d294214,0 4px 12px #1d29420a}.final-cta__form{flex-direction:column;gap:12px;display:flex}.final-cta__form-row{grid-template-columns:1fr 1fr;gap:12px;display:grid}.final-cta__submit{width:100%;margin-top:4px;padding:14px;font-size:1rem}.final-cta__micro{color:var(--text-light);text-align:center;margin-top:var(--space-xs);font-size:.8rem;font-style:italic}.form-optional{color:var(--text-light);font-size:.8rem;font-weight:400}.final-cta__inline-trust{margin-top:var(--space-md);margin-bottom:var(--space-xs);color:var(--text-muted);flex-wrap:wrap;justify-content:center;align-items:center;gap:12px;font-size:.82rem;font-weight:500;display:flex}.final-cta__inline-trust span{align-items:center;gap:4px;display:flex}.final-cta__inline-trust svg{width:14px;height:14px;color:var(--gold-dark)}.final-cta__trust-dot{opacity:.3;margin:0 2px}@media (width<=600px){.final-cta__inline-trust{flex-direction:column;align-items:flex-start;gap:6px}.final-cta__trust-dot{display:none}}.final-cta__success{text-align:center;padding:var(--space-2xl) var(--space-lg)}.final-cta__success svg{width:56px;height:56px;margin-bottom:var(--space-md)}.final-cta__success h3{margin-bottom:var(--space-sm);font-size:1.4rem}.final-cta__success p{color:var(--text-muted);margin:0 auto}.final-cta__consents{margin-top:var(--space-xs);border-radius:var(--radius-md);background:#c58a470a;border:1px solid #c58a4726;flex-direction:column;gap:12px;margin-bottom:2px;padding:12px 16px;display:flex}.final-cta__checkbox-group{cursor:pointer;align-items:flex-start;gap:12px;display:flex}.final-cta__checkbox-group input[type=checkbox]{width:18px;height:18px;accent-color:var(--gold);cursor:pointer;flex-shrink:0;margin-top:2px}.final-cta__checkbox-text{color:var(--text-muted);opacity:.85;font-size:.75rem;line-height:1.4}.final-cta__checkbox-text a{color:var(--gold-dark);text-decoration:underline}.final-cta__checkbox-text a:hover{color:var(--navy)}@media (width<=768px){.final-cta__inner{gap:var(--space-xl);grid-template-columns:1fr}.final-cta__form-row{grid-template-columns:1fr}.final-cta__text{text-align:center}.final-cta__trust-points{align-items:center}}.footer{padding:var(--space-2xl) 0 0;background:var(--bg-white);color:var(--text-body);border-top:1px solid var(--border-light)}.footer__inner{align-items:start;gap:var(--space-2xl);padding-bottom:var(--space-lg);border-bottom:1px solid var(--border-light);grid-template-columns:1.2fr 2fr;display:grid}.footer__logo{margin-bottom:var(--space-sm);align-items:center;display:flex}.footer__logo-img{object-fit:contain;width:auto;height:38px}.footer__slogan{font-family:var(--font-heading);color:var(--navy);margin-bottom:2px;font-size:1rem;font-weight:700}.footer__desc{color:var(--text-light);max-width:400px;font-size:.85rem}.footer__info{justify-content:flex-end;gap:var(--space-2xl);display:flex}.footer__links nav{gap:var(--space-md);flex-wrap:wrap;display:flex}.footer__links button{text-align:left;color:var(--text-body);cursor:pointer;transition:color var(--transition-fast);background:0 0;border:none;padding:0;font-size:.9rem}.footer__links button:hover{color:var(--gold)}.footer__contact-item{align-items:center;gap:var(--space-sm);margin-bottom:var(--space-sm);color:var(--text-body);transition:color var(--transition-fast);font-size:.9rem;text-decoration:none;display:flex}.footer__contact-item:hover{color:var(--gold)}.footer__contact-item svg{flex-shrink:0;width:18px;height:18px}.footer__bottom{padding:var(--space-lg) 0;color:var(--text-light);justify-content:space-between;align-items:center;font-size:.8rem;display:flex}.footer__legal{gap:var(--space-sm);display:flex}.footer__dot{opacity:.5}.footer__legal a{color:inherit;text-decoration:none}.footer__legal a:hover{color:var(--gold)}@media (width<=768px){.footer__inner{gap:var(--space-xl);text-align:center;grid-template-columns:1fr}.footer__logo{justify-content:center}.footer__desc{margin:0 auto}.footer__info{justify-content:center;align-items:center;gap:var(--space-xl);flex-direction:column}.footer__links nav{justify-content:center}.footer__bottom{gap:var(--space-sm);text-align:center;flex-direction:column}}.legal-page{padding:calc(72px + var(--space-4xl)) 0 var(--space-4xl);background:var(--bg-white);min-height:80vh}.legal-page__inner{max-width:800px;margin:0 auto}.legal-page h1{margin-bottom:var(--space-xl);text-align:center;font-size:clamp(1.8rem,4vw,2.8rem)}.legal-page h2{margin-top:var(--space-xl);margin-bottom:var(--space-md);color:var(--navy);font-size:1.4rem}.legal-page p,.legal-page ul{margin-bottom:var(--space-md);color:var(--text-body);line-height:1.7}.legal-page ul{padding-left:var(--space-lg)}.legal-page li{margin-bottom:var(--space-sm)}.legal-page__meta{background:var(--bg-secondary);padding:var(--space-lg);border-radius:var(--radius-md);margin-bottom:var(--space-xl);border:1px solid var(--border-light);font-size:.95rem}.legal-page__meta p{margin-bottom:4px}.legal-page__back{color:var(--gold-dark);margin-bottom:var(--space-lg);align-items:center;gap:8px;font-weight:600;text-decoration:none;transition:transform .2s;display:inline-flex}.legal-page__back:hover{transform:translate(-4px)}
