.ig-landing,
.ig-mobile-sticky {
  display: none;
}

html.is-instagram-landing {
  scroll-behavior: smooth;
  background: #fbfaf7;
}

html.is-instagram-landing body {
  min-width: 320px;
  color: #142536;
  background: #fbfaf7;
  word-break: keep-all;
}

html.is-instagram-landing body > .site-header,
html.is-instagram-landing body > main#top,
html.is-instagram-landing body > .site-footer,
html.is-instagram-landing body > .mobile-sticky-cta {
  display: none !important;
}

html.is-instagram-landing .ig-landing {
  display: block;
}

.ig-landing {
  --ig-ivory: #f5f1e8;
  --ig-paper: #fbfaf7;
  --ig-ink: #142536;
  --ig-navy: #10283a;
  --ig-navy-deep: #0b1e2d;
  --ig-green: #2f6259;
  --ig-brass: #aa8550;
  --ig-muted: #68737b;
  --ig-line: rgba(20, 37, 54, 0.14);
  --ig-white: #ffffff;
  --ig-shadow: 0 24px 64px rgba(12, 31, 44, 0.16);
  --ig-page-pad: clamp(20px, 5.6vw, 28px);
  overflow: hidden;
  color: var(--ig-ink);
  background: var(--ig-paper);
  font-size: 16px;
  line-height: 1.6;
}

.ig-landing *,
.ig-landing *::before,
.ig-landing *::after,
.ig-mobile-sticky,
.ig-mobile-sticky * {
  box-sizing: border-box;
}

.ig-landing a {
  color: inherit;
  text-decoration: none;
}

.ig-landing img {
  display: block;
  max-width: 100%;
}

.ig-landing button {
  font: inherit;
}

.ig-container {
  width: min(100%, 1160px);
  margin: 0 auto;
  padding-inline: var(--ig-page-pad);
}

.ig-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 18px;
  color: var(--ig-green);
  font-size: 12px;
  font-weight: 750;
  letter-spacing: 0.04em;
}

.ig-eyebrow::before {
  width: 22px;
  height: 1px;
  background: currentColor;
  content: "";
}

.ig-section-title {
  margin: 0;
  font-size: clamp(31px, 9vw, 48px);
  font-weight: 760;
  line-height: 1.22;
  letter-spacing: -0.055em;
}

.ig-section-lead {
  margin: 18px 0 0;
  color: var(--ig-muted);
  font-size: 15px;
  line-height: 1.75;
}

