/* Satış, üyelik ve hesap ekranları için mevcut tanıtım temasına ek katman. */
.store-body { min-height: 100vh; background: var(--bg); }
.store-header { background: rgba(6, 16, 28, .72); border-bottom-color: rgba(170, 193, 220, .1); backdrop-filter: blur(16px); }
.store-header .header-inner { min-height: 82px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.brand-logo-lockup { gap: 10px; }
.brand-logo-box { display: grid; width: 54px; height: 58px; flex: 0 0 54px; place-items: center; overflow: hidden; border: 1px solid rgba(67, 228, 188, .24); border-radius: 13px; background: rgba(8, 22, 35, .72); box-shadow: 0 8px 24px rgba(0, 0, 0, .18); }
.brand-logo-box img { display: block; width: 52px; height: 54px; object-fit: contain; }
.brand-logo-lockup .brand-copy strong { color: #f6fbff; }
.brand-logo-lockup .brand-copy small { color: var(--mint); letter-spacing: .1em; }
.store-nav { margin-left: auto; }
.store-nav a.is-active { color: var(--mint); }
.store-header-actions { display: flex; align-items: center; gap: 9px; margin-left: 10px; }
.header-account, .header-cart { display: inline-flex; align-items: center; justify-content: center; min-height: 40px; border: 1px solid var(--line-strong); border-radius: 10px; color: var(--muted-strong); font-size: 12px; font-weight: 700; }
.header-account { padding: 0 13px; }
.header-account:hover, .header-cart:hover { border-color: rgba(67, 228, 188, .55); color: var(--mint); }
.header-cart { gap: 8px; padding: 0 10px 0 13px; }
.header-cart b { display: grid; min-width: 22px; height: 22px; place-items: center; border-radius: 50%; background: var(--mint); color: #03261f; font-size: 11px; }
.store-header .menu-toggle { display: none; }
.menu-lines { display: grid; gap: 4px; width: 18px; }
.menu-lines i { display: block; height: 2px; border-radius: 2px; background: currentColor; }
.store-main { min-height: calc(100vh - 260px); padding-top: 108px; }
.store-main > .flash-stack:first-child { margin-top: 10px; }
.flash-stack { display: grid; gap: 10px; margin-bottom: 20px; }
.notice { display: flex; align-items: center; flex-wrap: wrap; gap: 10px; padding: 14px 16px; border: 1px solid var(--line); border-radius: 12px; background: rgba(14, 31, 50, .78); color: var(--muted-strong); font-size: 13px; }
.notice strong { color: var(--text); }
.notice-success { border-color: rgba(67, 228, 188, .35); background: rgba(19, 95, 82, .18); }
.notice-success::before { color: var(--mint); content: '✓'; font-weight: 800; }
.notice-error { border-color: rgba(255, 117, 151, .35); background: rgba(111, 28, 58, .2); }
.notice-error::before { color: var(--rose); content: '!'; font-weight: 800; }
.notice a { margin-left: auto; }
.compact-section { padding-top: 35px; padding-bottom: 35px; }
.db-notice { gap: 12px; }
.db-notice span { color: var(--muted); }
.store-section { padding: 70px 0; }
.narrow-container { width: min(760px, calc(100% - 48px)); }
.store-stepper { display: flex; align-items: center; justify-content: center; gap: 10px; margin: 0 auto 28px; color: #61788f; }
.store-stepper span { display: inline-flex; align-items: center; gap: 7px; padding: 7px 11px; border: 1px solid var(--line); border-radius: 20px; font-family: 'Space Grotesk'; font-size: 12px; font-weight: 700; }
.store-stepper span.is-active { border-color: rgba(67, 228, 188, .5); background: rgba(67, 228, 188, .1); color: var(--mint); }
.store-stepper span.is-done { border-color: rgba(67, 228, 188, .28); color: #a6d8cc; }
.store-stepper small { color: inherit; font-family: 'DM Sans'; font-size: 11px; font-weight: 600; }
.store-stepper i { width: 35px; height: 1px; background: var(--line-strong); }
.store-hero { position: relative; overflow: hidden; padding: 76px 0 68px; background: linear-gradient(180deg, rgba(10, 33, 52, .45), transparent 100%); }
.store-hero::before { position: absolute; top: -180px; right: -130px; width: 520px; height: 520px; border: 1px solid rgba(67, 228, 188, .14); border-radius: 50%; content: ''; box-shadow: 0 0 0 34px rgba(67, 228, 188, .025), 0 0 0 68px rgba(67, 228, 188, .018); }
.store-hero-grid { position: relative; display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 55px; }
.store-eyebrow { display: inline-flex; align-items: center; gap: 9px; color: var(--mint); font-size: 11px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.store-eyebrow i { width: 7px; height: 7px; border-radius: 50%; background: var(--mint); box-shadow: 0 0 14px var(--mint); }
.store-hero h1 { max-width: 700px; margin: 16px 0 20px; font-size: clamp(42px, 5.2vw, 72px); }
.store-hero h1 span { color: var(--mint); }
.store-hero p { max-width: 650px; color: var(--muted-strong); font-size: 17px; line-height: 1.75; }
.store-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.store-hero-panel { position: relative; padding: 25px; border: 1px solid rgba(67, 228, 188, .22); border-radius: 22px; background: linear-gradient(150deg, rgba(16, 52, 65, .86), rgba(8, 22, 36, .94)); box-shadow: var(--shadow); }
.store-hero-panel::after { position: absolute; right: 22px; bottom: 22px; width: 80px; height: 80px; border: 1px solid rgba(255, 189, 114, .25); border-radius: 50%; content: ''; }
.hero-panel-logo { position: relative; z-index: 1; display: grid; place-items: center; min-height: 150px; }
.hero-panel-logo img { width: min(210px, 70%); height: auto; filter: drop-shadow(0 18px 30px rgba(0, 0, 0, .35)); }
.hero-panel-note { position: relative; z-index: 1; margin: 17px 0 0; padding-top: 16px; border-top: 1px solid var(--line); color: #b8d5d1; font-size: 12px; line-height: 1.6; }
.section-heading.store-heading { margin-bottom: 35px; }
.section-heading.store-heading h2 { margin-top: 12px; }
.section-heading.store-heading > p { max-width: 650px; }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.product-card { position: relative; display: flex; min-height: 475px; flex-direction: column; padding: 25px; border: 1px solid var(--line); border-radius: 18px; background: linear-gradient(155deg, rgba(15, 32, 52, .96), rgba(8, 20, 34, .96)); box-shadow: 0 15px 40px rgba(0, 0, 0, .14); }
.product-card.featured { border-color: rgba(67, 228, 188, .55); box-shadow: 0 20px 50px rgba(0, 0, 0, .2), 0 0 0 1px rgba(67, 228, 188, .08); }
.product-badge { align-self: flex-start; min-height: 24px; padding: 4px 9px; border: 1px solid rgba(67, 228, 188, .25); border-radius: 20px; color: var(--mint); font-size: 10px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.product-icon { display: grid; width: 48px; height: 48px; place-items: center; margin: 22px 0 16px; border: 1px solid rgba(67, 228, 188, .24); border-radius: 14px; color: var(--mint); background: rgba(67, 228, 188, .09); font-size: 23px; }
.product-card h3 { margin: 0 0 10px; font-size: 23px; }
.product-card > p { min-height: 58px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.65; }
.product-price { margin: 22px 0 18px; color: var(--text); font-family: 'Space Grotesk', sans-serif; font-size: 29px; font-weight: 700; letter-spacing: -.05em; }
.product-price small { margin-left: 4px; color: var(--muted); font-family: 'DM Sans', sans-serif; font-size: 11px; font-weight: 500; letter-spacing: 0; }
.feature-list { display: grid; gap: 9px; margin: 0 0 24px; padding: 0; list-style: none; }
.feature-list li { display: flex; align-items: flex-start; gap: 8px; color: var(--muted-strong); font-size: 12px; line-height: 1.45; }
.feature-list li::before { flex: 0 0 auto; color: var(--mint); content: '✓'; font-weight: 800; }
.product-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; margin-top: auto; }
.product-actions .button { min-height: 44px; padding: 0 9px; font-size: 11px; }
.product-actions form { display: block; min-width: 0; margin: 0; }
.product-actions form .button { width: 100%; }
.empty-state { padding: 42px 24px; border: 1px dashed var(--line-strong); border-radius: 16px; color: var(--muted); text-align: center; }
.store-form-page { padding: 45px 0 90px; }
.store-form-grid { display: grid; grid-template-columns: minmax(0, 1fr) 340px; align-items: start; gap: 24px; }
.form-card, .summary-card, .account-card { padding: 27px; border: 1px solid var(--line); border-radius: 18px; background: rgba(11, 23, 38, .86); box-shadow: 0 16px 45px rgba(0, 0, 0, .13); }
.form-card h1, .summary-card h2, .account-card h2 { margin: 0 0 8px; font-size: 31px; }
.form-card > p, .summary-card > p, .account-card > p { color: var(--muted); font-size: 13px; }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; margin-top: 23px; }
.form-field { display: grid; gap: 7px; }
.form-field.full { grid-column: 1 / -1; }
.form-field label { color: var(--muted-strong); font-size: 12px; font-weight: 700; }
.form-field input, .form-field textarea, .form-field select { width: 100%; min-height: 46px; padding: 0 13px; border: 1px solid var(--line-strong); border-radius: 10px; outline: 0; background: rgba(4, 13, 23, .72); color: var(--text); font: inherit; font-size: 13px; }
.form-field textarea { min-height: 96px; padding-top: 12px; resize: vertical; }
.form-field input:focus, .form-field textarea:focus, .form-field select:focus { border-color: var(--mint); box-shadow: 0 0 0 3px rgba(67, 228, 188, .11); }
.form-help { color: var(--muted); font-size: 11px; line-height: 1.5; }
.form-submit { display: flex; align-items: center; justify-content: flex-end; gap: 12px; margin-top: 23px; }
.form-submit .button { min-height: 48px; }
.summary-card { position: sticky; top: 105px; }
.summary-card h2 { font-size: 20px; }
.summary-list { display: grid; gap: 13px; margin: 20px 0; padding: 0; list-style: none; }
.summary-list li { display: flex; justify-content: space-between; gap: 15px; color: var(--muted-strong); font-size: 12px; }
.summary-list li strong { color: var(--text); font-size: 12px; text-align: right; }
.summary-total { display: flex; justify-content: space-between; gap: 15px; padding-top: 17px; border-top: 1px solid var(--line); color: var(--muted); font-size: 12px; }
.summary-total strong { color: var(--mint); font-family: 'Space Grotesk'; font-size: 22px; }
.payment-options { display: grid; gap: 12px; margin-top: 25px; }
.payment-option { display: flex; align-items: flex-start; gap: 11px; padding: 15px; border: 1px solid var(--line); border-radius: 12px; background: rgba(4, 13, 23, .42); cursor: pointer; }
.payment-option:has(input:checked) { border-color: rgba(67, 228, 188, .65); background: rgba(67, 228, 188, .08); }
.payment-option input { margin-top: 4px; accent-color: var(--mint); }
.payment-option strong { display: block; color: var(--text); font-size: 13px; }
.payment-option small { display: block; margin-top: 3px; color: var(--muted); font-size: 11px; line-height: 1.45; }
.bank-details { margin-top: 16px; padding: 15px; border-left: 2px solid var(--amber); background: rgba(255, 189, 114, .06); color: var(--muted-strong); font-size: 12px; line-height: 1.6; }
.bank-details strong { color: var(--amber); }
.cart-layout { display: grid; grid-template-columns: minmax(0, 1fr) 320px; align-items: start; gap: 22px; }
.cart-list { overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: rgba(11, 23, 38, .86); }
.cart-row { display: grid; grid-template-columns: minmax(0, 1fr) 120px 130px 42px; align-items: center; gap: 18px; padding: 19px 22px; border-bottom: 1px solid var(--line); }
.cart-row:last-child { border-bottom: 0; }
.cart-product strong { display: block; color: var(--text); font-size: 14px; }
.cart-product small { display: block; margin-top: 4px; color: var(--muted); font-size: 11px; }
.quantity-input { width: 80px; min-height: 38px; padding: 0 9px; border: 1px solid var(--line-strong); border-radius: 8px; background: rgba(4, 13, 23, .65); color: var(--text); text-align: center; }
.cart-price { color: var(--muted-strong); font-family: 'Space Grotesk'; font-size: 14px; font-weight: 700; text-align: right; }
.icon-button { display: grid; width: 34px; height: 34px; place-items: center; border: 1px solid rgba(255, 117, 151, .28); border-radius: 8px; background: rgba(255, 117, 151, .07); color: var(--rose); cursor: pointer; }
.cart-actions { display: flex; justify-content: space-between; gap: 15px; padding: 18px 22px; border-top: 1px solid var(--line); }
.cart-actions form { margin: 0; }
.account-layout { display: grid; grid-template-columns: .7fr 1.3fr; align-items: start; gap: 22px; }
.account-meta { display: grid; gap: 13px; margin-top: 20px; }
.account-meta div { display: flex; flex-direction: column; gap: 3px; padding-bottom: 12px; border-bottom: 1px solid var(--line); }
.account-meta span { color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .09em; }
.account-meta strong { color: var(--text); font-size: 13px; }
.orders-table { width: 100%; border-collapse: collapse; font-size: 12px; }
.orders-table th, .orders-table td { padding: 13px 8px; border-bottom: 1px solid var(--line); text-align: left; }
.orders-table th { color: var(--muted); font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.orders-table td { color: var(--muted-strong); }
.orders-table td strong { color: var(--text); }
.status-pill { display: inline-flex; padding: 4px 8px; border-radius: 20px; background: rgba(255, 189, 114, .1); color: var(--amber); font-size: 10px; font-weight: 700; }
.status-pill.paid, .status-pill.completed { background: rgba(67, 228, 188, .1); color: var(--mint); }
.auth-wrap { display: grid; min-height: calc(100vh - 300px); place-items: center; padding: 60px 0 100px; }
.auth-card { width: min(100%, 475px); padding: 32px; border: 1px solid rgba(67, 228, 188, .24); border-radius: 20px; background: linear-gradient(155deg, rgba(15, 32, 52, .96), rgba(8, 20, 34, .96)); box-shadow: var(--shadow); }
.auth-card h1 { margin: 0 0 10px; font-size: 34px; }
.auth-card > p { color: var(--muted); font-size: 13px; }
.auth-card .form-grid { grid-template-columns: 1fr; }
.auth-card .form-submit { justify-content: stretch; }
.auth-card .form-submit .button { width: 100%; }
.auth-switch { margin-top: 18px; color: var(--muted); font-size: 12px; text-align: center; }
.auth-switch a { color: var(--mint); font-weight: 700; }
.success-card { max-width: 760px; margin: 0 auto; padding: 45px 38px; border: 1px solid rgba(67, 228, 188, .3); border-radius: 20px; background: linear-gradient(155deg, rgba(15, 44, 55, .9), rgba(8, 20, 34, .96)); text-align: center; }
.success-icon { display: grid; width: 62px; height: 62px; place-items: center; margin: 0 auto 20px; border: 1px solid rgba(67, 228, 188, .5); border-radius: 50%; color: var(--mint); font-size: 28px; }
.success-card h1 { margin-bottom: 12px; font-size: 37px; }
.success-card p { color: var(--muted-strong); font-size: 14px; }
.license-summary { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; margin: 22px 0; padding: 14px; border: 1px solid rgba(67, 228, 188, .2); border-radius: 13px; background: rgba(4, 13, 23, .32); text-align: left; }
.license-summary div { display: grid; gap: 4px; min-width: 0; padding: 10px; }
.license-summary span { color: var(--muted); font-size: 10px; letter-spacing: .06em; text-transform: uppercase; }
.license-summary strong { overflow: hidden; color: var(--text); font-size: 12px; text-overflow: ellipsis; white-space: nowrap; }
.license-help { margin-top: 18px; padding-top: 16px; border-top: 1px solid var(--line); color: var(--muted); font-size: 11px; line-height: 1.6; }
.success-number { display: inline-block; margin: 14px 0 23px; padding: 10px 14px; border: 1px solid rgba(255, 189, 114, .3); border-radius: 9px; color: var(--amber); font-family: 'Space Grotesk'; font-weight: 700; letter-spacing: .06em; }
.order-success-details { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin: 0 auto 22px; padding: 16px; border: 1px solid var(--line); border-radius: 12px; background: rgba(4, 13, 23, .28); text-align: left; }
.order-success-details div { display: grid; gap: 4px; min-width: 0; }
.order-success-details span { color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .07em; }
.order-success-details strong { overflow: hidden; color: var(--text); font-size: 12px; text-overflow: ellipsis; white-space: nowrap; }
.order-items { margin: 22px auto; padding-top: 20px; border-top: 1px solid var(--line); text-align: left; }
.order-items h2 { margin-bottom: 12px; font-size: 18px; }
.order-items > div { display: flex; justify-content: space-between; gap: 15px; padding: 9px 0; color: var(--muted-strong); font-size: 12px; }
.order-items > div + div { border-top: 1px solid rgba(170, 193, 220, .08); }
.order-items strong { color: var(--text); }
.store-footer { background: var(--bg-deep); }
.store-footer-grid { display: grid; grid-template-columns: 1.5fr .7fr .7fr auto; gap: 34px; align-items: start; padding: 45px 0 35px; border-bottom: 1px solid var(--line); }
.footer-brand-block > p { max-width: 320px; margin: 16px 0 0; color: #71869d; font-size: 12px; line-height: 1.7; }
.footer-logo-box { width: 62px; height: 68px; flex-basis: 62px; border-color: rgba(67, 228, 188, .22); }
.footer-logo-box img { width: 59px; height: 63px; }
.footer-column { display: grid; align-content: start; gap: 10px; }
.footer-column strong { margin-bottom: 4px; color: var(--text); font-size: 12px; }
.footer-column a { color: #71869d; font-size: 12px; }
.footer-column a:hover { color: var(--mint); }
.store-footer .footer-top { align-self: center; }

@media (max-width: 900px) {
    .store-nav { gap: 17px; }
    .store-header-actions { margin-left: 0; }
    .store-hero-grid, .store-form-grid, .cart-layout, .account-layout { grid-template-columns: 1fr; }
    .store-hero-panel { max-width: 520px; }
    .product-grid { grid-template-columns: repeat(2, 1fr); }
    .summary-card { position: static; }
    .store-footer-grid { grid-template-columns: 1.4fr 1fr 1fr auto; }
}

@media (max-width: 700px) {
    .store-header .header-inner { min-height: 72px; }
    .brand-logo-box { width: 45px; height: 49px; flex-basis: 45px; border-radius: 10px; }
    .brand-logo-box img { width: 44px; height: 46px; }
    .brand-logo-lockup .brand-copy strong { font-size: 14px; }
    .brand-logo-lockup .brand-copy small { font-size: 7px; letter-spacing: .07em; }
    .store-header-actions { gap: 6px; }
    .header-account { padding: 0 8px; font-size: 10px; }
    .header-cart { padding-left: 9px; font-size: 10px; }
    .store-header .menu-toggle { display: inline-flex; }
    .store-nav { top: 72px; right: 16px; left: 16px; }
    .store-main { padding-top: 91px; }
    .store-hero { padding: 55px 0 48px; }
    .store-hero h1 { font-size: clamp(39px, 12vw, 56px); }
    .store-hero p { font-size: 15px; }
    .store-hero-panel { padding: 18px; }
    .store-section { padding: 55px 0; }
    .product-grid { grid-template-columns: 1fr; }
    .product-card { min-height: auto; }
    .form-card, .summary-card, .account-card { padding: 21px; }
    .form-grid { grid-template-columns: 1fr; }
    .form-field.full { grid-column: auto; }
    .form-submit { flex-direction: column-reverse; align-items: stretch; }
    .form-submit .button { width: 100%; }
    .cart-row { grid-template-columns: 1fr auto; gap: 9px 13px; padding: 16px; }
    .cart-row > .quantity-input { grid-column: 1; grid-row: 2; }
    .cart-price { grid-column: 2; grid-row: 2; }
    .cart-row > form { grid-column: 2; grid-row: 1; justify-self: end; }
    .cart-actions { align-items: stretch; flex-direction: column; padding: 16px; }
    .cart-actions .button { width: 100%; }
    .orders-table { min-width: 520px; }
    .account-card { overflow-x: auto; }
    .auth-card { padding: 24px 20px; }
    .success-card { padding: 33px 21px; }
    .license-summary { grid-template-columns: 1fr; }
    .store-stepper { gap: 5px; }
    .store-stepper i { width: 14px; }
    .store-stepper span { padding: 6px 8px; font-size: 11px; }
    .store-stepper small { font-size: 9px; }
    .order-success-details { grid-template-columns: 1fr; text-align: center; }
    .store-footer-grid { grid-template-columns: 1fr 1fr; gap: 27px 18px; }
    .footer-brand-block { grid-column: 1 / -1; }
    .store-footer .footer-top { justify-self: end; }
}
