.product-page{--product-bg:#0ebfc6;--product-bg-alt:#ffffff;--product-text:#1a1a1a;--product-text-muted:#666666;--product-primary:#ff6619;--product-primary-hover:#e55a16;--product-primary-light:#fff2e5;--product-border:#eeeeee;--product-shadow:0 2px 8px rgb(0 0 0 / 6%);--product-shadow-hover:0 8px 24px rgb(0 0 0 / 10%)}.product-page .btn{padding:.5rem 1.5rem;font-weight:600;border-radius:var(--radius-md);text-decoration:none;transition:all .3s ease;display:inline-flex;align-items:center;justify-content:center;font-size:var(--font-size-base);border:none;cursor:pointer;text-transform:uppercase;font-family:inherit;line-height:1.5}.product-page .btn--primary{background-color:var(--product-primary);color:#fff}.product-page .btn--primary:hover{background-color:var(--product-primary-hover);transform:translateY(-2px);border:none;box-shadow:0 6px 20px rgb(0 0 0 / 40%)}.product-page .btn-lg{padding:1rem 2.5rem;font-size:var(--font-size-lg)}.product-header{--header-bg:#001114;--header-text:#ffffff;--header-text-muted:#88c8ca;position:sticky;top:0;z-index:1000;background:var(--header-bg);padding:15px 0;transition:all .5s}.product-header .container{display:flex;align-items:center;justify-content:space-between;max-width:1200px;margin:0 auto;padding:0 1rem}.product-header .back-link{display:flex;align-items:center;gap:.5rem;color:var(--header-text-muted);text-decoration:none;font-size:var(--font-size-sm);font-weight:500;transition:color .2s}.product-header .back-link:hover{color:var(--header-text)}.product-header .logo img{max-height:40px;width:auto}.product-header .header-cta{display:inline-flex;align-items:center;padding:.5rem 1rem;background:var(--product-primary);color:#fff;font-weight:600;font-size:var(--font-size-sm);text-decoration:none;border:none;border-radius:var(--radius-md);transition:background .2s}.product-header .header-cta:hover{background:var(--product-primary-hover);color:#fff}.product-page .section__header{margin-bottom:3rem}.product-page .section__title{font-weight:700;font-family:var(--font-heading);color:var(--product-text);margin-bottom:.75rem;text-transform:uppercase}.product-page .section__subtitle{font-size:var(--font-size-lg);color:var(--product-primary-light);max-width:600px;margin:0 auto}.product-hero{padding:80px 20px 60px;background:linear-gradient(180deg,rgb(14 191 198 / 55%) 0,rgb(255 255 255 / 100%) 100%),url("../img/solution-bg-2.webp") center center/cover no-repeat}.product-hero__content{max-width:800px;margin:0 auto;text-align:center}.product-hero__title{font-size:clamp(2.5rem, 6vw, 3.5rem);font-weight:700;color:var(--product-text);margin-bottom:.5rem;letter-spacing:-.02em}.product-hero__subtitle{font-size:var(--font-size-xl);color:var(--product-primary-light);margin-bottom:.25rem}.product-hero__tagline{font-size:var(--font-size-base);color:var(--product-text);font-weight:500;margin-bottom:1.5rem}.product-hero__description{font-size:var(--font-size-lg);color:var(--product-text);line-height:var(--leading-normal)}.product-usp{padding:3rem 2rem;background:var(--product-bg-alt)}.product-mobility .section__subtitle,.product-story .section__subtitle,.product-usp .section__subtitle{color:var(--product-bg)}.usp-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;max-width:1100px;margin:0 auto}.usp-card{background:var(--product-bg);border-radius:var(--radius-md);padding:2rem;text-align:center;border:1px solid var(--product-border);transition:transform .2s,box-shadow .2s}.usp-card:hover{transform:translateY(-4px);box-shadow:var(--product-shadow-hover)}.usp-card__icon{width:64px;height:64px;background:var(--product-primary-light);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.25rem;font-size:1.75rem;color:var(--product-primary)}.usp-card--swish .usp-card__icon{background:#e8f5e9;color:#2e7d32}.usp-card--standard .usp-card__icon{background:#e3f2fd;color:#1565c0}.usp-card--amorti .usp-card__icon{background:var(--product-primary-light);color:var(--product-primary)}.usp-card__title{font-size:var(--font-size-xl);font-weight:700;color:var(--product-text);margin-bottom:.75rem}.usp-card__text{font-size:var(--font-size-base);color:var(--product-bg-alt);line-height:var(--leading-normal);margin-bottom:0}.product-features{padding:80px 20px;background:var(--product-bg)}.features-grid{display:flex;flex-wrap:wrap;gap:1.5rem;max-width:1100px;margin:0 auto}.features-grid .feature-card{flex:1 1 calc(50% - 0.75rem);min-width:280px}.feature-card{background:var(--product-bg-alt);border-radius:var(--radius-md);padding:1.75rem;border:1px solid var(--product-border);transition:transform .2s,box-shadow .2s}.feature-card:hover{transform:translateY(-2px);box-shadow:var(--product-shadow-hover)}.feature-card__icon{width:48px;height:48px;background:var(--product-primary-light);border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;margin-bottom:1rem;font-size:1.5rem;color:var(--product-primary)}.feature-card__title{font-size:var(--font-size-lg);font-weight:600;color:var(--product-text);margin-bottom:.5rem}.feature-card__text{font-size:var(--font-size-base);color:var(--product-text-muted);line-height:1.5;margin-bottom:0}.product-mobility{padding:80px 20px;background:var(--product-bg-alt)}.mobility-content{display:flex;align-items:center;justify-content:center;gap:3rem;max-width:900px;margin:0 auto}.mobility-image{flex:0 0 250px}.mobility-image img{width:100%;height:auto;border-radius:var(--radius-md)}.mobility-steps{display:flex;flex-direction:column;gap:1.5rem;flex:1}.mobility-step{display:flex;align-items:flex-start;gap:1rem}.mobility-step__number{width:48px;height:48px;background:var(--product-primary);color:#fff;font-size:1.5rem;font-weight:700;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.mobility-step__title{font-size:var(--font-size-lg);font-weight:600;color:var(--product-text);margin-bottom:.25rem}.mobility-step__text{font-size:var(--font-size-base);color:var(--product-text-muted);line-height:1.5;margin-bottom:0}.product-specs{padding:80px 20px;background:var(--product-bg)}.specs-table-wrapper{max-width:800px;margin:0 auto;overflow-x:auto;border-radius:var(--radius-md);box-shadow:var(--product-shadow)}.specs-table{width:100%;border-collapse:collapse;background:var(--product-bg-alt)}.specs-table td,.specs-table th{padding:1rem 1.25rem;text-align:left;border-bottom:1px solid var(--product-border)}.specs-table th{width:40%;font-weight:600;color:var(--product-text);background:#0ebfc673}.specs-table td{color:var(--product-text-muted)}.specs-table__price-row{background:var(--product-primary-light)!important}.specs-table__price-row td,.specs-table__price-row th{border-bottom:none}.specs-table__price-row td{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.specs-table__price-row td strong{font-size:1.5rem;color:var(--product-text)}.product-testimonial{padding:80px 20px;background:linear-gradient(180deg,var(--product-bg-alt) 0,var(--product-bg) 100%)}.testimonial-card{max-width:800px;margin:0 auto;background:var(--product-bg-alt);border-radius:var(--radius-md);padding:3rem;text-align:center;box-shadow:var(--product-shadow);border:1px solid var(--product-border);position:relative}.testimonial-card__icon{font-size:3rem;color:var(--product-primary-light);margin-bottom:1rem}.testimonial-card__icon i{background:var(--product-primary);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;opacity:.3}.testimonial-card__quote{font-size:var(--font-size-lg);font-style:italic;color:var(--product-text);line-height:1.8;margin:0 0 1.5rem}.testimonial-card__author{padding-top:1rem;border-top:1px solid var(--product-border)}.testimonial-card__label{font-size:var(--font-size-sm);font-weight:600;color:var(--product-primary)}.product-story{padding:80px 20px;background:var(--product-bg-alt)}.story-blocks{max-width:800px;margin:0 auto}.story-block{margin-bottom:2.5rem;padding-bottom:2.5rem;border-bottom:1px solid var(--product-border)}.story-block:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}.story-block__title{font-size:var(--font-size-xl);font-weight:700;color:var(--product-text);margin-bottom:1rem}.story-block__text{font-size:var(--font-size-base);color:var(--product-text-muted);line-height:var(--leading-normal);margin-bottom:1rem}.story-block__text:last-child{margin-bottom:0}.story-block--with-image{display:flex;gap:2rem;align-items:flex-start}.story-block__image{flex:0 0 200px}.story-block__image img{width:100%;height:auto;border-radius:var(--radius-md);box-shadow:var(--product-shadow-hover)}.story-block__content{flex:1}.product-innovation{padding:80px 20px;background:var(--product-bg)}.innovation-blockquote{border-left:4px solid var(--product-accent);background:rgb(255 255 255 / 6%);padding:1.5rem 2rem;border-radius:var(--radius-md);margin:1.5rem 0}.innovation-blockquote ul{margin-bottom:0;padding-left:1.2rem}.innovation-warning{font-size:var(--font-size-base);opacity:.85}.product-comparison{padding:80px 20px;background:var(--product-bg)}.comparison-table-wrapper{overflow-x:auto;border-radius:var(--radius-md);box-shadow:var(--product-shadow);max-width:1200px;margin:0 auto 1.5rem}.comparison-table{width:100%;border-collapse:collapse;background:var(--product-bg-alt);font-size:var(--font-size-sm)}.comparison-table td,.comparison-table th{padding:1rem .75rem;text-align:center;border-bottom:1px solid #ddd;white-space:nowrap;color:var(--product-text)}.comparison-table th{background:#001114;font-weight:600;color:#fff}.comparison-table th.highlight{background:var(--product-primary);color:#fff}.comparison-table td{background:var(--product-bg-alt);color:#333}.comparison-table td.highlight{background:var(--product-primary-light);font-weight:500;color:var(--product-text)}.comparison-table td:first-child{text-align:left;font-weight:600;color:var(--product-text);background:#81e3ec;white-space:normal}.comparison-note{max-width:800px;margin:0 auto;padding:1rem 1.5rem;background:var(--product-primary-light);border-radius:var(--radius-md);font-size:var(--font-size-sm);color:var(--product-text)}.comparison-note p{margin:0}.product-faq{padding:80px 20px;background:var(--product-bg-alt)}.faq-accordion{max-width:800px;margin:0 auto}.product-faq .faq-item{background:var(--product-bg);border-radius:var(--radius-md);margin-bottom:1rem;overflow:hidden;border:1px solid var(--product-border)}.product-faq .faq-item__question{width:100%;padding:1.25rem 1.5rem;display:flex;justify-content:space-between;align-items:center;background:0 0;border:none;cursor:pointer;font-size:var(--font-size-base);font-weight:600;color:var(--product-text);text-align:left;transition:background .2s}.product-faq .faq-item__question:hover{background:rgb(0 0 0 / 2%)}.product-faq .faq-item__icon{font-size:1.5rem;color:var(--product-primary);transition:transform .2s}.product-faq .faq-item.active .faq-item__icon{transform:rotate(45deg)}.product-faq .faq-item__answer{max-height:0;overflow:hidden;transition:max-height .3s ease}.product-faq .faq-item.active .faq-item__answer{max-height:500px}.product-faq .faq-item__answer p{padding:0 1.5rem 1.5rem;margin:0;font-size:var(--font-size-base);color:var(--product-bg-alt);line-height:var(--leading-normal)}@media (width <= 768px){.product-hero{padding:60px 16px 40px}.product-hero__title{font-size:2rem}.product-comparison,.product-faq,.product-features,.product-innovation,.product-mobility,.product-specs,.product-story,.product-testimonial,.product-usp{padding:60px 16px}.testimonial-card{padding:2rem 1.5rem}.testimonial-card__quote{font-size:var(--font-size-base)}.story-block--with-image{flex-direction:column;align-items:center}.story-block__image{flex:0 0 auto;max-width:250px;margin-bottom:1.5rem}.story-block__content{text-align:center}.comparison-table{font-size:var(--font-size-xs)}.comparison-table td,.comparison-table th{padding:.75rem .5rem}.mobility-content{flex-direction:column;gap:2rem}.mobility-image{flex:0 0 auto;max-width:200px}.mobility-steps{align-items:stretch}.mobility-step{max-width:100%}.specs-table td,.specs-table th{padding:.75rem 1rem}.specs-table th{width:45%}}@media (width <= 480px){.product-header .back-link span{display:none}}