@font-face {
  font-family: "Peyda";
  src: url("/fonts/PeydaWebVF.woff2") format("woff2-variations");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

:root {
  color-scheme: light;
  --bg: #f4f6ef;
  --surface: #ffffff;
  --surface-soft: #f8f9f5;
  --surface-dark: #151817;
  --ink: #171a19;
  --ink-soft: #3e4542;
  --muted: #626a65;
  --muted-2: #68706b;
  --line: #dde1da;
  --line-strong: #cdd2ca;
  --lime: #c8ff5a;
  --lime-deep: #9dd92c;
  --youtube: #ff314a;
  --instagram: #d93495;
  --danger: #c83342;
  --success: #25824b;
  --shadow-sm: 0 8px 24px rgba(30, 39, 34, 0.06);
  --shadow-lg: 0 34px 90px rgba(30, 39, 34, 0.12);
  --radius-sm: 14px;
  --radius-md: 22px;
  --radius-lg: 32px;
  --container: 1180px;
  font-family: "Peyda", Tahoma, Arial, sans-serif;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}

* {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  min-width: 320px;
  min-height: 100vh;
  color: var(--ink);
  background:
    radial-gradient(circle at 83% 6%, rgba(200, 255, 90, 0.25), transparent 22rem),
    radial-gradient(circle at 4% 35%, rgba(171, 187, 255, 0.16), transparent 28rem),
    var(--bg);
  overflow-x: hidden;
}

body[data-service="youtube"] {
  --platform: var(--youtube);
  --platform-rgb: 255, 49, 74;
}

body[data-service="instagram"] {
  --platform: var(--instagram);
  --platform-rgb: 217, 52, 149;
}

button,
input,
select {
  font: inherit;
}

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

button,
summary,
select {
  cursor: pointer;
}

img,
svg {
  display: block;
}

a {
  color: inherit;
}

[hidden] {
  display: none !important;
}

::selection {
  color: #111;
  background: var(--lime);
}

:focus-visible {
  outline: 3px solid rgba(25, 78, 236, 0.35);
  outline-offset: 3px;
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: 12px;
  right: 16px;
  padding: 10px 14px;
  color: #fff;
  border-radius: 10px;
  background: var(--surface-dark);
  text-decoration: none;
  transform: translateY(-160%);
  transition: transform 180ms ease;
}

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

.site-header,
main,
.site-footer {
  width: min(var(--container), calc(100% - 40px));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  z-index: 30;
  top: 12px;
  margin-top: 12px;
  border: 1px solid rgba(205, 210, 202, 0.78);
  border-radius: 20px;
  background: rgba(250, 251, 247, 0.82);
  box-shadow: 0 12px 40px rgba(27, 34, 30, 0.06);
  backdrop-filter: blur(18px) saturate(1.3);
}

.header-inner {
  min-height: 68px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
  padding: 8px 12px 8px 14px;
}

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

.brand-mark {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border: 1px solid #111;
  border-radius: 14px 14px 5px 14px;
  background: var(--lime);
  box-shadow: 4px 4px 0 #161918;
}

.brand-mark svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.brand-name {
  display: flex;
  flex-direction: column;
}

.brand-name b {
  font-size: 1.14rem;
  font-weight: 890;
  line-height: 1.1;
}

.brand-name small {
  margin-top: 4px;
  color: var(--muted-2);
  font: 720 0.53rem/1 Arial, sans-serif;
  letter-spacing: 0.19em;
  direction: ltr;
}

.main-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.main-nav a {
  padding: 9px 11px;
  color: #4d5551;
  border-radius: 10px;
  font-size: 0.78rem;
  font-weight: 580;
  text-decoration: none;
  transition: color 180ms ease, background 180ms ease;
}

.main-nav a:hover,
.main-nav a[aria-current="page"] {
  color: var(--ink);
  background: rgba(23, 26, 25, 0.05);
}

.mobile-menu {
  position: relative;
  display: none;
}

.mobile-menu summary {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  list-style: none;
  color: var(--ink);
  border: 1px solid var(--line);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.75);
  transition: background 180ms ease, transform 180ms ease;
}

.mobile-menu summary::-webkit-details-marker {
  display: none;
}

.mobile-menu summary svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
}

.mobile-menu[open] summary {
  background: var(--lime);
  transform: rotate(2deg);
}

.mobile-menu nav {
  position: absolute;
  top: calc(100% + 12px);
  left: 0;
  width: min(255px, calc(100vw - 40px));
  display: grid;
  gap: 3px;
  padding: 10px;
  border: 1px solid var(--line-strong);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: var(--shadow-lg);
}

.mobile-menu nav a {
  padding: 12px 13px;
  color: var(--ink-soft);
  border-radius: 10px;
  font-size: 0.78rem;
  font-weight: 650;
  text-decoration: none;
}

.mobile-menu nav a:hover,
.mobile-menu nav a[aria-current="page"] {
  color: var(--ink);
  background: var(--surface-soft);
}

.status-pill,
.quota-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-radius: 999px;
}

.status-pill {
  min-height: 36px;
  padding: 0 12px;
  color: #465149;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.68);
  font-size: 0.67rem;
  font-weight: 650;
}

.status-pill i,
.quota-chip > i,
.field-hint i,
.job-note i {
  width: 7px;
  height: 7px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--lime-deep);
  box-shadow: 0 0 0 4px rgba(157, 217, 44, 0.12);
}

