@import url("https://fonts.googleapis.com/css2?family=Fredoka:wght@600;700&family=Nunito:wght@500;700;800;900&display=swap");

* {
  box-sizing: border-box;
}

:root {
  --mj-font-heading: "Fredoka", "Nunito", ui-rounded, system-ui, sans-serif;
  --mj-font-body: "Nunito", ui-rounded, system-ui, sans-serif;
  --mj-blue: #3b82f6;
  --mj-cyan: #22d3ee;
  --mj-yellow: #fbbf24;
  --mj-lime: #84cc16;
  --mj-purple: #a855f7;
  --mj-cream: #fff8ec;
  --mj-sky: #eaf8ff;
  --mj-ink: #10204a;
  --mj-muted: #475569;
  --mj-line: rgba(16, 32, 74, 0.14);
  --mj-card: rgba(255, 255, 255, 0.88);
  --mj-shadow: 0 18px 44px rgba(16, 32, 74, 0.1);
  --mj-content: 1060px;
  --mj-pricing-content: 1240px;
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  margin: 0;
  color: var(--mj-ink);
  font-family: var(--mj-font-body);
  line-height: 1.6;
  background:
    radial-gradient(circle at -4% 12%, rgba(251, 191, 36, 0.22) 0 86px, transparent 87px),
    radial-gradient(circle at 104% 8%, rgba(34, 211, 238, 0.24) 0 116px, transparent 117px),
    linear-gradient(180deg, var(--mj-sky) 0%, #ffffff 42%, var(--mj-cream) 100%);
}

body.pricing-page {
  color: var(--mj-ink);
  background:
    radial-gradient(circle at 9% 14%, rgba(251, 191, 36, 0.28) 0 86px, transparent 87px),
    radial-gradient(circle at 92% 10%, rgba(34, 211, 238, 0.23) 0 116px, transparent 117px),
    radial-gradient(circle at 76% 78%, rgba(168, 85, 247, 0.14) 0 142px, transparent 143px),
    radial-gradient(circle at 18% 88%, rgba(132, 204, 22, 0.1) 0 126px, transparent 127px),
    linear-gradient(180deg, var(--mj-cream) 0%, #ffffff 46%, var(--mj-sky) 100%);
}

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

.panel a {
  color: var(--mj-blue);
  font-weight: 900;
}

img {
  max-width: 100%;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 14px clamp(18px, 4vw, 52px);
  border-bottom: 1px solid var(--mj-line);
  background: rgba(255, 255, 255, 0.84);
  backdrop-filter: blur(16px);
}

.pricing-page .site-header {
  border-bottom-color: rgba(16, 32, 74, 0.12);
  background: rgba(255, 255, 255, 0.86);
}

.brand {
  display: inline-flex;
  align-items: center;
  width: 236px;
  height: 96px;
  min-width: max-content;
  flex: 0 0 auto;
  font-weight: 900;
  font-size: 1.18rem;
}

.brand img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.nav-links,
.footer-links {
  display: flex;
  align-items: center;
  gap: clamp(14px, 2.3vw, 28px);
  font-weight: 800;
}

.nav-links {
  color: var(--mj-muted);
}

.pricing-page .nav-links {
  color: var(--mj-muted);
}

.nav-links a:hover,
.footer-links a:hover {
  color: var(--mj-blue);
}

.pricing-page .nav-links a:hover,
.pricing-page .footer-links a:hover {
  color: var(--mj-blue);
}

.login-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  border-radius: 999px;
  color: var(--mj-ink);
  font-weight: 900;
  background: linear-gradient(180deg, #ffe27a, var(--mj-yellow));
  box-shadow: 0 5px 0 #d99712;
}

main {
  width: min(var(--mj-content), calc(100% - 36px));
  margin: 0 auto;
  padding: clamp(38px, 7vw, 76px) 0;
}

.pricing-page main {
  width: min(var(--mj-pricing-content), calc(100% - 36px));
}

.hero {
  margin-bottom: 28px;
}

.pricing-page .hero {
  margin-bottom: 30px;
}

.pricing-hero {
  position: relative;
  min-height: 284px;
  padding: clamp(30px, 5vw, 56px) clamp(30px, 5vw, 58px);
  padding-right: clamp(220px, 25vw, 336px);
  border: 2px solid rgba(255, 255, 255, 0.9);
  border-radius: 30px;
  overflow: hidden;
  background:
    radial-gradient(ellipse at 16% 0%, rgba(251, 191, 36, 0.24), transparent 18rem),
    radial-gradient(ellipse at 92% 8%, rgba(34, 211, 238, 0.24), transparent 18rem),
    radial-gradient(ellipse at 72% 102%, rgba(255, 120, 168, 0.14), transparent 17rem),
    linear-gradient(145deg, rgba(255, 255, 255, 0.97), rgba(255, 248, 236, 0.82)),
    var(--mj-card);
  box-shadow:
    0 24px 58px rgba(16, 32, 74, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

.pricing-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 88% 24%, rgba(255, 255, 255, 0.6) 0 16px, transparent 17px),
    radial-gradient(circle at 82% 40%, rgba(34, 211, 238, 0.2) 0 11px, transparent 12px),
    linear-gradient(135deg, rgba(255, 255, 255, 0.36), transparent 42%, rgba(251, 191, 36, 0.12));
}

.pricing-hero > * {
  position: relative;
  z-index: 1;
}

.brand-mascot-accent {
  position: absolute;
  z-index: 0;
  display: block;
  width: clamp(84px, 10vw, 150px);
  height: auto;
  max-width: 160px;
  opacity: 0.12;
  pointer-events: none;
  user-select: none;
  object-fit: contain;
  filter: saturate(0.96);
}

.pricing-hero > .brand-mascot-accent,
.pricing-faq > .brand-mascot-accent {
  z-index: 0;
}

.mascot-accent--pricing-hero {
  right: clamp(34px, 6vw, 94px);
  bottom: clamp(14px, 3vw, 30px);
  width: clamp(150px, 16vw, 216px);
  max-width: 216px;
  opacity: 0.92;
  filter: saturate(1.05) drop-shadow(0 18px 26px rgba(59, 130, 246, 0.2));
  transform: rotate(-2deg);
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--mj-blue);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pricing-page .eyebrow {
  color: var(--mj-blue);
}

h1,
h2,
h3 {
  margin: 0;
  color: var(--mj-ink);
  line-height: 1.1;
  letter-spacing: 0;
}

.pricing-page h1,
.pricing-page h2,
.pricing-page h3 {
  color: var(--mj-ink);
}

h1 {
  max-width: 760px;
  font-size: clamp(2.2rem, 6vw, 4.4rem);
}

h2 {
  margin-top: 34px;
  font-size: clamp(1.45rem, 3vw, 2.05rem);
}

h3 {
  font-size: 1.2rem;
}

.panel h3 {
  margin-top: 22px;
}

p,
li {
  color: var(--mj-muted);
}

.pricing-page p,
.pricing-page li {
  color: var(--mj-muted);
}

.lede {
  max-width: 760px;
  margin: 18px 0 0;
  font-size: clamp(1.05rem, 2.1vw, 1.22rem);
}

.pricing-page .lede {
  color: var(--mj-muted);
}

.pricing-hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.pricing-hero-badges span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 13px;
  border: 1px solid rgba(59, 130, 246, 0.18);
  border-radius: 999px;
  color: var(--mj-ink);
  font-size: 0.86rem;
  font-weight: 900;
  background: rgba(255, 255, 255, 0.72);
}

.pricing-hero-badges span::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 7px;
  border: 2px solid currentColor;
  border-radius: 999px;
  color: var(--mj-blue);
  background: rgba(59, 130, 246, 0.08);
}

