/* ================================================================
   pricing.css — BillNip Pricing Page
   Standalone file. Does NOT depend on style.css.
   ================================================================ */

/* ----------------------------------------------------------------
   FONTS
   ---------------------------------------------------------------- */
@font-face {
  font-family: 'Hellix';
  src: url('../fonts/hellix/Hellix-Regular.woff2') format('woff2'),
       url('../fonts/hellix/Hellix-Regular.woff') format('woff');
  font-weight: 400; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Hellix';
  src: url('../fonts/hellix/Hellix-Medium.woff2') format('woff2'),
       url('../fonts/hellix/Hellix-Medium.woff') format('woff');
  font-weight: 500; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Hellix';
  src: url('../fonts/hellix/Hellix-SemiBold.woff2') format('woff2'),
       url('../fonts/hellix/Hellix-SemiBold.woff') format('woff');
  font-weight: 600; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Hellix';
  src: url('../fonts/hellix/Hellix-Bold.woff2') format('woff2'),
       url('../fonts/hellix/Hellix-Bold.woff') format('woff');
  font-weight: 700; font-style: normal; font-display: swap;
}

/* ----------------------------------------------------------------
   RESET & BASE
   ---------------------------------------------------------------- */
* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: #252525;
  background: #ffffff;
  letter-spacing: 0;
  font-size: 1rem;
  font-family: 'Hellix', system-ui, -apple-system, sans-serif;
}

a {
  text-decoration: none;
}
ul { list-style: none; padding: 0; margin: 0; }
img { display: block; max-width: 100%; }
button { cursor: pointer; font-family: inherit; }
input { font-family: inherit; }

/* ----------------------------------------------------------------
   CSS VARIABLES
   ---------------------------------------------------------------- */
:root {
  --blue-top:   #4975bf;
  --blue:       #28539a;
  --blue-dark:  #214680;
  --blue-deep:  #18376d;
  --green:      #21BE79;
  --green-dark: #23a844;
  --text:       #252525;
  --muted:      #666;
  --border:     #e0e4f0;
  --light-bg:   #edf0f8;
}

/* ----------------------------------------------------------------
   TOP NOTICE BAR
   ---------------------------------------------------------------- */
.prc-notice {
  background: var(--blue-top);
  color: #fff;
  font-size: 14px;
  padding: 10px 0;
}
.prc-notice-link {
  color: #fff;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
  margin-left: 4px;
}

/* ----------------------------------------------------------------
   NAVBAR
   ---------------------------------------------------------------- */
.prc-navbar {
  padding: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.prc-nav-shell {
  padding-top: 6px;
  padding-bottom: 6px;
}
.prc-brand img {
  display: block;
}
.prc-tagline {
  color: rgba(255, 255, 255, 0.8);
  font-size: 13px;
  white-space: nowrap;
}
.prc-toggler {
  border: 0;
  box-shadow: none;
  padding: 4px 6px;
}
.prc-toggler:focus {
  box-shadow: 0 0 0 0.15rem rgba(255, 255, 255, 0.25);
}
.prc-nav-link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 8px 12px;
  color: rgba(255, 255, 255, 0.85);
  font-size: 13px;
  text-transform: uppercase;
  transition: color 0.15s;
}
.prc-nav-link:hover,
.prc-nav-link.active {
  color: #ffffff;
}
.prc-nav-link sup {
  font-size: 8px;
  top: -0.7em;
}
.prc-dropdown {
  border: 0;
  border-radius: 12px;
  box-shadow: 0 18px 50px rgba(20, 44, 89, 0.2);
}
.prc-dropdown .dropdown-item {
  font-size: 14px;
}

/* ----------------------------------------------------------------
   HEADER WRAPPER (notice + nav + hero all share blue bg)
   ---------------------------------------------------------------- */
.prc-header {
  background: linear-gradient(180deg, #29539b 0%, #1e3b70 100%);
  border-bottom-left-radius: 80px;
  border-bottom-right-radius: 80px;
  /* overflow: visible — phone extends below hero boundary on all screens */
  overflow: visible;
  position: relative;
  color: #fff;
}

/* ----------------------------------------------------------------
   HERO
   ---------------------------------------------------------------- */
.prc-hero {
  position: relative;
  padding: 52px 0 0; /* no bottom padding — phone extends naturally */
}
.prc-hero-scissor {
  position: absolute;
  right: 43px;
  bottom: 0;
  pointer-events: none;
  max-width: 600px;
  /* max-width: 400px;
  width: 34%; */
  /* opacity: 0.8; */
  z-index: 0;
}
.prc-hero-container {
  position: relative;
  z-index: 1;
}
.prc-hero-inner {
  display: flex;
  /* align-items: flex-end; */
  /* align-items: flex-start; */
  align-items: center;
  gap: 32px;
}
.prc-hero-text {
  flex: 1;
  max-width: 520px;
  /* padding: 16px 0 80px bottom pad keeps text from sticking to hero edge */
}
.prc-hero-title {
  font-size: clamp(30px, 3.8vw, 42px);
  font-weight: 700;
  color: #fff;
  line-height: 1.1;
  margin-bottom: 18px;
}
.prc-hero-desc {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.88);
  margin-bottom: 12px;
  line-height: 1.6;
}
.prc-hero-desc:last-child { margin-bottom: 0; }
.prc-hero-visual {
  flex-shrink: 0;
  position: relative;
  z-index: 2;
  margin-bottom: -210px;
}
.prc-hero-phone {
  display: block;
  width: 100%;
  max-width: 420px;
  /* No transform needed — overflow:visible lets it extend below hero boundary */
}

