/* ===============================================
   COMPONENT STYLES
   =============================================== */

/* Button Components */
.button:hover .button-arrow {
  transform: translateX(2px);
}

.button.is-back:hover .button-arrow-back {
  transform: translateX(-2px);
}

/* Swiper Components */
.swiper-pagination {
  position: static !important;
  width: auto !important;
}

/* Navigation Components */
/* Changes nav link/dropdown toggle padding for narrow desktop widths */
@media (min-width: 991px) and (max-width: 1184px) {
  .navn_dropdown-toggle,
  .navn_link {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    gap: 0.25rem;
  }
}

/* Hides dropdown icon at narrow desktop widths */
@media (min-width: 991px) and (max-width: 1032px) {
  .navn_dropdown-icon {
    display: none;
  }

  .navn_menu {
    padding-left: 1rem;
  }
}

/* Card Components */
/* Visually align paragraph text to heading in full width card */
@media (min-width: 992px) {
  [data-card="full-width"] p {
    position: relative;
    top: 2px;
  }
}

/* CMS Landing Page Components */
.cms-lp__latest_card-wr:last-child .cms-lp__latest_card_line {
  display: none;
}

.cms-lp__card:hover .cms-lp__arrow-wr,
.cms-lp__latest_card:hover .cms-lp__arrow-wr,
.allintegr_upcoming_card:hover .cms-lp__arrow-wr {
  border-color: #abaaa8;
  background-color: #eaeae9;
}

.cms-lp__latest_card-wr--first:hover .button {
  background-color: #eaeae9;
  border: solid 1px #abaaa8;
}

.cms-lp__latest_card-wr--first:hover .button .button-arrow {
  transform: translateX(2px);
}

/* Filter Components */
.filter_dd-toggle.w--open .filter_dd-arrow {
  transform: rotateZ(180deg);
}

.filter_checkbox-sort.w--current {
  color: #1e3a8a !important;
}

.filter_checkbox-lable:has(input:checked) + .filter_checkbox-btn {
  border-color: #1e3a8a !important;
}

/* Auto Complete Components */
.auto-complete_wrapper > ul > li mark {
  color: #1e3a8a !important;
}

/* Load More Button */
.global_load-more-btn:hover .arrow-down_icon {
  transform: translateY(2px);
}

/* List Components */
.rich-text_blog-reskin ul li {
  position: relative;
  padding-left: 1.5rem;
}

.rich-text_blog-reskin ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 4px;
  width: 1rem;
  height: 1rem;
  background-image: url(https://cdn.prod.website-files.com/624b192df0b0151225c10026/67b374f2cb8a5d7e3a4777bc_bullet-orange.svg);
  background-repeat: no-repeat;
  background-size: cover;
}

