/* ========================================
   Dronenote Pages Styles
   ======================================== */

/* Hero */
.dn-hero {
  background-color: var(--color-pink-beige);
  color: var(--color-navy-dark);
  padding: 80px 0;
  overflow: hidden;
}

.dn-hero-inner {
  display: flex;
  align-items: center;
  gap: 48px;
}

.dn-hero-text {
  flex: 0 0 48%;
}

.dn-hero-text .supervised {
  font-size: 20px;
  font-weight: 700;
  color: var(--color-text-strong);
  margin-bottom: 20px;
  letter-spacing: 0.04em;
}

.dn-hero-text h1 {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.02em;
  margin-bottom: 24px;
  color: var(--color-text-strong);
}

.dn-hero-text h1 span {
  display: block;
  white-space: nowrap;
}

.dn-hero-text .subtitle {
  font-size: 18px;
  color: var(--color-text-strong);
  margin-bottom: 28px;
  line-height: 1.7;
  letter-spacing: 0.02em;
}

.dn-hero-badges {
  display: flex;
  gap: 16px;
  align-items: flex-end;
  margin-bottom: 16px;
}

.dn-hero-badges a {
  display: block;
}

.dn-hero-badges a img {
  height: 48px;
  width: auto;
  display: block;
}

.dn-hero-badges a img[alt="App Store"] {
  height: 48px;
}

.dn-hero-text .portal-link {
  display: block;
  width: 220px;
  box-sizing: border-box;
  text-align: center;
  border: 1.5px solid var(--color-navy-dark);
  color: var(--color-navy-dark);
  padding: 9px 20px;
  border-radius: 24px;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 14px;
  transition: background-color 0.2s, color 0.2s;
}

.dn-hero-text .portal-link:hover {
  background-color: var(--color-navy-dark);
  color: var(--color-white);
}

.dn-hero-text .portal-note {
  font-size: 15px;
  font-weight: 500;
  opacity: 0.9;
  line-height: 1.8;
}

.dn-hero-image {
  flex: 1;
  position: relative;
  min-height: 520px;
}

.dn-hero-image img {
  background-color: #fff;
}

.dn-hero-image img.portal {
  position: absolute;
  top: 0;
  right: 6%;
  width: 68%;
  height: auto;
  border: 5px solid var(--color-navy-dark);
  border-radius: 14px;
  box-shadow: 0 22px 44px rgba(0, 0, 0, 0.22);
  z-index: 1;
}

.dn-hero-image img.tablet {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 44%;
  height: auto;
  border: 5px solid var(--color-navy-dark);
  border-radius: 18px;
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.24);
  z-index: 2;
}

.dn-hero-image img.phone {
  position: absolute;
  bottom: 24px;
  left: 16%;
  width: 26%;
  height: auto;
  border: 4px solid var(--color-navy-dark);
  border-radius: 24px;
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.26);
  z-index: 3;
}

/* Section eyebrow — friendly pill badge */
.dn-eyebrow {
  display: inline-block;
  background-color: rgba(39, 65, 91, 0.08);
  color: var(--color-navy-dark);
  padding: 7px 18px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}

/* eyebrow centered (when parent text-align center) */
.dn-about,
.dn-stats,
.dn-features,
.dn-contact {
  /* container's text-align controls eyebrow position */
}

/* About App */
.dn-about {
  background: linear-gradient(180deg, #fbf8f5 0%, #f5f0ea 100%);
  padding: 96px 0;
  text-align: center;
}

.dn-about h2 {
  font-size: 32px;
  font-weight: 800;
  line-height: 1.6;
  margin-bottom: 24px;
  color: var(--color-text-strong);
}

.dn-about h2::after {
  content: '● ● ●';
  display: block;
  font-size: 7px;
  color: rgba(39, 65, 91, 0.5);
  letter-spacing: 0.7em;
  margin: 22px 0 0 0.7em;
  text-indent: 0.7em;
}

.dn-about p {
  font-size: 16px;
  line-height: 2;
  max-width: 720px;
  margin: 0 auto 18px;
  color: var(--color-gray);
}

.dn-about p.lead {
  font-size: 19px;
  font-weight: 700;
  color: var(--color-navy-dark);
  line-height: 1.9;
  margin-bottom: 24px;
}

.dn-about p strong {
  color: var(--color-terracotta);
  font-weight: 800;
}

/* Stats */
.dn-stats {
  background-color: var(--color-white);
  padding: 80px 0;
  text-align: center;
}

.dn-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin: 36px 0 20px;
}

