/*
Generat Settings
*/

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

 @font-face {
  font-family: myBrandFont;
  src: url('./fonts/gilroy-medium.ttf');
}

 html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
  }

  html, body {
    overflow-x:hidden;
    width:100%;
     font-family: myBrandFont !important;
  }
  
  /* Sections
     ========================================================================== */
  
  /**
   * Remove the margin in all browsers.
   */
  
  body {
    margin: 0;
  }
  
  /**
   * Render the `main` element consistently in IE.
   */
  
  main {
    display: block;
  }
  
 
  
  /* Grouping content
     ========================================================================== */
  
  /**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
  
  hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
  }
  
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  
  pre {
    font-size: 1em; /* 2 */
  }
  
  /* Text-level semantics
     ========================================================================== */
  
  /**
   * Remove the gray background on active links in IE 10.
   */
  
  a {
    background-color: transparent;
  }
  
  /**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
  
  abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    text-decoration: underline dotted; /* 2 */
  }
  
  /**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
  
  b,
  strong {
    font-weight: bolder;
  }
  
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  
  code,
  kbd,
  samp {
    font-size: 1em; /* 2 */
  }
  
  /**
   * Add the correct font size in all browsers.
   */
  
  small {
    font-size: 80%;
  }
  
  /**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
  
  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  
  sub {
    bottom: -0.25em;
  }
  
  sup {
    top: -0.5em;
  }
  
  /* Embedded content
     ========================================================================== */
  
  /**
   * Remove the border on images inside links in IE 10.
   */
  
  img {
    border-style: none;
  }
  
  /* Forms
     ========================================================================== */
  
  /**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
  
  button,
  input,
  optgroup,
  select,
  textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
  }
  
  /**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
  
  button,
  input { /* 1 */
    overflow: visible;
  }
  
  /**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
  
  button,
  select { /* 1 */
    text-transform: none;
  }
  
  /**
   * Correct the inability to style clickable types in iOS and Safari.
   */
  
  button,
  [type="button"],
  [type="reset"],
  [type="submit"] {
    -webkit-appearance: button;
  }
  
  /**
   * Remove the inner border and padding in Firefox.
   */
  
  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
  }
  
  /**
   * Restore the focus styles unset by the previous rule.
   */
  
  button:-moz-focusring,
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
  }
  
  /**
   * Correct the padding in Firefox.
   */
  
  fieldset {
    padding: 0.35em 0.75em 0.625em;
  }
  
  /**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
  
  legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
  }
  
  /**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
  
  progress {
    vertical-align: baseline;
  }
  
  /**
   * Remove the default vertical scrollbar in IE 10+.
   */
  
  textarea {
    overflow: auto;
  }
  
  /**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
  
  [type="checkbox"],
  [type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
  }
  
  /**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
  
  [type="number"]::-webkit-inner-spin-button,
  [type="number"]::-webkit-outer-spin-button {
    height: auto;
  }
  
  /**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
  
  [type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
  }
  
  /**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
  
  [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  
  /**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
  
  ::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
  }
  
  /* Interactive
     ========================================================================== */
  
  /*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
  
  details {
    display: block;
  }
  
  /*
   * Add the correct display in all browsers.
   */
  
  summary {
    display: list-item;
  }
  
  /* Misc
     ========================================================================== */
  
  /**
   * Add the correct display in IE 10+.
   */
  
  template {
    display: none;
  }
  
  /**
   * Add the correct display in IE 10.
   */
  
  [hidden] {
    display: none;
  }


  /* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float:right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.gallery-caption {
  position: relative;
}
.bypostauthor {
  position: relative;
}


.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute !important;
width: 1px;
word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
background-color: #eee;
clip: auto !important;
clip-path: none;
color: #444;
display: block;
font-size: 1em;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000;
/* Above WP toolbar. */
}

table{
  width: 100%;
}
.widgets_grid_box .widget_categories ul:before, .widgets_grid_box .widget_meta ul:before, .widgets_grid_box .widget_archive ul:before{
  clear: both;
  content: '';
  overflow: auto;
}

.widgets_grid_box  ul ul.children{
  padding: 0px 0px 0px 5px!important;
  border-radius: 0px;
  border: 0px!important;
  
}

.widgets_grid_box .widget_categories ul li ,
.widgets_grid_box .widget_archive ul li{
  text-align: right;
}

.widgets_grid_box .widget_categories ul li a ,
.widgets_grid_box .widget_archive ul li a{
  float: left;
}
.post-password-form label{
width: 100%;
}
input[type="password"]{
  width: 100%;
}
.wp-block-button{
  margin-bottom: 15px;
}
.has-background-dim ,
.has-background-dim p{
  color: #fff;
}

.col-lg-12.padding_zero{
  padding: 0px;
}
.sec_comments .col-lg-12{
  padding: 0px;
}

/* OWN STYLES */
.one-link {
  font-size: 15px;
  line-height: 65px;
  padding: 0;
  font-weight: 600;
  color: var(--menu-color);
}

.social-icon {
  width: 18px;
  height: 18px;
  object-fit: cover;
}

.bagis-btn {
  background-color: #fff;

  font-size: 12px;
  line-height: 1;
  color: #e10e19;
  font-weight: 600;
  padding: 8px 8px;
  max-width: 120px;
  border-radius: 6px;
  border: none;
  text-wrap: nowrap;
}

@media(max-width:1200px) {
  .bagis-btn {
    background-color: #e10e19;
    color: #fff;
  }
}

