/* ==========================================================
   Destinații România — Homepage Premium
   Template: page-destinatii-romania.php
   ========================================================== */

:root {
  --dr-dark: #07100c;
  --dr-dark-2: #0b1711;
  --dr-dark-3: #101d16;
  --dr-gold: #c9a35a;
  --dr-gold-2: #e0bd74;
  --dr-cream: #f5f0e7;
  --dr-cream-2: #ebe3d4;
  --dr-text: #172018;
  --dr-muted: #667065;
  --dr-white: #ffffff;
  --dr-border: rgba(201, 163, 90, 0.22);
  --dr-shadow: 0 28px 80px rgba(0, 0, 0, 0.22);
  --dr-radius: 26px;
  --dr-radius-sm: 16px;
  --dr-container: 1180px;
  --dr-font-title: "Playfair Display", Georgia, serif;
  --dr-font-body: "Montserrat", Arial, sans-serif;
}

/* General */

.dr-homepage {
  background: var(--dr-cream);
  color: var(--dr-text);
  overflow: hidden;
}

.dr-container {
  width: min(var(--dr-container), calc(100% - 40px));
  margin: 0 auto;
}

.dr-section {
  padding: 82px 0;
}

.dr-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
  font-family: var(--dr-font-body);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.78);
}

.dr-eyebrow.gold {
  color: var(--dr-gold);
}

.dr-section-intro h2,
.dr-section-head h2,
.dr-guide-content h2 {
  margin: 0 0 22px;
  font-family: var(--dr-font-title);
  font-size: clamp(38px, 4.4vw, 66px);
  line-height: 1.02;
  font-weight: 500;
  letter-spacing: -0.04em;
  color: var(--dr-text);
}

.dr-section-intro h2 em,
.dr-section-head h2 em,
.dr-guide-content h2 em,
.dr-hero h1 em {
  color: var(--dr-gold);
  font-style: italic;
  font-weight: 500;
}

.dr-section-intro p,
.dr-guide-content p {
  margin: 0;
  font-size: 15px;
  line-height: 1.8;
  color: var(--dr-muted);
}

.dr-section-intro.light h2,
.dr-section-intro.light p {
  color: var(--dr-white);
}

.dr-section-intro.light p {
  color: rgba(255, 255, 255, 0.72);
}

/* Buttons */

.dr-btn,
.dr-link-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 52px;
  padding: 0 24px;
  border-radius: 4px;
  font-family: var(--dr-font-body);
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.25s ease, background 0.25s ease, border-color 0.25s ease, color 0.25s ease;
}

.dr-btn:hover,
.dr-link-btn:hover {
  transform: translateY(-2px);
}

.dr-btn-primary,
.dr-link-btn {
  background: var(--dr-gold);
  color: #16120a;
  border: 1px solid var(--dr-gold);
}

.dr-btn-primary:hover,
.dr-link-btn:hover {
  background: var(--dr-gold-2);
  color: #16120a;
  border-color: var(--dr-gold-2);
}

.dr-btn-secondary {
  background: rgba(255, 255, 255, 0.05);
  color: var(--dr-white);
  border: 1px solid rgba(255, 255, 255, 0.36);
  backdrop-filter: blur(14px);
}

.dr-btn-secondary:hover {
  background: rgba(255, 255, 255, 0.12);
  color: var(--dr-white);
}

/* HERO */

.dr-hero {
  position: relative;
  min-height: 760px;
  padding: 180px 0 48px;
  background: var(--dr-dark);
  color: var(--dr-white);
  isolation: isolate;
}

.dr-hero-bg {
  position: absolute;
  inset: 0;
  z-index: -3;
  background:
    url("/wp-content/uploads/destinatii-romania.jpg")
    center / cover no-repeat;
  transform: scale(1.02);
}

.dr-hero-overlay {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    radial-gradient(circle at 72% 20%, rgba(231, 181, 91, 0.22), transparent 28%),
    linear-gradient(90deg, rgba(3, 8, 6, 0.92) 0%, rgba(3, 8, 6, 0.64) 42%, rgba(3, 8, 6, 0.18) 100%),
    linear-gradient(180deg, rgba(3, 8, 6, 0.34) 0%, rgba(3, 8, 6, 0.20) 42%, rgba(3, 8, 6, 0.92) 100%);
}

