/* =========================================================
   Growth Istanbul - Hizmetler Sayfası V3
   Aurora Glass + Interactive Growth System
========================================================= */

.gs-services-page,
.gs-services-page * {
    box-sizing: border-box;
}

.gs-services-page {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 12% 6%, rgba(182, 23, 64, 0.22), transparent 34%),
        radial-gradient(circle at 88% 14%, rgba(255, 61, 104, 0.12), transparent 30%),
        radial-gradient(circle at 50% 58%, rgba(182, 23, 64, 0.10), transparent 42%),
        linear-gradient(180deg, #09030a 0%, #03070b 42%, #05050a 100%);
    color: #ffffff;
}

.gs-services-page::before {
    content: "";
    position: fixed;
    inset: 0;
    background:
        linear-gradient(rgba(255, 255, 255, 0.024) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.024) 1px, transparent 1px);
    background-size: 58px 58px;
    mask-image: radial-gradient(circle at 50% 18%, #000, transparent 72%);
    -webkit-mask-image: radial-gradient(circle at 50% 18%, #000, transparent 72%);
    pointer-events: none;
    opacity: 0.34;
    z-index: 0;
}

.gs-services-page section {
    position: relative;
    z-index: 1;
}

.gs-container {
    width: min(1180px, calc(100% - 48px));
    margin: 0 auto;
}

.gs-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    min-height: 32px;
    padding: 0 13px;
    border-radius: 999px;
    color: #ff8aa0;
    font-size: 11px;
    line-height: 1;
    font-weight: 950;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    border: 1px solid rgba(182, 23, 64, 0.36);
    background: rgba(182, 23, 64, 0.12);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.gs-eyebrow::before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 999px;
    background: #ff5d7d;
    box-shadow: 0 0 16px rgba(255, 61, 104, 0.82);
}

.gs-btn {
    min-height: 52px;
    padding: 0 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 18px;
    font-size: 14px;
    line-height: 1;
    font-weight: 950;
    text-decoration: none;
    transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease, background 0.24s ease;
}

.gs-btn-primary {
    color: #ffffff;
    border: 1px solid rgba(255, 108, 138, 0.40);
    background: linear-gradient(135deg, rgba(255, 61, 104, 0.94), rgba(134, 16, 47, 0.98));
    box-shadow: 0 18px 46px rgba(182, 23, 64, 0.36), inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.gs-btn-secondary {
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.105);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.070), rgba(255, 255, 255, 0.022));
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.20), inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.gs-btn:hover {
    transform: translateY(-2px);
}

.gs-btn-primary:hover {
    color: #ffffff;
    box-shadow: 0 24px 62px rgba(182, 23, 64, 0.50), inset 0 1px 0 rgba(255, 255, 255, 0.22);
}

.gs-btn-secondary:hover {
    color: #ffffff;
    border-color: rgba(255, 108, 138, 0.34);
}

/* Hero */
.gs-hero-v3 {
    padding: 58px 0 42px;
}

.gs-hero-v3-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(420px, 0.95fr);
    gap: 36px;
    align-items: center;
}

.gs-hero-v3-content h1 {
    max-width: 650px;
    margin: 18px 0 22px;
    color: #ffffff;
    font-size: clamp(44px, 5.2vw, 72px);
    line-height: 0.96;
    letter-spacing: -0.065em;
    font-weight: 950;
}

.gs-hero-v3-content p {
    max-width: 620px;
    margin: 0;
    color: #c2c9d3;
    font-size: 18px;
    line-height: 1.75;
}

.gs-hero-v3-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 13px;
    margin-top: 32px;
}