.dn-stat {
  background: linear-gradient(180deg, #fbf8f5 0%, #f5ede6 100%);
  border-radius: 20px;
  padding: 36px 16px 32px;
  text-align: center;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.dn-stat:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(39, 65, 91, 0.12);
}

.dn-stat-number {
  font-size: 50px;
  font-weight: 800;
  color: var(--color-text-strong);
  line-height: 1;
  margin-bottom: 16px;
  font-feature-settings: "tnum";
  white-space: nowrap;
}

.dn-stat-number .unit {
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  margin-left: 6px;
  color: var(--color-terracotta);
  vertical-align: 4px;
}

.dn-stat-number .unit-navy {
  color: rgba(39, 65, 91, 0.6);
}

.dn-stat-label {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: var(--color-gray);
}

.dn-stats-note {
  font-size: 12px;
  color: var(--color-gray);
  margin-top: 14px;
  letter-spacing: 0.05em;
}

/* Mobile App Screens Carousel */
.dn-mobile {
  background-color: var(--color-light-gray);
  padding: 96px 0;
  text-align: center;
}

.dn-mobile .section-title {
  font-size: 32px;
  font-weight: 800;
  line-height: 1.6;
  color: var(--color-text-strong);
  margin-bottom: 16px;
}

.dn-mobile .section-title::after {
  content: '● ● ●';
  display: block;
  font-size: 7px;
  color: rgba(39, 65, 91, 0.5);
  letter-spacing: 0.7em;
  margin: 18px 0 0 0.7em;
  text-indent: 0.7em;
}

.dn-mobile-desc {
  font-size: 15px;
  line-height: 1.8;
  color: var(--color-gray);
  margin-bottom: 48px;
}

.dn-mobile-carousel {
  position: relative;
}

.dn-mobile-track {
  display: flex;
  gap: 24px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scroll-padding-left: 4px;
  padding: 20px 4px 32px;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: rgba(39, 65, 91, 0.25) transparent;
}

.dn-mobile-track::-webkit-scrollbar {
  height: 6px;
}

.dn-mobile-track::-webkit-scrollbar-thumb {
  background: rgba(39, 65, 91, 0.25);
  border-radius: 3px;
}

.dn-mobile-slide {
  flex: 0 0 calc((100% - 24px) / 2);
  scroll-snap-align: start;
  background-color: #fff;
  border-radius: 20px;
  padding: 32px 28px;
  box-shadow: 0 8px 24px rgba(39, 65, 91, 0.08);
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 28px;
  text-align: left;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.dn-mobile-slide:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 36px rgba(39, 65, 91, 0.14);
}

.dn-mobile-screen {
  flex: 0 0 auto;
  width: 200px;
}

.dn-mobile-screen img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 14px;
  border: 3px solid var(--color-navy-dark);
  box-shadow: 0 10px 24px rgba(39, 65, 91, 0.18);
  background-color: #fff;
}

.dn-mobile-caption {
  flex: 1;
  min-width: 0;
}

.dn-mobile-caption h3 {
  font-size: 18px;
  font-weight: 800;
  line-height: 1.5;
  color: var(--color-navy-dark);
  margin: 0 0 12px;
}

.dn-mobile-caption p {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.85;
  color: var(--color-dark);
  margin: 0;
}

.dn-mobile-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background-color: #fff;
  border: none;
  box-shadow: 0 6px 20px rgba(39, 65, 91, 0.2);
  font-size: 32px;
  font-weight: 400;
  line-height: 1;
  color: var(--color-navy-dark);
  cursor: pointer;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 4px;
  transition: transform 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.dn-mobile-arrow:hover {
  background-color: var(--color-navy-dark);
  color: #fff;
  transform: translateY(-50%) scale(1.08);
}

.dn-mobile-arrow:disabled {
  opacity: 0.35;
  cursor: default;
  transform: translateY(-50%);
}

.dn-mobile-arrow-prev { left: -18px; }
.dn-mobile-arrow-next { right: -18px; }

.dn-mobile-counter {
  margin-top: 16px;
  font-size: 14px;
  font-weight: 700;
  color: var(--color-gray);
  letter-spacing: 0.06em;
  font-feature-settings: "tnum";
}

/* Portal Screens Carousel */
.dn-portal {
  background-color: var(--color-light-gray);
  padding: 96px 0;
  text-align: center;
}

.dn-portal .section-title {
  font-size: 32px;
  font-weight: 800;
  line-height: 1.6;
  color: var(--color-text-strong);
  margin-bottom: 16px;
}

.dn-portal .section-title::after {
  content: '● ● ●';
  display: block;
  font-size: 7px;
  color: rgba(39, 65, 91, 0.5);
  letter-spacing: 0.7em;
  margin: 18px 0 0 0.7em;
  text-indent: 0.7em;
}

.dn-portal-desc {
  font-size: 15px;
  line-height: 1.8;
  color: var(--color-gray);
  margin-bottom: 48px;
}

