:root {
  --navy: #0D3B73;
  --navy-deep: #082f5f;
  --ink: #0D3B73;
  --teal: #16A7C9;
  --teal-dark: #0d8fb0;
  --soft: #F5FBFF;
  --line: #dfe8f3;
  --text: #1c3158;
  --muted: #5d6a80;
  --shadow: 0 10px 26px rgba(12, 49, 99, .12);
  --font-display: 'DM Serif Display', Georgia, 'Times New Roman', serif;
  --font-subtitle: 'Lora', Georgia, 'Times New Roman', serif;
  --font-body: 'Poppins', Arial, Helvetica, sans-serif;
}

.drjam-footer {
  background: #f5fbff;
  border-top: 1px solid #d9edf6;
  padding: 34px 0;
}
.drjam-footer-inner {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr) auto;
  align-items: center;
  gap: 28px;
}
.drjam-footer .brand img {
  max-width: 190px;
}
.drjam-footer p {
  margin: 0;
  color: #0d3b73;
  font-weight: 600;
}
.drjam-footer-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.drjam-footer-actions a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #0d3b73;
  font-weight: 700;
  text-decoration: none;
}
.drjam-footer-actions .fa {
  color: #16a7c9;
}

@media (max-width: 900px) {
  .drjam-footer-inner {
    grid-template-columns: 1fr;
    text-align: center;
    justify-items: center;
  }
  .drjam-footer-actions {
    justify-content: center;
  }
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  background: #fff;
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.5;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
.wrap { width: min(100% - 96px, 1560px); margin: 0 auto; }

h1, h2, h3, p { margin: 0; }
h1, h2 {
  color: var(--ink);
  font-family: var(--font-display);
  font-weight: 400;
  letter-spacing: 0;
}

h3,
.hero-copy > p,
.lead-form > p,
.gift-card strong,
.gift-card span,
.promo-inner p,
.final-inner p {
  font-family: var(--font-subtitle);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border: 0;
  border-radius: 8px;
  color: #fff;
  min-height: 54px;
  padding: 0 34px;
  font-family: var(--font-body);
  font-weight: 600;
  cursor: pointer;
  box-shadow: 0 8px 16px rgba(0, 53, 112, .12);
}
.btn-primary { background: var(--navy); }
.btn-accent { background: linear-gradient(90deg, var(--teal), #0f94b6); }

.site-header {
  position: relative;
  z-index: 20;
  background: #fff;
  border-bottom: 1px solid #edf1f6;
}
.header-inner {
  min-height: 136px;
  display: grid;
  grid-template-columns: 300px minmax(640px, 1fr) 300px;
  align-items: center;
  gap: 34px;
}
.brand { justify-self: start; }
.brand img {
  width: 300px;
  height: 86px;
  object-fit: contain;
  object-position: left center;
}
.main-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-self: center;
  width: 100%;
}
.nav-item { display: flex; }
.nav-link {
  min-width: 160px;
  min-height: 84px;
  padding: 0 20px;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  border-left: 1px solid #e1e8f0;
  color: var(--ink);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.15;
  white-space: nowrap;
  transition: color .2s ease, background .2s ease;
}
.nav-link:last-child { border-right: 1px solid #e1e8f0; }
.nav-link .fa {
  color: var(--teal);
  font-size: 29px;
  line-height: 1;
}
.nav-link:hover,
.nav-link:focus {
  color: var(--teal-dark);
  background: var(--soft);
}
.header-cta {
  justify-self: end;
  min-width: 292px;
  min-height: 62px;
  border-radius: 999px;
  font-size: 18px;
  box-shadow: 0 10px 22px rgba(13, 59, 115, .18);
}
.mega-menu {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  z-index: 30;
  padding: 28px 0 32px;
  background: rgba(255,255,255,.98);
  border-top: 1px solid #edf2f7;
  border-bottom: 1px solid #edf2f7;
  box-shadow: 0 18px 34px rgba(13, 59, 115, .08);
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
}
.has-mega:hover .mega-menu,
.has-mega:focus-within .mega-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.mega-inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.mega-column {
  min-height: 380px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 6px 52px 10px;
  border-left: 1px solid #dfe8f3;
}
.mega-column:last-child { border-right: 1px solid #dfe8f3; }
.mega-column img {
  width: 138px;
  height: 138px;
  object-fit: cover;
  border: 3px solid var(--teal);
  border-radius: 50%;
}
.mega-badge {
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: -24px;
  border-radius: 50%;
  color: #fff;
  background: var(--teal);
  border: 3px solid #fff;
  font-size: 22px;
}
.mega-column h3 {
  min-height: 58px;
  margin-top: 12px;
  color: var(--teal-dark);
  text-align: center;
  text-transform: uppercase;
  font-family: var(--font-body);
  font-size: 22px;
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: .04em;
}
.mega-line {
  width: 54px;
  height: 3px;
  margin: 6px 0 18px;
  background: var(--teal);
  border-radius: 999px;
}
.mega-column a {
  width: 100%;
  display: grid;
  grid-template-columns: 34px 1fr;
  align-items: center;
  gap: 10px;
  min-height: 38px;
  color: var(--ink);
  font-size: 16px;
  font-weight: 500;
}
.mega-column a .fa {
  color: var(--teal-dark);
  font-size: 23px;
  text-align: center;
}
.mega-column a:hover,
.mega-column a:focus {
  color: var(--teal-dark);
}
.mega-feature p {
  color: var(--text);
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 24px;
}
.mega-feature .mega-cta {
  display: inline-grid;
  grid-template-columns: 42px 1fr;
  min-height: 68px;
  margin-top: auto;
  padding: 0 24px;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(90deg, var(--teal), #0f94b6);
  font-size: 17px;
  font-weight: 600;
  box-shadow: 0 10px 22px rgba(13, 59, 115, .15);
}
.mega-feature .mega-cta .fa { color: #fff; }
.header-actions {
  display: flex;
  align-items: center;
  gap: 22px;
  color: var(--ink);
  font-size: 27px;
  font-weight: 500;
  white-space: nowrap;
}
.phone-link { display: inline-flex; align-items: center; gap: 14px; }
.phone-link .fa {
  color: var(--teal);
  width: 42px;
  height: 42px;
  border: 2px solid rgba(22, 167, 201, .45);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.divider { height: 36px; width: 2px; background: #cbd4df; }

.hero {
  position: relative;
  overflow: hidden;
  min-height: 648px;
  background: linear-gradient(90deg, #fff 0%, #fff 37%, rgba(255,255,255,.72) 50%, rgba(255,255,255,.34) 66%, #f4f6fa 100%);
}
.hero-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, #fff 0%, rgba(255,255,255,.9) 20%, rgba(255,255,255,.28) 48%, rgba(255,255,255,.2) 67%, #f2f4f8 100%),
    url("../images/landing-hero-mother-baby.jpg") center / cover no-repeat;
  opacity: .82;
}
.hero-grid {
  position: relative;
  min-height: 648px;
  display: grid;
  grid-template-columns: minmax(520px, 1fr) 520px;
  gap: 60px;
  align-items: center;
  padding: 28px 0;
}
.hero-copy h1 {
  font-size: clamp(46px, 5vw, 78px);
  line-height: .98;
  max-width: 650px;
  margin-bottom: 28px;
}
.hero-copy > p {
  max-width: 690px;
  color: var(--text);
  font-size: 23px;
  font-weight: 600;
  margin-bottom: 26px;
}
.gift-card {
  width: min(100%, 535px);
  min-height: 98px;
  background: rgba(255,255,255,.93);
  border: 1px solid #e8eef6;
  border-radius: 8px;
  box-shadow: var(--shadow);
  display: grid;
  grid-template-columns: 104px 1fr;
  grid-template-rows: auto auto;
  align-items: center;
  padding: 20px 28px;
  margin-bottom: 32px;
}
.gift-card .fa {
  grid-row: 1 / 3;
  color: var(--teal);
  font-size: 50px;
}
.gift-card strong {
  color: var(--teal-dark);
  font-size: 27px;
  font-weight: 600;
}
.gift-card span {
  color: var(--ink);
  font-size: 25px;
  font-weight: 500;
}
.trust-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 590px;
}
.trust-row article {
  min-height: 145px;
  text-align: center;
  padding: 0 18px;
  border-right: 1px solid #e7edf4;
}
.trust-row article:last-child { border-right: 0; }
.trust-row .fa {
  width: 76px;
  height: 76px;
  border: 1px solid #e7edf4;
  border-radius: 50%;
  color: var(--teal);
  background: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 42px;
  margin-bottom: 12px;
  box-shadow: 0 8px 18px rgba(12, 49, 99, .08);
}
.trust-row span {
  color: var(--ink);
  font-size: 17px;
  font-weight: 600;
}

.lead-form {
  background: rgba(255,255,255,.95);
  border: 1px solid #dfe5ee;
  border-radius: 18px;
  box-shadow: var(--shadow);
  padding: 30px 38px 24px;
}
.lead-form h2 {
  text-align: center;
  font-size: 38px;
  line-height: 1.05;
  margin-bottom: 8px;
}
.lead-form > p {
  color: var(--text);
  text-align: center;
  font-weight: 500;
  margin-bottom: 22px;
}
.lead-form label { display: block; margin-bottom: 12px; }
.lead-form label span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}
.lead-form input,
.lead-form select,
.lead-form textarea {
  width: 100%;
  min-height: 48px;
  border: 2px solid #e1e5eb;
  border-radius: 7px;
  color: var(--text);
  background: #fff;
  padding: 0 18px;
  font: 500 15px var(--font-body);
  outline-color: var(--teal);
}
.lead-form textarea {
  min-height: 72px;
  resize: vertical;
  padding-top: 16px;
}
.lead-form .btn { width: 100%; font-size: 19px; margin-top: 4px; }
.lead-form small {
  display: block;
  text-align: center;
  color: var(--muted);
  font-weight: 500;
  margin-top: 14px;
}
.lead-form small .fa { color: var(--teal); margin-right: 8px; }

.promo-bar, .final-cta {
  background: var(--navy);
  color: #fff;
}
.promo-inner {
  min-height: 104px;
  display: flex;
  align-items: center;
  gap: 34px;
  padding-left: 150px;
}
.promo-inner .fa {
  font-size: 46px;
  color: #fff;
}
.promo-inner p,
.final-inner p {
  color: #fff;
  font-size: 29px;
  font-weight: 600;
  line-height: 1.15;
}

.section { padding: 20px 0 26px; }
.section h2 {
  text-align: center;
  font-size: 36px;
  line-height: 1.1;
}
.title-line {
  width: 58px;
  height: 4px;
  background: var(--teal);
  margin: 12px auto 22px;
  border-radius: 10px;
}
.title-line.left { margin-left: 0; }

.treatment-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  align-items: end;
}
.treatment-grid article {
  min-height: 150px;
  text-align: center;
  padding: 0 24px;
  border-right: 1px solid #e7edf4;
}
.treatment-grid article:last-child { border-right: 0; }
.treatment-grid .fa {
  color: var(--teal);
  font-size: 64px;
  margin-bottom: 14px;
}
.treatment-grid h3 {
  color: var(--ink);
  font-size: 20px;
  line-height: 1.15;
  font-weight: 600;
}

.proof { padding-top: 18px; }
.proof-grid {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 8px;
}
.panel {
  min-height: 428px;
  border: 1px solid #edf1f6;
  border-radius: 8px;
  box-shadow: 0 6px 18px rgba(12, 49, 99, .08);
  background: #fff;
}
.results-card { padding: 28px 44px 30px; }
.results-card h2,
.doctor-card h2 {
  text-align: left;
  font-size: 39px;
}
.results-card > p {
  text-align: center;
  font-weight: 500;
  max-width: 640px;
  margin: 0 auto 26px;
}
.stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 26px;
  margin-bottom: 26px;
}
.stats div {
  display: grid;
  grid-template-columns: 96px auto;
  align-items: center;
}
.stats .fa {
  width: 82px;
  height: 82px;
  border-radius: 50%;
  color: #fff;
  background: var(--teal);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 39px;
  grid-row: 1 / 3;
}
.stats strong {
  color: var(--teal);
  font-size: 62px;
  line-height: .9;
  font-weight: 700;
}
.stats span { color: var(--ink); font-size: 19px; font-weight: 600; }
.mini-facts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.mini-facts span {
  min-height: 92px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 18px;
  background: #f2f7ff;
  color: var(--ink);
  font-weight: 600;
  border-radius: 6px;
}
.mini-facts b {
  color: var(--teal);
  font-size: 47px;
  line-height: .9;
}
.mini-facts .fa {
  color: var(--teal);
  font-size: 34px;
  flex: 0 0 auto;
}

.doctor-card {
  position: relative;
  overflow: hidden;
  display: block;
  min-height: 428px;
  background: var(--soft);
}
.doctor-text {
  position: relative;
  z-index: 2;
  width: min(62%, 620px);
  padding: 36px 0 28px 40px;
}
.doctor-text p {
  color: var(--text);
  font-weight: 500;
  margin-bottom: 24px;
}
.doctor-text ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 17px;
  font-weight: 500;
}
.doctor-text li::before {
  content: "\f00c";
  font-family: FontAwesome;
  color: #fff;
  background: #1b9bd7;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  margin-right: 14px;
  font-size: 13px;
}
.doctor-card img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 38%;
  height: 100%;
  object-fit: contain;
  object-position: right bottom;
}

.stories {
  position: relative;
  padding-top: 18px;
}
.stories .wrap { position: relative; }
.story-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  padding: 0 58px;
}
.story-card {
  min-height: 190px;
  display: grid;
  grid-template-columns: 155px 1fr;
  grid-template-rows: 1fr auto;
  gap: 8px 22px;
  padding: 14px 20px;
  border: 1px solid #e8edf5;
  border-radius: 8px;
  box-shadow: 0 6px 18px rgba(12, 49, 99, .07);
  background: #fff;
}
.story-card img {
  grid-row: 1 / 3;
  width: 145px;
  height: 145px;
  object-fit: cover;
  border-radius: 50%;
}
.story-card blockquote {
  margin: 0;
  color: var(--text);
  font-size: 16px;
  font-weight: 400;
}
.story-card cite {
  color: var(--ink);
  font-style: normal;
  font-weight: 600;
}
.story-card cite span {
  display: block;
  color: var(--muted);
  font-weight: 500;
}
.slider-arrow {
  position: absolute;
  top: 58%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  border: 1px solid #edf1f6;
  border-radius: 50%;
  background: #fff;
  color: var(--ink);
  box-shadow: 0 8px 16px rgba(12, 49, 99, .08);
  font-size: 34px;
  cursor: pointer;
}
.slider-arrow.prev { left: 0; }
.slider-arrow.next { right: 0; }

.contact-strip { padding: 0 0 0; }
.contact-grid {
  min-height: 190px;
  display: grid;
  grid-template-columns: 1.08fr .9fr 1fr;
  align-items: center;
  gap: 28px;
  padding: 34px 58px;
  border-radius: 8px 8px 0 0;
  background: var(--soft);
}
.contact-grid article {
  min-height: 120px;
  display: flex;
  align-items: center;
  gap: 28px;
  border-right: 1px solid #d8e2ef;
}
.contact-grid article:last-child { border-right: 0; }
.contact-grid .fa {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  color: #fff;
  background: var(--teal);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 50px;
  flex: 0 0 auto;
}
.contact-grid .fa.whatsapp { background: #4fc34a; }
.contact-grid strong {
  color: var(--ink);
  display: block;
  font-size: 21px;
  line-height: 1.1;
  margin-bottom: 6px;
}
.contact-grid p {
  color: var(--ink);
  font-size: 22px;
  font-weight: 600;
}
.contact-grid .big { font-size: 35px; }
.contact-grid span { font-weight: 500; }
.contact-grid a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  margin-top: 12px;
  padding: 0 24px;
  border: 1px solid #9fb5c8;
  border-radius: 999px;
  color: var(--ink);
  background: #fff;
  font-weight: 600;
}

.final-inner {
  min-height: 112px;
  display: grid;
  grid-template-columns: 118px 1fr auto;
  align-items: center;
  gap: 28px;
}
.final-inner > .fa {
  color: rgba(255,255,255,.7);
  font-size: 68px;
}
.cta-wide {
  min-width: 500px;
  min-height: 68px;
  border-radius: 999px;
  font-size: 27px;
}

@media (max-width: 1350px) {
  .wrap { width: min(100% - 40px, 1180px); }
  .header-inner {
    min-height: 126px;
    grid-template-columns: 270px minmax(520px, 1fr) 250px;
    gap: 24px;
  }
  .brand img { width: 270px; height: 74px; }
  .nav-link { min-width: 132px; min-height: 78px; padding: 0 12px; font-size: 13px; }
  .header-cta { min-width: 250px; padding: 0 24px; font-size: 16px; }
  .mega-column { padding-left: 28px; padding-right: 28px; }
  .hero-copy { max-width: 760px; }
  .promo-inner { padding-left: 0; }
  .treatment-grid { grid-template-columns: repeat(3, 1fr); row-gap: 24px; }
  .proof-grid, .story-grid, .contact-grid { grid-template-columns: 1fr; }
  .doctor-card { min-height: 428px; }
  .story-grid { padding: 0 52px; }
  .contact-grid article { border-right: 0; border-bottom: 1px solid #d8e2ef; padding-bottom: 22px; }
  .contact-grid article:last-child { border-bottom: 0; }
  .final-inner { grid-template-columns: 70px 1fr; padding: 20px 0; }
  .cta-wide { grid-column: 2; min-width: 0; width: 100%; }
}

@media (max-width: 1100px) {
  .header-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 16px 0;
  }
  .brand { flex: 1 1 100%; display: flex; justify-content: center; }
  .brand img { object-position: center; }
  .main-nav { order: 3; flex: 1 1 100%; }
  .mega-inner { grid-template-columns: repeat(2, 1fr); row-gap: 28px; }
  .mega-column:nth-child(odd) { border-left: 1px solid #dfe8f3; }
  .mega-column:nth-child(even) { border-right: 1px solid #dfe8f3; }
  .hero-grid { grid-template-columns: 1fr; gap: 24px; padding: 38px 0; }
  .lead-form { max-width: 620px; }
}

@media (max-width: 700px) {
  body { font-size: 16px; }
  .wrap { width: min(100% - 24px, 620px); }
  .header-inner { align-items: flex-start; flex-direction: column; padding: 16px 0; }
  .brand { width: 100%; justify-content: flex-start; }
  .brand img { width: 300px; height: 68px; object-position: left center; }
  .main-nav { width: 100%; display: grid; grid-template-columns: repeat(2, 1fr); }
  .nav-item { display: block; }
  .has-mega { grid-column: 1 / -1; }
  .nav-link {
    width: 100%;
    min-width: 0;
    min-height: 74px;
    border: 1px solid #e1e8f0;
    font-size: 13px;
  }
  .header-cta { width: 100%; min-width: 0; }
  .mega-menu {
    position: static;
    display: none;
    width: 100%;
    grid-column: 1 / -1;
    padding: 20px 0;
    opacity: 1;
    visibility: visible;
    transform: none;
    box-shadow: none;
  }
  .has-mega:hover .mega-menu,
  .has-mega:focus-within .mega-menu { display: block; }
  .mega-inner { grid-template-columns: 1fr; }
  .mega-column {
    min-height: 0;
    padding: 18px 8px 26px;
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid #dfe8f3;
  }
  .mega-column:last-child { border-right: 0; border-bottom: 0; }
  .mega-column h3 { min-height: 0; font-size: 19px; }
  .mega-column a { max-width: 330px; }
  .phone-secondary, .divider { display: none; }
  .btn { width: 100%; padding: 0 18px; }
  .hero { min-height: 0; }
  .hero-grid { min-height: 0; grid-template-columns: 1fr; }
  .hero-copy h1 { font-size: 43px; }
  .hero-copy > p { font-size: 18px; }
  .gift-card { grid-template-columns: 64px 1fr; padding: 16px; }
  .gift-card .fa { font-size: 38px; }
  .gift-card strong, .gift-card span { font-size: 20px; }
  .trust-row { grid-template-columns: 1fr; gap: 16px; }
  .trust-row article { border-right: 0; min-height: 0; }
  .lead-form { padding: 24px 18px; }
  .lead-form h2 { font-size: 30px; }
  .promo-inner, .final-inner { display: flex; flex-direction: column; align-items: flex-start; gap: 14px; padding: 22px 0; }
  .promo-inner p, .final-inner p { font-size: 23px; }
  .section h2, .results-card h2, .doctor-card h2 { font-size: 31px; }
  .treatment-grid { grid-template-columns: repeat(2, 1fr); }
  .treatment-grid article { border-right: 0; padding: 0 8px; }
  .results-card { padding: 24px 18px; }
  .stats, .mini-facts { grid-template-columns: 1fr; }
  .doctor-card {
    display: grid;
    min-height: 0;
  }
  .doctor-text {
    width: 100%;
    padding: 26px 18px;
  }
  .doctor-card img {
    position: static;
    width: 100%;
    height: 360px;
    object-position: center bottom;
  }
  .story-grid { padding: 0; }
  .story-card { grid-template-columns: 92px 1fr; padding: 14px; }
  .story-card img { width: 88px; height: 88px; }
  .slider-arrow { display: none; }
  .contact-grid { padding: 24px 18px; }
  .contact-grid article { align-items: flex-start; gap: 16px; }
  .contact-grid .fa { width: 64px; height: 64px; font-size: 34px; }
  .contact-grid p, .contact-grid .big { font-size: 21px; }
  .cta-wide { min-width: 0; width: 100%; font-size: 20px; }
}
