/* NudgNudg Site Facelift v1.8
   Scope: all styles are namespaced under .nn-home to avoid theme leakage.
   External fonts are intentionally not loaded. For production, self-host Playfair Display and Inter if desired.
*/

:root {
  --nn-coral: #f76b5d;
  --nn-coral-deep: #ef5449;
  --nn-peach: #ffa488;
  --nn-blush: #fcefe9;
  --nn-cream: #fff8f3;
  --nn-warm-white: #fffff7;
  --nn-clay: #a68a7a;
  --nn-taupe: #8f776a;
  --nn-ink: #2d2d2d;
  --nn-muted: #6d6664;
  --nn-line: #eadbd3;
  --nn-card: rgba(255,255,247,0.82);
  --nn-serif: Georgia, "Times New Roman", serif;
  --nn-sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

html {
  scroll-behavior: smooth;
}

body.nudgnudg-homepage {
  margin: 0;
  background: var(--nn-warm-white);
  color: var(--nn-ink);
  font-family: var(--nn-sans);
}

body.nudgnudg-homepage * {
  box-sizing: border-box;
}

.nn-home {
  min-height: 100vh;
  overflow: hidden;
  background:
    radial-gradient(circle at 3% 9%, rgba(252, 239, 233, 0.95), transparent 30%),
    radial-gradient(circle at 92% 14%, rgba(255, 164, 136, 0.18), transparent 25%),
    linear-gradient(180deg, #fffaf5 0%, #fffff7 42%, #fff8f3 100%);
  color: var(--nn-ink);
  font-family: var(--nn-sans);
  line-height: 1.5;
}

.nn-home img {
  display: block;
  max-width: 100%;
  height: auto;
}

.nn-home a {
  color: inherit;
  text-decoration: none;
}

.nn-container {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
}

.nn-screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}

.nn-site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
  padding: 20px min(6vw, 54px);
  border-bottom: 1px solid rgba(234, 219, 211, 0.75);
  background: rgba(255, 250, 245, 0.82);
  backdrop-filter: blur(18px);
}

.nn-brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  font-weight: 800;
  color: var(--nn-coral-deep);
  letter-spacing: -0.02em;
  white-space: nowrap;
}

.nn-logo {
  display: inline-flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  color: var(--nn-coral-deep);
}

.nn-logo-icon,
.nn-icon,
.nn-button-icon,
.nn-mini-heart,
.nn-mini-icon,
.nn-profile-icon {
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.nn-logo-icon {
  width: 31px;
  height: 31px;
  stroke-width: 2.3;
}

.nn-icon {
  width: 22px;
  height: 22px;
}

.nn-nav {
  display: flex;
  align-items: center;
  gap: clamp(18px, 4vw, 48px);
  font-size: 14px;
  font-weight: 600;
  color: #302d2c;
}

.nn-nav a {
  position: relative;
  padding: 8px 0;
}

.nn-nav a::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  content: "";
  border-radius: 999px;
  background: var(--nn-coral);
  transition: width 180ms ease;
}

.nn-nav a:hover::after,
.nn-nav a:focus-visible::after {
  width: 100%;
}

.nn-header-cta {
  justify-self: end;
}

.nn-button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 13px 28px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

.nn-button:hover {
  transform: translateY(-1px);
}

.nn-button:focus-visible {
  outline: 3px solid rgba(247, 107, 93, 0.3);
  outline-offset: 3px;
}

.nn-button-primary {
  background: linear-gradient(135deg, var(--nn-coral), var(--nn-coral-deep));
  color: #fff;
  box-shadow: 0 14px 28px rgba(247, 107, 93, 0.22);
}

.nn-button-primary:hover {
  box-shadow: 0 18px 34px rgba(247, 107, 93, 0.28);
}

.nn-button-soft {
  border-color: #e5cfc5;
  background: rgba(255, 255, 247, 0.78);
  color: #363331;
  box-shadow: 0 12px 24px rgba(132, 94, 76, 0.08);
}

.nn-button-icon {
  width: 17px;
  height: 17px;
  color: var(--nn-coral-deep);
}

.nn-hero {
  position: relative;
  min-height: 650px;
  padding: 48px 0 54px;
}

.nn-hero-bg {
  position: absolute;
  z-index: 0;
  pointer-events: none;
  border-radius: 999px;
  filter: blur(22px);
  opacity: 0.65;
}

.nn-hero-bg-left {
  left: -120px;
  top: 210px;
  width: 340px;
  height: 340px;
  background: rgba(255, 164, 136, 0.15);
}

.nn-hero-bg-right {
  right: -170px;
  top: 80px;
  width: 420px;
  height: 420px;
  background: rgba(166, 138, 122, 0.16);
}

.nn-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.98fr) minmax(470px, 1.02fr);
  gap: 64px;
  align-items: center;
}

.nn-hero-copy {
  position: relative;
  z-index: 5;
  padding: 56px 0 36px;
}

