:root {
  --green: #07865f;
  --green-dark: #075f49;
  --green-deep: #063f33;
  --mint: #dff7ed;
  --mint-soft: #f0fbf7;
  --ink: #163b32;
  --ink-soft: #395e55;
  --muted: #68827a;
  --line: #d8e8e2;
  --canvas: #f5f9f7;
  --white: #fff;
  --violet: #6558d9;
  --violet-soft: #f0efff;
  --orange: #f59e0b;
  --shadow: 0 24px 70px rgba(22, 59, 50, .11);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--canvas); color: var(--ink); font: 15px/1.55 Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
body::before { content: ""; position: fixed; inset: 0; z-index: -2; pointer-events: none; background-image: linear-gradient(rgba(7, 134, 95, .028) 1px, transparent 1px), linear-gradient(90deg, rgba(7, 134, 95, .028) 1px, transparent 1px); background-size: 54px 54px; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
img { max-width: 100%; }

.reseller-header { position: sticky; top: 0; z-index: 50; min-height: 78px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 28px; padding: 10px max(22px, calc((100vw - 1370px) / 2)); border-bottom: 1px solid rgba(211, 229, 222, .9); background: rgba(255, 255, 255, .92); box-shadow: 0 7px 22px rgba(15, 70, 54, .04); backdrop-filter: blur(18px); }
.reseller-brand { display: flex; align-items: center; gap: 10px; }
.reseller-brand img { width: 148px; padding: 7px 9px; border: 1px solid var(--line); border-radius: 10px; background: #fff; }
.reseller-brand span { padding: 6px 9px; border-radius: 999px; background: var(--violet-soft); color: var(--violet); font-size: 9px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.reseller-header nav { justify-self: center; display: flex; align-items: center; gap: 4px; color: var(--ink-soft); font-size: 13px; font-weight: 750; }
.reseller-header nav a { padding: 10px 11px; border-radius: 8px; }
.reseller-header nav a:hover { background: var(--mint-soft); color: var(--green-dark); }
.header-actions { display: flex; align-items: center; gap: 10px; }
.text-link { color: var(--green-dark); font-size: 13px; font-weight: 800; }
.header-cta { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 0 16px; border-radius: 9px; background: var(--green); color: #fff; font-size: 13px; font-weight: 900; box-shadow: 0 10px 24px rgba(7, 134, 95, .18); }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 11px; border: 1px solid var(--line); border-radius: 9px; background: #fff; cursor: pointer; }
.menu-toggle span { display: block; width: 100%; height: 2px; margin: 4px 0; border-radius: 99px; background: var(--ink); }

main { overflow: hidden; }
.reseller-hero { position: relative; width: min(100%, 1480px); min-height: calc(100svh - 78px); display: grid; grid-template-columns: minmax(0, 1fr) minmax(520px, .95fr); align-items: center; gap: clamp(50px, 6vw, 100px); margin: auto; padding: clamp(70px, 8vw, 120px) clamp(24px, 5vw, 76px) 90px; }
.reseller-hero::before { content: ""; position: absolute; z-index: -1; width: 620px; height: 620px; top: -220px; left: -300px; border-radius: 50%; background: rgba(161, 232, 204, .28); filter: blur(15px); }
.eyebrow { display: inline-flex; align-items: center; width: fit-content; min-height: 30px; padding: 0 11px; border: 1px solid #bfe8d8; border-radius: 999px; background: #ecfbf5; color: var(--green-dark); font-size: 10px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.hero-copy h1 { max-width: 780px; margin: 18px 0 20px; font-size: clamp(48px, 5.8vw, 82px); line-height: .98; letter-spacing: -.06em; }
.hero-copy h1 em { display: block; margin-top: 8px; color: var(--green); font-style: normal; }
.hero-copy > p { max-width: 700px; margin: 0; color: var(--muted); font-size: clamp(17px, 1.5vw, 21px); line-height: 1.62; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 30px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 11px; min-height: 50px; padding: 0 20px; border: 1px solid transparent; border-radius: 10px; font-size: 14px; font-weight: 900; transition: transform .16s ease, box-shadow .16s ease, border-color .16s ease; }
.button:hover { transform: translateY(-2px); }
.button.primary { background: var(--green); color: #fff; box-shadow: 0 14px 30px rgba(7, 134, 95, .2); }
.button.primary:hover { box-shadow: 0 18px 40px rgba(7, 134, 95, .27); }
.button.secondary { border-color: var(--line); background: #fff; color: var(--ink); }
.hero-trust { display: flex; flex-wrap: wrap; gap: 9px 17px; margin-top: 23px; color: var(--ink-soft); font-size: 12px; font-weight: 750; }
.hero-trust span { display: flex; align-items: center; gap: 7px; }
.hero-trust i { display: grid; place-items: center; width: 18px; height: 18px; border-radius: 50%; background: var(--mint); color: var(--green); font-size: 10px; font-style: normal; }

.hero-visual { position: relative; min-height: 530px; display: grid; place-items: center; isolation: isolate; }
.hero-visual::before { content: ""; position: absolute; inset: 5% -8%; z-index: -3; border-radius: 50%; background: radial-gradient(circle, rgba(57, 209, 147, .3), rgba(169, 225, 205, .12) 43%, transparent 70%); filter: blur(20px); }
.visual-orbit { position: absolute; z-index: -2; border: 1px dashed rgba(7, 134, 95, .2); border-radius: 50%; }
.orbit-one { width: 520px; height: 520px; }
.orbit-two { width: 660px; height: 360px; transform: rotate(-13deg); }
.product-window { width: min(100%, 650px); overflow: hidden; border: 1px solid #bdcec8; border-radius: 18px; background: #fff; box-shadow: 0 42px 90px rgba(18, 72, 56, .22); transform: perspective(1500px) rotateY(-4deg) rotateX(2deg); }
.window-bar { min-height: 35px; display: flex; align-items: center; gap: 6px; padding: 0 12px; border-bottom: 1px solid #dbe6e2; background: linear-gradient(#fbfcfc, #eef3f1); }
.window-bar > span { width: 8px; height: 8px; border-radius: 50%; background: #ff6257; }
.window-bar > span:nth-child(2) { background: #f8bd31; }
.window-bar > span:nth-child(3) { background: #2acb45; }
.window-bar small { margin: auto; padding-right: 34px; color: #71847e; font-size: 9px; font-weight: 800; }
.product-window img { display: block; width: 100%; aspect-ratio: 1.896 / 1; object-fit: cover; object-position: center; }
.brand-card, .revenue-card { position: absolute; z-index: 3; border: 1px solid rgba(188, 218, 207, .85); background: rgba(255, 255, 255, .94); box-shadow: 0 22px 50px rgba(16, 65, 51, .18); backdrop-filter: blur(12px); }
.brand-card { top: 8%; left: -3%; display: grid; grid-template-columns: 46px 1fr auto; align-items: center; gap: 10px; min-width: 220px; padding: 11px; border-radius: 14px; }
.brand-placeholder { display: grid; place-items: center; width: 46px; height: 46px; border-radius: 11px; background: linear-gradient(145deg, var(--green), #19c88b); color: #fff; font-size: 9px; font-weight: 950; line-height: 1.05; text-align: center; }
.brand-card small, .brand-card strong { display: block; }
.brand-card small { color: var(--muted); font-size: 9px; }
.brand-card strong { margin-top: 2px; font-size: 13px; }
.brand-card i { display: grid; place-items: center; width: 24px; height: 24px; border-radius: 50%; background: var(--mint); color: var(--green); font-size: 11px; font-style: normal; }
.revenue-card { right: -1%; bottom: 7%; min-width: 225px; padding: 14px 16px; border-radius: 14px; }
.revenue-card small, .revenue-card strong, .revenue-card span { display: block; }
.revenue-card small { color: var(--violet); font-size: 9px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.revenue-card strong { margin: 3px 0; font-size: 17px; }
.revenue-card span { color: var(--muted); font-size: 10px; }

.proof-strip { width: min(calc(100% - 40px), 1280px); display: grid; grid-template-columns: repeat(4, 1fr); margin: -28px auto 0; overflow: hidden; border: 1px solid var(--line); border-radius: 16px; background: #fff; box-shadow: var(--shadow); }
.proof-strip article { min-height: 106px; display: flex; flex-direction: column; justify-content: center; padding: 22px 28px; border-right: 1px solid var(--line); }
.proof-strip article:last-child { border: 0; }
.proof-strip strong { color: var(--green); font-size: 29px; line-height: 1; }
.proof-strip span { margin-top: 6px; color: var(--muted); font-size: 12px; font-weight: 700; }

.time-section, .included-section, .business-section, .audience-section, .faq-section { width: min(100%, 1380px); margin: auto; padding: 120px clamp(22px, 5vw, 70px); }
.section-heading { max-width: 940px; }
.section-heading.centered { margin: 0 auto 48px; text-align: center; }
.section-heading.centered .eyebrow { margin-inline: auto; }
.section-heading h2 { margin: 17px 0 16px; font-size: clamp(38px, 4.6vw, 64px); line-height: 1.04; letter-spacing: -.05em; }
.section-heading p { max-width: 820px; margin: 0 auto; color: var(--muted); font-size: 17px; line-height: 1.65; }
.comparison-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; max-width: 1080px; margin: auto; }
.comparison-card { display: flex; flex-direction: column; min-height: 540px; padding: clamp(28px, 4vw, 46px); border: 1px solid var(--line); border-radius: 24px; }
.muted-card { background: #eef4f1; color: #48645c; }
.featured-card { position: relative; overflow: hidden; border-color: #9fddc5; background: #fff; box-shadow: var(--shadow); }
.featured-card::before { content: ""; position: absolute; width: 300px; height: 300px; right: -160px; top: -170px; border-radius: 50%; background: #c8f3e1; }
.card-label { position: relative; z-index: 1; width: fit-content; padding: 7px 10px; border-radius: 999px; background: rgba(255, 255, 255, .7); color: var(--green-dark); font-size: 10px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.featured-card .card-label { background: var(--mint); }
.comparison-card h3 { position: relative; margin: 20px 0 22px; font-size: 32px; line-height: 1.1; letter-spacing: -.035em; }
.comparison-card ul { display: grid; gap: 14px; margin: 0; padding: 0; list-style: none; }
.comparison-card li { position: relative; padding-left: 28px; font-weight: 700; }
.comparison-card li::before { content: ""; position: absolute; width: 16px; height: 16px; left: 0; top: 4px; border: 2px solid #9dafaa; border-radius: 50%; }
.featured-card li::before { border: 0; background: var(--green); box-shadow: inset 0 0 0 5px var(--mint); }
.comparison-card footer { display: grid; gap: 4px; margin-top: auto; padding-top: 28px; border-top: 1px solid rgba(142, 171, 162, .3); }
.comparison-card footer strong { color: var(--ink); font-size: 17px; }
.comparison-card footer span { color: var(--muted); font-size: 12px; }

.included-section { width: 100%; max-width: none; background: #fff; }
.included-section > * { width: min(100%, 1240px); margin-inline: auto; }
.included-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.included-grid article { position: relative; min-height: 310px; display: flex; flex-direction: column; padding: 25px; overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: linear-gradient(155deg, #fff, #f8fbfa); transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease; }
.included-grid article:hover { z-index: 2; transform: translateY(-5px); border-color: #a9dcca; box-shadow: 0 24px 48px rgba(21, 82, 63, .1); }
.feature-icon { display: grid; place-items: center; width: 44px; height: 44px; margin-bottom: 25px; border-radius: 12px; background: var(--mint); color: var(--green); font-size: 19px; font-weight: 900; }
.included-grid article:nth-child(3n+2) .feature-icon { background: var(--violet-soft); color: var(--violet); }
.included-grid article:nth-child(3n) .feature-icon { background: #fff4db; color: #c47700; }
.included-grid small { color: var(--green); font-size: 9px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.included-grid h3 { margin: 7px 0 10px; font-size: 23px; letter-spacing: -.03em; }
.included-grid p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.55; }
.included-grid b { margin-top: auto; padding-top: 20px; color: var(--ink-soft); font-size: 11px; }

.brand-section { width: min(calc(100% - 40px), 1280px); display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: clamp(50px, 8vw, 110px); margin: 120px auto; padding: clamp(34px, 5vw, 64px); overflow: hidden; border: 1px solid #cfe4dc; border-radius: 28px; background: linear-gradient(135deg, #f0fbf7, #fff 55%, #f1efff); }
.brand-copy h2, .implementation-intro h2, .boundary-section h2 { margin: 17px 0; font-size: clamp(38px, 4.4vw, 59px); line-height: 1.04; letter-spacing: -.05em; }
.brand-copy > p, .implementation-intro > p, .boundary-section > div:first-child p { color: var(--muted); font-size: 16px; }
.brand-copy ul { display: grid; gap: 10px; margin: 26px 0 0; padding: 0; list-style: none; font-weight: 750; }
.brand-copy li { padding-left: 25px; position: relative; }
.brand-copy li::before { content: "✓"; position: absolute; left: 0; color: var(--green); font-weight: 950; }
.brand-preview { position: relative; min-height: 430px; display: grid; grid-template-columns: 82px 1fr; overflow: hidden; border: 1px solid #b9ccc5; border-radius: 22px; background: #fff; box-shadow: 0 35px 70px rgba(23, 73, 59, .15); transform: rotate(1.5deg); }
.preview-sidebar { display: flex; flex-direction: column; align-items: center; gap: 19px; padding: 19px 12px; background: #063d33; }
.logo-sample { display: grid; place-items: center; width: 42px; height: 42px; margin-bottom: 16px; border-radius: 12px; background: linear-gradient(135deg, #13c888, #58e6b4); color: #fff; font-size: 23px; font-weight: 950; }
.preview-sidebar i { width: 35px; height: 7px; border-radius: 99px; background: rgba(255, 255, 255, .25); }
.preview-sidebar i:nth-of-type(1) { background: #54dfa8; }
.preview-content { padding: 24px; background: #f7faf9; }
.preview-top { display: flex; justify-content: space-between; align-items: center; color: var(--muted); font-size: 11px; font-weight: 800; }
.preview-top button { border: 0; border-radius: 8px; padding: 8px 10px; background: var(--green); color: #fff; font: inherit; }
.preview-content h3 { margin: 36px 0 22px; font-size: 25px; }
.preview-kpis { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.preview-kpis span { display: grid; gap: 2px; min-height: 82px; padding: 14px; border: 1px solid var(--line); border-radius: 11px; background: #fff; color: var(--muted); font-size: 9px; text-transform: uppercase; }
.preview-kpis b { color: var(--green); font-size: 20px; }
.preview-chart { height: 145px; display: flex; align-items: end; gap: 10px; margin-top: 14px; padding: 17px; border: 1px solid var(--line); border-radius: 12px; background: #fff; }
.preview-chart i { flex: 1; height: 32%; border-radius: 5px 5px 1px 1px; background: #9de7cb; }
.preview-chart i:nth-child(2) { height: 53%; }.preview-chart i:nth-child(3) { height: 41%; }.preview-chart i:nth-child(4) { height: 76%; background: var(--green); }.preview-chart i:nth-child(5) { height: 65%; }.preview-chart i:nth-child(6) { height: 88%; background: var(--violet); }
.preview-domain { position: absolute; right: 18px; bottom: 15px; padding: 6px 9px; border-radius: 7px; background: #e6f6f0; color: var(--green-dark); font-size: 9px; font-weight: 900; }

.business-section { padding-top: 30px; }
.business-flow { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr; align-items: stretch; gap: 12px; }
.business-flow article { min-height: 230px; padding: 23px; border: 1px solid var(--line); border-radius: 17px; background: #fff; box-shadow: 0 14px 34px rgba(27, 74, 61, .05); }
.business-flow article > span { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 11px; background: var(--green-deep); color: #fff; font-size: 11px; font-weight: 900; }
.business-flow h3 { margin: 31px 0 9px; font-size: 20px; letter-spacing: -.025em; }
.business-flow p { margin: 0; color: var(--muted); font-size: 12px; }
.business-flow > i { align-self: center; color: #9db8af; font-size: 22px; font-style: normal; }

.implementation-section { width: min(calc(100% - 40px), 1280px); display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(50px, 7vw, 100px); margin: 50px auto 120px; padding: clamp(38px, 6vw, 76px); border-radius: 28px; background: var(--green-deep); color: #fff; box-shadow: 0 34px 80px rgba(5, 60, 47, .22); }
.implementation-intro { align-self: center; }
.implementation-intro .eyebrow { border-color: rgba(120, 239, 190, .3); background: rgba(120, 239, 190, .1); color: #93f1c9; }
.implementation-intro > p { color: #b9d4ca; }
.implementation-intro .button { margin-top: 22px; background: #fff; color: var(--green-deep); box-shadow: none; }
.implementation-steps { display: grid; gap: 0; margin: 0; padding: 0; list-style: none; }
.implementation-steps li { position: relative; display: grid; grid-template-columns: 42px 1fr; gap: 15px; padding: 16px 0; }
.implementation-steps li:not(:last-child)::after { content: ""; position: absolute; width: 1px; height: calc(100% - 48px); left: 20px; top: 48px; background: rgba(147, 241, 201, .25); }
.implementation-steps li > span { z-index: 1; display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid rgba(147, 241, 201, .32); border-radius: 12px; background: #0a5745; color: #9af0ca; font-size: 12px; font-weight: 900; }
.implementation-steps strong { font-size: 16px; }
.implementation-steps p { margin: 4px 0 0; color: #accbbf; font-size: 12px; }

.boundary-section { width: min(calc(100% - 40px), 1280px); margin: 0 auto 120px; padding: clamp(35px, 5vw, 62px); border: 1px solid #dedcf6; border-radius: 27px; background: #fff; box-shadow: var(--shadow); }
.boundary-section > div:first-child { max-width: 850px; }
.boundary-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 35px; }
.boundary-columns article { padding: 25px; border-radius: 18px; }
.included-list { border: 1px solid #bfe8d8; background: var(--mint-soft); }
.excluded-list { border: 1px solid #dedcf6; background: #f7f6ff; }
.boundary-columns strong { font-size: 17px; }
.boundary-columns ul { display: grid; gap: 10px; margin: 17px 0 0; padding: 0; list-style: none; color: var(--ink-soft); font-size: 13px; }
.boundary-columns li { position: relative; padding-left: 23px; }
.boundary-columns li::before { position: absolute; left: 0; font-weight: 950; }
.included-list li::before { content: "✓"; color: var(--green); }
.excluded-list li::before { content: "–"; color: var(--violet); }
.source-note { margin: 15px 0 0; padding: 12px 15px; border-radius: 10px; background: #f3f5f4; color: var(--muted); font-size: 11px; font-weight: 750; }

.audience-section { padding-top: 20px; }
.audience-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 13px; }
.audience-grid article { min-height: 170px; padding: 24px; border: 1px solid var(--line); border-radius: 16px; background: #fff; }
.audience-grid span { color: var(--green-dark); font-size: 16px; font-weight: 900; }
.audience-grid p { margin: 13px 0 0; color: var(--muted); font-size: 12px; }

.faq-section { width: 100%; max-width: none; background: #fff; }
.faq-section > * { width: min(100%, 1040px); margin-inline: auto; }
.faq-list { display: grid; gap: 10px; }
.faq-list details { overflow: hidden; border: 1px solid var(--line); border-radius: 14px; background: #fbfdfc; }
.faq-list details[open] { border-color: #a7dcc9; background: var(--mint-soft); }
.faq-list summary { display: grid; grid-template-columns: 1fr 32px; align-items: center; gap: 20px; min-height: 68px; padding: 16px 19px; color: var(--ink); font-size: 14px; font-weight: 850; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { display: grid; place-items: center; width: 30px; height: 30px; border: 1px solid var(--line); border-radius: 50%; background: #fff; color: var(--green); font-size: 17px; }
.faq-list details p { margin: 0; padding: 0 66px 20px 19px; color: var(--muted); font-size: 13px; line-height: 1.65; }

.reseller-plans-section { width: min(100%, 1380px); margin: auto; padding: 30px clamp(22px, 5vw, 70px) 120px; }
.reseller-plans-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(270px, 1fr)); gap: 16px; max-width: 1120px; margin: auto; align-items: stretch; }
.reseller-plans-grid.is-single { grid-template-columns: minmax(0, 560px); justify-content: center; }
.reseller-plan-card { position: relative; display: flex; flex-direction: column; min-height: 510px; padding: 28px; border: 1px solid var(--line); border-radius: 21px; background: #fff; box-shadow: 0 18px 44px rgba(23, 73, 59, .07); }
.reseller-plan-card.is-featured { border-color: #55c99a; box-shadow: 0 26px 56px rgba(7, 134, 95, .16); transform: translateY(-8px); }
.plan-badge { position: absolute; top: -13px; left: 50%; padding: 6px 11px; border-radius: 999px; background: var(--green); color: #fff; font-size: 9px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; transform: translateX(-50%); }
.reseller-plan-head > span { color: var(--green); font-size: 10px; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.reseller-plan-head h3 { margin: 9px 0; font-size: 28px; letter-spacing: -.04em; }
.reseller-plan-head p { min-height: 62px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.55; }
.reseller-plan-price { display: flex; align-items: baseline; gap: 7px; margin: 25px 0 20px; padding: 17px 0; border-block: 1px solid var(--line); }
.reseller-plan-price strong { color: var(--green-deep); font-size: 28px; letter-spacing: -.04em; }
.reseller-plan-price span { color: var(--muted); font-size: 11px; font-weight: 750; }
.reseller-plan-card ul { display: grid; gap: 10px; margin: 0 0 26px; padding: 0; list-style: none; color: var(--ink-soft); font-size: 13px; font-weight: 700; }
.reseller-plan-card li { position: relative; padding-left: 23px; }
.reseller-plan-card li::before { content: "✓"; position: absolute; left: 0; color: var(--green); font-weight: 950; }
.reseller-plan-card .button { width: 100%; margin-top: auto; }

.final-cta { width: min(calc(100% - 40px), 1280px); margin: 120px auto; padding: clamp(45px, 7vw, 82px); overflow: hidden; border-radius: 30px; background: linear-gradient(135deg, #087a5a, #064536 62%, #253f82); color: #fff; text-align: center; box-shadow: 0 38px 90px rgba(5, 69, 52, .25); }
.final-cta .eyebrow { border-color: rgba(255, 255, 255, .22); background: rgba(255, 255, 255, .1); color: #baffdf; }
.final-cta h2 { max-width: 930px; margin: 21px auto 17px; font-size: clamp(40px, 5.2vw, 69px); line-height: 1.02; letter-spacing: -.055em; }
.final-cta > p { max-width: 760px; margin: 0 auto; color: #c9e0d8; font-size: 17px; }
.final-cta > div { display: grid; justify-items: center; gap: 12px; margin-top: 30px; }
.light-button { background: #fff!important; color: var(--green-deep)!important; box-shadow: 0 16px 35px rgba(0, 0, 0, .16)!important; }
.final-cta small { color: #a9c9bd; font-size: 11px; }

.reseller-footer { display: grid; grid-template-columns: 1.5fr .7fr .7fr 1fr; gap: 36px; padding: 55px max(22px, calc((100vw - 1280px) / 2)); border-top: 1px solid #dce8e3; background: #fff; color: var(--muted); }
.reseller-footer > div { display: flex; flex-direction: column; gap: 10px; }
.reseller-footer .footer-brand img { width: 175px; padding: 8px; border: 1px solid var(--line); border-radius: 9px; }
.reseller-footer .footer-brand p { max-width: 390px; }
.reseller-footer strong { margin-bottom: 7px; color: var(--ink); }
.reseller-footer a:hover { color: var(--green); }
.footer-legal { align-items: flex-end; text-align: right; }
.floating-cta { position: fixed; right: 20px; bottom: 20px; z-index: 40; display: flex; align-items: center; gap: 10px; min-height: 52px; padding: 0 17px; border: 1px solid rgba(255, 255, 255, .4); border-radius: 999px; background: var(--green); color: #fff; box-shadow: 0 16px 38px rgba(7, 134, 95, .3); font-size: 13px; font-weight: 900; }
.floating-cta b { font-size: 17px; }

@media (max-width: 1120px) {
  .reseller-header { grid-template-columns: auto 1fr; }
  .reseller-header nav { position: absolute; top: calc(100% + 1px); left: 14px; right: 14px; display: none; align-items: stretch; padding: 10px; border: 1px solid var(--line); border-radius: 13px; background: #fff; box-shadow: var(--shadow); }
  .reseller-header nav.open { display: flex; flex-direction: column; }
  .header-actions { justify-self: end; }
  .menu-toggle { display: block; }
  .reseller-hero { grid-template-columns: 1fr; min-height: auto; text-align: center; }
  .hero-copy h1, .hero-copy > p { margin-inline: auto; }
  .hero-copy .eyebrow { margin-inline: auto; }
  .hero-actions, .hero-trust { justify-content: center; }
  .hero-visual { width: min(100%, 760px); margin: auto; }
  .included-grid { grid-template-columns: repeat(2, 1fr); }
  .brand-section { grid-template-columns: 1fr; }
  .brand-copy { max-width: 780px; }
  .business-flow { grid-template-columns: repeat(2, 1fr); }
  .business-flow > i { display: none; }
  .audience-grid { grid-template-columns: repeat(2, 1fr); }
  .reseller-footer { grid-template-columns: 1.2fr .8fr .8fr; }
  .footer-legal { grid-column: 1 / -1; align-items: flex-start; text-align: left; }
}

@media (max-width: 760px) {
  .reseller-header { min-height: 70px; padding-inline: 13px; }
  .reseller-brand img { width: 122px; }
  .reseller-brand span, .header-actions .text-link { display: none; }
  .header-cta { min-height: 40px; padding-inline: 11px; font-size: 11px; }
  .menu-toggle { width: 40px; height: 40px; }
  .reseller-hero { gap: 25px; padding: 55px 18px 70px; }
  .hero-copy h1 { font-size: clamp(44px, 13vw, 65px); }
  .hero-copy > p { font-size: 16px; }
  .hero-actions .button { width: 100%; }
  .hero-trust { display: grid; justify-content: start; max-width: 330px; margin-inline: auto; text-align: left; }
  .hero-visual { min-height: 390px; }
  .orbit-one { width: 390px; height: 390px; }.orbit-two { width: 440px; height: 260px; }
  .product-window { width: 96%; transform: none; }
  .brand-card { top: 2%; left: 0; min-width: 190px; transform: scale(.86); transform-origin: left top; }
  .revenue-card { right: 0; bottom: 2%; min-width: 190px; transform: scale(.88); transform-origin: right bottom; }
  .proof-strip { grid-template-columns: repeat(2, 1fr); margin-top: -18px; }
  .proof-strip article { min-height: 90px; padding: 17px; }
  .proof-strip article:nth-child(2) { border-right: 0; }.proof-strip article:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .time-section, .included-section, .business-section, .audience-section, .faq-section { padding: 85px 18px; }
  .section-heading.centered { margin-bottom: 34px; }
  .section-heading h2 { font-size: clamp(37px, 11vw, 50px); }
  .section-heading p { font-size: 15px; }
  .comparison-grid, .boundary-columns { grid-template-columns: 1fr; }
  .reseller-plan-card.is-featured { transform: none; }
  .comparison-card { min-height: 500px; padding: 27px 22px; }
  .included-grid, .audience-grid, .business-flow { grid-template-columns: 1fr; }
  .included-grid article { min-height: 270px; }
  .brand-section, .implementation-section, .boundary-section, .final-cta { width: calc(100% - 28px); margin-block: 85px; }
  .brand-section { padding: 28px 20px; }
  .brand-preview { min-height: 340px; grid-template-columns: 55px 1fr; transform: none; }
  .preview-sidebar { padding-inline: 7px; }.logo-sample { width: 38px; height: 38px; }.preview-sidebar i { width: 28px; }
  .preview-content { padding: 16px; }.preview-content h3 { margin-top: 25px; font-size: 19px; }.preview-kpis { grid-template-columns: 1fr; }.preview-kpis span:nth-child(n+2) { display: none; }.preview-chart { height: 115px; }
  .implementation-section { grid-template-columns: 1fr; padding: 37px 23px; }
  .boundary-section { padding: 31px 20px; }
  .boundary-section h2, .brand-copy h2, .implementation-intro h2 { font-size: 39px; }
  .faq-list summary { font-size: 13px; }
  .faq-list details p { padding-right: 20px; }
  .final-cta { padding: 48px 21px; }
  .final-cta h2 { font-size: 40px; }
  .final-cta > p { font-size: 15px; }
  .reseller-footer { grid-template-columns: 1fr; gap: 26px; padding: 45px 20px 100px; }
  .footer-legal { grid-column: auto; }
  .floating-cta { right: 13px; bottom: calc(13px + env(safe-area-inset-bottom)); min-width: 50px; justify-content: center; padding-inline: 15px; }
  .floating-cta span { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .button, .included-grid article { transition: none; }
}
