/*
Theme Name: tkok Longform
Theme URI: https://tkok.buzz/
Author: tkok Bangladesh Editorial
Description: Bengali-first longform brand-entry theme for tkok Bangladesh.
Version: 1.0.0
Requires at least: 6.0
Text Domain: tkok-longform
*/

:root {
  --ink: #10201b;
  --panel: #17342c;
  --muted: #52635d;
  --line: #d9e3dc;
  --paper: #f8f4ea;
  --white: #ffffff;
  --teal: #008c72;
  --teal-dark: #00624f;
  --gold: #f5b841;
  --coral: #df5a54;
  --blue: #386fa4;
  --shadow: 0 18px 45px rgba(16, 32, 27, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Noto Sans Bengali", "Hind Siliguri", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.72;
  letter-spacing: 0;
}

a {
  color: var(--teal-dark);
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
}

a:hover,
a:focus {
  color: var(--coral);
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(248, 244, 234, 0.96);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
}

.site-header__inner,
.site-footer__inner,
.tkok-container {
  width: min(1140px, calc(100% - 32px));
  margin: 0 auto;
}

.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 74px;
  gap: 18px;
}

.site-branding {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: max-content;
  text-decoration: none;
}

.site-branding img {
  width: auto;
  max-width: 132px;
  max-height: 42px;
}

.site-branding__mark {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background: var(--ink);
  color: var(--gold);
  font-weight: 800;
}

.site-branding__name {
  color: var(--ink);
  font-size: 22px;
  font-weight: 800;
  line-height: 1;
}

.primary-nav {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.primary-nav ul {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}

.primary-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 10px;
  border-radius: 8px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.primary-nav a:hover,
.primary-nav a:focus {
  background: rgba(0, 140, 114, 0.1);
  color: var(--teal-dark);
}

.header-cta,
.tkok-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 16px;
  border: 0;
  border-radius: 8px;
  background: var(--teal);
  color: var(--white);
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(0, 140, 114, 0.22);
}

.header-cta:hover,
.header-cta:focus,
.tkok-button:hover,
.tkok-button:focus {
  background: var(--teal-dark);
  color: var(--white);
}

.tkok-button--gold {
  background: var(--gold);
  color: var(--ink);
  box-shadow: 0 10px 24px rgba(245, 184, 65, 0.22);
}

.tkok-button--gold:hover,
.tkok-button--gold:focus {
  background: #e2a627;
  color: var(--ink);
}

.site-main {
  min-height: 68vh;
}

.tkok-page {
  padding: 38px 0 70px;
}

.tkok-hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, var(--ink), var(--panel));
  color: var(--white);
}

.tkok-hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(320px, 0.96fr);
  align-items: center;
  gap: 36px;
  min-height: 560px;
  padding: 48px 0;
}

.tkok-hero__content {
  position: relative;
  z-index: 2;
  max-width: 680px;
}

.tkok-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 14px;
  color: var(--gold);
  font-size: 14px;
  font-weight: 800;
}

.tkok-hero h1,
.entry-header h1 {
  margin: 0;
  font-size: 42px;
  line-height: 1.18;
  letter-spacing: 0;
}

.tkok-hero p {
  margin: 18px 0 0;
  max-width: 620px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 18px;
}

.tkok-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 24px;
}

.tkok-hero__media {
  position: relative;
  z-index: 1;
}

.tkok-hero__media img {
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.tkok-stat-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 22px;
}

.tkok-stat {
  min-height: 92px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
}

.tkok-stat strong {
  display: block;
  color: var(--gold);
  font-size: 20px;
  line-height: 1.3;
}

.tkok-section {
  padding: 54px 0;
}

.tkok-section--white {
  background: var(--white);
}

.tkok-section--ink {
  background: var(--ink);
  color: var(--white);
}

.tkok-section__head {
  max-width: 790px;
  margin-bottom: 24px;
}

.tkok-section h2 {
  margin: 0 0 12px;
  font-size: 30px;
  line-height: 1.28;
  letter-spacing: 0;
}

.tkok-section h3 {
  margin: 0 0 8px;
  font-size: 20px;
  line-height: 1.35;
  letter-spacing: 0;
}

.tkok-section p,
.entry-content p {
  margin: 0 0 16px;
}

.tkok-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.tkok-grid--two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.tkok-card,
.tkok-note,
.tkok-review,
.tkok-faq,
.tkok-policy-box {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  color: var(--ink);
  box-shadow: 0 8px 24px rgba(16, 32, 27, 0.06);
}

