/* Automation Flows Page Styles - Modern Design */

/* Base Styles */
.automation-flows {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  line-height: 1.6;
  color: #0f172a;
  background: #fafafa;
}

/* Hero Section */
.automation-hero {
  background: #ffffff;
  color: #1f1f1f;
  padding: 120px 0 100px;
  position: relative;
  overflow: hidden;
}

.automation-hero__gradient-left,
.automation-hero__gradient-right {
  position: absolute;
  width: 511.6px;
  height: 512.58px;
  background: linear-gradient(170.47deg, #DEA3FA 3%, #6056F3 86.29%);
  filter: blur(136.763px);
  transform: matrix(0.2, 0.98, 0.98, -0.2, 0, 0);
  pointer-events: none;
  z-index: -1;
}

.automation-hero__gradient-left {
  left: 0%;
  top: -5%;
  /* z-index: -1; */
}

.automation-hero__gradient-right {
  right: 0%;
  top: 10%;
}

.automation-hero__container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  z-index: 9;
}

.automation-hero__badge {
  display: inline-block;
  background: rgba(0, 0, 0, 0.001);
  color: #1f1f1f;
  padding: 12px 20px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0;
  margin-bottom: 0px;
  border: 1px solid #1f1f1f;
}

.automation-hero__title {
  /* width: 996px;
  height: 150px; */
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 64px;
  line-height: 75px;
  text-align: center;
  color: #1F1F1F;
  padding: 0px clamp(20px, 160px, 160px);
  margin: 24px 0px;
  flex: none;
  order: 0;
  align-self: stretch;
  flex-grow: 0;
}

.automation-hero__subtitle {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 40px;
  color: #1f1f1f;
  font-weight: 400;
  text-align: center;
}

.automation-hero__actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
}

.automation-hero__btn {
  display: inline-block;
  padding: 18px 36px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.48px;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  min-width: 160px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

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

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

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

.automation-hero__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);
}

/* Hero Info Card styles removed - now using visual image */

/* Hero Visual */
.automation-hero__visual {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  max-width: 100%;
}

.automation-hero__visual img {
  max-width: 100%;
  height: auto;
  display: block;
}

.automation-flow-demo {
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(25px);
  border-radius: 28px;
  padding: 36px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  min-width: 360px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}

.automation-flow-demo__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
}

.automation-flow-demo__title {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
}

.automation-flow-demo__status {
  background: linear-gradient(135deg, #10b981 0%, #059669 100%);
  color: #fff;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 11px;
  font-weight: 700;
  box-shadow: 0 4px 12px rgba(16, 185, 129, 0.3);
}

.automation-flow-demo__flow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.automation-flow-demo__node {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 16px 12px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.3s ease;
  min-width: 60px;
}

.automation-flow-demo__node:hover {
  background: rgba(255, 255, 255, 0.15);
  transform: translateY(-2px);
}

.automation-flow-demo__node-icon {
  font-size: 20px;
}

.automation-flow-demo__node-label {
  font-size: 10px;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 500;
  text-align: center;
}

.automation-flow-demo__connection {
  width: 20px;
  height: 2px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0.3) 100%);
  border-radius: 1px;
  position: relative;
}

.automation-flow-demo__connection::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 6px solid rgba(255, 255, 255, 0.6);
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
}

/* Flow Types Section */
.automation-types {
  padding: 120px 0;
  background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%);
  position: relative;
}

.automation-types::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"><defs><pattern id="hexagons-types" width="60" height="60" patternUnits="userSpaceOnUse"><polygon points="30,0 60,17.3 60,51.9 30,69.2 0,51.9 0,17.3" fill="none" stroke="rgba(124,58,237,0.08)" stroke-width="1"/></pattern></defs><rect width="100" height="100" fill="url(%23hexagons-types)"/></svg>');
  opacity: 0.5;
}

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

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

.automation-types__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;
}

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

.automation-types__type {
  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(124, 58, 237, 0.08);
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.automation-types__type:hover {
  transform: translateY(-6px) scale(1.02);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.12);
  border-color: rgba(124, 58, 237, 0.15);
}

.automation-types__type-icon {
  font-size: 48px;
  margin-bottom: 24px;
}

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

.automation-types__type p {
  font-size: 16px;
  line-height: 1.6;
  color: #64748b;
  margin-bottom: 20px;
}

.automation-types__type-features {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
}

.automation-types__type-features span {
  background: rgba(124, 58, 237, 0.1);
  color: #7c3aed;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 500;
}

/* Flow Features Section */
.automation-features {
  padding: 120px 0;
  background: #ffffff;
  position: relative;
}

.automation-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"><defs><pattern id="dots-features" width="50" height="50" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1.5" fill="rgba(124,58,237,0.08)"/></pattern></defs><rect width="100" height="100" fill="url(%23dots-features)"/></svg>');
  opacity: 0.4;
}

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

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

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

