@charset "UTF-8";*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{background-color:#0a0a0a;color:#ededed;min-height:100vh;text-rendering:optimizeSpeed;overflow-x:hidden}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit}a{text-decoration:none;color:inherit}ul,ol{list-style:none}button{background:none;border:none;cursor:pointer}body{font-family:Roboto,sans-serif;font-size:16px;line-height:1.6;color:#ededed;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{font-family:Space Grotesk,sans-serif;margin-bottom:1rem;color:#fff;line-height:1.2}h1{font-size:2.5rem;font-weight:700}@media(min-width:768px){h1{font-size:3.5rem}}h2{font-size:2rem;font-weight:600}@media(min-width:768px){h2{font-size:2.5rem}}p{margin-bottom:1rem}.text-gradient{background:linear-gradient(135deg,#09c,purple);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#09c;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#007399}::selection{background-color:#09c;color:#fff}.app-container{display:flex;flex-direction:column;min-height:100vh}.main-content{flex-grow:1}.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:9999px;font-weight:700;transition:all .3s ease;transform:translateY(0);padding:.75rem 2rem;font-size:.875rem;border:none;cursor:pointer}@media(min-width:768px){.btn{font-size:1rem}}.btn:hover{transform:translateY(-.125rem)}.btn:focus{outline:none;box-shadow:0 0 0 2px #fff,0 0 0 4px currentColor}.btn--full{width:100%}.btn--primary{background-color:#09c;color:#fff}.btn--primary:hover{background-color:#0099cce6}.btn--secondary{background-color:purple;color:#fff}.btn--secondary:hover{background-color:#800080e6}.btn--accent{background-color:#6c3;color:#fff;box-shadow:0 10px 15px -3px #0000001a}.btn--accent:hover{background-color:#66cc33e6;box-shadow:0 20px 25px -5px #0000001a}.btn--outline{border:2px solid rgba(255,255,255,.4);color:#fff;background:transparent}.btn--outline:hover{background-color:#ffffff1a}.btn--white{background-color:#fff;color:#0a0a0a;box-shadow:0 4px 6px -1px #0000001a}.btn--white:hover{background-color:#f5f5f5}.navbar{position:fixed;top:0;width:100%;z-index:50;transition:all .3s ease}.navbar--scrolled{background-color:#fffffff2;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);box-shadow:0 4px 6px -1px #0000001a;padding-top:1rem;padding-bottom:1rem}.navbar--transparent{background-color:transparent;padding-top:1.5rem;padding-bottom:1.5rem}.navbar--transparent .navbar__logo img{filter:brightness(0) invert(1)}.navbar--transparent .navbar__link{color:#fff}.navbar--transparent .navbar__link:hover{color:#fffc}.navbar__container{width:100%;margin-right:auto;margin-left:auto;padding-right:1rem;padding-left:1rem}@media(min-width:768px){.navbar__container{max-width:768px}}@media(min-width:1280px){.navbar__container{max-width:1536px;padding-right:2rem;padding-left:2rem}}.navbar__container{display:flex;align-items:center;justify-content:space-between;position:relative;z-index:51}.navbar__logo{display:flex;align-items:center;cursor:pointer}.navbar__logo img{height:2.5rem;width:auto;object-fit:contain;transition:transform .3s}@media(min-width:1024px){.navbar__logo img{height:3rem}}.navbar__logo:hover img{transform:scale(1.05)}.navbar__nav{display:none}@media(min-width:1024px){.navbar__nav{display:flex;align-items:center;gap:2rem}}.navbar__toggle{display:block;color:#262626;border:none;background:none;cursor:pointer}@media(min-width:1024px){.navbar__toggle{display:none}}.navbar__mobile-menu{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#fff;z-index:40;padding:6rem 1rem 2rem;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2rem;transform:translate(-100%);opacity:0;visibility:hidden;transition:transform .4s cubic-bezier(.4,0,.2,1),opacity .4s ease,visibility .4s}.navbar__mobile-menu--open{transform:translate(0);opacity:1;visibility:visible}@media(min-width:1024px){.navbar__mobile-menu{display:none}}.navbar__mobile-menu button{font-size:1.5rem;font-weight:700;color:#171717;background:none;border:none;cursor:pointer;padding:1rem;width:100%;text-align:center;transition:color .3s}.navbar__mobile-menu button:hover{color:#09c;background-color:#0099cc0d}.section{width:100%;padding:5rem 1rem}@media(min-width:768px){.section{padding:6rem 2.5rem}}@media(min-width:1024px){.section{padding-top:8rem;padding-bottom:8rem}}.section--dark{background-color:#171717;color:#fff}.section--light{background-color:#fff;color:#262626}.section__container{width:100%;max-width:1536px;margin:0 auto;height:100%}.footer{background-color:#171717;color:#9ca3af;padding-top:3rem;padding-bottom:3rem;border-top:1px solid #262626}.footer__container{width:100%;margin-right:auto;margin-left:auto;padding-right:1rem;padding-left:1rem}@media(min-width:768px){.footer__container{max-width:768px}}@media(min-width:1280px){.footer__container{max-width:1536px;padding-right:2rem;padding-left:2rem}}.footer__grid{display:grid;grid-template-columns:1fr;gap:2rem;margin-bottom:2rem}@media(min-width:768px){.footer__grid{grid-template-columns:repeat(4,1fr)}}.footer__col-large{grid-column:span 1}@media(min-width:768px){.footer__col-large{grid-column:span 2}}.footer__logo-box{background-color:#ffffff0d;display:inline-flex;align-items:center;gap:.75rem;padding:1rem;border-radius:.75rem;margin-bottom:1.5rem}.footer__logo-box img{height:3rem;width:auto;filter:brightness(0) invert(1)}.footer__logo-divider-footer{width:1px;height:2.5rem;background-color:#ffffff4d}.footer__oracle-logo{height:2.5rem!important;width:auto!important}.footer__text{font-size:.875rem;line-height:1.625;max-width:24rem;margin-bottom:1rem}.footer__badge{display:inline-block;padding:.25rem .75rem;border:1px solid rgba(234,179,8,.5);color:#eab308;font-size:.75rem;font-weight:700;border-radius:.25rem}.footer__heading{color:#fff;font-weight:700;margin-bottom:1rem;text-transform:uppercase;font-size:.75rem;letter-spacing:.05em}.footer__list{display:flex;flex-direction:column;gap:.5rem;font-size:.875rem}.footer__list a:hover{color:#09c;transition:color .3s}.footer__bottom{display:flex;flex-direction:column;justify-content:space-between;align-items:center;padding-top:2rem;border-top:1px solid #262626;font-size:.75rem}@media(min-width:768px){.footer__bottom{flex-direction:row}}.footer__info{display:flex;align-items:center;gap:1.5rem;margin-top:1rem}@media(min-width:768px){.footer__info{margin-top:0}}.case-card{display:flex;flex-direction:column;height:100%;background-color:#fff;border-radius:1rem;padding:.5rem;box-shadow:0 10px 15px -3px #0000001a;border:1px solid #F5F5F5;transition:all .3s}.case-card__image-wrapper{position:relative;height:14rem;border-radius:.75rem;overflow:hidden;margin-bottom:1rem;flex-shrink:0}.case-card__image{width:100%;height:100%;object-fit:cover;transition:transform .5s duration-500}.case-card__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(0,0,0,.6),transparent,transparent);opacity:.6}.case-card__client{position:absolute;bottom:1rem;left:1rem;color:#fff;font-family:serif;font-weight:700;letter-spacing:.05em;font-size:.875rem;text-transform:uppercase}.case-card__content{padding:0 1rem 1.5rem;display:flex;flex-direction:column;flex-grow:1}.case-card__tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:.75rem}.case-card__tag{padding:.25rem .5rem;background-color:#f5f5f5;color:#525252;font-size:.625rem;font-weight:700;text-transform:uppercase;border-radius:.25rem}.case-card__title{font-size:1.25rem;font-weight:700;font-family:Space Grotesk,sans-serif;color:#171717;margin-bottom:.5rem;transition:color .3s}.case-card__desc{color:#525252;font-size:.875rem;line-height:1.625;margin-bottom:1rem;flex-grow:1}.case-card__link{display:flex;align-items:center;font-size:.875rem;font-weight:700;color:#171717;transition:color .3s;margin-top:auto;background:none;border:none;cursor:pointer}.case-card__link:hover{color:#09c}.case-card--featured{grid-column:span 1;border-radius:1.5rem;overflow:hidden;background:#fff;box-shadow:0 20px 25px -5px #0000001a;border:1px solid #F5F5F5;display:grid;grid-template-columns:1fr;transition:box-shadow .3s;padding:0}@media(min-width:1280px){.case-card--featured{grid-column:span 3;grid-template-columns:repeat(2,1fr)}}.case-card--featured .featured__image-box{position:relative;min-height:300px;overflow:hidden}@media(min-width:1280px){.case-card--featured .featured__image-box{min-height:100%}}.case-card--featured .featured__image{position:absolute;top:10%;left:0;right:0;bottom:0;width:100%;height:90%;object-fit:cover;object-position:74%}.case-card--featured .featured__content{padding:2rem;display:flex;flex-direction:column;justify-content:center}@media(min-width:768px){.case-card--featured .featured__content{padding:3rem}}@media(min-width:1280px){.case-card--featured .featured__content{padding:4rem}}.case-card--featured .featured__client{font-size:1.5rem;font-family:Space Grotesk,sans-serif;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:#262626;margin-bottom:1.5rem;opacity:.5}.case-card--featured .featured__title{font-size:1.875rem;font-weight:700;font-family:Space Grotesk,sans-serif;color:#171717;margin-bottom:1rem}.case-card--featured .featured__desc{color:#525252;font-size:1.125rem;margin-bottom:2rem;line-height:1.625}.case-card--featured .featured__stats{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;margin-bottom:2.5rem}.case-card--featured .featured__stat-val{font-size:1.875rem;font-weight:700;color:purple;margin-bottom:.25rem}.case-card--featured .featured__stat-label{font-size:.875rem;color:#737373;font-weight:500}.product-card{background-color:#fff;padding:2rem;border-radius:.75rem;border:1px solid #E5E5E5;transition:all .3s;display:flex;flex-direction:column;align-items:center;text-align:center}.product-card:hover{box-shadow:0 10px 15px -3px #0000001a;transform:translateY(-.25rem);border-color:#09c}.product-card:hover .product-card__icon{color:#09c;transform:scale(1.1)}.product-card__icon{color:#404040;margin-bottom:1.25rem;transition:all .3s}.product-card__title{font-size:1.125rem;font-weight:700;color:#171717;margin-bottom:.75rem;font-family:Space Grotesk,sans-serif}.product-card__description{font-size:.9375rem;color:#525252;line-height:1.6}.oracle-service-card{background-color:#fff;padding:2rem;border-radius:.75rem;border:1px solid #E5E5E5;display:flex;gap:1.5rem;transition:all .3s}.oracle-service-card:hover{box-shadow:0 10px 15px -3px #0000001a;transform:translateY(-.125rem);border-color:#09c}.oracle-service-card:hover .oracle-service-card__number{background-color:#09c;color:#fff;transform:scale(1.1)}.oracle-service-card__number{flex-shrink:0;width:3rem;height:3rem;border-radius:50%;background-color:#f5f5f5;color:#404040;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;font-family:Space Grotesk,sans-serif;transition:all .3s}.oracle-service-card__content{flex:1}.oracle-service-card__title{font-size:1.25rem;font-weight:700;color:#171717;margin-bottom:.75rem;font-family:Space Grotesk,sans-serif}.oracle-service-card__description{font-size:.9375rem;color:#525252;line-height:1.6;text-align:justify}.faq-item{background-color:#fff;border-radius:.5rem;border:1px solid #E5E5E5;overflow:hidden;transition:all .3s}.faq-item:hover{border-color:#09c}.faq-item__question{width:100%;padding:1.25rem 1.5rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;background:none;border:none;cursor:pointer;text-align:left;font-size:1rem;font-weight:600;color:#171717;transition:color .3s}.faq-item__question:hover{color:#09c}.faq-item__question span{flex:1}.faq-item__icon{flex-shrink:0;color:#737373;transition:transform .3s}.faq-item__icon--open{transform:rotate(180deg)}.faq-item__answer{max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s ease}.faq-item__answer--open{max-height:500px;padding:0 1.5rem 1.25rem}.faq-item__answer p{font-size:.9375rem;color:#525252;line-height:1.7;margin:0}.detailed-case{background-color:#fff;border-radius:1rem;padding:2rem;box-shadow:0 4px 6px -1px #0000001a;border:1px solid #E5E5E5}@media(min-width:768px){.detailed-case{padding:3rem}}.detailed-case__header{margin-bottom:2.5rem}.detailed-case__meta{margin-bottom:2rem}.detailed-case__client{font-size:2rem;font-weight:700;font-family:Space Grotesk,sans-serif;color:#171717;margin-bottom:.5rem}@media(min-width:768px){.detailed-case__client{font-size:2.5rem}}.detailed-case__website{display:inline-flex;align-items:center;gap:.25rem;font-size:.875rem;color:#09c;text-decoration:none;transition:color .3s}.detailed-case__website:hover{color:#007399;text-decoration:underline}.detailed-case__info-grid{display:grid;gap:1.5rem;grid-template-columns:1fr}@media(min-width:768px){.detailed-case__info-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.detailed-case__info-grid{grid-template-columns:repeat(4,1fr)}}.detailed-case__info-item{display:flex;gap:.75rem}.detailed-case__info-icon{flex-shrink:0;color:#09c;margin-top:.125rem}.detailed-case__info-label{display:block;font-size:.75rem;font-weight:700;text-transform:uppercase;color:#737373;margin-bottom:.25rem;letter-spacing:.05em}.detailed-case__info-value{font-size:.875rem;color:#404040;line-height:1.5;margin:0}.detailed-case__stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(8rem,1fr));gap:2rem;padding:2rem;background:linear-gradient(135deg,#0099cc0d,#8000800d);border-radius:.75rem;margin-bottom:2.5rem;text-align:center}.detailed-case__stat{display:flex;flex-direction:column;align-items:center}.detailed-case__stat-value{font-size:2rem;font-weight:700;color:#09c;font-family:Space Grotesk,sans-serif;margin-bottom:.25rem}@media(min-width:768px){.detailed-case__stat-value{font-size:2.5rem}}.detailed-case__stat-label{font-size:.875rem;color:#525252;font-weight:500}.detailed-case__section{margin-bottom:2.5rem}.detailed-case__section:last-of-type{margin-bottom:0}.detailed-case__section-title{font-size:1.5rem;font-weight:700;font-family:Space Grotesk,sans-serif;color:#171717;margin-bottom:1rem;display:flex;align-items:center}.detailed-case__text{font-size:1rem;color:#404040;line-height:1.7;text-align:justify;margin-bottom:0}.detailed-case__solution-grid{display:flex;flex-direction:column;gap:1.5rem}.detailed-case__solution-item{padding:1.5rem;background-color:#fafafa;border-radius:.5rem;border-left:4px solid #0099cc}.detailed-case__solution-title{font-size:1.125rem;font-weight:700;color:#171717;margin-bottom:.75rem}.detailed-case__list{list-style:none;padding-left:0;margin:0}.detailed-case__list li{position:relative;padding-left:1.75rem;margin-bottom:.75rem;font-size:1rem;color:#404040;line-height:1.6}.detailed-case__list li:before{content:"✓";position:absolute;left:0;color:#6c3;font-weight:700;font-size:1.125rem}.detailed-case__list li:last-child{margin-bottom:0}.navbar__logo-divider{width:1px;height:2rem;background-color:#d4d4d4;margin:0 .75rem}@media(min-width:1024px){.navbar__logo-divider{height:2.5rem}}.navbar__oracle-logo{height:2rem;width:auto;object-fit:contain}@media(min-width:1024px){.navbar__oracle-logo{height:2.5rem}}.client-carousel{width:100%;overflow:hidden;background:linear-gradient(to right,#fff,#f9fafb,#fff);padding:3rem 0;position:relative}.client-carousel:before,.client-carousel:after{content:"";position:absolute;top:0;width:10%;height:100%;z-index:2;pointer-events:none}.client-carousel:before{left:0;background:linear-gradient(to right,#ffffff,transparent)}.client-carousel:after{right:0;background:linear-gradient(to left,#ffffff,transparent)}.client-carousel__track{display:flex;gap:4rem;animation:scroll 30s linear infinite;width:fit-content}.client-carousel__track:hover{animation-play-state:paused}.client-carousel__item{flex-shrink:0;width:150px;height:80px;display:flex;align-items:center;justify-content:center;filter:grayscale(100%);opacity:.6;transition:all .3s ease}.client-carousel__item:hover{filter:grayscale(0%);opacity:1}.client-carousel__item img{max-width:100%;max-height:100%;object-fit:contain}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@media(max-width:768px){.client-carousel__item{width:120px;height:60px}.client-carousel__track{gap:2rem}}.hero{position:relative;width:100%;min-height:100vh;padding-top:6rem}@media(min-width:1024px){.hero{padding-top:8rem}}.hero{display:flex;align-items:center;background:linear-gradient(to bottom right,#09c,purple);color:#fff;overflow:hidden}@media(min-width:768px){.hero{padding-bottom:14rem}}@media(min-width:1024px){.hero{padding-bottom:16rem}}.hero__bg-svg{position:absolute;top:0;right:0;width:66%;height:100%;opacity:.2;pointer-events:none}.hero__bg-svg svg path{fill:#fff}.hero__container{width:100%;margin-right:auto;margin-left:auto;padding-right:1rem;padding-left:1rem}@media(min-width:768px){.hero__container{max-width:768px}}@media(min-width:1280px){.hero__container{max-width:1536px;padding-right:2rem;padding-left:2rem}}.hero__container{display:grid;grid-template-columns:1fr;gap:3rem;align-items:center;position:relative;z-index:10;width:100%}@media(min-width:1280px){.hero__container{grid-template-columns:1fr 1fr}}.hero__content{display:flex;flex-direction:column;gap:1.5rem;text-align:center}@media(min-width:1280px){.hero__content{text-align:left}}.hero__subtitle-top{font-style:italic;font-size:1.125rem;opacity:.9;font-weight:300;letter-spacing:.025em}.hero__title{font-size:3rem;font-weight:700;font-family:Space Grotesk,sans-serif;letter-spacing:-.025em;line-height:1.1}@media(min-width:768px){.hero__title{font-size:4.5rem}}.hero__subtitle-bottom{font-size:1.125rem;font-weight:500;line-height:1.625;opacity:.9;max-width:32rem;margin:0 auto}@media(min-width:1280px){.hero__subtitle-bottom{margin:0;max-width:none;font-size:1.25rem}}.hero__partner{display:flex;align-items:center;justify-content:center;gap:.5rem;font-weight:700;font-size:1.125rem;margin-top:.5rem;cursor:pointer;text-decoration:none;color:inherit;transition:opacity .2s ease}@media(min-width:1280px){.hero__partner{justify-content:flex-start}}.hero__partner:hover{opacity:.85}.hero__partner svg{color:#facc15;fill:currentColor}.hero__image-wrapper{position:relative;width:100%;aspect-ratio:1;max-width:28rem;margin:0 auto}@media(min-width:1280px){.hero__image-wrapper{margin-left:auto}}.hero__image-bg{position:absolute;top:0;right:0;bottom:0;left:0;background-color:#ffffff1a;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border-radius:9999px;transform:scale(.9);filter:blur(40px);animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}.hero__image{position:relative;z-index:10;width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 25px 25px rgba(0,0,0,.15));border-radius:1rem}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.hero-stats{position:absolute;bottom:0;width:100%;background-color:#ffffff1a;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-top:1px solid rgba(255,255,255,.2);display:none}@media(min-width:768px){.hero-stats{display:block}}.hero-stats__container{width:100%;margin-right:auto;margin-left:auto;padding-right:1rem;padding-left:1rem}@media(min-width:768px){.hero-stats__container{max-width:768px}}@media(min-width:1280px){.hero-stats__container{max-width:1536px;padding-right:2rem;padding-left:2rem}}.hero-stats__container{padding-top:1.5rem;padding-bottom:1.5rem;display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.hero-stats__item{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.5rem}.hero-stats__item svg{width:2rem;height:2rem;color:#66d9ff}.hero-stats__item h3{font-weight:700}.hero-stats__item p{font-size:.75rem;opacity:.8;max-width:200px}.services-grid{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center}.service-card{background-color:#fff;padding:2rem;border-radius:1rem;box-shadow:0 10px 15px -3px #0000001a;border:1px solid #F5F5F5;transition:all .3s;width:100%}@media(min-width:768px){.service-card{width:calc(50% - .75rem)}}@media(min-width:1280px){.service-card{width:calc(25% - 1.125rem)}}.service-card:hover{box-shadow:0 20px 25px -5px #0000001a;transform:translateY(-.25rem)}.service-card:hover .service-card__icon-box{background-color:#09c}.service-card:hover .service-card__icon{color:#fff}.service-card__icon-box{width:3.5rem;height:3.5rem;border-radius:.75rem;background-color:#0099cc1a;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;transition:background-color .3s}.service-card__icon{width:2rem;height:2rem;color:#09c;transition:color .3s}.service-card__title{font-size:1.25rem;font-weight:700;margin-bottom:.75rem;color:#171717}.service-card__desc{font-size:.875rem;color:#525252;line-height:1.625}.success-preview{position:relative;overflow:hidden}.success-preview__bg-blob{position:absolute;top:0;right:0;margin-right:-5rem;width:24rem;height:24rem;background-color:#0099cc0d;border-radius:9999px;filter:blur(64px);pointer-events:none}.success-preview__header{display:flex;flex-direction:column;justify-content:space-between;gap:1.5rem;margin-bottom:4rem;position:relative;z-index:10}@media(min-width:768px){.success-preview__header{flex-direction:row;align-items:flex-end}}.success-preview__label{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem}.success-preview__label span:first-child{height:2px;width:2rem;background-color:#09c}.success-preview__label span:last-child{color:#09c;font-weight:700;text-transform:uppercase;letter-spacing:.1em;font-size:.875rem}.success-preview__title{font-size:2.25rem;font-weight:700;font-family:Space Grotesk,sans-serif;color:#171717;line-height:1.1}@media(min-width:768px){.success-preview__title{font-size:3rem}}.success-preview__title span{color:transparent;background-clip:text;-webkit-background-clip:text;background-image:linear-gradient(to right,#09c,purple)}.success-preview__grid{display:flex;flex-wrap:wrap;gap:2rem;position:relative;z-index:10}.success-preview__grid .case-card{width:100%}@media(min-width:768px){.success-preview__grid .case-card{width:calc(50% - 1rem)}}@media(min-width:1280px){.success-preview__grid .case-card{width:calc(33.333% - 1.333rem)}}.success-preview__grid .case-card--featured{width:100%}.about-intro{text-align:center;margin-bottom:5rem}.about-intro__text{font-size:1.5rem;font-weight:700;font-family:Space Grotesk,sans-serif;max-width:56rem;margin:0 auto;line-height:1.625;color:#262626}@media(min-width:768px){.about-intro__text{font-size:1.875rem}}.about-intro__divider{width:4rem;height:.25rem;background-color:#facc15;margin:2rem auto 0;border-radius:9999px}.philosophy{display:flex;flex-direction:column;gap:6rem}.philosophy__item{display:flex;flex-direction:column;align-items:center;gap:3rem}@media(min-width:768px){.philosophy__item{flex-direction:row}}.philosophy__text-box{flex:1;text-align:center}@media(min-width:768px){.philosophy__text-box--right{text-align:right;order:1}}@media(min-width:768px){.philosophy__text-box--left{text-align:left}}.philosophy__text-box--order-2{order:2}@media(min-width:768px){.philosophy__text-box--order-2{order:1}}.philosophy__text-box--order-1{order:1}@media(min-width:768px){.philosophy__text-box--order-1{order:2}}.philosophy__title{font-size:1.875rem;font-family:Space Grotesk,sans-serif;font-weight:500;color:#171717;margin-bottom:1rem}.philosophy__desc{color:#525252;line-height:1.625;max-width:28rem;margin-left:auto;margin-right:auto}@media(min-width:768px){.philosophy__text-box--right .philosophy__desc{margin-right:0;margin-left:auto}}@media(min-width:768px){.philosophy__text-box--left .philosophy__desc{margin-left:0;margin-right:auto}}.philosophy__image-box{flex:1;display:flex;justify-content:center}.philosophy__image-box--order-1{order:1}@media(min-width:768px){.philosophy__image-box--order-1{order:2}}.philosophy__image-box--order-2{order:2}.philosophy__image-circle{width:16rem;height:16rem;border-radius:9999px;display:flex;align-items:center;justify-content:center;position:relative;box-shadow:inset 0 2px 4px #0000000f}.philosophy__image-circle--cyan{background-color:#ecfeff}.philosophy__image-circle--purple{background-color:#faf5ff}.philosophy__image-circle img{width:12rem;height:12rem;border-radius:9999px;object-fit:cover;border:4px solid #FFFFFF;box-shadow:0 20px 25px -5px #0000001a}.metrics-banner{padding-top:5rem;padding-bottom:5rem;background:linear-gradient(to right,purple,#312e81);color:#fff}.metrics-banner__container{max-width:56rem;margin:0 auto;padding:0 2.5rem;display:flex;flex-direction:column;gap:3rem}.metrics-banner__grid{display:grid;gap:2rem}.metrics-banner__item__header{display:flex;justify-content:space-between;font-size:.75rem;font-weight:700;text-transform:uppercase;margin-bottom:.5rem}.metrics-banner__item__bar-bg{width:100%;background-color:#fff3;border-radius:9999px;height:.75rem;overflow:hidden}.metrics-banner__item__bar-fill{background-color:#6c3;height:100%;border-radius:9999px;width:100%;box-shadow:0 0 10px #66cc3380}.contact-section{background-color:#fafafa;border-top:1px solid #E5E5E5}.contact-section__container{max-width:56rem;margin:0 auto}.contact-section__card{background-color:#fff;box-shadow:0 25px 50px -12px #00000040;border-radius:1rem;overflow:hidden;display:flex;flex-direction:column}@media(min-width:768px){.contact-section__card{flex-direction:row}}.contact-section__form-box{width:100%;padding:2rem}@media(min-width:768px){.contact-section__form-box{width:50%;padding:3rem}}.contact-section__info-box{width:100%;background-color:#fff;color:#171717;padding:2rem;display:flex;flex-direction:column;justify-content:center;border-top:1px solid #E5E5E5}@media(min-width:768px){.contact-section__info-box{width:50%;padding:3rem;border-top:none;border-left:1px solid #E5E5E5}}.contact-section .form-group{margin-bottom:1.5rem}.contact-section .form-group label{display:block;font-size:.875rem;font-weight:700;color:#404040;margin-bottom:.25rem}.contact-section .form-group input,.contact-section .form-group textarea{width:100%;padding:.75rem 1rem;background-color:#fafafa;border:1px solid #E5E5E5;border-radius:.5rem;outline:none;transition:all .2s;font-size:1rem}.contact-section .form-group input:focus,.contact-section .form-group textarea:focus{box-shadow:0 0 0 2px #09c}.contact-section .form-group textarea{height:8rem;resize:none}.contact-section .info-item{display:flex;align-items:flex-start;gap:1rem;margin-bottom:2rem}.contact-section .info-item:last-child{margin-bottom:0}.contact-section .info-item svg{color:#09c;flex-shrink:0}.contact-section .info-item p.title{font-weight:700;font-size:.875rem}.contact-section .info-item p.subtitle{color:#a3a3a3;font-size:.875rem}.oracle-partner-page{min-height:100vh;background-color:#fafafa;padding-top:5rem}.oracle-hero{max-width:56rem;margin:0 auto;padding:2rem 0 1.5rem}.oracle-hero__back-link{display:inline-flex;align-items:center;gap:.5rem;color:#525252;font-size:.875rem;font-weight:500;margin-bottom:1.5rem;transition:color .3s ease;background:none;border:none;cursor:pointer}.oracle-hero__back-link:hover{color:#09c}.oracle-hero__title{font-size:2.5rem;font-weight:700;font-family:Space Grotesk,sans-serif;color:#171717;margin-bottom:2rem;line-height:1.2}@media(min-width:768px){.oracle-hero__title{font-size:3rem}}@media(min-width:1024px){.oracle-hero__title{font-size:3.5rem}}.oracle-hero__content{display:flex;flex-direction:column;gap:1.25rem}.oracle-hero__text{font-size:1rem;line-height:1.7;color:#404040;text-align:justify}@media(min-width:768px){.oracle-hero__text{font-size:1.0625rem}}.oracle-hero__text strong{color:#171717;font-weight:600}.oracle-hero__partner-logo{margin-top:.75rem;text-align:center;display:flex;justify-content:center;width:100%}.oracle-hero__partner-logo img{max-width:100%;height:auto;filter:drop-shadow(0 4px 6px -1px rgba(0,0,0,.1));width:280px}@media(min-width:768px){.oracle-hero__partner-logo img{width:350px}}@media(min-width:1024px){.oracle-hero__partner-logo img{width:400px}}.oracle-products-section{background-color:#fff;padding-top:.5rem;padding-bottom:4rem}.oracle-products__title{font-size:2rem;font-weight:700;font-family:Space Grotesk,sans-serif;color:#171717;margin-bottom:1.25rem;text-align:center}@media(min-width:768px){.oracle-products__title{font-size:2.5rem}}.oracle-products__intro{font-size:1.0625rem;color:#525252;text-align:center;max-width:48rem;margin:0 auto 3rem;line-height:1.6}.oracle-products__grid{display:grid;gap:1.5rem;grid-template-columns:1fr}@media(min-width:768px){.oracle-products__grid{grid-template-columns:repeat(2,1fr);gap:2rem}}@media(min-width:1024px){.oracle-products__grid{grid-template-columns:repeat(4,1fr)}}.oracle-products__certificates{margin-top:3.5rem;display:flex;flex-direction:column;justify-content:center;gap:2.5rem;align-items:center;padding:2.5rem 1.5rem;background-color:#ffffff80;border-radius:1rem}@media(min-width:768px){.oracle-products__certificates{margin-top:5rem;flex-direction:column;gap:3rem;padding:3rem 2rem}}@media(min-width:1024px){.oracle-products__certificates{flex-direction:row;flex-wrap:nowrap;gap:2.5rem;padding:3rem;justify-content:center}}.oracle-products__certificates img{height:140px;width:auto;max-width:100%;object-fit:contain;transition:transform .3s ease}.oracle-products__certificates img:hover{transform:scale(1.05)}@media(min-width:768px){.oracle-products__certificates img{height:150px}}@media(min-width:1024px){.oracle-products__certificates img{height:130px}}@media(min-width:1280px){.oracle-products__certificates img{height:150px}}.services-offering-section{padding-top:4rem;padding-bottom:4rem;background-color:#fafafa}.services-offering__title{font-size:2rem;font-weight:700;font-family:Space Grotesk,sans-serif;color:#171717;margin-bottom:1.25rem;text-align:center}@media(min-width:768px){.services-offering__title{font-size:2.5rem}}.services-offering__intro{font-size:1.0625rem;color:#525252;text-align:center;max-width:48rem;margin:0 auto 3rem;line-height:1.6}.services-offering__grid{display:grid;gap:1.5rem;grid-template-columns:1fr}@media(min-width:768px){.services-offering__grid{grid-template-columns:repeat(2,1fr);gap:2rem}}@media(min-width:1024px){.services-offering__grid{gap:2.5rem}}.success-case-section{padding-top:4rem;padding-bottom:4rem;background-color:#fff}.success-case-container{max-width:70rem;margin:0 auto}.success-case__title{font-size:2rem;font-weight:700;font-family:Space Grotesk,sans-serif;color:#171717;margin-bottom:1rem;text-align:center}@media(min-width:768px){.success-case__title{font-size:2.5rem}}.success-case__subtitle{font-size:1.0625rem;color:#525252;text-align:center;margin-bottom:3rem}.faq-section-wrapper{padding-top:4rem;padding-bottom:4rem;background-color:#fafafa}.faq-section{max-width:48rem;margin:0 auto}.faq-section__title{font-size:2rem;font-weight:700;font-family:Space Grotesk,sans-serif;color:#171717;margin-bottom:1rem;text-align:center}@media(min-width:768px){.faq-section__title{font-size:2.5rem}}.faq-section__intro{font-size:1.0625rem;color:#525252;text-align:center;margin-bottom:2.5rem}.faq-section__list{display:flex;flex-direction:column;gap:.75rem}.contact-cta-section{padding-top:4rem;padding-bottom:4rem;background:linear-gradient(135deg,#09c,#007399)}.contact-cta{text-align:center;max-width:48rem;margin:0 auto}.contact-cta__title{font-size:2rem;font-weight:700;font-family:Space Grotesk,sans-serif;color:#fff;margin-bottom:1.25rem}@media(min-width:768px){.contact-cta__title{font-size:2.5rem}}.contact-cta__description{font-size:1.125rem;color:#fffffff2;margin-bottom:2rem;line-height:1.6}.contact-cta__button{font-size:1.0625rem;padding:.875rem 2.5rem}.testimonials-section{background:#fafafa;padding:4rem 0}.testimonials-container{max-width:1200px;margin:0 auto;padding:0 2rem}.testimonials__title{font-size:2.25rem;font-weight:700;text-align:center;margin-bottom:1rem;font-family:Space Grotesk,sans-serif;color:#171717}.testimonials__subtitle{text-align:center;color:#525252;margin-bottom:3rem;font-size:1.125rem}.testimonials__grid{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:768px){.testimonials__grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1280px){.testimonials__grid{grid-template-columns:repeat(3,1fr)}}.testimonial-card{background:#fff;border-radius:1rem;padding:2rem;box-shadow:0 4px 6px -1px #0000001a;transition:transform .3s,box-shadow .3s;position:relative}.testimonial-card:hover{transform:translateY(-.25rem);box-shadow:0 20px 25px -5px #0000001a}.testimonial-card__quote-icon{color:#09c;opacity:.2;margin-bottom:1rem}.testimonial-card__text{font-size:1rem;line-height:1.6;color:#404040;margin-bottom:1.5rem;font-style:italic}.testimonial-card__author{display:flex;align-items:center;gap:1rem;padding-top:1rem;border-top:1px solid #F5F5F5}.testimonial-card__avatar{width:3rem;height:3rem;border-radius:50%;object-fit:cover}.testimonial-card__info{flex:1}.testimonial-card__name{font-weight:600;color:#171717;margin-bottom:.25rem}.testimonial-card__role{font-size:.875rem;color:#525252;margin-bottom:.125rem}.testimonial-card__company{font-size:.875rem;color:#09c;font-weight:500}.not-found{min-height:calc(100vh - 480px);display:flex;align-items:center;justify-content:center;padding:4rem 1.5rem;position:relative;overflow:hidden;background:linear-gradient(to bottom,#f0f9ff,#fff)}.not-found__container{max-width:42rem;width:100%;text-align:center;position:relative;z-index:2;padding-top:2rem}.not-found__number{margin-bottom:2rem;display:flex;justify-content:center;align-items:center}.not-found__svg{width:100%;max-width:400px;height:auto;margin:0 auto}.not-found__svg text{font-size:80px;font-weight:700;font-family:Space Grotesk,sans-serif;fill:url(#gradient404);stroke:#09c;stroke-width:1}.not-found__icon-box{display:flex;align-items:center;justify-content:center;width:5rem;height:5rem;margin:0 auto 1.5rem;border-radius:50%;background:linear-gradient(135deg,#09c,#06b6d4);box-shadow:0 10px 30px #09c3}.not-found__icon{color:#fff}.not-found__title{font-size:2.25rem;font-weight:700;font-family:Space Grotesk,sans-serif;color:#111827;margin-bottom:1rem}@media(max-width:768px){.not-found__title{font-size:1.875rem}}.not-found__description{font-size:1.125rem;color:#6b7280;margin-bottom:3.5rem;max-width:32rem;margin-left:auto;margin-right:auto;line-height:1.7}@media(max-width:768px){.not-found__description{font-size:1rem;margin-bottom:3rem}}.not-found__actions{display:flex;gap:1rem;justify-content:center;align-items:center;flex-wrap:wrap;margin-top:0;margin-bottom:3rem}.not-found__links{margin-top:3rem;padding-top:2rem;border-top:1px solid #e5e7eb}.not-found__links-title{font-size:.875rem;color:#9ca3af;margin-bottom:1rem;font-weight:500}.not-found__links-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:.75rem;max-width:600px;margin:0 auto}@media(max-width:640px){.not-found__links-grid{grid-template-columns:1fr 1fr}}.not-found__link{padding:.75rem 1rem;background:#fff;border:1px solid #e5e7eb;border-radius:.5rem;color:#374151;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease}.not-found__link:hover{background:#f9fafb;border-color:#09c;color:#09c;transform:translateY(-2px);box-shadow:0 4px 12px #0099cc26}.not-found__link:active{transform:translateY(0)}.not-found__bg-circle{position:absolute;border-radius:50%;opacity:.1;z-index:1}.not-found__bg-circle--1{width:400px;height:400px;background:linear-gradient(135deg,#09c,#06b6d4);top:-10%;right:-10%;animation:float 8s ease-in-out infinite}.not-found__bg-circle--2{width:300px;height:300px;background:linear-gradient(135deg,#8b5cf6,#a78bfa);bottom:-5%;left:-5%;animation:float 6s ease-in-out infinite reverse}@keyframes float{0%,to{transform:translateY(0) scale(1)}50%{transform:translateY(-20px) scale(1.05)}}.not-found__number svg defs linearGradient#gradient404 stop:first-child{stop-color:#09c}.not-found__number svg defs linearGradient#gradient404 stop:last-child{stop-color:#06b6d4}
