@font-face {
  font-family: Manrope;
  src: url('/ai-photo-editor/manrope-cyrillic-400-normal.woff2') format('woff2');
  font-weight: 400;
  font-display: swap;
  unicode-range: U+0400-052F, U+2116;
}
@font-face {
  font-family: Manrope;
  src: url('/ai-photo-editor/manrope-cyrillic-700-normal.woff2') format('woff2');
  font-weight: 700;
  font-display: swap;
  unicode-range: U+0400-052F, U+2116;
}
@font-face {
  font-family: Manrope;
  src: url('/ai-photo-editor/manrope-latin-400-normal.woff2') format('woff2');
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: Manrope;
  src: url('/ai-photo-editor/manrope-latin-700-normal.woff2') format('woff2');
  font-weight: 700;
  font-display: swap;
}
:root {
  --paper: #fafbf8;
  --ink: #20251f;
  --muted: #626b60;
  --accent: #ddedb9;
  --line: #dfe4da;
  --split: 45%;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 30px;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Manrope, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.65;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
input {
  font: inherit;
}
button,
a,
input,
summary {
  -webkit-tap-highlight-color: transparent;
}
a:focus-visible,
button:focus-visible,
summary:focus-visible,
.table-scroll:focus-visible {
  outline: 3px solid #597739;
  outline-offset: 5px;
}
a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.wrap {
  width: min(1200px, calc(100% - 80px));
  margin-inline: auto;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.skip {
  position: absolute;
  left: 20px;
  top: -100px;
  background: var(--ink);
  color: white;
  padding: 12px;
  z-index: 20;
}
.skip:focus {
  top: 10px;
}
.header {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  border-bottom: 1px solid var(--line);
}
.brand {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 21px;
  font-weight: 700;
  letter-spacing: -1px;
  white-space: nowrap;
}
.brand span {
  font-size: 13px;
  align-self: flex-start;
  margin-top: 3px;
}
.header nav,
.footer nav {
  display: flex;
  gap: 28px;
  font-size: 13px;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 52px;
  padding: 14px 22px;
  border: 1px solid var(--ink);
  border-radius: 7px;
  font-size: 14px;
  font-weight: 700;
  transition:
    background 0.2s,
    transform 0.2s;
}
.button:hover {
  background: #cdddaf;
  text-decoration: none;
  transform: translateY(-2px);
}
.button.small {
  min-height: 44px;
  padding: 10px 17px;
  font-size: 13px;
}
.button.primary {
  background: var(--accent);
  border-color: var(--accent);
}
.button span {
  font-size: 22px;
  line-height: 1;
}
.breadcrumbs {
  display: flex;
  gap: 12px;
  font-size: 13px;
  color: var(--muted);
  padding-top: 26px;
}
.hero {
  display: grid;
  grid-template-columns: 1fr 1.13fr;
  gap: 55px;
  align-items: center;
  padding-top: 42px;
  padding-bottom: 95px;
}
.intro {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 13px;
  margin: 0 0 24px;
}
.intro span {
  font-size: 24px;
  color: #6e8b45;
}
h1,
h2,
h3,
p {
  margin-top: 0;
}
h1,
h2,
h3 {
  overflow-wrap: anywhere;
  hyphens: auto;
}
h1 {
  font-size: clamp(38px, 4.1vw, 58px);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.065em;
  margin-bottom: 27px;
  max-width: 550px;
}
h2 {
  font-size: clamp(30px, 3vw, 42px);
  line-height: 1.16;
  letter-spacing: -0.05em;
  margin-bottom: 20px;
}
h3 {
  font-size: 19px;
  line-height: 1.35;
  letter-spacing: -0.035em;
  margin-bottom: 14px;
}
.lead {
  color: var(--muted);
  max-width: 390px;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 28px;
}
.action-note {
  font-size: 13px;
  color: var(--muted);
  margin: 13px 0 28px;
}
.hero-models {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 17px;
  font-size: 13px;
  color: var(--muted);
  max-width: 380px;
}
.hero-models span {
  white-space: nowrap;
}
.hero-visual {
  margin: 0;
  min-width: 0;
}
.comparison {
  position: relative;
  aspect-ratio: 1;
  isolation: isolate;
  overflow: hidden;
  border-radius: 12px;
  background: #e7ece6;
}
.comparison img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.before {
  position: absolute;
  inset: 0;
  clip-path: inset(0 calc(100% - var(--split)) 0 0);
}
.image-label {
  position: absolute;
  top: 18px;
  background: #fffdf2ed;
  padding: 5px 12px;
  border-radius: 5px;
  font-size: 13px;
}
.before-label {
  left: 18px;
}
.after-label {
  right: 18px;
}
.divider {
  position: absolute;
  inset: 0 auto 0 var(--split);
  width: 2px;
  background: white;
  transform: translateX(-50%);
  pointer-events: none;
}
.divider span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: white;
  color: #29392e;
  font-size: 23px;
  box-shadow: 0 2px 10px #1d2b3520;
}
.comparison input {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  cursor: ew-resize;
}
.comparison:focus-within {
  outline: 3px solid #597739;
  outline-offset: 5px;
}
figcaption {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  font-size: 13px;
  color: var(--muted);
  margin-top: 13px;
}
.reference-strip {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-top: 24px;
}
.reference-strip img {
  object-fit: cover;
  border-radius: 5px;
  flex-shrink: 0;
}
.reference-strip p {
  font-size: 13px;
  color: var(--muted);
  margin: 0;
}
.reference-strip strong {
  display: block;
  font-size: 13px;
  color: var(--ink);
  margin-bottom: 3px;
}
.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 40px;
  margin-bottom: 35px;
}
.section-heading h2 {
  margin: 0;
}
.section-heading > p {
  max-width: 350px;
  color: var(--muted);
  margin: 0;
  font-size: 14px;
}
.possibilities {
  padding-block: 70px 80px;
  border-top: 1px solid var(--line);
}
.task-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 27px;
}
.task-grid article {
  padding-top: 18px;
}
.task-symbol {
  display: block;
  height: 60px;
  font-size: 36px;
  color: #71835d;
}
.task-grid p {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.8;
  min-height: 118px;
}
.task-grid a {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  font-size: 13px;
  font-weight: 700;
  border-bottom: 1px solid var(--line);
  padding-bottom: 12px;
}
.prompt-section {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 65px;
  background: #eaf0e0;
  padding: 42px 46px;
  border-radius: 12px;
}
.prompt-mark {
  font-size: 75px;
  line-height: 0.8;
  display: block;
  color: #78925a;
}
.prompt-section h2 {
  font-size: 34px;
  margin-top: 18px;
}
.prompt-section p {
  max-width: 390px;
  color: var(--muted);
  font-size: 13px;
  margin-bottom: 0;
}
.prompt-card {
  background: var(--paper);
  padding: 28px;
  border-radius: 8px;
  align-self: center;
}
.prompt-card > span {
  font-size: 13px;
  color: var(--muted);
}
blockquote {
  font-size: 17px;
  line-height: 1.85;
  margin: 17px 0 25px;
  letter-spacing: -0.02em;
}
.prompt-actions {
  display: flex;
  gap: 20px;
  align-items: center;
  flex-wrap: wrap;
  font-size: 13px;
}
.prompt-actions button {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 15px;
  background: transparent;
  border: 1px solid #c4cebb;
  border-radius: 5px;
  padding: 11px 13px;
  min-height: 44px;
  font-size: 13px;
}
.copy-status:not(:empty) {
  margin-top: 14px;
}
.how {
  padding-block: 90px;
}
.steps {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 45px;
  padding: 0;
  margin: 45px 0 0;
}
.steps li {
  border-top: 1px solid var(--line);
  padding-top: 22px;
}
.steps li > span {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  background: var(--accent);
  border-radius: 50%;
  font-size: 13px;
  margin-bottom: 20px;
}
.steps p {
  color: var(--muted);
  font-size: 13px;
  margin-bottom: 0;
  max-width: 320px;
}
.models {
  padding-bottom: 80px;
}
.table-scroll {
  overflow: auto;
}
table {
  border-collapse: collapse;
  text-align: left;
  width: 100%;
  font-size: 13px;
  min-width: 560px;
}
th,
td {
  padding: 22px 16px;
  border-bottom: 1px solid var(--line);
}
th:first-child {
  padding-left: 0;
}
thead {
  color: var(--muted);
  font-size: 13px;
}
thead th {
  font-weight: 400;
}
tbody th {
  font-size: 15px;
}
tbody tr:last-child > * {
  border-bottom: 0;
}
.table-note {
  font-size: 13px;
  color: var(--muted);
  max-width: 720px;
  margin-top: 16px;
}
.faq {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 75px;
  padding-block: 65px 90px;
  border-top: 1px solid var(--line);
}
.faq > div > p {
  color: var(--muted);
  max-width: 280px;
  font-size: 13px;
}
.faq details {
  border-bottom: 1px solid var(--line);
}
.faq summary {
  cursor: pointer;
  padding: 21px 25px 21px 0;
  font-size: 14px;
  font-weight: 700;
}
.faq details p {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.85;
  max-width: 560px;
  margin: 0 0 23px;
}
.closing {
  padding: 45px 50px;
  background: var(--ink);
  color: var(--paper);
  border-radius: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 35px;
}
.closing p {
  font-size: 13px;
  color: #c6ccbf;
  margin: 0;
}
.closing .button {
  color: var(--ink);
  flex-shrink: 0;
}
.footer {
  padding-block: 55px 35px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
}
.footer nav {
  font-size: 13px;
  gap: 22px;
}
.footer > span {
  font-size: 13px;
  color: var(--muted);
}
@media (max-width: 1000px) {
  .wrap {
    width: calc(100% - 48px);
  }
  .hero {
    gap: 30px;
  }
  .header nav {
    gap: 16px;
  }
  h1 {
    font-size: 42px;
  }
  .task-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px 40px;
  }
  .task-grid p {
    min-height: 75px;
  }
  .prompt-section {
    gap: 35px;
    padding: 32px;
  }
  .faq {
    gap: 35px;
  }
  .footer {
    flex-wrap: wrap;
  }
  .footer nav {
    flex-wrap: wrap;
  }
}
@media (max-width: 700px) {
  .wrap {
    width: calc(100% - 36px);
  }
  .header {
    height: 78px;
    gap: 12px;
  }
  .header nav {
    display: none;
  }
  .brand {
    font-size: 18px;
  }
  .header .button {
    gap: 12px;
  }
  .breadcrumbs {
    font-size: 13px;
    padding-top: 21px;
  }
  .hero {
    grid-template-columns: 1fr;
    padding-top: 29px;
    padding-bottom: 45px;
    gap: 35px;
  }
  .hero-copy h1 {
    font-size: 43px;
    max-width: 520px;
  }
  .intro {
    margin-bottom: 17px;
  }
  .lead {
    font-size: 16px;
    max-width: none;
  }
  .hero .primary {
    width: 100%;
  }
  .hero-models {
    gap: 8px 16px;
  }
  .action-note {
    margin-bottom: 21px;
  }
  figcaption {
    font-size: 13px;
  }
  .reference-strip {
    margin-top: 18px;
  }
  .section-heading {
    display: block;
    margin-bottom: 24px;
  }
  .section-heading > p {
    margin-top: 18px;
  }
  .possibilities {
    padding-block: 42px;
  }
  .task-grid {
    gap: 20px;
  }
  .task-grid h3 {
    font-size: 17px;
  }
  .task-grid p {
    font-size: 15px;
    min-height: 0;
  }
  .task-grid a {
    font-size: 13px;
    min-height: 48px;
  }
  .task-symbol {
    height: 50px;
  }
  .prompt-section {
    grid-template-columns: 1fr;
    padding: 27px 22px;
    gap: 25px;
  }
  .prompt-section h2 {
    font-size: 30px;
  }
  .prompt-card {
    padding: 21px;
  }
  blockquote {
    font-size: 15px;
  }
  .prompt-actions {
    gap: 17px;
  }
  .how {
    padding-block: 50px;
  }
  .steps {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-top: 25px;
  }
  .steps li {
    display: grid;
    grid-template-columns: 34px 1fr;
    gap: 0 17px;
    padding-top: 20px;
  }
  .steps li > span {
    grid-row: span 2;
    margin: 0;
  }
  .steps p {
    max-width: none;
  }
  .steps h3 {
    margin-bottom: 8px;
  }
  .models {
    padding-bottom: 35px;
  }
  th,
  td {
    padding-block: 17px;
  }
  .faq {
    grid-template-columns: 1fr;
    gap: 15px;
    padding-block: 40px 45px;
  }
  .faq summary {
    font-size: 13px;
  }
  .closing {
    padding: 28px 25px;
    display: block;
  }
  .closing .button {
    margin-top: 25px;
    width: 100%;
  }
  .closing h2 {
    font-size: 32px;
  }
  .footer {
    padding-block: 35px;
    align-items: flex-start;
    gap: 23px;
  }
  .footer nav {
    width: 100%;
    order: 3;
    gap: 15px;
  }
  .footer > span {
    margin-top: 6px;
  }
}
@media (max-width: 380px) {
  .hero-copy h1 {
    font-size: 32px;
  }
  .prompt-actions {
    flex-wrap: wrap;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .button {
    transition: none;
  }
  .button:hover {
    transform: none;
  }
}
