/* ── Hero ── */
.hero-wrap {
  width: 80%;
  max-width: 1080px;
  margin: 0 auto;
  padding-bottom: 24px;
}

.hero {
  position: relative;
  width: 100%;
  min-height: 520px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: repeating-linear-gradient(-45deg, rgba(0,0,0,0.15) 0px, rgba(0,0,0,0.15) 1px, transparent 1px, transparent 6px), var(--blue-dark);
  border-radius: 16px;
  padding: clamp(48px, 6vw, 80px) 0;
}

.hero-video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  object-fit: cover;
  z-index: 0;
}

.hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(10, 20, 60, 0.55);
  z-index: 1;
}

.hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  color: var(--white);
  padding: 0 24px;
  max-width: 960px;
}

.hero-eyebrow {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: #4db8ff;
  background: rgba(0,0,0,0.35);
  border: 1px solid rgba(77,184,255,0.5);
  border-radius: 50px;
  padding: 6px 18px;
  margin-bottom: 24px;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

.hero-content h1 {
  font-size: clamp(28px, 4vw, 56px);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  margin-bottom: 24px;
  text-shadow: 0 2px 24px rgba(0,0,0,0.5);
}

.hero-content h2 {
  font-size: clamp(16px, 1.6vw, 20px);
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: -0.01em;
  margin-bottom: 40px;
  color: rgba(255,255,255,0.9);
  text-shadow: 0 1px 12px rgba(0,0,0,0.5);
}

@media (max-width: 980px) {
  .hero-wrap { width: 100%; padding: 0 16px 16px; }
  .header-inner { width: 100%; padding: 0 16px; }
  .hero { min-height: 420px; padding: 50px 0; border-radius: 12px; }
}


/* ── Solutions Header ── */
.solutions-header {
  padding: clamp(20px, 2.5vw, 30px) 0 clamp(16px, 2vw, 24px);
  text-align: center;
  background: var(--white);
}

.solutions-header .container {
  width: 80%;
  max-width: 1080px;
  margin: 0 auto;
}

.solutions-eyebrow {
  display: inline-block;
  font-size: var(--t-eyebrow);
  font-weight: 700;
  letter-spacing: var(--t-eyebrow-ls);
  text-transform: uppercase;
  color: #4db8ff;
  background: rgba(77,184,255,0.10);
  border-radius: 50px;
  padding: 6px 18px;
  margin-bottom: 16px;
}

.solutions-header h2 {
  font-size: clamp(28px, 3.5vw, 48px);
  font-weight: 800;
  color: var(--blue-dark);
  line-height: 1.1;
  letter-spacing: var(--t-heading-ls);
  max-width: 640px;
  margin: 0 auto 20px;
}

.solutions-header p {
  font-size: 16px;
  line-height: 1.7;
  color: var(--t-body-light);
  font-weight: 400;
  max-width: 560px;
  margin: 0 auto;
}


/* ── Service Cards ── */
.service-cards {
  padding: 0 0 clamp(20px, 2.5vw, 30px);
  background: var(--white);
}

.service-cards .container {
  width: 92%;
  max-width: 1400px;
  margin: 0 auto;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}

.service-card {
  border-radius: 16px;
  padding: 32px 24px 36px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background: var(--blue);
  transition: transform 0.2s, box-shadow 0.2s;
}

.service-card:nth-child(even) {
  background: var(--blue-dark);
}

.service-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(10, 20, 60, 0.28);
}

.service-lottie {
  width: 100%;
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  flex-shrink: 0;
}

.service-lottie > div {
  width: 160px;
  height: 160px;
}

.service-card h3 {
  font-size: clamp(15px, 1.3vw, 18px);
  font-weight: 700;
  color: var(--white);
  line-height: 1.3;
  margin-bottom: 12px;
}

.service-card p {
  font-size: 16px;
  line-height: 1.75;
  color: rgba(255,255,255,0.82);
  margin-bottom: 28px;
  flex: 1;
}

@media (max-width: 1200px) {
  .service-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 980px) {
  .service-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 560px) {
  .service-grid { grid-template-columns: 1fr; }
  .solutions-header { padding: 56px 0 40px; }
  .solutions-header .container,
  .service-cards .container { width: 90%; }
  .service-card { padding: 28px 20px 28px; }
}


/* ── Agency Switch / Process Section ── */
.process-section {
  background: var(--blue-dark);
  background-image: url('../contact-us-set-of-signs-on-blue-computer-keyboard-2025-02-22-13-39-11-utc.webp');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  position: relative;
}

.process-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(
    -45deg,
    rgba(0,0,0,0.15) 0px,
    rgba(0,0,0,0.15) 1px,
    transparent 1px,
    transparent 6px
  ), rgba(10,20,60,0.72);
  pointer-events: none;
  z-index: 0;
}

.process-section .ebook-inner {
  position: relative;
  z-index: 1;
  padding: clamp(20px, 2.5vw, 30px) 0;
}

.process-hero {
  position: relative;
  padding: clamp(20px, 2.5vw, 30px) 0;
  text-align: center;
}

.process-section .process-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(10,20,60,0.72);
}

.process-section .process-hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(
    -45deg,
    rgba(0,0,0,0.15) 0px,
    rgba(0,0,0,0.15) 1px,
    transparent 1px,
    transparent 6px
  );
  pointer-events: none;
}

