.bakery-page{-webkit-font-smoothing:auto;-moz-osx-font-smoothing:auto;background-color:#0b0a12;min-height:100vh}.bakery-page>.content{max-width:80rem;margin-left:auto;margin-right:auto;padding:5rem 1rem}.bakery-page>.content>*+*{margin-top:4rem}
.button{white-space:nowrap;border-radius:var(--radius-md,6px);cursor:pointer;justify-content:center;align-items:center;gap:.5rem;font-size:.875rem;font-weight:500;transition:background-color .2s ease-in-out,color .2s ease-in-out,border-color .2s ease-in-out;display:inline-flex}.button:focus-visible{outline:2px solid hsl(var(--ring));outline-offset:2px}.button:disabled{pointer-events:none;opacity:.5}.button svg{pointer-events:none;flex-shrink:0;width:1rem;height:1rem}.default{background-color:hsl(var(--primary));color:hsl(var(--primary-foreground))}.default:hover{background-color:hsl(var(--primary)/.9)}.destructive{background-color:hsl(var(--destructive));color:hsl(var(--destructive-foreground))}.destructive:hover{background-color:hsl(var(--destructive)/.9)}.outline{border:1px solid hsl(var(--input));background-color:hsl(var(--background))}.outline:hover{background-color:hsl(var(--accent));color:hsl(var(--accent-foreground))}.secondary{background-color:hsl(var(--secondary));color:hsl(var(--secondary-foreground))}.secondary:hover{background-color:hsl(var(--secondary)/.8)}.ghost:hover{background-color:hsl(var(--accent));color:hsl(var(--accent-foreground))}.link{color:hsl(var(--primary));text-underline-offset:4px;text-decoration:underline}.link:hover{text-decoration-thickness:2px}.sizeDefault{height:2.5rem;padding:.5rem 1rem}.sizeSm{border-radius:var(--radius-sm,4px);height:2.25rem;padding:.5rem .75rem}.sizeLg{height:2.75rem;padding:.5rem 2rem}.sizeIcon{width:2.5rem;height:2.5rem}
@keyframes heroFadeIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.heroSection{background-image:radial-gradient(circle at 60% 55%,#46266f11 0%,#0000 90%),radial-gradient(circle at 35% 40%,#794a1011 0%,#0000 70%),radial-gradient(circle at 70% 30%,#792e5f11 0%,#0000 80%),linear-gradient(135deg,#0b0a12,#1c1728);border-radius:1rem;width:100%;padding:4rem 2rem;position:relative;overflow:hidden;box-shadow:0 25px 50px -12px #00000040}.heroSection .gradientOverlay{pointer-events:none;opacity:1;background:radial-gradient(circle at var(--x,50%)var(--y,50%),#6c3aae11 0%,transparent 90%),radial-gradient(circle at calc(var(--x,50%) - 15%)calc(var(--y,50%) - 10%),#c4751511 0%,transparent 90%),radial-gradient(circle at calc(var(--x,50%) + 20%)calc(var(--y,50%) - 15%),#ff6bcb11 0%,transparent 90%);z-index:0;mix-blend-mode:lighten;width:100%;height:100%;transition:opacity .3s,background .3s;position:absolute;top:0;left:0}.heroSection:hover .gradientOverlay{opacity:1;background:radial-gradient(circle at var(--x,50%)var(--y,50%),#46266f 0%,transparent 60%),radial-gradient(circle at calc(var(--x,50%) - 15%)calc(var(--y,50%) - 10%),#794a10 0%,transparent 50%),radial-gradient(circle at calc(var(--x,50%) + 20%)calc(var(--y,50%) - 15%),#792e5f 0%,transparent 50%);z-index:0;mix-blend-mode:lighten}.heroSection .container{z-index:1;max-width:80rem;margin-left:auto;margin-right:auto;position:relative}.heroSection .grid{grid-template-columns:repeat(1,minmax(0,1fr));align-items:center;gap:2rem;display:grid}@media (min-width:1024px){.heroSection .grid{grid-template-columns:repeat(12,minmax(0,1fr));gap:3rem}}.heroSection .textContent{text-align:center}.heroSection .textContent>*+*{margin-top:1.5rem}@media (min-width:1024px){.heroSection .textContent{text-align:left;grid-column:span 7/span 7}}.heroSection .superheading{color:#ebebffd9;text-transform:uppercase;font-size:2.5rem;font-weight:700}@media (min-width:768px){.heroSection .superheading{font-size:2.5rem}}.heroSection .heading{font-size:2.25rem;font-weight:700}@media (min-width:768px){.heroSection .heading{font-size:3rem}}@media (min-width:1024px){.heroSection .heading{font-size:3.75rem}}.heroSection .headingGradient{color:#0000;background-image:linear-gradient(135deg,#ff8c00,#ff4c00);-webkit-background-clip:text;background-clip:text}.heroSection .bodyText{color:#fff;max-width:30rem;font-size:1.125rem;line-height:1.75}@media (min-width:768px){.heroSection .bodyText{font-size:1.25rem}}@media (min-width:1024px){.heroSection .bodyText{max-width:33rem}}.heroSection .buttonGroup{flex-direction:column;justify-content:center;gap:1rem;padding-top:1rem;display:flex}@media (min-width:640px){.heroSection .buttonGroup{flex-direction:row}}@media (min-width:1024px){.heroSection .buttonGroup{justify-content:flex-start}}.heroSection .primaryButton{background-image:linear-gradient(135deg,#ff8c00,#ff4c00);transition-property:all;transition-duration:.3s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.heroSection .primaryButton:hover{background-image:linear-gradient(90deg,#ea580c,#d97706);transform:scale(1.05)}.heroSection .secondaryButton{color:#fff;border:2px solid #4b5563;transition-property:all;transition-duration:.3s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.heroSection .secondaryButton:hover{color:#fff;background-color:#fb923c1a;border-color:#f97316}.heroSection .imageContent{justify-content:center;display:flex}@media (min-width:1024px){.heroSection .imageContent{grid-column:span 5/span 5;justify-content:flex-end}}.heroSection .orangeText{color:#0000;background-image:linear-gradient(135deg,#ff8c00,#ff4c00);-webkit-background-clip:text;background-clip:text;font-weight:700}.heroSection .imageWrapper{width:120%;position:relative;min-width:34rem!important}@media (min-width:1024px){.heroSection .imageWrapper{max-width:32rem}}.heroSection .image{border-radius:.5rem;width:100%;height:auto;animation:.3s ease-out heroFadeIn}.heroSection .imagePlaceholder{aspect-ratio:1;opacity:.2;background-image:linear-gradient(135deg,#ff8c00,#ff4c00);border-radius:9999px;justify-content:center;align-items:center;width:100%;animation:2s cubic-bezier(.4,0,.6,1) infinite pulse;display:flex}.heroSection .placeholderIcon{color:#fff}
@keyframes tabFadeIn{0%{opacity:0}to{opacity:1}}.tabSelector{background-color:#1f1c2c;border-radius:.75rem;padding:2rem}.tabSelector>*+*{margin-top:2rem}.tabSelector .tabRow{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}@media (min-width:1024px){.tabSelector .tabRow{justify-content:space-between}}.tabSelector .tabButton{text-align:left;background-color:#2a2733;border:2px solid #0000;border-radius:.5rem;flex:1;min-width:200px;max-width:240px;padding:1rem;transition-property:all;transition-duration:.3s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.tabSelector .tabButton:hover{background-color:#4b5563}.tabSelector .tabButtonSelected{border-color:#f97316;box-shadow:0 10px 15px -3px #f9731633,0 4px 6px -2px #f9731633}.tabSelector .tabButtonContent{align-items:center;gap:.5rem;margin-bottom:.5rem;display:flex}.tabSelector .tabIcon{color:#fb923c;width:1rem;height:1rem}.tabSelector .tabIcon svg{width:100%;height:100%}.tabSelector .tabTitle{color:#fff;font-size:.875rem;font-weight:600}.tabSelector .tabSubtitle{color:#ebebffd9;font-size:.75rem;line-height:1.625}.tabSelector .contentArea{background-color:#11182780;border-radius:.5rem;justify-content:center;align-items:center;min-height:300px;display:flex;position:relative;overflow:hidden}@media (min-width:1024px){.tabSelector .contentArea{min-height:400px}}.tabSelector .dottedOverlay{opacity:.2;background-image:radial-gradient(circle,#666 1px,#0000 1px);background-size:20px 20px;position:absolute;inset:0}.tabSelector .innerShadow{background-image:linear-gradient(to bottom right,#0000,#0000,#0000004d);border-radius:.5rem;position:absolute;inset:0}.tabSelector .content{z-index:10;text-align:center;padding:2rem;position:relative}.tabSelector .image{width:100%;margin-left:auto;margin-right:auto;animation:.5s ease-out tabFadeIn}.tabSelector .fallbackContent{animation:.5s ease-out tabFadeIn}.tabSelector .fallbackIconWrapper{opacity:.6;background-image:linear-gradient(135deg,#ff8c00,#ff4c00);border-radius:9999px;justify-content:center;align-items:center;width:8rem;height:8rem;margin-bottom:1rem;margin-left:auto;margin-right:auto;display:flex}.tabSelector .fallbackIcon{color:#fff;width:4rem;height:4rem}.tabSelector .fallbackTitle{color:#fff;margin-bottom:.5rem;font-size:1.25rem;font-weight:600}.tabSelector .fallbackSubtitle{color:#ebebffd9}
.featureGridSection{background-color:#0b0a12;border-radius:1rem;padding:3rem}@media (max-width:1024px){.featureGridSection{padding:2rem}}@media (max-width:600px){.featureGridSection{padding:1rem}}.featureGridSection .grid{grid-template-rows:repeat(2,1fr);grid-template-columns:repeat(2,1fr);gap:.5rem;display:grid}@media (max-width:1024px){.featureGridSection .grid{grid-template-rows:none;grid-template-columns:1fr;gap:1rem}}.featureGridSection .card{-webkit-backdrop-filter:blur(8px);background:#1e1628b3;border:1.5px solid #ffffff2e;border-radius:20px;padding:2rem;position:relative;overflow:hidden;box-shadow:0 4px 32px #1f26871a}@media (max-width:1024px){.featureGridSection .card{padding:1.5rem}}@media (max-width:600px){.featureGridSection .card{border-radius:1rem;padding:1rem}}.featureGridSection .card:before{content:"";pointer-events:none;z-index:2;mix-blend-mode:lighten;background:linear-gradient(120deg,#ffffff2e 0%,#ac94ff2e 100%);border-radius:20px;padding:1.5px;position:absolute;inset:0}@media (max-width:600px){.featureGridSection .card:before{border-radius:1rem}}@media (min-width:1024px){.featureGridSection .cardB{grid-area:span 2/span 1}.featureGridSection .cardA,.featureGridSection .cardC{grid-area:span 1/span 1}}@media (max-width:1024px){.featureGridSection .cardA,.featureGridSection .cardB,.featureGridSection .cardC{grid-area:auto}}.featureGridSection .selfHostedBadge{color:#fff;z-index:2;background-color:#4b5563;border-radius:.375rem;padding:.25rem .5rem;font-family:monospace;font-size:.75rem;position:absolute;top:1rem;left:1rem}.featureGridSection .iconBg{color:#fff;position:relative}.featureGridSection .iconA{opacity:.2;width:3rem;height:3rem;position:absolute;top:1rem;right:1rem}.featureGridSection .iconB,.featureGridSection .iconC{width:2rem;height:2rem}.featureGridSection .cardContent{z-index:1;flex-direction:column;gap:1rem;display:flex;position:relative}.featureGridSection .cardTitle{color:#fff;font-size:1.25rem;font-weight:700;line-height:1.2}@media (min-width:1024px){.featureGridSection .cardTitle{font-size:1.5rem}}@media (max-width:600px){.featureGridSection .cardTitle{font-size:1.1rem}}.featureGridSection .cardBody{color:#ebebffd9;line-height:1.625}@media (max-width:600px){.featureGridSection .cardBody{font-size:.95rem}}.featureGridSection .list{flex-direction:column;gap:.5rem;display:flex}.featureGridSection .listItem{color:#ebebffd9;align-items:center;gap:.75rem;display:flex}@media (max-width:600px){.featureGridSection .listItem{font-size:.95rem}}.featureGridSection .bullet{background-color:#4ade80;border-radius:9999px;flex-shrink:0;width:.5rem;height:.5rem}.featureGridSection .button{color:#fff;cursor:pointer;background-image:linear-gradient(135deg,#ff8c00,#ff4c00);border:none;border-radius:.5rem;padding:.5rem 1.5rem;font-size:1rem;font-weight:600;transition:all .3s}.featureGridSection .button:hover{background-image:linear-gradient(90deg,#ea580c,#d97706)}@media (max-width:600px){.featureGridSection .button{padding:.5rem 1rem;font-size:.95rem}}.featureGridSection .chatBubbles{flex-direction:column;gap:.5rem;margin-top:1.5rem;display:flex}.featureGridSection .bubbleUser{background-color:#37415180;border-radius:.5rem;margin-left:2rem;padding:.75rem}.featureGridSection .bubbleBot{background-color:#2563eb4d;border-radius:.5rem;margin-right:2rem;padding:.75rem}.featureGridSection .bubbleUserText{color:#fff;font-size:.875rem}.featureGridSection .bubbleBotText{color:#bfdbfe;font-size:.875rem}.featureGridSection .gradientOverlay{pointer-events:none;opacity:1;background:radial-gradient(circle at calc(var(--x,50%) + 10%)calc(var(--y,50%) + 5%),#6c3aae11 0%,transparent 90%),radial-gradient(circle at calc(var(--x,50%) - 15%)calc(var(--y,50%) - 10%),#c4751511 0%,transparent 90%),radial-gradient(circle at calc(var(--x,50%) + 20%)calc(var(--y,50%) - 15%),#ff6bcb11 0%,transparent 90%);z-index:0;mix-blend-mode:lighten;width:100%;height:100%;transition:opacity .3s,background .3s;position:absolute;top:0;left:0}.featureGridSection .card:hover .gradientOverlay{opacity:1;background:radial-gradient(circle at calc(var(--x,50%) + 10%)calc(var(--y,50%) + 5%),#46266f 0%,transparent 90%),radial-gradient(circle at calc(var(--x,50%) - 15%)calc(var(--y,50%) - 10%),#794a10 0%,transparent 70%),radial-gradient(circle at calc(var(--x,50%) + 20%)calc(var(--y,50%) - 15%),#792e5f 0%,transparent 80%);z-index:0;mix-blend-mode:lighten}.featureGridSection .featureGridHeadingWrapper{text-align:center;width:100%;margin-bottom:2.5rem}@media (max-width:600px){.featureGridSection .featureGridHeadingWrapper{margin-bottom:1.5rem}}.featureGridSection .featureGridHeading{letter-spacing:-.01em;max-width:900px;margin:0 auto;font-size:2.5rem;font-weight:700;line-height:1.1}@media (max-width:1024px){.featureGridSection .featureGridHeading{font-size:2rem}}@media (max-width:600px){.featureGridSection .featureGridHeading{font-size:1.3rem}}.featureGridSection .featureGridHeadingTop{color:#d3d3e5;font-size:2.5rem;font-weight:600;display:block}@media (max-width:1024px){.featureGridSection .featureGridHeadingTop{font-size:2rem}}@media (max-width:600px){.featureGridSection .featureGridHeadingTop{font-size:1.3rem}}.featureGridSection .featureGridHeadingBottom{background:linear-gradient(90deg,#ff8c00 0%,#ff4c00 100%);-webkit-text-fill-color:transparent;color:#0000;-webkit-background-clip:text;background-clip:text;margin-top:.2em;font-size:2.5rem;font-weight:700;display:block}@media (max-width:1024px){.featureGridSection .featureGridHeadingBottom{font-size:2rem}}@media (max-width:600px){.featureGridSection .featureGridHeadingBottom{font-size:1.3rem}}
.stickyScrollSection{width:100%;min-height:10vh;position:relative;margin:5rem 0!important}.stickyScrollSection .stickyWhite{z-index:2;background:#f8f8f6;border-radius:1.5rem;justify-content:center;align-items:center;min-height:80vh;transition:box-shadow .3s;display:flex;position:sticky;top:0;overflow:hidden;box-shadow:0 4px 32px #1f26871a;margin-top:4rem!important}.stickyScrollSection .whiteContent{text-align:left;max-width:700px;margin:0 auto;padding:2rem}.stickyScrollSection .darkSection{z-index:3;background:#0d0b18;border-radius:1.5rem;justify-content:center;align-items:center;min-height:100vh;margin-top:4rem;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 32px #1f26871a}.stickyScrollSection .darkContent{color:#fff;text-align:left;max-width:700px;margin:0 auto;padding:4rem 2rem}.stickyScrollSection .ctaButton{color:#fff;cursor:pointer;background-image:linear-gradient(135deg,#3b82f6,#8b5cf6);border:none;border-radius:.5rem;margin-top:2rem;padding:.5rem 1.5rem;font-size:1rem;font-weight:600;transition:background-image .3s}.stickyScrollSection .ctaButton:hover{background-image:linear-gradient(90deg,#2563eb,#7c3aed)}@media (max-width:800px){.stickyScrollSection .whiteContent,.stickyScrollSection .darkContent{padding:2rem 1rem}.stickyScrollSection .stickyWhite,.stickyScrollSection .darkSection{border-radius:1rem}}.stickyScrollSection .whiteContentGrid{grid-template-columns:1fr;align-items:center;gap:2.5rem;width:100%;max-width:1200px;margin:0 auto;display:grid}@media (min-width:1024px){.stickyScrollSection .whiteContentGrid{grid-template-columns:1fr 1fr;gap:3rem}}.stickyScrollSection .leftContent{flex-direction:column;gap:2.5rem;display:flex}.stickyScrollSection .headingGroup{flex-direction:column;gap:1.5rem;display:flex}.stickyScrollSection .heading{color:#181526;margin-bottom:.5rem;font-size:2.5rem;font-weight:700;line-height:1.1}@media (min-width:1024px){.stickyScrollSection .heading{font-size:3rem}}.stickyScrollSection .headingSub{color:#6b7280;font-weight:600}.stickyScrollSection .description{color:#6b7280;max-width:32rem;font-size:1.125rem;line-height:1.7}.stickyScrollSection .featureList{flex-direction:column;gap:1.2rem;display:flex}.stickyScrollSection .featureItem{align-items:flex-start;gap:.75rem;display:flex}.stickyScrollSection .featureIcon{color:#9ca3af;flex-shrink:0;margin-top:.25rem;font-size:1rem}.stickyScrollSection .featureTitle{color:#181526;font-weight:600}.stickyScrollSection .featureDesc{color:#6b7280;font-weight:400}.stickyScrollSection .rightContent{justify-content:center;align-items:center;display:flex}.stickyScrollSection .workflowCard{background:#fff;border:1px solid #e5e7eb;border-radius:1.5rem;min-width:320px;max-width:400px;padding:2rem;position:relative;box-shadow:0 8px 32px #1f26871a}.stickyScrollSection .workflowNodes{flex-direction:column;gap:2.5rem;display:flex;position:relative}.stickyScrollSection .nodeRow{justify-content:space-between;align-items:center;display:flex}.stickyScrollSection .nodeBlue{background:#dbeafe;border-radius:.75rem;align-items:center;gap:.75rem;padding:1rem 1.5rem;display:flex}.stickyScrollSection .nodeDotBlue{background:#3b82f6;border-radius:9999px;width:.75rem;height:.75rem}.stickyScrollSection .nodeGreen{background:#d1fae5;border-radius:.75rem;align-items:center;gap:.75rem;padding:1rem 1.5rem;display:flex}.stickyScrollSection .nodeDotGreen{background:#22c55e;border-radius:9999px;width:.75rem;height:.75rem}.stickyScrollSection .nodeLabel{color:#374151;font-size:1rem;font-weight:500}.stickyScrollSection .nodeLine{border-top:1.5px solid #d1d5db;flex:1;margin:0 1rem}.stickyScrollSection .codeOverlayWrapper{pointer-events:none;width:16rem;height:6rem;position:absolute;top:-1rem;right:-1rem}.stickyScrollSection .codeOverlay{color:#fff;background:#181526;border-radius:.75rem;flex-direction:column;gap:.2rem;width:100%;height:100%;padding:.75rem 1rem;font-family:Fira Mono,Menlo,Monaco,Consolas,monospace;font-size:.85rem;display:flex;position:absolute;top:0;right:0;transform:rotate(3deg);box-shadow:0 4px 16px #00000026}.stickyScrollSection .codeLine{font-size:.85rem;line-height:1.2}.stickyScrollSection .codeOrange{color:#fb923c}.stickyScrollSection .codeBlue{color:#60a5fa}.stickyScrollSection .codePurple{color:#a78bfa}@media (max-width:1024px){.stickyScrollSection .whiteContentGrid{grid-template-columns:1fr;gap:2rem}.stickyScrollSection .rightContent{margin-top:2rem}}@media (max-width:600px){.stickyScrollSection .heading{font-size:1.5rem}.stickyScrollSection .workflowCard{min-width:220px;max-width:100%;padding:1rem}.stickyScrollSection .codeOverlayWrapper{width:10rem;height:4rem}}.stickyScrollSection .heroContainer{color:#fff;background-color:#0d0b18;grid-template-columns:repeat(12,1fr);align-items:center;gap:2rem;min-height:600px;padding:4rem 2rem;display:grid}.stickyScrollSection .content{grid-column:span 6}.stickyScrollSection .content h1{margin-bottom:1rem;font-size:3rem;font-weight:700}.stickyScrollSection .content p{color:#d1d1d1;margin-bottom:2rem;font-size:1.125rem}.stickyScrollSection .features{grid-template-columns:1fr 1fr;gap:1rem;margin:0 0 2rem;padding:0;list-style:none;display:grid}.stickyScrollSection .features li{align-items:flex-start;display:flex}.stickyScrollSection .check{flex-shrink:0;width:1.5rem;height:1.5rem;margin-right:.75rem}.stickyScrollSection .features strong{font-size:1rem;font-weight:600;display:block}.stickyScrollSection .features span{color:#b3b3b3;font-size:.875rem;display:block}.stickyScrollSection .ctaButton{cursor:pointer;color:#fff;background:linear-gradient(90deg,#4e7dfc 0%,#8f38ff 100%);border:none;border-radius:.5rem;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;transition:opacity .2s}.stickyScrollSection .ctaButton:hover{opacity:.9}.stickyScrollSection .visual{grid-column:span 6;justify-content:center;align-items:center;display:flex;position:relative}.stickyScrollSection .centralCircle{background:radial-gradient(#ffffff0d,#0000);border:2px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:14rem;height:14rem;display:flex;position:relative}.stickyScrollSection .icon{color:#9fa2b4;width:3rem;height:3rem}.stickyScrollSection .line{background-color:#ffffff0d;width:8rem;height:2px;position:absolute}.stickyScrollSection .line:nth-child(2){top:50%;left:calc(50% + 7rem)}.stickyScrollSection .line:nth-child(3){top:50%;right:calc(50% + 7rem);transform:rotate(180deg)}.stickyScrollSection .line:nth-child(4){top:calc(50% + 7rem);left:50%;transform:rotate(90deg)}.stickyScrollSection .line:nth-child(5){bottom:calc(50% + 7rem);left:50%;transform:rotate(-90deg)}@media (max-width:1024px){.stickyScrollSection .heroContainer{grid-template-columns:1fr;gap:2rem;padding:2rem 1rem}.stickyScrollSection .content,.stickyScrollSection .visual{grid-column:span 12}.stickyScrollSection .visual{margin-top:2rem}}@media (max-width:600px){.stickyScrollSection .heroContainer{padding:1rem .5rem}.stickyScrollSection .centralCircle{width:8rem;height:8rem}.stickyScrollSection .icon{width:2rem;height:2rem}}@media (max-width:1024px){.stickyScrollSection .whiteContentGrid{gap:2rem;padding:0 1rem;grid-template-columns:1fr!important}.stickyScrollSection .leftContent,.stickyScrollSection .rightContent{width:100%}.stickyScrollSection .rightContent{justify-content:flex-start;margin-top:1.5rem}.stickyScrollSection .workflowCard{max-width:100%;padding:1.5rem}.stickyScrollSection .codeOverlayWrapper{width:12rem;height:5rem;top:-.5rem;right:-.5rem}.stickyScrollSection .codeOverlayWrapper .codeOverlay{padding:.5rem;font-size:.75rem}.stickyScrollSection .heading{font-size:2rem}}@media (max-width:600px){.stickyScrollSection .stickyWhite{border-radius:1rem;min-height:60vh;margin-top:2rem!important}.stickyScrollSection .heading{font-size:1.5rem;line-height:1.2}.stickyScrollSection .description{max-width:100%;font-size:1rem}.stickyScrollSection .featureList{gap:1rem}.stickyScrollSection .featureTitle{font-size:.95rem}.stickyScrollSection .featureDesc{font-size:.85rem}.stickyScrollSection .workflowCard{padding:1rem}.stickyScrollSection .nodeRow{flex-direction:column;align-items:flex-start;gap:.5rem}.stickyScrollSection .nodeLine{display:none}}@media (max-width:1024px){.stickyScrollSection .heroContainer{min-height:auto;padding:2rem 1rem;grid-template-columns:1fr!important}.stickyScrollSection .content,.stickyScrollSection .visual{grid-column:span 12}.stickyScrollSection .features{grid-template-columns:1fr}.stickyScrollSection .centralCircle{width:10rem;height:10rem}.stickyScrollSection .line{display:none}}@media (max-width:600px){.stickyScrollSection .darkSection{border-radius:1rem;margin-top:2rem;padding:1.5rem 1rem}.stickyScrollSection .content h1{font-size:2rem}.stickyScrollSection .content p{font-size:1rem}.stickyScrollSection .features li{flex-direction:column;gap:.5rem}.stickyScrollSection .check{width:1.2rem;height:1.2rem}.stickyScrollSection .ctaButton{text-align:center;width:100%;padding:.75rem 0}.stickyScrollSection .centralCircle{width:6rem;height:6rem}.stickyScrollSection .icon{width:1.5rem;height:1.5rem}}
.contact-container{-webkit-backdrop-filter:blur(10px);color:#fff;text-align:center;background:#0b0a12;border-radius:12px;padding:10rem 1.5rem}.contact-title{background:linear-gradient(90deg,#ff3a82,#5233ff);-webkit-text-fill-color:transparent;text-shadow:0 4px 12px #5233ff4d;-webkit-background-clip:text;background-clip:text;margin-bottom:1.5rem;font-size:2.8rem;font-weight:700}.contact-title span{color:#ff3a82}.contact-description{color:#ccc;margin-bottom:2.5rem;font-size:1.2rem;font-style:italic}.contact-content{flex-wrap:wrap;justify-content:center;align-items:center;gap:2.5rem;display:flex}.contact-info{flex-direction:column;align-items:center;gap:1.5rem;display:flex}.contact-card{text-align:center;color:#fff;background:#282828;border:1px solid #333;border-radius:12px;width:280px;padding:1.5rem;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;box-shadow:0 8px 24px #0000004d}.contact-card:hover{border-color:#5233ff;transform:translateY(-8px)scale(1.02);box-shadow:0 12px 32px #0006}.contact-card h3{color:#fff;margin-top:10px;font-size:1.3rem}.contact-card p,.contact-card a{word-wrap:break-word;overflow-wrap:break-word;color:#ccc;max-width:300px;padding-top:.4rem;font-size:.95rem}.contact-card a{color:#ff3a82;text-decoration:underline}.contact-form{color:#fff;background:#282828;border:1px solid #333;border-radius:12px;flex-direction:column;gap:1.2rem;width:100%;max-width:450px;padding:3rem 2rem;display:flex;box-shadow:0 8px 24px #0000004d}.input-wrapper{background:#232323;border:1px solid #444;border-radius:6px;padding:12px;box-shadow:0 1px 5px #0000001a}.input-wrapper input,.input-wrapper textarea{color:#fff;background:#232323;border:none;outline:none;width:100%;font-size:1rem}.input-wrapper textarea{resize:none;height:100px}.contact-form button{color:#fff;cursor:pointer;background:linear-gradient(90deg,#ff3a82,#5233ff);border:none;border-radius:8px;justify-content:center;align-items:center;margin-top:.5rem;padding:12px 20px;font-size:1.2rem;font-weight:700;transition:background .3s,box-shadow .3s,scale .3s;display:flex;box-shadow:0 4px 16px #5233ff26}.contact-form button:disabled{cursor:not-allowed;opacity:.7}.contact-form button:hover{background:linear-gradient(90deg,#5233ff,#ff3a82);scale:.97;box-shadow:0 8px 24px #ff3a8226}@media (max-width:768px){.contact-content{flex-direction:column;align-items:center;gap:1.5rem}.contact-form{border-radius:10px;max-width:100%;padding:1.5rem .5rem}.contact-card{width:100%;max-width:320px;padding:1.5rem .5rem}.contact-title{font-size:2rem}}@media (max-width:480px){.contact-container{padding:6rem .5rem}.contact-title{font-size:1.3rem}}.submit-loader{display:inline-block;width:1.4em!important;height:1.4em!important}.submitting{opacity:.6;pointer-events:none;cursor:not-allowed!important}