/* Interactive Growth System */
.gs-system-panel {
    position: relative;
    min-height: 480px;
    padding: 26px;
    overflow: hidden;
    border-radius: 36px;
    border: 1px solid rgba(255, 255, 255, 0.105);
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.082), rgba(255, 255, 255, 0.026)),
        radial-gradient(circle at 50% 36%, rgba(255, 61, 104, 0.16), transparent 34%),
        radial-gradient(circle at 0% 50%, rgba(182, 23, 64, 0.18), transparent 36%),
        radial-gradient(circle at 100% 100%, rgba(255, 108, 138, 0.10), transparent 30%);
    box-shadow: 0 34px 100px rgba(0, 0, 0, 0.44), inset 0 1px 0 rgba(255, 255, 255, 0.11);
    backdrop-filter: blur(24px) saturate(145%);
    -webkit-backdrop-filter: blur(24px) saturate(145%);
}

.gs-system-panel::before {
    content: "";
    position: absolute;
    inset: 1px;
    border-radius: inherit;
    background:
        linear-gradient(120deg, rgba(255, 255, 255, 0.08), transparent 30%, transparent 72%, rgba(255, 255, 255, 0.035)),
        radial-gradient(circle at 22% 0%, rgba(255, 255, 255, 0.07), transparent 26%);
    pointer-events: none;
}

.gs-system-panel > * {
    position: relative;
    z-index: 2;
}

.gs-system-panel-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.gs-system-panel-head span {
    color: #ff8aa0;
    font-size: 12px;
    font-weight: 950;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.gs-system-panel-head strong {
    width: 62px;
    height: 62px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 950;
    border: 1px solid rgba(255, 108, 138, 0.36);
    background: linear-gradient(135deg, rgba(182, 23, 64, 0.24), rgba(255, 61, 104, 0.08));
    box-shadow: 0 14px 36px rgba(182, 23, 64, 0.18);
}

.gs-system-orbit {
    position: relative;
    height: 292px;
    margin: 26px 0 18px;
    border-radius: 32px;
    border: 1px solid rgba(255, 255, 255, 0.075);
    background:
        radial-gradient(circle at 50% 50%, rgba(255, 61, 104, 0.16), transparent 22%),
        radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.05), transparent 54%);
    overflow: hidden;
}

.gs-system-orbit::before,
.gs-system-orbit::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.09);
    transform: translate(-50%, -50%);
    pointer-events: none;
}

.gs-system-orbit::before {
    width: 218px;
    height: 218px;
}

.gs-system-orbit::after {
    width: 300px;
    height: 300px;
    border-color: rgba(255, 108, 138, 0.14);
}

.gs-system-core {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 138px;
    height: 138px;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 40px;
    text-align: center;
    border: 1px solid rgba(255, 108, 138, 0.38);
    background:
        radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.14), transparent 36%),
        linear-gradient(135deg, rgba(182, 23, 64, 0.36), rgba(18, 7, 14, 0.86));
    box-shadow: 0 26px 70px rgba(182, 23, 64, 0.26), inset 0 1px 0 rgba(255, 255, 255, 0.14);
    z-index: 3;
}

.gs-system-core span {
    color: #ff8aa0;
    font-size: 11px;
    font-weight: 950;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.gs-system-core strong {
    margin-top: 6px;
    color: #ffffff;
    font-size: 24px;
    line-height: 1;
    letter-spacing: -0.04em;
    font-weight: 950;
}

.gs-system-node {
    appearance: none;
    -webkit-appearance: none;
    position: absolute;
    min-height: 40px;
    padding: 0 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    color: #ffffff;
    font-size: 12px;
    font-weight: 950;
    letter-spacing: 0.05em;
    border: 1px solid rgba(255, 255, 255, 0.105);
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.026)),
        rgba(3, 7, 11, 0.42);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.09);
    backdrop-filter: blur(14px) saturate(135%);
    -webkit-backdrop-filter: blur(14px) saturate(135%);
    cursor: pointer;
    z-index: 4;
    transition: transform .22s ease, background .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.gs-system-node:hover,