.automation-features__feature {
  background: #f8fafc;
  padding: 40px 32px;
  border-radius: 24px;
  text-align: center;
  border: 1px solid rgba(124, 58, 237, 0.08);
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.automation-features__feature:hover {
  transform: translateY(-6px) scale(1.02);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.12);
  border-color: rgba(124, 58, 237, 0.15);
}

.automation-features__feature-icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #7c3aed 0%, #8b5cf6 100%);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin: 0 auto 24px;
  box-shadow: 0 8px 24px rgba(124, 58, 237, 0.25);
}

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

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

/* Use Cases Section */
.automation-usecases {
  padding: 120px 0;
  background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%);
  position: relative;
}

.automation-usecases::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"><defs><pattern id="waves-usecases" width="100" height="30" patternUnits="userSpaceOnUse"><path d="M0,15 Q25,5 50,15 T100,15" fill="none" stroke="rgba(124,58,237,0.08)" stroke-width="1"/></pattern></defs><rect width="100" height="100" fill="url(%23waves-usecases)"/></svg>');
  opacity: 0.4;
}

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

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

.automation-usecases__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;
}

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

.automation-usecases__usecase {
  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(124, 58, 237, 0.08);
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.automation-usecases__usecase:hover {
  transform: translateY(-6px) scale(1.02);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.12);
  border-color: rgba(124, 58, 237, 0.15);
}

.automation-usecases__usecase-icon {
  font-size: 48px;
  margin-bottom: 20px;
}

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

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

.automation-usecases__usecase-steps {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  justify-content: center;
}

.automation-usecases__usecase-steps span {
  background: rgba(124, 58, 237, 0.1);
  color: #7c3aed;
  padding: 4px 10px;
  border-radius: 16px;
  font-size: 11px;
  font-weight: 500;
}

/* How It Works Section */
.automation-how {
  padding: 120px 0;
  background: #ffffff;
  position: relative;
}

.automation-how::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"><defs><pattern id="stars-how" width="50" height="50" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="rgba(124,58,237,0.08)"/></pattern></defs><rect width="100" height="100" fill="url(%23stars-how)"/></svg>');
  opacity: 0.4;
}

.automation-how__container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 24px;
  position: relative;
  z-index: 2;
}

.automation-how__content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

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

.automation-how__description {
  font-size: clamp(1.1rem, 1rem + 0.3vw, 1.25rem);
  line-height: 1.6;
  color: #64748b;
  margin-bottom: 40px;
}

.automation-how__steps {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.automation-how__step {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

.automation-how__step-number {
  width: 48px;
  height: 48px;
  background: linear-gradient(135deg, #7c3aed 0%, #8b5cf6 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  flex-shrink: 0;
  box-shadow: 0 8px 24px rgba(124, 58, 237, 0.25);
}

.automation-how__step-content h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #0f172a;
}

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

.automation-how__demo {
  background: rgba(124, 58, 237, 0.05);
  border-radius: 24px;
  padding: 32px;
  border: 1px solid rgba(124, 58, 237, 0.1);
}

.automation-how__demo-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}

.automation-how__demo-title {
  font-size: 16px;
  font-weight: 600;
  color: #7c3aed;
}

.automation-how__demo-status {
  background: rgba(124, 58, 237, 0.1);
  color: #7c3aed;
  padding: 6px 12px;
  border-radius: 16px;
  font-size: 12px;
  font-weight: 600;
}

.automation-how__demo-canvas {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.automation-how__demo-node {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 20px 16px;
  background: rgba(124, 58, 237, 0.1);
  border-radius: 16px;
  border: 1px solid rgba(124, 58, 237, 0.2);
  transition: all 0.3s ease;
  min-width: 80px;
}

.automation-how__demo-node:hover {
  background: rgba(124, 58, 237, 0.15);
  transform: translateY(-2px);
}

.automation-how__demo-node-icon {
  font-size: 24px;
}

.automation-how__demo-node-label {
  font-size: 12px;
  color: #7c3aed;
  font-weight: 500;
  text-align: center;
}

.automation-how__demo-arrow {
  width: 24px;
  height: 2px;
  background: linear-gradient(90deg, rgba(124, 58, 237, 0.3) 0%, rgba(124, 58, 237, 0.6) 50%, rgba(124, 58, 237, 0.3) 100%);
  border-radius: 1px;
  position: relative;
}

.automation-how__demo-arrow::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 8px solid rgba(124, 58, 237, 0.6);
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}

/* Benefits Section */
.automation-benefits {
  padding: 120px 0;
  background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%);
  position: relative;
}

