.hero-box { width: min(var(--container),calc(100% - 32px)); margin: 0 auto; background: linear-gradient(180deg,#fafcff 0%,#f8fbff 100%); min-height: 660px; position: relative; overflow: hidden; border-radius: 0; box-shadow: 0 10px 30px rgba(18,42,90,0.03); isolation: isolate; }
    .hero-box::before { content: ""; position: absolute; right: -120px; top: 110px; width: 430px; height: 430px; background: radial-gradient(circle at center,rgba(33,100,216,0.14),rgba(33,100,216,0.04) 55%,transparent 72%); z-index: 0; }
    .hero-box::after { content: ""; position: absolute; right: 30px; bottom: 40px; width: 300px; height: 300px; border-radius: 50%; background: radial-gradient(circle at center,rgba(21,121,214,0.08),transparent 68%); z-index: 0; }
    .hero-grid { position: relative; z-index: 2; min-height: 660px; display: grid; grid-template-columns: 1.02fr 0.98fr; align-items: center; gap: 24px; padding: 36px 58px 0px 64px; }
    .hero-content { max-width: 610px; }
    .hero-title { font-size: clamp(42px,5vw,64px); line-height: 1.03; letter-spacing: -1.6px; font-weight: 900; color: #07318a; margin-bottom: 28px; }
    .hero-subtitle { font-size: clamp(20px,2vw,26px); line-height: 1.35; font-weight: 800; color: #0d3183; margin-bottom: 26px; }
    .hero-form { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; margin-bottom: 28px; }
    .hero-input { width: 280px; height: 58px; border-radius: 999px; border: 2px solid #2d59b5; background: #fff; padding: 0 22px; font-size: 17px; font-weight: 700; color: #394861; outline: none; transition: all 0.25s ease; box-shadow: 0 6px 20px rgba(15,63,159,0.04); }
    .hero-input:focus { border-color: #1196dd; box-shadow: 0 0 0 4px rgba(17,150,221,0.10); }
    .hero-input::placeholder { color: #8a96a8; font-weight: 700; }
    .hero-btn { min-height: 58px; padding: 0 28px; border: none; border-radius: 999px; background: linear-gradient(180deg,#1a63d4 0%,#164db1 100%); color: #fff; font-size: 18px; font-weight: 900; cursor: pointer; box-shadow: inset 0 1px 0 rgba(255,255,255,0.22),0 12px 24px rgba(22,77,177,0.18); white-space: nowrap; transition: 0.25s ease; }
    .hero-btn:hover { transform: translateY(-1px); }
    .hero-features { list-style: none; display: grid; grid-template-columns: repeat(2,minmax(220px,1fr)); gap: 16px 26px; max-width: 620px; }
    .hero-features li { display: flex; align-items: center; gap: 10px; font-size: 18px; font-weight: 800; color: #14327d; }
    .hero-features svg { width: 18px; height: 18px; stroke: var(--success); stroke-width: 3; fill: none; flex-shrink: 0; }
    .hero-media { position: relative; min-height: 560px; display: flex; align-items: flex-end; justify-content: center; }
    .hero-visual { position: relative; width: 100%; max-width: 560px; min-height: 560px; display: flex; align-items: flex-end; justify-content: center; }
    .hero-visual::before { content: ""; position: absolute; right: 18px; top: 28px; width: 360px; height: 540px; background: linear-gradient(180deg,#0f4eb8 0%,#0a3589 100%); border-radius: 180px 180px 0 180px; z-index: 0; box-shadow: 0 24px 50px rgba(10,53,137,0.16); }
    .hero-visual::after { content: ""; position: absolute; left: 40px; bottom: 34px; width: 290px; height: 140px; background: linear-gradient(135deg,rgba(59,119,227,0.22),rgba(12,61,159,0.06)); border-radius: 120px 120px 26px 120px; z-index: 0; filter: blur(0.5px); }
    .hero-image-wrap { position: relative; z-index: 2; width: 100%; max-width: 540px; display: flex; justify-content: flex-end; align-items: flex-end; }
    .hero-image { width: 100%; height: auto; object-fit: contain; filter: drop-shadow(0 18px 35px rgba(11,49,125,0.10)); }
    .hero-floor { position: absolute; left: 0; right: 0; bottom: 0; height: 18px; background: linear-gradient(180deg,rgba(255,255,255,0),rgba(17,37,74,0.05)); z-index: 1; }
    .hero-shadow { position: absolute; right: 110px; bottom: 20px; width: 120px; height: 36px; background: radial-gradient(circle,rgba(0,0,0,0.14) 0%,rgba(0,0,0,0.05) 48%,rgba(0,0,0,0) 72%); filter: blur(7px); z-index: 1; }

    .mobile-panel { display: none; border-top: 1px solid rgba(17,37,74,0.06); background: #fff; }
    .mobile-menu { width: calc(100% - 32px); margin: 0 auto; padding: 14px 0 18px; }
    .mobile-menu > * + * { margin-top: 10px; }
    .mobile-link, .mobile-menu details summary { min-height: 50px; display: flex; align-items: center; justify-content: space-between; padding: 0 14px; border: 1px solid rgba(17,37,74,0.08); border-radius: 14px; background: #fff; color: #24324c; font-size: 15px; font-weight: 800; list-style: none; cursor: pointer; }
    .mobile-menu details summary::-webkit-details-marker { display: none; }
    .mobile-submenu { padding: 10px 8px 0; }
    .mobile-submenu a { display: block; padding: 12px 14px; border-radius: 12px; font-size: 14px; font-weight: 700; color: #42506a; }
    .mobile-submenu a:hover { background: rgba(15,63,159,0.06); color: var(--primary); }
    .mobile-book { width: 100%; justify-content: center; }

    @media (max-width:1200px) { .nav-link { padding: 0 10px; font-size: 14px; } .hero-grid { padding: 40px 34px 24px 36px; } .brand img { width: 170px; } }
    @media (max-width:1040px) { .main-nav, .nav-cta { display: none; } .menu-toggle { display: inline-flex; } .mobile-panel { display: block; max-height: 0; overflow: hidden; transition: max-height 0.35s ease; } #nav-toggle:checked ~ .mobile-panel { max-height: 700px; } .hero-grid { grid-template-columns: 1fr; gap: 20px; min-height: auto; padding: 48px 24px 22px; } .hero-content { max-width: 100%; } .hero-media { min-height: 470px; } .hero-visual { min-height: 470px; max-width: 500px; margin: 0 auto; } .hero-visual::before { width: 320px; height: 450px; right: 25px; top: 10px; } .hero-visual::after { left: 25px; bottom: 28px; width: 240px; height: 110px; } .hero-image-wrap { max-width: 470px; } .hero-shadow { right: 90px; } }
    @media (max-width:768px) { .nav-inner { min-height: 76px; padding: 0 16px; } .brand img { width: 155px; } .hero-box { width: calc(100% - 20px); min-height: auto; } .hero-grid { padding: 30px 16px 16px; } .hero-form { flex-direction: column; align-items: stretch; } .hero-input, .hero-btn { width: 100%; } .hero-features { grid-template-columns: 1fr; } .hero-features li { font-size: 16px; } .hero-media { min-height: 330px; } .hero-visual { min-height: 320px; max-width: 380px; } .hero-visual::before { width: 235px; height: 320px; right: 12px; top: 8px; border-radius: 120px 120px 0 120px; } .hero-visual::after { width: 180px; height: 78px; left: 12px; bottom: 22px; } .hero-image-wrap { max-width: 360px; } .hero-shadow { right: 56px; width: 90px; } }
    @media (max-width:480px) { .hero-title { font-size: 38px; } .hero-subtitle { font-size: 19px; } .brand img { width: 142px; } .menu-toggle { width: 42px; height: 42px; } .hero-media { min-height: 320px; } .hero-visual { min-height: 300px; } .hero-image-wrap { max-width: 310px; } .hero-visual::before { width: 210px; height: 280px; } }

    .features { padding: 80px 0 70px; background: #ffffff; }
    .features-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 40px; }
    .feature-item { text-align: left; }
    .feature-item .icon { width: 90px; height: 90px; background: linear-gradient(180deg,#eaf4ff,#dbeeff); border-radius: 18px; display: flex; align-items: center; justify-content: center; margin-bottom: 22px; }
    .feature-item .icon svg { width: 42px; height: 42px; stroke: #1c63d5; stroke-width: 2; fill: none; }
    .feature-item h3 { font-size: 20px; font-weight: 900; color: #0e2f81; margin-bottom: 12px; line-height: 1.3; }
    .feature-item p { font-size: 15.5px; line-height: 1.7; color: #4a5a73; font-weight: 600; }
    @media (max-width:1100px) { .features-grid { grid-template-columns: repeat(2,1fr); gap: 30px; } }
    @media (max-width:600px) { .features { padding: 60px 0; } .features-grid { grid-template-columns: 1fr; gap: 26px; } .feature-item .icon { width: 72px; height: 72px; } .feature-item h3 { font-size: 18px; } .feature-item p { font-size: 14px; } }

    .reviews-section { background: #fff; padding: 18px 0 60px; }
    .reviews-container { width: min(1300px,calc(100% - 32px)); margin: 0 auto; }
    .reviews-top { display: flex; justify-content: center; margin-bottom: 18px; }
    .reviews-rating { display: inline-flex; align-items: center; gap: 10px; font-size: 16px; color: #222; font-weight: 600; }
    .reviews-rating .stars { color: #ff0f4b; font-size: 22px; line-height: 1; letter-spacing: 1px; transform: translateY(-1px); }
    .rating-text strong { font-weight: 900; }
    .reviews-slider-wrap { position: relative; display: flex; align-items: center; }
    .reviews-grid { width: 100%; display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
    .review-card { background: #fff; border: 2px solid #e7e7ec; border-radius: 18px; min-height: 190px; padding: 22px 22px 20px; box-shadow: 0 1px 0 rgba(0,0,0,0.02); }
    .review-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; margin-bottom: 10px; }
    .review-user { display: flex; align-items: flex-start; gap: 12px; }
    .review-avatar { width: 40px; height: 40px; border-radius: 50%; flex: 0 0 40px; display: flex; align-items: center; justify-content: center; color: #fff; font-size: 22px; font-weight: 800; }
    .avatar-green { background: #0d5d4f; }
    .avatar-dark { background: #0a4f48; }
    .avatar-cyan { background: #12a7b6; }
    .review-meta h4 { font-size: 16px; line-height: 1.1; color: #222; font-weight: 800; margin-bottom: 4px; }
    .review-meta span { display: block; font-size: 13px; color: #9b9ba3; font-weight: 500; }
    .google-logo { flex-shrink: 0; min-width: 22px; display: flex; align-items: center; justify-content: center; }
    .google-logo span { font-size: 28px; font-weight: 900; line-height: 1; font-family: Arial,sans-serif; background: conic-gradient(from 20deg,#4285f4 0deg 90deg,#34a853 90deg 180deg,#fbbc05 180deg 270deg,#ea4335 270deg 360deg); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
    .review-stars { color: #ff0f4b; font-size: 24px; line-height: 1; letter-spacing: 2px; margin-bottom: 12px; }
    .review-text { font-size: 16px; line-height: 1.45; color: #3f3f46; font-weight: 500; max-width: 95%; }
    .review-text .see-more { color: #111; font-weight: 800; margin-left: 4px; }
    .review-arrow { position: absolute; top: 50%; transform: translateY(-50%); width: 42px; height: 42px; border: 1px solid #ebebef; background: #fff; border-radius: 50%; box-shadow: 0 6px 18px rgba(0,0,0,0.08); display: flex; align-items: center; justify-content: center; cursor: pointer; z-index: 3; }
    .review-arrow svg { width: 20px; height: 20px; stroke: #555; stroke-width: 2.5; fill: none; }
    .review-arrow-left { left: -20px; }
    .review-arrow-right { right: -20px; }
    @media (max-width:1100px) { .reviews-grid { grid-template-columns: 1fr 1fr; } .review-card:last-child { grid-column: 1 / -1; } }
    @media (max-width:768px) { .reviews-section { padding: 12px 0 46px; } .reviews-container { width: calc(100% - 20px); } .reviews-grid { grid-template-columns: 1fr; gap: 16px; } .review-card:last-child { grid-column: auto; } .review-arrow { display: none; } .reviews-rating { text-align: center; flex-wrap: wrap; justify-content: center; } .review-card { min-height: auto; } .review-text { max-width: 100%; font-size: 15px; } }

    .services-help { background: #f3f5fb; padding: 78px 0 92px; }
    .services-container { width: min(1180px,calc(100% - 32px)); margin: 0 auto; }
    .services-head { max-width: 760px; margin: 0 auto 36px; text-align: center; }
    .services-head h2 { font-family: Georgia,"Times New Roman",serif; font-size: 42px; line-height: 1.15; font-weight: 500; color: #1f1c1a; margin-bottom: 18px; letter-spacing: -0.5px; }
    .services-head p { font-size: 16px; line-height: 1.6; color: #544f4a; font-weight: 500; }
    .services-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px 22px; align-items: start; }
    .service-card { display: block; min-height: 106px; background: transparent; border: 1.5px solid #cfc8bf; border-radius: 8px; padding: 18px 22px 18px; transition: 0.25s ease; }
    .service-card:hover { background: rgba(255,255,255,0.45); border-color: #bbb3a9; }
    .service-card-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; margin-bottom: 8px; }
    .service-card h3 { font-size: 17px; line-height: 1.35; font-weight: 800; color: #1f1e1b; max-width: 86%; }
    .service-card p { font-size: 15px; line-height: 1.45; color: #5b5751; font-weight: 500; max-width: 96%; }
    .service-arrow { width: 18px; height: 18px; flex-shrink: 0; display: inline-flex; align-items: center; justify-content: center; margin-top: 2px; }
    .service-arrow svg { width: 18px; height: 18px; stroke: #2b2b2b; stroke-width: 2.2; fill: none; }
    @media (max-width:1100px) { .services-grid { grid-template-columns: repeat(2,1fr); } }
    @media (max-width:768px) { .services-help { padding: 60px 0 70px; } .services-container { width: calc(100% - 20px); } .services-head { margin-bottom: 28px; } .services-head h2 { font-size: 34px; } .services-head p { font-size: 15px; } .services-grid { grid-template-columns: 1fr; gap: 14px; } .service-card { padding: 16px 16px 16px; } .service-card h3 { font-size: 16px; } .service-card p { font-size: 14px; } }

    .promo-info-section { background: #fff; padding: 90px 0; }
    .promo-info-container { width: min(1200px,calc(100% - 32px)); margin: 0 auto; }
    .promo-top-grid { display: grid; grid-template-columns: 385px 1fr; align-items: center; gap: 90px; margin-bottom: 74px; }
    .promo-image-card { border-radius: 8px; overflow: hidden; background: #1454bf; box-shadow: 0 2px 0 rgba(0,0,0,0.03); }
    .promo-image-card img { width: 100%; height: 372px; object-fit: cover; display: block; }
    .promo-text-card { text-align: center; }
    .promo-text-card h2 { font-size: 33px; line-height: 1.03; letter-spacing: -1px; font-weight: 900; color: #083694; margin-bottom: 18px; }
    .promo-text-card p { max-width: 470px; margin: 0 auto 28px; font-size: 14px; line-height: 1.55; color: #24427d; font-weight: 600; }
    .promo-main-btn { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; padding: 0 30px; border-radius: 999px; border: 2px solid #d7c469; background: linear-gradient(180deg,#1a63d3 0%,#1247a5 100%); color: #fff; font-size: 15px; font-weight: 900; box-shadow: inset 0 1px 0 rgba(255,255,255,0.18),0 4px 0 rgba(10,52,129,0.14); white-space: nowrap; }
    .promo-bottom-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
    .promo-box { min-height: 236px; border-radius: 8px; overflow: hidden; position: relative; display: flex; align-items: stretch; justify-content: space-between; text-decoration: none; box-shadow: 0 2px 0 rgba(0,0,0,0.03); }
    .promo-box-dark { background: linear-gradient(130deg,rgba(255,255,255,0.06) 0%,rgba(255,255,255,0.00) 45%),linear-gradient(135deg,#0450b8 0%,#0a3f9c 55%,#0b58cf 100%); }
    .promo-box-light { background: linear-gradient(130deg,rgba(255,255,255,0.18) 0%,rgba(255,255,255,0.05) 42%,rgba(255,255,255,0) 70%),linear-gradient(135deg,#8ec2f4 0%,#7eb4ee 100%); }
    .promo-box-content { position: relative; z-index: 2; padding: 30px 24px 24px 26px; width: 57%; }
    .promo-box-content h3 { font-size: 28px; line-height: 1.03; letter-spacing: -1px; font-weight: 900; margin-bottom: 16px; }
    .promo-box-dark .promo-box-content h3, .promo-box-dark .promo-box-content p { color: #fff; }
    .promo-box-light .promo-box-content h3 { color: #0b469f; }
    .promo-box-light .promo-box-content p { color: #17478f; }
    .promo-box-content p { font-size: 14px; line-height: 1.5; font-weight: 600; max-width: 245px; }
    .promo-box-art { position: absolute; right: 0; bottom: 0; width: 48%; height: 100%; display: flex; align-items: flex-end; justify-content: flex-end; z-index: 1; }
    .promo-box-art img { max-width: 100%; max-height: 100%; object-fit: contain; display: block; }
    .promo-small-btn { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; margin-top: 26px; padding: 0 26px; border-radius: 999px; border: 2px solid #d8c56b; background: linear-gradient(180deg,#195fd1 0%,#1448aa 100%); color: #fff; font-size: 14px; font-weight: 900; box-shadow: inset 0 1px 0 rgba(255,255,255,0.18),0 4px 0 rgba(10,52,129,0.14); white-space: nowrap; }
    @media (max-width:991px) { .promo-top-grid { grid-template-columns: 1fr; gap: 34px; margin-bottom: 38px; } .promo-image-card { max-width: 480px; margin: 0 auto; } .promo-bottom-grid { grid-template-columns: 1fr; } .promo-box { min-height: 250px; } }
    @media (max-width:768px) { .promo-info-section { padding: 56px 0 68px; } .promo-info-container { width: calc(100% - 20px); } .promo-image-card img { height: auto; } .promo-text-card h2 { font-size: 28px; } .promo-text-card p { font-size: 14px; } .promo-main-btn { width: 100%; padding: 0 18px; } .promo-box { min-height: auto; flex-direction: column; } .promo-box-content { width: 100%; padding: 24px 18px 18px; } .promo-box-content h3 { font-size: 24px; } .promo-box-content p { max-width: 100%; } .promo-box-art { position: relative; width: 100%; height: 180px; justify-content: flex-end; padding-right: 10px; } .promo-box-art img { height: 100%; width: auto; } .promo-small-btn { width: 100%; margin-top: 18px; } }
    @media (max-width:480px) { .promo-text-card h2 { font-size: 24px; } .promo-box-content h3 { font-size: 21px; } .promo-box-art { height: 150px; } }

    .ready-cta-section { background: #ffffff; padding: 56px 0 68px; }
    .ready-cta-container { width: min(1200px,calc(100% - 32px)); margin: 0 auto; }
    .ready-cta-grid { display: grid; grid-template-columns: 1fr 420px; align-items: center; gap: 72px; }
    .ready-cta-content { max-width: 420px; }
    .ready-cta-content h2 { font-size: 33px; line-height: 1.02; font-weight: 900; letter-spacing: -1px; color: #083892; margin-bottom: 18px; }
    .ready-cta-content p { font-size: 15px; line-height: 1.65; color: #243c6f; font-weight: 600; margin-bottom: 24px; }
    .ready-cta-btn { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; padding: 0 28px; border-radius: 999px; border: 2px solid #d9c76c; background: linear-gradient(180deg,#1a62d2 0%,#1547a8 100%); color: #fff; font-size: 15px; font-weight: 900; box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 4px 0 rgba(10,52,129,0.14); white-space: nowrap; }
    .ready-cta-visual { position: relative; width: 100%; height: 340px; display: flex; align-items: center; justify-content: center; }
    .ready-cta-bg { position: absolute; width: 262px; height: 260px; background: #d8e7f9; border-radius: 4px; right: 38px; top: 40px; }
    .ready-cta-visual img { position: relative; z-index: 2; max-width: 100%; height: auto; object-fit: contain; filter: drop-shadow(0 16px 18px rgba(0,0,0,0.15)); }
    @media (max-width:900px) { .ready-cta-grid { grid-template-columns: 1fr; gap: 30px; } .ready-cta-content { max-width: 100%; text-align: center; } .ready-cta-visual { height: 320px; } .ready-cta-bg { right: 50%; transform: translateX(50%); top: 40px; } }
    @media (max-width:768px) { .ready-cta-section { padding: 50px 0 58px; } .ready-cta-container { width: calc(100% - 20px); } .ready-cta-content h2 { font-size: 28px; } .ready-cta-content p { font-size: 14px; } .ready-cta-btn { width: 100%; } .ready-cta-visual { height: 290px; } .ready-cta-bg { width: 220px; height: 220px; top: 34px; } .ready-cta-visual img { width: 210px; } }
    @media (max-width:480px) { .ready-cta-content h2 { font-size: 24px; } .ready-cta-visual { height: 250px; } .ready-cta-bg { width: 300px; height: 300px; } }

    .video-testimonial-section { background: #0f57b3; padding: 54px 0 84px; position: relative; overflow: hidden; }
    .video-testimonial-container { width: min(1200px,calc(100% - 32px)); margin: 0 auto; }
    .video-section-title { text-align: center; color: #ffffff; font-size: 28px; line-height: 1.2; font-weight: 500; margin-bottom: 54px; letter-spacing: -0.4px; }
    .video-card-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; justify-content: center; }
    .video-card { position: relative; border-radius: 4px; overflow: hidden; background: #1f4f97; box-shadow: inset 0 0 0 1px rgba(255,255,255,0.18); }
    .video-thumb-wrap { position: relative; height: 0; padding-bottom: 150%; overflow: hidden; }
    .video-thumb-wrap img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
    .video-thumb-wrap::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg,rgba(0,0,0,0.08) 0%,rgba(0,0,0,0.04) 30%,rgba(0,0,0,0.18) 100%); }
    .video-play-btn { position: absolute; left: 50%; top: 52%; transform: translate(-50%,-50%); width: 76px; height: 76px; border-radius: 50%; border: 4px solid rgba(255,255,255,0.9); background: rgba(255,255,255,0.08); backdrop-filter: blur(2px); display: flex; align-items: center; justify-content: center; cursor: pointer; z-index: 3; transition: 0.25s ease; }
    .video-play-btn:hover { transform: translate(-50%,-50%) scale(1.06); background: rgba(255,255,255,0.16); }
    .video-play-btn svg { width: 28px; height: 28px; fill: #ffffff; margin-left: 4px; }
    .video-badge { position: absolute; left: 0; right: 0; bottom: 0; z-index: 4; text-align: center; background: linear-gradient(180deg,#0c4caf 0%,#083f99 100%); color: #fff; padding: 0 10px 12px; }
    .video-name { display: inline-block; background: #0c4caf; padding: 8px 16px 7px; font-size: 14px; font-weight: 800; line-height: 1; border-radius: 2px 2px 0 0; margin-top: -1px; margin-bottom: 6px; }
    .video-badge strong { display: block; font-size: 16px; line-height: 1.08; font-weight: 900; letter-spacing: 0.2px; }
    .video-modal { position: fixed; inset: 0; z-index: 9999; display: none; }
    .video-modal.active { display: block; }
    .video-modal-backdrop { position: absolute; inset: 0; background: rgba(0,0,0,0.72); }
    .video-modal-dialog { position: relative; width: min(960px,calc(100% - 24px)); margin: 60px auto; z-index: 2; }
    .video-modal-close { position: absolute; right: 0; top: -48px; width: 40px; height: 40px; border: none; border-radius: 50%; background: rgba(255,255,255,0.14); display: flex; align-items: center; justify-content: center; cursor: pointer; }
    .video-modal-close svg { width: 22px; height: 22px; stroke: #fff; stroke-width: 2.4; fill: none; }
    .video-frame-wrap { position: relative; width: 100%; padding-bottom: 56.25%; background: #000; border-radius: 10px; overflow: hidden; box-shadow: 0 24px 50px rgba(0,0,0,0.35); }
    .video-frame-wrap iframe { position: absolute; inset: 0; width: 100%; height: 100%; }
    @media (max-width:991px) { .video-card-grid { grid-template-columns: repeat(2,1fr); gap: 18px; } .video-section-title { margin-bottom: 34px; } }
    @media (max-width:640px) { .video-testimonial-section { padding: 42px 0 56px; } .video-testimonial-container { width: calc(100% - 20px); } .video-section-title { font-size: 24px; margin-bottom: 28px; } .video-card-grid { grid-template-columns: 1fr; } .video-play-btn { width: 66px; height: 66px; } .video-badge strong { font-size: 15px; } .video-name { font-size: 13px; } .video-modal-dialog { margin: 76px auto 20px; } }

    .services-gallery-section { background: #ffffff; padding: 74px 0 90px; }
    .services-gallery-container { width: min(1190px,calc(100% - 32px)); margin: 0 auto; }
    .services-gallery-title { text-align: center; font-size: 20px; line-height: 1.15; font-weight: 900; color: #071d71; margin-bottom: 34px; letter-spacing: 0.3px; text-transform: uppercase; }
    .services-gallery-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 42px 32px; align-items: start; }
    .services-gallery-card { display: block; color: inherit; }
    .services-gallery-image { width: 100%; aspect-ratio: 1/1; overflow: hidden; background: #f3f3f3; }
    .services-gallery-image img { width: 100%; height: 100%; object-fit: cover; display: block; }
    .services-gallery-card h3 { margin-top: 8px; font-size: 13px; line-height: 1.25; color: #111111; font-weight: 700; }
    .services-gallery-card span { display: inline-block; margin-top: 4px; font-size: 10px; line-height: 1.3; color: #1b1b56; font-weight: 600; text-decoration: underline; }
    .services-gallery-card--cta { aspect-ratio: 1/1; background: #0f52df; position: relative; padding: 30px 18px 24px 18px; overflow: hidden; color: #fff; }
    .services-gallery-cta-icon { width: 34px; height: 34px; display: flex; align-items: center; justify-content: center; margin-bottom: 28px; }
    .services-gallery-cta-icon svg { width: 28px; height: 28px; fill: #ffffff; }
    .services-gallery-cta-text { font-size: 18px; line-height: 1.35; font-weight: 500; letter-spacing: 0.2px; color: #ffffff; }
    .services-gallery-cta-arrow { position: absolute; right: 16px; bottom: 16px; width: 42px; height: 42px; border-radius: 50%; background: #f0f0f0; display: flex; align-items: center; justify-content: center; }
    .services-gallery-cta-arrow svg { width: 22px; height: 22px; stroke: #1f1f1f; stroke-width: 2.2; fill: none; }
    @media (max-width:768px) { .services-gallery-container { width: calc(100% - 20px); } .services-gallery-grid { grid-template-columns: 1fr 1fr; gap: 28px 18px; } .services-gallery-title { font-size: 18px; margin-bottom: 24px; } .services-gallery-cta-text { font-size: 16px; } }
    @media (max-width:520px) { .services-gallery-grid { grid-template-columns: 1fr; gap: 22px; } .services-gallery-card--cta { min-height: 260px; aspect-ratio: auto; } }

    .quote-hero-section { position: relative; min-height: 440px; background-image: url("https://images.pexels.com/photos/6195277/pexels-photo-6195277.jpeg"); background-size: cover; background-position: center; overflow: hidden; }
    .quote-hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg,rgba(6,54,119,0.88) 0%,rgba(6,54,119,0.82) 38%,rgba(4,50,111,0.76) 100%); z-index: 1; }
    .quote-hero-container { position: relative; z-index: 2; width: min(1180px,calc(100% - 32px)); margin: 0 auto; min-height: 440px; display: flex; align-items: center; }
    .quote-hero-grid { width: 100%; display: grid; grid-template-columns: 1fr 380px; align-items: center; gap: 64px; padding: 70px 0; }
    .quote-hero-content { max-width: 470px; color: #fff; }
    .quote-hero-offer { display: inline-flex; align-items: center; gap: 8px; color: #ffd24d; font-size: 15px; font-weight: 800; margin-bottom: 14px; }
    .quote-hero-content h1 { font-size: 44px; line-height: 1.02; font-weight: 900; color: #ffffff; letter-spacing: -1.6px; margin-bottom: 14px; text-shadow: 0 4px 18px rgba(0,0,0,0.18); }
    .quote-hero-subtitle { font-size: 18px; line-height: 1.5; font-weight: 600; color: rgba(255,255,255,0.92); margin-bottom: 18px; }
    .quote-hero-list { list-style: none; display: grid; gap: 10px; margin-bottom: 22px; }
    .quote-hero-list li { display: flex; align-items: center; gap: 10px; color: #ffffff; font-size: 16px; font-weight: 700; }
    .quote-hero-list svg { width: 18px; height: 18px; stroke: #00d07c; stroke-width: 3; fill: none; flex-shrink: 0; }
    .quote-hero-placeholder { width: 255px; height: 52px; background: rgba(255,255,255,0.12); border-radius: 2px; backdrop-filter: blur(1px); }
    .quote-form-card { background: #ffffff; border-radius: 16px; padding: 26px 18px 16px; box-shadow: 0 16px 34px rgba(0,0,0,0.18); border: 1px solid rgba(13,38,83,0.08); }
    .quote-form-card h2 { text-align: center; font-size: 18px; line-height: 1.2; font-weight: 900; color: #083a8f; margin-bottom: 16px; }
    .quote-form { display: grid; gap: 10px; }
    .form-group { display: grid; gap: 5px; }
    .form-group label { font-size: 12px; color: #222; font-weight: 700; }
    .form-group input, .form-group textarea { width: 100%; border: 1px solid #d9dce2; border-radius: 6px; background: #fafafa; padding: 11px 12px; font-size: 13px; color: #333; outline: none; font-family: inherit; }
    .form-group input:focus, .form-group textarea:focus { border-color: #1d63ca; background: #fff; }
    .form-group textarea { min-height: 72px; resize: vertical; }
    .quote-submit-btn { width: 100%; min-height: 44px; border: none; border-radius: 999px; background: linear-gradient(180deg,#1a62d2 0%,#1450b0 100%); color: #fff; font-size: 15px; font-weight: 900; cursor: pointer; box-shadow: inset 0 1px 0 rgba(255,255,255,0.18),0 8px 16px rgba(20,80,176,0.18); margin-top: 4px; }
    .quote-note { text-align: center; font-size: 11px; color: #4d4d4d; margin-top: 2px; }
    @media (max-width:991px) { .quote-hero-grid { grid-template-columns: 1fr; gap: 28px; } .quote-hero-content { max-width: 100%; } .quote-form-card { max-width: 430px; } }
    @media (max-width:768px) { .quote-hero-section { min-height: auto; } .quote-hero-container { width: calc(100% - 20px); } .quote-hero-grid { padding: 36px 0; } .quote-hero-content h1 { font-size: 38px; } .quote-hero-subtitle { font-size: 16px; } .quote-hero-list li { font-size: 15px; } .quote-hero-placeholder { width: 100%; max-width: 240px; height: 48px; } .quote-form-card { max-width: 100%; } }
    @media (max-width:480px) { .quote-hero-content h1 { font-size: 32px; } .quote-hero-offer { font-size: 13px; } .quote-form-card { padding: 22px 14px 14px; border-radius: 14px; } }

    .details-about-section { background: #fff; padding: 84px 0 92px; }
    .details-about-container { width: min(1160px,calc(100% - 32px)); margin: 0 auto; }
    .details-about-row { display: grid; grid-template-columns: 450px 1fr; align-items: start; gap: 48px; }
    .details-about-row + .details-about-row { margin-top: 42px; }
    .details-about-row--reverse { grid-template-columns: 1fr 450px; align-items: center; }
    .details-about-image { width: 100%; }
    .details-about-image img { width: 100%; height: 450px; object-fit: cover; display: block; }
    .details-about-image--second img { height: 450px; }
    .details-about-content { color: #1f1b18; }
    .details-about-content h2 { font-family: Georgia,"Times New Roman",serif; font-size: 28px; line-height: 1.12; font-weight: 500; letter-spacing: -0.4px; color: #2a211d; margin-bottom: 12px; }
    .details-about-content--top { padding-top: 22px; }
    .details-about-content--bottom { padding-top: 56px; }
    .details-about-copy h4 { font-size: 18px; line-height: 1.2; font-weight: 700; color: #2f2823; margin-bottom: 4px; }
    .details-about-copy p, .details-about-content--bottom p { font-size: 16px; line-height: 1.5; color: #4b433d; font-weight: 500; }
    .details-about-copy p + h4 { margin-top: 10px; }
    .details-about-content--bottom p + p { margin-top: 14px; }
    .details-about-content--bottom a { color: #1c1c1c; font-weight: 700; text-decoration: underline; }
    .details-about-link { display: inline-flex; align-items: center; gap: 4px; margin-top: 18px; font-size: 11px; line-height: 1.2; font-weight: 700; color: #1e1b18; }
    .details-about-link svg { width: 12px; height: 12px; stroke: currentColor; stroke-width: 2.2; fill: none; }
    @media (max-width:768px) { .details-about-section { padding: 60px 0 68px; } .details-about-container { width: calc(100% - 20px); } .details-about-row, .details-about-row--reverse { grid-template-columns: 1fr; gap: 24px; } .details-about-row + .details-about-row { margin-top: 34px; } .details-about-content--top, .details-about-content--bottom { padding-top: 0; } .details-about-image img, .details-about-image--second img { height: auto; aspect-ratio: 1/1; } .details-about-content h2 { font-size: 24px; } .details-about-copy p, .details-about-content--bottom p, .details-about-copy h4, .details-about-link { font-size: 13px; } }

    .faq-section { background: #f7f8fb; padding-bottom:70px; }
    .faq-container { width: min(790px,calc(100% - 32px)); margin: 0 auto; }
    .faq-top-line { width: 100%; height: 2px; background: #eef1f5; margin-bottom: 8px; }
    .faq-title { text-align: center; margin-top:30px; font-size: 29px; line-height: 1.15; font-weight: 900; color: #071d53; margin-bottom: 32px; letter-spacing: -0.4px; }
    .faq-list { display: grid; gap: 10px; }
    .faq-item { background: #ffffff; border: 1px solid #e9edf3; border-radius: 6px; overflow: hidden; box-shadow: 0 0 0 1px rgba(240,243,248,0.35) inset; }
    .faq-item summary { list-style: none; display: flex; align-items: center; justify-content: space-between; gap: 12px; min-height: 44px; padding: 0 14px; cursor: pointer; }
    .faq-item summary::-webkit-details-marker { display: none; }
    .faq-item summary span:first-child { font-size: 12.5px; line-height: 1.2; color: #283244; font-weight: 700; }
    .faq-icon { flex-shrink: 0; font-size: 18px; line-height: 1; color: #313949; font-weight: 500; transition: transform 0.2s ease; }
    .faq-item[open] .faq-icon { transform: rotate(45deg); }
    .faq-content { padding: 0 14px 14px; font-size: 13px; line-height: 1.6; color: #4d596d; font-weight: 500; }
    @media (max-width:768px) { .faq-container { width: calc(100% - 20px); } .faq-title { font-size: 24px;margin-top:32px; margin-bottom: 22px; } .faq-item summary { min-height: 48px; padding: 0 12px; } .faq-item summary span:first-child { font-size: 12px; max-width: 88%; } .faq-content { padding: 0 12px 12px; font-size: 12.5px; } }

    .site-footer { background: #021428; padding: 54px 0 28px; }
    .site-footer-container { width: min(1120px,calc(100% - 32px)); margin: 0 auto; }
    .site-footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 0.9fr 0.9fr; gap: 56px; align-items: start; }
    .footer-col h4, .footer-brand { color: #ffffff; font-weight: 800; }
    .footer-brand { font-size: 26px; line-height: 1.15; margin-bottom: 18px; }
    .footer-col h4 { font-size: 16px; line-height: 1.2; margin-bottom: 20px; }
    .footer-desc { color: rgba(255,255,255,0.78); font-size: 14px; line-height: 1.6; font-weight: 500; margin-bottom: 18px; max-width: 350px; }
    .footer-contact, .footer-links { list-style: none; padding: 0; margin: 0; }
    .footer-contact { display: grid; gap: 12px; }
    .footer-contact li { display: flex; align-items: flex-start; gap: 10px; color: rgba(255,255,255,0.82); font-size: 14px; line-height: 1.55; font-weight: 500; }
    .footer-contact a, .footer-links a { color: rgba(255,255,255,0.82); text-decoration: none; transition: color 0.2s ease; }
    .footer-contact a:hover, .footer-links a:hover { color: #ffffff; }
    .footer-icon { width: 16px; height: 16px; margin-top: 2px; flex-shrink: 0; display: inline-flex; align-items: center; justify-content: center; }
    .footer-icon svg { width: 16px; height: 16px; stroke: #ffffff; stroke-width: 1.9; fill: none; stroke-linecap: round; stroke-linejoin: round; }
    .footer-links { display: grid; gap: 12px; }
    .footer-links li { line-height: 1.3; }
    .footer-links a { font-size: 14px; font-weight: 500; }
    .footer-note { margin-top: 16px; font-size: 14px; line-height: 1.4; font-weight: 700; color: #2fc7ff; }
    .footer-divider { width: 100%; height: 1px; background: rgba(255,255,255,0.09); margin: 52px 0 18px; }
    .footer-bottom { border-top: 1px solid rgba(255,255,255,0.16); padding-top: 14px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
    .footer-copy, .footer-company { color: rgba(255,255,255,0.72); font-size: 13px; line-height: 1.4; font-weight: 600; }
    @media (max-width:992px) { .site-footer-grid { grid-template-columns: 1fr 1fr; gap: 38px 28px; } .footer-divider { margin: 40px 0 16px; } .footer-bottom { flex-direction: column; align-items: flex-start; } }
    @media (max-width:640px) { .site-footer { padding: 42px 0 24px; } .site-footer-container { width: calc(100% - 20px); } .site-footer-grid { grid-template-columns: 1fr 1fr; gap: 28px 20px; } .footer-brand { font-size: 24px; } .footer-col h4 { margin-bottom: 14px; } .footer-links { gap: 10px; } .footer-divider { margin: 30px 0 14px; } .footer-copy, .footer-company { font-size: 12.5px; } }