.pricing-hero-badges span:nth-child(2)::before {
  color: #f59e0b;
  background: rgba(251, 191, 36, 0.12);
}

.pricing-hero-badges span:nth-child(3)::before {
  color: #22c55e;
  background: rgba(68, 190, 96, 0.12);
}

.panel,
.price-card {
  border: 2px solid rgba(255, 255, 255, 0.86);
  border-radius: 22px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.7)),
    var(--mj-card);
  box-shadow: var(--mj-shadow);
}

.pricing-page .panel,
.pricing-page .price-card,
.pricing-page .faq-grid article {
  position: relative;
  overflow: hidden;
  border: 2px solid rgba(255, 255, 255, 0.86);
  background:
    radial-gradient(ellipse at 18% 0%, rgba(251, 191, 36, 0.12), transparent 14rem),
    radial-gradient(ellipse at 92% 8%, rgba(34, 211, 238, 0.11), transparent 14rem),
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.72)),
    var(--mj-card);
  box-shadow: 0 18px 44px rgba(16, 32, 74, 0.1);
  transition:
    transform 210ms ease-out,
    border-color 210ms ease-out,
    box-shadow 210ms ease-out,
    background-color 210ms ease-out,
    filter 210ms ease-out;
}

.pricing-page .panel::before,
.pricing-page .price-card::before,
.pricing-page .faq-grid article::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.28), transparent 42%, rgba(34, 211, 238, 0.07));
  opacity: 0.78;
}