.gs-system-node.is-active {
    color: #ffffff;
    border-color: rgba(255, 108, 138, 0.46);
    background:
        radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.12), transparent 38%),
        linear-gradient(135deg, rgba(182, 23, 64, 0.30), rgba(255, 61, 104, 0.095));
    box-shadow: 0 18px 48px rgba(182, 23, 64, 0.26), inset 0 1px 0 rgba(255, 255, 255, 0.13);
}

.gs-node-1 { left: 50%; top: 22px; transform: translateX(-50%); }
.gs-node-2 { right: 34px; top: 84px; }
.gs-node-3 { right: 44px; bottom: 64px; }
.gs-node-4 { left: 50%; bottom: 22px; transform: translateX(-50%); }
.gs-node-5 { left: 34px; bottom: 64px; }
.gs-node-6 { left: 38px; top: 84px; }

.gs-node-1:hover,
.gs-node-1.is-active,
.gs-node-4:hover,
.gs-node-4.is-active {
    transform: translateX(-50%) translateY(-3px);
}

.gs-node-2:hover,
.gs-node-2.is-active,
.gs-node-3:hover,
.gs-node-3.is-active,
.gs-node-5:hover,
.gs-node-5.is-active,
.gs-node-6:hover,
.gs-node-6.is-active {
    transform: translateY(-3px);
}

.gs-engine-info {
    position: relative;
    z-index: 3;
    min-height: 108px;
    margin: -2px 0 16px;
    padding: 18px 20px;
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.105);
    background:
        radial-gradient(circle at 12% 0%, rgba(255, 61, 104, 0.13), transparent 34%),
        linear-gradient(135deg, rgba(255, 255, 255, 0.064), rgba(255, 255, 255, 0.022));
    box-shadow: 0 18px 48px rgba(0, 0, 0, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.08);
    overflow: hidden;
}

.gs-engine-info::before {
    content: "";
    position: absolute;
    inset: 1px;
    border-radius: inherit;
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.055), transparent 30%, transparent 72%, rgba(255, 255, 255, 0.025));
    pointer-events: none;
}

.gs-engine-info > * {
    position: relative;
    z-index: 2;
}

.gs-engine-info-kicker {
    display: inline-flex;
    color: #ff8aa0;
    font-size: 10px;
    line-height: 1;
    font-weight: 950;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.gs-engine-info h3 {
    margin: 8px 0 6px;
    color: #ffffff;
    font-size: 21px;
    line-height: 1.12;
    letter-spacing: -0.035em;
    font-weight: 950;
}

.gs-engine-info p {
    margin: 0;
    color: #c5ccd6;
    font-size: 13.5px;
    line-height: 1.6;
}

.gs-engine-info.is-changing {
    animation: gsEngineInfoPulse 0.28s ease;
}

@keyframes gsEngineInfoPulse {
    0% { opacity: 0.55; transform: translateY(4px); }
    100% { opacity: 1; transform: translateY(0); }
}

.gs-system-panel-foot {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}

.gs-system-panel-foot div {
    padding: 13px 14px;
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, 0.095);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.060), rgba(255, 255, 255, 0.020));
}

.gs-system-panel-foot span {
    display: block;
    color: #ff8aa0;
    font-size: 10px;
    font-weight: 950;
    letter-spacing: 0.10em;
    text-transform: uppercase;
}

.gs-system-panel-foot strong {
    display: block;
    margin-top: 5px;
    color: #ffffff;
    font-size: 13px;
    font-weight: 950;
}

/* Section Head */
.gs-section-head {
    margin-bottom: 34px;
}

.gs-section-head-split {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.6fr);
    gap: 28px;
    align-items: end;
}

.gs-section-head h2 {
    max-width: 760px;
    margin: 16px 0 0;
    color: #ffffff;
    font-size: clamp(34px, 4vw, 56px);
    line-height: 1.03;
    letter-spacing: -0.045em;
    font-weight: 950;
}

.gs-section-head p {
    max-width: 560px;
    margin: 0;
    color: #b9c2cf;
    font-size: 16px;
    line-height: 1.75;
}

.gs-section-head-center {
    text-align: center;
}

