/* =========================================================
   DR. NOTES - DENTISTRY LANDING PAGE
========================================================= */

.dentistry-page {
  --dent-blue: #1268f4;
  --dent-blue-dark: #094fc4;
  --dent-blue-deep: #071b45;
  --dent-blue-medium: #3d86f2;
  --dent-blue-soft: #edf5ff;
  --dent-blue-pale: #f5f9ff;
  --dent-sky: #9edcff;
  --dent-aqua: #7adce2;

  --dent-white: #ffffff;
  --dent-navy: #071b45;
  --dent-text: #344563;
  --dent-muted: #68758b;
  --dent-border: #dce7f5;

  overflow-x: hidden;
  background: var(--dent-white);
  color: var(--dent-text);
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    Helvetica,
    Arial,
    sans-serif;
}

.dentistry-page *,
.dentistry-page *::before,
.dentistry-page *::after {
  box-sizing: border-box;
}

.dentistry-page h1,
.dentistry-page h2,
.dentistry-page h3,
.dentistry-page p {
  margin-top: 0;
}

.dentistry-page img {
  max-width: 100%;
}

.dentistry-page .row > * {
  min-width: 0;
}

/* =========================================================
   SHARED HEADINGS
========================================================= */

.dentistry-section-heading {
  max-width: 820px;
  margin: 0 auto 46px;
}

