/* carrentalinalbania.com - v2026 rebuild */
/* Palette: Albania flag red + charcoal + warm cream */
:root {
  --red: #C8102E;
  --red-dark: #9E0C24;
  --red-deep: #7A0A1C;
  --ink: #1A1518;
  --ink-soft: #453D42;
  --cream: #FFFFFF;
  --cream-dark: #F4F4F4;
  --white: #FFFFFF;
  --line: #E6E3DF;
  --gold: #D4A24E;
  --mono: 'JetBrains Mono', monospace;
  --serif: 'DM Serif Display', serif;
  --sans: 'Manrope', -apple-system, sans-serif;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: var(--sans); color: var(--ink); background: var(--cream); font-size: 17px; line-height: 1.65; }
img { max-width: 100%; height: auto; display: block; }
a { color: var(--red); text-decoration: none; }
a:hover { text-decoration: underline; }

/* ---------- Header ---------- */
.h-header { background: var(--ink); position: sticky; top: 0; z-index: 900; box-shadow: 0 2px 12px rgba(26,21,24,.25); }
.h-inner { max-width: 1200px; margin: 0 auto; padding: 0 20px; display: flex; align-items: center; justify-content: space-between; min-height: 62px; }
.h-logo { display: flex; align-items: center; gap: 10px; color: var(--white); font-weight: 800; font-size: 19px; letter-spacing: -.02em; }
.h-logo:hover { text-decoration: none; }
.h-logo-mark { background: var(--red); color: var(--white); font-size: 13px; font-weight: 800; padding: 5px 8px; border-radius: 6px; letter-spacing: .05em; }
.h-logo-img { width: 40px; height: 40px; border-radius: 50%; }
.h-logo-text b { color: var(--red); font-weight: 800; }
.h-logo-text { color: var(--white); }
.h-burger { display: none; background: none; border: 0; cursor: pointer; padding: 10px; }
.h-burger span { display: block; width: 24px; height: 2px; background: var(--white); margin: 5px 0; border-radius: 2px; }
.h-nav { display: flex; align-items: center; gap: 22px; }
.h-nav-list { display: flex; list-style: none; gap: 4px; }
.h-nav-list a { color: rgba(255,255,255,.85); font-size: 14.5px; font-weight: 600; padding: 8px 10px; border-radius: 6px; display: block; }
.h-nav-list a:hover { color: var(--white); background: rgba(255,255,255,.08); text-decoration: none; }
.h-langdd { position: relative; margin-left: 10px; }
.h-langdd-btn { display: flex; align-items: center; gap: 7px; background: rgba(255,255,255,.09); color: var(--white); border: 1px solid rgba(255,255,255,.18); border-radius: 8px; padding: 7px 12px; font-family: var(--mono); font-size: 12.5px; font-weight: 700; cursor: pointer; }
.h-langdd-btn:hover { background: rgba(255,255,255,.16); }
.h-flag { font-size: 16px; line-height: 1; }
.h-caret { font-size: 10px; opacity: .7; }
.h-langdd-menu { display: none; position: absolute; right: 0; top: calc(100% + 8px); background: var(--white); border-radius: 12px; box-shadow: 0 12px 34px rgba(26,21,24,.22); min-width: 190px; padding: 6px; z-index: 950; }
.h-langdd-menu.open { display: block; }
.h-langdd-menu a { display: flex; align-items: center; gap: 10px; padding: 9px 12px; border-radius: 8px; color: var(--ink); font-size: 14px; font-weight: 600; }
.h-langdd-menu a:hover { background: var(--cream-dark); text-decoration: none; }
.h-langdd-menu a.h-lang-current { color: var(--red); background: rgba(200,16,46,.06); }
@media (max-width: 1080px) {
  .h-burger { display: block; }
  .h-nav { display: none; position: absolute; top: 62px; left: 0; right: 0; background: var(--ink); flex-direction: column; align-items: flex-start; padding: 16px 20px 22px; gap: 14px; border-top: 1px solid rgba(255,255,255,.1); }
  .h-nav.h-open { display: flex; }
  .h-nav-list { flex-direction: column; width: 100%; }
  .h-nav-list a { font-size: 16px; padding: 10px 4px; }
  .h-langdd { margin-left: 0; }
  .h-langdd-menu { left: 0; right: auto; top: calc(100% + 6px); }
}

