/*
Theme Name: Rokoungli Brand
Theme URI: https://rokoungli.in/
Author: Codex
Description: Premium digital marketing agency homepage for Rokoungli with shop handoff to shop.rokoungli.in.
Version: 1.3.2
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: rokoungli-brand
*/

:root {
  --rk-black: #07080b;
  --rk-ink: #111318;
  --rk-ink-2: #20242d;
  --rk-white: #ffffff;
  --rk-paper: #f6f7f2;
  --rk-muted: #a5acb7;
  --rk-muted-dark: #66707d;
  --rk-line: rgba(255, 255, 255, 0.14);
  --rk-line-dark: rgba(7, 8, 11, 0.12);
  --rk-lime: #c8ff3d;
  --rk-coral: #ff654f;
  --rk-cyan: #65d8ff;
  --rk-blue: #3b69ff;
  --rk-radius: 8px;
  --rk-shadow: 0 28px 90px rgba(0, 0, 0, 0.32);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--rk-black);
  color: var(--rk-white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.45;
  text-rendering: optimizeLegibility;
}

body.admin-bar .rk-header {
  top: 32px;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

button,
input,
textarea {
  font: inherit;
}

.rk-page {
  min-height: 100vh;
  overflow: clip;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px) 0 0 / 72px 72px,
    linear-gradient(180deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px) 0 0 / 72px 72px,
    var(--rk-black);
}

.rk-spotlight {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: radial-gradient(520px circle at var(--rk-mouse-x, 50%) var(--rk-mouse-y, 20%), rgba(101, 216, 255, 0.11), transparent 55%);
}

.rk-page > *:not(.rk-spotlight) {
  position: relative;
  z-index: 1;
}

.rk-announce {
  display: flex;
  justify-content: center;
  gap: 10px;
  padding: 10px 20px;
  border-bottom: 1px solid var(--rk-line);
  background: #0d1016;
  color: var(--rk-muted);
  font-size: 13px;
  font-weight: 800;
}

.rk-announce a {
  color: var(--rk-lime);
}

.rk-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 78px;
  padding: 0 30px;
  border-bottom: 1px solid var(--rk-line);
  background: rgba(7, 8, 11, 0.8);
  backdrop-filter: blur(20px);
}

.rk-logo {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 21px;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
}

.rk-logo-mark {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(200, 255, 61, 0.7);
  background: var(--rk-lime);
  color: var(--rk-black);
  font-size: 14px;
  font-weight: 950;
}

.rk-nav {
  display: flex;
  align-items: center;
  gap: 24px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.rk-nav a:hover,
.rk-nav a:focus-visible {
  color: var(--rk-white);
}

.rk-nav .rk-nav-cta {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  padding: 0 16px;
  border: 1px solid var(--rk-lime);
  background: var(--rk-lime);
  color: var(--rk-black);
}

.rk-wrap {
  width: min(1180px, calc(100% - 56px));
  margin: 0 auto;
}

.rk-section {
  padding: 110px 0;
}

.rk-hero {
  min-height: calc(100vh - 118px);
  display: grid;
  align-items: center;
  padding: 60px 0 64px;
}

.rk-hero-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(380px, 0.64fr);
  gap: 44px;
  align-items: center;
}

.rk-hero h1 {
  margin: 0;
  max-width: 780px;
  font-size: clamp(52px, 6.2vw, 96px);
  line-height: 0.91;
  font-weight: 950;
  text-transform: uppercase;
}

.rk-gradient-text {
  background: linear-gradient(90deg, var(--rk-white), var(--rk-lime) 44%, var(--rk-cyan));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.rk-hero-copy {
  max-width: 690px;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 20px;
}

.rk-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.rk-button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 22px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.06);
  color: var(--rk-white);
  font-size: 13px;
  font-weight: 950;
  text-transform: uppercase;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.rk-button:hover,
.rk-button:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(255, 255, 255, 0.42);
}

.rk-button--lime {
  border-color: var(--rk-lime);
  background: var(--rk-lime);
  color: var(--rk-black);
}