.dentistry-section-label {
  display: inline-block;
  margin-bottom: 13px;
  color: var(--dent-blue);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.dentistry-section-heading h2 {
  margin: 0 0 15px;
  color: var(--dent-navy);
  font-size: clamp(36px, 4vw, 50px);
  line-height: 1.12;
  font-weight: 850;
  letter-spacing: -0.04em;
}

.dentistry-section-heading h2 span {
  display: block;
  color: var(--dent-blue);
}

.dentistry-section-heading p {
  max-width: 700px;
  margin: 0 auto;
  color: var(--dent-muted);
  font-size: 16px;
  line-height: 1.72;
}

/* =========================================================
   HERO
========================================================= */

.dentistry-hero {
  position: relative;
  overflow: hidden;
  padding: 52px 0 0;
  background:
    radial-gradient(
      circle at 7% 12%,
      rgba(18, 104, 244, 0.09),
      transparent 27%
    ),
    radial-gradient(
      circle at 94% 15%,
      rgba(122, 220, 226, 0.1),
      transparent 28%
    ),
    linear-gradient(
      120deg,
      #ffffff 0%,
      #f2f7ff 56%,
      #edf5ff 100%
    );
}

.dentistry-hero::before {
  content: "";
  position: absolute;
  top: -175px;
  left: -185px;
  width: 410px;
  height: 410px;
  border: 1px solid rgba(18, 104, 244, 0.1);
  border-radius: 50%;
  box-shadow:
    0 0 0 28px rgba(18, 104, 244, 0.02),
    0 0 0 56px rgba(18, 104, 244, 0.015);
  pointer-events: none;
}

.dentistry-hero .container {
  position: relative;
  z-index: 2;
}

.dentistry-hero-content {
  max-width: 570px;
  padding-bottom: 40px;
}

.dentistry-hero-content h1 {
  margin: 0 0 23px;
  color: var(--dent-navy);
  font-size: clamp(43px, 4.7vw, 63px);
  line-height: 1.04;
  font-weight: 850;
  letter-spacing: -0.045em;
}

.dentistry-hero-content h1 span {
  display: block;
  color: var(--dent-blue);
}

.dentistry-hero-content > p {
  max-width: 560px;
  margin-bottom: 28px;
  color: #40516c;
  font-size: 16px;
  line-height: 1.75;
}

.dentistry-store-buttons {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 13px;
}

.dentistry-store-buttons a {
  display: inline-flex;
  align-items: center;
  line-height: 0;
  transition:
    transform 0.2s ease,
    filter 0.2s ease;
}

.dentistry-store-buttons a:hover {
  transform: translateY(-2px);
  filter: drop-shadow(
    0 8px 12px rgba(18, 104, 244, 0.15)
  );
}

.dentistry-store-buttons img {
  display: block;
  width: auto;
  height: 50px;
}

.dentistry-hero-visual {
  position: relative;
  width: 100%;
  min-height: 470px;
}

.dentistry-hero-photo {
  position: absolute;
  inset: 0;
  overflow: hidden;
  border-radius: 27px;
  background: #e5edf7;
  box-shadow: 0 25px 62px rgba(20, 54, 97, 0.15);
}

.dentistry-hero-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.dentistry-hero-benefits {
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 28px auto 34px;
  padding: 14px 18px;
  border: 1px solid var(--dent-border);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 14px 34px rgba(7, 27, 69, 0.07);
}

.dentistry-hero-benefit {
  min-width: 0;
  min-height: 64px;
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 0 23px;
  color: var(--dent-navy);
  font-size: 13px;
  line-height: 1.4;
  font-weight: 750;
}

.dentistry-hero-benefit + .dentistry-hero-benefit {
  border-left: 1px solid #e2eaf5;
}

.dentistry-hero-benefit i {
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 13px;
  background: var(--dent-blue-soft);
  color: var(--dent-blue);
  font-size: 18px;
}

/* =========================================================
   WHY DR. NOTES
========================================================= */

.dentistry-why {
  position: relative;
  overflow: hidden;
  padding: 92px 0 104px;
  background:
    radial-gradient(
      circle at 6% 12%,
      rgba(18, 104, 244, 0.055),
      transparent 26%
    ),
    radial-gradient(
      circle at 95% 10%,
      rgba(18, 104, 244, 0.07),
      transparent 24%
    ),
    #fbfdff;
}

.dentistry-why::before,
.dentistry-why::after {
  content: "";
  position: absolute;
  width: 260px;
  height: 260px;
  border: 1px solid rgba(18, 104, 244, 0.08);
  border-radius: 50%;
  box-shadow:
    0 0 0 30px rgba(18, 104, 244, 0.015),
    0 0 0 60px rgba(18, 104, 244, 0.01);
  pointer-events: none;
}

.dentistry-why::before {
  top: 100px;
  left: -170px;
}

.dentistry-why::after {
  right: -165px;
  bottom: 80px;
}

.dentistry-why .container {
  position: relative;
  z-index: 2;
}

.dentistry-benefits-wrap {
  max-width: 820px;
  margin: 0 auto;
}

.dentistry-benefit-card {
  height: 100%;
  min-height: 235px;
  padding: 27px 28px;
  border: 1px solid #dce7f5;
  border-radius: 16px;
  background: var(--dent-white);
  box-shadow: 0 13px 32px rgba(7, 36, 84, 0.065);
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    border-color 0.22s ease;
}

.dentistry-benefit-card:hover {
  transform: translateY(-4px);
  border-color: #bad4fb;
  box-shadow: 0 20px 42px rgba(7, 36, 84, 0.11);
}

.dentistry-benefit-icon {
  width: 58px;
  height: 58px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--dent-blue-soft);
  color: var(--dent-blue);
  font-size: 25px;
}

.dentistry-benefit-card h3 {
  margin: 0 0 8px;
  color: var(--dent-navy);
  font-size: 19px;
  line-height: 1.35;
  font-weight: 850;
}

.dentistry-benefit-card p {
  margin: 0;
  color: var(--dent-muted);
  font-size: 14px;
  line-height: 1.65;
}

/* =========================================================
   DENTAL CARE STORY
========================================================= */

.dentistry-story {
  position: relative;
  overflow: hidden;
  padding: 95px 0;
  background:
    radial-gradient(
      circle at 96% 6%,
      rgba(18, 104, 244, 0.075),
      transparent 24%
    ),
    var(--dent-white);
}