.nn-hero-copy::after {
  position: absolute;
  top: 90px;
  right: 7%;
  width: 54px;
  height: 54px;
  content: "♡";
  color: var(--nn-coral);
  font-family: var(--nn-serif);
  font-size: 64px;
  line-height: 1;
  transform: rotate(-16deg);
  opacity: 0.9;
}

.nn-eyebrow {
  margin: 0 0 20px;
  color: var(--nn-coral-deep);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.nn-hero h1,
.nn-section-copy h2,
.nn-closing h2 {
  margin: 0;
  color: #292827;
  font-family: var(--nn-serif);
  font-weight: 600;
  letter-spacing: -0.055em;
  line-height: 0.96;
}

.nn-hero h1 {
  max-width: 560px;
  font-size: clamp(60px, 8vw, 98px);
}

.nn-lead {
  max-width: 560px;
  margin: 24px 0 0;
  color: #46413f;
  font-size: 19px;
  line-height: 1.75;
}

.nn-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 32px;
}

.nn-platform-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 30px;
  padding: 12px 18px;
  border: 1px solid #e7d2c8;
  border-radius: 999px;
  background: rgba(255, 255, 247, 0.72);
  color: #6b615d;
  font-size: 13px;
  box-shadow: 0 10px 28px rgba(132, 94, 76, 0.08);
}

.nn-platform-pill span {
  display: inline-flex;
  color: #6b615d;
}

.nn-platform-pill .nn-icon {
  width: 21px;
  height: 21px;
}

.nn-platform-pill strong {
  font-weight: 700;
}

.nn-hero-visual {
  position: relative;
  z-index: 1;
  min-height: 560px;
}

.nn-photo-card {
  position: absolute;
  overflow: hidden;
  border-radius: 34px;
  background: #f0ded4;
  box-shadow: 0 30px 70px rgba(83, 55, 43, 0.16);
}

.nn-photo-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.nn-photo-couple {
  top: 12px;
  right: 0;
  width: 54%;
  height: 320px;
}

.nn-still-life {
  position: absolute;
  left: -28px;
  bottom: 10px;
  width: 270px;
  overflow: hidden;
  border-radius: 30px;
  opacity: 0.94;
  box-shadow: 0 26px 54px rgba(83, 55, 43, 0.14);
}

.nn-still-life img {
  width: 100%;
  height: 150px;
  object-fit: cover;
}

.nn-phone-card {
  position: absolute;
  left: 18px;
  top: 34px;
  z-index: 3;
  width: 285px;
  padding: 18px;
  border: 1px solid rgba(224, 203, 192, 0.9);
  border-radius: 38px;
  background: rgba(255, 255, 247, 0.91);
  box-shadow: 0 28px 70px rgba(83, 55, 43, 0.2);
  backdrop-filter: blur(8px);
}

.nn-phone-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 4px 5px 14px;
}

.nn-mini-brand {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--nn-coral-deep);
  font-size: 13px;
  font-weight: 800;
}

.nn-mini-heart {
  width: 20px;
  height: 20px;
  stroke-width: 2.4;
}

.nn-mini-icon {
  width: 18px;
  height: 18px;
  color: #3b3736;
}

.nn-profile-img {
  width: 100%;
  height: 218px;
  border-radius: 26px 26px 10px 10px;
  object-fit: cover;
  object-position: center;
  background: #eadbd3;
}

.nn-profile-body {
  padding: 15px 4px 2px;
}

.nn-profile-body h2 {
  margin: 0 0 8px;
  color: #2d2d2d;
  font-size: 20px;
  letter-spacing: -0.02em;
}

.nn-profile-body h2 span {
  color: var(--nn-coral);
  font-size: 12px;
}

.nn-profile-line {
  display: flex;
  align-items: center;
  gap: 7px;
  margin: 5px 0;
  color: #5d5653;
  font-size: 11px;
}

.nn-profile-icon {
  width: 13px;
  height: 13px;
}

.nn-profile-text {
  margin: 11px 0 0;
  color: #4d4745;
  font-size: 12px;
  line-height: 1.55;
}

.nn-profile-actions {
  display: flex;
  justify-content: center;
  gap: 26px;
  margin-top: 17px;
}

.nn-profile-actions span {
  display: inline-flex;
  width: 52px;
  height: 52px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-size: 31px;
  box-shadow: 0 12px 26px rgba(83, 55, 43, 0.14);
}

.nn-reject {
  background: #fff;
  color: #383431;
}

.nn-like {
  background: linear-gradient(135deg, var(--nn-coral), var(--nn-coral-deep));
  color: #fff;
}

.nn-like .nn-icon {
  width: 24px;
  height: 24px;
}

