/* =====================================================================
   SELLIGNITE — Strona na Start
   Approved Reference Design Implementation
   ===================================================================== */

:root {
  --bg: #f8f5ef;
  --paper: #fffdf9;
  --surface: #f1ede5;
  --surface-2: #ece6dc;
  --ink: #1e2528;
  --text: #1e2528;
  --muted: #6f756f;
  --line: #ddd7ce;
  --accent: #39695a;
  --accent-dark: #2d4a3e;
  --accent-2: #d98b5f;
  --accent-soft: #e7efe9;
  --dark: #1e2b28;
  --dark-soft: #2d3b37;
  --cream: #f5efe5;
  --container: 1180px;
  --radius: 24px;
  --shadow: 0 24px 70px rgba(52, 45, 38, 0.10);
  --font-serif: Georgia, "Times New Roman", serif;
  --font-sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font-sans);
  background: var(--bg);
  color: var(--ink);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  width: 100%;
}

a {
  text-decoration: none;
  color: inherit;
  transition: color 0.15s ease;
}

img {
  max-width: 100%;
  display: block;
}

button, input, textarea, select {
  font: inherit;
}

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

/* =====================================================================
   NAVIGATION
   ===================================================================== */
.nav-wrap {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(248, 245, 239, 0.90);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(221, 215, 206, 0.65);
}

.nav {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.brand-logo-img {
  height: 28px;
  width: auto;
  display: block;
}

.brand-sub {
  font-size: 11px;
  font-weight: 600;
  color: var(--muted);
  letter-spacing: -0.01em;
  padding-left: 10px;
  border-left: 1px solid var(--line);
  line-height: 1.2;
}

.nav-links {
  display: flex;
  gap: 26px;
  font-size: 14px;
  font-weight: 600;
  color: #626864;
}

.nav-links a:hover {
  color: var(--ink);
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

/* Mobile menu toggle */
.menu-toggle {
  display: none;
  background: transparent;
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 8px 10px;
  cursor: pointer;
  color: var(--ink);
}

.menu-toggle svg {
  display: block;
  width: 22px;
  height: 22px;
}

.mobile-menu {
  display: none;
  position: fixed;
  top: 76px;
  left: 0;
  right: 0;
  background: var(--bg);
  border-bottom: 1px solid var(--line);
  padding: 24px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
  flex-direction: column;
  gap: 16px;
  z-index: 99;
}

.mobile-menu.is-open {
  display: flex;
}

.mobile-menu a {
  font-size: 16px;
  font-weight: 600;
  color: var(--ink);
  padding: 8px 0;
  border-bottom: 1px solid rgba(221, 215, 206, 0.4);
}

.mobile-menu .mobile-actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 8px;
}

/* =====================================================================
   BUTTONS
   ===================================================================== */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border-radius: 999px;
  padding: 13px 19px;
  border: 1px solid transparent;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
  white-space: nowrap;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn-primary {
  background: var(--dark);
  color: #fff;
}

.btn-primary:hover {
  background: #273631;
  color: #fff;
}

.btn-light {
  background: var(--paper);
  border-color: var(--line);
  color: var(--ink);
}

.btn-light:hover {
  background: #fff;
  border-color: #c9c3b8;
}

.btn-ghost {
  background: transparent;
  border-color: #cad1cb;
  color: #3d4b46;
}

.btn-ghost:hover {
  border-color: var(--ink);
  color: var(--ink);
}

.btn-accent {
  background: var(--accent);
  color: #fff;
}

.btn-accent:hover {
  background: var(--accent-dark);
  color: #fff;
}

.btn-lg {
  padding: 15px 23px;
  font-size: 15px;
}

/* =====================================================================
   HERO
   ===================================================================== */
.hero {
  padding: 88px 0 72px;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.03fr 0.97fr;
  gap: 76px;
  align-items: center;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 800;
  color: var(--accent);
  margin-bottom: 20px;
}

.eyebrow:before {
  content: "";
  width: 30px;
  height: 1px;
  background: currentColor;
}

h1, h2, h3, h4, p {
  margin-top: 0;
}

h1 {
  margin-bottom: 22px;
  font-family: var(--font-serif);
  font-size: clamp(48px, 6vw, 82px);
  line-height: 1.02;
  font-weight: 500;
  letter-spacing: -0.05em;
  max-width: 780px;
}

.hero-copy {
  max-width: 630px;
  font-size: 19px;
  line-height: 1.7;
  color: #646b66;
  white-space: pre-line;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 24px;
  margin-top: 28px;
  color: #68706b;
  font-size: 13px;
  font-weight: 600;
}

.proof {
  display: flex;
  align-items: center;
  gap: 8px;
}

.proof:before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--accent-2);
}

