/*
Theme Name: Bright Color Studio
Theme URI: https://www.bright-color.de/
Author: bright color
Description: A clean, SEO-oriented portfolio and service theme for bright-color.de.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 8.0
Text Domain: bright-color-studio
*/

:root {
  --bc-ink: #111316;
  --bc-text: #282d33;
  --bc-muted: #626a74;
  --bc-line: #e5e8ec;
  --bc-paper: #ffffff;
  --bc-soft: #f6f7f8;
  --bc-green: #b8c900;
  --bc-yellow: #ffd100;
  --bc-blue: #1b9dc4;
  --bc-pink: #cf1977;
  --bc-violet: #7d386d;
  --bc-max: 1120px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--bc-ink);
  background: var(--bc-paper);
  font-family: Inter, Manrope, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 18px;
  line-height: 1.65;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
}

.bc-container {
  width: min(var(--bc-max), calc(100% - 40px));
  margin: 0 auto;
}

.bc-site-header {
  border-bottom: 1px solid var(--bc-line);
  background: rgba(255, 255, 255, 0.94);
}

.bc-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 22px 0;
}

.bc-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--bc-ink);
  text-decoration: none;
  font-size: 20px;
  font-weight: 850;
}

.bc-brand img {
  width: 36px;
  height: 36px;
  object-fit: contain;
}

.bc-menu {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}

.bc-menu a {
  color: var(--bc-muted);
  text-decoration: none;
  font-size: 15px;
  font-weight: 760;
}

.bc-menu a:hover,
.bc-menu .current-menu-item > a {
  color: var(--bc-ink);
}

.bc-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 64px;
  align-items: center;
  padding: 86px 0 74px;
}

.bc-hero::after {
  content: "";
  position: absolute;
  right: 5%;
  bottom: 34px;
  width: 160px;
  height: 6px;
  background: linear-gradient(90deg, var(--bc-green), var(--bc-blue), var(--bc-pink));
  border-radius: 99px;
}

.bc-eyebrow {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  margin: 0 0 22px;
  color: var(--bc-muted);
  font-size: 14px;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.bc-eyebrow::before {
  content: "";
  width: 42px;
  height: 8px;
  border-radius: 99px;
  background: linear-gradient(90deg, var(--bc-green), var(--bc-yellow), var(--bc-blue), var(--bc-pink));
}

.bc-hero h1,
.bc-page-title {
  margin: 0;
  max-width: 820px;
  font-size: clamp(42px, 6.6vw, 82px);
  line-height: 0.98;
  font-weight: 900;
  letter-spacing: 0;
}

.bc-intro {
  max-width: 740px;
  margin: 26px 0 0;
  color: var(--bc-text);
  font-size: clamp(20px, 2.2vw, 27px);
  line-height: 1.35;
  font-weight: 680;
}

.bc-text {
  max-width: 740px;
  margin: 20px 0 0;
  color: var(--bc-muted);
  font-size: 18px;
  line-height: 1.72;
}

.bc-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 34px;
}

.bc-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 22px;
  border: 1px solid var(--bc-ink);
  border-radius: 4px;
  text-decoration: none;
  font-weight: 850;
}

.bc-button-primary {
  color: #fff;
  background: var(--bc-ink);
}

.bc-button-secondary {
  color: var(--bc-ink);
  background: #fff;
}

.bc-signbox {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 360px;
}

.bc-signbox::before {
  content: "";
  position: absolute;
  inset: 24px;
  border: 1px solid var(--bc-line);
  background: var(--bc-soft);
}

.bc-signbox img {
  position: relative;
  z-index: 1;
  width: min(330px, 90%);
  filter: drop-shadow(0 24px 30px rgba(17, 19, 22, 0.12));
}

.bc-strip {
  border-top: 1px solid var(--bc-line);
  border-bottom: 1px solid var(--bc-line);
  background: var(--bc-soft);
}

.bc-strip-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.bc-stat {
  padding: 22px 20px;
  border-right: 1px solid var(--bc-line);
}

.bc-stat:last-child {
  border-right: 0;
}

.bc-stat strong {
  display: block;
  font-size: 16px;
}

.bc-stat span {
  display: block;
  margin-top: 6px;
  color: var(--bc-muted);
  font-size: 14px;
  line-height: 1.4;
}

.bc-section {
  padding: 82px 0;
  border-bottom: 1px solid var(--bc-line);
}

.bc-section-head {
  display: grid;
  grid-template-columns: minmax(0, 0.75fr) minmax(0, 1fr);
  gap: 48px;
  align-items: start;
  margin-bottom: 42px;
}

.bc-section h2,
.bc-content h2 {
  margin: 0;
  font-size: clamp(31px, 4vw, 54px);
  line-height: 1.02;
  font-weight: 900;
  letter-spacing: 0;
}

