.ggo-header{position:fixed;top:0;left:0;right:0;z-index:1000;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom-left-radius:24px;border-bottom-right-radius:24px}.ggo-header__container{max-width:1200px;margin:0 auto;padding:20px 40px;display:flex;justify-content:space-between;align-items:center}.ggo-header__logo{display:block;cursor:pointer}.ggo-header__logo img{height:40px;width:auto}.ggo-header__nav{display:flex;gap:40px}.ggo-header__nav a{color:#1a1a1a;text-decoration:none;font-size:15px;font-weight:500;transition:color .2s ease}.ggo-header__nav a:hover{color:#f4c430}@media (max-width: 768px){.ggo-header__container{padding:16px 24px}.ggo-header__nav{display:none}}.ggo-hero{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:120px 40px 80px;background:linear-gradient(#f4c4304d,#f4c4304d),url(https://images.unsplash.com/photo-1639762681485-074b7f938ba0?w=1920&h=1080&fit=crop);background-size:cover;background-position:center;text-align:center;border-bottom-left-radius:48px;border-bottom-right-radius:48px}.ggo-hero__container{max-width:800px}.ggo-hero__title{font-size:72px;font-weight:700;line-height:1.1;color:#1a1a1a;margin-bottom:24px}.ggo-hero__subtitle{font-size:22px;color:#1a1a1a;margin-bottom:48px;line-height:1.6}.ggo-hero__button{padding:18px 56px;font-size:16px;font-weight:600;color:#1a1a1a;background:#f4c430;border:none;cursor:pointer;transition:all .3s ease}.ggo-hero__button:hover{background:#d4a820;transform:translateY(-2px)}@media (max-width: 768px){.ggo-hero{padding:100px 24px 60px}.ggo-hero__title{font-size:42px}.ggo-hero__subtitle{font-size:18px}}.ggo-features{padding:120px 40px;background:#fff}.ggo-features__container{max-width:1200px;margin:0 auto;text-align:center}.ggo-features__title{font-size:48px;font-weight:700;color:#1a1a1a;margin-bottom:80px}.ggo-features__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:40px}.ggo-features__card{padding:48px 32px;background:#fafafa;text-align:left}.ggo-features__card-title{font-size:24px;font-weight:600;color:#1a1a1a;margin-bottom:16px}.ggo-features__card-description{font-size:16px;color:#4a5568;line-height:1.6}@media (max-width: 768px){.ggo-features{padding:80px 24px}.ggo-features__title{font-size:36px;margin-bottom:48px}.ggo-features__grid{grid-template-columns:1fr;gap:24px}.ggo-features__card{padding:32px 24px}}.ggo-services{padding:120px 40px;background:#fafafa}.ggo-services__container{max-width:1200px;margin:0 auto}.ggo-services__title{font-size:48px;font-weight:700;color:#1a1a1a;margin-bottom:80px;text-align:center}.ggo-services__list{display:flex;flex-direction:column;gap:24px}.ggo-services__item{padding:40px;background:#fff;border-left:3px solid #f4c430}.ggo-services__item-title{font-size:26px;font-weight:600;color:#1a1a1a;margin-bottom:12px}.ggo-services__item-description{font-size:17px;color:#4a5568;line-height:1.6}@media (max-width: 768px){.ggo-services{padding:80px 24px}.ggo-services__title{font-size:36px;margin-bottom:48px}.ggo-services__item{padding:32px 24px}.ggo-services__item-title{font-size:22px}.ggo-services__item-description{font-size:16px}}.ggo-team{padding:120px 40px;background:#fff}.ggo-team__container{max-width:1200px;margin:0 auto}.ggo-team__title{font-size:48px;font-weight:700;color:#1a1a1a;margin-bottom:80px;text-align:center}.ggo-team__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}.ggo-team__card{position:relative;overflow:hidden}.ggo-team__image-wrapper{position:relative;width:100%;padding-bottom:120%;overflow:hidden}.ggo-team__image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.ggo-team__overlay{position:absolute;bottom:0;left:0;right:0;padding:32px 24px;background:linear-gradient(to top,rgba(244,196,48,.95),transparent);transform:translateY(100%);transition:transform .3s ease}.ggo-team__card:hover .ggo-team__overlay{transform:translateY(0)}.ggo-team__name{font-size:22px;font-weight:600;color:#1a1a1a;margin-bottom:8px}.ggo-team__role{font-size:16px;color:#1a1a1a}@media (max-width: 1024px){.ggo-team__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.ggo-team{padding:80px 24px}.ggo-team__title{font-size:36px;margin-bottom:48px}.ggo-team__grid{grid-template-columns:1fr;gap:32px}}.ggo-cta{padding:120px 40px;background:#fafafa}.ggo-cta__container{max-width:1200px;margin:0 auto;padding:80px 60px;background:#1a1a1a;text-align:center}.ggo-cta__title{font-size:48px;font-weight:700;color:#fff;margin-bottom:24px}.ggo-cta__text{font-size:20px;color:#fffc;margin-bottom:48px;max-width:700px;margin-left:auto;margin-right:auto}.ggo-cta__button{padding:18px 56px;font-size:16px;font-weight:600;color:#1a1a1a;background:#f4c430;border:none;cursor:pointer;transition:all .3s ease}.ggo-cta__button:hover{background:#d4a820;transform:translateY(-2px)}@media (max-width: 768px){.ggo-cta{padding:80px 24px}.ggo-cta__container{padding:60px 32px}.ggo-cta__title{font-size:32px}.ggo-cta__text{font-size:18px}}.ggo-footer{background:#1a1a1a;color:#fff;padding:80px 40px 40px;border-top-left-radius:48px;border-top-right-radius:48px}.ggo-footer__container{max-width:1200px;margin:0 auto}.ggo-footer__main{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:60px;padding-bottom:40px;border-bottom:1px solid rgba(255,255,255,.1)}.ggo-footer__logo{height:40px;width:auto;margin-bottom:12px}.ggo-footer__email{font-size:16px;color:#ffffffb3;margin-bottom:16px}.ggo-footer__linkedin{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;color:#ffffffb3;transition:color .2s ease}.ggo-footer__linkedin:hover{color:#f4c430}.ggo-footer__links{display:flex;gap:40px}.ggo-footer__links a{color:#ffffffb3;text-decoration:none;font-size:15px;transition:color .2s ease}.ggo-footer__links a:hover{color:#fff}.ggo-footer__copyright{font-size:14px;color:#ffffff80;text-align:center}@media (max-width: 768px){.ggo-footer{padding:60px 24px 32px}.ggo-footer__main{flex-direction:column;gap:32px}.ggo-footer__links{flex-direction:column;gap:16px}}*{margin:0;padding:0;box-sizing:border-box}:root{overflow-x:hidden}html,body{overflow-x:hidden;scrollbar-width:none;-ms-overflow-style:none}html::-webkit-scrollbar,body::-webkit-scrollbar{width:0;height:0;display:none}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;line-height:1.6;color:#1a1a1a;background:#fff}.ggo-app{min-height:100vh}