.hero {
  position: relative;
  min-height: 690px;
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(560px, 1.28fr);
  align-items: center;
  gap: clamp(44px, 7vw, 100px);
  padding: 78px 0 82px;
}

.hero::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 10%;
  right: 40%;
  width: 180px;
  height: 180px;
  border: 1px solid rgba(23, 26, 25, 0.07);
  border-radius: 50%;
  box-shadow:
    0 0 0 34px rgba(23, 26, 25, 0.025),
    0 0 0 68px rgba(23, 26, 25, 0.018);
}

.eyebrow,
.section-kicker {
  margin: 0;
  color: #54605a;
  font-size: 0.72rem;
  font-weight: 780;
  letter-spacing: 0.01em;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 8px;
}

.eyebrow span {
  width: 27px;
  height: 27px;
  display: grid;
  place-items: center;
  color: #111;
  border-radius: 8px;
  background: var(--lime);
  font: 850 0.9rem/1 Arial, sans-serif;
}

.hero h1 {
  margin: 20px 0 0;
  font-size: clamp(4rem, 6.9vw, 6.9rem);
  font-weight: 890;
  line-height: 0.87;
  letter-spacing: -0.045em;
}

.hero h1 span {
  position: relative;
  z-index: 0;
  display: inline-block;
  margin-top: 15px;
  color: var(--ink);
  white-space: nowrap;
  letter-spacing: -0.035em;
}

.hero h1 span::after {
  content: "";
  position: absolute;
  z-index: -1;
  right: -0.02em;
  bottom: 0.01em;
  width: 103%;
  height: 0.16em;
  border-radius: 999px;
  background: var(--lime);
  transform: rotate(-1deg);
}

.hero-lead {
  max-width: 455px;
  margin: 31px 0 0;
  color: var(--ink-soft);
  font-size: 0.98rem;
  line-height: 2;
}

.hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 9px 16px;
  margin: 27px 0 0;
  padding: 0;
  list-style: none;
}

.hero-points li {
  display: flex;
  align-items: center;
  gap: 7px;
  color: #5b645f;
  font-size: 0.69rem;
  font-weight: 650;
}

.hero-points i {
  width: 19px;
  height: 19px;
  display: grid;
  place-items: center;
  color: #26400e;
  border-radius: 50%;
  background: rgba(157, 217, 44, 0.2);
  font-style: normal;
  font-size: 0.64rem;
}

.tool-card {
  position: relative;
  padding: clamp(23px, 3.7vw, 38px);
  border: 1px solid var(--line-strong);
  border-radius: var(--radius-lg) var(--radius-lg) 11px var(--radius-lg);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: var(--shadow-lg);
  isolation: isolate;
}

.tool-card::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: auto 32px -10px 32px;
  height: 24px;
  border-radius: 0 0 18px 18px;
  background: var(--lime);
  opacity: 0.72;
}

.tool-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 24px;
}

.tool-heading h2 {
  margin: 7px 0 0;
  font-size: clamp(1.45rem, 2.6vw, 2rem);
  font-weight: 850;
  letter-spacing: -0.035em;
}

.quota-chip {
  max-width: 250px;
  min-height: 34px;
  padding: 0 11px;
  color: #66706a;
  border: 1px solid var(--line);
  background: var(--surface-soft);
  font-size: 0.61rem;
  line-height: 1.45;
}

.service-tabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-bottom: 25px;
}

.service-tab {
  min-height: 78px;
  display: grid;
  grid-template-columns: 42px 1fr auto;
  align-items: center;
  gap: 11px;
  padding: 12px;
  color: var(--ink);
  text-align: right;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--surface-soft);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.service-tab:hover:not(:disabled) {
  transform: translateY(-2px);
  border-color: var(--line-strong);
}

.service-tab:disabled {
  cursor: default;
}

.service-tab.active {
  border-color: rgba(var(--platform-rgb), 0.52);
  background: #fff;
  box-shadow: 0 10px 24px rgba(var(--platform-rgb), 0.09);
}

.service-icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 13px;
  color: #fff;
}

.service-tab.youtube .service-icon {
  background: var(--youtube);
}

.service-tab.instagram .service-icon {
  background: linear-gradient(135deg, #6948ff, #df2c8b 56%, #ff9a3d);
}

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

.service-tab.instagram svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
}

.service-tab .play {
  fill: var(--youtube);
  stroke: none;
}

.service-tab .dot {
  fill: #fff;
  stroke: none;
}

.service-tab b,
.service-tab small {
  display: block;
}

.service-tab b {
  font: 820 0.9rem/1.2 Arial, sans-serif;
}

.service-tab small {
  margin-top: 6px;
  color: var(--muted);
  font-size: 0.63rem;
}

.tab-check {
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  color: transparent;
  border: 1px solid var(--line-strong);
  border-radius: 50%;
  font-style: normal;
  font-size: 0.64rem;
}

.service-tab.active .tab-check {
  color: #fff;
  border-color: var(--platform);
  background: var(--platform);
}

.field-label,
.option-field label,
.tea-card label {
  display: block;
  margin-bottom: 9px;
  color: #525b56;
  font-size: 0.69rem;
  font-weight: 730;
}

.url-field {
  position: relative;
}

