:root {
  --v2-raspberry: #b4235a;
  --v2-berry: #941b49;
  --v2-sky: #eef5f7;
  --v2-sky-strong: #dce9ed;
  --v2-ink: #111827;
  --v2-paper: #ffffff;
  --v2-white: #ffffff;
  --v2-teal: #168477;
  --v2-gold: #dce9ed;
  --v2-muted: #566277;
  --v2-line: #e2e8f0;
  --v2-line-strong: #cbd5e1;
  --v2-danger: #b42318;
  --v2-shadow-sm: 0 1px 2px rgba(17, 24, 39, 0.06);
  --v2-shadow-md: 0 10px 28px rgba(17, 24, 39, 0.08);
  --v2-shadow-lg: 0 20px 48px rgba(17, 24, 39, 0.1);
  --v2-radius-sm: 8px;
  --v2-radius-md: 10px;
  --v2-radius-lg: 14px;
  --v2-radius-xl: 18px;
}

html {
  color-scheme: light;
  scroll-padding-top: 96px;
}

body.v2-page,
body.v2-page button,
body.v2-page input,
body.v2-page select,
body.v2-page textarea {
  font-family: "Inter", "Segoe UI", system-ui, -apple-system, sans-serif;
}

body.v2-page {
  min-height: 100vh;
  overflow-x: hidden;
  background: var(--v2-paper);
  color: var(--v2-ink);
}

body.v2-page::before,
body.v2-page::after {
  pointer-events: none;
}

.v2-page .bg-overlay {
  position: fixed;
  inset: 0;
  z-index: 0;
  opacity: 0.46;
  background-image:
    radial-gradient(circle at 16% 10%, rgba(194, 24, 91, 0.12), transparent 28rem),
    radial-gradient(circle at 88% 76%, rgba(186, 230, 253, 0.8), transparent 32rem),
    radial-gradient(rgba(23, 32, 51, 0.09) 0.7px, transparent 0.7px);
  background-size: auto, auto, 16px 16px;
  mask-image: none;
}

.v2-page h1,
.v2-page h2,
.v2-page h3,
.v2-page .v2-display,
.v2-page .v2-brand-name {
  font-family: "Manrope", "Inter", "Segoe UI", sans-serif;
}

.v2-page a {
  color: inherit;
}

.v2-page .skip-link {
  background: var(--v2-ink);
  color: var(--v2-white);
}

.v2-page .btn {
  min-height: 46px;
  padding: 11px 18px;
  gap: 9px;
  border: 2px solid var(--v2-ink);
  border-radius: 999px;
  background: var(--v2-white);
  color: var(--v2-ink);
  box-shadow: none;
  font-family: "Inter", "Segoe UI", sans-serif;
  font-size: 0.9rem;
  font-weight: 750;
  line-height: 1.1;
  transition: transform 160ms ease, box-shadow 160ms ease, background-color 160ms ease,
    border-color 160ms ease, color 160ms ease;
}

.v2-page button.btn {
  font-family: "Inter", "Segoe UI", sans-serif;
  font-size: 0.9rem;
  font-weight: 750;
}

.v2-page .btn:hover:not(:disabled):not(.disabled) {
  filter: none;
  transform: translateY(-2px);
  box-shadow: var(--v2-shadow-sm);
}

.v2-page .btn:active:not(:disabled):not(.disabled) {
  transform: translateY(0);
  box-shadow: none;
}

.v2-page .btn-primary {
  border-color: var(--v2-raspberry);
  background: var(--v2-raspberry);
  color: var(--v2-white);
}

.v2-page .btn-primary:hover:not(:disabled):not(.disabled) {
  border-color: var(--v2-berry);
  background: var(--v2-berry);
}

.v2-page .btn-secondary {
  border-color: var(--v2-ink);
  background: var(--v2-white);
  color: var(--v2-ink);
}

.v2-page .btn-quiet {
  border-color: transparent;
  background: transparent;
  color: var(--v2-ink);
}

.v2-page .btn-quiet:hover:not(:disabled):not(.disabled) {
  border-color: rgba(23, 32, 51, 0.16);
  background: rgba(224, 242, 254, 0.72);
}

.v2-page .btn-large {
  min-height: 52px;
  padding: 14px 22px;
  font-size: 0.96rem;
}

.v2-page .btn:focus-visible,
.v2-page input:focus-visible,
.v2-page select:focus-visible,
.v2-page textarea:focus-visible,
.v2-page a:focus-visible,
.v2-page .account-menu-item:focus-visible {
  outline: 3px solid var(--v2-teal);
  outline-offset: 3px;
}

.v2-page .muted {
  color: var(--v2-muted);
}

.v2-page .error {
  color: var(--v2-danger);
}

.v2-brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  border-radius: 14px;
  color: var(--v2-ink);
  text-decoration: none;
}

.v2-brand-mark {
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  filter: drop-shadow(0 5px 8px rgba(23, 32, 51, 0.13));
}

.v2-brand-copy {
  display: grid;
  gap: 1px;
}

.v2-brand-name {
  color: var(--v2-ink);
  font-size: 1.17rem;
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1;
}

.v2-brand-tagline {
  color: var(--v2-muted);
  font-size: 0.66rem;
  font-weight: 650;
  letter-spacing: 0.025em;
}

.v2-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 18px;
  color: var(--v2-berry);
  font-size: 0.73rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.v2-kicker::before {
  content: "";
  width: 9px;
  height: 9px;
  border: 2px solid var(--v2-ink);
  border-radius: 50%;
  background: var(--v2-gold);
  box-shadow: 3px 3px 0 var(--v2-ink);
}

/* Marketing */
.v2-landing {
  background: var(--v2-paper);
}

.v2-site-shell {
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 0;
}

.v2-site-header {
  position: relative;
  z-index: 200;
  min-height: 82px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
  padding-inline: max(24px, calc((100vw - 1240px) / 2));
}

.v2-site-header .account-menu-wrap {
  z-index: 210;
}

.v2-site-header .account-menu {
  z-index: 220;
}

.v2-landing .account-drive-btn .v2-my-drive-icon {
  width: 20px;
  min-width: 20px;
  height: 20px;
  margin: 0;
  color: var(--v2-raspberry);
}

.v2-landing .account-drive-btn .v2-my-drive-icon::before {
  color: rgba(194, 24, 91, 0.22);
  text-shadow: none;
}

.v2-site-nav {
  justify-self: center;
  display: flex;
  align-items: center;
  gap: 28px;
}

.v2-site-nav a {
  position: relative;
  padding: 8px 0;
  color: var(--v2-muted);
  font-size: 0.84rem;
  font-weight: 720;
  text-decoration: none;
}

.v2-site-nav a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 2px;
  left: 0;
  height: 2px;
  transform: scaleX(0);
  transform-origin: right;
  background: var(--v2-raspberry);
  transition: transform 160ms ease;
}

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

.v2-site-nav a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.v2-header-actions,
.v2-account-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-self: end;
}

.v2-hero {
  position: relative;
  overflow: hidden;
  min-height: 680px;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(430px, 0.92fr);
  align-items: center;
  gap: clamp(36px, 6vw, 82px);
  padding-block: clamp(64px, 8vw, 104px);
  padding-inline: max(24px, calc((100vw - 1240px) / 2));
  border-block: 2px solid var(--v2-ink);
  border-right: 0;
  border-left: 0;
  border-radius: 0;
  background: var(--v2-raspberry);
  box-shadow: none;
  color: var(--v2-white);
}

.v2-hero::before {
  content: "";
  position: absolute;
  width: 360px;
  height: 360px;
  top: -210px;
  left: 34%;
  border: 2px solid rgba(255, 255, 255, 0.45);
  border-radius: 50%;
  box-shadow: 0 0 0 50px rgba(255, 255, 255, 0.08), 0 0 0 100px rgba(255, 255, 255, 0.045);
}

.v2-hero-copy,
.v2-hero-visual {
  position: relative;
  z-index: 1;
}

.v2-hero .v2-kicker {
  color: var(--v2-white);
}

.v2-hero-title {
  max-width: 720px;
  margin: 0;
  color: var(--v2-white);
  font-size: clamp(3.7rem, 7vw, 6.9rem);
  font-weight: 800;
  letter-spacing: -0.075em;
  line-height: 0.87;
}

.v2-hero-title span {
  display: block;
  color: var(--v2-sky);
}

.v2-hero-lead {
  max-width: 650px;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.91);
  font-size: clamp(1.02rem, 1.6vw, 1.2rem);
  line-height: 1.65;
}

.v2-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
  margin-top: 30px;
}

.v2-hero .btn-primary {
  border-color: var(--v2-ink);
  background: var(--v2-white);
  color: var(--v2-ink);
}

.v2-hero .btn-primary:hover:not(:disabled):not(.disabled) {
  border-color: var(--v2-ink);
  background: var(--v2-sky);
}

.v2-hero .btn-secondary {
  border-color: rgba(255, 255, 255, 0.9);
  background: transparent;
  color: var(--v2-white);
}

