.home-category-section{position:relative;overflow:hidden;isolation:isolate;padding:1.5rem 1.25rem 1.35rem;border-radius:1rem;border:1px solid hsl(var(--border));background:radial-gradient(ellipse 70% 55% at 100% 0,oklch(.5 .134 242.749/.08),#0000 55%),radial-gradient(ellipse 45% 40% at 0 100%,oklch(.72 .04 250/.28),#0000 50%),var(--bg-elevated,#fff);color:var(--text,#0f172a);box-shadow:0 1px 2px #0f172a0a,inset 0 1px 0 #fffc}.home-category-section__head{display:flex;flex-wrap:wrap;align-items:flex-end;justify-content:space-between;gap:1rem 1.5rem;margin-bottom:1.25rem}.home-category-section__titles{min-width:0;flex:1 1 16rem}.home-category-section__kicker{margin:0 0 .45rem;font-size:.82rem;font-weight:700;color:var(--brand,var(--sky))}.home-category-section__title{margin:0 0 .45rem!important;font-size:clamp(1.2rem,1.05rem + .7vw,1.55rem);font-weight:800;line-height:1.45;color:var(--text,#0f172a);letter-spacing:-.02em}.home-category-section__hint{margin:0;font-size:.9rem;line-height:1.6;color:hsl(var(--muted-foreground));max-width:28rem}.home-category-section__all{display:inline-flex;align-items:center;gap:.2rem;flex-shrink:0;font-size:.88rem;font-weight:600;color:var(--brand,var(--sky));text-decoration:none;transition:color .2s ease}.home-category-section__all:focus-visible,.home-category-section__all:hover{color:var(--brand-hover,var(--sky-hover));text-decoration:none}.home-category-grid{display:grid;gap:.85rem;grid-template-columns:1fr}@media (min-width:560px){.home-category-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:960px){.home-category-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}}.home-category-card{position:relative;display:flex;flex-direction:column;gap:.7rem;min-height:13.5rem;padding:1.15rem 1.1rem 1rem;border-radius:.85rem;border:1px solid hsl(var(--border));background:#fff;color:inherit;text-decoration:none;overflow:hidden;box-shadow:0 1px 2px #0f172a0a;transition:border-color .25s ease,background .25s ease,transform .25s cubic-bezier(.22,1,.36,1),box-shadow .25s ease}.home-category-card__index{position:absolute;inset-inline-end:.95rem;top:.95rem;font-size:.72rem;font-weight:700;letter-spacing:.04em;color:oklch(.55 .04 250/.45);font-variant-numeric:tabular-nums;pointer-events:none}.home-category-card__title{margin:0;padding-inline-end:1.75rem;font-size:1.05rem;font-weight:800;line-height:1.35;color:var(--text,#0f172a);overflow-wrap:break-word;transition:color .2s ease}.home-category-card__price{display:flex;flex-direction:column;gap:.2rem;margin-top:auto}.home-category-card__price-label{font-size:.72rem;font-weight:600;letter-spacing:.01em;color:hsl(var(--muted-foreground))}.home-category-card__price-row{display:flex;flex-wrap:wrap;align-items:baseline;gap:.35rem .5rem}.home-category-card__price-value{font-size:clamp(1.35rem,1.2rem + .55vw,1.65rem);font-weight:800;line-height:1.1;color:var(--sky-deep,var(--text));font-variant-numeric:tabular-nums;letter-spacing:-.02em}.home-category-card__price-value--call{font-size:clamp(1.1rem,1rem + .4vw,1.3rem);color:var(--brand,var(--sky))}.home-category-card__price-unit{font-size:.78rem;font-weight:500;color:hsl(var(--muted-foreground));white-space:nowrap}.home-category-card__price-meta{font-size:.7rem;line-height:1.5;color:oklch(.6 .02 250)}.home-category-card__chart{position:relative;display:flex;flex-direction:column;gap:.3rem;margin-top:.2rem;padding:.45rem .55rem .35rem;border-radius:.6rem;border:1px solid oklch(.55 .02 250/.14);background:linear-gradient(180deg,oklch(.98 .005 250/.9),oklch(1 0 0/.7)),#fff;box-shadow:inset 0 1px 0 #ffffffe6;overflow:hidden}.home-category-card__chart-head{display:flex;align-items:center;justify-content:space-between;gap:.5rem;font-size:.68rem;line-height:1}.home-category-card__chart-label{font-weight:600;color:oklch(.6 .02 250);white-space:nowrap}.home-category-card__chart-delta{font-weight:700;font-variant-numeric:tabular-nums;white-space:nowrap;padding:.15rem .35rem;border-radius:.3rem;color:oklch(.58 .02 250);background:oklch(.55 .02 250/.08)}.home-category-card__chart-delta--up{color:#047857;background:oklch(.65 .15 162/.12)}.home-category-card__chart-delta--down{color:#b91c1c;background:oklch(.63 .2 25/.1)}.home-category-card__spark{position:relative;width:100%;height:3.4rem;flex:0 0 auto}.home-category-card__spark-svg{display:block;width:100%;height:100%}.home-category-card__spark-grid{color:oklch(.55 .02 250/.16)}.home-category-card__chart[data-status=ready] .home-category-card__spark-line{stroke-dasharray:var(--spark-len,400);stroke-dashoffset:var(--spark-len,400);animation:home-spark-draw .9s cubic-bezier(.22,1,.36,1) forwards}.home-category-card__chart[data-status=ready] .home-category-card__spark-head{opacity:0;animation:home-spark-dot .3s ease-out .7s forwards}.home-category-card__chart[data-status=idle] .home-category-card__spark,.home-category-card__chart[data-status=loading] .home-category-card__spark{border-radius:.4rem;background:linear-gradient(90deg,oklch(.94 .008 250/.35) 25%,oklch(.9 .012 250/.6) 37%,oklch(.94 .008 250/.35) 63%);background-size:400% 100%;animation:home-spark-shimmer 1.4s ease-in-out infinite}.home-category-card__chart[data-status=idle] .home-category-card__spark-svg,.home-category-card__chart[data-status=loading] .home-category-card__spark-svg{opacity:0}@keyframes home-spark-draw{to{stroke-dashoffset:0}}@keyframes home-spark-dot{to{opacity:1}}@keyframes home-spark-shimmer{0%{background-position:100% 0}to{background-position:0 0}}.home-category-card__cta{display:inline-flex;align-items:center;gap:.15rem;margin-top:.15rem;font-size:.8rem;font-weight:600;color:hsl(var(--muted-foreground));transition:color .2s ease}.home-category-card__cta-arrow{transition:transform .22s cubic-bezier(.22,1,.36,1)}.home-category-card:focus-visible,.home-category-card:hover{text-decoration:none;border-color:oklch(.5 .134 242.749/.35);background:linear-gradient(165deg,oklch(.5 .134 242.749/.05),#fff 55%);box-shadow:0 12px 28px oklch(.5 .134 242.749/.12),0 2px 6px #0f172a0d;transform:translateY(-2px);color:inherit}.home-category-card:focus-visible .home-category-card__title,.home-category-card:hover .home-category-card__title{color:var(--brand-hover,var(--brand))}.home-category-card:focus-visible .home-category-card__index,.home-category-card:hover .home-category-card__index{color:var(--brand)}.home-category-card:focus-visible .home-category-card__cta,.home-category-card:hover .home-category-card__cta{color:var(--brand)}.home-category-card:focus-visible .home-category-card__cta-arrow,.home-category-card:hover .home-category-card__cta-arrow{transform:translateX(-3px)}.home-category-card:focus-visible .home-category-card__chart,.home-category-card:hover .home-category-card__chart{border-color:oklch(.5 .134 242.749/.28);background:linear-gradient(180deg,oklch(.5 .134 242.749/.05),oklch(1 0 0/.75)),#fff}.home-category-card:focus-visible{outline:2px solid var(--brand-light,var(--sky-light));outline-offset:3px}@media (max-width:380px){.home-category-section{padding:1.2rem .95rem 1.1rem}.home-category-card{padding:1rem .95rem .9rem;min-height:10.5rem}}@media (prefers-reduced-motion:reduce){.home-category-card,.home-category-card__cta-arrow{transition:none!important}.home-category-card:focus-visible,.home-category-card:hover{transform:none}.home-category-card:focus-visible .home-category-card__cta-arrow,.home-category-card:hover .home-category-card__cta-arrow{transform:none}.home-category-card__chart[data-status=idle] .home-category-card__spark,.home-category-card__chart[data-status=loading] .home-category-card__spark,.home-category-card__chart[data-status=ready] .home-category-card__spark-head,.home-category-card__chart[data-status=ready] .home-category-card__spark-line{animation:none!important;stroke-dashoffset:0;opacity:1}}.home-content{padding-top:1.5rem;display:grid;gap:1.75rem}.home-latest-prices-section__head{display:flex;flex-wrap:wrap;align-items:flex-end;justify-content:space-between;gap:1rem 1.5rem;margin-bottom:1.1rem}.home-latest-prices-section__titles{min-width:0;flex:1 1 16rem}.home-latest-prices-section__kicker{margin:0 0 .4rem;font-size:.82rem;font-weight:700;color:var(--brand,var(--sky))}.home-latest-prices-section__title{margin:0 0 .4rem!important;font-size:clamp(1.15rem,1.02rem + .55vw,1.4rem);font-weight:800;line-height:1.45;color:var(--text,#0f172a);letter-spacing:-.02em}.home-latest-prices-section__hint{margin:0;font-size:.88rem;line-height:1.6;color:hsl(var(--muted-foreground));max-width:34rem}.home-latest-prices-section__meta{display:flex;flex-wrap:wrap;align-items:center;gap:.45rem}.home-latest-prices-section__chip{display:inline-flex;align-items:center;padding:.32rem .7rem;border-radius:999px;font-size:.74rem;font-weight:700;color:#475569;background:#f1f5f9;border:1px solid #e2e8f0}.home-latest-prices-section__chip--live{color:var(--sky-deep,var(--brand));background:oklch(.5 .134 242.749/.08);border-color:oklch(.5 .134 242.749/.2)}.home-section{margin-top:0!important;margin-bottom:0!important;scroll-margin-top:1rem}.home-section--last{margin-bottom:2.5rem!important}.home-bourse-teaser__excerpt{margin-top:0;max-width:none;width:100%;color:hsl(var(--muted-foreground));font-size:clamp(.9rem,.85rem + .25vw,1rem);line-height:1.8}.home-bourse-teaser__excerpt,.home-bourse-teaser__excerpt p{text-align:start;overflow-wrap:break-word;word-break:normal}.home-special-offers__head{display:flex;flex-wrap:wrap;align-items:center;gap:.65rem;margin-bottom:1rem}.home-special-offers__badge{background:#16a2491f;color:#147b3a;border:1px solid #29a35640}.home-special-offers__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.25rem;align-items:stretch}.home-special-offers__grid:has(>:only-child){grid-template-columns:minmax(280px,380px)}.home-special-offer-card{display:flex;flex-direction:column;border:1px solid hsl(var(--border));border-radius:calc(var(--radius-lg) + 2px);overflow:hidden;background:linear-gradient(180deg,#fff 0,hsl(var(--muted)/.08) 100%);box-shadow:0 4px 18px #242e420f;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;color:inherit;height:100%}.home-special-offer-card--rich:hover{transform:translateY(-3px);box-shadow:0 10px 28px #242e421a;border-color:hsl(var(--brand)/.35)}.home-special-offer-card__media-link{display:block;text-decoration:none;color:inherit}.home-special-offer-card__title-link{text-decoration:none;color:inherit}.home-special-offer-card__title-link:hover .home-special-offer-card__title{color:hsl(var(--brand))}.home-special-offer-card__media-wrap{position:relative;width:100%}.home-special-offer-card__media-wrap--placeholder{min-height:120px}.home-special-offer-card__badge{position:absolute;top:.35rem;right:.35rem;width:84px;height:84px;object-fit:contain;pointer-events:none;z-index:2;filter:drop-shadow(0 2px 8px rgb(0 0 0/.22))}.home-special-offer-card__media-wrap--placeholder .home-special-offer-card__badge{width:68px;height:68px}.home-special-offer-card__media{display:block;width:100%;height:auto;aspect-ratio:1/1;object-fit:contain;background:#fff;padding:.5rem}.home-special-offer-card__media--placeholder{aspect-ratio:1/1;min-height:0}@media (max-width:640px){.home-special-offer-card__media{padding:.75rem}}.home-special-offer-card__body{padding:.95rem 1rem .85rem;display:flex;flex-direction:column;gap:.5rem;flex:1}.home-special-offer-card__title{margin:0;font-size:clamp(.9rem,.84rem + .3vw,1rem);font-weight:800;line-height:1.5;text-align:start;overflow-wrap:break-word;word-break:normal;text-wrap:balance;transition:color .15s ease}.home-special-offer-card__meta{margin:0;font-size:.8rem;color:hsl(var(--muted-foreground));line-height:1.5}.home-special-offer-card__price-box{margin-top:auto;padding:.75rem .8rem;border-radius:12px;border:1px solid #3399582e;background:linear-gradient(135deg,#effbf3e6,#fff)}.home-special-offer-card__price-top{display:flex;flex-wrap:wrap;align-items:center;gap:.4rem .55rem;margin-bottom:.35rem}.home-special-offer-card__contact-badge{display:inline-flex;align-items:center;padding:.35rem .65rem;border-radius:999px;background:hsl(var(--muted)/.35);font-size:.82rem;font-weight:700;color:hsl(var(--muted-foreground))}.home-special-offer-card__discount-pill{display:inline-flex;align-items:center;padding:.2rem .55rem;border-radius:999px;background:#feede1;color:#aa4c0e;font-size:.72rem;font-weight:800;white-space:nowrap}.home-special-offer-card__currency{font-size:.82em;font-weight:700;opacity:.85}.home-special-offer-card__prices{margin-top:auto;display:flex;flex-direction:column;align-items:flex-start;gap:.15rem;padding-top:.35rem}.home-special-offer-card__old{font-size:.82rem;color:hsl(var(--muted-foreground));text-decoration:line-through}.home-special-offer-card__sale{display:block;font-size:1.28rem;color:#156f36;line-height:1.25;font-weight:900}.home-special-offer-card__discount{font-size:.78rem;font-weight:700;color:#c2540a;line-height:1.35}.home-special-offer-card--rich{display:flex;flex-direction:column}.home-special-offer-card__facts{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.5rem;margin:.15rem 0 0;padding:0}.home-special-offer-card__facts div{background:#fff;border:1px solid hsl(var(--border));border-radius:10px;padding:.45rem .5rem;text-align:center}.home-special-offer-card__facts dt{margin:0;font-size:.68rem;color:hsl(var(--muted-foreground))}.home-special-offer-card__facts dd{margin:.15rem 0 0;font-size:.84rem;font-weight:800;line-height:1.35}.home-special-offer-card__vat-note{display:block;margin-top:.25rem;font-size:.72rem;color:hsl(var(--muted-foreground))}.home-special-offer-card__footer{display:flex;flex-direction:column;gap:.55rem;padding:0 1rem 1rem;margin-top:auto;position:relative;z-index:3}.home-special-offer-card__order-btn{width:100%;min-height:2.65rem;font-weight:800;font-size:.95rem;border-radius:11px;box-shadow:0 4px 14px hsl(var(--brand)/.22)}.home-special-offer-card__view-link{display:block;text-align:center;font-size:.82rem;font-weight:700;color:hsl(var(--brand));text-decoration:none;padding:.2rem 0}.home-special-offer-card__view-link:hover{text-decoration:underline}.special-offer-dialog-backdrop{position:fixed;inset:0;z-index:1200;background:#0f172a73;display:flex;align-items:center;justify-content:center;padding:1rem}.special-offer-dialog{width:min(100%,480px);max-height:90vh;overflow:auto;padding:1rem 1.1rem 1.15rem}.special-offer-dialog__head{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:.85rem}.special-offer-dialog__head h2{margin:0;font-size:1.05rem}.special-offer-dialog__close{border:0;background:#0000;font-size:1.5rem;line-height:1;cursor:pointer}.special-offer-dialog__product{border:1px solid hsl(var(--border));border-radius:12px;padding:.75rem .85rem;margin-bottom:.85rem;background:hsl(var(--muted)/.12)}.special-offer-dialog__price{margin:.35rem 0 0;font-weight:800}.special-offer-dialog__meta{margin:.55rem 0 0;padding:0;list-style:none;display:grid;gap:.25rem;font-size:.88rem}.special-offer-dialog__form{display:grid;gap:.75rem}.special-offer-dialog__field{display:grid;gap:.3rem}.special-offer-dialog__field span{font-size:.86rem;font-weight:700}.special-offer-dialog__field input{width:100%;min-height:2.5rem;border:1px solid hsl(var(--border));border-radius:10px;padding:.45rem .65rem}.special-offer-dialog__field-hint{display:block;margin-top:.1rem;font-size:.75rem;color:hsl(var(--muted-foreground));line-height:1.4}.special-offer-dialog__otp-hint,.special-offer-dialog__session,.special-offer-dialog__timer{margin:0;font-size:.88rem;color:hsl(var(--muted-foreground))}.special-offer-dialog__resend{border:0;background:#0000;color:hsl(var(--brand));font-weight:700;cursor:pointer;padding:0;justify-self:start}.special-offer-dialog__error{margin:0;color:#b81e1e;font-size:.86rem;font-weight:700}.special-offer-dialog__actions{display:flex;gap:.55rem;justify-content:flex-end}.home-seo-text-card{margin-top:1.25rem;padding:1.25rem 1.35rem 1.15rem;border-radius:var(--radius-lg);border:1px solid hsl(var(--border));background:#fff;box-shadow:var(--shadow-sm)}.home-seo-text-card__wrap{margin:0}.home-seo-text-card .cms-html-content,.home-seo-text-card .home-seo-text-card__content{max-width:none;width:100%}.home-seo-text-card .cms-html-content,.home-seo-text-card .cms-html-content p{font-size:.9rem;line-height:1.75;color:#475569;text-align:start;overflow-wrap:break-word;word-break:normal}.home-seo-text-card .cat-desc-collapse__body--collapsed .cms-html-content,.home-seo-text-card .cat-desc-collapse__body--collapsed .cms-html-content h1,.home-seo-text-card .cat-desc-collapse__body--collapsed .cms-html-content h2,.home-seo-text-card .cat-desc-collapse__body--collapsed .cms-html-content h3,.home-seo-text-card .cat-desc-collapse__body--collapsed .cms-html-content p{overflow:hidden}.home-seo-text-card .cms-html-content h1,.home-seo-text-card .cms-html-content h2,.home-seo-text-card .cms-html-content h3,.home-seo-text-card .cms-html-content h4{color:var(--text);font-weight:800;line-height:1.45}.home-seo-text-card .cms-html-content h1{font-size:1.1rem;margin:.85rem 0 .55rem;font-weight:800;line-height:1.45}.home-seo-text-card .cms-html-content h2{font-size:1.05rem;margin:.85rem 0 .55rem}.home-seo-text-card .cms-html-content h3{font-size:.98rem;margin:.85rem 0 .5rem}.home-seo-text-card .cms-html-content h4{font-size:.92rem;margin:.75rem 0 .45rem}.home-seo-text-card .cms-html-content p:last-child{margin-bottom:0}.home-seo-text-card .cms-html-content ol,.home-seo-text-card .cms-html-content ul{margin:.35rem 0 .85rem;padding-right:1.25rem;color:#475569}.home-seo-text-card .cms-html-content li{margin-bottom:.35rem}.home-seo-text-card .cms-html-content a{color:var(--brand);text-decoration:underline;text-underline-offset:2px}.home-seo-text-card .cat-desc-collapse__footer{margin-top:.9rem;padding-top:.75rem}.expert-card{border:1px solid hsl(var(--border));border-radius:var(--radius);padding:1.1rem;background:var(--bg-elevated);display:flex;flex-direction:column;gap:.5rem}.expert-card h3{margin:0;font-size:var(--fs-lg)}.expert-meta{font-size:var(--fs-sm);color:var(--brand)}.expert-units{display:flex;flex-wrap:wrap;gap:.35rem}.home-articles-grid{display:grid;gap:.75rem;grid-template-columns:1fr}@media (min-width:640px){.home-articles-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:1200px){.home-articles-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}.home-article-card{transition:background-color .2s ease,border-color .2s ease,box-shadow .2s ease,transform .2s ease;padding:.75rem;overflow:hidden;min-width:0}.home-article-card:hover{background:oklch(.5 .134 242.749/.04);border-color:oklch(.5 .134 242.749/.28);box-shadow:0 8px 22px oklch(.5 .134 242.749/.1);transform:translateY(-1px)}.home-article-card__link{display:flex;flex-direction:column;gap:.5rem;min-width:0;height:100%}.home-article-card__link,.home-article-card__link:hover{color:inherit;text-decoration:none}.home-article-card__link h3,.home-article-card__title{font-size:clamp(.9rem,.84rem + .3vw,1rem);font-weight:700;line-height:var(--leading-snug);-webkit-hyphens:none;hyphens:none;text-wrap:balance}.home-article-card__excerpt,.home-article-card__link h3,.home-article-card__link p,.home-article-card__title{margin:0;text-align:start;overflow-wrap:break-word;word-break:normal;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden}.home-article-card__excerpt,.home-article-card__link p{font-size:var(--fs-sm);color:hsl(var(--muted-foreground));flex:1 1 auto}.home-article-card__meta{display:flex;align-items:center;justify-content:space-between;gap:.6rem;margin-bottom:.2rem}.home-article-card__image-wrap{border-radius:10px;overflow:hidden}.home-article-card__image,.home-article-card__image img{width:100%;height:120px;object-fit:cover;display:block;border-radius:10px}.home-article-card__image-placeholder{width:100%;height:120px;border-radius:10px;display:grid;place-items:center;background:var(--brand-dim);color:hsl(var(--muted-foreground));font-size:var(--fs-sm);font-weight:700}.home-article-card__cta{display:inline-flex;align-items:center;margin-top:auto;padding-top:.45rem;font-size:var(--fs-sm);font-weight:700;color:var(--brand)}.home-article-card:hover .home-article-card__cta{color:var(--sky-deep,var(--brand))}.home-live-prices--placeholder{border:1px solid hsl(var(--border));border-radius:1rem;background:#f8fafc;overflow:hidden}.home-live-prices--table-block.home-live-prices--placeholder{min-height:27rem}.home-live-prices--chart-block.home-live-prices--placeholder{min-height:21rem}