/* Casinoslot homepage — scoped editorial layout */
:root {
  --cs-ink: #13233a;
  --cs-muted: #526276;
  --cs-paper: #ffffff;
  --cs-soft: #f5f7fa;
  --cs-rule: #d6dee8;
  --cs-accent: #087f86;
  --cs-accent-dark: #075e64;
  --cs-navy: #071b33;
  --cs-warm: #bfe643;
}

body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--cs-ink);
  font-size: 17px;
  line-height: 1.72;
  text-rendering: optimizeLegibility;
}

body.home,
body.page-id-11 {
  background: var(--cs-paper);
  font-size: clamp(17px, 0.2vw + 16.4px, 18px);
}

/* Compact, consistent site header. The site name remains available to WordPress
   for metadata while the visible header uses the logo. */
.mh-header > .mh-container-inner {
  width: min(100% - 2rem, 1200px);
  max-width: none;
  padding: 0.75rem 0;
}

.mh-header .mh-site-logo,
.mh-header .mh-header-columns {
  display: flex;
  align-items: center;
}

.mh-header .mh-site-logo {
  padding: 0;
}

.mh-header .custom-logo {
  display: block;
  width: 68px;
  height: 68px;
  object-fit: contain;
}

.mh-main-nav-wrap,
.mh-navigation,
.slicknav_menu {
  background: var(--cs-navy);
}

.mh-main-nav {
  width: min(100% - 2rem, 1200px);
  max-width: none;
  padding: 0;
}

.mh-main-nav li a {
  min-height: 48px;
  padding: 0 0.9rem;
  color: #fff;
  font-size: 0.78rem;
  letter-spacing: 0.035em;
}

.mh-main-nav li:hover > a,
.mh-main-nav .current-menu-item > a {
  background: #0b3553;
  color: #fff;
}

.slicknav_btn {
  display: flex;
  min-height: 48px;
  align-items: center;
  justify-content: flex-end;
}

.slicknav_menutxt {
  font-size: 0;
}

.slicknav_menutxt::after {
  font-size: 0.84rem;
  content: "Menü";
}

body.home .mh-container-outer,
body.page-id-11 .mh-container-outer,
body.home .mh-wrapper,
body.page-id-11 .mh-wrapper,
body.home .mh-main,
body.page-id-11 .mh-main,
body.home .mh-content,
body.page-id-11 .mh-content,
#page-11,
#page-11 .entry-content {
  width: 100%;
  max-width: none;
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

body.home #secondary,
body.page-id-11 #secondary,
body.home .widget-area,
body.page-id-11 .widget-area,
body.home .mh-sidebar,
body.page-id-11 .mh-sidebar,
#page-11 + .mh-comments-wrap {
  display: none !important;
}

body.home .site-header,
body.page-id-11 .site-header,
body.home .site-footer,
body.page-id-11 .site-footer {
  padding-top: clamp(0.75rem, 2vw, 1.35rem);
  padding-bottom: clamp(0.75rem, 2vw, 1.35rem);
}

body.home .main-navigation a,
body.page-id-11 .main-navigation a,
body.home .menu-toggle,
body.page-id-11 .menu-toggle {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  padding: 0.55rem 0.8rem;
  line-height: 1.25;
}

body.home .page-header,
body.page-id-11 .page-header,
#page-11 > .page-header {
  width: min(100% - 2rem, 1200px);
  margin: clamp(2rem, 5vw, 4.5rem) auto 0;
  padding: 0;
  border: 0;
}

body.home .entry-title,
body.page-id-11 .entry-title,
#page-11 .entry-title {
  max-width: 20ch;
  margin: 0;
  color: var(--cs-ink);
  font-size: clamp(2.6rem, 5.2vw, 4.2rem);
  font-weight: 760;
  letter-spacing: -0.055em;
  line-height: 1.02;
}

.cs-home,
#page-11 .cs-home {
  --cs-gutter: clamp(1rem, 4vw, 2.5rem);
  width: 100%;
  margin: 0;
  overflow: clip;
  color: var(--cs-ink);
  background: var(--cs-paper);
}

.cs-home *,
.cs-home *::before,
.cs-home *::after {
  box-sizing: border-box;
}

.cs-home :where(h2, h3, p, figure, dl, ol, ul) {
  margin-top: 0;
}

.cs-home :where(h2, h3) {
  color: var(--cs-ink);
  font-weight: 730;
  letter-spacing: -0.035em;
  text-wrap: balance;
}

.cs-home h2 {
  margin-bottom: 1.2rem;
  font-size: clamp(1.9rem, 3.4vw, 3rem);
  line-height: 1.06;
}

.cs-home h3 {
  margin-bottom: 0.75rem;
  font-size: clamp(1.25rem, 2vw, 1.55rem);
  line-height: 1.2;
}