/* Faz F-Arayüz F1 — Auth user pill (dropdown) */
.user-pill {
  position: relative;
  display: inline-flex;
  align-items: center;
}
.user-pill-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background-color: #fff;
  color: #e10e19;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  padding: 3px 8px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  text-wrap: nowrap;
}
.user-pill-avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  background-color: #e10e19;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  border-radius: 4px;
  text-transform: uppercase;
}
.user-pill-name {
  max-width: 110px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.user-pill-caret {
  font-size: 10px;
  opacity: 0.7;
}
.user-pill-menu {
  position: absolute;
  top: calc(100% + 6px);
  right: 0;
  min-width: 160px;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  padding: 4px 0;
  z-index: 100;
  display: none;
}
.user-pill.is-open .user-pill-menu { display: block; }
.user-pill-menu a,
.user-pill-menu button {
  display: block;
  width: 100%;
  text-align: left;
  background: none;
  border: none;
  padding: 6px 14px;
  font-size: 13px;
  line-height: 1.2;
  font-family: inherit;
  color: #222;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
  box-sizing: border-box;
}
.user-pill-menu a:hover,
.user-pill-menu button:hover {
  background-color: #f7f7f7;
  color: #e10e19;
}
.user-pill-menu .divider {
  height: 1px;
  background-color: #eee;
  margin: 2px 0;
}
/* Theme override: theme-css.css:1701 `body button[type=submit]` sets
   min-height:60px, line-height:60px, min-width:160px, font-size:12px,
   padding:0 20px, border:1px, display:inline-block. We need higher
   specificity (.user-pill-menu + tag + attr = 0,2,1) to reset sizing
   while keeping theme's red bg / white color / uppercase. */
.user-pill-menu form {
  margin: 0;
  padding: 0;
  display: block;
}
.user-pill-menu button[type="submit"] {
  -webkit-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  min-width: 0;
  min-height: 0;
  height: auto;
  margin: 0;
  padding: 6px 14px;
  font-size: 13px;
  line-height: 1.2;
  border: 0;
  border-radius: 0;
  vertical-align: top;
}
@media(max-width:1200px) {
  .user-pill-btn {
    background-color: #e10e19;
    color: #fff;
  }
  .user-pill-avatar {
    background-color: #fff;
    color: #e10e19;
  }
}


.breadcrumb.m-auto {
  display: flex;
  align-items: center;
  justify-content: center;
}

.file-icon {
  width: 24px;
}

.clients-logo {
  width: 100% !important;
  height: 90px !important;
  object-fit: contain;
}

.fs-7 {
  font-size: 13px;
}

.news-date {
  position: absolute;
  z-index: 10;
  top: 10px;
  right: 10px;
  background-color: #e10e19;
  padding: 6px 8px;
  border-radius: 10px;
  color: white;
  font-size: 12px;
}

.line-1 {
  display: -webkit-box !important;
  -webkit-line-clamp: 1 !important;
  -webkit-box-orient: vertical !important;  
  overflow: hidden !important;
}

.project_post .image {
  position: relative;
}

.contact_box_content.style_one {
  display: flex;
  flex: 1;
  min-height: 0;
}

.contact_box_content.style_one .contact_box_inner {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}
.player-number {
  position: absolute;
  bottom: 10px;
  left: 10px;
  font-size: 40px;
  font-weight: 600;
  line-height: 1;
  opacity: .6;
  background: linear-gradient(180deg, rgba(225, 14, 25, 0.7) 0%, rgba(225, 14, 25, 0.15) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  z-index: 2;
  text-shadow: none;
}

.line-2 {
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;  
  overflow: hidden !important;
}

.line-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}

.service_content.icon_yes {
  min-height: 160px;
}
.audio-player-container {
    background: white;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(7, 133, 134, 0.1);
    padding: 30px;
    width: 100%;
}

.player-header {
    text-align: center;
}

.play-button {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #e10e19;
    border: none;
    color: white;
    font-size: 24px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    transition: all 0.3s ease;
    box-shadow: 0 8px 25px rgba(7, 133, 134, 0.3);
}

.play-button:hover {
    background: #e10e19;
    transform: translateY(-2px);
    box-shadow: 0 12px 35px rgba(7, 133, 134, 0.4);
}

.audio-title {
    color: #333;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px;
}

.audio-subtitle {
    color: #666;
    font-size: 14px;
}

.progress-container {
    margin-top: 25px;
}

.progress-bar {
    width: 100%;
    height: 6px;
    background: #e8e8e8;
    border-radius: 3px;
    position: relative;
    cursor: pointer;
    background-color: #e10e19;
    margin-bottom: 16px;
}

.video-cta-box {
                    display: flex;
                    align-items: center;
                    justify-content: space-between;
                    gap: 16px;
                    border: 2px solid #e10e19;
                    border-radius: 6px;
                    padding: 18px 24px;
                  }

                  .video-cta-box .cta-left {
                    flex: 1;
                  }

                  .video-cta-box .cta-title {
                    color: #e10e19;
                    font-weight: 700;
                    font-size: 0.95rem;
                    text-transform: uppercase;
                    letter-spacing: 0.05em;
                    margin-bottom: 6px;
                  }

                  .video-cta-box .cta-desc {
                    font-size: 0.88rem;
                    color: #555;
                    margin: 0;
                  }

                  .video-cta-box .cta-btn {
                    background: #e10e19;
                    color: #fff;
                    border: none;
                    border-radius: 4px;
                    padding: 12px 20px;
                    font-weight: 700;
                    font-size: 0.88rem;
                    white-space: nowrap;
                    cursor: pointer;
                    display: flex;
                    align-items: center;
                    gap: 8px;
                    text-decoration: none;
                  }

                  .video-cta-box .cta-btn:hover {
                    background: #b80c14;
                    color: #fff;
                  }

.top-title {
  font-weight: 600;
  font-size: 12px;
  margin-bottom:0;
  color: #e10e19;

}

.progress-fill {
    height: 100%;
    background: #e10e19;
    border-radius: 3px;
    width: 0%;
    transition: width 0.1s ease;
    position: relative;
}

.progress-fill::after {
    content: '';
    position: absolute;
    right: -8px;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background: #e10e19;
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(7, 133, 134, 0.3);
}

.time-display {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    color: #666;
    margin-top: 8px;
}

.controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin: 25px 0;
}

.control-btn {
    width: 40px;
    height: 40px;
    border: none;
    background: #f8f9fa;
    border-radius: 50%;
    color: #e10e19;
    font-size: 16px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.control-btn:hover {
    background: #e10e19;
    color: white;
    transform: translateY(-1px);
}

.speed-control {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 0px;
}

.speed-btn {
    padding: 8px 16px;
    border: 2px solid #e8e8e8;
    background: white;
    border-radius: 20px;
    color: #666;
    font-size: 12px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
}

.speed-btn.active {
    border-color: #e10e19;
    background: #e10e19;
    color: white;
}

.speed-btn:hover:not(.active) {
    border-color: #e10e19;
    color: #e10e19;
}

.speed-label {
    font-size: 12px;
    color: #666;
    font-weight: 500;
}

/* Responsive Design */
@media (max-width: 480px) {
    .audio-player-container {
        padding: 20px;
    }

    .controls {
        gap: 15px;
    }

    .control-btn {
        width: 35px;
        height: 35px;
        font-size: 14px;
    }

    .play-button {
        width: 55px;
        height: 55px;
        font-size: 20px;
    }

    .audio-title {
        font-size: 16px;
    }

    .speed-control {
        gap: 8px;
    }

    .speed-btn {
        padding: 6px 12px;
        font-size: 11px;
    }
}

/* Animations */
@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.05); }
    100% { transform: scale(1); }
}

.playing .play-button {
    animation: pulse 2s infinite;
}

.interview-primary {
  background-color: #e10e19;
  color: white;
}

.interview-secondary {
  background-color: #e10e1813;
  color: black;
}

.mic-icon {
  font-size: 1.5rem;
  margin-right: 10px;
}

.showcase_tabs_btns li a {
  width: 100% !important;
}

.card-container {
  width: 350px;
  height: 220px;
  margin: 135px auto 30px;
}

.credit-card {
  width: 100%;
  height: 100%;
  position: relative;
  transform-style: preserve-3d;
  transition: transform 0.6s;
  border-radius: 15px;
}

.credit-card.flipped {
  transform: rotateY(180deg);
}

.card-front, .card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  border-radius: 15px;
  background: linear-gradient(135deg, #e10e19, #e10e19);
  color: white;
  padding: 20px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.3);
}

.card-back {
  transform: rotateY(180deg);
}

.card-number {
  font-size: 20px;
  letter-spacing: 3px;
  margin: 40px 0 20px 0;
}

