:root {
  --ink: #07151f;
  --night: #071d2d;
  --text: #334451;
  --muted: #64727c;
  --line: #d9e6e8;
  --surface: #ffffff;
  --soft: #f4fbfc;
  --mist: #e8fbf6;
  --gold: #12c7a2;
  --green: #12c7a2;
  --wine: #1167a8;
  --blue: #0d3f73;
  --cyan: #2bd6ff;
  --silver: #c9dce3;
  --shadow: 0 22px 60px rgba(7, 29, 45, 0.13);
  --radius: 8px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: auto;
}

body {
  margin: 0;
  color: var(--text);
  background:
    radial-gradient(circle at 14% 8%, rgba(43, 214, 255, 0.08), transparent 28%),
    radial-gradient(circle at 86% 18%, rgba(18, 199, 162, 0.1), transparent 30%),
    var(--surface);
  font-family: "Segoe UI Variable", Aptos, "Helvetica Neue", Arial, sans-serif;
  line-height: 1.65;
  text-rendering: geometricPrecision;
}

a {
  color: inherit;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.container {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
}

.narrow {
  max-width: 860px;
}

.section {
  padding: 88px 0;
}

.scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 120;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, var(--cyan), var(--green), var(--wine));
  box-shadow: 0 0 18px rgba(43, 214, 255, 0.42);
  transform: scaleX(0);
  transform-origin: left;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.92);
  border-bottom: 1px solid rgba(232, 227, 225, 0.92);
  backdrop-filter: blur(18px);
  box-shadow: 0 8px 28px rgba(17, 19, 21, 0.04);
}

.nav {
  position: relative;
  width: min(1280px, calc(100% - 32px));
  min-height: 60px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 158px;
  color: var(--ink);
  text-decoration: none;
}

.brand-logo {
  display: block;
  width: auto;
  height: clamp(36px, 4vw, 46px);
  max-width: min(215px, 36vw);
  object-fit: contain;
  transition: transform 220ms ease, filter 220ms ease;
}

.brand:hover .brand-logo {
  transform: translateY(-1px);
  filter: drop-shadow(0 10px 16px rgba(18, 199, 162, 0.2));
}

.brand-fallback {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: var(--radius);
  background: linear-gradient(135deg, var(--night), var(--blue), var(--green));
  color: #fff;
  font-weight: 900;
  box-shadow: 0 10px 24px rgba(18, 199, 162, 0.22);
}

.brand strong {
  display: block;
  color: var(--ink);
  line-height: 1.2;
}

.brand small {
  display: block;
  color: var(--muted);
  font-size: 0.8rem;
}

.nav-menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 4px;
  flex-wrap: wrap;
  font-size: 0.67rem;
  letter-spacing: 0;
  text-transform: uppercase;
}

.nav-menu a {
  position: relative;
  padding: 5px 7px;
  border-radius: 999px;
  color: var(--text);
  text-decoration: none;
  font-weight: 800;
  transition: color 180ms ease, background 180ms ease, transform 180ms ease;
}

.nav-menu a::after {
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 2px;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 180ms ease;
}

.nav-menu a:hover,
.nav-menu a.active {
  background: var(--mist);
  color: var(--blue);
}

.nav-menu a:hover {
  transform: translateY(-1px);
}

.nav-menu a:hover::after,
.nav-menu a.active::after {
  transform: scaleX(1);
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
}

.nav-toggle span:not(.sr-only) {
  display: block;
  width: 20px;
  height: 2px;
  margin: 4px auto;
  background: var(--ink);
}

.hero {
  position: relative;
  overflow: hidden;
  min-height: calc(100vh - 68px);
  display: grid;
  align-items: center;
  padding: 84px 0 72px;
  color: #fff;
  background:
    radial-gradient(circle at 76% 24%, rgba(18, 199, 162, 0.22), transparent 28%),
    linear-gradient(120deg, rgba(7, 21, 31, 0.98), rgba(17, 103, 168, 0.76), rgba(18, 199, 162, 0.24));
}

.hero::before,
.page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(43, 214, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(18, 199, 162, 0.08) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(90deg, transparent, #000 15%, #000 80%, transparent);
  animation: screenGrid 18s linear infinite;
}

.hero-grid,
.split,
.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.86fr);
  gap: 52px;
  align-items: center;
}

