.section-photo {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero::before { z-index: 1; }
.hero-content, .hero .scroll-cue { z-index: 2; }

.site-header {
  background: linear-gradient(180deg, rgba(1, 9, 18, .82), rgba(1, 9, 18, .18));
  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px);
}

.hero {
  isolation: isolate;
  overflow: hidden;
}

.hero::before {
  background:
    linear-gradient(90deg, rgba(1, 9, 18, .98) 0%, rgba(2, 15, 29, .88) 34%, rgba(2, 12, 23, .28) 68%, rgba(1, 8, 15, .12) 100%),
    linear-gradient(0deg, rgba(0, 8, 16, .48), transparent 45%);
}

.hero-content {
  padding-top: 90px;
}

.hero-content::before {
  content: "";
  display: block;
  width: 52px;
  height: 3px;
  margin-bottom: 18px;
  border-radius: 3px;
  background: linear-gradient(90deg, var(--blue), #64adff);
  box-shadow: 0 0 20px rgba(20, 117, 255, .65);
}

.hero .eyebrow {
  margin-bottom: 14px;
  letter-spacing: .075em;
}

.hero h1 {
  max-width: 720px;
  font-size: clamp(44px, 4.1vw, 64px);
  line-height: 1.08;
  text-wrap: balance;
}

.hero h1 span {
  background: linear-gradient(100deg, #2380ff, #69adff);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero-copy {
  line-height: 1.75;
}

.hero-benefits span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
  color: #f4f8fc;
  font-weight: 600;
}

.hero-benefits span img {
  width: 26px;
  height: 26px;
  object-fit: contain;
}

.hero .actions .btn {
  min-height: 48px;
}

.feature-bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

@media (max-width: 820px) {
  .site-header { background: rgba(1, 10, 19, .42); }
  .hero {
    min-height: 760px;
    height: 100svh;
    max-height: 900px;
    align-items: flex-start;
  }
  .hero::before {
    background:
      linear-gradient(90deg, rgba(0, 9, 18, .96) 0%, rgba(1, 12, 24, .79) 66%, rgba(1, 10, 20, .58) 100%),
      linear-gradient(0deg, rgba(0, 8, 16, .96) 0%, transparent 38%);
  }
  .hero-content {
    padding-top: clamp(132px, 18vh, 170px);
  }
  .hero-content::before { width: 42px; margin-bottom: 15px; }
  .hero h1 { font-size: clamp(36px, 8.8vw, 48px); max-width: 650px; }
  .hero-copy { max-width: 580px; }
  .hero-benefits {
    width: min(100%, 590px);
  }
  .hero-benefits span { white-space: normal; }
  .hero .section-photo { object-position: 62% center; transform: scale(1.02); }
  .smart .feature-bg img { object-position: 68% center; }
  .charging .feature-bg img { object-position: 64% center; }
}

@media (max-width: 580px) {
  .site-header { height: 72px; }
  .nav-wrap { gap: 16px; }
  .logo { width: 158px; }
  .hero {
    min-height: 780px;
    height: max(100svh, 780px);
    max-height: none;
  }
  .hero .section-photo {
    object-position: 60% center;
    transform: scale(1.035);
  }
  .hero::before {
    background:
      linear-gradient(90deg, rgba(0, 9, 18, .97) 0%, rgba(0, 11, 22, .84) 72%, rgba(0, 9, 18, .64) 100%),
      linear-gradient(0deg, rgba(0, 7, 14, .98) 0%, rgba(0, 7, 14, .55) 42%, transparent 72%);
  }
  .hero-content {
    padding-top: 132px;
  }
  .hero-content::before {
    width: 36px;
    height: 2px;
    margin-bottom: 13px;
  }
  .hero .eyebrow {
    max-width: 300px;
    margin-bottom: 12px;
    font-size: 9px;
    line-height: 1.45;
  }
  .hero h1 {
    max-width: 370px;
    margin-bottom: 18px;
    font-size: clamp(34px, 9.2vw, 41px);
    line-height: 1.08;
    letter-spacing: -.045em;
  }
  .hero-copy {
    max-width: 360px;
    margin: 0;
    font-size: 12.5px;
    line-height: 1.65;
  }
  .hero-benefits {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin: 20px 0;
  }
  .hero-benefits span {
    min-height: 43px;
    padding: 7px 8px;
    border: 1px solid rgba(105, 173, 255, .16);
    border-radius: 7px;
    background: rgba(5, 23, 41, .46);
    font-size: 9px;
    line-height: 1.25;
    backdrop-filter: blur(6px);
  }
  .hero-benefits span img {
    width: 22px;
    height: 22px;
    flex: 0 0 22px;
  }
  .hero .actions {
    width: 100%;
    max-width: 360px;
    gap: 10px;
  }
  .hero .actions .btn {
    max-width: none;
    min-height: 47px;
    padding: 12px 18px;
    font-size: 10px;
  }
  .hero .scroll-cue {
    bottom: 10px;
    font-size: 24px;
  }
}

@media (max-width: 370px) {
  .hero { min-height: 760px; height: 100svh; }
  .hero-content { padding-top: 112px; }
  .hero h1 { font-size: 32px; }
  .hero-benefits { margin: 16px 0; }
  .hero-benefits span { padding: 6px; font-size: 8.5px; }
}

@media (min-width: 1081px) {
  .site-header {
    height: 86px;
    background: linear-gradient(180deg, rgba(1, 9, 18, .72), rgba(1, 9, 18, .16));
  }

  .site-header .nav-wrap,
  .hero .hero-content {
    width: min(calc(100% - 64px), 1280px);
  }

  .site-header .logo {
    width: 205px;
  }

  .main-nav {
    gap: 30px;
  }

  .main-nav a {
    padding: 30px 0;
    font-size: 13px;
  }

  .nav-contact a {
    display: inline-flex;
    align-items: center;
    min-height: 42px;
    padding: 8px 15px;
    background: rgba(3, 17, 31, .38);
    backdrop-filter: blur(8px);
  }

  .hero {
    min-height: 680px;
    height: min(760px, 100vh);
  }

  .hero .section-photo {
    object-position: center center;
    transform: scale(1.01);
  }

  .hero::before {
    background:
      linear-gradient(90deg, rgba(0, 9, 18, .99) 0%, rgba(1, 13, 25, .96) 35%, rgba(2, 15, 29, .74) 49%, rgba(1, 10, 19, .12) 72%),
      linear-gradient(0deg, rgba(0, 7, 14, .42) 0%, transparent 48%);
  }

  .hero-content {
    padding-top: 92px;
  }

  .hero-content::before {
    width: 58px;
    margin-bottom: 20px;
  }

  .hero .eyebrow {
    margin-bottom: 16px;
    font-size: 11px;
  }

  .hero h1 {
    max-width: 690px;
    margin-bottom: 22px;
    font-size: clamp(48px, 3.35vw, 60px);
  }

  .hero-copy {
    max-width: 590px;
    margin: 0;
    color: #dce6f0;
    font-size: 14px;
    line-height: 1.75;
  }

  .hero-benefits {
    display: grid;
    grid-template-columns: repeat(2, 235px);
    width: max-content;
    gap: 10px;
    margin: 27px 0 28px;
  }

  .hero-benefits span {
    min-height: 48px;
    padding: 8px 12px;
    border: 1px solid rgba(88, 159, 255, .16);
    border-radius: 7px;
    background: linear-gradient(110deg, rgba(8, 29, 50, .58), rgba(3, 17, 31, .25));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .025);
    font-size: 10px;
    backdrop-filter: blur(7px);
    transition: border-color .25s ease, transform .25s ease, background .25s ease;
  }

  .hero-benefits span:hover {
    transform: translateY(-2px);
    border-color: rgba(88, 159, 255, .42);
    background: rgba(8, 35, 63, .68);
  }

  .hero-benefits span img {
    width: 27px;
    height: 27px;
    flex: 0 0 27px;
  }

  .hero .actions {
    gap: 12px;
  }

  .hero .actions .btn {
    min-height: 50px;
    padding-inline: 25px;
  }

  .hero .actions .btn-primary {
    min-width: 255px;
  }

  .hero .actions .btn-outline {
    min-width: 165px;
    border-color: rgba(172, 199, 225, .58);
    background: rgba(2, 15, 28, .18);
  }

  .hero .scroll-cue {
    bottom: 18px;
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 50%;
    background: rgba(1, 13, 24, .38);
    font-size: 20px;
    backdrop-filter: blur(6px);
  }
}

