/* ════════════════════════════════════════════════════════════
   onlytap – Support Center
   ════════════════════════════════════════════════════════════ */
:root {
  --blue: #235DA0; --blue-dark: #1a4a82; --blue-light: #eaf1f9;
  --ink: #130F1D; --ink-soft: #4b4856; --ink-muted: #86838f;
  --tile: #f6f6f8; --tile-border: #e9e9ee;
}
* { box-sizing: border-box; }
body { margin: 0; font-family: 'Urbanist', sans-serif; color: var(--ink); -webkit-font-smoothing: antialiased; background: #fff; }
main { display: block; }

/* ── Hero ── */
.sp-hero { background: radial-gradient(120% 130% at 50% 0%, #f4f7fb 0%, #ffffff 60%); padding: clamp(48px,7vw,88px) 20px clamp(36px,5vw,56px); text-align: center; border-bottom: 1px solid var(--tile-border); }
.sp-hero-in { max-width: 720px; margin: 0 auto; }
.eyebrow { color: var(--blue); font-weight: 800; font-size: 13px; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 12px; }
.sp-hero h1 { font-size: clamp(30px,5vw,46px); font-weight: 800; letter-spacing: -.6px; margin: 0 0 12px; }
.sp-hero p { font-size: clamp(15px,2vw,17px); color: var(--ink-soft); line-height: 1.6; margin: 0 auto 26px; max-width: 560px; }
.sp-search { position: relative; max-width: 560px; margin: 0 auto; }
.sp-search svg { position: absolute; left: 18px; top: 50%; transform: translateY(-50%); width: 20px; height: 20px; color: var(--ink-muted); pointer-events: none; }
.sp-search input { width: 100%; height: 58px; padding: 0 20px 0 50px; border: 1.5px solid var(--tile-border); border-radius: 15px; font-family: inherit; font-size: 16px; color: var(--ink); background: #fff; box-shadow: 0 8px 30px rgba(19,15,29,.06); }
.sp-search input:focus { outline: none; border-color: var(--blue); box-shadow: 0 8px 30px rgba(35,93,160,.14); }
.sp-quick { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; margin-top: 20px; }
.sp-chip-cta { display: inline-flex; align-items: center; gap: 9px; height: 46px; padding: 0 20px; border-radius: 12px; border: none; background: var(--blue); color: #fff; font-family: inherit; font-weight: 800; font-size: 14.5px; cursor: pointer; text-decoration: none; transition: filter .15s, transform .15s; }
.sp-chip-cta:hover { filter: brightness(.94); transform: translateY(-1px); }
.sp-chip-cta svg { width: 18px; height: 18px; }
.sp-chip-cta.ghost { background: #fff; color: var(--ink); border: 1.5px solid var(--tile-border); }
.sp-chip-cta.ghost:hover { border-color: var(--blue); color: var(--blue); }

/* ── FAQ ── */
.sp-faq { max-width: 860px; margin: 0 auto; padding: clamp(40px,6vw,72px) 20px; scroll-margin-top: 84px; }
.sp-sec-head { text-align: center; margin-bottom: 28px; }
.sp-sec-head h2 { font-size: clamp(24px,3.5vw,32px); font-weight: 800; margin: 0 0 8px; letter-spacing: -.3px; }
.sp-sec-head p { color: var(--ink-soft); font-size: 15px; margin: 0; }
.sp-cats { display: flex; gap: 9px; flex-wrap: wrap; justify-content: center; margin-bottom: 26px; }
.sp-cat { padding: 9px 16px; border-radius: 50px; border: 1.5px solid var(--tile-border); background: #fff; color: var(--ink-soft); font-family: inherit; font-weight: 700; font-size: 14px; cursor: pointer; transition: all .15s; }
.sp-cat:hover { border-color: var(--blue); color: var(--blue); }
.sp-cat.active { background: var(--ink); border-color: var(--ink); color: #fff; }

.sp-faqlist { display: flex; flex-direction: column; gap: 12px; }
.sp-faqcat-title { font-size: 13px; font-weight: 800; letter-spacing: .8px; text-transform: uppercase; color: var(--blue); margin: 22px 4px 4px; }
.sp-faqcat-title:first-child { margin-top: 0; }
.sp-faqitem { border: 1.5px solid var(--tile-border); border-radius: 14px; overflow: hidden; background: #fff; transition: border-color .15s, box-shadow .15s; }
.sp-faqitem.open { border-color: #d7e2ef; box-shadow: 0 10px 30px rgba(19,15,29,.06); }
.sp-q { width: 100%; display: flex; align-items: center; gap: 14px; padding: 18px 20px; background: none; border: none; font-family: inherit; font-size: 16px; font-weight: 700; color: var(--ink); text-align: left; cursor: pointer; }
.sp-q:hover { color: var(--blue); }
.sp-q .sp-qtxt { flex: 1; }
.sp-q .sp-chev { width: 20px; height: 20px; flex: none; color: var(--ink-muted); transition: transform .25s; }
.sp-faqitem.open .sp-q .sp-chev { transform: rotate(180deg); color: var(--blue); }
.sp-a { max-height: 0; overflow: hidden; transition: max-height .3s ease; }
.sp-a-in { padding: 0 20px 20px; color: var(--ink-soft); font-size: 15px; line-height: 1.65; }
mark { background: #fff2b8; color: inherit; border-radius: 3px; padding: 0 2px; }

.sp-faq-empty { text-align: center; padding: 40px 20px; color: var(--ink-muted); }
.sp-faq-empty p { margin: 0 0 16px; font-size: 15px; }

/* ── Kontakt ── */
.sp-contact { background: var(--tile); border-top: 1px solid var(--tile-border); padding: clamp(44px,6vw,72px) 20px; scroll-margin-top: 96px; }
.sp-contact-grid { max-width: 1000px; margin: 0 auto; display: grid; grid-template-columns: 1.4fr 1fr; gap: 26px; align-items: stretch; }
.sp-card { background: #fff; border: 1px solid var(--tile-border); border-radius: 20px; padding: clamp(24px,3vw,34px); }
.sp-card h2 { font-size: 24px; font-weight: 800; margin: 0 0 6px; letter-spacing: -.3px; }
.sp-lead { color: var(--ink-soft); font-size: 15px; line-height: 1.6; margin: 0 0 22px; }
.sp-grid2 { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.sp-row { display: flex; flex-direction: column; margin-bottom: 14px; }
.sp-label { font-size: 13px; font-weight: 700; color: var(--ink-soft); margin-bottom: 7px; }
.sp-input, .sp-textarea { width: 100%; border: 1.5px solid var(--tile-border); border-radius: 12px; font-family: inherit; font-size: 15px; color: var(--ink); background: #fff; padding: 0 14px; height: 48px; }
.sp-textarea { height: auto; min-height: 130px; padding: 12px 14px; line-height: 1.55; resize: vertical; }
.sp-input:focus, .sp-textarea:focus { outline: none; border-color: var(--blue); }
select.sp-input { appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='none' stroke='%2386838f' stroke-width='2' d='M1 1l5 5 5-5'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 16px center; padding-right: 38px; }
.sp-check { display: flex; gap: 10px; align-items: flex-start; font-size: 13px; color: var(--ink-soft); line-height: 1.5; margin: 4px 0 20px; }
.sp-check input { margin-top: 2px; accent-color: var(--blue); }
.sp-check a { color: var(--blue); }
.sp-submit { display: inline-flex; align-items: center; gap: 10px; height: 52px; padding: 0 26px; border: none; border-radius: 13px; background: var(--blue); color: #fff; font-family: inherit; font-weight: 800; font-size: 15px; cursor: pointer; transition: filter .15s; }
.sp-submit:hover { filter: brightness(.94); }
.sp-submit:disabled { opacity: .6; cursor: default; }
.sp-submit svg { width: 18px; height: 18px; }
.sp-formmsg { margin-top: 16px; padding: 14px 16px; border-radius: 12px; font-size: 14px; font-weight: 600; line-height: 1.5; }
.sp-formmsg.ok { background: #e9f6ee; color: #1c7a44; border: 1px solid #bfe6cd; }
.sp-formmsg.err { background: #fdf0ee; color: #b8402f; border: 1px solid #f3cfc8; }

.sp-aside { display: flex; flex-direction: column; gap: 14px; }
.sp-method { display: flex; gap: 14px; background: #fff; border: 1px solid var(--tile-border); border-radius: 16px; padding: 18px; }
.sp-method .ic { width: 44px; height: 44px; flex: none; border-radius: 12px; background: var(--blue-light); color: var(--blue); display: grid; place-items: center; }
.sp-method .ic svg { width: 22px; height: 22px; }
.sp-method h3 { font-size: 16px; font-weight: 800; margin: 0 0 3px; }
.sp-method p { font-size: 13.5px; color: var(--ink-muted); margin: 0 0 6px; line-height: 1.45; }
.sp-method a { color: var(--blue); font-weight: 700; font-size: 14.5px; text-decoration: none; }
.sp-method a:hover { text-decoration: underline; }
.sp-method-chat { background: linear-gradient(135deg, var(--ink) 0%, #241d33 100%); border-color: transparent; }
.sp-method-chat h3, .sp-method-chat p { color: #fff; }
.sp-method-chat p { color: rgba(255,255,255,.7); }
.sp-method-chat .ic { background: rgba(255,255,255,.12); color: #fff; }
.sp-method-btn { margin-top: 4px; height: 40px; padding: 0 18px; border: none; border-radius: 10px; background: #fff; color: var(--ink); font-family: inherit; font-weight: 800; font-size: 14px; cursor: pointer; }
.sp-method-btn:hover { background: var(--blue-light); color: var(--blue); }
.sp-hours { background: #fff; border: 1px solid var(--tile-border); border-radius: 16px; padding: 18px; }
.sp-hours h3 { font-size: 16px; font-weight: 800; margin: 0 0 12px; }
.sp-line { display: flex; justify-content: space-between; font-size: 14px; padding: 6px 0; color: var(--ink-soft); }
.sp-line b { color: var(--ink); }

@media (max-width: 800px) {
  .sp-contact-grid { grid-template-columns: 1fr; }
}
@media (max-width: 520px) {
  .sp-grid2 { grid-template-columns: 1fr; }
}


@media (max-width:600px){ .sp-chip-cta { height:48px; padding:0 22px; border-radius:10px; font-size:14.5px; } }
@media (max-width:600px){ .sp-submit { height:48px; padding:0 22px; border-radius:10px; font-size:14.5px; } }
