:root {
  --ink: #101828;
  --body: #475467;
  --muted: #667085;
  --line: #e7eaf0;
  --soft: #f6f8fb;
  --blue: #2155e7;
  --blue-dark: #173a9e;
  --blue-soft: #edf3ff;
  --coral: #ff785a;
  --white: #fff;
  --radius-xl: 32px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --shadow: 0 24px 80px rgba(42, 58, 97, .1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font: 15px/1.65 Manrope, Arial, sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; }
.container { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }

.site-header { position: sticky; top: 0; z-index: 20; padding: 14px 0; background: rgba(255,255,255,.88); border-bottom: 1px solid rgba(231,234,240,.8); backdrop-filter: blur(18px); }
.header-inner { min-height: 54px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; }
.brand-sign { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 14px; background: linear-gradient(145deg, #2866f3, #163cb8); color: #fff; font-size: 13px; font-weight: 800; letter-spacing: -.09em; box-shadow: 0 8px 22px rgba(33,85,231,.25); }
.brand-copy { display: grid; line-height: 1.12; }
.brand-copy b { font-size: 16px; font-weight: 800; letter-spacing: -.02em; }
.brand-copy small { margin-top: 4px; color: var(--muted); font-size: 9px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.desktop-nav { display: flex; align-items: center; gap: 32px; }
.desktop-nav a { color: #344054; text-decoration: none; font-size: 13px; font-weight: 650; transition: color .2s; }
.desktop-nav a:hover { color: var(--blue); }
.header-phone { padding: 11px 16px; border-radius: 14px; background: var(--soft); text-decoration: none; font-size: 13px; font-weight: 800; }
.header-phone span { display: none; }

.hero { padding: 24px 0 0; }
.hero-shell { position: relative; min-height: 630px; display: flex; align-items: center; overflow: hidden; border-radius: var(--radius-xl); background: linear-gradient(120deg, #f5f8ff 0%, #fff 65%); box-shadow: inset 0 0 0 1px rgba(220,227,239,.75); }
.hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-shell::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.88) 34%, rgba(255,255,255,.13) 67%, rgba(255,255,255,0) 100%); }
.hero-content { position: relative; z-index: 2; width: 59%; padding: 68px; }
.hero-label { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 26px; color: #344054; font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.hero-label span { width: 8px; height: 8px; border-radius: 50%; background: var(--coral); box-shadow: 0 0 0 5px rgba(255,120,90,.13); }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 720px; margin-bottom: 26px; font-size: clamp(50px, 5.3vw, 76px); line-height: 1.03; letter-spacing: -.058em; font-weight: 750; }
h1 em { color: var(--blue); font-style: normal; }
.hero-content > p { max-width: 565px; margin-bottom: 35px; color: var(--body); font-size: 18px; line-height: 1.7; }
.hero-actions, .contact-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 26px; padding: 0 22px; border-radius: 16px; text-decoration: none; font-size: 13px; font-weight: 800; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff; background: var(--blue); box-shadow: 0 12px 28px rgba(33,85,231,.24); }
.button-primary:hover { background: var(--blue-dark); }
.button-primary span { font-size: 17px; }
.button-ghost { background: rgba(255,255,255,.72); border: 1px solid var(--line); }
.hero-note { position: absolute; z-index: 3; right: 36px; bottom: 34px; display: flex; align-items: center; gap: 11px; padding: 14px 17px; border: 1px solid rgba(255,255,255,.7); border-radius: 18px; background: rgba(255,255,255,.78); box-shadow: 0 14px 40px rgba(43,69,122,.13); backdrop-filter: blur(14px); }
.note-icon { width: 32px; height: 32px; display: grid; place-items: center; border-radius: 11px; color: var(--blue); background: var(--blue-soft); font-weight: 900; }
.hero-note > span:last-child { display: grid; line-height: 1.25; }
.hero-note b { font-size: 12px; }.hero-note small { margin-top: 3px; color: var(--muted); font-size: 10px; }
.stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; padding: 25px 0 12px; }
.stats > div { min-height: 134px; display: flex; align-items: center; gap: 21px; padding: 26px 28px; border: 1px solid #e5eaf4; border-radius: 21px; background: #fff; box-shadow: 0 10px 32px rgba(41,62,105,.06); }
.stats > div:first-child { background: linear-gradient(135deg, #edf3ff, #f9fbff); border-color: #dce7ff; }.stats > div:nth-child(2) { background: linear-gradient(135deg, #f9fbff, #fff); }.stats > div:last-child { background: linear-gradient(135deg, #f7faff, #fff); }
.stats strong { flex: 0 0 auto; color: var(--ink); font-size: 36px; line-height: 1; letter-spacing: -.055em; }.stats > div:first-child strong { width: 58px; height: 58px; display: grid; place-items: center; border-radius: 18px; color: var(--blue); background: #fff; box-shadow: 0 8px 20px rgba(33,85,231,.1); }.stats > div:nth-child(2) strong { color: var(--blue); font-size: 23px; }.stats > div:last-child strong { font-size: 28px; }
.stats span { color: var(--body); font-size: 12px; font-weight: 650; line-height: 1.6; }

.section { padding: 112px 0; }
.section-head { display: grid; grid-template-columns: 1.5fr .75fr; align-items: end; gap: 64px; margin-bottom: 48px; }
.section-kicker, .contact-kicker { display: block; margin-bottom: 14px; color: var(--blue); font-size: 11px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
h2 { margin-bottom: 0; font-size: clamp(38px, 4.2vw, 58px); line-height: 1.08; letter-spacing: -.045em; font-weight: 750; }
.section-head > p { margin: 0 0 5px; color: var(--body); font-size: 16px; }
.service-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.service-card { position: relative; isolation: isolate; width: 100%; min-height: 355px; display: flex; flex-direction: column; justify-content: space-between; padding: 30px; overflow: hidden; border: 1px solid transparent; border-radius: var(--radius-lg); color: var(--ink); background-position: center top; background-size: cover; cursor: pointer; font: inherit; text-align: left; transition: transform .25s, box-shadow .25s; }
.service-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.service-card::before { content: ""; position: absolute; z-index: 0; inset: 0; background: linear-gradient(180deg, rgba(255,255,255,.08) 0%, rgba(255,255,255,.06) 37%, rgba(255,255,255,.86) 68%, rgba(255,255,255,.98) 100%); }
.service-card > div { position: relative; z-index: 1; }
.service-focus { background-color: #edf4ff; background-image: url("../images/service-focus.jpg"); border-color: #dfebff; }.service-logistics { background-color: #f0f8f7; background-image: url("../images/service-logistics.jpg"); border-color: #e2f0ee; }.service-diadoc { background-color: #fff4ee; background-image: url("../images/service-diadoc.jpg"); border-color: #ffe8dc; }.service-extern { background-color: #f3f1ff; background-image: url("../images/service-extern.jpg"); border-color: #e7e2ff; }
.service-top { display: flex; align-items: flex-start; justify-content: space-between; }
.service-icon { width: 60px; height: 60px; display: grid; place-items: center; border-radius: 19px; background: rgba(255,255,255,.82); box-shadow: 0 8px 24px rgba(44,62,100,.08); }
.service-icon svg { width: 27px; height: 27px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.service-focus .service-icon { color: #2762dd; }.service-logistics .service-icon { color: #167b70; }.service-diadoc .service-icon { color: #e06436; }.service-extern .service-icon { color: #7354d8; }
.service-arrow { width: 39px; height: 39px; display: grid; place-items: center; border-radius: 50%; background: rgba(255,255,255,.78); font-size: 23px; font-weight: 400; line-height: 1; transition: transform .2s, color .2s, background .2s; }.service-card:hover .service-arrow { color: #fff; background: var(--blue); transform: rotate(90deg); }
.service-category { display: block; margin-bottom: 11px; color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.service-card h3 { margin-bottom: 11px; font-size: 29px; line-height: 1.2; letter-spacing: -.035em; }
.service-card p { max-width: 460px; margin-bottom: 0; color: var(--body); font-size: 14px; }
.service-more { display: inline-flex; gap: 8px; margin-top: 17px; color: var(--blue); font-size: 12px; font-weight: 800; }.service-more b { transition: transform .2s; }.service-card:hover .service-more b { transform: translateX(4px); }

.benefits { background: var(--soft); }
.benefits-shell { display: grid; grid-template-columns: .85fr 1.15fr; gap: 100px; }
.benefits-intro { position: sticky; top: 120px; align-self: start; }.benefits-intro h2 { margin-bottom: 24px; }.benefits-intro p { max-width: 430px; color: var(--body); font-size: 16px; }
.benefit-list { border-radius: var(--radius-lg); background: #fff; box-shadow: 0 18px 60px rgba(40,57,96,.07); }
.benefit-list article { display: grid; grid-template-columns: 54px 1fr; gap: 22px; padding: 34px; border-bottom: 1px solid var(--line); }.benefit-list article:last-child { border: 0; }
.benefit-list article > span { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 14px; color: var(--blue); background: var(--blue-soft); font-size: 11px; font-weight: 800; }
.benefit-list h3 { margin-bottom: 9px; font-size: 19px; letter-spacing: -.025em; }.benefit-list p { margin-bottom: 0; color: var(--body); font-size: 13px; }

.about-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 85px; align-items: center; }
.about-card { position: relative; min-height: 480px; display: flex; align-items: end; overflow: hidden; border-radius: var(--radius-xl); color: #fff; background: #153b9f; box-shadow: 0 28px 80px rgba(23,62,172,.22); }
.about-card > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 67% center; opacity: .82; }.about-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(10,36,109,.04) 0%, rgba(12,35,99,.22) 36%, rgba(9,24,72,.94) 100%); }
.about-card-content { position: relative; z-index: 1; width: 100%; padding: 38px; }.about-card small { display: block; margin-bottom: 13px; color: #c6d6ff; font-size: 10px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }.about-card strong { display: block; font-size: 29px; line-height: 1.2; letter-spacing: -.035em; }
.about-pills { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 23px; }.about-pills span { padding: 7px 10px; border: 1px solid rgba(255,255,255,.2); border-radius: 10px; background: rgba(255,255,255,.13); font-size: 10px; font-weight: 700; }
.about-copy h2 { margin-bottom: 28px; }.about-copy p { color: var(--body); font-size: 16px; }.about-copy p + p { margin-top: 18px; }
.inline-link { display: inline-flex; align-items: center; gap: 14px; margin-top: 20px; padding-bottom: 4px; border-bottom: 1px solid #b7c4e7; color: var(--blue); text-decoration: none; font-size: 13px; font-weight: 800; }

.contact-section { padding: 24px 0 80px; }
.contact-shell { display: grid; grid-template-columns: 1.25fr .75fr; gap: 80px; padding: 68px; border-radius: var(--radius-xl); color: #fff; background: linear-gradient(135deg, #2259e8, #173b9c); box-shadow: 0 30px 90px rgba(33,85,231,.24); }
.contact-kicker { color: #c8d7ff; }.contact-copy h2 { margin-bottom: 22px; }.contact-copy > p { max-width: 540px; margin-bottom: 32px; color: #dbe5ff; font-size: 16px; }
.button-white { color: #173b9c; background: #fff; }.button-white:hover { box-shadow: 0 12px 30px rgba(0,0,0,.12); }.button-translucent { color: #fff; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.25); }
.contact-info { display: grid; align-content: start; }.contact-info > div { padding: 20px 0; border-bottom: 1px solid rgba(255,255,255,.18); }.contact-info > div:first-child { padding-top: 0; }.contact-info > div:last-child { border: 0; }
.contact-info small { display: block; margin-bottom: 7px; color: #c6d4fa; font-size: 10px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }.contact-info a, .contact-info p { margin: 0; color: #fff; text-decoration: none; font-size: 14px; font-weight: 650; }

.footer { padding: 54px 0 22px; background: #f4f6f9; }
.footer-main { display: grid; grid-template-columns: .6fr 1.4fr; gap: 90px; align-items: start; }
.footer-brand p { max-width: 230px; margin: 20px 0 0; color: var(--muted); font-size: 12px; }
details { padding: 17px 0; border-top: 1px solid #d9dee7; border-bottom: 1px solid #d9dee7; } summary { display: flex; justify-content: space-between; cursor: pointer; list-style: none; font-size: 13px; font-weight: 800; } summary::-webkit-details-marker { display: none; } summary span { font-size: 18px; }
.details-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px 36px; padding: 28px 0 10px; }.details-grid .wide { grid-column: 1/-1; }.details-grid p { margin: 0; color: var(--body); font-size: 11px; }.details-grid b { display: block; margin-bottom: 4px; color: var(--ink); font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.footer-bottom { display: flex; justify-content: space-between; margin-top: 46px; padding-top: 20px; border-top: 1px solid #e0e4eb; color: var(--muted); font-size: 10px; }.footer-bottom a { text-decoration: none; font-weight: 800; }

.service-modal { width: min(610px, calc(100% - 32px)); padding: 0; overflow: visible; border: 0; border-radius: 26px; color: var(--ink); box-shadow: 0 24px 100px rgba(16,24,40,.24); }.service-modal::backdrop { background: rgba(16,24,40,.58); backdrop-filter: blur(5px); }
.modal-inner { position: relative; padding: 48px; background: #fff; border-radius: 26px; }.modal-close { position: absolute; top: 18px; right: 18px; width: 38px; height: 38px; border: 0; border-radius: 12px; color: var(--ink); background: var(--soft); cursor: pointer; font-size: 27px; line-height: 1; }.modal-kicker { display: block; margin-bottom: 12px; color: var(--blue); font-size: 10px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }.service-modal h2 { margin-bottom: 18px; font-size: 42px; }.modal-description { max-width: 470px; margin-bottom: 24px; color: var(--body); font-size: 15px; }.modal-points { display: grid; gap: 13px; margin: 0 0 31px; padding: 0; list-style: none; }.modal-points li { position: relative; padding-left: 27px; color: #344054; font-size: 13px; }.modal-points li::before { content: "✓"; position: absolute; left: 0; top: 1px; width: 18px; height: 18px; display: grid; place-items: center; border-radius: 6px; color: var(--blue); background: var(--blue-soft); font-size: 11px; font-weight: 900; }.modal-actions { display: flex; align-items: center; gap: 19px; }.modal-email { color: var(--blue); text-decoration: none; font-size: 12px; font-weight: 800; }

@media (max-width: 900px) {
  .desktop-nav { display: none; }
  .hero-shell { min-height: 670px; align-items: flex-start; }.hero-image { inset: auto 0 0; height: 55%; object-position: 68% center; }.hero-shell::after { background: linear-gradient(180deg, #fff 0%, rgba(255,255,255,.96) 45%, rgba(255,255,255,.2) 80%); }.hero-content { width: 100%; padding: 52px; }.hero-content > p { max-width: 520px; }.hero-note { right: 24px; bottom: 24px; }
  .section-head { grid-template-columns: 1fr; gap: 20px; }.section-head > p { max-width: 540px; }
  .benefits-shell, .about-grid { grid-template-columns: 1fr; gap: 55px; }.benefits-intro { position: static; }.about-card { min-height: 430px; }
  .contact-shell { grid-template-columns: 1fr; gap: 50px; padding: 52px; }.footer-main { grid-template-columns: 1fr; gap: 40px; }
}

@media (max-width: 620px) {
  .container { width: min(100% - 28px, 1180px); }
  .site-header { padding: 9px 0; }.header-phone { width: 42px; height: 42px; display: grid; place-items: center; padding: 0; border-radius: 13px; font-size: 0; }.header-phone span { display: block; font-size: 0; }.header-phone::after { content: "☎"; font-size: 17px; }.brand-copy small { display: none; }
  .hero { padding-top: 14px; }.hero-shell { min-height: 680px; border-radius: 24px; }.hero-content { padding: 37px 25px; }.hero-label { max-width: 270px; font-size: 9px; line-height: 1.5; }.hero-content h1 { font-size: 42px; }.hero-content > p { font-size: 15px; }.hero-actions { align-items: stretch; flex-direction: column; }.button { width: 100%; }.hero-image { height: 43%; object-position: 63% center; }.hero-note { right: 16px; bottom: 16px; }
  .stats { grid-template-columns: 1fr; padding: 20px 0 4px; }.stats > div { min-height: 104px; padding: 20px; }.stats strong { font-size: 31px; }.stats > div:first-child strong { width: 50px; height: 50px; border-radius: 15px; }.stats > div:nth-child(2) strong { font-size: 21px; }
  .section { padding: 78px 0; } h2 { font-size: 37px; }.section-head { margin-bottom: 30px; }.service-grid { grid-template-columns: 1fr; }.service-card { min-height: 320px; padding: 24px; }
  .benefit-list article { grid-template-columns: 42px 1fr; gap: 15px; padding: 25px 20px; }.about-card { min-height: 390px; }.about-card-content { padding: 27px; }.about-card strong { font-size: 25px; }.modal-inner { padding: 35px 24px 28px; }.service-modal h2 { font-size: 34px; }.modal-actions { align-items: stretch; flex-direction: column; }.modal-actions .button { width: 100%; }
  .contact-section { padding-bottom: 45px; }.contact-shell { padding: 36px 24px; border-radius: 24px; }.contact-copy h2 { font-size: 36px; }.contact-actions { flex-direction: column; }
  .details-grid { grid-template-columns: 1fr; }.details-grid .wide { grid-column: auto; }.footer-bottom { gap: 12px; flex-direction: column; }
}