.cs-home p,
.cs-home li,
.cs-home dd {
  color: var(--cs-muted);
}

.cs-home p {
  margin-bottom: 1.2em;
}

.cs-home a {
  color: var(--cs-accent);
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.16em;
  transition: color 150ms ease, background-color 150ms ease, border-color 150ms ease;
}

.cs-home a:hover,
.cs-home a:focus-visible {
  color: var(--cs-accent-dark);
}

.cs-home a:focus-visible,
.cs-home summary:focus-visible {
  outline: 3px solid var(--cs-warm);
  outline-offset: 4px;
}

.cs-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  gap: clamp(2rem, 6vw, 6.5rem);
  width: min(100% - (2 * var(--cs-gutter)), 1360px);
  margin: clamp(2rem, 4vw, 3.5rem) auto 0;
  align-items: center;
}

.cs-hero__copy {
  padding-bottom: 0;
}

.cs-eyebrow,
.cs-section__index {
  margin-bottom: 1rem;
  color: var(--cs-accent) !important;
  font-size: 0.78rem;
  font-weight: 760;
  letter-spacing: 0.13em;
  line-height: 1.3;
  text-transform: uppercase;
}

.cs-hero h2 {
  max-width: 16ch;
  font-size: clamp(2.05rem, 3.2vw, 2.8rem);
}

.cs-lead {
  max-width: 60ch;
  color: #33475f !important;
  font-size: clamp(1.08rem, 1.5vw, 1.3rem);
  line-height: 1.62;
}

.cs-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem 1.1rem;
  align-items: center;
  margin-top: 1.75rem;
}

.cs-text-link {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  font-weight: 690;
}

.cs-button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0.8rem 1.15rem;
  border: 2px solid var(--cs-accent);
  border-radius: 0.25rem;
  background: var(--cs-accent);
  color: #fff !important;
  font-weight: 730;
  line-height: 1.25;
  text-decoration: none;
}

.cs-button:hover,
.cs-button:focus-visible {
  border-color: var(--cs-accent-dark);
  background: var(--cs-accent-dark);
  color: #fff !important;
}

.cs-figure {
  margin-bottom: 0;
  overflow: hidden;
}

.cs-media__image {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
  background: var(--cs-soft);
}

.cs-figure--hero .cs-media__image {
  aspect-ratio: 3 / 2;
}

.cs-figure--security .cs-media__image {
  aspect-ratio: 4 / 3;
}

.cs-figure--mobile .cs-media__image {
  aspect-ratio: 4 / 5;
}

.cs-figure figcaption {
  padding-top: 0.7rem;
  color: var(--cs-muted);
  font-size: 0.82rem;
  line-height: 1.5;
}

.cs-facts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  width: min(100% - (2 * var(--cs-gutter)), 1200px);
  margin: clamp(3rem, 7vw, 6rem) auto 0;
  border-top: 1px solid var(--cs-rule);
  border-bottom: 1px solid var(--cs-rule);
}

.cs-facts > div {
  padding: 1.2rem clamp(1rem, 2.5vw, 2rem);
  border-left: 1px solid var(--cs-rule);
}

.cs-facts > div:first-child {
  border-left: 0;
  padding-left: 0;
}

.cs-facts > div:last-child {
  padding-right: 0;
}

.cs-facts dt {
  margin-bottom: 0.2rem;
  color: var(--cs-ink);
  font-size: 0.76rem;
  font-weight: 760;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.cs-facts dd {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.45;
}

.cs-anchor-rail {
  display: flex;
  gap: 0.45rem 1.2rem;
  width: min(100% - (2 * var(--cs-gutter)), 1200px);
  margin: 1rem auto 0;
  padding: 0.65rem 0;
  overflow-x: auto;
  scrollbar-width: thin;
  white-space: nowrap;
}

.cs-anchor-rail span,
.cs-anchor-rail a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  font-size: 0.88rem;
}

.cs-anchor-rail span {
  color: var(--cs-muted);
  font-weight: 700;
}

.cs-anchor-rail a {
  text-decoration: none;
  border-bottom: 1px solid transparent;
}

.cs-anchor-rail a:hover,
.cs-anchor-rail a:focus-visible {
  border-bottom-color: currentColor;
}

.cs-article {
  width: 100%;
}

.cs-section {
  width: min(100% - (2 * var(--cs-gutter)), 1200px);
  margin: 0 auto;
  padding-top: clamp(3.75rem, 7vw, 6rem);
  scroll-margin-top: 5rem;
}

.cs-section--measure {
  width: min(100% - (2 * var(--cs-gutter)), 70ch);
}

.cs-section--measure h2,
.cs-section__intro {
  max-width: 70ch;
}

