:root{--navy:#0c1e3d;--navy-dark:#081428;--navy-light:#1a3560;--gold:#c9a227;--gold-light:#e8c547;--gold-dark:#a8861e;--cream:#f5f0e6;--cream-dark:#ede6d8;--white:#fff;--text-dark:#1a2a4a;--text-muted:#5a6a7a;--shadow:0 8px 32px #0c1e3d14;--shadow-lg:0 20px 60px #0c1e3d1f;--radius:16px;--radius-sm:10px;--transition:.35s cubic-bezier(.4, 0, .2, 1)}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;scroll-padding-top:90px}body{background:var(--cream);color:var(--text-dark);-webkit-font-smoothing:antialiased;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;line-height:1.6;overflow-x:hidden}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}ul{list-style:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}.container{max-width:1280px;margin:0 auto;padding:0 24px}.section-tag{letter-spacing:.15em;text-transform:uppercase;color:var(--gold);margin-bottom:12px;font-size:.75rem;font-weight:600;display:inline-block}.section-title{color:var(--navy);margin-bottom:16px;font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700;line-height:1.25}.section-title span{color:var(--gold)}.section-subtitle{color:var(--text-muted);max-width:640px;font-size:1.05rem;line-height:1.7}.btn-primary{background:var(--navy);color:var(--white);transition:var(--transition);border-radius:50px;align-items:center;gap:10px;padding:14px 28px;font-size:.95rem;font-weight:600;display:inline-flex;box-shadow:0 4px 20px #0c1e3d40}.btn-primary:hover{background:var(--navy-light);transform:translateY(-2px);box-shadow:0 8px 30px #0c1e3d59}.btn-outline{color:var(--navy);transition:var(--transition);background:0 0;border:2px solid #0c1e3d33;border-radius:50px;align-items:center;gap:10px;padding:14px 28px;font-size:.95rem;font-weight:600;display:inline-flex}.btn-outline:hover{border-color:var(--navy);background:#0c1e3d0a;transform:translateY(-2px)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}@keyframes pulse-glow{0%,to{opacity:.4}50%{opacity:1}}@keyframes rotate-globe{0%{transform:rotateY(0)}to{transform:rotateY(360deg)}}@keyframes sparkle{0%,to{opacity:0;transform:scale(0)}50%{opacity:1;transform:scale(1)}}@keyframes orbit{0%{transform:rotate(0)translate(140px)rotate(0)}to{transform:rotate(360deg)translate(140px)rotate(-360deg)}}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--cream-dark)}::-webkit-scrollbar-thumb{background:var(--gold);border-radius:4px}.header{z-index:100;background-color:#fff;justify-content:space-between;align-items:center;height:85px;padding:0 4rem;display:flex;position:sticky;top:0;box-shadow:0 2px 10px #0000000d}.header__logo{align-items:center;display:flex}.header__logo img{object-fit:contain;transform-origin:0;height:35px;transform:scale(2.5)}.header__menu-btn{cursor:pointer;color:#0c1b4d;z-index:101;background:0 0;border:none;font-size:1.5rem;display:none}.header__nav ul{gap:2rem;margin:0;padding:0;list-style:none;display:flex}.header__nav a{color:#333;font-size:.95rem;font-weight:500;text-decoration:none;transition:color .2s}.header__nav a:hover,.header__nav a.active{color:#c99b3b}.header__nav a.active{border-bottom:2px solid #c99b3b;padding-bottom:4px}.btn-primary{color:#fff;cursor:pointer;background-color:#0c1b4d;border:none;border-radius:8px;align-items:center;gap:.5rem;padding:.8rem 1.5rem;font-weight:600;transition:background-color .2s,transform .2s;display:flex}.btn-primary:hover{background-color:#081233;transform:translateY(-1px)}.nav-item-dropdown{position:relative}.nav-item-dropdown:after{content:"";width:100%;height:25px;position:absolute;top:100%;left:0}.mega-menu{opacity:0;visibility:hidden;z-index:1000;background:#fff;border:1px solid #0c1e3d0d;border-radius:16px;width:800px;padding:30px;transition:all .3s;position:absolute;top:calc(100% + 20px);left:50%;transform:translate(-50%)translateY(10px);box-shadow:0 15px 40px #0c1e3d14}.mega-menu:before{content:"";background:#fff;border-top:1px solid #0c1e3d0d;border-left:1px solid #0c1e3d0d;width:16px;height:16px;position:absolute;top:-8px;left:50%;transform:translate(-50%)rotate(45deg)}.nav-item-dropdown:hover .mega-menu{opacity:1;visibility:visible;transform:translate(-50%)translateY(0)}.nav-link-dropdown{align-items:center;gap:4px;display:flex!important}.nav-link-dropdown .chevron{font-size:.8rem;transition:transform .3s}.nav-item-dropdown:hover .chevron{transform:rotate(180deg)}.mega-menu__grid{z-index:2;grid-template-columns:repeat(3,1fr);gap:20px;display:grid;position:relative}.mega-item{border-radius:12px;align-items:center;gap:15px;padding:15px;transition:background-color .2s;display:flex;position:relative;color:#333!important;text-decoration:none!important}.mega-item:hover{background-color:#f8fafc}.mega-icon{border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:45px;height:45px;font-size:1.4rem;display:flex}.mega-content{flex:1}.mega-content h4{color:#0c1b4d;margin:0 0 5px;font-size:.95rem;line-height:1.2}.mega-line{border-radius:2px;width:25px;height:3px;transition:width .3s}.mega-item:hover .mega-line{width:45px}.mega-arrow{color:#a0aec0;opacity:0;transition:all .3s;transform:translate(-10px)}.mega-item:hover .mega-arrow{opacity:1;color:#0c1b4d;transform:translate(0)}.item-blue .mega-icon{color:#2b55cc;background:#2b55cc1a}.item-blue .mega-line{background:#2b55cc}.item-orange .mega-icon{color:#fd7e14;background:#fd7e141a}.item-orange .mega-line{background:#fd7e14}.item-green .mega-icon{color:#28a745;background:#28a7451a}.item-green .mega-line{background:#28a745}.item-purple .mega-icon{color:#8a2be2;background:#8a2be21a}.item-purple .mega-line{background:#8a2be2}.item-yellow .mega-icon{color:#f59e0b;background:#f59e0b1a}.item-yellow .mega-line{background:#f59e0b}.item-teal .mega-icon{color:#14b8a6;background:#14b8a61a}.item-teal .mega-line{background:#14b8a6}@media (width<=992px){.header{padding:0 1.5rem}.header__menu-btn{display:block}.header__nav,.header__action{display:none}.header__nav.open{background-color:#fff;border-top:1px solid #eee;flex-direction:column;padding:1rem 0;display:flex;position:absolute;top:85px;left:0;right:0;box-shadow:0 4px 6px #0000000d}.header__nav.open ul{flex-direction:column;gap:0}.header__nav.open li{text-align:center;width:100%}.header__nav.open a{padding:1rem;font-size:1.1rem;display:block}.header__nav.open a.active{background-color:#f7f9fc;border-bottom:none}.header__action.open{background-color:#fff;justify-content:center;padding:1rem 1.5rem 2rem;display:flex;position:absolute;top:465px;left:0;right:0;box-shadow:0 4px 6px #0000000d}}.hero{background-color:#e8e8f5;flex-direction:column;align-items:center;min-height:calc(100vh - 80px);display:flex;position:relative;overflow:hidden}.hero__content{flex-wrap:wrap;flex:1;justify-content:space-between;align-items:center;width:100%;display:flex}.hero__text-area{z-index:2;width:60%;padding-left:6rem;padding-right:2rem}.hero__image-area{justify-content:flex-end;align-items:center;width:40%;display:flex}.hero__image-area img{object-fit:cover;width:130%;height:auto}.hero__tag{letter-spacing:.1em;color:#c99b3b;margin-bottom:1.5rem;font-size:.8rem;font-weight:900;display:inline-block}.hero__title{color:#0c1b4d;margin-bottom:1.5rem;font-size:4.5rem;font-weight:800;line-height:1.1}.hero__title-gold{color:#c99b3b}.hero__subtitle{color:#555;margin-bottom:2.5rem;font-size:1.2rem;line-height:1.6}.hero__actions{align-items:center;gap:1.5rem;display:flex}.btn-outline{color:#0c1b4d;cursor:pointer;background:0 0;border:1px solid #c0c4d6;border-radius:8px;align-items:center;gap:.5rem;padding:.8rem 1.5rem;font-weight:600;transition:all .2s;display:flex}.btn-outline:hover{background-color:#0c1b4d0d;border-color:#0c1b4d}.play-icon{border:1px solid #0c1b4d;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;padding-left:2px;font-size:.6rem;display:inline-flex}@media (width<=992px){.hero{align-items:flex-start;padding:3rem 0}.hero__content{flex-direction:column-reverse}.hero__text-area{text-align:center;width:100%;padding:2rem 1.5rem}.hero__image-area{justify-content:center;width:100%;padding:0 2rem}.hero__image-area img{width:100%;max-width:500px}.hero__title{font-size:2.5rem}.hero__actions{flex-wrap:wrap;justify-content:center}}.stats-bar{z-index:10;width:95%;max-width:1440px;margin:0 auto 60px;padding:0;position:relative}.stats-bar__inner{background:#fff;border-top:1px solid #f1f2f6;border-radius:16px;grid-template-columns:repeat(4,1fr);padding:24px 20px;display:grid;box-shadow:0 10px 20px #0c1b4d1a,0 4px 8px #0c1b4d0d,inset 0 1px 1px #fffc,0 0 0 1px #0c1b4d0d}.stats-bar__item{border-right:1px solid #0c1b4d14;align-items:center;gap:14px;padding:8px 24px;display:flex}.stats-bar__item:last-child{border-right:none}.stats-bar__icon{color:#c99b3b;background:#c99b3b1a;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.6rem;display:flex}.stats-bar__info{flex-direction:column;display:flex}.stats-bar__value{color:#0c1b4d;margin-bottom:2px;font-size:1.4rem;font-weight:800;line-height:1.2}.stats-bar__label{color:#555;text-transform:uppercase;letter-spacing:.05em;font-size:.75rem;font-weight:600}@media (width<=992px){.stats-bar__inner{grid-template-columns:repeat(2,1fr);gap:16px;padding:20px}.stats-bar__item{border-right:none;padding:12px 10px}}@media (width<=600px){.stats-bar__inner{grid-template-columns:1fr;gap:10px}.stats-bar{margin-top:20px;margin-bottom:20px;transform:none}}.services-grid{background:var(--cream);padding-top:120px}.services-grid__layout{grid-template-columns:1fr 380px;align-items:start;gap:32px;display:grid}.services-grid__cards{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.services-grid__card{background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow);transition:var(--transition);border:1px solid #0c1e3d0a;flex-direction:column;padding:28px 24px;display:flex}.services-grid__icon{width:48px;height:48px;color:var(--gold);background:#c9a2271a;border-radius:12px;justify-content:center;align-items:center;margin-bottom:16px;font-size:1.3rem;display:flex}.services-grid__title{color:var(--navy);margin-bottom:8px;font-size:1rem;font-weight:700}.services-grid__desc{color:var(--text-muted);flex:1;margin-bottom:16px;font-size:.85rem;line-height:1.6}.services-grid__link{color:var(--navy);transition:var(--transition);align-items:center;gap:6px;font-size:.85rem;font-weight:600;display:inline-flex}.services-grid__link:hover{color:var(--gold);gap:10px}@media (width<=1100px){.services-grid__layout{grid-template-columns:1fr}.services-grid__cards{grid-template-columns:repeat(2,1fr)}}@media (width<=600px){.services-grid__cards{grid-template-columns:1fr}}.why-choose{background:var(--cream)}.why-choose .container{border-radius:var(--radius);color:var(--white);background:#0c1b4d;padding:60px 40px}.why-choose__header{text-align:center;margin-bottom:50px}.why-choose__header .section-title{color:var(--white)}.why-choose__grid{flex-wrap:wrap;justify-content:center;gap:30px;display:flex}.why-choose__card{background:0 0;flex-direction:column;width:calc(33.333% - 20px);min-width:280px;max-width:320px;padding:10px;display:flex}.why-choose__icon{width:48px;height:48px;color:var(--gold);align-items:center;margin-bottom:16px;font-size:1.8rem;display:flex}.why-choose__card h3{color:var(--white);margin-bottom:10px;font-size:1.05rem;font-weight:700}.why-choose__card p{color:#ffffffb3;font-size:.85rem;line-height:1.6}@media (width<=900px){.why-choose__card{width:calc(50% - 15px)}}@media (width<=600px){.why-choose__card{width:100%}.why-choose .container{padding:40px 20px}}.process{background:var(--white)}.process__header{text-align:center;margin-bottom:60px}.process__grid{justify-content:space-between;align-items:flex-start;gap:20px;display:flex;position:relative}.process__step{text-align:center;flex-direction:column;flex:1;align-items:center;display:flex;position:relative}.process__icon{background:var(--cream);width:60px;height:60px;color:var(--navy);z-index:2;border-radius:50%;justify-content:center;align-items:center;margin-bottom:20px;font-size:1.5rem;display:flex;position:relative;box-shadow:0 4px 10px #0000000d}.process__arrow{color:#ccc;z-index:1;font-size:1.5rem;position:absolute;top:30px;right:-30px;transform:translateY(-50%)}.process__step h3{color:var(--navy);margin-bottom:8px;font-size:.95rem;font-weight:700}.process__step p{color:var(--text-muted);font-size:.8rem;line-height:1.6}@media (width<=1000px){.process__grid{flex-wrap:wrap;justify-content:center}.process__step{min-width:200px;margin-bottom:30px}.process__arrow{display:none}}@media (width<=600px){.process__step{min-width:100%}}.industries{background:var(--white);border-top:1px solid #0c1e3d0d;padding-top:40px;padding-bottom:80px}.industries__header{text-align:center;margin-bottom:40px}.industries__header .section-tag{letter-spacing:.15em;color:var(--gold);text-transform:uppercase;font-size:1.2rem;font-weight:800}.industries__row{-webkit-overflow-scrolling:touch;scrollbar-width:none;flex-wrap:nowrap;justify-content:space-between;align-items:center;gap:15px;width:100%;max-width:1200px;margin:0 auto;padding-bottom:10px;display:flex;overflow-x:auto}.industries__row::-webkit-scrollbar{display:none}.industries__item{color:var(--navy);cursor:pointer;white-space:nowrap;align-items:center;gap:8px;font-size:.95rem;font-weight:700;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex}.industries__item:hover{color:var(--gold);transform:translateY(-3px)}.industries__icon{color:var(--navy);opacity:.8;font-size:1.6rem;transition:all .3s}.industries__item:hover .industries__icon{color:var(--gold);opacity:1;transform:scale(1.15)rotate(-5deg)}@media (width<=1000px){.industries__row{justify-content:flex-start;gap:30px}}.tech-stack{background:var(--cream);position:relative;overflow:hidden}.tech-stack__header{text-align:center;margin-bottom:60px}.tech-stack__header .section-subtitle{margin:0 auto}.bento-grid{grid-template-columns:repeat(12,1fr);gap:24px;max-width:1200px;margin:0 auto;display:grid}.bento-card{background:var(--white);border:1px solid #0c1e3d0a;border-radius:24px;flex-direction:column;padding:32px;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden;box-shadow:0 10px 40px #0c1e3d0d}.bento-card:hover{border-color:#c99b3b33;transform:translateY(-5px);box-shadow:0 20px 50px #0c1e3d1a}.bento-card:before{content:"";opacity:0;pointer-events:none;background:radial-gradient(circle,#c99b3b0a 0%,#0000 60%);width:200%;height:200%;transition:opacity .5s;position:absolute;top:-50%;left:-50%}.bento-card:hover:before{opacity:1}.bento-card__title{color:var(--navy);letter-spacing:-.02em;margin-bottom:24px;font-size:1.25rem;font-weight:800}.bento-card__techs{flex-wrap:wrap;flex:1;align-items:flex-start;gap:20px;display:flex}.bento-frontend,.bento-backend{grid-column:span 6}.bento-cloud{grid-column:span 8}.bento-database{grid-column:span 4}.bento-ai,.bento-analytics{grid-column:span 6}.tech-item{flex-direction:column;align-items:center;gap:8px;width:calc(25% - 15px);min-width:60px;display:flex}.tech-item__icon-wrapper{background:var(--white);border:1px solid #0c1e3d0d;border-radius:16px;justify-content:center;align-items:center;width:54px;height:54px;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:0 4px 10px #00000005}.tech-item__icon{color:var(--hover-color);flex-shrink:0;font-size:1.6rem;transition:all .3s}.tech-item__name{color:var(--text-muted);text-align:center;font-size:.75rem;font-weight:600;transition:color .3s}.tech-item:hover .tech-item__icon-wrapper{border-color:var(--hover-color);transform:translateY(-4px);box-shadow:0 8px 20px #0000000f}.tech-item:hover .tech-item__icon{transform:scale(1.15)}.tech-item:hover .tech-item__name{color:var(--navy)}@media (width<=1024px){.bento-frontend,.bento-backend,.bento-ai,.bento-analytics{grid-column:span 6}.bento-cloud,.bento-database{grid-column:span 12}}@media (width<=768px){.bento-grid{grid-template-columns:1fr}.bento-card{grid-column:span 1!important}.tech-item{width:calc(33.33% - 14px)}}@media (width<=480px){.tech-item{width:calc(50% - 10px)}}.about-page{background:var(--cream)}.about-hero{background:#eef2fa;padding:100px 0 60px;overflow:hidden}.about-hero__container{justify-content:space-between;align-items:center;gap:40px;display:flex}.about-hero__content{flex:1;max-width:600px}.about-hero__title{color:var(--navy);margin:15px 0 20px;font-size:3.5rem;font-weight:800;line-height:1.1}.about-hero__title span{color:var(--gold)}.about-hero__desc{color:var(--text-muted);max-width:500px;margin-bottom:40px;font-size:1.1rem;line-height:1.6}.about-hero__pillars{flex-wrap:wrap;gap:30px;display:flex}.pillar{color:var(--navy);align-items:center;gap:10px;font-size:.9rem;font-weight:700;display:flex}.pillar svg{color:var(--blue);background:#2b55cc1a;border-radius:8px;width:32px;height:32px;padding:8px;font-size:1.2rem}.about-hero__image-wrapper{flex:1.2;justify-content:center;align-items:center;display:flex;position:relative}.image-mask{width:100%;max-width:650px;-webkit-mask-image:radial-gradient(#000 50%,#0000 95%);mask-image:radial-gradient(#000 50%,#0000 95%)}.image-mask img{width:100%;height:auto;display:block}.icon-blue{color:#2b55cc!important;background:#2b55cc14!important}.icon-orange{color:#fd7e14!important;background:#fd7e1414!important}.icon-green{color:#28a745!important;background:#28a74514!important}.icon-purple{color:#8a2be2!important;background:#8a2be214!important}.about-story{background:var(--white);border-bottom:1px solid #0c1e3d0d}.about-story__container{align-items:center;gap:60px;display:flex}.about-story__text{flex:1;max-width:450px}.about-story__text p{color:var(--text-muted);margin-bottom:20px;line-height:1.7}.about-story__cards{flex:1.5;grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.story-card{background:var(--white);text-align:center;border:1px solid #0c1e3d14;border-radius:16px;padding:30px 20px;transition:transform .3s;box-shadow:0 10px 30px #0c1e3d05}.story-card:hover{transform:translateY(-5px)}.story-card__icon{width:50px;height:50px;color:var(--blue);background:#2b55cc0d;border-radius:50%;justify-content:center;align-items:center;margin:0 auto 20px;font-size:1.5rem;display:flex}.story-card h4{color:var(--navy);margin-bottom:10px;font-size:1rem}.story-card p{color:var(--text-muted);font-size:.85rem;line-height:1.5}.story-card:nth-child(2){transform:translateY(20px)}.story-card:nth-child(2):hover{transform:translateY(15px)}.about-difference{background:#f8fafc}.about-diff__container{align-items:center;gap:80px;display:flex}.about-diff__text{flex:1;max-width:400px}.about-diff__text p{color:var(--text-muted);margin-bottom:30px;line-height:1.6}.about-diff__comparison{background:var(--white);border:1px solid #0c1e3d0d;border-radius:20px;flex:1.5;align-items:stretch;display:flex;position:relative;overflow:hidden;box-shadow:0 10px 40px #0c1e3d0a}.diff-card{flex:1;padding:40px}.diff-card h3{border-bottom:2px solid #0c1e3d0d;margin-bottom:25px;padding-bottom:15px;font-size:1.2rem}.typical-approach h3{color:var(--text-muted)}.vedara-approach h3{color:var(--gold)}.diff-card ul{flex-direction:column;gap:20px;list-style:none;display:flex}.diff-card li{color:var(--text-muted);align-items:center;gap:15px;font-size:.95rem;display:flex}.typical-approach li svg{color:#a0aec0;background:#f1f5f9;border-radius:6px;width:28px;height:28px;padding:6px;font-size:1.2rem}.vedara-approach li{color:var(--navy);font-weight:500}.vedara-approach li svg{color:var(--blue);background:#2b55cc1a;border-radius:6px;width:28px;height:28px;padding:6px;font-size:1.2rem}.vs-badge{background:var(--navy);color:var(--white);border:4px solid var(--white);z-index:2;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;font-size:1.1rem;font-weight:800;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 4px 10px #0000001a}.about-principles{background:var(--white);text-align:center}.about-principles .section-tag{margin-bottom:40px;display:inline-block}.principles-grid{grid-template-columns:repeat(6,1fr);gap:20px;display:grid}.principle-card{text-align:center;flex-direction:column;align-items:center;display:flex}.principle-card svg{color:var(--blue);margin-bottom:15px;font-size:2rem}.principle-card h4{color:var(--navy);margin-bottom:10px;font-size:.9rem;line-height:1.3}.principle-card p{color:var(--text-muted);font-size:.75rem;line-height:1.5}.about-questions{background:#f8fafc}.about-questions__container{align-items:flex-start;gap:60px;display:flex}.questions-left{flex:2}.questions-left p{color:var(--text-muted);margin-bottom:40px}.questions-grid{grid-template-columns:repeat(5,1fr);gap:15px;display:grid}.question-card{background:var(--white);text-align:center;border:1px solid #0c1e3d14;border-radius:12px;flex-direction:column;align-items:center;gap:15px;padding:20px 15px;display:flex;box-shadow:0 4px 15px #0c1e3d05}.question-card svg{color:var(--blue);font-size:1.8rem}.question-card span{color:var(--navy);font-size:.8rem;font-weight:700;line-height:1.3}.questions-right{background:var(--white);border:1px solid #0c1e3d0d;border-radius:20px;flex:1;padding:30px;box-shadow:0 10px 40px #0c1e3d0a}.iie-list{flex-direction:column;gap:25px;display:flex}.iie-item{gap:15px;display:flex}.iie-icon{width:40px;height:40px;color:var(--blue);background:#2b55cc0d;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:1.2rem;display:flex}.iie-item h4{color:var(--navy);margin-bottom:5px;font-size:.95rem}.iie-item p{color:var(--text-muted);font-size:.8rem;line-height:1.5}.about-cta{padding-bottom:80px}.quote-banner{color:var(--white);background:#081543;border-radius:24px;justify-content:space-between;align-items:center;margin-bottom:30px;padding:50px 60px;display:flex;position:relative;overflow:hidden}.quote-content{z-index:2;align-items:flex-start;gap:20px;display:flex;position:relative}.quote-mark{color:var(--gold);margin-top:-10px;font-family:Georgia,serif;font-size:4rem;line-height:1}.quote-content p{opacity:.9;font-size:1.4rem;font-weight:500}.quote-highlight{color:var(--gold);margin-top:5px;opacity:1!important;font-weight:700!important}.quote-graphics{opacity:.3;background-image:radial-gradient(circle at 20% 30%, var(--blue) 2px, transparent 2px), radial-gradient(circle at 80% 40%, var(--gold) 2px, transparent 2px), radial-gradient(circle at 40% 80%, var(--blue) 2px, transparent 2px), linear-gradient(45deg, transparent 48%, #ffffff1a 49%, #ffffff1a 51%, transparent 52%);background-size:100px 100px,150px 150px,200px 200px,120px 120px;width:500px;height:300px;position:absolute;top:-50px;right:-50px}.challenge-banner{background:var(--white);border:1px solid #0c1e3d14;border-radius:24px;justify-content:space-between;align-items:center;padding:40px 60px;display:flex;box-shadow:0 10px 30px #0c1e3d08}.challenge-content{align-items:center;gap:25px;display:flex}.challenge-icon{width:60px;height:60px;color:var(--blue);background:#2b55cc14;border-radius:50%;justify-content:center;align-items:center;font-size:1.8rem;display:flex}.challenge-content h3{color:var(--navy);margin-bottom:5px;font-size:1.4rem}.challenge-content p{color:var(--text-muted)}@media (width<=1200px){.principles-grid{grid-template-columns:repeat(3,1fr);gap:40px}.questions-grid{grid-template-columns:repeat(3,1fr)}.about-diff__container{flex-direction:column}.about-diff__text{text-align:center;max-width:100%}}@media (width<=992px){.about-hero__container{text-align:center;flex-direction:column}.about-hero__pillars{justify-content:center}.about-story__container{flex-direction:column}.about-story__text{text-align:center;max-width:100%}.about-questions__container{flex-direction:column}.quote-banner,.challenge-banner{text-align:center;flex-direction:column;gap:30px}.quote-content{text-align:center;flex-direction:column;align-items:center;gap:10px}.challenge-content{text-align:center;flex-direction:column}}@media (width<=768px){.about-story__cards{grid-template-columns:1fr}.story-card:nth-child(2){transform:none}.story-card:nth-child(2):hover{transform:translateY(-5px)}.about-diff__comparison{flex-direction:column}.vs-badge{margin:-25px auto;position:relative;top:auto;left:auto;transform:none}.principles-grid,.questions-grid{grid-template-columns:repeat(2,1fr)}.quote-banner,.challenge-banner{padding:30px 20px}.about-hero__title{font-size:2.5rem}}.contact-page{background:#f8fafc}.contact-hero{color:var(--white);background:#081543;padding:80px 0;position:relative;overflow:hidden}.contact-hero__container{justify-content:space-between;align-items:center;gap:60px;display:flex}.contact-hero__content{flex:1;max-width:500px}.contact-hero__title{margin:15px 0 20px;font-size:3rem;font-weight:800;line-height:1.1}.contact-hero__desc{color:#fffc;font-size:1.1rem;line-height:1.6}.contact-hero__image{flex:1.3;justify-content:center;display:flex}.contact-hero__image img{border-radius:16px;max-width:90%;height:auto;transform:scale(1.08);box-shadow:0 20px 40px #0003}.contact-main{background:#f8fafc;padding-top:60px;padding-bottom:60px}.contact-main__grid{grid-template-columns:2fr 1fr;align-items:flex-start;gap:40px;display:grid}.contact-form-card{background:#fff;border:1px solid #0c1e3d0d;border-radius:24px;padding:40px;box-shadow:0 10px 40px #0c1e3d0a}.contact-form__header{border-bottom:1px solid #f1f5f9;align-items:flex-start;gap:20px;margin-bottom:40px;padding-bottom:20px;display:flex}.contact-form__icon{color:#082d7d;background:#eff6ff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:54px;height:54px;font-size:1.6rem;display:flex}.contact-form__header h2{color:#052072;margin-bottom:6px;font-size:1.6rem}.contact-form__header p{color:#25374a;font-size:.95rem}.form-row{grid-template-columns:1fr 1fr;gap:24px;display:grid}.form-group{margin-bottom:24px;position:relative}.form-group label{color:#052072;margin-bottom:10px;font-size:.9rem;font-weight:700;display:block}.form-group label span{color:#ef4444}.contact-form input,.contact-form select,.contact-form textarea{color:#0c1e3d;background:#fff;border:1px solid #e2e8f0;border-radius:8px;width:100%;padding:14px 16px;font-family:inherit;font-size:1rem;transition:all .3s}.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus{border-color:#2563eb;outline:none;box-shadow:0 0 0 3px #2563eb1a}.contact-form input::placeholder,.contact-form select::placeholder,.contact-form textarea::placeholder{color:#94a3b8;opacity:1}.input-with-icon{align-items:center;display:flex;position:relative}.input-with-icon .input-icon{color:#94a3b8;pointer-events:none;font-size:1.2rem;position:absolute;left:16px}.input-with-icon input,.input-with-icon select{padding-left:44px}.char-count{color:#94a3b8;font-size:.75rem;position:absolute;bottom:-20px;right:0}.goal-grid{grid-template-columns:repeat(4,1fr);gap:15px;display:grid}.goal-card{text-align:center;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:12px;flex-direction:column;align-items:center;gap:12px;padding:20px 15px;transition:all .3s;display:flex;position:relative}.goal-card:hover{background:#f8fafc;border-color:#cbd5e1}.goal-card.active{background:#eff6ff;border-color:#2563eb;box-shadow:0 4px 12px #2563eb0d}.goal-card__check{color:#fff;background:#2563eb;border:2px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;font-size:1.2rem;display:flex;position:absolute;top:-8px;right:-8px}.goal-card__icon{color:#2563eb;font-size:1.8rem}.goal-card.active .goal-card__icon{color:#1d4ed8}.goal-card__label{color:#334155;font-size:.8rem;font-weight:600;line-height:1.3}.contact-form__footer{border-top:1px solid #f1f5f9;justify-content:space-between;align-items:center;margin-top:40px;padding-top:30px;display:flex}.form-submit{color:#fff;cursor:pointer;background:#0c1e3d;border:none;border-radius:8px;align-items:center;gap:10px;padding:16px 32px;font-size:1rem;font-weight:700;transition:all .3s;display:inline-flex}.form-submit:hover{background:#1a3560;transform:translateY(-2px);box-shadow:0 6px 20px #0c1e3d33}.secure-badge{color:#475569;align-items:center;gap:12px;display:flex}.secure-badge svg{color:#94a3b8;font-size:1.5rem}.secure-badge p{font-size:.8rem;line-height:1.4}.contact-sidebar{flex-direction:column;gap:30px;display:flex}.sidebar-card{background:#fff;border:1px solid #f1f5f9;border-radius:20px;padding:30px;box-shadow:0 10px 30px #0c1e3d08}.sidebar-card h3{color:#052072;margin-bottom:24px;padding-bottom:12px;font-size:1.25rem;position:relative}.sidebar-card h3:after{content:"";background:#c9a227;border-radius:2px;width:30px;height:3px;position:absolute;bottom:0;left:0}.sidebar-values{flex-direction:column;gap:20px;display:flex}.sidebar-value{align-items:flex-start;gap:15px;display:flex}.sidebar-value__icon{color:#082d7d;background:#eff6ff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:50px;height:50px;font-size:1.6rem;display:flex}.sidebar-value h4{color:#052072;margin-bottom:4px;font-size:.95rem;font-weight:700}.sidebar-value p{color:#25374a;font-size:.85rem;line-height:1.5}.sidebar-contact-info{flex-direction:column;gap:24px;display:flex}.info-item{align-items:flex-start;gap:15px;display:flex}.info-item__icon{color:#082d7d;background:#eff6ff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.2rem;display:flex}.info-item strong{color:#052072;margin-bottom:4px;font-size:.9rem;display:block}.info-item p{color:#25374a;font-size:.85rem;line-height:1.5}.contact-process{background:#f8fafc;border-top:1px solid #f1f5f9;padding:60px 0 100px}.contact-process__title{text-align:center;color:#052072;width:fit-content;margin-bottom:50px;margin-left:auto;margin-right:auto;font-size:1.6rem;font-weight:700;display:block;position:relative}.contact-process__title:after{content:"";background:#c9a227;border-radius:2px;width:44px;height:3px;position:absolute;bottom:-12px;left:50%;transform:translate(-50%)}.process-timeline{justify-content:space-between;align-items:flex-start;gap:15px;max-width:1200px;margin:0 auto;display:flex}.timeline-step{flex:1;align-items:flex-start;gap:18px;display:flex;position:relative}.timeline-step__icon{color:#082d7d;background:#eff6ff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:52px;height:52px;font-size:1.4rem;display:flex;box-shadow:0 4px 10px #082d7d0d}.timeline-step h4{color:#052072;margin-bottom:6px;font-size:.95rem;font-weight:700;line-height:1.2}.timeline-step p{color:#25374a;font-size:.8rem;line-height:1.5}.timeline-step__arrow{color:#cbd5e1;justify-content:center;align-items:center;margin-top:12px;font-size:1.4rem;display:flex}@media (width<=1024px){.contact-main__grid{grid-template-columns:1fr}.goal-grid{grid-template-columns:repeat(3,1fr)}.process-timeline{flex-wrap:wrap;justify-content:center;gap:30px}.timeline-step{flex:0 0 calc(50% - 15px)}.timeline-step__arrow{display:none}}@media (width<=768px){.contact-hero__container{text-align:center;flex-direction:column}.form-row{grid-template-columns:1fr}.goal-grid{grid-template-columns:repeat(2,1fr)}.contact-form__footer{text-align:center;flex-direction:column;align-items:stretch;gap:20px}.secure-badge{justify-content:center}.timeline-step{flex:0 0 100%}}.service-page{background:var(--white);color:#333}.section-padding{padding:80px 0}.bg-light{background-color:#f8fafc}.section-title-center{text-align:center;color:var(--navy);letter-spacing:1px;margin-bottom:40px;font-size:1rem;font-weight:800}.sd-hero{color:var(--white);background:#081543;padding:60px 0 100px;position:relative;overflow:hidden}.sd-hero__container{justify-content:space-between;align-items:center;gap:40px;display:flex}.sd-hero__content{z-index:2;flex:1;max-width:550px;position:relative}.breadcrumbs{color:#a0aec0;align-items:center;gap:8px;margin-bottom:30px;font-size:.85rem;display:flex}.breadcrumbs a{color:#a0aec0;text-decoration:none;transition:color .2s}.breadcrumbs a:hover,.breadcrumbs .current{color:var(--white)}.section-tag-light{letter-spacing:1px;color:#4facfe;margin-bottom:15px;font-size:.85rem;font-weight:700;display:inline-block}.sd-hero__title{margin-bottom:25px;font-size:3rem;font-weight:800;line-height:1.15}.sd-hero__title span{color:var(--gold)}.sd-hero__desc{color:#cbd5e1;margin-bottom:40px;font-size:1.1rem;line-height:1.6}.sd-hero__actions{align-items:center;gap:20px;display:flex}.btn-primary.btn-orange{background-color:var(--gold);color:var(--white)}.btn-primary.btn-orange:hover{background-color:#d97706}.btn-outline-light{color:var(--white);border:1px solid #ffffff4d;border-radius:8px;padding:.8rem 1.5rem;font-weight:600;text-decoration:none;transition:background-color .2s,border-color .2s}.btn-outline-light:hover{background-color:#ffffff1a;border-color:#fff9}.sd-hero__image-wrapper{flex:1.2;justify-content:center;align-items:center;display:flex;position:relative}.sd-image-mask{width:100%;max-width:800px;-webkit-mask-image:radial-gradient(#000 60%,#0000 95%);mask-image:radial-gradient(#000 60%,#0000 95%)}.sd-image-mask img{width:100%;height:auto;display:block}.tech-badge{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);width:50px;height:50px;color:var(--white);background:#ffffff1a;border:1px solid #fff3;border-radius:12px;justify-content:center;align-items:center;font-size:1.5rem;display:flex;position:absolute;box-shadow:0 10px 30px #0003}.badge-code{color:#4facfe;top:10%;left:10%}.badge-db{color:#8a2be2;bottom:20%;left:5%}.badge-monitor{color:#f59e0b;top:20%;right:10%}.badge-layers{color:#14b8a6;bottom:30%;right:5%}.sd-build{background:var(--white)}.build-grid{gap:20px;margin-bottom:20px;display:grid}.build-grid.row-4{grid-template-columns:repeat(4,1fr)}.build-grid.row-5{grid-template-columns:repeat(5,1fr)}.build-card{background:var(--white);border:1px solid #0c1e3d14;border-radius:12px;padding:25px 20px;transition:transform .3s,box-shadow .3s;box-shadow:0 4px 15px #0c1e3d05}.build-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #0c1e3d0d}.build-icon{width:45px;height:45px;color:var(--blue);background:#2b55cc14;border-radius:50%;justify-content:center;align-items:center;margin-bottom:15px;font-size:1.3rem;display:flex}.build-card h4{color:var(--navy);margin-bottom:10px;font-size:.95rem;line-height:1.3}.build-card p{color:#64748b;font-size:.8rem;line-height:1.5}.sd-challenges{background:#f8fafc;border-top:1px solid #0c1e3d0d;border-bottom:1px solid #0c1e3d0d;padding:50px 0}.challenges-row{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:20px;display:flex}.challenge-item{color:var(--navy);align-items:center;gap:12px;font-size:.9rem;font-weight:600;display:flex}.challenge-item svg{color:var(--blue);font-size:1.5rem}.sd-split__container{gap:60px;display:flex}.sd-split__left,.sd-split__right{flex:1}.split-title{color:var(--navy);letter-spacing:.5px;margin-bottom:30px;font-size:1.1rem;font-weight:800}.solutions-grid{grid-template-columns:repeat(2,1fr);gap:25px 20px;display:grid}.solution-item{align-items:flex-start;gap:12px;display:flex}.check-icon{color:var(--blue);flex-shrink:0;margin-top:2px;font-size:1.2rem}.solution-item h4{color:var(--navy);margin-bottom:5px;font-size:.9rem}.solution-item p{color:#64748b;font-size:.8rem;line-height:1.4}.tech-stack-list{flex-direction:column;gap:20px;display:flex}.tech-stack-card{background:var(--white);border:1px solid #0c1e3d14;border-radius:12px;align-items:flex-start;gap:15px;padding:20px;display:flex;box-shadow:0 4px 15px #0c1e3d05}.tech-stack-icon{border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.3rem;display:flex}.bg-blue{color:#2b55cc;background:#2b55cc1a}.bg-green{color:#28a745;background:#28a7451a}.bg-purple{color:#8a2be2;background:#8a2be21a}.bg-orange{color:#fd7e14;background:#fd7e141a}.tech-stack-card h4{color:var(--navy);margin-bottom:5px;font-size:.95rem}.tech-stack-card p{color:#64748b;font-size:.8rem;line-height:1.5}.process-timeline{justify-content:space-between;align-items:flex-start;margin-bottom:30px;display:flex}.process-step{text-align:center;flex-direction:column;align-items:center;width:60px;display:flex}.process-icon{width:40px;height:40px;color:var(--blue);background:#2b55cc0d;border-radius:50%;justify-content:center;align-items:center;margin-bottom:10px;font-size:1.2rem;display:flex}.process-step span{color:var(--navy);font-size:.7rem;font-weight:600;line-height:1.2}.process-line{background:#0c1e3d1a;flex:1;height:1px;margin-top:20px}.process-footer{text-align:center;color:#64748b;font-size:.85rem;line-height:1.5}.engagement-list{flex-direction:column;gap:25px;display:flex}.engagement-item{align-items:flex-start;gap:15px;display:flex}.engagement-icon{background:var(--white);width:40px;height:40px;color:var(--blue);border:1px solid #0c1e3d14;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;font-size:1.2rem;display:flex;box-shadow:0 4px 10px #0c1e3d05}.engagement-item h4{color:var(--navy);margin-bottom:5px;font-size:.95rem}.engagement-item p{color:#64748b;font-size:.85rem;line-height:1.4}.sd-cta{padding-bottom:80px}.challenge-banner-dark{background:#081543;border-radius:20px;justify-content:space-between;align-items:center;padding:40px 60px;display:flex;box-shadow:0 15px 40px #08154326}.challenge-content-dark{align-items:center;gap:25px;display:flex}.challenge-icon-dark{width:60px;height:60px;color:var(--white);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;font-size:1.8rem;display:flex}.challenge-content-dark h2{color:var(--white);margin-bottom:8px;font-size:1.5rem}.challenge-content-dark p{color:#cbd5e1;max-width:500px;font-size:.95rem;line-height:1.5}@media (width<=1200px){.build-grid.row-4{grid-template-columns:repeat(2,1fr)}.build-grid.row-5{grid-template-columns:repeat(3,1fr)}.sd-split__container{flex-direction:column;gap:40px}.process-timeline{flex-wrap:wrap;justify-content:center;gap:20px}.process-line{display:none}}@media (width<=992px){.sd-hero__container{text-align:center;flex-direction:column}.sd-hero__actions,.breadcrumbs{justify-content:center}.build-grid.row-5{grid-template-columns:repeat(2,1fr)}.challenge-banner-dark{text-align:center;flex-direction:column;gap:30px}.challenge-content-dark{text-align:center;flex-direction:column}}@media (width<=768px){.build-grid.row-4,.build-grid.row-5,.solutions-grid{grid-template-columns:1fr}.sd-hero__title{font-size:2.2rem}.challenge-banner-dark{padding:30px 20px}}.cloud-hero{color:var(--white);background:#081543;padding:60px 0 100px;position:relative;overflow:hidden}.cloud-hero__container{justify-content:space-between;align-items:center;gap:40px;display:flex}.cloud-hero__content{z-index:2;flex:1;max-width:550px;position:relative}.cloud-hero__title{margin-bottom:25px;font-size:3rem;font-weight:800;line-height:1.15}.cloud-hero__title span{color:#4facfe}.cloud-hero__desc{color:#cbd5e1;margin-bottom:40px;font-size:1.1rem;line-height:1.6}.cloud-hero__actions{align-items:center;gap:20px;display:flex}.cloud-hero__image-wrapper{flex:1.2;justify-content:center;align-items:center;display:flex;position:relative}.cloud-image-mask{width:100%;max-width:750px;-webkit-mask-image:radial-gradient(#000 50%,#0000 90%);mask-image:radial-gradient(#000 50%,#0000 90%)}.cloud-image-mask img{width:100%;height:auto;display:block}.provide-grid{grid-template-columns:repeat(4,1fr);gap:20px;display:grid}.provide-card{background:var(--white);border:1px solid #0c1e3d14;border-radius:12px;padding:25px 20px;transition:transform .3s,box-shadow .3s;box-shadow:0 4px 15px #0c1e3d05}.provide-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #0c1e3d0d}.provide-icon{width:45px;height:45px;color:var(--blue);background:#2b55cc14;border-radius:50%;justify-content:center;align-items:center;margin-bottom:15px;font-size:1.3rem;display:flex}.provide-card h4{color:var(--navy);margin-bottom:10px;font-size:.95rem;line-height:1.3}.provide-card p{color:#64748b;font-size:.8rem;line-height:1.5}.cloud-challenges .challenges-row{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:15px;display:flex}.cloud-challenges .challenge-item{text-align:center;width:calc(12.5% - 15px);min-width:120px;color:var(--navy);flex-direction:column;align-items:center;gap:10px;font-size:.85rem;font-weight:600;display:flex}.cloud-challenges .challenge-item svg{color:var(--blue);margin-bottom:5px;font-size:1.8rem}.freq-solutions-row{flex-wrap:wrap;justify-content:center;gap:20px;display:flex}.freq-sol-item{background:var(--white);border:1px solid #0c1e3d14;border-radius:12px;flex-direction:column;gap:15px;width:calc(25% - 20px);min-width:250px;padding:20px;display:flex;box-shadow:0 4px 15px #0c1e3d05}.freq-sol-item svg{font-size:2rem}.freq-sol-item h4{color:var(--navy);margin-bottom:8px;font-size:.95rem}.freq-sol-item p{color:#64748b;font-size:.8rem;line-height:1.5}.cloud-triple__container{justify-content:space-between;align-items:flex-start;gap:40px;display:flex}.triple-col-left{flex:1;max-width:300px}.triple-col-middle{background:#f8fafc;border:1px solid #0c1e3d0d;border-radius:20px;flex:2;padding:40px}.triple-col-right{flex:1;max-width:350px}.triple-sub{color:#64748b;margin-bottom:20px;font-size:.9rem}.readiness-list{flex-direction:column;gap:12px;list-style:none;display:flex}.readiness-list li{color:var(--navy);align-items:flex-start;gap:10px;font-size:.85rem;display:flex}.readiness-list li svg{color:var(--blue);flex-shrink:0;margin-top:2px}.readiness-graphic{justify-content:center;margin-top:30px;display:flex}.lifecycle-path{flex-wrap:nowrap;justify-content:space-between;align-items:center;margin-bottom:30px;display:flex}.lc-step{text-align:center;flex-direction:column;align-items:center;gap:10px;display:flex}.lc-icon{background:var(--white);width:45px;height:45px;color:var(--blue);border:1px solid #2b55cc33;border-radius:12px;justify-content:center;align-items:center;font-size:1.3rem;display:flex;box-shadow:0 4px 10px #2b55cc0d}.lc-step span{color:var(--navy);font-size:.75rem;font-weight:700}.lc-arrow{color:#a0aec0;margin-top:-20px;font-size:1.2rem}.lifecycle-footer{color:#64748b;font-size:.85rem}@media (width<=1200px){.cloud-triple__container{flex-direction:column;align-items:center}.triple-col-left,.triple-col-middle,.triple-col-right{width:100%;max-width:100%}.provide-grid{grid-template-columns:repeat(3,1fr)}.lifecycle-path{flex-wrap:wrap;justify-content:center;gap:15px}.lc-arrow{display:none}}@media (width<=992px){.cloud-hero__container{text-align:center;flex-direction:column}.cloud-hero__actions{justify-content:center}.provide-grid{grid-template-columns:repeat(2,1fr)}.freq-solutions-row{justify-content:center}}@media (width<=768px){.provide-grid{grid-template-columns:1fr}.tech-columns{flex-direction:column}.cloud-challenges .challenge-item{width:calc(33.333% - 15px)}}.ai-page .text-purple{color:#8a2be2}.ai-page .btn-purple{color:var(--white);background-color:#8a2be2}.ai-page .btn-purple:hover{background-color:#7220bd}.ai-page .btn-outline-purple{color:var(--white);border:1px solid #8a2be280;border-radius:8px;padding:.8rem 1.5rem;font-weight:600;text-decoration:none;transition:background-color .2s,border-color .2s}.ai-page .btn-outline-purple:hover{background-color:#8a2be21a;border-color:#8a2be2}.ai-tag{color:#c084fc}.ai-hero{color:var(--white);background:linear-gradient(135deg,#0f0c29,#302b63,#24243e);padding:60px 0 100px;position:relative;overflow:hidden}.ai-hero__container{justify-content:space-between;align-items:center;gap:40px;display:flex}.ai-hero__content{z-index:2;flex:1;max-width:550px;position:relative}.ai-hero__title{margin-bottom:25px;font-size:3rem;font-weight:800;line-height:1.15}.ai-hero__title span{color:#c084fc}.ai-hero__desc{color:#e2e8f0;margin-bottom:40px;font-size:1.1rem;line-height:1.6}.ai-hero__actions{align-items:center;gap:20px;display:flex}.ai-hero__image-wrapper{flex:1.2;justify-content:center;align-items:center;display:flex;position:relative}.ai-image-mask{width:100%;max-width:800px;-webkit-mask-image:radial-gradient(#000 60%,#0000 95%);mask-image:radial-gradient(#000 60%,#0000 95%)}.ai-image-mask img{width:100%;height:auto;display:block}.ai-provide-grid{flex-wrap:wrap;justify-content:center;gap:20px;display:flex}.ai-provide-card{background:var(--white);text-align:center;border:1px solid #8a2be21a;border-radius:12px;width:calc(25% - 20px);min-width:200px;padding:25px 20px;transition:transform .3s,box-shadow .3s;box-shadow:0 4px 15px #8a2be208}@media (width<=1200px){.ai-provide-card{width:calc(33.333% - 20px)}}@media (width<=900px){.ai-provide-card{width:calc(50% - 20px)}}@media (width<=600px){.ai-provide-card{width:100%}}.ai-provide-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #8a2be214}.ai-icon{color:#8a2be2;background:#8a2be21a;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;margin:0 auto 15px;font-size:1.5rem;display:flex}.ai-provide-card h4{color:var(--navy);margin-bottom:10px;font-size:.95rem}.ai-provide-card p{color:#64748b;font-size:.8rem;line-height:1.5}.ai-split__container{align-items:flex-start;gap:60px;display:flex}.ai-split__left,.ai-split__right{flex:1}.problem-solution-flow{grid-template-columns:repeat(3,1fr);gap:25px 15px;display:grid}.flow-item{text-align:center;flex-direction:column;align-items:center;display:flex}.flow-problem{color:var(--navy);flex-direction:column;align-items:center;gap:8px;font-size:.8rem;font-weight:600;display:flex}.problem-icon{color:#64748b;background:#f1f5f9;border-radius:50%;padding:10px;font-size:1.5rem}.flow-arrow{color:#cbd5e1;margin:5px 0;font-size:1.2rem}.flow-solution{font-size:.8rem;font-weight:700}.use-cases-grid{grid-template-columns:repeat(4,1fr);gap:20px;display:grid}.use-case-card{text-align:center;color:var(--navy);flex-direction:column;align-items:center;gap:10px;font-size:.8rem;font-weight:600;display:flex}.uc-icon{font-size:1.8rem}.tech-columns{flex-wrap:wrap;justify-content:space-between;gap:20px;display:flex}.tech-col{flex:1;min-width:180px}.tech-col h4{color:#8a2be2;text-transform:uppercase;letter-spacing:.5px;margin-bottom:20px;font-size:.8rem}.tech-col ul{flex-direction:column;gap:15px;list-style:none;display:flex}.tech-col li{color:var(--navy);align-items:center;gap:10px;font-size:.85rem;font-weight:500;display:flex}.tech-col li svg{font-size:1.2rem}.icon-purple{color:#8a2be2}.text-blue{color:#2b55cc}.text-orange{color:#fd7e14}.text-green{color:#28a745}.ai-list-card{text-align:left!important;align-items:flex-start!important}.ai-list-header{flex-direction:column;align-items:flex-start;gap:10px;margin-bottom:15px;display:flex}.ai-list-header svg{font-size:2rem}.ai-list-header h4{margin:0;font-size:.95rem}.ai-list-card ul{color:#64748b;margin:0;padding-left:20px;font-size:.85rem;line-height:1.6;list-style-type:disc}.insight-box{background:var(--white);border:1px solid #8a2be233;border-radius:12px;gap:15px;padding:20px;display:flex;box-shadow:0 4px 20px #8a2be20d}.insight-icon{color:#8a2be2;flex-shrink:0;font-size:2rem}.insight-box p{color:var(--navy);margin:0;font-size:.85rem;font-weight:500;line-height:1.5}.horizontal-process{justify-content:space-between;align-items:flex-start;gap:15px;display:flex}.hp-step{text-align:center;flex-direction:column;flex:1;align-items:center;display:flex}.hp-icon{background:var(--white);color:#8a2be2;border:1px solid #8a2be233;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;margin-bottom:15px;font-size:1.5rem;display:flex;box-shadow:0 4px 10px #8a2be20d}.hp-step h4{color:var(--navy);margin-bottom:10px;font-size:.85rem;line-height:1.3}.hp-step p{color:#64748b;font-size:.75rem;line-height:1.4}.hp-arrow{color:#cbd5e1;align-items:center;height:50px;font-size:1.2rem;display:flex}.challenge-banner-purple{background:linear-gradient(135deg,#302b63,#24243e);border-radius:20px;justify-content:space-between;align-items:center;padding:40px 60px;display:flex;box-shadow:0 15px 40px #302b6333}@media (width<=1200px){.ai-split__container{flex-direction:column}.problem-solution-flow{grid-template-columns:repeat(2,1fr)}.horizontal-process{flex-wrap:wrap}.hp-arrow{display:none}.hp-step{min-width:200px;margin-bottom:20px}}@media (width<=992px){.ai-hero__container{text-align:center;flex-direction:column}.ai-hero__actions{justify-content:center}.use-cases-grid{grid-template-columns:repeat(2,1fr)}.challenge-banner-purple{text-align:center;flex-direction:column;gap:30px}}.data-page .text-blue-light{color:#3b82f6}.data-page .btn-blue{color:var(--white);background-color:#2563eb}.data-page .btn-blue:hover{background-color:#1d4ed8}.data-page .btn-outline-blue{color:var(--white);border:1px solid #3b82f680;border-radius:8px;padding:.8rem 1.5rem;font-weight:600;text-decoration:none;transition:background-color .2s,border-color .2s}.data-page .btn-outline-blue:hover{background-color:#3b82f61a;border-color:#3b82f6}.data-hero{color:var(--white);background:#06113c;padding:60px 0 100px;position:relative;overflow:hidden}.data-hero__container{justify-content:space-between;align-items:center;gap:40px;display:flex}.data-hero__content{z-index:2;flex:1;max-width:550px;position:relative}.data-hero__title{margin-bottom:25px;font-size:3rem;font-weight:800;line-height:1.15}.data-hero__title span{color:#3b82f6}.data-hero__desc{color:#cbd5e1;margin-bottom:40px;font-size:1.1rem;line-height:1.6}.data-hero__actions{align-items:center;gap:20px;display:flex}.data-hero__image-wrapper{flex:1.2;justify-content:center;align-items:center;display:flex;position:relative}.data-image-mask{width:100%;max-width:800px;-webkit-mask-image:radial-gradient(#000 60%,#0000 95%);mask-image:radial-gradient(#000 60%,#0000 95%)}.data-image-mask img{width:100%;height:auto;display:block}.data-provide-grid{flex-wrap:wrap;justify-content:center;gap:20px;display:flex}.data-provide-card{background:var(--white);border:1px solid #2563eb1a;border-radius:12px;width:calc(25% - 20px);min-width:220px;padding:25px 20px;transition:transform .3s,box-shadow .3s;box-shadow:0 4px 15px #2563eb08}@media (width<=1200px){.data-provide-card{width:calc(33.333% - 20px)}}@media (width<=900px){.data-provide-card{width:calc(50% - 20px)}}@media (width<=600px){.data-provide-card{width:100%}}.data-provide-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #2563eb14}.data-icon{color:#2563eb;background:#2563eb1a;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;margin-bottom:15px;font-size:1.5rem;display:flex}.data-provide-card h4{color:var(--navy);margin-bottom:10px;font-size:.95rem}.data-provide-card p{color:#64748b;font-size:.8rem;line-height:1.5}.use-cases-grid-3x2{grid-template-columns:repeat(3,1fr);gap:25px;display:grid}.uc-card{background:var(--white);border:1px solid #2563eb1a;border-radius:12px;align-items:flex-start;gap:15px;padding:25px;transition:transform .3s,box-shadow .3s;display:flex;box-shadow:0 4px 15px #2563eb08}.uc-card:hover{transform:translateY(-3px);box-shadow:0 8px 25px #2563eb0f}.uc-card .uc-icon{color:#2563eb;flex-shrink:0;font-size:2rem}.uc-card h4{color:var(--navy);margin-bottom:5px;font-size:.95rem}.uc-card p{color:#64748b;margin:0;font-size:.8rem;line-height:1.5}.data-sol-row{flex-wrap:wrap;justify-content:center;gap:20px;display:flex}.data-sol-item{background:var(--white);text-align:center;border:1px solid #2563eb1a;border-radius:12px;flex-direction:column;align-items:center;width:calc(25% - 20px);min-width:200px;padding:25px 20px;transition:transform .3s;display:flex;box-shadow:0 4px 15px #2563eb08}.data-sol-item:hover{transform:translateY(-3px)}.data-sol-item svg{margin-bottom:15px;font-size:2rem}.data-sol-item h4{color:var(--navy);margin-bottom:10px;font-size:.95rem}.data-sol-item p{color:#64748b;font-size:.8rem;line-height:1.5}.data-checklist-grid{grid-template-columns:1fr 1fr;gap:20px;margin-top:20px;display:grid}@media (width<=600px){.data-checklist-grid{grid-template-columns:1fr}}.data-work-together-grid{grid-template-columns:1fr 1fr;gap:25px;margin-top:20px;display:grid}@media (width<=768px){.data-work-together-grid{grid-template-columns:1fr}}.hp-step-vertical{background:var(--white);border:1px solid #2563eb1a;border-radius:12px;align-items:flex-start;gap:15px;padding:20px;display:flex;box-shadow:0 4px 15px #2563eb08}.hp-icon-sm{color:#2563eb;background:#2563eb1a;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:45px;height:45px;font-size:1.5rem;display:flex}.hp-step-vertical h4{color:var(--navy);margin-bottom:5px;font-size:.9rem}.hp-step-vertical p{color:#64748b;margin:0;font-size:.8rem;line-height:1.4}@media (width<=992px){.data-hero__container{text-align:center;flex-direction:column}.data-hero__actions{justify-content:center}.use-cases-grid-3x2{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.use-cases-grid-3x2{grid-template-columns:1fr}.data-sol-item{width:calc(50% - 20px)}}@media (width<=480px){.data-sol-item{width:100%}}.pa-page .text-blue{color:#2563eb}.pa-page .text-green{color:#10b981}.pa-page .text-orange{color:#f59e0b}.pa-page .text-purple{color:#8b5cf6}.pa-page .text-navy{color:#0f172a}.pa-page .text-red{color:#ef4444}.pa-page .text-yellow{color:#eab308}.pa-page .icon-blue{color:#2563eb}.pa-page .icon-green{color:#10b981}.pa-page .icon-orange{color:#f59e0b}.pa-page .icon-purple{color:#8b5cf6}.pa-page .icon-navy{color:#0f172a}.pa-page .icon-red{color:#ef4444}.pa-page .icon-yellow{color:#eab308}.pa-page .bg-navy{background-color:#0f172a!important}.pa-page .border-blue{border:1px solid #2563eb33!important}.pa-hero{color:var(--white);background:#050b14;padding:60px 0 100px;position:relative;overflow:hidden}.pa-hero__container{justify-content:space-between;align-items:center;gap:40px;display:flex}.pa-hero__content{z-index:2;flex:1;max-width:550px;position:relative}.pa-hero__title{margin-bottom:25px;font-size:3rem;font-weight:800;line-height:1.15}.pa-hero__title span{color:#3b82f6}.pa-hero__desc{color:#cbd5e1;margin-bottom:40px;font-size:1.1rem;line-height:1.6}.pa-hero__actions{align-items:center;gap:20px;display:flex}.pa-hero__image-wrapper{flex:1.2;justify-content:center;align-items:center;display:flex;position:relative}.pa-image-mask{width:100%;max-width:800px;-webkit-mask-image:radial-gradient(#000 50%,#0000 95%);mask-image:radial-gradient(#000 50%,#0000 95%)}.pa-image-mask img{width:100%;height:auto;display:block}.processes-grid{grid-template-columns:repeat(8,1fr);gap:15px;display:grid}.process-card{background:var(--white);text-align:center;border:1px solid #0f172a14;border-radius:12px;flex-direction:column;align-items:center;padding:20px 15px;transition:transform .3s;display:flex;box-shadow:0 4px 15px #0f172a05}.process-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px #0f172a0d}.process-icon{margin-bottom:15px;font-size:2rem}.process-card h4{color:var(--navy);margin-bottom:10px;font-size:.85rem;line-height:1.3}.process-card p{color:#64748b;font-size:.75rem;line-height:1.4}.pa-triple__container{align-items:flex-start;gap:30px;display:flex}.pa-col{background:var(--white);border:1px solid #0f172a0f;border-radius:16px;padding:30px;box-shadow:0 5px 20px #0f172a08}.pa-col-left{flex:1;min-width:250px}.pa-col-middle,.pa-col-right{flex:1.5;min-width:350px}.pa-sub{color:#64748b;margin-bottom:25px;font-size:.85rem}.pa-checklist{flex-direction:column;gap:15px;padding:0;list-style:none;display:flex}.pa-checklist li{color:var(--navy);align-items:center;gap:10px;font-size:.95rem;font-weight:500;display:flex}.pa-test-grid{grid-template-columns:1fr 1fr;gap:20px;display:grid}.test-item{align-items:flex-start;gap:15px;display:flex}.test-icon{background:#f8fafc;border-radius:8px;flex-shrink:0;padding:8px;font-size:2rem}.test-item h4{margin-bottom:5px;font-size:.9rem}.test-item p{color:#64748b;margin:0;font-size:.75rem;line-height:1.4}.workflow-list{flex-direction:column;gap:15px;display:flex}.wf-item{align-items:flex-start;gap:15px;display:flex}.wf-icon{margin-top:2px;font-size:1.5rem}.wf-item h4{margin-bottom:3px;font-size:.9rem}.wf-item p{color:#64748b;margin:0;font-size:.8rem}.pa-tech .tech-columns{justify-content:flex-start}.ba-grid{grid-template-columns:repeat(3,1fr);gap:30px;display:grid}.ba-card{background:var(--white);border:1px solid #0f172a14;border-radius:16px;padding:30px;box-shadow:0 5px 20px #0f172a08}.ba-title{text-align:center;color:var(--navy);text-transform:uppercase;letter-spacing:.5px;margin-bottom:25px;font-size:.9rem}.ba-split{justify-content:space-between;align-items:stretch;gap:15px;display:flex}.ba-side{flex:1}.ba-side h5{color:var(--navy);border-bottom:1px solid #e2e8f0;margin-bottom:15px;padding-bottom:8px;font-size:.85rem}.ba-side ul{flex-direction:column;gap:12px;padding:0;list-style:none;display:flex}.ba-side li{color:#64748b;align-items:center;gap:8px;font-size:.75rem;display:flex}.ba-side li svg{flex-shrink:0;font-size:1rem}.ba-icon-center{opacity:.3;justify-content:center;align-items:center;font-size:2rem;display:flex}@media (width<=1400px){.processes-grid{grid-template-columns:repeat(4,1fr)}.pa-triple__container{flex-direction:column}.pa-col{width:100%;min-width:100%}}@media (width<=992px){.pa-hero__container{text-align:center;flex-direction:column}.pa-hero__actions{justify-content:center}.ba-grid{grid-template-columns:1fr}}@media (width<=768px){.processes-grid{grid-template-columns:repeat(2,1fr)}.pa-test-grid{grid-template-columns:1fr}}@media (width<=480px){.processes-grid{grid-template-columns:1fr}}.dt-page .text-blue{color:#2563eb}.dt-page .text-green{color:#10b981}.dt-page .text-orange{color:#f59e0b}.dt-page .text-purple{color:#8b5cf6}.dt-page .text-navy{color:#0f172a}.dt-page .bg-blue{color:#fff;background-color:#2563eb}.dt-page .bg-green{color:#fff;background-color:#10b981}.dt-page .bg-orange{color:#fff;background-color:#f59e0b}.dt-page .bg-purple{color:#fff;background-color:#8b5cf6}.dt-page .bg-navy{color:#fff;background-color:#0f172a!important}.dt-hero{color:var(--white);background:#020617;padding:60px 0 100px;position:relative;overflow:hidden}.dt-hero__container{justify-content:space-between;align-items:center;gap:40px;display:flex}.dt-hero__content{z-index:2;flex:1;max-width:550px;position:relative}.dt-hero__title{margin-bottom:25px;font-size:3rem;font-weight:800;line-height:1.15}.dt-hero__title span{color:#3b82f6}.dt-hero__desc{color:#cbd5e1;margin-bottom:40px;font-size:1.1rem;line-height:1.6}.dt-hero__actions{align-items:center;gap:20px;display:flex}.dt-hero__image-wrapper{flex:1.2;justify-content:center;align-items:center;display:flex;position:relative}.dt-image-mask{width:100%;max-width:800px;-webkit-mask-image:radial-gradient(#000 60%,#0000 95%);mask-image:radial-gradient(#000 60%,#0000 95%)}.dt-image-mask img{width:100%;height:auto;display:block}.dt-signs-grid{flex-wrap:wrap;justify-content:center;gap:20px;display:flex}.dt-sign-card{background:var(--white);text-align:center;border:1px solid #0f172a14;border-radius:12px;flex-direction:column;align-items:center;width:calc(16.666% - 20px);min-width:160px;padding:30px 20px;transition:transform .3s;display:flex;box-shadow:0 4px 15px #0f172a08}@media (width<=1200px){.dt-sign-card{width:calc(33.333% - 20px)}}@media (width<=768px){.dt-sign-card{width:calc(50% - 20px)}}@media (width<=480px){.dt-sign-card{width:100%}}.dt-sign-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px #0f172a0f}.dt-sign-icon{margin-bottom:20px;font-size:2.5rem}.dt-sign-card h4{color:var(--navy);margin-bottom:10px;font-size:.85rem;line-height:1.3}.dt-sign-card p{color:#64748b;font-size:.75rem;line-height:1.4}.dt-sub{color:#64748b;margin-bottom:40px}.dt-opp-grid{grid-template-columns:repeat(4,1fr);gap:30px;margin-bottom:30px;display:grid}.dt-opp-card{background:var(--white);text-align:center;border:1px solid #e2e8f0;border-radius:16px;flex-direction:column;align-items:center;padding:40px 20px;display:flex;box-shadow:0 10px 30px #0f172a08}.dt-opp-icon{border-radius:50%;justify-content:center;align-items:center;width:70px;height:70px;margin-bottom:20px;font-size:2rem;display:flex;box-shadow:0 8px 20px #0f172a1a}.dt-opp-card h4{color:var(--navy);margin-bottom:15px;font-size:1.2rem}.dt-opp-card p{color:#64748b;font-size:.85rem;line-height:1.5}.dt-alert{text-align:center;color:var(--navy);justify-content:center;align-items:center;gap:10px;margin-top:20px;font-size:.9rem;font-weight:500;display:flex}.dt-flow-container{flex-wrap:wrap;justify-content:center;align-items:center;gap:10px;display:flex}.dt-flow-item{text-align:center;flex-direction:column;align-items:center;max-width:140px;display:flex}.dt-flow-icon{margin-bottom:15px;font-size:2.5rem}.dt-flow-item h4{color:var(--navy);margin-bottom:8px;font-size:.75rem;font-weight:700;line-height:1.2}.dt-flow-item p{color:#64748b;margin:0;font-size:.7rem}.dt-flow-arrow{color:#cbd5e1;font-size:1.5rem}.dt-assessment-box{background:var(--white);border:1px solid #e2e8f0;border-radius:16px;justify-content:space-between;align-items:center;padding:30px;display:flex;box-shadow:0 5px 20px #0f172a08}.dt-check-list{flex-direction:column;gap:15px;padding:0;list-style:none;display:flex}.dt-check-list li{color:var(--navy);align-items:flex-start;gap:10px;font-size:.85rem;font-weight:500;display:flex}.dt-check-list li svg{flex-shrink:0;margin-top:2px}.dt-timeline{justify-content:space-between;gap:15px;margin-top:20px;display:flex}.dt-step{text-align:center;flex-direction:column;flex:1;align-items:center;display:flex;position:relative}.dt-step-icon{color:#2563eb;background:var(--white);z-index:2;border:2px solid #2563eb;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;margin-bottom:15px;font-size:1.5rem;display:flex;position:relative}.dt-step-num{color:#fff;background:#2563eb;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;font-size:.6rem;font-weight:700;display:flex;position:absolute;top:-8px;left:-8px}.dt-step h4{color:var(--navy);margin-bottom:10px;font-size:.8rem;line-height:1.3}.dt-step p{color:#64748b;font-size:.7rem;line-height:1.4}.dt-not-tech-container{background:var(--white);border-radius:20px;justify-content:space-between;align-items:center;gap:40px;padding:40px 60px;display:flex;box-shadow:0 10px 40px #0f172a0d}.dt-not-tech-content{text-align:center;flex:1}.dt-not-tech-content h2{margin-bottom:20px;font-size:1.5rem}.dt-not-tech-content p{color:#64748b;font-size:.95rem;line-height:1.6}.dt-not-tech-icon{opacity:.2;font-size:5rem}.dt-success-row{flex-wrap:wrap;justify-content:center;gap:20px;display:flex}.dt-success-item{text-align:center;flex-direction:column;align-items:center;width:calc(14.28% - 20px);min-width:120px;display:flex}.dt-success-icon{margin-bottom:15px;font-size:2.5rem}.dt-success-item h4{color:var(--navy);font-size:.75rem;line-height:1.3}@media (width<=1200px){.dt-opp-grid{grid-template-columns:repeat(2,1fr)}.dt-success-item{width:calc(25% - 20px)}.dt-timeline{flex-wrap:wrap}.dt-step{min-width:45%;margin-bottom:20px}}@media (width<=992px){.dt-hero__container{text-align:center;flex-direction:column}.dt-hero__actions{justify-content:center}.dt-not-tech-container{flex-direction:column;padding:30px}}@media (width<=768px){.dt-opp-grid{grid-template-columns:1fr}.dt-flow-container{flex-direction:column}.dt-flow-arrow{margin:10px 0;transform:rotate(90deg)}.dt-success-item{width:calc(50% - 20px)}}.footer{background:var(--navy-dark);color:var(--white);padding:80px 0 0}.footer__top{border-bottom:1px solid #ffffff14;grid-template-columns:1.5fr repeat(3,1fr);gap:40px;padding-bottom:50px;display:grid}.footer__brand img{width:64px;margin-bottom:16px}.footer__brand h3{letter-spacing:.08em;margin-bottom:4px;font-size:.85rem;font-weight:700}.footer__tagline{letter-spacing:.12em;color:var(--gold);margin-bottom:16px;font-size:.65rem;font-weight:600}.footer__desc{color:#fff9;max-width:300px;margin-bottom:20px;font-size:.85rem;line-height:1.7}.footer__social{gap:12px;display:flex}.footer__social a{width:40px;height:40px;color:var(--white);transition:var(--transition);background:#ffffff0f;border-radius:50%;justify-content:center;align-items:center;font-size:1rem;display:flex}.footer__social a:hover{background:var(--gold);color:var(--navy)}.footer__col h4{color:var(--gold);margin-bottom:20px;font-size:.95rem;font-weight:700}.footer__col ul li{margin-bottom:10px}.footer__col a{color:#fff9;transition:var(--transition);font-size:.85rem}.footer__col a:hover{color:var(--gold);padding-left:4px}.footer__cta-bar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:20px;padding:30px 0;display:flex}.footer__cta-bar p{font-size:1rem;font-weight:500}.footer__cta-btn{background:var(--gold);color:var(--navy);transition:var(--transition);border-radius:50px;align-items:center;gap:8px;padding:12px 28px;font-size:.9rem;font-weight:700;display:inline-flex}.footer__cta-btn:hover{background:var(--gold-light);transform:translateY(-2px)}.footer__bottom{text-align:center;border-top:1px solid #ffffff0f;padding:24px 0}.footer__bottom p{color:#fff6;font-size:.8rem}@media (width<=900px){.footer__top{grid-template-columns:1fr 1fr}}@media (width<=600px){.footer__top{grid-template-columns:1fr}}.app-container{flex-direction:column;min-height:100vh;display:flex}main{flex:1}