/* ----------------------------------------------------------------
   HOW THE BILLNIP FEE WORKS
   ---------------------------------------------------------------- */
.prc-fee-works {
  /* top padding accounts for how far phone extends below hero (phone height - hero text height) */
  padding: 160px 0 60px;
  background: #fff;
}

.prc-section-title {
  font-size: clamp(26px, 3vw, 38px);
}
.prc-body-text {
  font-size: 16px;
}
.prc-body-text strong { color: var(--text); }

/* ----------------------------------------------------------------
   ACH vs CARD FEE COMPARISON
   ---------------------------------------------------------------- */
.prc-fee-compare {
  background: var(--light-bg);
  padding: 60px 0 70px;
}
.prc-compare-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px 60px;
  align-items: start;
}
.prc-compare-col {
  max-width: 400px;
}
.prc-compare-col.left {
  margin-right: auto !important;
}
.prc-compare-col.right {
  margin-left: auto !important;
}
.prc-fee-badge {
  display: inline-block;
  background: var(--green);
  color: #fff;
  border-radius: 10px;
  width: 400px;
  text-align: center;
}
.prc-compare-desc {
  font-size: 16px;
}
.prc-compare-desc strong { color: var(--text); }
.prc-compare-subdesc {
  font-size: 16px;
}
.prc-fee-price {
  font-size: clamp(36px, 4vw, 52px);
}
.prc-fee-plus {
  font-size: 16px;
}
.prc-example-box {
  background-color: #fff;
  border-radius: 10px;
  min-height: 240px;
}
.prc-example-label {
  color: var(--green);
}

.prc-example-text strong { color: var(--text); }

.prc-green-amount {
  font-size: 20px;
  font-weight: 500;
  color: var(--green);
}
.text-green {
  color: #21BE79;
}
.text-navy {
  color: #3D5A97;
}

/* ----------------------------------------------------------------
   CALCULATOR
   ---------------------------------------------------------------- */
.prc-calculator {
  padding: 64px 0;
  background: #fff;
}
.prc-calc-label {
  font-size: 18px;
}
.prc-calc-table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.prc-calc-table {
  width: 100%;
  border: 1px solid #9A9A9A;
  border-radius: 10px;
}
.prc-calc-table thead tr {
  background-color: #EEF1F8;
}
.prc-calc-table th {
  padding: 14px 20px;
  font-size: 14px;
  text-align: left;
  white-space: nowrap;
}
.prc-calc-table td {
  padding: 14px 20px;
  border-bottom: 1px solid #9A9A9A;
}
.prc-calc-table tbody tr:last-child td {
  border-bottom: none;
}
.prc-input-wrap {
  display: inline-flex;
  align-items: center;
  border-radius: 6px;
  overflow: hidden;
  background: #EEF1F8;
  max-width: 110px;
}
.prc-input-prefix {
  padding: 0 6px 0 10px;
  user-select: none;
}
.prc-calc-input {
  border: none;
  outline: none;
  background: transparent;
  padding: 8px 10px 8px 0;
  color: var(--text);
  width: 80px;
  -moz-appearance: textfield;
}
.prc-calc-input::-webkit-inner-spin-button,
.prc-calc-input::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
.prc-calc-input:focus {
  background: #eef1ff;
}

/* ----------------------------------------------------------------
   WHERE MONEY GOES / WHY WE CHARGE
   ---------------------------------------------------------------- */
.prc-money-info {
  padding: 64px 0;
  background: #fff;
}
.prc-money-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px 80px;
}
.prc-subsection-title {
  font-size: clamp(22px, 2.5vw, 32px);
  margin-bottom: 18px;
}
.prc-fees-support-label {
  font-size: 16px;
  color: var(--green);
  margin-bottom: 10px;
}
.prc-fees-list {
  padding-left: 4px;
}
.prc-fees-list li {
  font-size: 16px;
  padding: 3px 0 3px 14px;
  position: relative;
}
.prc-fees-list li::before {
  content: '·';
  position: absolute;
  left: 0;
  font-size: 22px;
  line-height: 1;
  font-weight: 700;
}

/* ----------------------------------------------------------------
   MISSION STATEMENT
   ---------------------------------------------------------------- */