.dr-hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 130px;
  z-index: -1;
  background: linear-gradient(180deg, transparent, var(--dr-cream));
  opacity: 0.12;
}

.dr-hero-inner {
  width: min(var(--dr-container), calc(100% - 40px));
  margin: 0 auto;
}

.dr-hero-content {
  max-width: 720px;
}

.dr-hero h1 {
  margin: 0 0 26px;
  font-family: var(--dr-font-title);
  font-size: clamp(54px, 7vw, 104px);
  line-height: 0.98;
  font-weight: 500;
  letter-spacing: -0.06em;
  color: var(--dr-white);
  text-wrap: balance;
}

.dr-hero p {
  max-width: 560px;
  margin: 0 0 34px;
  font-family: var(--dr-font-body);
  font-size: 18px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.84);
}

.dr-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.dr-hero-features {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 68px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(4, 12, 8, 0.74);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.36);
  backdrop-filter: blur(18px);
}

.dr-feature {
  padding: 34px 34px 32px;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
}

.dr-feature:last-child {
  border-right: 0;
}

.dr-feature span {
  display: inline-flex;
  margin-bottom: 18px;
  font-size: 28px;
  color: var(--dr-gold);
}

.dr-feature h3 {
  margin: 0 0 8px;
  font-family: var(--dr-font-body);
  font-size: 16px;
  font-weight: 800;
  color: var(--dr-white);
}

.dr-feature p {
  margin: 0;
  font-size: 13px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.65);
}

/* DESTINAȚII */

.dr-destinations {
  background:
    radial-gradient(circle at 10% 20%, rgba(201, 163, 90, 0.10), transparent 28%),
    var(--dr-cream);
}

.dr-grid-intro {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 52px;
  align-items: center;
}

.dr-destination-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.dr-destination-card {
  position: relative;
  min-height: 350px;
  overflow: hidden;
  border-radius: 8px;
  background: var(--dr-dark);
  box-shadow: 0 22px 54px rgba(15, 21, 17, 0.18);
  isolation: isolate;
}

.dr-destination-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.76)),
    linear-gradient(90deg, rgba(0, 0, 0, 0.28), transparent);
}

.dr-destination-card img {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.55s ease, filter 0.55s ease;
}

.dr-destination-card:hover img {
  transform: scale(1.08);
  filter: saturate(1.08);
}

.dr-destination-card div {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
}

.dr-destination-card span {
  display: block;
  margin-bottom: 12px;
  font-size: 12px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.72);
}

.dr-destination-card h3 {
  margin: 0 0 10px;
  font-family: var(--dr-font-title);
  font-size: 30px;
  line-height: 1.1;
  font-weight: 600;
  color: var(--dr-white);
}

.dr-destination-card p {
  margin: 0;
  font-size: 13px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.74);
}

/* EXPERIENȚE */

.dr-experiences {
  background:
    radial-gradient(circle at 20% 20%, rgba(201, 163, 90, 0.10), transparent 24%),
    linear-gradient(135deg, #07100c 0%, #0d1a13 100%);
  color: var(--dr-white);
}

.dr-experience-layout {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 52px;
  align-items: end;
}

.dr-experience-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.dr-experience-cards article {
  position: relative;
  min-height: 300px;
  padding: 0 0 24px;
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}

.dr-experience-cards img {
  width: 100%;
  height: 165px;
  object-fit: cover;
  display: block;
  border-radius: 6px;
  margin-bottom: 34px;
  filter: saturate(0.95);
}

.dr-exp-icon {
  position: absolute;
  left: 50%;
  top: 132px;
  transform: translateX(-50%);
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(201, 163, 90, 0.75);
  border-radius: 50%;
  background: rgba(7, 16, 12, 0.92);
  color: var(--dr-gold);
  font-size: 23px;
}

.dr-experience-cards h3 {
  margin: 0 0 10px;
  font-size: 17px;
  font-weight: 800;
  color: var(--dr-white);
}

.dr-experience-cards p {
  margin: 0;
  font-size: 13px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.67);
}

/* GHID */

.dr-guide {
  background:
    radial-gradient(circle at 86% 46%, rgba(201, 163, 90, 0.10), transparent 28%),
    var(--dr-cream);
}

.dr-guide-layout {
  display: grid;
  grid-template-columns: 1fr 1.12fr;
  gap: 64px;
  align-items: center;
}

