body{padding-top:80px;}
.section-badge{display:inline-flex;align-items:center;gap:0.5rem;padding:0.5rem 1rem;background:hsla(16,100%,50%,0.1);color:var(--flamingo);border-radius:9999px;font-size:0.875rem;font-weight:600;margin-bottom:1rem;}
.section-title{font-size:clamp(2rem,4vw,3rem);font-weight:700;margin-bottom:1rem;line-height:1.2;}
.section-subtitle{font-size:1.125rem;color:var(--muted-foreground);max-width:800px;margin:0 auto 3rem;}
.hero-title{line-height:1.2;}
.text-center{text-align:center;}
.automation-stats-section{display:block;padding:5rem 0;background:linear-gradient(135deg,hsl(220 25% 8%) 0%,hsl(220 30% 12%) 100%);position:relative;overflow:hidden;}
.automation-stats-section::before{content:'';position:absolute;inset:0;background:radial-gradient(ellipse 60% 40% at 50% 0%,hsla(16,100%,50%,0.1) 0%,transparent 60%);pointer-events:none;}
.automation-stats-section .section-badge{background:hsla(0,0%,100%,0.1);color:hsla(0,0%,100%,0.9);}
.automation-stats-section .section-title{color:hsl(0 0% 100%);}
.automation-stats-section .section-subtitle{color:hsla(0,0%,100%,0.7);}
.stats-grid{display:grid;gap:1.5rem;grid-template-columns:repeat(2,1fr);}
@media (min-width:768px){.stats-grid{grid-template-columns:repeat(4,1fr);}}
.stat-card{background:hsla(0,0%,100%,0.03);border:1px solid hsla(0,0%,100%,0.1);border-radius:1rem;padding:2rem 1.5rem;text-align:center;backdrop-filter:blur(10px);transition:all 0.3s ease;display:flex;flex-direction:column;align-items:center;}
.stat-card:hover{background:hsla(0,0%,100%,0.06);border-color:hsla(16,100%,50%,0.3);transform:translateY(-4px);}
.stat-value-wrapper{display:flex;align-items:baseline;justify-content:center;gap:0.25rem;margin-bottom:1rem;}
.stat-value{font-size:clamp(2.5rem,5vw,3.5rem);font-weight:700;background:linear-gradient(135deg,hsl(16 100% 60%) 0%,hsl(30 100% 55%) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1;}
.stat-unit{font-size:clamp(1.5rem,3vw,2rem);font-weight:700;color:hsl(16 100% 60%);}
.stat-description{font-size:1.0625rem;color:hsla(0,0%,100%,0.9);line-height:1.5;font-weight:500;flex:1;}
.stat-source{display:inline-block;font-size:0.875rem;font-weight:600;color:hsla(0,0%,100%,0.6);padding:0.375rem 1rem;background:hsla(0,0%,100%,0.08);border-radius:9999px;margin-top:auto;}
@media (max-width:767px){.stats-grid{grid-template-columns:1fr 1fr;gap:1rem;}.stat-card{padding:1.5rem 1rem;}.stat-value{font-size:2rem;}.stat-unit{font-size:1.25rem;}.stat-description{font-size:0.8125rem;}}
.comparison-section{padding:5rem 0;background:linear-gradient(135deg,hsl(220 14% 96%) 0%,hsl(220 10% 92%) 100%);}
.comparison-grid{display:grid;gap:2rem;}
@media (min-width:768px){.comparison-grid{grid-template-columns:1fr 1fr;}}
.comparison-card{padding:2rem;border-radius:1rem;position:relative;}
.comparison-card.old-way{background:hsla(0,0%,50%,0.08);border:1px solid hsla(0,0%,50%,0.2);}
.comparison-card.new-way{background:hsla(142,76%,36%,0.08);border:1px solid hsla(142,76%,36%,0.3);}
.comparison-badge{display:inline-flex;align-items:center;gap:0.5rem;padding:0.25rem 0.75rem;border-radius:9999px;font-size:0.75rem;font-weight:600;text-transform:uppercase;letter-spacing:0.05em;margin-bottom:1rem;}
.old-way .comparison-badge{background:hsla(0,0%,50%,0.15);color:hsl(0,0%,40%);}
.new-way .comparison-badge{background:hsla(142,76%,36%,0.15);color:hsl(142,76%,36%);}
.comparison-title{font-size:1.5rem;font-weight:700;margin-bottom:1.5rem;}
.comparison-list{display:flex;flex-direction:column;gap:0.75rem;}
.comparison-item{display:flex;align-items:flex-start;gap:0.75rem;font-size:0.9375rem;color:var(--muted-foreground);}
.comparison-item svg{width:1.25rem;height:1.25rem;flex-shrink:0;margin-top:0.125rem;}
.old-way .comparison-item svg{color:hsl(0,60%,50%);}
.new-way .comparison-item svg{color:hsl(142,76%,36%);}
/*=== bento grids ===*/
.bento-grid{display:grid;gap:1.5rem;}
@media (min-width:768px){.bento-grid{grid-template-columns:repeat(2,1fr);}}
@media (min-width:1024px){.bento-grid{grid-template-columns:repeat(3,1fr);}}
.bento-card{padding:1.5rem;background:hsla(0,0%,100%,0.95);backdrop-filter:blur(12px);border:1px solid hsla(220,30%,20%,0.1);border-radius:1rem;transition:all 0.3s ease;box-shadow:0 4px 20px hsla(220,30%,20%,0.06);}
.bento-card:hover{transform:translateY(-4px);border-color:hsla(16,100%,50%,0.3);box-shadow:0 15px 40px hsla(16,100%,50%,0.1);}
.bento-icon{width:3rem;height:3rem;border-radius:0.75rem;display:flex;align-items:center;justify-content:center;margin-bottom:1rem;}
.bento-icon svg{width:1.5rem;height:1.5rem;color:white;}
.bento-icon.bg-coral{background:linear-gradient(135deg,hsl(16 100% 60%) 0%,hsl(30 100% 55%) 100%);}
.bento-icon.bg-blue{background:linear-gradient(to bottom right,hsl(217 91% 60%),hsl(197 71% 50%));}
.bento-icon.bg-purple{background:linear-gradient(to bottom right,hsl(271 91% 65%),hsl(330 81% 60%));}
.bento-icon.bg-teal{background:linear-gradient(to bottom right,hsl(175 70% 35%),hsl(180 70% 45%));}
.bento-icon.bg-amber{background:linear-gradient(to bottom right,hsl(38 92% 50%),hsl(32 95% 44%));}
.bento-icon.bg-indigo{background:linear-gradient(to bottom right,hsl(239 84% 67%),hsl(221 83% 53%));}
.bento-title{font-size:1rem;font-weight:600;margin-bottom:0.5rem;}
.bento-desc{font-size:0.875rem;color:var(--muted-foreground);line-height:1.6;}
.tech-logos{display:flex;gap:0.5rem;margin-top:0.75rem;flex-wrap:wrap;}
.tech-logo{font-size:0.75rem;font-weight:500;padding:0.25rem 0.5rem;background:hsla(220,30%,20%,0.05);border-radius:0.25rem;color:var(--muted-foreground);}
/*=== why n8n section ===*/
.why-n8n-section{padding:5rem 0;background:linear-gradient(180deg,hsl(220 25% 6%) 0%,hsl(220 30% 8%) 100%);position:relative;overflow:hidden;}
.why-n8n-section::before{content:'';position:absolute;inset:0;background:url('/images/n8n-workflow-backdrop.png') center center / cover no-repeat;opacity:0.35;z-index:0;}
.why-n8n-section::after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,hsla(220,30%,6%,0.6) 0%,hsla(220,35%,8%,0.7) 50%,hsla(220,30%,6%,0.8) 100%);z-index:1;}
.why-n8n-section>.container{position:relative;z-index:2;}
.why-n8n-section .section-badge{background:hsla(0,0%,100%,0.1);color:hsla(0,0%,100%,0.9);}
.why-n8n-section .section-title{color:white;}
.why-n8n-section .section-subtitle{color:hsla(0,0%,100%,0.7);}
.n8n-features-grid{display:grid;gap:2rem;}
@media (min-width:768px){.n8n-features-grid{grid-template-columns:repeat(3,1fr);}}
.n8n-feature-card{background:hsla(0,0%,100%,0.03);border:1px solid hsla(0,0%,100%,0.1);border-radius:1rem;padding:2rem;backdrop-filter:blur(10px);}
.n8n-feature-card h3{color:white;font-size:1.25rem;font-weight:600;margin-bottom:0.75rem;display:flex;align-items:center;gap:0.75rem;}
.n8n-feature-card h3 svg{width:1.5rem;height:1.5rem;color:var(--flamingo);}
.n8n-feature-card p{color:hsla(0,0%,100%,0.7);font-size:0.9375rem;line-height:1.6;}
.how-it-works{padding:7rem 0;background:hsl(220 25% 6%);overflow:hidden;position:relative;}
.how-it-works::before{content:'';position:absolute;inset:0;background:radial-gradient(ellipse 80% 60% at 50% 20%,hsla(16,100%,50%,0.08) 0%,transparent 60%);pointer-events:none;}
.how-it-works .section-header{margin-bottom:5rem;text-align:center;}
.how-it-works .section-title{color:hsl(0 0% 100%);}
.how-it-works .section-subtitle{color:hsla(0,0%,100%,0.7);}
/*=== orbital process anim ===*/
.orbital-process{position:relative;max-width:1100px;margin:0 auto;padding:4rem 0;}
.orbital-logo-watermark{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:280px;height:280px;z-index:1;pointer-events:none;opacity:0.08;animation:logoPulse 6s ease-in-out infinite;}
.orbital-logo-watermark img{width:100%;height:100%;object-fit:contain;filter:brightness(0) invert(1);}
@keyframes logoPulse{0%,100%{opacity:0.06;transform:translate(-50%,-50%) scale(1);}50%{opacity:0.12;transform:translate(-50%,-50%) scale(1.05);}}
.orbital-ring{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:540px;height:540px;border:2px dashed hsla(16,100%,50%,0.2);border-radius:50%;animation:orbitSpin 60s linear infinite;}
@keyframes orbitSpin{to{transform:translate(-50%,-50%) rotate(360deg);}}
.process-nodes{display:grid;grid-template-columns:1fr 1fr;gap:3rem;position:relative;z-index:5;}
.process-node{position:relative;padding:2.5rem;background:linear-gradient(135deg,hsla(0,0%,100%,0.06) 0%,hsla(0,0%,100%,0.02) 100%);border:1px solid hsla(0,0%,100%,0.1);border-radius:1.5rem;display:flex;flex-direction:column;gap:1.25rem;transition:all 0.4s cubic-bezier(0.4,0,0.2,1);backdrop-filter:blur(8px);}
.process-node:hover{transform:translateY(-8px) scale(1.02);border-color:hsla(16,100%,50%,0.4);box-shadow:0 30px 80px -20px hsla(16,100%,50%,0.25);}
.process-node-badge{position:absolute;top:-1rem;left:2rem;display:flex;align-items:center;gap:0.625rem;padding:0.625rem 1.25rem;background:linear-gradient(135deg,hsl(16 100% 50%) 0%,hsl(30 100% 55%) 100%);border-radius:999px;box-shadow:0 4px 20px hsla(16,100%,50%,0.4);}
.process-node-number{font-size:1rem;font-weight:800;color:hsl(0 0% 100%);}
.process-node-label{font-size:0.75rem;font-weight:700;color:hsl(0 0% 100%);text-transform:uppercase;letter-spacing:0.06em;}
.process-node-icon{width:64px;height:64px;border-radius:1rem;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,hsla(16,100%,50%,0.15) 0%,hsla(30,100%,55%,0.08) 100%);border:1px solid hsla(16,100%,50%,0.2);margin-top:0.5rem;}
.process-node-icon svg{width:32px;height:32px;color:hsl(16 100% 55%);}
.process-node-title{font-size:1.5rem;font-weight:750;color:hsl(0 0% 100%);line-height:1.2;}
.process-node-desc{font-size:1rem;color:hsla(0,0%,100%,0.65);line-height:1.7;}
.process-node-details{display:flex;flex-wrap:wrap;gap:0.5rem;margin-top:0.5rem;}
.process-node-detail{display:inline-flex;align-items:center;gap:0.375rem;padding:0.375rem 0.75rem;background:hsla(0,0%,100%,0.05);border:1px solid hsla(0,0%,100%,0.08);border-radius:999px;font-size:0.75rem;font-weight:600;color:hsla(0,0%,100%,0.75);}
.process-node-detail svg{width:14px;height:14px;color:hsl(16 100% 55%);}
.flow-particle-orbital{position:absolute;width:8px;height:8px;background:hsl(16 100% 55%);border-radius:50%;box-shadow:0 0 16px hsla(16,100%,50%,0.6);z-index:3;}
.flow-particle-orbital:nth-child(1){animation:flowPath1 6s ease-in-out infinite;}
.flow-particle-orbital:nth-child(2){animation:flowPath2 6s ease-in-out infinite 1.5s;}
.flow-particle-orbital:nth-child(3){animation:flowPath3 6s ease-in-out infinite 3s;}
.flow-particle-orbital:nth-child(4){animation:flowPath4 6s ease-in-out infinite 4.5s;}
@keyframes flowPath1{0%,100%{top:0;left:25%;opacity:0;}10%{opacity:1;}50%{top:50%;left:5%;opacity:1;}90%{opacity:0;}100%{top:100%;left:25%;}}
@keyframes flowPath2{0%,100%{top:0;left:75%;opacity:0;}10%{opacity:1;}50%{top:50%;left:95%;opacity:1;}90%{opacity:0;}100%{top:100%;left:75%;}}
@keyframes flowPath3{0%,100%{top:100%;left:25%;opacity:0;}10%{opacity:1;}50%{top:50%;left:5%;opacity:1;}90%{opacity:0;}100%{top:0;left:25%;}}
@keyframes flowPath4{0%,100%{top:100%;left:75%;opacity:0;}10%{opacity:1;}50%{top:50%;left:95%;opacity:1;}90%{opacity:0;}100%{top:0;left:75%;}}
.orbital-stats{display:flex;justify-content:center;gap:4rem;margin-top:4rem;padding:2rem 3rem;background:linear-gradient(135deg,hsla(0,0%,100%,0.04) 0%,hsla(0,0%,100%,0.02) 100%);border:1px solid hsla(0,0%,100%,0.08);border-radius:1.25rem;position:relative;z-index:5;}
.orbital-stat{display:flex;flex-direction:column;align-items:center;gap:0.375rem;}
.orbital-stat-value{font-size:2rem;font-weight:800;background:linear-gradient(135deg,hsl(16 100% 55%),hsl(30 100% 60%));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;}
.orbital-stat-label{font-size:0.8125rem;font-weight:600;color:hsla(0,0%,100%,0.6);text-transform:uppercase;letter-spacing:0.05em;}
.orbital-integrations{margin-top:3rem;padding:1.5rem 2rem;background:hsla(0,0%,100%,0.03);border:1px solid hsla(0,0%,100%,0.06);border-radius:1rem;display:flex;flex-direction:column;gap:1rem;align-items:center;}
.orbital-integrations-label{font-size:0.875rem;font-weight:500;color:hsla(0,0%,100%,0.5);}
.orbital-integrations-logos{display:flex;flex-wrap:wrap;justify-content:center;gap:0.75rem;}
.orbital-integration{padding:0.5rem 1rem;background:hsla(0,0%,100%,0.05);border:1px solid hsla(0,0%,100%,0.08);border-radius:0.5rem;font-size:0.8125rem;font-weight:600;color:hsla(0,0%,100%,0.75);transition:all 0.2s ease;}
.orbital-integration:hover{background:hsla(16,100%,50%,0.1);border-color:hsla(16,100%,50%,0.3);color:hsl(16 100% 60%);}
@media (min-width:768px){.orbital-integrations{flex-direction:row;justify-content:center;gap:2rem;}}
@media (max-width:900px){.process-nodes{grid-template-columns:1fr;max-width:500px;margin:0 auto;}.orbital-ring{display:none;}.orbital-stats{gap:2rem;flex-wrap:wrap;padding:1.5rem;}.orbital-stat-value{font-size:1.5rem;}}
@media (max-width:640px){.how-it-works{padding:4rem 0;}.process-node{padding:2rem 1.5rem;}.process-node-title{font-size:1.25rem;}.orbital-stats{gap:1.5rem;}}
/*=== case studies ===*/
.case-studies-section{padding:5rem 0;background:linear-gradient(135deg,hsl(220 14% 96%) 0%,hsl(220 10% 92%) 100%);}
.case-study-grid{display:flex;flex-direction:column;gap:2rem;}
.case-study-card{background:white;border-radius:1rem;overflow:hidden;border:1px solid hsla(220,30%,20%,0.1);transition:all 0.3s ease;display:grid;grid-template-columns:1fr;}
@media (min-width:768px){.case-study-card{grid-template-columns:1fr 1fr;}.case-study-card:nth-child(even){direction:rtl;}.case-study-card:nth-child(even)>*{direction:ltr;}}
.case-study-card:hover{transform:translateY(-4px);box-shadow:0 15px 40px hsla(220,30%,20%,0.1);}
.case-study-image{background:linear-gradient(135deg,hsl(220 25% 10%) 0%,hsl(220 30% 15%) 100%);min-height:280px;display:flex;align-items:center;justify-content:center;padding:1.5rem;position:relative;overflow:hidden;}
.case-study-image img{width:100%;height:100%;object-fit:cover;position:absolute;inset:0;opacity:0.9;}
.case-study-image-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;text-align:center;z-index:1;}
.case-study-image-placeholder svg{width:3rem;height:3rem;color:hsla(0,0%,100%,0.4);}
.case-study-image-placeholder span{font-size:0.875rem;color:hsla(0,0%,100%,0.5);font-weight:500;}
.case-study-content{padding:2rem;display:flex;flex-direction:column;justify-content:center;}
.case-study-industry{display:inline-flex;align-items:center;gap:0.5rem;padding:0.375rem 0.875rem;background:hsla(16,100%,50%,0.1);border-radius:9999px;font-size:0.8125rem;font-weight:600;color:hsl(16 100% 45%);margin-bottom:1rem;width:fit-content;}
.case-study-content h3{font-size:1.375rem;font-weight:700;margin-bottom:1rem;color:var(--foreground);}
.case-study-metric{display:flex;align-items:center;gap:1rem;padding:1rem;background:hsla(142,76%,36%,0.08);border-radius:0.75rem;margin-bottom:1rem;}
.case-study-metric-value{font-size:1.75rem;font-weight:700;color:hsl(142,76%,36%);}
.case-study-metric-label{font-size:0.9375rem;color:var(--muted-foreground);}
.case-study-description{font-size:1rem;color:var(--muted-foreground);line-height:1.7;}
/*=== infrastructure section ===*/
.infrastructure-section{padding:6rem 0;background:linear-gradient(180deg,hsl(220 25% 6%) 0%,hsl(215 30% 10%) 50%,hsl(220 25% 6%) 100%);position:relative;overflow:hidden;}
.infrastructure-section::before{content:'';position:absolute;inset:0;background:radial-gradient(ellipse 80% 50% at 20% 20%,hsla(200,100%,50%,0.08) 0%,transparent 50%),radial-gradient(ellipse 60% 40% at 80% 80%,hsla(270,100%,60%,0.06) 0%,transparent 50%);pointer-events:none;}
.infra-badge{background:hsla(200,100%,60%,0.15) !important;color:hsl(200,100%,70%) !important;}
.infra-title{color:hsl(0 0% 100%) !important;}
.infra-subtitle{color:hsla(0,0%,100%,0.7) !important;}
.infra-grid{display:grid;gap:2rem;position:relative;z-index:2;}
@media (min-width:1024px){.infra-grid{grid-template-columns:1fr 1fr;gap:3rem;align-items:start;}}
.architecture-container{position:relative;}
.architecture-glass-card{background:linear-gradient(135deg,hsla(200,100%,50%,0.08) 0%,hsla(270,100%,60%,0.05) 100%);backdrop-filter:blur(20px);border:1px solid hsla(200,100%,60%,0.2);border-radius:1.5rem;padding:2rem;position:relative;overflow:hidden;}
.architecture-glass-card::before{content:'';position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,hsla(200,100%,70%,0.5),transparent);}
.architecture-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;}
.architecture-title-row{display:flex;align-items:center;gap:0.75rem;color:hsl(0,0%,100%);font-weight:600;font-size:1rem;}
.architecture-title-row svg{color:hsl(200,100%,60%);}
.architecture-status{display:flex;align-items:center;gap:0.5rem;padding:0.375rem 0.75rem;background:hsla(142,76%,36%,0.15);border-radius:9999px;font-size:0.75rem;font-weight:600;color:hsl(142,76%,50%);}
.status-dot{width:6px;height:6px;background:hsl(142,76%,50%);border-radius:50%;animation:statusPulse 2s ease-in-out infinite;}
@keyframes statusPulse{0%,100%{opacity:1;transform:scale(1);}50%{opacity:0.5;transform:scale(0.8);}}
.architecture-diagram{position:relative;display:grid;grid-template-columns:1fr 1fr 1fr;grid-template-rows:1fr 1fr 1fr;grid-template-areas:"tl . tr" ". center ." "bl . br";height:300px;margin-bottom:1.5rem;padding:1rem;}
.connection-lines{position:absolute;inset:0;width:100%;height:100%;pointer-events:none;z-index:1;}
.conn-line{stroke:hsla(200,100%,60%,0.3);stroke-width:2;stroke-dasharray:8 4;animation:dashFlow 20s linear infinite;}
@keyframes dashFlow{to{stroke-dashoffset:-100;}}
.data-particle{fill:hsl(200,100%,60%);filter:drop-shadow(0 0 6px hsl(200,100%,60%));}
.arch-node{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:0.5rem;z-index:5;position:relative;}
.arch-node-icon{width:48px;height:48px;border-radius:0.75rem;display:flex;align-items:center;justify-content:center;backdrop-filter:blur(10px);transition:all 0.3s ease;}
.arch-node-icon svg{width:24px;height:24px;}
.arch-node:hover .arch-node-icon{transform:scale(1.1);}
.arch-node-label{font-size:0.75rem;font-weight:600;color:hsla(0,0%,100%,0.8);text-align:center;}
.arch-center{grid-area:center;}
.arch-center .arch-node-icon{width:64px;height:64px;background:linear-gradient(135deg,hsl(200,100%,50%) 0%,hsl(270,100%,60%) 100%);box-shadow:0 0 30px hsla(200,100%,50%,0.5);}
.arch-center .arch-node-icon svg{width:32px;height:32px;color:white;}
.arch-tl{grid-area:tl;justify-self:start;align-self:start;}
.arch-tr{grid-area:tr;justify-self:end;align-self:start;}
.arch-bl{grid-area:bl;justify-self:start;align-self:end;}
.arch-br{grid-area:br;justify-self:end;align-self:end;}
.crm-icon{background:linear-gradient(135deg,hsla(220,90%,60%,0.2) 0%,hsla(220,90%,60%,0.1) 100%);border:1px solid hsla(220,90%,60%,0.3);}
.crm-icon svg{color:hsl(220,90%,70%);}
.db-icon{background:linear-gradient(135deg,hsla(142,76%,50%,0.2) 0%,hsla(142,76%,50%,0.1) 100%);border:1px solid hsla(142,76%,50%,0.3);}
.db-icon svg{color:hsl(142,76%,60%);}
.api-icon{background:linear-gradient(135deg,hsla(30,100%,50%,0.2) 0%,hsla(30,100%,50%,0.1) 100%);border:1px solid hsla(30,100%,50%,0.3);}
.api-icon svg{color:hsl(30,100%,60%);}
.storage-icon{background:linear-gradient(135deg,hsla(270,90%,60%,0.2) 0%,hsla(270,90%,60%,0.1) 100%);border:1px solid hsla(270,90%,60%,0.3);}
.storage-icon svg{color:hsl(270,90%,70%);}
.infra-icons-strip{display:flex;flex-wrap:wrap;gap:0.75rem;justify-content:center;padding-top:1rem;border-top:1px solid hsla(0,0%,100%,0.1);}
.infra-icon-badge{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:hsla(0,0%,100%,0.05);border:1px solid hsla(0,0%,100%,0.1);border-radius:0.5rem;color:hsla(0,0%,100%,0.7);transition:all 0.2s ease;cursor:default;}
.infra-icon-badge:hover{background:hsla(200,100%,60%,0.1);border-color:hsla(200,100%,60%,0.3);color:hsl(200,100%,70%);}
.lock-badge{background:hsla(142,76%,36%,0.1);border-color:hsla(142,76%,36%,0.2);color:hsl(142,76%,50%);}
.deployment-options{display:flex;flex-direction:column;gap:1.5rem;}
.deployment-toggle-container{display:flex;align-items:center;justify-content:center;gap:1rem;}
.toggle-label{font-size:0.875rem;font-weight:600;color:hsla(0,0%,100%,0.5);transition:color 0.3s ease;cursor:pointer;}
.toggle-label.active{color:hsl(0,0%,100%);}
.deployment-toggle{position:relative;width:52px;height:28px;}
.toggle-checkbox{opacity:0;width:0;height:0;}
.toggle-slider{position:absolute;cursor:pointer;inset:0;background:hsla(200,100%,50%,0.3);border-radius:28px;transition:0.3s;}
.toggle-slider::before{position:absolute;content:"";height:20px;width:20px;left:4px;bottom:4px;background:white;border-radius:50%;transition:0.3s;box-shadow:0 2px 8px rgba(0,0,0,0.3);}
.toggle-checkbox:checked+.toggle-slider{background:hsla(270,100%,60%,0.4);}
.toggle-checkbox:checked+.toggle-slider::before{transform:translateX(24px);}
.deployment-card{background:linear-gradient(135deg,hsla(0,0%,100%,0.05) 0%,hsla(0,0%,100%,0.02) 100%);backdrop-filter:blur(20px);border:1px solid hsla(0,0%,100%,0.1);border-radius:1.25rem;padding:1.75rem;transition:all 0.4s ease;display:none;}
.deployment-card.active{display:block;}
.self-hosted-card.active{border-color:hsla(200,100%,60%,0.3);box-shadow:0 0 40px hsla(200,100%,50%,0.1);}
.cloud-card.active{border-color:hsla(270,100%,60%,0.3);box-shadow:0 0 40px hsla(270,100%,60%,0.1);}
.deployment-card-header{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1.25rem;}
.deployment-icon{width:48px;height:48px;flex-shrink:0;background:linear-gradient(135deg,hsl(200,100%,50%) 0%,hsl(220,100%,60%) 100%);border-radius:0.75rem;display:flex;align-items:center;justify-content:center;}
.deployment-icon svg{width:24px;height:24px;color:white;}
.deployment-icon.cloud-icon{background:linear-gradient(135deg,hsl(270,100%,60%) 0%,hsl(300,100%,50%) 100%);}
.deployment-header-text h4{font-size:1.25rem;font-weight:700;color:white;margin-bottom:0.25rem;}
.deployment-recommend-badge{display:inline-block;padding:0.25rem 0.625rem;background:linear-gradient(135deg,hsl(200,100%,50%) 0%,hsl(220,100%,60%) 100%);border-radius:9999px;font-size:0.6875rem;font-weight:700;color:white;text-transform:uppercase;letter-spacing:0.05em;}
.deployment-badge-secondary{display:inline-block;padding:0.25rem 0.625rem;background:hsla(270,100%,60%,0.2);border-radius:9999px;font-size:0.6875rem;font-weight:700;color:hsl(270,100%,70%);text-transform:uppercase;letter-spacing:0.05em;}
.deployment-benefit{display:flex;align-items:center;gap:0.75rem;padding:1rem;background:linear-gradient(135deg,hsla(200,100%,50%,0.15) 0%,hsla(200,100%,50%,0.05) 100%);border:1px solid hsla(200,100%,50%,0.2);border-radius:0.75rem;margin-bottom:1.25rem;}
.deployment-benefit svg{color:hsl(200,100%,60%);}
.deployment-benefit span{font-weight:600;color:hsl(200,100%,80%);font-size:0.9375rem;}
.benefit-secondary{background:linear-gradient(135deg,hsla(270,100%,60%,0.15) 0%,hsla(270,100%,60%,0.05) 100%);border-color:hsla(270,100%,60%,0.2);}
.benefit-secondary svg{color:hsl(270,100%,70%);}
.benefit-secondary span{color:hsl(270,100%,80%);}
.deployment-features{list-style:none;padding:0;margin:0 0 1.5rem 0;display:flex;flex-direction:column;gap:0.75rem;}
.deployment-features li{display:flex;align-items:center;gap:0.75rem;color:hsla(0,0%,100%,0.85);font-size:0.9375rem;}
.deployment-features li svg{width:18px;height:18px;color:hsl(142,76%,50%);flex-shrink:0;}
.deployment-cta .btn{width:100%;}
.deployment-cta .btn-secondary{background:transparent;border:1px solid hsla(0,0%,100%,0.2);color:white;}
.deployment-cta .btn-secondary:hover{background:hsla(0,0%,100%,0.05);border-color:hsla(0,0%,100%,0.4);}
.tech-specs-strip{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:1rem;margin-top:3rem;padding:1.5rem 2rem;background:hsla(0,0%,100%,0.02);border:1px solid hsla(0,0%,100%,0.08);border-radius:1rem;position:relative;z-index:2;}
.tech-specs-label{font-size:0.8125rem;font-weight:600;color:hsla(0,0%,100%,0.5);text-transform:uppercase;letter-spacing:0.08em;}
.tech-specs-badges{display:flex;flex-wrap:wrap;gap:0.75rem;justify-content:center;}
.tech-spec-badge{display:flex;align-items:center;gap:0.5rem;padding:0.5rem 0.875rem;background:hsla(0,0%,100%,0.05);border:1px solid hsla(0,0%,100%,0.1);border-radius:0.5rem;font-size:0.8125rem;font-weight:600;color:hsla(0,0%,100%,0.8);transition:all 0.2s ease;}
.tech-spec-badge:hover{background:hsla(200,100%,50%,0.1);border-color:hsla(200,100%,50%,0.3);color:hsl(200,100%,80%);}
.tech-spec-badge svg{color:hsl(200,100%,60%);}
@media (max-width:1023px){.architecture-diagram{height:250px;}.arch-center .arch-node-icon{width:56px;height:56px;}}
@media (max-width:640px){.infrastructure-section{padding:4rem 0;}.architecture-glass-card{padding:1.5rem;}.architecture-diagram{height:220px;}.arch-node-icon{width:40px;height:40px;}.arch-node-icon svg{width:20px;height:20px;}.arch-center .arch-node-icon{width:48px;height:48px;}.arch-node-label{font-size:0.6875rem;}.deployment-toggle-container{flex-wrap:wrap;}}
.tech-edge-section{padding:5rem 0;background:var(--background);}
.tech-edge-grid{display:grid;gap:1.5rem;}
@media (min-width:768px){.tech-edge-grid{grid-template-columns:repeat(2,1fr);}}
@media (min-width:1024px){.tech-edge-grid{grid-template-columns:repeat(4,1fr);}}
.tech-edge-card{padding:1.5rem;background:hsla(0,0%,100%,0.95);backdrop-filter:blur(12px);border:1px solid hsla(220,30%,20%,0.1);border-radius:1rem;text-align:center;}
.tech-edge-icon{width:3rem;height:3rem;margin:0 auto 1rem;background:linear-gradient(135deg,hsl(220 25% 10%) 0%,hsl(220 30% 20%) 100%);border-radius:0.75rem;display:flex;align-items:center;justify-content:center;}
.tech-edge-icon svg{width:1.5rem;height:1.5rem;color:var(--flamingo);}
.tech-edge-card h4{font-size:0.9375rem;font-weight:600;margin-bottom:0.5rem;}
.tech-edge-card p{font-size:0.8125rem;color:var(--muted-foreground);line-height:1.5;}
/*=== faq section ===*/
.faq-section{padding:5rem 0;background:linear-gradient(135deg,hsl(220 14% 96%) 0%,hsl(220 10% 92%) 100%);}
.faq-grid{max-width:48rem;margin:0 auto;}
.faq-item{background:white;border-radius:1rem;margin-bottom:1rem;overflow:hidden;border:1px solid hsla(220,30%,20%,0.1);}
.faq-question{width:100%;padding:1.25rem 1.5rem;background:transparent;border:none;display:flex;justify-content:space-between;align-items:center;cursor:pointer;text-align:left;font-size:1rem;font-weight:600;color:var(--foreground);transition:background 0.2s;}
.faq-question:hover{background:hsla(220,30%,20%,0.02);}
.faq-question svg{width:1.25rem;height:1.25rem;transition:transform 0.3s;flex-shrink:0;color:var(--muted-foreground);}
.faq-item.open .faq-question svg{transform:rotate(180deg);}
.faq-answer{max-height:0;overflow:hidden;transition:max-height 0.3s ease,padding 0.3s ease;}
.faq-item.open .faq-answer{max-height:300px;padding:0 1.5rem 1.5rem;}
.faq-answer p{color:var(--muted-foreground);font-size:0.9375rem;line-height:1.7;}
.final-cta{padding:5rem 0;background:linear-gradient(135deg,hsl(220 25% 10%) 0%,hsl(220 25% 6%) 100%);text-align:center;}
.final-cta .section-title{color:white;}
.final-cta .section-subtitle{color:hsla(0,0%,100%,0.7);}
.cta-buttons{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem;margin-top:2rem;}
.cta-microcopy{margin-top:1.5rem;font-size:0.875rem;color:hsla(0,0%,100%,0.5);}
.trust-bar{padding:2rem 0;background:hsla(220,30%,20%,0.02);border-bottom:1px solid hsla(220,30%,20%,0.05);}
.trust-bar-inner{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:2rem;}
.trust-item{display:flex;align-items:center;gap:0.5rem;font-size:0.875rem;color:var(--muted-foreground);font-weight:500;}
.trust-item svg{width:1.25rem;height:1.25rem;color:hsl(142,76%,36%);}
.integration-logos{display:flex;flex-wrap:wrap;justify-content:center;gap:1.5rem;margin-top:2rem;padding:1.5rem;background:hsla(220,30%,20%,0.02);border-radius:1rem;}
.integration-logo{font-size:0.875rem;font-weight:600;color:var(--muted-foreground);opacity:0.7;transition:opacity 0.2s;}
.integration-logo:hover{opacity:1;}
.pricing-visual{margin-top:2rem;padding:2rem;background:hsla(0,0%,100%,0.05);border-radius:1rem;border:1px solid hsla(0,0%,100%,0.1);}
.pricing-bar-wrapper{margin-bottom:1.5rem;}
.pricing-bar-label{display:flex;justify-content:space-between;margin-bottom:0.5rem;font-size:0.875rem;color:hsla(0,0%,100%,0.8);}
.pricing-bar{height:2rem;border-radius:0.5rem;background:hsla(0,0%,100%,0.1);overflow:hidden;}
.pricing-bar-fill{height:100%;border-radius:0.5rem;display:flex;align-items:center;justify-content:flex-end;padding-right:0.75rem;font-size:0.75rem;font-weight:600;color:white;}
.pricing-bar-fill.zapier{width:100%;background:linear-gradient(90deg,hsl(0 70% 50%),hsl(0 60% 45%));}
.pricing-bar-fill.n8n{width:35%;background:linear-gradient(90deg,hsl(142 76% 36%),hsl(142 70% 45%));}
@media (max-width:768px){.hero-grid{grid-template-columns:1fr;gap:2rem;}.hero-title{font-size:2rem;line-height:1.15;}.hero-subtitle{font-size:1rem;}.hero-stats{gap:1.5rem;flex-wrap:wrap;}.hero-stat-value{font-size:1.25rem;}.hero-cta{flex-direction:column;}.hero-cta .btn{width:100%;justify-content:center;}.objection-badges{flex-wrap:wrap;gap:0.5rem;}.objection-badge{font-size:0.75rem;padding:0.375rem 0.75rem;}.hero-visual{display:none;}.section-title{font-size:1.75rem;}.section-subtitle{font-size:0.9375rem;}.bento-grid{grid-template-columns:1fr !important;}.comparison-grid{grid-template-columns:1fr;}.n8n-features-grid{grid-template-columns:1fr;}.case-study-grid{grid-template-columns:1fr;}.tech-edge-grid{grid-template-columns:repeat(2,1fr);}.cta-buttons{flex-direction:column;align-items:stretch;}.cta-buttons .btn{width:100%;justify-content:center;}.process-timeline::before{left:1.5rem;}.process-step{display:block;padding-left:4rem;}.process-step-number{left:0;transform:none;}.process-step-content{text-align:left !important;}}
@media (max-width:480px){.hero{min-height:auto;padding-bottom:3rem;}.hero-title{font-size:1.75rem;}.hero-badge{font-size:0.75rem;padding:0.375rem 0.75rem;}.section-header{padding:0 0.5rem;}.section-title{font-size:1.5rem;}.bento-card{padding:1.25rem;}.final-cta{padding:3rem 0;}.final-cta .section-title{font-size:1.375rem;}.tech-edge-grid{grid-template-columns:1fr;}}
 /* Execution Stats Dashboard */
    .execution-stats-section {
      padding: 0;
      background: hsl(220 20% 8%);
      border-top: 1px solid hsla(0, 0%, 100%, 0.06);
      border-bottom: 1px solid hsla(0, 0%, 100%, 0.06);
    }

    .execution-stats-bar {
      display: flex;
      align-items: stretch;
      gap: 0;
      padding: 1.75rem 2rem;
      background: hsla(0, 0%, 100%, 0.02);
      border-radius: 0.75rem;
      margin: 2rem 0;
    }

    .exec-stat-item {
      flex: 1;
      padding: 0 1.5rem;
    }

    .exec-stat-divider {
      width: 1px;
      background: hsla(0, 0%, 100%, 0.1);
      align-self: stretch;
    }

    .exec-stat-label {
      font-size: 0.8125rem;
      font-weight: 500;
      color: hsla(0, 0%, 100%, 0.6);
      margin-bottom: 0.5rem;
      display: flex;
      flex-direction: column;
      gap: 0.125rem;
    }

    .exec-stat-period {
      font-size: 0.6875rem;
      color: hsla(0, 0%, 100%, 0.35);
      font-weight: 400;
    }

    .exec-stat-row {
      display: flex;
      align-items: baseline;
      gap: 0.75rem;
    }

    .exec-stat-number {
      font-size: 2rem;
      font-weight: 700;
      color: hsl(0, 0%, 100%);
      font-variant-numeric: tabular-nums;
      line-height: 1;
    }

    .exec-stat-delta {
      font-size: 0.75rem;
      font-weight: 600;
      white-space: nowrap;
    }

    .exec-stat-delta.positive {
      color: hsl(142, 70%, 50%);
    }

    .exec-stat-delta.negative {
      color: hsl(0, 80%, 60%);
    }

    @media (max-width: 1023px) {
      .execution-stats-bar {
        flex-wrap: wrap;
        gap: 1rem;
        padding: 1.5rem;
      }

      .exec-stat-item {
        flex: 1 1 calc(50% - 1rem);
        min-width: 140px;
        padding: 0.75rem;
      }

      .exec-stat-divider {
        display: none;
      }

      .exec-stat-number {
        font-size: 1.5rem;
      }
    }

    @media (max-width: 480px) {
      .exec-stat-item {
        flex: 1 1 100%;
      }
    }