/*
Theme Name: Affiliate Wonderland
Template: hello-elementor
Description: Layout do blog Affiliate Wonderland (listagem, post, idiomas) e páginas "Cloaker para {plataforma}".
Version: 1.0.0
Text Domain: wonderland
*/

:root {
	--ink: #0c0f0e;
	--ink-2: #151a18;
	--text: #1d2321;
	--muted: #5b6360;
	--line: #e3e7e5;
	--bg: #f4f6f5;
	--card: #ffffff;
	--green: #2eb47d;
	--green-d: #23946a;
	--green-soft: #e6f5ee;
	--radius: 16px;
	--head: "Cabin", system-ui, sans-serif;
	--ui: "Poppins", system-ui, sans-serif;
	--body: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body { margin: 0; font-family: var(--body); font-size: 16px; line-height: 1.6; color: var(--text); background: var(--bg); -webkit-font-smoothing: antialiased; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
h1, h2, h3, h4 { font-family: var(--head); color: var(--ink); line-height: 1.2; margin: 0; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
.aw-wrap { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 24px; }

/* Botões e pílulas */
.aw-btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; font-family: var(--ui); font-weight: 500; font-size: 15px; line-height: 1; padding: 14px 24px; border-radius: 999px; text-decoration: none; border: 1px solid transparent; transition: background .15s, transform .15s, border-color .15s; white-space: nowrap; }
.aw-btn--green { background: var(--green); color: #fff; }
.aw-btn--green:hover { background: var(--green-d); transform: translateY(-1px); }
.aw-btn--ghost { color: #fff; border-color: rgba(255,255,255,.28); }
.aw-btn--ghost:hover { border-color: #fff; }
.aw-btn--sm { padding: 10px 18px; font-size: 14px; }
.aw-btn--lg { padding: 17px 30px; font-size: 16px; }
.aw-chip { display: inline-block; font-family: var(--ui); font-size: 12px; font-weight: 500; color: var(--green-d); background: var(--green-soft); border-radius: 999px; padding: 4px 11px; text-decoration: none; }
.aw-chip--dark { background: rgba(46,180,125,.16); color: #7fe0b5; }
.aw-pill { display: inline-block; font-family: var(--ui); font-size: 12px; font-weight: 500; letter-spacing: .08em; color: #7fe0b5; border: 1px solid rgba(46,180,125,.4); background: rgba(46,180,125,.1); border-radius: 999px; padding: 7px 14px; }
.aw-eyebrow { font-family: var(--ui); font-size: 13px; font-weight: 500; letter-spacing: .08em; text-transform: uppercase; color: var(--green); margin: 0 0 12px; }
.aw-meta { font-size: 13.5px; color: var(--muted); margin: 0; }
.aw-section-title { font-size: 26px; margin: 56px 0 24px; }

/* Topo */
.aw-topbar { background: var(--ink); color: rgba(255,255,255,.72); font-size: 13px; border-bottom: 1px solid rgba(255,255,255,.08); }
.aw-topbar .aw-wrap { display: flex; justify-content: center; gap: 14px; padding-top: 9px; padding-bottom: 9px; flex-wrap: wrap; }
.aw-topbar a { color: #7fe0b5; text-decoration: none; font-weight: 600; }
.aw-header { position: sticky; top: 0; z-index: 50; background: rgba(0,0,0,.92); backdrop-filter: saturate(160%) blur(10px); border-bottom: 1px solid rgba(255,255,255,.08); }
.aw-header__row { display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 76px; }
.aw-logo img { width: 170px; height: auto; }
.aw-brand { display: flex; align-items: center; gap: 16px; }
.aw-powered { display: flex; flex-direction: column; gap: 2px; padding-left: 16px; border-left: 1px solid rgba(255,255,255,.16); text-decoration: none; opacity: .85; transition: opacity .15s; }
.aw-powered:hover { opacity: 1; }
.aw-powered span { font-family: var(--ui); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; color: rgba(255,255,255,.55); line-height: 1; }
.aw-powered img { width: 108px; height: auto; }
.aw-nav { display: flex; align-items: center; gap: 4px; }
.aw-nav__link { font-family: var(--ui); font-size: 14.5px; color: rgba(255,255,255,.82); text-decoration: none; padding: 10px 12px; border-radius: 10px; background: none; border: 0; cursor: pointer; }
.aw-nav__link:hover { color: #fff; background: rgba(255,255,255,.08); }
.aw-nav .aw-btn { margin-left: 8px; }
.aw-drop { position: relative; }
.aw-drop__menu { position: absolute; top: 100%; left: 50%; transform: translateX(-50%); min-width: 290px; background: #fff; border-radius: 14px; box-shadow: 0 20px 50px rgba(0,0,0,.25); padding: 10px; display: none; }
.aw-drop:hover .aw-drop__menu, .aw-drop.is-open .aw-drop__menu { display: block; }
.aw-drop__label { font-family: var(--ui); font-size: 11.5px; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); margin: 4px 10px 6px; }
.aw-drop__menu a { display: flex; align-items: center; gap: 10px; padding: 9px 10px; border-radius: 10px; text-decoration: none; color: var(--text); font-weight: 500; font-size: 14.5px; }
.aw-drop__menu a:hover { background: var(--bg); }
.aw-langs { display: flex; gap: 2px; margin-left: 6px; padding: 3px; border-radius: 999px; background: rgba(255,255,255,.08); }
.aw-langs a { font-family: var(--ui); font-size: 12px; font-weight: 500; color: rgba(255,255,255,.7); text-decoration: none; padding: 6px 9px; border-radius: 999px; }
.aw-langs a.is-current { background: #fff; color: var(--ink); }
.aw-burger { display: none; width: 44px; height: 44px; border: 0; background: rgba(255,255,255,.08); border-radius: 12px; cursor: pointer; flex-direction: column; justify-content: center; align-items: center; gap: 5px; }
.aw-burger span:not(.screen-reader-text) { width: 20px; height: 2px; background: #fff; border-radius: 2px; }

/* Listagem */
.aw-hero-blog { background: var(--ink); color: #fff; padding: 64px 0 40px; position: relative; overflow: hidden; }
.aw-hero-blog::before { content: ""; position: absolute; inset: -40% -10% auto auto; width: 620px; height: 620px; background: radial-gradient(circle, rgba(46,180,125,.28), transparent 65%); pointer-events: none; }
.aw-hero-blog .aw-wrap { position: relative; }
.aw-hero-blog h1 { color: #fff; font-size: clamp(32px, 4.6vw, 54px); font-weight: 700; max-width: 820px; letter-spacing: -.01em; }
.aw-hero-blog__sub { font-size: 19px; color: rgba(255,255,255,.72); max-width: 700px; margin: 18px 0 0; }
.aw-search { display: flex; max-width: 560px; margin-top: 30px; background: #fff; border-radius: 999px; padding: 5px; }
.aw-search input { flex: 1; border: 0; outline: 0; font-size: 15.5px; padding: 10px 18px; border-radius: 999px; background: transparent; color: var(--text); }
.aw-search button { width: 46px; height: 46px; border: 0; border-radius: 999px; background: var(--green); color: #fff; cursor: pointer; display: grid; place-items: center; }
.aw-cats { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 26px; }
.aw-cats a { font-family: var(--ui); font-size: 13.5px; color: rgba(255,255,255,.8); text-decoration: none; border: 1px solid rgba(255,255,255,.16); border-radius: 999px; padding: 7px 14px; }
.aw-cats a span { opacity: .55; margin-left: 4px; }
.aw-cats a:hover { border-color: rgba(255,255,255,.5); }
.aw-cats a.is-current { background: var(--green); border-color: var(--green); color: #fff; }
.aw-list { padding-top: 48px; padding-bottom: 80px; }
.aw-empty { font-size: 18px; color: var(--muted); padding: 40px 0; }

.aw-feature { display: grid; grid-template-columns: 1.55fr 1fr; gap: 28px; }
.aw-feature__lead { position: relative; border-radius: 22px; overflow: hidden; background: var(--ink); min-height: 520px; display: flex; align-items: flex-end; }
.aw-feature__img { position: absolute; inset: 0; }
.aw-feature__img img { width: 100%; height: 100%; object-fit: cover; opacity: .62; transition: transform .5s; }
.aw-feature__lead:hover .aw-feature__img img { transform: scale(1.03); }
.aw-feature__body { position: relative; padding: 36px; background: linear-gradient(to top, rgba(0,0,0,.92) 20%, transparent); color: #fff; width: 100%; }
.aw-feature__body h2 { color: #fff; font-size: clamp(24px, 2.6vw, 34px); margin: 14px 0 12px; }
.aw-feature__body h2 a { text-decoration: none; }
.aw-feature__body p { color: rgba(255,255,255,.78); margin: 0 0 12px; }
.aw-feature__body .aw-meta { color: rgba(255,255,255,.6); }
.aw-feature__side { display: grid; gap: 28px; }
.aw-feature__side .aw-card__excerpt { display: none; }

.aw-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.aw-card { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; display: flex; flex-direction: column; transition: box-shadow .2s, transform .2s; }
.aw-card:hover { box-shadow: 0 14px 34px rgba(12,15,14,.09); transform: translateY(-2px); }
.aw-card__img { aspect-ratio: 16 / 10; overflow: hidden; background: var(--ink-2); display: block; }
.aw-card__img img { width: 100%; height: 100%; object-fit: cover; }
.aw-card__ph { display: block; width: 100%; height: 100%; background: linear-gradient(135deg, #10201a, #2eb47d); }
.aw-card__body { padding: 20px 22px 22px; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.aw-card__body .aw-chip { align-self: flex-start; }
.aw-card__title { font-size: 19px; font-weight: 700; line-height: 1.3; }
.aw-card__title a { text-decoration: none; }
.aw-card__title a:hover { color: var(--green-d); }
.aw-card__excerpt { margin: 0; color: var(--muted); font-size: 15px; }
.aw-card .aw-meta { margin-top: auto; }

.aw-pager { display: flex; justify-content: center; gap: 6px; margin-top: 52px; flex-wrap: wrap; }
.aw-pager .page-numbers { font-family: var(--ui); font-size: 14px; min-width: 42px; height: 42px; padding: 0 14px; display: inline-flex; align-items: center; justify-content: center; border-radius: 999px; background: #fff; border: 1px solid var(--line); text-decoration: none; color: var(--text); }
.aw-pager .page-numbers.current { background: var(--ink); color: #fff; border-color: var(--ink); }

/* Caixa de chamada The White Rabbit */
.aw-cta { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 26px; background: var(--ink); color: #fff; border-radius: 20px; padding: 28px 32px; margin: 48px 0; position: relative; overflow: hidden; }
.aw-cta::after { content: ""; position: absolute; right: -80px; top: -120px; width: 320px; height: 320px; background: radial-gradient(circle, rgba(46,180,125,.35), transparent 65%); pointer-events: none; }
.aw-cta > * { position: relative; z-index: 1; }
.aw-cta__logo { width: 130px; }
.aw-cta__title { font-family: var(--head); font-size: 21px; font-weight: 700; margin: 0 0 6px; color: #fff; }
.aw-cta__text { margin: 0; color: rgba(255,255,255,.72); font-size: 15px; }
.aw-cta--wide { margin: 44px 0; }

/* Post */
.aw-post__head { max-width: 1200px; padding-top: 44px; }
.aw-crumbs { font-family: var(--ui); font-size: 13px; color: var(--muted); }
.aw-crumbs a { color: var(--green-d); text-decoration: none; }
.aw-crumbs span { margin: 0 6px; opacity: .5; }
.aw-post__head h1 { font-size: clamp(30px, 4vw, 48px); font-weight: 700; max-width: 900px; margin: 16px 0 16px; letter-spacing: -.01em; }
.aw-post__langs { margin-left: 10px; }
.aw-post__langs a { font-family: var(--ui); font-weight: 600; font-size: 12px; color: var(--green-d); text-decoration: none; border: 1px solid var(--line); border-radius: 999px; padding: 2px 8px; margin-left: 4px; }
.aw-post__cover { margin: 30px 0 0; border-radius: 22px; overflow: hidden; }
.aw-post__cover img { width: 100%; max-height: 560px; object-fit: cover; }
.aw-post__layout { display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: 56px; padding-top: 44px; padding-bottom: 40px; }
.aw-post__side { position: relative; }
.aw-sticky { position: sticky; top: 104px; }
.aw-toc { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 20px 20px 14px; max-height: calc(100vh - 400px); overflow: auto; }
.aw-toc__title { font-family: var(--ui); font-size: 12px; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); margin: 0 0 10px; }
.aw-toc ol { margin: 0; padding-left: 18px; }
.aw-toc li { font-size: 14px; margin: 0 0 8px; color: var(--muted); }
.aw-toc a { text-decoration: none; }
.aw-toc a:hover { color: var(--green-d); }
.aw-side-cta { margin-top: 18px; background: var(--ink); color: rgba(255,255,255,.75); border-radius: var(--radius); padding: 22px; font-size: 14px; }
/* Estilos que vieram escritos dentro dos posts (azul) passam pra paleta do blog */
.aw-prose a[style], .aw-prose [style] a { color: var(--green-d) !important; }
.aw-prose [style*="border-left"] { border-left-color: var(--green) !important; background: var(--green-soft) !important; border-radius: 0 12px 12px 0; }
.aw-prose [style*="background"]:not(table):not(th):not(td) { border-radius: 12px; }
.aw-side-cta img { width: 120px; margin-bottom: 10px; }
.aw-side-cta p { margin: 0 0 14px; }

.aw-prose { font-size: 18px; line-height: 1.78; color: #26302c; max-width: 760px; }
.aw-prose > article > p:first-of-type, .aw-prose > p:first-of-type { font-size: 20px; color: var(--ink); }
.aw-prose h2 { font-size: 30px; margin: 2.1em 0 .6em; }
.aw-prose h3 { font-size: 22px; margin: 1.8em 0 .5em; }
.aw-prose p { margin: 0 0 1.2em; }
.aw-prose a { color: var(--green-d); text-underline-offset: 3px; }
.aw-prose ul, .aw-prose ol { padding-left: 1.3em; margin: 0 0 1.3em; }
.aw-prose li { margin: 0 0 .5em; }
.aw-prose li::marker { color: var(--green); }
.aw-prose blockquote { margin: 1.6em 0; padding: 18px 24px; border-left: 4px solid var(--green); background: var(--green-soft); border-radius: 0 12px 12px 0; }
.aw-prose table { width: 100%; border-collapse: collapse; font-size: 15.5px; margin: 1.6em 0; background: #fff; border-radius: 12px; overflow: hidden; border: 1px solid var(--line); display: block; overflow-x: auto; }
.aw-prose th, .aw-prose td { padding: 12px 14px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.aw-prose th { background: var(--ink); color: #fff; font-weight: 600; }
.aw-prose img { border-radius: 14px; margin: 1.4em 0; }
.aw-prose strong { color: var(--ink); }
.aw-related { background: #fff; border-top: 1px solid var(--line); padding: 10px 0 70px; }

/* Páginas "Cloaker para" */
.aw-lp-hero { background: var(--ink); color: #fff; text-align: center; padding: 80px 0 96px; position: relative; overflow: hidden; }
.aw-lp-hero::before { content: ""; position: absolute; left: 50%; top: 58%; width: 1100px; height: 620px; transform: translateX(-50%); background: radial-gradient(ellipse at center, rgba(46,180,125,.3), transparent 62%); pointer-events: none; }
.aw-lp-hero::after { content: ""; position: absolute; inset: 0; background-image: radial-gradient(rgba(255,255,255,.08) 1px, transparent 1px); background-size: 22px 22px; mask-image: linear-gradient(to bottom, #000, transparent 85%); pointer-events: none; }
.aw-lp-hero__inner { position: relative; z-index: 1; display: flex; flex-direction: column; align-items: center; }
.aw-lp-hero__icon { width: 72px; height: 72px; border-radius: 20px; background: #fff; display: grid; place-items: center; margin-bottom: 22px; box-shadow: 0 10px 30px rgba(0,0,0,.35); }
.aw-lp-hero h1 { color: #fff; font-size: clamp(40px, 6.4vw, 76px); font-weight: 700; letter-spacing: -.02em; margin: 22px 0 16px; }
.aw-lp-hero__lead { font-family: var(--head); font-size: clamp(20px, 2.3vw, 27px); font-weight: 500; color: #fff; max-width: 820px; margin: 0; }
.aw-lp-hero__sub { font-size: 18px; color: rgba(255,255,255,.7); max-width: 760px; margin: 18px 0 0; }
.aw-lp-hero__ctas { display: flex; gap: 12px; margin-top: 34px; flex-wrap: wrap; justify-content: center; }
.aw-lp-sec { padding: 88px 0; }
.aw-lp-sec--tint { background: #fff; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.aw-lp-title { font-size: clamp(28px, 3.4vw, 42px); font-weight: 700; text-align: center; letter-spacing: -.01em; }
.aw-lp-title--sm { font-size: 26px; }
.aw-lp-sub { text-align: center; color: var(--muted); font-size: 18px; max-width: 680px; margin: 14px auto 0; }
.aw-lp-cards { display: grid; gap: 22px; margin-top: 44px; }
.aw-lp-cards--3 { grid-template-columns: repeat(3, 1fr); }
.aw-lp-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 28px; }
.aw-lp-sec--tint .aw-lp-card { background: var(--bg); }
.aw-lp-card h3 { font-size: 19px; margin-bottom: 10px; display: flex; gap: 10px; align-items: center; }
.aw-lp-card h3::before { content: ""; width: 10px; height: 10px; border-radius: 99px; flex: none; }
.aw-lp-card--warn h3::before { background: #e5484d; box-shadow: 0 0 0 4px rgba(229,72,77,.15); }
.aw-lp-card--ok h3::before { background: var(--green); box-shadow: 0 0 0 4px rgba(46,180,125,.18); }
.aw-lp-card p { margin: 0; color: var(--muted); font-size: 15.5px; }
.aw-flow { max-width: 960px; margin: 44px auto 0; background: var(--bg); border: 1px solid var(--line); border-radius: 22px; padding: 28px; overflow-x: auto; }
.aw-flow svg { min-width: 640px; width: 100%; font-family: var(--body); }
.aw-lp-steps { list-style: none; margin: 44px 0 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; counter-reset: s; }
.aw-lp-steps li { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 28px; }
.aw-lp-steps__n { width: 40px; height: 40px; border-radius: 99px; background: var(--ink); color: #fff; font-family: var(--ui); font-weight: 600; display: grid; place-items: center; margin-bottom: 16px; }
.aw-lp-steps h3 { font-size: 19px; margin-bottom: 8px; }
.aw-lp-steps p { margin: 0; color: var(--muted); font-size: 15.5px; }
.aw-lp-inside img { margin: 44px auto 0; border-radius: 20px; border: 1px solid var(--line); box-shadow: 0 30px 70px rgba(12,15,14,.14); max-width: 1040px; width: 100%; }
.aw-lp-faq { max-width: 860px; }
.aw-lp-faq .aw-lp-title { margin-bottom: 34px; }
.aw-lp-faq details { border-bottom: 1px solid var(--line); padding: 20px 4px; }
.aw-lp-faq summary { font-family: var(--head); font-size: 19px; font-weight: 600; color: var(--ink); cursor: pointer; list-style: none; display: flex; justify-content: space-between; gap: 20px; }
.aw-lp-faq summary::-webkit-details-marker { display: none; }
.aw-lp-faq summary::after { content: "+"; font-family: var(--ui); font-size: 24px; line-height: 1; color: var(--green); }
.aw-lp-faq details[open] summary::after { content: "−"; }
.aw-lp-faq details p { color: var(--muted); margin: 12px 0 0; font-size: 16.5px; }
.aw-lp-band { background: var(--ink); color: #fff; text-align: center; padding: 90px 0; position: relative; overflow: hidden; }
.aw-lp-band::before { content: ""; position: absolute; inset: auto 0 -60% 0; height: 520px; background: radial-gradient(ellipse at center, rgba(46,180,125,.32), transparent 62%); }
.aw-lp-band__inner { position: relative; display: flex; flex-direction: column; align-items: center; gap: 16px; }
.aw-lp-band h2 { color: #fff; font-size: clamp(28px, 3.6vw, 44px); max-width: 820px; }
.aw-lp-band p { color: rgba(255,255,255,.72); max-width: 700px; margin: 0 0 12px; font-size: 18px; }
.aw-lp-others { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; margin-top: 28px; }
.aw-lp-others a { display: inline-flex; align-items: center; gap: 10px; background: #fff; border: 1px solid var(--line); border-radius: 999px; padding: 10px 18px 10px 12px; text-decoration: none; font-weight: 600; font-size: 15px; }
.aw-lp-others a:hover { border-color: var(--green); }

/* Rodapé */
.aw-footer { background: var(--ink); color: rgba(255,255,255,.7); padding: 64px 0 28px; font-size: 14.5px; }
.aw-footer__grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 40px; }
.aw-footer__about { margin: 16px 0 18px; max-width: 320px; }
.aw-footer__title { font-family: var(--ui); font-size: 12px; letter-spacing: .08em; text-transform: uppercase; color: #fff; margin: 6px 0 14px; }
.aw-footer ul { list-style: none; margin: 0; padding: 0; }
.aw-footer li { margin: 0 0 9px; }
.aw-footer a { text-decoration: none; }
.aw-footer a:hover { color: #fff; }
.aw-footer__cta { display: flex; flex-direction: column; align-items: flex-start; gap: 16px; }
.aw-langs--footer { margin-left: 0; display: inline-flex; }
.aw-footer__bottom { border-top: 1px solid rgba(255,255,255,.1); margin-top: 48px; padding-top: 22px; font-size: 13px; color: rgba(255,255,255,.5); }

/* Responsivo */
@media (max-width: 1080px) {
	.aw-burger { display: flex; }
	.aw-nav { display: none; position: absolute; left: 0; right: 0; top: 100%; background: #000; flex-direction: column; align-items: stretch; padding: 12px 20px 22px; border-bottom: 1px solid rgba(255,255,255,.1); }
	.aw-nav.is-open { display: flex; }
	.aw-nav__link { padding: 12px 6px; text-align: left; }
	.aw-drop__menu { position: static; transform: none; box-shadow: none; min-width: 0; margin: 4px 0 8px; }
	.aw-drop:hover .aw-drop__menu { display: none; }
	.aw-drop.is-open .aw-drop__menu { display: block; }
	.aw-langs { align-self: flex-start; margin: 10px 0; }
	.aw-nav .aw-btn { margin: 8px 0 0; }
	.aw-post__layout { grid-template-columns: 1fr; }
	.aw-post__side { display: none; }
	.aw-footer__grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 860px) {
	.aw-feature { grid-template-columns: 1fr; }
	.aw-feature__lead { min-height: 420px; }
	.aw-grid, .aw-lp-cards--3, .aw-lp-steps { grid-template-columns: 1fr; }
	.aw-cta { grid-template-columns: 1fr; text-align: left; }
	.aw-lp-sec { padding: 64px 0; }
}
@media (min-width: 861px) and (max-width: 1080px) {
	.aw-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 560px) {
	.aw-wrap { padding: 0 16px; }
	.aw-topbar span { display: none; }
	.aw-logo img { width: 128px; }
	.aw-brand { gap: 10px; }
	.aw-powered { padding-left: 10px; }
	.aw-powered span { font-size: 8px; }
	.aw-powered img { width: 80px; }
	.aw-feature__body { padding: 24px; }
	.aw-prose { font-size: 17px; }
	.aw-prose h2 { font-size: 25px; }
	.aw-footer__grid { grid-template-columns: 1fr; }
	.aw-lp-hero { padding: 56px 0 70px; }
}
