/* src/app/copyConcept.css */
:root {
  color-scheme: light;
  font-family:
    Inter,
    ui-sans-serif,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
}
.copy-concept-page {
  background: #f7f5ef;
  color: #1d2424;
  min-height: 100vh;
}
.copy-concept-hero {
  align-items: center;
  color: #fffdf7;
  display: grid;
  justify-items: center;
  min-height: 88vh;
  overflow: hidden;
  padding: 96px 24px 72px;
  position: relative;
}
.copy-concept-hero-video,
.copy-concept-hero-shade {
  height: 100%;
  inset: 0;
  position: absolute;
  width: 100%;
}
.copy-concept-hero-video {
  object-fit: cover;
}
.copy-concept-hero-shade {
  background:
    linear-gradient(
      90deg,
      rgba(10, 20, 18, 0.84) 0%,
      rgba(10, 20, 18, 0.56) 50%,
      rgba(10, 20, 18, 0.18) 100%),
    linear-gradient(
      180deg,
      rgba(10, 20, 18, 0.62) 0%,
      rgba(10, 20, 18, 0.14) 38%,
      rgba(10, 20, 18, 0.72) 100%);
}
.copy-concept-nav {
  align-items: center;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  left: 50%;
  max-width: 1180px;
  position: absolute;
  top: 18px;
  transform: translateX(-50%);
  width: calc(100% - 48px);
  z-index: 2;
}
.copy-concept-brand,
.copy-concept-nav div,
.copy-concept-actions {
  align-items: center;
  display: flex;
  gap: 12px;
}
.copy-concept-brand,
.copy-concept-nav a {
  color: inherit;
  font-size: 13px;
  font-weight: 850;
  text-decoration: none;
}
.copy-concept-brand span {
  align-items: center;
  background: #f0ad4e;
  border-radius: 8px;
  color: #1d2424;
  display: inline-flex;
  font-size: 12px;
  height: 34px;
  justify-content: center;
  width: 34px;
}
.copy-concept-nav div a {
  color: rgba(255, 253, 247, 0.82);
}
.copy-concept-nav div a:hover {
  color: #fffdf7;
}
.copy-concept-hero-copy {
  display: grid;
  gap: 18px;
  justify-self: center;
  margin: 0 auto;
  max-width: 1180px;
  padding: 0;
  position: relative;
  width: 100%;
  z-index: 1;
}
.copy-concept-kicker {
  color: #d26742;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0;
  margin: 0;
  text-transform: uppercase;
}
.copy-concept-hero .copy-concept-kicker {
  color: #f0ad4e;
}
.copy-concept-hero h1,
.copy-concept-section-heading h2,
.copy-concept-chain h2,
.copy-concept-sample-copy h2,
.copy-concept-workflow h2,
.copy-concept-proof h2,
.copy-concept-apply h2 {
  letter-spacing: 0;
  margin: 0;
}
.copy-concept-hero h1 {
  font-size: clamp(44px, 8vw, 96px);
  line-height: 0.96;
  max-width: 980px;
}
.copy-concept-hero-copy > p:not(.copy-concept-kicker) {
  color: rgba(255, 253, 247, 0.88);
  font-size: clamp(18px, 2.1vw, 24px);
  line-height: 1.45;
  margin: 0;
  max-width: 720px;
}
.copy-concept-button {
  align-items: center;
  border: 1px solid transparent;
  border-radius: 8px;
  display: inline-flex;
  font-size: 14px;
  font-weight: 900;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  text-decoration: none;
  width: max-content;
}
.copy-concept-button.primary {
  background: #e06744;
  color: #fffdf7;
}
.copy-concept-button.primary:hover {
  background: #cc5734;
}
.copy-concept-button.secondary {
  background: rgba(255, 253, 247, 0.1);
  border-color: rgba(255, 253, 247, 0.34);
  color: #fffdf7;
}
.copy-concept-math,
.copy-concept-chain,
.copy-concept-sample,
.copy-concept-workflow,
.copy-concept-proof,
.copy-concept-apply {
  display: grid;
  gap: 28px;
  margin: 0 auto;
  max-width: 1180px;
  padding: 72px 24px;
}
.copy-concept-section-heading,
.copy-concept-sample-copy {
  display: grid;
  gap: 10px;
  max-width: 680px;
}
.copy-concept-section-heading h2,
.copy-concept-sample-copy h2,
.copy-concept-chain h2,
.copy-concept-proof h2,
.copy-concept-apply h2 {
  font-size: clamp(32px, 5vw, 58px);
  line-height: 1.03;
}
.copy-concept-section-heading p:not(.copy-concept-kicker),
.copy-concept-sample-copy p,
.copy-concept-proof p,
.copy-concept-apply li,
.copy-concept-chain li {
  color: #5d6664;
  font-size: 16px;
  line-height: 1.55;
}
.copy-concept-math-grid,
.copy-concept-workflow-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.copy-concept-math-grid article,
.copy-concept-workflow-grid article {
  background: #fffdf8;
  border: 1px solid #e1d8ca;
  border-radius: 8px;
  display: grid;
  gap: 12px;
  padding: 22px;
}
.copy-concept-math-grid strong {
  color: #1d2424;
  font-size: clamp(32px, 5vw, 56px);
  line-height: 1;
}
.copy-concept-math-grid p,
.copy-concept-workflow-grid p,
.copy-concept-product-shot p,
.copy-concept-product-shot span,
.copy-concept-product-shot small {
  color: #5d6664;
  line-height: 1.5;
  margin: 0;
}
.copy-concept-chain {
  align-items: start;
  background: #1f3330;
  color: #fffdf7;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 1fr);
  max-width: none;
  padding-left: max(24px, calc((100vw - 1180px) / 2 + 24px));
  padding-right: max(24px, calc((100vw - 1180px) / 2 + 24px));
}
.copy-concept-chain .copy-concept-kicker {
  color: #f0ad4e;
}
.copy-concept-chain li {
  background: rgba(255, 253, 247, 0.08);
  border: 1px solid rgba(255, 253, 247, 0.16);
  border-radius: 8px;
  color: #fffdf7;
  font-weight: 850;
  list-style-position: inside;
  margin-bottom: 10px;
  padding: 16px;
}
.copy-concept-sample {
  align-items: center;
  grid-template-columns: minmax(280px, 0.82fr) minmax(0, 1.18fr);
}
.copy-concept-product-shot {
  background: #fffdf8;
  border: 1px solid #e1d8ca;
  border-radius: 8px;
  box-shadow: 0 22px 70px rgba(44, 51, 49, 0.12);
  display: grid;
  gap: 16px;
  padding: 18px;
}
.copy-concept-product-header {
  align-items: center;
  display: flex;
  gap: 16px;
  justify-content: space-between;
}
.copy-concept-product-header div {
  display: grid;
  gap: 3px;
}
.copy-concept-product-header strong,
.copy-concept-video-row h3 {
  color: #1d2424;
}
.copy-concept-product-header b {
  background: #e8f5ef;
  border-radius: 999px;
  color: #22714e;
  font-size: 12px;
  padding: 7px 10px;
}
.copy-concept-metrics {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.copy-concept-metrics span {
  background: #f1eee6;
  border-radius: 8px;
  display: grid;
  gap: 5px;
  padding: 12px;
}
.copy-concept-metrics strong {
  color: #1d2424;
  font-size: 22px;
}
.copy-concept-video-row {
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(180px, 260px) minmax(0, 1fr);
}
.copy-concept-video-row video {
  aspect-ratio: 9 / 16;
  background: #111818;
  border-radius: 8px;
  display: block;
  width: 100%;
}
.copy-concept-video-row div {
  align-content: center;
  display: grid;
  gap: 10px;
}
.copy-concept-video-row h3 {
  font-size: clamp(26px, 4vw, 42px);
  line-height: 1.05;
  margin: 0;
}
.copy-concept-workflow {
  border-top: 1px solid #e1d8ca;
}
.copy-concept-workflow-grid article span {
  color: #d26742;
  font-size: 13px;
  font-weight: 950;
}
.copy-concept-workflow-grid h3 {
  font-size: 24px;
  margin: 0;
}
.copy-concept-proof {
  align-items: center;
  background: #efe8dc;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 1fr);
  max-width: none;
  padding-left: max(24px, calc((100vw - 1180px) / 2 + 24px));
  padding-right: max(24px, calc((100vw - 1180px) / 2 + 24px));
}
.copy-concept-proof p {
  font-size: 20px;
  margin: 0;
}
.copy-concept-apply {
  align-items: center;
  grid-template-columns: minmax(280px, 0.75fr) minmax(320px, 1fr);
}
.copy-concept-apply div {
  display: grid;
  gap: 14px;
  max-width: 760px;
}
.copy-concept-apply ul {
  display: grid;
  gap: 7px;
  margin: 0;
  padding-left: 20px;
}
.copy-concept-form {
  background: #fffdf8;
  border: 1px solid #e1d8ca;
  border-radius: 8px;
  box-shadow: 0 22px 70px rgba(44, 51, 49, 0.1);
  display: grid;
  gap: 14px;
  padding: 22px;
}
.copy-concept-form-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.copy-concept-form label {
  color: #5d6664;
  display: grid;
  font-size: 13px;
  font-weight: 850;
  gap: 7px;
}
.copy-concept-form input,
.copy-concept-form select,
.copy-concept-form textarea {
  background: #fdf9f1;
  border: 1px solid #d7cbb9;
  border-radius: 8px;
  color: #1d2424;
  font: inherit;
  min-height: 44px;
  padding: 0 12px;
  width: 100%;
}
.copy-concept-form textarea {
  min-height: 104px;
  padding: 12px;
  resize: vertical;
}
.copy-concept-consent {
  align-items: start;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
}
.copy-concept-consent input {
  height: 17px;
  margin: 2px 0 0;
  min-height: 0;
  width: 17px;
}
.copy-concept-form .copy-concept-button {
  border: 0;
  cursor: pointer;
}
.copy-concept-form .copy-concept-button:disabled {
  cursor: wait;
  opacity: 0.72;
}
.copy-concept-form-success,
.copy-concept-form-error {
  border-radius: 8px;
  display: grid;
  gap: 4px;
  margin: 0;
  padding: 12px;
}
.copy-concept-form-success {
  background: #e8f5ef;
  border: 1px solid #bfe1d0;
  color: #175739;
}
.copy-concept-form-success p {
  margin: 0;
}
.copy-concept-form-error {
  background: #fff0ed;
  border: 1px solid #eeb8ab;
  color: #a53d28;
}
@media (max-width: 820px) {
  .copy-concept-hero {
    min-height: 92vh;
    padding: 130px 18px 44px;
  }
  .copy-concept-nav {
    align-items: flex-start;
    flex-direction: column;
    left: 18px;
    right: 18px;
    transform: none;
    width: auto;
  }
  .copy-concept-nav div {
    flex-wrap: wrap;
  }
  .copy-concept-hero-copy {
    padding: 0;
  }
  .copy-concept-actions {
    align-items: stretch;
    flex-direction: column;
  }
  .copy-concept-button {
    width: 100%;
  }
  .copy-concept-math-grid,
  .copy-concept-workflow-grid,
  .copy-concept-chain,
  .copy-concept-sample,
  .copy-concept-proof,
  .copy-concept-apply {
    grid-template-columns: 1fr;
  }
  .copy-concept-video-row {
    grid-template-columns: 1fr;
  }
  .copy-concept-video-row video {
    justify-self: center;
    max-width: 280px;
  }
  .copy-concept-metrics {
    grid-template-columns: 1fr;
  }
  .copy-concept-form-grid {
    grid-template-columns: 1fr;
  }
}