.gs-section-head-center h2,
.gs-section-head-center p {
    margin-left: auto;
    margin-right: auto;
}

.gs-section-head-center p {
    margin-top: 16px;
}

/* Services grid */
.gs-services-system,
.gs-match-section,
.gs-process-v3 {
    padding: 54px 0;
}

.gs-services-v3-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.gs-service-v3-card {
    position: relative;
    min-height: 360px;
    overflow: hidden;
    padding: 26px;
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    border: 1px solid rgba(255, 255, 255, 0.105);
    background:
        radial-gradient(circle at 18% 0%, rgba(255, 61, 104, 0.115), transparent 34%),
        linear-gradient(135deg, rgba(255, 255, 255, 0.066), rgba(255, 255, 255, 0.024));
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.26), inset 0 1px 0 rgba(255, 255, 255, 0.075);
    backdrop-filter: blur(18px) saturate(135%);
    -webkit-backdrop-filter: blur(18px) saturate(135%);
    transition: transform 0.24s ease, border-color 0.24s ease, box-shadow 0.24s ease;
}

.gs-service-v3-card::before {
    content: "";
    position: absolute;
    inset: 1px;
    border-radius: inherit;
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.07), transparent 28%, transparent 72%, rgba(255, 255, 255, 0.032));
    opacity: 0.72;
    pointer-events: none;
}

.gs-service-v3-card > * {
    position: relative;
    z-index: 2;
}

.gs-service-v3-card:hover {
    transform: translateY(-6px);
    border-color: rgba(255, 108, 138, 0.42);
    box-shadow: 0 34px 92px rgba(0, 0, 0, 0.36), 0 16px 46px rgba(182, 23, 64, 0.16);
}

.gs-service-v3-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 26px;
}

.gs-service-v3-no {
    width: 46px;
    height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    color: #ff6c8a;
    font-size: 13px;
    font-weight: 950;
    border: 1px solid rgba(182, 23, 64, 0.42);
    background: linear-gradient(135deg, rgba(182, 23, 64, 0.18), rgba(255, 61, 104, 0.055));
    box-shadow: 0 10px 28px rgba(182, 23, 64, 0.14), inset 0 1px 0 rgba(255, 255, 255, 0.10);
}

.gs-service-v3-tag {
    min-height: 30px;
    padding: 0 11px;
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    color: #ff8aa0;
    font-size: 11px;
    font-weight: 900;
    border: 1px solid rgba(182, 23, 64, 0.32);
    background: rgba(182, 23, 64, 0.10);
}

.gs-service-v3-kicker {
    color: #ff8aa0;
    font-size: 11px;
    font-weight: 950;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.gs-service-v3-card h3 {
    margin: 13px 0 14px;
    color: #ffffff;
    font-size: 26px;
    line-height: 1.08;
    letter-spacing: -0.035em;
    font-weight: 950;
}

.gs-service-v3-card p {
    margin: 0;
    color: #b9c2cf;
    font-size: 15px;
    line-height: 1.72;
}

.gs-service-v3-card a {
    margin-top: auto;
    padding-top: 26px;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 950;
    text-decoration: none;
}

.gs-service-v3-card a span {
    color: #ff6c8a;
    transition: transform 0.22s ease;
}

.gs-service-v3-card a:hover span {
    transform: translateX(4px);
}

/* Match */
.gs-match-box {
    position: relative;
    overflow: hidden;
    padding: 34px;
    border-radius: 34px;
    display: grid;
    grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
    gap: 28px;
    border: 1px solid rgba(255, 108, 138, 0.28);
    background:
        radial-gradient(circle at 12% 20%, rgba(255, 61, 104, 0.16), transparent 26%),
        radial-gradient(circle at 88% 55%, rgba(255, 108, 138, 0.09), transparent 28%),
        linear-gradient(135deg, rgba(95, 7, 30, 0.70), rgba(18, 7, 14, 0.92));
    box-shadow: 0 30px 90px rgba(0, 0, 0, 0.40), inset 0 1px 0 rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(22px) saturate(145%);
    -webkit-backdrop-filter: blur(22px) saturate(145%);
}

.gs-match-box::before {
    content: "";
    position: absolute;
    inset: 1px;
    border-radius: inherit;
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.075), transparent 28%, transparent 74%, rgba(255, 255, 255, 0.035));
    pointer-events: none;
}

