[hidden] {
  display: none !important;
}
:root {
  --paper: #f4fffb;
  --ink: #073d43;
  --muted: #4d6f6c;
  --accent: #00a892;
  --line: #ccebe4;
  --green: #006b70;
  --font: "Hind Siliguri", sans-serif;
  --latin: "Manrope", sans-serif;
  --ease-out: cubic-bezier(0.22, 1, 0.36, 1);
  --ease-soft: cubic-bezier(0.2, 0.75, 0.25, 1);
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 116px;
}
body {
  margin: 0;
  background:
    radial-gradient(circle at 94% -7%, #d9fff1 0, transparent 25rem),
    var(--paper);
  color: var(--ink);
  font: 400 17px/1.65 var(--font);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
}
button,
input {
  font: inherit;
}
button,
a,
summary {
  touch-action: manipulation;
}
button {
  cursor: pointer;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  color: inherit;
}
svg {
  display: block;
}
button:focus-visible,
a:focus-visible,
summary:focus-visible {
  outline: 3px solid var(--green);
  outline-offset: 5px;
}
h1,
h2,
h3,
p {
  margin: 0;
}
h1,
h2,
h3 {
  font-weight: 600;
  text-wrap: balance;
}
h2 {
  font-size: 42px;
  line-height: 1.35;
  letter-spacing: -0.5px;
}
h2 span {
  color: var(--accent);
}
h3 {
  font-size: 23px;
  line-height: 1.45;
}
p {
  color: var(--muted);
}
.container {
  width: calc(100% - 112px);
  max-width: 1220px;
  margin-inline: auto;
}
.icon {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex-shrink: 0;
}
.icon-definitions {
  width: 0;
  height: 0;
  position: absolute;
  overflow: hidden;
}
.skip-link {
  position: fixed;
  top: -80px;
  left: 16px;
  z-index: 100;
  padding: 12px 20px;
  background: var(--ink);
  color: white;
}
.skip-link:focus {
  top: 12px;
}
.site-header {
  border-bottom: 1px solid var(--line);
  background: #f4fffbeb;
  position: sticky;
  top: 0;
  z-index: 10;
  backdrop-filter: blur(16px);
  box-shadow: 0 7px 28px #006b700b;
}
.header-inner {
  height: 104px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
}
.brand-logo {
  width: 68px;
  height: 68px;
  object-fit: contain;
  border-radius: 18px;
  box-shadow: 0 8px 22px #009c8b24;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}
.brand-logo:hover {
  transform: translateY(-2px) rotate(-2deg);
  box-shadow: 0 11px 28px #009c8b36;
}
.desktop-nav {
  display: flex;
  gap: 33px;
  align-items: center;
  font-size: 16px;
}
.desktop-nav a:hover,
.text-link:hover {
  color: var(--accent);
}
.desktop-nav a,
.mobile-nav > a,
.text-link {
  transition:
    color 0.24s var(--ease-out),
    transform 0.24s var(--ease-out);
}
.desktop-nav a:hover,
.mobile-nav > a:hover,
.text-link:hover {
  transform: translateY(-1px);
}
.button {
  border: 1px solid transparent;
  background: var(--accent);
  color: white;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  padding: 17px 23px;
  border-radius: 12px;
  box-shadow: 0 8px 18px #007d791f;
  transition:
    background 0.24s var(--ease-out),
    border-color 0.24s var(--ease-out),
    box-shadow 0.3s var(--ease-out),
    transform 0.3s var(--ease-out);
  min-height: 52px;
}
.button:hover {
  background: #007d79;
  transform: translateY(-2px);
  box-shadow: 0 11px 24px #007d7933;
}
.button:active {
  transform: translateY(0) scale(0.98);
}
.button-small {
  padding: 13px 20px;
  font-size: 16px;
  min-height: 48px;
}
.button-small .icon {
  width: 18px;
  height: 18px;
}
.menu-toggle {
  display: none;
}
.mobile-nav[hidden] {
  display: none;
}
.hero {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 55px;
  padding-top: 63px;
  padding-bottom: 28px;
  align-items: center;
}
.hero::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -48px;
  right: -96px;
  width: 480px;
  height: 480px;
  border-radius: 50%;
  background: radial-gradient(circle, #a9f8dd70 0%, transparent 68%);
  pointer-events: none;
}
.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  font-weight: 500;
  color: var(--accent);
  line-height: 1.6;
}
.little-line {
  width: 25px;
  height: 2px;
  background: var(--accent);
}
.hero h1 {
  font-size: 72px;
  line-height: 1.27;
  letter-spacing: -1.5px;
  margin-top: 19px;
  margin-bottom: 23px;
}
.accent-text {
  color: var(--accent);
  position: relative;
  display: inline-block;
}
.accent-text svg {
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 15px;
  fill: none;
  stroke: #4dd9af;
  stroke-width: 2.5;
  stroke-linecap: round;
}
.hero-description {
  font-size: 19px;
  line-height: 1.75;
  margin-top: 28px;
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-top: 31px;
  flex-wrap: wrap;
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  font-weight: 500;
  transition: color 0.2s;
}
.play-icon {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border: 1px solid #c4c7bb;
  border-radius: 50%;
}
.play-icon .icon {
  width: 16px;
  height: 16px;
  stroke-width: 1.8;
}
.hero-note {
  font-size: 13px;
  margin-top: 18px;
  display: flex;
  gap: 6px;
  align-items: center;
  flex-wrap: wrap;
}
.hero-note .icon {
  width: 16px;
  height: 16px;
  color: var(--green);
}
.hero-note span {
  margin-left: 5px;
  border: 1px solid #d6d7cc;
  border-radius: 4px;
  line-height: 1;
  padding: 4px;
  font-size: 12px;
}
.hero-visual {
  position: relative;
  padding: 14px 8px 30px 26px;
  min-width: 0;
  margin-top: 0;
}
.portrait-frame {
  width: 100%;
  height: 530px;
  background: #bcefe2;
  border-radius: 170px 170px 14px 14px;
  position: relative;
  overflow: hidden;
  border: 1px solid #a9e7d8;
  box-shadow: 0 24px 70px #006b7021;
  transition:
    transform 0.55s var(--ease-soft),
    box-shadow 0.55s var(--ease-soft);
}
.hero-visual:hover .portrait-frame {
  transform: translateY(-4px);
  box-shadow: 0 30px 76px #006b702b;
}
.portrait-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(35, 38, 29, 0.29), transparent 45%);
  pointer-events: none;
}
.hero-portrait {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 39%;
  display: block;
  position: absolute;
  inset: 0;
}
.photo-label {
  position: absolute;
  top: 25px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  background: rgba(255, 255, 255, 0.9);
  font-size: 13px;
  font-weight: 500;
  padding: 9px 13px;
  border-radius: 30px;
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 7px;
  color: #075d62;
}
.photo-label .icon {
  width: 16px;
  height: 16px;
  color: var(--accent);
}
.floating-tag {
  position: absolute;
  right: -20px;
  top: 151px;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 9px;
  background: white;
  box-shadow: 0 8px 30px #47311a0a;
  border: 1px solid #f0ece3;
  border-radius: 9px;
  transform: rotate(7deg);
  font-size: 14px;
  padding: 13px 16px;
  transition:
    transform 0.45s var(--ease-soft),
    box-shadow 0.45s var(--ease-soft);
}
.hero-visual:hover .floating-tag {
  transform: translateY(-5px) rotate(7deg);
  box-shadow: 0 14px 34px #47311a16;
}
.floating-tag .icon {
  width: 20px;
  height: 20px;
  color: var(--accent);
  fill: #f9e6df;
}
.earnings-card {
  position: absolute;
  bottom: 2px;
  left: -19px;
  z-index: 3;
  width: 272px;
  padding: 18px 21px;
  background: white;
  border: 1px solid #eeeae0;
  border-radius: 13px;
  box-shadow: 0 12px 30px #3933210d;
  transform: rotate(-4deg);
  transition:
    transform 0.45s var(--ease-soft),
    box-shadow 0.45s var(--ease-soft);
}
.hero-visual:hover .earnings-card {
  transform: translateY(-5px) rotate(-4deg);
  box-shadow: 0 18px 36px #39332118;
}
.earnings-heading {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: var(--muted);
}
.earning-icon {
  background: #eaf0e8;
  color: var(--green);
  padding: 7px;
  border-radius: 9px;
}
.earning-icon .icon {
  width: 17px;
  height: 17px;
}
.currency-tag {
  font-family: var(--latin);
  font-size: 9px;
  border: 1px solid #e3e6df;
  border-radius: 4px;
  padding: 1px 4px;
  margin-left: auto;
}
.earning-amount {
  display: flex;
  gap: 10px;
  align-items: baseline;
  margin-top: 3px;
}
.earning-amount > span:first-child {
  font: 800 61px/1.5 var(--latin);
  letter-spacing: -3px;
  color: var(--green);
}
.up-to {
  font-size: 17px;
  color: var(--muted);
}
.earning-divider {
  height: 1px;
  background: #eeeae5;
  margin: 2px 0 12px;
}
.earning-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--muted);
  font-size: 15px;
}
.earning-bottom strong {
  font-size: 20px;
  font-weight: 600;
  color: var(--ink);
}
.daily-label {
  font-size: 12px;
  color: var(--green);
  background: #edf2e9;
  padding: 3px 8px;
  border-radius: 5px;
}
.visual-caption {
  position: absolute;
  right: 10px;
  bottom: 2px;
  font: 600 9px/1.6 var(--latin);
  letter-spacing: 2.2px;
  color: #7b7c6e;
}
.earnings-disclaimer {
  font-size: 12px;
  line-height: 1.6;
  max-width: 1000px;
  margin: 29px auto 33px;
  text-align: center;
  color: #79796e;
}
.promise-strip {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #e8fbf4;
}
.promise-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding-block: 24px;
}
.promise-inner > span {
  display: flex;
  align-items: center;
  gap: 11px;
  font-size: 16px;
  color: #555d4e;
  transition:
    color 0.24s var(--ease-out),
    transform 0.24s var(--ease-out);
}
.promise-inner > span:hover {
  color: var(--green);
  transform: translateY(-2px);
}
.promise-inner .icon {
  color: #788169;
  width: 22px;
  height: 22px;
}
.section {
  padding-block: 87px;
}
.section-heading {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: flex-end;
}
.section-heading h2 {
  margin-top: 12px;
}
.section-heading > p {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 3px;
}
.steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 44px;
}
.step {
  padding: 28px;
  background: #ecfcf7;
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: 0 12px 30px #006b700b;
  display: flex;
  flex-direction: column;
  transition:
    transform 0.3s var(--ease-out),
    border-color 0.3s var(--ease-out),
    box-shadow 0.3s var(--ease-out);
}
.step:hover {
  transform: translateY(-4px);
  border-color: #9cddd0;
  box-shadow: 0 17px 34px #006b7018;
}
.step:last-child {
  border-right: 1px solid var(--line);
  padding-right: 28px;
}
.step-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 23px;
}
.step-icon {
  display: grid;
  place-items: center;
  width: 59px;
  height: 59px;
  border-radius: 15px;
}
.step-icon .icon {
  width: 27px;
  height: 27px;
}
.peach {
  background: #d9f8ee;
  color: #008d7e;
}
.green {
  background: #d7f2ed;
  color: #006b70;
}
.yellow {
  background: #e3f8c8;
  color: #518d43;
}
.step-number {
  font: 500 35px/1 var(--latin);
  letter-spacing: -1px;
  color: #bebeb2;
}
.step h3 {
  margin-bottom: 8px;
}
.step p {
  font-size: 16px;
  line-height: 1.8;
  margin-top: auto;
}
.video-guides {
  padding-top: 28px;
}
.video-guides-heading {
  margin-bottom: 39px;
}
.video-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.video-card {
  overflow: hidden;
  background: #e8fbf4;
  border: 1px solid #c5ebe0;
  border-radius: 16px;
  box-shadow: 0 12px 28px #006b7010;
  display: flex;
  flex-direction: column;
  transition:
    transform 0.35s var(--ease-out),
    border-color 0.35s var(--ease-out),
    box-shadow 0.35s var(--ease-out);
}
.video-card:hover {
  transform: translateY(-5px);
  border-color: #9cddd0;
  box-shadow: 0 18px 38px #006b701c;
}
.video-frame {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: linear-gradient(135deg, #006b70 0%, #00a892 54%, #56e1ad 100%);
}
.video-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 80% 20%, #b9ffe34d, transparent 38%);
  pointer-events: none;
}
.video-frame iframe {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}
.video-thumbnail {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: block;
  overflow: hidden;
  color: #effff9;
  isolation: isolate;
}
.video-thumbnail img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #006b70;
  transition:
    transform 0.55s var(--ease-out),
    filter 0.35s var(--ease-out);
}
.video-thumbnail-overlay {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 10px;
  padding: 18px;
  background: linear-gradient(180deg, #003f4933 0%, #003f498c 100%);
  text-align: center;
  transition: background 0.35s var(--ease-out);
}
.video-thumbnail-label {
  padding: 6px 11px;
  border: 1px solid #effff94d;
  border-radius: 999px;
  background: #003f4966;
  font-size: 13px;
  line-height: 1.35;
  backdrop-filter: blur(8px);
}
.video-thumbnail:hover img {
  transform: scale(1.045);
  filter: saturate(1.08) brightness(1.04);
}
.video-thumbnail:hover .video-thumbnail-overlay {
  background: linear-gradient(180deg, #003f4942 0%, #003f49a8 100%);
}
.video-thumbnail .video-play {
  transition:
    transform 0.35s var(--ease-out),
    background 0.35s var(--ease-out);
}
.video-thumbnail:hover .video-play {
  transform: scale(1.08);
  background: #ffffff;
}
.video-thumbnail:focus-visible {
  outline: 3px solid #effff9;
  outline-offset: -5px;
}
.video-placeholder {
  position: relative;
  z-index: 1;
  height: 100%;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 10px;
  padding: 20px;
  color: #edfffa;
  font-size: 14px;
  text-align: center;
}
.video-play {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  color: #006b70;
  background: #effff9e6;
  border-radius: 50%;
  box-shadow: 0 8px 20px #00484b2e;
}
.video-play .icon {
  width: 24px;
  height: 24px;
  fill: currentColor;
  stroke-width: 1.2;
  margin-left: 3px;
}
.video-card-copy {
  display: flex;
  gap: 15px;
  padding: 20px 19px 22px;
  flex: 1;
}
.video-number {
  flex: 0 0 auto;
  padding-top: 3px;
  color: #00a892;
  font: 600 14px/1.4 var(--latin);
}
.video-card h3 {
  font-size: 20px;
  line-height: 1.45;
  margin-bottom: 5px;
}
.video-card p {
  font-size: 15px;
  line-height: 1.75;
}
.creator-moments {
  padding-top: 45px;
}
.creator-moments-heading {
  margin-bottom: 34px;
}
.creator-moments-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 18px;
  min-height: 620px;
}
.creator-moment {
  position: relative;
  min-height: 250px;
  overflow: hidden;
  isolation: isolate;
  border: 1px solid #bfe5db;
  border-radius: 18px;
  background: #006b70;
  box-shadow: 0 14px 32px #006b7014;
  transition:
    transform 0.35s var(--ease-out),
    box-shadow 0.35s var(--ease-out);
}
.creator-moment-tall {
  grid-row: span 2;
}
.creator-moment::after {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0;
  background: linear-gradient(180deg, #003f4900 35%, #003f49c7 100%);
}
.creator-moment img {
  position: relative;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition:
    transform 0.65s var(--ease-out),
    filter 0.45s var(--ease-out);
}
.creator-moment-overlay {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  padding: 28px 27px 24px;
  color: #effff9;
}
.creator-moment-overlay span {
  display: inline-flex;
  padding: 5px 10px;
  border: 1px solid #effff94d;
  border-radius: 999px;
  background: #003f4966;
  font-size: 13px;
  line-height: 1.3;
  backdrop-filter: blur(8px);
}
.creator-moment-overlay h3 {
  max-width: 19ch;
  margin-top: 9px;
  font-size: 23px;
  line-height: 1.35;
  text-wrap: balance;
}
.creator-moment:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 42px #006b7026;
}
.creator-moment:hover img {
  transform: scale(1.045);
  filter: saturate(1.06) brightness(1.04);
}
.start-now {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 28px;
  align-items: stretch;
  padding-top: 28px;
}
.start-now-main {
  padding: 42px 44px;
  border-radius: 20px;
  background: linear-gradient(135deg, #006b70 0%, #008f82 58%, #18b99a 100%);
  color: #effff9;
  box-shadow: 0 20px 52px #006b7026;
  transition:
    transform 0.4s var(--ease-out),
    box-shadow 0.4s var(--ease-out);
}
.start-now-main:hover {
  transform: translateY(-3px);
  box-shadow: 0 25px 58px #006b7030;
}
.start-now-main .eyebrow {
  color: #a6f6dd;
}
.start-now-main h2 {
  color: white;
  font-size: 43px;
  margin: 14px 0 18px;
}
.start-now-main h2 span {
  color: #a6f6dd;
}
.start-now-main p {
  color: #d9fff1;
  font-size: 17px;
  line-height: 1.85;
  max-width: 580px;
}
.start-now-main .button-dark {
  background: #f2fff9;
  color: #006b70;
  margin-top: 26px;
  box-shadow: none;
}
.start-now-main .button-dark:hover {
  background: white;
  color: #006b70;
}
.ready-list,
.simple-checklist {
  list-style: none;
  padding: 0;
  margin: 22px 0 0;
  display: grid;
  gap: 11px;
}
.ready-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #effff9;
  font-size: 16px;
}
.ready-list .icon {
  width: 18px;
  height: 18px;
  color: #a6f6dd;
  margin-top: 4px;
}
.start-now-card {
  padding: 34px 32px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: #ecfcf7;
  box-shadow: 0 15px 34px #006b7010;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition:
    transform 0.4s var(--ease-out),
    border-color 0.4s var(--ease-out),
    box-shadow 0.4s var(--ease-out);
}
.start-now-card:hover {
  transform: translateY(-3px);
  border-color: #9cddd0;
  box-shadow: 0 20px 40px #006b7018;
}
.start-now-badge {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--accent);
  font-size: 14px;
  font-weight: 500;
}
.start-now-badge .icon {
  width: 17px;
  height: 17px;
}
.start-now-card h3 {
  font-size: 27px;
  margin-top: 14px;
}
.simple-checklist {
  margin-top: 22px;
  gap: 14px;
}
.simple-checklist li {
  display: flex;
  align-items: center;
  gap: 11px;
  font-size: 17px;
  color: var(--ink);
}
.check-dot {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #d1f6e9;
  color: #008d7e;
  display: grid;
  place-items: center;
  flex: 0 0 28px;
}
.check-dot .icon {
  width: 16px;
  height: 16px;
}
.start-now-card > p {
  font-size: 14px;
  line-height: 1.75;
  margin-top: 22px;
}
.why-section {
  background: #dff8ef;
  border-radius: 18px;
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 60px;
  padding: 55px 58px;
  align-items: center;
  box-shadow: 0 18px 48px #006b7010;
}
.why-intro h2 {
  margin: 16px 0 21px;
  font-size: 43px;
}
.why-intro p {
  font-size: 17px;
  line-height: 1.85;
}
.why-intro .text-link {
  margin-top: 27px;
  color: var(--green);
}
.benefit {
  display: flex;
  gap: 19px;
  padding: 23px 0;
  border-bottom: 1px solid #c0e3db;
  transition:
    color 0.3s var(--ease-out),
    transform 0.3s var(--ease-out);
}
.benefit:hover {
  transform: translateX(5px);
}
.benefit:first-child {
  padding-top: 0;
}
.benefit:last-child {
  border: 0;
  padding-bottom: 0;
}
.benefit-icon {
  background: #f4fffb;
  display: grid;
  place-items: center;
  flex: 0 0 45px;
  height: 45px;
  border-radius: 50%;
  color: var(--green);
  margin-top: 4px;
}
.benefit-icon .icon {
  width: 21px;
  height: 21px;
}
.benefit h3 {
  font-size: 21px;
  margin-bottom: 6px;
}
.benefit p {
  font-size: 16px;
  line-height: 1.8;
}
.faq-section {
  background: #e8fbf4;
  border-radius: 20px;
  display: grid;
  grid-template-columns: 0.85fr 1.25fr;
  gap: 85px;
  padding-block: 95px;
  padding-inline: 58px;
  box-shadow: 0 18px 48px #006b700d;
}
.faq-intro h2 {
  margin: 15px 0 18px;
  font-size: 39px;
}
.faq-intro h2 span {
  display: block;
}
.faq-intro p {
  font-size: 17px;
  line-height: 1.8;
}
.faq-list details {
  border-bottom: 1px solid var(--line);
}
.faq-list details:first-child {
  border-top: 1px solid var(--line);
}
.faq-list summary {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 23px 0;
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
  transition:
    color 0.3s var(--ease-out),
    padding 0.3s var(--ease-out);
}
.faq-list summary::-webkit-details-marker {
  display: none;
}
.faq-list summary .icon {
  width: 20px;
  height: 20px;
  color: #747969;
  transition:
    transform 0.35s var(--ease-out),
    color 0.3s var(--ease-out);
}
.faq-list details[open] summary .icon {
  transform: rotate(45deg);
}
.faq-list details[open] summary {
  color: var(--accent);
}
.faq-list details p {
  font-size: 16px;
  line-height: 1.85;
  padding: 0 30px 22px 0;
}
.download-section {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #c7fae8 0%, #a9f1df 100%);
  border-radius: 18px;
  text-align: center;
  padding: 55px 30px 49px;
}
.download-inner {
  position: relative;
  z-index: 1;
}
.download-section .eyebrow {
  justify-content: center;
  color: #006b70;
}
.download-section h2 {
  font-size: 49px;
  margin: 15px 0;
}
.download-section p {
  color: #2e6b67;
  font-size: 18px;
}
.download-section .button {
  margin-top: 24px;
}
.button-dark {
  background: var(--ink);
  color: white;
}
.button-dark:hover {
  background: var(--green);
}
.download-note {
  display: block;
  color: #3b6c68;
  font-size: 12px;
  margin-top: 14px;
}
.cta-watermark {
  font: 800 240px/1 var(--latin);
  color: #4ccfb026;
  position: absolute;
  right: -24px;
  bottom: -31px;
  letter-spacing: -19px;
  pointer-events: none;
}
.site-footer {
  display: flex;
  gap: 25px;
  align-items: center;
  padding-block: 36px;
  margin-top: 14px;
  font-size: 13px;
  color: var(--muted);
}
.site-footer .brand-logo {
  width: 52px;
  height: 52px;
  border-radius: 14px;
}
.site-footer > span {
  margin-left: auto;
  font-family: var(--latin);
  font-size: 11px;
}
.site-footer > a:last-child {
  border-left: 1px solid var(--line);
  padding-left: 25px;
}
.download-dialog {
  width: calc(100% - 36px);
  max-width: 445px;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 38px;
  background: var(--paper);
  color: var(--ink);
  text-align: center;
  box-shadow: 0 20px 100px #15281e33;
}
.download-dialog::backdrop {
  background: #1b231b88;
  backdrop-filter: blur(4px);
}
.dialog-close {
  border: 0;
  background: transparent;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 44px;
  height: 44px;
  font: 400 28px/1 var(--latin);
}
.dialog-icon {
  display: grid;
  place-items: center;
  width: 59px;
  height: 59px;
  background: #d9f8ee;
  color: var(--accent);
  border-radius: 16px;
  margin: 4px auto 21px;
}
.download-dialog .eyebrow {
  justify-content: center;
  font-size: 14px;
}
.download-dialog h2 {
  font-size: 32px;
  margin: 12px 0;
}
.download-dialog p {
  font-size: 17px;
  line-height: 1.8;
}
.dialog-done {
  margin-top: 23px;
  min-width: 145px;
}
.store-links {
  display: grid;
  gap: 12px;
  margin-top: 20px;
}
.store-links:empty {
  display: none;
}
.store-links .button {
  width: 100%;
}
@media (min-width: 1450px) {
  .hero {
    gap: 90px;
    padding-top: 77px;
  }
  .hero h1 {
    font-size: 79px;
  }
  .portrait-frame {
    height: 566px;
  }
}
@media (max-width: 1100px) {
  .container {
    width: calc(100% - 64px);
  }
  .hero {
    gap: 32px;
  }
  .hero h1 {
    font-size: 62px;
  }
  .portrait-frame {
    height: 490px;
  }
  .floating-tag {
    right: -10px;
    top: 145px;
    font-size: 12px;
    padding: 11px;
  }
  .hero-actions {
    gap: 18px;
  }
  .hero-actions .button {
    padding: 16px 18px;
    font-size: 17px;
  }
  .hero-actions .text-link {
    font-size: 14px;
  }
  .earnings-card {
    width: 241px;
    left: -6px;
    padding: 15px 17px;
  }
  .earning-amount > span:first-child {
    font-size: 52px;
  }
  .visual-caption {
    letter-spacing: 1px;
    font-size: 8px;
    right: 6px;
  }
  .desktop-nav {
    gap: 22px;
    font-size: 15px;
  }
  .promise-inner {
    gap: 14px;
  }
  .promise-inner > span {
    font-size: 14px;
    gap: 8px;
  }
  .promise-inner .icon {
    width: 18px;
    height: 18px;
  }
  .section-heading h2 {
    font-size: 36px;
  }
  .section-heading > p {
    font-size: 15px;
  }
  .why-section {
    padding: 45px 40px;
    gap: 35px;
  }
  .why-intro h2 {
    font-size: 37px;
  }
  .faq-section {
    gap: 45px;
  }
  .faq-intro h2 {
    font-size: 34px;
  }
  .step h3 {
    font-size: 21px;
  }
  .start-now {
    grid-template-columns: 1fr;
    padding-top: 0;
  }
  .start-now-main {
    padding: 34px 30px;
  }
  .start-now-main h2 {
    font-size: 36px;
  }
  .start-now-card {
    padding: 28px 25px;
  }
}
@media (max-width: 800px) {
  html {
    scroll-padding-top: 96px;
  }
  .header-inner {
    height: 83px;
    gap: 16px;
  }
  .desktop-nav {
    display: none;
  }
  .header-inner > .button {
    margin-left: auto;
  }
  .menu-toggle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 6px;
    border: 1px solid var(--line);
    border-radius: 7px;
    background: transparent;
    width: 44px;
    height: 44px;
    flex-shrink: 0;
  }
  .menu-toggle span {
    height: 2px;
    width: 18px;
    background: var(--ink);
    transition: transform 0.2s;
  }
  .menu-toggle[aria-expanded="true"] span:first-child {
    transform: translateY(4px) rotate(45deg);
  }
  .menu-toggle[aria-expanded="true"] span:last-child {
    transform: translateY(-4px) rotate(-45deg);
  }
  .mobile-nav {
    padding: 4px 0 22px;
    display: grid;
    gap: 0;
  }
  .mobile-nav > a {
    padding: 12px 0;
    border-bottom: 1px solid var(--line);
  }
  .mobile-nav .button {
    margin-top: 16px;
  }
  .hero {
    gap: 20px;
    padding-top: 40px;
  }
  .hero h1 {
    font-size: 49px;
  }
  .hero-description {
    font-size: 17px;
  }
  .hero-visual {
    padding-left: 10px;
    margin-top: -30px;
  }
  .portrait-frame {
    height: 440px;
    border-radius: 140px 140px 12px 12px;
  }
  .photo-label {
    font-size: 11px;
    padding: 8px 10px;
    top: 21px;
  }
  .floating-tag {
    top: 142px;
    right: -8px;
    font-size: 11px;
    gap: 5px;
    padding: 9px;
  }
  .floating-tag .icon {
    width: 16px;
    height: 16px;
  }
  .earnings-card {
    width: 210px;
    left: -8px;
  }
  .earning-amount > span:first-child {
    font-size: 48px;
  }
  .earnings-heading {
    font-size: 11px;
    gap: 5px;
  }
  .earning-icon {
    padding: 5px;
  }
  .currency-tag {
    font-size: 8px;
  }
  .earning-bottom {
    font-size: 13px;
  }
  .earning-bottom strong {
    font-size: 18px;
  }
  .visual-caption {
    display: none;
  }
  .hero-actions {
    gap: 20px;
  }
  .hero-actions .text-link {
    font-size: 15px;
  }
  .hero-note {
    font-size: 12px;
  }
  .hero-actions .button {
    width: 100%;
    max-width: 235px;
  }
  .hero-description .desktop-break {
    display: none;
  }
  .promise-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
    padding-block: 23px;
  }
  .promise-inner > span {
    justify-content: center;
    font-size: 15px;
  }
  .section {
    padding-block: 63px;
  }
  .section-heading {
    display: block;
  }
  .section-heading h2 {
    font-size: 36px;
  }
  .section-heading > p {
    margin-top: 16px;
  }
  .section-heading > p br {
    display: none;
  }
  .steps-grid {
    gap: 24px;
  }
  .video-grid {
    grid-template-columns: 1fr;
  }
  .video-guides {
    padding-top: 0;
  }
  .creator-moments {
    padding-top: 20px;
  }
  .creator-moments-grid {
    min-height: 0;
    grid-template-columns: 1fr;
    grid-template-rows: none;
  }
  .creator-moment-tall {
    grid-row: auto;
    min-height: 430px;
  }
  .creator-moment {
    min-height: 280px;
  }
  .step {
    padding: 24px;
  }
  .step:last-child {
    padding-right: 24px;
  }
  .step h3 {
    font-size: 19px;
  }
  .step p {
    font-size: 15px;
  }
  .desktop-break {
    display: none;
  }
  .step-icon {
    width: 49px;
    height: 49px;
    border-radius: 13px;
  }
  .step-number {
    font-size: 29px;
  }
  .why-section {
    padding: 36px 32px;
    gap: 30px;
  }
  .why-intro h2 {
    font-size: 32px;
  }
  .why-intro p {
    font-size: 16px;
  }
  .benefit {
    gap: 12px;
  }
  .benefit-icon {
    flex-basis: 36px;
    height: 36px;
  }
  .benefit h3 {
    font-size: 18px;
  }
  .benefit p {
    font-size: 15px;
  }
  .faq-section {
    gap: 30px;
    grid-template-columns: 0.8fr 1.2fr;
    padding-inline: 32px;
  }
  .faq-intro h2 {
    font-size: 31px;
  }
  .faq-list summary {
    font-size: 17px;
    padding-block: 20px;
  }
  .download-section h2 {
    font-size: 43px;
  }
  .site-footer {
    flex-wrap: wrap;
    gap: 15px 20px;
  }
  .site-footer > p {
    display: none;
  }
  .site-footer > span {
    font-size: 10px;
  }
  .site-footer > a:last-child {
    padding-left: 20px;
  }
}
@media (max-width: 600px) {
  html {
    scroll-padding-top: 88px;
  }
  .container {
    width: calc(100% - 40px);
  }
  .header-inner {
    height: 77px;
    gap: 11px;
  }
  .brand-logo {
    width: 53px;
    height: 53px;
    border-radius: 15px;
  }
  .header-inner > .button {
    font-size: 13px;
    padding: 11px 12px;
    min-height: 41px;
    border-radius: 6px;
    gap: 7px;
  }
  .header-inner > .button .icon {
    width: 15px;
    height: 15px;
  }
  .menu-toggle {
    height: 41px;
    width: 38px;
  }
  .hero {
    display: flex;
    flex-direction: column;
    gap: 38px;
    padding-top: 34px;
    padding-bottom: 20px;
    align-items: stretch;
  }
  .hero::before {
    display: none;
  }
  .hero .eyebrow {
    font-size: 14px;
  }
  .hero h1 {
    font-size: clamp(3.1rem, 14.4vw, 3.65rem);
    line-height: 1.27;
    margin-top: 16px;
    margin-bottom: 22px;
    letter-spacing: -1.2px;
  }
  .hero-description {
    font-size: 18px;
    margin-top: 26px;
    max-width: 365px;
  }
  .hero-description br:first-child {
    display: none;
  }
  .hero-actions {
    align-items: stretch;
    gap: 14px;
    margin-top: 25px;
    flex-direction: column;
  }
  .hero-actions .button {
    font-size: 16px;
    gap: 9px;
    width: 100%;
    max-width: none;
    padding: 16px 17px;
  }
  .hero-actions .button .icon {
    width: 20px;
    height: 20px;
  }
  .hero-actions .text-link {
    gap: 7px;
    font-size: 14px;
    justify-content: center;
  }
  .play-icon {
    width: 28px;
    height: 28px;
    flex-shrink: 0;
  }
  .hero-note {
    margin-top: 15px;
    font-size: 12px;
  }
  .hero-visual {
    margin: 0 8px 0 18px;
    padding: 0 4px 35px 16px;
  }
  .portrait-frame {
    height: 440px;
    max-width: 390px;
    margin-left: auto;
    border-radius: 155px 155px 12px 12px;
  }
  .photo-label {
    font-size: 12px;
    top: 20px;
  }
  .floating-tag {
    font-size: 12px;
    right: -7px;
    top: 130px;
    padding: 10px 13px;
  }
  .earnings-card {
    bottom: 4px;
    left: -16px;
    width: 225px;
    padding: 15px 18px;
  }
  .earning-amount > span:first-child {
    font-size: 49px;
  }
  .earnings-heading {
    font-size: 12px;
  }
  .earning-bottom strong {
    font-size: 19px;
  }
  .earnings-disclaimer {
    text-align: left;
    font-size: 12px;
    margin: 19px 0 25px;
    line-height: 1.75;
  }
  .promise-inner {
    column-gap: 10px;
    row-gap: 17px;
    padding-block: 22px;
  }
  .promise-inner > span {
    font-size: 13px;
    gap: 7px;
    justify-content: flex-start;
  }
  .promise-inner .icon {
    width: 18px;
    height: 18px;
  }
  .section {
    padding-block: 53px;
  }
  .eyebrow {
    font-size: 14px;
  }
  .section-heading h2 {
    font-size: 31px;
    margin-top: 10px;
  }
  .section-heading h2 span {
    display: block;
  }
  .section-heading > p {
    font-size: 16px;
    max-width: 310px;
    margin-top: 13px;
  }
  .steps-grid {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 26px;
  }
  .step {
    border: 1px solid var(--line);
    border-radius: 16px;
    padding: 18px 16px;
    background: #ecfcf7;
    position: relative;
    display: grid;
    grid-template-columns: 57px 1fr;
    column-gap: 18px;
  }
  .step:first-child {
    padding-top: 18px;
  }
  .step:last-child {
    border: 1px solid var(--line);
    padding-right: 16px;
    padding-bottom: 18px;
  }
  .step-top {
    grid-row: 1/3;
    margin: 0;
    align-self: start;
    display: block;
  }
  .step-number {
    display: none;
  }
  .step h3 {
    font-size: 22px;
    padding-top: 0;
    margin-bottom: 5px;
  }
  .step p {
    font-size: 16px;
  }
  .step-icon {
    width: 55px;
    height: 55px;
  }
  .creator-moments-grid {
    gap: 12px;
  }
  .creator-moment-tall {
    min-height: 390px;
  }
  .creator-moment {
    min-height: 245px;
    border-radius: 16px;
  }
  .creator-moment-overlay {
    padding: 23px 20px 20px;
  }
  .creator-moment-overlay h3 {
    font-size: 20px;
  }
  .start-now-main {
    padding: 30px 23px;
    border-radius: 16px;
  }
  .start-now-main h2 {
    font-size: 34px;
  }
  .start-now-main p {
    font-size: 16px;
  }
  .start-now-main .button-dark {
    width: 100%;
  }
  .start-now-card {
    border-radius: 16px;
    padding: 25px 21px;
  }
  .start-now-card h3 {
    font-size: 24px;
  }
  .why-section {
    display: block;
    padding: 32px 25px;
    border-radius: 14px;
  }
  .why-intro h2 {
    font-size: 35px;
    margin: 13px 0 15px;
  }
  .why-intro p {
    font-size: 17px;
  }
  .why-intro .text-link {
    margin-top: 19px;
    font-size: 16px;
  }
  .benefits {
    margin-top: 32px;
    padding-top: 26px;
    border-top: 1px solid #c0e3db;
  }
  .benefit {
    gap: 15px;
    padding: 21px 0;
  }
  .benefit-icon {
    flex-basis: 41px;
    height: 41px;
  }
  .benefit h3 {
    font-size: 20px;
  }
  .benefit p {
    font-size: 16px;
  }
  .faq-section {
    display: block;
    padding: 38px 22px;
    border-radius: 16px;
  }
  .faq-intro h2 {
    font-size: 34px;
    margin: 12px 0;
  }
  .faq-intro h2 span {
    display: inline;
  }
  .faq-intro > p {
    font-size: 16px;
  }
  .faq-list {
    margin-top: 27px;
  }
  .faq-list summary {
    font-size: 17px;
    gap: 14px;
    min-height: 71px;
  }
  .faq-list details p {
    font-size: 16px;
    padding-right: 8px;
  }
  .download-section {
    padding: 37px 19px 35px;
    border-radius: 14px;
  }
  .download-section h2 {
    font-size: 40px;
    margin: 14px 0;
  }
  .download-section p {
    font-size: 17px;
    max-width: 260px;
    margin-inline: auto;
  }
  .download-section .button {
    font-size: 16px;
    padding: 16px 18px;
    gap: 10px;
  }
  .download-section .button .icon {
    width: 20px;
    height: 20px;
  }
  .download-note {
    font-size: 12px;
  }
  .cta-watermark {
    display: none;
  }
  .site-footer {
    padding-block: 28px;
    gap: 18px 14px;
    justify-content: space-between;
    margin-top: 7px;
  }
  .site-footer .brand {
    width: 100%;
    justify-content: center;
    margin-bottom: 5px;
  }
  .site-footer > span {
    margin: 0;
    font-size: 10px;
  }
  .site-footer > a:last-child {
    font-size: 13px;
    padding-left: 14px;
  }
  .download-dialog {
    padding: 35px 24px;
  }
  .download-dialog h2 {
    font-size: 30px;
  }
}
@media (max-width: 370px) {
  .container {
    width: calc(100% - 30px);
  }
  .hero h1 {
    font-size: 51px;
  }
  .hero-actions {
    gap: 12px;
  }
  .hero-actions .button {
    padding: 15px 12px;
    font-size: 15px;
  }
  .hero-actions .text-link {
    font-size: 13px;
  }
  .promise-inner > span {
    font-size: 12px;
  }
  .portrait-frame {
    height: 405px;
  }
  .earnings-card {
    width: 210px;
  }
  .hero-visual {
    margin-right: 6px;
  }
  .floating-tag {
    font-size: 11px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    transition: none !important;
    animation: none !important;
  }
}
