.hero{position:relative;min-height:100vh;display:flex;flex-direction:column;justify-content:center;overflow:hidden}.hero__bg{position:absolute;inset:0}.hero__bg-img{width:100%;height:100%;object-fit:cover;object-position:top}.hero__bg-overlay{position:absolute;inset:0;background:var(--grad-overlay)}.hero__content{position:relative;z-index:10;display:flex;flex-direction:column;align-items:center;gap:3rem;padding-top:6rem;padding-bottom:4rem}@media (min-width:1024px){.hero__content{flex-direction:row;align-items:center}}.hero__left{flex:1;text-align:center}@media (min-width:1024px){.hero__left{text-align:left}}.hero__badge{margin-bottom:1.5rem}.hero__title{font-size:var(--text-4xl);font-weight:var(--fw-black);color:var(--color-text);line-height:1.15;margin:0 0 1rem}@media (min-width:768px){.hero__title{font-size:var(--text-5xl)}}@media (min-width:1024px){.hero__title{font-size:var(--text-6xl)}}.hero__desc{color:var(--color-text-body);font-size:var(--text-base);line-height:1.75;margin:0 0 2rem;max-width:36rem;margin-inline:auto}@media (min-width:1024px){.hero__desc{margin-inline:0;font-size:var(--text-lg)}}.hero__actions{display:flex;flex-direction:column;gap:1rem;justify-content:center}@media (min-width:480px){.hero__actions{flex-direction:row}}@media (min-width:1024px){.hero__actions{justify-content:flex-start}}.hero__right{flex:1;display:flex;flex-direction:column;align-items:center}@media (min-width:1024px){.hero__right{align-items:flex-end}}.hero__cards{position:relative;width:100%;max-width:22rem;height:18rem;display:flex;align-items:center;justify-content:center;animation:floatUpDown 2s ease-in-out infinite}@keyframes floatUpDown{0%{transform:translateY(0)}50%{transform:translateY(-10px)}100%{transform:translateY(0)}}.hero__card{position:absolute;width:7rem;height:9rem;border-radius:var(--radius-xl);border:1px solid var(--color-border);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;box-shadow:var(--shadow-card);cursor:pointer;will-change:transform}.hero__card{animation:fanOut 6s ease-in-out infinite}@keyframes fanOut{0%,100%{transform:translateX(var(--card-x-stack)) rotate(var(--card-rot-stack))}40%,60%{transform:translateX(var(--card-x)) rotate(var(--card-rot))}}.hero__card--1{--card-x-stack:-0.6rem;--card-rot-stack:-3deg;--card-x:-8rem;--card-rot:-12deg}.hero__card--2{--card-x-stack:-0.3rem;--card-rot-stack:-1.5deg;--card-x:-4rem;--card-rot:-6deg}.hero__card--3{--card-x-stack:0;--card-rot-stack:0deg;--card-x:0;--card-rot:0deg}.hero__card--4{--card-x-stack:0.3rem;--card-rot-stack:1.5deg;--card-x:4rem;--card-rot:6deg}.hero__card--5{--card-x-stack:0.6rem;--card-rot-stack:3deg;--card-x:8rem;--card-rot:12deg}.hero__card--1{background:linear-gradient(135deg,#eab308,#d97706);z-index:1;animation-delay:200ms}.hero__card--3{background:linear-gradient(135deg,#374151,#111827);z-index:9;animation-delay:100ms}.hero__card--2{background:linear-gradient(135deg,var(--orange-500),#ef4444);z-index:2}.hero__card--4{background:linear-gradient(135deg,#ef4444,#db2777);z-index:2;animation-delay:100ms}.hero__card--5{background:linear-gradient(135deg,#14b8a6,#0891b2);z-index:1;animation-delay:200ms}@media screen and (max-width:480px){.hero__card{width:7.5rem;height:7.5rem}.hero__card--1{--card-x:-6rem;--card-rot:-10deg}.hero__card--2{--card-x:-3rem;--card-rot:-5deg}.hero__card--4{--card-x:3rem;--card-rot:5deg}.hero__card--5{--card-x:6rem;--card-rot:10deg}.hero__cards{height:12rem}.hero__scroll-hint{bottom:0!important}}.hero__card-icon{width:2.5rem;height:2.5rem;border-radius:50%;background:rgba(255,255,255,.2);display:flex;align-items:center;justify-content:center;color:var(--white);font-size:1.125rem}.hero__card-name{color:var(--white);font-size:var(--text-xs);font-weight:var(--fw-bold)}.hero__card-rate{color:rgba(255,255,255,.8);font-size:var(--text-xs)}.hero__stats{width:100%;max-width:22rem;display:grid;grid-template-columns:1fr 1fr;gap:.75rem;padding:1rem;margin-top:1rem}@media screen and (max-width:992px){.hero__stats{max-width:100%;gap:1.5rem;grid-template-columns:repeat(4,1fr)}}@media screen and (max-width:468px){.hero__stats{grid-template-columns:repeat(2,1fr);gap:1.5rem}}.hero__stat{text-align:center}.hero__stat-value{display:block;font-size:var(--text-xl);font-weight:var(--fw-black);color:var(--color-primary-lt)}.hero__stat-label{display:block;font-size:var(--text-xs);color:var(--color-text-muted);margin-top:.125rem}.hero__scroll-hint{position:absolute;bottom:2rem;left:50%;transform:translateX(-50%);z-index:10;display:flex;flex-direction:column;align-items:center;gap:.375rem;animation:bounce 2s infinite}.hero__scroll-hint span{font-size:var(--text-xs);color:var(--color-text-faint)}.hero__scroll-hint i{font-size:1.125rem;color:var(--color-text-faint)}@keyframes bounce{0%,100%{transform:translateX(-50%) translateY(0)}50%{transform:translateX(-50%) translateY(6px)}}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;margin-bottom:1.5rem}.feature-card{position:relative;display:flex;flex-direction:column}.feature-card__badge{position:absolute;top:1rem;right:1rem}.feature-card__header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.feature-card__logo{width:3.5rem;height:3.5rem;display:flex;align-items:center;justify-content:center;background:var(--color-bg-muted);border-radius:var(--radius-md);padding:.5rem}.feature-card__name{margin:0;font-size:var(--text-lg);font-weight:var(--fw-bold);color:var(--color-text-dark)}.feature-card__sub{margin:0;font-size:var(--text-xs);color:var(--color-text-sub)}.feature-card__footer{display:flex;align-items:center;justify-content:space-between;margin-top:auto}.rebate-num{font-size:var(--text-2xl);font-weight:var(--fw-black)}.text-success{color:var(--color-success)}.rebate-txt{font-size:var(--text-sm);color:var(--color-text-sub);margin-left:.25rem}.features-mini-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-bottom:2.5rem}@media (min-width:568px){.features-mini-grid{grid-template-columns:repeat(4,1fr)}}@media (min-width:1024px){.features-mini-grid{grid-template-columns:repeat(7,1fr)}}.feature-mini-item{padding:1rem;text-align:center;display:flex;flex-direction:column;align-items:center;gap:.5rem}.feature-mini-item__logo{width:3rem;height:3rem;display:flex;align-items:center;justify-content:center}.feature-mini-item__name{margin:0;font-size:var(--text-xs);font-weight:var(--fw-semibold);color:var(--color-text-dark)}.feature-mini-item__rebate{font-size:var(--text-sm);font-weight:var(--fw-bold)}.features-action{text-align:center}.about-wrapper{display:flex;flex-direction:column;gap:3.5rem;align-items:center}.about .about-content h2{line-height:normal;margin-top:1.2rem}@media (min-width:1024px){.about-wrapper{flex-direction:row}}.about-media,.about-content{flex:1;width:100%}.about-image-wrapper{position:relative;border-radius:var(--radius-xl);overflow:hidden}.about-img{width:100%;height:320px;object-fit:cover;object-position:top;display:block}@media (min-width:768px){.about-img{height:450px}}.about-floating-badge{position:absolute;bottom:1.5rem;left:1.5rem;background:var(--white);padding:1rem 1.25rem;border-radius:var(--radius-lg);display:flex;align-items:center;gap:.75rem;box-shadow:var(--shadow-card)}.about-badge-icon{width:2.5rem;height:2.5rem;background:var(--color-badge-bg-lt);color:var(--color-primary);border-radius:var(--radius-full);display:flex;align-items:center;justify-content:center}.badge-title{margin:0;font-weight:var(--fw-bold);color:var(--color-text-dark);font-size:var(--text-sm)}.badge-sub{margin:0;font-size:var(--text-xs);color:var(--color-text-sub)}.about-text{color:var(--gray-500);line-height:1.8;margin-bottom:1rem}.about-features{margin:2rem 0;display:flex;flex-direction:column;gap:1rem}.about .about-feature-item{display:flex;align-items:flex-start;gap:1rem}.about .feature-icon{width:2.5rem;height:2.5rem;background:var(--color-badge-bg-lt);color:var(--color-primary);border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;flex-shrink:0}.about .feature-title{margin:0;font-weight:var(--fw-semibold);color:var(--color-text-dark);font-size:var(--text-sm)}.about .feature-sub{margin:0;color:var(--color-text-sub);font-size:var(--text-sm)}.process-grid{display:grid;grid-template-columns:repeat(1,1fr);gap:1.5rem;margin-bottom:3rem}@media (min-width:640px){.process-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.process-grid{grid-template-columns:repeat(4,1fr)}}.process-item{position:relative;height:100%}.process-card{height:100%;display:flex;flex-direction:column}.process-card__top{display:flex;align-items:center;gap:.75rem;margin-bottom:1.25rem}.process-number{width:3rem;height:3rem;background:var(--grad-primary);color:var(--white);border-radius:var(--radius-full);display:flex;align-items:center;justify-content:center;font-weight:var(--fw-black);font-size:var(--text-lg);flex-shrink:0}.process-icon{width:2.5rem;height:2.5rem;background:var(--color-badge-bg-lt);color:var(--color-primary);border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;font-size:var(--text-xl)}.process-card__title{font-size:var(--text-base);font-weight:var(--fw-bold);color:var(--color-text-dark);margin-bottom:.75rem}.process-card__text{font-size:var(--text-sm);color:var(--color-text-sub);line-height:1.6;margin:0}@media (min-width:1024px){.process-item:not(:last-child)::after{content:"\ea6e";font-family:"remixicon";position:absolute;top:2.5rem;right:-1rem;transform:translateX(50%);color:var(--color-primary-lt);font-size:1.5rem;z-index:10;opacity:.5}}.process-action{text-align:center;margin-top:3rem}.advantages-grid{display:grid;grid-template-columns:repeat(1,1fr);gap:1.5rem;margin-bottom:4rem}@media (min-width:640px){.advantages-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.advantages-grid{grid-template-columns:repeat(3,1fr)}}.advantage-card{padding:2rem;background:var(--white);border:1px solid var(--color-border-light);border-radius:var(--radius-xl);height:100%;transition:all var(--transition);cursor:default}.advantage-card:hover{border-color:var(--color-primary-lt);background-color:rgba(249,115,22,.03);transform:translateY(-5px)}.advantage-card__icon{width:3rem;height:3rem;background:var(--color-badge-bg-lt);color:var(--color-primary);border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;font-size:1.5rem;margin-bottom:1.25rem;transition:all var(--transition)}.advantage-card:hover .advantage-card__icon{background:var(--color-primary);color:var(--white)}.advantage-card__title{font-size:var(--text-base);font-weight:var(--fw-bold);color:var(--color-text-dark);margin-bottom:.75rem}.advantage-card__text{font-size:var(--text-sm);color:var(--color-text-sub);line-height:1.6;margin:0}.advantages-stats{background:var(--grad-primary);border-radius:var(--radius-2xl);padding:3rem 2rem;display:grid;grid-template-columns:repeat(1,1fr);gap:2.5rem 1rem;margin-top:4rem;box-shadow:0 20px 40px rgba(249,115,22,.15);border-radius:var(--radius-lg)}@media (min-width:768px){.advantages-stats{grid-template-columns:repeat(4,1fr);padding:3.5rem 2rem}}.stat-item{text-align:center;position:relative;color:var(--white)}@media (min-width:768px){.stat-item:not(:last-child)::after{content:"";position:absolute;right:0;top:20%;height:60%;width:1px;background:rgba(255,255,255,.2)}}.stat-num{font-size:var(--text-4xl);font-weight:var(--fw-black);line-height:1;margin-bottom:.5rem;letter-spacing:-.02em;text-shadow:0 2px 10px rgba(0,0,0,.1)}.stat-label{font-size:var(--text-xs);font-weight:var(--fw-semibold);text-transform:uppercase;letter-spacing:.05em;opacity:.9}#news{padding-block:5rem;background:var(--color-bg-light)}.news__header{display:flex;flex-direction:column;gap:1rem;margin-bottom:3rem}@media (min-width:640px){.news__header{flex-direction:row;align-items:flex-end;justify-content:space-between}}.news__header-left .section-header__eyebrow{margin-bottom:.75rem}.news__title{font-size:var(--text-4xl);font-weight:var(--fw-bold);color:var(--color-text-dark);margin:0 0 .375rem;line-height:1.15}.news__desc{color:var(--color-text-sub);font-size:var(--text-base);margin:0}.news__view-all{display:inline-flex;align-items:center;gap:.375rem;color:var(--color-primary);font-size:var(--text-sm);font-weight:var(--fw-semibold);text-decoration:none;white-space:nowrap;flex-shrink:0;transition:color var(--transition),gap var(--transition);background:none;border:none;cursor:pointer;padding:0}.news__view-all:hover{color:var(--color-primary-dk);gap:.625rem}.news__grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width:640px){.news__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.news__grid{grid-template-columns:repeat(3,1fr)}}#testimonials{padding-block:5rem;background:var(--color-bg-light)}.testimonials__slider{margin-bottom:0}.testimonials__slider .slick-slide{padding-inline:.75rem}.testimonials__slider .slick-list{margin-inline:-.75rem}.testimonial-card{background:var(--color-bg-white);border:1px solid var(--color-border-light);border-radius:var(--radius-lg);padding:1.75rem;cursor:pointer;height:100%;display:flex;flex-direction:column;transition:border-color var(--transition-card),box-shadow var(--transition-card),transform var(--transition-card)}.testimonial-card:hover{border-color:var(--color-border-hover);box-shadow:0 12px 32px -8px rgba(249,115,22,.15);transform:translateY(-3px)}.testimonial-card__quote{width:2.25rem;height:2.25rem;display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem}.testimonial-card__quote i{font-size:1.875rem;color:var(--color-primary-lt);line-height:1}.testimonial-card__stars{display:flex;gap:.2rem;margin-bottom:1rem}.testimonial-card__stars i{font-size:var(--text-sm);color:var(--color-primary)}.testimonial-card__text{font-size:var(--text-sm);color:var(--color-text-sub);line-height:1.75;font-style:italic;margin:0 0 1.5rem;flex:1}.testimonial-card__footer{display:flex;align-items:center;gap:.75rem;padding-top:1.25rem;border-top:1px solid var(--color-border-light)}.testimonial-card__avatar{width:3rem;height:3rem;border-radius:var(--radius-full);overflow:hidden;flex-shrink:0}.testimonial-card__avatar img{width:100%;height:100%;object-fit:cover;object-position:top;display:block}.testimonial-card__info{flex:1}.testimonial-card__name{font-size:var(--text-sm);font-weight:var(--fw-bold);color:var(--color-text-dark);margin:0 0 .125rem}.testimonial-card__role{font-size:var(--text-xs);color:var(--color-primary);font-weight:var(--fw-semibold);margin:0}.testimonial-card__verified{width:1.5rem;height:1.5rem;display:flex;align-items:center;justify-content:center;border-radius:var(--radius-full);background:var(--color-primary);flex-shrink:0}.testimonial-card__verified i{font-size:var(--text-xs);color:var(--white)}.testimonials__dots{display:flex!important;align-items:center;justify-content:center;gap:.5rem;list-style:none;padding:0;margin:2rem 0 0}.testimonials__dots li button{font-size:0;width:.625rem;height:.625rem;border-radius:var(--radius-full);background:var(--color-border-light);border:none;cursor:pointer;padding:0;transition:background var(--transition),width var(--transition)}.testimonials__dots li button:hover{background:var(--color-primary-lt)}.testimonials__dots li.slick-active button{width:1.5rem;background:var(--color-primary)}