/* =====================================================================
   HERO MOCKUPS
   ===================================================================== */
.visual-stack {
  position: relative;
  min-height: 560px;
}

.mockup {
  position: absolute;
  background: #fff;
  border: 1px solid #d9d6d0;
  border-radius: 24px;
  box-shadow: 0 28px 80px rgba(51, 45, 39, 0.13);
  overflow: hidden;
  transition: transform 0.3s ease;
}

.mockup.main {
  width: 84%;
  right: 0;
  top: 0;
  transform: rotate(2.2deg);
  z-index: 2;
}

.mockup.secondary {
  width: 64%;
  left: 0;
  bottom: 8px;
  transform: rotate(-3deg);
  z-index: 1;
}

.mockup:hover {
  transform: translateY(-4px) rotate(0deg);
  z-index: 3;
}

.window {
  height: 42px;
  background: #f3f0ea;
  border-bottom: 1px solid #e6e1d9;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 0 14px;
}

.window i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #c8c4bd;
  display: inline-block;
}

.site {
  padding: 26px 28px 30px;
  background: #fffefb;
}

.site-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 34px;
}

.site-logo {
  font-family: var(--font-serif);
  font-size: 17px;
  font-weight: 700;
  letter-spacing: -0.03em;
  color: var(--ink);
}

.site-links {
  display: flex;
  gap: 10px;
}

.site-links span {
  width: 28px;
  height: 5px;
  border-radius: 99px;
  background: #d7d4ce;
}

.site-main {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 22px;
  align-items: center;
}

.micro {
  font-size: 10px;
  color: #77807a;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 700;
  margin-bottom: 8px;
}

.fake-h {
  font-family: var(--font-serif);
  font-size: 26px;
  line-height: 1.12;
  letter-spacing: -0.04em;
  color: var(--ink);
  margin-bottom: 12px;
}

.fake-p {
  height: 7px;
  background: #dedbd5;
  border-radius: 99px;
  margin: 7px 0;
}

.fake-p.short {
  width: 72%;
}

.fake-btn {
  margin-top: 17px;
  width: 92px;
  height: 28px;
  border-radius: 999px;
  background: var(--dark);
}

.photo-block {
  height: 185px;
  border-radius: 18px;
  background:
    linear-gradient(145deg, rgba(57, 105, 90, 0.08), rgba(217, 139, 95, 0.14)),
    repeating-linear-gradient(45deg, #e9e3da 0 14px, #f4efe8 14px 28px);
  position: relative;
  overflow: hidden;
}

.photo-block.has-img {
  background-size: cover;
  background-position: center;
}

.photo-block:after {
  content: "";
  position: absolute;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  right: -14px;
  bottom: -18px;
  background: rgba(201, 215, 207, 0.7);
}

.service-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 9px;
  margin-top: 22px;
}

.service-tile {
  height: 48px;
  border: 1px solid #e7e2da;
  border-radius: 12px;
  background: #fff;
}

.secondary .site {
  padding: 22px;
}

.secondary .site-main {
  grid-template-columns: 1fr;
}

.secondary .photo-block {
  height: 112px;
}

.secondary .fake-h {
  font-size: 21px;
}

