:root {
  --ink: #15343a;
  --muted: #5d7378;
  --surface: #ffffff;
  --surface-soft: #f4f8f7;
  --line: #d9e5e3;
  --teal: #0e5f6d;
  --teal-strong: #0a4856;
  --coral: #d9674f;
  --gold: #d79f35;
  --green: #2c7c58;
  --shadow: 0 20px 60px rgba(12, 52, 58, 0.12);
  --radius: 8px;
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--surface);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
}

body.nav-open {
  overflow: hidden;
}

img,
svg {
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

.skip-link {
  position: fixed;
  left: 16px;
  top: 12px;
  z-index: 99;
  transform: translateY(-180%);
  padding: 10px 14px;
  color: white;
  background: var(--teal-strong);
  border-radius: var(--radius);
  transition: transform 0.2s ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.section-inner {
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 20;
  transition:
    background 0.2s ease,
    box-shadow 0.2s ease,
    border-color 0.2s ease;
}

.site-header.is-scrolled,
.site-header.menu-open {
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid var(--line);
  box-shadow: 0 10px 40px rgba(12, 52, 58, 0.08);
  backdrop-filter: blur(16px);
}

.nav-shell {
  width: min(var(--max), calc(100% - 32px));
  min-height: 76px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: white;
  font-weight: 800;
  font-size: 1.15rem;
  letter-spacing: 0;
}

.site-header.is-scrolled .brand,
.site-header.menu-open .brand,
.footer-brand {
  color: var(--ink);
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  color: white;
  background: linear-gradient(135deg, var(--teal), var(--green));
  box-shadow: 0 12px 28px rgba(14, 95, 109, 0.28);
}

.brand-mark svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 4px;
  color: white;
  font-size: 0.95rem;
  font-weight: 700;
}

.nav-links a {
  padding: 10px 12px;
  border-radius: var(--radius);
}

.nav-links a:hover,
.nav-links a:focus-visible {
  background: rgba(255, 255, 255, 0.15);
  outline: 0;
}

.site-header.is-scrolled .nav-links,
.site-header.menu-open .nav-links {
  color: var(--ink);
}

.site-header.is-scrolled .nav-links a:hover,
.site-header.is-scrolled .nav-links a:focus-visible,
.site-header.menu-open .nav-links a:hover,
.site-header.menu-open .nav-links a:focus-visible {
  background: var(--surface-soft);
}

.nav-links .nav-cta {
  margin-left: 8px;
  color: white;
  background: var(--coral);
  box-shadow: 0 10px 28px rgba(217, 103, 79, 0.26);
}

.nav-links .nav-cta:hover,
.nav-links .nav-cta:focus-visible {
  background: #bf513c;
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 0;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.14);
  cursor: pointer;
}

.nav-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  margin: 5px auto;
  background: white;
  border-radius: 999px;
}

.site-header.is-scrolled .nav-toggle,
.site-header.menu-open .nav-toggle {
  background: var(--surface-soft);
}

.site-header.is-scrolled .nav-toggle span,
.site-header.menu-open .nav-toggle span {
  background: var(--ink);
}

.hero {
  position: relative;
  min-height: 84vh;
  min-height: 84svh;
  display: flex;
  align-items: center;
  overflow: hidden;
  color: white;
}

.hero-media,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-media {
  background-image: url("assets/viaglobe-albania-hero.png");
  background-size: cover;
  background-position: center;
  transform: scale(1.02);
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(5, 30, 36, 0.86) 0%, rgba(7, 43, 49, 0.64) 36%, rgba(7, 43, 49, 0.2) 70%),
    linear-gradient(0deg, rgba(5, 30, 36, 0.2), rgba(5, 30, 36, 0.15));
}

.hero-grid {
  position: relative;
  z-index: 1;
  padding: 136px 0 84px;
}

.hero-content {
  max-width: 700px;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--coral);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: #ffd8a8;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1,
h2,
h3 {
  margin: 0;
  line-height: 1.08;
  letter-spacing: 0;
}

h1 {
  font-size: clamp(3.8rem, 10vw, 8rem);
  font-weight: 900;
}

h2 {
  font-size: clamp(2rem, 4.5vw, 3.5rem);
  font-weight: 850;
}

h3 {
  font-size: 1.12rem;
}

