:root {
  --bg: #f7fafc;
  --surface: #ffffff;
  --surface-muted: #eef5f6;
  --text: #102026;
  --muted: #5a6b73;
  --accent: #0f766e;
  --accent-dark: #0b4f4a;
  --accent-soft: #d8f3ef;
  --border: #d9e4e7;
  --shadow: 0 24px 60px rgba(15, 35, 45, 0.12);
  --radius: 22px;
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
}

.container {
  width: min(100% - 40px, var(--max));
  margin: 0 auto;
}

.section {
  padding: 92px 0;
}

.muted {
  background: var(--surface-muted);
}

.narrow {
  width: min(100% - 40px, 840px);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(247, 250, 252, 0.86);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(217, 228, 231, 0.8);
}

.header-inner {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.logo-mark {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 11px;
  background: var(--text);
  color: white;
  font-size: 18px;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 24px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 600;
}

.main-nav a:hover {
  color: var(--text);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 14px;
}

.language-switch {
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 999px;
  background: var(--accent);
  color: white;
  font-weight: 800;
  border: 1px solid var(--accent);
  box-shadow: 0 12px 30px rgba(15, 118, 110, 0.22);
}

.btn:hover {
  background: var(--accent-dark);
  border-color: var(--accent-dark);
}

.btn-secondary {
  background: white;
  color: var(--text);
  border-color: var(--border);
  box-shadow: none;
}

.btn-secondary:hover {
  background: var(--surface-muted);
  border-color: var(--border);
}

.btn-small {
  min-height: 40px;
  padding: 0 16px;
  font-size: 14px;
}

.btn-light {
  background: white;
  color: var(--accent-dark);
  border-color: white;
}

.hero {
  padding-top: 96px;
  padding-bottom: 104px;
  overflow: hidden;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: center;
  gap: 70px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--accent);
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 780px;
  margin-bottom: 24px;
  font-size: clamp(44px, 7vw, 82px);
  line-height: 0.95;
  letter-spacing: -0.07em;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(32px, 4.5vw, 54px);
  line-height: 1.02;
  letter-spacing: -0.055em;
}

h3 {
  margin-bottom: 12px;
  font-size: 21px;
  line-height: 1.2;
  letter-spacing: -0.025em;
}

.hero-subtitle {
  max-width: 660px;
  color: var(--muted);
  font-size: 20px;
}

.hero-tags {
  max-width: 680px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 28px 0;
}

.hero-tags span {
  padding: 8px 12px;
  border-radius: 999px;
  background: var(--accent-soft);
  color: var(--accent-dark);
  font-size: 14px;
  font-weight: 800;
}

.hero-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 28px;
}

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
}

.trust-row span::before {
  content: "✓";
  color: var(--accent);
  margin-right: 6px;
}

.hero-visual {
  position: relative;
  min-height: 520px;
}

.browser-card {
  position: relative;
  padding: 16px;
  border-radius: 30px;
  background: white;
  box-shadow: var(--shadow);
  border: 1px solid var(--border);
  transform: rotate(2deg);
}

.browser-bar {
  height: 38px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 10px;
  border-bottom: 1px solid var(--border);
}

.browser-bar span {
  width: 11px;
  height: 11px;
  border-radius: 999px;
  background: #d7e1e4;
}

.mock-page {
  padding: 34px;
}

.mock-header {
  width: 42%;
  height: 16px;
  margin-bottom: 42px;
  border-radius: 999px;
  background: var(--surface-muted);
}

.mock-title {
  width: 80%;
  height: 58px;
  margin-bottom: 22px;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--text), #24444d);
}

.mock-line {
  width: 62%;
  height: 14px;
  margin-bottom: 12px;
  border-radius: 999px;
  background: var(--surface-muted);
}

.mock-line.wide {
  width: 92%;
}

.mock-button {
  width: 170px;
  height: 44px;
  margin-top: 28px;
  border-radius: 999px;
  background: var(--accent);
}

.mock-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 42px;
}

.mock-grid div {
  height: 110px;
  border-radius: 18px;
  background: var(--surface-muted);
}

.score-card {
  position: absolute;
  right: -10px;
  bottom: 30px;
  width: 210px;
  padding: 22px;
  border-radius: 22px;
  background: var(--text);
  color: white;
  box-shadow: var(--shadow);
}

.score-card p {
  margin-bottom: 8px;
  color: #b7c6ca;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.score-card strong {
  display: block;
  margin-bottom: 4px;
  font-size: 42px;
  letter-spacing: -0.05em;
}

.score-card span {
  color: #dce8ea;
  font-size: 14px;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 42px;
}

.section-heading.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.section-heading p:not(.eyebrow) {
  color: var(--muted);
  font-size: 18px;
}

.cards {
  display: grid;
  gap: 22px;
}

.cards.four {
  grid-template-columns: repeat(4, 1fr);
}

.card {
  padding: 28px;
  border-radius: var(--radius);
  background: var(--surface);
  border: 1px solid var(--border);
  box-shadow: 0 10px 28px rgba(15, 35, 45, 0.05);
}

.card p {
  color: var(--muted);
}

.card-icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  margin-bottom: 20px;
  border-radius: 14px;
  background: var(--accent-soft);
  color: var(--accent-dark);
  font-weight: 900;
}

.card-note {
  margin-top: 18px;
  font-size: 14px;
  font-weight: 700;
}

.portfolio-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.portfolio-card {
  padding: 16px;
  border-radius: var(--radius);
  background: var(--surface);
  border: 1px solid var(--border);
  box-shadow: 0 10px 28px rgba(15, 35, 45, 0.05);
}

.portfolio-thumb {
  height: 230px;
  display: flex;
  align-items: flex-end;
  padding: 24px;
  margin-bottom: 22px;
  border-radius: 18px;
  color: white;
  font-weight: 900;
  letter-spacing: -0.03em;
  font-size: 26px;
}