.url-field input {
  width: 100%;
  height: 62px;
  padding: 0 116px 0 17px;
  color: var(--ink);
  text-align: left;
  border: 1px solid var(--line-strong);
  border-radius: 17px 17px 6px 17px;
  background: #fbfcf9;
  outline: none;
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.url-field input::placeholder {
  color: #a4aaa6;
}

.url-field input:hover {
  background: #fff;
}

.url-field input:focus {
  border-color: var(--platform);
  background: #fff;
  box-shadow: 0 0 0 4px rgba(var(--platform-rgb), 0.09);
}

.url-field input[aria-invalid="true"] {
  border-color: var(--danger);
  box-shadow: 0 0 0 4px rgba(200, 51, 66, 0.08);
}

.paste-button {
  position: absolute;
  top: 11px;
  right: 10px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 0 12px;
  color: #3f4843;
  border: 1px solid var(--line);
  border-radius: 11px;
  background: #fff;
  font-size: 0.68rem;
  font-weight: 720;
  transition: border-color 180ms ease, background 180ms ease;
}

.paste-button:hover {
  border-color: var(--line-strong);
  background: var(--surface-soft);
}

.paste-button svg,
.submit-button svg,
.download-link svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.field-meta {
  min-height: 31px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: start;
  gap: 12px;
  margin: 7px 2px 4px;
}

.field-hint,
.field-error {
  margin: 0;
  font-size: 0.62rem;
  line-height: 1.7;
}

.field-hint {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--muted);
}

.field-hint i {
  width: 6px;
  height: 6px;
  box-shadow: none;
}

.field-error {
  color: var(--danger);
  text-align: left;
}

.field-hint.detected {
  color: var(--success);
  font-weight: 680;
}

.field-hint.detected i {
  background: var(--success);
}

.kind-switch {
  min-width: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin: 6px 0 20px;
  padding: 0;
  border: 0;
}

.kind-switch legend {
  width: 100%;
  margin-bottom: 9px;
  padding: 0;
  color: #525b56;
  font-size: 0.69rem;
  font-weight: 730;
}

.kind-switch label {
  margin: 0;
}

.kind-switch input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.kind-switch label > span {
  min-height: 57px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 10px 15px;
  color: #4e5752;
  border: 1px solid var(--line);
  border-radius: 15px;
  background: var(--surface-soft);
  transition: color 180ms ease, border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.kind-switch label > span:hover {
  border-color: var(--line-strong);
}

.kind-switch span b,
.kind-switch span small {
  display: block;
}

.kind-switch span b {
  font-size: 0.73rem;
  font-weight: 790;
}

.kind-switch span small {
  margin-top: 4px;
  color: var(--muted);
  font-size: 0.58rem;
}

.kind-switch input:focus-visible + span {
  outline: 3px solid rgba(25, 78, 236, 0.28);
  outline-offset: 2px;
}

.kind-switch input:checked + span {
  color: var(--ink);
  border-color: rgba(var(--platform-rgb), 0.5);
  background: rgba(var(--platform-rgb), 0.055);
  box-shadow: inset 4px 0 0 var(--platform);
}

.kind-switch input:checked + span small {
  color: #626b66;
}

.options-grid,
.audio-options {
  display: grid;
  gap: 10px;
}

.audio-options {
  grid-template-columns: 1fr 1fr;
}

.select-wrap {
  position: relative;
}

.select-wrap::after {
  content: "⌄";
  position: absolute;
  top: 50%;
  left: 15px;
  color: var(--muted);
  font: 800 1rem/1 Arial, sans-serif;
  pointer-events: none;
  transform: translateY(-55%);
}

.option-field select {
  width: 100%;
  height: 54px;
  padding: 0 14px 0 42px;
  color: var(--ink);
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fbfcf9;
  outline: none;
  appearance: none;
  font-size: 0.72rem;
}

.option-field select:focus {
  border-color: var(--platform);
  box-shadow: 0 0 0 4px rgba(var(--platform-rgb), 0.08);
}

.submit-button,
.tea-button,
.download-link {
  width: 100%;
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 0;
  border-radius: 17px 17px 6px 17px;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
}

.submit-button {
  margin-top: 24px;
  padding: 9px 11px 9px 20px;
  color: #fff;
  background: var(--surface-dark);
  box-shadow: 0 16px 35px rgba(21, 24, 23, 0.17);
}

.submit-button:hover,
.tea-button:hover,
.download-link:hover {
  transform: translateY(-2px);
  filter: brightness(1.03);
}

.submit-button:disabled,
.tea-button:disabled {
  opacity: 0.58;
  cursor: wait;
  transform: none;
}

.submit-button > span,
.download-link > span {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: right;
}

.submit-button b,
.download-link b {
  font-size: 0.79rem;
  font-weight: 820;
}

.submit-button small,
.download-link small {
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.56);
  font-size: 0.57rem;
  font-weight: 500;
}

.submit-button > i {
  width: 43px;
  height: 43px;
  display: grid;
  place-items: center;
  color: #10130e;
  border-radius: 13px;
  background: var(--lime);
  font-style: normal;
}

.legal-note {
  max-width: 520px;
  margin: 13px auto 0;
  color: #8a928d;
  text-align: center;
  font-size: 0.56rem;
  line-height: 1.8;
}

.job-panel {
  padding: 5px 0 0;
}

