/* SEO first screen. Scoped to the new block; other service pages keep their layout. */
.mkt-seo-start { background: #f5f5f7; padding: 140px 28px 40px; color: #152235; }
body:has(.mkt-seo-start) .mkt-site-logo--white { display: none !important; }
body:has(.mkt-seo-start) .mkt-site-logo--color { display: flex !important; }
.mkt-seo-start * { box-sizing: border-box; }
.mkt-seo-start__inner { max-width: 1200px; margin: auto; }
.mkt-seo-start__crumb { display: flex; gap: 12px; font-size: 12px; color: #737781; margin-bottom: 38px; }
.mkt-seo-start__crumb a { color: inherit; text-decoration: none; }
.mkt-seo-start__grid { display: grid; grid-template-columns: 1.05fr 1fr; gap: 56px; align-items: start; }
.mkt-seo-start__eyebrow { display: inline-block; border-radius: 30px; background: #f5dfea; color: #953166; padding: 8px 13px; font-size: 11px; font-weight: 700; text-transform: uppercase; }
.mkt-seo-start h1 { font-size: 50px; line-height: 1.12; letter-spacing: -1px; text-transform: none; margin: 23px 0; font-weight: 800; }
.mkt-seo-start h1 span { color: #c43e82; }
.mkt-seo-start__description { color: #69717d; font-size: 16px; line-height: 1.65; margin: 0 0 27px; max-width: 510px; }
.mkt-seo-start__form { display: flex; gap: 6px; padding: 6px; background: white; border-radius: 16px; box-shadow: 0 8px 26px #1522350a; }
.mkt-seo-start__form input { min-width: 0; width: 100%; border: 0; background: transparent; padding: 14px; font: inherit; font-size: 14px; border-radius: 10px; color: #152235; }
.mkt-seo-start__form button { flex-shrink: 0; border: 0; border-radius: 12px; padding: 17px 20px; font: inherit; font-size: 13px; font-weight: 700; background: #c43e82; color: white; cursor: pointer; }
.mkt-seo-start__hint { color: #747b86; font-size: 11px; line-height: 1.5; margin: 10px 0 24px; }
.mkt-seo-start__benefits { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin: 0; padding: 0; list-style: none; }
.mkt-seo-start__benefits li { padding: 12px 10px; background: #ededf1; border-radius: 12px; font-size: 11px; line-height: 1.6; }
.mkt-seo-start__benefits strong { display: block; font-size: 12px; }
.mkt-seo-dashboard { background: #fff; border-radius: 28px; box-shadow: 0 18px 40px #1522350b; overflow: hidden; }
.mkt-seo-dashboard__bar { display: flex; align-items: center; gap: 7px; padding: 15px 22px; border-bottom: 1px solid #eff0f3; }
.mkt-seo-dashboard__bar i { width: 8px; height: 8px; border-radius: 50%; background: #e4e5e9; }
.mkt-seo-dashboard__bar span { background: #f5f5f7; border-radius: 9px; padding: 9px 14px; margin-left: 9px; flex: 1; color: #747b86; font-size: 11px; }
.mkt-seo-dashboard__body { padding: 24px; }
.mkt-seo-dashboard__label { display: flex; justify-content: space-between; align-items: center; font-size: 12px; margin-bottom: 18px; }
.mkt-seo-dashboard__label span { color: #288360; font-size: 10px; }
.mkt-seo-dashboard__switch { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 4px; padding: 4px; background: #f5f5f7; border-radius: 12px; margin-bottom: 22px; }
.mkt-seo-dashboard__switch button { flex: 1; padding: 10px 6px; border: 0; background: transparent; color: #727783; font: inherit; font-size: 10px; border-radius: 9px; cursor: pointer; }
.mkt-seo-dashboard__switch button[aria-pressed="true"] { background: white; color: #152235; box-shadow: 0 2px 4px #1522350d; font-weight: 700; }
.mkt-seo-dashboard [hidden] { display: none !important; }
.mkt-seo-dashboard__panel { min-height: 515px; }
.mkt-seo-dashboard h2 { font-size: 20px; line-height: 1.25; text-transform: none; margin: 0 0 6px; }
.mkt-seo-dashboard__niche { font-size: 11px; color: #7a808b; margin: 0 0 18px; }
.mkt-seo-dashboard__metrics { display: grid; grid-template-columns: 1.35fr 1fr; gap: 12px; margin-bottom: 14px; }
.mkt-seo-dashboard__metrics div { border-radius: 14px; background: #f5f5f7; padding: 16px; }
.mkt-seo-dashboard__metrics div:first-child { background: #f9e4ef; }
.mkt-seo-dashboard__metrics span { display: block; font-size: 10px; color: #737782; margin-bottom: 5px; }
.mkt-seo-dashboard__metrics strong { font-size: 30px; line-height: 1.2; }
.mkt-seo-dashboard__result { border: 1px solid #ececf1; padding: 13px 16px; border-radius: 14px; min-height: 82px; }
.mkt-seo-dashboard__result b { font-size: 12px; }
.mkt-seo-dashboard__result p { font-size: 12px; line-height: 1.6; color: #69717d; margin: 9px 0 0; }
.mkt-seo-dashboard__result em { color: #288360; font-style: normal; font-weight: 700; }
.mkt-seo-dashboard__dynamics { margin-top: 14px; }
.mkt-seo-dashboard__dynamics-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 10px; font-size: 12px; }
.mkt-seo-dashboard__dynamics-head span { padding: 6px 9px; border-radius: 8px; background: #f5f5f7; color: #727783; font-size: 9px; font-weight: 700; }
.mkt-seo-dashboard__dynamics-grid { display: grid; grid-template-columns: .82fr 1.5fr; gap: 10px; }
.mkt-seo-dashboard__chart,
.mkt-seo-dashboard__queries { min-width: 0; border: 1px solid #ececf1; border-radius: 10px; padding: 12px; }
.mkt-seo-dashboard__chart-title { display: flex; justify-content: space-between; gap: 5px; font-size: 10px; }
.mkt-seo-dashboard__chart-title span { color: #8a9099; font-size: 8px; }
.mkt-seo-dashboard__bars { display: flex; align-items: end; gap: 7px; height: 112px; margin-top: 13px; border-bottom: 1px solid #e7e8ec; }
.mkt-seo-dashboard__bars i { flex: 1; height: var(--h); min-height: 10px; background: #dedfe4; border-radius: 4px 4px 0 0; }
.mkt-seo-dashboard__bars i:nth-last-child(-n+3) { background: #cb3f84; }
.mkt-seo-dashboard__bars--two i:first-child { background: #dedfe4; }
.mkt-seo-dashboard__axis { display: flex; justify-content: space-between; color: #9297a0; font-size: 8px; margin-top: 6px; }
.mkt-seo-dashboard__query-head,
.mkt-seo-dashboard__query { display: grid; grid-template-columns: minmax(0,1fr) 52px 52px; align-items: center; gap: 5px; }
.mkt-seo-dashboard__query-head { min-height: 22px; font-size: 9px; }
.mkt-seo-dashboard__query-head span { color: #8a9099; font-size: 8px; text-align: right; }
.mkt-seo-dashboard__query { min-height: 31px; border-top: 1px solid #f0f0f3; font-size: 9px; line-height: 1.25; }
.mkt-seo-dashboard__query > span { overflow-wrap: anywhere; }
.mkt-seo-dashboard__query > span small { display: block; margin-top: 2px; color: #969ba4; font-size: 7px; line-height: 1.2; }
.mkt-seo-dashboard__query b { color: #17845c; font-size: 10px; text-align: right; white-space: nowrap; }
.mkt-seo-dashboard__query small { color: #a0a4ab; font-size: 8px; font-weight: 400; }
.mkt-seo-dashboard__disclaimer { margin: 8px 2px 0; color: #9398a1; font-size: 8px; line-height: 1.35; }
.mkt-seo-dashboard__footer { display: flex; justify-content: space-between; gap: 12px; border-top: 1px solid #ececf1; padding-top: 17px; margin-top: 20px; font-size: 11px; color: #737782; }
.mkt-seo-dashboard__footer a { color: #ad326f; text-decoration: none; font-weight: 700; }
.mkt-seo-start button:hover { filter: brightness(.95); }
.mkt-seo-start :is(button,input,a):focus-visible { outline: 2px solid #a62c69; outline-offset: 3px; }
.mkt-seo-start__services { display: flex; gap: 30px; flex-wrap: wrap; border-top: 1px solid #e3e4e9; padding-top: 24px; margin-top: 40px; }
.mkt-seo-start__services a { font-size: 12px; color: #747b86; text-decoration: none; }
.mkt-seo-start__services [aria-current] { color: #ad326f; font-weight: 700; }
@media (max-width: 1100px) { .mkt-seo-start__grid { gap: 28px; } .mkt-seo-start h1 { font-size: 42px; } .mkt-seo-start__form button { padding-inline: 14px; } }
@media (max-width: 900px) { .mkt-seo-start { padding-top: 125px; } .mkt-seo-start__grid { grid-template-columns: 1fr; max-width: 620px; margin: auto; gap: 30px; } .mkt-seo-start__description { max-width: none; } .mkt-seo-start__crumb { max-width: 620px; margin-inline: auto; } }
@media (max-width: 480px) { .mkt-seo-start { padding: 110px 20px 32px; } .mkt-seo-start__crumb { margin-bottom: 24px; } .mkt-seo-start h1 { font-size: 36px; letter-spacing: -.5px; margin: 19px 0; } .mkt-seo-start__description { font-size: 14px; } .mkt-seo-start__form { flex-direction: column; } .mkt-seo-start__form button { min-height: 48px; } .mkt-seo-start__benefits { gap: 6px; } .mkt-seo-start__benefits li { font-size: 10px; padding: 10px 8px; } .mkt-seo-start__benefits strong { font-size: 11px; } .mkt-seo-dashboard__body { padding: 18px; } .mkt-seo-dashboard__switch { grid-template-columns: repeat(2,minmax(0,1fr)); } .mkt-seo-dashboard__metrics strong { font-size: 27px; } .mkt-seo-dashboard__panel { min-height: 735px; } .mkt-seo-dashboard__dynamics-grid { grid-template-columns: 1fr; } .mkt-seo-dashboard__bars { height: 88px; } .mkt-seo-dashboard__query-head, .mkt-seo-dashboard__query { grid-template-columns: minmax(0,1fr) 55px 55px; } .mkt-seo-dashboard__query { min-height: 36px; font-size: 10px; } .mkt-seo-dashboard__query-head { font-size: 10px; } .mkt-seo-start__services { gap: 16px; } }
@media (max-width: 1024px) { .mkt-seo-start { padding-top: 32px; } }
