@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap");

:root {
  --navy: #1d2228;
  --navy-2: #262728;
  --ink: #1d2228;
  --muted: #4f5d6d;
  --line: #e5e0d7;
  --soft: #f3f4f5;
  --brand: #fde47f;
  --brand-dark: #d39433;
  --blue: #d39433;
  --white: #fff;
  --container: 1180px;
  --radius: 18px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: #fcfaf7;
  font-family: "Manrope", system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
.container { width: min(var(--container), calc(100% - 40px)); margin: 0 auto; }

.notice { background: var(--navy); color: #cfd6e8; font-size: 12px; }
.notice-inner { height: 34px; display: flex; justify-content: space-between; align-items: center; }
.notice-inner > span { display: flex; align-items: center; gap: 7px; }
.notice-inner svg { color: var(--brand); }
.notice-note { opacity: .72; }
.header { background: rgba(255,255,255,.96); border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 50; backdrop-filter: blur(12px); }
.header-inner { height: 76px; display: flex; align-items: center; gap: 38px; }
.logo { display: inline-flex; align-items: center; gap: 10px; font-size: 23px; font-weight: 800; letter-spacing: -1.1px; }
.logo-mark {
  width: 34px; height: 34px; background: var(--navy); border-radius: 11px 11px 11px 4px;
  display: grid; place-items: center; position: relative; overflow: hidden;
}
.logo-mark::after { content: ""; position: absolute; width: 20px; height: 20px; border: 7px solid var(--brand-dark); border-radius: 50%; right: -9px; top: -8px; }
.logo-mark span { color: var(--brand); font-weight: 800; position: relative; z-index: 1; }
.desktop-nav { display: flex; align-items: center; gap: 29px; margin-left: auto; }
.desktop-nav a { font-size: 14px; font-weight: 600; color: #3d4656; transition: color .2s; }
.desktop-nav a:hover { color: var(--brand-dark); }
.header-cta, .primary-button {
  display: inline-flex; justify-content: center; align-items: center; gap: 9px; border: 0; border-radius: 10px;
  color: var(--navy); background: var(--brand); min-height: 46px; padding: 0 21px; font-weight: 800; cursor: pointer;
  transition: transform .2s, background .2s;
}
.header-cta:hover, .primary-button:hover { background: #fff0a7; transform: translateY(-1px); }
.menu-button { display: none; border: 0; background: transparent; padding: 8px; }
.mobile-nav { display: none; }

.hero { position: relative; overflow: hidden; background: linear-gradient(135deg, #fcfaf7 0%, #f3f4f5 100%); border-bottom: 1px solid var(--line); }
.hero::before {
  content: ""; position: absolute; right: -120px; top: -120px; width: 620px; height: 620px;
  background: radial-gradient(circle, rgba(253,228,127,.38), rgba(253,228,127,0) 68%);
}
.hero-orb { position: absolute; border-radius: 50%; opacity: .9; }
.orb-one { width: 12px; height: 12px; background: var(--blue); top: 180px; right: 12%; }
.orb-two { width: 8px; height: 8px; background: var(--brand-dark); bottom: 120px; left: 6%; }
.hero-content { position: relative; z-index: 1; padding: 23px 0 66px; }
.breadcrumbs { display: flex; align-items: center; gap: 7px; font-size: 12px; color: #8891a0; margin-bottom: 47px; }
.breadcrumbs a:hover { color: var(--blue); }
.hero-copy { max-width: 780px; }
.eyebrow, .section-kicker {
  display: inline-flex; align-items: center; gap: 7px; color: var(--brand-dark); font-size: 12px; font-weight: 800;
  text-transform: uppercase; letter-spacing: .1em;
}
.eyebrow { background: #fcf2d8; padding: 8px 11px; border-radius: 999px; }
.hero h1 { font-size: clamp(44px, 6vw, 78px); line-height: 1.02; letter-spacing: -4.3px; margin: 22px 0; max-width: 840px; }
.hero h1 span { color: var(--blue); }
.hero-copy > p { color: var(--muted); font-size: 18px; line-height: 1.7; max-width: 690px; margin: 0; }
.hero-points { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 26px; }
.hero-points span { display: flex; align-items: center; gap: 8px; color: #454f61; font-size: 13px; font-weight: 600; }
.hero-points svg { width: 19px; height: 19px; padding: 4px; border-radius: 50%; color: var(--navy); background: var(--brand); stroke-width: 3; }

.picker { margin-top: 50px; padding: 28px; color: #fff; background: var(--navy); border-radius: 20px; box-shadow: 0 28px 60px rgba(29,34,40,.2); }
.picker-top { display: flex; align-items: center; justify-content: space-between; }
.eyebrow.light { color: var(--brand); background: rgba(215,255,63,.1); }
.picker-count { font-size: 12px; color: #9da8be; }
.picker h2 { font-size: 25px; letter-spacing: -.7px; margin: 17px 0 24px; }
.picker-grid { display: grid; grid-template-columns: 1fr 1fr 225px; gap: 30px; align-items: end; }
.range-heading { display: flex; justify-content: space-between; align-items: center; margin-bottom: 13px; }
.range-heading label { color: #9da8be; font-size: 13px; }
.range-heading strong { font-size: 18px; }
.range-block input { width: 100%; appearance: none; height: 4px; border-radius: 4px; outline: none; background: linear-gradient(to right, var(--brand) 0 var(--progress), #405071 var(--progress) 100%); }
.range-block input::-webkit-slider-thumb { appearance: none; width: 19px; height: 19px; border-radius: 50%; background: var(--brand); border: 4px solid var(--navy); box-shadow: 0 0 0 2px var(--brand); cursor: pointer; }
.range-block input::-moz-range-thumb { width: 13px; height: 13px; border-radius: 50%; background: var(--brand); border: 3px solid var(--navy); box-shadow: 0 0 0 2px var(--brand); cursor: pointer; }
.range-limits { display: flex; justify-content: space-between; color: #75819a; font-size: 10px; margin-top: 9px; }
.picker-button { width: 100%; height: 51px; }
.picker-summary { display: flex; justify-content: space-between; align-items: center; padding-top: 21px; margin-top: 20px; border-top: 1px solid #2a3959; color: #9ba6bc; font-size: 11px; }
.picker-summary span { display: flex; align-items: center; gap: 6px; }
.picker-summary svg { color: var(--brand); }
.picker-summary b { color: #fff; }

.trust-strip { border-bottom: 1px solid var(--line); background: #fff; }
.trust-grid { min-height: 107px; display: grid; grid-template-columns: 1fr 1fr 1fr 1.35fr; align-items: center; }
.trust-grid > div { padding: 0 32px; border-right: 1px solid var(--line); }
.trust-grid > div:first-child { padding-left: 0; }
.trust-grid > div:last-child { border: 0; padding-right: 0; }
.trust-grid b { display: block; font-size: 24px; letter-spacing: -1px; }
.trust-grid span { color: var(--muted); font-size: 11px; }
.trust-proof { display: flex; align-items: center; gap: 13px; }
.trust-proof > svg { color: var(--blue); width: 32px; height: 32px; }
.trust-proof span { display: flex; flex-direction: column; }
.trust-proof b { font-size: 13px; color: var(--ink); letter-spacing: 0; }
.trust-proof small { color: var(--muted); margin-top: 3px; }

.section { padding: 92px 0; }
.rating-section { background: #f7f5f1; }
.section-header { display: flex; justify-content: space-between; gap: 40px; align-items: flex-end; margin-bottom: 33px; }
.section-header h2, .center-heading h2, .method-copy h2, .faq-heading h2 {
  font-size: clamp(32px, 4vw, 47px); line-height: 1.1; letter-spacing: -2.3px; margin: 11px 0 15px;
}
.section-header p, .center-heading p, .method-copy > p, .faq-heading > p { color: var(--muted); line-height: 1.7; margin: 0; max-width: 660px; font-size: 15px; }
.updated { flex: 0 0 auto; display: flex; align-items: center; gap: 11px; border: 1px solid var(--line); border-radius: 12px; padding: 11px 15px; background: #fff; }
.updated svg { color: var(--blue); }
.updated span { color: var(--muted); font-size: 10px; line-height: 1.4; }
.updated b { color: var(--ink); font-size: 12px; }
.request-banner { display: flex; align-items: center; gap: 10px; padding: 13px 17px; background: #fcf2d8; color: #4f5d6d; border-radius: 11px; font-size: 13px; margin-bottom: 16px; }
.request-banner svg { color: var(--blue); }
.request-banner a { margin-left: auto; color: var(--blue); font-weight: 800; }
.rating-toolbar { display: flex; justify-content: space-between; align-items: center; margin-bottom: 14px; }
.result-count { display: flex; align-items: center; gap: 8px; color: var(--muted); font-size: 12px; }
.result-count b { color: var(--ink); }
.sort { display: flex; align-items: center; gap: 6px; color: var(--muted); font-size: 12px; position: relative; }
.sort select { appearance: none; border: 0; background: transparent; font-weight: 700; color: var(--ink); padding-right: 18px; cursor: pointer; outline: 0; }
.sort svg { pointer-events: none; position: absolute; right: 0; }
.table-labels { display: grid; grid-template-columns: 1.15fr 1.45fr .9fr; padding: 0 35px 9px 74px; color: #8b94a4; font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }
.offer-card {
  min-height: 176px; display: grid; grid-template-columns: 34px 1.1fr 1.45fr .9fr; gap: 24px; align-items: center;
  background: #fff; border: 1px solid var(--line); border-radius: 15px; padding: 22px 25px 22px 17px; margin-bottom: 11px;
  transition: border-color .2s, transform .2s, box-shadow .2s;
}
.offer-card:hover, .offer-card.selected { border-color: #c3ccec; transform: translateY(-2px); box-shadow: 0 14px 38px rgba(28,41,75,.07); }
.rank { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; background: #edf0f5; color: #6f7889; font-size: 11px; font-weight: 800; align-self: start; }
.offer-card:first-child .rank { color: var(--navy); background: var(--brand); }
.offer-brand { display: flex; align-items: center; gap: 13px; }
.brand-mark { width: 52px; height: 52px; border-radius: 13px; display: grid; place-items: center; color: #fff; font-weight: 800; letter-spacing: -.5px; box-shadow: inset 0 0 0 1px rgba(0,0,0,.05); }
.brand-mark.large { width: 64px; height: 64px; font-size: 20px; }
.offer-brand h3 { margin: 0 0 7px; font-size: 17px; }
.rating { display: flex; align-items: center; gap: 4px; color: #efaa19; font-size: 11px; font-weight: 800; }
.rating span { color: #9199a8; font-weight: 500; }
.offer-facts { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 14px; }
.offer-facts > div { border-left: 1px solid var(--line); padding-left: 14px; }
.offer-facts span, .approval span { display: block; color: #929aa8; font-size: 10px; margin-bottom: 7px; }
.offer-facts b { font-size: 13px; white-space: nowrap; }
.offer-facts b.rate { color: #24a066; }
.offer-side { display: grid; gap: 10px; }
.tags { display: flex; flex-wrap: wrap; gap: 5px; min-height: 22px; }
.tags span { color: #86632c; background: #fcf4e4; padding: 4px 7px; border-radius: 5px; font-size: 9px; font-weight: 700; }
.tags span:first-child { color: #48610e; background: #eff9cf; }
.approval { display: flex; align-items: center; justify-content: space-between; }
.approval span { margin: 0; }
.approval b { font-size: 12px; color: var(--blue); }
.offer-button {
  display: flex; align-items: center; justify-content: center; gap: 7px; min-height: 39px; background: var(--navy); color: #fff;
  border: 0; border-radius: 8px; font-size: 11px; font-weight: 800; cursor: pointer; transition: background .2s;
}
.offer-button:hover { background: var(--blue); }
.show-more { width: 100%; min-height: 50px; display: flex; justify-content: center; align-items: center; gap: 8px; border: 1px solid #dce1e9; background: #fff; color: #43506a; border-radius: 11px; font-weight: 700; font-size: 12px; cursor: pointer; }
.show-more:hover { border-color: #bfc8d8; }
.microcopy { color: #959daa; font-size: 9px; line-height: 1.6; margin: 15px 0 0; }

.how-section { background: #fff; }
.center-heading { text-align: center; max-width: 690px; margin: 0 auto 48px; }
.center-heading p { margin-left: auto; margin-right: auto; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.step-card { position: relative; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; min-height: 245px; }
.step-card:nth-child(2) { background: var(--navy); color: #fff; border-color: var(--navy); }
.step-number { position: absolute; right: 22px; top: 17px; color: #dce1e9; font-size: 42px; font-weight: 800; letter-spacing: -3px; }
.step-card:nth-child(2) .step-number { color: #2b3a5d; }
.step-icon { width: 49px; height: 49px; display: grid; place-items: center; border-radius: 13px; background: #fcf4e4; color: var(--blue); }
.step-card:nth-child(2) .step-icon { background: var(--brand); color: var(--navy); }
.step-card h3 { font-size: 18px; margin: 27px 0 10px; }
.step-card p { color: var(--muted); line-height: 1.65; font-size: 13px; margin: 0; }
.step-card:nth-child(2) p { color: #aeb8cc; }
.step-arrow { position: absolute; z-index: 2; right: -33px; top: 50%; transform: translateY(-50%); width: 44px; height: 44px; padding: 12px; border-radius: 50%; background: #fff; border: 1px solid var(--line); color: #8090ac; }

.method-section { background: #f3f4f5; }
.method-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 80px; }
.method-copy ul { list-style: none; padding: 0; margin: 27px 0; display: grid; gap: 13px; }
.method-copy li { display: flex; align-items: center; gap: 10px; font-size: 13px; font-weight: 600; }
.method-copy li svg { color: var(--navy); background: var(--brand); padding: 4px; width: 20px; height: 20px; border-radius: 50%; }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--blue); font-size: 13px; font-weight: 800; }
.criteria-card { background: #fff; border-radius: 20px; padding: 28px; box-shadow: 0 20px 50px rgba(28,41,75,.08); }
.criteria-title { display: flex; justify-content: space-between; align-items: center; margin-bottom: 13px; }
.criteria-title span { font-size: 17px; font-weight: 800; }
.criteria-title b { color: var(--blue); font-size: 12px; }
.criterion { display: grid; grid-template-columns: 26px 150px 1fr 38px; align-items: center; gap: 9px; padding: 14px 0; border-bottom: 1px solid var(--line); }
.criterion svg { color: var(--blue); }
.criterion span { font-size: 12px; font-weight: 600; }
.criterion b { font-size: 11px; text-align: right; }
.bar { height: 5px; border-radius: 5px; background: #eef0f4; overflow: hidden; }
.bar i { height: 100%; display: block; background: var(--brand-dark); border-radius: 5px; min-width: 30%; }
.criteria-footer { display: flex; align-items: center; gap: 8px; color: #87909e; font-size: 9px; padding-top: 18px; }
.criteria-footer svg { color: #24a066; }

.faq-section { background: #fff; }
.faq-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 90px; }
.help-card { display: flex; align-items: center; gap: 12px; margin-top: 32px; padding: 15px; border-radius: 12px; background: var(--soft); }
.help-card > svg { color: var(--blue); }
.help-card span { display: flex; flex-direction: column; gap: 3px; }
.help-card b { font-size: 12px; }
.help-card small { color: var(--muted); font-size: 10px; }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item button { width: 100%; border: 0; background: transparent; display: flex; align-items: center; justify-content: space-between; text-align: left; padding: 20px 0; font-weight: 800; cursor: pointer; }
.faq-item button svg { color: #7f899a; transition: transform .2s; }
.faq-item.open button svg { transform: rotate(180deg); color: var(--blue); }
.faq-item p { color: var(--muted); font-size: 13px; line-height: 1.75; margin: -5px 40px 20px 0; }

.responsible { display: flex; align-items: center; gap: 22px; margin-bottom: 92px; color: #fff; background: var(--navy); border-radius: 18px; padding: 31px 36px; }
.responsible-icon { width: 51px; height: 51px; flex: 0 0 auto; display: grid; place-items: center; color: var(--navy); background: var(--brand); border-radius: 14px; }
.responsible h2 { font-size: 19px; margin: 0 0 6px; }
.responsible p { margin: 0; color: #aeb8cc; font-size: 12px; }
.responsible a { margin-left: auto; white-space: nowrap; display: flex; align-items: center; gap: 7px; color: var(--brand); font-size: 12px; font-weight: 800; }

.footer { background: #0b1429; color: #fff; padding: 59px 0 22px; }
.footer-grid { display: grid; grid-template-columns: 1.5fr .8fr .8fr 1.2fr; gap: 60px; }
.footer .logo-mark { background: #fff; }
.footer .logo-mark span { color: var(--navy); }
.footer .logo-type { color: #fff; }
.footer-brand p { max-width: 270px; color: #8e99ae; font-size: 11px; line-height: 1.7; margin: 18px 0 13px; }
.domain { color: var(--brand); font-size: 11px; font-weight: 800; }
.footer h3 { font-size: 12px; margin: 5px 0 18px; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; }
.footer-grid a { color: #8995ab; font-size: 11px; margin-bottom: 11px; }
.footer-grid a:hover { color: #fff; }
.footer-trust p { display: flex; align-items: flex-start; gap: 8px; color: #8995ab; font-size: 10px; line-height: 1.5; margin: 0 0 12px; }
.footer-trust svg { width: 16px; height: 16px; color: var(--brand); flex: 0 0 auto; }
.footer-bottom { display: flex; justify-content: space-between; color: #626e85; border-top: 1px solid #202b42; margin-top: 43px; padding-top: 22px; font-size: 9px; }

.modal-backdrop { position: fixed; inset: 0; z-index: 100; display: grid; place-items: center; padding: 20px; background: rgba(8,15,30,.7); backdrop-filter: blur(5px); }
.modal { position: relative; width: min(520px, 100%); padding: 31px; border-radius: 20px; background: #fff; box-shadow: 0 30px 100px rgba(0,0,0,.3); animation: modal-in .2s ease-out; }
@keyframes modal-in { from { transform: translateY(12px); opacity: 0; } }
.modal-close { position: absolute; right: 18px; top: 18px; display: grid; place-items: center; width: 36px; height: 36px; border: 0; border-radius: 50%; background: var(--soft); cursor: pointer; }
.modal-close svg { width: 18px; }
.modal-head { display: flex; align-items: center; gap: 16px; padding-right: 35px; }
.modal-head > div > span { color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }
.modal-head h2 { font-size: 25px; margin: 3px 0 5px; }
.modal-facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin: 25px 0 17px; }
.modal-facts > div { background: var(--soft); padding: 14px 12px; border-radius: 10px; }
.modal-facts span { display: block; color: var(--muted); font-size: 9px; margin-bottom: 5px; }
.modal-facts b { font-size: 12px; }
.modal-note { display: flex; gap: 11px; padding: 14px; background: #fcf4e4; border-radius: 10px; }
.modal-note svg { color: var(--blue); flex: 0 0 auto; width: 19px; }
.modal-note p { color: var(--muted); font-size: 10px; line-height: 1.6; margin: 0; }
.modal-note b { color: var(--ink); }
.modal-action { width: 100%; margin-top: 19px; }
.modal-disclaimer { color: #929aa8; text-align: center; font-size: 9px; margin: 11px 0 0; }

/* Technical and editorial pages */
.tech-main { background: #fcfaf7; }
.tech-nav { margin-left: auto; }
.tech-hero {
  position: relative; overflow: hidden; min-height: 390px; color: #fff; background:
    radial-gradient(circle at 80% 10%, rgba(211,148,51,.28), transparent 30%),
    linear-gradient(135deg, #1d2228 0%, #262728 100%);
}
.tech-hero::before {
  content: ""; position: absolute; width: 460px; height: 460px; border: 1px solid rgba(253,228,127,.14);
  border-radius: 50%; right: -80px; bottom: -310px;
}
.tech-orb { position: absolute; right: 13%; top: 95px; width: 13px; height: 13px; border-radius: 50%; background: #fde47f; box-shadow: 0 0 0 10px rgba(253,228,127,.08); }
.tech-breadcrumbs { color: #8399ae; padding-top: 26px; margin-bottom: 65px; }
.tech-breadcrumbs a:hover { color: #fde47f; }
.tech-hero-grid { display: grid; grid-template-columns: 1fr 150px; align-items: center; gap: 50px; }
.tech-hero h1 { margin: 15px 0 16px; font-size: clamp(45px, 6vw, 72px); line-height: 1; letter-spacing: -3.8px; }
.tech-hero p { max-width: 760px; margin: 0; color: #b8c0ca; font-size: 17px; line-height: 1.7; }
.tech-hero-mark {
  width: 132px; height: 132px; display: grid; place-items: center; border: 1px solid rgba(253,228,127,.24);
  border-radius: 36px 36px 36px 12px; color: #fde47f; background: rgba(253,228,127,.06);
  transform: rotate(4deg);
}
.tech-hero-mark svg { width: 54px; height: 54px; stroke-width: 1.5; transform: rotate(-4deg); }
.tech-content { padding-top: 72px; padding-bottom: 88px; }
.tech-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin: -105px 0 68px auto; width: min(690px, 100%); position: relative; z-index: 2; }
.tech-stats > div { min-height: 112px; display: flex; flex-direction: column; justify-content: center; padding: 20px 25px; border: 1px solid var(--line); border-radius: 15px; background: #fff; box-shadow: 0 15px 35px rgba(29,34,40,.08); }
.tech-stats b { font-size: 24px; letter-spacing: -1px; }
.tech-stats span { margin-top: 5px; color: var(--muted); font-size: 11px; }
.content-sections { max-width: 900px; margin: 0 auto; display: grid; gap: 15px; }
.content-sections article { display: grid; grid-template-columns: 54px 1fr; gap: 22px; padding: 29px; border: 1px solid var(--line); border-radius: 16px; background: #fff; }
.content-sections article:hover { border-color: #dfca99; }
.section-index { width: 42px; height: 42px; display: grid; place-items: center; color: #86632c; background: #fcf2d8; border-radius: 11px; font-size: 11px; font-weight: 800; }
.content-sections h2 { margin: 3px 0 10px; font-size: 21px; letter-spacing: -.6px; }
.content-sections p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.8; }
.document-meta { display: flex; align-items: center; gap: 8px; margin-bottom: 8px; color: #86632c; font-size: 11px; font-weight: 700; }
.legal-sections { max-width: 960px; }
.legal-sections article { border-width: 0 0 1px; border-radius: 0; background: transparent; padding-left: 0; padding-right: 0; }
.article-note { display: flex; align-items: flex-start; gap: 10px; margin-top: 12px; padding: 16px; border-radius: 12px; color: #5f4a20; background: #fcf2d8; font-size: 12px; line-height: 1.6; }
.article-note svg { flex: 0 0 auto; color: #d39433; }
.tech-faq { max-width: 920px; margin: 0 auto; border-top: 1px solid var(--line); }
.tech-faq .faq-item button { padding: 24px 4px; font-size: 15px; }
.tech-faq .faq-item button span { display: flex; align-items: center; gap: 17px; }
.tech-faq .faq-item button small { color: #d39433; font-size: 10px; }
.tech-faq .faq-item p { margin-left: 41px; max-width: 760px; }
.promo-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.promo-card { min-height: 340px; display: flex; flex-direction: column; padding: 29px; border: 1px solid var(--line); border-radius: 18px; background: #fff; }
.promo-card > span { align-self: flex-start; padding: 6px 9px; border-radius: 6px; color: #86632c; background: #fcf2d8; font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .07em; }
.promo-card h2 { font-size: 27px; line-height: 1.15; letter-spacing: -1.2px; margin: 56px 0 13px; }
.promo-card p { color: var(--muted); font-size: 12px; line-height: 1.75; }
.promo-card a { display: flex; align-items: center; gap: 7px; margin-top: auto; color: #86632c; font-size: 11px; font-weight: 800; }
.promo-card.dark { color: #fff; background: #1d2228; border-color: #1d2228; }
.promo-card.dark p { color: #aab4bf; }
.promo-card.dark a { color: #fde47f; }
.promo-card.light { background: #f3f4f5; }
.promo-card.gold { background: linear-gradient(145deg, #fde47f, #f4d263); }
.promo-card.gold > span { color: #1d2228; background: rgba(255,255,255,.55); }
.promo-card.gold a, .promo-card.gold p { color: #4c421f; }
.news-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.news-card { padding: 19px 19px 25px; border: 1px solid var(--line); border-radius: 17px; background: #fff; }
.news-visual { height: 150px; display: flex; align-items: flex-end; justify-content: space-between; padding: 22px; margin-bottom: 21px; border-radius: 12px; color: #fde47f; background: #1d2228; overflow: hidden; position: relative; }
.news-visual::after { content: ""; position: absolute; width: 130px; height: 130px; border: 22px solid #d39433; border-radius: 50%; right: -46px; top: -58px; }
.news-visual span { font-size: 13px; font-weight: 800; letter-spacing: .17em; }
.news-visual b { font-size: 48px; line-height: .75; color: rgba(255,255,255,.15); letter-spacing: -4px; }
.news-card > small { color: #8399ae; font-size: 9px; }
.news-card h2 { margin: 10px 0; font-size: 21px; line-height: 1.3; letter-spacing: -.6px; }
.news-card p { color: var(--muted); font-size: 12px; line-height: 1.7; }
.news-card a { display: flex; align-items: center; gap: 6px; margin-top: 18px; color: #ab7c32; font-size: 11px; font-weight: 800; }
.feedback-layout { display: grid; grid-template-columns: .78fr 1.22fr; gap: 65px; align-items: start; }
.feedback-layout > div h2 { margin: 12px 0; font-size: 35px; line-height: 1.15; letter-spacing: -1.6px; }
.feedback-layout > div p { color: var(--muted); font-size: 13px; line-height: 1.75; }
.feedback-layout > div > a { display: flex; align-items: center; gap: 9px; margin-top: 25px; color: #ab7c32; font-size: 12px; font-weight: 800; }
.feedback-form { padding: 27px; border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: 0 17px 45px rgba(29,34,40,.07); }
.feedback-form label { display: grid; gap: 7px; margin-bottom: 15px; color: #4f5d6d; font-size: 10px; font-weight: 700; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
.feedback-form input, .feedback-form select, .feedback-form textarea { width: 100%; border: 1px solid var(--line); border-radius: 9px; padding: 12px 13px; color: var(--ink); background: #fcfaf7; outline: 0; resize: vertical; }
.feedback-form input:focus, .feedback-form select:focus, .feedback-form textarea:focus { border-color: #d39433; box-shadow: 0 0 0 3px rgba(211,148,51,.12); }
.feedback-form > small { display: block; color: #8b94a4; font-size: 9px; margin-top: 10px; }
.form-error { color: #b63b3b; font-size: 10px; margin: -3px 0 12px; }
.contact-grid { display: grid; gap: 12px; max-width: 850px; margin: 0 auto; }
.contact-card { display: grid; grid-template-columns: 46px 1fr 24px; align-items: center; gap: 15px; padding: 20px; border: 1px solid var(--line); border-radius: 13px; background: #fff; }
.contact-card > svg:first-child { width: 42px; height: 42px; padding: 11px; border-radius: 11px; color: #86632c; background: #fcf2d8; }
.contact-card > svg:last-child { color: #8399ae; }
.contact-card span { display: grid; gap: 4px; }
.contact-card small { color: var(--muted); font-size: 9px; }
.contact-card b { font-size: 14px; }
.tech-cta { display: flex; justify-content: space-between; align-items: center; gap: 35px; margin-top: 72px; padding: 30px 34px; color: #fff; background: #1d2228; border-radius: 17px; }
.tech-cta h2 { margin: 7px 0 5px; font-size: 23px; }
.tech-cta p { margin: 0; color: #9ca7b3; font-size: 11px; }
.tech-cta .primary-button { flex: 0 0 auto; }
.back-link { display: inline-flex; align-items: center; gap: 7px; margin-top: 24px; color: #8399ae; font-size: 11px; font-weight: 700; }
.back-link:hover { color: #d39433; }
.tech-footer { margin-top: 0; }
.not-found { min-height: 60vh; display: grid; place-content: center; text-align: center; }
.not-found a { color: #ab7c32; font-weight: 800; }
.brand-not-found { min-height: 100vh; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 30px; text-align: center; background: #fcfaf7; }
.brand-not-found-mark { width: 74px; height: 74px; display: grid; place-items: center; color: #fde47f; background: #1d2228; border-radius: 22px 22px 22px 8px; }
.brand-not-found-mark svg { width: 31px; height: 31px; }
.brand-not-found > span { margin-top: 24px; color: #d39433; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .11em; }
.brand-not-found h1 { margin: 10px 0 8px; font-size: clamp(38px, 6vw, 64px); letter-spacing: -3px; }
.brand-not-found p { margin: 0 0 25px; color: #4f5d6d; }

@media (max-width: 1000px) {
  .desktop-nav { display: none; }
  .header-cta { margin-left: auto; }
  .picker-grid { grid-template-columns: 1fr 1fr; }
  .picker-button { grid-column: 1 / -1; }
  .offer-card { grid-template-columns: 34px 1fr 1.5fr; }
  .offer-side { grid-column: 2 / -1; grid-template-columns: 1fr 150px 190px; align-items: center; }
  .table-labels { display: none; }
  .method-grid { gap: 40px; }
  .faq-grid { gap: 45px; }
  .footer-grid { gap: 30px; }
  .tech-nav { display: none; }
  .tech-hero-grid { grid-template-columns: 1fr 110px; }
  .feedback-layout { gap: 35px; }
}

@media (max-width: 760px) {
  .container { width: min(100% - 28px, var(--container)); }
  .notice-note, .header-cta { display: none; }
  .notice-inner { justify-content: center; }
  .header-inner { height: 66px; }
  .menu-button { display: block; margin-left: auto; }
  .mobile-nav { display: grid; padding: 5px 20px 17px; border-top: 1px solid var(--line); }
  .mobile-nav a { padding: 12px 0; font-size: 14px; font-weight: 700; border-bottom: 1px solid var(--line); }
  .hero-content { padding-bottom: 38px; }
  .breadcrumbs { margin-bottom: 30px; }
  .hero h1 { font-size: 43px; letter-spacing: -2.8px; }
  .hero-copy > p { font-size: 15px; }
  .hero-points { display: grid; gap: 10px; }
  .picker { padding: 21px 17px; margin-top: 32px; border-radius: 16px; }
  .picker-count { display: none; }
  .picker-grid { grid-template-columns: 1fr; gap: 22px; }
  .picker-button { grid-column: auto; }
  .picker-summary { align-items: flex-start; flex-direction: column; gap: 7px; }
  .trust-grid { grid-template-columns: repeat(3, 1fr); min-height: 90px; }
  .trust-grid > div { text-align: center; padding: 0 8px; }
  .trust-grid > div:first-child { padding-left: 8px; }
  .trust-proof { display: none; }
  .trust-grid b { font-size: 19px; }
  .section { padding: 66px 0; }
  .section-header { align-items: flex-start; }
  .updated { display: none; }
  .section-header h2, .center-heading h2, .method-copy h2, .faq-heading h2 { font-size: 35px; letter-spacing: -1.8px; }
  .rating-toolbar { align-items: flex-start; gap: 10px; }
  .sort > span { display: none; }
  .request-banner { align-items: flex-start; flex-wrap: wrap; }
  .request-banner a { width: 100%; margin-left: 30px; }
  .offer-card { display: grid; grid-template-columns: 30px 1fr; gap: 14px; padding: 17px 15px; }
  .offer-brand { grid-column: 2; }
  .offer-facts { grid-column: 1 / -1; }
  .offer-facts > div { padding-left: 9px; }
  .offer-facts > div:first-child { border-left: 0; padding-left: 0; }
  .offer-facts b { font-size: 11px; }
  .offer-side { grid-column: 1 / -1; grid-template-columns: 1fr auto; }
  .tags { grid-column: 1 / -1; }
  .offer-button { padding: 0 11px; }
  .steps { grid-template-columns: 1fr; }
  .step-card { min-height: 210px; }
  .step-arrow { display: none; }
  .method-grid, .faq-grid { grid-template-columns: 1fr; gap: 42px; }
  .criterion { grid-template-columns: 25px 112px 1fr 31px; }
  .responsible { flex-wrap: wrap; padding: 25px; margin-bottom: 66px; }
  .responsible > div:nth-child(2) { flex: 1; }
  .responsible a { margin: 2px 0 0 73px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand, .footer-trust { grid-column: 1 / -1; }
  .footer-bottom { gap: 15px; flex-direction: column; }
  .tech-hero { min-height: 360px; }
  .tech-breadcrumbs { margin-bottom: 42px; }
  .tech-hero-grid { grid-template-columns: 1fr; }
  .tech-hero h1 { font-size: 44px; letter-spacing: -2.5px; }
  .tech-hero p { font-size: 14px; }
  .tech-hero-mark { display: none; }
  .tech-content { padding-top: 54px; padding-bottom: 65px; }
  .tech-stats { margin: 0 0 45px; }
  .tech-stats > div { min-height: 90px; padding: 14px; }
  .tech-stats b { font-size: 18px; }
  .content-sections article { grid-template-columns: 40px 1fr; padding: 21px 16px; gap: 13px; }
  .section-index { width: 36px; height: 36px; }
  .promo-grid, .news-grid, .feedback-layout { grid-template-columns: 1fr; }
  .promo-card { min-height: 280px; }
  .feedback-layout { gap: 30px; }
  .tech-cta { align-items: flex-start; flex-direction: column; padding: 25px; }
  .tech-cta .primary-button { width: 100%; }
}

@media (max-width: 430px) {
  .hero h1 { font-size: 38px; }
  .picker h2 { font-size: 21px; }
  .rating-toolbar { flex-direction: column; }
  .offer-facts { gap: 6px; }
  .offer-facts span { font-size: 8px; }
  .approval span { display: none; }
  .modal { padding: 24px 17px; }
  .modal-facts { grid-template-columns: 1fr; }
  .footer-grid { gap: 35px 20px; }
  .tech-stats { grid-template-columns: 1fr; gap: 8px; }
  .tech-stats > div { min-height: 73px; }
  .form-grid { grid-template-columns: 1fr; gap: 0; }
  .contact-card { grid-template-columns: 42px 1fr; }
  .contact-card > svg:last-child { display: none; }
  .contact-card b { font-size: 11px; }
}

@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; animation: none !important; transition: none !important; }
}


/* Plain HTML build helpers */
[hidden], .is-hidden { display: none !important; }
.static-page .header { top: 0; }
.static-page .hero-points svg, .static-check {
  width: 19px; height: 19px; display: inline-grid; place-items: center;
  border-radius: 50%; color: #1d2228; background: #fde47f; font-size: 12px; font-weight: 900;
}
.static-icon { width: 1em; height: 1em; display: inline-block; vertical-align: -.12em; }
.static-offer-icon { font-size: 16px; }
.static-faq .faq-answer { display: none; }
.static-faq .faq-item.open .faq-answer { display: block; }
.static-faq .faq-item.open .faq-chevron { transform: rotate(180deg); }
.static-faq .faq-chevron { transition: transform .2s ease; }
.static-modal[hidden] { display: none; }
.static-modal { position: fixed; inset: 0; z-index: 100; display: grid; place-items: center; padding: 20px; background: rgba(8,15,30,.7); backdrop-filter: blur(5px); }
.static-modal .modal { display: block; }
.static-modal-close { font-size: 22px; line-height: 1; }
.offer-card[data-visible="false"] { display: none; }
.static-feedback-success { color: #24754d; font-size: 11px; margin: 10px 0; }
.static-footer-links { display: flex; gap: 6px; flex-wrap: wrap; }
.static-footer-links a { color: #8995ab; }
.no-js-note { display: none; }
noscript .no-js-note { display: block; padding: 10px; background: #fde47f; color: #1d2228; text-align: center; font-size: 12px; }
@media (max-width: 760px) {
  .notice-inner > .notice-note { display: none; }
}