.job-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.job-platform {
  padding: 6px 9px;
  color: var(--platform);
  border: 1px solid rgba(var(--platform-rgb), 0.26);
  border-radius: 999px;
  background: rgba(var(--platform-rgb), 0.06);
  font: 800 0.58rem/1 Arial, sans-serif;
  letter-spacing: 0.09em;
}

.job-topline strong {
  color: var(--platform);
  font-size: 1.65rem;
  font-weight: 850;
}

.job-panel h2 {
  margin: 23px 0 7px;
  font-size: clamp(1.25rem, 3vw, 1.75rem);
  font-weight: 850;
  line-height: 1.45;
  overflow-wrap: anywhere;
}

.job-panel > p {
  margin: 0;
  color: var(--muted);
  font-size: 0.72rem;
}

.progress-track {
  height: 9px;
  margin: 25px 0 20px;
  overflow: hidden;
  border-radius: 999px;
  background: #e7eae4;
}

.progress-track > i {
  width: 0;
  height: 100%;
  display: block;
  border-radius: inherit;
  background: var(--platform);
  box-shadow: 0 0 20px rgba(var(--platform-rgb), 0.24);
  transition: width 360ms ease;
}

.job-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 7px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.job-steps li {
  display: flex;
  align-items: center;
  gap: 7px;
  color: #a0a7a2;
  font-size: 0.58rem;
}

.job-steps li > i {
  width: 8px;
  height: 8px;
  flex: 0 0 auto;
  border: 1px solid #bac0bb;
  border-radius: 50%;
}

.job-steps li.active,
.job-steps li.done {
  color: var(--ink-soft);
  font-weight: 700;
}

.job-steps li.active > i {
  border-color: var(--platform);
  background: var(--platform);
  box-shadow: 0 0 0 4px rgba(var(--platform-rgb), 0.1);
}

.job-steps li.done > i {
  border-color: var(--success);
  background: var(--success);
}

.job-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  margin-top: 26px;
}

.download-link {
  padding: 10px 13px 10px 20px;
  color: #fff;
  background: var(--success);
  box-shadow: 0 16px 35px rgba(37, 130, 75, 0.16);
}

.download-link svg {
  width: 26px;
  height: 26px;
}

.secondary-button {
  min-height: 44px;
  padding: 0 17px;
  color: var(--ink);
  border: 1px solid var(--line-strong);
  border-radius: 12px;
  background: var(--surface-soft);
  font-size: 0.69rem;
  font-weight: 730;
}

.text-button {
  min-height: 37px;
  padding: 0 4px;
  color: #626b66;
  border: 0;
  border-bottom: 1px solid #aab0ac;
  background: transparent;
  font-size: 0.67rem;
}

.job-note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 18px !important;
  font-size: 0.59rem !important;
}

.job-note i {
  width: 6px;
  height: 6px;
  background: #f2a700;
  box-shadow: 0 0 0 4px rgba(242, 167, 0, 0.1);
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid var(--line-strong);
  border-radius: 24px 24px 8px 24px;
  background: rgba(255, 255, 255, 0.55);
  overflow: hidden;
}

.trust-strip article {
  min-height: 132px;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 16px;
  padding: 25px;
  border-left: 1px solid var(--line);
}

.trust-strip article:last-child {
  border-left: 0;
}

.trust-strip article > span {
  color: #a3aaa5;
  font: 700 0.68rem/1 Arial, sans-serif;
}

.trust-strip b {
  font-size: 0.82rem;
  font-weight: 800;
}

.trust-strip p {
  margin: 7px 0 0;
  color: var(--muted);
  font-size: 0.65rem;
  line-height: 1.75;
}

.deferred-section {
  content-visibility: auto;
  contain-intrinsic-size: 780px;
}

.content-section,
.platform-section,
.faq-section {
  padding: 120px 0;
}

.section-heading {
  max-width: 650px;
  margin-bottom: 43px;
}

.section-heading.compact {
  max-width: 720px;
}

.section-heading h2,
.privacy-callout h2,
.page-hero h1,
.article-layout h2,
.legal-page h1 {
  margin: 10px 0 0;
  font-size: clamp(2rem, 4.6vw, 3.7rem);
  font-weight: 860;
  line-height: 1.12;
  letter-spacing: -0.052em;
}

.section-heading > p:last-child {
  max-width: 580px;
  margin: 19px 0 0;
  color: var(--muted);
  font-size: 0.83rem;
  line-height: 2;
}

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

