@import "https://fonts.googleapis.com/css2?family=Inter:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400&family=Outfit:wght@300;400;500;600;700;800&display=swap";*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{color:#0f172a;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f8fafc;font-family:Inter,sans-serif;line-height:1.5;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:Outfit,sans-serif;font-weight:700;line-height:1.2}a{color:inherit;text-decoration:none;transition:color .2s cubic-bezier(.4,0,.2,1),background-color .2s cubic-bezier(.4,0,.2,1)}button{cursor:pointer;background:0 0;border:none;outline:none;font-family:inherit;transition:all .2s cubic-bezier(.4,0,.2,1)}input,textarea,select{outline:none;font-family:inherit}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#030712}::-webkit-scrollbar-thumb{background:#0e2154;border:2px solid #030712;border-radius:5px}::-webkit-scrollbar-thumb:hover{background:#0a84ff}.container{width:100%;max-width:1240px;margin-left:auto;margin-right:auto;padding-left:1.5rem;padding-right:1.5rem}.text-gradient{background:linear-gradient(135deg,#0a84ff 0%,#00d2ff 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}h1{font-size:2.5rem}@media (width>=768px){h1{font-size:3.5rem}}@media (width>=992px){h1{font-size:4rem}}h2{font-size:2rem}@media (width>=768px){h2{font-size:2.5rem}}h3{font-size:1.5rem}@media (width>=768px){h3{font-size:1.75rem}}.app-wrapper{background-color:#f8fafc;flex-direction:column;min-height:100vh;display:flex}.header{z-index:1000;width:100%;padding:1.25rem 0;transition:all .3s cubic-bezier(.4,0,.2,1);position:sticky;top:0}.header.scrolled{-webkit-backdrop-filter:blur(20px);background:#030712bf;border:1px solid #ffffff0d;border-bottom-color:#ffffff14;padding:.8rem 0}.header.scrolled .logo-block .logo-text h3{color:#f8fafc}.header.scrolled .logo-block .logo-text span{color:#00d2ff}.header.scrolled .nav-links a{color:#94a3b8}.header.scrolled .nav-links a:hover,.header.scrolled .nav-links a.active{color:#f8fafc}.header.scrolled .mobile-menu-btn span{background-color:#f8fafc}.header .nav-container{justify-content:space-between;align-items:center;display:flex}.header .logo-block{align-items:center;gap:.75rem;display:flex}.header .logo-block .logo-icon{justify-content:center;align-items:center;width:40px;height:40px;display:flex;position:relative}.header .logo-block .logo-icon svg{filter:drop-shadow(0 0 8px #0a84ff66);width:100%;height:100%}.header .logo-block .logo-text{flex-direction:column;display:flex}.header .logo-block .logo-text h3{color:#0f172a;letter-spacing:-.5px;margin-bottom:.15rem;font-size:1.25rem;font-weight:800;line-height:1;transition:color .3s cubic-bezier(.4,0,.2,1)}.header .logo-block .logo-text span{color:#0a84ff;letter-spacing:1.5px;text-transform:uppercase;font-size:.65rem;font-weight:600;transition:color .3s cubic-bezier(.4,0,.2,1)}.header .nav-links{align-items:center;gap:2.25rem;display:none}@media (width>=768px){.header .nav-links{display:flex}}.header .nav-links a{color:#475569;padding:.25rem 0;font-size:.95rem;font-weight:500;transition:color .2s cubic-bezier(.4,0,.2,1);position:relative}.header .nav-links a:hover,.header .nav-links a.active{color:#0f172a}.header .nav-links a:after{content:"";background:linear-gradient(90deg,#0a84ff,#00d2ff);width:0;height:2px;transition:width .2s cubic-bezier(.4,0,.2,1);position:absolute;bottom:0;left:0}.header .nav-links a:hover:after,.header .nav-links a.active:after{width:100%}.header .mobile-menu-btn{z-index:1001;flex-direction:column;justify-content:space-between;width:24px;height:18px;display:flex}@media (width>=768px){.header .mobile-menu-btn{display:none}}.header .mobile-menu-btn span{transform-origin:0;background-color:#0f172a;border-radius:2px;width:100%;height:2px;transition:all .3s cubic-bezier(.4,0,.2,1);display:block}.header .mobile-menu-btn.open span:first-child{position:relative;top:-1px;left:2px;transform:rotate(45deg)}.header .mobile-menu-btn.open span:nth-child(2){opacity:0;width:0%}.header .mobile-menu-btn.open span:nth-child(3){position:relative;top:1px;left:2px;transform:rotate(-45deg)}.header .mobile-nav-drawer{-webkit-backdrop-filter:blur(20px);z-index:999;background:#030712f5;border-bottom:1px solid #ffffff14;flex-direction:column;gap:1.25rem;width:100%;height:auto;padding:1.5rem 2rem;display:flex;position:absolute;top:100%;left:0}.header .mobile-nav-drawer a{color:#94a3b8;border-bottom:1px solid #ffffff0d;padding-bottom:.5rem;font-size:1.1rem;font-weight:600;transition:all .2s cubic-bezier(.4,0,.2,1)}.header .mobile-nav-drawer a:hover,.header .mobile-nav-drawer a.active{color:#f8fafc;padding-left:.25rem}.header .mobile-nav-drawer a:last-child{border-bottom:none}.header .mobile-overlay{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:998;background:#0006;width:100vw;height:100vh;position:fixed;top:0;left:0}.hero-section{color:#f8fafc;background-color:#030712;background-image:radial-gradient(circle at 50% 15%,#0a84ff26 0%,#0000 60%);padding:4rem 0 8rem;position:relative;overflow:hidden}@media (width>=992px){.hero-section{background-image:radial-gradient(circle at 80% 20%,#0a84ff33 0%,#0000 70%);padding:5rem 0 10rem}}.hero-section .grid-container{grid-template-columns:1fr;align-items:center;gap:3rem;display:grid}@media (width>=992px){.hero-section .grid-container{grid-template-rows:auto auto;grid-template-columns:1.1fr .9fr;gap:2rem 4rem}.hero-section .hero-content{grid-area:1/1}}.hero-section .hero-headline{margin-bottom:1.5rem;font-size:2.75rem;font-weight:800;line-height:1.15}@media (width>=768px){.hero-section .hero-headline{font-size:3.75rem}}.hero-section .hero-headline span{background:linear-gradient(135deg,#0a84ff,#00d2ff);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;display:inline-block}.hero-section .hero-description{color:#94a3b8;max-width:540px;margin-bottom:2.5rem;font-size:1.05rem;line-height:1.6}.hero-section .hero-actions{flex-direction:column;gap:1rem;margin-bottom:2rem;display:flex}@media (width>=576px){.hero-section .hero-actions{flex-direction:row}}.hero-section .hero-actions .btn-primary{color:#fff;background:linear-gradient(135deg,#0a84ff 0%,#006bd6 100%);border-radius:50px;justify-content:center;align-items:center;gap:.75rem;padding:.9rem 2rem;font-weight:600;display:flex;box-shadow:0 4px 15px #0a84ff59}.hero-section .hero-actions .btn-primary:hover{background:linear-gradient(135deg,#2491ff 0%,#0a84ff 100%);transform:translateY(-2px);box-shadow:0 6px 20px #0a84ff80}.hero-section .hero-actions .btn-primary:hover svg{transform:translate(3px)}.hero-section .hero-actions .btn-primary svg{transition:transform .2s cubic-bezier(.4,0,.2,1)}.hero-section .hero-actions .btn-secondary{color:#f8fafc;background:0 0;border:1px solid #fff3;border-radius:50px;justify-content:center;align-items:center;gap:.75rem;padding:.9rem 2rem;font-weight:600;display:flex}.hero-section .hero-actions .btn-secondary:hover{color:#00d2ff;background:#00d2ff0d;border-color:#00d2ff;transform:translateY(-2px)}.hero-section .hero-actions .btn-secondary:hover svg{transform:translate(3px)}.hero-section .hero-actions .btn-secondary svg{transition:transform .2s cubic-bezier(.4,0,.2,1)}.hero-section .hero-stats-bar{border-top:1px solid #ffffff1a;flex-wrap:wrap;gap:1.5rem 2.5rem;margin-top:1rem;padding-top:2rem;display:flex}@media (width>=992px){.hero-section .hero-stats-bar{grid-area:2/1;margin-top:0}}.hero-section .hero-stats-bar .stat-item{color:#94a3b8;align-items:center;gap:.75rem;font-size:.88rem;display:flex}.hero-section .hero-stats-bar .stat-item svg{color:#00d2ff}.hero-section .hero-stats-bar .stat-item a:hover{color:#f8fafc}.hero-section .hero-visual{justify-content:center;align-items:center;display:flex;position:relative}@media (width>=992px){.hero-section .hero-visual{grid-area:1/2/span 2;align-self:center}}.hero-section .hero-visual .laptop-mockup{perspective:1000px;width:100%;max-width:480px;transform-style:preserve-3d}.hero-section .hero-visual .laptop-mockup .laptop-screen{aspect-ratio:16/10;background:#000;border:12px solid #1e293b;border-bottom:none;border-radius:12px 12px 0 0;position:relative;overflow:hidden;box-shadow:0 25px 50px -12px #00000080}.hero-section .hero-visual .laptop-mockup .laptop-screen .screen-inner{color:#38bdf8;background:#090d1a;flex-direction:column;width:100%;height:100%;padding:1.5rem;font-family:monospace;font-size:.75rem;display:flex;position:relative}.hero-section .hero-visual .laptop-mockup .laptop-screen .code-window span{color:#f472b6}.hero-section .hero-visual .laptop-mockup .laptop-screen .code-window em{color:#4ade80;font-style:normal}.hero-section .hero-visual .laptop-mockup .laptop-screen .code-window strong{color:#fbbf24;font-weight:400}.hero-section .hero-visual .laptop-mockup .laptop-screen .chart-visual{border-bottom:1px solid #ffffff1a;align-items:flex-end;gap:6px;height:60px;margin-top:auto;padding-bottom:4px;display:flex}.hero-section .hero-visual .laptop-mockup .laptop-screen .chart-visual .bar{background:linear-gradient(#00d2ff,#0a84ff);border-radius:2px 2px 0 0;flex:1;animation:2s ease-in-out infinite alternate growBar}.hero-section .hero-visual .laptop-mockup .laptop-screen .chart-visual .bar:first-child{height:30%;animation-delay:.1s}.hero-section .hero-visual .laptop-mockup .laptop-screen .chart-visual .bar:nth-child(2){height:55%;animation-delay:.3s}.hero-section .hero-visual .laptop-mockup .laptop-screen .chart-visual .bar:nth-child(3){height:40%;animation-delay:.2s}.hero-section .hero-visual .laptop-mockup .laptop-screen .chart-visual .bar:nth-child(4){height:80%;animation-delay:.5s}.hero-section .hero-visual .laptop-mockup .laptop-screen .chart-visual .bar:nth-child(5){height:65%;animation-delay:.4s}.hero-section .hero-visual .laptop-mockup .laptop-screen .chart-visual .bar:nth-child(6){height:95%;animation-delay:.7s}.hero-section .hero-visual .laptop-mockup .laptop-keyboard{background:#334155;border-radius:0 0 12px 12px;height:12px;position:relative;box-shadow:0 10px 20px #0006}.hero-section .hero-visual .laptop-mockup .laptop-keyboard:after{content:"";background:#1e293b;border-radius:2px;width:60px;height:3px;position:absolute;bottom:2px;left:50%;transform:translate(-50%)}.hero-section .hero-visual .floating-badge{-webkit-backdrop-filter:blur(12px);background:#0b152899;border:1px solid #ffffff1a;border-radius:16px;align-items:center;gap:.75rem;padding:.75rem 1.25rem;animation:4s ease-in-out infinite float;display:flex;position:absolute;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.hero-section .hero-visual .floating-badge .badge-icon{color:#00d2ff;background:linear-gradient(135deg,#0a84ff33,#00d2ff33);border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.hero-section .hero-visual .floating-badge h5{margin-bottom:.1rem;font-size:.85rem;font-weight:700}.hero-section .hero-visual .floating-badge p{color:#94a3b8;font-size:.7rem}.hero-section .hero-visual .floating-badge.badge-1{animation-delay:0s;top:-10%;left:-5%}.hero-section .hero-visual .floating-badge.badge-2{animation-delay:1.5s;bottom:15%;left:-15%}.hero-section .hero-visual .floating-badge.badge-3{animation-delay:.8s;top:20%;right:-10%}.hero-section .hero-divider{width:100%;line-height:0;position:absolute;bottom:-1px;left:0;overflow:hidden;transform:rotate(180deg)}.hero-section .hero-divider svg{width:calc(100% + 1.3px);height:70px;display:block;position:relative}.hero-section .hero-divider .shape-fill{fill:#f8fafc}@keyframes growBar{0%{transform:scaleY(.7)}to{transform:scaleY(1)}}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-10px)}to{transform:translateY(0)}}.services-section{background-color:#f8fafc;padding:6rem 0}.services-section .services-header{grid-template-columns:1fr;gap:1.5rem;margin-bottom:4rem;display:grid}@media (width>=768px){.services-section .services-header{grid-template-columns:1fr 1fr;align-items:flex-end}}.services-section .services-header .section-subtitle{color:#0a84ff;text-transform:uppercase;letter-spacing:1.5px;margin-bottom:.75rem;font-size:.85rem;font-weight:700}.services-section .services-header .section-title{color:#0f172a;font-size:2.25rem;font-weight:800;line-height:1.2}.services-section .services-header .header-desc{color:#475569;font-size:1.05rem;line-height:1.6}.services-section .services-grid{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (width>=576px){.services-section .services-grid{grid-template-columns:repeat(2,1fr)}}@media (width>=992px){.services-section .services-grid{grid-template-columns:repeat(4,1fr)}}.services-section .services-grid .service-card{background:#fff;border:1px solid #eaf0f6;border-radius:16px;flex-direction:column;height:100%;padding:1.75rem 1.5rem;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}@media (width>=992px){.services-section .services-grid .service-card{padding:2rem 1.75rem}}.services-section .services-grid .service-card:hover{border-color:#a3d1ff;transform:translateY(-5px);box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.services-section .services-grid .service-card:hover .card-icon{color:#fff;background:linear-gradient(135deg,#0a84ff,#00d2ff);transform:scale(1.05)}.services-section .services-grid .service-card .card-icon{color:#0a84ff;background:#0a84ff14;border-radius:10px;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:1.25rem;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex}.services-section .services-grid .service-card h4{color:#0f172a;margin-bottom:.75rem;font-size:1.15rem;font-weight:700}.services-section .services-grid .service-card p{color:#475569;font-size:.88rem;line-height:1.5}.projects-section{color:#f8fafc;background:#030712;padding:8rem 0;position:relative;overflow:hidden}.projects-section:before{content:"";clip-path:polygon(0 0,100% 0,100% 100%,0 0);background:#f8fafc;width:100%;height:60px;position:absolute;top:0;left:0}.projects-section .projects-header{margin-bottom:4rem}.projects-section .projects-header .section-subtitle{color:#00d2ff;text-transform:uppercase;letter-spacing:1.5px;margin-bottom:.75rem;font-size:.85rem;font-weight:700}.projects-section .projects-header .section-title{font-size:2.25rem;font-weight:800}.projects-section .projects-header .section-title span{background:linear-gradient(135deg,#0a84ff 0%,#00d2ff 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.projects-section .projects-grid{grid-template-columns:1fr;gap:2.5rem;display:grid}@media (width>=768px){.projects-section .projects-grid{grid-template-columns:repeat(3,1fr)}}.projects-section .project-card{background:#0b1528;border:1px solid #ffffff0d;border-radius:16px;flex-direction:column;height:100%;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;overflow:hidden}.projects-section .project-card:hover{border-color:#0a84ff4d;transform:translateY(-8px);box-shadow:0 20px 40px #00000080}.projects-section .project-card:hover .project-image img{transform:scale(1.08)}.projects-section .project-card:hover .project-info .card-link{color:#00d2ff}.projects-section .project-card:hover .project-info .card-link svg{transform:translate(2px,-2px)}.projects-section .project-card .project-image{aspect-ratio:16/10;background:#000;width:100%;position:relative;overflow:hidden}.projects-section .project-card .project-image img{object-fit:cover;width:100%;height:100%;transition:transform .5s cubic-bezier(.4,0,.2,1)}.projects-section .project-card .project-info{flex-direction:column;flex-grow:1;padding:1.75rem;display:flex}.projects-section .project-card .project-info .project-header-row{justify-content:space-between;align-items:flex-start;margin-bottom:.75rem;display:flex}.projects-section .project-card .project-info h4{color:#f8fafc;font-size:1.25rem;font-weight:700}.projects-section .project-card .project-info .card-link{color:#94a3b8;align-items:center;transition:color .2s cubic-bezier(.4,0,.2,1);display:flex}.projects-section .project-card .project-info .card-link svg{width:18px;height:18px;transition:transform .2s cubic-bezier(.4,0,.2,1)}.projects-section .project-card .project-info .project-url{color:#0a84ff;margin-bottom:.75rem;font-size:.85rem;font-weight:600;display:block}.projects-section .project-card .project-info p{color:#94a3b8;font-size:.9rem;line-height:1.6}.projects-section .pagination-container{z-index:10;justify-content:center;align-items:center;gap:1.5rem;margin-top:4rem;display:flex;position:relative}.projects-section .pagination-container .pag-btn{color:#f8fafc;background:#ffffff08;border:1px solid #ffffff1a;border-radius:30px;align-items:center;gap:.5rem;padding:.6rem 1rem;font-size:.85rem;font-weight:600;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex}@media (width>=576px){.projects-section .pagination-container .pag-btn{padding:.6rem 1.2rem}}.projects-section .pagination-container .pag-btn:hover:not(:disabled){color:#00d2ff;background:#ffffff14;border-color:#00d2ff;transform:translateY(-1px)}.projects-section .pagination-container .pag-btn:disabled{opacity:.25;cursor:not-allowed;transform:none}.projects-section .pagination-container .pag-btn .btn-text{display:none}@media (width>=576px){.projects-section .pagination-container .pag-btn .btn-text{display:inline}}.projects-section .pagination-container .page-numbers-desktop{display:none}@media (width>=576px){.projects-section .pagination-container .page-numbers-desktop{gap:.5rem;display:flex}}.projects-section .pagination-container .page-numbers-desktop .page-num-btn{color:#94a3b8;background:#ffffff08;border:1px solid #ffffff14;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:.85rem;font-weight:600;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex}.projects-section .pagination-container .page-numbers-desktop .page-num-btn:hover{color:#f8fafc;background:#ffffff14;border-color:#fff3}.projects-section .pagination-container .page-numbers-desktop .page-num-btn.active{color:#fff;background:linear-gradient(135deg,#0a84ff,#00d2ff);border-color:#0000;box-shadow:0 4px 10px #0a84ff4d}.projects-section .pagination-container .page-indicator-mobile{color:#f8fafc;font-size:.95rem;font-weight:700;display:inline-block}@media (width>=576px){.projects-section .pagination-container .page-indicator-mobile{display:none}}.projects-section:after{content:"";clip-path:polygon(0 100%,100% 0,100% 100%,0 100%);background:#f8fafc;width:100%;height:60px;position:absolute;bottom:0;left:0}.packages-section{background-color:#f8fafc;padding:6rem 0}.packages-section .grid-container{grid-template-columns:1fr;gap:4rem;display:grid}@media (width>=992px){.packages-section .grid-container{grid-template-columns:1.2fr .8fr}}.packages-section .pricing-area .pricing-title-block{margin-bottom:3rem}.packages-section .pricing-area .pricing-title-block .section-subtitle{color:#0a84ff;text-transform:uppercase;letter-spacing:1.5px;margin-bottom:.75rem;font-size:.85rem;font-weight:700}.packages-section .pricing-area .pricing-title-block .section-title{color:#0f172a;font-size:2.25rem;font-weight:800}.packages-section .pricing-area .plans-grid{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (width>=576px){.packages-section .pricing-area .plans-grid{grid-template-columns:repeat(3,1fr)}}.packages-section .pricing-area .pricing-card{background:#fff;border:1px solid #eaf0f6;border-radius:16px;flex-direction:column;padding:2rem 1.5rem;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.packages-section .pricing-area .pricing-card:hover{transform:translateY(-5px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.packages-section .pricing-area .pricing-card.featured{border:2px solid #0a84ff;transform:scale(1.03);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}@media (width>=576px){.packages-section .pricing-area .pricing-card.featured{margin-top:-10px;margin-bottom:-10px}}.packages-section .pricing-area .pricing-card.featured .popular-badge{color:#fff;text-transform:uppercase;letter-spacing:1px;background:linear-gradient(135deg,#0a84ff,#00d2ff);border-radius:50px;padding:.35rem .85rem;font-size:.7rem;font-weight:700;position:absolute;top:-12px;left:50%;transform:translate(-50%);box-shadow:0 4px 10px #0a84ff4d}.packages-section .pricing-area .pricing-card .plan-header{text-align:center;margin-bottom:1.5rem}.packages-section .pricing-area .pricing-card .plan-header .plan-icon{color:#0a84ff;margin-bottom:.5rem}.packages-section .pricing-area .pricing-card .plan-header h4{margin-bottom:.75rem;font-size:1.15rem;font-weight:700}.packages-section .pricing-area .pricing-card .plan-header .price{color:#0f172a;font-size:1.5rem;font-weight:800}.packages-section .pricing-area .pricing-card .plan-header .price span{color:#475569;font-size:.85rem;font-weight:500}.packages-section .pricing-area .pricing-card .plan-features{flex-grow:1;margin-bottom:2rem;list-style:none}.packages-section .pricing-area .pricing-card .plan-features li{color:#475569;align-items:center;gap:.5rem;margin-bottom:.75rem;font-size:.85rem;display:flex}.packages-section .pricing-area .pricing-card .plan-features li svg{color:#0a84ff;flex-shrink:0;width:14px;height:14px}.packages-section .pricing-area .pricing-card .plan-button{text-align:center;color:#0a84ff;background:0 0;border:1px solid #0a84ff;border-radius:8px;width:100%;padding:.75rem;font-size:.85rem;font-weight:700;display:block}.packages-section .pricing-area .pricing-card .plan-button:hover,.packages-section .pricing-area .pricing-card .plan-button.btn-featured{color:#fff;background-color:#0a84ff}.packages-section .pricing-area .pricing-card .plan-button.btn-featured:hover{background-color:#0077f0;border-color:#0077f0}.packages-section .form-area{background:#fff;border:1px solid #eaf0f6;border-radius:24px;padding:3rem 2rem;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.packages-section .form-area .form-header{margin-bottom:2rem}.packages-section .form-area .form-header .section-subtitle{color:#0a84ff;text-transform:uppercase;letter-spacing:1.5px;margin-bottom:.5rem;font-size:.85rem;font-weight:700}.packages-section .form-area .form-header h3{color:#0f172a;margin-bottom:.5rem;font-size:1.75rem}.packages-section .form-area .form-header p{color:#475569;font-size:.9rem}.packages-section .form-area .form-group{margin-bottom:1.25rem}.packages-section .form-area .form-group input,.packages-section .form-area .form-group select,.packages-section .form-area .form-group textarea{color:#0f172a;background-color:#f1f5f9;border:1px solid #dbe6f0;border-radius:8px;width:100%;padding:.85rem 1.25rem;font-size:.9rem;transition:all .2s cubic-bezier(.4,0,.2,1)}.packages-section .form-area .form-group input::placeholder,.packages-section .form-area .form-group select::placeholder,.packages-section .form-area .form-group textarea::placeholder{color:#475569;opacity:.6}.packages-section .form-area .form-group input:focus,.packages-section .form-area .form-group select:focus,.packages-section .form-area .form-group textarea:focus{background-color:#fff;border-color:#0a84ff;box-shadow:0 0 0 3px #0a84ff1a}.packages-section .form-area .form-group textarea{resize:vertical;min-height:100px}.packages-section .form-area .form-actions-buttons{flex-direction:column;gap:1rem;margin-top:1.5rem;display:flex}@media (width>=576px){.packages-section .form-area .form-actions-buttons{flex-direction:row}}.packages-section .form-area .form-actions-buttons .btn-submit{color:#fff;border-radius:8px;justify-content:center;align-items:center;gap:.75rem;width:100%;padding:.9rem;font-weight:600;transition:all .2s cubic-bezier(.4,0,.2,1);display:inline-flex}.packages-section .form-area .form-actions-buttons .btn-submit:hover{transform:translateY(-2px)}.packages-section .form-area .form-actions-buttons .btn-submit:hover svg{transform:scale(1.1)}.packages-section .form-area .form-actions-buttons .btn-submit svg{flex-shrink:0;transition:transform .2s cubic-bezier(.4,0,.2,1)}.packages-section .form-area .form-actions-buttons .btn-whatsapp{background:linear-gradient(135deg,#25d366 0%,#128c7e 100%);box-shadow:0 4px 12px #25d36633}.packages-section .form-area .form-actions-buttons .btn-whatsapp:hover{box-shadow:0 6px 18px #25d36659}.packages-section .form-area .form-actions-buttons .btn-email{background:linear-gradient(135deg,#0a84ff 0%,#00d2ff 100%);box-shadow:0 4px 12px #0a84ff33}.packages-section .form-area .form-actions-buttons .btn-email:hover{box-shadow:0 6px 18px #0a84ff59}.packages-section .form-area .form-message{text-align:center;border-radius:8px;margin-top:1rem;padding:.75rem;font-size:.85rem}.packages-section .form-area .form-message.success{color:#059669;background-color:#0596691a;border:1px solid #05966933}.testimonials-section{background-color:#fff;padding:6rem 0}.testimonials-section .testimonials-header{text-align:center;margin-bottom:4rem}.testimonials-section .testimonials-header .section-subtitle{color:#0a84ff;text-transform:uppercase;letter-spacing:1.5px;margin-bottom:.75rem;font-size:.85rem;font-weight:700}.testimonials-section .testimonials-header .section-title{color:#0f172a;font-size:2.25rem;font-weight:800}.testimonials-section .testimonials-grid{grid-template-columns:1fr;gap:2rem;display:grid}@media (width>=768px){.testimonials-section .testimonials-grid{grid-template-columns:repeat(3,1fr)}}.testimonials-section .testimonial-card{background:#fff;border:1px solid #eaf0f6;border-radius:16px;flex-direction:column;justify-content:space-between;height:100%;padding:2.5rem 2rem;display:flex;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.testimonials-section .testimonial-card .quote-icon{color:#07c78c;margin-bottom:1.25rem}.testimonials-section .testimonial-card .quote-text{color:#475569;flex-grow:1;margin-bottom:1.5rem;font-size:.95rem;font-style:italic;line-height:1.6}.testimonials-section .testimonial-card .client-info{border-top:1px solid #eaf0f6;padding-top:1.25rem}.testimonials-section .testimonial-card .client-info .rating{color:#facc15;gap:2px;margin-bottom:.5rem;display:flex}.testimonials-section .testimonial-card .client-info .name-row{color:#0f172a;font-size:.9rem;font-weight:700}.testimonials-section .testimonial-card .client-info .name-row span{color:#475569;margin-left:.25rem;font-weight:500}.experts-section{color:#f8fafc;background:#030712;padding:6rem 0}.experts-section .experts-header{margin-bottom:4rem}.experts-section .experts-header .section-subtitle{color:#00d2ff;text-transform:uppercase;letter-spacing:1.5px;margin-bottom:.75rem;font-size:.85rem;font-weight:700}.experts-section .experts-header .section-title{font-size:2.25rem;font-weight:800}.experts-section .experts-grid{grid-template-columns:1fr;gap:2rem;display:grid}@media (width>=768px){.experts-section .experts-grid{grid-template-columns:repeat(3,1fr)}}.experts-section .expert-card{-webkit-backdrop-filter:blur(16px);background:#ffffff05;border:1px solid #ffffff0f;border-radius:16px;align-items:center;gap:1.5rem;padding:2.5rem 2rem;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex}.experts-section .expert-card:hover{background-color:#ffffff0a;border-color:#0a84ff40;transform:translateY(-5px)}.experts-section .expert-card .expert-icon{color:#00d2ff;background:linear-gradient(135deg,#0a84ff26,#00d2ff26);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:56px;height:56px;display:flex}.experts-section .expert-card .expert-details h4{margin-bottom:.25rem;font-size:1.15rem;font-weight:700}.experts-section .expert-card .expert-details p{color:#94a3b8;font-size:.85rem}.footer{color:#f8fafc;background:#010205;border-top:1px solid #ffffff0d;padding:5rem 0 3rem}.footer .footer-grid{grid-template-columns:1fr;gap:3rem;margin-bottom:4rem;display:grid}@media (width>=768px){.footer .footer-grid{grid-template-columns:1.5fr 1fr}}.footer .footer-left .logo-block{align-items:center;gap:.75rem;margin-bottom:1.25rem;display:flex}.footer .footer-left .logo-block .logo-icon{width:40px;height:40px}.footer .footer-left .logo-block .logo-icon svg{filter:drop-shadow(0 0 8px #0a84ff66);width:100%;height:100%}.footer .footer-left .logo-block .logo-text{flex-direction:column;display:flex}.footer .footer-left .logo-block .logo-text h3{color:#f8fafc;letter-spacing:-.5px;margin-bottom:.15rem;font-size:1.25rem;font-weight:800;line-height:1}.footer .footer-left .logo-block .logo-text span{color:#00d2ff;letter-spacing:1.5px;text-transform:uppercase;font-size:.65rem;font-weight:600}.footer .footer-left p.tagline{color:#94a3b8;max-width:320px;font-size:.9rem}.footer .footer-right{flex-wrap:wrap;gap:2rem 3rem;display:flex}.footer .footer-right .info-group{flex-direction:column;gap:.75rem;display:flex}.footer .footer-right .info-group h5{text-transform:uppercase;color:#94a3b8;letter-spacing:1px;margin-bottom:.25rem;font-size:.85rem;font-weight:700}.footer .footer-right .info-group .info-item{color:#f8fafc;align-items:center;gap:.75rem;font-size:.88rem;display:flex}.footer .footer-right .info-group .info-item svg{color:#00d2ff;flex-shrink:0}.footer .footer-right .info-group .info-item a:hover{color:#00d2ff}.footer .footer-bottom{border-top:1px solid #ffffff0d;flex-direction:column;justify-content:space-between;align-items:center;gap:1rem;padding-top:2rem;display:flex}@media (width>=576px){.footer .footer-bottom{flex-direction:row}}.footer .footer-bottom p{color:#94a3b8;font-size:.8rem}.footer .footer-bottom .social-links{gap:1.5rem;display:flex}.footer .footer-bottom .social-links a{color:#94a3b8}.footer .footer-bottom .social-links a:hover{color:#00d2ff;transform:translateY(-2px)}.scroll-to-top{color:#fff;z-index:999;opacity:0;visibility:hidden;background:linear-gradient(135deg,#0a84ff 0%,#00d2ff 100%);border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;bottom:2rem;right:2rem;transform:translateY(20px)scale(.8);box-shadow:0 4px 15px #0a84ff4d}.scroll-to-top.visible{opacity:1;visibility:visible;transform:translateY(0)scale(1)}.scroll-to-top:hover{background:linear-gradient(135deg,#2491ff 0%,#0a84ff 100%);transform:translateY(-5px)scale(1.05);box-shadow:0 6px 20px #0a84ff80}.scroll-to-top:hover svg{animation:1.2s infinite bounceUp}.scroll-to-top svg{transition:transform .2s cubic-bezier(.4,0,.2,1)}@keyframes bounceUp{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}