.page-hero {
  position: relative;
  overflow: hidden;
  padding: 96px 0 72px;
  background:
    linear-gradient(135deg, rgba(232, 251, 246, 0.92), rgba(244, 251, 252, 0.98)),
    radial-gradient(circle at top right, rgba(43, 214, 255, 0.2), transparent 34%),
    radial-gradient(circle at bottom left, rgba(18, 199, 162, 0.16), transparent 30%);
}

.dark-page {
  color: #fff;
  background:
    linear-gradient(135deg, rgba(7, 21, 31, 0.96), rgba(17, 103, 168, 0.8), rgba(18, 199, 162, 0.42)),
    url("assets/images/stock/business-growth-hero.jpg") center/cover;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--gold);
  font-weight: 900;
  text-transform: uppercase;
  font-size: 0.76rem;
  letter-spacing: 0;
}

h1,
h2,
h3 {
  margin: 0 0 16px;
  color: var(--ink);
  font-family: "Segoe UI Variable Display", "Segoe UI Variable", Aptos, "Helvetica Neue", Arial, sans-serif;
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.01em;
}

.hero h1,
.hero .eyebrow,
.dark-page h1,
.dark-page .eyebrow {
  color: #fff;
}

h1 {
  max-width: 980px;
  font-size: clamp(2.25rem, 4.35vw, 4.45rem);
}

h2 {
  font-size: clamp(2rem, 3vw, 3.15rem);
}

h3 {
  font-size: 1.25rem;
}

.hero-text,
.page-hero p {
  max-width: 760px;
  font-size: 1.14rem;
}

.hero-text {
  color: rgba(255, 255, 255, 0.9);
}

.location-line {
  color: #d8fffb;
  font-weight: 800;
  margin: -8px 0 24px;
}

.button-row {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 28px;
}

.btn {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 20px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  text-decoration: none;
  font-weight: 900;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, border-color 180ms ease;
}

.btn::after {
  content: "";
  position: absolute;
  top: -60%;
  bottom: -60%;
  left: -40%;
  width: 34%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.42), transparent);
  transform: translateX(-180%) rotate(18deg);
}

.btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 32px rgba(17, 24, 39, 0.16);
}

.btn:hover::after {
  animation: buttonSheen 820ms ease;
}

.btn-primary {
  background: linear-gradient(135deg, var(--blue), var(--green));
  color: #fff;
  box-shadow: 0 14px 30px rgba(18, 199, 162, 0.28);
}

.btn-secondary {
  background: rgba(255, 255, 255, 0.96);
  border-color: rgba(255, 255, 255, 0.42);
  color: var(--ink);
}

.btn-light {
  background: #fff;
  color: var(--ink);
}

.btn-icon {
  display: inline-grid;
  place-items: center;
  width: 22px;
  height: 22px;
  margin-right: 9px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.2);
  color: currentColor;
}

.btn-secondary .btn-icon,
.btn-light .btn-icon {
  background: rgba(18, 199, 162, 0.12);
}

