:root{font-synthesis:none;text-rendering:optimizelegibility;font-family:Inter,system-ui,sans-serif}*{box-sizing:border-box}body{margin:0}button,select,input,textarea{font:inherit}html,body,#root{background:#070b2d;width:100%;max-width:100%;margin:0;overflow-x:hidden}body{overscroll-behavior-x:none}html{scroll-behavior:smooth}.app{width:100%;max-width:100%;min-height:100vh;color:var(--text-main);background:radial-gradient(circle at 15% 20%, #2f80ed1f, transparent 30%), radial-gradient(circle at 85% 15%, #ff2d9a14, transparent 28%), linear-gradient(180deg, var(--bg-1) 0%, var(--bg-2) 100%);overflow-x:hidden}.app.light{--bg-1:#f3f5ff;--bg-2:#e9ecf8;--surface:#ffffffb8;--surface-strong:#fff;--text-main:#0b0f3a;--text-secondary:#4f587c;--border:#0b0f3a1a}.app.dark{--bg-1:#070b2d;--bg-2:#121a5c;--surface:#ffffff0f;--surface-strong:#ffffff14;--text-main:#eef1ff;--text-secondary:#b7bdd6;--border:#ffffff1a}.header{z-index:10;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-bottom:1px solid var(--border);background:#f3f5ffb8;grid-template-columns:auto 1fr auto;align-items:center;gap:28px;padding:22px 72px;display:grid;position:sticky;top:0}.dark .header{background:#070b2d9e}.logoLink{align-items:center;display:flex}.logoWrapper{align-items:center;height:70px;display:flex;overflow:hidden}.logo{width:auto;height:150px;display:block}.nav{justify-content:center;gap:10px;display:flex}.nav a{color:var(--text-secondary);border-radius:999px;padding:10px 14px;font-size:14px;font-weight:600;text-decoration:none;transition:all .2s}.nav a:hover{color:var(--text-main);background:var(--surface-strong)}.controls{align-items:center;gap:10px;display:flex;position:relative}.controls select{appearance:none;border:1px solid var(--border);background:var(--surface-strong);color:var(--text-main);cursor:pointer;border-radius:999px;padding:10px 34px 10px 14px;font-size:13px;font-weight:700}.controls:after{content:"▾";pointer-events:none;color:var(--text-secondary);font-size:12px;position:absolute;top:50%;right:58px;transform:translateY(-50%)}.themeButton{border:1px solid var(--border);background:var(--surface-strong);color:var(--text-main);cursor:pointer;border-radius:999px;width:42px;height:42px}.section{max-width:1240px;margin:0 auto;padding:96px 72px}.cardSection,.contactSection{border-top:1px solid var(--border)}.eyebrow,.sectionLabel{color:#955fee;letter-spacing:.12em;text-transform:uppercase;font-size:13px;font-weight:800}.heroContent h1,.sectionHeader h2{color:var(--text-main);margin:0;font-family:Poppins,sans-serif;line-height:1.05}.sectionHeader{max-width:780px;margin-bottom:36px}.sectionHeader h2{margin:8px 0 16px;font-size:clamp(34px,5vw,58px)}.heroText,.sectionHeader p,.textCard p,.servicesInfo>p:not(.servicesNote),.contactMainCard p{color:var(--text-secondary);font-size:18px;line-height:1.7}.textCard,.priceWrapper,.reviewCarousel,.servicesInfo,.contactMainCard,.socialCard{background:var(--surface);border:1px solid var(--border);border-radius:28px;padding:28px}.heroSection{grid-template-columns:1.1fr .9fr;align-items:center;gap:56px;display:grid}.heroContent h1{max-width:780px;font-size:clamp(46px,7vw,86px)}.heroText{max-width:620px;font-size:22px}.heroActions{flex-direction:row;justify-content:space-evenly;gap:14px;margin-top:34px;display:flex}.primaryButton,.secondaryButton,.downloadButton{border-radius:999px;justify-content:center;align-items:center;min-height:46px;padding:0 24px;font-weight:800;text-decoration:none;transition:all .25s;display:inline-flex}.primaryButton,.downloadButton{color:#fff;background:linear-gradient(90deg,#3f7ce8,#7040e8,#ff4f9f)}.secondaryButton{color:var(--text-main);background:var(--surface-strong);border:1px solid var(--border)}.primaryButton:hover,.secondaryButton:hover,.downloadButton:hover,.vcardButton:hover{transform:translateY(-2px)}.heroCard{background:var(--surface);border:1px solid var(--border);border-radius:36px;justify-content:center;align-items:center;min-height:420px;display:flex}.heroCard img{width:140%;max-width:520px;height:auto;display:block}.textGrid{grid-template-columns:1.4fr .8fr;gap:22px;display:grid}.textCard.large{font-size:19px}.textCard h3{color:var(--text-main);margin-top:0;font-size:22px}.textCard ul,.servicesInfo ul{color:var(--text-secondary);margin:0;padding-left:20px;font-size:17px;line-height:1.9}.servicesGrid{grid-template-columns:1fr .85fr;align-items:stretch;gap:28px;display:grid}.priceWrapper{justify-content:center;padding:18px;display:flex}.priceWrapper img{object-fit:contain;border-radius:22px;width:100%;max-width:620px;max-height:750px;display:block}.servicesInfo{flex-direction:column;justify-content:space-between;padding:32px;display:flex}.servicesInfo h3{color:var(--text-main);margin-top:0;font-size:28px}.servicesInfo ul{margin-top:24px}.downloadButton{width:fit-content;margin-top:28px;padding:14px 22px}.servicesEnding{color:var(--text-main);margin-top:26px;font-size:17px;font-weight:700;line-height:1.7}.servicesDownloadRow{align-items:center;gap:16px;margin-top:28px;display:flex}.servicesDownloadRow .downloadButton{flex-shrink:0;margin-top:0}.servicesNote{max-width:220px;color:var(--text-secondary);opacity:.82;margin:0;font-size:13px;font-weight:400;line-height:1.2}.servicesNote span{color:#ff5bb7;font-weight:700}.interpreterSection .sectionHeader{margin-bottom:28px}.interpreterCard{background:var(--surface);border:1px solid var(--border);border-radius:32px;grid-template-columns:250px 1fr;grid-template-areas:"photo intro""text text";justify-items:start;gap:28px 36px;padding:34px;display:grid;box-shadow:0 24px 80px #00000024}.interpreterPhotoBox{grid-area:photo;justify-content:center;align-items:stretch;gap:0;display:flex}.interpreterLang{letter-spacing:.18em;background:linear-gradient(90deg,#2f80ed 0%,#7b2ff7 45%,#ff2d9a 100%);color:#0000;text-shadow:0 0 12px #7b2ff759,0 0 24px #ff2d9a2e;-webkit-background-clip:text;background-clip:text;width:fit-content;margin-top:18px;font-size:25px;font-weight:900;line-height:1}.interpreterIntro{flex-direction:column;grid-area:intro;justify-content:space-between;min-height:300px;display:flex}.interpreterIntroTop{flex-direction:column;gap:14px;display:flex}.interpreterIntro h3{color:var(--text-main);margin:8px 0 14px;font-family:Poppins,sans-serif;font-size:clamp(38px,5vw,64px);line-height:.95}.interpreterRole{max-width:420px;color:var(--text-main);margin:0;font-size:20px;font-weight:800;line-height:1.35}.interpreterPortrait{object-fit:cover;object-position:center top;border:1px solid var(--border);border-radius:28px;width:240px;height:300px;box-shadow:0 22px 48px #00000047}.interpreterText{column-count:2;grid-area:text;column-gap:34px}.interpreterText p{color:var(--text-secondary);break-inside:avoid;margin:0 0 16px;font-size:16px;line-height:1.75}.interpreterText ul{background:var(--surface-strong);border:1px solid var(--border);color:var(--text-secondary);break-inside:avoid;border-radius:22px;margin:0 0 18px;padding:18px 20px 18px 38px;font-size:15px;line-height:1.7}.interpreterText li{margin-bottom:8px}.interpreterText li:last-child{margin-bottom:0}.interpreterText p:last-child{border-top:1px solid var(--border);color:var(--text-main);padding-top:14px;font-weight:600}.reviewsGrid{grid-template-columns:.85fr 1fr;align-items:stretch;gap:24px;display:grid}.reviewsInfoCard{background:var(--surface);border:1px solid var(--border);border-radius:28px;flex-direction:column;justify-content:space-between;gap:28px;padding:42px 36px;display:flex}.reviewsInfoCard h3{color:var(--text-main);margin:0 0 22px;font-family:Poppins,sans-serif;font-size:36px;line-height:1.1}.reviewsInfoCard p{color:var(--text-secondary);margin:0;font-size:18px;line-height:1.8}.reviewsInfoCard ul{color:var(--text-secondary);margin:34px 0 0;padding-left:22px;font-size:17px;line-height:1.9}.reviewsInfoCard li{margin-bottom:10px}.reviewCarousel{border:1px solid var(--border);background:#ffffff0a;border-radius:28px;justify-content:center;align-items:center;min-height:560px;padding:22px 64px;display:flex;position:relative}.reviewCarousel img{object-fit:contain;background:#f4f5fb;border-radius:12px;width:100%;max-width:340px;height:auto;max-height:500px;box-shadow:0 18px 45px #0000002e}.carouselButton{border:1px solid var(--border);background:var(--surface-strong);width:38px;height:38px;color:var(--text-main);cursor:pointer;z-index:2;border-radius:50%;font-size:26px;position:absolute;top:50%;transform:translateY(-50%)}.carouselButton:first-child{left:20px}.carouselButton:last-child{right:20px}.contactsLayout{grid-template-columns:minmax(0,1.2fr) minmax(280px,.8fr);align-items:stretch;gap:28px;display:grid}.contactMainCard,.socialCard{padding:32px}.contactMainCard{flex-direction:column;gap:24px;display:flex}.contactMainCard h3,.socialCard h3{color:var(--text-main);margin:0 0 14px;font-size:26px}.contactRows{flex-direction:column;gap:12px;display:flex}.contactRows a{color:var(--text-main);background:var(--surface-strong);border-radius:18px;align-items:center;gap:12px;margin:0;padding:14px 16px;font-weight:700;text-decoration:none;display:flex}.adres{flex-direction:column;justify-content:space-between;height:100%;display:flex}.contactItem,.contactItemTime{color:var(--text-main);background:var(--surface-strong);border-radius:18px;align-items:center;gap:12px;margin:0;padding:14px 16px;font-weight:700;display:flex}.contactItem span:first-child,.contactItemTime span:first-child{text-align:center;flex-shrink:0;width:24px}.contactItemTime .time{flex-direction:column;gap:4px;min-width:0;line-height:1.35;display:flex}.contactItemTime .time span{white-space:nowrap}.contactIcon{text-align:center;flex-shrink:0;width:24px}.socialLinks{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;width:100%;display:flex}.socialLinks a{justify-content:center;align-items:center;font-size:25px;text-decoration:none;display:flex}.socialLinks a:not(.vcardButton):hover svg{color:#2f80ed}.socialLinks .vcardButton{color:#f5f6ff;background:linear-gradient(90deg,#2f80ed,#7b2ff7,#ff2d9a);border-radius:12px;justify-content:center;align-items:center;gap:8px;min-height:40px;padding:8px 12px;font-size:13px;font-weight:700;text-decoration:none;display:flex}.socialLinks a svg{transition:color .2s}.socialLinks .vcardButton span{color:#fff;font-size:12px}.menuButton,.mobileNav{display:none}@media (width<=1120px){.header{gap:20px;padding:18px 36px}.nav{gap:6px}.nav a{padding:9px 10px;font-size:13px}.section{padding:78px 36px}.heroSection{grid-template-columns:2fr 1fr;gap:28px;min-height:auto}.heroCard{justify-content:center;min-height:auto;padding:24px}.heroCard img{width:220px;max-width:220px}.heroContent h1{font-size:clamp(42px,8vw,72px)}.heroText{max-width:720px;font-size:20px}.textGrid{grid-template-columns:1fr 1fr}.interpreterCard{grid-template-columns:230px 1fr;gap:26px 30px;padding:30px}.interpreterPortrait{width:220px;height:280px}.interpreterIntro{min-height:280px}.interpreterIntro h3{font-size:clamp(42px,7vw,58px)}.interpreterRole{font-size:18px}.interpreterLang{font-size:20px}.interpreterText{column-count:1}.servicesGrid{grid-template-columns:1fr}.priceWrapper img{max-width:560px;max-height:none}.servicesInfo{min-height:auto}.servicesDownloadRow{justify-content:space-around}.reviewsGrid{grid-template-columns:1fr}.reviewsInfoCard{min-height:auto}.reviewCarousel{min-height:560px}.contactsLayout{grid-template-columns:1fr 1fr;gap:20px}.contactMainCard,.socialCard{padding:24px}.contactRows a,.contactItem,.contactItemTime{border-radius:16px;padding:14px 16px}.socialLinks{flex-wrap:nowrap;justify-content:space-between;align-items:center;gap:14px;width:100%;display:flex}.contactSection .socialLinks a:not(.vcardButton){background:var(--surface-strong);width:44px;height:44px;color:var(--text-secondary);border-radius:14px;justify-content:center;align-items:center;display:flex}.contactSection .socialLinks a:not(.vcardButton) svg{box-sizing:content-box;width:24px;min-width:24px;height:24px;min-height:24px}.socialLinks .vcardButton{border-radius:14px;height:42px;padding:0 14px}.socialLinks .vcardButton svg{width:18px;height:18px}}@media (width>=758px) and (width<=946px){.app{overflow-x:hidden}.header{grid-template-columns:auto 1fr auto;gap:16px;padding:14px 28px}.logoWrapper{height:54px}.logo{height:116px}.nav{gap:4px}.nav a{text-align:center;padding:8px 7px;font-size:10px;line-height:1.15}.controls{gap:8px}.controls select{padding:8px 28px 8px 12px;font-size:12px}.themeButton{width:36px;height:36px}.section{max-width:100%;padding:64px 28px}.heroSection{grid-template-columns:minmax(0,1.35fr) minmax(180px,.65fr);gap:24px}.heroContent h1{font-size:clamp(38px,7vw,58px)}.heroText{max-width:520px;font-size:17px}.heroCard{min-width:0;min-height:260px;padding:20px}.heroCard img{width:220px;max-width:100%}.textGrid{grid-template-columns:1fr 1fr;gap:16px}.textCard{min-width:0}}@media (width>=576px) and (width<=757px){.app{overflow-x:hidden}.header{z-index:100;grid-template-columns:auto auto 1fr auto;gap:14px;padding:12px 18px}.header .nav{display:none}.menuButton{width:auto;height:auto;color:var(--text-main);cursor:pointer;z-index:120;background:0 0;border:none;justify-self:end;padding:0;font-size:34px;font-weight:300;line-height:1;display:flex}.controls{justify-self:start}.mobileNav{z-index:110;-webkit-backdrop-filter:blur(24px);background:#070b2d85;border:1px solid #ffffff14;border-radius:22px;flex-direction:column;width:220px;padding:8px 0;position:fixed;top:76px;right:18px;overflow:hidden;box-shadow:0 24px 70px #00000061;display:none!important}.mobileNav.navOpen{display:flex!important}.mobileNav a{min-height:46px;color:var(--text-main);border-bottom:1px solid #ffffff14;align-items:center;padding:0 20px;font-size:15px;font-weight:700;text-decoration:none;display:flex}.mobileNav a:last-child{border-bottom:none}.heroSection{grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:center;gap:24px;padding-top:52px;padding-bottom:72px;display:grid}.heroCard{border-radius:28px;min-height:220px;padding:18px;display:flex}.heroCard img{width:210px;max-width:100%}.heroContent h1{font-size:29px;line-height:.95}.heroText{max-width:520px;font-size:17px}.heroActions{justify-content:space-between;gap:12px;width:100%;display:flex}.primaryButton,.secondaryButton{white-space:nowrap;flex:1;min-width:0;max-width:210px;padding:0 14px;font-size:13px}.contactsLayout{grid-template-columns:1fr}.adres{grid-template-columns:1fr 1fr;gap:12px;display:grid}.contactMainCard,.socialCard{min-width:0}.socialLinks{flex-wrap:nowrap;justify-content:flex-start}}@media (width<=576px){.header{z-index:100;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);grid-template-columns:auto auto 1fr auto;align-items:center;gap:14px;padding:12px 18px;position:sticky;top:0}.logoWrapper{height:46px}.logo{height:96px}.controls{justify-self:start}.menuButton{width:auto;height:auto;color:var(--text-main);cursor:pointer;z-index:120;background:0 0;border:none;justify-content:center;justify-self:end;align-items:center;padding:0;font-size:34px;font-weight:300;line-height:1;display:flex}.menuButton:active{transform:scale(.96)}.mobileNav{z-index:110;-webkit-backdrop-filter:blur(24px);background:#070b2d85;border:1px solid #ffffff14;border-radius:22px;flex-direction:column;width:220px;padding:8px 0;display:none;position:fixed;top:76px;right:18px;overflow:hidden;box-shadow:0 24px 70px #00000061}.mobileNav.navOpen{display:flex}.mobileNav a{min-height:46px;color:var(--text-main);background:0 0;border-bottom:1px solid #ffffff14;border-radius:0;align-items:center;padding:0 20px;font-size:15px;font-weight:700;text-decoration:none;transition:background .2s;display:flex}.mobileNav a:last-child{border-bottom:none}.mobileNav a:active{background:#ffffff14}.controls select{padding:9px 30px 9px 12px;font-size:12px}.controls:after{right:52px}.themeButton{width:38px;height:38px}.section{padding:40px 20px}.heroSection{grid-template-columns:1fr;gap:22px;min-height:auto;padding-top:48px;padding-bottom:62px}.heroCard{display:none}.heroContent h1{word-break:break-word;font-size:clamp(38px,11vw,54px);line-height:.92}.heroContent,.heroText,.heroActions{min-width:0}.heroText{font-size:17px;line-height:1.55}.heroActions{flex-direction:row;gap:10px;width:100%;margin-top:28px;display:flex}.primaryButton,.secondaryButton,.downloadButton{white-space:nowrap;flex:1;min-width:0;padding:0 14px}.sectionHeader{margin-bottom:22px}.sectionLabel{margin-bottom:8px;display:block}.sectionHeader h2{font-size:38px;line-height:1}.sectionHeader p,.textCard p,.servicesInfo>p:not(.servicesNote),.contactMainCard p{font-size:16px;line-height:1.6}.textGrid,.servicesGrid,.reviewsGrid,.contactsLayout{grid-template-columns:1fr}.textCard,.priceWrapper,.servicesInfo,.reviewsInfoCard,.reviewCarousel,.contactMainCard,.socialCard,.interpreterCard{border-radius:24px;padding:22px}.interpreterCard{grid-template-columns:1fr;grid-template-areas:"photo""intro""text";gap:22px}.interpreterPhotoBox{justify-content:center}.interpreterPortrait{width:100%;max-width:260px;height:auto}.interpreterIntro{min-height:auto}.interpreterIntro h3{font-size:40px}.interpreterRole{font-size:17px}.interpreterLang{font-size:18px}.interpreterText{column-count:1}.interpreterText p,.interpreterText ul{font-size:15px;line-height:1.65}.priceWrapper img{max-width:100%}.servicesInfo h3,.reviewsInfoCard h3{font-size:26px}.servicesInfo ul,.reviewsInfoCard ul{font-size:15px;line-height:1.7}.servicesEnding{font-size:16px}.servicesDownloadRow{flex-direction:column;align-items:stretch}.servicesNote{text-align:center;max-width:100%}.reviewCarousel{min-height:420px;padding:18px 46px}.reviewCarousel img{max-height:360px}.carouselButton{width:34px;height:34px;font-size:24px}.carouselButton:first-child{left:10px}.carouselButton:last-child{right:10px}.socialLinks{justify-content:center;gap:10px;display:flex}.contactSection .socialLinks a:not(.vcardButton){border-radius:12px;width:40px;height:40px}.contactSection .socialLinks a:not(.vcardButton) svg{width:20px;height:20px}.socialLinks .vcardButton{border-radius:14px;width:100%;height:42px;font-size:12px}.socialLinks .vcardButton span{font-size:12px}.contactMainCard,.socialCard{padding:18px}.contactRows a,.contactItem,.contactItemTime{border-radius:14px;padding:12px 14px;font-size:15px;line-height:1.4}.adres{grid-template-columns:1fr;gap:10px;display:grid}.header .nav{display:none}.contactsLayout{grid-template-columns:1fr}.contactMainCard,.socialCard{min-width:0}.socialLinks{grid-template-columns:repeat(5,1fr);gap:10px;display:grid}.contactSection .socialLinks a:not(.vcardButton){width:100%;height:40px}.socialLinks .vcardButton{grid-column:1/-1;width:100%}}@media (width<=376px){.socialLinks{flex-wrap:wrap;justify-content:flex-start;gap:8px;display:flex}.contactSection .socialLinks a:not(.vcardButton){flex:0 0 34px;width:34px;height:34px}.contactSection .socialLinks a:not(.vcardButton) svg{width:16px;height:16px}.socialLinks .vcardButton{flex:0 0 100%;width:100%}.contactRows a,.contactItem,.contactItemTime{font-size:12px}}