.rk-button--dark {
  border-color: var(--rk-black);
  background: var(--rk-black);
  color: var(--rk-white);
}

.rk-hero-proof {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin-top: 48px;
  border: 1px solid var(--rk-line);
  background: var(--rk-line);
}

.rk-proof-cell {
  padding: 20px;
  background: rgba(255, 255, 255, 0.055);
}

.rk-proof-cell strong {
  display: block;
  font-size: 30px;
  line-height: 1;
}

.rk-proof-cell span {
  display: block;
  margin-top: 8px;
  color: var(--rk-muted);
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

.rk-cockpit {
  position: relative;
  min-height: 520px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.02)),
    #0e1118;
  box-shadow: var(--rk-shadow);
  overflow: hidden;
  transform-style: preserve-3d;
}

.rk-cockpit::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, transparent 0 48%, rgba(200, 255, 61, 0.12) 50%, transparent 52%),
    repeating-linear-gradient(0deg, transparent 0 26px, rgba(255, 255, 255, 0.05) 27px);
  opacity: 0.55;
  animation: rk-scan 8s linear infinite;
}

.rk-cockpit > * {
  position: relative;
  z-index: 1;
}

.rk-cockpit-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 12px 18px;
  color: var(--rk-muted);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.rk-status {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--rk-lime);
}

.rk-status::before {
  content: "";
  width: 8px;
  height: 8px;
  background: currentColor;
  border-radius: 50%;
  box-shadow: 0 0 24px currentColor;
}

.rk-cockpit-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 12px;
}

.rk-panel {
  min-height: 138px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(7, 8, 11, 0.78);
}

.rk-panel--wide {
  grid-column: 1 / -1;
}

.rk-panel small {
  display: block;
  color: var(--rk-muted);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.rk-panel strong {
  display: block;
  margin-top: 10px;
  font-size: 30px;
  line-height: 1;
}

.rk-panel p {
  margin: 12px 0 0;
  color: var(--rk-muted);
  font-size: 13px;
}

.rk-bars {
  display: grid;
  gap: 9px;
  margin-top: 18px;
}

.rk-bar {
  height: 9px;
  background: rgba(255, 255, 255, 0.09);
  overflow: hidden;
}

.rk-bar span {
  display: block;
  height: 100%;
  width: var(--w);
  background: linear-gradient(90deg, var(--rk-coral), var(--rk-lime));
  transform-origin: left;
  animation: rk-grow 1600ms ease both;
}

.rk-market-map {
  min-height: 230px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background:
    radial-gradient(circle at 40% 45%, rgba(200, 255, 61, 0.14), transparent 28%),
    radial-gradient(circle at 70% 35%, rgba(101, 216, 255, 0.16), transparent 24%),
    rgba(7, 8, 11, 0.78);
}

.rk-market-ring {
  width: 180px;
  height: 180px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: grid;
  place-items: center;
  animation: rk-spin 18s linear infinite;
}

.rk-market-ring span {
  width: 86px;
  height: 86px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--rk-lime);
  color: var(--rk-black);
  font-size: 12px;
  font-weight: 950;
  text-align: center;
  text-transform: uppercase;
  animation: rk-spin-reverse 18s linear infinite;
}

@keyframes rk-scan {
  from { transform: translateY(-24px); }
  to { transform: translateY(24px); }
}

@keyframes rk-grow {
  from { transform: scaleX(0); }
  to { transform: scaleX(1); }
}

@keyframes rk-spin {
  to { transform: rotate(360deg); }
}

@keyframes rk-spin-reverse {
  to { transform: rotate(-360deg); }
}

