.teaser-grid {
  margin-top: 1.2rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.teaser-card {
  border-radius: 18px;
  border: 1px solid rgba(102, 158, 245, 0.34);
  background: linear-gradient(145deg, rgba(18, 30, 52, 0.95), rgba(24, 40, 66, 0.93));
  padding: 1rem;
  box-shadow: var(--shadow-soft);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.teaser-card h3 {
  margin: 0 0 0.55rem;
  font-size: 1.05rem;
}

.teaser-card p {
  margin: 0;
  color: var(--muted);
}

.stat-grid {
  margin-top: 1.2rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.stat-card {
  border-radius: 18px;
  border: 1px solid rgba(111, 169, 255, 0.34);
  background: linear-gradient(145deg, rgba(20, 34, 58, 0.95), rgba(29, 47, 78, 0.93));
  padding: 1rem;
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.teaser-card:hover,
.stat-card:hover {
  transform: translateY(-3px);
  border-color: rgba(146, 202, 255, 0.62);
  box-shadow: 0 12px 22px rgba(0, 0, 0, 0.27);
}

.stat-card h3 {
  margin: 0 0 0.5rem;
}

.stat-card p {
  margin: 0;
  color: var(--muted);
}

.case-grid {
  margin-top: 1.2rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.case-card {
  border-radius: 18px;
  border: 1px solid rgba(109, 166, 251, 0.34);
  background: linear-gradient(145deg, rgba(18, 31, 54, 0.96), rgba(23, 41, 69, 0.94));
  padding: 1rem;
  box-shadow: var(--shadow-soft);
}

.case-card h3 {
  margin: 0 0 0.55rem;
}

.case-card p {
  margin: 0.35rem 0 0;
  color: var(--muted);
}

.home-legal {
  border-radius: var(--radius-xl);
  border: 1px solid rgba(112, 171, 255, 0.38);
  background: linear-gradient(130deg, rgba(23, 37, 62, 0.95), rgba(24, 43, 74, 0.94));
  padding: 1.5rem;
  box-shadow: var(--shadow-soft);
}

.home-legal h2 {
  margin: 0.4rem 0 0.7rem;
}

.home-legal p {
  margin: 0;
  color: var(--muted);
  max-width: 76ch;
}
.planner-layout {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 1.1rem;
}

.planner-hero-gallery {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}

.planner-hero-gallery img {
  width: 100%;
  height: 155px;
  object-fit: cover;
  border-radius: 12px;
  border: 1px solid rgba(112, 173, 255, 0.34);
  background: rgba(13, 23, 40, 0.92);
}

.planner-card,
.legal-page {
  border-radius: var(--radius-xl);
  border: 1px solid var(--line);
  background: linear-gradient(145deg, rgba(17, 28, 46, 0.94), rgba(23, 37, 61, 0.95));
  padding: 1.2rem;
  box-shadow: var(--shadow-soft);
}

.planner-card h2,
.legal-page h2 {
  margin-top: 0;
}

.planner-card-image {
  width: 100%;
  height: 150px;
  object-fit: cover;
  border-radius: 12px;
  border: 1px solid rgba(112, 173, 255, 0.32);
  margin-bottom: 0.8rem;
  background: rgba(13, 23, 40, 0.92);
}

.planner-form {
  display: grid;
  gap: 0.75rem;
}

.planner-form label {
  display: grid;
  gap: 0.35rem;
  font-weight: 700;
  color: #dfefff;
}

.planner-form input,
.planner-form select,
.planner-form textarea,
.admin-reschedule input {
  width: 100%;
  border: 1px solid rgba(97, 152, 237, 0.4);
  border-radius: 10px;
  background: rgba(13, 22, 38, 0.9);
  color: #f2f7ff;
  padding: 0.62rem 0.7rem;
  font: inherit;
}

.planner-form textarea {
  resize: vertical;
}

.planner-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.65rem;
}

.consent {
  grid-template-columns: auto 1fr;
  align-items: start;
  font-size: 0.92rem;
  font-weight: 600;
}

.consent input {
  width: auto;
  margin-top: 0.15rem;
}

.consent a {
  color: #a3d8ff;
}

.form-feedback {
  margin: 0;
  font-weight: 700;
  color: #c9dcff;
}

.form-feedback.success {
  color: #9de5bb;
}

.api-status {
  margin: 0.2rem 0 0;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  border-radius: 999px;
  border: 1px solid rgba(126, 183, 255, 0.35);
  background: rgba(22, 36, 60, 0.86);
  color: #d9eaff;
  font-size: 0.86rem;
  font-weight: 700;
  padding: 0.28rem 0.72rem;
}

.api-status.ok {
  border-color: rgba(93, 201, 140, 0.6);
  color: #c7f2d8;
}

.api-status.warn {
  border-color: rgba(255, 202, 100, 0.6);
  color: #ffe4af;
}

.api-status.error {
  border-color: rgba(255, 117, 117, 0.6);
  color: #ffc0c0;
}

.admin-health-grid {
  margin-top: 0.75rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.admin-health-grid .api-status {
  margin: 0;
}

.admin-health-actions {
  margin-top: 0.7rem;
}

#admin-login {
  max-width: 560px;
}

.planner-steps {
  margin: 0.8rem 0 0;
  padding-left: 1.1rem;
  display: grid;
  gap: 0.4rem;
  color: var(--muted);
}

.small-note {
  margin: 0.7rem 0 0;
  color: #c0d6f6;
  font-size: 0.9rem;
}

.small-link {
  display: inline-flex;
  margin-top: 0.55rem;
  font-weight: 700;
  color: #9fd5ff;
  text-decoration: none;
}

.small-link:hover {
  text-decoration: underline;
}

.planner-trust {
  margin-top: 0.7rem;
  display: grid;
  gap: 0.35rem;
}

.planner-trust p {
  margin: 0;
  padding: 0.3rem 0.55rem;
  border-radius: 10px;
  border: 1px solid rgba(106, 166, 248, 0.35);
  background: rgba(16, 28, 49, 0.82);
  color: #d7e9ff;
  font-size: 0.88rem;
}

.admin-list {
  margin-top: 1rem;
  display: grid;
  gap: 0.8rem;
}

.admin-archived-wrap {
  margin-top: 1.2rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(97, 154, 243, 0.28);
}

.admin-archived-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
  flex-wrap: wrap;
}

.admin-archived-head h3 {
  margin: 0;
}

.archived-item {
  border-color: rgba(124, 169, 231, 0.4);
  background: rgba(16, 27, 46, 0.88);
}

.admin-item {
  border-radius: 16px;
  border: 1px solid rgba(99, 158, 245, 0.38);
  background: rgba(14, 24, 41, 0.9);
  padding: 0.9rem;
}

.admin-item p {
  margin: 0.35rem 0 0;
}

.admin-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
}

.admin-head h3 {
  margin: 0;
}

.status-pill {
  border-radius: 999px;
  padding: 0.2rem 0.6rem;
  font-size: 0.78rem;
  font-weight: 800;
}

.status-angefragt {
  background: rgba(122, 182, 255, 0.22);
  color: #d9ecff;
}

.status-bestaetigt {
  background: rgba(93, 201, 140, 0.22);
  color: #bbf2d1;
}

.status-verschoben {
  background: rgba(255, 202, 100, 0.2);
  color: #ffe4af;
}

.status-abgelehnt {
  background: rgba(255, 117, 117, 0.2);
  color: #ffc0c0;
}

.admin-actions {
  margin-top: 0.8rem;
  display: flex;
  gap: 0.6rem;
  flex-wrap: wrap;
}

.admin-reschedule {
  margin-top: 0.8rem;
  display: grid;
  gap: 0.5rem;
}

.admin-reschedule label {
  display: grid;
  gap: 0.3rem;
  font-weight: 700;
}

.legal-page p,
.legal-page li {
  color: var(--muted);
}

.legal-page ul {
  margin-top: 0.65rem;
  display: grid;
  gap: 0.35rem;
}

.footer-legal-links {
  display: flex;
  gap: 0.8rem;
  flex-wrap: wrap;
}

.footer-legal-links a {
  text-decoration: none;
  color: #a9d8ff;
}
:root {
  --bg: #05070d;
  --surface: #111a2b;
  --surface-soft: #1a2740;
  --text: #ffffff;
  --muted: #d1def5;
  --primary: #58beff;
  --primary-strong: #2d82f5;
  --accent: #9be8ff;
  --ink: #ffffff;
  --line: #35527d;
  --shadow: 0 10px 26px rgba(0, 0, 0, 0.34);
  --shadow-soft: 0 6px 16px rgba(0, 0, 0, 0.22);
  --radius-xl: 28px;
  --radius-lg: 18px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  font-family: "Manrope", sans-serif;
  font-size: 17px;
  line-height: 1.72;
  font-weight: 500;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  background:
    radial-gradient(circle at 9% 10%, rgba(57, 124, 255, 0.14) 0%, transparent 44%),
    radial-gradient(circle at 88% 16%, rgba(74, 212, 255, 0.1) 0%, transparent 40%),
    radial-gradient(circle at 50% 100%, rgba(29, 63, 124, 0.24) 0%, transparent 50%),
    var(--bg);
}

h1,
h2,
h3,
h4,
.brand {
  font-family: "Sora", sans-serif;
  letter-spacing: -0.01em;
  line-height: 1.12;
  font-weight: 800;
}

p,
li {
  font-weight: 500;
}

a {
  color: inherit;
}

.container {
  width: min(1120px, 92%);
  margin-inline: auto;
}

.texture {
  display: none;
}

.ambient {
  position: fixed;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(80px);
  opacity: 0.2;
  z-index: -1;
  animation: float 10s ease-in-out infinite;
}

.ambient-one {
  top: 20%;
  left: -100px;
  background: #2d8cff;
}

.ambient-two {
  top: 58%;
  right: -75px;
  background: #42d1ff;
  animation-delay: 1.4s;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(8px);
  background: rgba(7, 11, 19, 0.93);
  border-bottom: 1px solid rgba(106, 164, 255, 0.35);
}

.nav-wrap {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.brand {
  text-decoration: none;
  font-size: clamp(1rem, 1.8vw, 1.25rem);
  color: var(--ink);
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
}

.brand-logo {
  width: 42px;
  height: 42px;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid rgba(92, 169, 255, 0.55);
  background: #071427;
}

.brand strong {
  font-weight: 700;
}

.brand span {
  color: var(--primary);
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}

.site-nav a {
  text-decoration: none;
  font-weight: 800;
  font-size: 0.96rem;
  color: var(--ink);
  opacity: 0.98;
}

.site-nav a.active {
  color: #8fd0ff;
}

.nav-cta {
  border-radius: 999px;
  border: 1px solid rgba(103, 163, 255, 0.55);
  padding: 0.55rem 1rem;
}

.nav-toggle {
  display: none;
  border: 1px solid var(--line);
  background: var(--surface);
  border-radius: 12px;
  padding: 0.44rem 0.62rem;
  font-size: 1rem;
}

.hero {
  padding: 6.4rem 0 3.4rem;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  align-items: center;
  gap: 1.4rem;
}

.hero-home {
  min-height: 66vh;
}

.premium-hero {
  position: relative;
  border: 1px solid rgba(115, 173, 255, 0.22);
  border-radius: 28px;
  padding: 2.2rem;
  background: linear-gradient(140deg, rgba(10, 18, 33, 0.88), rgba(16, 32, 57, 0.86));
  box-shadow: 0 24px 40px rgba(0, 0, 0, 0.3);
  overflow: hidden;
}

.premium-hero::before {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  top: -220px;
  right: -140px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(83, 172, 255, 0.28), transparent 70%);
  pointer-events: none;
}

.premium-hero-text,
.premium-panel {
  position: relative;
  z-index: 1;
}

.premium-panel {
  display: grid;
  align-content: start;
  gap: 0.8rem;
}

.hero-metrics {
  margin-top: 1.2rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.7rem;
}

.hero-metrics article {
  border: 1px solid rgba(118, 178, 255, 0.32);
  border-radius: 12px;
  background: rgba(16, 29, 50, 0.9);
  padding: 0.65rem;
}

.hero-metrics strong {
  display: block;
  font-family: "Sora", sans-serif;
  font-size: 0.86rem;
  letter-spacing: 0.01em;
}

.hero-metrics p {
  margin-top: 0.2rem;
  font-size: 0.86rem;
}

.hero-text h1 {
  margin: 0.45rem 0 1rem;
  font-size: clamp(2.05rem, 5.5vw, 4.25rem);
  max-width: 14ch;
}

.logo-frame {
  width: min(270px, 100%);
  padding: 0.55rem;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(43, 124, 255, 0.3), rgba(85, 214, 255, 0.26));
  border: 1px solid rgba(113, 178, 255, 0.42);
  box-shadow: 0 8px 20px rgba(3, 10, 24, 0.35);
  margin-bottom: 1rem;
}

.company-logo {
  width: 100%;
  height: auto;
  max-height: 110px;
  object-fit: contain;
  display: block;
  border-radius: 12px;
  background: #061223;
}

.hero-text p {
  margin: 0;
  max-width: 62ch;
  color: var(--muted);
}

.eyebrow {
  margin: 0;
  color: var(--primary-strong);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-weight: 800;
  font-size: 0.74rem;
}

.hero-actions,
.split-actions,
.contact-actions {
  margin-top: 1.7rem;
  display: flex;
  gap: 0.8rem;
  flex-wrap: wrap;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border-radius: 12px;
  padding: 0.85rem 1.2rem;
  font-weight: 800;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn-primary {
  color: #fff;
  background: linear-gradient(140deg, #54beff, #2e88f3 52%, #245fd7 100%);
  box-shadow: 0 8px 20px rgba(18, 57, 118, 0.28);
}

.btn-secondary {
  color: var(--ink);
  border: 1px solid var(--line);
  background: rgba(26, 37, 62, 0.9);
}

.floating-cta {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 40;
  text-decoration: none;
  border-radius: 999px;
  border: 1px solid rgba(135, 196, 255, 0.7);
  background: linear-gradient(140deg, #58c2ff, #2f84f2);
  color: #ffffff;
  font-family: "Sora", sans-serif;
  font-weight: 800;
  padding: 0.72rem 1.05rem;
  box-shadow: 0 10px 22px rgba(24, 93, 178, 0.45);
}

.floating-cta:hover {
  transform: translateY(-2px);
}

.hero-panel {
  border-radius: var(--radius-xl);
  padding: 1.45rem;
  background: linear-gradient(145deg, rgba(21, 31, 49, 0.95), rgba(28, 43, 68, 0.94));
  border: 1px solid var(--line);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.26);
}

.hero-panel h2 {
  margin-top: 0;
  margin-bottom: 0.9rem;
  font-size: 1.25rem;
}

.hero-panel ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.6rem;
}

.hero-panel li {
  border-radius: 12px;
  padding: 0.68rem 0.78rem;
  background: linear-gradient(135deg, #203355, #2a4470);
  border: 1px solid rgba(104, 171, 255, 0.35);
  font-weight: 700;
}

.hero-mini-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.5rem;
}

.hero-mini-gallery img {
  width: 100%;
  height: 78px;
  object-fit: cover;
  border-radius: 10px;
  border: 1px solid rgba(111, 173, 255, 0.35);
  background: #0c1b34;
}

.section {
  padding: 4.4rem 0;
}

.section-head {
  max-width: 760px;
}

.section-head h2 {
  margin: 0.35rem 0 0;
  font-size: clamp(1.8rem, 3.3vw, 2.8rem);
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0.65rem;
  padding-top: 0;
}

.trust-strip p {
  margin: 0;
  border: 1px solid rgba(113, 173, 255, 0.24);
  border-radius: 999px;
  background: rgba(15, 25, 44, 0.7);
  text-align: center;
  padding: 0.45rem 0.7rem;
  color: #d6e8ff;
  font-weight: 700;
  font-size: 0.85rem;
}

.showcase-grid {
  margin-top: 1.2rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.showcase-card {
  border-radius: 22px;
  border: 1px solid rgba(106, 166, 252, 0.35);
  background: linear-gradient(147deg, rgba(17, 30, 52, 0.95), rgba(27, 47, 77, 0.92));
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.26);
  padding: 1.05rem;
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.showcase-card:hover {
  transform: translateY(-4px);
  border-color: rgba(139, 198, 255, 0.65);
  box-shadow: 0 16px 28px rgba(0, 0, 0, 0.3);
}

.showcase-card h3 {
  margin: 0;
}

.showcase-image {
  width: 100%;
  height: 165px;
  object-fit: cover;
  border-radius: 14px;
  border: 1px solid rgba(112, 174, 255, 0.32);
  margin-bottom: 0.8rem;
}

.showcase-card p {
  margin: 0.45rem 0 0;
  color: var(--muted);
}

.showcase-card span {
  display: inline-flex;
  margin-top: 0.7rem;
  border-radius: 999px;
  border: 1px solid rgba(129, 188, 255, 0.42);
  padding: 0.2rem 0.55rem;
  font-size: 0.76rem;
  font-weight: 800;
  color: #cce8ff;
}

.flow-image,
.teaser-image {
  width: 100%;
  height: 140px;
  object-fit: cover;
  border-radius: 12px;
  border: 1px solid rgba(112, 174, 255, 0.32);
  margin-bottom: 0.8rem;
  background: rgba(13, 23, 40, 0.92);
}

.image-mosaic {
  margin-top: 1.2rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.image-tile {
  border-radius: 20px;
  border: 1px solid rgba(108, 166, 255, 0.35);
  background: linear-gradient(145deg, rgba(17, 29, 51, 0.95), rgba(24, 40, 67, 0.92));
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.25);
  padding: 0.85rem;
}

.image-tile img {
  width: 100%;
  height: 210px;
  object-fit: cover;
  border-radius: 14px;
  border: 1px solid rgba(113, 173, 255, 0.34);
  background: rgba(12, 22, 38, 0.94);
}

.image-tile h3 {
  margin: 0.75rem 0 0.2rem;
}

.page-hero {
  padding: 5.1rem 0 2.8rem;
  position: relative;
}

.page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 24px;
  border: 1px solid rgba(122, 176, 255, 0.28);
  background: linear-gradient(130deg, rgba(22, 38, 66, 0.5), rgba(16, 30, 51, 0.2));
  pointer-events: none;
}

.page-hero > * {
  position: relative;
  z-index: 1;
}

.page-hero h1 {
  margin: 0.45rem 0 0.8rem;
  font-size: clamp(1.95rem, 4.8vw, 3.35rem);
}

.page-hero p {
  margin: 0;
  max-width: 70ch;
  color: var(--muted);
}

.filter-panel {
  border-radius: var(--radius-xl);
  border: 1px solid var(--line);
  background: linear-gradient(145deg, rgba(13, 24, 43, 0.92), rgba(13, 29, 52, 0.95));
  padding: 1.1rem;
  display: grid;
  gap: 0.85rem;
  box-shadow: var(--shadow-soft);
}

.filter-row {
  display: grid;
  gap: 0.45rem;
}

.filter-title {
  margin: 0;
  font-size: 0.84rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #c4dbff;
  font-weight: 800;
}

.filter-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.filter-chip {
  border: 1px solid rgba(102, 159, 255, 0.42);
  border-radius: 999px;
  padding: 0.35rem 0.75rem;
  background: rgba(19, 31, 55, 0.95);
  color: #e4eeff;
  font-weight: 700;
  cursor: pointer;
  transition: all 180ms ease;
}

.filter-chip:hover {
  border-color: rgba(142, 197, 255, 0.65);
  transform: translateY(-1px);
}

.filter-chip.active {
  color: #ffffff;
  border-color: rgba(137, 191, 255, 0.82);
  background: linear-gradient(140deg, #55bfff, #2f84f2);
}

.is-hidden {
  display: none !important;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.15rem;
}

.gaming-grid {
  margin-top: 1rem;
}

.service-card,
.catalog-card,
.price-item,
.package-card {
  position: relative;
  overflow: hidden;
}

.service-card::before,
.catalog-card::before,
.price-item::before,
.package-card::before {
  content: "";
  position: absolute;
  left: 14px;
  right: 14px;
  top: 10px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(87, 163, 255, 0.88), rgba(125, 220, 255, 0.75));
  opacity: 0.92;
}

.service-card > *,
.catalog-card > *,
.price-item > *,
.package-card > * {
  position: relative;
  z-index: 1;
}

.service-card {
  border-radius: 26px 26px 16px 26px;
  border: 1px solid rgba(92, 135, 196, 0.45);
  background: linear-gradient(156deg, #1a2942, #253a5d);
  padding: 1.2rem;
  padding-top: 2rem;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.24);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.service-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 26px rgba(0, 0, 0, 0.3);
  border-color: rgba(130, 181, 255, 0.62);
}

.service-image {
  width: 100%;
  height: 190px;
  object-fit: cover;
  border-radius: 12px;
  border: 1px solid var(--line);
  margin-bottom: 0.9rem;
  background: #f7fbff;
  filter: saturate(1.05) contrast(1.03);
}

.service-card h3 {
  margin: 0 0 0.5rem;
  color: #ffffff;
}

.service-card p {
  margin: 0;
  color: var(--muted);
}

.service-tag {
  display: inline-block;
  margin-top: 0.9rem;
  padding: 0.2rem 0.55rem;
  border-radius: 999px;
  font-size: 0.74rem;
  font-weight: 800;
  color: var(--primary-strong);
  background: #2a4770;
}

.service-list {
  margin: 0.85rem 0 0;
  padding-left: 1.1rem;
  color: #e8f0ff;
  display: grid;
  gap: 0.34rem;
}

.pill-list {
  margin-top: 1.15rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.pill-list span {
  border-radius: 999px;
  border: 1px solid rgba(112, 166, 255, 0.38);
  background: rgba(22, 36, 62, 0.92);
  color: #d7e8ff;
  padding: 0.36rem 0.78rem;
  font-size: 0.8rem;
  font-weight: 700;
}

.catalog-grid {
  margin-top: 1.2rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.15rem;
}

.catalog-card {
  border-radius: 26px 26px 16px 26px;
  border: 1px solid rgba(95, 150, 230, 0.42);
  background: linear-gradient(145deg, rgba(20, 30, 48, 0.95), rgba(24, 38, 62, 0.93));
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.24);
  padding: 1rem;
  padding-top: 1.8rem;
  padding-right: 1rem;
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.catalog-image {
  width: 100%;
  height: 118px;
  object-fit: cover;
  border-radius: 12px;
  border: 1px solid rgba(112, 173, 255, 0.34);
  margin-bottom: 0.7rem;
  background: rgba(13, 23, 40, 0.92);
}

.catalog-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 13px 24px rgba(0, 0, 0, 0.28);
  border-color: rgba(130, 185, 255, 0.58);
}

.catalog-card h3 {
  margin: 0;
  font-size: 1.1rem;
}

.catalog-card p {
  margin: 0.5rem 0 0;
  color: #d6e3f8;
}

.catalog-card ul {
  margin: 0.85rem 0 0;
  padding-left: 1.1rem;
  color: #e2eeff;
  display: grid;
  gap: 0.35rem;
}

.legal-note {
  border-radius: var(--radius-xl);
  border: 1px solid rgba(94, 153, 245, 0.35);
  background: linear-gradient(135deg, #1a2944 0%, #20375a 100%);
  padding: 1.5rem;
}

.legal-note h2 {
  margin: 0;
  font-size: clamp(1.2rem, 2.4vw, 1.8rem);
}

.legal-note p {
  margin: 0.8rem 0 0;
  color: var(--muted);
  max-width: 85ch;
}

.package-grid {
  margin-top: 1.3rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.15rem;
}

.package-card {
  border-radius: 26px 26px 16px 26px;
  border: 1px solid var(--line);
  background: linear-gradient(145deg, #1a2942 0%, #23395c 100%);
  padding: 1.2rem;
  padding-top: 1.95rem;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.22);
  padding-right: 5rem;
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.package-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 22px rgba(0, 0, 0, 0.28);
  border-color: rgba(128, 179, 255, 0.55);
}

.package-highlight {
  border-color: rgba(116, 176, 255, 0.44);
  background: linear-gradient(145deg, #23406c 0%, #2d5589 100%);
  transform: translateY(-4px);
}

.package-badge {
  display: inline-block;
  margin: 0;
  padding: 0.2rem 0.55rem;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 800;
  color: #ffffff;
  background: var(--primary);
}

.package-card h3 {
  margin: 0.75rem 0 0.45rem;
}

.package-price {
  margin: 0;
  font-family: "Sora", sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--primary-strong);
}

.package-card ul {
  margin: 0.9rem 0 0;
  padding-left: 1.1rem;
  color: var(--muted);
  display: grid;
  gap: 0.5rem;
}

.faq-list {
  margin-top: 1.3rem;
  display: grid;
  gap: 0.75rem;
}

.faq-item {
  border-radius: 14px;
  border: 1px solid var(--line);
  background: rgba(20, 30, 50, 0.9);
  padding: 0.75rem 1rem;
  transition: border-color 180ms ease, background 180ms ease;
}

.faq-item[open] {
  border-color: rgba(135, 191, 255, 0.65);
  background: rgba(25, 39, 65, 0.92);
}

.faq-item summary {
  cursor: pointer;
  font-weight: 800;
  color: var(--ink);
}

.faq-item p {
  margin: 0.7rem 0 0.2rem;
  color: var(--muted);
}

.about-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.15rem;
}

.about-card {
  border-radius: 26px 26px 16px 26px;
  border: 1px solid rgba(95, 150, 230, 0.42);
  background: linear-gradient(145deg, rgba(20, 30, 48, 0.95), rgba(24, 38, 62, 0.93));
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.24);
  padding: 1.1rem;
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.about-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 13px 24px rgba(0, 0, 0, 0.28);
  border-color: rgba(130, 185, 255, 0.58);
}

.about-image {
  width: 100%;
  height: 210px;
  object-fit: cover;
  border-radius: 12px;
  border: 1px solid rgba(112, 173, 255, 0.34);
  margin-bottom: 0.85rem;
  background: rgba(13, 23, 40, 0.92);
}

.about-card h2 {
  margin-top: 0;
  margin-bottom: 0.7rem;
  font-size: clamp(1.15rem, 2.1vw, 1.55rem);
}

.about-card p {
  margin: 0;
  color: var(--muted);
}

.about-card ul {
  margin: 0.9rem 0 0;
  padding-left: 1.1rem;
  color: #e2eeff;
  display: grid;
  gap: 0.42rem;
}

.timeline {
  margin-top: 1.2rem;
  display: grid;
  gap: 0.85rem;
}

.timeline-item {
  border-radius: 20px;
  border: 1px solid rgba(96, 154, 240, 0.38);
  background: linear-gradient(142deg, rgba(18, 31, 52, 0.95), rgba(23, 39, 66, 0.92));
  padding: 1rem 1.1rem;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.22);
}