.pricing-page .panel > *,
.pricing-page .price-card > *,
.pricing-page .faq-grid article > * {
  position: relative;
  z-index: 1;
}

.panel {
  padding: clamp(22px, 4vw, 38px);
}

.contact-page .hero {
  margin-bottom: clamp(22px, 4vw, 34px);
}

.contact-page h1 {
  max-width: 860px;
}

.contact-page .lede {
  max-width: 780px;
}

.contact-panel {
  display: grid;
  gap: clamp(22px, 4vw, 34px);
  padding: clamp(22px, 4vw, 42px);
}

.contact-intro {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.contact-card,
.contact-form-section {
  border: 1px solid rgba(59, 130, 246, 0.14);
  border-radius: 20px;
  background:
    radial-gradient(ellipse at 12% 0%, rgba(251, 191, 36, 0.13), transparent 14rem),
    linear-gradient(145deg, rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0.64));
}

.contact-card {
  display: flex;
  flex-direction: column;
  padding: clamp(18px, 3vw, 26px);
}

.contact-card h2,
.contact-form-section h2 {
  margin-top: 0;
}

.contact-card p,
.contact-form-section p {
  max-width: 720px;
}

.contact-card-support {
  border-color: rgba(251, 191, 36, 0.32);
  background:
    radial-gradient(ellipse at 18% 0%, rgba(251, 191, 36, 0.2), transparent 15rem),
    radial-gradient(ellipse at 92% 16%, rgba(34, 211, 238, 0.12), transparent 14rem),
    linear-gradient(145deg, rgba(255, 255, 255, 0.94), rgba(255, 248, 236, 0.72));
}

.contact-card-founder {
  border-color: rgba(59, 130, 246, 0.16);
}

.contact-email {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 42px;
  margin-top: auto;
  padding: 0 15px;
  border: 1px solid rgba(59, 130, 246, 0.22);
  border-radius: 999px;
  color: var(--mj-ink);
  background: rgba(255, 255, 255, 0.76);
  font-weight: 900;
  box-shadow: 0 8px 18px rgba(16, 32, 74, 0.06);
}

.contact-note {
  margin-bottom: 0;
  font-size: 0.95rem;
}

.contact-form-section {
  display: grid;
  grid-template-columns: minmax(220px, 0.78fr) minmax(0, 1.22fr);
  gap: clamp(18px, 4vw, 34px);
  align-items: start;
  padding: clamp(20px, 3.5vw, 32px);
}

.about-page .hero {
  margin-bottom: clamp(22px, 4vw, 34px);
}

.about-page h1 {
  max-width: 880px;
}

.about-page .lede {
  max-width: 820px;
}

.about-panel {
  display: grid;
  gap: 12px;
  padding: clamp(24px, 4.5vw, 44px);
}

.about-panel h2 {
  max-width: 760px;
}

.about-panel p {
  max-width: 820px;
  margin-top: 0;
}

body:not(.pricing-page) .panel h2:not(:first-child) {
  padding-top: 28px;
  border-top: 1px solid var(--mj-line);
}

.contact-page .contact-panel h2 {
  padding-top: 0;
  border-top: 0;
}

.panel p:last-child,
.price-card p:last-child {
  margin-bottom: 0;
}

.contact-form {
  display: grid;
  gap: 16px;
  margin-top: 18px;
}

.contact-form label {
  display: grid;
  gap: 7px;
  color: var(--mj-ink);
  font-weight: 900;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  border: 2px solid rgba(59, 130, 246, 0.18);
  border-radius: 16px;
  padding: 12px 14px;
  color: var(--mj-ink);
  background: rgba(255, 255, 255, 0.92);
  font: inherit;
  box-shadow: inset 0 2px 8px rgba(16, 32, 74, 0.04);
}

.contact-form textarea {
  resize: vertical;
  min-height: 132px;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: rgba(59, 130, 246, 0.56);
  outline: 3px solid rgba(34, 211, 238, 0.16);
}

