/* style.css - rinasrentacar.com | Albanian Heritage Theme */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --primary:    #A8253D;   /* Burgundy red - Albanian flag heritage */
  --primary-dk: #7C1A2C;
  --accent:     #D9962E;   /* Amber gold - warm Mediterranean */
  --accent-dk:  #B07823;
  --dark:       #1A2538;   /* Deep navy */
  --darker:     #0F1726;
  --light:      #FFFFFF;   /* Warm off-white */
  --cream:      #FFFFFF;
  --text:       #2A2E3A;
  --muted:      #6E7484;
  --border:     #E5DAC4;
  --white:      #FFFFFF;
  --radius:     6px;
  --radius-lg:  12px;
  --shadow:     0 2px 12px rgba(26,37,56,0.08);
  --shadow-lg:  0 12px 40px rgba(26,37,56,0.15);
  --max-w:      1200px;
  --tr:         0.25s ease;
}

html { scroll-behavior: smooth; }
body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 16px;
  line-height: 1.7;
  color: var(--text);
  background: var(--white);
}
h1, h2, h3, h4, h5 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  line-height: 1.25;
  color: var(--dark);
  font-weight: 700;
  letter-spacing: -0.005em;
}
h1 { font-size: clamp(28px, 4.2vw, 44px); }
h2 { font-size: clamp(24px, 3.4vw, 34px); }
h3 { font-size: clamp(19px, 2.4vw, 24px); }
h4 { font-size: 18px; }

a { color: var(--primary); text-decoration: none; transition: color var(--tr); }
a:hover { color: var(--accent-dk); }
img { max-width: 100%; height: auto; display: block; }
p { margin-bottom: 1em; }
ul, ol { padding-left: 1.4em; margin-bottom: 1em; }

.container { max-width: var(--max-w); margin: 0 auto; padding: 0 20px; }

/* ============== HEADER ============== */
.site-header {
  background: var(--white);
  border-bottom: 3px solid var(--primary);
  position: sticky;
  top: 0;
  z-index: 1000;
  box-shadow: 0 1px 4px rgba(0,0,0,0.06);
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 20px;
  gap: 20px;
}
.logo {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 22px;
  color: var(--dark) !important;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 700;
}
.logo-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  background: linear-gradient(135deg, var(--primary), var(--primary-dk));
  color: var(--white);
  border-radius: var(--radius);
  font-family: 'Cormorant Garamond', serif;
  font-weight: 700;
  letter-spacing: -1px;
  font-size: 18px;
  box-shadow: 0 2px 8px rgba(168,37,61,0.3);
}
.logo-text em { font-style: italic; color: var(--primary); font-weight: 600; }

.site-nav ul {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 4px;
  margin: 0;
  padding: 0;
}
.site-nav a {
  display: block;
  padding: 8px 14px;
  color: var(--text);
  font-weight: 500;
  font-size: 15px;
  border-radius: var(--radius);
  transition: all var(--tr);
}
.site-nav a:hover { background: var(--cream); color: var(--primary); }
.site-nav .has-sub { position: relative; }
.site-nav .submenu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: var(--white);
  min-width: 180px;
  box-shadow: var(--shadow-lg);
  border-radius: var(--radius);
  padding: 8px;
  border-top: 2px solid var(--primary);
  flex-direction: column;
  gap: 0;
}
.site-nav .has-sub:hover .submenu { display: flex; }
.site-nav .submenu li { width: 100%; }
.site-nav .submenu a { padding: 8px 12px; font-size: 14px; }
.site-nav .lang-switch a {
  background: var(--cream);
  color: var(--primary);
  font-weight: 700;
  padding: 6px 12px;
  font-size: 13px;
  letter-spacing: 0.5px;
}
.site-nav .lang-switch a:hover { background: var(--primary); color: var(--white); }

.mobile-toggle {
  display: none;
  background: none;
  border: 0;
  width: 38px;
  height: 38px;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  cursor: pointer;
}
.mobile-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--dark);
  border-radius: 2px;
}

