:root {
  --ink: #10231d;
  --ink-soft: #344b43;
  --muted: #607069;
  --paper: #f7faf6;
  --surface: #ffffff;
  --surface-soft: #edf5f0;
  --line: #d8e5dc;
  --brand: #087a55;
  --brand-dark: #034c39;
  --brand-deep: #012f26;
  --lime: #d8f238;
  --lime-soft: #effbb0;
  --warm: #fff8e8;
  --shadow: 0 22px 60px rgba(2, 48, 38, 0.1);
  --radius-lg: 28px;
  --radius-md: 18px;
  --radius-sm: 12px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 92px;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", sans-serif;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

body,
button,
a {
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
}

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

button,
a {
  -webkit-tap-highlight-color: transparent;
}

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

h1,
h2,
h3 {
  letter-spacing: -0.035em;
  line-height: 1.08;
}

h1 {
  margin-bottom: 22px;
  font-size: clamp(2.55rem, 5.8vw, 5.35rem);
  font-weight: 880;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(2rem, 4vw, 3.7rem);
  font-weight: 850;
}

h3 {
  font-size: 1.2rem;
  font-weight: 820;
}

p {
  margin-bottom: 16px;
}

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

.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 100;
  padding: 10px 14px;
  border-radius: 8px;
  color: #fff;
  background: #000;
  transform: translateY(-160%);
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(216, 229, 220, 0.84);
  background: rgba(247, 250, 246, 0.9);
  backdrop-filter: blur(16px);
}

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

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: var(--ink);
  font-size: 1.15rem;
  font-weight: 850;
  text-decoration: none;
  white-space: nowrap;
}

.brand img {
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.65);
  border-radius: 13px;
  box-shadow: 0 7px 20px rgba(3, 76, 57, 0.17);
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 24px;
}

.desktop-nav a:not(.btn) {
  color: var(--ink-soft);
  font-size: 0.92rem;
  font-weight: 700;
  text-decoration: none;
}

.desktop-nav a:not(.btn):hover {
  color: var(--brand);
}

.btn {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 13px 20px;
  border: 1px solid transparent;
  border-radius: 12px;
  font-size: 0.98rem;
  font-weight: 820;
  line-height: 1.15;
  text-align: center;
  text-decoration: none;
  transition:
    transform 0.18s ease,
    background 0.18s ease,
    box-shadow 0.18s ease;
}

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

.btn:focus-visible,
.desktop-nav a:focus-visible,
.label-example-link:focus-visible,
.footer-links a:focus-visible {
  outline: 3px solid var(--lime);
  outline-offset: 4px;
}

.btn-primary {
  color: #fff;
  background: var(--brand);
  box-shadow: 0 14px 30px rgba(8, 122, 85, 0.2);
}

.btn-primary:hover {
  background: #066a4a;
  box-shadow: 0 18px 38px rgba(8, 122, 85, 0.27);
}

.btn-lime {
  color: #102016;
  background: var(--lime);
  box-shadow: 0 16px 34px rgba(216, 242, 56, 0.22);
}

.btn-lime:hover {
  background: #e6fa65;
}

.btn-outline {
  color: var(--ink);
  border-color: #b7cabd;
  background: rgba(255, 255, 255, 0.78);
}

.btn-white {
  color: var(--brand-dark);
  background: #fff;
  box-shadow: 0 15px 34px rgba(0, 0, 0, 0.16);
}

.btn-sm {
  min-height: 42px;
  padding: 10px 16px;
  font-size: 0.9rem;
}

.btn svg,
.text-link svg {
  width: 19px;
  height: 19px;
  flex: 0 0 auto;
}

.hero {
  position: relative;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 82% 18%, rgba(216, 242, 56, 0.17), transparent 25%),
    radial-gradient(circle at 7% 80%, rgba(21, 181, 120, 0.18), transparent 25%),
    linear-gradient(135deg, #01291f 0%, #034f3d 58%, #06382f 100%);
}

.hero::before,
.hero::after {
  position: absolute;
  content: "";
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
}

.hero::before {
  width: 580px;
  height: 580px;
  top: -320px;
  right: -130px;
}

.hero::after {
  width: 410px;
  height: 410px;
  right: -90px;
  bottom: -315px;
}

