@font-face {
  font-family: "YorentaKawara";
  src:
    local("A P-OTF 瓦ゴシック ProN M"),
    local("A P-OTF 瓦ゴシック ProN"),
    local("A P-OTF Kawara Gothic ProN M"),
    local("A P-OTF Kawara Gothic ProN"),
    local("AP-OTF-KawaraGothicProN-M"),
    local("A-OTF-KawaraGothicProN-M");
  font-weight: 400 600;
  font-style: normal;
  font-display: swap;
}

:root {
  --font-main: "YorentaKawara", "A P-OTF 瓦ゴシック ProN", "A P-OTF 瓦ゴシック ProN M", "A P-OTF Kawara Gothic ProN", "A P-OTF Kawara Gothic ProN M", "AP-OTF KawaraGothic ProN", "A-OTF 瓦ゴシック ProN", "Hiragino Kaku Gothic ProN", "Yu Gothic", YuGothic, "Noto Sans JP", sans-serif;
  --navy: #071b3a;
  --navy-2: #0d2b57;
  --navy-3: #143f72;
  --red: #d5ac3d;
  --red-dark: #b98c25;
  --gold: #d5ac3d;
  --gold-light: #f2d66d;
  --cyan: #40bfd6;
  --ink: #101827;
  --muted: #5c6878;
  --line: #d9e0ea;
  --paper: #ffffff;
  --soft: #eef3f8;
  --soft-2: #f6f8fb;
  --shadow: 0 22px 50px rgba(7, 27, 58, .14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--font-main);
  font-synthesis-weight: none;
  font-feature-settings: "palt";
  letter-spacing: 0;
}

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

a {
  color: inherit;
  text-decoration: none;
}

.keep {
  white-space: nowrap;
}

button,
input {
  font: inherit;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  position: fixed;
  z-index: 50;
  top: 0;
  left: 0;
  right: 0;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
  width: min(1180px, calc(100% - 40px));
  margin: 18px auto 0;
  padding: 12px 14px 12px 18px;
  color: #fff;
  background: rgba(7, 27, 58, .82);
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 8px;
  backdrop-filter: blur(14px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  font-weight: 600;
}

.brand-mark {
  display: inline-grid;
  place-items: center;
  width: 28px;
  aspect-ratio: 1;
  color: var(--navy);
  background: #fff;
  border-radius: 4px;
}

.nav-links {
  display: flex;
  justify-content: flex-end;
  gap: 26px;
  color: rgba(255, 255, 255, .82);
  font-size: 13px;
  font-weight: 500;
}

.nav-links a {
  transition: color .18s ease;
}

.nav-links a:hover {
  color: #fff;
}

.header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  color: #fff;
  background: var(--red);
  border-radius: 4px;
  font-size: 13px;
  font-weight: 600;
}

.hero {
  position: relative;
  display: grid;
  align-items: center;
  min-height: min(860px, 94svh);
  padding: 112px 20px 60px;
  color: #fff;
  overflow: hidden;
  background: var(--navy);
}

.hero-picture,
.hero-image,
.hero-overlay,
.hero-angle {
  position: absolute;
  inset: 0;
}

.hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero-overlay {
  background:
    linear-gradient(103deg, rgba(7, 27, 58, .98) 0%, rgba(7, 27, 58, .96) 36%, rgba(7, 27, 58, .72) 52%, rgba(7, 27, 58, .18) 70%, rgba(7, 27, 58, 0) 100%),
    linear-gradient(180deg, rgba(7, 27, 58, .08) 0%, rgba(7, 27, 58, .20) 100%);
}

.hero-angle-1 {
  display: none;
}

.hero-angle-2 {
  left: auto;
  top: auto;
  bottom: 0;
  width: 100%;
  height: 11%;
  background: rgba(255, 255, 255, .96);
  clip-path: polygon(0 78%, 100% 46%, 100% 100%, 0 100%);
}

.hero-inner {
  position: relative;
  z-index: 2;
  width: min(1120px, 100%);
  margin: 0 auto;
}