.visual-note {
  position: absolute;
  left: 48%;
  bottom: 56px;
  transform: translateX(-50%);
  background: var(--dark);
  color: #fff;
  padding: 13px 18px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  box-shadow: 0 16px 36px rgba(30, 43, 40, 0.20);
  z-index: 5;
  white-space: nowrap;
}

/* =====================================================================
   SECTION HEADINGS & GENERAL LAYOUT
   ===================================================================== */
section {
  padding: 88px 0;
}

.section-head {
  max-width: 760px;
  margin-bottom: 38px;
}

.section-head.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.section-kicker {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 12px;
}

h2 {
  font-family: var(--font-serif);
  font-size: clamp(36px, 4.5vw, 58px);
  line-height: 1.08;
  font-weight: 500;
  letter-spacing: -0.045em;
  margin-bottom: 16px;
}

.section-head p {
  color: var(--muted);
  font-size: 17px;
  max-width: 700px;
  line-height: 1.6;
}

.section-head.center p {
  margin-left: auto;
  margin-right: auto;
}

/* =====================================================================
   CHOICE SECTION (NEW VS REDESIGN)
   ===================================================================== */
.choice {
  background: var(--paper);
}

.choice-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}

.choice-card {
  border-radius: 26px;
  overflow: hidden;
  border: 1px solid var(--line);
  background: #fff;
  display: flex;
  flex-direction: column;
}

.choice-visual {
  min-height: 270px;
  padding: 28px;
  background: #efe9df;
  display: flex;
  align-items: center;
  justify-content: center;
}

.choice-visual.redesign {
  background: #e8eee9;
}

.mini-browser {
  width: min(430px, 92%);
  background: #fff;
  border: 1px solid #d8d3cb;
  border-radius: 17px;
  overflow: hidden;
  box-shadow: 0 18px 50px rgba(52, 45, 38, 0.12);
}

.mini-head {
  height: 34px;
  background: #f3f0eb;
  border-bottom: 1px solid #e3ddd5;
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 0 10px;
}

.mini-head i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #d4cec5;
}

.mini-body {
  padding: 20px;
  display: grid;
  gap: 10px;
}

.mini-line {
  height: 10px;
  border-radius: 99px;
  background: #ded9d2;
}

.mini-line.lg {
  width: 74%;
  height: 18px;
  background: #2a332f;
}

.mini-line.sm {
  width: 62%;
}

.mini-card-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-top: 8px;
}

.mini-box {
  height: 58px;
  border-radius: 10px;
  background: #efebe5;
}

.redesign-wrap {
  width: min(430px, 92%);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 13px;
  align-items: center;
}

.old-site, .new-site {
  background: #fff;
  border: 1px solid #d5d6d3;
  border-radius: 15px;
  padding: 15px;
  min-height: 166px;
  position: relative;
}

.site-badge {
  font-size: 9px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 2px 6px;
  border-radius: 4px;
  display: inline-block;
  margin-bottom: 8px;
}

.old-site {
  opacity: 0.72;
}

.old-site .site-badge {
  background: #eee;
  color: #777;
}

.old-site .mini-line.lg {
  width: 88%;
  background: #797e7a;
}

.new-site {
  box-shadow: 0 16px 38px rgba(37, 64, 54, 0.12);
  transform: translateY(-6px);
}

.new-site .site-badge {
  background: var(--accent-soft);
  color: var(--accent);
}

.new-site .mini-line.lg {
  background: var(--accent);
  width: 68%;
}

.choice-copy {
  padding: 30px 32px 32px;
  flex: 1;
}

.choice-copy h3 {
  font-size: 24px;
  letter-spacing: -0.03em;
  margin-bottom: 10px;
  font-weight: 700;
}

.choice-copy p {
  color: var(--muted);
  margin-bottom: 18px;
  font-size: 15px;
}

.choice-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 10px;
  color: #57605a;
  font-size: 14px;
}

.choice-list li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}

.choice-list li:before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--accent-2);
  margin-top: 8px;
  flex: 0 0 auto;
}

/* =====================================================================
   DARK SERVICES SECTION
   ===================================================================== */
.services {
  background: var(--dark);
  color: #fff;
}