.btn-icon svg {
  width: 14px;
  height: 14px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hero-panel,
.feature-box,
.inquiry-form,
.map-placeholder {
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: var(--shadow);
  transform: perspective(900px) rotateX(var(--tilt-x, 0deg)) rotateY(var(--tilt-y, 0deg));
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.hero-panel {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  color: var(--ink);
}

.hero-character {
  grid-column: 1 / -1;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-height: 300px;
  overflow: hidden;
  padding: 22px;
  border: 1px solid rgba(43, 214, 255, 0.22);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(7, 29, 45, 0.94), rgba(17, 103, 168, 0.82), rgba(18, 199, 162, 0.5));
}

.hero-character img {
  position: relative;
  z-index: 1;
  width: auto;
  max-width: 52%;
  max-height: 265px;
  object-fit: contain;
  filter: drop-shadow(0 24px 34px rgba(0, 0, 0, 0.24));
  animation: characterFloat 5s ease-in-out infinite;
}

.hero-character span {
  position: absolute;
  left: 18px;
  bottom: 18px;
  max-width: 48%;
  color: #fff;
  font-weight: 900;
  line-height: 1.2;
}

.character-card {
  position: relative;
  display: grid;
  place-items: center;
  overflow: hidden;
  min-height: 420px;
  border: 1px solid rgba(18, 199, 162, 0.22);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 65% 28%, rgba(43, 214, 255, 0.16), transparent 34%),
    linear-gradient(135deg, rgba(232, 251, 246, 0.82), #fff);
  box-shadow: var(--shadow);
}

.character-card img {
  width: min(88%, 390px);
  aspect-ratio: 3 / 4;
  max-height: 390px;
  object-fit: contain;
  filter: drop-shadow(0 24px 34px rgba(7, 29, 45, 0.16));
  animation: characterFloat 5.5s ease-in-out infinite;
}

.metric {
  min-height: 122px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(180deg, #fff, #f4fbfc);
  transform: perspective(800px) rotateX(var(--tilt-x, 0deg)) rotateY(var(--tilt-y, 0deg));
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.metric:hover,
.card:hover,
.resource-grid article:hover,
.download:hover {
  transform: perspective(800px) translateY(-4px) rotateX(var(--tilt-x, 0deg)) rotateY(var(--tilt-y, 0deg));
  border-color: rgba(18, 199, 162, 0.38);
  box-shadow: 0 20px 44px rgba(7, 29, 45, 0.12);
}

.metric strong,
.metric span {
  display: block;
}

.metric strong {
  margin-bottom: 8px;
  color: var(--night);
  font-size: 1.45rem;
}

.metric span {
  color: var(--muted);
  font-weight: 650;
  font-size: 0.94rem;
}

.intro-band {
  background: var(--soft);
}

.prose p {
  font-size: 1.06rem;
}

.pill-list,
.mini-list,
.social-links {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 20px;
}

.pill-list span,
.mini-list span,
.social-links a:not(.social-icon) {
  padding: 8px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  color: var(--ink);
  font-weight: 800;
  font-size: 0.9rem;
  text-decoration: none;
}

.social-links a {
  border-color: rgba(18, 199, 162, 0.28);
}

.social-icon {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(18, 199, 162, 0.28);
  border-radius: 999px;
  background: #fff;
  color: var(--night);
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(17, 19, 21, 0.07);
  transition: transform 190ms ease, background 190ms ease, color 190ms ease, box-shadow 190ms ease, border-color 190ms ease;
}

.social-icon svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.social-icon:hover {
  transform: translateY(-3px) scale(1.04);
  border-color: rgba(43, 214, 255, 0.75);
  background: linear-gradient(135deg, var(--blue), var(--green));
  color: #fff;
  box-shadow: 0 16px 30px rgba(18, 199, 162, 0.24);
}

.social-rail {
  position: fixed;
  left: 16px;
  top: 50%;
  z-index: 65;
  display: grid;
  gap: 10px;
  transform: translateY(-50%);
  animation: railSlide 520ms ease both;
}

.social-rail::before,
.social-rail::after {
  content: "";
  width: 1px;
  height: 26px;
  margin: 0 auto;
  background: linear-gradient(var(--cyan), transparent);
}

.social-rail::after {
  background: linear-gradient(transparent, var(--green));
}

.footer .social-links a {
  display: inline-flex;
  margin: 0;
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
}

.section-heading {
  max-width: 780px;
  margin-bottom: 34px;
}

.card-grid,
.resource-grid,
.download-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.service-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.card,
.resource-grid article {
  position: relative;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  padding: 26px;
  box-shadow: 0 12px 32px rgba(17, 24, 39, 0.06);
  transform: perspective(800px) rotateX(var(--tilt-x, 0deg)) rotateY(var(--tilt-y, 0deg));
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.service-card {
  position: relative;
  padding-top: 72px;
}

.service-card::before {
  content: "";
  position: absolute;
  top: 24px;
  left: 26px;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background:
    linear-gradient(135deg, rgba(43, 214, 255, 0.18), rgba(18, 199, 162, 0.18)),
    #fff;
  border: 1px solid rgba(18, 199, 162, 0.26);
  box-shadow: inset 0 0 0 8px rgba(7, 29, 45, 0.04);
}

.service-card::after {
  position: absolute;
  top: 28px;
  left: 35px;
  color: var(--blue);
  font-size: 1.05rem;
  font-weight: 900;
}

.service-card[data-icon="software"]::after { content: "▦"; }
.service-card[data-icon="business"]::after { content: "◆"; }
.service-card[data-icon="franchise"]::after { content: "↗"; }
.service-card[data-icon="docs"]::after { content: "≡"; }
.service-card[data-icon="training"]::after { content: "✓"; }
.service-card[data-icon="finance"]::after { content: "₹"; }
.service-card[data-icon="bot"]::after { content: "⌁"; }
.service-card[data-icon="hardware"]::after {
  content: "HW";
  left: 31px;
  font-size: 0.68rem;
  letter-spacing: 0;
}

.image-service img {
  width: 100%;
  height: 180px;
  margin: -14px 0 22px;
  border-radius: var(--radius);
  object-fit: cover;
  border: 1px solid rgba(43, 214, 255, 0.2);
}

.card ul {
  padding-left: 18px;
  margin-bottom: 0;
}

.card span {
  display: block;
  margin-bottom: 10px;
  color: var(--green);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.highlight-card {
  background: linear-gradient(135deg, var(--night), var(--blue), #087d78);
  color: #fff;
}

.highlight-card h3,
.highlight-card span {
  color: #fff;
}

.note,
.risk,
.warning-band p {
  border-left: 4px solid var(--gold);
  padding-left: 14px;
  color: var(--text);
  font-weight: 650;
}

.warning-band {
  background: #e8fbf6;
}

.text-link {
  color: var(--green);
  font-weight: 900;
}

.feature-section {
  background:
    linear-gradient(135deg, rgba(232, 251, 246, 0.88), rgba(244, 251, 252, 0.98));
}

.visual-section {
  background: #f7fbfc;
}

.visual-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.image-tile {
  position: relative;
  min-height: 360px;
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--night);
  box-shadow: var(--shadow);
  transform: perspective(800px) rotateX(var(--tilt-x, 0deg)) rotateY(var(--tilt-y, 0deg));
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.image-tile img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  display: block;
  object-fit: cover;
  opacity: 0.84;
  transition: transform 500ms ease, opacity 240ms ease;
}

.image-tile::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7, 29, 45, 0.06), rgba(7, 29, 45, 0.86));
}

.image-tile div {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 20px;
  z-index: 1;
  color: #fff;
}

.image-tile span {
  display: block;
  color: var(--cyan);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.image-tile h3 {
  margin-bottom: 0;
  color: #fff;
  font-size: 1.18rem;
}

.image-tile:hover img {
  transform: scale(1.04);
  opacity: 1;
}

.download {
  min-height: 76px;
  display: flex;
  align-items: center;
  padding: 18px 20px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  color: var(--ink);
  text-decoration: none;
  font-weight: 900;
  box-shadow: 0 10px 25px rgba(17, 24, 39, 0.05);
  transform: perspective(800px) rotateX(var(--tilt-x, 0deg)) rotateY(var(--tilt-y, 0deg));
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.testimonial-grid blockquote {
  margin: 0;
}

.testimonial-card {
  display: flex;
  min-height: 280px;
  flex-direction: column;
  gap: 18px;
}

.testimonial-logo,
.client-logo {
  width: 100%;
  height: 104px;
  object-fit: contain;
  border: 1px solid rgba(217, 230, 232, 0.78);
  border-radius: var(--radius);
  background: #fff;
  padding: 14px;
}

.testimonial-card p {
  margin-top: 0;
}

.testimonial-grid cite {
  color: var(--green);
  font-weight: 900;
  font-style: normal;
}

.project-card {
  display: flex;
  min-height: 430px;
  flex-direction: column;
}

.project-media {
  height: 150px;
  margin: -26px -26px 22px;
  border-radius: var(--radius) var(--radius) 0 0;
  background:
    linear-gradient(135deg, rgba(7, 29, 45, 0.4), rgba(18, 199, 162, 0.18)),
    var(--night);
  background-position: center;
  background-size: cover;
}

.stock-retail { background-image: linear-gradient(135deg, rgba(7, 29, 45, 0.36), rgba(18, 199, 162, 0.16)), url("assets/images/stock/retail-counter.jpg"); }
.stock-food { background-image: linear-gradient(135deg, rgba(7, 29, 45, 0.36), rgba(18, 199, 162, 0.16)), url("assets/images/stock/food-kitchen.jpg"); }
.stock-education { background-image: linear-gradient(135deg, rgba(7, 29, 45, 0.36), rgba(18, 199, 162, 0.16)), url("assets/images/stock/education-training.jpg"); }
.stock-food-counter { background-image: linear-gradient(135deg, rgba(7, 29, 45, 0.36), rgba(18, 199, 162, 0.16)), url("assets/images/stock/food-counter.jpg"); }
.stock-consulting { background-image: linear-gradient(135deg, rgba(7, 29, 45, 0.36), rgba(18, 199, 162, 0.16)), url("assets/images/stock/business-consulting.jpg"); }
.stock-hardware { background-image: linear-gradient(135deg, rgba(7, 29, 45, 0.36), rgba(18, 199, 162, 0.16)), url("assets/images/stock/business-technology.jpg"); }
.stock-training { background-image: linear-gradient(135deg, rgba(7, 29, 45, 0.36), rgba(18, 199, 162, 0.16)), url("assets/images/stock/team-training.jpg"); }
.stock-automation { background-image: linear-gradient(135deg, rgba(7, 29, 45, 0.36), rgba(18, 199, 162, 0.16)), url("assets/images/stock/hats-cyborg.png"); }

.project-card p {
  flex: 1;
}

.project-card .client-logo {
  margin-top: 12px;
}

.dark-logo {
  background: #07151f;
}

.wide-logo {
  object-fit: contain;
}

.hats-hero .split {
  align-items: center;
}

.hats-visual {
  overflow: hidden;
  border: 1px solid rgba(43, 214, 255, 0.24);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  background: #07151f;
}

.hats-visual img {
  display: block;
  width: 100%;
  min-height: 300px;
  max-height: 430px;
  object-fit: contain;
  opacity: 0.92;
}

.faq-list {
  display: grid;
  gap: 12px;
}

details {
  padding: 18px 20px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
}

summary {
  cursor: pointer;
  color: var(--ink);
  font-weight: 900;
}

.cta-band {
  color: #fff;
  background:
    radial-gradient(circle at 88% 18%, rgba(18, 199, 162, 0.24), transparent 28%),
    linear-gradient(135deg, rgba(7, 21, 31, 0.98), rgba(17, 103, 168, 0.92), rgba(18, 199, 162, 0.56));
}

.cta-band h2 {
  color: #fff;
}

.cta-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.cta-character {
  display: flex;
  align-items: center;
  gap: 18px;
}

.cta-character img {
  width: 108px;
  height: 108px;
  object-fit: contain;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 18px 36px rgba(7, 29, 45, 0.18);
  animation: characterFloat 4.8s ease-in-out infinite;
}

.contact-character {
  margin: 24px 0 4px;
  display: flex;
  align-items: center;
  gap: 14px;
}

.contact-character img {
  width: 136px;
  max-height: 150px;
  object-fit: contain;
  filter: drop-shadow(0 18px 26px rgba(7, 29, 45, 0.16));
  animation: characterFloat 5s ease-in-out infinite;
}

.problem-grid .card,
.topic-card {
  position: relative;
}

.problem-grid .card::before,
.topic-card::before,
.resource-grid article::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  margin-bottom: 16px;
  border-radius: 999px;
  background:
    linear-gradient(135deg, rgba(43, 214, 255, 0.18), rgba(18, 199, 162, 0.24)),
    #fff;
  border: 1px solid rgba(18, 199, 162, 0.28);
  box-shadow: inset 0 0 0 8px rgba(7, 29, 45, 0.04);
}

.problem-grid .card::after,
.topic-card::after,
.resource-grid article::after {
  content: "✓";
  position: absolute;
  top: 29px;
  left: 37px;
  color: var(--blue);
  font-weight: 900;
}

.inquiry-form {
  display: grid;
  gap: 14px;
}

.inquiry-form label {
  display: grid;
  gap: 6px;
  color: var(--ink);
  font-weight: 850;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 12px 13px;
  color: var(--text);
  font: inherit;
  background: #fff;
}

textarea {
  resize: vertical;
}

.form-status {
  min-height: 24px;
  margin: 0;
  color: var(--green);
  font-weight: 900;
}

.map-placeholder {
  min-height: 84px;
  display: grid;
  place-items: center;
  gap: 8px;
  text-align: center;
  color: var(--muted);
  text-decoration: none;
  background:
    linear-gradient(45deg, rgba(17, 24, 39, 0.055) 25%, transparent 25%),
    linear-gradient(-45deg, rgba(17, 24, 39, 0.055) 25%, transparent 25%),
    #fff;
  background-size: 24px 24px;
}

.map-card {
  margin-top: 24px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 12px 32px rgba(17, 24, 39, 0.06);
}

.map-card iframe {
  display: block;
  width: 100%;
  min-height: 300px;
  border: 0;
}

.map-placeholder span {
  color: var(--blue);
  font-weight: 900;
}

.map-placeholder small {
  max-width: 360px;
  color: var(--text);
  font-weight: 700;
}

.footer {
  padding: 54px 0 22px;
  background: linear-gradient(135deg, #06141f, #071d2d 55%, #064946);
  color: #dce5f2;
}

.footer h2,
.footer h3 {
  color: #fff;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr repeat(3, 1fr);
  gap: 30px;
}

.footer a {
  display: block;
  margin: 8px 0;
  color: #dce5f2;
  text-decoration: none;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  margin-top: 28px;
  padding-top: 18px;
}

.whatsapp-float {
  position: fixed;
  right: 18px;
  bottom: 88px;
  z-index: 70;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 16px;
  border-radius: 999px;
  background: linear-gradient(135deg, #075e54, #25d366);
  color: #f7fffb;
  font-weight: 900;
  text-decoration: none;
  box-shadow: var(--shadow);
  animation: floatPulse 2.7s ease-in-out infinite;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.floating-cta-stack {
  position: fixed;
  right: 18px;
  bottom: 158px;
  z-index: 42;
  display: grid;
  gap: 10px;
}

.floating-cta-stack a {
  min-width: 174px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  padding: 10px 14px;
  border: 1px solid rgba(43, 214, 255, 0.28);
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, rgba(7, 29, 45, 0.96), rgba(17, 103, 168, 0.92), rgba(18, 199, 162, 0.88));
  box-shadow: 0 12px 28px rgba(7, 29, 45, 0.2);
  text-decoration: none;
  font-size: 0.84rem;
  font-weight: 900;
  transform: translateX(0);
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.floating-cta-stack a:hover {
  transform: translateX(-4px);
  box-shadow: 0 18px 36px rgba(7, 29, 45, 0.28);
}

.floating-cta-stack .btn-icon {
  width: 18px;
  height: 18px;
  color: #fff;
}

.float-icon,
.float-icon svg {
  display: inline-grid;
  place-items: center;
}

.float-icon svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.whatsapp-float::before,
.chat-toggle::before {
  content: "";
  position: absolute;
  inset: -7px;
  z-index: -1;
  border-radius: inherit;
  background: currentColor;
  opacity: 0.12;
  animation: haloPing 2.2s ease-out infinite;
}

.whatsapp-float:hover {
  transform: translateY(-3px) scale(1.03);
  box-shadow: 0 18px 36px rgba(34, 197, 94, 0.28);
}

.chat-widget {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 80;
}

.chat-toggle {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 48px;
  padding: 12px 16px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--night), var(--blue), var(--green));
  color: #fff;
  font-weight: 900;
  box-shadow: var(--shadow);
  cursor: pointer;
  animation: assistantGlow 3.2s ease-in-out infinite;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.chat-toggle:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 36px rgba(18, 199, 162, 0.26);
}

.chat-panel {
  display: none;
  position: absolute;
  right: 0;
  bottom: 60px;
  width: min(340px, calc(100vw - 32px));
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--shadow);
}

.chat-panel.open {
  display: block;
  animation: panelRise 180ms ease both;
}

.chat-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 16px;
  background: var(--night);
  color: #fff;
}

.chat-close {
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 1rem;
  cursor: pointer;
}

.chat-messages {
  max-height: 260px;
  overflow: auto;
  padding: 14px;
  display: grid;
  gap: 10px;
}

.bot-message,
.user-message {
  margin: 0;
  padding: 10px 12px;
  border-radius: var(--radius);
}

.bot-message {
  background: var(--soft);
}

.user-message {
  background: var(--mist);
  color: var(--ink);
  justify-self: end;
}

.chat-actions {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  padding: 12px;
  border-top: 1px solid var(--line);
}

.chat-actions button {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  padding: 9px;
  font-weight: 850;
  cursor: pointer;
}

.legal-page {
  min-height: 70vh;
}

.legal-page h1 {
  font-size: clamp(2.2rem, 4vw, 3.8rem);
}

.legal-page h2 {
  margin-top: 32px;
  font-size: 1.45rem;
}

.reveal-ready {
  opacity: 0;
  transform: translateY(18px);
}

.reveal-ready.is-visible {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 620ms ease, transform 620ms ease;
}

@keyframes buttonSheen {
  from {
    transform: translateX(-180%) rotate(18deg);
  }
  to {
    transform: translateX(420%) rotate(18deg);
  }
}

@keyframes floatPulse {
  0%, 100% {
    transform: translateY(0);
    box-shadow: 0 16px 34px rgba(34, 197, 94, 0.18);
  }
  50% {
    transform: translateY(-5px);
    box-shadow: 0 22px 42px rgba(34, 197, 94, 0.3);
  }
}

@keyframes assistantGlow {
  0%, 100% {
    box-shadow: 0 16px 34px rgba(17, 19, 21, 0.18);
  }
  50% {
    box-shadow: 0 18px 42px rgba(18, 199, 162, 0.34);
  }
}

@keyframes characterFloat {
  0%, 100% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-10px) rotate(1.3deg);
  }
}