.dn-portal-carousel {
  position: relative;
}

.dn-portal-track {
  display: flex;
  gap: 24px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scroll-padding-left: 4px;
  padding: 20px 4px 32px;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: rgba(39, 65, 91, 0.25) transparent;
}

.dn-portal-track::-webkit-scrollbar {
  height: 6px;
}

.dn-portal-track::-webkit-scrollbar-thumb {
  background: rgba(39, 65, 91, 0.25);
  border-radius: 3px;
}

.dn-portal-slide {
  flex: 0 0 calc((100% - 24px) / 2);
  scroll-snap-align: start;
  background-color: #fff;
  border-radius: 20px;
  padding: 28px 28px 32px;
  box-shadow: 0 8px 24px rgba(39, 65, 91, 0.08);
  display: flex;
  flex-direction: column;
  gap: 20px;
  text-align: left;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.dn-portal-slide:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 36px rgba(39, 65, 91, 0.14);
}

.dn-portal-screen {
  width: 100%;
}

.dn-portal-screen img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
  border: 3px solid var(--color-navy-dark);
  box-shadow: 0 10px 24px rgba(39, 65, 91, 0.18);
  background-color: #fff;
}

.dn-portal-caption {
  flex: 1;
}

.dn-portal-caption h3 {
  font-size: 18px;
  font-weight: 800;
  line-height: 1.5;
  color: var(--color-navy-dark);
  margin: 0 0 12px;
}

.dn-portal-caption p {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.85;
  color: var(--color-dark);
  margin: 0;
}

.dn-portal-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background-color: #fff;
  border: none;
  box-shadow: 0 6px 20px rgba(39, 65, 91, 0.2);
  font-size: 32px;
  font-weight: 400;
  line-height: 1;
  color: var(--color-navy-dark);
  cursor: pointer;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 4px;
  transition: transform 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.dn-portal-arrow:hover {
  background-color: var(--color-navy-dark);
  color: #fff;
  transform: translateY(-50%) scale(1.08);
}

.dn-portal-arrow:disabled {
  opacity: 0.35;
  cursor: default;
  transform: translateY(-50%);
}

.dn-portal-arrow-prev { left: -18px; }
.dn-portal-arrow-next { right: -18px; }

.dn-portal-counter {
  margin-top: 16px;
  font-size: 14px;
  font-weight: 700;
  color: var(--color-gray);
  letter-spacing: 0.06em;
  font-feature-settings: "tnum";
}

/* Voice (User Reviews Carousel) */
.dn-voice {
  background: linear-gradient(180deg, #fbf8f5 0%, #f5ede6 100%);
  padding: 96px 0;
  text-align: center;
}

.dn-voice .section-title {
  font-size: 32px;
  font-weight: 800;
  line-height: 1.6;
  color: var(--color-text-strong);
  margin-bottom: 16px;
}

.dn-voice .section-title::after {
  content: '● ● ●';
  display: block;
  font-size: 7px;
  color: rgba(39, 65, 91, 0.5);
  letter-spacing: 0.7em;
  margin: 18px 0 0 0.7em;
  text-indent: 0.7em;
}

.dn-voice-desc {
  font-size: 15px;
  line-height: 1.8;
  color: var(--color-gray);
  margin-bottom: 48px;
}

.dn-voice-carousel {
  position: relative;
}

.dn-voice-track {
  display: flex;
  gap: 24px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scroll-padding-left: 4px;
  padding: 20px 4px 32px;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: rgba(39, 65, 91, 0.25) transparent;
}

.dn-voice-track::-webkit-scrollbar {
  height: 6px;
}

.dn-voice-track::-webkit-scrollbar-thumb {
  background: rgba(39, 65, 91, 0.25);
  border-radius: 3px;
}

.dn-voice-card {
  flex: 0 0 calc((100% - 48px) / 2.5);
  min-width: 300px;
  scroll-snap-align: start;
  background-color: #fff;
  border-radius: 20px;
  padding: 32px 28px;
  box-shadow: 0 8px 24px rgba(39, 65, 91, 0.08);
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 14px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.dn-voice-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 36px rgba(39, 65, 91, 0.14);
}

.dn-voice-stars {
  color: #E8A33D;
  font-size: 18px;
  letter-spacing: 3px;
  line-height: 1;
}

.dn-voice-title {
  font-size: 17px;
  font-weight: 800;
  line-height: 1.55;
  color: var(--color-navy-dark);
  margin: 0;
}

.dn-voice-body {
  font-size: 14px;
  line-height: 1.9;
  color: var(--color-dark);
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.dn-voice-meta {
  margin-top: auto;
  padding-top: 10px;
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
  gap: 8px;
  border-top: 1px solid rgba(39, 65, 91, 0.08);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--color-gray);
}

.dn-voice-date {
  order: 1;
  font-feature-settings: "tnum";
  white-space: nowrap;
  flex-shrink: 0;
}

.dn-voice-date::after {
  content: ' -';
}

.dn-voice-name {
  order: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dn-voice-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background-color: #fff;
  border: none;
  box-shadow: 0 6px 20px rgba(39, 65, 91, 0.2);
  font-size: 32px;
  font-weight: 400;
  line-height: 1;
  color: var(--color-navy-dark);
  cursor: pointer;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 4px;
  transition: transform 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.dn-voice-arrow:hover {
  background-color: var(--color-navy-dark);
  color: #fff;
  transform: translateY(-50%) scale(1.08);
}

.dn-voice-arrow:disabled {
  opacity: 0.35;
  cursor: default;
  transform: translateY(-50%);
}

.dn-voice-arrow-prev { left: -18px; }
.dn-voice-arrow-next { right: -18px; }

/* Features */
.dn-features {
  padding: 96px 0;
  background-color: var(--color-navy);
  text-align: center;
}

.dn-features .dn-eyebrow {
  background-color: rgba(255, 255, 255, 0.14);
  color: var(--color-white);
}

.dn-features .section-title {
  margin-bottom: 16px;
  font-size: 32px;
  font-weight: 800;
  color: var(--color-white);
}

.dn-features .section-title::after {
  content: '● ● ●';
  display: block;
  font-size: 7px;
  color: rgba(255, 255, 255, 0.55);
  letter-spacing: 0.7em;
  margin: 18px 0 0 0.7em;
  text-indent: 0.7em;
}

.dn-features-desc {
  text-align: center;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.78);
  margin-bottom: 64px;
  line-height: 1.8;
}

.dn-features-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px 24px;
  text-align: left;
}