.hero-lede {
  max-width: 620px;
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(1.05rem, 2vw, 1.32rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 18px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  font-weight: 800;
  cursor: pointer;
}

.button svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.button.primary {
  color: white;
  background: var(--coral);
  box-shadow: 0 18px 36px rgba(217, 103, 79, 0.26);
}

.button.primary:hover,
.button.primary:focus-visible {
  background: #bf513c;
  outline: 0;
}

.button.secondary {
  color: white;
  border-color: rgba(255, 255, 255, 0.42);
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
}

.button.secondary:hover,
.button.secondary:focus-visible {
  background: rgba(255, 255, 255, 0.2);
  outline: 0;
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  max-width: 640px;
  margin: 42px 0 0;
}

.hero-stats div {
  min-width: 0;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
}

.hero-stats dt {
  font-size: 1.35rem;
  font-weight: 900;
}

.hero-stats dd {
  margin: 4px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.9rem;
}

.quick-strip {
  background: var(--teal-strong);
  color: white;
}

.quick-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 1px;
}

.quick-grid span {
  min-height: 66px;
  display: grid;
  place-items: center;
  padding: 14px;
  text-align: center;
  font-weight: 800;
  background: rgba(255, 255, 255, 0.06);
}

.section {
  padding: 92px 0;
}

.section-heading {
  max-width: 760px;
  margin: 0 auto 38px;
  text-align: center;
}

.section-heading.left {
  margin: 0;
  text-align: left;
}

.section-heading p:not(.eyebrow),
.process-copy p,
.contact-copy p,
.site-footer p,
.audience-grid p,
.destination-grid p,
.service-card p,
.process-list p,
.faq-list p {
  color: var(--muted);
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.service-card {
  min-height: 250px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: 0 12px 40px rgba(12, 52, 58, 0.04);
}

.service-card:hover {
  border-color: rgba(14, 95, 109, 0.26);
  box-shadow: var(--shadow);
  transform: translateY(-2px);
  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease,
    border-color 0.18s ease;
}

.service-icon {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  color: var(--teal);
  border-radius: var(--radius);
  background: #e7f3f1;
}

.service-icon svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.service-card h3 {
  margin-bottom: 10px;
}

.service-card p,
.destination-grid p,
.process-list p,
.audience-grid p {
  margin-bottom: 0;
}

.ad-band {
  padding: 32px 0;
  background: var(--surface-soft);
}

.ad-slot {
  min-height: 112px;
  display: grid;
  align-items: center;
  padding: 18px;
  border: 1px dashed #a9c4c1;
  border-radius: var(--radius);
  background: white;
}

.ad-slot span {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.split-section {
  background:
    linear-gradient(180deg, #f7fbfa, white);
}

.split-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.35fr);
  align-items: start;
  gap: 42px;
}

.text-link {
  display: inline-flex;
  margin-top: 14px;
  color: var(--teal);
  font-weight: 900;
  border-bottom: 2px solid currentColor;
}

.package-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.package-card {
  position: relative;
  min-height: 230px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  padding: 22px;
  color: white;
  border-radius: var(--radius);
  background: var(--teal);
  box-shadow: var(--shadow);
}

.package-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(7, 43, 49, 0.18), rgba(7, 43, 49, 0.78)),
    url("assets/viaglobe-albania-hero.png");
  background-size: 190%;
  z-index: 0;
}

.package-card.coast::before {
  background-position: 42% 48%;
}

.package-card.city::before {
  background-position: 78% 32%;
}

.package-card.mountain::before {
  background-position: 58% 8%;
}

.package-card.world::before {
  background-position: 12% 58%;
}

.package-card > * {
  position: relative;
  z-index: 1;
}

.package-card p {
  margin: 0 0 8px;
  color: #ffd8a8;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.package-card h3 {
  max-width: 320px;
  font-size: 1.35rem;
}

.package-card span {
  font-weight: 800;
}

.featured-deals {
  margin-top: 48px;
}

.deal-grid,
.gallery-grid,
.testimonial-grid,
.blog-grid,
.seo-link-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.deal-card,
.testimonial-card,
.blog-card,
.seo-link-card {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: white;
  box-shadow: 0 12px 40px rgba(12, 52, 58, 0.05);
}

.deal-card {
  display: grid;
  gap: 14px;
}

