:root {
    --am-accent: #ff4b1f;
    --am-accent-soft: #fff2ec;
    --am-ink: #090909;
    --am-muted: #5f6368;
    --am-line: #dce1e7;
    --am-line-dark: #b9c0c8;
    --am-surface: #ffffff;
    --am-soft: #f7f8fa;
    --am-green: #169c38;
    --am-green-soft: #e8f8ec;
    --am-shadow: 0 14px 38px rgba(16, 24, 40, .06);
    --am-shell: min(1840px, calc(100vw - 48px));
    --am-radius: 10px;
    --am-header-h: 78px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body.am-page {
    margin: 0;
    min-width: 320px;
    overflow-x: hidden;
    background: var(--am-surface);
    color: var(--am-ink);
    font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}
body.am-page a { color: inherit; }
body.am-page svg { display: block; }
.am-shell { width: var(--am-shell) !important; max-width: none !important; margin-inline: auto; }
.am-skip { position: fixed; top: 8px; left: 8px; z-index: 9999; transform: translateY(-150%); background: #000; color: #fff !important; padding: 10px 14px; border-radius: 6px; }
.am-skip:focus { transform: translateY(0); }

.am-header { position: sticky; top: 0; z-index: 1000; height: var(--am-header-h); border-bottom: 1px solid #eceff2; background: rgba(255,255,255,.96); backdrop-filter: blur(12px); transition: box-shadow .2s ease; }
.am-header.is-scrolled { box-shadow: 0 8px 28px rgba(16,24,40,.06); }
.am-header__inner { height: 100%; display: grid; grid-template-columns: 230px 1fr auto; align-items: center; gap: 32px; }
.am-brand { width: max-content; display: inline-flex; flex-direction: column; align-items: center; text-decoration: none; line-height: 1; }
.am-brand__main { font-size: 27px; font-weight: 950; letter-spacing: -1.8px; white-space: nowrap; }
.am-brand__main b { color: var(--am-accent); }
.am-brand__sub { margin-top: 4px; font-size: 7px; font-weight: 850; letter-spacing: 7px; transform: translateX(4px); }
.am-nav { justify-self: center; height: 100%; display: flex; align-items: stretch; gap: clamp(28px, 2.4vw, 52px); }
.am-nav__link { position: relative; display: grid; place-items: center; min-height: 44px; text-transform: uppercase; text-decoration: none; font-size: 12px; font-weight: 800; letter-spacing: -.2px; }
.am-nav__link::after { content: ""; position: absolute; left: 50%; right: 50%; bottom: 0; height: 3px; background: var(--am-accent); transition: left .2s ease, right .2s ease; }
.am-nav__link:hover::after, .am-nav__link:focus-visible::after, .am-nav__link.is-active::after { left: 0; right: 0; }
.am-nav__link.is-active { color: var(--am-accent); }
.am-header__actions { display: flex; align-items: center; gap: 14px; }
.am-menu-button { display: none; width: 44px; height: 44px; padding: 10px; border: 1.5px solid #111; border-radius: 7px; background: #fff; cursor: pointer; }
.am-menu-button span { display: block; height: 2px; margin: 5px 0; background: #111; transition: transform .2s ease, opacity .2s ease; }
.am-menu-button[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.am-menu-button[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.am-menu-button[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.am-btn { min-height: 50px; padding: 0 24px; border: 1.6px solid #111; border-radius: 6px; display: inline-flex; align-items: center; justify-content: center; gap: 28px; text-decoration: none; text-transform: uppercase; font-size: 12px; font-weight: 850; letter-spacing: -.1px; transition: transform .15s ease, box-shadow .15s ease, background .15s ease; }
.am-btn:hover { transform: translateY(-2px); box-shadow: 4px 4px 0 #111; }
.am-btn--small { min-height: 43px; padding-inline: 21px; gap: 12px; }
.am-btn--dark { background: #070707; color: #fff !important; }
.am-btn--ghost { background: #fff; color: #111 !important; }

.am-hero { padding: 30px 0 30px; }
.am-hero__grid { min-height: 500px; display: grid; grid-template-columns: minmax(470px, .9fr) minmax(680px, 1.1fr); gap: clamp(48px, 4vw, 90px); align-items: center; }
.am-hero__copy { padding: 13px 0 0; }
.am-eyebrow { width: max-content; display: inline-flex; align-items: center; gap: 8px; min-height: 34px; padding: 0 12px; border: 1px solid #ffb8a5; border-radius: 7px; background: #fff7f3; color: var(--am-accent); text-transform: uppercase; font-size: 12px; font-weight: 900; }
.am-eyebrow svg { width: 16px; height: 16px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.am-hero h1 { margin: 16px 0 14px; font-size: clamp(64px, 5.25vw, 96px); line-height: .89; letter-spacing: -5.8px; text-transform: uppercase; font-weight: 950; }
.am-hero h1 span, .am-advertiser h2 span, .am-final-cta h2 span { color: var(--am-accent); }
.am-hero__copy > p { max-width: 650px; margin: 0; color: #222; font-size: 19px; line-height: 1.4; }
.am-hero__actions { margin-top: 22px; display: flex; gap: 18px; flex-wrap: wrap; }
.am-trust-row { margin-top: 20px; display: flex; align-items: center; gap: 21px; flex-wrap: wrap; color: #242424; font-size: 11px; font-weight: 650; }
.am-trust-row span { display: inline-flex; align-items: center; gap: 6px; white-space: nowrap; }
.am-trust-row i { width: 17px; height: 17px; border-radius: 50%; display: grid; place-items: center; background: var(--am-accent); color: #fff; font-size: 11px; font-style: normal; font-weight: 900; }

.am-traffic-card { overflow: hidden; border: 1.5px solid #aeb6bf; border-radius: 9px; background: #fff; box-shadow: var(--am-shadow); }
.am-window-bar { height: 46px; display: flex; align-items: center; justify-content: space-between; padding: 0 18px; border-bottom: 1.5px solid #b8bec6; }
.am-window-dots { display: flex; gap: 9px; }.am-window-dots span { width: 12px; height: 12px; border-radius: 50%; background: #ff4b36; }.am-window-dots span:nth-child(2){background:#f5ad16}.am-window-dots span:nth-child(3){background:#16a244}
.am-window-menu { font-size: 25px; font-weight: 900; line-height: 1; }
.am-traffic-card__body { padding: 24px 30px 26px; }
.am-panel-title-row { display: flex; align-items: center; gap: 17px; }
.am-panel-title-row h2 { margin: 0; text-transform: uppercase; font-size: 23px; line-height: 1; font-weight: 950; letter-spacing: -.8px; }
.am-live-badge { padding: 6px 11px; border-radius: 5px; background: var(--am-green); color: #fff; text-transform: uppercase; font-size: 10px; font-weight: 900; }
.am-traffic-grid { display: grid; grid-template-columns: minmax(390px, 1.04fr) minmax(320px, .96fr); gap: 38px; align-items: center; margin-top: 22px; }
.am-checks { display: grid; gap: 9px; }
.am-check-row { display: grid; grid-template-columns: 118px 1fr; align-items: center; gap: 12px; font-size: 12px; }
.am-check-row b { text-transform: uppercase; font-weight: 900; }
.am-check-row span { min-height: 35px; display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 0 12px; border: 1px solid #d5dae0; border-radius: 6px; box-shadow: 0 1px 2px rgba(16,24,40,.04); font-size: 12px; font-weight: 650; }
.am-check-row i { width: 15px; height: 15px; display: grid; place-items: center; border-radius: 50%; background: var(--am-green); color: #fff; font-size: 9px; font-style: normal; }
.am-globe-wrap { position: relative; min-height: 260px; display: grid; place-items: center; }
.am-globe { width: min(100%, 285px); overflow: visible; }.am-globe__outer,.am-globe__line { fill:none; stroke:#111; stroke-width:2.4 }.am-globe__line{stroke-width:1.25;opacity:.38}.am-globe__land{fill:#0c0c0c}.am-orbit{fill:none;stroke:var(--am-green);stroke-width:3}.am-node{fill:var(--am-accent);stroke:#111;stroke-width:2}
.am-status-box { position: absolute; right: 0; bottom: 0; min-width: 220px; min-height: 68px; display: grid; grid-template-columns: 1fr auto; grid-template-rows: auto auto; align-items: center; padding: 9px 14px; border: 1.5px solid #c6ccd3; border-radius: 7px; background: rgba(255,255,255,.96); }
.am-status-box span { grid-column: 1; text-transform: uppercase; font-size: 10px; font-weight: 900; }.am-status-box strong { grid-column: 1; color: var(--am-green); text-transform: uppercase; font-size: 24px; line-height: 1; }.am-status-box b { grid-column: 2; grid-row: 1/3; width: 38px; height: 38px; display: grid; place-items:center; background:var(--am-green); color:#fff; clip-path:polygon(50% 0,90% 17%,90% 55%,50% 100%,10% 55%,10% 17%); font-size:20px }

.am-partners { padding: 15px 0 19px; }
.am-section-label { position: relative; height: 22px; display: flex; justify-content: center; align-items: center; text-align: center; }
.am-section-label::before { content:""; position:absolute; left:0; right:0; top:50%; height:1px; background:#dfe3e7; }
.am-section-label span { position:relative; z-index:1; padding:0 16px; background:#fff; text-transform:uppercase; font-size:13px; font-weight:950; }
.am-partner-bar { min-height: 84px; display:grid; grid-template-columns:repeat(4,1fr); align-items:center; border:1.4px solid #d7dde3; border-radius:8px; background:#fff; overflow:hidden; }
.am-partner-logo,.am-partner-more { position:relative; min-height:48px; display:flex; align-items:center; justify-content:center; gap:8px; padding: 0 18px; }
.am-partner-logo:not(:last-child)::after,.am-partner-more::before { content:""; position:absolute; top:8px; bottom:8px; width:1px; background:#cfd5db; }.am-partner-logo::after{right:0}.am-partner-more::before{left:0}
.am-partner-logo strong { font-size:22px; letter-spacing:-1px; }.am-partner-logo strong span{font-weight:500}.am-partner-more{text-transform:uppercase;font-size:11px;font-weight:900}.am-partner-more b{font-size:25px;font-weight:400}.am-mark{width:22px;height:22px;display:inline-block;background:#111}.am-mark--hex{clip-path:polygon(25% 5%,75% 5%,100% 50%,75% 95%,25% 95%,0 50%)}.am-mark--c{clip-path:polygon(0 0,100% 0,100% 30%,40% 30%,40% 70%,100% 70%,100% 100%,0 100%)}

.am-why { padding: 9px 0 22px; }
.am-why .am-section-label::before { display:none; }
.am-why-grid { display:grid; grid-template-columns:repeat(4,1fr); margin-top:4px; }
.am-reason { min-height:108px; display:grid; grid-template-columns:64px 1fr; align-items:center; gap:14px; padding:8px 24px; border-right:1px solid #d9dee4; }.am-reason:last-child{border-right:0}.am-reason__icon svg{width:56px;height:56px;fill:none;stroke:#111;stroke-width:2.8;stroke-linecap:round;stroke-linejoin:round}.am-reason__icon .accent{stroke:var(--am-accent);fill:var(--am-accent)}.am-reason__icon .accent-text{fill:var(--am-accent);stroke:none;font-size:11px;font-weight:900}.am-reason h3{margin:0 0 5px;text-transform:uppercase;font-size:12px;font-weight:950}.am-reason p{margin:0;font-size:11px;line-height:1.35;color:#333}

.am-tools { padding: 8px 0 25px; }
.am-tools .am-section-label::before { display:none; }
.am-tools-grid { display:grid; grid-template-columns:repeat(5,1fr); gap:20px; margin-top:12px; }
.am-tool-card { position:relative; min-height:270px; padding:54px 24px 20px; border:1.3px solid #d7dde3; border-radius:8px; background:#fff; transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease; }.am-tool-card:hover{transform:translateY(-4px);box-shadow:var(--am-shadow);border-color:#aeb6bf}.am-tool-card__index{position:absolute;left:18px;top:15px;min-width:34px;height:30px;display:grid;place-items:center;border-radius:5px;background:#080808;color:#fff;font-size:10px;font-weight:900}.am-tool-card__icon{height:50px;display:flex;align-items:center}.am-tool-card__icon svg{width:46px;height:46px;fill:none;stroke:#111;stroke-width:2.8;stroke-linecap:round;stroke-linejoin:round}.am-tool-card__icon .fill-accent{fill:var(--am-accent);stroke:var(--am-accent)}.am-tool-card h3{margin:10px 0 5px;text-transform:uppercase;font-size:14px;font-weight:950}.am-tool-card p{min-height:58px;margin:0;color:#252525;font-size:12px;line-height:1.4}.am-tool-card a{display:inline-flex;align-items:center;gap:12px;margin-top:10px;text-transform:uppercase;text-decoration:none;font-size:10px;font-weight:900}.am-tool-card a span{color:var(--am-accent);font-size:18px}

.am-advertiser { padding: 0 0 18px; }
.am-advertiser__panel { min-height:430px; display:grid; grid-template-columns: .7fr 1.3fr; gap:40px; padding:22px 24px 22px 36px; border:1px solid #ffd7c8; border-radius:9px; background:linear-gradient(100deg,#fff7f2 0%,#fffdfb 48%,#fff 100%); }
.am-advertiser__copy{padding:2px 0}.am-advertiser h2{margin:8px 0 9px;text-transform:uppercase;font-size:35px;line-height:.94;letter-spacing:-2px;font-weight:950}.am-advertiser__copy>p{max-width:430px;margin:0;font-size:13px;line-height:1.4}.am-check-list{list-style:none;margin:14px 0 13px;padding:0;display:grid;gap:7px;font-size:12px}.am-check-list li{position:relative;padding-left:24px}.am-check-list li::before{content:"✓";position:absolute;left:0;top:-1px;width:17px;height:17px;display:grid;place-items:center;border-radius:50%;background:var(--am-accent);color:#fff;font-size:10px;font-weight:900}.am-advertiser__actions{display:flex;gap:14px;flex-wrap:wrap}.am-advertiser__actions .am-btn{min-height:44px;padding-inline:19px;font-size:10px}
.am-campaign-card{align-self:stretch;padding:14px 20px 12px;border:1.3px solid #d4dae0;border-radius:7px;background:#fff;box-shadow:0 8px 22px rgba(16,24,40,.04)}.am-campaign-head{display:flex;align-items:center;justify-content:space-between;text-transform:uppercase;font-size:10px}.am-campaign-head strong{font-weight:950}.am-campaign-head span{padding:8px 10px;border:1px solid #d8dde2;border-radius:5px;text-transform:none}.am-metrics{display:grid;grid-template-columns:repeat(5,1fr);margin-top:12px}.am-metrics>div{padding:0 12px;border-right:1px solid #d9dee4}.am-metrics>div:first-child{padding-left:0}.am-metrics>div:last-child{border-right:0}.am-metrics small{display:block;text-transform:uppercase;font-size:8px}.am-metrics b{display:block;margin:3px 0;font-size:18px}.am-metrics em{color:var(--am-green);font-size:9px;font-style:normal;font-weight:800}.am-chart{margin-top:7px}.am-chart svg{width:100%;height:130px}.am-chart .grid{fill:none;stroke:#edf0f3;stroke-width:1}.am-chart .area{fill:url(#amChartFill)}.am-chart .line{fill:none;stroke:var(--am-accent);stroke-width:2}.am-chart .points circle{fill:var(--am-accent);stroke:#fff;stroke-width:1.2}.am-chart-labels{display:flex;justify-content:space-between;color:#444;font-size:8px}.am-campaign-benefits{display:grid;grid-template-columns:repeat(4,1fr);margin-top:10px;border-top:1px solid #e2e5e8;padding-top:10px}.am-campaign-benefits span{display:flex;flex-direction:column;align-items:center;text-align:center;padding:0 10px;border-right:1px solid #e0e4e8}.am-campaign-benefits span:last-child{border:0}.am-campaign-benefits b{font-size:22px;line-height:1;color:#111}.am-campaign-benefits strong{margin-top:4px;text-transform:uppercase;font-size:9px}.am-campaign-benefits small{font-size:8px;line-height:1.2}

.am-final-cta { padding: 0 0 3px; }
.am-final-cta__inner { min-height:105px; display:grid; grid-template-columns:300px 1fr 280px; align-items:center; gap:28px; padding:10px 30px; border:1px solid #ffe1d4; border-radius:8px; background:linear-gradient(90deg,#fff5ee,#fffdfb 55%,#fff3ea); overflow:hidden; }
.am-money-visual{position:relative;height:82px}.am-wallet{position:absolute;right:18px;top:10px;width:118px;height:69px;border-radius:8px;background:#131313;box-shadow:-18px -6px 0 #252525}.am-wallet::after{content:"";position:absolute;right:-8px;top:22px;width:48px;height:30px;border-radius:5px;background:#242424}.am-coins{position:absolute;left:20px;bottom:8px;z-index:2}.am-coins span{position:absolute;bottom:0;width:62px;height:20px;border:2px solid #e38a00;border-radius:50%;background:#ffad14;box-shadow:0 -8px 0 #ffad14,0 -10px 0 #e38a00}.am-coins span:nth-child(2){left:48px;width:48px;bottom:-6px}.am-coins span:nth-child(3){left:83px;width:38px;bottom:-12px}.am-final-cta h2{margin:0;text-transform:uppercase;font-size:24px;line-height:1;letter-spacing:-.8px;font-weight:950}.am-final-cta p{margin:4px 0 0;font-size:11px}.am-final-cta__actions{display:grid;gap:7px}.am-final-cta__actions .am-btn{min-height:40px;font-size:9px}

.am-footer { padding: 0; }
.am-footer__top{min-height:83px;display:grid;grid-template-columns:280px 1fr auto;align-items:center;gap:28px}.am-footer__brand{display:flex;align-items:center;gap:17px}.am-footer__brand .am-brand__main{font-size:24px}.am-footer__brand p{max-width:135px;margin:0;padding-left:17px;border-left:1px solid #ccd2d8;color:#444;font-size:9px;line-height:1.25}.am-footer__links{display:flex;align-items:center;justify-content:center;gap:36px}.am-footer__links a{text-decoration:none;font-size:9px;color:#444}.am-footer__links a:hover{color:var(--am-accent)}.am-socials{display:flex;gap:14px}.am-socials a{width:30px;height:30px;display:grid;place-items:center;border:1px solid #d0d5da;border-radius:50%;text-decoration:none;font-size:11px;font-weight:900}.am-footer__bottom{min-height:36px;display:flex;align-items:center;justify-content:space-between;border-top:1px solid #eceff2;color:#777;font-size:9px}.am-footer__bottom nav{display:flex;gap:16px}.am-footer__bottom a{text-decoration:none}.am-footer__bottom i{font-style:normal}

@media (max-width: 1450px) {
    :root { --am-shell: calc(100vw - 40px); }
    .am-header__inner { grid-template-columns: 170px 1fr auto; gap: 16px; }
    .am-nav { gap: 20px; }.am-nav__link{font-size:10px}
    .am-hero__grid { grid-template-columns: .9fr 1.1fr; gap: 34px; }.am-hero h1{font-size:clamp(56px,5vw,72px);letter-spacing:-4px}.am-traffic-grid{grid-template-columns:1fr .82fr;gap:16px}.am-check-row{grid-template-columns:96px 1fr}.am-status-box{min-width:190px}.am-tools-grid{gap:10px}.am-tool-card{padding-inline:16px}.am-reason{padding-inline:14px}.am-advertiser__panel{grid-template-columns:.68fr 1.32fr}.am-footer__links{gap:20px}
}

@media (max-width: 1100px) {
    :root { --am-shell: calc(100vw - 32px); --am-header-h: 70px; }
    .am-header__inner { grid-template-columns: auto 1fr auto; }
    .am-nav{gap:14px}.am-nav__link{font-size:9px}.am-desktop-cta{display:none}.am-brand__main{font-size:24px}
    .am-hero{padding-top:30px}.am-hero__grid{grid-template-columns:1fr;gap:30px}.am-hero__copy{max-width:720px}.am-hero h1{font-size:72px}.am-hero__copy>p{font-size:17px}.am-traffic-card{width:100%}.am-traffic-grid{grid-template-columns:1fr 1fr}.am-globe-wrap{min-height:250px}
    .am-why-grid{grid-template-columns:repeat(2,1fr);row-gap:12px}.am-reason:nth-child(2){border-right:0}.am-reason{border-bottom:1px solid #d9dee4}.am-reason:nth-child(3),.am-reason:nth-child(4){border-bottom:0}
    .am-tools-grid{grid-template-columns:repeat(3,1fr)}.am-tool-card:nth-child(4),.am-tool-card:nth-child(5){min-height:220px}.am-advertiser__panel{grid-template-columns:1fr;padding:24px}.am-advertiser__copy{display:grid;grid-template-columns:1fr 1fr;column-gap:30px}.am-advertiser__copy .am-eyebrow,.am-advertiser__copy h2{grid-column:1}.am-advertiser__copy>p,.am-check-list{grid-column:2}.am-advertiser__actions{grid-column:1/-1}.am-final-cta__inner{grid-template-columns:220px 1fr 230px}.am-footer__top{grid-template-columns:240px 1fr auto}.am-footer__links{gap:14px;flex-wrap:wrap}
}

@media (max-width: 900px) {
    .am-menu-button{display:block}.am-header__inner{grid-template-columns:auto 1fr auto}.am-header__actions{justify-self:end}.am-header__actions .am-btn--ghost{display:none}
    .am-nav { position: fixed; top: var(--am-header-h); left: 0; right: 0; height: auto; max-height: calc(100dvh - var(--am-header-h)); overflow:auto; display:none; flex-direction:column; align-items:stretch; gap:0; padding:10px 16px 20px; border-bottom:1px solid #d9dee4; background:#fff; box-shadow:0 16px 30px rgba(16,24,40,.09); }.am-nav.is-open{display:flex}.am-nav__link{min-height:48px;justify-content:flex-start;border-bottom:1px solid #eef1f3;font-size:12px}.am-nav__link::after{display:none}.am-menu-open body{overflow:hidden}
    .am-partner-bar{grid-template-columns:repeat(2,1fr)}.am-partner-logo:nth-child(2)::after{display:none}.am-partner-logo:nth-child(-n+2){border-bottom:1px solid #d7dde3}.am-partner-more::before{display:none}.am-partner-logo,.am-partner-more{min-height:62px}
    .am-final-cta__inner{grid-template-columns:160px 1fr}.am-final-cta__actions{grid-column:1/-1;grid-template-columns:1fr 1fr}.am-money-visual{height:70px}.am-wallet{width:90px;height:55px}.am-coins{left:0}.am-footer__top{grid-template-columns:1fr auto}.am-footer__links{grid-column:1/-1;grid-row:2;justify-content:flex-start;padding-bottom:18px}.am-footer__brand{padding-top:15px}
}

@media (max-width: 700px) {
    :root { --am-shell: calc(100vw - 24px); --am-header-h: 64px; }
    .am-brand__main{font-size:22px}.am-brand__sub{font-size:6px;letter-spacing:5px}.am-menu-button{width:40px;height:40px}
    .am-hero{padding:24px 0 16px}.am-hero__grid{min-height:0;gap:22px}.am-eyebrow{min-height:31px;font-size:10px}.am-hero h1{margin-top:13px;font-size:clamp(45px,15vw,68px);line-height:.9;letter-spacing:-3.6px}.am-hero__copy>p{font-size:15px;line-height:1.42}.am-hero__actions{display:grid;grid-template-columns:1fr 1fr;gap:10px}.am-btn{min-height:48px;padding:0 14px;gap:10px;font-size:10px}.am-trust-row{display:grid;grid-template-columns:repeat(2,1fr);gap:10px 12px;margin-top:17px;font-size:10px}
    .am-window-bar{height:40px}.am-traffic-card__body{padding:17px 14px}.am-panel-title-row h2{font-size:18px}.am-live-badge{padding:5px 8px}.am-traffic-grid{grid-template-columns:1fr;margin-top:16px}.am-check-row{grid-template-columns:92px 1fr;gap:8px;font-size:10px}.am-check-row span{min-height:34px;font-size:10px}.am-globe-wrap{min-height:235px}.am-globe{width:250px}.am-status-box{right:50%;transform:translateX(50%);min-width:205px}.am-status-box strong{font-size:20px}
    .am-partners{padding-top:10px}.am-section-label span{font-size:11px}.am-partner-logo strong{font-size:18px}.am-partner-more{font-size:10px}
    .am-why{padding-top:14px}.am-why-grid{grid-template-columns:1fr;gap:0}.am-reason{grid-template-columns:54px 1fr;min-height:84px;padding:10px 8px;border-right:0;border-bottom:1px solid #e0e4e8!important}.am-reason:last-child{border-bottom:0!important}.am-reason__icon svg{width:48px;height:48px}.am-reason h3{font-size:11px}.am-reason p{font-size:10px}
    .am-tools{padding-top:10px}.am-tools-grid{grid-template-columns:1fr;gap:10px}.am-tool-card,.am-tool-card:nth-child(4),.am-tool-card:nth-child(5){min-height:0;padding:18px 16px 16px 83px}.am-tool-card__index{left:14px;top:14px}.am-tool-card__icon{position:absolute;left:16px;top:52px;height:auto}.am-tool-card__icon svg{width:42px;height:42px}.am-tool-card h3{margin-top:0}.am-tool-card p{min-height:0}.am-tool-card a{margin-top:8px}
    .am-advertiser__panel{padding:18px 14px}.am-advertiser__copy{display:block}.am-advertiser h2{font-size:32px}.am-advertiser__copy>p{font-size:12px}.am-check-list{font-size:11px}.am-advertiser__actions{display:grid;grid-template-columns:1fr 1fr;gap:9px}.am-campaign-card{padding:12px 10px;overflow:hidden}.am-metrics{grid-template-columns:repeat(2,1fr);gap:8px}.am-metrics>div{border:1px solid #e1e5e8!important;padding:8px!important;border-radius:5px}.am-metrics>div:last-child{grid-column:1/-1}.am-metrics small{font-size:8px}.am-metrics b{font-size:15px}.am-chart svg{height:105px}.am-chart-labels span:nth-child(even){display:none}.am-campaign-benefits{grid-template-columns:repeat(2,1fr);row-gap:10px}.am-campaign-benefits span:nth-child(2){border-right:0}.am-campaign-benefits span:nth-child(-n+2){border-bottom:1px solid #e0e4e8;padding-bottom:10px}
    .am-final-cta__inner{grid-template-columns:1fr;padding:17px}.am-money-visual{display:none}.am-final-cta h2{font-size:22px}.am-final-cta p{font-size:10px}.am-final-cta__actions{grid-column:1;grid-template-columns:1fr 1fr}.am-footer__top{grid-template-columns:1fr}.am-footer__brand{justify-content:space-between}.am-footer__brand p{max-width:180px}.am-socials{grid-row:2}.am-footer__links{grid-row:3;display:grid;grid-template-columns:repeat(3,1fr);gap:12px;padding:5px 0 18px}.am-footer__bottom{align-items:flex-start;gap:8px;flex-direction:column;padding:10px 0 14px}.am-footer__bottom nav{gap:9px}
}

@media (max-width: 430px) {
    :root { --am-shell: calc(100vw - 20px); }
    .am-hero h1{font-size:13.2vw;letter-spacing:-2.8px}.am-hero__actions,.am-advertiser__actions,.am-final-cta__actions{grid-template-columns:1fr}.am-btn{width:100%}.am-trust-row{grid-template-columns:1fr 1fr}.am-panel-title-row{justify-content:space-between}.am-check-row{grid-template-columns:82px 1fr}.am-globe{width:225px}.am-partner-bar{grid-template-columns:1fr}.am-partner-logo,.am-partner-more{border-bottom:1px solid #d7dde3!important}.am-partner-more{border-bottom:0!important}.am-partner-logo::after{display:none}.am-footer__brand{align-items:flex-start;flex-direction:column}.am-footer__brand p{max-width:none;padding:0;border:0}.am-footer__links{grid-template-columns:repeat(2,1fr)}
}

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

/* AdsMaxMedia refinement v3: balanced traffic preview, partner strip, richer tools and footer */
@media (min-width: 1101px) {
    .am-traffic-grid { grid-template-columns: minmax(410px, 1.08fr) minmax(300px, .92fr); gap: clamp(30px, 3vw, 54px); }
    .am-globe-wrap { min-height: 300px; grid-template-rows: 210px auto; align-content: center; justify-items: center; gap: 12px; padding-top: 2px; }
    .am-globe { width: 235px; align-self: end; }
    .am-status-box { position: relative; right: auto; bottom: auto; justify-self: center; width: 240px; min-width: 0; min-height: 66px; margin: 0; }
}

.am-partners { padding: 20px 0 24px; }
.am-partners .am-section-label { height: 24px; margin-bottom: -1px; }
.am-partners .am-section-label span { padding-inline: 20px; font-size: 12px; letter-spacing: .15px; }
.am-partner-bar {
    min-height: 96px;
    border: 1.5px solid #cfd6dd;
    border-radius: 9px;
    background: linear-gradient(180deg,#fff,#fdfdfd);
    box-shadow: 0 8px 26px rgba(16,24,40,.025);
}
.am-partner-logo,.am-partner-more { min-height: 64px; padding-inline: 24px; }
.am-partner-logo:not(:last-child)::after,.am-partner-more::before { top: 7px; bottom: 7px; background:#bcc5ce; }
.am-partner-logo strong { font-size: 24px; letter-spacing: -1.1px; }
.am-partner-more { gap: 12px; font-size: 11px; letter-spacing: .1px; }
.am-partner-more b { font-size: 29px; line-height: 1; }
.am-mark { width: 24px; height: 24px; }

.am-tools-grid { align-items: stretch; }
.am-tool-card { min-height: 340px; padding: 58px 24px 22px; display:flex; flex-direction:column; }
.am-tool-card h3 { font-size: 15px; margin-top: 12px; }
.am-tool-card p { min-height: 0; font-size: 12.5px; line-height: 1.52; flex: 1; }
.am-tool-card a { margin-top: 18px; }

.am-footer__top { min-height: 112px; grid-template-columns: 390px 1fr auto; gap: 34px; }
.am-footer__brand { gap: 22px; }
.am-footer__brand .am-brand__main { font-size: 29px; }
.am-footer__brand .am-brand__sub { font-size: 7px; }
.am-footer__brand p { max-width: 205px; padding-left: 22px; font-size: 13px; line-height: 1.35; }
.am-footer__links { gap: clamp(20px, 2vw, 40px); }
.am-footer__links a { font-size: 12px; font-weight: 650; }
.am-socials { gap: 12px; }
.am-socials a { width: 38px; height: 38px; font-size: 14px; }
.am-socials svg { width: 18px; height: 18px; fill:none; stroke:currentColor; stroke-width:1.9; stroke-linecap:round; stroke-linejoin:round; }
.am-socials .am-social-fill { fill:currentColor; stroke:none; }
.am-footer__bottom { min-height: 46px; font-size: 12px; }
.am-footer__bottom nav { gap: 18px; }

@media (max-width: 1100px) and (min-width: 701px) {
    .am-globe-wrap { min-height: 290px; grid-template-rows: 205px auto; gap: 10px; }
    .am-globe { width: 230px; }
    .am-status-box { position:relative; right:auto; bottom:auto; transform:none; width:230px; min-width:0; justify-self:center; }
    .am-tool-card { min-height: 315px; }
    .am-footer__top { grid-template-columns: 330px 1fr auto; }
}

@media (max-width: 900px) {
    .am-partner-bar { min-height: 0; }
    .am-partner-logo,.am-partner-more { min-height: 74px; }
    .am-footer__top { min-height: 0; }
}

@media (max-width: 700px) {
    .am-globe-wrap { min-height: 300px; grid-template-rows: 215px auto; gap: 10px; padding-top: 0; }
    .am-globe { width: 225px; align-self:end; }
    .am-status-box { position:relative; right:auto; bottom:auto; transform:none; justify-self:center; width:min(100%,230px); min-width:0; }
    .am-partners { padding-top: 16px; }
    .am-partners .am-section-label { margin-bottom: 2px; }
    .am-tool-card,.am-tool-card:nth-child(4),.am-tool-card:nth-child(5) { min-height: 0; }
    .am-tool-card p { font-size: 11.5px; line-height: 1.48; }
    .am-footer__brand .am-brand__main { font-size: 28px; }
    .am-footer__brand p { max-width: 230px; font-size: 12px; }
    .am-footer__links a { font-size: 12px; }
    .am-socials a { width: 38px; height: 38px; }
    .am-footer__bottom { font-size: 11px; }
}

/* =========================================================
   AdsMaxMedia desktop professional pass v4
   Semi-full layout: premium density, 1600px content ceiling.
   Mobile/tablet rules above remain unchanged.
   ========================================================= */
@media (min-width: 1451px) {
    :root { --am-shell: min(1600px, calc(100vw - 96px)); }
}

@media (min-width: 1101px) {
    .am-header__inner { grid-template-columns: 220px 1fr auto; gap: 28px; }
    .am-nav { gap: clamp(25px, 2vw, 42px); }
    .am-nav__link { font-size: 11.5px; }

    .am-hero { padding: 42px 0 38px; }
    .am-hero__grid {
        min-height: 545px;
        grid-template-columns: minmax(460px, .92fr) minmax(620px, 1.08fr);
        gap: clamp(46px, 4vw, 72px);
    }
    .am-hero__copy { padding-top: 4px; }
    .am-hero h1 {
        max-width: 700px;
        margin: 18px 0 18px;
        font-size: clamp(66px, 4.55vw, 84px);
        line-height: .91;
        letter-spacing: -4.7px;
    }
    .am-hero__copy > p { max-width: 610px; font-size: 17px; line-height: 1.5; }
    .am-hero__actions { margin-top: 25px; }
    .am-trust-row { margin-top: 22px; gap: 18px; font-size: 10.5px; }

    .am-traffic-card__body { padding: 26px 30px 28px; }
    .am-panel-title-row h2 { font-size: 22px; }
    .am-traffic-grid {
        grid-template-columns: minmax(385px, 1.05fr) minmax(285px, .95fr);
        gap: clamp(28px, 2.6vw, 44px);
        margin-top: 25px;
    }
    .am-globe-wrap { min-height: 305px; grid-template-rows: 215px 70px; gap: 12px; }
    .am-globe { width: 230px; }
    .am-status-box { width: 238px; min-height: 66px; }

    .am-partners { padding: 26px 0 30px; }
    .am-partner-bar { min-height: 94px; }
    .am-partner-logo,.am-partner-more { min-height: 62px; }

    .am-why { padding-top: 19px; padding-bottom: 26px; }
    .am-why-grid { margin-top: 16px; }
    .am-reason { min-height: 112px; padding: 14px 20px; }
    .am-reason h3 { font-size: 12px; }
    .am-reason p { font-size: 10.5px; line-height: 1.45; }

    .am-tools { padding: 15px 0 38px; }
    .am-tools-grid { gap: 16px; margin-top: 16px; }
    .am-tool-card { min-height: 330px; padding: 56px 22px 22px; }
    .am-tool-card h3 { font-size: 14px; }
    .am-tool-card p { font-size: 12px; line-height: 1.55; }

    .am-advertiser { padding-bottom: 28px; }
    .am-advertiser__panel {
        min-height: 455px;
        grid-template-columns: minmax(390px, .74fr) minmax(680px, 1.26fr);
        gap: 42px;
        padding: 30px 30px 30px 38px;
    }
    .am-advertiser h2 { font-size: 37px; line-height: .96; }
    .am-advertiser__copy > p { max-width: 420px; font-size: 13px; line-height: 1.5; }
    .am-check-list { margin-top: 16px; gap: 8px; font-size: 12px; }

    .am-final-cta { padding-top: 3px; }
    .am-final-cta__inner { min-height: 112px; }

    .am-footer__top { min-height: 118px; grid-template-columns: 390px 1fr auto; }
    .am-footer__links { gap: clamp(22px, 1.7vw, 34px); }
}

@media (min-width: 1101px) and (max-width: 1450px) {
    :root { --am-shell: calc(100vw - 56px); }
    .am-hero__grid { grid-template-columns: minmax(420px, .9fr) minmax(560px, 1.1fr); gap: 36px; }
    .am-hero h1 { font-size: clamp(58px, 4.7vw, 70px); letter-spacing: -3.8px; }
    .am-hero__copy > p { font-size: 16px; }
    .am-tools-grid { gap: 12px; }
    .am-tool-card { padding-inline: 18px; }
}

/* =========================================================
   AdsMaxMedia desktop professional pass v5
   Larger traffic visual, premium partner rail and How It Works.
   ========================================================= */

/* Partner rail: title physically interrupts the border like the approved mockup. */
.am-partners .am-shell { position: relative; }
.am-section-label--partners {
    position: relative;
    z-index: 3;
    height: 28px;
    margin: 0 0 -14px;
}
.am-section-label--partners::before,
.am-section-label--partners::after { display: none; }
.am-section-label--partners span {
    padding: 0 18px;
    background: #fff;
    color: #111;
    font-size: 12px;
    font-weight: 950;
    line-height: 28px;
}
.am-partner-bar {
    min-height: 102px;
    padding-top: 10px;
    border: 1.5px solid #9ca5ae;
    border-radius: 8px;
    background: #fff;
    box-shadow: none;
}
.am-partner-logo,.am-partner-more { min-height: 66px; }
.am-partner-logo:not(:last-child)::after,.am-partner-more::before {
    top: 10px;
    bottom: 10px;
    background: #aeb6be;
}
.am-partner-logo strong { font-size: 25px; letter-spacing: -1.2px; }
.am-partner-logo--adgate strong { font-weight: 800; }
.am-partner-logo--adgate strong span { font-weight: 500; }
.am-partner-icon { width: 26px; height: 26px; fill: #111; }
.am-partner-icon .am-partner-icon__cut { fill: #fff; }
.am-partner-more {
    color:#111;
    text-decoration:none;
    font-size:11px;
    font-weight:950;
}
.am-partner-more:hover { color: var(--am-accent); }
.am-partner-more b { font-size:30px; font-weight:400; }

/* How it works */
.am-how { padding: 5px 0 30px; }
.am-section-label--how { margin-bottom: -14px; position:relative; z-index:2; }
.am-section-label--how span { background:#fff; padding-inline:22px; font-size:16px; letter-spacing:-.2px; }
.am-how__panel {
    min-height: 315px;
    display:grid;
    grid-template-columns:minmax(0,1fr) 54px minmax(0,1fr) 54px minmax(0,1fr) 54px minmax(0,1fr);
    align-items:center;
    gap:0;
    padding:48px 32px 30px;
    border:1px solid #d7dde3;
    border-radius:9px;
    background:#fff;
    box-shadow:0 8px 24px rgba(16,24,40,.025);
}
.am-how__step {
    position:relative;
    min-height:220px;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    padding:30px 24px 24px;
    border:1px solid #dfe4e8;
    border-radius:8px;
    text-align:center;
    background:#fff;
}
.am-how__num {
    position:absolute;
    top:14px;
    left:14px;
    min-width:34px;
    height:30px;
    display:grid;
    place-items:center;
    border:1px solid #d7cda8;
    border-radius:5px;
    background:#fff8dc;
    color:#111;
    font-size:10px;
    font-weight:950;
}
.am-how__icon { width:62px; height:62px; margin-bottom:14px; }
.am-how__icon svg { width:100%; height:100%; fill:none; stroke:#111; stroke-width:2.8; stroke-linecap:round; stroke-linejoin:round; }
.am-how__icon .accent-fill { fill:var(--am-accent); stroke:var(--am-accent); }
.am-how__step h3 { margin:0 0 10px; text-transform:uppercase; font-size:15px; line-height:1.1; font-weight:950; }
.am-how__step p { max-width:240px; margin:0; color:#333; font-size:12px; line-height:1.5; }
.am-how__arrow { display:grid; place-items:center; color:#111; font-size:42px; font-weight:300; line-height:1; }

@media (min-width: 1101px) {
    /* Enlarge and lift the globe without allowing it to collide with the status box. */
    .am-traffic-grid { align-items:center; }
    .am-globe-wrap {
        min-height: 318px;
        grid-template-rows: 235px 68px;
        align-content:center;
        gap:2px;
        padding-top:0;
    }
    .am-globe {
        width: 300px;
        max-width: 100%;
        align-self:start;
        transform:translateY(-10px);
    }
    .am-status-box {
        width: 255px;
        min-height: 68px;
        align-self:end;
        margin:0;
    }
    .am-status-box strong { font-size:24px; }
}

@media (min-width: 1101px) and (max-width: 1450px) {
    .am-globe { width:275px; }
    .am-how__panel { grid-template-columns:minmax(0,1fr) 38px minmax(0,1fr) 38px minmax(0,1fr) 38px minmax(0,1fr); padding-inline:22px; }
    .am-how__step { padding-inline:16px; }
    .am-how__step p { font-size:11px; }
    .am-how__arrow { font-size:34px; }
}

@media (max-width: 1100px) {
    .am-section-label--partners { margin-bottom:-12px; }
    .am-partner-bar { padding-top:10px; }
    .am-how__panel { grid-template-columns:1fr 1fr; gap:16px; padding:42px 18px 22px; }
    .am-how__arrow { display:none; }
    .am-how__step { min-height:210px; }
}

@media (max-width: 700px) {
    .am-globe-wrap { min-height:330px; grid-template-rows:238px 72px; }
    .am-globe { width:270px; max-width:100%; transform:translateY(-6px); }
    .am-status-box { width:min(100%,245px); min-height:66px; }
    .am-partners { padding-top:18px; }
    .am-section-label--partners { margin-bottom:-10px; }
    .am-partner-bar { padding-top:12px; }
    .am-partner-logo,.am-partner-more { min-height:68px; }
    .am-partner-logo strong { font-size:21px; }
    .am-how { padding-top:8px; }
    .am-section-label--how span { font-size:14px; }
    .am-how__panel { grid-template-columns:1fr; gap:12px; padding:40px 12px 16px; }
    .am-how__step { min-height:190px; padding-top:32px; }
    .am-how__step p { max-width:290px; }
}

/* =========================================================
   AdsMaxMedia desktop professional pass v6
   Final alignment pass from production screenshots:
   - recognizable globe with proper vertical balance
   - partner/how headings separated cleanly from card borders
   - tighter, more editorial monetization-tool cards
   ========================================================= */

/* Do not let section headings deform or "cut" the card border. The line belongs
   to the heading row; the card begins below it as a separate object. */
.am-section-label--partners,
.am-section-label--how {
    height: 30px;
    margin: 0 0 12px;
    position: relative;
    z-index: 1;
}
.am-section-label--partners::before,
.am-section-label--how::before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    height: 1px;
    background: #d7dde3;
}
.am-section-label--partners span,
.am-section-label--how span {
    position: relative;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 0 20px;
    background: #fff;
    color: #111;
    line-height: 1;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 950;
    letter-spacing: 0;
}

.am-partners { padding: 24px 0 30px; }
.am-partner-bar {
    min-height: 90px;
    padding-top: 0;
    border: 1.35px solid #aeb7c0;
    border-radius: 7px;
    box-shadow: none;
}
.am-partner-logo,
.am-partner-more { min-height: 88px; }
.am-partner-logo:not(:last-child)::after,
.am-partner-more::before { top: 18px; bottom: 18px; }
.am-partner-logo strong { font-size: 24px; }
.am-partner-icon { width: 24px; height: 24px; }
.am-partner-more b { font-size: 27px; }

/* Traffic visual: keep the illustration high and the status panel clearly below it. */
@media (min-width: 1101px) {
    .am-traffic-card__body { padding-bottom: 26px; }
    .am-traffic-grid {
        grid-template-columns: minmax(400px, 1.03fr) minmax(330px, .97fr);
        align-items: center;
        gap: clamp(26px, 2.4vw, 42px);
    }
    .am-globe-wrap {
        min-height: 324px;
        grid-template-rows: 238px 70px;
        align-content: center;
        justify-items: center;
        gap: 4px;
        padding: 0;
    }
    .am-globe {
        width: 326px;
        max-width: 100%;
        align-self: start;
        transform: translateY(-22px);
    }
    .am-status-box {
        width: 258px;
        min-height: 68px;
        justify-self: center;
        align-self: end;
    }
}

/* How it works: title/line is independent from the panel; cards breathe evenly. */
.am-how { padding: 8px 0 32px; }
.am-how__panel {
    min-height: 300px;
    padding: 28px 30px;
    border-color: #d7dde3;
    box-shadow: none;
}
.am-how__step {
    min-height: 218px;
    padding: 34px 22px 24px;
}
.am-how__num { top: 14px; left: 14px; }
.am-how__icon { width: 58px; height: 58px; margin-bottom: 12px; }
.am-how__step h3 { margin-bottom: 8px; }
.am-how__step p { max-width: 245px; line-height: 1.48; }

/* Tools: long enough to explain the product, short enough to remain a marketing
   landing page. Keep CTA locked to the card bottom for a clean baseline. */
@media (min-width: 1101px) {
    .am-tools { padding-bottom: 34px; }
    .am-tools-grid { gap: 16px; align-items: stretch; }
    .am-tool-card {
        min-height: 302px;
        padding: 54px 20px 20px;
    }
    .am-tool-card__icon { height: 46px; }
    .am-tool-card__icon svg { width: 43px; height: 43px; }
    .am-tool-card h3 { margin: 9px 0 7px; font-size: 14px; }
    .am-tool-card p {
        flex: 1;
        min-height: 0;
        font-size: 12px;
        line-height: 1.48;
    }
    .am-tool-card a { margin-top: 14px; }
}

@media (min-width: 1101px) and (max-width: 1450px) {
    .am-globe { width: 294px; transform: translateY(-16px); }
    .am-section-label--partners span,
    .am-section-label--how span { font-size: 12px; }
    .am-how__panel { padding-inline: 20px; }
}

@media (max-width: 1100px) {
    .am-section-label--partners,
    .am-section-label--how { margin-bottom: 10px; }
    .am-partner-bar { padding-top: 0; }
    .am-how__panel { padding-top: 22px; }
}

@media (max-width: 700px) {
    .am-section-label--partners,
    .am-section-label--how { margin-bottom: 8px; }
    .am-section-label--partners span,
    .am-section-label--how span { padding-inline: 12px; font-size: 12px; }
    .am-partner-bar { padding-top: 0; }
    .am-globe-wrap { min-height: 318px; grid-template-rows: 228px 72px; }
    .am-globe { width: 268px; transform: translateY(-10px); }
    .am-how__panel { padding: 14px 12px 16px; }
}

/* AdsMaxMedia V7 — compact traffic preview + premium revenue CTA */
@media (min-width: 1101px) {
    /* Pull the data rows closer to the panel heading and slightly reduce the globe. */
    .am-traffic-grid {
        margin-top: 10px;
        grid-template-columns: minmax(410px, 1.08fr) minmax(310px, .92fr);
        gap: clamp(24px, 2.1vw, 36px);
    }
    .am-globe-wrap {
        min-height: 286px;
        grid-template-rows: 205px 68px;
        gap: 2px;
        align-content: start;
        padding-top: 0;
    }
    .am-globe {
        width: 286px;
        transform: translateY(-10px);
        align-self: start;
    }
    .am-status-box {
        width: 248px;
        min-height: 66px;
    }
}

/* Rebuild the closing CTA as a real conversion banner rather than a small footer strip. */
.am-final-cta { padding: 8px 0 18px; }
.am-final-cta__inner {
    min-height: 154px;
    grid-template-columns: 190px minmax(0,1fr) 300px;
    gap: 34px;
    padding: 24px 30px;
    border: 1.2px solid #ffd5c4;
    border-radius: 12px;
    background:
        radial-gradient(circle at 12% 50%, rgba(255,84,42,.09), transparent 25%),
        linear-gradient(90deg,#fff7f1 0%,#fff 49%,#fff5ed 100%);
}
.am-revenue-visual {
    width: 180px;
    height: 110px;
    display: grid;
    place-items: center;
}
.am-revenue-visual svg { width: 100%; height: 100%; overflow: visible; }
.am-rv-coin { fill:#ffb12b; stroke:#111; stroke-width:3; }
.am-rv-coin-line { fill:none; stroke:#e77800; stroke-width:2.5; stroke-linecap:round; }
.am-rv-wallet { fill:#111; stroke:#111; stroke-width:3; }
.am-rv-wallet-line { fill:none; stroke:#353535; stroke-width:3; }
.am-rv-pocket { fill:#fff; stroke:#111; stroke-width:3; }
.am-rv-dot { fill:#ff542a; }
.am-rv-growth { fill:none; stroke:#ff542a; stroke-width:4; stroke-linecap:round; stroke-linejoin:round; }
.am-final-cta__copy { min-width:0; }
.am-final-cta h2 {
    margin: 0;
    max-width: 900px;
    font-size: clamp(28px,2.05vw,36px);
    line-height: .98;
    letter-spacing: -1.25px;
    white-space: normal;
}
.am-final-cta p {
    max-width: 900px;
    margin: 10px 0 0;
    font-size: 14px;
    line-height: 1.55;
    color:#333;
}
.am-final-cta__actions { gap: 9px; }
.am-final-cta__actions .am-btn { min-height: 48px; font-size: 10px; }

@media (min-width:1101px) and (max-width:1450px) {
    .am-globe { width: 270px; transform:translateY(-8px); }
    .am-final-cta__inner { grid-template-columns:150px 1fr 250px; gap:24px; }
    .am-revenue-visual { width:150px; height:96px; }
    .am-final-cta h2 { font-size:29px; }
    .am-final-cta p { font-size:13px; }
}
@media (max-width:1100px) {
    .am-final-cta__inner { grid-template-columns:150px 1fr; }
    .am-revenue-visual { width:145px; height:92px; }
    .am-final-cta__actions { grid-column:1/-1; grid-template-columns:1fr 1fr; }
    .am-final-cta h2 { font-size:28px; }
    .am-final-cta p { font-size:13px; }
}
@media (max-width:700px) {
    .am-final-cta__inner { grid-template-columns:1fr; padding:22px 18px; gap:16px; }
    .am-revenue-visual { width:135px; height:82px; justify-self:start; }
    .am-final-cta__actions { grid-column:1; }
    .am-final-cta h2 { font-size:26px; line-height:1; }
    .am-final-cta p { font-size:13px; }
}

/* V8 navigation refinement: six-item desktop IA */
@media (min-width: 1200px) {
  .am-nav { gap: clamp(24px, 2vw, 38px); }
  .am-nav__link { white-space: nowrap; }
}

/* =========================================================
   AdsMaxMedia V9 — Boron Neubrutalism polish layer
   Keeps the existing layout/spacing intact and only upgrades
   visual treatment: hard offset shadows, stronger borders,
   dotted texture, tactile controls and editorial card depth.
   ========================================================= */
:root {
    --am-neo-ink: #111315;
    --am-neo-shadow: 6px 6px 0 var(--am-neo-ink);
    --am-neo-shadow-sm: 4px 4px 0 var(--am-neo-ink);
    --am-neo-shadow-xs: 3px 3px 0 var(--am-neo-ink);
    --am-neo-cream: #fffaf3;
    --am-neo-green-soft: #f1f9df;
    --am-neo-line: #202326;
}

/* Header: Boron-like crisp top chrome without changing layout. */
.am-header {
    border-bottom: 1.5px solid #cfd4da;
    background: rgba(255,255,255,.985);
    backdrop-filter: blur(8px);
}
.am-header.is-scrolled { box-shadow: 0 4px 0 rgba(17,19,21,.08); }
.am-brand__main { text-shadow: 1px 1px 0 rgba(0,0,0,.04); }
.am-nav__link::after { height: 4px; }
.am-header__actions .am-btn,
.am-menu-button {
    border: 1.7px solid var(--am-neo-ink);
    box-shadow: 3px 3px 0 var(--am-neo-ink);
}
.am-header__actions .am-btn:hover,
.am-menu-button:hover {
    transform: translate(-1px,-1px);
    box-shadow: 5px 5px 0 var(--am-neo-ink);
}

/* Tactile Boron buttons. */
.am-btn {
    border-width: 1.8px;
    border-color: var(--am-neo-ink);
    border-radius: 5px;
    box-shadow: var(--am-neo-shadow-sm);
}
.am-btn:hover {
    transform: translate(-2px,-2px);
    box-shadow: 6px 6px 0 var(--am-neo-ink);
}
.am-btn:active {
    transform: translate(2px,2px);
    box-shadow: 1px 1px 0 var(--am-neo-ink);
}
.am-btn--ghost { background: #fff; }
.am-btn--ghost:hover { background: var(--am-neo-cream); }

/* Small label chips adopt the soft Boron utility-card treatment. */
.am-eyebrow {
    border: 1.5px solid var(--am-neo-ink);
    border-radius: 5px;
    background: #fff5ee;
    box-shadow: 3px 3px 0 rgba(255,75,31,.24);
}
.am-live-badge {
    border: 1.4px solid #0b6f27;
    border-radius: 4px;
    box-shadow: 2px 2px 0 #0b6f27;
}

/* Hero gets the sparse dotted pattern seen throughout Boron cards. */
.am-hero { position: relative; isolation: isolate; }
.am-hero::after {
    content: "";
    position: absolute;
    z-index: -1;
    right: 1.4vw;
    bottom: 38px;
    width: 150px;
    height: 96px;
    opacity: .42;
    background-image: radial-gradient(#d5d9de 1px, transparent 1px);
    background-size: 9px 9px;
    pointer-events: none;
}

/* Main traffic preview: hard Boron depth instead of generic soft SaaS shadow. */
.am-traffic-card {
    overflow: visible;
    border: 1.8px solid var(--am-neo-ink);
    border-radius: 6px;
    box-shadow: 8px 8px 0 var(--am-neo-ink);
    background: #fff;
    transition: transform .18s ease, box-shadow .18s ease;
}
.am-traffic-card:hover {
    transform: translate(-2px,-2px);
    box-shadow: 10px 10px 0 var(--am-neo-ink);
}
.am-window-bar {
    border-bottom: 1.6px solid var(--am-neo-ink);
    background: #fffdf9;
}
.am-traffic-card__body {
    background:
        radial-gradient(circle at 95% 8%, rgba(255,75,31,.06), transparent 19%),
        #fff;
}
.am-check-row span {
    border: 1.3px solid #bfc6cd;
    border-radius: 5px;
    box-shadow: 2px 2px 0 #edf0f2;
    background: #fff;
}
.am-check-row span:hover {
    border-color: var(--am-neo-ink);
    box-shadow: 3px 3px 0 #dce1e5;
}
.am-status-box {
    border: 1.6px solid var(--am-neo-ink);
    border-radius: 5px;
    box-shadow: var(--am-neo-shadow-sm);
    background: #fffef9;
}

/* Section labels now feel like physical labels sitting on a Boron divider. */
.am-section-label::before,
.am-section-label--partners::before,
.am-section-label--how::before {
    height: 1px;
    background: #aeb5bd;
}
.am-section-label span,
.am-section-label--partners span,
.am-section-label--how span {
    padding-inline: 18px;
    background: #fff;
}

/* Partners bar: visually match the Boron horizontal summary cards. */
.am-partner-bar {
    border: 1.7px solid var(--am-neo-ink);
    border-radius: 5px;
    box-shadow: 6px 6px 0 var(--am-neo-ink);
    background: #fff;
    overflow: visible;
}
.am-partner-logo,
.am-partner-more { transition: background .16s ease, transform .16s ease; }
.am-partner-logo:hover,
.am-partner-more:hover { background: var(--am-neo-cream); }
.am-partner-logo:not(:last-child)::after,
.am-partner-more::before { background: #9fa7af; }
.am-partner-more b {
    width: 31px;
    height: 31px;
    display: grid;
    place-items: center;
    border: 1.4px solid var(--am-neo-ink);
    border-radius: 4px;
    background: #fff;
    box-shadow: 2px 2px 0 var(--am-neo-ink);
}

/* Why AdsMax summary row: add separation without changing its grid. */
.am-reasons {
    position: relative;
    border-block: 1px dashed #aeb5bd;
    background: linear-gradient(90deg,#fff 0%,#fffdf8 50%,#fff 100%);
}
.am-reason__icon {
    border: 1px solid transparent;
    border-radius: 6px;
}

/* Tool cards: strongest Neubrutalism treatment after the hero. */
.am-tool-card {
    border: 1.7px solid var(--am-neo-ink) !important;
    border-radius: 5px !important;
    box-shadow: var(--am-neo-shadow-sm) !important;
    background:
        linear-gradient(180deg,#fff 0%,#fff 82%,#fffaf4 100%) !important;
    transform: none;
}
.am-tool-card:hover {
    transform: translate(-3px,-3px) !important;
    box-shadow: 7px 7px 0 var(--am-neo-ink) !important;
}
.am-tool-card__index {
    border: 1px solid var(--am-neo-ink);
    border-radius: 4px;
    box-shadow: 2px 2px 0 rgba(255,75,31,.32);
}
.am-tool-card a {
    width: max-content;
    min-height: 28px;
    padding: 0 9px;
    border: 1.2px solid var(--am-neo-ink);
    border-radius: 4px;
    box-shadow: 2px 2px 0 var(--am-neo-ink);
    background: #fff;
}
.am-tool-card a:hover {
    transform: translate(-1px,-1px);
    box-shadow: 3px 3px 0 var(--am-neo-ink);
    background: var(--am-neo-cream);
}

/* Advertiser block becomes a paired Boron feature/dashboard composition. */
.am-advertiser__panel {
    position: relative;
    border: 1.7px solid var(--am-neo-ink);
    border-radius: 6px;
    box-shadow: 7px 7px 0 var(--am-neo-ink);
    background:
        radial-gradient(circle at 4% 88%, rgba(255,75,31,.07), transparent 22%),
        linear-gradient(105deg,#fff8f1 0%,#fffdf9 50%,#fff 100%);
}
.am-advertiser__panel::after {
    content: "";
    position: absolute;
    right: 20px;
    bottom: 16px;
    width: 88px;
    height: 64px;
    opacity: .35;
    background-image: radial-gradient(#cfd4da 1px, transparent 1px);
    background-size: 8px 8px;
    pointer-events: none;
}
.am-campaign-card {
    position: relative;
    z-index: 1;
    border: 1.6px solid var(--am-neo-ink);
    border-radius: 5px;
    box-shadow: 5px 5px 0 var(--am-neo-ink);
}
.am-campaign-head span {
    border: 1.2px solid var(--am-neo-ink);
    border-radius: 4px;
    background: #fff;
    box-shadow: 2px 2px 0 #dfe3e6;
}
.am-metrics > div { border-color: #afb6bd; }

/* How it works: retain four-step layout, give each step Boron card depth. */
.am-how__panel {
    border: 1px dashed #aab1b8;
    border-radius: 6px;
    background: #fffdf9;
}
.am-how__step {
    border: 1.6px solid var(--am-neo-ink);
    border-radius: 5px;
    box-shadow: var(--am-neo-shadow-sm);
    background: #fff;
    transition: transform .16s ease, box-shadow .16s ease;
}
.am-how__step:hover {
    transform: translate(-2px,-2px);
    box-shadow: 6px 6px 0 var(--am-neo-ink);
}
.am-how__num {
    border: 1.2px solid var(--am-neo-ink);
    border-radius: 4px;
    background: #fff7d9;
    box-shadow: 2px 2px 0 rgba(17,19,21,.16);
}
.am-how__arrow { font-size: 28px; font-weight: 950; }

/* Conversion banner: premium Boron slab, still using AdsMax orange. */
.am-final-cta__inner {
    border: 1.8px solid var(--am-neo-ink);
    border-radius: 6px;
    box-shadow: 7px 7px 0 var(--am-neo-ink);
    background:
        radial-gradient(circle at 12% 50%, rgba(255,177,43,.16), transparent 25%),
        linear-gradient(95deg,#fff8ed 0%,#fff 54%,#fff6ee 100%);
}
.am-revenue-visual svg {
    filter: drop-shadow(3px 3px 0 rgba(17,19,21,.16));
}

/* Footer: more deliberate hierarchy, matching the dashboard chrome. */
.am-footer {
    margin-top: 20px;
    border-top: 1.7px solid var(--am-neo-ink);
    background: #fffdf8;
}
.am-footer__top { position: relative; }
.am-footer__links a {
    font-weight: 750;
    text-decoration-thickness: 1.5px;
    text-underline-offset: 4px;
}
.am-footer__links a:hover { text-decoration: underline; }
.am-socials a {
    border: 1.5px solid var(--am-neo-ink);
    border-radius: 5px;
    box-shadow: 3px 3px 0 var(--am-neo-ink);
    background: #fff;
    transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
}
.am-socials a:hover {
    transform: translate(-2px,-2px);
    box-shadow: 5px 5px 0 var(--am-neo-ink);
    background: var(--am-neo-cream);
}
.am-footer__bottom { border-top: 1px dashed #b8bec5; }

/* Accessibility: keyboard focus gets a visible Boron-style outline. */
.am-page a:focus-visible,
.am-page button:focus-visible {
    outline: 3px solid #ffd34e;
    outline-offset: 3px;
}

/* Responsive: preserve the existing mobile layout, soften offset shadows so
   cards never create horizontal overflow on small screens. */
@media (max-width: 1100px) {
    .am-traffic-card,
    .am-advertiser__panel,
    .am-final-cta__inner,
    .am-partner-bar { box-shadow: 5px 5px 0 var(--am-neo-ink); }
    .am-tool-card,
    .am-how__step { box-shadow: 3px 3px 0 var(--am-neo-ink) !important; }
    .am-hero::after { display: none; }
}
@media (max-width: 700px) {
    .am-btn,
    .am-header__actions .am-btn,
    .am-menu-button { box-shadow: 2px 2px 0 var(--am-neo-ink); }
    .am-traffic-card,
    .am-advertiser__panel,
    .am-final-cta__inner,
    .am-partner-bar { box-shadow: 3px 3px 0 var(--am-neo-ink); }
    .am-tool-card,
    .am-how__step { box-shadow: 2px 2px 0 var(--am-neo-ink) !important; }
    .am-tool-card:hover,
    .am-how__step:hover,
    .am-traffic-card:hover { transform: none !important; }
}

/* =========================================================
   AdsMaxMedia V10 — Boron button refinement
   Separate the dark face from its blue-gray hard shadow so
   primary CTAs no longer read as one heavy black rectangle.
   ========================================================= */
:root {
    --am-btn-shadow: #263746;
    --am-btn-shadow-hover: #31495c;
}

/* Primary CTA: dark face + Boron blue-gray offset base. */
.am-btn--dark {
    background: #080a0c;
    color: #fff !important;
    border: 1.7px solid #1f2b35;
    box-shadow: 4px 4px 0 var(--am-btn-shadow);
}
.am-btn--dark:hover {
    background: #11161a;
    border-color: #1f2b35;
    transform: translate(-1px,-1px);
    box-shadow: 5px 5px 0 var(--am-btn-shadow-hover);
}
.am-btn--dark:active {
    transform: translate(3px,3px);
    box-shadow: 1px 1px 0 var(--am-btn-shadow);
}

/* Secondary controls keep a white face but use the same Boron base. */
.am-btn--ghost {
    background: #fff;
    border-color: #1f2b35;
    box-shadow: 4px 4px 0 var(--am-btn-shadow);
}
.am-btn--ghost:hover {
    background: var(--am-neo-cream);
    transform: translate(-1px,-1px);
    box-shadow: 5px 5px 0 var(--am-btn-shadow-hover);
}
.am-btn--ghost:active {
    transform: translate(3px,3px);
    box-shadow: 1px 1px 0 var(--am-btn-shadow);
}

/* Header buttons use exactly the same component treatment. */
.am-header__actions .am-btn--dark,
.am-header__actions .am-btn--ghost {
    border-color: #1f2b35;
    box-shadow: 4px 4px 0 var(--am-btn-shadow);
}
.am-header__actions .am-btn--dark:hover,
.am-header__actions .am-btn--ghost:hover {
    transform: translate(-1px,-1px);
    box-shadow: 5px 5px 0 var(--am-btn-shadow-hover);
}
.am-header__actions .am-btn--dark:active,
.am-header__actions .am-btn--ghost:active {
    transform: translate(3px,3px);
    box-shadow: 1px 1px 0 var(--am-btn-shadow);
}

@media (max-width: 700px) {
    .am-btn--dark,
    .am-btn--ghost,
    .am-header__actions .am-btn--dark,
    .am-header__actions .am-btn--ghost {
        box-shadow: 3px 3px 0 var(--am-btn-shadow);
    }
    .am-btn--dark:hover,
    .am-btn--ghost:hover,
    .am-header__actions .am-btn--dark:hover,
    .am-header__actions .am-btn--ghost:hover {
        transform: none;
        box-shadow: 3px 3px 0 var(--am-btn-shadow);
    }
}

/* =========================================================
   V11 — Compact sticky topbar
   Keeps the V10 layout, reduces the header-to-hero dead space,
   and keeps a crisp Boron divider visible while scrolling.
   ========================================================= */
@media (min-width: 1101px) {
  :root { --am-header-h: 72px; }

  .am-header {
    position: sticky;
    top: 0;
    z-index: 1200;
    height: var(--am-header-h);
    border-bottom: 1.5px solid #cfd5da;
    background: rgba(255,255,255,.97);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }

  .am-header.is-scrolled {
    border-bottom-color: #1f2d38;
    box-shadow: 0 3px 0 rgba(31,45,56,.10), 0 10px 24px rgba(16,24,40,.05);
  }

  .am-hero {
    padding-top: 20px;
  }

  .am-hero__grid {
    min-height: 472px;
  }
}

@media (min-width: 1451px) {
  .am-hero { padding-top: 16px; }
  .am-hero__grid { min-height: 468px; }
}

@media (max-width: 1100px) {
  .am-header {
    position: sticky;
    top: 0;
    z-index: 1200;
    border-bottom: 1.5px solid #d2d7dc;
  }
  .am-header.is-scrolled {
    border-bottom-color: #263746;
    box-shadow: 0 3px 0 rgba(38,55,70,.10);
  }
}

/* =========================================================
   V12 — Always-visible fixed topbar
   Sticky positioning can be cancelled by overflow ancestors.
   Use a true fixed header and offset page content explicitly.
   ========================================================= */
.am-header {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 9999;
    height: var(--am-header-h);
    background: rgba(255,255,255,.98);
    border-bottom: 1px solid #d7dde3;
    box-shadow: none;
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
}

/* Reserve the exact height of the fixed header so the hero never hides underneath it. */
.am-page {
    padding-top: var(--am-header-h);
}

.am-header.is-scrolled {
    border-bottom-color: #bcc5ce;
    box-shadow: 0 3px 0 rgba(38,55,70,.16);
}

/* Anchor navigation should stop below the fixed header. */
.am-page section[id],
.am-page [id="publisher-cta"] {
    scroll-margin-top: calc(var(--am-header-h) + 14px);
}

@media (max-width: 1099px) {
    .am-header {
        position: fixed !important;
        top: 0;
        left: 0;
        right: 0;
    }
    .am-page { padding-top: var(--am-header-h); }
}

/* =========================================================
   AdsMax application wizard — Boron / Neubrutalism
   ========================================================= */
html.am-register-open, html.am-register-open body { overflow:hidden!important; }
.am-register-modal{position:fixed;inset:0;z-index:4000;display:none;align-items:center;justify-content:center;padding:24px;isolation:isolate}.am-register-modal.is-open{display:flex}.am-register-modal__backdrop{position:absolute;inset:0;background:rgba(10,13,16,.58);backdrop-filter:blur(4px)}
.am-register-dialog{--reg-border:#17202a;position:relative;z-index:1;width:min(920px,100%);max-height:min(900px,calc(100vh - 48px));overflow:auto;background:#fff;border:2px solid var(--reg-border);border-radius:9px;box-shadow:9px 9px 0 #263746;color:#111}.am-register-dialog::-webkit-scrollbar{width:8px}.am-register-dialog::-webkit-scrollbar-thumb{background:#263746;border-radius:6px}.am-register-close{position:sticky;float:right;top:14px;margin:14px 14px -52px 0;z-index:6;width:38px;height:38px;border:2px solid #111;background:#fff;box-shadow:3px 3px 0 #263746;border-radius:5px;font-size:24px;line-height:1;font-weight:700;cursor:pointer}.am-register-close:hover{transform:translate(-1px,-1px);box-shadow:4px 4px 0 #263746}
.am-register-head{display:grid;grid-template-columns:155px 1fr;gap:24px;align-items:center;padding:28px 72px 26px 30px;background:linear-gradient(120deg,#fff7f2,#fff 58%,#eef8f1);border-bottom:2px solid #17202a}.am-register-brand{border-right:1px solid #cbd3da;padding-right:24px}.am-register-brand .am-brand__main{font-size:24px;line-height:1}.am-register-brand .am-brand__sub{display:block;margin-top:5px;letter-spacing:6px}.am-register-kicker{display:inline-flex;padding:5px 9px;border:1px solid #ff4b1f;border-radius:4px;color:#ff4b1f;font-size:10px;font-weight:900;letter-spacing:.3px}.am-register-head h2{margin:8px 0 3px;font-size:28px;line-height:1;font-weight:950;letter-spacing:-.7px}.am-register-head p{margin:0;color:#596572;font-size:13px}
.am-register-progress{position:relative;display:grid;grid-template-columns:repeat(4,1fr);padding:24px 32px 18px;background:#fbfbf9;border-bottom:1px solid #d8dee4}.am-register-progress__line{position:absolute;left:12.5%;right:12.5%;top:39px;height:2px;background:#d6dce1}.am-register-progress__line span{display:block;width:0;height:100%;background:#ff4b1f;transition:width .25s ease}.am-register-step-dot{position:relative;z-index:1;border:0;background:transparent;display:grid;justify-items:center;gap:5px;color:#89939d;font-size:10px;font-weight:800;text-transform:uppercase}.am-register-step-dot b{width:32px;height:32px;display:grid;place-items:center;border:1px solid #cdd4da;border-radius:50%;background:#e9edf0;color:#6d7883;font-size:12px;transition:.2s}.am-register-step-dot.is-active b{background:#111;color:#fff;border-color:#111;box-shadow:3px 3px 0 #263746}.am-register-step-dot.is-complete b{background:#22a447;color:#fff;border-color:#187b36}.am-register-step-dot.is-active span{color:#111}.am-register-step-dot.is-complete span{color:#16853a}
.am-register-form{padding:0}.am-register-alert{margin:20px 30px 0;padding:12px 14px;border:1px solid #e14b2a;background:#fff1ec;color:#b72c13;font-size:12px;font-weight:700}.am-register-step{display:none;padding:28px 30px 22px}.am-register-step.is-active{display:block}.am-register-step__head{margin-bottom:22px}.am-register-step__head>span{font-size:10px;font-weight:900;color:#ff4b1f;letter-spacing:.7px}.am-register-step__head h3{margin:4px 0 5px;font-size:23px;font-weight:950;letter-spacing:-.4px}.am-register-step__head p{margin:0;color:#65717c;font-size:13px}.am-role-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.am-role-card{position:relative;display:grid;grid-template-columns:70px 1fr;gap:16px;align-items:center;min-height:150px;padding:18px;border:2px solid #17202a;border-radius:7px;background:#fff;box-shadow:5px 5px 0 #263746;cursor:pointer;transition:.16s}.am-role-card:hover{transform:translate(-2px,-2px);box-shadow:7px 7px 0 #263746}.am-role-card:has(input:checked){background:#fff6f0;border-color:#ff4b1f;box-shadow:6px 6px 0 #ffb49f}.am-role-card input{position:absolute;opacity:0;pointer-events:none}.am-role-card__icon{width:62px;height:62px;display:grid;place-items:center;border:1px solid #17202a;border-radius:6px;background:#f8fafb}.am-role-card__icon svg{width:38px;height:38px;fill:none;stroke:#111;stroke-width:2.3;stroke-linecap:round;stroke-linejoin:round}.am-role-card__copy{display:grid;gap:6px}.am-role-card__copy strong{font-size:19px;font-weight:950;text-transform:uppercase}.am-role-card__copy small{font-size:12px;line-height:1.45;color:#5d6873}.am-role-card__copy em{font-size:10px;font-weight:900;font-style:normal;color:#ff4b1f;text-transform:uppercase}
.am-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.am-field{display:grid;gap:7px}.am-field--wide{grid-column:1/-1}.am-field>span{font-size:11px;font-weight:850;text-transform:uppercase;letter-spacing:.15px}.am-field>span b{color:#ff4b1f}.am-field input,.am-field select,.am-field textarea{width:100%;min-height:46px;border:1.5px solid #b9c3cc;border-radius:5px;background:#fff;padding:10px 12px;color:#111;font:inherit;font-size:13px;outline:0;transition:.15s}.am-field textarea{resize:vertical;min-height:88px}.am-field input:focus,.am-field select:focus,.am-field textarea:focus{border-color:#17202a;box-shadow:3px 3px 0 #dbe3e8}.am-field.has-error input,.am-field.has-error select,.am-field.has-error textarea{border-color:#dc3e20;background:#fff8f5}.am-field small,.am-terms-error{min-height:12px;color:#c7351b;font-size:10px;font-weight:700}.am-password-wrap{position:relative}.am-password-wrap input{padding-right:44px}.am-password-wrap button{position:absolute;right:6px;top:6px;width:34px;height:34px;border:0;background:transparent;font-size:15px;cursor:pointer;color:#707b85}.am-password-meter{margin-top:16px;padding:14px;border:1px solid #d4dbe1;background:#f8fafb;border-radius:5px}.am-password-meter__top{display:flex;justify-content:space-between;font-size:11px}.am-password-meter__bar{height:5px;margin:9px 0 11px;background:#e2e7eb;overflow:hidden;border-radius:9px}.am-password-meter__bar span{display:block;width:0;height:100%;background:#dc3e20;transition:.18s}.am-password-rules{display:flex;flex-wrap:wrap;gap:7px 16px}.am-password-rules span{font-size:10px;color:#8a949e}.am-password-rules span::before{content:'○';margin-right:5px}.am-password-rules span.is-ok{color:#16853a}.am-password-rules span.is-ok::before{content:'✓';font-weight:900}
.am-profile-fields{margin-top:22px;padding-top:20px;border-top:1px dashed #aab4bd}.am-profile-subhead{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px}.am-profile-subhead strong{text-transform:uppercase;font-size:13px;font-weight:950}.am-profile-subhead span{padding:4px 7px;border:1px solid #cbd3da;background:#f7f9fa;font-size:9px;font-weight:850;text-transform:uppercase}.am-review-card{display:grid;grid-template-columns:1fr 1fr;gap:0;border:1.5px solid #17202a;box-shadow:4px 4px 0 #263746;border-radius:5px;overflow:hidden;margin-bottom:18px}.am-review-item{padding:13px 14px;border-bottom:1px solid #d8dee3}.am-review-item:nth-child(odd){border-right:1px solid #d8dee3}.am-review-item small{display:block;color:#7c8791;font-size:9px;font-weight:850;text-transform:uppercase}.am-review-item strong{display:block;margin-top:3px;font-size:12px;overflow-wrap:anywhere}.am-terms-check{display:flex;align-items:flex-start;gap:10px;padding:13px;border:1px solid #d7dde3;background:#fbfbfa;border-radius:5px;font-size:12px;line-height:1.45}.am-terms-check input{width:17px;height:17px;margin-top:1px;accent-color:#22a447}.am-review-note{display:grid;grid-template-columns:auto repeat(3,1fr);gap:10px;align-items:center;margin-top:16px;padding:12px 14px;background:#eef8f1;border:1px solid #b8ddc3;font-size:10px}.am-review-note b{font-size:11px}.am-review-note span{padding-left:10px;border-left:1px solid #b8ddc3;color:#356045}.am-register-actions{position:sticky;bottom:0;z-index:4;display:grid;grid-template-columns:160px 1fr;gap:12px;padding:16px 30px 20px;background:rgba(255,255,255,.96);border-top:1px solid #d8dee4;backdrop-filter:blur(5px)}.am-register-actions .am-btn{min-height:46px}.am-register-actions .am-btn[disabled]{opacity:.42;pointer-events:none}.am-register-actions [data-am-register-submit]{grid-column:2}.am-register-success{padding:42px 34px 38px;text-align:center}.am-register-success__icon{width:68px;height:68px;margin:0 auto 18px;display:grid;place-items:center;border:2px solid #111;box-shadow:5px 5px 0 #263746;background:#dff7e6;color:#16853a;font-size:34px;font-weight:900}.am-register-success h3{font-size:28px;font-weight:950;margin:12px 0 8px}.am-register-success p{max-width:600px;margin:0 auto 22px;color:#61707b;line-height:1.55}.am-register-success__status{max-width:560px;margin:0 auto 24px;display:grid;grid-template-columns:auto 1fr auto auto 1fr;gap:10px;align-items:center;padding:12px 14px;border:1px solid #cad3da;background:#f8fafb;text-align:left}.am-register-success__status span{font-size:9px;font-weight:900;color:#7c8791}.am-register-success__status b{font-size:11px}.am-register-success__status i{font-style:normal}.am-register-success .am-btn{min-width:180px}
@media(max-width:900px){.am-register-modal{padding:12px}.am-register-dialog{max-height:calc(100vh - 24px);box-shadow:5px 5px 0 #263746}.am-register-head{grid-template-columns:1fr;padding:22px 58px 20px 20px;gap:14px}.am-register-brand{border:0;padding:0}.am-register-progress{padding:19px 14px 14px}.am-register-progress__line{left:13%;right:13%;top:34px}.am-register-step-dot b{width:29px;height:29px}.am-register-step-dot span{font-size:8px}.am-register-step{padding:22px 18px}.am-role-grid{grid-template-columns:1fr}.am-form-grid{grid-template-columns:1fr}.am-field--wide{grid-column:auto}.am-review-note{grid-template-columns:1fr}.am-review-note span{border-left:0;border-top:1px solid #b8ddc3;padding:7px 0 0}.am-register-actions{grid-template-columns:110px 1fr;padding:12px 18px 16px}.am-register-actions [data-am-register-submit]{grid-column:2}}
@media(max-width:560px){.am-register-modal{padding:0}.am-register-dialog{width:100%;height:100dvh;max-height:none;border-radius:0;border-width:0;box-shadow:none}.am-register-close{position:fixed;right:10px;top:8px}.am-register-head h2{font-size:24px}.am-register-head p{font-size:12px}.am-register-progress{position:sticky;top:0;z-index:3}.am-register-step-dot span{display:none}.am-role-card{grid-template-columns:56px 1fr;min-height:125px;padding:14px;box-shadow:3px 3px 0 #263746}.am-role-card__icon{width:50px;height:50px}.am-role-card__copy strong{font-size:16px}.am-review-card{grid-template-columns:1fr}.am-review-item:nth-child(odd){border-right:0}.am-register-success{padding:34px 20px}.am-register-success__status{grid-template-columns:1fr}.am-register-success__status i{transform:rotate(90deg);justify-self:center}.am-register-actions{grid-template-columns:92px 1fr}.am-register-actions .am-btn{padding-inline:10px;font-size:9px}}
\n\n/* ================================================================\n   V15 — Registration overlay hardening\n   The wizard must sit above the fixed Boron topbar in every browser.\n   ================================================================ */\n.am-register-modal {\n    z-index: 2147483000 !important;\n    position: fixed !important;\n    inset: 0 !important;\n    isolation: isolate;\n}\n.am-register-modal__backdrop {\n    z-index: 0;\n    background: rgba(8, 11, 14, .68);\n    backdrop-filter: blur(5px);\n    -webkit-backdrop-filter: blur(5px);\n}\n.am-register-dialog {\n    z-index: 2 !important;\n}\nhtml.am-register-open,\nhtml.am-register-open body {\n    overflow: hidden !important;\n}\nhtml.am-register-open .am-header {\n    /* Explicitly keep the persistent navigation below the modal layer. */\n    z-index: 1000 !important;\n}\n@media (max-width: 560px) {\n    .am-register-modal { padding: 0 !important; }\n}\n
/* ==========================================================================\n   AdsMaxMedia V16 — coded Neubrutalist logo system (Concept 01)\n   Pure SVG/HTML lockup: white growth arrow, black system frame, orange brand hit.\n   ========================================================================== */
.am-brand{
    width:max-content;
    display:inline-flex;
    align-items:center;
    text-decoration:none;
    line-height:1;
}
.am-logo{
    --am-logo-orange:var(--am-accent,#ff4b1f);
    --am-logo-ink:#090b0d;
    --am-logo-shadow:#263746;
    display:inline-flex;
    align-items:center;
    gap:10px;
    width:max-content;
    color:var(--am-logo-ink);
    white-space:nowrap;
}
.am-logo__mark{
    width:44px;
    height:44px;
    display:block;
    flex:0 0 auto;
}
.am-logo__mark svg{width:100%;height:100%;overflow:visible}
.am-logo__mark-shadow{fill:var(--am-logo-shadow);transform:translate(1.5px,1.5px)}
.am-logo__mark-frame{fill:#fff;stroke:var(--am-logo-ink);stroke-width:3.2;stroke-linejoin:miter}
.am-logo__mark-arrow{fill:#fff;stroke:var(--am-logo-ink);stroke-width:3.2;stroke-linejoin:miter}
.am-logo__mark-accent{fill:var(--am-logo-orange);stroke:var(--am-logo-ink);stroke-width:2.5;stroke-linejoin:miter}
.am-logo__type{display:flex;flex-direction:column;align-items:stretch;min-width:0}
.am-logo__word{display:flex;align-items:baseline;gap:5px;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:29px;line-height:.82;letter-spacing:-2.2px;font-weight:950;text-transform:uppercase}
.am-logo__word strong,.am-logo__word b{font:inherit}
.am-logo__word b{color:var(--am-logo-orange)}
.am-logo__media{margin-top:8px;display:grid;grid-template-columns:minmax(16px,1fr) auto minmax(16px,1fr);align-items:center;gap:9px}
.am-logo__media i{display:block;height:2.5px;background:var(--am-logo-ink)}
.am-logo__media span{font-size:8px;line-height:1;font-weight:900;letter-spacing:6px;transform:translateX(3px)}

/* Header: more recognizable without making the fixed bar taller. */
.am-logo--header .am-logo__mark{width:42px;height:42px}
.am-logo--header .am-logo__word{font-size:27px}
.am-logo--header .am-logo__media{margin-top:7px}
.am-logo--header .am-logo__media span{font-size:7px;letter-spacing:5.5px}

/* Footer gets a slightly larger lockup so it does not disappear beside copy. */
.am-logo--footer .am-logo__mark{width:47px;height:47px}
.am-logo--footer .am-logo__word{font-size:30px}
.am-logo--footer .am-logo__media span{font-size:8px}

/* Registration wizard brand is intentionally stronger than the old text-only logo. */
.am-register-brand{min-width:154px;display:flex;align-items:flex-start;justify-content:flex-start}
.am-logo--register{gap:9px}
.am-logo--register .am-logo__mark{width:48px;height:48px}
.am-logo--register .am-logo__word{font-size:28px}
.am-logo--register .am-logo__media{margin-top:8px}
.am-logo--register .am-logo__media span{font-size:7px;letter-spacing:5px}

/* Small tactile movement, matching the Boron buttons without turning the logo into a gimmick. */
a.am-brand .am-logo__mark{transition:transform .16s ease}
a.am-brand:hover .am-logo__mark{transform:translate(-1px,-1px)}
a.am-brand:active .am-logo__mark{transform:translate(1px,1px)}

@media (max-width:1400px){
    .am-logo--header{gap:8px}
    .am-logo--header .am-logo__mark{width:38px;height:38px}
    .am-logo--header .am-logo__word{font-size:24px;letter-spacing:-1.8px}
    .am-logo--header .am-logo__media{margin-top:6px;gap:7px}
    .am-logo--header .am-logo__media span{font-size:6px;letter-spacing:4.5px}
}
@media (max-width:700px){
    .am-logo--header{gap:7px}
    .am-logo--header .am-logo__mark{width:35px;height:35px}
    .am-logo--header .am-logo__word{font-size:22px;letter-spacing:-1.5px}
    .am-logo--header .am-logo__media{margin-top:5px}
    .am-logo--header .am-logo__media span{font-size:5.5px;letter-spacing:4px}
    .am-logo--register .am-logo__mark{width:42px;height:42px}
    .am-logo--register .am-logo__word{font-size:24px}
    .am-logo--register .am-logo__media span{font-size:6px;letter-spacing:4px}
    .am-register-brand{min-width:0}
}
@media (max-width:430px){
    .am-logo--header .am-logo__mark{width:33px;height:33px}
    .am-logo--header .am-logo__word{font-size:20px}
    .am-logo--header .am-logo__media span{letter-spacing:3.4px}
}


/* ==========================================================================\n   AdsMaxMedia V17 — logo depth + registration header spacing\n   Adds Boron-style hard offset depth to the wordmark itself (not only icon),\n   and gives the registration lockup proper breathing room from the title.\n   ========================================================================== */
.am-logo__word strong,
.am-logo__word b,
.am-logo__media span{
    position:relative;
    z-index:1;
    display:inline-block;
}
.am-logo__word strong::before,
.am-logo__word b::before,
.am-logo__media span::before{
    content:attr(data-shadow);
    position:absolute;
    inset:0 auto auto 0;
    transform:translate(2.5px,2.5px);
    color:var(--am-logo-shadow);
    z-index:-1;
    pointer-events:none;
    user-select:none;
}
.am-logo__word strong::before{color:#263746}
.am-logo__word b::before{color:#263746}
.am-logo__media span::before{
    transform:translate(1.5px,1.5px);
    color:#263746;
    opacity:.9;
}
.am-logo__media i{
    box-shadow:2px 2px 0 var(--am-logo-shadow);
}

/* Registration: reserve enough real width for the complete lockup. */
.am-register-head{
    grid-template-columns:220px minmax(0,1fr);
    gap:36px;
}
.am-register-brand{
    min-width:0;
    width:220px;
    padding-right:30px;
    margin-right:0;
    align-self:stretch;
    display:flex;
    align-items:center;
}
.am-logo--register{
    transform:translateY(-1px);
}
.am-register-head > div:last-child{
    min-width:0;
    padding-left:2px;
}

/* Header/footer shadows are intentionally a little tighter than the hero mark. */
.am-logo--header .am-logo__word strong::before,
.am-logo--header .am-logo__word b::before{transform:translate(2px,2px)}
.am-logo--header .am-logo__media span::before{transform:translate(1px,1px)}

@media (max-width:900px){
    .am-register-head{
        grid-template-columns:1fr;
        gap:18px;
    }
    .am-register-brand{
        width:auto;
        min-width:0;
        padding-right:0;
        padding-bottom:15px;
        border-right:0;
        border-bottom:1px solid #cbd3da;
        align-self:auto;
    }
}
@media (max-width:560px){
    .am-logo__word strong::before,
    .am-logo__word b::before{transform:translate(1.7px,1.7px)}
    .am-logo__media span::before{transform:translate(1px,1px)}
}

/* ==========================================================================\n   AdsMaxMedia V18 — bright outlined logo depth + real traffic preview\n   ========================================================================== */
/* Replace V17's dark wordmark shadow with a white offset layer and black keyline. */
.am-logo__word strong::before,
.am-logo__word b::before,
.am-logo__media span::before{
    color:#fff !important;
    -webkit-text-stroke:1.25px #0a0c0e;
    text-stroke:1.25px #0a0c0e;
    opacity:1;
}
.am-logo__media span::before{-webkit-text-stroke:.85px #0a0c0e;text-stroke:.85px #0a0c0e}
.am-logo__media i{box-shadow:2px 2px 0 #fff,3px 3px 0 #0a0c0e}

/* Six real-time rows need a little more room without making the card feel taller. */
.am-traffic-card__body{padding-top:22px}
.am-traffic-grid{margin-top:14px;align-items:start}
.am-checks{align-self:start;padding-top:2px}
.am-check-row{min-height:40px}
.am-check-row span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.am-check-row span.is-loading{color:#74808b}
.am-check-row span.is-review i{background:#f2a51a;color:#111}
.am-check-row span.is-error{color:#68727c}
.am-check-row span.is-error i{background:#dbe1e6;color:#68727c}
.am-status-box.is-review strong{color:#d07b00}
.am-status-box.is-review b{background:#f2a51a}
.am-status-box.is-loading strong{color:#68727c}
.am-status-box.is-loading b{background:#dbe1e6;color:#68727c}

@media (min-width:901px){
    .am-globe{width:min(270px,88%)}
    .am-globe-wrap{padding-top:0}
}
@media (max-width:700px){
    .am-check-row span{white-space:normal}
}

/* ==========================================================================
   AdsMaxMedia V20 — registration modal top-layer fix
   Keep the wizard above the fixed navigation at all times.
   ========================================================================== */
html.am-register-open,
html.am-register-open body {
    overflow: hidden !important;
}

body > .am-register-modal {
    position: fixed !important;
    inset: 0 !important;
    width: 100vw !important;
    height: 100dvh !important;
    margin: 0 !important;
    padding: 22px !important;
    z-index: 2147483646 !important;
    isolation: isolate !important;
    transform: none !important;
    filter: none !important;
    perspective: none !important;
    contain: none !important;
}

body > .am-register-modal.is-open {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

body > .am-register-modal .am-register-modal__backdrop {
    position: fixed !important;
    inset: 0 !important;
    z-index: 0 !important;
    background: rgba(8, 11, 14, .72) !important;
    backdrop-filter: blur(6px) !important;
    -webkit-backdrop-filter: blur(6px) !important;
}

body > .am-register-modal .am-register-dialog {
    position: relative !important;
    z-index: 2 !important;
    width: min(920px, calc(100vw - 44px)) !important;
    max-height: calc(100dvh - 44px) !important;
    margin: 0 !important;
}

/* The header must never create a layer above an opened registration wizard. */
html.am-register-open .am-header,
body.am-register-open .am-header {
    z-index: 1000 !important;
}

@media (max-width: 560px) {
    body > .am-register-modal {
        padding: 0 !important;
    }
    body > .am-register-modal .am-register-dialog {
        width: 100vw !important;
        height: 100dvh !important;
        max-height: 100dvh !important;
        border-radius: 0 !important;
    }
}
