*{margin:0;padding:0;box-sizing:border-box}
body{font-family:'Karla',sans-serif;font-size:16px;line-height:1.6;color:#2a2a2a;background:#fafafa}
.siteHeader{background:linear-gradient(135deg,#fff 0%,#f8f8f8 100%);border-bottom:1px solid #e8e8e8;padding:0}
.topUtilityBar{background:linear-gradient(125deg,#BC6C54 0%,#FB9D00 100%);padding:8px 0}
.utilityContent{max-width:1440px;margin:0 auto;padding:0 24px;display:flex;justify-content:space-between;align-items:center}
.contactDetails{display:flex;gap:28px;align-items:center}
.contactDetails a{color:#fff;text-decoration:none;font-size:14px;display:flex;align-items:center;gap:6px;transition:opacity .3s ease}
.contactDetails a:hover{opacity:.85}
.contactDetails i{font-size:16px}
.mainHeaderRow{padding:20px 0}
.headerContentFlow{max-width:1440px;margin:0 auto;padding:0 24px;display:flex;align-items:center;gap:18px}
.logoContainer{flex-shrink:0}
.logoContainer img{height:95px;width:95px;display:block;border-radius:28px;box-shadow:0 4px 12px #bc6c5426}
.flowConnector{width:2px;height:40px;background:linear-gradient(180deg,#BC6C54 0%,#04DBE0 100%);border-radius:2px;flex-shrink:0}
.brandIdentity{flex-shrink:0}
.companyTitle{font-size:28px;font-weight:700;color:#BC6C54;line-height:1.2}
.taglineText{font-size:13px;color:#666;margin-top:2px}
.navWrapper{margin-left:auto;display:flex;align-items:center}
.primaryNav{display:flex;gap:8px;list-style:none;align-items:center}
.primaryNav li{position:relative}
.primaryNav a{display:block;padding:12px 20px;color:#2a2a2a;text-decoration:none;font-size:15px;font-weight:400;border-radius:24px;transition:background .3s ease,color .3s ease}
.primaryNav a:hover{background:#f0f0f0;color:#BC6C54}
.primaryNav .hasDropdown > a::after{content:'\f107';font-family:'Line Awesome Free';font-weight:900;margin-left:6px;font-size:12px}
.subNavDropdown{position:absolute;top:100%;left:0;background:#fff;border-radius:20px;box-shadow:0 8px 24px #0000001f;padding:12px 0;min-width:220px;list-style:none;opacity:0;visibility:hidden;transform:translateY(-10px);transition:opacity .3s ease,transform .3s ease,visibility .3s ease;z-index:100;margin-top:8px}
.hasDropdown:hover .subNavDropdown{opacity:1;visibility:visible;transform:translateY(0)}
.subNavDropdown li{margin:0}
.subNavDropdown a{padding:10px 24px;border-radius:0;font-size:14px}
.subNavDropdown a:hover{background:#f8f8f8}
.siteFooter{background:linear-gradient(135deg,#2a2a2a 0%,#1a1a1a 100%);color:#e0e0e0;padding:60px 0 0;margin-top:80px}
.footerContent{max-width:1440px;margin:0 auto;padding:0 24px}
.footerBlocks{display:grid;grid-template-columns:1fr 1fr 1fr;gap:48px;padding-bottom:48px;border-bottom:1px solid #3a3a3a}
.footerBlock h3{font-size:18px;font-weight:700;color:#fff;margin-bottom:20px}
.companyBlock p{font-size:14px;line-height:1.8;color:#b0b0b0;margin-bottom:12px}
.footerNav{list-style:none}
.footerNav li{margin-bottom:12px}
.footerNav a{color:#b0b0b0;text-decoration:none;font-size:14px;transition:color .3s ease}
.footerNav a:hover{color:#04DBE0}
.contactBlock p{font-size:14px;line-height:1.8;color:#b0b0b0;margin-bottom:12px}
.contactBlock a{color:#04DBE0;text-decoration:none}
.contactBlock a:hover{text-decoration:underline}
.copyrightBar{padding:24px 0;text-align:center}
.copyrightBar p{font-size:13px;color:gray}
.cookiePanel{position:fixed;bottom:0;left:50%;transform:translateX(-50%) translateY(100%);background:#fff;border-radius:28px 28px 0 0;box-shadow:0 -8px 32px #0000002e;padding:32px 40px;max-width:520px;width:calc(100% - 32px);z-index:9999;transition:transform .4s cubic-bezier(0.4,0,0.2,1)}
.cookiePanel.showPanel{transform:translateX(-50%) translateY(0)}
.cookieHeading{font-size:20px;font-weight:700;color:#2a2a2a;margin-bottom:12px}
.cookieDescription{font-size:14px;line-height:1.7;color:#666;margin-bottom:24px}
.cookieDescription a{color:#BC6C54;text-decoration:underline}
.cookieActions{display:flex;gap:16px;justify-content:center}
.cookieActions button{padding:12px 28px;font-size:14px;font-weight:700;border-radius:24px;border:2px solid #BC6C54;cursor:pointer;transition:all .3s ease;font-family:'Karla',sans-serif}
.acceptBtn{background:#BC6C54;color:#fff}
.acceptBtn:hover{background:#a55a45;border-color:#a55a45}
.declineBtn{background:transparent;color:#BC6C54}
.declineBtn:hover{background:#f8f8f8}
@media (max-width: 1024px) {
.headerContentFlow{flex-wrap:wrap;gap:12px}
.flowConnector{display:none}
.navWrapper{width:100%;margin-left:0;justify-content:center;margin-top:12px}
.primaryNav{flex-wrap:wrap;justify-content:center}
.footerBlocks{grid-template-columns:1fr;gap:32px}
}
@media (max-width: 768px) {
.contactDetails{flex-direction:column;gap:8px;align-items:flex-start}
.logoContainer img{height:70px;width:70px}
.companyTitle{font-size:22px}
.taglineText{font-size:12px}
.primaryNav{flex-direction:column;width:100%}
.primaryNav li{width:100%}
.primaryNav a{text-align:center}
.cookiePanel{padding:24px;max-width:calc(100% - 24px)}
.cookieActions{flex-direction:column}
.cookieActions button{width:100%}
}
.legal-content{max-width:1440px;margin:0 auto;padding:80px 24px;background:linear-gradient(135deg,#fff 0%,#fefcfb 100%)}
.legal-content p{font-size:17px;line-height:1.8;color:#2c2c2c;margin:0 0 24px;max-width:820px}
.legal-content p + p{margin-top:18px}
.legal-content strong,.legal-content b{font-weight:600;color:#1a1a1a}
.legal-content em,.legal-content i{font-style:italic;color:#3d3d3d}
.legal-content a{color:#BC6C54;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px;transition:all .3s ease}
.legal-content a:hover{color:#04DBE0;text-decoration-thickness:2px}
.legal-content a:active{color:#FB9D00}
.legal-content h1{font-size:42px;font-weight:700;color:#1a1a1a;margin:0 0 16px;line-height:1.2}
.legal-content h2{font-size:32px;font-weight:600;color:#2c2c2c;margin:48px 0 20px;line-height:1.3}
.legal-content h3{font-size:24px;font-weight:600;color:#3d3d3d;margin:36px 0 16px;line-height:1.4}
.legal-content h4{font-size:20px;font-weight:600;color:#4a4a4a;margin:28px 0 14px;line-height:1.5}
.legal-content h5{font-size:18px;font-weight:600;color:#5a5a5a;margin:24px 0 12px;line-height:1.5}
.legal-content h6{font-size:17px;font-weight:600;color:#6a6a6a;margin:20px 0 10px;line-height:1.5}
.legal-content ul,.legal-content ol{margin:0 0 24px;padding-left:32px;max-width:820px}
.legal-content ul li,.legal-content ol li{font-size:17px;line-height:1.8;color:#2c2c2c;margin-bottom:12px}
.legal-content ul li::marker{color:#BC6C54}
.legal-content ol li::marker{color:#BC6C54;font-weight:600}
.legal-content table{width:100%;max-width:1100px;border-collapse:separate;border-spacing:0;margin:32px 0;border-radius:24px;overflow:hidden;box-shadow:0 8px 24px #bc6c5414}
.legal-content thead{background:linear-gradient(135deg,#BC6C54 0%,#a85a44 100%)}
.legal-content thead tr{border:none}
.legal-content thead th{padding:20px 24px;text-align:left;font-size:16px;font-weight:600;color:#fff;border:none}
.legal-content thead th:first-child{border-top-left-radius:24px}
.legal-content thead th:last-child{border-top-right-radius:24px}
.legal-content tbody{background:#fff}
.legal-content tbody tr{border-bottom:1px solid #f0f0f0;transition:background .2s ease}
.legal-content tbody tr:hover{background:linear-gradient(135deg,#fef9f7 0%,#fefefe 100%)}
.legal-content tbody tr:last-child{border-bottom:none}
.legal-content tbody tr:last-child td:first-child{border-bottom-left-radius:24px}
.legal-content tbody tr:last-child td:last-child{border-bottom-right-radius:24px}
.legal-content td{padding:18px 24px;font-size:16px;line-height:1.6;color:#3d3d3d;border:none}
.legal-content th{font-size:16px;font-weight:600}
.legal-content hr{border:none;height:2px;background:linear-gradient(90deg,transparent 0%,#BC6C54 50%,transparent 100%);margin:48px 0;opacity:.3}
@media (max-width: 1024px) {
.legal-content{padding:60px 20px}
.legal-content h1{font-size:36px}
.legal-content h2{font-size:28px}
.legal-content h3{font-size:22px}
.legal-content p,.legal-content ul li,.legal-content ol li{font-size:16px}
.legal-content table{font-size:15px}
.legal-content thead th,.legal-content td{padding:16px 18px;font-size:15px}
}
@media (max-width: 768px) {
.legal-content{padding:48px 16px}
.legal-content h1{font-size:32px}
.legal-content h2{font-size:26px;margin:36px 0 16px}
.legal-content h3{font-size:20px}
.legal-content p,.legal-content ul li,.legal-content ol li{font-size:15px}
.legal-content table{display:block;overflow-x:auto;border-radius:20px}
.legal-content thead th,.legal-content td{padding:14px 16px;font-size:14px}
.legal-content ul,.legal-content ol{padding-left:24px}
}
@media (max-width: 480px) {
.legal-content{padding:40px 16px}
.legal-content h1{font-size:28px}
.legal-content h2{font-size:24px}
.legal-content h3{font-size:19px}
.legal-content thead th,.legal-content td{padding:12px 14px;font-size:13px}
}
.heroWrapper{position:relative;min-height:520px;display:flex;align-items:center;justify-content:center;overflow:hidden;background:linear-gradient(127deg,#BC6C54 0%,#FB9D00 100%)}
.heroWrapper::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background-image:url(./blog_images/media-2.jpg);background-size:cover;background-position:center;opacity:.15;filter:grayscale(30%) contrast(1.2)}
.heroContent{position:relative;z-index:2;max-width:1440px;width:90%;margin:0 auto;padding:80px 20px;text-align:center;color:#fff}
.heroContent h1{font-size:3.2rem;font-weight:700;margin:0 0 28px;line-height:1.2;letter-spacing:-.5px}
.heroList{list-style:none;padding:0;margin:32px auto 40px;max-width:720px}
.heroList li{font-size:1.15rem;line-height:1.7;margin-bottom:16px;position:relative;padding-left:32px}
.heroList li::before{content:'→';position:absolute;left:0;color:#04DBE0;font-weight:700;font-size:1.3rem}
.heroBtn{display:inline-block;background:#04DBE0;color:#1a1a1a;padding:16px 44px;border-radius:32px;font-size:1.05rem;font-weight:600;text-decoration:none;transition:all .3s ease;box-shadow:0 8px 24px #04dbe04d}
.heroBtn:hover{transform:translateY(-3px);box-shadow:0 12px 32px #04dbe066;background:#00c4c9}
.processWrapper{background:#fafafa;padding:100px 20px}
.processInner{max-width:1440px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.processTextSide h2{font-size:2.6rem;font-weight:700;margin:0 0 24px;color:#2a2a2a;position:relative;padding-bottom:16px}
.processTextSide h2::after{content:'';position:absolute;bottom:0;left:0;width:80px;height:4px;background:linear-gradient(90deg,#BC6C54,#FB9D00);border-radius:4px}
.processTextSide p{font-size:1.05rem;line-height:1.8;color:#4a4a4a;margin-bottom:18px}
.stepCards{display:grid;grid-template-columns:1fr;gap:24px}
.stepCard{background:#fff;padding:32px;border-radius:24px;box-shadow:0 4px 16px #0000000f;transition:all .3s ease;border-left:4px solid #BC6C54}
.stepCard:nth-child(2){border-left-color:#04DBE0}
.stepCard:nth-child(3){border-left-color:#FB9D00}
.stepCard:hover{transform:translateX(8px);box-shadow:0 8px 28px #0000001f}
.stepNumber{display:inline-block;width:48px;height:48px;background:linear-gradient(135deg,#BC6C54,#FB9D00);color:#fff;border-radius:50%;font-size:1.3rem;font-weight:700;display:flex;align-items:center;justify-content:center;margin-bottom:16px}
.stepCard h3{font-size:1.4rem;font-weight:600;margin:0 0 12px;color:#2a2a2a}
.stepCard p{font-size:.98rem;line-height:1.7;color:#5a5a5a;margin:0}
.benefitsWrap{background:linear-gradient(165deg,#fff 0%,#f5f5f5 100%);padding:100px 20px;position:relative;overflow:hidden}
.benefitsWrap::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#bc6c5414 0%,transparent 70%);border-radius:50%}
.benefitsContainer{max-width:1440px;margin:0 auto;position:relative;z-index:2}
.benefitsHeader{text-align:center;margin-bottom:64px}
.benefitsHeader h2{font-size:2.8rem;font-weight:700;margin:0 0 20px;color:#2a2a2a}
.benefitsHeader p{font-size:1.1rem;line-height:1.7;color:#5a5a5a;max-width:680px;margin:0 auto}
.benefitsGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}
.benefitItem{background:#fff;padding:40px 32px;border-radius:28px;box-shadow:0 6px 20px #00000014;text-align:center;transition:all .35s ease;position:relative;overflow:hidden}
.benefitItem::before{content:'';position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#BC6C54,#04DBE0,#FB9D00);transform:translateX(-100%);transition:transform .35s ease}
.benefitItem:hover::before{transform:translateX(0)}
.benefitItem:hover{transform:translateY(-8px);box-shadow:0 12px 36px #00000024}
.benefitIcon{font-size:3rem;color:#BC6C54;margin-bottom:20px}
.benefitItem:nth-child(2) .benefitIcon{color:#04DBE0}
.benefitItem:nth-child(3) .benefitIcon{color:#FB9D00}
.benefitItem:nth-child(4) .benefitIcon{color:#BC6C54}
.benefitItem:nth-child(5) .benefitIcon{color:#04DBE0}
.benefitItem:nth-child(6) .benefitIcon{color:#FB9D00}
.benefitItem h3{font-size:1.35rem;font-weight:600;margin:0 0 14px;color:#2a2a2a}
.benefitItem p{font-size:.97rem;line-height:1.65;color:#5a5a5a;margin:0}
.visualDivider{height:3px;background:linear-gradient(90deg,transparent 0%,#BC6C54 25%,#04DBE0 50%,#FB9D00 75%,transparent 100%);margin:0;border:none}
@media (max-width: 1024px) {
.processInner{grid-template-columns:1fr;gap:48px}
.benefitsGrid{grid-template-columns:repeat(2,1fr);gap:24px}
.heroContent h1{font-size:2.6rem}
.processTextSide h2{font-size:2.2rem}
}
@media (max-width: 768px) {
.heroWrapper{min-height:440px}
.heroContent{padding:60px 20px}
.heroContent h1{font-size:2rem}
.heroList li{font-size:1rem}
.processWrapper{padding:70px 20px}
.processTextSide h2{font-size:1.9rem}
.benefitsGrid{grid-template-columns:1fr;gap:20px}
.benefitsHeader h2{font-size:2.2rem}
.benefitsWrap{padding:70px 20px}
}
@media (max-width: 480px) {
.heroContent h1{font-size:1.7rem}
.heroBtn{padding:14px 36px;font-size:.98rem}
.stepCard{padding:24px}
.benefitItem{padding:32px 24px}
}
.heroBlock{background:linear-gradient(127deg,#BC6C54 0%,#FB9D00 100%);padding:80px 20px;position:relative;overflow:hidden}
.heroContentWrap{max-width:1440px;margin:0 auto;display:flex;align-items:center;gap:60px;position:relative;z-index:2}
.heroTextZone{flex:1;color:#fff}
.heroMainTitle{font-size:52px;line-height:1.2;margin:0 0 24px;font-weight:700}
.heroDesc{font-size:20px;line-height:1.6;margin:0 0 32px;opacity:.95}
.heroButtonGroup{display:flex;gap:16px}
.heroBtn{padding:16px 32px;border-radius:28px;font-size:16px;font-weight:600;text-decoration:none;display:inline-block;transition:all .3s ease}
.heroBtnPrimary{background:#fff;color:#BC6C54}
.heroBtnPrimary:hover{background:#f5f5f5;transform:translateY(-2px);box-shadow:0 8px 24px #00000026}
.heroBtnSecondary{background:transparent;color:#fff;border:2px solid #fff}
.heroBtnSecondary:hover{background:#ffffff1a;transform:translateY(-2px)}
.heroImgZone{flex:1;position:relative}
.heroImage{width:100%;height:auto;border-radius:32px;box-shadow:0 24px 48px #0003;transition:transform .6s ease}
.heroBlock:hover .heroImage{transform:translateY(-8px)}
.particleCanvas{position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at 20% 50%,#04dbe026 0%,transparent 50%),radial-gradient(circle at 80% 80%,#fb9d0026 0%,transparent 50%);animation:particleFloat 20s infinite alternate;z-index:1}
@keyframes particleFloat {
0%{opacity:.3;transform:translateY(0)}
100%{opacity:.6;transform:translateY(-20px)}
}
.numbersSection{background:#f8f8f8;padding:100px 20px}
.numbersContainer{max-width:1440px;margin:0 auto}
.numbersHeading{font-size:42px;line-height:1.3;margin:0 0 60px;text-align:center;color:#2a2a2a;font-weight:700}
.statsGrid{display:grid;grid-template-columns:repeat(4,1fr);gap:32px}
.statCard{background:#fff;padding:40px 28px;border-radius:24px;box-shadow:0 4px 16px #0000000f;transition:all .4s ease;position:relative;overflow:hidden}
.statCard::before{content:'';position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#BC6C54,#04DBE0);transform:scaleX(0);transform-origin:left;transition:transform .6s ease}
.statCard:hover::before{transform:scaleX(1)}
.statCard:hover{transform:translateY(-8px);box-shadow:0 12px 32px #0000001f}
.statIconWrap{font-size:48px;color:#BC6C54;margin:0 0 20px}
.statNumber{font-size:48px;font-weight:700;color:#2a2a2a;margin:0 0 8px}
.statLabel{font-size:16px;color:#666;line-height:1.5;margin:0 0 20px}
.statProgress{width:100%;height:6px;background:#e8e8e8;border-radius:10px;overflow:hidden}
.statBar{height:100%;background:linear-gradient(90deg,#BC6C54,#FB9D00);border-radius:10px;transition:width 1.2s ease}
.peopleWrapper{background:#fff;padding:100px 20px}
.peopleContent{max-width:1440px;margin:0 auto;display:flex;align-items:center;gap:80px}
.peopleTextSide{flex:1.2}
.peopleTitle{font-size:40px;line-height:1.3;margin:0 0 32px;color:#2a2a2a;font-weight:700;position:relative;padding-left:20px}
.peopleTitle::before{content:'';position:absolute;left:0;top:0;width:6px;height:100%;background:linear-gradient(180deg,#BC6C54,#04DBE0);border-radius:10px}
.peoplePara{font-size:18px;line-height:1.7;color:#4a4a4a;margin:0 0 24px}
.peopleHighlight{margin-top:40px;display:flex;gap:40px}
.peopleHighlightItem{display:flex;flex-direction:column;gap:8px}
.peopleHighlightNumber{font-size:36px;font-weight:700;color:#BC6C54}
.peopleHighlightText{font-size:14px;color:#666;text-transform:uppercase;letter-spacing:.5px}
.peopleImgSide{flex:1}
.peoplePhoto{width:100%;height:auto;border-radius:32px;box-shadow:0 16px 48px #00000026}
.audienceZone{background:linear-gradient(135deg,#f8f8f8 0%,#e8e8e8 100%);padding:100px 20px}
.audienceInner{max-width:1440px;margin:0 auto}
.audienceMainTitle{font-size:42px;line-height:1.3;margin:0 0 60px;text-align:center;color:#2a2a2a;font-weight:700}
.audienceCards{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}
.audienceCard{background:#fff;padding:44px 36px;border-radius:28px;box-shadow:0 8px 24px #00000014;transition:all .4s ease;border:2px solid transparent}
.audienceCard:hover{border-color:#04DBE0;transform:translateY(-6px);box-shadow:0 16px 40px #0000001f}
.audienceCardIcon{font-size:56px;color:#FB9D00;margin:0 0 24px}
.audienceCardTitle{font-size:24px;line-height:1.4;margin:0 0 16px;color:#2a2a2a;font-weight:700}
.audienceCardText{font-size:16px;line-height:1.7;color:#4a4a4a;margin:0 0 20px}
.audienceCardMeta{font-size:14px;color:#BC6C54;font-weight:600;padding:8px 16px;background:#bc6c541a;border-radius:16px;display:inline-block}
.processSection{background:#fff;padding:100px 20px}
.processContainer{max-width:1440px;margin:0 auto}
.processHeader{text-align:center;margin:0 0 60px}
.processMainHeading{font-size:42px;line-height:1.3;margin:0 0 24px;color:#2a2a2a;font-weight:700}
.processIntro{font-size:18px;line-height:1.7;color:#4a4a4a;max-width:800px;margin:0 auto}
.processSteps input[type="radio"]{display:none}
.processNav{display:flex;gap:16px;margin:0 0 48px;justify-content:center}
.processNavItem{flex:1;max-width:280px;padding:24px 20px;background:#f8f8f8;border-radius:20px;cursor:pointer;transition:all .3s ease;border:3px solid transparent}
.processNavItem:hover{background:#e8e8e8}
#step1:checked ~ .processNav label[for="step1"],#step2:checked ~ .processNav label[for="step2"],#step3:checked ~ .processNav label[for="step3"],#step4:checked ~ .processNav label[for="step4"]{background:linear-gradient(135deg,#BC6C54,#FB9D00);color:#fff;border-color:#BC6C54}
#step1:checked ~ .processNav label[for="step1"] .processNavNumber,#step2:checked ~ .processNav label[for="step2"] .processNavNumber,#step3:checked ~ .processNav label[for="step3"] .processNavNumber,#step4:checked ~ .processNav label[for="step4"] .processNavNumber{color:#fff}
.processNavNumber{display:block;font-size:28px;font-weight:700;margin:0 0 8px;color:#BC6C54}
.processNavLabel{display:block;font-size:16px;font-weight:600}
.processContent{position:relative}
.processPanel{display:none;align-items:center;gap:60px}
#step1:checked ~ .processContent .processPanel1,#step2:checked ~ .processContent .processPanel2,#step3:checked ~ .processContent .processPanel3,#step4:checked ~ .processContent .processPanel4{display:flex;animation:panelFade .5s ease}
@keyframes panelFade {
from{opacity:0;transform:translateY(20px)}
to{opacity:1;transform:translateY(0)}
}
.processPanelText{flex:1.2}
.processPanelTitle{font-size:32px;line-height:1.4;margin:0 0 20px;color:#2a2a2a;font-weight:700}
.processPanelDesc{font-size:17px;line-height:1.7;color:#4a4a4a;margin:0 0 24px}
.processPanelList{list-style:none;padding:0;margin:0}
.processPanelList li{font-size:16px;line-height:1.6;color:#4a4a4a;padding:12px 0 12px 32px;position:relative}
.processPanelList li::before{content:'✓';position:absolute;left:0;color:#04DBE0;font-weight:700;font-size:18px}
.processPanelImg{flex:1}
.processPanelImg img{width:100%;height:auto;border-radius:28px;box-shadow:0 12px 32px #0000001f}
.experienceWrapper{background:linear-gradient(127deg,#2a2a2a 0%,#4a4a4a 100%);padding:100px 20px;color:#fff}
.experienceContentWrap{max-width:1440px;margin:0 auto}
.experienceMainH{font-size:42px;line-height:1.3;margin:0 0 24px;text-align:center;font-weight:700}
.experienceSubtext{font-size:18px;line-height:1.7;text-align:center;max-width:800px;margin:0 auto 60px;opacity:.9}
.experienceGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;margin:0 0 60px}
.experienceBox{background:#ffffff0d;padding:40px 32px;border-radius:28px;border:1px solid #ffffff1a;transition:all .4s ease}
.experienceBox:hover{background:#ffffff14;border-color:#04DBE0;transform:translateY(-6px)}
.experienceQuote{font-size:36px;color:#04DBE0;margin:0 0 20px;opacity:.6}
.experienceText{font-size:16px;line-height:1.7;margin:0 0 28px;color:#ffffffe6}
.experiencePerson{margin:0 0 20px}
.experiencePersonName{font-size:18px;font-weight:700;margin:0 0 4px;color:#fff}
.experiencePersonRole{font-size:14px;color:#ffffffb3}
.experienceMetric{padding:12px 16px;background:#04dbe026;border-radius:16px;display:flex;justify-content:space-between;align-items:center}
.experienceMetricLabel{font-size:13px;color:#fffc}
.experienceMetricValue{font-size:16px;font-weight:700;color:#04DBE0}
.experienceImageBlock{border-radius:32px;overflow:hidden;box-shadow:0 24px 48px #0000004d}
.experienceImageBlock img{width:100%;height:auto;display:block}
@media (max-width: 1024px) {
.heroContentWrap{flex-direction:column;gap:40px}
.heroMainTitle{font-size:40px}
.statsGrid{grid-template-columns:repeat(2,1fr)}
.peopleContent{flex-direction:column;gap:40px}
.audienceCards{grid-template-columns:1fr}
.processNav{flex-wrap:wrap}
.processPanel{flex-direction:column}
.experienceGrid{grid-template-columns:1fr}
}
@media (max-width: 768px) {
.heroBlock{padding:60px 20px}
.heroMainTitle{font-size:32px}
.heroDesc{font-size:17px}
.heroButtonGroup{flex-direction:column}
.numbersSection,.peopleWrapper,.audienceZone,.processSection,.experienceWrapper{padding:60px 20px}
.numbersHeading,.audienceMainTitle,.processMainHeading,.experienceMainH{font-size:32px}
.statsGrid{grid-template-columns:1fr;gap:20px}
.peopleTitle{font-size:32px}
.peopleHighlight{flex-direction:column;gap:24px}
.processNav{flex-direction:column}
.processNavItem{max-width:100%}
}
.contactSection{max-width:1440px;margin:0 auto;padding:0 24px}
.heroContact{padding:120px 0 80px;position:relative}
.heroContact::before{content:'';position:absolute;top:40px;left:0;width:8px;height:8px;background:#FB9D00;border-radius:50%;box-shadow:0 0 0 4px #fb9d0033}
.heroContact::after{content:'';position:absolute;bottom:40px;right:40px;width:12px;height:12px;background:#04DBE0;border-radius:50%;box-shadow:0 0 0 6px #04dbe026}
.heroContact .titleWrap{max-width:680px;margin-bottom:48px}
.heroContact .primaryHeading{font-size:58px;line-height:1.15;font-weight:700;color:#1a1a1a;margin:0 0 32px;letter-spacing:-.02em}
.heroContact .benefitsList{list-style:none;padding:0;margin:0 0 40px;display:flex;flex-direction:column;gap:18px}
.heroContact .benefitsList li{display:flex;align-items:flex-start;gap:14px;font-size:18px;line-height:1.6;color:#3a3a3a}
.heroContact .benefitsList li::before{content:'';width:28px;height:28px;background:linear-gradient(135deg,#BC6C54 0%,#FB9D00 100%);border-radius:50%;flex-shrink:0;margin-top:2px;box-shadow:0 4px 12px #bc6c5433}
.heroContact .actionBtn{display:inline-block;padding:16px 42px;background:linear-gradient(135deg,#BC6C54 0%,#FB9D00 100%);color:#fff;text-decoration:none;font-size:17px;font-weight:600;border-radius:32px;transition:all .3s ease;box-shadow:0 8px 24px #bc6c544d}
.heroContact .actionBtn:hover{transform:translateY(-3px);box-shadow:0 12px 32px #bc6c5466}
.heroContact .imagePanel{margin-top:64px;position:relative}
.heroContact .imagePanel::before{content:'';position:absolute;top:-24px;left:-24px;width:64px;height:64px;border:3px dotted #FB9D00;border-radius:20px;z-index:1}
.heroContact .imagePanel::after{content:'';position:absolute;bottom:-24px;right:-24px;width:64px;height:64px;border:3px dotted #04DBE0;border-radius:20px}
.heroContact .visualImg{width:100%;height:480px;object-fit:cover;border-radius:32px;box-shadow:0 16px 48px #0000001f;filter:saturate(0.7);display:block}
.infoGrid{padding:96px 0;background:linear-gradient(165deg,#bc6c5408 0%,#04dbe00a 100%)}
.infoGrid .gridLayout{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:32px;max-width:1200px;margin:0 auto}
.infoGrid .infoCard{background:#fff;padding:40px 32px;border-radius:28px;box-shadow:0 8px 28px #0000000f;transition:all .4s ease;position:relative;overflow:hidden}
.infoGrid .infoCard::before{content:'';position:absolute;top:0;left:0;width:6px;height:100%;background:linear-gradient(180deg,#BC6C54 0%,#FB9D00 100%);transform:scaleY(0);transition:transform .4s ease;transform-origin:top}
.infoGrid .infoCard:hover::before{transform:scaleY(1)}
.infoGrid .infoCard:hover{transform:translateY(-8px);box-shadow:0 16px 40px #0000001f}
.infoGrid .cardIcon{width:56px;height:56px;background:linear-gradient(135deg,#bc6c541a 0%,#fb9d0026 100%);border-radius:16px;display:flex;align-items:center;justify-content:center;margin-bottom:24px}
.infoGrid .cardIcon i{font-size:28px;color:#BC6C54}
.infoGrid .cardTitle{font-size:22px;font-weight:700;color:#1a1a1a;margin:0 0 14px}
.infoGrid .cardContent{font-size:16px;line-height:1.7;color:#4a4a4a;margin:0}
.infoGrid .cardContent a{color:#BC6C54;text-decoration:none;transition:color .3s ease}
.infoGrid .cardContent a:hover{color:#FB9D00}
.formArea{padding:96px 0;max-width:900px;margin:0 auto}
.formArea .sectionLabel{text-align:center;font-size:42px;font-weight:700;color:#1a1a1a;margin:0 0 16px;letter-spacing:-.01em}
.formArea .sectionIntro{text-align:center;font-size:18px;line-height:1.6;color:#5a5a5a;margin:0 0 56px;max-width:640px;margin-left:auto;margin-right:auto}
.formArea .contactFormWrapper{background:#fff;padding:56px 48px;border-radius:36px;box-shadow:0 12px 40px #00000014}
.formArea .formGrid{display:flex;flex-direction:column;gap:28px}
.formArea .fieldGroup{display:flex;flex-direction:column;gap:10px}
.formArea .fieldLabel{font-size:15px;font-weight:600;color:#2a2a2a;display:block}
.formArea .inputField{width:100%;padding:16px 20px;font-size:16px;color:#1a1a1a;border:2px solid #e0e0e0;border-radius:20px;transition:all .3s ease;background:#fafafa;box-sizing:border-box}
.formArea .inputField:focus{outline:none;border-color:#BC6C54;background:#fff;box-shadow:0 0 0 4px #bc6c541a}
.formArea .optionsGroup{display:flex;flex-direction:column;gap:8px}
.formArea .optionsLabel{font-size:15px;font-weight:600;color:#2a2a2a;margin-bottom:12px}
.formArea .checkboxItem{display:flex;align-items:center;gap:12px}
.formArea .checkboxInput{width:22px;height:22px;cursor:pointer;accent-color:#BC6C54}
.formArea .checkboxLabel{font-size:16px;color:#3a3a3a;cursor:pointer}
.formArea .privacyWrapper{display:flex;align-items:flex-start;gap:12px;padding:20px;background:#bc6c540a;border-radius:16px;margin-top:8px}
.formArea .privacyCheckbox{width:20px;height:20px;cursor:pointer;accent-color:#BC6C54;margin-top:2px;flex-shrink:0}
.formArea .privacyText{font-size:14px;line-height:1.6;color:#4a4a4a;margin:0}
.formArea .privacyText a{color:#BC6C54;text-decoration:none;font-weight:600}
.formArea .privacyText a:hover{text-decoration:underline}
.formArea .submitBtn{width:100%;padding:18px 32px;font-size:18px;font-weight:700;color:#fff;background:linear-gradient(135deg,#BC6C54 0%,#FB9D00 100%);border:none;border-radius:28px;cursor:pointer;transition:all .3s ease;box-shadow:0 8px 24px #bc6c544d;margin-top:12px}
.formArea .submitBtn:hover{transform:translateY(-3px);box-shadow:0 12px 32px #bc6c5466}
.closingSection{padding:96px 0;background:linear-gradient(135deg,#04dbe00f 0%,#fb9d000d 100%)}
.closingSection .contentWrapper{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center;max-width:1200px;margin:0 auto}
.closingSection .textPanel h2{font-size:38px;font-weight:700;color:#1a1a1a;margin:0 0 24px;line-height:1.25}
.closingSection .textPanel p{font-size:17px;line-height:1.7;color:#4a4a4a;margin:0 0 18px}
.closingSection .textPanel p:last-of-type{margin-bottom:36px}
.closingSection .textPanel .secondaryBtn{display:inline-block;padding:14px 36px;background:#fff;color:#BC6C54;text-decoration:none;font-size:16px;font-weight:600;border-radius:28px;border:2px solid #BC6C54;transition:all .3s ease;box-shadow:0 6px 20px #bc6c5426}
.closingSection .textPanel .secondaryBtn:hover{background:#BC6C54;color:#fff;transform:translateY(-2px);box-shadow:0 10px 28px #bc6c5440}
.closingSection .visualPanel{position:relative}
.closingSection .visualPanel::before{content:'';position:absolute;top:-16px;right:-16px;width:120px;height:120px;background:linear-gradient(135deg,#04DBE0 0%,#FB9D00 100%);border-radius:40px;opacity:.12;z-index:1}
.closingSection .closingImg{width:100%;height:500px;object-fit:cover;border-radius:32px;box-shadow:0 16px 48px #0000001f;display:block;position:relative;z-index:2}
@media (max-width: 968px) {
.heroContact .primaryHeading{font-size:44px}
.heroContact .visualImg{height:360px}
.infoGrid .gridLayout{grid-template-columns:1fr;gap:24px}
.formArea .sectionLabel{font-size:36px}
.formArea .contactFormWrapper{padding:40px 32px}
.closingSection .contentWrapper{grid-template-columns:1fr;gap:48px}
.closingSection .textPanel h2{font-size:32px}
.closingSection .closingImg{height:400px}
}
@media (max-width: 640px) {
.contactSection{padding:0 16px}
.heroContact{padding:80px 0 60px}
.heroContact .primaryHeading{font-size:36px;margin-bottom:24px}
.heroContact .benefitsList li{font-size:16px}
.heroContact .actionBtn{padding:14px 32px;font-size:16px}
.heroContact .visualImg{height:280px;border-radius:24px}
.heroContact .imagePanel::before,.heroContact .imagePanel::after{width:48px;height:48px}
.infoGrid{padding:64px 0}
.infoGrid .infoCard{padding:32px 24px}
.formArea{padding:64px 0}
.formArea .sectionLabel{font-size:30px}
.formArea .sectionIntro{font-size:16px}
.formArea .contactFormWrapper{padding:32px 24px;border-radius:28px}
.formArea .submitBtn{padding:16px 28px;font-size:17px}
.closingSection{padding:64px 0}
.closingSection .textPanel h2{font-size:28px}
.closingSection .textPanel p{font-size:16px}
.closingSection .closingImg{height:320px;border-radius:24px}
}
.titleWrap{max-width:1440px;margin:0 auto;padding:80px 20px;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;position:relative}
.titleWrap .imgSection{position:relative;z-index:1}
.titleWrap .imgSection img{width:100%;height:520px;object-fit:cover;border-radius:32px;box-shadow:0 12px 40px #bc6c5426}
.titleWrap .imgSection::before,.titleWrap .imgSection::after{content:'';position:absolute;width:18px;height:18px;background:linear-gradient(135deg,#FB9D00,#BC6C54);border-radius:50%;z-index:2}
.titleWrap .imgSection::before{top:-8px;left:40px}
.titleWrap .imgSection::after{bottom:30px;right:-8px}
.titleWrap .contentSection{background:linear-gradient(125deg,#04dbe00f,#fb9d000a);padding:50px 45px;border-radius:28px;position:relative;z-index:2;box-shadow:0 8px 24px #0000000f}
.titleWrap .contentSection h1{font-size:52px;line-height:1.15;color:#1a1a1a;margin:0 0 22px;font-weight:700}
.titleWrap .contentSection .descText{font-size:17px;line-height:1.7;color:#4a4a4a;margin:0 0 32px}
.titleWrap .contentSection .btnPrimary{display:inline-block;padding:16px 38px;background:linear-gradient(110deg,#BC6C54,#d4826d);color:#fff;text-decoration:none;border-radius:24px;font-size:16px;font-weight:600;box-shadow:0 6px 20px #bc6c5440;transition:all .3s ease}
.titleWrap .contentSection .btnPrimary:hover{transform:translateY(-2px);box-shadow:0 10px 28px #bc6c5459;background:linear-gradient(110deg,#d4826d,#BC6C54)}
.storyBlock{max-width:1440px;margin:0 auto;padding:90px 20px;background:linear-gradient(175deg,#fb9d0008 0%,#04dbe00d 100%)}
.storyBlock .gridLayout{display:grid;grid-template-columns:repeat(3,1fr);gap:50px}
.storyBlock .cardItem{background:#fff;padding:40px 32px;border-radius:30px;box-shadow:0 10px 32px #00000014;position:relative;transition:all .4s ease}
.storyBlock .cardItem:hover{transform:translateY(-6px);box-shadow:0 18px 48px #0000001f}
.storyBlock .cardItem::before{content:'';position:absolute;top:0;left:0;width:100%;height:5px;background:linear-gradient(90deg,#BC6C54,#FB9D00,#04DBE0);border-radius:30px 30px 0 0}
.storyBlock .cardItem .iconHolder{width:64px;height:64px;background:linear-gradient(135deg,#04dbe01f,#fb9d0014);border-radius:20px;display:flex;align-items:center;justify-content:center;margin-bottom:24px}
.storyBlock .cardItem .iconHolder i{font-size:32px;background:linear-gradient(135deg,#BC6C54,#FB9D00);-webkit-background-clip:text;-webkit-text-fill-color:transparent}
.storyBlock .cardItem h3{font-size:26px;color:#1a1a1a;margin:0 0 16px;font-weight:700}
.storyBlock .cardItem .infoText{font-size:16px;line-height:1.65;color:#555;margin:0}
.valueSection{max-width:1440px;margin:0 auto;padding:100px 20px;position:relative}
.valueSection .splitLayout{display:grid;grid-template-columns:45fr 55fr;gap:70px;align-items:center}
.valueSection .imgWrapper{position:relative}
.valueSection .imgWrapper .mainVisual{width:100%;height:480px;object-fit:cover;border-radius:36px;box-shadow:0 16px 48px #0000001f}
.valueSection .imgWrapper .decorCircle{position:absolute;width:140px;height:140px;background:linear-gradient(135deg,#fb9d00bf,#04dbe099);border-radius:50%;top:-20px;right:-25px;z-index:-1;filter:blur(32px)}
.valueSection .imgWrapper .secondaryImg{position:absolute;width:180px;height:240px;object-fit:cover;border-radius:24px;bottom:-30px;left:-35px;border:6px solid #fff;box-shadow:0 12px 36px #0000002e}
.valueSection .textContent h2{font-size:44px;color:#1a1a1a;margin:0 0 28px;font-weight:700;line-height:1.2}
.valueSection .textContent .leadPara{font-size:18px;line-height:1.75;color:#3a3a3a;margin:0 0 32px}
.valueSection .textContent .featureList{list-style:none;padding:0;margin:0 0 38px}
.valueSection .textContent .featureList li{font-size:16px;color:#4a4a4a;padding:14px 0 14px 46px;position:relative;line-height:1.6;border-bottom:1px solid #bc6c541f}
.valueSection .textContent .featureList li:last-child{border-bottom:none}
.valueSection .textContent .featureList li::before{content:'';position:absolute;left:0;top:50%;transform:translateY(-50%);width:28px;height:28px;background:linear-gradient(135deg,#04DBE0,#BC6C54);border-radius:50%;box-shadow:0 4px 12px #04dbe04d}
.valueSection .textContent .featureList li::after{content:'✓';position:absolute;left:8px;top:50%;transform:translateY(-50%);color:#fff;font-size:14px;font-weight:700}
.valueSection .textContent .ctaBtn{display:inline-block;padding:18px 42px;background:linear-gradient(95deg,#FB9D00,#BC6C54);color:#fff;text-decoration:none;border-radius:26px;font-size:17px;font-weight:600;box-shadow:0 8px 24px #fb9d004d;transition:all .35s ease}
.valueSection .textContent .ctaBtn:hover{transform:translateY(-3px);box-shadow:0 14px 36px #fb9d006b;background:linear-gradient(95deg,#BC6C54,#FB9D00)}
.approachArea{max-width:1440px;margin:0 auto;padding:85px 20px 110px;background:linear-gradient(165deg,#04dbe00a 0%,#bc6c540f 100%);border-radius:40px}
.approachArea .headingCenter{text-align:center;max-width:720px;margin:0 auto 60px}
.approachArea .headingCenter h2{font-size:46px;color:#1a1a1a;margin:0 0 18px;font-weight:700}
.approachArea .headingCenter .subline{font-size:18px;color:#4a4a4a;line-height:1.65;margin:0}
.approachArea .columnGrid{display:grid;grid-template-columns:repeat(2,1fr);gap:45px}
.approachArea .processCard{background:#fff;padding:45px 38px;border-radius:32px;box-shadow:0 10px 30px #00000012;position:relative;overflow:hidden;transition:all .4s ease}
.approachArea .processCard:hover{transform:translateX(6px);box-shadow:0 16px 42px #0000001c}
.approachArea .processCard::before{content:'';position:absolute;left:0;top:0;width:6px;height:100%;background:linear-gradient(180deg,#BC6C54,#FB9D00)}
.approachArea .processCard .numberBadge{display:inline-flex;align-items:center;justify-content:center;width:56px;height:56px;background:linear-gradient(135deg,#fb9d0026,#04dbe01a);border-radius:18px;font-size:24px;font-weight:700;color:#BC6C54;margin-bottom:22px}
.approachArea .processCard h4{font-size:24px;color:#1a1a1a;margin:0 0 14px;font-weight:700}
.approachArea .processCard .bodyTxt{font-size:16px;line-height:1.7;color:#555;margin:0}
.approachArea .finalVisual{margin-top:60px;display:grid;grid-template-columns:repeat(2,1fr);gap:40px}
.approachArea .finalVisual img{width:100%;height:360px;object-fit:cover;border-radius:30px;box-shadow:0 12px 36px #0000001a;transition:all .4s ease}
.approachArea .finalVisual img:hover{transform:scale(1.03);box-shadow:0 18px 48px #00000026}
@media (max-width: 1024px) {
.titleWrap{grid-template-columns:1fr;gap:40px;padding:60px 20px}
.titleWrap .imgSection img{height:400px}
.titleWrap .contentSection h1{font-size:42px}
.storyBlock .gridLayout{grid-template-columns:1fr;gap:35px}
.valueSection .splitLayout{grid-template-columns:1fr;gap:50px}
.valueSection .imgWrapper .secondaryImg{width:140px;height:190px;left:-20px;bottom:-20px}
.valueSection .textContent h2{font-size:38px}
.approachArea .columnGrid{grid-template-columns:1fr;gap:30px}
.approachArea .finalVisual{grid-template-columns:1fr;gap:30px}
}
@media (max-width: 768px) {
.titleWrap{padding:50px 16px}
.titleWrap .imgSection img{height:320px;border-radius:24px}
.titleWrap .contentSection{padding:35px 28px}
.titleWrap .contentSection h1{font-size:34px}
.titleWrap .contentSection .descText{font-size:16px}
.storyBlock{padding:60px 16px}
.storyBlock .cardItem{padding:32px 24px}
.storyBlock .cardItem h3{font-size:22px}
.valueSection{padding:70px 16px}
.valueSection .imgWrapper .mainVisual{height:360px}
.valueSection .imgWrapper .secondaryImg{display:none}
.valueSection .textContent h2{font-size:32px}
.valueSection .textContent .leadPara{font-size:16px}
.approachArea{padding:60px 16px 80px;border-radius:28px}
.approachArea .headingCenter h2{font-size:36px}
.approachArea .processCard{padding:32px 26px}
.approachArea .processCard h4{font-size:21px}
.approachArea .finalVisual img{height:280px;border-radius:24px}
}
.teamPageWrap{max-width:1440px;margin:0 auto;padding:0}
.teamTitleArea{display:flex;align-items:center;gap:60px;padding:80px 40px;background:linear-gradient(127deg,#FFF5F2 0%,#E8F9FA 100%);margin-bottom:0}
.teamTitleArea .imageContainer{flex:0 0 40%;position:relative}
.teamTitleArea .imageContainer img{width:100%;height:480px;object-fit:cover;border-radius:32px;filter:blur(0);box-shadow:0 16px 48px #bc6c5426}
.teamTitleArea .imageContainer::before{content:'';position:absolute;top:-20px;left:-20px;width:120px;height:120px;background:linear-gradient(135deg,#FB9D00 0%,#BC6C54 100%);border-radius:50%;opacity:.2;z-index:-1}
.teamTitleArea .imageContainer::after{content:'';position:absolute;bottom:-30px;right:-30px;width:200px;height:200px;background:radial-gradient(circle,#04DBE0 0%,transparent 70%);opacity:.15;z-index:-1}
.teamTitleArea .textContent{flex:1;padding-right:20px}
.teamTitleArea .textContent h1{font-size:52px;line-height:1.2;color:#2C1810;margin:0 0 24px;font-weight:700}
.teamTitleArea .textContent .leadPara{font-size:18px;line-height:1.7;color:#5A4A42;margin:0}
.expertGrid{padding:100px 40px;background:linear-gradient(161deg,#FFF 0%,#FFF9F7 50%,#F0FCFD 100%)}
.expertGrid .sectionHeader{text-align:center;margin-bottom:70px}
.expertGrid .sectionHeader h2{font-size:42px;line-height:1.3;color:#2C1810;margin:0 0 16px;font-weight:700}
.expertGrid .sectionHeader .subText{font-size:17px;line-height:1.6;color:#6B5B53;max-width:680px;margin:0 auto}
.expertGrid .cardsWrapper{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;max-width:1200px;margin:0 auto}
.expertGrid .profileCard{background:#FFF;border-radius:28px;padding:40px 32px;box-shadow:0 8px 32px #2c181014;transition:all .4s ease;position:relative;overflow:hidden}
.expertGrid .profileCard::before{content:'';position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#BC6C54 0%,#FB9D00 50%,#04DBE0 100%);transform:scaleX(0);transform-origin:left;transition:transform .5s ease}
.expertGrid .profileCard:hover{transform:translateY(-8px);box-shadow:0 20px 60px #bc6c542e}
.expertGrid .profileCard:hover::before{transform:scaleX(1)}
.expertGrid .profileCard .iconBox{width:80px;height:80px;background:linear-gradient(135deg,#FFF5F2 0%,#E8F9FA 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:24px;transition:all .4s ease}
.expertGrid .profileCard:hover .iconBox{background:linear-gradient(135deg,#BC6C54 0%,#FB9D00 100%)}
.expertGrid .profileCard .iconBox i{font-size:36px;color:#BC6C54;transition:color .4s ease}
.expertGrid .profileCard:hover .iconBox i{color:#FFF}
.expertGrid .profileCard h3{font-size:24px;line-height:1.3;color:#2C1810;margin:0 0 8px;font-weight:600}
.expertGrid .profileCard .roleText{font-size:15px;line-height:1.5;color:#04DBE0;margin:0 0 20px;font-weight:500}
.expertGrid .profileCard .bioText{font-size:15px;line-height:1.7;color:#6B5B53;margin:0 0 24px}
.expertGrid .profileCard .specialtyList{list-style:none;padding:0;margin:0}
.expertGrid .profileCard .specialtyList li{font-size:14px;line-height:1.6;color:#5A4A42;padding-left:24px;position:relative;margin-bottom:10px}
.expertGrid .profileCard .specialtyList li::before{content:'';position:absolute;left:0;top:8px;width:12px;height:2px;background:linear-gradient(90deg,#BC6C54 0%,#FB9D00 100%)}
@media (max-width: 1024px) {
.teamTitleArea{flex-direction:column;gap:40px;padding:60px 30px}
.teamTitleArea .imageContainer{flex:0 0 auto;width:100%}
.teamTitleArea .imageContainer img{height:400px}
.teamTitleArea .textContent{padding-right:0}
.teamTitleArea .textContent h1{font-size:42px}
.expertGrid{padding:80px 30px}
.expertGrid .cardsWrapper{grid-template-columns:repeat(2,1fr);gap:32px}
}
@media (max-width: 768px) {
.teamTitleArea{padding:50px 20px}
.teamTitleArea .imageContainer img{height:320px;border-radius:24px}
.teamTitleArea .textContent h1{font-size:36px}
.teamTitleArea .textContent .leadPara{font-size:16px}
.expertGrid{padding:60px 20px}
.expertGrid .sectionHeader h2{font-size:34px}
.expertGrid .sectionHeader .subText{font-size:16px}
.expertGrid .cardsWrapper{grid-template-columns:1fr;gap:28px}
}
@media (max-width: 480px) {
.teamTitleArea .textContent h1{font-size:30px}
.teamTitleArea .imageContainer img{height:280px}
.expertGrid .sectionHeader h2{font-size:28px}
.expertGrid .profileCard{padding:32px 24px}
}
.successHandler{min-height:85vh;display:flex;align-items:center;justify-content:center;padding:60px 20px;background:linear-gradient(138deg,#BC6C54 0%,#04DBE0 100%);position:relative;overflow:hidden}
.successHandler::before{content:'';position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,#fb9d0026 0%,transparent 70%);animation:pulseRotate 20s infinite linear}
@keyframes pulseRotate {
0%{transform:rotate(0deg) scale(1)}
50%{transform:rotate(180deg) scale(1.1)}
100%{transform:rotate(360deg) scale(1)}
}
.confirmWrapper{max-width:680px;width:100%;background:#fffffff7;border-radius:32px;padding:70px 50px;text-align:center;position:relative;z-index:2;box-shadow:0 24px 60px #0000002e}
.confirmWrapper::after{content:'';position:absolute;top:-4px;left:-4px;right:-4px;bottom:-4px;background:linear-gradient(45deg,#04DBE0,#FB9D00,#BC6C54);border-radius:34px;z-index:-1;opacity:.3;animation:borderGlow 4s infinite alternate}
@keyframes borderGlow {
0%{opacity:.2}
100%{opacity:.5}
}
.checkmarkData{width:120px;height:120px;margin:0 auto 40px;position:relative}
.checkmarkData svg{width:100%;height:100%;display:block}
.checkCircle{fill:none;stroke:#04DBE0;stroke-width:3;stroke-dasharray:377;stroke-dashoffset:377;animation:drawCircle 1.2s ease-out forwards}
.checkPath{fill:none;stroke:#BC6C54;stroke-width:4;stroke-linecap:round;stroke-dasharray:100;stroke-dashoffset:100;animation:drawCheck .8s .6s ease-out forwards}
@keyframes drawCircle {
to{stroke-dashoffset:0}
}
@keyframes drawCheck {
to{stroke-dashoffset:0}
}
.confirmWrapper h1{font-size:42px;line-height:1.2;margin:0 0 24px;color:#1a1a1a;font-weight:700}
.messageData{font-size:19px;line-height:1.7;color:#4a4a4a;margin:0 0 48px}
.messageData strong{color:#BC6C54;font-weight:600}
.actionArea{display:flex;gap:20px;justify-content:center;flex-wrap:wrap}
.btnPrimary{display:inline-flex;align-items:center;gap:10px;padding:18px 40px;background:linear-gradient(135deg,#BC6C54 0%,#FB9D00 100%);color:#fff;text-decoration:none;border-radius:28px;font-size:17px;font-weight:600;transition:all .4s ease;box-shadow:0 8px 20px #bc6c5440;position:relative;overflow:hidden;z-index:5}
.btnPrimary::before{content:'';position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,#ffffff4d,transparent);transition:left .6s ease}
.btnPrimary:hover::before{left:100%}
.btnPrimary:hover{transform:translateY(-3px);box-shadow:0 12px 28px #bc6c5459}
.btnSecondary{display:inline-flex;align-items:center;gap:10px;padding:18px 40px;background:#fff;color:#04DBE0;text-decoration:none;border-radius:28px;font-size:17px;font-weight:600;border:2px solid #04DBE0;transition:all .4s ease;position:relative;z-index:5}
.btnSecondary:hover{background:#04DBE0;color:#fff;transform:translateY(-3px);box-shadow:0 8px 20px #04dbe040}
.infoNote{margin-top:50px;padding-top:40px;border-top:2px dashed #bc6c5433}
.infoNote p{font-size:16px;line-height:1.6;color:#666;margin:0 0 14px}
.infoNote p:last-child{margin-bottom:0}
.contactDetail{display:inline-flex;align-items:center;gap:8px;color:#BC6C54;text-decoration:none;font-weight:600;transition:color .3s ease}
.contactDetail:hover{color:#FB9D00}
@media (max-width: 768px) {
.successHandler{padding:40px 16px;min-height:80vh}
.confirmWrapper{padding:50px 30px;border-radius:24px}
.confirmWrapper h1{font-size:32px;margin-bottom:20px}
.messageData{font-size:17px;margin-bottom:36px}
.checkmarkData{width:100px;height:100px;margin-bottom:32px}
.actionArea{flex-direction:column;gap:16px}
.btnPrimary,.btnSecondary{width:100%;justify-content:center;padding:16px 32px;font-size:16px}
.infoNote{margin-top:36px;padding-top:32px}
.infoNote p{font-size:15px}
}
@media (max-width: 480px) {
.confirmWrapper{padding:40px 24px}
.confirmWrapper h1{font-size:28px}
.messageData{font-size:16px}
.checkmarkData{width:85px;height:85px}
}