/* ANMAR – wspólny arkusz stylów dla wszystkich wersji językowych */

:root {
  --b: #070c11;   /* tło */
  --b2: #0d141b;  /* tło sekcji ciemniejszych */
  --g: #d0a24d;   /* złoto */
  --g2: #edca82;  /* złoto jasne */
  --t: #f6f3ec;   /* tekst */
  --m: #aeb4b9;   /* tekst stonowany */
  --l: #2a333a;   /* linie */
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--b); color: var(--t); font: 15px/1.6 Arial, Helvetica, sans-serif; }
a { color: inherit; }
.w { max-width: 1220px; margin: auto; padding: 0 28px; }
.muted { color: var(--m); }
.muted2 { color: #9ea5aa; }
.mt24 { margin-top: 24px; }
.gold-text { color: var(--g2); }

/* Nagłówek */
header { position: sticky; top: 0; z-index: 10; background: #05090df5; border-bottom: 1px solid var(--l); }
.nav { height: 76px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: flex; gap: 12px; align-items: center; text-decoration: none; }
.mark { font-size: 34px; color: var(--g); font-weight: 700; }
.brand b { font: 24px Georgia, serif; letter-spacing: 2px; }
.brand small { display: block; color: #aaa; font-size: 9px; letter-spacing: 2px; }
.navRight { display: flex; align-items: center; }
.navRight.simple { gap: 18px; font-size: 12px; }
.links { display: flex; gap: 22px; align-items: center; }
.links a { text-decoration: none; font-size: 12px; }
.phone { color: var(--g2); }
.langs { font-size: 12px; margin-left: 4px; }
.langs a { color: var(--g2); text-decoration: none; text-transform: uppercase; }
.topbtn { border: 1px solid var(--g); border-radius: 20px; padding: 9px 15px; color: var(--g2) !important; text-decoration: none; }
.burger { display: none; background: none; border: 1px solid var(--l); border-radius: 4px; color: var(--g2); font-size: 22px; line-height: 1; padding: 5px 10px; cursor: pointer; }
.mphone { display: none; color: var(--g2); text-decoration: none; font-size: 20px; margin-right: 10px; }

/* Hero */
.hero { min-height: 620px; position: relative; overflow: hidden; background: #080d12; }
/* Zdjęcie na całą szerokość – brak krawędzi do ukrycia. Gradient poziomy chroni czytelność tekstu po lewej,
   gradient pionowy wygasza dół zdjęcia do koloru następnej sekcji (--b2), żeby ucięte koła nie tworzyły ostrej linii. */
.heroImg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 55% 70%; }
.hero:after { content: ""; position: absolute; inset: 0; background:
  linear-gradient(180deg, rgba(7,12,17,.35) 0%, rgba(7,12,17,0) 25%, rgba(7,12,17,0) 55%, rgba(13,20,27,.75) 85%, #0d141b 100%),
  linear-gradient(90deg, #070c11 0%, rgba(7,12,17,.96) 28%, rgba(7,12,17,.72) 46%, rgba(7,12,17,.25) 66%, rgba(7,12,17,.1) 85%, rgba(7,12,17,.35) 100%); }
.hero .w { position: relative; z-index: 2; }
.heroContent { padding: 108px 0 90px; max-width: 740px; } /* 740 px: najdłuższy nagłówek („Podróżuj komfortowo.”) ma 692 px przy 70 px */
.heroContent p, .heroContent .badges { max-width: 670px; }
.ey { color: var(--g2); font-size: 11px; letter-spacing: 2.7px; font-weight: bold; }
.hero h1, h2, h3 { font-family: Georgia, serif; font-weight: 500; }
.hero h1 { font-size: clamp(44px, 6vw, 70px); line-height: 1.03; margin: 16px 0 22px; }
.hero p { font-size: 18px; color: #d1d5d8; }
.hero p.regions { font-size: 13px; }
/* Listy rozdzielane kreską: elementy nie łamią się w środku, a kreska nigdy nie zaczyna wiersza */
.sep span { white-space: nowrap; }
.sep span:not(:last-child):after { content: "|"; margin: 0 .3em 0 .55em; color: #7c8388; font-weight: normal; }
.sep.dot span:not(:last-child):after { content: "•"; }
/* Przyklejony nagłówek ma 77 px – cel linku z menu nie może się pod nim schować */
[id] { scroll-margin-top: 90px; }
.buttons { display: flex; gap: 12px; flex-wrap: wrap; margin: 28px 0; }
.btn { display: inline-block; padding: 12px 20px; border: 1px solid transparent; border-radius: 4px; text-decoration: none; font-weight: bold; font-size: 12px; letter-spacing: .5px; }
.gold { background: var(--g); color: #101010; }
.outline { border: 1px solid #70777d; color: #fff; }
.badges { display: flex; gap: 24px; flex-wrap: wrap; font-size: 12px; }
.badges span:before { content: "✓"; color: var(--g); margin-right: 7px; }

/* Sekcje */
section { padding: 78px 0; }
.dark2 { background: var(--b2); }
.cream { background: #f1ede4; color: #151515; }
.head { max-width: 730px; margin-bottom: 36px; }
.head h2 { font-size: 40px; line-height: 1.15; margin: 8px 0 12px; }
.head p { color: var(--m); }
.cream .head p { color: #666; }
.goldline { width: 38px; height: 2px; background: var(--g); margin-bottom: 12px; }

.services { display: grid; grid-template-columns: repeat(6, 1fr); border-top: 1px solid var(--l); border-bottom: 1px solid var(--l); }
.service { padding: 28px 18px; border-right: 1px solid var(--l); }
.service:last-child { border: 0; }
.ico { width: 30px; height: 30px; color: var(--g); margin-bottom: 14px; }
.ico svg { display: block; width: 100%; height: 100%; }
.service h3 { font-size: 18px; line-height: 1.3; min-height: 2.6em; margin: 0 0 7px; } /* miejsce na dwa wiersze, żeby opisy zaczynały się równo */
.service p { color: var(--m); font-size: 12px; margin: 0; }

.two { display: grid; grid-template-columns: 1.2fr .8fr; gap: 45px; align-items: center; }
.carPhoto { display: block; margin-top: 28px; }
.carPhoto img { display: block; width: 100%; height: auto; border: 1px solid var(--l); border-radius: 4px; }
.featureRow { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px 28px; margin-top: 32px; }
.feature { border-top: 1px solid var(--l); padding-top: 14px; color: var(--m); font-size: 12px; line-height: 1.5; }
.feature:before { content: ""; display: block; width: 22px; height: 2px; background: var(--g); margin: -15px 0 12px; }
.feature strong { display: block; color: #fff; font-size: 14px; margin-bottom: 5px; }
.panel { position: relative; overflow: hidden; border: 1px solid #39434b; padding: 28px; background: #0b1117; }
.panelBg { position: absolute; inset: 0; z-index: 0; }
.panelBg img { width: 100%; height: 100%; object-fit: cover; object-position: center 60%; opacity: .5; }
.panel:before { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, rgba(11,17,23,.55) 0%, rgba(11,17,23,.9) 100%); }
.panel > :not(.panelBg) { position: relative; z-index: 2; }
.panel h3 { font-size: 27px; }
.panel ul { padding-left: 20px; color: #c6c9cb; }
.panel li { margin: 7px 0; }

.trips { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.trip { background: #fff; border: 1px solid #ded8ca; padding: 28px; border-radius: 4px; }
.route { color: #9a7636; text-transform: uppercase; font-size: 10px; letter-spacing: 1.5px; font-weight: bold; }
.trip h3 { font-size: 27px; margin: 8px 0; }
.trip p, .trip li { color: #606060; font-size: 14px; }
.trip ul { padding-left: 19px; }
.trip small { color: #888; }

.area { display: flex; gap: 10px; flex-wrap: wrap; }
.tag { border: 1px solid #3a444c; border-radius: 30px; padding: 8px 14px; color: #ddd; font-size: 12px; }

/* Kontakt i formularz */
.contact { display: grid; grid-template-columns: .8fr 1.2fr; gap: 28px; }
.contactBox { background: #080d12; border: 1px solid #333d44; padding: 32px; }
.contactBox h3 { font-size: 31px; }
.contactBox a { display: block; text-decoration: none; margin: 13px 0; font-size: 17px; }
.form { background: #fff; color: #171717; padding: 28px; border-radius: 4px; }
.row { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
label { font-size: 11px; font-weight: bold; display: block; margin: 11px 0 5px; }
input, select, textarea { width: 100%; padding: 11px; border: 1px solid #ccc; border-radius: 3px; font: inherit; }
textarea { min-height: 100px; }
.submit { margin-top: 17px; width: 100%; padding: 13px; background: var(--g); border: 0; border-radius: 3px; font-weight: bold; cursor: pointer; }
.consent { display: flex; gap: 9px; align-items: flex-start; font-size: 11px; line-height: 1.5; color: #555; margin-top: 14px; font-weight: normal; }
.consent input { width: auto; margin: 3px 0 0; }
.consent a { color: #9a7636; }
.notice { display: none; padding: 12px 14px; border-radius: 3px; margin-bottom: 14px; font-size: 13px; }
.notice.ok { display: block; background: #e6f4ea; color: #1e5e2f; border: 1px solid #b7dfc1; }
.notice.err { display: block; background: #fdecea; color: #8a1f16; border: 1px solid #f2b8b2; }
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

/* Stopka */
footer { background: #05080b; border-top: 1px solid #283038; padding: 35px 0; color: #8e959a; font-size: 11px; }
.foot { display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap; }
.foot strong { color: #fff; letter-spacing: 2px; }
.foot a { color: #c9ced2; text-decoration: none; }
.foot a:hover { color: var(--g2); }

/* Strona polityki prywatności */
.legal { max-width: 860px; padding-top: 40px; }
.legal h1 { font-family: Georgia, serif; font-weight: 500; font-size: 38px; line-height: 1.15; margin: 8px 0 6px; }
.legal h2 { font-size: 21px; margin: 30px 0 8px; }
.legal p, .legal li { color: #c6c9cb; font-size: 14px; }
.legal ul { padding-left: 20px; }
.legal li { margin: 5px 0; }
.legal .meta { color: var(--m); font-size: 12px; margin-bottom: 26px; }

/* Tablet i telefon */
@media (max-width: 1000px) {
  .nav { position: relative; }
  .burger, .mphone { display: inline-block; }
  .links { display: none; position: absolute; left: 0; right: 0; top: 76px; flex-direction: column; align-items: stretch; gap: 0; background: #05090df8; border-bottom: 1px solid var(--l); padding: 6px 28px 18px; }
  .nav.open .links { display: flex; }
  .links a { font-size: 15px; padding: 12px 0; border-bottom: 1px solid var(--l); }
  .links .langs { padding: 12px 0; font-size: 15px; margin: 0; border-bottom: 1px solid var(--l); }
  .links .langs a { display: inline; padding: 0; border: 0; }
  .links .topbtn { margin-top: 16px; text-align: center; border-bottom: 1px solid var(--g); }
  .heroImg { object-position: 62% 60%; }
  .hero:after { background:
    linear-gradient(180deg, rgba(7,12,17,.5) 0%, rgba(7,12,17,.35) 40%, rgba(13,20,27,.85) 85%, #0d141b 100%),
    linear-gradient(90deg, rgba(7,12,17,.85) 0%, rgba(7,12,17,.6) 60%, rgba(7,12,17,.4) 100%); }
  .services { grid-template-columns: repeat(3, 1fr); }
  .service:nth-child(3) { border-right: 0; }
  .two, .contact { grid-template-columns: 1fr; }
  .featureRow { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 650px) {
  .w { padding: 0 18px; }
  .heroContent { padding: 78px 0; }
  .hero h1 { font-size: 38px; }
  .heroBr { display: none; }            /* tytuł płynie w naturalnych wierszach */
  .ey { letter-spacing: 1.8px; }
  .hero p { font-size: 16px; }
  .services, .trips { grid-template-columns: 1fr; }
  /* Usługi: ikona po lewej, tekst po prawej – sekcja jest o połowę krótsza */
  .service { display: grid; grid-template-columns: 30px 1fr; column-gap: 16px; padding: 18px 0; border-right: 0; border-bottom: 1px solid var(--l); }
  .service:last-child { border-bottom: 0; }
  .ico { grid-row: 1 / 3; margin: 2px 0 0; }
  .service h3 { min-height: 0; margin-bottom: 4px; }
  .service p { font-size: 13px; }
  .featureRow { grid-template-columns: 1fr 1fr; }
  .row { grid-template-columns: 1fr; }
  section { padding: 58px 0; }
  .head h2 { font-size: 30px; }
  .btn { display: block; width: 100%; text-align: center; padding: 14px 20px; }
  .foot { flex-direction: column; gap: 16px; }
  .consent { font-size: 12px; gap: 11px; }
  .consent input { transform: scale(1.35); transform-origin: 0 0; margin: 3px 8px 0 1px; accent-color: var(--g); }
}
