.funnel-page { --funnel-dark: #121416; overflow: hidden; }
.funnel-hero { position: relative; min-height: 760px; display: flex; align-items: center; overflow: hidden; color: #fff; background: #181b1e; }
.funnel-hero__image, .funnel-hero__shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.funnel-hero__image { object-fit: cover; object-position: center; }
.funnel-hero__shade { background: linear-gradient(90deg, rgba(11,13,15,.96) 0%, rgba(11,13,15,.89) 38%, rgba(11,13,15,.35) 67%, rgba(11,13,15,.08) 100%); }
.funnel-hero__content { position: relative; z-index: 2; padding-top: 80px; padding-bottom: 80px; }
.funnel-eyebrow, .funnel-kicker { display: inline-flex; align-items: center; gap: 9px; color: #aeb4b8; font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.funnel-eyebrow i { width: 8px; height: 8px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 6px rgba(228,35,41,.15); }
.funnel-hero h1 { max-width: 820px; margin: 24px 0 19px; font-size: clamp(48px, 6.1vw, 79px); line-height: .97; letter-spacing: -.063em; }
.funnel-hero__content > p { max-width: 675px; margin: 0; color: #c3c7ca; font-size: 14px; line-height: 1.7; }
.funnel-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; margin-top: 31px; }
.funnel-button--glass { color: #fff; border: 1px solid rgba(255,255,255,.25); background: rgba(255,255,255,.1); backdrop-filter: blur(10px); }
.funnel-phone { min-height: 48px; display: inline-flex; align-items: center; gap: 12px; padding: 0 13px; color: inherit; font-size: 10px; font-weight: 800; }
.funnel-phone span { font-size: 18px; }
.trust-row { max-width: 890px; display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 50px; border: 1px solid rgba(255,255,255,.17); border-radius: 18px; background: rgba(15,17,19,.48); backdrop-filter: blur(12px); }
.trust-row span { min-height: 67px; display: flex; flex-direction: column; justify-content: center; padding: 12px 17px; border-left: 1px solid rgba(255,255,255,.14); color: #aeb3b6; font-size: 8px; }
.trust-row span:first-child { border-left: 0; }
.trust-row b { margin-bottom: 2px; color: #fff; font-size: 13px; }
.funnel-section { padding: 105px 0; }
.funnel-heading { max-width: 760px; margin: 0 auto 49px; text-align: center; }
.funnel-heading--left { max-width: none; margin-inline: 0; text-align: left; }
.funnel-heading > span { color: var(--accent); font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.funnel-heading h2, .used-proof__copy h2, .new-batteries__copy h2, .diagnostics__grid > div:first-child h2 { margin: 12px 0 13px; font-size: clamp(38px, 5vw, 62px); line-height: 1; letter-spacing: -.058em; }
.funnel-heading p, .used-proof__copy > p, .new-batteries__copy > p, .diagnostics__grid > div:first-child > p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.75; }
.situation { background: #fff; }
.situation-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 13px; }
.situation-card { position: relative; min-height: 335px; display: flex; flex-direction: column; padding: 30px; border: 1px solid var(--line); border-radius: 25px; background: #fff; transition: transform .25s, box-shadow .25s; }
.situation-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.situation-card > i { position: absolute; right: 25px; top: 22px; color: #d5d8da; font-size: 10px; font-style: normal; font-weight: 800; }
.situation-card__icon { width: 56px; height: 56px; display: grid; place-items: center; margin-bottom: auto; border-radius: 16px; background: var(--soft); font-size: 25px; }
.situation-card h3 { max-width: 270px; margin: 27px 0 10px; font-size: 22px; line-height: 1.12; letter-spacing: -.04em; }
.situation-card p { margin: 0 0 25px; color: var(--muted); font-size: 10px; line-height: 1.7; }
.situation-card b { margin-top: auto; font-size: 10px; }
.situation-card--urgent { color: #fff; border-color: var(--accent); background: var(--accent); }
.situation-card--urgent > i, .situation-card--urgent p { color: #ffd1d3; }
.situation-card--urgent .situation-card__icon { background: rgba(255,255,255,.15); }
.used-proof { background: #f3f4f5; }
.used-proof__intro { display: grid; grid-template-columns: 1.08fr .92fr; gap: 74px; align-items: center; }
.used-proof__image { position: relative; min-height: 500px; overflow: hidden; border-radius: 30px; background: #ddd; }
.used-proof__image img { width: 100%; height: 100%; position: absolute; object-fit: cover; }
.used-proof__image > span { position: absolute; left: 20px; bottom: 20px; display: flex; flex-direction: column; padding: 13px 16px; border-radius: 12px; color: #fff; background: rgba(15,17,19,.76); backdrop-filter: blur(9px); }
.used-proof__image b { font-size: 11px; }
.used-proof__image small { margin-top: 2px; color: #bbc0c3; font-size: 8px; }
.used-proof__numbers { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 34px; overflow: hidden; border: 1px solid #dfe1e2; border-radius: 17px; background: #fff; }
.used-proof__numbers div { min-height: 78px; display: flex; flex-direction: column; justify-content: center; padding: 13px; border-left: 1px solid var(--line); }
.used-proof__numbers div:first-child { border-left: 0; }
.used-proof__numbers b { font-size: 15px; }
.used-proof__numbers span { color: #92979a; font-size: 7px; }
.objections { display: grid; grid-template-columns: .72fr 1.28fr; gap: 75px; margin-top: 110px; }
.objections-list { border-top: 1px solid #d9dcde; }
.objections-list details { border-bottom: 1px solid #d9dcde; }
.objections-list summary { min-height: 68px; display: flex; align-items: center; justify-content: space-between; gap: 20px; list-style: none; cursor: pointer; font-size: 12px; font-weight: 800; }
.objections-list summary::-webkit-details-marker { display: none; }
.objections-list summary i { font-size: 20px; font-style: normal; transition: transform .2s; }
.objections-list details[open] summary i { transform: rotate(45deg); }
.objections-list p { margin: -3px 45px 20px 0; color: var(--muted); font-size: 10px; line-height: 1.7; }
.levels { color: #fff; background: var(--funnel-dark); }
.levels .funnel-heading p { color: #91979a; }
.levels-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.levels-grid article { position: relative; min-height: 380px; display: flex; flex-direction: column; padding: 31px; border: 1px solid #34383b; border-radius: 25px; background: #1a1d20; }
.levels-grid small { color: #8e9498; font-size: 8px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.levels-grid h3 { margin: 35px 0 12px; font-size: 26px; letter-spacing: -.045em; }
.levels-grid p { margin: 0; color: #969b9e; font-size: 10px; line-height: 1.7; }
.levels-grid strong { margin-top: auto; font-size: 30px; letter-spacing: -.05em; }
.levels-grid a { margin-top: 17px; color: #fff; font-size: 10px; font-weight: 800; }
.levels-card--featured { border-color: var(--accent) !important; background: var(--accent) !important; }
.levels-card--featured > span { position: absolute; right: 16px; top: 16px; padding: 6px 9px; border-radius: 8px; color: var(--accent); background: #fff; font-size: 7px; font-weight: 800; }
.levels-card--featured small, .levels-card--featured p { color: #ffd1d3; }
.levels-extra { display: flex; align-items: center; gap: 10px; margin-top: 17px; }
.levels-extra span { padding: 12px 15px; border: 1px solid #34383b; border-radius: 11px; color: #c1c5c7; font-size: 9px; }
.levels-extra a { margin-left: auto; font-size: 10px; font-weight: 800; }
.new-batteries { background: #fff; }
.new-batteries__grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 75px; align-items: center; }
.new-batteries__copy ul { display: grid; gap: 0; margin: 27px 0 30px; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.new-batteries__copy li { padding: 13px 0; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 10px; }
.new-batteries__copy li b { color: var(--ink); }
.new-batteries__image { position: relative; min-height: 550px; overflow: hidden; border-radius: 30px; }
.new-batteries__image img { position: absolute; width: 100%; height: 100%; object-fit: cover; }
.new-batteries__image span { position: absolute; left: 18px; bottom: 18px; padding: 11px 14px; border-radius: 10px; color: #fff; background: rgba(19,21,23,.75); font-size: 8px; font-weight: 700; backdrop-filter: blur(8px); }
.services { background: #f4f5f6; }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.services-grid article { min-height: 275px; display: flex; flex-direction: column; padding: 27px; border: 1px solid #e2e4e5; border-radius: 22px; background: #fff; }
.services-grid article > span { width: 50px; height: 50px; display: grid; place-items: center; border-radius: 14px; background: #fff0f0; font-size: 22px; }
.services-grid h3 { margin: 27px 0 9px; font-size: 18px; letter-spacing: -.035em; }
.services-grid p { margin: 0; color: var(--muted); font-size: 9px; line-height: 1.7; }
.services-grid a { margin-top: auto; font-size: 9px; font-weight: 800; }
.workflow { background: #fff; }
.workflow-list { display: grid; grid-template-columns: repeat(4, 1fr); margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.workflow-list li { min-height: 235px; display: flex; flex-direction: column; padding: 25px 25px 28px; border-left: 1px solid var(--line); }
.workflow-list li:first-child { border-left: 0; }
.workflow-list li > b { color: var(--accent); font-size: 10px; }
.workflow-list li > span { margin-top: auto; color: var(--muted); font-size: 9px; line-height: 1.65; }
.workflow-list strong { display: block; margin-bottom: 8px; color: var(--ink); font-size: 16px; line-height: 1.2; }
.diagnostics { color: #fff; background: #191c1f; }
.diagnostics__grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 70px; align-items: center; }
.diagnostics__grid > div:first-child > p { color: #959b9e; }
.diagnostics__grid .button { margin-top: 28px; }
.diagnostics-cards { display: grid; gap: 9px; }
.diagnostics-cards article { display: grid; grid-template-columns: 125px 1fr; align-items: center; column-gap: 22px; padding: 23px; border: 1px solid #34383b; border-radius: 18px; background: #202326; }
.diagnostics-cards b { grid-row: span 2; color: var(--accent); font-size: 16px; }
.diagnostics-cards h3 { margin: 0 0 4px; font-size: 16px; }
.diagnostics-cards p { margin: 0; color: #92989b; font-size: 9px; line-height: 1.6; }
.geography { background: #fff; }
.geography-row { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; }
.geography-row span, .geography-row b { padding: 13px 16px; border-radius: 12px; background: var(--soft); font-size: 9px; }
.geography-row b { color: #fff; background: var(--ink); }
.funnel-final { padding: 100px 0; color: #fff; background: var(--accent); }
.funnel-final .funnel-eyebrow { color: #ffd3d4; }
.funnel-final .funnel-eyebrow i { background: #fff; box-shadow: 0 0 0 6px rgba(255,255,255,.15); }
.funnel-final h2 { max-width: 930px; margin: 18px 0 0; font-size: clamp(42px, 6vw, 70px); line-height: .98; letter-spacing: -.062em; }
.funnel-button--dark { color: #fff; background: #17191b; }

@media (max-width: 980px) {
  .funnel-hero { min-height: 720px; }
  .trust-row { grid-template-columns: repeat(2, 1fr); }
  .trust-row span:nth-child(3) { border-left: 0; border-top: 1px solid rgba(255,255,255,.14); }
  .trust-row span:nth-child(4) { border-top: 1px solid rgba(255,255,255,.14); }
  .situation-grid, .levels-grid, .services-grid { grid-template-columns: repeat(2, 1fr); }
  .situation-card:last-child, .levels-grid article:last-child { grid-column: span 2; }
  .used-proof__intro, .new-batteries__grid { grid-template-columns: 1fr; gap: 45px; }
  .objections { grid-template-columns: 1fr; gap: 25px; }
  .new-batteries__image { order: -1; min-height: 480px; }
  .workflow-list { grid-template-columns: repeat(2, 1fr); }
  .workflow-list li:nth-child(3) { border-left: 0; border-top: 1px solid var(--line); }
  .workflow-list li:nth-child(4) { border-top: 1px solid var(--line); }
  .diagnostics__grid { grid-template-columns: 1fr; gap: 45px; }
}

@media (max-width: 620px) {
  .funnel-hero { min-height: 0; align-items: flex-end; padding-top: 390px; }
  .funnel-hero__image { height: 430px; object-position: 66% center; }
  .funnel-hero__shade { background: linear-gradient(0deg, #111315 0%, #111315 48%, rgba(17,19,21,.1) 88%); }
  .funnel-hero__content { padding-top: 45px; padding-bottom: 55px; }
  .funnel-hero h1 { font-size: 40px; }
  .funnel-hero__content > p { font-size: 11px; }
  .funnel-actions { align-items: stretch; flex-direction: column; }
  .funnel-actions .button, .funnel-phone { width: 100%; }
  .funnel-phone { justify-content: center; }
  .trust-row { grid-template-columns: 1fr; margin-top: 35px; }
  .trust-row span { min-height: 56px; border-top: 1px solid rgba(255,255,255,.14); border-left: 0; }
  .trust-row span:first-child { border-top: 0; }
  .funnel-section { padding: 70px 0; }
  .funnel-heading { margin-bottom: 34px; }
  .funnel-heading h2, .used-proof__copy h2, .new-batteries__copy h2, .diagnostics__grid > div:first-child h2 { font-size: 38px; }
  .situation-grid, .levels-grid, .services-grid { grid-template-columns: 1fr; }
  .situation-card, .situation-card:last-child, .levels-grid article:last-child { grid-column: auto; min-height: 300px; }
  .used-proof__image { min-height: 380px; }
  .used-proof__numbers { grid-template-columns: 1fr; }
  .used-proof__numbers div { min-height: 60px; border-top: 1px solid var(--line); border-left: 0; }
  .used-proof__numbers div:first-child { border-top: 0; }
  .objections { margin-top: 70px; }
  .objections-list summary { min-height: 76px; font-size: 11px; }
  .levels-extra { align-items: stretch; flex-direction: column; }
  .levels-extra a { margin: 8px 0 0; }
  .new-batteries__image { min-height: 380px; }
  .workflow-list { grid-template-columns: 1fr; }
  .workflow-list li, .workflow-list li:nth-child(2) { min-height: 190px; border-top: 1px solid var(--line); border-left: 0; }
  .workflow-list li:first-child { border-top: 0; }
  .diagnostics-cards article { grid-template-columns: 1fr; }
  .diagnostics-cards b { grid-row: auto; margin-bottom: 16px; }
  .funnel-final { padding: 72px 0; }
  .funnel-final h2 { font-size: 41px; }
}
