/* ═══════════════════════════════════════════════════════════════════════════
   Verifizierte Papiere — Professional Services Design
   ═══════════════════════════════════════════════════════════════════════════ */

/* ── Reset & Base ─────────────────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'Inter', sans-serif; color: #1c1c1c; background: #fff; font-size: 16px; line-height: 1.75; }
img { max-width: 100%; height: auto; display: block; }
a { color: #1a6b3c; text-decoration: none; transition: color 0.2s; }
a:hover { color: #155232; text-decoration: underline; }
ul { list-style: none; }
h1,h2,h3,h4 { line-height: 1.3; font-weight: 700; }

/* ── Variables ───────────────────────────────────────────────────────────── */
:root {
  --green: #1a6b3c;
  --green-dark: #155232;
  --green-light: #e8f5ee;
  --gold: #c9a84c;
  --gold-light: #fdf8ee;
  --text: #1c1c1c;
  --muted: #6b7280;
  --border: #e5e7eb;
  --bg-light: #f9fafb;
  --radius: 8px;
  --shadow: 0 2px 12px rgba(0,0,0,0.08);
  --shadow-md: 0 6px 24px rgba(0,0,0,0.12);
}

/* ── Layout ──────────────────────────────────────────────────────────────── */
.container { max-width: 1180px; margin: 0 auto; padding: 0 1.5rem; }
.section { padding: 5rem 0; }
.section-sm { padding: 2.5rem 0; }
.section-alt { background: var(--bg-light); }
.section-green { background: var(--green-light); }
.section-title { font-size: 2rem; font-weight: 800; margin-bottom: 0.75rem; color: var(--text); }
.section-subtitle { color: var(--muted); margin-bottom: 3rem; font-size: 1.05rem; text-align: center; }
.text-center { text-align: center; }
.mt-4 { margin-top: 2rem; }
.mt-2 { margin-top: 1rem; }

