:root {
  --ink: #1a1a18;
  --body: #5c5c58;
  --muted: #9a9a95;
  --page: #fafaf8;
  --surface: #ffffff;
  --surface-alt: #f2f2ef;
  --orange-soft: #fff0e6;
  --border: #e6e6e2;
  --input: #d6d6d1;
  --orange: #ff7a33;
  --orange-hover: #f56a1e;
  --orange-press: #e85d12;
  --link: #b84a0c;
  --error: #c0392b;
  --success: #2e7d4f;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--page);
  font-family: "Hanken Grotesk", Helvetica, Arial, sans-serif;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

a {
  color: var(--link);
  text-decoration: none;
}

a:hover {
  color: #9c3d08;
  text-decoration: underline;
}

button,
input,
select,
textarea {
  font: inherit;
  letter-spacing: 0;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

h1,
h2,
h3,
.site-root [style*="Schibsted Grotesk"] {
  letter-spacing: 0 !important;
}

button:focus-visible,
a:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 3px solid rgba(232, 93, 18, 0.32);
  outline-offset: 3px;
}

.site-nav {
  position: sticky !important;
  top: 0;
  z-index: 50;
  background: rgba(250, 250, 248, 0.92) !important;
  border-bottom: 1px solid var(--border) !important;
  backdrop-filter: blur(14px);
}

.nav-inner {
  min-height: 68px;
}

.nav-inner > a:hover,
.nav-links a:hover {
  text-decoration: none;
}

.nav-links a {
  transition: color 150ms ease, background 150ms ease, transform 150ms ease;
}

.nav-links a:last-child,
.hero-actions a:first-child,
.quick-submit {
  transition: background 150ms ease, transform 150ms ease, box-shadow 150ms ease;
}

.nav-links a:last-child:hover,
.hero-actions a:first-child:hover,
.quick-submit:hover {
  color: var(--ink) !important;
  background: var(--orange-hover) !important;
  text-decoration: none;
  transform: translateY(-2px);
}

.mobile-menu-button {
  display: none;
  min-width: 46px;
  min-height: 42px;
  color: var(--ink);
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 6px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
}

.hero-section {
  min-height: calc(100vh - 68px);
}

.hero-section::before {
  position: absolute;
  inset: 0;
  z-index: 0;
  content: "";
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(250, 250, 248, 0) 55%, rgba(255, 240, 230, 0.65) 100%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.25), transparent 75%);
}

.hero-grid {
  z-index: 1;
}

.hero-actions a:hover {
  text-decoration: none;
}

.hero-actions a:last-child:hover {
  color: var(--link) !important;
  border-color: var(--orange-press) !important;
}

.quick-apply-form input {
  min-width: 0;
}

.quick-apply-form input:focus {
  outline: none;
  border-color: var(--orange-press) !important;
  box-shadow: 0 0 0 3px rgba(232, 93, 18, 0.18);
}

.quick-submit {
  width: 100%;
  border: 0;
  cursor: pointer;
}

.stats-band {
  position: relative;
  z-index: 2;
}

.stats-grid > div:first-child {
  border-left: 0 !important;
}

.comparison-scroll {
  overflow-x: auto;
  border-radius: 10px;
  scrollbar-color: var(--input) transparent;
}

.comparison-table {
  min-width: 780px;
}

.review-viewport {
  touch-action: pan-y;
}

.review-track {
  will-change: transform;
}

.review-card {
  flex: 0 0 calc((100% - 48px) / 3) !important;
  min-width: 0 !important;
}

.process-grid > [data-reveal] {
  transition:
    opacity 650ms cubic-bezier(0.2, 0.7, 0.2, 1),
    transform 650ms cubic-bezier(0.2, 0.7, 0.2, 1),
    box-shadow 200ms ease;
}

.process-grid > [data-reveal].is-visible:hover {
  transform: translateY(-6px) !important;
  box-shadow: 0 18px 44px rgba(26, 26, 24, 0.1);
}

.review-controls button {
  transition: border-color 150ms ease, color 150ms ease, background 150ms ease;
}

