

/* Start:/local/templates/nobelcode-dev/styles.css?178973141868682*/
@font-face { font-family: Inter; font-style: normal; font-weight: 400; font-display: swap; src: url('/local/templates/nobelcode-dev/assets/inter-latin-400-normal.woff2') format('woff2'); unicode-range: U+0000-00FF,U+2000-206F,U+20AC,U+2122,U+2190-21FF; }
@font-face { font-family: Inter; font-style: normal; font-weight: 400; font-display: swap; src: url('/local/templates/nobelcode-dev/assets/inter-cyrillic-400-normal.woff2') format('woff2'); unicode-range: U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116; }
@font-face { font-family: Inter; font-style: normal; font-weight: 500; font-display: swap; src: url('/local/templates/nobelcode-dev/assets/inter-latin-500-normal.woff2') format('woff2'); unicode-range: U+0000-00FF,U+2000-206F,U+20AC,U+2122,U+2190-21FF; }
@font-face { font-family: Inter; font-style: normal; font-weight: 500; font-display: swap; src: url('/local/templates/nobelcode-dev/assets/inter-cyrillic-500-normal.woff2') format('woff2'); unicode-range: U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116; }
@font-face { font-family: Inter; font-style: normal; font-weight: 600; font-display: swap; src: url('/local/templates/nobelcode-dev/assets/inter-latin-600-normal.woff2') format('woff2'); unicode-range: U+0000-00FF,U+2000-206F,U+20AC,U+2122,U+2190-21FF; }
@font-face { font-family: Inter; font-style: normal; font-weight: 600; font-display: swap; src: url('/local/templates/nobelcode-dev/assets/inter-cyrillic-600-normal.woff2') format('woff2'); unicode-range: U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116; }
@font-face { font-family: Inter; font-style: normal; font-weight: 700; font-display: swap; src: url('/local/templates/nobelcode-dev/assets/inter-latin-700-normal.woff2') format('woff2'); unicode-range: U+0000-00FF,U+2000-206F,U+20AC,U+2122,U+2190-21FF; }
@font-face { font-family: Inter; font-style: normal; font-weight: 700; font-display: swap; src: url('/local/templates/nobelcode-dev/assets/inter-cyrillic-700-normal.woff2') format('woff2'); unicode-range: U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116; }
:root { --purple: #8547ff; --purple-text: #8e5aff; --ink: #242e3b; --muted: #69707b; --card: #f0ebff; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 24px; }
body { margin: 0; color: var(--ink); font-family: Inter, Arial, sans-serif; background: radial-gradient(ellipse 90% 55% at 46% 0%, #e6ebff 0%, #edf5ff99 55%, transparent 100%), radial-gradient(ellipse at 0% 100%, #fff6fc, transparent 42%), #fff; }
button, a, input { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
button, a { touch-action: manipulation; }
a { color: inherit; text-decoration: none; }
button { cursor: pointer; }
button:disabled { cursor: default; }
button:focus-visible, a:focus-visible { outline: 3px solid #6630cc; outline-offset: 5px; }
.container { width: min(90%, 1280px); margin-inline: auto; }
.header { display: flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 84px; }
.brand { flex-shrink: 0; }
.brand img { display: block; width: 200px; height: 45px; }
.navigation { display: flex; align-items: center; gap: 26px; }
.navigation a, .navigation button { padding: 8px 0; border: 0; background: transparent; font-size: 14px; color: var(--ink); white-space: nowrap; }
.navigation a:hover, .navigation button:not(:disabled):hover { color: var(--purple); }
.header-phone { font-size: 14px; white-space: nowrap; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 14px; min-height: 52px; padding: 14px 22px; border: 1px solid var(--purple); border-radius: 9px; background: var(--purple); color: #fff; font-weight: 500; font-size: 14px; line-height: 22px; transition: background .15s, transform .15s; }
.button:not(:disabled):hover { background: #7436ed; transform: translateY(-1px); }
.button > span { font-family: Arial, sans-serif; font-size: 24px; line-height: 1; }
.header-cta { min-height: 40px; padding: 8px 20px; white-space: nowrap; }
.button-outline { color: var(--purple); background: #ffffffb3; }
.menu-toggle { display: none; }
.hero { padding: 48px 0 0; text-align: center; }
.badges { display: flex; justify-content: center; flex-wrap: wrap; gap: 10px; }
.badge { display: inline-flex; align-items: center; gap: 8px; min-height: 32px; padding: 5px 10px; border-radius: 6px; background: #ffffffa6; color: #172033; font-size: 12px; }
.badge img { width: 31px; height: 15px; object-fit: contain; }
.accreditation { font-size: 22px; line-height: 20px; color: #6448ff; }
.bitrix { display: grid; place-items: center; width: 19px; height: 19px; border-radius: 50%; background: #50c4f5; color: white; font-size: 9px; }
h1 { margin: 25px auto 0; font-size: clamp(30px, 3.48vw, 48px); font-weight: 600; line-height: 1.18; letter-spacing: -1.3px; }
h1 span { color: var(--purple-text); }
.hero-description { margin: 25px auto 0; max-width: 850px; color: #505a66; font-size: 18px; line-height: 1.55; letter-spacing: -.35px; }
.hero-actions { display: flex; justify-content: center; flex-wrap: wrap; gap: 12px; margin-top: 36px; }
.services { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; margin-top: 60px; }
.service-card { position: relative; min-width: 0; height: 226px; padding: 24px 22px; overflow: hidden; border-radius: 16px; background: var(--card); }
.service-card h2 { position: relative; z-index: 1; margin: 0; font-size: 18px; font-weight: 600; line-height: 1.4; letter-spacing: -.45px; }
.service-card p { position: relative; z-index: 1; margin: 9px 0 0; color: #7d7d89; font-size: 16px; line-height: 1.5; letter-spacing: -.25px; }
.card-link { position: absolute; z-index: 2; left: 22px; bottom: 24px; display: grid; place-items: center; width: 46px; height: 46px; padding: 0; border: 0; border-radius: 50%; background: #fff; color: #98a0ae; font-size: 25px; }
.card-link:hover { background: var(--purple); color: white; }
/* Временно показываем иллюстрации через окна в присланном скриншоте.
   После получения оригинальных экспортов замените эти background на отдельные изображения. */
.service-art { position: absolute; bottom: 0; right: 0; background-image: url('/local/templates/nobelcode-dev/assets/reference.png'); background-repeat: no-repeat; background-size: 834px 721px; transform: scale(1.55); transform-origin: right bottom; pointer-events: none; }
.art-1c { width: 134px; height: 63px; background-position: -152px -403px; }
.art-web { width: 124px; height: 81px; background-position: -414px -385px; }
.art-ai { width: 93px; height: 85px; background-position: -690px -381px; }
.art-crm { width: 141px; height: 66px; background-position: -145px -549px; }
.art-devops { width: 116px; height: 77px; background-position: -419px -538px; }
.art-security { width: 95px; height: 81px; background-position: -687px -534px; }
.press-strip { margin: 60px 0 65px; overflow: hidden; }
.press-track { display: flex; align-items: center; justify-content: center; gap: 40px; width: max-content; min-width: 100%; color: #b6b8be; white-space: nowrap; }
.press-track span { font-size: 28px; font-weight: 700; }
.press-track .press-tech { font-size: 24px; font-weight: 700; }
.press-track .press-gizmodo { letter-spacing: 2px; font-size: 25px; }
.press-track .press-forbes { font: bold 34px Georgia, serif; }
.press-track .press-washington { font: bold 29px Georgia, serif; letter-spacing: -1.5px; }
.skip-link { position: fixed; z-index: 20; left: 16px; top: 12px; padding: 12px; background: white; transform: translateY(-200%); }
.skip-link:focus { transform: none; }
.contact-dialog { width: min(480px, calc(100% - 32px)); max-height: calc(100dvh - 40px); padding: 40px; border: 1px solid #eee7ff; border-radius: 22px; color: var(--ink); background: #fff; box-shadow: 0 24px 90px #31204d33; }
.contact-dialog::backdrop { background: #20243877; backdrop-filter: blur(5px); }
.dialog-close { position: absolute; right: 12px; top: 10px; width: 36px; height: 36px; border: 0; border-radius: 50%; background: #f3efff; font-size: 26px; }
.dialog-eyebrow { color: var(--purple); font-size: 13px; font-weight: 600; }
.contact-dialog h2 { font-size: 28px; line-height: 1.2; letter-spacing: -.7px; }
.dialog-description, .contact-topic { font-size: 15px; line-height: 1.6; color: var(--muted); }
.contact-phone { display: block; margin: 24px 0; font-size: 23px; font-weight: 600; }
.contact-dialog .button { width: 100%; }
@media (max-width: 1200px) {
  .header { gap: 18px; min-height: 70px; }
  .brand img { width: 160px; height: 36px; }
  .navigation { gap: 16px; }
  .navigation a, .navigation button, .header-phone, .header-cta { font-size: 12px; }
  .header-cta { padding: 7px 12px; min-height: 36px; }
  .hero { padding-top: 38px; }
  .hero-description { font-size: 16px; }
  .services { margin-top: 48px; }
  .service-card { height: 195px; padding: 20px 16px; }
  .service-card h2 { font-size: 15px; }
  .service-card p { font-size: 14px; }
  .service-art { transform: scale(1.2); }
  .card-link { width: 40px; height: 40px; left: 16px; bottom: 18px; }
}
@media (min-width: 761px) and (max-width: 950px) {
  .header { min-height: 49px; gap: 16px; }
  .brand img { width: 120px; height: 27px; }
  .navigation { gap: 19px; }
  .navigation a, .navigation button, .header-phone, .header-cta { font-size: 9px; }
  .header-cta { min-height: 26px; padding: 2px 12px; border-radius: 6px; gap: 10px; }
  .header-cta span { font-size: 16px; }
  .hero { padding-top: 28px; }
  .badges { gap: 7px; }
  .badge { min-height: 21px; padding: 2px 7px; gap: 5px; font-size: 8px; }
  .badge img { width: 24px; height: 12px; }
  .accreditation { font-size: 16px; line-height: 16px; }
  .bitrix { width: 13px; height: 13px; font-size: 6px; }
  h1 { margin-top: 15px; font-size: 29px; line-height: 1.18; letter-spacing: -.6px; }
  .hero-description { margin-top: 16px; font-size: 11.5px; letter-spacing: -.15px; line-height: 1.6; }
  .hero-actions { margin-top: 24px; gap: 8px; }
  .hero-actions .button { min-height: 34px; padding: 6px 13px; font-size: 9px; line-height: 20px; border-radius: 6px; gap: 10px; }
  .hero-actions .button span { font-size: 17px; }
  .services { margin-top: 38px; gap: 9px; }
  .service-card { height: 141px; border-radius: 11px; padding: 14px; }
  .service-card h2 { font-size: 11.5px; letter-spacing: -.3px; }
  .service-card p { font-size: 10.5px; line-height: 1.45; margin-top: 5px; }
  .service-art { transform: none; }
  .card-link { width: 30px; height: 30px; left: 14px; bottom: 15px; font-size: 19px; }
  .press-strip { margin-top: 38px; margin-bottom: 48px; }
  .press-track { gap: 25px; }
  .press-track span { font-size: 20px; }
  .press-track .press-tech { font-size: 16px; }
  .press-track .press-gizmodo { font-size: 18px; }
  .press-track .press-forbes { font-size: 23px; }
  .press-track .press-washington { font-size: 20px; }
}
@media (max-width: 760px) {
  .container { width: calc(100% - 40px); }
  .header { position: relative; min-height: 76px; }
  .header-phone, .header-cta { display: none; }
  .brand img { width: 151px; height: 34px; }
  .menu-toggle { display: flex; flex-direction: column; justify-content: center; gap: 5px; width: 44px; height: 44px; border: 1px solid #dacdff; border-radius: 10px; background: #ffffff80; padding: 10px; }
  .menu-toggle span { height: 2px; width: 22px; background: var(--ink); }
  .navigation { display: none; position: absolute; z-index: 10; top: 68px; left: 0; right: 0; flex-direction: column; align-items: stretch; gap: 0; padding: 12px 20px; border: 1px solid #e4dcff; border-radius: 15px; background: #fff; box-shadow: 0 12px 30px #57418a15; }
  .navigation.is-open { display: flex; }
  .navigation a, .navigation button { padding: 14px 0; text-align: left; font-size: 15px; }
  .hero { padding-top: 28px; }
  .badges { gap: 6px; }
  .badge { font-size: 9px; min-height: 27px; padding: 4px 7px; gap: 5px; }
  .badge img { width: 25px; height: 13px; }
  .bitrix { width: 15px; height: 15px; font-size: 7px; }
  .accreditation { font-size: 18px; }
  h1 { font-size: clamp(29px, 6vw, 40px); margin-top: 26px; letter-spacing: -.9px; line-height: 1.15; }
  .desktop-break { display: none; }
  .hero-description { font-size: 14px; margin-top: 20px; line-height: 1.65; }
  .hero-actions { margin-top: 24px; gap: 10px; }
  .hero-actions .button { flex: 1; min-width: 145px; padding-inline: 12px; font-size: 12px; gap: 8px; }
  .services { grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 36px; gap: 12px; }
  .service-card { min-height: 230px; padding: 18px; }
  .service-card h2 { font-size: 15px; }
  .service-card p { font-size: 13px; }
  .service-card p br { display: none; }
  .service-art { transform: scale(1.05); }
  .card-link { width: 36px; height: 36px; left: 18px; bottom: 18px; }
  .press-strip { margin: 32px 0 40px; }
  .press-track { justify-content: flex-start; padding-left: 20px; gap: 28px; }
  .press-track span, .press-track .press-tech, .press-track .press-gizmodo { font-size: 20px; }
  .press-track .press-forbes, .press-track .press-washington { font-size: 24px; }
}
@media (max-width: 480px) {
  .services { grid-template-columns: 1fr; }
  .service-card { min-height: 185px; }
  .service-card h2 { max-width: 100%; font-size: 16px; }
  .service-card p { max-width: 85%; font-size: 13px; }
  .service-art { transform: scale(1.2); }
  .contact-dialog { padding: 28px 24px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition: none !important; } }
/* Дополнительные секции. Все тексты и элементы управления — HTML. */
body { background: radial-gradient(ellipse 90% 700px at 46% 0%, #e6ebff, #edf5ff88 60%, transparent), #fff; }
.section { padding-block: 65px; }
.section h2 { margin: 0; font-size: clamp(25px, 2.65vw, 36px); line-height: 1.25; letter-spacing: -.8px; font-weight: 600; }
.section p { color: #747b8b; font-size: 16px; line-height: 1.55; }
.section-intro { text-align: center; margin-bottom: 32px; }
.section-intro p { margin: 22px 0 0; }
.projects { position: relative; }
.section-intro::before { content: ''; position: absolute; z-index: -1; inset: 0 -5%; background: radial-gradient(ellipse at 0% 40%, #fcf1ff88, transparent 65%); }
.case-tabs { display: flex; align-items: center; gap: 4px; padding: 10px; border: 1px solid #e9e7ef; border-radius: 10px; overflow-x: auto; scrollbar-width: thin; margin-bottom: 36px; }
.case-tabs button { flex: 1 0 auto; border: 0; padding: 14px 12px; border-radius: 8px; background: transparent; color: var(--ink); font-size: 13px; white-space: nowrap; }
.case-tabs .is-selected { background: #f0ebff; font-weight: 600; }
.case-tabs small { font-weight: 400; padding: 4px 6px; margin-left: 5px; border: 1px solid #e8e8ef; border-radius: 4px; background: white; }
.project-layout { display: grid; grid-template-columns: .92fr 1fr; gap: 50px; align-items: start; }
.project-copy h3 { margin: 0 0 38px; font-size: clamp(24px,2.4vw,32px); font-weight: 600; line-height: 1.25; letter-spacing: -.6px; }
.case-point { display: flex; gap: 18px; margin: 28px 0; }
.line-icon { display: grid; place-items: center; flex: 0 0 42px; width: 42px; height: 42px; border: 1px solid #e7e6ed; border-radius: 8px; background: #ffffffd9; font-size: 22px; color: #525c6b; }
.case-point h4 { margin: 0 0 10px; font-size: 17px; font-weight: 600; }
.case-point p { margin: 0; font-size: 14px; }
.project-visual { width: 100%; aspect-ratio: 378 / 337; border-radius: 14px; background: url('/local/templates/nobelcode-dev/assets/projects-reference.png') 93.007% 67.987% / 213.492% 189.911% no-repeat; }
.text-link { border: 0; background: none; color: var(--purple); font: inherit; font-size: 14px; margin-left: 60px; padding: 10px 0; }
.text-link span { margin-left: 10px; }
.section-action { margin-top: 36px; text-align: center; }
.why-section { background: radial-gradient(ellipse at 0 65%,#eee8ffb3,transparent 70%), radial-gradient(ellipse at 100% 40%,#dfedffbb,transparent 75%); }
.center-title { text-align: center; }
.center-title span,.team-copy h2 span { color: #a1a8b5; }
.benefits-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 60px 24px; margin-top: 64px; }
.benefit { position: relative; background: #ffffffaa; border-radius: 15px; text-align: center; padding: 42px 24px 32px; }
.benefit > .line-icon { position: absolute; top: -20px; left: calc(50% - 21px); }
.benefit h3 { margin: 0; font-size: 18px; line-height: 1.6; font-weight: 500; }
.benefit p { font-size: 14px; margin: 14px 0 0; }
.benefit-cta { color: #fff; background: linear-gradient(30deg,#8547ff,#ab85ff); display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 24px; padding: 30px 20px; }
.button-white { background: #fff; border-color: #fff; color: var(--purple); }
.button-white:not(:disabled):hover,.button-outline:not(:disabled):hover { background: #f0e8ff; }
.founder-layout { display: grid; grid-template-columns: 1.03fr 1fr; gap: 36px; align-items: start; }
.founder-photo,.team-photo { display: block; width: 100%; height: auto; border-radius: 10px; }
.founder-copy .eyebrow { color: var(--purple); font-size: 14px; margin: 0 0 22px; }
.expert-tags { display: flex; flex-wrap: wrap; gap: 8px; margin: 20px 0 38px; }
.expert-tags span { padding: 5px 7px; border: 1px solid #dedee8; border-radius: 5px; font-size: 11px; background: #ffffffb0; }
.expert-tags span::before { content: '✳'; color: var(--purple); margin-right: 4px; }
.founder-copy > p:not(.eyebrow) { margin: 16px 0; }
.team-layout { display: grid; grid-template-columns: .77fr 1fr; gap: 36px; align-items: start; margin-top: 110px; }
.team-copy .expert-tags { margin-bottom: 40px; }
.metrics { display: flex; gap: 18px; margin-top: 36px; }
.metrics > div { display: flex; align-items: center; gap: 15px; flex: 1; padding: 18px; background: #f0ebff; border-radius: 10px; }
.metrics strong { color: var(--purple); font-size: 40px; font-weight: 600; }
.metrics span { color: #969bab; font-size: 13px; line-height: 1.5; }
.about { background: radial-gradient(ellipse at 0% 50%,#eeeaff66,transparent 65%); }
.consultation-panel { padding: 36px; border-radius: 24px; background: linear-gradient(100deg,#8547ff,#986aff 65%,#b69aff); color: #fff; overflow: hidden; }
.consultation-top { display: grid; grid-template-columns: 1fr 1.8fr; align-items: end; }
.consultation-copy { padding-bottom: 36px; position: relative; z-index: 1; }
.consultation-copy h2 span { color: #c7b3ff; }
.consultation-copy p { color: white; font-size: 16px; }

.assurance-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 22px; position: relative; }
.assurance { padding: 20px; display: flex; gap: 18px; border-radius: 13px; background: #ffffff26; }
.assurance .line-icon { color: white; background: #ffffff22; border-color: #ffffff33; }
.assurance h3 { font-size: 17px; font-weight: 500; margin: 0 0 10px; }
.assurance p { margin: 0; color: #ddd1ff; }
.section-heading { display: flex; justify-content: space-between; align-items: center; margin-bottom: 48px; gap: 20px; }
.slider-controls { display: flex; gap: 15px; }
.slider-controls button { background: #fff; border: 1px solid #eceaf1; color: #9299a6; border-radius: 50%; width: 46px; height: 46px; font-size: 25px; }
.slider-controls button:disabled { opacity: .4; }
.videos { background: radial-gradient(ellipse at 60% 90%,#fcf0ff99,transparent 75%); }
.video-track { display: flex; gap: 22px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: thin; padding-bottom: 15px; }
.video-card { position: relative; flex: 0 0 28%; aspect-ratio: 207/323; border: 0; padding: 0; border-radius: 14px; overflow: hidden; scroll-snap-align: start; text-align: left; color: white; background: #b0b5b0; }

   
.play { position: absolute; top: 43%; left: 50%; transform: translate(-50%,-50%); display: grid; place-items: center; width: 68px; height: 68px; padding-left: 4px; border-radius: 50%; background: #ffffff55; backdrop-filter: blur(9px); font-size: 30px; }
.video-card:hover .play { background: #8547ffbb; }
.video-caption { position: absolute; bottom: 0; left: 0; right: 0; display: grid; gap: 10px; padding: 24px; background: #55584f55; backdrop-filter: blur(18px); border-radius: 10px; }
.video-caption strong { font-size: 16px; font-weight: 500; line-height: 1.4; }
.video-caption > span { font-size: 13px; line-height: 1.6; color: #efefef; }
.info-dialog { position: fixed; width: min(600px,calc(100% - 32px)); max-height: calc(100dvh - 40px); overflow-y: auto; padding: 36px; border: 1px solid #ece5ff; border-radius: 20px; color: var(--ink); }
.info-dialog::backdrop { background: #20243877; backdrop-filter: blur(5px); }
.info-dialog h2 { padding-right: 25px; font-size: 26px; }
.info-content { color: var(--muted); line-height: 1.6; }
.info-content video { width: 100%; }
@media (min-width:761px) and (max-width:950px) {
 .section { padding-block: 40px; } .section h2 { font-size: 21px; letter-spacing: -.4px; } .section p { font-size: 11px; }
 .section-intro { margin-bottom: 20px; } .section-intro p { margin-top: 14px; }
 .case-tabs { padding: 6px; margin-bottom: 24px; } .case-tabs button { padding: 10px 8px; font-size: 9px; } .case-tabs small { padding: 2px 5px; }
 .project-layout { gap: 28px; } .project-copy h3 { font-size: 20px; margin-bottom: 24px; } .case-point { gap: 12px; margin: 22px 0; }
 .line-icon { width: 28px; height: 28px; flex-basis: 28px; font-size: 17px; border-radius: 6px; } .case-point h4 { font-size: 12px; margin-bottom: 8px; } .case-point p { font-size: 10px; }
 .text-link { font-size: 10px; margin-left: 40px; } .section .button { min-height: 34px; padding: 6px 14px; font-size: 10px; border-radius: 6px; } .section .button span { font-size: 18px; }
 .section-action { margin-top: 24px; } .benefits-grid { gap: 42px 14px; margin-top: 42px; } .benefit { padding: 28px 18px 22px; } .benefit h3 { font-size: 12px; } .benefit p { font-size: 10px; } .benefit > .line-icon { top: -14px; left: calc(50% - 14px); }
 .founder-layout,.team-layout { gap: 24px; } .founder-copy .eyebrow { font-size: 10px; margin-bottom: 14px; } .expert-tags { gap: 5px; margin: 12px 0 24px; } .expert-tags span { font-size: 8px; padding: 3px 5px; } .team-layout { margin-top: 74px; } .team-copy .expert-tags { margin-bottom: 24px; }
 .metrics { margin-top: 24px; gap: 12px; } .metrics > div { padding: 12px; gap: 10px; } .metrics strong { font-size: 28px; } .metrics span { font-size: 10px; }
 .consultation-panel { padding: 24px; border-radius: 18px; } .consultation-copy { padding-bottom: 24px; } .assurance-grid { gap: 14px; } .assurance { padding: 14px; gap: 12px; } .assurance h3 { font-size: 12px; } .assurance p { font-size: 12px; }
 .section-heading { margin-bottom: 34px; } .slider-controls button { width: 34px; height: 34px; font-size: 20px; } .video-track { gap: 14px; } .video-caption { padding: 16px; gap: 7px; } .video-caption strong { font-size: 11px; } .video-caption > span { font-size: 9px; } .play { width: 46px; height: 46px; font-size: 21px; }
}
@media (max-width:760px) {
 .section { padding-block: 38px; } .section-intro p { font-size: 14px; } .project-layout,.founder-layout,.team-layout { grid-template-columns: 1fr; gap: 28px; }
 .project-copy h3 { font-size: 25px; margin-bottom: 24px; } .project-visual { grid-row: 1; } .case-tabs { margin-bottom: 24px; } .case-tabs button { font-size: 12px; padding: 12px 8px; }
 .benefits-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 42px 16px; margin-top: 48px; } .benefit { padding: 32px 16px 22px; } .benefit h3 { font-size: 16px; } .benefit p { font-size: 13px; } .benefit br { display: none; }
 .founder-photo { max-height: 540px; object-fit: cover; } .expert-tags { margin-bottom: 24px; } .team-layout { margin-top: 64px; } .team-copy .expert-tags { margin-bottom: 24px; } .section p { font-size: 14px; }
 .consultation-panel { padding: 24px; border-radius: 20px; } .consultation-top { grid-template-columns: 1fr; } .consultation-visual { margin-bottom: 18px; } .consultation-copy { padding-bottom: 12px; } .assurance-grid { grid-template-columns: 1fr; gap: 14px; } .assurance { padding: 18px; gap: 12px; } .assurance h3 { font-size: 16px; }
 .video-card { flex-basis: 44%; } .video-caption { padding: 16px; } .video-caption strong { font-size: 14px; } .video-caption > span { font-size: 11px; } .play { width: 52px; height: 52px; font-size: 24px; } .section-heading { margin-bottom: 28px; }
}
@media (max-width:480px) {
 .benefits-grid { grid-template-columns: 1fr; } .benefit { padding: 36px 24px 26px; } .benefit br { display: initial; } .video-card { flex-basis: 82%; } .video-track { gap: 16px; } .metrics > div { padding: 12px; gap: 8px; } .metrics strong { font-size: 32px; } .metrics span { font-size: 11px; } .consultation-panel { padding: 20px; } .assurance .line-icon { width: 30px; height: 30px; flex-basis: 30px; font-size: 18px; } .section-heading { gap: 10px; } .slider-controls { gap: 8px; } .slider-controls button { width: 40px; height: 40px; } .info-dialog { padding: 28px 24px; }
}

.video-card .play { top: 49.5%; }
/* Оригинальные изображения вместо фрагментов скриншотов. */
.consultation-visual { position: relative; width: 100%; aspect-ratio: 854 / 335; overflow: hidden; align-self: end; }
.consultation-visual img { display: block; width: 100%; height: auto; }
.video-photo { position: absolute; inset: 0; display: block; width: 100%; height: 100%; object-fit: cover; }
.video-4 .video-photo { object-position: 50% 50%; }
.capabilities-section { padding-block: 30px; background: radial-gradient(ellipse at 100% 40%,#efd9ffbb,transparent 70%), radial-gradient(ellipse at 0% 70%,#e5e2ffcc,transparent 70%); }
.capabilities-stack { display: grid; gap: 28px; }
.capability-panel { padding: 28px 36px 30px; border-radius: 18px; background: #ffffffb3; min-width: 0; }
.capability-panel h2 { margin: 0; }
.capability-toggle { display: flex; align-items: center; justify-content: space-between; gap: 24px; width: 100%; padding: 8px 0 26px; border: 0; background: transparent; color: var(--ink); font: inherit; font-size: clamp(22px,2.2vw,30px); font-weight: 500; line-height: 1.4; text-align: left; }
.collapse-icon { position: relative; display: block; flex: 0 0 26px; width: 26px; height: 26px; border: 1.5px solid #969db0; border-radius: 50%; }
.collapse-icon::before,.collapse-icon::after { content: ''; position: absolute; top: 50%; left: 50%; width: 11px; height: 1.5px; background: #969db0; transform: translate(-50%,-50%); }
.capability-toggle[aria-expanded="false"] .collapse-icon::after { transform: translate(-50%,-50%) rotate(90deg); }
.capability-toggle[aria-expanded="false"] { padding-bottom: 8px; }
.capability-table { margin: 0; }
.capability-row { display: grid; grid-template-columns: minmax(180px, .75fr) minmax(0, 1.8fr); align-items: center; gap: 20px; min-height: 76px; padding: 18px 24px; border-radius: 10px; }
.capability-row:nth-child(odd) { background: #fff; }
.capability-row dt { font-size: 17px; font-weight: 400; line-height: 1.5; }
.capability-row dd { display: flex; flex-wrap: wrap; justify-content: flex-end; align-items: center; gap: 9px; margin: 0; }
.capability-row dd span { padding: 9px 11px; border-radius: 6px; background: #f0ebff; color: #272333; font-size: 13px; font-weight: 500; line-height: 1.3; }
.next-steps { padding-top: 100px; }
.steps-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 24px; margin-top: 46px; }
.step-card { display: flex; flex-direction: column; padding: 26px 24px 16px; min-width: 0; border-radius: 14px; background: #f0ebff; }
.step-heading { display: grid; grid-template-columns: 36px minmax(0,1fr); gap: 14px; align-items: start; }
.step-icon { display: grid; place-items: center; width: 36px; height: 36px; border: 1px solid #e5e0f2; border-radius: 7px; background: #fff; color: #5b6372; }
.step-icon svg { width: 22px; height: 22px; }
.step-card h3 { margin: 0; font-size: 18px; font-weight: 500; line-height: 1.4; }
.step-card p { margin: 8px 0 0; color: #9998a9; font-size: 13px; line-height: 1.6; }
.step-card > img { display: block; width: 100%; height: auto; aspect-ratio: 355 / 335; object-fit: contain; margin-top: auto; padding-top: 20px; }
@media (min-width:761px) and (max-width:950px) {
 .capabilities-stack { gap: 22px; } .capability-panel { padding: 20px 24px; } .capability-toggle { font-size: 21px; padding-bottom: 20px; } .collapse-icon { width: 20px; height: 20px; flex-basis: 20px; }
 .capability-row { min-height: 56px; padding: 13px 16px; gap: 14px; } .capability-row dt { font-size: 12px; } .capability-row dd { gap: 6px; } .capability-row dd span { font-size: 9px; padding: 7px; }
 .next-steps { padding-top: 70px; } .steps-grid { gap: 16px; margin-top: 34px; } .step-card { padding: 18px 16px 12px; } .step-heading { grid-template-columns: 28px minmax(0,1fr); gap: 9px; } .step-icon { width: 28px; height: 28px; } .step-icon svg { width: 18px; height: 18px; } .step-card h3 { font-size: 13px; } .step-card p { font-size: 10px; }
}
@media (max-width:760px) {
 .capabilities-section { padding-block: 24px; } .capabilities-stack { gap: 18px; } .capability-panel { padding: 18px 16px; border-radius: 14px; } .capability-toggle { font-size: 21px; gap: 14px; padding-bottom: 20px; } .collapse-icon { flex-basis: 22px; width: 22px; height: 22px; }
 .capability-row { grid-template-columns: 1fr; gap: 12px; padding: 16px 12px; } .capability-row dt { font-size: 14px; font-weight: 500; } .capability-row dd { justify-content: flex-start; gap: 7px; } .capability-row dd span { padding: 7px 9px; font-size: 11px; }
 .next-steps { padding-top: 56px; } .steps-grid { grid-template-columns: 1fr; gap: 18px; margin-top: 28px; } .step-card { padding: 24px; } .step-card > img { max-width: 340px; margin-inline: auto; } .step-card p { font-size: 14px; } .step-card h3 { font-size: 18px; }
}
.faq-section,.blog { background: radial-gradient(ellipse at 5% 25%,#fcefff66,transparent 65%); }
.faq-layout { display:grid; grid-template-columns:1fr 1fr; gap:30px; margin-top:44px; align-items:start; }
.faq-item { border-bottom:1px solid #e7e5ef; }
.faq-item:last-child { border:0; }
.faq-item summary { list-style:none; cursor:pointer; display:flex; justify-content:space-between; gap:20px; align-items:center; padding:22px 0; font-size:15px; font-weight:500; }
.faq-item summary::-webkit-details-marker { display:none; }
.faq-item summary:focus-visible { outline:2px solid var(--purple); outline-offset:3px; }
.faq-symbol { position:relative; width:19px; height:19px; flex:0 0 19px; border:1px solid #9ba8bf; border-radius:50%; }
.faq-symbol::before,.faq-symbol::after { content:''; position:absolute; top:50%; left:50%; width:9px; height:1px; background:#9ba8bf; transform:translate(-50%,-50%); }
.faq-symbol::after { transform:translate(-50%,-50%) rotate(90deg); }
.faq-item[open] .faq-symbol::after { display:none; }
.faq-item p { margin:0 28px 22px 0; font-size:14px; }
.faq-contact { border-radius:16px; padding:42px 44px; background:#f0ebff; text-align:center; }
.faq-contact img { width:110px; height:110px; border-radius:50%; }
.faq-contact h3 { font-size:18px; margin:24px 0 10px; }
.faq-contact p { margin:0 0 28px; }
.blog-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:28px; margin-top:44px; }
.blog-card { background:#fff; border-radius:16px; overflow:hidden; box-shadow:0 10px 60px #cddfff33; }
.blog-image { position:relative; }
.blog-image img { display:block; width:100%; height:auto; aspect-ratio:406/280; object-fit:cover; }
.blog-meta { position:absolute; bottom:0; inset-inline:0; display:flex; justify-content:space-between; gap:12px; padding:24px 20px; color:#fff; background:#66666655; backdrop-filter:blur(12px); border-radius:12px 12px 0 0; font-size:12px; }
.blog-copy { padding:22px; }
.blog-copy h3 { font-size:18px; font-weight:500; margin:0; }
.blog-copy p { font-size:14px; margin:12px 0; }
.blog-copy .text-link { margin:0; }
.request-panel { display:grid; grid-template-columns:1fr 1fr; gap:32px; padding:54px 54px 0; overflow:hidden; border-radius:20px; background:linear-gradient(110deg,#8547ff,#8547ff 60%,#a477ff); color:#fff; }
.request-copy { padding-bottom:50px; }
.request-copy h2 { font-size:29px; letter-spacing:-.5px; }
.request-copy > p { color:#e6d9ff; font-size:14px; line-height:1.6; margin:20px 0 34px; }
.lead-form { max-width:380px; display:grid; gap:12px; }
.lead-form > input { width:100%; min-width:0; height:44px; padding:12px 14px; border:1px solid #e2d1ff; border-radius:8px; font:inherit; font-size:14px; color:var(--ink); background:white; }
.lead-form > input::placeholder { color:#b89be8; }
.lead-form > input:focus { outline:2px solid white; outline-offset:3px; }
.consent-row { display:flex; align-items:flex-start; gap:9px; font-size:10px; color:#e2d0ff; line-height:1.6; }
.consent-row input { accent-color:#6630cc; margin:3px 0 0; flex-shrink:0; }
.consent-row button { color:inherit; border:0; padding:0; background:none; font:inherit; text-align:left; text-decoration:underline; }
.lead-form .button { min-height:44px; }
.lead-form .form-status { font-size:13px; color:white; margin:0; }
.request-art { display:flex; flex-direction:column; justify-content:space-between; min-width:0; }
.request-art ul { list-style:none; padding:0; margin:0; display:grid; gap:18px; font-size:15px; }
.request-art li { display:flex; gap:12px; align-items:flex-start; line-height:1.5; }
.request-art li::before { content:'✓'; display:grid; place-items:center; background:#ffffff3b; border-radius:50%; width:22px; height:22px; flex:0 0 22px; }
.request-art img { display:block; width:calc(100% + 54px); max-width:none; height:auto; margin-top:24px; align-self:center; }
.sr-only { position:absolute; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip:rect(0,0,0,0); white-space:nowrap; border:0; }
.documents-section { overflow:hidden; background:radial-gradient(ellipse at 10% 50%,#ebf6ff,transparent 65%),radial-gradient(ellipse at 95% 80%,#f2eaff,transparent 70%); }
.document-track { display:flex; gap:20px; align-items:center; overflow-x:auto; padding:12px max(20px,calc((100vw - 1450px)/2)) 28px; scrollbar-width:thin; }
.document-card { flex:0 0 23%; padding:0; border:0; border-radius:20px; background:transparent; min-width:180px; }
.document-card:first-child,.document-card:last-child { flex-basis:15%; min-width:140px; }
.document-card--featured { flex-basis:32%; }
.document-card img { display:block; width:100%; height:auto; }
.info-content .document-preview { display:block; width:100%; height:auto; }
.footer { padding-top:54px; }
.footer-grid { display:grid; grid-template-columns:1.3fr .5fr .8fr 1.3fr; gap:40px; padding-bottom:44px; }
.footer-brand img { width:180px; height:auto; }
.footer-brand p { color:#8b8f9e; font-size:14px; line-height:1.6; margin:22px 0 60px; }
.back-top { color:#989eab; font-size:15px; }
.footer h2 { font-size:12px; color:#a1a5b1; font-weight:400; margin:0 0 16px; }
.footer nav,.footer-contacts { display:flex; flex-direction:column; align-items:flex-start; gap:14px; }
.footer nav h2,.footer-contacts h2 { margin-bottom:0; }
.footer a,.footer button { font-size:14px; }
.footer button { padding:0; border:0; background:none; color:inherit; font:inherit; font-size:14px; text-align:left; }
.footer-contacts a,.footer-contacts button { color:var(--purple); }
.footer-bottom { border-top:1px solid #e3e1ec; padding:28px 0; display:flex; justify-content:space-between; gap:20px; font-size:11px; color:#a1a5b1; }
@media(min-width:761px) and (max-width:950px) {
 .faq-layout,.blog-grid { margin-top:28px; gap:18px; } .faq-item summary { padding:15px 0; font-size:10px; } .faq-item p { font-size:9px; margin-bottom:16px; } .faq-symbol { width:13px; height:13px; flex-basis:13px; } .faq-symbol::before,.faq-symbol::after { width:6px; }
 .faq-contact { padding:26px 30px; } .faq-contact img { width:70px; height:70px; } .faq-contact h3 { font-size:12px; margin-top:16px; } .faq-contact p { font-size:10px; margin-bottom:18px; }
 .blog-copy { padding:14px; } .blog-copy h3 { font-size:12px; } .blog-copy p { font-size:10px; } .blog-meta { font-size:9px; padding:15px 13px; } .blog-copy .text-link { font-size:10px; }
 .request-panel { padding:36px 36px 0; gap:24px; } .request-copy { padding-bottom:34px; } .request-copy h2 { font-size:21px; } .request-copy > p { font-size:10px; margin:14px 0 22px; } .lead-form { gap:9px; max-width:250px; } .lead-form > input { height:30px; font-size:10px; padding:8px 10px; } .consent-row { font-size:8px; gap:6px; } .request-art ul { font-size:11px; gap:12px; } .request-art li { gap:8px; } .request-art li::before { width:15px; height:15px; flex-basis:15px; } .request-art img { width:calc(100% + 36px); }
 .footer-grid { gap:24px; } .footer-brand img { width:120px; } .footer-brand p { font-size:10px; margin:16px 0 40px; } .footer h2 { font-size:9px; } .footer a,.footer button { font-size:10px; } .footer nav,.footer-contacts { gap:10px; } .footer-bottom { font-size:8px; }
}
@media(max-width:760px) {
 .faq-layout { grid-template-columns:1fr; gap:28px; margin-top:28px; } .faq-item summary { padding:18px 0; font-size:14px; } .faq-contact { padding:30px 24px; } .blog-grid { grid-template-columns:1fr; gap:24px; margin-top:28px; } .blog-card { max-width:500px; width:100%; margin:auto; } .blog-meta { font-size:12px; }
 .request-panel { grid-template-columns:1fr; padding:28px 24px 0; gap:28px; } .request-copy { padding:0; } .request-copy h2 { font-size:26px; } .request-copy > p { font-size:14px; margin-bottom:24px; } .lead-form { max-width:none; } .consent-row { font-size:11px; } .request-art ul { font-size:13px; } .request-art img { width:100%; max-width:480px; margin-top:20px; }
 .document-track { gap:16px; padding-inline:20px; scroll-snap-type:x mandatory; } .document-card,.document-card:first-child,.document-card:last-child,.document-card--featured { flex:0 0 65%; min-width:0; scroll-snap-align:center; }
 .footer-grid { grid-template-columns:1fr 1fr; gap:32px 24px; } .footer-brand p { margin-bottom:22px; } .footer-brand img { width:150px; } .footer-docs { grid-column:1/-1; } .footer-bottom { flex-direction:column; font-size:10px; gap:10px; } .footer a,.footer button { font-size:13px; }
}
@media(max-width:380px) { .footer-grid { grid-template-columns:1fr; } .footer-docs { grid-column:auto; } }
/* Отдельная страница проектов. */
[hidden] { display: none !important; }
.projects-page { background: radial-gradient(ellipse 100% 850px at 25% 0%,#e7ecff,transparent),radial-gradient(ellipse 80% 1500px at 0% 55%,#f5f1ff,transparent),#fff; }
.projects-list > .section-intro { margin-bottom: 54px; }
.projects-entries { display: grid; gap: 48px; }
.projects-entries .project-layout { align-items: start; }
.projects-entries .project-visual { align-self: start; }
.projects-entries .project-copy h3 { margin-bottom: 28px; }
.projects-entries .case-point { margin-block: 24px; }
.projects-page .navigation [aria-current="page"] { color: var(--purple); }
.cases-status { margin-bottom: 0; }
.cases-status:empty { display:none; }
@media (min-width:761px) and (max-width:950px) {
 .projects-list > .section-intro { margin-bottom: 34px; }
 .projects-entries { gap: 30px; }
 .projects-entries .project-copy h3 { margin-bottom: 20px; }
 .projects-entries .case-point { margin-block: 18px; }
}
@media(max-width:760px) {
 .projects-list > .section-intro { margin-bottom: 32px; }
 .projects-entries { gap: 48px; }
 .projects-entries .project-layout { gap: 22px; }
 .projects-entries .project-copy h3 { margin-bottom: 22px; }
}
/* Мобильное меню по макету: нативный dialog удерживает фокус внутри панели. */
body.menu-open { overflow: hidden; }
.mobile-drawer { position:fixed; inset:0 auto 0 0; margin:0; width:min(320px,calc(100vw - 40px)); max-width:none; height:100dvh; max-height:100dvh; padding:20px; padding-top:max(20px,env(safe-area-inset-top)); padding-bottom:max(28px,env(safe-area-inset-bottom)); border:0; background:white; color:#505a66; overflow-y:auto; overscroll-behavior:contain; }
.mobile-drawer::backdrop { background:rgba(22,26,35,.82); }
.drawer-header { display:flex; justify-content:space-between; align-items:center; gap:12px; }
.drawer-header a { min-width:0; }
.drawer-header img { display:block; width:200px; max-width:100%; height:auto; }
.drawer-close { display:grid; place-items:center; flex:0 0 32px; width:32px; height:40px; padding:0; border:0; background:transparent; color:#000; font:32px/1 Arial,sans-serif; }
.drawer-phone { display:inline-block; margin-top:34px; padding-block:4px; font-size:16px; font-weight:600; }
.drawer-links { display:flex; flex-direction:column; align-items:stretch; gap:0; margin-top:20px; }
.drawer-links a { padding:14px 0; min-height:46px; font-size:16px; font-weight:500; line-height:20px; }
.drawer-contact { min-height:58px; margin-top:36px; padding:16px 24px; font-size:16px; border-radius:10px; }
/* Умеренные размеры шрифта и области нажатия вместо уменьшения всего макета. */
@media (max-width:1024px) {
 .header { min-height:76px; position:relative; }
 .header .navigation,.header-phone,.header-cta { display:none; }
 .brand img { width:160px; height:36px; }
 .menu-toggle { display:flex; flex-direction:column; justify-content:center; gap:5px; width:44px; height:44px; border:0; border-radius:10px; background:#8547ff; padding:11px; }
 .menu-toggle span { display:block; width:22px; height:2px; background:white; }
 .hero .badge { font-size:11px; min-height:30px; padding:5px 8px; }
 .hero .badge img { width:27px; height:auto; }
 .hero-description { font-size:16px; line-height:1.6; }
 .hero-actions .button,.section .button { min-height:46px; font-size:13px; padding:11px 16px; }
 .case-tabs button { min-height:44px; font-size:12px; }
 .case-tabs { scrollbar-width:thin; }
 .text-link { min-height:44px; }
 .capability-toggle { min-height:48px; }
 .slider-controls button { width:44px; height:44px; }
 .blog-copy .text-link { font-size:13px; }
 .footer a,.footer button { min-height:30px; line-height:1.5; }
}
@media (min-width:761px) and (max-width:1024px) {
 .container { width:calc(100% - 56px); }
 .hero { padding-top:36px; } h1 { font-size:38px; }
 .services { grid-template-columns:repeat(2,minmax(0,1fr)); gap:16px; }
 .service-card { height:220px; padding:22px; }
 .service-card h2 { font-size:17px; } .service-card p { font-size:15px; margin-top:10px; }
 .service-art { transform:scale(1.35); } .card-link { width:42px; height:42px; left:20px; bottom:20px; font-size:24px; }
 .section h2 { font-size:28px; } .section p { font-size:14px; }
 .project-copy h3 { font-size:25px; } .project-layout { gap:28px; }
 .case-point h4 { font-size:15px; } .case-point p { font-size:13px; }
 .benefit h3 { font-size:16px; } .benefit p { font-size:13px; }
 .benefits-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
 .expert-tags span { font-size:11px; } .founder-copy .eyebrow { font-size:12px; }
 .founder-layout { align-items:start; } .founder-photo { aspect-ratio:660/760; object-fit:cover; object-position:center; }
 .team-layout { grid-template-columns:1fr 1fr; } .team-photo { height:100%; object-fit:cover; }
 .consultation-top { grid-template-columns:1fr 1.3fr; } .assurance h3 { font-size:15px; } .assurance p { font-size:13px; }
 .video-card { flex-basis:36%; } .video-caption strong { font-size:15px; } .video-caption > span { font-size:12px; }
 .capability-row { grid-template-columns:minmax(160px,.8fr) minmax(0,1.7fr); } .capability-row dt { font-size:14px; } .capability-row dd span { font-size:11px; }
 .step-card { padding:20px 16px; } .step-card h3 { font-size:16px; } .step-card p { font-size:12px; }
 .faq-item summary { font-size:14px; min-height:60px; } .faq-item p { font-size:13px; } .faq-contact h3 { font-size:17px; } .faq-contact p { font-size:14px; }
 .blog-grid { gap:18px; } .blog-copy h3 { font-size:16px; } .blog-copy p { font-size:13px; } .blog-meta { flex-wrap:wrap; font-size:11px; padding:14px; }
 .request-panel { padding:32px 28px 0; } .request-copy h2 { font-size:26px; } .request-copy > p { font-size:13px; }
 .lead-form > input { height:44px; font-size:14px; } .consent-row { font-size:11px; } .request-art ul { font-size:13px; }
 .footer-grid { grid-template-columns:1fr 1fr; gap:32px; } .footer h2 { font-size:12px; } .footer a,.footer button { font-size:14px; } .footer-brand p { font-size:13px; }
}
@media (max-width:760px) {
 .container { width:calc(100% - 40px); }
 .hero h1 { font-size:clamp(28px,7.5vw,38px); line-height:1.2; }
 .hero-description { font-size:14px; }
 .hero-actions { flex-direction:column; align-items:center; }
 .hero-actions .button { width:min(100%,300px); flex:initial; min-height:48px; font-size:14px; }
 .services { grid-template-columns:1fr; }
 .service-card { height:225px; min-height:225px; padding:22px; }
 .service-card h2 { font-size:18px; } .service-card p { font-size:14px; max-width:90%; }
 .service-art { transform:scale(1.4); } .card-link { width:44px; height:44px; }
 .section { padding-block:36px; }
 .section h2 { font-size:26px; } .section-intro { margin-bottom:26px; }
 .project-layout,.founder-layout,.team-layout { grid-template-columns:1fr; }
 .project-copy h3 { font-size:24px; } .project-visual { grid-row:auto; }
 .case-point { margin-block:22px; gap:14px; } .case-point h4 { font-size:16px; } .case-point p { font-size:14px; }
 .benefits-grid { grid-template-columns:1fr; gap:40px; }
 .benefit { padding:36px 24px 28px; } .benefit h3 { font-size:17px; } .benefit p { font-size:14px; }
 .founder-photo { max-height:none; aspect-ratio:660/610; object-fit:cover; }
 .founder-copy p { line-height:1.65; } .expert-tags { gap:7px; } .expert-tags span { font-size:11px; }
 .team-layout { margin-top:48px; } .team-photo { height:auto; object-fit:contain; }
 .consultation-top { display:flex; flex-direction:column; }
 .consultation-visual { order:-1; margin-bottom:20px; }
 .consultation-copy { width:100%; padding-bottom:22px; }
 .consultation-copy h2 { font-size:28px; }
 .assurance { padding:18px 14px; } .assurance h3 { font-size:15px; } .assurance p { font-size:13px; }
 .video-card { flex-basis:85%; } .video-caption strong { font-size:15px; } .video-caption > span { font-size:12px; }
 .capability-toggle { font-size:20px; } .capability-row { padding:16px 10px; } .capability-row dd span { overflow-wrap:anywhere; }
 .steps-grid { grid-template-columns:1fr; } .step-card { padding:22px 18px 16px; }
 .step-card > img { max-width:300px; }
 .faq-item summary { line-height:1.5; } .faq-contact { padding:30px 20px; }
 .request-panel { padding:26px 20px 0; gap:28px; } .request-copy h2 { font-size:26px; }
 .lead-form > input { font-size:16px; min-height:46px; } .lead-form .button { min-height:48px; }
 .consent-row { gap:10px; } .consent-row input { width:16px; height:16px; }
 .request-art li { line-height:1.6; }
 .document-card,.document-card:first-child,.document-card:last-child,.document-card--featured { flex-basis:78%; }
 .footer { padding-top:36px; } .footer-grid { grid-template-columns:1fr 1fr; gap:30px 18px; }
 .footer-brand,.footer-docs { grid-column:1/-1; } .footer-brand img { width:180px; } .footer-brand p { margin:16px 0 22px; }
 .footer button,.footer a { overflow-wrap:anywhere; }
}
@media (max-width:350px) {
 .container { width:calc(100% - 32px); }
 .mobile-drawer { padding-inline:16px; width:calc(100vw - 28px); }
 .drawer-header img { width:175px; }
 .drawer-contact { padding-inline:16px; font-size:14px; }
 .hero .badge { font-size:10px; }
 .service-card { padding:18px; } .service-card h2 { font-size:16px; }
 .footer-grid { grid-template-columns:1fr; }
 .footer-brand,.footer-docs { grid-column:auto; }
}

/* El Garage case — styles scoped to the new page. */
.eg-page { background:radial-gradient(ellipse 90% 800px at 45% 0%,#e9edff 0%,#f1f7ff99 60%,transparent 100%),radial-gradient(ellipse 500px 900px at 0% 60%,#f6efff 0%,transparent 100%),#fff; }
.eg-brand { display:inline-flex; align-items:center; gap:12px; font-size:25px; font-weight:700; color:#080b12; letter-spacing:-.5px; }
.eg-brand-mark { display:grid; place-items:center; width:42px; height:42px; border-radius:15px; color:white; font-size:25px; background:linear-gradient(120deg,#c9a8ff,#8547ff 55%,#b99aff); box-shadow:inset 0 0 0 5px #ffffff25; }
.eg-hero { padding-top:52px; }
.eg-breadcrumbs { display:flex; flex-wrap:wrap; align-items:center; gap:14px; font-size:14px; line-height:1.6; }
.eg-breadcrumbs a,.eg-breadcrumbs > span:first-of-type { color:#959daa; }
.eg-tags { display:flex; flex-wrap:wrap; gap:9px; list-style:none; padding:0; margin:34px 0 24px; }
.eg-tags li { background:white; padding:6px 10px; border-radius:6px; font-size:12px; font-weight:500; }
.eg-tags li::before { content:'#'; color:var(--purple); margin-right:5px; }
.eg-hero h1 { margin:0; font-size:clamp(30px,3.45vw,48px); line-height:1.2; letter-spacing:-1.3px; font-weight:600; }
.eg-intro { display:grid; grid-template-columns:minmax(0,1.55fr) minmax(0,1fr); gap:70px; align-items:start; margin-top:24px; }
.eg-description { max-width:670px; font-size:18px; line-height:1.7; color:#818591; margin:0; }
.eg-actions { display:flex; flex-wrap:wrap; gap:12px; margin-top:36px; }
.eg-outline { background:transparent; color:var(--purple); }
.eg-outline:hover { color:white; }
.eg-highlights { margin:0; padding:0; list-style:none; display:grid; gap:18px; color:var(--purple); font-size:16px; line-height:1.5; }
.eg-highlights li { display:flex; gap:12px; align-items:flex-start; }
.eg-highlights li::before { content:'✓'; flex:0 0 23px; height:23px; display:grid; place-items:center; background:var(--purple); color:white; font-size:15px; border-radius:50%; }
.eg-art { position:relative; overflow:hidden; border-radius:14px; background:#f0ebff; }
.eg-art img { position:absolute; display:block; max-width:none; height:auto; pointer-events:none; }
/* Show only the portfolio illustrations from the supplied screenshots.
   Replace with original exports when available. Page text is live HTML. */
.eg-art--hero { aspect-ratio:698/262; margin-top:38px; }
.eg-art--hero img { width:109.7421%; left:-4.8711%; top:-122.9008%; }
.eg-body { display:grid; grid-template-columns:240px minmax(0,720px); gap:64px; align-items:start; padding-top:70px; padding-bottom:80px; }
.eg-sidebar { position:sticky; top:28px; }
.eg-toc { display:flex; flex-direction:column; border-block:1px solid #e7e3ee; padding:24px 0; gap:0; }
.eg-toc a,.eg-toc > span { padding:10px 0; color:#999fac; font-size:15px; line-height:1.3; }
.eg-toc a:hover,.eg-toc a[aria-current] { color:#232d3c; }
.eg-socials { display:flex; gap:12px; margin-top:30px; }
.eg-socials a,.eg-socials button { display:grid; place-items:center; width:40px; height:40px; padding:9px; border:1px solid #d8d6e4; border-radius:8px; color:#9ba4b7; background:transparent; }
.eg-socials svg { width:100%; height:100%; }
.eg-socials a:hover,.eg-socials button:hover { color:var(--purple); border-color:var(--purple); }
.eg-article { min-width:0; }
.eg-section { scroll-margin-top:28px; }
.eg-section + .eg-section { margin-top:58px; }
.eg-section h2 { font-size:28px; font-weight:600; line-height:1.3; letter-spacing:-.6px; margin:0 0 18px; color:#1d2738; }
.eg-section h3 { font-size:19px; font-weight:600; margin:24px 0 16px; color:#1d2738; }
.eg-section p,.eg-section > ul { color:#526078; font-size:17px; line-height:1.5; margin:0 0 16px; }
.eg-section > ul { padding-left:26px; }
.eg-section figure { margin:44px 0 0; }
.eg-section figcaption { color:#a1a8b7; font-size:13px; line-height:1.5; margin-top:16px; }
.eg-art--about { aspect-ratio:393/262; }
.eg-art--about img { width:196.4377%; left:-51.145%; top:-81.6794%; }
.eg-art--catalog { aspect-ratio:393/263; }
.eg-art--catalog img { width:194.6565%; left:-51.6539%; top:-120.5323%; }
@media(min-width:761px) and (max-width:1100px) {
 .eg-body { grid-template-columns:180px minmax(0,1fr); gap:36px; }
 .eg-intro { gap:32px; }
 .eg-description { font-size:16px; }
 .eg-highlights { font-size:14px; gap:16px; }
 .eg-actions .button { font-size:12px; padding-inline:14px; }
 .eg-section p,.eg-section > ul { font-size:16px; }
}
@media(max-width:760px) {
 .eg-hero { padding-top:24px; }
 .eg-brand { font-size:22px; }
 .eg-brand-mark { width:36px; height:36px; font-size:23px; border-radius:12px; }
 .eg-breadcrumbs { font-size:12px; gap:10px; }
 .eg-tags { margin:26px 0 20px; gap:6px; }
 .eg-tags li { font-size:11px; padding:6px 8px; }
 .eg-hero h1 { font-size:clamp(28px,7vw,40px); letter-spacing:-.8px; }
 .eg-desktop-break { display:none; }
 .eg-intro { grid-template-columns:1fr; gap:28px; margin-top:20px; }
 .eg-description { font-size:16px; line-height:1.6; }
 .eg-actions { margin-top:24px; gap:10px; }
 .eg-actions .button { flex:1 1 210px; min-height:48px; font-size:13px; }
 .eg-highlights { font-size:14px; gap:14px; }
 .eg-highlights li::before { flex-basis:21px; height:21px; font-size:13px; }
 .eg-art--hero { margin-top:28px; border-radius:10px; }
 .eg-body { grid-template-columns:1fr; gap:32px; padding-block:36px 48px; }
 .eg-sidebar { position:static; min-width:0; }
 .eg-toc { flex-direction:row; overflow-x:auto; padding:8px 0; gap:22px; scrollbar-width:thin; }
 .eg-toc a,.eg-toc > span { white-space:nowrap; padding-block:14px; font-size:14px; }
 .eg-socials { display:none; }
 .eg-section h2 { font-size:25px; margin-bottom:18px; }
 .eg-section h3 { font-size:17px; }
 .eg-section p,.eg-section > ul { font-size:15px; line-height:1.6; }
 .eg-section figure { margin-top:28px; }
 .eg-section figcaption { font-size:12px; margin-top:12px; }
 .eg-section + .eg-section { margin-top:40px; }
}
@media(prefers-reduced-motion:reduce) { html { scroll-behavior:auto; } .eg-page .button { transition:none; } }

/* Integrated project card on the homepage and project listing. */
.eg-project-preview { display:block; width:100%; margin:0; align-self:start; }
#el-garage-home { margin-top:48px; }

/* Additional case sections from the supplied layouts. */
.eg-art--vehicle { aspect-ratio:306/204; }
.eg-art--vehicle img { width:118.3007%; left:-5.8824%; top:-37.2549%; }
.eg-art--workflow { aspect-ratio:445/297; }
.eg-art--workflow img { width:119.5506%; left:-8.3146%; top:-138.3838%; }
.eg-art--results { aspect-ratio:445/297; }
.eg-art--results img { width:103.8202%; left:-2.6966%; top:-87.5421%; }
.eg-core-flow { overflow-wrap:anywhere; }
.eg-facts { display:grid; gap:12px; margin:24px 0 0; }
.eg-fact { display:grid; grid-template-columns:145px minmax(0,1fr); align-items:center; gap:16px; background:#fff; border-radius:16px; padding:18px 20px; }
.eg-fact dt { color:#1d2738; font-size:17px; }
.eg-fact dd { display:flex; justify-content:flex-end; flex-wrap:wrap; gap:8px; margin:0; }
.eg-fact dd > * { padding:12px 13px; border-radius:7px; background:#f0ebff; font-size:14px; font-weight:500; line-height:1.4; color:#172033; }
.eg-process-list { color:#526078; font-size:17px; line-height:1.5; padding-left:26px; margin:0; }
.eg-process-list li::marker { font-weight:600; }
.eg-process-list strong { font-weight:600; }
.eg-process-list li p { margin:0; }
@media(min-width:761px) and (max-width:1100px) {
 .eg-fact { grid-template-columns:100px minmax(0,1fr); padding:16px; }
 .eg-fact dt,.eg-process-list { font-size:16px; }
 .eg-fact dd > * { font-size:12px; padding:10px; }
}
@media(max-width:760px) {
 .eg-fact { grid-template-columns:1fr; gap:12px; padding:18px; border-radius:12px; }
 .eg-fact dt { font-size:15px; font-weight:500; }
 .eg-fact dd { justify-content:flex-start; gap:7px; }
 .eg-fact dd > * { padding:9px 10px; font-size:12px; }
 .eg-process-list { font-size:15px; line-height:1.6; padding-left:24px; }
}

/* Final case blocks and responsive refinements. */
.eg-review { padding:32px 28px; border-radius:16px; background:#8040ff; text-align:center; color:#fff; }
.eg-review h2 { color:#fff; font-size:28px; margin:0 0 24px; }
.eg-review blockquote { margin:0; }
.eg-review blockquote p { color:#fff; font-size:16px; line-height:1.6; margin:0; }
.eg-review-author { display:flex; align-items:center; justify-content:center; gap:14px; margin-top:24px; text-align:left; }
.eg-review-avatar { position:relative; flex:0 0 40px; width:40px; height:40px; overflow:hidden; border-radius:50%; background:#efe8ff; }
.eg-review-avatar img { position:absolute; width:1988%; max-width:none; height:auto; left:-760%; top:-1420%; }
.eg-review-author .eg-review-name { color:#fff; font-size:13px; margin:0 0 4px; line-height:1.4; }
.eg-review-author .eg-review-position { color:#d0b5ff; font-size:13px; margin:0; line-height:1.4; }
.eg-page .eg-main { min-width:0; }
.eg-page .eg-article { overflow-wrap:break-word; }
.eg-page .eg-actions .button { max-width:100%; }
.eg-page .eg-fact dd > * { max-width:100%; overflow-wrap:anywhere; }
.eg-page .eg-body { grid-template-columns:minmax(160px,240px) minmax(0,720px); }
.eg-page .navigation a[href="projects.html"] { color:var(--purple); }
@media(min-width:761px) and (max-width:1100px) {
 .eg-page .eg-body { grid-template-columns:160px minmax(0,1fr); gap:30px; padding-top:48px; }
 .eg-page .eg-toc a { font-size:14px; }
 .eg-page .eg-socials { gap:8px; }
 .eg-page .eg-socials a,.eg-page .eg-socials button { width:34px; height:34px; padding:8px; }
 .eg-page .eg-fact { grid-template-columns:1fr; gap:12px; }
 .eg-page .eg-fact dd { justify-content:flex-start; }
 .eg-page .eg-intro { grid-template-columns:minmax(0,1.2fr) minmax(0,1fr); gap:24px; }
 .eg-page .eg-highlights { font-size:13px; }
 .eg-page .eg-actions { gap:10px; }
 .eg-page .eg-actions .button { flex:1 1 190px; }
}
@media(max-width:760px) {
 .eg-page .container { width:calc(100% - 40px); }
 .eg-page .header { min-height:72px; gap:12px; }
 .eg-page .brand img { width:150px; height:auto; }
 .eg-page .eg-hero { padding-top:18px; }
 .eg-page .eg-tags { margin:22px 0 18px; }
 .eg-page .eg-hero h1 { font-size:clamp(28px,7vw,38px); line-height:1.18; }
 .eg-page .eg-description { font-size:15px; }
 .eg-page .eg-actions { flex-direction:column; align-items:stretch; }
 .eg-page .eg-actions .button { flex:auto; width:100%; min-height:48px; font-size:14px; }
 .eg-page .eg-intro { gap:24px; }
 .eg-page .eg-art { border-radius:10px; }
 .eg-page .eg-body { grid-template-columns:minmax(0,1fr); gap:36px; padding-top:30px; padding-bottom:40px; }
 .eg-page .eg-sidebar { position:static; }
 .eg-page .eg-toc { flex-direction:column; gap:0; overflow:visible; padding:12px 0; }
 .eg-page .eg-toc a { display:flex; align-items:center; min-height:44px; padding:10px 0; font-size:14px; white-space:normal; }
 .eg-page .eg-toc a[aria-current] { color:#242e3b; font-weight:600; }
 .eg-page .eg-socials { display:flex; gap:12px; margin-top:18px; }
 .eg-page .eg-socials a,.eg-page .eg-socials button { width:44px; height:44px; padding:12px; }
 .eg-page .eg-section { scroll-margin-top:20px; }
 .eg-page .eg-section h2 { font-size:25px; }
 .eg-page .eg-section h3 { font-size:17px; margin:20px 0 14px; }
 .eg-page .eg-section p,.eg-page .eg-section > ul,.eg-page .eg-process-list { font-size:15px; line-height:1.6; }
 .eg-page .eg-section + .eg-section { margin-top:40px; }
 .eg-page .eg-section figure { margin-top:30px; }
 .eg-page .eg-facts { margin-top:20px; gap:12px; }
 .eg-page .eg-fact { padding:18px 16px; }
 .eg-page .eg-fact dd { row-gap:8px; }
 .eg-page .eg-review { padding:28px 18px; }
 .eg-page .eg-review h2 { font-size:24px; margin-bottom:20px; }
 .eg-page .eg-review blockquote p { font-size:14px; }
 .eg-page .eg-review-author p { font-size:12px; line-height:1.4; }
 .eg-page .eg-review-author { margin-top:20px; }
 .eg-page .blog { padding-top:12px; }
 .eg-page .blog-grid { gap:24px; }
 .eg-page .request-panel { padding:26px 20px 0; }
 .eg-page .request-art img { max-width:100%; }
}
@media(max-width:380px) {
 .eg-page .container { width:calc(100% - 32px); }
 .eg-page .eg-tags { gap:6px; }
 .eg-page .eg-tags li { font-size:10px; padding:6px 7px; }
 .eg-page .eg-hero h1 { font-size:28px; }
 .eg-page .eg-highlights { font-size:13px; }
 .eg-page .eg-section h2 { font-size:23px; }
 .eg-page .eg-section p,.eg-page .eg-section > ul,.eg-page .eg-process-list { font-size:14px; }
 .eg-page .eg-fact dd > * { font-size:11px; }
 .eg-page .footer-grid { grid-template-columns:1fr; }
 .eg-page .request-copy h2 { font-size:24px; }
}

/* About page: shared site components plus page-specific responsive layout. */
.about-page { background:radial-gradient(ellipse 100% 700px at 35% 0%,#e8edff,transparent),radial-gradient(ellipse 70% 2000px at 0% 35%,#f3eeff,transparent),#fff; }
.about-page .navigation [aria-current="page"] { color:var(--purple); }
.ab-intro { padding-top:40px; }
.ab-intro > .eg-breadcrumbs { margin-bottom:40px; }
.ab-founder-grid { display:grid; grid-template-columns:minmax(0,1fr) minmax(0,1fr); column-gap:64px; align-items:start; }
.ab-founder-heading { grid-column:2; grid-row:1; }
.ab-founder-grid > .founder-photo { grid-column:1; grid-row:1 / span 2; width:100%; height:auto; border-radius:18px; }
.ab-founder-text { grid-column:2; grid-row:2; min-width:0; }
.ab-founder-heading .eyebrow { color:var(--purple); font-size:14px; margin:0 0 12px; }
.ab-founder-heading h1,.ab-founder-heading h2 { margin:0; font-size:40px; line-height:1.2; letter-spacing:-1px; }
.ab-founder-heading .expert-tags { margin:22px 0; }
.ab-founder-text > p,.ab-team-detail > p { color:#647084; font-size:16px; line-height:1.65; margin:0 0 20px; }
.ab-team { display:grid; grid-template-columns:minmax(0,1fr) minmax(0,1fr); column-gap:64px; align-items:start; }
.ab-team-heading { grid-column:1; grid-row:1; }
.ab-team-heading h2 { margin:0; }
.ab-team-heading .expert-tags { margin:24px 0; }
.ab-team > .team-photo { grid-column:2; grid-row:1 / span 2; width:100%; height:auto; border-radius:18px; }
.ab-team-detail { grid-column:1; grid-row:2; }
.ab-team-detail .metrics { margin-top:30px; }
.ab-history > h2 { margin:0 0 32px; }
.ab-timeline { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:18px; list-style:none; padding:0; margin:0; }
.ab-milestone { min-width:0; padding:28px; border-radius:14px; background:#f0ebff; }
.ab-milestone time { display:block; color:#242e3b; font-size:30px; font-weight:600; }
.ab-milestone h3 { font-size:19px; margin:22px 0 12px; }
.ab-milestone p { margin:0; color:#7f8192; font-size:15px; line-height:1.65; }
.ab-milestone--current { background:var(--purple); color:white; }
.ab-milestone--current time { color:white; }
.ab-milestone--current p { color:#e3d5ff; }
.ab-quote { margin:28px 0 0; padding:24px 28px; border-left:3px solid var(--purple); background:#f0ebff; border-radius:0 12px 12px 0; }
.ab-quote p { color:#6c5b91; font-size:17px; line-height:1.6; margin:0; }
.about-page .video-track { scroll-snap-type:x mandatory; }
.about-page .video-card { scroll-snap-align:start; }
@media(min-width:761px) and (max-width:1100px) {
 .ab-founder-grid,.ab-team { column-gap:30px; }
 .ab-founder-heading h1,.ab-founder-heading h2 { font-size:32px; }
 .ab-founder-text > p,.ab-team-detail > p { font-size:14px; }
 .ab-timeline { grid-template-columns:repeat(2,minmax(0,1fr)); }
 .ab-milestone { padding:24px; }
}
@media(max-width:760px) {
 .ab-intro { padding-top:20px; }
 .ab-intro > .eg-breadcrumbs { margin-bottom:30px; }
 .ab-founder-grid,.ab-team { display:flex; flex-direction:column; gap:0; }
 .ab-founder-heading,.ab-founder-text,.ab-team-heading,.ab-team-detail { width:100%; }
 .ab-founder-heading { order:0; }
 .ab-founder-grid > .founder-photo { order:1; margin:0 0 24px; border-radius:12px; aspect-ratio:660/470; object-fit:cover; object-position:center 35%; }
 .ab-founder-text { order:2; }
 .ab-founder-heading h1,.ab-founder-heading h2 { font-size:30px; line-height:1.2; }
 .ab-founder-heading .eyebrow { font-size:12px; margin-bottom:10px; }
 .ab-founder-heading .expert-tags { margin:18px 0 24px; }
 .about-page .expert-tags { display:flex; flex-wrap:wrap; gap:7px; }
 .about-page .expert-tags span { font-size:11px; max-width:100%; overflow-wrap:anywhere; }
 .ab-founder-text > p,.ab-team-detail > p { font-size:14px; line-height:1.7; }
 .ab-team-heading { order:0; }
 .ab-team > .team-photo { order:1; margin:0 0 24px; border-radius:12px; }
 .ab-team-detail { order:2; }
 .ab-team-detail .metrics { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:12px; }
 .ab-team-detail .metrics > div { min-width:0; }
 .ab-history > h2 { font-size:25px; margin-bottom:26px; }
 .ab-timeline { grid-template-columns:minmax(0,1fr); gap:12px; }
 .ab-milestone { padding:25px 24px; border-radius:12px; }
 .ab-milestone time { font-size:28px; }
 .ab-milestone h3 { margin:18px 0 10px; font-size:18px; }
 .ab-milestone p { font-size:14px; }
 .ab-quote { margin-top:26px; padding:22px 20px; }
 .ab-quote p { font-size:14px; }
 .about-page .video-card { flex-basis:100%; }
 .about-page .video-track { gap:16px; }
 .about-page .section-heading { gap:16px; }
 .about-page .section-heading h2 { font-size:25px; }
 .about-page .slider-controls { flex-shrink:0; gap:8px; }
 .about-page .slider-controls button { width:40px; height:40px; }
 .about-page .blog-grid { gap:24px; }
}
@media(max-width:380px) {
 .about-page .container { width:calc(100% - 32px); }
 .ab-founder-heading h1,.ab-founder-heading h2 { font-size:28px; }
 .ab-milestone { padding:22px 20px; }
 .about-page .footer-grid { grid-template-columns:1fr; }
}

/* Policy layout, matching the supplied editorial page. */
.policy-page { background:radial-gradient(ellipse 100% 850px at 40% 0%,#e7edff,transparent),radial-gradient(ellipse 600px 1600px at 0% 40%,#f7f0ff,transparent),#fff; }
.policy-heading { padding-top:44px; }
.policy-heading h1 { margin:30px 0 32px; font-size:46px; line-height:1.2; letter-spacing:-1px; }
.policy-layout { display:grid; grid-template-columns:240px minmax(0,720px); gap:64px; align-items:start; padding-bottom:24px; }
.policy-sidebar { position:sticky; top:28px; min-width:0; }
.policy-content { min-width:0; color:#626f83; font-size:16px; line-height:1.55; overflow-wrap:break-word; }
.policy-section { scroll-margin-top:28px; }
.policy-section + .policy-section { margin-top:24px; }
.policy-section h2 { font-size:25px; font-weight:500; line-height:1.3; color:#1c2738; margin:0 0 18px; }
.policy-section h3 { font-size:19px; font-weight:500; color:#1c2738; margin:24px 0 18px; scroll-margin-top:28px; }
.policy-section p { margin:0 0 18px; }
.policy-section ul { margin:0 0 24px; padding-left:26px; }
.policy-section li { padding-left:0; }
.policy-page .eg-toc { padding-top:18px; }
.policy-page .eg-toc a { font-size:14px; }
.consent-row .policy-link { color:inherit; font:inherit; text-decoration:underline; text-underline-offset:2px; }
.footer .policy-link { line-height:1.5; }
@media(min-width:761px) and (max-width:1100px) {
 .policy-layout { grid-template-columns:170px minmax(0,1fr); gap:32px; }
 .policy-heading { padding-top:30px; }
 .policy-heading h1 { font-size:38px; }
 .policy-content { font-size:15px; }
 .policy-page .eg-socials { gap:8px; }
 .policy-page .eg-socials a,.policy-page .eg-socials button { width:34px; height:34px; padding:8px; }
}
@media(max-width:760px) {
 .policy-heading { padding-top:20px; }
 .policy-heading h1 { margin:24px 0; font-size:32px; }
 .policy-layout { grid-template-columns:minmax(0,1fr); gap:32px; padding-bottom:12px; }
 .policy-sidebar { position:static; }
 .policy-page .eg-toc { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:0 18px; overflow:visible; padding:10px 0; }
 .policy-page .eg-toc a { display:flex; align-items:center; white-space:normal; min-height:44px; padding:10px 0; font-size:13px; }
 .policy-page .eg-socials { display:flex; margin-top:18px; }
 .policy-page .eg-socials a,.policy-page .eg-socials button { width:44px; height:44px; padding:12px; }
 .policy-content { font-size:15px; line-height:1.65; }
 .policy-section h2 { font-size:24px; margin-bottom:16px; }
 .policy-section h3 { font-size:18px; margin:22px 0 16px; }
 .policy-section + .policy-section { margin-top:30px; }
 .policy-section ul { padding-left:22px; }
 .policy-section p { margin-bottom:16px; }
}
@media(max-width:380px) {
 .policy-page .container { width:calc(100% - 32px); }
 .policy-page .eg-toc { column-gap:12px; }
 .policy-page .eg-toc a { font-size:12px; }
 .policy-content { font-size:14px; }
 .policy-page .footer-grid { grid-template-columns:1fr; }
}

/* End */
/* /local/templates/nobelcode-dev/styles.css?178973141868682 */