.card-info {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.security-message {
  padding: 12px;
  text-align: center;
  background-color: #e8e8e8;
  border-radius: 10px;
  margin-top: 12px;
  font-size: 12px;
}

.card-holder {
  font-size: 14px;
  text-transform: uppercase;
}

.card-expiry {
  font-size: 14px;
}

.magnetic-strip {
  background: #333;
  height: 40px;
  margin: 20px 0;
}

.cvv-area {
  background: white;
  color: black;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 10px;
  font-size: 16px;
}

.theme-btn.three {
  background: linear-gradient(135deg, #e10e19, #e10e19);
  border: none;
  color: white;
  padding: 12px 30px;
  border-radius: 10px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
  width: 100%;
}

.theme-btn.three.outline {
  background: #fff;
  border: 1px solid #e10e19 !important;
  color: #e10e19;
  transition: all 0.3s ease;

}

.theme-btn.three:hover {
  background: linear-gradient(135deg, #e10e19, #e10e19);
  box-shadow: 0 5px 15px rgba(7,133,134,0.4);
}

.form-control {
  margin-bottom: 15px;
  border: 2px solid #e9ecef;
  border-radius: 10px;
  padding: 6px 8px !important;
  font-size: 14px;
  transition: border-color 0.3s ease;
}

.form-control:focus {
  border-color: #e10e19;
  box-shadow: 0 0 0 0.2rem rgba(7,133,134,0.25);
}

.form-label {
  font-weight: bold;
  color: #495057;
  margin-bottom: 8px;
}

.card-logo {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 12px;
  opacity: 0.8;
}

.chip {
  width: 35px;
  height: 28px;
  background: linear-gradient(135deg, #ffd700, #ffed4e);
  border-radius: 4px;
  margin: 10px 0;
}

@media(max-width:768px) {
  .card-container {
    width: 100%;
    height: 220px;
    margin: 70px auto 30px;
  }
}

@media(max-width:576px) {
  .card-container {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .credit-card {
    scale:calc(0.8);
  }
}

@media(max-width:430px) {
  .card-container {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
}

.gx-0 {
  --bs-gutter-x: 0;
}

.gx-1 {
  --bs-gutter-x: 0.25rem;
}

.gx-2 {
  --bs-gutter-x: 0.5rem;
}

.gx-3 {
  --bs-gutter-x: 1rem;
}

.gx-4 {
  --bs-gutter-x: 1.5rem;
}

.gx-5 {
  --bs-gutter-x: 3rem;
}

input[type=checkbox]:checked:after, input[type=checkbox]:after {
  border-radius: 10px;
}

.player-number {
  width: 40px;
  height: 40px;
  background-color: #e10e19;
  padding: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  text-wrap: nowrap;
  color: white;
  border-radius: 10px;
}

.form-check-input:checked {
  background-color: transparent;
  border-color: transparent;
}

.text-brand {
  color: #e10e19 !important;
}

.testimonial_sec.style_v2_one .testimonial_box .image img {
  padding: 16px;
}

@media(max-width: 476px) {
  .h2, h2 {
    line-height: 24px !important;
  }

  .testimonial_sec.style_v2_one .testimonial_box .authour_details  {
    padding: 20px !important;
  }
}

.mini_cart_togglers.fixed_cart {
  background-color: #e10e19 !important;
  color: #fff !important;
}

.shop-site-icon {
  width: 32px;
  height: 32px;
  object-fit: cover;
  border-radius: 10px;
  margin-right: 10px;
}

.mini_cart_togglers {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

/* Tooltip container */
.mini_cart_togglers::after {
  content: "Mağazalar"; /* ✏️ Tooltip text */
  position: absolute;
  top: 50%;
  right: 120%; /* place it to the left */
  transform: translateY(-50%);
  background-color: #333;
  color: #fff;
  padding: 0px 10px;
  border-radius: 6px;
  white-space: nowrap;
  font-size: 13px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, right 0.2s ease;
  pointer-events: none;
}
 .client-box {
  filter: grayscale(100%);
  transition: filter 0.3s ease, transform 0.3s ease;
}

.client-box:hover {
  filter: grayscale(0%);
}

/* Tooltip arrow */
.mini_cart_togglers::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 110%;
  transform: translateY(-50%);
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent transparent #333;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease;
}

.contact-section {
  position: relative;
  background-size: cover;
  background-position: center;
  z-index: 1;
}

.contact-section.bg-overlay::before {
  content: "";
  position: absolute;
  inset: 0; /* top:0; right:0; bottom:0; left:0; kısayolu */
  background: rgba(0, 0, 0, 0.6); /* %20 siyah overlay */
  z-index: 0;
}

/* İçeriklerin overlay'in üstünde görünmesi için */
.contact-section > * {
  position: relative;
}

/* Show tooltip on hover */
.mini_cart_togglers:hover::after,
.mini_cart_togglers:hover::before {
  opacity: 1;
  visibility: visible;
  right: 130%;
}

.gavia-signatur {
  width: 24px;
  margin-bottom: 3px;
}

.flexslider .slides img, .flexslider {
  border-radius: 10px;
}

.footer-logo {
  width: 400px;
}

.service_post.style_one .service_content .icon_box  {
  display: flex;
  align-items: center;
  justify-content: center;
}

.preloader-wrap .preloader {
  width: 100% !important;
  transform: scale(.7);
}
 
/* ════════════ Fikstür ve Puan Durumu — Varyant A (Klasik & Sade) ════════════ */
.fix-frame {
  --cs-red: #e10e19;
  --cs-red-deep: #b5040f;
  --cs-red-soft: rgba(227, 6, 19, 0.06);
  --fix-ink: #0F1115;
  --fix-ink-2: #3A3F47;
  --fix-ink-3: #6B7280;
  --fix-line: #E6E8EC;
  --fix-line-2: #EFF1F4;
  --fix-bg-2: #FAFBFC;
  --fix-gold: #D4A017;
  --fix-green: #0E8A5F;
  --fix-rel: #9CA3AF;
  background: #fff;
  padding: 28px 24px;
  border: 1px solid var(--fix-line);
  border-radius: 10px;
  color: var(--fix-ink);
}

.fix-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 22px;
  border-bottom: 1px solid var(--fix-line);
  padding-bottom: 14px;
  gap: 16px;
  flex-wrap: wrap;
}
.fix-eyebrow {
  font-size: 11px;
  letter-spacing: 0.18em;
  color: var(--cs-red);
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 4px;
}
.fix-title {
  font-size: 24px;
  font-weight: 800;
  letter-spacing: -0.01em;
  color: var(--fix-ink);
  margin: 0;
  line-height: 1.15;
}
.fix-week {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 12px;
  color: var(--fix-ink-3);
  font-weight: 500;
}

.fix-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 24px;
  align-items: stretch;
}

/* ─── Maç Kartı ─── */
.vA-card {
  background: #fff;
  border: 1px solid var(--fix-line);
  border-radius: 10px;
  padding: 24px 26px 22px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  position: relative;
  overflow: hidden;
}
.vA-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: var(--cs-red);
}
.vA-cardhead {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  font-size: 11px;
  color: var(--fix-ink-3);
  letter-spacing: 0.06em;
  flex-wrap: wrap;
}
.vA-cardhead-left {
  display: flex;
  align-items: center;
  gap: 10px;
  text-transform: uppercase;
  font-weight: 600;
  flex-wrap: wrap;
}
.vA-cardhead-left .sep { opacity: 0.4; }
.vA-week { color: var(--fix-ink); font-weight: 700; }
.vA-status {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 9px;
  border-radius: 3px;
  font-weight: 600;
  font-size: 10px;
  letter-spacing: 0.08em;
}
.vA-status.played { background: #F1F3F5; color: var(--fix-ink-2); }
.vA-status.upcoming { background: #FEF7E6; color: #8A6300; }
.vA-status .dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: currentColor;
}

.vA-matchrow {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 14px;
  padding: 8px 0 4px;
  margin: auto 0;
}
.vA-team {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  min-width: 0;
}
.vA-team .vA-tname {
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  color: var(--fix-ink);
  line-height: 1.25;
  max-width: 140px;
}
.vA-tsub {
  font-size: 10px;
  color: var(--fix-ink-3);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.vA-team-logo,
.vA-card .vA-team img,
.vA-card .vA-team .team-logo-fallback {
  width: 64px !important;
  height: 64px !important;
  border-radius: 50%;
  border: 1px solid var(--fix-line);
  background: #fff;
  object-fit: contain;
  flex-shrink: 0;
}
.vA-score {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
  font-size: 48px;
  line-height: 1;
  color: var(--fix-ink);
  letter-spacing: -0.02em;
  font-variant-numeric: tabular-nums;
}
.vA-score .sep {
  color: var(--fix-line);
  font-weight: 500;
}
.vA-score .away { color: var(--fix-ink-3); }
.vA-score .vs {
  font-size: 22px;
  color: var(--fix-ink-3);
  font-weight: 700;
  letter-spacing: 0;
}

.vA-meta {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 18px;
  border-top: 1px dashed var(--fix-line);
  padding-top: 14px;
  font-size: 12px;
  color: var(--fix-ink-2);
  flex-wrap: wrap;
}
.vA-meta .item {
  display: flex;
  align-items: center;
  gap: 7px;
}
.vA-meta i,
.vA-meta svg {
  color: var(--fix-ink-3);
  font-size: 12px;
  flex-shrink: 0;
}

/* ─── Puan Tablosu ─── */
.vA-table {
  background: #fff;
  border: 1px solid var(--fix-line);
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.vA-thead {
  display: grid;
  grid-template-columns: 28px 1fr 28px 28px 28px 28px 36px 36px;
  padding: 11px 16px 11px 12px;
  background: var(--fix-bg-2);
  border-bottom: 1px solid var(--fix-line);
  font-size: 10px;
  font-weight: 700;
  color: var(--fix-ink-3);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.vA-thead > * { text-align: center; }
.vA-thead .name { text-align: left; padding-left: 34px; }

.vA-row {
  display: grid;
  grid-template-columns: 28px 1fr 28px 28px 28px 28px 36px 36px;
  padding: 10px 16px 10px 12px;
  align-items: center;
  font-size: 13px;
  color: var(--fix-ink);
  border-bottom: 1px solid var(--fix-line-2);
  position: relative;
  transition: background 0.12s;
}
.vA-row:hover { background: var(--fix-bg-2); }
.vA-row:last-of-type { border-bottom: none; }
.vA-row.us {
  background: var(--cs-red-soft);
  font-weight: 600;
}
.vA-row.us:hover { background: rgba(227, 6, 19, 0.1); }
.vA-row > * { text-align: center; }

.vA-rank {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-weight: 700;
  color: var(--fix-ink-2);
  font-size: 12px;
  position: relative;
}
.vA-rank::before {
  content: "";
  position: absolute;
  left: -12px;
  top: -10px;
  bottom: -10px;
  width: 3px;
  background: transparent;
}
.vA-row[data-zone="champ"] .vA-rank::before { background: var(--fix-gold); }
.vA-row[data-zone="po"] .vA-rank::before { background: var(--fix-green); }
.vA-row[data-zone="rel"] .vA-rank::before { background: var(--fix-rel); }

.vA-team-cell {
  display: flex;
  align-items: center;
  gap: 10px;
  text-align: left !important;
  min-width: 0;
}
.vA-mini,
.vA-team-cell img,
.vA-team-cell .team-logo-fallback {
  width: 22px !important;
  height: 22px !important;
  border-radius: 50%;
  background: #fff;
  border: 1px solid var(--fix-line);
  object-fit: contain;
  flex-shrink: 0;
}
.vA-row.us .vA-mini,
.vA-row.us .vA-team-cell img {
  border-color: var(--cs-red);
}
.vA-tcell-name {
  font-size: 13px;
  color: var(--fix-ink);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.vA-pts {
  font-weight: 800;
  color: var(--fix-ink);
}
.vA-row.us .vA-pts { color: var(--cs-red); }
.vA-av {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 11px;
  color: var(--fix-ink-2);
}

.vA-foot {
  padding: 12px 16px;
  background: var(--fix-bg-2);
  border-top: 1px solid var(--fix-line);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}
.vA-legend {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 10px;
  color: var(--fix-ink-3);
  letter-spacing: 0.04em;
  flex-wrap: wrap;
}
.vA-legend .lg {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.vA-legend .sw {
  width: 8px;
  height: 8px;
  border-radius: 1px;
}
.vA-link {
  font-size: 12px;
  font-weight: 600;
  color: var(--cs-red);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  transition: gap 0.12s;
}
.vA-link:hover { gap: 7px; color: var(--cs-red-deep); }

/* ─── Responsive ─── */
@media (max-width: 991px) {
  .fix-grid { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
  .fix-frame { padding: 22px 18px; }
  .fix-head { margin-bottom: 18px; padding-bottom: 12px; }
  .fix-title { font-size: 20px; }
  .vA-card { padding: 20px 18px 18px; }
  .vA-score { font-size: 38px; gap: 8px; }
  .vA-team-logo,
  .vA-card .vA-team img,
  .vA-card .vA-team .team-logo-fallback { width: 52px !important; height: 52px !important; }
  .vA-meta { gap: 14px; }
  .vA-thead,
  .vA-row {
    grid-template-columns: 24px 1fr 22px 22px 22px 22px 30px 32px;
    padding: 9px 10px;
    gap: 4px;
    font-size: 12px;
  }
  .vA-thead .name { padding-left: 28px; }
}
@media (max-width: 480px) {
  .vA-thead,
  .vA-row {
    grid-template-columns: 22px 1fr 20px 20px 20px 28px 30px;
  }
  .vA-thead .col-b,
  .vA-row .col-b { display: none; }
}

    #cookieConsent {
            background-color: #e10e19;
            position: fixed;
            bottom: 0;
            left: 0;
            right: 0;
            z-index: 9999;
            display: none;
        }
        
        #cookieConsent.show {
            display: block;
        }
        
        #cookieConsent a {
            color: #ffffff;
            text-decoration: underline;
        }
        
        #cookieConsent .cookie-text {
            color: #ffffff;
        }
        .cookies-btn {
          padding: 10px 16px;
          border: 2px solid #fff;
          background-color: #fff;
          border-radius: 10px;
        }
      
        .footer_widgets_wrap {
  position: relative;
  overflow: hidden;
}

/* Video arka plan */
.footer-video-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.footer-video-bg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Overlay */
.footer_widgets_wrap::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1;
  color: #e10e19;
}

/* İçerikler en üstte */
.footer_widgets_wrap .auto-container {
  position: relative;
  z-index: 2;
}

.footer_widgets_wrap a {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.1rem;
}

.footer_widgets_wrap a:hover {
  text-decoration: underline;
}

.application-success-wrap {
  max-width: 420px;
  margin: 0 auto;
  padding: 40px 24px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.success-icon-wrap {
  width: 70px;
  height: 70px;
  background-color: #e10e19;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.success-icon-wrap .fa {
  color: #fff;
  font-size: 32px;
}

.success-title {
  font-size: 22px;
  font-weight: 700;
  margin: 0;
  color: #1a1a1a;
}

.success-desc {
  font-size: 14px;
  color: #555;
  line-height: 1.7;
  margin: 0;
}

.reference-box {
  width: 100%;
  border: 1px solid #e9ecef;
  border-radius: 10px;
  padding: 16px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}

.reference-label {
  font-size: 12px;
  color: #999;
}

.reference-number {
  font-size: 22px;
  font-weight: 700;
  color: #e10e19;
  letter-spacing: 1px;
}

.reference-eta {
  font-size: 12px;
  color: #888;
}

.reference-eta .fa {
  margin-right: 4px;
}

.forgot-password-wrap {
  max-width: 420px;
  margin: 0 auto;
  padding: 30px 24px;
}

.forgot-title {
  font-weight: 700;
  text-align: center;
  margin-bottom: 16px;
}

.forgot-desc {
  font-size: 14px;
  color: #555;
  line-height: 1.7;
  margin: 20px 0;
}

.input-icon-wrap {
  position: relative;
}

.input-icon {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: #aaa;
  font-size: 15px;
}

.input-with-icon {
  padding-left: 40px !important;
}

.forgot-footer {
  text-align: center;
  font-size: 13px;
  color: #777;
  margin-top: 40px;
}

.input-with-icon-right {
  padding-right: 40px !important;
}

.password-toggle {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  color: #aaa;
  font-size: 15px;
  cursor: pointer;
  padding: 0;
  line-height: 1;
}

.password-toggle:hover {
  color: #e10e19;
}

.otp-shield-icon {
  width: 52px;
  height: 52px;
  background-color: #e10e1915;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}

.otp-shield-icon .fa {
  color: #e10e19;
  font-size: 24px;
}

.otp-inputs {
  display: flex;
  gap: 12px;
  margin: 24px 0 16px;
}

.otp-input {
  width: 64px !important;
  height: 64px;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  border-radius: 10px !important;
  border: 2px solid #e9ecef !important;
  padding: 0 !important;
  transition: border-color 0.2s ease;
}

.otp-input:focus {
  border-color: #e10e19 !important;
  box-shadow: 0 0 0 0.15rem rgba(225, 14, 25, 0.15) !important;
}

.otp-resend-text {
  font-size: 13px;
  color: #777;
  text-align: center;
  line-height: 1.8;
  margin-top: 8px;
}

.success-check-icon {
  width: 90px;
  height: 90px;
  background-color: #e8f8f0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}

.success-check-icon .fa {
  color: #2ecc71;
  font-size: 38px;
}

.error-check-icon {
  width: 90px;
  height: 90px;
  background-color: #fde8ea;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  position: relative;
}

.error-check-icon::before,
.error-check-icon::after {
  content: '';
  position: absolute;
  border-radius: 50%;
  background-color: #fde8ea;
  opacity: 0.5;
}


.error-check-icon .fa {
  color: #e10e19;
  font-size: 32px;
  position: relative;
  z-index: 1;
}

.error-secondary-btn {
  border: 2px solid #e10e19 !important;
  background: transparent !important;
  color: #e10e19 !important;
}

.error-secondary-btn:hover {
  background: #e10e1910 !important;
}

.registration-number-box {
  border: 1px solid #e9ecef;
  border-radius: 10px;
  padding: 14px 16px;
  margin: 20px 0;
}

.reg-icon-wrap {
  width: 42px;
  height: 42px;
  background-color: #fde8ea;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.reg-icon-wrap .fa {
  color: #e10e19;
  font-size: 20px;
}

.reg-label {
  font-size: 11px;
  color: #999;
}

.reg-number {
  font-size: 16px;
  font-weight: 700;
  color: #1a1a1a;
}

.copy-btn {
  background: none;
  border: none;
  color: #e10e19;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  white-space: nowrap;
  padding: 0;
}

.copy-btn:hover {
  opacity: 0.8;
}

.registration-image-wrap {
  border-radius: 12px;
  overflow: hidden;
  width: 100%;
}

.registration-image-wrap img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  display: block;
}

.payment-detail-box {
  border: 1px solid #e9ecef;
  border-radius: 10px;
  padding: 4px 16px;
  margin: 20px 0;
  width: 100%;
}

.payment-detail-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid #f1f3f5;
  font-size: 14px;
}

.detail-label {
  color: #888;
}

.detail-value {
  font-weight: 600;
  color: #1a1a1a;
}

.donation-summary-card {
  padding: 30px 20px 24px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}

.donation-summary-label {
  font-size: 13px;
  color: #999;
  margin-bottom: 6px;
}

.donation-summary-amount {
  font-size: 32px;
  font-weight: 800;
  color: #1a1a1a;
  margin-bottom: 14px;
  line-height: 1;
}

.donation-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 1px solid #e10e19;
  color: #e10e19;
  font-size: 13px;
  font-weight: 600;
  padding: 6px 16px;
  border-radius: 20px;
}

.donation-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.donation-item {
  display: flex;
  align-items: center;
  gap: 16px;
  background: #fff;
  border-radius: 10px;
  padding: 16px 20px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

.donation-item-icon {
  width: 46px;
  height: 46px;
  background-color: #fde8ea;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.donation-item-icon .fa {
  color: #e10e19;
  font-size: 16px;
}

.donation-item-icon.icon-pending {
  background-color: #fff8e6;
}

.donation-item-icon.icon-pending .fa {
  color: #f0a500;
}

.donation-item-info {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 3px;
}

.donation-amount {
  font-size: 16px;
  font-weight: 700;
  color: #1a1a1a;
}

.donation-date {
  font-size: 12px;
  color: #999;
}

.donation-status {
  font-size: 12px;
  font-weight: 600;
  padding: 5px 12px;
  border-radius: 20px;
  white-space: nowrap;
}

.status-done {
  background-color: #e6f9f0;
  color: #27ae60;
}

.status-pending {
  background-color: #fff8e6;
  color: #f0a500;
}


.member-avatar-wrap {
  position: relative;
  width: 110px;
  height: 110px;
}

.member-avatar-wrap img {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #e10e19;
}

.member-avatar-edit {
  position: absolute;
  bottom: 4px;
  right: 4px;
  height: 24px;
  background-color: #e10e19;
  border: none;
  border-radius: 50%;
  color: white;
  font-size: 13px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
  transition: background 0.2s;
  width: auto !important;
  min-width: 24px;
  min-height: 24px;
 
}

.member-avatar-edit:hover {
  background-color: #c00d15;
}

.member-name {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 8px;
  color: #1a1a1a;
}

.contact-box {
 background-color: transparent !important;
 display: flex;
      border-radius: none
      ;
      padding: 0px;
      box-shadow:none;
     
}

.member-status {
  display: inline-block;
  background-color: #fde8ea;
  color: #e10e19;
  font-size: 13px;
  font-weight: 600;
  padding: 5px 16px;
  border-radius: 20px;
  margin-bottom: 10px;
}

.member-no {
  font-size: 13px;
  color: #888;
  margin-top: 8px;
}

.membership-card {
  position: relative;
  width: 100%;
  max-width: 420px;
  height: 220px;
  background: linear-gradient(135deg, #e10e19 0%, #b80d15 60%, #900a10 100%);
  border-radius: 16px;
  padding: 20px 24px;
  box-shadow: 0 12px 40px rgba(225, 14, 25, 0.35);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}

.card-watermark {
  position: absolute;
  left: 20%;
  top: 70%;
  transform: translate(-50%, -50%);
  width: 200px;
  opacity: 0.08;
  pointer-events: none;
}

.card-watermark img {
  width: 100%;
  filter: brightness(0) invert(1);
}

.membership-card .card-watermark img {
  filter: brightness(0) invert(0) !important;
  transform: scale(1.5) !important;
  transform-origin: top left !important;
}
.membership-card .card-watermark {
  opacity: 0.18 !important;
  top: 41% !important;
  left: 0 !important;
  transform: none !important;
  z-index: 0 !important;
}
@media (min-width: 992px) {
  .membership-card .card-watermark {
    top: 66% !important;
  }
}
/* Beyar talebi: watermark logo isim ve üye no'nun arkasında kalsın. */
.membership-card .card-bottom,
.membership-card .card-top {
  position: relative;
  z-index: 1;
}

.membership-card .card-top {
  display: flex !important;
  align-items: flex-start !important;
  justify-content: space-between !important;
  width: 100%;
  position: relative;
  z-index: 2;
}

.card-label {
  font-size: 11px;
  font-weight: 600;
  color: rgba(255,255,255,0.75);
  letter-spacing: 1.5px;
}

.membership-card .card-label {
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1.2 !important;
  align-self: flex-start;
}

.membership-card { position: relative !important; }
.membership-card .card-top .card-logo,
.membership-card .card-logo {
  position: static !important;
  top: auto !important;
  right: auto !important;
  left: auto !important;
  transform: none !important;
  margin-left: auto !important;
  margin-right: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  flex: 0 0 auto !important;
  align-self: flex-start !important;
  width: 60px !important;
  height: 60px !important;
  max-width: 60px !important;
  object-fit: contain;
  filter: brightness(0) invert(1);
  opacity: 1 !important;
  z-index: 5;
}
.membership-card--large .card-top .card-logo,
.membership-card--large .card-logo {
  width: 72px !important;
  height: 72px !important;
  max-width: 72px !important;
}

.card-bottom {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.card-member-name {
  color: #fff !important;
  font-size: 17px;
  font-weight: 700;
  margin: 0 0 4px;
}

.card-member-no {
  color: rgba(255,255,255,0.75);
  font-size: 12px;
  margin: 0;
}

.card-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
}

.card-active-badge {
  background: rgba(255,255,255,0.15);
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  padding: 4px 10px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  gap: 5px;
}

.card-active-badge .fa-circle {
  color: #4cd964;
  font-size: 8px;
}

.card-link {
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
}

.card-link:hover {
  color: rgba(255,255,255,0.8);
  text-decoration: none;
}

@media (max-width: 576px) {
  .membership-card {
    max-width: 100%;
    height: 200px;
  }
}

.search-page-form {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 12px;
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
  margin-bottom: 24px;
}

.search-page-form .search {
  flex: 1;
  height: 48px;
  padding: 0 20px;
  border: 1px solid #e2e8f0;
  border-radius: 4px;
  width: 100%;
  max-width: 480px;
  font-size: 0.95rem;
  line-height: 1.2;
}

.search-page-form .theme-btn {
  flex-shrink: 0;
  height: 48px;
  padding: 0 24px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
}

.search-page-form .search::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
  height: 16px;
  width: 16px;
  margin-left: 6px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23e10e19'%3E%3Cpath d='M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z'/%3E%3C/svg%3E") no-repeat center;
  background-size: contain;
  cursor: pointer;
  opacity: 0.7;
}

.search-page-form .search::-webkit-search-cancel-button:hover {
  opacity: 1;
}

.search-tabs {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 24px;
}

.search-tab {
  display: inline-flex;
  align-items: center;
  padding: 8px 16px;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  font-size: 0.85rem;
  font-weight: 600;
  color: #333;
  text-decoration: none;
  transition: all 0.2s;
}

.search-tab:hover {
  border-color: var(--brand-primary);
  color: var(--brand-primary);
  text-decoration: none;
}

.search-tab.is-active {
  background: var(--brand-primary);
  border-color: var(--brand-primary);
  color: #fff;
}

.search-tab-count {
  display: inline-block;
  margin-left: 6px;
  padding: 1px 8px;
  background: rgba(0, 0, 0, 0.06);
  border-radius: 4px;
  font-size: 0.7rem;
  font-weight: 700;
}

.search-tab.is-active .search-tab-count {
  background: rgba(255, 255, 255, 0.22);
  color: #fff;
}

.search-result-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}

.search-result-header .text-brand {
  color: var(--brand-primary);
}

.search-result-count {
  font-size: 14px;
  font-weight: 600;
}

.search-result-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.search-result-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 16px;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  text-decoration: none;
  color: inherit;
  transition: all 0.2s;
}

.search-result-item:hover {
  border-color: var(--brand-primary);
  box-shadow: 0 4px 12px rgba(225, 14, 25, 0.08);
  text-decoration: none;
}

.search-result-img {
  width: 80px;
  height: 80px;
  border-radius: 6px;
  overflow: hidden;
  flex-shrink: 0;
  background: #f4f4f5;
}

.search-result-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.search-result-info {
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex: 1;
  min-width: 0;
}

.search-result-cat {
  display: inline-block;
  align-self: flex-start;
  padding: 3px 10px;
  background: var(--brand-primary);
  color: #fff;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  border-radius: 4px;
  margin-bottom: 4px;
}

.search-result-title {
  font-size: 1.05rem;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0;
}

.search-result-text {
  font-size: 0.85rem;
  color: #555;
  margin: 0;
  line-height: 1.5;
}

.search-result-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  font-size: 0.75rem;
  color: #888;
  margin-top: 2px;
}

.search-result-meta > * + *::before {
  content: "·";
  margin-right: 8px;
  color: #bbb;
}

.search-result-item mark {
  background: #ffe9a8;
  color: inherit;
  padding: 0 2px;
  border-radius: 2px;
}

.search-warning {
  padding: 14px 16px;
  background: #fff8e1;
  border: 1px solid #f5d97a;
  border-radius: 6px;
  color: #7a5a00;
  text-align: center;
  margin-bottom: 24px;
}

.search-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin: 32px 0 0;
  flex-wrap: wrap;
}

.search-pagination > * {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 14px;
  border: 1px solid #e2e8f0;
  border-radius: 4px;
  font-size: 0.9rem;
  font-weight: 600;
  color: #333;
  text-decoration: none;
  transition: all 0.2s;
  background: #fff;
}

.search-pagination a:hover {
  border-color: var(--brand-primary);
  color: var(--brand-primary);
  text-decoration: none;
}

.search-pagination .is-active {
  background: var(--brand-primary);
  border-color: var(--brand-primary);
  color: #fff;
}

.search-pagination .disabled {
  opacity: 0.4;
  cursor: not-allowed;
  background: #f6f7f8;
}

.search-pagination .search-pagination-dots {
  border: none;
  background: transparent;
  color: #999;
  min-width: 24px;
  padding: 0;
}

.search-no-result,
.search-idle {
  text-align: center;
  padding: 60px 20px;
  color: #777;
}

.search-no-result h5,
.search-idle h5 {
  margin-bottom: 8px;
  color: #333;
}

.search-no-result > .fa,
.search-idle > .fa {
  color: #ddd;
}

@media (max-width: 576px) {
  .search-result-img {
    width: 60px;
    height: 60px;
  }
  .search-result-meta {
    flex-direction: column;
    gap: 2px;
  }
  .search-result-meta > * + *::before {
    content: "";
    margin-right: 0;
  }
  .search-tab {
    padding: 6px 12px;
    font-size: 0.8rem;
  }
}

@keyframes cardFloat {
  0%   { transform: rotate(6deg) translateY(0px); }
  50%  { transform: rotate(6deg) translateY(-12px); }
  100% { transform: rotate(6deg) translateY(0px); }
}

.membership-card.slider-card:hover {
  animation: none;
}

/* Faz G6 K3 — kart state modifier'ları (template parity) */
.membership-card--large {
  max-width: 460px;
  height: 240px;
  padding: 26px 28px;
}
.membership-card.is-suspended,
.membership-card.is-disabled {
  background: linear-gradient(135deg, #4b5563 0%, #374151 60%, #1f2937 100%) !important;
  box-shadow: 0 12px 32px rgba(0,0,0,.18);
  filter: grayscale(.35);
}
.membership-card .card-notice {
  position: relative;
  margin-top: 12px;
  font-size: 12px;
  background: rgba(0,0,0,.32);
  color: #fff;
  padding: 8px 12px;
  border-radius: 8px;
  z-index: 1;
}
.membership-card .card-sample-watermark {
  position: absolute;
  top: 12px;
  right: 16px;
  z-index: 2;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1px;
  background: rgba(255,255,255,.22);
  color: #fff;
  padding: 2px 10px;
  border-radius: 999px;
  text-transform: uppercase;
}
.membership-card .card-link.is-disabled {
  opacity: .5;
  pointer-events: none;
}

.partner-card-v {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #f1f3f5;
  margin-bottom: 16px;
}
 
.partner-card-v-img {
  position: relative;
  width: calc(100% - 24px);
  margin: 12px 12px 0;
  aspect-ratio: 4 / 3;
  background: #e9ecef;
  overflow: hidden;
  border-radius: 10px;
  flex-shrink: 0;
}
 
.partner-card-v-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
 
.partner-card-v-badge {
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 80px;
  background: #e10e19;
  clip-path: polygon(100% 0, 0 0, 100% 100%);
  border-top-right-radius: 10px;
}
 
.partner-card-v-badge i {
  position: absolute;
  top: 12px;
  right: 10px;
  color: #fff;
  font-size: 20px;
}
 
.partner-card-v-tags {
  position: absolute;
  bottom: 12px;
  left: 12px;
  display: flex;
  gap: 6px;
}
 
.tag-n {
  background: #e10e19;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 4px;
}
 
.tag-p {
  background: #fff;
  color: #e10e19;
  font-size: 12px;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 4px;
}
 
.partner-card-v-body {
  padding: 12px 16px 8px;
  flex: 1;
  text-align: center;
}
 
.partner-card-v-name {
  font-size: 15px;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 8px;
}
 
.partner-card-v-date {
  font-size: 13px;
  color: #888;
  margin: 0;
}
 
.partner-card-v-date strong {
  color: #e10e19;
  font-weight: 700;
}
 
.partner-card-v-footer {
  display: flex;
  border-top: 1px solid #f1f3f5;
  margin-top: auto;
}
 
.partner-card-v-footer-btn {
  all: unset;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 12px 16px;
  font-size: 12px;
  color: #888;
  cursor: pointer;
  transition: background-color 0.2s, color 0.2s;
}
 
.partner-card-v-footer-btn:hover {
  background-color: #e10e19;
  color: #fff;
}
 
.partner-card-v-footer-btn:first-child:hover {
  border-bottom-left-radius: 12px;
}
 
.partner-card-v-footer-btn:last-child:hover {
  border-bottom-right-radius: 12px;
}
 
.partner-card-v-footer-btn + .partner-card-v-footer-btn {
  border-left: 1px solid #f1f3f5;
}

.business-img-wrap {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
}

.business-main-img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  border-radius: 14px;
  display: block;
}

.business-discount-badge {
  position: absolute;
  top: 14px;
  right: 14px;
  background-color: #e10e19;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  padding: 6px 14px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.business-section-title {
  font-size: 16px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 12px;
}

.business-map-wrap {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0,0,0,0.08);
}

.file-upload-area {
  border: 2px dashed #ddd;
  border-radius: 12px;
  padding: 30px 20px;
  text-align: center;
  cursor: pointer;
  transition: border-color 0.2s;
  background: #fafafa;
}

.file-upload-area:hover {
  border-color: #e10e19;
}

.file-upload-icon {
  font-size: 32px;
  color: #bbb;
  margin-bottom: 10px;
  display: block;
}

.file-upload-text {
  font-size: 13px;
  color: #999;
  margin-bottom: 12px;
}

.file-upload-btn {
  background: transparent;
  border: 2px solid #e10e19;
  color: #e10e19;
  font-size: 13px;
  font-weight: 700;
  padding: 7px 20px;
  border-radius: 6px;
  cursor: pointer;
  letter-spacing: 0.5px;
  transition: all 0.2s;
}

.file-upload-btn:hover {
  background: #e10e19;
  color: #fff;
}

.file-preview-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}