.deal-card small,
.blog-card small,
.seo-link-card small {
  color: var(--coral);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.deal-price {
  display: flex;
  align-items: baseline;
  gap: 6px;
  color: var(--teal-strong);
  font-size: 2rem;
  font-weight: 900;
}

.deal-price span {
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 700;
}

.deal-card ul,
.article-card ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding-left: 18px;
  color: var(--muted);
}

.deal-card a,
.blog-card a,
.seo-link-card a {
  display: inline-flex;
  width: fit-content;
  color: var(--teal);
  font-weight: 900;
  border-bottom: 2px solid currentColor;
}

.destinations {
  background: white;
}

.destination-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.destination-grid article {
  min-height: 178px;
  padding: 24px;
  border-left: 4px solid var(--coral);
  border-radius: var(--radius);
  background: var(--surface-soft);
}

.destination-grid article:nth-child(2n) {
  border-color: var(--gold);
}

.destination-grid article:nth-child(3n) {
  border-color: var(--green);
}

.gallery-section {
  background: var(--surface-soft);
}

.gallery-visual {
  position: relative;
  min-height: 360px;
  overflow: hidden;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.gallery-visual img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
}

.gallery-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(7, 43, 49, 0.45), rgba(7, 43, 49, 0.04));
}

.gallery-grid {
  margin-top: 18px;
}

.gallery-card {
  min-height: 160px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding: 18px;
  color: white;
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(7, 43, 49, 0.1), rgba(7, 43, 49, 0.82)),
    url("assets/thumb-albania.png") center / cover;
  box-shadow: 0 14px 36px rgba(12, 52, 58, 0.12);
}

.gallery-card:nth-child(2) {
  background-image:
    linear-gradient(180deg, rgba(7, 43, 49, 0.1), rgba(7, 43, 49, 0.82)),
    url("assets/thumb-turkey.png");
}

.gallery-card:nth-child(3) {
  background-image:
    linear-gradient(180deg, rgba(7, 43, 49, 0.1), rgba(7, 43, 49, 0.82)),
    url("assets/thumb-italy.png");
}

.gallery-card:nth-child(4) {
  background-image:
    linear-gradient(180deg, rgba(7, 43, 49, 0.1), rgba(7, 43, 49, 0.82)),
    url("assets/thumb-dubai.png");
}

.gallery-card:nth-child(5) {
  background-image:
    linear-gradient(180deg, rgba(7, 43, 49, 0.1), rgba(7, 43, 49, 0.82)),
    url("assets/thumb-maldives.png");
}

.gallery-card:nth-child(6) {
  background-image:
    linear-gradient(180deg, rgba(7, 43, 49, 0.1), rgba(7, 43, 49, 0.82)),
    url("assets/thumb-greece.png");
}

.gallery-card h3 {
  font-size: 1.35rem;
}

.gallery-card p {
  margin: 6px 0 0;
  color: rgba(255, 255, 255, 0.82);
}

.process-section {
  color: white;
  background: var(--teal-strong);
}

.process-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.75fr) minmax(0, 1.55fr);
  gap: 42px;
}

.process-copy .eyebrow {
  color: #ffd8a8;
}

.process-copy p {
  color: rgba(255, 255, 255, 0.72);
}

.process-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  padding: 0;
  margin: 0;
  list-style: none;
  counter-reset: none;
}

.process-list li {
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.07);
}

.process-list span {
  display: inline-flex;
  margin-bottom: 18px;
  color: #ffd8a8;
  font-weight: 900;
}

.process-list p {
  color: rgba(255, 255, 255, 0.74);
}

.audience-section {
  padding: 64px 0;
  background: #fff8f0;
}

.audience-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.audience-grid article {
  padding: 28px;
  border: 1px solid #f0ddc4;
  border-radius: var(--radius);
  background: white;
}

.audience-grid h2 {
  font-size: 1.55rem;
}

.testimonial-section {
  background: white;
}

.testimonial-card {
  min-height: 230px;
}

.testimonial-card blockquote {
  margin: 0;
  color: var(--ink);
  font-size: 1.04rem;
  font-weight: 700;
}

.testimonial-card footer {
  margin-top: 18px;
  color: var(--muted);
}

.stars {
  margin-bottom: 14px;
  color: var(--gold);
  font-weight: 900;
  letter-spacing: 0.08em;
}

.blog-section {
  background: var(--surface-soft);
}