.form-submit {
  justify-self: start;
  min-height: 50px;
  border: 0;
  border-radius: 999px;
  padding: 0 26px;
  color: var(--mj-ink);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.3), transparent 44%),
    linear-gradient(180deg, #ffe58a, var(--mj-yellow));
  box-shadow:
    0 5px 0 #d99712,
    0 12px 22px rgba(251, 191, 36, 0.18);
  font: inherit;
  font-weight: 900;
  cursor: pointer;
}

.form-submit:disabled {
  cursor: wait;
  opacity: 0.72;
}

.form-helper {
  margin: 0;
  font-size: 0.94rem;
}

.form-status {
  min-height: 1.4em;
  margin: 0;
  font-weight: 900;
}

.form-status[data-type="success"] {
  color: #207a34;
}

.form-status[data-type="error"] {
  color: #b42318;
}

.contact-honeypot {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.faq-panel {
  display: grid;
  gap: 22px;
}

.faq-panel h2 {
  margin-top: 0;
}

.faq-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.faq-card {
  padding: 18px;
  border: 1px solid rgba(16, 32, 74, 0.11);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.66);
}

.faq-card h3 {
  margin-top: 0;
  margin-bottom: 8px;
}

.faq-card p {
  margin: 0;
}

.price-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(240px, 1fr));
  gap: clamp(18px, 2vw, 24px);
  align-items: stretch;
  margin: 32px 0 30px;
}

.price-card {
  display: flex;
  min-height: 430px;
  flex-direction: column;
  border-top-width: 6px;
  padding: clamp(28px, 2.8vw, 34px);
}

.price-card h2 {
  margin-top: 0;
}

.pricing-page .price-card:hover,
.pricing-page .price-card:focus-within {
  transform: translateY(-4px);
  border-color: rgba(59, 130, 246, 0.32);
  box-shadow:
    0 24px 58px rgba(16, 32, 74, 0.14),
    0 0 0 4px rgba(34, 211, 238, 0.06);
  filter: saturate(1.03) brightness(1.01);
}

.price-card.starter-plan {
  border-top-color: rgba(59, 130, 246, 0.72);
  background:
    radial-gradient(ellipse at 16% 0%, rgba(59, 130, 246, 0.12), transparent 15rem),
    radial-gradient(ellipse at 94% 6%, rgba(34, 211, 238, 0.13), transparent 14rem),
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(234, 248, 255, 0.78)),
    var(--mj-card);
}

.price-card.featured {
  border-color: rgba(255, 95, 139, 0.32);
  border-top-color: rgba(255, 95, 139, 0.76);
  background:
    radial-gradient(ellipse at 18% 0%, rgba(255, 95, 139, 0.14), transparent 15rem),
    radial-gradient(ellipse at 94% 8%, rgba(251, 191, 36, 0.12), transparent 14rem),
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(255, 241, 246, 0.82)),
    var(--mj-card);
  box-shadow: 0 18px 44px rgba(255, 95, 139, 0.13);
}

.pricing-page .price-card.featured {
  border-color: rgba(255, 95, 139, 0.28);
  border-top-color: rgba(255, 95, 139, 0.76);
  box-shadow:
    0 18px 44px rgba(16, 32, 74, 0.1),
    0 0 0 4px rgba(255, 95, 139, 0.06);
}

.pricing-page .price-card.featured:hover,
.pricing-page .price-card.featured:focus-within {
  border-color: rgba(255, 95, 139, 0.42);
  border-top-color: rgba(255, 95, 139, 0.86);
  box-shadow:
    0 24px 58px rgba(16, 32, 74, 0.14),
    0 0 0 4px rgba(255, 95, 139, 0.1);
}

.price-card.recommended {
  border-color: rgba(68, 190, 96, 0.38);
  border-top-color: rgba(68, 190, 96, 0.78);
  background:
    radial-gradient(ellipse at 18% 0%, rgba(68, 190, 96, 0.14), transparent 15rem),
    radial-gradient(ellipse at 96% 10%, rgba(251, 191, 36, 0.16), transparent 15rem),
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(240, 253, 244, 0.82)),
    var(--mj-card);
  box-shadow:
    0 22px 54px rgba(59, 130, 246, 0.24),
    0 0 0 4px rgba(59, 130, 246, 0.08);
}

