* { box-sizing: border-box; }
html { --awd-reveal-distance: 12px; --awd-reveal-duration: 500ms; --awd-reveal-easing: cubic-bezier(.2, .75, .25, 1); --awd-reveal-delay: 0ms; scroll-behavior: smooth; scroll-padding-top: 105px; }
body { margin: 0; background: var(--awd-canvas); color: var(--awd-text); font: 17px/1.65 var(--awd-font); letter-spacing: 0; }
[hidden] { display: none !important; }
::selection { background: var(--awd-accent); color: #081220; }
a { color: var(--awd-accent); text-underline-offset: 5px; }
a:hover { color: #c4d9ff; }
button, input, select, textarea { font: inherit; }
button, summary, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
:focus-visible { outline: 3px solid #a7ccff; outline-offset: 5px; }
img { display: block; max-width: 100%; height: auto; }
svg.awd-icon { width: 20px; height: 20px; flex: 0 0 20px; vertical-align: middle; }
h1, h2, h3, h4 { font-family: var(--awd-display); font-weight: 600; line-height: 1.14; letter-spacing: 0; text-wrap: balance; }
h1 { font-size: 60px; margin: 0 0 24px; }
h2 { font-size: 40px; margin: 0 0 22px; }
h3 { font-size: 23px; margin: 0 0 14px; }
p { margin: 0 0 22px; color: var(--awd-muted); }
strong { color: var(--awd-text); font-weight: 600; }
.container { max-width: 1280px; padding-left: 28px; padding-right: 28px; }
.awd-skip { position: fixed; z-index: 100; top: -90px; left: 16px; background: var(--awd-accent); color: #081220; padding: 14px 20px; }
.awd-skip:focus { top: 10px; }
.awd-header { position: sticky; top: 0; z-index: 30; background: #0b0e13fa; border-bottom: 1px solid #ffffff12; }
.awd-header-inner { min-height: 84px; display: flex; align-items: center; gap: 28px; }
.awd-logo { width: 169px; flex-shrink: 0; display: inline-flex; align-items: center; }
.awd-logo img { width: 169px; height: 43px; object-fit: contain; }
.awd-nav { display: flex; align-items: center; gap: 24px; margin-left: auto; font-size: 14px; font-weight: 500; }
.awd-nav a { color: #d5dce6; text-decoration: none; white-space: nowrap; padding: 10px 0; }
.awd-nav a:hover, .awd-nav a[aria-current] { color: var(--awd-accent); }
.awd-nav .awd-button { padding: 11px 17px; color: #081220; }
.awd-nav .awd-login { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; margin-left: 12px; padding: 10px 16px; border: 1px solid var(--awd-control); border-radius: 5px; color: var(--awd-muted); font-weight: 600; transition: background var(--awd-motion), border-color var(--awd-motion), color var(--awd-motion), transform var(--awd-motion); }
.awd-nav .awd-login:hover, .awd-nav .awd-login:focus-visible { border-color: var(--awd-accent); background: var(--awd-raised); color: var(--awd-text); transform: translateY(-2px); }
.awd-solutions { position: relative; }
.awd-solutions summary { list-style: none; cursor: pointer; min-height: 44px; display: flex; align-items: center; gap: 5px; }
summary::-webkit-details-marker { display: none; }
.awd-dropdown { position: absolute; top: 54px; left: -20px; min-width: 245px; display: grid; background: var(--awd-surface); border: 1px solid var(--awd-border); border-radius: 8px; padding: 12px 20px; box-shadow: 0 16px 32px #0006; }
.awd-header .awd-nav-toggle { display: none; width: 48px; height: 48px; margin-left: auto; padding: 0; border: 0; background: transparent; color: white; flex-direction: column; justify-content: center; align-items: flex-end; gap: 5px; }
.awd-nav-toggle span { display: block; height: 2px; background: currentColor; transition: width var(--awd-motion), opacity var(--awd-motion), transform var(--awd-motion); }
.awd-nav-toggle span:nth-child(1) { width: 25px; }
.awd-nav-toggle span:nth-child(2) { width: 16px; }
.awd-nav-toggle span:nth-child(3) { width: 21px; }
.awd-header.nav-open .awd-nav-toggle span:nth-child(1) { width: 25px; transform: translateY(7px) rotate(45deg); }
.awd-header.nav-open .awd-nav-toggle span:nth-child(2) { width: 0; opacity: 0; }
.awd-header.nav-open .awd-nav-toggle span:nth-child(3) { width: 25px; transform: translateY(-7px) rotate(-45deg); }
.awd-button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 48px; border: 1px solid transparent; border-radius: 6px; padding: 11px 22px; background: var(--awd-accent); color: #081220; font-size: 15px; font-weight: 600; line-height: 1.4; text-decoration: none; transition: background var(--awd-motion), transform var(--awd-motion); }
.awd-button:hover { background: #b3d1ff; color: #081220; transform: translateY(-2px); }
.awd-button-secondary { border-color: var(--awd-control); color: var(--awd-text); background: transparent; }
.awd-button-secondary:hover { background: var(--awd-raised); color: white; }
.awd-button-quiet { background: transparent; color: var(--awd-muted); border: 0; padding: 10px; }
.awd-button-quiet:hover { background: var(--awd-raised); color: white; }
.awd-icon-button { width: 48px; height: 48px; padding: 0; }
.awd-actions { display: flex; gap: 14px; flex-wrap: wrap; align-items: center; }
.awd-text-link { display: inline-flex; gap: 12px; align-items: center; font-size: 15px; font-weight: 600; text-decoration: none; min-height: 44px; }
.awd-eyebrow { display: flex; align-items: center; gap: 10px; color: var(--awd-accent); font-size: 12px; font-weight: 650; text-transform: uppercase; margin: 0 0 22px; }
.awd-eyebrow::before { content: ''; width: 22px; height: 2px; background: var(--awd-accent); }
.awd-hero { padding: 70px 0 64px; position: relative; background-image: linear-gradient(90deg, #ffffff02 1px, transparent 1px); background-size: 100px 100%; }
.awd-hero h1 span { color: var(--awd-accent); }
.awd-lead { font-size: 19px; max-width: 660px; }
.awd-section { padding: 96px 0; }
.awd-section-alt { background: #11161d; border-block: 1px solid #ffffff09; }
.awd-section-head { display: flex; justify-content: space-between; align-items: end; gap: 32px; margin-bottom: 36px; }
.awd-section-head h2 { margin-bottom: 0; max-width: 700px; }
.awd-section-head p { max-width: 460px; margin-bottom: 0; }
.awd-reading { max-width: 750px; }
.awd-note { font-size: 13px; color: var(--awd-muted); }
.awd-caption { font-size: 12px; color: var(--awd-muted); margin-top: 14px; }
.awd-card { border: 1px solid var(--awd-border); border-radius: var(--awd-radius); padding: 28px; height: 100%; }
.awd-route { padding: 30px 30px 28px 0; border-top: 1px solid var(--awd-border); height: 100%; }
.awd-route > .awd-icon { color: var(--awd-accent); width: 28px; height: 28px; margin-bottom: 24px; }
.awd-route h3 { font-size: 24px; }
.awd-route p { font-size: 16px; }
.awd-rule-list { list-style: none; padding: 0; margin: 0; }
.awd-rule-list li { border-top: 1px solid var(--awd-border); padding: 20px 0; display: flex; gap: 18px; }
.awd-rule-list .awd-icon { margin-top: 4px; color: var(--awd-accent); }
.awd-rule-list p { margin: 5px 0 0; font-size: 16px; }
.awd-contact-card .awd-rule-list li > div { min-width: 0; }
.awd-contact-card .awd-rule-list strong { overflow-wrap: anywhere; }
.awd-phone-icon { transform: scaleX(-1); transform-origin: center; }
.awd-contact-hours { display: grid; gap: 8px; margin-top: 14px; padding-top: 14px; border-top: 1px solid var(--awd-border); }
.awd-contact-hours > div { display: flex; justify-content: space-between; gap: 18px; color: var(--awd-muted); font-size: 14px; line-height: 1.4; }
.awd-contact-hours > div > span:last-child { color: var(--awd-text); font-weight: 550; text-align: right; }
.awd-process { list-style: none; padding: 0; display: grid; grid-template-columns: repeat(4,1fr); gap: 30px; }
.awd-process li { border-top: 1px solid var(--awd-border); padding-top: 22px; }
.awd-process-number { display: block; color: var(--awd-accent); font: 14px var(--awd-display); margin-bottom: 30px; }
.awd-process h3 { font-size: 20px; }
.awd-process p { font-size: 15px; }
.awd-faq { border-bottom: 1px solid var(--awd-border); }
.awd-faq[style*='height'] { contain: layout; }
.awd-faq summary { padding: 23px 35px 23px 0; font-weight: 550; cursor: pointer; position: relative; list-style: none; }
.awd-faq summary::before, .awd-faq summary::after { content: ''; position: absolute; right: 8px; top: 50%; width: 16px; height: 2px; background: var(--awd-accent); transform: translateY(-50%); transition: transform 220ms cubic-bezier(.2, .8, .2, 1), opacity 160ms ease; }
.awd-faq summary::before { transform: translateY(-50%) rotate(90deg); }
.awd-faq[open] summary::before { opacity: 0; transform: translateY(-50%) rotate(0); }
.awd-faq p { max-width: 750px; padding-right: 22px; font-size: 16px; }
.awd-cta-band { padding: 72px 0; border-top: 1px solid var(--awd-border); background: linear-gradient(105deg, #152845, #10151c 75%); }
.awd-cta-band h2 { font-size: 38px; }
.awd-footer { padding: 64px 0 24px; border-top: 1px solid var(--awd-border); }
.awd-footer-intro { max-width: 270px; margin: 22px 0 0; font-size: 15px; }
.awd-footer h2 { font: 600 14px var(--awd-font); margin-bottom: 22px; }
.awd-footer ul { list-style: none; padding: 0; margin: 0; }
.awd-footer li { margin: 6px 0; }
.awd-footer li a { color: var(--awd-muted); font-size: 14px; text-decoration: none; display: inline-block; padding: 5px 0; }
.awd-footer li a:hover { color: var(--awd-accent); }
.awd-footer-bottom { border-top: 1px solid var(--awd-border); margin-top: 52px; padding-top: 24px; display: flex; justify-content: space-between; gap: 15px; font-size: 12px; color: var(--awd-muted); }
.awd-tabs-nav { display: flex; gap: 7px; flex-wrap: wrap; margin-bottom: 26px; }
.awd-tabs-nav a, .awd-tabs-nav button { min-height: 46px; padding: 10px 20px; border: 1px solid var(--awd-control); background: transparent; border-radius: 5px; color: var(--awd-muted); text-decoration: none; font-size: 15px; }
.awd-tabs-nav [aria-selected='true'], .awd-tabs-nav [aria-pressed='true'] { color: #0b1626; background: var(--awd-accent); border-color: var(--awd-accent); }
.awd-tab-panel + .awd-tab-panel { margin-top: 35px; }
.awd-tabs-ready .awd-tab-panel + .awd-tab-panel { margin-top: 0; }
.awd-product-frame { background: #151c25; border: 1px solid #46515e; border-radius: 8px; overflow: hidden; }
.awd-browser-bar { min-height: 40px; display: flex; align-items: center; gap: 5px; padding: 9px 16px; background: #202832; color: #b7c2d1; font-size: 11px; }
.awd-browser-bar i { width: 6px; height: 6px; background: #8695a9; border-radius: 50%; }
.awd-browser-bar span { margin-left: auto; margin-right: auto; }
.awd-label { display: inline-flex; align-items: center; gap: 7px; font-size: 11px; padding: 4px 9px; background: #233d34; color: var(--awd-success); border-radius: 3px; }
.awd-label-neutral { background: #283442; color: #c3d0e2; }
.awd-breadcrumbs { display: flex; flex-wrap: wrap; gap: 12px; color: var(--awd-muted); font-size: 13px; margin-bottom: 30px; }
.awd-breadcrumbs a { color: var(--awd-muted); }
.awd-notice { padding: 16px 20px; border-left: 3px solid var(--awd-accent); background: #172232; font-size: 14px; color: #d0ddf1; margin: 22px 0; }
.awd-form { background: var(--awd-surface); border: 1px solid var(--awd-border); border-radius: 8px; padding: 32px; }
.awd-form h2 { font-size: 26px; }
.awd-form fieldset { min-width: 0; border: 0; padding: 0; }
.awd-field { margin-bottom: 19px; }
.awd-field label { display: block; margin-bottom: 7px; font-size: 14px; font-weight: 550; }
.awd-optional { color: var(--awd-muted); font-weight: 400; font-size: 12px; }
.awd-field input, .awd-field select, .awd-field textarea { width: 100%; min-height: 47px; padding: 10px 12px; border: 1px solid var(--awd-control); border-radius: 5px; color: var(--awd-text); background: #0d131b; font-size: 16px; }
.awd-field textarea { resize: vertical; min-height: 100px; }
.awd-field input[aria-invalid='true'], .awd-field select[aria-invalid='true'], .awd-field textarea[aria-invalid='true'] { border: 2px solid var(--awd-error); }
.awd-help { font-size: 12px; margin: 6px 0 0; }
.awd-error { color: var(--awd-error); font-size: 13px; margin: 5px 0 0; }
.awd-error-summary { border: 1px solid var(--awd-error); padding: 18px; margin: 20px 0; }
.awd-error-summary h3 { font-size: 19px; }
.awd-error-summary a { color: var(--awd-error); }
.awd-error-summary ul { margin: 0; }
.awd-form-status { font-size: 14px; margin: 14px 0 0; color: var(--awd-success); }
.awd-form-result { padding: 26px 0; }
.awd-form-result h3 { font-size: 25px; }
.awd-form .awd-faq { margin-bottom: 24px; }
.awd-form .awd-faq summary { font-size: 14px; }
.awd-form :disabled { cursor: not-allowed; opacity: .7; }
.awd-dialog { border: 1px solid var(--awd-control); border-radius: 8px; color: var(--awd-text); background: var(--awd-canvas); width: min(1100px, calc(100% - 32px)); max-height: 92dvh; padding: 24px; }
.awd-dialog::backdrop { background: #000b; }
.awd-dialog-head { display: flex; justify-content: space-between; gap: 20px; align-items: center; margin-bottom: 20px; }
.awd-dialog-head h2 { font-size: 25px; margin: 0; }
.awd-dialog .awd-product-frame { margin-top: 18px; }
.awd-check { display: flex; align-items: start; gap: 12px; min-height: 48px; padding: 12px 0; cursor: pointer; }
.awd-check input { accent-color: var(--awd-accent); width: 20px; height: 20px; margin-top: 4px; flex-shrink: 0; }
html:is(.awd-motion-pending, .awd-motion-ready) :where([data-reveal], .awd-search-growth-layout, .awd-search-metrics, .awd-keyword-report, .awd-lighthouse-comparison, .awd-growth-checklist, .awd-crm-anywhere-layout, .awd-crm-team-layout, .awd-inventory-edits-layout, .awd-vdp-insights-layout, .awd-mobile-feature-intro, .awd-mobile-feature-grid, .awd-marketplace-workflow-view, .awd-integration-group, .awd-integration-request, .awd-team-grid, .awd-reading, .awd-legal, .awd-resource-item, .awd-article-body > section, .awd-article-body > div:last-child):not(.is-visible) { transform: translate3d(0, var(--awd-reveal-distance), 0); }
html.awd-motion-ready :where([data-reveal], .awd-search-growth-layout, .awd-search-metrics, .awd-keyword-report, .awd-lighthouse-comparison, .awd-growth-checklist, .awd-crm-anywhere-layout, .awd-crm-team-layout, .awd-inventory-edits-layout, .awd-vdp-insights-layout, .awd-mobile-feature-intro, .awd-mobile-feature-grid, .awd-marketplace-workflow-view, .awd-integration-group, .awd-integration-request, .awd-team-grid, .awd-reading, .awd-legal, .awd-resource-item, .awd-article-body > section, .awd-article-body > div:last-child) { transition: transform var(--awd-reveal-duration) var(--awd-reveal-easing) var(--awd-reveal-delay); }
[data-reveal-delay='1'] { --awd-reveal-delay: 60ms; }
[data-reveal-delay='2'] { --awd-reveal-delay: 120ms; }
@media (max-width: 991px) {
  .awd-header-inner { flex-wrap: wrap; gap: 0; min-height: 74px; }
  .awd-logo { margin: 15px 0; }
  .awd-nav { width: 100%; flex-wrap: wrap; padding-bottom: 20px; gap: 15px 24px; }
  .awd-header.nav-ready .awd-nav-toggle { display: inline-flex; }
  .awd-header.nav-ready .awd-nav { display: none; }
  .awd-header.nav-ready.nav-open .awd-nav { display: grid; max-height: 72dvh; overflow-y: auto; padding: 12px 6px 24px; }
  .awd-dropdown { position: static; box-shadow: none; margin-top: 8px; }
  .awd-nav .awd-login { margin-left: 0; }
}
@media (min-width: 768px) and (max-width: 991px) {
  body.awd-nav-open { overflow: hidden; }
  .awd-header.nav-open { background: transparent; border-bottom-color: transparent; }
  .awd-header.nav-open .awd-logo, .awd-header.nav-open .awd-nav-toggle { position: relative; z-index: 2; }
  .awd-header.nav-ready.nav-open .awd-nav { position: fixed; inset: 0; z-index: 1; display: flex; flex-direction: column; flex-wrap: nowrap; align-items: stretch; min-height: 100dvh; max-height: none; overflow-y: auto; padding: 98px 22px 24px; gap: 0; background: #0b0e13; }
  .awd-nav > a, .awd-solutions summary { min-height: 54px; display: flex; align-items: center; padding: 13px 0; border-bottom: 1px solid #ffffff1a; color: #f2f6fc; font-size: 21px; font-weight: 550; }
  .awd-solutions summary { justify-content: space-between; gap: 12px; }
  .awd-solutions summary .awd-icon { width: 20px; height: 20px; transition: transform var(--awd-motion); }
  .awd-solutions[open] summary .awd-icon { transform: rotate(180deg); }
  .awd-header .awd-dropdown { display: grid; gap: 0; margin: 0; padding: 0 0 9px 20px; border: 0; border-radius: 0; background: transparent; }
  .awd-header .awd-dropdown a { min-height: 42px; padding: 8px 0; border: 0; color: #b7c7db; font-size: 16px; font-weight: 500; }
  .awd-nav .awd-login, .awd-nav .awd-button { width: 100%; min-height: 54px; justify-content: center; margin-left: 0; font-size: 16px; }
  .awd-nav .awd-login { margin-top: auto; border: 1px solid #5a718c; border-radius: 6px; color: #f2f6fc; }
  .awd-nav .awd-button { margin-top: 12px; padding: 12px 18px; }
}
@media (max-width: 767px) {
  html { --awd-reveal-distance: 8px; }
  [data-reveal] { --awd-reveal-delay: 0ms; }
  :root { --awd-header-height: 74px; }
  body.awd-nav-open { overflow: hidden; }
  .awd-header.nav-open { background: transparent; border-bottom-color: transparent; }
  .awd-header.nav-open .awd-logo, .awd-header.nav-open .awd-nav-toggle { position: relative; z-index: 2; }
  .awd-header.nav-ready.nav-open .awd-nav { position: fixed; inset: 0; z-index: 1; display: flex; flex-direction: column; flex-wrap: nowrap; align-items: stretch; min-height: 100dvh; max-height: none; overflow-y: auto; padding: 98px 22px 24px; gap: 0; background: #0b0e13; }
  .awd-nav > a, .awd-solutions summary { min-height: 54px; display: flex; align-items: center; padding: 13px 0; border-bottom: 1px solid #ffffff1a; color: #f2f6fc; font-size: 21px; font-weight: 550; }
  .awd-solutions summary { justify-content: space-between; gap: 12px; }
  .awd-solutions summary .awd-icon { width: 20px; height: 20px; transition: transform var(--awd-motion); }
  .awd-solutions[open] summary .awd-icon { transform: rotate(180deg); }
  .awd-header .awd-dropdown { display: grid; gap: 0; margin: 0; padding: 0 0 9px 20px; border: 0; border-radius: 0; background: transparent; }
  .awd-header .awd-dropdown a { min-height: 42px; padding: 8px 0; border: 0; color: #b7c7db; font-size: 16px; font-weight: 500; }
  .awd-nav .awd-login, .awd-nav .awd-button { width: 100%; min-height: 54px; justify-content: center; margin-left: 0; font-size: 16px; }
  .awd-nav .awd-login { margin-top: auto; border: 1px solid #5a718c; border-radius: 6px; color: #f2f6fc; }
  .awd-nav .awd-button { margin-top: 12px; padding: 12px 18px; }
  .container { padding-left: 22px; padding-right: 22px; }
  .row.g-5 { --bs-gutter-x: 24px; }
  h1 { font-size: 40px; }
  h2 { font-size: 31px; }
  h3 { font-size: 22px; }
  .awd-hero { padding: 44px 0; }
  .awd-section { padding: 58px 0; }
  .awd-lead { font-size: 17px; }
  .awd-section-head { display: block; }
  .awd-section-head p { margin-top: 18px; }
  .awd-process { grid-template-columns: 1fr 1fr; gap: 24px; }
  .awd-cta-band { padding: 48px 0; }
  .awd-cta-band h2 { font-size: 31px; }
  .awd-footer-bottom { flex-direction: column; }
  .awd-form { padding: 24px 18px; }
  .awd-tabs-nav a, .awd-tabs-nav button { padding: 10px 13px; font-size: 14px; }
  .awd-dialog { padding: 16px; }
}
@media (max-width: 359px) { h1 { font-size: 36px; } .container { padding-inline: 17px; } .awd-process { grid-template-columns: 1fr; } }
@media (max-height: 500px) { .awd-header { position: static; } }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}