@import url('https://fonts.googleapis.com/css2?family=Inter&display=swap');
.strip[data-id="374c0b"] {
  --section-id: "374c0b";
  --storage-url: "https://vch.proweb.cz/_section/374c0b";
  --public-url: "https://vch.proweb.cz/_section/374c0b";
}
.strip[data-id="374c0b"] .glass-future-hero {
  --primary: #8b5cf6;
  --secondary: #06b6d4;
  --bg-dark: #030712;
  --glass: rgba(255, 255, 255, 0.03);
  --glass-border: rgba(255, 255, 255, 0.08);
  --text-dim: #9ca3af;
  position: relative;
  padding: clamp(80px, 12vh, 160px) 0;
  background-color: var(--bg-dark);
  color: #fff;
  overflow: hidden;
  font-family: "Inter", system-ui, sans-serif;
}
.strip[data-id="374c0b"] .glass-future-hero .orb-system {
  position: absolute;
  inset: 0;
  z-index: 0;
  filter: blur(80px);
  opacity: 0.6;
}
.strip[data-id="374c0b"] .glass-future-hero .orb-system .orb {
  position: absolute;
  border-radius: 50%;
  mix-blend-mode: screen;
  animation: orb-float 20s infinite alternate ease-in-out;
}
.strip[data-id="374c0b"] .glass-future-hero .orb-system .orb-1 {
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(139, 92, 246, 0.3) 0%, transparent 70%);
  top: -10%;
  right: -5%;
}
.strip[data-id="374c0b"] .glass-future-hero .orb-system .orb-2 {
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(6, 182, 212, 0.2) 0%, transparent 70%);
  bottom: -10%;
  left: 5%;
  animation-delay: -5s;
}
.strip[data-id="374c0b"] .glass-future-hero .container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 24px;
  position: relative;
  z-index: 10;
}
.strip[data-id="374c0b"] .glass-future-hero .hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 60px;
  align-items: center;
}
@media (max-width: 1024px) {
  .strip[data-id="374c0b"] .glass-future-hero .hero-grid {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 80px;
  }
}
.strip[data-id="374c0b"] .glass-future-hero .content-side .status-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 16px;
  background: var(--glass);
  border: 1px solid var(--glass-border);
  border-radius: 100px;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  margin-bottom: 40px;
  backdrop-filter: blur(10px);
}
.strip[data-id="374c0b"] .glass-future-hero .content-side .status-badge .pulse {
  width: 8px;
  height: 8px;
  background: #10b981;
  border-radius: 50%;
  box-shadow: 0 0 12px #10b981;
  position: relative;
}
.strip[data-id="374c0b"] .glass-future-hero .content-side .status-badge .pulse::after {
  content: "";
  position: absolute;
  inset: -4px;
  border: 1px solid #10b981;
  border-radius: 50%;
  animation: ring-pulse 2s infinite;
}
.strip[data-id="374c0b"] .glass-future-hero .content-side h1 {
  font-size: clamp(3rem, 5vw, 4.5rem);
  line-height: 1.1;
  font-weight: 800;
  margin-bottom: 32px;
  letter-spacing: -0.02em;
}
.strip[data-id="374c0b"] .glass-future-hero .content-side h1 .shimmer {
  background: linear-gradient(90deg, #fff 0%, var(--primary) 50%, #fff 100%);
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: shimmer-text 4s linear infinite;
}
.strip[data-id="374c0b"] .glass-future-hero .content-side .description {
  font-size: 1.25rem;
  line-height: 1.6;
  color: var(--text-dim);
  margin-bottom: 48px;
  max-width: 540px;
}
@media (max-width: 1024px) {
  .strip[data-id="374c0b"] .glass-future-hero .content-side .description {
    margin-left: auto;
    margin-right: auto;
  }
}
.strip[data-id="374c0b"] .glass-future-hero .content-side .description strong {
  color: #fff;
}
.strip[data-id="374c0b"] .glass-future-hero .content-side .btn-group {
  display: flex;
  gap: 20px;
  align-items: center;
}
@media (max-width: 1024px) {
  .strip[data-id="374c0b"] .glass-future-hero .content-side .btn-group {
    justify-content: center;
  }
}
@media (max-width: 480px) {
  .strip[data-id="374c0b"] .glass-future-hero .content-side .btn-group {
    flex-direction: column;
    width: 100%;
  }
}
.strip[data-id="374c0b"] .glass-future-hero .content-side .btn-group .btn-main {
  padding: 18px 36px;
  background: #fff;
  color: #000;
  border-radius: 16px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 12px;
}
.strip[data-id="374c0b"] .glass-future-hero .content-side .btn-group .btn-main:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(255, 255, 255, 0.1);
}
.strip[data-id="374c0b"] .glass-future-hero .content-side .btn-group .btn-ghost {
  padding: 18px 36px;
  color: #fff;
  border: 1px solid var(--glass-border);
  border-radius: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
}
.strip[data-id="374c0b"] .glass-future-hero .content-side .btn-group .btn-ghost:hover {
  background: var(--glass);
  border-color: #fff;
}
.strip[data-id="374c0b"] .glass-future-hero .visual-side {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.strip[data-id="374c0b"] .glass-future-hero .visual-side .image-wrapper {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 400px;
  perspective: 1000px;
}
.strip[data-id="374c0b"] .glass-future-hero .visual-side .image-wrapper img {
  width: 100%;
  height: auto;
  display: block;
  filter: drop-shadow(0 30px 60px rgba(0, 0, 0, 0.5));
  transition: transform 0.5s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.strip[data-id="374c0b"] .glass-future-hero .visual-side .glass-tag {
  position: absolute;
  z-index: 3;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 16px 24px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  gap: 12px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
  animation: tag-float 6s infinite alternate ease-in-out;
}
.strip[data-id="374c0b"] .glass-future-hero .visual-side .glass-tag i {
  color: var(--secondary);
  font-size: 1.2rem;
}
.strip[data-id="374c0b"] .glass-future-hero .visual-side .glass-tag span {
  font-weight: 700;
  font-size: 0.9rem;
}
.strip[data-id="374c0b"] .glass-future-hero .visual-side .glass-tag.tag-1 {
  top: -10%;
  right: -5%;
  animation-delay: -1s;
}
.strip[data-id="374c0b"] .glass-future-hero .visual-side .glass-tag.tag-2 {
  bottom: 10%;
  left: -15%;
  animation-delay: -3s;
}
@keyframes orb-float {
  0% {
    transform: translate(0, 0) scale(1);
  }
  100% {
    transform: translate(50px, 30px) scale(1.1);
  }
}
@keyframes ring-pulse {
  0% {
    transform: scale(1);
    opacity: 0.8;
  }
  100% {
    transform: scale(2.5);
    opacity: 0;
  }
}
@keyframes shimmer-text {
  to {
    background-position: 200% center;
  }
}
@keyframes tag-float {
  0% {
    transform: translateY(0) rotate(0);
  }
  100% {
    transform: translateY(-20px) rotate(2deg);
  }
}@charset "UTF-8";
.strip[data-id="9a3511"] {
  --section-id: "9a3511";
  --storage-url: "https://vch.proweb.cz/_section/9a3511";
  --public-url: "https://vch.proweb.cz/_section/9a3511";
}
.strip[data-id="9a3511"] .ai-how-it-works {
  padding: 100px 0;
  background: linear-gradient(135deg, #e0e7ff 0%, #f1f5f9 100%); /* Výraznější modro-šedý gradient */
}
.strip[data-id="9a3511"] .ai-how-it-works .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id="9a3511"] .ai-how-it-works .section-header {
  text-align: center;
  margin-bottom: 50px;
}
.strip[data-id="9a3511"] .ai-how-it-works .section-header h2 {
  font-size: 2.5rem;
  font-weight: 800;
  color: #1a1a1a;
}
.strip[data-id="9a3511"] .ai-how-it-works .preview-wrapper {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 60px auto;
  background: #000;
  border-radius: 20px;
  padding: 12px;
  box-shadow: 0 40px 80px rgba(0, 0, 0, 0.15); /* Výraznější stín pro větší hloubku */
  position: relative;
  overflow: hidden;
  /* Browser top bar simulation */
}
.strip[data-id="9a3511"] .ai-how-it-works .preview-wrapper:before {
  content: "";
  display: block;
  height: 30px;
  background: #f1f5f9;
  border-radius: 12px 12px 0 0;
  margin-bottom: -1px;
}
.strip[data-id="9a3511"] .ai-how-it-works .preview-wrapper .preview-screen {
  width: 100%;
  aspect-ratio: 16/9;
  background-size: cover;
  background-position: center;
  border-radius: 0 0 12px 12px;
  transition: opacity 0.5s ease;
  position: relative;
}
.strip[data-id="9a3511"] .ai-how-it-works .preview-wrapper .preview-screen.loading {
  opacity: 0.5;
}
.strip[data-id="9a3511"] .ai-how-it-works .tiles-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 991px) {
  .strip[data-id="9a3511"] .ai-how-it-works .tiles-grid {
    grid-template-columns: 1fr;
  }
}
.strip[data-id="9a3511"] .ai-how-it-works .tile-card {
  background: #ffffff;
  border: 2px solid #cbd5e1; /* Trochu tmavší okraj aby karta na pozadí více seděla */
  border-radius: 16px;
  padding: 24px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 120px;
  position: relative;
  /* Speech bubble tail */
}
.strip[data-id="9a3511"] .ai-how-it-works .tile-card:hover, .strip[data-id="9a3511"] .ai-how-it-works .tile-card.active {
  border-color: #1d4ed8;
  box-shadow: 0 10px 25px rgba(29, 78, 216, 0.1);
  transform: translateY(-5px);
}
.strip[data-id="9a3511"] .ai-how-it-works .tile-card.active {
  background-color: #ffffff; /* Držíme bílou pro kontrast */
  border-width: 3px;
}
.strip[data-id="9a3511"] .ai-how-it-works .tile-card.active .bubble-text {
  color: #1d4ed8;
}
.strip[data-id="9a3511"] .ai-how-it-works .tile-card .bubble-text {
  font-size: 1.1rem;
  font-weight: 600;
  color: #334155;
  line-height: 1.4;
  transition: color 0.3s ease;
}
.strip[data-id="9a3511"] .ai-how-it-works .tile-card:after {
  content: "";
  position: absolute;
  top: -10px;
  left: 30px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 10px solid #cbd5e1;
  transition: border-bottom-color 0.3s ease;
}
.strip[data-id="9a3511"] .ai-how-it-works .tile-card.active:after {
  border-bottom-color: #1d4ed8;
  top: -11px; /* Korekce pro širší border */
}.strip[data-id="22b37f"] {
  --section-id: "22b37f";
  --storage-url: "https://vch.proweb.cz/_section/22b37f";
  --public-url: "https://vch.proweb.cz/_section/22b37f";
}
.strip[data-id="22b37f"] .benefits-swiss {
  padding: 140px 0;
  background: #ffffff;
  color: #000000;
  font-family: "Inter", sans-serif;
  overflow: hidden;
}
.strip[data-id="22b37f"] .benefits-swiss .container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 40px;
}
.strip[data-id="22b37f"] .benefits-swiss .swiss-header {
  margin-bottom: 100px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  border-top: 10px solid #000;
  padding-top: 40px;
}
.strip[data-id="22b37f"] .benefits-swiss .swiss-header h2 {
  font-size: clamp(3.5rem, 10vw, 7.5rem);
  font-weight: 900;
  line-height: 0.85;
  text-transform: uppercase;
  letter-spacing: -0.06em;
  margin: 0;
}
.strip[data-id="22b37f"] .benefits-swiss .swiss-header .header-meta {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.strip[data-id="22b37f"] .benefits-swiss .swiss-header .header-meta p {
  font-size: 1.5rem;
  max-width: 500px;
  font-weight: 600;
  line-height: 1.2;
  margin: 0;
}
.strip[data-id="22b37f"] .benefits-swiss .swiss-header .header-meta .tag {
  font-weight: 900;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  background: #ff3e3e;
  color: #fff;
  padding: 10px 20px;
}
.strip[data-id="22b37f"] .benefits-swiss .swiss-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-auto-rows: minmax(300px, auto);
  gap: 0;
  border: 2px solid #000;
}
.strip[data-id="22b37f"] .benefits-swiss .swiss-cell {
  border: 2px solid #000;
  padding: 50px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  opacity: 0;
  transform: scale(0.95);
}
.strip[data-id="22b37f"] .benefits-swiss .swiss-cell.is-visible {
  opacity: 1;
  transform: scale(1);
}
.strip[data-id="22b37f"] .benefits-swiss .swiss-cell:hover {
  background: #000;
  color: #fff;
}
.strip[data-id="22b37f"] .benefits-swiss .swiss-cell:hover .cell-index {
  color: #fff;
  opacity: 0.2;
}
.strip[data-id="22b37f"] .benefits-swiss .swiss-cell:hover .icon-box {
  background: #fff;
  color: #000;
  border-color: #fff;
}
.strip[data-id="22b37f"] .benefits-swiss .swiss-cell.col-8 {
  grid-column: span 8;
}
.strip[data-id="22b37f"] .benefits-swiss .swiss-cell.col-4 {
  grid-column: span 4;
}
.strip[data-id="22b37f"] .benefits-swiss .swiss-cell.blue {
  background: #3b82f6;
  color: #fff;
  border-color: #000;
}
.strip[data-id="22b37f"] .benefits-swiss .swiss-cell.yellow {
  background: #facc15;
  color: #000;
  border-color: #000;
}
.strip[data-id="22b37f"] .benefits-swiss .swiss-cell .cell-index {
  font-size: 6rem;
  font-weight: 900;
  line-height: 0.8;
  letter-spacing: -0.05em;
  margin-bottom: 40px;
  color: #000;
  opacity: 0.1;
}
.strip[data-id="22b37f"] .benefits-swiss .swiss-cell .icon-box {
  width: 60px;
  height: 60px;
  border: 3px solid #000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  margin-bottom: 30px;
  background: #fff;
  color: #000;
}
.strip[data-id="22b37f"] .benefits-swiss .swiss-cell h3 {
  font-size: 2.5rem;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 20px;
  letter-spacing: -0.02em;
}
.strip[data-id="22b37f"] .benefits-swiss .swiss-cell .quote {
  font-size: 1.15rem;
  font-weight: 500;
  line-height: 1.4;
  margin: 0;
  max-width: 90%;
}
.strip[data-id="22b37f"] .benefits-swiss .swiss-cell .stat-badge {
  position: absolute;
  top: 30px;
  right: 30px;
  font-weight: 900;
  font-size: 1.25rem;
  border: 2px solid currentColor;
  padding: 5px 15px;
}
@media (max-width: 1024px) {
  .strip[data-id="22b37f"] .swiss-cell.col-8, .strip[data-id="22b37f"] .swiss-cell.col-4 {
    grid-column: span 12;
  }
  .strip[data-id="22b37f"] .swiss-header .header-meta {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
}.strip[data-id="5bb0e5"] {
  --section-id: "5bb0e5";
  --storage-url: "https://vch.proweb.cz/_section/5bb0e5";
  --public-url: "https://vch.proweb.cz/_section/5bb0e5";
}
.strip[data-id="5bb0e5"] .pricing-section {
  padding: 80px 20px;
  background-color: #f9fafb;
  font-family: sans-serif;
}
.strip[data-id="5bb0e5"] .pricing-container {
  max-width: 1200px;
  margin: 0 auto;
}
.strip[data-id="5bb0e5"] .pricing-header {
  text-align: center;
  margin-bottom: 50px;
}
.strip[data-id="5bb0e5"] .pricing-header h2 {
  font-size: 2.5rem;
  color: #111827;
  margin-bottom: 10px;
}
.strip[data-id="5bb0e5"] .pricing-header p {
  color: #6b7280;
  font-size: 1.1rem;
}
.strip[data-id="5bb0e5"] .pricing-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  align-items: stretch;
}
.strip[data-id="5bb0e5"] .pricing-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 40px 30px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid #e5e7eb;
  position: relative;
}
.strip[data-id="5bb0e5"] .pricing-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}
.strip[data-id="5bb0e5"] .pricing-card.featured {
  border: 2px solid #2563eb;
  transform: scale(1.05);
  z-index: 1;
}
.strip[data-id="5bb0e5"] .pricing-card.featured:hover {
  transform: scale(1.05) translateY(-5px);
}
.strip[data-id="5bb0e5"] .badge {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: #2563eb;
  color: white;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 0.875rem;
  font-weight: 600;
}
.strip[data-id="5bb0e5"] .plan-name {
  font-size: 1.25rem;
  font-weight: 700;
  color: #111827;
  margin-bottom: 15px;
  text-align: center;
}
.strip[data-id="5bb0e5"] .plan-price {
  text-align: center;
  margin-bottom: 25px;
}
.strip[data-id="5bb0e5"] .price-amount {
  font-size: 2.5rem;
  font-weight: 800;
  color: #111827;
}
.strip[data-id="5bb0e5"] .price-period {
  color: #6b7280;
  font-size: 1rem;
}
.strip[data-id="5bb0e5"] .price-subtext {
  display: block;
  font-size: 0.875rem;
  color: #9ca3af;
  margin-top: 5px;
}
.strip[data-id="5bb0e5"] .plan-features {
  list-style: none;
  padding: 0;
  margin: 0 0 30px 0;
  flex-grow: 1;
}
.strip[data-id="5bb0e5"] .plan-features li {
  padding: 10px 0;
  color: #4b5563;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #f3f4f6;
}
.strip[data-id="5bb0e5"] .plan-features li:last-child {
  border-bottom: none;
}
.strip[data-id="5bb0e5"] .plan-features .icon {
  margin-right: 12px;
  color: #10b981;
  flex-shrink: 0;
}
.strip[data-id="5bb0e5"] .plan-features .icon.no {
  color: #ef4444;
}
.strip[data-id="5bb0e5"] .btn-pricing {
  display: block;
  text-align: center;
  padding: 12px 24px;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  transition: background-color 0.2s;
}
.strip[data-id="5bb0e5"] .btn-free {
  background-color: #f3f4f6;
  color: #374151;
}
.strip[data-id="5bb0e5"] .btn-free:hover {
  background-color: #e5e7eb;
}
.strip[data-id="5bb0e5"] .btn-primary {
  background-color: #2563eb;
  color: white;
}
.strip[data-id="5bb0e5"] .btn-primary:hover {
  background-color: #1d4ed8;
}
@media (max-width: 1024px) {
  .strip[data-id="5bb0e5"] .pricing-card.featured {
    transform: none;
  }
  .strip[data-id="5bb0e5"] .pricing-card.featured:hover {
    transform: translateY(-5px);
  }
}.strip[data-id=d3425d] {
  --section-id: "d3425d";
  --storage-url: "https://vch.proweb.cz/_section/d3425d";
  --public-url: "https://vch.proweb.cz/_section/d3425d";
}
.strip[data-id=d3425d] .guarantee-section {
  padding: 80px 20px;
  background-color: #ffffff;
  font-family: sans-serif;
}
.strip[data-id=d3425d] .guarantee-container {
  max-width: 1100px;
  margin: 0 auto;
}
.strip[data-id=d3425d] .guarantee-header {
  text-align: center;
  margin-bottom: 60px;
}
.strip[data-id=d3425d] .guarantee-header h2 {
  font-size: 2.25rem;
  color: #111827;
  margin-bottom: 15px;
}
.strip[data-id=d3425d] .guarantee-header p {
  color: #6b7280;
  font-size: 1.125rem;
  max-width: 700px;
  margin: 0 auto;
}
.strip[data-id=d3425d] .guarantee-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 40px;
}
.strip[data-id=d3425d] .guarantee-item {
  text-align: center;
  padding: 20px;
}
.strip[data-id=d3425d] .guarantee-icon {
  width: 80px;
  height: 80px;
  color: #3b82f6;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}
.strip[data-id=d3425d] .guarantee-icon svg {
  width: 56px;
  height: 56px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.strip[data-id=d3425d] .guarantee-item h3 {
  font-size: 1.25rem;
  color: #111827;
  margin-bottom: 12px;
  font-weight: 600;
}
.strip[data-id=d3425d] .guarantee-item p {
  color: #4b5563;
  line-height: 1.6;
  font-size: 0.95rem;
}
@media (max-width: 768px) {
  .strip[data-id=d3425d] .guarantee-section {
    padding: 60px 20px;
  }
  .strip[data-id=d3425d] .guarantee-grid {
    gap: 20px;
  }
  .strip[data-id=d3425d] .guarantee-icon svg {
    width: 48px;
    height: 48px;
  }
}.strip[data-id="3bc806"] {
  --section-id: "3bc806";
  --storage-url: "https://vch.proweb.cz/_section/3bc806";
  --public-url: "https://vch.proweb.cz/_section/3bc806";
}
.strip[data-id="3bc806"] .final-cta {
  padding: 100px 20px;
  background: linear-gradient(135deg, #1e3a8a 0%, #2563eb 100%);
  color: white;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.strip[data-id="3bc806"] .final-cta::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><g fill="%23ffffff" fill-opacity="0.05" fill-rule="evenodd"><circle cx="3" cy="3" r="3"></circle><circle cx="13" cy="13" r="3"></circle></g></svg>');
  opacity: 0.3;
}
.strip[data-id="3bc806"] .cta-container {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.strip[data-id="3bc806"] .final-cta h2 {
  font-size: 3rem;
  font-weight: 800;
  margin-bottom: 40px;
  line-height: 1.2;
}
.strip[data-id="3bc806"] .cta-actions {
  display: flex;
  justify-content: center;
}
.strip[data-id="3bc806"] .btn-cta {
  display: inline-block;
  background-color: #ffffff;
  color: #2563eb;
  padding: 18px 40px;
  border-radius: 50px;
  font-size: 1.25rem;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.2s;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.2);
}
.strip[data-id="3bc806"] .btn-cta:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.2);
  background-color: #f9fafb;
}
@media (max-width: 768px) {
  .strip[data-id="3bc806"] .final-cta {
    padding: 80px 20px;
  }
  .strip[data-id="3bc806"] .final-cta h2 {
    font-size: 2rem;
  }
  .strip[data-id="3bc806"] .btn-cta {
    padding: 15px 30px;
    font-size: 1.1rem;
    width: 100%;
  }
}