


.ai-agent-builder{
font-family: 'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;
line-height: 1.6;
color: #0f172a;
background: #fafafa;
}


.agent-hero{
background: #ffffff;
color: #1f1f1f;
padding: clamp(150px, 15vw, 150px) 0;
position: relative;
overflow: hidden;
}

.agent-hero__container{
max-width: 1400px;
margin: 0 auto;
padding: 0 clamp(20px, 2.5vw, 40px);
position: relative;
z-index: 2;
width: 100%;
}

.agent-hero__content{
text-align: center;
max-width: 996px;
margin: 0 auto;
z-index: 100;
position: relative;
}

.agent-hero__badge{
display: inline-block;
background: transparent;
color: #1f1f1f;
padding: clamp(6px, 0.6vw, 8px) clamp(16px, 1.7vw, 24px);
border-radius: clamp(30px, 3.5vw, 50px);
font-size: clamp(12px, 1vw, 14px);
font-weight: 500;
text-transform: uppercase;
letter-spacing: 0.5px;
border: 1px solid #1f1f1f;
font-family: 'Roboto', sans-serif;
}

.agent-hero__title{
font-size: clamp(32px, 6vw, 64px);
font-weight: 500;
line-height: clamp(37.5px, 5.6vw, 75px);
margin-top: 24px;
margin-bottom: clamp(16px, 1.7vw, 24px);
color: #1f1f1f;
font-family: 'Roboto', sans-serif;
}

.agent-hero__subtitle{
font-size: clamp(14px, 1.3vw, 18px);
line-height: clamp(21px, 1.9vw, 27px);
margin-bottom: 44px;
color: #1f1f1f;
font-weight: 400;
font-family: 'Roboto', sans-serif;
}

/* Info Card Styles */
.agent-hero__info-card{
background: rgba(255, 255, 255, 0.9);
border: 1px solid #e9eaeb;
border-radius: clamp(12px, 1.4vw, 20px);
padding: clamp(24px, 2.5vw, 36px);
margin-bottom: clamp(32px, 4.2vw, 60px);
backdrop-filter: blur(10px);
box-shadow: 0 8px 32px rgba(0,0,0,0.08);
max-width: clamp(500px, 58vw, 830px);
margin-left: auto;
margin-right: auto;
cursor: default;
}

.agent-hero__info-header{
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
gap: clamp(12px, 1.1vw, 16px);
margin-bottom: clamp(16px, 1.7vw, 24px);
}

.agent-hero__info-icon{
width: clamp(32px, 3.1vw, 44px);
height: clamp(32px, 3.1vw, 44px);
background: #1f1f1f;
border-radius: clamp(25px, 3.5vw, 50px);
display: flex;
align-items: center;
justify-content: center;
}

.agent-hero__info-title{
font-size: clamp(18px, 1.7vw, 24px);
font-weight: 700;
color: #1f1f1f;
margin: 0;
font-family: 'Roboto', sans-serif;
}

.agent-hero__info-description{
font-size: clamp(14px, 1.1vw, 16px);
font-weight: 500;
color: #1f1f1f;
margin: 0 0 clamp(16px, 1.7vw, 24px);
text-align: center;
font-family: 'Roboto', sans-serif;
}

.agent-hero__info-text{
font-size: clamp(14px, 1.1vw, 16px);
font-weight: 400;
color: #666666;
line-height: clamp(21px, 1.9vw, 24px);
margin: 0;
text-align: center;
font-family: 'Roboto', sans-serif;
}

.agent-hero__actions{
display: flex;
gap: clamp(14px, 1.2vw, 14px);
flex-wrap: wrap;
justify-content: center;
margin-bottom: clamp(32px, 4.2vw, 60px);
}

.agent-hero__btn{
display: inline-block;
padding: clamp(16px, 4vw, 18px) clamp(12px, 3vw, 24px);
border-radius: clamp(25px, 3.5vw, 50px);
text-decoration: none;
font-weight: 700;
font-size: clamp(14px, 1.1vw, 16px);
text-transform: uppercase;
letter-spacing: 0.48px;
transition: all 0.3s ease;
text-align: center;
position: relative;
overflow: hidden;
font-family: 'Roboto', sans-serif;
min-width: clamp(120px, 10.3vw, 147px);
}