.list_orange-bullet ul li {
  background-image: url(https://cdn.prod.website-files.com/624b192df0b0151225c10026/67b5cdffea74154bac9c809d_circle-check.svg);
  background-position: 0 0px;
  background-repeat: no-repeat;
  background-size: 1.5rem 1.5rem;
  padding-left: 2rem;
}

.list_orange-bullet_big ul li {
  background-image: url(https://cdn.prod.website-files.com/624b192df0b0151225c10026/67bd7482de8556b679997500_circle-check_orange.svg);
  background-position: 0 -2px;
  background-repeat: no-repeat;
  background-size: 1.5rem 1.5rem;
  padding-left: 2rem;
}

.list_black-bullet_big ul li {
  background-image: url(https://cdn.prod.website-files.com/624b192df0b0151225c10026/67bd73f6c17570aff76b7476_circle-check_black.svg);
  background-position: 0 -2px;
  background-repeat: no-repeat;
  background-size: 1.5rem 1.5rem;
  padding-left: 2rem;
}

.list_orange_medium ul li {
  background-image: url(https://cdn.prod.website-files.com/624b192df0b0151225c10026/67bd7482de8556b679997500_circle-check_orange.svg);
  background-position: 0 0px;
  background-repeat: no-repeat;
  background-size: 1.5rem 1.5rem;
  padding-left: 2rem;
}

.webinar_rich-text ul li {
  background-image: url(https://cdn.prod.website-files.com/624b192df0b0151225c10026/67c858a4aa24b6bcec550595_Primary%20check.svg);
  background-position: 0 2px;
  background-repeat: no-repeat;
  background-size: 1.25rem 1.25rem;
  padding-left: 2.25rem;
}

/* Animation Components */
@keyframes loop-move-left {
  to {
    transform: translateX(-100%);
  }
}

/* Pause child animations on hover */
[data-hover-pause] * {
  animation-play-state: running;
}

[data-hover-pause]:hover * {
  animation-play-state: paused;
}

/* Rich Text Components */
/* Blog Rich text - Quote marks START */
.rich-text_blog-reskin blockquote {
  position: relative;
  display: block;
}

.rich-text_blog-reskin blockquote:before,
.rich-text_blog-reskin blockquote:after {
  font-size: 24px;
  color: #333;
}

.rich-text_blog-reskin blockquote:before {
  content: '"';
  position: absolute;
  left: -15px;
  top: 0;
  padding-left: 2.625rem;
}

.rich-text_blog-reskin blockquote:after {
  content: '"';
}

@media (max-width: 767px) {
  .rich-text_blog-reskin blockquote:before {
    padding-left: 1.5rem;
  }
}
/* Blog Rich text - Quote marks FINISH */

/* Dropdown Select Components */
.dd-select_link.w--current {
  color: #ff6e06 !important;
}

/* Use Cases Card Components */
.use-cases_card:hover .use-cases__arrow-wr {
  transform: translateX(0px);
  opacity: 1;
}

/* Make tags unclickable but preserve hover effects */
.use-cases__tags-wr {
  position: relative;
  z-index: 10;
}

.use-cases__tags-wr .ts-tag {
  user-select: none !important;
  pointer-events: none !important;
}

/* Make use case cards unclickable but preserve hover effects */
a.use-cases_card {
  pointer-events: auto !important;
}

a.use-cases_card:hover {
  /* All hover effects will still work via CSS */
}

/* Navigation Dropdown Components */
.nav__dd-trigger.w--open .nav__dd_arrow {
  transform: rotateZ(180deg);
}

/* Simple Header Components */
.simple-header {
  background-color: white;
  border-bottom: 1px solid #e5e7eb;
  padding: 0.25rem 0;
  position: sticky;
  top: 0;
  z-index: 100;
}

.simple-header .padding-global {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

/* Hero Section - Full Viewport Height */
.home__hero {
  min-height: calc(100vh - 80px) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 !important;
  margin-top: 0 !important;
}

.main-wrapper {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.spline-hero {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

section.home__hero {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* Gradient transition from animation to content */
.hero-gradient-transition {
  width: 100%;
  height: 400px;
  background: linear-gradient(to bottom, 
    #1a1a1a 0%,
    #2a2a2a 15%,
    #404040 30%,
    #606060 50%,
    #909090 70%,
    #c0c0c0 85%,
    #e8e8e8 95%,
    #ffffff 100%
  );
  margin-top: 0;
  margin-bottom: 0;
  pointer-events: none;
}

.home__hero .padding-global {
  width: 100% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 !important;
}

.home__hero-container {
  text-align: center !important;
  margin: 0 auto !important;
}

.simple-header__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
}

.simple-header__logo-link {
  display: inline-block;
  text-decoration: none;
}

.simple-header__logo-image {
  height: 40px;
  width: auto;
}

.simple-header__nav .button {
  background-color: #1e3a8a;
  color: white;
  padding: 0.5rem 1.25rem;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  transition: background-color 0.2s ease;
}

.simple-header__nav .button:hover {
  background-color: #e55a00;
}

/* Logos Tabs Components */
.logos-tabs_menu::before {
  content: "Trusted to power integrations at";
  display: inline-block;
  margin-right: 0px;
}

.logos-tabs_link.w--current .logos-tabs_link-underline {
  width: 100%;
  transition: width 8s linear; /* compare with js, should be the same */
  opacity: 1;
}

.logos-tabs_link .logos-tabs_link-underline {
  width: 0%;
  transition: width 0.2s ease;
  opacity: 0;
}

/* 2 Column Component - Wider Container */
._2col__component {
  max-width: 100% !important;
  overflow: visible !important;
  margin-top: 6rem !important;
}

._2col__component .padding-global {
  padding-left: 2.5% !important;
  padding-right: 0 !important;
  max-width: 100% !important;
}

._2col__component .container-l {
  max-width: 100% !important;
  width: 100% !important;
  padding-right: 0 !important;
}

._2col__layout {
  max-width: 100% !important;
  display: grid !important;
  grid-template-columns: 48% 52% !important;
  gap: 2rem !important;
  margin-right: 0 !important;
  align-items: center !important;
  justify-content: center !important;
  justify-items: center !important;
}

._2col__image-wr {
  position: relative;
  width: 100% !important;
  max-width: 85% !important;
  margin-right: auto !important;
  margin-left: auto !important;
  overflow: hidden;
  min-height: 550px !important;
  max-height: 600px !important;
  background: linear-gradient(135deg, #0a0a0a 0%, #1a1a2e 50%, #16213e 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem 2rem 2rem 2.5rem;
  margin-top: 2.5rem !important;
}

/* Chat Interface Styles */
.chat-interface {
  width: 100%;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-top: 0;
  padding-top: 0;
}

.chat-message {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  opacity: 0;
  animation: fadeInUp 0.8s ease-out forwards;
}

.chat-message-user {
  justify-content: flex-start;
  animation-delay: 0.2s;
}

.chat-message-ai {
  justify-content: flex-end;
  animation-delay: 0.6s;
}

.chat-message:nth-child(3) {
  animation-delay: 1s;
}

.chat-avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 0.25rem;
}

.chat-avatar-user {
  background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%);
  color: white;
  order: 1;
}

.chat-avatar-ai {
  background: linear-gradient(135deg, #1e3a8a 0%, #3b82f6 100%);
  color: white;
  order: 2;
}

.chat-message-user .chat-avatar {
  order: 1;
}

.chat-message-user .chat-bubble {
  order: 2;
}

.chat-message-ai .chat-avatar {
  order: 2;
}

.chat-message-ai .chat-bubble {
  order: 1;
}

.chat-bubble {
  padding: 1.25rem 1.5rem;
  border-radius: 20px;
  max-width: 85%;
  line-height: 1.5;
  font-size: 14px;
  font-weight: 400;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(10px);
  transform: scale(0.95);
  transition: all 0.3s ease;
  animation: bubblePop 0.5s ease-out forwards;
  position: relative;
}

.chat-attachment {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0.5rem 0.25rem 0.5rem 0;
  padding: 0.5rem 0.75rem;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  font-size: 13px;
  color: inherit;
  transition: all 0.2s ease;
  vertical-align: middle;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.chat-message-ai .chat-attachment {
  background: rgba(30, 58, 138, 0.08);
  color: #1a1a1a;
  border-color: rgba(30, 58, 138, 0.15);
}

.chat-attachment:hover {
  background: rgba(255, 255, 255, 0.25);
  transform: translateX(2px);
  border-color: rgba(255, 255, 255, 0.3);
}

.chat-message-ai .chat-attachment:hover {
  background: rgba(30, 58, 138, 0.12);
  border-color: rgba(30, 58, 138, 0.25);
}

.attachment-icon {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  color: currentColor;
  opacity: 0.8;
}

.chat-attachment span {
  font-weight: 500;
  color: inherit;
}

.chat-message-user .chat-bubble {
  background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%);
  color: white;
  border-bottom-left-radius: 4px;
  animation-delay: 0.4s;
}

.chat-message-ai .chat-bubble {
  background: rgba(255, 255, 255, 0.95);
  color: #1a1a1a;
  border-bottom-right-radius: 4px;
  animation-delay: 0.8s;
}

.chat-bubble:hover {
  transform: scale(1.02) translateY(-2px);
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.4);
}

.chat-bubble strong {
  color: #6366f1;
  font-weight: 600;
  animation: highlightPulse 2s ease-in-out infinite;
  animation-delay: 1.2s;
}

.chat-message-ai .chat-bubble strong {
  color: #1e3a8a;
}

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

@keyframes bubblePop {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes highlightPulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.8;
  }
}

._2col__text-wr {
  padding-right: 1.5rem;
  padding-left: 4rem !important;
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
  z-index: 1;
  position: relative;
  max-width: 700px;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-top: 2.5rem !important;
}

/* Responsive styles for laptop/tablet screens */
@media (max-width: 1200px) {
  ._2col__layout {
    grid-template-columns: 50% 50% !important;
    gap: 1.5rem !important;
  }
  
  ._2col__text-wr {
    padding-left: 2rem !important;
    padding-right: 1rem !important;
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  
  ._2col__image-wr {
    max-width: 95% !important;
    padding: 1.5rem 1.5rem 1.5rem 2rem !important;
    min-height: 500px !important;
    max-height: 550px !important;
  }
  
  .chat-interface {
    max-width: 100%;
    gap: 1.25rem;
  }
  
  .chat-bubble {
    max-width: 90%;
    font-size: 13px;
    padding: 1rem 1.25rem;
  }
}

@media (max-width: 991px) {
  ._2col__layout {
    grid-template-columns: 1fr !important;
    gap: 2rem !important;
  }
  
  ._2col__text-wr {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
    padding-top: 2rem !important;
    padding-bottom: 1rem !important;
    max-width: 100% !important;
    margin-top: 0 !important;
  }
  
  ._2col__image-wr {
    padding: 2rem !important;
    min-height: 500px !important;
    max-height: 550px !important;
    margin-top: 0 !important;
  }
  
  .chat-interface {
    max-width: 100%;
  }
  
  .chat-bubble {
    max-width: 85%;
  }
}

/* Sharpen Data Top Image */
.data__top {
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  filter: contrast(1.15) saturate(1.05) brightness(1.01);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Integration Diagram Styles */
.integration-diagram { 
  position: relative; 
  padding: 24px 0; 
}

.integration-diagram__frame {
  max-width: 1200px; 
  margin: 0 auto; 
  background: #fff; 
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0,0,0,.04);
  overflow: visible;
}

.integration-diagram__svg { 
  width: 100%; 
  height: auto; 
  display: block; 
}

/* CTA Section - Centered and Succinct */
.cta__layout-centered {
  text-align: center !important;
  max-width: 700px !important;
  margin: 0 auto !important;
  padding: 3rem 0 !important;
  position: relative;
}

.cta__subtitle {
  font-size: 18px !important;
  color: #4b5563 !important;
  margin: 1.5rem 0 2.5rem 0 !important;
  line-height: 1.6 !important;
  animation: fadeInUp 0.8s ease-out 0.3s both;
}

.cta__demo-button {
  font-size: 16px !important;
  padding: 1rem 2rem !important;
  font-weight: 600 !important;
  background-color: #1e3a8a !important;
  border: none !important;
  box-shadow: 0 4px 12px rgba(30, 58, 138, 0.3) !important;
  transition: all 0.3s ease !important;
  display: inline-block !important;
  margin: 0 auto !important;
  animation: fadeInUp 0.8s ease-out 0.5s both;
  position: relative;
  overflow: hidden;
}

.cta__demo-button::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%);
  transition: width 0.6s, height 0.6s;
}

.cta__demo-button:hover::before {
  width: 300px;
  height: 300px;
}

.cta__demo-button:hover {
  background-color: #1e40af !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 6px 16px rgba(30, 58, 138, 0.4) !important;
}

.cta__demo-button div {
  position: relative;
  z-index: 1;
}

/* Fix CTA background color - remove yellow tint */
.cta__wr {
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%) !important;
  position: relative;
  padding: 5rem 0 !important;
  overflow: hidden;
}

.cta__wr::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: 
    radial-gradient(circle at 20% 30%, rgba(30, 58, 138, 0.03) 0%, transparent 50%),
    radial-gradient(circle at 80% 70%, rgba(59, 130, 246, 0.03) 0%, transparent 50%);
  pointer-events: none;
}

.cta__content-wrapper {
  position: relative;
  z-index: 2;
  padding: 3.5rem;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(248, 250, 252, 0.95) 100%);
  border-radius: 32px;
  border: 1px solid rgba(30, 58, 138, 0.1);
  box-shadow: 
    0 8px 32px rgba(0, 0, 0, 0.06),
    0 2px 8px rgba(30, 58, 138, 0.04),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(10px);
  animation: fadeInUp 0.8s ease-out 0.1s both;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.cta__content-wrapper:hover {
  transform: translateY(-4px);
  box-shadow: 
    0 12px 40px rgba(0, 0, 0, 0.08),
    0 4px 12px rgba(30, 58, 138, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.cta__decoration {
  position: absolute;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  pointer-events: none;
  z-index: 1;
  animation: float 8s ease-in-out infinite;
}

.cta__decoration-top {
  top: -100px;
  left: -100px;
  background: radial-gradient(circle, rgba(30, 58, 138, 0.08) 0%, transparent 70%);
  animation-delay: 0s;
}

.cta__decoration-bottom {
  bottom: -100px;
  right: -100px;
  background: radial-gradient(circle, rgba(59, 130, 246, 0.08) 0%, transparent 70%);
  animation-delay: 2s;
}

.cta__decoration-top::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(99, 102, 241, 0.04) 0%, transparent 70%);
  transform: translate(-50%, -50%);
  animation: pulse 4s ease-in-out infinite;
}

.cta__decoration-bottom::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(99, 102, 241, 0.04) 0%, transparent 70%);
  transform: translate(-50%, -50%);
  animation: pulse 4s ease-in-out infinite 2s;
}

.cta__heading {
  position: relative;
  animation: fadeInUp 0.8s ease-out 0.2s both;
  background: linear-gradient(135deg, #1e293b 0%, #334155 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

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

@keyframes float {
  0%, 100% {
    transform: translate(0, 0) scale(1);
    opacity: 0.6;
  }
  33% {
    transform: translate(20px, -20px) scale(1.1);
    opacity: 0.8;
  }
  66% {
    transform: translate(-20px, 10px) scale(0.9);
    opacity: 0.7;
  }
}

@keyframes pulse {
  0%, 100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.4;
  }
  50% {
    transform: translate(-50%, -50%) scale(1.3);
    opacity: 0.1;
  }
}

/* Clean Footer Styles */
.footer__clean {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2rem 0;
  max-width: 1200px;
  margin: 0 auto;
}

.footer {
  border-top: 1px solid #e5e7eb;
  width: 100%;
}

.footer__clean-left {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.footer__brand-clean {
  display: inline-block;
}

.footer__copyright {
  color: #6b7280;
  font-size: 14px;
}

.footer__clean-right {
  display: flex;
  gap: 2rem;
  align-items: center;
}

.footer__link-clean {
  color: #6b7280;
  font-size: 14px;
  text-decoration: none;
  transition: color 0.2s ease;
}

.footer__link-clean:hover {
  color: #1e3a8a;
}

@media (max-width: 768px) {
  .footer__clean {
    flex-direction: column;
    gap: 1.5rem;
    text-align: center;
  }
  
  .footer__clean-right {
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
  }
  
  .cta__content-wrapper {
    padding: 2rem 1.5rem;
  }
}

.cta__visual {
  position: relative;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
  width: 100%;
}

.cta__visual-content {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.floating-icon {
  position: absolute;
  animation: float 6s ease-in-out infinite;
}

.floating-icon.icon-1 {
  top: 15%;
  right: 10%;
  animation-delay: 0s;
}

.floating-icon.icon-2 {
  top: 50%;
  right: 30%;
  animation-delay: 2s;
}

.floating-icon.icon-3 {
  bottom: 20%;
  right: 15%;
  animation-delay: 4s;
}

.pulse-ring {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 200px;
  height: 200px;
  border: 2px solid rgba(30, 58, 138, 0.1);
  border-radius: 50%;
  animation: pulse 3s ease-out infinite;
}

.pulse-ring::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border: 2px solid rgba(30, 58, 138, 0.15);
  border-radius: 50%;
  animation: pulse 3s ease-out infinite;
  animation-delay: 1s;
}

@keyframes float {
  0%, 100% {
    transform: translateY(0px) rotate(0deg);
  }
  33% {
    transform: translateY(-20px) rotate(5deg);
  }
  66% {
    transform: translateY(10px) rotate(-5deg);
  }
}

@keyframes pulse {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(1.5);
    opacity: 0;
  }
}

@media (max-width: 991px) {
  .cta__layout-grid {
    grid-template-columns: 1fr !important;
    gap: 3rem !important;
  }
  
  .cta__visual {
    height: 300px;
  }
}