.ig-button {
  min-height: 54px;
  padding: 15px 20px;
  border: 1px solid transparent;
  border-radius: 13px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 15px;
  font-weight: 750;
  line-height: 1.2;
  cursor: pointer;
  transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

.ig-button::after {
  content: "→";
  font-size: 18px;
  font-weight: 500;
}

.ig-button:hover {
  transform: translateY(-2px);
}

.ig-button-primary {
  color: var(--ig-white);
  background: var(--ig-green);
  box-shadow: 0 12px 28px rgba(47, 98, 89, 0.22);
}

.ig-button-secondary {
  color: var(--ig-ink);
  border-color: var(--ig-line);
  background: rgba(255, 255, 255, 0.58);
}

.ig-button:focus-visible,
.ig-contact-link:focus-visible,
.ig-nav-consult:focus-visible,
.ig-step-media:focus-visible,
.ig-success-shot:focus-visible,
.ig-shot-card:focus-visible,
.ig-sticky-primary:focus-visible,
.ig-sticky-secondary:focus-visible {
  outline: 3px solid rgba(47, 98, 89, 0.38);
  outline-offset: 3px;
}

.ig-hero {
  position: relative;
  min-height: 844px;
  background:
    radial-gradient(circle at 98% 7%, rgba(170, 133, 80, 0.15), transparent 26%),
    radial-gradient(circle at 4% 74%, rgba(47, 98, 89, 0.09), transparent 31%),
    var(--ig-ivory);
}

.ig-hero::after {
  position: absolute;
  right: -56px;
  bottom: 42px;
  width: 150px;
  height: 150px;
  border: 1px solid rgba(170, 133, 80, 0.2);
  border-radius: 50%;
  content: "";
}

.ig-nav {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(20, 37, 54, 0.1);
}

.ig-brand {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.ig-brand-mark {
  width: 36px;
  height: 36px;
  overflow: hidden;
  border: 1px solid rgba(20, 37, 54, 0.08);
  border-radius: 10px;
  background: var(--ig-white);
  box-shadow: 0 8px 20px rgba(20, 37, 54, 0.08);
}

.ig-brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ig-brand-name {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.02em;
}

.ig-brand-note {
  display: block;
  margin-top: 4px;
  color: var(--ig-muted);
  font-size: 9px;
  font-weight: 650;
  letter-spacing: 0.08em;
}

.ig-nav-consult {
  min-width: 66px;
  min-height: 44px;
  padding: 8px 0 7px;
  border: 0;
  border-bottom: 1px solid var(--ig-ink);
  color: var(--ig-ink);
  background: transparent;
  font-size: 12px;
  font-weight: 750;
  cursor: pointer;
}

.ig-hero-inner {
  position: relative;
  z-index: 1;
  padding-top: 46px;
  padding-bottom: 58px;
}

.ig-hero-copy {
  max-width: 610px;
}

.ig-offer-badge {
  width: fit-content;
  margin-bottom: 18px;
  padding: 8px 13px;
  border: 1px solid rgba(47, 98, 89, 0.18);
  border-radius: 999px;
  color: var(--ig-green);
  background: rgba(255, 255, 255, 0.58);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: -0.02em;
  animation: ig-rise-in 600ms both;
}

.ig-hero h1 {
  max-width: 620px;
  margin: 0;
  font-size: clamp(39px, 11.3vw, 66px);
  font-weight: 780;
  line-height: 1.12;
  letter-spacing: -0.065em;
  animation: ig-rise-in 650ms 80ms both;
}

.ig-hero h1 span {
  color: var(--ig-green);
}

.ig-hero-copy > p:not(.ig-hero-proof) {
  max-width: 520px;
  margin: 20px 0 0;
  color: #596872;
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: -0.025em;
  animation: ig-rise-in 650ms 150ms both;
}

.ig-hero-actions {
  margin-top: 25px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  animation: ig-rise-in 650ms 220ms both;
}

.ig-hero-proof {
  margin: 14px 0 0;
  color: var(--ig-muted);
  font-size: 11px;
  font-weight: 650;
  text-align: center;
  letter-spacing: -0.015em;
}

.ig-hero-visual {
  position: relative;
  margin-top: 30px;
  padding-bottom: 20px;
  animation: ig-rise-in 750ms 260ms both;
}

.ig-shot-card {
  position: relative;
  overflow: hidden;
  padding: 7px;
  border: 1px solid rgba(20, 37, 54, 0.1);
  border-radius: 22px;
  display: block;
  background: rgba(255, 255, 255, 0.76);
  box-shadow: var(--ig-shadow);
  backdrop-filter: blur(10px);
}

.ig-shot-card img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  border-radius: 16px;
  object-fit: contain;
  background: #fff;
}

.ig-screen-label {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 2;
  padding: 6px 9px;
  border-radius: 999px;
  color: var(--ig-white);
  background: rgba(16, 40, 58, 0.88);
  font-size: 10px;
  font-weight: 750;
  backdrop-filter: blur(8px);
}

.ig-visual-caption {
  position: absolute;
  right: 18px;
  bottom: 0;
  z-index: 2;
  max-width: 225px;
  padding: 14px 16px;
  border-radius: 14px;
  color: var(--ig-white);
  background: var(--ig-navy);
  box-shadow: 0 14px 32px rgba(11, 30, 45, 0.24);
}

.ig-visual-caption strong {
  display: block;
  font-size: 13px;
  line-height: 1.35;
}

.ig-visual-caption span {
  display: block;
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.66);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 9px;
  letter-spacing: 0.12em;
}