.prc-mission {
  padding: 0 0 80px;
  background: #fff;
}
.prc-mission-box {
  border-radius: 30px;
  padding: 40px 40px;
  backdrop-filter: blur(30px);
  box-shadow: 2.5px 2.5px 15px 0px #0000001A;
}
.prc-mission-quote {
  font-size: clamp(17px, 2vw, 22px);
  margin-bottom: 32px;
}
.prc-mission-feature {
  display: flex;
  align-items: center;
  gap: 20px;
  /* flex-wrap: wrap; */
}

.prc-mission-icon {
  width: 60px;
  height: 60px;
  object-fit: contain;
}
.prc-mission-feature-title {
  font-size: 20px;
  white-space: nowrap;
  line-height: 1.25;
}
.prc-mission-divider {
  width: 1px;
  height: 40px;
  background: #d8dcea;
  flex-shrink: 0;
}
.prc-mission-feature-desc {
  font-size: 18px;
  margin: 0;
  line-height: 1.25;
}

/* ================================================================
   RESPONSIVE
   ================================================================ */

/* ---- Tablet (max 991px) ---- */
@media (max-width: 991px) {
  .prc-fee-badge {
    width: 320px;
  }
  .prc-compare-col {
    max-width: 320px;
  }
  .prc-hero-inner {
    gap: 20px;
  }
  .prc-hero-phone {
    max-width: 400px;
  }
  .prc-compare-grid {
    gap: 30px 36px;
  }
  .prc-money-grid {
    gap: 36px 48px;
  }
}

/* ---- Mobile (max 767px) — hero stacks, phone overlaps banner bottom ---- */
@media (max-width: 767px) {
  .prc-mission-feature {
    align-items: start;
  }

  .prc-mission-icon {
    width: auto;
    height: auto;
  }

  .prc-mission-feature-title {
    font-size: 16px;
    line-height: unset;
    border-bottom: 0.5px solid #9A9A9A;
    display: inline-block;
    padding-bottom: 7px;
  }

  .prc-mission-feature-desc {
    font-size: 14px;
    padding-top: 7px;
  }

  .prc-calculator {
    padding: 40px 0;
  }

  .prc-mission {
    padding: 0 0 0;
  }

  .prc-money-info {
    padding: 40px 0;
  }

  .prc-fee-compare {
    padding: 40px 0 40px;
  }

  .prc-compare-col.left {
    margin-right: unset !important;
  }

  .prc-compare-col.right {
    margin-left: unset !important;
  }

  .prc-hero-desc {
    font-size: 14px;
    line-height: 1.4;
  }

  .prc-fee-badge {
    width: auto;
  }

  .prc-compare-col {
    max-width: unset;
  }

  .prc-header {
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    /* overflow already visible from base rule */
  }

  /* Hero layout: stack text above, phone below overlapping boundary */
  .prc-hero {
    padding-top: 40px;
  }
  .prc-hero-inner {
    flex-direction: column;
    align-items: center;
    /* text-align: center; */
    gap: 0;
  }
  .prc-hero-text {
    padding-bottom: 24px;
    max-width: 100%;
  }
  .prc-hero-visual {
    z-index: 2;    
    margin-top: -45px;
    margin-bottom: -150px;
  }
  .prc-hero-phone {
    max-width: 300px;
    margin: 0 auto;
  }

  /* Fee works: top padding = phone overlap + breathing room */
  .prc-fee-works {
    padding-top: 60px;
    text-align: center;
  }

  /* Compare: single column */
  .prc-compare-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  /* Money info: single column */
  .prc-money-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  /* Mission: reduce padding */
  .prc-mission-box {
    padding: 28px 22px;
  }
  .prc-mission-divider {
    display: none;
  }
}

/* ---- Small mobile (max 480px) ---- */
@media (max-width: 480px) {
  .prc-header {
    border-bottom-left-radius: 32px;
    border-bottom-right-radius: 32px;
  }
  .prc-hero {
    padding-top: 36px;
  }
  .prc-hero-phone {
    max-width: 250px;
  }
  .prc-hero-visual {
    margin-bottom: -125px;
  }
  .prc-fee-works {
    padding-top: 100px;
  }
  .prc-fee-badge {
    font-size: 13px;
    padding: 8px 16px;
  }
  .prc-mission-feature {
    align-items: flex-start;
  }
}

@media only screen and (min-width: 1200px) {
  .prc-container {
    max-width: 1024px !important;
  }
}

@media only screen and (max-width: 575.9px) {
  .prc-input-wrap {
    background: none;
    max-width: unset;
    border-radius: 0;
    overflow: unset;
  }

  .prc-calc-table th {
    padding: 10px 10px;
    background-color: #EEF1F8;
    border-radius: 4px;
    font-size: 13px;
  }

  .prc-calc-table td {
    padding: 2px 10px;
    border-bottom: 0;
    font-size: 14px;
  }

  .prc-calc-table {
    border: 0;
    border-collapse: separate;
  }

  .prc-calc-table thead tr {
    background-color: none;
  }
}