.pricing-page .price-card.recommended {
  border-color: rgba(68, 190, 96, 0.36);
  border-top-color: rgba(68, 190, 96, 0.78);
  background:
    radial-gradient(ellipse at 18% 0%, rgba(68, 190, 96, 0.14), transparent 15rem),
    radial-gradient(ellipse at 96% 10%, rgba(251, 191, 36, 0.14), transparent 15rem),
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(240, 253, 244, 0.82)),
    var(--mj-card);
  box-shadow:
    0 22px 54px rgba(16, 32, 74, 0.13),
    0 0 0 4px rgba(59, 130, 246, 0.08);
}

.pricing-page .price-card.recommended:hover,
.pricing-page .price-card.recommended:focus-within {
  transform: translateY(-5px);
  border-color: rgba(68, 190, 96, 0.52);
  border-top-color: rgba(68, 190, 96, 0.88);
  box-shadow:
    0 28px 66px rgba(16, 32, 74, 0.16),
    0 0 0 4px rgba(59, 130, 246, 0.12),
    0 10px 24px rgba(251, 191, 36, 0.1);
}

.price-card.secondary-plan {
  border-top-color: rgba(168, 85, 247, 0.76);
  background:
    radial-gradient(ellipse at 18% 0%, rgba(168, 85, 247, 0.12), transparent 15rem),
    radial-gradient(ellipse at 96% 10%, rgba(34, 211, 238, 0.1), transparent 15rem),
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(247, 240, 255, 0.8)),
    var(--mj-card);
  box-shadow: 0 14px 34px rgba(16, 32, 74, 0.07);
}

.pricing-page .price-card.secondary-plan {
  opacity: 0.96;
}

.price {
  margin: 16px 0 10px;
  color: var(--mj-ink);
  font-size: 2rem;
  font-weight: 900;
  line-height: 1;
}

.pricing-page .price {
  color: var(--mj-ink);
}

.price span {
  color: var(--mj-muted);
  font-size: 0.95rem;
}

.pricing-page .price span {
  color: var(--mj-muted);
}

.badge {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 14px;
  padding: 5px 10px;
  border-radius: 999px;
  color: #3f7d0a;
  font-size: 0.78rem;
  font-weight: 900;
  background: rgba(132, 204, 22, 0.14);
}

.starter-plan h2::before {
  content: "Starter";
  display: inline-flex;
  width: fit-content;
  margin-bottom: 16px;
  padding: 6px 12px;
  border: 1px solid rgba(59, 130, 246, 0.22);
  border-radius: 999px;
  color: #1d4ed8;
  background: rgba(59, 130, 246, 0.12);
  font-family: var(--mj-font-body);
  font-size: 0.78rem;
  font-weight: 900;
}

.starter-plan h2 {
  display: grid;
}

.pricing-page .badge {
  color: #bd174f;
  border: 1px solid rgba(255, 95, 139, 0.22);
  background: rgba(255, 95, 139, 0.14);
}

.badge-blue {
  color: #1d4ed8;
  background: rgba(59, 130, 246, 0.14);
}

.pricing-page .badge-blue {
  color: #248016;
  border-color: rgba(68, 190, 96, 0.22);
  background: rgba(68, 190, 96, 0.14);
}

.badge-soft {
  color: #6b7280;
  background: rgba(71, 85, 105, 0.1);
}

.pricing-page .badge-soft {
  color: #6d28d9;
  border-color: rgba(168, 85, 247, 0.18);
  background: rgba(168, 85, 247, 0.13);
}

.plan-features {
  display: grid;
  gap: 11px;
  margin: 24px 0 26px;
  padding: 0;
  list-style: none;
}

.plan-features li {
  position: relative;
  min-height: 20px;
  padding-left: 28px;
  color: var(--mj-ink);
  font-size: 0.95rem;
  line-height: 1.35;
}

.plan-features li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 18px;
  height: 18px;
  border-radius: 999px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.38), transparent 48%),
    var(--plan-accent, var(--mj-blue));
  box-shadow: 0 6px 12px rgba(16, 32, 74, 0.12);
}

.plan-features li::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 6px;
  width: 8px;
  height: 5px;
  border-left: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  transform: rotate(-45deg);
}

.starter-plan {
  --plan-accent: #3b82f6;
}

.price-card.featured {
  --plan-accent: #ff5f8b;
}

.price-card.recommended {
  --plan-accent: #44be60;
}