.tkok-card,
.tkok-note,
.tkok-review,
.tkok-policy-box {
  padding: 20px;
}

.tkok-card img,
.tkok-inline-image img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 14px;
}

.tkok-inline-image {
  margin: 22px 0;
}

.tkok-inline-image figcaption {
  margin-top: 8px;
  color: var(--muted);
  font-size: 14px;
}

.tkok-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.tkok-list li {
  position: relative;
  padding-left: 24px;
}

.tkok-list li::before {
  content: "";
  position: absolute;
  top: 0.74em;
  left: 0;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--teal);
}

.tkok-table-wrap {
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.tkok-table {
  width: 100%;
  min-width: 620px;
  border-collapse: collapse;
}

.tkok-table th,
.tkok-table td {
  padding: 14px 16px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}

.tkok-table th {
  background: #edf5f1;
  color: var(--ink);
  font-weight: 800;
}

.tkok-table tr:last-child td {
  border-bottom: 0;
}

.tkok-faq {
  margin-top: 12px;
  padding: 0;
  overflow: hidden;
}

.tkok-faq details {
  border-bottom: 1px solid var(--line);
}

.tkok-faq details:last-child {
  border-bottom: 0;
}

.tkok-faq summary {
  cursor: pointer;
  padding: 16px 18px;
  font-weight: 800;
}

.tkok-faq details > div {
  padding: 0 18px 16px;
  color: var(--muted);
}

.entry-header {
  background: var(--ink);
  color: var(--white);
  padding: 56px 0;
}

.entry-header p {
  max-width: 780px;
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 18px;
}

.entry-content {
  width: min(940px, calc(100% - 32px));
  margin: 0 auto;
  padding: 46px 0 70px;
}

.entry-content > *:first-child {
  margin-top: 0;
}

.entry-content h2 {
  margin: 34px 0 12px;
  font-size: 28px;
  line-height: 1.3;
}

.entry-content h3 {
  margin: 24px 0 10px;
  font-size: 21px;
  line-height: 1.35;
}

.site-footer {
  background: var(--ink);
  color: rgba(255, 255, 255, 0.82);
  padding: 42px 0 26px;
}

.footer-action-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 32px;
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.footer-grid h2 {
  margin: 0 0 12px;
  color: var(--white);
  font-size: 16px;
}

.footer-grid ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-grid a {
  color: rgba(255, 255, 255, 0.82);
  text-decoration: none;
}

.footer-grid a:hover,
.footer-grid a:focus {
  color: var(--gold);
}

.footer-bottom {
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  color: rgba(255, 255, 255, 0.68);
  font-size: 14px;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

@media (max-width: 900px) {
  .site-header__inner {
    align-items: flex-start;
    flex-direction: column;
    padding: 12px 0;
  }

  .primary-nav {
    justify-content: flex-start;
  }

  .tkok-hero__inner {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .tkok-grid,
  .tkok-grid--two,
  .footer-grid,
  .tkok-stat-row {
    grid-template-columns: 1fr;
  }

  .tkok-hero h1,
  .entry-header h1 {
    font-size: 34px;
  }
}

@media (max-width: 540px) {
  .site-header__inner,
  .site-footer__inner,
  .tkok-container,
  .entry-content {
    width: min(100% - 24px, 1140px);
  }

  .primary-nav ul {
    gap: 2px;
  }

  .primary-nav a {
    min-height: 34px;
    padding: 6px 8px;
    font-size: 13px;
  }

  .tkok-hero__inner {
    padding: 34px 0;
  }

  .tkok-hero h1,
  .entry-header h1 {
    font-size: 29px;
  }

  .tkok-section h2,
  .entry-content h2 {
    font-size: 25px;
  }
}

/* tkok brand-entry refresh */
:root {
  --tkok-bg: #07130d;
  --tkok-panel: #102018;
  --tkok-panel-soft: #16281f;
  --tkok-gold: #f3c552;
  --tkok-green: #22c55e;
  --tkok-text: #f8fafc;
  --tkok-muted: #cbd5e1;
  --tkok-border: rgba(255,255,255,.12);
}

body {
  background: var(--tkok-bg);
  color: var(--tkok-text);
  padding-bottom: 82px;
}

.site-header {
  background: rgba(7, 19, 13, .94);
  border-bottom: 1px solid var(--tkok-border);
}

.site-header__inner,
.site-footer__inner,
.tkok-container {
  width: min(1180px, calc(100% - 32px));
}

.site-branding__name,
.primary-nav a {
  color: var(--tkok-text);
}

.site-branding img {
  width: 42px;
  height: 42px;
  object-fit: cover;
  border-radius: 10px;
}

.nav-toggle {
  display: none;
}

.nav-toggle-label {
  display: none;
  min-height: 44px;
  padding: 10px 14px;
  border: 1px solid var(--tkok-border);
  border-radius: 8px;
  color: var(--tkok-text);
  font-weight: 800;
  cursor: pointer;
}

.primary-nav a:hover,
.primary-nav a:focus {
  background: rgba(34, 197, 94, .12);
  color: var(--tkok-gold);
}

.header-cta,
.tkok-button,
.brand-btn {
  min-height: 44px;
  background: var(--tkok-green);
  color: #041009;
  border-radius: 8px;
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 14px 32px rgba(34,197,94,.22);
}

.tkok-button--gold,
.brand-btn--gold {
  background: var(--tkok-gold);
  color: #140f02;
}

.brand-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 11px 18px;
}

.brand-page {
  background: var(--tkok-bg);
  color: var(--tkok-text);
}

.brand-hero {
  padding: 76px 0 72px;
  background:
    radial-gradient(circle at 16% 22%, rgba(34,197,94,.22), transparent 30%),
    radial-gradient(circle at 76% 10%, rgba(243,197,82,.2), transparent 28%),
    linear-gradient(135deg, #07130d 0%, #102018 72%);
}

.brand-hero__grid,
.brand-split {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(320px, .96fr);
  gap: 34px;
  align-items: center;
}

.brand-eyebrow {
  margin: 0 0 12px;
  color: var(--tkok-gold);
  font-weight: 900;
}

.brand-hero h1 {
  margin: 0;
  max-width: 760px;
  font-size: 46px;
  line-height: 1.14;
}

.brand-lead {
  max-width: 760px;
  margin: 18px 0 0;
  color: var(--tkok-muted);
  font-size: 18px;
}

.brand-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 24px;
}

.brand-age {
  margin-top: 16px;
  color: var(--tkok-muted);
  font-weight: 800;
}

.brand-image {
  overflow: hidden;
  border: 1px solid var(--tkok-border);
  border-radius: 10px;
  background: var(--tkok-panel);
  box-shadow: 0 26px 70px rgba(0,0,0,.28);
}

.brand-image img {
  width: 100%;
  aspect-ratio: 16/10;
  object-fit: cover;
}

.brand-section {
  padding: 72px 0;
  background: var(--tkok-bg);
}

.brand-section:nth-of-type(even) {
  background: #0a1710;
}

.brand-section h2,
.brand-section h3 {
  color: var(--tkok-text);
}

.brand-section h2 {
  margin: 0 0 16px;
  font-size: 32px;
  line-height: 1.26;
}

.brand-section p {
  color: var(--tkok-muted);
}

.brand-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.brand-grid--two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.brand-card,
.brand-step,
.brand-faq details,
.brand-note {
  border: 1px solid var(--tkok-border);
  border-radius: 8px;
  background: var(--tkok-panel);
  color: var(--tkok-text);
}

.brand-card,
.brand-step,
.brand-note {
  padding: 22px;
}

.brand-card p,
.brand-step p,
.brand-note p {
  margin-bottom: 14px;
}

.brand-card a,
.brand-note a,
.brand-section a {
  color: var(--tkok-gold);
}

.brand-mini-img {
  margin: 0 0 18px;
}

.brand-mini-img img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  border-radius: 8px;
}

.brand-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.brand-list li {
  padding: 14px 16px;
  border: 1px solid var(--tkok-border);
  border-radius: 8px;
  background: var(--tkok-panel-soft);
  color: var(--tkok-muted);
}

.brand-faq {
  display: grid;
  gap: 10px;
}

.brand-faq summary {
  cursor: pointer;
  padding: 16px 18px;
  color: var(--tkok-text);
  font-weight: 900;
}

.brand-faq details div {
  padding: 0 18px 16px;
  color: var(--tkok-muted);
}

.entry-header {
  background: linear-gradient(135deg, #07130d, #102018);
}

.entry-content {
  color: var(--tkok-text);
}

.entry-content p,
.entry-content li {
  color: var(--tkok-muted);
}

.site-footer {
  background: #050d09;
  padding-bottom: 96px;
}

.tkok-floating-actions {
  position: fixed;
  left: 50%;
  bottom: 14px;
  z-index: 999;
  display: flex;
  gap: 10px;
  justify-content: center;
  width: min(520px, calc(100% - 24px));
  padding: 10px;
  border: 1px solid var(--tkok-border);
  border-radius: 12px;
  background: rgba(7, 19, 13, .94);
  transform: translateX(-50%);
  box-shadow: 0 18px 50px rgba(0, 0, 0, .38);
  backdrop-filter: blur(12px);
}

.tkok-floating-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  min-height: 44px;
  padding: 10px 14px;
  border-radius: 8px;
  background: var(--tkok-gold);
  color: #120d02;
  font-weight: 900;
  text-decoration: none;
}

.tkok-floating-actions a + a {
  background: var(--tkok-green);
  color: #041009;
}

@media (max-width: 900px) {
  .site-header__inner {
    flex-direction: row;
    align-items: center;
  }

  .nav-toggle-label {
    display: inline-flex;
    align-items: center;
  }

  .primary-nav {
    display: none;
    width: 100%;
    padding: 10px 0 14px;
  }

  .nav-toggle:checked ~ .primary-nav {
    display: grid;
  }

  .primary-nav ul {
    display: grid;
    width: 100%;
  }

  .primary-nav a,
  .header-cta {
    width: 100%;
    justify-content: center;
    min-height: 44px;
  }

  .brand-hero__grid,
  .brand-split,
  .brand-grid,
  .brand-grid--two {
    grid-template-columns: 1fr;
  }

  .brand-hero {
    padding: 46px 0 44px;
  }

  .brand-section {
    padding: 44px 0;
  }

  .brand-hero h1 {
    font-size: 34px;
  }
}

/* Readability color correction after rollback */
:root {
  --ink: #13231c;
  --panel: #19362c;
  --muted: #42534b;
  --line: #d6e1d9;
  --paper: #f6f8f5;
  --white: #ffffff;
  --teal: #087a5b;
  --teal-dark: #075943;
  --gold: #c88716;
  --coral: #b94c42;
  --blue: #2d5f8b;
  --tkok-bg: #f6f8f5;
  --tkok-panel: #ffffff;
  --tkok-panel-soft: #eef5ef;
  --tkok-gold: #c88716;
  --tkok-green: #087a5b;
  --tkok-text: #13231c;
  --tkok-muted: #42534b;
  --tkok-border: #d6e1d9;
}

body {
  background: var(--paper);
  color: var(--ink);
  padding-bottom: 92px;
}

a {
  color: var(--teal-dark);
}

a:hover,
a:focus {
  color: var(--coral);
}

.site-header {
  background: rgba(255, 255, 255, .97);
  border-bottom: 1px solid var(--line);
  box-shadow: 0 8px 22px rgba(19, 35, 28, .07);
}

.site-branding__name,
.primary-nav a {
  color: var(--ink);
}

.primary-nav a:hover,
.primary-nav a:focus {
  background: #e7f3ed;
  color: var(--teal-dark);
}

.nav-toggle-label {
  border-color: var(--line);
  color: var(--ink);
  background: var(--white);
}

.header-cta,
.tkok-button,
.brand-btn {
  background: var(--teal);
  color: var(--white);
  box-shadow: 0 10px 24px rgba(8, 122, 91, .22);
}

.header-cta:hover,
.header-cta:focus,
.tkok-button:hover,
.tkok-button:focus,
.brand-btn:hover,
.brand-btn:focus {
  background: var(--teal-dark);
  color: var(--white);
}

.tkok-button--gold,
.brand-btn--gold {
  background: var(--gold);
  color: #1f1604;
}

.tkok-button--gold:hover,
.tkok-button--gold:focus,
.brand-btn--gold:hover,
.brand-btn--gold:focus {
  background: #aa7012;
  color: #ffffff;
}

.tkok-hero,
.entry-header {
  background: linear-gradient(135deg, #10231b 0%, #173c30 100%);
  color: var(--white);
}

.tkok-hero p,
.entry-header p {
  color: rgba(255, 255, 255, .9);
}

.tkok-kicker {
  color: #f4c45c;
}

.tkok-section,
.entry-content {
  background: var(--paper);
  color: var(--ink);
}

.tkok-section--white {
  background: var(--white);
  color: var(--ink);
}

.tkok-section--ink {
  background: #10231b;
  color: var(--white);
}

.tkok-section h2,
.tkok-section h3,
.entry-content h2,
.entry-content h3 {
  color: var(--ink);
}

.tkok-section p,
.tkok-section li,
.entry-content p,
.entry-content li {
  color: var(--muted);
}

.tkok-section--ink h2,
.tkok-section--ink h3 {
  color: var(--white);
}

.tkok-section--ink p,
.tkok-section--ink li {
  color: rgba(255, 255, 255, .86);
}

.tkok-brand-article {
  max-width: 930px;
}

.tkok-brand-article h2 {
  margin-bottom: 18px;
}

.tkok-brand-article h3 {
  margin-top: 28px;
  color: var(--teal-dark);
}

.tkok-brand-article p {
  max-width: 880px;
  font-size: 17px;
}

.tkok-card,
.tkok-note,
.tkok-review,
.tkok-faq,
.tkok-policy-box,
.brand-card,
.brand-step,
.brand-faq details,
.brand-note {
  border-color: var(--line);
  background: var(--white);
  color: var(--ink);
  box-shadow: 0 8px 24px rgba(19, 35, 28, .07);
}

.tkok-card p,
.tkok-note p,
.tkok-review p,
.tkok-policy-box p,
.brand-card p,
.brand-step p,
.brand-note p,
.brand-faq details div {
  color: var(--muted);
}

.tkok-faq summary,
.brand-faq summary {
  color: var(--ink);
}

.tkok-faq details > div {
  color: var(--muted);
}

.tkok-table-wrap,
.tkok-table,
.brand-mini-img,
.brand-image {
  background: var(--white);
  border-color: var(--line);
}

.tkok-table th {
  background: #e9f3ed;
  color: var(--ink);
}

.tkok-table td {
  color: var(--muted);
}

.tkok-inline-image figcaption {
  color: var(--muted);
}

.brand-page,
.brand-section {
  background: var(--paper);
  color: var(--ink);
}

.brand-section:nth-of-type(even) {
  background: var(--white);
}

.brand-section h2,
.brand-section h3 {
  color: var(--ink);
}

.brand-section p,
.brand-list li {
  color: var(--muted);
}

.brand-list li {
  background: var(--tkok-panel-soft);
  border-color: var(--line);
}

.site-footer {
  background: #10231b;
  color: rgba(255, 255, 255, .88);
  padding-bottom: 104px;
}

.footer-grid h2 {
  color: #ffffff;
}

.footer-grid,
.footer-grid li {
  color: rgba(255, 255, 255, .84);
}

.footer-grid a {
  color: rgba(255, 255, 255, .9);
}

.footer-grid a:hover,
.footer-grid a:focus {
  color: #f4c45c;
}

.footer-bottom {
  border-top-color: rgba(255, 255, 255, .18);
  color: rgba(255, 255, 255, .74);
}

.tkok-floating-actions {
  border-color: #d2ded6;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 18px 48px rgba(19, 35, 28, .24);
}

.tkok-floating-actions a {
  background: var(--teal);
  color: #ffffff;
}

.tkok-floating-actions a + a {
  background: var(--gold);
  color: #1f1604;
}

.tkok-review__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 14px;
}

.tkok-review__meta strong {
  color: var(--ink);
  font-size: 18px;
}

.tkok-review__meta span {
  color: #b9790f;
  font-size: 17px;
  letter-spacing: 0;
  white-space: nowrap;
}

.tkok-review__person {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 12px;
}

.tkok-review__avatar {
  display: inline-grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--teal), var(--gold));
  color: #ffffff;
  font-weight: 800;
  letter-spacing: 0;
  box-shadow: 0 10px 22px rgba(8, 122, 91, .18);
  overflow: hidden;
  flex: 0 0 48px;
}

.tkok-review__avatar img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tkok-review__person h3 {
  margin: 0;
  color: var(--ink);
  font-size: 18px;
}

.tkok-review__place {
  margin: 2px 0 0;
  color: var(--muted);
  font-size: 14px;
}

.tkok-review__stars {
  margin: 0 0 10px;
  color: #b9790f;
  font-size: 18px;
  letter-spacing: 0;
}

.tkok-brand-article__image {
  margin: 0 0 28px;
}

.tkok-payment-methods {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 18px;
}

.tkok-payment-methods .tkok-card {
  padding: 18px;
}

.tkok-payment-methods h3 {
  margin-bottom: 8px;
  font-size: 17px;
}

@media (max-width: 720px) {
  .tkok-payment-methods {
    grid-template-columns: 1fr;
  }
}