.review-controls > button:hover {
  color: var(--link) !important;
  border-color: var(--orange-press) !important;
}

.faq-section button[data-faq]:hover {
  background: var(--orange-soft) !important;
}

.faq-section button[data-faq] + div {
  visibility: hidden;
}

.faq-section button[data-faq][aria-expanded="true"] + div {
  visibility: visible;
}

.site-footer a:hover {
  color: var(--orange) !important;
  text-decoration: none;
}

@keyframes pnx-marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

@keyframes pnx-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

@keyframes pnx-float2 {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(8px); }
}

@keyframes pnx-pulse {
  0% { box-shadow: 0 0 0 0 rgba(255, 122, 51, 0.42); }
  70% { box-shadow: 0 0 0 12px rgba(255, 122, 51, 0); }
  100% { box-shadow: 0 0 0 0 rgba(255, 122, 51, 0); }
}

@keyframes pnx-rise {
  from { opacity: 0; transform: translateY(22px); }
  to { opacity: 1; transform: none; }
}

@keyframes pnx-svgdraw {
  to { stroke-dashoffset: 0; }
}

@keyframes pnx-svgpop {
  from { opacity: 0; transform: scale(0); }
  to { opacity: 1; transform: scale(1); }
}

@keyframes pnx-svgbar {
  to { transform: scaleY(1); }
}

@keyframes pnx-svgfade {
  to { opacity: 1; }
}

@keyframes pnx-dash {
  to { stroke-dashoffset: -240; }
}

@keyframes pnx-svgfall {
  0% { opacity: 0; transform: translateY(-16px); }
  35%, 75% { opacity: 1; }
  75% { transform: translateY(6px); }
  100% { opacity: 0; transform: translateY(14px); }
}

@keyframes pnx-svgappear {
  to { opacity: 1; }
}

@keyframes pnx-svgmoveA {
  to { transform: translateX(218px); }
}

@keyframes pnx-svgmoveB {
  to { transform: translateX(468px); }
}

@keyframes pnx-svgspin {
  to { transform: rotate(360deg); }
}

@keyframes pnx-svgblink {
  0%, 55% { opacity: 1; }
  56%, 100% { opacity: 0; }
}

@keyframes pnx-svgpulse {
  0% { opacity: 0.9; transform: scale(0.35); }
  70%, 100% { opacity: 0; transform: scale(1.15); }
}