.eyebrow,
.section-label,
.level-kicker {
  margin: 0 0 18px;
  color: var(--red);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: .08em;
}

.eyebrow {
  font-size: 14px;
  line-height: 1.35;
  letter-spacing: .04em;
}

.hero-ribbon {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 48px;
  margin: 0 0 14px;
  padding: 0 42px 0 28px;
  color: var(--navy);
  background: linear-gradient(90deg, var(--gold), var(--gold-light));
  font-size: clamp(16px, 2vw, 24px);
  font-weight: 600;
  line-height: 1;
}

.hero-ribbon::after {
  content: "";
  position: absolute;
  top: 0;
  right: -28px;
  width: 28px;
  height: 100%;
  background: inherit;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.hero-brand-title {
  width: min(680px, 100%);
  margin: 0;
  color: #fff;
  font-size: clamp(62px, 8.8vw, 116px);
  font-weight: 500;
  line-height: .9;
  letter-spacing: .06em;
  text-shadow: 0 10px 30px rgba(0, 0, 0, .16);
}

.hero-target {
  display: flex;
  align-items: center;
  gap: 18px;
  width: min(520px, 100%);
  margin: 14px 0 16px;
  color: rgba(255, 255, 255, .9);
  font-size: clamp(16px, 2.2vw, 24px);
  font-weight: 500;
  text-shadow: 0 4px 16px rgba(7, 27, 58, .34);
}

.hero-target::before,
.hero-target::after {
  content: "";
  flex: 1;
  height: 1px;
  background: rgba(255, 255, 255, .74);
}

.hero-statement {
  width: min(720px, 100%);
  margin: 44px 0 16px;
  color: #fff;
  font-size: clamp(36px, 4.5vw, 58px);
  font-weight: 500;
  line-height: 1.08;
  text-shadow: 0 8px 22px rgba(7, 27, 58, .32);
}

.hero-statement .highlight {
  color: var(--gold-light);
}

.hero-lead {
  width: min(620px, 100%);
  margin: 0 0 26px;
  color: rgba(255, 255, 255, .92);
  font-size: clamp(17px, 1.45vw, 19px);
  font-weight: 500;
  line-height: 1.7;
}

.hero-bonus-badge {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: stretch;
  gap: 0;
  width: min(640px, 100%);
  margin: 0 0 24px;
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 6px;
  backdrop-filter: blur(8px);
  overflow: hidden;
}

.hero-bonus-badge-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0 18px;
  color: var(--navy);
  background: linear-gradient(135deg, var(--gold), var(--gold-light));
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .04em;
  white-space: nowrap;
}

.hero-bonus-badge-pulse {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #e7354d;
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(231, 53, 77, .6);
  animation: bonus-pulse 1.8s ease infinite;
}

@keyframes bonus-pulse {
  0% { box-shadow: 0 0 0 0 rgba(231, 53, 77, .6); }
  70% { box-shadow: 0 0 0 10px rgba(231, 53, 77, 0); }
  100% { box-shadow: 0 0 0 0 rgba(231, 53, 77, 0); }
}

.hero-bonus-badge-body {
  padding: 12px 18px;
}

.hero-bonus-badge-title {
  margin: 0 0 6px;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: .02em;
}

.hero-bonus-badge-list {
  display: grid;
  gap: 2px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.hero-bonus-badge-list li {
  position: relative;
  padding-left: 16px;
  color: rgba(255, 255, 255, .86);
  font-size: 13px;
  font-weight: 400;
  line-height: 1.6;
}

.hero-bonus-badge-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .58em;
  width: 6px;
  height: 6px;
  background: var(--gold-light);
  border-radius: 50%;
}

.signup-form {
  display: grid;
  grid-template-columns: minmax(220px, 360px) auto;
  gap: 10px;
  max-width: 640px;
}

.signup-form input {
  min-width: 0;
  min-height: 58px;
  padding: 0 18px;
  border: 2px solid transparent;
  border-radius: 4px;
  outline: none;
  font-size: 16px;
  font-weight: 400;
}

