.home-container{width:100%;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}@media (min-width: 640px){.home-container{max-width:640px}}@media (min-width: 768px){.home-container{max-width:768px}}@media (min-width: 1024px){.home-container{max-width:1024px}}@media (min-width: 1280px){.home-container{max-width:1280px}}@media (min-width: 1536px){.home-container{max-width:1536px}}@keyframes home-fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.home-reveal-element{opacity:0;transform:translateY(32px);transition:opacity .8s var(--pluscale-transition-timing),transform .8s var(--pluscale-transition-timing)}.home-reveal-element.home-in-view{opacity:1;transform:translateY(0)}.home-page-header{position:fixed;top:1rem;left:0;right:0;z-index:50;padding:0 1rem}.home-page-header__wrapper{max-width:1280px;margin:0 auto;background:var(--pluscale-bg-glass-dark);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid var(--pluscale-border-color);border-radius:9999px;padding:.5rem 1.5rem;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.home-page-header__content{display:flex;align-items:center;justify-content:space-between}.home-page-header__logo-group{display:flex;align-items:center;gap:.75rem}.home-page-header__logo-text{color:var(--pluscale-white);font-size:1.125rem;font-weight:700;text-decoration:none}.home-page-header__nav{display:none}@media (min-width: 1024px){.home-page-header__nav{display:flex;gap:2rem}}.home-page-header__nav-link{color:var(--pluscale-text-secondary);text-decoration:none;font-weight:500;transition:color var(--pluscale-transition-duration) var(--pluscale-transition-timing)}.home-page-header__nav-link:hover{color:var(--pluscale-white)}.home-page-header__nav-link--active{color:var(--pluscale-white);position:relative}.home-page-header__nav-link--active:after{content:"";position:absolute;bottom:-.5rem;left:0;right:0;height:2px;background:linear-gradient(to right,var(--pluscale-violet-500),var(--pluscale-purple-600));border-radius:1px}.home-page-header__actions{display:flex;align-items:center;gap:1.5rem}.home-page-header__signin-link{color:var(--pluscale-text-secondary);font-weight:600;text-decoration:none;transition:color var(--pluscale-transition-duration) var(--pluscale-transition-timing)}.home-page-header__signin-link:hover{color:var(--pluscale-white)}.home-page-header__getstarted-btn{background-color:var(--pluscale-white);color:var(--pluscale-text-dark);padding:.5rem 1rem;border-radius:9999px;font-weight:600;text-decoration:none;transition:background-color var(--pluscale-transition-duration) var(--pluscale-transition-timing),color var(--pluscale-transition-duration) var(--pluscale-transition-timing)}.home-page-header__getstarted-btn:hover{background-color:var(--pluscale-purple-400);color:var(--pluscale-white)}.home-hero-section{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;padding:5rem 1rem;overflow:hidden}.home-hero-section__canvas{position:absolute;top:0;left:0;width:100%;height:100%}.home-hero-section__canvas--aurora{z-index:1;filter:blur(100px);will-change:transform}.home-hero-section__canvas--stars{z-index:2;will-change:transform}.home-hero-section__dark-fade{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse at center,transparent 30%,var(--pluscale-bg-primary));z-index:3}.home-hero-section__content{position:relative;z-index:10;max-width:56rem;margin:0 auto;text-align:center;animation:home-fadeIn 1s ease-out}.home-hero-section__title-group{line-height:1;margin-bottom:0}.home-hero-section__title{font-size:3.125rem;font-weight:800;line-height:1;background-image:linear-gradient(to right,var(--pluscale-white),var(--pluscale-text-secondary));color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:-.25rem}.home-hero-section__subtitle{font-size:3.75rem;font-weight:800;line-height:1;color:var(--pluscale-white);margin-top:0}.home-hero-section__description{max-width:42rem;margin:2rem auto 0;font-size:1.25rem;line-height:1.75;color:var(--pluscale-text-secondary)}.home-hero-section__cta-group{margin-top:2rem;display:flex;flex-direction:column;gap:1rem;justify-content:center}@media (min-width: 640px){.home-hero-section__title{font-size:3.75rem}.home-hero-section__subtitle{font-size:4.5rem}.home-hero-section__cta-group{flex-direction:row}}.home-page-section{padding-top:5rem;padding-bottom:5rem}.home-page-section--gradient-1{background-image:linear-gradient(to bottom,var(--pluscale-bg-primary),var(--pluscale-bg-secondary))}.home-page-section--gradient-2{background-image:linear-gradient(to bottom,var(--pluscale-bg-secondary),var(--pluscale-bg-primary))}.home-page-section--secondary{background-color:var(--pluscale-bg-secondary)}.home-page-section--primary{background-color:var(--pluscale-bg-primary)}.home-section-header{text-align:center;margin-bottom:4rem}.home-section-header__eyebrow{display:block;font-weight:500;margin-bottom:1rem;color:var(--pluscale-purple-400)}.home-section-header__title{font-size:3rem;font-weight:800;color:var(--pluscale-white);margin-bottom:1.5rem}.home-section-header__description{font-size:1.25rem;color:var(--pluscale-text-secondary);max-width:48rem;margin:0 auto}.home-portfolio-grid{display:grid;gap:2rem}@media (min-width: 768px){.home-portfolio-grid{grid-template-columns:repeat(3,1fr)}}.home-image-card{background-color:var(--pluscale-bg-glass-dark);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid var(--pluscale-border-color);border-radius:1rem;overflow:hidden;display:flex;flex-direction:column;height:100%;position:relative;transition:transform var(--pluscale-transition-duration) var(--pluscale-transition-timing),box-shadow var(--pluscale-transition-duration) var(--pluscale-transition-timing)}.home-image-card:hover{transform:translateY(-5px);box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;cursor:pointer}.home-image-card__image-wrapper{aspect-ratio:4 / 3;overflow:hidden}.home-image-card__image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .4s var(--pluscale-transition-timing)}.home-image-card:hover .home-image-card__image{transform:scale(1.05)}.home-image-card__content{padding:1.5rem;display:flex;flex-direction:column;flex-grow:1}.home-image-card__tags{display:flex;gap:.5rem;margin-bottom:.75rem}.home-image-card__tag{background-color:#a78bfa33;color:var(--pluscale-purple-400);padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:500}.home-image-card__title{font-size:1.25rem;font-weight:600;color:var(--pluscale-white);margin-bottom:.5rem}.home-image-card__description{line-height:1.6;margin-bottom:1.5rem;flex-grow:1}.home-image-card__link{display:inline-flex;align-items:center;gap:.5rem;color:var(--pluscale-purple-400);text-decoration:none;font-weight:600}.home-image-card__link:hover{text-decoration:underline}.home-image-card__link--stretched:after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;content:""}.home-gantt-preview{background-color:var(--pluscale-white);border-radius:1.5rem;box-shadow:0 25px 50px -12px #00000040;overflow:hidden}.home-gantt-preview__header{background-color:#f9fafb;border-bottom:1px solid #E5E7EB;padding:1rem;display:flex;align-items:center;justify-content:space-between}.home-gantt-preview__title{font-size:1.125rem;font-weight:600;color:var(--pluscale-text-dark)}.home-gantt-preview__controls{display:flex;gap:.5rem}.home-gantt-preview__btn{padding:.25rem .75rem;font-size:.875rem;border:1px solid #D1D5DB;border-radius:.5rem;background-color:#fff;cursor:pointer;transition:background-color var(--pluscale-transition-duration)}.home-gantt-preview__btn:hover{background-color:#f9fafb}.home-gantt-preview__btn--active{background-color:var(--pluscale-violet-500);color:var(--pluscale-white);border-color:var(--pluscale-violet-500)}.home-gantt-preview__content{padding:1.5rem;overflow-x:auto;-webkit-overflow-scrolling:touch}.home-gantt-preview__timeline-header{display:flex;margin-bottom:1.5rem;font-size:.875rem;color:#4b5563;font-weight:500;min-width:800px}.home-gantt-preview__task-label-col{width:12rem;flex-shrink:0}.home-gantt-preview__timeline-col{flex-grow:1;position:relative;min-width:600px}.home-gantt-preview__months{display:flex;justify-content:space-between;padding:0 1rem}.home-gantt-preview__tasks-container{position:relative}.home-gantt-preview__tasks-list{display:flex;flex-direction:column;gap:.75rem;min-width:800px}.home-gantt-preview__task-row{display:flex;align-items:center;min-width:800px}.home-gantt-preview__task-name{font-size:.875rem;color:#374151;font-weight:500}.home-gantt-preview__task-bar-wrapper{flex-grow:1;position:relative;height:2.5rem;min-width:600px}.home-gantt-preview__task-bar{position:absolute;top:4px;bottom:4px;border-radius:.5rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;display:flex;align-items:center;justify-content:center;color:#fff;font-size:.75rem;font-weight:600;transition:all var(--pluscale-transition-duration);overflow:hidden;text-overflow:ellipsis}.home-gantt-preview__task-bar:hover{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.home-gantt-preview__task-bar--violet{background-color:var(--pluscale-violet-500)}.home-gantt-preview__task-bar--cyan{background-color:var(--pluscale-cyan-500)}.home-gantt-preview__task-bar--green{background-color:var(--pluscale-green-500)}.home-gantt-preview__task-bar--orange{background-color:var(--pluscale-orange-400)}.home-gantt-preview__task-bar--indigo{background-color:var(--pluscale-indigo-500)}.home-gantt-preview__task-bar--pink{background-color:var(--pluscale-pink-500)}.home-gantt-preview__task-bar--1{left:10%;width:20%}.home-gantt-preview__task-bar--2{left:5%;width:30%}.home-gantt-preview__task-bar--3{left:15%;width:15%}.home-gantt-preview__task-bar--4{left:35%;width:25%}.home-gantt-preview__task-bar--5{left:25%;width:35%}.home-gantt-preview__task-bar--6{left:50%;width:20%}.home-gantt-preview__today-line-container{position:absolute;top:0;bottom:0;left:12rem;right:0;pointer-events:none;min-width:600px}.home-gantt-preview__today-line{position:absolute;top:0;bottom:0;left:30%;width:2px;background-color:var(--pluscale-cyan-500)}.home-gantt-preview__today-label{position:absolute;top:-1.5rem;left:50%;transform:translate(-50%);background-color:var(--pluscale-cyan-500);color:#fff;font-size:.75rem;padding:.25rem .75rem;border-radius:9999px;font-weight:500;box-shadow:0 4px 6px #0000001a;white-space:nowrap}.home-features-grid{display:grid;gap:2rem}@media (min-width: 768px){.home-features-grid{grid-template-columns:repeat(2,1fr)}}.home-feature-card{background-color:var(--pluscale-bg-glass-dark);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid var(--pluscale-border-color);border-radius:1rem;padding:2rem;transition:background-color var(--pluscale-transition-duration) var(--pluscale-transition-timing)}.home-feature-card:hover{background-color:#ffffff1a}.home-feature-card__icon-wrapper{width:3rem;height:3rem;border-radius:.75rem;margin-bottom:1.5rem;display:flex;align-items:center;justify-content:center}.home-feature-card__icon-wrapper--violet{background-image:linear-gradient(to bottom right,var(--pluscale-violet-500),var(--pluscale-purple-600))}.home-feature-card__icon-wrapper--cyan{background-image:linear-gradient(to bottom right,var(--pluscale-cyan-500),var(--pluscale-blue-600))}.home-feature-card__icon-wrapper--green{background-image:linear-gradient(to bottom right,var(--pluscale-green-500),var(--pluscale-emerald-600))}.home-feature-card__icon-wrapper--orange{background-image:linear-gradient(to bottom right,var(--pluscale-orange-500),var(--pluscale-red-600))}.home-feature-card__icon{width:1.5rem;height:1.5rem;color:var(--pluscale-white)}.home-feature-card__title{font-size:1.5rem;font-weight:600;color:var(--pluscale-white);margin-bottom:1rem}.home-feature-card__description{line-height:1.6;color:var(--pluscale-text-secondary)}.home-benefits-grid{display:grid;gap:2rem}@media (min-width: 768px){.home-benefits-grid{grid-template-columns:repeat(3,1fr)}}.home-benefit-item{text-align:center}.home-benefit-item__icon-wrapper{width:5rem;height:5rem;border-radius:1rem;margin-bottom:1.5rem;margin-left:auto;margin-right:auto;display:flex;align-items:center;justify-content:center}.home-benefit-item__icon-wrapper--violet{background-image:linear-gradient(to bottom right,var(--pluscale-violet-500),var(--pluscale-purple-600))}.home-benefit-item__icon-wrapper--cyan{background-image:linear-gradient(to bottom right,var(--pluscale-cyan-500),var(--pluscale-blue-600))}.home-benefit-item__icon-wrapper--green{background-image:linear-gradient(to bottom right,var(--pluscale-green-500),var(--pluscale-emerald-600))}.home-benefit-item__icon{width:2.5rem;height:2.5rem;color:var(--pluscale-white)}.home-benefit-item__title{font-size:1.5rem;font-weight:600;color:var(--pluscale-white);margin-bottom:1rem}.home-testimonials-grid{display:grid;gap:2rem}.home-testimonials-grid--margin-top{margin-top:2rem}@media (min-width: 768px){.home-testimonials-grid{grid-template-columns:repeat(3,1fr)}}.home-testimonial-card{background-color:var(--pluscale-bg-secondary);border:1px solid var(--pluscale-border-color);border-radius:1rem;padding:2rem}.home-testimonial-card__rating{display:flex;gap:.25rem;margin-bottom:1rem}.home-testimonial-card__star{width:1.25rem;height:1.25rem;color:var(--pluscale-amber-400)}.home-testimonial-card__content{font-style:italic;margin-bottom:1.5rem}.home-testimonial-card__author-name{font-weight:600;color:var(--pluscale-white)}.home-testimonial-card__author-role{color:var(--pluscale-text-secondary);font-size:.875rem}.home-pricing-section{padding-top:5rem;padding-bottom:8rem;background-color:var(--pluscale-bg-primary)}@media (min-width: 768px){.home-pricing-section{padding-top:8rem}}.home-pricing-toggle{display:flex;align-items:center;justify-content:center;gap:1rem;margin-top:2rem}.home-pricing-toggle__button{position:relative;width:3.5rem;height:1.75rem;background-color:#4b5563;border:none;border-radius:9999px;cursor:pointer;transition:background-color var(--pluscale-transition-duration)}.home-pricing-toggle__button:hover{background-color:#6b7280}.home-pricing-toggle__switch{position:absolute;left:4px;top:4px;width:1.25rem;height:1.25rem;background-color:#fff;border-radius:50%;transition:transform var(--pluscale-transition-duration)}.home-pricing-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:2rem;align-items:stretch;max-width:1200px;margin-left:auto;margin-right:auto;margin-top:4rem}@media (max-width: 1023px){.home-pricing-grid{grid-template-columns:1fr;gap:2rem}}.home-pricing-card{background-color:var(--pluscale-bg-secondary);border:1px solid var(--pluscale-border-color);border-radius:1rem;padding:2rem 1.5rem;height:100%;min-width:0;display:flex;flex-direction:column;position:relative}.home-pricing-card__header{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:.5rem}.home-pricing-card__badge{background:#8b5cf640;color:var(--pluscale-purple-300);padding:.375rem .875rem;border-radius:.5rem;font-size:.75rem;font-weight:700;white-space:nowrap}.home-pricing-card__badge--hot{background:#8b5cf64d;color:var(--pluscale-purple-200)}.home-pricing-card--highlighted{border-color:var(--pluscale-purple-500);box-shadow:0 0 30px #8b5cf64d}.home-pricing-card__plan{font-size:1.125rem;font-weight:600;color:var(--pluscale-purple-400);margin:0}.home-pricing-card__price-container{margin:1.5rem 0 2rem;display:flex;align-items:center;justify-content:flex-start;gap:.5rem}.home-pricing-card__original-price{position:relative;display:inline-block}.home-pricing-card__price-text{font-size:1.75rem;font-weight:700;color:var(--pluscale-text-secondary);opacity:.5;white-space:nowrap}.home-pricing-card__x-mark{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:3.5rem;font-weight:900;color:#ff3b30;line-height:1}.home-pricing-card__arrow{font-size:1.75rem;color:#ff3b30;font-weight:700;line-height:1}.home-pricing-card__sale-price{display:flex;flex-direction:column;align-items:flex-start;gap:.25rem}.home-pricing-card__price{font-size:2.5rem;font-weight:900;color:var(--pluscale-white);line-height:1;white-space:nowrap}.home-pricing-card__discount-badge{display:inline-block;background:#8b5cf640;color:var(--pluscale-purple-300);padding:.375rem .875rem;border-radius:.5rem;font-size:.75rem;font-weight:700}.home-pricing-card__period{font-size:1rem;color:var(--pluscale-text-secondary)}.home-pricing-card__description{margin-bottom:2rem}.home-pricing-card__subtitle{font-size:.875rem;color:var(--pluscale-purple-400);font-weight:600;margin-bottom:1.5rem}.home-pricing-card__features{list-style:none;margin-bottom:2rem;flex-grow:1;display:flex;flex-direction:column;gap:1rem;padding:0}.home-pricing-card__feature-item{display:flex;align-items:center;gap:.75rem}.home-pricing-card__feature-icon{width:1.25rem;height:1.25rem;color:var(--pluscale-green-500);flex-shrink:0}.home-pricing-card__cta{margin-top:auto}.home-pricing-card .home-btn{width:100%;padding:1rem 1.5rem;border-radius:.5rem;justify-content:center}.home-pricing-card .home-btn--secondary{color:var(--pluscale-text-secondary)}.home-pricing-card .home-btn--secondary:hover{color:var(--pluscale-white);background-color:#ffffff1a;border-color:#fff3}.home-final-cta{position:relative;overflow:hidden;padding-top:8rem;padding-bottom:8rem}.home-final-cta__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(to bottom right,rgba(139,92,246,.2),transparent,rgba(6,182,212,.2))}.home-final-cta__content{position:relative;z-index:10;text-align:center}.home-final-cta__title{font-size:3rem;font-weight:800;color:var(--pluscale-white);margin-bottom:1.5rem}.home-final-cta__subtitle{font-size:2.25rem;font-weight:600;color:var(--pluscale-white);margin-bottom:2rem}.home-final-cta__description{max-width:48rem;margin:0 auto 3rem;font-size:1.25rem}.home-final-cta__cta-group{display:flex;flex-direction:column;gap:1rem;justify-content:center}@media (min-width: 640px){.home-final-cta__cta-group{flex-direction:row}}.home-page-footer{background-color:var(--pluscale-bg-secondary);border-top:1px solid var(--pluscale-border-color);padding:4rem 1rem}.home-page-footer__main{display:grid;gap:2rem;padding-bottom:4rem;border-bottom:1px solid var(--pluscale-border-color)}@media (min-width: 768px){.home-page-footer__main{grid-template-columns:2fr 1fr 1fr 1fr 1fr}}.home-page-footer__about-section{display:flex;flex-direction:column;gap:1rem}.home-page-footer__logo-group{display:flex;align-items:center;gap:.75rem}.home-page-footer__logo-text{color:var(--pluscale-white);font-size:1.25rem;font-weight:700;text-decoration:none}.home-page-footer__company-info{padding-top:2rem;padding-bottom:2rem;border-top:1px solid var(--pluscale-border-color);border-bottom:1px solid var(--pluscale-border-color);display:grid;grid-template-columns:1fr;gap:2rem;font-size:.875rem;color:var(--pluscale-text-secondary)}@media (min-width: 768px){.home-page-footer__company-info{grid-template-columns:1fr 1fr;align-items:start}}.home-page-footer__company-info-left{display:flex;flex-direction:column;gap:.5rem}.home-page-footer__company-name{font-weight:600;color:var(--pluscale-white);font-size:1rem;margin-bottom:.5rem}.home-page-footer__company-details,.home-page-footer__company-address,.home-page-footer__company-contact{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem}.home-page-footer__company-item{white-space:nowrap}.home-page-footer__company-divider{color:var(--pluscale-border-color)}.home-page-footer__company-info-right{display:flex;justify-content:flex-end}.home-page-footer__quick-contact{background:linear-gradient(135deg,#8b5cf61a,#7c3aed1a);border:1px solid rgba(139,92,246,.2);border-radius:1rem;padding:1.25rem;display:flex;flex-direction:row;align-items:center;gap:1rem;max-width:-moz-fit-content;max-width:fit-content}.home-page-footer__quick-contact-header{flex:0 0 auto;min-width:240px;display:flex;flex-direction:column;gap:.25rem}.home-page-footer__quick-contact-title{color:var(--pluscale-white);font-size:1rem;font-weight:600;margin:0}.home-page-footer__quick-contact-description{color:var(--pluscale-text-secondary);font-size:.8125rem;line-height:1.4;margin:0}.home-page-footer__quick-contact-items{display:flex;flex-direction:row;gap:.75rem}.home-page-footer__quick-contact-item{display:flex;align-items:center;gap:.5rem;padding:.625rem .875rem;background:#ffffff0d;border-radius:.5rem;text-decoration:none;transition:all .3s ease;white-space:nowrap}.home-page-footer__quick-contact-item:hover{background:#8b5cf633;transform:translateY(-2px)}.home-page-footer__quick-contact-icon{width:20px;height:20px;color:var(--pluscale-purple-400);flex-shrink:0}.home-page-footer__quick-contact-item>div{display:flex;flex-direction:column;gap:.0625rem}.home-page-footer__quick-contact-label{color:var(--pluscale-text-secondary);font-size:.6875rem}.home-page-footer__quick-contact-value{color:var(--pluscale-white);font-size:.875rem;font-weight:500}@media (max-width: 767px){.home-page-footer__company-details,.home-page-footer__company-contact{flex-direction:column;align-items:flex-start;gap:.25rem}.home-page-footer__company-divider{display:none}.home-page-footer__company-info-left{font-size:.8125rem}.home-page-footer__company-info-right{justify-content:flex-start}.home-page-footer__quick-contact{flex-direction:column;align-items:flex-start}.home-page-footer__quick-contact-items{flex-direction:column;width:100%}.home-page-footer__quick-contact-item{width:100%}}.home-page-footer__link-column{display:flex;flex-direction:column;align-items:flex-end}.home-page-footer__link-column h3{color:var(--pluscale-white);font-weight:600;margin-bottom:1.5rem;text-align:right}.home-page-footer__link-column ul{list-style:none;display:flex;flex-direction:column;gap:1rem;padding:0;align-items:flex-end}.home-page-footer__link-column a{color:var(--pluscale-text-secondary);text-decoration:none;transition:color var(--pluscale-transition-duration);text-align:right}.home-page-footer__link-column a:hover{color:var(--pluscale-white)}@media (max-width: 767px){.home-page-footer__link-column{align-items:flex-start}.home-page-footer__link-column h3{text-align:left}.home-page-footer__link-column ul{align-items:flex-start}.home-page-footer__link-column a{text-align:left}}.home-page-footer__bottom{padding-top:2rem;display:flex;flex-direction:column;gap:1rem;justify-content:space-between;align-items:center}@media (min-width: 768px){.home-page-footer__bottom{flex-direction:row}}.home-page-footer__socials{display:flex;gap:1rem}.home-page-footer__social-link{color:var(--pluscale-text-secondary);transition:color var(--pluscale-transition-duration)}.home-page-footer__social-link:hover{color:var(--pluscale-white)}.home-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-weight:600;border-radius:9999px;text-decoration:none;border:1px solid transparent;transition:all var(--pluscale-transition-duration) var(--pluscale-transition-timing);cursor:pointer}.home-btn--lg{padding:.75rem 1.5rem;font-size:1rem}.home-btn--primary{background-color:var(--pluscale-purple-500);color:var(--pluscale-white);border-color:var(--pluscale-purple-500)}.home-btn--primary:hover{background-color:var(--pluscale-purple-600);border-color:var(--pluscale-purple-600);transform:translateY(-2px);box-shadow:0 4px 10px #7c3aed66}.home-btn--secondary{background-color:transparent;color:var(--pluscale-white);border-color:var(--pluscale-border-color)}.home-btn--secondary:hover{background-color:var(--pluscale-white);color:var(--pluscale-bg-primary)}.home-page-body{font-family:var(--pluscale-font-primary);background-color:var(--pluscale-bg-primary);color:var(--pluscale-text-secondary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden;margin:0;padding:0}.home-container{width:100%;max-width:80rem;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}@media (min-width: 768px){.home-container{padding-left:1.5rem;padding-right:1.5rem}}.home-problem-section{padding-top:5rem;padding-bottom:5rem}@media (min-width: 768px){.home-problem-section{padding-top:8rem;padding-bottom:8rem}}.home-section-header{text-align:center;max-width:48rem;margin-left:auto;margin-right:auto;margin-bottom:4rem}.home-section-header__eyebrow{font-size:.875rem;font-weight:600;color:#f87171;text-transform:uppercase;letter-spacing:.1em}.home-section-header__title{font-size:2.25rem;font-weight:800;color:var(--pluscale-white);margin-top:1rem;margin-bottom:1.5rem;line-height:1.2}@media (min-width: 768px){.home-section-header__title{font-size:3rem}}.home-section-header__description{font-size:1.125rem;line-height:1.75;max-width:42rem;margin-left:auto;margin-right:auto}@media (min-width: 768px){.home-section-header__description{font-size:1.25rem}}.home-problems-container{max-width:48rem;margin-left:auto;margin-right:auto;display:flex;flex-direction:column;gap:2rem}.home-problem-card{background:#18192680;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.1);padding:2rem;border-radius:1rem;display:flex;align-items:center;gap:1.5rem;transition:transform .3s ease,box-shadow .3s ease}.home-problem-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #0003}.home-problem-card--highlight{border-color:#a78bfa80;box-shadow:0 0 25px #a78bfa26}.home-problem-icon{flex-shrink:0;width:4rem;height:4rem;border-radius:1rem;display:flex;align-items:center;justify-content:center}.home-problem-icon--red{background-color:#ef44441a;color:#f87171}.home-problem-icon--yellow{background-color:#fbbf241a;color:#fbbf24}.home-problem-icon--orange{background-color:#f973161a;color:#fb923c}@keyframes home-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.home-icon-loader{animation:home-spin 1s linear infinite}@keyframes home-fast-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.home-icon-fast-loader{animation:home-fast-spin .7s linear infinite}.home-icon-bars{width:100%;height:100%;display:flex;align-items:flex-end;justify-content:space-between;padding:.75rem}.home-icon-bar{width:.5rem;background-color:#fb923c;border-top-left-radius:.125rem;border-top-right-radius:.125rem;transform-origin:bottom;animation:home-grow 1.2s cubic-bezier(.25,1,.5,1) infinite alternate}@keyframes home-grow{0%{transform:scaleY(0)}to{transform:scaleY(1)}}.home-icon-bar--1{height:25%;animation-delay:0s}.home-icon-bar--2{height:45%;animation-delay:.2s}.home-icon-bar--3{height:70%;animation-delay:.4s}.home-icon-bar--4{height:100%;animation-delay:.6s}.home-problem-content{flex:1}.home-problem-title{font-size:1.5rem;font-weight:800;color:var(--pluscale-white);margin-bottom:.5rem}.home-problem-description{font-size:1rem;line-height:1.625;margin-top:.5rem}.home-reveal-element{opacity:0;transform:translateY(30px);transition:opacity .6s ease-out,transform .6s ease-out}.home-in-view{opacity:1;transform:translateY(0)}@media (max-width: 767px){.home-problem-card{flex-direction:column;text-align:center}.home-problem-title{font-size:1.25rem}.home-section-header__title br{display:none}}.home-section-badge{display:inline-block;background:linear-gradient(135deg,var(--pluscale-purple-600),var(--pluscale-violet-500));color:var(--pluscale-white);font-size:.875rem;font-weight:600;padding:.5rem 1rem;border-radius:9999px;margin-bottom:1rem}.home-caution-wrapper{padding-top:2rem;padding-bottom:2rem}@media (min-width: 768px){.home-caution-wrapper{padding-top:3rem;padding-bottom:3rem}}.home-caution-tape{background-color:#fbbf24;color:#18181b;padding-top:1rem;padding-bottom:1rem;transform:rotate(-2deg);box-shadow:0 10px 25px #0000004d;margin-left:-1rem;margin-right:-1rem;overflow:hidden}.home-caution-tape__content{display:flex;white-space:nowrap;animation:home-marquee 20s linear infinite}.home-caution-tape__item{display:flex;align-items:center;flex-shrink:0}.home-caution-tape__text{font-size:1.5rem;font-weight:900;text-transform:uppercase;margin-left:1rem;margin-right:1rem}.home-caution-tape__icon{width:1.5rem;height:1.5rem;stroke-width:2.5}@keyframes home-marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.home-wrong-solutions-section{padding-top:3rem;padding-bottom:5rem}@media (min-width: 768px){.home-wrong-solutions-section{padding-top:4rem;padding-bottom:8rem}}.home-wrong-solutions-header{text-align:center;max-width:48rem;margin-left:auto;margin-right:auto;margin-bottom:4rem}.home-wrong-solutions-header .home-section-badge{display:inline-block;margin-bottom:1rem}.home-wrong-solutions-header__title{font-size:2.25rem;font-weight:800;color:var(--pluscale-white);margin-top:1rem;margin-bottom:1.5rem;line-height:1.2}@media (min-width: 768px){.home-wrong-solutions-header__title{font-size:3rem}}.home-wrong-solutions-header__description{font-size:1.125rem;line-height:1.75;color:var(--pluscale-text-secondary)}.home-timeline-wrapper{position:relative;max-width:48rem;margin-left:auto;margin-right:auto}.home-timeline-line{position:absolute;left:50%;transform:translate(-50%);height:100%;width:2px;background-color:#374151}.home-timeline-items{display:flex;flex-direction:column;gap:4rem}.home-timeline-item{position:relative}.home-timeline-dot{position:absolute;left:50%;transform:translate(-50%);top:-1rem;width:2rem;height:2rem;border-radius:9999px;background-color:#374151;border:4px solid var(--pluscale-bg-primary);display:flex;align-items:center;justify-content:center}.home-timeline-dot__inner{width:.75rem;height:.75rem;background-color:#ef4444;border-radius:9999px}.home-timeline-grid{display:grid;gap:2rem;align-items:center}@media (min-width: 768px){.home-timeline-grid{grid-template-columns:repeat(2,1fr)}}.home-loss-display{text-align:center}@media (min-width: 768px){.home-loss-display--right{text-align:right}.home-loss-display--left{text-align:left}}.home-loss-amount{color:#f87171;font-weight:700;font-size:1.875rem;animation:home-pulse 2.5s infinite cubic-bezier(.4,0,.6,1);text-shadow:0 0 15px rgba(239,68,68,.6);display:inline-block;margin:0}.home-loss-display--right .home-loss-amount{transform-origin:right center}.home-loss-display--left .home-loss-amount{transform-origin:left center}.home-loss-label{color:var(--pluscale-white);font-weight:600;font-size:1rem;margin:0;margin-top:.125rem}@keyframes home-pulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.2);opacity:.95}}.home-wrong-card{background:#1a1b26;border:1px solid rgba(239,68,68,.5);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);padding:1.5rem;border-radius:1rem;transition:transform .3s ease,box-shadow .3s ease}.home-wrong-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #0003}.home-wrong-card__label{font-size:.875rem;font-weight:600;color:#9ca3af;margin-bottom:.5rem}.home-wrong-card__title{font-size:1.25rem;font-weight:700;color:var(--pluscale-white);margin-top:.5rem;margin-bottom:.5rem}.home-wrong-card__description{font-size:1rem;line-height:1.625;color:var(--pluscale-text-secondary);margin-top:.5rem}@media (max-width: 767px){.home-timeline-line,.home-timeline-dot{left:1rem}.home-timeline-grid{grid-template-columns:1fr;padding-left:2.5rem}.home-loss-display{text-align:left;margin-bottom:1rem}.home-wrong-solutions-header__title br{display:none}}.home-qa-separator{padding-top:4rem;padding-bottom:4rem;text-align:center}@media (min-width: 768px){.home-qa-separator{padding-top:6rem;padding-bottom:6rem}}.home-qa-icon-wrapper{position:relative;width:6rem;height:6rem;margin-left:auto;margin-right:auto}.home-qa-question,.home-qa-exclamation{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center}.home-qa-question svg{width:6rem;height:6rem;color:#ef4444}.home-qa-exclamation svg{width:6rem;height:6rem;color:#8b5cf6}@keyframes home-toggle-visibility{0%,45%{transform:scale(1) rotate(0);opacity:1}50%,to{transform:scale(.5) rotate(45deg);opacity:0}}.home-qa-question{animation:home-toggle-visibility 4s infinite ease-in-out}.home-qa-exclamation{animation:home-toggle-visibility 4s infinite ease-in-out;animation-delay:2s;opacity:0}.home-solution-process-wrapper{position:relative;overflow:hidden}.home-gradient-wrapper{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;overflow:hidden;pointer-events:none}.home-solution-section{padding-bottom:5rem;position:relative}@media (min-width: 768px){.home-solution-section{padding-bottom:3rem}}.home-gradient-blob{position:absolute;width:28rem;height:28rem;border-radius:9999px;mix-blend-mode:screen;filter:blur(80px);opacity:.2}@media (min-width: 768px){.home-gradient-blob{width:50rem;height:50rem;filter:blur(100px)}}.home-gradient-blob--1{top:0;left:-25%;background-color:#8b5cf6;animation:home-blob 7s infinite}.home-gradient-blob--2{top:0;right:-25%;background-color:#06b6d4;animation:home-blob 7s infinite;animation-delay:2s}.home-gradient-blob--3{top:50%;left:25%;background-color:#a78bfa;animation:home-blob 7s infinite;animation-delay:4s}.home-gradient-blob--4{bottom:10%;right:15%;background-color:#8b5cf6;animation:home-blob 7s infinite;animation-delay:1s}.home-gradient-blob--5{bottom:5%;left:10%;background-color:#06b6d4;animation:home-blob 7s infinite;animation-delay:3s}@keyframes home-blob{0%{transform:translate(0) scale(1)}33%{transform:translate(30px,-50px) scale(1.1)}66%{transform:translate(-20px,20px) scale(.9)}to{transform:translate(0) scale(1)}}.home-solution-content{position:relative;z-index:10}.home-solution-header{text-align:center;max-width:48rem;margin-left:auto;margin-right:auto;margin-bottom:4rem}.home-solution-header .home-section-badge{display:inline-block;margin-bottom:1rem}.home-solution-header__title{font-size:2.25rem;font-weight:800;color:var(--pluscale-white);margin-top:1rem;margin-bottom:1.5rem;line-height:1.2}@media (min-width: 768px){.home-solution-header__title{font-size:3rem}}.home-solution-cards{max-width:56rem;margin-left:auto;margin-right:auto;display:flex;flex-direction:column;gap:3rem}.home-solution-card{background:#18192680;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.1);border-radius:1.5rem;box-shadow:0 0 0 1px #ffffff1a,0 0 20px 3px #8b5cf633;padding:2rem;transition:transform .3s ease,box-shadow .3s ease}@media (min-width: 640px){.home-solution-card{padding:2.5rem}}.home-solution-card:hover{transform:translateY(-5px);box-shadow:0 0 0 1px #fff3,0 0 30px 5px #8b5cf666}.home-solution-card__header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.home-solution-badge{width:3rem;height:3rem;border-radius:9999px;background-color:#8b5cf61a;display:flex;align-items:center;justify-content:center;color:#a78bfa;font-weight:700;font-size:1.25rem;flex-shrink:0}.home-solution-card__title{font-size:1.5rem;font-weight:700;color:var(--pluscale-white)}@media (min-width: 768px){.home-solution-card__title{font-size:1.875rem}}.home-solution-card__visual{margin-top:1.5rem;margin-bottom:1.5rem}.home-solution-card__description{font-size:1.25rem;text-align:center;color:var(--pluscale-text-secondary);line-height:1.75}.home-solution-card__description strong{color:var(--pluscale-white);font-weight:700}.home-template-showcase{padding:1rem;border:1px dashed rgba(255,255,255,.2);border-radius:.5rem;display:flex;justify-content:center;align-items:center;gap:1rem;flex-wrap:wrap}.home-template-mockup{width:14rem;flex-shrink:0;background-color:#1e293b;border-radius:.5rem;padding:.75rem}.home-template-mockup__header{background-color:#334155;height:1rem;border-radius:.25rem;width:100%;margin-bottom:.5rem;opacity:.5}.home-template-mockup__hero{background-color:#334155;height:4rem;border-radius:.25rem;width:100%;margin-bottom:.5rem;opacity:.5}.home-template-mockup__content{display:flex;flex-direction:column;gap:.375rem;opacity:.5}.home-template-mockup__line{background-color:#334155;height:.5rem;border-radius:.25rem}.home-template-mockup__line--short{width:83.33%}.home-template-mockup__line--full{width:100%}.home-template-arrow{width:2rem;height:2rem;color:#a78bfa;flex-shrink:0}.home-template-container{flex-shrink:0;position:relative;padding:.5rem;width:26rem;max-width:100%}.home-template-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem}.home-template-image{border-radius:.375rem;width:100%;height:100%;aspect-ratio:4 / 3;-o-object-fit:cover;object-fit:cover;transition:transform .5s ease-in-out;position:relative;z-index:1;cursor:pointer}.home-template-image.home-zoomed{transform:scale(1.82);z-index:10}.home-timeline-compare{text-align:center;display:flex;justify-content:center;align-items:center;gap:1rem;flex-wrap:wrap}.home-timeline-old{font-size:2.25rem;color:#64748b;text-decoration:line-through}.home-timeline-arrow{width:3rem;height:3rem;color:#a78bfa;flex-shrink:0}.home-timeline-new{font-size:3.75rem;font-weight:700;color:var(--pluscale-white);text-shadow:0 0 20px rgba(167,139,250,.8)}.home-price-chart{display:flex;justify-content:space-around;align-items:flex-end;gap:.5rem}@media (min-width: 640px){.home-price-chart{gap:1rem}}.home-price-bar{text-align:center;width:33.33%}.home-price-bar__visual{border-top-left-radius:.5rem;border-top-right-radius:.5rem;display:flex;align-items:center;justify-content:center;padding:.5rem;flex-direction:column}.home-price-bar--low .home-price-bar__visual{height:5rem;background-color:#ef444433}.home-price-bar--low .home-price-bar__text{font-weight:700;color:#fca5a5;font-size:.875rem}@media (min-width: 640px){.home-price-bar--low .home-price-bar__text{font-size:1rem}}.home-price-bar--optimal .home-price-bar__visual{height:10rem;background:linear-gradient(135deg,#8b5cf6,#a78bfa);transform:scale(1.05);position:relative;animation:barGlowPulse 2s ease-in-out infinite}@keyframes barGlowPulse{0%,to{box-shadow:0 0 30px 10px #8b5cf680,inset 0 0 30px #ffffff1a}50%{box-shadow:0 0 60px 20px #8b5cf6cc,inset 0 0 50px #fff3}}.home-price-bar--optimal .home-price-bar__visual:before{content:"";position:absolute;top:-5px;left:-5px;right:-5px;bottom:-5px;background:linear-gradient(135deg,#8b5cf6,#a78bfa);border-radius:1rem;opacity:.4;filter:blur(20px);animation:haloGlowPulse 2s ease-in-out infinite}@keyframes haloGlowPulse{0%,to{opacity:.3;filter:blur(15px)}50%{opacity:.6;filter:blur(25px)}}.home-price-bar--optimal .home-price-bar__text{font-weight:800;color:var(--pluscale-white);font-size:1.125rem;position:relative;z-index:2;line-height:1.2;margin:0}@media (min-width: 640px){.home-price-bar--optimal .home-price-bar__text{font-size:1.25rem}}.home-price-bar--optimal .home-price-bar__plus{font-weight:900;color:var(--pluscale-white);font-size:1.5rem;margin:.125rem 0;line-height:1;position:relative;z-index:2}.home-price-bar--high .home-price-bar__visual{height:8rem;background-color:#ef444433}.home-price-bar--high .home-price-bar__text{font-weight:700;color:#fca5a5;font-size:.875rem}@media (min-width: 640px){.home-price-bar--high .home-price-bar__text{font-size:1rem}}.home-price-bar__label{font-size:.875rem;font-weight:600;margin-top:.5rem;color:var(--pluscale-text-secondary)}.home-price-bar--optimal .home-price-bar__label{color:var(--pluscale-white);font-weight:800;font-size:1rem;letter-spacing:.05em}@media (min-width: 640px){.home-price-bar__label{font-size:1rem}}.home-price-bar--optimal .home-price-bar__label{color:#d8b4fe}@media (max-width: 639px){.home-template-showcase{flex-direction:column}.home-timeline-compare{flex-direction:column;gap:.5rem}.home-timeline-old{font-size:1.5rem}.home-timeline-new{font-size:2.5rem}.home-timeline-arrow{transform:rotate(90deg)}}.home-process-section{padding-top:3rem;padding-bottom:5rem;position:relative}@media (min-width: 768px){.home-process-section{padding-top:5rem;padding-bottom:8rem}}.home-process-header{text-align:center;max-width:48rem;margin-left:auto;margin-right:auto;margin-bottom:5rem}.home-process-header .home-section-badge{display:inline-block;margin-bottom:1rem}.home-process-timeline{position:relative;max-width:42rem;margin-left:auto;margin-right:auto}.home-process-timeline-line{position:absolute;left:2rem;top:2rem;bottom:2rem;width:2px;background:linear-gradient(to bottom,#ffffff1a,#ffffff1a);border-radius:9999px}@media (max-width: 767px){.home-process-timeline-line{left:1.25rem}}.home-process-steps{display:flex;flex-direction:column;gap:4rem}.home-process-step{position:relative;padding-left:6rem}@media (max-width: 767px){.home-process-step{padding-left:4.5rem}}.home-process-icon-wrapper{position:absolute;left:0;top:0;display:flex;align-items:center;justify-content:center;width:4rem;height:4rem;border-radius:9999px;background-color:#1e293b;border:2px solid rgba(139,92,246,.5);box-shadow:0 10px 25px #0000004d;transition:all .3s ease}@media (max-width: 767px){.home-process-icon-wrapper{width:3rem;height:3rem;left:.25rem}}.home-process-icon-wrapper:hover{transform:scale(1.05);box-shadow:0 15px 35px #8b5cf64d}.home-process-icon-wrapper--final{background-color:#8b5cf6;border-color:#a78bfa80;box-shadow:0 0 30px 5px #8b5cf666}.home-process-icon-wrapper--final:hover{box-shadow:0 0 40px 8px #8b5cf699}.home-process-icon{color:#a78bfa;width:2rem;height:2rem}@media (max-width: 767px){.home-process-icon{width:1.5rem;height:1.5rem}}.home-process-icon--final{color:var(--pluscale-white)}.home-process-content{flex:1}.home-process-label{display:block;font-size:.875rem;font-weight:700;color:#a78bfa;margin-bottom:.25rem;text-transform:uppercase;letter-spacing:.05em}.home-process-title{font-size:1.5rem;font-weight:800;color:var(--pluscale-white);margin-top:.25rem;margin-bottom:.75rem;line-height:1.3}@media (max-width: 767px){.home-process-title{font-size:1.25rem}}.home-process-description{font-size:1rem;line-height:1.625;color:var(--pluscale-text-secondary);margin-top:.75rem}@media (max-width: 767px){.home-process-description{font-size:.9375rem}}.home-process-step.home-in-view .home-process-icon-wrapper{animation:home-process-icon-bounce .6s ease-out}@keyframes home-process-icon-bounce{0%{transform:scale(0) rotate(-180deg);opacity:0}60%{transform:scale(1.15) rotate(10deg);opacity:1}to{transform:scale(1) rotate(0);opacity:1}}.home-faq-section{padding-top:5rem;padding-bottom:5rem}@media (min-width: 768px){.home-faq-section{padding-top:8rem;padding-bottom:8rem}}.home-faq-header{text-align:center;max-width:48rem;margin-left:auto;margin-right:auto;margin-bottom:4rem}.home-faq-header .home-section-badge{display:inline-block;margin-bottom:1rem}.home-faq-items{max-width:48rem;margin-left:auto;margin-right:auto;display:flex;flex-direction:column;gap:1rem}.home-faq-item{background:#18192680;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.1);border-radius:1rem;overflow:hidden;transition:all .3s ease}.home-faq-item:hover{transform:translateY(-2px);box-shadow:0 10px 30px #0003}.home-faq-item.home-faq-item--active{border-color:#a78bfa4d;box-shadow:0 0 20px #a78bfa1a}.home-faq-question{width:100%;display:flex;justify-content:space-between;align-items:center;text-align:left;padding:1.5rem;background:transparent;border:none;cursor:pointer;transition:background-color .3s ease}.home-faq-question:hover{background-color:#8b5cf60d}.home-faq-question__text{font-size:1.125rem;font-weight:700;color:var(--pluscale-white);line-height:1.5;padding-right:1rem;flex:1}@media (max-width: 767px){.home-faq-question__text{font-size:1rem}}.home-faq-icon{width:1.5rem;height:1.5rem;color:#a78bfa;flex-shrink:0;transform:rotate(0);transition:transform .3s ease}.home-faq-item--active .home-faq-icon{transform:rotate(45deg)}.home-faq-answer{max-height:0;overflow:hidden;transition:max-height .5s ease-in-out}.home-faq-item--active .home-faq-answer{max-height:500px}.home-faq-answer__content{padding:1rem 1.5rem 1.5rem;font-size:1rem;color:#9ca3af;line-height:1.625}.home-faq-answer__content p{margin:0;margin-bottom:1rem}.home-faq-answer__content p:first-child{margin-top:.5rem}.home-faq-answer__content p:last-child{margin-bottom:0}@media (max-width: 767px){.home-faq-answer__content{font-size:.9375rem;padding:.875rem 1.25rem 1.25rem}}