@keyframes panelRise {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes screenGrid {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 42px 42px;
  }
}

@keyframes railSlide {
  from {
    opacity: 0;
    transform: translate(-12px, -50%);
  }
  to {
    opacity: 1;
    transform: translate(0, -50%);
  }
}

@keyframes haloPing {
  0% {
    transform: scale(0.88);
    opacity: 0.16;
  }
  75%, 100% {
    transform: scale(1.28);
    opacity: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
  }

  .reveal-ready {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 1040px) {
  .nav {
    padding: 10px 0;
  }

  .nav-toggle {
    display: block;
    flex: 0 0 auto;
  }

  .nav-menu {
    display: none;
    position: absolute;
    left: 16px;
    right: 16px;
    top: calc(100% + 8px);
    padding: 16px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: #fff;
    box-shadow: var(--shadow);
    align-items: flex-start;
    flex-direction: column;
  }

  .nav-menu.open {
    display: flex;
  }

  .nav-menu a {
    width: 100%;
    border-radius: var(--radius);
  }

  .hero-grid,
  .split,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .card-grid,
  .resource-grid,
  .visual-grid,
  .download-grid,
  .service-grid,
  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .section {
    padding: 64px 0;
  }

  .brand {
    min-width: auto;
  }

  .brand-logo {
    height: 36px;
    max-width: 150px;
  }

  .brand small {
    display: none;
  }

  .hero {
    min-height: auto;
    padding: 72px 0 62px;
  }

  .hero-character {
    min-height: 210px;
    padding: 16px;
  }

  .hero-character img {
    max-width: 48%;
    max-height: 180px;
  }

  .character-card {
    min-height: 300px;
  }

  .character-card img {
    max-height: 280px;
  }

  .cta-character {
    align-items: flex-start;
    flex-direction: column;
  }

  .cta-character img {
    width: 84px;
    height: 84px;
  }

  .contact-character img {
    width: 96px;
  }

  .page-hero {
    padding: 70px 0 56px;
  }

  .hero-panel,
  .card-grid,
  .resource-grid,
  .visual-grid,
  .download-grid,
  .footer-grid,
  .service-grid {
    grid-template-columns: 1fr;
  }

  .button-row,
  .btn,
  .cta-content {
    width: 100%;
  }

  .cta-content {
    display: grid;
  }

  .whatsapp-float {
    left: 33.333%;
    right: auto;
    bottom: 0;
    width: 33.333%;
    height: 72px;
    justify-content: center;
    padding: 10px 4px;
    border-radius: 0;
    box-shadow: 0 -10px 26px rgba(7, 29, 45, 0.14);
    animation: none;
  }

  .chat-widget {
    left: 66.666%;
    right: 0;
    bottom: 0;
    width: 33.334%;
    height: 72px;
    display: flex;
    align-items: stretch;
    z-index: 90;
  }

  .chat-toggle {
    width: 100%;
    min-height: 0;
    height: 72px;
    justify-content: center;
    padding: 10px 4px;
    border-radius: 0;
    animation: none;
    box-shadow: 0 -10px 26px rgba(7, 29, 45, 0.14);
  }

  .chat-panel {
    right: 8px;
    bottom: 82px;
    width: calc(100vw - 16px);
  }

  .floating-cta-stack {
    left: 0;
    right: auto;
    bottom: 0;
    width: 33.333%;
    height: 72px;
    display: flex;
    gap: 0;
    z-index: 90;
  }

  .floating-cta-stack a {
    width: 100%;
    min-width: 0;
    height: 72px;
    justify-content: center;
    padding: 10px 4px;
    border-radius: 0;
    font-size: 0.72rem;
    box-shadow: 0 -10px 26px rgba(7, 29, 45, 0.14);
  }

  .floating-cta-stack .btn-icon,
  .whatsapp-float .float-icon,
  .chat-toggle .btn-icon {
    width: 18px;
    height: 18px;
    flex: 0 0 auto;
  }

  .floating-cta-stack .btn-icon svg,
  .whatsapp-float .float-icon svg,
  .chat-toggle .btn-icon svg {
    width: 18px;
    height: 18px;
  }

  .floating-cta-stack .float-label,
  .whatsapp-float .float-label,
  .chat-toggle span:last-child {
    max-width: 74px;
    line-height: 1.15;
    text-align: center;
  }

  .social-rail {
    display: none;
  }

  body {
    padding-bottom: 72px;
  }
}

.blog-article-section {
  background: #f7fbfb;
}

.article-stack {
  display: grid;
  gap: 34px;
  max-width: 980px;
}

.blog-article {
  scroll-margin-top: 110px;
  background: #ffffff;
  border: 1px solid rgba(11, 71, 95, 0.14);
  border-radius: 8px;
  padding: clamp(24px, 4vw, 46px);
  box-shadow: 0 18px 50px rgba(4, 36, 54, 0.08);
}

.article-topline,
.article-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
}