.signup-form input:focus {
  border-color: var(--cyan);
}

.signup-form button {
  min-height: 58px;
  padding: 0 24px;
  color: #fff;
  background: var(--red);
  border: 0;
  border-radius: 4px;
  cursor: pointer;
  font-size: 15px;
  font-weight: 600;
  transition: transform .18s ease, background .18s ease;
}

.signup-form button:hover {
  background: var(--red-dark);
  transform: translateY(-1px);
}

.kit-form-slot {
  width: min(900px, 100%);
  margin-top: 0;
}

.kit-form-slot .formkit-form[data-uid="69cf971d25"] {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  color: inherit !important;
  font-family: var(--font-main) !important;
}

.kit-form-slot .formkit-form[data-uid="69cf971d25"] [data-style="clean"] {
  padding: 0 !important;
}

.kit-form-slot .formkit-form[data-uid="69cf971d25"] .formkit-fields {
  display: grid !important;
  grid-template-columns: minmax(220px, 360px) auto !important;
  gap: 10px !important;
  margin: 0 !important;
}

.kit-form-slot .formkit-form[data-uid="69cf971d25"].yorenta-has-two-fields .formkit-fields {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) auto !important;
}

.kit-form-slot .formkit-form[data-uid="69cf971d25"] .formkit-field,
.kit-form-slot .formkit-form[data-uid="69cf971d25"] .formkit-submit {
  margin: 0 !important;
  min-width: 0 !important;
  width: 100% !important;
}

.kit-form-slot .formkit-form[data-uid="69cf971d25"] .formkit-input {
  width: 100% !important;
  min-height: 58px !important;
  padding: 0 18px !important;
  color: var(--ink) !important;
  background: #fff !important;
  border: 2px solid transparent !important;
  border-radius: 4px !important;
  font-family: var(--font-main) !important;
  font-size: 16px !important;
  font-weight: 400 !important;
}

.kit-form-slot .formkit-form[data-uid="69cf971d25"] .formkit-input:focus {
  border-color: var(--cyan) !important;
}

.kit-form-slot .formkit-form[data-uid="69cf971d25"] .formkit-submit {
  min-height: 58px !important;
  padding: 0 !important;
  color: #fff !important;
  background: var(--red) !important;
  border: 0 !important;
  border-radius: 4px !important;
  font-family: var(--font-main) !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  transition: transform .18s ease, background .18s ease !important;
}

.kit-form-slot .formkit-form[data-uid="69cf971d25"] .formkit-submit:hover {
  background: var(--red-dark) !important;
  transform: translateY(-1px);
}

.kit-form-slot .formkit-form[data-uid="69cf971d25"] .formkit-submit > span {
  display: grid !important;
  min-height: 58px !important;
  place-items: center !important;
  padding: 0 24px !important;
  background: transparent !important;
}

.kit-form-slot .formkit-form[data-uid="69cf971d25"] .formkit-alert {
  margin: 10px 0 0 !important;
}

.kit-form-slot .formkit-form[data-uid="69cf971d25"] .formkit-powered-by-convertkit-container {
  display: none !important;
}

.signup-form-light input {
  border-color: rgba(255, 255, 255, .34);
}

.form-note {
  display: inline-grid;
  gap: 3px;
  margin: 14px 0 0;
  padding: 6px 10px;
  color: rgba(255, 255, 255, .72);
  background: rgba(7, 27, 58, .34);
  border-radius: 4px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.55;
}

.section {
  position: relative;
  padding: 112px 20px;
}

.section-inner {
  width: min(1120px, 100%);
  margin: 0 auto;
}

.section-heading {
  width: min(720px, 100%);
  margin-bottom: 46px;
}

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

.section-image {
  position: relative;
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  background: var(--navy);
}

.section-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(7, 27, 58, .04), rgba(231, 53, 77, .10)),
    linear-gradient(0deg, rgba(7, 27, 58, .16), rgba(7, 27, 58, 0));
  pointer-events: none;
}

.section-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-image-wide {
  height: clamp(220px, 31vw, 360px);
  margin-bottom: 34px;
  box-shadow: var(--shadow);
}