.price-card.secondary-plan {
  --plan-accent: #a855f7;
}

.pricing-page .plan-features li {
  color: var(--mj-ink);
}

.plan-cta {
  width: 100%;
  margin-top: auto;
}

.pricing-page .price-card .plan-cta {
  min-height: 50px;
  padding: 0 26px;
  border-radius: 999px;
  font-weight: 900;
  box-shadow:
    0 5px 0 rgba(16, 32, 74, 0.16),
    0 12px 22px rgba(16, 32, 74, 0.07);
}

.pricing-page .price-card.featured .plan-cta {
  border: 2px solid rgba(232, 153, 117, 0.36);
  color: var(--mj-ink);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.38), transparent 46%),
    linear-gradient(180deg, #ffe4c7, #f8b989);
  box-shadow:
    0 5px 0 #d98a62,
    0 13px 24px rgba(232, 153, 117, 0.16);
}

.pricing-page .price-card.featured .plan-cta:hover,
.pricing-page .price-card.featured .plan-cta:focus-visible {
  border-color: rgba(232, 153, 117, 0.5);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.44), transparent 46%),
    linear-gradient(180deg, #ffead6, #f6b17c);
  box-shadow:
    0 7px 0 #d98a62,
    0 17px 32px rgba(232, 153, 117, 0.2);
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.primary-btn,
.secondary-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 26px;
  border-radius: 999px;
  font-weight: 900;
  transition:
    transform 200ms ease-out,
    box-shadow 200ms ease-out,
    border-color 200ms ease-out,
    background 200ms ease-out,
    filter 200ms ease-out;
}

.primary-btn {
  color: var(--mj-ink);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.3), transparent 44%),
    linear-gradient(180deg, #ffe58a, var(--mj-yellow));
  box-shadow:
    0 5px 0 #d99712,
    0 12px 22px rgba(251, 191, 36, 0.18);
}

.pricing-page .primary-btn {
  color: var(--mj-ink);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.32), transparent 45%),
    linear-gradient(180deg, #ffe790, var(--mj-yellow));
  box-shadow:
    0 5px 0 #d99712,
    0 12px 22px rgba(251, 191, 36, 0.18);
}

.pricing-page .primary-btn:hover,
.pricing-page .primary-btn:focus-visible {
  transform: translateY(-2px);
  box-shadow:
    0 7px 0 #d99712,
    0 16px 30px rgba(251, 191, 36, 0.24);
  filter: saturate(1.05) brightness(1.025);
}

.pricing-page .primary-btn:active {
  transform: translateY(1px);
  box-shadow:
    0 2px 0 #d99712,
    0 8px 16px rgba(251, 191, 36, 0.16);
}

.secondary-btn {
  border: 2px solid rgba(59, 130, 246, 0.3);
  color: var(--mj-ink);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(255, 255, 255, 0.58)),
    rgba(234, 248, 255, 0.34);
  box-shadow: 0 8px 18px rgba(16, 32, 74, 0.06);
}

.pricing-page .secondary-btn {
  color: var(--mj-ink);
  border-color: rgba(59, 130, 246, 0.3);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.84), rgba(255, 255, 255, 0.6)),
    rgba(234, 248, 255, 0.36);
  box-shadow:
    0 4px 0 rgba(59, 130, 246, 0.14),
    0 10px 20px rgba(16, 32, 74, 0.06);
}

.pricing-page .secondary-btn:hover,
.pricing-page .secondary-btn:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(59, 130, 246, 0.44);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.72)),
    rgba(234, 248, 255, 0.56);
  box-shadow:
    0 6px 0 rgba(59, 130, 246, 0.16),
    0 14px 28px rgba(16, 32, 74, 0.09),
    0 0 0 4px rgba(34, 211, 238, 0.055);
  filter: saturate(1.035) brightness(1.015);
}

.pricing-page .secondary-btn:active {
  transform: translateY(1px);
  box-shadow:
    0 2px 0 rgba(59, 130, 246, 0.14),
    0 7px 14px rgba(16, 32, 74, 0.055);
}

.pricing-page .price-card.featured .plan-cta:active {
  transform: translateY(1px);
  box-shadow:
    0 2px 0 #d98a62,
    0 8px 16px rgba(232, 153, 117, 0.14);
}

.pricing-page .primary-btn:focus-visible,
.pricing-page .secondary-btn:focus-visible {
  outline: 3px solid rgba(59, 130, 246, 0.32);
  outline-offset: 3px;
}

