:root {
  --blue: #146bff;
  --blue-dark: #0758e7;
  --ink: #0a1425;
  --muted: #53637d;
  --line: #e5ebf4;
  --page: #f8fbff;
  --card: #ffffff;
  --shadow: 0 10px 25px rgba(24, 61, 124, 0.075);
  --radius: 12px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  color: var(--ink);
  background: radial-gradient(circle at 50% 35%, #fff 0%, #fafdff 43%, #f5f9ff 100%);
  font-family: "Inter", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
button, input { font: inherit; }
button { cursor: pointer; }
button:focus-visible, a:focus-visible, input:focus-visible { outline: 3px solid rgba(20, 107, 255, .35); outline-offset: 3px; }
a { color: inherit; text-decoration: none; }
svg { width: 24px; height: 24px; display: block; }

.icon-sprite { position: absolute; overflow: hidden; width: 0; height: 0; }
.container { width: min(1340px, calc(100% - 48px)); margin: 0 auto; }
.site-shell { width: min(1340px, calc(100% - 48px)); margin: 0 auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

.breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 18px 0 10px;
  color: #66768f;
  font-size: 13px;
  line-height: 1;
}

.breadcrumb a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: inherit;
  transition: color .2s ease;
}

.breadcrumb a:hover {
  color: var(--blue);
}

.breadcrumb svg {
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
}

.site-header {
  position: relative;
  z-index: 20;
  height: 65px;
  color: white;
  background: linear-gradient(105deg, #04101e 0%, #07182b 57%, #020a16 100%);
  box-shadow: 0 1px 0 rgba(255,255,255,.08);
}
.header-inner { height: 100%; display: flex; align-items: center; }
.brand { display: inline-flex; align-items: center; gap: 9px; font-weight: 700; font-size: 20px; letter-spacing: -1px; white-space: nowrap; }
.brand > span:last-child span { color: #1470ff; }
.brand-mark { display: grid; place-items: center; width: 29px; height: 29px; color: #fff; border-radius: 10px 11px 11px 4px; transform: rotate(-8deg); background: linear-gradient(145deg, #2582ff, #0753de); box-shadow: 0 5px 12px rgba(19,102,255,.35); }
.brand-mark svg { width: 20px; height: 20px; transform: rotate(8deg); }
.main-nav { display: flex; align-items: center; gap: clamp(22px, 2.35vw, 36px); margin-left: auto; margin-right: clamp(27px, 4.8vw, 73px); }
.main-nav a { padding: 23px 0; color: #fafcff; font-size: 13px; font-weight: 500; transition: color .2s ease; }
.main-nav a:hover { color: #78aaff; }
.header-actions { display: flex; align-items: center; gap: 25px; }
.icon-button, .menu-button { display: grid; place-items: center; padding: 0; color: #fff; background: transparent; border: 0; }
.icon-button svg { width: 22px; height: 22px; }
.login-button { min-width: 76px; height: 40px; padding: 0 16px; color: #fff; font-size: 13px; font-weight: 600; border: 1px solid rgba(94, 158, 255, .75); border-radius: 8px; background: linear-gradient(135deg, #217cff, #0758e7); box-shadow: 0 8px 18px rgba(0, 76, 217, .34); transition: transform .2s, filter .2s; }
.login-button:hover { transform: translateY(-1px); filter: brightness(1.08); }
.menu-button { display: none; }

.hero { display: grid; grid-template-columns: 51.5% 48.5%; min-height: 435px; padding-top: 50px; align-items: center; }
.hero-copy { padding-left: 56px; padding-bottom: 6px; }
.eyebrow { display: inline-flex; align-items: center; gap: 5px; margin: 0 0 16px; padding: 5px 10px; color: #0764f9; font-size: 11px; font-weight: 700; letter-spacing: .05px; border-radius: 20px; background: #edf4ff; }
.eyebrow span { font-size: 8px; }
h1 { max-width: 600px; margin: 0; font-size: clamp(38px, 3.15vw, 48px); line-height: 1.06; letter-spacing: -2.1px; font-weight: 800; }
h1 strong { color: var(--blue); font-weight: 800; }
.hero-description { margin: 17px 0 27px; color: var(--muted); font-size: 15px; line-height: 1.52; letter-spacing: -.15px; }
.tool-search { position: relative; display: flex; width: min(573px, 100%); height: 46px; border: 1px solid #d9e2ef; border-radius: 9px; background: #fff; box-shadow: 0 3px 7px rgba(30,70,130,.025); overflow: hidden; transition: border .2s, box-shadow .2s; }
.tool-search:focus-within { border-color: #82b0ff; box-shadow: 0 0 0 4px rgba(20, 107, 255, .09); }
.tool-search .search-icon { flex: 0 0 auto; width: 20px; height: 20px; margin: 12px 11px 12px 15px; color: #50637f; }
.tool-search input { width: 100%; min-width: 0; padding: 0 12px 0 0; color: var(--ink); font-size: 13px; border: 0; outline: 0; }
.tool-search input::placeholder { color: #65738a; }
.tool-search button { width: 83px; flex: 0 0 83px; margin: -1px -1px -1px 0; color: #fff; font-size: 12px; font-weight: 700; border: 0; border-radius: 7px; background: linear-gradient(135deg, #287cff, #075ae9); box-shadow: -2px 0 9px rgba(0, 94, 245, .08); transition: filter .2s; }
.tool-search button:hover { filter: brightness(1.08); }
.search-feedback { min-height: 16px; margin: 5px 0 -3px; color: #3565a6; font-size: 11px; }
.popular-searches { display: flex; align-items: center; flex-wrap: wrap; gap: 9px; margin-top: 16px; }
.popular-label { display: flex; align-items: center; gap: 7px; margin-right: 1px; font-size: 12px; font-weight: 700; }
.popular-label svg { width: 20px; height: 20px; color: var(--blue); }
.popular-searches button { min-height: 27px; padding: 0 13px; color: #526179; font-size: 11px; border: 0; border-radius: 18px; background: #f1f4f8; transition: color .2s, background .2s; }
.popular-searches button:hover { color: #0758e7; background: #e7f0ff; }

/* Ilustração do painel: construída apenas com HTML e CSS para não depender de imagem externa. */
.hero-art { position: relative; height: 375px; min-width: 0; overflow: visible; }
.art-halo { position: absolute; top: 10px; right: 10px; width: min(100%, 585px); height: 335px; border-radius: 43% 52% 47% 50%; background: radial-gradient(ellipse at center, rgba(247,251,255,.35) 0 35%, rgba(220,235,255,.76) 76%, rgba(222,237,255,.12) 77%); transform: rotate(11deg); }
.art-halo::after { content: ""; position: absolute; inset: 17px 24px 22px 20px; border: 1px solid rgba(255,255,255,.7); border-radius: inherit; }
.browser-scene { position: absolute; z-index: 2; top: 42px; left: 63px; width: 390px; height: 280px; perspective: 950px; }
.browser-window { width: 395px; height: 282px; overflow: hidden; border: 1px solid rgba(184,207,248,.75); border-radius: 15px; background: #f8fbff; box-shadow: 16px 22px 17px rgba(72, 118, 192, .17), 0 12px 22px rgba(67, 119, 209, .1); transform: rotateY(-13deg) rotateX(3deg) rotateZ(8deg); transform-origin: 52% 50%; }
.browser-topbar { display: flex; align-items: center; height: 42px; padding: 0 13px; background: linear-gradient(120deg, #326bdc, #142c80); }
.window-controls { display: flex; gap: 6px; }
.window-controls i { width: 7px; height: 7px; border-radius: 50%; background: #fe937b; }
.window-controls i:nth-child(2) { background: #6fe3e4; }.window-controls i:nth-child(3) { background: #9fb9ff; }
.topbar-line { width: 59px; height: 4px; margin-left: auto; margin-right: 32px; border-radius: 5px; background: rgba(223,235,255,.56); }
.topbar-status { display: flex; gap: 8px; }.topbar-status i { width: 6px; height: 6px; border-radius: 50%; background: #a9c6fb; }.topbar-status i:last-child { background: #ffdc62; }
.browser-main { display: grid; grid-template-columns: 91px 1fr; height: 240px; background: rgba(246,250,255,.92); }
.browser-sidebar { padding: 16px 12px; background: #f6f9ff; border-right: 1px solid #ecf2fb; }
.mini-brand { display: flex; align-items: center; gap: 5px; margin-bottom: 19px; font-size: 7px; color: #27395b; }.mini-brand span { width: 9px; height: 9px; border-radius: 3px; background: #2776fb; }.mini-brand b { font-weight: 700; }
.browser-sidebar > i { display: block; width: 44px; height: 5px; margin: 10px 0; border-radius: 8px; background: #dce8fa; }.browser-sidebar > i.side-active { width: 57px; height: 14px; margin: 0 0 10px -4px; border-radius: 4px; background: #e3efff; }
.browser-content { padding: 22px 16px 15px; }.content-heading { display: flex; align-items: center; gap: 5px; height: 11px; margin-bottom: 14px; }.content-heading i { width: 15px; height: 8px; border-radius: 5px; background: #d7e6ff; }.content-heading span { width: 25px; height: 4px; border-radius: 4px; background: #ecf2fa; }.content-heading span:last-child { width: 15px; }
.mini-tool-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; }.mini-tool-grid > div { position: relative; height: 74px; padding: 12px 9px; border-radius: 7px; background: #fff; box-shadow: 0 3px 9px rgba(74,111,164,.12); }.mini-icon { display: grid; place-items: center; width: 29px; height: 29px; margin-bottom: 9px; color: #0d6eff; font-size: 12px; font-weight: 800; border-radius: 50%; background: #eef5ff; }.image-mini { color: #2588ff; }.shield-mini { color: #236fff; }.lock-mini { color: #1a75ff; }.file-mini { color: #3981ef; }.mini-tool-grid i, .mini-tool-grid b { display: block; height: 3px; border-radius: 3px; background: #dbe6f6; }.mini-tool-grid i { width: 37px; }.mini-tool-grid b { width: 21px; margin-top: 5px; }
.float-card { position: absolute; z-index: 3; display: grid; place-items: center; width: 47px; height: 47px; color: #fff; border: 1px solid rgba(255,255,255,.4); border-radius: 11px; background: linear-gradient(145deg, #5f9dff, #1764e9); box-shadow: 0 13px 18px rgba(46,111,218,.22); }.float-card svg { width: 24px; height: 24px; }.float-code { left: 4px; top: 92px; transform: rotate(4deg); }.float-image { right: 62px; top: 104px; width: 42px; height: 42px; transform: rotate(-5deg); }.float-shield { right: 3px; bottom: 43px; width: 52px; height: 52px; transform: rotate(-3deg); }.float-shield svg { width: 25px; height: 25px; }
.floating-cube { position: absolute; z-index: 1; width: 39px; height: 39px; border-radius: 12px; background: linear-gradient(145deg, #6aa5ff, #2471e9); box-shadow: 11px 12px 16px rgba(47,105,195,.17); }.cube-one { right: 26px; top: 99px; transform: rotate(-7deg); }.cube-two { left: 14px; bottom: 46px; width: 31px; height: 31px; opacity: .25; transform: rotate(13deg); }.art-dot { position: absolute; z-index: 4; width: 11px; height: 11px; border-radius: 50%; background: #d9eaff; }.dot-one { right: 111px; top: 31px; }.dot-two { right: 54px; bottom: 91px; width: 8px; height: 8px; background: #a6c9ff; }

/* Imagem principal enviada para o projeto. O quadro remove um traço transparente do arquivo sem alterá-lo. */
.hero-art-frame { justify-self: center; width: min(110%, 650px); aspect-ratio: 496 / 290; margin: 0 auto; overflow: hidden; transform: translateX(-20px); }
img.hero-art { display: block; width: 100%; height: auto; min-width: 0; margin: 0; object-fit: contain; transform: translateY(-6px); }

.ad-wrap { margin-top: 10px; }.ad-slot { display: flex; flex-direction: column; align-items: center; justify-content: center; color: #93a1b4; border: 1px dashed #e1e9f3; border-radius: 10px; background: rgba(255,255,255,.35); }.ad-slot span { font-size: 9px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }.ad-slot small { margin-top: 5px; font-size: 10px; }.ad-slot-banner { min-height: 60px; }.ad-slot-inline { min-height: 48px; }.ad-between-content { margin-top: 20px; margin-bottom: 20px; }.ad-bottom { margin: 34px auto 37px; }

.categories-section { margin-top: 27px; }.category-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 17px; }.category-card { display: flex; align-items: center; min-width: 0; min-height: 92px; padding: 14px 16px; text-align: left; color: var(--ink); border: 1px solid var(--line); border-radius: 11px; background: rgba(255,255,255,.9); box-shadow: var(--shadow); transition: transform .2s, border-color .2s, box-shadow .2s; }.category-card:hover { border-color: #cdddf5; box-shadow: 0 13px 26px rgba(29,70,138,.12); transform: translateY(-3px); }.category-icon { display: grid; flex: 0 0 auto; place-items: center; width: 38px; height: 42px; margin-right: 12px; color: var(--blue); }.category-icon svg { width: 31px; height: 31px; }.category-content { min-width: 0; }.category-content b { display: block; margin-bottom: 5px; font-size: 12px; font-weight: 700; }.category-content small { display: block; color: var(--muted); font-size: 11px; line-height: 1.5; }.category-arrow { flex: 0 0 auto; width: 17px; height: 17px; margin-left: auto; color: #53647d; }

.tools-section { margin-top: 0; padding-top: 14px; scroll-margin-top: 25px; }.section-heading { display: flex; align-items: end; justify-content: space-between; margin-bottom: 18px; }.section-kicker { display: none; }.section-heading h2 { margin: 0; font-size: 20px; letter-spacing: -.65px; }.view-all { display: inline-flex; align-items: center; gap: 5px; padding: 8px 0; color: #0864f7; font-size: 12px; font-weight: 600; border: 0; background: transparent; }.view-all svg { width: 16px; height: 16px; }.tools-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }.tool-card { display: flex; align-items: center; min-width: 0; min-height: 91px; padding: 13px 15px; text-align: left; color: var(--ink); border: 1px solid var(--line); border-radius: 10px; background: #fff; box-shadow: 0 7px 18px rgba(26,66,135,.055); transition: transform .2s, border-color .2s, box-shadow .2s; }.tool-card:hover { border-color: #cbdcf6; box-shadow: 0 12px 25px rgba(27,70,144,.105); transform: translateY(-3px); }.tool-card.is-hidden { display: none; }.tool-icon { display: grid; flex: 0 0 auto; place-items: center; width: 53px; height: 53px; margin-right: 13px; border-radius: 12px; }.tool-icon svg { width: 28px; height: 28px; }.icon-qr { color: #1d2736; background: #f4f6fa; }.icon-image { color: #18c776; background: #edfcf5; }.icon-lock { color: #f7a017; background: #fff8ed; }.icon-png { color: #1783f8; background: #eef7ff; }.icon-pdf { color: #f4495d; background: #fff0f2; }.icon-binary { color: #06babb; background: #eafffb; }.icon-type { color: #a63dec; background: #faf0ff; }.tool-content { min-width: 0; }.tool-content b { display: block; margin-bottom: 5px; font-size: 13px; line-height: 1.2; font-weight: 700; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }.tool-content small { display: block; color: #59687f; font-size: 11px; line-height: 1.42; }.tool-arrow { flex: 0 0 auto; width: 18px; height: 18px; margin-left: auto; color: #53647d; }.empty-state { margin: 25px 0 0; padding: 28px; color: var(--muted); text-align: center; border: 1px dashed #cbd8e8; border-radius: 12px; background: #fff; }

.seo-content { display: grid; grid-template-columns: 1.05fr .95fr; gap: 42px; align-items: center; margin: 38px auto 4px; padding: 34px 40px; border: 1px solid #e3ebf7; border-radius: 16px; background: linear-gradient(115deg, #ffffff, #f3f8ff); }.seo-kicker { margin: 0 0 8px; color: #0864f7; font-size: 10px; font-weight: 800; letter-spacing: .1em; }.seo-copy h2 { max-width: 580px; margin: 0 0 12px; font-size: 25px; line-height: 1.18; letter-spacing: -1px; }.seo-copy p:not(.seo-kicker) { max-width: 600px; margin: 8px 0; color: var(--muted); font-size: 13px; line-height: 1.65; }.seo-highlights { display: grid; gap: 11px; }.seo-highlights article { padding: 14px 16px; border: 1px solid #e4edf9; border-radius: 10px; background: rgba(255,255,255,.8); }.seo-highlights b { font-size: 13px; }.seo-highlights p { margin: 5px 0 0; color: var(--muted); font-size: 12px; line-height: 1.45; }

.site-footer { color: #fff; background: radial-gradient(circle at 62% -170%, #142f55, transparent 47%), linear-gradient(105deg, #030b17, #07192b 62%, #04101e); }.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); padding: 29px 15px 27px; }.trust-item { display: flex; min-width: 0; padding: 0 28px; border-right: 1px solid rgba(156,190,230,.13); }.trust-item:first-child { padding-left: 0; }.trust-item:last-child { padding-right: 0; border-right: 0; }.trust-item > span { flex: 0 0 auto; margin-right: 17px; color: #0f6dff; }.trust-item > span svg { width: 35px; height: 35px; }.trust-item b { display: block; margin-top: 1px; font-size: 12px; }.trust-item p { margin: 6px 0 0; color: #c0cada; font-size: 11px; line-height: 1.55; }.footer-top { display: grid; grid-template-columns: 1.25fr repeat(2, minmax(150px, .7fr)); gap: 40px; padding-top: 34px; padding-bottom: 28px; }.footer-top h3, .footer-top h4 { margin: 0 0 12px; }.footer-top h3 { font-size: 18px; }.footer-top h4 { font-size: 12px; }.footer-top p { max-width: 360px; margin: 0; color: #9fb0c6; font-size: 12px; line-height: 1.65; }.footer-top > div:not(:first-child) { display: grid; align-content: start; gap: 9px; }.footer-top a, .footer-top .cookie-settings-button { width: max-content; color: #aebdd0; font-size: 12px; text-align: left; text-decoration: none; }.footer-top a:hover, .footer-top .cookie-settings-button:hover { color: #fff; }.footer-bottom { display: flex; justify-content: space-between; padding: 13px 0 17px; color: rgba(211,222,238,.62); font-size: 10px; border-top: 1px solid rgba(156,190,230,.1); }.footer-bottom div, .footer-bottom nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 8px 16px; }.footer-bottom a:hover { color: #fff; }.footer-cookie-button { padding: 0; color: inherit; font: inherit; border: 0; background: transparent; cursor: pointer; }.footer-cookie-button:hover, .footer-cookie-button:focus-visible { color: #fff; }

.login-dialog { position: relative; width: min(390px, calc(100% - 40px)); padding: 34px; color: var(--ink); border: 0; border-radius: 16px; box-shadow: 0 30px 80px rgba(0, 16, 43, .3); }.login-dialog::backdrop { background: rgba(2, 11, 25, .62); backdrop-filter: blur(3px); }.dialog-close { position: absolute; top: 13px; right: 13px; display: grid; place-items: center; width: 35px; height: 35px; color: #5c6a80; border: 0; border-radius: 50%; background: #f2f6fb; }.dialog-close svg { width: 18px; height: 18px; }.dialog-mark { display: grid; place-items: center; width: 45px; height: 45px; margin-bottom: 18px; color: #fff; border-radius: 13px; background: linear-gradient(145deg, #2582ff, #0753de); }.dialog-mark svg { width: 28px; height: 28px; }.login-dialog h2 { margin: 0; font-size: 22px; letter-spacing: -.8px; }.login-dialog p { margin: 10px 0 24px; color: var(--muted); font-size: 14px; line-height: 1.5; }.dialog-primary { width: 100%; height: 44px; color: #fff; font-size: 13px; font-weight: 700; border: 0; border-radius: 8px; background: var(--blue); }
.toast { position: fixed; z-index: 50; left: 50%; bottom: 24px; max-width: calc(100% - 32px); padding: 12px 18px; color: #fff; font-size: 13px; border-radius: 9px; background: #102039; box-shadow: 0 10px 30px rgba(0,0,0,.18); opacity: 0; pointer-events: none; transform: translate(-50%, 16px); transition: opacity .25s, transform .25s; }.toast.is-visible { opacity: 1; transform: translate(-50%, 0); }

@media (max-width: 1180px) {
  .container { width: min(1100px, calc(100% - 40px)); }
  .hero-copy { padding-left: 25px; }
  .main-nav { gap: 20px; margin-right: 32px; }
  .category-grid { gap: 10px; }.category-card { padding: 12px; }.category-icon { margin-right: 8px; }
  .hero-art-frame { width: min(108%, 600px); transform: translateX(-10px); }
  .tool-card { padding: 12px; }.tool-icon { width: 48px; height: 48px; margin-right: 10px; }.tool-content b { font-size: 12px; }
}

@media (max-width: 930px) {
  .site-header { height: 61px; }.header-inner { position: relative; }.main-nav { position: absolute; top: 61px; right: 0; left: 0; display: grid; gap: 0; max-height: 0; margin: 0; overflow: hidden; visibility: hidden; background: #09192b; border-top: 1px solid rgba(255,255,255,.08); box-shadow: 0 13px 25px rgba(0, 9, 20, .2); transition: max-height .28s ease, visibility .28s ease; }.site-header.nav-open .main-nav { max-height: 330px; visibility: visible; }.main-nav a { padding: 14px 20px; border-bottom: 1px solid rgba(255,255,255,.055); }.main-nav a:last-child { border: 0; }.header-actions { margin-left: auto; gap: 17px; }.menu-button { display: grid; }.menu-button svg { width: 23px; height: 23px; }
  .hero { grid-template-columns: 1fr; padding-top: 44px; }.hero-copy { padding-left: 0; text-align: center; }.eyebrow { margin-bottom: 15px; }.hero-description { margin-bottom: 25px; }.tool-search { margin: 0 auto; text-align: left; }.popular-searches { justify-content: center; }.hero-art-frame { width: min(100%, 520px); margin: 12px auto 5px; transform: none; }
  .category-grid { grid-template-columns: repeat(3, 1fr); }.category-card:nth-child(4), .category-card:nth-child(5) { grid-column: span 1; }.tools-grid { grid-template-columns: repeat(2, 1fr); }.seo-content { grid-template-columns: 1fr; gap: 22px; }.trust-grid { grid-template-columns: repeat(2, 1fr); gap: 24px 0; }.trust-item:nth-child(2) { border-right: 0; }.trust-item:nth-child(3) { padding-left: 0; }
}

@media (max-width: 640px) {
  .container { width: min(100% - 32px, 540px); }.desktop-only { display: none; }.brand { font-size: 18px; }.brand-mark { width: 27px; height: 27px; }.header-actions { gap: 11px; }.header-search { display: none; }.login-button { min-width: 64px; height: 36px; padding: 0 12px; font-size: 12px; }
  .hero { min-height: auto; padding-top: 35px; }.hero-copy { text-align: left; }.eyebrow { margin-bottom: 15px; font-size: 10px; }.hero-description { font-size: 14px; }.popular-searches { justify-content: flex-start; gap: 7px; }.popular-label { width: 100%; }.popular-searches button { font-size: 10px; }
  h1 { font-size: clamp(33px, 8.8vw, 39px); letter-spacing: -1.8px; }.hero-art-frame { width: min(100%, 390px); margin: 20px auto 6px; }
  .ad-after-hero { margin-top: 0; }.ad-slot-banner { min-height: 52px; }.categories-section { margin-top: 20px; }.category-grid { grid-template-columns: 1fr; gap: 10px; }.category-card { min-height: 79px; padding: 11px 15px; }.category-content small br { display: none; }.category-content small { max-width: 220px; }.ad-between-content { margin-top: 17px; margin-bottom: 16px; }.section-heading { margin-bottom: 14px; }.section-heading h2 { font-size: 19px; }.tools-grid { grid-template-columns: 1fr; gap: 10px; }.tool-card { min-height: 83px; }.tool-content small br { display: none; }.tool-content small { max-width: 245px; }.ad-bottom { margin: 25px auto; }
  .seo-content { gap: 18px; margin-top: 28px; padding: 25px 20px; border-radius: 13px; }.seo-copy h2 { font-size: 22px; }.seo-copy p:not(.seo-kicker) { font-size: 12px; }.trust-grid { grid-template-columns: 1fr; gap: 0; padding: 18px 0; }.trust-item, .trust-item:first-child, .trust-item:nth-child(3) { padding: 15px 0; border-right: 0; border-bottom: 1px solid rgba(156,190,230,.12); }.trust-item:last-child { border-bottom: 0; }.trust-item p br { display: none; }.footer-top { grid-template-columns: 1fr; gap: 24px; }.footer-bottom { align-items: center; flex-direction: column; gap: 8px; text-align: center; }.footer-bottom div, .footer-bottom nav { justify-content: center; gap: 12px; }
}

@media (max-width: 370px) {
  .container { width: calc(100% - 24px); }.login-button { display: none; }.hero-art-frame { width: 100%; margin: 16px auto 0; }.popular-searches { gap: 5px; }.popular-searches button { padding: 0 9px; }.tool-content b { max-width: 190px; }
}