.section-image-dark {
  height: 260px;
  border: 1px solid rgba(255, 255, 255, .18);
  box-shadow: 0 24px 60px rgba(0, 0, 0, .28);
}

.section h2,
.final-cta h2 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(30px, 4.4vw, 52px);
  font-weight: 500;
  line-height: 1.18;
}

.section-heading p:not(.section-label),
.copy-block p,
.profile-panel p,
.bonus-copy p,
.final-cta p:not(.section-label),
.problem-card p,
.contents-grid p,
.level-card p,
.faq-list p {
  color: var(--muted);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.9;
}

.problem-section {
  background: #fff;
}

.problem-section::before {
  content: "";
  position: absolute;
  top: -42px;
  left: 0;
  right: 0;
  height: 84px;
  background: #fff;
  clip-path: polygon(0 50%, 100% 0, 100% 100%, 0 100%);
}

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

.problem-card,
.contents-grid article,
.usecase-grid article {
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow);
}

.problem-card {
  min-height: 252px;
  padding: 24px;
  border-top: 5px solid var(--navy);
}

.problem-card span {
  display: block;
  margin-bottom: 36px;
  color: var(--red);
  font-size: 46px;
  font-weight: 500;
  line-height: 1;
}

.problem-card h3,
.contents-grid h3,
.level-card h3 {
  margin: 0 0 12px;
  color: var(--navy);
  font-size: 22px;
  font-weight: 500;
  line-height: 1.35;
}

.dark-slab {
  color: #fff;
  background: var(--navy);
  clip-path: polygon(0 8%, 100% 0, 100% 92%, 0 100%);
}

.dark-slab h2,
.bonus-section h2 {
  color: #fff;
}

.label-red {
  color: #ff5d70;
}

.split,
.bonus-layout,
.profile-layout {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
  gap: 70px;
  align-items: center;
}

.copy-block {
  padding: 28px 0 28px 38px;
  border-left: 4px solid var(--red);
}

.copy-block p {
  color: rgba(255, 255, 255, .78);
}

.copy-block p + p {
  margin-top: 18px;
}

.slab-stack,
.target-stack {
  display: grid;
  gap: 24px;
}

.concept-section,
.usecase-section,
.faq-section {
  background: var(--soft);
}

.level-compare {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 26px;
  align-items: stretch;
}

.level-card {
  min-height: 360px;
  padding: 34px;
  background: #fff;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.level-card-accent {
  border-top: 7px solid var(--red);
}

.level-card ul,
.check-list,
.target-list {
  display: grid;
  gap: 12px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.level-card li,
.check-list li,
.target-list li {
  position: relative;
  padding-left: 20px;
  color: var(--ink);
  font-weight: 500;
  line-height: 1.7;
}

.level-card li::before,
.check-list li::before,
.target-list li::before {
  content: "";
  position: absolute;
  top: .72em;
  left: 0;
  width: 8px;
  height: 8px;
  background: var(--red);
}

.level-arrow {
  align-self: center;
  color: var(--red);
  font-size: clamp(30px, 4vw, 54px);
  font-weight: 500;
}

.contents-section {
  background: #fff;
}

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

.contents-grid article {
  min-height: 250px;
  padding: 28px;
  border: 1px solid var(--line);
  box-shadow: none;
}

.contents-grid span {
  display: inline-block;
  margin-bottom: 30px;
  color: var(--red);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .08em;
}

.bonus-section {
  color: #fff;
  background: var(--navy);
  overflow: hidden;
}

.bonus-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(124deg, rgba(20, 63, 114, .78) 0 42%, transparent 42% 100%),
    linear-gradient(16deg, transparent 0 64%, rgba(231, 53, 77, .20) 64% 100%);
  pointer-events: none;
}

.bonus-layout {
  position: relative;
}

.bonus-copy p {
  color: rgba(255, 255, 255, .78);
}

.bonus-visual {
  position: relative;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 28px 70px rgba(0, 0, 0, .34);
  transform: perspective(1100px) rotateY(-8deg) rotateX(2deg);
}

