/* EGOMED LANDING WIDGETS — Geist Theme */

/* ═══ COMMON ═══ */
.egh,.egt,.egpg,.egms,.egfg,.egst,.egfaq,.egcta{font-family:'Geist',-apple-system,sans-serif;-webkit-font-smoothing:antialiased;box-sizing:border-box}
.egh *,.egt *,.egpg *,.egms *,.egfg *,.egst *,.egfaq *,.egcta *{box-sizing:border-box;margin:0;padding:0}

/* ═══ HERO ═══ */
.egh{--egh-accent:#6AB42E}
.egh-inner{max-width:1200px;margin:0 auto;padding:32px 24px 64px;display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}
.egh-badge{display:inline-flex;align-items:center;gap:8px;background:#EDF7ED;color:#3A8F3E;border:1px solid #B5D8B5;padding:7px 18px;border-radius:40px;font-size:13px;font-weight:600;margin-bottom:28px;animation:eghBadge .8s cubic-bezier(.16,1,.3,1) both}
@keyframes eghBadge{from{opacity:0;transform:translateY(10px) scale(.95)}}
.egh-title{font-size:56px;font-weight:600;line-height:1.04;letter-spacing:-.04em;color:#1a1a1a;margin-bottom:22px}
.egh-title em{font-style:normal;color:var(--egh-accent)}
.egh-desc{font-size:20px;line-height:1.55;color:#555;margin-bottom:36px}
.egh-ctas{display:flex;gap:14px;flex-wrap:wrap}
.egh-btn,.egh-btn-s{display:inline-flex;align-items:center;gap:8px;padding:16px 36px;border-radius:50px;font-family:'Geist',sans-serif;font-size:16px;font-weight:600;cursor:pointer;transition:all .25s cubic-bezier(.16,1,.3,1);text-decoration:none;border:none}
.egh-btn{background:#111;color:#fff}.egh-btn:hover{background:#333;transform:translateY(-2px);box-shadow:0 8px 24px rgba(0,0,0,.15)}
.egh-btn-s{background:transparent;color:#111;border:1.5px solid #E8E6E1}.egh-btn-s:hover{border-color:#111;transform:translateY(-2px)}
.egh-visual{position:relative;border-radius:24px;aspect-ratio:4/3;background:#F5F4F0;overflow:hidden;display:flex;align-items:center;justify-content:center}
.egh-visual::after{content:'';position:absolute;inset:0;background:linear-gradient(135deg,transparent 60%,rgba(106,180,46,.08));pointer-events:none}
.egh-visual img{width:100%;height:100%;object-fit:cover;transition:transform 6s ease}.egh-visual:hover img{transform:scale(1.04)}
.egh-ph{color:#888;font-size:15px;font-weight:600}
.egh-float{position:absolute;z-index:2;background:rgba(255,255,255,.92);backdrop-filter:blur(12px);border-radius:12px;padding:10px 16px;font-size:13px;font-weight:600;color:#1a1a1a;display:flex;align-items:center;gap:8px;box-shadow:0 4px 20px rgba(0,0,0,.08);animation:eghFloat .8s cubic-bezier(.16,1,.3,1) both}
.egh-fl1{bottom:20px;left:20px;animation-delay:.6s}.egh-fl2{top:20px;right:20px;animation-delay:.8s}
@keyframes eghFloat{from{opacity:0;transform:translateY(16px)}}
.egh-fli{width:32px;height:32px;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.egh-fli-g{background:#EDF7ED;color:#3A8F3E}.egh-fli-b{background:#F0F8E8;color:var(--egh-accent)}
@media(max-width:1024px){.egh-inner{grid-template-columns:1fr;gap:36px}.egh-title{font-size:42px}}
@media(max-width:600px){.egh-title{font-size:34px}.egh-ctas{flex-direction:column}.egh-float{display:none}}

/* ═══ TRUST BAR ═══ */
.egt{background:#111;overflow:hidden}
.egt-track{display:flex;animation:egtScroll 30s linear infinite;width:max-content}
.egt-set{display:flex;flex-shrink:0}
.egt-item{display:flex;align-items:center;gap:10px;padding:16px 40px;font-size:13px;font-weight:600;color:rgba(255,255,255,.8);text-transform:uppercase;white-space:nowrap;line-height:1.3}
.egt-item svg{opacity:.6;flex-shrink:0}
.egt-dot{width:4px;height:4px;background:rgba(255,255,255,.25);border-radius:50%;flex-shrink:0;align-self:center}
@keyframes egtScroll{to{transform:translateX(-50%)}}

/* ═══ PRODUCT GRID ═══ */
.egpg{--egpg-accent:#6AB42E}
.egpg-inner{max-width:1200px;margin:0 auto;padding:96px 24px}
.egpg-header{text-align:center;max-width:680px;margin:0 auto 56px}
.egpg-eye{font-size:13px;font-weight:600;color:var(--egpg-accent);text-transform:uppercase;margin-bottom:14px;letter-spacing:.02em}
.egpg-title{font-size:42px;font-weight:600;line-height:1.08;letter-spacing:-.03em;color:#1a1a1a;margin-bottom:16px}
.egpg-sub{font-size:18px;color:#555;line-height:1.55}
.egpg-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
@media(max-width:1024px){.egpg-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:767px){.egpg-grid{grid-template-columns:1fr}}
.egpg-card{border:1.5px solid #E8E6E1;border-radius:18px;overflow:hidden;background:#fff;transition:all .4s cubic-bezier(.16,1,.3,1);cursor:pointer}
.egpg-card:hover{border-color:var(--egpg-accent);transform:translateY(-6px);box-shadow:0 20px 48px rgba(106,180,46,.12)}
.egpg-img{aspect-ratio:4/3;background:#F5F4F0;overflow:hidden;display:flex;align-items:center;justify-content:center;position:relative;text-decoration:none}
a.egpg-img{cursor:pointer}
.egpg-img img{width:100%;height:100%;object-fit:contain;transition:transform .6s cubic-bezier(.16,1,.3,1);padding:8px}.egpg-card:hover .egpg-img img{transform:scale(1.06)}
.egpg-tag{position:absolute;top:14px;left:14px;background:var(--egpg-accent);color:#fff;padding:5px 14px;border-radius:20px;font-size:11px;font-weight:600}
.egpg-body{padding:22px}
.egpg-name{font-size:22px;font-weight:600;line-height:1.2;letter-spacing:-.02em;color:#1a1a1a;margin-bottom:6px}
.egpg-psub{font-size:14px;color:#888;margin-bottom:14px}
.egpg-feats{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:18px}
.egpg-feat{font-size:12px;font-weight:600;color:#7A776E;background:#F5F4F0;padding:5px 12px;border-radius:6px}
.egpg-cta{display:flex;align-items:center;justify-content:center;gap:8px;padding:13px;background:#111;color:#fff;border-radius:12px;font-size:14px;font-weight:600;text-decoration:none;transition:all .3s}
.egpg-cta svg{transition:transform .3s}.egpg-card:hover .egpg-cta svg{transform:translateX(4px)}
.egpg-price{font-size:18px;font-weight:600;color:var(--egpg-accent);margin-bottom:14px;letter-spacing:-.02em}
.egpg-price del{color:#aaa;font-weight:normal;font-size:14px}
.egpg-price ins{text-decoration:none}
@media(max-width:1024px){.egpg-title{font-size:34px}}
@media(max-width:600px){.egpg-title{font-size:28px}.egpg-inner{padding:64px 20px}}

/* ═══ MOTOR SELECTOR ═══ */
.egms{--egms-accent:#6AB42E;background:#111;color:#fff;padding:96px 24px}
.egms-inner{max-width:1200px;margin:0 auto}
.egms-header{text-align:center;margin-bottom:56px}
.egms-eye{font-size:13px;font-weight:600;color:var(--egms-accent);text-transform:uppercase;margin-bottom:14px;letter-spacing:.02em}
.egms-title{font-size:42px;font-weight:600;line-height:1.08;letter-spacing:-.03em;color:#fff;margin-bottom:16px}
.egms-sub{font-size:18px;color:rgba(255,255,255,.6);line-height:1.55}
.egms-tabs{display:flex;justify-content:center;gap:8px;margin-bottom:48px;flex-wrap:wrap}
.egms-tab{padding:12px 28px;border-radius:50px;border:1.5px solid rgba(255,255,255,.2);background:transparent;color:rgba(255,255,255,.6);font-family:'Geist',sans-serif;font-size:15px;font-weight:600;cursor:pointer;transition:all .3s}
.egms-tab:hover{border-color:rgba(255,255,255,.4);color:#fff}.egms-tab.on{background:#fff;color:#111;border-color:#fff}
.egms-panel{display:none;opacity:0;transform:translateY(20px);transition:opacity .5s,transform .5s}
.egms-panel.on{display:grid;opacity:1;transform:translateY(0);grid-template-columns:1fr 1fr;gap:56px;align-items:center}
.egms-vname{color:#fff;font-size:28px;font-weight:600;margin-bottom:14px;letter-spacing:-.03em}
.egms-vdesc{color:rgba(255,255,255,.6);font-size:17px;line-height:1.6;margin-bottom:24px}
.egms-specs{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.egms-spec{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:16px}
.egms-spv{font-size:24px;font-weight:600;color:var(--egms-accent);letter-spacing:-.03em;margin-bottom:4px}
.egms-spl{font-size:13px;color:rgba(255,255,255,.5)}
.egms-vis{background:rgba(255,255,255,.04);border-radius:20px;aspect-ratio:4/3;display:flex;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.08);overflow:hidden}
.egms-vis img{width:100%;height:100%;object-fit:cover}
.egms-ph{color:rgba(255,255,255,.3);font-size:14px;font-weight:600}
@media(max-width:1024px){.egms-panel.on{grid-template-columns:1fr;gap:32px}.egms-title{font-size:34px}}
@media(max-width:600px){.egms-tabs{gap:6px}.egms-tab{padding:10px 18px;font-size:13px}.egms-specs{grid-template-columns:1fr}.egms{padding:64px 20px}.egms-title{font-size:28px}}

/* ═══ FEATURES GRID ═══ */
.egfg{--egfg-accent:#6AB42E}
.egfg-inner{max-width:1200px;margin:0 auto;padding:96px 24px}
.egfg-header{text-align:center;max-width:680px;margin:0 auto 56px}
.egfg-eye{font-size:13px;font-weight:600;color:var(--egfg-accent);text-transform:uppercase;margin-bottom:14px;letter-spacing:.02em}
.egfg-title{font-size:42px;font-weight:600;line-height:1.08;letter-spacing:-.03em;color:#1a1a1a;margin-bottom:16px}
.egfg-grid{display:grid;gap:24px}
.egfg-card{padding:36px;background:#fff;border-radius:18px;border:1px solid #E8E6E1;transition:all .4s cubic-bezier(.16,1,.3,1);position:relative;overflow:hidden}
.egfg-card::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:var(--egfg-accent);transform:scaleX(0);transform-origin:left;transition:transform .6s cubic-bezier(.16,1,.3,1)}
.egfg-card:hover::before{transform:scaleX(1)}.egfg-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px rgba(0,0,0,.06)}
.egfg-icon{width:52px;height:52px;background:#F0F8E8;border-radius:14px;display:flex;align-items:center;justify-content:center;margin-bottom:22px;color:var(--egfg-accent);transition:all .3s}
.egfg-card:hover .egfg-icon{background:var(--egfg-accent);color:#fff}
.egfg-ct{font-size:20px;font-weight:600;line-height:1.2;letter-spacing:-.02em;color:#1a1a1a;margin-bottom:10px}
.egfg-cd{font-size:16px;color:#555;line-height:1.6}
@media(max-width:1024px){.egfg-grid{grid-template-columns:1fr 1fr !important}.egfg-title{font-size:34px}}
@media(max-width:600px){.egfg-grid{grid-template-columns:1fr !important}.egfg-inner{padding:64px 20px}.egfg-title{font-size:28px}}

/* ═══ STEPS ═══ */
.egst{--egst-accent:#6AB42E}
.egst-inner{max-width:1200px;margin:0 auto;padding:96px 24px}
.egst-header{text-align:center;max-width:680px;margin:0 auto 56px}
.egst-eye{font-size:13px;font-weight:600;color:var(--egst-accent);text-transform:uppercase;margin-bottom:14px;letter-spacing:.02em}
.egst-title{font-size:42px;font-weight:600;line-height:1.08;letter-spacing:-.03em;color:#1a1a1a;margin-bottom:16px}
.egst-grid{display:grid;grid-template-columns:repeat(4,1fr);position:relative}
.egst-grid::before{content:'';position:absolute;top:34px;left:12.5%;right:12.5%;height:2px;background:#E8E6E1}
.egst-card{text-align:center;padding:0 16px;position:relative;z-index:1}
.egst-num{width:48px;height:48px;background:#fff;color:#111;border:2px solid #E8E6E1;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:600;margin:0 auto 20px;transition:all .4s;position:relative;z-index:2}
.egst-card:hover .egst-num{background:var(--egst-accent);color:#fff;border-color:var(--egst-accent);transform:scale(1.15)}
.egst-st{font-size:16px;font-weight:600;color:#1a1a1a;margin-bottom:8px}
.egst-sd{font-size:14px;color:#555;line-height:1.5}
@media(max-width:1024px){.egst-grid{grid-template-columns:1fr 1fr;gap:32px}.egst-grid::before{display:none}.egst-title{font-size:34px}}
@media(max-width:600px){.egst-inner{padding:64px 20px}.egst-title{font-size:28px}}

/* ═══ FAQ ═══ */
.egfaq{--egfaq-accent:#6AB42E}
.egfaq-inner{max-width:1200px;margin:0 auto;padding:96px 24px}
.egfaq-header{text-align:center;max-width:680px;margin:0 auto 56px}
.egfaq-eye{font-size:13px;font-weight:600;color:var(--egfaq-accent);text-transform:uppercase;margin-bottom:14px;letter-spacing:.02em}
.egfaq-title{font-size:42px;font-weight:600;line-height:1.08;letter-spacing:-.03em;color:#1a1a1a;margin-bottom:16px}
.egfaq-list{max-width:780px;margin:0 auto}
.egfaq-item{border-bottom:1px solid #E8E6E1}
.egfaq-q{font-size:18px;font-weight:600;color:#1a1a1a;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:16px;padding:24px 0;transition:color .2s;line-height:1.3}
.egfaq-q:hover{color:var(--egfaq-accent)}
.egfaq-ic{width:28px;height:28px;border-radius:50%;background:#F5F4F0;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .3s;color:#888}
.egfaq-item.open .egfaq-ic{background:var(--egfaq-accent);color:#fff;transform:rotate(45deg)}
.egfaq-a{font-size:16px;color:#555;line-height:1.65;max-height:0;overflow:hidden;transition:max-height .5s cubic-bezier(.16,1,.3,1),padding .3s;padding:0}
.egfaq-item.open .egfaq-a{max-height:400px;padding-bottom:24px}
@media(max-width:600px){.egfaq-inner{padding:64px 20px}.egfaq-title{font-size:28px}}

/* ═══ CTA BANNER ═══ */
.egcta{background:#111;color:#fff;border-radius:24px;padding:72px 48px;text-align:center;position:relative;overflow:hidden;max-width:1200px;margin:0 auto}
.egcta::before{content:'';position:absolute;top:-120px;right:-120px;width:400px;height:400px;border-radius:50%;background:radial-gradient(circle,rgba(106,180,46,.15),transparent 70%);pointer-events:none}
.egcta-title{font-size:42px;font-weight:600;line-height:1.08;letter-spacing:-.03em;color:#fff;margin-bottom:14px}
.egcta-sub{font-size:18px;color:rgba(255,255,255,.6);margin-bottom:36px;line-height:1.55}
.egcta-btn{display:inline-flex;align-items:center;gap:8px;background:#fff;color:#111;padding:16px 40px;border-radius:50px;font-family:'Geist',sans-serif;font-size:16px;font-weight:600;text-decoration:none;transition:all .25s;position:relative;z-index:1}
.egcta-btn:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgba(0,0,0,.15)}
@media(max-width:600px){.egcta{padding:48px 24px;border-radius:16px}.egcta-title{font-size:28px}}

/* ═══ ALZAPERSONA 3D ═══ */
.egap{--egap-accent:#6AB42E;background:linear-gradient(180deg,#0c0c0c,#131313);color:#fff;padding:96px 24px;position:relative;font-family:'Geist',-apple-system,sans-serif;-webkit-font-smoothing:antialiased}
.egap *{box-sizing:border-box;margin:0;padding:0}
.egap-inner{max-width:1200px;margin:0 auto}
.egap-header{text-align:center;margin-bottom:56px}
.egap-eye{font-size:13px;font-weight:600;color:var(--egap-accent);text-transform:uppercase;letter-spacing:.02em;margin-bottom:14px}
.egap-title{font-size:42px;font-weight:600;line-height:1.08;letter-spacing:-.03em;margin-bottom:16px}
.egap-sub{font-size:18px;color:rgba(255,255,255,.45);line-height:1.55;max-width:560px;margin:0 auto}
.egap-layout{display:grid;grid-template-columns:1.15fr .85fr;gap:48px;align-items:center}
.egap-canvas-wrap{position:relative;width:100%;aspect-ratio:4/3;border-radius:20px;overflow:hidden;background:radial-gradient(ellipse at 50% 70%,#1e1c1a,#0d0c0b);cursor:grab}
.egap-canvas-wrap:active{cursor:grabbing}
.egap-canvas-wrap canvas{display:block;width:100%!important;height:100%!important}
.egap-pos-label{position:absolute;bottom:16px;left:50%;transform:translateX(-50%);background:rgba(0,0,0,.55);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.1);border-radius:10px;padding:8px 20px;font-size:13px;font-weight:600;color:var(--egap-accent);pointer-events:none;white-space:nowrap}
.egap-pills{position:absolute;top:16px;left:16px;right:16px;display:flex;gap:8px;flex-wrap:wrap;pointer-events:none}
.egap-pill{background:rgba(0,0,0,.45);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.08);border-radius:8px;padding:6px 12px;font-size:11px;font-weight:600;color:rgba(255,255,255,.6)}
.egap-pill b{color:var(--egap-accent)}
.egap-drag-hint{position:absolute;bottom:50px;left:50%;transform:translateX(-50%);background:rgba(0,0,0,.5);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.1);border-radius:8px;padding:6px 14px;font-size:11px;color:rgba(255,255,255,.4);pointer-events:none;transition:opacity 1s;display:flex;align-items:center;gap:6px}
.egap-controls{display:flex;flex-direction:column;gap:8px}
.egap-func{display:flex;align-items:center;gap:16px;padding:18px 22px;border-radius:14px;cursor:pointer;border:1.5px solid rgba(255,255,255,.06);background:rgba(255,255,255,.02);transition:all .35s cubic-bezier(.22,1,.36,1);position:relative}
.egap-func:hover{border-color:rgba(255,255,255,.12);background:rgba(255,255,255,.04)}
.egap-func.on{border-color:rgba(106,180,46,.35);background:rgba(106,180,46,.06)}
.egap-func-bar{position:absolute;left:0;top:8px;bottom:8px;width:3px;border-radius:2px;background:var(--egap-accent);transform:scaleY(0);transition:transform .35s cubic-bezier(.22,1,.36,1)}
.egap-func.on .egap-func-bar{transform:scaleY(1)}
.egap-func-ic{width:46px;height:46px;border-radius:12px;flex-shrink:0;display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,.04);transition:all .35s;font-size:20px}
.egap-func.on .egap-func-ic{background:var(--egap-accent);color:#fff}
.egap-func-body{flex:1}
.egap-fn{font-size:16px;font-weight:600;color:#fff;line-height:1.3}
.egap-func-desc{font-size:12.5px;color:rgba(255,255,255,.3);margin-top:2px}
.egap-func.on .egap-func-desc{color:rgba(255,255,255,.5)}
.egap-info{margin-top:16px;padding:22px;border-radius:14px;background:rgba(255,255,255,.02);border:1px solid rgba(255,255,255,.06)}
.egap-info-label{font-size:12px;font-weight:600;color:var(--egap-accent);text-transform:uppercase;letter-spacing:.03em;margin-bottom:8px}
.egap-info-text{font-size:14.5px;color:rgba(255,255,255,.5);line-height:1.6}
.egap-info-specs{display:flex;gap:10px;margin-top:14px}
.egap-info-sp{flex:1;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.07);border-radius:10px;padding:12px;text-align:center}
.egap-info-sv{font-size:20px;font-weight:600;color:var(--egap-accent);line-height:1.2}
.egap-info-sl{font-size:11px;color:rgba(255,255,255,.35);margin-top:3px}
@media(max-width:1024px){.egap-layout{grid-template-columns:1fr;gap:36px}.egap-title{font-size:34px}}
@media(max-width:600px){.egap{padding:64px 16px}.egap-title{font-size:28px}.egap-func{padding:14px 16px;gap:12px}.egap-func-ic{width:40px;height:40px;font-size:18px}.egap-info-specs{flex-direction:column}}

/* ═══ HEADER ═══ */
.eghd{--eghd-accent:#6AB42E;font-family:'Geist',-apple-system,sans-serif;-webkit-font-smoothing:antialiased;width:100vw;position:relative;left:50%;transform:translateX(-50%);margin-top:0;margin-bottom:0;overflow:visible}
.elementor-widget-egomed_header,.elementor-widget-egomed_header .elementor-widget-container,.elementor-element:has(.eghd),.elementor-section:has(.eghd),.elementor-container:has(.eghd),.elementor-column:has(.eghd),.elementor-column-wrap:has(.eghd),.e-con:has(.eghd){margin:0!important;padding:0!important;overflow:visible!important;gap:0!important}.elementor-section:first-child:has(.eghd),.e-con:first-child:has(.eghd){margin-top:0!important;padding-top:0!important}
.eghd *{box-sizing:border-box;margin:0;padding:0}
.eghd-topbar{background:#111;margin:0;width:100%;color:rgba(255,255,255,.7);font-size:12px;padding:9px 24px;display:flex;align-items:center;justify-content:center;gap:24px}
.eghd-topbar a{color:#fff;text-decoration:none;font-weight:600}
.eghd-tb-green{color:var(--eghd-accent);font-weight:600}
.eghd-tb-sep{width:3px;height:3px;border-radius:50%;background:rgba(255,255,255,.2);flex-shrink:0}
.eghd-bar{position:sticky;width:100%;overflow:visible;top:0;z-index:100;background:#fff;border-bottom:1px solid transparent;transition:background .3s,border-color .3s,box-shadow .3s}
.eghd-bar.scrolled{background:rgba(255,255,255,.92);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom-color:rgba(0,0,0,.06);box-shadow:0 2px 16px rgba(0,0,0,.04)}
.eghd-inner{max-width:1280px;overflow:visible;margin:0 auto;padding:0 28px;display:flex;align-items:center;height:64px}
.eghd-logo{display:flex;align-items:center;gap:10px;text-decoration:none;margin-right:48px;flex-shrink:0}
.eghd-logo-img{width:150px;height:auto;max-width:100%;display:block}
.eghd-logo-mark{width:38px;height:38px;background:var(--eghd-accent);border-radius:10px;display:flex;align-items:center;justify-content:center}
.eghd-logo-txt{line-height:1.15}
.eghd-logo-name{font-size:19px;font-weight:700;color:#1a1a1a;letter-spacing:-.02em}
.eghd-logo-name b{color:var(--eghd-accent);font-weight:700}
.eghd-logo-sub{font-size:10px;color:#888}
.eghd-nav{display:flex;align-items:center;gap:4px;flex:1}
.eghd-navlink{font-size:14px;font-weight:500;color:#555;text-decoration:none;padding:8px 14px;border-radius:8px;transition:all .2s;white-space:nowrap}
.eghd-navlink:hover{color:#1a1a1a;background:rgba(0,0,0,.03)}
.eghd-navlink.active{color:var(--eghd-accent);font-weight:600}
.eghd-dd{position:relative}
.eghd-ddbtn{font-size:14px;font-weight:500;color:#555;background:none;border:none;padding:8px 14px;border-radius:8px;cursor:pointer;font-family:inherit;display:flex;align-items:center;gap:4px;transition:all .2s}
.eghd-ddbtn:hover{color:#1a1a1a;background:rgba(0,0,0,.03)}
.eghd-ddbtn svg{transition:transform .2s}
.eghd-dd.open .eghd-ddbtn svg{transform:rotate(180deg)}
.eghd-ddmenu{position:fixed;z-index:9999;background:#fff;border:1px solid #E8E6E1;border-radius:14px;padding:6px;min-width:240px;box-shadow:0 12px 40px rgba(0,0,0,.1);opacity:0;pointer-events:none;transform:translateY(6px);transition:all .2s cubic-bezier(.22,1,.36,1)}
.eghd-dd.open .eghd-ddmenu{opacity:1;pointer-events:auto;transform:translateY(0)}
.eghd-ddi{display:flex;align-items:center;gap:12px;padding:10px 12px;border-radius:10px;text-decoration:none;color:#555;transition:all .15s}
.eghd-ddi:hover{background:rgba(106,180,46,.06);color:var(--eghd-accent)}
.eghd-ddi-ic{width:36px;height:36px;border-radius:9px;flex-shrink:0;display:flex;align-items:center;justify-content:center;background:#F5F4F0;font-size:16px;transition:background .15s}
.eghd-ddi:hover .eghd-ddi-ic{background:rgba(106,180,46,.1)}
.eghd-ddi-name{font-size:14px;font-weight:600;color:#1a1a1a;line-height:1.3}
.eghd-ddi:hover .eghd-ddi-name{color:var(--eghd-accent)}
.eghd-ddi-sub{font-size:11px;color:#888;margin-top:1px}
.eghd-actions{display:flex;align-items:center;gap:12px;margin-left:auto}
.eghd-phone{display:flex;align-items:center;gap:8px;text-decoration:none;font-size:14px;font-weight:600;color:#1a1a1a;padding:6px 12px;border-radius:8px;transition:background .2s}
.eghd-phone:hover{background:rgba(0,0,0,.03)}
.eghd-phone-ic{width:30px;height:30px;border-radius:8px;background:rgba(106,180,46,.08);color:var(--eghd-accent);display:flex;align-items:center;justify-content:center}
.eghd-cta{display:inline-flex;align-items:center;gap:7px;padding:10px 22px;border-radius:50px;background:var(--eghd-accent);color:#fff;font-family:'Geist',sans-serif;font-size:14px;font-weight:600;text-decoration:none;border:none;cursor:pointer;transition:all .25s cubic-bezier(.22,1,.36,1)}
.eghd-cta:hover{filter:brightness(.92);transform:translateY(-1px);box-shadow:0 4px 16px rgba(106,180,46,.25)}
.eghd-icon-btn{position:relative;display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:50%;color:#1a1a1a;text-decoration:none;transition:background .2s,color .2s;flex-shrink:0}
.eghd-icon-btn:hover{background:#F5F4F0;color:var(--eghd-accent)}
.eghd-cart-count{position:absolute;top:0;right:0;min-width:18px;height:18px;padding:0 5px;border-radius:50px;background:var(--eghd-accent);color:#fff;font-size:11px;font-weight:700;line-height:18px;text-align:center;display:none;box-sizing:border-box}
.eghd-cart-count.on{display:block}
.eghd-dark .eghd-icon-btn{color:#fff}
.eghd-dark .eghd-icon-btn:hover{background:rgba(255,255,255,.12);color:#fff}
.eghd-burger{display:none;width:40px;height:40px;border:1.5px solid #E8E6E1;border-radius:10px;background:none;cursor:pointer;align-items:center;justify-content:center;flex-shrink:0}
.eghd-burger span,.eghd-burger span::before,.eghd-burger span::after{display:block;width:18px;height:2px;background:#1a1a1a;border-radius:2px;transition:all .3s;position:relative}
.eghd-burger span::before,.eghd-burger span::after{content:'';position:absolute;left:0;width:100%;height:2px}
.eghd-burger span::before{top:-6px}
.eghd-burger span::after{top:6px}
.eghd-burger.open span{background:transparent}
.eghd-burger.open span::before{top:0;transform:rotate(45deg)}
.eghd-burger.open span::after{top:0;transform:rotate(-45deg)}
.eghd-mob{display:none;position:fixed;inset:0;z-index:99999;background:rgba(255,255,255,.98);backdrop-filter:blur(20px);padding:80px 24px 32px;flex-direction:column;overflow-y:auto}
.eghd-mob-close{position:absolute;top:20px;right:20px;width:44px;height:44px;border:1.5px solid #E8E6E1;border-radius:12px;background:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#1a1a1a;transition:all .2s;z-index:1}
.eghd-mob-close:hover{border-color:var(--eghd-accent);color:var(--eghd-accent)}
.eghd-mob.open{display:flex}
.eghd-mob a{font-size:18px;font-weight:600;color:#1a1a1a;text-decoration:none;padding:16px 0;border-bottom:1px solid #E8E6E1;transition:color .2s}
.eghd-mob a:hover{color:var(--eghd-accent)}
.eghd-mob .eghd-mob-sub{font-size:14px;font-weight:500;color:#888;padding-left:20px}
.eghd-mob .eghd-mob-cta{margin-top:auto;padding:18px;border-radius:14px;background:var(--eghd-accent);color:#fff;text-align:center;font-size:16px;border-bottom:none}
.eghd-mob .eghd-mob-phone{text-align:center;color:#888;font-size:14px;font-weight:500;padding:14px;border-bottom:none}
@media(max-width:1024px){.eghd-nav,.eghd-phone{display:none}.eghd-burger{display:flex}.eghd-inner{padding:0 20px}.eghd-cta{display:none}.eghd-topbar{display:none}}
@media(max-width:600px){.eghd-topbar{font-size:11px;gap:10px;padding:7px 16px;flex-wrap:wrap}.eghd-cta{padding:8px 16px;font-size:13px}.eghd-logo-mark{width:34px;height:34px}.eghd-logo-name{font-size:17px}}
.eghd-section.elementor-section,.eghd-section.e-con,.eghd-section .elementor-container,.eghd-section .elementor-column,.eghd-section .elementor-column-wrap,.eghd-section .elementor-widget-wrap{margin:0!important;padding:0!important;gap:0!important}

/* ═══ CONTENT BLOCK / SEO TEXT ═══ */
.egtx{--egtx-accent:#6AB42E;font-family:'Geist',-apple-system,sans-serif;-webkit-font-smoothing:antialiased;padding:80px 24px;background:#fff}
.egtx *{box-sizing:border-box;margin:0;padding:0}
.egtx-bg-alt{background:#FAFAF8}
.egtx-bg-dark{background:#111;color:#fff}
.egtx-bg-dark .egtx-title{color:#fff}
.egtx-bg-dark .egtx-body p,.egtx-bg-dark .egtx-body li{color:rgba(255,255,255,.65)}
.egtx-bg-dark .egtx-h3{color:#fff}
.egtx-bg-dark .egtx-box{background:rgba(255,255,255,.05);border-color:rgba(255,255,255,.1)}
.egtx-bg-dark .egtx-spec{background:rgba(255,255,255,.05);border-color:rgba(255,255,255,.1)}
.egtx-inner{max-width:1200px;margin:0 auto}
.egtx-eye{font-size:13px;font-weight:600;color:var(--egtx-accent);text-transform:uppercase;letter-spacing:.02em;margin-bottom:14px}
.egtx-title{font-size:34px;font-weight:600;line-height:1.15;letter-spacing:-.03em;color:#1a1a1a;margin-bottom:24px}
.egtx-h3{font-size:22px;font-weight:600;line-height:1.25;letter-spacing:-.02em;color:#1a1a1a;margin-top:36px;margin-bottom:14px}
.egtx-body p{font-size:18px;line-height:1.7;color:#555;margin-bottom:18px}
.egtx-body p strong{color:#1a1a1a}
.egtx-text p:last-child{margin-bottom:0}
.egtx-list{margin-bottom:20px}
.egtx-list ul{margin:0 0 0 24px;font-size:18px;line-height:1.7;color:#555}
.egtx-list li{margin-bottom:8px}
.egtx-list li::marker{color:var(--egtx-accent)}
.egtx-list li strong{color:#1a1a1a}
.egtx-box{display:flex;gap:16px;padding:20px 24px;border-radius:14px;background:rgba(106,180,46,.05);border:1px solid rgba(106,180,46,.12);margin:24px 0}
.egtx-box-icon{flex-shrink:0;color:var(--egtx-accent);margin-top:2px}
.egtx-box-content{flex:1}
.egtx-box-content p{font-size:16px;line-height:1.6;color:#555;margin-bottom:0}
.egtx-box-content p strong{color:#1a1a1a}
.egtx-specs{display:flex;gap:16px;margin:24px 0}
.egtx-spec{flex:1;padding:20px;border-radius:14px;background:#FAFAF8;border:1px solid #E8E6E1;text-align:center}
.egtx-spec-val{font-size:28px;font-weight:600;color:var(--egtx-accent);letter-spacing:-.02em;line-height:1.2}
.egtx-spec-lbl{font-size:13px;color:#888;margin-top:4px}
@media(max-width:600px){.egtx{padding:48px 16px}.egtx-title{font-size:26px}.egtx-h3{font-size:20px;margin-top:28px}.egtx-body p,.egtx-list ul{font-size:16px}.egtx-specs{flex-direction:column}.egtx-box{flex-direction:column;gap:10px}}

/* ═══ CONTATTI BAR ═══ */
.egct-bar{font-family:'Geist',-apple-system,sans-serif;-webkit-font-smoothing:antialiased}
.egct-badge-strip{background:var(--egct-accent);padding:8px 24px;text-align:center}
.egct-badge{display:inline-flex;align-items:center;gap:6px;font-size:13px;font-weight:600;color:#fff;letter-spacing:.01em}
.egct-bar-inner{background:var(--egct-bg);display:flex;align-items:center;justify-content:space-between;padding:16px 40px;gap:20px;flex-wrap:wrap}
.egct-bar-items{display:flex;align-items:center;gap:24px;flex-wrap:wrap}
.egct-item{display:inline-flex;align-items:center;gap:7px;color:var(--egct-text);text-decoration:none;font-size:14px;font-weight:500;opacity:.85;transition:opacity .2s}
.egct-item:hover{opacity:1;color:var(--egct-accent)}
.egct-item svg{flex-shrink:0}
.egct-wa{color:#25D366!important;opacity:1}
.egct-wa:hover{opacity:.85}
.egct-loc{opacity:.6;cursor:default}
.egct-cta{display:inline-flex;align-items:center;gap:6px;padding:11px 28px;background:var(--egct-accent);color:#fff;border-radius:50px;font-size:14px;font-weight:600;text-decoration:none;transition:all .3s;white-space:nowrap;letter-spacing:0}
.egct-cta:hover{filter:brightness(1.1);transform:translateY(-1px);color:#fff}
@media(max-width:768px){
  .egct-bar-inner{flex-direction:column;padding:16px 20px;gap:14px}
  .egct-bar-items{justify-content:center}
  .egct-cta{width:100%;justify-content:center;padding:14px}
}

/* ═══ CONTATTI CARD ═══ */
.egct-card{font-family:'Geist',-apple-system,sans-serif;-webkit-font-smoothing:antialiased;padding:60px 24px;background:#FAFAF8}
.egct-card-inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:start}
.egct-card-title{font-size:28px;font-weight:600;color:#1a1a1a;line-height:1.2;letter-spacing:-.03em;margin-bottom:10px}
.egct-card-desc{font-size:15px;color:#777;line-height:1.6;margin-bottom:28px}
.egct-card-channels{display:flex;flex-direction:column;gap:12px}
.egct-channel{display:flex;align-items:center;gap:14px;padding:14px 18px;border-radius:12px;background:#fff;border:1px solid #E8E6E1;text-decoration:none;color:#1a1a1a;transition:all .2s}
.egct-channel:hover{border-color:var(--egct-accent);background:#F0F8E8}
.egct-channel-wa{border-color:#25D366;background:#f0fdf4}
.egct-channel-wa:hover{background:#dcfce7}
.egct-channel-loc{cursor:default;opacity:.75}
.egct-channel-loc:hover{border-color:#E8E6E1;background:#fff}
.egct-ch-icon{width:40px;height:40px;border-radius:10px;background:#F5F4F0;display:flex;align-items:center;justify-content:center;color:var(--egct-accent);flex-shrink:0}
.egct-channel-wa .egct-ch-icon{background:#dcfce7;color:#25D366}
.egct-ch-label{font-size:12px;font-weight:500;color:#999;line-height:1.2}
.egct-ch-value{font-size:15px;font-weight:600;color:#1a1a1a;line-height:1.3}
.egct-card-form{background:#fff;border-radius:18px;border:1px solid #E8E6E1;padding:28px;box-shadow:0 4px 24px rgba(0,0,0,.04)}
.egct-form-row{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:12px}
.egct-input{font-family:'Geist',sans-serif;font-size:15px;padding:12px 16px;border:1.5px solid #E8E6E1;border-radius:10px;background:#FAFAF8;color:#1a1a1a;transition:border-color .2s;width:100%;box-sizing:border-box}
.egct-input:focus{border-color:var(--egct-accent);outline:none;background:#fff}
.egct-input::placeholder{color:#bbb}
.egct-textarea{margin-bottom:12px;resize:vertical;min-height:80px}
.egct-form-foot{display:flex;align-items:center;gap:16px;flex-wrap:wrap}
.egct-submit{padding:13px 32px;background:var(--egct-accent);color:#fff;border:none;border-radius:50px;font-family:'Geist',sans-serif;font-size:15px;font-weight:600;cursor:pointer;transition:all .3s;white-space:nowrap}
.egct-submit:hover{filter:brightness(1.1);transform:translateY(-1px)}
.egct-submit:disabled{opacity:.6;cursor:not-allowed;transform:none}
.egct-privacy{font-size:12px;color:#999;line-height:1.4;margin:0}
.egct-form-msg{font-size:14px;font-weight:500;margin-top:12px;padding:10px 16px;border-radius:8px;background:#F5F4F0}
@media(max-width:768px){
  .egct-card-inner{grid-template-columns:1fr;gap:28px}
  .egct-card{padding:40px 16px}
  .egct-form-row{grid-template-columns:1fr}
  .egct-form-foot{flex-direction:column;align-items:stretch}
  .egct-submit{width:100%;text-align:center}
}

/* ═══ FOOTER ═══ */
.egft{--egft-hover:#6AB42E;background:#1a1a1a;font-family:'Geist',-apple-system,sans-serif;-webkit-font-smoothing:antialiased;padding:64px 24px 32px}
.egft *{box-sizing:border-box}
.egft-inner{max-width:1280px;margin:0 auto}
.egft-grid{display:grid;grid-template-columns:1.6fr 1fr 1fr 1fr;column-gap:48px;row-gap:48px;align-items:start}
.egft-logo img{display:block;width:240px;height:auto;max-width:100%}
.egft-logo-text{font-size:26px;font-weight:700;color:#fff;letter-spacing:.04em}
.egft-tagline{margin-top:28px;font-size:16px;font-style:italic;line-height:1.6;color:#bbb;max-width:440px}
.egft-col-title{font-size:15px;font-weight:500;color:#999;padding-bottom:12px;margin-bottom:18px;border-bottom:1px solid rgba(255,255,255,.15);letter-spacing:.01em}
.egft-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:11px}
.egft-link{color:#ccc;text-decoration:none;font-size:15px;font-weight:600;transition:color .2s;line-height:1.4}
.egft-col .egft-link{font-weight:400}
.egft-link:hover{color:var(--egft-hover)}
.egft-socials{display:flex;align-items:center;gap:14px}
.egft-social{color:#fff;display:inline-flex;transition:color .2s,transform .2s}
.egft-social:hover{color:var(--egft-hover);transform:translateY(-2px)}
.egft-bottom{margin-top:48px;padding-top:24px;border-top:1px solid rgba(255,255,255,.1);display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}
.egft-copy{font-size:13px;color:#888}
.egft-copy-link{font-size:13px;font-weight:400}
@media(max-width:1024px){
  .egft-grid{grid-template-columns:1fr 1fr!important;column-gap:32px;row-gap:36px}
  .egft-brand{grid-column:1 / -1}
  .egft-tagline{margin-top:20px;max-width:none}
  .egft-logo img{width:200px}
}
@media(max-width:600px){
  .egft{padding:48px 20px 28px}
  .egft-grid{grid-template-columns:1fr!important;column-gap:0;row-gap:32px}
  .egft-logo img{width:180px}
  .egft-logo-text{font-size:22px}
  .egft-tagline{font-size:15px;margin-top:16px}
  .egft-bottom{flex-direction:column;align-items:flex-start;gap:10px;text-align:left}
}

/* ═══ HEADER DARK THEME (match footer) ═══ */
.eghd-dark .eghd-bar{background:#1a1a1a!important;border-bottom-color:rgba(255,255,255,.08)}
.eghd-dark .eghd-bar.scrolled{background:rgba(26,26,26,.92)!important;border-bottom-color:rgba(255,255,255,.1)}
.eghd-dark .eghd-logo-name{color:#fff}
.eghd-dark .eghd-logo-sub{color:#999}
.eghd-dark .eghd-navlink{color:#ccc}
.eghd-dark .eghd-navlink:hover{color:#fff;background:rgba(255,255,255,.06)}
.eghd-dark .eghd-navlink.active{color:var(--eghd-accent)}
.eghd-dark .eghd-ddbtn{color:#ccc}
.eghd-dark .eghd-ddbtn:hover{color:#fff;background:rgba(255,255,255,.06)}
.eghd-dark .eghd-phone{color:#fff}
.eghd-dark .eghd-phone:hover{background:rgba(255,255,255,.06)}
.eghd-dark .eghd-burger{border-color:rgba(255,255,255,.2)}
.eghd-dark .eghd-burger span,.eghd-dark .eghd-burger span::before,.eghd-dark .eghd-burger span::after{background:#fff}
.eghd-dark .eghd-burger svg{color:#fff}