.dentistry-story::after {
  content: "";
  position: absolute;
  right: 7%;
  bottom: -145px;
  width: 370px;
  height: 250px;
  border-radius: 50%;
  background: rgba(18, 104, 244, 0.055);
  pointer-events: none;
}

.dentistry-story .container {
  position: relative;
  z-index: 2;
}

.dentistry-story-image {
  position: relative;
  width: 100%;
  min-height: 555px;
  overflow: hidden;
  border-radius: 23px;
  background: #e9f0f8;
  box-shadow: 0 23px 56px rgba(10, 40, 82, 0.13);
}

.dentistry-story-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.dentistry-story-content {
  width: 100%;
  max-width: 620px;
  padding-left: 18px;
}

.dentistry-story-content h2 {
  margin: 0 0 22px;
  color: var(--dent-navy);
  font-size: clamp(39px, 4vw, 55px);
  line-height: 1.08;
  font-weight: 850;
  letter-spacing: -0.04em;
}

.dentistry-story-content h2 span {
  display: block;
  color: var(--dent-blue);
}

.dentistry-story-content > p {
  margin-bottom: 24px;
  color: #40516c;
  font-size: 16px;
  line-height: 1.75;
}

.dentistry-story-points {
  display: grid;
  margin-bottom: 22px;
}

.dentistry-story-points > div {
  min-height: 53px;
  display: flex;
  align-items: flex-start;
  gap: 13px;
  padding: 11px 0;
  color: var(--dent-navy);
  font-size: 14px;
  line-height: 1.55;
  font-weight: 700;
}

.dentistry-story-points i {
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 1px;
  border-radius: 50%;
  background: var(--dent-blue);
  color: #ffffff;
  font-size: 11px;
}

.dentistry-story-note {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 18px 20px;
  border: 1px solid #dce8f8;
  border-radius: 14px;
  background: #f1f7ff;
}

.dentistry-story-note-icon {
  flex: 0 0 52px;
  width: 52px;
  height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--dent-white);
  color: var(--dent-blue);
  font-size: 23px;
  box-shadow: 0 6px 15px rgba(18, 104, 244, 0.09);
}

.dentistry-story-note p {
  margin: 0;
  color: #53627b;
  font-size: 13px;
  line-height: 1.65;
}

/* =========================================================
   FEATURES HEADING
========================================================= */

.dentistry-features-heading {
  padding: 90px 0 72px;
  background:
    radial-gradient(
      circle at 14% 14%,
      rgba(18, 104, 244, 0.06),
      transparent 26%
    ),
    linear-gradient(
      180deg,
      #edf5ff 0%,
      #f8fbff 100%
    );
}

.dentistry-features-heading .dentistry-section-heading {
  margin-bottom: 0;
}

/* =========================================================
   FEATURE SECTIONS
========================================================= */

.dentistry-feature-section {
  position: relative;
  overflow: hidden;
  padding: 82px 0;
  border-top: 1px solid #eaf0f8;
}

.dentistry-feature-white {
  background:
    radial-gradient(
      circle at 5% 12%,
      rgba(18, 104, 244, 0.045),
      transparent 24%
    ),
    var(--dent-white);
}

.dentistry-feature-blue {
  background:
    radial-gradient(
      circle at 91% 15%,
      rgba(18, 104, 244, 0.07),
      transparent 24%
    ),
    #f5f9ff;
}

.dentistry-feature-content {
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: 570px;
}

.dentistry-feature-content h2 {
  margin: 0 0 18px;
  color: var(--dent-navy);
  font-size: clamp(38px, 4vw, 52px);
  line-height: 1.1;
  font-weight: 850;
  letter-spacing: -0.04em;
}

.dentistry-feature-content > p {
  margin-bottom: 24px;
  color: var(--dent-muted);
  font-size: 16px;
  line-height: 1.72;
}

