@import "https://fonts.googleapis.com/css2?family=Cabin:ital,wght@0,400;1,400;0,700;1,700&display=swap";
:root{font-family:'Cabin',sans-serif;font-size:16px;line-height:1.6;color:#1D434D;background-color:#F5F5F5}
html{scroll-behavior:smooth}
body{margin:0;padding:0;background:linear-gradient(135deg,#fff 0%,#F5F5F5 100%)}
*{box-sizing:border-box}
.headerTopSection{background:linear-gradient(180deg,#f5f5f5f2 0%,#fffffffa 100%);padding:1.5rem 0;box-shadow:0 8px 24px #1d434d1f;border-bottom:3px solid #f59f294d}
.centeredHeaderContainer{max-width:1200px;margin:0 auto;padding:0 2rem;display:grid;grid-template-columns:auto 1fr;align-items:center;gap:3rem;min-height:100px}
.logoCompanyWrapper{display:flex;align-items:center;gap:1.5rem}
.logoLinkArea{display:block;transition:transform .3s ease}
.logoLinkArea:hover{transform:translateY(-3px)}
.brandLogoImg{width:85px;height:85px;object-fit:contain;background:#fffc;padding:.5rem;border-radius:28px;box-shadow:0 6px 18px #1d434d26 0 2px 6px #f59f2933}
.companyNameDisplay{display:flex;flex-direction:column;gap:.25rem}
.mainCompanyTitle{font-size:1.8rem;font-weight:700;margin:0;color:#1D434D;letter-spacing:-.5px}
.businessDescriptor{font-size:.9rem;margin:0;color:#F59F29;font-weight:400}
.primaryNavigationArea{justify-self:end}
.mainNavList{display:flex;gap:2.5rem;list-style:none;margin:0;padding:0;align-items:center}
.navLinkItem{color:#1D434D;text-decoration:none;font-weight:600;font-size:1.05rem;padding:.6rem 1.2rem;border-radius:24px;transition:background-color .3s ease,color .3s ease;position:relative}
.navLinkItem:hover{background-color:#f59f2926;color:#F59F29}
.footerMainContainer{background:linear-gradient(135deg,#1D434D 0%,#1d434deb 100%);color:#F5F5F5;padding:3.5rem 0 1.5rem;margin-top:4rem}
.footerContentWrapper{max-width:1200px;margin:0 auto;padding:0 2rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:3rem;margin-bottom:2.5rem}
.footerSectionHeading{font-size:1.25rem;font-weight:700;margin-bottom:1.2rem;color:#F59F29;border-bottom:2px solid #f59f294d;padding-bottom:.5rem}
.contactDetailsList{list-style:none;padding:0;margin:0}
.contactListItem{display:flex;align-items:flex-start;gap:.8rem;margin-bottom:1rem;color:#F5F5F5}
.contactListItem i{color:#F59F29;font-size:1.2rem;margin-top:.2rem}
.contactListItem a{color:#F5F5F5;text-decoration:none;transition:color .3s ease}
.contactListItem a:hover{color:#F59F29}
.footerLinksList{list-style:none;padding:0;margin:0}
.footerLinksList li{margin-bottom:.8rem}
.footerNavLink{color:#F5F5F5;text-decoration:none;transition:color .3s ease;display:inline-block}
.footerNavLink:hover{color:#F59F29}
.businessHoursText{margin:.5rem 0;color:#F5F5F5}
.footerBottomBar{max-width:1200px;margin:0 auto;padding:2rem 2rem 0;border-top:1px solid #f59f2933;text-align:center}
.copyrightNotice{margin:0;color:#f5f5f5cc;font-size:.95rem}
.cookieConsentPopup{position:fixed;bottom:0;left:50%;transform:translateX(-50%) translateY(100%);background:linear-gradient(135deg,#fffffffa 0%,#f5f5f5fa 100%);width:90%;max-width:800px;padding:2rem;border-radius:32px 32px 0 0;box-shadow:0 -12px 48px #1d434d40;z-index:10000;transition:transform .4s cubic-bezier(0.68,-0.55,0.265,1.55);border:3px solid #f59f294d}
.cookieConsentPopup.show{transform:translateX(-50%) translateY(0)}
.cookieContentBox{display:flex;flex-direction:column;gap:1.5rem}
.cookieHeadingText{font-size:1.5rem;font-weight:700;color:#1D434D;margin:0 0 .5rem}
.cookieDescriptionText{margin:0;color:#1D434D;font-size:1rem}
.cookieButtonGroup{display:flex;gap:1rem;flex-wrap:wrap}
.cookieBtnAcceptAll,.cookieBtnRejectAll,.cookieBtnCustomize,.cookieBtnSavePrefs{padding:.9rem 1.8rem;border:none;border-radius:28px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s ease;font-family:'Cabin',sans-serif}
.cookieBtnAcceptAll{background:linear-gradient(135deg,#F59F29 0%,#f59f29d9 100%);color:#fff;box-shadow:0 6px 18px #f59f2959}
.cookieBtnAcceptAll:hover{background:linear-gradient(135deg,#f59f29e6 0%,#F59F29 100%);box-shadow:0 8px 24px #f59f2973}
.cookieBtnRejectAll{background:linear-gradient(135deg,#1D434D 0%,#1d434dd9 100%);color:#fff;box-shadow:0 6px 18px #1d434d59}
.cookieBtnRejectAll:hover{background:linear-gradient(135deg,#1d434de6 0%,#1D434D 100%);box-shadow:0 8px 24px #1d434d73}
.cookieBtnCustomize{background:#fff;color:#1D434D;border:2px solid #1D434D;box-shadow:0 4px 12px #1d434d26}
.cookieBtnCustomize:hover{background:#f5f5f5cc}
.cookieBtnSavePrefs{background:linear-gradient(135deg,#F59F29 0%,#f59f29d9 100%);color:#fff;box-shadow:0 6px 18px #f59f2959}
.cookieBtnSavePrefs:hover{background:linear-gradient(135deg,#f59f29e6 0%,#F59F29 100%)}
.cookieDetailPanel{margin-top:1.5rem;padding-top:1.5rem;border-top:2px solid #1d434d26}
.cookieDetailHeading{font-size:1.2rem;font-weight:700;color:#1D434D;margin:0 0 1rem}
.cookieOptionItem{margin-bottom:1rem}
.cookieCheckLabel{display:flex;align-items:center;gap:.8rem;cursor:pointer;color:#1D434D;font-weight:500}
.cookieCheckInput{width:20px;height:20px;cursor:pointer}
@media (max-width: 968px) {
.centeredHeaderContainer{grid-template-columns:1fr;gap:1.5rem;text-align:center}
.logoCompanyWrapper{justify-content:center}
.primaryNavigationArea{justify-self:center}
.mainNavList{flex-direction:column;gap:1rem}
.footerContentWrapper{grid-template-columns:1fr;gap:2rem}
.cookieButtonGroup{flex-direction:column}
.cookieConsentPopup{width:95%}
}
@media (max-width: 640px) {
.brandLogoImg{width:70px;height:70px}
.mainCompanyTitle{font-size:1.5rem}
.businessDescriptor{font-size:.8rem}
.cookieHeadingText{font-size:1.2rem}
.cookieDescriptionText{font-size:.9rem}
}
.titleHeroSection{position:relative;height:100vh;min-height:500px;display:flex;align-items:flex-end;overflow:hidden}
.titleHeroSection .backgroundImageContainer{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}
.titleHeroSection .backgroundImageContainer img{width:100%;height:100%;object-fit:cover;object-position:center}
.titleHeroSection .gradientOverlayTop{position:absolute;top:0;left:0;width:100%;height:40%;background:linear-gradient(180deg,#1d434dbf 0%,transparent 100%);z-index:2}
.titleHeroSection .gradientOverlayBottom{position:absolute;bottom:0;left:0;width:100%;height:50%;background:linear-gradient(0deg,#1d434de0 0%,transparent 100%);z-index:2}
.titleHeroSection .textContentWrapper{position:relative;z-index:3;max-width:1200px;margin:0 auto;padding:0 2rem 4rem;width:100%}
.titleHeroSection .textContentWrapper h1{color:#F5F5F5;font-size:3.5rem;line-height:1.15;margin:0 0 1.5rem;font-weight:700;text-shadow:0 4px 12px #0006}
.titleHeroSection .textContentWrapper p{color:#F5F5F5;font-size:1.35rem;line-height:1.6;margin:0;max-width:720px;text-shadow:0 2px 8px #00000059}
.storyIntroBlock{padding:5rem 2rem;background:linear-gradient(135deg,#F5F5F5 0%,#f59f2914 100%)}
.storyIntroBlock .wrapperContent{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1.2fr 1fr;gap:4rem;align-items:center}
.storyIntroBlock .textColumn h2{color:#1D434D;font-size:2.5rem;line-height:1.25;margin:0 0 1.5rem;position:relative;padding-left:1.5rem}
.storyIntroBlock .textColumn h2::before{content:'';position:absolute;left:0;top:.3rem;width:6px;height:3rem;background:linear-gradient(180deg,#F59F29 0%,#f59f2966 100%);border-radius:30px}
.storyIntroBlock .textColumn p{color:#1D434D;font-size:1.1rem;line-height:1.7;margin:0 0 1.2rem}
.storyIntroBlock .textColumn p:last-of-type{margin-bottom:0}
.storyIntroBlock .imageColumn{position:relative}
.storyIntroBlock .imageColumn img{width:100%;height:auto;border-radius:28px;box-shadow:8px 12px 35px #1d434d2e 0 4px 15px #f59f291f}
.valueSystemSection{padding:5.5rem 2rem;background:#FFF;position:relative}
.valueSystemSection::before{content:'';position:absolute;top:0;left:50%;transform:translateX(-50%);width:85%;height:2px;background:linear-gradient(90deg,transparent 0%,#F59F29 50%,transparent 100%)}
.valueSystemSection .mainWrapper{max-width:1200px;margin:0 auto}
.valueSystemSection .sectionHeaderArea{text-align:center;margin-bottom:3.5rem}
.valueSystemSection .sectionHeaderArea h2{color:#1D434D;font-size:2.3rem;line-height:1.3;margin:0 0 1rem}
.valueSystemSection .sectionHeaderArea p{color:#1D434D;font-size:1.15rem;line-height:1.6;margin:0 auto;max-width:680px}
.valueSystemSection .cardsGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}
.valueSystemSection .valueCard{background:linear-gradient(145deg,#F5F5F5 0%,#FFF 100%);padding:2.5rem 2rem;border-radius:25px;box-shadow:0 6px 24px #1d434d14;transition:transform .3s ease,box-shadow .3s ease;position:relative;overflow:hidden}
.valueSystemSection .valueCard::before{content:'';position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#F59F29 0%,#f59f294d 100%)}
.valueSystemSection .valueCard:hover{transform:translateY(-6px);box-shadow:0 12px 38px #1d434d26 0 4px 18px #f59f291a}
.valueSystemSection .valueCard h3{color:#1D434D;font-size:1.5rem;line-height:1.35;margin:0 0 1rem}
.valueSystemSection .valueCard p{color:#1D434D;font-size:1.05rem;line-height:1.65;margin:0}
.teamApproachSection{padding:6rem 2rem;background:linear-gradient(165deg,#1d434d08 0%,#f59f290d 100%);position:relative}
.teamApproachSection .contentContainer{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;gap:4rem}
.teamApproachSection .topContent{display:grid;grid-template-columns:1fr 1.3fr;gap:3.5rem;align-items:start}
.teamApproachSection .imageContainer{position:relative}
.teamApproachSection .imageContainer img{width:100%;height:auto;border-radius:32px;box-shadow:-8px 10px 32px #1d434d33 0 4px 16px #f59f2926}
.teamApproachSection .narrativeText h2{color:#1D434D;font-size:2.4rem;line-height:1.3;margin:0 0 1.8rem}
.teamApproachSection .narrativeText p{color:#1D434D;font-size:1.1rem;line-height:1.75;margin:0 0 1.3rem}
.teamApproachSection .narrativeText p:last-child{margin-bottom:0}
.teamApproachSection .methodologyDisplay{display:grid;grid-template-columns:repeat(3,1fr);gap:2.5rem}
.teamApproachSection .methodCard{background:#FFF;padding:2.2rem 1.8rem;border-radius:24px;box-shadow:0 5px 20px #1d434d1a;border-left:5px solid #F59F29;transition:all .3s ease}
.teamApproachSection .methodCard:hover{transform:translateX(8px);box-shadow:0 8px 30px #1d434d29}
.teamApproachSection .methodCard h4{color:#1D434D;font-size:1.35rem;line-height:1.4;margin:0 0 .9rem}
.teamApproachSection .methodCard p{color:#1D434D;font-size:1.02rem;line-height:1.65;margin:0}
.teamApproachSection .processDiagram{background:#FFF;padding:3rem 2.5rem;border-radius:30px;box-shadow:0 8px 32px #1d434d1f;position:relative}
.teamApproachSection .processDiagram::before{content:'';position:absolute;top:0;left:0;right:0;height:6px;background:linear-gradient(90deg,#1D434D 0%,#F59F29 50%,#1D434D 100%);border-radius:30px 30px 0 0}
.teamApproachSection .processDiagram h3{color:#1D434D;font-size:1.9rem;line-height:1.35;margin:0 0 2.5rem;text-align:center}
.teamApproachSection .stepsFlow{display:flex;justify-content:space-between;align-items:stretch;gap:1.5rem;position:relative}
.teamApproachSection .stepsFlow::before{content:'';position:absolute;top:2.2rem;left:5%;right:5%;height:3px;background:linear-gradient(90deg,#F59F29 0%,#f59f294d 100%);z-index:1}
.teamApproachSection .stepItem{flex:1;background:linear-gradient(135deg,#F5F5F5 0%,#FFF 100%);padding:1.8rem 1.5rem;border-radius:22px;box-shadow:0 4px 16px #1d434d14;position:relative;z-index:2;transition:all .3s ease}
.teamApproachSection .stepItem:hover{transform:scale(1.05);box-shadow:0 8px 26px #1d434d26}
.teamApproachSection .stepItem .stepNumber{display:inline-block;width:44px;height:44px;background:linear-gradient(135deg,#F59F29 0%,#f59f29cc 100%);color:#FFF;border-radius:50%;text-align:center;line-height:44px;font-size:1.3rem;font-weight:700;margin-bottom:1rem;box-shadow:0 4px 12px #f59f294d}
.teamApproachSection .stepItem h5{color:#1D434D;font-size:1.2rem;line-height:1.4;margin:0 0 .7rem}
.teamApproachSection .stepItem p{color:#1D434D;font-size:.98rem;line-height:1.6;margin:0}
.teamApproachSection .visualImages{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:3rem}
.teamApproachSection .visualImages img{width:100%;height:240px;object-fit:cover;border-radius:20px;box-shadow:0 6px 22px #1d434d24;transition:all .3s ease}
.teamApproachSection .visualImages img:hover{transform:scale(1.03);box-shadow:0 10px 35px #1d434d38}
@media (max-width: 1024px) {
.titleHeroSection .textContentWrapper h1{font-size:2.8rem}
.storyIntroBlock .wrapperContent{grid-template-columns:1fr;gap:3rem}
.teamApproachSection .topContent{grid-template-columns:1fr;gap:2.5rem}
.teamApproachSection .methodologyDisplay{grid-template-columns:1fr;gap:1.8rem}
.teamApproachSection .stepsFlow{flex-direction:column;gap:1.2rem}
.teamApproachSection .stepsFlow::before{display:none}
.teamApproachSection .visualImages{grid-template-columns:1fr}
}
@media (max-width: 768px) {
.titleHeroSection{height:85vh}
.titleHeroSection .textContentWrapper{padding:0 1.5rem 3rem}
.titleHeroSection .textContentWrapper h1{font-size:2.2rem}
.titleHeroSection .textContentWrapper p{font-size:1.15rem}
.storyIntroBlock{padding:3.5rem 1.5rem}
.storyIntroBlock .textColumn h2{font-size:2rem}
.valueSystemSection{padding:4rem 1.5rem}
.valueSystemSection .sectionHeaderArea h2{font-size:1.9rem}
.valueSystemSection .cardsGrid{grid-template-columns:1fr;gap:1.5rem}
.teamApproachSection{padding:4rem 1.5rem}
.teamApproachSection .narrativeText h2{font-size:2rem}
.teamApproachSection .processDiagram{padding:2rem 1.5rem}
.teamApproachSection .processDiagram h3{font-size:1.6rem}
}
.revPageTitle{background:linear-gradient(135deg,#F5F5F5 0%,#fff 100%);padding:80px 20px 60px;position:relative;overflow:hidden}
.revPageTitle::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:linear-gradient(45deg,#f59f2926,#1d434d1a);border-radius:40% 60% 70% 30% / 40% 50% 60% 50%;transform:rotate(25deg)}
.revPageTitle::after{content:'';position:absolute;bottom:-30%;left:-5%;width:400px;height:400px;background:#1d434d14;border-radius:50% 40% 60% 50% / 60% 30% 70% 40%}
.titleContentWrap{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;position:relative;z-index:2}
.titleTextContent h1{font-size:3rem;color:#1D434D;margin-bottom:30px;line-height:1.2}
.titleBenefitsList{list-style:none;padding:0;margin:0 0 35px}
.titleBenefitsList li{padding:15px 0 15px 45px;position:relative;color:#333;font-size:1.1rem;line-height:1.6}
.titleBenefitsList li::before{content:'';position:absolute;left:0;top:18px;width:28px;height:28px;background:linear-gradient(135deg,#F59F29,#F5B454);border-radius:50%;box-shadow:0 4px 12px #f59f294d}
.titleBenefitsList li::after{content:'';position:absolute;left:7px;top:17px;color:#fff;font-weight:700;font-size:1rem}
.titleCtaBtn{background:#1D434D;color:#fff;padding:18px 45px;border-radius:30px;text-decoration:none;display:inline-block;font-weight:600;font-size:1.1rem;box-shadow:0 8px 20px #1d434d40;transition:all .3s ease;position:relative;z-index:10}
.titleCtaBtn:hover{background:#2a5a68;transform:translateY(-2px);box-shadow:0 12px 28px #1d434d59}
.titleImageHolder{position:relative;border-radius:35px;overflow:hidden;box-shadow:0 15px 45px #00000026}
.titleImageHolder img{width:100%;height:450px;object-fit:cover;display:block}
.titleImageHolder::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#f59f2933 0%,#1d434d4d 100%);z-index:1}
.testimonialSection{padding:90px 20px;background:#fff}
.testimonialContainer{max-width:1200px;margin:0 auto}
.testimonialHeader{text-align:center;margin-bottom:70px}
.testimonialHeader h2{font-size:2.5rem;color:#1D434D;margin-bottom:20px;position:relative;display:inline-block}
.testimonialHeader h2::after{content:'';position:absolute;bottom:-12px;left:50%;transform:translateX(-50%);width:80px;height:4px;background:linear-gradient(90deg,#F59F29,#F5B454);border-radius:10px}
.testimonialHeader p{color:#555;font-size:1.1rem;max-width:700px;margin:25px auto 0;line-height:1.7}
.testimonialGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:35px}
.testimonialCard{background:#F5F5F5;padding:40px 35px;border-radius:28px;box-shadow:0 6px 25px #00000014;transition:all .3s ease;position:relative}
.testimonialCard:hover{transform:translateY(-8px);box-shadow:0 15px 40px #1d434d26}
.testimonialCard::before{content:'"';position:absolute;top:25px;left:30px;font-size:5rem;color:#f59f2933;font-family:Georgia,serif;line-height:1}
.testimonialText{color:#333;font-size:1.05rem;line-height:1.7;margin-bottom:30px;position:relative;z-index:2}
.testimonialAuthor{display:flex;align-items:center;gap:18px;padding-top:25px;border-top:2px solid #1d434d1a}
.authorImage{width:60px;height:60px;border-radius:50%;object-fit:cover;border:3px solid #fff;box-shadow:0 4px 12px #0000001a}
.authorInfo h4{color:#1D434D;font-size:1.1rem;margin:0 0 5px;font-weight:600}
.authorInfo p{color:#777;font-size:.95rem;margin:0}
.ratingStars{display:flex;gap:4px;margin-bottom:20px}
.ratingStars svg{width:20px;height:20px;fill:#F59F29}
.statsShowcase{background:linear-gradient(135deg,#1D434D 0%,#2a5a68 100%);padding:80px 20px;position:relative;overflow:hidden}
.statsShowcase::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background-image:radial-gradient(circle at 20% 50%,#f59f291a 0%,transparent 50%),radial-gradient(circle at 80% 80%,#ffffff0d 0%,transparent 50%)}
.statsInner{max-width:1200px;margin:0 auto;position:relative;z-index:2}
.statsTitle{text-align:center;color:#fff;font-size:2.3rem;margin-bottom:60px}
.statsGrid{display:grid;grid-template-columns:repeat(4,1fr);gap:40px}
.statBox{text-align:center;padding:35px 25px;background:#ffffff14;border-radius:25px;backdrop-filter:blur(10px);border:1px solid #ffffff1a;transition:all .3s ease}
.statBox:hover{background:#ffffff1f;transform:translateY(-5px)}
.statNumber{font-size:3rem;font-weight:700;color:#F59F29;margin-bottom:15px;display:block}
.statLabel{color:#F5F5F5;font-size:1.1rem;line-height:1.5}
.videoReviewSection{padding:90px 20px;background:#F5F5F5}
.videoReviewWrap{max-width:1200px;margin:0 auto}
.videoReviewIntro{text-align:center;margin-bottom:60px}
.videoReviewIntro h2{font-size:2.4rem;color:#1D434D;margin-bottom:20px}
.videoReviewIntro p{color:#555;font-size:1.1rem;max-width:750px;margin:0 auto;line-height:1.7}
.videoReviewLayout{display:grid;grid-template-columns:1.2fr 1fr;gap:50px;align-items:start}
.videoPlaceholder{background:#fff;border-radius:30px;overflow:hidden;box-shadow:0 12px 35px #0000001f;position:relative}
.videoPlaceholder img{width:100%;height:450px;object-fit:cover;display:block}
.videoPlaceholder::after{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#1d434d33,#f59f2933)}
.videoHighlights{background:#fff;padding:45px 40px;border-radius:28px;box-shadow:0 8px 30px #0000001a}
.videoHighlights h3{color:#1D434D;font-size:1.8rem;margin-bottom:30px}
.highlightList{list-style:none;padding:0;margin:0}
.highlightList li{padding:18px 0 18px 50px;position:relative;color:#333;font-size:1.05rem;line-height:1.6;border-bottom:1px solid #F5F5F5}
.highlightList li:last-child{border-bottom:none}
.highlightList li::before{content:'';position:absolute;left:0;top:22px;width:32px;height:32px;background:linear-gradient(135deg,#1D434D,#2a5a68);border-radius:8px;box-shadow:0 4px 10px #1d434d33}
.highlightList li::after{content:'→';position:absolute;left:10px;top:19px;color:#F59F29;font-weight:700;font-size:1.2rem}
.ctaReviewSection{padding:100px 20px;background:#fff;text-align:center}
.ctaReviewInner{max-width:900px;margin:0 auto;background:linear-gradient(135deg,#F5F5F5 0%,#fff 100%);padding:70px 60px;border-radius:35px;box-shadow:0 15px 50px #0000001a;position:relative;overflow:hidden}
.ctaReviewInner::before{content:'';position:absolute;top:-100px;right:-100px;width:300px;height:300px;background:radial-gradient(circle,#f59f2926,transparent 70%);border-radius:50%}
.ctaReviewInner::after{content:'';position:absolute;bottom:-80px;left:-80px;width:250px;height:250px;background:radial-gradient(circle,#1d434d1a,transparent 70%);border-radius:50%}
.ctaReviewInner h2{font-size:2.6rem;color:#1D434D;margin-bottom:25px;position:relative;z-index:2}
.ctaReviewInner p{color:#555;font-size:1.2rem;line-height:1.7;margin-bottom:40px;position:relative;z-index:2}
.ctaReviewButton{background:#F59F29;color:#fff;padding:20px 55px;border-radius:32px;text-decoration:none;display:inline-block;font-weight:600;font-size:1.15rem;box-shadow:0 10px 30px #f59f294d;transition:all .3s ease;position:relative;z-index:10}
.ctaReviewButton:hover{background:#e08d1a;transform:translateY(-3px);box-shadow:0 15px 40px #f59f2966}
@media (max-width: 968px) {
.titleContentWrap{grid-template-columns:1fr;gap:40px}
.titleTextContent h1{font-size:2.3rem}
.testimonialGrid{grid-template-columns:1fr;gap:30px}
.statsGrid{grid-template-columns:repeat(2,1fr);gap:30px}
.videoReviewLayout{grid-template-columns:1fr;gap:40px}
.ctaReviewInner{padding:50px 35px}
.ctaReviewInner h2{font-size:2rem}
}
@media (max-width: 640px) {
.revPageTitle{padding:60px 20px 40px}
.titleTextContent h1{font-size:1.9rem}
.titleBenefitsList li{font-size:1rem}
.testimonialHeader h2{font-size:2rem}
.statsGrid{grid-template-columns:1fr;gap:25px}
.statNumber{font-size:2.5rem}
.videoHighlights{padding:35px 25px}
.ctaReviewInner{padding:40px 25px}
.ctaReviewInner h2{font-size:1.7rem}
}
.heroArea{position:relative;max-width:1200px;margin:60px auto;padding:0 20px;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.heroText{color:#1D434D}
.heroText h1{font-size:3rem;line-height:1.2;margin:0 0 24px;font-weight:700}
.heroText h1 .accentPhrase{color:#F59F29;position:relative;display:inline-block}
.heroText h1 .accentPhrase::after{content:'';position:absolute;bottom:-8px;left:0;width:100%;height:4px;background:linear-gradient(90deg,#F59F29,#f59f294d);border-radius:2px}
.heroText p{font-size:1.1rem;line-height:1.7;color:#1D434D;margin:0 0 32px;opacity:.85}
.heroActions{display:flex;gap:16px;flex-wrap:wrap}
.heroBtn{padding:16px 32px;border-radius:30px;text-decoration:none;font-weight:600;font-size:1rem;transition:all .3s ease;display:inline-block}
.btnPrimary{background:#F59F29;color:#FFF;box-shadow:0 8px 20px #f59f294d}
.btnPrimary:hover{background:#E08A1A;box-shadow:0 12px 28px #f59f2966;transform:translateY(-2px)}
.btnSecondary{background:transparent;color:#1D434D;border:2px solid #1D434D}
.btnSecondary:hover{background:#1D434D;color:#FFF;transform:translateY(-2px)}
.heroImageWrap{position:relative;border-radius:32px;overflow:hidden;box-shadow:0 16px 40px #1d434d40}
.heroImageWrap::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#f59f2926,#1d434d26);z-index:1;pointer-events:none}
.heroImageWrap::after{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background-image:repeating-linear-gradient(0deg,transparent,transparent 2px,#1d434d08 2px,#1d434d08 4px),repeating-linear-gradient(90deg,transparent,transparent 2px,#1d434d08 2px,#1d434d08 4px);z-index:2;pointer-events:none;mix-blend-mode:multiply}
.heroImageWrap img{width:100%;height:500px;object-fit:cover;display:block}
.animGradient{position:absolute;top:-100px;right:-100px;width:400px;height:400px;background:radial-gradient(circle,#f59f2933,transparent 70%);animation:floatAnim 8s ease-in-out infinite;pointer-events:none;z-index:-1}
@keyframes floatAnim {
0%,100%{transform:translate(0,0) scale(1)}
50%{transform:translate(30px,-30px) scale(1.1)}
}
.communitySection{background:linear-gradient(135deg,#F5F5F5 0%,#FFF 100%);padding:80px 20px;margin:60px 0;position:relative}
.communityContainer{max-width:1200px;margin:0 auto}
.communityHeader{text-align:center;margin-bottom:60px}
.communityHeader h2{font-size:2.5rem;color:#1D434D;margin:0 0 20px;font-weight:700}
.communityHeader h2::before{content:'';display:block;width:80px;height:4px;background:#F59F29;margin:0 auto 24px;border-radius:2px}
.communityHeader p{font-size:1.15rem;color:#1D434D;opacity:.8;max-width:700px;margin:0 auto;line-height:1.7}
.communityGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}
.communityCard{background:#FFF;padding:40px 30px;border-radius:28px;box-shadow:0 8px 24px #1d434d1f;transition:all .3s ease;text-align:center;position:relative;overflow:hidden}
.communityCard::before{content:'';position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#F59F29,#1D434D);transform:scaleX(0);transition:transform .3s ease}
.communityCard:hover{transform:translateY(-8px);box-shadow:0 16px 40px #1d434d33}
.communityCard:hover::before{transform:scaleX(1)}
.cardIconWrap{width:80px;height:80px;margin:0 auto 24px;background:linear-gradient(135deg,#f59f2926,#1d434d26);border-radius:50%;display:flex;align-items:center;justify-content:center}
.cardIconWrap i{font-size:2.5rem;color:#F59F29}
.communityCard h3{font-size:1.5rem;color:#1D434D;margin:0 0 16px;font-weight:600}
.communityCard p{font-size:1rem;color:#1D434D;opacity:.75;line-height:1.6;margin:0}
.contributionSection{max-width:1200px;margin:80px auto;padding:0 20px;display:grid;grid-template-columns:45% 55%;gap:50px;align-items:center}
.contributionImage{border-radius:32px;overflow:hidden;box-shadow:0 12px 32px #1d434d33;position:relative}
.contributionImage::after{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#1d434d1a,#f59f291a);pointer-events:none}
.contributionImage img{width:100%;height:450px;object-fit:cover;display:block}
.contributionContent h2{font-size:2.3rem;color:#1D434D;margin:0 0 24px;font-weight:700;position:relative;padding-left:20px}
.contributionContent h2::before{content:'';position:absolute;left:0;top:0;width:6px;height:100%;background:linear-gradient(180deg,#F59F29,#1D434D);border-radius:3px}
.contributionContent p{font-size:1.05rem;color:#1D434D;line-height:1.75;margin:0 0 20px;opacity:.85}
.impactList{list-style:none;padding:0;margin:32px 0}
.impactList li{font-size:1.05rem;color:#1D434D;padding:14px 0 14px 44px;position:relative;line-height:1.6;border-bottom:1px solid #1d434d1a}
.impactList li:last-child{border-bottom:none}
.impactList li::before{content:'';position:absolute;left:0;top:50%;transform:translateY(-50%);width:28px;height:28px;background:#F59F29;border-radius:50%;box-shadow:0 4px 12px #f59f294d}
.impactList li::after{content:'';position:absolute;left:8px;top:50%;transform:translateY(-50%);color:#FFF;font-weight:700;font-size:1rem}
.pricingSection{background:#1D434D;padding:80px 20px;margin:80px 0;position:relative;overflow:hidden}
.pricingSection::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at 20% 50%,#f59f291a,transparent 60%);pointer-events:none}
.pricingWrapper{max-width:1200px;margin:0 auto;position:relative;z-index:1}
.pricingHeader{text-align:center;margin-bottom:60px}
.pricingHeader h2{font-size:2.5rem;color:#FFF;margin:0 0 20px;font-weight:700}
.pricingHeader p{font-size:1.15rem;color:#ffffffd9;max-width:650px;margin:0 auto;line-height:1.7}
.pricingCards{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}
.priceCard{background:#FFF;border-radius:32px;padding:48px 36px;text-align:center;position:relative;transition:all .4s ease;box-shadow:0 8px 24px #00000026}
.priceCard:hover{transform:translateY(-12px);box-shadow:0 20px 48px #f59f294d}
.featuredCard{background:linear-gradient(135deg,#F59F29,#E08A1A);color:#FFF;transform:scale(1.05);box-shadow:0 16px 40px #f59f2966}
.featuredCard h3,.featuredCard .priceValue,.featuredCard .priceFeatures li{color:#FFF}
.featuredCard .priceFeatures li::before{background:#FFF;color:#F59F29}
.priceCard h3{font-size:1.6rem;color:#1D434D;margin:0 0 16px;font-weight:700}
.priceValue{font-size:3rem;color:#1D434D;font-weight:700;margin:24px 0}
.priceValue span{font-size:1.2rem;opacity:.7;font-weight:400}
.priceFeatures{list-style:none;padding:0;margin:32px 0 40px;text-align:left}
.priceFeatures li{font-size:1rem;color:#1D434D;padding:12px 0 12px 36px;position:relative;line-height:1.5}
.priceFeatures li::before{content:'';position:absolute;left:0;top:12px;width:24px;height:24px;background:#F59F29;color:#FFF;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.9rem}
.priceAction{padding:14px 36px;border-radius:28px;text-decoration:none;font-weight:600;font-size:1rem;transition:all .3s ease;display:inline-block;background:#1D434D;color:#FFF}
.priceAction:hover{background:#F59F29;transform:scale(1.05)}
.featuredCard .priceAction{background:#FFF;color:#F59F29}
.featuredCard .priceAction:hover{background:#1D434D;color:#FFF}
.analyticsSection{max-width:1200px;margin:80px auto;padding:0 20px}
.analyticsIntro{text-align:center;margin-bottom:60px}
.analyticsIntro h2{font-size:2.5rem;color:#1D434D;margin:0 0 24px;font-weight:700}
.analyticsIntro p{font-size:1.15rem;color:#1D434D;opacity:.8;max-width:750px;margin:0 auto;line-height:1.7}
.analyticsLayout{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:start}
.analyticsVisuals{display:grid;gap:24px}
.visualCard{background:#F5F5F5;border-radius:28px;padding:32px;box-shadow:0 8px 20px #1d434d1f;position:relative}
.visualCard h4{font-size:1.3rem;color:#1D434D;margin:0 0 20px;font-weight:600}
.progressBarGroup{display:flex;flex-direction:column;gap:20px}
.progressItem{display:flex;flex-direction:column;gap:8px}
.progressLabel{display:flex;justify-content:space-between;font-size:.95rem;color:#1D434D;font-weight:500}
.progressBar{width:100%;height:12px;background:#1d434d1a;border-radius:6px;overflow:hidden;position:relative}
.progressFill{height:100%;background:linear-gradient(90deg,#F59F29,#E08A1A);border-radius:6px;transition:width 1s ease;box-shadow:0 2px 8px #f59f2966}
.statGrid{display:grid;grid-template-columns:1fr 1fr;gap:20px}
.statBox{background:#FFF;border-radius:20px;padding:24px;text-align:center;border:2px solid #F59F29;transition:all .3s ease}
.statBox:hover{transform:scale(1.05);box-shadow:0 8px 20px #f59f294d}
.statNumber{font-size:2.5rem;color:#F59F29;font-weight:700;margin:0 0 8px}
.statLabel{font-size:.95rem;color:#1D434D;opacity:.8}
.analyticsContent{display:flex;flex-direction:column;gap:30px}
.imageShowcase{display:grid;grid-template-columns:1fr 1fr;gap:20px}
.showcaseItem{border-radius:24px;overflow:hidden;box-shadow:0 8px 20px #1d434d26;position:relative}
.showcaseItem::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#f59f2933,#1d434d33);opacity:0;transition:opacity .3s ease;pointer-events:none;z-index:1}
.showcaseItem:hover::before{opacity:1}
.showcaseItem img{width:100%;height:220px;object-fit:cover;display:block;transition:transform .3s ease}
.showcaseItem:hover img{transform:scale(1.1)}
.dataInsights{background:linear-gradient(135deg,#1D434D,#2A5562);border-radius:28px;padding:40px;color:#FFF;box-shadow:0 12px 32px #1d434d4d}
.dataInsights h3{font-size:1.8rem;margin:0 0 24px;font-weight:700}
.insightsList{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:18px}
.insightsList li{font-size:1.05rem;line-height:1.6;padding-left:36px;position:relative;opacity:.95}
.insightsList li::before{content:'';position:absolute;left:0;top:6px;width:24px;height:24px;background:#F59F29;border-radius:50%;box-shadow:0 4px 12px #f59f2966}
.insightsList li::after{content:'→';position:absolute;left:6px;top:6px;color:#FFF;font-weight:700;font-size:1rem}
@media (max-width: 968px) {
.heroArea{grid-template-columns:1fr;gap:40px}
.heroText h1{font-size:2.3rem}
.communityGrid{grid-template-columns:1fr}
.contributionSection{grid-template-columns:1fr;gap:40px}
.pricingCards{grid-template-columns:1fr}
.featuredCard{transform:scale(1)}
.analyticsLayout{grid-template-columns:1fr}
.imageShowcase{grid-template-columns:1fr}
.statGrid{grid-template-columns:1fr}
}
@media (max-width: 640px) {
.heroText h1{font-size:1.9rem}
.heroActions{flex-direction:column}
.heroBtn{width:100%;text-align:center}
.communityHeader h2,.pricingHeader h2,.analyticsIntro h2{font-size:2rem}
.contributionContent h2{font-size:1.9rem}
.priceValue{font-size:2.5rem}
}
.contactWrapper{max-width:1200px;margin:0 auto;padding:0 20px}
.heroContactBanner{background:linear-gradient(135deg,#1D434D 0%,#2A5A66 100%);padding:80px 20px;margin-bottom:60px;border-radius:35px;position:relative;overflow:hidden}
.heroContactBanner::before{content:'';position:absolute;width:300px;height:300px;background:#f59f291a;border-radius:50%;top:-100px;right:-100px;animation:floatParticle 8s infinite ease-in-out}
.heroContactBanner::after{content:'';position:absolute;width:200px;height:200px;background:#f59f2914;border-radius:50%;bottom:-50px;left:10%;animation:floatParticle 10s infinite ease-in-out reverse}
@keyframes floatParticle {
0%,100%{transform:translate(0,0) scale(1)}
50%{transform:translate(20px,-20px) scale(1.05)}
}
.heroContactContent{display:flex;flex-direction:column;gap:40px;position:relative;z-index:2}
.titleZone{max-width:600px}
.titleZone h1{font-size:3rem;color:#F5F5F5;margin:0 0 20px;line-height:1.2}
.titleZone p{font-size:1.1rem;color:#f5f5f5d9;line-height:1.6;margin:0}
.visualZone{display:flex;gap:30px;flex-wrap:wrap}
.quickContactCard{background:#f5f5f5f2;padding:30px;border-radius:25px;flex:1;min-width:250px;box-shadow:0 8px 20px #1d434d26;transition:transform .3s ease}
.quickContactCard:hover{transform:translateY(-5px)}
.quickContactCard i{font-size:2rem;color:#F59F29;margin-bottom:15px;display:block}
.quickContactCard h3{font-size:1.2rem;color:#1D434D;margin:0 0 10px}
.quickContactCard a{color:#2A5A66;text-decoration:none;font-size:.95rem;transition:color .3s ease}
.quickContactCard a:hover{color:#F59F29}
.formSectionMain{background:#F5F5F5;padding:60px 20px;border-radius:30px;margin-bottom:60px}
.formContainer{max-width:800px;margin:0 auto}
.formHeader{text-align:center;margin-bottom:50px}
.formHeader h2{font-size:2.2rem;color:#1D434D;margin:0 0 15px}
.formHeader p{font-size:1.05rem;color:#2A5A66;margin:0;line-height:1.6}
.techFormLayout{background:#fff;padding:50px;border-radius:28px;box-shadow:0 12px 30px #1d434d1f;border:2px solid #f59f2926}
.formFieldGroup{margin-bottom:30px}
.formFieldGroup label{display:block;font-size:.95rem;font-weight:600;color:#1D434D;margin-bottom:10px;position:relative;padding-left:12px}
.formFieldGroup label::before{content:'';position:absolute;left:0;top:50%;transform:translateY(-50%);width:4px;height:18px;background:#F59F29;border-radius:2px}
.formFieldGroup input[type="text"],.formFieldGroup input[type="email"],.formFieldGroup textarea{width:100%;padding:16px 20px;border:2px solid #1d434d26;border-radius:15px;font-size:1rem;color:#1D434D;background:#F5F5F5;transition:all .3s ease;box-sizing:border-box}
.formFieldGroup input:focus,.formFieldGroup textarea:focus{outline:none;border-color:#F59F29;background:#fff;box-shadow:0 4px 12px #f59f2926}
.formFieldGroup textarea{min-height:140px;resize:vertical}
.contactMethodSelector{display:flex;gap:15px;flex-wrap:wrap}
.radioOption{position:relative}
.radioOption input[type="radio"]{position:absolute;opacity:0}
.radioOption label{display:flex;align-items:center;gap:10px;padding:14px 24px;background:#F5F5F5;border:2px solid #1d434d26;border-radius:20px;cursor:pointer;transition:all .3s ease;font-weight:500;color:#2A5A66}
.radioOption label::before{display:none}
.radioOption input[type="radio"]:checked + label{background:#1D434D;border-color:#1D434D;color:#fff;box-shadow:0 6px 16px #1d434d40}
.radioOption label i{font-size:1.2rem;color:#F59F29}
.additionalOptions{background:#1d434d0d;padding:25px;border-radius:20px;margin-bottom:30px}
.additionalOptions h4{font-size:1rem;color:#1D434D;margin:0 0 15px;display:flex;align-items:center;gap:10px}
.additionalOptions h4::before{content:'';width:6px;height:6px;background:#F59F29;border-radius:50%}
.checkboxGroup{display:flex;flex-direction:column;gap:12px}
.checkboxOption{position:relative}
.checkboxOption input[type="checkbox"]{position:absolute;opacity:0}
.checkboxOption label{display:flex;align-items:center;gap:12px;padding:12px 18px;background:#fff;border:2px solid #1d434d1a;border-radius:15px;cursor:pointer;transition:all .3s ease;font-weight:400;color:#2A5A66}
.checkboxOption label::before{display:none}
.checkboxOption label::after{content:'';width:20px;height:20px;border:2px solid #1D434D;border-radius:6px;flex-shrink:0;transition:all .3s ease}
.checkboxOption input[type="checkbox"]:checked + label{background:#f59f291a;border-color:#F59F29}
.checkboxOption input[type="checkbox"]:checked + label::after{background:#F59F29;border-color:#F59F29;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E");background-size:14px;background-position:center;background-repeat:no-repeat}
.privacyConsent{margin:25px 0;padding:20px;background:#f59f2914;border-radius:18px;border-left:4px solid #F59F29}
.privacyConsent input[type="checkbox"]{position:absolute;opacity:0}
.privacyConsent label{display:flex;align-items:flex-start;gap:12px;cursor:pointer;font-size:.92rem;color:#2A5A66;line-height:1.5;padding-left:0}
.privacyConsent label::before{display:none}
.privacyConsent label::after{content:'';width:22px;height:22px;border:2px solid #1D434D;border-radius:6px;flex-shrink:0;transition:all .3s ease;margin-top:2px}
.privacyConsent input[type="checkbox"]:checked + label::after{background:#1D434D;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E");background-size:16px;background-position:center;background-repeat:no-repeat}
.privacyConsent a{color:#1D434D;font-weight:600;text-decoration:underline;transition:color .3s ease}
.privacyConsent a:hover{color:#F59F29}
.submitBtnContainer{text-align:center;margin-top:35px}
.submitBtnTech{background:linear-gradient(135deg,#1D434D 0%,#2A5A66 100%);color:#fff;padding:18px 50px;border:none;border-radius:25px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 8px 20px #1d434d40;position:relative;overflow:hidden}
.submitBtnTech::before{content:'';position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,#f59f294d,transparent);transition:left .5s ease}
.submitBtnTech:hover::before{left:100%}
.submitBtnTech:hover{transform:translateY(-3px);box-shadow:0 12px 28px #1d434d59}
.submitBtnTech:active{transform:translateY(-1px)}
.locationInfoSection{background:#fff;padding:70px 20px;border-radius:32px;margin-bottom:60px;box-shadow:0 10px 25px #1d434d14}
.locationContent{max-width:900px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:50px}
.locationDetails h2{font-size:2rem;color:#1D434D;margin:0 0 25px;position:relative;padding-bottom:15px}
.locationDetails h2::after{content:'';position:absolute;bottom:0;left:0;width:60px;height:4px;background:#F59F29;border-radius:2px}
.addressBlock{margin-bottom:35px}
.addressBlock h3{font-size:1.1rem;color:#1D434D;margin:0 0 12px;display:flex;align-items:center;gap:10px}
.addressBlock h3 i{color:#F59F29;font-size:1.3rem}
.addressBlock p{color:#2A5A66;line-height:1.7;margin:0;padding-left:32px}
.hoursGrid{display:flex;flex-direction:column;gap:15px}
.hourRow{display:flex;justify-content:space-between;padding:12px 18px;background:#F5F5F5;border-radius:12px;transition:background .3s ease}
.hourRow:hover{background:#f59f291a}
.hourRow span:first-child{font-weight:600;color:#1D434D}
.hourRow span:last-child{color:#2A5A66}
.whyReachSection{background:linear-gradient(135deg,#1d434d0d 0%,#f59f290d 100%);padding:70px 20px;border-radius:30px}
.whyReachContent{max-width:1000px;margin:0 auto;text-align:center}
.whyReachContent h2{font-size:2.3rem;color:#1D434D;margin:0 0 20px}
.whyReachContent > p{font-size:1.1rem;color:#2A5A66;line-height:1.7;margin:0 0 50px;max-width:700px;margin-left:auto;margin-right:auto}
.benefitsGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px}
.benefitCard{background:#fff;padding:35px 28px;border-radius:24px;box-shadow:0 6px 18px #1d434d1a;transition:all .3s ease;border:2px solid transparent}
.benefitCard:hover{transform:translateY(-8px);box-shadow:0 12px 28px #f59f2933;border-color:#F59F29}
.benefitCard i{font-size:2.5rem;color:#F59F29;margin-bottom:20px;display:block}
.benefitCard h3{font-size:1.3rem;color:#1D434D;margin:0 0 12px}
.benefitCard p{color:#2A5A66;line-height:1.6;margin:0;font-size:.98rem}
@media (max-width: 768px) {
.heroContactBanner{padding:50px 20px;border-radius:25px}
.titleZone h1{font-size:2rem}
.titleZone p{font-size:1rem}
.visualZone{flex-direction:column}
.techFormLayout{padding:30px 20px}
.formHeader h2{font-size:1.8rem}
.contactMethodSelector{flex-direction:column}
.locationContent{grid-template-columns:1fr;gap:40px}
.whyReachContent h2{font-size:1.8rem}
.benefitsGrid{grid-template-columns:1fr}
}
@media (max-width: 480px) {
.titleZone h1{font-size:1.6rem}
.quickContactCard{min-width:100%}
.formHeader h2{font-size:1.5rem}
.submitBtnTech{padding:16px 40px;font-size:1rem}
}
.blogPageMain{background:#F5F5F5;padding:0;margin:0}
.titleBlockHero{max-width:1200px;margin:80px auto 0;padding:0 20px 60px;position:relative;display:grid;grid-template-columns:1fr 1.2fr;gap:60px;align-items:center}
.titleBlockHero::before{content:'';position:absolute;left:50%;top:-30px;transform:translateX(-50%);width:4px;height:4px;background:#F59F29;border-radius:50%;box-shadow:20px 0 0 #F59F29,40px 0 0 #F59F29,60px 0 0 #F59F29,-20px 0 0 #F59F29,-40px 0 0 #F59F29,-60px 0 0 #F59F29}
.titleImgWrapper{position:relative;width:100%;height:450px;border-radius:30px;overflow:hidden;box-shadow:0 15px 40px #1d434d26}
.titleImgWrapper img{width:100%;height:100%;object-fit:cover;filter:saturate(0.7)}
.titleContentArea{display:flex;flex-direction:column;gap:24px}
.titleContentArea h1{font-size:2.8rem;color:#1D434D;line-height:1.2;margin:0;font-weight:700}
.titleContentArea p{font-size:1.1rem;color:#1D434D;line-height:1.7;margin:0;opacity:.85}
.articleGridSection{max-width:1200px;margin:100px auto;padding:0 20px;display:grid;grid-template-columns:repeat(3,1fr);gap:40px}
.articleCardBox{background:#fff;border-radius:25px;overflow:hidden;box-shadow:0 8px 25px #1d434d14;transition:all .3s ease;cursor:pointer}
.articleCardBox:hover{transform:translateY(-8px);box-shadow:0 15px 40px #1d434d26}
.articleImgContainer{width:100%;height:240px;overflow:hidden;position:relative}
.articleImgContainer img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}
.articleCardBox:hover .articleImgContainer img{transform:scale(1.08)}
.articleTextContent{padding:30px}
.articleTextContent h3{font-size:1.4rem;color:#1D434D;margin:0 0 15px;font-weight:600;line-height:1.3}
.articleTextContent p{font-size:1rem;color:#1D434D;line-height:1.6;margin:0 0 20px;opacity:.75}
.articleMetaInfo{display:flex;align-items:center;gap:15px;padding-top:15px;border-top:1px solid #1d434d1a}
.articleAuthorImg{width:40px;height:40px;border-radius:50%;object-fit:cover;border:2px solid #F59F29}
.articleAuthorDetails{display:flex;flex-direction:column;gap:3px}
.articleAuthorDetails span:first-child{font-size:.9rem;color:#1D434D;font-weight:600}
.articleAuthorDetails span:last-child{font-size:.85rem;color:#1D434D;opacity:.6}
.categoryFilterArea{max-width:1200px;margin:0 auto 80px;padding:0 20px}
.categoryTabs{display:flex;gap:15px;flex-wrap:wrap;justify-content:center;padding:50px 0;background:#fff;border-radius:30px;box-shadow:0 8px 25px #1d434d0f}
.categoryTabs input[type="radio"]{display:none}
.categoryTabs label{padding:14px 32px;background:#F5F5F5;color:#1D434D;border-radius:20px;cursor:pointer;transition:all .3s ease;font-size:1rem;font-weight:500;border:2px solid transparent}
.categoryTabs label:hover{background:#f59f291a;border-color:#F59F29}
.categoryTabs input[type="radio"]:checked + label{background:#F59F29;color:#fff;box-shadow:0 6px 20px #f59f294d}
.insightsPanelSection{max-width:1200px;margin:120px auto;padding:0 20px;display:grid;grid-template-columns:1.3fr 1fr;gap:50px;align-items:start}
.featureArticleBox{background:linear-gradient(135deg,#1D434D 0%,#1d434de6 100%);border-radius:35px;padding:50px;color:#fff;box-shadow:0 15px 50px #1d434d33;position:relative;overflow:hidden}
.featureArticleBox::before{content:'';position:absolute;top:-50%;right:-20%;width:400px;height:400px;background:#f59f2926;border-radius:50%}
.featureArticleBox h2{font-size:2.2rem;margin:0 0 20px;line-height:1.3;position:relative;z-index:2}
.featureArticleBox p{font-size:1.05rem;line-height:1.7;margin:0 0 30px;opacity:.9;position:relative;z-index:2}
.featureArticleBox a{display:inline-flex;align-items:center;gap:10px;padding:15px 35px;background:#F59F29;color:#fff;text-decoration:none;border-radius:25px;font-weight:600;transition:all .3s ease;position:relative;z-index:2;box-shadow:0 8px 20px #f59f294d}
.featureArticleBox a:hover{background:#fff;color:#1D434D;transform:translateX(5px)}
.sidebarInfoPanel{display:flex;flex-direction:column;gap:30px}
.subscribePanelBox{background:#fff;padding:40px;border-radius:30px;box-shadow:0 10px 30px #1d434d14}
.subscribePanelBox h3{font-size:1.5rem;color:#1D434D;margin:0 0 15px}
.subscribePanelBox p{font-size:.95rem;color:#1D434D;opacity:.75;margin:0 0 25px;line-height:1.6}
.subscribePanelBox input[type="email"]{width:100%;padding:14px 20px;border:2px solid #1d434d33;border-radius:20px;font-size:1rem;margin-bottom:15px;transition:border-color .3s ease}
.subscribePanelBox input[type="email"]:focus{outline:none;border-color:#F59F29}
.subscribePanelBox button{width:100%;padding:14px;background:#1D434D;color:#fff;border:none;border-radius:20px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}
.subscribePanelBox button:hover{background:#F59F29;box-shadow:0 8px 20px #f59f294d}
.trendingListBox{background:#fff;padding:35px;border-radius:30px;box-shadow:0 10px 30px #1d434d14}
.trendingListBox h3{font-size:1.4rem;color:#1D434D;margin:0 0 25px;padding-bottom:15px;border-bottom:2px solid #F59F29}
.trendingItemEntry{padding:15px 0;border-bottom:1px solid #1d434d1a;cursor:pointer;transition:all .3s ease}
.trendingItemEntry:last-child{border-bottom:none}
.trendingItemEntry:hover{padding-left:10px}
.trendingItemEntry h4{font-size:1.05rem;color:#1D434D;margin:0 0 8px;font-weight:600;line-height:1.4}
.trendingItemEntry span{font-size:.85rem;color:#F59F29;font-weight:600}
@media (max-width: 1024px) {
.titleBlockHero{grid-template-columns:1fr;gap:40px;margin-top:60px}
.titleImgWrapper{height:380px}
.titleContentArea h1{font-size:2.3rem}
.articleGridSection{grid-template-columns:repeat(2,1fr);gap:30px;margin:80px auto}
.insightsPanelSection{grid-template-columns:1fr;gap:40px;margin:100px auto}
}
@media (max-width: 768px) {
.titleBlockHero{padding:0 15px 40px;margin-top:40px}
.titleImgWrapper{height:300px}
.titleContentArea h1{font-size:1.9rem}
.titleContentArea p{font-size:1rem}
.articleGridSection{grid-template-columns:1fr;gap:25px;margin:60px auto;padding:0 15px}
.articleImgContainer{height:200px}
.articleTextContent{padding:25px}
.categoryTabs{padding:30px 20px;gap:10px}
.categoryTabs label{padding:12px 24px;font-size:.95rem}
.featureArticleBox{padding:35px 25px}
.featureArticleBox h2{font-size:1.8rem}
.featureArticleBox p{font-size:1rem}
.subscribePanelBox,.trendingListBox{padding:30px 25px}
}
@media (max-width: 480px) {
.titleContentArea h1{font-size:1.6rem}
.articleTextContent h3{font-size:1.2rem}
.featureArticleBox h2{font-size:1.5rem}
.categoryTabs{flex-direction:column;align-items:stretch}
.categoryTabs label{text-align:center}
}
.cookiePolicyHero{background:linear-gradient(135deg,#F5F5F5 0%,#fff 100%);padding:80px 20px 60px;position:relative;overflow:hidden}
.cookiePolicyHero::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#f59f2914 0%,transparent 70%);border-radius:50%}
.cookiePolicyHero::after{content:'';position:absolute;bottom:-30%;left:-5%;width:400px;height:400px;background:radial-gradient(circle,#1d434d0d 0%,transparent 70%);border-radius:50%}
.heroInnerWrap{max-width:1200px;margin:0 auto;position:relative;z-index:2}
.policyMainTitle{font-size:3.2rem;color:#1D434D;margin:0 0 16px;font-weight:700;letter-spacing:-.5px}
.lastUpdateText{font-size:1rem;color:#666;margin:0 0 32px}
.policyIntroText{font-size:1.125rem;line-height:1.7;color:#333;max-width:800px}
.mainContentSection{padding:80px 20px;background:#fff}
.contentInner{max-width:1200px;margin:0 auto}
.policyGrid{display:grid;grid-template-columns:280px 1fr;gap:60px;align-items:start}
.sidebarNav{position:sticky;top:20px;background:#F5F5F5;padding:32px 28px;border-radius:24px;box-shadow:0 4px 12px #1d434d0f}
.navTitle{font-size:.875rem;color:#1D434D;font-weight:700;text-transform:uppercase;letter-spacing:1px;margin:0 0 20px}
.navList{list-style:none;padding:0;margin:0}
.navList li{margin:0 0 12px}
.navList a{color:#666;text-decoration:none;font-size:.95rem;display:block;padding:8px 12px;border-radius:12px;transition:all .3s ease}
.navList a:hover{background:#fff;color:#1D434D;transform:translateX(4px)}
.policyContentArea{background:#fff}
.policySection{margin:0 0 56px;scroll-margin-top:20px}
.sectionTitle{font-size:2rem;color:#1D434D;margin:0 0 24px;font-weight:700;position:relative;padding-bottom:16px}
.sectionTitle::after{content:'';position:absolute;bottom:0;left:0;width:60px;height:4px;background:linear-gradient(90deg,#F59F29 0%,#F5B855 100%);border-radius:8px}
.policyText{font-size:1.05rem;line-height:1.75;color:#444;margin:0 0 20px}
.subHeading{font-size:1.4rem;color:#1D434D;margin:32px 0 16px;font-weight:600}
.cookieTypesList{list-style:none;padding:0;margin:24px 0}
.cookieTypesList li{padding:20px 24px;margin:0 0 16px;background:#F5F5F5;border-radius:20px;border-left:4px solid #F59F29;transition:all .3s ease}
.cookieTypesList li:hover{background:#fff;box-shadow:0 6px 20px #1d434d1a;transform:translateX(4px)}
.cookieTypeName{font-weight:700;color:#1D434D;font-size:1.1rem;margin:0 0 8px}
.cookieTypeDesc{color:#555;line-height:1.6;margin:0}
.dataList{list-style:none;padding:0;margin:20px 0}
.dataList li{padding-left:32px;margin:0 0 12px;position:relative;color:#444;line-height:1.6}
.dataList li::before{content:'';position:absolute;left:0;top:8px;width:16px;height:16px;background:#F59F29;border-radius:50%;opacity:.7}
.highlightBox{background:linear-gradient(135deg,#1d434d0d 0%,#f59f290d 100%);padding:28px 32px;border-radius:24px;margin:32px 0;border:2px solid #f59f2933}
.highlightTitle{font-size:1.2rem;color:#1D434D;font-weight:700;margin:0 0 12px}
.highlightText{color:#555;line-height:1.7;margin:0}
.contactInfoBlock{background:#1D434D;color:#fff;padding:40px;border-radius:28px;margin:48px 0 0;box-shadow:0 8px 24px #1d434d26}
.contactBlockTitle{font-size:1.6rem;margin:0 0 20px;font-weight:700}
.contactBlockText{line-height:1.7;margin:0 0 16px;opacity:.9}
.contactLink{color:#F59F29;text-decoration:none;font-weight:600;transition:opacity .3s ease}
.contactLink:hover{opacity:.8}
@media (max-width: 968px) {
.policyGrid{grid-template-columns:1fr;gap:40px}
.sidebarNav{position:static}
.policyMainTitle{font-size:2.4rem}
.sectionTitle{font-size:1.6rem}
}
@media (max-width: 640px) {
.cookiePolicyHero{padding:60px 16px 40px}
.mainContentSection{padding:60px 16px}
.policyMainTitle{font-size:2rem}
.sectionTitle{font-size:1.4rem}
.policyText{font-size:1rem}
.sidebarNav{padding:24px 20px}
.contactInfoBlock{padding:28px 24px}
}
.privacyHero{background:linear-gradient(135deg,#F5F5F5 0%,#e8e8e8 100%);padding:80px 20px 60px;position:relative;overflow:hidden}
.privacyHero::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#f59f2926 0%,transparent 70%);border-radius:50%}
.privacyHero::after{content:'';position:absolute;bottom:-30%;left:-5%;width:400px;height:400px;background:radial-gradient(circle,#1d434d14 0%,transparent 70%);border-radius:50%}
.heroContentWrap{max-width:1200px;margin:0 auto;position:relative;z-index:2}
.privacyHero .mainTitle{font-size:3.2rem;color:#1D434D;margin:0 0 20px;font-weight:700;line-height:1.2}
.privacyHero .introText{font-size:1.15rem;color:#4a4a4a;line-height:1.7;max-width:780px}
.privacyHero .updateDate{display:inline-block;background:#f59f291f;color:#1D434D;padding:8px 20px;border-radius:25px;font-size:.95rem;margin-top:25px;font-weight:500}
.policyContentSection{background:#fff;padding:70px 20px}
.policyInnerWrap{max-width:900px;margin:0 auto}
.policyBlock{margin-bottom:50px;padding:35px;background:#F5F5F5;border-radius:30px;box-shadow:0 6px 20px #1d434d14;transition:transform .3s ease,box-shadow .3s ease}
.policyBlock:hover{transform:translateY(-3px);box-shadow:0 10px 30px #1d434d24}
.policyBlock .sectionHeading{font-size:1.8rem;color:#1D434D;margin:0 0 20px;font-weight:600;position:relative;padding-left:25px}
.policyBlock .sectionHeading::before{content:'';position:absolute;left:0;top:50%;transform:translateY(-50%);width:6px;height:30px;background:linear-gradient(180deg,#F59F29 0%,#d88820 100%);border-radius:20px}
.policyBlock .textContent{font-size:1.05rem;color:#333;line-height:1.8;margin-bottom:18px}
.policyBlock .textContent:last-child{margin-bottom:0}
.policyBlock ul{list-style:none;padding:0;margin:20px 0}
.policyBlock ul li{font-size:1.05rem;color:#333;line-height:1.8;margin-bottom:14px;padding-left:35px;position:relative}
.policyBlock ul li::before{content:'';position:absolute;left:0;top:10px;width:10px;height:10px;background:#F59F29;border-radius:50%;box-shadow:0 2px 6px #f59f294d}
.highlightBox{background:#1d434d0a;border-left:5px solid #1D434D;padding:25px 30px;margin:30px 0;border-radius:20px}
.highlightBox .boldText{font-weight:600;color:#1D434D;display:block;margin-bottom:12px;font-size:1.1rem}
.highlightBox .regularText{color:#4a4a4a;line-height:1.7;font-size:1.02rem}
.contactDetails{background:linear-gradient(135deg,#1D434D 0%,#2a5a67 100%);padding:40px;border-radius:30px;margin-top:50px;text-align:center;box-shadow:0 8px 25px #1d434d40}
.contactDetails .contactTitle{font-size:1.6rem;color:#fff;margin:0 0 20px;font-weight:600}
.contactDetails .contactInfo{font-size:1.05rem;color:#ffffffe6;line-height:1.8;margin-bottom:12px}
.contactDetails .emailLink{color:#F59F29;text-decoration:none;font-weight:500;transition:color .3s ease}
.contactDetails .emailLink:hover{color:#ffb347}
@media (max-width: 768px) {
.privacyHero{padding:60px 20px 45px}
.privacyHero .mainTitle{font-size:2.2rem}
.privacyHero .introText{font-size:1.05rem}
.policyContentSection{padding:50px 20px}
.policyBlock{padding:25px;margin-bottom:35px}
.policyBlock .sectionHeading{font-size:1.5rem}
.policyBlock .textContent,.policyBlock ul li{font-size:1rem}
.contactDetails{padding:30px 20px}
.contactDetails .contactTitle{font-size:1.4rem}
}
@media (max-width: 480px) {
.privacyHero .mainTitle{font-size:1.9rem}
.policyBlock{padding:20px;border-radius:25px}
.policyBlock .sectionHeading{font-size:1.3rem;padding-left:20px}
.policyBlock ul li{padding-left:28px}
}
.successMainContainer{max-width:1200px;margin:0 auto;padding:60px 20px}
.successHeroArea{display:flex;align-items:center;gap:60px;margin-bottom:80px;background:linear-gradient(135deg,#f5f5f566 0%,#f59f2914 100%);border-radius:32px;padding:50px;box-shadow:0 8px 24px #1d434d1f}
.successImageSide{flex:0 0 40%;position:relative}
.successImageHolder{width:100%;aspect-ratio:4/3;background:linear-gradient(135deg,#1D434D 0%,#1d434db3 100%);border-radius:28px;position:relative;overflow:hidden;box-shadow:0 12px 32px #1d434d33}
.successImageHolder::before{content:'';position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:120px;height:120px;background:#f59f2933;border-radius:50%;border:3px solid #f59f2999}
.successImageHolder::after{content:'';position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:64px;color:#F59F29;font-weight:700}
.successTextContent{flex:1}
.successIconBadge{display:inline-flex;align-items:center;gap:10px;background:#f59f2926;padding:8px 20px;border-radius:20px;margin-bottom:20px}
.successIconBadge::before{content:'';width:24px;height:24px;background:#F59F29;border-radius:50%;display:flex;align-items:center;justify-content:center}
.successIconBadge span{color:#1D434D;font-weight:600;font-size:14px;text-transform:uppercase;letter-spacing:.5px}
.successTextContent h1{font-size:42px;color:#1D434D;margin:0 0 24px;line-height:1.2;font-weight:700}
.successTextContent .descriptionParagraph{font-size:18px;line-height:1.7;color:#444;margin:0 0 20px}
.confirmationDetails{background:#fff;border-left:4px solid #F59F29;padding:24px;border-radius:16px;margin:30px 0;box-shadow:0 4px 12px #0000000f}
.confirmationDetails p{margin:0 0 12px;color:#1D434D;font-size:16px;line-height:1.6}
.confirmationDetails p:last-child{margin-bottom:0}
.confirmationDetails strong{color:#F59F29;font-weight:600}
.nextStepsArea{background:#F5F5F5;border-radius:24px;padding:40px;margin-top:50px}
.nextStepsArea h2{color:#1D434D;font-size:28px;margin:0 0 30px;text-align:center;position:relative;padding-bottom:16px}
.nextStepsArea h2::after{content:'';position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:80px;height:3px;background:linear-gradient(90deg,transparent,#F59F29,transparent)}
.stepsList{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px;margin-top:30px}
.stepItem{background:#fff;padding:28px;border-radius:20px;position:relative;transition:all .3s ease;border:2px solid transparent}
.stepItem:hover{transform:translateY(-4px);box-shadow:0 12px 28px #1d434d26;border-color:#f59f294d}
.stepNumber{width:48px;height:48px;background:linear-gradient(135deg,#1D434D,#1d434dcc);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:700;margin-bottom:16px;box-shadow:0 4px 12px #1d434d40}
.stepItem h3{color:#1D434D;font-size:20px;margin:0 0 12px;font-weight:600}
.stepItem p{color:#555;font-size:15px;line-height:1.6;margin:0}
.actionButtonsRow{display:flex;gap:20px;margin-top:40px;justify-content:center;flex-wrap:wrap}
.primaryActionBtn{background:#F59F29;color:#fff;padding:16px 40px;border-radius:28px;text-decoration:none;font-weight:600;font-size:16px;transition:all .3s ease;border:none;cursor:pointer;box-shadow:0 6px 20px #f59f294d}
.primaryActionBtn:hover{background:#1D434D;transform:translateY(-2px);box-shadow:0 8px 24px #1d434d59}
.secondaryActionBtn{background:transparent;color:#1D434D;padding:16px 40px;border-radius:28px;text-decoration:none;font-weight:600;font-size:16px;border:2px solid #1D434D;transition:all .3s ease;cursor:pointer}
.secondaryActionBtn:hover{background:#1D434D;color:#fff;transform:translateY(-2px)}
.supportInfoBox{background:linear-gradient(135deg,#1d434d0d,#f59f290d);border-radius:20px;padding:32px;margin-top:50px;text-align:center;border:1px solid #1d434d1a}
.supportInfoBox h3{color:#1D434D;font-size:22px;margin:0 0 16px;font-weight:600}
.supportInfoBox p{color:#555;font-size:16px;line-height:1.6;margin:0 0 20px}
.contactDetailsGrid{display:flex;gap:30px;justify-content:center;flex-wrap:wrap;margin-top:24px}
.contactDetailItem{display:flex;align-items:center;gap:12px;color:#1D434D;font-size:15px}
.contactDetailItem::before{content:'';width:36px;height:36px;background:#F59F29;border-radius:50%;display:block;flex-shrink:0}
.contactDetailItem.emailItem::before{background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="white"><path d="M20 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 4l-8 5-8-5V6l8 5 8-5v2z"/></svg>') center/20px no-repeat #F59F29}
.contactDetailItem.phoneItem::before{background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="white"><path d="M6.62 10.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24 1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1-9.39 0-17-7.61-17-17 0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.25.2 2.45.57 3.57.11.35.03.74-.25 1.02l-2.2 2.2z"/></svg>') center/20px no-repeat #F59F29}
.contactDetailItem a{color:#1D434D;text-decoration:none;font-weight:500;transition:color .3s ease}
.contactDetailItem a:hover{color:#F59F29}
@media (max-width: 968px) {
.successHeroArea{flex-direction:column;gap:40px;padding:40px 30px}
.successImageSide{flex:0 0 100%;max-width:400px}
.successTextContent h1{font-size:36px}
.stepsList{grid-template-columns:1fr}
.actionButtonsRow{flex-direction:column}
.primaryActionBtn,.secondaryActionBtn{width:100%;text-align:center}
.contactDetailsGrid{flex-direction:column;align-items:center}
}
@media (max-width: 640px) {
.successMainContainer{padding:40px 16px}
.successHeroArea{padding:30px 20px;margin-bottom:50px}
.successTextContent h1{font-size:28px}
.successTextContent .descriptionParagraph{font-size:16px}
.nextStepsArea{padding:30px 20px}
.nextStepsArea h2{font-size:24px}
.stepItem{padding:24px}
.supportInfoBox{padding:24px 20px}
}