.steps-grid article {
  min-height: 265px;
  padding: 29px;
  border: 1px solid var(--line);
  border-radius: 24px 24px 8px 24px;
  background: rgba(255, 255, 255, 0.66);
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.steps-grid article:hover {
  transform: translateY(-4px);
  background: #fff;
  box-shadow: var(--shadow-sm);
}

.steps-grid article > span {
  width: 43px;
  height: 43px;
  display: grid;
  place-items: center;
  color: #1e2b0d;
  border-radius: 13px;
  background: var(--lime);
  font-size: 0.87rem;
  font-weight: 850;
}

.steps-grid h3 {
  margin: 45px 0 0;
  font-size: 1.06rem;
  font-weight: 820;
}

.steps-grid p {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 0.72rem;
  line-height: 1.95;
}

.platform-section {
  border-top: 1px solid var(--line);
}

.platform-guides {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}

.guide-card {
  position: relative;
  min-height: 460px;
  padding: clamp(28px, 4vw, 42px);
  border: 1px solid var(--line-strong);
  border-radius: 30px 30px 10px 30px;
  background: #fff;
  overflow: hidden;
}

.guide-card::after {
  content: "";
  position: absolute;
  top: -90px;
  left: -80px;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background: rgba(var(--guide-rgb), 0.08);
}

.youtube-guide {
  --guide: var(--youtube);
  --guide-rgb: 255, 49, 74;
}

.instagram-guide {
  --guide: var(--instagram);
  --guide-rgb: 217, 52, 149;
}

.guide-icon {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  color: #fff;
  border-radius: 17px;
  background: var(--guide);
  font: 850 0.78rem/1 Arial, sans-serif;
  box-shadow: 7px 7px 0 rgba(var(--guide-rgb), 0.12);
}

.instagram-guide .guide-icon {
  background: linear-gradient(135deg, #6948ff, #df2c8b 56%, #ff9a3d);
}

.guide-label {
  margin: 27px 0 0;
  color: var(--guide);
  font: 780 0.56rem/1 Arial, sans-serif;
  letter-spacing: 0.12em;
  direction: ltr;
  text-align: right;
}

.guide-card h3 {
  max-width: 430px;
  margin: 12px 0 0;
  font-size: clamp(1.5rem, 3vw, 2.25rem);
  font-weight: 840;
  line-height: 1.35;
  letter-spacing: -0.035em;
}

.guide-card > p:not(.guide-label) {
  max-width: 460px;
  margin: 17px 0 0;
  color: var(--muted);
  font-size: 0.76rem;
  line-height: 2;
}

.guide-card ul {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 23px 0 0;
  padding: 0;
  list-style: none;
}

.guide-card li {
  padding: 7px 10px;
  color: #59625d;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--surface-soft);
  font-size: 0.59rem;
}

.guide-card > a {
  position: absolute;
  right: clamp(28px, 4vw, 42px);
  bottom: clamp(28px, 4vw, 42px);
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--guide);
  font-size: 0.72rem;
  font-weight: 760;
  text-decoration: none;
}

.guide-card > a:hover span {
  transform: translateX(-3px);
}

.guide-card > a span {
  transition: transform 180ms ease;
}

.privacy-callout {
  min-height: 305px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 34px;
  padding: clamp(30px, 5vw, 56px);
  color: #f7f8f4;
  border-radius: 32px 32px 10px 32px;
  background:
    radial-gradient(circle at 5% 10%, rgba(200, 255, 90, 0.15), transparent 15rem),
    var(--surface-dark);
  box-shadow: 0 35px 90px rgba(21, 24, 23, 0.18);
}

.privacy-mark {
  width: 72px;
  height: 72px;
  display: grid;
  place-items: center;
  color: #18200c;
  border-radius: 22px;
  background: var(--lime);
  transform: rotate(-3deg);
}

.privacy-mark svg {
  width: 35px;
  height: 35px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.privacy-callout .section-kicker {
  color: var(--lime);
}

.privacy-callout h2 {
  max-width: 650px;
  font-size: clamp(1.75rem, 3.9vw, 3.1rem);
}

.privacy-callout p:last-child {
  max-width: 720px;
  margin: 18px 0 0;
  color: #adb4af;
  font-size: 0.76rem;
  line-height: 2;
}

.privacy-callout > a {
  min-width: 170px;
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 0 14px;
  color: #171a19;
  border-radius: 13px;
  background: var(--lime);
  font-size: 0.68rem;
  font-weight: 790;
  text-decoration: none;
}

.faq-list {
  border-top: 1px solid var(--line-strong);
}

.faq-list details {
  border-bottom: 1px solid var(--line-strong);
}

.faq-list summary {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 16px 2px;
  list-style: none;
  font-size: 0.91rem;
  font-weight: 720;
}

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

.faq-list summary i {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  color: #4f5953;
  border: 1px solid var(--line-strong);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.55);
  font: 500 1.15rem/1 Arial, sans-serif;
  transition: color 180ms ease, background 180ms ease, transform 180ms ease;
}

.faq-list details[open] summary i {
  color: #17200d;
  border-color: var(--lime);
  background: var(--lime);
  transform: rotate(45deg);
}

.faq-list details > p {
  max-width: 820px;
  margin: -4px 0 24px;
  color: var(--muted);
  font-size: 0.76rem;
  line-height: 2.1;
}

.tea-dialog {
  width: min(480px, calc(100% - 28px));
  max-height: calc(100dvh - 28px);
  padding: 0;
  color: var(--ink);
  border: 1px solid var(--line-strong);
  border-radius: 30px 30px 10px 30px;
  background: #fff;
  box-shadow: 0 45px 130px rgba(12, 15, 13, 0.35);
  overflow: auto;
}

.tea-dialog::backdrop {
  background: rgba(13, 17, 14, 0.66);
  backdrop-filter: blur(8px);
}

.tea-card {
  position: relative;
  padding: 35px;
  text-align: center;
}

.dialog-close {
  position: absolute;
  top: 17px;
  left: 17px;
  width: 36px;
  height: 36px;
  color: #78807b;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: var(--surface-soft);
  font-size: 1.3rem;
}

.tea-emoji {
  width: 66px;
  height: 66px;
  display: grid;
  place-items: center;
  margin: 0 auto 17px;
  border: 1px solid #b6df62;
  border-radius: 21px 21px 7px 21px;
  background: rgba(200, 255, 90, 0.28);
  font-size: 2rem;
  transform: rotate(-4deg);
}

.tea-kicker {
  margin: 0;
  color: #698f1f;
  font-size: 0.69rem;
  font-weight: 800;
}

.tea-card h2 {
  margin: 9px 0 13px;
  font-size: 2.05rem;
  font-weight: 870;
  line-height: 1.25;
  letter-spacing: -0.045em;
}

.tea-card > p:not(.tea-kicker):not(.field-error) {
  max-width: 360px;
  margin: 0 auto 23px;
  color: var(--muted);
  font-size: 0.74rem;
  line-height: 2;
}

.tea-card label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: right;
}

