/*
 * Amplif.AI Landing Page Styles
 * Scoped under .amplif-ai-page to prevent style leakage
 * Version: 1.0.0
 */

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&family=Open+Sans:wght@400;500;600;700&display=swap');

.elementor-widget-html,
.elementor-widget-html .elementor-widget-container {
  background: transparent !important;
  padding: 0 !important;
  margin: 0 !important;
}

body .amplif-ai-page,
body .amplif-ai-page * {
  box-sizing: border-box;
}

body .amplif-ai-page {
  margin-top: 0 !important;
  padding-top: 0 !important;
  position: relative;
  z-index: 1;
}

.elementor-section-wrap .elementor-section:has(.amplif-ai-page),
.page-content,
.entry-content,
.site-content,
main,
.main-content {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

body .amplif-ai-page .hero,
body .amplif-ai-page .showcase,
body .amplif-ai-page .roi-section,
body .amplif-ai-page .section,
body .amplif-ai-page .cta-section,
body .amplif-ai-page .tabs-wrap {
  width: 100vw !important;
  position: relative !important;
  left: 50% !important;
  right: 50% !important;
  margin-left: -50vw !important;
  margin-right: -50vw !important;
  max-width: 100vw !important;
}

body .amplif-ai-page .hero {
  background: linear-gradient(135deg,#0A1F3D 0%,#0E2D5C 35%,#13447A 70%,#1B5E9F 100%) !important;
  color: #fff !important;
  padding: 75px 0 88px !important;
  margin-top: 0 !important;
}

body .amplif-ai-page .hero h1 {
  color: #fff !important;
}

body .amplif-ai-page .hero-sub {
  color: rgba(255,255,255,.85) !important;
  margin-bottom: 48px !important;
}

body .amplif-ai-page .roi-section {
  background: linear-gradient(135deg,#13447A 0%,#1B5E9F 100%) !important;
  color: #fff !important;
}

body .amplif-ai-page .roi-h {
  color: #fff !important;
}

body .amplif-ai-page .roi-sub {
  color: rgba(255,255,255,.8) !important;
}

body .amplif-ai-page p {
  margin: 0 !important;
  color: inherit;
}

body .amplif-ai-page h1,
body .amplif-ai-page h2,
body .amplif-ai-page h3,
body .amplif-ai-page h4 {
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1.25 !important;
}

body .amplif-ai-page a {
  text-decoration: none !important;
}

body .amplif-ai-page button {
  background: none;
  border: none;
  font-family: inherit;
  cursor: pointer;
}

body .amplif-ai-page img {
  max-width: 100% !important;
  height: auto;
  display: block;
}

body .amplif-ai-page ul,
body .amplif-ai-page ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

.amplif-ai-page * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.amplif-ai-page {
  --blue: #1B5E9F;
  --blue-dark: #13447A;
  --blue-light: #E8F1F9;
  --blue-pale: #F4F8FC;
  --teal: #1FA9A6;
  --teal-dark: #157E7B;
  --teal-light: #E5F5F4;
  --orange: #F47B20;
  --orange-light: #FEF1E6;
  --green: #27AE60;
  --green-light: #E5F6EC;
  --red: #E74C3C;
  --gray-50: #F7FAFC;
  --gray-100: #EDF2F7;
  --text: #1F2D3D;
  --text-2: #4A5568;
  --muted: #718096;
  --border: #E2E8F0;
  --shadow-sm: 0 1px 3px rgba(0,0,0,.04),0 1px 2px rgba(0,0,0,.06);
  --shadow: 0 4px 12px rgba(13,68,122,.06),0 2px 4px rgba(13,68,122,.04);
  --shadow-lg: 0 12px 32px rgba(13,68,122,.1),0 4px 8px rgba(13,68,122,.06);
  --heading: 'Poppins',-apple-system,sans-serif;
  --body: 'Open Sans',-apple-system,sans-serif;
}

.amplif-ai-page {
  scroll-behavior: smooth;
}

.amplif-ai-page {
  font-family: var(--body);
  color: var(--text);
  background: #fff;
  font-size: 15px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

.amplif-ai-page h1,
.amplif-ai-page h2,
.amplif-ai-page h3,
.amplif-ai-page h4 {
  font-family: var(--heading);
  color: var(--text);
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: -.01em;
}

.amplif-ai-page .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.amplif-ai-page .hero {
  background: linear-gradient(135deg,#0A1F3D 0%,#0E2D5C 35%,#13447A 70%,#1B5E9F 100%);
  color: #fff;
  padding: 120px 0 88px;
  position: relative;
  overflow: hidden;
}

.amplif-ai-page .hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle at 80% 20%,rgba(27,94,159,.35),transparent 45%),radial-gradient(circle at 10% 90%,rgba(14,45,92,.4),transparent 50%);
  pointer-events: none;
}

.amplif-ai-page .hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255,255,255,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.04) 1px,transparent 1px);
  background-size: 48px 48px;
  pointer-events: none;
  mask-image: radial-gradient(ellipse 80% 60% at 50% 50%,#000 30%,transparent 80%);
}

.amplif-ai-page .hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 56px;
  align-items: center;
  position: relative;
  z-index: 1;
}