.services .section-kicker {
  color: #b9d0c6;
}

.services .section-head p {
  color: #b7c1bc;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.service-card {
  padding: 26px;
  min-height: 220px;
  border-radius: 20px;
  background: var(--dark-soft);
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: transform 0.2s ease, border-color 0.2s ease;
}

.service-card:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 255, 255, 0.16);
}

.service-num {
  color: #9db2aa;
  font-size: 12px;
  margin-bottom: 46px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.service-card h3 {
  font-size: 18px;
  margin-bottom: 8px;
  font-weight: 700;
}

.service-card p {
  font-size: 14px;
  color: #bdc6c2;
  margin-bottom: 0;
  line-height: 1.55;
}

/* =====================================================================
   INDUSTRIES SECTION
   ===================================================================== */
.industries {
  background: var(--cream);
}

.industry-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.industry-card {
  overflow: hidden;
  border-radius: 24px;
  background: #fff;
  border: 1px solid var(--line);
  transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.25s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.2s ease;
  cursor: pointer;
}

.industry-card-hitbox {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
  color: inherit;
}

.industry-card:hover {
  transform: translateY(-4px) scale(1.02);
  box-shadow: 0 20px 35px -10px rgba(15, 23, 42, 0.12);
  border-color: #cbd5e1;
}

.industry-art {
  height: 250px;
  position: relative;
  overflow: hidden;
  padding: 14px 14px 0;
  display: flex;
  align-items: stretch;
}

.mini-website-artboard {
  width: 100%;
  background: #ffffff;
  border-radius: 9px 9px 0 0;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-bottom: none;
  box-shadow: 0 10px 25px -4px rgba(15, 23, 42, 0.1);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.industry-card:hover .mini-website-artboard {
  transform: translateY(-4px);
  box-shadow: 0 16px 30px -4px rgba(15, 23, 42, 0.16);
}

.mini-artboard-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  background: #ffffff;
}

.mini-artboard-brand {
  display: flex;
  align-items: baseline;
  gap: 4px;
}

.mini-brand-logo {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.04em;
  color: #0f172a;
}

.mini-brand-sub {
  font-size: 7.5px;
  font-weight: 700;
  color: #94a3b8;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.mini-artboard-nav-links {
  display: flex;
  gap: 8px;
  font-size: 8.5px;
  color: #64748b;
  font-weight: 500;
}

.mini-artboard-nav-cta {
  font-size: 8.5px;
  font-weight: 700;
  padding: 2.5px 7px;
  border-radius: 4px;
  line-height: 1.2;
}

.mini-artboard-hero {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 10px;
  padding: 10px 12px;
  flex: 1;
  align-items: stretch;
  overflow: hidden;
  background: inherit;
}

.mini-hero-text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 4px;
  overflow: hidden;
}

.mini-eyebrow {
  font-size: 7.5px;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.mini-headline {
  font-size: 11px;
  font-weight: 700;
  line-height: 1.28;
  margin: 0;
  color: #0f172a;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.mini-tags-row {
  display: flex;
  flex-wrap: wrap;
  gap: 3px;
  margin: 2px 0;
}

.mini-tag {
  font-size: 7px;
  font-weight: 600;
  padding: 1px 4px;
  border-radius: 3px;
  background: rgba(15, 23, 42, 0.05);
  color: #475569;
  white-space: nowrap;
}

.mini-cta-row {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 2px;
}

.mini-hero-btn {
  font-size: 8px;
  font-weight: 700;
  padding: 3px 8px;
  border-radius: 4px;
  line-height: 1.2;
  white-space: nowrap;
}

.mini-hero-extra {
  font-size: 7.5px;
  color: #64748b;
  font-weight: 500;
}

.mini-hero-media {
  position: relative;
  height: 100%;
  min-height: 110px;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.07);
}

.mini-artboard-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

/* Industry-specific visual nuances */
.mini-artboard--beauty {
  background: #fdfaf7;
}
.mini-artboard--beauty .mini-headline {
  font-family: Georgia, serif;
  font-weight: 600;
  font-size: 11.5px;
  color: #2e1d14;
}

