/* ============================================================
   GOPOS FİYATLANDIRMA SAYFASI — gpp- önekli, izole
   ============================================================ */

.gpp-root {
    font-family: var(--font-primary, 'Plus Jakarta Sans', sans-serif);
    background: #f5f4f1;
    color: #1a1a1a;
    padding: clamp(2rem, 5vw, 3.5rem) 0 clamp(3rem, 6vw, 4rem);
    -webkit-font-smoothing: antialiased;
}
.gpp-inner { max-width: 1060px; margin: 0 auto; padding: 0 20px; }

/* HEADER */
.gpp-header { text-align: center; padding: 0 0 44px; }
.gpp-title {
    font-size: clamp(26px, 4vw, 36px); font-weight: 800; letter-spacing: -1px;
    background: linear-gradient(135deg, #111 30%, #666);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
    margin-bottom: 10px;
}
.gpp-slogan { color: #e8780a; font-size: 16px; font-weight: 600; }

/* TABS */
.gpp-tabs-outer { display: flex; justify-content: center; margin-bottom: 32px; }
.gpp-tabs { display: flex; background: #fff; padding: 6px; border-radius: 999px; box-shadow: 0 2px 12px rgba(0,0,0,0.08); border: 1px solid #e8e4de; gap: 4px; }
.gpp-tab { display: flex; flex-direction: column; align-items: center; padding: 14px 28px; border-radius: 999px; cursor: pointer; transition: all 0.3s ease; text-align: center; min-width: 220px; }
.gpp-tab.active { background: linear-gradient(135deg, #fa5b31, #f9a02c); box-shadow: 0 6px 18px rgba(250,91,49,0.3); transform: translateY(-1px); }
.gpp-tab:not(.active):hover { background: #faf9f7; }
.gpp-tab-name { font-size: 20px; font-weight: 800; display: flex; align-items: center; gap: 10px; color: #1a1a1a; margin-bottom: 4px; }
.gpp-tab.active .gpp-tab-name { color: #fff; }
.gpp-tab-sub { font-size: 12.5px; font-weight: 500; color: #888; }
.gpp-tab.active .gpp-tab-sub { color: rgba(255,255,255,0.85); }
.gpp-badge { background: #fff; color: #fa5b31; font-size: 11.5px; font-weight: 800; padding: 3px 10px; border-radius: 999px; box-shadow: 0 1px 4px rgba(0,0,0,0.12); }
.gpp-tab:not(.active) .gpp-badge { background: #fa5b31; color: #fff; }

/* CARD */
.gpp-card { background: #fff; border-radius: 24px; border: 1px solid #eceae6; box-shadow: 0 6px 32px rgba(0,0,0,0.05); overflow: hidden; }

/* USER SELECTOR */
.gpp-user-section { padding: 24px 32px; border-bottom: 1px solid #f0ede9; display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 16px; }
.gpp-user-label { font-size: 15px; font-weight: 600; color: #333; }
.gpp-user-ctrl { display: flex; align-items: center; gap: 10px; }
.gpp-ubtn { width: 36px; height: 36px; border-radius: 50%; background: linear-gradient(135deg, #fa5b31, #f9a02c); color: #fff; border: none; font-size: 20px; font-weight: 700; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: all 0.15s; box-shadow: 0 3px 8px rgba(250,91,49,0.25); line-height: 1; }
.gpp-ubtn:hover { opacity: 0.85; transform: scale(1.06); }
.gpp-ubtn:active { transform: scale(0.95); }
#gppUserCount { width: 46px; text-align: center; font-size: 22px; font-weight: 800; border: none; background: transparent; color: #1a1a1a; pointer-events: none; font-family: inherit; }
.gpp-user-note { font-size: 12px; color: #aaa; font-style: italic; width: 100%; text-align: center; }

/* BODY GRID */
.gpp-body { display: grid; grid-template-columns: 1fr 1fr; }
.gpp-col { padding: 28px 32px; }
.gpp-col:first-child { border-right: 1px solid #f0ede9; }
.gpp-col-title { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 1.2px; color: #bbb; margin-bottom: 20px; display: flex; align-items: center; gap: 8px; }
.gpp-col-title::before { content: ''; width: 3px; height: 14px; background: linear-gradient(#fa5b31, #f9a02c); border-radius: 2px; display: inline-block; flex-shrink: 0; }
.gpp-col-note { font-size: 10px; font-weight: 500; color: #ddd; text-transform: none; letter-spacing: 0; }

/* FEATURE ROWS */
.gpp-feature-list { display: flex; flex-direction: column; gap: 2px; }
.gpp-feature-row { display: flex; align-items: center; justify-content: space-between; padding: 11px 14px; border-radius: 12px; background: #faf9f7; border: 1px solid transparent; }
.gpp-feature-name { font-size: 13px; font-weight: 600; color: #333; }

/* TOGGLE */
.gpp-root .ios-toggle { position: relative; display: inline-block; width: 48px; height: 28px; flex-shrink: 0; }
.gpp-root .ios-toggle input { opacity: 0; width: 0; height: 0; }
.gpp-root .ios-slider { position: absolute; inset: 0; border-radius: 999px; background: #e0dcd8; transition: background 0.25s cubic-bezier(.4,0,.2,1); cursor: pointer; }
.gpp-root .ios-slider::before { content: ''; position: absolute; left: 3px; top: 3px; width: 22px; height: 22px; border-radius: 50%; background: #fff; box-shadow: 0 2px 6px rgba(0,0,0,0.22); transition: transform 0.25s cubic-bezier(.4,0,.2,1), box-shadow 0.2s; }
.gpp-root .ios-toggle input:checked + .ios-slider { background: linear-gradient(135deg, #fa5b31, #f9a02c); }
.gpp-root .ios-toggle input:checked + .ios-slider::before { transform: translateX(20px); box-shadow: 0 2px 8px rgba(250,91,49,0.35); }
.gpp-root .ios-toggle input:disabled + .ios-slider { background: linear-gradient(135deg, #34c759, #30d158); cursor: default; }
.gpp-root .ios-toggle input:disabled + .ios-slider::before { transform: translateX(20px); box-shadow: 0 2px 6px rgba(52,199,89,0.3); }

/* INTEGRATION ROWS */
.gpp-int-list { display: flex; flex-direction: column; gap: 2px; }
.gpp-int-row { display: flex; align-items: center; justify-content: space-between; padding: 11px 14px; border-radius: 12px; border: 1px solid #f0ede9; transition: all 0.18s ease; cursor: pointer; background: #fff; }
.gpp-int-row:hover { border-color: #f9a02c; background: #fffaf5; }
.gpp-int-row.is-active { border-color: #f9a02c; background: #fff8f0; }
.gpp-int-left { display: flex; align-items: center; gap: 10px; }
.gpp-int-icon { width: 32px; height: 32px; border-radius: 8px; display: flex; align-items: center; justify-content: center; font-size: 13px; flex-shrink: 0; font-weight: 700; background: #f5f4f1; color: #999; transition: all 0.18s; }
.gpp-int-row.is-active .gpp-int-icon { background: #fff3e0; color: #e8780a; }
.gpp-int-info { display: flex; flex-direction: column; }
.gpp-int-name { font-size: 13px; font-weight: 600; color: #333; }
.gpp-int-price { font-size: 11.5px; font-weight: 500; color: #bbb; margin-top: 1px; }
.gpp-int-row.is-active .gpp-int-price { color: #e8780a; }

/* PRICE FOOTER */
.gpp-price-bar { padding: 28px 32px; border-top: 1px solid #f0ede9; display: flex; align-items: center; justify-content: center; gap: 12px; flex-wrap: wrap; }
.gpp-price-lbl { font-size: 15px; font-weight: 600; color: #999; }
.gpp-price-num { font-size: clamp(40px, 7vw, 52px); font-weight: 800; color: #fa5b31; letter-spacing: -2px; line-height: 1; }
.gpp-price-cur { font-size: 17px; font-weight: 600; color: #aaa; }

/* GUARANTEES */
.gpp-guarantees { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px 22px; margin-top: 28px; }
.gpp-guarantee { display: inline-flex; align-items: center; gap: 8px; font-size: 14px; font-weight: 600; color: #555; }
.gpp-guarantee-tick { width: 20px; height: 20px; flex-shrink: 0; display: inline-flex; align-items: center; justify-content: center; border-radius: 50%; background: linear-gradient(135deg, #34c759, #30d158); color: #fff; font-size: 12px; font-weight: 800; }

/* CTA + FOOTER */
.gpp-cta-row { display: flex; gap: 12px; justify-content: center; margin-top: 24px; flex-wrap: wrap; }
.gpp-footer { text-align: center; padding: 24px 0 0; color: #bbb; font-size: 13.5px; }

/* RESPONSIVE */
@media (max-width: 720px) {
    .gpp-tabs { flex-direction: column; border-radius: 22px; }
    .gpp-tab { min-width: unset; width: 100%; border-radius: 16px; }
    .gpp-body { grid-template-columns: 1fr; }
    .gpp-col:first-child { border-right: none; border-bottom: 1px solid #f0ede9; }
    .gpp-user-section { flex-direction: column; text-align: center; }
}