.hero-grid {
  position: relative;
  z-index: 1;
  min-height: 690px;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(370px, 0.92fr);
  align-items: center;
  gap: clamp(42px, 6vw, 88px);
  padding-block: clamp(72px, 9vw, 116px);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 20px;
  padding: 8px 12px;
  border: 1px solid rgba(216, 242, 56, 0.32);
  border-radius: 999px;
  color: var(--lime-soft);
  background: rgba(216, 242, 56, 0.08);
  font-size: 0.79rem;
  font-weight: 820;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.eyebrow-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--lime);
  box-shadow: 0 0 0 5px rgba(216, 242, 56, 0.1);
}

.hero h1 {
  max-width: 760px;
  color: #fff;
}

.hero h1 em {
  color: var(--lime);
  font-style: normal;
}

.hero-lead {
  max-width: 690px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.79);
  font-size: clamp(1.08rem, 1.8vw, 1.28rem);
  line-height: 1.58;
}

.hero-lead strong {
  color: #fff;
}

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

.hero-note {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  margin-top: 20px;
  color: rgba(255, 255, 255, 0.67);
  font-size: 0.86rem;
}

.hero-note span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.hero-note span::before {
  content: "✓";
  color: var(--lime);
  font-weight: 900;
}

.hero-visual {
  position: relative;
}

.project-card {
  position: relative;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.23);
  border-radius: 26px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 36px 90px rgba(0, 0, 0, 0.3);
  transform: rotate(1.4deg);
}

.project-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 3px 3px 16px;
}

.project-title {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 850;
}

.project-title-icon {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  color: #fff;
  background: var(--brand);
}

.project-title-icon svg {
  width: 20px;
}

.status {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 9px;
  border-radius: 999px;
  color: var(--brand-dark);
  background: #dff7ec;
  font-size: 0.72rem;
  font-weight: 830;
}

.status::before {
  width: 7px;
  height: 7px;
  content: "";
  border-radius: 50%;
  background: #13a36d;
}

.label-workspace {
  display: grid;
  grid-template-columns: 1.12fr 0.88fr;
  min-height: 360px;
  overflow: hidden;
  border: 1px solid #d7e0db;
  border-radius: 18px;
  background: #eef4f0;
}

.package-preview {
  position: relative;
  min-height: 360px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 30px 22px 18px;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 25%, rgba(216, 242, 56, 0.22), transparent 34%),
    linear-gradient(145deg, #114c3d, #062e26);
}

