:root{
  --sp-dark:#111827;
  --sp-muted:#5b6472;
  --sp-soft:#f7f8fa;
  --sp-line:rgba(17,24,39,.08);
  --sp-burgundy:#8b1e3f;
  --sp-green:#0f766e;
  --sp-radius:22px;
}
*{box-sizing:border-box}
body{margin:0;font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;background:#fff;color:var(--sp-dark);font-size:15px}
a{transition:.2s ease}
img{max-width:100%;height:auto}
.sp-site-header{position:sticky;top:0;z-index:1030;background:rgba(255,255,255,.92);backdrop-filter:blur(18px);border-bottom:1px solid rgba(17,24,39,.08)}
.sp-site-header .navbar{padding:13px 0}
.sp-brand{display:flex;align-items:center;gap:10px;font-weight:650;color:#111827;text-decoration:none}
.sp-brand-icon{width:38px;height:38px;border-radius:14px;display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#111827,#8b1e3f);color:#fff;box-shadow:0 10px 25px rgba(17,24,39,.18)}
.nav-link{display:flex;align-items:center;gap:7px;font-weight:500;color:#333!important;border-radius:999px;padding:9px 13px!important}
.nav-link:hover{background:#f3f4f6;color:#8b1e3f!important}
.sp-nav-cta{display:inline-flex;align-items:center;gap:8px;padding:10px 16px;border-radius:999px;background:#111827;color:#fff;text-decoration:none;font-weight:600;box-shadow:0 14px 30px rgba(17,24,39,.18)}
.sp-nav-cta:hover{background:#8b1e3f;color:#fff}

.sp-product-section{padding:70px 0;background:#f7f8fa}
.sp-container{width:min(1180px, calc(100% - 32px));margin:0 auto}
.hanta-head{max-width:760px;margin-bottom:34px}
.hanta-eyebrow{display:inline-flex;align-items:center;gap:8px;margin-bottom:12px;font-size:13px;font-weight:500;letter-spacing:.04em;color:#8b1e3f;text-transform:uppercase}
.hanta-eyebrow:before{content:"";width:8px;height:8px;border-radius:999px;background:#8b1e3f;box-shadow:0 0 0 5px rgba(139,30,63,.08)}
.hanta-head h2{font-size:34px;line-height:1.5;font-weight:600;color:#111827;margin:0 0 12px}
.hanta-head p{font-size:16px;line-height:1.7;color:#5b6472;margin:0}

.sp-hero-grid{display:grid;grid-template-columns:1.02fr .98fr;gap:28px;align-items:stretch}
.sp-hero-card,.sp-card{background:#fff;border:1px solid rgba(17,24,39,.08);border-radius:22px;padding:24px;box-shadow:0 18px 45px rgba(17,24,39,.06)}
.sp-hero-card{min-height:480px;display:flex;flex-direction:column;justify-content:center;position:relative;overflow:hidden}
.sp-hero-card:after{content:"";position:absolute;inset:auto -120px -160px auto;width:320px;height:320px;border-radius:50%;background:radial-gradient(circle,rgba(139,30,63,.12),rgba(139,30,63,0) 68%);pointer-events:none}
.sp-kicker{display:inline-flex;align-items:center;gap:8px;color:#8b1e3f;font-weight:600;margin-bottom:15px}
.sp-hero-title{font-size:42px;line-height:1.18;font-weight:600;letter-spacing:-.03em;margin:0 0 18px;color:#111827}
.sp-copy{font-size:17px;line-height:1.75;color:#5b6472;margin-bottom:22px;max-width:620px}
.sp-price-wrap{display:flex;align-items:end;gap:12px;flex-wrap:wrap;margin-bottom:24px}
.sp-price-new{font-size:34px;font-weight:750;color:#111827;letter-spacing:-.03em}
.sp-price-old{font-size:18px;color:#9ca3af;text-decoration:line-through;padding-bottom:5px}
.sp-actions{display:flex;gap:12px;flex-wrap:wrap}
.sp-btn-dark,.sp-btn-light{display:inline-flex;align-items:center;justify-content:center;gap:9px;padding:13px 20px;border-radius:999px;text-decoration:none;font-weight:600;border:0}
.sp-btn-dark{background:#111827;color:#fff;box-shadow:0 18px 38px rgba(17,24,39,.18)}
.sp-btn-dark:hover{background:#8b1e3f;color:#fff;transform:translateY(-2px)}
.sp-btn-light{background:#f3f4f6;color:#111827}
.sp-btn-light:hover{background:#e5e7eb;color:#8b1e3f}
.sp-media-card{background:#fff;border:1px solid rgba(17,24,39,.08);border-radius:22px;padding:18px;box-shadow:0 18px 45px rgba(17,24,39,.06);display:flex;flex-direction:column;gap:12px}
.sp-main-img{width:100%;height:395px;object-fit:cover;border-radius:18px;background:linear-gradient(135deg,#f3f4f6,#fff)}
.sp-no-img{height:395px;border-radius:18px;background:linear-gradient(135deg,#f3f4f6,#fff);display:flex;align-items:center;justify-content:center;color:#9ca3af;font-size:52px}
.sp-thumbs{display:grid;grid-template-columns:repeat(6,1fr);gap:9px}
.sp-thumb{width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:14px;border:1px solid rgba(17,24,39,.08);cursor:pointer;background:#f9fafb}
.sp-thumb:hover{opacity:.82}

.sp-detail-grid{display:grid;grid-template-columns:1fr .44fr;gap:24px;margin-top:24px;align-items:start}
.sp-content{font-size:16px;line-height:1.8;color:#374151}
.sp-content h1,.sp-content h2,.sp-content h3{font-weight:600;color:#111827;margin-top:22px}
.sp-video{aspect-ratio:16/9;border-radius:18px;overflow:hidden;background:#111827;margin-top:18px}
.sp-video iframe,.sp-video video{width:100%;height:100%;border:0;display:block}
.sp-feature{display:flex;gap:12px;padding:14px;border-radius:18px;border:1px solid rgba(17,24,39,.08);background:#fbfbfc;margin-bottom:12px}
.sp-feature i{width:36px;height:36px;border-radius:14px;display:inline-flex;align-items:center;justify-content:center;background:rgba(139,30,63,.08);color:#8b1e3f}
.sp-feature strong{display:block;font-size:14px;color:#111827}.sp-feature span{display:block;color:#5b6472;font-size:13px;line-height:1.5}

.sp-order-section{padding:70px 0;background:#fff}
.sp-order-grid{display:grid;grid-template-columns:1fr .42fr;gap:24px;align-items:start}
.form-label{font-size:13px;font-weight:600;color:#374151}.form-control,.form-select{border-radius:14px;border-color:rgba(17,24,39,.12);padding:11px 13px}.form-control:focus,.form-select:focus{border-color:#8b1e3f;box-shadow:0 0 0 .2rem rgba(139,30,63,.12)}
.sp-summary-row{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(17,24,39,.08);padding:12px 0;color:#5b6472}.sp-summary-row strong{color:#111827}.sp-total{font-size:25px;font-weight:750;color:#111827}
.sp-bank-box{display:none;background:#fff7ed;border:1px solid #fed7aa;border-radius:18px;padding:16px;color:#7c2d12;margin-top:12px}.sp-bank-box.is-active{display:block}
.sp-legal{font-size:13px;color:#5b6472;line-height:1.6}.sp-legal a{color:#8b1e3f;text-decoration:none;font-weight:600}

.sp-page-hero{padding:56px 0;background:#f7f8fa}.sp-page-card{background:#fff;border:1px solid rgba(17,24,39,.08);border-radius:22px;padding:28px;box-shadow:0 18px 45px rgba(17,24,39,.06)}
.sp-footer{background:#111827;color:#d1d5db;padding:46px 0 24px}.sp-footer a{color:#fff;text-decoration:none}.sp-footer p{color:#aeb6c2;line-height:1.7}.sp-footer h6{color:#fff}.sp-footer-brand{font-size:18px;font-weight:700;color:#fff;margin-bottom:10px}.sp-footer-bottom{border-top:1px solid rgba(255,255,255,.1);margin-top:28px;padding-top:18px;color:#9ca3af;font-size:13px}

.admin-body{background:#f4f6f8}.admin-shell{display:flex;min-height:100vh}.admin-sidebar{width:270px;background:#111827;color:#fff;padding:22px 16px;position:fixed;inset:0 auto 0 0;overflow:auto}.admin-main{margin-left:270px;flex:1;padding:24px}.admin-logo{display:flex;align-items:center;gap:10px;font-weight:750;font-size:18px;margin-bottom:22px}.admin-logo i{width:40px;height:40px;border-radius:14px;background:#8b1e3f;display:inline-flex;align-items:center;justify-content:center}.admin-nav{display:flex;flex-direction:column;gap:6px}.admin-nav a{display:flex;align-items:center;gap:10px;color:#cbd5e1;text-decoration:none;padding:11px 12px;border-radius:14px;font-weight:500}.admin-nav a:hover,.admin-nav a.active{background:rgba(255,255,255,.1);color:#fff}.admin-topbar{display:flex;justify-content:space-between;gap:16px;align-items:center;margin-bottom:22px}.admin-card{background:#fff;border:1px solid rgba(17,24,39,.08);border-radius:20px;padding:20px;box-shadow:0 18px 45px rgba(17,24,39,.05)}.admin-stat{display:flex;align-items:center;gap:14px}.admin-stat i{width:46px;height:46px;border-radius:16px;background:rgba(139,30,63,.08);color:#8b1e3f;display:inline-flex;align-items:center;justify-content:center;font-size:22px}.admin-stat small{color:#6b7280}.admin-stat strong{display:block;font-size:26px;color:#111827}.table{vertical-align:middle}.badge-soft{background:#f3f4f6;color:#374151;border:1px solid rgba(17,24,39,.08)}
.login-page{min-height:100vh;display:grid;place-items:center;background:linear-gradient(135deg,#f7f8fa,#fff)}.login-card{width:min(430px,calc(100% - 32px));background:#fff;border:1px solid rgba(17,24,39,.08);border-radius:24px;padding:28px;box-shadow:0 24px 70px rgba(17,24,39,.10)}

@media(max-width:991px){.sp-hero-grid,.sp-detail-grid,.sp-order-grid{grid-template-columns:1fr}.sp-hero-title{font-size:34px}.sp-main-img,.sp-no-img{height:320px}.admin-sidebar{position:static;width:100%;height:auto}.admin-shell{display:block}.admin-main{margin-left:0}.admin-topbar{align-items:flex-start;flex-direction:column}.admin-nav{display:grid;grid-template-columns:1fr 1fr}}
@media(max-width:575px){.hanta-head h2{font-size:27px}.sp-product-section,.sp-order-section{padding:46px 0}.sp-hero-card,.sp-card{padding:18px;border-radius:18px}.sp-thumbs{grid-template-columns:repeat(3,1fr)}.admin-nav{grid-template-columns:1fr}.sp-actions .sp-btn-dark,.sp-actions .sp-btn-light{width:100%}}


/* FIX: options, full-width product detail and home slider */
.sp-detail-grid.sp-detail-full{grid-template-columns:1fr}
.sp-options-card{margin-top:24px}
.sp-option-list{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.sp-option-card{display:flex;justify-content:space-between;gap:14px;align-items:flex-start;border:1px solid rgba(17,24,39,.08);border-radius:18px;padding:16px;background:linear-gradient(180deg,#fff,#fbfbfc)}
.sp-option-card strong{display:block;color:#111827;font-size:15px}.sp-option-card span{display:block;color:#5b6472;font-size:13px;line-height:1.5;margin-top:4px}.sp-option-price{text-align:right;white-space:nowrap}.sp-option-price b{display:block;font-size:18px;color:#111827}.sp-option-price em{display:block;font-style:normal;text-decoration:line-through;color:#9ca3af;font-size:13px;margin-top:3px}
.sp-order-options{display:grid;gap:10px}.sp-order-option{position:relative;display:grid;grid-template-columns:auto 1fr auto;gap:12px;align-items:center;border:1px solid rgba(17,24,39,.10);border-radius:18px;padding:14px;background:#fff;cursor:pointer}.sp-order-option:hover{border-color:rgba(139,30,63,.35);box-shadow:0 10px 28px rgba(17,24,39,.05)}.sp-order-option input{width:18px;height:18px}.sp-order-option b{display:block;font-size:14px}.sp-order-option small{display:block;color:#6b7280;line-height:1.4}.sp-order-option strong{font-size:15px;color:#111827;white-space:nowrap}.sp-thumb.is-active{border-color:#8b1e3f;box-shadow:0 0 0 3px rgba(139,30,63,.10)}
@media(max-width:991px){.sp-option-list{grid-template-columns:1fr 1fr}}
@media(max-width:575px){.sp-option-list{grid-template-columns:1fr}.sp-order-option{grid-template-columns:auto 1fr}.sp-order-option strong{grid-column:2/3}}


/* FIX: options, full-width product detail and home slider */
.sp-detail-grid.sp-detail-full{grid-template-columns:1fr}
.sp-options-card{margin-top:24px}
.sp-option-list{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.sp-option-card{display:flex;justify-content:space-between;gap:14px;align-items:flex-start;border:1px solid rgba(17,24,39,.08);border-radius:18px;padding:16px;background:linear-gradient(180deg,#fff,#fbfbfc)}
.sp-option-card strong{display:block;color:#111827;font-size:15px}.sp-option-card span{display:block;color:#5b6472;font-size:13px;line-height:1.5;margin-top:4px}.sp-option-price{text-align:right;white-space:nowrap}.sp-option-price b{display:block;font-size:18px;color:#111827}.sp-option-price em{display:block;font-style:normal;text-decoration:line-through;color:#9ca3af;font-size:13px;margin-top:3px}
.sp-order-options{display:grid;gap:10px}.sp-order-option{position:relative;display:grid;grid-template-columns:auto 1fr auto;gap:12px;align-items:center;border:1px solid rgba(17,24,39,.10);border-radius:18px;padding:14px;background:#fff;cursor:pointer}.sp-order-option:hover{border-color:rgba(139,30,63,.35);box-shadow:0 10px 28px rgba(17,24,39,.05)}.sp-order-option input{width:18px;height:18px}.sp-order-option b{display:block;font-size:14px}.sp-order-option small{display:block;color:#6b7280;line-height:1.4}.sp-order-option strong{font-size:15px;color:#111827;white-space:nowrap}.sp-thumb.is-active{border-color:#8b1e3f;box-shadow:0 0 0 3px rgba(139,30,63,.10)}
@media(max-width:991px){.sp-option-list{grid-template-columns:1fr 1fr}}
@media(max-width:575px){.sp-option-list{grid-template-columns:1fr}.sp-order-option{grid-template-columns:auto 1fr}.sp-order-option strong{grid-column:2/3}}

/* FIX: Paket / seçenek görselleri */
.sp-option-card.has-image{display:grid;grid-template-columns:92px 1fr auto;align-items:center}
.sp-option-img{width:92px;height:92px;object-fit:cover;border-radius:16px;border:1px solid rgba(17,24,39,.08);background:#f9fafb}
.sp-option-body{min-width:0}.sp-option-body strong{display:block}.sp-option-body span{display:block}
.sp-order-option.has-image{grid-template-columns:auto 64px 1fr auto}
.sp-order-option-img{width:64px;height:64px;object-fit:cover;border-radius:14px;border:1px solid rgba(17,24,39,.08);background:#f9fafb}
@media(max-width:575px){
  .sp-option-card.has-image{grid-template-columns:74px 1fr;align-items:start}
  .sp-option-img{width:74px;height:74px}
  .sp-option-card.has-image .sp-option-price{grid-column:2/3;text-align:left;margin-top:8px}
  .sp-order-option.has-image{grid-template-columns:auto 56px 1fr}
  .sp-order-option-img{width:56px;height:56px}
  .sp-order-option.has-image strong{grid-column:3/4}
}
