.cra-logo{height:40px;width:auto}.cra-header{position:fixed;top:0;left:0;right:0;z-index:1000;padding:24px 0;transition:all .3s ease}.cra-header--scrolled{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom-left-radius:24px;border-bottom-right-radius:24px;box-shadow:0 4px 20px #0000000d}.cra-header__container{max-width:1200px;margin:0 auto;padding:0 32px;display:flex;justify-content:space-between;align-items:center}.cra-header__logo{display:flex;align-items:center;transition:opacity .2s ease}.cra-header__logo:hover{opacity:.7}.cra-header__nav{display:flex;gap:40px}.cra-header__link{font-size:15px;color:#1a1a1a;transition:color .2s ease}.cra-header__link:hover{color:#0047ab}@media (max-width: 768px){.cra-header__nav{display:none}.cra-header__container{padding:0 20px}}.cra-hero{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:120px 32px 80px;background:linear-gradient(#fafafaed,#fafafaed),url(https://images.unsplash.com/photo-1639762681485-074b7f938ba0?w=1920&q=80);background-size:cover;background-position:center;background-attachment:fixed;border-bottom-left-radius:48px;border-bottom-right-radius:48px}.cra-hero__container{max-width:800px;text-align:center}.cra-hero__title{font-size:64px;font-weight:700;color:#0047ab;margin-bottom:24px;line-height:1.1}.cra-hero__subtitle{font-size:20px;color:#666;margin-bottom:48px;line-height:1.6}.cra-hero__button{position:relative;padding:18px 48px;font-size:16px;font-weight:600;color:#fff;background:#0047ab;border:none;overflow:hidden;transition:transform .2s ease}.cra-hero__button:hover{transform:translateY(-2px)}.cra-hero__button-text{position:relative;z-index:1}.cra-hero__button-accent{position:absolute;top:0;right:0;width:8px;height:100%;background:#003380;transform:skew(-15deg)}@media (max-width: 768px){.cra-hero__title{font-size:40px}.cra-hero__subtitle{font-size:18px}}.cra-services{padding:120px 32px;background:#fff}.cra-services__container{max-width:1200px;margin:0 auto}.cra-services__title{font-size:48px;font-weight:700;color:#0047ab;text-align:center;margin-bottom:80px}.cra-services__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:32px}.cra-services__card{padding:48px;background:#fafafa;border:2px solid transparent;transition:border-color .3s ease}.cra-services__card:hover{border-color:#0047ab}.cra-services__card-title{font-size:24px;font-weight:600;color:#1a1a1a;margin-bottom:16px}.cra-services__card-description{font-size:16px;color:#666;line-height:1.6}@media (max-width: 768px){.cra-services{padding:80px 20px}.cra-services__title{font-size:36px;margin-bottom:48px}.cra-services__grid{grid-template-columns:1fr;gap:24px}.cra-services__card{padding:32px}}.cra-about{padding:120px 32px;background:#fafafa}.cra-about__container{max-width:900px;margin:0 auto;text-align:center}.cra-about__title{font-size:48px;font-weight:700;color:#0047ab;margin-bottom:48px}.cra-about__content{display:flex;flex-direction:column;gap:24px}.cra-about__text{font-size:18px;color:#666;line-height:1.8}@media (max-width: 768px){.cra-about{padding:80px 20px}.cra-about__title{font-size:36px}.cra-about__text{font-size:16px}}.cra-team{padding:120px 32px;background:#fff}.cra-team__container{max-width:1200px;margin:0 auto}.cra-team__title{font-size:48px;font-weight:700;color:#0047ab;text-align:center;margin-bottom:80px}.cra-team__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}.cra-team__card{position:relative;overflow:hidden}.cra-team__image-wrapper{position:relative;width:100%;aspect-ratio:1;overflow:hidden}.cra-team__image{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.cra-team__card:hover .cra-team__image{transform:scale(1.05)}.cra-team__overlay{position:absolute;bottom:0;left:0;right:0;padding:24px;background:linear-gradient(to top,rgba(0,71,171,.95),transparent);color:#fff}.cra-team__name{font-size:20px;font-weight:600;margin-bottom:4px}.cra-team__role{font-size:14px;opacity:.9}@media (max-width: 768px){.cra-team{padding:80px 20px}.cra-team__title{font-size:36px;margin-bottom:48px}.cra-team__grid{grid-template-columns:1fr;gap:24px}}.cra-cta{padding:120px 32px;background:#fafafa}.cra-cta__container{max-width:800px;margin:0 auto;text-align:center}.cra-cta__title{font-size:48px;font-weight:700;color:#0047ab;margin-bottom:24px}.cra-cta__text{font-size:20px;color:#666;margin-bottom:48px}.cra-cta__button{position:relative;padding:18px 48px;font-size:16px;font-weight:600;color:#fff;background:#0047ab;border:none;overflow:hidden;transition:transform .2s ease}.cra-cta__button:hover{transform:translateY(-2px)}.cra-cta__button-text{position:relative;z-index:1}.cra-cta__button-accent{position:absolute;top:0;right:0;width:8px;height:100%;background:#003380;transform:skew(-15deg)}@media (max-width: 768px){.cra-cta{padding:80px 20px}.cra-cta__title{font-size:36px}.cra-cta__text{font-size:18px}}.cra-footer{background:#1a1a1a;color:#fff;padding:80px 32px 32px;border-top-left-radius:48px;border-top-right-radius:48px}.cra-footer__container{max-width:1200px;margin:0 auto}.cra-footer__content{display:flex;justify-content:space-between;margin-bottom:48px}.cra-footer__section{display:flex;flex-direction:column;gap:16px}.cra-footer__brand{display:flex;align-items:center;margin-bottom:8px}.cra-footer__email{font-size:14px;color:#999}.cra-footer__social{width:40px;height:40px;display:flex;align-items:center;justify-content:center;color:#0047ab;background:#0047ab1a;border-radius:8px;transition:all .2s ease}.cra-footer__social:hover{background:#0047ab;color:#fff;transform:translateY(-2px)}.cra-footer__link{font-size:14px;color:#999;transition:color .2s ease}.cra-footer__link:hover{color:#fff}.cra-footer__bottom{padding-top:32px;border-top:1px solid #333}.cra-footer__copyright{font-size:14px;color:#666;text-align:center}@media (max-width: 768px){.cra-footer{padding:60px 20px 24px}.cra-footer__content{flex-direction:column;gap:32px}}*{margin:0;padding:0;box-sizing:border-box}html{overflow-y:scroll;scrollbar-width:none;-ms-overflow-style:none}html::-webkit-scrollbar{display:none}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.6;color:#1a1a1a;background:#fff;overflow-x:hidden}.cra-app{min-height:100vh}a{text-decoration:none;color:inherit}button{font-family:inherit;cursor:pointer;border:none;outline:none}img{max-width:100%;display:block}
