*{margin:0;padding:0;box-sizing:border-box}
body{font-family:'Playfair Display',serif;font-size:16px;line-height:1.6;color:#1a1a1a;background:linear-gradient(135deg,#fff 0%,#f5f5f5 100%)}
.headerBox{background:linear-gradient(180deg,#FD3361 0%,#00644E 100%);box-shadow:0 4px 12px #0000001a;padding:0}
.headerBox .topBrand{padding:40px 20px 30px;text-align:center;background:#ffffff0d}
.headerBox .brandWrap{max-width:1600px;margin:0 auto}
.headerBox .companyName{font-size:56px;font-weight:700;color:#fff;margin-bottom:12px;text-shadow:2px 2px 8px #0003;letter-spacing:1px}
.headerBox .taglineText{font-size:18px;color:#E2CFEE;font-weight:400;max-width:700px;margin:0 auto}
.headerBox .bottomBar{background:#ffffff1a;padding:20px;border-top:1px solid #ffffff26}
.headerBox .barWrap{max-width:1600px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:30px}
.headerBox .logoArea{flex-shrink:0}
.headerBox .logoLink{display:block;width:90px;height:90px}
.headerBox .siteLogo{width:100%;height:100%;object-fit:contain;background:#fffffff2;border-radius:30px;padding:12px;box-shadow:0 4px 16px #00000026}
.headerBox .mainNav{flex-grow:1;display:flex;justify-content:flex-end}
.headerBox .navList{list-style:none;display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end;align-items:center}
.headerBox .navItem{margin:0}
.headerBox .navLink{display:block;padding:12px 24px;color:#fff;text-decoration:none;font-size:17px;font-weight:400;background:#ffffff1a;border-radius:25px;transition:background .3s linear,color .3s linear;white-space:nowrap}
.headerBox .navLink:hover{background:#ffffff40;color:#E2CFEE}
.footerBox{background:linear-gradient(180deg,#00644E 0%,#FD3361 100%);padding:60px 20px 30px;margin-top:80px;position:relative}
.footerBox::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#E2CFEE 0%,#FD3361 50%,#E2CFEE 100%)}
.footerBox .footerWrap{max-width:1600px;margin:0 auto}
.footerBox .uspSection{margin-bottom:40px;padding:30px;background:#ffffff1a;border-radius:30px;box-shadow:inset 0 2px 4px #0000001a}
.footerBox .uspText{color:#fff;font-size:18px;line-height:1.7;max-width:900px;margin:0 auto;text-align:center}
.footerBox .footerLinks{margin-bottom:35px;text-align:center}
.footerBox .footerNav{display:inline-block}
.footerBox .footerList{list-style:none;display:flex;gap:30px;flex-wrap:wrap;justify-content:center}
.footerBox .footerItem{margin:0}
.footerBox .footerLink{color:#E2CFEE;text-decoration:none;font-size:16px;transition:color .3s linear;border-bottom:1px solid transparent}
.footerBox .footerLink:hover{color:#fff;border-bottom-color:#fff}
.footerBox .contactBlock{background:#00000026;padding:30px;border-radius:30px;margin-bottom:30px}
.footerBox .contactRow{display:flex;gap:12px;margin-bottom:12px;flex-wrap:wrap}
.footerBox .contactLabel{color:#E2CFEE;font-weight:700;min-width:80px}
.footerBox .contactData{color:#fff;text-decoration:none;transition:color .3s linear}
.footerBox a.contactData:hover{color:#E2CFEE}
.footerBox .messengerRow{display:flex;gap:20px;margin-top:20px;flex-wrap:wrap}
.footerBox .messengerLink{color:#fff;text-decoration:none;padding:8px 18px;background:#ffffff26;border-radius:20px;font-size:15px;transition:background .3s linear}
.footerBox .messengerLink:hover{background:#ffffff4d}
.footerBox .copyrightBox{text-align:center;padding-top:25px;border-top:1px solid #fff3}
.footerBox .copyrightText{color:#E2CFEE;font-size:14px}
.consentPopup{position:fixed;top:0;left:0;right:0;z-index:10000;display:none;padding:20px;pointer-events:none}
.consentPopup.is-visible{display:block;animation:slideDown .4s linear;pointer-events:all}
@keyframes slideDown {
from{transform:translateY(-100%);opacity:0}
to{transform:translateY(0);opacity:1}
}
.consentPopup .consentCard{max-width:600px;margin:0 auto;background:#fff;padding:35px;border-radius:30px;box-shadow:0 8px 24px #0003;border:2px solid #E2CFEE}
.consentPopup .consentTitle{font-size:24px;color:#00644E;margin-bottom:15px;font-weight:700}
.consentPopup .consentDesc{font-size:15px;color:#1a1a1a;margin-bottom:25px;line-height:1.5}
.consentPopup .consentOptions{margin-bottom:25px}
.consentPopup .consentOption{display:flex;align-items:center;gap:12px;margin-bottom:15px;cursor:pointer}
.consentPopup .consentCheck{width:20px;height:20px;cursor:pointer}
.consentPopup .consentCheck:disabled{cursor:not-allowed;opacity:.6}
.consentPopup .optionLabel{font-size:15px;color:#1a1a1a}
.consentPopup .consentActions{display:flex;gap:15px;flex-wrap:wrap}
.consentPopup .consentBtn{flex:1;min-width:140px;padding:12px 24px;border:none;border-radius:25px;font-size:16px;font-family:'Playfair Display',serif;cursor:pointer;transition:background .3s linear,transform .2s linear}
.consentPopup .acceptBtn{background:linear-gradient(135deg,#FD3361 0%,#00644E 100%);color:#fff}
.consentPopup .acceptBtn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #fd336166}
.consentPopup .declineBtn{background:#E2CFEE;color:#1a1a1a}
.consentPopup .declineBtn:hover{background:#d4c0e0;transform:translateY(-2px)}
@media (max-width: 768px) {
.headerBox .companyName{font-size:36px}
.headerBox .taglineText{font-size:16px}
.headerBox .barWrap{flex-direction:column;gap:20px}
.headerBox .navList{flex-direction:column;width:100%;gap:10px}
.headerBox .navLink{text-align:center;width:100%}
.footerBox .footerList{flex-direction:column;gap:15px}
.footerBox .contactRow{flex-direction:column;gap:5px}
.footerBox .messengerRow{flex-direction:column;gap:10px}
.consentPopup .consentActions{flex-direction:column}
.consentPopup .consentBtn{width:100%}
}
@media (min-width: 769px) and (max-width: 1024px) {
.headerBox .companyName{font-size:44px}
.headerBox .navList{gap:12px}
.headerBox .navLink{padding:10px 18px;font-size:16px}
}
.doc-area{max-width:900px;margin:60px auto;padding:40px 24px;background:#fff;border-radius:24px;box-shadow:0 4px 16px #00000014}
.doc-area h1{font-size:42px;font-weight:700;line-height:1.2;color:#1a1a1a;margin:0 0 16px;letter-spacing:-.5px}
.doc-area h2{font-size:32px;font-weight:700;line-height:1.3;color:#2a2a2a;margin:48px 0 20px;letter-spacing:-.3px}
.doc-area h3{font-size:24px;font-weight:600;line-height:1.4;color:#3a3a3a;margin:36px 0 16px}
.doc-area h4{font-size:20px;font-weight:600;line-height:1.4;color:#4a4a4a;margin:28px 0 14px}
.doc-area h5{font-size:18px;font-weight:600;line-height:1.5;color:#5a5a5a;margin:24px 0 12px}
.doc-area h6{font-size:16px;font-weight:600;line-height:1.5;color:#6a6a6a;margin:20px 0 10px}
.doc-area p{font-size:16px;line-height:1.75;color:#4a4a4a;margin:0 0 20px}
.doc-area ul{margin:0 0 24px;padding:0 0 0 28px;list-style-type:disc}
.doc-area ol{margin:0 0 24px;padding:0 0 0 28px;list-style-type:decimal}
.doc-area li{font-size:16px;line-height:1.75;color:#4a4a4a;margin:0 0 12px}
.doc-area ul li{padding-left:8px}
.doc-area ol li{padding-left:8px}
.doc-area ul ul{margin:12px 0;padding-left:28px}
.doc-area ol ol{margin:12px 0;padding-left:28px}
.doc-area strong{font-weight:700;color:#2a2a2a}
.doc-area b{font-weight:700;color:#2a2a2a}
.doc-area em{font-style:italic;color:#3a3a3a}
.doc-area i{font-style:italic;color:#3a3a3a}
.doc-area div{margin:0 0 20px}
.doc-area h1 + p{font-size:18px;color:#6a6a6a;margin-bottom:32px}
.doc-area h2 + p{margin-top:0}
.doc-area h3 + p{margin-top:0}
.doc-area h4 + p{margin-top:0}
@media (max-width: 768px) {
.doc-area{margin:40px auto;padding:32px 20px;border-radius:20px}
.doc-area h1{font-size:32px;margin-bottom:12px}
.doc-area h2{font-size:26px;margin:36px 0 16px}
.doc-area h3{font-size:22px;margin:28px 0 14px}
.doc-area h4{font-size:19px;margin:24px 0 12px}
.doc-area h5{font-size:17px;margin:20px 0 10px}
.doc-area h6{font-size:16px;margin:18px 0 10px}
.doc-area p{font-size:15px;line-height:1.7}
.doc-area li{font-size:15px;line-height:1.7}
.doc-area ul{padding-left:24px}
.doc-area ol{padding-left:24px}
}
@media (max-width: 480px) {
.doc-area{margin:24px auto;padding:24px 16px;border-radius:16px}
.doc-area h1{font-size:28px}
.doc-area h2{font-size:24px;margin:32px 0 14px}
.doc-area h3{font-size:20px;margin:24px 0 12px}
.doc-area ul{padding-left:20px}
.doc-area ol{padding-left:20px}
}
.heroWrapper{position:relative;width:100%;max-width:1600px;margin:0 auto;overflow:hidden;background:linear-gradient(135deg,#FD3361 0%,#00644E 100%)}
.heroWrapper .heroImgBlock{position:relative;width:100%;height:580px;overflow:hidden}
.heroWrapper .heroImgBlock img{width:100%;height:100%;object-fit:cover;object-position:center}
.heroWrapper .heroImgBlock::before{content:'';position:absolute;top:0;left:0;right:0;height:220px;background:linear-gradient(180deg,#00644eeb 0%,#00644e00 100%);z-index:2}
.heroWrapper .heroImgBlock::after{content:'';position:absolute;bottom:0;left:0;right:0;height:180px;background:linear-gradient(0deg,#fd3361e0 0%,#fd336100 100%);z-index:2;filter:url(#noiseFilter)}
.heroWrapper .heroTextContent{position:absolute;top:0;left:0;right:0;bottom:0;z-index:3;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:40px 20px;text-align:center}
.heroWrapper .heroTextContent h1{font-size:3.2rem;line-height:1.2;color:#fff;margin:0 0 24px;text-shadow:0 2px 12px #0000004d;max-width:880px}
.heroWrapper .heroTextContent .heroSubtext{font-size:1.3rem;line-height:1.6;color:#f0f0f0;max-width:720px;margin:0 auto 36px;text-shadow:0 1px 8px #00000040}
.heroWrapper .heroTextContent .heroBtn{display:inline-block;padding:16px 42px;background:#E2CFEE;color:#00644E;font-size:1.1rem;font-weight:600;text-decoration:none;border-radius:32px;transition:all .3s linear;box-shadow:0 4px 16px #0003}
.heroWrapper .heroTextContent .heroBtn:hover{background:#fff;transform:scale(1.05);box-shadow:0 6px 20px #0000004d}
.practiceBox{max-width:1600px;margin:0 auto;padding:80px 20px;background:#fafafa}
.practiceBox .practiceInner{max-width:1200px;margin:0 auto}
.practiceBox .practiceHeader{text-align:center;margin-bottom:60px}
.practiceBox .practiceHeader h2{font-size:2.4rem;color:#00644E;margin:0 0 20px;position:relative;display:inline-block}
.practiceBox .practiceHeader h2::after{content:'';position:absolute;bottom:-8px;left:50%;transform:translateX(-50%);width:60px;height:4px;background:linear-gradient(90deg,#FD3361,#E2CFEE);border-radius:2px}
.practiceBox .practiceHeader p{font-size:1.1rem;line-height:1.7;color:#333;max-width:700px;margin:0 auto}
.practiceBox .practiceGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:32px;margin-bottom:48px}
.practiceBox .practiceCard{background:#fff;padding:32px 28px;border-radius:24px;box-shadow:0 2px 12px #00000014;transition:all .3s linear;border-left:4px solid #E2CFEE}
.practiceBox .practiceCard:hover{transform:translateY(-6px);box-shadow:0 8px 24px #00000024;border-left-color:#FD3361}
.practiceBox .practiceCard h3{font-size:1.4rem;color:#00644E;margin:0 0 16px}
.practiceBox .practiceCard p{font-size:1rem;line-height:1.6;color:#555;margin:0}
.practiceBox .practiceImgBlock{position:relative;border-radius:28px;overflow:hidden;height:380px}
.practiceBox .practiceImgBlock img{width:100%;height:100%;object-fit:cover;object-position:center}
.valuesSection{max-width:1600px;margin:0 auto;padding:80px 20px;background:linear-gradient(135deg,#00644E 0%,#FD3361 100%);color:#fff}
.valuesSection .valuesContent{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.valuesSection .valuesText h2{font-size:2.6rem;margin:0 0 28px;color:#fff}
.valuesSection .valuesText p{font-size:1.05rem;line-height:1.8;margin:0 0 20px;color:#f5f5f5}
.valuesSection .valuesText p:last-child{margin-bottom:0}
.valuesSection .valuesImgBox{position:relative;border-radius:32px;overflow:hidden;height:420px;box-shadow:0 8px 32px #00000040}
.valuesSection .valuesImgBox img{width:100%;height:100%;object-fit:cover;object-position:center}
.aboutSection{max-width:1600px;margin:0 auto;padding:80px 20px;background:#fff}
.aboutSection .aboutWrap{max-width:1200px;margin:0 auto}
.aboutSection .aboutWrap h2{font-size:2.5rem;color:#FD3361;margin:0 0 48px;text-align:center}
.aboutSection .aboutColumns{display:grid;grid-template-columns:1fr 1fr;gap:48px}
.aboutSection .aboutLeftCol{display:flex;flex-direction:column;gap:24px}
.aboutSection .aboutRightCol{display:flex;flex-direction:column;gap:24px}
.aboutSection .aboutImgSmall{border-radius:24px;overflow:hidden;height:280px}
.aboutSection .aboutImgSmall img{width:100%;height:100%;object-fit:cover;object-position:center}
.aboutSection .aboutTextBox{background:#fafafa;padding:32px;border-radius:24px;border:2px solid #E2CFEE}
.aboutSection .aboutTextBox h3{font-size:1.5rem;color:#00644E;margin:0 0 16px}
.aboutSection .aboutTextBox p{font-size:1rem;line-height:1.7;color:#444;margin:0}
.expertSection{max-width:1600px;margin:0 auto;padding:80px 20px;background:#f8f8f8}
.expertSection .expertInner{max-width:1200px;margin:0 auto}
.expertSection .expertHeader{text-align:center;margin-bottom:56px}
.expertSection .expertHeader h2{font-size:2.4rem;color:#00644E;margin:0 0 20px}
.expertSection .expertHeader p{font-size:1.1rem;line-height:1.7;color:#333;max-width:680px;margin:0 auto}
.expertSection .expertCard{display:grid;grid-template-columns:280px 1fr;gap:48px;background:#fff;padding:40px;border-radius:28px;box-shadow:0 4px 20px #0000001a;align-items:start}
.expertSection .expertCard .expertPhotoBox{border-radius:20px;overflow:hidden;height:320px;position:relative}
.expertSection .expertCard .expertPhotoBox img{width:100%;height:100%;object-fit:cover;object-position:center}
.expertSection .expertCard .expertPhotoBox::after{content:'';position:absolute;bottom:0;left:0;right:0;height:80px;background:linear-gradient(0deg,#fd33614d 0%,transparent 100%)}
.expertSection .expertCard .expertInfo h3{font-size:1.8rem;color:#FD3361;margin:0 0 12px}
.expertSection .expertCard .expertInfo .expertRole{font-size:1.1rem;color:#00644E;font-weight:600;margin:0 0 24px}
.expertSection .expertCard .expertInfo p{font-size:1.05rem;line-height:1.7;color:#444;margin:0 0 20px}
.expertSection .expertCard .expertInfo .expertQuote{padding:20px 24px;background:linear-gradient(135deg,#E2CFEE 0%,#fafafa 100%);border-left:4px solid #FD3361;border-radius:16px;font-style:italic;color:#333;margin:24px 0 0}
@media (max-width: 1024px) {
.heroWrapper .heroTextContent h1{font-size:2.6rem}
.heroWrapper .heroTextContent .heroSubtext{font-size:1.1rem}
.valuesSection .valuesContent{grid-template-columns:1fr;gap:40px}
.aboutSection .aboutColumns{grid-template-columns:1fr;gap:32px}
.expertSection .expertCard{grid-template-columns:1fr;gap:32px}
.expertSection .expertCard .expertPhotoBox{height:280px}
}
@media (max-width: 768px) {
.heroWrapper .heroImgBlock{height:480px}
.heroWrapper .heroTextContent h1{font-size:2rem}
.heroWrapper .heroTextContent .heroSubtext{font-size:1rem}
.heroWrapper .heroTextContent .heroBtn{padding:14px 32px;font-size:1rem}
.practiceBox{padding:60px 20px}
.practiceBox .practiceHeader h2{font-size:2rem}
.practiceBox .practiceGrid{grid-template-columns:1fr;gap:24px}
.practiceBox .practiceImgBlock{height:300px}
.valuesSection{padding:60px 20px}
.valuesSection .valuesText h2{font-size:2rem}
.valuesSection .valuesImgBox{height:320px}
.aboutSection{padding:60px 20px}
.aboutSection .aboutWrap h2{font-size:2rem}
.aboutSection .aboutImgSmall{height:220px}
.expertSection{padding:60px 20px}
.expertSection .expertHeader h2{font-size:2rem}
.expertSection .expertCard{padding:28px 20px}
.expertSection .expertCard .expertPhotoBox{height:240px}
.expertSection .expertCard .expertInfo h3{font-size:1.5rem}
}
@media (max-width: 480px) {
.heroWrapper .heroImgBlock{height:400px}
.heroWrapper .heroTextContent{padding:30px 16px}
.heroWrapper .heroTextContent h1{font-size:1.6rem;margin-bottom:16px}
.heroWrapper .heroTextContent .heroSubtext{font-size:.95rem;margin-bottom:24px}
.practiceBox{padding:48px 16px}
.practiceBox .practiceHeader{margin-bottom:40px}
.valuesSection{padding:48px 16px}
.aboutSection{padding:48px 16px}
.expertSection{padding:48px 16px}
}
.heroContact{position:relative;min-height:480px;display:flex;align-items:center;overflow:hidden;margin-bottom:80px}
.heroContact .bgImage{position:absolute;right:0;top:0;width:55%;height:100%;object-fit:cover;filter:grayscale(30%) brightness(0.85)}
.heroContact .contentWrap{position:relative;z-index:2;max-width:1600px;width:90%;margin:0 auto;padding:60px 0}
.heroContact .textBox{max-width:520px;background:linear-gradient(135deg,#fd3361f2,#00644eeb);padding:50px 45px;border-radius:28px;box-shadow:0 12px 40px #00000026}
.heroContact .mainHeading{font-size:2.8rem;font-weight:700;color:#fff;margin:0 0 24px;line-height:1.2}
.heroContact .subText{font-size:1.15rem;color:#ffffffed;line-height:1.6;margin:0}
.heroContact .decorShape{position:absolute;width:180px;height:180px;border-radius:50%;background:radial-gradient(circle,#E2CFEE,transparent);opacity:.25;animation:floatShape 8s ease-in-out infinite}
.heroContact .decorShape:nth-child(2){bottom:40px;left:15%;animation-delay:1.5s}
.heroContact .decorShape:nth-child(3){top:60px;right:25%;width:140px;height:140px;animation-delay:3s}
@keyframes floatShape {
0%,100%{transform:translateY(0) scale(1)}
50%{transform:translateY(-30px) scale(1.1)}
}
.contactMethodsArea{max-width:1600px;width:90%;margin:0 auto 90px}
.contactMethodsArea .sectionTitle{font-size:2.2rem;font-weight:600;color:#00644E;margin:0 0 18px;text-align:center}
.contactMethodsArea .intro{font-size:1.05rem;color:#555;line-height:1.7;text-align:center;max-width:680px;margin:0 auto 50px}
.methodsGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:35px}
.methodItem{background:linear-gradient(135deg,#fff,#fafafa);border:2px solid #E2CFEE;border-radius:24px;padding:40px 30px;text-align:center;transition:all .3s linear;box-shadow:0 4px 16px #0000000f}
.methodItem:hover{transform:translateY(-6px);box-shadow:0 10px 28px #fd336126;border-color:#FD3361}
.methodItem .iconWrap{width:70px;height:70px;margin:0 auto 24px;background:linear-gradient(135deg,#FD3361,#00644E);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2rem;color:#fff}
.methodItem .methodLabel{font-size:1.4rem;font-weight:600;color:#222;margin:0 0 12px}
.methodItem .methodInfo{font-size:1rem;color:#666;margin:0 0 20px;line-height:1.5}
.methodItem .contactLink{display:inline-block;padding:11px 26px;background:#FD3361;color:#fff;text-decoration:none;border-radius:20px;font-weight:500;transition:background .3s linear}
.methodItem .contactLink:hover{background:#00644E}
.formSection{max-width:1600px;width:90%;margin:0 auto 100px;background:linear-gradient(180deg,#fff,#f9f9f9);border-radius:32px;padding:70px 50px;box-shadow:0 8px 24px #00000014}
.formSection .formTitle{font-size:2.4rem;font-weight:700;color:#FD3361;margin:0 0 16px;text-align:center}
.formSection .formDesc{font-size:1.08rem;color:#555;line-height:1.7;text-align:center;max-width:620px;margin:0 auto 50px}
.stepForm{max-width:800px;margin:0 auto}
.stepBlock{background:#fff;border:2px solid #E2CFEE;border-radius:26px;padding:40px 35px;margin-bottom:28px;transition:border-color .3s linear}
.stepBlock:focus-within{border-color:#FD3361;box-shadow:0 6px 20px #fd33611f}
.stepBlock .stepHeader{display:flex;align-items:center;margin-bottom:22px}
.stepBlock .stepNum{width:42px;height:42px;background:linear-gradient(135deg,#FD3361,#00644E);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.2rem;margin-right:16px}
.stepBlock .stepLabel{font-size:1.3rem;font-weight:600;color:#00644E;margin:0}
.stepBlock .fieldLabel{display:block;font-size:1rem;font-weight:500;color:#333;margin-bottom:10px}
.stepBlock .inputField{width:100%;padding:14px 18px;font-size:1rem;border:2px solid #ddd;border-radius:18px;transition:border-color .3s linear;box-sizing:border-box}
.stepBlock .inputField:focus{outline:none;border-color:#FD3361;box-shadow:0 0 0 4px #fd33611a}
.consentBox{display:flex;align-items:flex-start;margin:40px 0 35px}
.consentBox input[type="checkbox"]{width:22px;height:22px;margin-right:12px;margin-top:2px;cursor:pointer;flex-shrink:0}
.consentBox .consentText{font-size:.95rem;color:#555;line-height:1.6}
.consentBox .consentText a{color:#FD3361;text-decoration:underline;transition:color .3s linear}
.consentBox .consentText a:hover{color:#00644E}
.submitBtn{display:block;width:100%;padding:16px 20px;background:linear-gradient(135deg,#FD3361,#00644E);color:#fff;font-size:1.2rem;font-weight:600;border:none;border-radius:24px;cursor:pointer;transition:transform .3s linear,box-shadow .3s linear;box-shadow:0 6px 20px #fd336140}
.submitBtn:hover{transform:translateY(-3px);box-shadow:0 10px 30px #fd336159}
.submitBtn:active{transform:translateY(0)}
.locationDetails{max-width:1600px;width:90%;margin:0 auto 90px;display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center}
.locationDetails .imageBox{width:100%;height:460px;border-radius:30px;overflow:hidden;box-shadow:0 12px 35px #0000001f}
.locationDetails .imageBox img{width:100%;height:100%;object-fit:cover}
.locationDetails .infoBox{padding:30px}
.locationDetails .infoTitle{font-size:2rem;font-weight:700;color:#00644E;margin:0 0 20px}
.locationDetails .infoPara{font-size:1.05rem;color:#555;line-height:1.7;margin:0 0 30px}
.locationDetails .addressBlock{background:#f7f7f7;border-left:4px solid #FD3361;padding:24px 28px;border-radius:16px;margin-bottom:24px}
.locationDetails .addressBlock .detailLine{font-size:1.05rem;color:#333;margin:8px 0;display:flex;align-items:center}
.locationDetails .addressBlock .detailLine strong{color:#00644E;margin-right:8px;min-width:90px}
.faqs{max-width:1600px;width:90%;margin:0 auto 100px}
.faqs .faqTitle{font-size:2.3rem;font-weight:700;color:#FD3361;margin:0 0 18px;text-align:center}
.faqs .faqIntro{font-size:1.05rem;color:#555;line-height:1.7;text-align:center;max-width:700px;margin:0 auto 50px}
.faqList{max-width:900px;margin:0 auto}
.faqItem{margin-bottom:18px}
.faqItem input[type="radio"]{display:none}
.faqItem .question{display:block;background:linear-gradient(135deg,#fff,#fafafa);border:2px solid #E2CFEE;border-radius:22px;padding:22px 28px;font-size:1.15rem;font-weight:600;color:#00644E;cursor:pointer;transition:all .3s linear;position:relative}
.faqItem .question:hover{border-color:#FD3361;background:#fff}
.faqItem .question::after{content:'+';position:absolute;right:28px;top:50%;transform:translateY(-50%);font-size:1.8rem;color:#FD3361;transition:transform .3s linear}
.faqItem input[type="radio"]:checked + .question::after{transform:translateY(-50%) rotate(45deg)}
.faqItem .answer{max-height:0;overflow:hidden;transition:max-height .3s linear,padding .3s linear;background:#f9f9f9;border-radius:0 0 22px 22px;margin-top:-10px;padding:0 28px}
.faqItem input[type="radio"]:checked ~ .answer{max-height:400px;padding:24px 28px;border:2px solid #E2CFEE;border-top:none}
.faqItem .answer p{font-size:1rem;color:#555;line-height:1.7;margin:0}
@media (max-width: 1024px) {
.heroContact .bgImage{width:50%}
.locationDetails{grid-template-columns:1fr;gap:40px}
.locationDetails .imageBox{height:380px}
}
@media (max-width: 768px) {
.heroContact{min-height:380px}
.heroContact .bgImage{width:100%;opacity:.3}
.heroContact .textBox{max-width:100%;padding:40px 30px}
.heroContact .mainHeading{font-size:2.2rem}
.methodsGrid{grid-template-columns:1fr}
.formSection{padding:50px 30px}
.stepBlock{padding:30px 25px}
.locationDetails .imageBox{height:320px}
.faqs .faqTitle{font-size:1.9rem}
}
@media (max-width: 480px) {
.heroContact .mainHeading{font-size:1.8rem}
.heroContact .subText{font-size:1rem}
.contactMethodsArea .sectionTitle{font-size:1.8rem}
.formSection .formTitle{font-size:1.9rem}
.stepBlock .stepLabel{font-size:1.1rem}
.submitBtn{font-size:1.1rem;padding:14px 18px}
}
.titleWrapper{max-width:1400px;margin:0 auto;padding:80px 20px;text-align:center;background:linear-gradient(135deg,#fd33610d 0%,#00644e0d 100%)}
.titleWrapper .mainHeading{font-size:3.2rem;font-weight:700;color:#00644E;margin:0 0 24px;line-height:1.2}
.titleWrapper .supportText{font-size:1.3rem;color:#4a4a4a;max-width:680px;margin:0 auto 40px;line-height:1.6}
.titleWrapper .visualFrame{max-width:900px;margin:0 auto;border-radius:28px;overflow:hidden;box-shadow:0 12px 48px #00644e26}
.titleWrapper .visualFrame img{width:100%;height:auto;display:block;object-fit:cover}
.historyBox{max-width:1600px;margin:0 auto;padding:100px 20px;background:#fff}
.historyBox .innerWrap{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:start}
.historyBox .textColumn h2{font-size:2.6rem;color:#FD3361;margin:0 0 32px;font-weight:600;position:relative}
.historyBox .textColumn h2::before{content:'';display:block;width:60px;height:5px;background:linear-gradient(90deg,#FD3361,#00644E);margin-bottom:20px;border-radius:10px}
.historyBox .textColumn p{font-size:1.1rem;line-height:1.8;color:#333;margin:0 0 20px}
.historyBox .imgColumn{display:flex;flex-direction:column;gap:24px}
.historyBox .imgColumn img{width:100%;height:auto;border-radius:32px;box-shadow:0 8px 32px #fd33611f;object-fit:cover}
.valuesGrid{max-width:1600px;margin:0 auto;padding:100px 20px;background:radial-gradient(circle at top right,#e2cfee4d 0%,#fff0 60%)}
.valuesGrid h2{font-size:2.8rem;color:#00644E;text-align:center;margin:0 0 70px;font-weight:700}
.valuesGrid .cardLayout{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}
.valuesGrid .valueCard{background:#fff;padding:48px 36px;border-radius:24px;border:2px solid transparent;transition:all .3s linear;box-shadow:0 4px 20px #0000000f}
.valuesGrid .valueCard:hover{border-color:#FD3361;transform:translateY(-8px);box-shadow:0 16px 40px #fd33612e}
.valuesGrid .valueCard h3{font-size:1.6rem;color:#FD3361;margin:0 0 20px;font-weight:600}
.valuesGrid .valueCard p{font-size:1.05rem;line-height:1.7;color:#555;margin:0}
.teamSection{max-width:1400px;margin:0 auto;padding:100px 20px;background:linear-gradient(180deg,#fff 0%,#00644e08 100%)}
.teamSection h2{font-size:2.7rem;color:#00644E;margin:0 0 24px;font-weight:700}
.teamSection .introText{font-size:1.15rem;color:#444;line-height:1.7;margin:0 0 60px;max-width:800px}
.teamSection .memberContainer{display:flex;align-items:start;gap:60px;background:#fff;padding:50px;border-radius:36px;box-shadow:0 10px 36px #00644e1a}
.teamSection .profileImage{flex-shrink:0;width:280px;height:280px;border-radius:50%;overflow:hidden;border:6px solid #E2CFEE}
.teamSection .profileImage img{width:100%;height:100%;object-fit:cover;display:block}
.teamSection .memberDetails{flex:1}
.teamSection .memberDetails h3{font-size:2rem;color:#FD3361;margin:0 0 12px;font-weight:600}
.teamSection .memberDetails .role{font-size:1.2rem;color:#00644E;margin:0 0 28px;font-weight:500}
.teamSection .memberDetails p{font-size:1.08rem;line-height:1.8;color:#3a3a3a;margin:0 0 20px}
.teamSection .ctaBtn{display:inline-block;padding:16px 40px;background:linear-gradient(135deg,#FD3361,#00644E);color:#fff;font-size:1.1rem;font-weight:600;text-decoration:none;border-radius:30px;transition:transform .3s linear,box-shadow .3s linear;margin-top:20px;box-shadow:0 6px 24px #fd33614d;z-index:10;position:relative}
.teamSection .ctaBtn:hover{transform:scale(1.06);box-shadow:0 12px 36px #fd336166}
@media (max-width: 1024px) {
.titleWrapper .mainHeading{font-size:2.6rem}
.historyBox .innerWrap{grid-template-columns:1fr;gap:50px}
.valuesGrid .cardLayout{grid-template-columns:1fr 1fr;gap:30px}
.teamSection .memberContainer{flex-direction:column;align-items:center;text-align:center}
.teamSection .profileImage{width:220px;height:220px}
}
@media (max-width: 768px) {
.titleWrapper{padding:60px 20px}
.titleWrapper .mainHeading{font-size:2.2rem}
.titleWrapper .supportText{font-size:1.1rem}
.historyBox{padding:70px 20px}
.historyBox .textColumn h2{font-size:2.2rem}
.valuesGrid{padding:70px 20px}
.valuesGrid h2{font-size:2.3rem;margin-bottom:50px}
.valuesGrid .cardLayout{grid-template-columns:1fr;gap:24px}
.teamSection{padding:70px 20px}
.teamSection h2{font-size:2.2rem}
.teamSection .memberContainer{padding:36px 24px}
.teamSection .profileImage{width:180px;height:180px}
}
.heroArea{max-width:1600px;margin:60px auto;padding:0 20px;display:flex;gap:50px;align-items:center}
.heroArea .visualPart{width:40%;position:relative}
.heroArea .visualPart img{width:100%;height:auto;border-radius:28px;display:block;filter:brightness(1.15) contrast(1.05);box-shadow:0 8px 20px #fd336126}
.heroArea .textPart{width:60%}
.heroArea .textPart h1{font-size:3em;margin:0 0 20px;color:#1a1a1a;line-height:1.2;position:relative;display:inline-block}
.heroArea .textPart h1::after{content:'';position:absolute;bottom:-8px;left:0;width:120px;height:4px;background:linear-gradient(90deg,#FD3361,#00644E);border-radius:2px}
.heroArea .textPart .descBlock{font-size:1.1em;line-height:1.7;color:#4a4a4a;margin:30px 0 0}
.heroArea .textPart .descBlock p{margin:0 0 18px}
.methodGrid{max-width:1600px;margin:80px auto;padding:0 20px}
.methodGrid h2{text-align:center;font-size:2.4em;margin:0 0 50px;color:#1a1a1a}
.methodGrid .gridHolder{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}
.methodGrid .cardUnit{background:linear-gradient(135deg,#f8f8f8 0%,#fff 100%);border-radius:24px;padding:35px;border:2px solid #E2CFEE;transition:all .3s linear;position:relative}
.methodGrid .cardUnit::before{content:'';position:absolute;top:0;left:0;right:0;height:5px;background:linear-gradient(90deg,#FD3361,#00644E);border-radius:24px 24px 0 0;opacity:0;transition:opacity .3s linear}
.methodGrid .cardUnit:hover{transform:translateY(-6px);box-shadow:0 12px 28px #00644e1f}
.methodGrid .cardUnit:hover::before{opacity:1}
.methodGrid .cardUnit h3{font-size:1.5em;margin:0 0 16px;color:#00644E}
.methodGrid .cardUnit .detailText{font-size:1em;line-height:1.65;color:#5a5a5a;margin:0}
.approachSection{background:linear-gradient(180deg,#fff 0%,#f4f4f4 100%);padding:70px 20px;margin:80px 0}
.approachSection .wrapContent{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.approachSection .leftColumn h2{font-size:2.2em;margin:0 0 28px;color:#1a1a1a;position:relative;padding-left:20px}
.approachSection .leftColumn h2::before{content:'';position:absolute;left:0;top:0;bottom:0;width:6px;background:linear-gradient(180deg,#FD3361,#00644E);border-radius:3px}
.approachSection .leftColumn p{font-size:1.05em;line-height:1.7;color:#4a4a4a;margin:0 0 18px}
.approachSection .rightColumn{display:flex;flex-direction:column;gap:20px}
.approachSection .stepItem{background:#fff;padding:28px 32px;border-radius:20px;border-left:5px solid #E2CFEE;transition:all .3s linear}
.approachSection .stepItem:hover{border-left-color:#FD3361;box-shadow:0 6px 18px #fd33611a}
.approachSection .stepItem h4{font-size:1.3em;margin:0 0 12px;color:#00644E}
.approachSection .stepItem p{font-size:.98em;line-height:1.6;color:#5a5a5a;margin:0}
.interactiveBox{max-width:1600px;margin:80px auto;padding:0 20px}
.interactiveBox h2{font-size:2.3em;margin:0 0 45px;text-align:center;color:#1a1a1a}
.interactiveBox .tabSystem{display:flex;justify-content:center;gap:15px;margin:0 0 40px;flex-wrap:wrap}
.interactiveBox input[type="radio"]{display:none}
.interactiveBox .tabLabel{padding:14px 32px;background:#f4f4f4;border-radius:30px;cursor:pointer;font-size:1.05em;color:#5a5a5a;border:2px solid transparent;transition:all .3s linear;z-index:10}
.interactiveBox .tabLabel:hover{background:#E2CFEE;color:#1a1a1a}
.interactiveBox input[type="radio"]:checked + .tabLabel{background:linear-gradient(135deg,#FD3361,#00644E);color:#fff;border-color:#00644E}
.interactiveBox .contentArea{display:none;background:#fff;padding:45px;border-radius:28px;border:2px solid #E2CFEE;box-shadow:0 8px 20px #0000000d}
.interactiveBox #option1:checked ~ .contentList .content1,.interactiveBox #option2:checked ~ .contentList .content2,.interactiveBox #option3:checked ~ .contentList .content3{display:block}
.interactiveBox .contentArea h3{font-size:1.8em;margin:0 0 20px;color:#00644E}
.interactiveBox .contentArea .pointList{list-style:none;padding:0;margin:0}
.interactiveBox .contentArea .pointList li{padding:16px 0 16px 40px;position:relative;font-size:1.05em;line-height:1.6;color:#4a4a4a;border-bottom:1px solid #f0f0f0}
.interactiveBox .contentArea .pointList li:last-child{border-bottom:none}
.interactiveBox .contentArea .pointList li::before{content:'→';position:absolute;left:0;color:#FD3361;font-size:1.4em;font-weight:700}
.testimonyZone{background:linear-gradient(135deg,#E2CFEE 0%,#f8f8f8 100%);padding:70px 20px;margin:80px 0}
.testimonyZone .innerWrap{max-width:1200px;margin:0 auto}
.testimonyZone h2{font-size:2.3em;margin:0 0 50px;text-align:center;color:#1a1a1a}
.testimonyZone .testimonialCard{background:#fff;padding:40px;border-radius:28px;box-shadow:0 8px 24px #00644e14;display:flex;gap:35px;align-items:center}
.testimonyZone .testimonialCard .photoCircle{width:140px;height:140px;border-radius:50%;overflow:hidden;flex-shrink:0;border:4px solid #FD3361}
.testimonyZone .testimonialCard .photoCircle img{width:100%;height:100%;object-fit:cover}
.testimonyZone .testimonialCard .textContent blockquote{font-size:1.15em;line-height:1.7;color:#3a3a3a;margin:0 0 18px;font-style:italic}
.testimonyZone .testimonialCard .textContent .authorInfo{font-size:1.05em;color:#00644E;font-weight:700;margin:0}
.testimonyZone .testimonialCard .textContent .authorRole{font-size:.95em;color:#7a7a7a;margin:4px 0 0}
@media (max-width: 1024px) {
.heroArea{flex-direction:column;gap:35px}
.heroArea .visualPart,.heroArea .textPart{width:100%}
.methodGrid .gridHolder{grid-template-columns:repeat(2,1fr)}
.approachSection .wrapContent{grid-template-columns:1fr;gap:40px}
.testimonyZone .testimonialCard{flex-direction:column;text-align:center}
}
@media (max-width: 768px) {
.heroArea .textPart h1{font-size:2.2em}
.methodGrid .gridHolder{grid-template-columns:1fr}
.methodGrid h2,.interactiveBox h2,.testimonyZone h2{font-size:1.9em}
.interactiveBox .tabSystem{flex-direction:column}
.interactiveBox .tabLabel{width:100%;text-align:center}
.interactiveBox .contentArea{padding:30px 20px}
}
.successWrap{max-width:1600px;margin:0 auto;padding:0}
.heroSuccessBox{display:flex;align-items:center;justify-content:space-between;gap:60px;padding:80px 40px;background:linear-gradient(135deg,#FD3361 0%,#E2CFEE 100%);position:relative;overflow:hidden}
.heroSuccessBox::before{content:'';position:absolute;top:-50%;right:-10%;width:80%;height:200%;background:repeating-linear-gradient(45deg,#ffffff08,#ffffff08 40px,transparent 40px,transparent 80px);pointer-events:none}
.heroTextArea{flex:1;max-width:700px;z-index:2}
.heroTextArea h1{font-size:3.2rem;line-height:1.2;color:#fff;margin:0 0 24px;font-weight:700}
.heroTextArea .leadText{font-size:1.3rem;line-height:1.6;color:#fffffff2;margin:0 0 16px}
.heroTextArea .detailText{font-size:1.05rem;line-height:1.7;color:#ffffffe0;margin:0}
.visualAnchor{flex:0 0 380px;display:flex;align-items:center;justify-content:center;z-index:2}
.checkmarkCircle{width:280px;height:280px;background:linear-gradient(145deg,#00644E,#006f57);border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 20px 60px #00000040 inset 0 2px 4px #fff3;position:relative}
.checkmarkCircle::after{content:'';position:absolute;width:240px;height:240px;border-radius:50%;border:3px solid #ffffff26}
.checkmarkCircle span{font-size:9rem;color:#fff;line-height:1}
.infoCardsSection{max-width:1400px;margin:0 auto;padding:100px 40px}
.cardsGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:40px}
.infoCardItem{background:linear-gradient(135deg,#e2cfee33,#fd33610d);border:2px solid #00644e26;border-radius:32px;padding:48px 36px;position:relative;transition:all .3s linear}
.infoCardItem:hover{transform:translateY(-8px);box-shadow:0 16px 48px #fd336126;border-color:#fd336166}
.infoCardItem::before{content:'';position:absolute;top:0;left:0;right:0;height:6px;background:linear-gradient(90deg,#FD3361,#00644E);border-radius:32px 32px 0 0}
.cardIcon{width:68px;height:68px;background:linear-gradient(135deg,#00644E,#FD3361);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 0 24px;box-shadow:0 8px 24px #fd336133}
.cardIcon span{font-size:2.4rem;color:#fff}
.infoCardItem h3{font-size:1.6rem;color:#00644E;margin:0 0 16px;font-weight:600}
.infoCardItem p{font-size:1.05rem;line-height:1.7;color:#444;margin:0 0 12px}
.infoCardItem p:last-child{margin:0}
.actionLinkBox{margin:28px 0 0}
.actionLinkBox a{display:inline-flex;align-items:center;gap:8px;padding:14px 28px;background:linear-gradient(135deg,#FD3361,#00644E);color:#fff;text-decoration:none;border-radius:24px;font-size:1.05rem;font-weight:500;transition:all .3s linear;box-shadow:0 6px 20px #fd336140}
.actionLinkBox a:hover{transform:scale(1.05);box-shadow:0 10px 32px #fd336159}
.actionLinkBox a span{font-size:1.3rem}
@media (max-width: 1024px) {
.heroSuccessBox{flex-direction:column;gap:50px;padding:60px 30px}
.heroTextArea{max-width:100%;text-align:center}
.visualAnchor{flex:0 0 auto}
.heroTextArea h1{font-size:2.6rem}
.checkmarkCircle{width:240px;height:240px}
.checkmarkCircle::after{width:200px;height:200px}
.checkmarkCircle span{font-size:7rem}
.infoCardsSection{padding:80px 30px}
}
@media (max-width: 768px) {
.heroSuccessBox{padding:50px 20px;gap:40px}
.heroTextArea h1{font-size:2.2rem;margin:0 0 20px}
.heroTextArea .leadText{font-size:1.15rem}
.heroTextArea .detailText{font-size:1rem}
.checkmarkCircle{width:200px;height:200px}
.checkmarkCircle::after{width:170px;height:170px}
.checkmarkCircle span{font-size:5.5rem}
.infoCardsSection{padding:60px 20px}
.cardsGrid{grid-template-columns:1fr;gap:30px}
.infoCardItem{padding:36px 28px}
.infoCardItem h3{font-size:1.4rem}
}
@media (max-width: 480px) {
.heroSuccessBox{padding:40px 16px}
.heroTextArea h1{font-size:1.9rem}
.heroTextArea .leadText{font-size:1.05rem}
.checkmarkCircle{width:180px;height:180px}
.checkmarkCircle span{font-size:4.5rem}
.infoCardsSection{padding:50px 16px}
.infoCardItem{padding:32px 24px}
.cardIcon{width:60px;height:60px}
.cardIcon span{font-size:2rem}
}
.successWrap{max-width:1600px;margin:0 auto;padding:0}
.heroSuccessBox{display:flex;align-items:center;justify-content:space-between;gap:60px;padding:80px 40px;background:linear-gradient(135deg,#FD3361 0%,#E2CFEE 100%);position:relative;overflow:hidden}
.heroSuccessBox::before{content:'';position:absolute;top:-50%;right:-10%;width:80%;height:200%;background:repeating-linear-gradient(45deg,#ffffff08,#ffffff08 40px,transparent 40px,transparent 80px);pointer-events:none}
.heroTextArea{flex:1;max-width:700px;z-index:2}
.heroTextArea h1{font-size:3.2rem;line-height:1.2;color:#fff;margin:0 0 24px;font-weight:700}
.heroTextArea .leadText{font-size:1.3rem;line-height:1.6;color:#fffffff2;margin:0 0 16px}
.heroTextArea .detailText{font-size:1.05rem;line-height:1.7;color:#ffffffe0;margin:0}
.visualAnchor{flex:0 0 380px;display:flex;align-items:center;justify-content:center;z-index:2}
.checkmarkCircle{width:280px;height:280px;background:linear-gradient(145deg,#00644E,#006f57);border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 20px 60px #00000040 inset 0 2px 4px #fff3;position:relative}
.checkmarkCircle::after{content:'';position:absolute;width:240px;height:240px;border-radius:50%;border:3px solid #ffffff26}
.checkmarkCircle span{font-size:9rem;color:#fff;line-height:1}
.infoCardsSection{max-width:1400px;margin:0 auto;padding:100px 40px}
.cardsGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:40px}
.infoCardItem{background:linear-gradient(135deg,#e2cfee33,#fd33610d);border:2px solid #00644e26;border-radius:32px;padding:48px 36px;position:relative;transition:all .3s linear}
.infoCardItem:hover{transform:translateY(-8px);box-shadow:0 16px 48px #fd336126;border-color:#fd336166}
.infoCardItem::before{content:'';position:absolute;top:0;left:0;right:0;height:6px;background:linear-gradient(90deg,#FD3361,#00644E);border-radius:32px 32px 0 0}
.cardIcon{width:68px;height:68px;background:linear-gradient(135deg,#00644E,#FD3361);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 0 24px;box-shadow:0 8px 24px #fd336133}
.cardIcon span{font-size:2.4rem;color:#fff}
.infoCardItem h3{font-size:1.6rem;color:#00644E;margin:0 0 16px;font-weight:600}
.infoCardItem p{font-size:1.05rem;line-height:1.7;color:#444;margin:0 0 12px}
.infoCardItem p:last-child{margin:0}
.actionLinkBox{margin:28px 0 0}
.actionLinkBox a{display:inline-flex;align-items:center;gap:8px;padding:14px 28px;background:linear-gradient(135deg,#FD3361,#00644E);color:#fff;text-decoration:none;border-radius:24px;font-size:1.05rem;font-weight:500;transition:all .3s linear;box-shadow:0 6px 20px #fd336140}
.actionLinkBox a:hover{transform:scale(1.05);box-shadow:0 10px 32px #fd336159}
.actionLinkBox a span{font-size:1.3rem}
@media (max-width: 1024px) {
.heroSuccessBox{flex-direction:column;gap:50px;padding:60px 30px}
.heroTextArea{max-width:100%;text-align:center}
.visualAnchor{flex:0 0 auto}
.heroTextArea h1{font-size:2.6rem}
.checkmarkCircle{width:240px;height:240px}
.checkmarkCircle::after{width:200px;height:200px}
.checkmarkCircle span{font-size:7rem}
.infoCardsSection{padding:80px 30px}
}
@media (max-width: 768px) {
.heroSuccessBox{padding:50px 20px;gap:40px}
.heroTextArea h1{font-size:2.2rem;margin:0 0 20px}
.heroTextArea .leadText{font-size:1.15rem}
.heroTextArea .detailText{font-size:1rem}
.checkmarkCircle{width:200px;height:200px}
.checkmarkCircle::after{width:170px;height:170px}
.checkmarkCircle span{font-size:5.5rem}
.infoCardsSection{padding:60px 20px}
.cardsGrid{grid-template-columns:1fr;gap:30px}
.infoCardItem{padding:36px 28px}
.infoCardItem h3{font-size:1.4rem}
}
@media (max-width: 480px) {
.heroSuccessBox{padding:40px 16px}
.heroTextArea h1{font-size:1.9rem}
.heroTextArea .leadText{font-size:1.05rem}
.checkmarkCircle{width:180px;height:180px}
.checkmarkCircle span{font-size:4.5rem}
.infoCardsSection{padding:50px 16px}
.infoCardItem{padding:32px 24px}
.cardIcon{width:60px;height:60px}
.cardIcon span{font-size:2rem}
}