.mini-artboard--kancelarie {
  background: #fdfdfd;
}
.mini-artboard--kancelarie .mini-headline {
  font-family: Georgia, serif;
  font-weight: 600;
  font-size: 11.5px;
  color: #0f172a;
}

.mini-artboard--fizjoterapia {
  background: #f6faf7;
}
.mini-artboard--fizjoterapia .mini-headline {
  font-weight: 700;
  color: #112d24;
}

.mini-artboard--budownictwo {
  background: #0f172a;
  border-color: #334155;
}
.mini-artboard--budownictwo .mini-artboard-nav {
  background: #0b1120;
  border-bottom-color: #1e293b;
}
.mini-artboard--budownictwo .mini-brand-logo {
  color: #f8fafc;
}
.mini-artboard--budownictwo .mini-artboard-nav-links {
  color: #94a3b8;
}
.mini-artboard--budownictwo .mini-headline {
  color: #f8fafc;
  font-weight: 800;
  letter-spacing: -0.01em;
}
.mini-artboard--budownictwo .mini-tag {
  background: #1e293b;
  color: #cbd5e1;
}
.mini-artboard--budownictwo .mini-hero-extra {
  color: #94a3b8;
}

.mini-artboard--b2b {
  background: #f8fafc;
}
.mini-artboard--b2b .mini-headline {
  color: #0f172a;
  font-weight: 700;
}

.mini-artboard--ecommerce {
  background: #faf8f5;
}
.mini-artboard--ecommerce .mini-headline {
  font-family: Georgia, serif;
  font-weight: 500;
  font-style: italic;
  font-size: 11.5px;
  color: #292524;
}

.industry-concept-note {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #94a3b8;
  margin-bottom: 6px;
}

.industry-copy {
  padding: 20px 22px 22px;
  display: flex;
  flex-direction: column;
  flex: 1;
  text-align: left;
}

.industry-copy-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 6px;
}

.industry-copy h3 {
  font-size: 17px;
  font-weight: 700;
  margin: 0;
  color: #0f172a;
}

.industry-arrow {
  font-size: 17px;
  color: #94a3b8;
  transition: transform 0.2s ease, color 0.2s ease;
}

.industry-card:hover .industry-arrow {
  transform: translate(3px, -3px);
  color: #0f172a;
}

.industry-copy p {
  font-size: 13px;
  line-height: 1.5;
  color: var(--muted);
  margin: 0 0 14px;
  flex: 1;
}

.industry-card-action {
  font-size: 13px;
  font-weight: 700;
  color: #0f172a;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: color 0.2s ease;
  margin-top: auto;
}

.industry-card:hover .industry-card-action {
  color: #0284c7;
}

.action-arrow {
  transition: transform 0.2s ease;
}

.industry-card:hover .action-arrow {
  transform: translate(3px, -3px);
}

/* =====================================================================
   PROCESS SECTION
   ===================================================================== */
.process {
  background: var(--paper);
}

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

.step {
  padding: 30px 22px;
  border-right: 1px solid var(--line);
  min-height: 210px;
}

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

.step span {
  display: block;
  font-size: 11px;
  color: var(--accent);
  font-weight: 800;
  margin-bottom: 54px;
  letter-spacing: 0.08em;
}

.step h3 {
  font-size: 17px;
  margin-bottom: 8px;
  font-weight: 700;
}

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

/* =====================================================================
   FUNDING SECTION
   ===================================================================== */
.funding-wrap {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 0;
  background: var(--accent);
  color: #fff;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: var(--shadow);
}

.funding-copy {
  padding: 54px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.funding-copy .section-kicker {
  color: #d2e2db;
}

.funding-copy h2 {
  color: #fff;
}

.funding-copy p {
  color: #e0ebe6;
  max-width: 650px;
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 1.65;
}

.funding-copy .funding-disclaimer {
  font-size: 13px;
  color: #b8cfc5;
  border-left: 2px solid rgba(255, 255, 255, 0.3);
  padding-left: 14px;
  margin-top: 6px;
  margin-bottom: 24px;
  font-style: italic;
}

.funding-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  margin-top: 10px;
}

