
:root {
  --ink: #111313;
  --muted: #5d6467;
  --gold: #c8a216;
  --gold-dark: #a98608;
  --gold-pale: #f8efc8;
  --line: #dfe3e2;
  --mist: #f1f4f4;
  --safe: #dceee3;
  --white: #ffffff;
  --shadow: 0 18px 60px rgba(22, 28, 28, 0.1);
}

* {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  background: var(--white);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
}

button,
a {
  font: inherit;
}

button {
  color: inherit;
}

.site-shell {
  min-height: 100vh;
  overflow-x: clip;
  background:
    radial-gradient(circle at 78% 6%, rgba(200, 162, 22, 0.08), transparent 28rem),
    var(--white);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  width: 100%;
  min-height: 104px;
  margin: 0 auto;
  padding: 0 max(24px, calc((100% - 1480px) / 2));
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(14px, 2vw, 32px);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 10px 30px rgba(17, 19, 19, 0.08);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

#next-level {
  scroll-margin-top: 124px;
}

#how-it-works {
  scroll-margin-top: 124px;
}

.primary-nav {
  position: relative;
  margin-left: auto;
}

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

.nav-panel a,
.nav-panel button {
  min-height: 42px;
  padding: 0 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #d9dddb;
  border-radius: 11px;
  background: rgba(255, 255, 255, 0.9);
  color: #303536;
  cursor: pointer;
  font-size: 0.8rem;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
  transition: border-color 160ms ease, background 160ms ease, color 160ms ease, transform 160ms ease;
}

.nav-panel a:hover,
.nav-panel button:hover {
  border-color: rgba(200, 162, 22, 0.72);
  background: var(--gold-pale);
  color: var(--ink);
  transform: translateY(-1px);
}

.brand {
  display: inline-flex;
  align-items: baseline;
  text-decoration: none;
  letter-spacing: -0.07em;
  white-space: nowrap;
}

.brand-pik {
  color: #080909;
  font-size: clamp(2rem, 3vw, 3.1rem);
  font-weight: 900;
  line-height: 1;
}

.brand-bit {
  margin-left: 0.09em;
  color: var(--gold);
  font-size: clamp(2rem, 3vw, 3.1rem);
  font-weight: 300;
  line-height: 1;
  letter-spacing: -0.055em;
}

.header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}

.account-stack {
  display: grid;
  gap: 5px;
}

.mobile-account-actions {
  display: none;
}

.language-control {
  display: flex;
  align-items: center;
  gap: 10px;
}

.language-label {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.language-buttons {
  display: inline-flex;
  padding: 4px;
  border: 1px solid #d2d7d5;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.86);
}

.language-buttons button {
  min-height: 38px;
  padding: 0 15px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #5a6062;
  cursor: pointer;
  font-size: 0.9rem;
  font-weight: 750;
  transition: background 160ms ease, color 160ms ease, transform 160ms ease;
}

.language-buttons button:hover {
  color: var(--ink);
}

.language-buttons button.active {
  background: var(--ink);
  color: var(--white);
  box-shadow: 0 4px 14px rgba(17, 19, 19, 0.18);
}

.signin-button,
.account-button,
.hero-cta {
  border-radius: 15px;
  cursor: pointer;
  font-weight: 850;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.signin-button {
  min-height: 48px;
  padding: 0 20px;
  border: 1px solid #cfd4d2;
  background: rgba(255, 255, 255, 0.9);
}

.account-button {
  min-height: 42px;
  padding: 0 17px;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  border: 1px solid var(--gold-dark);
  background: var(--gold);
  color: #101211;
  box-shadow: 0 10px 24px rgba(200, 162, 22, 0.2);
}

.account-button-es {
  border-color: #292d2c;
  background: #171a19;
  color: #f4d45c;
  box-shadow: 0 9px 22px rgba(17, 19, 19, 0.15);
}

.signin-button:hover,
.account-button:hover,
.hero-cta:hover {
  transform: translateY(-2px);
}

.account-button-es:hover {
  background: #2a2f2d;
  box-shadow: 0 12px 26px rgba(17, 19, 19, 0.2);
}

.account-button:hover,
.hero-cta:hover {
  background: #d6b21e;
  box-shadow: 0 14px 30px rgba(200, 162, 22, 0.28);
}

.hero {
  position: relative;
  width: min(1540px, calc(100% - 32px));
  min-height: 700px;
  margin: 28px auto 0;
  overflow: hidden;
  border: 1px solid #e0e5e5;
  border-radius: 32px;
  background: #f4f6f6;
  box-shadow: var(--shadow);
  isolation: isolate;
}

.hero::after {
  position: absolute;
  inset: 0 auto 0 0;
  z-index: 1;
  width: 52%;
  content: "";
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.99) 0%, rgba(255, 255, 255, 0.96) 50%, rgba(255, 255, 255, 0) 100%);
  pointer-events: none;
}

.hero-art {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero-art img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: right center;
  image-rendering: auto;
}

.promo-rate {
  position: absolute;
  top: 34px;
  right: clamp(280px, 22vw, 350px);
  z-index: 4;
  width: clamp(285px, 25vw, 360px);
  padding: 19px 22px 17px;
  overflow: hidden;
  border: 1px solid rgba(218, 181, 44, 0.82);
  border-radius: 20px;
  background:
    linear-gradient(135deg, rgba(42, 45, 44, 0.98), rgba(14, 16, 16, 0.98)),
    #171918;
  color: var(--white);
  box-shadow: 0 18px 40px rgba(17, 19, 19, 0.22);
}

.promo-rate::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(110deg, transparent 15%, rgba(255, 255, 255, 0.08) 42%, transparent 65%);
  pointer-events: none;
}

.promo-heading {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 13px;
}

.promo-percent {
  color: #f0c93a;
  font-size: clamp(3.2rem, 4.4vw, 5rem);
  font-weight: 950;
  letter-spacing: -0.08em;
  line-height: 0.8;
  text-shadow: 0 0 24px rgba(240, 201, 58, 0.24);
}

.promo-heading strong {
  max-width: 150px;
  color: #fff7d7;
  font-size: clamp(0.9rem, 1.1vw, 1.18rem);
  letter-spacing: 0.1em;
  line-height: 1.12;
}

.promo-period {
  position: relative;
  z-index: 1;
  margin: 13px 0 0;
  color: #ffffff;
  font-size: 1.03rem;
  font-weight: 850;
}

.promo-detail {
  position: relative;
  z-index: 1;
  margin: 7px 0 0;
  color: #cdd3d1;
  font-size: 0.76rem;
  line-height: 1.42;
}

.hero-copy {
  position: relative;
  z-index: 2;
  width: min(600px, 47%);
  padding: 112px 0 88px clamp(42px, 5vw, 82px);
}