.amplif-ai-page .hero-eye {
  display: inline-block;
  margin-bottom: 24px;
  position: relative;
  z-index: 2;
  max-width: 200px;
  background: #fff;
  padding: 10px 20px;
  border-radius: 50px;
  box-shadow: 0 6px 20px rgba(0,0,0,.25),0 0 0 1px rgba(255,255,255,.15);
  transition: all .3s ease;
}

.amplif-ai-page .hero-eye:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0,0,0,.3),0 0 0 1px rgba(255,255,255,.25);
}

.amplif-ai-page .hero-eye img {
  width: 100%;
  height: auto;
  display: block;
}

.amplif-ai-page .hero h1 {
  font-size: clamp(34px,4.4vw,52px);
  font-weight: 600;
  color: #fff;
  margin-bottom: 18px;
  line-height: 1.1;
  letter-spacing: -.02em;
}

.amplif-ai-page .hero h1 span {
  display: block;
  background: linear-gradient(135deg,#7FE3D9 0%,#FFD700 70%,#F47B20 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  background-size: 200% auto;
  animation: gradientShift 5s ease-in-out infinite;
}

@keyframes gradientShift {
  0%,
  100% {
    background-position: 0% center;
  }
  50% {
    background-position: 100% center;
  }
}

.amplif-ai-page .hero-sub {
  font-size: 17px;
  color: rgba(255,255,255,.85);
  margin-bottom: 48px;
  max-width: 520px;
  line-height: 1.55;
}

.amplif-ai-page .hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.amplif-ai-page .hero-klas {
  display: inline-block;
  background: transparent;
  border-radius: 12px;
  padding: 0;
  margin-top: 32px;
  transition: all .3s ease;
  position: relative;
  z-index: 2;
  max-width: 380px;
}

.amplif-ai-page .hero-klas:hover {
  transform: translateY(-2px);
}

.amplif-ai-page .hero-klas img {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
  object-fit: contain;
  transition: transform .3s ease;
}

.amplif-ai-page .hero-klas:hover img {
  transform: scale(1.02);
}

.amplif-ai-page .btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(135deg,#1B5E9F 0%,#1FA9A6 50%,#1B5E9F 100%);
  background-size: 200% auto;
  background-position: 0% center;
  color: #fff;
  padding: 13px 26px;
  border-radius: 6px;
  font-family: var(--heading);
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  transition: background-position .5s ease,transform .2s ease,box-shadow .2s ease;
  box-shadow: 0 4px 14px rgba(27,94,159,.4);
  border: none;
  cursor: pointer;
}

.amplif-ai-page .btn-primary:hover {
  background-position: 100% center;
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(31,169,166,.5);
}

.amplif-ai-page .btn-ghost {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(255,255,255,.08);
  color: #fff;
  padding: 13px 26px;
  border-radius: 6px;
  font-family: var(--heading);
  font-weight: 500;
  font-size: 14px;
  text-decoration: none;
  transition: all .2s;
  border: 1px solid rgba(255,255,255,.25);
  backdrop-filter: blur(10px);
  cursor: pointer;
}

.amplif-ai-page .btn-ghost:hover {
  background: rgba(255,255,255,.15);
  border-color: rgba(255,255,255,.4);
}

@property --card-angle {
}

.amplif-ai-page .hero-card {
  background: linear-gradient(160deg,#0E3A6B 0%,#13447A 50%,#1B5E9F 100%);
  border-radius: 14px;
  padding: 28px;
  box-shadow: 0 20px 50px rgba(0,0,0,.35),0 0 60px rgba(255,215,0,.25);
  position: relative;
  z-index: 1;
  isolation: isolate;
  animation: cardGlow 2s ease-in-out infinite;
}

.amplif-ai-page .hero-card::before {
  content: '';
  position: absolute;
  inset: -3px;
  border-radius: 17px;
  background: conic-gradient(from var(--card-angle),transparent 0deg,transparent 200deg,rgba(127,227,217,1) 250deg,#FFD700 290deg,#F47B20 320deg,rgba(255,215,0,.8) 350deg,transparent 360deg),linear-gradient(135deg,rgba(127,227,217,1) 0%,rgba(255,215,0,.95) 50%,rgba(244,123,32,1) 100%);
  animation: rotateBorder 1.2s linear infinite;
  z-index: -1;
  filter: blur(.5px);
}

.amplif-ai-page .hero-card::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 14px;
  background: linear-gradient(160deg,#0E3A6B 0%,#13447A 50%,#1B5E9F 100%);
  z-index: -1;
}

@keyframes rotateBorder {
  to {
    --card-angle: 360deg;
  }
}

@keyframes cardGlow {
  0%,
  100% {
    box-shadow: 0 20px 50px rgba(0,0,0,.35),0 0 60px rgba(255,215,0,.25),0 0 30px rgba(127,227,217,.2);
  }
  50% {
    box-shadow: 0 25px 65px rgba(0,0,0,.4),0 0 90px rgba(255,215,0,.4),0 0 50px rgba(127,227,217,.4);
  }
}

.amplif-ai-page .hero-card-eye {
  font-family: var(--heading);
  font-size: 11px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #FFD700;
  font-weight: 700;
  margin-bottom: 8px;
  text-shadow: 0 0 10px rgba(255,215,0,.4);
}

.amplif-ai-page .hero-card h3 {
  font-size: 18px;
  color: #fff;
  margin-bottom: 20px;
  line-height: 1.35;
  font-weight: 600;
}

.amplif-ai-page .hcs-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px 0;
  border-bottom: 1px solid rgba(255,255,255,.12);
  gap: 12px;
}

.amplif-ai-page .hcs-row:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}

.amplif-ai-page .hcs-row:first-of-type {
  padding-top: 0;
}

.amplif-ai-page .hcs-label {
  font-size: 13.5px;
  color: rgba(255,255,255,.78);
  font-weight: 500;
  flex: 1;
}

.amplif-ai-page .hcs-val {
  font-family: var(--heading);
  font-size: 22px;
  font-weight: 700;
  color: #7FE3D9;
  white-space: nowrap;
  letter-spacing: -.01em;
}

.amplif-ai-page .hcs-val.orange {
  color: #FFB347;
  text-shadow: 0 0 12px rgba(255,179,71,.3);
}

.amplif-ai-page .hcs-val.green {
  color: #86EFAC;
  text-shadow: 0 0 12px rgba(134,239,172,.3);
}

.amplif-ai-page .hcs-val.text {
  font-size: 13.5px;
  color: #7FE3D9;
  font-weight: 600;
  font-family: var(--body);
}

.amplif-ai-page .hero-card-quote {
  margin-top: 20px;
  padding: 16px 18px;
  background: rgba(127,227,217,.08);
  border-left: 4px solid #FFD700;
  border-radius: 0 6px 6px 0;
  font-size: 13.5px;
  color: rgba(255,255,255,.9);
  line-height: 1.5;
  font-style: italic;
  font-weight: 500;
}

.amplif-ai-page .showcase {
  background: #fff;
  padding: 64px 0;
  position: relative;
}

.amplif-ai-page .showcase-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
}