.portfolio-thumb.dark {
  background: linear-gradient(135deg, #0f172a, #334155);
}

.portfolio-thumb.beauty {
  background: linear-gradient(135deg, #7c2d12, #f0abfc);
}

.portfolio-thumb.trainer {
  background: linear-gradient(135deg, #064e3b, #94a3b8);
}

.portfolio-card p {
  color: var(--muted);
}

.portfolio-type {
  color: var(--accent) !important;
  font-size: 14px;
  font-weight: 900;
}

.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.step {
  padding: 28px;
  border-radius: var(--radius);
  background: var(--surface);
  border: 1px solid var(--border);
}

.step span {
  display: inline-flex;
  margin-bottom: 20px;
  color: var(--accent);
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.14em;
}

.step p {
  color: var(--muted);
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.price-card {
  position: relative;
  padding: 28px;
  border-radius: var(--radius);
  background: var(--surface);
  border: 1px solid var(--border);
}

.price-card.featured {
  border: 2px solid var(--accent);
  box-shadow: var(--shadow);
}

.badge {
  display: inline-flex;
  padding: 6px 10px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: var(--accent-soft);
  color: var(--accent-dark);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.price {
  margin-bottom: 22px;
  color: var(--accent-dark);
  font-size: 34px;
  font-weight: 900;
  letter-spacing: -0.05em;
}

.price-card ul {
  margin: 0;
  padding-left: 18px;
  color: var(--muted);
}

.price-card li {
  margin-bottom: 9px;
}

.pricing-note {
  margin-top: 24px;
  color: var(--muted);
  text-align: center;
}

.faq-list {
  display: grid;
  gap: 14px;
}

details {
  padding: 22px 24px;
  border-radius: 18px;
  background: white;
  border: 1px solid var(--border);
}

summary {
  cursor: pointer;
  font-weight: 900;
  letter-spacing: -0.02em;
}

details p {
  margin: 16px 0 0;
  color: var(--muted);
}

.contact-section {
  background: var(--text);
  color: white;
}

.contact-card {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  align-items: center;
  gap: 40px;
}

.contact-card h2 {
  max-width: 760px;
}

.contact-card p {
  color: #c8d7db;
  font-size: 18px;
}

.contact-card .eyebrow {
  color: #81e6d9;
}

.contact-actions {
  display: grid;
  gap: 14px;
  justify-items: start;
}

.site-footer {
  padding: 28px 0;
  background: #081216;
  color: #c8d7db;
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  font-size: 14px;
}

.footer-inner p {
  margin: 0;
}

@media (max-width: 1040px) {
  .main-nav {
    display: none;
  }

  .hero-grid,
  .contact-card {
    grid-template-columns: 1fr;
  }

  .hero-visual {
    min-height: auto;
  }

  .cards.four,
  .pricing-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .steps,
  .portfolio-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 720px) {
  .container {
    width: min(100% - 28px, var(--max));
  }

  .section {
    padding: 64px 0;
  }

  .header-inner {
    min-height: 68px;
  }

  .header-actions .btn {
    display: none;
  }

  .language-switch {
    font-size: 13px;
  }

  h1 {
    font-size: clamp(42px, 13vw, 64px);
  }

  h2 {
    font-size: clamp(30px, 9vw, 42px);
  }

  .hero {
    padding-top: 70px;
    padding-bottom: 72px;
  }

  .hero-grid {
    gap: 46px;
  }

  .hero-subtitle {
    font-size: 18px;
  }

  .hero-buttons {
    flex-direction: column;
    align-items: stretch;
  }

  .btn {
    width: 100%;
  }

  .trust-row {
    display: grid;
    gap: 10px;
  }

  .browser-card {
    transform: none;
  }

  .score-card {
    position: static;
    width: 100%;
    margin-top: 18px;
  }

  .mock-page {
    padding: 24px;
  }

  .mock-grid {
    grid-template-columns: 1fr;
  }

  .cards.four,
  .pricing-grid,
  .steps,
  .portfolio-grid {
    grid-template-columns: 1fr;
  }

  .portfolio-thumb {
    height: 190px;
  }

  .footer-inner {
    flex-direction: column;
  }
  }

  .contact-mail {
    color: white;
    font-weight: 800;
    text-decoration: underline;
    text-decoration-color: rgba(255, 255, 255, 0.35);
    text-underline-offset: 4px;
}

.contact-mail:hover {
  color: #81e6d9;
  text-decoration-color: #81e6d9;
}
	
.btn-light,
.btn-light:visited {
  background: white;
  color: var(--accent-dark);
  border-color: white;
}

.btn-light:hover,
.btn-light:focus-visible {
  background: var(--accent-soft);
  border-color: var(--accent-soft);
  color: var(--accent-dark);
}

.brief-hero {
  padding-bottom: 42px;
}

.brief-section {
  padding-top: 42px;
}

.brief-form {
  display: grid;
  gap: 26px;
}

.form-block {
  padding: 30px;
  border-radius: var(--radius);
  background: white;
  border: 1px solid var(--border);
  box-shadow: 0 10px 28px rgba(15, 35, 45, 0.05);
}

.form-block label,
fieldset label {
  display: grid;
  gap: 8px;
  margin-bottom: 18px;
  color: var(--text);
  font-weight: 800;
}

.form-block input,
.form-block textarea,
.form-block select {
  width: 100%;
  padding: 14px 15px;
  border: 1px solid var(--border);
  border-radius: 14px;
  background: #fbfdfe;
  color: var(--text);
  font: inherit;
  font-weight: 500;
}

.form-block textarea {
  resize: vertical;
}

.form-block input:focus,
.form-block textarea:focus,
.form-block select:focus {
  outline: 3px solid var(--accent-soft);
  border-color: var(--accent);
}

fieldset {
  margin: 0 0 22px;
  padding: 22px;
  border: 1px solid var(--border);
  border-radius: 18px;
}

legend {
  padding: 0 8px;
  color: var(--text);
  font-weight: 900;
}

fieldset label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 12px;
  color: var(--muted);
  font-weight: 650;
}

fieldset input[type="checkbox"],
.checkbox-line input[type="checkbox"] {
  width: auto;
  margin-top: 5px;
}

.checkbox-line {
  display: flex !important;
  align-items: flex-start;
  gap: 12px !important;
}

.notice-card {
  padding: 20px;
  margin-bottom: 22px;
  border-radius: 18px;
  background: var(--accent-soft);
  color: var(--accent-dark);
  font-weight: 700;
}

.form-note {
  color: var(--muted);
  font-size: 14px;
}

.hidden-field {
  display: none;
}

.required-mark {
  color: #dc2626;
  font-weight: 900;
}

.short-brief-form .form-block label,
.short-brief-form fieldset label {
  font-weight: 650;
}

.short-brief-form fieldset label {
  color: var(--text);
}

.short-brief-form legend {
  margin-bottom: 12px;
}

.short-brief-form input:required:invalid,
.short-brief-form textarea:required:invalid,
.short-brief-form select:required:invalid {
  border-color: #ef4444;
}

.short-brief-form input:required:valid,
.short-brief-form textarea:required:valid,
.short-brief-form select:required:valid {
  border-color: var(--border);
}

.consent-line {
  margin-top: 22px;
  padding: 18px;
  border-radius: 16px;
  background: var(--surface-muted);
}

@media (max-width: 720px) {
  .form-block {
    padding: 22px;
  }

  fieldset {
    padding: 18px;
  }

  .short-brief-form .btn {
    width: 100%;
  }
}

/* Short brief — cleaner checkbox layout */
.short-brief-form fieldset label {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 14px;
  font-weight: 700;
  line-height: 1.35;
}

.short-brief-form fieldset input[type="checkbox"] {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  margin-top: 2px;
}

.short-brief-form .form-block > label {
  display: block;
  margin-bottom: 20px;
  font-weight: 750;
}

.short-brief-form .form-block > label input,
.short-brief-form .form-block > label textarea,
.short-brief-form .form-block > label select {
  display: block;
  margin-top: 8px;
}

.short-brief-form .required-mark {
  display: inline;
  margin-left: 3px;
}

/* Beauty Concept demo */

.beauty-demo {
  --beauty-bg: #fff8f3;
  --beauty-surface: #ffffff;
  --beauty-muted: #f6ebe4;
  --beauty-text: #2b1d1a;
  --beauty-soft: #ead2c3;
  --beauty-accent: #a45f4d;
  --beauty-accent-dark: #6f3428;
  background: var(--beauty-bg);
  color: var(--beauty-text);
}

.beauty-demo .site-header {
  background: rgba(255, 248, 243, 0.88);
}

.beauty-demo .logo-mark {
  background: var(--beauty-text);
}

.beauty-demo .eyebrow {
  color: var(--beauty-accent);
}

.beauty-btn {
  background: var(--beauty-accent);
  border-color: var(--beauty-accent);
  box-shadow: 0 12px 30px rgba(164, 95, 77, 0.22);
}

.beauty-btn:hover {
  background: var(--beauty-accent-dark);
  border-color: var(--beauty-accent-dark);
}

.beauty-hero {
  padding-top: 96px;
  background:
    radial-gradient(circle at 80% 20%, rgba(234, 210, 195, 0.75), transparent 32%),
    var(--beauty-bg);
}

.beauty-hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 70px;
  align-items: center;
}

.beauty-hero h1 {
  color: var(--beauty-text);
}

.beauty-lead {
  max-width: 700px;
  margin-bottom: 18px;
  color: #5d4943;
  font-size: 22px;
}

.beauty-sub {
  max-width: 660px;
  margin-bottom: 30px;
  color: #7a625b;
  font-size: 18px;
}

.beauty-trust span::before {
  color: var(--beauty-accent);
}

.beauty-visual {
  position: relative;
  min-height: 520px;
}

.beauty-photo-card {
  min-height: 520px;
  padding: 18px;
  border-radius: 34px;
  background: white;
  border: 1px solid rgba(164, 95, 77, 0.18);
  box-shadow: 0 28px 70px rgba(80, 45, 35, 0.14);
  transform: rotate(2deg);
}

.beauty-photo-inner {
  height: 100%;
  min-height: 480px;
  display: flex;
  align-items: flex-end;
  padding: 34px;
  border-radius: 26px;
  background:
    linear-gradient(145deg, rgba(111, 52, 40, 0.22), rgba(255, 248, 243, 0.15)),
    linear-gradient(135deg, #d8ad9c, #fff3ea);
}

.beauty-photo-inner span {
  color: white;
  font-size: 42px;
  font-weight: 900;
  letter-spacing: -0.06em;
}

.beauty-floating-card {
  position: absolute;
  right: -10px;
  bottom: 42px;
  width: 250px;
  padding: 24px;
  border-radius: 24px;
  background: var(--beauty-text);
  color: white;
  box-shadow: 0 24px 60px rgba(43, 29, 26, 0.22);
}

.beauty-floating-card p {
  margin-bottom: 8px;
  color: #eacfc0;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.beauty-floating-card strong {
  display: block;
  margin-bottom: 8px;
  font-size: 20px;
  line-height: 1.15;
}

.beauty-floating-card span {
  color: #f4ded2;
  font-size: 14px;
}

.beauty-note-section {
  padding-top: 36px;
  padding-bottom: 36px;
}

.beauty-note {
  padding: 26px;
  border-radius: var(--radius);
  background: white;
  border: 1px solid rgba(164, 95, 77, 0.18);
}

.beauty-note p:last-child {
  margin-bottom: 0;
  color: #6d5650;
  font-size: 17px;
}

.beauty-services {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.beauty-service-card {
  padding: 28px;
  border-radius: var(--radius);
  background: white;
  border: 1px solid rgba(164, 95, 77, 0.18);
  box-shadow: 0 10px 28px rgba(80, 45, 35, 0.06);
}

.beauty-service-card span {
  display: inline-flex;
  margin-bottom: 18px;
  padding: 7px 11px;
  border-radius: 999px;
  background: var(--beauty-muted);
  color: var(--beauty-accent-dark);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.beauty-service-card p {
  color: #6d5650;
}

.beauty-service-card strong {
  display: block;
  margin-top: 20px;
  color: var(--beauty-accent-dark);
  font-size: 22px;
  letter-spacing: -0.04em;
}

.beauty-muted {
  background: var(--beauty-muted);
}

.beauty-soft-card {
  border-color: rgba(164, 95, 77, 0.18);
}

.beauty-soft-card p {
  color: #6d5650;
}

.beauty-steps {
  grid-template-columns: repeat(4, 1fr);
}

.beauty-steps .step span {
  color: var(--beauty-accent);
}

.beauty-testimonials {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.beauty-testimonials article {
  padding: 30px;
  border-radius: var(--radius);
  background: white;
  border: 1px solid rgba(164, 95, 77, 0.18);
}

.beauty-testimonials p {
  color: #4d3731;
  font-size: 18px;
}

.beauty-testimonials strong {
  color: var(--beauty-accent-dark);
}

.beauty-faq-list details {
  border-color: rgba(164, 95, 77, 0.18);
}

.beauty-contact {
  background: var(--beauty-text);
}

.beauty-contact-card .eyebrow {
  color: #f0c9b6;
}

.beauty-contact-card p {
  color: #f4ded2;
}

.beauty-demo .contact-mail:hover {
  color: #f0c9b6;
  text-decoration-color: #f0c9b6;
}

@media (max-width: 1040px) {
  .beauty-hero-grid {
    grid-template-columns: 1fr;
  }

  .beauty-services,
  .beauty-steps,
  .beauty-testimonials {
    grid-template-columns: repeat(2, 1fr);
  }

  .beauty-visual {
    min-height: auto;
  }
}

@media (max-width: 720px) {
  .beauty-hero {
    padding-top: 70px;
  }

  .beauty-services,
  .beauty-steps,
  .beauty-testimonials {
    grid-template-columns: 1fr;
  }

  .beauty-photo-card {
    min-height: 360px;
    transform: none;
  }

  .beauty-photo-inner {
    min-height: 330px;
    padding: 24px;
  }

  .beauty-photo-inner span {
    font-size: 34px;
  }

  .beauty-floating-card {
    position: static;
    width: 100%;
    margin-top: 18px;
  }
}

.portfolio-link {
  display: block;
}

.portfolio-link:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
}

.portfolio-cta {
  display: inline-flex;
  margin-top: 10px;
  color: var(--accent);
  font-weight: 900;
}

/* Trainer Concept demo */

.trainer-demo {
  --trainer-bg: #f5f7fb;
  --trainer-surface: #ffffff;
  --trainer-muted: #e9eef6;
  --trainer-text: #10141b;
  --trainer-soft: #dbe7ff;
  --trainer-accent: #2563eb;
  --trainer-accent-dark: #1e3a8a;
  --trainer-energy: #f97316;
  background: var(--trainer-bg);
  color: var(--trainer-text);
}

.trainer-demo .site-header {
  background: rgba(245, 247, 251, 0.88);
}

.trainer-demo .logo-mark {
  background: var(--trainer-text);
}

.trainer-demo .eyebrow {
  color: var(--trainer-accent);
}

.trainer-btn {
  background: var(--trainer-accent);
  border-color: var(--trainer-accent);
  box-shadow: 0 12px 30px rgba(37, 99, 235, 0.22);
}

.trainer-btn:hover {
  background: var(--trainer-accent-dark);
  border-color: var(--trainer-accent-dark);
}

.trainer-hero {
  padding-top: 96px;
  background:
    radial-gradient(circle at 84% 18%, rgba(37, 99, 235, 0.16), transparent 34%),
    radial-gradient(circle at 74% 74%, rgba(249, 115, 22, 0.10), transparent 28%),
    var(--trainer-bg);
}

.trainer-hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 70px;
  align-items: center;
}

.trainer-lead {
  max-width: 700px;
  margin-bottom: 18px;
  color: #374151;
  font-size: 22px;
}

.trainer-sub {
  max-width: 650px;
  margin-bottom: 30px;
  color: #5b6472;
  font-size: 18px;
}

.trainer-trust span::before {
  color: var(--trainer-accent);
}

.trainer-visual {
  position: relative;
  min-height: 520px;
}

.trainer-dashboard {
  min-height: 500px;
  padding: 32px;
  border-radius: 34px;
  background: #111827;
  color: white;
  border: 1px solid rgba(37, 99, 235, 0.18);
  box-shadow: 0 28px 70px rgba(15, 23, 42, 0.22);
  transform: rotate(2deg);
}

.trainer-dashboard-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 24px;
  margin-bottom: 80px;
}

.trainer-dashboard-top span {
  color: #9ca3af;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.trainer-dashboard-top strong {
  color: #93c5fd;
  font-size: 54px;
  line-height: 0.9;
  letter-spacing: -0.06em;
}

.trainer-bars {
  height: 180px;
  display: flex;
  align-items: end;
  gap: 14px;
  margin-bottom: 42px;
}

.trainer-bars div {
  flex: 1;
  min-height: 32px;
  border-radius: 999px 999px 10px 10px;
  background: linear-gradient(180deg, #60a5fa, #2563eb);
}

.trainer-mini-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.trainer-mini-cards div {
  padding: 18px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.08);
}

.trainer-mini-cards span {
  display: block;
  margin-bottom: 8px;
  color: #9ca3af;
  font-size: 13px;
  font-weight: 800;
}

.trainer-mini-cards strong {
  color: white;
}

.trainer-floating-card {
  position: absolute;
  right: -10px;
  bottom: 42px;
  width: 250px;
  padding: 24px;
  border-radius: 24px;
  background: white;
  color: var(--trainer-text);
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.18);
}

.trainer-floating-card p {
  margin-bottom: 8px;
  color: var(--trainer-accent);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.trainer-floating-card strong {
  display: block;
  margin-bottom: 8px;
  font-size: 20px;
  line-height: 1.15;
}

.trainer-floating-card span {
  color: #64748b;
  font-size: 14px;
}

.trainer-note-section {
  padding-top: 36px;
  padding-bottom: 36px;
}

.trainer-note {
  padding: 26px;
  border-radius: var(--radius);
  background: white;
  border: 1px solid rgba(37, 99, 235, 0.16);
}

.trainer-note p:last-child {
  margin-bottom: 0;
  color: #475569;
  font-size: 17px;
}

.trainer-card {
  border-color: rgba(37, 99, 235, 0.16);
}

.trainer-card p {
  color: #475569;
}

.trainer-muted {
  background: var(--trainer-muted);
}

.trainer-offer-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.trainer-offer-card {
  padding: 28px;
  border-radius: var(--radius);
  background: white;
  border: 1px solid rgba(37, 99, 235, 0.16);
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.06);
}

.trainer-offer-card span {
  display: inline-flex;
  margin-bottom: 18px;
  padding: 7px 11px;
  border-radius: 999px;
  background: var(--trainer-soft);
  color: var(--trainer-accent-dark);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.trainer-offer-card p {
  color: #475569;
}

.trainer-offer-card strong {
  display: block;
  margin-top: 20px;
  color: var(--trainer-accent-dark);
  font-size: 21px;
  letter-spacing: -0.04em;
}

.trainer-steps {
  grid-template-columns: repeat(5, 1fr);
}

.trainer-steps .step span {
  color: var(--trainer-accent);
}

.trainer-proof-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.trainer-proof-grid article {
  padding: 32px;
  border-radius: var(--radius);
  background: white;
  border: 1px solid rgba(37, 99, 235, 0.16);
}

.trainer-proof-grid strong {
  display: block;
  margin-bottom: 12px;
  color: var(--trainer-accent);
  font-size: 48px;
  line-height: 0.95;
  letter-spacing: -0.06em;
}

.trainer-proof-grid p {
  color: #475569;
}

.trainer-faq-list details {
  border-color: rgba(37, 99, 235, 0.16);
}

.trainer-contact {
  background: var(--trainer-text);
}

.trainer-contact-card .eyebrow {
  color: #93c5fd;
}

.trainer-contact-card p {
  color: #dbeafe;
}

.trainer-demo .contact-mail:hover {
  color: #93c5fd;
  text-decoration-color: #93c5fd;
}

@media (max-width: 1180px) {
  .trainer-steps {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1040px) {
  .trainer-hero-grid {
    grid-template-columns: 1fr;
  }

  .trainer-offer-grid,
  .trainer-proof-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .trainer-visual {
    min-height: auto;
  }
}

@media (max-width: 720px) {
  .trainer-hero {
    padding-top: 70px;
  }

  .trainer-offer-grid,
  .trainer-steps,
  .trainer-proof-grid {
    grid-template-columns: 1fr;
  }

  .trainer-dashboard {
    min-height: 360px;
    padding: 24px;
    transform: none;
  }

  .trainer-dashboard-top {
    margin-bottom: 42px;
  }

  .trainer-dashboard-top strong {
    font-size: 42px;
  }

  .trainer-bars {
    height: 130px;
    margin-bottom: 28px;
  }

  .trainer-mini-cards {
    grid-template-columns: 1fr;
  }

  .trainer-floating-card {
    position: static;
    width: 100%;
    margin-top: 18px;
  }
}

/* Trainer Concept — darker gym mode override */

.trainer-demo {
  --trainer-bg: #080b10;
  --trainer-surface: #111827;
  --trainer-muted: #0f172a;
  --trainer-text: #f8fafc;
  --trainer-soft: rgba(37, 99, 235, 0.18);
  --trainer-accent: #3b82f6;
  --trainer-accent-dark: #1d4ed8;
  --trainer-energy: #f97316;
  background: var(--trainer-bg);
  color: var(--trainer-text);
}

.trainer-demo .site-header {
  background: rgba(8, 11, 16, 0.88);
  border-bottom-color: rgba(148, 163, 184, 0.18);
}

.trainer-demo .main-nav a,
.trainer-demo .language-switch,
.trainer-demo .logo {
  color: #e5e7eb;
}

.trainer-demo .section-heading h2,
.trainer-demo h1,
.trainer-demo h2,
.trainer-demo h3 {
  color: #f8fafc;
}

.trainer-demo .section-heading p,
.trainer-lead,
.trainer-sub,
.trainer-card p,
.trainer-offer-card p,
.trainer-proof-grid p,
.trainer-note p:last-child,
.trainer-floating-card span {
  color: #cbd5e1;
}

.trainer-hero {
  background:
    radial-gradient(circle at 78% 18%, rgba(59, 130, 246, 0.22), transparent 34%),
    radial-gradient(circle at 18% 76%, rgba(249, 115, 22, 0.14), transparent 30%),
    linear-gradient(135deg, #080b10, #111827 58%, #0f172a);
}

.trainer-note,
.trainer-card,
.trainer-offer-card,
.trainer-proof-grid article,
.trainer-faq-list details {
  background: #111827;
  border-color: rgba(148, 163, 184, 0.18);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.22);
}

.trainer-muted {
  background: #0f172a;
}

.trainer-dashboard {
  background:
    linear-gradient(145deg, rgba(37, 99, 235, 0.16), rgba(249, 115, 22, 0.08)),
    #020617;
  border-color: rgba(96, 165, 250, 0.22);
}

.trainer-floating-card {
  background: #f8fafc;
  color: #0f172a;
}

.trainer-floating-card strong {
  color: #0f172a;
}

.trainer-offer-card span {
  background: rgba(59, 130, 246, 0.16);
  color: #93c5fd;
}

.trainer-offer-card strong,
.trainer-proof-grid strong,
.trainer-steps .step span,
.trainer-demo .eyebrow {
  color: #60a5fa;
}

.trainer-btn {
  background: linear-gradient(135deg, #2563eb, #f97316);
  border-color: transparent;
  box-shadow: 0 18px 40px rgba(37, 99, 235, 0.28);
}

.trainer-btn:hover {
  background: linear-gradient(135deg, #1d4ed8, #ea580c);
  border-color: transparent;
}

.trainer-bio-section {
  background: #080b10;
}

.trainer-bio-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 46px;
  align-items: center;
}

.trainer-bio-card {
  padding: 18px;
  border-radius: 34px;
  background:
    linear-gradient(145deg, rgba(59, 130, 246, 0.18), rgba(249, 115, 22, 0.10)),
    #111827;
  border: 1px solid rgba(148, 163, 184, 0.18);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
}

.trainer-avatar {
  min-height: 420px;
  display: flex;
  align-items: flex-end;
  padding: 30px;
  border-radius: 26px;
  background:
    radial-gradient(circle at 70% 20%, rgba(249, 115, 22, 0.28), transparent 30%),
    linear-gradient(145deg, #1e293b, #020617);
}

.trainer-avatar span {
  color: #f8fafc;
  font-size: 48px;
  font-weight: 950;
  letter-spacing: -0.07em;
  text-transform: uppercase;
}

.trainer-bio-copy p {
  max-width: 760px;
  color: #cbd5e1;
  font-size: 18px;
}

.trainer-bio-points {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 28px;
}

.trainer-bio-points div {
  padding: 20px;
  border-radius: 20px;
  background: #111827;
  border: 1px solid rgba(148, 163, 184, 0.18);
}

.trainer-bio-points strong {
  display: block;
  margin-bottom: 8px;
  color: #f8fafc;
}

.trainer-bio-points span {
  color: #94a3b8;
  font-size: 14px;
}

@media (max-width: 1040px) {
  .trainer-bio-grid {
    grid-template-columns: 1fr;
  }

  .trainer-bio-points {
    grid-template-columns: 1fr;
  }

  .trainer-avatar {
    min-height: 320px;
  }
}

/* Trainer refinement pass */

.trainer-demo {
  --trainer-bg: #0b1220;
  --trainer-surface: #111a2b;
  --trainer-muted: #132033;
  --trainer-text: #f3f6fb;
  --trainer-body: #d4dceb;
  --trainer-soft-text: #aebbd0;
  --trainer-accent: #4f8df7;
  --trainer-accent-dark: #2f6fe0;
  --trainer-energy: #f08a3c;
  background: var(--trainer-bg);
  color: var(--trainer-text);
}

/* header mniej zlewający się z tłem */
.trainer-demo .site-header {
  background: rgba(11, 18, 32, 0.82);
  border-bottom: 1px solid rgba(148, 163, 184, 0.14);
  backdrop-filter: blur(10px);
}

.trainer-demo .logo {
  color: #f8fafc;
}

.trainer-demo .logo-mark {
  background: linear-gradient(135deg, #1e293b, #334155);
  color: #ffffff;
  border: 1px solid rgba(255,255,255,0.12);
}

.trainer-demo .main-nav a,
.trainer-demo .language-switch {
  color: #d9e2f1;
}

.trainer-demo .main-nav a:hover,
.trainer-demo .language-switch:hover {
  color: #ffffff;
}

/* sekcje i teksty */
.trainer-demo h1,
.trainer-demo h2,
.trainer-demo h3 {
  color: #f8fafc;
}

.trainer-demo p,
.trainer-demo li,
.trainer-demo .section-heading p,
.trainer-lead,
.trainer-sub,
.trainer-card p,
.trainer-offer-card p,
.trainer-proof-grid p,
.trainer-note p:last-child,
.trainer-bio-copy p {
  color: var(--trainer-body);
}

/* tło hero mniej czarne */
.trainer-hero {
  background:
    radial-gradient(circle at 78% 18%, rgba(79, 141, 247, 0.20), transparent 34%),
    radial-gradient(circle at 18% 76%, rgba(240, 138, 60, 0.10), transparent 30%),
    linear-gradient(135deg, #0b1220, #132033 58%, #16243a);
}

/* karty ciut jaśniejsze */
.trainer-note,
.trainer-card,
.trainer-offer-card,
.trainer-proof-grid article,
.trainer-faq-list details,
.trainer-bio-card,
.trainer-bio-points div {
  background: #111a2b;
  border-color: rgba(148, 163, 184, 0.14);
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.18);
}

.trainer-muted {
  background: #132033;
}

/* mockup */
.trainer-dashboard {
  background:
    linear-gradient(145deg, rgba(79, 141, 247, 0.14), rgba(240, 138, 60, 0.06)),
    #0b1020;
  border-color: rgba(96, 165, 250, 0.16);
}

/* karta floating — mniej wchodzi na mockup */
.trainer-floating-card {
  right: 16px;
  bottom: 26px;
  width: 230px;
  background: #f8fafc;
  color: #0f172a;
}

.trainer-floating-card strong {
  color: #0f172a;
}

.trainer-floating-card span {
  color: #64748b;
}

/* CTA */
.trainer-btn {
  background: linear-gradient(135deg, #4f8df7, #f08a3c);
  border-color: transparent;
  box-shadow: 0 14px 30px rgba(79, 141, 247, 0.22);
}

.trainer-btn:hover {
  background: linear-gradient(135deg, #2f6fe0, #e57827);
  border-color: transparent;
}

/* FAQ — lepszy kontrast po rozwinięciu */
.trainer-faq-list details summary {
  color: #f8fafc;
}

.trainer-faq-list details p {
  color: #d9e2f1;
}

/* sekcja kontakt na dole — ma być ciemna i czytelna */
.trainer-contact {
  background: #0f172a;
}

.trainer-contact-card {
  background: linear-gradient(135deg, #132033, #16243a);
  border: 1px solid rgba(148, 163, 184, 0.14);
  border-radius: 28px;
}

.trainer-contact-card .eyebrow {
  color: #7fb0ff;
}

.trainer-contact-card h2 {
  color: #ffffff;
}

.trainer-contact-card p {
  color: #d9e2f1;
}

.trainer-contact-card .btn-light,
.trainer-contact-card .btn-light:visited {
  background: #ffffff;
  color: #0f172a;
  border-color: #ffffff;
}

.trainer-contact-card .btn-light:hover,
.trainer-contact-card .btn-light:focus-visible {
  background: #eef3fb;
  color: #0f172a;
  border-color: #eef3fb;
}

.trainer-contact-card .contact-mail,
.trainer-contact-card .contact-mail:visited {
  color: #dbeafe;
  text-decoration-color: rgba(219, 234, 254, 0.45);
}

.trainer-contact-card .contact-mail:hover {
  color: #ffffff;
  text-decoration-color: #ffffff;
}

/* === Trainer concept – refinement patch === */

/* 1. Mockup – karta "Start współpracy" */
.trainer-floating-card {
  right: 18px;
  bottom: 18px;
  width: 230px;
  background: #f8fafc;
  color: #0f172a;
  z-index: 3;
}

.trainer-floating-card strong {
  color: #0f172a;
}

.trainer-floating-card span {
  color: #475569;
}

/* START WSPÓŁPRACY – ciemniejszy */
.trainer-floating-card .eyebrow,
.trainer-floating-card p:first-child,
.trainer-floating-card small {
  color: #64748b;
}

/* 2. Proces współpracy – teksty w kartach */
.trainer-steps .step,
.trainer-steps article,
.trainer-steps .trainer-card {
  background: #f3f4f6;
  color: #0f172a;
}

.trainer-steps .step span,
.trainer-steps article span,
.trainer-steps .trainer-card span {
  color: #4f8df7;
  font-weight: 800;
}

.trainer-steps .step h3,
.trainer-steps article h3,
.trainer-steps .trainer-card h3 {
  color: #0f172a;
}

.trainer-steps .step p,
.trainer-steps article p,
.trainer-steps .trainer-card p {
  color: #475569;
}

/* 3. Sekcja kontakt – większa ramka / więcej oddechu */
.trainer-contact-card {
  padding: 48px 52px;
  gap: 36px;
  align-items: center;
}

.trainer-contact-card h2 {
  max-width: 680px;
  line-height: 1.05;
}

.trainer-contact-card p {
  max-width: 680px;
  color: #dbe4f0;
}

.trainer-contact-card > div:last-child {
  align-self: center;
}

@media (max-width: 900px) {
  .trainer-contact-card {
    padding: 32px 24px;
  }
}

/* 4. Kafel Trainer na stronie głównej – bardziej granatowy */
.portfolio-thumb.trainer {
  background: linear-gradient(135deg, #14304f, #6f90b0);
  color: #ffffff;
}

/* delikatnie popraw kontrast tekstu w FAQ po rozwinięciu */
.trainer-faq-list details p {
  color: #cbd5e1;
}

/* Trainer mockup — final floating card position */

@media (min-width: 721px) {
  .trainer-floating-card {
    right: -18px;
    bottom: -6px;
    width: 230px;
  }
}

.trainer-floating-card p:first-child {
  color: #64748b;
  font-weight: 900;
}

/* Trainer mockup – sticker lower, revealing the card underneath */

.trainer-floating-card {
  right: -120px;
  bottom: -65px;
  width: 230px;
  z-index: 4;
  background: #f8fafc;
  color: #0f172a;
}

.trainer-floating-card p:first-child,
.trainer-floating-card .eyebrow,
.trainer-floating-card small {
  color: #64748b;
  font-weight: 900;
}

.trainer-floating-card strong {
  color: #0f172a;
}

.trainer-floating-card span {
  color: #475569;
}

/* =========================================================
   TRAINER CONCEPT — FINAL OVERRIDES v0.1
   ========================================================= */

/* Homepage portfolio tile */
.portfolio-thumb.trainer {
  background: linear-gradient(135deg, #14304f, #6f90b0);
  color: #ffffff;
}

/* General trainer contrast */
.trainer-demo {
  --trainer-bg: #0b1220;
  --trainer-surface: #111a2b;
  --trainer-muted: #132033;
  --trainer-text: #f3f6fb;
  --trainer-body: #d4dceb;
  --trainer-soft-text: #aebbd0;
  --trainer-accent: #4f8df7;
  --trainer-accent-dark: #2f6fe0;
  --trainer-energy: #f08a3c;
  background: var(--trainer-bg);
  color: var(--trainer-text);
}

.trainer-demo .site-header {
  background: rgba(11, 18, 32, 0.88);
  border-bottom: 1px solid rgba(148, 163, 184, 0.14);
  backdrop-filter: blur(10px);
}

.trainer-demo .logo,
.trainer-demo .main-nav a,
.trainer-demo .language-switch {
  color: #f8fafc;
}

.trainer-demo .logo-mark {
  background: linear-gradient(135deg, #1e293b, #334155);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.trainer-demo h1,
.trainer-demo h2,
.trainer-demo h3 {
  color: #f8fafc;
}

.trainer-demo p,
.trainer-demo .section-heading p,
.trainer-lead,
.trainer-sub,
.trainer-card p,
.trainer-offer-card p,
.trainer-proof-grid p,
.trainer-note p:last-child,
.trainer-bio-copy p {
  color: var(--trainer-body);
}

/* Hero */
.trainer-hero {
  background:
    radial-gradient(circle at 78% 18%, rgba(79, 141, 247, 0.20), transparent 34%),
    radial-gradient(circle at 18% 76%, rgba(240, 138, 60, 0.10), transparent 30%),
    linear-gradient(135deg, #0b1220, #132033 58%, #16243a);
}

.trainer-btn {
  background: linear-gradient(135deg, #4f8df7, #f08a3c);
  border-color: transparent;
  box-shadow: 0 14px 30px rgba(79, 141, 247, 0.22);
}

.trainer-btn:hover {
  background: linear-gradient(135deg, #2f6fe0, #e57827);
  border-color: transparent;
}

/* Cards */
.trainer-note,
.trainer-card,
.trainer-offer-card,
.trainer-proof-grid article,
.trainer-faq-list details,
.trainer-bio-card,
.trainer-bio-points div {
  background: #111a2b;
  border-color: rgba(148, 163, 184, 0.14);
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.18);
}

.trainer-muted {
  background: #132033;
}

/* Process cards — intentionally light for readability */
.trainer-steps .step {
  background: #f3f4f6;
  color: #0f172a;
}

.trainer-steps .step span {
  color: #4f8df7;
  font-weight: 800;
}

.trainer-steps .step h3 {
  color: #0f172a;
}

.trainer-steps .step p {
  color: #475569;
}

/* Dashboard mockup */
.trainer-dashboard {
  background:
    linear-gradient(145deg, rgba(79, 141, 247, 0.14), rgba(240, 138, 60, 0.06)),
    #0b1020;
  border-color: rgba(96, 165, 250, 0.16);
}

/* Desktop sticker position — your corrected version */
@media (min-width: 721px) {
  .trainer-visual {
    min-height: 440px;
  }

  .trainer-dashboard {
    min-height: 420px;
    padding: 26px;
    border-radius: 30px;
  }

  .trainer-dashboard-top {
    margin-bottom: 54px;
  }

  .trainer-dashboard-top strong {
    font-size: 46px;
  }

  .trainer-bars {
    height: 145px;
    gap: 12px;
    margin-bottom: 34px;
  }

  .trainer-mini-cards div {
    padding: 16px;
  }

  .trainer-floating-card {
    right: -120px;
    bottom: -65px;
    width: 230px;
    padding: 20px;
    border-radius: 22px;
    background: #f8fafc;
    color: #0f172a;
    z-index: 4;
  }

  .trainer-floating-card strong {
    color: #0f172a;
    font-size: 19px;
  }

  .trainer-floating-card span {
    color: #475569;
  }

  .trainer-floating-card p:first-child {
    color: #64748b;
    font-weight: 900;
  }
}

/* FAQ readability */
.trainer-faq-list details summary {
  color: #f8fafc;
}

.trainer-faq-list details p {
  color: #d9e2f1;
}

/* Contact section */
.trainer-contact {
  background: #0f172a;
}

.trainer-contact-card {
  padding: 48px 52px;
  gap: 36px;
  align-items: center;
  background: linear-gradient(135deg, #132033, #16243a);
  border: 1px solid rgba(148, 163, 184, 0.14);
  border-radius: 28px;
}

.trainer-contact-card .eyebrow {
  color: #7fb0ff;
}

.trainer-contact-card h2 {
  max-width: 680px;
  color: #ffffff;
  line-height: 1.05;
}

.trainer-contact-card p {
  max-width: 680px;
  color: #dbe4f0;
}

.trainer-contact-card .btn-light,
.trainer-contact-card .btn-light:visited {
  background: #ffffff;
  color: #0f172a;
  border-color: #ffffff;
}

.trainer-contact-card .contact-mail,
.trainer-contact-card .contact-mail:visited {
  color: #dbeafe;
  text-decoration-color: rgba(219, 234, 254, 0.45);
}

/* Mobile trainer cleanup */
@media (max-width: 720px) {
  .trainer-hero {
    padding-top: 52px;
    padding-bottom: 54px;
  }

  .trainer-hero-grid {
    gap: 34px;
  }

  .trainer-visual {
    min-height: auto;
    overflow: visible;
  }

  .trainer-dashboard {
    min-height: auto;
    padding: 18px;
    border-radius: 24px;
    transform: none;
  }

  .trainer-dashboard-top {
    margin-bottom: 26px;
  }

  .trainer-dashboard-top span {
    font-size: 11px;
  }

  .trainer-dashboard-top strong {
    font-size: 34px;
  }

  .trainer-bars {
    height: 82px;
    gap: 8px;
    margin-bottom: 22px;
  }

  .trainer-mini-cards {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .trainer-mini-cards div {
    padding: 14px;
    border-radius: 16px;
  }

  .trainer-floating-card {
    position: static;
    width: 72%;
    min-width: 190px;
    margin-top: 14px;
    padding: 18px;
    border-radius: 20px;
    background: #f8fafc;
    color: #0f172a;
  }

  .trainer-floating-card p:first-child {
    color: #64748b;
    font-size: 11px;
    font-weight: 900;
  }

  .trainer-floating-card strong {
    color: #0f172a;
    font-size: 18px;
  }

  .trainer-floating-card span {
    color: #475569;
    font-size: 13px;
  }

  .trainer-contact-card {
    padding: 32px 24px;
  }
}

/* Beauty Concept — booking/social polish */

.beauty-booking-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.beauty-booking-card {
  padding: 30px;
  border-radius: var(--radius);
  background: white;
  border: 1px solid rgba(164, 95, 77, 0.18);
  box-shadow: 0 10px 28px rgba(80, 45, 35, 0.06);
}

.beauty-booking-card span {
  display: inline-flex;
  margin-bottom: 18px;
  color: var(--beauty-accent);
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.beauty-booking-card p {
  color: #6d5650;
}

.beauty-booking-card a {
  display: inline-flex;
  margin-top: 14px;
  color: var(--beauty-accent-dark);
  font-weight: 900;
  text-decoration: none;
}

.beauty-booking-card a:hover {
  text-decoration: underline;
}

.beauty-contact-card .contact-actions {
  gap: 14px;
}

.beauty-contact-card .contact-mail {
  display: inline-flex;
}

@media (max-width: 900px) {
  .beauty-booking-grid {
    grid-template-columns: 1fr;
  }
}

/* Beauty hero mockup detail */

.beauty-photo-inner {
  position: relative;
  overflow: hidden;
}

.beauty-treatment-card {
  position: absolute;
  left: 34px;
  top: 34px;
  width: 230px;
  padding: 22px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(111, 52, 40, 0.10);
  box-shadow: 0 18px 42px rgba(80, 45, 35, 0.10);
  backdrop-filter: blur(8px);
}

.beauty-treatment-card small {
  display: block;
  margin-bottom: 10px;
  color: var(--beauty-accent-dark);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.beauty-treatment-card strong {
  display: block;
  margin-bottom: 8px;
  color: var(--beauty-text);
  font-size: 24px;
  line-height: 1.05;
  letter-spacing: -0.05em;
}

.beauty-treatment-card p {
  margin: 0;
  color: #7a625b;
  font-size: 14px;
}

.beauty-booksy-pill {
  position: absolute;
  right: 30px;
  top: 34px;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(43, 29, 26, 0.82);
  color: white;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.04em;
}

@media (max-width: 720px) {
  .beauty-treatment-card {
    left: 20px;
    top: 20px;
    width: 200px;
    padding: 18px;
  }

  .beauty-booksy-pill {
    right: 20px;
    top: auto;
    bottom: 24px;
  }
}

/* =========================================================
   GASTRO CONCEPT — Noon Bowl
   ========================================================= */

.gastro-demo {
  --gastro-bg: #fff7ed;
  --gastro-paper: #fffaf3;
  --gastro-card: #ffffff;
  --gastro-text: #24150f;
  --gastro-muted: #6f594d;
  --gastro-line: rgba(91, 62, 44, 0.16);
  --gastro-accent: #d65a31;
  --gastro-accent-dark: #8f351f;
  --gastro-green: #4f6f3a;
  --gastro-olive: #71804c;
  background: var(--gastro-bg);
  color: var(--gastro-text);
}

.gastro-demo .site-header {
  background: rgba(255, 247, 237, 0.9);
}

.gastro-demo .logo-mark {
  background: var(--gastro-text);
}

.gastro-demo .eyebrow {
  color: var(--gastro-accent-dark);
}

.gastro-demo h1,
.gastro-demo h2,
.gastro-demo h3 {
  color: var(--gastro-text);
}

.gastro-demo p {
  color: var(--gastro-muted);
}

.gastro-btn {
  background: var(--gastro-accent);
  border-color: var(--gastro-accent);
  box-shadow: 0 12px 30px rgba(214, 90, 49, 0.22);
}

.gastro-btn:hover {
  background: var(--gastro-accent-dark);
  border-color: var(--gastro-accent-dark);
}

.gastro-topbar {
  margin-top: 76px;
  padding: 10px 0;
  background: var(--gastro-text);
  color: white;
}

.gastro-topbar-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  font-size: 14px;
  font-weight: 800;
}

.gastro-topbar a {
  color: #ffe2c8;
  text-decoration: none;
}

.gastro-topbar a:hover {
  text-decoration: underline;
}

.gastro-hero {
  padding-top: 74px;
  background:
    radial-gradient(circle at 82% 12%, rgba(214, 90, 49, 0.14), transparent 32%),
    radial-gradient(circle at 8% 70%, rgba(113, 128, 76, 0.12), transparent 28%),
    var(--gastro-bg);
}

.gastro-hero-grid {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 64px;
  align-items: center;
}

.gastro-lead {
  max-width: 680px;
  margin-bottom: 18px;
  font-size: 23px;
  color: #493126;
}

.gastro-sub {
  max-width: 640px;
  margin-bottom: 30px;
  font-size: 18px;
}

.gastro-quick-info {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 32px;
}

.gastro-quick-info div {
  padding: 18px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid var(--gastro-line);
}

.gastro-quick-info strong {
  display: block;
  margin-bottom: 4px;
  color: var(--gastro-accent-dark);
  font-size: 24px;
  letter-spacing: -0.05em;
}

.gastro-quick-info span {
  color: var(--gastro-muted);
  font-size: 13px;
  font-weight: 800;
}

.gastro-hero-photo {
  position: relative;
  min-height: 520px;
  border-radius: 34px;
  overflow: hidden;
  background: #f6dfc8;
  border: 10px solid white;
  box-shadow: 0 28px 70px rgba(91, 62, 44, 0.18);
  transform: rotate(1.4deg);
}

.gastro-hero-photo img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
  display: block;
}

.gastro-menu-note {
  position: absolute;
  left: 28px;
  bottom: 28px;
  max-width: 330px;
  padding: 24px;
  border-radius: 24px;
  background: rgba(36, 21, 15, 0.88);
  color: white;
  box-shadow: 0 18px 42px rgba(36, 21, 15, 0.22);
}

.gastro-menu-note span {
  display: block;
  margin-bottom: 10px;
  color: #ffcf9f;
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.gastro-menu-note strong {
  display: block;
  margin-bottom: 8px;
  color: white;
  font-size: 24px;
  line-height: 1.05;
}

.gastro-menu-note p {
  margin: 0;
  color: #ffe5cc;
}

.gastro-note-section {
  padding-top: 36px;
  padding-bottom: 36px;
}

.gastro-note {
  padding: 26px;
  border-radius: var(--radius);
  background: white;
  border: 1px solid var(--gastro-line);
}

.gastro-note p:last-child {
  margin-bottom: 0;
}

.gastro-menu-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.95fr 0.95fr;
  gap: 22px;
}

.gastro-dish-card {
  overflow: hidden;
  border-radius: 28px;
  background: white;
  border: 1px solid var(--gastro-line);
  box-shadow: 0 12px 34px rgba(91, 62, 44, 0.08);
}

.gastro-dish-card img {
  width: 100%;
  height: 270px;
  object-fit: cover;
  display: block;
}

.gastro-dish-card.featured img {
  height: 360px;
}

.gastro-dish-card div {
  padding: 26px;
}

.gastro-dish-card span {
  display: inline-flex;
  margin-bottom: 12px;
  padding: 7px 11px;
  border-radius: 999px;
  background: #fff1df;
  color: var(--gastro-accent-dark);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.gastro-dish-card p {
  margin-bottom: 18px;
}

.gastro-dish-card strong {
  color: var(--gastro-accent-dark);
  font-size: 22px;
  letter-spacing: -0.04em;
}

.gastro-paper-section {
  background: var(--gastro-paper);
}

.gastro-photo-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 230px;
  gap: 18px;
}

.gastro-photo-grid figure {
  position: relative;
  overflow: hidden;
  margin: 0;
  border-radius: 24px;
  background: white;
  border: 1px solid var(--gastro-line);
}

.gastro-photo-grid figure.wide {
  grid-column: span 2;
}

.gastro-photo-grid figure.tall {
  grid-row: span 2;
}

.gastro-photo-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.gastro-photo-grid figcaption {
  position: absolute;
  left: 14px;
  bottom: 14px;
  padding: 8px 11px;
  border-radius: 999px;
  background: rgba(36, 21, 15, 0.78);
  color: white;
  font-size: 12px;
  font-weight: 900;
}

.gastro-audience-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.gastro-audience-grid article,
.gastro-social-grid article {
  padding: 28px;
  border-radius: var(--radius);
  background: white;
  border: 1px solid var(--gastro-line);
  box-shadow: 0 10px 28px rgba(91, 62, 44, 0.06);
}

.gastro-audience-grid span {
  display: block;
  margin-bottom: 18px;
  color: var(--gastro-accent);
  font-size: 14px;
  font-weight: 950;
  letter-spacing: 0.08em;
}

.gastro-catering {
  background:
    linear-gradient(135deg, rgba(79, 111, 58, 0.12), rgba(214, 90, 49, 0.08)),
    #f7eadb;
}

.gastro-catering-grid {
  display: grid;
  grid-template-columns: 1fr 0.85fr;
  gap: 54px;
  align-items: center;
}

.gastro-steps {
  display: grid;
  gap: 16px;
  margin-top: 30px;
}

.gastro-steps article {
  padding: 20px;
  border-radius: 20px;
  background: white;
  border: 1px solid var(--gastro-line);
}

.gastro-steps span {
  display: inline-flex;
  margin-bottom: 10px;
  color: var(--gastro-accent);
  font-weight: 950;
}

.gastro-steps strong {
  display: block;
  margin-bottom: 4px;
  color: var(--gastro-text);
}

.gastro-steps p {
  margin: 0;
}

.gastro-catering-photo {
  overflow: hidden;
  border-radius: 30px;
  border: 10px solid white;
  box-shadow: 0 24px 60px rgba(91, 62, 44, 0.16);
  transform: rotate(-1.2deg);
}

.gastro-catering-photo img {
  width: 100%;
  height: 520px;
  object-fit: cover;
  display: block;
}

.gastro-category-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.gastro-category-row article {
  overflow: hidden;
  border-radius: 24px;
  background: white;
  border: 1px solid var(--gastro-line);
}

.gastro-category-row img {
  width: 100%;
  height: 190px;
  object-fit: cover;
  display: block;
}

.gastro-category-row h3,
.gastro-category-row p {
  padding-left: 22px;
  padding-right: 22px;
}

.gastro-category-row h3 {
  margin-top: 20px;
}

.gastro-category-row p {
  padding-bottom: 24px;
}

.gastro-location-card {
  display: grid;
  grid-template-columns: 1fr 0.8fr;
  gap: 40px;
  align-items: center;
  padding: 42px;
  border-radius: 30px;
  background: var(--gastro-text);
  color: white;
}

.gastro-location-card h2,
.gastro-location-card .eyebrow {
  color: white;
}

.gastro-location-card p {
  color: #f4d8bd;
}

.gastro-hours {
  display: grid;
  gap: 14px;
}

.gastro-hours div {
  padding: 20px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.08);
}

.gastro-hours span {
  display: block;
  margin-bottom: 6px;
  color: #ffcf9f;
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.gastro-hours strong {
  color: white;
  font-size: 21px;
}

.gastro-social-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.gastro-social-grid strong {
  display: block;
  margin-bottom: 10px;
  color: var(--gastro-accent-dark);
  font-size: 26px;
  letter-spacing: -0.04em;
}

.gastro-faq-list details {
  border-color: var(--gastro-line);
}

.gastro-contact {
  background: var(--gastro-text);
}

.gastro-contact-card {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 40px;
  align-items: center;
  padding: 48px;
  border-radius: 30px;
  background:
    radial-gradient(circle at 80% 20%, rgba(214, 90, 49, 0.24), transparent 30%),
    #2b1810;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.gastro-contact-card .eyebrow {
  color: #ffcf9f;
}

.gastro-contact-card h2 {
  color: white;
}

.gastro-contact-card p {
  color: #f4d8bd;
}

.gastro-contact-card .contact-mail,
.gastro-contact-card .contact-mail:visited {
  color: #ffe5cc;
  text-decoration-color: rgba(255, 229, 204, 0.44);
}

@media (max-width: 1100px) {
  .gastro-hero-grid,
  .gastro-catering-grid,
  .gastro-location-card,
  .gastro-contact-card {
    grid-template-columns: 1fr;
  }

  .gastro-menu-grid,
  .gastro-audience-grid,
  .gastro-category-row,
  .gastro-social-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .gastro-photo-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 720px) {
  .gastro-topbar {
    margin-top: 72px;
  }

  .gastro-topbar-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .gastro-hero {
    padding-top: 48px;
  }

  .gastro-hero-grid {
    gap: 34px;
  }

  .gastro-quick-info,
  .gastro-menu-grid,
  .gastro-audience-grid,
  .gastro-category-row,
  .gastro-social-grid {
    grid-template-columns: 1fr;
  }

  .gastro-hero-photo {
    min-height: 360px;
    border-width: 7px;
    transform: none;
  }

  .gastro-hero-photo img {
    min-height: 360px;
  }

  .gastro-menu-note {
    left: 18px;
    right: 18px;
    bottom: 18px;
    max-width: none;
  }

  .gastro-dish-card img,
  .gastro-dish-card.featured img {
    height: 250px;
  }

  .gastro-photo-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: 260px;
  }

  .gastro-photo-grid figure.wide,
  .gastro-photo-grid figure.tall {
    grid-column: auto;
    grid-row: auto;
  }

  .gastro-catering-photo {
    transform: none;
    border-width: 7px;
  }

  .gastro-catering-photo img {
    height: 360px;
  }

  .gastro-location-card,
  .gastro-contact-card {
    padding: 30px 22px;
  }
}

.portfolio-thumb.gastro {
  background: linear-gradient(135deg, #d65a31, #71804c);
  color: #ffffff;
}

/* Gastro gallery refinement */

.gastro-photo-grid {
  grid-auto-flow: dense;
}

/* Gastro menu refinement */

.gastro-menu-grid {
  grid-template-columns: repeat(4, 1fr);
}

.gastro-dish-card.featured img {
  height: 270px;
}

@media (max-width: 1100px) {
  .gastro-menu-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 720px) {
  .gastro-menu-grid {
    grid-template-columns: 1fr;
  }
}

/* Gastro gallery refinement */

.gastro-photo-grid {
  grid-auto-flow: dense;
}

/* =========================================================
   HOMEPAGE PORTFOLIO THUMBNAILS — POLISH v0.1
   ========================================================= */

.portfolio-thumb {
  position: relative;
  overflow: hidden;
}

.portfolio-thumb span {
  position: relative;
  z-index: 2;
}

/* Sztanga — app/product vibe */
.portfolio-thumb.dark {
  background:
    radial-gradient(circle at 80% 20%, rgba(79, 141, 247, 0.22), transparent 28%),
    linear-gradient(135deg, #111827, #26364f);
}

.portfolio-thumb.dark::after {
  content: "";
  position: absolute;
  right: 22px;
  top: 22px;
  width: 92px;
  height: 134px;
  border-radius: 22px;
  background:
    linear-gradient(#ffffff 0 0) 18px 26px / 56px 8px no-repeat,
    linear-gradient(#ffffff 0 0) 18px 48px / 42px 8px no-repeat,
    linear-gradient(#4f8df7 0 0) 18px 86px / 56px 20px no-repeat,
    rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255,255,255,0.18);
  opacity: 0.85;
}

/* Beauty — soft service vibe */
.portfolio-thumb.beauty {
  background:
    radial-gradient(circle at 78% 24%, rgba(255,255,255,0.52), transparent 24%),
    linear-gradient(135deg, #9b3f31, #e58ce1);
}

.portfolio-thumb.beauty::after {
  content: "";
  position: absolute;
  right: 22px;
  top: 22px;
  width: 120px;
  height: 74px;
  border-radius: 22px;
  background: rgba(255,255,255,0.72);
  box-shadow: 0 18px 40px rgba(80,45,35,0.14);
}

/* Trainer — dashboard vibe */
.portfolio-thumb.trainer {
  background:
    radial-gradient(circle at 78% 18%, rgba(79, 141, 247, 0.26), transparent 30%),
    linear-gradient(135deg, #14304f, #6f90b0);
}

.portfolio-thumb.trainer::after {
  content: "";
  position: absolute;
  right: 22px;
  top: 28px;
  width: 130px;
  height: 84px;
  border-radius: 22px;
  background:
    linear-gradient(#60a5fa 0 0) 18px 48px / 18px 28px no-repeat,
    linear-gradient(#60a5fa 0 0) 46px 36px / 18px 40px no-repeat,
    linear-gradient(#60a5fa 0 0) 74px 24px / 18px 52px no-repeat,
    rgba(15, 23, 42, 0.78);
  border: 1px solid rgba(255,255,255,0.12);
}

/* Gastro — real photo vibe */
.portfolio-thumb.gastro {
  background:
    linear-gradient(135deg, rgba(36,21,15,0.38), rgba(214,90,49,0.20)),
    url("assets/gastro/gastro-hero-bowl.jpg");
  background-size: cover;
  background-position: center;
  color: #ffffff;
}

.portfolio-thumb.gastro::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 20%, rgba(36,21,15,0.70));
  z-index: 1;
}

/* Homepage — fit section */

.fit-section {
  background: #f8fbfc;
}

.fit-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.fit-grid article {
  padding: 28px;
  border-radius: var(--radius);
  background: white;
  border: 1px solid var(--border);
  box-shadow: 0 10px 28px rgba(15, 35, 45, 0.05);
}

.fit-grid span {
  display: inline-flex;
  margin-bottom: 16px;
  color: var(--accent);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.fit-grid p {
  color: var(--muted);
}

@media (max-width: 1040px) {
  .fit-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 720px) {
  .fit-grid {
    grid-template-columns: 1fr;
  }
}

/* =========================================================
   SZTANGA CASE STUDY
   ========================================================= */

.sztanga-case {
  background: #f7fafc;
}

.sztanga-hero {
  padding-top: 110px;
  background:
    radial-gradient(circle at 82% 18%, rgba(79, 141, 247, 0.18), transparent 34%),
    linear-gradient(135deg, #eef7ff, #f7fafc);
}

.sztanga-hero-grid {
  display: grid;
  grid-template-columns: 1fr 0.75fr;
  gap: 70px;
  align-items: center;
}

.sztanga-lead {
  max-width: 720px;
  margin-bottom: 30px;
  font-size: 22px;
  color: var(--muted);
}

.sztanga-phone {
  max-width: 360px;
  margin-left: auto;
  padding: 24px;
  border-radius: 38px;
  background: #0f172a;
  color: white;
  box-shadow: 0 30px 80px rgba(15, 23, 42, 0.22);
  transform: rotate(1.6deg);
}

.sztanga-phone-top {
  margin-bottom: 28px;
  color: #93c5fd;
  font-weight: 950;
  letter-spacing: 0.14em;
}

.sztanga-app-card {
  padding: 24px;
  border-radius: 24px;
  background: linear-gradient(135deg, #2563eb, #f59e0b);
  margin-bottom: 18px;
}

.sztanga-app-card span {
  display: block;
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.sztanga-app-card strong {
  display: block;
  font-size: 26px;
  line-height: 1.05;
}

.sztanga-app-card p {
  margin: 8px 0 0;
  color: rgba(255,255,255,0.86);
}

.sztanga-app-list {
  display: grid;
  gap: 12px;
}

.sztanga-app-list div {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 16px;
  border-radius: 18px;
  background: rgba(255,255,255,0.08);
}

.sztanga-app-list span {
  color: #cbd5e1;
}

.sztanga-muted {
  background: white;
}

.sztanga-contact {
  background: #0f172a;
}

@media (max-width: 900px) {
  .sztanga-hero-grid {
    grid-template-columns: 1fr;
  }

  .sztanga-phone {
    margin-left: 0;
    transform: none;
  }
}