.dentistry-feature-content ul {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.dentistry-feature-content li {
  position: relative;
  min-height: 57px;
  display: flex;
  align-items: flex-start;
  padding: 13px 0 13px 43px;
  border-bottom: 1px solid #dce8f8;
  color: #31425f;
  font-size: 15px;
  line-height: 1.55;
  font-weight: 650;
}

.dentistry-feature-content li::before {
  content: "\2713";
  position: absolute;
  top: 13px;
  left: 0;
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--dent-blue);
  color: #ffffff;
  font-size: 13px;
  font-weight: 900;
}

/* Feature screenshots */

.dentistry-app-preview {
  position: relative;
  width: 100%;
  min-width: 0;
  min-height: 470px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 22px;
  overflow: hidden;
}

.dentistry-app-preview::before {
  content: "";
  position: absolute;
  width: min(430px, 72%);
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    linear-gradient(
      145deg,
      rgba(18, 104, 244, 0.1),
      rgba(126, 216, 226, 0.055)
    );
}

.dentistry-app-preview::after {
  content: "";
  position: absolute;
  top: 26px;
  left: 28px;
  width: 70px;
  height: 70px;
  opacity: 0.5;
  background-image:
    radial-gradient(
      var(--dent-sky) 1.5px,
      transparent 1.5px
    );
  background-size: 11px 11px;
}

.dentistry-feature-image {
  position: relative;
  z-index: 2;
  display: block;
  max-width: 100%;
  height: auto;
  object-fit: contain;
  filter:
    drop-shadow(
      0 21px 29px rgba(8, 32, 77, 0.14)
    );
}

.dentistry-preview-standard {
  width: min(100%, 700px);
}

.dentistry-preview-wide {
  width: min(100%, 830px);
}

/* =========================================================
   FREE DENTAL TOOLS
========================================================= */

.dentistry-tools-section {
  position: relative;
  overflow: hidden;
  padding: 94px 0 75px;
  background:
    radial-gradient(
      circle at 8% 8%,
      rgba(18, 104, 244, 0.1),
      transparent 26%
    ),
    radial-gradient(
      circle at 94% 78%,
      rgba(104, 183, 247, 0.16),
      transparent 30%
    ),
    linear-gradient(
      135deg,
      #ffffff 0%,
      #f5f9ff 56%,
      #e9f4ff 100%
    );
}

.dentistry-tools-section::before {
  content: "\f5c9";
  position: absolute;
  top: 44px;
  right: 7%;
  color: rgba(18, 104, 244, 0.13);
  font-family: "Font Awesome 5 Free";
  font-size: 105px;
  font-weight: 900;
  pointer-events: none;
}

.dentistry-tools-header {
  position: relative;
  z-index: 2;
  max-width: 760px;
  margin: 0 auto 41px;
}

.dentistry-tools-header h2 {
  margin: 0 0 13px;
  color: var(--dent-navy);
  font-size: clamp(38px, 4vw, 50px);
  line-height: 1.12;
  font-weight: 850;
  letter-spacing: -0.04em;
}

.dentistry-tools-header p {
  margin: 0;
  color: var(--dent-muted);
  font-size: 16px;
  line-height: 1.7;
}

.dentistry-tool-card {
  height: 100%;
  min-height: 325px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 25px 20px 20px;
  border: 1px solid #dce7f5;
  border-radius: 16px;
  background: var(--dent-white);
  text-align: center;
  box-shadow: 0 13px 31px rgba(7, 36, 84, 0.075);
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    border-color 0.22s ease;
}

.dentistry-tool-card:hover {
  transform: translateY(-5px);
  border-color: #bcd6fb;
  box-shadow: 0 21px 43px rgba(7, 36, 84, 0.12);
}

.dentistry-tool-icon {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  border-radius: 50%;
  background: var(--dent-blue-soft);
  color: var(--dent-blue);
  font-size: 29px;
}

.dentistry-tool-card h3 {
  margin: 0 0 10px;
  color: var(--dent-navy);
  font-size: 18px;
  line-height: 1.3;
  font-weight: 850;
}