.dn-feature-card {
  position: relative;
  padding: 40px 32px 32px;
  background-color: #fbf8f5;
  border-radius: 20px;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.18);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.dn-feature-card::before {
  content: attr(data-num);
  position: absolute;
  top: -16px;
  left: 28px;
  width: 44px;
  height: 44px;
  background-color: var(--color-terracotta);
  color: var(--color-white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.02em;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.28);
  transition: transform 0.35s ease;
}

.dn-feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.28);
}

.dn-feature-card:hover::before {
  transform: scale(1.08) rotate(-4deg);
}

.dn-feature-card h3 {
  font-size: 19px;
  font-weight: 800;
  margin: 8px 0 14px;
  color: var(--color-navy-dark);
}

.dn-feature-card p {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.9;
  color: var(--color-dark);
}

/* Pricing */
.dn-pricing {
  background-color: var(--color-white);
  padding: 96px 0;
  text-align: center;
}

.dn-pricing .section-title {
  font-size: 32px;
  font-weight: 800;
  line-height: 1.6;
  color: var(--color-text-strong);
  margin-bottom: 16px;
}

.dn-pricing .section-title::after {
  content: '● ● ●';
  display: block;
  font-size: 7px;
  color: rgba(39, 65, 91, 0.5);
  letter-spacing: 0.7em;
  margin: 18px 0 0 0.7em;
  text-indent: 0.7em;
}

.dn-pricing-lead {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.9;
  color: var(--color-navy-dark);
  margin-bottom: 56px;
}

.dn-pricing-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  max-width: 920px;
  margin: 0 auto 64px;
}

.dn-plan-card {
  background: linear-gradient(180deg, #fbf8f5 0%, #f5ede6 100%);
  border-radius: 22px;
  padding: 40px 36px;
  text-align: left;
  box-shadow: 0 8px 24px rgba(39, 65, 91, 0.08);
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.dn-plan-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 36px rgba(39, 65, 91, 0.14);
}

.dn-plan-premium {
  background: #fff;
  border: 2px solid var(--color-terracotta);
  box-shadow: 0 12px 32px rgba(181, 120, 78, 0.18);
}

.dn-plan-name {
  font-size: 20px;
  font-weight: 800;
  color: var(--color-navy-dark);
  margin: 0 0 14px;
}

.dn-plan-price {
  display: flex;
  align-items: baseline;
  gap: 6px;
  margin-bottom: 6px;
}

.dn-plan-amount {
  font-size: 44px;
  font-weight: 800;
  color: var(--color-text-strong);
  line-height: 1;
  font-feature-settings: "tnum";
}

.dn-plan-unit {
  font-size: 13px;
  font-weight: 700;
  color: var(--color-gray);
}

.dn-plan-price-sub {
  font-size: 13px;
  font-weight: 600;
  color: var(--color-navy-dark);
  margin: 0 0 14px;
  line-height: 1.6;
}

.dn-plan-trial {
  display: inline-block;
  background-color: var(--color-terracotta);
  color: var(--color-white);
  font-size: 13px;
  font-weight: 700;
  padding: 6px 14px;
  border-radius: 999px;
  margin-bottom: 16px;
}

.dn-plan-desc {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.8;
  color: var(--color-navy-dark);
  margin: 0 0 24px;
}

.dn-plan-head {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(39, 65, 91, 0.12);
  margin-bottom: 22px;
}

.dn-plan-features-label {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: var(--color-navy-dark);
  margin: 0 0 14px;
}

.dn-plan-features ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.dn-plan-features li {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.6;
  color: var(--color-dark);
  padding-left: 30px;
  position: relative;
}

.dn-plan-features li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 2px;
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='%2322a06b'%3E%3Cpath fill-rule='evenodd' d='M10 18a8 8 0 100-16 8 8 0 000 16zm3.707-9.293a1 1 0 00-1.414-1.414L9 10.586 7.707 9.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4z' clip-rule='evenodd'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}