/* Mobile hero: separate image panel followed by the content block. */
@media (max-width: 580px) {
  .site-header {
    height: 71px;
    background: #020d18;
    border-bottom: 1px solid rgba(255, 255, 255, .08);
    backdrop-filter: none;
  }

  .site-header .logo {
    width: 154px;
  }

  .hero {
    display: block;
    min-height: 760px;
    height: auto;
    max-height: none;
    padding: 0 0 26px;
    background-position: 58% center;
  }

  .hero .section-photo {
    top: 71px;
    bottom: auto;
    width: 100%;
    height: 198px;
    object-position: 57% 48%;
    transform: none;
    filter: brightness(.82) saturate(.94);
  }

  .hero::before {
    top: 269px;
    right: 0;
    bottom: 0;
    left: 0;
    background:
      linear-gradient(90deg, rgba(1, 12, 23, .97), rgba(1, 13, 24, .82)),
      linear-gradient(0deg, rgba(0, 8, 16, .96), rgba(0, 10, 20, .66));
    box-shadow: 0 -15px 35px rgba(0, 9, 18, .35);
  }

  .hero-content {
    width: calc(100% - 28px);
    padding-top: 277px;
  }

  .hero-content::before {
    width: 34px;
    height: 2px;
    margin-bottom: 13px;
  }

  .hero .eyebrow {
    max-width: none;
    margin-bottom: 11px;
    font-size: 9px;
    line-height: 1.35;
    letter-spacing: .04em;
  }

  .hero h1 {
    max-width: 355px;
    margin-bottom: 17px;
    font-size: clamp(33px, 9.1vw, 38px);
    line-height: 1.02;
  }

  .hero-copy {
    max-width: 355px;
    font-size: 12px;
    line-height: 1.58;
  }

  .hero-benefits {
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px;
    margin: 19px 0;
  }

  .hero-benefits span {
    min-height: 42px;
    padding: 6px 8px;
    border-color: rgba(42, 126, 218, .28);
    border-radius: 6px;
    background: rgba(2, 19, 35, .62);
    font-size: 8px;
  }

  .hero-benefits span img {
    width: 21px;
    height: 21px;
    flex-basis: 21px;
  }

  .hero .actions {
    width: 100%;
    max-width: none;
    gap: 9px;
  }

  .hero .actions .btn {
    width: 100%;
    max-width: none;
    min-height: 46px;
    padding: 11px 16px;
    border-radius: 5px;
    font-size: 9px;
  }

  .hero .actions .btn-outline {
    border-color: rgba(163, 200, 231, .75);
    background: rgba(1, 13, 25, .45);
  }

  .hero .scroll-cue {
    display: none;
  }
}

