.tasks-hero {
  position: relative;
  min-height: 760px;
  display: flex;
  align-items: center;
  padding: 88px 0 82px;
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 18%, rgba(47, 166, 255, 0.2), transparent 29%),
    linear-gradient(145deg, #f6faff 0%, #eaf4ff 56%, #f9fcff 100%);
}

.tasks-hero-grid {
  position: absolute;
  inset: 0;
  opacity: 0.5;
  background-image:
    linear-gradient(rgba(20, 91, 191, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(20, 91, 191, 0.06) 1px, transparent 1px);
  background-size: 58px 58px;
  mask-image: linear-gradient(to bottom, #000, transparent 94%);
}

.tasks-orbit {
  position: absolute;
  border: 1px solid rgba(8, 103, 255, 0.12);
  border-radius: 50%;
  pointer-events: none;
}

.tasks-orbit-one {
  top: 70px;
  right: -170px;
  width: 520px;
  height: 520px;
}

.tasks-orbit-two {
  right: 60px;
  bottom: -310px;
  width: 620px;
  height: 620px;
}

.tasks-hero-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(540px, 1.14fr);
  gap: clamp(52px, 6vw, 88px);
  align-items: center;
}

.task-kicker {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: var(--blue);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.task-kicker::before {
  width: 24px;
  height: 2px;
  border-radius: 99px;
  background: currentColor;
  content: "";
}

.tasks-hero h1,
.rules-intro h2,
.proof-heading h2,
.tutorial-heading-main h2,
.keywords-copy h2,
.directory-heading h2,
.task-cta h2 {
  margin: 0;
  color: var(--ink);
  font-family: "Space Grotesk", "Manrope", sans-serif;
  font-weight: 700;
  letter-spacing: -0.052em;
  line-height: 1.04;
}

.tasks-hero h1 {
  max-width: 660px;
  margin-top: 23px;
  font-size: clamp(50px, 4.2vw, 64px);
}

.tasks-hero h1 em {
  color: transparent;
  background: linear-gradient(95deg, #075cff 6%, #09a7ff 74%, #646cff);
  -webkit-background-clip: text;
  background-clip: text;
  font-style: normal;
}

.tasks-hero-copy > p {
  max-width: 620px;
  margin: 25px 0 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.75;
}

.tasks-hero-copy {
  position: relative;
  padding: 38px 40px 40px;
  border: 1px solid rgba(7, 92, 255, 0.14);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 30px 72px rgba(16, 67, 139, 0.12);
  backdrop-filter: blur(12px);
}

.tasks-hero-copy::before {
  position: absolute;
  top: 31px;
  bottom: 31px;
  left: -1px;
  width: 4px;
  border-radius: 0 99px 99px 0;
  background: linear-gradient(180deg, #075cff, #17b8ff);
  content: "";
}

.hero-program-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding-bottom: 21px;
  border-bottom: 1px solid #dce8f6;
}

.hero-program-strip > span {
  color: #52627a;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-program-strip > span b {
  display: inline-flex;
  align-items: center;
  min-height: 27px;
  margin-right: 9px;
  padding: 0 10px;
  color: #fff;
  letter-spacing: 0.08em;
  border-radius: 99px;
  background: var(--blue);
}

.hero-program-strip > strong {
  display: grid;
  justify-items: end;
  color: var(--blue);
  font-family: "Space Grotesk", sans-serif;
  font-size: 21px;
  letter-spacing: -0.035em;
  line-height: 1.05;
  white-space: nowrap;
}

.hero-program-strip > strong small {
  margin-top: 4px;
  color: #7a899e;
  font-family: "Manrope", sans-serif;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.tasks-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  margin-top: 32px;
}

.task-hero-notes {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 28px;
  color: #66748a;
  font-size: 11px;
  font-weight: 700;
}

.task-hero-notes span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.task-hero-notes i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #11c98a;
  box-shadow: 0 0 0 5px rgba(17, 201, 138, 0.12);
}

.program-board {
  position: relative;
  overflow: hidden;
  color: #fff;
  border: 1px solid rgba(121, 178, 255, 0.28);
  border-radius: 32px;
  background:
    radial-gradient(circle at 94% 2%, rgba(52, 188, 255, 0.25), transparent 27%),
    linear-gradient(150deg, #071b3d 0%, #06275e 55%, #07398e 100%);
  box-shadow: 0 42px 90px rgba(7, 52, 123, 0.23);
}

.board-head {
  min-height: 94px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 22px 26px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}

.board-head div {
  display: grid;
  gap: 3px;
}

.board-head span {
  color: #7ad9ff;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.board-head strong {
  font-family: "Space Grotesk", sans-serif;
  font-size: 19px;
}

.board-head b {
  min-width: 68px;
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #bceeff;
  font-size: 11px;
  letter-spacing: 0.1em;
  border: 1px solid rgba(129, 215, 255, 0.28);
  border-radius: 99px;
  background: rgba(10, 83, 175, 0.42);
}

.board-row {
  min-height: 154px;
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr) auto;
  gap: 17px;
  align-items: center;
  padding: 22px 25px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.11);
}

.board-row:last-child {
  border-bottom: 0;
}

.board-index {
  align-self: start;
  color: #65d3ff;
  font-family: "Space Grotesk", sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.board-copy {
  min-width: 0;
}

.board-copy > span {
  color: rgba(255, 255, 255, 0.56);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.board-copy h2 {
  margin: 5px 0 0;
  color: #fff;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(24px, 2.2vw, 32px);
  letter-spacing: -0.035em;
  line-height: 1.15;
}

.board-copy p {
  max-width: 430px;
  margin: 7px 0 0;
  color: rgba(255, 255, 255, 0.61);
  font-size: 11px;
  line-height: 1.55;
}

.board-row > a {
  min-width: 105px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 10px 0 10px 13px;
  color: #fff;
  font-size: 10px;
  font-weight: 800;
  border-left: 1px solid rgba(255, 255, 255, 0.16);
  transition: color 180ms ease, transform 180ms ease;
}

.board-row > a:hover {
  color: #7fe2ff;
  transform: translateX(3px);
}

.task-rules-section {
  padding: 118px 0;
  color: #fff;
  background:
    radial-gradient(circle at 10% 12%, rgba(21, 145, 255, 0.2), transparent 23%),
    #06162f;
}

.task-rules-layout {
  display: grid;
  grid-template-columns: minmax(320px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(65px, 8vw, 110px);
  align-items: start;
}

.rules-intro {
  position: sticky;
  top: 125px;
}

.task-rules-section .task-kicker,
.keywords-section .task-kicker,
.task-cta .task-kicker {
  color: #6fd8ff;
}

.rules-intro h2 {
  margin-top: 19px;
  color: #fff;
  font-size: clamp(40px, 4vw, 59px);
}

.rules-intro > p {
  margin: 23px 0 0;
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.8;
}

.completion-unit {
  margin-top: 34px;
  padding: 23px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.completion-unit span,
.completion-unit small {
  display: block;
  color: rgba(255, 255, 255, 0.48);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.completion-unit strong {
  display: block;
  margin-top: 9px;
  color: #fff;
  font-family: "Space Grotesk", sans-serif;
  font-size: 21px;
  line-height: 1.35;
}

.completion-unit small {
  margin-top: 9px;
  line-height: 1.5;
}

.rules-timeline {
  position: relative;
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.rules-timeline::before {
  position: absolute;
  top: 20px;
  bottom: 20px;
  left: 24px;
  width: 1px;
  background: linear-gradient(to bottom, #2ba8ff, rgba(43, 168, 255, 0.08));
  content: "";
}

.rules-timeline li {
  position: relative;
  display: grid;
  grid-template-columns: 49px minmax(0, 1fr);
  gap: 23px;
  padding: 0 0 33px;
}

.rules-timeline li:last-child {
  padding-bottom: 0;
}

.rules-timeline li > span {
  position: relative;
  z-index: 1;
  width: 49px;
  height: 49px;
  display: grid;
  place-items: center;
  color: #8ee6ff;
  font-family: "Space Grotesk", sans-serif;
  font-size: 11px;
  font-weight: 700;
  border: 1px solid rgba(77, 190, 255, 0.42);
  border-radius: 50%;
  background: #08224c;
  box-shadow: 0 0 0 8px #06162f;
}

.rules-timeline li > div {
  padding: 4px 0 28px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.rules-timeline li:last-child > div {
  padding-bottom: 0;
  border-bottom: 0;
}

.rules-timeline strong {
  color: #fff;
  font-family: "Space Grotesk", sans-serif;
  font-size: 19px;
}

.rules-timeline p {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.6);
  font-size: 13px;
  line-height: 1.7;
}

.proof-section {
  padding: 112px 0;
  background: #f7faff;
}

.proof-heading,
.tutorial-heading-main,
.directory-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 50px;
}

.proof-heading h2,
.tutorial-heading-main h2,
.directory-heading h2,
.keywords-copy h2,
.task-cta h2 {
  margin-top: 17px;
  font-size: clamp(39px, 4vw, 58px);
}

.proof-heading > p,
.tutorial-heading-main > p,
.directory-heading > p {
  max-width: 510px;
  margin: 0;
  color: var(--muted);
}

.proof-flow {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr) auto minmax(0, 1fr);
  gap: 20px;
  align-items: center;
  margin-top: 56px;
}

.proof-step {
  min-height: 235px;
  padding: 29px 27px;
  border-top: 3px solid var(--blue);
  background: #fff;
  box-shadow: 0 22px 55px rgba(12, 66, 144, 0.1);
}

.proof-step > span {
  color: var(--blue);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.proof-step strong {
  display: block;
  margin-top: 20px;
  color: var(--ink);
  font-family: "Space Grotesk", sans-serif;
  font-size: 22px;
  line-height: 1.35;
}

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

.proof-connector {
  color: #82a7d5;
  font-size: 24px;
}

.proof-requirements {
  display: grid;
  grid-template-columns: minmax(420px, 1fr) minmax(300px, 0.8fr) auto;
  gap: 35px;
  align-items: center;
  margin-top: 28px;
  padding: 27px 29px;
  color: #fff;
  border-radius: 20px;
  background: linear-gradient(115deg, #075be9, #087dff 64%, #13a8ff);
  box-shadow: 0 24px 55px rgba(7, 94, 226, 0.2);
}

.proof-requirements > div {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  align-items: center;
}

.proof-requirements > div span {
  width: 100%;
  color: rgba(255, 255, 255, 0.62);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.proof-requirements > div strong {
  padding-right: 11px;
  font-size: 11px;
  border-right: 1px solid rgba(255, 255, 255, 0.28);
}

.proof-requirements > div strong:last-child {
  padding-right: 0;
  border-right: 0;
}

.proof-requirements p {
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 11px;
  line-height: 1.65;
}

.proof-requirements .button {
  color: var(--blue);
  background: #fff;
  box-shadow: none;
  white-space: nowrap;
}

.tutorial-section {
  padding: 112px 0;
  background: #fff;
}

.tutorial-workspace {
  margin-top: 54px;
  overflow: hidden;
  border: 1px solid #d6e3f3;
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 30px 72px rgba(16, 67, 139, 0.12);
}

.platform-tabs {
  display: grid;
  grid-template-columns: repeat(12, minmax(95px, 1fr));
  overflow-x: auto;
  border-bottom: 1px solid #dce6f3;
  background: #f5f9ff;
  scrollbar-width: thin;
}

.platform-tabs button {
  position: relative;
  min-height: 72px;
  padding: 0 15px;
  color: #68768b;
  font-size: 10px;
  font-weight: 800;
  white-space: nowrap;
  border: 0;
  border-right: 1px solid #e1e9f4;
  background: transparent;
  cursor: pointer;
  transition: color 180ms ease, background 180ms ease;
}

.platform-tabs button::after {
  position: absolute;
  right: 18px;
  bottom: 0;
  left: 18px;
  height: 3px;
  border-radius: 99px 99px 0 0;
  background: var(--blue);
  content: "";
  transform: scaleX(0);
  transition: transform 180ms ease;
}

.platform-tabs button:hover {
  color: var(--blue);
  background: #fff;
}

.platform-tabs button.is-active {
  color: var(--blue);
  background: #fff;
}

.platform-tabs button.is-active::after {
  transform: scaleX(1);
}

.guide-panel {
  padding: 35px;
}

.guide-panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 28px;
  border-bottom: 1px solid #e0e8f3;
}

.guide-panel-head > div > span {
  color: var(--blue);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.guide-panel-head h3 {
  margin: 5px 0 0;
  color: var(--ink);
  font-family: "Space Grotesk", sans-serif;
  font-size: 34px;
  letter-spacing: -0.04em;
}

.guide-panel-head p {
  margin: 6px 0 0;
  color: var(--muted);
  font-size: 12px;
}

.guide-panel-head b {
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  padding: 0 14px;
  color: var(--blue);
  font-size: 10px;
  border: 1px solid #cfe0f6;
  border-radius: 99px;
  background: #f1f7ff;
}

.guide-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
  gap: 34px;
  padding-top: 32px;
}

.guide-steps {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.guide-steps li {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 15px;
  padding: 14px 0;
  border-bottom: 1px solid #e3eaf3;
}

.guide-steps li:first-child {
  padding-top: 0;
}

.guide-steps li:last-child {
  border-bottom: 0;
}

.guide-steps span {
  color: var(--blue);
  font-family: "Space Grotesk", sans-serif;
  font-size: 10px;
  font-weight: 700;
}

.guide-steps p {
  margin: 0;
  color: #526178;
  font-size: 12px;
  line-height: 1.7;
}

.share-template {
  align-self: start;
  padding: 27px;
  color: #fff;
  border-radius: 22px;
  background:
    radial-gradient(circle at 96% 0%, rgba(41, 181, 255, 0.26), transparent 27%),
    linear-gradient(145deg, #071a3a, #073482);
}

.share-template > div:first-child {
  display: grid;
  gap: 5px;
}

.share-template > div:first-child span {
  color: #70d9ff;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.share-template > div:first-child strong {
  font-family: "Space Grotesk", sans-serif;
  font-size: 18px;
}

.share-template pre {
  min-height: 245px;
  margin: 22px 0 0;
  padding: 20px;
  overflow: auto;
  color: rgba(255, 255, 255, 0.79);
  font: 500 12px/1.75 "Manrope", sans-serif;
  white-space: pre-wrap;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 15px;
  background: rgba(3, 20, 53, 0.48);
}

.template-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 15px;
}

.template-actions .button {
  min-height: 46px;
  padding-inline: 15px;
  font-size: 10px;
}

.template-actions .button-outline {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.06);
}

.platform-open {
  grid-column: 1 / -1;
  min-height: 43px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 3px;
  color: #87e1ff;
  font-size: 10px;
  font-weight: 800;
}

.keywords-section {
  padding: 105px 0;
  color: #fff;
  background:
    radial-gradient(circle at 80% 15%, rgba(60, 186, 255, 0.21), transparent 24%),
    #06162f;
}

.keywords-layout {
  display: grid;
  grid-template-columns: minmax(300px, 0.72fr) minmax(0, 1.28fr);
  gap: 80px;
  align-items: center;
}

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

.keywords-copy p {
  max-width: 480px;
  margin: 21px 0 0;
  color: rgba(255, 255, 255, 0.62);
}

.keyword-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
  align-items: center;
}

.keyword-cloud button {
  max-width: 100%;
  min-height: 46px;
  padding: 12px 17px;
  color: #bfeeff;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.35;
  overflow-wrap: anywhere;
  border: 1px solid rgba(111, 207, 255, 0.28);
  border-radius: 99px;
  background: rgba(8, 57, 126, 0.5);
  cursor: pointer;
  transition: color 180ms ease, border-color 180ms ease, background 180ms ease, transform 180ms ease;
}

.keyword-cloud button:hover,
.keyword-cloud button.is-copied {
  color: #fff;
  border-color: #48c8ff;
  background: #0873e9;
  transform: translateY(-2px);
}

.directory-section {
  padding: 112px 0;
  background: #f7faff;
}

.directory-groups {
  display: grid;
  gap: 24px;
  margin-top: 55px;
}

.directory-group {
  overflow: hidden;
  border: 1px solid #d7e3f2;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 20px 52px rgba(19, 70, 140, 0.08);
}

.directory-group-head {
  min-height: 114px;
  display: grid;
  grid-template-columns: 50px minmax(0, 1fr) auto;
  gap: 21px;
  align-items: center;
  padding: 22px 28px;
  border-bottom: 1px solid #e1e9f3;
}

.directory-group-head > span {
  color: var(--blue);
  font-family: "Space Grotesk", sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.directory-group-head h3 {
  margin: 0;
  color: var(--ink);
  font-family: "Space Grotesk", sans-serif;
  font-size: 24px;
  letter-spacing: -0.035em;
}

.directory-group-head p {
  margin: 5px 0 0;
  color: var(--muted);
  font-size: 11px;
}

.directory-group-head strong {
  color: var(--blue);
  font-size: 10px;
  text-transform: uppercase;
}

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

.directory-links a {
  min-height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  padding: 0 24px;
  color: #34435c;
  font-size: 11px;
  font-weight: 800;
  border-right: 1px solid #e4ebf4;
  border-bottom: 1px solid #e4ebf4;
  transition: color 180ms ease, background 180ms ease;
}

.directory-links a:nth-child(4n) {
  border-right: 0;
}

.directory-links a:nth-last-child(-n + 4) {
  border-bottom: 0;
}

.directory-links a:hover {
  color: var(--blue);
  background: #f1f7ff;
}

.directory-links a span {
  color: #8ba4c6;
}

.task-cta-section {
  padding: 0 0 112px;
  background: #f7faff;
}

.task-cta {
  position: relative;
  min-height: 330px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 65px;
  align-items: center;
  padding: 55px 62px;
  overflow: hidden;
  color: #fff;
  border-radius: 30px;
  background:
    radial-gradient(circle at 95% 5%, rgba(60, 196, 255, 0.35), transparent 29%),
    linear-gradient(135deg, #06162f, #073a91);
  box-shadow: 0 30px 72px rgba(8, 54, 126, 0.2);
}

.task-cta::after {
  position: absolute;
  right: -80px;
  bottom: -170px;
  width: 390px;
  height: 390px;
  border: 1px solid rgba(103, 214, 255, 0.2);
  border-radius: 50%;
  content: "";
}

.task-cta > div {
  position: relative;
  z-index: 1;
}

.task-cta h2 {
  max-width: 790px;
  color: #fff;
}

.task-cta p {
  max-width: 720px;
  margin: 19px 0 0;
  color: rgba(255, 255, 255, 0.64);
}

.task-cta-actions {
  display: grid;
  gap: 12px;
  min-width: 230px;
}

.task-cta .button-outline {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.34);
  background: rgba(255, 255, 255, 0.05);
}

.task-toast {
  position: fixed;
  z-index: 90;
  right: 24px;
  bottom: 24px;
  max-width: min(360px, calc(100vw - 48px));
  padding: 13px 17px;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  border-radius: 13px;
  background: #071b3d;
  box-shadow: 0 18px 45px rgba(4, 28, 68, 0.25);
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px);
  transition: opacity 180ms ease, transform 180ms ease;
}

.task-toast.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1180px) {
  .tasks-hero-layout {
    grid-template-columns: minmax(0, 0.82fr) minmax(490px, 1.18fr);
    gap: 45px;
  }

  .tasks-hero h1 {
    font-size: clamp(48px, 5vw, 64px);
  }

  .proof-requirements {
    grid-template-columns: 1fr auto;
  }

  .proof-requirements > p {
    grid-column: 1 / -1;
    grid-row: 2;
  }

  .guide-layout {
    grid-template-columns: minmax(0, 1fr) minmax(330px, 0.82fr);
  }
}

@media (max-width: 1020px) {
  .tasks-hero {
    padding-top: 75px;
  }

  .tasks-hero-layout {
    grid-template-columns: 1fr;
  }

  .tasks-hero-copy {
    max-width: 780px;
    margin-inline: auto;
  }

  .tasks-hero-copy > p {
    margin-inline: auto;
  }

  .tasks-hero-actions,
  .task-hero-notes {
    justify-content: center;
  }

  .program-board {
    width: min(760px, 100%);
    margin-inline: auto;
  }

  .task-rules-layout {
    grid-template-columns: 1fr;
  }

  .rules-intro {
    position: static;
    max-width: 760px;
  }

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

  .proof-connector {
    height: 20px;
    display: grid;
    place-items: center;
    transform: rotate(90deg);
  }

  .proof-step {
    min-height: 0;
  }

  .guide-layout {
    grid-template-columns: 1fr;
  }

  .share-template {
    width: 100%;
  }

  .keywords-layout {
    grid-template-columns: 1fr;
    gap: 42px;
  }

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

  .directory-links a:nth-child(4n) {
    border-right: 1px solid #e4ebf4;
  }

  .directory-links a:nth-child(2n) {
    border-right: 0;
  }

  .directory-links a:nth-last-child(-n + 4) {
    border-bottom: 1px solid #e4ebf4;
  }

  .directory-links a:nth-last-child(-n + 2) {
    border-bottom: 0;
  }

  .task-cta {
    grid-template-columns: 1fr;
    gap: 35px;
  }

  .task-cta-actions {
    display: flex;
    flex-wrap: wrap;
  }
}

@media (max-width: 760px) {
  .tasks-hero {
    min-height: 0;
    padding: 54px 0 64px;
  }

  .tasks-hero-copy {
    padding: 25px 22px 27px;
    text-align: center;
    border-radius: 24px;
  }

  .tasks-hero-copy::before {
    top: 22px;
    bottom: 22px;
    width: 3px;
  }

  .hero-program-strip {
    display: grid;
    justify-content: stretch;
    gap: 14px;
    padding-bottom: 18px;
  }

  .hero-program-strip > span {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 6px;
  }

  .hero-program-strip > span b {
    min-height: 0;
    margin-right: 0;
    padding: 0;
    color: var(--blue);
    border-radius: 0;
    background: transparent;
  }

  .hero-program-strip > strong {
    justify-items: center;
    font-size: 25px;
  }

  .task-kicker {
    justify-content: center;
    font-size: 9px;
  }

  .tasks-hero h1 {
    margin-top: 23px;
    max-width: 470px;
    margin-inline: auto;
    font-size: clamp(38px, 9.5vw, 46px);
    line-height: 1.06;
    letter-spacing: -0.055em;
  }

  .tasks-hero-copy > p {
    max-width: 440px;
    margin-top: 20px;
    font-size: 15px;
    line-height: 1.72;
  }

  .tasks-hero-actions {
    display: grid;
  }

  .tasks-hero-actions .button {
    width: 100%;
  }

  .task-hero-notes {
    display: grid;
    justify-content: center;
    gap: 10px;
    text-align: left;
  }

  .program-board {
    border-radius: 24px;
  }

  .board-head {
    min-height: 80px;
    padding: 18px 20px;
  }

  .board-head strong {
    font-size: 16px;
  }

  .board-head b {
    min-width: 0;
    min-height: 0;
    padding: 0;
    color: #7ad9ff;
    border: 0;
    border-radius: 0;
    background: transparent;
  }

  .board-row {
    grid-template-columns: 35px minmax(0, 1fr);
    gap: 13px;
    padding: 21px 19px;
  }

  .board-row > a {
    grid-column: 2;
    min-width: 0;
    justify-content: flex-start;
    padding: 5px 0 0;
    border-left: 0;
  }

  .board-copy h2 {
    font-size: 23px;
  }

  .task-rules-section,
  .proof-section,
  .tutorial-section,
  .keywords-section,
  .directory-section {
    padding: 82px 0;
  }

  .rules-intro,
  .keywords-copy {
    text-align: center;
  }

  .rules-intro h2,
  .proof-heading h2,
  .tutorial-heading-main h2,
  .directory-heading h2,
  .keywords-copy h2,
  .task-cta h2 {
    font-size: clamp(36px, 10vw, 48px);
  }

  .rules-intro > p,
  .keywords-copy p {
    margin-inline: auto;
  }

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

  .rules-timeline li {
    grid-template-columns: 43px minmax(0, 1fr);
    gap: 17px;
  }

  .rules-timeline::before {
    left: 21px;
  }

  .rules-timeline li > span {
    width: 43px;
    height: 43px;
  }

  .proof-heading,
  .tutorial-heading-main,
  .directory-heading {
    display: grid;
    gap: 18px;
    text-align: center;
  }

  .proof-heading > p,
  .tutorial-heading-main > p,
  .directory-heading > p {
    margin-inline: auto;
  }

  .proof-flow {
    margin-top: 40px;
  }

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

  .proof-requirements {
    grid-template-columns: 1fr;
    gap: 22px;
    text-align: center;
  }

  .proof-requirements > div {
    justify-content: center;
  }

  .proof-requirements > p {
    grid-column: auto;
    grid-row: auto;
  }

  .proof-requirements .button {
    width: 100%;
  }

  .tutorial-workspace {
    margin-top: 40px;
    border-radius: 21px;
  }

  .platform-tabs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    padding: 12px;
    overflow: visible;
    border-bottom: 1px solid #dce6f3;
    background: #f5f9ff;
  }

  .platform-tabs button {
    min-height: 50px;
    padding: 0 7px;
    white-space: normal;
    border: 1px solid #d9e5f3;
    border-radius: 11px;
    background: #fff;
  }

  .platform-tabs button::after {
    display: none;
  }

  .platform-tabs button.is-active {
    color: #fff;
    border-color: var(--blue);
    background: linear-gradient(135deg, #075cff, #168dff);
    box-shadow: 0 9px 20px rgba(7, 92, 255, 0.2);
  }

  .guide-panel {
    padding: 24px 20px;
  }

  .guide-panel-head {
    align-items: flex-start;
  }

  .guide-panel-head h3 {
    font-size: 29px;
  }

  .guide-panel-head b {
    min-height: 0;
    padding: 2px 0 2px 11px;
    border: 0;
    border-left: 2px solid #a9cfff;
    border-radius: 0;
    background: transparent;
  }

  .guide-layout {
    padding-top: 25px;
  }

  .share-template {
    padding: 22px;
  }

  .share-template pre {
    min-height: 0;
    font-size: 11px;
  }

  .template-actions {
    grid-template-columns: 1fr;
  }

  .platform-open {
    grid-column: auto;
  }

  .keyword-cloud {
    justify-content: center;
  }

  .keyword-cloud button {
    min-height: 43px;
    padding: 11px 14px;
    font-size: 10px;
  }

  .directory-groups {
    margin-top: 40px;
  }

  .directory-group-head {
    grid-template-columns: 36px minmax(0, 1fr);
    gap: 13px;
    padding: 21px 18px;
  }

  .directory-group-head strong {
    grid-column: 2;
  }

  .directory-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .directory-links a,
  .directory-links a:nth-child(4n),
  .directory-links a:nth-last-child(-n + 4) {
    min-height: 62px;
    padding: 0 15px;
    font-size: 10px;
    border-right: 1px solid #e4ebf4;
    border-bottom: 1px solid #e4ebf4;
  }

  .directory-links a:nth-child(2n) {
    border-right: 0;
  }

  .directory-links a:nth-last-child(-n + 2) {
    border-bottom: 0;
  }

  .task-cta-section {
    padding-bottom: 82px;
  }

  .task-cta {
    min-height: 0;
    padding: 42px 24px;
    text-align: center;
    border-radius: 24px;
  }

  .task-cta-actions {
    display: grid;
  }

  .task-cta-actions .button {
    width: 100%;
  }

  .task-toast {
    right: 16px;
    bottom: 16px;
    max-width: calc(100vw - 32px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .platform-tabs button,
  .keyword-cloud button,
  .board-row > a,
  .task-toast {
    transition: none;
  }
}
