html{scroll-behavior:smooth}:root{--eq-gold: #c9a84c;--eq-gold-light: #d4b862;--eq-gold-star: #d4a94c;--eq-navy: #1a1a2e;--eq-navy-light: #24243e;--eq-navy-dark: #12122a;--eq-white: #ffffff;--eq-offwhite: #f8f7f4;--eq-light: #f2f1ed;--eq-gray-100: #e8e7e3;--eq-gray-200: #d4d3cf;--eq-gray-300: #b0afab;--eq-gray-400: #8a8985;--eq-gray-500: #6b6a66;--eq-gray-600: #4a4944;--eq-accent: var(--eq-gold);--eq-accent-dark: var(--eq-navy);--eq-bg: var(--eq-white);--eq-bg-alt: var(--eq-offwhite);--eq-text: var(--eq-gray-600);--eq-text-heading: var(--eq-navy);--eq-text-muted: var(--eq-gray-400);--eq-max-w: 1200px;--eq-narrow-w: 800px;--eq-radius: 12px;--eq-radius-sm: 8px;--eq-section-pad: clamp(40px, 6vw, 80px);--eq-gap: clamp(16px, 2vw, 24px);--eq-shadow-card: 0 2px 16px rgba(26, 26, 46, .06);--eq-shadow-hover: 0 8px 32px rgba(26, 26, 46, .12);--eq-font-heading: "Playfair Display", Georgia, "Times New Roman", serif;--eq-font-body: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif}.eq-section *,.eq-section *:before,.eq-section *:after{margin:0;padding:0;box-sizing:border-box}.eq-section{font-family:var(--eq-font-body);line-height:1.6;-webkit-font-smoothing:antialiased}.eq-section img{max-width:100%;height:auto;display:block}.eq-section a{color:inherit;text-decoration:none;transition:color .3s ease}.eq-container{max-width:var(--eq-max-w);margin:0 auto;padding:0 clamp(20px,4vw,40px)}.eq-narrow{max-width:var(--eq-narrow-w);margin:0 auto;padding:0 clamp(20px,4vw,40px)}.eq-section{padding:var(--eq-section-pad) 0;position:relative;overflow:hidden}.eq-center{text-align:center}.eq-section{background-color:var(--eq-bg);color:var(--eq-text)}.eq-section__bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.eq-section__bg img{width:100%;height:100%;object-fit:cover}.eq-section__bg:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:var(--eq-bg);opacity:var(--eq-bg-overlay, .7)}.eq-section>:not(.eq-section__bg):not(.eq-hero__bg){position:relative;z-index:1}.eq-label{font-family:var(--eq-font-body);font-size:12px;font-weight:600;letter-spacing:3px;text-transform:uppercase;color:var(--eq-accent);margin-bottom:12px;display:block}.eq-h2{font-family:var(--eq-font-heading);font-weight:700;line-height:1.15;color:var(--eq-text-heading)}.eq-h2--xl{font-size:clamp(32px,5vw,64px)}.eq-h2--lg{font-size:clamp(28px,4vw,48px)}.eq-h2--md{font-size:clamp(22px,3vw,36px)}.eq-h2--sm{font-size:clamp(18px,2.5vw,28px)}.eq-text{font-size:clamp(15px,1.5vw,17px);color:var(--eq-text);line-height:1.8;max-width:620px}.eq-divider{width:60px;height:2px;background:var(--eq-accent);margin:0 auto 24px}.eq-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 36px;font-family:var(--eq-font-body);font-size:14px;font-weight:600;letter-spacing:1px;text-decoration:none;border-radius:6px;transition:all .3s ease;cursor:pointer;border:none}.eq-btn--primary{background:var(--eq-accent-dark);color:var(--eq-white)}.eq-btn--primary:hover{background:var(--eq-navy-light);color:var(--eq-white);transform:translateY(-2px);box-shadow:0 6px 20px #1a1a2e4d}.eq-btn--gold{background:var(--eq-accent);color:var(--eq-accent-dark)}.eq-btn--gold:hover{background:var(--eq-gold-light);transform:translateY(-2px)}.eq-btn--outline{background:transparent;color:var(--eq-accent-dark);border:1.5px solid var(--eq-accent-dark)}.eq-btn--outline:hover{background:var(--eq-accent-dark);color:var(--eq-white)}.eq-section[data-dark=true] .eq-btn--primary{background:var(--eq-accent);color:var(--eq-accent-dark)}.eq-section[data-dark=true] .eq-btn--primary:hover{background:var(--eq-gold-light)}.eq-section[data-dark=true] .eq-btn--outline{color:var(--eq-white);border-color:var(--eq-white)}.eq-section[data-dark=true] .eq-btn--outline:hover{background:var(--eq-white);color:var(--eq-accent-dark)}.eq-btn svg{width:16px;height:16px;stroke:currentColor;fill:none;stroke-width:1.5}.eq-reveal{opacity:0;transform:translateY(30px);transition:opacity .7s ease,transform .7s ease}.eq-reveal.vis{opacity:1;transform:translateY(0)}@keyframes eq-fallback-show{to{opacity:1;transform:translateY(0)}}.eq-reveal{animation:eq-fallback-show 0s ease forwards;animation-delay:2s}.eq-d1{transition-delay:.1s}.eq-d2{transition-delay:.2s}.eq-d3{transition-delay:.3s}.eq-d4{transition-delay:.4s}.eq-d5{transition-delay:.5s}.eq-hero{min-height:var(--eq-hero-min-h, 85vh);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;position:relative;overflow:visible}.eq-hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.eq-hero__bg img{width:100%;height:100%;object-fit:cover}.eq-hero__bg:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:var(--eq-hero-overlay, #1a1a2e);opacity:var(--eq-hero-overlay-opacity, .65)}.eq-hero__bg--solid:after{display:none}.eq-hero__content{position:relative;z-index:1;max-width:720px;padding:0 clamp(20px,4vw,40px)}.eq-hero__pretitle{font-family:var(--eq-font-body);font-size:13px;font-weight:600;letter-spacing:4px;text-transform:uppercase;color:var(--eq-hero-pretitle, var(--eq-accent));margin-bottom:16px}.eq-hero__title{font-family:var(--eq-font-heading);font-size:clamp(48px,9vw,100px);font-weight:800;color:var(--eq-hero-title, #fff);line-height:1.05;margin-bottom:24px}.eq-hero__tagline{font-family:var(--eq-font-body);font-weight:600;letter-spacing:3px;text-transform:uppercase;margin-bottom:20px}.eq-hero__subtitle{font-family:var(--eq-font-heading);font-size:clamp(16px,2vw,20px);font-weight:400;font-style:italic;color:var(--eq-hero-subtitle, var(--eq-gray-200));line-height:1.7;max-width:550px;margin:0 auto 36px}.eq-hero__buttons{display:flex;align-items:center;justify-content:center;gap:12px;flex-wrap:wrap}.eq-hero__scroll{margin-top:48px;display:flex;flex-direction:column;align-items:center;gap:8px;color:var(--eq-hero-scroll, var(--eq-gray-300));font-size:11px;letter-spacing:2px;text-transform:uppercase}.eq-hero__scroll-line{width:1px;height:40px;background:var(--eq-accent);animation:eq-scroll-pulse 2s ease-in-out infinite}@keyframes eq-scroll-pulse{0%,to{opacity:.3;transform:scaleY(.6)}50%{opacity:1;transform:scaleY(1)}}.eq-hero__media{position:relative;z-index:2;width:100%;margin:clamp(32px,5vw,56px) auto clamp(20px,3vw,40px);padding:0 clamp(20px,4vw,40px);opacity:1!important;transform:none!important;animation:none!important}.eq-hero__media img{width:100%;height:auto;display:block;border-radius:var(--eq-radius);box-shadow:0 12px 48px #00000059}.eq-hero__media-video{position:relative;width:100%;padding-bottom:56.25%;overflow:hidden;border-radius:var(--eq-radius);box-shadow:0 12px 48px #00000059}.eq-hero__media-video iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:0}@media(max-width:768px){.eq-hero{min-height:60vh!important}.eq-terlica{min-height:85vh!important;padding-top:40px!important;padding-bottom:20px!important;align-items:flex-start!important;justify-content:flex-start!important}.eq-terlica>div:first-child img{object-position:center bottom!important}.eq-terlica:before{content:""!important;position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;z-index:0!important;background:linear-gradient(to bottom,rgba(26,26,46,.95) 0%,rgba(26,26,46,.7) 45%,transparent 75%)!important;pointer-events:none}.eq-hero__content{margin-top:0!important}.eq-hero__pretitle{max-width:260px!important;margin-left:auto!important;margin-right:auto!important}.eq-hero__title{max-width:320px!important;margin-left:auto!important;margin-right:auto!important}}@media(max-width:600px){.eq-hero__buttons{flex-direction:column;gap:10px}.eq-hero__buttons .eq-btn{width:100%}.eq-hero__media{padding:0 16px}}.eq-expert{border-radius:var(--eq-radius);padding:clamp(28px,4vw,48px);display:grid;grid-template-columns:auto 1fr auto;gap:clamp(20px,3vw,40px);align-items:center}@media(max-width:960px){.eq-expert{grid-template-columns:auto 1fr}.eq-expert__badges{grid-column:1 / -1;flex-direction:row!important;flex-wrap:wrap;justify-content:center;transform:none!important;margin-bottom:0;margin-top:8px;padding-top:26px;border-top:1px solid rgba(255,255,255,.08)}}@media(max-width:768px){.eq-expert{grid-template-columns:1fr;text-align:center}.eq-expert__badges{grid-column:1;flex-direction:column!important;align-items:flex-start;justify-content:flex-start;padding-left:24px;padding-right:24px}}.eq-expert__avatar{width:100px;height:100px;border-radius:50%;border:3px solid var(--eq-accent);overflow:hidden;display:flex;align-items:center;justify-content:center}.eq-expert__avatar img{width:100%;height:100%;object-fit:cover}@media(max-width:768px){.eq-expert__avatar{margin:0 auto}}.eq-expert__name{font-family:var(--eq-font-heading);font-size:clamp(20px,2.5vw,28px);font-weight:700;margin-bottom:4px}.eq-expert__role{font-size:12px;letter-spacing:2px;text-transform:uppercase;color:var(--eq-accent);margin-bottom:12px}.eq-expert__quote{font-family:var(--eq-font-heading);font-size:clamp(15px,1.6vw,18px);font-style:italic;line-height:1.7;max-width:500px;opacity:.85}@media(max-width:768px){.eq-expert__quote{max-width:100%}}.eq-expert__medals{display:flex;gap:8px;margin-top:12px}@media(max-width:768px){.eq-expert__medals{justify-content:center}}.eq-expert__medal{width:32px;height:32px;border-radius:50%;background:#c9a84c26;border:1px solid var(--eq-accent);display:flex;align-items:center;justify-content:center}.eq-expert__medal svg{width:16px;height:16px;fill:var(--eq-accent)}.eq-expert__medal img{width:20px;height:20px;object-fit:contain}.eq-expert__badges{display:flex;flex-direction:column;gap:10px;min-width:160px;align-self:center}.eq-expert__badge-row{display:flex;align-items:center;gap:10px}.eq-expert__badge-icon{width:var(--eq-badge-circle, 40px);height:var(--eq-badge-circle, 40px);border-radius:50%;border:1px solid var(--eq-accent);overflow:hidden;display:flex;align-items:center;justify-content:center;flex-shrink:0;background:#c9a84c14}.eq-expert__badge-icon img{width:var(--eq-badge-icon-size, 65%);height:var(--eq-badge-icon-size, 65%);object-fit:contain;border-radius:0}.eq-expert__badge-text{font-family:var(--eq-font-body);font-size:12px;font-weight:500;letter-spacing:.5px;text-align:left}.eq-forum__breadcrumb{font-size:12px;color:var(--eq-text-muted);margin-bottom:20px}.eq-forum__breadcrumb a{color:var(--eq-accent);font-weight:600}.eq-forum__breadcrumb span{color:var(--eq-gray-300);margin:0 6px}.eq-forum__post{display:grid;grid-template-columns:120px 1fr;gap:clamp(20px,3vw,32px);padding:clamp(20px,3vw,32px) 0;border-bottom:1px solid var(--eq-gray-100);align-items:start}.eq-forum__post:last-child{border-bottom:none}@media(max-width:600px){.eq-forum__post{grid-template-columns:1fr;text-align:center}.eq-forum__rating{justify-content:center}}.eq-forum__sidebar{text-align:center;min-width:120px;padding-top:4px}.eq-forum__avatar{width:80px;height:80px;border-radius:50%;background:var(--eq-light);margin:0 auto 10px;overflow:hidden;display:flex;align-items:center;justify-content:center;border:2.5px solid var(--eq-gray-200)}.eq-forum__avatar img{width:100%;height:100%;object-fit:cover}.eq-forum__avatar-initial{font-family:var(--eq-font-heading);font-size:22px;font-weight:700;color:var(--eq-accent-dark)}.eq-forum__username{font-family:var(--eq-font-heading);font-size:14px;font-weight:600;color:var(--eq-text-heading);display:block}.eq-forum__badge{display:inline-block;font-size:10px;letter-spacing:1px;text-transform:uppercase;color:var(--eq-accent);background:#c9a84c1a;padding:3px 10px;border-radius:10px;margin-top:4px}.eq-forum__meta{font-size:12px;color:var(--eq-text-muted);margin-bottom:8px}.eq-forum__text{font-size:15px;color:var(--eq-text);line-height:1.8}.eq-forum__text em{color:var(--eq-text-heading);font-style:italic}.eq-forum__rating{display:flex;align-items:center;gap:6px;margin-top:12px}.eq-forum__rating-label{font-size:11px;color:var(--eq-text-muted);text-transform:uppercase;letter-spacing:1px}.eq-forum__stars{display:flex;gap:2px}.eq-forum__stars svg{width:16px;height:16px;fill:var(--eq-gold-star)}.eq-actions__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--eq-gap)}@media(max-width:768px){.eq-actions__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.eq-actions__grid{grid-template-columns:1fr}}.eq-actions__card{background:var(--eq-bg);border-radius:var(--eq-radius);padding:clamp(28px,3vw,40px) 20px;text-align:center;border:1.5px solid var(--eq-gray-200);box-shadow:0 2px 12px #1a1a2e14;transition:all .3s ease;cursor:pointer;text-decoration:none;display:block;color:inherit}.eq-actions__card:hover{border-color:var(--eq-accent-dark);box-shadow:0 8px 32px #1a1a2e26;transform:translateY(-4px)}.eq-actions__icon{width:56px;height:56px;margin:0 auto 16px;background:var(--eq-bg-alt);border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .3s;overflow:hidden}.eq-actions__card:hover .eq-actions__icon{background:var(--eq-accent-dark)}.eq-actions__icon svg{width:28px;height:28px;stroke:var(--eq-accent-dark);fill:none;stroke-width:1.5;transition:stroke .3s}.eq-actions__card:hover .eq-actions__icon svg{stroke:var(--eq-accent)}.eq-actions__icon img{width:28px;height:28px;object-fit:contain}.eq-actions__card h3{font-family:var(--eq-font-heading);font-size:clamp(19px,2vw,23px);font-weight:700;color:var(--eq-text-heading);margin-bottom:8px;white-space:nowrap}.eq-actions__card p{font-size:13px;color:var(--eq-gray-500);line-height:1.6}.eq-tech-feat{display:grid;grid-template-columns:1fr 1fr;gap:clamp(30px,5vw,60px);align-items:center;margin-bottom:clamp(50px,6vw,80px)}.eq-tech-feat:last-child{margin-bottom:0}.eq-tech-feat--rev{direction:rtl}.eq-tech-feat--rev>*{direction:ltr}@media(max-width:768px){.eq-tech-feat,.eq-tech-feat--rev{grid-template-columns:1fr;direction:ltr;gap:24px}}.eq-tech-feat__visual{aspect-ratio:4 / 3;border-radius:var(--eq-radius);overflow:hidden;position:relative;background:var(--eq-navy-light)}.eq-tech-feat__visual img{width:100%;height:100%;object-fit:cover}.eq-tech-feat__visual-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.eq-tech-feat__visual-placeholder svg{width:60px;height:60px;stroke:var(--eq-accent);fill:none;stroke-width:1;opacity:.4}.eq-tech-feat__num{font-family:var(--eq-font-heading);font-size:clamp(48px,6vw,80px);font-weight:800;color:var(--eq-accent);opacity:.15;line-height:1;margin-bottom:0}.eq-tech-feat__stat{display:inline-block!important;margin-top:16px!important;font-family:Great Vibes,cursive!important;font-size:clamp(20px,2.5vw,26px)!important;font-weight:400!important;color:var(--eq-accent)!important;background:none!important;border:none!important;padding:0!important;border-radius:0!important;letter-spacing:.5px!important;line-height:1.2!important}.eq-tech-feat__stat svg{display:none!important}.eq-tech-feat__title{font-family:var(--eq-font-heading);font-size:clamp(22px,3vw,32px);font-weight:700;margin-bottom:12px}.eq-tech-feat__desc{font-size:15px;line-height:1.8}.eq-custom__inner{display:grid;grid-template-columns:1fr 1fr;gap:clamp(30px,5vw,60px);align-items:center}@media(max-width:768px){.eq-custom__inner{grid-template-columns:1fr}}.eq-custom__options{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:20px}.eq-custom__opt{background:var(--eq-bg-alt);border-radius:var(--eq-radius-sm);padding:16px;text-align:center;transition:all .3s}.eq-custom__opt:hover{background:var(--eq-accent-dark);color:var(--eq-white)}.eq-custom__opt:hover .eq-custom__opt-label{color:var(--eq-accent)}.eq-custom__opt:hover .eq-custom__opt-val{color:var(--eq-white)}.eq-custom__opt-label{font-size:10px;letter-spacing:2px;text-transform:uppercase;color:var(--eq-text-muted);margin-bottom:4px}.eq-custom__opt-val{font-family:var(--eq-font-heading);font-size:16px;font-weight:600;color:var(--eq-text-heading)}.eq-custom__colors{display:flex;gap:16px;margin-top:20px}.eq-custom__swatch{display:flex;flex-direction:column;align-items:center;gap:6px}.eq-custom__dot{width:40px;height:40px;border-radius:50%;border:2px solid var(--eq-gray-200);cursor:pointer;transition:all .3s}.eq-custom__dot:hover{border-color:var(--eq-accent-dark);transform:scale(1.1)}.eq-custom__dot-name{font-size:10px;color:var(--eq-gray-500);text-transform:uppercase;letter-spacing:1px}.eq-custom__visual{aspect-ratio:3 / 4;background:var(--eq-light);border-radius:var(--eq-radius);overflow:hidden;display:flex;align-items:center;justify-content:center}.eq-custom__visual img{width:100%;height:100%;object-fit:cover}.eq-promise__slogan{font-family:var(--eq-font-heading);font-size:clamp(22px,3vw,36px);font-weight:400;font-style:italic;max-width:650px;margin:0 auto 40px;line-height:1.5}.eq-promise__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--eq-gap)}@media(max-width:768px){.eq-promise__grid{grid-template-columns:1fr}}.eq-promise__card{background:#ffffff0a;border:1.5px solid rgba(255,255,255,.15);border-radius:var(--eq-radius);padding:clamp(28px,3vw,40px) 20px;text-align:center;transition:all .3s;box-shadow:0 2px 12px #0003}.eq-promise__card:hover{background:#ffffff14;border-color:var(--eq-accent);box-shadow:0 8px 32px #0000004d;transform:translateY(-4px)}.eq-promise__icon{width:56px;height:56px;margin:0 auto 16px;background:#c9a84c1a;border-radius:50%;display:flex;align-items:center;justify-content:center;overflow:hidden}.eq-promise__icon svg{width:28px;height:28px;stroke:var(--eq-accent);fill:none;stroke-width:1.5}.eq-promise__icon img{width:28px;height:28px;object-fit:contain}.eq-promise__card h3{font-family:var(--eq-font-heading);font-size:clamp(19px,2vw,23px);font-weight:700;margin-bottom:8px;white-space:nowrap}.eq-promise__card p{font-size:13px;line-height:1.7;opacity:.75}.eq-promise__buttons{display:flex;align-items:center;justify-content:center;gap:12px;flex-wrap:wrap;margin-top:clamp(30px,4vw,50px)}@media(max-width:600px){.eq-promise__buttons{flex-direction:column;gap:10px}.eq-promise__buttons .eq-btn{width:100%}}.eq-brand__quote{font-family:var(--eq-font-heading);font-size:clamp(22px,3.5vw,36px);font-weight:400;font-style:italic;max-width:720px;margin:0 auto 20px;line-height:1.5}.eq-brand__body{font-size:clamp(14px,1.4vw,16px);max-width:580px;margin:0 auto;line-height:1.8;opacity:.8}.eq-brand__author{font-size:13px;letter-spacing:2px;text-transform:uppercase;margin-top:20px}.eq-anatomy__inner{display:grid;grid-template-columns:1fr 1fr;gap:clamp(40px,6vw,80px);align-items:start}@media(max-width:768px){.eq-anatomy__inner{grid-template-columns:1fr}}.eq-anatomy__visual{aspect-ratio:3 / 4;background:var(--eq-navy);border-radius:var(--eq-radius);overflow:hidden}.eq-anatomy__visual img{width:100%;height:100%;object-fit:cover}.eq-acc{border-top:1px solid var(--eq-gray-100)}.eq-acc__item{border-bottom:1px solid var(--eq-gray-100)}.eq-acc__btn{width:100%;display:flex;align-items:center;justify-content:space-between;padding:20px 0;background:none;border:none;cursor:pointer;font-family:var(--eq-font-heading);font-size:17px;font-weight:600;color:var(--eq-text-heading);text-align:left;transition:color .3s}.eq-acc__btn:hover{color:var(--eq-accent)}.eq-acc__icon{width:20px;height:20px;position:relative;flex-shrink:0}.eq-acc__icon:before,.eq-acc__icon:after{content:"";position:absolute;background:var(--eq-gray-500);transition:transform .3s}.eq-acc__icon:before{width:12px;height:1.5px;top:50%;left:50%;transform:translate(-50%,-50%)}.eq-acc__icon:after{width:1.5px;height:12px;top:50%;left:50%;transform:translate(-50%,-50%)}.eq-acc__item.active .eq-acc__icon:after{transform:translate(-50%,-50%) rotate(90deg)}.eq-acc__body{max-height:0;overflow:hidden;transition:max-height .4s ease}.eq-acc__item.active .eq-acc__body{max-height:300px}.eq-acc__body-inner{padding:0 0 20px;font-size:14px;color:var(--eq-text);line-height:1.8}.eq-specs__table{width:100%;max-width:720px;margin:clamp(30px,4vw,50px) auto 0;border-collapse:collapse}.eq-specs__table tr{border-bottom:1px solid rgba(255,255,255,.08)}.eq-specs__table tr:last-child{border-bottom:none}.eq-specs__table td{padding:16px 0;vertical-align:top}.eq-specs__table td:first-child{font-size:12px;letter-spacing:1px;text-transform:uppercase;width:40%;padding-right:20px}.eq-specs__table td:last-child{font-size:15px;font-weight:500}.eq-video__wrapper{position:relative;aspect-ratio:16 / 9;background:var(--eq-navy-light);border-radius:var(--eq-radius);overflow:hidden;margin-top:clamp(30px,4vw,50px)}.eq-video__wrapper iframe,.eq-video__wrapper video{width:100%;height:100%;object-fit:cover;border:none}.eq-video__placeholder{display:flex;align-items:center;justify-content:center;width:100%;height:100%;color:var(--eq-gray-400);text-align:center}.eq-video__placeholder svg{margin-bottom:12px}.eq-faq__list{max-width:800px;margin:clamp(30px,4vw,50px) auto 0}.eq-faq__item{background:var(--eq-bg-alt, var(--eq-light));border-radius:var(--eq-radius-sm);margin-bottom:12px;overflow:hidden;transition:box-shadow .3s}.eq-faq__item:hover{box-shadow:var(--eq-shadow-card)}.eq-faq__q{width:100%;display:flex;align-items:center;justify-content:space-between;padding:22px 28px;background:none;border:none;cursor:pointer;font-family:var(--eq-font-heading);font-size:clamp(17px,1.8vw,21px);font-weight:600;color:var(--eq-text-heading);text-align:left}.eq-faq__q:hover{color:var(--eq-accent)}.eq-faq__plus{font-size:20px;font-weight:300;color:var(--eq-gray-400);transition:transform .3s;flex-shrink:0}.eq-faq__item.active .eq-faq__plus{transform:rotate(45deg)}.eq-faq__a{max-height:0;overflow:hidden;transition:max-height .4s ease}.eq-faq__item.active .eq-faq__a{max-height:300px}.eq-faq__a-inner{padding:0 24px 18px;font-size:14px;color:var(--eq-text);line-height:1.8}
/*# sourceMappingURL=/cdn/shop/t/93/assets/eq-landing.css.map */