.dentistry-tool-card p {
  flex: 1;
  margin: 0 0 18px;
  color: var(--dent-muted);
  font-size: 13px;
  line-height: 1.58;
}

.dentistry-tool-button {
  width: 100%;
  min-height: 43px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 18px;
  border-radius: 999px;
  background: var(--dent-blue);
  color: #ffffff !important;
  font-size: 14px;
  font-weight: 750;
  text-decoration: none;
  box-shadow: 0 8px 18px rgba(18, 104, 244, 0.2);
  transition:
    background 0.2s ease,
    transform 0.2s ease;
}

.dentistry-tool-button:hover {
  background: var(--dent-blue-dark);
  color: #ffffff !important;
  transform: translateY(-1px);
}

.dentistry-tools-note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  margin-top: 24px;
  color: #68758b;
  font-size: 12px;
  line-height: 1.5;
}

.dentistry-tools-note i {
  color: var(--dent-blue);
}

/* =========================================================
   DENTISTRY BLOGS
========================================================= */

.dentistry-blogs-section {
  background:
    linear-gradient(
      180deg,
      #f7faff 0%,
      #ffffff 100%
    );
}

.dentistry-page .latest-blogs-title {
  color: var(--dent-navy);
}

.dentistry-page .highlights-underline {
  background: var(--dent-blue);
}

.dentistry-page .latest-blogs-viewall-btn {
  border-color: var(--dent-blue);
  background: var(--dent-blue);
  color: #ffffff;
}

.dentistry-page .latest-blogs-viewall-btn:hover {
  border-color: var(--dent-blue-dark);
  background: var(--dent-blue-dark);
  color: #ffffff;
}

/* =========================================================
   LARGE DESKTOP
========================================================= */

@media (min-width: 1200px) {
  .dentistry-hero-visual {
    min-height: auto;
    display: flex;
    align-items: center;
  }

  .dentistry-hero-photo {
    position: relative;
    width: 100%;
    height: 470px;
  }

  .dentistry-story-image {
    height: 600px;
    min-height: 0;
  }

  .dentistry-story-content {
    padding-left: 22px;
  }

  .dentistry-feature-section:nth-of-type(even)
    .dentistry-feature-content {
    padding-left: 22px;
  }
}

/* =========================================================
   LAPTOP AND SMALL DESKTOP
========================================================= */

@media (max-width: 1199.98px) {
  .dentistry-hero {
    padding-top: 44px;
  }

  .dentistry-hero-content {
    max-width: 770px;
    margin: 0 auto;
    padding-bottom: 10px;
    text-align: center;
  }

  .dentistry-hero-content h1 {
    font-size: 49px;
  }

  .dentistry-hero-content h1 span {
    display: inline;
  }

  .dentistry-hero-content > p {
    margin-right: auto;
    margin-left: auto;
  }

  .dentistry-store-buttons {
    justify-content: center;
  }

  .dentistry-hero-visual {
    max-width: 850px;
    min-height: 510px;
    margin: 20px auto 0;
  }

  .dentistry-hero-benefits {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 850px;
    padding: 10px;
  }

  .dentistry-hero-benefit {
    padding: 15px 20px;
  }

  .dentistry-hero-benefit:nth-child(3) {
    border-left: 0;
  }

  .dentistry-hero-benefit:nth-child(n + 3) {
    border-top: 1px solid #e2eaf5;
  }

  .dentistry-story-image {
    max-width: 850px;
    min-height: 520px;
    margin: 0 auto;
  }

  .dentistry-story-content {
    max-width: 770px;
    margin: 0 auto;
    padding-left: 0;
  }

  .dentistry-feature-content {
    max-width: 770px;
    margin: 0 auto;
  }

  .dentistry-app-preview {
    max-width: 860px;
    min-height: 410px;
    margin: 0 auto;
  }

  .dentistry-preview-standard {
    width: min(100%, 650px);
  }

  .dentistry-preview-wide {
    width: min(100%, 740px);
  }
}