.ig-flow {
  padding: 72px 0 78px;
  background: var(--ig-paper);
}

.ig-flow-head {
  margin-bottom: 36px;
}

.ig-flow-list {
  position: relative;
  display: grid;
  gap: 42px;
}

.ig-flow-list::before {
  position: absolute;
  top: 26px;
  bottom: 24px;
  left: 15px;
  width: 1px;
  background: linear-gradient(var(--ig-brass), rgba(170, 133, 80, 0.08));
  content: "";
}

.ig-flow-step {
  position: relative;
  padding-left: 48px;
}

.ig-step-index {
  position: absolute;
  top: 0;
  left: 0;
  width: 31px;
  height: 31px;
  border: 1px solid rgba(170, 133, 80, 0.56);
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--ig-brass);
  background: var(--ig-paper);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 11px;
  font-weight: 700;
}

.ig-flow-step h3 {
  margin: 0;
  font-size: 21px;
  line-height: 1.35;
  letter-spacing: -0.045em;
}

.ig-flow-step p {
  margin: 7px 0 15px;
  color: var(--ig-muted);
  font-size: 13px;
  line-height: 1.65;
}

.ig-step-media {
  position: relative;
  overflow: hidden;
  margin-left: -48px;
  border: 1px solid rgba(20, 37, 54, 0.1);
  border-radius: 18px;
  display: block;
  background: #eef0ef;
  box-shadow: 0 18px 48px rgba(20, 37, 54, 0.1);
}

.ig-step-media img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.ig-step-home img,
.ig-step-billing img {
  object-position: 50% 50%;
}

.ig-step-consult img {
  object-position: 79% 50%;
}

.ig-media-tag {
  position: absolute;
  right: 12px;
  bottom: 12px;
  padding: 7px 10px;
  border-radius: 999px;
  color: var(--ig-ink);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 8px 20px rgba(20, 37, 54, 0.11);
  font-size: 10px;
  font-weight: 750;
  backdrop-filter: blur(8px);
}

.ig-success-shot {
  position: relative;
  z-index: 2;
  width: calc(100% - 34px);
  margin: -30px 0 0 34px;
  overflow: hidden;
  border: 5px solid var(--ig-paper);
  border-right: 0;
  border-radius: 15px 0 0 15px;
  display: block;
  box-shadow: 0 16px 38px rgba(20, 37, 54, 0.16);
}

.ig-success-shot img {
  width: 100%;
  height: 92px;
  object-fit: cover;
  object-position: 71% 50%;
}

.ig-benefits {
  position: relative;
  padding: 74px 0 80px;
  color: var(--ig-white);
  background:
    radial-gradient(circle at 94% 8%, rgba(170, 133, 80, 0.18), transparent 25%),
    var(--ig-navy-deep);
}

.ig-benefits::before {
  position: absolute;
  top: 0;
  right: 24px;
  left: 24px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(232, 219, 197, 0.46), transparent);
  content: "";
}

.ig-benefits .ig-eyebrow {
  color: #d6b982;
}

