@font-face { font-family: Clash; src: url('../fonts/clash-regular.woff2') format('woff2'); font-style: normal; font-weight: 400; font-display: swap; }
@font-face { font-family: Clash; src: url('../fonts/clash-medium.woff2') format('woff2'); font-style: normal; font-weight: 500; font-display: swap; }
@font-face { font-family: Clash; src: url('../fonts/clash-semibold.woff2') format('woff2'); font-style: normal; font-weight: 600; font-display: swap; }
@font-face { font-family: Clash; src: url('../fonts/clash-bold.woff2') format('woff2'); font-style: normal; font-weight: 700; font-display: swap; }
@font-face { font-family: Clash Brand; src: url('../fonts/clash-brand.woff2') format('woff2'); font-style: normal; font-weight: 700; font-display: swap; }
@font-face { font-family: Clash Button; src: url('../fonts/clash-button.woff2') format('woff2'); font-style: normal; font-weight: 600; font-display: swap; }

:root { --ink: #0a0a0a; --muted: #42444f; --blue: #0059f0; --purple: #371bb5; --line: #dce7f2; --page-width: 1280px; --body-font: Clash, sans-serif; }
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: #fff; font-family: var(--body-font); font-size: 18px; font-weight: 400; line-height: 1.4; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
a:hover { color: var(--purple); }
button { color: inherit; font: inherit; }
img { display: block; max-width: 100%; }
:focus-visible { outline: 3px solid #06a8ef; outline-offset: 3px; }
.page-container { width: min(calc(100% - 80px), var(--page-width)); margin-inline: auto; }

.site-header { position: relative; z-index: 20; height: 86px; background: rgba(255,255,255,.98); border-bottom: 1px solid #e8e8e8; }
.header-inner { width: min(calc(100% - 40px), 1280px); height: 85px; margin-inline: auto; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { flex: 0 0 auto; height: 56px; display: flex; align-items: center; gap: 0; font-family: Clash Button, Clash, sans-serif; font-size: 28px; font-weight: 600; }
.brand img, .footer-brand img { width: 63px; height: 56px; object-fit: contain; }
.primary-nav { flex: 1; }
.primary-nav > ul { display: flex; align-items: center; justify-content: flex-end; gap: clamp(18px, 2vw, 30px); padding: 0; margin: 0; list-style: none; }
.nav-item, .nav-contact { position: relative; }
.nav-item > a, .nav-disclosure summary, .nav-contact > a { display: flex; align-items: center; gap: 8px; min-height: 44px; white-space: nowrap; font-size: clamp(16px, 1.53vw, 22px); line-height: 1.35; }
.nav-disclosure summary { cursor: pointer; list-style: none; }
.nav-disclosure summary::-webkit-details-marker { display: none; }
.chevron { width: 7px; height: 7px; border-right: 1.5px solid #888; border-bottom: 1.5px solid #888; transform: rotate(45deg) translateY(-2px); transition: transform .15s ease; }
.nav-disclosure[open] .chevron { transform: rotate(225deg) translate(-2px,-1px); }
.dropdown { position: absolute; left: -18px; top: 100%; width: 265px; display: grid; gap: 2px; padding: 10px; margin: 0; list-style: none; border: 1px solid #e6e9ef; border-radius: 12px; background: #fff; box-shadow: 0 12px 36px #161c2a20; }
.dropdown a { display: block; padding: 10px 12px; border-radius: 7px; font-size: 16px; line-height: 1.35; }
.dropdown a:hover, .dropdown a:focus-visible { background: #f2f5fc; }
.menu-toggle { display: none; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 50px; padding: 12px 20px; border: 0; border-radius: 8px; font-family: Clash Button, Clash, sans-serif; font-size: 16px; font-weight: 600; line-height: 1.2; transition: transform .15s ease, box-shadow .15s ease; }
.button:hover { transform: translateY(-1px); box-shadow: 0 5px 16px #07155324; }
.button-primary { color: #fff; background: var(--blue); }
.button-primary:hover, .button-dark:hover { color: white; }
.button-dark { color: #fff; background: #111; }
.button-muted { color: var(--ink); background: #eef0f5; }
.button-light { color: var(--purple); background: #5fe3dd; }

.home-hero { position: relative; isolation: isolate; display: grid; grid-template-columns: 1fr 1fr; align-items: start; width: min(calc(100% - 80px), 1280px); min-height: 861px; padding: 40px 0 60px; margin: 0 auto; }
.home-hero::before { position: absolute; z-index: -1; inset: 0; content: ''; background: var(--hero-pattern) center / 100% 100% no-repeat; opacity: .78; }
.home-hero-copy { width: 100%; max-width: 550px; align-self: center; padding: 0 0 0 0; }
.home-hero h1 { margin: 0 0 24px; max-width: 550px; font-size: clamp(48px, 4.31vw, 62px); font-weight: 700; line-height: 1; letter-spacing: -.035em; }
.home-hero h1 span { color: var(--purple); }
.home-hero p { max-width: 500px; margin: 0 0 16px; font-size: 20px; line-height: 1.3; }
.home-hero .button { margin-top: 8px; }
.home-hero-image { position: absolute; z-index: -1; top: 40px; right: 0; width: 49.4%; height: calc(100% - 100px); object-fit: cover; object-position: center 35%; border-radius: 16px; }
.hero-video-section { position: relative; z-index: 2; width: min(calc(100% - 80px), 1280px); margin: -1px auto 0; padding: 0; }
.hero-video-frame { position: relative; overflow: hidden; aspect-ratio: 16 / 9; border: 1px solid #181a21; border-radius: 18px; background: #101116; }
.hero-video { width: 100%; height: 100%; object-fit: cover; }
.video-play { position: absolute; top: 50%; left: 50%; width: 68px; height: 68px; display: grid; place-items: center; padding-left: 5px; border: 0; border-radius: 15px; color: #fff; background: #371bb5; font-size: 27px; transform: translate(-50%,-50%); cursor: pointer; }
.video-play:hover { background: #0059f0; }
.video-play[hidden] { display: none; }
html:not(.has-js) .video-play { display: none; }
.video-caption { position: absolute; right: 28px; bottom: 22px; left: 28px; margin: 0; color: white; font-size: 20px; font-weight: 600; text-shadow: 0 1px 8px #000a; pointer-events: none; }
.home-partners { overflow: hidden; display: flex; align-items: center; width: min(calc(100% - 160px),1280px); min-height: 312px; margin: -1px auto 0; padding: 50px 0; border-radius: 22px; background: linear-gradient(105deg,#3f23bd 0%,#6358d7 50%,#3920b7 100%); }
.home-partner-track { width: max-content; display: flex; align-items: center; gap: 46px; animation: ticker 32s linear infinite; }
.home-partner-track img { width: auto; height: 64px; max-width: 176px; object-fit: contain; flex: 0 0 auto; }
@keyframes ticker { to { transform: translateX(-50%); } }
.benefits-section { padding-top: 150px; padding-bottom: 0; }
.benefits-section > h2, .story-copy h2, .testimonials-section h2, .about-page h2 { margin: 0; font-size: 40px; line-height: 1.12; font-weight: 600; letter-spacing: -.025em; }
.benefits-section > h2 { margin-bottom: 78px; text-align: center; }
.benefits-section > h2 span { color: var(--blue); }
.benefit-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 8px 16px; padding-bottom: 140px; }
.benefit-card { min-height: 240px; padding: 24px 20px; border-radius: 13px; color: white; background: linear-gradient(140deg, #3065e9 0%, #371bb5 92%); }
.benefit-card img { width: 42px; height: 42px; padding: 9px; border-radius: 50%; background: white; object-fit: contain; }
.benefit-card h3 { margin: 16px 0 8px; font-size: 24px; font-weight: 600; line-height: 1.15; }
.benefit-card p { margin: 0; font-size: 18px; line-height: 1.3; }
.story-section { display: grid; gap: 28px; padding: 0 0 100px; }
.story-card { min-height: 600px; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 28px; padding: 24px; border: 1px solid #e5e8ed; border-radius: 20px; box-shadow: 0 4px 20px #11111112; }
.story-copy { padding: 28px 16px; }
.story-icon { width: 47px; height: 47px; object-fit: contain; margin-bottom: 14px; }
.story-copy h2 { max-width: 500px; margin-bottom: 22px; }
.story-copy p { margin: 0; max-width: 510px; font-size: 20px; line-height: 1.3; }
.story-image { width: 100%; height: 440px; object-fit: cover; border-radius: 16px; }
.testimonials-section { padding: 50px 0 76px; text-align: center; }
.testimonials-section h2 { margin-bottom: 10px; }
.section-subtitle { max-width: 700px; margin: 0 auto; color: #42444f; font-size: 20px; line-height: 1.3; text-align: center; }
.testimonial-carousel { position: relative; min-height: 335px; display: flex; align-items: center; justify-content: center; margin: 50px 64px 20px; }
.testimonial-track { position: relative; width: 100%; height: 300px; }
.testimonial-track { overflow: hidden; }
.testimonial-card { position: absolute; top: 50%; left: 50%; width: min(48%, 560px); min-height: 260px; padding: 18px; display: flex; flex-direction: column; align-items: center; justify-content: center; border-radius: 12px; background: #fff; transform: translate(-50%,-50%); transition: opacity .25s ease, transform .25s ease; }
.testimonial-card.is-current { z-index: 2; opacity: 1; }
.testimonial-card.is-prev { transform: translate(-144%,-50%) scale(.8); opacity: .7; }
.testimonial-card.is-next { transform: translate(44%,-50%) scale(.8); opacity: .7; }
.testimonial-card.is-away { opacity: 0; pointer-events: none; }
.testimonial-logo { width: 126px; height: 44px; margin: 0 auto 18px; object-fit: contain; }
.testimonial-card blockquote { margin: 0; color: #42444f; font-size: 17px; line-height: 1.3; }
.testimonial-role, .testimonial-client { margin: 14px 0 0; font-size: 16px; }
.testimonial-client { margin-top: 3px; color: #00e; font-weight: 500; }
.carousel-arrow { position: absolute; z-index: 3; top: 50%; width: 44px; height: 44px; padding: 0; border: 0; border-radius: 50%; background: transparent; transform: translateY(-50%); cursor: pointer; }
.carousel-arrow img { width: 44px; height: 44px; }
.carousel-arrow.previous { left: -52px; }
.carousel-arrow.next { right: -52px; }
.carousel-dots { display: flex; align-items: center; justify-content: center; gap: 10px; }
.carousel-dots button { width: 8px; height: 8px; padding: 0; border: 0; border-radius: 50%; background: #d4d8ff; cursor: pointer; }
.carousel-dots button[aria-current="true"] { background: #371bb5; }
html:not(.has-js) .testimonial-track { height: auto; display: grid; gap: 20px; }
html:not(.has-js) .testimonial-card { position: static; width: 100%; min-height: 0; opacity: 1; transform: none; }
html:not(.has-js) .carousel-arrow, html:not(.has-js) .carousel-dots { display: none; }
.home-cta { min-height: 510px; display: grid; place-items: center; padding: 60px 36px; background: #fff; }
.home-cta-card { width: min(100%, 1368px); min-height: 392px; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 62px 30px; border-radius: 22px; color: white; background: linear-gradient(108deg,#0561e8,#371bb5); position: relative; overflow: hidden; text-align: center; }
.home-cta-card::before, .secondary-cta-card::before, .about-contact::before { position: absolute; inset: 0; content: ''; background: var(--cta-pattern) center/cover no-repeat; opacity: .24; pointer-events: none; }
.home-cta-card > *, .secondary-cta-card > *, .about-contact-copy > * { position: relative; }
.home-cta-card h2 { max-width: 820px; margin: 0 0 12px; font-size: 30px; line-height: 1.3; font-weight: 600; }
.home-cta-card p { margin: 0 0 26px; font-size: 22px; color: #e2e7ff; }
.secondary-cta { padding: 40px 20px 78px; display: flex; justify-content: center; }
.secondary-cta-card { position: relative; overflow: hidden; width: min(900px,100%); min-height: 320px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 26px; padding: 46px; border: 2px solid #91a5fe; border-radius: 24px; color: #fff; background: #0059f0; text-align: center; box-shadow: 0 0 12px #101b331f; }
.secondary-cta-card h2 { max-width: 780px; margin: 0; font-size: 30px; line-height: 1.3; font-weight: 400; }

.about-hero { min-height: 752px; display: flex; flex-direction: column; align-items: center; justify-content: flex-start; padding-top: 94px; }
.about-hero-title { width: 100%; min-height: 218px; padding-top: 2px; background: url('../images/grid-light.png') center top / 100% 100% no-repeat; text-align: center; }
.about-hero-title h1 { margin: 0 auto; font-size: 62px; font-weight: 700; line-height: 1; letter-spacing: -.035em; }
.about-hero-title h1 span { color: #371bb5; }
.about-hero-copy { width: min(100%, 1000px); margin-top: 64px; padding: 38px 54px; border: 1px solid #e4e7eb; border-radius: 22px; background: #fff; box-shadow: 0 8px 25px #14192116; }
.about-hero-copy h2 { margin: 0 0 20px; font-size: 30px; line-height: 1.3; font-weight: 600; }
.about-hero-copy p { margin: 0 0 18px; font-size: 20px; line-height: 1.3; }
.about-hero-copy p:last-child { margin-bottom: 0; }
.audiences-section { padding-top: 0; }
.about-page .audiences-section > h2, .about-page .products-section > h2, .about-page .advantages-section > h2 { text-align: center; }
.audiences-section > h2 { max-width: 700px; margin: 0 auto 34px; }
.audience-grid, .advantages-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px 20px; max-width: 1000px; margin: 0 auto; }
.audience-card, .advantage-card { min-height: 132px; position: relative; padding: 20px 22px 18px; border: 1px solid #dce7f2; border-radius: 13px; }
.audience-card img, .advantage-card img { width: 24px; height: 24px; margin-bottom: 8px; object-fit: contain; }
.audience-card h3, .advantage-card h3 { margin: 0 0 3px; font-size: 18px; line-height: 1.4; font-weight: 500; }
.audience-card p, .advantage-card p { margin: 0; font-size: 17px; line-height: 1.3; }
.products-section { padding-top: 104px; }
.products-section .section-subtitle { margin-top: 14px; }
.products-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 8px; max-width: 1000px; margin: 34px auto 0; }
.product-pill { min-height: 52px; display: flex; align-items: center; justify-content: center; padding: 12px 14px; border-radius: 9px; color: #fff; background: linear-gradient(100deg,#2871ee,#371bb5); font-size: 16px; text-align: center; }
.advantages-section { padding-top: 105px; }
.advantages-section > h2 { margin-bottom: 32px; }
.advantage-card { min-height: 144px; }
.about-links { display: flex; justify-content: flex-end; gap: 8px; max-width: 1000px; margin: 12px auto 0; }
.about-links .button { min-height: 38px; padding: 8px 14px; font-size: 13px; }
.team-intro { padding-top: 86px; text-align: center; }
.team-intro h2 { margin-bottom: 12px; }
.team-intro p { max-width: 760px; margin: 0 auto; font-size: 18px; line-height: 1.3; }
.partners-section { overflow: hidden; padding: 90px 0 45px; }
.partners-section > .page-container { margin-bottom: 40px; }
.partners-section h2 { text-align: center; }
.partner-marquee { overflow: hidden; }
.partner-track { width: max-content; display: flex; align-items: center; gap: 42px; animation: ticker 34s linear infinite; }
.partner-track img { flex: 0 0 auto; width: auto; max-width: 200px; height: 44px; object-fit: contain; }
.team-section { padding-top: 0; padding-bottom: 64px; }
.team-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 44px 36px; }
.team-card { overflow: hidden; align-self: start; border-radius: 14px; background: white; box-shadow: 0 4px 18px #121b2a14; }
.team-card > img { width: 100%; aspect-ratio: 1; object-fit: cover; }
.team-card-copy { min-height: 170px; padding: 22px 24px 24px; }
.team-card h3 { margin: 0 0 4px; font-size: 24px; line-height: 1.15; font-weight: 600; }
.team-card-copy p { margin: 0; font-size: 16px; line-height: 1.4; }
.team-card-copy .team-role { margin-bottom: 8px; font-weight: 600; }
.team-toggle { display: none; margin: 20px auto 0; cursor: pointer; }
.team-extra { display: block; }
.has-js .team-toggle { display: block; }
.has-js .team-extra { display: none; }
.team-extra.is-visible { display: block; }
.team-extra[hidden] { display: none; }
.mission-section { display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 50px; padding-top: 64px; padding-bottom: 90px; }
.mission-copy h2 { margin-bottom: 24px; }
.mission-copy p { margin: 0 0 18px; font-size: 20px; line-height: 1.3; }
.stats-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 14px; }
.stat { text-align: center; }
.stat-value { margin: 0; color: #371bb5; font-size: 44px; line-height: 1.2; font-weight: 600; }
.stat p:last-child { margin: 8px 0 0; font-size: 17px; }
.about-contact { position: relative; overflow: hidden; width: min(calc(100% - 72px),1368px); min-height: 424px; margin: 20px auto 82px; padding: 64px 24px; display: grid; place-items: center; border-radius: 20px; color: #fff; background: linear-gradient(110deg,#0060ef,#371bb5); text-align: center; }
.about-contact-copy { position: relative; max-width: 660px; }
.about-contact h2 { font-size: 30px; font-weight: 600; }
.about-contact p { margin: 20px 0 28px; font-size: 30px; line-height: 1.3; }
.circle-partner { display: flex; align-items: center; justify-content: center; gap: 30px; padding: 0 0 74px; }
.circle-partner > img { width: 116px; max-height: 50px; object-fit: contain; }
.circle-partner h2 { margin-bottom: 12px; font-size: 30px; }
.circle-partner a { font-size: 20px; }

.site-footer { width: min(calc(100% - 40px),1180px); margin: 0 auto; padding: 0 32px; background: #fff; }
.footer-main { position: relative; min-height: 832px; display: block; padding: 60px 0; border-top: 1px solid #ddd; }
.footer-company { display: flex; flex-direction: column; align-items: flex-start; gap: 24px; }
.footer-brand { width: 112px; height: 56px; }
.footer-brand { display: flex; align-items: center; gap: 4px; font-family: Clash Button, Clash, sans-serif; font-size: 27px; font-weight: 600; }
.footer-company address { margin: 0; font-style: normal; font-size: 20px; line-height: 1.3; }
.footer-phone { display: flex; align-items: center; gap: 14px; font-size: 20px; }
.footer-phone img { object-fit: contain; }
.social-links { display: flex; gap: 20px; }
.social-links a, .social-links img { width: 30px; height: 30px; }
.footer-column { display: flex; flex-direction: column; align-items: flex-start; gap: 14px; }
.footer-column h2 { margin: 0 0 6px; color: #42444f; font-size: 24px; font-weight: 600; }
.footer-column a { font-size: 22px; line-height: 1.35; }
.footer-nav { position: absolute; top: 360px; right: 0; left: 0; display: flex; justify-content: space-between; }
.footer-nav .footer-column:first-child { width: 280px; }
.footer-nav .footer-column:nth-child(2), .footer-nav .footer-column:nth-child(3) { width: 137px; }
.footer-score { position: absolute; top: 60px; right: 0; display: block; width: 49%; }
.footer-score img { width: 100%; height: auto; }
.footer-copyright { padding: 26px 0 32px; border-top: 1px solid #ddd; text-align: center; font-size: 20px; }

@media (max-width: 1100px) {
  .header-inner { width: calc(100% - 40px); }
  .primary-nav > ul { gap: 16px; }
  .nav-item > a, .nav-disclosure summary, .nav-contact > a { font-size: 16px; }
  .brand { flex-basis: 55px; }
  .brand img { width: 55px; }
  .home-hero h1, .about-hero-title h1 { font-size: 52px; }
  .benefit-card { padding: 20px 16px; }
  .benefit-card h3 { font-size: 21px; }
  .story-card { min-height: 500px; }
  .footer-main { min-height: 0; display: flex; flex-direction: column; gap: 42px; }
  .footer-nav { position: static; gap: 24px; }
  .footer-nav .footer-column:first-child, .footer-nav .footer-column:nth-child(2), .footer-nav .footer-column:nth-child(3) { width: auto; flex: 1; }
  .footer-score { position: static; order: -1; width: 230px; align-self: center; }
}
@media (max-width: 800px) {
  .home-hero { align-items: start; }
  .home-partners { width: calc(100% - 40px); }
  .team-extra, .has-js .team-extra { display: block; }
  .team-toggle, .has-js .team-toggle { display: none; }
  .site-header, .header-inner { height: 100px; }
  .menu-toggle { width: 40px; height: 40px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 5px; padding: 0; border: 0; background: transparent; cursor: pointer; }
  .menu-toggle span { width: 19px; height: 1px; display: block; background: #42444f; }
  .primary-nav { position: static; display: block; max-height: none; overflow: visible; padding: 0; border: 0; background: white; box-shadow: none; }
  .has-js .menu-toggle { display: flex; }
  .has-js .primary-nav { position: absolute; top: 99px; right: 0; left: 0; display: none; max-height: calc(100dvh - 100px); overflow-y: auto; padding: 14px 20px 22px; border-bottom: 1px solid #e5e5e5; background: white; box-shadow: 0 12px 22px #15151510; }
  .has-js .primary-nav.is-open { display: block; }
  .primary-nav > ul { flex-direction: column; align-items: stretch; gap: 0; }
  .nav-item > a, .nav-disclosure summary, .nav-contact > a { min-height: 45px; justify-content: space-between; font-size: 19px; }
  .nav-disclosure { border-bottom: 1px solid #f0f1f3; }
  .nav-disclosure[open] { padding-bottom: 7px; }
  .dropdown { position: static; width: 100%; padding: 0 0 0 14px; border: 0; border-radius: 0; box-shadow: none; }
  .dropdown a { padding: 9px 10px; font-size: 16px; }
}
@media (max-width: 800px) {
  body { font-size: 18px; }
  .page-container { width: calc(100% - 40px); }
  .site-header, .header-inner { height: 75px; }
  .header-inner { width: calc(100% - 40px); }
  .brand { flex-basis: 55px; height: 50px; }
  .brand img { width: 55px; height: 50px; }
  .has-js .menu-toggle { width: 40px; height: 40px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 5px; padding: 0; border: 0; background: transparent; cursor: pointer; }
  .menu-toggle span { width: 19px; height: 1px; display: block; background: #42444f; transition: transform .18s ease, opacity .18s ease; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(6px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-6px) rotate(-45deg); }
  .primary-nav { position: static; display: block; max-height: none; overflow: visible; padding: 0; border: 0; background: white; box-shadow: none; }
  .has-js .primary-nav { position: absolute; top: 74px; right: 0; left: 0; display: none; max-height: calc(100dvh - 75px); overflow-y: auto; padding: 14px 20px 22px; border-bottom: 1px solid #e5e5e5; background: white; box-shadow: 0 12px 22px #15151510; }
  .has-js .primary-nav.is-open { display: block; }
  .primary-nav > ul { display: flex; flex-direction: column; align-items: stretch; gap: 0; }
  .nav-item > a, .nav-disclosure summary, .nav-contact > a { min-height: 45px; justify-content: space-between; font-size: 19px; }
  .nav-disclosure { border-bottom: 1px solid #f0f1f3; }
  .nav-disclosure[open] { padding-bottom: 7px; }
  .dropdown { position: static; width: 100%; padding: 0 0 0 14px; border: 0; border-radius: 0; box-shadow: none; }
  .dropdown a { padding: 9px 10px; font-size: 16px; }
  .home-hero { width: calc(100% - 40px); display: flex; flex-direction: column; align-items: stretch; padding: 56px 0 50px; }
  .home-hero::before { background-size: 100% auto; background-position: center top; }
  .home-hero-copy { max-width: none; }
  .home-hero h1 { max-width: 100%; margin-bottom: 18px; font-size: 42px; line-height: 1; }
  .home-hero p { margin-bottom: 16px; font-size: 18px; line-height: 1.3; }
  .home-hero .button { margin-top: 10px; }
  .home-hero-image { position: static; z-index: 0; width: 100%; height: auto; aspect-ratio: 1; margin-top: 30px; object-fit: cover; }
  .hero-video-section { width: calc(100% - 40px); margin-top: 48px; }
  .hero-video-frame { aspect-ratio: 16 / 9; border-radius: 12px; }
  .video-play { width: 44px; height: 44px; border-radius: 11px; font-size: 19px; }
  .video-caption { right: 10px; bottom: 10px; left: 10px; font-size: 14px; }
  .home-partners { width: calc(100% - 40px); min-height: 144px; padding: 40px 0; }
  .home-partner-track { gap: 44px; }
  .home-partner-track img { height: 64px; max-width: 128px; }
  .benefits-section { padding-top: 64px; }
  .benefits-section > h2, .story-copy h2, .testimonials-section h2, .about-page h2 { font-size: 32px; line-height: 1.15; }
  .benefits-section > h2 { margin-bottom: 36px; }
  .benefit-grid { grid-template-columns: 1fr; gap: 12px; padding-bottom: 60px; }
  .benefit-card { min-height: 0; padding: 24px; }
  .benefit-card h3 { margin-top: 15px; font-size: 22px; }
  .benefit-card p { font-size: 16px; }
  .story-section { gap: 22px; padding-bottom: 60px; }
  .story-card { min-height: 0; grid-template-columns: 1fr; gap: 10px; padding: 18px; border-radius: 16px; }
  .story-image-left .story-image { order: 2; }
  .story-image-left .story-copy { order: 1; }
  .story-copy { padding: 8px 2px 12px; }
  .story-copy h2 { margin-bottom: 14px; }
  .story-copy p { font-size: 18px; }
  .story-image { height: auto; aspect-ratio: 1.25; }
  .testimonials-section { padding: 36px 0 58px; }
  .section-subtitle { font-size: 16px; }
  .testimonial-carousel { min-height: 470px; margin: 28px 22px 14px; }
  .testimonial-track { height: 440px; }
  .testimonial-card { width: 100%; min-height: 390px; padding: 20px 12px; }
  .testimonial-card.is-prev, .testimonial-card.is-next { opacity: 0; }
  .testimonial-card blockquote { font-size: 16px; }
  .carousel-arrow { width: 36px; height: 36px; }
  .carousel-arrow img { width: 36px; height: 36px; }
  .carousel-arrow.previous { left: -32px; }
  .carousel-arrow.next { right: -32px; }
  .home-cta { min-height: 0; padding: 0 10px 24px; }
  .home-cta-card { min-height: 392px; padding: 50px 24px; border-radius: 14px; }
  .home-cta-card h2 { font-size: 27px; }
  .home-cta-card p { font-size: 21px; }
  .secondary-cta { padding: 20px 36px 45px; }
  .secondary-cta-card { min-height: 319px; gap: 28px; padding: 40px 28px; }
  .secondary-cta-card h2 { font-size: 26px; }
  .about-hero { width: 100%; min-height: 0; padding: 100px 20px 38px; }
  .about-hero-title { min-height: 0; padding: 34px 8px 16px; background-size: auto 100%; }
  .about-hero-title h1 { font-size: 42px; line-height: 1; }
  .about-hero-copy { margin-top: 40px; padding: 32px 22px; border-radius: 16px; }
  .about-hero-copy h2 { margin-bottom: 16px; font-size: 22px; line-height: 1.3; }
  .about-hero-copy p { margin-bottom: 16px; font-size: 16px; line-height: 1.3; }
  .audiences-section { padding-top: 18px; }
  .audiences-section > h2 { margin-bottom: 20px; }
  .audience-grid, .advantages-grid { grid-template-columns: 1fr; gap: 10px; }
  .audience-card, .advantage-card { min-height: 124px; padding: 15px 16px; }
  .audience-card h3, .advantage-card h3 { font-size: 16px; }
  .audience-card p, .advantage-card p { font-size: 14px; }
  .products-section { padding-top: 80px; }
  .products-section .section-subtitle { font-size: 14px; }
  .products-grid { gap: 8px; margin-top: 24px; }
  .product-pill { min-height: 43px; padding: 9px 8px; font-size: 12px; }
  .advantages-section { padding-top: 80px; }
  .advantages-section > h2 { margin-bottom: 22px; }
  .about-links { justify-content: flex-end; margin-top: 10px; }
  .team-intro { padding-top: 88px; }
  .team-intro h2 { margin-bottom: 8px; }
  .team-intro p { font-size: 14px; }
  .partners-section { padding: 88px 0 0; }
  .partners-section > .page-container { margin-bottom: 32px; }
  .partner-track { gap: 34px; }
  .partner-track img { max-width: 151px; height: 34px; }
  .team-section { padding-top: 0; padding-bottom: 40px; }
  .team-grid { grid-template-columns: 1fr; gap: 40px; }
  .team-card { min-height: 480px; padding: 24px; border-radius: 15px; box-shadow: none; }
  .team-card > img { aspect-ratio: 1; border-radius: 10px; }
  .team-card-copy { min-height: 0; padding: 28px 0 0; }
  .team-card h3 { font-size: 24px; }
  .team-card-copy p { font-size: 16px; }
  .team-extra, .has-js .team-extra { display: block; }
  .team-toggle { display: none; }
  .mission-section { grid-template-columns: 1fr; gap: 36px; padding-top: 10px; padding-bottom: 55px; }
  .mission-copy h2 { margin-bottom: 20px; }
  .mission-copy p { margin-bottom: 18px; font-size: 18px; }
  .stats-grid { gap: 8px; }
  .stat-value { font-size: 30px; }
  .stat p:last-child { font-size: 13px; }
  .about-contact { width: calc(100% - 20px); min-height: 541px; margin: 20px auto 80px; padding: 60px 22px; border-radius: 14px; }
  .about-contact h2 { font-size: 30px; }
  .about-contact p { margin: 18px 0 28px; font-size: 30px; }
  .circle-partner { width: calc(100% - 84px); align-items: flex-start; gap: 18px; padding-bottom: 40px; }
  .circle-partner > img { flex: 0 0 78px; width: 78px; }
  .circle-partner h2 { font-size: 22px; }
  .circle-partner a { overflow-wrap: anywhere; font-size: 15px; }
  .site-footer { width: 100%; padding: 0 20px; }
  .footer-main { min-height: 0; gap: 42px; padding: 40px 0; }
  .footer-nav { flex-direction: column; gap: 42px; }
  .footer-company { gap: 20px; }
  .footer-company address { font-size: 18px; }
  .footer-phone { font-size: 18px; }
  .social-links { gap: 20px; }
  .footer-score { width: 220px; }
  .footer-column { gap: 12px; }
  .footer-column h2 { font-size: 20px; }
  .footer-column a { font-size: 18px; }
  .footer-copyright { padding: 26px 0 30px; font-size: 16px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
@media (max-width: 800px) {
  html:not(.has-js) .site-header { height: auto; }
  html:not(.has-js) .header-inner { height: auto; flex-wrap: wrap; padding-block: 12px; }
  html:not(.has-js) .primary-nav { flex-basis: 100%; padding: 10px 0; }
}
@media (min-width: 701px) and (max-width: 800px) {
  .site-header, .header-inner { height: 100px; }
  .has-js .primary-nav { top: 99px; max-height: calc(100dvh - 100px); }
  .home-partners { min-height: 96px; padding-block: 24px; }
}

/* Product and solution landing pages */
.landing-page { --accent: #00f; --body: #42444f; }
.landing-page p, .landing-page li { color: var(--body); font-size: 20px; line-height: 1.3; }
.landing-page h1 span { color: var(--accent); }
.landing-page h2 { margin: 0 0 20px; font-size: 40px; font-weight: 600; line-height: 1.12; letter-spacing: -.025em; }
.landing-page h3 { margin: 0 0 12px; font-size: 24px; font-weight: 600; line-height: 1.15; }
.landing-page ul { margin: 0; padding-left: 22px; }
.landing-copy > p { margin: 0 0 16px; }
.landing-buttons { display: flex; flex-wrap: wrap; gap: 15px; margin-top: 12px; }
.landing-buttons .button-dark { background: #222; }
.landing-buttons .button-muted { color: var(--body); background: #ebebeb; }
.landing-hero { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr); align-items: center; gap: 56px; max-width: 1116px; padding: 48px 0 100px; }
.landing-hero h1 { margin: 0 0 24px; font-size: clamp(42px, 4.2vw, 60px); font-weight: 700; line-height: 1; letter-spacing: -.01em; }
.landing-hero-image { width: 100%; height: 600px; object-fit: cover; border-radius: 20px; }
.landing-hero.image-left .landing-hero-image { order: -1; }
.landing-hero-centered { grid-template-columns: minmax(0, 1fr); max-width: 900px; text-align: center; }
.landing-hero-centered .landing-buttons { justify-content: center; }
.landing-logos { max-width: 1116px; padding-bottom: 100px; }
.landing-logos .partner-marquee { mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent); }
.landing-quote { max-width: 1116px; padding-bottom: 100px; text-align: center; }
.landing-quote img { width: 100%; margin-bottom: 40px; border-radius: 20px; }
.landing-quote blockquote { max-width: 860px; margin: 0 auto 16px; }
.landing-quote blockquote p { margin: 0; color: var(--ink); font-size: 24px; font-weight: 500; line-height: 1.3; }
.landing-quote-author { margin: 0; }
.landing-cards { max-width: 1116px; padding-bottom: 100px; }
.landing-card-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; }
.landing-card { padding: 28px; border: 1px solid #3011b840; border-radius: 12px; background: #fff; box-shadow: 0 4px 20px #11111112; }
.landing-card p { margin: 0; font-size: 16px; }
.landing-card li { font-size: 16px; line-height: 1.4; }
.landing-card-image { width: calc(100% + 56px); max-width: none; aspect-ratio: 4 / 3; margin: -28px -28px 20px; object-fit: cover; border-radius: 12px 12px 0 0; }
.landing-card-icon { width: 40px; height: 40px; margin-bottom: 16px; object-fit: contain; }
.cards-gradient { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.2fr); align-items: start; gap: 56px; }
.cards-gradient .landing-cards-intro { position: sticky; top: 20px; }
.cards-gradient .landing-card-grid { grid-template-columns: minmax(0, 1fr); gap: 20px; }
.cards-gradient .landing-card { position: sticky; top: 20px; border: 0; background: linear-gradient(139deg, #0058f0, #371bb5); }
.cards-gradient .landing-card h3, .cards-gradient .landing-card p, .cards-gradient .landing-card li { color: #fff; }
.landing-rows { display: grid; gap: 80px; max-width: 1116px; padding-bottom: 100px; }
.landing-rows-intro { text-align: center; }
.landing-row { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); align-items: center; gap: 56px; }
.landing-row > img { width: 100%; max-height: 520px; object-fit: cover; border-radius: 20px; }
.landing-row.image-right > img { order: 1; }
.rows-compact { max-width: 860px; gap: 60px; }
.rows-compact .landing-row { grid-template-columns: 320px minmax(0, 1fr); gap: 32px; }
.rows-compact .landing-row > img { height: 240px; object-fit: contain; }
.landing-demo { padding: 100px 40px; background: #f8f8fe; }
.landing-demo-card { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 56px; max-width: 1116px; margin: 0 auto; padding: 80px 72px; border-radius: 32px; background: #fff; box-shadow: 0 0 0 1px #0000000a, 0 12px 35px #0c296226; }
.landing-demo h2 { color: #3011b8; font-size: 30px; line-height: 1.3; }
.landing-demo p { margin: 0 0 16px; font-size: 16px; line-height: 1.4; }
.button-demo { margin-top: 16px; color: #fff; background: #24059e; }
.button-demo:hover { color: #fff; }
@media (max-width: 800px) {
  .landing-hero, .landing-row, .rows-compact .landing-row, .cards-gradient, .landing-demo-card { grid-template-columns: minmax(0, 1fr); gap: 32px; }
  .landing-hero { padding: 32px 0 64px; }
  .landing-hero-image { height: 360px; }
  .landing-row > img, .landing-row.image-right > img { order: -1; }
  .landing-card-grid { grid-template-columns: minmax(0, 1fr); }
  .cards-gradient .landing-cards-intro, .cards-gradient .landing-card { position: static; }
  .landing-page h2 { font-size: 32px; }
  .landing-page p, .landing-page li { font-size: 18px; }
  .landing-demo { padding: 60px 20px; }
  .landing-demo-card { padding: 40px 24px; }
}
@media (min-width: 801px) and (max-width: 1100px) {
  .landing-card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

/* Contact pages */
.visually-hidden { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.contact-page { background: url('../images/grid-light.png') center top / 100% auto repeat-y; }
.contact-main { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.4fr); align-items: start; gap: 56px; max-width: 1000px; padding: 90px 0 110px; }
.contact-info h1 { margin: 0 0 28px; font-size: clamp(36px, 3.4vw, 48px); font-weight: 700; line-height: 1.05; letter-spacing: -.02em; background: linear-gradient(90deg, #0059f0, #371bb5); -webkit-background-clip: text; background-clip: text; color: transparent; }
.contact-details { display: grid; gap: 18px; margin: 0; padding: 0; list-style: none; }
.contact-details li { display: flex; align-items: flex-start; gap: 12px; color: var(--muted); font-size: 16px; line-height: 1.4; }
.contact-details svg { flex: 0 0 20px; width: 20px; height: 20px; fill: var(--ink); }
.contact-details a { text-decoration: underline; }
.contact-form { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.contact-form input, .contact-form textarea { width: 100%; padding: 14px; border: 1px solid #dee2e6; border-radius: 8px; background: #f3f3f3; color: var(--ink); font: 16px/1.4 var(--body-font); }
.contact-form textarea { resize: vertical; }
.contact-message, .contact-submit, .contact-status { grid-column: 1 / -1; }
.contact-submit { width: 100%; color: #fff; background: linear-gradient(54deg, #0059f0 23%, #371bb5 77%); cursor: pointer; }
.contact-submit:disabled { opacity: .6; cursor: progress; }
.contact-status { min-height: 1.4em; margin: 0; font-size: 16px; }
.contact-status[data-state="ok"] { color: #0a7a3d; }
.contact-status[data-state="error"] { color: #b3261e; }
.contact-calendly { max-width: 1000px; padding-bottom: 80px; }
.contact-or { display: flex; align-items: center; gap: 16px; margin: 0 0 24px; color: var(--muted); }
.contact-or::before, .contact-or::after { flex: 1; height: 1px; content: ''; background: #cfd3da; }
.contact-calendly iframe { width: 100%; height: 700px; border: 0; }
@media (max-width: 800px) {
  .contact-main { grid-template-columns: minmax(0, 1fr); gap: 32px; padding: 48px 0 64px; }
  .contact-form { grid-template-columns: minmax(0, 1fr); }
}