.amplif-ai-page .showcase-image {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  aspect-ratio: 4/3;
  box-shadow: var(--shadow-lg);
  background: linear-gradient(135deg,var(--blue-light),var(--teal-light));
}

.amplif-ai-page .showcase-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .6s ease;
}

.amplif-ai-page .showcase-image:hover img {
  transform: scale(1.03);
}

.amplif-ai-page .showcase-image-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg,rgba(19,68,122,.15) 0%,transparent 40%,transparent 60%,rgba(31,169,166,.15) 100%);
  pointer-events: none;
}

.amplif-ai-page .showcase-image-badge {
  position: absolute;
  bottom: 18px;
  left: 18px;
  background: rgba(255,255,255,.96);
  backdrop-filter: blur(10px);
  padding: 10px 16px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: var(--heading);
  font-size: 12px;
  font-weight: 600;
  color: var(--blue-dark);
  box-shadow: var(--shadow);
  border: 1px solid rgba(255,255,255,.8);
}

.amplif-ai-page .showcase-content {
  display: flex;
  flex-direction: column;
}

.amplif-ai-page .showcase-content h2 {
  font-size: clamp(26px,3vw,38px);
  margin: 14px 0 16px;
  font-weight: 600;
  line-height: 1.2;
}

.amplif-ai-page .showcase-content>p {
  font-size: 16px;
  color: var(--text-2);
  line-height: 1.6;
  margin-bottom: 28px;
}

