.Hero-module__ZARIfG__hero{align-items:center;min-height:100vh;padding-top:80px;display:flex;position:relative;overflow:hidden}.Hero-module__ZARIfG__container{z-index:10;grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid;position:relative}.Hero-module__ZARIfG__content{flex-direction:column;gap:1.5rem;display:flex}.Hero-module__ZARIfG__title{color:var(--foreground);font-size:4rem;line-height:1.1}.Hero-module__ZARIfG__highlight{color:var(--accent);display:inline-block;position:relative}.Hero-module__ZARIfG__highlight:after{content:"";background:var(--accent);opacity:.2;z-index:-1;border-radius:4px;width:100%;height:30%;position:absolute;bottom:10px;left:0}.Hero-module__ZARIfG__description{color:var(--foreground);opacity:.8;max-width:90%;font-size:1.25rem;line-height:1.6}.Hero-module__ZARIfG__actions{gap:1rem;margin-top:1rem;display:flex}.Hero-module__ZARIfG__primaryBtn,.Hero-module__ZARIfG__secondaryBtn{border-radius:999px;justify-content:center;align-items:center;padding:.875rem 2rem;font-size:1rem;font-weight:600;transition:all .3s;display:inline-flex}.Hero-module__ZARIfG__primaryBtn{background:var(--primary);color:var(--primary-foreground);box-shadow:0 10px 20px -10px var(--primary)}.Hero-module__ZARIfG__primaryBtn:hover{box-shadow:0 15px 25px -10px var(--primary);transform:translateY(-2px)}.Hero-module__ZARIfG__secondaryBtn{background:var(--background-secondary);color:var(--foreground);border:1px solid var(--border)}.Hero-module__ZARIfG__secondaryBtn:hover{background:var(--border);transform:translateY(-2px)}.Hero-module__ZARIfG__visual{justify-content:center;align-items:center;height:500px;display:flex;position:relative}.Hero-module__ZARIfG__imageWrapper{aspect-ratio:1;border:1px solid var(--border);border-radius:30px;width:100%;max-width:500px;position:relative;overflow:hidden;box-shadow:0 25px 50px -12px #1d2b5340}.Hero-module__ZARIfG__heroImage{object-fit:cover;width:100%;height:100%;transition:transform .5s}.Hero-module__ZARIfG__imageWrapper:hover .Hero-module__ZARIfG__heroImage{transform:scale(1.05)}.Hero-module__ZARIfG__floatingBadge{background:var(--glass-bg);-webkit-backdrop-filter:blur(12px);border:1px solid var(--glass-border);box-shadow:var(--shadow);z-index:10;border-radius:99px;align-items:center;gap:.75rem;padding:1rem 1.5rem;animation:6s ease-in-out infinite Hero-module__ZARIfG__float;display:flex;position:absolute;bottom:40px;left:-20px}.Hero-module__ZARIfG__badgeDot{background:#27c93f;border-radius:50%;width:10px;height:10px;box-shadow:0 0 10px #27c93f}.Hero-module__ZARIfG__floatingBadge span{color:var(--foreground);font-weight:600}@keyframes Hero-module__ZARIfG__float{0%{transform:translateY(0)}50%{transform:translateY(-15px)}to{transform:translateY(0)}}@media (max-width:992px){.Hero-module__ZARIfG__container{text-align:center;grid-template-columns:1fr;gap:2rem}.Hero-module__ZARIfG__title{font-size:3rem}.Hero-module__ZARIfG__description{margin:0 auto}.Hero-module__ZARIfG__actions{justify-content:center}.Hero-module__ZARIfG__floatingBadge{left:20px}.Hero-module__ZARIfG__hero{padding-bottom:80px}}.Hero-module__ZARIfG__sloganQuote{z-index:10;justify-content:center;align-items:center;gap:20px;width:100%;display:flex;position:absolute;bottom:30px;left:0}.Hero-module__ZARIfG__sloganQuote p{color:var(--foreground);letter-spacing:1px;text-shadow:0 0 20px var(--accent);margin:0;font-family:Outfit,sans-serif;font-size:1.5rem;font-style:italic;font-weight:300}.Hero-module__ZARIfG__quoteLine{background:linear-gradient(90deg, transparent, var(--accent), transparent);opacity:.5;width:100px;height:1px}@media (max-width:992px){.Hero-module__ZARIfG__sloganQuote{bottom:20px}.Hero-module__ZARIfG__sloganQuote p{font-size:1.1rem}.Hero-module__ZARIfG__quoteLine{width:40px}}
.Services-module__dpHhBa__services{background:var(--background-secondary);padding:8rem 0}.Services-module__dpHhBa__header{text-align:center;max-width:700px;margin:0 auto 5rem}.Services-module__dpHhBa__title{color:var(--foreground);margin-bottom:1.5rem;font-size:3rem}.Services-module__dpHhBa__subtitle{color:var(--foreground);opacity:.8;font-size:1.1rem;line-height:1.6}.Services-module__dpHhBa__bentoGrid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.Services-module__dpHhBa__card{background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:24px;flex-direction:column;transition:transform .3s,box-shadow .3s;display:flex;position:relative;overflow:hidden}.Services-module__dpHhBa__card:hover{box-shadow:var(--shadow);transform:translateY(-5px)}.Services-module__dpHhBa__cardImageBg{object-fit:cover;z-index:0;width:100%;height:100%;transition:transform .5s;position:absolute;top:0;left:0}.Services-module__dpHhBa__card:hover .Services-module__dpHhBa__cardImageBg{transform:scale(1.05)}.Services-module__dpHhBa__cardOverlay{z-index:1;background:linear-gradient(#0f172a66 0%,#0f172af2 100%);width:100%;height:100%;position:absolute;top:0;left:0}.Services-module__dpHhBa__cardContent{z-index:2;flex-direction:column;justify-content:flex-end;height:100%;padding:2.5rem;display:flex;position:relative}.Services-module__dpHhBa__cardLarge,.Services-module__dpHhBa__cardSmall1,.Services-module__dpHhBa__cardSmall2{grid-area:span 1/span 1;min-height:450px}.Services-module__dpHhBa__cardIconWrapper{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);width:48px;height:48px;color:var(--accent);background:#ffffff1a;border-radius:12px;justify-content:center;align-items:center;margin-bottom:1.5rem;display:flex}.Services-module__dpHhBa__cardIcon{width:24px;height:24px}.Services-module__dpHhBa__cardTitle{color:#fff;margin-bottom:1rem;font-size:1.5rem}.Services-module__dpHhBa__cardDesc{color:#fffc;font-size:.95rem;line-height:1.6}.Services-module__dpHhBa__actionContainer{justify-content:center;margin-top:4rem;display:flex}.Services-module__dpHhBa__primaryBtn{background:var(--primary);color:var(--primary-foreground);border-radius:99px;justify-content:center;align-items:center;padding:1rem 2.5rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex;box-shadow:0 10px 25px -5px #2563eb66}.Services-module__dpHhBa__primaryBtn:hover{background:var(--accent);transform:translateY(-2px);box-shadow:0 15px 35px -5px #3b82f680}.Services-module__dpHhBa__cardLarge .Services-module__dpHhBa__cardDesc{max-width:80%;font-size:1.125rem}.Services-module__dpHhBa__cardDecoration{background:radial-gradient(circle, var(--accent) 0%, transparent 70%);opacity:.1;filter:blur(20px);border-radius:50%;width:200px;height:200px;transition:all .5s;position:absolute;top:-50px;right:-50px}.Services-module__dpHhBa__card:hover .Services-module__dpHhBa__cardDecoration{opacity:.2;transform:scale(1.2)}@media (max-width:992px){.Services-module__dpHhBa__bentoGrid{grid-template-rows:auto;grid-template-columns:1fr}.Services-module__dpHhBa__cardLarge,.Services-module__dpHhBa__cardSmall1,.Services-module__dpHhBa__cardSmall2{grid-area:span 1/span 1}.Services-module__dpHhBa__cardLarge .Services-module__dpHhBa__cardDesc{max-width:100%}}
.MetaAds-module__IzdBWa__metaAds{background:var(--background);padding:8rem 0;position:relative;overflow:hidden}.MetaAds-module__IzdBWa__container{grid-template-columns:1fr 1fr;align-items:center;gap:6rem;display:grid}.MetaAds-module__IzdBWa__imageSide{position:relative}.MetaAds-module__IzdBWa__imageWrapper{aspect-ratio:4/5;border:1px solid var(--border);border-radius:24px;width:100%;overflow:hidden;box-shadow:0 30px 60px -15px #1d2b534d}.MetaAds-module__IzdBWa__visual{object-fit:cover;width:100%;height:100%}.MetaAds-module__IzdBWa__contentSide{flex-direction:column;gap:1.5rem;display:flex}.MetaAds-module__IzdBWa__title{color:var(--foreground);margin-bottom:.5rem;font-size:3.5rem;line-height:1.1}.MetaAds-module__IzdBWa__highlight{color:var(--accent)}.MetaAds-module__IzdBWa__subtitle{color:var(--foreground);opacity:.8;margin-bottom:2rem;font-size:1.125rem;line-height:1.7}.MetaAds-module__IzdBWa__featuresList{flex-direction:column;gap:2rem;display:flex}.MetaAds-module__IzdBWa__featureItem{align-items:flex-start;gap:1.5rem;display:flex}.MetaAds-module__IzdBWa__iconWrapper{width:50px;min-width:50px;height:50px;color:var(--accent);background:#2563eb1a;border-radius:14px;justify-content:center;align-items:center;display:flex}.MetaAds-module__IzdBWa__featureText h3{color:var(--foreground);margin-bottom:.5rem;font-size:1.25rem}.MetaAds-module__IzdBWa__featureText p{color:var(--foreground);opacity:.75;font-size:.95rem;line-height:1.6}@media (max-width:992px){.MetaAds-module__IzdBWa__container{grid-template-columns:1fr;gap:4rem}.MetaAds-module__IzdBWa__imageSide{order:2}.MetaAds-module__IzdBWa__contentSide{order:1}.MetaAds-module__IzdBWa__imageWrapper{aspect-ratio:16/9}}
