@font-face {
  font-family: "Anton";
  src: url("../fonts/anton-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/inter-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

:root {
  --oopbuy-ink: #0b0e14;
  --oopbuy-muted: #5d6370;
  --oopbuy-line: #d8dbe1;
  --oopbuy-blue: #075bea;
  --oopbuy-blue-dark: #0447b9;
  --oopbuy-lime: #caff31;
  --oopbuy-soft: #f2f4f7;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; min-height: 100vh; color: var(--oopbuy-ink); background: #fff; font: 400 16px/1.5 "Inter", ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; -webkit-font-smoothing: antialiased; }
body, button, input, select, textarea { font-family: inherit; }
a { color: inherit; }
img { display: block; max-width: 100%; height: auto; }
button { color: inherit; }
.screen-reader-text { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.screen-reader-text:focus, .skip-link:focus { position: fixed !important; width: auto; height: auto; clip: auto; left: 16px; top: 16px; z-index: 1000; padding: 12px 16px; background: var(--oopbuy-ink); color: #fff; }
:focus-visible { outline: 3px solid var(--oopbuy-blue); outline-offset: 4px; }

.site-header { min-height: 84px; padding: 0 clamp(24px, 3.4vw, 54px); display: grid; grid-template-columns: minmax(260px, 1fr) auto minmax(260px, 1fr); align-items: center; border-bottom: 1px solid var(--oopbuy-line); position: sticky; top: 0; z-index: 30; background: rgba(255,255,255,.96); backdrop-filter: blur(12px); }
.admin-bar .site-header { top: 32px; }
.brand { width: max-content; max-width: 100%; color: var(--oopbuy-ink); text-decoration: none; font: 400 clamp(24px, 2.2vw, 34px)/.9 "Anton", Impact, sans-serif; letter-spacing: -.025em; }
.brand > span { display: block; }
.brand small { display: block; margin-top: 9px; font: 700 9px/1 "Inter", sans-serif; letter-spacing: .34em; text-transform: uppercase; color: var(--oopbuy-muted); }
.custom-logo { max-height: 58px; width: auto; }
.site-nav-list { display: flex; align-items: center; gap: clamp(28px, 4vw, 62px); margin: 0; padding: 0; list-style: none; }
.site-nav-list a, .header-tools a { color: var(--oopbuy-ink); text-decoration: none; font-weight: 700; }
.site-nav-list a { display: block; padding: 31px 0; border-bottom: 3px solid transparent; }
.site-nav-list a:hover, .site-nav-list a:focus-visible { border-color: var(--oopbuy-blue); }
.header-tools { justify-self: end; display: flex; align-items: center; gap: 24px; color: #343a46; font-size: 14px; line-height: 1.3; }
.search-link { display: grid; place-items: center; width: 48px; height: 48px; border-right: 1px solid #9aa0aa; padding-right: 20px; }
.search-link .dashicons { width: 25px; height: 25px; font-size: 25px; }
.menu-button { display: none; width: 48px; height: 48px; padding: 0; align-items: center; justify-content: center; background: none; border: 0; cursor: pointer; }
.menu-button .dashicons { width: 25px; height: 25px; font-size: 25px; }

.hero { display: grid; grid-template-columns: 1.03fr 1fr; min-height: 500px; border-bottom: 1px solid var(--oopbuy-ink); }
.hero-copy { padding: 40px clamp(32px, 4.6vw, 72px); display: flex; flex-direction: column; justify-content: center; }
.eyebrow { margin: 0 0 22px; font-size: 11px; font-weight: 800; letter-spacing: .28em; text-transform: uppercase; display: flex; align-items: center; gap: 14px; }
.eyebrow > span { display: inline-block; width: 60px; height: 4px; background: var(--oopbuy-lime); }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { text-wrap: balance; }
h1 { margin-bottom: 22px; max-width: 680px; font: 400 clamp(55px, 5.2vw, 78px)/.91 "Anton", Impact, sans-serif; letter-spacing: -.02em; }
h1 mark { color: inherit; background: var(--oopbuy-lime); padding: 0 .08em; box-decoration-break: clone; -webkit-box-decoration-break: clone; }
.hero-answer { max-width: 670px; margin-bottom: 28px; color: #343a46; font-size: clamp(17px, 1.25vw, 19px); line-height: 1.45; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 34px; }
.button { min-height: 54px; padding: 0 28px; display: inline-flex; align-items: center; justify-content: center; gap: 30px; text-decoration: none; font-weight: 800; border: 1px solid currentColor; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button .dashicons { width: 23px; height: 23px; font-size: 23px; }
.button-primary { min-width: 250px; color: #fff; background: var(--oopbuy-blue); border-color: var(--oopbuy-blue); }
.button-primary:hover { color: #fff; background: var(--oopbuy-blue-dark); }
.button-dark { margin-top: 14px; color: #fff; background: var(--oopbuy-ink); border-color: var(--oopbuy-ink); }
.text-link { font-weight: 800; text-underline-offset: 7px; text-decoration-thickness: 1px; }
.text-link:hover { color: var(--oopbuy-blue); }
.hero-media { position: relative; height: 500px; overflow: hidden; background: #e9eaec; }
.hero-media > img { width: 100%; height: 100%; object-fit: cover; object-position: 57% center; filter: grayscale(100%); }
.hero-note { position: absolute; padding: 21px 24px; background: var(--oopbuy-lime); font-size: 12px; font-weight: 900; letter-spacing: .08em; line-height: 1.6; text-transform: uppercase; }
.hero-note-top { top: 42px; right: 32px; }
.hero-note-bottom { right: 0; bottom: 0; background: #fff; }

.category-section, .check-section, .process-section, .answer-section, .faq-section, .trust-section { padding: clamp(52px, 6vw, 90px) clamp(24px, 3.4vw, 54px); }
.category-section { padding-top: 0; padding-bottom: 0; }
.category-section .section-heading-row { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
h2 { margin-bottom: 0; font: 400 clamp(38px, 4vw, 64px)/.95 "Anton", Impact, sans-serif; letter-spacing: -.01em; }
.category-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); border-bottom: 1px solid var(--oopbuy-ink); }
.category-link { min-width: 0; padding: 26px 22px 22px; color: var(--oopbuy-ink); text-decoration: none; border-right: 1px solid var(--oopbuy-line); transition: background .2s ease, color .2s ease; }
.category-link:last-child { border-right: 0; }
.category-link:hover, .category-link:focus-visible { color: #fff; background: var(--oopbuy-ink); }
.category-meta { display: flex; justify-content: space-between; align-items: center; margin-bottom: 8px; font-size: 12px; }
.category-meta .dashicons { width: 22px; height: 22px; font-size: 22px; }
.category-link strong { display: block; min-height: 58px; font: 400 clamp(24px, 2.3vw, 36px)/1 "Anton", Impact, sans-serif; letter-spacing: -.01em; }
.category-link img { width: 100%; height: auto; aspect-ratio: 4/3; object-fit: cover; filter: grayscale(100%); }

.check-section { display: grid; grid-template-columns: minmax(230px,.8fr) 3fr; gap: clamp(32px,5vw,80px); padding-top: 34px; padding-bottom: 44px; border-bottom: 1px solid var(--oopbuy-line); }
.check-title .eyebrow { margin-bottom: 10px; }
.check-title h2 { font-size: clamp(42px,4vw,63px); }
.check-grid { display: grid; grid-template-columns: repeat(4,1fr); }
.check-item { padding: 8px clamp(20px,2.2vw,36px); border-left: 1px solid var(--oopbuy-line); }
.check-item > .dashicons { width: 28px; height: 28px; margin-bottom: 14px; color: var(--oopbuy-blue); font-size: 28px; }
.check-item h3 { margin-bottom: 7px; font-size: 18px; }
.check-item p { margin-bottom: 0; color: var(--oopbuy-muted); line-height: 1.5; }

.process-section { display: grid; grid-template-columns: .85fr 2fr; gap: clamp(50px,7vw,110px); color: #fff; background: var(--oopbuy-ink); }
.process-intro > p:last-child { max-width: 470px; margin-top: 26px; color: #bec3cc; font-size: 17px; line-height: 1.6; }
.process-list { display: grid; grid-template-columns: repeat(3,1fr); margin: 0; padding: 0; list-style: none; }
.process-list li { padding: 8px 30px; border-left: 1px solid #4f5662; }
.process-list span { display: inline-block; margin-bottom: 42px; color: var(--oopbuy-lime); font-size: 12px; font-weight: 900; letter-spacing: .16em; }
.process-list h3 { margin-bottom: 14px; font: 400 40px/1 "Anton", Impact, sans-serif; }
.process-list p { color: #bec3cc; line-height: 1.55; }
.answer-section, .faq-section, .trust-section { display: grid; grid-template-columns: .85fr 1.7fr; gap: clamp(50px,8vw,140px); border-bottom: 1px solid var(--oopbuy-line); }
.answer-copy { max-width: 760px; font-size: 18px; line-height: 1.65; }
.faq-section { background: var(--oopbuy-soft); }
.faq-list details { padding: 23px 0; border-top: 1px solid var(--oopbuy-ink); }
.faq-list details:last-child { border-bottom: 1px solid var(--oopbuy-ink); }
.faq-list summary { cursor: pointer; font-size: 20px; font-weight: 800; }
.faq-list details p { max-width: 760px; margin: 18px 0 0; color: var(--oopbuy-muted); line-height: 1.6; }
.trust-section > div:last-child { max-width: 760px; color: #3f4550; font-size: 17px; line-height: 1.65; }
.reviewed { display: flex; align-items: center; gap: 9px; color: var(--oopbuy-ink); font-weight: 800; }
.reviewed .dashicons { color: var(--oopbuy-blue); }

.guide-page, .content-shell { min-height: 70vh; }
.breadcrumbs { padding: 22px clamp(24px,7vw,110px); color: var(--oopbuy-muted); font-size: 14px; }
.breadcrumbs a { text-underline-offset: 4px; }
.breadcrumbs span { margin-left: 10px; }
.guide-hero { padding: clamp(60px,8vw,120px) clamp(24px,7vw,110px); color: #fff; background: var(--oopbuy-ink); }
.guide-hero h1 { max-width: 1100px; font-size: clamp(60px,7vw,112px); }
.guide-hero h1 mark { color: var(--oopbuy-lime); background: none; }
.guide-direct-answer { max-width: 900px; margin: 0 0 34px; color: #d7dbe2; font-size: clamp(18px,1.7vw,23px); line-height: 1.6; }
.guide-section { display: grid; grid-template-columns: minmax(260px,.82fr) 1.7fr; gap: clamp(50px,8vw,140px); padding: clamp(60px,7vw,110px) clamp(24px,7vw,110px); border-bottom: 1px solid var(--oopbuy-line); }
.guide-category-list { border-top: 1px solid var(--oopbuy-ink); }
.guide-category-list a { display: grid; grid-template-columns: 50px 1fr auto; gap: 18px; align-items: center; min-height: 76px; color: var(--oopbuy-ink); text-decoration: none; border-bottom: 1px solid var(--oopbuy-line); }
.guide-category-list a:hover strong { color: var(--oopbuy-blue); }
.guide-category-list strong { font-size: 22px; }
.long-steps { margin: 0; padding: 0; list-style: none; counter-reset: steps; }
.long-steps li { position: relative; padding: 23px 0 23px 70px; color: var(--oopbuy-muted); border-top: 1px solid var(--oopbuy-line); line-height: 1.65; counter-increment: steps; }
.long-steps li::before { content: counter(steps, decimal-leading-zero); position: absolute; left: 0; top: 22px; color: var(--oopbuy-blue); font-weight: 900; }
.long-steps li:last-child { border-bottom: 1px solid var(--oopbuy-line); }
.long-steps strong { color: var(--oopbuy-ink); }
.table-wrap { overflow-x: auto; }
table { width: 100%; border-collapse: collapse; }
th, td { padding: 18px; text-align: left; vertical-align: top; border-bottom: 1px solid var(--oopbuy-line); }
thead th { color: #fff; background: var(--oopbuy-ink); }
tbody th { min-width: 130px; }
.comparison-grid { display: grid; grid-template-columns: 1fr 1fr; border: 1px solid var(--oopbuy-ink); }
.comparison-grid article { padding: clamp(28px,4vw,56px); }
.comparison-grid article + article { border-left: 1px solid var(--oopbuy-ink); }
.comparison-grid h3 { font: 400 34px/1 "Anton", Impact, sans-serif; }
.comparison-grid p, .caution-block > div:last-child { color: var(--oopbuy-muted); font-size: 17px; line-height: 1.65; }
.caution-block { color: #fff; background: var(--oopbuy-ink); }
.caution-block > div:last-child { color: #d1d5dc; }
.sources-block ul { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--oopbuy-ink); }
.sources-block li { border-bottom: 1px solid var(--oopbuy-line); }
.sources-block a { display: block; padding: 20px 0; font-weight: 800; text-underline-offset: 5px; }
.guide-byline { display: grid; grid-template-columns: 1.2fr 1fr; gap: 50px; padding: 40px clamp(24px,7vw,110px); background: var(--oopbuy-lime); }
.guide-byline p { margin-bottom: 0; }
.guide-byline > div:last-child { display: flex; flex-direction: column; align-items: flex-end; justify-content: center; gap: 8px; }
.guide-byline a { font-weight: 800; }

.content-shell { width: min(1180px,calc(100% - 48px)); margin: 0 auto; padding: clamp(60px,8vw,120px) 0; }
.archive-header, .article-header { max-width: 920px; margin-bottom: 60px; }
.post-list { display: grid; grid-template-columns: repeat(2,1fr); gap: 1px; background: var(--oopbuy-line); border: 1px solid var(--oopbuy-line); }
.post-card { padding: 40px; background: #fff; }
.post-card h2 { margin-bottom: 22px; font-size: 40px; }
.post-card h2 a { text-decoration: none; }
.post-meta, .article-meta { color: var(--oopbuy-muted); font-size: 14px; }
.article-content { max-width: 920px; margin: 0 auto; }
.article-header h1 { max-width: none; }
.article-deck { color: var(--oopbuy-muted); font-size: 22px; line-height: 1.55; }
.article-meta { display: flex; gap: 28px; }
.featured-image { margin: 0 0 50px; }
.entry-content { font-size: 18px; line-height: 1.75; }
.entry-content > * { max-width: 760px; }
.entry-content > .alignwide { max-width: 1080px; margin-left: 50%; transform: translateX(-50%); }
.entry-content h2 { margin: 60px 0 24px; font-size: 48px; }
.entry-content h3 { margin: 42px 0 16px; font-size: 27px; }
.entry-content a { color: var(--oopbuy-blue-dark); text-underline-offset: 4px; }
.article-disclaimer { margin-top: 60px; padding: 28px; border-left: 6px solid var(--oopbuy-lime); background: var(--oopbuy-soft); }
.article-disclaimer p { margin-bottom: 0; }
.error-page { padding-top: 120px; padding-bottom: 160px; }

.site-footer { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 30px; align-items: center; padding: 44px clamp(24px,3.4vw,54px); color: #fff; background: var(--oopbuy-ink); }
.brand-footer { color: #fff; font-size: 25px; }
.site-footer p { margin: 0; color: #bec3cc; text-align: center; }
.site-footer nav { display: flex; justify-content: flex-end; gap: 22px; flex-wrap: wrap; }
.site-footer nav a { color: #fff; text-underline-offset: 5px; }
.whatsapp { position: fixed; z-index: 40; right: 24px; bottom: 24px; width: 76px; height: 76px; display: grid; place-items: center; color: #fff; background: #16bf62; border: 5px solid #fff; border-radius: 50%; text-decoration: none; box-shadow: 0 12px 30px rgba(11,14,20,.22); transition: transform .2s ease; }
.whatsapp:hover { transform: translateY(-3px); }
.whatsapp img { width: 34px; height: 34px; }
.whatsapp > span { position: absolute; top: 72px; width: 80px; padding: 5px; color: var(--oopbuy-ink); background: #fff; text-align: center; font-size: 12px; font-weight: 800; }
.privacy-choices { margin-top: 8px; padding: 0; color: inherit; background: transparent; border: 0; text-decoration: underline; cursor: pointer; font: inherit; }
.cookie-consent { position: fixed; z-index: 60; right: 18px; bottom: 18px; width: min(420px, calc(100% - 36px)); padding: 20px; color: var(--oopbuy-ink); background: #fff; border: 1px solid rgba(11,14,20,.18); border-radius: 16px; box-shadow: 0 18px 48px rgba(11,14,20,.24); }
.cookie-consent[hidden] { display: none; }
.cookie-consent h2 { margin: 0 0 8px; font-size: 20px; }
.cookie-consent p { margin: 0; line-height: 1.55; }
.cookie-consent-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 16px; }

@media (max-width:1080px) {
  .site-header { grid-template-columns: 1fr auto; }
  .site-nav { position: absolute; top: 100%; left: 0; right: 0; display: none; padding: 12px 24px 22px; background: #fff; border-bottom: 1px solid var(--oopbuy-ink); }
  .site-nav.is-open { display: block; }
  .site-nav-list { display: grid; gap: 0; }
  .site-nav-list a { padding: 12px 0; }
  .menu-button { display: inline-flex; justify-self: end; }
  .header-tools { display: none; }
  .category-grid { grid-template-columns: repeat(3,1fr); }
  .category-link:nth-child(3) { border-right: 0; }
  .category-link:nth-child(-n+3) { border-bottom: 1px solid var(--oopbuy-line); }
  .check-section, .process-section { grid-template-columns: 1fr; }
}

@media (max-width:782px) {
  .admin-bar .site-header { top: 46px; }
}

@media (max-width:760px) {
  .site-header { min-height: 72px; }
  .brand { font-size: 25px; }
  .brand small { display: none; }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { padding: 52px 24px 42px; }
  .hero-media { min-height: 390px; height: 54vw; max-height: 470px; order: -1; }
  .hero-note-top { top: 18px; right: 18px; }
  .hero-note-bottom { display: none; }
  .hero-actions { align-items: stretch; gap: 22px; }
  .button-primary { width: 100%; }
  .category-section, .check-section, .process-section, .answer-section, .faq-section, .trust-section { padding: 52px 24px; }
  .category-section { padding-top: 0; padding-bottom: 0; }
  .category-grid { grid-template-columns: repeat(2,1fr); }
  .category-link:nth-child(3) { border-right: 1px solid var(--oopbuy-line); }
  .category-link:nth-child(even) { border-right: 0; }
  .category-link:nth-child(-n+4) { border-bottom: 1px solid var(--oopbuy-line); }
  .category-link strong { font-size: 28px; }
  .check-grid { grid-template-columns: 1fr 1fr; }
  .check-item { padding: 22px; border-bottom: 1px solid var(--oopbuy-line); }
  .process-list { grid-template-columns: 1fr; gap: 28px; }
  .process-list span { margin-bottom: 18px; }
  .answer-section, .faq-section, .trust-section, .guide-section, .guide-byline { grid-template-columns: 1fr; }
  .guide-hero, .guide-section { padding-left: 24px; padding-right: 24px; }
  .guide-hero h1 { font-size: 56px; }
  .comparison-grid { grid-template-columns: 1fr; }
  .comparison-grid article + article { border-left: 0; border-top: 1px solid var(--oopbuy-ink); }
  .guide-byline > div:last-child { align-items: flex-start; }
  .post-list { grid-template-columns: 1fr; }
  .site-footer { grid-template-columns: 1fr; text-align: left; }
  .site-footer p { text-align: left; }
  .site-footer nav { justify-content: flex-start; }
  .whatsapp { width: 64px; height: 64px; right: 14px; bottom: 18px; }
  .whatsapp > span { display: none; }
  .cookie-consent { right: 12px; bottom: 12px; width: calc(100% - 24px); }
}

@media (max-width:420px) {
  h1 { font-size: 52px; }
  .category-link { padding: 20px 14px 14px; }
  .category-link strong { min-height: 48px; font-size: 23px; }
  .check-grid { grid-template-columns: 1fr; }
  .check-item { border-left: 0; }
}

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