.amplif-ai-page .showcase-stats {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 18px;
  padding-top: 24px;
  border-top: 1px solid var(--border);
}

.amplif-ai-page .showcase-stat .ss-value {
  font-family: var(--heading);
  font-size: 32px;
  font-weight: 700;
  color: var(--blue);
  line-height: 1;
  letter-spacing: -.02em;
  margin-bottom: 6px;
}

.amplif-ai-page .showcase-stat:nth-child(2) .ss-value {
  color: var(--teal);
}

.amplif-ai-page .showcase-stat:nth-child(3) .ss-value {
  color: var(--orange);
}

.amplif-ai-page .showcase-stat .ss-label {
  font-size: 12px;
  color: var(--muted);
  line-height: 1.4;
  font-weight: 500;
}

.amplif-ai-page .tabs-wrap {
  background: #fff;
  border-bottom: 1px solid var(--border);
  position: sticky;
  top: 0;
  z-index: 20;
  box-shadow: var(--shadow-sm);
}

.amplif-ai-page .tabs {
  display: flex;
  gap: 0;
  overflow-x: auto;
  scrollbar-width: none;
}

.amplif-ai-page .tabs::-webkit-scrollbar {
  display: none;
}

.amplif-ai-page .tab {
  padding: 20px 26px;
  font-family: var(--heading);
  font-size: 17px;
  font-weight: 600;
  color: #1F2D3D;
  cursor: pointer;
  border-bottom: 3px solid transparent;
  transition: all .2s;
  white-space: nowrap;
  letter-spacing: -.005em;
  background: none;
  border-top: none;
  border-left: none;
  border-right: none;
}

.amplif-ai-page .tab:hover {
  color: var(--blue);
}

.amplif-ai-page .tab.active {
  color: var(--blue);
  border-bottom-color: var(--blue);
  font-weight: 700;
}

.amplif-ai-page .tab-content {
  display: none;
  animation: fadeIn .3s ease-out;
}

.amplif-ai-page .tab-content.active {
  display: block;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.amplif-ai-page .section {
  padding: 64px 0;
  background: #fff;
}

.amplif-ai-page .section-light {
  background: var(--gray-50);
}

.amplif-ai-page .section-head {
  margin-bottom: 40px;
  max-width: 760px;
}

.amplif-ai-page .section-eye {
  display: inline-block;
  font-family: var(--heading);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--teal);
  background: var(--teal-light);
  padding: 6px 14px;
  border-radius: 50px;
  margin-bottom: 14px;
}

.amplif-ai-page .section-head h2 {
  font-size: clamp(26px,3vw,38px);
  margin-bottom: 14px;
  font-weight: 600;
  line-height: 1.2;
}

.amplif-ai-page .section-head p {
  font-size: 16px;
  color: var(--text-2);
  line-height: 1.6;
}

.amplif-ai-page .overview-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: start;
}

.amplif-ai-page .def-list {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: var(--shadow);
}

.amplif-ai-page .def-row {
  display: grid;
  grid-template-columns: 170px 1fr;
  gap: 20px;
  padding: 16px 22px;
  border-bottom: 1px solid var(--border);
  align-items: start;
  transition: background .15s;
}

.amplif-ai-page .def-row:last-child {
  border-bottom: none;
}

.amplif-ai-page .def-row:hover {
  background: var(--blue-pale);
}

.amplif-ai-page .def-label {
  font-family: var(--heading);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--muted);
  padding-top: 2px;
}

.amplif-ai-page .def-value {
  font-size: 14px;
  color: var(--text);
  line-height: 1.5;
  font-weight: 500;
}

.amplif-ai-page .def-value strong {
  color: var(--blue);
  font-weight: 600;
}

.amplif-ai-page .overview-quote {
  margin-top: 20px;
  padding: 22px 26px;
  background: linear-gradient(135deg,var(--blue) 0%,var(--teal) 100%);
  border-radius: 12px;
  color: #fff;
  position: relative;
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  font-family: var(--heading);
  font-size: 17px;
  font-weight: 500;
  line-height: 1.45;
  font-style: italic;
}

.amplif-ai-page .workflow-card {
  background: #fff;
  border-radius: 14px;
  padding: 28px;
  box-shadow: var(--shadow-lg);
  border: 1px solid var(--border);
}

.amplif-ai-page .wc-header {
  font-family: var(--heading);
  font-size: 11px;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--muted);
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.amplif-ai-page .wc-header::before {
  content: '';
  width: 24px;
  height: 2px;
  background: var(--teal);
}