.blog-card {
  display: grid;
  gap: 12px;
}

.blog-card p,
.seo-link-card p {
  color: var(--muted);
}

.seo-link-section {
  padding-top: 0;
  background: var(--surface-soft);
}

.business-section {
  padding: 76px 0;
  background: white;
}

.business-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: 32px;
  align-items: stretch;
}

.business-panel,
.map-panel {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: 0 12px 40px rgba(12, 52, 58, 0.05);
}

.business-panel {
  padding: 28px;
}

.business-list {
  display: grid;
  gap: 12px;
  margin-top: 22px;
}

.business-list div {
  display: grid;
  gap: 2px;
  padding: 14px;
  border-radius: var(--radius);
  background: var(--surface-soft);
}

.business-list span {
  color: var(--coral);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.map-panel {
  overflow: hidden;
  min-height: 360px;
}

.map-panel iframe {
  width: 100%;
  height: 100%;
  min-height: 360px;
  border: 0;
}

.faq-section {
  background: white;
}

.faq-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: 42px;
  align-items: start;
}

.faq-list {
  display: grid;
  gap: 12px;
}

details {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
}

summary {
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 20px;
  font-weight: 850;
  cursor: pointer;
}

summary::after {
  content: "+";
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  width: 28px;
  height: 28px;
  color: white;
  border-radius: 50%;
  background: var(--teal);
}

details[open] summary::after {
  content: "-";
}

details p {
  margin: 0;
  padding: 0 20px 20px;
}

.contact-section {
  padding: 96px 0;
  color: white;
  background:
    linear-gradient(90deg, rgba(7, 43, 49, 0.94), rgba(14, 95, 109, 0.86)),
    url("assets/viaglobe-albania-hero.png") center / cover;
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 42px;
  align-items: start;
}

.contact-copy .eyebrow {
  color: #ffd8a8;
}

.contact-copy p {
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.05rem;
}

.contact-cards {
  display: grid;
  gap: 10px;
  margin-top: 28px;
}

.contact-cards a {
  display: grid;
  gap: 2px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.08);
}

.contact-cards span {
  color: #ffd8a8;
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.contact-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: var(--shadow);
}

.contact-form label {
  display: grid;
  gap: 8px;
  color: var(--ink);
  font-size: 0.9rem;
  font-weight: 800;
}

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

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  min-height: 48px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 11px 12px;
  color: var(--ink);
  background: white;
  outline: 0;
}

.contact-form textarea {
  resize: vertical;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: var(--teal);
  box-shadow: 0 0 0 4px rgba(14, 95, 109, 0.12);
}

.site-footer {
  padding: 64px 0 26px;
  background: #f7fbfa;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.35fr repeat(3, minmax(0, 0.75fr));
  gap: 34px;
}

.site-footer h2 {
  margin-bottom: 12px;
  font-size: 1rem;
}

.site-footer a:not(.brand) {
  display: block;
  margin-top: 8px;
  color: var(--muted);
}

.site-footer a:hover {
  color: var(--teal);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-top: 44px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.9rem;
}

.footer-bottom a {
  display: inline;
  margin-top: 0;
  color: var(--muted);
}

.whatsapp-float {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 40;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 52px;
  padding: 12px 16px;
  color: white;
  border-radius: 999px;
  background: #1fa855;
  box-shadow: 0 18px 42px rgba(31, 168, 85, 0.34);
  font-weight: 900;
}

.whatsapp-float svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.cookie-banner {
  position: fixed;
  left: 18px;
  right: auto;
  bottom: 86px;
  z-index: 39;
  display: flex;
  width: min(560px, calc(100% - 36px));
  max-width: calc(100% - 36px);
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 16px;
  color: var(--ink);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.97);
  box-shadow: var(--shadow);
}

.cookie-banner p {
  margin: 4px 0 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.cookie-banner button {
  min-width: 104px;
  min-height: 42px;
  color: white;
  border: 0;
  border-radius: var(--radius);
  background: var(--teal);
  font-weight: 900;
  cursor: pointer;
}

.landing-section {
  padding: 132px 0 76px;
  background: var(--surface-soft);
}

.article-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.36fr);
  gap: 28px;
  align-items: start;
}

.article-card,
.sidebar-card {
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: white;
  box-shadow: 0 12px 40px rgba(12, 52, 58, 0.05);
}

