/* Global ATB France — version 16 */
:root {
  --navy: #071f43;
  --navy-2: #0b2d5b;
  --cyan: #00c2ff;
  --cyan-dark: #008fbd;
  --ink: #10213b;
  --muted: #586b80;
  --pale: #f3f8fc;
  --white: #fff;
  --line: #dce7f1;
  --green: #0f9f67;
  --orange: #ffad42;
  --shadow: 0 20px 60px rgba(7, 31, 67, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, Manrope, system-ui, -apple-system, "Segoe UI", sans-serif;
  line-height: 1.6;
}
a { color: inherit; }
img { display: block; max-width: 100%; height: auto; }
button, input, textarea, select { font: inherit; }
.wrap { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 200;
  padding: 10px 14px;
  border: 2px solid var(--cyan);
  border-radius: 9px;
  background: #fff;
  font-weight: 900;
  transform: translateY(-160%);
}
.skip-link:focus { transform: translateY(0); }
a:focus-visible, button:focus-visible, summary:focus-visible {
  outline: 3px solid #ffbf47;
  outline-offset: 3px;
}

.topbar { background: var(--navy); color: #deebf8; font-size: 14px; }
.topbar .wrap {
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.topbar a { color: #fff; font-weight: 900; }
.header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(220, 231, 241, .9);
  background: rgba(255, 255, 255, .96);
  backdrop-filter: blur(12px);
}
.header .wrap {
  min-height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.logo { width: 126px; height: 88px; object-fit: contain; }
.nav { display: flex; align-items: center; gap: 18px; font-size: 14px; font-weight: 850; }
.nav a { text-decoration: none; }
.nav a:not(.btn):hover { color: var(--cyan-dark); }
.menu-button {
  display: none;
  padding: 10px 13px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
  color: var(--navy);
  font-weight: 900;
}
.btn {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 12px 19px;
  border: 1px solid transparent;
  border-radius: 11px;
  text-decoration: none;
  font-weight: 900;
  transition: transform .2s ease, box-shadow .2s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--cyan); color: var(--navy); box-shadow: 0 10px 25px rgba(0, 194, 255, .23); }
.btn-dark { background: var(--navy); color: #fff; }
.btn-outline { border-color: #b9d0e3; background: #fff; color: var(--navy); }
.btn-small { min-height: 42px; padding: 9px 15px; }

.hero {
  overflow: hidden;
  padding: 88px 0 72px;
  background:
    radial-gradient(circle at 85% 20%, rgba(0, 194, 255, .24), transparent 28%),
    linear-gradient(135deg, #f8fbff 0%, #eef8ff 60%, #fff 100%);
}
.hero-grid { display: grid; grid-template-columns: 1.06fr .94fr; align-items: center; gap: 58px; }
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 12px;
  border-radius: 999px;
  background: #e2f8ff;
  color: #075b80;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .65px;
  text-transform: uppercase;
}
.eyebrow::before {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--green);
  content: "";
}
h1, h2, h3 { color: var(--navy); }
h1 {
  max-width: 800px;
  margin: 18px 0 22px;
  font-size: clamp(45px, 6.4vw, 74px);
  line-height: 1.01;
  letter-spacing: -3.4px;
}
h1 span { color: var(--cyan-dark); }
h2 {
  margin: 0 0 16px;
  font-size: clamp(34px, 4.3vw, 50px);
  line-height: 1.08;
  letter-spacing: -1.8px;
}
h3 { margin: 0 0 10px; font-size: 23px; line-height: 1.22; }
.lead { max-width: 710px; margin: 0; color: #496077; font-size: 20px; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 12px 22px; margin-top: 27px; color: #455e76; font-size: 14px; font-weight: 800; }
.hero-proof span::before { margin-right: 7px; color: var(--green); content: "✓"; font-weight: 950; }
.hero-visual {
  position: relative;
  min-height: 510px;
  display: grid;
  place-items: center;
  padding: 42px 32px;
  border: 1px solid #cce8f5;
  border-radius: 30px;
  background: linear-gradient(145deg, #fff, #e7f7ff);
  box-shadow: 0 32px 80px rgba(7, 31, 67, .17);
}
.hero-visual img { width: min(100%, 520px); filter: drop-shadow(0 27px 23px rgba(7, 31, 67, .22)); }
.price-bubble {
  position: absolute;
  right: 18px;
  bottom: 20px;
  padding: 12px 17px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
  box-shadow: var(--shadow);
  color: var(--navy);
  font-weight: 850;
}
.price-bubble strong { display: block; font-size: 28px; line-height: 1; }
.price-bubble small { color: var(--muted); }

.proofbar { background: var(--navy); color: #fff; }
.proofbar .wrap {
  min-height: 106px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
}
.proof-item { padding: 12px 25px; border-right: 1px solid rgba(255, 255, 255, .17); }
.proof-item:first-child { padding-left: 0; }
.proof-item:last-child { border: 0; }
.proof-item strong { display: block; font-size: 18px; }
.proof-item span { color: #c8d8e8; font-size: 13px; }

.section { padding: 88px 0; }
.soft { background: var(--pale); }
.dark-section { background: var(--navy); color: #fff; }
.section-head { max-width: 790px; margin-bottom: 42px; }
.section-head.center { margin-inline: auto; text-align: center; }
.section-head p { margin: 0; color: var(--muted); font-size: 18px; }
.dark-section .section-head h2, .dark-section h2, .dark-section h3 { color: #fff; }
.dark-section .section-head p { color: #c7d7e7; }
.micro { color: var(--cyan-dark); font-size: 12px; font-weight: 950; letter-spacing: .7px; text-transform: uppercase; }

.offer-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; align-items: stretch; }
.offer-card {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 12px 36px rgba(7, 31, 67, .07);
}
.offer-card.featured { border: 2px solid var(--cyan); transform: translateY(-8px); }
.offer-tag {
  position: absolute;
  top: 12px;
  right: 15px;
  z-index: 2;
  padding: 6px 10px;
  border-radius: 999px;
  background: var(--navy);
  color: #fff;
  font-size: 11px;
  font-weight: 950;
  letter-spacing: .5px;
  text-transform: uppercase;
}
.offer-media { height: 220px; display: grid; place-items: center; padding: 24px 24px 10px; background: linear-gradient(145deg, #f8fbff, #e8f7ff); }
.offer-media img { max-height: 180px; width: auto; filter: drop-shadow(0 15px 13px rgba(7, 31, 67, .18)); }
.offer-card.has-tag .offer-media { padding-top: 52px; }
.offer-card.has-tag .offer-media > img { max-height: 100%; }
.offer-bundle {
  position: relative;
  width: 100%;
  height: 100%;
}
.offer-bundle img,
.equipment-visual img,
.payment-bundle img {
  position: absolute;
  width: auto;
  max-height: none;
  filter: drop-shadow(0 13px 11px rgba(7, 31, 67, .18));
}
.flex-bundle .bundle-tablet {
  top: 0;
  left: 2%;
  z-index: 2;
  width: 70%;
}
.flex-bundle .bundle-drawer {
  right: 2%;
  bottom: 1%;
  z-index: 1;
  width: 53%;
}
.bundle-printer-crop {
  position: absolute;
  right: 0;
  bottom: 4%;
  z-index: 3;
  width: 32%;
  height: 42%;
  overflow: hidden;
}
.bundle-printer-crop img {
  right: auto;
  bottom: 0;
  left: 0;
  width: 195%;
  max-width: none;
}
.vision-pay-bundle .bundle-tpv {
  bottom: 3%;
  left: 0;
  z-index: 1;
  width: 68%;
}
.vision-pay-bundle .bundle-tpe {
  right: 4%;
  bottom: 1%;
  z-index: 3;
  height: 90%;
}
.bundle-sync {
  position: absolute;
  right: 19%;
  bottom: 7%;
  z-index: 4;
  padding: 5px 8px;
  border: 1px solid rgba(7, 31, 67, .12);
  border-radius: 999px;
  background: rgba(255, 255, 255, .94);
  color: var(--navy);
  box-shadow: 0 7px 18px rgba(7, 31, 67, .12);
  font-size: 9px;
  font-weight: 950;
  white-space: nowrap;
}
.offer-content { flex: 1; display: flex; flex-direction: column; padding: 24px; }
.offer-content h3 { font-size: 28px; }
.offer-summary { min-height: 52px; margin: 0 0 18px; color: var(--muted); }
.price { margin: 2px 0 17px; color: var(--navy); }
.price .from { display: block; color: var(--muted); font-size: 13px; font-weight: 800; }
.price strong { font-size: 42px; line-height: 1; letter-spacing: -2px; }
.price sup { font-size: 17px; }
.price small { color: var(--muted); font-size: 12px; }
.checklist { margin: 0 0 25px; padding: 0; list-style: none; }
.checklist li { position: relative; margin: 9px 0; padding-left: 24px; color: #43596f; font-size: 14px; }
.checklist li::before { position: absolute; left: 0; color: var(--green); content: "✓"; font-weight: 950; }
.offer-content .btn { margin-top: auto; }
.pricing-note { margin: 28px 0 0; color: var(--muted); font-size: 13px; text-align: center; }
.pay-card { border-color: #e4d7f5; }
.pay-card .offer-media { background: linear-gradient(145deg, #f7f2ff, #edfaff); }
.pay-card .offer-media img { max-height: 195px; }
.offer-symbol {
  height: 170px;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 50% 45%, rgba(0, 194, 255, .23), transparent 45%),
    linear-gradient(145deg, #f8fbff, #e8f7ff);
}
.offer-symbol span {
  display: grid;
  width: 86px;
  height: 86px;
  place-items: center;
  border: 1px solid rgba(0, 143, 189, .25);
  border-radius: 24px;
  background: #fff;
  color: var(--navy);
  box-shadow: var(--shadow);
  font-size: 42px;
  font-weight: 950;
  letter-spacing: -2px;
}
.offer-symbol.pay {
  background:
    radial-gradient(circle at 50% 45%, rgba(123, 75, 183, .22), transparent 45%),
    linear-gradient(145deg, #fbf8ff, #eef9ff);
}
.offer-symbol.pay span { width: 102px; color: #653f98; font-size: 32px; }

/* Comparateur V16 : représentations cohérentes, indépendantes des modèles disponibles */
.offer-grid-v16 { gap: 16px; }
.offer-card-v16 { overflow: visible; }
.offer-card-v16.featured { transform: translateY(-6px); }
.offer-visual-v16 {
  position: relative;
  height: 205px;
  overflow: hidden;
  border-radius: 23px 23px 0 0;
  background:
    linear-gradient(rgba(7,31,67,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(7,31,67,.035) 1px, transparent 1px),
    radial-gradient(circle at 50% 35%, #fff 0, #eaf7ff 72%);
  background-size: 22px 22px, 22px 22px, auto;
}
.offer-card-v16.pay-card .offer-visual-v16 { background: radial-gradient(circle at 50% 35%, #fff 0, #f0ebfb 72%); }
.offer-photo-v17 {
  position: relative;
  height: 205px;
  overflow: hidden;
  border-radius: 23px 23px 0 0;
  background: #eaf2f6;
}
.offer-photo-v17::after {
  position: absolute;
  inset: auto 0 0;
  height: 34%;
  background: linear-gradient(transparent, rgba(7, 31, 67, .12));
  content: "";
  pointer-events: none;
}
.offer-photo-v17 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(.92) contrast(1.03);
  transition: transform .35s ease;
}
.offer-card-v16:hover .offer-photo-v17 img { transform: scale(1.025); }
.offer-card-v16:nth-child(1) .offer-photo-v17 img { object-position: 48% 46%; }
.offer-card-v16:nth-child(2) .offer-photo-v17 img { object-position: 49% 50%; }
.offer-card-v16:nth-child(3) .offer-photo-v17 img { object-position: 48% 51%; }
.offer-card-v16:nth-child(4) .offer-photo-v17 img { object-position: 50% 50%; }
.offer-index { color: var(--cyan-dark); font-size: 11px; font-weight: 950; letter-spacing: .8px; }
.offer-card-v16 .offer-content h3 { margin-top: 5px; font-size: 31px; }
.offer-card-v16 .offer-summary { min-height: 0; margin-bottom: 16px; color: var(--navy); font-size: 16px; font-weight: 850; }
.offer-card-v16 .price { margin: 2px 0 18px; padding: 15px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.offer-card-v16 .price strong { font-size: 48px; }
.compact-equipment { display: grid; gap: 9px; margin: 0 0 25px; padding: 0; list-style: none; }
.compact-equipment li { position: relative; padding-left: 22px; color: #43596f; font-size: 14px; }
.compact-equipment li::before { position: absolute; left: 0; color: var(--green); content: "✓"; font-weight: 950; }
.premium-common-band { display: flex; align-items: center; justify-content: space-between; gap: 28px; margin-top: 24px; padding: 22px 25px; border-radius: 16px; background: var(--navy); color: #fff; }
.premium-common-band strong { font-size: 19px; }
.premium-common-band span { color: #cde0ef; font-size: 14px; text-align: right; }

.device-tablet,.device-printer,.device-drawer,.device-one,.device-monitor,.device-customer,.device-base,.device-payment,.device-link { position: absolute; display: block; }
.device-tablet { top: 28px; left: 33px; width: 126px; height: 94px; border: 8px solid var(--navy); border-radius: 10px; background: linear-gradient(145deg,#00c2ff,#1577b9); transform: rotate(-3deg); box-shadow: 0 17px 24px rgba(7,31,67,.2); }
.device-tablet i { position: absolute; inset: 10px; border-radius: 3px; background: linear-gradient(135deg,rgba(255,255,255,.9),rgba(255,255,255,.2)); }
.device-tablet::after { position: absolute; left: 42%; bottom: -39px; width: 30px; height: 36px; border-radius: 3px; background: var(--navy-2); content: ""; transform: skew(-10deg); }
.device-printer { right: 25px; bottom: 34px; width: 70px; height: 56px; border-radius: 9px 9px 6px 6px; background: var(--navy); box-shadow: 0 13px 18px rgba(7,31,67,.2); }
.device-printer::before { position: absolute; top: 13px; left: 12px; width: 46px; height: 5px; border-radius: 3px; background: var(--cyan); content: ""; }
.device-printer i { position: absolute; top: -21px; left: 14px; width: 42px; height: 27px; border-radius: 2px; background: #fff; box-shadow: inset 0 0 0 1px #cfe0ec; }
.device-drawer { left: 34px; bottom: 24px; width: 135px; height: 38px; border-radius: 5px; background: #17375e; box-shadow: 0 14px 18px rgba(7,31,67,.18); }
.device-drawer i { position: absolute; top: 12px; left: 14px; width: 107px; height: 4px; border-radius: 4px; background: #617994; }
.device-one { top: 27px; left: 50%; width: 162px; height: 128px; border-radius: 17px 17px 23px 23px; background: var(--navy); transform: translateX(-50%) rotate(-2deg); box-shadow: 0 20px 28px rgba(7,31,67,.2); }
.device-one .one-screen { position: absolute; top: 10px; left: 10px; width: 118px; height: 78px; border-radius: 8px; background: linear-gradient(135deg,#2b85c2,#00c2ff 50%,#e7fbff); }
.device-one .one-customer { position: absolute; top: 14px; right: -22px; width: 46px; height: 67px; border: 6px solid #17375e; border-radius: 7px; background: #dff6ff; }
.device-one .one-slot { position: absolute; left: 48px; bottom: 16px; width: 70px; height: 5px; border-radius: 5px; background: var(--cyan); }
.device-one::after { position: absolute; left: 57px; bottom: -21px; width: 62px; height: 23px; border-radius: 3px 3px 12px 12px; background: #17375e; content: ""; }
.device-monitor { top: 30px; left: 23px; z-index: 2; width: 142px; height: 102px; border: 9px solid var(--navy); border-radius: 9px; background: linear-gradient(135deg,#0f6ead,#00c2ff 60%,#dff8ff); transform: perspective(230px) rotateY(8deg); box-shadow: 0 18px 25px rgba(7,31,67,.2); }
.device-monitor i { position: absolute; inset: 10px; border-radius: 3px; background: linear-gradient(135deg,rgba(255,255,255,.9),transparent 70%); }
.device-customer { top: 44px; right: 25px; z-index: 3; width: 72px; height: 66px; border: 7px solid #17375e; border-radius: 8px; background: #eaf9ff; transform: perspective(180px) rotateY(-12deg); box-shadow: 0 13px 19px rgba(7,31,67,.16); }
.device-customer i { position: absolute; inset: 8px; background: linear-gradient(135deg,#eefbff,#9bdcf2); }
.device-base { left: 75px; bottom: 25px; z-index: 1; width: 106px; height: 13px; border-radius: 50%; background: #17375e; box-shadow: 0 11px 15px rgba(7,31,67,.18); }
.device-base::before { position: absolute; left: 43px; bottom: 7px; width: 22px; height: 48px; background: #17375e; content: ""; transform: skew(-8deg); }
.pay-scene .device-monitor { left: 17px; width: 124px; height: 92px; }
.pay-scene .device-customer { right: 69px; width: 62px; height: 58px; }
.pay-scene .device-base { left: 57px; width: 92px; }
.device-link { right: 39px; bottom: 56px; z-index: 1; width: 68px; border-top: 3px dashed #754ca5; transform: rotate(-17deg); }
.device-payment { right: 19px; bottom: 24px; z-index: 5; width: 47px; height: 86px; border: 5px solid #351c52; border-radius: 12px; background: linear-gradient(180deg,#fff,#e8dff7); box-shadow: 0 14px 20px rgba(50,23,77,.2); transform: rotate(7deg); }
.device-payment i { position: absolute; top: 9px; left: 6px; width: 25px; height: 34px; border-radius: 4px; background: linear-gradient(145deg,#7a50a7,#00c2ff); }
.device-payment::after { position: absolute; right: 7px; bottom: 10px; width: 23px; height: 20px; background: radial-gradient(circle,#754ca5 1.5px,transparent 2px); background-size: 8px 8px; content: ""; }

.introducer-section { padding-top: 0; background: #fff; }
.introducer-card { display: grid; grid-template-columns: 1.3fr .7fr; gap: 42px; align-items: center; padding: 44px; border: 1px solid #cde7f2; border-radius: 26px; background: linear-gradient(130deg,#f8fcff,#e9f8ff); box-shadow: 0 18px 55px rgba(7,31,67,.08); }
.introducer-card h2 { margin-top: 9px; font-size: clamp(32px,4vw,44px); }
.introducer-card > div:first-child p { max-width: 620px; margin: 0; color: var(--muted); font-size: 18px; }
.introducer-highlight { padding: 27px; border-radius: 19px; background: #fff; box-shadow: 0 14px 35px rgba(7,31,67,.09); }
.introducer-highlight strong { display: block; color: var(--navy); font-size: 38px; line-height: 1; letter-spacing: -1.4px; }
.introducer-highlight > span { display: block; margin-top: 7px; color: var(--cyan-dark); font-weight: 850; }
.introducer-highlight p { margin: 17px 0; color: var(--muted); font-size: 14px; }

.premium-intro {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 50px;
  align-items: center;
  margin-bottom: 42px;
}
.premium-stamp {
  padding: 34px;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 24px;
  background: linear-gradient(145deg, rgba(0, 194, 255, .16), rgba(255, 255, 255, .05));
}
.premium-stamp strong { display: block; font-size: clamp(54px, 7vw, 88px); line-height: .95; letter-spacing: -4px; }
.premium-stamp span { display: block; margin-top: 13px; color: #cce4f2; font-size: 18px; }
.feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 17px; }
.feature-card { padding: 25px; border: 1px solid rgba(255, 255, 255, .15); border-radius: 18px; background: rgba(255, 255, 255, .07); }
.feature-number { color: var(--cyan); font-size: 13px; font-weight: 950; }
.feature-card h3 { margin-top: 14px; font-size: 21px; }
.feature-card p { margin: 0; color: #c6d6e5; font-size: 14px; }

.reason-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.reason-card { padding: 27px; border: 1px solid var(--line); border-radius: 19px; background: #fff; }
.reason-card b { display: inline-grid; width: 44px; height: 44px; place-items: center; margin-bottom: 20px; border-radius: 13px; background: #e3f8ff; color: var(--cyan-dark); font-size: 18px; }
.reason-card p { margin: 0; color: var(--muted); font-size: 14px; }

.split { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; align-items: stretch; }
.panel { padding: 38px; border: 1px solid var(--line); border-radius: 23px; background: #fff; }
.panel.tint { background: linear-gradient(145deg, #e9f9ff, #fff); }
.panel p { color: var(--muted); }
.option-list { display: grid; grid-template-columns: 1fr 1fr; gap: 11px; margin-top: 24px; }
.option-pill { padding: 13px 14px; border: 1px solid var(--line); border-radius: 12px; background: #fff; font-size: 13px; }
.option-pill strong { display: block; color: var(--navy); }
.option-pill span { color: var(--cyan-dark); font-weight: 900; }
.tpe-list { display: grid; gap: 10px; margin-top: 24px; }
.tpe-row { display: grid; grid-template-columns: 86px 1fr auto; align-items: center; gap: 14px; padding: 12px; border: 1px solid var(--line); border-radius: 13px; background: #fff; }
.tpe-row img { width: 76px; height: 76px; margin: auto; object-fit: contain; filter: drop-shadow(0 7px 6px rgba(7,31,67,.13)); }
.tpe-row strong { display: block; color: var(--navy); }
.tpe-row small { color: var(--muted); }
.tpe-row b { color: var(--cyan-dark); white-space: nowrap; }

.people {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 45px;
  align-items: center;
}
.people-card {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 13px;
}
.people-card div { padding: 22px; border: 1px solid var(--line); border-radius: 16px; background: #fff; }
.people-card strong { display: block; color: var(--navy); font-size: 18px; }
.people-card span { color: var(--muted); font-size: 13px; }

.sector-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.sector {
  min-height: 180px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 25px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: linear-gradient(155deg, #fff, #edf8fe);
  text-decoration: none;
}
.sector span { margin-bottom: auto; font-size: 29px; }
.sector h3 { font-size: 18px; }
.sector p { margin: 0; color: var(--muted); font-size: 13px; }

.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.step { position: relative; padding: 26px; border-top: 4px solid var(--cyan); border-radius: 0 0 17px 17px; background: #fff; box-shadow: 0 12px 35px rgba(7, 31, 67, .07); }
.step b { display: block; margin-bottom: 16px; color: var(--cyan-dark); font-size: 13px; }
.step p { margin: 0; color: var(--muted); font-size: 14px; }

.faq { display: grid; gap: 12px; }
.faq details { padding: 0 21px; border: 1px solid var(--line); border-radius: 15px; background: #fff; }
.faq summary { cursor: pointer; padding: 19px 36px 19px 0; color: var(--navy); font-weight: 900; }
.faq p { margin: 0 0 19px; color: var(--muted); }
.faq a { color: #006b93; font-weight: 850; }

.cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 46px;
  border-radius: 26px;
  background: linear-gradient(120deg, var(--navy), #0d417b);
  color: #fff;
}
.cta h2 { color: #fff; }
.cta p { max-width: 700px; margin: 0; color: #c9def1; }
.cta .actions { margin-top: 0; }

.breadcrumb { margin-bottom: 20px; color: var(--muted); font-size: 14px; }
.breadcrumb a { color: #076a90; }
.page-hero { padding: 66px 0 52px; background: linear-gradient(135deg, #f8fbff, #edf8ff); }
.page-hero h1 { max-width: 930px; font-size: clamp(42px, 6vw, 66px); }
.page-hero .lead { max-width: 850px; }
.anchor-nav { position: sticky; top: 80px; z-index: 30; border-bottom: 1px solid var(--line); background: rgba(255, 255, 255, .96); }
.anchor-nav .wrap { display: flex; gap: 20px; overflow-x: auto; padding-block: 13px; }
.anchor-nav a { color: var(--navy); font-size: 13px; font-weight: 850; text-decoration: none; white-space: nowrap; }
.data-table { overflow-x: auto; border: 1px solid var(--line); border-radius: 17px; background: #fff; }
.data-table table { width: 100%; min-width: 750px; border-collapse: collapse; }
.data-table th, .data-table td { padding: 16px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.data-table th { background: #e9f8fe; color: var(--navy); }
.data-table td { color: #43596f; }
.data-table tr:last-child td { border-bottom: 0; }
.notice { margin-top: 25px; padding: 19px 21px; border-left: 4px solid var(--cyan); border-radius: 0 12px 12px 0; background: #e9f8fe; color: #3f566e; }
.notice strong { color: var(--navy); }
.notice.compact { margin-top: 16px; padding: 13px 15px; font-size: 13px; }
.legal-note { margin-top: 20px; color: var(--muted); font-size: 12px; }

.footer { padding: 52px 0 23px; background: #06172f; color: #c6d3e1; }
.footer-grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr 1fr; gap: 34px; }
.footer-logo { width: 116px; }
.tpe-gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin: 0 0 28px; }
.tpe-product-card { display: grid; grid-template-rows: 205px auto; padding: 24px; border: 1px solid var(--line); border-radius: 19px; background: linear-gradient(145deg,#fff,#edf8fe); text-align: center; }
.tpe-product-card img { width: 100%; height: 190px; object-fit: contain; filter: drop-shadow(0 13px 10px rgba(7,31,67,.16)); }
.tpe-product-card strong { display: block; color: var(--navy); font-size: 20px; }
.tpe-product-card span { color: var(--muted); font-size: 13px; }
.tpe-product-card span b { color: var(--cyan-dark); font-size: 15px; }

.partner-head { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 28px; }
.partner-head img { width: 150px; max-height: 48px; object-fit: contain; object-position: left center; }
.partner-head span { color: var(--muted); font-size: 12px; font-weight: 900; letter-spacing: .5px; text-transform: uppercase; }
.viva-panel { border-color: #dbcef0; background: linear-gradient(145deg, #fbf8ff, #fff); }
.payment-paths { align-items: stretch; }
.equipment-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.equipment-card { overflow: hidden; border: 1px solid var(--line); border-radius: 20px; background: #fff; box-shadow: 0 12px 34px rgba(7,31,67,.07); }
.equipment-card > img { width: 100%; height: 230px; padding: 24px; object-fit: contain; background: linear-gradient(145deg, #fff, #edf8fe); }
.equipment-visual {
  position: relative;
  width: 100%;
  height: 230px;
  margin: 0;
  overflow: hidden;
  background: linear-gradient(145deg, #fff, #edf8fe);
}
.equipment-flex .bundle-tablet {
  top: 18px;
  left: 4%;
  z-index: 2;
  width: 65%;
}
.equipment-flex .bundle-drawer {
  right: 3%;
  bottom: 18px;
  z-index: 1;
  width: 52%;
}
.equipment-flex .bundle-printer-crop {
  right: 2%;
  bottom: 24px;
  width: 31%;
  height: 88px;
}
.equipment-vision-pay .bundle-tpv {
  bottom: 24px;
  left: 5%;
  width: 66%;
}
.equipment-vision-pay .bundle-tpe {
  right: 8%;
  bottom: 16px;
  z-index: 3;
  height: 76%;
}
.equipment-vision-pay .bundle-sync {
  right: 20%;
  bottom: 20px;
}
.equipment-card > div { padding: 23px; }
.equipment-card h3 { font-size: 19px; }
.equipment-card p { margin: 0; color: var(--muted); font-size: 13px; }
.sav-offer {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 42px;
  align-items: center;
  padding: 44px;
  border: 1px solid #bfe5f3;
  border-radius: 26px;
  background: linear-gradient(135deg, #fff, #e9f9ff);
}
.sav-offer h2 { font-size: clamp(42px, 6vw, 66px); }
.sav-details { padding: 28px; border-radius: 18px; background: #fff; box-shadow: var(--shadow); }
.sav-details .checklist { margin-bottom: 0; }

.payment-hero { background: radial-gradient(circle at 82% 18%, rgba(106, 65, 158, .22), transparent 29%), linear-gradient(135deg, #f8fbff, #f7f1ff 62%, #fff); }
.payment-bundle {
  position: relative;
  width: 100%;
  height: 430px;
}
.payment-bundle::after {
  position: absolute;
  top: 24%;
  right: 0;
  z-index: 0;
  width: 42%;
  aspect-ratio: 1;
  border: 1px solid rgba(0, 159, 196, .16);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 194, 255, .18), rgba(114, 77, 162, .08) 65%, transparent 67%);
  content: "";
}
.payment-bundle .payment-tpv {
  bottom: 45px;
  left: 0;
  z-index: 1;
  width: 78%;
}
.payment-bundle .payment-tpe {
  right: -1%;
  bottom: 38px;
  z-index: 3;
  height: 80%;
}
.payment-link {
  position: absolute;
  top: 18px;
  right: 5%;
  z-index: 4;
  padding: 9px 13px;
  border: 1px solid rgba(7, 31, 67, .12);
  border-radius: 999px;
  background: rgba(255, 255, 255, .96);
  color: var(--navy);
  box-shadow: 0 10px 25px rgba(7, 31, 67, .14);
  font-size: 12px;
  font-weight: 950;
  white-space: nowrap;
}
.payment-device .price-bubble {
  right: auto;
  left: 18px;
}
.flow-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.flow-step { padding: 28px; border: 1px solid var(--line); border-radius: 18px; background: #fff; }
.flow-step b { display: block; margin-bottom: 32px; color: var(--cyan-dark); font-size: 14px; }
.flow-step p { margin: 0; color: var(--muted); font-size: 14px; }
.partner-feature { display: grid; grid-template-columns: 1.2fr .8fr; gap: 44px; align-items: center; margin-bottom: 34px; }
.partner-logo-large { width: 190px; max-height: 58px; margin: 15px 0 28px; object-fit: contain; object-position: left center; }
.rate-card { padding: 35px; border: 1px solid #dfd1ef; border-radius: 24px; background: #fff; box-shadow: var(--shadow); }
.rate-card span { display: block; color: #724da2; font-size: 12px; font-weight: 950; letter-spacing: .6px; text-transform: uppercase; }
.rate-card strong { display: block; margin: 10px 0 0; color: var(--navy); font-size: clamp(58px, 8vw, 92px); line-height: .95; letter-spacing: -4px; }
.rate-card b { display: block; margin-top: 8px; color: var(--navy); font-size: 22px; }
.rate-card p { margin: 18px 0 0; color: var(--muted); font-size: 13px; }
.payment-benefits { margin-top: 20px; }
.footer h3, .footer h4 { color: #fff; font-size: 16px; }
.footer a { display: block; margin: 8px 0; }
.footer p { max-width: 330px; }
.instagram-link { width: 38px; height: 38px; display: grid !important; place-items: center; border: 1px solid #38506d; border-radius: 10px; }
.instagram-link svg { width: 20px; }
.legal { margin-top: 35px; padding-top: 20px; border-top: 1px solid #24364f; font-size: 13px; }
.legal a { display: inline; }
@media (max-width: 1000px) {
  .nav { display: none; }
  .menu-button { display: inline-flex; }
  .nav.open {
    position: absolute;
    top: 80px;
    right: 0;
    left: 0;
    display: grid;
    max-height: calc(100vh - 80px);
    overflow: auto;
    padding: 20px;
    border-bottom: 1px solid var(--line);
    background: #fff;
    box-shadow: 0 15px 30px rgba(7, 31, 67, .13);
  }
  .hero-grid, .premium-intro, .people, .partner-feature, .sav-offer, .introducer-card { grid-template-columns: 1fr; }
  .hero-visual { min-height: 430px; }
  .proofbar .wrap { grid-template-columns: repeat(2, 1fr); }
  .proof-item:nth-child(2) { border-right: 0; }
  .offer-grid, .equipment-grid { grid-template-columns: repeat(2, 1fr); }
  .offer-card.featured { transform: none; }
  .offer-media { height: 270px; }
  .premium-common-band { align-items: flex-start; flex-direction: column; gap: 8px; }
  .premium-common-band span { text-align: left; }
  .offer-summary { min-height: 0; }
  .feature-grid, .reason-grid, .sector-grid, .steps, .flow-grid { grid-template-columns: repeat(2, 1fr); }
  .split { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 640px) {
  .wrap { width: min(100% - 26px, 1180px); }
  .topbar .wrap { justify-content: center; text-align: center; }
  .topbar span { display: none; }
  .header .wrap { min-height: 70px; }
  .logo { width: 108px; height: 74px; }
  .nav.open { top: 70px; }
  .hero { padding: 52px 0 45px; }
  h1 { font-size: 43px; letter-spacing: -2px; }
  h2 { font-size: 34px; letter-spacing: -1px; }
  .lead { font-size: 17px; }
  .actions .btn { width: 100%; }
  .hero-visual { min-height: 315px; padding: 28px 18px 70px; }
  .price-bubble { right: 12px; left: 12px; text-align: center; }
  .proofbar .wrap, .feature-grid, .reason-grid, .sector-grid, .steps, .people-card, .offer-grid, .equipment-grid, .flow-grid { grid-template-columns: 1fr; }
  .proof-item, .proof-item:first-child { padding: 16px 0; border-right: 0; border-bottom: 1px solid rgba(255, 255, 255, .16); }
  .proof-item:last-child { border-bottom: 0; }
  .section { padding: 62px 0; }
  .section-head { margin-bottom: 30px; }
  .offer-media { height: 230px; }
  .offer-visual-v16, .offer-photo-v17 { height: 215px; }
  .offer-content { padding: 24px; }
  .introducer-card { padding: 30px 23px; }
  .panel { padding: 28px 22px; }
  .option-list { grid-template-columns: 1fr; }
  .tpe-row { grid-template-columns: 54px 1fr; }
  .tpe-row b { grid-column: 2; }
  .tpe-gallery { grid-template-columns: 1fr; }
  .tpe-product-card { grid-template-rows: 180px auto; }
  .tpe-product-card img { height: 165px; }
  .equipment-card > img { height: 210px; }
  .equipment-visual { height: 210px; }
  .payment-bundle { height: 270px; }
  .payment-bundle .payment-tpv { bottom: 20px; }
  .payment-bundle .payment-tpe { bottom: 18px; }
  .payment-link { top: 8px; right: 2%; padding: 7px 10px; font-size: 10px; }
  .payment-device .price-bubble { right: 12px; bottom: 14px; left: 12px; }
  .sav-offer { padding: 30px 22px; }
  .cta { align-items: stretch; flex-direction: column; padding: 32px 23px; }
  .cta .actions { width: 100%; }
  .footer-grid { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