.amplif-ai-page .wf-step {
  display: flex;
  gap: 14px;
  padding: 14px 0;
  align-items: flex-start;
  position: relative;
}

.amplif-ai-page .wf-num {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--heading);
  font-weight: 700;
  font-size: 14px;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}

.amplif-ai-page .wf-num.ai {
  background: var(--blue-light);
  color: var(--blue);
  border: 2px solid var(--blue);
}

.amplif-ai-page .wf-num.gap {
  background: var(--orange-light);
  color: var(--orange);
  border: 2px solid var(--orange);
  font-size: 18px;
}

.amplif-ai-page .wf-num.human {
  background: var(--green-light);
  color: var(--green);
  border: 2px solid var(--green);
  font-size: 16px;
}

.amplif-ai-page .wf-content {
  flex: 1;
}

.amplif-ai-page .wf-tag {
  display: inline-block;
  font-family: var(--heading);
  font-size: 9px;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-weight: 600;
  padding: 3px 9px;
  border-radius: 4px;
  margin-bottom: 5px;
}

.amplif-ai-page .wf-tag.ai {
  background: var(--blue-light);
  color: var(--blue);
}

.amplif-ai-page .wf-tag.gap {
  background: var(--orange-light);
  color: var(--orange);
}

.amplif-ai-page .wf-tag.human {
  background: var(--green-light);
  color: var(--green);
}

.amplif-ai-page .wf-content h4 {
  font-size: 15px;
  margin-bottom: 3px;
  color: var(--text);
  font-weight: 600;
}

.amplif-ai-page .wf-content p {
  font-size: 13px;
  color: var(--text-2);
  line-height: 1.5;
}

.amplif-ai-page .wc-platforms {
  margin-top: 20px;
  padding-top: 18px;
  border-top: 1px solid var(--border);
}

.amplif-ai-page .wcp-label {
  font-family: var(--heading);
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: var(--muted);
  margin-bottom: 8px;
}

.amplif-ai-page .wcp-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.amplif-ai-page .wcp-tag {
  font-size: 11px;
  padding: 4px 10px;
  background: var(--blue-pale);
  color: var(--blue);
  border: 1px solid var(--blue-light);
  border-radius: 50px;
  font-weight: 500;
}

.amplif-ai-page .wc-cost {
  margin-top: 18px;
  padding: 18px;
  background: linear-gradient(135deg,var(--blue-dark) 0%,var(--blue) 100%);
  border-radius: 10px;
  color: #fff;
}

.amplif-ai-page .wc-cost-label {
  font-family: var(--heading);
  font-size: 10px;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-weight: 600;
  color: #7FE3D9;
  margin-bottom: 10px;
}

.amplif-ai-page .wc-cost-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 0;
  font-size: 13px;
  color: rgba(255,255,255,.85);
}

.amplif-ai-page .wc-cost-row strong {
  color: #fff;
  font-weight: 600;
}

.amplif-ai-page .wc-cost-mult {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid rgba(255,255,255,.15);
  font-family: var(--heading);
  font-size: 13px;
  color: #FFD700;
  font-weight: 600;
}

.amplif-ai-page .wc-cost-mult strong {
  color: #fff;
  font-weight: 700;
}

.amplif-ai-page .svc-grid {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 16px;
}

.amplif-ai-page .svc-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 24px 20px;
  display: flex;
  flex-direction: column;
  position: relative;
  transition: all .25s ease;
}

.amplif-ai-page .svc-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-lg);
}