.dr-guide-image {
  position: relative;
  min-height: 440px;
  border-radius: 0;
  overflow: hidden;
  box-shadow: var(--dr-shadow);
}

.dr-guide-image img {
  width: 100%;
  height: 100%;
  min-height: 440px;
  object-fit: cover;
  display: block;
}

.dr-floating-card {
  position: absolute;
  left: 42px;
  bottom: 38px;
  width: min(310px, calc(100% - 84px));
  padding: 24px 26px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 22px 54px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(16px);
}

.dr-floating-card strong {
  display: block;
  margin-bottom: 6px;
  font-size: 15px;
  color: var(--dr-text);
}

.dr-floating-card span {
  display: block;
  font-size: 13px;
  line-height: 1.7;
  color: var(--dr-muted);
}

.dr-guide-list {
  margin: 30px 0 28px;
  border-top: 1px solid rgba(23, 32, 24, 0.12);
}

.dr-guide-list a {
  display: grid;
  grid-template-columns: 36px 1fr 20px;
  gap: 16px;
  align-items: center;
  min-height: 82px;
  border-bottom: 1px solid rgba(23, 32, 24, 0.12);
  color: var(--dr-text);
  text-decoration: none;
  transition: padding-left 0.25s ease, background 0.25s ease;
}

.dr-guide-list a:hover {
  padding-left: 10px;
  background: rgba(201, 163, 90, 0.06);
}

.dr-guide-list a > span {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(23, 32, 24, 0.22);
  border-radius: 50%;
  color: var(--dr-gold);
}

.dr-guide-list strong {
  display: block;
  margin-bottom: 4px;
  font-size: 15px;
  color: var(--dr-text);
}

.dr-guide-list small {
  display: block;
  font-size: 13px;
  line-height: 1.6;
  color: var(--dr-muted);
}

.dr-guide-list b {
  font-size: 24px;
  font-weight: 400;
  color: var(--dr-gold);
}

/* BLOG */

.dr-blog {
  background: #f8f4ec;
}

.dr-section-head {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: end;
  margin-bottom: 34px;
}

.dr-section-head h2 {
  margin-bottom: 0;
  font-size: clamp(34px, 4vw, 56px);
}

.dr-section-head > a {
  color: var(--dr-text);
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.dr-section-head > a:hover {
  color: var(--dr-gold);
}

.dr-blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.dr-blog-card {
  position: relative;
  min-height: 285px;
  overflow: hidden;
  background: var(--dr-dark);
  box-shadow: 0 22px 54px rgba(15, 21, 17, 0.14);
}

.dr-blog-card a {
  display: block;
  min-height: 285px;
  color: var(--dr-white);
  text-decoration: none;
}

.dr-blog-card img {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.55s ease;
}

.dr-blog-card:hover img {
  transform: scale(1.06);
}

.dr-blog-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.82)),
    linear-gradient(90deg, rgba(0, 0, 0, 0.30), transparent);
  pointer-events: none;
}

.dr-blog-card div {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  z-index: 2;
}

.dr-blog-card span {
  display: inline-flex;
  margin-bottom: 12px;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(201, 163, 90, 0.82);
  color: #17110a;
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.dr-blog-card h3 {
  margin: 0 0 10px;
  font-family: var(--dr-font-body);
  font-size: 22px;
  line-height: 1.24;
  font-weight: 800;
  color: var(--dr-white);
}

.dr-blog-card p {
  margin: 0;
  font-size: 13px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.72);
}

/* NEWSLETTER */

.dr-newsletter {
  position: relative;
  padding: 60px 0;
  color: var(--dr-white);
  background:
    linear-gradient(90deg, rgba(7, 16, 12, 0.92), rgba(7, 16, 12, 0.76)),
    url("https://destinatiiromania.ro/wp-content/uploads/destinatii-romania.jpg")
    center / cover no-repeat;
}

.dr-newsletter-inner {
  display: grid;
  grid-template-columns: 1fr 470px;
  gap: 40px;
  align-items: center;
}

.dr-newsletter-inner > div {
  display: flex;
  gap: 24px;
  align-items: center;
}

.dr-newsletter-inner > div > span {
  width: 82px;
  height: 82px;
  display: grid;
  place-items: center;
  flex: 0 0 82px;
  border: 1px solid rgba(201, 163, 90, 0.65);
  border-radius: 50%;
  color: var(--dr-gold);
  font-size: 34px;
}