/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991.98px) {
  .dentistry-section-heading h2 {
    font-size: 39px;
  }

  .dentistry-story-content h2 {
    font-size: 42px;
  }

  .dentistry-feature-content h2 {
    font-size: 40px;
  }

  .dentistry-feature-section {
    padding: 70px 0;
  }

  .dentistry-benefit-card {
    min-height: 220px;
  }

  .dentistry-tool-card {
    min-height: 310px;
  }
}

/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767.98px) {
  .dentistry-section-heading {
    margin-bottom: 35px;
  }

  .dentistry-section-heading h2 {
    font-size: 34px;
  }

  .dentistry-section-heading p {
    font-size: 15px;
  }

  .dentistry-hero-content h1 {
    font-size: 40px;
  }

  .dentistry-hero-visual {
    min-height: 410px;
  }

  .dentistry-hero-benefits {
    grid-template-columns: 1fr;
    margin-bottom: 24px;
  }

  .dentistry-hero-benefit {
    min-height: 62px;
    padding: 13px 16px;
    border-left: 0 !important;
  }

  .dentistry-hero-benefit + .dentistry-hero-benefit {
    border-top: 1px solid #e2eaf5;
  }

  .dentistry-why,
  .dentistry-story,
  .dentistry-tools-section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .dentistry-benefit-card {
    min-height: auto;
  }

  .dentistry-story-image {
    min-height: 420px;
  }

  .dentistry-story-content h2 {
    font-size: 38px;
  }

  .dentistry-features-heading {
    padding: 72px 0 56px;
  }

  .dentistry-feature-section {
    padding: 65px 0;
  }

  .dentistry-feature-content h2 {
    font-size: 37px;
  }

  .dentistry-app-preview {
    min-height: 320px;
    padding: 13px;
  }

  .dentistry-app-preview::before {
    width: min(290px, 72vw);
  }

  .dentistry-preview-standard,
  .dentistry-preview-wide {
    width: min(100%, 620px);
  }

  .dentistry-tool-card {
    min-height: auto;
  }

  .dentistry-tools-note {
    align-items: flex-start;
    text-align: left;
  }
}

/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 575.98px) {
  .dentistry-hero {
    padding-top: 31px;
  }

  .dentistry-hero-content h1 {
    font-size: 35px;
  }

  .dentistry-hero-content > p {
    font-size: 15px;
  }

  .dentistry-store-buttons {
    gap: 9px;
  }

  .dentistry-store-buttons img {
    height: 43px;
  }

  .dentistry-hero-visual {
    min-height: 330px;
  }

  .dentistry-hero-photo {
    border-radius: 20px;
  }

  .dentistry-section-heading h2 {
    font-size: 30px;
  }

  .dentistry-benefit-card {
    padding: 24px 22px;
  }

  .dentistry-story-image {
    min-height: 345px;
    border-radius: 20px;
  }

  .dentistry-story-content h2 {
    font-size: 33px;
  }

  .dentistry-story-note {
    align-items: flex-start;
    padding: 16px;
  }

  .dentistry-story-note-icon {
    flex-basis: 45px;
    width: 45px;
    height: 45px;
    font-size: 20px;
  }

  .dentistry-feature-content h2 {
    font-size: 32px;
  }

  .dentistry-feature-content li {
    padding-left: 39px;
    font-size: 14px;
  }

  .dentistry-feature-content li::before {
    width: 25px;
    height: 25px;
  }

  .dentistry-app-preview {
    min-height: 245px;
    padding: 8px;
  }

  .dentistry-app-preview::before {
    width: min(225px, 70vw);
  }

  .dentistry-app-preview::after {
    display: none;
  }

  .dentistry-preview-standard,
  .dentistry-preview-wide {
    width: 100%;
    max-width: 100%;
  }

  .dentistry-tools-header h2 {
    font-size: 32px;
  }
}

