  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
  :root {
    --bg: #FFFFFF;
    --text: #121218;
    --ink: #121218;
    --ink-soft: #4B4B58;
    --line: #E7E7EC;
    --surface: #F6F6F9;
    --surface-2: #EFEFF3;
    --white: #FFFFFF;
    --accent: #4338CA;
    --accent-2: #B8860B;
    --accent-3: #0F5C46;
    --accent-light: #EEEDFC;
    --accent-text: #FFFFFF;
    --star: #F5A623;
    --star-empty: #DCDCE4;
    --stars-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 24'%3E%3Cpath d='M12 17.27 6.18 21l1.54-6.63L2 9.24l6.79-.58L12 2l3.21 6.66 6.79.58-5.72 5.13L17.82 21z'/%3E%3Cpath transform='translate(24 0)' d='M12 17.27 6.18 21l1.54-6.63L2 9.24l6.79-.58L12 2l3.21 6.66 6.79.58-5.72 5.13L17.82 21z'/%3E%3Cpath transform='translate(48 0)' d='M12 17.27 6.18 21l1.54-6.63L2 9.24l6.79-.58L12 2l3.21 6.66 6.79.58-5.72 5.13L17.82 21z'/%3E%3Cpath transform='translate(72 0)' d='M12 17.27 6.18 21l1.54-6.63L2 9.24l6.79-.58L12 2l3.21 6.66 6.79.58-5.72 5.13L17.82 21z'/%3E%3Cpath transform='translate(96 0)' d='M12 17.27 6.18 21l1.54-6.63L2 9.24l6.79-.58L12 2l3.21 6.66 6.79.58-5.72 5.13L17.82 21z'/%3E%3C/svg%3E");
  }
  html { scroll-behavior: smooth; overflow-x: clip; }
  body { font-family: 'Manrope', sans-serif; background: var(--bg); color: var(--text); line-height: 1.65; -webkit-font-smoothing: antialiased; }
  h1, h2, h3, .display { font-family: 'Bricolage Grotesque', sans-serif; font-weight: 600; line-height: 1.1; letter-spacing: -0.01em; }
  img { max-width: 100%; display: block; }
  a { color: inherit; }
  .container { max-width: 1160px; margin: 0 auto; padding: 0 2rem; }
  section { padding: 7rem 0; }

  .btn { display: inline-flex; align-items: center; gap: 0.5rem; padding: 0.95rem 1.7rem; border-radius: 999px; font-weight: 600; font-size: 0.92rem; text-decoration: none; transition: all 0.2s ease; border: 1px solid transparent; cursor: pointer; }
  .btn-primary { background: var(--accent); color: var(--white); }
  .btn-primary:hover { background: var(--accent-2); color: var(--ink); transform: translateY(-1px); }
  .btn-ghost { border-color: var(--line); color: var(--text); background: var(--surface-2); }
  .btn-ghost:hover { border-color: var(--text); }
  .btn-accent { background: linear-gradient(135deg, var(--accent) 0%, var(--accent-2) 100%); color: var(--accent-text); }
  .btn-accent:hover { filter: brightness(1.08); transform: translateY(-1px); }

  /* ---------- NAV ---------- */
  nav { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,0.88); backdrop-filter: blur(10px); border-bottom: 1px solid var(--line); }
  .nav-inner { display: flex; align-items: center; justify-content: space-between; padding: 1.2rem 0; }
  .logo { display: flex; align-items: center; gap: 0.6rem; font-family: 'Bricolage Grotesque', sans-serif; font-weight: 700; font-size: 1.15rem; text-decoration: none; color: var(--text); }
  .logo-mark { width: 40px; height: 40px; flex-shrink: 0; background: url("images/wz-mark.png") center / contain no-repeat; }
  .footer-logo .logo-mark { background-image: url("images/wz-mark-white.png"); }
  .logo-word { display: inline-flex; flex-direction: column; line-height: 1.02; }
  .logo-word-main { font-family: 'Bricolage Grotesque', sans-serif; font-weight: 700; font-size: 1.02rem; letter-spacing: 0.01em; text-transform: uppercase; }
  .logo-word-sub { font-family: 'Manrope', sans-serif; font-weight: 600; font-size: 0.55rem; letter-spacing: 0.24em; text-transform: uppercase; color: var(--ink-soft); margin-top: 3px; }
  .nav-links { display: flex; gap: 2.2rem; list-style: none; }
  .nav-links a { text-decoration: none; font-size: 0.92rem; font-weight: 500; color: var(--ink-soft); transition: color 0.2s; }
  .nav-links a:hover { color: var(--text); }
  .nav-links a.active { color: var(--accent); }
  .nav-right { display: flex; align-items: center; gap: 1rem; }
  .nav-burger { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; }
  .nav-burger span { width: 22px; height: 2px; background: var(--text); }

  /* ---------- HERO ---------- */
  .hero { padding: 5rem 0 6rem; overflow: visible; position: relative; z-index: 2; }
  .hero-grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 4rem; align-items: center; }
  .eyebrow { display: inline-flex; align-items: center; gap: 0.5rem; font-size: 0.8rem; font-weight: 600; letter-spacing: 0.04em; color: var(--accent); background: var(--accent-light); padding: 0.45rem 0.9rem; border-radius: 999px; margin-bottom: 1.5rem; }
  .eyebrow-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--accent); }
  .hero h1 { font-size: clamp(2.6rem, 4.4vw, 3.8rem); margin-bottom: 1.3rem; text-wrap: balance; }
  .hero h1 em { font-style: normal; color: var(--accent); }
  .hero h1 em:nth-of-type(2) { color: var(--accent-2); }
  .hero-sub { font-size: 1.12rem; color: var(--ink-soft); max-width: 46ch; margin-bottom: 2.2rem; }
  .hero-actions { display: flex; gap: 1rem; flex-wrap: wrap; margin-bottom: 2.8rem; }
  .hero-proof { display: flex; gap: 2.2rem; flex-wrap: wrap; }
  .hero-proof-item { display: flex; flex-direction: column; }
  .hero-proof-item strong { font-family: 'Bricolage Grotesque', sans-serif; font-size: 1.5rem; }
  .hero-proof-item span { font-size: 0.82rem; color: var(--ink-soft); }

  .hero-visual { position: relative; height: 480px; display: flex; align-items: center; justify-content: center; overflow: visible; }
  .hero-blob { position: absolute; top: -8%; left: -8%; width: 56%; height: 56%; background: radial-gradient(circle at 30% 30%, var(--accent-2) 0%, var(--accent) 45%, var(--accent-3) 100%); border-radius: 50%; filter: blur(46px); opacity: 0.3; z-index: 0; animation: blobPulse 9s ease-in-out infinite alternate; }
  .hero-blob-2 { position: absolute; bottom: -10%; right: -10%; width: 48%; height: 48%; background: radial-gradient(circle at 60% 40%, var(--accent-3) 0%, var(--accent-2) 60%, transparent 100%); border-radius: 50%; filter: blur(50px); opacity: 0.28; z-index: 0; animation: blobPulse 11s ease-in-out infinite alternate-reverse; }

  .hero-video-panel { position: absolute; top: -14%; left: 4%; width: 116%; height: 132%; z-index: 1; animation: videoFloat 7s ease-in-out infinite;
    -webkit-mask-image: radial-gradient(ellipse 58% 56% at 52% 46%, #000 40%, rgba(0,0,0,0) 80%);
    mask-image: radial-gradient(ellipse 58% 56% at 52% 46%, #000 40%, rgba(0,0,0,0) 80%); }
  .hero-video-panel video, .hero-video-panel img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.7s cubic-bezier(0.2, 0.7, 0.2, 1); }
  .hero-video-panel:hover img { transform: scale(1.06); }

  @keyframes blobPulse { 0% { transform: scale(1) translate(0, 0); } 100% { transform: scale(1.1) translate(-3%, 3%); } }
  @keyframes videoFloat { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }

  /* ---------- HERO (centered · Apple-style) ---------- */
  .hero-center { padding: 4.5rem 0 5.5rem; text-align: center; }
  .hero-center .container { max-width: 860px; }
  .hero-center .eyebrow { margin-top: 0; }
  .hero-center h1 { font-size: clamp(2.6rem, 5.2vw, 4.3rem); letter-spacing: -0.02em; margin: 0 auto 1.5rem; max-width: 15ch; }
  .hero-center .hero-sub { margin: 0 auto 2.4rem; max-width: 52ch; }
  .hero-center .hero-actions { justify-content: center; margin-bottom: 3.2rem; }
  .hero-center .hero-proof { justify-content: center; gap: 3.2rem; }
  .hero-center .hero-proof-item { align-items: center; }

  .hero-logo { position: relative; width: 168px; height: 168px; margin: 0 auto 2.4rem; }
  .hero-logo::before { content: ""; position: absolute; inset: -34%; border-radius: 50%; z-index: 0;
    background: radial-gradient(circle at 50% 45%, rgba(67,56,202,0.16), rgba(184,134,11,0.10) 42%, transparent 70%); filter: blur(6px); }
  .hero-logo-ring { display: none; }
  .hero-logo-mark { position: absolute; inset: 0; z-index: 1; background: url("images/wz-mark.png") center / contain no-repeat; animation: spin 20s linear infinite; will-change: transform; }
  @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }

  .hero-photo-band { max-width: 1000px; margin: 4.5rem auto 0; padding: 0 2rem; }
  .hero-photo-band img { width: 100%; display: block; transition: transform 0.8s cubic-bezier(0.2, 0.7, 0.2, 1);
    -webkit-mask-image: radial-gradient(ellipse 92% 84% at 50% 42%, #000 52%, rgba(0,0,0,0) 100%);
    mask-image: radial-gradient(ellipse 92% 84% at 50% 42%, #000 52%, rgba(0,0,0,0) 100%); }
  .hero-photo-band:hover img { transform: scale(1.03); }

  @media (max-width: 560px) {
    .hero-logo { width: 128px; height: 128px; }
    .hero-center .hero-proof { gap: 1.8rem; }
  }
  @media (prefers-reduced-motion: reduce) {
    .hero-logo-ring { animation: none; }
  }

  /* ---------- LOGOS / STRIP ---------- */
  .strip { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--surface); }
  .strip .container { padding-top: 1.8rem; padding-bottom: 1.8rem; display: flex; align-items: center; gap: 2.5rem; flex-wrap: wrap; justify-content: center; }
  .strip-label { font-size: 0.8rem; color: var(--ink-soft); font-weight: 600; letter-spacing: 0.03em; }
  .strip-names { display: flex; gap: 2.2rem; flex-wrap: wrap; }
  .strip-names span { font-family: 'Bricolage Grotesque', sans-serif; font-weight: 600; font-size: 1.05rem; color: var(--ink-soft); }

  /* ---------- SECTION HEAD ---------- */
  .section-head { max-width: 620px; margin-bottom: 3.5rem; }
  .section-head.center { margin-left: auto; margin-right: auto; text-align: center; }
  .section-label { font-size: 0.8rem; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; color: var(--accent); margin-bottom: 0.9rem; display: block; }
  .section-head h2 { font-size: clamp(1.9rem, 3.2vw, 2.6rem); margin-bottom: 0.9rem; }
  .section-head p { color: var(--ink-soft); font-size: 1.02rem; }

  /* ---------- SERVICES ---------- */
  .services { background: var(--surface); }
  .services-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.4rem; }
  .service-card { background: var(--surface-2); border: 1px solid var(--line); border-radius: 16px; padding: 2rem 1.7rem; }
  .service-icon { width: 44px; height: 44px; border-radius: 12px; background: var(--accent-light); color: var(--accent); display: flex; align-items: center; justify-content: center; margin-bottom: 1.3rem; }
  .service-icon svg { width: 22px; height: 22px; stroke: currentColor; fill: none; stroke-width: 1.8; }
  .service-card h3 { font-size: 1.1rem; margin-bottom: 0.6rem; }
  .service-card p { color: var(--ink-soft); font-size: 0.92rem; }

  /* ---------- PORTFOLIO ---------- */
  .portfolio-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.8rem; }
  .case-card { border: 1px solid var(--line); border-radius: 18px; overflow: hidden; text-decoration: none; color: var(--text); display: block; }
  .case-photo { aspect-ratio: 16/10; overflow: hidden; background: var(--surface); }
  .case-photo img { width: 100%; height: 100%; object-fit: cover; object-position: top; transition: transform 0.4s; }
  .case-card:hover .case-photo img { transform: scale(1.06); }
  .case-body { padding: 1.6rem 1.7rem 1.9rem; }
  .case-tag { font-size: 0.76rem; font-weight: 700; letter-spacing: 0.05em; text-transform: uppercase; color: var(--accent); margin-bottom: 0.6rem; display: block; }
  .case-body h3 { font-size: 1.3rem; margin-bottom: 0.5rem; }
  .case-body p { color: var(--ink-soft); font-size: 0.94rem; margin-bottom: 1rem; }
  .case-link { font-size: 0.88rem; font-weight: 600; display: inline-flex; align-items: center; gap: 0.4rem; }
  .case-link svg { width: 15px; height: 15px; stroke: currentColor; fill: none; stroke-width: 2; transition: transform 0.2s; }
  .case-card:hover .case-link svg { transform: translate(3px,-3px); }

  /* ---------- TESTIMONIALS ---------- */
  .testimonials { background: var(--surface); }
  .testimonial-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.8rem; }
  .testimonial-card { position: relative; background: var(--white); border: 1px solid var(--line); border-radius: 18px; padding: 2.4rem 2.1rem 2rem; display: flex; flex-direction: column; overflow: hidden; }
  .testimonial-card::before { content: "\201C"; position: absolute; top: 0.5rem; right: 1.4rem; font-family: 'Bricolage Grotesque', sans-serif; font-weight: 700; font-size: 4.6rem; line-height: 1; color: var(--accent); opacity: 0.14; pointer-events: none; }
  .testimonial-quote { position: relative; font-family: 'Bricolage Grotesque', sans-serif; font-weight: 500; font-size: 1.18rem; line-height: 1.5; color: var(--text); text-wrap: pretty; margin-bottom: 1.8rem; }
  .testimonial-author { display: flex; align-items: center; gap: 0.9rem; margin-top: auto; padding-top: 1.4rem; border-top: 1px solid var(--line); }
  .testimonial-avatar { width: 46px; height: 46px; border-radius: 50%; flex-shrink: 0; background: var(--accent); color: var(--white); display: flex; align-items: center; justify-content: center; font-family: 'Bricolage Grotesque', sans-serif; font-weight: 700; font-size: 1.05rem; }
  .testimonial-author strong { display: block; font-size: 0.98rem; color: var(--text); }
  .testimonial-author .testimonial-role { font-size: 0.85rem; color: var(--ink-soft); }

  /* ---------- STAR RATING (Google-style) ---------- */
  .stars {
    --rating: 5;
    --star-size: 1.3rem;
    display: inline-block;
    width: calc(var(--star-size) * 5);
    height: var(--star-size);
    flex-shrink: 0;
    vertical-align: middle;
    background: linear-gradient(to right, var(--star) 0, var(--star) calc(var(--rating) / 5 * 100%), var(--star-empty) calc(var(--rating) / 5 * 100%), var(--star-empty) 100%);
    -webkit-mask: var(--stars-mask) center / contain no-repeat;
    mask: var(--stars-mask) center / contain no-repeat;
  }
  .stars--sm { --star-size: 1.05rem; }
  .stars--lg { --star-size: 1.7rem; }

  .rating-summary { display: inline-flex; align-items: center; gap: 0.85rem; flex-wrap: wrap; justify-content: center; margin: 1.4rem auto 0; padding: 0.65rem 1.3rem; background: var(--white); border: 1px solid var(--line); border-radius: 999px; box-shadow: 0 12px 26px -20px rgba(18,18,24,0.25); }
  .rating-score { font-family: 'Bricolage Grotesque', sans-serif; display: inline-flex; align-items: baseline; gap: 0.25rem; }
  .rating-score strong { font-size: 1.3rem; font-weight: 700; color: var(--ink); }
  .rating-score .rating-score-max { font-size: 0.9rem; font-weight: 600; color: var(--ink-soft); }
  .rating-count { font-size: 0.9rem; color: var(--ink-soft); padding-left: 0.85rem; border-left: 1px solid var(--line); }
  .rating-count .rating-count-num { font-weight: 700; color: var(--ink); }
  @media (max-width: 460px) {
    .rating-count { border-left: none; padding-left: 0; }
  }

  .testimonial-card .stars { margin-bottom: 1.1rem; }
  .hero-proof-rating .stars { margin-bottom: 0.45rem; }
  .hero-proof-rating strong { font-family: 'Bricolage Grotesque', sans-serif; }
  .hero-proof-rating .hero-rating-max { color: var(--ink-soft); font-weight: 600; }

  /* ---------- PRICING ---------- */
  .pricing { background: var(--surface); }
  .pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.6rem; align-items: stretch; }
  .price-card { position: relative; background: var(--white); border: 1px solid var(--line); border-radius: 20px; padding: 2.3rem 1.9rem 2rem; display: flex; flex-direction: column; }
  .price-card.featured { border-color: var(--accent); box-shadow: 0 22px 46px -24px rgba(67,56,202,0.5); }
  .price-badge { position: absolute; top: -0.85rem; left: 1.9rem; background: var(--accent); color: var(--white); font-size: 0.7rem; font-weight: 700; letter-spacing: 0.05em; text-transform: uppercase; padding: 0.4rem 0.85rem; border-radius: 999px; }
  .price-name { font-family: 'Bricolage Grotesque', sans-serif; font-size: 1.25rem; font-weight: 600; margin-bottom: 0.4rem; }
  .price-desc { color: var(--ink-soft); font-size: 0.9rem; line-height: 1.5; margin-bottom: 1.5rem; }
  .price-amount { display: flex; align-items: baseline; gap: 0.4rem; margin-bottom: 1.6rem; padding-bottom: 1.6rem; border-bottom: 1px solid var(--line); }
  .price-from { font-size: 0.8rem; color: var(--ink-soft); font-weight: 600; }
  .price-value { font-family: 'Bricolage Grotesque', sans-serif; font-size: 2rem; font-weight: 700; color: var(--text); letter-spacing: -0.01em; }
  .price-features { list-style: none; display: flex; flex-direction: column; gap: 0.8rem; margin-bottom: 1.9rem; flex: 1; }
  .price-features li { display: flex; align-items: flex-start; gap: 0.6rem; font-size: 0.92rem; color: var(--ink-soft); line-height: 1.45; }
  .price-features svg { width: 18px; height: 18px; flex-shrink: 0; margin-top: 2px; stroke: var(--accent); fill: none; stroke-width: 2.4; }
  .price-card .btn { width: 100%; justify-content: center; margin-top: auto; }
  .pricing-note { text-align: center; margin-top: 2.6rem; color: var(--ink-soft); font-size: 0.92rem; }
  .pricing-note a { color: var(--accent); font-weight: 600; text-decoration: none; }
  .pricing-note a:hover { text-decoration: underline; }

  /* ---------- PROCESS ---------- */
  .process { background: var(--ink); color: var(--white); }
  .process .section-label { color: #A8A3F5; }
  .process .section-head h2 { color: var(--white); }
  .process .section-head p { color: #B7B6C4; }
  .process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; }
  .process-step { border: 1px solid rgba(255,255,255,0.14); border-radius: 16px; padding: 1.8rem; }
  .process-num { font-family: 'Bricolage Grotesque', sans-serif; font-size: 0.85rem; font-weight: 700; color: var(--accent-light); background: rgba(79,56,202,0.35); width: 32px; height: 32px; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin-bottom: 1.2rem; }
  .process-step h3 { font-size: 1.05rem; margin-bottom: 0.6rem; }
  .process-step p { color: #B7B6C4; font-size: 0.88rem; }

  /* ---------- ABOUT / FOUNDERS ---------- */
  .about-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.8rem; }
  .founder-card { border: 1px solid var(--line); border-radius: 18px; padding: 2.2rem; }
  .founder-avatar { width: 60px; height: 60px; border-radius: 50%; background: var(--accent); color: var(--white); display: flex; align-items: center; justify-content: center; font-family: 'Bricolage Grotesque', sans-serif; font-weight: 700; font-size: 1.2rem; margin-bottom: 1.4rem; }
  .founder-card h3 { font-size: 1.15rem; margin-bottom: 0.2rem; }
  .founder-role { color: var(--accent); font-size: 0.85rem; font-weight: 600; margin-bottom: 1rem; display: block; }
  .founder-card p { color: var(--ink-soft); font-size: 0.94rem; }
  .about-note { background: var(--accent-light); border: 1px solid var(--line); border-radius: 18px; padding: 2.2rem; grid-column: 1 / -1; }
  .about-note p { font-family: 'Bricolage Grotesque', sans-serif; font-size: 1.25rem; font-weight: 500; color: var(--text); text-wrap: balance; }

  /* ---------- CONTACT ---------- */
  .contact { background: var(--surface); }
  .contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 3.5rem; align-items: start; }
  .contact-info h2 { font-size: clamp(1.9rem, 3.2vw, 2.6rem); margin-bottom: 1rem; }
  .contact-info p { color: var(--ink-soft); margin-bottom: 2rem; max-width: 40ch; }
  .contact-detail { display: flex; align-items: center; gap: 0.8rem; margin-bottom: 1rem; text-decoration: none; font-weight: 600; font-size: 0.98rem; }
  .contact-detail-icon { width: 38px; height: 38px; border-radius: 10px; background: var(--surface-2); border: 1px solid var(--line); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
  .contact-detail-icon svg { width: 17px; height: 17px; stroke: var(--accent); fill: none; stroke-width: 1.8; }

  .contact-form { background: var(--surface-2); border: 1px solid var(--line); border-radius: 18px; padding: 2.2rem; display: flex; flex-direction: column; gap: 1.1rem; }
  .form-row-two { display: grid; grid-template-columns: 1fr 1fr; gap: 1.1rem; }
  .contact-form label { font-size: 0.78rem; font-weight: 600; letter-spacing: 0.03em; text-transform: uppercase; color: var(--ink-soft); margin-bottom: 0.4rem; display: block; }
  .contact-form input, .contact-form textarea { width: 100%; padding: 0.85rem 1rem; border: 1px solid var(--line); border-radius: 10px; font-family: inherit; font-size: 0.94rem; background: var(--surface); color: var(--text); }
  .contact-form input:focus, .contact-form textarea:focus { outline: none; border-color: var(--accent); background: var(--white); }
  .contact-form textarea { resize: vertical; min-height: 100px; }
  .contact-success { display: none; text-align: center; padding: 2rem 1rem; }
  .contact-success h3 { font-size: 1.3rem; margin-bottom: 0.5rem; }
  .contact-success p { color: var(--ink-soft); }

  /* ---------- FOOTER ---------- */
  footer { background: var(--ink); color: #B7B6C4; padding: 3.5rem 0 2rem; }
  .footer-inner { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 1.5rem; padding-bottom: 2rem; border-bottom: 1px solid rgba(255,255,255,0.12); margin-bottom: 1.5rem; }
  .footer-logo { display: flex; align-items: center; gap: 0.6rem; font-family: 'Bricolage Grotesque', sans-serif; font-weight: 700; color: var(--white); font-size: 1.05rem; }
  .footer-links { display: flex; gap: 1.8rem; list-style: none; }
  .footer-links a { color: #B7B6C4; text-decoration: none; font-size: 0.9rem; }
  .footer-links a:hover { color: var(--white); }
  .footer-bottom { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 0.8rem; font-size: 0.8rem; }

  @media (max-width: 900px) {
    .hero-grid, .contact-grid, .about-grid { grid-template-columns: 1fr; }
    .hero-visual { height: 340px; margin-top: 1rem; }
    .hero-video-badge { width: min(56%, 260px); }
    .services-grid { grid-template-columns: repeat(2, 1fr); }
    .portfolio-grid { grid-template-columns: 1fr; }
    .testimonial-grid { grid-template-columns: 1fr; }
    .pricing-grid { grid-template-columns: 1fr; max-width: 420px; margin-left: auto; margin-right: auto; }
    .process-grid { grid-template-columns: repeat(2, 1fr); }
    .about-note { grid-column: auto; }
    .container { padding: 0 1.25rem; }
    .nav-right { gap: 0.6rem; }
    .nav-right .btn-primary { padding: 0.5rem 0.85rem; font-size: 0.78rem; white-space: nowrap; }
    .lang-switch { flex-shrink: 0; }
    .nav-links {
      display: none; position: absolute; top: 100%; left: 0; right: 0;
      flex-direction: column; gap: 0; background: var(--surface-2); border-bottom: 1px solid var(--line);
      padding: 0.5rem 1.25rem 1rem;
    }
    .nav-links.nav-open { display: flex; }
    .nav-links li { border-top: 1px solid var(--line); }
    .nav-links a { display: block; padding: 0.9rem 0; }
    .nav-burger { display: flex; }
    section { padding: 4.5rem 0; }
  }
  @media (max-width: 560px) {
    .services-grid, .process-grid { grid-template-columns: 1fr; }
    .form-row-two { grid-template-columns: 1fr; }
    .hero-actions .btn { flex: 1; justify-content: center; }
    /* Na telefonie: czysty pasek = logo + języki + hamburger. Przycisk CTA jest w hero i stopce. */
    .nav-right .btn-primary { display: none; }
    .logo-word-sub { display: none; }
  }

/* ---------- SUBPAGE HEADER ---------- */
.page-header { padding: 4.5rem 0 3.5rem; border-bottom: 1px solid var(--line); background: var(--surface); }
.page-header .section-head { margin-bottom: 0; }
.breadcrumb { font-size: 0.85rem; color: var(--ink-soft); margin-bottom: 1.1rem; }
.breadcrumb a { color: var(--ink-soft); text-decoration: none; }
.breadcrumb a:hover { color: var(--ink); }

/* ---------- HOME TEASERS ---------- */
.teaser-foot { text-align: center; margin-top: 2.6rem; }
.services-grid.teaser { grid-template-columns: repeat(4, 1fr); }
.process-grid.teaser { grid-template-columns: repeat(4, 1fr); }
.about-teaser { display: grid; grid-template-columns: 1fr 1fr; gap: 1.8rem; align-items: center; }
.about-teaser .founder-row { display: flex; gap: 1.5rem; }
.about-teaser .founder-mini { display: flex; align-items: center; gap: 0.8rem; }
.about-teaser .founder-mini .founder-avatar { width: 44px; height: 44px; font-size: 0.95rem; margin-bottom: 0; }
.about-teaser .founder-mini strong { display: block; font-size: 0.95rem; }
.about-teaser .founder-mini span { font-size: 0.8rem; color: var(--ink-soft); }
.contact-teaser { background: var(--ink); border: 1px solid rgba(255,255,255,0.12); color: var(--white); border-radius: 24px; padding: 3.5rem; text-align: center; }
.contact-teaser h2 { color: var(--white); font-size: clamp(1.8rem, 3vw, 2.4rem); margin-bottom: 0.9rem; }
.contact-teaser p { color: #B7B6C4; margin-bottom: 1.8rem; max-width: 46ch; margin-left: auto; margin-right: auto; }

/* ---------- VALUES (o-nas subpage) ---------- */
.values-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.4rem; margin-top: 1rem; }
.value-card { border: 1px solid var(--line); border-radius: 16px; padding: 1.8rem; }
.value-card h3 { font-size: 1rem; margin-bottom: 0.5rem; }
.value-card p { color: var(--ink-soft); font-size: 0.9rem; }

/* ---------- FAQ (kontakt + wycena subpage) ---------- */
.faq-item { border-top: 1px solid var(--line); padding: 1.4rem 0; }
.faq-item:last-child { border-bottom: 1px solid var(--line); }
.faq-item h3 { font-size: 1rem; margin-bottom: 0.5rem; }
.faq-item p { color: var(--ink-soft); font-size: 0.92rem; }
.faq-item p a { color: var(--accent); font-weight: 600; text-decoration: none; }
.faq-item p a:hover { text-decoration: underline; }

/* ---------- FAQ (standalone section · wycena) ---------- */
.faq-section { background: var(--surface); }
.faq-list { max-width: 760px; margin: 2.6rem auto 0; }

/* ---------- CASE STUDY (podstrony realizacji) ---------- */
.case-hero { padding: 3.5rem 0 2.5rem; }
.case-hero .breadcrumb { margin-bottom: 1.4rem; }
.case-eyebrow { font-size: 0.78rem; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; color: var(--accent); display: block; margin-bottom: 0.8rem; }
.case-hero h1 { font-size: clamp(2.2rem, 4.5vw, 3.4rem); letter-spacing: -0.02em; margin-bottom: 1rem; }
.case-lead { font-size: 1.12rem; color: var(--ink-soft); max-width: 56ch; margin-bottom: 1.9rem; }
.case-actions { display: flex; gap: 1.2rem; flex-wrap: wrap; align-items: center; margin-bottom: 2.4rem; }
.case-back { font-size: 0.9rem; font-weight: 600; color: var(--ink-soft); text-decoration: none; display: inline-flex; align-items: center; gap: 0.4rem; }
.case-back svg { width: 15px; height: 15px; stroke: currentColor; fill: none; stroke-width: 2; }
.case-back:hover { color: var(--ink); }
.case-btn-live svg { width: 15px; height: 15px; stroke: currentColor; fill: none; stroke-width: 2; }
.case-meta { display: grid; grid-template-columns: repeat(4, minmax(0, auto)); gap: 2.2rem; padding-top: 1.9rem; border-top: 1px solid var(--line); }
.case-meta div { display: flex; flex-direction: column; gap: 0.3rem; }
.case-meta dt { font-size: 0.72rem; font-weight: 700; letter-spacing: 0.05em; text-transform: uppercase; color: var(--ink-soft); }
.case-meta dd { font-family: 'Bricolage Grotesque', sans-serif; font-weight: 600; font-size: 1.02rem; color: var(--ink); }
.case-hero-media { max-width: 1160px; margin: 0 auto; padding: 0 2rem; }
.case-hero-media img { width: 100%; border-radius: 20px; border: 1px solid var(--line); display: block; }
.case-content { padding: 4.5rem 0; }
.case-content .container { max-width: 760px; }
.case-block { margin-bottom: 2.8rem; }
.case-block:last-of-type { margin-bottom: 0; }
.case-block h2 { font-size: 1.5rem; margin-bottom: 0.9rem; }
.case-block > p { color: var(--ink-soft); font-size: 1.02rem; }
.case-points { list-style: none; display: flex; flex-direction: column; gap: 1.1rem; }
.case-points li { display: flex; gap: 0.9rem; align-items: flex-start; }
.case-points .num { width: 30px; height: 30px; border-radius: 50%; background: var(--accent-light); color: var(--accent); font-family: 'Bricolage Grotesque', sans-serif; font-weight: 700; font-size: 0.85rem; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.case-points li strong { display: block; color: var(--ink); font-family: 'Bricolage Grotesque', sans-serif; font-weight: 600; font-size: 1.02rem; margin-bottom: 0.2rem; }
.case-points li .txt { color: var(--ink-soft); font-size: 0.98rem; }
.case-pullquote { margin-top: 3rem; padding: 2.1rem 2.2rem; background: var(--accent-light); border-radius: 18px; }
.case-pullquote p { font-family: 'Bricolage Grotesque', sans-serif; font-size: 1.25rem; font-weight: 500; color: var(--ink); line-height: 1.5; margin-bottom: 1rem; }
.case-pullquote .cite { font-size: 0.9rem; color: var(--ink-soft); font-weight: 600; }
.case-next { background: var(--ink); color: var(--white); text-align: center; }
.case-next h2 { color: var(--white); font-size: clamp(1.7rem, 3vw, 2.3rem); margin-bottom: 0.9rem; }
.case-next p { color: #B7B6C4; margin: 0 auto 1.9rem; max-width: 46ch; }
.case-next-actions { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }
@media (max-width: 640px) {
  .case-meta { grid-template-columns: 1fr 1fr; gap: 1.4rem; }
  .case-hero-media { padding: 0 1.25rem; }
}

@media (max-width: 900px) {
  .services-grid.teaser, .process-grid.teaser { grid-template-columns: repeat(2, 1fr); }
  .about-teaser { grid-template-columns: 1fr; }
  .values-grid { grid-template-columns: 1fr; }
  .contact-teaser { padding: 2.5rem 1.5rem; }
}

/* ---------- SOCIAL ---------- */
.social-icons { display: flex; gap: 0.7rem; }
.social-icons a { width: 36px; height: 36px; border-radius: 50%; border: 1px solid rgba(255,255,255,0.18); display: flex; align-items: center; justify-content: center; transition: border-color 0.2s, background 0.2s; }
.social-icons a:hover { border-color: rgba(255,255,255,0.4); background: rgba(255,255,255,0.06); }
.social-icons svg { width: 16px; height: 16px; fill: #B7B6C4; }
.social-icons a:hover svg { fill: var(--white); }
.contact-social { margin-top: 2rem; }
.contact-social-label { font-size: 0.78rem; font-weight: 600; letter-spacing: 0.03em; text-transform: uppercase; color: var(--ink-soft); margin-bottom: 0.9rem; display: block; }
.contact-social .social-icons a { border-color: var(--line); }
.contact-social .social-icons svg { fill: var(--ink-soft); }
.contact-social .social-icons a:hover { border-color: var(--accent); background: var(--accent-light); }
.contact-social .social-icons a:hover svg { fill: var(--accent); }
.founder-social { display: inline-flex; align-items: center; gap: 0.4rem; margin-top: 0.9rem; font-size: 0.85rem; font-weight: 600; color: var(--accent); text-decoration: none; }
.founder-social svg { width: 15px; height: 15px; fill: currentColor; }

/* ---------- SCROLL REVEAL ---------- */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity 0.7s ease, transform 0.7s ease; }
.reveal.in-view { opacity: 1; transform: translateY(0); }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  .hero-blob, .hero-blob-2, .hero-video-panel, .process::before, .contact-teaser::before { animation: none; }
}

/* ---------- HOVER GLOW (cards) ---------- */
.service-card, .case-card, .founder-card, .value-card, .process-step, .testimonial-card, .price-card {
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
.price-card:hover { transform: translateY(-4px); }
.price-card.featured:hover { box-shadow: 0 26px 52px -22px rgba(67,56,202,0.55); }
.service-card:hover, .founder-card:hover, .value-card:hover, .testimonial-card:hover {
  transform: translateY(-4px);
  border-color: rgba(67,56,202,0.35);
  box-shadow: 0 16px 30px -18px rgba(18,18,24,0.2), 0 0 26px -8px rgba(67,56,202,0.25);
}
.process-step:hover {
  transform: translateY(-4px);
  border-color: rgba(255,255,255,0.3);
  box-shadow: 0 16px 30px -18px rgba(0,0,0,0.5);
}
.case-card:hover { box-shadow: 0 20px 40px -20px rgba(18,18,24,0.25), 0 0 26px -10px rgba(67,56,202,0.2); }

/* ---------- AMBIENT GLOW (dark panels) ---------- */
.process, .contact-teaser { position: relative; overflow: hidden; }
.process::before, .contact-teaser::before {
  content: ""; position: absolute; z-index: 0; border-radius: 50%; pointer-events: none;
  filter: blur(60px); animation: blobPulse 11s ease-in-out infinite alternate;
}
.process::before { top: -25%; right: -8%; width: 45%; height: 90%; background: radial-gradient(circle, var(--accent) 0%, transparent 70%); opacity: 0.2; }
.contact-teaser::before { bottom: -35%; left: -12%; width: 60%; height: 100%; background: radial-gradient(circle, var(--accent-2) 0%, transparent 70%); opacity: 0.16; animation-direction: alternate-reverse; }
.process .container, .contact-teaser > * { position: relative; z-index: 1; }

/* ============================================================
   REDESIGN — premium / minimal overrides (cascade wins)
   ============================================================ */

/* Buttons: solid, restrained (no gradients) */
.btn-accent { background: var(--ink); color: var(--white); }
.btn-accent:hover { background: var(--accent); color: var(--white); filter: none; transform: translateY(-1px); }
.btn-primary { background: var(--accent); color: var(--white); }
.btn-primary:hover { background: #372CB0; color: var(--white); transform: translateY(-1px); }
.btn-ghost { background: var(--white); border-color: var(--line); color: var(--ink); }
.btn-ghost:hover { border-color: var(--ink); background: var(--white); transform: translateY(-1px); }
.btn-ghost--onDark { background: transparent; border-color: rgba(255,255,255,0.32); color: var(--white); }
.btn-ghost--onDark:hover { border-color: var(--white); background: rgba(255,255,255,0.07); }

/* Hero: balanced, static, contained figure */
.hero { padding: clamp(2.5rem, 5vw, 5rem) 0 clamp(3.5rem, 6vw, 6rem); overflow: hidden; position: relative; z-index: auto; }
.hero .container.hero-grid { display: grid; grid-template-columns: 1.08fr 0.92fr; gap: clamp(2rem, 5vw, 4.5rem); align-items: center; }
.hero-copy { max-width: 36rem; }
.hero-copy .eyebrow { margin-top: 0; }
.hero h1 { font-size: clamp(2.3rem, 4.4vw, 3.6rem); line-height: 1.05; letter-spacing: -0.025em; margin-bottom: 1.4rem; text-wrap: balance; }
.hero h1 em, .hero h1 em:nth-of-type(2) { font-style: normal; color: var(--accent); }
.hero-sub { font-size: clamp(1.02rem, 1.3vw, 1.15rem); color: var(--ink-soft); max-width: 48ch; margin-bottom: 2rem; line-height: 1.65; text-wrap: pretty; }
.hero-actions { margin-bottom: 0; flex-wrap: wrap; }
.hero-proof { display: flex; gap: clamp(1.4rem, 3vw, 2.4rem); flex-wrap: wrap; margin-top: 2.4rem; padding-top: 1.8rem; border-top: 1px solid var(--line); }
.hero-figure img { width: 100%; aspect-ratio: 5 / 4; object-fit: cover; border-radius: 22px; border: 1px solid var(--line); box-shadow: 0 44px 80px -46px rgba(18,18,24,0.45); transition: transform 0.6s cubic-bezier(0.2,0.7,0.2,1); }
.hero-figure:hover img { transform: translateY(-5px); }
@media (max-width: 860px) {
  .hero .container.hero-grid { grid-template-columns: 1fr; }
  .hero-figure { max-width: 540px; }
}

/* Contact teaser (dark panel) */
.contact-teaser-actions { display: flex; gap: 0.9rem; justify-content: center; flex-wrap: wrap; }
.contact-teaser .btn-accent { background: var(--accent); color: var(--white); }
.contact-teaser .btn-accent:hover { background: #372CB0; }

/* ============ FOOTER ============ */
.site-footer { background: var(--ink); color: #B7B6C4; padding: clamp(3.5rem, 6vw, 5rem) 0 2rem; }
.footer-top { display: grid; grid-template-columns: 1.7fr 1fr 1.2fr 1.3fr; gap: clamp(2rem, 4vw, 3rem); padding-bottom: 3rem; border-bottom: 1px solid rgba(255,255,255,0.1); }
.footer-brand { max-width: 36ch; }
.footer-brand .footer-logo { display: inline-flex; align-items: center; gap: 0.6rem; text-decoration: none; margin-bottom: 1.2rem; }
.site-footer .logo-word-main { color: var(--white); }
.site-footer .logo-word-sub { color: #8B8B99; }
.footer-brand p { color: #9C9AAB; font-size: 0.92rem; line-height: 1.7; margin-bottom: 1.4rem; }
.footer-social { display: flex; gap: 0.6rem; }
.footer-social a { width: 38px; height: 38px; border-radius: 10px; border: 1px solid rgba(255,255,255,0.16); display: flex; align-items: center; justify-content: center; color: #B7B6C4; transition: border-color 0.2s, color 0.2s, background 0.2s; }
.footer-social a:hover { color: var(--white); border-color: rgba(255,255,255,0.4); background: rgba(255,255,255,0.05); }
.footer-social svg { width: 18px; height: 18px; fill: currentColor; }
.footer-col h4 { color: var(--white); font-size: 0.8rem; letter-spacing: 0.05em; text-transform: uppercase; font-weight: 700; margin-bottom: 1.15rem; }
.footer-col a, .footer-loc { display: block; color: #B7B6C4; text-decoration: none; font-size: 0.92rem; margin-bottom: 0.7rem; transition: color 0.2s; }
.footer-col a:hover { color: var(--white); }
.footer-loc { color: #7C7B8A; margin-top: 0.2rem; }
.footer-cta p { color: #9C9AAB; font-size: 0.9rem; line-height: 1.6; margin-bottom: 1.1rem; }
.footer-cta .btn-accent { display: inline-flex; background: var(--accent); color: var(--white); margin-bottom: 0.9rem; }
.footer-cta .btn-accent:hover { background: #372CB0; }
.footer-textlink { display: block; color: #A8A3F5; text-decoration: none; font-size: 0.9rem; font-weight: 600; transition: color 0.2s; }
.footer-textlink:hover { color: var(--white); }
.site-footer .footer-bottom { display: flex; justify-content: space-between; gap: 1rem 2rem; flex-wrap: wrap; padding-top: 1.6rem; font-size: 0.82rem; color: #7C7B8A; }
@media (max-width: 860px) {
  .footer-top { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}
@media (max-width: 520px) { .footer-top { grid-template-columns: 1fr; } }

/* ---------- FOUNDER CONTACT CARDS (kontakt) ---------- */
.contact-intro-label { font-size: 0.78rem; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; color: var(--accent); margin-bottom: 1rem; display: block; }
.founders-contact { display: grid; grid-template-columns: 1fr; gap: 1.2rem; }
.founder-contact-card { border: 1px solid var(--line); border-radius: 18px; padding: 1.5rem 1.6rem; background: var(--white); transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease; }
.founder-contact-card:hover { transform: translateY(-2px); border-color: rgba(184,134,11,0.45); box-shadow: 0 18px 36px -24px rgba(18,18,24,0.30); }
.fc-head { display: flex; align-items: center; gap: 0.9rem; padding-bottom: 1.1rem; margin-bottom: 0.5rem; border-bottom: 1px solid var(--line); }
.fc-avatar { width: 50px; height: 50px; border-radius: 50%; background: var(--ink); color: var(--white); display: flex; align-items: center; justify-content: center; font-family: 'Bricolage Grotesque', sans-serif; font-weight: 700; font-size: 1.02rem; flex-shrink: 0; box-shadow: 0 0 0 2px var(--white), 0 0 0 3px rgba(184,134,11,0.55); }
.fc-id h3 { font-size: 1.1rem; margin: 0 0 0.15rem; }
.fc-id span { font-size: 0.82rem; color: var(--ink-soft); }
.fc-line { display: flex; align-items: center; gap: 0.75rem; padding: 0.55rem 0; text-decoration: none; color: var(--ink); font-weight: 500; font-size: 0.95rem; transition: color 0.2s; word-break: break-word; }
.fc-line:hover { color: var(--accent); }
.fc-ic { width: 34px; height: 34px; border-radius: 9px; background: var(--surface); border: 1px solid var(--line); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.fc-ic svg { width: 16px; height: 16px; stroke: var(--accent); fill: none; stroke-width: 1.7; }
.fc-phone { font-family: 'Bricolage Grotesque', sans-serif; font-weight: 700; font-size: 1.06rem; letter-spacing: 0.01em; }
.fc-phone .fc-ic { background: rgba(184,134,11,0.10); border-color: rgba(184,134,11,0.35); }
.fc-phone .fc-ic svg { stroke: var(--accent-2); }

/* ============ LANGUAGE SWITCHER ============ */
.lang-switch { display: inline-flex; align-items: center; border: 1px solid var(--line); border-radius: 999px; overflow: hidden; background: var(--white); }
.lang-btn { border: none; background: transparent; padding: 0.38rem 0.62rem; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.03em; color: var(--ink-soft); cursor: pointer; font-family: inherit; transition: color 0.2s, background 0.2s; }
.lang-btn:hover { color: var(--ink); }
.lang-btn.active { background: var(--ink); color: var(--white); }
@media (max-width: 900px) { .lang-btn { padding: 0.32rem 0.5rem; font-size: 0.68rem; } }

/* ============ LIGHT FOOTER (premium, matches airy site) ============ */
/* Reset the global top-nav styles that leak onto the footer's <nav> column */
.site-footer nav { position: static; background: transparent; backdrop-filter: none; -webkit-backdrop-filter: none; border-bottom: 0; z-index: auto; }
.site-footer { background: var(--surface); color: var(--ink-soft); border-top: 1px solid var(--line); }
.site-footer .footer-top { border-bottom: 1px solid var(--line); }
.site-footer .footer-logo .logo-mark { background-image: url("images/wz-mark.png"); }
.site-footer .logo-word-main { color: var(--ink); }
.site-footer .logo-word-sub { color: var(--ink-soft); }
.site-footer .footer-brand p { color: var(--ink-soft); }
.site-footer .footer-social a { border-color: var(--line); color: var(--ink-soft); }
.site-footer .footer-social a:hover { color: var(--ink); border-color: var(--ink-soft); background: var(--surface-2); }
.site-footer .footer-col h4 { color: var(--ink); }
.site-footer .footer-col a, .site-footer .footer-loc { color: var(--ink-soft); }
.site-footer .footer-col a:hover { color: var(--ink); }
.site-footer .footer-loc { color: #8A8A96; }
.site-footer .footer-cta p { color: var(--ink-soft); }
.site-footer .footer-cta .btn-accent { background: var(--ink); color: var(--white); }
.site-footer .footer-cta .btn-accent:hover { background: var(--accent); }
.site-footer .footer-textlink { color: var(--accent); }
.site-footer .footer-textlink:hover { color: #372CB0; }
.site-footer .footer-bottom { color: #8A8A96; }
.footer-bottom-right { display: flex; align-items: center; gap: 1.3rem; flex-wrap: wrap; }
.site-footer .footer-bottom a { color: var(--ink-soft); text-decoration: none; transition: color 0.2s; }
.site-footer .footer-bottom a:hover { color: var(--ink); }