.nn-quote-blob {
  position: absolute;
  right: -4px;
  bottom: 34px;
  z-index: 4;
  width: 232px;
  min-height: 214px;
  padding: 40px 30px;
  border-radius: 50% 50% 12% 12% / 40% 45% 16% 16%;
  background: linear-gradient(145deg, #db765f, var(--nn-coral));
  color: #fff8ef;
  box-shadow: 0 24px 62px rgba(219, 118, 95, 0.28);
}

.nn-quote-blob span {
  display: block;
  margin-bottom: 8px;
  color: rgba(255,255,255,0.72);
  font-family: var(--nn-serif);
  font-size: 55px;
  line-height: 0.4;
}

.nn-quote-blob p {
  margin: 0;
  font-family: var(--nn-serif);
  font-size: 26px;
  line-height: 1.08;
  letter-spacing: -0.03em;
}

.nn-values {
  padding: 18px 0 54px;
}

.nn-values-panel {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  overflow: hidden;
  border: 1px solid #e7d2c8;
  border-radius: 24px;
  background: rgba(255, 255, 247, 0.78);
  box-shadow: 0 24px 54px rgba(83, 55, 43, 0.08);
  backdrop-filter: blur(10px);
}

.nn-value-card {
  min-height: 172px;
  padding: 28px 20px 24px;
  text-align: center;
}

.nn-value-card + .nn-value-card {
  border-left: 1px solid #eadbd3;
}

.nn-value-icon {
  display: inline-flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  margin-bottom: 17px;
  border-radius: 999px;
  background: #f7ded2;
  color: #8f776a;
}

.nn-value-icon-strong {
  background: var(--nn-coral);
  color: #fff;
  box-shadow: 0 14px 26px rgba(247, 107, 93, 0.24);
}

.nn-value-card h3 {
  margin: 0;
  color: #2f2c2a;
  font-size: 16px;
  letter-spacing: -0.02em;
}

.nn-value-card p {
  max-width: 155px;
  margin: 10px auto 0;
  color: #6d6664;
  font-size: 13px;
  line-height: 1.55;
}

.nn-membership,
.nn-safety,
.nn-closing {
  padding: 58px 0;
}

.nn-membership-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(260px, 0.85fr) minmax(520px, 1.35fr);
  gap: 56px;
  align-items: center;
}

.nn-section-copy {
  position: relative;
  z-index: 2;
}

.nn-section-copy h2 {
  max-width: 520px;
  font-size: clamp(42px, 5vw, 64px);
}

.nn-section-copy p:not(.nn-eyebrow) {
  max-width: 455px;
  margin: 22px 0 0;
  color: var(--nn-muted);
  font-size: 16px;
  line-height: 1.8;
}