/* ============== HERO ============== */
.hero {
  position: relative;
  min-height: 480px;
  background: var(--dark);
  background-size: cover;
  background-position: center;
  color: var(--white);
  display: flex;
  align-items: center;
  overflow: hidden;
}
.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(15,23,38,0.85) 0%, rgba(124,26,44,0.55) 100%);
}
.hero .container { position: relative; z-index: 2; padding: 60px 20px; }
.hero h1 {
  color: var(--white);
  margin-bottom: 16px;
  font-size: clamp(32px, 5vw, 52px);
}
.hero .hero-sub {
  font-size: 19px;
  max-width: 720px;
  opacity: 0.95;
  font-weight: 400;
}
.hero-decor {
  position: absolute;
  right: -40px;
  bottom: -40px;
  width: 280px;
  height: 280px;
  border: 3px solid var(--accent);
  border-radius: 50%;
  opacity: 0.18;
  z-index: 1;
}

/* ============== BREADCRUMBS ============== */
.breadcrumb-section {
  background: var(--cream);
  padding: 14px 0;
  border-bottom: 1px solid var(--border);
}
.breadcrumb {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0;
  margin: 0;
  font-size: 14px;
}
.breadcrumb li:not(:last-child)::after {
  content: '>';
  margin-left: 8px;
  color: var(--muted);
}
.breadcrumb a { color: var(--primary); }
.breadcrumb li:last-child { color: var(--muted); }

/* ============== BOOKING WIDGET ============== */
.booking-widget {
  background: var(--cream);
  padding: 30px 0;
  margin-top: -30px;
  position: relative;
  z-index: 5;
  border-bottom: 1px solid var(--border);
}
.booking-widget .container {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 24px;
  box-shadow: var(--shadow-lg);
  border-top: 4px solid var(--primary);
}

/* ============== SECTIONS ============== */
.section { padding: 60px 0; }
.section--alt { background: var(--cream); }
.section--dark { background: var(--dark); color: var(--white); }
.section--dark h2, .section--dark h3 { color: var(--white); }

.section-header { margin-bottom: 36px; }
.section-header.center { text-align: center; }
.section-header h2 { margin-bottom: 12px; }
.section-header p { color: var(--muted); font-size: 17px; }
.section-header.center p { max-width: 720px; margin: 0 auto; }

.eyebrow {
  display: inline-block;
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--primary);
  font-weight: 700;
  margin-bottom: 8px;
}

/* ============== USP / FEATURES ============== */
.usp-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
  margin: 32px 0;
}
.usp-item {
  text-align: center;
  padding: 28px 18px;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  transition: all var(--tr);
}
.usp-item:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-lg);
  border-color: var(--accent);
}
.usp-icon {
  width: 56px;
  height: 56px;
  margin: 0 auto 16px;
  background: linear-gradient(135deg, var(--accent), var(--accent-dk));
  color: var(--white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: 700;
  font-family: 'Cormorant Garamond', serif;
}
.usp-item h3 { font-size: 18px; margin-bottom: 8px; }
.usp-item p { color: var(--muted); font-size: 14px; margin: 0; }

/* ============== CARDS ============== */
.cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 24px;
  margin: 32px 0;
}
.cards-grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin: 32px 0;
}
.card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: all var(--tr);
  display: flex;
  flex-direction: column;
}
.card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
}
.card-img {
  width: 100%;
  height: 180px;
  background: var(--cream);
  background-size: cover;
  background-position: center;
}
.card-body { padding: 24px; flex: 1; display: flex; flex-direction: column; }
.card-body h3 { margin-bottom: 10px; }
.card-body p { color: var(--muted); font-size: 14px; flex: 1; }
.card-link {
  display: inline-block;
  margin-top: 14px;
  font-weight: 600;
  color: var(--primary);
  font-size: 14px;
}
.card-link::after { content: ' >'; transition: margin var(--tr); }
.card-link:hover::after { margin-left: 6px; }