/* Compare table */
.dn-pricing-compare {
  margin-bottom: 48px;
  text-align: left;
}

.dn-pricing-compare-title {
  font-size: 22px;
  font-weight: 800;
  color: var(--color-text-strong);
  text-align: center;
  margin: 0 0 10px;
}

.dn-pricing-compare-desc {
  font-size: 14px;
  font-weight: 600;
  color: var(--color-navy-dark);
  text-align: center;
  margin: 0 0 28px;
}

.dn-pricing-table-wrap {
  overflow-x: auto;
  border-radius: 16px;
  background-color: #fbf8f5;
  padding: 4px;
  box-shadow: 0 8px 24px rgba(39, 65, 91, 0.06);
}

.dn-pricing-table {
  width: 100%;
  border-collapse: collapse;
  background-color: #fff;
  border-radius: 14px;
  overflow: hidden;
}

.dn-pricing-table thead th {
  background-color: var(--color-navy);
  color: var(--color-white);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: 14px 16px;
  text-align: left;
}

.dn-pricing-table thead th:nth-child(2),
.dn-pricing-table thead th:nth-child(3) {
  text-align: center;
  width: 18%;
}

.dn-pricing-table tbody td {
  padding: 14px 16px;
  border-bottom: 1px solid rgba(39, 65, 91, 0.08);
  font-size: 14px;
  font-weight: 600;
  color: var(--color-dark);
  vertical-align: top;
}

.dn-pricing-table tbody td:nth-child(2),
.dn-pricing-table tbody td:nth-child(3) {
  text-align: center;
  font-weight: 700;
}

.dn-pricing-table tbody td strong {
  font-size: 14px;
  font-weight: 800;
  color: var(--color-navy-dark);
  display: block;
}

.dn-pricing-note {
  display: block;
  font-size: 13px;
  font-weight: 500;
  color: var(--color-navy-dark);
  line-height: 1.65;
  margin-top: 4px;
}

.dn-pricing-group td {
  background-color: rgba(39, 65, 91, 0.08) !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  letter-spacing: 0.08em;
  color: var(--color-navy-dark) !important;
  padding: 12px 16px !important;
}

.dn-pricing-table tbody .check {
  font-size: 0;
}

.dn-pricing-table tbody .check::before {
  content: '';
  display: inline-block;
  width: 22px;
  height: 22px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='%2322a06b'%3E%3Cpath fill-rule='evenodd' d='M10 18a8 8 0 100-16 8 8 0 000 16zm3.707-9.293a1 1 0 00-1.414-1.414L9 10.586 7.707 9.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4z' clip-rule='evenodd'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}

.dn-pricing-table tbody .dash {
  color: rgba(39, 65, 91, 0.35);
  font-size: 18px;
  font-weight: 800;
}

.dn-pricing-table tbody .note {
  font-size: 13px;
  font-weight: 800;
  color: var(--color-navy-dark);
}

/* CTA */
.dn-pricing-cta {
  margin: 48px 0 40px;
  text-align: center;
}

.dn-pricing-cta-note {
  font-size: 14px;
  font-weight: 700;
  color: var(--color-navy-dark);
  margin: 0 0 18px;
  letter-spacing: 0.04em;
}