.gs-match-box > * {
    position: relative;
    z-index: 2;
}

.gs-match-intro h2 {
    max-width: 520px;
    margin: 16px 0 14px;
    color: #ffffff;
    font-size: clamp(32px, 4vw, 52px);
    line-height: 1.04;
    letter-spacing: -0.045em;
    font-weight: 950;
}

.gs-match-intro p {
    max-width: 500px;
    margin: 0;
    color: #c5ccd6;
    font-size: 16px;
    line-height: 1.75;
}

.gs-match-list {
    display: grid;
    gap: 12px;
}

.gs-match-item {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 16px;
    align-items: center;
    padding: 16px;
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, 0.095);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.062), rgba(255, 255, 255, 0.022));
}

.gs-match-item span {
    color: #d4dae3;
    font-size: 14px;
    line-height: 1.45;
    font-weight: 750;
}

.gs-match-item strong {
    min-height: 32px;
    display: inline-flex;
    align-items: center;
    padding: 0 12px;
    border-radius: 999px;
    color: #ff8aa0;
    font-size: 12px;
    font-weight: 950;
    white-space: nowrap;
    border: 1px solid rgba(182, 23, 64, 0.36);
    background: rgba(182, 23, 64, 0.14);
}

/* Process */
.gs-process-v3-grid {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.gs-process-v3-card {
    position: relative;
    min-height: 260px;
    overflow: hidden;
    padding: 24px;
    border-radius: 28px;
    border: 1px solid rgba(255, 255, 255, 0.105);
    background:
        radial-gradient(circle at 18% 0%, rgba(255, 61, 104, 0.105), transparent 34%),
        linear-gradient(135deg, rgba(255, 255, 255, 0.058), rgba(255, 255, 255, 0.022));
    box-shadow: 0 22px 60px rgba(0, 0, 0, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.07);
    backdrop-filter: blur(18px) saturate(135%);
    -webkit-backdrop-filter: blur(18px) saturate(135%);
}

.gs-process-v3-card::before {
    content: "";
    position: absolute;
    inset: 1px;
    border-radius: inherit;
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.06), transparent 28%, transparent 72%, rgba(255, 255, 255, 0.026));
    pointer-events: none;
}

.gs-process-v3-card > * {
    position: relative;
    z-index: 2;
}

.gs-process-v3-card span {
    width: 48px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    color: #ff6c8a;
    font-size: 13px;
    font-weight: 950;
    border: 1px solid rgba(182, 23, 64, 0.42);
    background: linear-gradient(135deg, rgba(182, 23, 64, 0.18), rgba(255, 61, 104, 0.055));
}

.gs-process-v3-card h3 {
    margin: 22px 0 12px;
    color: #ffffff;
    font-size: 22px;
    line-height: 1.1;
    letter-spacing: -0.03em;
    font-weight: 950;
}

.gs-process-v3-card p {
    margin: 0;
    color: #b9c2cf;
    font-size: 14px;
    line-height: 1.7;
}

/* Final CTA */
.gs-final-cta-v3 {
    padding: 54px 0 90px;
}