.nn-pricing {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.nn-plan {
  position: relative;
  overflow: hidden;
  padding: 32px 30px 28px;
  border: 1px solid #eadbd3;
  border-radius: 24px;
  background: rgba(255, 255, 247, 0.86);
  box-shadow: 0 26px 52px rgba(83, 55, 43, 0.1);
}

.nn-plan::before {
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  content: "";
  background: linear-gradient(90deg, rgba(247,107,93,0.65), rgba(255,164,136,0.2));
}

.nn-plan-featured {
  border-color: rgba(247, 107, 93, 0.42);
  box-shadow: 0 28px 58px rgba(247, 107, 93, 0.15);
}

.nn-plan-label {
  margin: 0 0 12px;
  color: var(--nn-coral-deep);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.nn-plan h3 {
  margin: 0 0 20px;
  color: #252424;
  font-size: 36px;
  letter-spacing: -0.04em;
}

.nn-plan h3 span {
  color: var(--nn-muted);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
}

.nn-plan ul {
  display: grid;
  gap: 11px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.nn-plan li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #514c49;
  font-size: 14px;
}

.nn-plan li .nn-icon {
  width: 17px;
  height: 17px;
  color: #2f2c2a;
  flex: 0 0 17px;
  margin-top: 1px;
}

.nn-plan-button {
  width: 100%;
  margin-top: 26px;
}

.nn-flower-card {
  position: absolute;
  right: -142px;
  bottom: -74px;
  z-index: 0;
  width: 124px;
  overflow: hidden;
  border-radius: 999px 999px 24px 24px;
  opacity: 0.42;
  pointer-events: none;
  box-shadow: 0 18px 34px rgba(83, 55, 43, 0.08);
}

.nn-flower-card img {
  width: 100%;
  height: 160px;
  object-fit: cover;
}

.nn-safety-grid {
  display: grid;
  grid-template-columns: minmax(360px, 1fr) minmax(360px, 0.96fr);
  gap: 58px;
  align-items: center;
}

.nn-safety-photo {
  position: relative;
  overflow: hidden;
  min-height: 285px;
  border-radius: 30px;
  box-shadow: 0 28px 56px rgba(83, 55, 43, 0.13);
}

.nn-safety-photo img {
  width: 100%;
  height: 365px;
  object-fit: cover;
}

.nn-safety-badge {
  position: absolute;
  right: 0;
  bottom: 0;
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 16px;
  width: min(360px, 80%);
  padding: 25px;
  border-radius: 28px 0 0 0;
  background: linear-gradient(135deg, #df7d67, var(--nn-coral));
  color: #fff8ef;
}

.nn-safety-badge .nn-icon {
  width: 36px;
  height: 36px;
  margin-top: 3px;
}

.nn-safety-badge strong {
  display: block;
  font-family: var(--nn-serif);
  font-size: 24px;
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: -0.03em;
}

.nn-safety-badge p {
  margin: 10px 0 0;
  color: rgba(255,255,255,0.84);
  font-size: 13px;
  line-height: 1.55;
}

.nn-proof-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 30px;
}

.nn-proof-row div {
  display: flex;
  align-items: center;
  gap: 11px;
}

.nn-proof-row span {
  display: inline-flex;
  width: 45px;
  height: 45px;
  flex: 0 0 45px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #f7ded2;
  color: #5e5049;
}

.nn-proof-row p {
  margin: 0;
  color: #514c49;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
}

.nn-closing {
  padding-bottom: 38px;
}

.nn-closing-card {
  display: grid;
  grid-template-columns: minmax(250px, 0.8fr) minmax(260px, 0.78fr) minmax(220px, 0.75fr);
  gap: 32px;
  align-items: center;
  padding: 32px 44px;
  border-radius: 28px;
  background:
    radial-gradient(circle at 0% 0%, rgba(255,255,255,0.8), transparent 38%),
    linear-gradient(135deg, #ffe5dc, #fff5ef);
  box-shadow: 0 24px 50px rgba(83, 55, 43, 0.08);
}

.nn-quote-mark {
  margin: 0 0 -10px;
  color: rgba(255,255,255,0.95);
  font-family: var(--nn-serif);
  font-size: 70px;
  line-height: 0.65;
}

.nn-closing h2 {
  color: #765447;
  font-size: clamp(34px, 4vw, 48px);
}

.nn-closing img {
  width: 100%;
  height: 145px;
  border-radius: 22px;
  object-fit: cover;
  box-shadow: 0 14px 28px rgba(83, 55, 43, 0.11);
}

.nn-closing p {
  margin: 0 0 18px;
  color: #6d5650;
  font-size: 15px;
  line-height: 1.7;
}

.nn-footer {
  padding: 28px 0 34px;
  border-top: 1px solid rgba(234, 219, 211, 0.8);
  background: rgba(255, 250, 245, 0.72);
}

.nn-footer-grid {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 28px;
}

.nn-footer-brand {
  color: var(--nn-coral-deep);
}

.nn-footer p {
  margin: 8px 0 0;
  color: var(--nn-muted);
  font-size: 13px;
}

.nn-footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 25px;
  color: #4a4542;
  font-size: 13px;
  font-weight: 600;
}

.nn-footer-links a:hover {
  color: var(--nn-coral-deep);
}

.nn-copyright {
  justify-self: end;
  text-align: right;
}

@media (max-width: 1040px) {
  .nn-site-header {
    grid-template-columns: 1fr auto;
  }

  .nn-nav {
    display: none;
  }

  .nn-hero-grid,
  .nn-membership-grid,
  .nn-safety-grid {
    grid-template-columns: 1fr;
  }

  .nn-hero-copy {
    max-width: 720px;
    padding-top: 34px;
  }

  .nn-hero-copy::after {
    right: 18%;
  }

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

  .nn-photo-couple {
    right: 4%;
    width: 48%;
  }

  .nn-phone-card {
    left: 18%;
  }

  .nn-still-life {
    left: 5%;
  }

  .nn-values-panel {
    grid-template-columns: repeat(2, 1fr);
  }

  .nn-value-card + .nn-value-card {
    border-left: none;
  }

  .nn-value-card {
    border-top: 1px solid #eadbd3;
  }

  .nn-value-card:nth-child(1),
  .nn-value-card:nth-child(2) {
    border-top: 0;
  }

  .nn-value-card:nth-child(even) {
    border-left: 1px solid #eadbd3;
  }

  .nn-flower-card {
    display: none;
  }

  .nn-footer-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .nn-footer .nn-brand {
    justify-content: center;
  }

  .nn-copyright {
    justify-self: center;
    text-align: center;
  }
}

@media (max-width: 720px) {
  .nn-container {
    width: min(100% - 28px, 1120px);
  }

  .nn-site-header {
    padding: 14px 16px;
  }

  .nn-header-cta {
    padding-inline: 17px;
    font-size: 13px;
  }

  .nn-hero {
    padding-top: 25px;
  }

  .nn-hero h1 {
    font-size: clamp(50px, 15vw, 70px);
  }

  .nn-lead {
    font-size: 16px;
  }

  .nn-hero-copy::after {
    top: 78px;
    right: 3%;
    font-size: 48px;
  }

  .nn-hero-actions,
  .nn-platform-pill {
    width: 100%;
  }

  .nn-button {
    width: 100%;
  }

  .nn-platform-pill {
    justify-content: center;
    white-space: normal;
    text-align: center;
  }

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

  .nn-photo-couple {
    top: 0;
    right: -12px;
    width: 72%;
    height: 250px;
  }

  .nn-phone-card {
    left: 0;
    top: 150px;
    width: min(305px, 88vw);
  }

  .nn-quote-blob {
    right: 0;
    bottom: 34px;
    width: 205px;
    min-height: 190px;
    padding: 34px 26px;
  }

  .nn-quote-blob p {
    font-size: 23px;
  }

  .nn-still-life {
    left: -14px;
    bottom: 70px;
    width: 190px;
  }

  .nn-values {
    padding-top: 4px;
  }

  .nn-values-panel,
  .nn-pricing,
  .nn-proof-row,
  .nn-closing-card {
    grid-template-columns: 1fr;
  }

  .nn-value-card,
  .nn-value-card:nth-child(even) {
    border-left: 0;
  }

  .nn-value-card:nth-child(2) {
    border-top: 1px solid #eadbd3;
  }

  .nn-membership,
  .nn-safety,
  .nn-closing {
    padding: 42px 0;
  }

  .nn-section-copy h2 {
    font-size: clamp(38px, 12vw, 52px);
  }

  .nn-safety-photo img {
    height: 330px;
  }

  .nn-safety-badge {
    width: 92%;
    padding: 20px;
    grid-template-columns: 34px 1fr;
  }

  .nn-safety-badge strong {
    font-size: 22px;
  }

  .nn-closing-card {
    gap: 22px;
    padding: 28px;
    text-align: center;
  }

  .nn-closing img {
    order: -1;
  }
}

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

  .nn-button,
  .nn-nav a::after {
    transition: none;
  }

  .nn-button:hover {
    transform: none;
  }
}


/* ===== Site-wide facelift pages: deliberately harmonized with the first homepage pack ===== */

body.nudgnudg-facelift:not(.nudgnudg-homepage) {
  margin: 0;
  background: var(--nn-warm-white);
  color: var(--nn-ink);
  font-family: var(--nn-sans);
}

body.nudgnudg-facelift:not(.nudgnudg-homepage) * {
  box-sizing: border-box;
}

.nn-site {
  min-height: 100vh;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 3% 8%, rgba(252, 239, 233, 0.95), transparent 31%),
    radial-gradient(circle at 90% 7%, rgba(255, 164, 136, 0.16), transparent 26%),
    linear-gradient(180deg, #fffaf5 0%, #fffff7 42%, #fff8f3 100%);
  color: var(--nn-ink);
  font-family: var(--nn-sans);
  line-height: 1.6;
}

.nn-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(234, 219, 211, 0.75);
  background: rgba(255, 250, 245, 0.86);
  backdrop-filter: blur(18px);
}