.package {
  width: 190px;
  min-height: 282px;
  padding: 17px 14px;
  border: 1px solid rgba(216, 242, 56, 0.55);
  border-radius: 10px 10px 22px 22px;
  color: #fff;
  background: linear-gradient(150deg, #135f49, #0b372d);
  box-shadow: 0 22px 38px rgba(0, 0, 0, 0.32);
  text-align: center;
}

.package-brand {
  color: var(--lime);
  font-size: 0.62rem;
  font-weight: 850;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.package-name {
  margin: 6px 0 14px;
  font-family: Georgia, serif;
  font-size: 1.42rem;
  line-height: 1;
}

.nutrition-mini {
  padding: 8px;
  border: 2px solid #111;
  color: #111;
  background: #fff;
  font-size: 0.42rem;
  line-height: 1.25;
  text-align: left;
}

.nutrition-mini strong {
  display: block;
  padding-bottom: 4px;
  border-bottom: 4px solid #111;
  font-size: 0.58rem;
}

.nutrition-row {
  display: flex;
  justify-content: space-between;
  padding: 2px 0;
  border-bottom: 1px solid #111;
}

.lupa-mini {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-top: 9px;
  padding: 4px 7px;
  border: 1px solid #fff;
  border-radius: 3px;
  font-size: 0.46rem;
  font-weight: 900;
  letter-spacing: 0.05em;
}

.review-panel {
  padding: 18px 14px;
  background: #fff;
}

.review-panel small {
  display: block;
  margin-bottom: 4px;
  color: var(--muted);
  font-weight: 720;
}

.review-panel h3 {
  margin-bottom: 16px;
  font-size: 1rem;
}

.review-list {
  display: grid;
  gap: 9px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.review-list li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  padding-bottom: 9px;
  border-bottom: 1px solid #edf1ee;
  color: #344b43;
  font-size: 0.76rem;
  font-weight: 680;
  line-height: 1.35;
}

.review-list i {
  width: 18px;
  height: 18px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 50%;
  color: #fff;
  background: var(--brand);
  font-size: 0.65rem;
  font-style: normal;
  font-weight: 900;
}

.expert-float {
  position: absolute;
  right: -24px;
  bottom: -30px;
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 12px 15px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 16px;
  color: var(--ink);
  background: #fff;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.24);
  transform: rotate(-2deg);
}

.expert-avatar {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 12px;
  color: #fff;
  background: var(--brand);
}

.expert-avatar svg {
  width: 22px;
}

.expert-float strong,
.expert-float span {
  display: block;
}

.expert-float strong {
  font-size: 0.78rem;
}

.expert-float span {
  color: var(--muted);
  font-size: 0.68rem;
}

.trust-strip {
  position: relative;
  z-index: 2;
  margin-top: -1px;
  border-bottom: 1px solid var(--line);
  background: #fff;
}

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

.trust-item {
  min-height: 116px;
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 22px 24px;
  border-right: 1px solid var(--line);
}

.trust-item:last-child {
  border-right: 0;
}

.trust-icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 13px;
  color: var(--brand);
  background: var(--surface-soft);
}

.trust-icon svg {
  width: 22px;
}

.trust-item strong,
.trust-item span {
  display: block;
}

.trust-item strong {
  font-size: 0.9rem;
  line-height: 1.25;
}

.trust-item span {
  margin-top: 3px;
  color: var(--muted);
  font-size: 0.75rem;
  line-height: 1.35;
}

.section {
  padding-block: clamp(76px, 9vw, 122px);
}

.section-soft {
  border-block: 1px solid var(--line);
  background: var(--surface-soft);
}

.section-white {
  background: #fff;
}

.section-head {
  max-width: 720px;
  margin-bottom: 44px;
}

.section-head.centered {
  margin-inline: auto;
  text-align: center;
}

.kicker {
  display: inline-block;
  margin-bottom: 13px;
  color: var(--brand);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.section-lead {
  max-width: 720px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: clamp(1.02rem, 1.7vw, 1.18rem);
}

.pain-grid,
.service-grid,
.audience-grid,
.lead-grid {
  display: grid;
  gap: 18px;
}

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

.pain-card {
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: #fff;
  box-shadow: 0 12px 35px rgba(2, 48, 38, 0.05);
}

.card-number {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  margin-bottom: 28px;
  border-radius: 10px;
  color: var(--brand-dark);
  background: var(--lime-soft);
  font-size: 0.78rem;
  font-weight: 900;
}

.pain-card h3,
.service-card h3,
.audience-card h3 {
  margin-bottom: 10px;
}

.pain-card p,
.service-card p,
.audience-card p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.94rem;
}

.decision-band {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  align-items: center;
  gap: clamp(34px, 6vw, 80px);
  padding: clamp(32px, 5vw, 58px);
  border-radius: var(--radius-lg);
  color: #fff;
  background: var(--brand-deep);
  box-shadow: var(--shadow);
}

.decision-band h2 {
  color: #fff;
}

.decision-band p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.72);
}

.decision-list {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.decision-list li {
  display: flex;
  gap: 11px;
  align-items: flex-start;
  padding: 14px 15px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 13px;
  color: rgba(255, 255, 255, 0.84);
  background: rgba(255, 255, 255, 0.055);
  font-size: 0.92rem;
}

.decision-list span {
  color: var(--lime);
  font-weight: 900;
}

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

.service-card {
  min-height: 245px;
  padding: 25px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: #fff;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    border-color 0.2s ease;
}

.service-card:hover {
  border-color: #a5c9b5;
  box-shadow: 0 20px 45px rgba(2, 48, 38, 0.09);
  transform: translateY(-4px);
}

.service-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  margin-bottom: 28px;
  border-radius: 14px;
  color: var(--brand);
  background: var(--surface-soft);
}

.service-icon svg {
  width: 24px;
}

.scope-note {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-top: 24px;
  padding: 17px 19px;
  border: 1px solid #f0d89b;
  border-radius: 14px;
  color: #674b0e;
  background: var(--warm);
  font-size: 0.9rem;
}

.scope-note svg {
  width: 21px;
  flex: 0 0 auto;
  margin-top: 2px;
}

