/* ============================================
   MODERN REFRESH — typography & card polish
   Loaded after style.css; overrides only.
   ============================================ */

/* --- Section headings: editorial eyebrow + tight title --- */
.section-tag {
    background: transparent;
    padding: 0;
    border-radius: 0;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.26em;
    color: #2563eb;
}

.section-title {
    font-weight: 800;
    letter-spacing: -0.025em;
    font-size: clamp(1.9rem, 3.5vw, 2.75rem);
    line-height: 1.15;
}

.section-subtitle {
    font-weight: 300;
    line-height: 1.7;
}

/* --- Trust bar: dark continuation of the hero --- */
.trust-bar {
    background: #070b14;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.trust-bar .trust-item {
    background: transparent;
}

.trust-bar .trust-icon {
    background: rgba(37, 99, 235, 0.15);
    color: #60a5fa;
}

.trust-bar .trust-number {
    color: #ffffff;
    letter-spacing: -0.02em;
}

.trust-bar .trust-label {
    color: rgba(255, 255, 255, 0.55);
    font-size: 0.8rem;
    letter-spacing: 0.04em;
}

/* --- Cards: quieter shadows, hairline borders, gentle lift --- */
.service-card,
.store-card,
.testimonial-card {
    border-radius: 22px;
    border: 1px solid #e9edf4;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.05);
}

.service-card:hover,
.store-card:hover,
.testimonial-card:hover {
    transform: translateY(-6px);
    border-color: rgba(37, 99, 235, 0.35);
    box-shadow: 0 18px 40px -18px rgba(15, 23, 42, 0.25);
}

.service-icon {
    border-radius: 16px;
    width: 56px;
    height: 56px;
    font-size: 1.5rem;
}

.service-card h3 {
    letter-spacing: -0.015em;
}

/* --- Buttons: consistent radius + calmer hover --- */
.btn {
    border-radius: 9999px;
}

.btn-primary:hover,
.btn-secondary:hover {
    transform: translateY(-2px);
}

/* --- FAQ & contact polish --- */
.faq-item,
.accordion-item {
    border-radius: 16px;
    border: 1px solid #e9edf4;
    box-shadow: none;
}

/* --- Section rhythm: a touch more breathing room --- */
section .section-header {
    margin-bottom: 3rem;
}

/* fix: list items showed two checkmarks (CSS ::before + FA icon) */
.service-card ul li i.fa-check {
    display: none;
}

/* ============================================
   ANKAUF SECTION — modern restyle
   ============================================ */

/* cards: hairline + calm hover instead of scale/jump */
.step-card {
    border-radius: 22px;
    border: 1px solid #e9edf4;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.05);
    padding: 2.25rem 1.75rem;
}

.step-card:hover {
    transform: translateY(-6px);
    border-color: rgba(16, 185, 129, 0.4);
    box-shadow: 0 18px 40px -18px rgba(16, 185, 129, 0.35);
}

/* number badge: small, flat, no pulse */
.step-number {
    width: 40px;
    height: 40px;
    font-size: 1rem;
    font-weight: 700;
    background: #ecfdf5;
    color: #059669;
    box-shadow: none;
    margin-bottom: 1.1rem;
}

.step-number::before {
    display: none;
}

.step-card:hover .step-number {
    transform: none;
    background: #059669;
    color: #ffffff;
    box-shadow: none;
}

/* icon: smaller, no 360° spin */
.step-icon {
    width: 56px;
    height: 56px;
    font-size: 1.5rem;
    border-radius: 16px;
    margin-bottom: 1.1rem;
}

.step-card:hover .step-icon {
    transform: none;
}

.step-card[data-step="4"] .step-icon {
    font-size: 1.75rem;
}

.step-title {
    font-size: 1.125rem;
    letter-spacing: -0.015em;
    margin-bottom: 0.6rem;
}

.step-description {
    font-size: 0.92rem;
    line-height: 1.65;
    color: #64748b;
}

/* CTA panel: dark, premium — echoes the hero */
.ankauf-cta {
    background: #070b14;
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.07);
    box-shadow: none;
    padding: 3.5rem 2.5rem;
}

.ankauf-cta h3 {
    color: #ffffff;
    font-size: 1.875rem;
    letter-spacing: -0.02em;
}

.ankauf-cta p {
    color: rgba(255, 255, 255, 0.65);
    font-weight: 300;
    font-size: 1rem;
}

.ankauf-cta-buttons .btn {
    padding: 1rem 2.25rem;
    font-size: 1rem;
    box-shadow: none;
}