/* =========================================================
   FEATURE 1 IMAGE SIZE FIX
   Enlarges only the Dental Clinical Notes image.
========================================================= */

.dentistry-feature-notes .dentistry-app-preview {
  padding-right: 0;
  padding-left: 0;
  overflow: visible;
}

.dentistry-preview-notes {
  width: min(118%, 880px);
  max-width: none;
}

/* Laptop and stacked desktop layout */
@media (max-width: 1199.98px) {
  .dentistry-preview-notes {
    width: min(108%, 760px);
  }
}

/* Tablet and mobile */
@media (max-width: 767.98px) {
  .dentistry-feature-notes .dentistry-app-preview {
    overflow: hidden;
  }

  .dentistry-preview-notes {
    width: min(100%, 620px);
    max-width: 100%;
  }
}

/* Small mobile */
@media (max-width: 575.98px) {
  .dentistry-preview-notes {
    width: 100%;
    max-width: 100%;
  }
}

/* =========================================================
   DENTISTRY + GENERAL PRACTICE
   HERO LAYOUT NORMALISATION

   Matches the balanced Physiotherapy/Psychiatry hero layout:
   - Equal 6/6 desktop columns
   - Consistent heading size and line wrapping
   - Consistent paragraph typography
   - Consistent store-button sizing
   - Consistent 470px desktop image
========================================================= */

/* =========================================================
   SHARED DESKTOP COLUMN BALANCE
========================================================= */

@media (min-width: 1200px) {
  /* Override the existing Bootstrap 5/7 split */
  .dentistry-hero .col-xl-5,
  .dentistry-hero .col-xl-7,
  .gp-hero .col-xl-5,
  .gp-hero .col-xl-7 {
    flex: 0 0 auto;
    width: 50%;
  }

  /* Supports the custom General Practice hero structure too */
  .gp-hero-main {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: center;
    gap: 3rem;
  }
}

/* =========================================================
   DENTISTRY HERO
========================================================= */

.dentistry-hero {
  padding: 58px 0 0;
}

.dentistry-hero-content {
  width: 100%;
  max-width: 610px;
  padding-bottom: 44px;
}

.dentistry-hero-content h1 {
  max-width: 610px;
  margin: 0 0 23px;
  color: var(--dent-navy);
  font-size: clamp(43px, 4.7vw, 64px);
  line-height: 1.05;
  font-weight: 800;
  letter-spacing: -0.045em;
}

.dentistry-hero-content h1 span {
  display: block;
  margin-top: 0;
  color: var(--dent-blue);
}

.dentistry-hero-content > p {
  max-width: 590px;
  margin: 0 0 29px;
  color: #40516c;
  font-size: 16px;
  line-height: 1.8;
}

.dentistry-store-buttons {
  gap: 14px;
}

.dentistry-store-buttons img {
  width: auto;
  height: 50px;
}

.dentistry-hero-visual {
  position: relative;
  width: 100%;
  min-height: 470px;
}

.dentistry-hero-photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  min-height: 0;
  overflow: hidden;
  border-radius: 28px;
}

.dentistry-hero-photo img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  object-position: center;
}

.dentistry-hero-benefits {
  margin: 15px auto 34px;
  padding: 14px 18px;
  border-radius: 18px;
}

/* =========================================================
   GENERAL PRACTICE HERO
========================================================= */

.gp-hero {
  padding: 58px 0 0;
}

.gp-hero > .container {
  max-width: var(--bs-container-max-width);
}

.gp-hero-content {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 610px;
  padding-top: 0;
  padding-bottom: 44px;
}

.gp-hero-content h1 {
  max-width: 610px;
  margin: 0 0 23px;
  color: var(--gp-navy);
  font-size: clamp(43px, 4.7vw, 64px);
  line-height: 1.05;
  font-weight: 800;
  letter-spacing: -0.045em;
}

.gp-hero-content h1 span {
  display: block;
  margin-top: 0;
  color: var(--gp-blue);
}