.timeline-image {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 12px;
  border: 1px solid rgba(112, 173, 255, 0.32);
  margin-bottom: 0.75rem;
  background: rgba(13, 23, 40, 0.92);
}

.timeline-item h3 {
  margin: 0.25rem 0 0.45rem;
}

.timeline-item p {
  margin: 0;
  color: var(--muted);
}

.timeline-date {
  display: inline-block;
  margin: 0;
  padding: 0.22rem 0.6rem;
  border-radius: 999px;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  color: #ffffff;
  background: linear-gradient(140deg, #55bfff, #2f84f2);
}

.timeline-highlight {
  border-color: rgba(141, 200, 255, 0.72);
  background: linear-gradient(145deg, #23406c 0%, #2d5589 100%);
}

.future-box {
  border-radius: var(--radius-xl);
  border: 1px solid rgba(118, 176, 255, 0.42);
  background: linear-gradient(130deg, #192f52 0%, #21406a 58%, #2a578d 100%);
  padding: 1.6rem;
  box-shadow: var(--shadow-soft);
}

.future-box h2 {
  margin: 0.45rem 0 0.7rem;
  font-size: clamp(1.4rem, 2.8vw, 2.1rem);
}

.future-box p {
  margin: 0;
  max-width: 72ch;
  color: #deebff;
}

.contact-panel {
  border-radius: var(--radius-xl);
  border: 1px solid var(--line);
  background: linear-gradient(120deg, rgba(20, 31, 49, 0.95), rgba(28, 45, 71, 0.95));
  padding: 1.6rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.2rem;
  box-shadow: var(--shadow-soft);
}

.contact-details {
  margin: 0;
  font-style: normal;
  color: var(--muted);
  line-height: 1.75;
}

.contact-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.6rem;
}

.contact-list a {
  text-decoration: none;
  font-weight: 700;
  color: var(--primary-strong);
}

.site-footer {
  border-top: 1px solid rgba(101, 161, 247, 0.32);
  padding: 1.2rem 0 2rem;
}

.price-list-wrap {
  border-radius: var(--radius-xl);
  border: 1px solid var(--line);
  background: linear-gradient(145deg, rgba(17, 28, 46, 0.94), rgba(23, 37, 61, 0.95));
  padding: 1rem;
  margin-top: 1.1rem;
}

.price-list {
  display: grid;
  gap: 0.65rem;
}

.price-item {
  display: grid;
  grid-template-columns: 1.2fr 2.3fr auto;
  gap: 0.9rem;
  border: 1px solid rgba(92, 149, 235, 0.34);
  background: rgba(17, 29, 50, 0.9);
  border-radius: 16px;
  padding: 0.72rem 0.82rem;
  padding-top: 1.55rem;
  padding-right: 4.2rem;
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.price-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 18px rgba(0, 0, 0, 0.24);
}

.price-item h3 {
  margin: 0;
  font-size: 1rem;
}

.price-item p {
  margin: 0;
  color: var(--muted);
}

.price {
  margin: 0;
  font-family: "Sora", sans-serif;
  font-weight: 700;
  color: #90d2ff;
  white-space: nowrap;
}

.price-note {
  margin: 0.9rem 0 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.catalog-card::after,
.package-card::after,
.price-item::after {
  content: "";
  position: absolute;
  top: 0.7rem;
  right: 0.8rem;
  width: 44px;
  height: 44px;
  border-radius: 10px;
  border: 1px solid rgba(108, 168, 255, 0.35);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.catalog-card:nth-child(1)::after { background-image: url("assets/images/web.svg"); }
.catalog-card:nth-child(2)::after { background-image: url("assets/images/cloud.svg"); }
.catalog-card:nth-child(3)::after { background-image: url("assets/images/network.svg"); }
.catalog-card:nth-child(4)::after { background-image: url("assets/images/support.svg"); }
.catalog-card:nth-child(5)::after { background-image: url("assets/images/security.svg"); }
.catalog-card:nth-child(6)::after { background-image: url("assets/images/consulting.svg"); }

.package-card:nth-child(1)::after { background-image: url("assets/images/support.svg"); }
.package-card:nth-child(2)::after { background-image: url("assets/images/security.svg"); }
.package-card:nth-child(3)::after { background-image: url("assets/images/cloud.svg"); }

.price-item:nth-child(4n + 1)::after { background-image: url("https://images.unsplash.com/photo-1516321165247-4aa89a48be28?auto=format&fit=crop&w=220&q=80"); }
.price-item:nth-child(4n + 2)::after { background-image: url("https://images.unsplash.com/photo-1558494949-ef010cbdcc31?auto=format&fit=crop&w=220&q=80"); }
.price-item:nth-child(4n + 3)::after { background-image: url("https://images.unsplash.com/photo-1550751827-4bd374c3f58b?auto=format&fit=crop&w=220&q=80"); }
.price-item:nth-child(4n)::after { background-image: url("https://images.unsplash.com/photo-1451187580459-43490279c0fa?auto=format&fit=crop&w=220&q=80"); }

.footer-wrap {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  color: var(--muted);
}

.reveal {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 520ms ease, transform 520ms ease;
}

.reveal-delay {
  animation: popin 920ms ease 230ms both;
}

.reveal-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes float {
  0%,
  100% {
    transform: translateY(0) scale(1);
  }
  50% {
    transform: translateY(-13px) scale(1.04);
  }
}

@keyframes popin {
  from {
    opacity: 0;
    transform: translateY(20px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@media (max-width: 960px) {
  .hero,
  .split-callout,
  .contact-panel {
    grid-template-columns: 1fr;
  }

  .split-callout {
    display: block;
  }

  .service-grid,
  .flow-grid,
  .showcase-grid,
  .teaser-grid,
  .case-grid,
  .stat-grid,
  .package-grid,
  .catalog-grid,
  .image-mosaic,
  .about-grid,
  .planner-layout,
  .planner-row,
  .hero-metrics,
  .trust-strip,
  .hero-mini-gallery,
  .planner-hero-gallery {
    grid-template-columns: 1fr;
  }

  .price-item {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  body {
    font-size: 18px;
    line-height: 1.78;
  }

  h1,
  h2,
  h3 {
    letter-spacing: -0.005em;
  }

  .btn {
    padding: 0.95rem 1.25rem;
    font-weight: 800;
  }

  .site-nav a {
    font-size: 1rem;
    font-weight: 800;
  }

  .nav-toggle {
    display: inline-flex;
  }

  .site-nav {
    position: absolute;
    top: 76px;
    left: 4%;
    right: 4%;
    border-radius: 16px;
    border: 1px solid var(--line);
    background: var(--surface);
    box-shadow: var(--shadow);
    display: none;
    flex-direction: column;
    align-items: flex-start;
    padding: 0.9rem;
  }

  .site-nav.open {
    display: flex;
  }

  .hero {
    padding-top: 5.3rem;
  }

  .container {
    width: min(100% - 1.2rem, 1120px);
  }

  .site-header {
    padding: 0.58rem 0;
  }

  .brand {
    gap: 0.45rem;
    min-width: 0;
  }

  .brand span {
    font-size: 0.78rem;
    line-height: 1.2;
  }

  .brand-logo {
    width: 32px;
    height: 32px;
  }

  .page-hero {
    padding: 4.5rem 0 2rem;
  }

  .premium-hero {
    padding: 1.2rem;
    border-radius: 18px;
  }

  .hero-panel,
  .planner-card,
  .service-card,
  .catalog-card,
  .package-card,
  .price-item,
  .about-card,
  .timeline-item,
  .image-tile,
  .case-card,
  .split-callout,
  .home-legal,
  .legal-page,
  .contact-panel {
    border-radius: 14px;
    padding: 0.85rem;
  }

  .service-image,
  .showcase-image,
  .image-tile img,
  .timeline-image,
  .about-image,
  .planner-card-image {
    height: 145px;
  }

  .catalog-image,
  .flow-image,
  .teaser-image {
    height: 110px;
  }

  .price-item {
    padding-right: 3.4rem;
    gap: 0.5rem;
  }

  .price-item::after {
    width: 34px;
    height: 34px;
    top: 0.52rem;
    right: 0.55rem;
  }

  .hero-actions,
  .split-actions,
  .contact-actions {
    margin-top: 1rem;
    gap: 0.55rem;
  }

  .btn {
    width: 100%;
  }

  .floating-cta {
    left: 0.6rem;
    right: 0.6rem;
    bottom: calc(0.6rem + env(safe-area-inset-bottom));
    justify-content: center;
    text-align: center;
    padding: 0.82rem 1rem;
  }
}
