.benefits{position:relative;padding:80px 0;background:transparent;overflow:visible}.benefits__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.benefits__card{background:rgba(255,255,255,.7);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(0,0,0,.06);border-radius:20px;padding:28px;transition:all .3s ease}.benefits__card:hover{transform:translateY(-4px);box-shadow:0 12px 32px rgba(0,0,0,.08);border-color:var(--theme-200,#bfdbfe)}.benefits__icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--theme-100,#dbeafe),var(--theme-200,#bfdbfe));border-radius:14px;color:var(--theme-600,#2563eb);margin-bottom:16px;transition:all .3s ease}.benefits__icon svg{width:24px;height:24px}.benefits__card:hover .benefits__icon{background:var(--theme-600,#2563eb);color:white;box-shadow:0 4px 12px rgba(37,99,235,.2)}.benefits__title{font-size:18px;font-weight:700;color:var(--pub-text-primary,#0f172a);margin:0 0 8px}.benefits__description{font-size:14px;line-height:1.6;color:var(--pub-text-secondary,#64748b);margin:0}[data-theme-mode=dark-blue] .benefits__card,[data-theme-mode=dark-emerald] .benefits__card,[data-theme-mode=dark-ocean] .benefits__card,[data-theme-mode=dark-violet] .benefits__card,[data-theme-mode=dark] .benefits__card{background:rgba(255,255,255,.05);border-color:rgba(255,255,255,.1)}[data-theme-mode=dark-blue] .benefits__card:hover,[data-theme-mode=dark-emerald] .benefits__card:hover,[data-theme-mode=dark-ocean] .benefits__card:hover,[data-theme-mode=dark-violet] .benefits__card:hover,[data-theme-mode=dark] .benefits__card:hover{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.2)}[data-theme-mode=dark-blue] .benefits__icon,[data-theme-mode=dark-emerald] .benefits__icon,[data-theme-mode=dark-ocean] .benefits__icon,[data-theme-mode=dark-violet] .benefits__icon,[data-theme-mode=dark] .benefits__icon{background:rgba(255,255,255,.08)}[data-theme-mode=dark-blue] .benefits__title,[data-theme-mode=dark-emerald] .benefits__title,[data-theme-mode=dark-ocean] .benefits__title,[data-theme-mode=dark-violet] .benefits__title,[data-theme-mode=dark] .benefits__title{color:var(--pub-text-primary,#f8fafc)}[data-theme-mode=dark-blue] .benefits__description,[data-theme-mode=dark-emerald] .benefits__description,[data-theme-mode=dark-ocean] .benefits__description,[data-theme-mode=dark-violet] .benefits__description,[data-theme-mode=dark] .benefits__description{color:var(--pub-text-secondary,#94a3b8)}@media (max-width:1024px){.benefits__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.benefits{padding:60px 0}.benefits__grid{grid-template-columns:1fr;gap:16px}.benefits__card{padding:24px}.benefits__icon{width:40px;height:40px;border-radius:12px}.benefits__icon svg{width:20px;height:20px}.benefits__title{font-size:16px}.benefits__description{font-size:13px}}.faq{position:relative;padding:80px 0;background:transparent;overflow:visible}.faq__container{max-width:800px;margin:0 auto}.faq__list{display:flex;flex-direction:column;gap:12px}.faq__item{background:rgba(255,255,255,.7);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(0,0,0,.06);border-radius:16px;overflow:hidden;transition:all .3s ease}.faq__item:hover{border-color:var(--theme-200,#bfdbfe)}.faq__item--open{border-color:var(--theme-300,#93c5fd);box-shadow:0 4px 16px rgba(0,0,0,.06)}.faq__question{width:100%;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:20px 24px;background:transparent;border:none;cursor:pointer;text-align:left;font-size:16px;font-weight:600;color:var(--pub-text-primary,#0f172a);transition:all .2s ease}.faq__question:hover{background:rgba(0,0,0,.02)}.faq__question svg{width:20px;height:20px;color:var(--pub-text-secondary,#64748b);flex-shrink:0;transition:transform .3s ease}.faq__item--open .faq__question svg{transform:rotate(180deg);color:var(--theme-600,#2563eb)}.faq__answer{padding:0 24px 20px;font-size:15px;line-height:1.7;color:var(--pub-text-secondary,#64748b)}.faq__answer p{margin:0}[data-theme-mode=dark-blue] .faq__item,[data-theme-mode=dark-emerald] .faq__item,[data-theme-mode=dark-ocean] .faq__item,[data-theme-mode=dark-violet] .faq__item,[data-theme-mode=dark] .faq__item{background:rgba(255,255,255,.05);border-color:rgba(255,255,255,.1)}[data-theme-mode=dark-blue] .faq__item:hover,[data-theme-mode=dark-emerald] .faq__item:hover,[data-theme-mode=dark-ocean] .faq__item:hover,[data-theme-mode=dark-violet] .faq__item:hover,[data-theme-mode=dark] .faq__item:hover{border-color:rgba(255,255,255,.2)}[data-theme-mode=dark-blue] .faq__item--open,[data-theme-mode=dark-emerald] .faq__item--open,[data-theme-mode=dark-ocean] .faq__item--open,[data-theme-mode=dark-violet] .faq__item--open,[data-theme-mode=dark] .faq__item--open{border-color:rgba(255,255,255,.25)}[data-theme-mode=dark-blue] .faq__question,[data-theme-mode=dark-emerald] .faq__question,[data-theme-mode=dark-ocean] .faq__question,[data-theme-mode=dark-violet] .faq__question,[data-theme-mode=dark] .faq__question{color:var(--pub-text-primary,#f8fafc)}[data-theme-mode=dark-blue] .faq__question:hover,[data-theme-mode=dark-emerald] .faq__question:hover,[data-theme-mode=dark-ocean] .faq__question:hover,[data-theme-mode=dark-violet] .faq__question:hover,[data-theme-mode=dark] .faq__question:hover{background:rgba(255,255,255,.03)}[data-theme-mode=dark-blue] .faq__answer,[data-theme-mode=dark-emerald] .faq__answer,[data-theme-mode=dark-ocean] .faq__answer,[data-theme-mode=dark-violet] .faq__answer,[data-theme-mode=dark] .faq__answer{color:var(--pub-text-secondary,#94a3b8)}@media (max-width:640px){.faq{padding:50px 0}.faq__list{gap:8px}.faq__item{border-radius:12px}.faq__question{padding:14px 16px;font-size:14px;gap:12px}.faq__question svg{width:18px;height:18px}.faq__answer{padding:0 16px 14px;font-size:13px}}.faq-search{position:relative;padding:80px 0;background:transparent;overflow:visible}.faq-search__container{max-width:1200px;margin:0 auto}.faq-search__input-wrapper{margin-bottom:32px}.faq-search__input-container{position:relative;max-width:560px;margin:0 auto}.faq-search__input{width:100%;padding:16px 48px 16px 52px;background:rgba(255,255,255,.85);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:2px solid rgba(0,0,0,.08);border-radius:16px;font-size:1rem;color:#0f172a;box-shadow:0 4px 16px rgba(0,0,0,.06);transition:all .3s ease}.faq-search__input::placeholder{color:#94a3b8}.faq-search__input:focus{outline:none;border-color:hsl(var(--theme-hue,217),var(--theme-saturation,91%),60%);box-shadow:0 4px 16px rgba(0,0,0,.06),0 0 0 4px hsla(var(--theme-hue,217),var(--theme-saturation,91%),60%,.15)}.faq-search__icon{left:18px;color:#94a3b8;pointer-events:none}.faq-search__clear,.faq-search__icon{position:absolute;top:50%;transform:translateY(-50%)}.faq-search__clear{right:12px;width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,.05);border:none;border-radius:50%;cursor:pointer;color:#64748b;transition:all .2s ease}.faq-search__clear:hover{background:rgba(0,0,0,.1);color:#0f172a}.faq-search__results-info{text-align:center;margin-top:12px}.faq-search__results-count{display:inline-flex;align-items:center;gap:6px;padding:6px 14px;background:hsla(var(--theme-hue,217),var(--theme-saturation,91%),60%,.1);color:hsl(var(--theme-hue,217),var(--theme-saturation,91%),45%);font-size:.875rem;font-weight:600;border-radius:100px}.faq-search__columns{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;align-items:start}.faq-search__column{display:flex;flex-direction:column;gap:16px}.faq-search__item{background:rgba(255,255,255,.7);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(0,0,0,.06);border-radius:16px;overflow:hidden;transition:all .3s ease;animation:faqFadeIn .4s ease forwards;opacity:0}@keyframes faqFadeIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.faq-search__item:hover{border-color:var(--theme-200,#bfdbfe)}.faq-search__item--open{border-color:hsl(var(--theme-hue,217),var(--theme-saturation,91%),70%);box-shadow:0 4px 20px rgba(0,0,0,.08)}.faq-search__question{width:100%;display:flex;align-items:center;gap:14px;padding:18px 20px;background:transparent;border:none;cursor:pointer;text-align:left;transition:all .2s ease}.faq-search__question:hover{background:rgba(0,0,0,.02)}.faq-search__number{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:rgba(0,0,0,.04);color:#64748b;font-size:.75rem;font-weight:700;border-radius:10px;flex-shrink:0;transition:all .25s ease}.faq-search__item--open .faq-search__number{background:linear-gradient(135deg,hsl(var(--theme-hue,217),var(--theme-saturation,91%),55%),hsl(var(--theme-hue,217),var(--theme-saturation,91%),45%));color:white}.faq-search__question-text{flex:1 1;font-size:1rem;font-weight:600;color:#0f172a;line-height:1.4;transition:color .2s ease}.faq-search__question:hover .faq-search__question-text{color:hsl(var(--theme-hue,217),var(--theme-saturation,91%),45%)}.faq-search__icon-wrapper{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,.04);border-radius:10px;flex-shrink:0;transition:all .3s ease}.faq-search__icon-wrapper svg{color:#64748b;transition:all .3s ease}.faq-search__item--open .faq-search__icon-wrapper{background:linear-gradient(135deg,hsl(var(--theme-hue,217),var(--theme-saturation,91%),55%),hsl(var(--theme-hue,217),var(--theme-saturation,91%),45%));transform:rotate(180deg)}.faq-search__item--open .faq-search__icon-wrapper svg{color:white}.faq-search__answer{max-height:0;overflow:hidden;transition:max-height .3s ease}.faq-search__answer--open{max-height:500px}.faq-search__answer p{margin:0;font-size:.9375rem;color:#64748b;line-height:1.7;border-top:1px solid rgba(0,0,0,.06);padding:16px 20px 20px calc(20px + 32px + 14px)}.faq-search__highlight{background:hsla(var(--theme-hue,217),var(--theme-saturation,91%),60%,.25);color:hsl(var(--theme-hue,217),var(--theme-saturation,91%),35%);padding:0 4px;border-radius:4px}.faq-search__no-results{text-align:center;padding:48px 24px;background:rgba(255,255,255,.5);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px dashed rgba(0,0,0,.1);border-radius:20px}.faq-search__no-results-icon{width:64px;height:64px;margin:0 auto 16px;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,.04);border-radius:50%;color:#94a3b8}.faq-search__no-results-title{font-size:1.25rem;font-weight:700;color:#0f172a;margin:0 0 8px}.faq-search__no-results-text{font-size:.9375rem;color:#64748b;margin:0 0 20px}.faq-search__no-results-btn{padding:10px 20px;background:linear-gradient(135deg,hsl(var(--theme-hue,217),var(--theme-saturation,91%),55%),hsl(var(--theme-hue,217),var(--theme-saturation,91%),45%));color:white;font-size:.875rem;font-weight:600;border:none;border-radius:10px;cursor:pointer;transition:all .25s ease}.faq-search__no-results-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px hsla(var(--theme-hue,217),var(--theme-saturation,91%),50%,.3)}[data-theme-mode=dark-blue] .faq-search__input,[data-theme-mode=dark-emerald] .faq-search__input,[data-theme-mode=dark-ocean] .faq-search__input,[data-theme-mode=dark-violet] .faq-search__input,[data-theme-mode=dark] .faq-search__input{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.1);color:#f8fafc}[data-theme-mode=dark-blue] .faq-search__input::placeholder,[data-theme-mode=dark-emerald] .faq-search__input::placeholder,[data-theme-mode=dark-ocean] .faq-search__input::placeholder,[data-theme-mode=dark-violet] .faq-search__input::placeholder,[data-theme-mode=dark] .faq-search__input::placeholder{color:#64748b}[data-theme-mode=dark-blue] .faq-search__clear,[data-theme-mode=dark-emerald] .faq-search__clear,[data-theme-mode=dark-ocean] .faq-search__clear,[data-theme-mode=dark-violet] .faq-search__clear,[data-theme-mode=dark] .faq-search__clear{background:rgba(255,255,255,.1);color:#94a3b8}[data-theme-mode=dark-blue] .faq-search__clear:hover,[data-theme-mode=dark-emerald] .faq-search__clear:hover,[data-theme-mode=dark-ocean] .faq-search__clear:hover,[data-theme-mode=dark-violet] .faq-search__clear:hover,[data-theme-mode=dark] .faq-search__clear:hover{background:rgba(255,255,255,.15);color:#f8fafc}[data-theme-mode=dark-blue] .faq-search__item,[data-theme-mode=dark-emerald] .faq-search__item,[data-theme-mode=dark-ocean] .faq-search__item,[data-theme-mode=dark-violet] .faq-search__item,[data-theme-mode=dark] .faq-search__item{background:rgba(255,255,255,.05);border-color:rgba(255,255,255,.1)}[data-theme-mode=dark-blue] .faq-search__item:hover,[data-theme-mode=dark-emerald] .faq-search__item:hover,[data-theme-mode=dark-ocean] .faq-search__item:hover,[data-theme-mode=dark-violet] .faq-search__item:hover,[data-theme-mode=dark] .faq-search__item:hover{border-color:rgba(255,255,255,.2)}[data-theme-mode=dark-blue] .faq-search__item--open,[data-theme-mode=dark-emerald] .faq-search__item--open,[data-theme-mode=dark-ocean] .faq-search__item--open,[data-theme-mode=dark-violet] .faq-search__item--open,[data-theme-mode=dark] .faq-search__item--open{border-color:rgba(255,255,255,.25)}[data-theme-mode=dark-blue] .faq-search__question:hover,[data-theme-mode=dark-emerald] .faq-search__question:hover,[data-theme-mode=dark-ocean] .faq-search__question:hover,[data-theme-mode=dark-violet] .faq-search__question:hover,[data-theme-mode=dark] .faq-search__question:hover{background:rgba(255,255,255,.03)}[data-theme-mode=dark-blue] .faq-search__number,[data-theme-mode=dark-emerald] .faq-search__number,[data-theme-mode=dark-ocean] .faq-search__number,[data-theme-mode=dark-violet] .faq-search__number,[data-theme-mode=dark] .faq-search__number{background:rgba(255,255,255,.08);color:#94a3b8}[data-theme-mode=dark-blue] .faq-search__question-text,[data-theme-mode=dark-emerald] .faq-search__question-text,[data-theme-mode=dark-ocean] .faq-search__question-text,[data-theme-mode=dark-violet] .faq-search__question-text,[data-theme-mode=dark] .faq-search__question-text{color:#f8fafc}[data-theme-mode=dark-blue] .faq-search__icon-wrapper,[data-theme-mode=dark-emerald] .faq-search__icon-wrapper,[data-theme-mode=dark-ocean] .faq-search__icon-wrapper,[data-theme-mode=dark-violet] .faq-search__icon-wrapper,[data-theme-mode=dark] .faq-search__icon-wrapper{background:rgba(255,255,255,.08)}[data-theme-mode=dark-blue] .faq-search__icon-wrapper svg,[data-theme-mode=dark-emerald] .faq-search__icon-wrapper svg,[data-theme-mode=dark-ocean] .faq-search__icon-wrapper svg,[data-theme-mode=dark-violet] .faq-search__icon-wrapper svg,[data-theme-mode=dark] .faq-search__icon-wrapper svg{color:#94a3b8}[data-theme-mode=dark-blue] .faq-search__answer p,[data-theme-mode=dark-emerald] .faq-search__answer p,[data-theme-mode=dark-ocean] .faq-search__answer p,[data-theme-mode=dark-violet] .faq-search__answer p,[data-theme-mode=dark] .faq-search__answer p{color:#94a3b8;border-top-color:rgba(255,255,255,.08)}[data-theme-mode=dark-blue] .faq-search__no-results,[data-theme-mode=dark-emerald] .faq-search__no-results,[data-theme-mode=dark-ocean] .faq-search__no-results,[data-theme-mode=dark-violet] .faq-search__no-results,[data-theme-mode=dark] .faq-search__no-results{background:rgba(255,255,255,.03);border-color:rgba(255,255,255,.1)}[data-theme-mode=dark-blue] .faq-search__no-results-icon,[data-theme-mode=dark-emerald] .faq-search__no-results-icon,[data-theme-mode=dark-ocean] .faq-search__no-results-icon,[data-theme-mode=dark-violet] .faq-search__no-results-icon,[data-theme-mode=dark] .faq-search__no-results-icon{background:rgba(255,255,255,.08)}[data-theme-mode=dark-blue] .faq-search__no-results-title,[data-theme-mode=dark-emerald] .faq-search__no-results-title,[data-theme-mode=dark-ocean] .faq-search__no-results-title,[data-theme-mode=dark-violet] .faq-search__no-results-title,[data-theme-mode=dark] .faq-search__no-results-title{color:#f8fafc}[data-theme-mode=dark-blue] .faq-search__no-results-text,[data-theme-mode=dark-emerald] .faq-search__no-results-text,[data-theme-mode=dark-ocean] .faq-search__no-results-text,[data-theme-mode=dark-violet] .faq-search__no-results-text,[data-theme-mode=dark] .faq-search__no-results-text{color:#94a3b8}[data-theme-mode=dark-blue] .faq-search__highlight,[data-theme-mode=dark-emerald] .faq-search__highlight,[data-theme-mode=dark-ocean] .faq-search__highlight,[data-theme-mode=dark-violet] .faq-search__highlight,[data-theme-mode=dark] .faq-search__highlight{background:hsla(var(--theme-hue,217),var(--theme-saturation,91%),50%,.3);color:hsl(var(--theme-hue,217),var(--theme-saturation,91%),75%)}@media (max-width:1024px){.faq-search__column,.faq-search__columns{gap:12px}}@media (max-width:768px){.faq-search__columns{grid-template-columns:1fr}.faq-search__column{gap:10px}}@media (max-width:640px){.faq-search{padding:60px 0}.faq-search__input{padding:14px 44px 14px 48px;font-size:.9375rem}.faq-search__icon{left:16px}.faq-search__columns{grid-template-columns:1fr}.faq-search__column{gap:8px}.faq-search__item{border-radius:12px}.faq-search__question{padding:14px 16px;gap:10px}.faq-search__number{width:28px;height:28px;font-size:.6875rem;border-radius:8px}.faq-search__question-text{font-size:.9375rem}.faq-search__icon-wrapper{width:28px;height:28px;border-radius:8px}.faq-search__answer p{padding:12px 16px 16px;font-size:.875rem}.faq-search__no-results{padding:32px 20px}.faq-search__no-results-icon{width:52px;height:52px}.faq-search__no-results-icon svg{width:24px;height:24px}}