:root{--janpro-green:#78be20;--ink:#101415;--white:#fff;--card:#f5f7f6;--field:#e9e9e9;--muted:#666}*{box-sizing:border-box}html{background:var(--ink);scroll-behavior:smooth;min-width:320px;scroll-padding-top:96px}.reveal-on-scroll{opacity:0;will-change:opacity, transform;transition:opacity .7s cubic-bezier(.22,1,.36,1),transform .7s cubic-bezier(.22,1,.36,1);transform:translateY(24px)}.reveal-on-scroll.is-visible{opacity:1;transform:none}:focus-visible{outline:2px solid var(--janpro-green);outline-offset:3px;border-radius:6px}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.reveal-on-scroll{opacity:1;transition:none;transform:none}}body{min-width:320px;color:var(--white);background:var(--ink);margin:0;font-family:Instrument Sans,sans-serif}button,input,select{font:inherit}button{border:0}.page-shell{background:var(--ink);min-height:100vh}.hero{background:linear-gradient(#182022 14.9%,#101415 71.6%,#021b0f 100%);position:relative;overflow:hidden}.hero-stage{width:min(100%,1440px);margin:0 auto;padding:209px 0;position:relative}.hero-background{pointer-events:none;width:2846px;height:1178px;position:absolute;top:0;left:-257px}.hero-background img{object-fit:cover;opacity:.14;width:100%;height:100%;display:block}.site-nav{z-index:5;height:96px;font-family:Inter,sans-serif;position:fixed;top:0;left:0;right:0}.nav-inner{-webkit-backdrop-filter:blur(14px)saturate(140%);backdrop-filter:blur(14px)saturate(140%);height:72px;transform-style:preserve-3d;perspective:700px;will-change:transform;background:linear-gradient(#ffffff14,#ffffff05),#ffffff0a;border:1px solid #ffffff24;border-radius:48px;justify-content:center;align-items:center;padding:0 28px;transition:padding .32s,height .32s,background .32s;display:flex;position:absolute;top:12px;left:24px;right:24px;box-shadow:0 8px 30px #00000047,inset 0 1px #ffffff38}.site-nav.is-scrolled .nav-inner{background:linear-gradient(#ffffff1a,#ffffff08),#ffffff0f;height:62px;padding:0 22px}.nav-logo{cursor:pointer;background:0 0;flex:0 0 48px;place-items:center;width:48px;height:48px;padding:0;display:grid}.nav-logo img{width:51px;height:51px;display:block}.nav-spacer{flex:1 0 0;min-width:1px;height:1px}.nav-pill{--indicator-x:0px;--indicator-width:125px;--mx:.5;--my:.5;isolation:isolate;background:0 0;border-radius:36px;flex:none;align-items:center;gap:4px;padding:10px 8px;display:flex;position:relative;overflow:hidden}.nav-glass{border-radius:inherit;pointer-events:none;position:absolute;inset:0}.nav-glass--refraction{display:none}.nav-glass--blur{z-index:1;-webkit-backdrop-filter:blur(10px)saturate(140%);backdrop-filter:blur(10px)saturate(140%);background:color-mix(in oklab, var(--white,#fff) 3%, transparent)}.nav-glass--tint{z-index:2;background:linear-gradient(135deg, color-mix(in oklab, var(--white,#fff) 8%, transparent), transparent 50%, oklab(0% none none/.1))}.nav-glass--specular{z-index:3;background:radial-gradient(110px 70px at calc(var(--mx) * 100%) calc(var(--my) * 100%), color-mix(in oklab, var(--white,#fff) 32%, transparent), transparent 70%);mix-blend-mode:overlay;opacity:.55;transition:opacity .3s}.nav-glass--edge{z-index:4;border:1px solid #ffffff1a;box-shadow:inset 0 1px #ffffff38,inset 0 -1px #0000002e,0 6px 22px #00000038}@supports not ((-webkit-backdrop-filter:url(#liquidGlass)) or (backdrop-filter:url(#liquidGlass))){.nav-glass--refraction{display:none}}.nav-indicator-wrap{z-index:5;pointer-events:none;filter:url(#liquidGoo);position:absolute;inset:0}.nav-active-indicator{width:var(--indicator-width);height:38px;transform:translateX(var(--indicator-x));transform-origin:50%;will-change:transform, width;background:linear-gradient(#ffffff47,#ffffff1a);border:1px solid #ffffff52;border-radius:28px;position:absolute;top:10px;left:8px;box-shadow:0 0 18px 3px #ffffff38,inset 0 1px #ffffff80,inset 0 -1px #00000026}.nav-active-indicator--trail{opacity:.85;background:linear-gradient(#ffffff38,#ffffff0f);box-shadow:0 0 20px 4px #ffffff2e}.nav-pill.no-goo .nav-indicator-wrap{filter:none}.nav-control{z-index:1;color:#fffc;white-space:nowrap;opacity:.45;cursor:pointer;background:0 0;border-radius:28px;align-items:center;gap:8px;min-height:38px;padding:10px 20px;font-size:14px;font-weight:500;line-height:1;transition:opacity .22s,color .22s,transform .22s;display:inline-flex;position:relative}.nav-control img,.mobile-nav-item img{width:18px;height:18px;display:block}.nav-control:hover,.nav-control:focus-visible,.nav-control.is-active{opacity:1}.nav-control:hover{transform:translateY(-1px)}.nav-control:focus-visible,.nav-budget:focus-visible,.nav-logo:focus-visible,.mobile-menu-button:focus-visible,.mobile-nav-item:focus-visible,.mobile-nav-budget:focus-visible{outline-offset:3px;outline:2px solid #78be20bf}.nav-budget{background:var(--janpro-green);min-height:56px;color:var(--white);cursor:pointer;border-radius:36px;flex:none;align-items:center;gap:10px;padding:14px 22px 14px 28px;font-size:14px;font-weight:700;line-height:1;transition:background-color .22s,box-shadow .22s,transform .22s;display:inline-flex;box-shadow:0 4px 8px #78be2066}.nav-budget:hover,.nav-budget:focus-visible{background:var(--janpro-green);transform:translateY(-1px);box-shadow:0 8px 18px #78be206b}.nav-budget-icon{background:#ffffff26;border-radius:14px;place-items:center;width:28px;height:28px;transition:transform .22s;display:grid}.nav-budget:hover .nav-budget-icon,.nav-budget:focus-visible .nav-budget-icon{transform:translate(3px)}.nav-budget-icon img{width:14px;height:14px;display:block}.mobile-menu-button,.mobile-nav-panel{display:none}.hero-main{z-index:2;grid-template-columns:733px 440px;align-items:start;gap:57px;margin:0 auto;padding:0 130px 0 80px;display:grid;position:relative}.hero-copy{width:733px;margin-top:8px}.eyebrow{width:536px;min-height:31px;color:var(--white);white-space:nowrap;background:#ffffff21;border-radius:99px;align-items:center;gap:6px;padding:7px 16px;font-family:Azeret Mono,monospace;font-size:13px;font-weight:700;line-height:1.25;display:inline-flex}.hero h1{width:733px;color:var(--white);letter-spacing:0;margin:40px 0 0;font-family:Sora,sans-serif;font-size:64px;font-weight:600;line-height:1.1}.hero h1 span{color:var(--janpro-green);display:inline}.hero-lead{color:#fffc;width:733px;margin:37px 0 0;font-size:18px;font-weight:400;line-height:1.6}.feature-list{gap:16px;width:733px;margin:39px 0 0;padding:0;list-style:none;display:grid}.feature-list li{min-height:23px;color:var(--white);align-items:flex-start;gap:12px;font-size:15px;line-height:1.5;display:flex}.check-badge{background:var(--janpro-green);border-radius:10px;flex:0 0 20px;place-items:center;width:20px;height:20px;margin-top:1px;display:inline-grid}.check-badge img{width:12px;height:12px;display:block}.form-card{color:#1a1a1a;filter:drop-shadow(0 20px 30px #0000009e);width:440px;height:705px;position:relative}.form-card-bg{pointer-events:none;width:100%;height:100%;display:block;position:absolute;inset:0}.form-heading{position:absolute;top:40px;left:40px;right:40px}.form-heading h2{color:#1a1a1a;letter-spacing:0;white-space:nowrap;margin:0 0 6px;font-family:Sora,sans-serif;font-size:28px;font-weight:600;line-height:1.25;position:relative;left:-6px}.form-heading p{color:var(--muted);margin:0;font-size:15px;line-height:1.2}.quote-form{gap:16px;display:grid;position:absolute;top:125px;left:40px;right:40px}.field{gap:8px;display:grid}.field>span:first-child{color:#1a1a1a;font-size:14px;font-weight:700;line-height:17px}.field input,.field select{background:var(--field);width:100%;height:48px;color:var(--muted);border:1px solid #f5f5f5;border-radius:6px;outline:none;font-size:14px;line-height:1}.field input{padding:0 15px}.field select{appearance:none;padding:0 39px 0 15px}.field input::placeholder{color:var(--muted);opacity:1}.field input:focus,.field select:focus{border-color:#78be20b8;box-shadow:0 0 0 3px #78be2029}.select-wrap{display:block;position:relative}.select-wrap img{pointer-events:none;width:12px;height:12px;position:absolute;top:50%;right:15px;transform:translateY(-50%)}.quote-submit{background:var(--janpro-green);width:351px;height:48px;color:var(--ink);cursor:pointer;isolation:isolate;--arrow-travel:268px;--sweep-duration:.9s;--sweep-ease:cubic-bezier(.7, 0, .2, 1);border:0;border-radius:8px;padding:0;display:block;position:absolute;top:453px;left:0;overflow:hidden}.hero-submit__fill{z-index:0;transform-origin:0;transition:transform var(--sweep-duration) var(--sweep-ease);will-change:transform;background:#182022;position:absolute;inset:0;transform:scaleX(.236467)}.cta-arrow{z-index:3;width:83px;height:100%;transition:transform var(--sweep-duration) var(--sweep-ease);will-change:transform;background:#182022;place-items:center;display:grid;position:absolute;top:0;left:0;transform:translate(0);box-shadow:inset -6px 0 12px -8px #0006}.cta-arrow img,.cta-arrow svg{width:34px;height:24px;color:var(--white);transition:transform .26s;display:block}.cta-label{z-index:2;white-space:nowrap;place-items:center;min-width:0;padding:0 14px 0 104px;font-size:21.56px;font-weight:700;line-height:1;transition:opacity .24s,transform .32s cubic-bezier(.7,-.4,.4,1.4);display:grid;position:absolute;inset:0}.hero-submit__primary{z-index:2}.hero-submit__success{z-index:4;opacity:0;pointer-events:none;filter:blur(10px);color:var(--white);padding:0 14px;transform:translateY(8px)}.quote-submit:hover:not(.is-sending):not(.is-sent) .cta-arrow img,.quote-submit:hover:not(.is-sending):not(.is-sent) .cta-arrow svg,.quote-submit:focus-visible:not(.is-sending):not(.is-sent) .cta-arrow img,.quote-submit:focus-visible:not(.is-sending):not(.is-sent) .cta-arrow svg{transform:translate(4px)}.quote-submit:focus-visible{outline-offset:3px;outline:3px solid #10141552}.quote-submit.is-sending .hero-submit__fill,.quote-submit.is-sent .hero-submit__fill{transform:scaleX(1)}.quote-submit.is-sending .cta-arrow,.quote-submit.is-sent .cta-arrow{transform:translateX(var(--arrow-travel))}.quote-submit.is-sending .cta-arrow img,.quote-submit.is-sending .cta-arrow svg{animation:.6s ease-in-out infinite alternate hero-arrow-throb}.quote-submit.is-sending .hero-submit__primary,.quote-submit.is-sent .hero-submit__primary{opacity:0;transform:translateY(-6px)}.quote-submit.is-sent .cta-arrow img,.quote-submit.is-sent .cta-arrow svg{animation:.52s cubic-bezier(.5,1.6,.4,1) both hero-arrow-bounce}.quote-submit.is-sent .hero-submit__success{opacity:1;filter:blur();transition:opacity .32s .42s,transform .42s cubic-bezier(.5,1.6,.4,1) .42s,filter .36s .42s;transform:translateY(0)}.quote-submit.is-sending:after,.quote-submit.is-sent:after{content:"";z-index:1;pointer-events:none;background:linear-gradient(105deg,#0000 30%,#78be208c 50%,#0000 70%);animation:.9s cubic-bezier(.7,0,.2,1) forwards hero-shimmer;position:absolute;inset:0;transform:translate(-100%)}@keyframes hero-shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}@keyframes hero-arrow-throb{0%{transform:translate(0)}to{transform:translate(6px)}}@keyframes hero-arrow-bounce{0%{transform:translate(0)scale(1)}40%{transform:translate(-4px)scale(1.1)}to{transform:translate(0)scale(1)}}@media (prefers-reduced-motion:reduce){.quote-submit,.hero-submit__fill,.cta-arrow,.hero-submit__success,.hero-submit__primary{transition:none!important;animation:none!important}.quote-submit.is-sent .hero-submit__success{opacity:1;filter:none;transform:none}.quote-submit.is-sent .hero-submit__primary{opacity:0}}.privacy-note{color:var(--muted);white-space:nowrap;justify-content:center;align-items:center;gap:8px;margin:0;font-size:12px;line-height:1.25;display:flex;position:absolute;top:650px;left:40px;right:40px}.privacy-note img{width:14px;height:14px;display:block}.client-logos-strip{background:var(--ink);height:163px;position:relative;overflow:hidden}.logos-stage{z-index:1;width:min(100%,1440px);height:163px;margin:0 auto;position:relative}.logos-label{width:296px;height:163px;position:absolute;top:0;left:0}.logos-label-shape{pointer-events:none;width:296px;height:160px;display:block;position:absolute;top:1px;left:0}.logos-title{z-index:1;color:#000;letter-spacing:0;text-align:center;text-transform:capitalize;width:183.824px;min-height:50px;margin:0;font-family:Sora,sans-serif;font-size:22.059px;font-weight:700;line-height:1.1;position:absolute;top:56px;left:14px}.logos-row{position:absolute;inset:0}.client-logo,.logos-divider{display:block;position:absolute}.logos-divider{width:1px;height:102px}.client-logo-hyatt{width:215px;height:30.822px;top:70px;left:308px}.client-logo-natura{width:112px;height:67.009px;top:47px;left:580px}.client-logo-oboticario{width:299px;height:38.901px;top:62px;left:752px}.client-logo-bmw{width:84px;height:84px;top:39px;left:1111px}.client-logo-dhl{width:153px;height:47.292px;top:62px;left:1255px}.logos-divider--one{top:30px;left:550px}.logos-divider--two{top:30px;left:722px}.logos-divider--three{top:30px;left:1081px}.logos-divider--four{top:35px;left:1225px}.pain-points{background:var(--ink);min-height:923px;padding:103px 80px 120px}.pain-points__inner{width:min(100%,1280px);margin:0 auto}.pain-points__heading{justify-items:center;display:grid}.section-kicker{color:var(--janpro-green);text-transform:uppercase;align-items:center;gap:8px;margin:0;font-family:Instrument Sans,sans-serif;font-size:14px;font-weight:700;line-height:17px;display:inline-flex}.section-kicker__line{background:#00703c;flex:0 0 12px;width:12px;height:2px}.pain-points__heading h2{width:min(100%,1062px);color:var(--white);letter-spacing:0;text-align:center;margin:32px 0 84px;font-family:Sora,sans-serif;font-size:48px;font-weight:600;line-height:1.2}.pain-points__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;margin:0;padding:0;list-style:none;display:grid}.pain-point-card{background:#182022;border:1px solid #78be2026;border-radius:12px;min-height:201px;padding:30px 31px}.pain-point-card:nth-child(-n+3){min-height:225px}.pain-point-card__icon{min-height:32px;font-family:Sora,sans-serif;font-size:32px;font-weight:600;line-height:1;display:block}.pain-point-card h3{color:var(--white);margin:20px 0 15px;font-family:Sora,sans-serif;font-size:20px;font-weight:700;line-height:1.2}.pain-point-card p{color:#c3d0ca;margin:0;font-size:15px;font-weight:400;line-height:1.6}.solution{background:#182022;min-height:868px;padding:120px 80px 50px}.solution__inner{width:min(100%,1280px);margin:0 auto}.solution__layout{grid-template-columns:repeat(2,minmax(0,608px));gap:64px;display:grid}.solution__content{margin-top:4px}.section-kicker--solution .section-kicker__line{background:var(--janpro-green)}.solution__content h2{color:var(--white);letter-spacing:0;margin:40px 0;font-family:Sora,sans-serif;font-size:56px;font-weight:600;line-height:1.1}.solution__description{color:#d9e3de;max-width:608px;margin:0 0 40px;font-size:18px;font-weight:400;line-height:1.6}.solution__features{gap:20px;margin:0;padding:0;list-style:none;display:grid}.solution__features li{min-height:20px;color:var(--white);align-items:center;gap:12px;font-size:16px;font-weight:700;line-height:1.25;display:flex}.solution__features img{flex:0 0 20px;width:20px;height:20px;display:block}.solution__stats{background:var(--ink);border:1px solid #78be201f;border-radius:24px;grid-template-rows:129px 129px 109px 109px;gap:24px;height:628px;padding:39px;display:grid}.solution-stat-card{background:#182022;border:1px solid #78be2033;border-radius:12px;padding:22px 23px;box-shadow:0 4px 6px #00000008}.solution-stat-card h3{color:var(--janpro-green);margin:0 0 5px;font-family:Azeret Mono,monospace;font-size:28px;font-weight:500;line-height:1.2}.solution-stat-card p{color:#c3d0ca;margin:0;font-size:14px;font-weight:400;line-height:1.4}.solution__guarantee{color:var(--white);text-align:center;margin:28px 0 0;font-size:16px;font-weight:700;line-height:1.25}.segments{background:var(--ink);min-height:721px;padding:120px 80px}.segments__inner{width:min(100%,1280px);margin:0 auto}.segments__heading{justify-items:center;display:grid}.section-kicker--segments{color:var(--janpro-green)}.section-kicker--segments .section-kicker__line{border:1px solid var(--janpro-green);background:#00703c}.segments__heading h2{color:var(--white);letter-spacing:0;text-align:center;margin:16px 0 0;font-family:Sora,sans-serif;font-size:48px;font-weight:600;line-height:1.25}.segments__grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:24px;margin:80px 0 0;padding:0;list-style:none;display:grid}.segment-card{background:#182022;border:1px solid #78be2026;border-radius:12px;flex-direction:column;justify-content:flex-start;align-items:center;min-height:142px;padding:29px 16px 24px;display:flex;box-shadow:0 10px 10px #00000005}.segment-card__icon{width:44px;height:44px;color:var(--janpro-green);filter:drop-shadow(0 4px 10px #78be2040);flex:0 0 44px;transition:transform .26s cubic-bezier(.22,1,.36,1),color .22s;display:block}.segment-card:hover .segment-card__icon{color:#a3e04a;transform:translateY(-2px)scale(1.06)}.segment-card>span:last-child{color:#d9e3de;text-align:center;margin-top:14px;font-size:18px;font-weight:700;line-height:1.25}.clients{background:#182022;min-height:809px;padding:120px 80px}.clients__inner{width:min(100%,1280px);margin:0 auto}.clients h2{width:min(100%,800px);color:var(--white);text-align:center;margin:0 auto;font-family:Sora,sans-serif;font-size:48px;font-weight:600;line-height:1.25}.case-studies{grid-template-columns:repeat(2,minmax(0,1fr));gap:32px;margin-top:64px;display:grid}.case-study{background:#182022;border:1px solid #245c7366;border-radius:16px;min-height:305px;padding:48px}.case-study__logo{object-fit:contain;object-position:left center;max-width:100%;height:auto;display:block}.case-study__logo--hyatt{width:282.76px;height:40.54px}.case-study__logo--natura{width:71.87px;height:43px}.case-study h3{color:var(--white);letter-spacing:-.35px;margin:32px 0 20px;font-family:Sora,sans-serif;font-size:32px;font-weight:600;line-height:1.2}.case-study p{color:#c3d0ca;max-width:510px;margin:0;font-size:16px;font-weight:400;line-height:1.6}.clients__disclaimer{color:#94a3b899;text-align:center;margin:64px 0 0;font-size:13px;font-weight:400;line-height:1.25}.differentials{background:var(--ink);min-height:661px;padding:120px 80px}.differentials__inner{width:min(100%,1280px);margin:0 auto}.differentials__heading,.testimonials__heading{justify-items:center;display:grid}.differentials__heading h2,.testimonials__heading h2{color:var(--white);text-align:center;margin:16px 0 0;font-family:Sora,sans-serif;font-size:48px;font-weight:600;line-height:1.25}.differentials__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:32px;margin:80px 0 0;padding:0;list-style:none;display:grid}.differential-card{border:1px solid #78be2026;border-radius:12px;grid-template-columns:56px minmax(0,1fr);align-items:center;gap:20px;min-height:108px;padding:20px 24px;display:grid}.differential-card__icon{background:#12201c;border-radius:12px;place-items:center;width:56px;height:56px;display:grid}.differential-card__icon img,.differential-card__icon svg{width:26px;height:26px;color:var(--janpro-green);object-fit:contain;display:block}.differential-card h3{color:var(--white);margin:0 0 4px;font-size:18px;font-weight:700;line-height:1.25}.differential-card p{color:#c3d0ca;margin:0;font-size:14px;font-weight:400;line-height:1.4}.testimonials{background:#182022;min-height:667px;padding:120px 80px}.testimonials__inner{width:min(100%,1280px);margin:0 auto}.section-kicker--testimonials{color:var(--janpro-green)}.section-kicker--testimonials .section-kicker__line{border:1px solid var(--janpro-green);background:#00703c}.testimonial-list{grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;margin-top:80px;display:grid}.testimonial-card{background:#182022;border:1px solid #245c734d;border-radius:16px;flex-direction:column;min-height:254px;margin:0;padding:40px;display:flex}.testimonial-card__stars{color:var(--janpro-green);letter-spacing:.7px;margin:0;font-size:12px;font-weight:700;line-height:1}.testimonial-card blockquote{color:var(--white);margin:20px 0 auto;font-size:16px;font-weight:400;line-height:1.6}.testimonial-card figcaption{gap:4px;margin-top:20px;display:grid}.testimonial-card figcaption strong{color:var(--white);font-size:16px;font-weight:700;line-height:1.25}.testimonial-card figcaption span{color:#c3d0ca;font-size:14px;font-weight:400;line-height:1.25}.process{background:var(--ink);min-height:810px;padding:82px 80px 120px}.process__inner{width:min(100%,1280px);margin:0 auto}.process__heading{justify-items:center;display:grid}.process__heading h2{width:min(100%,846px);color:var(--white);text-align:center;margin:54px 0 0;font-family:Sora,sans-serif;font-size:48px;font-weight:600;line-height:1.25}.process__steps-wrap{max-width:1000px;margin:80px auto 0;position:relative}.process__steps{grid-template-columns:repeat(3,minmax(0,1fr));min-height:209px;margin:0;padding:0;list-style:none;display:grid}.process__connector{z-index:0;width:633.5px;height:1px;position:absolute;top:32px;left:185px}.process-step{z-index:1;text-align:center;flex-direction:column;align-items:center;padding:0 .5px;display:flex;position:relative}.process-step__number{border:1px solid var(--janpro-green);background:var(--janpro-green);width:64px;height:64px;color:var(--white);border-radius:50%;place-items:center;font-family:Azeret Mono,monospace;font-size:32px;font-weight:500;line-height:1;display:grid;box-shadow:0 4px 2px #00000047}.process-step h3{color:var(--white);margin:20px 0 0;font-family:Sora,sans-serif;font-size:20px;font-weight:700;line-height:1.2}.process-step p{color:#c3d0ca;max-width:306px;margin:24px 0 0;font-size:15px;font-weight:400;line-height:1.6}.process__cta,.footer-quote-button{border:1px solid var(--janpro-green);background:var(--janpro-green);color:var(--white);cursor:pointer;border-radius:8px;place-items:center;font-family:Instrument Sans,sans-serif;font-weight:700;display:grid}.process__cta{width:289px;height:48px;margin:80px auto 0;padding:0;font-size:16px;line-height:1}.process__cta:hover,.process__cta:focus-visible,.footer-quote-button:hover,.footer-quote-button:focus-visible{background:#6ba91c;transform:translateY(-1px)}.guarantee{background:#182022;min-height:411px;padding:100px 80px}.guarantee__inner{width:min(100%,1280px);min-height:211px;margin:0 auto;padding-left:240px;position:relative}.guarantee__seal{width:260px;height:260px;display:block;position:absolute;top:-16px;left:-50px}.guarantee__content{max-width:1040px}.guarantee__content h2{color:var(--white);margin:16px 0 0;font-family:Sora,sans-serif;font-size:28.05px;font-weight:600;line-height:1.1}.guarantee__description{color:#94a3b8;margin:16px 0 0;font-size:16px;font-weight:400;line-height:1.6}.guarantee__list{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px 32px;margin:48px 0 0;padding:0;list-style:none;display:grid}.guarantee__list li{min-height:20px;color:var(--white);align-items:center;gap:12px;font-size:16px;font-weight:700;line-height:1.25;display:flex}.guarantee__list img{flex:0 0 20px;width:20px;height:20px;display:block}.final-cta{background:linear-gradient(#245c73 0%,#101415 11.538% 90.385%,#152600 100%);min-height:597px;padding:120px 80px 0}.final-cta__inner{text-align:center;width:min(100%,800px);margin:0 auto}.final-cta__headline h2{color:var(--white);margin:0;font-family:Sora,sans-serif;font-size:56px;font-weight:600;line-height:1.25}.final-cta__headline p{color:#ffffffb3;white-space:nowrap;margin:23px 0 0;font-size:18px;font-weight:400;line-height:1.2}.final-cta__actions{grid-template-columns:291px 321px;justify-content:center;align-items:start;gap:24px;margin-top:48px;display:grid}.final-cta__whatsapp,.final-cta__form{cursor:pointer;border-radius:8px;justify-content:center;align-items:center;font-family:Instrument Sans,sans-serif;font-weight:700;text-decoration:none;display:inline-flex}.final-cta__whatsapp{background:var(--janpro-green);width:291px;height:56px;color:var(--white);gap:12px;padding:0 24px;font-size:18px}.final-cta__whatsapp img{flex:0 0 24px;width:24px;height:24px;display:block}.final-cta__form{background:var(--white);color:#1a1a1a;border:1px solid #1a1a1a;width:321px;height:48px;padding:0 18px;font-size:16px}.final-cta__whatsapp:hover,.final-cta__whatsapp:focus-visible{background:#6ba91c;transform:translateY(-1px)}.final-cta__form:hover,.final-cta__form:focus-visible{background:#ebefec;transform:translateY(-1px)}.final-cta__location{color:#ffffff80;white-space:nowrap;margin:48px 0 0;font-size:14px;font-weight:400;line-height:1.2}.site-footer{background:#182022;min-height:458px;padding-bottom:82px}.site-footer__accent{background:#78be2033;width:100%;height:3px;display:block}.site-footer__main{grid-template-columns:360px 220px 220px minmax(0,1fr);gap:48px;width:min(100%,1280px);min-height:307px;margin:0 auto;padding:60px 0 32px;display:grid}.footer-brand{align-content:start;gap:16px;display:grid}.footer-logo{width:151.453px;height:53px;display:block;position:relative;overflow:hidden}.footer-logo__base{width:151.453px;height:53px;display:block;position:absolute;inset:0}.footer-logo__masked-fill{width:143.044px;height:34.285px;display:block;position:absolute;top:8.95px;left:5.89px;overflow:hidden;-webkit-mask:url(/assets/footer-logo-mask.svg) 50%/contain no-repeat;mask:url(/assets/footer-logo-mask.svg) 50%/contain no-repeat}.footer-logo__masked-fill img{width:100%;height:100%;display:block}.footer-brand>p{color:#c3d0ca;max-width:310px;margin:0;font-size:14px;font-weight:400;line-height:1.5}.footer-socials{align-items:center;gap:12px;display:flex}.footer-social{border:1px solid var(--janpro-green);background:var(--ink);border-radius:10px;place-items:center;width:40px;height:40px;text-decoration:none;transition:transform .24s cubic-bezier(.22,1,.36,1),background .24s,box-shadow .24s;display:grid}.footer-social:hover,.footer-social:focus-visible{background:var(--janpro-green);transform:translateY(-3px)rotate(-4deg);box-shadow:0 10px 24px #78be2059}.footer-social:hover img,.footer-social:focus-visible img{filter:brightness(0)invert()}.footer-social img{object-fit:contain;width:16px;height:16px;transition:filter .22s;display:block}.footer-phone-pill{background:var(--janpro-green);width:fit-content;min-height:32px;color:var(--white);border-radius:999px;align-items:center;gap:8px;padding:8px 12px;font-size:13px;font-weight:600;line-height:1;text-decoration:none;display:inline-flex}.footer-phone-pill img{width:13.334px;height:16px;display:block}.footer-column,.footer-contact{flex-direction:column;align-items:flex-start;gap:8px;display:flex}.footer-column h2,.footer-contact h2{color:var(--janpro-green);letter-spacing:1.04px;text-transform:uppercase;margin:0 0 4px;font-family:Sora,sans-serif;font-size:13px;font-weight:700;line-height:1.25}.footer-column a,.footer-contact a,.footer-contact p{color:#c3d0ca;margin:0;font-size:14px;font-weight:400;line-height:1.25;text-decoration:none}.footer-column a:hover,.footer-column a:focus-visible,.footer-contact a:hover,.footer-contact a:focus-visible{color:var(--white)}.footer-contact{gap:12px}.footer-contact h2{margin-bottom:0}.footer-contact>a:not(.footer-contact__email){color:var(--white);font-size:13px;font-weight:600}.footer-contact p,.footer-contact__email{font-size:13px}.footer-contact__email{color:#6e7772!important}.footer-quote-button{white-space:nowrap;background:linear-gradient(117.49deg,#101415 5.4%,#19332e 42.94%,#245c73 76.24%,#78be20 102.02%);border:0;width:211px;height:48px;margin-top:4px;padding:0 16px;font-size:12.259px;line-height:1}.site-footer__divider{background:#245c734d;width:min(100%,1280px);height:1px;margin:0 auto}.site-footer__bottom{color:#6e7772;justify-content:space-between;align-items:center;width:min(100%,1280px);min-height:65px;margin:0 auto;font-size:13px;font-weight:400;line-height:1.25;display:flex}.site-footer__bottom p{margin:0}.site-footer__bottom>div{white-space:nowrap;align-items:center;gap:16px;display:flex}.site-footer__bottom>div a{color:#6e7772;text-decoration:none;transition:color .16s}.site-footer__bottom>div a:hover,.site-footer__bottom>div a:focus-visible{color:var(--white,#fff)}.process__cta:focus-visible,.footer-quote-button:focus-visible,.final-cta__whatsapp:focus-visible,.final-cta__form:focus-visible,.footer-phone-pill:focus-visible,.footer-column a:focus-visible,.footer-contact a:focus-visible{outline-offset:3px;outline:2px solid #78be20d9}@media (width>=1050px){.case-study h3{white-space:nowrap}}@media (width<=1399px) and (width>=1050px){.solution{padding-left:clamp(48px,5.55vw,80px);padding-right:clamp(48px,5.55vw,80px)}.solution__layout{grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(32px,4.45vw,64px)}.solution__content h2{font-size:clamp(46px,4.6vw,56px)}.solution__stats{grid-template-rows:repeat(2,minmax(129px,auto)) repeat(2,minmax(109px,auto));height:auto;min-height:628px;padding:clamp(26px,2.7vw,39px)}.hero-main{grid-template-columns:minmax(560px,1fr) minmax(400px,440px);gap:clamp(28px,3.4vw,57px);padding:0 clamp(48px,6vw,90px) 0 clamp(48px,5.55vw,80px)}.hero-copy,.hero h1,.hero-lead,.feature-list{width:auto}.hero h1{font-size:clamp(52px,4.5vw,64px)}}@media (width>=1441px){.client-logos-strip:before{content:"";z-index:0;pointer-events:none;background:#f5f7f6;width:calc(50vw - 719px);height:160px;position:absolute;top:1px;left:0;box-shadow:inset 0 0 10.3px #00000063}}@media (width<=1049px){.hero{min-height:0}.hero-stage{width:100%;height:auto;min-height:100vh;padding:128px clamp(24px,6vw,56px) 104px}.hero-background{width:240vw;height:100%;min-height:1120px;left:-70vw}.hero-background img{opacity:.14}.hero-main{grid-template-columns:1fr;gap:56px;padding:0}.hero-copy,.hero h1,.hero-lead,.feature-list{width:100%;max-width:760px}.hero-copy{margin-top:0}.hero h1{font-size:clamp(44px,7vw,58px)}.form-card{justify-self:center}.client-logos-strip{height:auto;padding:28px clamp(24px,6vw,56px)}.logos-stage{flex-direction:column;align-items:stretch;height:auto;display:flex;position:relative}.logos-label{background:#f5f7f6;border-radius:18px;flex:none;justify-content:center;width:100%;height:auto;min-height:0;padding:18px 22px;position:relative;top:auto;left:auto}.logos-label-shape{display:none}.logos-title{width:auto;min-height:0;font-size:18px;position:relative;top:auto;left:auto}.logos-row{flex-wrap:wrap;justify-content:center;gap:24px 30px;padding:24px 0 0;display:flex;position:relative;inset:auto}.logos-divider{display:none;position:relative;top:auto;left:auto}.client-logo{max-width:100%;height:auto;position:relative;top:auto;left:auto}.client-logo-hyatt{width:min(100%,215px);height:30.822px}.client-logo-natura{width:112px;height:67.009px}.client-logo-oboticario{width:min(100%,299px);height:38.901px}.client-logo-bmw{width:76px;height:76px}.client-logo-dhl{width:153px;height:47.292px}}@media (width<=760px){.site-nav{height:96px}.nav-inner{height:64px;padding:0 10px 0 12px;left:16px;right:16px}.nav-logo{flex-basis:44px;width:44px;height:44px}.nav-logo img{width:47px;height:47px}.desktop-nav,.nav-budget,.nav-inner .nav-spacer:last-of-type{display:none}.mobile-menu-button{cursor:pointer;background:#ffffff1a;border-radius:23px;flex:0 0 46px;place-items:center;width:46px;height:46px;margin-left:auto;display:grid}.mobile-menu-button:hover{background:#78be2038}.mobile-menu-icon{width:28px;height:28px;display:block;position:relative}.mobile-menu-icon__ring{border:1.5px dashed #78be20b3;border-radius:50%;transition:border-color .26s,transform .5s cubic-bezier(.22,1,.36,1);animation:6s linear infinite mm-spin;position:absolute;inset:0}.mobile-menu-icon__core{background:var(--janpro-green);border-radius:50%;width:6px;height:6px;margin:-3px 0 0 -3px;transition:transform .32s cubic-bezier(.22,1,.36,1),background .26s;animation:2.4s ease-in-out infinite mm-pulse;position:absolute;top:50%;left:50%;box-shadow:0 0 #78be208c}.mobile-menu-icon__dot{background:var(--white);border-radius:50%;width:4px;height:4px;margin:-2px 0 0 -2px;transition:transform .42s cubic-bezier(.68,-.55,.27,1.55),background .22s,opacity .22s;position:absolute;top:50%;left:50%}.mobile-menu-icon__dot--top{transform:translateY(-10px)}.mobile-menu-icon__dot--right{transform:translate(10px)}.mobile-menu-icon__dot--bottom{transform:translateY(10px)}.mobile-menu-icon__dot--left{transform:translate(-10px)}.site-nav.is-open .mobile-menu-icon__ring{border-color:var(--janpro-green);animation-duration:3s;animation-direction:reverse;transform:scale(1.08)}.site-nav.is-open .mobile-menu-icon__core{transform:scale(0)}.site-nav.is-open .mobile-menu-icon__dot{background:var(--janpro-green)}.site-nav.is-open .mobile-menu-icon__dot--top{transform:translate(-7px,-7px)}.site-nav.is-open .mobile-menu-icon__dot--right{transform:translate(7px,-7px)}.site-nav.is-open .mobile-menu-icon__dot--bottom{transform:translate(7px,7px)}.site-nav.is-open .mobile-menu-icon__dot--left{transform:translate(-7px,7px)}@keyframes mm-spin{to{transform:rotate(360deg)}}@keyframes mm-pulse{0%,to{box-shadow:0 0 #78be208c}50%{box-shadow:0 0 0 6px #78be2000}}@media (prefers-reduced-motion:reduce){.mobile-menu-icon__ring,.mobile-menu-icon__core{animation:none}.mobile-menu-icon__dot{transition-duration:.2s}}.mobile-nav-panel{opacity:0;pointer-events:none;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#10181ae0;border:1px solid #ffffff1a;border-radius:26px;gap:8px;max-height:0;padding:0 12px;transition:max-height .32s cubic-bezier(.22,1,.36,1),opacity .22s,padding .32s cubic-bezier(.22,1,.36,1),transform .32s cubic-bezier(.22,1,.36,1);display:grid;position:absolute;top:84px;left:16px;right:16px;overflow:hidden;transform:translateY(-10px);box-shadow:0 18px 36px #0000006b}.site-nav.is-open .mobile-nav-panel{opacity:1;pointer-events:auto;max-height:340px;padding:12px;transform:translateY(0)}.mobile-nav-item,.mobile-nav-budget{color:#ffffffc2;cursor:pointer;background:#ffffff12;border-radius:18px;justify-content:flex-start;align-items:center;gap:10px;min-height:48px;padding:0 16px;font-family:Inter,sans-serif;font-size:14px;font-weight:500;transition:background-color .22s,color .22s,transform .22s;display:flex}.mobile-nav-item.is-active{color:var(--white);background:#ffffff29}.mobile-nav-item:hover,.mobile-nav-budget:hover{transform:translate(2px)}.mobile-nav-budget{background:var(--janpro-green);color:var(--white);justify-content:space-between;font-weight:700}}@media (width<=620px){.hero-stage{padding:112px 20px 72px}.hero-main{gap:42px}.eyebrow{white-space:normal;align-items:flex-start;width:100%;max-width:536px}.hero h1{margin-top:32px;font-size:clamp(36px,10.8vw,46px)}.hero-lead{margin-top:28px;font-size:16px}.feature-list{margin-top:30px}.form-card{background:var(--card);border-radius:18px 18px 16px 16px;width:100%;height:auto;min-height:0;padding:32px 24px 30px}.form-card-bg{display:none}.form-heading,.quote-form,.privacy-note{width:100%;position:static}.quote-submit{width:100%;position:relative;top:auto;left:auto}.form-heading h2{white-space:normal;font-size:clamp(22px,7vw,28px)}.quote-form{margin-top:24px}.quote-submit{margin-top:8px}.cta-arrow{flex-basis:64px;width:64px}.cta-arrow img,.cta-arrow svg{width:28px;height:20px}.cta-label{letter-spacing:-.01em;padding:0 12px 0 76px;font-size:clamp(15px,4.4vw,18px)}.privacy-note{white-space:normal;text-align:center;margin-top:20px}.client-logos-strip{padding:24px 20px}.logos-row{gap:22px 18px}.client-logo-hyatt{width:min(100%,172px);height:24.658px}.client-logo-natura{width:97px;height:58.035px}.client-logo-oboticario{width:min(100%,180px);height:23.419px}.client-logo-bmw{width:66px;height:66px}.client-logo-dhl{width:129px;height:39.874px}.pain-points{min-height:0;padding:72px 20px 80px}.pain-points__heading h2{margin:26px 0 48px;font-size:clamp(32px,9vw,40px);line-height:1.16}.pain-points__grid{grid-template-columns:1fr;gap:16px}.pain-point-card,.pain-point-card:nth-child(-n+3){min-height:0;padding:28px 24px}}@media (width<=1049px) and (width>=621px){.pain-points{min-height:0;padding:88px clamp(24px,6vw,56px) 96px}.pain-points__heading h2{margin-bottom:64px;font-size:clamp(38px,5.4vw,48px)}.pain-points__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.pain-point-card,.pain-point-card:nth-child(-n+3){min-height:208px}.solution{min-height:0;padding:88px clamp(24px,6vw,56px) 96px}.solution__layout{grid-template-columns:minmax(0,608px);justify-content:center;gap:56px}.solution__content{margin-top:0}.solution__content h2{font-size:clamp(42px,5.8vw,52px)}.solution__stats{grid-template-rows:repeat(2,minmax(129px,auto)) repeat(2,minmax(109px,auto));height:auto;min-height:0}.segments{min-height:0;padding:88px clamp(24px,6vw,56px) 96px}.segments__heading h2{font-size:clamp(38px,5.4vw,48px)}.segments__grid{grid-template-columns:repeat(2,minmax(160px,220px));justify-content:center}.case-study{padding:32px 28px}.case-study__logo--hyatt{width:220px;height:auto}}@media (width<=620px){.solution{min-height:0;padding:72px 20px 80px}.solution__layout{grid-template-columns:1fr;gap:48px}.solution__content{margin-top:0}.solution__content h2{margin:30px 0 32px;font-size:clamp(38px,10vw,46px);line-height:1.12}.solution__description{margin-bottom:32px;font-size:16px}.solution__features{gap:16px}.solution__features li{gap:10px;font-size:15px}.solution__right{min-height:0}.solution__stats{border-radius:20px;grid-template-rows:none;grid-auto-rows:min-content;gap:16px;height:auto;min-height:0;padding:16px}.solution-stat-card{min-height:0;padding:22px}.solution-stat-card h3{font-size:26px}.solution__guarantee{margin-top:24px;font-size:15px}.segments{min-height:0;padding:72px 20px 80px}.segments__heading h2{margin-top:16px;font-size:clamp(32px,9vw,40px);line-height:1.16}.segments__grid{grid-template-columns:minmax(0,320px);justify-content:center;gap:16px;margin-top:48px}.segment-card{width:100%;min-height:132px;padding-top:27px}}@media (width<=1049px){.clients,.differentials,.testimonials{min-height:0;padding:88px clamp(24px,6vw,56px) 96px}.clients h2,.differentials__heading h2,.testimonials__heading h2{font-size:clamp(38px,5.4vw,48px)}.differentials__grid,.testimonial-list{grid-template-columns:repeat(2,minmax(0,1fr));justify-content:center}.differentials__grid .differential-card{justify-self:center;width:100%;max-width:480px}.testimonial-list>.testimonial-card:last-child:nth-child(odd){grid-column:1/-1;justify-self:center;width:100%;max-width:480px}.case-studies{grid-template-columns:1fr}.process{min-height:0;padding:80px clamp(24px,6vw,56px) 96px}.process__heading h2{margin-top:40px;font-size:clamp(38px,5.4vw,48px)}.process__steps-wrap{margin-top:72px}.process__connector{width:63.35%;left:18.5%}.guarantee{min-height:0;padding:88px clamp(24px,6vw,56px) 96px}.guarantee__inner{min-height:0;padding-left:0}.guarantee__seal{display:none}.final-cta{min-height:0;padding:96px clamp(24px,6vw,56px) 72px}.final-cta__headline h2{font-size:clamp(44px,6vw,56px)}.site-footer{min-height:0;padding-bottom:48px}.site-footer__main{grid-template-columns:repeat(2,minmax(0,1fr));gap:36px 32px;width:100%;min-height:0;padding:48px clamp(24px,6vw,56px) 32px}.footer-brand{grid-column:1/-1}.site-footer__divider,.site-footer__bottom{width:calc(100% - clamp(48px,12vw,112px))}}@media (width<=620px){.clients,.differentials,.testimonials{padding:72px 20px 80px}.clients h2,.differentials__heading h2,.testimonials__heading h2{font-size:clamp(32px,9vw,40px);line-height:1.16}.case-studies{grid-template-columns:1fr;gap:16px;margin-top:48px}.case-study{min-height:0;padding:28px 24px}.case-study__logo--hyatt{width:min(100%,250px);height:35.84px}.case-study h3{margin:28px 0 16px;font-size:26px}.case-study p{font-size:15px}.clients__disclaimer{margin-top:40px;line-height:1.5}.differentials__grid,.testimonial-list{grid-template-columns:minmax(0,460px);justify-content:center;gap:16px;margin-top:48px}.differentials__grid .differential-card,.testimonial-list>.testimonial-card:last-child:nth-child(odd){width:100%;max-width:none}.differential-card{min-height:0;padding:20px}.testimonial-card{min-height:0;padding:28px 24px}.process{padding:72px 20px 80px}.process__heading h2{margin-top:32px;font-size:clamp(32px,9vw,40px);line-height:1.16}.process__steps-wrap{margin-top:64px}.process__steps{grid-template-columns:1fr;gap:40px;min-height:0}.process__connector{display:none}.process-step p{max-width:330px;margin-top:20px}.process__cta{width:min(100%,289px);margin-top:48px}.guarantee{padding:72px 20px 80px}.guarantee__content h2{margin-top:16px;font-size:25px;line-height:1.15}.guarantee__description{margin-top:16px;font-size:15px}.guarantee__list{grid-template-columns:1fr;gap:16px;margin-top:32px}.guarantee__list li{align-items:flex-start;font-size:15px}.guarantee__list img{margin-top:-1px}.final-cta{padding:72px 20px}.final-cta__headline h2{font-size:clamp(34px,9.3vw,38px);line-height:1.2}.final-cta__headline p{white-space:normal;margin-top:18px;font-size:16px;line-height:1.5}.final-cta__actions{grid-template-columns:1fr;gap:16px;width:100%;margin-top:40px}.final-cta__whatsapp,.final-cta__form{width:100%}.final-cta__location{white-space:normal;margin-top:32px;line-height:1.5}.site-footer{padding-bottom:36px}.site-footer__main{grid-template-columns:1fr;gap:32px;padding:48px 20px 32px}.footer-brand{grid-column:auto}.footer-column,.footer-contact{gap:10px}.site-footer__divider{width:calc(100% - 40px)}.site-footer__bottom{text-align:center;flex-direction:column;gap:12px;width:100%;min-height:0;padding:24px 20px 0}.site-footer__bottom>div{white-space:normal;flex-wrap:wrap;justify-content:center}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.001ms!important;animation-duration:.001ms!important;animation-iteration-count:1!important}}@media (width<=1049px){.hero-copy h1{font-size:clamp(2rem,5.4vw,3.4rem);line-height:1.08}.hero-lead{font-size:clamp(1rem,1.8vw,1.15rem)}.pain-points__grid{grid-template-columns:repeat(auto-fit,minmax(min(100%,260px),1fr))}.differentials__grid,.testimonial-list{grid-template-columns:repeat(2,minmax(0,460px));justify-content:center}.segments__grid{grid-template-columns:repeat(2,minmax(160px,220px));justify-content:center}.case-studies{grid-template-columns:repeat(auto-fit,minmax(min(100%,280px),1fr))}.site-footer__main{grid-template-columns:repeat(auto-fit,minmax(min(100%,220px),1fr));gap:32px}}@media (width<=620px){.differentials__grid,.testimonial-list{grid-template-columns:minmax(0,460px)}.segments__grid{grid-template-columns:minmax(0,320px)}}@media (width<=760px){.logos-row{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;padding-bottom:8px;overflow-x:auto}.logos-row>*{scroll-snap-align:center;flex:none}.logos-row::-webkit-scrollbar{display:none}}.pain-point-card,.segment-card,.differential-card,.testimonial-card,.solution-stat-card,.case-study,.process-step{transition:transform .38s cubic-bezier(.22,1,.36,1),box-shadow .38s,border-color .38s}@media (hover:hover){.pain-point-card:hover,.segment-card:hover,.differential-card:hover,.testimonial-card:hover,.solution-stat-card:hover,.case-study:hover,.process-step:hover{transform:translateY(-4px);box-shadow:0 24px 48px #00000038}.segment-card:hover{border-color:var(--janpro-green)}.nav-budget,.hero-submit,.process__cta,.final-cta__form,.final-cta__whatsapp,.footer-quote-button,.footer-phone-pill{transition:transform .22s cubic-bezier(.22,1,.36,1),box-shadow .22s,background .22s}.nav-budget:hover,.hero-submit:hover,.process__cta:hover,.final-cta__form:hover,.final-cta__whatsapp:hover,.footer-quote-button:hover,.footer-phone-pill:hover{transform:translateY(-2px);box-shadow:0 12px 28px #78be2047}}@media (width<=480px){.hero-stage,.pain-points__inner,.solution__inner,.segments__inner,.clients__inner,.differentials__inner,.testimonials__inner,.process__inner,.guarantee__inner,.final-cta__inner,.site-footer__main{padding-left:max(16px, env(safe-area-inset-left));padding-right:max(16px, env(safe-area-inset-right))}}@media (width<=900px) and (width>=761px){.desktop-nav .nav-control span:not([class]){display:none}}.faq{background:#f7f7f2;padding:clamp(64px,8vw,120px) 24px}.faq__inner{max-width:900px;margin:0 auto}.faq__head{text-align:center;margin-bottom:48px}.faq__head h2{color:#0b1a12;margin:12px 0 16px;font-family:Sora,sans-serif;font-size:clamp(28px,3.4vw,44px);line-height:1.15}.faq__lead{color:#4a5a52;max-width:640px;margin:0 auto;font-size:clamp(15px,1.4vw,17px)}.faq__list{flex-direction:column;gap:14px;margin:0;padding:0;list-style:none;display:flex}.faq__item{background:#fff;border:1px solid #0b1a1214;border-radius:18px;transition:border-color .25s,box-shadow .25s,transform .25s;overflow:hidden}.faq__item:hover{border-color:var(--janpro-green,#00a651);box-shadow:0 12px 32px -18px #00a65159}.faq__item details>summary{cursor:pointer;color:#0b1a12;justify-content:space-between;align-items:center;gap:20px;padding:22px 26px;font-family:Sora,sans-serif;font-size:clamp(16px,1.4vw,18px);font-weight:600;list-style:none;display:flex}.faq__item details>summary::-webkit-details-marker{display:none}.faq__icon{background:var(--janpro-green,#00a651);color:#fff;border-radius:50%;flex:none;justify-content:center;align-items:center;width:32px;height:32px;font-size:22px;font-weight:400;line-height:1;transition:transform .35s cubic-bezier(.4,0,.2,1);display:inline-flex}.faq__item details[open] .faq__icon{transform:rotate(45deg)}.faq__answer{color:#37473f;padding:0 26px 24px;font-size:clamp(14px,1.3vw,16px);line-height:1.65}.faq__answer p{margin:0}@media (width<=620px){.faq__item details>summary{gap:14px;padding:18px 20px}.faq__answer{padding:0 20px 20px}}