.cs-steps {
  margin: 2rem 0;
  padding: 0;
  list-style: none;
  counter-reset: cs-step;
  border-top: 1px solid var(--cs-rule);
}

.cs-steps li {
  position: relative;
  padding: 1.15rem 0 1.15rem 3.2rem;
  border-bottom: 1px solid var(--cs-rule);
  counter-increment: cs-step;
}

.cs-steps li::before {
  position: absolute;
  top: 1.15rem;
  left: 0;
  color: var(--cs-accent);
  font-weight: 780;
  content: "0" counter(cs-step);
}

.cs-steps strong {
  color: var(--cs-ink);
}

.cs-media-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.9fr);
  gap: clamp(2.5rem, 7vw, 7rem);
  align-items: center;
}

.cs-media-section--reverse {
  grid-template-columns: minmax(320px, 0.8fr) minmax(0, 1fr);
}

.cs-media-section--reverse .cs-media-section__copy {
  grid-column: 2;
}

.cs-media-section--reverse .cs-figure {
  grid-row: 1;
  grid-column: 1;
}

.cs-media-section__copy {
  max-width: 70ch;
}

.cs-columns {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 2.5rem;
  border-top: 1px solid var(--cs-rule);
  border-bottom: 1px solid var(--cs-rule);
}

.cs-columns > div {
  padding: clamp(1.4rem, 3vw, 2.25rem);
  border-left: 1px solid var(--cs-rule);
}

.cs-columns > div:first-child {
  border-left: 0;
  padding-left: 0;
}

.cs-columns > div:last-child {
  padding-right: 0;
}

.cs-columns p:last-child {
  margin-bottom: 0;
}

.cs-link-list {
  margin: 2rem 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--cs-rule);
}

.cs-link-list li {
  display: grid;
  grid-template-columns: minmax(220px, 0.65fr) minmax(0, 1.35fr);
  gap: 1.5rem;
  padding: 1.15rem 0;
  border-bottom: 1px solid var(--cs-rule);
}

.cs-link-list a {
  color: var(--cs-ink);
  font-weight: 720;
}

.cs-link-list span {
  color: var(--cs-muted);
}

.cs-faq {
  max-width: calc(70ch + (2 * var(--cs-gutter)));
}

.cs-faq details {
  border-top: 1px solid var(--cs-rule);
}

.cs-faq details:last-child {
  border-bottom: 1px solid var(--cs-rule);
}

.cs-faq summary {
  display: flex;
  min-height: 58px;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 0;
  color: var(--cs-ink);
  font-weight: 720;
  line-height: 1.35;
  cursor: pointer;
  list-style: none;
}

.cs-faq summary::-webkit-details-marker {
  display: none;
}

.cs-faq summary::after {
  flex: 0 0 auto;
  color: var(--cs-accent);
  font-size: 1.35rem;
  font-weight: 500;
  content: "+";
}

.cs-faq details[open] summary::after {
  content: "−";
}

.cs-faq details p {
  max-width: 64ch;
  padding: 0 2.5rem 1.1rem 0;
}

.cs-disclosure {
  width: min(100% - (2 * var(--cs-gutter)), 70ch);
  margin: clamp(3.75rem, 7vw, 6rem) auto 0;
  padding: 1.5rem 0;
  border-top: 2px solid var(--cs-ink);
  border-bottom: 1px solid var(--cs-rule);
}

.cs-disclosure h2 {
  font-size: clamp(1.45rem, 2.4vw, 2rem);
}

.cs-disclosure p:last-child {
  margin-bottom: 0;
}

.cs-responsible {
  width: 100%;
  margin-top: clamp(3rem, 7vw, 6rem);
  padding: clamp(1.5rem, 4vw, 2.75rem) var(--cs-gutter);
  background: var(--cs-navy);
  color: #fff;
  text-align: center;
}

.cs-responsible strong {
  display: block;
  color: #fff;
  font-size: clamp(1.1rem, 2.4vw, 1.45rem);
}

.cs-responsible p {
  max-width: 70ch;
  margin: 0.55rem auto 0;
  color: #e2ebe6;
  font-size: 0.95rem;
}

/* Modest sitewide reading improvements outside the homepage. */
body.single .entry-content,
body.archive .entry-summary,
body.search .entry-summary {
  font-size: clamp(1rem, 0.2vw + 0.96rem, 1.1rem);
  line-height: 1.75;
}

body.single .entry-content > :where(p, ul, ol, blockquote),
body.archive .entry-summary > :where(p, ul, ol),
body.search .entry-summary > :where(p, ul, ol) {
  max-width: 70ch;
}

body.single :where(.entry-title, .entry-content h2, .entry-content h3),
body.archive :where(.page-title, .entry-title),
body.search :where(.page-title, .entry-title) {
  color: var(--cs-ink);
  line-height: 1.15;
  text-wrap: balance;
}

