
:root {
    --gsh-orange: #ff4d00;
    --gsh-orange-2: #ff7a00;
    --gsh-green: #009619;
    --gsh-ink: #111317;
    --gsh-muted: #667085;
    --gsh-line: #e9eaec;
    --gsh-soft: #f6f7f8;
    --gsh-white: #fff;
}

.gsh,
.gsh * {
    box-sizing: border-box;
}

.gsh {
    overflow: hidden;
    color: var(--gsh-ink);
    background: #fff;
    font-family: inherit;
}

.gsh img {
    max-width: 100%;
    height: auto;
}

.gsh-shell {
    width: min(1240px, calc(100% - 48px));
    margin-inline: auto;
}

.gsh-hero {
    position: relative;
    min-height: 780px;
    display: flex;
    align-items: center;
    isolation: isolate;
    color: #fff;
    background:
        linear-gradient(115deg, rgba(255,44,92,.96) 0%, rgba(255,70,38,.93) 48%, rgba(255,112,0,.91) 100%),
        var(--gsh-hero-image, none) center/cover no-repeat;
}

.gsh-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background:
        radial-gradient(circle at 12% 22%, rgba(255,255,255,.17), transparent 28%),
        linear-gradient(135deg, transparent 52%, rgba(255,255,255,.08) 52.2%, transparent 53%);
}

.gsh-orb {
    position: absolute;
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 50%;
    pointer-events: none;
}
.gsh-orb-one { width: 520px; height: 520px; right: -110px; top: -100px; }
.gsh-orb-two { width: 260px; height: 260px; left: -120px; bottom: 40px; }

.gsh-hero-grid {
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    gap: 72px;
    align-items: center;
    padding-block: 120px 150px;
}

.gsh-eyebrow,
.gsh-kicker,
.gsh-heading > span,
.gsh-cta-inner > div > span {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    letter-spacing: .16em;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.gsh-eyebrow::before,
.gsh-heading > span::before,
.gsh-kicker::before,
.gsh-cta-inner > div > span::before {
    content: "";
    width: 30px;
    height: 2px;
    background: currentColor;
}

.gsh-hero h1 {
    max-width: 760px;
    margin: 22px 0 24px;
    color: #fff;
    font-size: clamp(52px, 6.1vw, 88px);
    line-height: .98;
    letter-spacing: -.055em;
    font-weight: 800;
}
.gsh-hero h1 span {
    color: rgba(255,255,255,.76);
}
.gsh-hero-copy > p {
    max-width: 680px;
    margin: 0;
    color: rgba(255,255,255,.86);
    font-size: 18px;
    line-height: 1.75;
}

.gsh-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 34px;
}

