@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap";body{font-family:Roboto,sans-serif}h1,h2,h3,h4,h5,h6{font-weight:700}a{text-decoration:none;color:inherit}.header{background-color:#fff;padding:0 2rem;position:sticky;top:0;z-index:1000}.header__container{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between}.header__logo{display:flex;align-items:center;text-decoration:none;color:inherit}.header__logo a{display:block;height:100%}.header__logo img{max-height:75px;height:100%;width:100%;object-fit:contain}.header__nav-list{display:flex;list-style:none;margin:0;padding:0}.header__nav-list li{margin:0 1rem}.header__nav-list a{text-decoration:none;color:#333;font-weight:500;transition:color .2s}.header__nav-list a:hover{color:#007bff}.header__actions{display:flex;align-items:center}.header__actions .header__sign-in{margin-right:1rem;text-decoration:none;color:#333;font-weight:500}.header__actions .header__button{padding:.7rem 1.1rem;border:none;border-radius:8px;cursor:pointer;font-weight:500}.header__actions .header__button--primary{background-color:#0f66ac;color:#fff}.under-dev-popup__backdrop{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#1e293ba6;z-index:9999;display:flex;align-items:center;justify-content:center}.under-dev-popup{background:#fff;border-radius:1.2rem;box-shadow:0 8px 32px #1018282e;padding:2.2rem 2.8rem 2rem;max-width:98vw;width:540px;text-align:center;animation:popup-fade-in .3s;position:relative}.under-dev-popup__icon{margin-bottom:1.5rem;display:flex;justify-content:center;align-items:center}.under-dev-popup__icon--excite svg{width:64px;height:64px;filter:drop-shadow(0 2px 12px rgba(56,189,248,.3333333333))}.under-dev-popup__brand{color:#0f66ab;font-weight:700;font-size:1.13em;letter-spacing:-.5px}.under-dev-popup__highlight{display:block;color:#0891b2;font-weight:600;margin-top:.5rem;font-size:1.08em}.under-dev-popup__features{list-style:none;padding:0;margin:1.2rem 0 1.7rem;display:flex;flex-wrap:wrap;gap:.7rem 1.2rem;justify-content:center}.under-dev-popup__features li{background:#e0f7fa;color:#0f66ab;border-radius:999px;padding:.45rem 1.1rem;font-size:1.01rem;font-weight:500;box-shadow:0 1px 6px #38bdf822;margin-bottom:.2rem}.under-dev-popup h2{margin-bottom:1.1rem;color:#0f66ab;font-size:1.7rem;font-weight:700;letter-spacing:-.5px}.under-dev-popup__main-msg{color:#1e293b;font-size:1.13rem;font-weight:600;margin-bottom:1.1rem;line-height:1.5}.under-dev-popup__sub-msg{color:#64748b;font-size:1.01rem;margin-bottom:2.1rem}.under-dev-popup__close{background:linear-gradient(90deg,#0f66ab,#155dfc);color:#fff;border:none;border-radius:.5rem;padding:.7rem 2.2rem;font-size:1.08rem;font-weight:600;cursor:pointer;box-shadow:0 2px 8px #0f66ab14;transition:background .2s,box-shadow .2s}.under-dev-popup__close:hover{background:linear-gradient(90deg,#155dfc,#0f66ab);box-shadow:0 4px 16px #155dfc21}@keyframes popup-fade-in{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.hero__achievement-grid{display:flex;justify-content:space-between;align-items:center;background:linear-gradient(90deg,#f2f9fa,#edf7f8);border-radius:1rem;padding:2rem 0;margin:2rem 0 0;box-shadow:0 2px 16px #eafaf7;gap:0}.hero__achievement-col{flex:1;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;min-width:120px}.hero__achievement-number{font-size:2.5rem;font-weight:700;color:#0e172b;margin-bottom:.5rem}.hero__achievement-label{font-size:1.25rem;color:#3a4a62;font-weight:500}.hero{padding:4rem 2rem;position:relative}.hero:before{content:"";width:100%;height:100%;position:absolute;top:0;left:0;z-index:-1;background:linear-gradient(to right,#1da4ae57,#1da4ad0f 10%,#1dacb517 50%,#0f66ac0d);pointer-events:none}.hero__container{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:2rem}@media(max-width:768px){.hero__container{flex-direction:column;text-align:center}}.hero__left{flex:1}.hero__left-badge{display:inline-block;padding:.5rem 1rem;font-size:.875rem;font-weight:500;background:#fff;color:#0e172b;border-radius:999px;margin-bottom:1rem;box-shadow:0 1px 11px #1fa5ae4d}.hero__left__title{font-size:4rem;line-height:1.2;font-weight:700;color:#0e172b;margin:0 0 1rem}.hero__left__title-highlight{color:#007fd7;display:block}.hero__left__subtitle{font-size:1rem;line-height:1.5;color:#444;margin-bottom:2rem;max-width:500px}.hero__left__buttons{display:flex;align-items:center;gap:1rem;margin-bottom:2rem}.hero__left__buttons .hero__button{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;border-radius:6px;cursor:pointer;transition:background .3s,color .3s;text-decoration:none}.hero__left__buttons .hero__button--primary{background:linear-gradient(90deg,#0f66ab 0% 100%);color:#fff;border:none}.hero__left__buttons .hero__button--outline{background:#fff;color:#155dfc;border:2px solid transparent;background-clip:padding-box;position:relative}.hero__left__buttons .hero__button--outline:before{content:"";position:absolute;inset:0;padding:1px;border-radius:6px;background:linear-gradient(90deg,#0d65ad,#1da6af);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:destination-out;mask-composite:subtract;pointer-events:none}.hero__left__certs{display:flex;gap:2rem;flex-wrap:wrap;margin-top:1rem}.hero__left__certs .hero__cert{display:flex;align-items:center;font-size:1rem;color:#555;font-weight:500}.hero__left__certs .hero__cert-circle{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:50%;background:#eafaf7;border:2px solid #28a745;margin-right:.5rem}.hero__left__certs .hero__cert-tick{color:#28a745;font-size:1.1rem;font-weight:700;line-height:1}.hero__right{flex:1;display:flex;justify-content:center}.hero__right-image-container{position:relative;width:100%;max-width:500px}.hero__right__image{width:100%;border-radius:1rem;box-shadow:0 15px 30px #0000001a;display:block}.hero__right__card{position:absolute;background:#fff;padding:1rem 1.5rem;border-radius:.75rem;box-shadow:0 10px 25px #00000026;font-size:.875rem;font-weight:600;color:#111;white-space:nowrap}.hero__right__card span{display:block;color:#007fd7}.hero__right__card--top-right{top:-10%;right:-10%}.hero__right__card--bottom-left{bottom:-10%;left:-10%;font-size:28px}.hero__right__card--bottom-left span{font-size:.875rem}.features{padding:4rem 2rem;background:#fff}.features__container{max-width:1200px;margin:0 auto}.features__header{text-align:center;margin-bottom:3rem}.features__badge{display:inline-block;padding:.5rem 1rem;font-size:.875rem;font-weight:600;background:linear-gradient(90deg,#e0f7ff 0% 100%);color:#0891b2;border-radius:999px;margin-bottom:1rem}.features__title{font-size:2.25rem;line-height:1.2;font-weight:700;color:#0f172a;margin:1rem 0;max-width:800px;margin-left:auto;margin-right:auto}.features__subtitle{font-size:1.0625rem;color:#475569;max-width:800px;margin:0 auto;line-height:1.6}.features__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:2rem}@media(min-width:768px){.features__grid{grid-template-columns:repeat(4,1fr)}}@media(max-width:768px){.features__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.features__grid{grid-template-columns:1fr}}.features__card{padding:2rem;border-radius:1rem;border:2px solid;background:#f8fafc;transition:all .3s ease}.features__card:hover{transform:translateY(-4px);box-shadow:0 12px 24px #00000014}.features__card--threat{border-color:#cffafe}.features__card--compliance{border-color:#dbeafe}.features__card--trust{border-color:#ccfbf1}.features__card--governance{border-color:#e9d5ff}.features__card-icon{width:3rem;height:3rem;display:flex;align-items:center;justify-content:center;margin-bottom:1rem;font-size:1.5rem}.features__card-icon--threat{background:#ecf0ff;color:#0891b2}.features__card-icon--compliance{background:#eff6ff;color:#3b82f6}.features__card-icon--trust{background:#ecfdf5;color:#10b981}.features__card-icon--governance{background:#faf5ff;color:#8b5cf6}.features__card-title{font-size:1.125rem;font-weight:700;color:#0f172a;margin-bottom:.75rem}.features__card-text{font-size:.9375rem;color:#64748b;line-height:1.6}.platform-features{padding:4rem 2rem;background:#f9fafb}.platform-features__container{max-width:1200px;margin:0 auto}.platform-features__header{text-align:center;margin-bottom:3rem}.platform-features__badge{display:inline-block;padding:.5rem 1rem;font-size:.875rem;font-weight:600;background:#e0f2fe;color:#0284c7;border-radius:999px;margin-bottom:1rem;border:1px solid #bae6fd}.platform-features__title{font-size:2.25rem;line-height:1.2;font-weight:700;color:#0f172a;margin:1rem 0}.platform-features__subtitle{font-size:1rem;color:#64748b;max-width:700px;margin:0 auto;line-height:1.6}.platform-features__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;margin-top:2rem}@media(max-width:1024px){.platform-features__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.platform-features__grid{grid-template-columns:1fr}}.platform-features__card{padding:2rem;background:#fff;border:1px solid #e2e8f0;border-radius:.75rem;transition:all .3s ease}.platform-features__card:hover{border-color:#cbd5e1;box-shadow:0 4px 12px #00000014}.platform-features__card-icon{width:3rem;height:3rem;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#0284c7,#0369a1);border-radius:.5rem;margin-bottom:1.5rem;font-size:1.5rem;color:#fff;font-weight:600}.platform-features__card-title{font-size:1.125rem;font-weight:700;color:#0f172a;margin-bottom:.75rem}.platform-features__card-text{font-size:.9375rem;color:#64748b;line-height:1.6}.services{padding:4rem 2rem;background:#fff}.services__container{max-width:1200px;margin:0 auto}.services__header{text-align:center;margin-bottom:3rem}.services__badge{display:inline-block;padding:.5rem 1rem;font-size:.875rem;font-weight:600;background:#e0f7ff;color:#0891b2;border-radius:999px;margin-bottom:1rem}.services__title{font-size:2.25rem;line-height:1.2;font-weight:700;color:#0f172a;margin:1rem 0}.services__subtitle{font-size:1rem;color:#64748b;max-width:700px;margin:0 auto;line-height:1.6}.services__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:2rem}@media(max-width:1024px){.services__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.services__grid{grid-template-columns:1fr}}.services__card{padding:2.5rem 2rem;background:#fff;border:1px solid #e2e8f0;border-radius:.75rem;transition:all .3s ease}.services__card:hover{border-color:#cbd5e1;box-shadow:0 8px 16px #0000001a;transform:translateY(-2px)}.services__card-icon{width:3.5rem;height:3.5rem;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#0284c7,#0369a1);border-radius:.5rem;margin-bottom:1.5rem;font-size:1.75rem;color:#fff;font-weight:600}.services__card-title{font-size:1.125rem;font-weight:700;color:#0f172a;margin-bottom:.75rem}.services__card-text{font-size:.9375rem;color:#64748b;line-height:1.6}.info-grid{padding:4rem 2rem;background:#fff;text-align:center}.info-grid__header{margin-bottom:2.5rem}.info-grid__badge{display:inline-block;background:#e0f7fa;color:#0891b2;font-weight:600;font-size:1rem;border-radius:999px;padding:.5rem 1.2rem;margin-bottom:1.2rem}.info-grid__title{font-size:2.5rem;font-weight:700;color:#1e293b;margin-bottom:.5rem}.info-grid__subtitle{color:#64748b;font-size:1.1rem;margin-bottom:2rem}.info-grid__blocks{display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,1fr);gap:2rem;max-width:1200px;margin:0 auto}@media(max-width:900px){.info-grid__blocks{grid-template-columns:1fr;grid-template-rows:none}}.info-grid__block{background:#f8fafc;border-radius:1.2rem;box-shadow:0 2px 8px #0000000a;padding:2rem 1.5rem;text-align:left;display:flex;flex-direction:column;align-items:flex-start;border:1px solid #e0e7ef;transition:box-shadow .2s}.info-grid__block:hover{box-shadow:0 8px 24px #10b98114}.info-grid__icon{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:1rem;background:#e0f7fa;font-size:2rem}.info-grid__icon--finance{background:#e0f7fa}.info-grid__icon--finance:before{content:"💰";font-size:2rem}.info-grid__icon--healthcare{background:#e0f7fa}.info-grid__icon--healthcare:before{content:"❤";font-size:2rem;color:#0891b2}.info-grid__icon--technology{background:#e0f7fa}.info-grid__icon--technology:before{content:"💻";font-size:2rem}.info-grid__icon--legal{background:#e0f7fa}.info-grid__icon--legal:before{content:"⚖";font-size:2rem}.info-grid__category{color:#0891b2;font-size:.95rem;font-weight:600;margin-bottom:.3rem}.info-grid__block-title{font-size:1.35rem;font-weight:700;color:#1e293b;margin-bottom:.5rem}.info-grid__block-desc{color:#64748b;font-size:1rem;margin-bottom:1rem}.info-grid__features{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem 1.5rem;color:#0891b2;font-size:.98rem;font-weight:500}.pricing{padding:4rem 2rem;background:#f8fafc;text-align:center}.pricing__header{margin-bottom:2.5rem}.pricing__badge{display:inline-block;background:#e0f7fa;color:#0891b2;font-weight:600;font-size:1rem;border-radius:999px;padding:.5rem 1.2rem;margin-bottom:1.2rem}.pricing__title{font-size:2.5rem;font-weight:700;color:#1e293b;margin-bottom:.5rem}.pricing__subtitle{color:#64748b;font-size:1.1rem;margin-bottom:2rem}.pricing__cards{display:flex;gap:2rem;justify-content:center;margin-bottom:2rem;flex-wrap:wrap}.pricing__card{background:#fff;border-radius:1.2rem;box-shadow:0 2px 8px #0000000a;padding:2.5rem 2rem 2rem;text-align:left;display:flex;flex-direction:column;align-items:flex-start;border:1px solid #e0e7ef;min-width:320px;max-width:350px;position:relative;transition:box-shadow .2s}.pricing__card:hover{box-shadow:0 8px 24px #10b98114}.pricing__card--popular{border:2px solid #38bdf8;box-shadow:0 8px 24px #38bdf814;z-index:2}.pricing__popular-badge{position:absolute;top:-1.2rem;left:50%;transform:translate(-50%);background:#38bdf8;color:#fff;font-weight:600;font-size:.95rem;border-radius:999px;padding:.4rem 1.2rem;box-shadow:0 2px 8px #38bdf81f}.pricing__card-title{font-size:1.35rem;font-weight:700;color:#1e293b;margin-bottom:.3rem}.pricing__card-desc{color:#64748b;font-size:1rem;margin-bottom:1.2rem}.pricing__price{font-size:2.2rem;font-weight:700;color:#1e293b;margin-bottom:1.2rem}.pricing__price-unit{font-size:1rem;color:#64748b;margin-left:.2rem}.pricing__price--custom{font-size:2rem;color:#0891b2}.pricing__features{list-style:none;padding:0;margin:0 0 1.5rem;color:#0891b2;font-size:1rem;font-weight:500;display:flex;flex-direction:column;gap:.5rem}.pricing__features li{position:relative;padding-left:1.5rem;color:#0891b2;font-weight:500}.pricing__features li:before{content:"✓";color:#10b981;font-size:1.1rem;position:absolute;left:0;top:.1rem}.pricing__cta{width:100%;border-radius:.5rem;border:none;font-size:1.1rem;font-weight:600;padding:.9rem 0;margin-top:.5rem;cursor:pointer;transition:background .2s}.pricing__cta--trial{background:#1e293b;color:#fff}.pricing__cta--primary{background:linear-gradient(90deg,#38bdf8,#10b981);color:#fff}.pricing__cta--sales{background:#fff;color:#1e293b;border:1px solid #1e293b}.pricing__footer{color:#64748b;font-size:1rem;margin-top:2rem}.pricing__footer strong{color:#1e293b;font-weight:600}.pricing__footer .pricing__compare-link{color:#0891b2;font-weight:600;margin-left:.5rem;text-decoration:underline;transition:color .2s}.pricing__footer .pricing__compare-link:hover{color:#10b981}.blog__badge-row{max-width:1200px;margin:0 auto .5rem;display:flex;align-items:flex-start}.blog__header-row{max-width:1200px;margin:0 auto 2.5rem;display:flex;align-items:flex-start;justify-content:space-between;flex-wrap:wrap;gap:2rem}.blog__header-left{flex:1 1 350px;min-width:250px}.blog__header-right{display:flex;align-items:flex-start;justify-content:flex-end;min-width:220px;margin-top:.5rem}@media(max-width:900px){.blog__header-right{justify-content:flex-start;width:100%;margin-top:1rem}}@media(max-width:600px){.blog__header-right{width:100%;margin-top:1rem;justify-content:flex-start}}@media(max-width:900px){.blog__header-row{flex-direction:column;align-items:flex-start;gap:1.5rem}.blog__header-right{justify-content:flex-start;width:100%;margin-top:.5rem}}.blog__post{flex:1 1 350px;min-width:280px;max-width:420px}@media(max-width:900px){.blog__posts{gap:1rem}.blog__post{min-width:220px;max-width:100%}}@media(max-width:600px){.blog__header-row,.blog__posts{flex-direction:column;gap:1rem}.blog__post{min-width:100%;max-width:100%}}.blog{padding:4rem 2rem;background:#fff}.blog__header{text-align:left;max-width:1200px;margin:0 auto 2.5rem;position:relative;display:flex;flex-direction:column;gap:.5rem}.blog__badge{display:inline-block;background:#e0f7fa;color:#0891b2;font-weight:600;font-size:1rem;border-radius:999px;padding:.5rem 1.2rem;margin-bottom:1.2rem}.blog__title{font-size:2.5rem;font-weight:700;color:#1e293b;margin:0;margin-bottom:.5rem}.blog__subtitle{color:#64748b;font-size:1.1rem;margin-bottom:1.5rem}.blog__all-btn{background:#1e293b;color:#fff;font-weight:600;font-size:1.1rem;border-radius:.5rem;padding:.8rem 2rem;border:none;cursor:pointer;box-shadow:0 2px 8px #1e293b14;display:flex;align-items:center;gap:.5rem;transition:background .2s}.blog__all-btn:hover{background:#0891b2}.blog__posts{display:flex;gap:2rem;justify-content:center;flex-wrap:wrap;max-width:1200px;margin:0 auto}.blog__post{background:#fff;border-radius:1.2rem;box-shadow:0 2px 8px #0000000a;overflow:hidden;min-width:350px;max-width:420px;display:flex;flex-direction:column;border:1px solid #e0e7ef;transition:box-shadow .2s}.blog__post:hover{box-shadow:0 8px 24px #10b98114}.blog__image-wrapper{position:relative;width:100%;height:220px;overflow:hidden;border-top-left-radius:1.2rem;border-top-right-radius:1.2rem}.blog__image{width:100%;height:100%;object-fit:cover;display:block}.blog__category{position:absolute;top:1rem;left:1rem;background:#38bdf8;color:#fff;font-weight:600;font-size:1rem;border-radius:999px;padding:.4rem 1.2rem;box-shadow:0 2px 8px #38bdf81f}.blog__content{padding:1.5rem 1.2rem 1.2rem;display:flex;flex-direction:column;gap:.7rem}.blog__post-title{font-size:1.25rem;font-weight:700;color:#1e293b;margin-bottom:.2rem}.blog__post-desc{color:#64748b;font-size:1rem;margin-bottom:.5rem}.blog__meta{display:flex;gap:1.2rem;color:#64748b;font-size:.98rem;align-items:center;margin-top:.5rem;border-top:1px solid #e0e7ef;padding-top:.7rem}.blog__date,.blog__read-time{display:flex;align-items:center;gap:.3rem}.subscription{background:#192f4a;min-height:420px;display:flex;align-items:center;justify-content:center;padding:5rem 2rem 3rem;position:relative;overflow:hidden}.subscription__background{position:absolute;inset:0;background-image:linear-gradient(to right,rgba(255,255,255,.0392156863) 1px,transparent 1px),linear-gradient(to bottom,rgba(255,255,255,.0392156863) 1px,transparent 1px);background-size:cover;background-size:48px 48px;z-index:0}.subscription__container{text-align:center;max-width:700px;margin:0 auto;color:#fff}.subscription__title{font-size:3rem;font-weight:800;margin-bottom:1.2rem;line-height:1.1;letter-spacing:-1px}.subscription__desc{font-size:1.25rem;color:#cbd5e1;margin-bottom:2.5rem;font-weight:400}.subscription__actions{display:flex;gap:1.5rem;justify-content:center;margin-bottom:2.5rem;flex-wrap:wrap}.subscription__btn{font-size:1.2rem;font-weight:700;border-radius:.7rem;padding:1rem 2.5rem;border:none;cursor:pointer;transition:background .2s,color .2s;box-shadow:0 2px 8px #10b98114;display:flex;align-items:center;gap:.5rem}.subscription__btn--primary{background:linear-gradient(90deg,#38bdf8,#10b981);color:#fff}.subscription__btn--secondary{background:#fff;color:#1e293b}.subscription__btn:hover{opacity:.92}.subscription__btn-arrow{font-size:1.3em;margin-left:.2em}.subscription__features{display:flex;gap:2.5rem;justify-content:center;margin-top:2rem;flex-wrap:wrap}.subscription__feature{color:#fff;font-size:1.1rem;display:flex;align-items:center;gap:.5rem;font-weight:500}.subscription__check{color:#10b981;font-size:1.2em;font-weight:700}.footer{background:#192132;color:#cbd5e1;padding:3.5rem 2rem 1.5rem;font-size:1rem}.footer__main{display:flex;flex-wrap:wrap;justify-content:space-between;max-width:1400px;margin:0 auto 2.5rem;gap:2.5rem}.footer__brand{flex:1 1 320px;min-width:320px;max-width:400px}.footer__logo{display:flex;align-items:center;gap:1rem;margin-bottom:1.2rem}.footer__logo-icon{background:#38bdf8;color:#fff;font-size:2.2rem;font-weight:700;border-radius:.7rem;width:3.2rem;height:3.2rem;display:flex;align-items:center;justify-content:center}.footer__logo-title{font-size:1.5rem;font-weight:700;color:#fff;display:block}.footer__logo-sub{font-size:1rem;color:#94a3b8;font-weight:500;display:block}.footer__desc{margin-bottom:1.5rem;color:#cbd5e1;font-size:1.08rem;line-height:1.6}.footer__contact-list{list-style:none;padding:0;margin:0 0 1.5rem}.footer__contact-list li{display:flex;align-items:center;gap:.7rem;margin-bottom:.5rem;color:#38bdf8;font-size:1.05rem}.footer__contact-list li strong{color:#fff;font-weight:600}.footer__contact-list .footer__contact-icon{font-size:1.2em}.footer__contact-list .footer__contact-link{color:#cbd5e1;text-decoration:none}.footer__socials{display:flex;gap:1rem;margin-top:.5rem}.footer__social{background:#25304a;color:#cbd5e1;border-radius:.5rem;width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;font-size:1.3rem;transition:background .2s}.footer__social:hover{background:#38bdf8;color:#fff}.footer__links{display:flex;flex:2 1 600px;gap:3.5rem;flex-wrap:wrap;justify-content:flex-end;min-width:320px}.footer__col{min-width:140px;margin-bottom:1.5rem}.footer__col-title{color:#fff;font-weight:700;font-size:1.1rem;margin-bottom:1rem;display:block}.footer__col ul{list-style:none;padding:0;margin:0}.footer__col ul li{margin-bottom:.7rem;color:#60a5fa;font-weight:500;cursor:pointer;transition:color .2s}.footer__col ul li:hover{color:#38bdf8}.footer__bottom{border-top:1px solid #25304a;padding-top:2rem;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;max-width:1400px;margin:0 auto;gap:1.5rem}.footer__compliance{display:flex;gap:1rem;flex-wrap:wrap}.footer__compliance-badge{background:#25304a;color:#cbd5e1;border-radius:.5rem;padding:.5rem 1.2rem;font-size:1rem;font-weight:600;margin-bottom:.3rem;display:inline-block}.footer__legal{display:flex;gap:1.2rem;flex-wrap:wrap;align-items:center;color:#64748b;font-size:1rem}.footer__legal a{color:#64748b;text-decoration:none;transition:color .2s}.footer__legal a:hover{color:#38bdf8}
