:root {
    --l7-dark: #071321;
    --l7-dark-2: #111b29;
    --l7-text: #0d1b33;
    --l7-muted: #667085;
    --l7-accent: #ef174d;
    --l7-accent-hover: #d90d41;
    --l7-border: #e6eaf0;
    --l7-bg: #ffffff;
    --l7-container: 1380px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    background: var(--l7-bg);
    color: var(--l7-text);
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.55;
    -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; }
a { color: inherit; }
.l7-container { width: min(calc(100% - 40px), var(--l7-container)); margin-inline: auto; }
.l7-site-main { min-height: 50vh; }
.l7-default-content { padding-block: 80px; }
.l7-default-content h1 { font-size: clamp(42px, 6vw, 84px); line-height: 1.02; margin: 0 0 28px; }
.l7-eyebrow { color: var(--l7-accent); text-transform: uppercase; letter-spacing: .12em; font-weight: 800; font-size: 13px; }
.l7-button { display: inline-flex; align-items: center; justify-content: center; background: var(--l7-accent); color: #fff; padding: 14px 22px; border-radius: 8px; text-decoration: none; font-weight: 700; }
.l7-button:hover { background: var(--l7-accent-hover); }

.l7-fallback-header { background: var(--l7-dark-2); color: #fff; }
.l7-fallback-header__inner { min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.l7-fallback-brand a { color: #fff; text-decoration: none; font-weight: 800; font-size: 22px; }
.l7-fallback-brand img { max-height: 52px; width: auto; }
.l7-fallback-nav ul { display: flex; gap: 28px; list-style: none; margin: 0; padding: 0; }
.l7-fallback-nav a { color: #fff; text-decoration: none; font-weight: 700; font-size: 14px; }
.l7-fallback-footer { padding: 32px 0; background: var(--l7-dark); color: #fff; }

.l7-case-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.l7-case-card { border: 1px solid var(--l7-border); border-radius: 16px; overflow: hidden; background: #fff; }
.l7-case-card a { text-decoration: none; display: block; padding-bottom: 24px; }
.l7-case-card img { width: 100%; aspect-ratio: 16/10; object-fit: cover; }
.l7-case-card h2, .l7-case-card p { margin-inline: 22px; }
.l7-case-cover { margin-block: 28px 42px; border-radius: 18px; overflow: hidden; }
.l7-404 { text-align: center; }

/* Elementor: убираем лишние внешние отступы темы */
.elementor-page .l7-site-main,
.elementor-template-full-width .l7-site-main { padding: 0; }
.elementor-page .entry-title { display: none; }

@media (max-width: 900px) {
    .l7-fallback-nav { display: none; }
    .l7-case-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
    .l7-container { width: min(calc(100% - 28px), var(--l7-container)); }
    .l7-default-content { padding-block: 52px; }
    .l7-case-grid { grid-template-columns: 1fr; }
}

/* Header/footer 1.1 */
.l7-site-header{background:#0f1927;color:#fff;position:relative;z-index:50;border-bottom:1px solid rgba(255,255,255,.08)}
.l7-site-header__inner{min-height:84px;display:flex;align-items:center;gap:32px}.l7-site-brand{flex:0 0 auto}.l7-site-brand img{display:block;max-width:190px;max-height:58px;width:auto}.l7-site-brand>a{font-size:27px;text-decoration:none;font-weight:800;letter-spacing:-.03em}.l7-site-brand strong{color:#ef174d;margin-right:5px}
.l7-site-nav{margin-left:auto}.l7-site-nav ul{display:flex;align-items:center;gap:27px;list-style:none;margin:0;padding:0}.l7-site-nav a{color:#fff;text-decoration:none;font-size:14px;font-weight:700;opacity:.9}.l7-site-nav a:hover{color:#ef174d}.l7-site-contact{display:flex;align-items:center;gap:22px}.l7-site-phone{text-decoration:none;color:#fff;display:flex;flex-direction:column;line-height:1.2}.l7-site-phone small{font-size:11px;opacity:.7;margin-top:5px}.l7-header-button{background:#ef174d;color:#fff;text-decoration:none;font-weight:700;padding:14px 21px;border-radius:7px;white-space:nowrap}.l7-header-button:hover{background:#d90d41}.l7-menu-toggle{display:none;background:none;border:0;padding:8px}.l7-menu-toggle span{display:block;width:26px;height:2px;background:#fff;margin:5px}
.l7-site-footer{background:#071321;color:#fff;padding:64px 0 20px}.l7-site-footer__grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:50px}.l7-site-footer p{color:#aeb8c7;max-width:350px}.l7-footer-logo{font-size:28px;font-weight:900;color:#ef174d}.l7-footer-logo span{color:#fff;margin-left:5px}.l7-site-footer strong{display:block;margin-bottom:16px}.l7-site-footer ul{list-style:none;margin:0;padding:0}.l7-site-footer li+li{margin-top:9px}.l7-site-footer a{display:block;color:#c8d0dc;text-decoration:none;margin-bottom:9px}.l7-site-footer__bottom{border-top:1px solid rgba(255,255,255,.1);margin-top:42px;padding-top:20px;color:#8995a7;font-size:13px}

/* Elementor widgets */
.l7w-hero{background:radial-gradient(circle at 75% 30%,#123865 0,#071728 43%,#020d19 100%);color:#fff;padding:54px 0 0;overflow:hidden}.l7w-hero__grid{display:grid;grid-template-columns:minmax(0,43%) minmax(0,57%);align-items:center;gap:25px;min-height:480px}.l7w-eyebrow{font-size:12px;letter-spacing:.16em;text-transform:uppercase;font-weight:800;color:#ff4c76;margin-bottom:20px}.l7w-hero h1{font-size:clamp(48px,4.1vw,70px);line-height:1.04;letter-spacing:-.045em;margin:0 0 24px;color:#fff}.l7w-hero h1 span{color:#ef174d}.l7w-hero__content>p{max-width:560px;color:#e2e8f0;font-size:17px;line-height:1.55;margin:0 0 28px}.l7w-actions{display:flex;gap:14px;flex-wrap:wrap}.l7w-btn{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:0 23px;border-radius:7px;text-decoration:none;font-weight:800;font-size:14px;transition:.2s}.l7w-btn--primary{background:#ef174d;color:#fff}.l7w-btn--primary:hover{background:#d90d41;color:#fff;transform:translateY(-2px)}.l7w-btn--outline{border:1px solid rgba(255,255,255,.7);color:#fff}.l7w-btn--outline:hover{border-color:#fff;color:#fff}.l7w-hero__visual img{width:100%;max-height:460px;object-fit:contain}.l7w-trust{display:grid;grid-template-columns:repeat(5,1fr);border-top:1px solid rgba(255,255,255,.13);min-height:76px;align-items:center}.l7w-trust__item{font-size:13px;font-weight:700;text-align:center;padding:12px;border-right:1px solid rgba(255,255,255,.12)}.l7w-trust__item:last-child{border-right:0}
.l7w-section{padding:88px 0;background:#fff}.l7w-section__head{max-width:760px;margin-bottom:38px}.l7w-section__head--center{text-align:center;margin-inline:auto}.l7w-section__head h2,.l7w-ownership h2,.l7w-cta h2{font-size:clamp(34px,3vw,52px);line-height:1.1;letter-spacing:-.035em;margin:0 0 16px;color:#0d1b33}.l7w-section__head p{font-size:18px;color:#667085;margin:0}.l7w-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.l7w-card{padding:28px;border:1px solid #e7ebf1;border-radius:16px;background:#fff;min-height:260px;transition:.25s}.l7w-card:hover{transform:translateY(-5px);box-shadow:0 18px 50px rgba(11,29,53,.09)}.l7w-card__number{color:#ef174d;font-weight:900;font-size:14px;margin-bottom:38px}.l7w-card h3{font-size:22px;line-height:1.2;margin:0 0 13px}.l7w-card p{color:#667085}.l7w-card a{color:#1455c0;font-weight:700;text-decoration:none}.l7w-ownership{background:#071321;color:#fff;padding:58px 0}.l7w-ownership h2{color:#fff;margin:0}.l7w-ownership__grid{display:grid;grid-template-columns:1.1fr 2fr;align-items:center;gap:50px}.l7w-ownership__items{display:grid;grid-template-columns:1fr 1fr;gap:18px}.l7w-ownership__items>div{display:flex;align-items:center;gap:12px;font-weight:700}.l7w-ownership__items span{display:grid;place-items:center;width:30px;height:30px;border-radius:50%;background:rgba(239,23,77,.17);color:#ff4c76}.l7w-steps{display:grid;grid-template-columns:repeat(5,1fr);gap:16px}.l7w-steps article{padding:24px;border:1px solid #e7ebf1;border-radius:14px}.l7w-steps span{display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:#112f68;color:#fff;font-size:13px;font-weight:800;margin-bottom:22px}.l7w-steps h3{font-size:17px;margin:0 0 9px}.l7w-steps p{color:#667085;font-size:14px;margin:0}.l7w-cta{background:linear-gradient(110deg,#0c2445,#ef174d);color:#fff;padding:45px 0}.l7w-cta__inner{display:flex;align-items:center;justify-content:space-between;gap:35px}.l7w-cta h2{color:#fff;margin-bottom:8px}.l7w-cta p{margin:0;color:#f1f5f9}.l7w-cta .l7w-btn--primary{background:#fff;color:#d90d41;white-space:nowrap}
@media(max-width:1100px){.l7-site-phone{display:none}.l7w-cards{grid-template-columns:1fr 1fr}.l7w-steps{grid-template-columns:repeat(3,1fr)}.l7w-trust{grid-template-columns:repeat(3,1fr)}}
@media(max-width:900px){.l7-menu-toggle{display:block;margin-left:auto}.l7-site-nav{display:none;position:absolute;top:100%;left:0;right:0;background:#0f1927;padding:20px}.l7-site-nav.is-open{display:block}.l7-site-nav ul{flex-direction:column;align-items:flex-start}.l7-site-contact{display:none}.l7w-hero__grid{grid-template-columns:1fr;padding-top:20px}.l7w-hero__visual{order:-1}.l7w-hero__visual img{max-height:320px}.l7w-ownership__grid{grid-template-columns:1fr}.l7w-steps{grid-template-columns:1fr 1fr}.l7-site-footer__grid{grid-template-columns:1fr 1fr}}
@media(max-width:640px){.l7-site-header__inner{min-height:68px}.l7-site-brand img{max-width:145px;max-height:45px}.l7w-hero{padding-top:24px}.l7w-hero h1{font-size:42px}.l7w-trust{grid-template-columns:1fr 1fr}.l7w-cards,.l7w-ownership__items,.l7w-steps{grid-template-columns:1fr}.l7w-section{padding:62px 0}.l7w-cta__inner{align-items:flex-start;flex-direction:column}.l7-site-footer__grid{grid-template-columns:1fr}}

/* Patch 1.1.1: full width + lighter typography + stronger trust strip */
html, body { overflow-x: clip; }
.elementor-widget-l7-hero,
.elementor-widget-l7-cards,
.elementor-widget-l7-ownership,
.elementor-widget-l7-steps,
.elementor-widget-l7-cta {
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
}
.l7-site-nav a { font-weight: 400; }
.l7-header-button,
.l7w-btn { font-weight: 600; }
.l7w-eyebrow { font-weight: 500; letter-spacing: .14em; }
.l7w-hero__grid { grid-template-columns: minmax(0,46%) minmax(0,54%); }
.l7w-hero h1 { font-size: clamp(46px,3.55vw,60px); line-height: 1.06; letter-spacing: -.035em; }
.l7w-trust {
    position: relative;
    background: linear-gradient(90deg, rgba(10,31,57,.94), rgba(13,46,83,.94));
    border-top: 1px solid rgba(255,255,255,.2);
    box-shadow: 0 -12px 36px rgba(0,0,0,.16);
    min-height: 88px;
}
.l7w-trust__item {
    min-height: 88px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
    padding: 14px 16px;
    font-size: 13px;
    font-weight: 500;
    text-align: left;
}
.l7w-trust__icon {
    flex: 0 0 32px;
    width: 32px;
    height: 32px;
    display: grid;
    place-items: center;
    border-radius: 10px;
    color: #ff4c76;
    background: rgba(239,23,77,.11);
    border: 1px solid rgba(255,76,118,.35);
}
.l7w-trust__icon svg { width: 18px; height: 18px; fill: currentColor; }
@media(max-width:900px){
  .elementor-widget-l7-hero,
  .elementor-widget-l7-cards,
  .elementor-widget-l7-ownership,
  .elementor-widget-l7-steps,
  .elementor-widget-l7-cta { margin-left: calc(50% - 50vw) !important; margin-right: calc(50% - 50vw) !important; }
}
@media(max-width:640px){
  .l7w-hero h1{font-size:40px}
  .l7w-trust__item{justify-content:flex-start;min-height:72px}
  .l7w-trust{min-height:72px}
}


/* Patch 1.1.2: trust strip spacing and larger typography */
.l7w-trust {
    margin-top: 10px;
    min-height: auto;
    padding: 14px 0;
}
.l7w-trust__item {
    min-height: 104px;
    padding: 24px 20px;
    gap: 14px;
    font-size: 15px;
    line-height: 1.35;
    font-weight: 600;
}
.l7w-trust__icon {
    flex: 0 0 36px;
    width: 36px;
    height: 36px;
    border-radius: 11px;
}
.l7w-trust__icon svg { width: 19px; height: 19px; }
@media(max-width:1100px){
  .l7w-trust__item{font-size:14px;min-height:92px;padding:20px 16px}
}
@media(max-width:640px){
  .l7w-trust{padding:10px 0}
  .l7w-trust__item{font-size:14px;min-height:76px;padding:16px 14px;gap:10px}
  .l7w-trust__icon{width:32px;height:32px;flex-basis:32px}
}


/* 1.2.0 — block: unified marketing system */
.elementor-widget-l7-system {
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
}
.l7w-system{padding:96px 0;background:linear-gradient(180deg,#f7f9fc 0%,#fff 100%);overflow:hidden}
.l7w-system__grid{display:grid;grid-template-columns:minmax(0,34%) minmax(0,66%);gap:64px;align-items:center}
.l7w-system__intro h2{font-size:clamp(36px,3.4vw,56px);line-height:1.08;letter-spacing:-.04em;margin:0 0 20px;color:#0d1b33}
.l7w-system__intro p{font-size:18px;line-height:1.65;color:#667085;margin:0;max-width:520px}
.l7w-system__flow{display:flex;align-items:stretch;gap:10px;position:relative}
.l7w-system__step{flex:1;min-width:0;background:#fff;border:1px solid #e3e8ef;border-radius:18px;padding:24px 20px;box-shadow:0 14px 45px rgba(18,42,76,.06);position:relative;transition:.25s}
.l7w-system__step:hover{transform:translateY(-6px);border-color:rgba(239,23,77,.35);box-shadow:0 22px 55px rgba(18,42,76,.12)}
.l7w-system__num{display:grid;place-items:center;width:36px;height:36px;border-radius:10px;background:rgba(239,23,77,.09);color:#ef174d;font-size:12px;font-weight:700;margin-bottom:28px}
.l7w-system__step h3{font-size:19px;line-height:1.15;margin:0 0 10px;color:#10213c}
.l7w-system__step p{font-size:14px;line-height:1.45;color:#6b7280;margin:0}
.l7w-system__arrow{align-self:center;color:#ef174d;font-size:25px;font-weight:300;opacity:.75;flex:0 0 auto}
@media(max-width:1100px){.l7w-system__grid{grid-template-columns:1fr;gap:42px}.l7w-system__flow{overflow-x:auto;padding-bottom:10px}.l7w-system__step{min-width:190px}}
@media(max-width:640px){.l7w-system{padding:68px 0}.l7w-system__intro p{font-size:16px}.l7w-system__flow{display:grid;grid-template-columns:1fr}.l7w-system__step{min-width:0}.l7w-system__arrow{transform:rotate(90deg);justify-self:center}}


/* 1.2.1 — trust strip closer to approved design */
.l7w-trust{
    margin-top: 18px;
    padding: 14px 0;
    background: linear-gradient(90deg, rgba(8,26,49,.96), rgba(11,42,77,.96));
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 18px;
    box-shadow: 0 12px 36px rgba(2,10,22,.18);
    overflow: hidden;
}
.l7w-trust__item{
    min-height: 92px;
    padding: 22px 24px;
    gap: 14px;
    font-size: 16px;
    line-height: 1.25;
    font-weight: 600;
    color: #ffffff;
}
.l7w-trust__item span:last-child{color:#ffffff}
.l7w-trust__icon{
    flex: 0 0 24px;
    width: 24px;
    height: 24px;
    background: none;
    border: 0;
    border-radius: 0;
    color: #ffffff;
}
.l7w-trust__icon svg{
    width: 24px;
    height: 24px;
    fill: currentColor;
}
@media(max-width:1100px){
  .l7w-trust__item{font-size:15px;min-height:84px;padding:20px 18px}
}
@media(max-width:640px){
  .l7w-trust{padding:8px 0;border-radius:14px}
  .l7w-trust__item{font-size:14px;min-height:72px;padding:16px 14px;gap:12px}
  .l7w-trust__icon,.l7w-trust__icon svg{width:22px;height:22px;flex-basis:22px}
}


/* 1.2.2 — proper mobile hero layout */
@media (max-width: 900px) {
  .l7w-hero { padding: 36px 0 0; }
  .l7w-hero__grid {
    grid-template-columns: 1fr;
    min-height: auto;
    gap: 28px;
    padding-top: 0;
  }
  .l7w-hero__content { order: 1; }
  .l7w-hero__visual {
    order: 2;
    display: flex;
    justify-content: center;
  }
  .l7w-hero__visual img {
    width: min(100%, 560px);
    max-height: 360px;
  }
  .l7w-hero__content > p { max-width: 680px; }
  .l7w-trust { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 640px) {
  .l7w-hero { padding-top: 28px; }
  .l7w-eyebrow {
    font-size: 10px;
    line-height: 1.4;
    margin-bottom: 14px;
  }
  .l7w-hero h1 {
    font-size: clamp(34px, 10vw, 42px);
    line-height: 1.08;
    letter-spacing: -.025em;
    margin-bottom: 18px;
  }
  .l7w-hero__content > p {
    font-size: 16px;
    line-height: 1.55;
    margin-bottom: 22px;
  }
  .l7w-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .l7w-btn {
    width: 100%;
    min-height: 48px;
    padding-inline: 18px;
  }
  .l7w-hero__visual img {
    width: 100%;
    max-height: 280px;
  }
  .l7w-trust {
    grid-template-columns: 1fr;
    margin-top: 24px;
    padding: 6px 0;
  }
  .l7w-trust__item {
    min-height: 64px;
    justify-content: flex-start;
    border-right: 0;
    border-bottom: 1px solid rgba(255,255,255,.12);
    padding: 14px 18px;
  }
  .l7w-trust__item:last-child { border-bottom: 0; }
}


/* 1.2.3 — subtle twinkling stars around the built-in hero image */
.l7w-hero__visual{
    position:relative;
    isolation:isolate;
}
.l7w-hero__visual img{
    position:relative;
    z-index:2;
}
.l7w-hero__visual::before,
.l7w-hero__visual::after{
    content:"";
    position:absolute;
    width:4px;
    height:4px;
    border-radius:50%;
    pointer-events:none;
    z-index:3;
    background:#ffffff;
    opacity:.25;
    filter:drop-shadow(0 0 5px rgba(147,220,255,.95));
}
.l7w-hero__visual::before{
    left:12%;
    top:16%;
    box-shadow:
      92px 38px 0 0 rgba(255,255,255,.95),
      220px -12px 0 1px rgba(129,211,255,.9),
      348px 66px 0 0 rgba(255,255,255,.9),
      458px 18px 0 1px rgba(255,85,124,.85),
      520px 128px 0 0 rgba(255,255,255,.85),
      286px 214px 0 1px rgba(123,210,255,.85),
      430px 258px 0 0 rgba(255,255,255,.85);
    animation:l7HeroTwinkleA 3.4s ease-in-out infinite;
}
.l7w-hero__visual::after{
    right:8%;
    bottom:18%;
    box-shadow:
      -76px -34px 0 0 rgba(255,255,255,.9),
      -184px -112px 0 1px rgba(255,76,118,.8),
      -304px -54px 0 0 rgba(132,214,255,.9),
      -424px -148px 0 1px rgba(255,255,255,.85),
      -238px -236px 0 0 rgba(255,255,255,.8),
      -68px -264px 0 1px rgba(128,211,255,.85);
    animation:l7HeroTwinkleB 4.2s ease-in-out infinite;
}
@keyframes l7HeroTwinkleA{
    0%,100%{opacity:.18;transform:scale(.82)}
    48%{opacity:.95;transform:scale(1.18)}
    70%{opacity:.38;transform:scale(.94)}
}
@keyframes l7HeroTwinkleB{
    0%,100%{opacity:.55;transform:scale(1)}
    42%{opacity:.18;transform:scale(.8)}
    72%{opacity:.92;transform:scale(1.15)}
}
@media (prefers-reduced-motion:reduce){
    .l7w-hero__visual::before,
    .l7w-hero__visual::after{animation:none;opacity:.45}
}
@media(max-width:900px){
    .l7w-hero__visual::before,
    .l7w-hero__visual::after{transform:scale(.78)}
}
@media(max-width:640px){
    .l7w-hero__visual::before,
    .l7w-hero__visual::after{display:none}
}