.amplif-ai-page .svc-card.featured {
  border: none;
  background: linear-gradient(180deg,#fff 0%,var(--blue-pale) 100%);
  position: relative;
  z-index: 1;
  isolation: isolate;
  box-shadow: 0 4px 12px rgba(27,94,159,.08),0 1px 3px rgba(27,94,159,.06);
}

.amplif-ai-page .svc-card.featured::before {
  content: '';
  position: absolute;
  inset: -3px;
  border-radius: 15px;
  background: conic-gradient(from var(--card-angle),transparent 0deg,transparent 200deg,rgba(127,227,217,1) 250deg,#FFD700 290deg,#F47B20 320deg,rgba(255,215,0,.8) 350deg,transparent 360deg),linear-gradient(135deg,rgba(127,227,217,1) 0%,rgba(255,215,0,.95) 50%,rgba(244,123,32,1) 100%);
  animation: rotateBorder 1.2s linear infinite;
  z-index: -1;
  filter: blur(.5px);
}

.amplif-ai-page .svc-card.featured::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 12px;
  background: linear-gradient(180deg,#fff 0%,var(--blue-pale) 100%);
  z-index: -1;
}

.amplif-ai-page .svc-card.featured>* {
  position: relative;
  z-index: 1;
}

.amplif-ai-page .svc-tag {
  display: inline-block;
  font-family: var(--heading);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
  padding: 3px 9px;
  border-radius: 4px;
  margin-bottom: 12px;
  align-self: flex-start;
}

.amplif-ai-page .svc-tag.blue {
  color: var(--blue);
  background: var(--blue-light);
}

.amplif-ai-page .svc-tag.teal {
  color: var(--teal);
  background: var(--teal-light);
}

.amplif-ai-page .svc-tag.gray {
  color: var(--muted);
  background: var(--gray-100);
}

.amplif-ai-page .svc-name {
  font-family: var(--heading);
  font-size: 18px;
  font-weight: 600;
  color: var(--text);
  margin-bottom: 4px;
  line-height: 1.25;
}

.amplif-ai-page .svc-desc {
  font-size: 12.5px;
  color: var(--text-2);
  margin-bottom: 18px;
  line-height: 1.5;
  min-height: 54px;
}

.amplif-ai-page .svc-price-block {
  padding: 14px 0;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  margin-bottom: 18px;
}

.amplif-ai-page .svc-price {
  font-family: var(--heading);
  font-size: 28px;
  font-weight: 700;
  color: var(--blue);
  line-height: 1;
  letter-spacing: -.02em;
}

.amplif-ai-page .svc-card.featured .svc-price {
  color: var(--blue-dark);
}

.amplif-ai-page .svc-price-unit {
  font-size: 11px;
  color: var(--muted);
  margin-top: 5px;
  font-weight: 500;
}

.amplif-ai-page .svc-features {
  display: flex;
  flex-direction: column;
  gap: 9px;
  flex: 1;
}

.amplif-ai-page .svc-feat {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  font-size: 12.5px;
  line-height: 1.45;
  color: var(--text-2);
}

.amplif-ai-page .svc-roi-banner {
  margin-top: 28px;
  background: linear-gradient(135deg,var(--blue) 0%,var(--teal) 100%);
  color: #fff;
  padding: 22px 28px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  gap: 20px;
  box-shadow: var(--shadow);
}

.amplif-ai-page .svc-roi-icon {
  width: 48px;
  height: 48px;
  background: rgba(255,255,255,.15);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border: 1px solid rgba(255,255,255,.25);
}

.amplif-ai-page .svc-roi-text h4 {
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 3px;
}

.amplif-ai-page .svc-roi-text p {
  font-size: 13.5px;
  color: rgba(255,255,255,.88);
  line-height: 1.5;
}

.amplif-ai-page .svc-roi-text strong {
  color: #FFD700;
}

.amplif-ai-page .cmp-table-wrap {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: var(--shadow);
  border: 1px solid var(--border);
  overflow-x: auto;
}

.amplif-ai-page .cmp-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 720px;
}

.amplif-ai-page .cmp-table thead {
  background: var(--blue-pale);
}

.amplif-ai-page .cmp-table thead th {
  padding: 16px 18px;
  text-align: left;
  font-family: var(--heading);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: var(--text);
  border-bottom: 2px solid var(--blue);
}

.amplif-ai-page .cmp-table thead th.center {
  text-align: center;
}

.amplif-ai-page .cmp-table thead th.us {
  background: var(--blue);
  color: #fff;
  position: relative;
}

.amplif-ai-page .cmp-table thead th.us::before {
  content: '★';
  margin-right: 6px;
  color: #FFD700;
}

.amplif-ai-page .cmp-table tbody td {
  padding: 13px 18px;
  border-bottom: 1px solid var(--border);
  font-size: 13.5px;
  color: var(--text-2);
  vertical-align: middle;
}

.amplif-ai-page .cmp-table tbody tr:last-child td {
  border-bottom: none;
}

.amplif-ai-page .cmp-table tbody tr:hover td {
  background: var(--blue-pale);
}

.amplif-ai-page .cmp-table td:first-child {
  font-weight: 600;
  color: var(--text);
}

.amplif-ai-page .cmp-table td.center {
  text-align: center;
}

.amplif-ai-page .cmp-table td.us {
  background: rgba(27,94,159,.04);
  border-left: 1px solid rgba(27,94,159,.12);
  border-right: 1px solid rgba(27,94,159,.12);
}

.amplif-ai-page .cmp-y {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--green-light);
  color: var(--green);
}