.eyebrow {
  width: fit-content;
  margin: 0 0 22px;
  padding: 9px 14px;
  border: 1px solid rgba(169, 134, 8, 0.28);
  border-radius: 999px;
  background: rgba(248, 239, 200, 0.7);
  color: #66520a;
  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.hero h1 {
  margin: 0;
  font-size: clamp(3.2rem, 5.7vw, 6.8rem);
  font-weight: 950;
  letter-spacing: -0.07em;
  line-height: 0.88;
  text-wrap: balance;
}

.hero h1 span {
  display: block;
}

.hero h1 .gold-line {
  margin-top: 0.1em;
  color: var(--gold);
}

.statement {
  margin: 30px 0 0;
  font-size: clamp(1.45rem, 2.25vw, 2.45rem);
  font-weight: 900;
  letter-spacing: -0.045em;
  line-height: 1.05;
}

.statement strong {
  color: var(--gold-dark);
}

.promise {
  margin: 13px 0 0;
  color: #34393a;
  font-size: clamp(1.08rem, 1.5vw, 1.35rem);
  font-weight: 800;
}

.hero-detail {
  max-width: 540px;
  margin: 24px 0 0;
  color: #545c5e;
  font-size: clamp(1rem, 1.25vw, 1.16rem);
  line-height: 1.7;
}

.hero-cta {
  min-height: 58px;
  margin-top: 30px;
  padding: 0 25px;
  display: inline-flex;
  align-items: center;
  gap: 30px;
  border: 1px solid var(--gold-dark);
  background: var(--gold);
  color: #111313;
  box-shadow: 0 14px 36px rgba(200, 162, 22, 0.24);
}

.benefit-strip {
  width: min(1420px, calc(100% - 48px));
  margin: 28px auto 80px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.benefit {
  min-height: 78px;
  padding: 16px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border: 1px solid #dde2e1;
  border-radius: 20px;
  background: #fbfcfc;
  color: #262a2b;
  font-weight: 800;
  text-align: center;
}

.free-plan-section {
  width: min(1420px, calc(100% - 48px));
  margin: 0 auto 88px;
  padding: clamp(42px, 5vw, 72px);
  overflow: hidden;
  border: 1px solid #ddd8c4;
  border-radius: 32px;
  background:
    radial-gradient(circle at 12% 18%, rgba(200, 162, 22, 0.13), transparent 24rem),
    linear-gradient(145deg, #ffffff 0%, #fbfbf8 52%, #f2f3f1 100%);
  box-shadow: var(--shadow);
}

.free-plan-heading {
  max-width: 980px;
  margin: 0 auto clamp(34px, 4vw, 54px);
  text-align: center;
}

.section-kicker {
  margin: 0 0 12px;
  color: #6b6140;
  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.free-plan-heading h2 {
  margin: 0;
  color: var(--gold);
  font-size: clamp(3.4rem, 7vw, 7rem);
  font-weight: 950;
  letter-spacing: -0.07em;
  line-height: 0.9;
  text-shadow: 0 10px 30px rgba(200, 162, 22, 0.14);
}

.free-plan-heading > p:last-child {
  margin: 18px 0 0;
  color: #151817;
  font-size: clamp(1rem, 1.7vw, 1.4rem);
  font-weight: 900;
  letter-spacing: 0.08em;
}

.free-plan-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(420px, 1.05fr);
  align-items: stretch;
  gap: clamp(30px, 4.5vw, 70px);
}

.photographer-frame {
  min-height: 610px;
  margin: 0;
  padding: 10px;
  overflow: hidden;
  border: 1px solid #b79212;
  border-radius: 26px;
  background: linear-gradient(145deg, #f5dc75, #9a7805 52%, #f1d96f);
  box-shadow: 0 24px 52px rgba(31, 32, 29, 0.16);
}

.photographer-frame img {
  width: 100%;
  height: 100%;
  min-height: 590px;
  display: block;
  border-radius: 18px;
  object-fit: cover;
  object-position: center 20%;
}

.free-plan-card {
  min-width: 0;
  padding: clamp(26px, 3vw, 44px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: 1px solid #dadfdd;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 20px 46px rgba(26, 31, 29, 0.1);
}

.plan-benefits {
  margin: 0;
  padding: 0;
  display: grid;
  gap: 12px;
  list-style: none;
}

.plan-benefit {
  min-height: 64px;
  padding: 13px 18px;
  display: flex;
  align-items: center;
  gap: 15px;
  border: 1px solid #e0e3e1;
  border-radius: 16px;
  background: #fbfcfb;
  color: #252a28;
  font-size: clamp(0.95rem, 1.2vw, 1.13rem);
  font-weight: 900;
  letter-spacing: 0.035em;
}

.plan-check {
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #1d6d43;
  color: #ffffff;
  font-weight: 950;
}

.price-control {
  margin: 22px 0 0;
  padding: 20px 22px;
  border-left: 5px solid var(--gold);
  border-radius: 0 16px 16px 0;
  background: var(--gold-pale);
  color: #202322;
  font-size: clamp(1.15rem, 1.8vw, 1.65rem);
  font-weight: 900;
  line-height: 1.25;
}

.price-control strong {
  color: #8b6b00;
}

.free-commission {
  margin-top: 22px;
  padding: 22px;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 20px;
  border: 1px solid #3b403e;
  border-radius: 18px;
  background: linear-gradient(135deg, #292d2c, #111313);
  color: #ffffff;
}

.commission-rate {
  color: #f0c93a;
  font-size: clamp(3rem, 5vw, 5rem);
  font-weight: 950;
  letter-spacing: -0.08em;
  line-height: 0.85;
}

.commission-title {
  margin: 0;
  color: #fff8db;
  font-size: clamp(0.9rem, 1.22vw, 1.12rem);
  font-weight: 900;
  letter-spacing: 0.055em;
  line-height: 1.25;
}

.commission-note {
  margin: 8px 0 0;
  color: #ced3d1;
  font-size: 0.76rem;
  line-height: 1.45;
}

.free-plan-cta {
  width: 100%;
  min-height: 72px;
  margin-top: 22px;
  padding: 15px 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border: 1px solid #9b7805;
  border-radius: 17px;
  background: linear-gradient(135deg, #e0bb2c, #c69c0d);
  color: #111313;
  cursor: pointer;
  box-shadow: 0 14px 30px rgba(200, 162, 22, 0.25);
  font-size: clamp(0.96rem, 1.35vw, 1.18rem);
  font-weight: 950;
  letter-spacing: 0.04em;
  text-align: left;
  transition: transform 160ms ease, box-shadow 160ms ease, filter 160ms ease;
}

.free-plan-cta:hover {
  filter: brightness(1.04);
  box-shadow: 0 18px 38px rgba(200, 162, 22, 0.31);
  transform: translateY(-2px);
}

.next-level-section {
  width: min(1460px, calc(100% - 32px));
  margin: 0 auto 88px;
  padding: clamp(48px, 6vw, 86px) clamp(24px, 4.5vw, 68px);
  overflow: hidden;
  border: 1px solid #303433;
  border-radius: 32px;
  background:
    radial-gradient(circle at 50% 0%, rgba(220, 181, 38, 0.13), transparent 34rem),
    linear-gradient(145deg, #202322 0%, #151716 58%, #101211 100%);
  color: #ffffff;
  box-shadow: 0 24px 70px rgba(8, 10, 9, 0.2);
}

.next-level-heading {
  max-width: 1040px;
  margin: 0 auto clamp(34px, 5vw, 60px);
  text-align: center;
}

.next-level-kicker {
  width: fit-content;
  margin: 0 auto 17px;
  padding: 8px 13px;
  border: 1px solid rgba(230, 193, 51, 0.35);
  border-radius: 999px;
  background: rgba(230, 193, 51, 0.09);
  color: #f3d769;
  font-size: 0.73rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.next-level-heading h2 {
  margin: 0;
  font-size: clamp(2.65rem, 5.4vw, 6rem);
  font-weight: 950;
  letter-spacing: -0.065em;
  line-height: 0.94;
  text-wrap: balance;
}

.next-level-heading h2 span,
.next-level-heading h2 strong {
  display: block;
}

.next-level-heading h2 strong {
  margin-top: 0.1em;
  color: #f0c93a;
  font-weight: 950;
  text-shadow: 0 0 34px rgba(240, 201, 58, 0.16);
}

.next-level-heading > p:last-child {
  max-width: 820px;
  margin: 24px auto 0;
  color: #d5d9d7;
  font-size: clamp(1.05rem, 1.55vw, 1.35rem);
  font-weight: 650;
  line-height: 1.55;
}

.comparison-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  gap: clamp(16px, 2vw, 28px);
}

.comparison-card {
  position: relative;
  min-width: 0;
  min-height: 620px;
  padding: clamp(25px, 2.5vw, 36px);
  overflow: hidden;
  border: 1px solid #3a3f3d;
  border-radius: 24px;
  background: linear-gradient(155deg, rgba(39, 42, 41, 0.98), rgba(25, 27, 26, 0.98));
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
}

.comparison-card::after {
  position: absolute;
  right: 17px;
  bottom: 13px;
  color: #777e7b;
  content: "✦";
  font-size: 1.55rem;
}

.comparison-card-solution {
  border-color: rgba(225, 188, 43, 0.72);
  background:
    radial-gradient(circle at 85% 6%, rgba(229, 190, 44, 0.15), transparent 14rem),
    linear-gradient(155deg, #2a2d2b, #181a19 68%);
  box-shadow: 0 22px 48px rgba(0, 0, 0, 0.24), 0 0 0 1px rgba(229, 190, 44, 0.09) inset;
}

.comparison-card-solution::after {
  color: #e9c646;
}

.comparison-card-heading {
  min-height: 54px;
  padding-bottom: 21px;
  display: flex;
  align-items: center;
  gap: 14px;
  border-bottom: 1px solid #3b403e;
}

.comparison-card-heading h3 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(1.35rem, 2vw, 1.85rem);
  font-weight: 900;
  letter-spacing: -0.035em;
  line-height: 1.1;
}

.comparison-icon {
  position: relative;
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  border: 1px solid #555c59;
  border-radius: 12px;
  background: #202322;
}

.person-icon::before {
  position: absolute;
  top: 8px;
  left: 15px;
  width: 9px;
  height: 9px;
  border: 2px solid #9ca29f;
  border-radius: 50%;
  content: "";
}

.person-icon::after {
  position: absolute;
  left: 9px;
  bottom: 8px;
  width: 20px;
  height: 9px;
  border: 2px solid #9ca29f;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  content: "";
}

.platform-icon::before,
.platform-icon::after {
  position: absolute;
  content: "";
  border: 2px solid #9ca29f;
  border-radius: 3px;
}

.platform-icon::before {
  top: 9px;
  left: 7px;
  width: 22px;
  height: 16px;
}

.platform-icon::after {
  right: 6px;
  bottom: 7px;
  width: 10px;
  height: 17px;
  background: #202322;
}

.pikbit-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-color: #d9b526;
  background: #e1bc2b;
  color: #171918;
  font-size: 1.24rem;
  font-weight: 950;
}

.comparison-list {
  margin: 25px 0 0;
  padding: 0;
  display: grid;
  gap: 13px;
  list-style: none;
}

.comparison-list li {
  min-width: 0;
  display: grid;
  grid-template-columns: 27px minmax(0, 1fr);
  align-items: start;
  gap: 11px;
  color: #d6dad8;
  font-size: clamp(0.88rem, 1.1vw, 1rem);
  line-height: 1.4;
}

.negative-marker,
.positive-marker {
  width: 25px;
  height: 25px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 950;
  line-height: 1;
}

.negative-marker {
  background: #f1242d;
}

.positive-marker {
  background: #d9b526;
  color: #141615;
}

.solution-intro {
  margin: 23px 0 0;
  color: #f1d76c;
  font-size: 0.95rem;
  font-weight: 850;
  line-height: 1.4;
}

.solution-list {
  margin-top: 18px;
}

.next-level-cta {
  margin-top: clamp(24px, 3.5vw, 42px);
  padding: clamp(26px, 3vw, 40px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 30px;
  border: 1px solid rgba(229, 190, 44, 0.5);
  border-radius: 23px;
  background:
    linear-gradient(115deg, rgba(229, 190, 44, 0.14), rgba(255, 255, 255, 0.045) 48%, rgba(229, 190, 44, 0.08)),
    #232625;
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.17);
}

.next-level-cta-label {
  margin: 0 0 9px;
  color: #e7c84f;
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.16em;
}

.next-level-cta h3 {
  max-width: 760px;
  margin: 0;
  color: #ffffff;
  font-size: clamp(1.42rem, 2.3vw, 2.35rem);
  font-weight: 900;
  letter-spacing: -0.04em;
  line-height: 1.08;
}

.next-level-cta > div > p:last-child {
  margin: 13px 0 0;
  color: #c8cdca;
  font-size: 0.82rem;
  line-height: 1.45;
}

.next-level-button {
  min-height: 62px;
  padding: 14px 22px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  border: 1px solid #b48c08;
  border-radius: 16px;
  background: linear-gradient(135deg, #f0ce4b, #c89f12);
  color: #101211;
  cursor: pointer;
  box-shadow: 0 14px 30px rgba(200, 162, 22, 0.22);
  font-size: 0.86rem;
  font-weight: 950;
  letter-spacing: 0.035em;
  white-space: nowrap;
  transition: transform 160ms ease, box-shadow 160ms ease, filter 160ms ease;
}

.next-level-button:hover {
  filter: brightness(1.05);
  box-shadow: 0 18px 36px rgba(200, 162, 22, 0.29);
  transform: translateY(-2px);
}

.how-it-works-section {
  width: min(1420px, calc(100% - 48px));
  margin: 0 auto 88px;
  padding: clamp(52px, 6vw, 88px) clamp(24px, 4.5vw, 68px);
  border: 1px solid #dce3e7;
  border-radius: 32px;
  background: #ffffff;
  box-shadow: 0 22px 62px rgba(20, 36, 48, 0.08);
}

.photographer-process {
  margin: calc(clamp(52px, 6vw, 88px) * -1) calc(clamp(24px, 4.5vw, 68px) * -1) clamp(52px, 6vw, 78px);
  padding: clamp(54px, 6vw, 82px) clamp(24px, 4.5vw, 68px) clamp(50px, 5vw, 70px);
  border-bottom: 1px solid #dce3e7;
  border-radius: 32px 32px 0 0;
  background: #ffffff;
}

.process-heading {
  max-width: 960px;
  margin: 0 auto;
  text-align: center;
}

.process-kicker {
  margin: 0 0 13px;
  color: #176b8c;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.process-heading h2 {
  margin: 0;
  color: #12191d;
  font-size: clamp(2.35rem, 4.2vw, 4.65rem);
  font-weight: 950;
  letter-spacing: -0.06em;
  line-height: 0.98;
  text-wrap: balance;
}

.process-heading > p:last-child {
  max-width: 820px;
  margin: 20px auto 0;
  color: #5b666d;
  font-size: clamp(1rem, 1.35vw, 1.18rem);
  line-height: 1.6;
}

.photographer-steps {
  position: relative;
  margin-top: clamp(38px, 5vw, 58px);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(14px, 2vw, 28px);
}

.photographer-steps::before {
  position: absolute;
  top: 47px;
  left: 12%;
  right: 12%;
  height: 1px;
  content: "";
  background: #dce5e9;
}

.photographer-step {
  position: relative;
  min-width: 0;
  padding: 0 12px;
  text-align: center;
}

.process-icon {
  position: relative;
  z-index: 1;
  width: 94px;
  height: 94px;
  margin: 0 auto 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #9fc7d7;
  border-radius: 24px;
  background: #ffffff;
  color: #176b8c;
  box-shadow: 0 12px 28px rgba(23, 107, 140, 0.11);
}

.process-icon svg {
  width: 49px;
  height: 49px;
  display: block;
}

.process-number {
  display: block;
  margin: 0 0 8px;
  color: #176b8c;
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.16em;
}

.photographer-step h3 {
  margin: 0;
  color: #162027;
  font-size: clamp(1.05rem, 1.45vw, 1.34rem);
  font-weight: 900;
  letter-spacing: -0.035em;
  line-height: 1.15;
}

.photographer-step p {
  margin: 11px 0 0;
  color: #687379;
  font-size: 0.87rem;
  line-height: 1.55;
}

.how-intro-layout {
  margin-bottom: clamp(38px, 5vw, 62px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) 290px;
  align-items: center;
  gap: clamp(32px, 5vw, 72px);
}

.how-heading {
  max-width: 900px;
  text-align: left;
}

.how-kicker {
  margin: 0 0 13px;
  color: #176b8c;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.how-heading h2 {
  margin: 0;
  color: #12191d;
  font-size: clamp(2.5rem, 5vw, 5.4rem);
  font-weight: 950;
  letter-spacing: -0.065em;
  line-height: 0.96;
  text-wrap: balance;
}

.how-heading > p:last-child {
  max-width: 760px;
  margin: 22px 0 0;
  color: #5b666d;
  font-size: clamp(1rem, 1.45vw, 1.22rem);
  line-height: 1.6;
}

.demo-qr-card {
  width: 290px;
  padding: 20px 20px 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid #b8cfd9;
  border-radius: 24px;
  background: #ffffff;
  color: #162027;
  box-shadow: 0 18px 42px rgba(22, 66, 85, 0.1);
  text-align: center;
  text-decoration: none;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.demo-qr-card:hover {
  border-color: #176b8c;
  box-shadow: 0 22px 48px rgba(22, 66, 85, 0.16);
  transform: translateY(-3px);
}

.demo-qr-label {
  margin-bottom: 11px;
  color: #176b8c;
  font-size: 0.68rem;
  font-weight: 950;
  letter-spacing: 0.14em;
}

.demo-qr-card img {
  width: 240px;
  height: 240px;
  display: block;
  background: #ffffff;
  image-rendering: pixelated;
}

.demo-qr-card strong {
  margin-top: 13px;
  color: #162027;
  font-size: 0.96rem;
  font-weight: 900;
  line-height: 1.25;
}

.demo-qr-card > span:last-child {
  margin-top: 6px;
  color: #6a757a;
  font-size: 0.75rem;
  line-height: 1.35;
}

.customer-path {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: stretch;
  gap: clamp(14px, 1.8vw, 26px);
}

.customer-path::before {
  position: absolute;
  top: 68px;
  left: 12%;
  right: 12%;
  height: 1px;
  content: "";
  background: #dce5e9;
}

.path-card {
  position: relative;
  min-width: 0;
  min-height: 350px;
  padding: 28px 24px 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid #dde5e8;
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 14px 34px rgba(22, 45, 58, 0.07);
  text-align: center;
}

.path-card-qr {
  border-color: #9bc5d6;
  box-shadow: 0 16px 38px rgba(23, 107, 140, 0.11);
}

.path-number {
  position: absolute;
  top: 16px;
  left: 17px;
  width: 27px;
  height: 27px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #cbd9df;
  border-radius: 50%;
  background: #ffffff;
  color: #176b8c;
  font-size: 0.75rem;
  font-weight: 950;
}

.path-icon {
  position: relative;
  z-index: 1;
  width: 82px;
  height: 82px;
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #a9cedb;
  border-radius: 22px;
  background: #ffffff;
  color: #176b8c;
  box-shadow: 0 10px 24px rgba(23, 107, 140, 0.1);
}

.path-icon svg,
.qr-modal-icon svg {
  width: 46px;
  height: 46px;
  display: block;
}

.path-card h3 {
  margin: 0;
  color: #162027;
  font-size: clamp(1.16rem, 1.6vw, 1.48rem);
  font-weight: 900;
  letter-spacing: -0.035em;
  line-height: 1.1;
}

.path-card > p {
  margin: 14px 0 0;
  color: #5b676d;
  font-size: 0.93rem;
  line-height: 1.58;
}

.learn-more-button {
  min-height: 44px;
  margin-top: auto;
  padding: 0 17px;
  display: inline-flex;
  align-items: center;
  gap: 22px;
  border: 1px solid #176b8c;
  border-radius: 12px;
  background: #ffffff;
  color: #145f7d;
  cursor: pointer;
  font-size: 0.85rem;
  font-weight: 900;
  transition: background 160ms ease, color 160ms ease, transform 160ms ease;
}

.learn-more-button:hover {
  background: #176b8c;
  color: #ffffff;
  transform: translateY(-2px);
}

.access-code {
  margin-top: auto;
  display: flex;
  gap: 7px;
}

.access-code span {
  width: 30px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #cbd9df;
  border-radius: 8px;
  background: #ffffff;
  color: #176b8c;
  font-size: 1rem;
  line-height: 1;
}

.how-assurance {
  width: fit-content;
  max-width: 880px;
  margin: 32px auto 0;
  padding: 14px 20px;
  display: flex;
  align-items: center;
  gap: 12px;
  border: 1px solid #d7e3e7;
  border-radius: 999px;
  background: #ffffff;
  color: #405057;
}

.how-assurance p {
  margin: 0;
  font-size: 0.9rem;
  font-weight: 750;
  line-height: 1.45;
}

.assurance-mark {
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #8fbf9f;
  border-radius: 50%;
  background: #ffffff;
  color: #237047;
  font-weight: 950;
}

.business-tools-section {
  width: min(1420px, calc(100% - 48px));
  margin: 0 auto 88px;
  padding: clamp(56px, 6vw, 88px) clamp(24px, 4.5vw, 68px) clamp(60px, 6vw, 82px);
  border: 1px solid #dce3e7;
  border-radius: 32px;
  background: #ffffff;
  box-shadow: 0 22px 62px rgba(20, 36, 48, 0.08);
}

.business-tools-heading {
  max-width: 980px;
  margin: 0 auto clamp(38px, 5vw, 58px);
  text-align: center;
}

.business-tools-kicker {
  margin: 0 0 13px;
  color: #176b8c;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.business-tools-heading h2 {
  margin: 0;
  color: #12191d;
  font-size: clamp(2.35rem, 4.4vw, 4.75rem);
  font-weight: 950;
  letter-spacing: -0.06em;
  line-height: 0.98;
  text-wrap: balance;
}

.business-tools-heading > p:last-child {
  max-width: 820px;
  margin: 20px auto 0;
  color: #5b666d;
  font-size: clamp(1rem, 1.35vw, 1.18rem);
  line-height: 1.6;
}

.business-tools-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: start;
  gap: 16px;
}

.business-tool-card {
  min-width: 0;
  min-height: 94px;
  padding: 16px 18px;
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  align-items: center;
  gap: 15px;
  border: 1px solid #d9dfe1;
  border-radius: 18px;
  background: #f6f7f7;
  box-shadow: 0 8px 22px rgba(24, 39, 47, 0.045);
  transition: border-color 160ms ease, background 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.business-tool-card:hover {
  border-color: rgba(200, 162, 22, 0.58);
  background: #ffffff;
  box-shadow: 0 14px 28px rgba(24, 39, 47, 0.085);
  transform: translateY(-2px);
}

.business-tool-icon {
  width: 54px;
  height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(200, 162, 22, 0.65);
  border-radius: 15px;
  background: #ffffff;
  color: #ad8909;
  box-shadow: 0 7px 16px rgba(177, 141, 13, 0.08);
}

.business-tool-icon svg {
  width: 31px;
  height: 31px;
  display: block;
}

.business-tool-card h3 {
  margin: 0;
  color: #20282c;
  font-size: 0.96rem;
  font-weight: 850;
  letter-spacing: -0.02em;
  line-height: 1.3;
}

.free-profile-card {
  position: relative;
  min-width: 0;
  min-height: 286px;
  padding: clamp(28px, 3vw, 42px);
  grid-column: span 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(24px, 4vw, 54px);
  overflow: hidden;
  border: 1px solid rgba(200, 162, 22, 0.72);
  border-radius: 24px;
  background:
    radial-gradient(circle at 95% 5%, rgba(200, 162, 22, 0.16), transparent 17rem),
    #ffffff;
  box-shadow: 0 20px 46px rgba(24, 39, 47, 0.1);
}

.free-profile-card::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 6px;
  content: "";
  background: linear-gradient(180deg, #f0ce4b, #b78f08);
}

.free-profile-copy {
  position: relative;
  z-index: 1;
  max-width: 740px;
}

.free-profile-kicker {
  margin: 0 0 10px;
  color: #176b8c;
  font-size: 0.7rem;
  font-weight: 950;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.free-profile-card h3 {
  margin: 0;
  color: #131a1e;
  font-size: clamp(1.75rem, 3vw, 3.15rem);
  font-weight: 950;
  letter-spacing: -0.055em;
  line-height: 1;
  text-wrap: balance;
}

.free-profile-copy > p:not(.free-profile-kicker):not(.free-profile-no-cost) {
  margin: 18px 0 0;
  color: #566269;
  font-size: 0.95rem;
  line-height: 1.62;
}

.free-profile-no-cost {
  margin: 15px 0 0;
  color: #20282c;
  font-size: 0.91rem;
  font-weight: 900;
  line-height: 1.4;
}

.free-profile-action {
  position: relative;
  z-index: 1;
  min-width: 210px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 16px;
}

.free-profile-price {
  padding: 14px 18px;
  display: block;
  border: 1px solid #c29a0c;
  border-radius: 16px;
  background: linear-gradient(135deg, #f5d85f, #c89f12);
  color: #111313;
  box-shadow: 0 12px 28px rgba(200, 162, 22, 0.22);
  font-size: clamp(1.55rem, 2.2vw, 2.25rem);
  font-weight: 950;
  letter-spacing: -0.045em;
  line-height: 1;
  text-align: center;
}

.free-profile-button {
  min-height: 58px;
  padding: 13px 17px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border: 1px solid #131a1e;
  border-radius: 15px;
  background: #131a1e;
  color: #ffffff;
  cursor: pointer;
  font-size: 0.76rem;
  font-weight: 950;
  letter-spacing: 0.035em;
  line-height: 1.2;
  text-align: left;
  transition: background 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.free-profile-button:hover {
  background: #24343c;
  box-shadow: 0 14px 26px rgba(17, 26, 30, 0.18);
  transform: translateY(-2px);
}

body.modal-open {
  overflow: hidden;
}

.qr-modal[hidden] {
  display: none;
}

.qr-modal {
  position: fixed;
  inset: 0;
  z-index: 500;
  padding: 24px;
  display: grid;
  place-items: center;
  overflow-y: auto;
  background: rgba(29, 42, 49, 0.34);
  opacity: 0;
  transition: opacity 180ms ease;
}

.qr-modal.open {
  opacity: 1;
}

.qr-modal-card {
  position: relative;
  width: min(650px, 100%);
  max-height: calc(100vh - 48px);
  padding: clamp(28px, 4vw, 46px);
  overflow-y: auto;
  border: 1px solid #cbdce3;
  border-radius: 26px;
  background: #ffffff;
  color: #172026;
  box-shadow: 0 30px 90px rgba(19, 36, 46, 0.26);
  transform: translateY(18px) scale(0.98);
  transition: transform 180ms ease;
}

.qr-modal.open .qr-modal-card {
  transform: translateY(0) scale(1);
}

.qr-modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 42px;
  height: 42px;
  border: 1px solid #d7e1e5;
  border-radius: 50%;
  background: #ffffff;
  color: #27343b;
  cursor: pointer;
  font-size: 1.8rem;
  line-height: 1;
}

.qr-modal-icon {
  width: 76px;
  height: 76px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #9bc5d6;
  border-radius: 20px;
  background: #ffffff;
  color: #176b8c;
}

.qr-modal-kicker {
  margin: 22px 0 9px;
  color: #176b8c;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.16em;
}

.qr-modal-card h2 {
  margin: 0;
  color: #162027;
  font-size: clamp(2rem, 4vw, 3.15rem);
  font-weight: 950;
  letter-spacing: -0.055em;
  line-height: 0.98;
}

.qr-modal-intro {
  margin: 20px 0 0;
  color: #54636a;
  font-size: 1rem;
  line-height: 1.65;
}

.qr-modal-flow {
  margin: 24px 0 0;
  padding: 0;
  display: grid;
  gap: 12px;
  counter-reset: qr-flow;
  list-style: none;
}

.qr-modal-flow li {
  position: relative;
  min-height: 42px;
  padding: 11px 14px 11px 50px;
  border: 1px solid #e0e8eb;
  border-radius: 13px;
  background: #ffffff;
  color: #44535a;
  font-size: 0.92rem;
  line-height: 1.5;
  counter-increment: qr-flow;
}

.qr-modal-flow li::before {
  position: absolute;
  top: 11px;
  left: 12px;
  width: 26px;
  height: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #176b8c;
  color: #ffffff;
  content: counter(qr-flow);
  font-size: 0.72rem;
  font-weight: 950;
}

.qr-modal-note {
  margin: 22px 0 0;
  padding-top: 18px;
  border-top: 1px solid #dce5e9;
  color: #145f7d;
  font-size: 0.92rem;
  font-weight: 850;
  line-height: 1.5;
}

.cta-arrow {
  font-size: 1.8rem;
  line-height: 1;
}

.check {
  width: 32px;
  height: 32px;
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--safe);
  color: #21673f;
  font-weight: 950;
}

.site-footer {
  padding: 52px max(24px, calc((100% - 1420px) / 2)) 34px;
  border-top: 1px solid var(--line);
  background: var(--mist);
}

.footer-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.footer-brand .brand-pik,
.footer-brand .brand-bit {
  font-size: 2rem;
}

.footer-top p {
  margin: 0;
  color: #51595b;
  font-weight: 700;
  text-align: right;
}

.policy-links {
  margin-top: 35px;
  padding-top: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 24px;
  border-top: 1px solid #d6dcda;
}

.policy-links button {
  padding: 0;
  border: 0;
  background: transparent;
  color: #4b5355;
  cursor: pointer;
  font-size: 0.9rem;
  text-decoration: underline;
  text-decoration-color: #aeb6b3;
  text-underline-offset: 4px;
}

.policy-links button:hover {
  color: #111313;
  text-decoration-color: var(--gold);
}

.copyright {
  margin: 26px 0 0;
  color: #697174;
  font-size: 0.82rem;
  line-height: 1.6;
}

.notice {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 50;
  max-width: min(420px, calc(100vw - 48px));
  padding: 15px 20px;
  border: 1px solid #d4b43a;
  border-radius: 14px;
  background: #151817;
  color: #ffffff;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.24);
  opacity: 0;
  pointer-events: none;
  transform: translateY(18px);
  transition: opacity 180ms ease, transform 180ms ease;
}

.notice.visible {
  opacity: 1;
  transform: translateY(0);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

button:focus-visible,
a:focus-visible {
  outline: 3px solid rgba(200, 162, 22, 0.7);
  outline-offset: 3px;
}

@media (max-width: 1280px) {
  .nav-panel a,
  .nav-panel button {
    min-height: 40px;
    padding: 0 9px;
    font-size: 0.72rem;
  }

  .language-label {
    display: none;
  }
}

@media (max-width: 1080px) {
  html {
    scroll-padding-top: 158px;
  }

  .site-header {
    padding: 18px 24px;
    flex-wrap: wrap;
  }

  #next-level {
    scroll-margin-top: 158px;
  }

  #how-it-works {
    scroll-margin-top: 158px;
  }

  .brand {
    order: 1;
  }

  .primary-nav {
    width: 100%;
    margin-left: 0;
    order: 3;
  }

  .nav-panel {
    justify-content: center;
  }

  .nav-panel a,
  .nav-panel button {
    min-width: 112px;
  }

  .header-actions {
    margin-left: auto;
    order: 2;
  }

  .language-control {
    width: auto;
    order: initial;
  }

  .hero {
    min-height: 620px;
  }

  .hero-copy {
    width: 53%;
    padding-top: 84px;
  }

  .promo-rate {
    right: 25%;
    width: 300px;
  }

  .free-plan-layout {
    grid-template-columns: minmax(0, 0.9fr) minmax(390px, 1.1fr);
    gap: 28px;
  }

  .photographer-frame,
  .photographer-frame img {
    min-height: 560px;
  }

  .comparison-card {
    min-height: 650px;
  }

  .how-intro-layout {
    grid-template-columns: minmax(0, 1fr) 270px;
    gap: 30px;
  }

  .photographer-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 42px;
  }

  .photographer-steps::before {
    display: none;
  }

  .demo-qr-card {
    width: 270px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .demo-qr-card img {
    width: 230px;
    height: 230px;
  }

  .customer-path {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .business-tools-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .free-profile-card {
    grid-column: span 2;
  }

  .customer-path::before {
    display: none;
  }
}

@media (max-width: 820px) {
  html {
    scroll-padding-top: 154px;
  }

  .site-header {
    width: 100%;
    padding: 11px 14px;
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
  }

  #next-level {
    scroll-margin-top: 154px;
  }

  #how-it-works {
    scroll-margin-top: 154px;
  }

  .primary-nav {
    grid-column: 1 / -1;
  }

  .nav-panel {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 5px;
  }

  .nav-panel a,
  .nav-panel button {
    min-width: 0;
    width: 100%;
    padding: 0 6px;
    font-size: 0.68rem;
  }

  .header-actions {
    min-width: 0;
    display: grid;
    grid-template-columns: auto auto;
    justify-content: end;
    gap: 8px;
  }

  .language-label {
    display: none;
  }

  .language-control {
    width: auto;
    grid-column: 1 / -1;
    justify-content: flex-end;
    order: initial;
  }

  .signin-button {
    min-height: 36px;
    padding: 0 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.7rem;
    white-space: nowrap;
  }

  .account-stack {
    display: block;
  }

  .account-stack .account-button {
    min-height: 36px;
    padding: 0 10px;
    display: none;
    gap: 7px;
    font-size: 0.66rem;
    line-height: 1.05;
    white-space: nowrap;
  }

  html[data-language="en"] #account-en,
  html[data-language="es"] #account-es {
    display: inline-flex;
  }

  .hero {
    width: min(100% - 20px, 680px);
    min-height: 0;
    display: flex;
    flex-direction: column;
    border-radius: 24px;
  }

  .hero::after {
    display: none;
  }

  .hero-copy {
    width: 100%;
    padding: 42px 28px 24px;
    order: 1;
    background: rgba(255, 255, 255, 0.96);
  }

  .hero h1 {
    font-size: clamp(3rem, 13.5vw, 5.7rem);
  }

  .hero-detail {
    line-height: 1.55;
  }

  .hero-art {
    position: relative;
    inset: auto;
    width: 100%;
    aspect-ratio: 16 / 9;
    order: 2;
    background: #f4f6f6;
  }

  .promo-rate {
    top: auto;
    bottom: 16px;
    right: auto;
    left: 16px;
    width: clamp(168px, 35%, 220px);
    padding: 12px 14px 10px;
    border-radius: 17px;
  }

  .promo-percent {
    font-size: clamp(2.45rem, 8vw, 3.25rem);
  }

  .promo-heading strong {
    max-width: 102px;
    font-size: 0.72rem;
  }

  .promo-period {
    margin-top: 7px;
    font-size: 0.8rem;
  }

  .promo-detail {
    max-width: 188px;
    font-size: 0.62rem;
    line-height: 1.32;
  }

  .mobile-account-actions {
    margin-top: 24px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .mobile-account-actions .account-button {
    min-width: 0;
    min-height: 52px;
    padding: 0 13px;
    justify-content: space-between;
    gap: 7px;
    font-size: 0.78rem;
    line-height: 1.15;
    text-align: left;
  }

  .benefit-strip {
    width: min(100% - 28px, 680px);
    grid-template-columns: 1fr;
    margin-bottom: 52px;
  }

  .benefit {
    justify-content: flex-start;
    text-align: left;
  }

  .free-plan-section {
    width: min(100% - 20px, 680px);
    margin-bottom: 52px;
    padding: 38px 22px 24px;
    border-radius: 24px;
  }

  .free-plan-heading {
    margin-bottom: 30px;
  }

  .free-plan-heading h2 {
    font-size: clamp(3rem, 15vw, 5.6rem);
  }

  .free-plan-heading > p:last-child {
    font-size: 0.98rem;
    line-height: 1.4;
  }

  .free-plan-layout {
    grid-template-columns: minmax(0, 1fr);
    gap: 22px;
  }

  .photographer-frame {
    min-height: 0;
    aspect-ratio: auto;
    padding: 7px;
    border-radius: 21px;
  }

  .photographer-frame img {
    height: auto;
    min-height: 0;
    border-radius: 15px;
    object-fit: contain;
    object-position: center;
  }

  .free-plan-card {
    padding: 24px 18px;
    border-radius: 21px;
  }

  .free-commission {
    grid-template-columns: auto 1fr;
  }

  .next-level-section {
    width: min(100% - 20px, 680px);
    margin-bottom: 52px;
    padding: 42px 20px 22px;
    border-radius: 24px;
  }

  .next-level-heading {
    margin-bottom: 32px;
  }

  .next-level-heading h2 {
    font-size: clamp(2.6rem, 11vw, 4.8rem);
  }

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

  .comparison-card {
    min-height: 0;
  }

  .comparison-list li {
    font-size: 0.96rem;
  }

  .next-level-cta {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .next-level-button {
    width: 100%;
  }

  .how-it-works-section {
    width: min(100% - 20px, 680px);
    margin-bottom: 52px;
    padding: 42px 20px 24px;
    border-radius: 24px;
  }

  .photographer-process {
    margin: -42px -20px 42px;
    padding: 42px 20px 44px;
    border-radius: 24px 24px 0 0;
  }

  .process-heading h2 {
    font-size: clamp(2.35rem, 10.5vw, 4.35rem);
  }

  .photographer-steps {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .photographer-step {
    max-width: 420px;
    margin: 0 auto;
  }

  .how-intro-layout {
    margin-bottom: 32px;
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 28px;
  }

  .how-heading {
    text-align: center;
  }

  .how-heading h2 {
    font-size: clamp(2.5rem, 11vw, 4.7rem);
  }

  .how-heading > p:last-child {
    margin-left: auto;
    margin-right: auto;
  }

  .demo-qr-card {
    width: min(290px, 100%);
  }

  .demo-qr-card img {
    width: min(240px, 100%);
    height: auto;
  }

  .customer-path {
    grid-template-columns: 1fr;
  }

  .path-card {
    min-height: 0;
    padding: 26px 22px 24px;
  }

  .learn-more-button,
  .access-code {
    margin-top: 24px;
  }

  .how-assurance {
    width: 100%;
    border-radius: 18px;
  }

  .business-tools-section {
    width: min(100% - 20px, 680px);
    margin-bottom: 52px;
    padding: 42px 20px 24px;
    border-radius: 24px;
  }

  .business-tools-heading {
    margin-bottom: 32px;
  }

  .business-tools-heading h2 {
    font-size: clamp(2.35rem, 10.5vw, 4.35rem);
  }

  .business-tools-grid {
    grid-template-columns: 1fr;
  }

  .free-profile-card {
    min-height: 0;
    padding: 28px 22px 24px;
    grid-column: span 1;
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .free-profile-action {
    min-width: 0;
  }

  .footer-top {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-top p {
    text-align: left;
  }
}

@media (max-width: 460px) {
  html {
    scroll-padding-top: 146px;
  }

  .site-header {
    min-height: 136px;
    padding: 10px;
  }

  #next-level {
    scroll-margin-top: 146px;
  }

  #how-it-works {
    scroll-margin-top: 146px;
  }

  .brand-pik,
  .brand-bit {
    font-size: 1.66rem;
  }

  .site-header {
    gap: 6px;
  }

  .header-actions {
    gap: 5px;
  }

  .signin-button,
  .account-stack .account-button {
    min-height: 33px;
    padding: 0 7px;
    font-size: 0.6rem;
  }

  .nav-panel a,
  .nav-panel button {
    min-height: 36px;
    padding: 0 3px;
    font-size: 0.6rem;
    letter-spacing: -0.01em;
  }

  .language-buttons button {
    min-height: 36px;
    padding: 0 7px;
    font-size: 0.74rem;
  }

  .hero-copy {
    padding: 34px 22px 18px;
  }

  .promo-rate {
    top: auto;
    bottom: 10px;
    left: 10px;
    width: clamp(158px, 47%, 178px);
    padding: 10px 11px 9px;
    border-radius: 14px;
  }

  .promo-heading {
    gap: 9px;
  }

  .promo-percent {
    font-size: 2.25rem;
  }

  .promo-heading strong {
    max-width: 88px;
    font-size: 0.64rem;
    letter-spacing: 0.07em;
  }

  .promo-period {
    margin-top: 5px;
    font-size: 0.72rem;
  }

  .promo-detail {
    margin-top: 3px;
    font-size: 0.56rem;
    line-height: 1.25;
  }

  .eyebrow {
    font-size: 0.67rem;
    line-height: 1.35;
  }

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

  .statement {
    font-size: 1.36rem;
  }

  .promise {
    font-size: 1rem;
  }

  .hero-cta {
    width: 100%;
    min-height: 56px;
    justify-content: space-between;
  }

  .free-plan-section {
    padding: 32px 14px 16px;
  }

  .free-plan-heading h2 {
    font-size: clamp(2.8rem, 15.5vw, 4rem);
  }

  .section-kicker {
    font-size: 0.66rem;
    line-height: 1.45;
  }

  .free-plan-heading > p:last-child {
    margin-top: 13px;
    font-size: 0.82rem;
  }

  .plan-benefit {
    min-height: 58px;
    padding: 12px 14px;
    font-size: 0.86rem;
  }

  .price-control {
    padding: 17px;
    font-size: 1.08rem;
  }

  .free-commission {
    grid-template-columns: 1fr;
    gap: 13px;
    padding: 18px;
  }

  .commission-rate {
    font-size: 3.5rem;
  }

  .free-plan-cta {
    min-height: 66px;
    padding: 14px 17px;
    font-size: 0.88rem;
  }

  .next-level-section {
    padding: 34px 12px 14px;
  }

  .next-level-kicker {
    font-size: 0.62rem;
    line-height: 1.4;
  }

  .next-level-heading h2 {
    font-size: clamp(2.35rem, 12vw, 3.35rem);
  }

  .next-level-heading > p:last-child {
    margin-top: 18px;
    font-size: 0.98rem;
  }

  .comparison-card {
    padding: 23px 17px 28px;
    border-radius: 19px;
  }

  .comparison-card-heading h3 {
    font-size: 1.34rem;
  }

  .comparison-list {
    gap: 11px;
  }

  .comparison-list li {
    grid-template-columns: 24px minmax(0, 1fr);
    gap: 9px;
    font-size: 0.88rem;
  }

  .negative-marker,
  .positive-marker {
    width: 23px;
    height: 23px;
  }

  .next-level-cta {
    padding: 23px 18px;
    border-radius: 19px;
  }

  .next-level-cta h3 {
    font-size: 1.46rem;
  }

  .next-level-button {
    padding: 14px 16px;
    font-size: 0.78rem;
    white-space: normal;
  }

  .how-it-works-section {
    padding: 34px 12px 14px;
  }

  .photographer-process {
    margin: -34px -12px 34px;
    padding: 34px 12px 36px;
    border-radius: 20px 20px 0 0;
  }

  .process-kicker {
    font-size: 0.64rem;
    line-height: 1.4;
  }

  .process-heading h2 {
    font-size: clamp(2.05rem, 10.8vw, 3.15rem);
  }

  .process-heading > p:last-child {
    margin-top: 16px;
    font-size: 0.93rem;
  }

  .process-icon {
    width: 82px;
    height: 82px;
  }

  .how-kicker {
    font-size: 0.66rem;
    line-height: 1.4;
  }

  .how-heading h2 {
    font-size: clamp(2.2rem, 11vw, 3.25rem);
  }

  .how-heading > p:last-child {
    margin-top: 17px;
    font-size: 0.94rem;
  }

  .path-card {
    padding: 24px 17px 22px;
    border-radius: 18px;
  }

  .path-icon {
    width: 74px;
    height: 74px;
  }

  .how-assurance {
    padding: 13px 15px;
    align-items: flex-start;
  }

  .business-tools-section {
    padding: 34px 12px 14px;
  }

  .business-tools-kicker {
    font-size: 0.64rem;
    line-height: 1.4;
  }

  .business-tools-heading h2 {
    font-size: clamp(2.05rem, 10.8vw, 3.15rem);
  }

  .business-tools-heading > p:last-child {
    margin-top: 16px;
    font-size: 0.93rem;
  }

  .business-tool-card {
    min-height: 82px;
    padding: 13px;
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 12px;
    border-radius: 15px;
  }

  .business-tool-icon {
    width: 48px;
    height: 48px;
    border-radius: 13px;
  }

  .business-tool-icon svg {
    width: 28px;
    height: 28px;
  }

  .business-tool-card h3 {
    font-size: 0.89rem;
  }

  .free-profile-card {
    padding: 25px 18px 20px;
    border-radius: 18px;
  }

  .free-profile-card h3 {
    font-size: clamp(1.75rem, 9vw, 2.35rem);
  }

  .free-profile-copy > p:not(.free-profile-kicker):not(.free-profile-no-cost) {
    font-size: 0.88rem;
  }

  .free-profile-price {
    font-size: 1.8rem;
  }

  .free-profile-button {
    min-height: 62px;
  }

  .qr-modal {
    padding: 10px;
  }

  .qr-modal-card {
    max-height: calc(100vh - 20px);
    padding: 26px 18px 22px;
    border-radius: 20px;
  }

  .qr-modal-close {
    top: 11px;
    right: 11px;
  }

  .qr-modal-card h2 {
    padding-right: 24px;
    font-size: 2rem;
  }

  .site-footer {
    padding-left: 22px;
    padding-right: 22px;
  }

  .notice {
    right: 14px;
    bottom: 14px;
    max-width: calc(100vw - 28px);
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

@media print {
  .demo-qr-card img {
    width: 2.5in;
    height: 2.5in;
  }
}