/* ---------- Layout ---------- */
.wrapper { max-width: 1200px; margin: 0 auto; padding: 0 20px 60px; }
.section { margin: 46px 0; }
h1 { font-size: clamp(28px, 4.5vw, 42px); line-height: 1.18; font-weight: 800; letter-spacing: -.02em; }
h2 { font-size: clamp(22px, 3vw, 29px); line-height: 1.25; font-weight: 800; letter-spacing: -.015em; margin-bottom: 14px; }
h3 { font-size: 19px; font-weight: 700; margin-bottom: 10px; }
p { margin-bottom: 14px; }
ul, ol { margin: 0 0 16px 22px; }
li { margin-bottom: 6px; }

/* ---------- Hero ---------- */
.hero { position: relative; border-radius: 18px; overflow: hidden; margin: 26px 0 30px; background: var(--ink); }
.hero img { width: 100%; height: 380px; object-fit: cover; opacity: .55; }
.hero-content { position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: center; padding: 40px 48px; max-width: 720px; }
.hero-content h1 { color: var(--white); margin-bottom: 14px; }
.hero-content p { color: rgba(255,255,255,.92); font-size: 18px; margin-bottom: 0; }
.hero-badges { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 18px; }
.hero-badge { background: rgba(255,255,255,.14); backdrop-filter: blur(4px); color: var(--white); font-size: 13px; font-weight: 700; padding: 6px 13px; border-radius: 100px; border: 1px solid rgba(255,255,255,.22); }
.hero-badge--red { background: var(--red); border-color: var(--red); }
@media (max-width: 720px) {
  .hero img { height: 460px; }
  .hero-content { padding: 26px 22px; }
  .hero-content p { font-size: 16px; }
}

/* ---------- Booking widget ---------- */
.booking { background: var(--white); border: 2px solid var(--red); border-radius: 16px; padding: 24px 18px; margin: 30px 0; box-shadow: 0 8px 28px rgba(200,16,46,.09); }
.booking h2, .booking h3 { margin-bottom: 6px; }
.booking-sub { color: var(--ink-soft); font-size: 15px; margin-bottom: 16px; }

/* ---------- Quick facts ---------- */
.facts-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(215px, 1fr)); gap: 14px; margin: 22px 0; }
.fact-card { background: var(--white); border: 1px solid var(--line); border-radius: 12px; padding: 18px; }
.fact-card .fact-label { font-family: var(--mono); font-size: 11px; text-transform: uppercase; letter-spacing: .08em; color: var(--red); font-weight: 700; margin-bottom: 6px; }
.fact-card .fact-value { font-weight: 800; font-size: 17px; line-height: 1.35; }
.fact-card p { font-size: 14px; color: var(--ink-soft); margin: 6px 0 0; }

/* ---------- Steps / How it works ---------- */
.steps-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 16px; margin: 22px 0; }
.step-card { background: var(--white); border: 1px solid var(--line); border-radius: 12px; padding: 22px; position: relative; }
.step-num { font-family: var(--mono); font-weight: 700; font-size: 13px; color: var(--white); background: var(--red); width: 30px; height: 30px; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin-bottom: 12px; }
.step-card h3 { font-size: 17px; }
.step-card p { font-size: 14.5px; color: var(--ink-soft); margin: 0; }

/* ---------- Benefits ---------- */
.benefits-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 16px; margin: 22px 0; }
.benefit-card { background: var(--white); border-left: 4px solid var(--red); border-radius: 10px; padding: 20px; box-shadow: 0 2px 10px rgba(26,21,24,.05); }
.benefit-card h3 { font-size: 16.5px; }
.benefit-card p { font-size: 14.5px; color: var(--ink-soft); margin: 0; }

/* ---------- Tables ---------- */
.table-wrap { overflow-x: auto; margin: 22px 0; border-radius: 12px; border: 1px solid var(--line); }
table { width: 100%; border-collapse: collapse; background: var(--white); font-size: 15px; min-width: 560px; }
thead th { background: var(--ink); color: var(--white); text-align: left; padding: 12px 16px; font-size: 13.5px; text-transform: uppercase; letter-spacing: .04em; }
tbody td { padding: 12px 16px; border-top: 1px solid var(--line); }
tbody tr:nth-child(even) { background: #FAFAFA; }

/* ---------- Car type / location cards ---------- */
.cars-grid, .locations-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 16px; margin: 22px 0; }
.car-card, .location-card { background: var(--white); border: 1px solid var(--line); border-radius: 12px; padding: 20px; transition: box-shadow .15s, transform .15s; }
.car-card:hover, .location-card:hover { box-shadow: 0 8px 22px rgba(26,21,24,.10); transform: translateY(-2px); }
.car-card h3 a, .location-card h3 a { color: var(--ink); }
.car-card h3 a:hover, .location-card h3 a:hover { color: var(--red); text-decoration: none; }
.car-card p, .location-card p { font-size: 14.5px; color: var(--ink-soft); margin-bottom: 8px; }
.card-link { font-weight: 700; font-size: 14px; color: var(--red); }
.card-tag { display: inline-block; font-family: var(--mono); font-size: 11px; font-weight: 700; color: var(--red-dark); background: rgba(200,16,46,.08); padding: 3px 9px; border-radius: 100px; margin-bottom: 10px; }