.amplif-ai-page .cmp-n {
  color: var(--muted);
  font-size: 18px;
  font-weight: 300;
}

.amplif-ai-page .cmp-p {
  font-size: 11.5px;
  color: var(--orange);
  font-weight: 500;
  font-style: italic;
}

.amplif-ai-page .cmp-callouts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-top: 28px;
}

.amplif-ai-page .callout {
  padding: 22px 26px;
  border-radius: 12px;
  background: #fff;
  border: 1px solid var(--border);
  display: flex;
  gap: 14px;
  align-items: flex-start;
}

.amplif-ai-page .callout-icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: var(--teal-light);
  color: var(--teal);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.amplif-ai-page .callout:nth-child(2) .callout-icon {
  background: var(--orange-light);
  color: var(--orange);
}

.amplif-ai-page .callout-text h4 {
  font-size: 11px;
  color: var(--blue);
  font-weight: 600;
  margin-bottom: 6px;
  font-family: var(--heading);
  letter-spacing: .06em;
  text-transform: uppercase;
}

.amplif-ai-page .callout:nth-child(2) .callout-text h4 {
  color: var(--orange);
}

.amplif-ai-page .callout-text p {
  font-size: 13.5px;
  color: var(--text-2);
  line-height: 1.55;
}

.amplif-ai-page .callout-text p strong {
  color: var(--text);
  font-weight: 600;
}

.amplif-ai-page .cta-section {
  padding: 72px 0;
  background: #fff;
}

.amplif-ai-page .cta-card {
  background: linear-gradient(135deg,#0E3A6B 0%,#13447A 35%,#1B5E9F 70%,#1FA9A6 130%);
  border: none;
  border-radius: 20px;
  padding: 64px 48px;
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  box-shadow: 0 20px 60px rgba(13,68,122,.35),0 0 100px rgba(31,169,166,.15);
}

.amplif-ai-page .cta-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 80% 20%,rgba(127,227,217,.25),transparent 45%),radial-gradient(circle at 15% 85%,rgba(255,215,0,.12),transparent 50%),radial-gradient(circle at 50% 100%,rgba(244,123,32,.15),transparent 55%);
  pointer-events: none;
  z-index: 0;
}