.nn-header__inner {
  width: min(1180px, calc(100% - 36px));
  min-height: 76px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
}

.nn-header .nn-logo,
.nn-footer .nn-logo {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  text-decoration: none;
  color: var(--nn-coral-deep);
  font-weight: 800;
  letter-spacing: -0.02em;
  white-space: nowrap;
}

.nn-header .nn-logo__mark,
.nn-footer .nn-logo__mark {
  display: inline-flex;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 13px;
  background: linear-gradient(135deg, var(--nn-coral), var(--nn-coral-deep));
  box-shadow: 0 14px 26px rgba(247, 107, 93, 0.2);
}

.nn-header .nn-logo__mark img,
.nn-footer .nn-logo__mark img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.nn-header .nn-nav {
  justify-content: center;
}

.nn-header .nn-button--small {
  justify-self: end;
  min-height: 44px;
  padding: 12px 20px;
  border-radius: 999px;
  font-size: 14px;
}

.nn-menu-button {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--nn-line);
  border-radius: 999px;
  background: rgba(255,255,247,.86);
  cursor: pointer;
}

.nn-menu-button span:not(.screen-reader-text) {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  border-radius: 999px;
  background: #4a4542;
}

.nn-main {
  min-height: 58vh;
}

.nn-page-hero {
  position: relative;
  padding: 78px 0 42px;
}

.nn-page-hero::before {
  position: absolute;
  content: "";
  width: 250px;
  height: 250px;
  right: -70px;
  top: 50px;
  border-radius: 999px;
  background: rgba(247, 107, 93, 0.10);
  filter: blur(10px);
  z-index: 0;
}

.nn-page-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  align-items: stretch;
  gap: 34px;
}

.nn-page-hero h1 {
  max-width: 780px;
  margin: 12px 0 16px;
  color: #252424;
  font-family: var(--nn-serif);
  font-size: clamp(42px, 7vw, 78px);
  line-height: .9;
  letter-spacing: -.06em;
}

.nn-page-hero p {
  max-width: 720px;
  margin: 0;
  color: var(--nn-muted);
  font-size: 18px;
  line-height: 1.75;
}

.nn-page-hero__card {
  align-self: end;
  padding: 26px;
  border: 1px solid var(--nn-line);
  border-radius: 28px;
  background: rgba(255,255,247,.80);
  box-shadow: 0 22px 58px rgba(83, 55, 43, .10);
  backdrop-filter: blur(12px);
}

.nn-page-hero__card span {
  display: block;
  color: var(--nn-coral-deep);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .22em;
  text-transform: uppercase;
}