.dn-pricing-badges {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.dn-pricing-badges a img {
  height: 48px;
  width: auto;
  display: block;
}

/* Notes */
.dn-pricing-notes {
  background-color: #fbf8f5;
  border-radius: 16px;
  padding: 28px 32px;
  max-width: 820px;
  margin: 0 auto;
  text-align: left;
}

.dn-pricing-notes-title {
  font-size: 14px;
  font-weight: 800;
  color: var(--color-navy-dark);
  margin: 0 0 12px;
  letter-spacing: 0.04em;
}

.dn-pricing-notes ul {
  list-style: disc;
  padding-left: 22px;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.dn-pricing-notes li {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.85;
  color: var(--color-dark);
}

/* Contact (Dronenote) */
.dn-contact {
  background-color: var(--color-pink-beige);
  padding: 64px 0;
}

.dn-boundary {
  text-align: center;
  margin-bottom: 64px;
}

.dn-boundary-label {
  font-size: 18px;
  font-weight: 700;
  color: var(--color-navy-dark);
  letter-spacing: 0.04em;
  margin-bottom: 24px;
}

.dn-boundary img {
  max-width: 560px;
  width: 80%;
  height: auto;
  display: inline-block;
  transition: opacity 0.2s;
}

.dn-boundary a:hover img {
  opacity: 0.85;
}

@media (max-width: 768px) {
  .dn-boundary img {
    width: 90%;
  }
}

.dn-contact {
  text-align: center;
}

.dn-contact .section-title {
  color: var(--color-text-strong);
  margin-bottom: 16px;
  font-size: 32px;
  font-weight: 800;
}

.dn-contact .section-title::after {
  content: '● ● ●';
  display: block;
  font-size: 7px;
  color: rgba(39, 65, 91, 0.5);
  letter-spacing: 0.7em;
  margin: 18px 0 0 0.7em;
  text-indent: 0.7em;
}

.dn-contact .contact-desc {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: var(--color-navy-dark);
  opacity: 0.9;
  margin-bottom: 40px;
  line-height: 1.8;
}

.dn-contact .contact-form {
  max-width: 600px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.dn-contact .contact-form .form-group.full {
  grid-column: 1 / -1;
}

.dn-contact .contact-form .btn {
  grid-column: 1 / -1;
  justify-self: end;
}

@media (max-width: 768px) {
  .dn-contact .contact-form {
    grid-template-columns: 1fr;
  }
}

/* ========================================
   Subpage styles
   ======================================== */

/* Input Examples / FAQ / Help / News */
.dn-page-content {
  padding: 48px 0 80px;
  background-color: #FDF9F7;
}

.dn-page-content h1 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 32px;
  color: #27415B;
}

.dn-page-content h2 {
  font-size: 22px;
  font-weight: 700;
  margin-top: 40px;
  margin-bottom: 16px;
  color: #27415B;
  padding-bottom: 8px;
  border-bottom: 2px solid #A96D51;
}

.dn-page-content h3 {
  font-size: 18px;
  font-weight: 700;
  margin-top: 32px;
  margin-bottom: 12px;
  color: #27415B;
}

.dn-page-content h4 {
  font-size: 16px;
  font-weight: 700;
  margin-top: 24px;
  margin-bottom: 12px;
  color: #27415B;
}

.dn-page-content p {
  font-size: 15px;
  line-height: 1.9;
  margin-bottom: 16px;
  color: #0E151B;
}

.dn-page-content a {
  color: #A96D51;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.dn-page-content a:hover {
  opacity: 0.7;
}

.dn-page-content ul,
.dn-page-content ol {
  padding-left: 24px;
  margin-bottom: 16px;
}

.dn-page-content ul {
  list-style: disc;
}

.dn-page-content ol {
  list-style: decimal;
}

.dn-page-content li {
  font-size: 15px;
  line-height: 1.9;
  margin-bottom: 8px;
  color: #0E151B;
}

/* Tables */
.dn-page-content table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 24px;
  font-size: 14px;
}

.dn-page-content thead th {
  background-color: #27415B;
  color: #fff;
  font-weight: 700;
  padding: 10px 14px;
  text-align: left;
}

.dn-page-content tbody td {
  padding: 10px 14px;
  border-bottom: 1px solid #E0E0E0;
  color: #0E151B;
}

.dn-page-content tbody tr:nth-child(even) {
  background-color: #F5F5F5;
}

/* Sections separator */
.dn-page-content section {
  padding-bottom: 32px;
  margin-bottom: 8px;
  border-bottom: 1px solid #E0E0E0;
}

.dn-page-content section:last-child {
  border-bottom: none;
}

/* Use case cards */
.usecase-card {
  background-color: var(--color-light-gray);
  border-radius: 12px;
  padding: 24px;
  margin-bottom: 24px;
}

.usecase-card h3 {
  margin-top: 0;
}

.guideline-ref {
  font-size: 13px;
  color: #8B9BA8;
  margin-bottom: 16px;
}

.usecase-card h4 {
  font-size: 15px;
  font-weight: 700;
  color: #27415B;
  margin-top: 24px;
  margin-bottom: 12px;
}

/* PDF thumbnail link */
.pdf-thumbnail {
  display: block;
  max-width: 480px;
  margin-bottom: 8px;
}

.pdf-thumbnail img {
  width: 100%;
  height: auto;
  border-radius: 4px;
  border: 1px solid #E0E0E0;
  transition: opacity 0.2s;
}

.pdf-thumbnail:hover img {
  opacity: 0.8;
}

/* Use case screenshots grid */
.usecase-screenshots {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 24px;
  margin-bottom: 24px;
  justify-content: flex-start;
}

.usecase-screenshots figure {
  margin: 0;
  flex: 0 0 auto;
  max-width: 200px;
  text-align: center;
}

.usecase-screenshots img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  border: 1px solid #E0E0E0;
  background-color: #fff;
}

