.Components-module__E1xsiG__header{z-index:100;background:var(--header-bg);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--card-border);width:100%;position:fixed;top:0;left:0}.Components-module__E1xsiG__navContainer{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:1.25rem 2rem;display:flex}.Components-module__E1xsiG__logo{letter-spacing:-.03em;background:linear-gradient(135deg, var(--heading-color) 40%, var(--primary) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;font-size:1.5rem;font-weight:800}.Components-module__E1xsiG__navLinks{align-items:center;gap:2rem;display:flex}.Components-module__E1xsiG__navLink{color:var(--foreground-muted);font-size:.95rem;font-weight:500}.Components-module__E1xsiG__navLink:hover{color:var(--heading-color)}.Components-module__E1xsiG__adminBtn{border:1px solid var(--card-border);color:var(--heading-color);cursor:pointer;background:#ffffff0d;border-radius:9999px;padding:.5rem 1.2rem;font-size:.9rem;font-weight:500;transition:all .3s}.Components-module__E1xsiG__adminBtn:hover{background:var(--primary);border-color:var(--primary);box-shadow:0 0 15px #6366f166}.Components-module__E1xsiG__hero{justify-content:center;align-items:center;min-height:100vh;padding:8rem 2rem 4rem;display:flex;position:relative;overflow:hidden}.Components-module__E1xsiG__heroContent{z-index:2;text-align:center;max-width:900px;position:relative}.Components-module__E1xsiG__badge{color:#a5b4fc;letter-spacing:.05em;text-transform:uppercase;background:#6366f11a;border:1px solid #6366f133;border-radius:9999px;margin-bottom:2rem;padding:.4rem 1rem;font-size:.85rem;font-weight:600;display:inline-block}.Components-module__E1xsiG__heroTitle{margin-bottom:1.5rem;font-size:3.5rem;line-height:1.15}@media (max-width:768px){.Components-module__E1xsiG__heroTitle{font-size:2.5rem}}.Components-module__E1xsiG__heroSubtitle{color:var(--foreground-muted);max-width:700px;margin-bottom:2.5rem;margin-left:auto;margin-right:auto;font-size:1.2rem;line-height:1.6}.Components-module__E1xsiG__ctaBtn{background:linear-gradient(135deg, var(--primary) 0%, #7c3aed 100%);color:#fff;cursor:pointer;border:none;border-radius:8px;padding:1rem 2.2rem;font-size:1.05rem;font-weight:600;transition:all .3s cubic-bezier(.16,1,.3,1);box-shadow:0 4px 20px #6366f14d}.Components-module__E1xsiG__ctaBtn:hover{transform:translateY(-2px);box-shadow:0 8px 30px #6366f180}.Components-module__E1xsiG__section{z-index:2;max-width:1200px;margin:0 auto;padding:7rem 2rem;position:relative}.Components-module__E1xsiG__sectionHeader{text-align:center;margin-bottom:4rem}.Components-module__E1xsiG__sectionTitle{margin-bottom:1rem;font-size:2.5rem}.Components-module__E1xsiG__sectionSubtitle{color:var(--foreground-muted);max-width:600px;margin:0 auto;font-size:1.1rem}.Components-module__E1xsiG__servicesGrid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:2rem;display:grid}.Components-module__E1xsiG__serviceCard{text-align:left;padding:2.5rem 2rem}.Components-module__E1xsiG__iconWrapper{width:54px;height:54px;color:var(--primary);background:#6366f11a;border:1px solid #6366f133;border-radius:12px;justify-content:center;align-items:center;margin-bottom:1.5rem;display:flex}.Components-module__E1xsiG__serviceCard:hover .Components-module__E1xsiG__iconWrapper{background:var(--primary);color:#fff;box-shadow:0 0 15px #6366f14d}.Components-module__E1xsiG__serviceTitle{margin-bottom:1rem;font-size:1.25rem}.Components-module__E1xsiG__serviceDesc{color:var(--foreground-muted);font-size:.95rem;line-height:1.6}.Components-module__E1xsiG__portfolioFilter{flex-wrap:wrap;justify-content:center;gap:1rem;margin-bottom:3rem;display:flex}.Components-module__E1xsiG__filterBtn{border:1px solid var(--card-border);color:var(--foreground-muted);cursor:pointer;background:#ffffff05;border-radius:9999px;padding:.5rem 1.2rem;font-size:.9rem;font-weight:500;transition:all .2s}.Components-module__E1xsiG__filterBtn:hover,.Components-module__E1xsiG__filterBtnActive{background:var(--primary);border-color:var(--primary);color:#fff}.Components-module__E1xsiG__portfolioGrid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;display:grid}.Components-module__E1xsiG__projectCard{flex-direction:column;display:flex;overflow:hidden}.Components-module__E1xsiG__projectImageWrapper{background:#11131e;width:100%;height:200px;position:relative;overflow:hidden}.Components-module__E1xsiG__projectImage{object-fit:cover;width:100%;height:100%;transition:transform .5s}.Components-module__E1xsiG__projectCard:hover .Components-module__E1xsiG__projectImage{transform:scale(1.05)}.Components-module__E1xsiG__projectCategory{border:1px solid var(--card-border);color:var(--secondary);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#07080bcc;border-radius:9999px;padding:.3rem .8rem;font-size:.75rem;font-weight:600;position:absolute;top:1rem;left:1rem}.Components-module__E1xsiG__projectInfo{flex-direction:column;flex-grow:1;justify-content:space-between;padding:1.5rem;display:flex}.Components-module__E1xsiG__projectTitle{margin-bottom:.75rem;font-size:1.25rem}.Components-module__E1xsiG__projectDesc{color:var(--foreground-muted);flex-grow:1;margin-bottom:1.5rem;font-size:.9rem;line-height:1.5}.Components-module__E1xsiG__projectLink{color:var(--primary);align-items:center;gap:.5rem;font-size:.9rem;font-weight:600;display:inline-flex}.Components-module__E1xsiG__projectLink:hover{color:var(--secondary)}.Components-module__E1xsiG__aboutContent{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}@media (max-width:768px){.Components-module__E1xsiG__aboutContent{grid-template-columns:1fr;gap:2rem}}.Components-module__E1xsiG__aboutText{color:var(--foreground-muted);margin-bottom:1.5rem;font-size:1.1rem;line-height:1.7}.Components-module__E1xsiG__statsGrid{grid-template-columns:1fr 1fr;gap:2rem;display:grid}.Components-module__E1xsiG__statCard{text-align:center;padding:2rem}.Components-module__E1xsiG__statNum{font-size:3rem;font-weight:800;font-family:var(--font-display);background:linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:.5rem}.Components-module__E1xsiG__statLabel{color:var(--foreground-muted);font-size:.95rem;font-weight:500}.Components-module__E1xsiG__testimonialsGrid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;display:grid}.Components-module__E1xsiG__testimonialCard{flex-direction:column;justify-content:space-between;padding:2.5rem 2rem;display:flex}.Components-module__E1xsiG__testimonialQuote{color:var(--foreground);margin-bottom:2rem;font-size:1rem;font-style:italic;line-height:1.6}.Components-module__E1xsiG__clientInfo{align-items:center;gap:1rem;display:flex}.Components-module__E1xsiG__clientAvatar{object-fit:cover;border:2px solid var(--card-border);border-radius:50%;width:48px;height:48px}.Components-module__E1xsiG__clientMeta h4{color:var(--heading-color);margin-bottom:.15rem;font-size:.95rem}.Components-module__E1xsiG__clientMeta p{color:var(--foreground-muted);font-size:.8rem}.Components-module__E1xsiG__contactLayout{grid-template-columns:4fr 6fr;gap:4rem;display:grid}@media (max-width:768px){.Components-module__E1xsiG__contactLayout{grid-template-columns:1fr;gap:3rem}}.Components-module__E1xsiG__contactInfoWrapper{flex-direction:column;gap:2rem;display:flex}.Components-module__E1xsiG__contactInfoCard{align-items:flex-start;gap:1rem;display:flex}.Components-module__E1xsiG__contactIconWrapper{width:44px;height:44px;color:var(--secondary);background:#06b6d41a;border:1px solid #06b6d433;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.Components-module__E1xsiG__contactText h4{margin-bottom:.25rem;font-size:1rem}.Components-module__E1xsiG__contactText p{color:var(--foreground-muted);font-size:.95rem}.Components-module__E1xsiG__formCard{padding:3rem}@media (max-width:500px){.Components-module__E1xsiG__formCard{padding:1.5rem}}.Components-module__E1xsiG__formGroup{flex-direction:column;gap:.5rem;margin-bottom:1.5rem;display:flex}.Components-module__E1xsiG__formGroup label{color:var(--foreground-muted);font-size:.85rem;font-weight:500}.Components-module__E1xsiG__inputControl{background:var(--input-bg,#ffffff08);border:1px solid var(--card-border);color:var(--foreground);border-radius:8px;padding:.8rem 1rem;font-size:.95rem;transition:all .3s}.Components-module__E1xsiG__inputControl:focus{border-color:var(--primary);background:var(--input-bg-focus,#ffffff0d);outline:none;box-shadow:0 0 10px #6366f126}textarea.Components-module__E1xsiG__inputControl{resize:vertical;min-height:120px}.Components-module__E1xsiG__submitBtn{background:linear-gradient(135deg, var(--secondary) 0%, var(--primary) 100%);color:#fff;cursor:pointer;border:none;border-radius:8px;padding:.9rem 2rem;font-size:1rem;font-weight:600;transition:all .3s;box-shadow:0 4px 15px #06b6d433}.Components-module__E1xsiG__submitBtn:hover{transform:translateY(-1px);box-shadow:0 6px 20px #06b6d466}.Components-module__E1xsiG__submitBtn:disabled{opacity:.6;cursor:not-allowed}.Components-module__E1xsiG__formSuccess{color:#34d399;text-align:center;background:#10b9811a;border:1px solid #10b98133;border-radius:8px;margin-bottom:1.5rem;padding:1rem;font-size:.95rem;font-weight:500}.Components-module__E1xsiG__formError{color:#f87171;text-align:center;background:#ef44441a;border:1px solid #ef444433;border-radius:8px;margin-bottom:1.5rem;padding:1rem;font-size:.95rem;font-weight:500}.Components-module__E1xsiG__footer{background:var(--footer-bg,#050608e6);border-top:1px solid var(--card-border);z-index:2;padding:4rem 2rem;position:relative}.Components-module__E1xsiG__footerContent{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:2rem;max-width:1200px;margin:0 auto;display:flex}@media (max-width:600px){.Components-module__E1xsiG__footerContent{text-align:center;flex-direction:column}}.Components-module__E1xsiG__footerText{color:var(--foreground-muted);font-size:.9rem}.Components-module__E1xsiG__adminLayout{color:#f8fafc;background-color:#06070a;flex-direction:column;min-height:100vh;display:flex}.Components-module__E1xsiG__adminHeader{border-bottom:1px solid var(--card-border);background:#0b0c13;padding:1.25rem 2rem}.Components-module__E1xsiG__adminHeaderContent{justify-content:space-between;align-items:center;max-width:1400px;margin:0 auto;display:flex}.Components-module__E1xsiG__adminLogo{align-items:center;gap:.75rem;display:flex}.Components-module__E1xsiG__adminLogo h1{font-size:1.3rem;font-weight:700}.Components-module__E1xsiG__adminBadge{background:var(--primary);color:#fff;text-transform:uppercase;border-radius:4px;padding:.2rem .6rem;font-size:.7rem;font-weight:700}.Components-module__E1xsiG__backHomeBtn{color:var(--foreground-muted);align-items:center;gap:.5rem;font-size:.9rem;display:flex}.Components-module__E1xsiG__backHomeBtn:hover{color:#fff}.Components-module__E1xsiG__adminContainer{flex-grow:1;width:100%;max-width:1400px;margin:0 auto;padding:2rem}.Components-module__E1xsiG__adminGrid{grid-template-columns:240px 1fr;gap:2.5rem;display:grid}@media (max-width:900px){.Components-module__E1xsiG__adminGrid{grid-template-columns:1fr}}.Components-module__E1xsiG__adminSidebar{flex-direction:column;gap:.5rem;display:flex}.Components-module__E1xsiG__sidebarTab{color:var(--foreground-muted);text-align:left;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:8px;align-items:center;gap:.75rem;padding:.8rem 1.2rem;font-size:.95rem;font-weight:500;transition:all .2s;display:flex}.Components-module__E1xsiG__sidebarTab:hover{color:#fff;background:#ffffff05}.Components-module__E1xsiG__sidebarTabActive{color:var(--primary);background:#6366f114;border-color:#6366f126}.Components-module__E1xsiG__adminContent{flex-direction:column;gap:2rem;display:flex}.Components-module__E1xsiG__statsSummary{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem;display:grid}.Components-module__E1xsiG__adminStatCard{border:1px solid var(--card-border);background:#0f111a;border-radius:12px;padding:1.5rem}.Components-module__E1xsiG__adminStatCard h3{color:var(--foreground-muted);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem;font-size:.85rem}.Components-module__E1xsiG__adminStatVal{color:#fff;font-size:2.2rem;font-weight:700}.Components-module__E1xsiG__adminPanelCard{border:1px solid var(--card-border);background:#0f111a;border-radius:12px;padding:2rem}.Components-module__E1xsiG__panelHeader{border-bottom:1px solid var(--card-border);justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;display:flex}.Components-module__E1xsiG__panelHeader h2{font-size:1.5rem}.Components-module__E1xsiG__panelActionBtn{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:6px;padding:.6rem 1.2rem;font-size:.9rem;font-weight:600;transition:all .2s}.Components-module__E1xsiG__panelActionBtn:hover{background:#4f46e5}.Components-module__E1xsiG__adminForm{flex-direction:column;gap:1.5rem;display:flex}.Components-module__E1xsiG__formGrid{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}@media (max-width:768px){.Components-module__E1xsiG__formGrid{grid-template-columns:1fr}}.Components-module__E1xsiG__submitRow{justify-content:flex-end;gap:1rem;margin-top:1rem;display:flex}.Components-module__E1xsiG__cancelBtn{border:1px solid var(--card-border);color:var(--foreground-muted);cursor:pointer;background:0 0;border-radius:6px;padding:.6rem 1.2rem}.Components-module__E1xsiG__cancelBtn:hover{color:#fff;border-color:var(--foreground-muted)}.Components-module__E1xsiG__itemsList{flex-direction:column;gap:1rem;display:flex}.Components-module__E1xsiG__listItem{border:1px solid var(--card-border);background:#ffffff03;border-radius:8px;justify-content:space-between;align-items:center;padding:1.25rem;display:flex}@media (max-width:600px){.Components-module__E1xsiG__listItem{flex-direction:column;align-items:flex-start;gap:1rem}}.Components-module__E1xsiG__itemMeta h4{margin-bottom:.25rem;font-size:1.1rem}.Components-module__E1xsiG__itemMeta p{color:var(--foreground-muted);font-size:.85rem}.Components-module__E1xsiG__itemActions{gap:.5rem;display:flex}.Components-module__E1xsiG__actionIconBtn{border:1px solid var(--card-border);cursor:pointer;color:var(--foreground-muted);background:#ffffff08;border-radius:6px;justify-content:center;align-items:center;padding:.5rem;display:flex}.Components-module__E1xsiG__actionIconBtn:hover{color:#fff;background:#ffffff14}.Components-module__E1xsiG__actionIconBtnDanger:hover{color:#f87171;background:#ef444426;border-color:#ef44444d}.Components-module__E1xsiG__messageCard{border:1px solid var(--card-border);background:#ffffff03;border-radius:8px;flex-direction:column;gap:1rem;padding:1.5rem;display:flex}.Components-module__E1xsiG__messageUnread{border-left:3px solid var(--secondary);background:#06b6d405}.Components-module__E1xsiG__messageHeader{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.Components-module__E1xsiG__senderMeta h4{margin-bottom:.2rem;font-size:1.05rem}.Components-module__E1xsiG__senderMeta p{color:var(--foreground-muted);font-size:.85rem}.Components-module__E1xsiG__messageTime{color:var(--foreground-muted);text-align:right;font-size:.8rem}.Components-module__E1xsiG__messageBody{color:#e2e8f0;white-space:pre-wrap;background:#0003;border:1px solid #ffffff05;border-radius:6px;padding:1rem;font-size:.95rem;line-height:1.6}.Components-module__E1xsiG__messageActions{justify-content:flex-end;gap:.75rem;display:flex}.Components-module__E1xsiG__readBadge{color:#34d399;background:#10b9811a;border:1px solid #10b98133;border-radius:9999px;padding:.25rem .75rem;font-size:.75rem;font-weight:600;display:inline-block}.Components-module__E1xsiG__unreadBadge{color:#fbbf24;background:#f59e0b1a;border:1px solid #f59e0b33;border-radius:9999px;padding:.25rem .75rem;font-size:.75rem;font-weight:600;display:inline-block}@media (max-width:900px){.Components-module__E1xsiG__adminGrid{grid-template-columns:1fr;gap:2rem}.Components-module__E1xsiG__adminSidebar{border-bottom:1px solid var(--card-border);flex-flow:wrap;justify-content:center;gap:.5rem;margin-bottom:.5rem;padding-bottom:1.5rem}.Components-module__E1xsiG__sidebarTab{text-align:center;flex-grow:1;justify-content:center;padding:.6rem 1rem;font-size:.85rem}}@media (max-width:600px){.Components-module__E1xsiG__adminContainer{padding:1rem 1rem 3rem}.Components-module__E1xsiG__adminHeader{padding:1rem}.Components-module__E1xsiG__adminHeaderContent{text-align:center;flex-direction:column;align-items:center;gap:1rem}.Components-module__E1xsiG__statsSummary{grid-template-columns:repeat(2,1fr);gap:.75rem}.Components-module__E1xsiG__adminStatCard{text-align:center;padding:1rem .75rem}.Components-module__E1xsiG__adminStatCard h3{margin-bottom:.25rem;font-size:.7rem}.Components-module__E1xsiG__adminStatVal{font-size:1.5rem}.Components-module__E1xsiG__adminPanelCard{padding:1.5rem 1rem}.Components-module__E1xsiG__panelHeader{text-align:center;flex-direction:column;align-items:stretch;gap:1rem}.Components-module__E1xsiG__panelHeader h2{font-size:1.25rem}.Components-module__E1xsiG__panelActionBtn{text-align:center;width:100%;padding:.75rem 1.2rem}.Components-module__E1xsiG__listItem{text-align:left;flex-direction:column;align-items:stretch;gap:1.25rem}.Components-module__E1xsiG__itemActions{border-top:1px solid #ffffff0a;justify-content:flex-end;padding-top:.75rem}.Components-module__E1xsiG__messageHeader{flex-direction:column;align-items:stretch;gap:.75rem}.Components-module__E1xsiG__messageTime{text-align:left;border-top:1px solid #ffffff0a;justify-content:space-between;align-items:center;padding-top:.5rem;display:flex}.Components-module__E1xsiG__messageActions{border-top:1px solid #ffffff0a;justify-content:space-between;padding-top:.75rem}.Components-module__E1xsiG__adminForm{gap:1.25rem}.Components-module__E1xsiG__formGrid{grid-template-columns:1fr;gap:1.25rem}.Components-module__E1xsiG__submitRow{flex-direction:column-reverse;align-items:stretch}.Components-module__E1xsiG__cancelBtn,.Components-module__E1xsiG__submitBtn{text-align:center;width:100%;padding:.75rem}}@media (max-width:400px){.Components-module__E1xsiG__statsSummary{grid-template-columns:1fr}.Components-module__E1xsiG__adminSidebar{flex-direction:column;align-items:stretch}}.Components-module__E1xsiG__hamburger{cursor:pointer;z-index:110;background:0 0;border:none;flex-direction:column;gap:6px;padding:.5rem;display:none}.Components-module__E1xsiG__hamburgerLine{background-color:#fff;width:24px;height:2px;transition:all .3s cubic-bezier(.16,1,.3,1);display:block}.Components-module__E1xsiG__hamburgerOpen .Components-module__E1xsiG__hamburgerLine:first-child{transform:translateY(8px)rotate(45deg)}.Components-module__E1xsiG__hamburgerOpen .Components-module__E1xsiG__hamburgerLine:nth-child(2){opacity:0}.Components-module__E1xsiG__hamburgerOpen .Components-module__E1xsiG__hamburgerLine:nth-child(3){transform:translateY(-8px)rotate(-45deg)}@media (max-width:768px){.Components-module__E1xsiG__hamburger{display:flex}.Components-module__E1xsiG__navLinks{-webkit-backdrop-filter:blur(20px);opacity:0;pointer-events:none;border-bottom:1px solid var(--card-border);background:#07080bf5;flex-direction:column;justify-content:center;align-items:center;gap:2.5rem;width:100%;height:calc(100vh - 72px);padding:2rem;transition:all .4s cubic-bezier(.16,1,.3,1);position:fixed;top:72px;left:0;transform:translateY(-100%)}.Components-module__E1xsiG__navLinksOpen{opacity:1;pointer-events:all;transform:translateY(0)}.Components-module__E1xsiG__navLink{font-size:1.3rem}.Components-module__E1xsiG__adminBtn{text-align:center;width:100%;max-width:280px;padding:.8rem 2rem;font-size:1.05rem}}.Components-module__E1xsiG__customSection{width:100%;padding:6rem 2rem;position:relative;overflow:hidden}.Components-module__E1xsiG__customSectionContent{z-index:2;max-width:1200px;margin:0 auto;position:relative}.Components-module__E1xsiG__cyanTheme{background:radial-gradient(circle,#06b6d40a 0%,#0000 80%);border-top:1px solid #06b6d414;border-bottom:1px solid #06b6d414}.Components-module__E1xsiG__indigoTheme{background:radial-gradient(circle,#6366f10a 0%,#0000 80%);border-top:1px solid #6366f114;border-bottom:1px solid #6366f114}.Components-module__E1xsiG__darkTheme{border-top:1px solid var(--card-border)}.Components-module__E1xsiG__bannerLayout{text-align:center;flex-direction:column;align-items:center;max-width:900px;margin:0 auto;display:flex}.Components-module__E1xsiG__bannerTitle{margin-bottom:1.5rem;font-size:2.8rem}.Components-module__E1xsiG__bannerText{color:var(--foreground-muted);margin-bottom:2rem;font-size:1.15rem;line-height:1.6}.Components-module__E1xsiG__gridLayout{flex-direction:column;gap:3rem;display:flex}.Components-module__E1xsiG__customSectionGrid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;display:grid}.Components-module__E1xsiG__customSectionGridCard{border:1px solid var(--card-border);background:#ffffff05;border-radius:12px;padding:2.5rem 2rem;transition:all .3s}.Components-module__E1xsiG__customSectionGridCard:hover{border-color:var(--card-hover-border);background:#ffffff08;transform:translateY(-3px)}.Components-module__E1xsiG__customSectionGridCard h3{color:#fff;margin-bottom:.75rem;font-size:1.2rem}.Components-module__E1xsiG__customSectionGridCard p{color:var(--foreground-muted);font-size:.95rem;line-height:1.5}.Components-module__E1xsiG__sideLayout{grid-template-columns:1.1fr .9fr;align-items:center;gap:4rem;display:grid}.Components-module__E1xsiG__sideLayoutReversed{grid-template-columns:.9fr 1.1fr;align-items:center;gap:4rem;display:grid}.Components-module__E1xsiG__sideTextContent{flex-direction:column;align-items:flex-start;display:flex}.Components-module__E1xsiG__sideTitle{text-align:left;margin-bottom:1.5rem;font-size:2.5rem}.Components-module__E1xsiG__sideText{color:var(--foreground-muted);text-align:left;margin-bottom:2rem;font-size:1.1rem;line-height:1.7}.Components-module__E1xsiG__sideGraphicBlock{aspect-ratio:4/3;border:1px solid var(--card-border);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:radial-gradient(circle at 20% 30%,#6366f114 0%,#0000 60%),#ffffff03;border-radius:16px;justify-content:center;align-items:center;width:100%;display:flex;position:relative;overflow:hidden}.Components-module__E1xsiG__sideGraphicDecor{background:linear-gradient(135deg,#ffffff05 0%,#ffffff01 100%);border:1px solid #ffffff0f;border-radius:12px;flex-direction:column;justify-content:center;width:70%;height:60%;padding:2rem;display:flex;position:relative;box-shadow:0 10px 30px #0000004d}.Components-module__E1xsiG__sideGraphicDecor:before{content:"";background:var(--primary);filter:blur(30px);opacity:.3;border-radius:50%;width:80px;height:80px;position:absolute;top:-10%;right:-10%}.Components-module__E1xsiG__sideGraphicLine{background:#ffffff0d;border-radius:9999px;height:6px;margin-bottom:.75rem}.Components-module__E1xsiG__sideGraphicLineShort{background:#ffffff0d;border-radius:9999px;width:60%;height:6px;margin-bottom:.75rem}.Components-module__E1xsiG__sideGraphicLineMedium{background:#ffffff0d;border-radius:9999px;width:85%;height:6px;margin-bottom:.75rem}@media (max-width:768px){.Components-module__E1xsiG__customSection{padding:4rem 1rem}.Components-module__E1xsiG__bannerTitle{font-size:2rem}.Components-module__E1xsiG__sideLayout,.Components-module__E1xsiG__sideLayoutReversed{grid-template-columns:1fr;gap:2.5rem}.Components-module__E1xsiG__sideTitle{font-size:2rem}.Components-module__E1xsiG__sideGraphicBlock{aspect-ratio:16/9}}.Components-module__E1xsiG__adminLayoutWithPreview{background-color:#07080b;width:100%;min-height:100vh;display:flex}.Components-module__E1xsiG__cmsPanelSide{flex-direction:column;flex:1;min-width:0;display:flex;overflow-y:auto}.Components-module__E1xsiG__previewSide{border-left:1px solid var(--card-border);background-color:#0b0c10;flex-direction:column;width:480px;max-width:45vw;height:100vh;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex;position:sticky;top:0;overflow:hidden}.Components-module__E1xsiG__previewSideCollapsed{opacity:0;pointer-events:none;border-left:0;width:0}.Components-module__E1xsiG__previewViewportHeader{border-bottom:1px solid var(--card-border);background-color:#ffffff05;justify-content:space-between;align-items:center;padding:.75rem 1.25rem;display:flex}.Components-module__E1xsiG__previewViewportHeader h3{color:#fff;margin:0;font-size:.95rem;font-weight:600}.Components-module__E1xsiG__previewViewportBody{background-image:radial-gradient(#ffffff04 1px,#0000 0);background-size:20px 20px;flex:1;justify-content:center;align-items:center;padding:1.5rem;display:flex;overflow:hidden}.Components-module__E1xsiG__viewportDeviceDesktop{border:1px solid var(--card-border);background:#000;border-radius:8px;width:100%;height:100%;overflow-y:auto}.Components-module__E1xsiG__viewportDeviceMobile{background:#000;border:12px solid #1e293b;border-radius:32px;width:320px;height:560px;position:relative;overflow-y:auto;box-shadow:0 25px 50px -12px #00000080}.Components-module__E1xsiG__previewToggleBtn{color:#a5b4fc;cursor:pointer;background:#6366f11a;border:1px solid #6366f133;border-radius:6px;align-items:center;gap:.5rem;padding:.4rem 1rem;font-size:.85rem;font-weight:500;transition:all .2s;display:flex}.Components-module__E1xsiG__previewToggleBtn:hover{background:#6366f12e;border-color:#6366f159}.Components-module__E1xsiG__deviceBtn{color:var(--foreground-muted);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:4px;padding:.25rem .5rem;font-size:.8rem;transition:all .2s}.Components-module__E1xsiG__deviceBtnActive{border-color:var(--card-border);color:#fff;background:#ffffff0d}@media (max-width:1024px){.Components-module__E1xsiG__previewSide{display:none!important}}.Components-module__E1xsiG__parallaxSection{border-top:1px solid var(--card-border);border-bottom:1px solid var(--card-border);background-position:50%;background-repeat:no-repeat;background-size:cover;background-attachment:fixed;justify-content:center;align-items:center;width:100%;min-height:420px;display:flex;position:relative;overflow:hidden}.Components-module__E1xsiG__parallaxOverlay{z-index:1;background:linear-gradient(#06070acc 0%,#06070a99 50%,#06070acc 100%);position:absolute;inset:0}.Components-module__E1xsiG__parallaxContent{z-index:2;text-align:center;max-width:800px;padding:3.5rem 1.5rem;position:relative}.Components-module__E1xsiG__parallaxTitle{margin-bottom:1.2rem;font-size:2.6rem;font-weight:800;line-height:1.25;background:linear-gradient(135deg, #fff 40%, color-mix(in srgb, var(--primary) 50%, #fff) 100%)!important;-webkit-text-fill-color:transparent!important;color:#fff!important;-webkit-background-clip:text!important}.Components-module__E1xsiG__parallaxSubtitle{max-width:680px;margin:0 auto;font-size:1.15rem;line-height:1.65;color:#ffffffb3!important}@media (max-width:768px){.Components-module__E1xsiG__parallaxSection{background-attachment:scroll;min-height:320px}.Components-module__E1xsiG__parallaxTitle{font-size:1.85rem}.Components-module__E1xsiG__parallaxSubtitle{font-size:.95rem}}.Components-module__E1xsiG__scrollRevealText{opacity:0;transition:opacity 1.1s cubic-bezier(.16,1,.3,1),transform 1.1s cubic-bezier(.16,1,.3,1);transform:translateY(35px)}.Components-module__E1xsiG__scrollRevealActive{opacity:1;transform:translateY(0)}.Components-module__E1xsiG__themeToggleBtn{color:#fff;cursor:pointer;background:#ffffff0f;border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;margin-left:1rem;font-size:1rem;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex}.Components-module__E1xsiG__themeToggleBtn:hover{background:#ffffff26;transform:scale(1.08)}.light-theme .Components-module__E1xsiG__themeToggleBtn{color:#1e293b;background:#0000000d;border:1px solid #00000014}.light-theme .Components-module__E1xsiG__themeToggleBtn:hover{background:#0000001a}@media (max-width:768px){.Components-module__E1xsiG__themeToggleBtn{align-self:center;margin-top:1rem;margin-left:0}}
