:root {
  --bg: #f5f6f7;
  --surface: #fff;
  --text: #202124;
  --muted: #68707c;
  --line: #dde1e6;
  --red: #c51420;
  --red-dark: #a60f19;
  --green: #13854e;
  --purple: #6c35c7;
  --amber: #f2a12b;
  --footer: #2e1555;
  --footer-deep: #241043;
  --radius: 18px;
  --shadow: 0 12px 34px rgba(26, 32, 44, .07);
  --max: 1220px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; color: var(--text); background: var(--bg); line-height: 1.65; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; height: auto; }
a { color: var(--red); text-decoration: none; background-image: linear-gradient(var(--red), var(--red)); background-repeat: no-repeat; background-position: 0 100%; background-size: 0 2px; transition: background-size .18s ease, color .18s ease; }
a:hover, a:focus-visible { color: var(--red-dark); background-size: 100% 2px; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
.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; }
.skip-link { position: fixed; top: -5rem; left: 1rem; z-index: 100; padding: .7rem 1rem; background: #fff; color: #111; border-radius: 8px; }
.skip-link:focus { top: 1rem; }

.site-header { background: #fff; border-bottom: 1px solid var(--line); position: relative; z-index: 50; }
.nav-shell { width: min(calc(100% - 36px), 1360px); min-height: 86px; margin: auto; display: flex; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; color: #15171a; background-image: none; font-size: 1.18rem; font-weight: 900; white-space: nowrap; letter-spacing: -.02em; }
.brand:hover { color: #15171a; background-size: 0; }
.brand-logo { width: 60px; height: 51px; object-fit: contain; }
.power-brand-logo { width: 50px; height: 50px; object-fit: contain; }
.site-nav { margin-left: auto; display: flex; align-items: stretch; height: 86px; gap: clamp(14px, 2vw, 34px); }
.site-nav a { display: flex; align-items: center; position: relative; color: #17191c; background-image: none; font-size: clamp(.72rem, .84vw, .86rem); font-weight: 800; text-transform: uppercase; white-space: nowrap; }
.site-nav a::after { content: ""; position: absolute; left: 0; right: 0; bottom: 18px; height: 2px; background: var(--red); transform: scaleX(0); transform-origin: left; transition: transform .18s ease; }
.site-nav a:hover::after, .site-nav a:focus-visible::after, .site-nav a.active::after { transform: scaleX(1); }
.nav-toggle { display: none; margin-left: auto; width: 44px; height: 42px; border: 1px solid var(--line); border-radius: 10px; background: #fff; padding: 9px; }
.nav-toggle span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: #202124; }

main { padding-bottom: 38px; }
.hero { min-height: 390px; padding: 42px 20px 0; text-align: center; overflow: hidden; }
.eyebrow { margin: 0 0 8px; color: var(--red); font-size: .78rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.hero h1 { margin: 0; font-size: clamp(2.35rem, 4.1vw, 4.2rem); line-height: 1.05; letter-spacing: -.045em; text-transform: uppercase; }
.hero-intro { margin: 14px auto 5px; color: #5e6269; font-size: clamp(1rem, 1.3vw, 1.22rem); line-height: 1.48; }
.hero-date { margin: 8px 0 0; color: #747982; font-size: .9rem; }
.mascot-wrap { width: min(420px, calc(100% - 64px)); margin: 10px auto 0; position: relative; }
.mascot-wrap img { width: 100%; }
.power-hero { min-height: 410px; }
.power-hero .mascot-wrap { width: min(500px, calc(100% - 64px)); margin-top: 6px; }
.power-hero.experimental-hero .mascot-wrap { width: min(340px, calc(100% - 72px)); }

.panel { width: min(calc(100% - 32px), var(--max)); margin: 0 auto 20px; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
.offers { position: relative; margin-top: -48px; padding: 18px 26px 12px; }
.offers-header { min-height: 84px; display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 12px; padding: 0 2px 14px; text-align: center; }
.offers-header h2, .guide-links h2 { margin: 0; font-size: 1rem; line-height: 1.2; text-transform: uppercase; }
.offers-header p { margin: 0; color: var(--muted); font-size: .75rem; }
.offers-header .verified-date { color: #424850; font-weight: 850; letter-spacing: .025em; }
.verified-date span { color: #16a05d; font-weight: 900; }
.filters { display: flex; justify-content: center; gap: 8px; padding-top: 0; }
.filters button { padding: 9px 15px; border: 1px solid #cfd4da; border-radius: 8px; background: #fff; color: #4d535b; font-size: .72rem; font-weight: 800; text-transform: uppercase; cursor: pointer; }
.filters button:hover, .filters button.selected { border-color: var(--red); background: var(--red); color: #fff; }
.offer-list { border: 1px solid var(--line); border-radius: 13px; overflow: hidden; }
.offer-row { min-height: 84px; display: grid; grid-template-columns: 168px 104px 155px repeat(3, minmax(118px, 1fr)) 145px; align-items: center; gap: 14px; padding: 8px 13px; border-bottom: 1px solid var(--line); }
.offer-row:last-child { border-bottom: 0; }
.offer-row[hidden] { display: none; }
.brand-cell { align-self: stretch; display: flex; flex-direction: column; justify-content: center; }
.brand-trust { display: flex; justify-content: space-between; gap: 5px; margin-bottom: 3px; color: #5d646c; font-size: .59rem; white-space: nowrap; }
.brand-trust .license { display: inline-flex; align-items: center; gap: 4px; }
.brand-trust .license img { width: 13px; height: 10px; border-radius: 1px; }
.brand-trust .verified { color: #27855a; }
.casino-logo { min-height: 45px; border-radius: 5px; display: flex; align-items: center; justify-content: center; color: #fff; font-weight: 900; line-height: .85; overflow: hidden; }
.casino-logo small { font-size: .68em; }
.casino-logo.one { flex-direction: column; background: #070808; }
.casino-logo.one span { color: #65c55d; font-size: 1.42rem; }
.casino-logo.ojo { background: #6531c1; font-size: 1.15rem; gap: 2px; transform: none; }
.casino-logo.ojo strong { font-size: 1.45rem; }
.casino-logo.mr { flex-direction: column; background: #086b43; font-style: italic; font-size: 1rem; }
.casino-logo.mr strong { font-size: 1.32rem; }
.casino-logo.royal { flex-direction: column; background: #082b55; color: #ffcb55; }
.spin-count { display: grid; justify-items: center; line-height: 1; }
.spin-count strong { font-size: 2.2rem; letter-spacing: -.05em; }
.spin-count span { margin-top: 4px; font-size: .68rem; font-weight: 800; text-transform: uppercase; }
.offer-badge { justify-self: center; padding: 6px 10px; border: 1px solid; border-radius: 7px; font-size: .68rem; font-weight: 800; text-transform: uppercase; white-space: nowrap; }
.offer-badge.no-deposit { color: #16713e; background: #edf8f0; border-color: #a8d8b6; }
.offer-badge.deposit { color: #b36800; background: #fff6e5; border-color: #f2cf8d; }
.fact { display: flex; align-items: center; gap: 8px; min-width: 0; color: #40454b; font-size: .78rem; }
.fact-icon { color: #5b6066; font-size: 1.2rem; }
.offer-cta { display: flex; align-items: center; justify-content: space-between; padding: 11px 15px; border-radius: 7px; color: #fff; background-image: none; font-size: .8rem; font-weight: 900; text-transform: uppercase; box-shadow: 0 5px 14px rgba(20,20,25,.13); }
.offer-cta:hover { color: #fff; background-size: 0; filter: brightness(.92); transform: translateY(-1px); }
.offer-cta span { font-size: 1.4rem; line-height: .5; }
.offer-cta.red { background-color: var(--red); }
.offer-cta.purple { background-color: var(--purple); }
.offer-cta.green { background-color: #08713d; }
.mobile-details { display: none; }
.offer-note { margin: 10px 4px 0; color: #777d85; font-size: .72rem; text-align: center; }

.guide-links { padding: 17px 26px 0; }
.guide-links > h2 { text-align: center; }
.guide-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 8px; }
.guide-grid a { min-height: 80px; display: grid; grid-template-columns: 38px 1fr 20px; align-items: center; gap: 10px; padding: 12px 18px; color: var(--text); background-image: none; border-right: 1px solid var(--line); }
.guide-grid a:last-child { border-right: 0; }
.guide-grid a:hover { background: #fafafa; color: var(--text); }
.guide-grid strong, .guide-grid small { display: block; }
.guide-grid strong { font-size: .9rem; }
.guide-grid small { margin-top: 3px; color: var(--muted); font-size: .72rem; }
.guide-grid b { color: var(--red); font-size: 1.6rem; }
.guide-icon { font-size: 1.6rem; }

.article { padding: 58px 32px; }
.support-hero { min-height: 400px; }
.support-article { position: relative; margin-top: -50px; padding-top: 72px; }
.article-inner { width: min(100%, 790px); margin: auto; }
.article h2, .faq h2 { margin: 42px 0 14px; font-size: clamp(1.6rem, 2.4vw, 2.25rem); line-height: 1.18; letter-spacing: -.025em; }
.article h3 { margin: 30px 0 12px; font-size: clamp(1.25rem, 1.8vw, 1.55rem); line-height: 1.25; letter-spacing: -.015em; }
.article .eyebrow + h2, .faq .eyebrow + h2 { margin-top: 0; }
.article p, .faq p { font-size: 1.06rem; }
.article li { margin: 5px 0; }
.article-lead { color: #4f565e; font-size: 1.2rem !important; }
.article-image { display: block; width: 100%; height: auto; margin: 32px auto 0; border-radius: 14px; object-fit: cover; }
.byline { display: flex; align-items: center; gap: 14px; margin: 26px 0 38px; padding: 18px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.byline-author-image { flex: 0 0 auto; border-radius: 50%; background-image: none; }
.byline-author-image:hover, .byline-author-image:focus-visible { background-size: 0; }
.byline img { width: 52px; height: 52px; border-radius: 50%; object-fit: cover; }
.byline div { display: grid; }
.byline span { font-size: .78rem; }
.byline strong { font-size: 1rem; }
.byline-author-name { color: var(--text); }
.byline-author-name:hover, .byline-author-name:focus-visible { color: var(--text); }
.byline small { color: var(--muted); }
.tip-box { margin: 28px 0; padding: 20px 24px; background: #eaf7ef; border-left: 4px solid #25a865; border-radius: 9px; }
.tip-box p { margin: 6px 0 0; font-size: .98rem; }
.comparison { scroll-margin-top: 110px; margin: 44px 0; }
.table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: 12px; }
table { width: 100%; border-collapse: collapse; font-size: .92rem; }
th, td { padding: 14px 16px; text-align: left; border-bottom: 1px solid var(--line); }
thead th { color: #fff; background: linear-gradient(100deg, #b91520, #6c35c7); font-size: .74rem; text-transform: uppercase; letter-spacing: .04em; }
tbody tr:nth-child(even) { background: #f7f5fb; }
tbody tr:last-child th, tbody tr:last-child td { border-bottom: 0; }
.table-pill { display: inline-block; min-width: 47px; padding: 3px 8px; border-radius: 999px; color: #fff; text-align: center; font-size: .75rem; font-weight: 800; }
.table-pill.green { background: #168653; }
.table-pill.red { background: var(--red); }
.table-pill.amber { background: #d7870b; }

.faq { padding: 54px 32px; }
.accordion { margin-top: 25px; }
details { border-top: 1px solid var(--line); }
details:last-child { border-bottom: 1px solid var(--line); }
summary { position: relative; padding: 19px 44px 19px 0; font-weight: 800; cursor: pointer; list-style: none; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; position: absolute; right: 10px; color: var(--red); font-size: 1.35rem; }
details[open] summary::after { content: "−"; }
details p { margin: -4px 50px 20px 0; color: #555d66; font-size: .98rem !important; }

.author { scroll-margin-top: 24px; display: grid; grid-template-columns: 170px 1fr; align-items: center; gap: 32px; padding: 34px; }
.author > img { width: 170px; height: 170px; object-fit: cover; border-radius: 50%; box-shadow: 0 0 0 6px #fff, 0 0 0 8px #eee8f6; }
.author h2 { margin: 0 0 8px; font-size: 2rem; }
.author p { margin-top: 0; }

.site-footer { margin-top: 30px; color: #f6efff; background: linear-gradient(120deg, var(--footer-deep), var(--footer)); }
.footer-inner { width: min(calc(100% - 36px), var(--max)); margin: auto; display: grid; grid-template-columns: 1.7fr repeat(3, 1fr); gap: 50px; padding: 58px 0 48px; }
.site-footer .brand { color: #fff; }
.footer-logo img { width: 48px; height: auto; }
.footer-brand p { max-width: 310px; color: #cbbdde; }
.site-footer h2 { margin: 8px 0 14px; color: #fff; font-size: .83rem; text-transform: uppercase; letter-spacing: .08em; }
.site-footer a:not(.brand) { display: table; margin: 9px 0; color: #d9cce9; background-image: linear-gradient(#f44858,#f44858); font-size: .85rem; }
.site-footer a:hover { color: #fff; }
.footer-bottom { width: min(calc(100% - 36px), var(--max)); margin: auto; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 22px 0 30px; border-top: 1px solid rgba(255,255,255,.18); color: #bcaece; font-size: .75rem; }
.site-footer .rofus-link { display: inline-flex; align-items: center; margin: 0; background-image: none; }
.site-footer .rofus-link:hover, .site-footer .rofus-link:focus-visible { background-size: 0; }
.rofus-link img { width: 196px; height: auto; border-radius: 3px; }
.footer-bottom .footer-mail { display: inline; margin: 0; color: #fff; font-weight: 800; background-image: linear-gradient(#f44858,#f44858); }
.footer-mail:hover, .footer-mail:focus-visible { color: #fff; }

@media (max-width: 1180px) {
  .nav-shell { gap: 18px; }
  .site-nav { gap: 16px; }
  .site-nav a { font-size: .68rem; }
  .brand { font-size: 1rem; }
  .offer-row { grid-template-columns: 150px 84px 140px repeat(3, minmax(90px,1fr)) 125px; gap: 9px; }
}

@media (max-width: 900px) {
  .nav-shell { min-height: 74px; }
  .nav-toggle { display: block; }
  .site-nav { display: none; position: absolute; top: 74px; left: 0; right: 0; height: auto; padding: 8px 18px 18px; background: #fff; border-bottom: 1px solid var(--line); box-shadow: var(--shadow); }
  .site-nav.open { display: grid; }
  .site-nav a { min-height: 44px; font-size: .8rem; }
  .site-nav a::after { bottom: 5px; }
  .hero { min-height: 390px; padding-top: 34px; }
  .mascot-wrap { width: min(400px, calc(100% - 72px)); }
  .offers { margin-top: -46px; }
  .offers-header { display: flex; }
  .filters { margin-top: 14px; overflow-x: auto; }
  .offer-row { grid-template-columns: 140px 80px 1fr 130px; gap: 10px; }
  .offer-badge { justify-self: start; }
  .fact { display: none; }
  .guide-grid { grid-template-columns: 1fr; }
  .guide-grid a { border-right: 0; border-bottom: 1px solid var(--line); }
  .guide-grid a:last-child { border-bottom: 0; }
  .footer-inner { grid-template-columns: 1.5fr 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .support-hero { min-height: 380px; }
  .support-article { margin-top: -42px; padding-top: 62px; }
}

@media (max-width: 600px) {
  .nav-shell { width: min(calc(100% - 24px), 1360px); }
  .brand-logo { width: 45px; height: auto; }
  .power-brand-logo { width: 42px; height: 42px; }
  .brand { gap: 8px; font-size: .9rem; }
  .hero { min-height: 350px; padding: 30px 12px 0; }
  .hero h1 { font-size: 2.3rem; }
  .hero-intro br { display: none; }
  .mascot-wrap { width: min(300px, calc(100% - 56px)); max-width: none; left: auto; transform: none; }
  .power-hero { min-height: 365px; }
  .power-hero .mascot-wrap { width: min(340px, calc(100% - 40px)); }
  .power-hero.experimental-hero .mascot-wrap { width: min(255px, calc(100% - 64px)); }
  .panel { width: min(calc(100% - 20px), var(--max)); border-radius: 14px; }
  .offers { margin-top: -34px; padding: 15px 8px 9px; }
  .offers-header { padding-inline: 6px; }
  .filters button { padding: 8px 10px; font-size: .62rem; }
  .offers-header { display: flex; gap: 11px; padding: 0 4px 12px; }
  .offers-header .verified-date { font-size: .68rem; text-align: center; }
  .filters { justify-content: center; margin-top: 0; }
  .offer-list { overflow: visible; }
  .offer-row { position: relative; min-height: 154px; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); grid-template-areas: "brand spins" "brand badge" "details cta"; gap: 8px 10px; padding: 11px 9px; }
  .offer-row:first-child { border-radius: 12px 12px 0 0; }
  .offer-row:last-child { border-radius: 0 0 12px 12px; }
  .brand-cell { grid-area: brand; }
  .spin-count { grid-area: spins; }
  .spin-count strong { font-size: 1.8rem; }
  .offer-badge { grid-area: badge; justify-self: center; padding: 5px 6px; font-size: .55rem; }
  .offer-cta { grid-area: cta; width: 100%; min-height: 42px; padding: 9px 10px; font-size: .68rem; }
  .brand-trust { display: flex; font-size: .49rem; }
  .mobile-details { display: block; grid-area: details; position: relative; z-index: 2; border: 0; }
  .mobile-details[open] { z-index: 20; }
  .mobile-details summary { display: flex; min-height: 42px; align-items: center; justify-content: center; padding: 8px 22px 8px 9px; border: 1px solid #cfd4da; border-radius: 7px; color: #454b53; background: #fff; font-size: .68rem; font-weight: 850; text-transform: uppercase; }
  .mobile-details summary::after { right: 9px; font-size: 1rem; }
  .mobile-details div { position: absolute; z-index: 8; left: 0; top: calc(100% + 5px); width: calc(200% + 10px); display: grid; grid-template-columns: repeat(3, 1fr); gap: 5px; padding: 9px; border: 1px solid var(--line); border-radius: 8px; background: #fff; box-shadow: var(--shadow); }
  .mobile-details div span { padding: 7px 4px; border-radius: 6px; color: #4e555d; background: #f5f6f7; font-size: .6rem; text-align: center; }
  .guide-links { padding: 15px 10px 0; }
  .article, .faq { padding: 42px 22px; }
  .article p, .faq p { font-size: 1rem; }
  .table-wrap { margin-inline: 0; overflow: visible; border: 0; }
  .comparison table, .comparison tbody, .comparison tr, .comparison th, .comparison td { display: block; width: 100%; }
  .comparison thead { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
  .comparison tbody { display: grid; gap: 12px; }
  .comparison tr { overflow: hidden; border: 1px solid var(--line); border-radius: 10px; background: #fff !important; }
  .comparison tbody th { min-width: 0; padding: 12px 14px; color: #fff; background: linear-gradient(100deg, #b91520, #6c35c7); border: 0; font-size: .9rem; }
  .comparison td { min-width: 0; display: flex; justify-content: space-between; gap: 16px; padding: 10px 14px; border-bottom: 1px solid var(--line); text-align: right; }
  .comparison td:last-child { border-bottom: 0; }
  .comparison td::before { content: attr(data-label); color: #5f6670; font-weight: 800; text-align: left; }
  .author { grid-template-columns: 1fr; text-align: center; padding: 30px 24px; }
  .author > img { margin: auto; }
  .author > div { text-align: left; }
  .author > div .eyebrow, .author > div h2 { text-align: center; }
  .support-hero { min-height: 345px; }
  .support-article { margin-top: -34px; padding-top: 52px; }
  .footer-inner { grid-template-columns: 1fr 1fr; gap: 28px; padding-top: 44px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { display: grid; text-align: center; justify-content: center; }
  .rofus-link { justify-self: center; }
}

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

/* Electricity calculator */
.calculator { position: relative; margin-top: -48px; padding: 30px; scroll-margin-top: 24px; }
.calculator-header { max-width: 720px; margin: 0 auto 25px; text-align: center; }
.calculator-header h2 { margin: 0; font-size: clamp(1.65rem, 3vw, 2.35rem); line-height: 1.15; letter-spacing: -.035em; }
.calculator-header > p:last-child { margin: 8px 0 0; color: var(--muted); }
.calculator-form { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(280px, .85fr); gap: 25px 36px; padding: 26px; border: 1px solid #e1e3e7; border-radius: 14px; background: #fafafa; }
.control-heading { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-bottom: 16px; }
.control-heading label, .area-control legend { color: #24272c; font-size: .88rem; font-weight: 850; }
.control-heading output { padding: 8px 13px; border-radius: 8px; color: var(--red); background: #fbecee; font-weight: 900; white-space: nowrap; }
#annual-consumption { width: 100%; height: 7px; margin: 10px 0 4px; border-radius: 20px; appearance: none; background: linear-gradient(to right, var(--red) 0 33.33%, #dcdfe4 33.33% 100%); cursor: pointer; }
#annual-consumption::-webkit-slider-thumb { width: 25px; height: 25px; appearance: none; border: 4px solid #fff; border-radius: 50%; background: var(--red); box-shadow: 0 2px 10px rgba(111, 12, 20, .28); }
#annual-consumption::-moz-range-thumb { width: 18px; height: 18px; border: 4px solid #fff; border-radius: 50%; background: var(--red); box-shadow: 0 2px 10px rgba(111, 12, 20, .28); }
.range-labels { display: flex; justify-content: space-between; margin-top: 5px; color: #8a8f97; font-size: .62rem; }
.consumption-presets { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 15px; }
.consumption-presets button { padding: 7px 10px; border: 1px solid #d7dbe1; border-radius: 999px; color: #555b64; background: #fff; font-size: .7rem; font-weight: 750; cursor: pointer; }
.consumption-presets button:hover, .consumption-presets button.selected { border-color: var(--red); color: var(--red); background: #fff4f5; }
.area-control { min-width: 0; margin: 0; padding: 0; border: 0; }
.area-control legend { margin-bottom: 13px; }
.area-options { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
.area-options label { cursor: pointer; }
.area-options input { position: absolute; opacity: 0; pointer-events: none; }
.area-options span { min-height: 82px; display: flex; flex-direction: column; justify-content: center; padding: 13px 14px; border: 1px solid #d7dbe1; border-radius: 10px; background: #fff; transition: border-color .18s ease, background .18s ease, box-shadow .18s ease; }
.area-options strong { font-size: 1rem; }
.area-options small { margin-top: 2px; color: var(--muted); font-size: .67rem; }
.area-options input:checked + span { border-color: var(--red); color: var(--red); background: #fff4f5; box-shadow: inset 0 0 0 1px var(--red); }
.area-options input:focus-visible + span { outline: 3px solid rgba(197, 20, 32, .25); outline-offset: 2px; }
.calculate-button { grid-column: 1 / -1; width: min(100%, 420px); min-height: 54px; display: flex; align-items: center; justify-content: center; gap: 14px; margin: 0 auto; padding: 13px 24px; border: 0; border-radius: 9px; color: #fff; background: var(--red); box-shadow: 0 9px 22px rgba(197, 20, 32, .22); font-size: .91rem; font-weight: 900; letter-spacing: .04em; text-transform: uppercase; cursor: pointer; }
.calculate-button:hover { background: var(--red-dark); transform: translateY(-1px); }
.calculate-button:focus-visible, .edit-choices:focus-visible, .breakdown-toggle:focus-visible { outline: 3px solid rgba(197, 20, 32, .28); outline-offset: 3px; }
.calculator-source { grid-column: 1 / -1; margin: -11px 0 0; color: #757b84; font-size: .69rem; text-align: center; }
.calculator-source span { color: var(--green); }
.calculator-prompt { margin: 16px 0 0; color: #737983; font-size: .77rem; text-align: center; }
.calculator-results { margin-top: 34px; padding-top: 30px; border-top: 1px solid var(--line); }
.results-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 20px; }
.results-heading h2 { margin: 0; font-size: clamp(1.45rem, 2.7vw, 2rem); line-height: 1.15; }
.results-heading p:last-child { margin: 6px 0 0; color: var(--muted); font-size: .82rem; }
.edit-choices { padding: 9px 14px; border: 1px solid var(--red); border-radius: 7px; color: var(--red); background: #fff; font-size: .7rem; font-weight: 900; text-transform: uppercase; cursor: pointer; white-space: nowrap; }
.result-list { display: grid; gap: 15px; }
.result-card { position: relative; display: grid; grid-template-columns: 50px 145px minmax(220px, 1fr) minmax(155px, .7fr) 165px; align-items: center; gap: 18px; padding: 28px 22px 20px; border: 1px solid #dfe2e7; border-radius: 13px; background: #fff; box-shadow: 0 7px 21px rgba(25, 28, 33, .045); }
.result-card.winner { border: 2px solid var(--green); }
.winner-ribbon { position: absolute; top: -1px; left: 22px; padding: 5px 11px; border-radius: 0 0 7px 7px; color: #fff; background: var(--green); font-size: .61rem; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.rank { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 9px; color: var(--red); background: #fbecee; font-size: 1.05rem; font-weight: 900; }
.winner .rank { color: #fff; background: var(--green); }
.supplier-logo { width: 145px; height: 70px; display: grid; place-items: center; padding: 9px; border: 1px solid #dfe2e7; border-radius: 9px; background: #fff; overflow: hidden; }
.supplier-logo img { max-width: 100%; max-height: 50px; object-fit: contain; }
.supplier-copy h3 { margin: 0; font-size: 1.17rem; line-height: 1.15; }
.supplier-copy > p { margin: 3px 0 9px; color: var(--muted); font-size: .76rem; }
.result-badges { display: flex; flex-wrap: wrap; gap: 6px; }
.result-badges span { padding: 5px 8px; border-radius: 999px; color: #4c525a; background: #f2f3f5; font-size: .62rem; font-weight: 800; }
.estimated-price { text-align: right; }
.estimated-price small { display: block; color: #707680; font-size: .6rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.estimated-price strong { display: block; margin: 1px 0; color: var(--green); font-size: 1.6rem; line-height: 1.1; letter-spacing: -.03em; }
.estimated-price span { display: block; color: #67707a; font-size: .69rem; }
.result-actions { display: grid; gap: 9px; }
.result-cta { display: flex; align-items: center; justify-content: center; min-height: 45px; padding: 10px 12px; border-radius: 8px; color: #fff; background: var(--red); background-image: none; font-size: .72rem; font-weight: 900; text-transform: uppercase; box-shadow: 0 6px 16px rgba(197, 20, 32, .18); }
.result-cta:hover { color: #fff; background: var(--red-dark); background-size: 0; }
.breakdown-toggle { padding: 2px; border: 0; color: var(--red); background: transparent; font-size: .68rem; font-weight: 850; text-decoration: underline; cursor: pointer; }
.price-breakdown { grid-column: 2 / -1; padding-top: 16px; border-top: 1px dashed #dadddf; }
.price-breakdown[hidden] { display: none; }
.price-breakdown h4 { margin: 0 0 9px; font-size: .82rem; }
.breakdown-row { display: grid; grid-template-columns: 1fr auto; gap: 16px; padding: 6px 0; border-bottom: 1px dotted #e0e2e5; font-size: .72rem; }
.breakdown-row.total { margin-top: 3px; border-bottom: 0; font-weight: 900; }
.breakdown-note { margin: 10px 0 0; color: #777d85; font-size: .65rem; }
.calculator-disclaimer { margin-top: 20px; padding: 16px 18px; border-left: 4px solid var(--red); border-radius: 0 9px 9px 0; background: #fff7f8; }
.calculator-disclaimer strong { font-size: .8rem; }
.calculator-disclaimer p { margin: 5px 0 0; color: #626872; font-size: .69rem; }
.live-prices { padding: 30px 30px 22px; scroll-margin-top: 105px; }
.live-prices-header { display: flex; justify-content: space-between; align-items: flex-start; gap: 30px; }
.live-prices-header h2 { margin: 0; font-size: clamp(1.8rem, 3vw, 2.6rem); line-height: 1.1; letter-spacing: -.035em; }
.live-prices-header p:not(.eyebrow):not(.live-indicator) { margin: 8px 0 0; color: var(--muted); }
.live-indicator { display: flex; align-items: center; gap: 8px; margin: 7px 0 0; color: var(--muted); font-size: .72rem; white-space: nowrap; }
.live-indicator span { width: 9px; height: 9px; border-radius: 50%; background: var(--amber); box-shadow: 0 0 0 4px rgba(242,161,43,.14); }
.live-indicator.ready span { background: var(--green); box-shadow: 0 0 0 4px rgba(19,133,78,.13); }
.live-indicator.error span { background: var(--red); box-shadow: 0 0 0 4px rgba(197,20,32,.12); }
.live-price-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-top: 25px; padding-bottom: 14px; border-bottom: 1px solid var(--line); }
.live-area-tabs { display: flex; gap: 8px; }
.live-area-tabs button { padding: 10px 16px; border: 1px solid #d5d9df; border-radius: 9px; color: #5d646e; background: #fff; cursor: pointer; }
.live-area-tabs button strong { color: var(--text); }
.live-area-tabs button.selected { border-color: var(--red); color: var(--red); box-shadow: 0 4px 14px rgba(197,20,32,.10); }
.live-area-tabs button.selected strong { color: var(--red); }
#live-price-date { color: var(--muted); font-size: .75rem; }
.live-price-content { min-height: 360px; }
.live-price-loading, .live-price-error { min-height: 330px; display: flex; align-items: center; justify-content: center; flex-direction: column; text-align: center; color: var(--muted); }
.live-price-loading[hidden], .live-price-error[hidden], #live-price-data[hidden] { display: none; }
.live-price-loading span { width: 30px; height: 30px; margin-bottom: 12px; border: 3px solid #ebd7da; border-top-color: var(--red); border-radius: 50%; animation: price-spin .75s linear infinite; }
@keyframes price-spin { to { transform: rotate(360deg); } }
.live-price-summary { display: grid; grid-template-columns: repeat(4, 1fr); border-bottom: 1px solid var(--line); }
.live-price-summary > div { padding: 18px 20px; border-right: 1px solid var(--line); }
.live-price-summary > div:last-child { border-right: 0; }
.live-price-summary small, .live-price-summary span { display: block; color: var(--muted); font-size: .7rem; }
.live-price-summary strong { display: block; margin: 2px 0; color: #17191c; font-size: clamp(1.35rem, 2.5vw, 2rem); line-height: 1.15; }
.price-chart-wrap { position: relative; height: 300px; margin-top: 18px; }
#live-price-chart { width: 100%; height: 100%; display: block; cursor: crosshair; }
.chart-tooltip { position: absolute; z-index: 3; min-width: 112px; padding: 8px 10px; border-radius: 7px; color: #fff; background: #25272b; font-size: .68rem; line-height: 1.4; pointer-events: none; box-shadow: 0 6px 16px rgba(0,0,0,.16); }
.chart-footer, .live-price-source { display: flex; justify-content: space-between; gap: 20px; color: #777d85; font-size: .68rem; }
.live-price-source { margin: 10px 0 0; padding-top: 12px; border-top: 1px solid var(--line); }
.live-price-error strong { color: var(--text); }
.live-price-error p { margin: 5px 0 15px; }
.live-price-error button { padding: 10px 18px; border: 1px solid var(--red); border-radius: 8px; color: var(--red); background: #fff; font-weight: 850; text-transform: uppercase; cursor: pointer; }
.article h2[id], .comparison[id], .faq h2[id], .author[id] { scroll-margin-top: 105px; }
.check-list { display: grid; gap: 10px; padding-left: 1.35rem; }
.check-list li { padding-left: 5px; }
.article-cta { display: grid; grid-template-columns: 52px 1fr auto; align-items: center; gap: 16px; margin: 34px 0; padding: 22px 24px; border: 1px solid #efc7cb; border-radius: 12px; background: linear-gradient(105deg, #fff4f5, #fff); }
.article-cta > span { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--red); font-size: 1.3rem; }
.article-cta strong { display: block; font-size: 1.05rem; }
.article-cta p { margin: 2px 0 0; color: var(--muted); font-size: .83rem !important; }
.article-cta a { padding: 11px 16px; border-radius: 8px; color: #fff; background: var(--red); background-image: none; font-size: .72rem; font-weight: 900; white-space: nowrap; }
.article-cta a:hover { color: #fff; background: var(--red-dark); background-size: 0; }

@media (max-width: 980px) {
  .calculator-form { grid-template-columns: 1fr; }
  .calculate-button, .calculator-source { grid-column: 1; }
  .result-card { grid-template-columns: 45px 120px minmax(180px, 1fr) 145px; }
  .supplier-logo { width: 120px; }
  .result-actions { grid-column: 3 / -1; grid-template-columns: 165px 1fr; align-items: center; }
  .price-breakdown { grid-column: 1 / -1; }
}

@media (max-width: 680px) {
  .calculator { margin-top: -34px; padding: 22px 12px; }
  .calculator-form { padding: 18px 12px; gap: 24px; }
  .control-heading { align-items: flex-start; flex-direction: column; gap: 7px; }
  .area-options { grid-template-columns: 1fr; }
  .consumption-presets { display: grid; grid-template-columns: repeat(3, 1fr); }
  .consumption-presets button { padding-inline: 5px; }
  .results-heading { align-items: flex-start; flex-direction: column; }
  .result-card { grid-template-columns: 48px minmax(0, 1fr); gap: 13px; padding: 31px 14px 16px; }
  .supplier-logo { grid-column: 2; width: min(150px, 100%); }
  .supplier-copy, .estimated-price, .result-actions, .price-breakdown { grid-column: 1 / -1; }
  .supplier-copy { text-align: center; }
  .result-badges { justify-content: center; }
  .estimated-price { padding: 10px 0 2px; text-align: center; }
  .estimated-price strong { font-size: 1.8rem; }
  .result-actions { display: grid; grid-template-columns: 1fr; }
  .result-cta { min-height: 49px; }
  .winner-ribbon { left: 14px; }
  .article-cta { grid-template-columns: 44px 1fr; padding: 18px; }
  .article-cta > span { width: 40px; height: 40px; }
  .article-cta a { grid-column: 1 / -1; text-align: center; }
  .live-prices { padding: 23px 12px 17px; }
  .live-prices-header, .live-price-toolbar { align-items: flex-start; flex-direction: column; }
  .live-indicator { margin-top: 0; }
  .live-area-tabs { width: 100%; }
  .live-area-tabs button { flex: 1; padding-inline: 8px; }
  .live-price-summary { grid-template-columns: repeat(2, 1fr); }
  .live-price-summary > div:nth-child(2) { border-right: 0; }
  .live-price-summary > div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .live-price-summary > div { padding: 14px 10px; }
  .price-chart-wrap { height: 260px; }
  .chart-footer { align-items: flex-start; flex-direction: column; gap: 2px; }
}