.gsh-btn {
    display: inline-flex;
    min-height: 56px;
    align-items: center;
    justify-content: center;
    gap: 16px;
    padding: 0 24px;
    border: 1px solid transparent;
    border-radius: 8px;
    text-decoration: none !important;
    font-size: 15px;
    font-weight: 800;
    transition: transform .25s ease, box-shadow .25s ease, background .25s ease, color .25s ease;
}
.gsh-btn:hover { transform: translateY(-2px); }
.gsh-btn-primary {
    background: #fff;
    color: var(--gsh-orange);
    box-shadow: 0 14px 34px rgba(88, 16, 0, .18);
}
.gsh-btn-ghost {
    border-color: rgba(255,255,255,.48);
    color: #fff;
    background: rgba(255,255,255,.07);
    backdrop-filter: blur(8px);
}
.gsh-btn-ghost:hover { background: rgba(255,255,255,.15); color: #fff; }

.gsh-trust {
    display: flex;
    flex-wrap: wrap;
    gap: 22px;
    margin-top: 42px;
    color: rgba(255,255,255,.75);
    font-size: 12px;
}
.gsh-trust span { display: inline-flex; align-items: center; gap: 8px; }
.gsh-trust b { color: #fff; }

.gsh-hero-visual {
    position: relative;
    min-height: 480px;
    display: grid;
    place-items: center;
}

.gsh-dashboard {
    width: min(100%, 560px);
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.28);
    border-radius: 18px;
    background: rgba(255,255,255,.94);
    box-shadow: 0 34px 90px rgba(82, 10, 0, .28);
    transform: perspective(1200px) rotateY(-6deg) rotateX(2deg);
    backdrop-filter: blur(12px);
}
.gsh-dashboard-top {
    height: 52px;
    display: flex;
    align-items: center;
    gap: 7px;
    padding: 0 18px;
    color: #737780;
    border-bottom: 1px solid #eceef1;
    font-size: 11px;
}
.gsh-dashboard-top strong { margin-left: 9px; color: #30343a; }
.gsh-dot { width: 8px; height: 8px; border-radius: 50%; background: #d6d8dc; }
.gsh-dot:first-child { background: #ff6f61; }
.gsh-dot:nth-child(2) { background: #ffb84d; }
.gsh-dot:nth-child(3) { background: #54c27b; }
.gsh-dashboard-body { min-height: 390px; display: grid; grid-template-columns: 70px 1fr; }
.gsh-dashboard-body aside { display: flex; flex-direction: column; align-items: center; gap: 18px; padding-top: 28px; background: #14171b; }
.gsh-dashboard-body aside i { width: 28px; height: 7px; border-radius: 999px; background: #343941; }
.gsh-dashboard-body aside i:first-child { background: var(--gsh-orange); }
.gsh-dashboard-body main { padding: 28px; color: #14171b; background: #f7f8fa; }
.gsh-mini-title { width: 42%; height: 11px; margin-bottom: 24px; border-radius: 99px; background: #dfe2e7; }
.gsh-stats { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; }
.gsh-stats div { padding: 16px; border: 1px solid #e7e9ed; border-radius: 10px; background: #fff; }
.gsh-stats small { display: block; color: #8b919b; font-size: 9px; }
.gsh-stats b { display: block; margin-top: 5px; font-size: 20px; }
.gsh-chart { height: 150px; display: flex; align-items: end; gap: 10px; margin-top: 18px; padding: 24px 18px 0; border: 1px solid #e7e9ed; border-radius: 10px; background: #fff; }
.gsh-chart span { flex: 1; border-radius: 5px 5px 0 0; background: linear-gradient(var(--gsh-orange-2), var(--gsh-orange)); }
.gsh-lines { margin-top: 18px; padding: 16px; border: 1px solid #e7e9ed; border-radius: 10px; background: #fff; }
.gsh-lines i { display: block; width: 100%; height: 7px; margin: 8px 0; border-radius: 99px; background: #e3e6ea; }
.gsh-lines i:nth-child(2) { width: 74%; }
.gsh-lines i:nth-child(3) { width: 48%; }

.gsh-float-card {
    position: absolute;
    min-width: 138px;
    padding: 15px 18px;
    border: 1px solid rgba(255,255,255,.38);
    border-radius: 12px;
    color: #20242a;
    background: rgba(255,255,255,.94);
    box-shadow: 0 18px 50px rgba(80,10,0,.20);
    backdrop-filter: blur(10px);
}
.gsh-float-card b { display: block; color: var(--gsh-orange); font-size: 22px; }
.gsh-float-card span { color: #777e88; font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }
.gsh-float-a { right: -28px; top: 52px; }
.gsh-float-b { left: -34px; bottom: 38px; }

.gsh-benefit-wrap {
    position: relative;
    z-index: 3;
    margin-top: -74px;
}
.gsh-benefits {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    overflow: hidden;
    border: 1px solid var(--gsh-line);
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 18px 50px rgba(22,30,42,.11);
}
.gsh-benefits article {
    display: grid;
    grid-template-columns: 48px 1fr;
    gap: 16px;
    align-items: start;
    padding: 26px 24px;
}
.gsh-benefits article + article { border-left: 1px solid var(--gsh-line); }
.gsh-icon,
.gsh-tool-icon {
    width: 46px;
    height: 46px;
    display: grid;
    place-items: center;
    border-radius: 12px;
    color: var(--gsh-orange);
    background: #fff0e9;
}
.gsh-icon svg, .gsh-tool-icon svg { width: 24px; height: 24px; }
.gsh-benefits h3 { margin: 1px 0 5px; font-size: 15px; font-weight: 800; }
.gsh-benefits p { margin: 0; color: var(--gsh-muted); font-size: 12px; line-height: 1.65; }

.gsh-section { padding: 112px 0; }
.gsh-heading { max-width: 720px; }
.gsh-heading > span, .gsh-kicker { color: var(--gsh-orange); }
.gsh-heading h2,
.gsh-problems h2,
.gsh-cta h2 {
    margin: 16px 0 18px;
    color: var(--gsh-ink);
    font-size: clamp(38px, 4.2vw, 62px);
    line-height: 1.05;
    letter-spacing: -.045em;
    font-weight: 800;
}
.gsh-heading p {
    max-width: 660px;
    margin: 0;
    color: var(--gsh-muted);
    font-size: 17px;
    line-height: 1.75;
}

.gsh-tool-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 48px;
}
.gsh-tool-card {
    position: relative;
    padding: 24px;
    border: 1px solid var(--gsh-line);
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 10px 35px rgba(29,35,44,.05);
    transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}
.gsh-tool-card:hover {
    transform: translateY(-8px);
    border-color: rgba(255,77,0,.28);
    box-shadow: 0 24px 60px rgba(29,35,44,.12);
}
.gsh-tool-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 22px; }
.gsh-tool-head > span { padding: 7px 10px; border-radius: 99px; color: var(--gsh-orange); background: #fff0e9; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.gsh-tool-screen {
    height: 190px;
    overflow: hidden;
    margin-bottom: 25px;
    border-radius: 14px;
    background: linear-gradient(145deg,#fff8f3,#f5f8f4);
    border: 1px solid rgba(255,77,0,.10);
}
.gsh-tool-visual-svg { width:100%; height:100%; display:block; }
.gsh-tool-visual-svg .bg { fill:#f6f7f8; }
.gsh-tool-visual-svg .orange-soft { fill:#fff0e8; }
.gsh-tool-visual-svg .green-soft { fill:#edf8ef; stroke:#1f9d45; stroke-width:2; }
.gsh-tool-visual-svg .orange-line { fill:none; stroke:#ff4d00; stroke-width:6; stroke-linecap:round; stroke-linejoin:round; }
.gsh-tool-visual-svg .green-line { fill:none; stroke:#1f9d45; stroke-width:6; stroke-linecap:round; stroke-linejoin:round; }
.gsh-tool-visual-svg .ring { fill:none; stroke:#ff4d00; stroke-width:7; }
.gsh-tool-visual-svg .orange-fill { fill:#ff6a1a; }
.gsh-tool-visual-svg .green-fill { fill:#24a148; }
.gsh-tool-card:nth-child(1) .gsh-tool-icon,
.gsh-tool-card:nth-child(2) .gsh-tool-icon,
.gsh-tool-card:nth-child(3) .gsh-tool-icon { color:#ff4d00; background:linear-gradient(135deg,#fff0e8,#edf8ef); }
.gsh-tool-card:nth-child(1) .gsh-tool-head > span,
.gsh-tool-card:nth-child(2) .gsh-tool-head > span,
.gsh-tool-card:nth-child(3) .gsh-tool-head > span { background:#fff1e9; color:#ff4d00; }
.gsh-tool-card h3 { margin: 0 0 10px; font-size: 25px; }
.gsh-tool-card p { min-height: 76px; margin: 0 0 16px; color: var(--gsh-muted); line-height: 1.7; }
.gsh-tool-card > a, .gsh-service-card a, .gsh-text-link, .gsh-post-link {
    color: var(--gsh-ink);
    text-decoration: none !important;
    font-size: 13px;
    font-weight: 800;
}
.gsh-tool-card > a span { color: var(--gsh-orange); }

.gsh-split-section { padding-top: 70px; background: var(--gsh-soft); }
.gsh-split { display: grid; grid-template-columns: .93fr 1.07fr; gap: 70px; align-items: stretch; }
.gsh-problems { padding: 50px 0; }
.gsh-problems ul { list-style: none; padding: 0; margin: 35px 0 0; }
.gsh-problems li { display: grid; grid-template-columns: 42px 1fr; gap: 16px; align-items: center; padding: 18px 0; border-top: 1px solid #dfe2e6; color: #4e5662; line-height: 1.6; }
.gsh-problems li:last-child { border-bottom: 1px solid #dfe2e6; }
.gsh-problems li b { color: var(--gsh-orange); font-size: 12px; }
.gsh-solution {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 54px;
    border-radius: 20px;
    color: #fff;
    background:
        radial-gradient(circle at 85% 15%, rgba(255,122,0,.32), transparent 28%),
        #12151a;
}
.gsh-solution-badge { align-self: flex-start; padding: 8px 11px; border: 1px solid rgba(255,255,255,.18); border-radius: 99px; color: rgba(255,255,255,.75); font-size: 9px; font-weight: 800; letter-spacing: .12em; }
.gsh-solution h3 { margin: 24px 0 18px; color: #fff; font-size: clamp(34px, 3.5vw, 52px); line-height: 1.08; letter-spacing: -.04em; }
.gsh-solution > p { margin: 0; color: rgba(255,255,255,.68); font-size: 16px; line-height: 1.75; }
.gsh-solution-metrics { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; margin: 30px 0; }
.gsh-solution-metrics div { padding: 16px; border: 1px solid rgba(255,255,255,.12); border-radius: 10px; }
.gsh-solution-metrics b, .gsh-solution-metrics span { display: block; }
.gsh-solution-metrics b { margin-bottom: 6px; color: var(--gsh-orange-2); }
.gsh-solution-metrics span { color: rgba(255,255,255,.75); font-size: 11px; }
.gsh-solution .gsh-text-link { color: #fff; }

.gsh-dark { position: relative; color: #fff; background: #111419; }
.gsh-dark::before { content:""; position:absolute; inset:0; background: radial-gradient(circle at 80% 15%, rgba(255,77,0,.15), transparent 28%); pointer-events:none; }
.gsh-heading-light { position:relative; }
.gsh-heading-light h2 { color: #fff; }
.gsh-heading-light p { color: rgba(255,255,255,.64); }
.gsh-service-grid { position:relative; display:grid; grid-template-columns:repeat(4,1fr); margin-top:48px; border-top:1px solid rgba(255,255,255,.12); border-left:1px solid rgba(255,255,255,.12); }
.gsh-service-card { min-height:330px; padding:30px; border-right:1px solid rgba(255,255,255,.12); border-bottom:1px solid rgba(255,255,255,.12); transition:background .25s ease; }
.gsh-service-card:hover { background:rgba(255,255,255,.04); }
.gsh-service-card > span { color:var(--gsh-orange-2); font-size:12px; font-weight:800; }
.gsh-service-card h3 { margin:80px 0 16px; color:#fff; font-size:24px; }
.gsh-service-card p { color:rgba(255,255,255,.6); line-height:1.7; }
.gsh-service-card a { color:#fff; }

.gsh-audience-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:22px; margin-top:45px; }
.gsh-audience-card { min-height:300px; padding:32px; border-radius:16px; background:#f5f6f7; transition:transform .25s ease, background .25s ease, color .25s ease; }
.gsh-audience-card:hover { transform:translateY(-6px); color:#fff; background:linear-gradient(135deg,var(--gsh-orange),var(--gsh-orange-2)); }
.gsh-audience-card > span { font-size:54px; font-weight:800; color:#dedfe2; }
.gsh-audience-card:hover > span { color:rgba(255,255,255,.26); }
.gsh-audience-card h3 { margin:38px 0 12px; font-size:25px; }
.gsh-audience-card p { color:var(--gsh-muted); line-height:1.7; }
.gsh-audience-card:hover h3,.gsh-audience-card:hover p,.gsh-audience-card:hover a { color:#fff; }
.gsh-audience-card a { color:var(--gsh-orange); font-size:13px; font-weight:800; text-decoration:none!important; }

.gsh-process-section { background:#f7f8fa; }
.gsh-process { display:grid; grid-template-columns:repeat(4,1fr); gap:0; margin-top:54px; }
.gsh-process article { position:relative; padding:28px 28px 10px 0; }
.gsh-process article:not(:last-child)::after { content:""; position:absolute; top:48px; left:70px; right:12px; height:1px; background:#dadddf; }
.gsh-step-num { width:46px; height:46px; display:grid; place-items:center; position:relative; z-index:2; border:1px solid #d8dade; border-radius:50%; color:var(--gsh-orange); background:#fff; font-size:11px; font-weight:800; }
.gsh-process h3 { margin:26px 0 10px; font-size:20px; }
.gsh-process p { margin:0; color:var(--gsh-muted); line-height:1.7; font-size:14px; }

.gsh-heading-row { display:flex; justify-content:space-between; gap:30px; align-items:end; }
.gsh-project-grid { display:grid; grid-template-columns:1.3fr .7fr; grid-template-rows:1fr 1fr; gap:24px; margin-top:46px; }
.gsh-project-card { overflow:hidden; border:1px solid var(--gsh-line); border-radius:16px; background:#fff; }
.gsh-project-large { grid-row:1 / 3; }
.gsh-project-art { position:relative; min-height:240px; overflow:hidden; background:#e9ebee; }
.gsh-project-large .gsh-project-art { min-height:520px; }
.gsh-project-art::before,.gsh-project-art::after,.gsh-project-art i { content:""; position:absolute; border-radius:16px; background:rgba(255,255,255,.88); box-shadow:0 20px 50px rgba(0,0,0,.14); }
.art-one { background:linear-gradient(135deg,#191c20,#ff5b12); }
.art-one::before { width:74%; height:68%; left:13%; top:15%; transform:rotate(-5deg); }
.art-one::after { width:62%; height:56%; left:20%; top:23%; background:#f4f5f7; }
.art-one i:first-child { width:8%; height:56%; left:20%; top:23%; background:#15181d; }
.art-one i:nth-child(2) { width:34%; height:8%; left:33%; top:33%; background:#d7dade; }
.art-one i:nth-child(3) { width:38%; height:28%; left:33%; top:46%; background:linear-gradient(90deg,var(--gsh-orange),var(--gsh-orange-2)); }
.art-two { background:linear-gradient(135deg,#ffe0d2,#ff7a00); }
.art-two::before { width:76%; height:72%; left:12%; top:14%; background:#fff; transform:rotate(4deg); }
.art-two::after { width:44%; height:9%; left:26%; top:32%; background:#222; }
.art-two i:first-child { width:52%; height:8%; left:25%; top:48%; background:#e4e5e8; }
.art-three { background:linear-gradient(135deg,#dff3e4,#009619); }
.art-three::before { width:74%; height:68%; left:13%; top:15%; background:#fff; transform:rotate(-3deg); }
.art-three::after { width:44%; height:9%; left:26%; top:31%; background:#202429; }
.art-three i:first-child { width:42%; height:28%; left:28%; top:48%; background:#dfe3e6; }
.gsh-project-card > div:last-child { padding:24px; }
.gsh-project-card span { color:var(--gsh-orange); font-size:10px; font-weight:800; letter-spacing:.1em; }
.gsh-project-card h3 { margin:9px 0 8px; font-size:22px; }
.gsh-project-card p { margin:0; color:var(--gsh-muted); }

.gsh-blog { background:#f7f8fa; }
.gsh-blog-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:24px; margin-top:46px; }
.gsh-post-card { min-width:0; }
.gsh-post-thumb { display:block; height:235px; overflow:hidden; border-radius:14px; background:#e7e9ec; }
.gsh-post-thumb img { width:100%; height:100%; object-fit:cover; transition:transform .5s ease; }
.gsh-post-card:hover .gsh-post-thumb img { transform:scale(1.04); }
.gsh-post-placeholder { display:block; width:100%; height:100%; background:linear-gradient(135deg,#20242a,var(--gsh-orange)); }
.gsh-post-meta { display:flex; justify-content:space-between; margin-top:18px; color:#8a9099; font-size:10px; font-weight:700; text-transform:uppercase; letter-spacing:.08em; }
.gsh-post-card h3 { margin:12px 0 10px; font-size:22px; line-height:1.3; }
.gsh-post-card h3 a { color:inherit; text-decoration:none!important; }
.gsh-post-card > p { color:var(--gsh-muted); line-height:1.7; }

.gsh-cta { padding:105px 0; color:#fff; background:linear-gradient(120deg,#ff3500,var(--gsh-orange-2)); }
.gsh-cta-inner { display:flex; justify-content:space-between; align-items:center; gap:60px; }
.gsh-cta h2 { max-width:760px; margin-top:16px; color:#fff; }
.gsh-cta p { max-width:680px; margin:0; color:rgba(255,255,255,.78); font-size:17px; line-height:1.7; }
.gsh-btn-light { flex:0 0 auto; color:var(--gsh-orange); background:#fff; box-shadow:0 16px 40px rgba(120,20,0,.18); }

.gsh-reveal { opacity:0; transform:translateY(22px); transition:opacity .65s ease, transform .65s ease; }
.gsh-reveal.is-visible { opacity:1; transform:none; }

@media (prefers-reduced-motion: reduce) {
    .gsh-reveal { opacity:1; transform:none; transition:none; }
    .gsh-tool-card,.gsh-btn,.gsh-post-thumb img { transition:none; }
}

@media (max-width: 1100px) {
    .gsh-hero-grid { grid-template-columns:1fr; padding-top:110px; }
    .gsh-hero-copy { max-width:760px; }
    .gsh-hero-visual { min-height:430px; }
    .gsh-benefits { grid-template-columns:repeat(2,1fr); }
    .gsh-benefits article:nth-child(3) { border-left:0; border-top:1px solid var(--gsh-line); }
    .gsh-benefits article:nth-child(4) { border-top:1px solid var(--gsh-line); }
    .gsh-service-grid { grid-template-columns:repeat(2,1fr); }
    .gsh-process { grid-template-columns:repeat(2,1fr); gap:35px; }
    .gsh-process article:nth-child(2)::after { display:none; }
}

@media (max-width: 800px) {
    .gsh-shell { width:min(100% - 30px, 1240px); }
    .gsh-hero { min-height:auto; }
    .gsh-hero-grid { gap:34px; padding-block:95px 135px; }
    .gsh-hero h1 { font-size:clamp(44px,13vw,66px); }
    .gsh-hero-copy > p { font-size:16px; }
    .gsh-hero-visual { min-height:360px; }
    .gsh-dashboard { transform:none; }
    .gsh-dashboard-body { grid-template-columns:48px 1fr; min-height:300px; }
    .gsh-dashboard-body main { padding:18px; }
    .gsh-stats div { padding:10px; }
    .gsh-stats b { font-size:15px; }
    .gsh-chart { height:110px; }
    .gsh-float-a { right:0; }
    .gsh-float-b { left:0; }
    .gsh-benefit-wrap { margin-top:-62px; }
    .gsh-benefits,.gsh-tool-grid,.gsh-split,.gsh-audience-grid,.gsh-blog-grid { grid-template-columns:1fr; }
    .gsh-benefits article + article { border-left:0; border-top:1px solid var(--gsh-line); }
    .gsh-tool-card p { min-height:0; }
    .gsh-section { padding:78px 0; }
    .gsh-split { gap:28px; }
    .gsh-solution { padding:34px 24px; }
    .gsh-project-grid { grid-template-columns:1fr; grid-template-rows:auto; }
    .gsh-project-large { grid-row:auto; }
    .gsh-project-large .gsh-project-art { min-height:360px; }
    .gsh-heading-row,.gsh-cta-inner { align-items:flex-start; flex-direction:column; }
    .gsh-cta-inner { gap:30px; }
}

@media (max-width: 560px) {
    .gsh-trust { display:none; }
    .gsh-actions { align-items:stretch; flex-direction:column; }
    .gsh-btn { width:100%; }
    .gsh-hero-visual { min-height:310px; }
    .gsh-dashboard-top strong { display:none; }
    .gsh-dashboard-body aside { display:none; }
    .gsh-dashboard-body { grid-template-columns:1fr; }
    .gsh-float-card { min-width:110px; padding:11px 13px; }
    .gsh-float-card b { font-size:17px; }
    .gsh-benefits { grid-template-columns:1fr; }
    .gsh-benefits article:nth-child(3) { border-top:1px solid var(--gsh-line); }
    .gsh-service-grid,.gsh-process { grid-template-columns:1fr; }
    .gsh-service-card { min-height:270px; }
    .gsh-service-card h3 { margin-top:55px; }
    .gsh-process article::after { display:none!important; }
    .gsh-solution-metrics { grid-template-columns:1fr; }
    .gsh-post-thumb { height:210px; }
}


/* ===== GoStudio inner pages ===== */
.gsh-page-hero{position:relative;min-height:680px;display:flex;align-items:center;overflow:hidden;color:#fff;background:linear-gradient(120deg,#ff3153,#ff4d00 58%,#ff7a00)}
.gsh-page-hero:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 82% 20%,rgba(255,255,255,.16),transparent 30%),linear-gradient(135deg,transparent 58%,rgba(255,255,255,.08) 58.3%,transparent 59%)}
.gsh-page-hero .gsh-shell{position:relative;z-index:2}
.gsh-page-hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center;padding-block:120px 100px}
.gsh-page-kicker{display:inline-flex;align-items:center;gap:10px;font-size:12px;font-weight:800;letter-spacing:.16em}
.gsh-page-kicker:before{content:"";width:30px;height:2px;background:currentColor}
.gsh-page-hero h1{margin:22px 0 24px;color:#fff;font-size:clamp(54px,6vw,88px);line-height:.98;letter-spacing:-.055em}
.gsh-page-hero h1 em{color:rgba(255,255,255,.72);font-style:normal}
.gsh-page-hero p{max-width:690px;color:rgba(255,255,255,.82);font-size:18px;line-height:1.75}
.gsh-page-hero-center{max-width:920px;margin:auto;padding:150px 0 120px;text-align:center}
.gsh-page-hero-center .gsh-page-kicker{justify-content:center}
.gsh-page-hero-dark{background:#111419}
.gsh-page-hero-dark:before{background:radial-gradient(circle at 75% 20%,rgba(255,77,0,.24),transparent 35%)}
.gsh-page-hero-light{color:var(--gsh-ink);background:#f5f6f8}
.gsh-page-hero-light h1{color:var(--gsh-ink)}
.gsh-page-hero-light h1 em{color:var(--gsh-orange)}
.gsh-page-hero-light p{color:var(--gsh-muted)}
.gsh-page-hero-light .gsh-page-kicker{color:var(--gsh-orange)}
.gsh-page-showcase{min-height:420px;display:grid;place-items:center}
.gsh-showcase-window{width:100%;max-width:520px;height:350px;position:relative;padding:54px 24px 24px;border:1px solid rgba(255,255,255,.28);border-radius:18px;background:rgba(255,255,255,.94);box-shadow:0 35px 90px rgba(80,10,0,.25);transform:rotate(-3deg)}
.gsh-showcase-window>i{position:absolute;top:20px;width:8px;height:8px;border-radius:50%;background:#d5d7da}
.gsh-showcase-window>i:nth-child(1){left:22px;background:#ff6f61}.gsh-showcase-window>i:nth-child(2){left:36px;background:#ffb84d}.gsh-showcase-window>i:nth-child(3){left:50px;background:#54c27b}
.gsh-showcase-grid{height:100%;display:grid;grid-template-columns:repeat(2,1fr);gap:14px}
.gsh-showcase-grid b{border-radius:10px;background:linear-gradient(145deg,#eceff2,#fff);box-shadow:inset 0 0 0 1px #e2e5e8}
.gsh-page-card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:48px}
.gsh-page-card-grid-2{grid-template-columns:repeat(2,1fr)}
.gsh-page-card{position:relative;padding:30px;border:1px solid var(--gsh-line);border-radius:16px;background:#fff;box-shadow:0 12px 35px rgba(20,25,32,.05);transition:.3s ease}
.gsh-page-card:hover{transform:translateY(-7px);box-shadow:0 24px 60px rgba(20,25,32,.11);border-color:rgba(255,77,0,.28)}
.gsh-page-card-icon{width:52px;height:52px;display:grid;place-items:center;border-radius:13px;color:var(--gsh-orange);background:#fff0e9}
.gsh-page-card-icon svg,.gsh-page-card li svg{width:24px;height:24px}
.gsh-page-card h3{margin:24px 0 12px;font-size:25px}.gsh-page-card p{color:var(--gsh-muted);line-height:1.7}
.gsh-page-card ul,.gsh-price-card ul{list-style:none;padding:0;margin:24px 0}
.gsh-page-card li,.gsh-price-card li{display:flex;gap:10px;align-items:center;margin:11px 0;color:#4f5661;font-size:14px}
.gsh-page-card li svg,.gsh-price-card li svg{width:17px;height:17px;color:var(--gsh-green)}
.gsh-page-card a{color:var(--gsh-orange);font-weight:800;text-decoration:none!important}
.gsh-card-number{font-size:12px;font-weight:800;color:var(--gsh-orange)}
.gsh-page-band{padding:80px 0;color:#fff;background:linear-gradient(120deg,#ff3a00,var(--gsh-orange-2))}
.gsh-band-inner{display:flex;align-items:center;justify-content:space-between;gap:40px}.gsh-band-inner span{font-size:11px;font-weight:800;letter-spacing:.13em}.gsh-band-inner h2{margin:12px 0 0;color:#fff;font-size:clamp(34px,4vw,56px)}
.gsh-marketing-orbit{position:relative;width:430px;height:430px;margin:auto;border:1px solid rgba(255,255,255,.18);border-radius:50%}
.gsh-marketing-orbit:before,.gsh-marketing-orbit:after{content:"";position:absolute;border:1px solid rgba(255,255,255,.14);border-radius:50%;inset:55px}.gsh-marketing-orbit:after{inset:110px}
.orbit-center{position:absolute;inset:50%;width:92px;height:92px;display:grid;place-items:center;transform:translate(-50%,-50%);border-radius:50%;background:linear-gradient(135deg,var(--gsh-orange),var(--gsh-orange-2));font-size:30px;font-weight:900}
.gsh-marketing-orbit span{position:absolute;padding:12px 16px;border:1px solid rgba(255,255,255,.2);border-radius:99px;background:rgba(255,255,255,.08);backdrop-filter:blur(8px);font-size:12px;font-weight:800}
.gsh-marketing-orbit span:nth-of-type(1){left:-20px;top:110px}.gsh-marketing-orbit span:nth-of-type(2){right:-26px;top:85px}.gsh-marketing-orbit span:nth-of-type(3){left:20px;bottom:50px}.gsh-marketing-orbit span:nth-of-type(4){right:10px;bottom:60px}
.gsh-soft-section{background:#f6f7f8}.gsh-two-col,.gsh-contact-layout{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:start}
.gsh-feature-list>div{display:grid;grid-template-columns:48px 1fr;gap:18px;padding:22px 0;border-top:1px solid #dddfe3}.gsh-feature-list>div:last-of-type{border-bottom:1px solid #dddfe3}.gsh-feature-list b{color:var(--gsh-orange);font-size:12px}.gsh-feature-list p{margin:0;color:#4f5661;line-height:1.7}
.gsh-solution-matrix{border-top:1px solid var(--gsh-line)}
.gsh-matrix-row{display:grid;grid-template-columns:70px 1.2fr 1fr 50px;gap:30px;align-items:center;padding:38px 0;border-bottom:1px solid var(--gsh-line)}
.gsh-matrix-row>span{color:var(--gsh-orange);font-size:12px;font-weight:800}.gsh-matrix-row h2{margin:0 0 9px;font-size:30px}.gsh-matrix-row p{margin:0;color:var(--gsh-muted);line-height:1.7}
.gsh-matrix-row ul{display:flex;flex-wrap:wrap;gap:8px;list-style:none;padding:0;margin:0}.gsh-matrix-row li{padding:8px 11px;border-radius:99px;background:#f0f1f3;font-size:11px;font-weight:700}.gsh-matrix-row>a{display:grid;place-items:center;width:44px;height:44px;border-radius:50%;color:#fff;background:var(--gsh-orange);text-decoration:none!important}
.gsh-pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;align-items:stretch}
.gsh-price-card{position:relative;padding:34px;border:1px solid var(--gsh-line);border-radius:18px;background:#fff}.gsh-price-card.is-popular{color:#fff;background:#12151a;transform:translateY(-16px);box-shadow:0 28px 70px rgba(20,25,32,.18)}.gsh-price-card.is-popular h3,.gsh-price-card.is-popular li{color:#fff}.gsh-price-card.is-popular p{color:rgba(255,255,255,.62)}
.gsh-popular{position:absolute;right:24px;top:24px;padding:7px 10px;border-radius:99px;color:#fff;background:var(--gsh-orange);font-size:9px;font-weight:800;letter-spacing:.1em}.gsh-price-card h3{font-size:27px}.gsh-price-card>p{min-height:54px;color:var(--gsh-muted)}.gsh-price{margin:25px 0;font-size:36px;font-weight:900}.gsh-btn-dark{color:#fff;background:#15181d}.gsh-price-card .gsh-btn{width:100%}.gsh-price-note{max-width:780px;margin:38px auto 0;text-align:center;color:var(--gsh-muted);font-size:13px}
.gsh-case-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:28px}.gsh-case-card{padding-bottom:25px;border-bottom:1px solid var(--gsh-line)}.gsh-case-art{height:320px;position:relative;overflow:hidden;margin-bottom:22px;border-radius:16px}.case-1{background:linear-gradient(135deg,#171a1f,#ff5a12)}.case-2{background:linear-gradient(135deg,#dff5e5,#009619)}.case-3{background:linear-gradient(135deg,#ffe2d3,#ff7a00)}.gsh-case-art i{position:absolute;border-radius:12px;background:rgba(255,255,255,.9);box-shadow:0 20px 50px rgba(0,0,0,.15)}.gsh-case-art i:nth-child(1){width:70%;height:65%;left:15%;top:17%}.gsh-case-art i:nth-child(2){width:45%;height:10%;left:27%;top:30%;background:#1b1e23}.gsh-case-art i:nth-child(3){width:50%;height:24%;left:25%;top:49%;background:#eceef1}.gsh-case-card>span{color:var(--gsh-orange);font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.1em}.gsh-case-card h3{margin:9px 0;font-size:25px}.gsh-case-card p{margin:0;color:var(--gsh-muted)}
.gsh-about-stat{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.gsh-about-stat div{padding:35px;border:1px solid rgba(255,255,255,.24);border-radius:14px;background:rgba(255,255,255,.08)}.gsh-about-stat b,.gsh-about-stat span{display:block}.gsh-about-stat b{font-size:38px}.gsh-about-stat span{margin-top:8px;color:rgba(255,255,255,.72)}
.gsh-rich-copy p{font-size:19px;line-height:1.8;color:#4f5661}.gsh-values-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-top:45px}.gsh-values-grid article{padding:28px;border:1px solid var(--gsh-line);border-radius:14px;background:#fff}.gsh-values-grid span{color:var(--gsh-orange);font-size:12px;font-weight:800}.gsh-values-grid h3{margin:50px 0 12px;font-size:21px}.gsh-values-grid p{color:var(--gsh-muted);line-height:1.7}
.gsh-contact-card{padding:42px;border:1px solid rgba(255,255,255,.14);border-radius:18px;background:rgba(255,255,255,.07);backdrop-filter:blur(10px)}.gsh-contact-card h2{margin:0 0 28px;color:#fff}.gsh-contact-card>div{padding:18px 0;border-top:1px solid rgba(255,255,255,.12)}.gsh-contact-card span{display:block;margin-bottom:7px;color:rgba(255,255,255,.5);font-size:10px;text-transform:uppercase;letter-spacing:.1em}.gsh-contact-card a,.gsh-contact-card p{color:#fff;text-decoration:none!important}
@media(max-width:900px){.gsh-page-hero-grid,.gsh-two-col,.gsh-contact-layout{grid-template-columns:1fr}.gsh-page-card-grid,.gsh-pricing-grid,.gsh-values-grid{grid-template-columns:repeat(2,1fr)}.gsh-matrix-row{grid-template-columns:50px 1fr}.gsh-matrix-row ul,.gsh-matrix-row>a{grid-column:2}.gsh-band-inner{align-items:flex-start;flex-direction:column}.gsh-marketing-orbit{width:350px;height:350px}.gsh-price-card.is-popular{transform:none}.gsh-case-grid{grid-template-columns:1fr}}
@media(max-width:600px){.gsh-page-hero{min-height:auto}.gsh-page-hero-grid{padding-block:110px 80px;gap:45px}.gsh-page-hero-center{padding:120px 0 90px}.gsh-page-hero h1{font-size:clamp(44px,13vw,64px)}.gsh-page-card-grid,.gsh-page-card-grid-2,.gsh-pricing-grid,.gsh-values-grid{grid-template-columns:1fr}.gsh-showcase-window{height:280px}.gsh-marketing-orbit{width:280px;height:280px}.gsh-matrix-row{grid-template-columns:1fr;gap:14px}.gsh-matrix-row ul,.gsh-matrix-row>a{grid-column:auto}.gsh-case-art{height:240px}.gsh-about-stat{grid-template-columns:1fr 1fr}}


/* v1.2.0 detail pages */
.gsh-detail-tags{display:flex;flex-wrap:wrap;gap:10px;margin-top:28px}
.gsh-detail-tags span{display:inline-flex;align-items:center;min-height:36px;padding:0 14px;border:1px solid rgba(255,255,255,.18);border-radius:999px;background:rgba(255,255,255,.08);color:#fff;font-size:12px;font-weight:700;backdrop-filter:blur(8px)}
.gsh-detail-panel{position:relative;min-height:420px;display:grid;place-items:center}
.gsh-detail-panel-card{width:min(100%,480px);padding:28px;border:1px solid rgba(255,255,255,.28);border-radius:18px;background:rgba(255,255,255,.94);box-shadow:0 34px 90px rgba(82,10,0,.22);transform:perspective(1200px) rotateY(-5deg);color:#12161c}
.gsh-detail-panel-card small{display:block;color:#8b919b;font-size:11px;font-weight:800;letter-spacing:.1em}
.gsh-detail-panel-card h3{margin:12px 0 18px;font-size:30px;line-height:1.1}
.gsh-detail-panel-lines i{display:block;height:8px;margin:10px 0;border-radius:999px;background:#e3e7eb}.gsh-detail-panel-lines i:nth-child(2){width:78%}.gsh-detail-panel-lines i:nth-child(3){width:56%}
.gsh-detail-panel-bars{height:140px;display:flex;align-items:end;gap:12px;margin-top:24px;padding:22px 18px 0;border-radius:12px;background:#f5f6f8}.gsh-detail-panel-bars span{flex:1;border-radius:6px 6px 0 0;background:linear-gradient(var(--gsh-orange-2),var(--gsh-orange))}
.gsh-detail-grid{grid-template-columns:repeat(3,1fr)}
.gsh-check-list{list-style:none;padding:0;margin:30px 0 0}.gsh-check-list li{display:flex;gap:12px;align-items:center;padding:14px 0;border-top:1px solid var(--gsh-line);color:#4f5661}.gsh-check-list li:last-child{border-bottom:1px solid var(--gsh-line)}.gsh-check-list svg{width:18px;height:18px;color:var(--gsh-green)}
.gsh-outcome-grid{display:grid;gap:16px;margin-top:30px}.gsh-outcome-grid article{padding:22px;border:1px solid var(--gsh-line);border-radius:14px;background:#fff}.gsh-outcome-grid b{display:block;margin-bottom:10px;font-size:18px}.gsh-outcome-grid p{margin:0;color:var(--gsh-muted);line-height:1.7}
@media(max-width:900px){.gsh-detail-grid{grid-template-columns:1fr 1fr}}
@media(max-width:600px){.gsh-detail-grid{grid-template-columns:1fr}.gsh-detail-panel-card{transform:none}}


/* v1.2.1 Tools main page */
.gsh-tools-hero{min-height:760px}
.gsh-tools-dashboard{position:relative;min-height:470px;display:grid;place-items:center}
.gsh-tools-window{width:min(100%,560px);overflow:hidden;border:1px solid rgba(255,255,255,.3);border-radius:18px;background:#fff;box-shadow:0 36px 90px rgba(80,10,0,.26);transform:perspective(1200px) rotateY(-5deg) rotateX(2deg)}
.gsh-tools-window-top{height:52px;display:flex;align-items:center;gap:7px;padding:0 18px;border-bottom:1px solid #eceef1;color:#68707a}.gsh-tools-window-top i{width:8px;height:8px;border-radius:50%;background:#d6d8dc}.gsh-tools-window-top i:first-child{background:#ff6f61}.gsh-tools-window-top i:nth-child(2){background:#ffb84d}.gsh-tools-window-top i:nth-child(3){background:#54c27b}.gsh-tools-window-top strong{margin-left:9px;font-size:11px}
.gsh-tools-window-body{display:grid;grid-template-columns:68px 1fr;min-height:380px}.gsh-tools-window-body aside{display:flex;flex-direction:column;align-items:center;gap:18px;padding-top:28px;background:#15181d}.gsh-tools-window-body aside b{width:28px;height:7px;border-radius:99px;background:#343941}.gsh-tools-window-body aside b:first-child{background:var(--gsh-orange)}.gsh-tools-window-body main{padding:28px;background:#f6f7f9;color:#15181d}
.gsh-tools-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.gsh-tools-stats div{padding:16px;border:1px solid #e4e7eb;border-radius:10px;background:#fff}.gsh-tools-stats small{display:block;color:#8a919b;font-size:9px}.gsh-tools-stats b{display:block;margin-top:5px;font-size:20px}.gsh-tools-chart{height:150px;display:flex;align-items:end;gap:10px;margin-top:18px;padding:24px 18px 0;border:1px solid #e4e7eb;border-radius:10px;background:#fff}.gsh-tools-chart span{flex:1;border-radius:5px 5px 0 0;background:linear-gradient(var(--gsh-orange-2),var(--gsh-orange))}.gsh-tools-table{margin-top:18px;padding:12px 16px;border:1px solid #e4e7eb;border-radius:10px;background:#fff}.gsh-tools-table i{display:block;height:7px;margin:10px 0;border-radius:99px;background:#e1e4e8}.gsh-tools-table i:nth-child(2){width:82%}.gsh-tools-table i:nth-child(3){width:66%}.gsh-tools-table i:nth-child(4){width:46%}
.gsh-tools-benefits{margin-top:-72px}
.gsh-tool-catalog{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:48px}.gsh-catalog-card{padding:24px;border:1px solid var(--gsh-line);border-radius:16px;background:#fff;box-shadow:0 10px 35px rgba(29,35,44,.05);transition:.3s ease}.gsh-catalog-card:hover{transform:translateY(-8px);border-color:rgba(255,77,0,.28);box-shadow:0 24px 60px rgba(29,35,44,.12)}.gsh-catalog-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.gsh-catalog-top>span{padding:7px 10px;border-radius:99px;color:var(--gsh-orange);background:#fff0e9;font-size:9px;font-weight:800;letter-spacing:.08em}.gsh-catalog-preview{height:170px;display:grid;grid-template-columns:42px 1fr;overflow:hidden;margin-bottom:22px;border-radius:10px;background:#f0f2f4}.gsh-preview-side{background:#15181d}.gsh-preview-main{padding:20px}.gsh-preview-main>i{display:block;width:48%;height:7px;margin-bottom:10px;border-radius:99px;background:#d3d7dc}.gsh-preview-main>i:nth-child(2){width:70%}.gsh-preview-main>div{height:90px;display:flex;align-items:end;gap:8px;margin-top:15px;padding:14px;background:#fff;border-radius:8px}.gsh-preview-main b{flex:1;border-radius:4px 4px 0 0;background:linear-gradient(var(--gsh-orange-2),var(--gsh-orange))}.gsh-preview-main b:nth-child(1){height:35%}.gsh-preview-main b:nth-child(2){height:55%}.gsh-preview-main b:nth-child(3){height:48%}.gsh-preview-main b:nth-child(4){height:78%}.gsh-catalog-card h3{margin:0 0 10px;font-size:25px}.gsh-catalog-card p{min-height:78px;color:var(--gsh-muted);line-height:1.7}.gsh-catalog-card ul{list-style:none;padding:0;margin:20px 0}.gsh-catalog-card li{display:flex;gap:9px;align-items:center;margin:10px 0;color:#4f5661;font-size:13px}.gsh-catalog-card li svg{width:17px;height:17px;color:var(--gsh-green)}.gsh-catalog-card>a{color:var(--gsh-ink);font-size:13px;font-weight:800;text-decoration:none!important}.gsh-catalog-card>a span{color:var(--gsh-orange)}
.gsh-tools-flow{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:50px;padding:30px;border:1px solid rgba(255,255,255,.12);border-radius:16px}.gsh-tools-flow div{padding:18px 22px;border-radius:10px;color:#fff;background:rgba(255,255,255,.06);font-weight:800}.gsh-tools-flow span{color:var(--gsh-orange-2);font-size:24px}
@media(max-width:1000px){.gsh-tool-catalog{grid-template-columns:repeat(2,1fr)}.gsh-tools-flow{flex-wrap:wrap;justify-content:flex-start}}
@media(max-width:650px){.gsh-tools-window{transform:none}.gsh-tools-window-body{grid-template-columns:1fr}.gsh-tools-window-body aside{display:none}.gsh-tool-catalog{grid-template-columns:1fr}.gsh-catalog-card p{min-height:0}.gsh-tools-flow{flex-direction:column;align-items:stretch}.gsh-tools-flow span{transform:rotate(90deg);align-self:center}}

/* v1.2.2 custom plugin footer */
.gsh-plugin-page #footer-outer,.gsh-plugin-page #copyright,.gsh-plugin-page footer#footer-outer{display:none!important}
.gsh-site-footer{position:relative;z-index:10;color:#a6a6a6;background:#111}
.gsh-footer-grid{display:grid;grid-template-columns:1.35fr .9fr .9fr 1fr;gap:54px;padding:76px 0 58px}
.gsh-footer-logo{display:inline-flex;gap:6px;align-items:center;color:#ff4d00!important;text-decoration:none!important;font-size:24px;font-weight:900;letter-spacing:-.04em}
.gsh-footer-logo span{color:#fff}.gsh-footer-brand p{max-width:370px;margin:20px 0 24px;color:#9a9a9a;line-height:1.75}
.gsh-site-footer h3{margin:2px 0 22px;color:#fff;font-size:15px;font-weight:800;letter-spacing:.01em}
.gsh-site-footer ul{list-style:none;margin:0;padding:0}.gsh-site-footer li{margin:0 0 12px}
.gsh-site-footer a{color:#a6a6a6;text-decoration:none!important;transition:color .2s ease}.gsh-site-footer a:hover{color:#ff4d00}
.gsh-footer-socials{display:flex;gap:10px}.gsh-footer-socials a{width:38px;height:38px;display:grid;place-items:center;border:1px solid #2a2a2a;border-radius:50%;color:#fff;background:#171717;font-weight:800}.gsh-footer-socials a:hover{border-color:#ff4d00;background:#ff4d00;color:#fff}
.gsh-footer-contact p{margin:0 0 15px;color:#a6a6a6;line-height:1.55}.gsh-footer-contact p span{display:block;margin-bottom:4px;color:#666;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.1em}
.gsh-footer-bottom{border-top:1px solid #222;background:#0a0a0a}.gsh-footer-bottom .gsh-shell{min-height:72px;display:flex;align-items:center;justify-content:space-between;gap:24px;color:#888;font-size:12px}.gsh-footer-bottom nav{display:flex;gap:22px}
@media(max-width:1000px){.gsh-footer-grid{grid-template-columns:1fr 1fr;gap:42px}.gsh-footer-brand{grid-column:1/-1}.gsh-footer-bottom .gsh-shell{align-items:flex-start;flex-direction:column;justify-content:center;padding-block:18px}}
@media(max-width:620px){.gsh-footer-grid{grid-template-columns:1fr;padding:58px 0 42px}.gsh-footer-brand{grid-column:auto}.gsh-footer-bottom nav{flex-wrap:wrap;gap:14px}}


/* v1.2.3 real project manager */
.gsh-real-project-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;margin-top:48px}
.gsh-real-project-card{display:block;overflow:hidden;border:1px solid var(--gsh-line);border-radius:18px;color:inherit;background:#fff;text-decoration:none!important;box-shadow:0 10px 35px rgba(29,35,44,.05);transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease}
.gsh-real-project-card:hover{transform:translateY(-7px);border-color:rgba(255,77,0,.28);box-shadow:0 24px 60px rgba(29,35,44,.13);color:inherit}
.gsh-real-project-media{position:relative;height:285px;overflow:hidden;background:#eee}
.gsh-real-project-media img{width:100%;height:100%;object-fit:cover;transition:transform .55s ease}
.gsh-real-project-card:hover .gsh-real-project-media img{transform:scale(1.035)}
.gsh-project-brand-visual{position:absolute;inset:0;display:grid;place-items:center;overflow:hidden}
.gsh-project-brand-visual>span{position:relative;z-index:3;display:grid;place-items:center;width:118px;height:118px;border:1px solid rgba(255,255,255,.38);border-radius:30px;color:#fff;background:rgba(255,255,255,.13);box-shadow:0 28px 70px rgba(0,0,0,.20);backdrop-filter:blur(12px);font-size:38px;font-weight:900;letter-spacing:-.08em}
.gsh-project-brand-visual i{position:absolute;border-radius:28px;background:rgba(255,255,255,.16);transform:rotate(-12deg)}
.gsh-project-brand-visual i:nth-child(2){width:62%;height:34%;left:7%;top:12%}.gsh-project-brand-visual i:nth-child(3){width:55%;height:38%;right:4%;bottom:6%;transform:rotate(11deg)}.gsh-project-brand-visual i:nth-child(4){width:30%;height:30%;right:10%;top:8%;border-radius:50%}
.visual-orange{background:linear-gradient(135deg,#ff3153,#ff4d00 58%,#ff8a00)}
.visual-green{background:linear-gradient(135deg,#c8f0d1,#009619)}
.visual-dark{background:linear-gradient(135deg,#12151a,#5d2c18 55%,#ff4d00)}
.visual-blue{background:linear-gradient(135deg,#cce9ff,#1667e8)}
.visual-purple{background:linear-gradient(135deg,#f0d6ff,#7a22c9)}
.gsh-project-open{position:absolute;right:18px;top:18px;z-index:5;display:grid;place-items:center;width:42px;height:42px;border-radius:50%;color:#111;background:#fff;box-shadow:0 12px 30px rgba(0,0,0,.15);font-size:17px;font-weight:900;transition:transform .25s ease}
.gsh-real-project-card:hover .gsh-project-open{transform:rotate(8deg) scale(1.05)}
.gsh-real-project-copy{padding:25px}.gsh-real-project-copy>span{color:var(--gsh-orange);font-size:10px;font-weight:800;letter-spacing:.11em;text-transform:uppercase}.gsh-real-project-copy h3{margin:10px 0 10px;font-size:24px;line-height:1.25}.gsh-real-project-copy p{margin:0;color:var(--gsh-muted);line-height:1.7}
.gsh-real-project-grid-all{grid-template-columns:repeat(3,minmax(0,1fr))}
.gsh-empty-projects{margin-top:45px;padding:50px;border:1px dashed #ccd0d5;border-radius:16px;text-align:center;background:#f7f8fa}.gsh-empty-projects h3{margin:0 0 10px}.gsh-empty-projects p{margin:0;color:var(--gsh-muted)}
@media(max-width:900px){.gsh-real-project-grid,.gsh-real-project-grid-all{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:600px){.gsh-real-project-grid,.gsh-real-project-grid-all{grid-template-columns:1fr}.gsh-real-project-media{height:245px}}


/* v1.2.5: show full project screenshots without cropping */
.gsh-real-project-media{height:auto;aspect-ratio:16/10;display:flex;align-items:center;justify-content:center;background:#f4f5f6}
.gsh-real-project-media img{display:block;width:100%;height:100%;padding:8px;object-fit:contain;object-position:center center;background:#fff}
.gsh-real-project-card:hover .gsh-real-project-media img{transform:none}
@media(max-width:600px){.gsh-real-project-media{height:auto;aspect-ratio:16/10}}

/* v1.2.8 footer logo uploader + official social icons */
.gsh-footer-logo.has-image{display:inline-flex;max-width:250px;line-height:0}
.gsh-footer-logo.has-image img{display:block;width:auto;max-width:100%;height:auto;max-height:72px;object-fit:contain;object-position:left center}
.gsh-footer-socials a{padding:0}
.gsh-footer-socials svg{width:18px;height:18px;display:block;fill:currentColor}
@media(max-width:620px){.gsh-footer-logo.has-image{max-width:220px}.gsh-footer-logo.has-image img{max-height:64px}}
