:root {
  color-scheme: light;
  --bg: #fffaf6;
  --surface: #ffffff;
  --ink: #241812;
  --muted: #6f6259;
  --line: #eadfd6;
  --orange: #f97316;
  --orange-dark: #c2410c;
  --apricot: #fff0e4;
  --mint: #dff6ef;
  --blue: #dbeafe;
  --shadow: 0 24px 80px rgba(80, 45, 20, 0.14);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  line-height: 1.65;
}

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 24px;
  align-items: center;
  padding: 16px clamp(20px, 5vw, 64px);
  background: rgba(255, 250, 246, 0.86);
  border-bottom: 1px solid rgba(234, 223, 214, 0.75);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  min-width: 0;
  font-size: 1.05rem;
  font-weight: 500;
  letter-spacing: 0;
}

.brand-text {
  display: inline-flex;
  align-items: baseline;
  gap: 4px;
  min-width: 0;
  white-space: nowrap;
}

.brand-text strong {
  font-weight: 850;
}

.brand-text span {
  color: var(--muted);
  font-weight: 500;
}

.brand img,
.hero-title-icon {
  border-radius: 23%;
  box-shadow: 0 10px 28px rgba(249, 115, 22, 0.24);
}

.nav-links {
  display: flex;
  gap: 18px;
  color: var(--muted);
  font-size: 0.94rem;
  font-weight: 700;
}

.nav-links a:hover {
  color: var(--orange-dark);
}

.language-switch {
  display: inline-flex;
  gap: 4px;
  padding: 4px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 999px;
}

.language-button {
  min-width: 64px;
  height: 34px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--muted);
  font: inherit;
  font-size: 0.9rem;
  font-weight: 800;
  cursor: pointer;
}

.language-button.active {
  background: var(--ink);
  color: #fff;
}

main {
  overflow: hidden;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(320px, 0.96fr);
  gap: clamp(40px, 7vw, 96px);
  align-items: center;
  min-height: auto;
  padding: clamp(34px, 5vw, 56px) clamp(20px, 6vw, 88px) clamp(24px, 4vw, 44px);
}

.hero-copy {
  max-width: 720px;
}

.hero-title-row {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: clamp(14px, 2vw, 20px);
  align-items: center;
}

.hero-title-icon {
  width: clamp(78px, 7.2vw, 104px);
  height: auto;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--orange-dark);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1 {
  overflow-wrap: normal;
}

h1 {
  max-width: 720px;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  column-gap: 0;
  font-size: clamp(2.4rem, 4.16vw, 4.16rem);
  line-height: 0.98;
  letter-spacing: 0;
}

html[lang="en"] h1 {
  column-gap: 0.25em;
}

h1 span {
  display: inline-block;
  white-space: nowrap;
}

h2 {
  margin: 0;
  font-size: clamp(1.6rem, 3.52vw, 3.2rem);
  line-height: 1.08;
  letter-spacing: 0;
}

.privacy-title {
  display: flex;
  flex-wrap: wrap;
  column-gap: 0;
}

.privacy-title span {
  white-space: nowrap;
}

html[lang="en"] .privacy-title {
  column-gap: 0.25em;
}

h3 {
  margin: 0 0 8px;
  font-size: 1.08rem;
  line-height: 1.35;
}

.hero-lead,
.intro-text,
.support-section > .section-heading p {
  color: var(--muted);
  font-size: clamp(1.02rem, 1.8vw, 1.25rem);
}

.hero-lead {
  max-width: 660px;
  margin: 28px 0 0;
}

/* Lower hero block (campaign / App Store / trust pills) centers within the
   same 660px box as the lead text, so their horizontal centers line up. */
.hero-cta {
  max-width: 660px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.app-store-badge {
  display: flex;
  width: fit-content;
  margin: 30px auto 0;
}

.app-store-badge img {
  display: block;
  width: 142px;
  height: auto;
}

.primary-link,
.secondary-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border-radius: 999px;
  font-weight: 850;
}

.primary-link {
  background: var(--orange);
  color: #fff;
  box-shadow: 0 14px 34px rgba(249, 115, 22, 0.28);
}

