.petro-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;transition:background .3s ease}.petro-header__container{max-width:1400px;margin:0 auto;padding:20px 40px;display:flex;justify-content:space-between;align-items:center}.petro-header__logo{display:block;cursor:pointer}.petro-header__logo img{height:40px;width:auto}.petro-header__nav{display:flex;gap:40px}.petro-header__nav a{color:#1a1a1a;text-decoration:none;font-size:15px;font-weight:500;transition:color .2s ease}.petro-header__nav a:hover{color:#003d82}@media (max-width: 768px){.petro-header__container{padding:16px 24px}.petro-header__nav{display:none}}.petro-hero{min-height:100vh;display:flex;align-items:center;padding:120px 40px 80px;background:linear-gradient(#003d82b3,#003d82b3),url(https://images.unsplash.com/photo-1486406146926-c627a92ad1ab?w=1920&h=1080&fit=crop);background-size:cover;background-position:center;background-attachment:fixed}.petro-hero__container{max-width:1400px;margin:0 auto;width:100%}.petro-hero__content{max-width:560px}.petro-hero__title{font-size:64px;font-weight:700;line-height:1.1;color:#fff;margin-bottom:24px}.petro-hero__subtitle{font-size:20px;color:#ffffffe6;margin-bottom:40px;line-height:1.6}.petro-hero__button{padding:16px 48px;font-size:16px;font-weight:600;color:#fff;background:#003d82;border:none;border-top-left-radius:24px;border-bottom-right-radius:24px;cursor:pointer;transition:all .3s ease}.petro-hero__button:hover{background:#002a5c;transform:translateY(-2px)}@media (max-width: 1024px){.petro-hero__title{font-size:48px}}@media (max-width: 768px){.petro-hero{padding:100px 24px 60px}.petro-hero__title{font-size:36px}.petro-hero__subtitle{font-size:18px}}.petro-services{padding:120px 40px;background:#fff}.petro-services__container{max-width:1400px;margin:0 auto}.petro-services__title{font-size:48px;font-weight:700;color:#003d82;margin-bottom:80px}.petro-services__list{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}@media (max-width: 1024px){.petro-services__list{grid-template-columns:1fr}}.petro-services__card{padding:48px;background:#f8f9fa;border-left:4px solid #003d82}.petro-services__card-title{font-size:28px;font-weight:600;color:#1a1a1a;margin-bottom:16px}.petro-services__card-description{font-size:18px;color:#4a5568;line-height:1.6}@media (max-width: 768px){.petro-services{padding:80px 24px}.petro-services__title{font-size:36px;margin-bottom:48px}.petro-services__card{padding:32px 24px}.petro-services__card-title{font-size:24px}.petro-services__card-description{font-size:16px}}.petro-about{padding:120px 40px;background:#f8f9fa}.petro-about__container{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1fr 1.2fr;gap:80px;align-items:center}.petro-about__visual{display:flex;justify-content:center}.petro-about__image{width:100%;max-width:500px;height:400px;object-fit:cover;border-radius:8px}.petro-about__content{text-align:right}.petro-about__title{font-size:48px;font-weight:700;color:#003d82;margin-bottom:32px}.petro-about__text{font-size:18px;color:#4a5568;line-height:1.8;margin-bottom:24px}@media (max-width: 1024px){.petro-about__container{grid-template-columns:1fr;gap:60px}.petro-about__content{text-align:left}}@media (max-width: 768px){.petro-about{padding:80px 24px}.petro-about__title{font-size:36px}.petro-about__text{font-size:16px}.petro-about__image{height:320px}}.petro-team{padding:120px 40px;background:#fff}.petro-team__container{max-width:1400px;margin:0 auto}.petro-team__title{font-size:48px;font-weight:700;color:#003d82;margin-bottom:80px}.petro-team__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}.petro-team__card{position:relative;overflow:hidden;border-radius:8px}.petro-team__image-wrapper{position:relative;width:100%;padding-bottom:120%;overflow:hidden}.petro-team__image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.petro-team__overlay{position:absolute;bottom:0;left:0;right:0;padding:32px 24px;background:linear-gradient(to top,rgba(0,61,130,.95),transparent);transform:translateY(100%);transition:transform .3s ease}.petro-team__card:hover .petro-team__overlay{transform:translateY(0)}.petro-team__name{font-size:22px;font-weight:600;color:#fff;margin-bottom:8px}.petro-team__role{font-size:16px;color:#ffffffe6}@media (max-width: 1024px){.petro-team__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.petro-team{padding:80px 24px}.petro-team__title{font-size:36px;margin-bottom:48px}.petro-team__grid{grid-template-columns:1fr;gap:32px}}.petro-cta{padding:120px 40px;background:#f8f9fa}.petro-cta__container{max-width:1400px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:60px}.petro-cta__content{flex:1}.petro-cta__title{font-size:36px;font-weight:700;color:#003d82;margin-bottom:16px}.petro-cta__text{font-size:18px;color:#4a5568}.petro-cta__button{padding:16px 48px;font-size:16px;font-weight:600;color:#fff;background:#003d82;border:none;border-top-left-radius:24px;border-bottom-right-radius:24px;cursor:pointer;transition:all .3s ease;flex-shrink:0;white-space:nowrap}.petro-cta__button:hover{background:#002a5c;transform:translateY(-2px)}@media (max-width: 768px){.petro-cta{padding:80px 24px}.petro-cta__container{flex-direction:column;text-align:center;gap:24px}.petro-cta__title{font-size:28px}.petro-cta__text{font-size:16px}}.petro-footer{background:#1a1a1a;color:#fff;padding:80px 40px 40px;border-top-left-radius:48px;border-top-right-radius:48px}.petro-footer__container{max-width:1400px;margin:0 auto}.petro-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)}.petro-footer__logo{height:40px;width:auto;margin-bottom:12px}.petro-footer__email{font-size:16px;color:#ffffffb3;margin-bottom:16px}.petro-footer__linkedin{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;color:#ffffffb3;transition:color .2s ease}.petro-footer__linkedin:hover{color:#003d82}.petro-footer__links{display:flex;gap:40px}.petro-footer__links a{color:#ffffffb3;text-decoration:none;font-size:15px;transition:color .2s ease}.petro-footer__links a:hover{color:#fff}.petro-footer__copyright{font-size:14px;color:#ffffff80;text-align:center}@media (max-width: 768px){.petro-footer{padding:60px 24px 32px}.petro-footer__main{flex-direction:column;gap:32px}.petro-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}.petro-app{min-height:100vh}