@media (max-width: 370px) {
  .hero .section-photo { height: 184px; }
  .hero::before { top: 255px; }
  .hero-content { padding-top: 263px; }
  .hero h1 { font-size: 32px; }
  .hero-copy { font-size: 11.5px; }
}

/* Clean split-layout for the Smart Home section on phones. */
@media (max-width: 580px) {
  .smart {
    display: flex;
    flex-direction: column;
    height: auto;
    min-height: 0;
    padding: 0;
    overflow: hidden;
    background: #fff;
  }

  .smart::after {
    display: none;
  }

  .smart .feature-content {
    order: 1;
    width: calc(100% - 28px);
    padding: 48px 0 27px;
  }

  .smart .feature-content::before {
    content: "";
    display: block;
    width: 35px;
    height: 2px;
    margin-bottom: 14px;
    border-radius: 2px;
    background: var(--blue);
  }

  .smart .eyebrow {
    margin-bottom: 11px;
    font-size: 9px;
    letter-spacing: .055em;
  }

  .smart h2 {
    max-width: 350px;
    margin-bottom: 15px;
    font-size: clamp(31px, 8.6vw, 37px);
    line-height: 1.06;
    letter-spacing: -.045em;
  }

  .smart .feature-content > p:not(.eyebrow) {
    max-width: 355px;
    margin: 0;
    color: #566577;
    font-size: 12px;
    line-height: 1.65;
  }

  .smart .check-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px;
    max-width: none;
    margin: 20px 0 0;
  }

  .smart .check-grid span {
    display: flex;
    align-items: center;
    min-height: 38px;
    padding: 7px 8px 7px 29px;
    position: relative;
    border: 1px solid #e3ebf4;
    border-radius: 6px;
    background: #f8fbff;
    color: #25374a;
    font-size: 8.5px;
    font-weight: 600;
    line-height: 1.25;
  }

  .smart .check-grid span::before {
    content: "✓";
    position: absolute;
    left: 9px;
    display: grid;
    place-items: center;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: rgba(20, 117, 255, .1);
    color: var(--blue);
    font-size: 9px;
    font-weight: 800;
  }

  .smart .feature-bg {
    position: relative;
    inset: auto;
    order: 2;
    width: 100%;
    height: 300px;
    overflow: hidden;
    background: #dfe4e9;
  }

  .smart .feature-bg::before {
    content: "";
    position: absolute;
    z-index: 1;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(180deg, rgba(255, 255, 255, .24), transparent 22%);
  }

  .smart .feature-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 69% center;
  }
}

