:root {
  --bg: #06111f;
  --bg-2: #0a1830;
  --panel: rgba(10, 24, 48, 0.72);
  --panel-strong: rgba(10, 24, 48, 0.92);
  --border: rgba(156, 185, 255, 0.14);
  --text: #eef4ff;
  --muted: #aac0e8;
  --muted-2: #7f94b9;
  --accent: #68b8ff;
  --accent-2: #8b7dff;
  --accent-3: #28d7a6;
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.42);
  --radius-xl: 28px;
  --radius-lg: 22px;
  --radius-md: 16px;
  --radius-sm: 12px;
  --content-width: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-height: 100vh;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(104, 184, 255, 0.12), transparent 28%),
    radial-gradient(circle at top right, rgba(139, 125, 255, 0.14), transparent 24%),
    linear-gradient(180deg, #04101e 0%, #071426 42%, #060f1c 100%);
  line-height: 1.6;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.45), transparent 80%);
  opacity: 0.4;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
.skip-link {
  position: absolute;
  left: 16px;
  top: -60px;
  z-index: 9999;
  padding: 12px 16px;
  border-radius: 999px;
  background: #ffffff;
  color: #02101f;
  font-weight: 700;
  transition: top 0.2s ease;
}
.skip-link:focus { top: 16px; }
.site-shell { position: relative; z-index: 1; }
.container { width: min(calc(100% - 32px), var(--content-width)); margin: 0 auto; }
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 9px 14px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  color: var(--muted);
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(18px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
}
.eyebrow::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
  box-shadow: 0 0 18px rgba(104, 184, 255, 0.85);
}
.page-hero { padding: 44px 0 24px; }
.page-hero-grid, .split-grid, .footer-grid, .stats-grid, .cards-grid, .service-grid, .pricing-grid, .faq-grid, .about-grid, .contact-grid, .portfolio-grid, .process-grid, .trust-grid { display: grid; gap: 24px; }
.topbar { border-bottom: 1px solid rgba(255, 255, 255, 0.08); background: rgba(4, 12, 24, 0.7); backdrop-filter: blur(18px); }
.topbar-inner { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px 16px; padding: 12px 0; font-size: 0.92rem; color: var(--muted); }
.topbar strong { color: #ffffff; }
.topbar a { color: #d6e8ff; text-decoration: underline; text-underline-offset: 4px; }
.header { position: sticky; top: 0; z-index: 50; border-bottom: 1px solid rgba(255, 255, 255, 0.08); background: rgba(6, 15, 29, 0.72); backdrop-filter: blur(18px); }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 10px 0; }
.brand { display: inline-flex; align-items: center; gap: 14px; min-width: 0; }
.brand-logo { width: 150px; height: auto; object-fit: contain; filter: drop-shadow(0 14px 24px rgba(0, 0, 0, 0.32)); }
.header .brand {
  line-height: 0;
}

.header .brand-logo {
  width: auto;
  height: 50px;
}
.brand-copy { display: flex; flex-direction: column; gap: 2px; }
.brand-copy strong { font-size: 1rem; letter-spacing: 0.02em; }
.brand-copy span { color: var(--muted-2); font-size: 0.88rem; }
.nav { display: flex; align-items: center; gap: 24px; }
.nav-links { display: flex; align-items: center; gap: 20px; padding: 0; margin: 0; list-style: none; }
.nav-link { position: relative; padding: 10px 0; color: var(--muted); font-weight: 600; transition: color 0.2s ease; }
.nav-link::after { content: ""; position: absolute; left: 0; bottom: 3px; width: 100%; height: 2px; border-radius: 999px; background: linear-gradient(90deg, var(--accent), var(--accent-2)); transform: scaleX(0); transform-origin: left; transition: transform 0.25s ease; }
.nav-link:hover, .nav-link[aria-current="page"] { color: #ffffff; }
.nav-link:hover::after, .nav-link[aria-current="page"]::after { transform: scaleX(1); }
.nav-actions { display: flex; align-items: center; gap: 12px; }
.menu-toggle { display: none; align-items: center; justify-content: center; width: 46px; height: 46px; border: 1px solid rgba(255, 255, 255, 0.1); border-radius: 14px; color: #ffffff; background: rgba(255, 255, 255, 0.04); }
.menu-toggle svg { width: 20px; height: 20px; }
.mobile-menu {
  display: none;
  padding: 0;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transform: translateY(-8px);
  transition: max-height 0.28s ease, opacity 0.22s ease, transform 0.22s ease, padding 0.22s ease;
}
.mobile-menu.is-open {
  display: block;
  padding: 0 0 14px;
  max-height: 70vh;
  opacity: 1;
  transform: translateY(0);
}
.mobile-menu .nav-links { flex-direction: column; align-items: stretch; gap: 8px; }
.mobile-menu .nav-link { display: block; padding: 14px 12px; border-radius: 14px; background: rgba(255, 255, 255, 0.03); }
.mobile-menu .nav-link::after { display: none; }
.hero { padding: 34px 0 28px; }
.hero-grid { display: grid; grid-template-columns: 1.18fr 0.82fr; gap: 28px; align-items: center; }
.home-hero {
  padding-top: 44px;
}

.home-hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 26px;
  align-items: flex-start;
}

.home-hero-card {
  padding: 24px;
  border-radius: var(--radius-xl);
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: linear-gradient(180deg, rgba(12, 25, 47, 0.96), rgba(8, 17, 34, 0.92));
  box-shadow: var(--shadow);
  display: flex;
  flex-direction: column;
}

.home-hero-card h2 {
  margin: 4px 0 10px;
  font-size: clamp(1.45rem, 2.5vw, 1.9rem);
  line-height: 1.12;
}

.compact-list {
  gap: 8px;
}

.narrow {
  max-width: 760px;
}

.slots-note {
  margin: 14px 0 0;
  color: #b6c7e7;
  font-size: 0.95rem;
}

.pricing-single {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
  padding: 30px;
  border-radius: var(--radius-xl);
  border: 1px solid rgba(104, 184, 255, 0.3);
  background: linear-gradient(180deg, rgba(12, 25, 47, 0.97), rgba(8, 17, 34, 0.9));
  box-shadow: var(--shadow);
}

.pricing-includes {
  text-align: left;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}

.home-redesign .faq-item {
  background: rgba(255, 255, 255, 0.03);
}

.home-redesign .faq-trigger {
  cursor: default;
}

.home-redesign .faq-trigger span {
  font-size: 1rem;
}

.home-redesign .faq-content p {
  padding-top: 0;
}

.hero-grid-single { grid-template-columns: 1fr; }
.hero-grid-single .hero-copy {
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
}
.hero-grid-single .hero-copy p {
  margin-left: auto;
  margin-right: auto;
}
.hero-grid-single .hero-actions,
.hero-grid-single .offer-banner,
.hero-grid-single .badge-row {
  justify-content: center;
}
.hero-copy h1, .page-heading { margin: 16px 0 14px; font-size: clamp(2.65rem, 6vw, 5.4rem); line-height: 0.98; letter-spacing: -0.04em; }
.hero-copy .hero-typing {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.hero-copy .hero-typing.is-typing::after {
  content: "|";
  display: inline-block;
  margin-left: 0.06em;
  color: #d9e8ff;
  animation: typing-caret 0.8s steps(1, end) infinite;
}
.page-heading { font-size: clamp(2.5rem, 5vw, 4.6rem); }
.hero-copy p, .page-intro { max-width: 62ch; color: var(--muted); font-size: 1.08rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 28px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 52px; padding: 0 22px; border: 1px solid transparent; border-radius: 999px; font-weight: 700; letter-spacing: 0.01em; transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease, background 0.25s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  color: #06101f;
  background: linear-gradient(135deg, #8dd4ff 0%, #6b7dff 48%, #28d7a6 100%);
  box-shadow: 0 18px 40px rgba(72, 128, 255, 0.32);
}
.button-primary::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  transform: translateX(-110%);
  background: linear-gradient(110deg, transparent 24%, rgba(255, 255, 255, 0.38) 50%, transparent 76%);
  transition: transform 0.7s ease;
}
.button-primary:hover::after {
  transform: translateX(110%);
}
.button-secondary { color: #ffffff; border-color: rgba(255, 255, 255, 0.12); background: rgba(255, 255, 255, 0.04); }
.button-secondary:hover { border-color: rgba(104, 184, 255, 0.46); background: rgba(104, 184, 255, 0.09); }
.offer-banner { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; margin-top: 28px; padding: 16px 18px; border: 1px solid rgba(104, 184, 255, 0.26); border-radius: 18px; background: linear-gradient(135deg, rgba(104, 184, 255, 0.12), rgba(139, 125, 255, 0.12)); box-shadow: 0 24px 58px rgba(0, 0, 0, 0.2); }
.offer-badge { display: inline-flex; align-items: center; padding: 8px 12px; border-radius: 999px; background: rgba(255, 255, 255, 0.08); font-weight: 800; }
.offer-banner p { margin: 0; color: #ebf5ff; }
.hero-panel { position: relative; padding: 24px; border: 1px solid rgba(255, 255, 255, 0.1); border-radius: var(--radius-xl); background: linear-gradient(180deg, rgba(14, 31, 59, 0.98), rgba(9, 20, 39, 0.92)); box-shadow: var(--shadow); overflow: hidden; }
.hero-panel::before, .hero-panel::after { content: ""; position: absolute; border-radius: 50%; filter: blur(4px); pointer-events: none; }
.hero-panel::before { width: 240px; height: 240px; background: radial-gradient(circle, rgba(104, 184, 255, 0.32), transparent 65%); top: -110px; right: -80px; }
.hero-panel::after { width: 180px; height: 180px; background: radial-gradient(circle, rgba(40, 215, 166, 0.2), transparent 60%); bottom: -80px; left: -70px; }
.hero-card { position: relative; z-index: 1; padding: 22px; border-radius: 22px; border: 1px solid rgba(255, 255, 255, 0.08); background: rgba(255, 255, 255, 0.05); backdrop-filter: blur(18px); }
.hero-card h2, .section-title { margin: 0 0 12px; font-size: clamp(1.55rem, 3vw, 2.2rem); line-height: 1.06; }
.section-title { margin-bottom: 8px; }
.section-kicker { margin: 0 0 6px; color: #9bd2ff; font-weight: 800; text-transform: uppercase; letter-spacing: 0.14em; font-size: 0.75rem; }
.section-copy { max-width: 65ch; color: var(--muted); }
.stats-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.stat, .info-card, .service-card, .quote-card, .faq-card, .portfolio-card, .pricing-card, .feature-card, .contact-card { border: 1px solid rgba(255, 255, 255, 0.08); background: var(--panel); backdrop-filter: blur(18px); box-shadow: var(--shadow); }
.stat { padding: 18px; border-radius: 20px; }
.stat strong { display: block; font-size: 1.55rem; margin-bottom: 4px; }
.stat span { color: var(--muted); }
.section { padding: 34px 0; }
.section-compact { padding-top: 16px; }
.section-surface { position: relative; isolation: isolate; }
.section-surface::before { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(255, 255, 255, 0.03), transparent); pointer-events: none; z-index: -1; }
.cards-grid, .service-grid, .pricing-grid, .portfolio-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.process-grid, .trust-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.card-pad, .service-card, .portfolio-card, .pricing-card, .info-card, .quote-card, .faq-card, .feature-card, .contact-card { padding: 22px; border-radius: var(--radius-lg); }
.service-card, .pricing-card, .feature-card, .contact-card, .portfolio-card, .faq-card { position: relative; overflow: hidden; transition: transform 0.28s ease, border-color 0.28s ease, background 0.28s ease; }
.service-card::after, .pricing-card::after, .feature-card::after, .contact-card::after, .portfolio-card::after { content: ""; position: absolute; inset: auto auto -30% -30%; width: 180px; height: 180px; border-radius: 50%; background: radial-gradient(circle, rgba(104, 184, 255, 0.18), transparent 70%); opacity: 0; transition: opacity 0.28s ease, transform 0.28s ease; }
.service-card:hover, .pricing-card:hover, .feature-card:hover, .contact-card:hover, .portfolio-card:hover { transform: translateY(-6px); border-color: rgba(104, 184, 255, 0.28); background: rgba(12, 27, 54, 0.84); }
.service-card:hover::after, .pricing-card:hover::after, .feature-card:hover::after, .contact-card:hover::after, .portfolio-card:hover::after { opacity: 1; transform: translate(18px, -18px); }
.card-icon { display: inline-flex; align-items: center; justify-content: center; width: 52px; height: 52px; border-radius: 16px; margin-bottom: 18px; background: linear-gradient(135deg, rgba(104, 184, 255, 0.18), rgba(139, 125, 255, 0.18)); color: #cfe7ff; }
.card-icon svg { width: 24px; height: 24px; }
.card-title, .quote-card h3, .pricing-card h3, .portfolio-card h3, .feature-card h3, .contact-card h3, .info-card h3 { margin: 0 0 10px; font-size: 1.18rem; }
.card-text, .quote-card p, .pricing-card p, .portfolio-card p, .feature-card p, .contact-card p, .info-card p { margin: 0; color: var(--muted); }
.list { margin: 16px 0 0; padding: 0; list-style: none; display: grid; gap: 10px; }
.list li { position: relative; padding-left: 24px; color: #d8e7ff; }
.list li::before { content: ""; position: absolute; left: 0; top: 10px; width: 10px; height: 10px; border-radius: 50%; background: linear-gradient(135deg, var(--accent), var(--accent-3)); box-shadow: 0 0 18px rgba(104, 184, 255, 0.6); }
.split-grid, .contact-grid, .about-grid { grid-template-columns: 1fr 1fr; align-items: start; }
.media-panel { padding: 22px; border-radius: var(--radius-xl); border: 1px solid rgba(255, 255, 255, 0.08); background: linear-gradient(180deg, rgba(12, 25, 47, 0.95), rgba(8, 17, 34, 0.88)); box-shadow: var(--shadow); }
.media-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.media-tile { min-height: 170px; border-radius: 20px; border: 1px solid rgba(255, 255, 255, 0.08); background: linear-gradient(135deg, rgba(104, 184, 255, 0.14), rgba(139, 125, 255, 0.1)), radial-gradient(circle at top right, rgba(255, 255, 255, 0.12), transparent 45%), rgba(255, 255, 255, 0.04); padding: 18px; display: flex; flex-direction: column; justify-content: flex-end; gap: 8px; }
.media-tile span { color: var(--muted); font-size: 0.92rem; }
.media-tile strong { font-size: 1.05rem; }
.media-tile.highlight { grid-column: span 2; min-height: 220px; }
.newsletter-card,
.admin-panel {
  padding: 24px;
  border-radius: var(--radius-xl);
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(180deg, rgba(12, 25, 47, 0.96), rgba(8, 17, 34, 0.9));
  box-shadow: var(--shadow);
}
.newsletter-card h3,
.admin-panel h3 {
  margin: 0 0 8px;
  font-size: 1.4rem;
}
.newsletter-card p,
.admin-panel p {
  margin: 0 0 16px;
  color: var(--muted);
}
.admin-shell {
  min-height: 100vh;
  padding: 28px 0 44px;
}
.admin-header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  margin-bottom: 24px;
}
.admin-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: var(--muted);
}
.admin-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.stat-card {
  grid-column: span 3;
  padding: 20px;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
  box-shadow: var(--shadow);
}
.stat-card strong {
  display: block;
  margin-top: 10px;
  font-size: 2rem;
}
.stat-card span {
  color: var(--muted);
}
.dashboard-wide { grid-column: span 8; }
.dashboard-side { grid-column: span 4; }
.dashboard-full { grid-column: 1 / -1; }
.dashboard-table {
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  border-radius: 18px;
}
.dashboard-table th,
.dashboard-table td {
  padding: 14px 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  text-align: left;
  color: #eaf2ff;
}
.dashboard-table th {
  color: var(--muted);
  font-weight: 600;
}
.bar-list {
  display: grid;
  gap: 12px;
}
.bar-row {
  display: grid;
  gap: 8px;
}
.bar-row span {
  display: flex;
  justify-content: space-between;
  color: #eaf2ff;
  font-size: 0.95rem;
}
.bar-track {
  height: 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.07);
  overflow: hidden;
}
.bar-fill {
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--accent), var(--accent-2), var(--accent-3));
}
.activity-list {
  display: grid;
  gap: 14px;
}
.activity-item {
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.activity-item:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.activity-item strong {
  display: block;
  margin-bottom: 4px;
}
.activity-item span {
  color: var(--muted);
  font-size: 0.94rem;
}
.process-step { padding: 22px; border-radius: 20px; background: rgba(255, 255, 255, 0.04); border: 1px solid rgba(255, 255, 255, 0.08); }
.process-step strong { display: inline-flex; align-items: center; justify-content: center; width: 36px; height: 36px; border-radius: 12px; margin-bottom: 14px; color: #06101f; background: linear-gradient(135deg, #8dd4ff, #28d7a6); }
.process-step h3 { margin: 0 0 8px; }
.process-step p { margin: 0; color: var(--muted); }
.quote-card { display: grid; gap: 14px; }
.quote-card blockquote { margin: 0; color: #eef4ff; font-size: 1.03rem; }
.quote-meta { display: flex; align-items: center; gap: 12px; color: var(--muted); font-size: 0.92rem; }
.avatar { width: 44px; height: 44px; border-radius: 50%; background: linear-gradient(135deg, rgba(104, 184, 255, 0.7), rgba(139, 125, 255, 0.7)); }
.section-cta { margin-top: 12px; padding: 28px; border-radius: var(--radius-xl); border: 1px solid rgba(104, 184, 255, 0.22); background: linear-gradient(135deg, rgba(104, 184, 255, 0.12), rgba(139, 125, 255, 0.08)); display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.section-cta p { margin: 4px 0 0; color: var(--muted); }
.badge-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 20px; }
.badge { padding: 8px 12px; border-radius: 999px; border: 1px solid rgba(255, 255, 255, 0.1); background: rgba(255, 255, 255, 0.04); color: #dce8fa; font-size: 0.92rem; }
.hero-grid-single .hero-copy.is-visible h1,
.hero-grid-single .hero-copy.is-visible p,
.hero-grid-single .hero-copy.is-visible .hero-actions,
.hero-grid-single .hero-copy.is-visible .offer-banner,
.hero-grid-single .hero-copy.is-visible .badge-row {
  animation: hero-rise 0.7s ease both;
}

.hero-grid-single .hero-copy.is-visible p { animation-delay: 0.08s; }
.hero-grid-single .hero-copy.is-visible .hero-actions { animation-delay: 0.16s; }
.hero-grid-single .hero-copy.is-visible .offer-banner { animation-delay: 0.24s; }
.hero-grid-single .hero-copy.is-visible .badge-row { animation-delay: 0.34s; }

.hero-grid-single .offer-banner {
  animation: pulse-soft 4.2s ease-in-out infinite;
}

.hero-grid-single .badge-row .badge {
  animation: float-soft 4.8s ease-in-out infinite;
}

.hero-grid-single .badge-row .badge:nth-child(2) { animation-delay: 0.5s; }
.hero-grid-single .badge-row .badge:nth-child(3) { animation-delay: 1s; }
.hero-grid-single .badge-row .badge:nth-child(4) { animation-delay: 1.5s; }

.service-card.reveal.is-visible,
.process-step.reveal.is-visible,
.quote-card.reveal.is-visible,
.info-card.reveal.is-visible,
.media-panel.reveal.is-visible,
.newsletter-card.reveal.is-visible {
  animation: card-pop 0.6s cubic-bezier(0.2, 0.8, 0.2, 1) both;
}

.service-grid .reveal:nth-child(2).is-visible,
.process-grid .reveal:nth-child(2).is-visible,
.cards-grid .reveal:nth-child(2).is-visible,
.trust-grid .reveal:nth-child(2).is-visible {
  animation-delay: 0.08s;
}

.service-grid .reveal:nth-child(3).is-visible,
.process-grid .reveal:nth-child(3).is-visible,
.cards-grid .reveal:nth-child(3).is-visible,
.trust-grid .reveal:nth-child(3).is-visible {
  animation-delay: 0.16s;
}

.process-grid .reveal:nth-child(4).is-visible,
.trust-grid .reveal:nth-child(4).is-visible {
  animation-delay: 0.24s;
}
.portfolio-media { min-height: 220px; border-radius: 18px; margin-bottom: 18px; padding: 18px; display: flex; align-items: flex-end; background: linear-gradient(135deg, rgba(104, 184, 255, 0.22), rgba(139, 125, 255, 0.12)), radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.18), transparent 30%), linear-gradient(160deg, rgba(9, 21, 42, 1), rgba(16, 37, 69, 1)); border: 1px solid rgba(255, 255, 255, 0.08); transition: transform 0.28s ease; }
.portfolio-card:hover .portfolio-media { transform: scale(1.01); }
.portfolio-label { display: inline-flex; align-items: center; gap: 8px; padding: 8px 12px; border-radius: 999px; background: rgba(255, 255, 255, 0.08); font-size: 0.9rem; }
.portfolio-label::before { content: ""; width: 9px; height: 9px; border-radius: 50%; background: #28d7a6; }
.portfolio-metrics { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 16px; }
.metric { padding: 8px 12px; border-radius: 999px; background: rgba(255, 255, 255, 0.05); color: #e7f0ff; font-size: 0.9rem; }
.none-av {
  grid-column: 1 / -1;
  padding: 28px;
  border-radius: var(--radius-xl);
  border: 1px solid rgba(104, 184, 255, 0.3);
  background: linear-gradient(135deg, rgba(104, 184, 255, 0.12), rgba(139, 125, 255, 0.1));
  box-shadow: var(--shadow);
}
.none-av h3 {
  margin: 4px 0 10px;
  font-size: clamp(1.4rem, 2.8vw, 2rem);
}
.none-av p {
  margin: 0;
  color: var(--muted);
  max-width: 70ch;
}

.dev-notice-wrap {
  min-height: calc(100vh - 260px);
  display: grid;
  align-items: center;
}

.dev-notice-card {
  max-width: 760px;
  margin: 0 auto;
  padding: 28px;
  border-radius: var(--radius-xl);
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: linear-gradient(180deg, rgba(12, 25, 47, 0.95), rgba(8, 17, 34, 0.9));
  box-shadow: var(--shadow);
  text-align: center;
}

.dev-notice-card .page-intro {
  margin-left: auto;
  margin-right: auto;
}

.dev-notice-card .hero-actions {
  justify-content: center;
}

.small-notice {
  padding: 6px 0 26px;
}

.small-notice .container {
  max-width: 980px;
}

.small-notice-text {
  margin: 0 0 8px;
  color: #8f9db6;
  font-size: 0.88rem;
  line-height: 1.55;
}

.small-notice-text strong {
  color: #a8b4ca;
}

.notice-top {
  position: sticky;
  top: 74px;
  z-index: 34;
  padding: 10px 0 0;
}

.notice-top .container {
  width: min(calc(100% - 20px), 860px);
}

.notice-top .small-notice-text {
  margin: 0;
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(104, 184, 255, 0.45);
  background: linear-gradient(135deg, rgba(104, 184, 255, 0.26), rgba(139, 125, 255, 0.22));
  color: #eaf2ff;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.01em;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(8px);
}

@media (max-width: 780px) {
  .notice-top {
    top: 66px;
  }

  .notice-top .small-notice-text {
    border-radius: 12px;
    font-size: 0.85rem;
    line-height: 1.35;
    padding: 9px 12px;
  }
}

/* Pricing redesign */
.pricing-redesign {
  --pricing-bg: #0e1422;
  --pricing-panel: #141e32;
  --pricing-panel-soft: #111a2d;
  --pricing-border: rgba(203, 219, 255, 0.16);
  --pricing-accent: #9ab4ff;
  --pricing-accent-soft: #6a84cb;
  font-family: Manrope, Inter, system-ui, -apple-system, "Segoe UI", sans-serif;
  background:
    radial-gradient(1200px 420px at 8% -10%, rgba(154, 180, 255, 0.16), transparent 52%),
    radial-gradient(960px 360px at 95% 8%, rgba(154, 180, 255, 0.08), transparent 46%),
    var(--pricing-bg);
}

.pricing-redesign h1,
.pricing-redesign h2,
.pricing-redesign h3 {
  font-family: Newsreader, Georgia, "Times New Roman", serif;
  letter-spacing: -0.01em;
}

.pricing-main {
  padding-bottom: 20px;
}

.pricing-intro {
  padding-top: 48px;
}

.pricing-intro-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 36px;
  align-items: start;
}

.pricing-copy h1 {
  margin: 10px 0 14px;
  font-size: clamp(2rem, 3.4vw, 3rem);
  line-height: 1.08;
}

.pricing-copy p {
  margin: 0;
  color: #bfd0ef;
  max-width: 60ch;
}

.pricing-intro-aside {
  margin-top: 28px;
  padding: 24px;
  border-radius: 22px;
  border: 1px solid var(--pricing-border);
  background: linear-gradient(180deg, rgba(20, 30, 50, 0.98), rgba(17, 26, 45, 0.94));
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.26);
}

.pricing-intro-aside h2 {
  margin: 0 0 10px;
  font-size: 1.55rem;
}

.pricing-list {
  margin-top: 14px;
}

.pricing-muted {
  margin: 16px 0 0;
  font-size: 0.95rem;
  color: #95a6c8;
}

.pricing-stack {
  display: grid;
  gap: 20px;
  grid-template-columns: 1.05fr 1fr;
  grid-template-areas:
    "a b"
    "c b";
}

.package {
  position: relative;
  padding: 24px;
  border-radius: 20px;
  border: 1px solid var(--pricing-border);
  background: linear-gradient(180deg, rgba(20, 30, 50, 0.98), rgba(15, 23, 38, 0.95));
  transition: transform 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease;
}

.package:hover {
  transform: translateY(-4px);
  border-color: rgba(154, 180, 255, 0.46);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.3);
}

.package-a { grid-area: a; }
.package-b { grid-area: b; }
.package-c { grid-area: c; }

.package header h3 {
  margin: 6px 0 10px;
  font-size: 1.9rem;
}

.package-copy {
  margin: 0;
  color: #bed0f0;
  max-width: 44ch;
}

.package .list {
  margin: 16px 0 18px;
}

.package-tag {
  position: absolute;
  top: 18px;
  right: 18px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(154, 180, 255, 0.2);
  border: 1px solid rgba(154, 180, 255, 0.45);
  color: #dce8ff;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.pricing-bottom {
  padding-top: 18px;
}

.pricing-bottom-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 26px;
  align-items: start;
}

.pricing-bottom .small-notice-text {
  margin-bottom: 10px;
}

@media (max-width: 980px) {
  .pricing-intro-grid,
  .pricing-bottom-grid,
  .pricing-stack {
    grid-template-columns: 1fr;
  }

  .pricing-stack {
    grid-template-areas:
      "a"
      "b"
      "c";
  }

  .pricing-intro-aside {
    margin-top: 6px;
  }
}
.price { display: flex; align-items: baseline; gap: 8px; margin: 16px 0 14px; }
.price strong { font-size: 2.1rem; line-height: 1; }
.price span { color: var(--muted); }
.pricing-card.featured { border-color: rgba(104, 184, 255, 0.4); background: linear-gradient(180deg, rgba(12, 28, 53, 0.96), rgba(8, 18, 36, 0.92)); transform: translateY(-6px); }
.ribbon { position: absolute; top: 18px; right: -28px; padding: 8px 42px; transform: rotate(35deg); background: linear-gradient(135deg, #8dd4ff, #6b7dff); color: #06101f; font-weight: 800; font-size: 0.82rem; }
.faq-list { display: grid; gap: 14px; }
.faq-item { border: 1px solid rgba(255, 255, 255, 0.08); border-radius: 18px; background: rgba(255, 255, 255, 0.04); overflow: hidden; }
.faq-trigger { width: 100%; padding: 18px 18px; display: flex; align-items: center; justify-content: space-between; gap: 18px; border: 0; background: transparent; color: #ffffff; text-align: left; font-weight: 700; }
.faq-trigger span { color: #ffffff; font-size: 1.02rem; }
.faq-trigger svg { flex: 0 0 auto; width: 20px; height: 20px; transition: transform 0.25s ease; }
.faq-item.is-open .faq-trigger svg { transform: rotate(180deg); }
.faq-content { max-height: 0; overflow: hidden; transition: max-height 0.3s ease; }
.faq-content p { margin: 0; padding: 0 18px 18px; color: var(--muted); }
.form { display: grid; gap: 16px; }
.field-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.field { display: grid; gap: 8px; }
.field label { font-weight: 600; color: #e6f0ff; }
.field input, .field textarea, .field select { width: 100%; padding: 15px 16px; border-radius: 16px; border: 1px solid rgba(255, 255, 255, 0.12); color: #ffffff; background: rgba(255, 255, 255, 0.05); outline: none; transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease; }
.field input::placeholder, .field textarea::placeholder { color: #95a8c9; }
.field input:focus, .field textarea:focus, .field select:focus { border-color: rgba(104, 184, 255, 0.65); box-shadow: 0 0 0 4px rgba(104, 184, 255, 0.16); background: rgba(255, 255, 255, 0.08); }
.field textarea { min-height: 160px; resize: vertical; }
.helper { font-size: 0.92rem; color: var(--muted-2); }
.consent { display: flex; gap: 12px; align-items: flex-start; color: var(--muted); }
.consent input { margin-top: 5px; }
.honeypot { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.form-status { display: none; padding: 14px 16px; border-radius: 14px; background: rgba(40, 215, 166, 0.14); border: 1px solid rgba(40, 215, 166, 0.28); color: #d8fff4; }
.form-status.is-visible { display: block; }
.footer { margin-top: 48px; padding: 38px 0 24px; border-top: 1px solid rgba(255, 255, 255, 0.08); background: rgba(2, 8, 16, 0.48); }
.footer-grid { grid-template-columns: 1.2fr 0.8fr 0.8fr; align-items: start; }
.footer h3, .footer h4 { margin: 0 0 12px; }
.footer p, .footer a { color: var(--muted); }
.footer-links { display: grid; gap: 10px; }
.footer-bottom { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 12px; margin-top: 28px; padding-top: 18px; border-top: 1px solid rgba(255, 255, 255, 0.08); color: var(--muted-2); font-size: 0.92rem; }
.reveal { opacity: 0; transform: translateY(18px); transition: opacity 0.6s ease, transform 0.6s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@keyframes typing-caret {
  0%,
  49% {
    opacity: 1;
  }
  50%,
  100% {
    opacity: 0;
  }
}

@keyframes hero-rise {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes card-pop {
  from {
    opacity: 0;
    transform: translateY(14px) scale(0.985);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes float-soft {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-4px);
  }
}

@keyframes pulse-soft {
  0%,
  100% {
    box-shadow: 0 24px 58px rgba(0, 0, 0, 0.2);
  }
  50% {
    box-shadow: 0 24px 58px rgba(73, 126, 255, 0.3);
  }
}

@media (max-width: 1080px) {
  .home-hero-grid { grid-template-columns: 1fr; }
  .hero-grid, .split-grid, .contact-grid, .about-grid, .footer-grid { grid-template-columns: 1fr; }
  .cards-grid, .service-grid, .pricing-grid, .portfolio-grid, .process-grid, .trust-grid, .stats-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .stat-card,
  .dashboard-wide,
  .dashboard-side { grid-column: 1 / -1; }
}
@media (max-width: 780px) {
  body.menu-open {
    overflow: hidden;
    touch-action: none;
  }

  .topbar-inner {
    padding: 10px 0;
    font-size: 0.84rem;
    text-align: center;
  }

  .header {
    top: env(safe-area-inset-top, 0);
  }

  .header-inner { gap: 12px; }
  .nav { display: none; }
  .menu-toggle { display: inline-flex; }
  .menu-toggle,
  .nav-actions .button {
    min-height: 44px;
  }
  .mobile-menu {
    display: block;
  }
  .mobile-menu .nav-link {
    min-height: 46px;
    display: flex;
    align-items: center;
  }
  .hero { padding-top: 20px; }
  .hero-copy h1, .page-heading { line-height: 1; }
  .home-hero {
    padding-top: 30px;
  }
  .home-hero-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .home-hero-card {
    padding: 18px;
  }
  .home-hero-card h2 {
    font-size: 1.25rem;
  }
  .hero-copy p,
  .section-copy {
    font-size: 1rem;
  }
  .pricing-single {
    padding: 24px 18px;
  }
  .offer-banner {
    padding: 14px;
  }
  .hero-actions, .section-cta { flex-direction: column; align-items: stretch; }
  .cards-grid, .service-grid, .pricing-grid, .portfolio-grid, .process-grid, .trust-grid, .stats-grid, .field-grid, .media-grid { grid-template-columns: 1fr; }
  .media-tile.highlight { grid-column: auto; }
  .button { width: 100%; }
  .brand-logo { width: 128px; }
  .section { padding: 26px 0; }
  .faq-list { gap: 8px; }

  .hero-grid-single .offer-banner,
  .hero-grid-single .badge-row .badge {
    animation: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; scroll-behavior: auto !important; }
  .hero-grid-single .offer-banner,
  .hero-grid-single .badge-row .badge {
    animation: none !important;
  }
}

/* Admin dashboard: plain white, old-school style */
.admin-page {
  background: #f4f4f4;
  color: #111111;
  font-family: Tahoma, Verdana, Arial, sans-serif;
}

.admin-page::before {
  display: none;
}

.admin-page .admin-shell {
  min-height: 100vh;
  padding: 28px 0 44px;
}

.admin-page .container {
  width: min(calc(100% - 24px), 1320px);
}

.admin-page .admin-gate {
  position: fixed;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 16px;
  background: linear-gradient(180deg, #f8f8f8, #ececec);
  z-index: 100;
}

.admin-page .login-window {
  width: min(100%, 440px);
  border: 1px solid #888;
  background: #ffffff;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
}

.admin-page .login-titlebar {
  padding: 10px 12px;
  background: linear-gradient(180deg, #dfe6f4, #bfcbe0);
  border-bottom: 1px solid #8d99ad;
  color: #1b2430;
  font-weight: 700;
}

.admin-page .login-body {
  padding: 20px;
  color: #111;
}

.admin-page .login-body h1 {
  margin: 0 0 8px;
  font-size: 1.35rem;
}

.admin-page .login-form {
  display: grid;
  gap: 10px;
}

.admin-page .login-form label {
  font-weight: 700;
  color: #222;
}

.admin-page .login-form input {
  width: 100%;
  padding: 11px 12px;
  border: 1px solid #a0a0a0;
  background: #fff;
  color: #111;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.08);
}

.admin-page .login-form input:focus {
  outline: 2px solid #7aa7d9;
  outline-offset: 1px;
}

.admin-page .admin-app[hidden],
.admin-page .admin-gate[hidden] {
  display: none !important;
}

.admin-page .admin-topbar {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 20px;
  padding: 16px;
  background: #fff;
  border: 1px solid #b7b7b7;
  box-shadow: 0 1px 0 #fff inset;
}

.admin-page .admin-topbar h1 {
  margin: 4px 0 6px;
  font-size: 2rem;
  color: #1a1a1a;
}

.admin-page .admin-topbar p {
  margin: 0;
  color: #444;
}

.admin-page .admin-topbar strong {
  color: #000;
}

.admin-page .admin-eyebrow {
  border-radius: 0;
  background: #f1f1f1;
  border: 1px solid #b6b6b6;
  color: #333;
}

.admin-page .admin-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

.admin-page .stat-card,
.admin-page .admin-panel {
  grid-column: span 4;
  border: 1px solid #b9b9b9;
  border-radius: 0;
  background: #ffffff;
  box-shadow: none;
  color: #111;
}

.admin-page .stat-card {
  padding: 14px;
}

.admin-page .stat-card strong {
  font-size: 2.2rem;
}

.admin-page .stat-card span,
.admin-page .admin-panel p,
.admin-page .admin-panel span,
.admin-page .admin-panel td,
.admin-page .admin-panel th {
  color: #333;
}

.admin-page .dashboard-wide { grid-column: span 8; }
.admin-page .dashboard-side { grid-column: span 4; }
.admin-page .admin-panel h3 {
  margin: 0 0 12px;
  padding-bottom: 8px;
  border-bottom: 1px solid #d1d1d1;
  color: #111;
  font-size: 1.15rem;
}

.admin-page .dashboard-table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #c7c7c7;
}

.admin-page .dashboard-table th,
.admin-page .dashboard-table td {
  padding: 10px 10px;
  border-bottom: 1px solid #ddd;
  color: #111;
  background: #fff;
}

.admin-page .dashboard-table th {
  background: #f0f0f0;
}

.admin-page .bar-track {
  height: 10px;
  border-radius: 0;
  background: #e4e4e4;
  border: 1px solid #bdbdbd;
}

.admin-page .bar-fill {
  border-radius: 0;
  background: linear-gradient(90deg, #7aa7d9, #9bb8d7);
}

.admin-page .activity-item {
  padding-bottom: 12px;
  border-bottom: 1px solid #ddd;
}

.admin-page .activity-item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.admin-page .button-primary,
.admin-page .button-secondary {
  border-radius: 0;
  box-shadow: none;
}

.admin-page .button-primary {
  color: #111;
  background: linear-gradient(180deg, #f5f5f5, #dcdcdc);
  border-color: #888;
}

.admin-page .button-secondary {
  color: #111;
  background: #fff;
  border-color: #888;
}

.admin-page .button:hover {
  transform: none;
}

.admin-page .reveal {
  opacity: 1;
  transform: none;
}

@media (max-width: 1080px) {
  .admin-page .stat-card,
  .admin-page .admin-panel,
  .admin-page .dashboard-wide,
  .admin-page .dashboard-side {
    grid-column: 1 / -1;
  }

  .admin-page .admin-topbar {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 780px) {
  .admin-page .login-window {
    width: 100%;
  }

  .admin-page .admin-topbar h1 {
    font-size: 1.6rem;
  }
}