.bc-section-head p {
  margin: 0;
  color: var(--bc-muted);
  font-size: 18px;
  line-height: 1.7;
}

.bc-services {
  display: grid;
  gap: 18px;
}

.bc-service {
  display: grid;
  grid-template-columns: 230px minmax(0, 1fr) 250px;
  gap: 28px;
  padding: 28px;
  border: 1px solid var(--bc-line);
  background: #fff;
}

.bc-service h3 {
  margin: 0;
  font-size: 26px;
  line-height: 1.1;
}

.bc-service p {
  margin: 0;
  color: var(--bc-text);
  font-size: 17px;
  line-height: 1.65;
}

.bc-service ul,
.bc-box ul,
.bc-package ul {
  margin: 0;
  padding-left: 18px;
  color: var(--bc-muted);
  line-height: 1.65;
}

.bc-markline {
  width: 56px;
  height: 8px;
  margin-bottom: 18px;
  border-radius: 99px;
  background: var(--bc-blue);
}

.bc-service:nth-child(2) .bc-markline {
  background: var(--bc-pink);
}

.bc-service:nth-child(3) .bc-markline {
  background: var(--bc-yellow);
}

.bc-service:nth-child(4) .bc-markline {
  background: var(--bc-green);
}

.bc-service:nth-child(5) .bc-markline {
  background: var(--bc-violet);
}

.bc-two,
.bc-packages {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.bc-packages {
  grid-template-columns: repeat(3, 1fr);
}

.bc-box,
.bc-package {
  padding: 28px;
  border: 1px solid var(--bc-line);
  background: #fff;
}

.bc-box h3,
.bc-package h3 {
  margin: 0 0 14px;
  font-size: 24px;
  line-height: 1.14;
}

.bc-package h3 {
  font-size: 28px;
}

.bc-package small {
  display: block;
  margin-bottom: 14px;
  color: var(--bc-violet);
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.bc-box p,
.bc-package p {
  color: var(--bc-muted);
}

.bc-process {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border: 1px solid var(--bc-line);
}

.bc-step {
  padding: 24px;
  border-right: 1px solid var(--bc-line);
  background: #fff;
}

.bc-step:last-child {
  border-right: 0;
}

.bc-step strong {
  display: block;
  margin-bottom: 18px;
  color: var(--bc-pink);
  font-size: 13px;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.bc-step h3 {
  margin: 0 0 10px;
  font-size: 20px;
}

.bc-step p {
  margin: 0;
  color: var(--bc-muted);
  font-size: 15px;
  line-height: 1.55;
}

.bc-faq {
  display: grid;
  gap: 12px;
}

.bc-faq details {
  padding: 19px 22px;
  border: 1px solid var(--bc-line);
  background: #fff;
}

.bc-faq summary {
  cursor: pointer;
  font-size: 18px;
  font-weight: 850;
}

.bc-faq p {
  margin-bottom: 0;
  color: var(--bc-muted);
  line-height: 1.65;
}

.bc-contact {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 36px;
  align-items: center;
  padding: 38px;
  color: #fff;
  background: var(--bc-ink);
}

.bc-contact h2,
.bc-contact h1 {
  margin-top: 0;
  color: #fff;
}

.bc-contact p {
  color: #d9dde2;
}

.bc-contact .bc-button {
  width: 100%;
  color: var(--bc-ink);
  background: #fff;
  border-color: #fff;
}

.bc-page {
  padding: 72px 0 88px;
}

.bc-content {
  max-width: 860px;
}

.bc-content > *:first-child {
  margin-top: 0;
}

.bc-site-footer {
  padding: 30px 0 46px;
  color: var(--bc-muted);
  font-size: 14px;
}

.bc-site-footer a {
  color: var(--bc-muted);
}

@media (max-width: 980px) {
  .bc-hero,
  .bc-section-head,
  .bc-service,
  .bc-contact {
    grid-template-columns: 1fr;
  }

  .bc-strip-grid,
  .bc-process,
  .bc-packages,
  .bc-two {
    grid-template-columns: 1fr 1fr;
  }

  .bc-stat:nth-child(2),
  .bc-step:nth-child(2),
  .bc-step:nth-child(4) {
    border-right: 0;
  }

  .bc-stat,
  .bc-step {
    border-bottom: 1px solid var(--bc-line);
  }
}

@media (max-width: 640px) {
  .bc-container {
    width: min(100% - 32px, var(--bc-max));
  }

  .bc-header-inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .bc-menu {
    gap: 12px;
  }

  .bc-hero {
    padding: 54px 0;
    gap: 36px;
  }

  .bc-signbox {
    min-height: 260px;
  }

  .bc-strip-grid,
  .bc-process,
  .bc-packages,
  .bc-two {
    grid-template-columns: 1fr;
  }

  .bc-stat,
  .bc-step {
    border-right: 0;
  }

  .bc-service {
    padding: 22px;
  }
}
