.aioshop-landing {
  --blue: #0877ff;
  --blue-bright: #26a2ff;
  --ink: #07101f;
  --ink-soft: #0d192b;
  --white: #fff;
  --mist: #eef3f8;
  --muted: #637083;
  --line: #d9e1ea;
  width: 100%;
  margin: 0;
  overflow: hidden;
  background: #fff;
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
}
.aioshop-landing, .aioshop-landing * { box-sizing: border-box; }
.aioshop-landing a { color: inherit; text-decoration: none; }
.aioshop-landing img { display: block; max-width: 100%; }
.aioshop-landing h1, .aioshop-landing h2, .aioshop-landing h3, .aioshop-landing p { margin-top: 0; }
.aioshop-landing h1, .aioshop-landing h2 { margin-bottom: 0; font-weight: 750; letter-spacing: -3.8px; line-height: .98; }
.aioshop-landing h1 { font-size: clamp(54px, 6.3vw, 92px); max-width: 790px; }
.aioshop-landing h2 { font-size: clamp(42px, 4.6vw, 68px); }
.aioshop-landing h1 em, .aioshop-landing h2 em { display: block; color: var(--blue); font-style: normal; }

.aioshop-header {
  height: 82px;
  padding: 0 clamp(24px, 5vw, 78px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(5,13,26,.94);
  color: #fff;
  position: absolute;
  inset: 0 0 auto;
  z-index: 10;
  border-bottom: 1px solid rgba(255,255,255,.13);
  backdrop-filter: blur(14px);
}
.aioshop-logo { width: 94px; height: 58px; padding: 4px 8px; display: block; background: #fff; border-radius: 3px; overflow: hidden; box-shadow: 0 5px 18px rgba(0,0,0,.14); }
.aioshop-logo img { width: 100%; height: 100%; object-fit: contain; }
.aioshop-nav { display: flex; align-items: center; gap: clamp(20px,2.6vw,42px); font-size: 13px; font-weight: 650; }
.aioshop-nav a { opacity: .72; transition: .2s; }
.aioshop-nav a:hover { opacity: 1; color: var(--blue-bright); }
.aioshop-header-phone { display: flex; align-items: center; gap: 12px; font-size: 16px; font-weight: 750; }
.aioshop-header-phone small { display: block; color: #8ca0b9; font-size: 10px; text-transform: uppercase; letter-spacing: 1.1px; margin-bottom: 2px; }
.aioshop-phone-icon { width: 37px; height: 37px; display: grid; place-items: center; background: var(--blue); border-radius: 50%; }

.aioshop-hero { min-height: 770px; height: min(88vh,900px); position: relative; display: grid; align-items: center; color: #fff; background: var(--ink); overflow: hidden; }
.aioshop-hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.aioshop-hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg,rgba(3,9,19,.98),rgba(3,9,19,.9) 35%,rgba(3,9,19,.32) 72%),linear-gradient(0deg,rgba(3,9,19,.75),transparent 42%); }
.aioshop-grid { position: absolute; inset: 0; opacity: .16; background-image: linear-gradient(rgba(82,158,255,.18) 1px,transparent 1px),linear-gradient(90deg,rgba(82,158,255,.18) 1px,transparent 1px); background-size: 58px 58px; mask-image: linear-gradient(90deg,#000,transparent 68%); }
.aioshop-hero-content { position: relative; z-index: 2; max-width: 910px; padding: 128px clamp(24px,8vw,128px) 80px; }
.aioshop-eyebrow { margin: 0 0 24px; display: flex; align-items: center; gap: 10px; font-size: 11px; text-transform: uppercase; letter-spacing: 1.8px; color: #a9bbcf; font-weight: 700; }
.aioshop-eyebrow > span { width: 27px; height: 2px; background: var(--blue); display: inline-block; }
.aioshop-eyebrow.dark { color: #607087; }
.aioshop-hero-copy { max-width: 620px; color: #c0cbd8; font-size: clamp(17px,1.45vw,21px); line-height: 1.55; margin: 30px 0 36px; }
.aioshop-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.aioshop-button { min-height: 54px; padding: 0 25px; display: inline-flex; align-items: center; justify-content: center; gap: 24px; font-size: 13px; font-weight: 760; border: 1px solid transparent; transition: .2s; }
.aioshop-button:hover { transform: translateY(-2px); }
.aioshop-button-primary { background: var(--blue); color: #fff!important; box-shadow: 0 12px 30px rgba(8,119,255,.28); }
.aioshop-button-ghost { border-color: rgba(255,255,255,.34); background: rgba(255,255,255,.04); color: #fff!important; }
.aioshop-button-dark { background: var(--ink); color: #fff!important; }
.aioshop-proof { display: flex; margin-top: 56px; }
.aioshop-proof > div { min-width: 145px; padding-right: 28px; margin-right: 28px; border-right: 1px solid rgba(255,255,255,.18); }
.aioshop-proof > div:last-child { border: 0; }
.aioshop-proof strong { display: block; font-size: 19px; color: #fff; }
.aioshop-proof span { display: block; margin-top: 4px; color: #8395aa; font-size: 11px; }

.aioshop-trust { min-height: 85px; padding: 22px clamp(24px,7vw,110px); display: flex; align-items: center; justify-content: space-between; gap: 25px; background: var(--blue); color: #fff; }
.aioshop-trust p { margin: 0; font-size: 14px; letter-spacing: 2.3px; white-space: nowrap; }
.aioshop-trust p strong { color: var(--ink); }
.aioshop-trust div { display: flex; justify-content: flex-end; gap: clamp(18px,3.3vw,52px); flex-wrap: wrap; font-size: 12px; font-weight: 650; }

.aioshop-section { padding: 112px clamp(24px,7vw,112px); }
.aioshop-section-heading { display: grid; grid-template-columns: 1.25fr .75fr; gap: 80px; align-items: end; margin-bottom: 58px; }
.aioshop-section-heading > p, .aioshop-faq-intro > p { color: var(--muted); line-height: 1.75; font-size: 15px; margin-bottom: 4px; }
.aioshop-service-grid { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.aioshop-service-card { min-height: 390px; padding: 27px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); display: flex; flex-direction: column; transition: .25s; }
.aioshop-service-card:hover { background: var(--ink); color: #fff; transform: translateY(-4px); box-shadow: 0 20px 50px rgba(7,16,31,.16); }
.aioshop-service-number { font-size: 11px; color: #8290a2; }
.aioshop-service-icon { width: 54px; height: 54px; margin: 38px 0 27px; display: grid; place-items: center; background: #e8f2ff; color: var(--blue); font-size: 28px; font-weight: 300; }
.aioshop-service-card:hover .aioshop-service-icon { background: var(--blue); color: #fff; }
.aioshop-service-card h3 { font-size: 19px; letter-spacing: -.5px; margin-bottom: 16px; }
.aioshop-service-card p { color: var(--muted); font-size: 13px; line-height: 1.7; margin-bottom: 0; }
.aioshop-service-card:hover p { color: #a8b4c4; }
.aioshop-service-card > a { margin-top: auto; padding-top: 25px; font-size: 12px; font-weight: 730; color: var(--blue); display: flex; justify-content: space-between; }

.aioshop-control { display: grid; grid-template-columns: 1.05fr .95fr; min-height: 700px; background: var(--ink); color: #fff; }
.aioshop-control-image { position: relative; min-height: 600px; overflow: hidden; }
.aioshop-control-image > img { width: 100%; height: 100%; object-fit: cover; }
.aioshop-control-image:after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg,transparent 68%,var(--ink)),linear-gradient(0deg,rgba(7,16,31,.5),transparent 50%); }
.aioshop-image-badge { position: absolute; z-index: 2; left: 32px; bottom: 32px; width: 210px; padding: 18px; background: rgba(5,13,26,.9); border-left: 3px solid var(--blue); }
.aioshop-image-badge strong { display: block; font-size: 12px; color: #5dffb4; margin-bottom: 6px; text-transform: uppercase; letter-spacing: 1px; }
.aioshop-image-badge span { color: #a7b5c5; font-size: 11px; line-height: 1.5; }
.aioshop-control-content { padding: 95px clamp(35px,7vw,110px); display: flex; flex-direction: column; justify-content: center; }
.aioshop-control-content > p:not(.aioshop-eyebrow) { color: #9eacbd; font-size: 15px; line-height: 1.75; margin: 28px 0; }
.aioshop-checks { list-style: none; padding: 0; margin: 0; }
.aioshop-checks li { display: flex; gap: 16px; padding: 17px 0; border-top: 1px solid rgba(255,255,255,.1); color: #94a4b6; font-size: 12px; line-height: 1.5; }
.aioshop-checks li > span { width: 27px; height: 27px; border-radius: 50%; display: grid; place-items: center; background: rgba(8,119,255,.18); color: #5dadff; flex: 0 0 auto; }
.aioshop-checks strong { display: block; color: #fff; font-size: 13px; margin-bottom: 2px; }
.aioshop-text-link { margin-top: 27px; color: #fff!important; font-size: 13px; font-weight: 730; display: flex; gap: 24px; align-items: center; }
.aioshop-text-link span { color: var(--blue-bright); }

.aioshop-method { background: var(--mist); }
.aioshop-method-head { display: flex; justify-content: space-between; align-items: flex-end; gap: 30px; margin-bottom: 80px; }
.aioshop-timeline { display: grid; grid-template-columns: repeat(4,1fr); }
.aioshop-timeline article { position: relative; padding-right: 36px; }
.aioshop-timeline article:before { content: ""; position: absolute; top: 48px; left: 0; width: 100%; height: 1px; background: #bdc9d7; }
.aioshop-step-number { font-size: 11px; color: #8290a2; margin-bottom: 29px; }
.aioshop-step-dot { position: relative; z-index: 1; display: block; width: 11px; height: 11px; background: #fff; border: 3px solid var(--blue); border-radius: 50%; margin-bottom: 31px; }
.aioshop-timeline h3 { font-size: 17px; margin-bottom: 12px; }
.aioshop-timeline p { color: var(--muted); font-size: 12px; line-height: 1.65; max-width: 230px; }

.aioshop-brands { display: grid; grid-template-columns: .8fr 1.2fr; background: var(--ink); color: #fff; padding: 100px clamp(24px,7vw,112px); gap: 80px; align-items: center; }
.aioshop-brands-copy > p:not(.aioshop-eyebrow) { color: #98a8ba; font-size: 14px; line-height: 1.75; margin-top: 28px; }
.aioshop-brand-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.aioshop-brand-cards article { min-height: 260px; padding: 34px; background: #fff; color: var(--ink); display: flex; flex-direction: column; }
.aioshop-partner-logo { height: 82px; display: flex; align-items: center; }
.aioshop-partner-logo img { width: auto; max-width: 165px; max-height: 82px; object-fit: contain; }
.aioshop-partner-logo.wide img { max-width: 215px; max-height: 80px; }
.aioshop-brand-cards p { margin: 30px 0 20px; color: var(--muted); font-size: 12px; line-height: 1.65; }
.aioshop-brand-cards article > span { margin-top: auto; font-size: 9px; letter-spacing: 1.5px; color: var(--blue); }

.aioshop-local { display: grid; grid-template-columns: 1fr 1fr; min-height: 570px; background: var(--blue); color: #fff; }
.aioshop-local-map { min-height: 520px; position: relative; display: grid; place-items: center; overflow: hidden; background: #0870ef; }
.aioshop-local-map:before { content: ""; position: absolute; width: 78%; height: 78%; opacity: .2; transform: rotate(-8deg); background-image: linear-gradient(33deg,transparent 45%,#fff 46%,#fff 46.5%,transparent 47%),linear-gradient(118deg,transparent 53%,#fff 54%,#fff 54.5%,transparent 55%); }
.aioshop-local-map > strong { font-size: clamp(58px,8vw,120px); letter-spacing: -7px; opacity: .08; }
.aioshop-pin { position: absolute; z-index: 2; width: 62px; height: 62px; border-radius: 50% 50% 50% 0; transform: rotate(-45deg); background: #fff; color: var(--blue); box-shadow: 0 15px 30px rgba(1,30,70,.24); display: grid; place-items: center; font-size: 28px; }
.aioshop-pin::first-letter { transform: rotate(45deg); }
.aioshop-local-content { padding: 90px clamp(35px,7vw,110px); display: flex; flex-direction: column; justify-content: center; }
.aioshop-local-content .aioshop-eyebrow { color: #cae3ff; }
.aioshop-local-content .aioshop-eyebrow > span { background: #fff; }
.aioshop-local-content h2 em { color: var(--ink); }
.aioshop-local-content > p:not(.aioshop-eyebrow) { margin: 27px 0; line-height: 1.7; font-size: 14px; color: #d9ebff; }
.aioshop-areas { display: flex; gap: 8px; flex-wrap: wrap; }
.aioshop-areas span { padding: 9px 12px; border: 1px solid rgba(255,255,255,.35); font-size: 10px; text-transform: uppercase; letter-spacing: .7px; }

.aioshop-faq { display: grid; grid-template-columns: .7fr 1.3fr; gap: 90px; }
.aioshop-faq-intro > p { margin-top: 23px; max-width: 330px; }
.aioshop-phone-block { margin-top: 30px; display: flex; align-items: center; gap: 14px; }
.aioshop-phone-block > span { width: 46px; height: 46px; border-radius: 50%; display: grid; place-items: center; background: var(--blue); color: #fff; }
.aioshop-phone-block small { display: block; color: var(--muted); text-transform: uppercase; font-size: 9px; letter-spacing: 1px; }
.aioshop-phone-block strong { display: block; margin-top: 3px; font-size: 18px; }
.aioshop-faq-list details { border-top: 1px solid var(--line); }
.aioshop-faq-list details:last-child { border-bottom: 1px solid var(--line); }
.aioshop-faq-list summary { list-style: none; cursor: pointer; padding: 25px 0; display: flex; justify-content: space-between; align-items: center; font-size: 15px; font-weight: 700; }
.aioshop-faq-list summary::-webkit-details-marker { display: none; }
.aioshop-faq-list summary span { width: 28px; height: 28px; border-radius: 50%; background: var(--mist); color: var(--blue); display: grid; place-items: center; }
.aioshop-faq-list details[open] summary span { transform: rotate(45deg); background: var(--blue); color: #fff; }
.aioshop-faq-list details p { margin: -5px 45px 25px 0; color: var(--muted); font-size: 13px; line-height: 1.7; }

.aioshop-final { min-height: 520px; padding: 100px 24px; position: relative; overflow: hidden; background: var(--ink); color: #fff; text-align: center; display: flex; flex-direction: column; align-items: center; justify-content: center; }
.aioshop-final > *:not(.aioshop-grid) { position: relative; z-index: 1; }
.aioshop-final .aioshop-eyebrow { color: #a7b7c9; }
.aioshop-final h2 em { display: inline; }
.aioshop-final > p:not(.aioshop-eyebrow) { color: #91a2b5; margin: 25px 0 32px; font-size: 14px; }
.aioshop-cta-phone { width: min(100%,390px); padding: 17px 20px 17px 25px; background: var(--blue); color: #fff!important; display: grid; grid-template-columns: 1fr auto; text-align: left; }
.aioshop-cta-phone small { font-size: 9px; text-transform: uppercase; letter-spacing: 1.2px; opacity: .8; }
.aioshop-cta-phone strong { grid-row: 2; font-size: 27px; }
.aioshop-cta-phone > span { grid-row: 1/3; grid-column: 2; align-self: center; width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.45); display: grid; place-items: center; }

.aioshop-footer { background: #030914; color: #fff; padding: 60px clamp(24px,7vw,112px) 25px; display: grid; grid-template-columns: .55fr .85fr .6fr; gap: 45px; align-items: start; }
.aioshop-logo.footer { width: 110px; height: 68px; }
.aioshop-footer > p { max-width: 420px; color: #75869a; font-size: 12px; line-height: 1.7; }
.aioshop-footer-links { display: flex; justify-content: flex-end; flex-wrap: wrap; gap: 20px; font-size: 11px; color: #a4b1c1; }
.aioshop-footer-bottom { grid-column: 1/-1; padding-top: 25px; margin-top: 25px; border-top: 1px solid rgba(255,255,255,.1); display: flex; justify-content: space-between; color: #59697d; font-size: 9px; text-transform: uppercase; letter-spacing: .7px; }
.aioshop-mobile-call { display: none; }

@media (max-width:1050px) {
  .aioshop-nav { display: none; }
  .aioshop-service-grid { grid-template-columns: 1fr 1fr; }
  .aioshop-control { grid-template-columns: 1fr; }
  .aioshop-control-image { height: 560px; }
  .aioshop-brands { grid-template-columns: 1fr; }
}
@media (max-width:760px) {
  .aioshop-header { height: 70px; padding: 0 20px; }
  .aioshop-logo { width: 78px; height: 50px; padding: 3px 6px; }
  .aioshop-header-phone { font-size: 14px; }
  .aioshop-header-phone small, .aioshop-phone-icon { display: none; }
  .aioshop-hero { min-height: 720px; height: auto; align-items: end; }
  .aioshop-hero-image { object-position: 63% center; }
  .aioshop-hero-overlay { background: linear-gradient(0deg,rgba(3,9,19,1) 14%,rgba(3,9,19,.88) 55%,rgba(3,9,19,.35)),linear-gradient(90deg,rgba(3,9,19,.6),transparent); }
  .aioshop-hero-content { padding: 150px 20px 55px; }
  .aioshop-landing h1 { font-size: 52px; letter-spacing: -3px; }
  .aioshop-landing h2 { font-size: 42px; letter-spacing: -2.6px; }
  .aioshop-hero-copy { font-size: 16px; }
  .aioshop-actions .aioshop-button { flex: 1 1 180px; }
  .aioshop-proof { margin-top: 40px; justify-content: space-between; }
  .aioshop-proof > div { min-width: 0; margin-right: 12px; padding-right: 12px; }
  .aioshop-proof strong { font-size: 15px; }
  .aioshop-proof span { font-size: 9px; }
  .aioshop-trust { align-items: flex-start; flex-direction: column; }
  .aioshop-trust div { gap: 12px 20px; justify-content: flex-start; }
  .aioshop-section { padding: 75px 20px; }
  .aioshop-section-heading { grid-template-columns: 1fr; gap: 28px; }
  .aioshop-service-grid { grid-template-columns: 1fr; }
  .aioshop-service-card { min-height: 335px; }
  .aioshop-control-image { min-height: 380px; height: 430px; }
  .aioshop-control-image > img { object-position: 66% center; }
  .aioshop-image-badge { left: 20px; bottom: 20px; }
  .aioshop-control-content { padding: 72px 20px; }
  .aioshop-method-head { align-items: flex-start; flex-direction: column; }
  .aioshop-timeline { grid-template-columns: 1fr; gap: 35px; }
  .aioshop-timeline article { padding-left: 40px; }
  .aioshop-timeline article:before { width: 1px; height: calc(100% + 36px); top: 0; left: 5px; }
  .aioshop-step-number { margin: 0 0 8px; }
  .aioshop-step-dot { position: absolute; left: 0; top: 2px; }
  .aioshop-brand-cards { grid-template-columns: 1fr; }
  .aioshop-brands { padding: 75px 20px; gap: 45px; }
  .aioshop-local { grid-template-columns: 1fr; }
  .aioshop-local-map { min-height: 320px; }
  .aioshop-local-content { padding: 70px 20px; }
  .aioshop-faq { grid-template-columns: 1fr; gap: 45px; }
  .aioshop-final { min-height: 540px; }
  .aioshop-footer { grid-template-columns: 1fr; padding-bottom: 90px; }
  .aioshop-footer-links { justify-content: flex-start; }
  .aioshop-mobile-call { display: flex; position: fixed; z-index: 999; left: 14px; right: 14px; bottom: 12px; min-height: 52px; align-items: center; justify-content: center; gap: 10px; background: var(--blue); color: #fff!important; box-shadow: 0 12px 30px rgba(0,0,0,.28); font-size: 14px; font-weight: 760; }
}
@media (prefers-reduced-motion:reduce) {
  .aioshop-landing *, .aioshop-landing *:before, .aioshop-landing *:after { transition: none!important; }
}
