.growth-world {
  color: #142b3d;
  background: radial-gradient(
    ellipse 70% 460px at 65% 160px,
    #edf8ff,
    transparent
  );
}
.growth-world :is(h1, h2, h3),
.article-branded :is(h1, h2, h3) {
  font-family: 'Baloo 2', Nunito, sans-serif;
  letter-spacing: -0.035em;
  line-height: 1.06;
}
.growth-world [hidden],
.article-branded [hidden] {
  display: none !important;
}
.growth-world button,
.growth-world input {
  font: inherit;
}
.pg-hero {
  display: grid;
  grid-template-columns: 1.08fr 1fr;
  gap: 65px;
  align-items: center;
  padding-block: 70px 85px;
}
.pg-hero h1,
.gg-hero h1 {
  font-size: clamp(48px, 5.3vw, 76px);
  margin: 0 0 22px;
}
.pg-hero h1 > span,
.gg-hero h1 > span {
  color: #078ce8;
}
.pg-hero > div > p:not(.eyebrow) {
  color: #526879;
  font-size: 19px;
  line-height: 1.7;
  max-width: 560px;
}
.pg-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 25px;
}
.pg-hero-actions .button {
  font-size: 15px;
  padding: 16px 19px;
}
.pg-hero .pg-perks {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  font-size: 12px;
  font-weight: 850;
  margin: 24px 0 0;
  color: #526f58;
}
.pg-perks span {
  color: #a17bdb;
}
.pg-hero-art {
  position: relative;
  min-width: 0;
  padding: 24px 8px 0;
}
.pg-mail-card {
  position: relative;
  background: #fff;
  border: 2px solid #d7e8f3;
  box-shadow: 0 9px 0 #dcecf8, 0 22px 50px #2178a310;
  border-radius: 26px;
  padding: 25px;
  transform: rotate(1.3deg);
  transition: transform 0.3s;
}
.pg-mail-top {
  display: flex;
  gap: 8px;
  align-items: center;
  font-size: 11px;
  letter-spacing: 0.1em;
}
.pg-mail-top > span {
  margin-left: auto;
  letter-spacing: 0.2em;
  color: #8cacc0;
}
.pg-art-signal {
  display: flex;
  gap: 12px;
  align-items: center;
  margin: 24px 0 27px;
  background: #edf6ff;
  padding: 15px;
  border-radius: 13px;
}
.pg-art-signal > span {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  background: #d5edff;
  border-radius: 11px;
  font-size: 23px;
  color: #087fcd;
}
.pg-art-signal small {
  display: block;
  color: #63849d;
  font-size: 9px;
  letter-spacing: 0.09em;
  font-weight: 900;
  margin-bottom: 5px;
}
.pg-art-signal strong {
  font-size: 13px;
}
.pg-mail-card h2 {
  font-size: 42px;
  margin: 0 0 15px;
}
.pg-mail-card > p {
  font-size: 14px;
  color: #577085;
}
.pg-mini-choice {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9px;
  margin-top: 22px;
}
.pg-mini-choice button {
  padding: 13px 7px;
  background: #fff;
  border: 2px solid #dbe7ed;
  border-bottom-width: 5px;
  border-radius: 11px;
  font-size: 11px;
  font-weight: 900;
  color: #355169;
  transition: transform 0.18s, background 0.18s;
}
.pg-mini-choice button:last-child {
  background: #dcf8d8;
  border-color: #a6df9f;
  color: #225d2a;
}
.pg-mini-choice button:hover {
  transform: translateY(-3px);
}
.pg-mini-choice button:active {
  transform: translateY(2px);
}
.pg-mini-choice button[aria-pressed='true'] {
  outline: 3px solid #9980de;
  outline-offset: 2px;
}
.pg-mail-card .pg-art-feedback {
  margin: 16px 0 0;
  padding: 12px;
  min-height: 61px;
  background: #fff9e7;
  border: 1px solid #f3dfaa;
  border-radius: 10px;
  color: #745e1b;
  font-size: 12px;
  line-height: 1.5;
  font-weight: 800;
}
.pg-mail-card .pg-art-feedback[data-good='true'] {
  color: #22633a;
  background: #e9fbea;
  border-color: #bbdfc2;
}
.pg-art-note {
  position: absolute;
  z-index: 2;
  top: -1px;
  right: -9px;
  padding: 15px 18px;
  background: #ffe6a5;
  border: 2px solid #f3cf7e;
  box-shadow: 0 5px 0 #e4c077;
  transform: rotate(7deg);
  border-radius: 6px 18px 7px 18px;
  font-size: 11px;
  font-weight: 950;
  line-height: 1.45;
  color: #715923;
  animation: pg-note-drift 4s ease-in-out infinite;
}
.pg-art-stamp {
  position: absolute;
  right: -20px;
  bottom: 52px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 79px;
  height: 79px;
  background: #b792ed;
  border: 4px solid #dfc7fb;
  box-shadow: 0 5px 0 #9170bc;
  border-radius: 50%;
  color: #fff;
  transform: rotate(12deg);
  font-size: 26px;
  line-height: 1;
  animation: pg-stamp-drift 4s ease-in-out infinite;
}
.pg-art-stamp b {
  font-size: 14px;
  margin-top: 3px;
}
.pg-hero-art[data-picked='cart'] .pg-art-stamp {
  background: #4acb68;
  border-color: #bdf0bd;
  box-shadow: 0 5px 0 #34a34e;
}
.pg-hero-art[data-picked='cart'] .pg-mail-card {
  transform: rotate(0);
}
.pg-art-footer {
  display: flex;
  gap: 10px;
  justify-content: space-between;
  align-items: center;
  padding: 20px 9px 0;
  font-size: 10px;
  color: #7a8a99;
}
.pg-art-footer button {
  border: 1px solid #d9e6f0;
  border-radius: 20px;
  padding: 5px 10px;
  background: #fff;
  color: #54748b;
  font-size: 10px;
  font-weight: 800;
}
.pg-tool-section {
  padding-bottom: 45px;
}
/* The directory starts with the four tools, rather than another tool's landing page. */
.pg-directory-intro { display:flex; justify-content:space-between; align-items:flex-end; gap:28px; padding-block:24px 23px; }
.pg-directory-intro > div { min-width:0; }
.pg-directory-intro .eyebrow { margin-bottom:9px; font-size:11px; }
.pg-directory-intro h1 { margin:0 0 9px; font-size:clamp(40px,3.8vw,54px); line-height:1.05; }
.pg-directory-intro h1 > span { color:#078ce8; }
.pg-directory-intro p:not(.eyebrow) { margin:0; color:#526879; font-size:18px; line-height:1.55; }
.pg-task-nav { display:none; grid-template-columns:repeat(2,minmax(0,1fr)); flex:0 0 390px; gap:8px 20px; }
.pg-task-nav a { display:flex; justify-content:space-between; gap:18px; align-items:center; min-height:44px; color:#1d5879; border-bottom:1px solid #cbdfe9; font-size:15px; font-weight:800; }
.pg-task-nav a:hover { color:#057abb; border-color:currentColor; }
.pg-directory .pg-tool-grid { grid-template-columns:repeat(4,minmax(0,1fr)); gap:18px; }
.pg-directory .pg-tool-card { display:flex; gap:0; border-radius:17px; padding:22px; scroll-margin-top:20px; }
.pg-directory .pg-card-top { margin-bottom:13px; }
.pg-directory .pg-tool-icon { width:32px; height:32px; border-radius:9px; font-size:23px; }
.pg-directory .pg-tool-tag { font-size:10px; }
.pg-directory .pg-tool-card h2 { margin:0 0 11px; font-family:'Nunito',system-ui,sans-serif; font-size:25px; line-height:1.15; font-weight:900; letter-spacing:-.025em; }
.pg-directory .pg-tool-card > p { margin:0 0 15px; font-size:16px; line-height:1.5; }
.pg-directory .pg-tool-card > strong { font-size:16px; padding-top:13px; }
.pg-directory .pg-tool-card > small { font-size:12px; line-height:1.5; }
.pg-directory :is(.pg-popup-mini,.pg-email-edit,.pg-segment-mini,.pg-level-mini) { min-height:132px; margin-bottom:15px; }
.pg-directory .pg-popup-mini { gap:6px; padding:12px; }
.pg-directory .pg-popup-mini .pg-popup-email, .pg-directory .pg-popup-mini > b { padding:7px 9px; }
.pg-directory .pg-email-edit { padding:15px; gap:7px; align-content:center; }
.pg-directory .pg-email-edit > strong { font-size:18px; }
.pg-directory .pg-email-edit > p { font-size:13px; }
@media (max-width:1190px) {
  .pg-directory .pg-tool-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .pg-task-nav { display:grid; flex-basis:330px; column-gap:16px; }
  .pg-directory-intro h1 { font-size:47px; }
  .pg-directory .pg-tool-card > p { font-size:16px; }
}
@media (max-width:760px) {
  .pg-directory-intro { display:block; padding-block:28px 24px; }
  .pg-directory-intro h1 { font-size:43px; }
  .pg-directory-intro p:not(.eyebrow) { font-size:16px; }
  .pg-task-nav { margin-top:20px; gap:5px 20px; }
  .pg-task-nav a { font-size:14px; }
  .pg-directory .pg-tool-grid { grid-template-columns:1fr; gap:22px; }
  .pg-directory .pg-tool-card { padding:24px; }
  .pg-directory .pg-tool-card h2 { font-size:27px; }
  .pg-directory .pg-tool-card > strong { font-size:16px; }
}
.pg-section-heading {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: end;
  margin-bottom: 30px;
}
.pg-section-heading h2 {
  font-size: clamp(37px, 4vw, 53px);
  margin: 0;
}
.pg-section-heading h2 span {
  color: #8a59cb;
}
.pg-section-heading > p {
  font-size: 15px;
  color: #647689;
}
.pg-tool-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 23px;
}
.pg-popup-mini { display: grid; gap: 9px; width: min(100%, 310px); margin: 0 auto 22px; padding: 18px; border: 1px solid #bedbc8; border-radius: 12px; background: #f4faf6; text-align: center; color: #173d2c; }
.pg-popup-mini > span:first-child { font-size: 10px; font-weight: 800; letter-spacing: .15em; }
.pg-popup-mini > strong { font-size: 20px; font-weight: 900; line-height: 1.2; }
.pg-popup-mini .pg-popup-email { padding: 9px 10px; border: 1px solid #c6d5cd; border-radius: 6px; background: #fff; color: #677d70; font-size: 12px; text-align: left; }
.pg-popup-mini > b { padding: 9px 10px; border-radius: 6px; background: #4bd45c; color: #143c20; font-size: 13px; }
.pg-email-edit { display: grid; gap: 10px; margin: 0 0 22px; padding: 22px; border: 1px solid #d2e2ec; border-radius: 12px; background: #f5fafe; }
.pg-email-edit > span { color: #607c8d; font-size: 10px; font-weight: 900; letter-spacing: .07em; }
.pg-email-edit > s { color: #8a6770; font-size: 16px; text-decoration-thickness: 1px; }
.pg-email-edit > strong { color: #276139; font-size: 20px; line-height: 1.3; }
.pg-email-edit > p { margin: 0; color: #4c6b7c; font-size: 14px; line-height: 1.5; }
.pg-tool-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  border: 2px solid #d9e7f1;
  border-radius: 24px;
  padding: 26px;
  background: #fff;
  box-shadow: 0 7px 0 #e0edf5;
  transition: transform 0.2s, box-shadow 0.2s;
}
.pg-tool-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 12px 0 #d5e7f3;
}
.pg-card-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 22px;
  gap: 10px;
}
.pg-tool-icon {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 14px;
  font-size: 29px;
  color: #0785d8;
  background: #e2f3ff;
  box-shadow: 0 4px 0 #c4e4fa;
}
.pg-tool-tag {
  font-size: 9px;
  font-weight: 950;
  letter-spacing: 0.05em;
  padding: 5px 7px;
  border-radius: 6px;
  color: #547084;
  background: #f1f6fa;
}
.pg-tool-card h3 {
  font-size: 31px;
  margin: 0 0 17px;
}
.pg-tool-card > p {
  font-size: 14px;
  color: #5b7181;
  line-height: 1.7;
  margin-bottom: 22px;
}
.pg-tool-card > strong {
  font-size: 15px;
  margin-top: auto;
  padding-top: 19px;
  color: #067aca;
}
.pg-tool-card > strong > span {
  float: right;
}
.pg-tool-card > small {
  font-size: 10px;
  color: #778b9a;
  margin-top: 10px;
}
.pg-tool-sms {
  background: #f8f5ff;
  border-color: #e3d9f4;
  box-shadow: 0 7px 0 #e6dbf4;
}
.pg-tool-sms .pg-tool-icon {
  background: #e8dafa;
  box-shadow: 0 4px 0 #d4c3ed;
  color: #8355bd;
}
.pg-tool-sms > strong {
  color: #8355bd;
}
.pg-tool-game {
  background: #f4fbef;
  border-color: #d8eaca;
  box-shadow: 0 7px 0 #dceccd;
}
.pg-tool-game .pg-tool-icon {
  background: #dbf0bc;
  box-shadow: 0 4px 0 #c6e1a6;
  color: #5d812c;
}
.pg-tool-game > strong {
  color: #4e7523;
}
.pg-grade-mini {
  display: flex;
  gap: 8px;
  padding: 14px;
  background: #f2f8fd;
  border-radius: 12px;
}
.pg-grade-mini span {
  flex: 1;
  color: #56718b;
  font-size: 9px;
  font-weight: 900;
}
.pg-grade-mini i {
  display: block;
  height: 7px;
  width: 85%;
  border-radius: 9px;
  background: #80c9f4;
  margin-top: 8px;
}
.pg-grade-mini span:nth-child(2) i {
  width: 52%;
  background: #e7c068;
}
.pg-grade-mini span:nth-child(3) i {
  background: #7acd8e;
  width: 95%;
}
.pg-segment-mini {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 59px;
}
.pg-segment-mini > span {
  display: grid;
  place-items: center;
  width: 35px;
  height: 42px;
  background: #fff;
  color: #8055bb;
  border: 2px dashed #d8c7ee;
  border-radius: 6px;
  font-size: 22px;
  font-weight: 900;
}
.pg-segment-mini i {
  color: #bc9cdb;
}
.pg-segment-mini b {
  font-size: 9px;
  width: 70px;
  color: #84659e;
}
.pg-level-mini {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 7px;
  min-height: 59px;
}
.pg-level-mini span {
  display: grid;
  place-items: center;
  width: 35px;
  height: 35px;
  border: 2px solid #bdd69e;
  background: white;
  border-radius: 50%;
  color: #668a3f;
  font-weight: 900;
  font-size: 13px;
}
.pg-level-mini span:last-child {
  background: #ffe294;
  border-color: #efcb77;
  color: #aa7b18;
  width: 42px;
  height: 42px;
  font-size: 20px;
}
.pg-side-quests {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  margin-bottom: 80px;
}
.pg-side-quests > a {
  display: flex;
  gap: 17px;
  align-items: center;
  padding: 22px;
  border: 2px solid #e0e9f0;
  border-radius: 18px;
  transition: background 0.2s;
}
.pg-side-quests > a:hover {
  background: #f2f9ff;
}
.pg-side-quests > a > span {
  display: grid;
  flex: none;
  place-items: center;
  width: 42px;
  height: 42px;
  background: #ecf6fd;
  color: #4a94c3;
  border-radius: 12px;
  font-size: 24px;
}
.pg-side-quests small {
  font-size: 9px;
  color: #7593a7;
  font-weight: 950;
  letter-spacing: 0.08em;
}
.pg-side-quests h2 {
  font-size: 22px;
  margin: 6px 0;
}
.pg-side-quests p {
  font-size: 12px;
  color: #648092;
  margin: 0;
}
.pg-side-quests b {
  margin-left: auto;
  color: #5b93b5;
}
.pg-next-level {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  align-items: center;
  gap: 75px;
  padding: 45px;
  border: 2px solid #dbeaf5;
  background: #f1f9ff;
  border-radius: 27px;
  margin-bottom: 85px;
}
.pg-next-level h2 {
  font-size: 41px;
  margin: 0 0 20px;
}
.pg-next-level h2 span {
  color: #0a8cdc;
}
.pg-next-level p:not(.eyebrow) {
  color: #5b7487;
  font-size: 15px;
}
.pg-next-level small {
  display: block;
  color: #648295;
  font-size: 11px;
  margin-top: 15px;
}
.pg-reading-stack {
  min-width: 0;
}
.pg-reading-stack > a:not(.text-link) {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 19px;
  margin: 13px 0;
  border: 2px solid #dbe8f2;
  border-radius: 13px;
  background: #fff;
  box-shadow: 0 4px 0 #dfeaf3;
  font-weight: 850;
  font-size: 14px;
  transition: transform 0.2s;
}
.pg-reading-stack > a:hover {
  transform: translateX(3px);
}
.pg-reading-stack > a > span {
  color: #1694df;
}
.pg-reading-stack .text-link {
  display: inline-block;
  font-size: 13px;
  margin-top: 13px;
}
.gg-hero {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 75px;
  padding-block: 64px 58px;
  align-items: center;
}
.gg-hero > div > p:not(.eyebrow) {
  font-size: 18px;
  color: #5c7283;
  max-width: 615px;
}
.gg-hero .text-link {
  font-size: 13px;
  display: block;
  margin-top: 24px;
}
.gg-hero-note {
  position: relative;
  border: 2px solid #f0d384;
  background: #fff0b9;
  box-shadow: 0 7px 0 #e8d398;
  border-radius: 4px 21px 21px 21px;
  padding: 31px;
  transform: rotate(3deg);
}
.gg-hero-note:before {
  content: '';
  position: absolute;
  top: -12px;
  left: calc(50% - 37px);
  height: 23px;
  width: 74px;
  background: #f5bc937c;
  transform: rotate(-5deg);
}
.gg-hero-note > span {
  display: block;
  font-size: 9px;
  font-weight: 950;
  color: #957525;
  letter-spacing: 0.09em;
}
.gg-hero-note > strong {
  display: block;
  font-family: 'Baloo 2', sans-serif;
  font-size: 32px;
  line-height: 1.12;
  margin: 19px 0 20px;
}
.gg-hero-note > b {
  font-size: 12px;
  color: #7c692a;
}
.gg-library {
  padding-bottom: 60px;
}
.gg-filter-bar {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 25px;
  border-block: 1px solid #e4ecf2;
  padding: 22px 0;
}
.gg-filters {
  display: flex;
  gap: 7px;
  flex-wrap: wrap;
}
.gg-filters button {
  border: 1px solid #dbe6ee;
  background: white;
  padding: 10px 13px;
  border-radius: 25px;
  font-size: 11px;
  color: #658092;
  font-weight: 850;
}
.gg-filters button[aria-pressed='true'] {
  background: #def2ff;
  color: #037bc4;
  border-color: #9bcee9;
  box-shadow: 0 3px 0 #c2e4f6;
}
.gg-search {
  flex: none;
  width: 230px;
}
.gg-search > span {
  display: block;
  font-weight: 850;
  color: #688094;
  font-size: 10px;
  margin-bottom: 7px;
}
.gg-search input {
  width: 100%;
  border: 1px solid #d7e4ec;
  border-radius: 10px;
  background: #f6faff;
  padding: 12px;
  font-size: 12px;
  color: #17374a;
}
.gg-count {
  font-size: 12px;
  font-weight: 850;
  color: #7890a1;
  margin: 25px 0;
}
.gg-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 25px;
}
.gg-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 2px solid #dee8f1;
  border-radius: 22px;
  box-shadow: 0 6px 0 #e6eef5;
  background: #fff;
  transition: transform 0.2s;
}
.gg-card:hover {
  transform: translateY(-5px);
}
.gg-card-art {
  display: flex;
  align-items: center;
  position: relative;
  gap: 20px;
  padding: 23px;
  background: #eef8ff;
  border-bottom: 1px solid #deebf4;
  overflow: hidden;
  color: #0784d1;
  min-height: 113px;
}
.gg-card-art > span {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  background: #fff;
  border: 2px solid #c4e5fb;
  border-radius: 17px;
  box-shadow: 0 4px 0 #cce8f9;
  transform: rotate(-7deg);
  font-size: 36px;
  transition: transform 0.3s;
}
.gg-card:hover .gg-card-art > span {
  transform: rotate(6deg) scale(1.08);
}
.gg-card-art i {
  font-size: 9px;
  font-style: normal;
  font-weight: 950;
  letter-spacing: 0.04em;
}
.gg-card-art > b {
  position: absolute;
  right: 9px;
  bottom: -17px;
  font-family: 'Baloo 2', sans-serif;
  font-size: 65px;
  color: #cfe8f870;
}
.gg-sms .gg-card-art {
  background: #f0e9ff;
  color: #8b61c9;
}
.gg-strategy .gg-card-art {
  background: #edf8e7;
  color: #739c42;
}
.gg-measure .gg-card-art {
  background: #fff4d7;
  color: #a88938;
}
.gg-card-body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 23px;
}
.gg-card .eyebrow {
  font-size: 9px;
  margin: 0 0 15px;
  letter-spacing: 0.08em;
}
.gg-card h2 {
  font-size: 29px;
  margin: 0 0 15px;
}
.gg-card-body > p:not(.eyebrow) {
  color: #638095;
  font-size: 13px;
  line-height: 1.65;
}
.gg-card-body > span {
  display: flex;
  justify-content: space-between;
  gap: 7px;
  padding-top: 15px;
  margin-top: auto;
  color: #8a9ba7;
  font-size: 10px;
}
.gg-card-body > span > b {
  color: #1385ca;
}
.gg-empty {
  text-align: center;
  background: #f5faff;
  border-radius: 20px;
  padding: 50px;
}
.gg-empty h2 {
  font-size: 35px;
}
.gg-play-break {
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 35px;
  background: #f3ecff;
  border: 2px solid #e4d7f5;
  border-radius: 24px;
  margin-bottom: 80px;
  box-shadow: 0 6px 0 #e6dbf2;
}
.gg-play-break > span {
  display: grid;
  flex: none;
  place-items: center;
  width: 75px;
  height: 75px;
  border-radius: 20px;
  font-size: 42px;
  color: #9064c9;
  background: white;
  transform: rotate(-5deg);
}
.gg-play-break h2 {
  font-size: 31px;
  margin: 0 0 10px;
}
.gg-play-break p {
  font-size: 14px;
  color: #7c659a;
  margin-bottom: 0;
}
.gg-play-break .eyebrow {
  font-size: 10px;
  margin-bottom: 9px;
}
.gg-play-break .button {
  margin-left: auto;
  flex: none;
}
.article-branded .article h1 {
  color: #142b3d;
  font-size: clamp(42px, 5vw, 66px);
}
.article-branded .article > section > h2 {
  font-size: 32px;
}
.article-branded .article-aside nav {
  border-left: 3px solid #c6e9fb;
}
.article-branded .article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 13px;
}
.gg-example-jump {
  display: inline-block;
  padding: 9px 14px;
  border: 2px solid #eadbfa;
  border-radius: 25px;
  font-size: 12px;
  font-weight: 850;
  background: #f7f1ff;
  color: #885ac2;
  margin: 0 0 12px;
}
.article .gg-takeaways {
  padding: 24px;
  background: #fff8df;
  border: 2px solid #f1e1ad;
  border-radius: 18px;
  margin: 25px 0 10px;
  box-shadow: 0 5px 0 #f3e9c9;
}
.gg-takeaways .eyebrow {
  font-size: 11px;
  color: #977728;
}
.gg-takeaways ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.gg-takeaways li {
  display: flex;
  gap: 12px;
  align-items: start;
  font-size: 15px;
  line-height: 1.7;
  margin: 12px 0;
  color: #685b31;
}
.gg-takeaways li > span {
  color: #b89937;
}
.article .gg-examples {
  margin-top: 30px;
}
.gg-example {
  padding: 24px;
  border: 2px solid #dae9f3;
  background: #f4faff;
  border-radius: 20px;
  box-shadow: 0 5px 0 #e0edf5;
  margin: 24px 0 30px;
}
.gg-example:nth-of-type(even) {
  background: #f6f0fd;
  border-color: #e5d8f3;
  box-shadow: 0 5px 0 #e7ddf0;
}
.gg-example-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  margin-bottom: 14px;
}
.gg-example-top > span {
  color: #8698b1;
  font-size: 10px;
  font-weight: 950;
  letter-spacing: 0.08em;
}
.gg-example-top button {
  color: #087fc8;
  background: white;
  border: 1px solid #c6ddeb;
  border-bottom-width: 3px;
  border-radius: 9px;
  padding: 9px 12px;
  font-size: 11px;
  font-weight: 850;
}
.gg-example h3 {
  font-size: 26px;
  margin: 0 0 22px;
}
.gg-example-copy {
  background: white;
  padding: 22px;
  border: 1px solid #e0e9f3;
  border-radius: 13px;
  overflow-wrap: anywhere;
}
.gg-example-copy > p {
  margin-bottom: 14px;
}
.gg-example-copy b {
  display: block;
  color: #8b9bac;
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 7px;
}
.gg-example-copy span {
  font-size: 15px;
  line-height: 1.7;
}
.gg-example-body p {
  font-size: 15px;
  line-height: 1.8;
  color: #496475;
  white-space: pre-line;
}
.gg-example-copy .gg-example-cta {
  display: inline-block;
  font-size: 12px;
  font-weight: 900;
  border-radius: 7px;
  padding: 10px 15px;
  background: #dcf5db;
  color: #336435;
}
.gg-example-note {
  margin: 20px 0 0;
  font-size: 13px;
  line-height: 1.75;
  color: #62778a;
}
.gg-example-note b {
  color: #4e687e;
}
.gg-copy-status {
  font-size: 11px;
  color: #3d7a52;
  margin: 10px 0 0;
}
.gg-copy-status:empty {
  display: none;
}
.gg-sources {
  border-top: 2px dashed #dae7ee;
  margin-top: 35px;
}
.gg-sources ul {
  list-style: none;
  margin: 20px 0;
  padding: 0;
}
.gg-sources li {
  margin: 12px 0;
  font-size: 14px;
  color: #1079b9;
  line-height: 1.7;
}
.gg-sources a {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.article-branded .article-cta {
  border: 2px solid #cce9ce;
  background: #f0fcec;
  box-shadow: 0 5px 0 #dcedd7;
}
@keyframes pg-note-drift {
  0%,
  100% {
    transform: translateY(0) rotate(7deg);
  }
  50% {
    transform: translateY(-7px) rotate(4deg);
  }
}
@keyframes pg-stamp-drift {
  0%,
  100% {
    transform: translateY(0) rotate(12deg);
  }
  50% {
    transform: translateY(5px) rotate(5deg);
  }
}
html:not([data-growth-paused]) .pg-hero-art * {
  animation: none !important;
}
[data-growth-paused='true'] .pg-hero-art *,
[data-offscreen='true'] * {
  animation-play-state: paused !important;
}
@media (max-width: 1050px) {
  .pg-hero {
    gap: 28px;
  }
  .pg-hero h1 {
    font-size: 59px;
  }
  .pg-tool-card {
    padding: 22px;
  }
  .pg-tool-card h3 {
    font-size: 28px;
  }
  .pg-tool-tag {
    font-size: 8px;
  }
  .pg-next-level {
    gap: 35px;
  }
  .gg-hero {
    gap: 40px;
  }
  .gg-filter-bar {
    align-items: start;
  }
  .gg-filters {
    max-width: 440px;
  }
  .gg-play-break {
    gap: 20px;
  }
  .gg-play-break h2 {
    font-size: 27px;
  }
  .gg-play-break > span {
    display: none;
  }
}
@media (max-width: 780px) {
  .pg-hero,
  .gg-hero {
    grid-template-columns: 1fr;
    gap: 35px;
    padding-top: 42px;
  }
  .pg-hero {
    padding-bottom: 65px;
  }
  .pg-hero h1,
  .gg-hero h1 {
    font-size: 58px;
  }
  .pg-hero-art {
    width: min(450px, 100%);
    margin: auto;
  }
  .pg-art-note {
    right: 0;
  }
  .pg-art-stamp {
    right: -4px;
  }
  .pg-tool-grid {
    grid-template-columns: 1fr;
  }
  .pg-tool-card {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px 20px;
    padding: 25px;
  }
  .pg-card-top {
    grid-column: 1/-1;
    margin-bottom: 10px;
  }
  .pg-tool-card h3 {
    font-size: 33px;
  }
  .pg-tool-card > p {
    grid-column: 2;
    grid-row: 2 / span 2;
    margin-bottom: 0;
  }
  .pg-tool-card > strong,
  .pg-tool-card > small {
    grid-column: 1/-1;
    padding-top: 5px;
  }
  .pg-grade-mini,
  .pg-segment-mini,
  .pg-level-mini {
    grid-column: 1;
  }
  .pg-side-quests {
    grid-template-columns: 1fr;
    margin-bottom: 50px;
  }
  .pg-next-level {
    grid-template-columns: 1fr;
    padding: 30px;
    gap: 35px;
  }
  .pg-section-heading > p {
    display: none;
  }
  .gg-hero-note {
    max-width: 390px;
    margin: 0 7px 5px;
  }
  .gg-hero-note > strong {
    font-size: 29px;
  }
  .gg-hero {
    padding-bottom: 38px;
  }
  .gg-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .gg-card h2 {
    font-size: 26px;
  }
  .gg-filter-bar {
    flex-direction: column;
    gap: 20px;
  }
  .gg-filters {
    max-width: none;
  }
  .gg-search {
    width: 100%;
  }
  .gg-play-break {
    flex-wrap: wrap;
    padding: 26px;
  }
  .gg-play-break .button {
    margin-left: 0;
  }
  .article-branded .article-aside nav {
    display: none;
  }
  .article-branded .article-layout {
    gap: 28px;
  }
  .article-branded .article > section > h2 {
    font-size: 30px;
  }
}
@media (max-width: 490px) {
  .pg-hero h1,
  .gg-hero h1 {
    font-size: 46px;
  }
  .pg-hero > div > p:not(.eyebrow),
  .gg-hero > div > p:not(.eyebrow) {
    font-size: 16px;
  }
  .pg-hero-actions {
    flex-direction: column;
  }
  .pg-hero-actions .button {
    font-size: 13px;
    justify-content: center;
  }
  .pg-hero .pg-perks {
    font-size: 10px;
    gap: 6px;
  }
  .pg-mail-card {
    padding: 20px;
  }
  .pg-art-note {
    font-size: 9px;
    padding: 11px;
    top: 2px;
    right: 5px;
  }
  .pg-art-signal {
    margin-top: 20px;
    padding: 12px;
  }
  .pg-mail-card h2 {
    font-size: 37px;
  }
  .pg-art-signal strong {
    font-size: 11px;
  }
  .pg-art-stamp {
    width: 59px;
    height: 59px;
    right: -3px;
    bottom: 54px;
    font-size: 22px;
  }
  .pg-art-stamp b {
    font-size: 10px;
  }
  .pg-art-footer {
    font-size: 9px;
  }
  .pg-mini-choice {
    grid-template-columns: 1fr;
  }
  .pg-mini-choice button {
    font-size: 12px;
    padding: 12px;
  }
  .pg-mail-card .pg-art-feedback {
    padding-right: 30px;
  }
  .pg-section-heading h2 {
    font-size: 36px;
  }
  .pg-tool-card {
    display: flex;
    gap: 0;
    padding: 24px;
  }
  .pg-tool-card h3 {
    font-size: 34px;
  }
  .pg-tool-card > p {
    margin-bottom: 23px;
  }
  .pg-tool-card > strong {
    margin-top: 20px;
  }
  .pg-tool-card > small {
    margin-top: 8px;
  }
  .pg-side-quests > a {
    padding: 18px;
    gap: 13px;
  }
  .pg-side-quests h2 {
    font-size: 20px;
  }
  .pg-side-quests > a > span {
    width: 34px;
    height: 34px;
    font-size: 20px;
  }
  .pg-next-level {
    padding: 25px;
  }
  .pg-next-level h2 {
    font-size: 34px;
  }
  .pg-next-level .button {
    font-size: 12px;
    padding: 15px;
  }
  .gg-grid {
    grid-template-columns: 1fr;
  }
  .gg-card h2 {
    font-size: 31px;
  }
  .gg-card-art {
    min-height: 103px;
  }
  .gg-hero-note {
    padding: 25px;
  }
  .gg-hero-note > strong {
    font-size: 29px;
  }
  .gg-filters {
    gap: 7px;
  }
  .gg-filters button {
    font-size: 10px;
    padding: 9px 10px;
  }
  .gg-play-break h2 {
    font-size: 31px;
  }
  .gg-play-break {
    margin-bottom: 55px;
  }
  .article-branded .article h1 {
    font-size: 43px;
  }
  .article-branded .article-intro {
    font-size: 17px;
  }
  .article-branded .article-meta {
    font-size: 11px;
  }
  .article-branded .article > section p {
    font-size: 16px;
  }
  .article .gg-takeaways {
    padding: 20px;
  }
  .gg-takeaways li {
    font-size: 14px;
  }
  .gg-example {
    padding: 18px;
  }
  .gg-example h3 {
    font-size: 26px;
  }
  .gg-example-copy {
    padding: 17px;
  }
  .gg-example-top {
    gap: 8px;
  }
  .gg-example-top button {
    font-size: 10px;
  }
  .gg-example-copy span,
  .gg-example-body p {
    font-size: 14px;
  }
  .gg-example-note {
    font-size: 12px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .growth-world *,
  .article-branded * {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
}

/* HTML examples remain literal, readable code with a focused copy action. */
.gg-example-code {
  max-width: 100%;
  overflow: auto;
  max-height: 440px;
  background: #102a3a;
  color: #e4f1fa;
  padding: 22px;
  border-radius: 12px;
  font-size: 13px;
  line-height: 1.6;
  tab-size: 2;
  white-space: pre;
}
.gg-example-code code {
  font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
}

/* Guide directory: search first, three starting points, then one scanable list. */
.gd-directory { background:#fff; color:#122e3e; }
.gd-directory :is(h1,h2,h3,h4) { font-family:'Nunito',system-ui,sans-serif; line-height:1.2; letter-spacing:-.025em; font-weight:900; }
.gd-directory .eyebrow { color:#087ac1; font-size:11px; font-weight:900; letter-spacing:.09em; }
.gd-intro { padding-block:24px 16px; }
.gd-intro > .eyebrow { margin:0 0 8px; }
.gd-directory .gd-intro h1 { font-family:'Baloo 2','Nunito',sans-serif; font-size:clamp(42px,4.2vw,61px); line-height:1.08; letter-spacing:-.035em; margin:0; }
.gd-intro h1 > span { color:#169ee5; }
.gd-intro > p:last-child { margin:9px 0 0; color:#4e6575; font-size:17px; line-height:1.5; }
.gd-library { padding-bottom:32px; scroll-margin-top:18px; }
.gd-controls { display:grid; grid-template-columns:minmax(260px,340px) minmax(0,1fr); align-items:end; gap:30px; padding:12px 0; border-block:1px solid #dbe7ee; }
.gd-search,.gd-topic-control { min-width:0; }
.gd-search > span,.gd-topic-control > span { display:block; margin-bottom:8px; color:#294655; font-size:12px; font-weight:800; }
.gd-search > div { position:relative; }
.gd-search svg { position:absolute; top:13px; left:13px; width:19px; height:19px; stroke:#597786; stroke-width:1.8; pointer-events:none; }
.gd-search input { display:block; width:100%; height:46px; padding:10px 12px 10px 40px; border:1px solid #bfd3df; border-radius:9px; background:#fff; color:#183e52; font-size:14px; }
.gd-search input::placeholder { color:#667d8b; opacity:1; }
.gd-filters { display:flex; flex-wrap:wrap; gap:7px; }
.gd-filters button { min-height:46px; padding:10px 14px; border:1px solid #d4e2eb; border-radius:9px; background:#f8fbfd; color:#3e5a6b; font-size:13px; font-weight:800; cursor:pointer; transition:border-color .15s,background .15s; }
.gd-filters button:hover { border-color:#59b4e5; background:#eaf6ff; }
.gd-filters button[aria-pressed='true'] { background:#159fe5; color:#fff; border-color:#1089c6; box-shadow:0 3px 0 #087ab2; }
.gd-result-bar { display:flex; justify-content:space-between; align-items:center; min-height:37px; gap:16px; }
.gd-result-bar > p { margin:0; color:#5c7585; font-size:12px; }
.gd-result-bar button { min-height:36px; padding:6px 0 6px 12px; border:0; background:transparent; color:#087cbc; font-size:12px; font-weight:800; cursor:pointer; }
.gd-result-bar button:hover { text-decoration:underline; text-underline-offset:3px; }
.gd-directory .gd-start > h2,.gd-directory .gd-more > h2 { margin:0 0 13px; font-size:18px; letter-spacing:-.015em; }
.gd-feature-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:20px; }
.gd-feature { display:flex; flex-direction:column; border:1px solid #ccdeea; border-radius:14px; background:#fff; color:inherit; overflow:hidden; box-shadow:0 4px 0 #e9f1f6; transition:border-color .18s,box-shadow .18s; }
.gd-feature:hover { border-color:#5eb8e7; box-shadow:0 4px 0 #cee8f5; }
.gd-feature-copy { display:flex; flex-direction:column; flex:1; padding:15px 21px 16px; }
.gd-deliverable { color:#567281; font-size:11px; font-weight:800; }
.gd-directory .gd-feature h3 { margin:7px 0 9px; font-size:23px; line-height:1.16; }
.gd-feature-copy p { margin:0 0 17px; color:#4e6676; font-size:14px; line-height:1.5; }
.gd-card-action { display:flex; justify-content:space-between; align-items:center; gap:12px; margin-top:auto; color:#087eba; font-size:14px; font-weight:900; }
.gd-card-action > span { font-size:19px; transition:transform .18s; }
.gd-feature:hover .gd-card-action > span { transform:translateX(3px); }
.gd-preview { display:grid; place-items:center; height:124px; overflow:hidden; padding:10px 26px; border-bottom:1px solid #dfeaf0; }
.gd-preview-cart { background:#eaf4f9; }
.gd-mini-email { width:100%; max-width:305px; background:#fff; border:1px solid #d6e3eb; border-radius:7px; padding:8px 14px; box-shadow:0 3px 0 #d6e4ed; font-family:Arial,sans-serif; }
.gd-mini-store { display:block; font-size:11px; font-weight:700; margin-bottom:7px; color:#163341; }
.gd-mini-email > div { display:flex; gap:14px; align-items:center; }
.gd-mini-email img { width:62px; height:64px; object-fit:cover; border-radius:2px; }
.gd-mini-email strong { display:block; font-size:15px; line-height:1.14; color:#163341; }
.gd-mini-email div > span { display:block; margin-block:5px; color:#5b707d; font-size:8px; }
.gd-mini-email b { display:inline-block; border-radius:3px; padding:5px 8px; background:#0877bd; color:#fff; font-size:8px; }
.gd-preview-welcome { background:#f0edfa; }
.gd-mini-sequence { display:grid; gap:6px; width:100%; max-width:300px; }
.gd-mini-sequence > div { display:flex; align-items:center; gap:10px; padding:4px 11px; background:#fff; border:1px solid #e0d9ef; border-radius:7px; box-shadow:0 2px 0 #e5def1; font-size:11px; }
.gd-mini-sequence span { display:grid; place-items:center; width:23px; height:23px; border-radius:5px; color:#8c63b7; background:#f0e8fa; font-size:10px; font-weight:900; }
.gd-mini-sequence i { margin-left:auto; color:#a990ba; font-size:15px; font-style:normal; }
.gd-preview-checks { background:#eef7e9; }
.gd-mini-checklist { display:grid; grid-template-columns:1fr 1fr; gap:9px 18px; width:100%; max-width:290px; padding:15px 17px; border:1px solid #d8e6d1; border-radius:7px; background:#fff; box-shadow:0 3px 0 #dce9d4; }
.gd-mini-checklist > strong { grid-column:1 / -1; margin-bottom:3px; font-size:12px; }
.gd-mini-checklist > span { display:flex; align-items:center; gap:7px; white-space:nowrap; font-size:10px; color:#4b6450; }
.gd-mini-checklist > span:last-child { grid-column:1 / -1; }
.gd-mini-checklist i { display:grid; place-items:center; width:17px; height:17px; flex:none; border-radius:4px; background:#62ca5c; color:#fff; font-size:12px; font-weight:900; font-style:normal; }
.gd-more { margin-top:32px; }
.gd-start[hidden] + .gd-more { margin-top:0; }
.gd-list { border-top:1px solid #d7e5ee; }
.gd-row { display:grid; grid-template-columns:125px minmax(0,1fr) 205px 20px; align-items:center; gap:25px; padding:23px 13px 23px 0; border-bottom:1px solid #d7e5ee; color:inherit; transition:background .15s; }
.gd-row:hover { background:#f4faff; }
.gd-row-topic { align-self:start; margin-top:4px; font-size:11px; font-weight:800; color:#587789; }
.gd-directory .gd-row :is(h3,h4) { margin:0; font-size:21px; line-height:1.25; }
.gd-row-copy p { max-width:66ch; margin:7px 0 0; font-size:14px; line-height:1.5; color:#526c7b; }
.gd-row-meta { text-align:right; font-size:11px; color:#4a687b; line-height:1.4; }
.gd-row-meta > span { display:block; font-weight:800; }
.gd-row-meta > small { display:block; margin-top:5px; font-size:11px; color:#667e8d; }
.gd-row-arrow { color:#158bca; font-size:21px; transition:transform .15s; }
.gd-row:hover h3 { color:#087ebc; }
.gd-row:hover .gd-row-arrow { transform:translateX(3px); }
.gd-empty { padding:55px 20px 65px; text-align:center; }
.gd-directory .gd-empty h2 { font-size:28px; }
.gd-empty p { color:#526c7b; margin:12px 0 23px; font-size:16px; }
.gd-tools { margin-block:5px 55px; border-top:2px solid #dbe9f0; padding-top:25px; }
.gd-tools > .eyebrow { margin:0 0 16px; }
.gd-tool-grid { display:grid; grid-template-columns:1fr 1fr; gap:20px; }
.gd-tool { display:flex; align-items:start; gap:18px; padding:23px; background:#f0f8fe; border:1px solid #d5e7f4; border-radius:13px; color:inherit; }
.gd-tool-icon { display:grid; place-items:center; width:43px; height:43px; flex:none; background:#169fe9; color:#fff; border-radius:10px; box-shadow:0 3px 0 #0879b3; font-size:25px; }
.gd-tool .gd-game-icon { background:#51c955; box-shadow:0 3px 0 #2b9830; color:#174b29; }
.gd-directory .gd-tool h2 { font-size:22px; margin:0 0 8px; }
.gd-tool p { margin:0 0 16px; color:#4e6879; font-size:14px; line-height:1.5; max-width:50ch; }
.gd-tool strong { display:flex; align-items:center; gap:10px; color:#087ebc; font-size:14px; font-weight:900; }
.gd-tool:hover strong { text-decoration:underline; text-underline-offset:4px; }
.gd-tool small { display:block; margin-top:7px; font-size:10px; color:#627987; }
.gd-directory :is(a,button,input):focus-visible { outline:3px solid #149fe8; outline-offset:4px; }
@media(max-width:1100px) {
 .gd-controls { grid-template-columns:1fr; gap:17px; }
 .gd-search { max-width:440px; }
 .gd-feature-grid { gap:14px; }
 .gd-preview { padding-inline:15px; height:130px; }
 .gd-feature-copy { padding:16px; }
 .gd-directory .gd-feature h3 { font-size:21px; }
 .gd-mini-email { padding:10px; }
 .gd-mini-email img { width:54px; height:65px; }
 .gd-mini-email > div { gap:9px; }
 .gd-mini-email strong { font-size:13px; }
 .gd-row { grid-template-columns:110px minmax(0,1fr) 170px 20px; gap:18px; }
 .gd-mini-checklist { padding:13px; gap:8px; }
}
@media(max-width:700px) {
 .gd-intro { padding-block:27px 22px; }
 .gd-directory .gd-intro h1 { font-size:43px; }
 .gd-intro > p:last-child { font-size:16px; max-width:37ch; }
 .gd-controls { padding-block:16px; }
 .gd-search { max-width:none; }
 .gd-filters { gap:7px; }
 .gd-filters button { padding:9px 11px; min-height:43px; font-size:12px; }
 .gd-feature-grid { grid-template-columns:1fr; gap:14px; }
 .gd-feature { flex-direction:row; }
 .gd-preview { width:135px; height:auto; flex:none; padding:15px 10px; border-bottom:0; border-right:1px solid #dfeaf0; }
 .gd-mini-email { padding:9px; }
 .gd-mini-email > div { display:block; }
 .gd-mini-email img { width:100%; height:57px; margin-bottom:7px; }
 .gd-mini-email strong { font-size:11px; }
 .gd-mini-email div > span { font-size:7px; }
 .gd-mini-email b { font-size:6px; padding:5px; }
 .gd-mini-email br { display:none; }
 .gd-mini-store { margin-bottom:6px; font-size:9px; }
 .gd-mini-sequence > div { display:block; padding:8px; font-size:9px; }
 .gd-mini-sequence span { width:19px; height:19px; float:left; margin-right:6px; font-size:8px; }
 .gd-mini-sequence i { display:none; }
 .gd-mini-checklist { grid-template-columns:1fr; padding:10px; gap:8px; }
 .gd-mini-checklist > strong { font-size:10px; }
 .gd-mini-checklist > span { font-size:8px; gap:5px; }
 .gd-mini-checklist i { width:13px; height:13px; font-size:10px; }
 .gd-feature-copy { padding:17px; }
 .gd-directory .gd-feature h3 { font-size:21px; }
 .gd-feature-copy p { font-size:14px; margin-bottom:14px; }
 .gd-card-action { font-size:12px; gap:7px; }
 .gd-deliverable { font-size:10px; }
 .gd-row { grid-template-columns:minmax(0,1fr) 20px; align-items:start; gap:8px 14px; padding:20px 2px; }
 .gd-row-topic { grid-column:1; margin:0; font-size:10px; }
 .gd-row-copy { grid-column:1; }
 .gd-directory .gd-row :is(h3,h4) { font-size:21px; }
 .gd-row-copy p { font-size:14px; }
 .gd-row-meta { grid-column:1; display:flex; flex-wrap:wrap; align-items:center; gap:6px 14px; text-align:left; font-size:10px; }
 .gd-row-meta > small { margin:0; font-size:10px; }
 .gd-row-arrow { grid-column:2; grid-row:2; }
 .gd-tool-grid { grid-template-columns:1fr; gap:12px; }
 .gd-tool { padding:20px; gap:15px; }
 .gd-directory .gd-tool h2 { font-size:21px; }
 .gd-tools { margin-bottom:35px; }
}
@media(max-width:390px) {
 .gd-directory .gd-intro h1 { font-size:39px; }
 .gd-preview { width:102px; padding:12px 8px; }
 .gd-feature-copy { padding:15px 12px; }
 .gd-directory .gd-feature h3 { font-size:19px; }
 .gd-feature-copy p { font-size:14px; }
 .gd-mini-email { padding:7px; }
 .gd-mini-email img { height:46px; }
 .gd-mini-email strong { font-size:9px; }
 .gd-mini-email b { font-size:5px; }
 .gd-mini-checklist { padding:8px 5px; }
 .gd-mini-checklist > span { font-size:7px; }
 .gd-mini-sequence > div { padding:6px 5px; font-size:8px; }
 .gd-mini-sequence span { float:none; margin-bottom:4px; }
}
@media(prefers-reduced-motion:reduce) { .gd-directory * { transition:none!important; } }

/* Keep prose comfortable; let headings and worked examples use the wide frame. */
.article-branded .article h1 { font-family: 'Manrope', 'Nunito', sans-serif; font-size: clamp(40px,4.1vw,64px); line-height: 1.13; letter-spacing: -.045em; }
.article-branded .article h2, .article-branded .article h3 { font-family: 'Nunito',system-ui,sans-serif; line-height: 1.25; letter-spacing: -.025em; font-weight: 900; }
.article-branded .article > section > h2 { font-size: 30px; }
.article-branded .article-intro { font-size: 20px; line-height: 1.7; color: #486071; }
.article-branded .article-meta { padding-bottom: 22px; font-size: 13px; color: #536c7d; gap: 10px 21px; }
.article-branded .article-meta a { color: inherit; text-decoration: underline; text-underline-offset: 3px; }
.gg-article-jumps { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 25px; padding-bottom: 8px; }
.gg-lab-jump { display: inline-flex; gap: 16px; padding: 12px 16px; border: 1px solid #afd7ee; border-radius: 9px; color: #086faa; background: #edf8ff; font-size: 15px; font-weight: 900; }
.gg-lab-jump:hover { background: #dff2ff; }
.gg-article-jumps .gg-example-jump { padding-bottom: 4px; }
.article-branded .article > section .gg-section-sources { margin-top: 18px; font-size: 14px; line-height: 1.6; color: #587182; }
.gg-section-sources a { color: #0878b7; text-decoration: underline; text-underline-offset: 3px; }
.gg-section-sources > span { font-weight: 800; }
.article-branded .article > .gg-next-reads { max-width: none; margin-top: 48px; border-top: 1px solid #d5e4ed; padding-top: 30px; }
.gg-next-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 240px), 1fr)); gap: 18px; }
.gg-next-grid > a { border: 1px solid #d5e4ed; border-radius: 12px; padding: 22px; color: #143242; background: #fff; }
.gg-next-grid > a:hover { border-color: #60b9e9; background: #f2faff; }
.gg-next-grid strong { display: block; font-size: 18px; line-height: 1.45; }
.article-branded .article .gg-next-grid p { margin: 12px 0 0; color: #4e6778; font-size: 15px; line-height: 1.6; }
.article-branded .article-aside nav { border-left: 2px solid #d4e8f3; }
.article-branded .article > section p { font-size: 18px; line-height: 1.8; color: #425969; }
.article-branded .gg-example-jump { border: 0; background: transparent; border-radius: 0; padding: 4px 0 10px; color: #0878b7; font-size: 15px; font-weight: 900; }
.article-branded .gg-example-jump:hover { text-decoration: underline; text-underline-offset: 5px; }
.article-branded .article > .gg-reader-overview { padding-top: 0; margin-block: 23px 14px; }
.article-branded .gg-reader-overview .gg-takeaways { margin: 0; padding: 25px 27px; border: 0; border-left: 4px solid #1ca0f2; background: #f2f9fd; border-radius: 0 10px 10px 0; box-shadow: none; }
.gg-reader-overview .gg-takeaways .eyebrow, .gg-guide-summary .eyebrow { color: #0878b7; font-size: 11px; margin-bottom: 15px; }
.gg-reader-overview .gg-takeaways li { color: #365166; font-size: 16px; line-height: 1.65; margin: 10px 0; }
.gg-reader-overview .gg-takeaways li > span { color: #238c42; font-weight: 900; }
.gg-guide-summary { padding: 24px 0; border-block: 1px solid #dae5eb; }
.article-branded .gg-guide-summary > p:last-child { margin: 0; font-size: 17px; }
.gg-quick-nav { display: none; }
.article-branded .article .gg-examples { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 25px; margin-top: 30px; padding-top: 35px; border-top: 2px solid #102a3a; }
.gg-examples > .eyebrow, .gg-examples > h2, .gg-examples > p { grid-column: 1 / -1; margin-bottom: 0; max-width: 760px; }
.article-branded .article .gg-examples > h2 { margin-top: -12px; margin-bottom: -9px; }
.article-branded .gg-example { padding: 23px; border: 1px solid #d6e4ed; background: #fff; border-radius: 12px; box-shadow: 0 5px 0 #eef4f8; margin: 0; min-width: 0; }
.article-branded .gg-example:has(.gg-example-code) { grid-column: 1 / -1; }
.article-branded .gg-example h3 { font-size: 24px; margin-bottom: 21px; }
.article-branded .gg-example-top { margin-bottom: 22px; }
.article-branded .gg-example-top > span { color: #5a7486; font-size: 11px; }
.article-branded .gg-example-top button { font-size: 12px; min-height: 42px; }
.article-branded .gg-example-copy { padding: 20px 0; border: 0; border-block: 1px solid #e1eaf0; border-radius: 0; }
.article-branded .gg-example-copy b { font-size: 11px; color: #587082; }
.article-branded .gg-example-copy span { font-size: 16px; color: #263f50; }
.article-branded .gg-example-body p { font-size: 16px; line-height: 1.75; }
.article-branded .gg-example-note { padding-left: 15px; border-left: 3px solid #93ceef; font-size: 14px; }
.article-branded .gg-example-copy .gg-example-cta { background: #eff7ee; color: #275b32; font-size: 14px; }
.article-branded .gg-sources { border-top: 1px solid #ccdce5; margin-top: 43px; }
.article-branded .gg-sources > p { font-size: 16px !important; }
.gg-sources li { border-bottom: 1px solid #e2ebf1; padding-block: 12px; margin: 0; }
.gg-sources a { font-size: 16px; line-height: 1.55; }
.gg-source-domain { display: block; color: #607888; font-size: 12px; margin-top: 5px; }
.article-branded .article-cta { background: #102a3a; border: 0; box-shadow: none; border-radius: 12px; padding: 30px; max-width: 760px; }
.article-branded .article-cta h2 { color: #fff; font-size: 28px; }
.article-branded .article-cta > p { color: #c2d6e2; font-size: 17px; }
.article-branded .article-cta .text-link { color: #83d1ff; }
.article-branded .article .lab-compact { border: 0; border-radius: 0; background: transparent; padding: 25px 0 !important; max-width: 760px; }
.article-branded .article .lab-compact h2 { font-size: 27px !important; }
@media (max-width: 1200px) {
 .gg-editorial { grid-template-columns: 1fr; gap: 25px; }
 .gg-feature { grid-template-columns: minmax(0,.9fr) minmax(0,1fr); }
 .gg-feature-preview { display: flex; }
 .gg-start-here { display: grid; grid-template-columns: 1fr 1fr; gap: 0 30px; }
 .gg-start-here > .eyebrow { grid-column: 1 / -1; }
 .gg-start-here .gg-starter-tool { margin-top: 12px; }
 .gg-feature-copy { padding: 35px; }
 .guide-library .gg-feature-copy h2 { font-size: 38px; }
 .guide-library .gg-hero { gap: 45px; }
 .guide-library .gg-filter-bar { flex-wrap: wrap; align-items: center; }
 .guide-library .gg-search { width: 100%; }
 .gg-practice { gap: 24px; }
 .article-branded .article .gg-examples { grid-template-columns: 1fr; }
}
@media (max-width: 900px) {
 .guide-library .gg-hero { grid-template-columns: 1fr; gap: 22px; padding-top: 28px; }
 .gg-hero-links { display: flex; flex-wrap: wrap; gap: 15px 35px; }
 .gg-hero-links > span { width: 100%; }
 .gg-hero-links > a { font-size: 14px; border: 0; padding: 0; }
 .gg-editorial { grid-template-columns: 1fr; margin-bottom: 52px; }
 .gg-feature { grid-template-columns: minmax(0,.9fr) minmax(0,1fr); }
 .gg-feature-preview { display: flex; }
 .gg-feature-copy { padding: 28px; }
 .guide-library .gg-feature-copy h2 { font-size: 30px; }
 .gg-start-here { display: grid; grid-template-columns: 1fr 1fr; gap: 0 28px; }
 .gg-start-here > .eyebrow { grid-column: 1 / -1; }
 .gg-start-here .gg-starter-tool { margin-top: 12px; }
 .gg-library-heading { display: block; }
 .gg-library-heading p { margin-top: 16px; max-width: none; }
 .guide-library .gg-grid { column-gap: 30px; }
 .guide-library .gg-card h2 { font-size: 24px; }
 .gg-practice { grid-template-columns: 1fr 1fr; }
 .gg-practice-heading { grid-column: 1 / -1; }
 .gg-practice-heading > p:last-child { max-width: none; }
 .guide-library .gg-practice-heading h2 br { display: none; }
 .gg-quick-nav { display: block; margin-top: 23px; border-block: 1px solid #d5e4ed; }
 .gg-quick-nav summary { display: flex; justify-content: space-between; padding-block: 17px; font-size: 15px; font-weight: 900; cursor: pointer; list-style: none; }
 .gg-quick-nav summary::-webkit-details-marker { display: none; }
 .gg-quick-nav summary > span { flex-shrink:0; transition:transform 150ms; }
 .gg-quick-nav[open] summary > span { transform:rotate(180deg); }
 .gg-quick-nav nav { display: grid; gap: 0; padding-bottom: 15px; }
 .gg-quick-nav a { color: #0878b7; padding-block: 10px; font-size: 15px; line-height: 1.5; }
 .article-branded .article .gg-examples { grid-template-columns: repeat(2,minmax(0,1fr)); }
}
@media (max-width: 600px) {
 .guide-library .gg-hero h1 { font-size: 40px; }
 .guide-library .gg-hero > div > p:not(.eyebrow) { font-size: 17px; }
 .guide-library .gg-hero { padding-block: 28px; }
 .gg-feature { grid-template-columns: 1fr; }
 .gg-feature-copy { grid-row:1; }
 .gg-feature-preview { padding: 22px; }
 .gg-feature-email { padding: 22px; }
 .guide-library .gg-feature-email h2 { font-size: 27px; }
 .gg-feature-copy { padding: 26px; }
 .gg-start-here { grid-template-columns: 1fr; }
 .gg-start-here > a { padding-block: 20px; }
 .gg-start-here .gg-starter-tool { margin-top: 20px; padding: 22px; }
 .guide-library .gg-library-heading h2 { font-size: 29px; }
 .guide-library .gg-filters button { font-size: 12px; padding-inline: 12px; }
 .guide-library .gg-grid { grid-template-columns: 1fr; }
 .guide-library .gg-card-body { padding-block: 25px; }
 .guide-library .gg-card h2 { font-size: 25px; }
 .guide-library .gg-card-body > p:not(.eyebrow) { font-size: 16px; }
 .gg-practice { grid-template-columns: 1fr; margin-bottom: 50px; }
 .gg-practice-heading { grid-column: auto; }
 .guide-library .gg-practice-heading h2 { font-size: 34px; }
 .article-branded .article h1 { font-size: 37px; }
 .article-branded .article-intro { font-size: 18px; }
 .article-branded .article > section p { font-size: 17px; }
 .article-branded .article > section > h2 { font-size: 27px; }
 .article-branded .gg-reader-overview .gg-takeaways { padding: 21px; }
 .gg-reader-overview .gg-takeaways li { font-size: 15px; }
 .article-branded .article .gg-examples { grid-template-columns: 1fr; }
 .article-branded .gg-example { padding: 22px; }
 .article-branded .gg-example h3 { font-size: 23px; }
 .article-branded .article-cta { padding: 25px; }
}

/* A concrete review preview introduces the tool; the Arena owns the game. */
.pg-tools-inputs { display: flex; flex-wrap: wrap; gap: 9px; font-size: 12px !important; font-weight: 700; color: #627b8b !important; margin-top: 21px !important; }
.pg-review-preview { min-width: 0; border: 1px solid #d7e5ed; border-radius: 21px; background: #fff; box-shadow: 0 7px 0 #e2edf4,0 24px 45px #183a5210; overflow: hidden; }
.pg-review-top { padding: 20px 23px; display: flex; align-items: center; gap: 10px; border-bottom: 1px solid #e1eaf0; }
.pg-review-top > strong { font-weight: 900; font-size: 18px; }
.pg-review-top > span { margin-left: auto; color: #6d8695; font-size: 10px; }
.pg-review-email { display: grid; grid-template-columns: 35% 1fr; margin: 21px; border: 1px solid #e2e3d9; background: #faf9f2; }
.pg-review-email > img { width: 100%; height: 100%; object-fit: cover; }
.pg-review-email > div { padding: 22px; }
.pg-review-email > div > span:first-child { font: 600 12px Georgia,serif; color: #4d5d3e; letter-spacing: .25em; }
.growth-world .pg-review-email h2 { color: #35472c; font: 500 28px/1.1 Georgia,serif; margin: 14px 0; letter-spacing: -.02em; }
.pg-review-email p { font: 12px/1.5 Arial,sans-serif; color: #647057; margin: 0 0 16px; }
.pg-review-old-cta { display: inline-block; padding: 9px 13px; color: #fff; background: #4c603f; font: 600 10px Arial,sans-serif; }
.pg-review-findings { padding: 0 23px 5px; }
.pg-review-findings > div { display: flex; gap: 12px; align-items: center; padding: 14px 0; border-bottom: 1px solid #e6edf1; }
.pg-review-findings > div:last-child { border-bottom: 0; }
.pg-review-findings p { margin: 0; font-size: 13px; }
.pg-review-findings p > strong { display: block; font-weight: 900; margin-bottom: 4px; }
.pg-review-findings p > span { display: block; font-size: 12px; color: #667f8e; }
.pg-review-symbol { display: grid; place-items: center; width: 33px; height: 36px; border-radius: 9px; flex-shrink: 0; font-size: 17px; font-weight: 900; }
.pg-review-symbol.good { background: #e0f7e5; color: #2b9950; }
.pg-review-symbol.change { background: #fff1cc; color: #a2700b; }
.pg-review-symbol.fix { background: #e4f3ff; color: #1195dd; }
.pg-review-findings .pg-review-new-cta { color: #1b8041; font-weight: 900; }
.pg-review-open { display: flex; align-items: center; justify-content: space-between; padding: 17px 23px; border-top: 1px solid #e1eaf0; color: #1184c2; font-size: 13px; font-weight: 900; background: #f8fcff; }
@media(max-width: 650px) {
  .pg-review-top { padding: 18px; }
  .pg-review-top > strong { font-size: 16px; }
  .pg-review-top > span { font-size: 9px; }
  .pg-review-email { margin: 16px; grid-template-columns: 30% 1fr; }
  .pg-review-email > div { padding: 17px; }
  .growth-world .pg-review-email h2 { font-size: 24px; }
  .pg-review-findings { padding-inline: 17px; }
  .pg-review-findings p { font-size: 12px; }
  .pg-review-findings p > span { font-size: 11px; }
}

/* The title identifies the example; its copy action is the next thing to find. */
.article-branded .article .gg-examples > h2 { margin: 0; }
.article-branded .article .gg-examples > p { margin: -8px 0 4px; font-size: 17px; line-height: 1.65; }
.article-branded .gg-example-top { align-items: flex-start; gap: 20px; margin-bottom: 20px; }
.article-branded .gg-example-top h3 { margin: 0; font-size: 23px; line-height: 1.25; }
.article-branded .gg-example-top button { flex: 0 0 auto; white-space: nowrap; font-size: 12px; min-height: 44px; min-width:9em; padding: 10px 13px; background: #f3f9fd; }
.article-branded .gg-example-top button[data-copy-kind='scenario'] { min-width:11.5em; }
.article-branded .gg-example-top button:hover { background: #e7f4fc; border-color: #82bcdd; }
.article-branded .gg-examples > .gg-example:only-of-type { grid-column: 1 / -1; }
.article-branded .gg-examples > .gg-example:only-of-type .gg-example-body { max-width: 65ch; }
.gg-example-try { display: inline-flex; align-items: center; gap: 12px; min-height: 44px; margin-top: 18px; padding: 10px 14px; border: 1px solid #b4d8ed; border-radius: 8px; background: #edf8ff; color: #076ea8; font: 850 14px/1.5 Nunito, Arial, sans-serif; cursor: pointer; }
.gg-example-try:hover { background: #dceffc; border-color: #69add4; }
.gg-example-try:disabled { opacity: .55; cursor: default; }
.article-branded .gg-example-copy b { text-transform: none; letter-spacing: 0; font-size: 13px; font-weight: 800; margin-bottom: 5px; }
.article-branded .gg-example-copy > p { margin-bottom: 19px; }
.article-branded .gg-example-copy > p:last-child { margin-bottom: 0; }
.article-branded .gg-example-note { color: #526d7d; font-size: 15px; line-height: 1.7; border-left-width: 2px; margin-top: 20px; }
.article-branded .gg-example-code { margin-block: 20px 0; font-size: 14px; line-height: 1.65; }
.article-branded .gg-takeaways ul { max-width: 66ch; }
.guide-library .gg-feature-copy > strong { justify-content: flex-start; gap: 13px; padding-top: 16px; border-top: 1px solid #dce7ed; }
.guide-library .gg-feature:hover .gg-feature-copy > strong { text-decoration: underline; text-underline-offset: 5px; }
.guide-library .gg-card-body > p:not(.eyebrow) { max-width: 62ch; }

/* One primary entry point; the alternative stays easy to find without competing. */
.pg-hero-actions { align-items: flex-start; column-gap: 28px; row-gap: 18px; }
.pg-review-start { max-width: 320px; }
.pg-review-start .button-primary { min-width: 230px; min-height: 56px; }
.pg-review-start .pg-tools-inputs { margin: 16px 0 0 !important; font-size: 13px !important; line-height: 1.55; color: #526b7b !important; }
.pg-secondary-action { display: inline-flex; align-items: center; gap: 13px; min-height: 56px; padding-block: 13px; color: #315369; font-size: 15px; font-weight: 900; text-decoration: underline; text-decoration-color: #b7d3e3; text-underline-offset: 6px; }
.pg-secondary-action:hover { color: #0878b7; text-decoration-color: currentColor; }
.pg-review-preview { max-width: 680px; width: 100%; justify-self: end; }
.pg-review-top > span { font-size: 12px; color: #5b7483; }
.pg-review-email p { font-size: 14px; line-height: 1.55; }
.pg-review-old-cta { font-size: 12px; padding: 10px 14px; }
.pg-review-findings > div { align-items: flex-start; gap: 15px; padding-block: 18px; }
.pg-review-findings p { font-size: 16px; line-height: 1.45; }
.pg-review-findings p > strong { margin-bottom: 6px; }
.pg-review-findings p > span { font-size: 14px; line-height: 1.6; color: #526b7b; }
.pg-review-findings > div:last-child { padding-block: 20px; }
.pg-review-findings .pg-review-new-cta { display: inline-block; font-size: 15px; background: #ecf7eb; padding: 8px 12px; border-radius: 6px; }
.pg-review-symbol { margin-top: 2px; }
.pg-review-open { font-size: 14px; }
.pg-tool-tag { font-size: 11px; letter-spacing: .04em; background: transparent; padding: 0; }
.pg-tool-card h3 { font-family: 'Nunito',system-ui,sans-serif; font-size: 29px; line-height: 1.18; letter-spacing: -.025em; }
.pg-tool-card > p { font-size: 16px; color: #486373; }
.pg-tool-card > small { font-size: 12px; line-height: 1.6; color: #566f7f; }
.pg-tool-card > strong { display: flex; align-items: center; justify-content: space-between; gap: 16px; font-size: 16px; border-top: 1px solid #dce7ec; padding-top: 19px; }
.pg-tool-card > strong > span { float: none; }
.pg-grade-mini, .pg-segment-mini, .pg-level-mini { margin-bottom: 22px; }
.pg-grade-mini span { font-size: 11px; display: flex; flex-direction: column; justify-content: space-between; min-width: 0; }
.pg-grade-mini i { flex-shrink: 0; }
.pg-segment-mini b { font-size: 11px; width: auto; max-width: 140px; }
.pg-next-level .pg-reading-stack > .eyebrow { color: #526f81; }
@media (max-width: 1050px) {
 .pg-tool-card h3 { font-size: 26px; }
 .pg-tool-tag { font-size: 10px; }
 .pg-review-email > div { padding: 20px; }
 .pg-hero-actions { column-gap: 20px; }
}
@media (max-width: 780px) {
 .pg-review-preview { justify-self: start; max-width: 680px; }
 .pg-hero-actions { flex-direction: row; }
}
@media (max-width: 600px) {
 .article-branded .gg-example-top { flex-wrap: wrap; gap: 14px; }
 .article-branded .gg-example-top h3 { flex: 1 1 190px; font-size: 22px; }
 .article-branded .gg-example-top button { font-size: 12px; }
 .article-branded .gg-example-note { font-size: 14px; }
 .article-branded .article .gg-examples > p { font-size: 16px; }
 .article-branded .gg-example-code { font-size: 13px; padding: 17px; }
 .pg-review-start { width: 100%; max-width: none; }
 .pg-review-start .button-primary { width: 100%; font-size: 16px; }
 .pg-review-start .pg-tools-inputs { text-align: center; justify-content: center; }
 .pg-secondary-action { min-height: 44px; padding-block: 7px; font-size: 14px; }
 .pg-hero-actions { row-gap: 9px; }
 .pg-review-top > span { font-size: 11px; }
 .pg-review-findings p { font-size: 15px; }
 .pg-review-findings p > span { font-size: 14px; }
 .pg-review-email > div { padding: 18px; }
 .pg-review-email p { font-size: 13px; }
 .pg-review-old-cta { font-size: 11px; }
 .pg-tool-card h3 { font-size: 29px; }
 .pg-tool-card > p { font-size: 16px; }
 .pg-tool-card > small { font-size: 12px; }
}

/* The rendered template and its copyable code come from the same HTML. */
.gg-template-preview { margin-top:20px; overflow:hidden; border:1px solid #cfdee8; border-radius:10px; background:#f1f7fa; }
.gg-template-preview-bar { display:flex; align-items:center; justify-content:space-between; flex-wrap:wrap; gap:5px 16px; padding:11px 15px; border-bottom:1px solid #dbe6ed; background:#fff; }
.gg-template-preview-bar strong { font-size:13px; color:#15384b; }
.article-branded .gg-template-preview-bar span { font-size:12px; color:#5a7483; }
.gg-template-preview iframe { display:block; width:100%; height:430px; border:0; background:#f1f7fa; }
.gg-template-code { margin-top:14px; border:1px solid #d5e3ec; border-radius:8px; }
.gg-template-code summary { padding:13px 16px; color:#087dbb; font-size:14px; font-weight:800; cursor:pointer; }
.gg-template-code summary:hover { background:#f2f9fd; }
.gg-template-code summary:focus-visible { outline:3px solid #149fe8; outline-offset:3px; }
.article-branded .gg-template-code .gg-example-code { margin:0; border-radius:0 0 8px 8px; }
@media(max-width:700px) { .gg-template-preview iframe { height:400px; } }
.article-branded .gg-example-email .gg-example-copy { padding:0; border:0; }
.gg-example-email .gg-template-preview { margin-top:0; }

/* Hub endings continue the task that brought the reader to the page. */
.pg-directory .pg-tool-section { padding-bottom:32px; }
.pg-directory .pg-tool-guidance { border-top:1px solid #d8e5ed; padding-top:26px; padding-bottom:38px; }
.pg-guidance-heading h2 { margin:0 0 8px; font-size:29px; line-height:1.2; }
.pg-guidance-heading p { margin:0; color:#526b7b; font-size:16px; line-height:1.5; }
.pg-guidance-links { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:24px; margin-top:22px; }
.pg-guidance-links a { display:flex; flex-direction:column; gap:8px; padding:0 0 17px; border-bottom:1px solid #d8e5ed; color:#183b4d; }
.pg-guidance-links a > span { color:#587687; font-size:10px; font-weight:800; letter-spacing:.04em; }
.pg-guidance-links strong { display:flex; justify-content:space-between; align-items:start; gap:16px; font-size:17px; line-height:1.4; }
.pg-guidance-links b { flex:none; color:#0785c8; }
.pg-guidance-links a:hover strong { color:#087fba; }
.pg-directory .pg-all-guides { display:inline-flex; gap:10px; margin-top:17px; font-size:14px; }
.pg-directory .pg-product-handoff { grid-template-columns:minmax(0,1.65fr) minmax(240px,1fr); gap:36px; padding:32px; margin-bottom:46px; border-width:1px; border-radius:18px; }
.pg-product-handoff h2 { font-size:36px; line-height:1.12; margin-bottom:14px; }
.pg-product-handoff p:not(.eyebrow) { max-width:65ch; margin-bottom:0; font-size:16px; line-height:1.55; }
.pg-handoff-actions { display:flex; flex-direction:column; align-items:center; }
.pg-handoff-actions .button { width:100%; }
.pg-handoff-actions small { margin-top:10px; font-size:12px; }
.pg-handoff-actions > .text-link { margin-top:19px; font-size:14px; }
.pg-handoff-actions > .pg-plans-link { margin-top:10px; color:#4d6b7d; font-size:13px; }
.gd-directory .gd-draft-handoff { padding-top:25px; margin-bottom:42px; }
.gd-next-heading { margin-bottom:20px; }
.gd-directory .gd-next-heading h2 { margin:0 0 8px; font-size:28px; }
.gd-next-heading p { margin:0; color:#4e6879; font-size:16px; line-height:1.5; }
.gd-draft-handoff .gd-tool { align-items:center; }
.gd-draft-handoff .gd-tool > div { flex:1; }
.gd-directory .gd-draft-handoff .gd-tool h3 { margin:0 0 7px; font-size:23px; }
.gd-draft-handoff .gd-tool p { max-width:none; margin-bottom:0; }
.gd-draft-handoff .gd-tool > strong { flex:none; margin-left:24px; }
.gd-draft-handoff .gd-tool small { font-size:11px; }
.gd-practice-next { display:flex; justify-content:space-between; align-items:baseline; gap:20px; margin-top:20px; }
.gd-practice-next p { margin:0; color:#587282; font-size:14px; line-height:1.5; }
.gd-practice-next a { flex:none; color:#087ebc; font-size:14px; font-weight:800; }
.gd-practice-next a:hover { text-decoration:underline; text-underline-offset:3px; }
@media(max-width:760px) {
  .pg-guidance-links { grid-template-columns:1fr; gap:17px; }
  .pg-guidance-links a { gap:5px; padding-bottom:15px; }
  .pg-directory .pg-product-handoff { grid-template-columns:1fr; gap:26px; padding:24px; margin-bottom:32px; }
  .pg-product-handoff h2 { font-size:32px; }
  .pg-product-handoff h2 br { display:none; }
  .pg-handoff-actions { align-items:flex-start; }
  .pg-handoff-actions small { align-self:center; }
  .gd-draft-handoff .gd-tool { flex-wrap:wrap; gap:15px; }
  .gd-draft-handoff .gd-tool > div { flex:1; min-width:170px; }
  .gd-draft-handoff .gd-tool > strong { flex-basis:100%; margin-left:0; padding-top:14px; border-top:1px solid #d5e7f4; justify-content:space-between; }
  .gd-directory .gd-draft-handoff .gd-tool h3 { font-size:21px; }
  .gd-practice-next { display:block; }
  .gd-practice-next a { display:inline-block; margin-top:10px; }
}

/* Tool discovery: show the job, the input and the useful result together. */
.pg-purpose { background:#fff; }
.pg-purpose .pg-directory-intro { align-items:center; padding-block:36px 30px; }
.pg-purpose .pg-directory-intro > div { flex:1; }
.pg-purpose .pg-directory-intro h1 { font-size:clamp(40px,4.1vw,59px); margin:0; }
.pg-purpose .pg-directory-intro > p { max-width:480px; flex:1; font-size:18px; line-height:1.65; color:#526e80; }
.pg-purpose-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:22px; }
.pg-job { --pg-accent:#0a8dd3; --pg-tint:#f0f8fe; display:grid; grid-template-columns:minmax(0,1.5fr) minmax(145px,.8fr); gap:20px; border:1px solid #d4e3ec; border-radius:16px; box-shadow:0 5px 0 #e7eff4; padding:24px; color:#173446; background:white; transition:border-color .15s,box-shadow .15s; }
.pg-job:hover { border-color:var(--pg-accent); box-shadow:0 5px 0 color-mix(in srgb,var(--pg-accent) 16%,white); }
.pg-job:focus-visible { outline:3px solid #149ee9; outline-offset:5px; }
.pg-job-main { min-width:0; }
.pg-job-type { display:block; font-size:10px; line-height:1.5; font-weight:900; color:var(--pg-accent); letter-spacing:.05em; margin-bottom:11px; }
.pg-job :is(h2,h3) { font:900 28px/1.14 'Nunito',sans-serif; letter-spacing:-.035em; margin:0 0 12px; }
.pg-job-main > p { font-size:14px; line-height:1.6; color:#536f80; margin:0 0 16px; }
.pg-job dl { display:grid; grid-template-columns:35px minmax(0,1fr); gap:6px 8px; margin:0; font-size:12px; line-height:1.5; }
.pg-job dt { font-weight:900; color:#527388; }
.pg-job dd { margin:0; color:#32576d; }
.pg-job-preview { align-self:stretch; display:flex; justify-content:center; flex-direction:column; border-radius:10px; background:var(--pg-tint); padding:17px; min-width:0; }
.pg-job-preview > small { display:block; color:#5d7c8c; font-size:8px; font-weight:900; letter-spacing:.06em; margin-bottom:17px; }
.pg-job-preview > p { font-size:11px; line-height:1.5; color:#5b7988; margin:14px 0 0; }
.pg-job-email-preview > span { display:block; font-size:10px; font-weight:800; color:#6e8593; }
.pg-job-email-preview > s { font-size:14px; color:#97777c; text-decoration-color:#a2868a; margin:4px 0 15px; }
.pg-job-email-preview > b { font-size:14px; line-height:1.35; color:#316c41; margin-top:5px; }
.pg-job-sms { --pg-accent:#8053b9; --pg-tint:#f7f3fd; }
.pg-job-sms-preview > div { display:flex; justify-content:space-between; align-items:center; gap:8px; padding:8px 0; border-bottom:1px solid #e3d9ef; }
.pg-job-sms-preview > div > span { color:#735e8d; font-size:11px; }
.pg-job-sms-preview b { font:800 30px/1 'Baloo 2',sans-serif; color:#7d53ae; }
.pg-job-sms-preview b i { display:block; font:600 9px/1.3 'Nunito',sans-serif; color:#7b6990; }
.pg-job-popup { --pg-accent:#2f8b51; --pg-tint:#f1f8f1; }
.pg-job-popup-preview { text-align:center; padding:15px; }
.pg-job-popup-preview > small { margin-bottom:15px; }
.pg-job-popup-preview > span { letter-spacing:.18em; font:600 11px Georgia,serif; color:#5e7154; }
.pg-job-popup-preview > b { font:700 20px/1.12 Georgia,serif; color:#375b3c; margin:11px 0; }
.pg-job-popup-preview > i { font-style:normal; padding:7px 8px; border:1px solid #ccd9cb; background:white; color:#789080; text-align:left; font-size:10px; border-radius:5px; }
.pg-job-popup-preview > strong { margin-top:7px; border-radius:5px; padding:8px 6px; background:#386144; color:white; font-size:10px; }
.pg-job-arena { --pg-accent:#bd7a17; --pg-tint:#fff8eb; }
.pg-job-arena-preview > div { display:flex; align-items:center; justify-content:space-between; gap:6px; }
.pg-job-arena-preview > div > b { display:flex; align-items:center; gap:3px; color:#274c64; font-size:15px; }
.pg-job-arena-preview > div > span { color:#a49371; font-size:12px; }
.pg-job-arena-preview > p { font:900 21px/1.15 'Nunito',sans-serif; color:#6c5828; margin-top:19px; }
.pg-job-arena-preview > strong { color:#9d844d; font-size:10px; margin-top:10px; }
.pg-job-action { grid-column:1/-1; border-top:1px solid #dbe6ed; padding-top:14px; display:flex; align-items:center; justify-content:space-between; gap:12px; }
.pg-job-action > strong { display:flex; align-items:center; gap:16px; font-size:14px; color:var(--pg-accent); }
.pg-job-action > span { color:#69808e; font-size:11px; }
.pg-purpose .pg-tool-section { padding-bottom:40px; }
.pg-start-draft { display:grid; grid-template-columns:.85fr 1.15fr; gap:60px; padding-block:32px 37px; border-top:1px solid #dce7ee; }
.pg-start-draft h2 { font-size:33px; line-height:1.15; margin:10px 0 12px; }
.pg-start-draft p:not(.eyebrow) { color:#607989; font-size:15px; margin:0; }
.pg-start-draft nav { display:flex; flex-direction:column; }
.pg-start-draft nav a { display:flex; justify-content:space-between; gap:20px; align-items:center; padding:15px 0; border-bottom:1px solid #dce7ee; }
.pg-start-draft nav a:first-child { padding-top:0; }
.pg-start-draft nav span { color:#6d8492; font-size:12px; }
.pg-start-draft nav strong { color:#1479b3; font-size:14px; }
.pg-start-draft nav a:hover strong { text-decoration:underline; text-underline-offset:4px; }
.pg-tool-answers { display:grid; grid-template-columns:.85fr 1.15fr; gap:60px; padding-block:25px 40px; border-top:1px solid #dce7ee; }
.pg-tool-answers h2 { font-size:33px; margin:0; }
.pg-tool-answers details { border-bottom:1px solid #dce7ee; padding:16px 0; }
.pg-tool-answers details:first-child { padding-top:0; }
.pg-tool-answers summary { cursor:pointer; font-size:15px; font-weight:900; color:#2c4d61; }
.pg-tool-answers p { color:#597788; font-size:14px; line-height:1.7; margin-bottom:0; }
@media(min-width:1650px) { .pg-job { padding:30px; gap:24px; } .pg-job :is(h2,h3) { font-size:31px; } .pg-job-main > p { font-size:16px; } .pg-job dl { font-size:13px; } .pg-job-preview { padding:24px; } .pg-job-action > strong { font-size:16px; } }
@media(max-width:1100px) { .pg-job { grid-template-columns:1fr; padding:22px; gap:16px; } .pg-job :is(h2,h3) br { display:none; } .pg-job-preview { min-height:125px; padding:15px 20px; } .pg-job-email-preview { display:grid; grid-template-columns:1fr 1fr; gap:3px 12px; } .pg-job-email-preview > small { grid-column:1/-1; margin-bottom:7px; } .pg-job-email-preview > .pg-after-label { grid-column:2; grid-row:2; } .pg-job-email-preview > s { margin:0; } .pg-job-email-preview > b { grid-column:2; grid-row:3; margin:0; } .pg-job-email-preview > p { grid-column:1/-1; margin:8px 0 0; } .pg-job-popup-preview { max-width:100%; width:100%; box-sizing:border-box; } .pg-job-action { align-items:flex-start; flex-direction:column; gap:6px; } .pg-start-draft,.pg-tool-answers { gap:30px; } .pg-start-draft nav a { display:block; } .pg-start-draft nav span { display:block; margin-bottom:5px; } }
@media(max-width:720px) { .pg-purpose .pg-directory-intro { display:block; padding-block:27px 25px; } .pg-purpose .pg-directory-intro h1 { font-size:42px; } .pg-purpose .pg-directory-intro > p { margin-top:17px; font-size:16px; line-height:1.6; } .pg-purpose-grid { grid-template-columns:1fr; gap:21px; } .pg-job { grid-template-columns:minmax(0,1fr) 116px; gap:16px; padding:20px; } .pg-job-type { font-size:9px; } .pg-job :is(h2,h3) { font-size:24px; } .pg-job-main > p { font-size:13px; } .pg-job dl { grid-template-columns:1fr; gap:2px; font-size:12px; } .pg-job dd { margin-bottom:5px; } .pg-job-preview { min-height:0; padding:12px; } .pg-job-preview > small { font-size:7px; } .pg-job-email-preview { display:flex; gap:0; } .pg-job-email-preview > s { margin:5px 0 14px; } .pg-job-email-preview > b { margin-top:5px; font-size:13px; } .pg-job-email-preview > p { margin-top:12px; } .pg-job-popup-preview > b { font-size:17px; } .pg-job-popup-preview > i,.pg-job-popup-preview > strong { font-size:8px; } .pg-job-arena-preview > div { flex-wrap:wrap; } .pg-job-arena-preview > div > b { font-size:12px; } .pg-job-arena-preview > p { font-size:18px; } .pg-job-sms-preview > div { display:block; } .pg-job-sms-preview b { display:flex; gap:5px; align-items:baseline; margin-top:6px; } .pg-job-action { gap:7px; } .pg-job-action > strong { width:100%; justify-content:space-between; } .pg-job-action > span { font-size:11px; } .pg-start-draft,.pg-tool-answers { grid-template-columns:1fr; gap:22px; padding-block:28px; } .pg-start-draft h2,.pg-tool-answers h2 { font-size:30px; } .pg-start-draft nav a { padding:15px 0; } .pg-start-draft nav a:last-child { border-bottom:0; } }
@media(max-width:600px) { .pg-job { grid-template-columns:1fr; } .pg-job-preview { display:none; } .pg-job :is(h2,h3) { font-size:27px; } .pg-job-main > p { font-size:14px; } .pg-job dl { grid-template-columns:35px 1fr; gap:6px 8px; } .pg-job dd { margin-bottom:0; } }
@media(prefers-reduced-motion:reduce) { .pg-job { transition:none; } }


/* Directory groups follow the work: a real message, then a sample to try. */
.pg-purpose .pg-group-heading { display:flex; align-items:baseline; justify-content:space-between; gap:15px 30px; margin-bottom:18px; }
.pg-purpose .pg-group-heading h2 { margin:0; font-size:23px; line-height:1.25; }
.pg-purpose .pg-group-heading p { margin:0; color:#607989; font-size:14px; line-height:1.5; }
.pg-purpose .pg-sample-section { padding-top:29px; border-top:1px solid #dce7ee; }
.pg-message-help { display:flex; flex-wrap:wrap; align-items:center; gap:12px 25px; margin-top:22px; }
.pg-message-help > span { color:#617b8b; font-size:12px; }
.pg-message-help > a { color:#087ebc; font-size:13px; font-weight:800; }
.pg-message-help > a:hover { text-decoration:underline; text-underline-offset:3px; }

/* Give long guide lists visible topic boundaries without repeating a label on every row. */
.gd-directory .gd-more > h2 { margin-bottom:21px; font-size:26px; }
.gd-directory .gd-more .gd-list { border-top:0; }
.gd-topic-group:has([data-guide-card]:not([hidden])) ~ .gd-topic-group:has([data-guide-card]:not([hidden])) { margin-top:28px; }
.gd-directory .gd-topic-heading { margin:0; padding:0 0 12px; border-bottom:2px solid #d7e7f1; color:#087bb9; font-size:18px; line-height:1.3; }
.gd-topic-rows .gd-row { grid-template-columns:minmax(0,1fr) 205px 20px; gap:25px; padding-block:20px; }
.gd-topic-group:not(:has([data-guide-card]:not([hidden]))) { display:none; }
.gd-row:hover h4 { color:#087ebc; }

/* Related reading remains available after the article's main next step. */
.article-branded .gg-more-reading { margin-top:30px; border-top:1px solid #d5e4ed; padding-block:24px; }
.article-branded .gg-more-reading > summary { color:#183b4d; font-size:18px; font-weight:800; line-height:1.5; cursor:pointer; }
.article-branded .gg-more-reading > summary:hover { color:#087ebc; }
.article-branded .gg-more-reading > summary:focus-visible { outline:3px solid #149fe8; outline-offset:5px; }
.article-branded .gg-more-reading[open] > .gg-next-grid { margin-top:18px; }
@media(max-width:760px) {
  .pg-purpose .pg-group-heading { display:block; }
  .pg-purpose .pg-group-heading p { margin-top:6px; }
  .pg-message-help { align-items:flex-start; gap:10px 20px; }
  .pg-message-help > span { flex-basis:100%; }
  .pg-purpose .pg-sample-section { padding-top:25px; }
  .gd-topic-rows .gd-row { grid-template-columns:minmax(0,1fr) 20px; gap:8px 14px; }
  .gd-topic-rows .gd-row-arrow { grid-row:1; }
  .gd-topic-group:has([data-guide-card]:not([hidden])) ~ .gd-topic-group:has([data-guide-card]:not([hidden])) { margin-top:24px; }
  .gd-directory .gd-more > h2 { font-size:24px; }
}

/* The guide desk: one full template, a quiet topic rail, then useful reading. */
.gd-workbench { --gd-ink:#153747; --gd-muted:#587180; --gd-line:#dce6ec; }
.gd-workbench .gd-intro { display:grid; grid-template-columns:1.15fr 1fr; align-items:end; gap:40px; padding-block:38px 36px; border-bottom:1px solid var(--gd-line); }
.gd-workbench .gd-intro .eyebrow { margin:0 0 12px; }
.gd-workbench .gd-intro h1 { font-size:clamp(44px,4.8vw,70px); line-height:1.02; letter-spacing:-.035em; }
.gd-workbench .gd-intro > p { margin:0 0 4px; max-width:480px; font-size:21px; line-height:1.55; color:var(--gd-ink); }
.gd-workbench .gd-intro > p > span { display:block; margin-top:12px; color:var(--gd-muted); font-size:14px; line-height:1.55; }
.gd-workbench .gd-library { display:grid; grid-template-columns:215px minmax(0,1fr); gap:clamp(30px,4vw,68px); align-items:start; padding-block:30px 60px; scroll-margin-top:15px; }
.gd-workbench .gd-guide-rail { position:sticky; top:calc(var(--site-header-height) + 24px); min-width:0; }
.gd-workbench .gd-controls { display:flex; flex-direction:column; align-items:stretch; gap:24px; padding:0; border:0; }
.gd-workbench .gd-search { max-width:none; }
.gd-workbench .gd-search > span,.gd-workbench .gd-topic-control > span { margin-bottom:10px; font-size:12px; }
.gd-workbench .gd-search input { height:45px; border-radius:6px; font-size:13px; padding-left:36px; }
.gd-workbench .gd-search svg { width:17px; height:17px; left:11px; top:14px; }
.gd-workbench .gd-filters { flex-direction:column; gap:3px; }
.gd-workbench .gd-filters button { display:flex; justify-content:space-between; align-items:center; gap:10px; min-height:43px; padding:10px 12px; border:1px solid transparent; border-radius:6px; background:transparent; color:#4a6575; text-align:left; font-size:13px; box-shadow:none; }
.gd-workbench .gd-filters button > span { font-size:11px; font-weight:600; color:#77909d; }
.gd-workbench .gd-filters button:hover { background:#f1f7fb; }
.gd-workbench .gd-filters button[aria-pressed='true'] { background:#eaf6fd; border-color:#c1e3f7; color:#087fbb; box-shadow:inset 3px 0 0 #169fe7; }
.gd-workbench .gd-filters button[aria-pressed='true'] > span { color:#087fbb; }
.gd-workbench .gd-result-bar { min-height:28px; flex-wrap:wrap; gap:4px 10px; margin-top:-11px; padding-inline:12px; }
.gd-workbench .gd-result-bar button { padding:0; min-height:28px; }
.gd-workbench .gd-rail-tool { display:block; margin-top:28px; padding:22px 12px 0; border-top:1px solid var(--gd-line); color:var(--gd-ink); }
.gd-workbench .gd-rail-tool svg { width:24px; height:24px; stroke:#168ecb; stroke-width:1.5; margin-bottom:9px; }
.gd-workbench .gd-rail-tool strong { display:block; font-size:16px; }
.gd-workbench .gd-rail-tool span { display:block; font-size:13px; line-height:1.55; color:var(--gd-muted); margin:7px 0 11px; max-width:23ch; }
.gd-workbench .gd-rail-tool b { color:#087fbb; font-size:12px; }
.gd-workbench .gd-rail-tool:hover b { text-decoration:underline; text-underline-offset:4px; }
.gd-workbench .gd-guide-main { min-width:0; }
.gd-workbench .gd-start > .gd-section-kicker { margin:0 0 14px; font:800 13px/1.4 'Nunito',sans-serif; letter-spacing:0; color:var(--gd-muted); }
.gd-workbench .gd-feature-grid { grid-template-columns:repeat(2,minmax(0,1fr)); gap:17px; }
.gd-workbench .gd-feature { display:block; border:1px solid var(--gd-line); border-radius:12px; box-shadow:none; background:#fff; }
.gd-workbench .gd-feature:hover { border-color:#98cbe5; box-shadow:0 5px 18px #16384a08; }
.gd-workbench .gd-feature-copy { display:flex; padding:24px 26px; height:100%; box-sizing:border-box; }
.gd-workbench .gd-feature-mark { display:flex; align-items:center; gap:6px; height:28px; margin-bottom:20px; }
.gd-workbench .gd-feature-mark > span { display:grid; place-items:center; width:27px; height:27px; font-size:11px; font-weight:900; border-radius:6px; }
.gd-workbench .gd-feature-mark > i { font-style:normal; font-size:11px; }
.gd-workbench .gd-welcome-mark > span { color:#796096; background:#f0eaf8; }
.gd-workbench .gd-welcome-mark > i { color:#af9bbf; }
.gd-workbench .gd-check-mark > span { color:#34854d; background:#eaf6ec; }
.gd-workbench .gd-check-mark > i { color:#6f8374; margin-left:5px; }
.gd-workbench .gd-deliverable { font-size:11px; font-weight:800; color:#647b88; }
.gd-workbench .gd-feature h3 { margin:8px 0 10px; font-size:24px; line-height:1.18; color:var(--gd-ink); }
.gd-workbench .gd-feature-copy > p { color:var(--gd-muted); font-size:14px; line-height:1.6; margin:0 0 23px; }
.gd-workbench .gd-card-action { font-size:13px; padding-top:5px; }
.gd-workbench .gd-feature-0 { display:grid; grid-template-columns:1fr 1fr; grid-column:1/-1; background:#153747; border-color:#153747; min-height:330px; }
.gd-workbench .gd-feature-0 .gd-feature-copy { justify-content:center; padding:clamp(26px,3vw,46px); }
.gd-workbench .gd-feature-label { color:#84ceeF; font-size:10px; letter-spacing:.06em; font-weight:900; margin-bottom:20px; }
.gd-workbench .gd-feature-0 .gd-deliverable { order:3; font-size:11px; color:#afc7d2; margin-bottom:22px; }
.gd-workbench .gd-feature-0 h3 { font-size:clamp(29px,2.6vw,40px); line-height:1.08; color:#fff; max-width:12ch; margin:0 0 15px; }
.gd-workbench .gd-feature-0 .gd-feature-copy > p { color:#c2d5de; font-size:15px; line-height:1.6; margin-bottom:14px; max-width:28ch; }
.gd-workbench .gd-feature-0 .gd-card-action { order:4; color:#143849; background:#a1def8; border-radius:6px; padding:12px 14px; margin-top:0; font-size:13px; max-width:280px; }
.gd-workbench .gd-feature-0:hover .gd-card-action { background:#c1ebfd; }
.gd-workbench .gd-cart-preview { display:flex; align-items:center; flex-direction:column; justify-content:center; min-width:0; padding:25px 25px 20px; background:#e9efeb; color:#3c523d; }
.gd-workbench .gd-inbox-line { width:100%; max-width:310px; display:flex; justify-content:space-between; gap:12px; font-size:10px; color:#6d7d72; margin-bottom:9px; }
.gd-workbench .gd-inbox-line b { color:#3e5243; font-weight:700; margin-left:4px; }
.gd-workbench .gd-paper-email { display:grid; grid-template-columns:1.2fr 1fr; width:100%; max-width:310px; background:#fffdf7; box-shadow:0 7px 15px #1b362519; border:1px solid #dfe3d9; overflow:hidden; }
.gd-workbench .gd-paper-heading { padding:25px 15px 18px; min-width:0; }
.gd-workbench .gd-paper-heading > span { display:block; font:700 10px/1.4 Georgia,serif; letter-spacing:.22em; margin-bottom:20px; }
.gd-workbench .gd-paper-heading > strong { display:block; font:500 25px/1.04 Georgia,serif; letter-spacing:-.04em; }
.gd-workbench .gd-paper-heading > p { font-size:10px; line-height:1.5; color:#6b735f; margin:11px 0 0; }
.gd-workbench .gd-paper-email > img { display:block; width:100%; height:100%; min-height:208px; object-fit:cover; object-position:center; }
.gd-workbench .gd-paper-footer { grid-column:1/-1; padding:14px 16px 17px; border-top:1px solid #e6e6dd; }
.gd-workbench .gd-paper-footer > span { display:flex; justify-content:space-between; font-size:10px; margin-bottom:11px; }
.gd-workbench .gd-paper-footer > strong { display:flex; justify-content:space-between; padding:10px 12px; background:#3d593e; color:#fff; font-size:10px; }
.gd-workbench .gd-preview-caption { margin-top:13px; font-size:10px; color:#6d7d72; text-align:center; }
.gd-workbench .gd-more { margin-top:38px; }
.gd-workbench .gd-start[hidden] + .gd-more { margin-top:0; }
.gd-workbench .gd-list-heading { display:flex; align-items:baseline; justify-content:space-between; gap:16px; margin-bottom:28px; border-bottom:1px solid var(--gd-line); padding-bottom:17px; }
.gd-workbench .gd-list-heading h2 { font-size:25px; margin:0; }
.gd-workbench .gd-list-heading p { color:var(--gd-muted); font-size:12px; margin:0; }
.gd-workbench .gd-topic-group + .gd-topic-group { margin-top:31px; }
.gd-workbench .gd-topic-heading { border:0; padding:0 0 9px; font-size:12px; font-weight:900; letter-spacing:.025em; color:#1687bd; }
.gd-workbench .gd-row { grid-template-columns:minmax(0,1fr) 146px 17px; gap:22px; align-items:center; padding:20px 7px 20px 0; border-bottom:1px solid var(--gd-line); }
.gd-workbench .gd-row h4 { font-size:20px; line-height:1.25; }
.gd-workbench .gd-row-copy p { font-size:13px; line-height:1.6; margin-top:6px; max-width:61ch; }
.gd-workbench .gd-row-meta { font-size:10px; line-height:1.5; }
.gd-workbench .gd-row-meta > span { font-weight:700; }
.gd-workbench .gd-row-meta > small { font-size:10px; color:#7d8e98; }
.gd-workbench .gd-row-arrow { font-size:18px; }
.gd-workbench .gd-finish-tools { display:grid; grid-template-columns:1fr 1.2fr; align-items:start; gap:40px; margin-top:42px; padding:27px 0 0; border-top:2px solid #16394a; }
.gd-workbench .gd-finish-tools .eyebrow { margin:0 0 11px; font-size:10px; }
.gd-workbench .gd-finish-tools h2 { font-size:25px; margin:0 0 10px; }
.gd-workbench .gd-finish-tools p:not(.eyebrow) { color:var(--gd-muted); font-size:13px; line-height:1.6; margin:0; max-width:31ch; }
.gd-workbench .gd-finish-tools nav { display:grid; gap:0; }
.gd-workbench .gd-finish-tools nav a { display:flex; justify-content:space-between; align-items:center; gap:20px; padding:14px 0; color:var(--gd-ink); border-bottom:1px solid var(--gd-line); }
.gd-workbench .gd-finish-tools nav a:first-child { padding-top:0; }
.gd-workbench .gd-finish-tools nav strong { display:block; font-size:15px; }
.gd-workbench .gd-finish-tools nav small { display:block; font-size:12px; color:var(--gd-muted); margin-top:6px; line-height:1.5; }
.gd-workbench .gd-finish-tools nav b { color:#1687bd; }
.gd-workbench .gd-finish-tools nav a:hover strong { color:#1687bd; }
.gd-workbench [hidden] { display:none!important; }
@media(min-width:1650px) {
 .gd-workbench .gd-library { grid-template-columns:245px minmax(0,1fr); }
 .gd-workbench .gd-feature-0 { grid-template-columns:1fr 1fr; }
 .gd-workbench .gd-cart-preview { padding:30px; }
 .gd-workbench .gd-paper-email,.gd-workbench .gd-inbox-line { max-width:365px; }
 .gd-workbench .gd-paper-heading { padding:28px 21px; }
 .gd-workbench .gd-paper-heading > strong { font-size:30px; }
 .gd-workbench .gd-paper-email > img { min-height:225px; }
 .gd-workbench .gd-row { grid-template-columns:minmax(0,1fr) 185px 20px; padding-block:22px; }
 .gd-workbench .gd-row h4 { font-size:23px; }
 .gd-workbench .gd-row-copy p { font-size:15px; }
 .gd-workbench .gd-feature-copy > p { font-size:15px; }
}
@media(max-width:1050px) {
 .gd-workbench .gd-library { grid-template-columns:185px minmax(0,1fr); gap:27px; }
 .gd-workbench .gd-intro { gap:30px; }
 .gd-workbench .gd-intro > p { font-size:18px; }
 .gd-workbench .gd-feature-0 .gd-feature-copy { padding:25px; }
 .gd-workbench .gd-cart-preview { padding:20px 15px; }
 .gd-workbench .gd-feature-copy { padding:22px; }
 .gd-workbench .gd-feature h3 { font-size:22px; }
 .gd-workbench .gd-feature-0 h3 { font-size:29px; }
 .gd-workbench .gd-paper-heading { padding:22px 12px; }
 .gd-workbench .gd-paper-heading > strong { font-size:22px; }
 .gd-workbench .gd-paper-heading > span { font-size:9px; }
 .gd-workbench .gd-row { grid-template-columns:minmax(0,1fr) 17px; gap:8px 16px; align-items:start; }
 .gd-workbench .gd-row-meta { grid-column:1; display:flex; flex-wrap:wrap; gap:6px 13px; text-align:left; }
 .gd-workbench .gd-row-meta > small { margin:0; }
 .gd-workbench .gd-row-arrow { grid-column:2; grid-row:1; }
 .gd-workbench .gd-list-heading { display:block; }
 .gd-workbench .gd-list-heading p { margin-top:7px; }
}
@media(max-width:800px) {
 .gd-workbench .gd-intro { grid-template-columns:1fr; gap:17px; padding-block:29px; }
 .gd-workbench .gd-intro h1 { font-size:51px; }
 .gd-workbench .gd-intro h1 br { display:none; }
 .gd-workbench .gd-intro > p { max-width:540px; font-size:17px; }
 .gd-workbench .gd-intro > p > span { font-size:13px; margin-top:8px; }
 .gd-workbench .gd-wide-break { display:none; }
 .gd-workbench .gd-library { grid-template-columns:1fr; padding-top:23px; gap:23px; }
 .gd-workbench .gd-guide-rail { position:static; }
 .gd-workbench .gd-controls { gap:17px; }
 .gd-workbench .gd-search { max-width:440px; }
 .gd-workbench .gd-filters { flex-direction:row; flex-wrap:wrap; gap:6px; }
 .gd-workbench .gd-filters button { min-height:40px; padding:8px 10px; border-color:#dce6ec; font-size:12px; gap:8px; }
 .gd-workbench .gd-filters button[aria-pressed='true'] { box-shadow:none; }
 .gd-workbench .gd-result-bar { padding:0; margin-top:-5px; }
 .gd-workbench .gd-rail-tool { display:none; }
 .gd-workbench .gd-feature-0 { min-height:315px; }
 .gd-workbench .gd-feature-0 h3 { font-size:33px; }
 .gd-workbench .gd-feature-0 .gd-feature-copy { padding:30px; }
 .gd-workbench .gd-cart-preview { padding:24px; }
 .gd-workbench .gd-paper-heading > strong { font-size:25px; }
 .gd-workbench .gd-paper-heading > span { font-size:10px; }
 .gd-workbench .gd-list-heading { display:flex; }
 .gd-workbench .gd-list-heading p { margin:0; }
}
@media(max-width:560px) {
 .gd-workbench .gd-intro { padding-block:22px; gap:13px; }
 .gd-workbench .gd-intro h1 { font-size:40px; max-width:340px; }
 .gd-workbench .gd-intro h1 br { display:block; }
 .gd-workbench .gd-intro > p { font-size:16px; }
 .gd-workbench .gd-intro > p > span { font-size:12px; }
 .gd-workbench .gd-library { gap:17px; padding-top:19px; }
 .gd-workbench .gd-controls { gap:12px; }
 .gd-workbench .gd-search { max-width:none; }
 .gd-workbench .gd-search > span { position:absolute; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip-path:inset(50%); white-space:nowrap; }
 .gd-workbench .gd-filters button { font-size:11px; }
 .gd-workbench .gd-filters button > span { display:none; }
 .gd-workbench .gd-topic-control > span { font-size:11px; margin-bottom:7px; }
 .gd-workbench .gd-feature-grid { grid-template-columns:1fr; gap:13px; }
 .gd-workbench .gd-feature-0 { grid-template-columns:1fr; }
 .gd-workbench .gd-feature-0 .gd-feature-copy { padding:26px; }
 .gd-workbench .gd-feature-0 h3 { font-size:33px; max-width:15ch; }
 .gd-workbench .gd-feature-label { margin-bottom:14px; }
 .gd-workbench .gd-feature-0 .gd-feature-copy > p { max-width:33ch; font-size:14px; }
 .gd-workbench .gd-feature-0 .gd-deliverable { margin-bottom:18px; }
 .gd-workbench .gd-feature-0 .gd-card-action { max-width:none; }
 .gd-workbench .gd-cart-preview { padding:24px 28px 20px; }
 .gd-workbench .gd-paper-email { max-width:310px; }
 .gd-workbench .gd-paper-email > img { min-height:187px; }
 .gd-workbench .gd-paper-heading { padding:21px 16px; }
 .gd-workbench .gd-feature-copy { padding:23px 25px; }
 .gd-workbench .gd-feature-mark { margin-bottom:14px; }
 .gd-workbench .gd-feature h3 { font-size:23px; }
 .gd-workbench .gd-feature-copy > p { margin-bottom:18px; }
 .gd-workbench .gd-more { margin-top:31px; }
 .gd-workbench .gd-list-heading { display:block; margin-bottom:24px; }
 .gd-workbench .gd-list-heading p { margin-top:6px; }
 .gd-workbench .gd-row h4 { font-size:20px; }
 .gd-workbench .gd-row-copy p { font-size:14px; }
 .gd-workbench .gd-row-meta { font-size:11px; }
 .gd-workbench .gd-row-meta > small { font-size:11px; }
 .gd-workbench .gd-finish-tools { grid-template-columns:1fr; gap:25px; margin-top:34px; }
 .gd-workbench .gd-finish-tools p:not(.eyebrow) { max-width:none; }
 .gd-workbench .gd-finish-tools nav a { padding:17px 0; }
}