.hero-draw .d {
  fill: none;
  stroke-dasharray: 1;
  stroke-dashoffset: 1;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hero-draw .p {
  opacity: 0;
  transform-box: fill-box;
  transform-origin: center;
}

.hero-draw .b {
  transform: scaleY(0);
  transform-origin: center 240px;
}

.hero-draw .f,
.hero-draw .fall,
.hero-draw .cur,
.hero-draw .hands,
.hero-draw .mvA,
.hero-draw .mvB,
.hero-draw .pulse {
  opacity: 0;
}

.hero-draw.run .d {
  animation: pnx-svgdraw 0.9s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.hero-draw.run .p {
  animation: pnx-svgpop 0.4s cubic-bezier(0.2, 0.7, 0.3, 1.4) forwards;
}

.hero-draw.run .b {
  animation: pnx-svgbar 0.5s cubic-bezier(0.2, 0.7, 0.2, 1) forwards;
}

.hero-draw.run .f,
.hero-draw.run .hands {
  animation: pnx-svgfade 0.45s ease 1.15s forwards;
}

.hero-draw.run .fall {
  animation: pnx-svgfall 0.8s cubic-bezier(0.2, 0.7, 0.3, 1) forwards;
}

.hero-draw.run .cur {
  animation: pnx-svgblink 1s steps(1) 2.4s infinite;
}

.hero-draw.run .mvA {
  animation: pnx-svgappear 0.01s linear 0.9s forwards, pnx-svgmoveA 2s cubic-bezier(0.4, 0.05, 0.6, 0.5) 1s forwards;
}

.hero-draw.run .mvB {
  animation: pnx-svgappear 0.01s linear 0.9s forwards, pnx-svgmoveB 1s cubic-bezier(0.3, 0.6, 0.3, 1) 1s forwards;
}

.hero-draw.run .min {
  animation: pnx-svgspin 5s linear 1.6s infinite;
}

.hero-draw.run .hr {
  animation: pnx-svgspin 60s linear 1.6s infinite;
}

.hero-draw.run .pulse {
  animation: pnx-svgpulse 1.8s ease-out 2.2s infinite;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 650ms cubic-bezier(0.2, 0.7, 0.2, 1), transform 650ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

[data-reveal].is-visible {
  opacity: 1;
  transform: none;
}

@media (max-width: 1050px) {
  .hero-grid {
    gap: 42px !important;
  }

  .hero-grid h1 {
    font-size: 54px !important;
  }
}

@media (max-width: 900px) {
  .nav-inner {
    position: relative;
    padding: 0 20px !important;
  }

  .mobile-menu-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
  }

  .nav-links {
    position: absolute;
    top: calc(100% + 1px);
    right: 14px;
    left: 14px;
    display: none !important;
    align-items: stretch !important;
    gap: 4px !important;
    padding: 12px;
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: 8px;
    box-shadow: 0 18px 42px rgba(26, 26, 24, 0.14);
  }

  .site-nav.is-open .nav-links {
    display: grid !important;
  }

  .nav-links a {
    padding: 12px 14px !important;
  }

  .hero-section {
    min-height: auto;
  }

  .hero-grid {
    grid-template-columns: 1fr !important;
    gap: 56px !important;
    padding: 58px 28px 80px !important;
  }

  .hero-grid > div {
    min-width: 0;
  }

  .hero-grid h1 {
    max-width: 720px;
    font-size: 52px !important;
  }

  .hero-grid > div:last-child {
    width: min(620px, 100%);
  }

  .responsive-grid {
    grid-template-columns: 1fr !important;
  }

  .stats-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }

  .stats-grid > div:nth-child(odd) {
    border-left: 0 !important;
  }

  .review-card {
    flex-basis: calc((100% - 24px) / 2) !important;
  }

  .footer-grid {
    grid-template-columns: 1.25fr 1fr 1fr !important;
  }
}

@media (max-width: 640px) {
  .nav-inner > a span {
    font-size: 16px !important;
  }

  .hero-grid {
    gap: 42px !important;
    padding: 44px 18px 64px !important;
  }

  .hero-grid h1 {
    font-size: 40px !important;
    line-height: 1.08 !important;
  }

  .hero-grid p {
    font-size: 17px !important;
  }

  .hero-actions {
    display: grid !important;
    grid-template-columns: 1fr !important;
  }

  .hero-actions a {
    text-align: center;
  }

  .hero-trust {
    display: grid !important;
    gap: 10px !important;
  }

  .quick-apply-form > div {
    grid-template-columns: 1fr !important;
  }

  .stats-grid {
    grid-template-columns: 1fr !important;
    padding: 30px 20px !important;
  }

  .stats-grid > div {
    border-top: 1px solid #383834;
    border-left: 0 !important;
    padding: 20px 0 !important;
  }

  .stats-grid > div:first-child {
    border-top: 0;
  }

  .site-section[id],
  .site-section > div {
    scroll-margin-top: 78px;
  }

  .how-section,
  .compare-section,
  .site-root > section[style*="max-width"] {
    padding-right: 18px !important;
    padding-left: 18px !important;
  }

  .site-root h2 {
    font-size: 34px !important;
    line-height: 1.14 !important;
  }

  .review-card {
    flex-basis: 100% !important;
  }

  .review-controls {
    gap: 14px !important;
  }

  .footer-grid {
    grid-template-columns: 1fr !important;
  }

  .site-footer > div {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
}

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

  [data-reveal] {
    opacity: 1;
    transform: none;
  }

  .hero-draw .d {
    stroke-dashoffset: 0 !important;
  }

  .hero-draw .p,
  .hero-draw .f,
  .hero-draw .hands,
  .hero-draw .mvA,
  .hero-draw .mvB {
    opacity: 1 !important;
    transform: none !important;
  }
}