.gp-hero-content > p {
  max-width: 590px;
  margin: 0 0 29px;
  color: #40516c;
  font-size: 16px;
  line-height: 1.8;
}

.gp-store-buttons {
  gap: 14px;
}

.gp-store-buttons img {
  display: block;
  width: auto;
  height: 50px;
}

.gp-hero-visual {
  position: relative;
  width: 100%;
  min-height: 470px;
  margin: 0;
}

.gp-hero-photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  min-height: 0;
  aspect-ratio: auto;
  overflow: hidden;
  border-radius: 28px;
}

.gp-hero-photo img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  object-position: center;
}

.gp-hero-benefits {
  margin: 15px auto 34px;
  padding: 14px 18px;
  border: 1px solid var(--gp-border);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 14px 34px rgba(7, 27, 69, 0.07);
}

/* =========================================================
   LAPTOP / STACKED LAYOUT
========================================================= */

@media (max-width: 1199.98px) {
  .dentistry-hero,
  .gp-hero {
    padding-top: 45px;
  }

  .gp-hero-main {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
  }

  .dentistry-hero-content,
  .gp-hero-content {
    max-width: 760px;
    margin: 0 auto;
    padding-bottom: 12px;
    text-align: center;
  }

  .dentistry-hero-content h1,
  .gp-hero-content h1 {
    max-width: 760px;
    margin-right: auto;
    margin-left: auto;
    font-size: 49px;
  }

  .dentistry-hero-content h1 span,
  .gp-hero-content h1 span {
    display: inline;
  }

  .dentistry-hero-content > p,
  .gp-hero-content > p {
    max-width: 700px;
    margin-right: auto;
    margin-left: auto;
  }

  .dentistry-store-buttons,
  .gp-store-buttons {
    justify-content: center;
  }

  .dentistry-hero-visual,
  .gp-hero-visual {
    width: 100%;
    max-width: 820px;
    min-height: 500px;
    margin: 20px auto 0;
  }

  .dentistry-hero-photo,
  .gp-hero-photo {
    border-radius: 28px;
  }

  .dentistry-hero-benefits,
  .gp-hero-benefits {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 820px;
    margin-top: 24px;
    padding: 10px;
  }

  .dentistry-hero-benefit,
  .gp-hero-benefit {
    justify-content: flex-start;
    padding: 15px 20px;
  }
}

/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991.98px) {
  .dentistry-hero-content h1,
  .gp-hero-content h1 {
    font-size: 44px;
  }

  .dentistry-hero-visual,
  .gp-hero-visual {
    min-height: 440px;
  }
}

/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767.98px) {
  .dentistry-hero-content h1,
  .gp-hero-content h1 {
    font-size: 40px;
    line-height: 1.06;
  }

  .dentistry-hero-content > p,
  .gp-hero-content > p {
    font-size: 15px;
    line-height: 1.75;
  }

  .dentistry-store-buttons img,
  .gp-store-buttons img {
    height: 43px;
  }

  .dentistry-hero-visual,
  .gp-hero-visual {
    min-height: 410px;
  }

  .dentistry-hero-photo,
  .gp-hero-photo {
    border-radius: 21px;
  }

  .dentistry-hero-benefits,
  .gp-hero-benefits {
    grid-template-columns: 1fr;
    margin-bottom: 24px;
  }

  .dentistry-hero-benefit,
  .gp-hero-benefit {
    min-height: 62px;
    padding: 13px 16px;
    border-right: 0;
    border-left: 0 !important;
  }
}

/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 575.98px) {
  .dentistry-hero,
  .gp-hero {
    padding-top: 32px;
  }

  .dentistry-hero-content h1,
  .gp-hero-content h1 {
    font-size: 35px;
  }

  .dentistry-hero-visual,
  .gp-hero-visual {
    min-height: 330px;
  }

  .dentistry-store-buttons,
  .gp-store-buttons {
    gap: 9px;
  }
}