.label-gallery-section {
  background:
    radial-gradient(circle at 8% 10%, rgba(216, 242, 56, 0.1), transparent 23%),
    #fff;
}

.label-gallery-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(350px, 0.9fr);
  align-items: end;
  gap: clamp(36px, 7vw, 88px);
  margin-bottom: 46px;
}

.label-gallery-intro h2 {
  max-width: 760px;
}

.label-gallery-intro h2 em {
  display: block;
  color: var(--brand);
  font-style: normal;
}

.label-proof-list {
  display: grid;
  gap: 10px;
}

.label-proof-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 15px 16px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 10px 28px rgba(2, 48, 38, 0.045);
}

.label-proof-item > span {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 9px;
  color: var(--brand-dark);
  background: var(--lime-soft);
  font-size: 0.72rem;
  font-weight: 900;
}

.label-proof-item strong,
.label-proof-item small {
  display: block;
}

.label-proof-item strong {
  margin-bottom: 3px;
  font-size: 0.92rem;
  line-height: 1.3;
}

.label-proof-item small {
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.4;
}

.label-gallery-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.label-example-card-featured {
  grid-column: 1 / -1;
}

.label-example-card {
  overflow: hidden;
  margin: 0;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: #fff;
  box-shadow: 0 18px 48px rgba(2, 48, 38, 0.08);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.label-example-card:hover {
  box-shadow: 0 26px 58px rgba(2, 48, 38, 0.14);
  transform: translateY(-4px);
}

.label-example-link {
  display: block;
  color: inherit;
  text-decoration: none;
}

.label-example-image {
  position: relative;
  display: grid;
  place-items: center;
  aspect-ratio: 3 / 2;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background: #edf3ef;
}

.label-example-image picture {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.label-example-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.35s ease;
}

.label-example-card--bread .label-example-image {
  background: #f3df9d;
}

.label-example-card--carrot .label-example-image {
  background: #f79431;
}

.label-example-card--banana .label-example-image {
  background: #f4c92c;
}

.label-example-card--biscuit .label-example-image {
  background: #19bdd2;
}

.label-example-card--pudding .label-example-image {
  background: #5b050b;
}

.label-example-card--cake-pot .label-example-image {
  aspect-ratio: 1823 / 863;
  background: #2d140d;
}

.label-example-card--packaged .label-example-image {
  aspect-ratio: 1;
  background: #f4efe6;
}

.label-example-image-contain img {
  object-fit: contain;
}

.label-example-image-cover img {
  object-fit: cover;
}

.label-example-card:hover .label-example-image img {
  transform: scale(1.025);
}

.label-example-zoom {
  position: absolute;
  right: 15px;
  bottom: 15px;
  padding: 8px 11px;
  border: 1px solid rgba(255, 255, 255, 0.64);
  border-radius: 999px;
  color: #fff;
  background: rgba(1, 47, 38, 0.86);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18);
  font-size: 0.76rem;
  font-weight: 820;
  backdrop-filter: blur(9px);
}

.label-example-card figcaption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 20px 21px;
}

.label-example-card figcaption strong,
.label-example-card figcaption small {
  display: block;
}

.label-example-card figcaption strong {
  margin-bottom: 3px;
  font-size: 1.03rem;
}

.label-example-card figcaption small {
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.4;
}

.label-example-tag {
  flex: 0 0 auto;
  padding: 7px 10px;
  border-radius: 999px;
  color: var(--brand-dark);
  background: var(--lime-soft);
  font-size: 0.7rem;
  font-weight: 850;
  white-space: nowrap;
}

.label-gallery-note {
  max-width: 760px;
  margin: 26px auto 0;
  color: var(--muted);
  font-size: 0.82rem;
  text-align: center;
}

.label-gallery-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin-top: 36px;
  padding: clamp(26px, 4vw, 40px);
  border-radius: var(--radius-md);
  color: #fff;
  background: var(--brand-deep);
}

.label-gallery-cta .kicker {
  margin-bottom: 6px;
  color: var(--lime);
}

.label-gallery-cta h3 {
  margin-bottom: 5px;
  color: #fff;
  font-size: clamp(1.4rem, 2.4vw, 2rem);
}

.label-gallery-cta p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.9rem;
}

.label-gallery-cta .btn {
  flex: 0 0 auto;
}

.process {
  counter-reset: process;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}