@media (max-width: 370px) {
  .smart .feature-content { padding-top: 42px; }
  .smart h2 { font-size: 30px; }
  .smart .check-grid span { padding-left: 26px; font-size: 8px; }
  .smart .check-grid span::before { left: 7px; }
  .smart .feature-bg { height: 275px; }
}

@media (min-width: 581px) {
  .smart .check-grid span::before {
    content: "✓";
    margin-right: 6px;
    color: var(--blue);
    font-weight: 800;
  }
}

/* Purposeful transition between the two feature stories on desktop. */
@media (min-width: 821px) {
  .smart::after {
    background: linear-gradient(
      90deg,
      #fff 0%,
      rgba(255, 255, 255, .99) 24%,
      rgba(255, 255, 255, .88) 35%,
      rgba(255, 255, 255, .48) 47%,
      rgba(255, 255, 255, .08) 62%,
      transparent 72%
    );
  }

  .charging {
    overflow: visible;
    border-top: 1px solid rgba(53, 139, 255, .34);
    box-shadow: 0 -14px 40px rgba(1, 13, 25, .16);
  }

  .charging::after {
    background: linear-gradient(
      90deg,
      rgba(1, 9, 17, .99) 0%,
      rgba(1, 11, 21, .96) 27%,
      rgba(1, 12, 23, .78) 43%,
      rgba(1, 10, 19, .28) 59%,
      transparent 74%
    );
  }

  .charging::before {
    content: "⚡";
    position: absolute;
    z-index: 5;
    top: -22px;
    left: 50%;
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    border: 1px solid rgba(63, 148, 255, .7);
    border-radius: 50%;
    background: #031321;
    color: var(--blue);
    box-shadow:
      0 0 0 7px rgba(2, 15, 28, .42),
      0 9px 24px rgba(0, 0, 0, .28),
      0 0 22px rgba(20, 117, 255, .28);
    font-size: 18px;
    line-height: 1;
    transform: translateX(-50%);
  }

  .smart .feature-content,
  .charging .feature-content {
    transition: transform .35s ease;
  }
}

.contact-hub {
  padding: 76px 0 58px;
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 12%, rgba(16, 77, 128, .18), transparent 34%),
    #020d18;
  color: #fff;
}

