:root { --brand:#1e3ea2; --brand2:#304dd0; --accent:#ff8fb1; --accent2:#ff6b9a; --bg:#ffffff; --text:#1f2430; --muted:#6c7486; --radius:14px; --shadow:0 10px 30px rgba(0,0,0,0.08); }

/* Animated background blobs */
body::before, body::after { content:""; position: fixed; inset: auto; width: 60vmax; height: 60vmax; border-radius: 50%; filter: blur(60px); opacity:.45; pointer-events:none; z-index:-1; }
body::before { left: -20vmax; top: -10vmax; background: radial-gradient(circle at 30% 30%, var(--brand), transparent 60%); animation: blob1 24s ease-in-out infinite; }
body::after { right: -18vmax; top: 10vmax; background: radial-gradient(circle at 70% 40%, var(--accent), transparent 60%); animation: blob2 28s ease-in-out infinite; }
@keyframes blob1 { 0%,100%{ transform: translate(0,0) scale(1);} 50%{ transform: translate(8vmax,4vmax) scale(1.08);} }
@keyframes blob2 { 0%,100%{ transform: translate(0,0) scale(1);} 50%{ transform: translate(-6vmax,-6vmax) scale(0.95);} }

/* Animated gradient button */
.btn.primary { background: linear-gradient(135deg, var(--brand), var(--brand2), var(--brand)); background-size: 200% 200%; animation: btnGrad 8s ease infinite; }
@keyframes btnGrad { 0%{ background-position: 0% 50%; } 50%{ background-position: 100% 50%; } 100%{ background-position: 0% 50%; } }

/* Accent hover for secondary */
.btn:not(.primary):hover { background: linear-gradient(135deg, var(--accent), var(--accent2)); color:#fff; border-color: transparent; }

* { box-sizing: border-box; }
html, body { height: 100%; }
body { margin: 0; font-family: 'Poppins', system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, 'Helvetica Neue', Arial; color: var(--text); background: var(--bg); line-height: 1.6; }
img { max-width: 100%; display: block; }

/* Polished background */
body {
	background:
		radial-gradient(900px 300px at -10% 0%, rgba(30,62,162,0.06), transparent 60%),
		radial-gradient(900px 300px at 110% 10%, rgba(255,143,177,0.08), transparent 60%),
		linear-gradient(180deg, #ffffff, #f9fbff);
}

/* Glass panels */
.panel {
	background: rgba(255,255,255,0.78);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	border: 1px solid rgba(30,62,162,0.08);
	box-shadow: 0 12px 28px rgba(30,62,162,0.08), 0 1px 3px rgba(0,0,0,0.06);
}

/* Subtle accent shadow for hero and booking cards */
.hero-left.panel,
.hero-booking .booking-card,
.hero-booking .booking-form {
	box-shadow: 0 12px 28px rgba(30,62,162,0.08), 0 1px 3px rgba(0,0,0,0.06), 0 8px 24px rgba(229,198,162,0.18);
	border-color: rgba(229,198,162,0.28);
	transition: box-shadow .25s ease, transform .2s ease, border-color .25s ease;
}
.hero-left.panel:hover,
.hero-booking .booking-card:hover,
.hero-booking .booking-form:hover {
	transform: translateY(-2px);
	box-shadow: 0 16px 32px rgba(30,62,162,0.10), 0 8px 24px rgba(229,198,162,0.25);
}

/* Buttons polish */
.btn { box-shadow: 0 10px 22px rgba(30,62,162,0.18); transition: transform .2s ease, filter .2s ease, box-shadow .2s ease; }
.btn:hover { transform: translateY(-2px); box-shadow: 0 16px 28px rgba(30,62,162,0.22); }

/* Inputs polish */
.booking-form input, .booking-form select, .booking-form textarea {
	transition: border-color .2s ease, box-shadow .2s ease, transform .1s ease;
}
.booking-form input:hover, .booking-form select:hover, .booking-form textarea:hover {
	border-color: rgba(30,62,162,0.25);
}
.booking-form input:focus, .booking-form select:focus, .booking-form textarea:focus {
	border-color: var(--brand);
	box-shadow: 0 0 0 4px rgba(30,62,162,0.16);
	transform: translateY(-1px);
}

.container { width: min(1400px, 96%); margin: 0 auto; }
.section { padding: 72px 0; }

/* Header */
.site-header { position: sticky; top: 0; z-index: 20; backdrop-filter: saturate(180%) blur(10px); -webkit-backdrop-filter: saturate(180%) blur(10px); background: rgba(255,255,255,0.7); border-bottom: 1px solid rgba(30,62,162,0.08); height: 84px; }
.nav { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 0 4%; }
.brand { display: flex; align-items: center; gap: 10px; text-decoration: none; color: inherit; }
.brand img { width: 44px; height: 44px; object-fit: contain; border-radius: 50%; box-shadow: 0 4px 12px rgba(0,0,0,0.08); }
.nav-links { display: flex; align-items: center; gap: 18px; list-style: none; margin: 0; padding: 0; }
.nav-links a { text-decoration: none; color: var(--text); padding: 8px 10px; border-radius: 10px; transition: background .2s ease, color .2s ease; }
.nav-links a:hover { background: var(--surface); color: var(--brand); }
.hamburger { display: none; background: none; border: 0; padding: 10px; cursor: pointer; }
.hamburger span { display: block; width: 24px; height: 2px; background: var(--text); margin: 5px 0; transition: transform .2s ease, opacity .2s ease; }
.hamburger[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.hamburger[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

@media (max-width: 960px) {
	.nav { position: relative; padding: 0 12px !important; }
	.hamburger { display: block; }
	.nav-links { position: fixed; top: 84px; left: 0; width: clamp(260px, 90vw, 320px); z-index: 2000; display: flex; flex-direction: column; gap: 6px; background: #fff; border: 1px solid rgba(0,0,0,0.06); border-radius: 12px; padding: 10px; box-shadow: 0 12px 28px rgba(0,0,0,0.12); max-height: 75vh; overflow-y: auto; transform: translateY(-6px); opacity: 0; pointer-events: none; transition: opacity .2s ease, transform .2s ease; }
	.nav-links.open { opacity: 1; transform: translateY(0); pointer-events: auto; }
	.nav-links a { display: block; padding: 12px 14px; border-radius: 10px; }
}

/* Mobile: static centered nav, no hamburger */
@media (max-width: 960px) {
	.hamburger { display: none !important; }
	.nav { justify-content: center !important; padding: 0 12px !important; }
	.nav-links {
		position: static !important;
		display: flex !important;
		flex-direction: row !important;
		gap: 16px;
		background: transparent !important;
		border: 0 !important;
		border-radius: 0 !important;
		padding: 0 !important;
		box-shadow: none !important;
		max-height: none !important;
		overflow: visible !important;
		transform: none !important;
		opacity: 1 !important;
		pointer-events: auto !important;
		width: auto !important;
	}
	.nav-links.open { opacity: 1 !important; }
	.nav-links a { display: inline-block !important; padding: 8px 10px !important; }
}

/* Buttons */
.btn { display: inline-flex; align-items: center; gap: 10px; padding: 12px 18px; border-radius: 999px; border: 1px solid rgba(0,0,0,0.06); background: #fff; color: var(--text); text-decoration: none; font-weight: 600; box-shadow: var(--shadow); }
.btn.primary { background: var(--brand); color: #fff; border: 0; box-shadow: 0 10px 20px rgba(30,62,162,0.25); }
.btn.primary:hover { filter: brightness(1.05); transform: translateY(-1px); }

/* Hero (two-column) */
.hero { padding-top: 32px; }
.hero .container { display: grid; grid-template-columns: 1fr auto; align-items: start; gap: 20px; }
.hero-left { display: grid; gap: 18px; justify-items: start; padding-left: 50px; max-width: 760px; }
.hero-content { text-align: left; max-width: 760px; padding-top: 4px; }
.hero-content h1 { font-size: 42px; line-height: 1.2; margin: 0 0 10px; letter-spacing: -0.5px; }
.hero-content p { color: var(--muted); margin: 0 0 20px; }

/* Override: hero container uses custom grid2 panels */
.hero .container { display: block; }

/* Generic two-column grid panels */
.grid2{ display:grid; grid-template-columns:1fr 1fr; gap:16px; }
.panel{ padding:16px; border:1px solid #e5e7eb; border-radius:12px; background:#fff; box-shadow:0 1px 3px rgba(0,0,0,.06); }
@media (max-width:768px){ .grid2{ grid-template-columns:1fr; } }

/* Equal-height panels (desktop) */
@media (min-width: 769px) {
	.grid2 { align-items: stretch; }
	.grid2 > .panel { height: 100%; display: flex; flex-direction: column; }
	.hero-booking { height: 100%; }
}

/* Slide-in + letter-by-letter */
.hero .hero-content { opacity: 0; transform: translateX(-28px); transition: transform .7s cubic-bezier(.2,.65,.2,1), opacity .6s ease; }
.hero .hero-content.is-visible { opacity: 1; transform: none; }
.hero .hero-title span, .hero .hero-subtitle span { display: inline-block; opacity: 0; transform: translateY(16px); filter: blur(2px); text-shadow: 0 2px 6px rgba(0,0,0,0.08); }
.hero .hero-title span.show, .hero .hero-subtitle span.show { opacity: 1; transform: translateY(0); filter: blur(0); transition: transform .7s cubic-bezier(.2,.65,.2,1), opacity .7s ease, filter .7s ease; }

/* Visual */
.hero-visual { position: relative; width: 340px; height: 340px; margin: 8px auto 10px; border-radius: 50%; display: grid; place-items: center; background: radial-gradient(closest-side, rgba(255,143,177,0.22), transparent 60%); }
.hero-visual::before { content:""; position:absolute; inset:-8%; border-radius:50%; background: radial-gradient(closest-side, rgba(30,62,162,0.22), transparent 60%); filter: blur(16px); z-index:0; animation: glow 6s ease-in-out infinite alternate; }
@keyframes glow { from { transform: scale(0.98); opacity: .9; } to { transform: scale(1.02); opacity: 1; } }
.hero-logo { position: relative; z-index: 1; display: grid; place-items: center; }
.hero-logo img { width: 300px; height: 300px; object-fit: cover; border-radius: 50%; box-shadow: 0 12px 30px rgba(30,62,162,0.18); }

/* Booking (in hero right) */
.hero-booking { width: 100%; max-width: 720px; justify-self: end; align-self: center; }
.booking-layout { display: grid; grid-template-columns: 1fr; gap: 16px; }
.booking-layout .left-col { display: grid; gap: 16px; }
.booking-card { background: #fff; border: 1px solid rgba(0,0,0,0.06); border-radius: 16px; box-shadow: var(--shadow); padding: 16px; overflow: hidden; }

/* Calendar */
.calendar-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 6px; }
.calendar-header .month-label { margin: 0; font-weight: 600; }
.cal-btn { border: 0; background: var(--surface); color: var(--text); width: 36px; height: 36px; border-radius: 10px; cursor: pointer; transition: transform .15s ease, background .2s ease; }
.cal-btn:hover { transform: translateY(-2px); background: #eef2ff; }
.weekday-row { display: grid; grid-template-columns: repeat(7, 1fr); gap: 6px; margin-bottom: 6px; color: var(--muted); font-size: 12px; text-align: center; }
.calendar-grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 6px; }
.calendar-grid .day { padding: 12px 0; text-align: center; border-radius: 12px; background: #fff; border: 1px solid rgba(0,0,0,0.06); cursor: pointer; transition: background .2s ease, color .2s ease, transform .15s ease, box-shadow .2s ease; }
.calendar-grid .day.muted { color: var(--muted); background: #fafafa; }
.calendar-grid .day:disabled { opacity: .6; cursor: not-allowed; filter: grayscale(0.2); }
.calendar-grid .day:hover { transform: translateY(-2px); box-shadow: 0 8px 16px rgba(0,0,0,0.06); }
.calendar-grid .day.selected { background: var(--brand); color: #fff; transform: translateY(-2px); box-shadow: 0 6px 14px rgba(30,62,162,0.18); }

/* Times */
.times-card h3 { margin: 0 0 8px; font-weight: 600; }
.times-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.time-slot { padding: 12px; border-radius: 12px; background: #fff; border: 1px solid rgba(0,0,0,0.06); text-align: center; cursor: pointer; transition: background .2s ease, transform .15s ease, box-shadow .2s ease; }
.time-slot:hover { background: var(--surface); transform: translateY(-2px); }
.times-grid .time-slot:hover { transform: translateY(-2px); box-shadow: 0 8px 16px rgba(31,157,115,0.25); }
.time-slot.selected { background: #1f9d73; color: #fff; box-shadow: 0 6px 14px rgba(31,157,115,0.25); }
.time-slot.disabled { opacity: .5; cursor: not-allowed; background: #f3f4f6; border-color: #e5e7eb; box-shadow: none !important; transform: none !important; }

/* Form */
.booking-form { background: #fff; border: 1px solid rgba(0,0,0,0.06); padding: 18px; border-radius: 18px; box-shadow: var(--shadow); }
.booking-form .grid.mini { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.booking-form label { display: flex; flex-direction: column; gap: 6px; }
.booking-form label.full { grid-column: 1 / -1; }
.booking-form input, .booking-form select, .booking-form textarea { width: 100%; padding: 12px 12px; border-radius: 12px; border: 1px solid rgba(0,0,0,0.12); outline: none; font: inherit; background: #fff; transition: border-color .2s ease, box-shadow .2s ease; }
.booking-form input:focus, .booking-form select:focus, .booking-form textarea:focus { border-color: var(--brand); box-shadow: 0 0 0 4px rgba(30,62,162,0.16); transform: translateY(-1px); }
.booking-form .actions { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 10px; }
#orderTotal { white-space: nowrap }
.order-summary{display:flex; align-items:center; gap:8px; font-size:14px; color:#334}
.order-summary .muted{color:#667}
.services-select{ width:100%; background:#fff; font-size: 13px }
.svc-row{ display:flex; gap:8px; align-items:center }
.svc-cart{ list-style:none; margin:8px 0 0; padding:0; display:flex; flex-wrap:wrap; gap:6px }
.svc-cart li{ display:flex; align-items:center; gap:6px; padding:6px 10px; border:1px solid rgba(0,0,0,.12); border-radius:999px; background:#f7f9ff; }
.svc-cart li .rm{ background:transparent; border:0; cursor:pointer; color:#d64545; font-weight:700 }
.cart-panel{ margin-top:8px; padding:10px; border:1px dashed rgba(0,0,0,.12); border-radius:12px; background:#fff }
.cart-title{ margin:0 0 6px; font-size:14px; color:#445 }
.services-select option{ padding:8px 10px }
.services-select optgroup{ font-weight:700; color:#445 }
.services-select option[data-price]::after{ content: attr(data-price) ' ₺'; float:right; color:#445 }

@media (max-width: 640px){
	.svc-list{grid-template-columns: 1fr}
}
#formMessage { margin: 0; font-size: 14px; }

/* Responsive */
@media (max-width: 1100px) {
	.hero .container { grid-template-columns: 1fr; }
	.hero-left { padding-left: 0; max-width: none; }
	.hero-booking { justify-self: stretch; align-self: start; }
	.booking-form .grid.mini { grid-template-columns: 1fr; }
}
@media (max-width: 960px) { .hero-content h1 { font-size: 32px; } } 

/* Header center aligned nav (desktop) */
@media (min-width: 961px) {
	.site-header .nav { position: relative; }
	.site-header .nav-links { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); }
}

/* Left panel centered (logo + texts) */
.hero-left { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 18px; padding: 16px; text-align: center; }
.hero-content { text-align: center; } 

/* Responsive image swap utility for menu (SVG) */
.menu-responsive { width: 140px; height: 140px; background: center/contain no-repeat url('../img/menu.svg'); }
@media (max-width: 960px) { .menu-responsive { background-image: url('../img/menu-mobile.svg'); } } 

/* Services */
.services .services-panel { padding: 16px; }
.section-title { margin: 0 0 14px; font-size: 28px; letter-spacing: -0.3px; }
.tabs { display: flex; gap: 8px; background: #fff; border: 1px solid rgba(0,0,0,0.06); padding: 6px; border-radius: 999px; width: fit-content; box-shadow: var(--shadow); }
.tab-btn { border: 0; background: transparent; color: var(--text); padding: 10px 16px; border-radius: 999px; cursor: pointer; font-weight: 600; }
.tab-btn.active { background: linear-gradient(135deg, var(--brand), var(--brand2)); color: #fff; box-shadow: 0 10px 20px rgba(30,62,162,0.22); }
.tab-content { display: none; margin-top: 14px; }
.tab-content.active { display: block; }

/* Carousel */
.carousel { position: relative; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 8px; }
.car-arrow { border: 0; width: 36px; height: 36px; border-radius: 999px; background: #fff; box-shadow: var(--shadow); cursor: pointer; color: var(--text); }
.car-arrow[disabled] { opacity: .4; cursor: not-allowed; }
.car-track { display: grid; grid-auto-flow: column; grid-auto-columns: calc((100% - 3*12px) / 4); gap: 12px; overflow: hidden; scroll-snap-type: x mandatory; scroll-behavior: smooth; }
.card { scroll-snap-align: start; border: 1px solid rgba(0,0,0,0.06); border-radius: 16px; background: #fff; box-shadow: var(--shadow); transition: transform .2s ease, box-shadow .2s ease, filter .2s ease; cursor: pointer; }
.card:hover { transform: translateY(-4px); box-shadow: 0 16px 28px rgba(0,0,0,0.12); }
.card .card-body { padding: 16px; text-align: center; }
.card .price { display: inline-block; margin-top: 8px; padding: 6px 10px; border-radius: 999px; background: linear-gradient(135deg, #E5C6A2, #f2d8bd); color: #5c3e2b; font-weight: 700; }
.card.active { transform: scale(1.02); filter: saturate(1.1); }
.dots { display: flex; justify-content: center; gap: 6px; margin-top: 10px; grid-column: 1 / -1; }
.dots button { width: 8px; height: 8px; border-radius: 50%; border: 0; background: #d9dbe3; cursor: pointer; }
.dots button[aria-current="true"] { background: var(--brand); }

@media (max-width: 1100px) {
	.car-track { grid-auto-columns: calc((100% - 2*12px) / 3); }
}
@media (max-width: 800px) {
	.car-track { grid-auto-columns: calc((100% - 1*12px) / 2); }
}
@media (max-width: 560px) {
	.car-track { grid-auto-columns: 100%; }
}

/* Success Overlay */
.success-overlay { position: fixed; inset: 0; background: rgba(16,20,49,0.35); display: grid; place-items: center; z-index: 9999; animation: fadeIn .2s ease; }
.success-overlay .box { background: #fff; border-radius: 18px; padding: 24px 28px; box-shadow: 0 12px 28px rgba(16,20,49,0.18); display: grid; gap: 10px; justify-items: center; min-width: 260px; }
.success-overlay .check { width: 84px; height: 84px; border-radius: 50%; background: #1f9d73; color: #fff; display: grid; place-items: center; font-size: 44px; box-shadow: 0 10px 20px rgba(31,157,115,0.35); }
.success-overlay .title { margin: 2px 0 0; font-weight: 700; color: #1f9d73; font-size: 20px; }
@keyframes fadeIn { from { opacity: 0 } to { opacity: 1 } }