.nn-page-hero__card strong {
  display: block;
  margin-top: 7px;
  color: #252424;
  font-family: var(--nn-serif);
  font-size: 28px;
  line-height: 1.05;
}

.nn-page-hero__card p {
  margin-top: 12px;
  font-size: 14px;
  line-height: 1.65;
}

.nn-page-body {
  padding: 0 0 92px;
}

.nn-page-card {
  overflow: hidden;
  border: 1px solid var(--nn-line);
  border-radius: 34px;
  background: rgba(255,255,247,.88);
  box-shadow: 0 28px 70px rgba(83, 55, 43, .10);
}

.nn-page-card__inner {
  padding: clamp(24px, 5vw, 56px);
}

.nn-page-content {
  color: #3f3b39;
  font-size: 17px;
  line-height: 1.75;
}

.nn-page-content > *:first-child {
  margin-top: 0 !important;
}

.nn-page-content h1,
.nn-page-content h2,
.nn-page-content h3,
.nn-page-content h4 {
  color: #252424;
  line-height: 1.12;
}

.nn-page-content h1,
.nn-page-content h2 {
  font-family: var(--nn-serif);
  letter-spacing: -.035em;
}

.nn-page-content h2 {
  margin-top: 44px;
  font-size: clamp(30px, 4vw, 46px);
}

.nn-page-content h3 {
  margin-top: 32px;
  font-size: 24px;
}

.nn-page-content p,
.nn-page-content li {
  color: #4f4945;
}

.nn-page-content a {
  color: var(--nn-coral-deep);
  font-weight: 700;
  text-decoration: none;
  border-bottom: 1px solid rgba(247,107,93,.28);
}

.nn-page-content ul,
.nn-page-content ol {
  padding-left: 1.25em;
}

.nn-page-content table {
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  border-radius: 18px;
}

.nn-page-content th,
.nn-page-content td {
  padding: 14px;
  border: 1px solid var(--nn-line);
  vertical-align: top;
}

.nn-page-content input,
.nn-page-content textarea,
.nn-page-content select {
  width: 100%;
  border: 1px solid #e2d4cd;
  border-radius: 16px;
  padding: 13px 15px;
  background: #fffef9;
  color: var(--nn-ink);
  font: inherit;
}

.nn-page-content button,
.nn-page-content input[type="submit"],
.nn-page-content .elementor-button {
  border: 0 !important;
  border-radius: 999px !important;
  background: linear-gradient(135deg, var(--nn-coral), var(--nn-coral-deep)) !important;
  color: #fff !important;
  padding: 13px 24px !important;
  font-weight: 800 !important;
  box-shadow: 0 16px 32px rgba(247,107,93,.22);
}

.nn-notice {
  margin-top: -10px;
  margin-bottom: 26px;
  padding: 26px 28px;
  border: 1px solid rgba(247,107,93,.22);
  border-radius: 28px;
  background: linear-gradient(135deg, rgba(252,239,233,.92), rgba(255,255,247,.88));
  box-shadow: 0 18px 44px rgba(83,55,43,.08);
}

.nn-notice h2 {
  margin: 0 0 8px;
  font-family: var(--nn-serif);
  color: #252424;
  font-size: 32px;
  letter-spacing: -.035em;
}

.nn-notice p {
  margin: 0;
  color: var(--nn-muted);
}



/* v1.6 Support page bilingual facelift */
.nudgnudg-page-contact-us .nn-page-hero__card--support p + p {
  margin-top: 10px;
}

.nudgnudg-page-contact-us .nn-page-hero__card--support strong + p {
  margin-top: 14px;
}

.nudgnudg-page-contact-us .nn-notice--contact p + p {
  margin-top: 8px;
}

.nudgnudg-page-contact-us .nn-page-content form,
.nudgnudg-page-contact-us .nn-page-content .wpforms-container,
.nudgnudg-page-contact-us .nn-page-content .gform_wrapper,
.nudgnudg-page-contact-us .nn-page-content .wpcf7,
.nudgnudg-page-contact-us .nn-page-content .elementor-form {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}

.nudgnudg-page-contact-us .nn-page-content label,
.nudgnudg-page-contact-us .nn-page-content legend,
.nudgnudg-page-contact-us .nn-page-content .wpforms-field-label,
.nudgnudg-page-contact-us .nn-page-content .gfield_label,
.nudgnudg-page-contact-us .nn-page-content .elementor-field-label {
  color: #2f2b29;
  font-weight: 800;
}

.nudgnudg-page-contact-us .nn-form-helper {
  display: block;
  margin-top: 5px;
  color: var(--nn-muted);
  font-size: 13px;
  line-height: 1.45;
}

.nudgnudg-page-contact-us .nn-page-content input,
.nudgnudg-page-contact-us .nn-page-content textarea,
.nudgnudg-page-contact-us .nn-page-content select {
  border-radius: 12px;
}

.nudgnudg-page-contact-us .nn-page-content textarea {
  min-height: 140px;
}

.nn-guidance-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  padding: 0 0 42px;
}

