/*!*************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[3]!./app/globals.css ***!
  \*************************************************************************************************************************************************************************************************************************************************************/
:root {
  --primary: #d85b47;
  --primary-soft: #fff0ec;
  --primary-deep: #ad432f;
  --ink: #082f3f;
  --ink-2: #113f52;
  --muted: #687988;
  --line: #e8edf1;
  --panel: #f3f5f7;
  --panel-2: #eef2f4;
  --white: #ffffff;
  --dark: #062d3c;
  --radius-lg: 32px;
  --radius-xl: 44px;
  --shadow: 0 24px 70px rgba(6, 45, 60, 0.12);
  --shadow-soft: 0 18px 44px rgba(6, 45, 60, 0.08);
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--white);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea,
select {
  font: inherit;
}

main {
  min-height: 60vh;
}

.container {
  width: min(var(--max), calc(100% - 40px));
  margin-inline: auto;
}

.site-header {
  padding: 22px 18px 0;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 50;
}

.nav-wrap {
  width: min(1240px, 100%);
  margin-inline: auto;
  background: rgba(245, 247, 249, 0.9);
  border: 1px solid rgba(8, 47, 63, 0.05);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  border-radius: 22px;
  min-height: 72px;
  display: grid;
  grid-template-columns: 190px 1fr auto;
  align-items: center;
  grid-gap: 20px;
  gap: 20px;
  padding: 0 22px;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.12), 0 4px 12px rgba(0, 0, 0, 0.06);
  position: relative;
}

.nav-wrap:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 180px;
  height: 72px;
  background: var(--white);
  border-radius: 22px 0 28px 0;
  -webkit-clip-path: polygon(0 0, 100% 0, 76% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 76% 100%, 0 100%);
  z-index: 0;
}

.brand,
.nav-links,
.nav-actions {
  position: relative;
  z-index: 1;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.brand.light {
  color: var(--white);
}

.brand-mark {
  position: relative;
  display: inline-grid;
  width: 24px;
  height: 24px;
}

.brand-mark i,
.brand-mark b {
  position: absolute;
  width: 14px;
  height: 14px;
  border-radius: 5px;
  transform: rotate(45deg);
}

.brand-mark i {
  background: var(--primary);
  left: 2px;
  bottom: 1px;
}

.brand-mark b {
  background: #3799ff;
  right: 1px;
  top: 1px;
}

.nav-links {
  display: flex;
  justify-content: center;
  gap: 26px;
  font-size: 13px;
  font-weight: 700;
}

.nav-links a {
  opacity: 0.72;
  transition: color 180ms ease, opacity 180ms ease;
}

.nav-links a:hover,
.nav-links a.active {
  color: var(--primary);
  opacity: 1;
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.lang-switch {
  border: 0;
  background: transparent;
  color: var(--ink);
  font-weight: 800;
  font-size: 12px;
  cursor: pointer;
}

.outline-btn,
.solid-btn,
.dark-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 22px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
  cursor: pointer;
}

.outline-btn {
  color: var(--ink);
  border: 1px solid var(--primary);
  background: rgba(255, 255, 255, 0.38);
}

.solid-btn {
  color: var(--white);
  border: 1px solid var(--primary);
  background: var(--primary);
  box-shadow: 0 12px 30px rgba(216, 91, 71, 0.28);
}

.dark-btn {
  color: var(--white);
  border: 1px solid var(--dark);
  background: var(--dark);
}

.tiny {
  min-height: 36px;
  padding-inline: 18px;
  font-size: 10px;
}

.outline-btn:hover,
.solid-btn:hover,
.dark-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 34px rgba(6, 45, 60, 0.12);
}

.page-hero {
  margin-top: 18px;
  min-height: 178px;
  display: grid;
  place-items: center;
  text-align: center;
  border-radius: 0 0 22px 22px;
  background: var(--panel);
  position: relative;
  overflow: hidden;
  padding: 42px 20px;
}

.page-hero:before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 25% 20%, rgba(216, 91, 71, 0.08), transparent 30%), radial-gradient(circle at 80% 0%, rgba(56, 153, 255, 0.08), transparent 28%);
}

.page-hero p,
.page-hero h1,
.page-hero span {
  position: relative;
  z-index: 1;
}

.page-hero p {
  margin: 0 0 10px;
  font-size: 12px;
  font-weight: 800;
  color: var(--muted);
}

.page-hero h1 {
  margin: 0;
  font-size: clamp(44px, 8vw, 68px);
  line-height: 0.9;
  letter-spacing: -0.08em;
}

.page-hero span {
  display: block;
  max-width: 720px;
  margin-top: 16px;
  color: var(--muted);
}

.hero-shell {
  margin-top: 18px;
  position: relative;
  overflow: hidden;
  border-radius: 0 0 28px 28px;
  background: var(--panel);
  min-height: 360px;
  padding: clamp(40px, 8vw, 76px) clamp(24px, 8vw, 110px);
}

.hero-bg-words {
  position: absolute;
  inset: 42px auto auto 0;
  white-space: nowrap;
  font-size: clamp(44px, 9vw, 108px);
  line-height: 0.9;
  font-weight: 950;
  color: rgba(8, 47, 63, 0.035);
  letter-spacing: -0.06em;
  pointer-events: none;
  animation: driftWords 24s linear infinite;
}

.hero-content {
  max-width: 680px;
  position: relative;
  z-index: 1;
}

.hero-content h1 {
  margin: 0 0 20px;
  font-size: clamp(54px, 8.6vw, 94px);
  line-height: 0.92;
  letter-spacing: -0.085em;
}

.hero-content p {
  max-width: 480px;
  color: var(--muted);
  font-weight: 600;
  margin: 0 0 26px;
}

.animated-word {
  color: var(--primary);
  display: inline-grid;
  min-width: 3.6em;
}