.funding-sublink {
  font-size: 13px;
  color: #d5e5df;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.funding-sublink:hover {
  color: #fff;
}

.funding-art {
  min-height: 420px;
  display: grid;
  place-items: center;
  background: linear-gradient(140deg, #426f61, #2b5c4c);
  padding: 40px;
}

.funding-paper {
  width: min(340px, 92%);
  background: #fdfaf5;
  color: var(--ink);
  padding: 30px;
  border-radius: 18px;
  transform: rotate(2deg);
  box-shadow: 0 26px 55px rgba(0, 0, 0, 0.18);
  transition: transform 0.3s ease;
}

.funding-paper:hover {
  transform: rotate(0deg);
}

.funding-paper h4 {
  font-family: var(--font-serif);
  font-size: 22px;
  margin: 0 0 18px;
  font-weight: 500;
}

.f-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 11px 0;
  border-bottom: 1px dashed #d8d1c7;
  font-size: 13px;
  font-weight: 500;
}

.f-row strong {
  color: var(--accent);
  font-weight: 800;
}

/* =====================================================================
   PRICING SECTION
   ===================================================================== */
.pricing {
  background: #f2eee7;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  align-items: stretch;
}

.price-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  transition: transform 0.2s ease;
}

.price-card:hover {
  transform: translateY(-2px);
}

.price-card.featured {
  background: var(--dark);
  color: #fff;
  border-color: var(--dark);
  box-shadow: 0 20px 55px rgba(30, 43, 40, 0.15);
}

.price-card h3 {
  font-size: 22px;
  margin-bottom: 8px;
  font-weight: 700;
}

.price-card p {
  color: var(--muted);
  font-size: 13px;
  min-height: 48px;
  line-height: 1.5;
}

.price-card.featured p {
  color: #b8c2bd;
}

.price {
  font-family: var(--font-serif);
  font-size: 34px;
  margin: 24px 0 20px;
  letter-spacing: -0.04em;
  font-weight: 500;
}

.price small {
  font-family: var(--font-sans);
  font-size: 12px;
  color: var(--muted);
  font-weight: 500;
}

.featured .price small {
  color: #aeb8b3;
}

.price-list {
  list-style: none;
  padding: 0;
  margin: 24px 0 0;
  display: grid;
  gap: 11px;
  font-size: 13px;
  color: #58615b;
  flex: 1;
}

.featured .price-list {
  color: #d1d8d4;
}

.price-list li {
  display: flex;
  gap: 9px;
  align-items: flex-start;
}

.price-list li:before {
  content: "•";
  color: var(--accent-2);
  font-weight: 900;
}

/* =====================================================================
   FAQ SECTION
   ===================================================================== */
.faq-wrap {
  max-width: 900px;
  margin: 0 auto;
}

details {
  border-top: 1px solid var(--line);
  padding: 20px 0;
}

details:last-child {
  border-bottom: 1px solid var(--line);
}

summary {
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  font-size: 17px;
  font-weight: 700;
}

summary::-webkit-details-marker {
  display: none;
}

summary:after {
  content: "+";
  font-size: 22px;
  color: #8b8f8b;
  font-weight: 400;
}

details[open] summary:after {
  content: "−";
}

details p {
  color: var(--muted);
  font-size: 14px;
  max-width: 760px;
  margin: 14px 0 0;
  line-height: 1.6;
}

/* =====================================================================
   CONTACT & LEAD FORM
   ===================================================================== */
.cta-section {
  padding-bottom: 104px;
}

.cta-box {
  background: #e9dfd2;
  border-radius: 30px;
  padding: 58px;
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  gap: 46px;
  align-items: center;
}

.cta-copy {
  text-align: left;
}

.cta-copy h2 {
  max-width: 560px;
}

.cta-copy p {
  color: #656a66;
  max-width: 560px;
  font-size: 16px;
}