.bonus-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255, 255, 255, .25);
  pointer-events: none;
}

.bonus-visual img {
  width: 100%;
  height: 330px;
  object-fit: cover;
}

.check-list li {
  color: #fff;
}

.usecase-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  background: var(--line);
  border: 1px solid var(--line);
}

.usecase-grid article {
  min-height: 178px;
  padding: 30px;
  border-radius: 0;
  box-shadow: none;
}

.usecase-grid strong {
  display: block;
  margin-bottom: 22px;
  color: var(--red);
  font-size: 38px;
  font-weight: 500;
  line-height: 1;
}

.usecase-grid span {
  color: var(--navy);
  font-size: 17px;
  font-weight: 500;
  line-height: 1.65;
}

.profile-section {
  background: #fff;
}

.profile-panel {
  padding: 42px;
  border-left: 8px solid var(--navy);
  background: var(--soft-2);
}

.profile-panel h2 {
  margin-bottom: 24px;
}

.profile-side {
  display: grid;
  gap: 16px;
}

.profile-image {
  margin: 0 0 4px;
  height: 280px;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.profile-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.profile-note {
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: none;
}

.profile-note-title {
  margin: 0 0 20px;
  color: var(--navy);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.45;
}

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

.profile-note li {
  position: relative;
  padding-left: 20px;
  color: var(--ink);
  font-weight: 500;
  line-height: 1.7;
}

.profile-note li::before {
  content: "";
  position: absolute;
  top: .72em;
  left: 0;
  width: 8px;
  height: 8px;
  background: var(--red);
}

.target-section {
  color: #fff;
  background: var(--navy-2);
  clip-path: polygon(0 0, 100% 9%, 100% 100%, 0 91%);
}

.target-section h2 {
  color: #fff;
}

.target-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.target-cards article {
  min-height: 190px;
  padding: 24px;
  color: #fff;
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 8px;
}

.target-cards span {
  display: block;
  margin-bottom: 28px;
  color: var(--gold-light);
  font-size: 34px;
  font-weight: 500;
  line-height: 1;
}

.target-cards h3 {
  margin: 0 0 10px;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.35;
}

.target-cards p {
  margin: 0;
  color: rgba(255, 255, 255, .76);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.75;
}

.target-list li {
  color: #fff;
  font-size: 18px;
}

.faq-list {
  display: grid;
  gap: 12px;
  width: min(860px, 100%);
  margin: 0 auto;
}

.faq-list details {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(7, 27, 58, .08);
}

.faq-list summary {
  cursor: pointer;
  padding: 22px 26px;
  color: var(--navy);
  font-size: 18px;
  font-weight: 500;
}

.faq-list p {
  margin: 0;
  padding: 0 26px 24px;
}

.final-cta {
  position: relative;
  padding: 118px 20px 130px;
  color: #fff;
  background: var(--navy);
  overflow: hidden;
}

.final-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("./images/ryuta-photo-hero.webp");
  background-size: cover;
  background-position: center;
  opacity: .22;
}

.final-angle {
  position: absolute;
  inset: 0;
  background: rgba(13, 43, 87, .8);
  clip-path: polygon(0 0, 62% 0, 100% 100%, 0 100%);
}

.final-cta-inner {
  position: relative;
  z-index: 1;
}

.final-cta h2 {
  color: #fff;
}

.final-cta p:not(.section-label) {
  color: rgba(255, 255, 255, .82);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.8;
}

[data-form-message] {
  margin-top: 12px;
  color: var(--cyan);
  font-size: 13px;
  font-weight: 500;
}

.thanks-body {
  min-height: 100svh;
  background: var(--navy);
}

.thanks-hero {
  position: relative;
  display: grid;
  align-items: center;
  min-height: 100svh;
  padding: 122px 20px 68px;
  color: #fff;
  overflow: hidden;
  background: var(--navy);
}

.thanks-picture,
.thanks-image,
.thanks-overlay,
.thanks-angle {
  position: absolute;
  inset: 0;
}