.process-step {
  position: relative;
  padding: 0 26px 0 0;
}

.process-step:not(:last-child)::after {
  position: absolute;
  top: 22px;
  right: 12px;
  left: 58px;
  height: 1px;
  content: "";
  background: #bad1c2;
}

.step-number {
  position: relative;
  z-index: 1;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  margin-bottom: 22px;
  border: 6px solid var(--surface-soft);
  border-radius: 50%;
  color: #fff;
  background: var(--brand);
  box-sizing: content-box;
  font-weight: 900;
}

.process-step h3 {
  margin-bottom: 9px;
  font-size: 1.03rem;
}

.process-step p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.process-cta {
  margin-top: 38px;
  text-align: center;
}

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

.audience-card {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
}

.audience-card svg {
  width: 25px;
  flex: 0 0 auto;
  color: var(--brand);
}

.audience-card h3 {
  font-size: 1rem;
}

.expert-section {
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 6% 100%, rgba(216, 242, 56, 0.13), transparent 24%),
    var(--brand-deep);
}

.expert-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1.22fr);
  align-items: center;
  gap: clamp(40px, 7vw, 94px);
}

.expert-card {
  position: relative;
  min-height: 410px;
  display: grid;
  align-content: end;
  padding: 28px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius-lg);
  background:
    radial-gradient(circle at 50% 25%, rgba(216, 242, 56, 0.22), transparent 28%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.04));
}

.expert-mark {
  width: 138px;
  height: 138px;
  display: grid;
  place-items: center;
  margin: 0 auto 70px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 40px;
  color: var(--lime);
  background: rgba(255, 255, 255, 0.08);
  transform: rotate(-4deg);
}

.expert-mark svg {
  width: 70px;
}

.expert-card h3,
.expert-card p {
  margin-bottom: 5px;
  color: #fff;
  text-align: center;
}

.expert-card h3 {
  font-size: 1.45rem;
}

.expert-card p {
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.9rem;
}

.expert-copy .kicker {
  color: var(--lime);
}

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

.expert-copy > p {
  color: rgba(255, 255, 255, 0.74);
  font-size: 1.04rem;
}

.expert-points {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  padding: 0;
  margin: 28px 0 32px;
  list-style: none;
}

.expert-points li {
  display: flex;
  gap: 9px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.9rem;
}

.expert-points span {
  color: var(--lime);
  font-weight: 900;
}

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

.lead-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 27px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: #fff;
}

.lead-card-featured {
  border: 2px solid var(--brand);
  box-shadow: 0 20px 48px rgba(8, 122, 85, 0.14);
}

.lead-label {
  margin-bottom: 22px;
  padding: 5px 9px;
  border-radius: 999px;
  color: var(--brand-dark);
  background: var(--lime-soft);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.lead-card h3 {
  margin-bottom: 10px;
  font-size: 1.28rem;
}

.lead-card p {
  flex: 1;
  margin-bottom: 24px;
  color: var(--muted);
  font-size: 0.93rem;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--brand);
  font-weight: 820;
  text-decoration: none;
}

.text-link:hover {
  text-decoration: underline;
}

.prep-box {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(30px, 6vw, 78px);
  padding: clamp(34px, 6vw, 65px);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: #fff;
  box-shadow: var(--shadow);
}

.prep-box h2 {
  font-size: clamp(1.9rem, 3.2vw, 3rem);
}

.prep-box p {
  color: var(--muted);
}

.prep-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.prep-list li {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  padding: 13px;
  border-radius: 12px;
  color: var(--ink-soft);
  background: var(--surface-soft);
  font-size: 0.88rem;
  font-weight: 650;
}

.prep-list span {
  color: var(--brand);
  font-weight: 900;
}

.faq-list {
  max-width: 850px;
  display: grid;
  gap: 12px;
  margin-inline: auto;
}

.faq-list details {
  border: 1px solid var(--line);
  border-radius: 15px;
  background: #fff;
}

.faq-list details[open] {
  border-color: #a9cbb6;
  box-shadow: 0 13px 35px rgba(2, 48, 38, 0.06);
}

.faq-list summary {
  position: relative;
  padding: 20px 54px 20px 21px;
  cursor: pointer;
  list-style: none;
  font-weight: 800;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  position: absolute;
  top: 50%;
  right: 20px;
  content: "+";
  color: var(--brand);
  font-size: 1.45rem;
  font-weight: 500;
  transform: translateY(-50%);
}