.article-card h1 {
  font-size: clamp(2.35rem, 5vw, 4.25rem);
}

.article-card h2 {
  margin-top: 28px;
  font-size: 1.55rem;
}

.article-card p,
.sidebar-card p {
  color: var(--muted);
}

.sidebar-card {
  position: sticky;
  top: 96px;
}

.sidebar-card a {
  margin-top: 16px;
}

.legal-main {
  background: var(--surface-soft);
}

.legal-hero {
  padding: 132px 0 54px;
  color: white;
  background:
    linear-gradient(90deg, rgba(7, 43, 49, 0.92), rgba(14, 95, 109, 0.74)),
    url("assets/viaglobe-albania-hero.png") center / cover;
}

.legal-hero p {
  max-width: 720px;
  color: rgba(255, 255, 255, 0.82);
}

.legal-content {
  max-width: 860px;
  margin: 0 auto;
  padding: 48px 0 80px;
}

.legal-content article {
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: white;
  box-shadow: 0 12px 40px rgba(12, 52, 58, 0.06);
}

.legal-content h2 {
  margin-top: 32px;
  font-size: 1.35rem;
}

.legal-content h2:first-child {
  margin-top: 0;
}

.legal-content p,
.legal-content li {
  color: var(--muted);
}

.legal-content a {
  color: var(--teal);
  font-weight: 800;
}

@media (max-width: 1000px) {
  .service-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .quick-grid,
  .process-list,
  .audience-grid,
  .destination-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .split-grid,
  .process-grid,
  .faq-grid,
  .contact-grid,
  .business-grid,
  .article-grid {
    grid-template-columns: 1fr;
  }

  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .section-inner {
    width: min(100% - 28px, var(--max));
  }

  .nav-shell {
    width: min(100% - 24px, var(--max));
    min-height: 66px;
  }

  .nav-toggle {
    display: block;
  }

  .nav-links {
    position: fixed;
    inset: 66px 12px auto;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 12px;
    color: var(--ink);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: white;
    box-shadow: var(--shadow);
  }

  .nav-links.is-open {
    display: flex;
  }

  .nav-links a {
    padding: 13px 14px;
  }

  .nav-links .nav-cta {
    margin-left: 0;
    text-align: center;
  }

  .hero {
    min-height: auto;
  }

  .hero-media {
    background-position: 57% center;
  }

  .hero-overlay {
    background:
      linear-gradient(90deg, rgba(5, 30, 36, 0.88), rgba(7, 43, 49, 0.46)),
      linear-gradient(0deg, rgba(5, 30, 36, 0.24), rgba(5, 30, 36, 0.2));
  }

  .hero-grid {
    padding: 112px 0 54px;
  }

  .hero-content,
  .hero-lede {
    max-width: 100%;
  }

  h1 {
    font-size: clamp(3.1rem, 15vw, 4.8rem);
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    width: min(100%, 360px);
  }

  .button {
    width: 100%;
  }

  .hero-stats {
    grid-template-columns: 1fr;
    width: min(100%, 360px);
  }

  .quick-grid,
  .service-grid,
  .package-list,
  .deal-grid,
  .gallery-grid,
  .testimonial-grid,
  .blog-grid,
  .seo-link-grid,
  .process-list,
  .audience-grid,
  .destination-grid,
  .contact-form,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .section {
    padding: 68px 0;
  }

  .service-card {
    min-height: auto;
  }

  .contact-form .full {
    grid-column: auto;
  }

  .footer-bottom {
    flex-direction: column;
  }

  .cookie-banner {
    left: 14px;
    bottom: 76px;
    width: calc(100% - 28px);
    max-width: calc(100% - 28px);
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    padding: 14px;
  }

  .whatsapp-float {
    right: 14px;
    bottom: 14px;
    width: 56px;
    height: 56px;
    justify-content: center;
    padding: 0;
  }

  .whatsapp-float span {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
  }
}

@media (max-width: 420px) {
  .button {
    width: 100%;
  }

  .hero-actions {
    width: 100%;
  }

  .brand {
    font-size: 1.05rem;
  }

  .package-card {
    min-height: 210px;
  }
}

@media (max-width: 560px) {
  .hero-content,
  .hero-lede,
  .hero-actions,
  .hero-stats {
    width: min(100%, 360px);
    max-width: 360px;
  }
}