/* ---------- Highlight sections ---------- */
.highlight { background: var(--ink); color: var(--white); border-radius: 16px; padding: 34px; margin: 34px 0; }
.highlight h2 { color: var(--white); }
.highlight p { color: rgba(255,255,255,.88); }
.highlight a { color: #FF8FA1; }
.highlight-red { background: linear-gradient(135deg, var(--red-dark), var(--red-deep)); }
.check-list { list-style: none; margin: 16px 0; }
.check-list li { padding-left: 30px; position: relative; margin-bottom: 10px; }
.check-list li::before { content: ''; position: absolute; left: 0; top: 4px; width: 18px; height: 18px; border-radius: 50%; background: var(--red); }
.check-list li::after { content: ''; position: absolute; left: 5px; top: 8px; width: 8px; height: 5px; border-left: 2px solid #fff; border-bottom: 2px solid #fff; transform: rotate(-45deg); }
.highlight .check-list li::before { background: var(--white); }
.highlight .check-list li::after { border-color: var(--red); }

/* ---------- Testimonials / reviews ---------- */
.reviews-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 16px; margin: 22px 0; }
.review-card { background: var(--white); border: 1px solid var(--line); border-radius: 12px; padding: 22px; }
.review-stars { color: var(--gold); font-size: 15px; letter-spacing: 2px; margin-bottom: 8px; }
.review-text { font-size: 15px; font-style: italic; color: var(--ink-soft); }
.review-author { font-weight: 700; font-size: 14px; margin-top: 12px; }
.review-meta { font-family: var(--mono); font-size: 12px; color: var(--ink-soft); }

/* ---------- FAQ accordion ---------- */
.faq-list { margin: 22px 0; }
.faq-item { background: var(--white); border: 1px solid var(--line); border-radius: 12px; margin-bottom: 10px; overflow: hidden; }
.faq-q { width: 100%; text-align: left; background: none; border: 0; padding: 18px 52px 18px 20px; font-family: var(--sans); font-size: 16px; font-weight: 700; color: var(--ink); cursor: pointer; position: relative; }
.faq-q::after { content: '+'; position: absolute; right: 20px; top: 50%; transform: translateY(-50%); font-size: 22px; color: var(--red); font-weight: 400; transition: transform .2s; }
.faq-item.open .faq-q::after { transform: translateY(-50%) rotate(45deg); }
.faq-a { display: none; padding: 0 20px 18px; color: var(--ink-soft); font-size: 15px; }
.faq-item.open .faq-a { display: block; }

/* ---------- CTA ---------- */
.cta { background: linear-gradient(135deg, var(--red), var(--red-deep)); border-radius: 16px; padding: 38px; text-align: center; margin: 40px 0 10px; }
.cta h2 { color: var(--white); }
.cta p { color: rgba(255,255,255,.92); max-width: 620px; margin: 0 auto 20px; }
.cta-btn { display: inline-block; background: var(--white); color: var(--red-dark); font-weight: 800; font-size: 16px; padding: 14px 34px; border-radius: 100px; }
.cta-btn:hover { text-decoration: none; transform: translateY(-1px); box-shadow: 0 6px 18px rgba(0,0,0,.22); }

/* ---------- Breadcrumbs ---------- */
.breadcrumb { font-size: 13.5px; margin: 18px 0 6px; color: var(--ink-soft); }
.breadcrumb ol { list-style: none; display: flex; flex-wrap: wrap; gap: 6px; margin: 0; }
.breadcrumb li + li::before { content: '/'; margin-right: 6px; color: var(--line); }
.breadcrumb a { color: var(--ink-soft); }
.breadcrumb a:hover { color: var(--red); }
.breadcrumb .active { color: var(--ink); font-weight: 600; }

/* ---------- Blog ---------- */
.post-article { max-width: 780px; margin: 0 auto; }
.post-article h1 { font-family: var(--serif); font-weight: 400; font-size: clamp(30px, 4.5vw, 44px); }
.post-meta { display: flex; flex-wrap: wrap; gap: 8px 20px; font-family: var(--mono); font-size: 12.5px; color: var(--ink-soft); margin: 14px 0 24px; padding-bottom: 16px; border-bottom: 1px solid var(--line); }
.post-meta a { color: var(--red); font-weight: 600; }
.article-figure { margin: 26px 0; }
.article-figure img { border-radius: 14px; width: 100%; }
.article-figure figcaption { font-size: 13px; color: var(--ink-soft); margin-top: 8px; font-style: italic; }
.post-article h2 { font-family: var(--serif); font-weight: 400; margin-top: 36px; }
.post-article h3 { margin-top: 24px; }
.post-cta { background: var(--cream-dark); border-left: 4px solid var(--red); border-radius: 10px; padding: 18px 22px; margin: 26px 0; font-size: 15.5px; }
.post-cta a { font-weight: 700; }

/* Blog hub cards */
.post-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); gap: 20px; margin: 26px 0; }
.post-card { background: var(--white); border: 1px solid var(--line); border-radius: 14px; overflow: hidden; transition: box-shadow .15s, transform .15s; }
.post-card:hover { box-shadow: 0 10px 26px rgba(26,21,24,.12); transform: translateY(-2px); }
.card-img-wrap { aspect-ratio: 16/10; overflow: hidden; background: var(--cream-dark); }
.card-img-wrap img { width: 100%; height: 100%; object-fit: cover; }
.card-body { padding: 16px 18px 18px; }
.card-body h3 { font-size: 16px; line-height: 1.35; margin-bottom: 8px; }
.card-body h3 a { color: var(--ink); }
.card-body h3 a:hover { color: var(--red); text-decoration: none; }
.card-date { font-family: var(--mono); font-size: 11.5px; color: var(--ink-soft); display: block; margin-bottom: 6px; }
.read-more { font-size: 13.5px; font-weight: 700; }