.usecase-screenshots figcaption {
  font-size: 12px;
  color: #8B9BA8;
  margin-top: 8px;
  line-height: 1.4;
}

.screenshot-placeholder {
  width: 200px;
  height: 360px;
  background-color: #E0E0E0;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  color: #8B9BA8;
  text-align: center;
  line-height: 1.6;
}

@media (max-width: 768px) {
  .usecase-screenshots figure {
    max-width: 160px;
  }

  .screenshot-placeholder {
    width: 160px;
    height: 288px;
  }
}

/* News list */
.news-list {
  list-style: none;
  padding-left: 0;
}

.news-item {
  padding: 24px 0;
  border-bottom: 1px solid var(--color-border);
}

.news-item:first-child {
  padding-top: 0;
}

.news-date {
  font-size: 13px;
  color: var(--color-gray);
  margin-bottom: 8px;
}

.news-title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 8px;
  color: var(--color-navy-dark);
}

.news-body {
  font-size: 14px;
  line-height: 1.8;
  color: var(--color-dark);
}

/* News screenshots */
.news-screenshots {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 16px 0;
}

.news-screenshots img {
  max-width: 200px;
  height: auto;
  border-radius: 8px;
  border: 1px solid #E0E0E0;
  cursor: pointer;
}

@media (max-width: 768px) {
  .news-screenshots img {
    max-width: 160px;
  }
}

/* TOC (Help page) */
.toc {
  background-color: #EBDBCE;
  border-radius: 8px;
  padding: 24px 32px;
  margin-bottom: 40px;
}

.toc h2 {
  margin-top: 0;
  border-bottom: none;
  font-size: 18px;
  margin-bottom: 12px;
  color: #27415B;
}

.toc ul {
  list-style: none;
  padding-left: 0;
}

.toc ul ul {
  padding-left: 20px;
}

.toc li {
  margin-bottom: 6px;
}

.toc a {
  color: #27415B;
  text-decoration: underline;
  text-underline-offset: 3px;
  font-size: 14px;
}

.toc a:hover {
  color: #A96D51;
}

/* YouTube lite embed */
.yt-embed {
  position: relative;
  max-width: 560px;
  aspect-ratio: 16/9;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 24px;
  cursor: pointer;
  background-color: #000;
}

.yt-embed img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.yt-embed::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 68px;
  height: 48px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 68 48'%3E%3Cpath d='M66.52 7.74c-.78-2.93-2.49-5.41-5.42-6.19C55.79.13 34 0 34 0S12.21.13 6.9 1.55C3.97 2.33 2.27 4.81 1.48 7.74.06 13.05 0 24 0 24s.06 10.95 1.48 16.26c.78 2.93 2.49 5.41 5.42 6.19C12.21 47.87 34 48 34 48s21.79-.13 27.1-1.55c2.93-.78 4.64-3.26 5.42-6.19C67.94 34.95 68 24 68 24s-.06-10.95-1.48-16.26z' fill='%23212121' opacity='.8'/%3E%3Cpath d='M45 24 27 14v20' fill='%23fff'/%3E%3C/svg%3E") no-repeat center/contain;
  pointer-events: none;
}

.yt-embed:hover::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 68 48'%3E%3Cpath d='M66.52 7.74c-.78-2.93-2.49-5.41-5.42-6.19C55.79.13 34 0 34 0S12.21.13 6.9 1.55C3.97 2.33 2.27 4.81 1.48 7.74.06 13.05 0 24 0 24s.06 10.95 1.48 16.26c.78 2.93 2.49 5.41 5.42 6.19C12.21 47.87 34 48 34 48s21.79-.13 27.1-1.55c2.93-.78 4.64-3.26 5.42-6.19C67.94 34.95 68 24 68 24s-.06-10.95-1.48-16.26z' fill='%23f00'/%3E%3Cpath d='M45 24 27 14v20' fill='%23fff'/%3E%3C/svg%3E") ;
}