.tea-card label small {
  color: var(--muted-2);
  font-size: 0.59rem;
  font-weight: 520;
}

.amount-box {
  width: 100%;
  height: 57px;
  display: flex;
  align-items: center;
  padding: 0 15px;
  border: 1px solid var(--line-strong);
  border-radius: 15px;
  background: var(--surface-soft);
}

.amount-box:focus-within {
  border-color: var(--lime-deep);
  box-shadow: 0 0 0 4px rgba(157, 217, 44, 0.1);
}

.amount-box input {
  flex: 1;
  min-width: 0;
  color: var(--ink);
  border: 0;
  outline: 0;
  background: transparent;
  font-weight: 800;
}

.amount-box > span {
  color: var(--muted);
  font-size: 0.67rem;
}

.tea-button {
  min-height: 58px;
  justify-content: center;
  margin-top: 15px;
  padding: 0 18px;
  color: #151b0b;
  background: var(--lime);
  box-shadow: 0 16px 32px rgba(157, 217, 44, 0.16);
  font-size: 0.74rem;
  font-weight: 820;
}

.continue-free {
  min-height: 42px;
  margin-top: 10px;
  padding: 0 8px;
  color: #6f7872;
  border: 0;
  border-bottom: 1px solid #b8bdb9;
  background: transparent;
  font-size: 0.67rem;
}

.dialog-error {
  min-height: 22px;
  margin-top: 7px;
  text-align: center;
}

.payment-note {
  display: block;
  margin-top: 5px;
  color: #969d98;
  font-size: 0.54rem;
  line-height: 1.7;
}

.toast {
  position: fixed;
  z-index: 80;
  bottom: max(22px, env(safe-area-inset-bottom));
  left: 50%;
  width: max-content;
  max-width: calc(100% - 28px);
  padding: 13px 17px;
  color: #17200d;
  border: 1px solid #9dcf37;
  border-radius: 13px;
  background: var(--lime);
  box-shadow: 0 18px 50px rgba(28, 35, 31, 0.22);
  font-size: 0.7rem;
  font-weight: 780;
  transform: translateX(-50%);
}

.site-footer {
  padding: 52px 0 24px;
  border-top: 1px solid var(--line-strong);
}

.footer-main {
  min-height: 110px;
  display: grid;
  grid-template-columns: auto minmax(220px, 1fr) auto;
  align-items: center;
  gap: 35px;
}

.footer-brand .brand-mark {
  width: 38px;
  height: 38px;
  border-radius: 12px 12px 4px 12px;
  box-shadow: 3px 3px 0 #161918;
}

.footer-brand .brand-mark svg {
  width: 20px;
  height: 20px;
}

.footer-brand .brand-name b {
  font-size: 0.98rem;
}

.footer-main > p {
  max-width: 520px;
  margin: 0 auto;
  color: var(--muted);
  text-align: center;
  font-size: 0.64rem;
  line-height: 1.9;
}

.footer-main nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px 15px;
}

.footer-main nav a {
  color: #59625d;
  font-size: 0.64rem;
  text-decoration: none;
}

.footer-main nav a:hover {
  color: var(--ink);
  text-decoration: underline;
  text-underline-offset: 4px;
}

.footer-bottom {
  min-height: 48px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  padding-top: 18px;
  color: #9aa19c;
  border-top: 1px solid var(--line);
  font: 620 0.55rem/1.6 Arial, "Peyda", sans-serif;
}

/* Content and SEO landing pages */
.youtube-page {
  --page-accent: var(--youtube);
  --page-accent-rgb: 255, 49, 74;
}

.instagram-page {
  --page-accent: var(--instagram);
  --page-accent-rgb: 217, 52, 149;
}

.simple-header .main-nav a[aria-current="page"] {
  color: var(--ink);
  background: rgba(23, 26, 25, 0.06);
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin: 32px 0 0;
  padding: 0;
  color: var(--muted);
  list-style: none;
  font-size: 0.62rem;
}

.breadcrumb a {
  text-decoration: none;
}

.breadcrumb a:hover {
  color: var(--ink);
}

.page-hero {
  min-height: 570px;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  align-items: center;
  gap: clamp(38px, 7vw, 90px);
  padding: 56px 0 80px;
}

.page-hero-copy .section-kicker {
  color: var(--page-accent, var(--ink-soft));
}

.page-hero h1 {
  max-width: 640px;
}

.page-hero-copy > p:last-of-type {
  max-width: 600px;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 2.05;
}

.quick-form-card {
  padding: clamp(24px, 4vw, 38px);
  border: 1px solid var(--line-strong);
  border-radius: 29px 29px 10px 29px;
  background: #fff;
  box-shadow: var(--shadow-lg);
}