.faq-list details[open] summary::after {
  content: "−";
}

.faq-answer {
  padding: 0 21px 20px;
  color: var(--muted);
}

.faq-answer p:last-child {
  margin-bottom: 0;
}

.final-cta {
  padding-block: clamp(70px, 8vw, 106px);
}

.final-card {
  position: relative;
  overflow: hidden;
  padding: clamp(42px, 7vw, 78px);
  border-radius: var(--radius-lg);
  color: #fff;
  background:
    radial-gradient(circle at 90% 20%, rgba(216, 242, 56, 0.22), transparent 24%),
    linear-gradient(135deg, #044a39, #012f26);
  text-align: center;
  box-shadow: 0 30px 70px rgba(2, 48, 38, 0.2);
}

.final-card h2 {
  max-width: 790px;
  margin-inline: auto;
  color: #fff;
}

.final-card p {
  max-width: 650px;
  margin-inline: auto;
  color: rgba(255, 255, 255, 0.74);
  font-size: 1.05rem;
}

.final-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 27px;
}

.site-footer {
  padding: 34px 0 92px;
  border-top: 1px solid var(--line);
  background: #fff;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  align-items: end;
  gap: 30px;
}

.footer-brand {
  margin-bottom: 12px;
}

.footer-copy,
.footer-legal {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.82rem;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 11px 20px;
  margin-bottom: 12px;
}

.footer-links a {
  color: var(--ink-soft);
  font-size: 0.83rem;
  font-weight: 700;
  text-decoration: none;
}

.footer-legal {
  text-align: right;
}

.mobile-cta {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 60;
  display: none;
  padding: 10px 14px calc(10px + env(safe-area-inset-bottom));
  border-top: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(14px);
}

.mobile-cta .btn {
  width: 100%;
}

@media (max-width: 980px) {
  .desktop-nav a:not(.btn) {
    display: none;
  }

  .hero-grid {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 64px;
    padding-top: 68px;
  }

  .hero-copy {
    max-width: 780px;
  }

  .hero-visual {
    width: min(660px, 94%);
    margin-inline: auto;
  }

  .trust-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .trust-item:nth-child(2) {
    border-right: 0;
  }

  .trust-item:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }

  .service-grid,
  .audience-grid,
  .lead-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .decision-band,
  .label-gallery-intro,
  .expert-grid,
  .prep-box {
    grid-template-columns: 1fr;
  }

  .label-gallery-intro {
    align-items: start;
  }

  .label-proof-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .expert-card {
    min-height: 350px;
  }

  .process {
    grid-template-columns: repeat(2, 1fr);
    gap: 34px 18px;
  }

  .process-step:nth-child(2)::after {
    display: none;
  }
}

/* ==================== NICHES SECTION ==================== */
.niches-section {
  background: var(--paper);
}

.text-center {
  text-align: center;
}

.section-head.text-center {
  max-width: 740px;
  margin-inline: auto;
}

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

.niche-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  padding: 24px;
  box-shadow: 0 4px 16px rgba(1, 47, 38, 0.04);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.niche-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(1, 47, 38, 0.08);
  border-color: var(--brand);
}

.niche-icon {
  font-size: 2.2rem;
  line-height: 1;
  margin-bottom: 14px;
}

.niche-card h3 {
  color: var(--brand-dark);
  font-size: 1.15rem;
  margin-bottom: 8px;
}

.niche-card p {
  color: var(--muted);
  font-size: 0.93rem;
  line-height: 1.55;
  margin-bottom: 0;
}

/* ==================== INCLUDED SECTION ==================== */
.section-included {
  background: var(--surface);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.included-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}

