.two-column-split{align-items:center;display:grid;gap:var(--space-12)}@media(min-width:1024px){.two-column-split{gap:var(--space-16);grid-template-columns:1fr 1fr}.two-column-split--reverse>:first-child{order:2}.two-column-split--reverse>:last-child{order:1}}.two-column-split--60-40{grid-template-columns:1fr}@media(min-width:1024px){.two-column-split--60-40{grid-template-columns:3fr 2fr}}.two-column-split--40-60{grid-template-columns:1fr}@media(min-width:1024px){.two-column-split--40-60{grid-template-columns:2fr 3fr}}.four-column-grid{display:grid;gap:var(--space-8);grid-template-columns:repeat(1,1fr)}@media(min-width:640px){.four-column-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.four-column-grid{gap:var(--space-12);grid-template-columns:repeat(4,1fr)}}.feature-list{display:flex;flex-direction:column;gap:var(--space-4)}.feature-item{align-items:flex-start;display:flex;gap:var(--space-3)}.feature-item__icon{color:var(--color-accent);flex-shrink:0;height:1.5rem;margin-top:.125rem;width:1.5rem}.feature-item__text{color:var(--color-foreground);font-size:var(--text-base)}.scroll-highlight-timeline{--sht-bg:var(--color-navy);--sht-accent:var(--color-accent);--sht-accent-rgb:var(--color-primary-rgb);--sht-text-color:#fff;--sht-card-bg:hsla(0,0%,100%,.03);--sht-card-bg-active:hsla(0,0%,100%,.06);--sht-card-bg-passed:hsla(0,0%,100%,.02);--sht-card-border:hsla(0,0%,100%,.08);--sht-icon-bg:hsla(0,0%,100%,.05);--sht-icon-border:hsla(0,0%,100%,.1);--sht-icon-color:hsla(0,0%,100%,.4);--sht-line-track:hsla(0,0%,100%,.08);--sht-max-width:64rem;background:var(--sht-bg);overflow:hidden;position:relative;text-align:center}.scroll-highlight-timeline__cards{display:grid;gap:var(--space-6);grid-template-columns:1fr;margin:0 auto;max-width:var(--sht-max-width);position:relative}@media(min-width:768px){.scroll-highlight-timeline__cards{align-items:center;gap:0;grid-template-columns:1fr 5rem 1fr 5rem 1fr}}.scroll-highlight-timeline__line{display:none}@media(min-width:768px){.scroll-highlight-timeline__line{display:block;height:2px;margin:0 1rem;pointer-events:none;position:relative}}.scroll-highlight-timeline__line-track{background:var(--sht-line-track);border-radius:var(--radius-full);inset:0;position:absolute}.scroll-highlight-timeline__line-progress{background:var(--sht-accent);border-radius:var(--radius-full);height:100%;left:0;position:absolute;top:0;transition:width .5s cubic-bezier(.22,1,.36,1);width:0}.scroll-highlight-timeline__line.is-lit .scroll-highlight-timeline__line-progress{width:100%}.scroll-highlight-timeline__line.is-inactive .scroll-highlight-timeline__line-progress{background:rgba(var(--sht-accent-rgb),.2)}.scroll-highlight-timeline__card{align-items:center;background:var(--sht-card-bg);border:1px solid var(--sht-card-border);border-radius:var(--radius-2xl);display:flex;flex-direction:column;padding:var(--space-8) var(--space-6);position:relative;text-align:center;transition:opacity .6s cubic-bezier(.22,1,.36,1),transform .6s cubic-bezier(.22,1,.36,1),box-shadow .6s ease,border-color .6s ease;z-index:2}@media(min-width:768px){.scroll-highlight-timeline__card{opacity:.8;transform:scale(.93)}}.scroll-highlight-timeline__card.is-active{background:var(--sht-card-bg-active);border-color:rgba(var(--sht-accent-rgb),.3);box-shadow:0 0 40px rgba(var(--sht-accent-rgb),.15);opacity:1;transform:scale(1.05)}.scroll-highlight-timeline__card--featured.is-active{border-color:rgba(var(--sht-accent-rgb),.4);box-shadow:0 0 60px rgba(var(--sht-accent-rgb),.25)}.scroll-highlight-timeline__card.is-inactive{opacity:1;transform:scale(1)}@media(max-width:767px){.scroll-highlight-timeline__card{opacity:.5;transform:scale(.95)}}.scroll-highlight-timeline__card-icon{align-items:center;background:var(--sht-icon-bg);border:1px solid var(--sht-icon-border);border-radius:var(--radius-full);display:flex;height:5rem;justify-content:center;margin-bottom:var(--space-6);transition:border-color .6s ease,box-shadow .6s ease,background .6s ease;width:5rem}.scroll-highlight-timeline__card.is-active .scroll-highlight-timeline__card-icon{background:rgba(var(--sht-accent-rgb),.08);border-color:rgba(var(--sht-accent-rgb),.5);box-shadow:0 0 20px rgba(var(--sht-accent-rgb),.3)}.scroll-highlight-timeline__card-icon .material-symbols-outlined{color:var(--sht-icon-color);font-size:2rem;transition:color .6s ease}.scroll-highlight-timeline__card.is-active .scroll-highlight-timeline__card-icon .material-symbols-outlined{color:var(--sht-accent)}@media(min-width:768px){.scroll-highlight-timeline__card--featured .scroll-highlight-timeline__card-icon{height:6rem;width:6rem}.scroll-highlight-timeline__card--featured .scroll-highlight-timeline__card-icon .material-symbols-outlined{font-size:2.5rem}}.scroll-highlight-timeline__card-label{color:var(--sht-accent);font-family:var(--font-display);font-size:var(--text-xl);font-weight:var(--font-bold);margin-bottom:var(--space-2)}.scroll-highlight-timeline__card-title{color:var(--sht-text-color);font-size:var(--text-lg);font-weight:var(--font-semibold)}.hiw-hero{background:var(--color-bg-white);overflow:hidden;padding-bottom:var(--space-24);padding-top:var(--space-20);position:relative;text-align:center}.hiw-hero__content{margin:0 auto var(--space-16);max-width:42rem}.hiw-hero__title{color:var(--color-navy);font-family:var(--font-display);font-size:var(--text-5xl);font-weight:var(--font-bold);line-height:var(--leading-tight);margin-bottom:var(--space-6)}@media(min-width:1024px){.hiw-hero__title{font-size:var(--text-6xl)}}.hiw-hero__description{color:var(--color-text-secondary);font-size:var(--text-xl);line-height:var(--leading-relaxed);margin:0 auto;max-width:36rem}.hiw-hero__steps{grid-template-columns:repeat(2,1fr);margin:0 auto;max-width:56rem}@media(min-width:1024px){.hiw-hero__steps{grid-template-columns:repeat(4,1fr)}}.hiw-hero__step{align-items:center;display:flex;flex-direction:column}.hiw-hero__step-icon{align-items:center;background:rgba(var(--color-primary-rgb),.1);border-radius:var(--radius-xl);color:var(--color-accent);display:flex;height:4rem;justify-content:center;margin-bottom:var(--space-4);transition:background var(--transition-slow),color var(--transition-slow);width:4rem}.hiw-hero__step-icon .material-symbols-outlined{font-size:1.75rem}.hiw-hero__step:hover .hiw-hero__step-icon{background:var(--color-accent);color:#fff}.hiw-hero__step-label{color:var(--color-navy);font-family:var(--font-display);font-size:var(--text-lg);font-weight:var(--font-semibold)}.hiw-hero__blob{border-radius:var(--radius-full);filter:blur(60px);pointer-events:none;position:absolute;z-index:0}.hiw-hero__blob--right{background:rgba(var(--color-primary-rgb),.05);height:24rem;right:-10rem;top:-10rem;width:24rem}.hiw-hero__blob--left{background:rgba(var(--color-blue-rgb),.05);height:18rem;left:-5rem;top:5rem;width:18rem}.hiw-step__content{display:flex;flex-direction:column;gap:var(--space-6)}.hiw-step__number{align-items:center;background:var(--color-accent);border-radius:var(--radius-full);box-shadow:0 8px 16px -4px rgba(var(--color-primary-rgb),.3);color:#fff;display:inline-flex;font-size:var(--text-xl);height:3rem;justify-content:center;width:3rem}.hiw-step__number,.hiw-step__title{font-family:var(--font-display);font-weight:var(--font-bold)}.hiw-step__title{color:var(--color-navy);font-size:var(--text-4xl);line-height:var(--leading-tight)}.hiw-step__description{color:var(--color-text-secondary);font-size:var(--text-lg);line-height:var(--leading-relaxed)}.hiw-step__key-message{color:var(--color-text-muted);font-size:var(--text-base);font-style:italic;font-weight:var(--font-medium)}.hiw-step__visual{display:flex;justify-content:center}.hiw-step__image-frame{background:var(--color-muted);border:1px solid var(--color-border);border-radius:var(--radius-2xl);box-shadow:var(--shadow-2xl);overflow:hidden;padding:.5rem}.hiw-step__image-frame .hiw-step__image{border-radius:var(--radius-xl);height:auto;width:100%}.product-feature__phone-wrapper{align-items:center;display:flex;justify-content:center;min-height:400px}.product-feature__phone{flex-shrink:0}.product-phone{background:var(--color-navy);border:4px solid var(--color-navy-light);border-radius:2.5rem;box-shadow:0 25px 50px #00000040;height:580px;padding:.75rem;position:relative;width:280px}.product-phone__notch{background:var(--color-navy);border-radius:0 0 var(--radius-lg) var(--radius-lg);height:1.5rem;left:50%;position:absolute;top:0;transform:translate(-50%);width:10rem;z-index:2}.product-phone__screen{background:var(--color-bg-white);border-radius:2rem;height:100%;overflow:hidden;padding:2.5rem var(--space-4) 0;position:relative;width:100%}.product-phone__screen--dark{background:var(--color-navy-light);padding:0}.product-phone__status-bar{align-items:center;background:var(--color-bg-white);display:flex;flex-shrink:0;height:1rem;justify-content:space-between;padding:.25rem 1.3rem}.product-phone__status-time{font-size:.5rem;font-weight:600}.product-phone__status-right{align-items:center;color:var(--color-text-primary);display:flex;font-size:.5rem;gap:.25rem}.product-phone__status-right .material-symbols-outlined{font-size:.5rem;font-weight:600}.product-phone__screen--image{display:flex;flex-direction:column;overflow:hidden;padding:0}.product-phone__image-strip{box-sizing:border-box;flex:1;position:relative}.product-phone__image-container,.product-phone__image-strip{align-items:center;display:flex;justify-content:center;width:100%}.product-phone__image-container{height:100%;opacity:0;position:absolute;transition:opacity .6s ease-in-out}.product-phone__image-container.active,.product-phone__image-container:first-child{opacity:1}.product-phone__transition-img{display:block;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:top center;object-position:top center;width:100%}.product-phone__confirm-screen{align-items:center;background:var(--color-bg-white);display:flex!important;justify-content:center}.product-phone__confirm-inner{align-items:center;display:flex;flex-direction:column;gap:var(--space-3);padding:var(--space-6);text-align:center}.product-phone__confirm-icon-wrap{align-items:center;display:flex;height:5rem;justify-content:center;margin-bottom:var(--space-2);position:relative;width:5rem}.product-phone__confirm-ring{border:2px solid rgba(var(--color-primary-rgb),.2);border-radius:50%;position:absolute}.product-phone__confirm-ring--outer{animation:ring-pulse 2s ease-in-out infinite;height:5rem;width:5rem}.product-phone__confirm-ring--inner{animation:ring-pulse 2s ease-in-out .3s infinite;height:3.5rem;width:3.5rem}@keyframes ring-pulse{0%,to{opacity:.3;transform:scale(1)}50%{opacity:.8;transform:scale(1.05)}}.product-phone__confirm-check{align-items:center;background:var(--color-primary);border-radius:50%;color:#fff;display:flex;height:2.5rem;justify-content:center;position:relative;width:2.5rem;z-index:1}.product-phone__confirm-check .material-symbols-outlined{font-size:1.25rem;font-variation-settings:"wght" 700}.product-phone__confirm-title{color:var(--color-text-primary);font-family:var(--font-display);font-size:var(--text-xl);font-weight:var(--font-bold);margin:0}.product-phone__confirm-name{color:var(--color-primary);font-size:var(--text-base);font-weight:600;margin:0}.product-phone__confirm-sub{color:var(--color-text-muted);font-size:var(--text-sm);margin:0}.product-phone__confirm-tag{align-items:center;background:rgba(var(--color-primary-rgb),.08);border:1px solid rgba(var(--color-primary-rgb),.2);border-radius:var(--radius-full);color:var(--color-primary);display:inline-flex;font-size:var(--text-xs);font-weight:600;gap:.375rem;margin-top:var(--space-2);padding:.25rem .75rem}.product-phone__confirm-tag-dot{animation:pulse-dot 2s ease-in-out infinite;background:var(--color-primary);border-radius:50%;height:.375rem;width:.375rem}@keyframes pulse-dot{0%,to{opacity:1}50%{opacity:.3}}.product-phone__ripple-container{inset:0;pointer-events:none;position:absolute;z-index:10}.product-phone__ripple{animation:ripple-wave .8s ease-out forwards;background:radial-gradient(circle,rgba(var(--color-green-rgb),.7) 0,rgba(var(--color-green-rgb),.3) 70%,rgba(var(--color-green-rgb),0));border-radius:50%;box-shadow:inset 0 0 10px rgba(var(--color-green-rgb),.5);height:120px;margin-left:-60px;margin-top:-60px;pointer-events:none;position:absolute;width:120px}@keyframes ripple-wave{0%{opacity:1;transform:scale(0)}to{opacity:0;transform:scale(1)}}.product-phone__hand-click{align-items:center;animation:hand-click-bounce .8s ease-out forwards;background:var(--color-green);border-radius:50%;box-shadow:0 4px 12px rgba(var(--color-green-rgb),.4);display:flex;height:2rem;justify-content:center;pointer-events:none;position:absolute;width:2rem;z-index:11}.product-phone__hand-click .material-symbols-outlined{animation:hand-scale .8s ease-out forwards;color:#fff;font-size:1.15rem;font-variation-settings:"FILL" 1}@keyframes hand-click-bounce{0%{opacity:1;transform:translate(-50%,-50%) scale(1)}50%{opacity:1;transform:translate(-50%,-50%) scale(1.1)}to{opacity:0;transform:translate(-50%,-50%) scale(.8)}}@keyframes hand-scale{0%{transform:scale(1) rotate(0)}50%{transform:scale(1.15) rotate(-5deg)}to{transform:scale(.7) rotate(-10deg)}}.hiw-step__browser-frame{background:#fff;border:1px solid var(--color-border);border-radius:var(--radius-2xl);box-shadow:var(--shadow-2xl);overflow:hidden}.hiw-step__browser-bar{align-items:center;background:var(--color-muted);border-bottom:1px solid var(--color-border);display:flex;gap:.5rem;padding:var(--space-3) var(--space-4)}.hiw-step__browser-dot{border-radius:var(--radius-full);height:.75rem;width:.75rem}.hiw-step__browser-dot--red{background:#f87171}.hiw-step__browser-dot--yellow{background:#fbbf24}.hiw-step__browser-dot--green{background:#34d399}.hiw-step__browser-frame .hiw-step__image{display:block;height:auto;width:100%}.hiw-step__cta-link{align-items:center;display:inline-flex;font-weight:var(--font-semibold);gap:var(--space-2);transition:color var(--transition-base)}.hiw-step__cta-link,.hiw-step__cta-link:hover{color:var(--color-primary-dark)}.hiw-step__cta-icon{font-size:var(--text-sm);transition:transform var(--transition-base)}.hiw-step__cta-link:hover .hiw-step__cta-icon{transform:translate(4px)}.hiw-quickstart{--sht-bg:var(--gradient-dark)}.hiw-quickstart__title{color:#fff;font-family:var(--font-display);font-size:var(--text-3xl);font-weight:700;line-height:1.2;margin:0 auto var(--space-12);max-width:48rem;text-align:center}@media(min-width:768px){.hiw-quickstart__title{font-size:var(--text-5xl)}}.hiw-quickstart .scroll-highlight-timeline__cards{margin-bottom:var(--space-16)}.hiw-quickstart__cta{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;gap:var(--space-4);justify-content:center}.hiw-quickstart__trial{color:#fff6;font-size:var(--text-sm)}@media(prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}}