.quick-form-card h2 {
  margin: 0;
  font-size: 1.35rem;
  font-weight: 830;
}

.quick-form-card > p {
  margin: 9px 0 22px;
  color: var(--muted);
  font-size: 0.69rem;
  line-height: 1.8;
}

.quick-form {
  display: grid;
  gap: 11px;
}

.quick-form input {
  width: 100%;
  height: 59px;
  padding: 0 16px;
  color: var(--ink);
  text-align: left;
  border: 1px solid var(--line-strong);
  border-radius: 15px;
  background: var(--surface-soft);
  outline: 0;
}

.quick-form input:focus {
  border-color: var(--page-accent, var(--lime-deep));
  box-shadow: 0 0 0 4px rgba(var(--page-accent-rgb, 157, 217, 44), 0.09);
}

.quick-form button,
.primary-link {
  min-height: 57px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 18px;
  color: #fff;
  border: 0;
  border-radius: 15px 15px 6px 15px;
  background: var(--surface-dark);
  font-size: 0.74rem;
  font-weight: 800;
  text-decoration: none;
}

.quick-form-note {
  margin: 12px 0 0 !important;
  color: #8b938e !important;
  font-size: 0.57rem !important;
}

.article-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 250px;
  align-items: start;
  gap: 70px;
  padding: 92px 0 120px;
  border-top: 1px solid var(--line-strong);
}

.article-content {
  min-width: 0;
}

.article-content > section + section {
  margin-top: 80px;
  padding-top: 80px;
  border-top: 1px solid var(--line);
}

.article-layout h2 {
  font-size: clamp(1.7rem, 3.6vw, 2.8rem);
}

.article-layout h3,
.legal-page h2 {
  margin: 36px 0 0;
  font-size: 1.1rem;
  font-weight: 800;
}

.article-layout p,
.article-layout li,
.legal-page p,
.legal-page li {
  color: #59625d;
  font-size: 0.79rem;
  line-height: 2.15;
}

.article-layout p {
  margin: 17px 0 0;
}

.article-layout ul,
.article-layout ol,
.legal-page ul {
  padding-right: 20px;
}

.article-nav {
  position: sticky;
  top: 106px;
  padding: 21px;
  border: 1px solid var(--line);
  border-radius: 19px;
  background: rgba(255, 255, 255, 0.62);
}

.article-nav b {
  display: block;
  margin-bottom: 12px;
  font-size: 0.72rem;
}

.article-nav a {
  display: block;
  padding: 8px 0;
  color: var(--muted);
  font-size: 0.65rem;
  text-decoration: none;
}

.article-nav a:hover {
  color: var(--ink);
}

.content-table-wrap {
  margin-top: 26px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
  overflow-x: auto;
}

.content-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 560px;
  text-align: right;
}

.content-table th,
.content-table td {
  padding: 15px 17px;
  border-bottom: 1px solid var(--line);
  font-size: 0.68rem;
}

.content-table tr:last-child td {
  border-bottom: 0;
}

.content-table th {
  color: var(--ink);
  background: var(--surface-soft);
  font-weight: 780;
}

.content-table td {
  color: var(--muted);
}

.inline-callout {
  margin-top: 28px;
  padding: 22px;
  border-right: 4px solid var(--lime-deep);
  border-radius: 15px 5px 5px 15px;
  background: rgba(200, 255, 90, 0.14);
}

.inline-callout b {
  font-size: 0.76rem;
}

.inline-callout p {
  margin-top: 7px;
  font-size: 0.69rem;
}

.cross-link-card {
  min-height: 160px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-top: 80px;
  padding: 30px;
  color: #fff;
  border-radius: 24px 24px 8px 24px;
  background: var(--surface-dark);
}

.cross-link-card h2 {
  margin: 0;
  font-size: 1.35rem;
}

.cross-link-card p {
  margin: 8px 0 0;
  color: #aeb5b0;
  font-size: 0.67rem;
}

.cross-link-card a {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  padding: 0 15px;
  color: #17200d;
  border-radius: 12px;
  background: var(--lime);
  font-size: 0.67rem;
  font-weight: 780;
  text-decoration: none;
  white-space: nowrap;
}

.legal-page {
  max-width: 840px;
  min-height: 600px;
  padding: 75px 0 120px;
}

.legal-page .updated-at {
  margin: 16px 0 40px;
  color: var(--muted-2);
  font-size: 0.65rem;
}

.legal-page section + section {
  margin-top: 52px;
}

.legal-page h2 {
  font-size: 1.28rem;
}

.not-found {
  min-height: 72vh;
  display: grid;
  place-items: center;
  text-align: center;
}

.not-found span {
  display: block;
  color: var(--lime-deep);
  font: 900 clamp(4rem, 13vw, 9rem)/1 Arial, sans-serif;
}

.not-found h1 {
  margin: 12px 0 0;
  font-size: clamp(1.7rem, 5vw, 3rem);
}

.not-found p {
  margin: 15px 0 24px;
  color: var(--muted);
  font-size: 0.78rem;
}

.not-found .primary-link {
  width: max-content;
  min-width: 190px;
  margin-inline: auto;
}

.job-panel #job-phase.is-error {
  color: var(--danger);
}

