.home-section{position:relative;overflow:hidden;font-family:var(--font-family-primary);color:var(--text-primary)}.home-container{width:100%;max-width:1200px;margin:0 auto;padding-left:16px;padding-right:16px;position:relative;z-index:1;box-sizing:border-box}@media (min-width:600px){.home-container{padding-left:24px;padding-right:24px}}.home-eyebrow{display:inline-block;font-size:.8rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--primary-dark);margin:0 0 12px}.home-h2{margin:0 0 16px;font-weight:700;line-height:1.2;font-size:clamp(1.75rem,4vw,3rem);color:var(--text-primary)}.home-h2--center{text-align:center}.home-h2--primary{color:var(--primary)}.home-h2--gradient{background:linear-gradient(135deg,var(--primary) 0,var(--secondary) 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent}.home-lead{margin:0 auto 32px;max-width:800px;font-size:clamp(1rem,2vw,1.25rem);line-height:1.6;color:var(--text-secondary);text-align:center;font-weight:400}.home-lead--left{text-align:left;margin-left:0;margin-right:0}.home-h3{margin:0 0 8px;font-size:1.125rem;font-weight:600;line-height:1.35;color:var(--text-primary)}.home-body{margin:0;font-size:.95rem;line-height:1.6;color:var(--text-secondary)}.home-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 28px;border-radius:999px;font-weight:700;font-size:1rem;text-decoration:none;border:none;cursor:pointer;transition:transform .25s ease,box-shadow .25s ease,background-color .25s ease;font-family:inherit;line-height:1.2;box-sizing:border-box}.home-btn:hover{transform:translateY(-2px)}.home-btn--primary{background:var(--primary);color:#fff;box-shadow:0 8px 24px rgba(241,119,32,.35)}.home-btn--primary:hover{background:var(--primary-dark);box-shadow:0 12px 32px rgba(241,119,32,.4)}.home-btn--secondary{background:#0FACD3;color:#0B1224;box-shadow:0 18px 40px rgba(15,172,227,.35)}.home-btn--secondary:hover{background:#0B9CC0}.home-btn--white{background:rgba(255,255,255,.95);color:var(--primary);box-shadow:0 8px 32px rgba(0,0,0,.2);font-weight:700;padding:16px 40px;font-size:1.1rem}.home-btn--white:hover{background:#fff;box-shadow:0 16px 48px rgba(0,0,0,.3)}.home-btn--outline{background:transparent;color:var(--primary);border:2px solid var(--primary)}.home-card{background:#fff;border-radius:12px;padding:24px;border:1px solid rgba(241,119,32,.1);box-shadow:0 4px 16px rgba(15,23,42,.06);transition:transform .3s ease,box-shadow .3s ease}.home-card:hover{transform:translateY(-2px);box-shadow:0 8px 32px rgba(241,119,32,.15)}.home-chip{gap:6px;padding:4px 10px;border-radius:999px;font-size:.8rem;font-weight:600;background:rgba(241,119,32,.1);color:var(--primary-dark)}.home-chip,.home-icon{display:inline-flex;align-items:center}.home-icon{justify-content:center;flex-shrink:0}.home-icon svg{width:1em;height:1em;fill:currentColor}.home-split{display:flex;flex-direction:column;gap:32px;align-items:center}@media (min-width:900px){.home-split{flex-direction:row;gap:48px}.home-split>*{flex:1;min-width:0}}.home-grid-3{display:grid;grid-template-columns:1fr;gap:24px}@media (min-width:600px){.home-grid-3{grid-template-columns:repeat(3,1fr)}}.home-grid-2{display:grid;grid-template-columns:1fr;gap:24px}@media (min-width:900px){.home-grid-2{grid-template-columns:repeat(2,1fr)}}.home-problem{padding:48px 0 80px;background:#fff}@media (min-width:900px){.home-problem{padding:72px 0 24px}}.home-problem__bg{position:absolute;inset:0;background:radial-gradient(circle at 20% 20%,rgba(241,119,32,.05) 0,transparent 50%),radial-gradient(circle at 80% 80%,rgba(0,167,225,.03) 0,transparent 50%);pointer-events:none}.home-problem__item{display:flex;align-items:flex-start;gap:12px;padding:12px 16px;border-radius:12px;background:rgba(255,255,255,.8);backdrop-filter:blur(10px);border:1px solid rgba(241,119,32,.1);transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease;margin-bottom:12px}.home-problem__item:hover{transform:translateY(-2px);box-shadow:0 8px 32px rgba(241,119,32,.15);border-color:rgba(241,119,32,.2)}.home-problem__check{flex-shrink:0;width:24px;height:24px;border-radius:50%;background:var(--primary);color:#fff;display:flex;align-items:center;justify-content:center;margin-top:4px;font-size:14px}.home-problem__text{margin:0;font-size:.95rem;line-height:1.6;font-weight:500;color:var(--text-primary)}.home-problem__result{margin-top:20px;padding:20px;border-radius:16px;background:linear-gradient(135deg,var(--primary),var(--primary-dark));color:#fff;text-align:center}.home-problem__result-title{margin:0 0 8px;font-size:1.15rem;font-weight:600}.home-problem__result-body{margin:0;font-size:1.05rem;font-weight:500;opacity:.95}.home-problem__media{width:100%;min-height:400px;display:flex;align-items:center;justify-content:center;position:relative}@media (min-width:900px){.home-problem__media{min-height:600px}}.home-problem__media img{width:100%;height:auto;object-fit:contain}@media (min-width:1200px){.home-problem .home-split>.home-problem__list{order:1}.home-problem .home-split>.home-problem__media{order:2}}@media (max-width:1199px){.home-problem .home-split>.home-problem__media{order:1}.home-problem .home-split>.home-problem__list{order:2}}.home-benefits{padding:64px 0 80px;background:#f2f4f7}.home-benefits__item{background:#fff;border-radius:12px;padding:24px;box-shadow:0 1px 3px rgba(0,0,0,.08);transition:transform .3s ease,box-shadow .3s ease;margin-bottom:24px}.home-benefits__item:hover{transform:translateX(8px);box-shadow:0 4px 20px rgba(0,0,0,.1)}.home-benefits__row{display:flex;align-items:flex-start;gap:24px}.home-benefits__icon-wrap{width:56px;height:56px;min-width:56px;border-radius:12px;font-size:1.8rem}.home-benefits__icon-wrap,.home-benefits__media{display:flex;align-items:center;justify-content:center}.home-benefits__media{width:100%;max-width:600px;height:400px;margin:0 auto}@media (min-width:900px){.home-benefits__media{height:500px}}.home-benefits__media img{width:100%;height:100%;object-fit:contain}.home-benefits__stats{margin-top:48px;text-align:center}.home-benefits__stats-title{margin:0 0 32px;font-size:1.5rem;font-weight:700;color:var(--text-primary)}.home-stat-card{background:#fff;border-radius:16px;padding:24px;box-shadow:0 14px 30px rgba(15,23,42,.08)}.home-stat-card__value{margin:0 0 8px;font-size:clamp(2rem,3vw,2.3rem);font-weight:800;line-height:1.1}.home-stat-card__label{margin:0;font-size:.875rem;color:var(--text-secondary)}.home-cta{padding:64px 0 96px;background:linear-gradient(135deg,var(--primary) 0,var(--secondary) 100%);color:#fff}.home-cta:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 20% 20%,rgba(255,154,77,.12) 0,transparent 50%),radial-gradient(circle at 80% 80%,rgba(77,184,232,.08) 0,transparent 50%);pointer-events:none}.home-cta__inner{text-align:center;position:relative;z-index:2}.home-cta__title{margin:0 0 24px;font-size:clamp(2rem,4vw,3.5rem);font-weight:800;line-height:1.1;text-shadow:0 4px 8px rgba(0,0,0,.2);color:#fff}.home-cta__lead{margin:0 auto 40px;max-width:900px;font-size:clamp(1rem,2vw,1.25rem);line-height:1.6;opacity:.95;font-weight:400}.home-cta__btn-wrap{margin-bottom:48px}.home-cta__trust{display:flex;flex-direction:column;gap:16px;justify-content:center;align-items:center;flex-wrap:wrap}@media (min-width:600px){.home-cta__trust{flex-direction:row;gap:24px}}.home-cta__trust-item{display:flex;align-items:center;gap:12px;padding:12px 24px;border-radius:12px;background:rgba(255,255,255,.1);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);font-size:.9rem;font-weight:500;transition:background .3s ease,transform .3s ease}.home-cta__trust-item:hover{background:rgba(255,255,255,.15);transform:translateY(-2px)}.home-semifooter{background:#040B1A;color:#fff;padding:64px 0 0}@media (min-width:900px){.home-semifooter{padding-top:80px}}.home-semifooter__panel{display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;gap:24px;margin-bottom:48px;padding:32px 24px;border-radius:20px;background:rgba(255,255,255,.03);border:1px solid rgba(241,119,32,.2);box-shadow:0 24px 60px rgba(0,0,0,.35)}@media (min-width:900px){.home-semifooter__panel{flex-direction:row;align-items:center;gap:32px;padding:40px 48px;margin-bottom:64px}}.home-semifooter__over{margin:0;letter-spacing:2px;font-weight:600;font-size:.75rem;text-transform:uppercase;color:rgba(255,255,255,.75)}.home-semifooter__title{margin:8px 0 16px;font-size:clamp(1.5rem,3vw,2.125rem);font-weight:700;line-height:1.25;color:#fff}.home-semifooter__body{margin:0;color:rgba(255,255,255,.75);line-height:1.7;max-width:100%}.home-hero{background:#000;color:#fff;padding:88px 16px 56px;width:100%;max-width:100vw;display:flex;align-items:center;box-sizing:border-box}@media (min-width:900px){.home-hero{padding:100px 24px 72px;min-height:calc(100dvh - 88px)}}.home-hero__grid{display:flex;flex-direction:column;gap:40px;align-items:center;width:100%;max-width:1200px;margin:0 auto}@media (min-width:900px){.home-hero__grid{flex-direction:row;gap:48px}.home-hero__copy,.home-hero__visual{flex:1;min-width:0}}.home-hero__title{margin:0 0 16px;font-size:clamp(1.75rem,4.5vw,3.25rem);font-weight:800;line-height:1.15;color:#fff}.home-hero__lead{margin:0 0 28px;font-size:clamp(1rem,2vw,1.15rem);line-height:1.65;color:rgba(255,255,255,.65);max-width:540px}.home-hero__actions{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:24px}.home-hero__trust{display:flex;flex-wrap:wrap;align-items:center;gap:8px 12px;font-size:.85rem;color:rgba(255,255,255,.65)}.home-hero__dot{width:4px;height:4px;border-radius:50%;background:rgba(255,255,255,.35);flex-shrink:0}.home-mockup{position:relative;width:100%;max-width:560px;margin:0 auto}.home-mockup__frame{position:relative;border-radius:16px;overflow:hidden;box-shadow:0 24px 60px rgba(0,0,0,.45);border:1px solid rgba(255,255,255,.08)}.home-mockup__badge{position:absolute;display:flex;align-items:center;gap:8px;padding:8px 12px;border-radius:10px;background:rgba(15,23,42,.92);border:1px solid rgba(255,255,255,.12);color:#fff;font-size:.75rem;font-weight:600;z-index:2;box-shadow:0 8px 24px rgba(0,0,0,.35)}.home-mockup__badge--tl{top:12px;left:12px}.home-mockup__badge--br{bottom:16px;right:12px}.home-block{padding:64px 0 80px}.home-block--alt{background:#f8f9fb}.home-block--white{background:#fff}.home-feature-card{background:#fff;border-radius:16px;padding:28px;border:1px solid rgba(15,23,42,.06);box-shadow:0 8px 28px rgba(15,23,42,.06);height:100%;box-sizing:border-box;transition:transform .3s ease,box-shadow .3s ease}.home-feature-card:hover{transform:translateY(-4px);box-shadow:0 16px 40px rgba(15,23,42,.1)}.home-feature-card__icon{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:16px;font-size:1.5rem;background:rgba(241,119,32,.1);color:var(--primary)}.home-feature-card__icon--blue{background:rgba(0,167,225,.12);color:var(--secondary)}.home-tag-list{display:flex;flex-wrap:wrap;gap:8px;margin-top:16px;padding:0;list-style:none}.home-tag-list li{padding:4px 10px;border-radius:999px;font-size:.75rem;font-weight:600;background:rgba(241,119,32,.08);color:var(--primary-dark)}.home-price-card{background:#fff;border-radius:20px;padding:32px 24px;border:1px solid rgba(15,23,42,.08);box-shadow:0 12px 36px rgba(15,23,42,.08);text-align:center;height:100%;box-sizing:border-box}.home-price-card--featured{border-color:rgba(241,119,32,.35);box-shadow:0 16px 48px rgba(241,119,32,.18)}.home-price-card__amount{margin:8px 0;font-size:2.5rem;font-weight:800;color:var(--primary);line-height:1.1}.home-price-card__list{list-style:none;padding:0;margin:24px 0;text-align:left}.home-price-card__list li{display:flex;align-items:flex-start;gap:10px;margin-bottom:10px;font-size:.9rem;color:var(--text-secondary);line-height:1.45}.home-hub{padding:48px 0 64px;background:#fff}.home-hub__cols{display:grid;grid-template-columns:1fr;gap:32px}@media (min-width:900px){.home-hub__cols{grid-template-columns:1fr 1fr;gap:40px}}.home-hub__list{list-style:none;padding:0;margin:0}.home-hub__item a{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 16px;border-radius:12px;text-decoration:none;color:var(--text-primary);border:1px solid rgba(15,23,42,.06);margin-bottom:8px;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease;font-weight:500}.home-hub__item a:hover{border-color:rgba(241,119,32,.35);box-shadow:0 6px 20px rgba(241,119,32,.12);transform:translateY(-1px)}.home-hub__count{flex-shrink:0;font-size:.8rem;font-weight:700;color:var(--primary-dark);background:rgba(241,119,32,.1);padding:4px 10px;border-radius:999px}.home-hub__more{display:inline-block;margin-top:12px;font-weight:600;color:var(--secondary);text-decoration:none}.home-hub__more:hover{text-decoration:underline}.home-blog{padding:64px 0 80px;background:#fff}.home-blog__card{display:block;text-decoration:none;color:inherit;background:#fff;border-radius:16px;overflow:hidden;border:1px solid rgba(15,23,42,.08);box-shadow:0 8px 28px rgba(15,23,42,.06);height:100%;transition:transform .25s ease,box-shadow .25s ease}.home-blog__card:hover{transform:translateY(-4px);box-shadow:0 16px 40px rgba(15,23,42,.1)}.home-blog__media{position:relative;aspect-ratio:16/9;background:#f2f4f7}.home-blog__body{padding:20px}.home-blog__date{font-size:.8rem;color:var(--text-secondary);margin:0 0 8px}.home-blog__title{margin:0 0 8px;font-size:1.1rem;font-weight:700;line-height:1.35;color:var(--text-primary)}.home-blog__excerpt{margin:0;font-size:.9rem;line-height:1.55;color:var(--text-secondary)}.home-faq{padding:64px 0 80px;background:#f8f9fb}.home-faq__item{background:#fff;border-radius:12px;border:1px solid rgba(15,23,42,.08);margin-bottom:12px;overflow:hidden}.home-faq__item summary{cursor:pointer;list-style:none;padding:18px 20px;font-weight:600;font-size:1rem;color:var(--text-primary);display:flex;align-items:center;justify-content:space-between;gap:12px}.home-faq__item summary::-webkit-details-marker{display:none}.home-faq__item summary:after{content:"+";flex-shrink:0;font-size:1.25rem;font-weight:400;color:var(--primary)}.home-faq__item[open] summary:after{content:"−"}.home-faq__answer{padding:0 20px 20px;margin:0;font-size:.95rem;line-height:1.65;color:var(--text-secondary)}.home-faq__category{display:inline-block;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--primary-dark);margin-right:8px}.home-faq__support{margin-top:40px;padding:28px;border-radius:16px;background:#fff;border:1px solid rgba(15,23,42,.08);text-align:center}.home-testimonials{padding:64px 0 80px;background:#fff}.home-testimonials__carousel{position:relative;max-width:720px;margin:0 auto;text-align:center}.home-testimonials__quote{margin:0 0 24px;font-size:clamp(1.05rem,2vw,1.25rem);line-height:1.7;color:var(--text-primary);font-weight:500}.home-testimonials__name{margin:0 0 4px;font-size:1.15rem;font-weight:700}.home-testimonials__role{margin:0 0 24px;font-size:.9rem;color:var(--text-secondary)}.home-testimonials__nav{display:flex;justify-content:center;gap:12px}.home-testimonials__nav button{width:44px;height:44px;border-radius:50%;border:1px solid rgba(15,23,42,.12);background:#fff;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;color:var(--primary);transition:background .2s ease,border-color .2s ease}.home-testimonials__nav button:hover{background:rgba(241,119,32,.08);border-color:rgba(241,119,32,.35)}.home-testimonials__stats{display:grid;grid-template-columns:1fr;gap:16px;max-width:800px;margin:40px auto 0;text-align:center}@media (min-width:600px){.home-testimonials__stats{grid-template-columns:repeat(3,1fr)}}