.problem-scroll-section{height:300vh;margin-top:64px;margin-bottom:64px;position:relative}.problem-sticky{background:#e8784f;border-radius:24px;align-items:center;gap:32px;padding:80px 48px 48px;display:flex;position:sticky;top:180px;overflow:hidden;box-shadow:0 8px 48px #2e2f1259}.problem-bg-grain{opacity:.14;mix-blend-mode:overlay;pointer-events:none;z-index:0;background-image:url(/hero-grain.jpg);background-position:50%;background-size:cover;position:absolute;inset:0}.problem-left{z-index:1;flex-direction:column;flex:0 0 55%;gap:20px;display:flex;position:relative}.problem-title{font-family:var(--font-title);color:#feeee2eb;font-size:clamp(1.5rem,3.5vw,2.25rem);font-weight:700;line-height:1.2}.problem-subtitle{color:#feeee2eb;max-width:380px;font-size:1rem;font-weight:600;line-height:1.65}.problem-cta{color:#e8784f;background:#feeee2;border-radius:12px;align-self:flex-start;align-items:center;gap:8px;padding:12px 24px;font-size:.875rem;font-weight:700;text-decoration:none;transition:background .2s,color .2s;display:inline-flex}.problem-cta:hover{color:#feeee2;background:#372923}.problem-cta--mobile{display:none}.problem-dots{align-items:center;gap:6px;display:flex}.problem-dot{background:#37292340;border-radius:50%;width:6px;height:6px;transition:width .3s,background .3s,border-radius .3s;display:inline-block}.problem-dot--active{background:#372923;border-radius:3px;width:22px}.problem-right{z-index:1;flex:1;height:380px;position:relative}.problem-card{pointer-events:none;transform:translateX(calc(var(--card-offset,0) * 14px)) translateY(calc(var(--card-offset,0) * 10px)) scale(calc(1 - var(--card-offset,0) * .03));opacity:calc(1 - var(--card-offset,0) * .22);z-index:calc(4 - var(--card-offset,0));background:#feeee2;border:1.5px solid #37292314;border-radius:20px;flex-direction:column;padding:40px;transition:opacity .5s;display:flex;position:absolute;inset:0;box-shadow:0 4px 32px #37292312}.problem-card--active{pointer-events:auto;animation:.7s cubic-bezier(.25,.46,.45,.94) forwards problemCardEnter}.problem-card--exit{pointer-events:none;animation:.6s cubic-bezier(.25,.46,.45,.94) forwards problemCardExit}@keyframes problemCardEnter{0%{opacity:0;transform:translate(120px)}to{opacity:1;transform:translate(0)}}@keyframes problemCardExit{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(-80px)}}.problem-card__icon{color:#ca4422;margin-bottom:20px}.problem-card__title{font-family:var(--font-title);color:#372923;margin-bottom:12px;font-size:1.125rem;font-weight:700;line-height:1.3}.problem-card__body{color:#372923;flex:1;font-size:.9375rem;font-weight:500;line-height:1.7}.problem-card__counter{color:#372923;font-size:.75rem;font-weight:700;font-family:var(--font-title);letter-spacing:.08em;margin-top:24px}@media (max-width:1023px){.problem-scroll-section{height:300vh;margin-top:32px;margin-bottom:32px}.problem-sticky{flex-direction:column;gap:24px;height:auto;padding:28px 24px 32px;position:sticky;top:80px}.problem-left{flex:none;width:100%}.problem-title br{display:none}.problem-subtitle{max-width:none}.problem-dots:not(.problem-dots--mobile),.problem-cta{display:none}.problem-cta--mobile{align-self:flex-start;margin-top:8px;display:inline-flex}.problem-right{flex:none;width:100%;height:380px}.problem-mobile-footer{justify-content:space-between;align-items:center;width:100%;margin-top:24px;display:flex}.problem-dots--mobile{display:flex}.problem-counter--mobile{margin-top:0;display:block}.problem-card__counter{display:none}.problem-card{padding:20px}.problem-card__title{font-size:18px}}@media (max-width:480px){.problem-sticky{padding:28px 12px 32px}.problem-right{height:320px}}.problem-mobile-footer,.problem-counter--mobile{display:none}
.bento-section{padding:64px 0}@media (max-width:767px){.bento-section{padding:32px 0}.bento-header{margin-bottom:24px;padding:0 12px}.bento-title-br{display:none}}@media (min-width:640px) and (max-width:739px){.bento-card{padding:12px!important}.bento-card__pills{gap:2px!important}.bento-pill{padding:4px 6px!important}}@media (min-width:740px) and (max-width:1023px){.bento-card{padding:24px!important}.bento-card__pills{gap:2px!important}.bento-pill{padding:4px 6px!important}}.bento-header{flex-direction:column;gap:16px;margin-bottom:32px;display:flex}@media (min-width:640px){.bento-header{flex-direction:row;justify-content:space-between;align-items:flex-end}}.bento-header__title{font-family:var(--font-title);color:#372923;font-size:clamp(1.5rem,3vw,1.875rem);font-weight:700;line-height:1.25}.bento-header__subtitle{color:#372923;max-width:280px;font-size:.875rem;line-height:1.65}@media (min-width:640px){.bento-header__subtitle{text-align:right}}.bento-grid{grid-template-columns:1fr;gap:20px;display:grid}@media (min-width:640px) and (max-width:1023px){.bento-grid{grid-template-columns:repeat(2,1fr);grid-auto-rows:1fr}}@media (min-width:1024px){.bento-grid{grid-template-columns:repeat(3,1fr);grid-auto-rows:1fr}}.bento-card{border-radius:24px;flex-direction:column;height:280px;padding:28px;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 32px #00000024}.bento-card:before{content:"";opacity:.13;mix-blend-mode:overlay;pointer-events:none;z-index:0;background-image:url(/hero-grain.jpg);background-position:50%;background-size:cover;position:absolute;inset:0}.bento-card--dark{background:linear-gradient(145deg,#656936 0%,#3d4020 100%)}.bento-card--light{background:#feeee2;border:1.5px solid #ca442266}.bento-card--light .bento-card__badge{color:#ca4422;background:#ca44221a;border:1px solid #ca4422}.bento-card--light .bento-card__soon{color:#ca4422;background:#ca44221a}.bento-card--light .bento-card__title{color:#372923}.bento-card--light .bento-card__desc{color:#372923a6}.bento-card__content{z-index:1;flex-direction:column;flex:1;display:flex;position:relative}.bento-card__top{align-items:center;gap:8px;margin-bottom:16px;display:flex}.bento-card__badge{text-transform:uppercase;letter-spacing:.14em;color:#feeee2d9;background:#ffffff24;border:1px solid #feeee2d9;border-radius:20px;padding:4px 10px;font-size:9.5px;font-weight:700}.bento-card__soon{text-transform:uppercase;letter-spacing:.1em;color:#ca4422;background:#ff926e40;border-radius:20px;padding:4px 10px;font-size:9.5px;font-weight:700}.bento-card__title{font-family:var(--font-title);color:#feeee2f2;margin-bottom:10px;font-size:1.0625rem;font-weight:700;line-height:1.3}.bento-card__desc{color:#feeee2ad;flex:1;font-size:.8125rem;font-weight:600;line-height:1.65}.bento-card__pills{flex-wrap:wrap;gap:6px;margin-top:16px;display:flex}.bento-pill{border-radius:20px;padding:4px 10px;font-size:11px;font-weight:800}.bento-card--dark .bento-pill{color:#3d4020;background:#feeee2;border:1px solid #3d4020}.bento-card--light .bento-pill{color:#feeee2;background:#ca4422;border:1px solid #feeee2}.bento-card--dark .bento-card__soon{color:#feeee2;background:0 0;border:1px solid #feeee2}
.forwho-section{padding:64px 0}.forwho-container{background:#e8784f;border-radius:24px;align-items:center;gap:48px;padding:56px 48px;display:flex;position:relative;overflow:hidden;box-shadow:0 8px 48px #37292333}.forwho-container:before{content:"";opacity:.12;mix-blend-mode:overlay;pointer-events:none;z-index:0;background-image:url(/hero-grain.jpg);background-position:50%;background-size:cover;position:absolute;inset:0}.forwho-left{z-index:1;flex-direction:column;flex:0 0 280px;gap:16px;display:flex;position:relative}.forwho-title{font-family:var(--font-title);color:#feeee2;font-size:clamp(1.5rem,2.5vw,2rem);font-weight:700;line-height:1.2}.forwho-subtitle{color:#feeee2;font-size:.9375rem;font-weight:700;line-height:1.65}.forwho-right{z-index:1;flex:1;grid-template-columns:repeat(2,1fr);grid-auto-rows:1fr;align-items:stretch;gap:10px;display:grid;position:relative}.forwho-card{background:#feeee2eb;border-radius:16px;flex-direction:column;gap:6px;height:100%;padding:18px 20px;transition:background .2s;display:flex}.forwho-card:hover{background:#feeee2}.forwho-card__top{align-items:center;gap:8px;display:flex}.forwho-card__icon{color:#ca4422;flex-shrink:0}.forwho-card__title{font-family:var(--font-title);color:#372923;font-size:.875rem;font-weight:700}.forwho-card__cms{color:#ca4422;margin-bottom:2px;font-size:10px;font-weight:600}.forwho-card__win{color:#372923;font-size:.75rem;font-weight:500;line-height:1.55}@media (max-width:1023px){.forwho-container{flex-direction:column;gap:32px;padding:40px 12px}.forwho-left{flex:none;width:100%}.forwho-right{grid-template-columns:repeat(2,1fr);width:100%}}@media (max-width:480px){.forwho-right{grid-template-columns:1fr}}
.why-soloseo{padding:64px 24px}.why-soloseo__inner{max-width:72rem;margin:0 auto}.why-soloseo__layout{grid-template-columns:260px 1fr;align-items:start;gap:64px;display:grid}.why-soloseo__left{flex-direction:column;gap:20px;display:flex;position:sticky;top:100px}.why-soloseo__badge{font-family:var(--font-title);text-transform:uppercase;letter-spacing:.1em;color:#ca4422;background:#ff926e1f;border-radius:999px;width:fit-content;padding:.25rem .75rem;font-size:.65rem;font-weight:700;display:inline-block}.why-soloseo__title{font-family:var(--font-title);color:#372923;margin:0;font-size:clamp(1.5rem,2.5vw,2rem);font-weight:700;line-height:1.2}.why-soloseo__pillars{flex-direction:column;gap:10px;margin:0;padding:0;list-style:none;display:flex}.why-soloseo__pillar{color:#372923;align-items:center;gap:10px;font-size:.8125rem;font-weight:600;line-height:1.4;display:flex}.why-soloseo__pillar-icon{color:#ff926e;flex-shrink:0}.why-soloseo__body{color:#372923;border-left:2px solid #ff926e40;flex-direction:column;gap:20px;padding-top:4px;padding-left:40px;font-size:.9375rem;line-height:1.8;display:flex}.why-soloseo__body p{margin:0}@media (max-width:768px){.why-soloseo__layout{grid-template-columns:1fr;gap:28px}.why-soloseo__left{gap:14px;position:static}.why-soloseo__body{border-top:2px solid #ff926e40;border-left:none;padding-top:24px;padding-left:0}}