.nn-guidance-card {
  min-height: 100%;
  padding: 28px;
  border: 1px solid var(--nn-line);
  border-radius: 30px;
  background: rgba(255,255,247,.86);
  box-shadow: 0 22px 54px rgba(83,55,43,.09);
}

.nn-guidance-card span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: var(--nn-blush);
  color: var(--nn-coral-deep);
  font-weight: 900;
}

.nn-guidance-card h2 {
  margin: 0 0 12px;
  font-family: var(--nn-serif);
  color: #252424;
  font-size: 30px;
  line-height: 1.05;
  letter-spacing: -.035em;
}

.nn-guidance-card p {
  color: var(--nn-muted);
}

.nn-guidance-card a {
  color: var(--nn-coral-deep);
  font-weight: 800;
  text-decoration: none;
}

.nn-guidance-cta {
  margin-bottom: 86px;
  padding: 34px;
  border-radius: 34px;
  background:
    linear-gradient(90deg, rgba(252,239,233,.94), rgba(255,248,243,.94)),
    radial-gradient(circle at 92% 20%, rgba(247,107,93,.12), transparent 30%);
  border: 1px solid var(--nn-line);
  box-shadow: 0 22px 54px rgba(83,55,43,.08);
}

.nn-guidance-cta h2 {
  margin: 0 0 10px;
  font-family: var(--nn-serif);
  font-size: 38px;
  letter-spacing: -.04em;
}

.nn-guidance-cta p {
  max-width: 800px;
  color: var(--nn-muted);
}

.nn-footer__inner {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 290px 1fr;
  gap: 42px;
  align-items: start;
  padding: 42px 0 34px;
  border-top: 1px solid var(--nn-line);
}

.nn-footer__brand p {
  margin: 12px 0 0;
  color: var(--nn-muted);
}

.nn-footer__tiny {
  font-size: 12px;
  line-height: 1.65;
}

