.sgh-page{--sgh-primary:#1a365d;--sgh-primary-light:#0033CC;--sgh-accent:#f59e0b;--sgh-bg:#ffffff;--sgh-bg-dark:#0f172a;--sgh-bg-light:#f8fafc;--sgh-text:#1e293b;--sgh-text-muted:#64748b;--sgh-border:#e2e8f0;--sgh-radius:12px;font-family:Inter,system-ui,-apple-system,sans-serif}.sgh-hero{background:linear-gradient(135deg,var(--sgh-bg-dark) 0,var(--sgh-primary) 100%);color:#fff;padding:5rem 1.5rem 4rem;text-align:center}.sgh-hero__container{max-width:800px;margin:0 auto}.sgh-hero__badge{display:inline-block;background:rgba(245,158,11,.15);color:var(--sgh-accent);padding:.4rem 1rem;border-radius:20px;font-size:.85rem;font-weight:600;letter-spacing:.5px;text-transform:uppercase;margin-bottom:1.5rem;border:1px solid rgba(245,158,11,.3)}.sgh-hero__title{font-size:clamp(2rem,5vw,3.2rem);font-weight:800;line-height:1.15;margin-bottom:1.5rem;letter-spacing:-.02em}.sgh-hero__highlight{color:var(--sgh-accent)}.sgh-hero__subtitle{font-size:1.15rem;color:#cbd5e1;line-height:1.7;max-width:650px;margin:0 auto 2rem}.sgh-hero__actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.sgh-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.8rem 1.5rem;border-radius:8px;font-weight:600;font-size:.95rem;text-decoration:none;transition:all .2s;cursor:pointer;border:none}.sgh-btn--primary{background:var(--sgh-accent);color:var(--sgh-bg-dark)}.sgh-btn--primary:hover{background:#d97706;transform:translateY(-1px)}.sgh-btn--secondary{background:rgba(255,255,255,.1);color:#fff;border:1px solid rgba(255,255,255,.2)}.sgh-btn--secondary:hover{background:rgba(255,255,255,.2)}.sgh-section{padding:4rem 1.5rem}.sgh-section--dark{background:var(--sgh-bg-dark);color:#fff}.sgh-section--dark .sgh-section__title{color:#fff}.sgh-section--dark .sgh-section__intro{color:#94a3b8}.sgh-section--light{background:var(--sgh-bg-light)}.sgh-section--faq{background:#fff}.sgh-section--cta{background:linear-gradient(135deg,var(--sgh-primary) 0,var(--sgh-bg-dark) 100%);color:#fff}.sgh-container{max-width:1100px;margin:0 auto}.sgh-section__title{font-size:clamp(1.5rem,3vw,2.2rem);font-weight:800;color:var(--sgh-text);margin-bottom:1rem;text-align:center;letter-spacing:-.01em}.sgh-section__intro{font-size:1.05rem;color:var(--sgh-text-muted);max-width:700px;margin:0 auto 2.5rem;text-align:center;line-height:1.7}.sgh-features{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem}.sgh-feature-card{background:var(--sgh-bg-light);padding:2rem;border-radius:var(--sgh-radius);border:1px solid var(--sgh-border);transition:transform .2s,box-shadow .2s}.sgh-feature-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px rgba(0,0,0,.08)}.sgh-feature-card__icon{width:56px;height:56px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--sgh-primary-light),var(--sgh-primary));color:#fff;border-radius:12px;margin-bottom:1.2rem}.sgh-feature-card h3{font-size:1.1rem;font-weight:700;margin-bottom:.6rem;color:var(--sgh-text)}.sgh-feature-card p{font-size:.9rem;color:var(--sgh-text-muted);line-height:1.6}.sgh-usp-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem}.sgh-usp-card{background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);padding:2rem;border-radius:var(--sgh-radius);transition:background .2s}.sgh-usp-card:hover{background:rgba(255,255,255,.08)}.sgh-usp-card__number{display:inline-block;font-size:.8rem;font-weight:700;color:var(--sgh-accent);letter-spacing:1px;margin-bottom:.8rem}.sgh-usp-card h3{font-size:1.1rem;font-weight:700;margin-bottom:.6rem;color:#fff}.sgh-usp-card p{font-size:.9rem;color:#94a3b8;line-height:1.6}.sgh-target-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.sgh-target-card{text-align:center;padding:2.5rem 1.5rem;background:#fff;border-radius:var(--sgh-radius);border:1px solid var(--sgh-border);transition:transform .2s,box-shadow .2s}.sgh-target-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px rgba(0,0,0,.06)}.sgh-target-card__icon{width:64px;height:64px;display:flex;align-items:center;justify-content:center;margin:0 auto 1.2rem;background:var(--sgh-bg-light);border-radius:16px;color:var(--sgh-primary-light)}.sgh-target-card h3{font-size:1.1rem;font-weight:700;color:var(--sgh-text);margin-bottom:.6rem}.sgh-target-card p{font-size:.9rem;color:var(--sgh-text-muted);line-height:1.6}.sgh-market-table{border-radius:var(--sgh-radius);overflow:hidden;border:1px solid var(--sgh-border);background:#fff}.sgh-market-table__header{background:var(--sgh-primary);color:#fff;font-weight:700;font-size:.85rem;text-transform:uppercase;letter-spacing:.5px}.sgh-market-table__header,.sgh-market-table__row{display:grid;grid-template-columns:1.2fr 1fr 1.5fr 1fr;padding:1rem 1.5rem}.sgh-market-table__row{font-size:.9rem;color:var(--sgh-text);border-top:1px solid var(--sgh-border);align-items:center}.sgh-market-table__row--highlight{background:rgba(245,158,11,.06);border-left:3px solid var(--sgh-accent)}.sgh-market-table__name{font-weight:700;display:flex;flex-direction:column;gap:.3rem}.sgh-badge{display:inline-block;font-size:.7rem;font-weight:700;color:#fff;background:var(--sgh-accent);padding:.15rem .5rem;border-radius:4px;width:fit-content}.sgh-brand-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.2rem}.sgh-brand-card{display:block;padding:1.5rem;background:var(--sgh-bg-light);border:1px solid var(--sgh-border);border-radius:var(--sgh-radius);text-decoration:none;color:var(--sgh-text);transition:all .2s;position:relative}.sgh-brand-card:hover{border-color:var(--sgh-primary-light);transform:translateY(-2px);box-shadow:0 8px 24px rgba(37,99,235,.08)}.sgh-brand-card h3{font-size:1rem;font-weight:700;margin-bottom:.4rem}.sgh-brand-card p{font-size:.85rem;color:var(--sgh-text-muted);line-height:1.5;margin-bottom:.8rem}.sgh-brand-card__badge{display:inline-block;font-size:.7rem;font-weight:700;color:var(--sgh-primary-light);background:rgba(37,99,235,.08);padding:.2rem .6rem;border-radius:4px}.sgh-faq-list{max-width:750px;margin:0 auto}.sgh-faq-item{border:1px solid var(--sgh-border);border-radius:var(--sgh-radius);margin-bottom:.8rem;overflow:hidden;transition:box-shadow .2s}.sgh-faq-item--open{box-shadow:0 4px 16px rgba(0,0,0,.06);border-color:var(--sgh-primary-light)}.sgh-faq-question{display:flex;justify-content:space-between;align-items:center;width:100%;padding:1.2rem 1.5rem;background:#fff;border:none;cursor:pointer;text-align:left;font-size:.95rem;font-weight:600;color:var(--sgh-text);gap:1rem}.sgh-faq-question:hover{background:var(--sgh-bg-light)}.sgh-faq-answer{padding:0 1.5rem 1.2rem;background:#fff}.sgh-faq-answer p{font-size:.9rem;color:var(--sgh-text-muted);line-height:1.7}.sgh-cta{text-align:center;padding:2rem 0}.sgh-cta__icon{color:var(--sgh-accent);margin-bottom:1.5rem}.sgh-cta h2{font-size:2rem;font-weight:800;margin-bottom:1rem}.sgh-cta p{font-size:1.05rem;color:#94a3b8;max-width:550px;margin:0 auto 2rem;line-height:1.7}.sgh-cta__actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}@media (max-width:768px){.sgh-hero{padding:3rem 1rem 2.5rem}.sgh-hero__subtitle{font-size:1rem}.sgh-section{padding:2.5rem 1rem}.sgh-market-table__header,.sgh-market-table__row{grid-template-columns:1fr;gap:.3rem}.sgh-market-table__header{display:none}.sgh-market-table__row{padding:1.2rem}.sgh-market-table__row span:before{content:attr(data-label);font-weight:700;font-size:.75rem;text-transform:uppercase;color:var(--sgh-text-muted);display:block;margin-bottom:.2rem}}