.thanks-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.thanks-overlay {
  background:
    linear-gradient(105deg, rgba(7, 27, 58, .98) 0%, rgba(7, 27, 58, .94) 45%, rgba(7, 27, 58, .62) 66%, rgba(7, 27, 58, .18) 100%),
    linear-gradient(180deg, rgba(7, 27, 58, .14) 0%, rgba(7, 27, 58, .34) 100%);
}

.thanks-angle {
  top: auto;
  height: 18%;
  background: rgba(255, 255, 255, .96);
  clip-path: polygon(0 72%, 100% 34%, 100% 100%, 0 100%);
}

.thanks-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 420px);
  gap: 56px;
  align-items: end;
  width: min(1120px, 100%);
  min-width: 0;
  margin: 0 auto;
}

.thanks-copy {
  width: min(680px, 100%);
  min-width: 0;
}

.thanks-copy h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(42px, 7vw, 82px);
  font-weight: 500;
  line-height: 1.06;
  text-shadow: 0 10px 30px rgba(0, 0, 0, .18);
}

.thanks-lead {
  width: min(620px, 100%);
  margin: 24px 0 0;
  color: rgba(255, 255, 255, .86);
  font-size: clamp(16px, 1.5vw, 18px);
  font-weight: 400;
  line-height: 1.9;
  overflow-wrap: anywhere;
}

.thanks-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  margin-top: 34px;
}

.thanks-button,
.thanks-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  border-radius: 4px;
  font-size: 15px;
  font-weight: 600;
}

.thanks-button {
  padding: 0 24px;
  color: #fff;
  background: var(--red);
  transition: transform .18s ease, background .18s ease;
}

.thanks-button:hover {
  background: var(--red-dark);
  transform: translateY(-1px);
}

.thanks-link {
  padding: 0 6px;
  color: rgba(255, 255, 255, .82);
}

.thanks-panel {
  padding: 30px;
  max-width: 100%;
  min-width: 0;
  color: var(--ink);
  background: rgba(255, 255, 255, .94);
  border: 1px solid rgba(255, 255, 255, .44);
  border-radius: 8px;
  box-shadow: 0 26px 70px rgba(0, 0, 0, .22);
  backdrop-filter: blur(12px);
}

.thanks-panel-title {
  margin: 0 0 22px;
  color: var(--navy);
  font-size: 21px;
  font-weight: 500;
  line-height: 1.45;
}

.thanks-checks {
  display: grid;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.thanks-checks li {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 14px;
  align-items: start;
}

.thanks-checks span {
  display: grid;
  place-items: center;
  width: 42px;
  aspect-ratio: 1;
  color: var(--navy);
  background: linear-gradient(135deg, var(--gold), var(--gold-light));
  border-radius: 4px;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
}

.thanks-checks p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.75;
  overflow-wrap: anywhere;
}