.lead-form {
  background: #fffdf9;
  border: 1px solid #dbd3ca;
  border-radius: 22px;
  padding: 26px;
  box-shadow: 0 18px 40px rgba(75, 61, 50, 0.08);
}

.form-grid {
  display: grid;
  gap: 14px;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

label {
  display: block;
  font-size: 11px;
  font-weight: 700;
  color: #6b716d;
  letter-spacing: 0.02em;
}

input, select, textarea {
  width: 100%;
  margin-top: 6px;
  background: #fff;
  border: 1px solid #ddd7ce;
  border-radius: 12px;
  padding: 12px 13px;
  color: var(--ink);
  outline: none;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

input:focus, select:focus, textarea:focus {
  border-color: #aabeb4;
  box-shadow: 0 0 0 3px #eef4f0;
}

textarea {
  resize: vertical;
  min-height: 84px;
}

.conditional-field {
  display: none;
}

.conditional-field.is-visible {
  display: block;
}

.form-note {
  font-size: 11px;
  color: #8a8f8b;
  margin-top: 10px;
  line-height: 1.4;
}

.form-status {
  display: none;
  padding: 12px 14px;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 600;
  margin-top: 8px;
}

.form-status.success {
  display: block;
  background: #e7efe9;
  color: var(--accent);
  border: 1px solid #c9d7cf;
}

/* =====================================================================
   FOOTER
   ===================================================================== */
footer {
  background: #fffdf9;
  border-top: 1px solid var(--line);
  padding: 48px 0 54px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.6fr repeat(3, 1fr);
  gap: 40px;
}

.footer-copy {
  max-width: 340px;
  font-size: 13px;
  color: #777d78;
  margin-top: 14px;
  line-height: 1.6;
}

.footer-col h4 {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #939892;
  margin-bottom: 12px;
  font-weight: 700;
}

.footer-col a {
  display: block;
  font-size: 13px;
  color: #565e58;
  margin: 8px 0;
}

.footer-col a:hover {
  color: var(--ink);
}

.footer-bottom {
  margin-top: 40px;
  padding-top: 24px;
  border-top: 1px solid rgba(221, 215, 206, 0.4);
  font-size: 12px;
  color: #99a09a;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}

/* =====================================================================
   RESPONSIVE MEDIA QUERIES
   ===================================================================== */
@media (max-width: 1020px) {
  .nav-links, .nav-actions .btn-light {
    display: none;
  }
  .menu-toggle {
    display: block;
  }
  .hero-grid, .choice-grid, .funding-wrap, .cta-box {
    grid-template-columns: 1fr;
  }
  .visual-stack {
    min-height: 520px;
  }
  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .industry-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .process-grid {
    grid-template-columns: 1fr 1fr;
  }
  .step:nth-child(2n) {
    border-right: 0;
  }
  .pricing-grid {
    grid-template-columns: 1fr;
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 680px) {
  .container {
    width: min(100% - 28px, var(--container));
  }
  .nav {
    min-height: 68px;
  }
  .hero {
    padding: 58px 0 42px;
  }
  h1 {
    font-size: clamp(38px, 9vw, 50px);
  }
  .hero-copy {
    font-size: 17px;
  }
  .visual-stack {
    min-height: 470px;
  }
  .mockup.main {
    width: 90%;
  }
  .mockup.secondary {
    width: 70%;
  }
  section {
    padding: 66px 0;
  }
  .services-grid, .industry-grid, .process-grid, .footer-grid, .form-row {
    grid-template-columns: 1fr;
  }
  .step {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
  .funding-copy, .cta-box {
    padding: 34px 25px;
  }
  .choice-copy {
    padding: 26px;
  }
  .choice-visual {
    min-height: 220px;
  }
  .redesign-wrap {
    grid-template-columns: 1fr 1fr;
  }
  .cta-copy {
    text-align: center;
  }
  .cta-copy h2, .cta-copy p {
    margin-left: auto;
    margin-right: auto;
  }
}
