html{box-sizing:border-box;font-size:16px}
body{margin:0;padding:0;font-family:'PT Serif',serif;background:linear-gradient(135deg,#FFF6ED 0%,#FFF 100%);color:#1D1205;line-height:1.6}
*,:before,:after{box-sizing:inherit}
.SiteHeader{position:relative;width:100%;background:#FFF;box-shadow:0 4px 12px #1d120514}
.BannerSection{width:100%;background:linear-gradient(90deg,#1d120508 0%,#fd621608 100%);padding:24px 0;text-align:center;position:relative;overflow:hidden}
.BannerText{font-size:48px;font-weight:700;color:#1d12051f;letter-spacing:6px;text-transform:uppercase}
.HeaderContent{width:100%;background:#FFF;padding:20px 0}
.HeaderInner{max-width:1000px;margin:0 auto;padding:0 20px;display:flex;align-items:center;justify-content:space-between;gap:40px}
.LogoContainer{flex-shrink:0}
.LogoLink{display:block;text-decoration:none}
.LogoImage{width:120px;height:120px;display:block;border-radius:8px;box-shadow:0 2px 8px #1d12051a;background:#FFF;padding:8px}
.MainNav{display:flex;align-items:center;gap:32px;flex-wrap:wrap}
.MainNav .NavLink{font-size:17px;font-weight:400;color:#1D1205;text-decoration:none;padding:8px 16px;border-radius:6px;transition:background-color .2s ease,color .2s ease}
.MainNav .NavLink:hover{background-color:#fd621614;color:#FD6216}
.SiteFooter{width:100%;background:linear-gradient(135deg,#1D1205 0%,#3A2410 100%);color:#FFF6ED;padding:48px 0 24px;margin-top:80px}
.FooterInner{max-width:1000px;margin:0 auto;padding:0 20px;display:flex;flex-direction:row;justify-content:space-between;gap:40px;flex-wrap:wrap}
.FooterBlock{flex:1;min-width:200px}
.CompanyInfo{display:flex;flex-direction:column;gap:16px}
.CompanyDetail{display:flex;align-items:flex-start;gap:12px;font-size:15px;line-height:1.5}
.CompanyDetail i{font-size:20px;color:#FD6216;flex-shrink:0;margin-top:2px}
.FooterNav{display:flex;flex-direction:column;gap:12px}
.FooterLink{color:#FFF6ED;text-decoration:none;font-size:15px;transition:color .2s ease}
.FooterLink:hover{color:#FD6216}
.CopyrightText{font-size:14px;color:#fff6edb3;margin-top:8px}
.CookiePopup{position:fixed;top:24px;left:24px;width:420px;max-width:calc(100vw - 48px);background:#FFF;border-radius:12px;box-shadow:0 8px 24px #1d120529;z-index:10000;display:none}
.CookiePopup[data-consent-state="pending"]{display:block}
.CookieContainer{padding:24px}
.CookieTabBar{display:flex;gap:8px;margin-bottom:20px;border-bottom:2px solid #1d12051a}
.TabButton{background:transparent;border:none;padding:10px 20px;font-family:'PT Serif',serif;font-size:15px;color:#1D1205;cursor:pointer;border-bottom:2px solid transparent;margin-bottom:-2px;transition:color .2s ease,border-color .2s ease}
.TabButton:hover{color:#FD6216}
.TabButton.active-tab{color:#FD6216;border-bottom-color:#FD6216}
.CookieContent{margin-bottom:20px}
.TabPanel{display:none}
.TabPanel.active-panel{display:block}
.CookieText{font-size:15px;line-height:1.6;color:#1D1205;margin:0}
.CategoryList{display:flex;flex-direction:column;gap:16px}
.CategoryItem{border-left:3px solid #fd621633;padding-left:12px}
.CategoryLabel{display:flex;align-items:center;gap:10px;font-size:15px;font-weight:700;color:#1D1205;cursor:pointer;margin-bottom:6px}
.CategoryCheck{width:18px;height:18px;cursor:pointer}
.CategoryCheck:disabled{cursor:not-allowed}
.CategoryDesc{font-size:14px;color:#1d1205b3;margin:0;line-height:1.5}
.PolicyAccess{display:flex;align-items:center;gap:8px;margin-top:16px;padding-top:16px;border-top:1px solid #1d12051a}
.PolicyAccess i{font-size:20px;color:#FD6216}
.PolicyLink{font-size:14px;color:#FD6216;text-decoration:none}
.PolicyLink:hover{text-decoration:underline}
.CookieActions{display:flex;gap:12px;justify-content:flex-end}
.BtnConsent{padding:10px 24px;font-family:'PT Serif',serif;font-size:15px;border-radius:6px;cursor:pointer;transition:background-color .2s ease,border-color .2s ease,color .2s ease}
.BtnAccept{background:transparent;border:2px solid #FD6216;color:#FD6216}
.BtnAccept:hover{background:#fd621614}
.BtnDecline{background:transparent;border:2px solid #1D1205;color:#1D1205}
.BtnDecline:hover{background:#1d12050d}
.PreferenceToggle{position:fixed;bottom:24px;left:24px;width:56px;height:56px;background:#FD6216;border:none;border-radius:50%;box-shadow:0 4px 12px #fd62164d;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:9999;transition:transform .2s ease,box-shadow .2s ease}
.PreferenceToggle:hover{transform:scale(1.05);box-shadow:0 6px 16px #fd621666}
.PreferenceToggle i{font-size:28px;color:#FFF}
@media (max-width: 768px) {
.BannerText{font-size:32px;letter-spacing:4px}
.HeaderInner{flex-direction:column;gap:20px}
.LogoImage{width:90px;height:90px}
.MainNav{width:100%;justify-content:center;gap:16px}
.MainNav .NavLink{font-size:15px;padding:6px 12px}
.FooterInner{flex-direction:column;gap:32px}
.FooterBlock{min-width:100%}
.CookiePopup{width:calc(100vw - 32px);left:16px;top:16px}
.CookieContainer{padding:20px}
.CookieActions{flex-direction:column}
.BtnConsent{width:100%}
}
@media (max-width: 480px) {
.BannerText{font-size:24px;letter-spacing:2px}
.MainNav{flex-direction:column;width:100%}
.MainNav .NavLink{width:100%;text-align:center}
}
.legal-content{max-width:1000px;margin:0 auto;padding:60px 20px;background:#FFF;color:#1D1205;font-size:16px;line-height:1.8}
.legal-content h1{font-size:2.5rem;font-weight:700;color:#1D1205;margin-bottom:40px;line-height:1.3;border-bottom:3px solid #FD6216;padding-bottom:20px}
.legal-content h2{font-size:2rem;font-weight:600;color:#1D1205;margin-top:50px;margin-bottom:25px;line-height:1.4}
.legal-content h3{font-size:1.5rem;font-weight:600;color:#1D1205;margin-top:35px;margin-bottom:20px;line-height:1.4}
.legal-content h4{font-size:1.25rem;font-weight:600;color:#1D1205;margin-top:30px;margin-bottom:15px;line-height:1.4}
.legal-content h5{font-size:1.1rem;font-weight:600;color:#1D1205;margin-top:25px;margin-bottom:12px;line-height:1.4}
.legal-content h6{font-size:1rem;font-weight:600;color:#1D1205;margin-top:20px;margin-bottom:10px;line-height:1.4}
.legal-content p{margin-bottom:20px;color:#1D1205;font-size:16px;line-height:1.8}
.legal-content ul{margin:20px 0;padding-left:0;list-style:none}
.legal-content ul li{position:relative;padding-left:30px;margin-bottom:12px;line-height:1.8;color:#1D1205}
.legal-content ul li::before{content:"";position:absolute;left:0;top:12px;width:8px;height:8px;background:linear-gradient(135deg,#FD6216,#FD6216);border-radius:2px}
.legal-content ol{margin:20px 0;padding-left:30px;list-style:none;counter-reset:policy-counter}
.legal-content ol li{position:relative;padding-left:15px;margin-bottom:12px;line-height:1.8;color:#1D1205;counter-increment:policy-counter}
.legal-content ol li::before{content:counter(policy-counter) ".";position:absolute;left:-30px;font-weight:600;color:#FD6216}
.legal-content ul ul,.legal-content ol ol,.legal-content ul ol,.legal-content ol ul{margin-top:12px;margin-bottom:12px}
.legal-content strong,.legal-content b{font-weight:600;color:#1D1205}
.legal-content em,.legal-content i{font-style:italic;color:#1D1205}
.legal-content a{color:#FD6216;text-decoration:none;border-bottom:1px solid transparent;transition:border-color .3s ease,color .3s ease}
.legal-content a:hover{color:#1D1205;border-bottom-color:#1D1205}
.legal-content a:focus{outline:2px solid #FD6216;outline-offset:2px;border-radius:2px}
.legal-content table{width:100%;margin:30px 0;border-collapse:collapse;background:#FFF;box-shadow:0 2px 8px #1d120514;border-radius:8px;overflow:hidden}
.legal-content thead{background:linear-gradient(135deg,#1D1205,#3D2A15)}
.legal-content thead tr th{padding:16px 20px;text-align:left;font-weight:600;color:#FFF6ED;font-size:15px;border-bottom:2px solid #FD6216}
.legal-content tbody tr{border-bottom:1px solid #F0E8DC;transition:background-color .2s ease}
.legal-content tbody tr:hover{background-color:#FFF6ED}
.legal-content tbody tr:last-child{border-bottom:none}
.legal-content tbody tr td{padding:14px 20px;color:#1D1205;font-size:15px;line-height:1.6}
.legal-content th{font-weight:600}
.legal-content hr{margin:40px 0;border:none;height:2px;background:linear-gradient(90deg,transparent,#FD6216,transparent)}
.legal-content div{margin-bottom:20px}
.legal-content blockquote{margin:30px 0;padding:20px 25px;background:#FFF6ED;border-left:4px solid #FD6216;border-radius:0 8px 8px 0;font-style:italic;color:#1D1205}
.legal-content code{background:#FFF6ED;padding:2px 6px;border-radius:4px;font-family:monospace;font-size:14px;color:#1D1205}
.legal-content pre{background:#FFF6ED;padding:20px;border-radius:8px;overflow-x:auto;margin:20px 0}
.legal-content pre code{background:none;padding:0}
@media (max-width: 768px) {
.legal-content{padding:40px 16px;font-size:15px}
.legal-content h1{font-size:2rem;margin-bottom:30px}
.legal-content h2{font-size:1.6rem;margin-top:40px;margin-bottom:20px}
.legal-content h3{font-size:1.3rem;margin-top:30px;margin-bottom:16px}
.legal-content h4{font-size:1.15rem}
.legal-content table{font-size:14px}
.legal-content thead tr th{padding:12px 14px;font-size:14px}
.legal-content tbody tr td{padding:10px 14px;font-size:14px}
.legal-content ul li{padding-left:25px}
.legal-content ol{padding-left:25px}
}
@media (max-width: 480px) {
.legal-content{padding:30px 12px;font-size:14px}
.legal-content h1{font-size:1.75rem}
.legal-content h2{font-size:1.4rem}
.legal-content h3{font-size:1.2rem}
.legal-content table{display:block;overflow-x:auto;white-space:nowrap}
}
.InfraHero{position:relative;max-width:1000px;margin:0 auto 4rem;padding:3rem 1.5rem;overflow:hidden}
.InfraHero .tilt-frame{position:relative;transform:rotate(-2deg);margin:0 0 2rem}
.InfraHero .tilt-frame img{width:100%;height:420px;object-fit:cover;display:block;border-radius:8px;box-shadow:0 12px 32px #1d120526}
.InfraHero .shape-accent{position:absolute;top:-20px;right:-20px;width:120px;height:120px;background:linear-gradient(135deg,#FD6216,#FFF6ED);border-radius:50%;opacity:.3;z-index:-1}
.InfraHero .content-wrap{max-width:720px;margin:0 auto}
.InfraHero .MainTitle{font-size:2.8rem;line-height:1.15;color:#1D1205;margin:0 0 1.2rem;font-weight:700}
.InfraHero .intro-text{font-size:1.15rem;line-height:1.7;color:#4a4a4a;margin:0}
.ServerGrid{max-width:1000px;margin:0 auto 5rem;padding:0 1.5rem}
.ServerGrid .section-lead{font-size:1.35rem;line-height:1.6;color:#1D1205;margin:0 0 3rem;max-width:680px}
.ServerGrid .grid-layout{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-bottom:3rem}
.ServerGrid .infra-card{background:#FFF6ED;padding:2rem 1.8rem;border-radius:12px;border-left:4px solid #FD6216;transition:transform .3s ease,box-shadow .3s ease}
.ServerGrid .infra-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #fd621626}
.ServerGrid .infra-card .card-icon{width:48px;height:48px;margin-bottom:1.2rem}
.ServerGrid .infra-card .card-title{font-size:1.4rem;font-weight:600;color:#1D1205;margin:0 0 .8rem}
.ServerGrid .infra-card .card-desc{font-size:1rem;line-height:1.65;color:#4a4a4a;margin:0}
.ServerGrid .visual-showcase{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-bottom:3rem}
.ServerGrid .showcase-img{width:100%;height:280px;object-fit:cover;border-radius:8px;box-shadow:0 6px 20px #1d12051f}
.ServerGrid .profile-section{background:linear-gradient(135deg,#1D1205,#3a2e1a);padding:2.5rem;border-radius:16px;display:flex;align-items:center;gap:2rem;box-shadow:0 8px 28px #1d120533}
.ServerGrid .profile-section .expert-photo{width:140px;height:140px;border-radius:50%;object-fit:cover;border:4px solid #FD6216;flex-shrink:0}
.ServerGrid .profile-section .expert-details{flex:1}
.ServerGrid .profile-section .expert-name{font-size:1.5rem;font-weight:600;color:#FFF6ED;margin:0 0 .5rem}
.ServerGrid .profile-section .expert-role{font-size:1.05rem;color:#FD6216;margin:0 0 1rem}
.ServerGrid .profile-section .expert-note{font-size:1rem;line-height:1.6;color:#FFF6ED;margin:0;opacity:.9}
.ServerGrid .tech-divider{width:100%;height:2px;background:linear-gradient(to right,transparent,#FD6216,transparent);margin:3rem 0}
.ServerGrid .metric-row{display:flex;justify-content:space-between;gap:2rem;flex-wrap:wrap}
.ServerGrid .metric-box{flex:1;min-width:200px;background:#FFF6ED;padding:1.8rem;border-radius:8px;text-align:center;border-top:3px solid #FD6216}
.ServerGrid .metric-box .metric-value{font-size:2.2rem;font-weight:700;color:#1D1205;margin:0 0 .5rem}
.ServerGrid .metric-box .metric-label{font-size:.95rem;color:#4a4a4a;margin:0}
@media (max-width: 768px) {
.InfraHero .MainTitle{font-size:2.2rem}
.InfraHero .tilt-frame img{height:320px}
.ServerGrid .visual-showcase{grid-template-columns:1fr}
.ServerGrid .profile-section{flex-direction:column;text-align:center}
.ServerGrid .metric-row{flex-direction:column}
.ServerGrid .metric-box{min-width:100%}
}
@media (max-width: 480px) {
.InfraHero{padding:2rem 1rem}
.InfraHero .MainTitle{font-size:1.8rem}
.InfraHero .intro-text{font-size:1rem}
.ServerGrid{padding:0 1rem}
.ServerGrid .grid-layout{grid-template-columns:1fr}
}
.MainHeroZone{background:linear-gradient(165deg,#FFF6ED 0%,#fff 48%,#FFF6ED 100%);padding:0;overflow:hidden}
.MainHeroZone .hero-inner-wrap{max-width:1000px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center;padding:80px 20px 60px}
.MainHeroZone .content-side h1{font-size:2.8rem;line-height:1.15;color:#1D1205;margin:0 0 20px;font-weight:700}
.MainHeroZone .content-side .intro-description{font-size:1.1rem;line-height:1.65;color:#4a4034;margin:0 0 32px}
.MainHeroZone .visual-side img{width:100%;height:400px;object-fit:cover;border-radius:16px;box-shadow:0 8px 24px #1d12051f}
.wave-divider-shape{width:100%;height:80px;background:linear-gradient(180deg,#FFF6ED 0%,transparent 100%);position:relative}
.wave-divider-shape svg{position:absolute;bottom:0;left:0;width:100%;height:100%}
.CompetitiveSection{padding:90px 20px;background:#fff}
.CompetitiveSection .section-container{max-width:1000px;margin:0 auto}
.CompetitiveSection .heading-area{text-align:center;margin-bottom:60px}
.CompetitiveSection .heading-area h2{font-size:2.3rem;color:#1D1205;margin:0 0 16px;position:relative;display:inline-block}
.CompetitiveSection .heading-area h2::after{content:'';position:absolute;bottom:-8px;left:50%;transform:translateX(-50%);width:60px;height:3px;background:linear-gradient(90deg,#FD6216,#ff8a4d);border-radius:2px}
.CompetitiveSection .heading-area .subtitle-text{font-size:1.05rem;color:#5a4d3e;line-height:1.6}
.advantage-grid-layout{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}
.advantage-card-item{background:linear-gradient(135deg,#FFF6ED 0%,#fff 100%);padding:36px 28px;border-radius:12px;border:1px solid #f5e8da;transition:all .3s ease}
.advantage-card-item:hover{transform:translateY(-4px);box-shadow:0 12px 28px #fd62161f;border-color:#FD6216}
.advantage-card-item .icon-holder{width:54px;height:54px;background:linear-gradient(135deg,#FD6216,#ff7a35);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:22px}
.advantage-card-item .icon-holder i{font-size:26px;color:#fff}
.advantage-card-item h3{font-size:1.3rem;color:#1D1205;margin:0 0 12px;font-weight:600}
.advantage-card-item .desc-text{font-size:.98rem;line-height:1.65;color:#5a4d3e;margin:0}
.OpportunitiesBlock{padding:80px 20px;background:linear-gradient(180deg,#1D1205 0%,#2a1f0f 100%);position:relative}
.OpportunitiesBlock .inner-container{max-width:1000px;margin:0 auto}
.OpportunitiesBlock .title-zone{margin-bottom:50px}
.OpportunitiesBlock .title-zone h2{font-size:2.2rem;color:#FFF6ED;margin:0 0 18px}
.OpportunitiesBlock .title-zone .intro-para{font-size:1.05rem;color:#e8d5bf;line-height:1.7;max-width:700px}
.opportunities-list-wrap{display:flex;flex-direction:column;gap:20px}
.opportunity-row{background:#fff6ed0f;padding:32px;border-radius:10px;border-left:4px solid #FD6216;display:flex;align-items:flex-start;gap:24px;transition:background .3s ease}
.opportunity-row:hover{background:#fff6ed1a}
.opportunity-row .number-badge{width:42px;height:42px;background:#FD6216;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:1.2rem;font-weight:700;color:#FFF6ED;flex-shrink:0}
.opportunity-row .content-detail h4{font-size:1.2rem;color:#FFF6ED;margin:0 0 10px;font-weight:600}
.opportunity-row .content-detail p{font-size:.98rem;line-height:1.65;color:#ddc9b3;margin:0}
.ExpertiseSourceBlock{padding:85px 20px;background:#fff}
.ExpertiseSourceBlock .wrapper-content{max-width:1000px;margin:0 auto;display:grid;grid-template-columns:45% 50%;gap:60px;align-items:center}
.ExpertiseSourceBlock .image-column img{width:100%;height:450px;object-fit:cover;border-radius:16px;box-shadow:0 10px 30px #1d120526}
.ExpertiseSourceBlock .text-column h2{font-size:2.1rem;color:#1D1205;margin:0 0 24px;line-height:1.25}
.ExpertiseSourceBlock .text-column .description-block{font-size:1.02rem;line-height:1.7;color:#4a4034;margin-bottom:30px}
.expertise-features-list{display:flex;flex-direction:column;gap:16px}
.feature-point-item{display:flex;align-items:flex-start;gap:14px}
.feature-point-item i{font-size:22px;color:#FD6216;margin-top:2px}
.feature-point-item .feature-text{font-size:1rem;color:#5a4d3e;line-height:1.6;margin:0}
.CommunityEngagement{padding:80px 20px;background:linear-gradient(145deg,#FFF6ED 0%,#fff 100%)}
.CommunityEngagement .main-wrapper{max-width:1000px;margin:0 auto}
.CommunityEngagement .header-section{text-align:center;margin-bottom:55px}
.CommunityEngagement .header-section h2{font-size:2.2rem;color:#1D1205;margin:0 0 16px}
.CommunityEngagement .header-section .tagline-sub{font-size:1.04rem;color:#5a4d3e;line-height:1.65}
.community-showcase-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:36px}
.community-card-element{background:#fff;border-radius:14px;padding:0;overflow:hidden;box-shadow:0 4px 16px #1d120514;transition:transform .3s ease,box-shadow .3s ease}
.community-card-element:hover{transform:translateY(-6px);box-shadow:0 14px 32px #fd621629}
.community-card-element .visual-area{width:100%;height:220px;overflow:hidden}
.community-card-element .visual-area img{width:100%;height:100%;object-fit:cover}
.community-card-element .text-area{padding:30px 26px}
.community-card-element .text-area h3{font-size:1.25rem;color:#1D1205;margin:0 0 12px;font-weight:600}
.community-card-element .text-area .description-content{font-size:.98rem;line-height:1.65;color:#5a4d3e;margin:0}
.DirectionsShowcase{padding:90px 20px;background:#fff}
.DirectionsShowcase .container-main{max-width:1000px;margin:0 auto}
.DirectionsShowcase .top-heading-zone{margin-bottom:60px}
.DirectionsShowcase .top-heading-zone h2{font-size:2.3rem;color:#1D1205;margin:0 0 20px;text-align:center}
.DirectionsShowcase .top-heading-zone .description-intro{font-size:1.05rem;color:#5a4d3e;line-height:1.7;text-align:center;max-width:750px;margin:0 auto}
.directions-flex-container{display:flex;flex-direction:column;gap:28px}
.direction-item-row{background:linear-gradient(100deg,#FFF6ED 0%,#fff 100%);border-radius:12px;padding:40px 36px;border:2px solid #f5e8da;display:flex;align-items:flex-start;gap:30px;transition:all .3s ease}
.direction-item-row:hover{border-color:#FD6216;box-shadow:0 8px 20px #fd62161f}
.direction-item-row .icon-wrapper{width:60px;height:60px;background:linear-gradient(135deg,#FD6216,#ff8a4d);border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.direction-item-row .icon-wrapper i{font-size:28px;color:#FFF6ED}
.direction-item-row .text-content h3{font-size:1.35rem;color:#1D1205;margin:0 0 12px;font-weight:600}
.direction-item-row .text-content p{font-size:1rem;line-height:1.7;color:#5a4d3e;margin:0}
.TestimonialSection{padding:80px 20px;background:linear-gradient(165deg,#1D1205 0%,#2d2110 100%)}
.TestimonialSection .testimonial-wrapper{max-width:1000px;margin:0 auto}
.TestimonialSection .section-title-area{text-align:center;margin-bottom:50px}
.TestimonialSection .section-title-area h2{font-size:2.2rem;color:#FFF6ED;margin:0 0 14px}
.TestimonialSection .section-title-area .subtitle-line{font-size:1.04rem;color:#e8d5bf;line-height:1.6}
.testimonials-grid-view{display:grid;grid-template-columns:repeat(2,1fr);gap:32px}
.testimonial-card-box{background:#fff6ed0f;border-radius:12px;padding:32px 28px;border:1px solid #fd621633;transition:all .3s ease}
.testimonial-card-box:hover{background:#fff6ed1a;border-color:#FD6216}
.testimonial-card-box .author-info{display:flex;align-items:center;gap:16px;margin-bottom:20px}
.testimonial-card-box .author-info img{width:56px;height:56px;border-radius:50%;object-fit:cover;border:2px solid #FD6216}
.testimonial-card-box .author-info .author-details h4{font-size:1.1rem;color:#FFF6ED;margin:0 0 4px;font-weight:600}
.testimonial-card-box .author-info .author-details .role-label{font-size:.92rem;color:#ddc9b3}
.testimonial-card-box .quote-content{font-size:1rem;line-height:1.7;color:#e8d5bf;margin:0;font-style:italic}
@media (max-width: 768px) {
.MainHeroZone .hero-inner-wrap{grid-template-columns:1fr;gap:40px;padding:60px 20px 40px}
.MainHeroZone .content-side h1{font-size:2.2rem}
.MainHeroZone .visual-side img{height:300px}
.advantage-grid-layout{grid-template-columns:1fr;gap:20px}
.ExpertiseSourceBlock .wrapper-content{grid-template-columns:1fr;gap:40px}
.ExpertiseSourceBlock .image-column img{height:320px}
.community-showcase-grid{grid-template-columns:1fr;gap:24px}
.testimonials-grid-view{grid-template-columns:1fr;gap:24px}
.CompetitiveSection .heading-area h2,.OpportunitiesBlock .title-zone h2,.ExpertiseSourceBlock .text-column h2,.CommunityEngagement .header-section h2,.DirectionsShowcase .top-heading-zone h2,.TestimonialSection .section-title-area h2{font-size:1.9rem}
}
@media (max-width: 480px) {
.MainHeroZone .content-side h1{font-size:1.85rem}
.advantage-card-item{padding:28px 22px}
.opportunity-row{flex-direction:column;padding:24px}
.direction-item-row{flex-direction:column;padding:28px 24px}
}
.ContactHero-outer{position:relative;max-width:1000px;margin:0 auto;padding:80px 20px 60px}
.ContactHero-inner{display:flex;align-items:center;gap:60px}
.HeroContent-block{flex:1;z-index:2}
.HeroContent-block h1{font-size:42px;color:#1D1205;margin:0 0 20px;line-height:1.2}
.HeroContent-block .lead-text{font-size:18px;color:#1D1205;line-height:1.6;opacity:.85}
.HeroImage-container{position:relative;flex:1;max-width:450px}
.HeroImage-container img{width:100%;height:auto;border-radius:8px;display:block;box-shadow:0 8px 24px #1d120526}
.HeroImage-container::before{content:'';position:absolute;top:-20px;right:-40px;width:120px;height:120px;background:radial-gradient(circle,#fd62164d,transparent);border-radius:50%;filter:blur(30px);z-index:-1}
.ContactMethods-wrapper{max-width:1000px;margin:0 auto;padding:60px 20px}
.ContactMethods-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px}
.ContactCard-item{background:linear-gradient(135deg,#FFF6ED 0%,#fff 100%);padding:35px 30px;border-radius:12px;border:1px solid #fd621626;transition:all .3s ease}
.ContactCard-item:hover{transform:translateY(-4px);box-shadow:0 12px 28px #1d12051f;border-color:#fd62164d}
.ContactCard-item .icon-holder{width:52px;height:52px;background:linear-gradient(135deg,#FD6216,#ff8040);border-radius:10px;display:flex;align-items:center;justify-content:center;margin-bottom:20px}
.ContactCard-item .icon-holder i{font-size:26px;color:#fff}
.ContactCard-item h3{font-size:20px;color:#1D1205;margin:0 0 12px}
.ContactCard-item .detail-text{font-size:16px;color:#1D1205;opacity:.75;line-height:1.6;margin:0 0 8px}
.ContactCard-item a{color:#FD6216;text-decoration:none;font-weight:500;transition:opacity .2s ease}
.ContactCard-item a:hover{opacity:.8}
.FormSection-outer{background:linear-gradient(180deg,#FFF6ED 0%,#fff 100%);padding:70px 20px}
.FormSection-inner{max-width:680px;margin:0 auto}
.FormSection-inner h2{font-size:36px;color:#1D1205;margin:0 0 16px;text-align:center}
.FormSection-inner .subtitle-text{font-size:17px;color:#1D1205;opacity:.75;text-align:center;margin:0 0 50px;line-height:1.6}
.ContactForm-block{background:#fff;padding:45px 40px;border-radius:16px;box-shadow:0 4px 20px #1d120514}
.FormField-group{margin-bottom:26px}
.FormField-group label{display:block;font-size:15px;font-weight:600;color:#1D1205;margin-bottom:8px}
.FormField-group input[type="text"],.FormField-group input[type="email"],.FormField-group input[type="tel"]{width:100%;padding:14px 16px;border:2px solid #1d120526;border-radius:8px;font-size:16px;color:#1D1205;transition:all .3s ease;box-sizing:border-box}
.FormField-group input:focus{outline:none;border-color:#FD6216;box-shadow:0 0 0 3px #fd62161a}
.TimePreference-wrapper{margin-bottom:26px}
.TimePreference-wrapper label{display:block;font-size:15px;font-weight:600;color:#1D1205;margin-bottom:12px}
.TimeOptions-list{display:flex;gap:12px;flex-wrap:wrap}
.TimeOptions-list input[type="radio"]{display:none}
.TimeOptions-list input[type="radio"] + span{display:inline-block;padding:10px 20px;background:#FFF6ED;border:2px solid #fd621633;border-radius:6px;font-size:15px;color:#1D1205;cursor:pointer;transition:all .3s ease}
.TimeOptions-list input[type="radio"]:checked + span{background:linear-gradient(135deg,#FD6216,#ff8040);border-color:#FD6216;color:#fff}
.TimeOptions-list input[type="radio"] + span:hover{border-color:#FD6216}
.PrivacyConsent-block{margin-bottom:26px}
.PrivacyConsent-block input[type="checkbox"]{display:none}
.PrivacyConsent-block label{display:flex;align-items:flex-start;gap:12px;cursor:pointer;font-size:14px;color:#1D1205;opacity:.8}
.PrivacyConsent-block label::before{content:'';display:inline-block;width:20px;height:20px;border:2px solid #1d12054d;border-radius:4px;flex-shrink:0;margin-top:2px;transition:all .3s ease}
.PrivacyConsent-block input[type="checkbox"]:checked + label::before{background:linear-gradient(135deg,#FD6216,#ff8040);border-color:#FD6216;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-block a{color:#FD6216;text-decoration:none}
.PrivacyConsent-block a:hover{text-decoration:underline}
.SubmitButton-wrapper{text-align:center}
.SubmitButton-wrapper button{padding:16px 50px;background:linear-gradient(135deg,#FD6216,#ff8040);color:#fff;border:none;border-radius:8px;font-size:17px;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #fd62164d}
.SubmitButton-wrapper button:hover{transform:translateY(-2px);box-shadow:0 6px 18px #fd621666}
.SubmitButton-wrapper button:active{transform:translateY(0)}
.LocationDetails-section{max-width:1000px;margin:0 auto;padding:70px 20px}
.LocationDetails-section h2{font-size:36px;color:#1D1205;margin:0 0 45px;text-align:center}
.AddressCard-holder{background:linear-gradient(135deg,#FFF6ED 0%,#fff 100%);padding:45px 40px;border-radius:16px;border:2px solid #fd621626;max-width:600px;margin:0 auto}
.AddressCard-holder .address-icon{width:60px;height:60px;background:linear-gradient(135deg,#FD6216,#ff8040);border-radius:12px;display:flex;align-items:center;justify-content:center;margin:0 auto 25px}
.AddressCard-holder .address-icon i{font-size:30px;color:#fff}
.AddressCard-holder .address-title{font-size:22px;color:#1D1205;margin:0 0 18px;text-align:center;font-weight:600}
.AddressCard-holder .address-line{font-size:17px;color:#1D1205;opacity:.8;text-align:center;line-height:1.7;margin:0}
.HoursAvailability-wrapper{background:#1D1205;color:#FFF6ED;padding:60px 20px}
.HoursAvailability-inner{max-width:800px;margin:0 auto;text-align:center}
.HoursAvailability-inner h2{font-size:34px;color:#FFF6ED;margin:0 0 30px}
.HoursAvailability-inner .availability-text{font-size:18px;line-height:1.7;opacity:.9;margin:0 0 35px}
.ResponseTime-display{display:inline-flex;align-items:center;gap:15px;background:#fd621626;padding:20px 35px;border-radius:10px;border:1px solid #fd62164d}
.ResponseTime-display i{font-size:32px;color:#FD6216}
.ResponseTime-display span{font-size:19px;font-weight:600;color:#FFF6ED}
@media (max-width: 768px) {
.ContactHero-inner{flex-direction:column;gap:40px}
.HeroContent-block h1{font-size:32px}
.HeroImage-container{max-width:100%}
.HeroImage-container::before{right:-20px;width:80px;height:80px}
.ContactMethods-grid{grid-template-columns:1fr}
.FormSection-inner h2{font-size:28px}
.ContactForm-block{padding:35px 25px}
.TimeOptions-list{flex-direction:column}
.TimeOptions-list input[type="radio"] + span{display:block;text-align:center}
.LocationDetails-section h2{font-size:28px}
.AddressCard-holder{padding:35px 25px}
.HoursAvailability-inner h2{font-size:26px}
}
@media (min-width: 769px) and (max-width: 1024px) {
.ContactHero-inner{gap:40px}
.HeroContent-block h1{font-size:36px}
.ContactMethods-grid{grid-template-columns:repeat(2,1fr)}
}
.HeaderPane{background:linear-gradient(135deg,#FFF6ED 0%,#FD6216 100%);position:relative;overflow:hidden;padding:0}
.HeaderPane::before{content:'';position:absolute;top:-50%;right:-20%;width:70%;height:200%;background:radial-gradient(circle,#fd621633 0%,transparent 70%);transform:rotate(-15deg)}
.pane-wrapper{max-width:1000px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center;padding:80px 20px;position:relative;z-index:1}
.pane-content h1{font-size:2.8rem;color:#1D1205;margin:0 0 20px;line-height:1.2;font-weight:700}
.pane-content .tagline-text{font-size:1.1rem;color:#1D1205;margin:0 0 35px;line-height:1.6;opacity:.85}
.header-cta-group{display:flex;gap:15px;flex-wrap:wrap}
.btn-primary-hero{background:#1D1205;color:#FFF6ED;padding:14px 32px;border-radius:8px;text-decoration:none;font-weight:600;transition:all .3s ease;display:inline-block;border:2px solid #1D1205}
.btn-primary-hero:hover{background:transparent;color:#1D1205;transform:translateY(-2px);box-shadow:0 6px 20px #1d120526}
.btn-secondary-hero{background:transparent;color:#1D1205;padding:14px 32px;border-radius:8px;text-decoration:none;font-weight:600;transition:all .3s ease;display:inline-block;border:2px solid #1D1205}
.btn-secondary-hero:hover{background:#1D1205;color:#FFF6ED;transform:translateY(-2px);box-shadow:0 6px 20px #1d120526}
.pane-visual{position:relative}
.pane-visual img{width:100%;height:450px;object-fit:cover;border-radius:16px;box-shadow:0 12px 40px #1d120533}
@media (max-width: 768px) {
.pane-wrapper{grid-template-columns:1fr;gap:40px;padding:60px 20px}
.pane-content h1{font-size:2.2rem}
.pane-visual img{height:350px}
}
.ServiceGrid{background:#FFF6ED;padding:100px 20px}
.grid-container{max-width:1000px;margin:0 auto}
.grid-container h2{font-size:2.4rem;color:#1D1205;margin:0 0 50px;text-align:center}
.service-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}
.service-card{background:#fff;border-radius:12px;padding:35px;box-shadow:0 4px 12px #1d120514;transition:all .3s ease;position:relative}
.service-card::before{content:'';position:absolute;top:0;left:0;width:4px;height:0;background:linear-gradient(180deg,#FD6216,#1D1205);border-radius:12px 0 0 12px;transition:height .3s ease}
.service-card:hover::before{height:100%}
.service-card:hover{transform:translateY(-8px);box-shadow:0 12px 30px #fd621633}
.card-icon{width:50px;height:50px;background:linear-gradient(135deg,#FD6216,#1D1205);border-radius:10px;display:flex;align-items:center;justify-content:center;margin-bottom:20px}
.card-icon svg{width:26px;height:26px;fill:#FFF6ED}
.service-card h3{font-size:1.5rem;color:#1D1205;margin:0 0 15px}
.service-card p{font-size:1rem;color:#1D1205;line-height:1.7;margin:0;opacity:.8}
@media (max-width: 768px) {
.service-cards{grid-template-columns:1fr;gap:25px}
.ServiceGrid{padding:70px 20px}
}
.ProcessTimeline{background:#fff;padding:100px 20px;position:relative}
.timeline-wrapper{max-width:1000px;margin:0 auto}
.timeline-wrapper h2{font-size:2.4rem;color:#1D1205;margin:0 0 70px;text-align:center}
.timeline-steps{position:relative}
.timeline-connector{position:absolute;left:50%;top:0;bottom:0;width:3px;background:linear-gradient(180deg,#FD6216 0%,#1D1205 100%);transform:translateX(-50%)}
.timeline-step{display:grid;grid-template-columns:1fr 80px 1fr;gap:30px;margin-bottom:60px;align-items:center}
.timeline-step:last-child{margin-bottom:0}
.step-content-left,.step-content-right{background:#FFF6ED;padding:30px;border-radius:12px;box-shadow:0 6px 20px #1d12051a}
.step-content-left{text-align:right}
.step-content-right{text-align:left}
.step-content-left h4,.step-content-right h4{font-size:1.3rem;color:#1D1205;margin:0 0 12px}
.step-content-left p,.step-content-right p{font-size:.95rem;color:#1D1205;line-height:1.6;margin:0;opacity:.85}
.step-marker{width:80px;height:80px;background:linear-gradient(135deg,#FD6216,#1D1205);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.8rem;font-weight:700;color:#FFF6ED;position:relative;z-index:2;box-shadow:0 8px 24px #fd62164d}
.timeline-step:nth-child(even) .step-content-left{order:3;text-align:left}
.timeline-step:nth-child(even) .step-content-right{order:1;text-align:right}
.timeline-step:nth-child(even) .step-marker{order:2}
.timeline-step:nth-child(odd) .step-content-right{grid-column:3}
.timeline-step:nth-child(odd) .step-marker{grid-column:2}
.timeline-step:nth-child(odd) .step-content-left{grid-column:1}
@media (max-width: 768px) {
.timeline-step{grid-template-columns:60px 1fr;gap:20px}
.step-marker{width:60px;height:60px;font-size:1.4rem}
.timeline-connector{left:30px}
.step-content-left,.step-content-right{text-align:left!important}
.timeline-step:nth-child(even) .step-content-left,.timeline-step:nth-child(even) .step-content-right{order:initial}
.timeline-step:nth-child(odd) .step-content-right,.timeline-step:nth-child(odd) .step-marker,.timeline-step:nth-child(odd) .step-content-left{grid-column:initial}
.step-content-left{display:none}
.timeline-wrapper h2{margin-bottom:50px}
}
.ExpertPanel{background:linear-gradient(135deg,#1D1205 0%,#FD6216 100%);padding:100px 20px}
.panel-container{max-width:1000px;margin:0 auto}
.panel-header{text-align:center;margin-bottom:60px}
.panel-header h2{font-size:2.4rem;color:#FFF6ED;margin:0 0 20px}
.panel-header p{font-size:1.1rem;color:#FFF6ED;margin:0;opacity:.9}
.expert-profiles{display:grid;grid-template-columns:1fr 1fr;gap:40px}
.expert-profile{background:#fff6ed1a;border-radius:16px;padding:40px;backdrop-filter:blur(10px);border:1px solid #fff6ed33;display:flex;gap:25px;align-items:flex-start}
.profile-image{flex-shrink:0}
.profile-image img{width:100px;height:100px;border-radius:50%;object-fit:cover;border:3px solid #FFF6ED}
.profile-info h5{font-size:1.4rem;color:#FFF6ED;margin:0 0 8px}
.profile-role{font-size:.95rem;color:#FD6216;margin:0 0 15px;font-weight:600}
.profile-info p{font-size:.95rem;color:#FFF6ED;line-height:1.7;margin:0;opacity:.9}
@media (max-width: 768px) {
.expert-profiles{grid-template-columns:1fr;gap:30px}
.expert-profile{flex-direction:column;align-items:center;text-align:center}
.ExpertPanel{padding:70px 20px}
}
.SuccessPage-outer{background:linear-gradient(135deg,#FFF6ED 0%,#fff 50%,#FFF6ED 100%);min-height:85vh;display:flex;align-items:center;justify-content:center;padding:60px 20px;position:relative;overflow:hidden}
.SuccessPage-outer::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#fd621614 0%,transparent 70%);border-radius:50%}
.SuccessPage-outer::after{content:'';position:absolute;bottom:-30%;left:-5%;width:400px;height:400px;background:radial-gradient(circle,#1d12050a 0%,transparent 70%);border-radius:50%}
.success-wrapper{max-width:680px;width:100%;margin:0 auto;position:relative;z-index:2}
.success-card-main{background:#fff;border-radius:20px;padding:70px 50px;box-shadow:0 8px 32px #1d120514 0 2px 8px #1d12050a;text-align:center;position:relative;overflow:hidden}
.success-card-main::before{content:'';position:absolute;top:0;left:0;right:0;height:6px;background:linear-gradient(90deg,#1D1205 0%,#FD6216 50%,#1D1205 100%)}
.IconCheck-wrapper{width:90px;height:90px;margin:0 auto 35px;background:linear-gradient(135deg,#FD6216 0%,#ff7d3d 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 6px 24px #fd62164d;animation:bounceInScale .6s ease-out}
@keyframes bounceInScale {
0%{transform:scale(0);opacity:0}
50%{transform:scale(1.15)}
100%{transform:scale(1);opacity:1}
}
.IconCheck-wrapper svg{width:48px;height:48px;stroke:#fff;stroke-width:3;fill:none;stroke-linecap:round;stroke-linejoin:round}
.MainHeading-success{font-size:38px;line-height:1.2;color:#1D1205;margin:0 0 20px;font-weight:700;letter-spacing:-.5px}
.description-text-success{font-size:17px;line-height:1.7;color:#4a4035;margin:0 0 40px;max-width:520px;margin-left:auto;margin-right:auto}
.InfoBlock-notice{background:linear-gradient(135deg,#FFF6ED 0%,#fff9f3 100%);border-left:4px solid #FD6216;padding:24px 28px;border-radius:12px;margin-bottom:40px;text-align:left}
.InfoBlock-notice p{font-size:15px;line-height:1.65;color:#3d342a;margin:0}
.InfoBlock-notice strong{color:#1D1205;font-weight:600}
.ActionsGroup-container{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}
.ButtonPrimary-success{display:inline-flex;align-items:center;gap:8px;background:linear-gradient(135deg,#FD6216 0%,#ff7d3d 100%);color:#fff;padding:16px 36px;border-radius:10px;text-decoration:none;font-size:16px;font-weight:600;transition:all .3s ease;border:none;box-shadow:0 4px 16px #fd621640;position:relative;z-index:10}
.ButtonPrimary-success:hover{transform:translateY(-2px);box-shadow:0 6px 24px #fd621659;background:linear-gradient(135deg,#ff7d3d 0%,#FD6216 100%)}
.ButtonSecondary-success{display:inline-flex;align-items:center;gap:8px;background:#fff;color:#1D1205;padding:16px 36px;border-radius:10px;text-decoration:none;font-size:16px;font-weight:600;transition:all .3s ease;border:2px solid #e8e0d8;position:relative;z-index:10}
.ButtonSecondary-success:hover{border-color:#FD6216;color:#FD6216;transform:translateY(-2px);box-shadow:0 4px 16px #1d120514}
.decorative-element-top{position:absolute;top:25px;right:30px;width:60px;height:60px;opacity:.06}
.decorative-element-bottom{position:absolute;bottom:30px;left:35px;width:50px;height:50px;opacity:.05}
.ContactDetails-section{background:#fff;padding:60px 30px;margin-top:50px}
.ContactDetails-inner{max-width:900px;margin:0 auto}
.SectionHead-contact{text-align:center;margin-bottom:50px}
.SectionHead-contact h2{font-size:32px;color:#1D1205;margin:0 0 16px;font-weight:700;position:relative;display:inline-block}
.SectionHead-contact h2::after{content:'';position:absolute;bottom:-8px;left:50%;transform:translateX(-50%);width:60px;height:4px;background:linear-gradient(90deg,#FD6216,#ff9e6b);border-radius:2px}
.SectionHead-contact p{font-size:16px;color:#5a4f45;margin:20px 0 0;line-height:1.6}
.ContactGrid-layout{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px;margin-top:40px}
.ContactItem-card{background:linear-gradient(145deg,#FFF6ED 0%,#fff 100%);padding:32px 28px;border-radius:16px;border:1px solid #f0e8df;transition:all .3s ease;position:relative;overflow:hidden}
.ContactItem-card::before{content:'';position:absolute;top:0;left:0;width:4px;height:100%;background:linear-gradient(180deg,#FD6216 0%,#ff7d3d 100%);transform:scaleY(0);transition:transform .3s ease}
.ContactItem-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #1d120514;border-color:#FD6216}
.ContactItem-card:hover::before{transform:scaleY(1)}
.ContactIcon-holder{width:56px;height:56px;background:linear-gradient(135deg,#FD6216 0%,#ff9e6b 100%);border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:20px;box-shadow:0 4px 12px #fd621633}
.ContactIcon-holder svg{width:28px;height:28px;stroke:#fff;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.ContactItem-card h3{font-size:18px;color:#1D1205;margin:0 0 12px;font-weight:600}
.ContactItem-card p{font-size:15px;color:#5a4f45;line-height:1.6;margin:0 0 16px}
.ContactLink-action{display:inline-flex;align-items:center;gap:6px;color:#FD6216;text-decoration:none;font-size:15px;font-weight:600;transition:all .3s ease;position:relative;z-index:10}
.ContactLink-action:hover{color:#ff7d3d;gap:10px}
.ContactLink-action svg{width:16px;height:16px;stroke:currentColor;fill:none;stroke-width:2}
@media (max-width: 768px) {
.SuccessPage-outer{padding:40px 20px}
.success-card-main{padding:50px 30px;border-radius:16px}
.MainHeading-success{font-size:30px}
.description-text-success{font-size:16px}
.IconCheck-wrapper{width:75px;height:75px;margin-bottom:28px}
.IconCheck-wrapper svg{width:40px;height:40px}
.ActionsGroup-container{flex-direction:column;gap:12px}
.ButtonPrimary-success,.ButtonSecondary-success{width:100%;justify-content:center;padding:14px 28px}
.ContactDetails-section{padding:50px 20px;margin-top:30px}
.SectionHead-contact h2{font-size:26px}
.ContactGrid-layout{grid-template-columns:1fr;gap:20px}
}
@media (max-width: 480px) {
.success-card-main{padding:40px 24px}
.MainHeading-success{font-size:26px}
.InfoBlock-notice{padding:20px 22px}
.decorative-element-top,.decorative-element-bottom{display:none}
}