* {margin: 0;padding: 0;box-sizing: border-box;scroll-behavior: smooth}body {font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;line-height: 1.6;color: #333;background: #f9fbff;overflow-x: hidden}a {text-decoration: none}ul {list-style: none}.containerPq {max-width: 1300px;margin: 0 auto;padding: 0 25px}.headerVw {position: fixed;top: 0;left: 0;width: 100%;background: rgba(255, 255, 255, 0.95);backdrop-filter: blur(8px);z-index: 1000;box-shadow: 0 2px 15px rgba(0, 0, 0, 0.05);transition: all 0.3s ease}.headerScrolled {box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1)}.navContainerXy {display: flex;justify-content: space-between;align-items: center;height: 80px}.logoAb {font-size: 32px;font-weight: 800;color: #2a63e8;display: flex;align-items: center}.logoAb span {background: #2a63e8;color: #fff;padding: 3px 12px;border-radius: 6px;margin-left: 10px;font-size: 20px}.navLinksRz {display: flex;gap: 30px}.navItemCd {padding: 10px 0;position: relative}.navLinkEf {color: #555;font-weight: 600;font-size: 17px;position: relative;transition: all 0.3s}.navLinkEf:hover {color: #2a63e8}.navLinkEf::after {content: '';position: absolute;bottom: -3px;left: 0;width: 0;height: 2px;background: #2a63e8;transition: all 0.3s}.navLinkEf:hover::after {width: 100%}.mobileMenuGh {display: none;cursor: pointer;font-size: 28px;color: #2a63e8}.heroSectionIj {min-height: 100vh;display: flex;align-items: center;position: relative;overflow: hidden;padding-top: 120px}.heroBgKl {position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100" viewBox="0 0 100 100"><rect width="100" height="100" fill="%23f0f5ff"/><path d="M0,50 Q50,0 100,50 L100,100 L0,100 Z" fill="%23e1ecff"/></svg>');background-size: cover;opacity: 0.8;z-index: -1}.heroContentMn {position: relative;z-index: 10;max-width: 800px;display: flex;justify-content: center;flex-direction: column;}.heroTagOp {display: inline-block;background: #e1ecff;color: #2a63e8;padding: 8px 20px;border-radius: 30px;font-size: 16px;margin-bottom: 25px;font-weight: 600;letter-spacing: 1px;box-shadow: 0 5px 15px rgba(42, 99, 232, 0.1)}.heroTitleQr {font-size: 60px;margin-bottom: 20px;color: #131313;line-height: 1.2;font-weight: 800}.heroTitleQr span {color: #2a63e8}.heroSubtitleSt {font-size: 24px;margin-bottom: 30px;color: #666;font-weight: 400}.heroDescriptionUv {font-size: 24px;max-width: 800px;margin: 0 auto 40px;color: #131313;line-height: 1.8;font-weight: 700;background: #fff;padding: 25px;border-radius: 15px;box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);border: 1px solid #e6edff}.heroButtonsWx {margin-top:2rem;display: flex;justify-content: flex-start;gap: 20px;flex-wrap: wrap}.btnYz {display: inline-flex;align-items: center;justify-content: center;padding: 16px 40px;border-radius: 50px;font-weight: 700;transition: all 0.3s;font-size: 17px;box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);position: relative;overflow: hidden}.btnPrimaryAa {background: #2a63e8;color: #fff}.btnPrimaryAa:hover {background: #1d4fc2;transform: translateY(-5px);box-shadow: 0 12px 25px rgba(42, 99, 232, 0.2)}.btnOutlineBb {background: transparent;color: #2a63e8;border: 2px solid #2a63e8}.btnOutlineBb:hover {background: #2a63e8;color: #fff;transform: translateY(-5px)}.sectionCc {position: relative;padding: 100px 0}.sectionTitleDd {text-align: center;font-size: 42px;margin-bottom: 30px;color: #131313;font-weight: 800}.sectionTitleDd span {color: #2a63e8}.sectionSubtitleEe {text-align: center;max-width: 800px;margin: 0 auto 50px;font-size: 18px;color: #666;line-height: 1.7}.servicesGridFf {display: grid;grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));gap: 30px;margin-top: 50px}.serviceCardGg {background: #fff;border-radius: 20px;overflow: hidden;box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);transition: all 0.4s;position: relative;border: 1px solid #e6edff;padding: 0 0 30px;transform: translateY(30px);opacity: 0;transition: all 0.8s ease-out}.serviceCardGg.show {opacity: 1;transform: translateY(0)}.serviceCardGg:hover {transform: translateY(-15px);box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12)}.serviceCardTopHh {padding: 30px;text-align: center;background: #222;border-bottom: 1px solid #e6edff;position: relative;}.serviceCardTopHh::before {content: '';position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 1;background: url('../img/da1.jpg');background-size: cover;background-position: center;opacity: 0.15;}.serviceCardTopHh * {position: relative;z-index: 2;}.serviceIconIi {width: 80px;height: 80px;background: #fff;border-radius: 50%;display: flex;justify-content: center;align-items: center;margin: 0 auto 20px;font-size: 36px;color: #2a63e8;box-shadow: 0 8px 20px rgba(42, 99, 232, 0.15);border: 1px solid #e6edff}.serviceTitleJj {font-size: 26px;margin-bottom: 10px;color: #fff}.serviceSubtitleKk {font-size: 16px;color: #fff;margin-bottom: 20px}.serviceFeaturesLl {padding: 0 25px;margin-top: 20px}.serviceFeatureMm {display: flex;align-items: center;margin-bottom: 15px;position: relative;padding-left: 30px}.serviceFeatureMm::before {content: "✓";position: absolute;left: 0;top: 0;color: #2a63e8;font-weight: 700;font-size: 20px}.serviceFeatureTextNn {font-size: 16px;color: #555}.processSectionOo {padding: 100px 0;background: #f0f5ff}.processContainerPp {display: flex;flex-direction: column;max-width: 1000px;margin: 0 auto;position: relative}.processContainerPp::before {content: '';position: absolute;top: 0;left: 50%;width: 4px;height: 100%;background: #d5e2ff;transform: translateX(-50%);z-index: 1}@media(max-width:768px) {.processContainerPp::before {left: 30px}}.processItemQq {display: flex;margin-bottom: 60px;position: relative;z-index: 2}@media(max-width:768px) {.processItemQq {flex-direction: column}}.processNumberRr {width: 60px;height: 60px;background: #2a63e8;color: #fff;border-radius: 50%;display: flex;justify-content: center;align-items: center;font-size: 24px;font-weight: 700;flex-shrink: 0;margin-right: 40px;position: relative;z-index: 3;box-shadow: 0 10px 25px rgba(42, 99, 232, 0.3)}@media(max-width:768px) {.processNumberRr {margin: 0 auto 25px}}.processContentSs {background: #fff;border-radius: 20px;padding: 30px;box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);flex: 1;border: 1px solid #e6edff}.processTitleTt {font-size: 24px;margin-bottom: 15px;color: #222}.processDescriptionUu {font-size: 16px;color: #666;line-height: 1.7}.aboutSectionVv {padding: 100px 0}.aboutContainerWw {display: grid;grid-template-columns: 1fr 1fr;gap: 50px;align-items: center}.aboutSectionVv .map {max-width: 100%;overflow: hidden;border-radius: 1rem;margin-top: 2rem;}.aboutSectionVv .map img {max-width: 100%;}@media(max-width:992px) {.aboutContainerWw {grid-template-columns: 1fr}}.aboutTextXx h2 {font-size: 42px;margin-bottom: 30px;color: #222}.aboutTextXx h2 span {color: #2a63e8}.aboutTextXx p {font-size: 18px;color: #666;margin-bottom: 20px;line-height: 1.7}.aboutImageYy {background: #fff;border-radius: 20px;padding: 30px;box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);border: 1px solid #e6edff;text-align: center}.aboutImageYy h3 {font-size: 1.5rem;}.contactMethodsZz {display: grid;grid-template-columns: repeat(2, 1fr);gap: 20px;margin: 30px 0}.contactMethodAa {display: flex;align-items: center;background: #fff;padding: 15px;border-radius: 15px;box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);border: 1px solid #e6edff;transition: all 0.3s}.contactMethodAa:hover {transform: translateY(-5px);box-shadow: 0 12px 25px rgba(0, 0, 0, 0.1)}.contactIconBb {width: 50px;height: 50px;border-radius: 50%;display: flex;align-items: center;justify-content: center;margin-right: 15px;font-size: 22px;color: #fff;background: #2a63e8}.contactDetailsCc h4 {font-size: 18px;color: #131313;margin-bottom: 5px;text-align: left;}.contactDetailsCc p {font-size: 16px;color: #666}.contactButtonDd {margin-top: 30px}.faqSectionEe {padding: 100px 0;background: #fff}.faqContainerFf {max-width: 900px;margin: 0 auto}.faqItemGg {background: #fff;border-radius: 15px;box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);margin-bottom: 20px;overflow: hidden;transition: all 0.3s;border: 1px solid #e6edff}.faqItemGg:hover {border-color: #d5e2ff}.faqQuestionHh {padding: 25px 50px 25px 30px;font-size: 20px;font-weight: 600;cursor: pointer;position: relative;color: #333}.faqQuestionHh::after {content: '+';position: absolute;right: 30px;top: 50%;transform: translateY(-50%);font-size: 28px;color: #2a63e8;transition: all 0.3s}.faqItemGg.active .faqQuestionHh::after {transform: translateY(-50%) rotate(45deg);color: #ff6b6b}.faqAnswerIi {padding: 0 30px;max-height: 0;overflow: hidden;transition: all 0.4s ease}.faqItemGg.active .faqAnswerIi {padding: 0 30px 25px;max-height: 500px}.faqAnswerIi p {font-size: 17px;color: #666;line-height: 1.8;margin-bottom: 15px}.footerSectionJj {background: #f0f5ff;padding: 80px 0 40px}.footerContainerKk {display: grid;grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));gap: 40px;}.footerBlockLl h3 {font-size: 22px;margin-bottom: 25px;color: #131313;position: relative;padding-bottom: 10px}.footerBlockLl h3::after {content: '';position: absolute;bottom: 0;left: 0;width: 40px;height: 3px;background: #2a63e8}.footerBlockLl p {font-size: 16px;color: #666;margin-bottom: 15px;line-height: 1.7}.footerLinksMm {list-style: none}.footerLinksMm li {margin-bottom: 15px}.footerLinksMm a {color: #666;font-size: 16px;transition: all 0.3s}.footerLinksMm a:hover {color: #2a63e8;transform: translateX(5px)}.copyrightNn {text-align: center;padding-top: 15px;border-top: 1px solid #e6edff;font-size: 16px;color: #333;font-weight: 600;}.fotnav ul {display: flex;align-items: center;padding-top: 20px;margin-top: 30px;justify-content: center;border-top: 1px solid #ccc;}.fotnav ul li {margin: 0 20px;}.fotnav li a {color: #666;}.fotnav li a:hover {text-decoration: underline;}.modalOo {position: fixed;top: 0;left: 0;width: 100%;height: 100%;background: rgba(0, 0, 0, 0.5);backdrop-filter: blur(5px);display: flex;align-items: center;justify-content: center;z-index: 2000;opacity: 0;visibility: hidden;transition: all 0.3s}.modalOo.active {opacity: 1;visibility: visible}.modalContentPp {background: #fff;border-radius: 25px;padding: 50px;width: 100%;max-width: 500px;box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);position: relative;transform: scale(0.9);opacity: 0;transition: all 0.4s}.modalOo.active .modalContentPp {transform: scale(1);opacity: 1}.modalTitleQq {text-align: center;font-size: 32px;margin-bottom: 20px;color: #222}.modalMessageRr {text-align: center;font-size: 18px;color: #666;margin-bottom: 40px;line-height: 1.7}.modalButtonsSs {display: flex;justify-content: center;gap: 20px}.modalBtnTt {padding: 15px 40px;border-radius: 50px;font-weight: 600;transition: all 0.3s;font-size: 17px;cursor: pointer;min-width: 160px;text-align: center}.modalConfirmUu {background: #2a63e8;color: #fff}.modalConfirmUu:hover {background: #1d4fc2;transform: translateY(-3px);box-shadow: 0 10px 25px rgba(42, 99, 232, 0.2)}.modalCancelVv {background: #f5f5f5;color: #666}.modalCancelVv:hover {background: #eaeaea}.modalCloseWw {position: absolute;top: 25px;right: 25px;font-size: 24px;color: #999;cursor: pointer;transition: all 0.3s}.modalCloseWw:hover {color: #ff6b6b}

.serviceContent {margin: 0 auto;background: #fff;padding: 40px 50px;border-radius: 20px;box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);border: 1px solid #e6edff;}.serviceBlock {margin-bottom: 40px;padding-bottom: 30px;border-bottom: 1px solid #e6edff;}.serviceBlock:last-child {margin-bottom: 0;padding-bottom: 0;border-bottom: none;}.serviceBlock h3 {font-size: 28px;color: #2a63e8;margin-bottom: 20px;display: flex;align-items: center;gap: 15px;}.serviceBlock p {font-size: 17px;color: #666;line-height: 1.8;margin-bottom: 15px;}.serviceBlock p strong {color: #333;}.processList,.serviceList {list-style: none;padding-left: 10px;margin-top: 20px;}.processList li,.serviceList li {font-size: 17px;color: #555;margin-bottom: 18px;position: relative;padding-left: 35px;line-height: 1.7;}.processList li::before {content: '✓';position: absolute;left: 0;top: 0;color: #28a745;font-weight: bold;font-size: 22px;line-height: 1;}.serviceList li::before {content: '›';position: absolute;left: 0;top: -2px;color: #2a63e8;font-weight: bold;font-size: 26px;}case-studies-container {max-width: 960px;margin: 0 auto;}.case-study-card {background: #fff;border-radius: 15px;box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);margin-bottom: 30px;padding: 35px;transition: transform 0.3s ease, box-shadow 0.3s ease;border: 1px solid #e6edff;}.case-study-card:hover {transform: translateY(-8px);box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);border-color: #d5e2ff;}.case-study-card h3 {font-size: 26px;color: #131313;margin-bottom: 15px;}.case-study-card .case-meta {display: flex;flex-wrap: wrap;gap: 15px 25px;margin-bottom: 20px;color: #777;font-size: 15px;border-bottom: 1px solid #eee;padding-bottom: 15px;}.case-study-card .case-meta span {display: flex;align-items: center;gap: 8px;}.case-study-card .case-meta i {color: #2a63e8;}.case-study-card p {font-size: 16px;line-height: 1.8;color: #666;}.case-study-card .case-results {display: grid;grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));gap: 20px;margin-top: 25px;padding-top: 20px;border-top: 1px solid #eee;}.case-study-card .result-item {text-align: center;background: #f9fbff;padding: 20px;border-radius: 10px;}.case-study-card .result-item .value {font-size: 32px;font-weight: 800;color: #2a63e8;line-height: 1.2;}.case-study-card .result-item .label {font-size: 15px;color: #555;margin-top: 5px;}.back-to-top {position: fixed;bottom: 40px;right: 30px;z-index: 99;display: flex;align-items: center;gap: 10px;background: #2a63e8;color: white;border: none;border-radius: 50px;padding: 14px 30px;text-decoration: none;transition: all 0.3s ease;opacity: 0.9;cursor: pointer;}.back-to-top:hover {opacity: 1;transform: translateY(-5px);}@media(max-width:992px) {.navLinksRz {display: none}.mobileMenuGh {display: block}.heroSectionIj {padding-top: 140px}.heroTitleQr {font-size: 48px}.sectionTitleDd {font-size: 36px}.servicesGridFf {grid-template-columns: 1fr}.aboutContainerWw {gap: 30px}.contactMethodsZz {grid-template-columns: 1fr}}@media(max-width:768px) {.navContainerXy {height: 70px}.logoAb {font-size: 28px}.heroTitleQr {font-size: 36px}.heroSubtitleSt {font-size: 20px}.heroButtonsWx {flex-direction: column;align-items: flex-start}.sectionTitleDd {font-size: 30px}.processContainerPp::before {left: 15px}.processItemQq {margin-bottom: 40px}.processNumberRr {width: 50px;height: 50px;font-size: 20px}.processContentSs {padding: 20px}.processTitleTt {font-size: 20px}.aboutImageYy {padding: 20px}.faqQuestionHh {padding: 20px 50px 20px 20px;font-size: 18px}.footerContainerKk {gap: 30px}.modalContentPp {padding: 30px}.modalTitleQq {font-size: 28px}.modalMessageRr {font-size: 16px}.modalButtonsSs {flex-direction: column}.modalBtnTt {width: 100%}.back-to-top {bottom: 25px;right: 20px;padding: 12px 25px;}}@media (max-width: 480px) {.back-to-top {bottom: 20px;right: 15px;padding: 10px 20px;font-size: 0.9rem;}}