.automation-benefits::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"><defs><pattern id="circles-benefits" width="60" height="60" patternUnits="userSpaceOnUse"><circle cx="30" cy="30" r="2" fill="rgba(124,58,237,0.08)"/></pattern></defs><rect width="100" height="100" fill="url(%23circles-benefits)"/></svg>');
  opacity: 0.4;
}

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

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

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

.automation-benefits__benefit {
  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(124, 58, 237, 0.08);
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.automation-benefits__benefit:hover {
  transform: translateY(-6px) scale(1.02);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.12);
  border-color: rgba(124, 58, 237, 0.15);
}

.automation-benefits__benefit-icon {
  font-size: 48px;
  margin-bottom: 24px;
}

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

.automation-benefits__benefit p {
  font-size: 16px;
  line-height: 1.6;
  color: #64748b;
  margin-bottom: 24px;
}

.automation-benefits__benefit-metric {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.automation-benefits__benefit-number {
  font-size: 32px;
  font-weight: 800;
  color: #7c3aed;
  line-height: 1;
}

.automation-benefits__benefit-label {
  font-size: 14px;
  color: #64748b;
  font-weight: 500;
}

/* CTA Section */
.automation-cta {
  padding: 120px 0;
  background: linear-gradient(135deg, #7c3aed 0%, #8b5cf6 50%, #a78bfa 100%);
  color: #fff;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.automation-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"><defs><pattern id="circles-cta" width="50" height="50" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="3" fill="rgba(255,255,255,0.06)"/></pattern></defs><rect width="100" height="100" fill="url(%23circles-cta)"/></svg>');
  opacity: 0.4;
}

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

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

.automation-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;
}

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

.automation-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;
}

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

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

.automation-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);
}

.automation-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);
}

/* Responsive Design */
@media (max-width: 1024px) {
  .automation-how__content {
    grid-template-columns: 1fr;
    gap: 60px;
    text-align: center;
  }
  
  .automation-types__grid,
  .automation-features__grid,
  .automation-usecases__grid,
  .automation-benefits__grid {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 32px;
  }
}

@media (max-width: 768px) {
  .automation-hero,
  .automation-types,
  .automation-features,
  .automation-usecases,
  .automation-how,
  .automation-benefits,
  .automation-cta {
    padding: 80px 0;
  }
  
  .automation-hero__title {
    width: 100%;
    height: auto;
    font-size: 48px;
    line-height: 56px;
    padding: 0px clamp(20px, 80px, 80px);
  }
  
  .automation-hero__actions {
    justify-content: center;
  }
  
  .automation-hero__btn {
    min-width: 140px;
    padding: 14px 24px;
    font-size: 13px;
  }
  
  .automation-cta__buttons {
    flex-direction: column;
    align-items: center;
  }
  
  .automation-cta__btn {
    width: 100%;
    max-width: 280px;
  }
  
  .automation-flow-demo {
    min-width: 300px;
    padding: 24px;
  }
  
  .automation-flow-demo__flow {
    flex-direction: column;
    gap: 12px;
  }
  
  .automation-flow-demo__connection {
    width: 2px;
    height: 20px;
  }
  
  .automation-flow-demo__connection::after {
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 6px solid rgba(255, 255, 255, 0.6);
    border-bottom: none;
  }
  
  .automation-how__demo-canvas {
    flex-direction: column;
    gap: 12px;
  }
  
  .automation-how__demo-arrow {
    width: 2px;
    height: 24px;
  }
  
  .automation-how__demo-arrow::after {
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid rgba(124, 58, 237, 0.6);
    border-bottom: none;
  }
}

@media (max-width: 480px) {
  .automation-hero,
  .automation-types,
  .automation-features,
  .automation-usecases,
  .automation-how,
  .automation-benefits,
  .automation-cta {
    padding: 60px 0;
  }
  
  .automation-hero__container,
  .automation-types__container,
  .automation-features__container,
  .automation-usecases__container,
  .automation-how__container,
  .automation-benefits__container,
  .automation-cta__container {
    padding: 0 16px;
  }
  
  .automation-hero__title {
    width: 100%;
    height: auto;
    font-size: 32px;
    line-height: 38px;
    padding: 0px clamp(16px, 40px, 40px);
  }
  
  .automation-types__title,
  .automation-features__title,
  .automation-usecases__title,
  .automation-how__title,
  .automation-benefits__title,
  .automation-cta__title {
    font-size: 2rem;
  }
  
  .automation-flow-demo {
    min-width: 260px;
    padding: 20px;
  }
  
  .automation-flow-demo__node {
    min-width: 50px;
    padding: 12px 8px;
  }
  
  .automation-flow-demo__node-icon {
    font-size: 16px;
  }
  
  .automation-flow-demo__node-label {
    font-size: 9px;
  }
  
  .automation-types__grid,
  .automation-features__grid,
  .automation-usecases__grid,
  .automation-benefits__grid {
    grid-template-columns: 1fr;
  }
} 