/* Related posts */
.related-posts { margin: 44px 0 10px; padding-top: 26px; border-top: 1px solid var(--line); }
.related-posts-title { font-size: 21px; margin-bottom: 4px; }

/* Author box */
.author-box { background: var(--white); border: 1px solid var(--line); border-radius: 14px; padding: 24px; margin: 34px 0; display: flex; gap: 18px; align-items: flex-start; }
.author-avatar { width: 64px; height: 64px; border-radius: 50%; background: var(--red); color: var(--white); font-weight: 800; font-size: 22px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.author-box-name { font-size: 17px; margin-bottom: 6px; }
.author-box-bio { font-size: 14.5px; color: var(--ink-soft); margin-bottom: 10px; }
.author-box-links a { font-size: 13.5px; font-weight: 700; margin-right: 16px; }

/* Comments */
.comments { max-width: 780px; margin: 40px auto 0; }
.comments-title { font-size: 21px; margin-bottom: 18px; }
.comment { background: var(--white); border: 1px solid var(--line); border-radius: 12px; padding: 18px 20px; margin-bottom: 12px; }
.comment-head { display: flex; gap: 12px; align-items: baseline; margin-bottom: 8px; }
.comment-author { font-weight: 800; font-size: 15px; }
.comment-date { font-family: var(--mono); font-size: 11.5px; color: var(--ink-soft); }
.comment p { font-size: 15px; color: var(--ink-soft); margin-bottom: 8px; }
.comment p:last-child { margin-bottom: 0; }

/* Author page */
.author-hero { display: flex; gap: 24px; align-items: center; background: var(--white); border: 1px solid var(--line); border-radius: 16px; padding: 30px; margin: 26px 0; }
.author-hero .author-avatar { width: 96px; height: 96px; font-size: 34px; }
.author-role { font-family: var(--mono); font-size: 12px; text-transform: uppercase; letter-spacing: .08em; color: var(--red); font-weight: 700; }

/* ---------- Contact / forms ---------- */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin: 26px 0; }
@media (max-width: 760px) { .contact-grid { grid-template-columns: 1fr; } }
.contact-card { background: var(--white); border: 1px solid var(--line); border-radius: 14px; padding: 26px; }
.form-field { margin-bottom: 14px; }
.form-field label { display: block; font-size: 13.5px; font-weight: 700; margin-bottom: 5px; }
.form-field input, .form-field textarea, .form-field select { width: 100%; padding: 11px 14px; border: 1px solid var(--line); border-radius: 8px; font-family: var(--sans); font-size: 15px; background: var(--cream); }
.form-field input:focus, .form-field textarea:focus { outline: 2px solid var(--red); border-color: transparent; }
.form-btn { background: var(--red); color: var(--white); border: 0; font-family: var(--sans); font-weight: 800; font-size: 15px; padding: 13px 30px; border-radius: 100px; cursor: pointer; }
.form-btn:hover { background: var(--red-dark); }