@keyframes rk-hero-enter {
  from {
    opacity: 0;
    transform: translateY(18px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.rk-client-rail {
  overflow: hidden;
  border-top: 1px solid var(--rk-line);
  border-bottom: 1px solid var(--rk-line);
  background: #0d1016;
}

.rk-client-track {
  display: flex;
  width: max-content;
  animation: rk-marquee 28s linear infinite;
}

.rk-client-track span {
  padding: 22px 28px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  font-weight: 950;
  text-transform: uppercase;
  white-space: nowrap;
}

@keyframes rk-marquee {
  to { transform: translateX(-50%); }
}

.rk-section-head {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.42fr);
  gap: 54px;
  align-items: end;
  margin-bottom: 44px;
}

.rk-section h2 {
  margin: 0;
  font-size: clamp(42px, 5.4vw, 78px);
  line-height: 0.96;
  font-weight: 950;
  text-transform: uppercase;
}

.rk-section-head p {
  margin: 0;
  color: var(--rk-muted);
  font-size: 18px;
}

.rk-services {
  background: var(--rk-paper);
  color: var(--rk-black);
}

.rk-services .rk-section-head p {
  color: var(--rk-muted-dark);
}

.rk-service-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  border: 1px solid var(--rk-line-dark);
  background: var(--rk-line-dark);
}

.rk-service {
  min-height: 280px;
  padding: 26px;
  background: var(--rk-white);
  transition: transform 180ms ease, background 180ms ease, color 180ms ease;
}

.rk-service:hover {
  background: var(--rk-black);
  color: var(--rk-white);
  transform: translateY(-4px);
}

.rk-service small {
  color: var(--rk-coral);
  font-size: 12px;
  font-weight: 950;
}

.rk-service h3 {
  margin: 42px 0 14px;
  font-size: 24px;
  line-height: 1.05;
  text-transform: uppercase;
}

.rk-service p {
  margin: 0;
  color: var(--rk-muted-dark);
  font-size: 15px;
}

.rk-service:hover p {
  color: rgba(255, 255, 255, 0.74);
}

.rk-home-resources {
  background: var(--rk-paper);
  color: var(--rk-black);
}

.rk-home-resources .rk-section-head p {
  color: var(--rk-muted-dark);
}

.rk-home-product-grid,
.rk-product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.rk-home-product-grid--four {
  grid-template-columns: repeat(4, 1fr);
}

.rk-product-card {
  min-height: 360px;
  display: flex;
  flex-direction: column;
  padding: 26px;
  border: 1px solid var(--rk-line);
  background: rgba(255, 255, 255, 0.055);
  color: var(--rk-white);
}

.rk-home-resources .rk-product-card {
  border-color: var(--rk-line-dark);
  background: var(--rk-white);
  color: var(--rk-black);
}

.rk-card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 24px;
}

.rk-card-meta span {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  padding: 0 10px;
  border: 1px solid rgba(200, 255, 61, 0.38);
  color: var(--rk-lime);
  font-size: 11px;
  font-weight: 950;
  text-transform: uppercase;
}

.rk-home-resources .rk-card-meta span {
  border-color: rgba(7, 8, 11, 0.12);
  color: var(--rk-coral);
}

.rk-product-card h2,
.rk-product-card h3 {
  margin: 0;
  font-size: clamp(24px, 2.4vw, 32px);
  line-height: 1.02;
  text-transform: uppercase;
}

.rk-product-card p {
  margin: 18px 0 0;
  color: var(--rk-muted);
  font-size: 15px;
}

.rk-home-resources .rk-product-card p {
  color: var(--rk-muted-dark);
}

.rk-card-price {
  display: grid;
  gap: 6px;
  margin-top: auto;
  padding-top: 28px;
}

.rk-card-price strong {
  font-size: 36px;
  line-height: 1;
  font-weight: 950;
}