/* ============== CTA BUTTON ============== */
.btn {
  display: inline-block;
  padding: 12px 28px;
  background: var(--primary);
  color: var(--white) !important;
  border-radius: var(--radius);
  font-weight: 600;
  transition: all var(--tr);
  border: 0;
  cursor: pointer;
  font-size: 15px;
}
.btn:hover { background: var(--primary-dk); transform: translateY(-2px); }
.btn--accent { background: var(--accent); }
.btn--accent:hover { background: var(--accent-dk); }
.btn--ghost {
  background: transparent;
  color: var(--primary) !important;
  border: 2px solid var(--primary);
}
.btn--ghost:hover { background: var(--primary); color: var(--white) !important; }

/* ============== TABLE ============== */
.info-table {
  width: 100%;
  border-collapse: collapse;
  margin: 28px 0;
  background: var(--white);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow);
}
.info-table th, .info-table td {
  padding: 14px 18px;
  text-align: left;
  border-bottom: 1px solid var(--border);
}
.info-table th {
  background: var(--primary);
  color: var(--white);
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.3px;
}
.info-table tr:nth-child(even) td { background: var(--light); }
.info-table tr:last-child td { border-bottom: 0; }
.info-table td:first-child { font-weight: 600; color: var(--dark); width: 40%; }

/* ============== FAQ ============== */
.faq-list { margin: 28px 0; }
.faq-item {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  margin-bottom: 12px;
  overflow: hidden;
  transition: all var(--tr);
}
.faq-item:hover { border-color: var(--accent); }
.faq-question {
  padding: 18px 22px;
  cursor: pointer;
  font-weight: 600;
  color: var(--dark);
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  user-select: none;
}
.faq-question::after {
  content: '+';
  font-size: 24px;
  color: var(--primary);
  transition: transform var(--tr);
  font-weight: 400;
}
.faq-item.open .faq-question::after { transform: rotate(45deg); }
.faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 22px;
  transition: max-height 0.3s ease, padding 0.3s ease;
  color: var(--muted);
}
.faq-item.open .faq-answer { max-height: 600px; padding: 0 22px 20px; }

/* ============== SEO TEXT ============== */
.seo-text {
  max-width: 880px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.85;
}
.seo-text h2, .seo-text h3 { margin: 32px 0 14px; }
.seo-text h2:first-child, .seo-text h3:first-child { margin-top: 0; }

/* ============== HIGHLIGHT BOX ============== */
.highlight-box {
  background: linear-gradient(135deg, var(--cream), var(--light));
  border-left: 4px solid var(--accent);
  padding: 24px 28px;
  border-radius: 0 var(--radius-lg) var(--radius-lg) 0;
  margin: 28px 0;
}
.highlight-box h3 { color: var(--primary); margin-bottom: 8px; }
.highlight-box p:last-child { margin-bottom: 0; }

/* ============== REVIEW ============== */
.review-card {
  background: var(--white);
  padding: 28px;
  border-radius: var(--radius-lg);
  border: 1px solid var(--border);
  position: relative;
}
.review-card::before {
  content: '"';
  position: absolute;
  top: 8px;
  left: 18px;
  font-size: 64px;
  color: var(--accent);
  font-family: 'Cormorant Garamond', serif;
  line-height: 1;
  opacity: 0.4;
}
.review-stars { color: var(--accent); margin-bottom: 12px; font-size: 18px; }
.review-card p { font-style: italic; color: var(--text); }
.review-author { font-weight: 600; color: var(--dark); margin-top: 14px; font-size: 14px; }

/* ============== TAG LINKS ============== */
.tag-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 24px 0;
}
.tag-link {
  display: inline-block;
  padding: 6px 14px;
  background: var(--cream);
  color: var(--primary);
  border-radius: 100px;
  font-size: 13px;
  border: 1px solid transparent;
  transition: all var(--tr);
}
.tag-link:hover { background: var(--primary); color: var(--white); border-color: var(--primary); }