.ankauf-cta-buttons .btn-green {
    background: #10b981;
    color: #ffffff;
}

.ankauf-cta-buttons .btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 30px -10px rgba(16, 185, 129, 0.5);
}

/* ============================================
   REVIEWS — self-contained testimonial grid
   (replaces broken Tagembed widget)
   ============================================ */

.reviews-heading {
    text-align: center;
    font-size: 1.75rem;
    font-weight: 800;
    letter-spacing: -0.02em;
    margin-bottom: 2rem;
}

.reviews-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
    max-width: 1100px;
    margin: 0 auto;
}

.review-card {
    background: #ffffff;
    border: 1px solid #e9edf4;
    border-radius: 22px;
    padding: 1.75rem;
    display: flex;
    flex-direction: column;
    gap: 0.9rem;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.05);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.review-card:hover {
    transform: translateY(-4px);
    border-color: rgba(37, 99, 235, 0.3);
    box-shadow: 0 18px 40px -18px rgba(15, 23, 42, 0.22);
}

.review-stars {
    color: #fbbf24;
    font-size: 1.1rem;
    letter-spacing: 2px;
}

.review-text {
    color: #334155;
    line-height: 1.65;
    font-size: 0.95rem;
    margin: 0;
    flex: 1;
}

.review-author {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #f1f5f9;
    padding-top: 0.9rem;
}

.review-name {
    font-weight: 600;
    font-size: 0.875rem;
    color: #0f172a;
}

.review-source {
    font-size: 0.8rem;
    color: #64748b;
}

.review-source i {
    color: #4285f4;
    margin-right: 4px;
}

.reviews-cta {
    text-align: center;
    margin-top: 2rem;
}

/* ============================================
   PREISE SECTION
   ============================================ */

.preise-section {
    padding: 5rem 0;
    background: #f8fafc;
}

.price-controls {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    max-width: 860px;
    margin: 0 auto 1.25rem;
}

.price-tabs {
    display: inline-flex;
    background: #eef2f7;
    border-radius: 9999px;
    padding: 4px;
    gap: 2px;
}

.price-tab {
    border: 0;
    background: transparent;
    padding: 0.6rem 1.4rem;
    border-radius: 9999px;
    font-size: 0.9rem;
    font-weight: 600;
    color: #475569;
    cursor: pointer;
    transition: all 0.2s ease;
}

.price-tab.active {
    background: #0f172a;
    color: #ffffff;
}

.price-search {
    position: relative;
    flex: 1;
    min-width: 220px;
    max-width: 360px;
}

.price-search i {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    color: #94a3b8;
    font-size: 0.85rem;
}

.price-search input {
    width: 100%;
    padding: 0.75rem 1rem 0.75rem 2.6rem;
    border: 1px solid #e2e8f0;
    border-radius: 9999px;
    font-size: 0.9rem;
    background: #ffffff;
    outline: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.price-search input:focus {
    border-color: #2563eb;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.12);
}

.price-table-wrap {
    max-width: 860px;
    margin: 0 auto;
    background: #ffffff;
    border: 1px solid #e9edf4;
    border-radius: 22px;
    overflow: hidden;
}

.price-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.92rem;
}

.price-table thead th {
    position: sticky;
    top: 0;
    background: #0f172a;
    color: #ffffff;
    text-align: left;
    font-weight: 600;
    font-size: 0.78rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 0.9rem 1.25rem;
}

.price-table tbody {
    display: block;
    max-height: 430px;
    overflow-y: auto;
}