/* ── Buttons ─────────────────────────────────────────────────────────────── */
.btn { display: inline-flex; align-items: center; gap: 0.5rem; padding: 0.65rem 1.5rem; border-radius: var(--radius); font-weight: 600; font-size: 0.95rem; cursor: pointer; border: 2px solid transparent; transition: all 0.2s; text-decoration: none; white-space: nowrap; }
.btn:hover { text-decoration: none; }
.btn-primary { background: var(--green); color: #fff; border-color: var(--green); }
.btn-primary:hover { background: var(--green-dark); border-color: var(--green-dark); color: #fff; }
.btn-gold { background: var(--gold); color: #fff; border-color: var(--gold); }
.btn-gold:hover { background: #b8943e; border-color: #b8943e; color: #fff; }
.btn-outline { background: transparent; color: var(--green); border-color: var(--green); }
.btn-outline:hover { background: var(--green); color: #fff; }
.btn-outline-white { background: transparent; color: #fff; border-color: rgba(255,255,255,0.7); }
.btn-outline-white:hover { background: rgba(255,255,255,0.15); color: #fff; }
.btn-wa { background: #25d366; color: #fff; border-color: #25d366; }
.btn-wa:hover { background: #1fb855; border-color: #1fb855; color: #fff; }
.btn-tg { background: #0088cc; color: #fff; border-color: #0088cc; }
.btn-tg:hover { background: #0077b3; border-color: #0077b3; color: #fff; }
.btn-sm { padding: 0.45rem 1rem; font-size: 0.875rem; }
.btn-lg { padding: 0.85rem 2.2rem; font-size: 1.05rem; }
.btn-block { display: flex; width: 100%; justify-content: center; }

/* ── Header ──────────────────────────────────────────────────────────────── */
.site-header { background: #fff; border-bottom: 1px solid var(--border); padding: 0; position: sticky; top: 0; z-index: 200; box-shadow: 0 1px 8px rgba(0,0,0,0.06); }
.header-inner { display: flex; align-items: center; gap: 2rem; height: 68px; }
.logo { display: flex; align-items: center; gap: 0.6rem; font-size: 1.2rem; font-weight: 800; color: var(--green); white-space: nowrap; flex-shrink: 0; }
.logo:hover { text-decoration: none; color: var(--green-dark); }
.logo-badge { background: var(--green); color: #fff; font-size: 0.65rem; font-weight: 700; padding: 2px 7px; border-radius: 20px; text-transform: uppercase; letter-spacing: 0.05em; }
.main-nav { display: flex; align-items: center; gap: 0.25rem; flex: 1; }
.main-nav > a { color: var(--text); font-size: 0.9rem; font-weight: 500; padding: 0.4rem 0.75rem; border-radius: 6px; transition: all 0.2s; }
.main-nav > a:hover { background: var(--green-light); color: var(--green); text-decoration: none; }
.header-cta { margin-left: auto; flex-shrink: 0; display: flex; align-items: center; gap: 0.5rem; }
.header-contact-btn { display: inline-flex; align-items: center; gap: 0.4rem; }
.float-btn svg { display: block; }
.nav-toggle { display: none; background: none; border: none; color: var(--text); font-size: 1.5rem; cursor: pointer; padding: 0.25rem; margin-left: auto; }

/* ── Dropdown ────────────────────────────────────────────────────────────── */
.dropdown { position: relative; }
.dropdown-toggle { color: var(--text); font-size: 0.9rem; font-weight: 500; padding: 0.4rem 0.75rem; border-radius: 6px; transition: all 0.2s; cursor: pointer; display: flex; align-items: center; gap: 0.3rem; }
.dropdown-toggle::after { content: '▾'; font-size: 0.7rem; }
.dropdown:hover .dropdown-toggle, .dropdown-toggle:hover { background: var(--green-light); color: var(--green); text-decoration: none; }
.dropdown-menu { display: none; position: absolute; top: calc(100% + 6px); left: 0; background: #fff; border-radius: var(--radius); box-shadow: var(--shadow-md); min-width: 220px; padding: 0.5rem; z-index: 300; border: 1px solid var(--border); }
.dropdown:hover .dropdown-menu { display: block; }
.dropdown-menu a { display: block; padding: 0.5rem 0.75rem; color: var(--text); font-size: 0.875rem; border-radius: 5px; transition: all 0.15s; }
.dropdown-menu a:hover { background: var(--green-light); color: var(--green); text-decoration: none; }

/* ── Hero ────────────────────────────────────────────────────────────────── */
.hero { background: linear-gradient(145deg, #0d3320 0%, #1a6b3c 55%, #2d8a58 100%); color: #fff; padding: 6rem 0 5rem; position: relative; overflow: hidden; }
.hero::before { content: ''; position: absolute; inset: 0; background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
.hero-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; position: relative; }
.hero-badge { display: inline-flex; align-items: center; gap: 0.5rem; background: rgba(255,255,255,0.15); border: 1px solid rgba(255,255,255,0.3); color: #fff; font-size: 0.8rem; font-weight: 600; padding: 0.35rem 0.9rem; border-radius: 20px; margin-bottom: 1.25rem; text-transform: uppercase; letter-spacing: 0.06em; }
.hero h1 { font-size: 2.8rem; font-weight: 800; line-height: 1.15; margin-bottom: 1.25rem; }
.hero h1 span { color: #c9a84c; }
.hero-desc { font-size: 1.1rem; color: rgba(255,255,255,0.85); margin-bottom: 2rem; max-width: 480px; }
.hero-actions { display: flex; gap: 1rem; flex-wrap: wrap; }
.hero-trust { display: flex; gap: 1.5rem; margin-top: 2.5rem; flex-wrap: wrap; }
.hero-trust-item { display: flex; align-items: center; gap: 0.5rem; font-size: 0.85rem; color: rgba(255,255,255,0.75); }
.hero-trust-item span:first-child { font-size: 1.1rem; }
.hero-card { background: rgba(255,255,255,0.1); backdrop-filter: blur(10px); border: 1px solid rgba(255,255,255,0.2); border-radius: 16px; padding: 2rem; }
.hero-card-title { font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.08em; color: rgba(255,255,255,0.6); margin-bottom: 1rem; }
.hero-stat-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.hero-stat { text-align: center; background: rgba(255,255,255,0.08); border-radius: 10px; padding: 1.25rem 1rem; }
.hero-stat-num { font-size: 1.8rem; font-weight: 800; color: #c9a84c; display: block; }
.hero-stat-label { font-size: 0.8rem; color: rgba(255,255,255,0.7); margin-top: 0.2rem; }

/* ── Trust Bar ───────────────────────────────────────────────────────────── */
.trust-bar { background: var(--green); padding: 1rem 0; }
.trust-bar-inner { display: flex; justify-content: center; align-items: center; gap: 3rem; flex-wrap: wrap; }
.trust-item { display: flex; align-items: center; gap: 0.6rem; color: rgba(255,255,255,0.9); font-size: 0.875rem; font-weight: 500; }
.trust-item .icon { font-size: 1.1rem; }

/* ── Services / Product Cards ────────────────────────────────────────────── */
.services-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 1.5rem; }
.service-card { background: #fff; border: 1px solid var(--border); border-radius: 12px; overflow: hidden; transition: box-shadow 0.25s, transform 0.25s; display: flex; flex-direction: column; }
.service-card:hover { box-shadow: var(--shadow-md); transform: translateY(-4px); }
.service-card-img { height: 190px; overflow: hidden; background: var(--green-light); display: flex; align-items: center; justify-content: center; }
.service-card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s; }
.service-card:hover .service-card-img img { transform: scale(1.04); }
.service-card-no-img { font-size: 3.5rem; color: var(--green); opacity: 0.5; }
.service-card-body { padding: 1.25rem; flex: 1; display: flex; flex-direction: column; }
.service-card-cat { font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.06em; color: var(--green); font-weight: 600; margin-bottom: 0.4rem; }
.service-card-body h3 { font-size: 1rem; font-weight: 700; margin-bottom: 0.6rem; line-height: 1.4; }
.service-card-body h3 a { color: var(--text); }
.service-card-body h3 a:hover { color: var(--green); text-decoration: none; }
.service-card-body p { font-size: 0.875rem; color: var(--muted); margin-bottom: 1rem; flex: 1; }
.service-card-footer { margin-top: auto; }

/* ── Why Us ──────────────────────────────────────────────────────────────── */
.why-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 2rem; }
.why-item { text-align: center; padding: 2rem 1.5rem; background: #fff; border-radius: 12px; border: 1px solid var(--border); transition: box-shadow 0.2s; }
.why-item:hover { box-shadow: var(--shadow); }
.why-icon { width: 60px; height: 60px; background: var(--green-light); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 1.6rem; margin: 0 auto 1rem; }
.why-item h3 { font-size: 1rem; font-weight: 700; margin-bottom: 0.5rem; }
.why-item p { font-size: 0.875rem; color: var(--muted); }

/* ── How It Works ────────────────────────────────────────────────────────── */
.steps { display: grid; grid-template-columns: repeat(3,1fr); gap: 2rem; counter-reset: steps; }
.step { text-align: center; position: relative; }
.step::after { content: '→'; position: absolute; right: -1.2rem; top: 1.2rem; font-size: 1.5rem; color: var(--border); }
.step:last-child::after { display: none; }
.step-num { width: 52px; height: 52px; background: var(--green); color: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 1.2rem; font-weight: 800; margin: 0 auto 1rem; }
.step h3 { font-size: 1rem; font-weight: 700; margin-bottom: 0.4rem; }
.step p { font-size: 0.875rem; color: var(--muted); }

/* ── CTA Banner ──────────────────────────────────────────────────────────── */
.cta-banner { background: linear-gradient(135deg, var(--green) 0%, var(--green-dark) 100%); color: #fff; padding: 4rem 0; text-align: center; }
.cta-banner h2 { font-size: 2rem; font-weight: 800; margin-bottom: 0.75rem; }
.cta-banner p { font-size: 1.05rem; color: rgba(255,255,255,0.85); margin-bottom: 2rem; max-width: 540px; margin-left: auto; margin-right: auto; }
.cta-banner .btn-group { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }

/* ── Service Detail Page ─────────────────────────────────────────────────── */
.detail-layout { display: grid; grid-template-columns: 1fr 340px; gap: 3rem; align-items: start; }
.detail-image { border-radius: 12px; overflow: hidden; box-shadow: var(--shadow-md); margin-bottom: 2rem; }
.detail-image img { width: 100%; max-height: 420px; object-fit: cover; }
.detail-no-img { height: 280px; background: var(--green-light); border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 5rem; color: var(--green); opacity: 0.4; margin-bottom: 2rem; }
.detail-content h1 { font-size: 2rem; margin-bottom: 0.5rem; }
.detail-content .detail-cat { font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.06em; color: var(--green); font-weight: 600; margin-bottom: 0.75rem; }
.detail-excerpt { font-size: 1.05rem; color: var(--muted); margin-bottom: 2rem; border-left: 4px solid var(--green); padding-left: 1rem; }
.detail-body { margin-top: 2rem; }
.detail-body h2 { font-size: 1.3rem; margin: 1.5rem 0 0.6rem; }
.detail-body p { margin-bottom: 1rem; color: #374151; }
.detail-body ul, .detail-body ol { margin: 0.75rem 0 1rem 1.5rem; list-style: disc; }
.detail-body li { margin-bottom: 0.4rem; }
.detail-body img { border-radius: 8px; margin: 1rem 0; }

/* ── Sticky Contact Sidebar ──────────────────────────────────────────────── */
.contact-sidebar { position: sticky; top: 88px; }
.contact-card { background: #fff; border: 1px solid var(--border); border-radius: 14px; overflow: hidden; box-shadow: var(--shadow); }
.contact-card-header { background: var(--green); color: #fff; padding: 1.25rem 1.5rem; }
.contact-card-header h3 { font-size: 1.05rem; font-weight: 700; margin-bottom: 0.25rem; }
.contact-card-header p { font-size: 0.85rem; color: rgba(255,255,255,0.8); }
.contact-card-body { padding: 1.5rem; display: flex; flex-direction: column; gap: 0.75rem; }
.contact-card-note { background: var(--gold-light); border: 1px solid #f0e0b0; border-radius: 8px; padding: 0.75rem 1rem; font-size: 0.85rem; color: #7a6020; margin-top: 0.25rem; }
.contact-card-note strong { display: block; margin-bottom: 0.2rem; }

/* ── Breadcrumb ──────────────────────────────────────────────────────────── */
.breadcrumb { font-size: 0.83rem; color: var(--muted); margin-bottom: 1.5rem; display: flex; align-items: center; gap: 0.4rem; flex-wrap: wrap; }
.breadcrumb a { color: var(--muted); }
.breadcrumb a:hover { color: var(--green); text-decoration: none; }
.breadcrumb-sep { color: #d1d5db; }

/* ── Category / Shop Layout ──────────────────────────────────────────────── */
.shop-layout { display: grid; grid-template-columns: 240px 1fr; gap: 2.5rem; }
.shop-sidebar { position: sticky; top: 88px; align-self: start; }
.shop-sidebar h3 { font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.08em; color: var(--muted); font-weight: 700; margin-bottom: 0.75rem; padding-bottom: 0.5rem; border-bottom: 1px solid var(--border); }
.cat-list li { margin-bottom: 0.2rem; }
.cat-list a { display: flex; align-items: center; gap: 0.5rem; color: var(--text); font-size: 0.9rem; padding: 0.45rem 0.75rem; border-radius: 6px; transition: all 0.15s; }
.cat-list a::before { content: '›'; color: var(--border); }
.cat-list a:hover, .cat-list a.active { background: var(--green-light); color: var(--green); text-decoration: none; }
.cat-list a:hover::before, .cat-list a.active::before { color: var(--green); }
.shop-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 1.5rem; flex-wrap: wrap; gap: 1rem; }
.shop-header h1 { font-size: 1.6rem; margin: 0; }
.results-count { font-size: 0.875rem; color: var(--muted); }
.empty-msg { padding: 3rem; text-align: center; color: var(--muted); font-style: italic; background: var(--bg-light); border-radius: 12px; }

/* ── Page Content ────────────────────────────────────────────────────────── */
.page-layout { max-width: 800px; margin: 0 auto; }
.page-layout h1 { font-size: 2rem; margin-bottom: 1.5rem; }
.content-body h1, .content-body h2, .content-body h3, .content-body h4 { margin: 1.75rem 0 0.75rem; font-weight: 700; color: var(--text); }
.content-body h2 { font-size: 1.4rem; }
.content-body h3 { font-size: 1.2rem; }
.content-body p { margin-bottom: 1rem; color: #374151; }
.content-body ul, .content-body ol { margin: 0.75rem 0 1rem 1.5rem; }
.content-body ul { list-style: disc; }
.content-body ol { list-style: decimal; }
.content-body li { margin-bottom: 0.4rem; }
.content-body img { border-radius: 8px; margin: 1.25rem 0; }
.content-body a { color: var(--green); }
.content-body table { width: 100%; border-collapse: collapse; margin: 1rem 0; }
.content-body th, .content-body td { border: 1px solid var(--border); padding: 0.6rem 0.85rem; font-size: 0.9rem; }
.content-body th { background: var(--bg-light); font-weight: 600; }
.content-body blockquote { border-left: 4px solid var(--green); padding-left: 1rem; color: var(--muted); font-style: italic; margin: 1.25rem 0; }

/* ── Contact Page ────────────────────────────────────────────────────────── */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: start; }
.contact-method { background: #fff; border: 1px solid var(--border); border-radius: 14px; padding: 2rem; text-align: center; transition: box-shadow 0.2s, transform 0.2s; }
.contact-method:hover { box-shadow: var(--shadow-md); transform: translateY(-3px); }
.contact-method-icon { width: 70px; height: 70px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 2rem; margin: 0 auto 1.25rem; }
.contact-method-icon.wa { background: #e8fdf0; }
.contact-method-icon.tg { background: #e5f4ff; }
.contact-method h3 { font-size: 1.2rem; font-weight: 700; margin-bottom: 0.5rem; }
.contact-method p { color: var(--muted); font-size: 0.9rem; margin-bottom: 1.25rem; }
.contact-info-box { background: var(--green-light); border-radius: 12px; padding: 1.5rem 2rem; margin-bottom: 2rem; }
.contact-info-box p { color: var(--green-dark); font-size: 0.95rem; }

/* ── Floating Contact Buttons ────────────────────────────────────────────── */
.float-contact { position: fixed; bottom: 1.75rem; right: 1.75rem; display: flex; flex-direction: column; gap: 0.65rem; z-index: 1000; }
.float-btn { width: 56px; height: 56px; border-radius: 50%; display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 16px rgba(0,0,0,0.2); transition: transform 0.2s, box-shadow 0.2s; text-decoration: none; font-size: 1.5rem; border: 3px solid rgba(255,255,255,0.9); }
.float-btn:hover { transform: scale(1.12); box-shadow: 0 6px 22px rgba(0,0,0,0.28); text-decoration: none; }
.float-btn-wa { background: #25d366; color: #fff; }
.float-btn-tg { background: #0088cc; color: #fff; }
.float-tooltip { position: absolute; right: 66px; background: #1c1c1c; color: #fff; font-size: 0.78rem; font-weight: 600; padding: 0.3rem 0.7rem; border-radius: 6px; white-space: nowrap; opacity: 0; pointer-events: none; transition: opacity 0.2s; }
.float-btn:hover .float-tooltip { opacity: 1; }

/* ── Footer ──────────────────────────────────────────────────────────────── */
.site-footer { background: #0d2218; color: #9ca3af; margin-top: 5rem; }
.footer-top { padding: 3.5rem 0 2.5rem; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 2.5rem; }
.footer-brand .logo { color: #fff; margin-bottom: 0.75rem; }
.footer-brand p { font-size: 0.875rem; color: #6b7280; line-height: 1.65; max-width: 280px; }
.footer-col h4 { color: #e5e7eb; font-size: 0.8rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 1.1rem; }
.footer-col ul li { margin-bottom: 0.5rem; }
.footer-col ul li a { color: #6b7280; font-size: 0.875rem; transition: color 0.2s; }
.footer-col ul li a:hover { color: #fff; text-decoration: none; }
.footer-contact-item { display: flex; align-items: center; gap: 0.5rem; color: #6b7280; font-size: 0.875rem; margin-bottom: 0.6rem; }
.footer-contact-item a { color: #6b7280; }
.footer-contact-item a:hover { color: #fff; text-decoration: none; }
.footer-bottom { border-top: 1px solid #1f3529; padding: 1.25rem 0; display: flex; align-items: center; justify-content: space-between; gap: 1rem; flex-wrap: wrap; }
.footer-bottom p { font-size: 0.83rem; color: #4b5563; }
.footer-bottom-links { display: flex; gap: 1.25rem; }
.footer-bottom-links a { color: #4b5563; font-size: 0.83rem; }
.footer-bottom-links a:hover { color: #9ca3af; text-decoration: none; }

/* ── Pagination ──────────────────────────────────────────────────────────── */
.pagination { display: flex; align-items: center; justify-content: center; gap: 1rem; margin-top: 3rem; }

/* ── Page Hero (inner pages) ─────────────────────────────────────────────── */
.page-hero { background: var(--green-light); padding: 2.5rem 0 2rem; border-bottom: 1px solid var(--border); margin-bottom: 0; }
.page-hero h1 { font-size: 1.8rem; color: var(--green-dark); }
.page-hero p { color: var(--muted); margin-top: 0.5rem; }

/* ── Testimonials ────────────────────────────────────────────────────────── */
.testimonial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.testimonial-card { background: #fff; border: 1px solid var(--border); border-radius: 12px; padding: 1.5rem; }
.testimonial-stars { color: var(--gold); margin-bottom: 0.75rem; letter-spacing: 0.1em; }
.testimonial-text { font-size: 0.9rem; color: var(--muted); font-style: italic; margin-bottom: 1rem; }
.testimonial-author { font-size: 0.85rem; font-weight: 600; color: var(--text); }

/* ── Responsive ──────────────────────────────────────────────────────────── */
@media (max-width: 1024px) {
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .hero-inner { grid-template-columns: 1fr; }
  .hero-card { display: none; }
}
@media (max-width: 900px) {
  .shop-layout { grid-template-columns: 1fr; }
  .shop-sidebar { position: static; }
  .detail-layout { grid-template-columns: 1fr; }
  .contact-sidebar { position: static; }
  .steps { grid-template-columns: 1fr; }
  .step::after { display: none; }
  .contact-grid { grid-template-columns: 1fr; }
  .testimonial-grid { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
  .main-nav { display: none; flex-direction: column; position: absolute; top: 69px; left: 0; right: 0; background: #fff; border-bottom: 1px solid var(--border); padding: 1rem 1.5rem; box-shadow: var(--shadow-md); gap: 0.25rem; }
  .main-nav.open { display: flex; }
  .nav-toggle { display: block; }
  .header-cta { display: none; }
  .hero h1 { font-size: 2rem; }
  .hero-actions { flex-direction: column; align-items: flex-start; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1/-1; }
  .trust-bar-inner { gap: 1.25rem; }
  .section { padding: 3rem 0; }
}
@media (max-width: 480px) {
  .float-contact { bottom: 1rem; right: 1rem; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; text-align: center; }
  .why-grid { grid-template-columns: 1fr; }
}

/* ── Buttons ─────────────────────────────────────────────────────────────── */
.btn { display: inline-block; padding: 0.6rem 1.4rem; border-radius: 6px; font-weight: 600; font-size: 0.95rem; cursor: pointer; border: 2px solid transparent; transition: all 0.2s; text-align: center; }
.btn-primary { background: #2563eb; color: #fff; border-color: #2563eb; }
.btn-primary:hover { background: #1d4ed8; border-color: #1d4ed8; text-decoration: none; }
.btn-outline { background: transparent; color: #2563eb; border-color: #2563eb; }
.btn-outline:hover { background: #2563eb; color: #fff; text-decoration: none; }
.btn-sm { padding: 0.35rem 0.9rem; font-size: 0.85rem; }
.btn-lg { padding: 0.8rem 2rem; font-size: 1.05rem; }
.btn-danger { background: #dc2626; color: #fff; border-color: #dc2626; }
.btn-danger:hover { background: #b91c1c; }
.btn-block { display: block; width: 100%; }

/* ── Header ──────────────────────────────────────────────────────────────── */
.site-header { background: #1a1a2e; color: #fff; padding: 0.75rem 0; position: sticky; top: 0; z-index: 100; box-shadow: 0 2px 8px rgba(0,0,0,0.3); }
.header-inner { display: flex; align-items: center; gap: 2rem; }
.logo { font-size: 1.3rem; font-weight: 700; color: #fff; white-space: nowrap; }
.logo:hover { text-decoration: none; color: #93c5fd; }
.main-nav { display: flex; align-items: center; gap: 1.5rem; flex: 1; }
.main-nav a { color: #cbd5e1; font-size: 0.9rem; font-weight: 500; transition: color 0.2s; }
.main-nav a:hover { color: #fff; text-decoration: none; }
.cart-icon { color: #fff; font-size: 0.95rem; white-space: nowrap; }
.cart-icon:hover { text-decoration: none; color: #93c5fd; }
.cart-count { background: #ef4444; color: #fff; border-radius: 50%; padding: 0 6px; font-size: 0.75rem; font-weight: 700; }
.nav-toggle { display: none; background: none; border: none; color: #fff; font-size: 1.5rem; cursor: pointer; margin-left: auto; }

/* ── Dropdown ────────────────────────────────────────────────────────────── */
.dropdown { position: relative; }
.dropdown-menu { display: none; position: absolute; top: 100%; left: 0; background: #fff; border-radius: 6px; box-shadow: 0 8px 24px rgba(0,0,0,0.15); min-width: 200px; padding: 0.5rem 0; z-index: 200; }
.dropdown:hover .dropdown-menu { display: block; }
.dropdown-menu a { display: block; padding: 0.5rem 1rem; color: #1a1a2e; font-size: 0.9rem; }
.dropdown-menu a:hover { background: #f1f5f9; text-decoration: none; }

/* ── Hero ────────────────────────────────────────────────────────────────── */
.hero { background: linear-gradient(135deg, #1a1a2e 0%, #16213e 60%, #0f3460 100%); color: #fff; padding: 5rem 0; text-align: center; }
.hero h1 { font-size: 2.5rem; font-weight: 800; margin-bottom: 1rem; }
.hero p { font-size: 1.15rem; color: #cbd5e1; margin-bottom: 2rem; max-width: 580px; margin-left: auto; margin-right: auto; }
.hero .btn { margin: 0 0.5rem; }
.hero .btn-outline { color: #fff; border-color: #fff; }
.hero .btn-outline:hover { background: #fff; color: #1a1a2e; }

/* ── Product Grid ────────────────────────────────────────────────────────── */
.product-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 1.5rem; }
.product-card { border: 1px solid #e2e8f0; border-radius: 10px; overflow: hidden; transition: box-shadow 0.2s, transform 0.2s; background: #fff; }
.product-card:hover { box-shadow: 0 8px 24px rgba(0,0,0,0.1); transform: translateY(-3px); }
.product-card img { width: 100%; height: 180px; object-fit: cover; }
.product-no-img { display: flex; align-items: center; justify-content: center; height: 180px; background: #f1f5f9; font-size: 3rem; text-decoration: none; }
.product-card-body { padding: 1rem; }
.product-card-body h3 { font-size: 0.95rem; font-weight: 600; margin-bottom: 0.5rem; }
.product-card-body h3 a { color: #1a1a2e; }
.product-card-body h3 a:hover { color: #2563eb; text-decoration: none; }
.price { color: #2563eb; font-weight: 700; font-size: 1.05rem; margin-bottom: 0.75rem; }
.product-actions { display: flex; gap: 0.5rem; flex-wrap: wrap; }

/* ── Shop Layout ─────────────────────────────────────────────────────────── */
.shop-layout { display: grid; grid-template-columns: 220px 1fr; gap: 2rem; }
.shop-sidebar h3 { font-size: 1rem; font-weight: 700; margin-bottom: 1rem; text-transform: uppercase; letter-spacing: 0.05em; }
.cat-list li { margin-bottom: 0.4rem; }
.cat-list a { color: #475569; font-size: 0.9rem; display: block; padding: 0.3rem 0.6rem; border-radius: 4px; transition: all 0.2s; }
.cat-list a:hover, .cat-list a.active { background: #2563eb; color: #fff; text-decoration: none; }
.shop-main h1 { font-size: 1.75rem; margin-bottom: 1rem; }
.cat-desc { color: #64748b; margin-bottom: 1.5rem; }
.empty-msg { color: #64748b; font-style: italic; margin-top: 2rem; }

/* ── Single Product ──────────────────────────────────────────────────────── */
.product-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; margin-bottom: 3rem; }
.product-main-img { border-radius: 10px; width: 100%; max-height: 440px; object-fit: cover; }
.product-no-img-lg { display: flex; align-items: center; justify-content: center; height: 360px; background: #f1f5f9; border-radius: 10px; font-size: 6rem; }
.product-info-col h1 { font-size: 1.9rem; margin-bottom: 0.75rem; }
.product-price { font-size: 2rem; font-weight: 800; color: #2563eb; margin-bottom: 1rem; }
.product-excerpt { color: #475569; margin-bottom: 1.5rem; }
.add-to-cart-form { margin-bottom: 1.5rem; }
.qty-row { display: flex; align-items: center; gap: 1rem; margin-bottom: 1rem; }
.qty-input { width: 70px; padding: 0.4rem 0.6rem; border: 1px solid #cbd5e1; border-radius: 6px; font-size: 1rem; }
.product-meta { color: #64748b; font-size: 0.9rem; margin-top: 0.5rem; }
.product-description h2, .related-products h2 { font-size: 1.4rem; margin-bottom: 1rem; }

/* ── Breadcrumb ──────────────────────────────────────────────────────────── */
.breadcrumb { font-size: 0.85rem; color: #94a3b8; margin-bottom: 1rem; }
.breadcrumb a { color: #64748b; }

/* ── Posts Grid ──────────────────────────────────────────────────────────── */
.posts-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 1.5rem; }
.post-card { border: 1px solid #e2e8f0; border-radius: 10px; overflow: hidden; background: #fff; transition: box-shadow 0.2s; }
.post-card:hover { box-shadow: 0 6px 20px rgba(0,0,0,0.08); }
.post-card-body { padding: 1.25rem; }
.post-card-body h2, .post-card-body h3 { font-size: 1.05rem; font-weight: 600; margin-bottom: 0.4rem; }
.post-card-body h2 a, .post-card-body h3 a { color: #1a1a2e; }
.post-card-body h2 a:hover, .post-card-body h3 a:hover { color: #2563eb; text-decoration: none; }
.post-date { font-size: 0.8rem; color: #94a3b8; margin-bottom: 0.5rem; }
.read-more { font-size: 0.9rem; font-weight: 600; color: #2563eb; }

/* ── Single Post ─────────────────────────────────────────────────────────── */
.post-layout { display: grid; grid-template-columns: 1fr 280px; gap: 2.5rem; }
.post-content h1 { font-size: 2rem; margin-bottom: 0.5rem; }
.post-sidebar .sidebar-widget { background: #f8fafc; border-radius: 10px; padding: 1.25rem; }
.post-sidebar h3 { font-size: 1rem; margin-bottom: 1rem; font-weight: 700; }

/* ── Content Body ────────────────────────────────────────────────────────── */
.content-body { max-width: 780px; }
.content-body h1, .content-body h2, .content-body h3 { margin: 1.5rem 0 0.75rem; font-weight: 700; }
.content-body h2 { font-size: 1.4rem; }
.content-body h3 { font-size: 1.2rem; }
.content-body p { margin-bottom: 1rem; color: #374151; }
.content-body ul, .content-body ol { margin: 0.75rem 0 1rem 1.5rem; }
.content-body li { margin-bottom: 0.4rem; }
.content-body img { border-radius: 6px; margin: 1rem 0; }
.content-body a { color: #2563eb; }
.content-body table { width: 100%; border-collapse: collapse; margin: 1rem 0; }
.content-body th, .content-body td { border: 1px solid #e2e8f0; padding: 0.5rem 0.75rem; }
.content-body th { background: #f1f5f9; font-weight: 600; }

/* ── Home Content ────────────────────────────────────────────────────────── */
.home-content { background: #f8fafc; }
.home-content .content-body { max-width: 100%; }

/* ── Cart ────────────────────────────────────────────────────────────────── */
.cart-table { width: 100%; border-collapse: collapse; margin-bottom: 2rem; }
.cart-table th, .cart-table td { border-bottom: 1px solid #e2e8f0; padding: 0.75rem 1rem; text-align: left; }
.cart-table th { background: #f8fafc; font-weight: 600; font-size: 0.9rem; }
.cart-actions { display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap; }

/* ── Checkout ────────────────────────────────────────────────────────────── */
.checkout-layout { display: grid; grid-template-columns: 1fr 360px; gap: 3rem; }
.checkout-form h2 { font-size: 1.2rem; margin: 1.5rem 0 0.75rem; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.form-group { margin-bottom: 1rem; }
.form-group label { display: block; font-size: 0.875rem; font-weight: 600; margin-bottom: 0.35rem; color: #374151; }
.form-control { width: 100%; padding: 0.55rem 0.75rem; border: 1px solid #cbd5e1; border-radius: 6px; font-size: 0.95rem; transition: border-color 0.2s; }
.form-control:focus { outline: none; border-color: #2563eb; box-shadow: 0 0 0 3px rgba(37,99,235,0.1); }
.order-summary { background: #f8fafc; border-radius: 10px; padding: 1.5rem; height: fit-content; }
.order-summary h2 { font-size: 1.1rem; margin-bottom: 1rem; }
.summary-row { display: flex; justify-content: space-between; padding: 0.5rem 0; border-bottom: 1px solid #e2e8f0; font-size: 0.9rem; }
.total-row { border-bottom: none; padding-top: 1rem; font-size: 1.05rem; }

/* ── Pagination ──────────────────────────────────────────────────────────── */
.pagination { display: flex; align-items: center; justify-content: center; gap: 1rem; margin-top: 3rem; }

/* ── Order Confirm ───────────────────────────────────────────────────────── */
.confirm-box { max-width: 520px; margin: 4rem auto; text-align: center; }
.confirm-icon { font-size: 4rem; margin-bottom: 1rem; }
.confirm-box h1 { font-size: 1.8rem; margin-bottom: 1rem; }
.confirm-box p { color: #475569; margin-bottom: 0.75rem; }

/* ── Footer ──────────────────────────────────────────────────────────────── */
.site-footer { background: #1a1a2e; color: #cbd5e1; padding: 3rem 0 0; margin-top: 4rem; }
.footer-inner { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; }
.footer-col h4 { color: #fff; font-size: 0.95rem; font-weight: 700; margin-bottom: 1rem; text-transform: uppercase; letter-spacing: 0.05em; }
.footer-col p { font-size: 0.9rem; color: #94a3b8; }
.footer-col ul li { margin-bottom: 0.4rem; }
.footer-col ul li a { color: #94a3b8; font-size: 0.9rem; transition: color 0.2s; }
.footer-col ul li a:hover { color: #fff; text-decoration: none; }
.footer-bottom { border-top: 1px solid #2d3748; margin-top: 2rem; padding: 1.25rem 0; text-align: center; }
.footer-bottom p { font-size: 0.85rem; color: #64748b; }

/* ── Responsive ──────────────────────────────────────────────────────────── */
@media (max-width: 900px) {
  .shop-layout { grid-template-columns: 1fr; }
  .product-layout { grid-template-columns: 1fr; }
  .post-layout { grid-template-columns: 1fr; }
  .checkout-layout { grid-template-columns: 1fr; }
  .footer-inner { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
  .main-nav { display: none; flex-direction: column; position: absolute; top: 100%; left: 0; right: 0; background: #1a1a2e; padding: 1rem; }
  .main-nav.open { display: flex; }
  .nav-toggle { display: block; }
  .hero h1 { font-size: 1.8rem; }
  .footer-inner { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
}