.secondary-link {
  background: var(--surface);
  border: 1px solid var(--line);
  color: var(--ink);
}

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-top: 52px;
}

.trust-row span,
.pill-list li {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 13px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.7);
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 800;
}

.hero-visual {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 600px;
}

.iphone-mock {
  position: relative;
  width: min(410px, 74vw);
  aspect-ratio: 1350 / 2760;
  background: transparent;
  filter: drop-shadow(0 28px 52px rgba(80, 45, 20, 0.16));
}

.screen-capture {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.iphone-screen {
  position: relative;
  height: 100%;
  overflow: hidden;
  background: #050505;
  border-radius: 36px;
}

.iphone-screen::before {
  display: none;
}

.status-bar,
.top-controls,
.capture-bar {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 4;
  color: #fff;
}

.status-bar {
  top: 0;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  height: 74px;
  padding: 0 34px;
  font-size: 1.25rem;
  font-weight: 800;
}

.camera-dot {
  display: block;
  width: 10px;
  height: 10px;
  background: #60df77;
  border-radius: 50%;
}

.status-icons {
  display: inline-flex;
  justify-self: end;
  align-items: center;
  gap: 9px;
}

.signal-bars {
  display: block;
  width: 24px;
  height: 18px;
  background:
    linear-gradient(to top, #fff 8px, transparent 8px) 0 100% / 4px 18px,
    linear-gradient(to top, #fff 12px, transparent 12px) 7px 100% / 4px 18px,
    linear-gradient(to top, #fff 16px, transparent 16px) 14px 100% / 4px 18px,
    linear-gradient(to top, #fff 18px, transparent 18px) 21px 100% / 4px 18px;
  background-repeat: no-repeat;
}

.wifi-icon {
  position: relative;
  display: block;
  width: 24px;
  height: 18px;
}

.wifi-icon::before,
.wifi-icon::after {
  position: absolute;
  left: 50%;
  border: 4px solid #fff;
  border-bottom: 0;
  border-radius: 999px 999px 0 0;
  content: "";
  transform: translateX(-50%);
}

.wifi-icon::before {
  bottom: 0;
  width: 24px;
  height: 14px;
}

.wifi-icon::after {
  bottom: 0;
  width: 12px;
  height: 7px;
}

.battery {
  min-width: 35px;
  padding: 2px 5px;
  background: #fff;
  color: #050505;
  border-radius: 8px;
  font-size: 0.9rem;
  line-height: 1.1;
  text-align: center;
}

.top-controls {
  top: 112px;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 0 34px 0 112px;
}

.tool-button {
  position: relative;
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  background: #161616;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 50%;
  color: #fff;
  font-size: 1.7rem;
  font-weight: 800;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04);
}

.tool-button.flash {
  color: #ffad42;
}

.tool-button.timer::before {
  width: 25px;
  height: 25px;
  border: 5px solid #fff;
  border-radius: 50%;
  content: "";
}

.tool-button.timer::after {
  position: absolute;
  top: 15px;
  left: 29px;
  width: 5px;
  height: 16px;
  background: #fff;
  border-radius: 999px;
  content: "";
  transform: rotate(-42deg);
  transform-origin: 50% 100%;
}

.tool-button.filter::before,
.tool-button.filter::after {
  position: absolute;
  width: 29px;
  height: 29px;
  border: 4px solid rgba(255, 255, 255, 0.82);
  border-radius: 50%;
  content: "";
}

.tool-button.filter::before {
  left: 15px;
  top: 13px;
}

.tool-button.filter::after {
  right: 12px;
  bottom: 11px;
  opacity: 0.48;
}

.camera-preview {
  position: relative;
  display: grid;
  place-items: start center;
  height: calc(100% - 402px);
  margin-top: 236px;
  padding-top: 76px;
  overflow: hidden;
  background: #fff;
}

.preview-paper {
  position: relative;
  width: 72%;
  aspect-ratio: 2 / 3;
  transform: rotate(-3deg) translateY(-6%);
  background: #fff7eb;
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.18);
}

.preview-paper img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.detection-outline {
  position: absolute;
  top: 70px;
  width: 75%;
  aspect-ratio: 2 / 3;
  border: 4px solid #ffd21f;
  border-radius: 4px;
  transform: rotate(-3deg) translateY(-6%);
  pointer-events: none;
}

.capture-bar {
  bottom: 0;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  height: 166px;
  padding: 0 42px;
  background: #050505;
}

.saved-thumb {
  justify-self: start;
  width: 58px;
  height: 58px;
  object-fit: cover;
  border: 2px solid rgba(255, 255, 255, 0.75);
  border-radius: 8px;
}

.shutter {
  display: block;
  width: 86px;
  height: 86px;
  background: #fff;
  border: 9px solid #777;
  border-radius: 50%;
}

.zoom {
  justify-self: end;
  display: grid;
  place-items: center;
  width: 70px;
  height: 70px;
  background: #161616;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  font-size: 1.2rem;
  font-weight: 800;
}

.section {
  padding: clamp(64px, 9vw, 112px) clamp(20px, 6vw, 88px);
}

.section-heading {
  max-width: 800px;
}

.intro-section {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 42px;
  align-items: start;
  background: var(--surface);
  border-block: 1px solid var(--line);
}

.intro-text {
  margin: 32px 0 0;
}

#features {
  background: var(--bg);
}

.pricing-section {
  background: var(--bg);
  border-bottom: 1px solid var(--line);
}

.support-section {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(28px, 6vw, 76px);
  align-items: start;
  background: var(--bg);
  border-bottom: 1px solid var(--line);
}

.support-section .section-heading {
  position: sticky;
  top: 94px;
}

.support-section .section-heading p:not(.eyebrow) {
  max-width: 520px;
}

.support-groups {
  display: grid;
  gap: 24px;
}

.support-group {
  min-width: 0;
}

.support-contact-group {
  margin-top: -6px;
}

.support-group h3 {
  margin: 0 0 12px;
  color: var(--orange-dark);
  font-size: 0.98rem;
  font-weight: 900;
}

.qa-list {
  display: grid;
  gap: 8px;
}

.qa-list details {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 12px 28px rgba(80, 45, 20, 0.05);
}

.qa-list summary {
  position: relative;
  display: block;
  padding: 18px 52px 18px 20px;
  color: var(--ink);
  font-weight: 680;
  line-height: 1.45;
  cursor: pointer;
  list-style: none;
}

.qa-list summary::-webkit-details-marker {
  display: none;
}

.qa-list summary::after {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 10px;
  height: 10px;
  border-right: 2px solid var(--orange-dark);
  border-bottom: 2px solid var(--orange-dark);
  content: "";
  transform: translateY(-60%) rotate(45deg);
  transition: transform 0.16s ease;
}

.qa-list details[open] summary::after {
  transform: translateY(-35%) rotate(225deg);
}

.qa-list p {
  margin: 0;
  padding: 0 20px 20px;
  color: var(--muted);
}

.inline-mail-link {
  display: inline-block;
  margin-left: 0.35em;
  color: var(--orange-dark);
  font-weight: 800;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 36px;
}

.plan-card {
  display: grid;
  align-content: start;
  min-height: 300px;
  padding: clamp(24px, 4vw, 34px);
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(80, 45, 20, 0.08);
}

.featured-plan {
  border-color: rgba(194, 107, 61, 0.42);
  box-shadow: 0 20px 48px rgba(194, 107, 61, 0.14);
}

.plan-name {
  max-width: 520px;
  margin: 0 0 10px;
  color: var(--ink);
  font-size: clamp(1.48rem, 2.5vw, 2rem);
}

.plan-subhead {
  margin: 0 0 22px;
  color: var(--orange-dark);
  font-size: clamp(1.05rem, 1.7vw, 1.22rem);
  font-weight: 850;
}

.plan-price {
  margin: 0 0 18px;
  color: var(--ink);
  font-size: clamp(2.2rem, 4.5vw, 3.4rem);
  font-weight: 950;
  line-height: 1;
}

.plan-card p:last-child {
  margin: 0;
  color: var(--muted);
  font-size: 1rem;
}

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

.feature-card {
  min-height: 245px;
  padding: 24px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 12px 30px rgba(80, 45, 20, 0.06);
}

.feature-card p,
.policy-panel p {
  margin: 0;
  color: var(--muted);
}

.feature-icon {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 24px;
  background: var(--apricot);
  color: var(--orange-dark);
  border-radius: 50%;
  font-size: 0.76rem;
  font-weight: 950;
}

.details-band {
  display: grid;
  grid-template-columns: minmax(260px, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(28px, 6vw, 76px);
  align-items: start;
  background: var(--surface);
  border-block: 1px solid var(--line);
  color: var(--ink);
}

.details-band > div,
.two-column > .section-heading {
  min-width: 0;
}

.details-band .eyebrow {
  color: var(--orange-dark);
}

.details-band h2 {
  font-size: clamp(1.68rem, 3.2vw, 2.8rem);
  overflow-wrap: normal;
  word-break: normal;
}

.use-cases-title {
  display: flex;
  flex-wrap: wrap;
  column-gap: 0;
}

.use-cases-title span {
  white-space: nowrap;
}

html[lang="en"] .use-cases-title {
  column-gap: 0.25em;
}

html[lang="en"] .use-cases-title span {
  white-space: normal;
}

.pill-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: calc(0.82rem * 1.65 + 12px) 0 0;
  padding: 0;
  list-style: none;
}

.pill-list li {
  position: relative;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
  min-height: 104px;
  padding: 22px 14px 18px;
  background: var(--surface);
  border-color: var(--line);
  border-radius: 8px;
  color: var(--ink);
  font-size: clamp(1.05rem, 1.8vw, 1.32rem);
  box-shadow: 0 14px 34px rgba(80, 45, 20, 0.08);
}

.pill-list li::before {
  content: none;
}

.use-case-art {
  width: min(86px, 42%);
  min-width: 58px;
  height: auto;
}

.two-column {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(28px, 6vw, 76px);
  align-items: start;
  background: var(--surface);
}

.updated {
  margin: 58px 0 0;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 400;
}

.policy-panel {
  margin-top: calc(0.82rem * 1.65 + 12px);
  padding: 32px;
  background: #fffaf6;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.policy-panel h3 + p {
  margin-bottom: 26px;
}

.policy-panel h3:last-of-type + p {
  margin-bottom: 34px;
}

.policy-panel p:last-child,
.policy-panel p.updated {
  margin-bottom: 0;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 18px;
  padding: 30px clamp(20px, 6vw, 88px);
  background: var(--ink);
  color: #fff;
}

.footer-left {
  display: flex;
  align-items: flex-start;
  gap: clamp(28px, 5vw, 56px);
}

.footer-brand {
  display: grid;
  gap: 2px;
}

.footer-brand-line {
  display: inline-flex;
  gap: 6px;
  align-items: center;
  min-height: 28px;
  white-space: nowrap;
}

.site-footer span {
  color: #d9cec5;
}

.site-footer small {
  color: #bdaea3;
  font-size: 0.82rem;
}

.footer-links {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  min-height: 28px;
  gap: 18px;
  color: #d9cec5;
}

@media (max-width: 920px) {
  :root {
    --stack-content-gap: 24px;
  }

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

  .nav-links {
    display: none;
  }

  .hero,
  .intro-section,
  .details-band,
  .two-column,
  .support-section {
    grid-template-columns: 1fr;
    gap: var(--stack-content-gap);
  }

  .support-section .section-heading {
    position: static;
  }

  .hero {
    min-height: auto;
  }

  .hero-copy {
    max-width: none;
  }

  .hero-lead {
    max-width: none;
  }

  .hero-cta {
    max-width: none;
  }

  .hero-visual {
    min-height: 620px;
  }

  .pill-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 0;
  }

  .feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: var(--stack-content-gap);
  }

  .pricing-grid {
    grid-template-columns: 1fr;
    margin-top: var(--stack-content-gap);
  }

  .intro-text {
    margin-top: 0;
  }

  .policy-panel {
    margin-top: 0;
  }
}