.note {
  margin-top: 18px;
  color: var(--mj-muted);
  font-size: 0.96rem;
}

.pricing-page .note {
  color: var(--mj-muted);
}

.paid-includes-panel {
  isolation: isolate;
  padding: clamp(18px, 2.5vw, 30px);
  border-radius: 24px;
}

.paid-includes-heading {
  display: flex;
  align-items: center;
  gap: 12px;
}

.paid-includes-heading h2 {
  margin-top: 0;
  font-size: clamp(1.7rem, 2.7vw, 2.25rem);
}

.benefit-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 14px;
}

.benefit-strip article {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 13px;
  align-items: start;
  min-height: 104px;
  padding: 16px;
  border: 1px solid rgba(16, 32, 74, 0.11);
  border-radius: 17px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.72)),
    rgba(255, 255, 255, 0.82);
  box-shadow: 0 12px 28px rgba(16, 32, 74, 0.055);
  transition:
    transform 200ms ease-out,
    border-color 200ms ease-out,
    background 200ms ease-out,
    box-shadow 200ms ease-out;
}

.benefit-strip article:hover,
.benefit-strip article:focus-within {
  transform: translateY(-2px);
  border-color: rgba(59, 130, 246, 0.2);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.88), rgba(234, 248, 255, 0.62)),
    rgba(255, 255, 255, 0.7);
  box-shadow: 0 14px 30px rgba(16, 32, 74, 0.065);
}

.benefit-strip h3 {
  margin: 0 0 5px;
  color: var(--mj-ink);
  font-size: 0.98rem;
  font-weight: 900;
}

.benefit-strip p {
  margin: 0;
  color: var(--mj-muted);
  font-size: 0.9rem;
  line-height: 1.42;
}

.benefit-icon {
  position: relative;
  display: inline-grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 16px;
  color: #7c3aed;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0.42)),
    rgba(124, 58, 237, 0.18);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.72),
    0 10px 22px rgba(16, 32, 74, 0.075);
}

.benefit-icon svg {
  width: 28px;
  height: 28px;
  fill: currentColor;
}

.benefit-icon--party {
  color: #ec4899;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0.42)),
    rgba(236, 72, 153, 0.17);
}

.benefit-icon--tools {
  color: #16a34a;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0.42)),
    rgba(34, 197, 94, 0.17);
}

.benefit-icon--fast {
  color: #f59e0b;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0.42)),
    rgba(251, 191, 36, 0.2);
}

.mascot-accent--paid-includes {
  position: relative;
  z-index: 1;
  flex: 0 0 auto;
  width: clamp(56px, 5vw, 72px);
  max-width: 72px;
  opacity: 0.9;
  filter: saturate(0.98) drop-shadow(0 10px 16px rgba(16, 32, 74, 0.09));
  transform: translateY(2px) rotate(-6deg);
}

.paid-includes-footer {
  display: grid;
  grid-template-columns: minmax(300px, 0.85fr) minmax(320px, 1.15fr);
  gap: 20px;
  align-items: center;
  margin-top: 20px;
}

.paid-includes-footer .cta-row {
  margin-top: 0;
}

.paid-includes-footer .primary-btn,
.paid-includes-footer .secondary-btn {
  min-width: 178px;
}

.paid-includes-footer .note {
  position: relative;
  margin: 0;
  padding-left: 32px;
  font-size: 0.86rem;
  line-height: 1.45;
}

.paid-includes-footer .note::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 18px;
  height: 22px;
  border: 2px solid rgba(16, 32, 74, 0.55);
  border-radius: 10px 10px 12px 12px;
  background: rgba(255, 255, 255, 0.48);
}

.paid-includes-footer .note::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 8px;
  width: 7px;
  height: 4px;
  border-left: 2px solid rgba(16, 32, 74, 0.62);
  border-bottom: 2px solid rgba(16, 32, 74, 0.62);
  transform: rotate(-45deg);
}

.pricing-page .panel a:not(.primary-btn):not(.secondary-btn) {
  color: var(--mj-blue);
}

.pricing-faq {
  position: relative;
  isolation: isolate;
  margin-top: 28px;
}

.pricing-faq > :not(.brand-mascot-accent) {
  position: relative;
  z-index: 1;
}