input::placeholder,
textarea::placeholder {
  color: #627168;
  opacity: 1;
}

body:not(.wp-admin) .widget_meta,
body:not(.wp-admin) .widget.widget_meta {
  display: none !important;
}

/* Sitewide footer cleanup. */
.mh-footer,
.mh-copyright-wrap {
  background: var(--cs-navy);
  color: #dce8f4;
}

.mh-footer-widgets {
  width: min(100% - 2rem, 1200px);
  padding-top: 2rem;
}

.mh-footer-widget,
.mh-footer-widget p,
.mh-copyright {
  color: #dce8f4;
  font-size: 0.9rem;
  line-height: 1.65;
}

.mh-footer-widget-title {
  color: #fff;
}

.mh-footer .wp-image-119 {
  width: 72px;
  height: 72px;
  object-fit: contain;
}

/* Archive placeholders remain intentional and compact until a real image exists. */
.mh-loop-thumb .mh-image-placeholder {
  aspect-ratio: 16 / 9;
  min-height: 0;
  background: var(--cs-soft);
  color: var(--cs-muted);
}

.entry-meta-author,
.entry-meta-comments,
.mh-comments-wrap {
  display: none !important;
}

.mh-breadcrumb .fa-angle-right::before {
  margin: 0 0.35rem;
  color: var(--cs-muted);
  font-family: inherit;
  font-style: normal;
  content: "›";
}

.mh-back-to-top .fa-chevron-up::before {
  font-family: inherit;
  font-style: normal;
  content: "↑";
}

.mh-posts-list-item {
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid var(--cs-rule);
}

.mh-posts-list-thumb .wp-post-image,
.mh-posts-list-thumb .mh-image-placeholder {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

@media (max-width: 900px) {
  .cs-hero,
  .cs-media-section,
  .cs-media-section--reverse {
    grid-template-columns: minmax(0, 1fr);
  }

  .cs-hero {
    align-items: start;
  }

  .cs-hero__copy {
    padding-bottom: 0;
  }

  .cs-hero h2 {
    max-width: 16ch;
  }

  .cs-media-section--reverse .cs-media-section__copy,
  .cs-media-section--reverse .cs-figure {
    grid-row: auto;
    grid-column: auto;
  }

  .cs-media-section--reverse .cs-media-section__copy {
    order: 1;
  }

  .cs-media-section--reverse .cs-figure {
    order: 2;
  }

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

  .cs-facts > div:nth-child(3) {
    border-left: 0;
  }

  .cs-facts > div:nth-child(n + 3) {
    border-top: 1px solid var(--cs-rule);
  }

  .cs-facts > div:nth-child(odd) {
    padding-left: 0;
  }

  .cs-columns {
    grid-template-columns: minmax(0, 1fr);
  }

  .cs-columns > div,
  .cs-columns > div:first-child,
  .cs-columns > div:last-child {
    padding: 1.4rem 0;
    border-left: 0;
    border-top: 1px solid var(--cs-rule);
  }

  .cs-columns > div:first-child {
    border-top: 0;
  }
}

@media (max-width: 600px) {
  body.home .page-header,
  body.page-id-11 .page-header,
  #page-11 > .page-header {
    width: min(100% - 2rem, 1200px);
  }

  body.home .entry-title,
  body.page-id-11 .entry-title,
  #page-11 .entry-title {
    font-size: clamp(2.6rem, 15vw, 4.25rem);
  }

  .cs-actions,
  .cs-actions > a {
    width: 100%;
  }

  .cs-text-link,
  .cs-button {
    justify-content: center;
    text-align: center;
  }

  .cs-facts {
    grid-template-columns: minmax(0, 1fr);
  }

  .cs-facts > div,
  .cs-facts > div:first-child,
  .cs-facts > div:last-child,
  .cs-facts > div:nth-child(odd) {
    padding: 1rem 0;
    border-top: 1px solid var(--cs-rule);
    border-left: 0;
  }

  .cs-facts > div:first-child {
    border-top: 0;
  }

  .cs-link-list li {
    grid-template-columns: minmax(0, 1fr);
    gap: 0.35rem;
  }

  .cs-anchor-rail {
    margin-top: 0.6rem;
  }

  .cs-figure figcaption {
    font-size: 0.78rem;
  }

  .mh-posts-list-thumb {
    float: none;
    width: 100%;
    margin: 0 0 1rem;
  }

  .mh-posts-list-excerpt {
    display: block !important;
    font-size: 0.94rem;
    line-height: 1.65;
  }
}

@media (prefers-reduced-motion: reduce) {
  .cs-home *,
  .cs-home *::before,
  .cs-home *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