@media (max-width: 640px) {
  .site-header {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 8px;
    padding: 10px 12px;
  }

  .nav-links {
    display: none;
  }

  .brand {
    gap: 7px;
    font-size: clamp(0.72rem, 3.1vw, 0.86rem);
  }

  .brand img {
    width: 32px;
    height: 32px;
    flex: 0 0 auto;
  }

  .brand-text {
    display: inline-flex;
  }

  .language-button {
    min-width: 44px;
    height: 32px;
    font-size: 0.76rem;
  }

  .hero {
    padding-top: 34px;
  }

  h1 {
    font-size: clamp(1.56rem, 8.4vw, 2.68rem);
  }

  .hero-title-row {
    gap: 10px;
  }

  .hero-title-icon {
    width: 58px;
  }

  .app-store-badge {
    margin-top: 16px;
  }

  .primary-link,
  .secondary-link {
    width: 100%;
  }

  .hero-visual {
    min-height: 560px;
  }

  .iphone-mock {
    width: min(320px, 84vw);
  }

  .status-bar {
    height: 62px;
    padding: 0 24px;
    font-size: 1.05rem;
  }

  .top-controls {
    top: 92px;
    gap: 10px;
    padding: 0 24px 0 86px;
  }

  .tool-button {
    width: 46px;
    height: 46px;
    font-size: 1.3rem;
  }

  .tool-button.timer::before {
    width: 20px;
    height: 20px;
    border-width: 4px;
  }

  .tool-button.timer::after {
    top: 12px;
    left: 23px;
    width: 4px;
    height: 13px;
  }

  .tool-button.filter::before,
  .tool-button.filter::after {
    width: 23px;
    height: 23px;
    border-width: 3px;
  }

  .tool-button.filter::before {
    left: 12px;
    top: 11px;
  }

  .tool-button.filter::after {
    right: 10px;
    bottom: 9px;
  }

  .camera-preview {
    height: calc(100% - 346px);
    margin-top: 196px;
    padding-top: 58px;
  }

  .detection-outline {
    top: 54px;
  }

  .capture-bar {
    height: 150px;
    padding: 0 30px;
  }

  .saved-thumb {
    width: 48px;
    height: 48px;
  }

  .shutter {
    width: 72px;
    height: 72px;
  }

  .zoom {
    width: 58px;
    height: 58px;
    font-size: 1rem;
  }

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

  .plan-card {
    min-height: auto;
  }

  .feature-card {
    min-height: auto;
  }

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

  .policy-panel {
    padding: 24px;
  }

  .qa-list summary {
    padding: 16px 46px 16px 16px;
  }

  .qa-list summary::after {
    right: 18px;
  }

  .qa-list p {
    padding: 0 16px 18px;
  }

  .site-footer {
    flex-direction: column;
  }

  .footer-left {
    flex-direction: column;
    gap: 14px;
  }

  .footer-links {
    justify-content: flex-start;
  }
}