.ig-benefit-list {
  margin-top: 36px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.ig-benefit-item {
  padding: 20px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  display: grid;
  grid-template-columns: 34px 1fr 20px;
  align-items: center;
  gap: 12px;
}

.ig-benefit-item > span {
  color: #d6b982;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 11px;
  letter-spacing: 0.05em;
}

.ig-benefit-item strong {
  font-size: 16px;
  line-height: 1.45;
  letter-spacing: -0.035em;
}

.ig-benefit-item b {
  width: 19px;
  height: 19px;
  border: 1px solid rgba(214, 185, 130, 0.72);
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #d6b982;
  font-size: 10px;
  font-weight: 600;
}

.ig-journey {
  margin-top: 34px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 17px;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  background: rgba(255, 255, 255, 0.035);
}

.ig-journey span {
  position: relative;
  color: rgba(255, 255, 255, 0.72);
  font-size: 10px;
  font-weight: 700;
  text-align: center;
  letter-spacing: -0.04em;
}

.ig-journey span:not(:last-child)::after {
  position: absolute;
  top: 50%;
  right: -4px;
  color: rgba(214, 185, 130, 0.52);
  content: "›";
  transform: translateY(-50%);
}

.ig-free-plan {
  padding: 66px 0;
  background: var(--ig-paper);
}

.ig-free-plan-card {
  position: relative;
  overflow: hidden;
  padding: 34px 24px;
  border: 1px solid rgba(47, 98, 89, 0.16);
  border-radius: 24px;
  background:
    radial-gradient(circle at 100% 0, rgba(170, 133, 80, 0.16), transparent 36%),
    #edf2ee;
}

.ig-free-plan-card::after {
  position: absolute;
  right: -38px;
  bottom: -58px;
  width: 150px;
  height: 150px;
  border: 1px solid rgba(47, 98, 89, 0.14);
  border-radius: 50%;
  content: "";
}

.ig-free-plan-card .ig-section-title {
  position: relative;
  z-index: 1;
}

.ig-free-plan-card .ig-section-title span {
  color: var(--ig-green);
}

.ig-free-plan-card > p:last-child {
  position: relative;
  z-index: 1;
  max-width: 520px;
  margin: 16px 0 0;
  color: var(--ig-muted);
  font-size: 14px;
  line-height: 1.75;
}

.ig-contact {
  padding: 66px 0 26px;
  background: var(--ig-ivory);
}

.ig-contact-card {
  position: relative;
  overflow: hidden;
  padding: 35px 22px 24px;
  border-radius: 26px;
  color: var(--ig-white);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.04), transparent 42%),
    var(--ig-navy);
  box-shadow: 0 26px 70px rgba(16, 40, 58, 0.22);
}

.ig-contact-card::after {
  position: absolute;
  top: -70px;
  right: -62px;
  width: 180px;
  height: 180px;
  border: 1px solid rgba(214, 185, 130, 0.25);
  border-radius: 50%;
  content: "";
}

.ig-contact-kicker {
  position: relative;
  z-index: 1;
  margin: 0 0 13px;
  color: #d6b982;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.ig-contact-card h2 {
  position: relative;
  z-index: 1;
  margin: 0;
  font-size: 30px;
  font-weight: 760;
  line-height: 1.3;
  letter-spacing: -0.055em;
}

.ig-contact-card > p:not(.ig-contact-kicker) {
  position: relative;
  z-index: 1;
  margin: 15px 0 25px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 13px;
  line-height: 1.7;
}

.ig-contact-card .ig-button-primary {
  position: relative;
  z-index: 1;
  width: 100%;
  color: var(--ig-navy-deep);
  background: #e3cfaa;
  box-shadow: none;
}