.process-hero-inner {
  position: relative;
  z-index: 1;
  width: 92%;
  max-width: 900px;
  margin: 0 auto;
}

.process-cards {
  padding: clamp(20px, 2.5vw, 30px) 0;
}

.process-section .process-cards {
  background: repeating-linear-gradient(
    -45deg,
    rgba(0,0,0,0.15) 0px,
    rgba(0,0,0,0.15) 1px,
    transparent 1px,
    transparent 6px
  ), rgba(10,20,60,0.72);
}

.process-inner {
  width: 92%;
  max-width: 1200px;
  margin: 0 auto;
}

.process-heading {
  font-size: clamp(28px, 3.5vw, 48px);
  font-weight: 800;
  color: var(--white);
  line-height: 1.1;
  letter-spacing: var(--t-heading-ls);
  margin-bottom: 20px;
}

.process-sub {
  font-size: clamp(16px, 1.4vw, 18px);
  color: var(--t-body-dark);
  line-height: 1.7;
  max-width: 560px;
  margin: 0 auto 36px;
}

.process-cta {
  margin-bottom: 0;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(24px, 3vw, 48px);
  text-align: left;
}

.process-step {
  padding: 40px 36px;
  border-radius: 20px;
  border: 1px solid rgba(255,255,255,0.08);
  background: repeating-linear-gradient(
    -45deg,
    rgba(0,0,0,0.15) 0px,
    rgba(0,0,0,0.15) 1px,
    transparent 1px,
    transparent 6px
  ), var(--blue-dark);
  transition: box-shadow 0.2s, transform 0.2s;
  text-align: left;
}

.process-step:hover {
  box-shadow: 0 12px 40px rgba(0,0,0,0.4);
  transform: translateY(-4px);
}

.process-question {
  font-size: clamp(16px, 1.4vw, 19px);
  font-weight: 700;
  color: #4db8ff;
  line-height: 1.4;
  margin-bottom: 14px;
  font-style: italic;
}

.process-body {
  font-size: 16px;
  line-height: 1.75;
  color: rgba(255,255,255,0.8);
}

.process-story {
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-align: center;
}

.process-story .process-sub {
  max-width: none;
  margin: 0 0 20px;
  color: #4db8ff;
  font-weight: 600;
}

.process-story .process-body {
  margin: 0;
}

.story-inner {
  width: 80%;
  max-width: 800px;
  margin: 0 auto;
  display: grid;
  align-items: start;
}

.story-text {
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-align: center;
}

.story-heading {
  font-size: clamp(28px, 3.5vw, 48px);
  font-weight: 800;
  color: var(--blue-dark);
  line-height: 1.1;
  letter-spacing: var(--t-heading-ls);
  margin-bottom: 12px;
}

.story-sub {
  font-size: clamp(16px, 1.4vw, 18px);
  font-weight: 600;
  color: #4db8ff;
  margin: 0 0 6px;
}

.story-body {
  font-size: 16px;
  line-height: 1.75;
  color: var(--text);
  margin: 0;
}

.story-cta {
  margin-top: 20px;
}

.story-video {
  width: 100%;
  background: var(--gray);
  border-radius: 12px;
}

.process-story-cta {
  margin-top: 20px;
  text-align: center;
}

@media (max-width: 860px) {
  .story-inner { grid-template-columns: 1fr; }
}

@media (max-width: 768px) {
  .process-grid { grid-template-columns: 1fr; }
}


/* ── Founder Section ── */
.founder-section {
  background: var(--white);
  padding: clamp(20px, 2.5vw, 30px) 0;
}


/* ── E-Book / Lead Magnet ── */
.ebook-inner {
  width: 88%;
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 360px 1fr;
  gap: clamp(48px, 6vw, 80px);
  align-items: center;
}

.ebook-cover {
  flex-shrink: 0;
}

.ebook-cover img {
  width: 100%;
  display: block;
  border-radius: 12px;
}

.ebook-eyebrow {
  display: inline-block;
  font-size: var(--t-eyebrow);
  font-weight: 700;
  letter-spacing: var(--t-eyebrow-ls);
  text-transform: uppercase;
  color: #4db8ff;
  background: rgba(77,184,255,0.10);
  padding: 6px 18px;
  border-radius: 50px;
  margin-bottom: 20px;
}

.ebook-heading {
  font-size: clamp(26px, 3.2vw, 44px);
  font-weight: 800;
  color: var(--white);
  line-height: 1.1;
  letter-spacing: var(--t-heading-ls);
  margin-bottom: 16px;
}

.ebook-sub {
  font-size: 16px;
  line-height: 1.7;
  color: rgba(255,255,255,0.8);
  margin-bottom: 24px;
}

.ebook-bullets {
  list-style: none;
  margin-bottom: 32px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.ebook-bullets li {
  font-size: 16px;
  font-weight: 500;
  color: var(--white);
  padding-left: 24px;
  position: relative;
  line-height: 1.5;
}

.ebook-bullets li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: #4db8ff;
  font-weight: 700;
}

@media (max-width: 860px) {
  .ebook-inner { grid-template-columns: 1fr; }
  .ebook-cover { max-width: 280px; margin: 0 auto; }
}