/* ---------- Sitemap / list pages ---------- */
.sitemap-cols { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 10px 30px; margin: 22px 0; }
.sitemap-cols a { display: block; padding: 6px 0; border-bottom: 1px dashed var(--line); font-size: 14.5px; color: var(--ink); }
.sitemap-cols a:hover { color: var(--red); text-decoration: none; }
.sitemap-group h3 { margin-top: 20px; color: var(--red-dark); }

/* ---------- LLM help (terminal aesthetic) ---------- */
.llm-page { font-family: var(--mono); background: #14100E; color: #E8E0D4; border-radius: 14px; padding: 34px; margin: 26px 0; font-size: 13.5px; line-height: 1.7; }
.llm-page h1, .llm-page h2, .llm-page h3 { font-family: var(--mono); color: #FF6B81; }
.llm-page h1 { font-size: 22px; }
.llm-page h2 { font-size: 16px; margin-top: 28px; border-bottom: 1px solid #3A322C; padding-bottom: 6px; }
.llm-page pre { white-space: pre-wrap; word-break: break-word; background: #1E1815; border: 1px solid #3A322C; border-radius: 8px; padding: 18px; margin: 14px 0; overflow-x: auto; }
.llm-page a { color: #7FB5FF; }
.llm-page table { background: transparent; color: #E8E0D4; min-width: 0; }
.llm-page thead th { background: #1E1815; color: #FF6B81; }
.llm-page tbody td { border-color: #3A322C; }
.llm-page tbody tr:nth-child(even) { background: #1A1512; }

/* ---------- Footer ---------- */
.f-footer { background: var(--ink); color: rgba(255,255,255,.75); margin-top: 70px; }
.f-inner { max-width: 1200px; margin: 0 auto; padding: 50px 20px 30px; display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 34px; }
@media (max-width: 900px) { .f-inner { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .f-inner { grid-template-columns: 1fr; } }
.f-logo { color: var(--white); font-weight: 800; font-size: 20px; }
.f-logo b { color: var(--red); }
.f-logo:hover { text-decoration: none; }
.f-tagline { font-size: 13.5px; margin-top: 12px; line-height: 1.6; }
.f-col h4 { color: var(--white); font-size: 13px; text-transform: uppercase; letter-spacing: .07em; margin-bottom: 14px; }
.f-col a { display: block; color: rgba(255,255,255,.65); font-size: 14px; padding: 3.5px 0; }
.f-col a:hover { color: var(--white); text-decoration: none; }
.f-note { border-top: 1px solid rgba(255,255,255,.1); }
.f-note p { max-width: 1200px; margin: 0 auto; padding: 18px 20px; font-size: 12px; color: rgba(255,255,255,.45); line-height: 1.6; }
.f-bottom { border-top: 1px solid rgba(255,255,255,.1); }
.f-bottom p { max-width: 1200px; margin: 0 auto; padding: 16px 20px; font-family: var(--mono); font-size: 12px; color: rgba(255,255,255,.5); }

/* ---------- Misc ---------- */
.intro-lead { font-size: 19px; color: var(--ink-soft); max-width: 800px; }
.two-col-text { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; margin: 22px 0; }
@media (max-width: 760px) { .two-col-text { grid-template-columns: 1fr; } }
.badge-row { display: flex; flex-wrap: wrap; gap: 8px; margin: 14px 0; }
.badge { font-family: var(--mono); font-size: 12px; font-weight: 700; background: var(--white); border: 1px solid var(--line); padding: 5px 12px; border-radius: 100px; }
.anchor-links { display: flex; flex-wrap: wrap; gap: 8px; margin: 18px 0; }
.anchor-links a { font-size: 13.5px; font-weight: 700; background: var(--white); border: 1px solid var(--line); padding: 7px 14px; border-radius: 100px; color: var(--ink); }
.anchor-links a:hover { border-color: var(--red); color: var(--red); text-decoration: none; }