.file-preview-item {
  position: relative;
  width: 80px;
  height: 80px;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #eee;
}

.file-preview-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.file-preview-remove {
  position: absolute;
  top: 3px;
  right: 3px;
  width: 20px;
  height: 20px;
  background: #e10e19;
  border: none;
  border-radius: 50%;
  color: #fff;
  font-size: 10px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.stat-icon-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.stat-icon-circle {
  width: 64px;
  height: 64px;
  border-radius: 10px;
  background-color: #e10e19;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-bottom: 8px;
}

.stat-icon-circle i {
  font-size: 28px;
  color: #fff;
}

.stat-number {
  font-size: 28px;
  font-weight: 600;
  margin-top: 8px;
  color: #fff;
  margin: 0;
  line-height: 1;
}

.stat-label {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: rgba(255,255,255,0.6);
  margin: 0;
}

.contact_box_content.style_one {
  flex: 1;
  display: flex;
}

.contact_box_content.style_one .contact_box_inner.icon_yes {
  flex: 1;
}

.progress-circle {
  border-radius: 50% !important; 
  color: transparent !important;
}



/* ============================================================
 * Faz D — Player Card Equal Height (KARAR 8 template-strict override)
 * ============================================================ */

/* Title 1-line clamp (template'de class="line-1" var ama CSS'te tanımsızdı) */
.line-1 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Player card image height (no-height-set class'ı tanımsızdı, image height variable kalıyordu) */
.project_post.style_four .image img.no-height-set {
    width: 100%;
    height: 370px;
    object-fit: cover;
}

/* Equal-height row: parent stretch + col flex */
.project_all.filt_style_four > .container > .row > .project-wrapper,
section.project_all .row > .project-wrapper,
section.tabs_all_box .row > .project-wrapper {
    display: flex;
}
.project_all.filt_style_four > .container > .row,
section.project_all .row,
section.tabs_all_box .tab-pane > .row {
    align-items: stretch;
}
.project-wrapper > .project_post.style_four {
    width: 100%;
    display: flex;
    flex-direction: column;
}

/* Player number badge + detail-link arrow (template assets/css'inde olmadığı için minimal stil) */
.project_post.style_four .image {
    position: relative;
}
.project_post.style_four .image .player-number {
    position: absolute;
    top: 10px;
    left: 10px;
    background: var(--brand-primary, #002c5d);
    color: #fff;
    padding: 4px 12px;
    border-radius: 4px;
    font-weight: bold;
    font-size: 14px;
    z-index: 2;
}
.project_post.style_four .image .two {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

/* E37 — Slider overlay (Faz E Batch 4) */
.slider-overlay,
.main_slider_section .swiper-slide::before {
    position: absolute;
    inset: 0;
    background: linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0.6));
    z-index: 1;
    pointer-events: none;
    content: "";
}
.main_slider_section .swiper-slide > * {
    position: relative;
    z-index: 2;
}

/* Faz G6 N1 — slider yazısı okunaklılığı: text-shadow + relative z-index.
   Beyar geri bildirimi: shadow çok dağılıyordu (logo üzerine taşıyordu),
   blur'u kıstık. Description biraz daha büyük olsun. */
.slider_content--shadowed {
    position: relative;
    z-index: 3;
}
.slider_content--shadowed h1,
.slider_content--shadowed h6,
.slider_content--shadowed .description {
    color: #fff;
    text-shadow: 0 1px 3px rgba(0,0,0,0.45), 0 1px 1px rgba(0,0,0,0.35);
}
.slider_content--shadowed .description {
    font-size: 1.125rem;
    line-height: 1.65;
}

/* Beyar geri bildirimi — sadece ANA SAYFA slider'ı (.slider.style_four):
   - Slaytlar arası yükseklik DEĞİŞMESİN: sabit 640px desktop / 460px mobil.
   - Uzun açıklamalar formayı/görseli kapatmasın: max-width:55% + 3 satır clamp.
   - flex-start ile align: h6 (Altyapı/Çaykarakart) etiketi yatayda uzamasın.
   /caykarakart slider'ına (.slider.style_one) hiç dokunulmaz. */
.slider.style_four .slide-item-content,
.slider.style_four .slide-item {
    height: 640px;
}
@media (max-width: 991.98px) {
    .slider.style_four .slide-item-content,
    .slider.style_four .slide-item {
        height: 460px;
    }
}
.slider.style_four .slider_content {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.slider.style_four .slider_content h1,
.slider.style_four .slider_content .description {
    max-width: 55%;
}
@media (max-width: 991.98px) {
    .slider.style_four .slider_content h1,
    .slider.style_four .slider_content .description {
        max-width: 100%;
    }
}
.slider.style_four .slider_content .description {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* ============== Tier Badge (bağışçı kademe) ============== */
.tier-badge {
    display: inline-flex;
    align-items: center;
    gap: .35rem;
    padding: .25rem .7rem;
    border-radius: 999px;
    font-size: .8rem;
    font-weight: 600;
    line-height: 1.2;
    border: 1px solid transparent;
}
.tier-badge.tier-supporter { background: #e9ecef; color: #495057; }
.tier-badge.tier-bronze    { background: #cd7f32; color: #fff; }
.tier-badge.tier-silver    { background: #c0c0c0; color: #222; }
.tier-badge.tier-gold      { background: #ffd700; color: #5a4500; }
.tier-badge.tier-diamond   { background: #b9f2ff; color: #0c5460; }
.tier-badge.tier-founder   { background: #d4af37; color: #fff; }
.tier-badge.tier-default   { background: #6c757d; color: #fff; }
.tier-badge .tier-badge-onursal {
    font-size: .65rem;
    font-weight: 500;
    padding: .1rem .35rem;
    background: rgba(255,255,255,.3);
    border-radius: 4px;
    text-transform: uppercase;
    letter-spacing: .03em;
}

/* ════════════════════════════════════════════════════════════════
   Maç Merkezi (.mm-*) — final-v2 sade tasarım
   Onaylı tasarım: tasks/design-references/mac-merkezi-final-v2.jsx
════════════════════════════════════════════════════════════════ */
.mm-section {
    --mm-ink:    #111114;
    --mm-ink2:   #3A3A40;
    --mm-ink3:   #6B6B72;
    --mm-ink4:   #9B9BA1;
    --mm-line:   #E8E8EA;
    --mm-line2:  #F2F2F4;
    --mm-bg:     #FFFFFF;
    --mm-bgsoft: #FAFAFB;
    --mm-red:    #E30613;
    --mm-redink: #A50410;
    --mm-redsoft:#FDEEF0;
    --mm-champ:  #E8B923;
    --mm-playoff:#3A3A40;
    --mm-releg:  #C8302C;
    --mm-radius: 10px;
    --mm-radius-sm: 3px;

    background: var(--mm-bg);
    color: var(--mm-ink);
    -webkit-font-smoothing: antialiased;
    padding-bottom: 64px;
}
.mm-section .mm-num { font-feature-settings: "tnum" 1, "lnum" 1; font-variant-numeric: tabular-nums; }
.mm-pane { display: none; }
.mm-pane.is-active { display: block; }

/* Hero (banner altı: meta + metrik şeridi + sekmeler) ─────────── */
.mm-hero {
    border-bottom: 1px solid var(--mm-line);
}
.mm-hero__inner {
    max-width: 1080px;
    margin: 0 auto;
    padding: 24px 24px 0;
    text-align: center;
}
.mm-context {
    font-size: 12px;
    color: var(--mm-ink3);
    letter-spacing: 0.3px;
}

/* Stat strip ───────────────────────────────────────────────────── */
.mm-stats {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 16px;
    border-top: 1px solid var(--mm-line);
    border-bottom: 1px solid var(--mm-line);
    border-radius: 0;
}
.mm-stat {
    padding: 10px 20px;
    border-right: 1px solid var(--mm-line);
    min-width: 60px;
    text-align: center;
}
.mm-stat--last { border-right: 0; }
.mm-stat__label {
    display: block;
    font-size: 10px;
    color: var(--mm-ink3);
    letter-spacing: 1.4px;
    font-weight: 600;
}
.mm-stat__value {
    display: block;
    font-size: 18px;
    font-weight: 700;
    margin-top: 3px;
    color: var(--mm-ink);
    line-height: 1;
}
.mm-stat--accent .mm-stat__value { color: var(--mm-red); }

/* Tabs ─────────────────────────────────────────────────────────── */
.mm-tabs {
    display: flex;
    justify-content: center;
    gap: 0;
    margin-top: 24px;
    border-bottom: 1px solid var(--mm-line);
}
.mm-tab {
    background: transparent;
    border: 0;
    cursor: pointer;
    padding: 14px 22px;
    margin-bottom: -1px;
    font-family: inherit;
    font-size: 15px;
    font-weight: 500;
    color: var(--mm-ink3);
    border-bottom: 2px solid transparent;
    letter-spacing: 0.1px;
    transition: color .12s, border-color .12s;
}
.mm-tab:hover { color: var(--mm-ink2); }
.mm-tab.is-active {
    color: var(--mm-ink);
    font-weight: 700;
    border-bottom-color: var(--mm-red);
}

/* Body wrapper ─────────────────────────────────────────────────── */
.mm-body {
    max-width: 760px;
    margin: 0 auto;
    padding: 48px 24px 0;
}
.mm-pane__head {
    text-align: center;
    margin-bottom: 28px;
}
.mm-pane__title {
    margin: 0;
    font-size: 26px;
    font-weight: 700;
    letter-spacing: -0.4px;
    color: var(--mm-ink);
}
.mm-pane__meta {
    margin-top: 8px;
    font-size: 13px;
    color: var(--mm-ink3);
}

/* Week nav ─────────────────────────────────────────────────────── */
.mm-weeknav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    margin-bottom: 16px;
}
.mm-weeknav__btn {
    background: transparent;
    border: 0;
    cursor: pointer;
    padding: 6px 10px;
    font-size: 13px;
    font-weight: 500;
    color: var(--mm-ink2);
    text-decoration: none;
    font-family: inherit;
}
.mm-weeknav__btn:hover { color: var(--mm-ink); }
.mm-weeknav__btn.is-disabled {
    color: var(--mm-ink4);
    opacity: .4;
    pointer-events: none;
    cursor: default;
}
.mm-weeknav__current {
    font-size: 13px;
    font-weight: 600;
    color: var(--mm-ink);
    min-width: 90px;
    text-align: center;
}

/* Filter chips ─────────────────────────────────────────────────── */
.mm-chiprow {
    display: flex;
    justify-content: flex-end;
    gap: 6px;
    margin-bottom: 12px;
}
.mm-chip {
    background: transparent;
    color: var(--mm-ink2);
    border: 1px solid var(--mm-line);
    padding: 6px 12px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    font-family: inherit;
    letter-spacing: 0.1px;
    transition: background .12s, color .12s, border-color .12s;
}
.mm-chip:hover { border-color: var(--mm-ink3); color: var(--mm-ink); }
.mm-chip.is-active {
    background: var(--mm-ink);
    color: #fff;
    border-color: var(--mm-ink);
}

/* Tables ───────────────────────────────────────────────────────── */
.mm-tablewrap {
    overflow-x: auto;
    border-radius: var(--mm-radius);
}
.mm-fix, .mm-st {
    width: 100%;
    border-collapse: collapse;
    font-family: inherit;
    table-layout: auto;
}
.mm-fix { min-width: 640px; }
.mm-st  { min-width: 600px; }
.mm-fix thead tr,
.mm-st  thead tr {
    border-top: 1px solid var(--mm-line);
    border-bottom: 1px solid var(--mm-line);
}
.mm-th {
    padding: 10px 12px;
    font-size: 10.5px;
    font-weight: 600;
    color: var(--mm-ink3);
    letter-spacing: 1.4px;
    text-transform: uppercase;
}
.mm-th--l { text-align: left; }
.mm-th--r { text-align: right; }
.mm-th--c { text-align: center; }
.mm-th--strong { color: var(--mm-ink); font-weight: 700; }

/* Fixture rows ─────────────────────────────────────────────────── */
.mm-row {
    border-bottom: 1px solid var(--mm-line2);
    background: transparent;
    transition: background .12s;
}
.mm-row--own { background: var(--mm-redsoft); }
.mm-row:hover:not(.mm-row--own) { background: var(--mm-bgsoft); }

.mm-td { padding: 16px 12px; vertical-align: middle; }
.mm-td--datetime { white-space: nowrap; }
.mm-td__date {
    font-size: 12px;
    color: var(--mm-ink3);
    letter-spacing: 0.3px;
}
.mm-td__time {
    font-size: 14px;
    font-weight: 600;
    color: var(--mm-ink);
    margin-top: 2px;
}
.mm-td--home { text-align: right; }
.mm-td--away { text-align: left; }
.mm-td--score { text-align: center; padding: 16px 8px; }
.mm-td--venue {
    text-align: right;
    font-size: 11.5px;
    color: var(--mm-ink3);
}

.mm-team {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.mm-team--right { justify-content: flex-end; }
.mm-team--left  { justify-content: flex-start; }
.mm-team__name {
    font-size: 14px;
    font-weight: 500;
    color: var(--mm-ink);
}
.mm-team__name.is-own {
    font-weight: 700;
    color: var(--mm-redink);
}

.mm-score {
    font-size: 16px;
    font-weight: 700;
    color: var(--mm-red);
    letter-spacing: 0.5px;
}
.mm-score__sep {
    color: var(--mm-ink4);
    margin: 0 6px;
    font-weight: 500;
}
.mm-score--placeholder {
    font-size: 14px;
    font-weight: 500;
    color: var(--mm-ink4);
}

.mm-status-pill {
    display: inline-block;
    padding: 3px 8px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1px;
    border-radius: var(--mm-radius-sm);
    text-transform: uppercase;
}
.mm-status-pill.is-postponed { background: #FFF4E5; color: #8A4B00; }
.mm-status-pill.is-cancelled { background: #F1F3F5; color: var(--mm-ink2); }

.mm-empty {
    padding: 36px;
    text-align: center;
    color: var(--mm-ink3);
    font-size: 13px;
}

/* Standings rows ──────────────────────────────────────────────── */
.mm-strow {
    border-bottom: 1px solid var(--mm-line2);
    background: transparent;
    transition: background .12s;
}
.mm-strow--own { background: var(--mm-redsoft); }
.mm-strow:hover:not(.mm-strow--own) { background: var(--mm-bgsoft); }

.mm-stcell { padding: 12px; vertical-align: middle; }
.mm-stcell--pos {
    padding: 0;
    width: 60px;
    position: relative;
    height: 52px;
}
.mm-stcell--pos { display: flex; align-items: stretch; }
.mm-stripe {
    width: 4px;
    flex: 0 0 4px;
    background: transparent;
}
.mm-stripe--champ   { background: var(--mm-champ); }
.mm-stripe--playoff { background: var(--mm-playoff); }
.mm-stripe--releg   { background: var(--mm-releg); }
.mm-stripe--none    { background: transparent; }
.mm-stpos {
    flex: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 13px;
    color: var(--mm-ink2);
}
.mm-strow--own .mm-stpos { color: var(--mm-redink); }

.mm-stcell--num {
    text-align: center;
    font-size: 13.5px;
    font-weight: 500;
    color: var(--mm-ink2);
}
.mm-strow--own .mm-stcell--num { color: var(--mm-redink); }
.mm-stcell--p {
    font-weight: 700;
    font-size: 14px;
    color: var(--mm-ink);
}
.mm-strow--own .mm-stcell--p { color: var(--mm-redink); }

/* Legend ──────────────────────────────────────────────────────── */
.mm-legend {
    display: flex;
    justify-content: center;
    gap: 24px;
    margin-top: 20px;
    flex-wrap: wrap;
    font-size: 12px;
    color: var(--mm-ink2);
}
.mm-legend__item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 500;
}
.mm-legend__dot {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    display: inline-block;
}
.mm-legend__dot--champ   { background: var(--mm-champ); }
.mm-legend__dot--playoff { background: var(--mm-playoff); }
.mm-legend__dot--releg   { background: var(--mm-releg); }
.mm-legend--abbr {
    margin-top: 12px;
    font-size: 11px;
    color: var(--mm-ink4);
    letter-spacing: 0.4px;
}

/* Mobile ──────────────────────────────────────────────────────── */
@media (max-width: 640px) {
    .mm-hero__inner { padding: 18px 16px 0; }
    .mm-stats { margin-top: 12px; }
    .mm-stat { padding: 8px 14px; min-width: 56px; }
    .mm-stat__value { font-size: 16px; }
    .mm-tabs { margin-top: 16px; }
    .mm-tab { padding: 12px 16px; font-size: 14px; }
    .mm-body { padding: 32px 16px 0; }
    .mm-pane__title { font-size: 22px; }
    .mm-weeknav { gap: 12px; }
    .mm-chiprow { justify-content: center; flex-wrap: wrap; margin-top: 8px; }
    .mm-td { padding: 12px 8px; }
    .mm-td--venue { display: none; }
    .mm-fix { min-width: 480px; }
}