.agent-hero__btn--primary{
background: #1f1f1f;
color: #ffffff;
border: 1px solid #1f1f1f;
}

.agent-hero__btn--primary:hover{
background: #333333;
transform: translateY(-2px);
box-shadow: 0 8px 24px rgba(31, 31, 31, 0.3);
}

.agent-hero__btn--secondary{
background: transparent;
color: #1f1f1f;
border: 1px solid #1f1f1f;
}

.agent-hero__btn--secondary:hover{
background: #1f1f1f;
color: #ffffff;
transform: translateY(-2px);
box-shadow: 0 8px 24px rgba(31, 31, 31, 0.3);
}


/* Decorative gradients */
.agent-hero__gradient-left,
.agent-hero__gradient-right {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
  filter: blur(clamp(60px, 7vw, 100px));
}

/* Left large soft gradient (cyan->violet) */
.agent-hero__gradient-left::before {
  content: "";
  position: absolute;
  width: clamp(200px, 40vw, 511.6px);
  height: clamp(200px, 40vw, 512.58px);
  left: -5%;
  top: 8%;
  border-radius: 50%;
  background: linear-gradient(93deg, #9AFFF7 0%, #7056F3 100%);
  opacity: 0.8;
  z-index: 0;
}

/* Right smaller gradient behind image (violet range) */
.agent-hero__gradient-right::before {
  content: "";
  position: absolute;
  width: clamp(200px, 40vw, 532.57px);
  height: clamp(200px, 35vw, 449.64px);
  right: -5%;
  bottom: -6%;
  border-radius: 50%;
  background: linear-gradient(90deg, #5E52F3 0%, #6056F3 100%);
  opacity: 0.8;
  transform: rotate(-155.84deg);
}

/* Running Strip Section */
.ai-agent-running-strip {
  background: #ffffff;
  border-top: 1px solid rgba(215, 215, 215, 0.5);
  border-bottom: 1px solid rgba(215, 215, 215, 0.5);
  padding: clamp(20px, 2.5vw, 30px) 0;
  overflow: hidden;
  position: relative;
}

.ai-agent-running-strip__container {
  width: 100%;
  overflow: hidden;
}

.ai-agent-running-strip__track {
  display: flex;
  align-items: center;
  gap: clamp(80px, 12vw, 140px);
  animation: ai-agent-marquee-scroll 30s linear infinite;
  will-change: transform;
  width: max-content;
}

@keyframes ai-agent-marquee-scroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

.ai-agent-running-strip__item {
  display: flex;
  align-items: center;
  gap: clamp(12px, 1.5vw, 16px);
  flex-shrink: 0;
  white-space: nowrap;
}

.ai-agent-running-strip__icon {
  width: clamp(24px, 3vw, 32px);
  height: clamp(24px, 3vw, 32px);
display: flex;
align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.ai-agent-running-strip__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.ai-agent-running-strip__text {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: clamp(18px, 2.2vw, 24px);
  line-height: clamp(20px, 2.5vw, 27px);
  color: #1F1F1F;
  white-space: nowrap;
}

/* Responsive adjustments */
@media (max-width: 900px) {
  .ai-agent-running-strip__track {
    gap: clamp(40px, 8vw, 80px);
  }
}

@media (max-width: 600px) {
  .ai-agent-running-strip__track {
    gap: clamp(30px, 6vw, 60px);
  }
  
  .ai-agent-running-strip__item {
    gap: clamp(8px, 1.2vw, 12px);
  }
}

@media (max-width: 480px) {
  .ai-agent-running-strip__track {
    gap: clamp(20px, 4vw, 40px);
  }
  
  .ai-agent-running-strip__item {
    gap: clamp(6px, 1vw, 10px);
  }
}

.agent-features{
padding: 120px 0;
background: linear-gradient(180deg,#f8fafc 0%,#f1f5f9 100%);
position: relative;
}

.agent-features::before{
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="50" cy="50" r="50" fill="%23f0f0f0"/></svg>');
opacity: 0.5;
}

.agent-features__container{
max-width: 1400px;
margin: 0 auto;
padding: 0 24px;
text-align: center;
position: relative;
z-index: 2;
}

.agent-features__title{
font-size: clamp(2rem,1.5rem  2.5vw,3.5rem);
font-weight: 700;
line-height: 1.2;
margin-bottom: 60px;
color: #0f172a;
}

.agent-features__grid{
display: grid;
grid-template-columns: repeat(auto-fit,minmax(350px,1fr));
gap: 40px;
}

.agent-features__feature{
background: #ffffff;
padding: 40px 32px;
border-radius: 24px;
text-align: center;
box-shadow: 0 8px 32px rgba(0,0,0,0.06);
border: 1px solid rgba(6,182,212,0.08);
transition: all 0.4s cubic-bezier(0.25,0.46,0.45,0.94);
}

.agent-features__feature:hover{
transform: translateY(-6px) scale(1.02);
box-shadow: 0 16px 48px rgba(0,0,0,0.12);
border-color: rgba(6,182,212,0.15);
}

.agent-features__feature-icon{
width: 80px;
height: 80px;
background: linear-gradient(135deg,#06b6d4 0%,#0891b2 100%);
border-radius: 20px;
display: flex;
align-items: center;
justify-content: center;
color: #fff;
margin: 0 auto 24px;
box-shadow: 0 8px 24px rgba(6,182,212,0.25);
}

.agent-features__feature h3{
font-size: 20px;
font-weight: 600;
margin-bottom: 16px;
color: #0f172a;
}

.agent-features__feature p{
font-size: 16px;
line-height: 1.6;
color: #64748b;
margin: 0;
}


.agent-how-it-works{
padding: 120px 0;
background: #ffffff;
position: relative;
}

.agent-how-it-works::before{
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="50" cy="50" r="50" fill="%23f0f0f0"/></svg>');
opacity: 0.4;
}

.agent-how-it-works__container{
max-width: 1400px;
margin: 0 auto;
padding: 0 24px;
text-align: center;
position: relative;
z-index: 2;
}

.agent-how-it-works__title{
font-size: clamp(2rem,1.5rem  2.5vw,3.5rem);
font-weight: 700;
line-height: 1.2;
margin-bottom: 60px;
color: #0f172a;
}

.agent-how-it-works__steps{
display: grid;
grid-template-columns: repeat(auto-fit,minmax(350px,1fr));
gap: 40px;
}

.agent-how-it-works__step{
background: #f8fafc;
padding: 40px 32px;
border-radius: 24px;
text-align: center;
border: 1px solid rgba(6,182,212,0.08);
transition: all 0.4s cubic-bezier(0.25,0.46,0.45,0.94);
}

.agent-how-it-works__step:hover{
transform: translateY(-6px) scale(1.02);
box-shadow: 0 16px 48px rgba(0,0,0,0.12);
border-color: rgba(6,182,212,0.15);
}

.agent-how-it-works__step-number{
width: 80px;
height: 80px;
background: linear-gradient(135deg,#06b6d4 0%,#0891b2 100%);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
color: #fff;
font-size: 32px;
font-weight: 700;
margin: 0 auto 24px;
box-shadow: 0 8px 24px rgba(6,182,212,0.25);
}

.agent-how-it-works__step h3{
font-size: 20px;
font-weight: 600;
margin-bottom: 16px;
color: #0f172a;
}

.agent-how-it-works__step p{
font-size: 16px;
line-height: 1.6;
color: #64748b;
margin-bottom: 24px;
}

.agent-how-it-works__step-features{
display: flex;
flex-wrap: wrap;
gap: 8px;
justify-content: center;
}

.agent-how-it-works__step-features span{
background: rgba(6,182,212,0.1);
color: #0891b2;
padding: 6px 12px;
border-radius: 20px;
font-size: 12px;
font-weight: 500;
}


.agent-templates{
padding: 120px 0;
background: linear-gradient(180deg,#f8fafc 0%,#f1f5f9 100%);
position: relative;
}

.agent-templates::before{
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="50" cy="50" r="50" fill="%23f0f0f0"/></svg>');
opacity: 0.4;
}

.agent-templates__container{
max-width: 1400px;
margin: 0 auto;
padding: 0 24px;
text-align: center;
position: relative;
z-index: 2;
}

.agent-templates__title{
font-size: clamp(2rem,1.5rem  2.5vw,3.5rem);
font-weight: 700;
line-height: 1.2;
margin-bottom: 24px;
color: #0f172a;
}

.agent-templates__subtitle{
font-size: clamp(1.1rem,1rem  0.3vw,1.25rem);
line-height: 1.6;
color: #64748b;
margin-bottom: 60px;
max-width: 600px;
margin-left: auto;
margin-right: auto;
}

.agent-templates__grid{
display: grid;
grid-template-columns: repeat(auto-fit,minmax(300px,1fr));
gap: 32px;
}

.agent-templates__template{
background: #ffffff;
padding: 32px 24px;
border-radius: 24px;
text-align: center;
box-shadow: 0 8px 32px rgba(0,0,0,0.06);
border: 1px solid rgba(6,182,212,0.08);
transition: all 0.4s cubic-bezier(0.25,0.46,0.45,0.94);
}

.agent-templates__template:hover{
transform: translateY(-6px) scale(1.02);
box-shadow: 0 16px 48px rgba(0,0,0,0.12);
border-color: rgba(6,182,212,0.15);
}

.agent-templates__template-icon{
font-size: 48px;
margin-bottom: 20px;
}

.agent-templates__template h3{
font-size: 18px;
font-weight: 600;
margin-bottom: 16px;
color: #0f172a;
}

.agent-templates__template p{
font-size: 14px;
line-height: 1.6;
color: #64748b;
margin-bottom: 20px;
}

.agent-templates__template-features{
display: flex;
flex-wrap: wrap;
gap: 6px;
justify-content: center;
margin-bottom: 24px;
}

.agent-templates__template-features span{
background: rgba(6,182,212,0.1);
color: #0891b2;
padding: 4px 10px;
border-radius: 16px;
font-size: 11px;
font-weight: 500;
}

.agent-templates__template-btn{
display: inline-block;
background: linear-gradient(135deg,#06b6d4 0%,#0891b2 100%);
color: #fff;
padding: 12px 24px;
border-radius: 12px;
text-decoration: none;
font-weight: 600;
font-size: 14px;
transition: all 0.3s ease;
}

.agent-templates__template-btn:hover{
transform: translateY(-2px);
box-shadow: 0 8px 24px rgba(6,182,212,0.3);
}


.agent-capabilities{
padding: 120px 0;
background: #ffffff;
position: relative;
}

.agent-capabilities::before{
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="50" cy="50" r="50" fill="%23f0f0f0"/></svg>');
opacity: 0.4;
}

.agent-capabilities__container{
max-width: 1400px;
margin: 0 auto;
padding: 0 24px;
text-align: center;
position: relative;
z-index: 2;
}

.agent-capabilities__title{
font-size: clamp(2rem,1.5rem  2.5vw,3.5rem);
font-weight: 700;
line-height: 1.2;
margin-bottom: 60px;
color: #0f172a;
}

.agent-capabilities__grid{
display: grid;
grid-template-columns: repeat(auto-fit,minmax(300px,1fr));
gap: 40px;
}

.agent-capabilities__capability{
background: #f8fafc;
padding: 40px 32px;
border-radius: 24px;
text-align: center;
border: 1px solid rgba(6,182,212,0.08);
transition: all 0.4s cubic-bezier(0.25,0.46,0.45,0.94);
}

.agent-capabilities__capability:hover{
transform: translateY(-6px) scale(1.02);
box-shadow: 0 16px 48px rgba(0,0,0,0.12);
border-color: rgba(6,182,212,0.15);
}

.agent-capabilities__capability-icon{
font-size: 48px;
margin-bottom: 20px;
}

.agent-capabilities__capability h3{
font-size: 18px;
font-weight: 600;
margin-bottom: 16px;
color: #0f172a;
}

.agent-capabilities__capability p{
font-size: 14px;
line-height: 1.6;
color: #64748b;
margin: 0;
}


.agent-cta{
padding: 120px 0;
background: linear-gradient(135deg,#06b6d4 0%,#0891b2 50%,#0e7490 100%);
color: #fff;
text-align: center;
position: relative;
overflow: hidden;
}

.agent-cta::before{
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="50" cy="50" r="50" fill="%23f0f0f0"/></svg>');
opacity: 0.4;
}

.agent-cta__container{
max-width: 800px;
margin: 0 auto;
padding: 0 24px;
position: relative;
z-index: 2;
}

.agent-cta__title{
font-size: clamp(2rem,1.5rem  2.5vw,3.5rem);
font-weight: 700;
line-height: 1.2;
margin-bottom: 24px;
color: #fff;
}

.agent-cta__subtitle{
font-size: clamp(1.1rem,1rem  0.3vw,1.25rem);
line-height: 1.6;
color: rgba(255,255,255,0.8);
margin-bottom: 40px;
}

.agent-cta__buttons{
display: flex;
gap: 16px;
justify-content: center;
flex-wrap: wrap;
}

.agent-cta__btn{
display: inline-block;
padding: 18px 36px;
border-radius: 16px;
text-decoration: none;
font-weight: 600;
font-size: 14px;
text-transform: uppercase;
letter-spacing: 0.8px;
transition: all 0.4s cubic-bezier(0.25,0.46,0.45,0.94);
min-width: 160px;
text-align: center;
}

.agent-cta__btn--primary{
background: #ffffff;
color: #0891b2;
box-shadow: 0 8px 32px rgba(0,0,0,0.15);
border: 2px solid transparent;
}

.agent-cta__btn--primary:hover{
transform: translateY(-3px) scale(1.02);
box-shadow: 0 16px 48px rgba(0,0,0,0.25);
background: #f8fafc;
color: #0e7490;
}

.agent-cta__btn--secondary{
background: rgba(255,255,255,0.1);
color: #fff;
border: 2px solid rgba(255,255,255,0.25);
backdrop-filter: blur(20px);
}

.agent-cta__btn--secondary:hover{
background: rgba(255,255,255,0.2);
border-color: rgba(255,255,255,0.4);
transform: translateY(-3px) scale(1.02);
box-shadow: 0 8px 24px rgba(0,0,0,0.15);
}


@media (max-width: 1024px){
.agent-hero__container{
grid-template-columns: 1fr;
gap: 60px;
text-align: center;
}

.agent-features__grid,
.agent-how-it-works__steps,
.agent-templates__grid,
.agent-capabilities__grid{
grid-template-columns: repeat(auto-fit,minmax(300px,1fr));
gap: 32px;
}
}

@media (max-width: 768px){
.agent-hero,
.agent-features,
.agent-how-it-works,
.agent-templates,
.agent-capabilities,
.agent-cta{
padding: 80px 0;
}

.agent-hero__actions{
justify-content: center;
}

.agent-hero__btn{
min-width: 140px;
padding: 14px 24px;
font-size: 13px;
}

.agent-cta__buttons{
flex-direction: column;
align-items: center;
}

.agent-cta__btn{
width: 100%;
max-width: 280px;
}
}

@media (max-width: 480px){
.agent-hero,
.agent-features,
.agent-how-it-works,
.agent-templates,
.agent-capabilities,
.agent-cta{
padding: 60px 0;
}

.agent-hero__container,
.agent-features__container,
.agent-how-it-works__container,
.agent-templates__container,
.agent-capabilities__container,
.agent-cta__container{
padding: 0 16px;
}

.agent-hero__title,
.agent-features__title,
.agent-how-it-works__title,
.agent-templates__title,
.agent-capabilities__title,
.agent-cta__title{
font-size: 2rem;
}

.agent-builder-demo{
min-width: 280px;
padding: 24px;
}

.agent-builder-demo__step-icon{
font-size: 28px;
}
}