.price-table thead tr,
.price-table tbody tr {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.price-table tbody td {
    padding: 0.8rem 1.25rem;
    border-top: 1px solid #f1f5f9;
    color: #334155;
}

.price-table tbody td:first-child {
    font-weight: 600;
    color: #0f172a;
}

.price-table tbody tr:hover {
    background: #f8fafc;
}

.price-empty {
    padding: 1.5rem;
    text-align: center;
    color: #64748b;
    margin: 0;
}

.price-empty a {
    color: #2563eb;
    font-weight: 600;
}

.price-note {
    max-width: 860px;
    margin: 1rem auto 0;
    text-align: center;
    font-size: 0.8rem;
    color: #94a3b8;
}

@media (max-width: 639px) {
    .price-controls { flex-direction: column; align-items: stretch; }
    .price-tabs { justify-content: center; }
    .price-search { max-width: 100%; }
    .price-table { font-size: 0.82rem; }
    .price-table thead th, .price-table tbody td { padding: 0.7rem 0.75rem; }
}

/* ============================================
   WHY-CHOOSE ("Warum SmartPunkt") — dark premium
   ============================================ */

.why-choose-section {
    background: #0b1120;
}

.why-choose-section::before {
    background: radial-gradient(circle, rgba(37, 99, 235, 0.18) 0%, transparent 70%);
}

.why-choose-section::after {
    background: radial-gradient(circle, rgba(124, 58, 237, 0.12) 0%, transparent 70%);
}

.why-choose-section .section-tag {
    color: #60a5fa;
}

.why-choose-section .section-title {
    color: #ffffff;
}

.why-choose-section .section-subtitle {
    color: rgba(255, 255, 255, 0.6);
}

.why-feature-card {
    border-radius: 22px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: none;
}

.why-feature-card:hover {
    transform: translateY(-6px);
    border-color: rgba(96, 165, 250, 0.45);
    box-shadow: 0 18px 40px -18px rgba(0, 0, 0, 0.5);
}

.why-feature-card:hover .why-feature-icon {
    transform: none;
}

.why-feature-icon {
    width: 56px;
    height: 56px;
    border-radius: 16px;
    font-size: 1.4rem;
    box-shadow: none !important;
}

.why-choose-section .reviews-heading {
    color: #ffffff;
}

.why-choose-section .reviews-cta .btn-secondary {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: #ffffff;
    backdrop-filter: blur(8px);
}

.why-choose-section .reviews-cta .btn-secondary:hover {
    background: rgba(255, 255, 255, 0.16);
}

/* ============================================
   HEADER — frosted glass
   ============================================ */

#header {
    background: rgba(255, 255, 255, 0.82);
    -webkit-backdrop-filter: saturate(180%) blur(14px);
    backdrop-filter: saturate(180%) blur(14px);
    box-shadow: none;
    border-bottom: 1px solid rgba(15, 23, 42, 0.07);
}

.nav-link {
    font-weight: 500;
}

/* ============================================
   WHATSAPP QUOTE BLOCK (Ankauf CTA)
   ============================================ */

.wa-quote {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
    margin-top: 1.75rem;
    padding-top: 1.75rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.wa-quote p {
    margin: 0 !important;
    font-size: 0.9rem !important;
}

.wa-quote-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #25d366;
    color: #ffffff;
    font-weight: 600;
    font-size: 0.95rem;
    padding: 0.85rem 1.75rem;
    border-radius: 9999px;
    text-decoration: none;
    transition: all 0.2s ease;
}

.wa-quote-btn:hover {
    background: #1fb957;
    transform: translateY(-2px);
    box-shadow: 0 12px 30px -10px rgba(37, 211, 102, 0.5);
}

.wa-quote-btn i {
    font-size: 1.2rem;
}

/* ============================================
   KLEINANZEIGEN BANNER
   ============================================ */

.ka-banner-section {
    padding: 0 0 4rem;
    background: #f8fafc;
}

.ka-banner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    flex-wrap: wrap;
    background: #ffffff;
    border: 1px solid #e9edf4;
    border-radius: 22px;
    padding: 2rem 2.5rem;
    position: relative;
    overflow: hidden;
}

.ka-banner::before {
    content: '';
    position: absolute;
    inset: 0 auto 0 0;
    width: 5px;
    background: linear-gradient(180deg, #86b817, #4c7c0f);
}

.ka-banner-tag {
    display: block;
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: #4c7c0f;
    margin-bottom: 8px;
}

.ka-banner-text h3 {
    font-size: 1.35rem;
    font-weight: 800;
    letter-spacing: -0.02em;
    color: #0f172a;
    margin: 0 0 6px;
}

.ka-banner-text p {
    color: #64748b;
    font-size: 0.92rem;
    line-height: 1.6;
    margin: 0;
    max-width: 560px;
}

.ka-banner-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #86b817;
    color: #ffffff;
    font-weight: 600;
    font-size: 0.95rem;
    padding: 0.9rem 1.75rem;
    border-radius: 9999px;
    text-decoration: none;
    white-space: nowrap;
    transition: all 0.2s ease;
}

.ka-banner-btn:hover {
    background: #74a410;
    transform: translateY(-2px);
    box-shadow: 0 12px 30px -10px rgba(134, 184, 23, 0.5);
}

.ka-ext {
    font-size: 0.7rem;
    opacity: 0.8;
}

@media (max-width: 639px) {
    .ka-banner { padding: 1.5rem; }
    .ka-banner-btn { width: 100%; justify-content: center; }
}
