﻿/*
Theme Name: Strona w 7 dni
Theme URI: https://stronaw7dni.pl/
Author: Krystian Basara
Description: Minimalistyczny motyw WordPress pod landing page i proste podstrony.
Version: 1.0.0
Text Domain: stronaw7dni
*/
* { margin: 0; padding: 0; box-sizing: border-box; }
  :root {
    --primary: #0A2540; --primary-light: #1E3A5F; --primary-dark: #061829;
    --accent: #10B981; --accent-dark: #059669; --accent-light: #D1FAE5;
    --accent-glow: rgba(16,185,129,0.35);
    --text: #1A202C; --text-muted: #4B5563; --text-light: #6B7280;
    --bg: #FFFFFF; --bg-soft: #F9FAFB; --bg-soft-2: #F3F4F6;
    --border: #E5E7EB; --border-light: #F3F4F6;
    --warn-light: #FEF3C7; --warn: #92400E; --amber: #F59E0B;
    --font-display: 'Plus Jakarta Sans', system-ui, sans-serif;
    --font-body: 'Inter', system-ui, sans-serif;
  }
  [data-theme="charcoal-lime"] { --primary: #18181B; --primary-light: #27272A; --primary-dark: #09090B; --accent: #84CC16; --accent-dark: #65A30D; --accent-light: #ECFCCB; --accent-glow: rgba(132,204,22,0.35); }
  [data-theme="graphite-orange"] { --primary: #1F2937; --primary-light: #374151; --primary-dark: #0F172A; --accent: #F97316; --accent-dark: #EA580C; --accent-light: #FFEDD5; --accent-glow: rgba(249,115,22,0.35); }
  [data-theme="midnight-cyan"] { --primary: #0F172A; --primary-light: #1E293B; --primary-dark: #020617; --accent: #06B6D4; --accent-dark: #0891B2; --accent-light: #CFFAFE; --accent-glow: rgba(6,182,212,0.35); }
  [data-theme="warm-terracotta"] { --primary: #292524; --primary-light: #44403C; --primary-dark: #1C1917; --accent: #DC2626; --accent-dark: #B91C1C; --accent-light: #FEE2E2; --accent-glow: rgba(220,38,38,0.35); }
  [data-theme="forest-gold"] { --primary: #14532D; --primary-light: #166534; --primary-dark: #052E16; --accent: #EAB308; --accent-dark: #CA8A04; --accent-light: #FEF3C7; --accent-glow: rgba(234,179,8,0.35); }
  [data-theme="ocean-coral"] { --primary: #164E63; --primary-light: #155E75; --primary-dark: #083344; --accent: #FB7185; --accent-dark: #E11D48; --accent-light: #FCE7F3; --accent-glow: rgba(251,113,133,0.35); }
  [data-theme="plum-mint"] { --primary: #4C1D95; --primary-light: #5B21B6; --primary-dark: #2E1065; --accent: #14B8A6; --accent-dark: #0F766E; --accent-light: #CCFBF1; --accent-glow: rgba(20,184,166,0.35); }
  [data-theme="ink-rose"] { --primary: #0C0A09; --primary-light: #1C1917; --primary-dark: #000000; --accent: #F43F5E; --accent-dark: #BE123C; --accent-light: #FFE4E6; --accent-glow: rgba(244,63,94,0.35); }
  [data-theme="slate-electric"] { --primary: #334155; --primary-light: #475569; --primary-dark: #0F172A; --accent: #3B82F6; --accent-dark: #2563EB; --accent-light: #DBEAFE; --accent-glow: rgba(59,130,246,0.35); }

  [data-display="satoshi"] { --font-display: 'Satoshi', system-ui, sans-serif; }
  [data-display="manrope"] { --font-display: 'Manrope', system-ui, sans-serif; }
  [data-display="space-grotesk"] { --font-display: 'Space Grotesk', system-ui, sans-serif; }
  [data-display="figtree"] { --font-display: 'Figtree', system-ui, sans-serif; }
  [data-display="outfit"] { --font-display: 'Outfit', system-ui, sans-serif; }
  [data-display="sora"] { --font-display: 'Sora', system-ui, sans-serif; }
  [data-display="bricolage"] { --font-display: 'Bricolage Grotesque', system-ui, sans-serif; }

  [data-body="dm-sans"] { --font-body: 'DM Sans', system-ui, sans-serif; }
  [data-body="figtree"] { --font-body: 'Figtree', system-ui, sans-serif; }
  [data-body="manrope"] { --font-body: 'Manrope', system-ui, sans-serif; }
  [data-body="outfit"] { --font-body: 'Outfit', system-ui, sans-serif; }

  html { scroll-behavior: smooth; }
  body { font-family: var(--font-body); color: var(--text); background: var(--bg); line-height: 1.6; -webkit-font-smoothing: antialiased; }
  h1, h2, h3, h4 { font-family: var(--font-display); color: var(--primary); letter-spacing: -0.02em; line-height: 1.15; }
  .container { max-width: 1160px; margin: 0 auto; padding: 0 24px; }
  .container-narrow { max-width: 900px; margin: 0 auto; padding: 0 24px; }
  .announcement { background: var(--primary-dark); color: white; padding: 9px 16px; text-align: center; font-size: 13px; }
  .announcement strong { color: var(--accent); }

  nav { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,0.95); backdrop-filter: blur(10px); border-bottom: 1px solid var(--border-light); }
  .nav-inner { display: flex; justify-content: space-between; align-items: center; padding: 14px 24px; max-width: 1160px; margin: 0 auto; }
  .logo { display: flex; align-items: center; gap: 10px; text-decoration: none; }
  .logo-mark { width: 36px; height: 36px; background: var(--primary); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: var(--accent); font-weight: 800; font-size: 17px; font-family: var(--font-display); }
  .logo-text { font-family: var(--font-display); font-weight: 700; font-size: 17px; color: var(--primary); }
  .logo-text span { color: var(--accent); }
  .nav-links { display: flex; gap: 28px; align-items: center; }
  .nav-links a { color: var(--text-muted); text-decoration: none; font-size: 14px; font-weight: 500; transition: color 0.2s; }
  .nav-links a:hover { color: var(--primary); }
  .nav-phone { color: var(--primary) !important; font-weight: 600 !important; display: flex; align-items: center; gap: 6px; }
  .nav-cta { background: var(--accent); color: white !important; padding: 10px 18px; border-radius: 8px; font-weight: 600 !important; font-size: 14px; transition: background 0.2s; }
  .nav-cta:hover { background: var(--accent-dark); color: white !important; }
  @media (max-width: 768px) { .nav-links { display: none; } .logo-text { font-size: 15px; } }

  .hero { padding: 60px 0 50px; background: linear-gradient(180deg, var(--bg-soft) 0%, var(--bg) 100%); position: relative; overflow: hidden; }
  .hero::before { content: ''; position: absolute; top: -200px; right: -200px; width: 500px; height: 500px; background: radial-gradient(circle, var(--accent-glow) 0%, transparent 60%); opacity: 0.3; z-index: 0; }
  .hero-inner { display: grid; grid-template-columns: 1.05fr 1fr; gap: 56px; align-items: center; position: relative; z-index: 1; }
  .hero-badges { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 20px; }
  .badge { display: inline-flex; align-items: center; gap: 7px; padding: 6px 12px; border-radius: 999px; font-size: 12px; font-weight: 600; }
  .badge-accent { background: var(--accent-light); color: var(--accent-dark); }
  .badge-warn { background: var(--warn-light); color: var(--warn); }
  .badge-accent::before { content: ''; width: 7px; height: 7px; background: var(--accent); border-radius: 50%; animation: pulse 2s infinite; }
  @keyframes pulse { 0%, 100% { opacity: 1; } 50% { opacity: 0.4; } }
  h1.hero-title { font-size: clamp(32px, 5vw, 54px); font-weight: 800; margin-bottom: 18px; }
  h1.hero-title .accent { color: var(--accent); }
  .hero-sub { font-size: 18px; color: var(--text-muted); margin-bottom: 24px; max-width: 560px; line-height: 1.6; }
  .hero-sub strong { color: var(--primary); font-weight: 600; }
  .hero-ctas { display: flex; gap: 12px; margin-bottom: 24px; flex-wrap: wrap; }
  .btn-primary { background: var(--accent); color: white; padding: 15px 28px; border-radius: 10px; text-decoration: none; font-weight: 600; font-size: 16px; display: inline-flex; align-items: center; gap: 8px; border: none; cursor: pointer; box-shadow: 0 4px 14px var(--accent-glow); transition: all 0.15s; font-family: inherit; }
  .btn-primary:hover { background: var(--accent-dark); transform: translateY(-1px); box-shadow: 0 6px 20px var(--accent-glow); }
  .btn-secondary { background: white; color: var(--primary); padding: 15px 28px; border-radius: 10px; text-decoration: none; font-weight: 600; font-size: 16px; border: 1.5px solid var(--border); display: inline-flex; align-items: center; gap: 8px; transition: all 0.2s; }
  .btn-secondary:hover { border-color: var(--primary); background: var(--bg-soft); }
  .hero-trust-row { display: flex; gap: 18px; font-size: 13px; color: var(--text-muted); flex-wrap: wrap; padding-top: 20px; border-top: 1px solid var(--border-light); }
  .hero-trust-row span { display: flex; align-items: center; gap: 6px; }
  .hero-trust-row span::before { content: 'âœ“'; color: var(--accent); font-weight: 800; }

  .hero-devices { position: relative; width: 100%; max-width: 520px; margin-left: auto; aspect-ratio: 1 / 0.85; }
  .laptop { position: absolute; top: 0; left: 0; width: 100%; z-index: 1; animation: float 6s ease-in-out infinite; }
  .laptop-screen { background: var(--primary-dark); border-radius: 10px 10px 4px 4px; padding: 10px; box-shadow: 0 20px 40px rgba(10,37,64,0.18); border: 2px solid #1F2937; }
  .laptop-content { background: white; border-radius: 4px; overflow: hidden; aspect-ratio: 16 / 10; position: relative; }
  .laptop-base { height: 14px; background: linear-gradient(180deg, #4B5563 0%, #1F2937 100%); border-radius: 0 0 16px 16px; margin: 0 -14px; position: relative; }
  .laptop-base::before { content: ''; position: absolute; top: 0; left: 50%; transform: translateX(-50%); width: 60px; height: 5px; background: #374151; border-radius: 0 0 6px 6px; }
  .phone { position: absolute; bottom: -10px; right: -20px; width: 26%; z-index: 2; animation: floatPhone 6s ease-in-out infinite; animation-delay: 0.5s; }
  .phone-screen { background: var(--primary-dark); border-radius: 22px; padding: 8px; box-shadow: 0 16px 32px rgba(10,37,64,0.25); border: 2px solid #111827; }
  .phone-content { background: white; border-radius: 16px; overflow: hidden; aspect-ratio: 9 / 18; position: relative; }
  .phone-notch { position: absolute; top: 4px; left: 50%; transform: translateX(-50%); width: 30%; height: 6px; background: #111827; border-radius: 0 0 6px 6px; z-index: 10; }
  @keyframes float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }
  @keyframes floatPhone { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-6px); } }
  .mockup-nav { display: flex; justify-content: space-between; align-items: center; padding: 8px 14px; border-bottom: 1px solid #F3F4F6; }
  .mockup-logo { display: flex; align-items: center; gap: 5px; }
  .mockup-logo-dot { width: 16px; height: 16px; background: var(--primary); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: var(--accent); font-weight: 800; font-size: 9px; }
  .mockup-logo-text { font-size: 9px; font-weight: 700; color: var(--primary); }
  .mockup-nav-links { display: flex; gap: 8px; }
  .mockup-nav-links span { width: 16px; height: 4px; background: #E5E7EB; border-radius: 2px; }
  .mockup-nav-cta { width: 28px; height: 10px; background: var(--accent); border-radius: 3px; }
  .mockup-hero { padding: 16px 14px; background: linear-gradient(180deg, #F9FAFB, #FFFFFF); }
  .mockup-badge { display: inline-block; background: var(--accent-light); height: 7px; width: 60px; border-radius: 4px; margin-bottom: 6px; }
  .mockup-h1 { height: 9px; background: var(--primary); border-radius: 2px; margin-bottom: 4px; width: 95%; }
  .mockup-h1:nth-child(3) { width: 70%; background: var(--accent); }
  .mockup-sub { height: 4px; background: #D1D5DB; border-radius: 2px; margin-bottom: 3px; width: 80%; }
  .mockup-sub.sm { width: 60%; }
  .mockup-cta-row { display: flex; gap: 6px; margin-top: 8px; }
  .mockup-cta { height: 14px; width: 50px; background: var(--accent); border-radius: 4px; }
  .mockup-cta.outline { background: white; border: 1px solid #E5E7EB; }
  .mockup-grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 6px; padding: 10px 14px; }
  .mockup-card { background: #F9FAFB; border: 1px solid #F3F4F6; border-radius: 3px; height: 36px; display: flex; flex-direction: column; justify-content: center; padding: 4px 6px; gap: 3px; }
  .mockup-card.featured { border-color: var(--accent); background: var(--accent-light); }
  .mockup-card-tag { width: 20px; height: 3px; background: var(--text-light); border-radius: 1px; }
  .mockup-card-num { height: 5px; width: 26px; background: var(--primary); border-radius: 1px; }
  .mockup-card.featured .mockup-card-num { background: var(--accent-dark); }
  .mockup-footer { padding: 6px 14px; border-top: 1px solid #F3F4F6; display: flex; justify-content: space-between; }
  .mockup-footer span { height: 3px; width: 40px; background: #E5E7EB; border-radius: 1px; }
  .mockup-phone-content { padding: 14px 8px 8px; }
  .mockup-phone-h { height: 5px; background: var(--primary); border-radius: 1px; margin-bottom: 2px; width: 90%; }
  .mockup-phone-h.accent { background: var(--accent); width: 60%; }
  .mockup-phone-sub { height: 2px; background: #D1D5DB; border-radius: 1px; width: 75%; margin-bottom: 1px; }
  .mockup-phone-btn { margin-top: 6px; height: 10px; background: var(--accent); border-radius: 3px; width: 70%; }
  .mockup-phone-cards { margin-top: 8px; display: grid; grid-template-columns: 1fr; gap: 4px; }
  .mockup-phone-card { height: 18px; background: #F9FAFB; border-radius: 3px; border: 1px solid #F3F4F6; }
  .mockup-phone-card.active { background: var(--accent-light); border-color: var(--accent); }
  .floating-badge { position: absolute; background: white; border-radius: 12px; padding: 10px 14px; box-shadow: 0 8px 24px rgba(10,37,64,0.15); border: 1px solid var(--border); z-index: 3; font-family: var(--font-display); }
  .floating-badge.top-right { top: -14px; right: -14px; transform: rotate(3deg); }
  .floating-badge.bottom-left { bottom: 10px; left: -20px; transform: rotate(-2deg); }
  .floating-badge .num { font-size: 18px; font-weight: 800; color: var(--primary); line-height: 1; }
  .floating-badge .num span { color: var(--accent); }
  .floating-badge .label { font-size: 10px; color: var(--text-light); text-transform: uppercase; letter-spacing: 0.05em; font-weight: 600; margin-top: 3px; }
  @media (max-width: 900px) { .hero-inner { grid-template-columns: 1fr; gap: 50px; } .hero-devices { max-width: 420px; margin: 0 auto; } }

  .industry-strip { padding: 30px 0; background: var(--bg); border-top: 1px solid var(--border-light); border-bottom: 1px solid var(--border-light); overflow: hidden; }
  .industry-strip-label { text-align: center; font-size: 11px; font-weight: 600; color: var(--text-light); text-transform: uppercase; letter-spacing: 0.15em; margin-bottom: 22px; }
  .marquee-row { display: flex; overflow: hidden; position: relative; mask-image: linear-gradient(90deg, transparent, black 8%, black 92%, transparent); -webkit-mask-image: linear-gradient(90deg, transparent, black 8%, black 92%, transparent); margin-bottom: 10px; }
  .marquee-row:last-child { margin-bottom: 0; }
  .marquee-track { display: flex; gap: 10px; white-space: nowrap; animation: marqueeLeft 45s linear infinite; }
  .marquee-track.reverse { animation: marqueeRight 45s linear infinite; }
  @keyframes marqueeLeft { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }
  @keyframes marqueeRight { 0% { transform: translateX(-50%); } 100% { transform: translateX(0); } }
  .industry-pill { display: inline-flex; align-items: center; padding: 8px 16px; border-radius: 999px; background: var(--bg); border: 1px solid var(--border); font-size: 14px; font-weight: 500; color: var(--text-muted); flex-shrink: 0; letter-spacing: -0.01em; transition: all 0.2s; }
  .industry-pill:hover { border-color: var(--accent); color: var(--primary); background: var(--accent-light); }

  section { padding: 70px 0; }
  .section-header { text-align: center; margin-bottom: 44px; }
  .section-eyebrow { display: inline-block; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.14em; color: var(--accent-dark); margin-bottom: 14px; }
  h2.section-title { font-size: clamp(28px, 4vw, 42px); font-weight: 800; margin-bottom: 14px; }
  .section-sub { font-size: 17px; color: var(--text-muted); max-width: 640px; margin: 0 auto; }

  .pain { background: var(--bg-soft); }
  .pain-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; max-width: 1000px; margin: 0 auto; }
  .pain-card { background: white; border-radius: 12px; padding: 26px; border: 1px solid var(--border); }
  .pain-quote { font-family: 'Instrument Serif', serif; font-size: 22px; font-style: italic; color: var(--primary); margin-bottom: 12px; line-height: 1.3; }
  .pain-card p { font-size: 14px; color: var(--text-muted); line-height: 1.55; margin-bottom: 14px; }
  .pain-card .resolver { padding-top: 14px; border-top: 1px solid var(--border-light); font-size: 13px; color: var(--accent-dark); font-weight: 600; display: flex; align-items: flex-start; gap: 8px; }
  .pain-card .resolver-icon { display: inline-flex; align-items: center; justify-content: center; width: 20px; height: 20px; background: var(--accent); color: white; border-radius: 50%; font-size: 12px; font-weight: 800; flex-shrink: 0; }
  @media (max-width: 768px) { .pain-grid { grid-template-columns: 1fr; } }

  /* VERTICAL TIMELINE */
  .how-timeline { max-width: 780px; margin: 0 auto; position: relative; }
  .how-timeline::before { content: ''; position: absolute; left: 36px; top: 36px; bottom: 36px; width: 2px; background: linear-gradient(180deg, var(--accent) 0%, var(--border) 100%); z-index: 0; }
  .how-step-v { display: grid; grid-template-columns: 72px 1fr auto; gap: 28px; padding: 22px 0; position: relative; z-index: 1; align-items: center; }
  .how-step-v:first-child { padding-top: 0; }
  .how-step-v:last-child { padding-bottom: 0; }
  .how-num-v { width: 72px; height: 72px; border-radius: 50%; background: white; border: 3px solid var(--accent); color: var(--accent-dark); display: flex; align-items: center; justify-content: center; font-family: var(--font-display); font-weight: 800; font-size: 28px; position: relative; z-index: 2; box-shadow: 0 4px 14px rgba(16,185,129,0.15); }
  .how-step-v:last-child .how-num-v { background: var(--accent); color: white; }
  .how-content-v h3 { font-size: 20px; margin-bottom: 6px; font-weight: 700; color: var(--primary); }
  .how-content-v p { font-size: 15px; color: var(--text-muted); line-height: 1.55; }
  .how-content-v p strong { color: var(--text); font-weight: 600; }
  .how-time-v { display: inline-flex; flex-direction: column; align-items: center; gap: 2px; padding: 10px 16px; background: var(--accent-light); color: var(--accent-dark); border-radius: 10px; font-size: 13px; font-weight: 700; flex-shrink: 0; min-width: 100px; text-align: center; }
  .how-time-v.zero { background: var(--bg-soft-2); color: var(--text-muted); }
  .how-time-v .time-big { font-size: 18px; font-weight: 800; line-height: 1; font-family: var(--font-display); }
  .how-time-v .time-label { font-size: 10px; text-transform: uppercase; letter-spacing: 0.08em; opacity: 0.8; }
  .how-total { margin-top: 40px; text-align: center; padding: 22px; background: var(--primary); color: white; border-radius: 12px; font-size: 16px; }
  .how-total strong { color: var(--accent); font-family: var(--font-display); font-weight: 800; font-size: 20px; }
  @media (max-width: 768px) {
    .how-step-v { grid-template-columns: 52px 1fr; gap: 16px; padding: 16px 0; }
    .how-timeline::before { left: 26px; }
    .how-num-v { width: 52px; height: 52px; font-size: 20px; border-width: 2px; }
    .how-time-v { grid-column: 1 / -1; margin-left: 68px; min-width: 0; flex-direction: row; gap: 8px; padding: 6px 12px; align-self: start; width: fit-content; }
    .how-time-v .time-big { font-size: 14px; }
  }

  .all-inclusive { background: linear-gradient(135deg, var(--primary) 0%, var(--primary-light) 100%); color: white; }
  .all-inclusive .section-header h2 { color: white; }
  .all-inclusive .section-header h2 span { color: var(--accent); }
  .all-inclusive .section-sub { color: rgba(255,255,255,0.8); }
  .all-inclusive .section-eyebrow { color: var(--accent); }
  .included-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; max-width: 1000px; margin: 0 auto; }
  .included-item { display: flex; align-items: flex-start; gap: 12px; padding: 16px; background: rgba(255,255,255,0.05); border-radius: 10px; border: 1px solid rgba(255,255,255,0.08); transition: all 0.2s; }
  .included-item:hover { background: rgba(255,255,255,0.08); border-color: rgba(16,185,129,0.3); }
  .included-check { width: 26px; height: 26px; border-radius: 50%; background: var(--accent); color: white; display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: 13px; flex-shrink: 0; }
  .included-item-text { font-size: 14px; color: white; line-height: 1.45; }
  .included-item-text strong { display: block; font-weight: 700; margin-bottom: 2px; font-family: var(--font-display); }
  .included-item-text span { color: rgba(255,255,255,0.7); font-size: 13px; }
  @media (max-width: 768px) { .included-grid { grid-template-columns: 1fr; } }

  .pricing { background: var(--bg-soft); }
  .pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
  .price-card { background: white; border-radius: 16px; padding: 32px 26px; border: 1.5px solid var(--border); position: relative; transition: all 0.2s; display: flex; flex-direction: column; }
  .price-card:hover { transform: translateY(-4px); box-shadow: 0 16px 32px rgba(10,37,64,0.08); }
  .price-card.featured { border: 2px solid var(--accent); box-shadow: 0 12px 32px var(--accent-glow); transform: scale(1.02); }
  .price-card.featured:hover { transform: scale(1.02) translateY(-4px); }
  .featured-badge { position: absolute; top: -14px; left: 50%; transform: translateX(-50%); background: var(--accent); color: white; padding: 5px 16px; border-radius: 999px; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; white-space: nowrap; }
  .price-tier { font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.12em; color: var(--text-light); margin-bottom: 6px; }
  .price-card.featured .price-tier { color: var(--accent-dark); }
  .price-name { font-family: var(--font-display); font-size: 22px; font-weight: 800; color: var(--primary); margin-bottom: 14px; }
  .price-old { font-size: 16px; color: var(--text-light); text-decoration: line-through; margin-bottom: 2px; }
  .price-amount { display: flex; align-items: baseline; gap: 6px; margin-bottom: 4px; flex-wrap: wrap; }
  .price-amount .from { font-family: var(--font-display); font-size: 14px; font-weight: 600; color: var(--text-light); }
  .price-amount .num { font-family: var(--font-display); font-size: 40px; font-weight: 800; color: var(--primary); line-height: 1; }
  .price-amount .curr { font-family: var(--font-display); font-size: 22px; font-weight: 600; color: var(--primary); }
  .price-save { display: inline-block; background: var(--warn-light); color: var(--warn); font-size: 11px; font-weight: 700; padding: 3px 8px; border-radius: 999px; margin-left: 6px; }
  .price-note { font-size: 12px; color: var(--text-light); margin-bottom: 18px; }
  .price-for { font-size: 13px; color: var(--text-muted); padding: 10px 12px; background: var(--bg-soft); border-radius: 8px; margin-bottom: 18px; line-height: 1.5; }
  .price-features { list-style: none; margin-bottom: 24px; flex: 1; }
  .price-features li { font-size: 14px; color: var(--text); padding: 6px 0; display: flex; align-items: flex-start; gap: 10px; line-height: 1.5; }
  .price-features li::before { content: 'âœ“'; color: var(--accent); font-weight: 800; flex-shrink: 0; margin-top: 1px; }
  .price-features li.bonus { color: var(--accent-dark); font-weight: 600; }
  .price-features li.bonus::before { content: 'â˜…'; color: var(--amber); }
  .price-features li.muted { color: var(--text-light); }
  .price-features li.muted::before { content: 'â€”'; color: var(--text-light); }
  .price-cta { display: block; width: 100%; text-align: center; padding: 13px; border-radius: 10px; text-decoration: none; font-weight: 600; font-size: 15px; transition: all 0.2s; cursor: pointer; border: none; font-family: inherit; }
  .price-cta.primary { background: var(--accent); color: white; box-shadow: 0 4px 12px var(--accent-glow); }
  .price-cta.primary:hover { background: var(--accent-dark); }
  .price-cta.outline { background: white; color: var(--primary); border: 1.5px solid var(--border); }
  .price-cta.outline:hover { border-color: var(--primary); background: var(--bg-soft); }

  .pricing-actions-row { display: flex; gap: 10px; justify-content: center; margin-top: 28px; flex-wrap: wrap; }
  .quiz-link { display: inline-flex; align-items: center; gap: 10px; padding: 14px 22px; background: white; color: var(--primary); border: 1.5px dashed var(--accent); border-radius: 10px; font-weight: 600; font-size: 15px; text-decoration: none; transition: all 0.15s; cursor: pointer; font-family: inherit; }
  .quiz-link:hover { background: var(--accent-light); border-style: solid; }
  .quiz-link .quiz-icon { display: inline-flex; width: 24px; height: 24px; background: var(--accent); color: white; border-radius: 50%; align-items: center; justify-content: center; font-size: 14px; }

  /* EXPRESS BOX */
  .express-box { max-width: 760px; margin: 30px auto 0; padding: 22px 26px; background: linear-gradient(135deg, var(--primary-dark) 0%, var(--primary) 100%); color: white; border-radius: 14px; display: grid; grid-template-columns: auto 1fr auto; gap: 20px; align-items: center; border: 1px solid rgba(255,255,255,0.1); }
  .express-icon { width: 56px; height: 56px; border-radius: 14px; background: var(--accent); color: white; display: flex; align-items: center; justify-content: center; font-family: var(--font-display); font-weight: 800; font-size: 18px; line-height: 1; }
  .express-content h4 { color: white; font-size: 16px; font-weight: 700; margin-bottom: 2px; font-family: var(--font-display); }
  .express-content p { color: rgba(255,255,255,0.8); font-size: 13px; line-height: 1.4; }
  .express-price { font-family: var(--font-display); font-weight: 800; color: var(--accent); font-size: 22px; white-space: nowrap; text-align: right; }
  .express-price small { font-size: 11px; color: rgba(255,255,255,0.6); display: block; font-weight: 500; }
  @media (max-width: 600px) {
    .express-box { grid-template-columns: 1fr; text-align: center; gap: 12px; padding: 20px; }
    .express-icon { margin: 0 auto; }
    .express-price { text-align: center; }
  }

  /* BONUSES */
  .bonuses { background: var(--bg-soft); }
  .bonuses-inner { max-width: 860px; margin: 0 auto; }
  .bonuses-header { text-align: center; margin-bottom: 40px; }
  .bonuses-total { display: inline-flex; align-items: center; gap: 8px; padding: 8px 16px; background: var(--accent-light); color: var(--accent-dark); border-radius: 999px; font-size: 13px; font-weight: 700; margin-bottom: 14px; }
  .bonuses-list { display: grid; gap: 12px; }
  .bonus-card { background: white; border: 1px solid var(--border); border-radius: 12px; padding: 20px 22px; display: grid; grid-template-columns: 44px 1fr auto; gap: 18px; align-items: center; }
  .bonus-num { width: 44px; height: 44px; border-radius: 10px; background: var(--accent-light); color: var(--accent-dark); display: flex; align-items: center; justify-content: center; font-family: var(--font-display); font-weight: 800; font-size: 16px; }
  .bonus-text h4 { font-size: 16px; font-weight: 700; color: var(--primary); margin-bottom: 4px; }
  .bonus-text p { font-size: 14px; color: var(--text-muted); line-height: 1.5; }
  .bonus-value { font-family: var(--font-display); font-weight: 800; font-size: 18px; color: var(--accent-dark); white-space: nowrap; text-align: right; }
  .bonus-value small { font-size: 11px; color: var(--text-light); display: block; font-weight: 500; }
  @media (max-width: 640px) {
    .bonus-card { grid-template-columns: 44px 1fr; }
    .bonus-value { grid-column: 2; text-align: left; }
  }

  .proof-strip { background: var(--accent-light); padding: 60px 0; }
  .proof-inner { display: grid; grid-template-columns: auto 1fr; gap: 36px; align-items: center; max-width: 900px; margin: 0 auto; }
  .proof-number { font-family: var(--font-display); font-size: clamp(64px, 9vw, 104px); font-weight: 900; color: var(--accent-dark); line-height: 0.9; letter-spacing: -0.04em; }
  .proof-text h3 { color: var(--accent-dark); font-size: clamp(20px, 2.5vw, 28px); margin-bottom: 10px; font-weight: 800; }
  .proof-text p { color: var(--accent-dark); font-size: 15px; line-height: 1.6; opacity: 0.9; }
  .proof-text .cite { display: block; margin-top: 10px; font-size: 13px; opacity: 0.75; }
  @media (max-width: 768px) { .proof-inner { grid-template-columns: 1fr; text-align: center; } }

  /* COMPARISON TABLE */
  .comparison-wrap { max-width: 1000px; margin: 0 auto; }
  .comparison-table { width: 100%; border-collapse: separate; border-spacing: 0; background: white; border-radius: 14px; overflow: hidden; border: 1px solid var(--border); font-size: 14px; }
  .comparison-table th, .comparison-table td { padding: 16px 18px; text-align: left; border-bottom: 1px solid var(--border-light); }
  .comparison-table th { background: var(--bg-soft); font-weight: 700; color: var(--text-muted); font-size: 12px; font-family: var(--font-display); text-transform: uppercase; letter-spacing: 0.08em; }
  .comparison-table th.us-header { background: var(--primary); color: white; position: relative; }
  .comparison-table th.us-header::after { content: 'âœ“'; position: absolute; top: -12px; left: 50%; transform: translateX(-50%); width: 24px; height: 24px; background: var(--accent); color: white; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 13px; font-weight: 800; border: 3px solid var(--bg-soft); }
  .comparison-table td.us-col { background: var(--accent-light); font-weight: 600; color: var(--accent-dark); border-left: 1px solid var(--accent); border-right: 1px solid var(--accent); }
  .comparison-table td:first-child { font-weight: 600; color: var(--primary); background: var(--bg-soft); font-size: 13px; }
  .comparison-table tr:last-child td { border-bottom: none; }
  .comparison-table tr:last-child td.us-col { border-bottom: 1px solid var(--accent); }
  .check-yes { color: var(--accent-dark); font-weight: 700; }
  .check-no { color: var(--text-light); font-weight: 500; }
  .check-mid { color: var(--text-muted); font-weight: 500; }
  .comparison-cards { display: none; }
  @media (max-width: 768px) {
    .comparison-table { display: none; }
    .comparison-cards { display: block; }
    .comparison-card { background: white; border: 1px solid var(--border); border-radius: 14px; margin-bottom: 12px; overflow: hidden; }
    .comparison-card-header { padding: 14px 18px; background: var(--bg-soft); font-weight: 700; color: var(--primary); font-size: 14px; border-bottom: 1px solid var(--border-light); }
    .comparison-card-body { padding: 4px 0; }
    .comparison-card-row { display: flex; justify-content: space-between; align-items: center; padding: 10px 18px; border-bottom: 1px solid var(--border-light); font-size: 13px; gap: 10px; }
    .comparison-card-row:last-child { border-bottom: none; }
    .comparison-card-row.us { background: var(--accent-light); border-left: 3px solid var(--accent); }
    .comparison-card-row.us .label { color: var(--accent-dark); font-weight: 700; }
    .comparison-card-row .label { color: var(--text-muted); font-weight: 500; }
    .comparison-card-row .value { color: var(--primary); font-weight: 600; text-align: right; }
    .comparison-card-row.us .value { color: var(--accent-dark); }
  }

  .for-whom-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
  .for-whom-card { background: white; border-radius: 14px; padding: 28px; border: 1.5px solid var(--border); }
  .for-whom-card.yes { border-color: var(--accent); background: var(--accent-light); }
  .for-whom-card.no { background: var(--bg-soft); }
  .for-whom-header { display: flex; align-items: center; gap: 10px; margin-bottom: 18px; }
  .for-whom-icon { width: 36px; height: 36px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 18px; font-weight: 800; }
  .yes .for-whom-icon { background: var(--accent); color: white; }
  .no .for-whom-icon { background: var(--text-light); color: white; }
  .for-whom-card h3 { font-family: var(--font-display); font-size: 18px; font-weight: 800; }
  .yes h3 { color: var(--accent-dark); }
  .no h3 { color: var(--text-muted); }
  .for-whom-list { list-style: none; }
  .for-whom-list li { padding: 9px 0; font-size: 15px; line-height: 1.5; display: flex; align-items: flex-start; gap: 10px; color: var(--text); }
  .yes .for-whom-list li::before { content: 'âœ“'; color: var(--accent); font-weight: 800; flex-shrink: 0; }
  .no .for-whom-list li::before { content: 'â€”'; color: var(--text-light); font-weight: 800; flex-shrink: 0; }
  .no .for-whom-list li { color: var(--text-muted); }
  @media (max-width: 768px) { .for-whom-grid { grid-template-columns: 1fr; } }

  .about-me { background: var(--bg-soft); }
  .about-inner { display: grid; grid-template-columns: 260px 1fr; gap: 48px; align-items: center; }
  .about-photo-wrap { width: 260px; height: 320px; border-radius: 20px; overflow: hidden; position: relative; background: linear-gradient(135deg, #E5E7EB 0%, #D1D5DB 100%); box-shadow: 0 12px 32px rgba(10,37,64,0.12); }
  .about-photo-placeholder { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 12px; color: #9CA3AF; padding: 20px; text-align: center; }
  .about-photo-placeholder-icon { width: 80px; height: 80px; border-radius: 50%; background: #E5E7EB; display: flex; align-items: center; justify-content: center; font-size: 42px; }
  .about-content h2 { font-size: clamp(24px, 3.5vw, 34px); margin-bottom: 14px; }
  .about-content h2 span { color: var(--accent); }
  .about-content p { font-size: 16px; color: var(--text-muted); line-height: 1.7; margin-bottom: 14px; }
  .about-content p strong { color: var(--primary); font-weight: 600; }
  .about-quote { padding: 16px 20px; background: white; border-left: 3px solid var(--accent); border-radius: 0 10px 10px 0; margin: 18px 0; }
  .about-quote p { font-family: 'Instrument Serif', serif; font-style: italic; font-size: 18px; color: var(--primary); margin: 0; line-height: 1.4; }
  .about-quote cite { display: block; margin-top: 8px; font-size: 13px; color: var(--text-light); font-style: normal; font-family: var(--font-body); }
  .about-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 24px; padding-top: 24px; border-top: 1px solid var(--border); }
  .about-stat-num { font-family: var(--font-display); font-size: 32px; font-weight: 800; color: var(--primary); line-height: 1; }
  .about-stat-num span { color: var(--accent); }
  .about-stat-label { font-size: 12px; color: var(--text-muted); margin-top: 4px; }
  @media (max-width: 768px) {
    .about-inner { grid-template-columns: 1fr; text-align: center; }
    .about-photo-wrap { margin: 0 auto; }
    .about-quote { border-left: none; border-top: 3px solid var(--accent); border-radius: 10px; }
  }

  .portfolio-tabs { display: flex; gap: 6px; background: var(--bg-soft-2); padding: 4px; border-radius: 10px; max-width: 400px; margin: 0 auto 32px; }
  .portfolio-tab { flex: 1; padding: 10px 16px; border: none; background: transparent; font-family: inherit; font-size: 14px; font-weight: 600; color: var(--text-muted); border-radius: 8px; cursor: pointer; transition: all 0.15s; }
  .portfolio-tab.active { background: white; color: var(--primary); box-shadow: 0 2px 8px rgba(10,37,64,0.08); }
  .portfolio-content { display: none; }
  .portfolio-content.active { display: block; }
  .portfolio-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
  .portfolio-item { background: white; border-radius: 12px; overflow: hidden; border: 1px solid var(--border); transition: all 0.2s; }
  .portfolio-item:hover { transform: translateY(-4px); box-shadow: 0 12px 28px rgba(10,37,64,0.1); }
  .portfolio-preview { height: 180px; position: relative; overflow: hidden; display: flex; align-items: center; justify-content: center; color: white; text-align: center; padding: 20px; }
  .preview-1 { background: linear-gradient(135deg, #1E3A8A 0%, #3B82F6 100%); }
  .preview-2 { background: linear-gradient(135deg, #7C2D12 0%, #EA580C 100%); }
  .preview-3 { background: linear-gradient(135deg, #065F46 0%, #10B981 100%); }
  .preview-label { font-family: var(--font-display); font-weight: 800; font-size: 20px; letter-spacing: -0.01em; }
  .preview-tag { display: inline-block; background: rgba(255,255,255,0.2); padding: 4px 10px; border-radius: 999px; font-size: 11px; font-weight: 600; margin-bottom: 10px; letter-spacing: 0.05em; }
  .portfolio-info { padding: 18px 20px; }
  .portfolio-info h4 { font-size: 15px; margin-bottom: 4px; font-weight: 700; }
  .portfolio-info p { font-size: 13px; color: var(--text-light); }
  .before-after-wrap { max-width: 960px; margin: 0 auto; }
  .before-after-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-bottom: 40px; }
  .ba-card { border-radius: 14px; overflow: hidden; border: 1px solid var(--border); background: white; }
  .ba-label { padding: 10px 16px; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.12em; display: flex; align-items: center; gap: 8px; }
  .ba-card.before .ba-label { background: var(--bg-soft); color: var(--text-muted); }
  .ba-card.before .ba-label::before { content: 'â—·'; font-size: 14px; }
  .ba-card.after .ba-label { background: var(--accent-light); color: var(--accent-dark); }
  .ba-card.after .ba-label::before { content: 'âœ“'; }
  .ba-preview { aspect-ratio: 16 / 10; position: relative; display: flex; align-items: center; justify-content: center; color: white; text-align: center; padding: 20px; }
  .ba-preview.before { background: repeating-linear-gradient(45deg, #E5E7EB, #E5E7EB 10px, #F3F4F6 10px, #F3F4F6 20px); color: var(--text-muted); }
  .ba-preview.after { background: linear-gradient(135deg, var(--primary) 0%, var(--primary-light) 100%); }
  .ba-preview-label { font-family: var(--font-display); font-weight: 800; font-size: 16px; line-height: 1.3; }
  .ba-preview.before .ba-preview-label { font-style: italic; opacity: 0.6; }
  .ba-stats { padding: 16px; border-top: 1px solid var(--border-light); display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px; }
  .ba-stat { padding: 8px; background: var(--bg-soft); border-radius: 6px; }
  .ba-stat-val { font-family: var(--font-display); font-weight: 800; font-size: 18px; color: var(--primary); line-height: 1; }
  .ba-card.after .ba-stat-val { color: var(--accent-dark); }
  .ba-stat-label { font-size: 11px; color: var(--text-muted); margin-top: 2px; }
  .ba-caption { text-align: center; padding: 20px; background: var(--bg-soft); border-radius: 12px; margin-top: -20px; font-size: 15px; color: var(--text); line-height: 1.5; }
  .ba-caption strong { color: var(--accent-dark); }
  .ba-caption cite { display: block; margin-top: 6px; font-size: 13px; color: var(--text-light); font-style: normal; }
  @media (max-width: 768px) { .before-after-row { grid-template-columns: 1fr; } .portfolio-grid { grid-template-columns: 1fr; } }

  .testimonials-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
  .testimonial { background: white; border: 1px solid var(--border); border-radius: 14px; padding: 26px; }
  .stars { color: var(--amber); font-size: 16px; letter-spacing: 2px; margin-bottom: 12px; }
  .testimonial-text { font-size: 15px; line-height: 1.6; color: var(--text); margin-bottom: 18px; }
  .testimonial-author { display: flex; align-items: center; gap: 12px; padding-top: 14px; border-top: 1px solid var(--border-light); }
  .author-avatar { width: 40px; height: 40px; border-radius: 50%; background: var(--primary); color: var(--accent); display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 14px; font-family: var(--font-display); }
  .author-info .name { font-size: 14px; font-weight: 700; color: var(--primary); }
  .author-info .role { font-size: 12px; color: var(--text-light); }
  @media (max-width: 900px) { .testimonials-grid { grid-template-columns: 1fr; max-width: 480px; margin: 0 auto; } }

  /* GUARANTEES 3 LAYERS */
  .guarantees { background: linear-gradient(135deg, var(--accent-light) 0%, white 100%); }
  .guarantees-header { text-align: center; margin-bottom: 36px; }
  .guarantees-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; max-width: 1000px; margin: 0 auto; }
  .guarantee-card { background: white; border: 2px solid var(--accent); border-radius: 16px; padding: 28px 24px; position: relative; box-shadow: 0 8px 24px rgba(16,185,129,0.08); }
  .guarantee-layer { position: absolute; top: -12px; left: 20px; background: var(--accent); color: white; padding: 4px 12px; border-radius: 999px; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.1em; }
  .guarantee-card h3 { font-size: 18px; font-weight: 800; color: var(--accent-dark); margin-bottom: 8px; margin-top: 8px; }
  .guarantee-card p { font-size: 14px; color: var(--text); line-height: 1.55; }
  .guarantee-card p strong { color: var(--accent-dark); font-weight: 700; }
  .guarantee-summary { text-align: center; margin-top: 32px; font-family: 'Instrument Serif', serif; font-size: clamp(18px, 2.2vw, 24px); font-style: italic; color: var(--accent-dark); line-height: 1.4; max-width: 760px; margin-left: auto; margin-right: auto; }
  .payment-options { max-width: 720px; margin: 40px auto 0; background: white; border: 1px solid var(--border); border-radius: 14px; padding: 24px; }
  .payment-options-title { text-align: center; font-size: 13px; font-weight: 700; color: var(--text-muted); text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: 18px; }
  .payment-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
  .payment-option { padding: 18px 20px; border: 1.5px solid var(--border); border-radius: 12px; background: var(--bg-soft); position: relative; }
  .payment-option.recommended { border-color: var(--accent); background: var(--accent-light); }
  .payment-option.recommended::after { content: 'â˜… Rekomendowana'; position: absolute; top: -10px; right: 12px; background: var(--accent); color: white; padding: 3px 10px; border-radius: 999px; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.08em; }
  .payment-option h4 { font-size: 15px; font-weight: 700; color: var(--primary); margin-bottom: 4px; font-family: var(--font-display); }
  .payment-option p { font-size: 13px; color: var(--text-muted); line-height: 1.5; }
  .payment-option p strong { color: var(--primary); }
  @media (max-width: 768px) {
    .guarantees-grid { grid-template-columns: 1fr; }
    .payment-grid { grid-template-columns: 1fr; }
  }

  .faq-list { max-width: 780px; margin: 0 auto; }
  .faq-item { background: white; border: 1px solid var(--border); border-radius: 12px; margin-bottom: 12px; overflow: hidden; transition: border-color 0.2s; }
  .faq-item.open { border-color: var(--accent); }
  .faq-q { width: 100%; background: none; border: none; padding: 20px 24px; text-align: left; font-family: inherit; font-size: 16px; font-weight: 600; color: var(--primary); cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 16px; }
  .faq-icon { width: 24px; height: 24px; border-radius: 50%; background: var(--bg-soft); display: flex; align-items: center; justify-content: center; transition: all 0.2s; flex-shrink: 0; font-size: 18px; font-weight: 600; color: var(--primary); }
  .faq-item.open .faq-icon { background: var(--accent); color: white; transform: rotate(45deg); }
  .faq-a { max-height: 0; overflow: hidden; transition: max-height 0.3s ease; }
  .faq-item.open .faq-a { max-height: 500px; }
  .faq-a-inner { padding: 0 24px 22px; color: var(--text-muted); line-height: 1.65; font-size: 15px; }

  .final-cta { background: linear-gradient(135deg, var(--primary) 0%, var(--primary-light) 100%); color: white; position: relative; overflow: hidden; }
  .final-cta::before { content: ''; position: absolute; top: 50%; right: -100px; transform: translateY(-50%); width: 400px; height: 400px; background: radial-gradient(circle, var(--accent-glow) 0%, transparent 60%); opacity: 0.4; }
  .cta-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: start; position: relative; z-index: 1; }
  .final-cta h2 { color: white; font-size: clamp(28px, 4vw, 42px); margin-bottom: 18px; }
  .final-cta h2 span { color: var(--accent); }
  .final-cta .lead { font-size: 17px; color: rgba(255,255,255,0.85); line-height: 1.6; margin-bottom: 24px; }
  .cta-features { list-style: none; margin-bottom: 28px; }
  .cta-features li { padding: 8px 0; color: rgba(255,255,255,0.9); font-size: 15px; display: flex; align-items: center; gap: 10px; }
  .cta-features li::before { content: 'âœ“'; color: var(--accent); font-weight: 800; }
  .cta-signature { display: flex; align-items: center; gap: 14px; padding: 16px 18px; background: rgba(255,255,255,0.05); border-radius: 12px; border: 1px solid rgba(255,255,255,0.08); }
  .cta-signature-avatar { width: 44px; height: 44px; border-radius: 50%; background: rgba(255,255,255,0.1); border: 2px solid var(--accent); display: flex; align-items: center; justify-content: center; color: var(--accent); font-weight: 800; font-size: 16px; font-family: var(--font-display); flex-shrink: 0; }
  .cta-signature-text { font-size: 13px; color: rgba(255,255,255,0.9); line-height: 1.5; font-style: italic; }
  .cta-signature-text strong { color: white; font-style: normal; display: block; margin-top: 3px; font-size: 13px; }

  .form-card { background: white; border-radius: 16px; padding: 32px; color: var(--text); box-shadow: 0 20px 60px rgba(0,0,0,0.3); }
  .form-card h3 { font-family: var(--font-display); font-size: 22px; font-weight: 800; color: var(--primary); margin-bottom: 6px; }
  .form-card .sub { font-size: 14px; color: var(--text-muted); margin-bottom: 22px; }
  .form-group { margin-bottom: 16px; }
  .form-group label { display: block; font-size: 13px; font-weight: 600; color: var(--primary); margin-bottom: 8px; }
  .form-group input, .form-group select, .form-group textarea { width: 100%; padding: 14px 16px; border: 1.5px solid var(--border); border-radius: 10px; font-size: 16px; font-family: inherit; transition: border-color 0.2s; background: white; color: var(--text); resize: vertical; }
  .form-group input:focus, .form-group select:focus, .form-group textarea:focus { outline: none; border-color: var(--accent); box-shadow: 0 0 0 3px var(--accent-glow); }
  .channel-group { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
  .channel-btn { padding: 14px 10px; background: white; border: 1.5px solid var(--border); border-radius: 10px; font-size: 13px; font-weight: 600; color: var(--primary); cursor: pointer; text-align: center; transition: all 0.15s; font-family: inherit; display: flex; flex-direction: column; align-items: center; gap: 6px; }
  .channel-btn:hover { border-color: var(--accent); background: var(--accent-light); }
  .channel-btn.active { border-color: var(--accent); background: var(--accent-light); color: var(--accent-dark); }
  .channel-emoji { font-size: 22px; }
  .message-toggle { background: none; border: none; color: var(--accent-dark); font-size: 13px; font-weight: 600; cursor: pointer; padding: 4px 0; font-family: inherit; text-decoration: underline; text-underline-offset: 3px; }
  .message-toggle:hover { color: var(--accent); }
  .message-area { max-height: 0; overflow: hidden; transition: max-height 0.3s ease; }
  .message-area.open { max-height: 200px; margin-top: 14px; }
  .form-submit { width: 100%; background: var(--accent); color: white; border: none; padding: 16px; border-radius: 10px; font-size: 16px; font-weight: 700; cursor: pointer; transition: all 0.2s; font-family: inherit; margin-top: 6px; box-shadow: 0 4px 14px var(--accent-glow); }
  .form-submit:hover { background: var(--accent-dark); transform: translateY(-1px); }
  .form-note { text-align: center; font-size: 12px; color: var(--text-light); margin-top: 14px; line-height: 1.5; }

  .post-form-timeline { margin-top: 24px; padding: 22px; background: var(--bg-soft); border-radius: 12px; border: 1px solid var(--border-light); }
  .post-form-title { font-size: 13px; font-weight: 700; color: var(--primary); text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 14px; text-align: center; font-family: var(--font-display); }
  .post-form-steps { display: grid; gap: 10px; }
  .post-form-step { display: grid; grid-template-columns: 24px 1fr; gap: 10px; align-items: flex-start; font-size: 13px; color: var(--text-muted); line-height: 1.4; }
  .post-form-step-num { width: 24px; height: 24px; border-radius: 50%; background: var(--accent); color: white; display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: 11px; font-family: var(--font-display); }
  .post-form-step strong { color: var(--primary); font-weight: 600; }

  .form-success { text-align: center; padding: 20px 0; }
  .form-success-icon { width: 70px; height: 70px; border-radius: 50%; background: var(--accent-light); color: var(--accent); display: flex; align-items: center; justify-content: center; font-size: 36px; font-weight: 800; margin: 0 auto 18px; }
  .form-success h3 { color: var(--primary); margin-bottom: 10px; }
  .form-success p { color: var(--text-muted); font-size: 15px; line-height: 1.6; }
  @media (max-width: 900px) { .cta-inner { grid-template-columns: 1fr; gap: 40px; } }

  .modal-overlay { display: none; position: fixed; inset: 0; background: rgba(10, 37, 64, 0.75); backdrop-filter: blur(4px); z-index: 1000; align-items: center; justify-content: center; padding: 20px; }
  .modal-overlay.open { display: flex; }
  .modal { background: white; border-radius: 16px; max-width: 520px; width: 100%; max-height: 90vh; overflow-y: auto; padding: 36px 32px; position: relative; }
  .modal-close { position: absolute; top: 16px; right: 16px; width: 32px; height: 32px; border-radius: 50%; background: var(--bg-soft); border: none; cursor: pointer; font-size: 18px; color: var(--text-muted); display: flex; align-items: center; justify-content: center; }
  .modal-close:hover { background: var(--border); color: var(--primary); }
  .modal h3 { font-family: var(--font-display); font-size: 22px; font-weight: 800; color: var(--primary); margin-bottom: 6px; }
  .modal .step-label { font-size: 12px; color: var(--accent-dark); font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 4px; }
  .modal .sub { font-size: 14px; color: var(--text-muted); margin-bottom: 22px; }
  .quiz-options { display: flex; flex-direction: column; gap: 10px; margin-bottom: 20px; }
  .quiz-option { padding: 14px 18px; background: white; border: 1.5px solid var(--border); border-radius: 10px; font-size: 15px; color: var(--text); cursor: pointer; text-align: left; transition: all 0.15s; font-family: inherit; font-weight: 500; }
  .quiz-option:hover { border-color: var(--accent); background: var(--accent-light); transform: translateX(4px); }
  .quiz-result { text-align: center; padding: 10px 0; }
  .quiz-result-badge { display: inline-block; padding: 6px 14px; background: var(--accent); color: white; border-radius: 999px; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 14px; }
  .quiz-result h4 { font-family: var(--font-display); font-size: 26px; font-weight: 800; color: var(--primary); margin-bottom: 8px; }
  .quiz-result .price { font-family: var(--font-display); font-size: 32px; font-weight: 800; color: var(--accent); margin-bottom: 14px; }
  .quiz-result p { color: var(--text-muted); margin-bottom: 18px; line-height: 1.55; }
  .quiz-result-features { text-align: left; padding: 16px; background: var(--bg-soft); border-radius: 10px; margin-bottom: 20px; }
  .quiz-result-features li { font-size: 14px; padding: 4px 0; list-style: none; display: flex; gap: 8px; align-items: flex-start; }
  .quiz-result-features li::before { content: 'âœ“'; color: var(--accent); font-weight: 800; }
  .quiz-actions { display: flex; flex-direction: column; gap: 8px; }

  footer { background: var(--primary-dark); color: rgba(255,255,255,0.7); padding: 40px 0 24px; font-size: 14px; }
  .footer-inner { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 16px; }
  .footer-logo { font-family: var(--font-display); color: white; font-weight: 700; font-size: 16px; display: flex; align-items: center; gap: 8px; }
  .footer-logo span { color: var(--accent); }
  .footer-links { display: flex; gap: 24px; flex-wrap: wrap; }
  .footer-links a { color: rgba(255,255,255,0.7); text-decoration: none; transition: color 0.2s; }
  .footer-links a:hover { color: white; }
  .footer-bottom { margin-top: 24px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,0.1); text-align: center; font-size: 12px; color: rgba(255,255,255,0.5); }

  .sticky-mobile { display: none; position: fixed; bottom: 0; left: 0; right: 0; z-index: 99; background: white; border-top: 1px solid var(--border); padding: 10px 16px; box-shadow: 0 -4px 20px rgba(0,0,0,0.08); gap: 8px; }
  .sticky-mobile a { flex: 1; text-align: center; padding: 12px; border-radius: 10px; text-decoration: none; font-weight: 600; font-size: 14px; }
  .sticky-mobile .call { background: white; color: var(--primary); border: 1.5px solid var(--border); }
  .sticky-mobile .order { background: var(--accent); color: white; }
  @media (max-width: 768px) { .sticky-mobile { display: flex; } body { padding-bottom: 70px; } }

  .theme-switcher { position: fixed; bottom: 90px; right: 24px; z-index: 999; }
  @media (min-width: 769px) { .theme-switcher { bottom: 24px; } }
  .theme-toggle-btn { width: 48px; height: 48px; border-radius: 50%; background: var(--primary); color: white; border: none; box-shadow: 0 8px 24px rgba(0,0,0,0.2); cursor: pointer; display: flex; align-items: center; justify-content: center; font-size: 22px; transition: transform 0.2s; }
  .theme-toggle-btn:hover { transform: scale(1.05); }
  .theme-panel { position: absolute; bottom: 60px; right: 0; background: white; border-radius: 14px; padding: 18px; width: 300px; max-height: 70vh; overflow-y: auto; box-shadow: 0 20px 60px rgba(0,0,0,0.2); border: 1px solid var(--border); display: none; }
  .theme-panel.open { display: block; }
  .theme-panel h4 { font-size: 11px; font-weight: 700; color: var(--text-muted); text-transform: uppercase; letter-spacing: 0.1em; margin: 0 0 8px; font-family: var(--font-body); }
  .theme-panel h4:not(:first-child) { margin-top: 16px; }
  .theme-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 5px; }
  .theme-swatch { display: flex; align-items: center; gap: 5px; padding: 7px; border: 1px solid var(--border); border-radius: 8px; cursor: pointer; background: white; transition: all 0.15s; font-size: 9px; color: var(--text-muted); font-family: var(--font-body); }
  .theme-swatch:hover { border-color: var(--primary); }
  .theme-swatch.active { border-color: var(--primary); background: var(--bg-soft); }
  .theme-swatch-dots { display: flex; gap: 2px; }
  .theme-swatch-dot { width: 9px; height: 9px; border-radius: 50%; }
  .theme-font-btn { padding: 7px 9px; border: 1px solid var(--border); border-radius: 8px; cursor: pointer; background: white; font-size: 11px; color: var(--text); font-weight: 500; transition: all 0.15s; text-align: center; }
  .theme-font-btn:hover { border-color: var(--primary); }
  .theme-font-btn.active { border-color: var(--primary); background: var(--primary); color: white; }
  .theme-font-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 5px; }
  .theme-panel-note { font-size: 10px; color: var(--text-light); margin-top: 14px; line-height: 1.4; padding-top: 12px; border-top: 1px solid var(--border-light); }
/* WordPress additions */
.custom-logo-link { display: inline-flex; align-items: center; }
.custom-logo-link img { max-height: 42px; width: auto; display: block; }
.site-main { overflow-x: clip; }
.page-shell { padding: 80px 0; }
.page-article { max-width: 760px; margin: 0 auto; }
.page-badge { display: inline-flex; align-items: center; padding: 6px 12px; border-radius: 999px; background: var(--accent-light); color: var(--accent-dark); font-size: 12px; font-weight: 700; margin-bottom: 18px; }
.page-shell--thank-you .page-article h1 { margin-bottom: 16px; }
.page-content { margin: 24px 0 28px; }
.page-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 20px; }
.page-actions .btn-primary, .page-actions .btn-secondary { text-decoration: none; }