*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth;font-size:16px}
body{font-family:'Arimo',sans-serif;background:#F4F4F4;color:#351002;line-height:1.6}
h1,h2,h3,h4,h5,h6{font-family:'Literata',serif}
.TopBranding{background:linear-gradient(135deg,#F4F4F4 0%,#fff 100%);padding:32px 20px;border-bottom:3px solid #F96600}
.brandWrap{max-width:1140px;margin:0 auto;text-align:center}
.CompanyTitle{font-size:2.8rem;font-weight:700;color:#351002;margin-bottom:8px;letter-spacing:-.5px}
.TaglineTxt{font-size:1.1rem;color:#F96600;font-weight:400}
.NavFoundation{background:#fff;padding:18px 20px;box-shadow:0 2px 8px #35100214}
.navWrap{max-width:1140px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:30px}
.LogoBox{flex-shrink:0}
.logo-link{display:block}
.LogoImg{height:85px;width:85px;display:block;border:2px solid #f9660033;border-radius:4px;padding:6px;background:#fff}
.MainNav{display:flex;gap:28px;align-items:center;flex-wrap:wrap}
.MainNav .nav-item{font-size:1.05rem;color:#351002;text-decoration:none;padding:10px 16px;border-radius:3px;transition:background 180ms ease,color 180ms ease;font-weight:500}
.MainNav .nav-item:hover{background:#f966001f;color:#F96600}
main{min-height:300px}
.FooterContainer{background:#351002;color:#F4F4F4;padding:48px 20px 24px;margin-top:60px}
.footer-grid{max-width:1140px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:40px;margin-bottom:32px}
.footer-heading{font-size:1.4rem;margin-bottom:16px;color:#F96600}
.footer-address{margin-bottom:12px;line-height:1.7}
.footer-contact .ft-link{color:#F4F4F4;text-decoration:none;transition:color 150ms ease}
.footer-contact .ft-link:hover{color:#F96600}
.footer-subhead{font-size:1.15rem;margin-bottom:14px;color:#F96600}
.footer-nav{display:flex;flex-direction:column;gap:10px}
.footer-link{color:#F4F4F4;text-decoration:none;transition:color 150ms ease}
.footer-link:hover{color:#F96600}
.settings-link{color:#F4F4F4;text-decoration:underline;cursor:pointer;transition:color 150ms ease}
.settings-link:hover{color:#F96600}
.footer-bottom{max-width:1140px;margin:0 auto;padding-top:24px;border-top:1px solid #f4f4f433;text-align:center}
.CopyrightTxt{font-size:.95rem;opacity:.85}
.CookieBar{position:fixed;top:0;left:0;right:0;background:#351002f5;color:#F4F4F4;padding:20px;z-index:9999;box-shadow:0 4px 12px #0000004d;opacity:0;transition:opacity 400ms ease}
.CookieBar.showing{opacity:1}
.CookieBar.hiding{opacity:0}
.cookie-content-wrap{max-width:1140px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:24px;flex-wrap:wrap}
.CookieTxt{flex:1;min-width:280px;font-size:.98rem}
.cookie-actions{display:flex;gap:14px;flex-wrap:wrap}
.cookie-btn{padding:10px 22px;border:none;border-radius:4px;cursor:pointer;font-size:.95rem;font-weight:600;transition:background 180ms ease,transform 120ms ease}
.cookie-btn:hover{transform:translateY(-1px)}
.accept-btn{background:#F96600;color:#fff}
.accept-btn:hover{background:#e05a00}
.decline-btn{background:transparent;color:#F4F4F4;border:2px solid #F4F4F4}
.decline-btn:hover{background:#f4f4f41a}
.settings-btn{background:transparent;color:#F96600;border:2px solid #F96600}
.settings-btn:hover{background:#f966001a}
.CookieModal{position:fixed;top:0;left:0;right:0;bottom:0;z-index:10000;display:flex;align-items:center;justify-content:center;padding:20px}
.modal-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#0009}
.modal-content-box{position:relative;background:#fff;border-radius:6px;padding:36px;max-width:520px;width:100%;box-shadow:0 8px 24px #0000004d}
.modal-title{font-size:1.6rem;color:#351002;margin-bottom:24px}
.cookie-options{display:flex;flex-direction:column;gap:16px;margin-bottom:28px}
.cookie-option{display:flex;align-items:center;gap:12px;cursor:pointer}
.cookie-option input[type="checkbox"]{width:20px;height:20px;cursor:pointer}
.option-label{font-size:1.05rem;color:#351002}
.modal-actions{display:flex;gap:14px;justify-content:flex-end}
.modal-btn{padding:11px 24px;border:none;border-radius:4px;cursor:pointer;font-size:1rem;font-weight:600;transition:background 180ms ease}
.save-btn{background:#F96600;color:#fff}
.save-btn:hover{background:#e05a00}
.cancel-btn{background:#F4F4F4;color:#351002}
.cancel-btn:hover{background:#e0e0e0}
@media (max-width: 768px) {
.CompanyTitle{font-size:2rem}
.TaglineTxt{font-size:.95rem}
.navWrap{flex-direction:column;gap:20px}
.MainNav{justify-content:center;width:100%}
.MainNav .nav-item{font-size:.98rem;padding:8px 14px}
.cookie-content-wrap{flex-direction:column;align-items:flex-start}
.cookie-actions{width:100%;justify-content:stretch}
.cookie-btn{flex:1;min-width:100px}
.footer-grid{grid-template-columns:1fr;gap:28px}
}
@media (max-width: 480px) {
.CompanyTitle{font-size:1.7rem}
.LogoImg{height:70px;width:70px}
.MainNav{flex-direction:column;gap:10px}
.MainNav .nav-item{width:100%;text-align:center}
.modal-content-box{padding:24px}
.modal-title{font-size:1.35rem}
}
.legal-box{max-width:1140px;margin:0 auto;padding:80px 20px;background:#FFF}
.legal-box p{font-size:16px;line-height:1.8;color:#351002;margin:0 0 24px;font-weight:400}
.legal-box p:last-child{margin-bottom:0}
.legal-box ul,.legal-box ol{margin:0 0 24px;padding-left:40px;color:#351002}
.legal-box ul{list-style-type:disc}
.legal-box ol{list-style-type:decimal}
.legal-box li{font-size:16px;line-height:1.8;margin-bottom:12px;padding-left:8px}
.legal-box li:last-child{margin-bottom:0}
.legal-box ul ul,.legal-box ul ol,.legal-box ol ul,.legal-box ol ol{margin-top:12px;margin-bottom:12px}
.legal-box strong,.legal-box b{font-weight:700;color:#351002}
.legal-box em,.legal-box i{font-style:italic}
.legal-box a{color:#F96600;text-decoration:underline;transition:color 200ms ease}
.legal-box a:hover{color:#351002;text-decoration:none}
.legal-box a:focus{outline:2px solid #F96600;outline-offset:2px}
.legal-box table{width:100%;border-collapse:collapse;margin:0 0 32px;background:#FFF;box-shadow:0 2px 8px #35100214}
.legal-box thead{background:#351002}
.legal-box thead tr{border-bottom:2px solid #F96600}
.legal-box thead th{color:#FFF;font-weight:700;text-align:left;padding:16px 20px;font-size:15px;letter-spacing:.3px}
.legal-box tbody tr{border-bottom:1px solid #F4F4F4;transition:background 200ms ease}
.legal-box tbody tr:last-child{border-bottom:none}
.legal-box tbody tr:hover{background:#f9660008}
.legal-box th,.legal-box td{padding:14px 20px;vertical-align:top}
.legal-box td{font-size:15px;line-height:1.7;color:#351002}
.legal-box th{font-weight:600}
.legal-box div{margin:0 0 24px}
.legal-box div:last-child{margin-bottom:0}
@media (max-width: 768px) {
.legal-box{padding:60px 16px}
.legal-box p,.legal-box li,.legal-box td{font-size:15px;line-height:1.7}
.legal-box ul,.legal-box ol{padding-left:28px}
.legal-box table{font-size:14px;display:block;overflow-x:auto;-webkit-overflow-scrolling:touch}
.legal-box thead th,.legal-box td{padding:12px 14px;font-size:14px}
.legal-box thead th{white-space:nowrap}
}
@media (max-width: 480px) {
.legal-box{padding:40px 12px}
.legal-box p,.legal-box li{font-size:14px;margin-bottom:20px}
.legal-box ul,.legal-box ol{padding-left:24px;margin-bottom:20px}
.legal-box li{margin-bottom:10px}
.legal-box thead th,.legal-box td{padding:10px 12px;font-size:13px}
.legal-box table{margin-bottom:24px}
}
.HeroAbout{position:relative;min-height:480px;display:flex;align-items:center;overflow:hidden;margin-bottom:60px}
.HeroAbout .bgImg{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;opacity:.25;filter:grayscale(0.3)}
.HeroAbout .cWrap{position:relative;z-index:2;max-width:1140px;margin:0 auto;padding:80px 24px;width:100%}
.HeroAbout .mainTitle{font-size:52px;font-weight:800;color:#351002;margin:0 0 16px;line-height:1.1;text-shadow:0 2px 8px #f4f4f499}
.HeroAbout .subText{font-size:20px;color:#351002;max-width:680px;line-height:1.5;margin:0;background:#f4f4f4b3;padding:12px 16px;border-radius:4px;display:inline-block}
.section1{max-width:1140px;margin:0 auto 80px;padding:0 24px}
.section1 .gridWrap{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:start}
.section1 .leftCol{display:flex;flex-direction:column;gap:32px}
.section1 .txtBlock{background:linear-gradient(135deg,#F4F4F4 0%,#f966000d 100%);padding:32px;border-radius:6px;border-left:4px solid #F96600}
.section1 .txtBlock .heading{font-size:28px;font-weight:700;color:#351002;margin:0 0 16px;line-height:1.3}
.section1 .txtBlock .txt{font-size:16px;color:#351002;line-height:1.7;margin:0 0 12px}
.section1 .txtBlock .txt:last-child{margin-bottom:0}
.section1 .rightCol img{width:100%;height:auto;border-radius:6px;box-shadow:0 6px 18px #35100226}
.section2{background:linear-gradient(180deg,#3510020a 0%,#f9660008 100%);padding:80px 24px;margin-bottom:80px}
.section2 .container{max-width:1140px;margin:0 auto}
.section2 .topIntro{text-align:center;margin-bottom:56px}
.section2 .topIntro .label{font-size:14px;text-transform:uppercase;letter-spacing:1.5px;color:#F96600;font-weight:600;margin:0 0 12px}
.section2 .topIntro .heading{font-size:38px;font-weight:700;color:#351002;margin:0 0 16px;line-height:1.2}
.section2 .topIntro .desc{font-size:17px;color:#351002;line-height:1.6;margin:0 auto;max-width:720px}
.section2 .cardGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}
.section2 .profileCard{background:#F4F4F4;border-radius:6px;overflow:hidden;box-shadow:0 4px 12px #3510021a;transition:transform 0.3s,box-shadow .3s}
.section2 .profileCard:hover{transform:translateY(-6px);box-shadow:0 8px 20px #3510022e}
.section2 .profileCard .imgWrap{width:100%;height:280px;overflow:hidden;background:linear-gradient(135deg,#3510021a 0%,#f966001a 100%)}
.section2 .profileCard .imgWrap img{width:100%;height:100%;object-fit:cover}
.section2 .profileCard .infoWrap{padding:24px}
.section2 .profileCard .name{font-size:22px;font-weight:700;color:#351002;margin:0 0 6px}
.section2 .profileCard .role{font-size:15px;color:#F96600;font-weight:600;margin:0 0 14px}
.section2 .profileCard .bio{font-size:15px;color:#351002;line-height:1.6;margin:0}
.section2 .emptyCard{background:linear-gradient(135deg,#f9660014 0%,#3510020a 100%);border:2px dashed #35100233;display:flex;align-items:center;justify-content:center;min-height:420px;border-radius:6px;padding:32px}
.section2 .emptyCard .placeholder{text-align:center}
.section2 .emptyCard .icon{font-size:48px;color:#F96600;margin-bottom:16px}
.section2 .emptyCard .txt{font-size:16px;color:#351002;line-height:1.5;margin:0}
.box3{max-width:1140px;margin:0 auto 80px;padding:0 24px}
.box3 .splitLayout{display:grid;grid-template-columns:55fr 45fr;gap:56px;align-items:center}
.box3 .leftZone .title2{font-size:34px;font-weight:700;color:#351002;margin:0 0 24px;line-height:1.2}
.box3 .leftZone .copy{font-size:16px;color:#351002;line-height:1.7;margin:0 0 18px}
.box3 .leftZone .metricRow{display:flex;gap:24px;margin-top:32px}
.box3 .leftZone .statCard{flex:1;background:linear-gradient(135deg,#3510020d 0%,#f9660014 100%);padding:20px;border-radius:4px;border-top:3px solid #F96600}
.box3 .leftZone .statCard .num{font-size:32px;font-weight:800;color:#F96600;margin:0 0 6px;line-height:1}
.box3 .leftZone .statCard .label{font-size:14px;color:#351002;font-weight:600;margin:0}
.box3 .rightZone{display:grid;grid-template-columns:1fr 1fr;gap:20px}
.box3 .rightZone img{width:100%;height:240px;object-fit:cover;border-radius:4px;box-shadow:0 3px 10px #3510021f}
.box3 .rightZone img:nth-child(1){grid-column:1 / 2;grid-row:1 / 2}
.box3 .rightZone img:nth-child(2){grid-column:2 / 3;grid-row:1 / 2}
.box3 .rightZone img:nth-child(3){grid-column:1 / 3;grid-row:2 / 3;height:180px}
@media (max-width: 1024px) {
.HeroAbout .mainTitle{font-size:42px}
.section1 .gridWrap{grid-template-columns:1fr;gap:32px}
.section2 .cardGrid{grid-template-columns:1fr}
.box3 .splitLayout{grid-template-columns:1fr;gap:40px}
.box3 .rightZone{grid-template-columns:1fr 1fr}
}
@media (max-width: 768px) {
.HeroAbout{min-height:360px}
.HeroAbout .mainTitle{font-size:34px}
.HeroAbout .subText{font-size:17px}
.section2 .topIntro .heading{font-size:30px}
.box3 .leftZone .metricRow{flex-direction:column;gap:16px}
.box3 .rightZone{grid-template-columns:1fr}
.box3 .rightZone img:nth-child(3){grid-column:1 / 2;height:240px}
}
@media (max-width: 480px) {
.HeroAbout .cWrap{padding:60px 20px}
.HeroAbout .mainTitle{font-size:28px}
.section1 .txtBlock{padding:24px 20px}
.section2{padding:60px 20px}
.section2 .topIntro .heading{font-size:26px}
.box3 .leftZone .title2{font-size:28px}
}
.hero{position:relative;min-height:520px;display:flex;align-items:center;justify-content:center;overflow:hidden}
.hero .bgImg{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:1}
.hero .overlay1{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(180deg,#351002a6 0%,#351002d9 100%);z-index:2}
.hero .content-wrap{position:relative;z-index:3;max-width:880px;margin:0 auto;padding:0 24px;text-align:center}
.hero .mainTitle{font-size:52px;line-height:1.15;color:#F4F4F4;margin:0 0 28px;font-weight:700;letter-spacing:-.5px}
.hero .subtitle{font-size:20px;line-height:1.6;color:#F4F4F4;margin:0 0 38px;opacity:.95}
.hero .ctaBox{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}
.hero .btn1{background:#F96600;color:#F4F4F4;padding:14px 32px;border-radius:4px;text-decoration:none;font-size:16px;font-weight:600;transition:all .2s;display:inline-block;border:2px solid #F96600}
.hero .btn1:hover{background:#d95600;border-color:#d95600;transform:translateY(-1px);box-shadow:0 4px 12px #f966004d}
.hero .btn2{background:transparent;color:#F4F4F4;padding:14px 32px;border-radius:4px;text-decoration:none;font-size:16px;font-weight:600;transition:all .2s;display:inline-block;border:2px solid #F4F4F4}
.hero .btn2:hover{background:#f4f4f41a;transform:translateY(-1px)}
.section2{padding:90px 24px;background:#F4F4F4}
.section2 .container1{max-width:1140px;margin:0 auto}
.section2 .heading1{text-align:center;margin-bottom:56px}
.section2 .heading1 h2{font-size:38px;color:#351002;margin:0 0 16px;font-weight:700}
.section2 .heading1 p{font-size:18px;color:#351002;opacity:.75;margin:0;line-height:1.6}
.section2 .grid1{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}
.section2 .resultCard{background:#fff;padding:32px;border-radius:6px;box-shadow:0 2px 8px #35100214;transition:all .25s;border-bottom:3px solid transparent}
.section2 .resultCard:hover{transform:translateY(-4px);box-shadow:0 8px 24px #3510021f;border-bottom-color:#F96600}
.section2 .resultCard .iconBox{width:56px;height:56px;background:linear-gradient(135deg,#F96600 0%,#d95600 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:20px}
.section2 .resultCard .iconBox i{font-size:28px;color:#F4F4F4}
.section2 .resultCard h3{font-size:22px;color:#351002;margin:0 0 12px;font-weight:600}
.section2 .resultCard p{font-size:16px;color:#351002;opacity:.7;margin:0;line-height:1.5}
.section3{padding:85px 24px;background:#fff}
.section3 .container1{max-width:1140px;margin:0 auto}
.section3 .grid2{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}
.section3 .imgWrap{position:relative}
.section3 .imgWrap img{width:100%;height:480px;object-fit:cover;border-radius:6px;box-shadow:0 12px 32px #35100226}
.section3 .txtBox h2{font-size:36px;color:#351002;margin:0 0 24px;font-weight:700;line-height:1.2}
.section3 .txtBox p{font-size:17px;color:#351002;opacity:.75;margin:0 0 20px;line-height:1.6}
.section3 .supportList{list-style:none;padding:0;margin:32px 0 0}
.section3 .supportList li{padding:18px 0;border-bottom:1px solid #3510021a;display:flex;align-items:flex-start;gap:14px}
.section3 .supportList li:last-child{border-bottom:none}
.section3 .supportList li i{color:#F96600;font-size:22px;margin-top:2px;flex-shrink:0}
.section3 .supportList li .txt{flex:1}
.section3 .supportList li strong{display:block;font-size:18px;color:#351002;margin-bottom:6px;font-weight:600}
.section3 .supportList li span{font-size:16px;color:#351002;opacity:.7;line-height:1.5}
.section4{padding:90px 24px;background:linear-gradient(180deg,#F4F4F4 0%,#e8e8e8 100%);position:relative;overflow:hidden}
.section4::before{content:'';position:absolute;top:0;left:50%;transform:translateX(-50%);width:100%;max-width:1400px;height:100%;background:radial-gradient(ellipse at center,#f966000d 0%,transparent 70%);z-index:1}
.section4 .container1{max-width:1140px;margin:0 auto;position:relative;z-index:2}
.section4 .heading2{text-align:center;margin-bottom:64px}
.section4 .heading2 h2{font-size:38px;color:#351002;margin:0 0 18px;font-weight:700}
.section4 .heading2 p{font-size:18px;color:#351002;opacity:.75;margin:0}
.section4 .timeline{position:relative;padding-left:48px}
.section4 .timeline::before{content:'';position:absolute;left:8px;top:12px;bottom:12px;width:3px;background:linear-gradient(180deg,#F96600 0%,#f966004d 100%)}
.section4 .stepItem{position:relative;margin-bottom:42px;padding:28px 32px;background:#fff;border-radius:6px;box-shadow:0 3px 12px #3510021a;transition:all .3s}
.section4 .stepItem:hover{transform:translateX(6px);box-shadow:0 6px 20px #35100226}
.section4 .stepItem::before{content:'';position:absolute;left:-40px;top:32px;width:18px;height:18px;background:#F96600;border:4px solid #fff;border-radius:50%;box-shadow:0 2px 8px #f966004d}
.section4 .stepItem .num{display:inline-block;background:linear-gradient(135deg,#F96600 0%,#d95600 100%);color:#fff;width:32px;height:32px;border-radius:50%;text-align:center;line-height:32px;font-weight:700;font-size:16px;margin-bottom:14px}
.section4 .stepItem h3{font-size:22px;color:#351002;margin:0 0 12px;font-weight:600}
.section4 .stepItem p{font-size:16px;color:#351002;opacity:.7;margin:0;line-height:1.55}
.section5{padding:85px 24px;background:#fff}
.section5 .container1{max-width:1140px;margin:0 auto}
.section5 .heading3{text-align:center;margin-bottom:58px}
.section5 .heading3 h2{font-size:38px;color:#351002;margin:0 0 16px;font-weight:700}
.section5 .heading3 p{font-size:18px;color:#351002;opacity:.75;margin:0}
.section5 .tabs{display:flex;gap:14px;justify-content:center;margin-bottom:46px;flex-wrap:wrap}
.section5 .tabs input[type="radio"]{display:none}
.section5 .tabs label{padding:12px 28px;background:#F4F4F4;color:#351002;border-radius:4px;cursor:pointer;font-size:16px;font-weight:600;transition:all .2s;border:2px solid transparent}
.section5 .tabs label:hover{background:#e8e8e8}
.section5 .tabs input[type="radio"]:checked + label{background:#F96600;color:#fff;border-color:#F96600}
.section5 .tabContent{display:none}
.section5 #tab1:checked ~ .content1,.section5 #tab2:checked ~ .content2,.section5 #tab3:checked ~ .content3{display:block}
.section5 .serviceCard{background:#F4F4F4;padding:38px;border-radius:6px;display:grid;grid-template-columns:320px 1fr;gap:42px;align-items:center}
.section5 .serviceCard .imgBox img{width:100%;height:280px;object-fit:cover;border-radius:4px}
.section5 .serviceCard h3{font-size:28px;color:#351002;margin:0 0 18px;font-weight:700}
.section5 .serviceCard p{font-size:17px;color:#351002;opacity:.75;margin:0 0 16px;line-height:1.6}
.section5 .serviceCard .features{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:24px}
.section5 .serviceCard .features .item{display:flex;align-items:center;gap:10px}
.section5 .serviceCard .features .item i{color:#F96600;font-size:20px}
.section5 .serviceCard .features .item span{font-size:15px;color:#351002;opacity:.8}
.section5 .serviceCard .linkBtn{display:inline-block;margin-top:22px;color:#F96600;text-decoration:none;font-weight:600;font-size:16px;transition:all .2s}
.section5 .serviceCard .linkBtn:hover{color:#d95600;transform:translateX(4px)}
.section6{padding:90px 24px;background:#351002;color:#fff}
.section6 .container1{max-width:1140px;margin:0 auto}
.section6 .grid3{display:grid;grid-template-columns:1.2fr 1fr;gap:68px;align-items:center}
.section6 .txtArea h2{font-size:38px;color:#fff;margin:0 0 22px;font-weight:700;line-height:1.2}
.section6 .txtArea p{font-size:17px;color:#fff;opacity:.85;margin:0 0 18px;line-height:1.6}
.section6 .txtArea .highlight{background:#f9660026;padding:24px;border-radius:4px;border-left:4px solid #F96600;margin-top:28px}
.section6 .txtArea .highlight p{margin:0;font-size:16px;opacity:.9}
.section6 .statsBox{background:#f4f4f414;padding:38px;border-radius:6px;border:1px solid #f4f4f41a}
.section6 .statsBox .stat{padding:24px 0;border-bottom:1px solid #f4f4f41a}
.section6 .statsBox .stat:last-child{border-bottom:none}
.section6 .statsBox .stat .number{font-size:42px;font-weight:700;color:#F96600;margin-bottom:8px;line-height:1}
.section6 .statsBox .stat .label{font-size:16px;color:#fff;opacity:.85}
.section6 .statsBox .stat .desc{font-size:14px;color:#fff;opacity:.65;margin-top:6px;line-height:1.4}
.divider1{height:3px;background:linear-gradient(90deg,transparent 0%,#F96600 50%,transparent 100%);margin:0}
@media (max-width: 1024px) {
.hero .mainTitle{font-size:42px}
.section2 .grid1{grid-template-columns:1fr 1fr}
.section3 .grid2{grid-template-columns:1fr;gap:42px}
.section5 .serviceCard{grid-template-columns:1fr;gap:28px}
.section5 .serviceCard .imgBox img{height:240px}
.section6 .grid3{grid-template-columns:1fr;gap:42px}
}
@media (max-width: 768px) {
.hero{min-height:440px}
.hero .mainTitle{font-size:36px;margin-bottom:20px}
.hero .subtitle{font-size:18px;margin-bottom:28px}
.hero .ctaBox{flex-direction:column;gap:12px}
.hero .btn1,.hero .btn2{width:100%;text-align:center}
.section2{padding:64px 24px}
.section2 .grid1{grid-template-columns:1fr;gap:20px}
.section2 .heading1 h2,.section4 .heading2 h2,.section5 .heading3 h2,.section6 .txtArea h2{font-size:32px}
.section3{padding:64px 24px}
.section3 .imgWrap img{height:320px}
.section3 .txtBox h2{font-size:30px}
.section4{padding:64px 24px}
.section4 .timeline{padding-left:32px}
.section4 .stepItem::before{left:-24px}
.section5{padding:64px 24px}
.section5 .tabs{flex-direction:column}
.section5 .tabs label{width:100%;text-align:center}
.section5 .serviceCard{padding:28px}
.section5 .serviceCard .features{grid-template-columns:1fr}
.section6{padding:64px 24px}
}
@media (max-width: 480px) {
.hero .mainTitle{font-size:30px}
.hero .subtitle{font-size:16px}
.section2 .heading1 h2,.section4 .heading2 h2,.section5 .heading3 h2,.section6 .txtArea h2{font-size:28px}
.section2 .resultCard,.section4 .stepItem,.section5 .serviceCard,.section6 .statsBox{padding:24px}
.section3 .imgWrap img{height:260px}
.section5 .serviceCard .imgBox img{height:200px}
}
.FlHrWrp{position:relative;min-height:100vh;display:flex;align-items:flex-end;background:linear-gradient(135deg,#351002 0%,#351002e0 100%);overflow:hidden}
.FlHrWrp::before{content:'';position:absolute;top:-10%;right:-5%;width:60%;height:60%;background:radial-gradient(circle,#f9660026 0%,transparent 70%);border-radius:50%;filter:blur(80px)}
.FlHrWrp::after{content:'';position:absolute;bottom:20%;left:-8%;width:45%;height:45%;background:radial-gradient(circle,#f4f4f414 0%,transparent 65%);border-radius:50%;filter:blur(60px)}
.HeroCnt{position:relative;z-index:2;width:100%;max-width:1140px;margin:0 auto;padding:0 24px 120px}
.HeroTx{max-width:720px}
.HeroTx h1{font-size:3.2rem;font-weight:300;color:#F4F4F4;line-height:1.2;margin:0 0 16px;letter-spacing:-.02em}
.HeroTx h1 strong{font-weight:600;color:#F96600}
.HeroTx .txt2{font-size:1.35rem;color:#f4f4f4d9;line-height:1.5;margin:0;font-weight:400}
.FormSc{padding:96px 24px;background:#F4F4F4}
.FormInWrap{max-width:1140px;margin:0 auto;display:grid;grid-template-columns:1fr 1.5fr;gap:72px;align-items:start}
.InfoBox{background:#351002;padding:48px 40px;border-radius:4px;box-shadow:0 8px 24px #3510021f}
.InfoBox h2{font-size:1.8rem;color:#F96600;margin:0 0 32px;font-weight:600}
.contactDetail{margin-bottom:28px;display:flex;align-items:flex-start;gap:16px}
.contactDetail:last-child{margin-bottom:0}
.icn{width:40px;height:40px;background:#f9660026;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.icn i{font-size:20px;color:#F96600}
.contactDetail .txt{flex:1}
.contactDetail .lbl{font-size:.85rem;color:#f4f4f499;text-transform:uppercase;letter-spacing:.08em;margin:0 0 6px;font-weight:500}
.contactDetail .val{font-size:1.05rem;color:#F4F4F4;margin:0;line-height:1.6}
.contactDetail .val a{color:#F4F4F4;text-decoration:none;transition:color .2s}
.contactDetail .val a:hover{color:#F96600}
.FormArea{background:#fff;padding:48px;border-radius:4px;box-shadow:0 4px 16px #35100214}
.FormArea h3{font-size:1.6rem;color:#351002;margin:0 0 12px;font-weight:600}
.FormArea .subhd{font-size:1rem;color:#351002b3;margin:0 0 36px;line-height:1.6}
.FormArea form{display:flex;flex-direction:column;gap:24px}
.fldGroup{display:flex;flex-direction:column;gap:8px}
.fldGroup label{font-size:.9rem;color:#351002;font-weight:500;letter-spacing:.01em}
.fldGroup input,.fldGroup select{padding:14px 18px;border:2px solid #35100226;border-radius:3px;font-size:1rem;color:#351002;background:#fff;transition:all .2s}
.fldGroup input:focus,.fldGroup select:focus{outline:none;border-color:#F96600;box-shadow:0 0 0 3px #f966001a}
.priorityWrap{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
.prioOption{position:relative}
.prioOption input[type="radio"]{position:absolute;opacity:0;width:0;height:0}
.prioOption label{display:flex;align-items:center;justify-content:center;padding:12px 16px;border:2px solid #35100226;border-radius:3px;background:#fff;cursor:pointer;transition:all .2s;font-size:.95rem;font-weight:500;color:#351002;text-align:center}
.prioOption input[type="radio"]:checked + label{background:#351002;border-color:#351002;color:#fff}
.prioOption input[type="radio"]:focus + label{box-shadow:0 0 0 3px #f9660033}
.privacyCheck{display:flex;align-items:flex-start;gap:12px;margin-top:8px}
.privacyCheck input[type="checkbox"]{margin-top:3px;width:18px;height:18px;cursor:pointer;flex-shrink:0}
.privacyCheck label{font-size:.9rem;color:#351002bf;line-height:1.5;cursor:pointer}
.privacyCheck label a{color:#F96600;text-decoration:none;font-weight:500}
.privacyCheck label a:hover{text-decoration:underline}
.submitWrap{margin-top:12px}
.submitBtn{width:100%;padding:16px 32px;background:linear-gradient(135deg,#F96600 0%,#351002 100%);color:#fff;border:none;border-radius:3px;font-size:1.05rem;font-weight:600;cursor:pointer;transition:all .3s;box-shadow:0 4px 12px #f966004d}
.submitBtn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #f9660066}
.submitBtn:active{transform:translateY(0)}
@media (max-width: 1024px) {
.FormInWrap{grid-template-columns:1fr;gap:48px}
.HeroTx h1{font-size:2.6rem}
.HeroTx .txt2{font-size:1.2rem}
}
@media (max-width: 768px) {
.FlHrWrp{min-height:80vh}
.HeroCnt{padding:0 20px 80px}
.HeroTx h1{font-size:2rem}
.HeroTx .txt2{font-size:1.05rem}
.FormSc{padding:64px 20px}
.InfoBox{padding:36px 28px}
.FormArea{padding:36px 24px}
.priorityWrap{grid-template-columns:1fr}
}
@media (max-width: 480px) {
.HeroTx h1{font-size:1.75rem}
.HeroTx .txt2{font-size:1rem}
.InfoBox{padding:28px 20px}
.FormArea{padding:28px 20px}
.contactDetail{gap:12px}
.icn{width:36px;height:36px}
.icn i{font-size:18px}
}
.svcTitleWrap{background:linear-gradient(135deg,#35100208 0%,#f9660014 100%);padding:80px 0;position:relative;overflow:hidden}
.svcTitleWrap::before{content:'';position:absolute;top:-20%;right:-5%;width:400px;height:400px;background:radial-gradient(circle,#f966001f 0%,transparent 70%);border-radius:50%}
.svcTitleWrap::after{content:'';position:absolute;bottom:10%;left:5%;width:280px;height:280px;background:radial-gradient(circle,#3510020f 0%,transparent 65%);border-radius:50%}
.titleInner{max-width:1140px;margin:0 auto;padding:0 20px;display:flex;flex-direction:row;align-items:center;gap:60px}
.titleImgBox{flex:0 0 420px;position:relative}
.titleImgBox img{width:100%;height:480px;object-fit:cover;border:3px solid #F96600;box-shadow:0 12px 32px #35100226}
.titleTxtBox{flex:1}
.titleTxtBox h1{font-size:42px;line-height:1.2;color:#351002;margin:0 0 24px;font-weight:700}
.titleTxtBox .desc{font-size:17px;line-height:1.7;color:#351002;margin:0 0 16px}
.svcApproachSec{padding:90px 0;background:#F4F4F4}
.approachContainer{max-width:1140px;margin:0 auto;padding:0 20px}
.approachHd{text-align:center;margin-bottom:60px}
.approachHd h2{font-size:36px;color:#351002;margin:0 0 20px;font-weight:700}
.approachHd .subline{font-size:18px;color:#351002;max-width:720px;margin:0 auto;line-height:1.6}
.approachGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}
.approachCard{background:#fff;padding:36px 28px;border-left:4px solid #F96600;box-shadow:0 4px 16px #35100214;transition:transform 200ms,box-shadow 200ms}
.approachCard:hover{transform:translateY(-4px);box-shadow:0 8px 24px #f9660029}
.approachCard h3{font-size:22px;color:#351002;margin:0 0 14px;font-weight:600}
.approachCard p{font-size:16px;line-height:1.65;color:#351002;margin:0}
.processSection{padding:90px 0;background:linear-gradient(180deg,#fff 0%,#f966000a 100%);position:relative}
.processSection::before{content:'';position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent 0%,#F96600 50%,transparent 100%)}
.procContainer{max-width:1140px;margin:0 auto;padding:0 20px;display:flex;flex-direction:row;gap:70px;align-items:flex-start}
.procLeft{flex:1}
.procLeft h2{font-size:38px;color:#351002;margin:0 0 28px;font-weight:700}
.procLeft .intro{font-size:17px;line-height:1.7;color:#351002;margin:0 0 40px}
.procImgWrap{position:relative;margin-bottom:32px}
.procImgWrap img{width:100%;height:340px;object-fit:cover;box-shadow:0 8px 24px #3510021f}
.specialistBox{background:#fff;padding:24px;border:2px solid #F96600;display:flex;gap:20px;align-items:center;box-shadow:0 6px 18px #f966001a}
.specialistPhoto{flex:0 0 90px}
.specialistPhoto img{width:90px;height:90px;object-fit:cover;border-radius:50%}
.specialistInfo h4{font-size:19px;color:#351002;margin:0 0 6px;font-weight:600}
.specialistInfo p{font-size:15px;line-height:1.6;color:#351002;margin:0}
.procRight{flex:0 0 500px}
.stepsWrap{background:#fff;padding:40px 32px;box-shadow:0 10px 28px #3510021a}
.stepItem{position:relative;padding-left:50px;margin-bottom:36px}
.stepItem:last-child{margin-bottom:0}
.stepNum{position:absolute;left:0;top:0;width:36px;height:36px;background:#F96600;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:700}
.stepItem h5{font-size:20px;color:#351002;margin:0 0 10px;font-weight:600}
.stepItem p{font-size:15px;line-height:1.65;color:#351002;margin:0}
.ctaBlock{text-align:center;margin-top:60px}
.ctaBlock .btn{display:inline-block;background:#F96600;color:#fff;padding:16px 48px;font-size:17px;text-decoration:none;font-weight:600;transition:background 200ms,transform 150ms;box-shadow:0 6px 20px #f966003d}
.ctaBlock .btn:hover{background:#351002;transform:scale(1.04);box-shadow:0 8px 26px #35100247}
@media (max-width: 1024px) {
.titleInner{flex-direction:column;gap:40px}
.titleImgBox{flex:0 0 auto;width:100%;max-width:500px}
.titleImgBox img{height:400px}
.approachGrid{grid-template-columns:repeat(2,1fr);gap:32px}
.procContainer{flex-direction:column;gap:50px}
.procRight{flex:0 0 auto;width:100%}
}
@media (max-width: 768px) {
.svcTitleWrap{padding:60px 0}
.titleTxtBox h1{font-size:32px}
.titleTxtBox .desc{font-size:16px}
.titleImgBox img{height:340px}
.svcApproachSec{padding:60px 0}
.approachHd h2{font-size:28px}
.approachGrid{grid-template-columns:1fr;gap:24px}
.processSection{padding:60px 0}
.procLeft h2{font-size:28px}
.procImgWrap img{height:280px}
.specialistBox{flex-direction:column;text-align:center}
.specialistPhoto{flex:0 0 auto}
.stepsWrap{padding:32px 20px}
.stepItem{padding-left:46px;margin-bottom:28px}
.ctaBlock{margin-top:40px}
}
@media (max-width: 480px) {
.titleTxtBox h1{font-size:26px}
.titleImgBox img{height:300px}
.approachHd h2{font-size:24px}
.approachCard{padding:28px 20px}
.procLeft h2{font-size:24px}
.procImgWrap img{height:240px}
.ctaBlock .btn{padding:14px 36px;font-size:16px}
}
.SuccWrap{background:linear-gradient(135deg,#F4F4F4 0%,#fff 100%);min-height:85vh;display:flex;align-items:center;justify-content:center;padding:60px 20px;position:relative;overflow:hidden}
.SuccWrap::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,#f9660014 0%,transparent 70%);animation:pulseSlow 8s ease-in-out infinite;border-radius:50%}
.SuccWrap::after{content:'';position:absolute;bottom:-30%;left:-15%;width:500px;height:500px;background:radial-gradient(circle,#3510020f 0%,transparent 70%);animation:pulseSlow 10s ease-in-out infinite reverse;border-radius:50%}
@keyframes pulseSlow {
0%,100%{transform:scale(1);opacity:1}
50%{transform:scale(1.15);opacity:.7}
}
.contentSuccess{max-width:720px;text-align:center;position:relative;z-index:2;animation:fadeSlideUp .8s ease-out}
@keyframes fadeSlideUp {
from{opacity:0;transform:translateY(30px)}
to{opacity:1;transform:translateY(0)}
}
.iconCirc{width:120px;height:120px;margin:0 auto 32px;background:linear-gradient(135deg,#F96600 0%,#ff8533 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 12px 32px #f966004d 0 4px 12px #35100226;animation:scaleCheck .6s ease-out .3s backwards;position:relative}
.iconCirc::before{content:'';position:absolute;width:140px;height:140px;border:3px solid #f9660033;border-radius:50%;animation:ripple 2s ease-out infinite}
@keyframes scaleCheck {
from{transform:scale(0)}
to{transform:scale(1)}
}
@keyframes ripple {
0%{transform:scale(1);opacity:1}
100%{transform:scale(1.4);opacity:0}
}
.iconCirc svg{width:56px;height:56px;stroke:#fff;stroke-width:4;fill:none;stroke-linecap:round;stroke-linejoin:round}
.iconCirc svg path{stroke-dasharray:100;stroke-dashoffset:100;animation:drawCheck .5s ease-out .6s forwards}
@keyframes drawCheck {
to{stroke-dashoffset:0}
}
.contentSuccess h1{font-size:48px;font-weight:700;color:#351002;margin:0 0 16px;line-height:1.2;letter-spacing:-.5px}
.contentSuccess .subTxt{font-size:20px;color:#351002;opacity:.75;margin:0 0 12px;line-height:1.5}
.contentSuccess .detailTxt{font-size:16px;color:#351002;opacity:.6;margin:0 0 40px;line-height:1.6;max-width:540px;margin-left:auto;margin-right:auto}
.btnWrap3{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}
.btnPrim2{display:inline-flex;align-items:center;gap:8px;padding:16px 36px;background:#F96600;color:#fff;text-decoration:none;border-radius:4px;font-size:16px;font-weight:600;transition:all .3s ease;box-shadow:0 4px 12px #f9660040;position:relative;overflow:hidden}
.btnPrim2::before{content:'';position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,#fff3,transparent);transition:left .5s ease}
.btnPrim2:hover::before{left:100%}
.btnPrim2:hover{background:#ff7519;box-shadow:0 6px 20px #f9660059;transform:translateY(-2px)}
.btnSec2{display:inline-flex;align-items:center;gap:8px;padding:16px 36px;background:transparent;color:#351002;text-decoration:none;border:2px solid #351002;border-radius:4px;font-size:16px;font-weight:600;transition:all .3s ease}
.btnSec2:hover{background:#351002;color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #35100233}
.infoBox4{background:#fff;padding:80px 20px;position:relative}
.infoBox4::before{content:'';position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,#35100226,transparent)}
.innerCont3{max-width:1140px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:32px}
.card8{background:linear-gradient(135deg,#F4F4F4 0%,#fff 100%);padding:32px;border-radius:6px;border-left:4px solid #F96600;transition:all .3s ease;box-shadow:0 2px 8px #35100214}
.card8:hover{transform:translateX(4px);box-shadow:0 6px 16px #3510021f}
.card8 h3{font-size:20px;font-weight:700;color:#351002;margin:0 0 12px;display:flex;align-items:center;gap:10px}
.card8 h3::before{content:'';width:8px;height:8px;background:#F96600;border-radius:50%;flex-shrink:0}
.card8 p{font-size:15px;color:#351002;opacity:.7;margin:0;line-height:1.6}
.card8 a{display:inline-flex;align-items:center;gap:6px;margin-top:16px;color:#F96600;text-decoration:none;font-weight:600;font-size:15px;transition:gap .3s ease}
.card8 a:hover{gap:10px}
.card8 a i{font-size:18px}
@media (max-width: 768px) {
.SuccWrap{padding:40px 20px;min-height:70vh}
.contentSuccess h1{font-size:36px}
.contentSuccess .subTxt{font-size:18px}
.iconCirc{width:100px;height:100px;margin-bottom:24px}
.iconCirc svg{width:48px;height:48px}
.btnWrap3{flex-direction:column}
.btnPrim2,.btnSec2{width:100%;justify-content:center}
.infoBox4{padding:60px 20px}
.innerCont3{grid-template-columns:1fr;gap:24px}
}
@media (max-width: 480px) {
.contentSuccess h1{font-size:28px}
.contentSuccess .subTxt{font-size:16px}
.contentSuccess .detailTxt{font-size:14px}
.iconCirc{width:80px;height:80px}
.iconCirc svg{width:40px;height:40px}
}