:root {
  --dl-bg: #f7f8fc;
  --dl-surface: #ffffff;
  --dl-surface-2: #f2f5ff;
  --dl-text: #111427;
  --dl-muted: #5f6578;
  --dl-border: #dfe4f1;
  --dl-indigo: #4b3cff;
  --dl-indigo-2: #6f5cff;
  --dl-gold: #d8a84d;
  --dl-gold-2: #f0c36e;
  --dl-dark: #090b14;
  --dl-dark-2: #111525;
  --dl-shadow: 0 18px 50px rgba(30, 38, 75, .10);
  --dl-radius: 24px;
  --dl-font-sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  --dl-font-display: Georgia, "Times New Roman", serif;
}


* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
#features, #how, #audience, #tariffs, #faq { scroll-margin-top: 88px; }
body.rv-diary-landing {
  margin: 0;
  background: var(--dl-bg);
  color: var(--dl-text);
  font-family: var(--dl-font-sans);
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
body.rv-diary-landing a { color: inherit; text-decoration: none; }
body.rv-diary-landing button, body.rv-diary-landing a { -webkit-tap-highlight-color: transparent; }
.dl-shell { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }

.dl-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(7, 9, 16, .93);
  border-bottom: 1px solid rgba(255,255,255,.08);
  backdrop-filter: blur(18px);
  color: #fff;
}
.dl-header-inner {
  width: min(1220px, calc(100% - 32px));
  min-height: 74px;
  margin: auto;
  display: flex;
  align-items: center;
  gap: 28px;
}
.dl-brand { display: flex; align-items: center; gap: 10px; min-width: 260px; }
.dl-brand img { width: 44px; height: 44px; filter: drop-shadow(0 0 8px rgba(0, 225, 255, .26)); }
.dl-brand > span { font-family: var(--dl-font-display); font-size: 25px; font-weight: 800; letter-spacing: -.02em; }
.dl-brand > span > span { color: var(--dl-gold-2); }
.dl-brand small { border: 1px solid rgba(107, 92, 255, .33); border-radius: 999px; padding: 5px 9px; color: #bcc3ef; font-size: 11px; white-space: nowrap; }
.dl-nav { display: flex; justify-content: center; gap: 25px; flex: 1; font-size: 13px; font-weight: 700; }
.dl-nav a { color: #f5f6fb; opacity: .84; transition: .2s ease; }
.dl-nav a:hover { opacity: 1; color: #fff; }
.dl-header-actions { display: flex; align-items: center; gap: 10px; }
.dl-theme, .dl-login, .dl-start { min-height: 42px; border-radius: 13px; display: inline-flex; align-items: center; justify-content: center; font-weight: 800; font-size: 13px; }
.dl-theme { width: 42px; border: 1px solid #343a5c; background: #0f1220; color: #fff; cursor: pointer; }
.dl-login { padding: 0 18px; border: 1px solid #353d68; color: #fff; }
.dl-start { padding: 0 18px; background: linear-gradient(135deg, #5b4eff, #3428e9); box-shadow: 0 10px 30px rgba(75, 60, 255, .28); }



.dl-hero {
  position: relative;
  width: 100%;
  height: clamp(650px, 41vw, 720px);
  min-height: 650px;
  max-height: 720px;
  overflow: hidden;
  background: #050706;
  color: #fff;
}
.dl-hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-image: url("assets/landing/hero-diary-agama-r9.webp");
  background-repeat: no-repeat;
  background-position: center 48%;
  background-size: cover;
  transform: none;
}
.dl-hero-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg,
    rgba(2,5,4,.26) 0%,
    rgba(2,5,4,.18) 23%,
    rgba(2,5,4,.075) 39%,
    rgba(2,5,4,0) 54%,
    rgba(2,5,4,0) 100%);
  pointer-events: none;
}
.dl-hero-layout {
  position: relative;
  z-index: 2;
  width: min(1400px, calc(100% - 40px));
  height: 100%;
  margin: 0 auto;
  padding: 0;
  display: flex;
  align-items: center;
}
.dl-hero-copy {
  width: min(720px, 50vw);
  max-width: 720px;
}
.dl-hero h1 {
  margin: 0;
  max-width: 720px;
  font-family: var(--dl-font-display);
  font-size: clamp(48px, 5.5vw, 82px);
  font-weight: 700;
  line-height: .98;
  letter-spacing: -2.4px;
  text-wrap: balance;
  color: #fff;
}
.dl-hero h1 em {
  display: inline-block;
  margin-top: .08em;
  font-style: normal;
  background: linear-gradient(135deg, #c9a84c, #e8d48b, #c9a84c);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.dl-hero-lead {
  max-width: 650px;
  margin: 25px 0 0;
  color: rgba(255,255,255,.95);
  font-size: 16px;
  line-height: 1.8;
  font-weight: 400;
}
.dl-hero-points {
  display: grid;
  grid-template-columns: repeat(4, minmax(118px, 1fr));
  gap: clamp(13px, 1.15vw, 21px);
  width: min(690px, 47vw);
  margin-top: clamp(23px, 1.9vw, 34px);
}
.dl-hero-point {
  display: grid;
  grid-template-columns: 34px minmax(0,1fr);
  gap: 9px;
  align-items: start;
  min-width: 0;
  color: #fff;
}
.dl-hero-point i {
  width: 31px;
  height: 31px;
  margin-top: 1px;
  color: #9fac27;
  font-style: normal;
}
.dl-hero-point svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.65;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.dl-hero-point b {
  display: block;
  color: rgba(255,255,255,.97);
  font-size: clamp(10.5px, .7vw, 13px);
  line-height: 1.35;
  font-weight: 600;
}
.dl-hero-actions {
  display: flex;
  flex-wrap: nowrap;
  gap: 17px;
  margin-top: clamp(27px, 2.2vw, 40px);
}
.dl-hero .dl-btn {
  min-height: 58px;
  padding: 0 29px;
  border-radius: 7px;
  font-size: clamp(14px, .9vw, 16px);
  font-weight: 700;
}
.dl-hero .dl-btn.primary {
  min-width: 219px;
  color: #fff;
  background: linear-gradient(135deg, #4d4abf, #4336b5);
  box-shadow: 0 10px 28px rgba(62,53,173,.26);
}
.dl-hero .dl-btn.ghost {
  min-width: 214px;
  color: #fff;
  background: rgba(5,8,7,.28);
  border: 1px solid rgba(255,255,255,.76);
  box-shadow: none;
}

/* Encyclopedia typography on the advertising page. */
.rv-diary-landing,
.rv-diary-landing button,
.rv-diary-landing input,
.rv-diary-landing select,
.rv-diary-landing textarea {
  font-family: var(--dl-font-sans);
}
.dl-brand > span,
.dl-hero h1,
.dl-heading h2,
.dl-chaos-copy h2,
.dl-final-inner h2 {
  font-family: var(--dl-font-display);
}

@media (max-width: 1099px) {
  .dl-hero {
    aspect-ratio: auto;
    height: auto;
    min-height: 650px;
  }
  .dl-hero-image {
    height: auto;
    aspect-ratio: 1804 / 844;
    background-size: 100% 100%;
    background-position: center center;
  }
  .dl-hero-shade {
    background: linear-gradient(90deg,
      rgba(2,5,4,.34) 0%,
      rgba(2,5,4,.24) 44%,
      rgba(2,5,4,.08) 68%,
      rgba(2,5,4,0) 84%);
  }
  .dl-hero-layout {
    min-height: 650px;
    padding: 48px 28px 42px;
  }
  .dl-hero-copy {
    width: min(100%, 610px);
  }
  .dl-hero-points {
    width: min(100%, 560px);
    grid-template-columns: repeat(2, minmax(150px, 1fr));
  }
}

@media (max-width: 620px) {
  .dl-hero { min-height: 760px; }
  .dl-hero-layout { min-height: 760px; padding: 38px 20px 36px; }
  .dl-hero h1 { font-size: clamp(40px, 11vw, 54px); }
  .dl-hero-lead br { display: none; }
  .dl-hero-points { grid-template-columns: 1fr; gap: 12px; }
  .dl-hero-actions { flex-direction: column; align-items: stretch; }
  .dl-hero .dl-btn { width: 100%; min-width: 0; }
}

.dl-section { padding: 58px 0; }
.dl-section:nth-of-type(even) { background: linear-gradient(180deg, rgba(100,111,255,.025), transparent); }
.dl-heading { display: flex; justify-content: center; align-items: center; gap: 16px; margin-bottom: 28px; text-align: center; }
.dl-heading span { width: 58px; height: 1px; background: linear-gradient(90deg, transparent, var(--dl-gold)); }
.dl-heading span:last-child { transform: scaleX(-1); }
.dl-heading h2 { margin: 0; font-size: clamp(30px, 4vw, 46px); letter-spacing: -.025em; }
.dl-section-subtitle { margin: -20px auto 24px; color: var(--dl-muted); text-align: center; }

.dl-feature-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px; }
.dl-feature-card { min-width: 0; padding: 16px; border: 1px solid var(--dl-border); border-radius: 17px; background: linear-gradient(180deg, var(--dl-surface), var(--dl-surface-2)); box-shadow: 0 10px 25px rgba(40,51,100,.045); }
.dl-feature-title { display: flex; align-items: center; gap: 8px; }
.dl-feature-title i { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 10px; background: rgba(75,60,255,.10); color: var(--dl-indigo); font-style: normal; font-weight: 900; }
.dl-feature-card h3 { margin: 0; font-size: 14px; }
.dl-feature-card > p { min-height: 48px; margin: 8px 0 12px; color: var(--dl-muted); font-size: 11px; }
.dl-record-card, .dl-growth-card, .dl-health-card, .dl-event-list, .dl-breeding-card { min-height: 123px; padding: 10px; border: 1px solid var(--dl-border); border-radius: 12px; background: var(--dl-surface); font-size: 10px; }
.dl-record-card { display: grid; gap: 4px; }
.dl-record-card span { display: flex; align-items: center; gap: 5px; font-size: 12px; font-weight: 800; }
.dl-record-card img { width: 20px; height: 20px; }
.dl-record-card small { color: var(--dl-muted); }
.dl-record-card strong { font-size: 11px; }
.dl-record-card em { width: max-content; padding: 2px 6px; border-radius: 999px; background: rgba(45,161,83,.12); color: #2f9852; font-style: normal; }
.dl-growth-card { color: var(--dl-indigo); }
.dl-growth-card b { display: block; color: var(--dl-text); font-size: 12px; }
.dl-growth-card small { display: block; color: #34a663; }
.dl-growth-card svg { width: 100%; height: 82px; margin-top: 5px; }
.dl-health-card, .dl-breeding-card { display: grid; align-content: start; gap: 6px; }
.dl-health-card b, .dl-breeding-card b { font-size: 12px; }
.dl-health-card small, .dl-breeding-card small { color: var(--dl-muted); }
.dl-health-card em, .dl-breeding-card em { width: max-content; margin-top: 8px; padding: 3px 7px; border-radius: 999px; background: rgba(47, 164, 84, .12); color: #2e9850; font-style: normal; }
.dl-breeding-card em { background: rgba(75,60,255,.1); color: var(--dl-indigo); }
.dl-event-list { display: grid; align-content: start; gap: 8px; }
.dl-event-list b { font-size: 12px; }
.dl-event-list span { display: grid; grid-template-columns: 8px 1fr; align-items: center; gap: 5px; color: var(--dl-muted); }
.dl-event-list i { width: 6px; height: 6px; border-radius: 50%; background: var(--dl-indigo); }
.dl-feature-photo { width: 100%; height: 123px; object-fit: cover; border-radius: 12px; display: block; }

.dl-how { padding-top: 32px; }
.dl-how-grid { display: grid; grid-template-columns: 1fr 38px 1fr 38px 1fr 38px 1.2fr; align-items: stretch; gap: 10px; }
.dl-how-grid > article { position: relative; padding: 22px 18px; border: 1px solid var(--dl-border); border-radius: 18px; background: var(--dl-surface); text-align: center; box-shadow: var(--dl-shadow); }
.dl-how-grid > article > i { position: absolute; top: 13px; left: 13px; width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; background: #171b70; color: #fff; font-style: normal; font-weight: 900; }
.dl-step-icon { width: 72px; height: 72px; margin: 3px auto 12px; display: grid; place-items: center; border-radius: 50%; background: radial-gradient(circle, rgba(93,83,255,.15), rgba(93,83,255,.03)); color: var(--dl-indigo); font-size: 33px; }
.dl-step-icon.reptile { font-family: Georgia, serif; font-weight: 900; }
.dl-how-grid h3 { margin: 0 0 7px; font-size: 14px; }
.dl-how-grid p { margin: 0; color: var(--dl-muted); font-size: 11px; }
.dl-arrow { display: grid; place-items: center; color: var(--dl-muted); font-size: 28px; font-weight: 400; }
.dl-minute-card { position: relative; overflow: hidden; min-height: 172px; border: 1px solid #cfd4ff; border-radius: 18px; background: linear-gradient(135deg, #f3f1ff 0%, #d8dcff 100%); color: #14162a; }
html[data-theme="dark"] .dl-minute-card { background: linear-gradient(135deg,#262c48,#31365b); color:#fff; border-color:#434b7c; }
.dl-minute-card div { position: relative; z-index: 2; width: 50%; padding: 24px 0 0 22px; font-size: 16px; line-height: 1.25; }
.dl-minute-card img { position: absolute; width: 64%; height: 100%; right: 0; bottom: 0; object-fit: cover; object-position: 62% center; mask-image: linear-gradient(90deg, transparent 0%, #000 30%); -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 30%); }

.dl-audience-layout { display: grid; grid-template-columns: 1fr 190px; gap: 15px; }
.dl-audience-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.dl-audience-grid article { overflow: hidden; border: 1px solid var(--dl-border); border-radius: 17px; background: var(--dl-surface); }
.dl-audience-grid img { width: 100%; height: 115px; object-fit: cover; display: block; }
.dl-audience-grid h3 { margin: 12px 14px 7px; font-size: 14px; }
.dl-audience-grid ul { margin: 0 14px 15px; padding: 0; list-style: none; color: var(--dl-muted); font-size: 11px; }
.dl-audience-grid li { margin: 6px 0; }
.dl-audience-grid li::before { content: "✓"; margin-right: 7px; color: var(--dl-indigo); font-weight: 900; }
.dl-species-list { padding: 18px; border: 1px solid var(--dl-border); border-radius: 17px; background: var(--dl-surface-2); display: grid; align-content: center; gap: 8px; font-size: 12px; }
.dl-species-list span { color: var(--dl-text); }
.dl-species-list p { margin: 6px 0 0; color: var(--dl-muted); font-size: 10.5px; }

.dl-tariffs { padding-top: 36px; }
.dl-billing-switch { width: max-content; margin: -8px auto 18px; display: flex; align-items: center; padding: 4px; border: 1px solid var(--dl-border); border-radius: 999px; background: var(--dl-surface); box-shadow: 0 8px 25px rgba(38,48,95,.07); }
.dl-billing-switch button { min-width: 86px; height: 32px; border: 0; border-radius: 999px; background: transparent; color: var(--dl-muted); font: inherit; font-size: 12px; font-weight: 800; cursor: pointer; }
.dl-billing-switch button.active { background: rgba(75,60,255,.1); color: var(--dl-indigo); }
.dl-billing-switch span { margin: 0 6px 0 8px; padding: 4px 8px; border-radius: 999px; background: #def5df; color: #278344; font-size: 10px; font-weight: 900; }
.dl-plan-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.dl-plan { position: relative; min-height: 430px; overflow: hidden; border: 1px solid var(--dl-border); border-radius: 22px; background: var(--dl-surface); box-shadow: var(--dl-shadow); }
.dl-plan.plus { border-color: rgba(216,168,77,.55); background: linear-gradient(135deg, var(--dl-surface) 45%, rgba(246,231,193,.36)); }
html[data-theme="dark"] .dl-plan.plus { background: linear-gradient(135deg, var(--dl-surface) 45%, rgba(106,76,20,.18)); }
.dl-plan-content { position: relative; z-index: 2; width: 58%; min-height: 430px; padding: 28px 26px 24px; display: flex; flex-direction: column; }
.dl-plan.free .dl-plan-content { margin-left: auto; }
.dl-plan-label { color: var(--dl-text); font-size: 19px; font-weight: 900; }
.dl-plan.plus .dl-plan-label { color: #d59425; }
.dl-plan h3 { margin: 1px 0 15px; color: var(--dl-muted); font-size: 12px; font-weight: 600; }
.dl-price { font-size: 35px; font-weight: 950; letter-spacing: -.04em; }
.dl-price small { color: var(--dl-muted); font-size: 12px; font-weight: 700; }
.dl-year-copy { min-height: 32px; margin-top: 3px; color: var(--dl-muted); font-size: 10.5px; }
.dl-plan ul { flex: 1; margin: 12px 0 18px; padding: 0; list-style: none; font-size: 11px; }
.dl-plan li { margin: 6px 0; }
.dl-plan li::before { content: "✓"; margin-right: 8px; color: var(--dl-indigo); font-weight: 900; }
.dl-plan.plus li::before { color: #c98d27; }
.dl-plan-content > small { margin-top: 8px; color: var(--dl-muted); font-size: 9.5px; text-align: center; }
.dl-plan .dl-btn { width: 100%; min-height: 42px; }
.dl-btn.plan-secondary { color: var(--dl-indigo); border: 1px solid var(--dl-indigo); background: transparent; }
.dl-btn.plan-primary { color: #1a1420; background: linear-gradient(135deg, #f4ce7c, #dca83f); box-shadow: 0 12px 24px rgba(207,151,47,.2); }
.dl-plan-snake { position: absolute; z-index: 1; width: 48%; height: 100%; object-fit: cover; top: 0; }
.dl-plan-snake.left { left: 0; object-position: 58% center; mask-image: linear-gradient(90deg, #000 58%, transparent 100%); -webkit-mask-image: linear-gradient(90deg, #000 58%, transparent 100%); }
.dl-plan-snake.right { right: 0; object-position: 42% center; mask-image: linear-gradient(270deg, #000 58%, transparent 100%); -webkit-mask-image: linear-gradient(270deg, #000 58%, transparent 100%); }

.dl-chaos-section { padding-top: 4px; }
.dl-chaos-card { min-height: 155px; display: grid; grid-template-columns: 1.1fr 1.05fr .85fr; gap: 18px; align-items: center; padding: 25px 30px; border: 1px solid var(--dl-border); border-radius: 20px; background: linear-gradient(100deg, var(--dl-surface-2), rgba(118,102,255,.08)); overflow: hidden; }
.dl-chaos-copy h2 { margin: 0 0 7px; font-family: Georgia, serif; font-size: 22px; line-height: 1.12; }
.dl-chaos-copy p { margin: 0; color: var(--dl-muted); font-size: 11px; }
.dl-old-tools { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; color: var(--dl-muted); font-size: 11px; }
.dl-now { display: grid; grid-template-columns: 115px 1fr; gap: 12px; align-items: center; }
.dl-now strong { padding: 12px; border-radius: 13px; background: #171d6e; color: #fff; font-size: 12px; text-align: center; }
.dl-mini-device { height: 100px; position: relative; }
.dl-mini-device div { position: absolute; right: 0; top: 8px; width: 145px; height: 80px; border: 5px solid #262b38; border-radius: 10px; background: linear-gradient(135deg,#0f1421,#1f2741); box-shadow: 0 10px 20px rgba(0,0,0,.22); }
.dl-mini-device div::before { content: "ReptiVibe"; position: absolute; top: 8px; left: 9px; color: #f2c35f; font: 700 10px Georgia,serif; }
.dl-mini-device div::after { content: "▣  ▣  ▣"; position: absolute; left: 10px; right: 10px; bottom: 12px; color: #5f53ff; font-size: 18px; }
.dl-mini-device span { position: absolute; right: 135px; bottom: 0; width: 46px; height: 82px; border: 4px solid #292d39; border-radius: 10px; background: #111626; }

.dl-faq-section { padding-top: 35px; }
.dl-faq-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.dl-faq-grid details { border: 1px solid var(--dl-border); border-radius: 15px; background: var(--dl-surface); overflow: clip; }
.dl-faq-grid summary { min-height: 54px; display: flex; align-items: center; justify-content: space-between; gap: 15px; padding: 14px 16px; cursor: pointer; font-size: 12px; font-weight: 850; list-style: none; }
.dl-faq-grid summary::-webkit-details-marker { display: none; }
.dl-faq-grid summary::after { content: "+"; width: 23px; height: 23px; display: grid; place-items: center; border-radius: 50%; background: var(--dl-surface-2); color: var(--dl-muted); flex: 0 0 auto; }
.dl-faq-grid details[open] summary::after { content: "−"; }
.dl-faq-grid p { margin: 0; padding: 0 16px 17px; color: var(--dl-muted); font-size: 11px; line-height: 1.65; }
.dl-faq-grid p a { color: var(--dl-indigo); text-decoration: underline; text-underline-offset: 2px; }

.dl-final-cta { padding: 0 0 25px; }
.dl-final-inner { position: relative; min-height: 160px; overflow: hidden; display: grid; grid-template-columns: 1.1fr .9fr .75fr; align-items: center; gap: 20px; padding: 25px 210px 25px 42px; border-radius: 20px; background: linear-gradient(110deg,#0b0d15,#151a2c); color: #fff; }
.dl-final-inner h2 { margin: 0 0 6px; font-family: Georgia, serif; font-size: 28px; line-height: 1.06; }
.dl-final-inner p { margin: 0; color: #c7ccda; font-size: 12px; }
.dl-final-inner ul { margin: 0; padding: 0; list-style: none; color: #d7dbea; font-size: 11px; }
.dl-final-inner li { margin: 6px 0; }
.dl-final-inner li::before { content: "✓"; margin-right: 7px; color: #756aff; }
.dl-final-inner img { position: absolute; right: 0; top: 0; width: 210px; height: 100%; object-fit: cover; mask-image: linear-gradient(90deg, transparent, #000 38%); -webkit-mask-image: linear-gradient(90deg, transparent, #000 38%); }

.dl-footer { padding: 18px 0; background: #080b12; color: #bac0ce; border-top: 1px solid #1f2431; }
.dl-footer-inner { display: grid; grid-template-columns: 230px 1fr auto; gap: 25px; align-items: center; font-size: 10px; }
.dl-footer-brand { display: grid; grid-template-columns: 35px auto; align-items: center; column-gap: 8px; }
.dl-footer-brand img { width: 35px; height: 35px; grid-row: 1/3; }
.dl-footer-brand strong { color: #fff; font: 800 18px Georgia,serif; }
.dl-footer-brand span { color: #747d8f; }
.dl-footer nav { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px; }
.dl-footer nav a:hover { color: #fff; }

@media (max-width: 1100px) {
  .dl-nav { display: none; }
  .dl-header-inner { justify-content: space-between; }
  .dl-brand { min-width: 0; }
  .dl-hero-layout { grid-template-columns: 1fr 1fr; }
  .dl-feature-grid { grid-template-columns: repeat(3, 1fr); }
  .dl-audience-grid { grid-template-columns: 1fr 1fr; }
  .dl-how-grid { grid-template-columns: 1fr 28px 1fr 28px 1fr; }
  .dl-how-grid > .dl-arrow:nth-of-type(3), .dl-minute-card { display: none; }
  .dl-plan-content { width: 64%; }
  .dl-final-inner { grid-template-columns: 1fr 1fr; padding-right: 180px; }
  .dl-final-inner ul { display: none; }
}

@media (max-width: 820px) {
  .dl-shell { width: min(100% - 24px, 680px); }
  .dl-header-inner { width: calc(100% - 20px); min-height: 64px; }
  .dl-brand small, .dl-theme, .dl-login { display: none; }
  .dl-brand > span { font-size: 21px; }
  .dl-brand img { width: 38px; height: 38px; }
  .dl-start { min-height: 38px; padding: 0 12px; font-size: 11px; }
  .dl-devices { min-height: 410px; justify-content: center; padding: 0; }
  .dl-laptop { width: 90%; transform: none; }
  .dl-phone { right: 1%; width: 170px; min-height: 330px; }
  .dl-feature-grid { grid-template-columns: 1fr 1fr; }
  .dl-how-grid { grid-template-columns: 1fr; }
  .dl-how-grid > .dl-arrow { display: none; }
  .dl-minute-card { display: block; min-height: 170px; }
  .dl-audience-layout { grid-template-columns: 1fr; }
  .dl-species-list { grid-template-columns: 1fr 1fr; }
  .dl-species-list p { grid-column: 1/-1; }
  .dl-plan-grid { grid-template-columns: 1fr; }
  .dl-plan-content { width: 62%; }
  .dl-chaos-card { grid-template-columns: 1fr 1fr; }
  .dl-now { display: none; }
  .dl-faq-grid { grid-template-columns: 1fr; }
  .dl-final-inner { grid-template-columns: 1fr; padding: 25px 150px 25px 25px; }
  .dl-final-inner img { width: 160px; }
  .dl-footer-inner { grid-template-columns: 1fr; text-align: center; }
  .dl-footer-brand { width: max-content; margin: auto; }
}

@media (max-width: 560px) {
  .dl-hero-points { grid-template-columns: 1fr; }
  .dl-hero-points > span { grid-template-columns: 26px 1fr; }
  .dl-hero-actions { display: grid; }
  .dl-btn { width: 100%; }
  .dl-devices { min-height: 345px; overflow: visible; }
  .dl-laptop { width: 100%; border-width: 4px; }
  .dl-laptop-screen { grid-template-columns: 78px 1fr; min-height: 275px; }
  .dl-laptop-screen aside { padding: 13px 7px; gap: 10px; font-size: 7px; }
  .dl-mini-dashboard { padding: 13px; }
  .dl-mini-pet { grid-template-columns: 62px 1fr; gap: 8px; }
  .dl-mini-pet img { width: 62px; height: 62px; }
  .dl-mini-pet b { font-size: 12px; }
  .dl-mini-pet span { font-size: 7px; }
  .dl-phone { width: 135px; min-height: 285px; right: -3px; bottom: -5px; padding: 20px 7px 8px; }
  .dl-calendar-grid i { width: 14px; height: 14px; }
  .dl-feature-grid { grid-template-columns: 1fr; }
  .dl-heading span { width: 28px; }
  .dl-audience-grid { grid-template-columns: 1fr; }
  .dl-audience-grid img { height: 150px; }
  .dl-plan { min-height: auto; padding-top: 170px; }
  .dl-plan-content, .dl-plan.free .dl-plan-content { width: 100%; min-height: 0; margin: 0; padding: 24px 20px; background: linear-gradient(180deg, transparent, var(--dl-surface) 10%); }
  .dl-plan.plus .dl-plan-content { background: linear-gradient(180deg, transparent, var(--dl-surface) 10%); }
  .dl-plan-snake { width: 100%; height: 220px; }
  .dl-plan-snake.left, .dl-plan-snake.right { left: 0; right: 0; top: 0; mask-image: linear-gradient(180deg,#000 55%,transparent 100%); -webkit-mask-image: linear-gradient(180deg,#000 55%,transparent 100%); }
  .dl-chaos-card { grid-template-columns: 1fr; padding: 22px; }
  .dl-old-tools { grid-template-columns: 1fr 1fr; }
  .dl-final-inner { padding: 25px 22px 145px; text-align: center; }
  .dl-final-inner img { width: 100%; height: 145px; top: auto; bottom: 0; mask-image: linear-gradient(180deg,transparent,#000 36%); -webkit-mask-image: linear-gradient(180deg,transparent,#000 36%); }
  .dl-footer nav { gap: 10px; }
}

/* Advertising page is intentionally light-only. */
html[data-theme="light"] body.rv-diary-landing { background: var(--dl-bg); color: var(--dl-text); }


/* =========================================================
   ReptiVibe 2.4.0-r9 — encyclopedia-aligned landing polish
   ========================================================= */

/* All regular CTA buttons use the same geometry as header buttons. */
.dl-btn {
  min-height: 42px;
  padding: 0 18px;
  border-radius: 13px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid transparent;
  font-family: var(--dl-font-sans);
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease, background .2s ease;
}
.dl-btn:hover { transform: translateY(-1px); }

.dl-btn.primary,
.dl-btn.plan-primary {
  color: #fff;
  border-color: transparent;
  background: linear-gradient(135deg, #5b4eff, #3428e9);
  box-shadow: 0 10px 30px rgba(75,60,255,.22);
}
.dl-btn.ghost {
  color: #fff;
  border-color: #353d68;
  background: rgba(15,18,32,.58);
  box-shadow: none;
}
.dl-btn.plan-secondary {
  color: var(--dl-indigo);
  border-color: rgba(75,60,255,.42);
  background: rgba(75,60,255,.025);
  box-shadow: none;
}

.dl-hero .dl-btn {
  min-width: 0;
  min-height: 42px;
  padding: 0 18px;
  border-radius: 13px;
  font-size: 13px;
  font-weight: 800;
}
.dl-hero .dl-btn.primary,
.dl-hero .dl-btn.ghost {
  min-width: 0;
}

.dl-plan .dl-btn {
  min-height: 42px;
  border-radius: 13px;
}

/* Footer brand repeats header branding at the same visual scale. */
.dl-footer-inner {
  grid-template-columns: 270px 1fr auto;
}
.dl-footer-brand {
  display: grid;
  grid-template-columns: 44px auto;
  align-items: center;
  column-gap: 10px;
}
.dl-footer-brand img {
  width: 44px;
  height: 44px;
  grid-row: 1 / 3;
  filter: drop-shadow(0 0 8px rgba(0,225,255,.26));
}
.dl-footer-brand strong {
  color: #fff;
  font-family: var(--dl-font-display);
  font-size: 25px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -.02em;
}
.dl-footer-brand strong span {
  color: var(--dl-gold-2);
}
.dl-footer-brand > span {
  margin-top: 4px;
  color: #747d8f;
}

@media (max-width: 1099px) {
  .dl-hero {
    height: 650px;
    min-height: 650px;
    max-height: none;
  }
  .dl-hero-image {
    height: 100%;
    aspect-ratio: auto;
    background-size: cover;
    background-position: 57% 48%;
  }
  .dl-hero-layout {
    width: min(100% - 32px, 900px);
    min-height: 650px;
    padding: 0;
    display: flex;
    align-items: center;
  }
  .dl-hero-copy {
    width: min(620px, 68vw);
  }
  .dl-hero h1 {
    font-size: clamp(44px, 7vw, 64px);
    letter-spacing: -1.8px;
  }
}

@media (max-width: 820px) {
  .dl-hero {
    height: auto;
    min-height: 690px;
  }
  .dl-hero-layout {
    min-height: 690px;
    padding: 38px 8px;
    align-items: center;
  }
  .dl-hero-copy {
    width: min(100%, 610px);
  }
}

@media (max-width: 560px) {
  .dl-footer-inner { grid-template-columns: 1fr; }
  .dl-footer-brand { width: max-content; margin: 0 auto; }
}


/* ================================================================
   ReptiVibe 2.4.0-r10
   Full uncropped hero photo + homepage-matched typography.
   ================================================================ */

:root {
  --dl-font-sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  --dl-font-display: Georgia, "Times New Roman", serif;
  --dl-home-gold: #c9a84c;
  --dl-home-gold-light: #e8d48b;
  --dl-home-gold-gradient: linear-gradient(135deg, #c9a84c, #e8d48b, #c9a84c);
}

.dl-page {
  font-family: var(--dl-font-sans);
}

.dl-hero {
  position: relative;
  width: 100%;
  height: 640px !important;
  min-height: 640px !important;
  max-height: 640px !important;
  overflow: hidden;
  background:
    radial-gradient(circle at 74% 45%, rgba(201,168,76,.035), transparent 34%),
    #050706 !important;
  color: #fff;
}

.dl-hero-image {
  position: absolute;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  background-image: url("assets/landing/hero-diary-agama-full-r10.webp") !important;
  background-repeat: no-repeat !important;
  background-size: auto 100% !important;
  background-position: right center !important;
  transform: none !important;
  filter: none !important;
}

.dl-hero-shade {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(
      90deg,
      rgba(3,6,5,.63) 0%,
      rgba(3,6,5,.52) 24%,
      rgba(3,6,5,.28) 39%,
      rgba(3,6,5,.09) 52%,
      rgba(3,6,5,0) 64%,
      rgba(3,6,5,0) 100%
    ) !important;
}

.dl-hero-layout {
  position: relative;
  z-index: 2;
  width: min(1400px, calc(100% - 40px)) !important;
  height: 100% !important;
  min-height: 0 !important;
  margin: 0 auto !important;
  padding: 0 !important;
  display: flex !important;
  align-items: center !important;
}

.dl-hero-copy {
  width: min(720px, 52vw) !important;
  max-width: 720px !important;
  margin: 0 !important;
}

.dl-hero h1 {
  max-width: 720px !important;
  margin: 0 0 25px !important;
  font-family: var(--dl-font-display) !important;
  font-size: clamp(48px, 5.5vw, 82px) !important;
  font-weight: 700 !important;
  line-height: .98 !important;
  letter-spacing: -2.4px !important;
  text-wrap: balance;
  color: #fff !important;
}

.dl-hero h1 em {
  display: inline !important;
  margin: 0 !important;
  font-style: normal !important;
  background: var(--dl-home-gold-gradient) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  color: transparent !important;
}

.dl-hero-lead {
  max-width: 650px !important;
  margin: 0 !important;
  color: rgba(232,232,232,.78) !important;
  font-family: var(--dl-font-sans) !important;
  font-size: 16px !important;
  line-height: 1.8 !important;
  font-weight: 400 !important;
}

.dl-hero-points {
  margin-top: 30px !important;
}

.dl-hero-actions {
  margin-top: 32px !important;
}

.dl-heading h2,
.dl-section h2,
.dl-plan h3 {
  font-family: var(--dl-font-display) !important;
}

.dl-heading h2 {
  margin-top: 7px !important;
  font-size: clamp(30px, 4vw, 46px) !important;
  line-height: 1.08 !important;
}

.dl-btn {
  font-family: var(--dl-font-sans) !important;
}

@media (max-width: 1099px) {
  .dl-hero {
    height: 640px !important;
    min-height: 640px !important;
    max-height: 640px !important;
  }

  .dl-hero-image {
    background-size: auto 100% !important;
    background-position: right center !important;
  }

  .dl-hero-layout {
    width: min(100% - 32px, 900px) !important;
    height: 100% !important;
    min-height: 0 !important;
    padding: 0 !important;
    align-items: center !important;
  }

  .dl-hero-copy {
    width: min(610px, 62vw) !important;
  }

  .dl-hero h1 {
    font-size: clamp(44px, 7vw, 64px) !important;
    letter-spacing: -1.8px !important;
  }

  .dl-hero-shade {
    background:
      linear-gradient(
        90deg,
        rgba(3,6,5,.72) 0%,
        rgba(3,6,5,.58) 34%,
        rgba(3,6,5,.28) 55%,
        rgba(3,6,5,.04) 72%,
        rgba(3,6,5,0) 100%
      ) !important;
  }
}

@media (max-width: 700px) {
  .dl-hero {
    height: 720px !important;
    min-height: 720px !important;
    max-height: 720px !important;
  }

  .dl-hero-image {
    background-size: contain !important;
    background-position: center bottom !important;
  }

  .dl-hero-layout {
    width: calc(100% - 32px) !important;
    align-items: flex-start !important;
    padding-top: 46px !important;
  }

  .dl-hero-copy {
    width: 100% !important;
    max-width: 600px !important;
  }

  .dl-hero h1 {
    font-size: clamp(40px, 11vw, 54px) !important;
    line-height: 1 !important;
  }

  .dl-hero-shade {
    background:
      linear-gradient(
        180deg,
        rgba(3,6,5,.88) 0%,
        rgba(3,6,5,.74) 42%,
        rgba(3,6,5,.34) 65%,
        rgba(3,6,5,.03) 100%
      ) !important;
  }
}