.yt-embed iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* FAQ */
.faq-item {
  margin-bottom: 24px;
  padding: 24px;
  background-color: #fff;
  border-radius: 8px;
  border-left: 3px solid #A96D51;
}

.faq-item .question {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 12px;
  color: #27415B;
}

.faq-item .answer {
  font-size: 14px;
  line-height: 1.8;
  color: #0E151B;
}

/* ========================================
   Policy / Terms pages
   ======================================== */
.policy-content {
  padding: 48px 0 80px;
}

.policy-content h1 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 32px;
  color: var(--color-navy-dark);
}

.policy-content h2 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 32px;
  margin-bottom: 12px;
  color: var(--color-navy-dark);
}

.policy-content p {
  font-size: 14px;
  line-height: 1.9;
  margin-bottom: 16px;
  color: var(--color-dark);
}

.policy-content ul {
  list-style: disc;
  padding-left: 24px;
  margin-bottom: 16px;
}

.policy-content li {
  font-size: 14px;
  line-height: 1.9;
  margin-bottom: 4px;
}

.policy-content ol {
  list-style: decimal;
  padding-left: 1.5em;
}

.policy-content a {
  color: #A96D51;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.policy-content a:hover {
  opacity: 0.7;
}

/* Responsive */
@media (max-width: 768px) {
  .dn-hero {
    padding: 48px 0;
  }

  .dn-hero-inner {
    flex-direction: column;
    text-align: center;
  }

  .dn-hero-text {
    flex: none;
    width: 100%;
  }

  .dn-hero-text h1 {
    font-size: 24px;
  }

  .dn-hero-badges {
    justify-content: center;
  }

  .dn-hero-image {
    width: 100%;
    min-height: 360px;
    margin-top: 24px;
  }

  .dn-hero-image img.portal {
    width: 90%;
  }

  .dn-hero-image img.tablet {
    width: 42%;
    right: 10px;
  }

  .dn-hero-image img.phone {
    width: 26%;
    left: 6%;
  }

  .dn-features-grid {
    grid-template-columns: 1fr;
  }

  .dn-mobile {
    padding: 64px 0;
  }

  .dn-mobile .section-title {
    font-size: 24px;
  }

  .dn-mobile-desc {
    margin-bottom: 32px;
  }

  .dn-mobile-slide {
    flex: 0 0 88%;
    flex-direction: column;
    padding: 28px 24px;
    gap: 20px;
  }

  .dn-mobile-screen {
    width: 220px;
    max-width: 70%;
    margin: 0 auto;
  }

  .dn-mobile-caption {
    text-align: center;
  }

  .dn-mobile-arrow {
    display: none;
  }

  .dn-portal {
    padding: 64px 0;
  }

  .dn-portal .section-title {
    font-size: 24px;
  }

  .dn-portal-desc {
    margin-bottom: 32px;
  }

  .dn-portal-slide {
    flex: 0 0 88%;
    padding: 24px 20px 28px;
    gap: 16px;
  }

  .dn-portal-arrow {
    display: none;
  }

  .dn-pricing {
    padding: 64px 0;
  }

  .dn-pricing .section-title {
    font-size: 24px;
  }

  .dn-pricing-lead {
    margin-bottom: 40px;
  }

  .dn-pricing-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 48px;
  }

  .dn-plan-card {
    padding: 32px 24px;
  }

  .dn-plan-amount {
    font-size: 36px;
  }

  .dn-pricing-table thead th,
  .dn-pricing-table tbody td {
    padding: 10px 12px;
    font-size: 13px;
  }

  .dn-pricing-note {
    font-size: 11px;
  }

  .dn-pricing-notes {
    padding: 24px 22px;
  }

  .dn-voice {
    padding: 64px 0;
  }

  .dn-voice .section-title {
    font-size: 24px;
  }

  .dn-voice-desc {
    margin-bottom: 32px;
  }

  .dn-voice-card {
    flex: 0 0 85%;
    min-width: 0;
    padding: 28px 24px;
  }

  .dn-voice-arrow {
    display: none;
  }

  .dn-about {
    padding: 64px 0;
  }

  .dn-about h2 {
    font-size: 24px;
  }

  .dn-features {
    padding: 64px 0;
  }

  .dn-features .section-title {
    font-size: 24px;
  }

  .dn-stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .dn-stat {
    padding: 28px 12px;
  }

  .dn-stat:nth-child(2) {
    border-right: none;
  }

  .dn-stat:nth-child(1),
  .dn-stat:nth-child(2) {
    border-bottom: 1px solid rgba(39, 65, 91, 0.12);
  }

  .dn-stat-number {
    font-size: 40px;
  }

  .dn-feature-card::before {
    font-size: 48px;
  }
}