.animated-word span {
  animation: wordSwap 600ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.hero-orbit {
  position: absolute;
  right: 5%;
  bottom: 18%;
  width: clamp(220px, 30vw, 390px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(216, 91, 71, 0.2) 0 18%, transparent 19%), conic-gradient(from 180deg, rgba(216, 91, 71, 0.45), rgba(55, 153, 255, 0.2), rgba(216, 91, 71, 0.45));
  opacity: 0.85;
  filter: blur(0.2px);
  -webkit-mask: radial-gradient(circle, transparent 0 41%, #000 42% 46%, transparent 47% 100%);
          mask: radial-gradient(circle, transparent 0 41%, #000 42% 46%, transparent 47% 100%);
  animation: rotate 18s linear infinite;
}

.bento-grid {
  display: grid;
  grid-template-columns: 1.25fr 0.65fr 0.65fr;
  grid-gap: 20px;
  gap: 20px;
  margin-top: 26px;
  position: relative;
}

.bento-card {
  min-height: 240px;
  border-radius: 24px;
  overflow: hidden;
  padding: 34px;
  position: relative;
  background: var(--panel);
  box-shadow: var(--shadow-soft);
  transition: transform 300ms cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 300ms ease;
}

.bento-card:hover,
.service-tile:hover,
.blog-card:hover,
.case-card:hover,
.team-card:hover,
.price-card:hover {
  transform: translateY(-8px) rotateX(1deg) rotateY(-1deg);
  box-shadow: var(--shadow);
}

.bento-main {
  color: var(--white);
  min-height: 360px;
  grid-row: span 2;
  background: radial-gradient(circle at 85% 30%, rgba(255, 255, 255, 0.2), transparent 22%), linear-gradient(135deg, #1b1aa2, var(--primary) 52%, #f2b09e);
}

.offer-banner:before,
.visual-ribbon:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 0 35%, rgba(255, 255, 255, 0.22) 36% 38%, transparent 39% 100%);
  animation: shine 5s ease-in-out infinite;
}



.bento-main h2,
.bento-small h3,
.bento-side h3 {
  margin: 0;
  font-size: clamp(26px, 4vw, 46px);
  line-height: 0.98;
  letter-spacing: -0.06em;
  max-width: 420px;
}

.bento-main p,
.bento-side p,
.bento-small p {
  margin: 18px 0 28px;
  max-width: 360px;
  font-weight: 600;
  opacity: 0.82;
}

.bento-small {
  min-height: 170px;
  background: linear-gradient(135deg, var(--white), #f1f1ff);
}

.bento-small strong {
  font-size: clamp(44px, 7vw, 72px);
  line-height: 0.9;
  letter-spacing: -0.08em;
  color: var(--primary);
}

.bento-side {
  color: var(--ink);
  background: linear-gradient(145deg, #fff8f6, #ecf7ff);
  min-height: 360px;
  grid-row: span 2;
}

.avatar-stack {
  display: flex;
  margin-bottom: 26px;
}

.avatar-stack span {
  width: 40px;
  height: 40px;
  border: 3px solid var(--white);
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary), #ffd8ce);
  margin-right: -10px;
}

.arrow-floating {
  position: absolute;
  right: 16px;
  top: 16px;
  width: 56px;
  height: 56px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: var(--dark);
  color: var(--white);
  font-size: 24px;
  z-index: 2;
}

.split-panel {
  margin-top: 22px;
  background: var(--panel);
  border-radius: 28px;
  min-height: 330px;
  padding: clamp(28px, 6vw, 76px);
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 42px;
  gap: 42px;
  align-items: center;
  overflow: hidden;
  position: relative;
}

.split-panel:before {
  content: "";
  position: absolute;
  left: 8%;
  top: 16%;
  width: 255px;
  height: 255px;
  background: var(--white);
  border-radius: 36px;
  opacity: 0.88;
  transform: rotate(90deg);
  -webkit-clip-path: polygon(0 0, 38% 0, 38% 38%, 100% 38%, 100% 62%, 62% 62%, 62% 100%, 38% 100%, 38% 62%, 0 62%);
          clip-path: polygon(0 0, 38% 0, 38% 38%, 100% 38%, 100% 62%, 62% 62%, 62% 100%, 38% 100%, 38% 62%, 0 62%);
}

.split-panel > * {
  position: relative;
  z-index: 1;
}

.split-panel h2 {
  margin: 0;
  max-width: 450px;
  font-size: clamp(34px, 5vw, 54px);
  line-height: 0.98;
  letter-spacing: -0.065em;
}

.split-panel h2 span {
  color: var(--primary);
}

.split-panel p {
  color: var(--muted);
  font-weight: 600;
}

.check-list {
  columns: 2;
  padding: 0;
  margin: 26px 0 0;
  list-style: none;
}

.check-list li {
  margin: 10px 0;
  font-size: 13px;
  font-weight: 800;
}

.check-list li:before {
  content: "";
  width: 11px;
  height: 11px;
  display: inline-block;
  margin-right: 8px;
  border-radius: 50%;
  background: var(--primary);
  box-shadow: inset 0 0 0 3px #fff;
}

.section-title {
  margin: 80px 0 28px;
  max-width: 620px;
}

.section-title.center {
  margin-inline: auto;
  text-align: center;
}

.section-title p {
  margin: 0 0 10px;
  color: var(--primary);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.section-title h2 {
  margin: 0;
  font-size: clamp(34px, 5vw, 58px);
  line-height: 0.96;
  letter-spacing: -0.07em;
}

.section-title span {
  display: block;
  margin-top: 16px;
  color: var(--muted);
  font-weight: 600;
}

.ghost-marquee {
  margin: 70px 0 -20px;
  font-size: clamp(48px, 10vw, 130px);
  font-weight: 950;
  letter-spacing: -0.08em;
  white-space: nowrap;
  color: rgba(8, 47, 63, 0.035);
  line-height: 0.8;
  animation: driftWords 28s linear infinite;
}

.service-showcase {
  display: grid;
  grid-template-columns: 1.6fr 0.48fr 0.48fr;
  grid-gap: 20px;
  gap: 20px;
}

.service-feature {
  min-height: 360px;
  border-radius: 24px;
  padding: 52px;
  background: linear-gradient(135deg, rgba(216, 91, 71, 0.08), transparent), linear-gradient(140deg, #e1fbff, #f5fbff 52%, #ffffff);
  position: relative;
  overflow: hidden;
}

.service-feature:after {
  content: "Marketing";
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  color: rgba(8, 47, 63, 0.25);
  font-size: 38px;
  font-weight: 950;
}

.service-feature h3,
.service-rail h3 {
  position: relative;
  z-index: 1;
  margin: 0;
  font-size: clamp(32px, 4vw, 52px);
  line-height: 0.98;
  letter-spacing: -0.07em;
}

.service-feature p {
  position: relative;
  z-index: 1;
  max-width: 480px;
  color: var(--muted);
  font-weight: 600;
}

.service-rail {
  min-height: 360px;
  border-radius: 24px;
  padding: 34px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  background: linear-gradient(180deg, #fff2ee, #dff5ff);
  color: var(--white);
  overflow: hidden;
}

.service-rail:nth-child(3) {
  background: linear-gradient(180deg, #f6fbff, #e2e9ef);
}

.dark-grid {
  margin-top: 26px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
  gap: 20px;
  background: var(--dark);
  border-radius: 28px;
  padding: 54px;
  -webkit-clip-path: polygon(0 0, 96% 0, 100% 18%, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 96% 0, 100% 18%, 100% 100%, 0 100%);
}

.dark-feature {
  min-height: 210px;
  color: var(--white);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.icon-star {
  width: 64px;
  height: 64px;
  position: relative;
}

.icon-star:before,
.icon-star:after {
  content: "";
  position: absolute;
  inset: 50% auto auto 50%;
  width: 54px;
  height: 4px;
  border-radius: 10px;
  background: var(--primary);
  transform-origin: center;
}

.icon-star:before {
  transform: translate(-50%, -50%) rotate(0deg);
}

.icon-star:after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.icon-star span,
.icon-star span:before,
.icon-star span:after {
  position: absolute;
  content: "";
  inset: 50% auto auto 50%;
  width: 54px;
  height: 4px;
  border-radius: 10px;
  background: var(--primary);
  transform-origin: center;
}

.icon-star span {
  transform: translate(-50%, -50%) rotate(45deg);
}

.icon-star span:before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.dark-feature h3 {
  margin: 22px 0 10px;
  font-size: 30px;
  line-height: 0.98;
  letter-spacing: -0.05em;
}

.dark-feature p {
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
}

.service-grid,
.process-grid,
.case-grid,
.blog-grid,
.usecase-grid,
.team-grid,
.logo-row,
.pricing-grid {
  display: grid;
  grid-gap: 20px;
  gap: 20px;
}

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

.service-tile {
  min-height: 285px;
  border-radius: 26px;
  padding: 30px;
  background: var(--panel);
  position: relative;
  overflow: hidden;
  transition: transform 300ms ease, box-shadow 300ms ease;
}

.service-tile.dark {
  background: var(--dark);
  color: var(--white);
}

.service-tile:after {
  content: attr(data-index);
  position: absolute;
  right: 26px;
  top: 16px;
  font-size: 74px;
  line-height: 1;
  font-weight: 950;
  letter-spacing: -0.08em;
  color: rgba(8, 47, 63, 0.045);
}

.service-tile.dark:after {
  color: rgba(255, 255, 255, 0.08);
}

.service-tile h3 {
  margin: 44px 0 12px;
  font-size: 30px;
  line-height: 0.98;
  letter-spacing: -0.05em;
}

.service-tile p {
  color: var(--muted);
  font-weight: 600;
}

.service-tile.dark p {
  color: rgba(255, 255, 255, 0.72);
}

.service-tile ul {
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.service-tile li {
  margin: 8px 0;
  font-size: 13px;
  font-weight: 800;
}

.service-tile li:before {
  content: "+";
  color: var(--primary);
  margin-right: 8px;
}

.process-grid {
  grid-template-columns: repeat(4, 1fr);
}

.process-card {
  border-radius: 24px;
  background: var(--panel);
  padding: 26px;
  min-height: 200px;
  transition: transform 280ms ease;
}

.process-card:nth-child(odd) {
  background: var(--dark);
  color: var(--white);
}

.process-card h3 {
  margin: 0 0 12px;
  font-size: 23px;
  line-height: 1;
  letter-spacing: -0.04em;
}

.process-card p {
  margin: 0;
  color: inherit;
  opacity: 0.72;
  font-weight: 600;
}

.testimonial-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
  gap: 20px;
  margin-top: 24px;
}

.quote-card {
  min-height: 280px;
  background: var(--dark);
  color: var(--white);
  border-radius: 24px;
  padding: 48px;
  position: relative;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 86%, 78% 86%, 72% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 86%, 78% 86%, 72% 100%, 0 100%);
}

.quote-card:before {
  content: "\201C";
  position: absolute;
  left: 34px;
  top: 18px;
  font-size: 160px;
  line-height: 1;
  color: var(--primary);
  opacity: 0.8;
}

.quote-card p {
  position: relative;
  z-index: 1;
  font-size: 23px;
  line-height: 1.3;
  margin: 30px 0 34px;
  max-width: 560px;
}

.stat-card {
  min-height: 280px;
  border-radius: 24px;
  padding: 42px;
  background: var(--panel);
  position: relative;
  overflow: hidden;
}

.stat-card strong {
  display: block;
  font-size: clamp(72px, 10vw, 118px);
  line-height: 0.9;
  color: var(--primary);
  letter-spacing: -0.09em;
}

.dot-chart {
  position: absolute;
  right: 26px;
  bottom: 26px;
  display: grid;
  grid-template-columns: repeat(11, 12px);
  grid-gap: 10px;
  gap: 10px;
  opacity: 0.45;
}

.dot-chart i {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #cad3da;
}

.case-grid {
  grid-template-columns: repeat(4, 1fr);
}

.case-card {
  min-height: 220px;
  border-radius: 18px;
  padding: 22px;
  color: var(--white);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  transition: transform 280ms ease, box-shadow 280ms ease;
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #1f4958, #052333);
}

.case-card:before {
  content: "";
  position: absolute;
  inset: -60px;
  background: radial-gradient(circle at 35% 28%, rgba(255, 255, 255, 0.5), transparent 11%), radial-gradient(circle at 65% 62%, rgba(216, 91, 71, 0.44), transparent 20%);
  opacity: 0.75;
}

.case-card.green {
  background: linear-gradient(135deg, #738771, #d7ecd5);
}

.case-card.purple {
  background: linear-gradient(135deg, #88caff, #f5e8ff);
}

.case-card.dark {
  background: linear-gradient(135deg, #18173f, #5b355b);
}

.case-card small,
.case-card h3 {
  position: relative;
  z-index: 1;
}

.case-card small {
  font-weight: 800;
  opacity: 0.75;
}

.case-card h3 {
  margin: 7px 0 0;
  font-size: 22px;
  letter-spacing: -0.04em;
}

.blog-section {
  margin-top: 60px;
  border-radius: 28px;
  background: var(--panel);
  padding: 48px;
}

.blog-grid {
  grid-template-columns: repeat(3, 1fr);
}

.blog-card {
  min-height: 260px;
  border-radius: 18px;
  background: var(--white);
  padding: 34px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: transform 280ms ease, box-shadow 280ms ease;
}

.blog-card small {
  color: var(--muted);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.blog-card h3 {
  margin: 18px 0 10px;
  font-size: 27px;
  line-height: 0.98;
  letter-spacing: -0.05em;
}

.blog-card p {
  color: var(--muted);
  font-weight: 600;
}

.logo-row {
  grid-template-columns: repeat(5, 1fr);
  margin: 42px 0 56px;
}

.logo-pill {
  min-height: 58px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  font-weight: 950;
  letter-spacing: -0.04em;
  color: rgba(8, 47, 63, 0.36);
  background: transparent;
}

.cta-band {
  margin-top: 36px;
  border-radius: 28px;
  background: linear-gradient(135deg, #227cff, var(--primary) 72%, #f3b8ab);
  padding: clamp(34px, 7vw, 72px);
  display: grid;
  grid-template-columns: 0.8fr 1fr;
  grid-gap: 40px;
  gap: 40px;
  color: var(--white);
  overflow: hidden;
  position: relative;
}

.cta-band h2 {
  margin: 0;
  font-size: clamp(34px, 5vw, 58px);
  line-height: 0.98;
  letter-spacing: -0.07em;
}

.cta-form {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 24px;
  padding: 28px;
  -webkit-clip-path: polygon(0 0, 94% 0, 100% 10%, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 94% 0, 100% 10%, 100% 100%, 0 100%);
}

.form-grid {
  display: grid;
  grid-gap: 18px;
  gap: 18px;
}

.form-grid input,
.form-grid textarea,
.form-grid select,
.newsletter-form input {
  width: 100%;
  border: 0;
  border-bottom: 1px solid rgba(8, 47, 63, 0.18);
  background: transparent;
  min-height: 46px;
  color: var(--ink);
  outline: none;
}

.form-grid textarea {
  min-height: 110px;
  resize: vertical;
}

.offer-banner {
  margin-top: 26px;
  min-height: 380px;
  border-radius: 22px;
  padding: 58px;
  color: var(--ink);
  display: flex;
  align-items: center;
  overflow: hidden;
  position: relative;
  background: linear-gradient(110deg, rgba(255, 255, 255, 0.95) 0 45%, rgba(255, 255, 255, 0.3) 45%), linear-gradient(135deg, #00b3ff, #f2fbff 48%, #dbf3ff);
}

.offer-banner:after {
  content: "Marketing";
  position: absolute;
  right: -18px;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  color: rgba(255, 255, 255, 0.8);
  font-size: 84px;
  font-weight: 950;
}

.offer-copy {
  max-width: 460px;
  position: relative;
  z-index: 1;
}

.offer-copy h2,
.intro-copy h2 {
  margin: 0 0 18px;
  font-size: clamp(36px, 5vw, 58px);
  line-height: 0.96;
  letter-spacing: -0.07em;
}

.offer-copy p,
.intro-copy p {
  color: var(--muted);
  font-weight: 600;
}

.filter-row {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin: 30px 0;
  flex-wrap: wrap;
}

.filter-row button {
  border: 0;
  border-radius: 999px;
  background: var(--panel);
  color: var(--muted);
  min-height: 34px;
  padding: 0 16px;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  cursor: pointer;
}

.filter-row button.active {
  background: var(--primary);
  color: var(--white);
}

.faq-panel {
  margin-top: 28px;
  background: var(--panel);
  border-radius: 28px;
  padding: clamp(30px, 6vw, 70px);
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  grid-gap: 70px;
  gap: 70px;
  align-items: center;
  position: relative;
  overflow: hidden;
}

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

.faq-item {
  border-bottom: 1px solid rgba(8, 47, 63, 0.12);
}

.faq-item button {
  width: 100%;
  min-height: 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 0;
  background: transparent;
  color: var(--ink);
  padding: 0;
  text-align: left;
  cursor: pointer;
  font-weight: 900;
}

.faq-item i {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid rgba(8, 47, 63, 0.18);
  display: grid;
  place-items: center;
  font-style: normal;
  color: var(--primary);
}

.faq-content {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 250ms ease;
}

.faq-content p {
  overflow: hidden;
  margin: 0;
  color: var(--muted);
  font-weight: 600;
}

.faq-item.open .faq-content {
  grid-template-rows: 1fr;
  padding-bottom: 18px;
}

.pricing-grid {
  grid-template-columns: 1fr 1fr;
}

.price-card {
  min-height: 390px;
  border-radius: 26px;
  padding: 46px;
  background: var(--dark);
  color: var(--white);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 88%, 92% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 88%, 92% 100%, 0 100%);
  transition: transform 280ms ease, box-shadow 280ms ease;
}

.price-card.gradient {
  background: linear-gradient(135deg, #2d83ff, var(--primary) 80%);
}

.price-card strong {
  display: block;
  margin-top: 12px;
  font-size: 72px;
  line-height: 0.9;
  letter-spacing: -0.08em;
}

.price-card sup,
.price-card span {
  font-size: 18px;
  opacity: 0.75;
}

.price-card ul {
  padding: 0;
  margin: 28px 0;
  list-style: none;
}

.price-card li {
  margin: 10px 0;
  font-size: 14px;
  font-weight: 800;
}

.price-card li:before {
  content: "check";
  font-size: 11px;
  margin-right: 10px;
}

.about-intro {
  margin-top: 46px;
  display: grid;
  grid-template-columns: 1fr 0.95fr;
  grid-gap: 80px;
  gap: 80px;
  align-items: center;
}

.visual-card,
.visual-wide,
.visual-small,
.map-card {
  border-radius: 24px;
  min-height: 300px;
  background: radial-gradient(circle at 72% 22%, rgba(216, 91, 71, 0.7), transparent 11%), radial-gradient(circle at 40% 50%, rgba(54, 153, 255, 0.7), transparent 18%), linear-gradient(135deg, #131536, #0b344a 58%, #1b6571);
  position: relative;
  overflow: hidden;
  box-shadow: var(--shadow-soft);
}

.visual-card:before,
.visual-wide:before,
.map-card:before {
  content: "AI";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 74px;
  height: 74px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--primary);
  color: var(--white);
  font-weight: 950;
  box-shadow: 0 0 0 18px rgba(216, 91, 71, 0.14);
}

.value-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
  gap: 20px;
  margin-top: 44px;
}

.value-card {
  min-height: 230px;
  border-radius: 24px;
  padding: 32px;
  background: var(--panel);
}

.value-card:first-child {
  background: var(--dark);
  color: var(--white);
}

.value-card h3 {
  margin: 62px 0 12px;
  font-size: 28px;
  letter-spacing: -0.05em;
}

.visual-wide {
  min-height: 350px;
  margin-top: 22px;
  border-radius: 22px;
  display: grid;
  place-items: center;
  color: var(--white);
  text-align: center;
}

.visual-wide:before {
  content: "play";
  width: 60px;
  height: 60px;
  font-size: 14px;
}

.stats-strip {
  margin-top: 22px;
  background: linear-gradient(135deg, #0b0a17, #1d1732, #151515);
  border-radius: 18px;
  min-height: 150px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  color: var(--white);
  text-align: center;
}

.stats-strip strong {
  display: block;
  color: var(--primary);
  font-size: 46px;
  letter-spacing: -0.06em;
}

.timeline-card {
  margin-top: 22px;
  background: var(--panel);
  border-radius: 24px;
  padding: 56px;
  display: grid;
  grid-gap: 22px;
  gap: 22px;
}

.timeline-row {
  display: grid;
  grid-template-columns: 1fr 90px 1fr;
  grid-gap: 20px;
  gap: 20px;
  align-items: center;
}

.timeline-row b {
  color: var(--primary);
  font-size: 22px;
  text-align: center;
}

.timeline-box {
  background: var(--white);
  border-radius: 14px;
  padding: 18px;
  box-shadow: 0 12px 30px rgba(6, 45, 60, 0.08);
}

.team-grid {
  grid-template-columns: repeat(6, 1fr);
}

.team-card {
  min-height: 188px;
  border-radius: 18px;
  overflow: hidden;
  background: linear-gradient(180deg, #f1f1f1, #d5d9dc);
  display: flex;
  align-items: flex-end;
  padding: 18px;
  transition: transform 280ms ease, box-shadow 280ms ease;
}

.team-card span {
  color: var(--white);
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.55));
  margin: -18px;
  padding: 80px 18px 18px;
  width: calc(100% + 36px);
  font-weight: 900;
}

.blog-layout {
  display: grid;
  grid-template-columns: 1fr 320px;
  grid-gap: 80px;
  gap: 80px;
  margin-top: 58px;
}

.article-list {
  display: grid;
  grid-gap: 80px;
  gap: 80px;
}

.article-preview {
  position: relative;
}

.article-image {
  border-radius: 22px;
  min-height: 280px;
  background: radial-gradient(circle at 60% 30%, rgba(216, 91, 71, 0.68), transparent 17%), radial-gradient(circle at 34% 70%, rgba(49, 140, 255, 0.54), transparent 18%), linear-gradient(135deg, #2f1530, #062d3c);
  margin-bottom: 24px;
  overflow: hidden;
}

.article-preview:nth-child(2) .article-image {
  background: linear-gradient(135deg, #1e1532, #7754aa, #e1e8ff);
}

.article-preview:nth-child(3) .article-image {
  background: linear-gradient(135deg, #ccefff, #042b3a);
}

.article-preview small {
  color: var(--muted);
  font-weight: 900;
  text-transform: uppercase;
  font-size: 11px;
}

.article-preview h2 {
  margin: 12px 0;
  font-size: clamp(30px, 4vw, 42px);
  line-height: 0.98;
  letter-spacing: -0.06em;
}

.article-preview p {
  color: var(--muted);
  font-weight: 600;
  max-width: 720px;
}

.sidebar {
  display: grid;
  align-content: start;
  grid-gap: 28px;
  gap: 28px;
}

.author-card,
.sidebar-card {
  border-radius: 24px;
  background: var(--panel);
  padding: 26px;
}

.author-avatar {
  width: 110px;
  height: 110px;
  margin: -70px auto 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ffd9d1, var(--primary));
  border: 8px solid var(--white);
}

.search-input {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 14px 18px;
  outline: none;
}

.tag-cloud {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.tag-cloud span {
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid var(--line);
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}

.contact-layout {
  margin-top: 52px;
  display: grid;
  grid-template-columns: 1fr 0.75fr;
  grid-gap: 24px;
  gap: 24px;
}

.contact-card {
  border-radius: 28px;
  background: linear-gradient(135deg, #2d83ff, var(--primary) 72%, #f3b8ab);
  padding: clamp(34px, 5vw, 60px);
  color: var(--white);
}

.contact-card h2 {
  margin: 0 0 22px;
  font-size: clamp(34px, 5vw, 54px);
  line-height: 0.98;
  letter-spacing: -0.07em;
}

.contact-form-wrap {
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.92);
  padding: 30px;
  color: var(--ink);
}

.contact-info-grid {
  display: grid;
  grid-gap: 20px;
  gap: 20px;
}

.info-card {
  border-radius: 22px;
  background: var(--panel);
  padding: 28px;
}

.info-card h3 {
  margin: 0 0 10px;
  font-size: 24px;
  letter-spacing: -0.04em;
}

.map-card {
  min-height: 260px;
  background: linear-gradient(135deg, #f5f7f9, #fff0ec);
  border: 1px solid var(--line);
}

.map-card:before {
  content: "Roma";
  width: 84px;
  height: 84px;
}

.ai-hero-card {
  margin-top: 32px;
  min-height: 380px;
  border-radius: 28px;
  padding: clamp(34px, 6vw, 72px);
  color: var(--white);
  background: radial-gradient(circle at 70% 32%, rgba(255,255,255,0.2), transparent 18%), linear-gradient(135deg, #09182a, var(--primary));
  position: relative;
  overflow: hidden;
}

.ai-hero-card h2 {
  max-width: 680px;
  margin: 0;
  font-size: clamp(42px, 7vw, 78px);
  line-height: 0.92;
  letter-spacing: -0.08em;
}

.ai-hero-card p {
  max-width: 560px;
  font-weight: 600;
  opacity: 0.78;
}

.usecase-grid {
  grid-template-columns: repeat(3, 1fr);
}

.usecase-card {
  min-height: 180px;
  border-radius: 22px;
  padding: 28px;
  background: var(--panel);
}

.usecase-card h3 {
  margin: 0 0 10px;
  font-size: 24px;
  letter-spacing: -0.04em;
}

.footer-shell {
  margin-top: 70px;
  padding: 0 18px 28px;
}

.newsletter {
  text-align: center;
  padding: 90px 20px 70px;
  background: radial-gradient(circle at 50% 20%, rgba(216, 91, 71, 0.12), transparent 18%), linear-gradient(90deg, #fffdfa, #eefaff);
  border-radius: 28px 28px 0 0;
}

.newsletter p {
  margin: 0 0 10px;
  color: var(--primary);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0.08em;
}

.newsletter h2 {
  margin: 0;
  font-size: clamp(36px, 5vw, 56px);
  line-height: 1;
  letter-spacing: -0.07em;
}

.newsletter span {
  display: block;
  margin: 12px auto 24px;
  color: var(--muted);
  max-width: 500px;
  font-weight: 600;
}

.newsletter-form {
  width: min(420px, 100%);
  margin: 0 auto;
  background: var(--white);
  border-radius: 999px;
  display: grid;
  grid-template-columns: 1fr 120px;
  padding: 5px;
  box-shadow: 0 12px 38px rgba(6, 45, 60, 0.08);
}

.newsletter-form input {
  border: 0;
  min-height: 38px;
  padding-left: 18px;
}

.newsletter-form button {
  border: 0;
  border-radius: 999px;
  background: #050505;
  color: var(--white);
  font-size: 11px;
  font-weight: 950;
  text-transform: uppercase;
  cursor: pointer;
}

.footer-card {
  width: min(1240px, 100%);
  margin-inline: auto;
  background: var(--dark);
  color: var(--white);
  min-height: 250px;
  border-radius: 18px;
  padding: 56px clamp(30px, 8vw, 140px);
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr 1fr;
  grid-gap: 36px;
  gap: 36px;
  -webkit-clip-path: polygon(0 0, 74% 0, 78% 16%, 100% 16%, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 74% 0, 78% 16%, 100% 16%, 100% 100%, 0 100%);
}

.footer-card h3 {
  margin: 0 0 18px;
  font-size: 18px;
}

.footer-card a,
.footer-card span,
.footer-card p {
  display: block;
  margin: 8px 0;
  color: rgba(255, 255, 255, 0.75);
  font-size: 13px;
  font-weight: 700;
}

.copyright {
  width: min(1240px, 100%);
  margin: 18px auto 0;
  text-align: right;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
}

.reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 700ms ease, transform 700ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes wordSwap {
  from {
    opacity: 0;
    transform: translateY(20px) rotate(2deg);
    filter: blur(6px);
  }
  to {
    opacity: 1;
    transform: translateY(0) rotate(0);
    filter: blur(0);
  }
}

@keyframes driftWords {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-40%);
  }
}

@keyframes rotate {
  to {
    transform: rotate(360deg);
  }
}

@keyframes shine {
  0%, 70%, 100% {
    transform: translateX(-80%);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  95% {
    transform: translateX(80%);
    opacity: 0;
  }
}

@media (max-width: 1024px) {
  .nav-wrap {
    grid-template-columns: 160px 1fr;
  }

  .nav-actions {
    display: none;
  }

  .bento-grid,
  .split-panel,
  .faq-panel,
  .about-intro,
  .blog-layout,
  .contact-layout,
  .cta-band,
  .testimonial-stats {
    grid-template-columns: 1fr;
  }

  .service-grid,
  .dark-grid,
  .process-grid,
  .blog-grid,
  .service-showcase,
  .pricing-grid,
  .value-cards,
  .usecase-grid {
    grid-template-columns: 1fr 1fr;
  }

  .case-grid,
  .team-grid,
  .logo-row {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer-card {
    grid-template-columns: 1fr 1fr;
    -webkit-clip-path: none;
            clip-path: none;
  }
}

@media (max-width: 720px) {
  .container {
    width: min(100% - 24px, var(--max));
  }

  .site-header {
    padding-inline: 12px;
  }

  .nav-wrap {
    grid-template-columns: 1fr;
    padding: 18px;
  }

  .nav-wrap:before {
    display: none;
  }

  .brand {
    justify-content: center;
  }

  .nav-links {
    flex-wrap: wrap;
    gap: 12px 18px;
  }

  .hero-shell,
  .offer-banner,
  .bento-card,
  .split-panel,
  .blog-section,
  .faq-panel,
  .timeline-card,
  .contact-card,
  .footer-card {
    padding: 28px;
  }

  .bento-grid,
  .service-grid,
  .dark-grid,
  .process-grid,
  .case-grid,
  .blog-grid,
  .service-showcase,
  .pricing-grid,
  .value-cards,
  .usecase-grid,
  .team-grid,
  .logo-row,
  .footer-card {
    grid-template-columns: 1fr;
  }

  .dark-grid {
    -webkit-clip-path: none;
            clip-path: none;
  }

  .check-list {
    columns: 1;
  }

  .timeline-row {
    grid-template-columns: 1fr;
  }

  .timeline-row b {
    text-align: left;
  }

  .newsletter-form {
    grid-template-columns: 1fr;
    border-radius: 18px;
  }

  .newsletter-form input,
  .newsletter-form button {
    min-height: 46px;
  }

  .hero-orbit,
  .offer-banner:after,
  .service-feature:after {
    opacity: 0.25;
  }
}

/* --------------------------------------------------------------------------
   FULL WIDTH REFINEMENT PACK
   Drop-in overrides to make the template closer to the attached bento screens:
   almost edge-to-edge sections, bigger typography, richer gradients and more
   tactile animated cards.
---------------------------------------------------------------------------- */
:root {
  --primary: #d85b47;
  --primary-soft: #fff1ed;
  --primary-deep: #a63d2b;
  --ink: #062d3c;
  --muted: #667987;
  --panel: #f1f3f5;
  --panel-2: #e9eef2;
  --page-gutter: clamp(12px, 1.35vw, 26px);
  --gap: clamp(14px, 1.25vw, 24px);
  --shadow: 0 30px 90px rgba(6, 45, 60, 0.16);
  --shadow-soft: 0 18px 55px rgba(6, 45, 60, 0.09);
  --max: 100%;
}

body {
  background: #fdfefe;
}

.container {
  width: calc(100% - (var(--page-gutter) * 2));
  max-width: none;
}

.site-header {
  padding: 16px var(--page-gutter) 0;
}

.nav-wrap,
.footer-card,
.copyright {
  width: 100%;
}

.nav-wrap {
  min-height: 78px;
  border-radius: 24px;
  padding-inline: clamp(18px, 2vw, 36px);
}

.nav-wrap:before {
  height: 78px;
  width: 210px;
  border-radius: 24px 0 34px 0;
}

.nav-links {
  gap: clamp(18px, 2vw, 34px);
}

.outline-btn,
.solid-btn,
.dark-btn {
  transform: translateZ(0);
}

.outline-btn:hover,
.solid-btn:hover,
.dark-btn:hover {
  transform: translateY(-3px) scale(1.015);
}

.hero-full {
  min-height: clamp(560px, 78vh, 860px);
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(430px, 0.95fr);
  align-items: center;
  grid-gap: clamp(24px, 5vw, 88px);
  gap: clamp(24px, 5vw, 88px);
  padding: clamp(54px, 7vw, 108px) clamp(26px, 7vw, 118px);
  border-radius: 0 0 34px 34px;
  background:
    radial-gradient(circle at 80% 22%, rgba(216, 91, 71, 0.13), transparent 23%),
    radial-gradient(circle at 18% 76%, rgba(54, 153, 255, 0.12), transparent 26%),
    linear-gradient(135deg, #f4f6f8, #edf2f5 52%, #f9fbfc);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 88%, 96% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 88%, 96% 100%, 0 100%);
}

.hero-full:after {
  content: "";
  position: absolute;
  inset: auto 4% 5% auto;
  width: 34%;
  height: 45%;
  border-radius: 999px;
  background: rgba(216, 91, 71, 0.08);
  filter: blur(55px);
  pointer-events: none;
}

.hero-bg-words {
  top: 9%;
  left: -4%;
  font-size: clamp(72px, 12vw, 190px);
  color: rgba(8, 47, 63, 0.04);
}

.hero-kicker,
.card-eyebrow,
.intro-copy > p:first-child,
.offer-copy > p:first-child {
  margin: 0 0 16px;
  color: var(--primary);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.hero-content {
  max-width: 980px;
}

.hero-content h1 {
  margin-bottom: clamp(18px, 2.2vw, 30px);
  font-size: clamp(58px, 9.7vw, 158px);
  letter-spacing: -0.095em;
  max-width: 1180px;
}

.hero-content p:not(.hero-kicker) {
  max-width: 690px;
  font-size: clamp(16px, 1.35vw, 22px);
}

.animated-word {
  min-width: 4.05em;
  color: var(--primary);
  text-shadow: 0 18px 45px rgba(216, 91, 71, 0.18);
}

.hero-mini-metrics {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 30px;
}

.hero-mini-metrics span {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(8, 47, 63, 0.08);
  box-shadow: 0 16px 36px rgba(6, 45, 60, 0.06);
  color: var(--muted);
  font-weight: 800;
}

.hero-mini-metrics strong {
  color: var(--ink);
  font-size: 20px;
  letter-spacing: -0.05em;
}

.hero-visual {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  grid-auto-rows: minmax(150px, auto);
  grid-gap: var(--gap);
  gap: var(--gap);
  perspective: 1200px;
  overflow: hidden;
  border-radius: 30px;
}

.hero-visual:after {
  content: "";
  position: absolute;
  inset: -20%;
  background: linear-gradient(120deg, transparent 0 35%, rgba(255, 255, 255, 0.22) 36% 38%, transparent 39% 100%);
  animation: shine 5s ease-in-out infinite;
  pointer-events: none;
  z-index: 30;
}

.hero-visual > * {
  transition: transform 320ms cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 320ms ease;
}

.hero-visual:hover > * {
  transform: translateY(-4px);
}

.hero-visual-main {
  grid-row: span 2;
  min-height: clamp(330px, 44vh, 520px);
  border-radius: 30px;
  padding: clamp(30px, 4vw, 58px);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  position: relative;
  background:
    radial-gradient(circle at 80% 20%, rgba(255, 255, 255, 0.25), transparent 18%),
    radial-gradient(circle at 24% 24%, rgba(255, 255, 255, 0.16), transparent 18%),
    linear-gradient(135deg, #0b3142, #14205c 35%, var(--primary));
  box-shadow: var(--shadow);
}



.hero-visual-main strong,
.hero-visual-main p {
  position: relative;
  z-index: 1;
}

.hero-visual-main strong {
  max-width: 420px;
  font-size: clamp(36px, 5vw, 76px);
  line-height: 0.92;
  letter-spacing: -0.08em;
}

.hero-visual-main p {
  max-width: 360px;
  margin-bottom: 0;
  color: rgba(255,255,255,0.78);
  font-weight: 700;
}

.hero-visual-card {
  min-height: 170px;
  border-radius: 28px;
  padding: 26px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  position: relative;
  box-shadow: var(--shadow-soft);
}

.hero-visual-card strong {
  font-size: clamp(42px, 5vw, 78px);
  line-height: 0.86;
  letter-spacing: -0.085em;
}

.hero-visual-card span {
  margin-top: 12px;
  color: var(--muted);
  font-weight: 850;
}

.hero-visual-card.light {
  background: linear-gradient(135deg, #ffffff, #fff0ec);
}

.hero-visual-card.dark {
  background: #061f2c;
  color: #fff;
}

.hero-visual-card.dark span {
  color: rgba(255,255,255,0.72);
}

.hero-visual-card.gradient {
  grid-column: span 2;
  min-height: 180px;
  color: #fff;
  background: linear-gradient(135deg, #2b82ff, var(--primary) 78%, #efb6a7);
  -webkit-clip-path: polygon(0 0, 94% 0, 100% 18%, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 94% 0, 100% 18%, 100% 100%, 0 100%);
}

.hero-visual-card.gradient span {
  color: rgba(255,255,255,0.82);
}

.hero-orbit {
  right: 41%;
  bottom: 7%;
  width: clamp(280px, 24vw, 520px);
  opacity: 0.5;
}

.bento-grid {
  grid-template-columns: repeat(12, 1fr);
  grid-template-areas:
    "main main main main main main kpi1 kpi1 kpi1 side side side"
    "main main main main main main kpi2 kpi2 kpi2 side side side";
  gap: var(--gap);
  margin-top: var(--gap);
}

.bento-card,
.service-tile,
.process-card,
.case-card,
.blog-card,
.price-card,
.value-card,
.usecase-card,
.info-card,
.article-preview,
.contact-card,
.hero-visual-card,
.hero-visual-main {
  will-change: transform;
}

.bento-card {
  min-height: 260px;
  border-radius: 30px;
  padding: clamp(28px, 3vw, 56px);
}

.bento-main {
  grid-area: main;
  min-height: 520px;
  background:
    radial-gradient(circle at 82% 28%, rgba(255, 255, 255, 0.25), transparent 20%),
    linear-gradient(135deg, #18007a, #4921d9 36%, var(--primary) 72%, #f3b2a3);
}

.bento-kpi-one {
  grid-area: kpi1;
}

.bento-kpi-two {
  grid-area: kpi2;
}

.bento-side {
  grid-area: side;
  min-height: 520px;
}

.bento-main h2,
.bento-side h3 {
  font-size: clamp(38px, 4.9vw, 86px);
  max-width: 850px;
}

.bento-small strong {
  font-size: clamp(58px, 5.7vw, 104px);
}

.full-slab,
.faq-panel,
.blog-section,
.cta-band,
.offer-banner,
.ai-hero-card,
.timeline-card,
.contact-card,
.visual-wide,
.dark-grid,
.stats-strip {
  border-radius: 34px;
}

.split-panel {
  min-height: 420px;
  margin-top: var(--gap);
  grid-template-columns: 1.05fr 0.95fr;
}

.split-panel h2 {
  max-width: 780px;
  font-size: clamp(48px, 6.5vw, 112px);
}

.split-panel p {
  font-size: clamp(16px, 1.25vw, 20px);
}

.ghost-marquee {
  margin: clamp(70px, 8vw, 120px) 0 -12px;
  font-size: clamp(72px, 13vw, 230px);
  color: rgba(8, 47, 63, 0.038);
}

.service-showcase {
  grid-template-columns: 1.8fr 0.42fr 0.42fr;
  gap: var(--gap);
}

.service-feature,
.service-rail {
  min-height: clamp(430px, 45vw, 660px);
  border-radius: 32px;
}

.service-feature {
  padding: clamp(42px, 5vw, 86px);
  background:
    linear-gradient(105deg, rgba(255,255,255,0.85) 0 43%, rgba(255,255,255,0.16) 43%),
    radial-gradient(circle at 84% 48%, rgba(216, 91, 71, 0.25), transparent 16%),
    linear-gradient(135deg, #d9f8ff, #f6fbff 54%, #ffffff);
  -webkit-clip-path: polygon(0 0, 94% 0, 100% 12%, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 94% 0, 100% 12%, 100% 100%, 0 100%);
}

.service-feature h3 {
  max-width: 770px;
  font-size: clamp(46px, 6vw, 102px);
}

.service-feature p:not(.card-eyebrow) {
  max-width: 610px;
  font-size: clamp(16px, 1.25vw, 20px);
}

.service-rail {
  border: 1px solid rgba(255,255,255,0.8);
  box-shadow: var(--shadow-soft);
}

.section-title {
  margin-top: clamp(80px, 8vw, 140px);
  max-width: 1040px;
}

.section-title h2 {
  font-size: clamp(44px, 5.8vw, 108px);
}

.section-title span {
  max-width: 720px;
  font-size: 18px;
}

.service-grid-full,
.service-grid {
  grid-template-columns: repeat(6, 1fr);
  gap: var(--gap);
}

.service-grid > .reveal,
.service-grid-full > .reveal {
  grid-column: span 2;
}

.service-tile {
  min-height: clamp(320px, 28vw, 470px);
  border-radius: 30px;
  padding: clamp(28px, 3vw, 48px);
}

.service-tile:nth-child(4n + 1) {
  -webkit-clip-path: polygon(0 0, 92% 0, 100% 13%, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 92% 0, 100% 13%, 100% 100%, 0 100%);
}

.service-tile h3 {
  font-size: clamp(28px, 2.6vw, 48px);
}

.service-tile:before,
.process-card:before,
.usecase-card:before,
.info-card:before {
  content: "";
  width: 54px;
  height: 54px;
  display: block;
  border-radius: 18px;
  background:
    linear-gradient(90deg, transparent 45%, currentColor 45% 55%, transparent 55%),
    linear-gradient(0deg, transparent 45%, currentColor 45% 55%, transparent 55%);
  color: var(--primary);
  opacity: 0.85;
}

.service-tile.dark:before,
.process-card:nth-child(odd):before {
  color: #fff;
}

.process-grid {
  grid-template-columns: repeat(4, 1fr);
  gap: var(--gap);
}

.process-card {
  min-height: clamp(260px, 22vw, 390px);
  border-radius: 30px;
  padding: clamp(28px, 3vw, 48px);
}

.process-card h3 {
  margin-top: 50px;
  font-size: clamp(26px, 2.7vw, 44px);
}

.testimonial-stats {
  gap: var(--gap);
}

.quote-card,
.stat-card {
  min-height: clamp(340px, 34vw, 560px);
  border-radius: 32px;
  padding: clamp(40px, 5vw, 82px);
}

.quote-card p {
  font-size: clamp(26px, 3vw, 54px);
  line-height: 1.08;
  max-width: 900px;
}

.stat-card strong {
  font-size: clamp(96px, 12vw, 210px);
}

.case-grid-full,
.case-grid {
  grid-template-columns: repeat(4, 1fr);
  gap: var(--gap);
}

.case-card {
  min-height: clamp(260px, 24vw, 430px);
  border-radius: 24px;
  padding: clamp(24px, 2.4vw, 42px);
}

.case-card h3 {
  font-size: clamp(26px, 2.5vw, 44px);
}

.blog-section {
  margin-top: clamp(70px, 8vw, 130px);
  padding: clamp(36px, 4.5vw, 82px);
}

.blog-grid {
  gap: var(--gap);
}

.blog-card {
  min-height: clamp(290px, 26vw, 420px);
  border-radius: 28px;
  padding: clamp(30px, 3.2vw, 54px);
}

.blog-card h3 {
  font-size: clamp(28px, 2.6vw, 48px);
}

.logo-row {
  grid-template-columns: repeat(10, 1fr);
  gap: 8px;
  margin-block: clamp(42px, 5vw, 84px);
}

.logo-pill {
  min-height: 76px;
  font-size: clamp(16px, 1.2vw, 22px);
}

.cta-band {
  min-height: clamp(420px, 42vw, 640px);
  grid-template-columns: 0.95fr 1.05fr;
  align-items: center;
  padding: clamp(42px, 6vw, 104px);
  -webkit-clip-path: polygon(0 0, 96% 0, 100% 13%, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 96% 0, 100% 13%, 100% 100%, 0 100%);
}

.cta-band h2 {
  font-size: clamp(48px, 6.2vw, 112px);
}

.cta-form {
  min-height: 360px;
  padding: clamp(28px, 4vw, 58px);
}

.page-hero {
  width: calc(100% - (var(--page-gutter) * 2));
  margin: 18px auto 0;
  min-height: clamp(240px, 30vh, 360px);
  border-radius: 0 0 34px 34px;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 82%, 96% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 82%, 96% 100%, 0 100%);
}

.page-hero h1 {
  font-size: clamp(64px, 9vw, 138px);
}

.offer-banner {
  min-height: clamp(420px, 42vw, 620px);
  padding: clamp(42px, 6vw, 104px);
}

.offer-copy {
  max-width: 720px;
}

.offer-copy h2,
.intro-copy h2 {
  font-size: clamp(44px, 5.2vw, 96px);
}

.dark-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: var(--gap);
  padding: clamp(44px, 5vw, 90px);
}

.dark-feature {
  min-height: clamp(280px, 27vw, 440px);
}

.faq-panel {
  grid-template-columns: 0.9fr 1.1fr;
  padding: clamp(42px, 6vw, 104px);
}

.pricing-grid {
  gap: var(--gap);
}

.price-card {
  min-height: clamp(430px, 35vw, 620px);
  border-radius: 32px;
  padding: clamp(38px, 5vw, 76px);
}

.about-intro {
  width: calc(100% - (var(--page-gutter) * 2));
  grid-template-columns: 0.95fr 1.05fr;
  gap: var(--gap);
}

.visual-card,
.visual-wide,
.visual-small,
.map-card {
  min-height: clamp(390px, 38vw, 640px);
  border-radius: 32px;
}

.value-cards {
  grid-template-columns: repeat(3, 1fr);
  gap: var(--gap);
}

.value-card {
  min-height: clamp(300px, 30vw, 470px);
  border-radius: 30px;
  padding: clamp(30px, 3.5vw, 58px);
}

.stats-strip {
  min-height: clamp(170px, 17vw, 260px);
}

.timeline-card {
  padding: clamp(42px, 6vw, 100px);
}

.team-grid {
  grid-template-columns: repeat(6, 1fr);
  gap: var(--gap);
}

.team-card {
  min-height: clamp(220px, 24vw, 360px);
}

.blog-layout {
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.34fr);
  gap: clamp(38px, 5vw, 90px);
}

.article-list {
  gap: clamp(64px, 7vw, 120px);
}

.article-image {
  min-height: clamp(280px, 28vw, 420px);
  border-radius: 32px;
}

.article-preview h2 {
  font-size: clamp(42px, 5vw, 86px);
}

.sidebar {
  position: -webkit-sticky;
  position: sticky;
  top: 180px;
  align-self: start;
}

.contact-layout {
  grid-template-columns: minmax(0, 1.25fr) minmax(360px, 0.75fr);
  gap: var(--gap);
}

.contact-card {
  min-height: clamp(560px, 56vw, 840px);
  padding: clamp(42px, 6vw, 96px);
}

.contact-card h2 {
  font-size: clamp(48px, 5.8vw, 106px);
}

.contact-form-wrap {
  margin-top: clamp(28px, 3vw, 48px);
  padding: clamp(28px, 3vw, 52px);
  border-radius: 30px;
}

.info-card,
.map-card {
  border-radius: 28px;
}

.ai-hero-card {
  min-height: clamp(480px, 56vw, 780px);
  padding: clamp(42px, 7vw, 118px);
  background:
    radial-gradient(circle at 76% 30%, rgba(255,255,255,0.22), transparent 16%),
    radial-gradient(circle at 48% 60%, rgba(216,91,71,0.35), transparent 20%),
    linear-gradient(135deg, #061928, #0b3144 38%, var(--primary));
  -webkit-clip-path: polygon(0 0, 96% 0, 100% 10%, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 96% 0, 100% 10%, 100% 100%, 0 100%);
}

.ai-hero-card h2 {
  max-width: 1180px;
  font-size: clamp(58px, 8.4vw, 150px);
}

.usecase-grid {
  grid-template-columns: repeat(6, 1fr);
  gap: var(--gap);
}

.usecase-card {
  grid-column: span 2;
  min-height: clamp(220px, 20vw, 330px);
  border-radius: 28px;
  padding: clamp(28px, 3vw, 48px);
}

.footer-shell {
  padding: 0 var(--page-gutter) 28px;
}

.newsletter {
  min-height: clamp(360px, 34vw, 560px);
  display: grid;
  place-items: center;
  align-content: center;
  border-radius: 34px 34px 0 0;
}

.newsletter h2 {
  font-size: clamp(48px, 6vw, 108px);
}

.footer-card {
  min-height: clamp(300px, 28vw, 460px);
  border-radius: 28px;
  padding: clamp(48px, 6vw, 108px);
}

.reveal {
  transform: translateY(34px) scale(0.985);
}

.reveal.is-visible {
  transform: translateY(0) scale(1);
}

@media (min-width: 1600px) {
  .nav-links,
  .nav-actions,
  body {
    font-size: 15px;
  }

  .nav-links {
    font-size: 14px;
  }
}

@media (max-width: 1180px) {
  .hero-full {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .hero-visual {
    grid-template-columns: 1fr 1fr;
  }

  .bento-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
      "main main"
      "kpi1 kpi2"
      "side side";
  }

  .bento-main,
  .bento-side {
    min-height: 420px;
  }

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

  .service-grid > .reveal,
  .service-grid-full > .reveal,
  .usecase-card {
    grid-column: span 1;
  }

  .process-grid,
  .case-grid,
  .case-grid-full,
  .team-grid,
  .logo-row {
    grid-template-columns: repeat(2, 1fr);
  }

  .service-showcase,
  .dark-grid,
  .value-cards,
  .blog-layout,
  .contact-layout {
    grid-template-columns: 1fr;
  }

  .sidebar {
    position: static;
  }
}

@media (max-width: 720px) {
  :root {
    --page-gutter: 12px;
    --gap: 14px;
  }

  .hero-full,
  .cta-band,
  .ai-hero-card,
  .offer-banner,
  .service-feature,
  .split-panel,
  .faq-panel,
  .contact-card,
  .footer-card,
  .blog-section,
  .timeline-card {
    -webkit-clip-path: none;
            clip-path: none;
    border-radius: 24px;
  }

  .hero-full {
    padding: 34px 24px;
  }

  .hero-content h1 {
    font-size: clamp(48px, 17vw, 82px);
  }

  .hero-visual {
    grid-template-columns: 1fr;
  }

  .hero-visual-main,
  .hero-visual-card.gradient {
    grid-column: auto;
  }

  .bento-grid {
    grid-template-columns: 1fr;
    grid-template-areas:
      "main"
      "kpi1"
      "kpi2"
      "side";
  }

  .bento-main,
  .bento-side,
  .service-feature,
  .service-rail,
  .quote-card,
  .stat-card,
  .contact-card,
  .ai-hero-card {
    min-height: 340px;
  }

  .service-grid,
  .service-grid-full,
  .process-grid,
  .case-grid,
  .case-grid-full,
  .blog-grid,
  .pricing-grid,
  .value-cards,
  .usecase-grid,
  .team-grid,
  .logo-row,
  .footer-card {
    grid-template-columns: 1fr;
  }

  .service-grid > .reveal,
  .service-grid-full > .reveal,
  .usecase-card {
    grid-column: auto;
  }

  .logo-pill {
    min-height: 54px;
  }
}

/* --------------------------------------------------------------------------
   REFINEMENT 02 - true full-width layout + single synchronized hero animation
---------------------------------------------------------------------------- */
:root {
  --page-gutter: clamp(10px, 0.95vw, 18px);
  --gap: clamp(12px, 1vw, 20px);
}

.full-bleed-section,
.page-hero,
.scroll-video-section {
  width: calc(100% - (var(--page-gutter) * 2));
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.site-header {
  padding-left: var(--page-gutter);
  padding-right: var(--page-gutter);
}

.nav-wrap {
  border-radius: 26px;
}

.hero-full {
  margin-top: 14px;
  min-height: clamp(620px, 86vh, 920px);
  padding: clamp(56px, 7.2vw, 126px) clamp(28px, 7.5vw, 136px);
  grid-template-columns: minmax(0, 1.08fr) minmax(440px, 0.92fr);
  background:
    radial-gradient(circle at 74% 20%, rgba(216, 91, 71, 0.18), transparent 25%),
    radial-gradient(circle at 20% 82%, rgba(56, 153, 255, 0.12), transparent 27%),
    linear-gradient(135deg, #f7f8fa 0%, #eef2f5 48%, #fff7f5 100%);
}

.hero-dynamic-copy {
  position: relative;
  isolation: isolate;
}

.hero-dynamic-copy .hero-bg-words {
  position: absolute;
  inset: clamp(-62px, -4vw, -28px) auto auto clamp(-16px, -1vw, -8px);
  width: max-content;
  max-width: 110vw;
  white-space: nowrap;
  color: rgba(8, 47, 63, 0.043);
  font-size: clamp(96px, 15.5vw, 260px);
  font-weight: 950;
  line-height: 0.8;
  letter-spacing: -0.105em;
  pointer-events: none;
  animation: none;
  z-index: -1;
}

.hero-dynamic-copy .hero-bg-words span,
.hero-dynamic-copy .animated-word span {
  display: inline-block;
}

.hero-dynamic-copy .hero-bg-words span,
.hero-dynamic-copy .hero-kicker,
.hero-dynamic-copy .hero-subcopy,
.hero-dynamic-copy .animated-word span {
  animation: heroTextSwap 760ms cubic-bezier(0.19, 1, 0.22, 1) both;
}

.hero-dynamic-copy .hero-kicker {
  animation-delay: 40ms;
}

.hero-dynamic-copy .animated-word {
  min-width: 4.75em;
  color: var(--primary);
  text-shadow: 0 22px 48px rgba(216, 91, 71, 0.22);
}

.hero-dynamic-copy .hero-subcopy {
  max-width: 760px;
  animation-delay: 90ms;
}

.hero-content h1 {
  font-size: clamp(64px, 9.8vw, 168px);
  line-height: 0.86;
  max-width: 1260px;
}

.hero-actions {
  margin-top: clamp(22px, 2.2vw, 34px);
}

.hero-visual {
  align-self: stretch;
  grid-auto-rows: minmax(170px, auto);
}

.hero-visual-main,
.hero-visual-card,
.bento-card,
.service-tile,
.process-card,
.case-card,
.blog-card,
.value-card,
.usecase-card,
.contact-card {
  transform-style: preserve-3d;
  transition:
    transform 360ms cubic-bezier(0.19, 1, 0.22, 1),
    box-shadow 360ms ease,
    border-color 360ms ease,
    background-position 600ms ease;
}

.hero-visual-main:hover,
.hero-visual-card:hover,
.bento-card:hover,
.service-tile:hover,
.process-card:hover,
.case-card:hover,
.blog-card:hover,
.value-card:hover,
.usecase-card:hover,
.contact-card:hover {
  transform: translateY(-10px) scale(1.008);
  box-shadow: 0 36px 95px rgba(6, 45, 60, 0.18);
}

.bento-card,
.service-tile,
.process-card,
.case-card,
.blog-card,
.value-card,
.usecase-card,
.contact-card {
  border: 1px solid rgba(8, 47, 63, 0.045);
}

.bento-card:hover,
.service-tile:hover,
.process-card:hover,
.case-card:hover,
.blog-card:hover,
.value-card:hover,
.usecase-card:hover,
.contact-card:hover {
  border-color: rgba(216, 91, 71, 0.28);
}

.service-showcase,
.bento-grid,
.testimonial-stats,
.case-grid,
.blog-grid,
.process-grid,
.service-grid,
.value-cards,
.usecase-grid,
.contact-layout,
.about-intro {
  gap: var(--gap);
}

.footer-shell {
  padding-left: var(--page-gutter);
  padding-right: var(--page-gutter);
}

.scroll-video-section {
  position: relative;
  overflow: hidden;
  border-radius: 34px;
  min-height: clamp(500px, 60vw, 1000px);
  margin-top: var(--gap);
  margin-bottom: var(--gap);
  display: flex;
  background: var(--dark);
}

.scroll-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.scroll-video-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 60%, rgba(6, 45, 60, 0.4));
  pointer-events: none;
}

@keyframes heroTextSwap {
  0% {
    opacity: 0;
    transform: translate3d(0, 22px, 0) scale(0.98);
    filter: blur(8px);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
    filter: blur(0);
  }
}

@media (max-width: 1180px) {
  .hero-full {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .hero-dynamic-copy .hero-bg-words {
    font-size: clamp(76px, 18vw, 180px);
  }
}

@media (max-width: 720px) {
  :root {
    --page-gutter: 10px;
    --gap: 12px;
  }

  .full-bleed-section,
  .page-hero,
  .scroll-video-section {
    width: calc(100% - (var(--page-gutter) * 2));
  }

  .hero-full {
    padding: 38px 22px;
  }

  .hero-content h1 {
    font-size: clamp(48px, 16vw, 86px);
    letter-spacing: -0.085em;
  }

  .hero-dynamic-copy .animated-word {
    min-width: 0;
  }

  .hero-dynamic-copy .hero-bg-words {
    inset: -20px auto auto -6px;
    font-size: clamp(72px, 25vw, 142px);
    opacity: 0.82;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-dynamic-copy .hero-bg-words span,
  .hero-dynamic-copy .hero-kicker,
  .hero-dynamic-copy .hero-subcopy,
  .hero-dynamic-copy .animated-word span {
    animation: none;
  }
}

/* --------------------------------------------------------------------------
   SPOTLIGHT SEARCH AND BLOG ENHANCEMENTS
---------------------------------------------------------------------------- */

/* Spotlight Backdrop */
.spotlight-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(6, 45, 60, 0.45);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-top: clamp(60px, 12vh, 140px);
  animation: spotlightFadeIn 200ms ease-out forwards;
}

/* Spotlight Container */
.spotlight-container {
  width: min(600px, 94%);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 24px;
  box-shadow: 0 32px 100px rgba(6, 45, 60, 0.22), 0 8px 30px rgba(6, 45, 60, 0.08);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  animation: spotlightScaleIn 250ms cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

/* Search Header */
.spotlight-search-header {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px 24px;
  border-bottom: 1px solid var(--line);
  background: #fdfefe;
}

.spotlight-search-icon {
  color: var(--primary);
}

.spotlight-input {
  flex: 1 1;
  border: 0;
  outline: none;
  font-size: 16px;
  font-weight: 600;
  color: var(--ink);
  background: transparent;
}

.spotlight-input::placeholder {
  color: var(--muted);
  opacity: 0.7;
}

.spotlight-shortcut-badge {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 4px 8px;
  font-size: 10px;
  font-weight: 850;
  color: var(--muted);
  box-shadow: 0 2px 4px rgba(6, 45, 60, 0.04);
}

/* Search Results */
.spotlight-results {
  max-height: 380px;
  overflow-y: auto;
  padding: 16px;
}

.spotlight-group-title {
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  color: var(--muted);
  letter-spacing: 0.08em;
  margin: 8px 10px 12px;
}

.spotlight-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 14px;
  border-radius: 16px;
  cursor: pointer;
  transition: background 150ms ease, transform 150ms ease;
  margin-bottom: 4px;
  background: transparent;
}

.spotlight-item:last-child {
  margin-bottom: 0;
}

.spotlight-item.active {
  background: var(--panel);
  transform: translateX(4px);
}

.spotlight-item-left {
  display: flex;
  align-items: center;
  gap: 14px;
}

.spotlight-item-icon {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background: var(--primary-soft);
  color: var(--primary);
  display: grid;
  place-items: center;
  flex-shrink: 0;
  transition: transform 200ms ease;
}

.spotlight-item.active .spotlight-item-icon {
  transform: scale(1.05);
  background: var(--primary);
  color: var(--white);
}

.spotlight-item-info {
  display: flex;
  flex-direction: column;
}

.spotlight-item-title {
  font-size: 14px;
  font-weight: 850;
  color: var(--ink);
}

.spotlight-item-subtitle {
  font-size: 12px;
  color: var(--muted);
  font-weight: 600;
  margin-top: 2px;
}

.spotlight-item-right {
  display: flex;
  align-items: center;
  gap: 6px;
  animation: spotlightFadeIn 150ms ease forwards;
}

.spotlight-action-label {
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
  color: var(--primary);
}

.spotlight-enter-icon {
  color: var(--primary);
}

/* Empty State */
.spotlight-no-results {
  padding: 48px 24px;
  text-align: center;
  color: var(--muted);
}

.spotlight-empty-icon {
  margin: 0 auto 14px;
  color: var(--line);
}

.spotlight-no-results p {
  font-weight: 700;
  font-size: 14px;
}

/* Search Footer */
.spotlight-footer {
  padding: 12px 24px;
  background: var(--panel);
  border-top: 1px solid var(--line);
  display: flex;
  gap: 20px;
  font-size: 11px;
  color: var(--muted);
  font-weight: 750;
}

.spotlight-footer-tip span {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 4px;
  padding: 1px 4px;
  font-weight: 900;
  font-size: 9px;
  margin-right: 4px;
}

/* Header Trigger */
.search-trigger:hover {
  background: var(--panel) !important;
  color: var(--primary) !important;
}

/* Animations */
@keyframes spotlightFadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes spotlightScaleIn {
  from {
    opacity: 0;
    transform: scale(0.96) translateY(-10px);
  }
  to {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}

/* --------------------------------------------------------------------------
   BLOG PAGINATION AND FILTER STYLES
---------------------------------------------------------------------------- */

/* Category List */
.category-list {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-top: 12px;
}

.category-item {
  display: flex;
  align-items: center;
  padding: 10px 14px;
  border-radius: 12px;
  font-size: 13px;
  font-weight: 800;
  color: var(--muted);
  transition: all 200ms ease;
  background: transparent;
}

.category-item:hover {
  background: var(--panel-2);
  color: var(--ink);
  transform: translateX(3px);
}

.category-item.active {
  background: var(--primary);
  color: var(--white);
  font-weight: 900;
}

/* Pagination */
.pagination {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 48px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
}

.pagination-btn {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 8px 18px;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  color: var(--ink);
  transition: all 200ms ease;
  cursor: pointer;
  background: var(--white);
}

.pagination-btn:hover:not(.disabled) {
  background: var(--ink);
  color: var(--white);
  border-color: var(--ink);
  transform: translateY(-2px);
}

.pagination-btn.disabled {
  opacity: 0.4;
  cursor: not-allowed;
  background: var(--panel);
}

.pagination-pages {
  display: flex;
  gap: 6px;
}

.pagination-page-num {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 12px;
  font-weight: 900;
  color: var(--muted);
  border: 1px solid transparent;
  transition: all 200ms ease;
}

.pagination-page-num:hover:not(.active) {
  background: var(--panel);
  color: var(--ink);
}

.pagination-page-num.active {
  background: var(--primary);
  color: var(--white);
}

/* Empty State */
.blog-empty-state {
  text-align: center;
  padding: 80px 24px;
  background: var(--panel);
  border-radius: 24px;
  border: 1px dashed var(--line);
}

.blog-empty-state h3 {
  font-size: 24px;
  letter-spacing: -0.04em;
  margin: 0 0 8px;
}

.blog-empty-state p {
  color: var(--muted);
  font-weight: 600;
  margin: 0;
}

/* --------------------------------------------------------------------------
   INTERACTIVE EUROPE MAP
---------------------------------------------------------------------------- */

.europe-map-wrapper {
  border-radius: 22px;
  overflow: hidden;
  background: linear-gradient(135deg, #f5f7f9, #fff0ec);
  border: 1px solid var(--line);
  position: relative;
}

.map-label {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 10;
  display: flex;
  align-items: center;
  gap: 6px;
  background: rgba(255, 255, 255, 0.85);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 6px 14px;
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--ink);
}

.europe-map-container {
  position: relative;
  width: 100%;
  height: 460px;
  overflow: hidden;
}

#chartdiv {
  width: 100%;
  height: 100%;
  outline: none;
  background: transparent;
}

/* Premium Map Skeleton Loader */
.map-skeleton {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
  background: linear-gradient(135deg, #f5f7f9, #fff0ec);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition: opacity 300ms ease;
}

.skeleton-glow {
  position: absolute;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(216, 91, 71, 0.07) 0%, transparent 70%);
  border-radius: 50%;
  animation: skeletonPulse 2s ease-in-out infinite alternate;
}

.skeleton-grid {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(rgba(6, 45, 60, 0.05) 1.2px, transparent 1.2px);
  background-size: 24px 24px;
}

.skeleton-text {
  font-size: 11px;
  font-weight: 900;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  z-index: 3;
  animation: textPulse 1.5s ease-in-out infinite alternate;
}

/* Glassmorphic Tooltip */
.office-tooltip {
  position: absolute;
  bottom: 16px;
  right: 16px;
  width: 240px;
  background: rgba(255, 255, 255, 0.88);
  -webkit-backdrop-filter: blur(16px);
          backdrop-filter: blur(16px);
  border: 1px solid rgba(6, 45, 60, 0.08);
  border-radius: 18px;
  padding: 18px;
  box-shadow: 0 16px 48px rgba(6, 45, 60, 0.12);
  transition: opacity 250ms ease, transform 250ms ease;
  opacity: 0;
  transform: translateY(8px);
  pointer-events: none;
  z-index: 25;
}

.office-tooltip.visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.office-tooltip h4 {
  margin: 0 0 10px;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: -0.03em;
  color: var(--ink);
}

.tooltip-row {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin: 6px 0;
  font-size: 12px;
  font-weight: 700;
  color: var(--muted);
}

.tooltip-icon {
  color: var(--primary);
  flex-shrink: 0;
  margin-top: 1px;
}

.tooltip-placeholder {
  font-size: 12px;
  font-weight: 700;
  color: var(--muted);
  text-align: center;
  padding: 8px 0;
}

/* Skeleton Keyframes */
@keyframes skeletonPulse {
  0% {
    transform: scale(0.92);
    opacity: 0.55;
  }
  100% {
    transform: scale(1.12);
    opacity: 0.95;
  }
}

@keyframes textPulse {
  0% {
    opacity: 0.35;
  }
  100% {
    opacity: 0.75;
  }
}