.gs-final-v3-box {
    position: relative;
    overflow: hidden;
    padding: 34px;
    border-radius: 34px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    border: 1px solid rgba(255, 108, 138, 0.36);
    background:
        radial-gradient(circle at 12% 20%, rgba(255, 61, 104, 0.18), transparent 26%),
        radial-gradient(circle at 88% 55%, rgba(255, 108, 138, 0.10), transparent 28%),
        linear-gradient(135deg, rgba(95, 7, 30, 0.86), rgba(18, 7, 14, 0.95));
    box-shadow: 0 30px 90px rgba(0, 0, 0, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(22px) saturate(145%);
    -webkit-backdrop-filter: blur(22px) saturate(145%);
}

.gs-final-v3-box::before {
    content: "";
    position: absolute;
    inset: 1px;
    border-radius: inherit;
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.075), transparent 28%, transparent 74%, rgba(255, 255, 255, 0.035));
    pointer-events: none;
}

.gs-final-v3-box > * {
    position: relative;
    z-index: 2;
}

.gs-final-v3-box h2 {
    max-width: 760px;
    margin: 16px 0 10px;
    color: #ffffff;
    font-size: clamp(30px, 3.4vw, 48px);
    line-height: 1.06;
    letter-spacing: -0.04em;
    font-weight: 950;
}

.gs-final-v3-box p {
    max-width: 680px;
    margin: 0;
    color: #c5ccd6;
    font-size: 16px;
    line-height: 1.7;
}

.gs-final-v3-box .gs-btn {
    flex: 0 0 auto;
}

/* Responsive */
@media screen and (max-width: 1100px) {
    .gs-hero-v3-grid,
    .gs-section-head-split,
    .gs-match-box {
        grid-template-columns: 1fr;
    }

    .gs-services-v3-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .gs-process-v3-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .gs-system-panel {
        min-height: auto;
    }
}

@media screen and (max-width: 767px) {
    .gs-container {
        width: calc(100% - 28px);
    }

    .gs-hero-v3 {
        padding: 44px 0 34px;
    }

    .gs-hero-v3-content h1 {
        max-width: 100%;
        font-size: 42px;
        line-height: 1.02;
    }

    .gs-hero-v3-content p {
        font-size: 16px;
    }

    .gs-hero-v3-actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .gs-system-panel {
        padding: 22px;
        border-radius: 28px;
    }

    .gs-system-orbit {
        height: 300px;
        margin: 24px 0 18px;
    }

    .gs-system-orbit::before {
        width: 210px;
        height: 210px;
    }

    .gs-system-orbit::after {
        width: 280px;
        height: 280px;
    }

    .gs-system-core {
        width: 126px;
        height: 126px;
        border-radius: 34px;
    }

    .gs-system-core strong {
        font-size: 21px;
    }

    .gs-system-node {
        min-height: 36px;
        padding: 0 11px;
        font-size: 10px;
        border-radius: 13px;
    }

    .gs-node-2 { right: 18px; }
    .gs-node-3 { right: 24px; }
    .gs-node-5 { left: 18px; }
    .gs-node-6 { left: 22px; }

    .gs-engine-info {
        min-height: auto;
        margin-top: -2px;
        padding: 18px;
        border-radius: 20px;
    }

    .gs-engine-info h3 {
        font-size: 20px;
    }

    .gs-engine-info p {
        font-size: 13.5px;
    }

    .gs-system-panel-foot {
        grid-template-columns: 1fr;
    }

    .gs-services-system,
    .gs-match-section,
    .gs-process-v3 {
        padding: 36px 0;
    }

    .gs-services-v3-grid,
    .gs-process-v3-grid {
        grid-template-columns: 1fr;
    }

    .gs-service-v3-card {
        min-height: auto;
        padding: 23px;
        border-radius: 26px;
    }

    .gs-match-box {
        padding: 24px;
        border-radius: 28px;
    }

    .gs-match-item {
        grid-template-columns: 1fr;
        align-items: start;
    }

    .gs-match-item strong {
        width: fit-content;
    }

    .gs-final-cta-v3 {
        padding: 36px 0 64px;
    }

    .gs-final-v3-box {
        padding: 24px;
        border-radius: 28px;
        align-items: flex-start;
        flex-direction: column;
    }

    .gs-final-v3-box .gs-btn {
        width: 100%;
    }
}