.v2-proof-list {
  list-style: none;
  margin: 28px 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.v2-proof-list li {
  padding: 8px 11px;
  border: 1px solid rgba(255, 255, 255, 0.48);
  border-radius: 999px;
  background: rgba(139, 16, 63, 0.34);
  color: var(--v2-white);
  font-size: 0.74rem;
  font-weight: 690;
}

.v2-drive-card {
  position: relative;
  transform: rotate(1.5deg);
  padding: 18px;
  border: 2px solid var(--v2-ink);
  border-radius: 24px;
  background: var(--v2-paper);
  box-shadow: 9px 9px 0 var(--v2-ink);
  color: var(--v2-ink);
}

.v2-drive-card::before {
  content: "Original quality";
  position: absolute;
  top: -20px;
  right: 28px;
  transform: rotate(4deg);
  padding: 9px 14px;
  border: 2px solid var(--v2-ink);
  border-radius: 999px;
  background: var(--v2-gold);
  color: var(--v2-ink);
  font-size: 0.7rem;
  font-weight: 850;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.v2-drive-topbar,
.v2-drive-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.v2-drive-topbar {
  padding: 2px 2px 14px;
  border-bottom: 1px solid var(--v2-line);
  color: var(--v2-muted);
  font-size: 0.68rem;
  font-weight: 700;
}

.v2-drive-dots {
  display: inline-flex;
  gap: 5px;
}

.v2-drive-dots span {
  width: 8px;
  height: 8px;
  border: 1px solid var(--v2-ink);
  border-radius: 50%;
  background: var(--v2-sky-strong);
}

.v2-drive-dots span:first-child {
  background: var(--v2-raspberry);
}

.v2-drive-toolbar {
  padding: 18px 2px 14px;
}

.v2-drive-toolbar strong {
  display: block;
  font-family: "Manrope", "Inter", sans-serif;
  font-size: 1.12rem;
}

.v2-drive-toolbar small {
  color: var(--v2-muted);
}

.v2-mock-button {
  padding: 8px 11px;
  border: 2px solid var(--v2-ink);
  border-radius: 999px;
  background: var(--v2-raspberry);
  color: var(--v2-white);
  font-size: 0.68rem;
  font-weight: 800;
}

.v2-drive-files {
  display: grid;
  gap: 8px;
}

.v2-drive-file {
  min-width: 0;
  display: grid;
  grid-template-columns: 38px 1fr auto;
  align-items: center;
  gap: 10px;
  padding: 10px;
  border: 1px solid var(--v2-line);
  border-radius: 13px;
  background: var(--v2-white);
}

.v2-file-icon {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 11px;
  background: var(--v2-sky);
  color: var(--v2-berry);
  font-size: 1rem;
  font-weight: 850;
}

.v2-file-icon.folder {
  background: var(--v2-gold);
  color: var(--v2-ink);
}

.v2-drive-file strong,
.v2-drive-file small {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.v2-drive-file strong {
  display: block;
  font-size: 0.78rem;
}

.v2-drive-file small {
  color: var(--v2-muted);
  font-size: 0.64rem;
}

.v2-drive-file > small {
  font-weight: 650;
}

.v2-delivery-ready {
  margin-top: 12px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px;
  border: 2px solid var(--v2-teal);
  border-radius: 14px;
  background: #ecfdf5;
  color: #065f56;
}

.v2-ready-check {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--v2-teal);
  color: var(--v2-white);
  font-weight: 850;
}

.v2-delivery-ready strong,
.v2-delivery-ready small {
  display: block;
}

.v2-delivery-ready strong {
  font-size: 0.77rem;
}

.v2-delivery-ready small {
  color: #34746d;
  font-size: 0.63rem;
}

.v2-trust-ribbon {
  position: relative;
  z-index: 2;
  width: 100%;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding-inline: max(24px, calc((100vw - 1240px) / 2));
  border-block: 2px solid var(--v2-ink);
  border-right: 0;
  border-left: 0;
  border-radius: 0;
  background: var(--v2-sky);
  box-shadow: none;
}

.v2-trust-ribbon > div {
  padding: 18px 22px;
}

.v2-trust-ribbon > div + div {
  border-left: 2px solid var(--v2-ink);
}

.v2-trust-ribbon strong,
.v2-trust-ribbon span {
  display: block;
}

.v2-trust-ribbon strong {
  font-family: "Manrope", "Inter", sans-serif;
  font-size: 0.94rem;
}

.v2-trust-ribbon span {
  margin-top: 3px;
  color: var(--v2-muted);
  font-size: 0.72rem;
  line-height: 1.4;
}

.v2-section {
  padding-block: clamp(74px, 10vw, 132px);
  padding-inline: max(24px, calc((100vw - 1240px) / 2));
}

.v2-section + .v2-section {
  border-top: 1px solid rgba(23, 32, 51, 0.13);
}

.v2-section-heading {
  max-width: 790px;
}

.v2-section-heading.centered {
  margin-inline: auto;
  text-align: center;
}

.v2-section-heading h2 {
  margin: 0;
  color: var(--v2-ink);
  font-size: clamp(2.4rem, 5vw, 4.8rem);
  font-weight: 780;
  letter-spacing: -0.065em;
  line-height: 0.98;
}

.v2-section-heading > p:not(.v2-kicker) {
  max-width: 680px;
  margin: 20px 0 0;
  color: var(--v2-muted);
  font-size: 1rem;
  line-height: 1.7;
}

.v2-section-heading.centered > p:not(.v2-kicker) {
  margin-inline: auto;
}

.v2-feature-grid {
  margin-top: 46px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.v2-feature-card {
  min-height: 270px;
  padding: 26px;
  border: 2px solid var(--v2-ink);
  border-radius: 22px;
  background: var(--v2-white);
  box-shadow: 6px 6px 0 var(--v2-ink);
}

.v2-feature-card:nth-child(2) {
  background: var(--v2-sky);
}

.v2-feature-card:nth-child(3) {
  background: #fff3d6;
}

.v2-feature-number {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 2px solid var(--v2-ink);
  border-radius: 13px;
  background: var(--v2-raspberry);
  color: var(--v2-white);
  font-family: "Manrope", "Inter", sans-serif;
  font-weight: 800;
}

.v2-feature-card h3 {
  margin: 52px 0 10px;
  font-size: 1.38rem;
  letter-spacing: -0.035em;
}

.v2-feature-card p {
  margin: 0;
  color: var(--v2-muted);
  font-size: 0.88rem;
  line-height: 1.65;
}

.v2-share-showcase {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(480px, 1.2fr);
  align-items: center;
  gap: clamp(40px, 7vw, 90px);
  background: rgba(224, 242, 254, 0.52);
}

.v2-share-copy h2 {
  margin: 0;
  font-size: clamp(2.5rem, 5vw, 4.9rem);
  letter-spacing: -0.07em;
  line-height: 0.96;
}

.v2-share-copy > p:not(.v2-kicker) {
  margin: 22px 0 0;
  color: var(--v2-muted);
  line-height: 1.7;
}

.v2-check-list {
  list-style: none;
  margin: 28px 0 0;
  padding: 0;
  display: grid;
  gap: 12px;
}

.v2-check-list li {
  display: grid;
  grid-template-columns: 24px 1fr;
  align-items: start;
  gap: 10px;
  color: var(--v2-ink);
  font-size: 0.9rem;
  font-weight: 650;
}

.v2-check-list li::before {
  content: "✓";
  width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--v2-teal);
  color: var(--v2-white);
  font-size: 0.72rem;
  font-weight: 900;
}

.v2-gallery-mock {
  position: relative;
  padding: 18px;
  border: 2px solid var(--v2-ink);
  border-radius: 26px;
  background: var(--v2-sky);
  box-shadow: 9px 9px 0 var(--v2-ink);
}

.v2-gallery-mock::after {
  content: "No recipient account needed";
  position: absolute;
  right: -26px;
  bottom: 28px;
  transform: rotate(-4deg);
  padding: 10px 13px;
  border: 2px solid var(--v2-ink);
  border-radius: 12px;
  background: var(--v2-gold);
  color: var(--v2-ink);
  font-size: 0.68rem;
  font-weight: 850;
}

.v2-gallery-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  padding: 4px 3px 16px;
}

.v2-gallery-head strong {
  display: block;
  font-family: "Manrope", "Inter", sans-serif;
  font-size: 1.1rem;
}

.v2-gallery-head small {
  color: var(--v2-muted);
}

.v2-gallery-download {
  padding: 9px 13px;
  border: 2px solid var(--v2-ink);
  border-radius: 999px;
  background: var(--v2-raspberry);
  color: var(--v2-white);
  font-size: 0.67rem;
  font-weight: 800;
}

.v2-photo-grid {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr 0.75fr;
  grid-template-rows: 134px 134px;
  gap: 8px;
}

.v2-photo-tile {
  position: relative;
  overflow: hidden;
  border: 2px solid var(--v2-ink);
  border-radius: 15px;
  background:
    radial-gradient(ellipse at 46% 62%, rgba(127, 255, 211, 0.95), transparent 12%),
    linear-gradient(155deg, #07111f 0 32%, #145f5d 48%, #0b2339 68%, #101827);
}

.v2-photo-tile::before,
.v2-photo-tile::after {
  content: "";
  position: absolute;
  width: 160%;
  height: 48px;
  left: -30%;
  border-radius: 50%;
  filter: blur(14px);
  transform: rotate(-12deg);
}

.v2-photo-tile::before {
  top: 28%;
  background: rgba(56, 239, 189, 0.48);
}

.v2-photo-tile::after {
  top: 45%;
  background: rgba(194, 24, 91, 0.28);
}

.v2-photo-tile:first-child {
  grid-row: 1 / 3;
}

.v2-photo-tile:nth-child(2) {
  background:
    radial-gradient(circle at 64% 38%, rgba(244, 185, 66, 0.42), transparent 14%),
    linear-gradient(145deg, #271041, #105a5b 54%, #091423);
}

.v2-photo-tile:nth-child(3) {
  background: linear-gradient(145deg, #e4ebee, #c9d6db);
}

.v2-photo-tile:nth-child(4) {
  grid-column: 2 / 4;
  background:
    radial-gradient(ellipse at 30% 65%, rgba(194, 24, 91, 0.65), transparent 15%),
    linear-gradient(155deg, #07111f, #0f766e 60%, #172033);
}

.v2-audience-band {
  position: relative;
  overflow: hidden;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: var(--v2-white);
}

.v2-audience-band::before {
  content: "";
  position: absolute;
  width: 460px;
  height: 460px;
  right: -210px;
  bottom: -280px;
  border: 70px solid rgba(224, 242, 254, 0.11);
  border-radius: 50%;
}

#use-cases.v2-section {
  overflow: hidden;
  border-color: var(--v2-ink);
  background: var(--v2-ink);
}

.v2-audience-band h2 {
  position: relative;
  max-width: 820px;
  margin: 0;
  color: var(--v2-white);
  font-size: clamp(2.5rem, 5vw, 4.8rem);
  letter-spacing: -0.065em;
  line-height: 0.98;
}

.v2-audience-band > p {
  position: relative;
  max-width: 700px;
  margin: 22px 0 0;
  color: #cdd3de;
  line-height: 1.7;
}

.v2-use-cases {
  position: relative;
  margin-top: 34px;
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.v2-use-cases span {
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.07);
  font-size: 0.78rem;
  font-weight: 700;
}

.v2-workflow {
  list-style: none;
  margin: 50px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  counter-reset: v2-step;
}

.v2-workflow li {
  counter-increment: v2-step;
  padding: 26px 0 0;
  border-top: 3px solid var(--v2-ink);
}

.v2-workflow li::before {
  content: "0" counter(v2-step);
  display: block;
  margin-bottom: 40px;
  color: var(--v2-raspberry);
  font-family: "Manrope", "Inter", sans-serif;
  font-size: 0.8rem;
  font-weight: 800;
}

.v2-workflow h3 {
  margin: 0;
  font-size: 1.28rem;
}

.v2-workflow p {
  margin: 10px 0 0;
  color: var(--v2-muted);
  font-size: 0.88rem;
  line-height: 1.65;
}

.v2-final-cta {
  position: relative;
  overflow: hidden;
  padding: clamp(48px, 8vw, 90px);
  border: 2px solid var(--v2-ink);
  border-radius: var(--v2-radius-xl);
  background: var(--v2-sky);
  box-shadow: 10px 10px 0 var(--v2-ink);
  text-align: center;
}

.v2-final-cta::before,
.v2-final-cta::after {
  content: "";
  position: absolute;
  border: 2px solid var(--v2-ink);
}

.v2-final-cta::before {
  width: 92px;
  height: 92px;
  left: -25px;
  bottom: -25px;
  transform: rotate(18deg);
  background: var(--v2-gold);
}

.v2-final-cta::after {
  width: 110px;
  height: 110px;
  right: -36px;
  top: -38px;
  border-radius: 50%;
  background: var(--v2-raspberry);
}

.v2-final-cta > * {
  position: relative;
  z-index: 1;
}

.v2-final-cta h2 {
  max-width: 820px;
  margin: 0 auto;
  font-size: clamp(2.5rem, 5vw, 5rem);
  letter-spacing: -0.07em;
  line-height: 0.98;
}

.v2-final-cta p {
  max-width: 620px;
  margin: 20px auto 0;
  color: var(--v2-muted);
  line-height: 1.65;
}

.v2-final-cta .v2-hero-actions {
  justify-content: center;
}

.v2-site-footer {
  min-height: 142px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 28px;
  color: var(--v2-muted);
  font-size: 0.76rem;
  padding-inline: max(24px, calc((100vw - 1240px) / 2));
}

.v2-site-footer p {
  margin: 0;
  text-align: center;
}

.v2-footer-links {
  justify-self: end;
  display: flex;
  gap: 18px;
}

.v2-footer-links a {
  font-weight: 650;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

/* Account menu used by landing and settings */
.v2-page .account-menu-wrap {
  position: relative;
}

.v2-page .account-menu-btn {
  min-height: 46px;
  padding: 7px 13px 7px 8px;
  border: 2px solid var(--v2-ink);
  background: var(--v2-white);
  color: var(--v2-ink);
  box-shadow: none;
  font-family: "Inter", sans-serif;
  font-size: 0.78rem;
}

.v2-page .account-menu-icon {
  width: 30px;
  height: 30px;
  background: var(--v2-sky);
  color: var(--v2-berry);
}

.v2-page .account-menu {
  top: calc(100% + 10px);
  right: 0;
  left: auto;
  min-width: 220px;
  padding: 8px;
  border: 2px solid var(--v2-ink);
  border-radius: 15px;
  background: var(--v2-white);
  box-shadow: 6px 6px 0 var(--v2-ink);
}

.v2-page .account-menu-item {
  min-height: 43px;
  border-radius: 9px;
  color: var(--v2-ink);
}

.v2-page .account-menu-item:hover {
  background: var(--v2-sky);
}

.v2-page .account-menu-item-icon {
  color: var(--v2-raspberry);
}

/* Authentication */
.v2-auth-page {
  background: var(--v2-paper);
}

.v2-auth-shell {
  position: relative;
  z-index: 1;
  width: 100%;
  min-height: 100vh;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(430px, 0.72fr);
  gap: 0;
}

.v2-auth-story {
  position: relative;
  overflow: hidden;
  min-height: 100vh;
  padding: clamp(38px, 6vw, 72px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 0;
  border-right: 2px solid var(--v2-ink);
  border-radius: 0;
  background: var(--v2-raspberry);
  box-shadow: none;
  color: var(--v2-white);
}

.v2-auth-story::before {
  content: "";
  position: absolute;
  width: 360px;
  height: 360px;
  right: -150px;
  top: -170px;
  border: 62px solid rgba(224, 242, 254, 0.17);
  border-radius: 50%;
}

.v2-auth-story .v2-brand {
  position: relative;
  z-index: 1;
  align-self: flex-start;
  color: var(--v2-white);
}

.v2-auth-story .v2-brand-name,
.v2-auth-story .v2-brand-tagline {
  color: var(--v2-white);
}

.v2-auth-pitch {
  position: relative;
  z-index: 1;
  max-width: 590px;
}

.v2-auth-pitch h2 {
  margin: 0;
  color: var(--v2-white);
  font-size: clamp(3rem, 6vw, 6.3rem);
  letter-spacing: -0.075em;
  line-height: 0.88;
}

.v2-auth-pitch h2 span {
  display: block;
  color: var(--v2-sky);
}

.v2-auth-pitch p {
  max-width: 510px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 1rem;
  line-height: 1.7;
}

.v2-auth-proof {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.v2-auth-proof span {
  padding: 8px 11px;
  border: 1px solid rgba(255, 255, 255, 0.46);
  border-radius: 999px;
  background: rgba(139, 16, 63, 0.32);
  font-size: 0.7rem;
  font-weight: 700;
}

.v2-auth-form-wrap {
  min-width: 0;
  padding: clamp(26px, 5vw, 64px);
  display: flex;
  align-items: center;
  justify-content: center;
}

.v2-page .v2-auth-card {
  width: min(440px, 100%);
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.v2-auth-back {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 44px;
  color: var(--v2-muted);
  font-size: 0.78rem;
  font-weight: 700;
  text-decoration: none;
}

.v2-auth-back:hover {
  color: var(--v2-raspberry);
}

.v2-auth-card .v2-kicker {
  margin-bottom: 14px;
}

.v2-page .v2-auth-card h1 {
  margin: 0;
  color: var(--v2-ink);
  font-size: clamp(2.35rem, 5vw, 3.8rem);
  font-weight: 780;
  letter-spacing: -0.065em;
  line-height: 0.98;
}

.v2-page .v2-auth-card .auth-intro {
  margin: 17px 0 0;
  color: var(--v2-muted);
  font-size: 0.94rem;
  line-height: 1.65;
}

.v2-page .v2-auth-card .stack {
  margin-top: 30px;
  display: grid;
  gap: 18px;
}

.v2-page .v2-auth-card label,
.v2-page .v2-settings-card label {
  display: grid;
  gap: 8px;
  color: var(--v2-ink);
  font-size: 0.78rem;
  font-weight: 760;
}

.v2-page .v2-auth-card input,
.v2-page .v2-settings-card input {
  min-height: 52px;
  width: 100%;
  padding: 12px 14px;
  border: 2px solid var(--v2-line-strong);
  border-radius: 13px;
  background: var(--v2-white);
  color: var(--v2-ink);
  box-shadow: none;
  font: inherit;
  font-size: 16px;
}

.v2-page .v2-auth-card input:hover,
.v2-page .v2-settings-card input:hover {
  border-color: var(--v2-ink);
}

.v2-page .password-toggle {
  right: 8px;
  min-width: 54px;
  min-height: 36px;
  border: 1px solid var(--v2-line);
  border-radius: 9px;
  background: var(--v2-sky);
  color: var(--v2-ink);
  font-family: "Inter", sans-serif;
  font-size: 0.7rem;
}

.v2-page .field-hint,
.v2-page .auth-consent {
  color: var(--v2-muted);
  font-size: 0.72rem;
  line-height: 1.55;
}

.v2-page .auth-consent {
  margin-top: 17px;
}

.v2-page .auth-consent a,
.v2-page .auth-switch a,
.v2-page .v2-auth-legal a {
  color: var(--v2-berry);
  font-weight: 700;
  text-underline-offset: 3px;
}

.v2-page .auth-switch {
  margin-top: 25px;
  padding-top: 22px;
  border-top: 1px solid var(--v2-line);
  font-size: 0.84rem;
}

.v2-page .auth-form-error {
  margin-top: 14px;
  padding: 12px 13px;
  border: 2px solid #f0a39d;
  border-radius: 11px;
  background: #fff1f0;
  color: var(--v2-danger);
}

.v2-auth-legal {
  margin-top: 24px;
  display: flex;
  gap: 18px;
  color: var(--v2-muted);
  font-size: 0.72rem;
}

.v2-auth-no-card {
  margin: 16px 0 0;
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--v2-teal);
  font-size: 0.75rem;
  font-weight: 720;
}

.v2-auth-no-card::before {
  content: "✓";
  width: 20px;
  height: 20px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #d1fae5;
  font-size: 0.68rem;
}

.v2-auth-helper {
  margin: -4px 0 2px;
  text-align: right;
  font-size: 0.875rem;
}

.v2-auth-helper a {
  color: var(--v2-raspberry-dark, #8b103f);
  font-weight: 700;
}

.v2-auth-status {
  margin-top: 18px;
  padding: 14px 16px;
  border: 1px solid #cbd9e2;
  border-radius: 10px;
  background: #f4f8fb;
  color: #334155;
  line-height: 1.55;
}

.v2-auth-status.is-success {
  border-color: #8fd0c7;
  background: #effaf8;
  color: #0f5f58;
}

.v2-auth-status.is-error {
  border-color: #efb4ad;
  background: #fff4f2;
  color: #8d2017;
}

.v2-auth-status-action,
.v2-auth-result-card > .btn {
  margin-top: 18px;
}

.v2-auth-result-card .v2-auth-legal {
  margin-top: 28px;
}

/* Settings */
.v2-account-page {
  background: var(--v2-paper);
}

.v2-account-shell {
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 0;
  padding: 24px 0 72px;
}

.v2-account-shell.app-load-shell > * {
  opacity: 1;
  transform: none;
  animation: none;
}

.v2-app-header {
  min-height: 66px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 36px;
  padding-inline: max(24px, calc((100vw - 1180px) / 2));
}

.v2-app-header-actions {
  display: flex;
  align-items: center;
  gap: 9px;
}

.v2-page .v2-drive-link {
  border-color: var(--v2-ink);
  background: var(--v2-sky);
  color: var(--v2-ink);
}

.v2-settings-layout {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  align-items: start;
  gap: 28px;
  padding-inline: max(24px, calc((100vw - 1180px) / 2));
}

.v2-settings-nav {
  position: sticky;
  top: 24px;
  padding: 14px;
  border: 2px solid var(--v2-ink);
  border-radius: 18px;
  background: var(--v2-sky);
  box-shadow: 5px 5px 0 var(--v2-ink);
}

.v2-settings-nav-label {
  margin: 3px 8px 12px;
  color: var(--v2-muted);
  font-size: 0.65rem;
  font-weight: 820;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.v2-settings-nav a {
  min-height: 42px;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 9px 10px;
  border-radius: 10px;
  color: var(--v2-muted);
  font-size: 0.8rem;
  font-weight: 700;
  text-decoration: none;
}

.v2-settings-nav a:hover,
.v2-settings-nav a[aria-current="page"] {
  background: var(--v2-white);
  color: var(--v2-ink);
}

.v2-settings-nav a[aria-current="page"]::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--v2-raspberry);
}

.v2-settings-main {
  min-width: 0;
}

.v2-settings-head {
  margin-bottom: 26px;
}

.v2-settings-head .v2-kicker {
  margin-bottom: 13px;
}

.v2-settings-head h1 {
  margin: 0;
  font-size: clamp(2.6rem, 5vw, 4.5rem);
  letter-spacing: -0.07em;
  line-height: 0.96;
}

.v2-settings-head > p:not(.v2-kicker) {
  max-width: 650px;
  margin: 16px 0 0;
  color: var(--v2-muted);
  line-height: 1.65;
}

.v2-settings-stack {
  display: grid;
  gap: 18px;
}

.v2-page .v2-settings-card {
  margin: 0;
  padding: clamp(24px, 4vw, 36px);
  border: 2px solid var(--v2-ink);
  border-radius: 22px;
  background: var(--v2-white);
  box-shadow: 6px 6px 0 var(--v2-ink);
  backdrop-filter: none;
}

.v2-page .v2-settings-card.security {
  background: var(--v2-sky);
}

.v2-settings-card-head {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 14px;
  margin-bottom: 24px;
}

.v2-settings-card-icon {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border: 2px solid var(--v2-ink);
  border-radius: 13px;
  background: var(--v2-gold);
  color: var(--v2-ink);
}

.v2-settings-card.security .v2-settings-card-icon {
  background: var(--v2-raspberry);
  color: var(--v2-white);
}

.v2-settings-card h2 {
  margin: 0;
  font-size: 1.34rem;
  letter-spacing: -0.035em;
}

.v2-settings-card-head p {
  margin: 4px 0 0;
  color: var(--v2-muted);
  font-size: 0.82rem;
  line-height: 1.5;
}

.v2-profile-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 18px;
}

.v2-account-created {
  padding: 11px 13px;
  border: 1px solid var(--v2-line);
  border-radius: 12px;
  background: var(--v2-paper);
  color: var(--v2-muted);
  font-size: 0.72rem;
  white-space: nowrap;
}

.v2-account-created strong {
  display: block;
  margin-bottom: 3px;
  color: var(--v2-ink);
  font-size: 0.65rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.v2-page .v2-settings-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 17px;
}

.v2-page .v2-settings-form label:first-child {
  grid-column: 1 / -1;
}

.v2-page .v2-settings-form .btn {
  width: auto;
  justify-self: start;
}

.v2-security-tip {
  margin: 22px 0 0;
  padding-top: 18px;
  border-top: 1px solid rgba(23, 32, 51, 0.18);
  color: var(--v2-muted);
  font-size: 0.75rem;
  line-height: 1.55;
}

.v2-page .app-alert {
  border: 2px solid var(--v2-ink);
  background: var(--v2-white);
  color: var(--v2-ink);
  box-shadow: 5px 5px 0 var(--v2-ink);
}

.v2-page .app-alert.error {
  border-color: var(--v2-danger);
  background: #fff1f0;
  color: var(--v2-danger);
}

/* Legal */
.v2-legal-page {
  background: var(--v2-paper);
}

.v2-legal-shell {
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 0;
  padding-bottom: 80px;
}

.v2-legal-layout {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  align-items: start;
  gap: 30px;
  margin-top: 28px;
  padding-inline: max(24px, calc((100vw - 1120px) / 2));
}

.v2-legal-aside {
  position: sticky;
  top: 24px;
  padding: 18px;
  border: 2px solid var(--v2-ink);
  border-radius: 18px;
  background: var(--v2-sky);
  box-shadow: 5px 5px 0 var(--v2-ink);
}

.v2-legal-aside strong {
  display: block;
  margin-bottom: 12px;
  font-family: "Manrope", "Inter", sans-serif;
}

.v2-legal-aside a {
  display: block;
  padding: 7px 0;
  color: var(--v2-muted);
  font-size: 0.73rem;
  font-weight: 650;
  line-height: 1.35;
  text-decoration: none;
}

.v2-legal-aside a:hover {
  color: var(--v2-raspberry);
}

.v2-page .v2-legal-card {
  max-width: none;
  margin: 0;
  padding: clamp(30px, 5vw, 60px);
  border: 2px solid var(--v2-ink);
  border-radius: 26px;
  background: var(--v2-white);
  box-shadow: 8px 8px 0 var(--v2-ink);
}

.v2-legal-card header {
  padding-bottom: 30px;
  border-bottom: 1px solid var(--v2-line);
}

.v2-page .v2-legal-card h1 {
  margin: 0;
  font-size: clamp(2.8rem, 6vw, 5.3rem);
  letter-spacing: -0.075em;
  line-height: 0.94;
}

.v2-legal-card .v2-updated {
  margin: 14px 0 0;
  color: var(--v2-muted);
  font-size: 0.76rem;
}

.v2-page .v2-legal-card h2 {
  margin: 38px 0 10px;
  font-size: 1.26rem;
  letter-spacing: -0.025em;
}

.v2-page .v2-legal-card p {
  max-width: 720px;
  margin: 0;
  color: #41485a;
  font-size: 0.94rem;
  line-height: 1.78;
}

.v2-page .v2-legal-card a {
  color: var(--v2-berry);
  font-weight: 700;
  text-underline-offset: 3px;
}

/* Not found */
.v2-error-page {
  background: var(--v2-sky);
}

.v2-error-shell {
  position: relative;
  z-index: 1;
  width: min(1040px, calc(100% - 40px));
  min-height: 100vh;
  margin: 0 auto;
  padding: 30px 0;
  display: grid;
  align-content: center;
  gap: 26px;
}

.v2-error-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.7fr);
  align-items: center;
  gap: 46px;
}

.v2-page .v2-error-card {
  margin: 0;
  padding: clamp(36px, 6vw, 68px);
  border: 2px solid var(--v2-ink);
  border-radius: 28px;
  background: var(--v2-white);
  box-shadow: 9px 9px 0 var(--v2-ink);
}

.v2-page .v2-error-code {
  display: inline-flex;
  margin: 0 0 18px;
  padding: 8px 12px;
  border: 2px solid var(--v2-ink);
  border-radius: 999px;
  background: var(--v2-gold);
  color: var(--v2-ink);
  font-family: "Manrope", "Inter", sans-serif;
  font-size: 0.74rem;
  font-weight: 850;
}

.v2-error-card h1 {
  margin: 0;
  color: var(--v2-ink);
  font-size: clamp(2.7rem, 6vw, 5.1rem);
  letter-spacing: -0.075em;
  line-height: 0.92;
}

.v2-error-card .lead {
  margin: 20px 0 0;
  color: var(--v2-muted);
  font-size: 1rem;
  line-height: 1.65;
}

.v2-error-help {
  margin: 28px 0;
  padding: 18px;
  border-radius: 14px;
  background: var(--v2-sky);
}

.v2-error-help strong {
  display: block;
  margin-bottom: 8px;
  font-size: 0.78rem;
}

.v2-error-help ul {
  margin: 0;
  padding-left: 18px;
  color: var(--v2-muted);
  font-size: 0.8rem;
  line-height: 1.65;
}

.v2-lost-folder {
  position: relative;
  width: min(330px, 88%);
  aspect-ratio: 1.08;
  justify-self: center;
  transform: rotate(4deg);
}

.v2-lost-folder-back,
.v2-lost-folder-front {
  position: absolute;
  border: 3px solid var(--v2-ink);
  background: var(--v2-raspberry);
}

.v2-lost-folder-back {
  inset: 12% 6% 20%;
  border-radius: 28px 28px 22px 22px;
}

.v2-lost-folder-back::before {
  content: "";
  position: absolute;
  width: 42%;
  height: 24%;
  left: -3px;
  top: -18%;
  border: 3px solid var(--v2-ink);
  border-bottom: 0;
  border-radius: 18px 18px 0 0;
  background: var(--v2-raspberry);
}

.v2-lost-folder-front {
  inset: 33% 0 5%;
  border-radius: 18px 18px 30px 30px;
  transform: skewY(-4deg);
  background: var(--v2-gold);
  box-shadow: 12px 12px 0 var(--v2-ink);
}

.v2-lost-mark {
  position: absolute;
  z-index: 2;
  inset: 37% 30% auto;
  height: 34%;
  display: grid;
  place-items: center;
  border: 3px solid var(--v2-ink);
  border-radius: 50%;
  background: var(--v2-white);
  color: var(--v2-raspberry);
  font-family: "Manrope", "Inter", sans-serif;
  font-size: clamp(2.4rem, 7vw, 4.8rem);
  font-weight: 850;
  box-shadow: 5px 5px 0 var(--v2-ink);
}

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

  .v2-site-header {
    grid-template-columns: 1fr auto;
  }

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

  .v2-hero-visual {
    width: min(620px, 100%);
  }

  .v2-share-showcase {
    grid-template-columns: 1fr;
  }

  .v2-gallery-mock {
    max-width: 720px;
  }

  .v2-auth-shell {
    grid-template-columns: minmax(0, 0.9fr) minmax(400px, 1fr);
  }
}

@media (max-width: 820px) {
  .v2-site-shell {
    width: 100%;
  }

  .v2-site-header {
    min-height: 74px;
  }

  .v2-brand-tagline {
    display: none;
  }

  .v2-hero {
    padding: 56px 24px;
    border-radius: 0;
    box-shadow: none;
  }

  .v2-hero-title {
    font-size: clamp(3.35rem, 14vw, 5.8rem);
  }

  .v2-trust-ribbon {
    width: 100%;
    grid-template-columns: 1fr;
  }

  .v2-trust-ribbon > div + div {
    border-top: 2px solid var(--v2-ink);
    border-left: 0;
  }

  .v2-feature-grid,
  .v2-workflow {
    grid-template-columns: 1fr;
  }

  .v2-feature-card {
    min-height: 0;
  }

  .v2-feature-card h3 {
    margin-top: 30px;
  }

  .v2-workflow li::before {
    margin-bottom: 20px;
  }

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

  .v2-site-footer p {
    display: none;
  }

  .v2-auth-shell {
    width: 100%;
    grid-template-columns: 1fr;
    padding: 0;
  }

  .v2-auth-story {
    min-height: auto;
    padding: 28px;
    gap: 54px;
    border-right: 0;
    border-bottom: 2px solid var(--v2-ink);
    border-radius: 0;
  }

  .v2-auth-pitch h2 {
    font-size: clamp(2.9rem, 12vw, 4.6rem);
  }

  .v2-auth-proof {
    display: none;
  }

  .v2-auth-form-wrap {
    padding: 34px 12px;
  }

  .v2-auth-back {
    margin-bottom: 30px;
  }

  .v2-settings-layout,
  .v2-legal-layout {
    grid-template-columns: 1fr;
  }

  .v2-settings-nav,
  .v2-legal-aside {
    position: static;
  }

  .v2-settings-nav {
    display: flex;
    gap: 6px;
  }

  .v2-settings-nav-label {
    display: none;
  }

  .v2-settings-nav a {
    flex: 1 1 auto;
    justify-content: center;
  }

  .v2-legal-aside {
    display: none;
  }

  .v2-error-grid {
    grid-template-columns: 1fr;
  }

  .v2-lost-folder {
    width: min(280px, 80%);
    grid-row: 1;
  }
}

@media (max-width: 600px) {
  .v2-page .btn {
    min-height: 44px;
    padding-inline: 14px;
  }

  .v2-brand-mark {
    width: 37px;
    height: 37px;
  }

  .v2-brand-name {
    font-size: 1.04rem;
  }

  .v2-site-header .v2-header-actions .btn-quiet {
    display: none;
  }

  .v2-site-header .v2-header-actions .btn-primary {
    min-height: 42px;
    padding-inline: 13px;
    font-size: 0.78rem;
  }

  .v2-hero-actions {
    display: grid;
  }

  .v2-hero-actions .btn {
    width: 100%;
  }

  .v2-proof-list {
    display: grid;
  }

  .v2-proof-list li {
    text-align: center;
  }

  .v2-drive-card {
    padding: 13px;
    box-shadow: 6px 6px 0 var(--v2-ink);
  }

  .v2-drive-card::before {
    right: 12px;
  }

  .v2-drive-file {
    grid-template-columns: 34px 1fr;
  }

  .v2-drive-file > small {
    display: none;
  }

  .v2-section {
    padding: 72px 0;
  }

  .v2-gallery-mock::after {
    right: 12px;
    bottom: -22px;
  }

  .v2-photo-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 150px 110px;
  }

  .v2-photo-tile:first-child {
    grid-column: 1 / 3;
    grid-row: auto;
  }

  .v2-photo-tile:nth-child(3) {
    display: none;
  }

  .v2-photo-tile:nth-child(4) {
    grid-column: auto;
  }

  .v2-audience-band,
  .v2-final-cta {
    padding: 42px 24px;
    border-radius: 25px;
  }

  .v2-site-footer {
    min-height: 124px;
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .v2-footer-links {
    justify-self: start;
  }

  .v2-account-shell,
  .v2-legal-shell,
  .v2-error-shell {
    width: 100%;
  }

  .v2-app-header {
    margin-bottom: 24px;
  }

  .v2-app-header .v2-drive-link span,
  .v2-page .account-menu-icon,
  .v2-page .account-menu-chevron {
    display: none;
  }

  .v2-page #owner-email,
  .v2-page #landing-owner-email {
    max-width: 104px;
  }

  .v2-settings-layout {
    gap: 22px;
  }

  .v2-settings-nav {
    overflow-x: auto;
  }

  .v2-profile-row,
  .v2-page .v2-settings-form {
    grid-template-columns: 1fr;
  }

  .v2-page .v2-settings-form label:first-child {
    grid-column: auto;
  }

  .v2-account-created {
    white-space: normal;
  }

  .v2-page .v2-settings-form .btn {
    width: 100%;
  }

  .v2-page .v2-legal-card,
  .v2-page .v2-error-card {
    padding: 30px 23px;
  }
}

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

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

/* Calm, premium product expression */
.v2-page .btn {
  min-height: 46px;
  padding: 11px 18px;
  border: 1px solid transparent;
  border-radius: 12px;
  background: var(--v2-white);
  color: var(--v2-ink);
  box-shadow: 0 1px 2px rgba(23, 32, 51, 0.06);
}

.v2-page .btn:hover:not(:disabled):not(.disabled) {
  transform: translateY(-1px);
  box-shadow: 0 8px 22px rgba(23, 32, 51, 0.1);
}

.v2-page .btn-primary {
  border-color: var(--v2-raspberry);
  background: var(--v2-raspberry);
  color: var(--v2-white);
}

.v2-page .btn-primary:hover:not(:disabled):not(.disabled) {
  border-color: var(--v2-berry);
  background: var(--v2-berry);
}

.v2-page .btn-secondary {
  border-color: rgba(23, 32, 51, 0.16);
  background: rgba(255, 255, 255, 0.9);
}

.v2-kicker {
  color: var(--v2-berry);
  letter-spacing: 0.09em;
}

.v2-kicker::before {
  width: 18px;
  height: 3px;
  border: 0;
  border-radius: 999px;
  background: var(--v2-raspberry);
  box-shadow: none;
}

.v2-brand-mark {
  filter: none;
}

.v2-site-header {
  min-height: 84px;
  border-bottom: 1px solid rgba(23, 32, 51, 0.08);
  background: rgba(255, 249, 245, 0.9);
  backdrop-filter: blur(14px);
}

.v2-hero {
  min-height: 650px;
  border: 0;
  background:
    radial-gradient(circle at 86% 12%, rgba(194, 24, 91, 0.09), transparent 23rem),
    linear-gradient(115deg, var(--v2-paper) 0 54%, #eff8fe 54% 100%);
  box-shadow: none;
  color: var(--v2-ink);
}

.v2-hero::before {
  width: 420px;
  height: 420px;
  top: -270px;
  left: auto;
  right: 7%;
  border: 1px solid rgba(194, 24, 91, 0.12);
  box-shadow: 0 0 0 70px rgba(194, 24, 91, 0.025);
}

.v2-hero .v2-kicker {
  color: var(--v2-berry);
}

.v2-hero-title {
  color: var(--v2-ink);
  font-size: clamp(3.5rem, 6.5vw, 6.5rem);
  letter-spacing: -0.07em;
  line-height: 0.91;
}

.v2-hero-title span {
  color: var(--v2-raspberry);
}

.v2-hero-lead {
  color: var(--v2-muted);
}

.v2-hero .btn-primary {
  border-color: var(--v2-raspberry);
  background: var(--v2-raspberry);
  color: var(--v2-white);
}

.v2-hero .btn-primary:hover:not(:disabled):not(.disabled) {
  border-color: var(--v2-berry);
  background: var(--v2-berry);
}

.v2-hero .btn-secondary {
  border-color: rgba(23, 32, 51, 0.16);
  background: rgba(255, 255, 255, 0.7);
  color: var(--v2-ink);
}

.v2-proof-list li {
  padding: 7px 10px;
  border: 1px solid rgba(23, 32, 51, 0.1);
  background: rgba(255, 255, 255, 0.66);
  color: var(--v2-muted);
}

.v2-drive-card {
  transform: none;
  padding: 20px;
  border: 1px solid rgba(23, 32, 51, 0.12);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 24px 62px rgba(23, 32, 51, 0.14);
}

.v2-drive-card::before,
.v2-gallery-mock::after {
  display: none;
}

.v2-drive-dots span {
  border: 0;
  background: #d8dee7;
}

.v2-drive-dots span:first-child {
  background: rgba(194, 24, 91, 0.72);
}

.v2-mock-button {
  border: 0;
  background: var(--v2-raspberry);
}

.v2-drive-file {
  border-color: rgba(23, 32, 51, 0.09);
  border-radius: 12px;
  background: #fbfcfe;
}

.v2-file-icon {
  border-radius: 10px;
  background: var(--v2-sky);
  color: var(--v2-berry);
}

.v2-file-icon.folder {
  background: #fff1db;
  color: #8a5707;
}

.v2-delivery-ready {
  border: 1px solid rgba(15, 118, 110, 0.22);
  background: rgba(236, 253, 245, 0.82);
}

.v2-trust-ribbon {
  border-block: 1px solid rgba(23, 32, 51, 0.08);
  background: #f0f8fd;
}

.v2-trust-ribbon > div + div {
  border-left: 1px solid rgba(23, 32, 51, 0.1);
}

.v2-section + .v2-section {
  border-top-color: rgba(23, 32, 51, 0.08);
}

.v2-section-heading h2,
.v2-share-copy h2,
.v2-audience-band h2,
.v2-final-cta h2 {
  letter-spacing: -0.055em;
  line-height: 1.01;
}

.v2-feature-grid {
  gap: 18px;
}

.v2-feature-card,
.v2-feature-card:nth-child(2),
.v2-feature-card:nth-child(3) {
  border: 1px solid rgba(23, 32, 51, 0.1);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 12px 34px rgba(23, 32, 51, 0.07);
}

.v2-feature-card:nth-child(2) {
  background: rgba(224, 242, 254, 0.54);
}

.v2-feature-number {
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 10px;
  background: rgba(194, 24, 91, 0.09);
  color: var(--v2-raspberry);
}

.v2-share-showcase {
  background: #f4fafe;
}

.v2-gallery-mock {
  padding: 18px;
  border: 1px solid rgba(23, 32, 51, 0.12);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 24px 64px rgba(23, 32, 51, 0.12);
}

.v2-gallery-download {
  border: 0;
}

.v2-photo-tile {
  border: 0;
  border-radius: 11px;
}

#use-cases.v2-section {
  border-color: rgba(23, 32, 51, 0.08);
  background: var(--v2-sky);
}

.v2-audience-band {
  color: var(--v2-ink);
}

.v2-audience-band::before {
  display: none;
}

.v2-audience-band h2 {
  color: var(--v2-ink);
}

.v2-audience-band > p {
  color: var(--v2-muted);
}

.v2-use-cases span {
  border: 1px solid rgba(23, 32, 51, 0.1);
  background: rgba(255, 255, 255, 0.62);
  color: var(--v2-ink);
}

.v2-workflow li {
  border-top: 1px solid rgba(23, 32, 51, 0.18);
}

.v2-final-cta {
  border: 1px solid rgba(23, 32, 51, 0.1);
  border-radius: 26px;
  background: linear-gradient(135deg, #edf8fe, #f8fbfd);
  box-shadow: 0 18px 48px rgba(23, 32, 51, 0.08);
}

.v2-final-cta::before,
.v2-final-cta::after {
  display: none;
}

.v2-page .account-menu-btn {
  border: 1px solid rgba(23, 32, 51, 0.14);
  background: rgba(255, 255, 255, 0.9);
}

.v2-page .account-menu {
  border: 1px solid rgba(23, 32, 51, 0.13);
  border-radius: 13px;
  box-shadow: 0 18px 44px rgba(23, 32, 51, 0.13);
}

.v2-auth-story {
  border-right: 1px solid rgba(23, 32, 51, 0.08);
  background:
    radial-gradient(circle at 82% 18%, rgba(194, 24, 91, 0.08), transparent 20rem),
    linear-gradient(145deg, #e9f7fe, #f6fbfe);
  color: var(--v2-ink);
}

.v2-auth-story::before {
  display: none;
}

.v2-auth-story .v2-brand-name {
  color: var(--v2-ink);
}

.v2-auth-story .v2-brand-tagline {
  color: var(--v2-muted);
}

.v2-auth-pitch h2 {
  color: var(--v2-ink);
  font-size: clamp(2.8rem, 5vw, 5.6rem);
  line-height: 0.94;
}

.v2-auth-pitch h2 span {
  color: var(--v2-raspberry);
}

.v2-auth-pitch p {
  color: var(--v2-muted);
}

.v2-auth-proof span {
  border: 1px solid rgba(23, 32, 51, 0.1);
  background: rgba(255, 255, 255, 0.64);
  color: var(--v2-muted);
}

.v2-page .v2-auth-card h1,
.v2-settings-head h1,
.v2-page .v2-legal-card h1,
.v2-error-card h1 {
  letter-spacing: -0.055em;
  line-height: 1;
}

.v2-page .v2-auth-card input,
.v2-page .v2-settings-card input {
  border: 1px solid var(--v2-line);
  border-radius: 11px;
  background: rgba(255, 255, 255, 0.95);
}

.v2-page .password-toggle {
  border: 0;
  background: rgba(224, 242, 254, 0.85);
}

.v2-settings-nav,
.v2-legal-aside {
  border: 1px solid rgba(23, 32, 51, 0.1);
  border-radius: 14px;
  background: rgba(224, 242, 254, 0.62);
  box-shadow: none;
}

.v2-page .v2-settings-card,
.v2-page .v2-settings-card.security {
  border: 1px solid rgba(23, 32, 51, 0.1);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 12px 32px rgba(23, 32, 51, 0.06);
}

.v2-page .v2-settings-card.security {
  background: rgba(224, 242, 254, 0.42);
}

.v2-settings-card-icon {
  border: 0;
  border-radius: 11px;
  background: rgba(244, 185, 66, 0.18);
  color: #8a5707;
}

.v2-settings-card.security .v2-settings-card-icon {
  background: rgba(194, 24, 91, 0.09);
  color: var(--v2-raspberry);
}

.v2-account-created {
  border-color: rgba(23, 32, 51, 0.1);
  background: #fafbfc;
}

.v2-page .v2-legal-card,
.v2-page .v2-error-card {
  border: 1px solid rgba(23, 32, 51, 0.1);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 48px rgba(23, 32, 51, 0.08);
}

.v2-page .v2-error-code {
  border: 0;
  background: rgba(194, 24, 91, 0.09);
  color: var(--v2-raspberry);
}

.v2-error-help {
  background: rgba(224, 242, 254, 0.55);
}

.v2-lost-folder {
  transform: none;
  opacity: 0.92;
}

.v2-lost-folder-back,
.v2-lost-folder-front {
  border: 1px solid rgba(23, 32, 51, 0.13);
}

.v2-lost-folder-back {
  background: rgba(194, 24, 91, 0.8);
}

.v2-lost-folder-back::before {
  border: 1px solid rgba(23, 32, 51, 0.13);
  border-bottom: 0;
  background: rgba(194, 24, 91, 0.8);
}

.v2-lost-folder-front {
  background: #f8d795;
  box-shadow: 0 18px 40px rgba(23, 32, 51, 0.12);
}

.v2-lost-mark {
  border: 1px solid rgba(23, 32, 51, 0.13);
  box-shadow: 0 8px 22px rgba(23, 32, 51, 0.12);
}

@media (max-width: 820px) {
  .v2-hero {
    background: linear-gradient(155deg, var(--v2-paper), #eef8fe);
  }

  .v2-trust-ribbon > div + div {
    border-top: 1px solid rgba(23, 32, 51, 0.1);
  }

  .v2-auth-story {
    border-right: 0;
    border-bottom: 1px solid rgba(23, 32, 51, 0.08);
  }
}

@media (max-width: 600px) {
  .v2-section {
    padding: 72px 20px;
  }

  .v2-audience-band {
    padding: 0;
  }

  .v2-hero {
    padding: 54px 20px;
  }

  .v2-drive-card {
    box-shadow: 0 18px 42px rgba(23, 32, 51, 0.12);
  }
}

/* Nordic Utility refinement */
body.v2-page {
  background: var(--v2-white);
}

.v2-page .bg-overlay {
  display: none;
}

.v2-page h1,
.v2-page h2,
.v2-page h3,
.v2-page .v2-display,
.v2-page .v2-brand-name {
  font-family: "Manrope", "Inter", "Segoe UI", sans-serif;
}

.v2-page .btn,
.v2-page button.btn {
  min-height: 44px;
  padding: 10px 16px;
  border-width: 1px;
  border-radius: 8px;
  box-shadow: none;
  font-weight: 650;
  transition: background-color 140ms ease, border-color 140ms ease, color 140ms ease;
}

.v2-page .btn:hover:not(:disabled):not(.disabled),
.v2-page .btn:active:not(:disabled):not(.disabled) {
  transform: none;
  box-shadow: none;
}

.v2-page .btn-secondary {
  border-color: var(--v2-line-strong);
  background: var(--v2-white);
}

.v2-page .btn-secondary:hover:not(:disabled):not(.disabled),
.v2-page .btn-quiet:hover:not(:disabled):not(.disabled) {
  border-color: #94a3b8;
  background: var(--v2-sky);
}

.v2-page .account-menu-icon {
  width: 26px;
  height: 26px;
  border-radius: 6px;
  background: var(--v2-sky);
  color: var(--v2-muted);
}

.v2-page .account-menu {
  border: 1px solid var(--v2-line);
  border-radius: 8px;
  background: var(--v2-white);
  box-shadow: 0 12px 28px rgba(17, 24, 39, 0.1);
}

.v2-page .account-menu-item {
  border-radius: 5px;
  font-weight: 600;
}

.v2-page .account-menu-item-icon {
  color: var(--v2-muted);
}

.v2-page .btn:focus-visible,
.v2-page input:focus-visible,
.v2-page select:focus-visible,
.v2-page textarea:focus-visible,
.v2-page a:focus-visible,
.v2-page .account-menu-item:focus-visible {
  outline: 3px solid rgba(180, 35, 90, 0.22);
  outline-offset: 2px;
}

.v2-brand {
  gap: 10px;
  border-radius: 8px;
}

.v2-brand-mark {
  width: 36px;
  height: 36px;
  filter: none;
}

.v2-brand-name {
  font-size: 1.08rem;
  letter-spacing: -0.025em;
}

.v2-brand-tagline {
  color: var(--v2-muted);
  font-size: 0.64rem;
  font-weight: 600;
  letter-spacing: 0.015em;
}

.v2-kicker {
  display: block;
  margin-bottom: 14px;
  color: var(--v2-muted);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.v2-kicker::before {
  display: none;
}

.v2-site-header {
  min-height: 72px;
  border-bottom: 1px solid var(--v2-line);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: none;
}

.v2-site-nav {
  gap: 28px;
}

.v2-site-nav a {
  padding: 8px 0;
  border-radius: 0;
  color: var(--v2-muted);
  font-weight: 600;
}

.v2-site-nav a::after {
  height: 2px;
  bottom: 0;
  border: 0;
  border-radius: 0;
  background: var(--v2-raspberry);
  box-shadow: none;
}

.v2-site-nav a:hover {
  background: transparent;
  color: var(--v2-ink);
}

.v2-hero {
  min-height: 620px;
  gap: clamp(48px, 7vw, 96px);
  border: 0;
  background:
    linear-gradient(112deg, transparent 0 55.8%, var(--v2-raspberry) 55.8% 55.95%, transparent 55.95% 100%),
    linear-gradient(112deg, var(--v2-white) 0 55.9%, var(--v2-sky) 55.9% 100%);
  box-shadow: none;
}

.v2-hero::before {
  display: none;
}

.v2-hero-title {
  max-width: 680px;
  color: var(--v2-ink);
  font-size: clamp(3.25rem, 6vw, 5.8rem);
  letter-spacing: -0.05em;
  line-height: 0.98;
}

.v2-hero-title span {
  color: var(--v2-ink);
}

.v2-hero-lead {
  max-width: 620px;
  color: var(--v2-muted);
  font-size: 1.06rem;
  line-height: 1.65;
}

.v2-proof-list {
  margin-top: 24px;
  gap: 0;
}

.v2-proof-list li {
  padding: 0 14px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--v2-muted);
  font-size: 0.76rem;
}

.v2-proof-list li:first-child {
  padding-left: 0;
}

.v2-proof-list li + li {
  border-left: 1px solid var(--v2-line-strong);
}

.v2-drive-card {
  padding: 18px;
  border: 1px solid var(--v2-line);
  border-radius: 14px;
  background: var(--v2-white);
  box-shadow: 0 18px 46px rgba(17, 24, 39, 0.09);
}

.v2-drive-topbar {
  border-bottom-color: var(--v2-line);
}

.v2-drive-dots span {
  background: #cbd5e1;
}

.v2-drive-dots span:first-child {
  background: #94a3b8;
}

.v2-mock-button,
.v2-gallery-download {
  border: 0;
  border-radius: 7px;
  background: var(--v2-raspberry);
  color: var(--v2-white);
}

.v2-drive-file {
  border: 1px solid var(--v2-line);
  border-radius: 8px;
  background: var(--v2-white);
}

.v2-file-icon,
.v2-file-icon.folder {
  border: 0;
  border-radius: 7px;
  background: var(--v2-sky);
  color: var(--v2-muted);
}

.v2-delivery-ready {
  border: 1px solid rgba(22, 132, 119, 0.24);
  border-radius: 8px;
  background: rgba(22, 132, 119, 0.07);
}

.v2-ready-check {
  border: 0;
  background: var(--v2-teal);
  box-shadow: none;
}

.v2-trust-ribbon {
  border-block: 1px solid var(--v2-ink);
  background: var(--v2-ink);
  color: var(--v2-white);
}

.v2-trust-ribbon > div {
  padding-block: 22px;
}

.v2-trust-ribbon > div + div {
  border-left: 1px solid rgba(255, 255, 255, 0.16);
}

.v2-trust-ribbon strong {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--v2-white);
}

.v2-trust-ribbon strong::before {
  content: "✓";
  color: var(--v2-teal);
  font-size: 0.84rem;
  font-weight: 800;
}

.v2-trust-ribbon span {
  color: #cbd5e1;
}

.v2-section {
  padding-block: clamp(88px, 9vw, 128px);
}

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

.v2-section-heading h2,
.v2-share-copy h2,
.v2-audience-band h2,
.v2-final-cta h2 {
  letter-spacing: -0.04em;
  line-height: 1.08;
}

.v2-feature-grid {
  gap: 16px;
}

.v2-feature-card,
.v2-feature-card:nth-child(2),
.v2-feature-card:nth-child(3) {
  min-height: 0;
  padding: 28px;
  border: 1px solid var(--v2-line);
  border-radius: 10px;
  background: var(--v2-white);
  box-shadow: none;
}

.v2-feature-number {
  width: auto;
  height: auto;
  display: block;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--v2-muted);
  font-size: 0.7rem;
  letter-spacing: 0.08em;
}

.v2-feature-card h3 {
  margin-top: 28px;
}

.v2-share-showcase {
  background: var(--v2-sky);
}

.v2-gallery-mock {
  padding: 16px;
  border: 1px solid #d7e2e6;
  border-radius: 12px;
  background: var(--v2-white);
  box-shadow: 0 16px 40px rgba(17, 24, 39, 0.08);
}

.v2-gallery-mock::after,
.v2-photo-tile::before,
.v2-photo-tile::after {
  display: none;
}

.v2-photo-tile,
.v2-photo-tile:nth-child(2),
.v2-photo-tile:nth-child(3),
.v2-photo-tile:nth-child(4) {
  border: 0;
  border-radius: 6px;
  background: linear-gradient(145deg, #d8e4e8, #f6f9fa);
}

.v2-photo-tile:nth-child(2) {
  background: linear-gradient(145deg, #c9d8de, #eaf1f3);
}

.v2-photo-tile:nth-child(3) {
  background: linear-gradient(145deg, #e4ebee, #c9d6db);
}

.v2-photo-tile:nth-child(4) {
  background: linear-gradient(145deg, #d1dee3, #f1f5f6);
}

#use-cases.v2-section {
  border-color: var(--v2-line);
  background: var(--v2-white);
}

.v2-audience-band {
  color: var(--v2-ink);
}

.v2-audience-band h2 {
  color: var(--v2-ink);
}

.v2-audience-band > p {
  color: var(--v2-muted);
}

.v2-use-cases {
  gap: 8px;
}

.v2-use-cases span {
  padding: 8px 11px;
  border: 1px solid var(--v2-line);
  border-radius: 6px;
  background: var(--v2-sky);
  color: var(--v2-ink);
  font-weight: 600;
}

.v2-workflow li {
  padding-top: 22px;
  border-top: 1px solid var(--v2-line-strong);
}

.v2-workflow li::before {
  margin-bottom: 28px;
  color: var(--v2-muted);
}

.v2-final-cta {
  padding: clamp(48px, 7vw, 80px);
  border: 1px solid #d7e2e6;
  border-radius: 12px;
  background: var(--v2-sky);
  box-shadow: none;
}

.v2-site-footer {
  border-top: 1px solid var(--v2-line);
  background: var(--v2-white);
}

.v2-auth-shell {
  background: var(--v2-white);
}

.v2-auth-story {
  border-right: 1px solid #d7e2e6;
  background: var(--v2-sky);
  color: var(--v2-ink);
}

.v2-auth-story::before {
  display: none;
}

.v2-auth-story .v2-brand-name,
.v2-auth-story .v2-brand-tagline,
.v2-auth-pitch h2,
.v2-auth-pitch h2 span {
  color: var(--v2-ink);
}

.v2-auth-pitch h2 {
  font-size: clamp(2.75rem, 5vw, 5.2rem);
  letter-spacing: -0.05em;
  line-height: 1;
}

.v2-auth-pitch p {
  color: var(--v2-muted);
}

.v2-auth-proof {
  gap: 0;
}

.v2-auth-proof span {
  padding: 0 12px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--v2-muted);
  font-weight: 600;
}

.v2-auth-proof span:first-child {
  padding-left: 0;
}

.v2-auth-proof span + span {
  border-left: 1px solid var(--v2-line-strong);
}

.v2-auth-form-wrap {
  background: var(--v2-white);
}

.v2-page .v2-auth-card h1,
.v2-settings-head h1,
.v2-page .v2-legal-card h1,
.v2-error-card h1 {
  letter-spacing: -0.045em;
  line-height: 1.06;
}

.v2-page .v2-auth-card input,
.v2-page .v2-settings-card input {
  border: 1px solid var(--v2-line-strong);
  border-radius: 8px;
  background: var(--v2-white);
  box-shadow: none;
}

.v2-page .password-toggle {
  border: 0;
  border-radius: 6px;
  background: var(--v2-sky);
  color: var(--v2-ink);
}

.v2-page .v2-auth-card input:focus,
.v2-page .v2-settings-card input:focus {
  border-color: var(--v2-raspberry);
  box-shadow: 0 0 0 3px rgba(180, 35, 90, 0.12);
}

.v2-account-page,
.v2-legal-page {
  background: var(--v2-white);
}

.v2-app-header {
  min-height: 72px;
  margin-bottom: 44px;
  border-bottom: 1px solid var(--v2-line);
  background: var(--v2-white);
}

.v2-settings-nav,
.v2-legal-aside {
  border: 1px solid var(--v2-line);
  border-radius: 10px;
  background: var(--v2-white);
  box-shadow: none;
}

.v2-settings-nav a {
  border-radius: 6px;
}

.v2-settings-nav a:hover,
.v2-settings-nav a[aria-current="page"] {
  background: var(--v2-sky);
}

.v2-settings-nav a[aria-current="page"] {
  box-shadow: inset 2px 0 0 var(--v2-raspberry);
}

.v2-settings-nav a[aria-current="page"]::before {
  display: none;
}

.v2-page .v2-settings-card,
.v2-page .v2-settings-card.security {
  border: 1px solid var(--v2-line);
  border-radius: 12px;
  background: var(--v2-white);
  box-shadow: none;
}

.v2-settings-card-icon,
.v2-settings-card.security .v2-settings-card-icon {
  border: 0;
  border-radius: 8px;
  background: var(--v2-sky);
  color: var(--v2-muted);
}

.v2-account-created {
  border-color: var(--v2-line);
  border-radius: 8px;
  background: var(--v2-sky);
}

.v2-page .v2-legal-card,
.v2-page .v2-error-card {
  border: 1px solid var(--v2-line);
  border-radius: 12px;
  background: var(--v2-white);
  box-shadow: none;
}

.v2-error-page {
  background: var(--v2-sky);
}

.v2-error-shell {
  width: min(760px, calc(100% - 40px));
  min-height: 100dvh;
}

.v2-error-grid {
  width: 100%;
  grid-template-columns: minmax(0, 720px);
  justify-content: center;
}

.v2-page .v2-error-code {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--v2-muted);
  letter-spacing: 0.08em;
}

.v2-error-help {
  border: 1px solid var(--v2-line);
  border-radius: 8px;
  background: var(--v2-sky);
}

.v2-lost-folder {
  display: none;
}

@media (max-width: 1040px) {
  .v2-hero {
    background:
      linear-gradient(162deg, transparent 0 51.8%, var(--v2-raspberry) 51.8% 52%, transparent 52% 100%),
      linear-gradient(162deg, var(--v2-white) 0 51.9%, var(--v2-sky) 51.9% 100%);
  }
}

@media (max-width: 820px) {
  .v2-auth-story {
    border-right: 0;
    border-bottom: 1px solid #d7e2e6;
  }

  .v2-trust-ribbon > div + div {
    border-top: 1px solid rgba(255, 255, 255, 0.16);
  }
}

@media (max-width: 600px) {
  .v2-section {
    padding-block: 72px;
  }

  .v2-proof-list {
    display: flex;
  }

  .v2-proof-list li {
    text-align: left;
  }

  .v2-drive-card {
    box-shadow: 0 12px 30px rgba(17, 24, 39, 0.08);
  }
}

/* Superseded marketing experiment retained temporarily for comparison. */
@supports (display: __filezhare_disabled_experiment__) {
.v2-landing .v2-section-heading-split {
  max-width: none;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.58fr);
  align-items: end;
  column-gap: clamp(48px, 8vw, 120px);
}

.v2-landing .v2-section-heading-split .v2-kicker {
  grid-column: 1 / -1;
}

.v2-landing .v2-section-heading-split h2 {
  max-width: 820px;
  font-size: clamp(3rem, 5.4vw, 5.6rem);
}

.v2-landing .v2-section-heading-split > p:not(.v2-kicker) {
  margin: 0 0 8px;
  font-size: 1rem;
  line-height: 1.75;
}

.v2-landing .v2-feature-grid {
  margin-top: 64px;
}

.v2-landing .v2-feature-card {
  padding: 32px;
  border-top: 3px solid var(--v2-ink);
}

.v2-landing .v2-feature-card:nth-child(2) {
  border-top-color: var(--v2-raspberry);
}

.v2-landing .v2-feature-card:nth-child(3) {
  border-top-color: var(--v2-sky-strong);
}

.v2-landing .v2-feature-card h3 {
  font-size: 1.5rem;
}

.v2-landing .v2-share-showcase {
  border-top: 3px solid var(--v2-raspberry);
  border-bottom: 0;
  background: var(--v2-ink);
  color: var(--v2-white);
}

.v2-landing .v2-share-copy .v2-kicker {
  color: #a8bac2;
}

.v2-landing .v2-share-copy h2 {
  max-width: 700px;
  color: var(--v2-white);
  font-size: clamp(3.2rem, 5.5vw, 5.6rem);
  letter-spacing: -0.048em;
  line-height: 1.02;
}

.v2-landing .v2-share-copy > p:not(.v2-kicker) {
  max-width: 600px;
  color: #cbd5e1;
  font-size: 1rem;
}

.v2-landing .v2-check-list {
  margin-top: 32px;
  gap: 14px;
}

.v2-landing .v2-check-list li {
  color: #f8fafc;
  font-weight: 600;
}

.v2-landing .v2-check-list li::before {
  width: 20px;
  height: 20px;
  border-radius: 4px;
  background: var(--v2-teal);
}

.v2-landing .v2-gallery-mock {
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 14px;
  background: var(--v2-white);
  color: var(--v2-ink);
  box-shadow: 0 28px 72px rgba(0, 0, 0, 0.26);
}

.v2-landing .v2-photo-grid {
  grid-template-rows: 152px 152px;
  gap: 10px;
}

.v2-landing .v2-photo-tile,
.v2-landing .v2-photo-tile:nth-child(2),
.v2-landing .v2-photo-tile:nth-child(3),
.v2-landing .v2-photo-tile:nth-child(4) {
  min-width: 0;
  padding: 16px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  border: 1px solid #d7e2e6;
  border-radius: 8px;
  background: var(--v2-sky);
  color: var(--v2-ink);
}

.v2-landing .v2-photo-tile:first-child {
  border-top: 4px solid var(--v2-raspberry);
  background:
    linear-gradient(135deg, transparent 0 54%, var(--v2-raspberry) 54% 55%, transparent 55%),
    linear-gradient(135deg, #dce9ed 0 54%, var(--v2-white) 54%);
}

.v2-landing .v2-photo-tile:nth-child(2) {
  background: linear-gradient(150deg, var(--v2-white) 0 58%, #dce9ed 58%);
}

.v2-landing .v2-photo-tile:nth-child(3) {
  background: linear-gradient(138deg, #293447 0 48%, var(--v2-sky) 48%);
}

.v2-landing .v2-photo-tile:nth-child(4) {
  background:
    linear-gradient(160deg, transparent 0 61%, var(--v2-raspberry) 61% 63%, transparent 63%),
    linear-gradient(160deg, var(--v2-sky) 0 61%, var(--v2-white) 61%);
}

.v2-landing #use-cases.v2-section {
  background: var(--v2-white);
}

.v2-landing .v2-audience-band {
  max-width: none;
  padding-left: clamp(24px, 4vw, 52px);
  border-left: 3px solid var(--v2-raspberry);
}

.v2-landing .v2-audience-band .v2-kicker {
  margin-bottom: 18px;
}

.v2-landing .v2-audience-band h2 {
  max-width: 980px;
  font-size: clamp(3.2rem, 6vw, 6.2rem);
  letter-spacing: -0.05em;
}

.v2-landing .v2-audience-band > p {
  max-width: 620px;
  margin-top: 24px;
  font-size: 1rem;
}

.v2-landing .v2-use-cases {
  width: 100%;
  margin-top: 58px;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
  border-block: 1px solid var(--v2-line-strong);
}

.v2-landing .v2-use-cases span {
  min-height: 82px;
  padding: 18px;
  display: flex;
  align-items: center;
  border: 0;
  border-radius: 0;
  background: var(--v2-white);
  color: var(--v2-ink);
  font-size: 0.78rem;
}

.v2-landing .v2-use-cases span + span {
  border-left: 1px solid var(--v2-line);
}

.v2-landing .v2-use-cases span:nth-child(2),
.v2-landing .v2-use-cases span:nth-child(4) {
  background: var(--v2-sky);
}

.v2-landing #how-it-works .v2-section-heading h2 {
  font-size: clamp(3rem, 5vw, 5.4rem);
}

.v2-landing .v2-workflow {
  margin-top: 64px;
}

.v2-landing .v2-workflow li {
  border-top-width: 2px;
}

.v2-landing .v2-workflow li::before {
  color: var(--v2-raspberry);
}

.v2-landing .v2-workflow h3 {
  font-size: 1.5rem;
}

.v2-landing .v2-cta-section {
  position: relative;
  overflow: hidden;
  border-top: 0;
  background:
    linear-gradient(118deg, transparent 0 73.8%, rgba(255, 255, 255, 0.76) 73.8% 74%, transparent 74%),
    linear-gradient(118deg, var(--v2-ink) 0 74%, var(--v2-raspberry) 74% 100%);
  color: var(--v2-white);
  box-shadow: none;
}

.v2-landing .v2-final-cta {
  padding: clamp(28px, 4vw, 52px) 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--v2-white);
}

.v2-landing .v2-final-cta h2 {
  max-width: 980px;
  font-size: clamp(3.2rem, 6vw, 6.2rem);
  letter-spacing: -0.052em;
  color: var(--v2-white);
}

.v2-landing .v2-final-cta p {
  color: #cbd5e1;
}

.v2-landing .v2-final-cta .btn-primary {
  border-color: var(--v2-white);
  background: var(--v2-white);
  color: var(--v2-ink);
}

.v2-landing .v2-final-cta .btn-primary:hover:not(:disabled):not(.disabled) {
  border-color: var(--v2-sky);
  background: var(--v2-sky);
  color: var(--v2-ink);
}

.v2-landing .v2-final-cta .btn-secondary {
  border-color: rgba(255, 255, 255, 0.5);
  background: transparent;
  color: var(--v2-white);
}

.v2-landing .v2-final-cta .btn-secondary:hover:not(:disabled):not(.disabled) {
  border-color: var(--v2-white);
  background: rgba(255, 255, 255, 0.08);
  color: var(--v2-white);
}

@media (max-width: 1040px) {
  .v2-landing .v2-section-heading-split {
    grid-template-columns: 1fr;
  }

  .v2-landing .v2-section-heading-split > p:not(.v2-kicker) {
    max-width: 620px;
    margin-top: 24px;
  }

  .v2-landing .v2-share-showcase {
    background: var(--v2-ink);
  }

  .v2-landing .v2-use-cases {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .v2-landing .v2-use-cases span:nth-child(4) {
    border-left: 0;
    border-top: 1px solid var(--v2-line);
  }

  .v2-landing .v2-use-cases span:nth-child(5) {
    border-top: 1px solid var(--v2-line);
  }
}

@media (max-width: 700px) {
  .v2-landing .v2-proof-list {
    width: 100%;
    max-width: 430px;
    padding: 13px 14px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    border: 1px solid rgba(148, 163, 184, 0.46);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.92);
  }

  .v2-landing .v2-proof-list li,
  .v2-landing .v2-proof-list li:first-child {
    position: relative;
    padding: 0 0 0 16px;
    border: 0;
    text-align: left;
  }

  .v2-landing .v2-proof-list li::before {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    left: 0;
    top: 0.42em;
    background: var(--v2-teal);
  }

  .v2-landing .v2-photo-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 132px 132px;
  }

  .v2-landing .v2-photo-tile:first-child {
    grid-column: 1 / -1;
    grid-row: auto;
  }

  .v2-landing .v2-photo-tile:nth-child(3) {
    display: flex;
  }

  .v2-landing .v2-photo-tile:nth-child(4) {
    display: none;
  }

  .v2-landing .v2-audience-band {
    padding-left: 20px;
  }

  .v2-landing .v2-use-cases {
    grid-template-columns: 1fr 1fr;
  }

  .v2-landing .v2-use-cases span,
  .v2-landing .v2-use-cases span:nth-child(4),
  .v2-landing .v2-use-cases span:nth-child(5) {
    border-top: 1px solid var(--v2-line);
  }

  .v2-landing .v2-use-cases span:nth-child(1),
  .v2-landing .v2-use-cases span:nth-child(2) {
    border-top: 0;
  }

  .v2-landing .v2-use-cases span:nth-child(odd) {
    border-left: 0;
  }

}

@media (max-width: 420px) {
  .v2-landing .v2-proof-list {
    max-width: 100%;
  }

  .v2-landing .v2-gallery-mock {
    padding: 15px;
  }

  .v2-landing .v2-gallery-head {
    align-items: flex-start;
  }

  .v2-landing .v2-gallery-download {
    padding: 8px 9px;
    white-space: nowrap;
  }

  .v2-landing .v2-cta-section {
    background:
      linear-gradient(150deg, transparent 0 78.7%, rgba(255, 255, 255, 0.76) 78.7% 79%, transparent 79%),
      linear-gradient(150deg, var(--v2-ink) 0 79%, var(--v2-raspberry) 79% 100%);
  }
}
}

/* Mixed-file share preview */
.v2-landing .v2-photo-tile.v2-mock-photo,
.v2-landing .v2-photo-tile.v2-mock-video,
.v2-landing .v2-photo-tile.v2-mock-folder,
.v2-landing .v2-photo-tile.v2-mock-document {
  position: relative;
  overflow: hidden;
  padding: 14px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  border: 1px solid rgba(17, 24, 39, 0.09);
}

.v2-landing .v2-photo-tile.v2-mock-photo {
  background:
    linear-gradient(180deg, transparent 38%, rgba(4, 15, 27, 0.88) 100%),
    radial-gradient(ellipse at 50% 38%, rgba(72, 216, 170, 0.72), transparent 22%),
    linear-gradient(145deg, #071726 0 34%, #146b69 54%, #0a2035 76%, #101827);
  color: var(--v2-white);
}

.v2-landing .v2-photo-tile.v2-mock-video {
  background:
    linear-gradient(180deg, rgba(17, 24, 39, 0.04), rgba(17, 24, 39, 0.76)),
    linear-gradient(145deg, #d8e7eb, #7799a3 58%, #263647);
  color: var(--v2-white);
}

.v2-landing .v2-photo-tile.v2-mock-folder {
  justify-content: space-between;
  background: linear-gradient(145deg, #f7fbfc, #dce9ed);
  color: var(--v2-ink);
}

.v2-landing .v2-photo-tile.v2-mock-folder > i {
  color: var(--v2-raspberry);
  font-size: 2rem;
}

.v2-landing .v2-photo-tile.v2-mock-document {
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 14px;
  background: linear-gradient(145deg, var(--v2-white), #eef5f7);
  color: var(--v2-ink);
}

.v2-mock-file-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  padding: 5px 7px;
  border: 1px solid rgba(255, 255, 255, 0.46);
  border-radius: 6px;
  background: rgba(17, 24, 39, 0.52);
  color: var(--v2-white);
  font-size: 0.56rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.v2-mock-play {
  position: absolute;
  inset: 50% auto auto 50%;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  transform: translate(-50%, -55%);
  border: 1px solid rgba(255, 255, 255, 0.56);
  border-radius: 50%;
  background: rgba(17, 24, 39, 0.58);
  color: var(--v2-white);
  font-size: 0.75rem;
  padding-left: 2px;
}

.v2-mock-item-caption {
  min-width: 0;
  max-width: 100%;
  display: grid;
  gap: 3px;
  text-align: left;
}

.v2-mock-item-caption strong,
.v2-mock-item-caption small {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.v2-mock-item-caption strong {
  font-size: 0.75rem;
  font-weight: 750;
}

.v2-mock-item-caption small {
  color: inherit;
  font-size: 0.6rem;
  opacity: 0.76;
}

.v2-mock-document-icon {
  flex: 0 0 auto;
  width: 44px;
  height: 54px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(180, 35, 90, 0.22);
  border-radius: 8px;
  background: rgba(180, 35, 90, 0.08);
  color: var(--v2-raspberry);
  font-size: 0.63rem;
  font-weight: 850;
  letter-spacing: 0.04em;
}

/* Account clarity and contrast */
.v2-account-page #owner-email,
.v2-landing #landing-owner-email {
  color: var(--v2-ink) !important;
  opacity: 1;
}

.v2-account-page .account-menu-chevron,
.v2-landing .account-menu-chevron {
  color: var(--v2-muted) !important;
}

.v2-account-page .v2-profile-row {
  display: block;
}

.v2-profile-field {
  min-width: 0;
}

.v2-profile-field > label {
  display: block;
  margin-bottom: 9px;
  color: var(--v2-ink);
  font-size: 0.78rem;
  font-weight: 700;
}

.v2-locked-email {
  min-height: 66px;
  padding: 0 16px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  border: 1px solid var(--v2-line-strong);
  border-radius: 10px;
  background: #f8fafc;
}

.v2-locked-email > i {
  color: var(--v2-muted);
  font-size: 0.82rem;
}

.v2-page .v2-locked-email #account-email {
  width: 100%;
  min-width: 0;
  height: auto;
  min-height: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: var(--v2-ink);
  cursor: default;
  font-size: 1rem;
  font-weight: 650;
}

.v2-page .v2-locked-email #account-email:focus {
  border: 0;
  box-shadow: none;
  outline: 2px solid rgba(180, 35, 90, 0.22);
  outline-offset: 5px;
}

.v2-locked-badge {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 5px 9px;
  border: 1px solid #d7e2e6;
  border-radius: 7px;
  background: var(--v2-sky);
  color: var(--v2-muted);
  font-size: 0.65rem;
  font-weight: 750;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.v2-account-meta {
  margin-top: 10px;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
}

.v2-account-meta > p {
  margin: 0;
}

.v2-account-meta #account-email-note {
  color: var(--v2-muted);
  font-size: 0.75rem;
  line-height: 1.5;
}

.v2-account-page .v2-account-created {
  padding: 0;
  display: flex;
  align-items: baseline;
  gap: 6px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--v2-muted);
  font-size: 0.72rem;
  white-space: nowrap;
}

.v2-account-page .v2-account-created strong {
  display: inline;
  margin: 0;
  color: var(--v2-muted);
  font-size: inherit;
  letter-spacing: 0;
  text-transform: none;
}

.v2-session-action {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid var(--v2-line);
}

.v2-session-action > span {
  display: grid;
  gap: 4px;
  color: var(--v2-muted);
}

.v2-session-action strong {
  color: var(--v2-ink);
}

@media (max-width: 640px) {
  .v2-session-action {
    align-items: stretch;
    flex-direction: column;
  }
}

@media (max-width: 700px) {
  .v2-account-meta {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .v2-account-page .v2-account-created {
    white-space: normal;
  }
}

/* User-selected balanced marketing treatment: the light panel version. */
.v2-landing .v2-trust-ribbon {
  border-block: 1px solid #d7e2e6;
  background: #e3f1f5;
  color: var(--v2-ink);
}

.v2-landing .v2-trust-ribbon > div + div {
  border-left-color: #cbdde3;
}

.v2-landing .v2-trust-ribbon strong {
  color: var(--v2-ink);
}

.v2-landing .v2-trust-ribbon strong::before {
  color: var(--v2-teal);
}

.v2-landing .v2-trust-ribbon span {
  color: var(--v2-muted);
}

.v2-landing .v2-feature-card,
.v2-landing .v2-feature-card:nth-child(2),
.v2-landing .v2-feature-card:nth-child(3) {
  min-height: 250px;
  padding: 30px;
  border: 1px solid rgba(17, 24, 39, 0.1);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 12px 34px rgba(17, 24, 39, 0.07);
}

.v2-landing .v2-feature-card:nth-child(2) {
  background: rgba(238, 245, 247, 0.88);
}

.v2-landing .v2-feature-number {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 10px;
  background: rgba(180, 35, 90, 0.09);
  color: var(--v2-raspberry);
}

.v2-landing .v2-feature-card h3 {
  margin-top: 42px;
}

.v2-landing .v2-share-showcase {
  border-top: 1px solid #d7e2e6;
  border-bottom: 1px solid #d7e2e6;
  background: #f4fafe;
  color: var(--v2-ink);
}

.v2-landing .v2-share-copy .v2-kicker {
  color: var(--v2-raspberry);
}

.v2-landing .v2-share-copy h2 {
  color: var(--v2-ink);
}

.v2-landing .v2-share-copy > p:not(.v2-kicker) {
  color: var(--v2-muted);
}

.v2-landing .v2-check-list li {
  color: var(--v2-ink);
}

.v2-landing .v2-gallery-mock {
  padding: 18px;
  border: 1px solid rgba(17, 24, 39, 0.12);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.94);
  color: var(--v2-ink);
  box-shadow: 0 24px 64px rgba(17, 24, 39, 0.12);
}

.v2-landing .v2-photo-tile,
.v2-landing .v2-photo-tile:nth-child(2),
.v2-landing .v2-photo-tile:nth-child(3),
.v2-landing .v2-photo-tile:nth-child(4) {
  border: 0;
  border-radius: 11px;
}

.v2-landing #use-cases.v2-section {
  border-color: #d7e2e6;
  background: var(--v2-sky);
}

.v2-landing .v2-audience-band,
.v2-landing .v2-audience-band h2 {
  color: var(--v2-ink);
}

.v2-landing .v2-audience-band > p {
  color: var(--v2-muted);
}

.v2-landing .v2-use-cases span {
  border: 1px solid rgba(17, 24, 39, 0.1);
  background: rgba(255, 255, 255, 0.72);
  color: var(--v2-ink);
}

.v2-landing .v2-final-cta {
  padding: clamp(48px, 8vw, 90px);
  border: 1px solid rgba(17, 24, 39, 0.1);
  border-radius: 26px;
  background: linear-gradient(135deg, #e7f4f8, #f9fcfd);
  box-shadow: 0 18px 48px rgba(17, 24, 39, 0.09);
  color: var(--v2-ink);
}

.v2-landing .v2-final-cta::before,
.v2-landing .v2-final-cta::after {
  display: none;
}

.v2-landing .v2-final-cta h2 {
  color: var(--v2-ink);
}

.v2-landing .v2-final-cta p {
  color: var(--v2-muted);
}

.v2-landing .v2-final-cta .btn-primary {
  border-color: var(--v2-raspberry);
  background: var(--v2-raspberry);
  color: var(--v2-white);
}

.v2-landing .v2-final-cta .btn-secondary {
  border-color: var(--v2-ink);
  background: var(--v2-white);
  color: var(--v2-ink);
}

@media (max-width: 820px) {
  .v2-landing .v2-trust-ribbon > div + div {
    border-left: 0;
    border-top: 1px solid #cbdde3;
  }
}

@media (max-width: 700px) {
  .v2-landing .v2-proof-list {
    width: 100%;
    max-width: 430px;
    padding: 13px 14px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    border: 1px solid rgba(148, 163, 184, 0.46);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.92);
  }

  .v2-landing .v2-proof-list li,
  .v2-landing .v2-proof-list li:first-child {
    position: relative;
    padding: 0 0 0 16px;
    border: 0;
    text-align: left;
  }

  .v2-landing .v2-proof-list li::before {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    left: 0;
    top: 0.42em;
    background: var(--v2-teal);
  }

  .v2-landing .v2-final-cta {
    padding: 42px 24px;
    border-radius: 18px;
  }
}

/* Canonical marketing pricing. Prices remain visible while Checkout can stay fail-closed. */
.v2-landing .v2-pricing-section {
  position: relative;
  overflow: visible;
  background: #f4fafe;
}

.v2-pricing-grid {
  margin-top: clamp(42px, 6vw, 66px);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  gap: 18px;
}

.v2-pricing-card {
  position: relative;
  min-width: 0;
  min-height: 570px;
  padding: clamp(24px, 3vw, 32px);
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(17, 24, 39, 0.12);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 44px rgba(17, 24, 39, 0.08);
}

.v2-pricing-card.is-featured {
  border: 2px solid var(--v2-raspberry);
  box-shadow: 0 20px 48px rgba(180, 35, 90, 0.13);
}

.v2-pricing-badge {
  position: absolute;
  top: 0;
  right: 24px;
  margin: 0;
  padding: 7px 11px;
  transform: translateY(-50%);
  border-radius: 999px;
  background: var(--v2-raspberry);
  color: var(--v2-white);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.v2-pricing-card-heading {
  min-height: 116px;
}

.v2-pricing-card-heading h3 {
  margin: 0;
  color: var(--v2-ink);
  font-size: clamp(1.55rem, 2.1vw, 2rem);
  letter-spacing: -0.045em;
}

.v2-pricing-card-heading p {
  margin: 10px 0 0;
  color: var(--v2-muted);
  font-size: 0.88rem;
  line-height: 1.55;
}

.v2-pricing-price {
  min-height: 64px;
  margin: 24px 0 0;
  display: flex;
  align-items: baseline;
  gap: 8px;
}

.v2-pricing-price strong {
  color: var(--v2-ink);
  font-family: "Manrope", "Inter", sans-serif;
  font-size: clamp(2.75rem, 4vw, 3.7rem);
  font-weight: 800;
  letter-spacing: -0.065em;
  line-height: 1;
}

.v2-pricing-price span,
.v2-pricing-annual {
  color: var(--v2-muted);
  font-size: 0.78rem;
  font-weight: 650;
}

.v2-pricing-annual {
  min-height: 22px;
  margin: 8px 0 0;
}

.v2-pricing-limits {
  margin: 28px 0 30px;
  border-block: 1px solid var(--v2-line);
}

.v2-pricing-limits > div {
  min-height: 70px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
}

.v2-pricing-limits > div + div {
  border-top: 1px solid var(--v2-line);
}

.v2-pricing-limits dt {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 7px;
  color: var(--v2-muted);
  font-size: 0.76rem;
  font-weight: 700;
}

.v2-pricing-limits dd {
  margin: 0;
  color: var(--v2-ink);
  font-family: "Manrope", "Inter", sans-serif;
  font-size: 0.92rem;
  font-weight: 800;
  white-space: nowrap;
}

.v2-pricing-features {
  margin: -12px 0 26px;
  padding: 0;
  display: grid;
  gap: 9px;
  color: var(--v2-ink-soft);
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.45;
  list-style: none;
}

.v2-pricing-features li {
  display: flex;
  align-items: center;
  gap: 9px;
}

.v2-pricing-features i {
  width: 18px;
  color: var(--v2-raspberry);
  text-align: center;
}

.v2-pricing-card > .btn {
  width: 100%;
  margin-top: auto;
  justify-content: center;
}

.v2-pricing-tooltip {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.v2-pricing-tooltip-trigger {
  width: 22px;
  height: 22px;
  padding: 0;
  display: inline-grid;
  place-items: center;
  border: 1px solid #aebdc8;
  border-radius: 50%;
  background: var(--v2-white);
  color: #3f4c5f;
  cursor: pointer;
  font: 800 0.68rem/1 "Inter", sans-serif;
  list-style: none;
}

.v2-pricing-tooltip-trigger:focus-visible {
  outline: 3px solid var(--v2-teal);
  outline-offset: 2px;
}

.v2-pricing-tooltip-content {
  position: absolute;
  z-index: 20;
  width: min(280px, calc(100vw - 48px));
  left: 50%;
  bottom: calc(100% + 10px);
  padding: 11px 13px;
  transform: translate(-50%, 4px);
  border: 1px solid #c7d4dc;
  border-radius: 9px;
  background: var(--v2-white);
  box-shadow: 0 12px 30px rgba(17, 24, 39, 0.16);
  color: var(--v2-ink);
  font-size: 0.74rem;
  font-weight: 550;
  line-height: 1.5;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 140ms ease, transform 140ms ease, visibility 140ms ease;
}

.v2-pricing-tooltip:hover .v2-pricing-tooltip-content,
.v2-pricing-tooltip:has(.v2-pricing-tooltip-trigger:focus-visible) .v2-pricing-tooltip-content {
  transform: translate(-50%, 0);
  opacity: 1;
  visibility: visible;
}

.v2-pricing-included {
  margin-top: 20px;
  padding: clamp(24px, 4vw, 38px);
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
  align-items: center;
  gap: clamp(28px, 5vw, 64px);
  border: 1px solid #cbdde3;
  border-radius: 20px;
  background: #e3f1f5;
}

.v2-pricing-included .v2-kicker {
  margin-bottom: 11px;
}

.v2-pricing-included h3 {
  margin: 0;
  color: var(--v2-ink);
  font-size: clamp(1.4rem, 2.6vw, 2.15rem);
  letter-spacing: -0.045em;
}

.v2-pricing-included h3 + p {
  max-width: 520px;
  margin: 10px 0 0;
  color: var(--v2-muted);
  font-size: 0.82rem;
  line-height: 1.55;
}

.v2-pricing-included ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 12px;
}

.v2-pricing-included li {
  display: grid;
  grid-template-columns: 26px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  color: var(--v2-ink);
  font-size: 0.86rem;
  font-weight: 700;
}

.v2-pricing-included li i {
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--v2-teal);
  color: var(--v2-white);
  font-size: 0.66rem;
}

.v2-pricing-fine-print {
  max-width: 900px;
  margin: 18px auto 0;
  color: var(--v2-muted);
  font-size: 0.72rem;
  line-height: 1.6;
  text-align: center;
}

@media (max-width: 940px) {
  .v2-pricing-grid {
    width: min(620px, 100%);
    margin-inline: auto;
    grid-template-columns: 1fr;
  }

  .v2-pricing-card {
    min-height: 0;
  }

  .v2-pricing-card-heading {
    min-height: 0;
  }

  .v2-pricing-included {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 600px) {
  .v2-landing .v2-pricing-section {
    padding-inline: 20px;
  }

  .v2-pricing-grid {
    gap: 16px;
  }

  .v2-pricing-card {
    padding: 24px 20px;
    border-radius: 16px;
  }

  .v2-pricing-included {
    min-width: 0;
    padding: 24px 20px;
    border-radius: 16px;
  }

}