.nn-footer__links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.nn-footer__links h3 {
  margin: 0 0 12px;
  color: var(--nn-coral-deep);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.nn-footer__links a {
  display: block;
  margin: 8px 0;
  color: #4a4542;
  font-size: 14px;
  font-weight: 650;
  text-decoration: none;
}

.nn-footer__links a:hover {
  color: var(--nn-coral-deep);
}

.nn-footer__bottom {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 0 30px;
  color: var(--nn-muted);
  font-size: 13px;
  border-top: 1px solid rgba(234,219,211,.65);
}

.nn-paypal {
  margin-top: 20px;
}

.nn-paypal > div[id^="paypal-button-container"] {
  min-height: 48px;
}

.nn-paypal__status {
  margin: 10px 0 0;
  color: var(--nn-muted);
  font-size: 13px;
  line-height: 1.5;
}

.nn-paypal__note {
  margin: 10px 0 0;
  color: #8b807b;
  font-size: 11px;
  line-height: 1.45;
}

/* Footer expansion for the homepage template */
.nn-home .nn-footer__inner {
  border-top: 0;
}

.nn-home .nn-footer__links {
  gap: 24px;
}

@media (max-width: 1040px) {
  .nn-header__inner {
    grid-template-columns: 1fr auto auto;
  }

  .nn-menu-button {
    display: inline-block;
    justify-self: end;
  }

  .nn-header .nn-nav {
    position: absolute;
    left: 18px;
    right: 18px;
    top: 76px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 14px;
    border: 1px solid var(--nn-line);
    border-radius: 24px;
    background: rgba(255,250,245,.98);
    box-shadow: 0 18px 38px rgba(83,55,43,.12);
  }

  .nn-header .nn-nav.is-open {
    display: flex;
  }

  .nn-header .nn-nav a {
    padding: 12px;
  }

  .nn-page-hero__grid,
  .nn-guidance-grid,
  .nn-footer__inner {
    grid-template-columns: 1fr;
  }

  .nn-page-hero__card {
    align-self: start;
  }

  .nn-footer__links {
    grid-template-columns: 1fr 1fr;
  }

  .nn-home .nn-footer-grid {
    grid-template-columns: 1fr;
  }

  .nn-copyright {
    justify-self: start;
    text-align: left;
  }
}

@media (max-width: 720px) {
  .nn-header__inner {
    width: min(100% - 24px, 1180px);
    min-height: 68px;
    gap: 10px;
  }

  .nn-header .nn-button--small {
    display: none;
  }

  .nn-page-hero {
    padding: 54px 0 28px;
  }

  .nn-page-hero h1 {
    font-size: clamp(38px, 14vw, 58px);
  }

  .nn-page-hero p {
    font-size: 16px;
  }

  .nn-page-card__inner {
    padding: 22px;
  }

  .nn-footer__links {
    grid-template-columns: 1fr;
  }

  .nn-footer__bottom {
    flex-direction: column;
  }
}


/* v1.2 visual refinements */
.nn-home .nn-section-copy,
.nn-home .nn-pricing {
  isolation: isolate;
}

@media (min-width: 1041px) {
  .nn-home .nn-hero-copy {
    padding-right: 10px;
  }
}

@media (max-width: 1040px) {
  .nn-phone-card {
    left: 12%;
  }

  .nn-quote-blob {
    right: 4%;
  }
}

@media (max-width: 720px) {
  .nn-phone-card {
    left: 0;
  }

  .nn-quote-blob {
    z-index: 4;
    right: 0;
  }
}


/* v1.8 Report page form readability polish */
.nudgnudg-page-report .nn-notice--report p + p {
  margin-top: 8px;
}

.nudgnudg-page-report .nn-page-card {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.nudgnudg-page-report .nn-page-card__inner {
  padding-top: clamp(10px, 2.5vw, 28px);
}

.nudgnudg-page-report .nn-page-content {
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
}

.nudgnudg-page-report .nn-page-content form,
.nudgnudg-page-report .nn-page-content .forminator-ui,
.nudgnudg-page-report .nn-page-content .wpforms-container,
.nudgnudg-page-report .nn-page-content .gform_wrapper,
.nudgnudg-page-report .nn-page-content .wpcf7,
.nudgnudg-page-report .nn-page-content .elementor-form {
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
}

.nudgnudg-page-report .nn-page-content form,
.nudgnudg-page-report .nn-page-content .forminator-ui {
  padding: clamp(22px, 4vw, 38px);
  border: 1px solid rgba(234, 219, 211, 0.86);
  border-radius: 30px;
  background: rgba(255, 255, 247, 0.72);
  box-shadow: 0 22px 58px rgba(83, 55, 43, 0.07);
}

.nudgnudg-page-report .nn-page-content label,
.nudgnudg-page-report .nn-page-content legend,
.nudgnudg-page-report .nn-page-content .forminator-label,
.nudgnudg-page-report .nn-page-content .wpforms-field-label,
.nudgnudg-page-report .nn-page-content .gfield_label,
.nudgnudg-page-report .nn-page-content .elementor-field-label {
  color: #2f2b29;
  font-weight: 850;
  line-height: 1.4;
}

.nudgnudg-page-report .nn-page-content .forminator-label,
.nudgnudg-page-report .nn-page-content legend {
  margin-bottom: 8px;
}

.nudgnudg-page-report .nn-page-content input:not([type="radio"]):not([type="checkbox"]),
.nudgnudg-page-report .nn-page-content textarea,
.nudgnudg-page-report .nn-page-content select,
.nudgnudg-page-report .nn-page-content .forminator-input,
.nudgnudg-page-report .nn-page-content .forminator-textarea,
.nudgnudg-page-report .nn-page-content .forminator-select,
.nudgnudg-page-report .nn-page-content .forminator-select2 {
  min-height: 48px;
  border: 1px solid #dfd1ca !important;
  border-radius: 14px !important;
  background: #fffef9 !important;
  box-shadow: none !important;
}

.nudgnudg-page-report .nn-page-content textarea,
.nudgnudg-page-report .nn-page-content .forminator-textarea {
  min-height: 128px;
  resize: vertical;
}

.nudgnudg-page-report .nn-page-content .forminator-row,
.nudgnudg-page-report .nn-page-content .wpforms-field,
.nudgnudg-page-report .nn-page-content .gfield,
.nudgnudg-page-report .nn-page-content .elementor-field-group,
.nudgnudg-page-report .nn-page-content form > p {
  margin-bottom: 22px;
}

.nudgnudg-page-report .nn-page-content .forminator-checkbox,
.nudgnudg-page-report .nn-page-content .forminator-radio,
.nudgnudg-page-report .nn-page-content input[type="checkbox"],
.nudgnudg-page-report .nn-page-content input[type="radio"] {
  width: auto;
}

.nudgnudg-page-report .nn-page-content .forminator-checkbox,
.nudgnudg-page-report .nn-page-content .forminator-radio {
  margin: 8px 0;
  line-height: 1.55;
}

.nudgnudg-page-report .nn-page-content .forminator-checkbox-label,
.nudgnudg-page-report .nn-page-content .forminator-radio-label {
  color: #4f4945;
  font-weight: 650;
}

.nudgnudg-page-report .nn-page-content .forminator-captcha,
.nudgnudg-page-report .nn-page-content .forminator-g-recaptcha,
.nudgnudg-page-report .nn-page-content .g-recaptcha,
.nudgnudg-page-report .nn-page-content .grecaptcha-badge {
  margin-top: 18px;
  margin-bottom: 18px;
  clear: both;
}

.nudgnudg-page-report .nn-page-content .forminator-button,
.nudgnudg-page-report .nn-page-content .forminator-button-submit,
.nudgnudg-page-report .nn-page-content input[type="submit"],
.nudgnudg-page-report .nn-page-content button[type="submit"] {
  min-width: 170px;
  margin-top: 8px;
}

@media (max-width: 720px) {
  .nudgnudg-page-report .nn-page-content form,
  .nudgnudg-page-report .nn-page-content .forminator-ui {
    padding: 20px;
    border-radius: 24px;
  }
}