@media (max-width: 1040px) {
  .main-nav {
    display: none;
  }

  .mobile-menu {
    display: block;
  }

  .header-inner {
    grid-template-columns: 1fr auto auto;
    gap: 10px;
  }

  .hero {
    grid-template-columns: minmax(250px, 0.65fr) minmax(500px, 1.35fr);
    gap: 40px;
  }

  .privacy-callout {
    grid-template-columns: auto 1fr;
  }

  .privacy-callout > a {
    grid-column: 2;
    width: max-content;
  }

  .footer-main {
    grid-template-columns: auto 1fr;
  }

  .footer-main nav {
    grid-column: 1 / -1;
    justify-content: flex-start;
  }
}

@media (max-width: 860px) {
  .site-header,
  main,
  .site-footer {
    width: min(var(--container), calc(100% - 28px));
  }

  .hero {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 42px;
    padding: 66px 0 74px;
  }

  .hero::before {
    display: none;
  }

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

  .hero h1 {
    font-size: clamp(4rem, 15vw, 6.3rem);
  }

  .hero-lead {
    max-width: 590px;
  }

  .trust-strip {
    grid-template-columns: 1fr;
  }

  .trust-strip article {
    min-height: 105px;
    border-left: 0;
    border-bottom: 1px solid var(--line);
  }

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

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

  .steps-grid article {
    min-height: 210px;
  }

  .steps-grid h3 {
    margin-top: 32px;
  }

  .platform-guides {
    grid-template-columns: 1fr;
  }

  .page-hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .article-layout {
    grid-template-columns: 1fr;
    gap: 35px;
  }

  .article-nav {
    position: static;
    grid-row: 1;
  }
}

@media (max-width: 650px) {
  .site-header {
    top: 8px;
    margin-top: 8px;
    border-radius: 17px;
  }

  .header-inner {
    min-height: 62px;
  }

  .brand-mark {
    width: 40px;
    height: 40px;
  }

  .status-pill {
    min-height: 33px;
    padding: 0 9px;
    font-size: 0.58rem;
  }

  .status-pill i {
    width: 6px;
    height: 6px;
  }

  .tool-heading {
    display: block;
  }

  .quota-chip {
    max-width: none;
    margin-top: 13px;
  }

  .content-section,
  .platform-section,
  .faq-section {
    padding: 88px 0;
  }

  .privacy-callout {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .privacy-mark {
    width: 60px;
    height: 60px;
  }

  .privacy-callout > a {
    grid-column: auto;
  }

  .footer-main {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .footer-main > p {
    margin: 0;
    text-align: right;
  }

  .footer-main nav {
    grid-column: auto;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 7px;
  }

  .cross-link-card {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 480px) {
  .site-header,
  main,
  .site-footer {
    width: min(var(--container), calc(100% - 20px));
  }

  .brand-name small {
    display: none;
  }

  .status-pill {
    color: transparent;
    width: 34px;
    padding: 0;
    justify-content: center;
    overflow: hidden;
  }

  .status-pill i {
    flex: 0 0 auto;
  }

  .hero {
    gap: 34px;
    padding: 51px 0 62px;
  }

  .hero h1 {
    font-size: clamp(3.55rem, 18vw, 4.7rem);
  }

  .hero-lead {
    margin-top: 26px;
    font-size: 0.87rem;
  }

  .hero-points {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .tool-card {
    padding: 22px 16px 25px;
    border-radius: 24px 24px 8px 24px;
  }

  .service-tab {
    min-height: 68px;
    grid-template-columns: 36px 1fr;
    gap: 9px;
    padding: 9px;
  }

  .service-icon {
    width: 36px;
    height: 36px;
    border-radius: 11px;
  }

  .service-icon svg {
    width: 21px;
    height: 21px;
  }

  .tab-check {
    display: none;
  }

  .service-tab b {
    font-size: 0.78rem;
  }

  .service-tab small {
    font-size: 0.56rem;
  }

  .url-field input {
    height: 59px;
    padding-right: 99px;
    font-size: 0.76rem;
  }

  .paste-button {
    right: 8px;
    padding: 0 10px;
  }

  .paste-button svg {
    display: none;
  }

  .field-meta {
    grid-template-columns: 1fr;
    gap: 2px;
  }

  .field-error {
    text-align: right;
  }

  .kind-switch label > span {
    min-height: 55px;
    padding: 9px 11px;
  }

  .audio-options {
    grid-template-columns: 1fr;
  }

  .job-steps {
    grid-template-columns: 1fr 1fr;
    gap: 12px 7px;
  }

  .trust-strip article {
    padding: 21px;
  }

  .steps-grid article,
  .guide-card {
    padding: 24px;
  }

  .guide-card {
    min-height: 470px;
  }

  .guide-card > a {
    right: 24px;
    bottom: 28px;
  }

  .privacy-callout {
    padding: 27px 22px;
  }

  .faq-list summary {
    min-height: 72px;
    font-size: 0.79rem;
    line-height: 1.8;
  }

  .tea-card {
    padding: 30px 18px 24px;
  }

  .page-hero {
    padding: 45px 0 68px;
  }

  .quick-form-card {
    padding: 23px 17px;
  }

  .article-layout {
    padding: 70px 0 90px;
  }
}

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

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

@media print {
  .site-header,
  .tool-card,
  .privacy-callout,
  .site-footer,
  .quick-form-card,
  .article-nav {
    display: none !important;
  }

  body {
    background: #fff;
  }

  main {
    width: 100%;
  }
}