.article-topline {
  margin-bottom: 14px;
  color: #0b6f79;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.blog-article h2 {
  max-width: 820px;
  margin-bottom: 16px;
  font-size: clamp(1.85rem, 3vw, 3rem);
  line-height: 1.08;
}

.article-lead {
  max-width: 820px;
  color: #31515f;
  font-size: clamp(1.08rem, 2vw, 1.28rem);
  line-height: 1.7;
}

.article-image {
  margin: 24px 0;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid rgba(11, 71, 95, 0.12);
  background: #f7fbfb;
  aspect-ratio: 16 / 8;
}

.article-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.blog-article h3 {
  margin: 30px 0 10px;
  font-size: clamp(1.18rem, 2vw, 1.45rem);
  line-height: 1.2;
}

.blog-article p {
  color: #183443;
  font-size: 1.03rem;
  line-height: 1.82;
}

.article-actions {
  margin: 18px 0 22px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(11, 71, 95, 0.12);
}

.share-tools {
  display: flex;
  align-items: center;
  gap: 7px;
  flex-wrap: wrap;
}

.share-tools span {
  color: #31515f;
  font-size: 0.9rem;
  font-weight: 800;
}

.share-tools button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 50%;
  padding: 0;
  color: #ffffff;
  background: linear-gradient(135deg, #0d6b95, #13bfa6);
  font: inherit;
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 10px 22px rgba(8, 90, 114, 0.16);
}