.mascot-accent--pricing-faq {
  right: clamp(8px, 3vw, 30px);
  top: clamp(18px, 4vw, 42px);
  width: clamp(82px, 9vw, 136px);
  opacity: 0.1;
  transform: rotate(-6deg);
}

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

.faq-grid article {
  padding: 20px;
  border: 1px solid var(--mj-line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.66);
}

.pricing-page .faq-grid article {
  border-color: rgba(255, 255, 255, 0.86);
}

.pricing-page .faq-grid article:hover,
.pricing-page .faq-grid article:focus-within {
  transform: translateY(-2px);
  border-color: rgba(59, 130, 246, 0.24);
  box-shadow: 0 20px 48px rgba(16, 32, 74, 0.12);
}

.faq-grid h3 {
  margin-bottom: 8px;
}

.faq-grid p {
  margin: 0;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  width: min(var(--mj-content), calc(100% - 36px));
  margin: 0 auto;
  padding: 26px 0 36px;
  border-top: 1px solid var(--mj-line);
  color: var(--mj-muted);
}

.pricing-page .site-footer {
  border-top-color: var(--mj-line);
  color: var(--mj-muted);
}

.site-footer p {
  margin: 0;
}

.footer-meta {
  display: grid;
  gap: 6px;
  min-width: 0;
}

.footer-meta a {
  color: var(--mj-ink);
  font-weight: 900;
}

.footer-trust {
  max-width: 360px;
  color: var(--mj-muted);
  font-size: 0.9rem;
  line-height: 1.35;
}

.footer-socials {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}

.footer-socials a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(59, 130, 246, 0.14);
  border-radius: 999px;
  color: var(--mj-muted);
  background: rgba(255, 255, 255, 0.56);
  transition:
    color 160ms ease,
    border-color 160ms ease,
    background-color 160ms ease,
    transform 160ms ease;
}

.footer-socials a:hover,
.footer-socials a:focus-visible {
  color: var(--mj-blue);
  border-color: rgba(59, 130, 246, 0.3);
  background: rgba(255, 255, 255, 0.82);
  transform: translateY(-1px);
}

.footer-socials svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
}

.pricing-page .footer-meta a {
  color: var(--mj-ink);
}

@media (max-width: 900px) {
  .site-header,
  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .price-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }

  .pricing-hero {
    padding-right: clamp(26px, 5vw, 48px);
  }

  .mascot-accent--pricing-hero {
    opacity: 0.12;
  }

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

  .paid-includes-footer {
    grid-template-columns: 1fr;
    gap: 14px;
  }

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

  .faq-card-grid {
    grid-template-columns: 1fr;
  }

  .contact-intro,
  .contact-form-section {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .nav-links,
  .footer-links {
    flex-wrap: wrap;
  }

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

  .price-card {
    min-height: auto;
    padding: 24px;
  }

  .brand img {
    width: 100%;
    height: 100%;
  }

  .brand {
    width: 176px;
    height: 72px;
  }

  .pricing-hero {
    padding-bottom: 128px;
  }

  .brand-mascot-accent {
    width: 78px;
    max-width: 78px;
    opacity: 0.07;
  }

  .mascot-accent--pricing-faq {
    display: none;
  }

  .mascot-accent--pricing-hero {
    display: block;
    right: clamp(18px, 7vw, 34px);
    bottom: 18px;
    width: clamp(104px, 34vw, 138px);
    max-width: 138px;
    opacity: 0.34;
  }

  .paid-includes-heading {
    gap: 10px;
    align-items: flex-start;
  }

  .mascot-accent--paid-includes {
    width: 54px;
    max-width: 54px;
    opacity: 0.62;
  }

  .pricing-hero-badges {
    align-items: stretch;
    flex-direction: column;
  }

  .pricing-hero-badges span {
    width: 100%;
  }

  .benefit-strip {
    grid-template-columns: 1fr;
  }

  .benefit-strip article {
    min-height: auto;
  }

  .paid-includes-footer .cta-row {
    display: grid;
    grid-template-columns: 1fr;
  }

  .paid-includes-footer .primary-btn,
  .paid-includes-footer .secondary-btn {
    width: 100%;
    min-width: 0;
  }

  .paid-includes-footer .note {
    padding-left: 28px;
    font-size: 0.84rem;
  }

  .contact-email {
    width: 100%;
    justify-content: center;
  }

  .contact-form .form-submit {
    width: 100%;
  }
}

