.hero{background-color:var(--background);flex-direction:column;min-height:100vh;display:flex;position:relative;overflow-x:hidden}.hero-scroll-container{z-index:0;width:100%;height:100%;position:absolute;inset:0}.hero-background-wrapper{transform-origin:top;will-change:transform, border-radius;width:100%;height:100%;position:absolute;inset:0;overflow:hidden}.hero-bg-image{object-fit:cover;object-position:center;width:100%;height:100%;position:absolute;inset:0}.hero-gradient-overlay{background:linear-gradient(to top, var(--background) 0%, #faf7ec66 50%, #faf7ec1a 100%);z-index:1;position:absolute;inset:0}.hero-content{z-index:10;padding-top:var(--site-header-height);flex-direction:column;flex:1;justify-content:flex-end;align-items:center;padding-bottom:12vh;display:flex;position:relative}.hero-text-container{text-align:center;flex-direction:column;align-items:center;width:100%;max-width:1000px;display:flex}.hero-title{letter-spacing:-.02em;margin-bottom:2rem;font-size:clamp(3rem,8vw,6.25rem);font-weight:400;line-height:1}.hero-actions{flex-direction:column;align-items:center;gap:1rem;display:flex}@media (min-width:768px){.hero-title{max-width:22ch}}
.intro-section{background-color:var(--background);padding-top:6rem;padding-bottom:6rem}@media (min-width:768px){.intro-section{padding-top:8rem;padding-bottom:8rem}}.intro-container{flex-direction:column;gap:3rem;max-width:1200px;margin:0 auto;display:flex}@media (min-width:980px){.intro-container{flex-direction:row;align-items:flex-start;gap:6rem}}.intro-heading-col{flex:1.2}.intro-heading{letter-spacing:-.02em;color:var(--foreground);font-size:clamp(2.25rem,4.5vw,4rem);font-weight:500;line-height:1.1}.intro-line-mask{margin-bottom:2px;padding-bottom:4px;display:block;overflow:hidden}.intro-line-text{transform-origin:0;will-change:transform;display:inline-block}.intro-text-col{color:var(--muted-foreground);flex-direction:column;flex:1;gap:1.75rem;font-size:1.125rem;line-height:1.7;display:flex}.intro-text-col p strong{color:var(--foreground)}.intro-lead{font-size:1.25rem;line-height:1.6}@media (max-width:767px){.intro-lead{font-size:1.15rem}}
.scrolly-section{background-color:var(--background);height:300vh;position:relative}.scrolly-sticky{align-items:center;width:100%;height:100vh;display:flex;position:sticky;top:0;overflow:hidden}.scrolly-grid{grid-template-columns:1fr;width:100%;height:100vh;display:grid}@media (min-width:768px){.scrolly-grid{grid-template-columns:1.1fr 1fr}}.scrolly-visual-column{height:100vh;display:none;position:relative}@media (min-width:768px){.scrolly-visual-column{display:block}}.scrolly-image-container{width:100%;height:100vh;position:absolute;top:0;left:0;overflow:hidden}.scrolly-image-wrapper{border-radius:0 40px 40px 0;width:100%;height:100vh;position:absolute;top:0;left:0;overflow:hidden;box-shadow:0 -20px 40px -10px #0000000f}.scrolly-image{object-fit:cover;width:100%;height:100%}.feature-icon-wrapper{background:#009fc70f;align-self:flex-start;margin-bottom:1.5rem;padding:16px;display:inline-flex}.scrolly-content-column{z-index:10;background-color:var(--background);justify-content:center;align-items:center;height:100vh;display:flex}@media (min-width:768px){.scrolly-content-column{justify-content:flex-start;padding-left:10%}}.scrolly-content-wrapper{flex-direction:column;gap:2.5rem;width:100%;max-width:540px;display:flex}.scrolly-tabs{border-bottom:1px solid #0000000f;gap:2rem;padding-bottom:1rem;display:flex}.scrolly-tab-btn{letter-spacing:.1em;color:var(--muted-foreground);background:0 0;border:none;padding:0;font-size:.875rem;font-weight:600;transition:all .3s}.scrolly-tab-btn:hover{color:var(--foreground)}.scrolly-tab-btn.active{color:var(--foreground);font-weight:700;position:relative}.scrolly-text-content{flex-direction:column;justify-content:center;min-height:350px;display:flex}.scrolly-title{color:var(--foreground);letter-spacing:-.01em;margin-bottom:1.5rem;font-size:clamp(2.25rem,4vw,3.75rem);font-weight:400;line-height:1.15}.scrolly-description{color:var(--muted-foreground);margin-bottom:2.5rem;font-size:1.125rem;line-height:1.6}.scrolly-learn-more{cursor:pointer;align-self:flex-start;align-items:center;gap:1rem;transition:opacity .2s;display:inline-flex}.scrolly-learn-more:hover{opacity:.85}.arrow-circle{background-color:var(--foreground);border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;transition:transform .3s;display:flex}.scrolly-learn-more:hover .arrow-circle{transform:scale(1.05)}.learn-more-text{color:var(--foreground);font-size:1rem;font-weight:600}@media (max-width:767px){.scrolly-content-column{padding:2rem}.scrolly-title{font-size:2.25rem}.scrolly-text-content{min-height:auto}}
.why-section{background:radial-gradient(circle at 0 100%,#009fc70a,#0000 60%);padding:6rem 0}.why-container{grid-template-columns:1fr 1fr;align-items:center;gap:5rem;max-width:1200px;margin:0 auto;display:grid}@media (max-width:900px){.why-container{grid-template-columns:1fr;gap:3rem}}.why-photo-block{height:560px;position:relative}.why-photo-main{width:80%;height:75%;position:absolute;top:0;left:0;overflow:hidden;box-shadow:0 24px 48px #00000014}.why-photo-main img,.why-photo-accent img{object-fit:cover;width:100%;height:100%}.why-photo-accent{width:48%;height:58%;position:absolute;bottom:0;right:0;overflow:hidden;box-shadow:0 16px 32px #0000001a}.why-badge{background:#fff;flex-direction:column;align-items:center;gap:2px;padding:.75rem 1.25rem;display:flex;position:absolute;bottom:12px;left:12px}.why-badge-num{color:var(--brand);font-size:1.6rem;font-weight:700;line-height:1}.why-badge-label{color:var(--muted-foreground);text-transform:uppercase;letter-spacing:.05em;font-size:.7rem}.why-content{flex-direction:column;gap:1.5rem;display:flex}.why-heading{letter-spacing:-.025em;margin:0;font-size:clamp(1.85rem,3vw,2.6rem);font-weight:500;line-height:1.15}.why-subtext{color:var(--muted-foreground);font-size:1.05rem;line-height:1.65}.why-features-grid{grid-template-columns:1fr 1fr;gap:1rem;margin-top:.5rem;display:grid}@media (max-width:600px){.why-features-grid{grid-template-columns:1fr}}.why-feature-card{background:#111;border:1px solid #ffffff14;align-items:flex-start;gap:1.1rem;padding:1.5rem;transition:transform .4s cubic-bezier(.16,1,.3,1),background-color .4s,border-color .4s,box-shadow .4s cubic-bezier(.16,1,.3,1);display:flex;box-shadow:0 8px 30px -10px #0003,inset 0 1px #ffffff0f}.why-feature-card:hover{background:#181818;border-color:#009fc759;transform:translateY(-6px);box-shadow:0 24px 48px -15px #0006,inset 0 1px #ffffff1a}.why-icon{color:var(--brand);background:#009fc726;border:1px solid #009fc740;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;transition:all .4s cubic-bezier(.16,1,.3,1);display:flex}.why-feature-card:hover .why-icon{background:var(--brand);color:#fff;border-color:var(--brand);transform:scale(1.1)rotate(5deg);box-shadow:0 8px 16px -4px #009fc759}.why-feature-title{color:#fff;margin-bottom:5px;font-size:1.05rem;font-weight:600}.why-feature-desc{color:#ffffffb3;font-size:.88rem;line-height:1.5}.why-cta{align-self:flex-start;margin-top:.5rem}
.how-section{border-top:1px solid #0000000a;padding:6rem 0}.how-inner{max-width:1200px;margin:0 auto}.how-header{text-align:center;margin-bottom:4rem}.how-title{letter-spacing:-.025em;margin:.5rem 0 .875rem;font-size:clamp(2rem,3.5vw,2.75rem);font-weight:500}.how-sub{color:var(--muted-foreground);max-width:560px;margin:0 auto;font-size:1.05rem;line-height:1.6}.how-steps{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid;position:relative}@media (max-width:1000px){.how-steps{grid-template-columns:repeat(2,1fr)}}@media (max-width:540px){.how-steps{grid-template-columns:1fr}}.how-step{border:1px solid #fff6;flex-direction:column;gap:1.25rem;padding:2.5rem 2rem;transition:transform .4s cubic-bezier(.16,1,.3,1),background-color .4s,border-color .4s,box-shadow .4s cubic-bezier(.16,1,.3,1);display:flex;position:relative;box-shadow:0 8px 30px -10px #00000008,inset 0 1px #fffc}.how-step:hover{background:linear-gradient(135deg,#fffffffa 0%,#ffffffa6 100%);border-color:#009fc740;transform:translateY(-8px);box-shadow:0 24px 48px -15px #009fc714,inset 0 1px #ffffffe6}.how-step-number{color:#009fc71f;letter-spacing:-.03em;font-size:3.5rem;font-weight:800;line-height:1;transition:all .4s cubic-bezier(.16,1,.3,1);display:block}.how-step:hover .how-step-number{color:#009fc740;transform:scale(1.08)translateY(-4px)}.how-step-title{margin:0;font-size:1.2rem;font-weight:600;line-height:1.3}.how-step-desc{color:var(--muted-foreground);font-size:.9rem;line-height:1.55}
.testimonials-section-center{justify-content:center;width:100%;padding-top:5rem;padding-bottom:5rem;display:flex;position:relative;overflow:hidden}.testimonials-center-inner{text-align:center;z-index:5;background-image:url(/testimonials_bg.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:2.25rem;flex-direction:column;align-items:center;gap:3rem;width:92%;max-width:1140px;padding:5rem 3.5rem;display:flex;position:relative;overflow:hidden;box-shadow:0 20px 48px -15px #009fc70d}.testimonials-center-inner:before{content:"";opacity:.045;pointer-events:none;z-index:1;background-image:url(/testimonial_bg.png);background-position:50%;background-repeat:no-repeat;background-size:contain;width:500px;height:500px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.testimonials-center-tag{letter-spacing:.08em;color:var(--brand);font-size:.8125rem;font-weight:700}.testimonials-center-title{color:var(--foreground);margin-top:.5rem;margin-bottom:.75rem;font-size:clamp(2.25rem,5.5vw,3.5rem);font-weight:500;line-height:1.15}.testimonials-center-stars-row{justify-content:center;align-items:center;gap:.75rem;display:flex}.stars-flex{gap:2px;display:flex}.google-rating-text{color:var(--muted-foreground);font-size:.875rem;font-weight:600}.testimonials-grid-container{width:100%;min-height:520px;position:relative}@media (max-width:767px){.testimonials-grid-container{min-height:1080px}}.testimonials-grid-wrapper{grid-template-columns:1fr;gap:2rem;width:100%;display:grid}@media (min-width:768px){.testimonials-grid-wrapper{grid-template-columns:repeat(2,1fr)}}.testimonial-grid-card{-webkit-backdrop-filter:blur(12px);text-align:left;background:linear-gradient(135deg,#ffffffd9 0%,#ffffff80 100%);border:1px solid #ffffffa6;border-radius:20px;flex-direction:column;justify-content:space-between;align-items:flex-start;gap:1.25rem;min-height:235px;padding:2.25rem;transition:all .4s cubic-bezier(.16,1,.3,1);display:flex;box-shadow:0 10px 30px -10px #00000008,inset 0 1px #fffc}.testimonial-grid-card:hover{background:linear-gradient(135deg,#fffffffa 0%,#ffffffbf 100%);border-color:#009fc740;transform:translateY(-8px)scale(1.015);box-shadow:0 24px 48px -15px #009fc714,inset 0 1px #ffffffe6}.card-stars-flex{gap:2px;display:flex}.card-testimonial-text{color:var(--foreground);flex-grow:1;margin:0;font-size:1.05rem;font-weight:500;line-height:1.55}.card-author-row{border-top:1px solid #00000008;align-items:center;gap:.85rem;width:100%;padding-top:1rem;display:flex}.card-author-avatar{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:.9rem;font-weight:700;display:flex;box-shadow:inset 0 2px 4px #00000008}.card-author-meta{flex-direction:column;align-items:flex-start;gap:.15rem;display:flex}.card-author-name{color:var(--foreground);margin:0;font-size:1rem;font-weight:600}.card-author-role{color:var(--muted-foreground);font-size:.775rem}@media (max-width:600px){.testimonials-center-inner{border-radius:1.75rem;width:94%;padding:3.5rem 1.5rem}}