.comment-form button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border: 0;
  border-radius: 999px;
  padding: 10px 16px;
  color: #ffffff;
  background: linear-gradient(135deg, #0d6b95, #13bfa6);
  font: inherit;
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 12px 26px rgba(8, 90, 114, 0.18);
}

.share-tools button svg {
  width: 17px;
  height: 17px;
  fill: currentColor;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.share-tools button:hover,
.comment-form button:hover {
  transform: translateY(-1px);
}

.blog-comments {
  margin-top: 34px;
  padding-top: 26px;
  border-top: 1px solid rgba(11, 71, 95, 0.12);
}

.blog-comments h3 {
  margin-top: 0;
}

.comment-form {
  display: grid;
  gap: 14px;
  padding: 18px;
  border: 1px solid rgba(11, 71, 95, 0.14);
  border-radius: 8px;
  background: #f8fcfc;
}

.comment-form label {
  display: grid;
  gap: 7px;
  color: #183443;
  font-weight: 800;
}

.comment-form input,
.comment-form textarea {
  width: 100%;
  border: 1px solid rgba(11, 71, 95, 0.2);
  border-radius: 8px;
  padding: 12px 14px;
  color: #082435;
  background: #ffffff;
  font: inherit;
  resize: vertical;
}

.comment-form button {
  justify-self: start;
}

.comment-list {
  display: grid;
  gap: 12px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.comment-list li {
  border: 1px solid rgba(11, 71, 95, 0.12);
  border-radius: 8px;
  padding: 14px 16px;
  background: #ffffff;
}

.comment-list strong {
  display: inline-block;
  margin-right: 8px;
  color: #082435;
}

.comment-list span {
  color: #60727c;
  font-size: 0.88rem;
}

.comment-list p {
  margin: 8px 0 0;
  font-size: 0.98rem;
  line-height: 1.6;
}

.comment-list .comment-empty {
  color: #60727c;
}

@media (max-width: 720px) {
  .article-image {
    aspect-ratio: 1 / 1;
  }

  .blog-article {
    padding: 22px;
  }

  .share-tools,
  .comment-form button {
    width: 100%;
  }

  .share-tools {
    width: auto;
  }
}