/* Footer SNS links (note / X) — official brand assets, dark footer */
.footer-social {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  min-height: 28px;
  gap: 16px;
}

.footer-social-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #d9cec5;
  font-size: 0.9rem;
  font-weight: 700;
  transition: opacity 0.15s ease;
}

.footer-social-link:hover {
  opacity: 0.72;
}

.footer-social-link img {
  display: block;
}

/* CAMPAIGN START (remove after 2026-06-19) */
.hero-campaign {
  display: flex;
  width: fit-content;
  max-width: 100%;
  align-items: center;
  gap: 10px;
  margin: 24px auto 0;
  padding: 10px 16px;
  background: var(--apricot);
  border: 1px solid rgba(194, 107, 61, 0.42);
  border-radius: 10px;
  color: var(--orange-dark);
  font-size: 0.95rem;
  font-weight: 800;
  line-height: 1.4;
}

.hero-campaign-tag {
  flex-shrink: 0;
  padding: 3px 10px;
  background: var(--orange);
  color: #fff;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.plan-name-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin: 0 0 10px;
}

.plan-name-row .plan-name {
  margin: 0;
}

.plan-campaign-badge {
  padding: 5px 14px;
  background: var(--orange);
  color: #fff;
  border-radius: 999px;
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.3;
}

.plan-card p.plan-campaign-note {
  margin: 16px 0 0;
  padding-top: 16px;
  border-top: 1px solid var(--line);
  color: var(--orange-dark);
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.55;
}

@media (max-width: 640px) {
  .hero-campaign {
    align-items: flex-start;
    width: 100%;
  }
}
/* CAMPAIGN END */