.contact-hub::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .35;
  pointer-events: none;
  background-image: linear-gradient(rgba(40, 106, 165, .05) 1px, transparent 1px), linear-gradient(90deg, rgba(40, 106, 165, .05) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(90deg, transparent, #000 70%);
}

.contact-hub .container { position: relative; z-index: 1; }
.contact-heading { margin-bottom: 36px; }
.contact-heading h2 { margin: 0 0 12px; font-size: 42px; line-height: 1.12; letter-spacing: -.04em; }
.contact-heading h2 span { color: var(--blue); }
.contact-heading > p:last-child { margin: 0; color: #b5c2d0; font-size: 13px; }
.contact-panels { display: grid; grid-template-columns: .92fr 1.08fr; gap: 22px; }
.contact-card,.location-card { border: 1px solid rgba(70, 132, 189, .35); border-radius: 12px; background: rgba(5, 24, 42, .72); box-shadow: 0 20px 55px rgba(0, 0, 0, .12); backdrop-filter: blur(8px); }
.contact-card { overflow: hidden; }
.contact-item { display: flex; align-items: center; gap: 16px; min-height: 92px; padding: 17px 22px; border-bottom: 1px solid rgba(104, 151, 193, .18); }
.contact-item:last-child { border-bottom: 0; }
.contact-symbol,.call-icon { display: grid; place-items: center; flex: 0 0 48px; width: 48px; height: 48px; border: 1px solid var(--blue); border-radius: 9px; background: rgba(20, 117, 255, .08); color: var(--blue2); font-size: 23px; }
.contact-item > span:last-child { min-width: 0; }
.contact-item small,.contact-item strong,.contact-item em { display: block; }
.contact-item small { color: #8799aa; font-size: 9px; font-weight: 600; text-transform: uppercase; }
.contact-item strong { margin: 1px 0; color: #fff; font-size: 14px; }
.contact-item em { color: #9eafbf; font-size: 9px; font-style: normal; }
.location-card { padding: 20px; }
.location-card h3 { margin: 0 0 13px; font-size: 17px; }
.map-frame { height: 236px; overflow: hidden; border: 1px solid rgba(78, 143, 203, .25); border-radius: 8px; background: #dce6ee; }
.map-frame iframe { width: 100%; height: 100%; border: 0; filter: saturate(.78) contrast(.96); }
.call-banner { display: flex; align-items: center; gap: 22px; margin-top: 22px; padding: 21px 24px; border: 1px solid rgba(34, 127, 220, .58); border-radius: 11px; background: linear-gradient(105deg, rgba(5, 29, 51, .92), rgba(4, 23, 40, .72)); }
.call-icon { border-radius: 50%; }
.call-banner div { flex: 1; }
.call-banner small,.call-banner strong { display: block; }
.call-banner small { color: #93a5b7; font-size: 10px; }
.call-banner strong { font-size: 17px; }
.call-banner .btn { min-width: 190px; }

.site-footer { padding: 0; border-top: 1px solid var(--blue); background: #010a13; }
.footer-main { display: grid; grid-template-columns: 1.35fr .75fr 1fr 1fr; gap: 60px; padding-top: 54px; padding-bottom: 48px; }
.footer-brand img { width: 175px; margin-bottom: 17px; }
.footer-brand p { max-width: 280px; margin: 0; color: #91a3b5; font-size: 11px; }
.footer-column { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; }
.footer-column h3 { margin: 0 0 8px; color: var(--blue2); font-size: 10px; letter-spacing: .07em; text-transform: uppercase; }
.footer-column a,.footer-column span { color: #d1dbe4; font-size: 10px; transition: color .2s; }
.footer-column a:hover { color: var(--blue2); }
.footer-contact a,.footer-contact span { line-height: 1.5; }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; padding-top: 18px; padding-bottom: 18px; border-top: 1px solid rgba(128, 157, 183, .18); }
.footer-bottom p { margin: 0; color: #74889b; font-size: 9px; }
.footer-bottom div { display: flex; gap: 20px; }
.footer-bottom a { color: #91a4b6; font-size: 9px; }

@media (max-width: 820px) {
  .contact-hub { padding: 58px 0 46px; }
  .contact-heading h2 { font-size: 34px; }
  .contact-panels { grid-template-columns: 1fr; }
  .map-frame { height: 270px; }
  .footer-main { grid-template-columns: 1.25fr 1fr 1fr; gap: 34px; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 580px) {
  .contact-hub { padding-top: 50px; }
  .contact-heading { margin-bottom: 28px; }
  .contact-heading h2 { font-size: 31px; }
  .contact-heading > p:last-child { font-size: 11.5px; }
  .contact-item { min-height: 82px; padding: 14px; gap: 12px; }
  .contact-symbol { flex-basis: 42px; width: 42px; height: 42px; font-size: 20px; }
  .contact-item strong { font-size: 12px; }
  .location-card { padding: 14px; }
  .map-frame { height: 220px; }
  .call-banner { flex-wrap: wrap; padding: 17px; gap: 13px; }
  .call-icon { flex-basis: 44px; width: 44px; height: 44px; }
  .call-banner div { width: calc(100% - 60px); }
  .call-banner strong { font-size: 13px; line-height: 1.35; }
  .call-banner .btn { width: 100%; }
  .footer-main { grid-template-columns: repeat(2, 1fr); gap: 32px 22px; padding-top: 42px; padding-bottom: 35px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-brand img { width: 160px; }
  .footer-contact { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; gap: 11px; text-align: center; }
  .footer-bottom div { flex-wrap: wrap; justify-content: center; gap: 10px 16px; }
}

.security-feature {
  position: relative;
  min-height: 460px;
  overflow: hidden;
  background: #f7fafc;
}

.security-photo {
  position: absolute;
  inset: 0;
}

.security-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, .12) 30%, rgba(255, 255, 255, .96) 49%, #fff 100%);
}

.security-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left center;
}

.security-inner {
  position: relative;
  z-index: 2;
  min-height: 460px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.security-content {
  width: 58%;
  padding-left: 40px;
}

.security-content h2 {
  margin: 0 0 13px;
  font-size: 38px;
  line-height: 1.12;
  letter-spacing: -.035em;
}

.security-content h2 span { color: var(--blue); }
.security-content > p:not(.eyebrow) { max-width: 530px; margin: 0; color: #536173; font-size: 13px; }

.security-points {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
  margin: 24px 0 20px;
}

.security-points > div {
  min-width: 0;
  padding-right: 8px;
  border-right: 1px solid #dfe7f0;
}

.security-points > div:last-child { border-right: 0; }
.security-points img { width: 35px; height: 35px; margin-bottom: 7px; object-fit: contain; }
.security-points strong,.security-points small { display: block; }
.security-points strong { color: var(--ink); font-size: 10px; line-height: 1.3; }
.security-points small { margin-top: 3px; color: #697789; font-size: 9px; line-height: 1.35; }
.security-content .btn { min-width: 190px; }

.process-section {
  padding: 54px 0 62px;
  position: relative;
  overflow: hidden;
  background: radial-gradient(circle at 50% 0%, #082948 0%, #03182c 34%, #010c18 76%);
  color: #fff;
}

.process-heading { text-align: center; }
.process-heading .eyebrow { margin-bottom: 4px; }
.process-heading h2 { margin: 0 0 36px; font-size: 30px; letter-spacing: -.03em; }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 34px; }
.process-step { position: relative; text-align: center; }

.process-step:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 41px;
  left: calc(50% + 48px);
  width: calc(100% - 62px);
  border-top: 1px dashed rgba(42, 132, 255, .62);
}

.step-number {
  position: absolute;
  top: 12px;
  left: calc(50% - 70px);
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border: 1px solid var(--blue);
  border-radius: 50%;
  background: #03172a;
  color: var(--blue2);
  font-size: 12px;
  font-weight: 700;
}

.step-icon {
  width: 76px;
  height: 76px;
  margin: 0 auto 14px;
  display: grid;
  place-items: center;
  border: 1px solid var(--blue);
  border-radius: 50%;
  background: rgba(2, 18, 33, .88);
  box-shadow: 0 0 25px rgba(20, 117, 255, .08);
}

.step-icon img { width: 48px; height: 48px; object-fit: contain; }
.process-step h3 { margin: 0 0 6px; font-size: 14px; }
.process-step p { max-width: 245px; margin: auto; color: #b7c4d2; font-size: 11px; line-height: 1.55; }

@media (max-width: 820px) {
  .security-feature { min-height: 0; padding-top: 285px; background: #fff; }
  .security-photo { height: 285px; bottom: auto; }
  .security-photo::after { background: linear-gradient(0deg, #fff 0%, transparent 38%); }
  .security-photo img { object-position: 30% center; }
  .security-inner { min-height: 0; display: block; padding-bottom: 54px; }
  .security-content { width: 100%; padding: 12px 0 0; }
  .security-content h2 { font-size: 32px; }
  .security-points { grid-template-columns: repeat(2, 1fr); gap: 9px; }
  .security-points > div { min-height: 72px; padding: 10px; border: 1px solid #e1e9f2; border-radius: 7px; background: #f8fbff; }
  .security-points > div:last-child { border-right: 1px solid #e1e9f2; }
  .security-points img { float: left; width: 31px; height: 31px; margin: 0 9px 0 0; }
  .security-content .btn { width: 100%; }
  .process-grid { grid-template-columns: repeat(2, 1fr); gap: 38px 20px; }
  .process-step::after { display: none; }
}

@media (max-width: 580px) {
  .security-feature { padding-top: 235px; }
  .security-photo { height: 235px; }
  .security-inner { padding-bottom: 48px; }
  .security-content { padding-top: 8px; }
  .security-content h2 { font-size: 30px; }
  .security-content > p:not(.eyebrow) { font-size: 12px; }
  .security-points { margin: 20px 0; }
  .security-points strong { font-size: 9px; }
  .security-points small { font-size: 8px; }
  .process-section { padding: 48px 0 54px; }
  .process-heading h2 { margin-bottom: 34px; font-size: 27px; line-height: 1.2; }
  .process-grid { grid-template-columns: 1fr; gap: 34px; }
  .process-step:not(:last-child)::before { content: ""; position: absolute; left: 50%; bottom: -27px; height: 22px; border-left: 1px dashed rgba(42, 132, 255, .55); }
  .step-number { left: calc(50% - 65px); }
  .process-step p { max-width: 280px; }
}
