:root {
  --ink: #132238;
  --muted: #5a6880;
  --line: #dbe4ee;
  --soft: #f5f8fc;
  --white: #ffffff;
  --teal: #0f766e;
  --green: #16a34a;
  --navy: #10233e;
  --blue: #1d4ed8;
  --gold: #d39b11;
  --card: #ffffff;
  --shadow: 0 18px 50px rgba(16, 35, 62, 0.10);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--ink);
  background: #ffffff;
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  display: block;
}

.container {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
}

.topbar {
  background: var(--navy);
  color: #fff;
  font-size: 14px;
}

.topbar-inner {
  min-height: 46px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255,255,255,0.96);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}

.header-inner {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 14px;
  font-weight: 800;
}

.brand-logo {
  width: 54px;
  height: 54px;
  border-radius: 8px;
  border: 1px solid var(--line);
  background: #fff;
  overflow: hidden;
  flex: 0 0 auto;
}

.brand-logo.fallback::after {
  content: "SK";
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  background: var(--teal);
  color: #fff;
  font-weight: 900;
}

.brand-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.brand strong {
  display: block;
  font-size: 17px;
}

.brand small {
  display: block;
  color: var(--muted);
  font-weight: 700;
  max-width: 340px;
}

.main-nav,
.header-actions,
.lang {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.main-nav a {
  font-weight: 800;
  color: #22324a;
  padding: 8px 6px;
}

.lang a,
.btn {
  min-height: 44px;
  padding: 10px 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  transition: 0.25s ease;
}

.lang a.active,
.btn-primary {
  background: var(--teal);
  border-color: var(--teal);
  color: #fff;
}

.btn-whatsapp {
  background: var(--green);
  border-color: var(--green);
  color: #fff;
}

.btn:hover {
  transform: translateY(-1px);
}

.hero-premium {
  background:
    radial-gradient(circle at top left, rgba(15,118,110,0.10), transparent 38%),
    radial-gradient(circle at right bottom, rgba(29,78,216,0.10), transparent 35%),
    linear-gradient(180deg, #f8fbff 0%, #eef4fa 100%);
  padding: 28px 0 60px;
}

.hero-premium-grid {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 28px;
  align-items: stretch;
}

.hero-copy,
.hero-panel-card,
.service-modern-card,
.review-modern-card,
.camp-preview-card,
.form-panel-modern,
.about-band-card,
.panel,
.card {
  border-radius: 8px;
}

.hero-copy {
  padding: 34px 0;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--teal);
  font-size: 15px;
  font-weight: 900;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin: 0 0 14px;
  line-height: 1.1;
}

h1 {
  font-size: 58px;
  letter-spacing: 0;
  max-width: 780px;
}

h2 {
  font-size: 38px;
}

h3 {
  font-size: 28px;
}

p {
  margin: 0 0 16px;
  color: var(--muted);
}

.hero-text {
  max-width: 720px;
  font-size: 20px;
}

.hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 24px 0;
}

.hero-points span {
  background: rgba(15,118,110,0.08);
  color: var(--ink);
  border: 1px solid rgba(15,118,110,0.14);
  padding: 10px 14px;
  border-radius: 8px;
  font-weight: 700;
}

.hero-panel-card {
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  padding: 28px;
  height: 100%;
}

.mini-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 12px;
  margin: 20px 0;
}

.mini-stats div {
  background: var(--soft);
  border: 1px solid var(--line);
  padding: 14px;
  border-radius: 8px;
}

.mini-stats strong {
  display: block;
  font-size: 24px;
  color: var(--teal);
}

.section {
  padding: 76px 0;
}

.section.alt {
  background: var(--soft);
}

.section-highlight {
  padding-top: 0;
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 16px;
  margin-top: -18px;
}

.trust-item {
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  padding: 22px;
  border-radius: 8px;
}

.trust-item strong {
  display: block;
  font-size: 18px;
  margin-bottom: 8px;
}

.modern-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 20px;
  margin-bottom: 28px;
}

.grid {
  display: grid;
  gap: 20px;
}

.grid-2 {
  grid-template-columns: repeat(2, minmax(0,1fr));
}

.grid-3 {
  grid-template-columns: repeat(3, minmax(0,1fr));
}

.service-grid-modern {
  align-items: stretch;
}

.service-modern-card {
  background: linear-gradient(180deg, #ffffff 0%, #f9fbfd 100%);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  padding: 24px;
  min-height: 290px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.badge {
  display: inline-flex;
  width: fit-content;
  background: #e7f7f2;
  border: 1px solid #ccefe5;
  color: var(--teal);
  padding: 6px 11px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 900;
  margin-bottom: 14px;
}

.about-band {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 24px;
  align-items: center;
}

.about-band-card {
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  padding: 26px;
}

.about-band-card ul {
  margin: 0;
  padding-left: 18px;
}

.camp-preview-card,
.review-modern-card,
.form-panel-modern,
.panel,
.card {
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  padding: 24px;
}

.stars {
  color: var(--gold);
  font-size: 22px;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.enquiry-band {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 24px;
  align-items: start;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 14px;
}

.field.full {
  grid-column: 1 / -1;
}

label {
  display: block;
  margin-bottom: 6px;
  font-weight: 800;
}

input,
select,
textarea {
  width: 100%;
  min-height: 46px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  color: var(--ink);
  font: inherit;
  padding: 11px 13px;
}

textarea {
  min-height: 120px;
  resize: vertical;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 20px;
}

.site-footer {
  background: var(--navy);
  color: #fff;
  padding: 46px 0;
}

.site-footer p,
.site-footer a {
  color: #d7e3f0;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr 1fr;
  gap: 24px;
}

.floating-whatsapp {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 60;
  background: var(--green);
  color: #fff;
  padding: 12px 16px;
  border-radius: 8px;
  font-weight: 900;
  box-shadow: var(--shadow);
}

@media (max-width: 980px) {
  .hero-premium-grid,
  .grid-2,
  .grid-3,
  .about-band,
  .enquiry-band,
  .footer-grid,
  .trust-strip {
    grid-template-columns: 1fr;
  }

  h1 {
    font-size: 42px;
  }

  h2 {
    font-size: 32px;
  }

  .modern-head {
    flex-direction: column;
    align-items: start;
  }
}

@media (max-width: 720px) {
  .topbar-inner,
  .header-inner {
    flex-direction: column;
    align-items: flex-start;
    padding: 12px 0;
  }

  .form-grid,
  .mini-stats {
    grid-template-columns: 1fr;
  }

  h1 {
    font-size: 34px;
  }

  .hero-text {
    font-size: 18px;
  }

  .brand small {
    max-width: none;
  }
}