.rk-card-price span {
  color: var(--rk-muted);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.rk-home-resources .rk-card-price span {
  color: var(--rk-muted-dark);
}

.rk-card-link {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 22px;
  border: 1px solid var(--rk-lime);
  background: var(--rk-lime);
  color: var(--rk-black);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
  transition: transform 180ms ease;
}

.rk-card-link:hover,
.rk-card-link:focus-visible {
  transform: translateY(-2px);
}

.rk-home-resources .rk-button:not(.rk-button--lime) {
  border-color: rgba(7, 8, 11, 0.16);
  background: rgba(7, 8, 11, 0.06);
  color: var(--rk-black);
}

.rk-method {
  background:
    linear-gradient(180deg, rgba(200, 255, 61, 0.08), transparent 34%),
    var(--rk-black);
}

.rk-method-grid {
  display: grid;
  grid-template-columns: 0.72fr 1fr;
  gap: 56px;
  align-items: start;
}

.rk-method-copy {
  position: sticky;
  top: 120px;
}

.rk-method-copy p {
  max-width: 520px;
  margin: 22px 0 0;
  color: var(--rk-muted);
  font-size: 18px;
}

.rk-step-list {
  display: grid;
  gap: 14px;
}

.rk-step {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 22px;
  padding: 28px;
  border: 1px solid var(--rk-line);
  background: rgba(255, 255, 255, 0.055);
}

.rk-step strong {
  color: var(--rk-lime);
  font-size: 28px;
  line-height: 1;
}

.rk-step h3 {
  margin: 0 0 10px;
  font-size: 26px;
  line-height: 1.05;
  text-transform: uppercase;
}

.rk-step p {
  margin: 0;
  color: var(--rk-muted);
}

.rk-work {
  background: #11141b;
}

.rk-work-grid {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 18px;
}

.rk-case {
  min-height: 410px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 28px;
  border: 1px solid var(--rk-line);
  background: rgba(255, 255, 255, 0.055);
  overflow: hidden;
}

.rk-case--image {
  min-height: 520px;
  background:
    linear-gradient(180deg, rgba(7, 8, 11, 0.1), rgba(7, 8, 11, 0.82)),
    var(--rk-black);
  padding: 0;
}

.rk-case-image {
  position: relative;
  min-height: 100%;
}

.rk-case-image img {
  width: 100%;
  height: 520px;
  object-fit: cover;
  opacity: 0.78;
}

.rk-case-overlay {
  position: absolute;
  inset: auto 28px 28px;
}

.rk-case small {
  color: var(--rk-lime);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.rk-case h3 {
  margin: 18px 0 0;
  max-width: 560px;
  font-size: clamp(30px, 4vw, 54px);
  line-height: 0.98;
  text-transform: uppercase;
}

.rk-case p {
  max-width: 520px;
  margin: 18px 0 0;
  color: var(--rk-muted);
}

.rk-case-list {
  display: grid;
  gap: 18px;
}

.rk-result-row {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 18px;
  padding-top: 26px;
  border-top: 1px solid var(--rk-line);
}

.rk-result-row strong {
  color: var(--rk-cyan);
  font-size: 30px;
}

.rk-testimonials {
  background: var(--rk-paper);
  color: var(--rk-black);
}

.rk-quote-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.rk-quote {
  min-height: 330px;
  padding: 28px;
  border: 1px solid var(--rk-line-dark);
  background: var(--rk-white);
}

.rk-quote p {
  margin: 0;
  font-size: 20px;
  line-height: 1.35;
}

.rk-quote footer {
  margin-top: 34px;
  color: var(--rk-muted-dark);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.rk-pricing {
  background: var(--rk-black);
}

.rk-pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.rk-plan {
  padding: 30px;
  border: 1px solid var(--rk-line);
  background: rgba(255, 255, 255, 0.055);
}

.rk-plan--featured {
  background: var(--rk-lime);
  color: var(--rk-black);
}

.rk-plan h3 {
  margin: 0;
  font-size: 26px;
  text-transform: uppercase;
}

.rk-plan-price {
  margin: 28px 0 8px;
  font-size: 44px;
  font-weight: 950;
}

.rk-plan p {
  margin: 0;
  color: var(--rk-muted);
}

.rk-plan--featured p {
  color: rgba(7, 8, 11, 0.68);
}

.rk-plan ul {
  display: grid;
  gap: 12px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.rk-plan li {
  display: flex;
  gap: 10px;
  color: rgba(255, 255, 255, 0.76);
}

.rk-plan--featured li {
  color: rgba(7, 8, 11, 0.82);
}

.rk-plan li::before {
  content: "";
  flex: 0 0 auto;
  width: 8px;
  height: 8px;
  margin-top: 8px;
  background: var(--rk-coral);
}

.rk-paid-services-home {
  background:
    linear-gradient(180deg, rgba(101, 216, 255, 0.08), transparent 36%),
    #11141b;
}

.rk-flow-page {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px) 0 0 / 72px 72px,
    linear-gradient(180deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px) 0 0 / 72px 72px,
    var(--rk-black);
}

.rk-flow-hero {
  padding: 92px 0 76px;
  background:
    radial-gradient(circle at 82% 18%, rgba(200, 255, 61, 0.15), transparent 30%),
    radial-gradient(circle at 8% 10%, rgba(255, 101, 79, 0.12), transparent 30%);
}

.rk-flow-hero p {
  margin: 0 0 18px;
  color: var(--rk-lime);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.rk-flow-hero h1 {
  max-width: 1080px;
  margin: 0;
  font-size: clamp(50px, 7.4vw, 108px);
  line-height: 0.9;
  font-weight: 950;
  text-transform: uppercase;
  overflow-wrap: break-word;
}

.rk-flow-copy {
  max-width: 760px;
  margin-top: 24px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 19px;
}

.rk-catalog-section,
.rk-detail-section,
.rk-checkout-section {
  background: #11141b;
}

.rk-commerce-strip {
  display: grid;
  grid-template-columns: minmax(260px, 0.56fr) 1fr;
  gap: 28px;
  align-items: center;
  margin-bottom: 48px;
  padding: 28px;
  border: 1px solid var(--rk-line);
  background: rgba(255, 255, 255, 0.055);
}

.rk-commerce-strip small,
.rk-order-panel small {
  display: block;
  color: var(--rk-lime);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.rk-commerce-strip strong {
  display: block;
  margin-top: 8px;
  font-size: clamp(28px, 3.4vw, 44px);
  line-height: 1;
  text-transform: uppercase;
}

.rk-commerce-strip p {
  margin: 0;
  color: var(--rk-muted);
  font-size: 17px;
}

.rk-catalog-group {
  margin-top: 42px;
}

.rk-catalog-group-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
}

.rk-catalog-group-head p {
  margin: 0;
  color: var(--rk-white);
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1;
  font-weight: 950;
  text-transform: uppercase;
}

.rk-catalog-group-head span {
  color: var(--rk-muted);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.rk-detail-grid,
.rk-checkout-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.42fr);
  gap: 22px;
  align-items: start;
}

.rk-detail-main,
.rk-checkout-card,
.rk-empty-state {
  padding: clamp(28px, 4vw, 44px);
  border: 1px solid var(--rk-line);
  background: rgba(255, 255, 255, 0.055);
}

.rk-detail-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 34px;
}

.rk-detail-meta span {
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
  border: 1px solid rgba(101, 216, 255, 0.34);
  color: var(--rk-cyan);
  font-size: 11px;
  font-weight: 950;
  text-transform: uppercase;
}

.rk-detail-main h2,
.rk-policy-note h2,
.rk-checkout-card h2,
.rk-empty-state h2 {
  margin: 0;
  font-size: clamp(28px, 3.5vw, 52px);
  line-height: 1;
  text-transform: uppercase;
}

.rk-detail-main h2:not(:first-of-type),
.rk-policy-note {
  margin-top: 42px;
}

.rk-check-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.rk-check-list li {
  min-height: 58px;
  display: flex;
  align-items: center;
  padding: 14px 16px;
  border: 1px solid var(--rk-line);
  background: rgba(255, 255, 255, 0.045);
  color: rgba(255, 255, 255, 0.76);
  font-weight: 850;
}

.rk-policy-note {
  padding-top: 34px;
  border-top: 1px solid var(--rk-line);
}

.rk-policy-note p,
.rk-checkout-card p,
.rk-empty-state p {
  margin: 18px 0 0;
  color: var(--rk-muted);
  font-size: 17px;
  line-height: 1.6;
}

.rk-order-panel {
  position: sticky;
  top: 108px;
  display: grid;
  gap: 18px;
  padding: 28px;
  border: 1px solid var(--rk-line);
  background:
    linear-gradient(180deg, rgba(200, 255, 61, 0.12), transparent 32%),
    rgba(255, 255, 255, 0.065);
}

.rk-order-panel h2 {
  margin: 0;
  font-size: clamp(36px, 4.2vw, 58px);
  line-height: 1;
  text-transform: uppercase;
}

.rk-order-panel dl {
  display: grid;
  gap: 1px;
  margin: 0;
  border: 1px solid var(--rk-line);
  background: var(--rk-line);
}

.rk-order-panel dl div {
  display: grid;
  gap: 6px;
  padding: 14px;
  background: #11141b;
}

.rk-order-panel dt {
  color: var(--rk-muted);
  font-size: 11px;
  font-weight: 950;
  text-transform: uppercase;
}

.rk-order-panel dd {
  margin: 0;
  color: var(--rk-white);
  font-size: 15px;
  font-weight: 850;
}

.rk-legal-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  padding-top: 10px;
}

.rk-legal-links a {
  color: var(--rk-cyan);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.rk-intake-form {
  display: grid;
  gap: 14px;
}

.rk-intake-form label {
  display: grid;
  gap: 7px;
  color: var(--rk-muted);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.rk-intake-form input,
.rk-intake-form textarea {
  width: 100%;
  border: 1px solid var(--rk-line);
  background: rgba(7, 8, 11, 0.62);
  color: var(--rk-white);
  padding: 13px 14px;
  resize: vertical;
}

.rk-checkout-total {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  margin-top: 34px;
  padding-top: 28px;
  border-top: 1px solid var(--rk-line);
}

.rk-checkout-total span {
  color: var(--rk-muted);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.rk-checkout-total strong {
  font-size: clamp(44px, 6vw, 80px);
  line-height: 0.9;
}

.rk-checkout-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin-top: 34px;
  border: 1px solid var(--rk-line);
  background: var(--rk-line);
}

.rk-checkout-steps div {
  padding: 18px;
  background: #11141b;
}

.rk-checkout-steps strong {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  background: var(--rk-lime);
  color: var(--rk-black);
  font-size: 14px;
}

.rk-checkout-steps span {
  display: block;
  margin-top: 14px;
  color: var(--rk-muted);
  font-size: 13px;
  font-weight: 850;
}

.rk-insights {
  background: #11141b;
}

.rk-insight-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 18px;
}

.rk-insight {
  min-height: 250px;
  padding: 26px;
  border: 1px solid var(--rk-line);
  background: rgba(255, 255, 255, 0.055);
}

.rk-insight time {
  color: var(--rk-cyan);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.rk-insight h3 {
  margin: 38px 0 0;
  font-size: 25px;
  line-height: 1.08;
  text-transform: uppercase;
}

.rk-final {
  min-height: 560px;
  display: grid;
  place-items: center;
  padding: 110px 0;
  background:
    linear-gradient(90deg, rgba(200, 255, 61, 0.14), transparent 34%),
    linear-gradient(270deg, rgba(255, 101, 79, 0.12), transparent 34%),
    var(--rk-paper);
  color: var(--rk-black);
  text-align: center;
}

.rk-final h2 {
  max-width: 930px;
  margin: 0 auto;
  font-size: clamp(48px, 6.6vw, 96px);
  line-height: 0.92;
  font-weight: 950;
  text-transform: uppercase;
}

.rk-final p {
  max-width: 700px;
  margin: 24px auto 0;
  color: var(--rk-muted-dark);
  font-size: 19px;
}

.rk-final-actions {
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}

.rk-final-actions .rk-button {
  min-width: 196px;
}

.rk-final-actions .rk-button:not(.rk-button--dark) {
  border-color: rgba(7, 8, 11, 0.16);
  background: rgba(7, 8, 11, 0.06);
  color: var(--rk-black);
}

.rk-final-actions .rk-button:not(.rk-button--dark):hover,
.rk-final-actions .rk-button:not(.rk-button--dark):focus-visible {
  border-color: rgba(7, 8, 11, 0.32);
  background: rgba(7, 8, 11, 0.1);
}

.rk-contact-panel {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin-top: 44px;
  border: 1px solid var(--rk-line-dark);
  background: var(--rk-line-dark);
  text-align: left;
}

.rk-contact-item {
  padding: 22px;
  background: var(--rk-white);
}

.rk-contact-item small {
  display: block;
  color: var(--rk-muted-dark);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.rk-contact-item strong {
  display: block;
  margin-top: 8px;
  font-size: 18px;
}

.rk-footer {
  display: grid;
  grid-template-columns: minmax(260px, 1.1fr) minmax(220px, 0.7fr) minmax(220px, 0.7fr);
  gap: clamp(36px, 8vw, 118px);
  padding: 72px clamp(24px, 6vw, 86px);
  border-top: 1px solid var(--rk-line-dark);
  background: #f1f3f8;
  color: var(--rk-black);
}

.rk-footer-brand {
  display: grid;
  align-content: start;
  gap: 18px;
  max-width: 420px;
}

.rk-logo--footer {
  color: var(--rk-black);
}

.rk-footer p {
  margin: 0;
  color: var(--rk-muted-dark);
  font-size: 15px;
}

.rk-footer-column {
  display: grid;
  align-content: start;
  gap: 22px;
}

.rk-footer-column h2 {
  margin: 0 0 16px;
  color: var(--rk-black);
  font-size: clamp(34px, 3.4vw, 48px);
  line-height: 1;
  font-weight: 950;
}

.rk-footer-column a {
  color: rgba(7, 8, 11, 0.55);
  font-size: clamp(23px, 2.2vw, 32px);
  line-height: 1.1;
  font-weight: 850;
  transition: color 180ms ease, transform 180ms ease;
}

.rk-footer-column a:hover,
.rk-footer-column a:focus-visible {
  color: var(--rk-blue);
  transform: translateX(4px);
}

.rk-content-page {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px) 0 0 / 72px 72px,
    linear-gradient(180deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px) 0 0 / 72px 72px,
    var(--rk-black);
}

.rk-content-shell {
  color: var(--rk-white);
}

.rk-content-hero {
  padding: 92px 0 80px;
}

.rk-content-hero p {
  margin: 0 0 18px;
  color: var(--rk-lime);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.rk-content-hero h1 {
  max-width: 980px;
  margin: 0;
  font-size: clamp(56px, 8vw, 112px);
  line-height: 0.9;
  font-weight: 950;
  text-transform: uppercase;
}

.rk-content-body {
  display: grid;
  gap: 1px;
  margin-bottom: 110px;
  border: 1px solid var(--rk-line-dark);
  background: var(--rk-line-dark);
  color: var(--rk-black);
}

.rk-content-body > * {
  margin: 0;
  padding: clamp(24px, 4vw, 42px);
  background: var(--rk-paper);
}

.rk-content-body h2 {
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1;
  text-transform: uppercase;
}

.rk-content-body p,
.rk-content-body li {
  color: #4f5864;
  font-size: 17px;
}

.rk-content-body p {
  line-height: 1.68;
}

.rk-content-body a {
  color: var(--rk-blue);
  font-weight: 850;
}

.rk-content-body ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  list-style: none;
}

.rk-content-body li {
  padding: 14px 16px;
  border: 1px solid var(--rk-line-dark);
  background: var(--rk-white);
  font-weight: 800;
}

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 700ms ease, transform 700ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.rk-hero .reveal {
  opacity: 1;
  transform: none;
  animation: rk-hero-enter 720ms ease both;
}

.rk-hero .rk-cockpit.reveal {
  animation-delay: 120ms;
}

@media (max-width: 1080px) {
  .rk-hero-layout,
  .rk-method-grid,
  .rk-work-grid,
  .rk-section-head {
    grid-template-columns: 1fr;
  }

  .rk-cockpit {
    min-height: 540px;
  }

  .rk-service-grid,
  .rk-pricing-grid,
  .rk-home-product-grid,
  .rk-home-product-grid--four,
  .rk-product-grid,
  .rk-checkout-steps {
    grid-template-columns: repeat(2, 1fr);
  }

  .rk-detail-grid,
  .rk-checkout-grid,
  .rk-commerce-strip {
    grid-template-columns: 1fr;
  }

  .rk-order-panel {
    position: static;
  }

  .rk-quote-grid,
  .rk-insight-grid {
    grid-template-columns: 1fr;
  }

  .rk-method-copy {
    position: static;
  }
}

@media (max-width: 720px) {
  body.admin-bar .rk-header {
    top: 46px;
  }

  .rk-wrap {
    width: min(100% - 32px, 1180px);
  }

  .rk-announce {
    flex-wrap: wrap;
    gap: 6px;
    padding: 8px 12px;
    font-size: 11px;
    text-align: center;
  }

  .rk-header {
    min-height: 68px;
    padding: 0 16px;
  }

  .rk-logo {
    font-size: 18px;
  }

  .rk-logo-mark {
    width: 34px;
    height: 34px;
  }

  .rk-nav a:not(.rk-nav-cta) {
    display: none;
  }

  .rk-nav .rk-nav-cta {
    min-height: 38px;
    padding: 0 13px;
  }

  .rk-section {
    padding: 76px 0;
  }

  .rk-hero {
    min-height: auto;
    padding: 64px 0;
  }

  .rk-hero h1 {
    font-size: clamp(44px, 16vw, 68px);
  }

  .rk-hero-copy {
    font-size: 17px;
  }

  .rk-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .rk-final-actions .rk-button {
    min-width: 0;
  }

  .rk-hero-proof,
  .rk-cockpit-grid,
  .rk-service-grid,
  .rk-pricing-grid,
  .rk-home-product-grid,
  .rk-home-product-grid--four,
  .rk-product-grid,
  .rk-check-list,
  .rk-checkout-steps,
  .rk-contact-panel {
    grid-template-columns: 1fr;
  }

  .rk-flow-hero {
    padding: 64px 0;
  }

  .rk-flow-page .rk-wrap {
    width: min(calc(100% - 32px), 358px);
  }

  .rk-flow-hero h1 {
    width: min(100%, 11ch);
    font-size: clamp(30px, 9.6vw, 38px);
    line-height: 0.98;
    overflow-wrap: anywhere;
  }

  .rk-flow-copy {
    font-size: 17px;
  }

  .rk-commerce-strip strong {
    max-width: 13ch;
    font-size: 26px;
    overflow-wrap: anywhere;
  }

  .rk-commerce-strip p {
    font-size: 15px;
    overflow-wrap: anywhere;
  }

  .rk-product-card {
    min-height: 320px;
  }

  .rk-catalog-group-head,
  .rk-checkout-total {
    align-items: start;
    flex-direction: column;
  }

  .rk-content-hero {
    padding: 64px 0;
  }

  .rk-content-hero h1 {
    font-size: clamp(44px, 16vw, 70px);
  }

  .rk-content-body {
    margin-bottom: 70px;
  }

  .rk-content-body ul {
    grid-template-columns: 1fr;
  }

  .rk-cockpit {
    min-height: auto;
  }

  .rk-step {
    grid-template-columns: 1fr;
  }

  .rk-result-row {
    grid-template-columns: 1fr;
  }

  .rk-case-image img {
    height: 420px;
  }

  .rk-footer {
    grid-template-columns: 1fr;
    gap: 34px;
    padding: 44px 16px;
  }

  .rk-footer-column {
    gap: 16px;
  }

  .rk-footer-column h2 {
    margin-bottom: 4px;
    font-size: 34px;
  }

  .rk-footer-column a {
    font-size: 24px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}
