.footer{color:#38211b;box-sizing:border-box;background-color:#fff;border:1px solid #38211b1a;border-radius:16px;max-width:1200px;margin:40px auto;font-family:Inter,sans-serif;font-size:14px;overflow:hidden}.footer__top{grid-template-columns:1.4fr 1fr 1fr;align-items:start;gap:48px;padding:52px 56px 40px;display:grid}.footer__brand{flex-direction:column;gap:20px;display:flex}.footer__logo{cursor:pointer;align-items:center;text-decoration:none;display:inline-flex}.footer__logo-img{object-fit:contain;width:auto;height:60px}.footer__desc{color:#6b4a3e;max-width:280px;margin:0;font-size:13px;line-height:1.7}.footer__socials{gap:8px;display:flex}.footer__social{color:#38211b;border:1px solid #38211b26;border-radius:8px;justify-content:center;align-items:center;width:34px;height:34px;text-decoration:none;transition:background .2s,border-color .2s;display:flex}.footer__social:hover{background:#38211b12;border-color:#38211b4d}.footer__social svg{width:15px;height:15px}.footer__col{flex-direction:column;gap:6px;display:flex}.footer__col-title{color:#9a7060;letter-spacing:.14em;text-transform:uppercase;margin-bottom:10px;font-size:11px;font-weight:600}.footer__col-link{color:#5a3a30;cursor:pointer;padding:4px 0;font-size:13px;text-decoration:none;transition:color .2s;display:inline-block}.footer__col-link:hover,.footer__col-link.active-link{color:#38211b;font-weight:500}.footer__newsletter{background:#38211b0a;border:1px solid #38211b14;border-radius:10px;justify-content:space-between;align-items:center;gap:20px;margin:0 56px;padding:20px 28px;display:flex}.footer__nl-title{color:#38211b;margin:0;font-size:13px;font-weight:500}.footer__nl-sub{color:#9a7060;margin:4px 0 0;font-size:12px}.footer__nl-form{flex-shrink:0;gap:8px;display:flex}.footer__nl-input{color:#38211b;background:#faf7ed;border:1px solid #38211b33;border-radius:6px;outline:none;width:220px;padding:8px 14px;font-size:13px;transition:border-color .2s}.footer__nl-input::placeholder{color:#b89080}.footer__nl-input:focus{border-color:#38211b66}.footer__nl-btn{color:#faf7ed;cursor:pointer;white-space:nowrap;background:#38211b;border:none;border-radius:6px;padding:8px 18px;font-size:13px;font-weight:500;transition:background .2s,transform .15s}.footer__nl-btn:hover{background:#2a1712;transform:translateY(-1px)}.footer__nl-btn:active{transform:translateY(0)}.footer__bottom{border-top:1px solid #38211b1a;justify-content:space-between;align-items:center;margin-top:32px;padding:16px 56px;display:flex}.footer__copy{color:#9a7060;font-size:12px}.footer__bottom-links{gap:20px;display:flex}.footer__bottom-links a{color:#9a7060;font-size:12px;text-decoration:none;transition:color .2s}.footer__bottom-links a:hover{color:#38211b}@media (width<=1024px){.footer__top{grid-template-columns:1fr 1fr;gap:36px;padding:40px 40px 32px}.footer__brand{flex-direction:row;grid-column:1/-1;align-items:flex-start;gap:40px}.footer__desc{max-width:360px}.footer__newsletter{margin:0 40px}.footer__bottom{padding:16px 40px}}@media (width<=768px){.footer{border-radius:12px;margin:24px 16px}.footer__top{grid-template-columns:1fr 1fr;gap:28px;padding:36px 28px 28px}.footer__brand{flex-direction:column;grid-column:1/-1;align-items:flex-start;gap:16px}.footer__logo-img{height:52px}.footer__desc{max-width:100%}.footer__newsletter{flex-direction:column;align-items:flex-start;gap:14px;margin:0 28px;padding:18px 20px}.footer__nl-form{width:100%}.footer__nl-input{flex:1;width:auto;min-width:0}.footer__bottom{padding:14px 28px}}@media (width<=480px){.footer{border-radius:10px;margin:16px 12px}.footer__top{grid-template-columns:1fr;gap:24px;padding:28px 20px 20px}.footer__brand{grid-column:unset}.footer__logo-img{height:48px}.footer__newsletter{margin:0 20px;padding:16px}.footer__nl-btn{padding:8px 14px;font-size:12px}.footer__bottom{flex-direction:column;align-items:center;gap:10px;padding:14px 20px}.footer__bottom-links{gap:16px}}.header{z-index:100;background-color:#faf7ed;border-bottom:1px solid #38211b1a;width:100%;font-family:Inter,sans-serif;position:sticky;top:0}.header__container{justify-content:space-between;align-items:center;max-width:1200px;height:72px;margin:0 auto;padding:0 32px;display:flex}.header__logo{cursor:pointer;flex-shrink:0;align-items:center;text-decoration:none;display:inline-flex}.header__logo-img{object-fit:contain;width:auto;height:90px}.header__nav{flex:1;justify-content:center;display:flex}.header__menu{align-items:center;gap:4px;list-style:none;display:flex}.header__menu li a{color:#5a3a30;letter-spacing:.01em;border-radius:6px;align-items:center;gap:6px;padding:6px 14px;font-size:14px;text-decoration:none;transition:background .2s,color .2s;display:flex}.header__menu li a:hover{color:#38211b;background:#38211b12}.header__badge{color:#7a3e22;letter-spacing:.05em;background:#f4d3b6;border-radius:10px;padding:2px 6px;font-size:9px;font-weight:600;display:inline-block}.header__right{flex-shrink:0;align-items:center;gap:12px;display:flex}.header__login{color:#9a7060;white-space:nowrap;cursor:pointer;border-radius:6px;padding:6px 10px;font-size:13px;text-decoration:none;transition:color .2s}.header__login:hover{color:#38211b}.header__divider{background:#38211b26;flex-shrink:0;width:1px;height:20px}.header__button{color:#faf7ed;cursor:pointer;letter-spacing:.02em;white-space:nowrap;background:#38211b;border:none;border-radius:8px;align-items:center;gap:6px;padding:9px 20px;font-size:13px;font-weight:500;transition:background .2s,transform .15s;display:flex}.header__button:hover{background:#2a1712;transform:translateY(-1px)}.header__button:active{transform:translateY(0)}.header__button-icon{opacity:.7;flex-shrink:0;width:14px;height:14px}.header__hamburger{cursor:pointer;background:0 0;border:none;border-radius:6px;flex-direction:column;justify-content:center;gap:5px;width:36px;height:36px;padding:6px;transition:background .2s;display:none}.header__hamburger:hover{background:#38211b12}.header__hamburger span{transform-origin:50%;background:#38211b;border-radius:2px;width:100%;height:1.5px;transition:transform .25s,opacity .25s;display:block}.header__hamburger.is-open span:first-child{transform:translateY(6.5px)rotate(45deg)}.header__hamburger.is-open span:nth-child(2){opacity:0;transform:scaleX(0)}.header__hamburger.is-open span:nth-child(3){transform:translateY(-6.5px)rotate(-45deg)}.header__mobile-menu{background:#faf7ed;border-top:1px solid #38211b14;flex-direction:column;max-height:0;transition:max-height .3s,padding .3s;display:none;overflow:hidden}.header__mobile-menu.is-open{max-height:400px;padding-bottom:8px}.header__mobile-list{flex-direction:column;padding:8px 20px 0;list-style:none;display:flex}.header__mobile-list li a{color:#38211b;border-bottom:1px solid #38211b12;align-items:center;gap:8px;padding:12px 0;font-size:15px;text-decoration:none;transition:color .2s;display:flex}.header__mobile-list li:last-child a{border-bottom:none}.header__mobile-list li a:hover{color:#7a3e22}.header__mobile-footer{border-top:1px solid #38211b14;align-items:center;gap:12px;margin-top:4px;padding:16px 20px 8px;display:flex}.header__mobile-footer .header__button{flex:1;justify-content:center}@media (width<=1024px){.header__login,.header__divider{display:none}.header__menu li a{padding:6px 10px;font-size:13px}}@media (width<=768px){.header__nav,.header__right{display:none}.header__hamburger,.header__mobile-menu{display:flex}.header__container{padding:0 20px}}@media (width<=480px){.header__container{height:64px;padding:0 16px}.header__logo-img{height:90px}.header__mobile-list{padding:4px 16px 0}.header__mobile-footer{flex-direction:column;align-items:stretch;padding:12px 16px 8px}.header__mobile-footer .header__login{text-align:center;color:#38211b;padding:10px 0;font-size:14px;display:block}}.home{max-width:1200px;margin:0 auto}.hero{background:linear-gradient(#faf7ed 70%,#f0ebde);grid-template-columns:1fr 1fr;align-items:center;gap:48px;min-height:520px;padding:80px 64px 0;display:grid;position:relative;overflow:hidden}.hero-left{z-index:2;flex-direction:column;gap:24px;padding-bottom:20px;display:flex;position:relative}.hero-badge{color:#5a4a3f;background:#fff;border:.5px solid #e0d6c8;border-radius:100px;align-items:center;gap:8px;width:fit-content;padding:6px 14px 6px 8px;font-size:13px;display:inline-flex}.badge-avatars{display:flex}.badge-av{color:#fff;border:2px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;margin-left:-6px;font-size:10px;font-weight:600;display:flex}.badge-av:first-child{margin-left:0}.av-1{background:#c8956c}.av-2{background:#7b9e6b}.av-3{background:#8b6b5a}.hero-title{color:#38211b;font-size:52px;font-weight:700;line-height:1.1}.hero-sub{color:#7a6559;max-width:380px;font-size:16px;line-height:1.6}.hero-actions{align-items:center;gap:16px;display:flex}.hero-badges{flex-wrap:wrap;gap:40px;padding-top:8px;display:flex}.mini-badge{color:#7a6559;align-items:center;gap:12px;font-size:13px;display:flex}.mini-icon{color:#38211b;background:#f4e6d8;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:16px;display:flex}.hero-right{height:420px;position:relative}.hero-blob{opacity:.6;z-index:0;background:radial-gradient(at 40% 40%,#f4d3b6 0%,#f0e6d8 50%,#0000 80%);border-radius:60% 40% 55% 45%/50% 60% 40% 50%;width:380px;height:380px;animation:8s ease-in-out infinite blob-float;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes blob-float{0%,to{transform:translate(-50%,-50%)scale(1)rotate(0)}33%{transform:translate(-50%,-54%)scale(1.04)rotate(3deg)}66%{transform:translate(-50%,-46%)scale(.97)rotate(-2deg)}}.features-section{background:#fff;padding:80px 64px}.features-header{grid-template-columns:1fr 1fr;align-items:start;gap:48px;margin-bottom:56px;display:grid}.features-title{color:#38211b;font-size:40px;font-weight:700;line-height:1.15}.features-desc{color:#7a6559;padding-top:8px;font-size:15px;line-height:1.7}.features-grid{background:#f0e8dc;border:1px solid #f0e8dc;border-radius:16px;grid-template-columns:repeat(3,1fr);gap:1px;display:grid;overflow:hidden}.feat-card{background:#fff;flex-direction:column;gap:16px;padding:40px 32px 32px;transition:background .2s;display:flex}.feat-card:hover{background:#faf7ed}.feat-icon-wrap{border-radius:14px;justify-content:center;align-items:center;width:60px;height:60px;display:flex}.feat-icon-wrap svg{width:28px;height:28px}.icon-sys{background:linear-gradient(135deg,#f4e6d8,#e8d0bc)}.icon-mob{background:linear-gradient(135deg,#eaf3de,#d2e8be)}.feat-title{color:#38211b;font-size:17px;font-weight:600}.feat-desc{color:#7a6559;font-size:14px;line-height:1.65}.about-section{background:#fff;grid-template-columns:1fr 1fr;align-items:center;gap:80px;padding:80px 64px;display:grid}.about-left{flex-direction:column;gap:16px;display:flex}.about-title{color:#38211b;font-size:38px;font-weight:700;line-height:1.15}.about-text{color:#7a6559;font-size:15px;line-height:1.75}.about-right{flex-direction:column;gap:16px;display:flex}.about-card{background:#faf7ed;border:1px solid #38211b14;border-radius:14px;align-items:flex-start;gap:18px;padding:24px 28px;display:flex}.about-card-icon{background:#38211b;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.about-card-icon svg{width:20px;height:20px}.about-card-title{color:#38211b;margin-bottom:6px;font-size:15px;font-weight:600}.about-card-desc{color:#7a6559;font-size:13px;line-height:1.6}.forwhom-section{background:#faf7ed;padding:80px 64px}.section-header{text-align:center;flex-direction:column;align-items:center;gap:12px;margin-bottom:56px;display:flex}.section-header h2{color:#38211b;font-size:38px;font-weight:700;line-height:1.15}.section-header p{color:#7a6559;max-width:520px;font-size:15px;line-height:1.6}.forwhom-grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.fw-card{background:#fff;border:1px solid #38211b14;border-radius:16px;flex-direction:column;gap:14px;padding:36px 28px;transition:border-color .2s;display:flex}.fw-card:hover{border-color:#38211b33}.fw-icon{border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.fw-icon svg{width:22px;height:22px}.fw-icon--brown{background:#f4e6d8}.fw-icon--green{background:#eaf3de}.fw-icon--cream{background:#faf7ed;border:1px solid #38211b1a}.fw-title{color:#38211b;font-size:18px;font-weight:700}.fw-desc{color:#7a6559;font-size:13px;line-height:1.65}.fw-list{flex-direction:column;gap:6px;margin-top:4px;list-style:none;display:flex}.fw-list li{color:#7a6559;align-items:center;gap:8px;font-size:13px;display:flex}.fw-list li:before{content:"";background:#c8a08a;border-radius:50%;flex-shrink:0;width:6px;height:6px}.process-section{background:#fff;padding:80px 64px}.process-steps{grid-template-columns:repeat(4,1fr);display:grid;position:relative}.process-steps:before{content:"";background:#38211b1f;height:1px;position:absolute;top:27px;left:calc(12.5% + 14px);right:calc(12.5% + 14px)}.process-step{text-align:center;flex-direction:column;align-items:center;padding:0 16px;display:flex}.process-num{color:#faf7ed;z-index:1;background:#38211b;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;margin-bottom:20px;font-size:18px;font-weight:700;display:flex;position:relative}.process-step-title{color:#38211b;margin-bottom:8px;font-size:15px;font-weight:600}.process-step p{color:#7a6559;font-size:13px;line-height:1.6}.cta-section{text-align:center;background:#38211b;flex-direction:column;align-items:center;gap:28px;padding:80px 64px;display:flex}.cta-title{color:#faf7ed;max-width:500px;font-size:36px;font-weight:700;line-height:1.2}@media (width<=1024px){.hero{min-height:unset;grid-template-columns:1fr;padding:64px 40px 0}.about-section{grid-template-columns:1fr;gap:40px;padding:64px 40px}.features-section,.forwhom-section,.process-section,.cta-section{padding:64px 40px}.features-header{grid-template-columns:1fr;gap:20px}.forwhom-grid{grid-template-columns:1fr 1fr}.process-steps{grid-template-columns:1fr 1fr;gap:40px 20px}.process-steps:before{display:none}}@media (width<=768px){.hero{padding:48px 20px 0}.about-section,.features-section,.forwhom-section,.process-section,.cta-section{padding:48px 20px}.features-grid{grid-template-columns:1fr 1fr}.forwhom-grid{grid-template-columns:1fr}.process-steps{grid-template-columns:1fr 1fr}.hero-title{font-size:40px}.about-title,.features-title,.section-header h2{font-size:30px}.cta-title{font-size:28px}}@media (width<=480px){.hero{gap:32px;padding:36px 16px 0}.hero-actions{flex-flow:wrap;align-items:center;gap:12px}.hero-actions button{white-space:nowrap}.hero-right{pointer-events:none;width:100%;height:100%;position:absolute;top:0;right:0}.hero-blob{opacity:.5;z-index:0;width:220px;height:220px;position:absolute;top:80px;left:auto;right:-60px;transform:none}.features-grid{grid-template-columns:1fr}.process-steps{grid-template-columns:1fr;gap:28px}.hero-title{font-size:32px}.about-title,.features-title,.section-header h2{font-size:26px}.cta-title{font-size:24px}.hero-badges{gap:20px}.about-section{padding:36px 16px}.features-section,.forwhom-section,.process-section,.cta-section{padding:40px 16px}.feat-card,.fw-card{padding:24px 20px}}.portfolio-section{max-width:1100px;margin:0 auto;padding:80px 24px}.portfolio-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px;margin-top:40px;display:grid}.portfolio-card{background:#faf7ed;border:1px solid #e8e2d6;border-radius:16px;flex-direction:column;gap:8px;padding:28px;transition:border-color .2s;display:flex}.portfolio-card:hover{border-color:#c8b89a}.portfolio-card--cta{background:0 0;border-style:dashed}.portfolio-label{text-transform:uppercase;letter-spacing:.08em;color:#888;font-size:11px}.portfolio-tag{color:#7a3e22;background:#f0e8d8;border-radius:20px;width:fit-content;margin-bottom:4px;padding:3px 10px;font-size:11px;display:inline-block}.portfolio-title{color:#1a1208;margin-top:2px;font-size:18px;font-weight:600}.portfolio-desc{color:#666;flex:1;font-size:14px;line-height:1.6}.portfolio-link{color:#7a3e22;margin-top:8px;font-size:14px;font-weight:500;text-decoration:none}.portfolio-link:hover{text-decoration:underline}.portfolio-cta-btn{align-self:flex-start;margin-top:12px}.testimonials-section{max-width:1100px;margin:0 auto;padding:80px 24px}.testimonial-text{color:#444;margin-bottom:24px;font-size:15px;font-style:italic;line-height:1.6}.testimonial-author{flex-direction:column;gap:2px;display:flex}.author-name{color:#222;font-size:14px;font-weight:700}.author-role{color:#888;text-transform:uppercase;letter-spacing:.5px;font-size:12px}.testimonials-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:20px;margin-top:40px;display:grid}.testimonial-card{background:#fff;border:1px solid #e8e2d6;border-radius:16px;flex-direction:column;justify-content:space-between;padding:24px;display:flex}.testimonial-card--empty{opacity:.5}.testimonial-avatar{color:#555;border:1px solid #0000000d;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;margin-bottom:20px;font-size:14px;font-weight:700;display:flex}.testimonial-lines{flex-direction:column;gap:8px;margin-bottom:16px;display:flex}.tl{background:#e8e2d6;border-radius:4px;height:10px}.tl--long{width:100%}.tl--medium{width:75%}.tl--short{width:50%}.testimonial-name-placeholder{background:#e8e2d6;border-radius:4px;width:40%;height:10px}.testimonials-note{text-align:center;color:#888;margin-top:32px;font-size:14px}.link-btn{cursor:pointer;color:#7a3e22;background:0 0;border:none;padding:0;font-size:14px;font-weight:500}.link-btn:hover{text-decoration:underline}.faq-section{background:#fff;max-width:100%;margin:0 auto;padding:80px 24px}.faq-list{flex-direction:column;gap:0;margin-top:40px;display:flex}.faq-item{cursor:pointer;border-top:1px solid #e8e2d6;padding:20px 4px;transition:background .15s}.faq-item:last-child{border-bottom:1px solid #e8e2d6}.faq-question{color:#1a1208;justify-content:space-between;align-items:center;gap:16px;font-size:15px;font-weight:500;display:flex}.faq-icon{color:#7a3e22;flex-shrink:0;font-size:20px;line-height:1}.faq-answer{color:#555;margin-top:12px;padding-right:32px;font-size:14px;line-height:1.7}.cta-sub{opacity:.75;color:#faf7eda6;margin-top:-8px;margin-bottom:28px;font-size:15px}.cta-whatsapp{opacity:.7;color:inherit;margin-top:16px;font-size:14px}.cta-whatsapp-link{color:inherit;font-weight:600;text-decoration:underline}@media (width<=1024px){.legal-hero{padding:56px 40px 48px}.legal-body{gap:40px;padding:48px 40px 72px}.legal-hero__title{font-size:40px}.legal-toc{top:80px}.legal-toc__list li a{font-size:12px}}@media (width<=768px){.legal-hero{padding:48px 24px 40px}.legal-hero__title{font-size:32px}.legal-hero__sub{font-size:15px}.legal-body{grid-template-columns:1fr;gap:32px;padding:36px 24px 64px}.legal-toc{background:#fff;border:1px solid #38211b14;border-radius:12px;padding:20px 20px 16px;position:static}.legal-toc__list{grid-template-columns:1fr 1fr;gap:2px 8px;display:grid}.legal-toc__list li a{padding:5px 8px}.legal-contact-box{padding:28px 24px}}@media (width<=480px){.legal-hero{padding:40px 16px 32px}.legal-hero__title{font-size:26px}.legal-body{padding:28px 16px 48px}.legal-toc__list{grid-template-columns:1fr}.legal-section{padding:28px 0}.legal-section__title{font-size:16px}.legal-section__body p{font-size:14px}.legal-contact-box{border-radius:12px;padding:24px 20px}.legal-contact-box__title{font-size:16px}.legal-contact-box__btn{justify-content:center;width:100%}}html{scroll-behavior:smooth}.legal-section{scroll-margin-top:100px}.legal-page{color:#38211b;background:#faf7ed;min-height:100vh;font-family:Inter,sans-serif}.legal-hero{background:#38211b;padding:72px 64px 64px}.legal-hero__inner{flex-direction:column;gap:14px;max-width:1200px;margin:0 auto;display:flex}.legal-hero__tag{letter-spacing:.14em;text-transform:uppercase;color:#f4d3b6b3;background:#f4d3b61a;border:1px solid #f4d3b633;border-radius:100px;align-items:center;width:fit-content;padding:4px 12px;font-size:11px;font-weight:600;display:inline-flex}.legal-hero__title{color:#faf7ed;margin:0;font-size:48px;font-weight:700;line-height:1.1}.legal-hero__sub{color:#faf7eda6;max-width:520px;margin:0;font-size:17px;line-height:1.6}.legal-hero__date{color:#faf7ed66;margin:4px 0 0;font-size:12px}.legal-body{grid-template-columns:240px 1fr;align-items:start;gap:64px;max-width:1200px;margin:0 auto;padding:64px 64px 96px;display:grid}.legal-toc{position:sticky;top:88px}.legal-toc__label{color:#9a7060;letter-spacing:.14em;text-transform:uppercase;margin:0 0 14px;font-size:11px;font-weight:600}.legal-toc__list{flex-direction:column;gap:2px;margin:0;padding:0;list-style:none;display:flex}.legal-toc__list li a{color:#7a6559;border-radius:6px;padding:6px 10px;font-size:13px;line-height:1.4;text-decoration:none;transition:background .15s,color .15s;display:block}.legal-toc__list li a:hover{color:#38211b;background:#38211b0f}.legal-content{flex-direction:column;gap:0;display:flex}.legal-intro{color:#5a3a30;background:#fff;border:1px solid #38211b1a;border-radius:12px;margin-bottom:48px;padding:24px 28px;font-size:15px;line-height:1.75}.legal-intro strong{color:#38211b;font-weight:600}.legal-section{border-bottom:1px solid #38211b14;padding:36px 0}.legal-section:last-of-type{border-bottom:none}.legal-section__title{color:#38211b;margin:0 0 16px;font-size:19px;font-weight:700;line-height:1.3}.legal-section__body{flex-direction:column;gap:12px;display:flex}.legal-section__body p{color:#5a3a30;white-space:pre-line;margin:0;font-size:15px;line-height:1.8}.legal-contact-box{background:#38211b;border-radius:16px;flex-direction:column;gap:10px;margin-top:56px;padding:36px 40px;display:flex}.legal-contact-box__title{color:#faf7ed;margin:0;font-size:18px;font-weight:700}.legal-contact-box__desc{color:#faf7eda6;max-width:420px;margin:0;font-size:14px;line-height:1.6}.legal-contact-box__btn{color:#38211b;background:#faf7ed;border-radius:100px;align-items:center;width:fit-content;margin-top:8px;padding:10px 22px;font-size:14px;font-weight:600;text-decoration:none;transition:background .2s,transform .15s;display:inline-flex}.legal-contact-box__btn:hover{background:#f4e6d8;transform:translateY(-1px)}@media (width<=1024px){.legal-hero{padding:56px 40px 48px}.legal-body{gap:40px;padding:48px 40px 72px}.legal-hero__title{font-size:40px}.legal-toc{top:80px}.legal-toc__list li a{font-size:12px}}@media (width<=768px){.legal-hero{padding:48px 24px 40px}.legal-hero__title{font-size:32px}.legal-hero__sub{font-size:15px}.legal-body{grid-template-columns:1fr;gap:32px;padding:36px 24px 64px}.legal-toc{background:#fff;border:1px solid #38211b14;border-radius:12px;padding:20px 20px 16px;position:static}.legal-toc__list{grid-template-columns:1fr 1fr;gap:2px 8px;display:grid}.legal-toc__list li a{padding:5px 8px}.legal-contact-box{padding:28px 24px}}@media (width<=480px){.legal-hero{padding:40px 16px 32px}.legal-hero__title{font-size:26px}.legal-body{padding:28px 16px 48px}.legal-toc__list{grid-template-columns:1fr}.legal-section{padding:28px 0}.legal-section__title{font-size:16px}.legal-section__body p{font-size:14px}.legal-contact-box{border-radius:12px;padding:24px 20px}.legal-contact-box__title{font-size:16px}.legal-contact-box__btn{justify-content:center;width:100%}}*{box-sizing:border-box;margin:0;padding:0}body{color:#38211b;background-color:#faf7ed;font-family:Inter,sans-serif}.container{max-width:1200px;margin:0 auto;padding:0 64px}h1{color:#38211b;font-size:52px;font-weight:700;line-height:1.1}h2{color:#38211b;font-size:38px;font-weight:700;line-height:1.15}h3{color:#38211b;font-size:17px;font-weight:600}p{color:#7a6559;font-size:15px;line-height:1.75}.section-label{color:#9a7060;letter-spacing:.16em;text-transform:uppercase;margin-bottom:12px;font-size:11px;font-weight:600}.section-label--center{text-align:center}.section-header{text-align:center;margin-bottom:56px}.section-header h2{margin-bottom:12px}.section-header p{max-width:520px;margin:0 auto}.underline-word{display:inline-block;position:relative}.underline-word:after{content:"";background:#a8d468;border-radius:2px;width:100%;height:3px;position:absolute;bottom:-3px;left:0}.shimmer{color:#0000;background:linear-gradient(110deg,#38211b 0%,#f4d3b6 25%,#38211b 50%,#f4d3b6 75%,#38211b 100%) 0 0/300% 100%;-webkit-background-clip:text;background-clip:text;animation:4s ease-in-out infinite shimmer}@keyframes shimmer{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}.btn-primary{color:#faf7ed;cursor:pointer;background:#38211b;border:none;border-radius:100px;align-items:center;gap:6px;padding:12px 24px;font-size:14px;font-weight:500;transition:background .2s,transform .15s;display:inline-flex}.btn-primary:hover{background:#2e1a17;transform:translateY(-1px)}.btn-ghost{color:#38211b;cursor:pointer;background:0 0;border:none;font-size:14px;font-weight:500;transition:color .2s}.btn-ghost:hover{color:#7a6559}.btn-light{color:#38211b;cursor:pointer;background:#faf7ed;border:none;border-radius:100px;padding:14px 32px;font-size:15px;font-weight:600;transition:background .2s,transform .15s}.btn-light:hover{background:#f4e6d8;transform:translateY(-1px)}.card{background:#fff;border:1px solid #38211b14;border-radius:16px;transition:border-color .2s}.card:hover{border-color:#38211b33}.card--cream{background:#faf7ed;border:1px solid #38211b14}.icon-wrap{border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.icon-wrap svg{width:22px;height:22px}.icon-wrap--dark{background:#38211b}.icon-wrap--brown{background:#f4e6d8}.icon-wrap--green{background:#eaf3de}.icon-wrap--cream{background:#faf7ed;border:1px solid #38211b1a}.badge{letter-spacing:.1em;text-transform:uppercase;border-radius:100px;width:fit-content;padding:3px 10px;font-size:11px;font-weight:600;display:inline-block}.badge--brown{color:#7a3e22;background:#f4e6d8}.badge--green{color:#3b6d11;background:#eaf3de}.badge--purple{color:#534ab7;background:#e8e4f8}.badge--new{color:#7a3e22;background:#f4d3b6}.section{padding:80px 64px}.section--white{background:#fff}.section--cream{background:#faf7ed}.section--dark{background:#38211b}@media (width<=1024px){.container{padding:0 40px}.section{padding:64px 40px}h1{font-size:42px}h2{font-size:32px}}@media (width<=768px){.container{padding:0 20px}.section{padding:48px 20px}h1{font-size:34px}h2{font-size:26px}}