@media (max-width: 960px) {
  .site-header {
    grid-template-columns: auto auto;
    width: calc(100% - 24px);
  }

  .nav-links {
    display: none;
  }

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

  .split,
  .bonus-layout,
  .profile-layout,
  .thanks-inner {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .thanks-panel {
    width: min(520px, 100%);
  }

  .thanks-inner {
    grid-template-columns: minmax(0, 1fr);
  }

  .copy-block {
    padding-left: 24px;
  }

  .level-compare {
    grid-template-columns: 1fr;
  }

  .level-arrow {
    justify-self: start;
    transform: rotate(90deg);
  }
}

@media (max-width: 640px) {
  .site-header {
    margin-top: 10px;
    padding: 10px;
  }

  .brand {
    font-size: 13px;
  }

  .header-cta {
    min-height: 38px;
    padding: 0 12px;
    font-size: 12px;
  }

  .hero {
    min-height: 84svh;
    padding: 104px 16px 38px;
  }

  .hero-overlay {
    background:
      linear-gradient(180deg, rgba(7, 27, 58, .98) 0%, rgba(7, 27, 58, .94) 48%, rgba(7, 27, 58, .54) 72%, rgba(7, 27, 58, .10) 100%),
      linear-gradient(90deg, rgba(7, 27, 58, .84) 0%, rgba(7, 27, 58, .36) 62%, rgba(7, 27, 58, 0) 100%);
  }

  .hero-image {
    object-position: center top;
  }

  .hero-brand-title {
    font-size: clamp(54px, 17vw, 76px);
  }

  .hero-ribbon {
    min-height: 36px;
    padding-left: 18px;
    padding-right: 28px;
    font-size: 14px;
  }

  .eyebrow {
    font-size: 15px;
    line-height: 1.45;
    letter-spacing: 0;
  }

  .hero-target {
    margin-top: 12px;
    font-size: 14px;
    gap: 12px;
  }

  .hero-statement {
    margin-top: 92px;
    font-size: clamp(30px, 9vw, 40px);
  }

  .hero-lead {
    font-size: 16px;
    line-height: 1.75;
  }

  .hero-angle-2 {
    width: 54%;
    height: 9%;
    clip-path: polygon(0 80%, 100% 58%, 100% 100%, 0 100%);
  }

  .signup-form {
    grid-template-columns: 1fr;
  }

  .hero-bonus-badge {
    grid-template-columns: 1fr;
  }

  .hero-bonus-badge-tag {
    padding: 8px 14px;
    font-size: 12px;
  }

  .hero-bonus-badge-body {
    padding: 12px 14px 14px;
  }

  .hero-bonus-badge-title {
    font-size: 14px;
  }

  .hero-bonus-badge-list li {
    font-size: 12.5px;
  }

  .kit-form-slot .formkit-form[data-uid="69cf971d25"] .formkit-fields {
    grid-template-columns: 1fr !important;
  }

  .kit-form-slot .formkit-form[data-uid="69cf971d25"].yorenta-has-two-fields .formkit-fields {
    grid-template-columns: 1fr !important;
  }

  .signup-form input,
  .signup-form button,
  .kit-form-slot .formkit-form[data-uid="69cf971d25"] .formkit-input,
  .kit-form-slot .formkit-form[data-uid="69cf971d25"] .formkit-submit {
    width: 100%;
  }

  .section {
    padding: 78px 16px;
  }

  .section h2,
  .final-cta h2 {
    font-size: clamp(28px, 9vw, 40px);
  }

  .problem-grid,
  .contents-grid,
  .usecase-grid {
    grid-template-columns: 1fr;
  }

  .problem-card {
    min-height: auto;
  }

  .contents-grid article {
    min-height: auto;
  }

  .dark-slab,
  .target-section {
    clip-path: none;
  }

  .level-card {
    min-height: auto;
    padding: 26px;
  }

  .bonus-visual {
    transform: none;
  }

  .bonus-visual img {
    height: 220px;
  }

  .profile-panel {
    padding: 28px;
  }

  .target-cards {
    grid-template-columns: 1fr;
  }

  .target-cards article {
    min-height: auto;
    padding: 22px;
  }

  .target-cards span {
    margin-bottom: 18px;
  }

  .profile-note {
    padding: 24px;
  }

  .final-cta {
    padding: 86px 16px 96px;
  }

  .thanks-hero {
    min-height: 100svh;
    padding: 104px 16px 46px;
  }

  .thanks-overlay {
    background:
      linear-gradient(180deg, rgba(7, 27, 58, .98) 0%, rgba(7, 27, 58, .94) 50%, rgba(7, 27, 58, .74) 78%, rgba(7, 27, 58, .52) 100%);
  }

  .thanks-angle {
    display: none;
  }

  .thanks-copy h1 {
    font-size: clamp(36px, 10.5vw, 52px);
  }

  .thanks-lead {
    line-height: 1.8;
  }

  .thanks-actions {
    margin-top: 26px;
  }

  .thanks-button,
  .thanks-link {
    width: 100%;
  }

  .thanks-panel {
    padding: 24px;
  }

  .thanks-checks li {
    grid-template-columns: 38px 1fr;
  }

  .thanks-checks span {
    width: 38px;
  }
}
