/* =================================================================
   RUTA DETALJ STRANICA – rute.css
================================================================= */

/* ---- HERO ---- */
.r-hero {
	position: relative;
	width: 100%;
	height: 480px;
	overflow: hidden;
	display: flex;
	align-items: flex-end;
	padding-bottom: 40px;
}

/* Zajednički stilovi za oba bg elementa */
.r-hero-bg {
	position: absolute;
	inset: 0;
	background-position: center 50%;
  	background-repeat: no-repeat;
  	background-size: cover;
}

/* Desktop/Tablet: slika pozadina */
.r-hero-bg--image {
	background-size: cover;
	background-position: center 40%;
	display: block;
}

/* Mobilna verzija: video kontejner (sakrivena po defaultu) */
.r-hero-bg--video {
	display: none;
}

.r-hero-video {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}

.r-hero-overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(
		to bottom,
		rgba(10, 30, 18, 0.20) 0%,
		rgba(10, 30, 18, 0.55) 50%,
		rgba(10, 30, 18, 0.85) 100%
	);
}

.r-hero-content {
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 24px;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.r-hero-nazad {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background: rgba(255,255,255,0.15);
	backdrop-filter: blur(6px);
	-webkit-backdrop-filter: blur(6px);
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	padding: 8px 16px;
	border-radius: 50px;
	text-decoration: none;
	width: fit-content;
	transition: background 0.2s;
	margin-bottom: 6px;
}

.r-hero-nazad:hover { background: rgba(255,255,255,0.28); }

.r-hero-title {
	font-size: clamp(26px, 5vw, 56px);
	font-weight: 900;
	color: #fff;
	line-height: 1.05;
	margin: 0;
	text-shadow: 0 2px 20px rgba(0,0,0,0.3);
}

.r-hero-tag-wrap {
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
}

.r-hero-tag {
	display: inline-block;
	background: var(--orange);
	color: #fff;
	font-size: 12px;
	font-weight: 800;
	padding: 5px 14px;
	border-radius: 50px;
}

.r-hero-meta {
	list-style: none;
	padding: 0;
	margin: 4px 0 0;
	display: flex;
	flex-wrap: wrap;
	gap: 6px 24px;
}

.r-hero-meta li {
	display: flex;
	align-items: center;
	gap: 7px;
	font-size: 14px;
	font-weight: 600;
	color: rgba(255,255,255,0.88);
}

.r-hero-meta li i {
	font-size: 13px;
	color: rgba(255,255,255,0.7);
}


/* ---- MAIN LAYOUT ---- */
.r-main {
	background: #EDEAE4;
	padding: 56px 24px 80px;
}

.r-main-container {
	max-width: 1100px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 1fr 340px;
	gap: 48px;
	align-items: start;
}

/* ---- CONTENT (lijevo) ---- */
.r-content {
	display: flex;
	flex-direction: column;
	gap: 40px;
}

.r-sekcija {
	display: flex;
	flex-direction: column;
	gap: 14px;
}

.r-sekcija-naslov {
	font-size: 22px;
	font-weight: 900;
	color: #1a1a1a;
	margin: 0;
}

.r-sekcija p {
	font-size: 16px;
	color: #555;
	line-height: 1.8;
	margin: 0;
}

.r-check-lista {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.r-check-lista li {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	font-size: 15px;
	color: #444;
	line-height: 1.5;
}

.r-check-lista li i {
	color: var(--orange);
	font-size: 17px;
	margin-top: 1px;
	flex-shrink: 0;
}

.r-info-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px;
}

.r-info-card {
	background: #fff;
	border-radius: 16px;
	padding: 24px;
}

.r-info-card-naslov {
	font-size: 16px;
	font-weight: 800;
	color: #1a1a1a;
	margin: 0 0 14px;
}

.r-info-lista {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.r-info-lista li {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	font-size: 14px;
	color: #555;
	line-height: 1.4;
}

.r-info-lista li i {
	color: var(--green-nav);
	font-size: 14px;
	margin-top: 1px;
	flex-shrink: 0;
	width: 16px;
}

/* ---- SIDEBAR (desno) ---- */
.r-sidebar {
	position: sticky;
	top: 88px;
	align-self: start;
}

.r-booking-box {
	background: #fff;
	border-radius: 20px;
	padding: 28px;
	box-shadow: 0 4px 32px rgba(0,0,0,0.08);
	display: flex;
	flex-direction: column;
	gap: 14px;
}

.r-booking-label {
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 2px;
	color: #999;
	text-transform: uppercase;
	margin: 0;
}

.r-booking-cijena {
	display: flex;
	align-items: baseline;
	gap: 6px;
}

.r-booking-iznos {
	font-size: 42px;
	font-weight: 900;
	color: #1a1a1a;
	line-height: 1;
}

.r-booking-po {
	font-size: 16px;
	color: #888;
	font-weight: 600;
}

.r-booking-djeca {
	font-size: 14px;
	color: var(--orange);
	font-weight: 600;
	margin: -6px 0 0;
}

.btn-r-rezerviraj {
	display: block;
	width: 100%;
	background: var(--orange);
	color: #fff;
	font-size: 16px;
	font-weight: 800;
	text-align: center;
	padding: 15px;
	border-radius: 50px;
	text-decoration: none;
	transition: background 0.2s, transform 0.15s;
	box-sizing: border-box;
}

.btn-r-rezerviraj:hover {
	background: var(--orange-dark);
	transform: scale(1.02);
}

.btn-r-whatsapp {
	display: block;
	width: 100%;
	background: transparent;
	color: #1a1a1a;
	font-size: 15px;
	font-weight: 700;
	text-align: center;
	padding: 13px;
	border-radius: 50px;
	border: 2px solid #e0dbd4;
	text-decoration: none;
	transition: border-color 0.2s, background 0.2s;
	box-sizing: border-box;
}

.btn-r-whatsapp:hover {
	border-color: #1a1a1a;
	background: #f5f2ec;
}

.r-booking-ukljuceno {
	list-style: none;
	padding: 14px 0 0;
	margin: 0;
	border-top: 1px solid #ebe8e2;
	display: flex;
	flex-direction: column;
	gap: 9px;
}

.r-booking-ukljuceno li {
	display: flex;
	align-items: center;
	gap: 9px;
	font-size: 13px;
	color: #555;
	font-weight: 600;
}

.r-booking-ukljuceno li i {
	color: var(--green-nav);
	font-size: 13px;
}

/* ========== EXTRA SEKCIJA – Bachelorette / Team Building ========== */

.r-extra {
	background: #EDEAE4;
	padding: 0 24px 80px;
}

.r-extra-container {
	max-width: 1100px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 24px;
}

.r-extra-card {
	background: #fff;
	border-radius: 20px;
	padding: 36px 32px;
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.r-extra-naslov {
	font-size: 20px;
	font-weight: 800;
	color: #1a1a1a;
	line-height: 1.3;
	margin: 0;
}

.r-extra-tekst {
	font-size: 15px;
	color: #666;
	line-height: 1.8;
	margin: 0;
}

/* ========== ISTRAŽI OVU RUTU ========== */

.r-istrazi {
	background: #EDEAE4;
	padding: 0 24px 80px;
}

.r-istrazi-container {
	max-width: 1100px;
	margin: 0 auto;
}

.r-istrazi-naslov {
	font-size: 28px;
	font-weight: 900;
	color: #1a1a1a;
	margin: 0 0 8px;
}

.r-istrazi-opis {
	font-size: 15px;
	color: #777;
	margin: 0 0 24px;
}

/* Mapa wrapper */
.r-mapa-wrap {
	position: relative;
	border-radius: 20px;
	overflow: hidden;
	user-select: none;
}

.r-mapa-slika {
	width: 100%;
	height: auto;
	display: block;
}

/* Hint badge */
.r-mapa-hint {
	position: absolute;
	top: 16px;
	left: 16px;
	background: rgba(255,255,255,0.92);
	backdrop-filter: blur(6px);
	-webkit-backdrop-filter: blur(6px);
	padding: 8px 16px;
	border-radius: 50px;
	font-size: 13px;
	font-weight: 700;
	color: #1a1a1a;
	display: flex;
	align-items: center;
	gap: 7px;
	pointer-events: none;
}

.r-mapa-hint i { color: var(--orange); }

/* Tačke */
.r-tacka {
	position: absolute;
	transform: translate(-50%, -100%);
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 3px;
	background: none;
	border: none;
	cursor: pointer;
	padding: 0;
	z-index: 10;
}

.r-tacka i {
	font-size: 28px;
	color: var(--orange);
	filter: drop-shadow(0 2px 6px rgba(0,0,0,0.35));
	transition: transform 0.2s, filter 0.2s;
}

.r-tacka span {
	background: rgba(255,255,255,0.95);
	backdrop-filter: blur(4px);
	-webkit-backdrop-filter: blur(4px);
	color: #1a1a1a;
	font-size: 11px;
	font-weight: 800;
	padding: 3px 10px;
	border-radius: 50px;
	white-space: nowrap;
	box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}

.r-tacka:hover i {
	transform: scale(1.25) translateY(-2px);
	filter: drop-shadow(0 4px 10px rgba(232,101,26,0.5));
}

/* ========== MODAL ========== */

.r-modal-overlay {
	position: fixed;
	inset: 0;
	background: rgba(0,0,0,0.6);
	backdrop-filter: blur(4px);
	-webkit-backdrop-filter: blur(4px);
	z-index: 9000;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.25s;
}

.r-modal-overlay.open {
	opacity: 1;
	pointer-events: all;
}

.r-modal {
	background: #f5f2ec;
	border-radius: 20px;
	width: 100%;
	max-width: 660px;
	max-height: 93vh;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	transform: scale(0.94) translateY(12px);
	transition: transform 0.25s;
	position: relative;
}

.r-modal-overlay.open .r-modal {
	transform: scale(1) translateY(0);
}

.r-modal-zatvori {
	position: absolute;
	top: 12px;
	right: 12px;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: rgba(255,255,255,0.9);
	border: none;
	cursor: pointer;
	font-size: 16px;
	color: #1a1a1a;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 10;
	transition: background 0.2s;
}

.r-modal-zatvori:hover { background: #fff; }

.r-modal-slider-wrap {
	position: relative;
	width: 100%;
	aspect-ratio: unset;
	height: 560px;
	background: #000;
	overflow: hidden;
	flex-shrink: 0;
}

.r-modal-slider {
	display: flex;
	height: 100%;
	transition: transform 0.4s cubic-bezier(.4,0,.2,1);
}

.r-modal-slide {
	min-width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.r-modal-slide-video {
	min-width: 100%;
	height: 100%;
	position: relative;
	flex-shrink: 0;
}

.r-modal-slide-video video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.r-video-play {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.r-video-play-btn {
	width: 60px;
	height: 60px;
	background: var(--orange);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 22px;
	color: #fff;
	box-shadow: 0 4px 20px rgba(0,0,0,0.3);
	transition: transform 0.2s, background 0.2s;
}

.r-video-play:hover .r-video-play-btn {
	transform: scale(1.1);
	background: var(--orange-dark);
}

.r-modal-prev,
.r-modal-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: rgba(255,255,255,0.88);
	border: none;
	cursor: pointer;
	font-size: 14px;
	color: #1a1a1a;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background 0.2s, transform 0.2s;
	z-index: 5;
}

.r-modal-prev { left: 12px; }
.r-modal-next { right: 12px; }

.r-modal-prev:hover,
.r-modal-next:hover {
	background: #fff;
	transform: translateY(-50%) scale(1.08);
}

.r-modal-dots {
	position: absolute;
	bottom: 12px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	gap: 6px;
	z-index: 5;
}

.r-modal-dot {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: rgba(255,255,255,0.5);
	border: none;
	cursor: pointer;
	transition: background 0.2s, transform 0.2s;
	padding: 0;
}

.r-modal-dot.active {
	background: #fff;
	transform: scale(1.3);
}

.r-modal-info {
	padding: 24px 28px 28px;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.r-modal-naslov {
	font-size: 22px;
	font-weight: 900;
	color: #1a1a1a;
	margin: 0;
}

.r-modal-tekst {
	font-size: 15px;
	color: #666;
	line-height: 1.7;
	margin: 0;
}


/* ========== LISTA TAČAKA (vidljiva samo na mobilnom) ========== */

.r-tacka-lista {
	display: none;
	list-style: none;
	padding: 0;
	margin: 0;
}

.r-lista-btn {
	display: flex;
	align-items: center;
	gap: 12px;
	width: 100%;
	background: #fff;
	border: none;
	border-radius: 12px;
	padding: 14px 18px;
	font-family: var(--font);
	font-size: 14px;
	font-weight: 700;
	color: #1a1a1a;
	cursor: pointer;
	text-align: left;
	transition: background 0.15s, transform 0.15s;
}

.r-lista-btn i {
	color: var(--orange);
	font-size: 16px;
	flex-shrink: 0;
}

.r-lista-btn:hover {
	background: #f5f2ec;
	transform: translateX(4px);
}

.r-lista-btn:active {
	transform: scale(0.98);
}

/* ========== CTA SEKCIJA – Spremni za avanturu? ========== */

.r-cta {
	background: #DDE8E2;
	padding: 80px 24px;
}

.r-cta-container {
	max-width: 700px;
	margin: 0 auto;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 20px;
}

.r-cta-naslov {
	font-size: 36px;
	font-weight: 900;
	color: #1a1a1a;
	margin: 0;
	line-height: 1.15;
}

.r-cta-opis {
	font-size: 16px;
	color: #555;
	line-height: 1.7;
	margin: 0;
	max-width: 560px;
}

.btn-r-cta {
	display: inline-block;
	background: var(--orange);
	color: #fff;
	font-family: var(--font);
	font-size: 16px;
	font-weight: 800;
	padding: 18px 48px;
	border-radius: 50px;
	text-decoration: none;
	transition: background 0.2s, transform 0.2s;
	margin-top: 4px;
}

.btn-r-cta:hover {
	background: var(--orange-dark);
	transform: translateY(-2px);
}


/* =================================================================
   KAYAK STRANICA – kayak.html
================================================================= */

/* ---- Pozadina ---- */
.kayak-main {
	background: #EDEAE4;
	padding: 64px 24px 80px;
}

/* ---- Intro ---- */
.kayak-intro {
	max-width: 1100px;
	margin: 0 auto 48px;
	text-align: center;
}

.kayak-intro-naslov {
	font-size: 36px;
	font-weight: 900;
	color: #1a1a1a;
	margin: 0 0 12px;
}

.kayak-intro-opis {
	font-size: 16px;
	color: #666;
	line-height: 1.7;
	max-width: 600px;
	margin: 0 auto;
}

/* ---- Grid kartice ---- */
/* FIX: align-items: stretch → obje kartice iste visine */
.kayak-kartice {
	max-width: 1100px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 28px;
	align-items: stretch;
}

/* ---- Kartica okvir ---- */
/* FIX: height: 100% + flex column → dugme uvijek na dnu */
.kayak-kartica {
	height: 100%;
	background: #fff;
	border-radius: 20px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	box-shadow: 0 2px 16px rgba(0,0,0,0.07);
	border: 1px solid rgba(0,0,0,0.06);
	transition: box-shadow 0.25s, transform 0.25s;
}

.kayak-kartica:hover {
	box-shadow: 0 8px 40px rgba(0,0,0,0.13);
	transform: translateY(-4px);
}

/* ---- Slider slika ---- */
.kayak-kartica-slika-wrap {
	position: relative;
	overflow: hidden;
	border-radius: 14px 14px 0 0;
	aspect-ratio: 4 / 3;
	width: 100%;
}

.kayak-slider {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.kayak-slides {
	display: flex;
	width: 100%;
	height: 100%;
	transition: transform 0.4s ease;
}

.kayak-slide {
	min-width: 100%;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	display: block;
	flex-shrink: 0;
}

.kayak-slide:first-child {
	object-position: center bottom;
}

.kayak-city:first-child {
	object-position: center center;
}

/* Strelice */
.kayak-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	border: none;
	background: rgba(255,255,255,0.92);
	color: #1a1a1a;
	font-size: 22px;
	line-height: 1;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 2px 10px rgba(0,0,0,0.15);
	transition: background 0.2s, transform 0.15s;
}

.kayak-arrow:hover {
	background: #fff;
	transform: translateY(-50%) scale(1.1);
}

.kayak-arrow--prev { left: 10px; }
.kayak-arrow--next { right: 10px; }

/* Tačke */
.kayak-dots {
	position: absolute;
	bottom: 12px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	gap: 6px;
	z-index: 10;
}

.kayak-dot {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: rgba(255,255,255,0.45);
	border: 2px solid rgba(255,255,255,0.9);
	cursor: pointer;
	transition: background 0.2s, transform 0.2s;
}

.kayak-dot.active {
	background: #fff;
	transform: scale(1.3);
}

/* ---- Body ---- */
.kayak-kartica-body {
	padding: 28px 28px 32px;
	display: flex;
	flex-direction: column;
	flex: 1;
	gap: 16px;
}

.kayak-kartica-naslov {
	font-size: 22px;
	font-weight: 900;
	color: #1a1a1a;
	margin: 0;
}

.kayak-kartica-opis {
	font-size: 15px;
	color: #555;
	line-height: 1.75;
	margin: 0;
}

/* ---- Meta info ---- */
.kayak-kartica-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 6px 20px;
	padding: 14px 0;
	border-top: 1px solid #f0ece6;
	border-bottom: 1px solid #f0ece6;
}

.kayak-kartica-meta span {
	display: flex;
	align-items: center;
	gap: 7px;
	font-size: 13px;
	font-weight: 600;
	color: #555;
}

.kayak-kartica-meta span i {
	color: var(--green-nav);
	font-size: 13px;
}

/* ---- Cijena ---- */
.kayak-kartica-cijena {
	display: flex;
	align-items: baseline;
	gap: 6px;
}

.kayak-iznos {
	font-size: 40px;
	font-weight: 900;
	color: #1a1a1a;
	line-height: 1;
}

.kayak-po {
	font-size: 15px;
	font-weight: 600;
	color: #888;
}

/* ---- Uključeno ---- */
.kayak-ukljuceno-wrap {
	background: #f8f6f2;
	border-radius: 12px;
	padding: 14px 16px;
}

.kayak-ukljuceno-naslov {
	font-size: 13px;
	font-weight: 800;
	color: #1a1a1a;
	margin: 0 0 10px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.kayak-ukljuceno {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.kayak-ukljuceno li {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 14px;
	font-weight: 600;
	color: #444;
}

.kayak-ukljuceno li i {
	color: var(--green-nav);
	font-size: 15px;
	flex-shrink: 0;
}

/* ---- Dugme ---- */
/* margin-top: auto gura dugme na dno kartice */
.btn-kayak-rezervisi {
	display: block;
	width: 100%;
	background: var(--orange);
	color: #fff;
	font-family: var(--font);
	font-size: 15px;
	font-weight: 800;
	padding: 16px;
	border-radius: 50px;
	text-decoration: none;
	text-align: center;
	transition: background 0.2s, transform 0.15s;
	margin-top: auto;
	box-sizing: border-box;
}

.btn-kayak-rezervisi:hover {
	background: var(--orange-dark);
	transform: translateY(-2px);
}

/* ========================================
   rute/r2.html
   ======================================== */
/* ========================================
   EXTRA OFFER SEKCIJA – extra-offer.css
   ======================================== */
 
.extra-offer-wrap {
    background: linear-gradient(135deg, #e8ede6 0%, #dde8d8 40%, #e5ead8 70%, #ede8dc 100%);
    padding: 60px 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}
 
.extra-offer-card {
    background: #ffffff;
    border-radius: 24px;
    padding: 52px 56px;
    max-width: 900px;
    width: 100%;
    box-shadow: 0 4px 40px rgba(0, 0, 0, 0.06);
    border: 1.5px solid rgba(230, 160, 80, 0.18);
}
 
/* ---------- Badge ---------- */
.extra-offer-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #fff5eb;
    border: 1.5px solid #f5a84a;
    color: #e07b1a;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 7px 16px;
    border-radius: 999px;
    margin-bottom: 28px;
}
 
.extra-offer-badge-icon {
    font-size: 14px;
}
 
/* ---------- Title row ---------- */
.extra-offer-title-row {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 24px;
}
 
.extra-offer-icon-box {
    width: 56px;
    height: 56px;
    min-width: 56px;
    background: #fff5eb;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #e07b1a;
}
 
.extra-offer-naslov {
    font-size: 32px;
    font-weight: 800;
    color: #1a1a1a;
    line-height: 1.2;
}
 
/* ---------- Description ---------- */
.extra-offer-opis {
    font-size: 15px;
    color: #444;
    line-height: 1.7;
    margin-bottom: 32px;
    max-width: 680px;
}
 
.extra-offer-opis strong {
    color: #1a1a1a;
    font-weight: 700;
}
 
/* ---------- Feature cards ---------- */
.extra-offer-features {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    margin-bottom: 36px;
}
 
.extra-offer-feature {
    background: #f9f9f7;
    border-radius: 14px;
    padding: 18px 20px;
}
 
.extra-offer-feature-top {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 6px;
}
 
.extra-offer-feature-icon {
    font-size: 18px;
    color: #e07b1a;
    line-height: 1;
}
 
.extra-offer-feature-naslov {
    font-size: 14px;
    font-weight: 700;
    color: #1a1a1a;
    line-height: 1.3;
}
 
.extra-offer-feature-tekst {
    font-size: 13px;
    color: #666;
    line-height: 1.5;
    padding-left: 28px;
}
 
/* ---------- Buttons ---------- */
.extra-offer-btns {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
}
 
.btn-extra-offer-rezervisi {
    background: #e07b1a;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 700;
    padding: 15px 32px;
    border-radius: 999px;
    border: none;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    transition: background 0.2s, transform 0.15s;
}
 
.btn-extra-offer-rezervisi:hover {
    background: #c96d10;
    transform: translateY(-1px);
}
 
.btn-extra-offer-whatsapp {
    background: transparent;
    color: #1a1a1a;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 600;
    padding: 14px 32px;
    border-radius: 999px;
    border: 1.5px solid #d0d0c8;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    transition: border-color 0.2s, transform 0.15s;
}
 
.btn-extra-offer-whatsapp:hover {
    border-color: #999;
    transform: translateY(-1px);
}