*{box-sizing:border-box}:root{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;color:#12396d;background:#f4f8fd;--blue: #0f4d96;--blue-deep: #08376d;--red: #e43d44;--red-deep: #c81f2c;--text: #173860;--surface: #ffffff;--shadow: 0 16px 35px rgba(13, 59, 112, .12)}html{scroll-behavior:smooth}body{margin:0;background:radial-gradient(circle at top left,rgba(86,170,255,.14),transparent 28%),linear-gradient(180deg,#fff,#f3f7fc);color:var(--text)}a{color:inherit;text-decoration:none}.header{position:sticky;top:0;z-index:10;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:0 24px 0 0;background:#fffffff2;border-bottom:1px solid rgba(15,77,150,.08);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.logo{display:flex;align-items:center;gap:12px;min-height:72px}.logo-image-frame{position:relative;width:78px;height:64px;overflow:hidden;flex:0 0 78px}.logo-image{position:absolute;left:50%;top:59%;width:138px;height:138px;object-fit:contain;transform:translate(-50%,-50%)}.logo-copy{display:flex;flex-direction:column;line-height:1}.logo-copy strong{font-size:1.5rem;color:#e8444e}.logo-copy span{font-size:1rem;font-weight:700;color:var(--blue-deep)}.nav{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:36px;font-size:1rem}.nav a{position:relative;padding:10px 0;color:#304e72;font-weight:500}.nav a.active,.nav a:hover{color:var(--red)}.nav a.active:after,.nav a:hover:after{content:"";position:absolute;left:0;right:0;bottom:-9px;height:4px;border-radius:999px;background:linear-gradient(90deg,var(--red),#ff7a6e)}.hero{position:relative;display:flex;align-items:stretch;min-height:520px;background:linear-gradient(90deg,#eef7fffa,#ffffffe0 30%,#ffffff59 55%,#e6f4ff2e),var(--hero-cover) center center / cover no-repeat}.hero:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#ffffff75,#ffffff1f 40%,#fff0 72%);pointer-events:none}.hero-copy{position:relative;z-index:1;display:flex;align-items:center;width:min(100%,760px);padding:48px 28px 48px 56px}.hero-copy-inner{max-width:590px}.hero h1{margin:0 0 16px;font-size:clamp(2.35rem,4.5vw,3.75rem);line-height:1.15;color:var(--blue-deep);font-size:50px}.hero p{margin:0 0 28px;font-size:1.2rem;line-height:1.7;color:#44627f}.hero-buttons{display:flex;flex-wrap:wrap;gap:16px}.btn,.cta-btn{display:inline-flex;align-items:center;justify-content:center;min-width:172px;padding:16px 28px;border-radius:10px;font-size:1.08rem;font-weight:700;color:#fff;box-shadow:0 14px 28px #113a7029;transition:transform .2s ease,box-shadow .2s ease,filter .2s ease;border:0;cursor:pointer;font-family:inherit}.btn:hover,.cta-btn:hover{transform:translateY(-2px);box-shadow:0 18px 36px #113a7038;filter:saturate(1.05)}.btn-red,.cta-btn{background:linear-gradient(180deg,#f14e57 0%,var(--red-deep) 100%)}.btn-blue{background:linear-gradient(180deg,#2674c5 0%,var(--blue-deep) 100%)}.hero-trigger{-webkit-appearance:none;-moz-appearance:none;appearance:none}.hero-highlights{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));padding:0 24px;background:#fff;border-top:1px solid rgba(15,77,150,.08);border-bottom:1px solid rgba(15,77,150,.08)}.highlight-item{display:flex;align-items:center;justify-content:center;gap:12px;padding:20px 16px;text-align:center;font-size:1.02rem;font-weight:600;color:#24486f}.highlight-item+.highlight-item{border-left:1px solid rgba(15,77,150,.12)}.highlight-icon{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;flex:0 0 30px;border-radius:50%;background:linear-gradient(180deg,#6ac06f,#39a34f);color:#fff;font-size:1rem;font-weight:700}.booking-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:50;display:flex;align-items:flex-start;justify-content:center;padding:24px;overflow-y:auto;background:#0719318c;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.booking-modal{position:relative;width:min(760px,100%);margin:auto 0;padding:24px;border-radius:24px;background:linear-gradient(180deg,#fff,#f5f9ff);box-shadow:0 28px 60px #0a2d5b47}.booking-modal-close{position:absolute;top:14px;right:14px;width:42px;height:42px;border:0;border-radius:50%;background:#0f4d9614;color:var(--blue-deep);font-size:1.8rem;line-height:1;cursor:pointer}.booking-modal-header{margin-bottom:18px;padding-right:42px}.booking-modal-kicker{margin:0 0 8px;font-size:.9rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#e8444e}.booking-modal-header h2{margin:0;font-size:clamp(1.8rem,3vw,2.45rem);color:var(--blue-deep)}.booking-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.booking-field{display:flex;flex-direction:column;gap:6px;min-width:0}.booking-field span{font-size:.98rem;font-weight:700;color:#26476e}.required-mark{color:#e8444e}.field-optional{font-size:.88rem;font-weight:600;color:#6b8099}.booking-help-text{font-size:.86rem;color:#6b8099}.booking-field input,.booking-field textarea,.booking-field select,.booking-select-trigger,.booking-select-search{width:100%;max-width:100%;min-width:0;padding:12px 14px;border:1px solid rgba(15,77,150,.16);border-radius:14px;background:#fff;color:var(--text);font:inherit;outline:none;transition:border-color .2s ease,box-shadow .2s ease}.booking-field input:focus,.booking-field textarea:focus,.booking-field select:focus,.booking-select-trigger:focus,.booking-select-search:focus{border-color:#0f4d9673;box-shadow:0 0 0 4px #0f4d961a}.booking-select-shell{position:relative}.booking-select-trigger{display:flex;align-items:center;justify-content:space-between;gap:12px;text-align:left;cursor:pointer}.booking-select-trigger.is-open{border-color:#0f4d9673;box-shadow:0 0 0 4px #0f4d961a}.booking-select-trigger-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.booking-select-trigger-icon{flex:0 0 auto;color:#557497;font-size:.8rem;font-weight:800}.booking-select-panel{width:100%;max-width:100%;margin-top:10px;border:1px solid rgba(15,77,150,.14);border-radius:16px;background:#fff;box-shadow:0 18px 34px #0a2d5b1f;overflow:hidden}.booking-select-search{border-width:0 0 1px;border-radius:0}.booking-select-search:focus{box-shadow:none}.booking-select-options{max-height:240px;overflow-y:auto;padding:8px}.booking-select-option{display:flex;align-items:center;justify-content:space-between;width:100%;gap:12px;padding:10px 12px;border:0;border-radius:12px;background:transparent;color:#26476e;text-align:left;font:inherit;cursor:pointer}.booking-select-option:hover{background:#0f4d960d}.booking-select-option.is-selected{background:#e8444e14;color:#143f74}.booking-select-option-label{min-width:0}.booking-select-option-mark{flex:0 0 auto;color:#e8444e;font-size:.82rem;font-weight:700}.booking-select-empty{padding:18px 14px;color:#6b8099;text-align:center}.booking-field textarea{resize:vertical;min-height:92px}.booking-field-full{grid-column:1 / -1}.booking-choice-group{margin:0;padding:0;border:0}.booking-choice-group legend{margin-bottom:8px;padding:0;font-size:.98rem;font-weight:700;color:#26476e}.booking-radio-row{display:flex;flex-wrap:wrap;gap:12px}.booking-radio-option{display:inline-flex;align-items:center;gap:10px;min-height:50px;padding:0 16px;border:1px solid rgba(15,77,150,.16);border-radius:14px;background:#fff;color:#26476e;font-weight:600;cursor:pointer}.booking-radio-option input{margin:0;accent-color:var(--red)}.booking-toggle-field{gap:10px}.booking-toggle-row{display:flex;align-items:center;justify-content:space-between;width:100%;max-width:100%;gap:16px;padding:14px 16px;border:1px solid rgba(15,77,150,.16);border-radius:14px;background:#fff}.booking-toggle-label{font-weight:700;color:#26476e}.booking-toggle{position:relative;display:inline-flex;width:58px;height:32px;cursor:pointer}.booking-toggle input{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;margin:0}.booking-toggle-slider{position:relative;width:100%;height:100%;border-radius:999px;background:#0f4d9633;transition:background .2s ease}.booking-toggle-slider:after{content:"";position:absolute;top:4px;left:4px;width:24px;height:24px;border-radius:50%;background:#fff;box-shadow:0 4px 12px #0a2d5b2e;transition:transform .2s ease}.booking-toggle input:checked+.booking-toggle-slider{background:linear-gradient(180deg,#f14e57,#c81f2c)}.booking-toggle input:checked+.booking-toggle-slider:after{transform:translate(26px)}.booking-actions{display:flex;justify-content:flex-start;margin-top:2px}.booking-actions .btn{gap:10px}.booking-loading-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;display:flex;align-items:center;justify-content:center;padding:24px;background:#f5f9ffb3;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border-radius:24px}.booking-loading-card{display:inline-flex;align-items:center;gap:14px;padding:18px 22px;border-radius:16px;background:#fffffff5;color:var(--blue-deep);font-weight:700;box-shadow:0 18px 34px #0a2d5b29}.booking-loading-spinner{width:26px;height:26px;border:3px solid rgba(15,77,150,.18);border-top-color:var(--red);border-radius:50%;animation:booking-spin .75s linear infinite}@keyframes booking-spin{to{transform:rotate(360deg)}}.booking-success{position:fixed;right:24px;bottom:24px;z-index:55;max-width:min(420px,calc(100% - 32px));padding:14px 18px;border-radius:16px;background:linear-gradient(180deg,#0f4d96,#08376d);color:#fff;font-weight:700;box-shadow:0 18px 40px #0a2d5b3d}.booking-error{position:fixed;right:24px;bottom:24px;z-index:55;max-width:min(420px,calc(100% - 32px));padding:14px 18px;border-radius:16px;background:linear-gradient(180deg,#f14e57,#c81f2c);color:#fff;font-weight:700;box-shadow:0 18px 40px #78171e3d}.booking-actions .btn:disabled{opacity:.75;cursor:wait;transform:none;box-shadow:0 14px 28px #113a7029}.section-shell{width:min(1180px,calc(100% - 48px));margin:0 auto;padding:30px 0}.section-title-wrap{display:grid;grid-template-columns:1fr auto 1fr;gap:20px;align-items:center;margin-bottom:24px}.section-line{height:1px;background:linear-gradient(90deg,#0f4d960a,#0f4d963d,#0f4d960a)}.section-title{margin:0;font-size:clamp(2rem,3vw,2.9rem);color:var(--blue-deep);text-align:center}.section-title span{color:var(--red)}.about{text-align:center}.about-text{width:min(920px,100%);margin:0 auto;font-size:1.22rem;line-height:1.85;color:#566d89}.services{padding-top:20px}.service-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}.service-card{display:flex;flex-direction:column;overflow:hidden;border-radius:16px;background:var(--surface);box-shadow:var(--shadow);border:1px solid rgba(15,77,150,.08)}.service-card h3{margin:0;padding:24px 28px;font-size:1.9rem;color:#fff;background:linear-gradient(180deg,#2f7fd0 0%,var(--blue) 100%)}.service-card ul{flex:1;margin:0;padding:26px 30px 18px 52px;color:#23466f}.service-card li{margin-bottom:14px;font-size:1rem;line-height:1.5}.service-more-link{color:#0f4d96;font-weight:800;padding:0;border:0;background:transparent;text-decoration:underline;text-underline-offset:3px;font:inherit;cursor:pointer}.service-more-link:hover{color:#e8444e}.tests-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:52;display:flex;align-items:center;justify-content:center;padding:24px;background:#0719318f;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.tests-modal{position:relative;width:min(980px,100%);max-height:min(88vh,860px);overflow:auto;padding:28px;border-radius:24px;background:linear-gradient(180deg,#fff,#f5f9ff);box-shadow:0 28px 60px #0a2d5b47}.tests-modal-close{position:absolute;top:14px;right:14px;width:42px;height:42px;border:0;border-radius:50%;background:#0f4d9614;color:var(--blue-deep);font-size:1.1rem;font-weight:800;line-height:1;cursor:pointer}.tests-modal-header{margin-bottom:20px;padding-right:42px}.tests-modal-kicker{margin:0 0 8px;font-size:.9rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#e8444e}.tests-modal-header h2{margin:0;font-size:clamp(1.9rem,3vw,2.6rem);color:var(--blue-deep)}.tests-modal-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.tests-modal-item{padding:12px 14px;border:1px solid rgba(15,77,150,.12);border-radius:12px;background:#fff;text-align:center;font-weight:700;color:#20456f}.tests-modal-actions{display:flex;justify-content:center;margin-top:22px}.service-footer{display:flex;align-items:center;gap:10px;padding:18px 24px 24px;background:linear-gradient(180deg,#0f4d9608,#0f4d9614);color:#24486f;font-weight:700}.service-image-placeholder{min-height:220px;margin:12px 24px 24px;padding:12px;border-radius:18px;background:linear-gradient(135deg,#e8f4ffe6,#ffffffd6),repeating-linear-gradient(90deg,rgba(15,77,150,.03),rgba(15,77,150,.03) 1px,transparent 1px,transparent 34px)}.service-image{display:block;width:100%;height:auto;border-radius:14px}.features-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:22px;align-items:start}.feature-card{text-align:center}.feature-icon{display:block;width:108px;height:108px;margin:0 auto 18px;object-fit:contain}.feature-card p{margin:0;font-size:1rem;line-height:1.5;color:#2d4d72}.cta-band{padding:26px 24px 78px;background:linear-gradient(180deg,#0f4d9608,#0f4d9614)}.cta-panel{width:min(600px,100%);margin:0 auto;padding:28px 30px 0;text-align:center}.cta-panel h2{margin:0 auto -14px;padding:24px 28px 42px;border-radius:16px;color:#fff;font-size:clamp(1.8rem,3vw,2.45rem);background:linear-gradient(180deg,#1151a0,#0a3772);box-shadow:var(--shadow)}.cta-btn{min-width:270px;padding-inline:34px}.social-links{display:flex;flex-wrap:wrap;justify-content:center;gap:14px;margin-top:28px}.social-link{display:inline-flex;align-items:center;gap:10px;padding:12px 18px;border-radius:999px;background:#ffffffe6;color:var(--blue-deep);box-shadow:0 12px 26px #0a2d5b1a;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.social-link:hover{transform:translateY(-2px);box-shadow:0 16px 30px #0a2d5b29;background:#fff}.social-link svg{width:18px;height:18px;fill:currentColor}.social-link span{font-weight:700}@media (max-width: 1100px){.header{padding:18px 24px}.hero{min-height:480px}.hero-copy{padding:40px 24px 12px}.hero-copy-inner{max-width:none}.hero-highlights{grid-template-columns:repeat(2,minmax(0,1fr))}.highlight-item:nth-child(3),.highlight-item:nth-child(4){border-top:1px solid rgba(15,77,150,.12)}.highlight-item:nth-child(3){border-left:0}.service-grid,.features-grid,.tests-modal-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 760px){.header{padding:0 16px}.logo{position:relative;width:100%;justify-content:center}.logo-image-frame{position:absolute;left:-2px;top:59%;width:82px;height:72px;transform:translateY(-50%)}.logo-image{left:50%;top:50%;width:150px;height:150px;transform:translate(-50%,-50%)}.logo-copy{align-items:center;text-align:center}.nav{display:none}.nav a.active:after,.nav a:hover:after{bottom:-4px}.hero h1{font-size:2rem}.hero{min-height:560px;align-items:flex-start;background:linear-gradient(180deg,#f5fbfff5,#ffffffe6 34%,#ffffff52 62%,#e6f4ff24),var(--hero-cover) 68% center / cover no-repeat}.hero:after{background:linear-gradient(180deg,#ffffff38,#ffffff14 38%,#fff0)}.hero-copy{width:100%;padding:28px 18px 170px}.hero-copy-inner{max-width:100%}.hero p,.about-text{font-size:1rem}.hero-buttons,.hero-highlights,.booking-form,.service-grid,.features-grid,.tests-modal-grid,.section-title-wrap,.service-image-placeholder{grid-template-columns:1fr}.hero-highlights{padding:0 16px}.highlight-item{justify-content:flex-start;text-align:left}.highlight-item+.highlight-item,.highlight-item:nth-child(3),.highlight-item:nth-child(4){border-left:0;border-top:1px solid rgba(15,77,150,.12)}.section-shell{width:min(100% - 28px,1180px)}.section-line{display:none}.service-card h3{font-size:1.6rem}.service-card ul{padding-inline:38px 22px}.feature-icon{width:92px;height:92px}.cta-panel{padding-inline:0}.cta-btn{width:100%;min-width:0}.social-links{flex-direction:column}.social-link{justify-content:center}.booking-modal-backdrop{padding:12px}.booking-modal{width:100%;padding:20px 16px;border-radius:20px}.booking-field,.booking-field-full,.booking-toggle-row{width:100%;max-width:100%;min-width:0}.booking-select-options{max-height:220px}.booking-toggle-row{padding:12px 14px}.booking-success,.booking-error{right:16px;bottom:16px;left:16px;max-width:none}}