.ig-contact-links {
  position: relative;
  z-index: 1;
  margin-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.ig-contact-link {
  width: 100%;
  min-height: 54px;
  padding: 12px 2px;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  color: inherit;
  background: transparent;
  text-align: left;
  cursor: pointer;
}

.ig-contact-link span {
  color: rgba(255, 255, 255, 0.58);
  font-size: 11px;
  font-weight: 650;
  letter-spacing: 0.04em;
}

.ig-contact-link strong {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 13px;
}

.ig-contact-link strong::after {
  color: #d6b982;
  content: "→";
  font-size: 16px;
  font-weight: 500;
}

.ig-footer {
  padding: 24px 0 4px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  color: #778086;
  font-size: 9px;
  line-height: 1.55;
  letter-spacing: 0.02em;
}

.ig-footer strong {
  color: var(--ig-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 13px;
}

@keyframes ig-rise-in {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (min-width: 540px) {
  .ig-hero-actions {
    grid-template-columns: auto auto;
    justify-content: start;
  }

  .ig-hero-proof {
    text-align: left;
  }
}

@media (min-width: 900px) {
  .ig-hero {
    min-height: 760px;
  }

  .ig-nav {
    min-height: 86px;
  }

  .ig-hero-inner {
    min-height: 674px;
    padding-top: 76px;
    display: grid;
    grid-template-columns: minmax(0, 0.88fr) minmax(470px, 1.12fr);
    align-items: center;
    gap: 78px;
  }

  .ig-hero-visual {
    margin-top: 0;
  }

  .ig-shot-card {
    padding: 9px;
  }

  .ig-flow {
    padding: 112px 0 124px;
  }

  .ig-flow-head {
    max-width: 540px;
    margin-bottom: 62px;
  }

  .ig-flow-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 26px;
  }

  .ig-flow-list::before {
    top: 15px;
    right: 12%;
    bottom: auto;
    left: 3%;
    width: auto;
    height: 1px;
    background: linear-gradient(90deg, var(--ig-brass), rgba(170, 133, 80, 0.08));
  }

  .ig-flow-step {
    padding: 51px 0 0;
  }

  .ig-step-media {
    margin-left: 0;
  }

  .ig-step-media img {
    height: 220px;
  }

  .ig-success-shot {
    width: calc(100% - 26px);
    margin-left: 26px;
  }

  .ig-benefits {
    padding: 116px 0 120px;
  }

  .ig-benefits-inner {
    display: grid;
    grid-template-columns: 0.8fr 1.2fr;
    gap: 100px;
    align-items: start;
  }

  .ig-benefit-list {
    margin-top: 0;
  }

  .ig-journey {
    grid-column: 1 / -1;
    margin-top: 14px;
  }

  .ig-free-plan {
    padding: 96px 0;
  }

  .ig-free-plan-card {
    padding: 52px 56px;
  }

  .ig-contact {
    padding: 110px 0 32px;
  }

  .ig-contact-card {
    padding: 50px 54px 42px;
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(390px, 1.1fr);
    column-gap: 78px;
    align-items: start;
  }

  .ig-contact-kicker,
  .ig-contact-card h2,
  .ig-contact-card > p {
    grid-column: 1;
  }

  .ig-contact-card .ig-button-primary,
  .ig-contact-links {
    grid-column: 2;
  }

  .ig-contact-card .ig-button-primary {
    grid-row: 1 / span 2;
    align-self: end;
    margin-top: 20px;
  }

  .ig-contact-links {
    grid-row: 3 / span 2;
    margin-top: 18px;
  }
}

@media (max-width: 720px) {
  html.is-instagram-landing .ig-mobile-sticky {
    position: fixed;
    right: 12px;
    bottom: calc(10px + env(safe-area-inset-bottom));
    left: 12px;
    z-index: 900;
    min-height: 58px;
    padding: 7px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 18px;
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 7px;
    opacity: 0;
    background: rgba(11, 30, 45, 0.94);
    box-shadow: 0 20px 48px rgba(11, 30, 45, 0.28);
    pointer-events: none;
    transform: translateY(calc(100% + 24px));
    transition: opacity 180ms ease, transform 180ms ease;
    backdrop-filter: blur(14px);
  }

  html.is-instagram-landing .ig-mobile-sticky.is-visible {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .ig-sticky-primary,
  .ig-sticky-secondary {
    min-height: 44px;
    padding: 10px 12px;
    border: 1px solid transparent;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 750;
    cursor: pointer;
  }

  .ig-sticky-primary {
    color: #0b1e2d;
    background: #e3cfaa;
  }

  .ig-sticky-secondary {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.22);
    background: transparent;
  }

  body.mobile-modal-open .ig-mobile-sticky,
  body.mobile-keyboard-open .ig-mobile-sticky {
    opacity: 0 !important;
    pointer-events: none !important;
    transform: translateY(calc(100% + 24px)) !important;
  }
}

@media (max-width: 370px) {
  .ig-hero h1 {
    font-size: 37px;
  }

  .ig-section-title {
    font-size: 29px;
  }

  .ig-contact-card h2 {
    font-size: 27px;
  }

  .ig-journey {
    padding-inline: 10px;
  }

  .ig-journey span {
    font-size: 9px;
  }
}

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

  .ig-landing *,
  .ig-landing *::before,
  .ig-landing *::after,
  .ig-mobile-sticky {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