.included-card {
  background: var(--surface-soft);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  padding: 26px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.included-icon {
  width: 44px;
  height: 44px;
  background: var(--brand-deep);
  color: var(--lime);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 6px;
}

.included-icon svg {
  width: 22px;
  height: 22px;
}

.included-card h3 {
  color: var(--brand-deep);
  font-size: 1.18rem;
  margin-bottom: 0;
}

.included-card p {
  color: var(--ink-soft);
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 0;
}

/* ==================== FAQ SECTION ==================== */
.faq-section {
  background: var(--surface-soft);
}

.faq-accordion {
  max-width: 820px;
  margin: 0 auto 36px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.faq-item {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  overflow: hidden;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.faq-item[open] {
  border-color: var(--brand);
  box-shadow: 0 6px 20px rgba(1, 47, 38, 0.06);
}

.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 22px;
  font-weight: 750;
  font-size: 1.05rem;
  color: var(--brand-dark);
  cursor: pointer;
  list-style: none;
  user-select: none;
}

.faq-question::-webkit-details-marker {
  display: none;
}

.faq-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  position: relative;
  flex-shrink: 0;
  margin-left: 14px;
}

.faq-icon::before,
.faq-icon::after {
  content: "";
  position: absolute;
  background-color: var(--brand);
  transition: transform 0.25s ease;
}

.faq-icon::before {
  top: 9px;
  left: 2px;
  right: 2px;
  height: 2px;
}

.faq-icon::after {
  top: 2px;
  bottom: 2px;
  left: 9px;
  width: 2px;
}

.faq-item[open] .faq-icon::after {
  transform: rotate(90deg);
  opacity: 0;
}

.faq-answer {
  padding: 0 22px 20px;
  color: var(--ink-soft);
  font-size: 0.95rem;
  line-height: 1.65;
}

.faq-answer p {
  margin-bottom: 0;
}

.faq-cta {
  background: var(--surface);
  border: 1px dashed var(--brand);
  border-radius: var(--radius-md);
  padding: 28px;
  max-width: 620px;
  margin: 0 auto;
  text-align: center;
}

.faq-cta p {
  color: var(--ink);
  font-weight: 600;
  font-size: 1rem;
}

@media (max-width: 700px) {
  html {
    scroll-padding-top: 76px;
  }

  .container {
    width: min(100% - 28px, 1160px);
  }

  .nav-wrap {
    min-height: 66px;
  }

  .brand {
    font-size: 1rem;
  }

  .brand img {
    width: 38px;
    height: 38px;
  }

  .desktop-nav .btn {
    min-height: 40px;
    padding: 9px 12px;
    font-size: 0.78rem;
  }

  .hero-grid {
    gap: 46px;
    padding-block: 54px 78px;
  }

  .hero-actions .btn {
    width: 100%;
  }

  .project-card {
    padding: 10px;
    border-radius: 19px;
    transform: none;
  }

  .label-workspace {
    grid-template-columns: 1fr;
  }

  .package-preview {
    min-height: 300px;
  }

  .review-panel {
    display: none;
  }

  .expert-float {
    right: 8px;
    bottom: -38px;
  }

  .trust-grid,
  .pain-grid,
  .service-grid,
  .label-gallery-grid,
  .audience-grid,
  .lead-grid,
  .process,
  .expert-points,
  .prep-list,
  .niches-grid,
  .included-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .label-proof-list {
    grid-template-columns: 1fr;
  }

  .label-example-card-featured {
    grid-column: auto;
  }

  .trust-item {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .trust-item:last-child {
    border-bottom: 0;
  }

  .section {
    padding-block: 72px;
  }

  .section-head {
    margin-bottom: 32px;
  }

  .decision-band {
    padding: 30px 22px;
    border-radius: 22px;
  }

  .label-example-card figcaption,
  .label-gallery-cta {
    align-items: flex-start;
    flex-direction: column;
  }

  .label-gallery-cta .btn {
    width: 100%;
  }

  .process {
    gap: 30px;
  }

  .process-step {
    display: grid;
    grid-template-columns: 50px 1fr;
    column-gap: 13px;
    padding: 0;
  }

  .process-step::after {
    display: none;
  }

  .process-step .step-number {
    grid-row: span 2;
    margin: 0;
  }

  .process-step h3 {
    align-self: end;
    margin: 0 0 6px;
  }

  .prep-box {
    padding: 28px 20px;
  }

  .footer-links {
    justify-content: flex-start;
  }

  .footer-legal {
    text-align: left;
  }

  .mobile-cta {
    display: block;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

@media print {
  .site-header,
  .mobile-cta,
  .hero-actions,
  .final-actions,
  .process-cta {
    display: none !important;
  }

  .hero,
  .expert-section,
  .decision-band,
  .final-card {
    color: #111;
    background: #fff;
    box-shadow: none;
  }
}