/* ============== FOOTER ============== */
.site-footer {
  background: var(--darker);
  color: rgba(255,255,255,0.85);
  padding: 60px 0 24px;
}
.site-footer h4 {
  color: var(--white);
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 18px;
  font-weight: 700;
}
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.4fr;
  gap: 40px;
  margin-bottom: 40px;
}
.footer-col ul { list-style: none; padding: 0; margin: 0; }
.footer-col li { margin-bottom: 8px; }
.footer-col a { color: rgba(255,255,255,0.75); font-size: 14px; }
.footer-col a:hover { color: var(--accent); }
.footer-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 22px;
  color: var(--white);
  font-family: 'Cormorant Garamond', serif;
  font-weight: 700;
  margin-bottom: 14px;
}
.footer-logo em { color: var(--accent); font-style: italic; }
.footer-about { font-size: 14px; line-height: 1.7; opacity: 0.8; }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.1);
  padding-top: 24px;
  text-align: center;
}
.footer-copy { font-size: 13px; opacity: 0.7; margin-bottom: 8px; }
.footer-disclaimer { font-size: 12px; opacity: 0.6; max-width: 800px; margin: 0 auto 12px; }
.footer-disclaimer a { color: var(--accent); }
.footer-legal { display: flex; justify-content: center; gap: 18px; flex-wrap: wrap; font-size: 13px; }
.footer-legal a { color: rgba(255,255,255,0.7); }

/* ============== SITEMAP PAGE ============== */
.sitemap-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 36px;
  margin-top: 24px;
}
.sitemap-col h3 {
  color: var(--primary);
  font-size: 18px;
  border-bottom: 2px solid var(--cream);
  padding-bottom: 8px;
  margin-bottom: 14px;
}
.sitemap-col ul { list-style: none; padding: 0; }
.sitemap-col li {
  padding: 6px 0;
  border-bottom: 1px solid var(--border);
}
.sitemap-col a { color: var(--text); font-size: 14px; transition: all var(--tr); }
.sitemap-col a:hover { color: var(--primary); padding-left: 4px; }

/* ============== HELLO AI / LLM ============== */
.llm-page { max-width: 880px; margin: 0 auto; }
.llm-page h2 { margin-top: 32px; padding-bottom: 6px; border-bottom: 2px solid var(--cream); }
.llm-page pre {
  background: var(--cream);
  padding: 18px;
  border-radius: var(--radius);
  overflow-x: auto;
  font-size: 13px;
  font-family: 'SF Mono', Consolas, monospace;
  line-height: 1.6;
}
.llm-page code {
  background: var(--cream);
  padding: 2px 6px;
  border-radius: 4px;
  font-size: 14px;
}

/* ============== EEAT TEAM ============== */
.team-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 28px;
  margin: 36px 0;
}
.team-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 28px 22px;
  text-align: center;
}
.team-avatar {
  width: 84px;
  height: 84px;
  margin: 0 auto 14px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary), var(--accent));
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  font-family: 'Cormorant Garamond', serif;
  font-size: 28px;
  font-weight: 700;
}
.team-name { font-size: 18px; margin-bottom: 4px; }
.team-role { color: var(--primary); font-size: 13px; font-weight: 600; letter-spacing: 0.5px; text-transform: uppercase; margin-bottom: 12px; }
.team-bio { color: var(--muted); font-size: 14px; line-height: 1.6; }

/* ============== RESPONSIVE ============== */
@media (max-width: 980px) {
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .cards-grid-3 { grid-template-columns: 1fr 1fr; }
  .sitemap-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 760px) {
  .mobile-toggle { display: flex; }
  .site-nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: var(--white);
    box-shadow: var(--shadow-lg);
    border-top: 1px solid var(--border);
  }
  .site-nav.open { display: block; }
  .site-nav ul { flex-direction: column; align-items: stretch; padding: 12px; }
  .site-nav a { padding: 10px 14px; }
  .site-nav .submenu { position: static; box-shadow: none; padding-left: 14px; border-top: 0; display: block; }
  .footer-grid { grid-template-columns: 1fr; }
  .cards-grid-3 { grid-template-columns: 1fr; }
  .sitemap-grid { grid-template-columns: 1fr; }
  .info-table { font-size: 14px; }
  .info-table th, .info-table td { padding: 10px 12px; }
}