.dr-newsletter h2 {
  margin: 0 0 8px;
  font-family: var(--dr-font-title);
  font-size: 38px;
  line-height: 1.1;
  font-weight: 500;
}

.dr-newsletter p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  line-height: 1.7;
}

.dr-newsletter form {
  display: flex;
  height: 58px;
}

.dr-newsletter input {
  width: 100%;
  border: 0;
  padding: 0 20px;
  font-size: 14px;
  outline: none;
  background: rgba(255, 255, 255, 0.96);
  color: var(--dr-text);
}

.dr-newsletter button {
  min-width: 150px;
  border: 0;
  background: var(--dr-gold);
  color: #17110a;
  font-weight: 800;
  cursor: pointer;
  transition: background 0.25s ease;
}

.dr-newsletter button:hover {
  background: var(--dr-gold-2);
}

/* HEADER ADAPTARE PREMIUM — dacă tema folosește clase standard */

.site-header,
.siltech-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: transparent !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  z-index: 50;
}

.site-header a,
.siltech-header a,
.main-navigation a,
.siltech-nav a {
  color: rgba(255, 255, 255, 0.88);
}

.site-header a:hover,
.siltech-header a:hover,
.main-navigation a:hover,
.siltech-nav a:hover {
  color: var(--dr-gold);
}

/* RESPONSIVE */

@media (max-width: 1120px) {
  .dr-hero-features,
  .dr-destination-cards,
  .dr-experience-cards {
    grid-template-columns: repeat(2, 1fr);
  }

  .dr-grid-intro,
  .dr-experience-layout,
  .dr-guide-layout,
  .dr-newsletter-inner {
    grid-template-columns: 1fr;
  }

  .dr-section-intro {
    max-width: 650px;
  }

  .dr-experience-layout {
    align-items: start;
  }
}

@media (max-width: 768px) {
  .dr-container,
  .dr-hero-inner {
    width: min(100% - 28px, var(--dr-container));
  }

  .dr-section {
    padding: 58px 0;
  }

  .dr-hero {
    min-height: auto;
    padding: 132px 0 32px;
  }

  .dr-hero h1 {
    font-size: clamp(46px, 15vw, 72px);
  }

  .dr-hero p {
    font-size: 15px;
    line-height: 1.75;
  }

  .dr-hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .dr-btn,
  .dr-link-btn {
    width: 100%;
  }

  .dr-hero-features {
    grid-template-columns: 1fr;
    margin-top: 44px;
  }

  .dr-feature {
    padding: 24px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  .dr-feature:last-child {
    border-bottom: 0;
  }

  .dr-destination-cards,
  .dr-experience-cards,
  .dr-blog-grid {
    grid-template-columns: 1fr;
  }

  .dr-destination-card {
    min-height: 360px;
  }

  .dr-experience-cards article {
    min-height: auto;
  }

  .dr-experience-cards img {
    height: 210px;
  }

  .dr-exp-icon {
    top: 177px;
  }

  .dr-guide-image,
  .dr-guide-image img {
    min-height: 330px;
  }

  .dr-floating-card {
    left: 18px;
    right: 18px;
    bottom: 18px;
    width: auto;
  }

  .dr-section-head {
    display: block;
  }

  .dr-section-head > a {
    display: inline-flex;
    margin-top: 16px;
  }

  .dr-newsletter-inner > div {
    align-items: flex-start;
  }

  .dr-newsletter-inner > div > span {
    width: 64px;
    height: 64px;
    flex-basis: 64px;
    font-size: 26px;
  }

  .dr-newsletter form {
    flex-direction: column;
    height: auto;
    gap: 10px;
  }

  .dr-newsletter input,
  .dr-newsletter button {
    width: 100%;
    min-height: 54px;
  }
}

@media (max-width: 520px) {
  .dr-hero {
    padding-top: 118px;
  }

  .dr-hero-bg {
    background-position: center top;
  }

  .dr-section-intro h2,
  .dr-section-head h2,
  .dr-guide-content h2 {
    font-size: 38px;
  }

  .dr-guide-list a {
    grid-template-columns: 34px 1fr 16px;
    min-height: 92px;
    gap: 12px;
  }

  .dr-destination-card h3 {
    font-size: 28px;
  }
}