.amplif-ai-page .cta-card::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255,255,255,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.04) 1px,transparent 1px);
  background-size: 40px 40px;
  pointer-events: none;
  z-index: 0;
  mask-image: radial-gradient(ellipse 80% 70% at 50% 50%,#000 30%,transparent 80%);
  -webkit-mask-image: radial-gradient(ellipse 80% 70% at 50% 50%,#000 30%,transparent 80%);
}

.amplif-ai-page .cta-card>h2,
.amplif-ai-page .cta-card>p,
.amplif-ai-page .cta-card>.cta-actions {
  position: relative;
  z-index: 2;
}

.amplif-ai-page .cta-card h2 {
  font-size: clamp(30px,3.6vw,46px);
  margin-bottom: 16px;
  font-weight: 600;
  line-height: 1.1;
  color: #fff;
  letter-spacing: -.02em;
}

.amplif-ai-page .cta-card h2 span {
  background: linear-gradient(135deg,#7FE3D9 0%,#FFD700 70%,#F47B20 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  background-size: 200% auto;
  animation: gradientShift 5s ease-in-out infinite;
}

.amplif-ai-page .cta-card p {
  font-size: 17px;
  color: rgba(255,255,255,.85);
  margin-bottom: 56px;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
  text-align: center;
}

.amplif-ai-page .cta-actions {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
}

.amplif-ai-page .btn-primary-light {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(135deg,#1B5E9F 0%,#1FA9A6 50%,#1B5E9F 100%);
  background-size: 200% auto;
  background-position: 0% center;
  color: #fff;
  padding: 13px 28px;
  border-radius: 6px;
  font-family: var(--heading);
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  border: none;
}

.amplif-ai-page .btn-outline {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(255,255,255,.08);
  color: #fff;
  padding: 13px 28px;
  border-radius: 6px;
  font-family: var(--heading);
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  transition: all .2s;
  border: 1.5px solid rgba(255,255,255,.3);
  cursor: pointer;
  backdrop-filter: blur(10px);
}

.amplif-ai-page .btn-outline:hover {
  background: rgba(255,255,255,.15);
  border-color: rgba(255,255,255,.5);
  transform: translateY(-1px);
}

.amplif-ai-page .section-head h2 {
  font-size: clamp(30px,3.4vw,42px) !important;
}

.amplif-ai-page .section-head p {
  font-size: 18px !important;
  line-height: 1.65 !important;
}

.amplif-ai-page .section-eye {
  font-size: 13px !important;
}

.amplif-ai-page .def-label {
  font-size: 13px !important;
}

.amplif-ai-page .def-value {
  font-size: 16px !important;
  line-height: 1.6 !important;
}

.amplif-ai-page .wf-tag {
  font-size: 11px !important;
}

.amplif-ai-page .wf-content h4 {
  font-size: 17px !important;
}

.amplif-ai-page .wf-content p {
  font-size: 15px !important;
  line-height: 1.6 !important;
}

.amplif-ai-page .wcp-tag {
  font-size: 13px !important;
  padding: 6px 14px !important;
}

.amplif-ai-page .wc-cost-row {
  font-size: 15px !important;
  padding: 7px 0 !important;
}

.amplif-ai-page .wc-cost-mult {
  font-size: 15px !important;
}

.amplif-ai-page .svc-tag {
  font-size: 12px !important;
  padding: 4px 11px !important;
}

.amplif-ai-page .svc-name {
  font-size: 21px !important;
}

.amplif-ai-page .svc-desc {
  font-size: 14px !important;
  line-height: 1.6 !important;
  min-height: 64px !important;
}

.amplif-ai-page .svc-price {
  font-size: 32px !important;
}

.amplif-ai-page .svc-price-unit {
  font-size: 13px !important;
}

.amplif-ai-page .svc-feat {
  font-size: 14px !important;
  line-height: 1.55 !important;
  gap: 10px !important;
}

.amplif-ai-page .svc-roi-text h4 {
  font-size: 18px !important;
}

.amplif-ai-page .svc-roi-text p {
  font-size: 15px !important;
  line-height: 1.6 !important;
}

.amplif-ai-page .cmp-table thead th {
  font-size: 13px !important;
  padding: 18px 20px !important;
}

.amplif-ai-page .cmp-table tbody td {
  font-size: 15px !important;
  padding: 15px 20px !important;
  line-height: 1.55 !important;
}

.amplif-ai-page .callout-text h4 {
  font-size: 13px !important;
  letter-spacing: .06em !important;
}

.amplif-ai-page .callout-text p {
  font-size: 15px !important;
  line-height: 1.65 !important;
}

.amplif-ai-page .showcase-content h2 {
  font-size: clamp(28px,3.2vw,40px) !important;
}

.amplif-ai-page .showcase-content>p {
  font-size: 17px !important;
  line-height: 1.65 !important;
}

.amplif-ai-page .ss-value {
  font-size: 36px !important;
}

.amplif-ai-page .ss-label {
  font-size: 13px !important;
  line-height: 1.45 !important;
}

.amplif-ai-page .cta-card h2 {
  font-size: clamp(30px,3.4vw,42px) !important;
}

.amplif-ai-page .cta-card p {
  font-size: 18px !important;
  line-height: 1.65 !important;
  margin-bottom: 56px !important;
  text-align: center !important;
  max-width: 760px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}


/* === HERO PARTICLE ANIMATION === */
.amplif-ai-page .hero-particles {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
  opacity: 0.9;
}

.amplif-ai-page .hero-p,
.amplif-ai-page .hero-p-gold,
.amplif-ai-page .hero-p-orange {
  animation: hero-node-float var(--dur) ease-in-out var(--d) infinite;
  filter: drop-shadow(0 0 4px currentColor);
}

.amplif-ai-page .hero-p {
  fill: #7FE3D9;
  color: #7FE3D9;
}

.amplif-ai-page .hero-p-gold {
  fill: #FFD700;
  color: #FFD700;
}

.amplif-ai-page .hero-p-orange {
  fill: #F47B20;
  color: #F47B20;
}

.amplif-ai-page .hero-line {
  stroke: rgba(127, 227, 217, 0.4);
  stroke-width: 0.8;
  animation: hero-line-energy var(--dur) ease-in-out var(--d) infinite;
}

@keyframes hero-node-float {
  0%, 100% {
    transform: translate(0, 0) scale(1);
    opacity: 0.5;
  }
  50% {
    transform: translate(var(--dx), var(--dy)) scale(1.4);
    opacity: 1;
  }
}

@keyframes hero-line-energy {
  0%, 100% {
    opacity: 0.1;
    stroke-width: 0.6;
  }
  50% {
    opacity: 0.6;
    stroke-width: 1;
  }
}

/* Ensure hero content sits above particles */
.amplif-ai-page .hero .container {
  position: relative;
  z-index: 1;
}