/* ================================================================
   Rain Maker Global Trade — GLOBALY-style Theme
   Primary colour : #1CC5CC  (teal/cyan)
   Body           : white
   Fonts          : Raleway (headings) + Open Sans (body)
   ================================================================ */

:root {
  --rm-primary      : #1CC5CC;
  --rm-primary-dark : #14a3a9;
  --rm-dark         : #0d1b2a;
  --rm-text         : #2b2b2b;
  --rm-muted        : #888;
  --rm-light        : #f6f8fa;
  --rm-border       : rgba(0,0,0,.08);
  --rm-card         : #ffffff;
  --rm-card-border  : rgba(0,0,0,.09);
}

/* ── Base ────────────────────────────────────────────────── */
html, body { height: 100%; }

body.rm-body {
  font-family: 'Open Sans', system-ui, -apple-system, Segoe UI, Arial, sans-serif;
  background : #ffffff;
  color      : var(--rm-text);
  padding-top: var(--rm-header-h, 0px);
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Raleway', system-ui, -apple-system, Segoe UI, Arial, sans-serif;
}

/* ── Top Bar ─────────────────────────────────────────────── */
.rm-topbar {
  background   : #0d1b2a;
  border-bottom: 1px solid rgba(255,255,255,.06);
}

.rm-topbar__icon {
  width          : 28px;
  height         : 28px;
  display        : inline-flex;
  align-items    : center;
  justify-content: center;
  border-radius  : 50%;
  background     : rgba(255,255,255,.08);
  border         : 1px solid rgba(255,255,255,.14);
  color          : rgba(255,255,255,.72);
  text-decoration: none;
  font-size      : .78rem;
  transition     : all .2s ease;
}

.rm-topbar__icon:hover {
  background  : var(--rm-primary);
  border-color: var(--rm-primary);
  color       : #fff;
}

/* arama çubuğu kaldırıldı */

/* ── Header / Navbar ─────────────────────────────────────── */
.rm-header {
  position: fixed;
  top     : 0;
  left    : 0;
  right   : 0;
  z-index : 1030;
}

.rm-nav {
  background: #ffffff;
  box-shadow: 0 2px 18px rgba(0,0,0,.09);
}

.rm-nav .navbar-brand {
  font-family   : 'Raleway', sans-serif;
  font-weight   : 800;
  font-size     : 1.4rem;
  color         : #1a1a1a !important;
  letter-spacing: -.01em;
}

.rm-brandmark {
  width          : 34px;
  height         : 34px;
  display        : inline-flex;
  align-items    : center;
  justify-content: center;
  border-radius  : 8px;
  background     : var(--rm-primary);
  color          : #fff;
  font-size      : 1rem;
}

.rm-brandtext { color: #1a1a1a; }

/* Nav links — text-transform KALDIRILDI (Türkçe İ sorunu) */
.rm-navlinks .nav-link {
  font-family   : 'Raleway', sans-serif;
  font-weight   : 700;
  font-size     : .82rem;
  color         : #2b2b2b !important;
  border-radius : 4px;
  padding       : .55rem .85rem !important;
  transition    : all .18s ease;
  white-space   : nowrap;
}

.rm-navlinks .nav-link:hover {
  color     : #fff !important;
  background: var(--rm-primary);
}

.rm-navlinks .nav-link.active {
  color     : #fff !important;
  background: var(--rm-primary);
}

.rm-navlinks .dropdown-toggle::after { vertical-align: .18em; }

.rm-navlinks .dropdown-menu {
  border-radius: 8px;
  border       : 1px solid rgba(0,0,0,.08);
  box-shadow   : 0 12px 32px rgba(0,0,0,.10);
  margin-top   : .35rem !important;
}

/* Giriş — beyaz navbar üzerinde outline-light görünmez; marka rengi ile ayır */
.rm-nav .btn-rm-nav-login {
  font-family   : 'Raleway', sans-serif;
  font-weight   : 700;
  font-size     : .8rem;
  color         : var(--rm-primary-dark, #0e9aa0);
  background    : #fff;
  border        : 2px solid var(--rm-primary, #1cc5cc);
  border-radius : 6px;
  padding       : .35rem .85rem;
  white-space   : nowrap;
  transition    : background .18s ease, color .18s ease, border-color .18s ease;
}

.rm-nav .btn-rm-nav-login:hover,
.rm-nav .btn-rm-nav-login:focus {
  color           : #fff;
  background      : var(--rm-primary, #1cc5cc);
  border-color    : var(--rm-primary, #1cc5cc);
  box-shadow      : 0 4px 14px rgba(28, 197, 204, .35);
}

.rm-nav-logout {
  display      : inline-flex;
  align-items  : center;
  border       : 0;
  background   : transparent;
  color        : #8a6500;
  font-size    : .875rem;
  font-weight  : 700;
  padding      : .25rem .35rem;
  line-height  : 1.2;
}

.rm-nav-logout:hover,
.rm-nav-logout:focus {
  color          : #5f4600;
  text-decoration: underline;
}

/* Contact block right side of nav */
.rm-navcontact {
  padding-left: .85rem;
  border-left : 1px solid rgba(0,0,0,.10);
  margin-left : .25rem;
  display     : flex;
  align-items : center;
  gap         : .55rem;
}

.rm-navcontact__icon {
  width          : 34px;
  height         : 34px;
  border-radius  : 50%;
  display        : inline-flex;
  align-items    : center;
  justify-content: center;
  background     : rgba(28,197,204,.12);
  color          : var(--rm-primary);
  flex-shrink    : 0;
}

.rm-navcontact__phone {
  font-weight  : 700;
  font-size    : .85rem;
  color        : #1a1a1a;
  line-height  : 1.25;
  font-family  : 'Raleway', sans-serif;
}

.rm-navcontact__email {
  font-size  : .72rem;
  color      : var(--rm-primary);
  line-height: 1.25;
}

/* ── Wordmark (navbar) */
.rm-nav-icon {
  width          : 34px;
  height         : 34px;
  border-radius  : 10px;
  background     : var(--rm-primary);
  color          : #fff;
  display        : inline-flex;
  align-items    : center;
  justify-content: center;
  font-size      : 1rem;
  flex-shrink    : 0;
  box-shadow     : 0 4px 14px rgba(28,197,204,.38);
}

.rm-nav-wordmark {
  display       : flex;
  flex-direction: column;
  line-height   : 1;
  gap           : 2px;
}

.rm-nav-wordmark__main {
  font-family   : 'Syne', 'Raleway', sans-serif;
  font-weight   : 800;
  font-size     : 1.18rem;
  color         : #0d1b2a;
  letter-spacing: -.03em;
}

.rm-nav-wordmark__accent {
  color: var(--rm-primary);
}

.rm-nav-wordmark__sub {
  font-family   : 'Open Sans', sans-serif;
  font-weight   : 600;
  font-size     : .62rem;
  letter-spacing: .18em;
  text-transform: none;
  color         : #999;
  padding-left  : 1px;
}

/* ── Özel Hamburger butonu */
.rm-hamburger {
  flex-direction: column;
  justify-content: center;
  align-items   : flex-end;
  gap           : 5px;
  width         : 40px;
  height        : 40px;
  background    : none;
  border        : none;
  cursor        : pointer;
  padding       : 6px 4px;
  outline       : none;
  transition    : opacity .2s;
}

.rm-hamburger:hover { opacity: .75; }

.rm-hamburger__line {
  display      : block;
  height       : 2.5px;
  width        : 100%;
  background   : var(--rm-primary);
  border-radius: 2px;
  transition   : all .32s cubic-bezier(.4,0,.2,1);
}

.rm-hamburger__line--short { width: 65%; }

.rm-hamburger.is-open .rm-hamburger__line:nth-child(1) {
  transform: translateY(7.5px) rotate(45deg);
}
.rm-hamburger.is-open .rm-hamburger__line:nth-child(2) {
  opacity  : 0;
  transform: scaleX(0);
}
.rm-hamburger.is-open .rm-hamburger__line--short {
  transform: translateY(-7.5px) rotate(-45deg);
  width    : 100%;
}

/* Bootstrap toggler'ı gizle — özel hamburger kullanıyoruz */
.rm-nav .navbar-toggler { display: none !important; }

/* ── Hero Cover ──────────────────────────────────────────── */
/* Header fixed offset'u hero içinde dengeler (navbar-hero boşluğu kalksın) */
.rm-section--hero {
  padding: 0;
  margin-top: calc(-1 * var(--rm-header-h, 0px));
  padding-top: var(--rm-header-h, 0px);
}

.rm-hero-cover {
  position       : relative;
  min-height     : 88vh;
  display        : flex;
  align-items    : center;
  justify-content: center;
  text-align     : center;
  overflow       : hidden;
  background     : var(--rm-dark);
}

.rm-hero-cover::before {
  content   : '';
  position  : absolute;
  inset     : 0;
  z-index   : 1;
  background: linear-gradient(
    180deg,
    rgba(13, 27, 42, 0.72) 0%,
    rgba(13, 27, 42, 0.45) 45%,
    rgba(13, 27, 42, 0.78) 100%
  );
  pointer-events: none;
}

#particles-js {
  position: absolute;
  inset   : 0;
  z-index : 2;
}

.rm-hero-bg-img {
  position           : absolute;
  inset              : 0;
  background-image   : var(--rm-hero-image, none);
  background-repeat  : no-repeat;
  background-size    : cover;
  background-position: center center;
  opacity            : 0.38;
  filter             : invert(1) sepia(1) saturate(4) hue-rotate(145deg) brightness(0.85);
  z-index            : 0;
}

.rm-hero-cover__inner {
  position  : relative;
  z-index   : 3;
  max-width : 840px;
  padding   : 80px 20px;
}

.rm-hero-cover .rm-kicker {
  color         : var(--rm-primary);
  letter-spacing: .22em;
  font-size     : .72rem;
  text-transform: none;
  font-weight   : 600;
  font-family   : 'Open Sans', sans-serif;
}

.rm-hero-cover__title {
  font-family   : 'Raleway', sans-serif;
  font-weight   : 800;
  letter-spacing: -.01em;
  color         : #ffffff;
  font-size     : clamp(2rem, 5vw, 3.5rem);
  line-height   : 1.15;
}

.rm-hero-cover__sub {
  color     : rgba(255,255,255,.72);
  font-size : .98rem;
  max-width : 640px;
  margin    : 0 auto;
  line-height: 1.75;
}

/* Stats row inside hero */
.rm-stat {
  padding      : 10px 14px;
  border-radius: 8px;
  border       : 1px solid rgba(255,255,255,.12);
  background   : rgba(255,255,255,.04);
}

.rm-stat .rm-kicker { color: rgba(255,255,255,.50); }
.rm-stat .fw-semibold { color: #fff; }

/* ── Buttons ─────────────────────────────────────────────── */
.btn-rm {
  background    : var(--rm-primary);
  border-color  : var(--rm-primary);
  color         : #fff;
  font-family   : 'Raleway', sans-serif;
  font-weight   : 700;
  text-transform: uppercase;
  letter-spacing: .07em;
  font-size     : .82rem;
  border-radius : 30px;
  padding       : .65rem 2rem;
  box-shadow    : 0 8px 22px rgba(28,197,204,.28);
  transition    : all .22s ease;
}

.btn-rm:hover {
  background  : var(--rm-primary-dark);
  border-color: var(--rm-primary-dark);
  color       : #fff;
  transform   : translateY(-2px);
  box-shadow  : 0 14px 30px rgba(28,197,204,.34);
}

/* ── Sections ────────────────────────────────────────────── */
.rm-section {
  padding: 24px 0;
}

@media (min-width: 768px) {
  .rm-section { padding: 44px 0; }
}

.rm-section--alt {
  background  : #f6f8fa;
  border-top  : 1px solid rgba(0,0,0,.05);
  border-bottom: 1px solid rgba(0,0,0,.05);
}

/* ── Section Title ───────────────────────────────────────── */
.rm-section-title {
  text-align   : center;
  margin-bottom: 2rem;
}

.rm-section-title .rm-kicker {
  color         : var(--rm-primary);
  letter-spacing: .20em;
  font-size     : .72rem;
  text-transform: uppercase;
  font-weight   : 600;
}

.rm-section-title h2 {
  font-family: 'Raleway', sans-serif;
  font-weight: 800;
  color      : #1a1a1a;
}

/* ── Services Section ────────────────────────────────────── */
.rm-services {
  background  : #ffffff;
  color       : #2b2b2b;
  padding     : 70px 0;
  border-top  : 1px solid rgba(0,0,0,.06);
}

.rm-service-card {
  border        : 1px solid rgba(0,0,0,.07);
  border-radius : 10px;
  background    : #fff;
  height        : 100%;
  text-align    : center;
  padding       : 2.2rem 1.5rem;
  transition    : transform .18s ease, box-shadow .18s ease, border-color .18s ease;
  box-shadow    : 0 2px 12px rgba(0,0,0,.04);
}

.rm-service-card:hover {
  transform   : translateY(-5px);
  border-color: rgba(28,197,204,.35);
  box-shadow  : 0 20px 50px rgba(0,0,0,.09);
}

.rm-service-icon {
  width          : 72px;
  height         : 72px;
  border-radius  : 50%;
  display        : inline-flex;
  align-items    : center;
  justify-content: center;
  background     : rgba(28,197,204,.09);
  border         : 2px solid rgba(28,197,204,.20);
  color          : var(--rm-primary);
  font-size      : 1.8rem;
  margin         : 0 auto;
  transition     : all .18s ease;
}

.rm-service-card:hover .rm-service-icon {
  background: var(--rm-primary);
  color     : #fff;
  border-color: var(--rm-primary);
}

.rm-service-card h5 {
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  color      : #1a1a1a;
  font-size  : 1rem;
}

.rm-service-card .text-secondary {
  color    : #888 !important;
  font-size: .88rem;
}

/* ── Cards (light) ───────────────────────────────────────── */
.card.rm-card {
  background   : #fff;
  border       : 1px solid rgba(0,0,0,.08);
  color        : #2b2b2b;
  border-radius: 14px;
  box-shadow   : 0 2px 14px rgba(0,0,0,.04);
  transition   : transform .15s ease, border-color .15s ease, box-shadow .15s ease;
}

.rm-card:hover {
  transform   : translateY(-3px);
  border-color: rgba(28,197,204,.28);
  box-shadow  : 0 16px 40px rgba(0,0,0,.09);
}

/* ── Badge ──────────────────────────────────────────────── */
.rm-badge {
  display        : inline-flex;
  align-items    : center;
  gap            : .5rem;
  padding        : .32rem .7rem;
  border-radius  : 999px;
  background     : rgba(28,197,204,.10);
  border         : 1px solid rgba(28,197,204,.22);
  color          : var(--rm-primary);
  font-size      : .82rem;
}

/* ── Hero CTA box ────────────────────────────────────────── */
.rm-hero {
  position    : relative;
  border      : 1px solid rgba(0,0,0,.08);
  background  : #f6f8fa;
  border-radius: 16px;
  overflow    : hidden;
}

/* ── Kicker ─────────────────────────────────────────────── */
.rm-kicker {
  letter-spacing: .14em;
  text-transform: none;
  font-size     : .72rem;
  color         : var(--rm-muted);
}

/* ── Footer ─────────────────────────────────────────────── */
.rm-footer {
  background: var(--rm-dark);
  color     : rgba(255,255,255,.78);
}

.rm-footer .navbar-brand,
.rm-footer .fw-semibold { color: #fff; }

.rm-footer__title {
  letter-spacing: .12em;
  text-transform: none;
  font-size     : .72rem;
  color         : rgba(255,255,255,.50);
  margin-bottom : .75rem;
  font-family   : 'Raleway', sans-serif;
  font-weight   : 700;
}

.rm-footer__list li { margin: .4rem 0; }

.rm-footer .link-secondary {
  color          : rgba(255,255,255,.60) !important;
  text-decoration: none;
}

.rm-footer .link-secondary:hover { color: var(--rm-primary) !important; }

.rm-footer .text-secondary { color: rgba(255,255,255,.55) !important; }

.rm-footer .border-dark-subtle { border-color: rgba(255,255,255,.08) !important; }

/* ── Forms ──────────────────────────────────────────────── */
.form-control,
.form-select {
  background  : #fff;
  border-color: rgba(0,0,0,.13);
  color       : #2b2b2b;
}

.form-control:focus,
.form-select:focus {
  border-color: rgba(28,197,204,.65);
  box-shadow  : 0 0 0 .25rem rgba(28,197,204,.18);
  color       : #2b2b2b;
  background  : #fff;
}

.form-control::placeholder { color: rgba(0,0,0,.35); }

/* ── Utilities ───────────────────────────────────────────── */
.text-rm { color: var(--rm-primary) !important; }

.link-secondary:hover { color: var(--rm-primary) !important; }

/* ================================================================
   MOBİL OVERLAY NAVBAR
   ================================================================ */

/* Arka plan karartma katmanı */
.rm-overlay {
  display   : none;
  position  : fixed;
  inset     : 0;
  z-index   : 9998;
}

.rm-overlay.is-open { display: block; }

.rm-overlay__backdrop {
  position  : absolute;
  inset     : 0;
  background: rgba(0,0,0,.55);
  animation : rmFadeIn .32s ease forwards;
}

@keyframes rmFadeIn {
  from { opacity: 0; }
  to   { opacity: 1; }
}

/* Sağdan kayan panel */
.rm-overlay__panel {
  position      : absolute;
  top           : 0;
  right         : 0;
  bottom        : 0;
  width         : min(85vw, 360px);
  background    : var(--rm-dark);
  display       : flex;
  flex-direction: column;
  overflow-y    : auto;
  -webkit-overflow-scrolling: touch;
  z-index       : 1;
  transform     : translateX(100%);
  transition    : transform .38s cubic-bezier(.4,0,.2,1);
  padding       : 0 0 env(safe-area-inset-bottom, 0);
}

.rm-overlay.is-open .rm-overlay__panel {
  transform: translateX(0);
}

/* Panel başlık */
.rm-overlay__head {
  display        : flex;
  align-items    : center;
  justify-content: space-between;
  padding        : 1.25rem 1.5rem;
  border-bottom  : 1px solid rgba(255,255,255,.08);
  flex-shrink    : 0;
}

/* Logo */
.rm-overlay__logo {
  display        : flex;
  align-items    : center;
  gap            : .6rem;
  text-decoration: none;
}

.rm-overlay__logo-mark {
  width          : 36px;
  height         : 36px;
  border-radius  : 10px;
  background     : var(--rm-primary);
  display        : inline-flex;
  align-items    : center;
  justify-content: center;
  color          : #fff;
  font-size      : 1.1rem;
  flex-shrink    : 0;
  box-shadow     : 0 4px 14px rgba(28,197,204,.38);
}

.rm-overlay__wordmark {
  display       : flex;
  flex-direction: column;
  line-height   : 1;
  gap           : 3px;
}

.rm-overlay__wordmark-main {
  font-family   : 'Syne', 'Raleway', sans-serif;
  font-weight   : 800;
  font-size     : 1.1rem;
  color         : #fff;
  letter-spacing: -.03em;
}

.rm-overlay__wordmark-accent {
  color: var(--rm-primary);
}

.rm-overlay__wordmark-sub {
  font-family   : 'Open Sans', sans-serif;
  font-weight   : 600;
  font-size     : .58rem;
  letter-spacing: .18em;
  text-transform: none;
  color         : rgba(255,255,255,.40);
}

/* Kapat butonu */
.rm-overlay__close {
  width          : 38px;
  height         : 38px;
  border-radius  : 50%;
  background     : rgba(255,255,255,.08);
  border         : 1px solid rgba(255,255,255,.12);
  color          : rgba(255,255,255,.80);
  font-size      : 1.1rem;
  display        : flex;
  align-items    : center;
  justify-content: center;
  cursor         : pointer;
  transition     : all .2s ease;
  flex-shrink    : 0;
}

.rm-overlay__close:hover {
  background  : var(--rm-primary);
  border-color: var(--rm-primary);
  color       : #fff;
}

/* Nav linkleri */
.rm-overlay__nav {
  display       : flex;
  flex-direction: column;
  padding       : 1rem 0;
  flex          : 1;
}

.rm-overlay__link {
  display        : flex;
  align-items    : center;
  justify-content: space-between;
  padding        : .9rem 1.5rem;
  font-family    : 'Raleway', sans-serif;
  font-weight    : 800;
  font-size      : 1.25rem;
  color          : rgba(255,255,255,.72);
  text-decoration: none;
  border-left    : 3px solid transparent;
  transition     : all .18s ease;
  letter-spacing : -.01em;
}

.rm-overlay__link i {
  font-size : .85rem;
  opacity   : 0;
  transform : translateX(-6px);
  transition: all .22s ease;
  color     : var(--rm-primary);
}

.rm-overlay__link:hover,
.rm-overlay__link--active {
  color           : #fff;
  background      : rgba(28,197,204,.08);
  border-left-color: var(--rm-primary);
}

.rm-overlay__link:hover i,
.rm-overlay__link--active i {
  opacity  : 1;
  transform: translateX(0);
}

/* Ince ayraç çizgisi linkler arasında */
.rm-overlay__link + .rm-overlay__link {
  border-top: 1px solid rgba(255,255,255,.04);
}

/* CTA butonları */
.rm-overlay__cta {
  display       : flex;
  flex-direction: column;
  gap           : .6rem;
  padding       : 1.25rem 1.5rem;
  border-top    : 1px solid rgba(255,255,255,.08);
  flex-shrink   : 0;
}

.rm-overlay__btn {
  display        : flex;
  align-items    : center;
  justify-content: center;
  gap            : .5rem;
  padding        : .75rem 1.25rem;
  border-radius  : 30px;
  font-family    : 'Raleway', sans-serif;
  font-weight    : 700;
  font-size      : .88rem;
  text-decoration: none;
  transition     : all .2s ease;
}

.rm-overlay__btn--primary {
  background : var(--rm-primary);
  color      : #fff;
  border     : 1px solid var(--rm-primary);
  box-shadow : 0 6px 20px rgba(28,197,204,.30);
}

.rm-overlay__btn--primary:hover {
  background: var(--rm-primary-dark);
  color     : #fff;
}

.rm-overlay__btn--outline {
  background  : transparent;
  color       : rgba(255,255,255,.80);
  border      : 1px solid rgba(255,255,255,.22);
}

.rm-overlay__btn--outline:hover {
  background  : rgba(255,255,255,.08);
  color       : #fff;
  border-color: rgba(255,255,255,.40);
}

.rm-overlay__btn--logout {
  border-radius: 8px;
}

.rm-overlay__btn--ghost {
  background: rgba(255,255,255,.08);
  color     : #fff;
  border    : 2px solid rgba(255,255,255,.45);
  font-size : .82rem;
  font-weight: 700;
}

.rm-overlay__btn--ghost:hover {
  color       : #fff;
  border-color: var(--rm-primary, #1cc5cc);
  background  : rgba(28, 197, 204, .22);
}

/* Sosyal medya */
.rm-overlay__social {
  display    : flex;
  gap        : .6rem;
  padding    : 1rem 1.5rem .5rem;
  flex-shrink: 0;
}

.rm-overlay__social-icon {
  width          : 36px;
  height         : 36px;
  border-radius  : 50%;
  background     : rgba(255,255,255,.06);
  border         : 1px solid rgba(255,255,255,.10);
  color          : rgba(255,255,255,.55);
  display        : inline-flex;
  align-items    : center;
  justify-content: center;
  font-size      : .85rem;
  text-decoration: none;
  transition     : all .2s ease;
}

.rm-overlay__social-icon:hover {
  background  : var(--rm-primary);
  border-color: var(--rm-primary);
  color       : #fff;
}

/* Alt slogan */
.rm-overlay__tagline {
  padding       : .75rem 1.5rem 1.5rem;
  font-size     : .7rem;
  color         : rgba(255,255,255,.25);
  letter-spacing: .08em;
  text-transform: none;
  flex-shrink   : 0;
}

/* ================================================================
   RESPONSIVE — tablet + mobile
   ================================================================ */

/* ── Tablet / < 992px — sadece desktop collapse gizle, overlay devralır */
@media (max-width: 991.98px) {
  .rm-navcontact  { display: none !important; }
  /* Desktop collapse mobilde gizlenir — overlay menü kullanılır */
  .rm-nav .navbar-collapse { display: none !important; }
}

/* ── Mobil (< 768px) ──────────────────────────────────────── */
@media (max-width: 767.98px) {
  /* Üst bar gizle */
  .rm-topbar { display: none !important; }

  /* Wordmark küçült */
  .rm-nav-icon { width: 28px; height: 28px; font-size: .85rem; }
  .rm-nav-wordmark__main { font-size: 1.02rem; }
  .rm-nav-wordmark__sub  { font-size: .56rem; }

  /* Hero yüksekliği */
  .rm-hero-cover { min-height: 90vh; }

  /* Hero iç boşluklar */
  .rm-hero-cover__inner { padding: 60px 20px 50px; }

  /* Hero kicker */
  .rm-hero-cover .rm-kicker {
    font-size     : .68rem;
    letter-spacing: .18em;
    background    : rgba(28,197,204,.12);
    border        : 1px solid rgba(28,197,204,.28);
    display       : inline-block;
    padding       : .3rem .85rem;
    border-radius : 999px;
  }

  /* Hero başlık boyutu */
  .rm-hero-cover__title {
    font-size  : 2.1rem;
    line-height: 1.18;
  }

  /* Hero alt metin */
  .rm-hero-cover__sub {
    font-size  : .93rem;
    line-height: 1.7;
  }

  /* Hero butonlar — dikey yığın */
  .rm-hero-cover__inner > .d-flex {
    flex-direction: column !important;
    align-items   : center !important;
    gap           : .65rem !important;
  }

  .rm-hero-cover__inner .btn-lg {
    width     : min(300px, 90%);
    padding   : .72rem 1.5rem !important;
    font-size : .84rem !important;
  }

  /* Hero stats kutucukları */
  .rm-stat { padding: 9px 11px; }
  .rm-stat .rm-kicker { font-size: .63rem; }
  .rm-stat .fs-5 { font-size: 1rem !important; }

  /* Hizmetler bölümü dikey boşluk */
  .rm-services { padding: 44px 0; }

  /* Servis kartı iç boşluk */
  .rm-service-card { padding: 1.6rem 1.2rem; }

  /* Sections genel */
  .rm-section { padding: 30px 0; }
}

/* ── Küçük telefon (< 576px) ──────────────────────────────── */
@media (max-width: 575.98px) {
  /* Hero tam ekran doldursun */
  .rm-hero-cover { min-height: 100svh; }

  .rm-hero-cover__inner { padding: 50px 18px 42px; }

  .rm-hero-cover__title { font-size: 1.85rem; }

  /* Stats: tam genişlik ızgara */
  .rm-hero-cover__inner .row.mt-5 {
    margin-top: 2rem !important;
  }

  .rm-stat {
    padding  : 8px 10px;
    min-width: 0;
  }

  /* Hizmetler */
  .rm-services { padding: 36px 0; }

  /* Servis kartı */
  .rm-service-card { padding: 1.4rem 1rem; }

  /* Servis ikon biraz küçük */
  .rm-service-icon {
    width    : 58px;
    height   : 58px;
    font-size: 1.4rem;
  }

  /* Section genel */
  .rm-section { padding: 26px 0; }

  /* Section başlık h2 */
  .rm-section-title h2 { font-size: 1.45rem; }

  /* Kart body padding */
  .card.rm-card .card-body.p-4 { padding: 1.25rem !important; }

  /* CTA section mobilde daha kompakt */
  .rm-cta { padding: 40px 0; }
  .rm-cta__title { font-size: 1.35rem !important; }

  /* Footer padding */
  .rm-footer { padding-top: 2.5rem !important; padding-bottom: 2.5rem !important; }

  /* Footer alt bar flex-column */
  .rm-footer .border-top.border-dark-subtle { gap: .5rem; }
}

/* ── Servis kartları: 2 sütun 480px+ ─────────────────────── */
@media (min-width: 480px) and (max-width: 767.98px) {
  .rm-services .row > [class*="col-md-6"] {
    width: 50%;
  }
}

/* ================================================================
   PREMIUM SECTIONS (hero altı) — Navbar/Hero dokunulmadı
   ================================================================ */

/* Typography helpers */
.rm-lead { font-size: 1.02rem; line-height: 1.8; }

/* Section variants */
.rm-section--subtle {
  background: linear-gradient(180deg, rgba(246,248,250,1) 0%, rgba(255,255,255,1) 100%);
  border-top: 1px solid rgba(0,0,0,.05);
  border-bottom: 1px solid rgba(0,0,0,.05);
}

.rm-section-title--left { text-align: left; margin-bottom: 1.25rem; }
.rm-section-title--left h2 { margin-bottom: .25rem; }

/* Scroll reveal */
.rm-reveal {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 520ms ease, transform 520ms ease;
  will-change: opacity, transform;
}
.rm-reveal.is-in {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .rm-reveal { opacity: 1; transform: none; transition: none; }
}

/* About: feature list */
.rm-feature {
  display: flex;
  gap: .85rem;
  padding: 1rem 1rem;
  border-radius: 12px;
  border: 1px solid rgba(0,0,0,.07);
  background: rgba(255,255,255,.85);
  box-shadow: 0 10px 30px rgba(0,0,0,.04);
}
.rm-feature__icon {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(28,197,204,.12);
  color: var(--rm-primary);
  flex-shrink: 0;
  font-size: 1.05rem;
}
.rm-feature__title {
  font-family: 'Raleway', sans-serif;
  font-weight: 800;
  color: #111;
  font-size: .95rem;
  margin-bottom: .15rem;
}
.rm-feature__text { color: #666; font-size: .88rem; line-height: 1.65; }

/* About media */
.rm-aboutMedia { position: relative; }
.rm-aboutMedia__card {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(0,0,0,.08);
  background: #fff;
  box-shadow: 0 18px 60px rgba(0,0,0,.10);
}
.rm-aboutMedia__img {
  width: 100%;
  height: clamp(300px, 42vw, 460px);
  object-fit: cover;
  display: block;
}
.rm-aboutMedia__badge {
  position: absolute;
  left: 18px;
  bottom: 18px;
  right: 18px;
  border-radius: 14px;
  padding: 14px 14px;
  border: 1px solid rgba(255,255,255,.18);
  background: rgba(13,27,42,.72);
  color: rgba(255,255,255,.90);
  backdrop-filter: blur(10px);
}
.rm-aboutMedia__badgeTitle {
  font-family: 'Raleway', sans-serif;
  font-weight: 900;
  letter-spacing: -.01em;
}
.rm-aboutMedia__badgeText { font-size: .86rem; color: rgba(255,255,255,.75); margin-top: 2px; }
.rm-aboutMedia__shadow {
  position: absolute;
  inset: auto 12% -18px 12%;
  height: 36px;
  filter: blur(18px);
  background: rgba(0,0,0,.22);
  z-index: -1;
}

/* Services cards */
.rm-serviceCard {
  height: 100%;
  position: relative;
  border-radius: 16px;
  border: 1px solid rgba(15, 23, 42, .06);
  background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,.92) 100%);
  padding: 1.55rem 1.45rem;
  box-shadow: 0 18px 55px rgba(15, 23, 42, .06);
  transition: transform .32s ease, box-shadow .32s ease, border-color .32s ease, background .32s ease;
  overflow: hidden;
}
.rm-serviceCard::before{
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(520px 180px at 20% 0%, rgba(28,197,204,.14), transparent 58%);
  opacity: .0;
  transition: opacity .32s ease;
  pointer-events: none;
}
.rm-serviceCard::after{
  content:"";
  position:absolute;
  left: 18px;
  right: 18px;
  top: 0;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(28,197,204,0), rgba(28,197,204,.95), rgba(28,197,204,0));
  opacity: .0;
  transform: translateY(-6px);
  transition: opacity .32s ease, transform .32s ease;
  pointer-events:none;
}
.rm-serviceCard__icon {
  width: 54px;
  height: 54px;
  border-radius: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(28,197,204,.10);
  color: rgba(20,163,169,1);
  font-size: 1.25rem;
  margin-bottom: .9rem;
  position: relative;
  box-shadow: 0 12px 30px rgba(28,197,204,.14);
}
.rm-serviceCard__icon::before{
  content:"";
  position:absolute;
  inset: -18px;
  border-radius: 24px;
  background: radial-gradient(circle at 30% 30%, rgba(28,197,204,.18), transparent 60%);
  z-index: -1;
}
.rm-serviceCard__title {
  font-family: 'Raleway', sans-serif;
  font-weight: 900;
  color: #101820;
  margin: 0 0 .4rem;
  font-size: 1.03rem;
}
.rm-serviceCard__text { color: #6b7280; margin: 0; line-height: 1.7; font-size: .9rem; }
.rm-serviceCard:hover {
  transform: translateY(-8px);
  box-shadow: 0 26px 70px rgba(15, 23, 42, .12);
  border-color: rgba(28,197,204,.22);
  background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(246,248,250,1) 100%);
}
.rm-serviceCard:hover::before{ opacity: 1; }
.rm-serviceCard:hover::after{ opacity: 1; transform: translateY(0); }

/* Services section background softener */
#hizmetler.rm-section {
  position: relative;
  background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(246,248,250,1) 100%);
}
#hizmetler.rm-section::before{
  content:"";
  position:absolute;
  inset: 0;
  background:
    radial-gradient(900px 320px at 85% 10%, rgba(13,27,42,.05), transparent 60%),
    radial-gradient(720px 260px at 10% 70%, rgba(28,197,204,.10), transparent 62%);
  pointer-events:none;
}
#hizmetler.rm-section > .container{ position: relative; }


@media (prefers-reduced-motion: reduce) {
  .rm-serviceCard { transition: none; }
  .rm-serviceCard:hover { transform: none; }
}

/* Why us metrics */
.rm-why {
  background: linear-gradient(135deg, rgba(255,255,255,1), rgba(246,248,250,1));
}
.rm-metric {
  height: 100%;
  border-radius: 14px;
  padding: 1.1rem 1.05rem;
  background: rgba(255,255,255,.85);
  border: 1px solid rgba(0,0,0,.07);
  box-shadow: 0 10px 30px rgba(0,0,0,.04);
}
.rm-metric__icon {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(28,197,204,.12);
  color: var(--rm-primary);
  margin-bottom: .65rem;
}
.rm-metric__value {
  font-family: 'Raleway', sans-serif;
  font-weight: 900;
  font-size: clamp(1.35rem, 2.2vw, 1.85rem);
  letter-spacing: -.02em;
  color: #0d1b2a;
  line-height: 1.1;
}
.rm-metric__label { color: #6b7280; font-size: .88rem; margin-top: .25rem; }

/* Partners */
.rm-partners {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 1.25rem;
}
@media (min-width: 576px) {
  .rm-partners { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (min-width: 992px) {
  .rm-partners { grid-template-columns: repeat(6, minmax(0, 1fr)); }
}
.rm-partnerLogo {
  height: 78px;
  border-radius: 12px;
  border: 1px solid rgba(0,0,0,.08);
  background: #fff;
  box-shadow: 0 10px 26px rgba(0,0,0,.04);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease, filter .3s ease;
  filter: grayscale(1);
}
.rm-partnerLogo img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  display: block;
}
.rm-partnerFallback {
  font-family: 'Raleway', sans-serif;
  font-weight: 800;
  color: rgba(13,27,42,.78);
  text-align: center;
  font-size: .9rem;
  line-height: 1.2;
}
.rm-partnerLogo:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 46px rgba(0,0,0,.10);
  border-color: rgba(28,197,204,.22);
  filter: grayscale(0);
}
@media (prefers-reduced-motion: reduce) {
  .rm-partnerLogo { transition: none; }
  .rm-partnerLogo:hover { transform: none; }
}

/* CTA */
.rm-cta {
  padding: 56px 0;
  background: radial-gradient(1200px 420px at 10% 0%, rgba(28,197,204,.28), transparent 55%),
              linear-gradient(135deg, #0d1b2a 0%, #102a43 55%, #0d1b2a 100%);
  color: #fff;
}
.rm-cta__inner {
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.06);
  backdrop-filter: blur(10px);
  padding: 26px 22px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
}
@media (min-width: 992px) {
  .rm-cta__inner {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 34px 34px;
  }
}
.rm-cta__title {
  font-family: 'Raleway', sans-serif;
  font-weight: 900;
  letter-spacing: -.02em;
}
.rm-cta__text { color: rgba(255,255,255,.76); max-width: 60ch; line-height: 1.75; }
.rm-cta__btn {
  border-radius: 999px !important;
  font-family: 'Raleway', sans-serif;
  font-weight: 800;
  letter-spacing: .02em;
  padding: .8rem 1.25rem;
  box-shadow: 0 16px 44px rgba(0,0,0,.25);
}
.rm-cta__btn:hover { transform: translateY(-2px); }
@media (prefers-reduced-motion: reduce) {
  .rm-cta__btn:hover { transform: none; }
}

/* Footer refresh */
.rm-footerTop { border-top: 1px solid rgba(255,255,255,.08); }
/* Navbar ile aynı wordmark (Syne/Raleway + Open Sans alt satır); footer koyu zeminde renk uyarlaması */
.rm-footer .rm-footer-wordmark .rm-nav-wordmark__main {
  color: #fff;
}
.rm-footer .rm-footer-wordmark .rm-nav-wordmark__accent {
  color: var(--rm-primary);
}
.rm-footer .rm-footer-wordmark .rm-nav-wordmark__sub {
  color: rgba(255,255,255,.55);
}
.rm-footerText { color: rgba(255,255,255,.62); line-height: 1.75; font-size: .92rem; max-width: 42ch; }
.rm-footerSocial {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.06);
  color: rgba(255,255,255,.72);
  text-decoration: none;
  transition: all .22s ease;
}
.rm-footerSocial:hover {
  background: var(--rm-primary);
  border-color: var(--rm-primary);
  color: #fff;
  transform: translateY(-2px);
}
.rm-footerLink {
  color: rgba(255,255,255,.62) !important;
  text-decoration: none !important;
  transition: color .18s ease, transform .18s ease;
  display: inline-flex;
  align-items: center;
}
.rm-footerLink:hover { color: #fff !important; transform: translateX(2px); }
.rm-footerContact { display: grid; gap: 10px; }
.rm-footerContact__item {
  display: flex;
  gap: 10px;
  align-items: center;
  text-decoration: none;
  color: rgba(255,255,255,.62);
}
.rm-footerContact__item.is-static { cursor: default; }
.rm-footerContact__icon {
  width: 34px;
  height: 34px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(28,197,204,.12);
  color: var(--rm-primary);
  flex-shrink: 0;
}
.rm-footerContact__text { word-break: break-word; }
.rm-footerContact__item:hover { color: #fff; }
.rm-footerContact__item.is-static:hover { color: rgba(255,255,255,.62); }

/* Sabit WhatsApp butonu (genel site) */
.rm-wa-float {
  position: fixed;
  bottom: 1.25rem;
  right: 1.25rem;
  z-index: 1040;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #25d366;
  color: #fff !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.65rem;
  box-shadow: 0 4px 14px rgba(37, 211, 102, 0.45);
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.rm-wa-float:hover {
  color: #fff !important;
  transform: scale(1.06);
  box-shadow: 0 6px 20px rgba(37, 211, 102, 0.55);
}

/* Public suggestion system */
.rm-suggestionBoard {
  display: grid;
  gap: 18px;
}

@media (min-width: 992px) {
  .rm-suggestionBoard {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.rm-suggestionLane {
  height: 100%;
  border-radius: 16px;
  padding: 22px;
  background: #fff;
  border: 1px solid rgba(13, 27, 42, 0.08);
  box-shadow: 0 16px 44px rgba(13, 27, 42, 0.06);
}

.rm-suggestionLane.is-rainmaker {
  background: linear-gradient(135deg, #fff 0%, rgba(28, 197, 204, 0.06) 100%);
}

.rm-suggestionLane__head {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  margin-bottom: 16px;
}

.rm-suggestionLane__head > i {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: rgba(28, 197, 204, 0.12);
  color: var(--rm-primary);
  font-size: 1.2rem;
  flex-shrink: 0;
}

.rm-suggestionLane h3 {
  margin: 0;
  font-weight: 900;
  font-size: 1.1rem;
  color: #0d1b2a;
}

.rm-suggestionLane p {
  margin: 0.25rem 0 0;
  color: #6b7280;
  font-size: 0.9rem;
  line-height: 1.55;
}

.rm-suggestionList {
  display: grid;
  gap: 10px;
}

.rm-suggestionItem {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border-radius: 12px;
  padding: 12px 14px;
  background: #f8fafc;
  border: 1px solid rgba(13, 27, 42, 0.07);
  color: #0d1b2a;
  text-decoration: none;
}

.rm-suggestionItem:hover {
  color: #0d1b2a;
  border-color: rgba(28, 197, 204, 0.28);
  box-shadow: 0 10px 26px rgba(13, 27, 42, 0.06);
}

.rm-suggestionItem span {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-width: 0;
  font-weight: 700;
  font-size: 0.92rem;
}

.rm-suggestionItem span i {
  color: var(--rm-primary);
  flex-shrink: 0;
}

.rm-suggestionItem strong {
  border-radius: 999px;
  padding: 0.36rem 0.75rem;
  background: var(--rm-primary);
  color: #fff;
  font-size: 0.78rem;
  white-space: nowrap;
}

/* Floating recommendation widget */
.rm-rec-float {
  position: fixed;
  right: 1.25rem;
  bottom: 5.25rem;
  z-index: 1041;
  font-family: 'Open Sans', system-ui, sans-serif;
}

.rm-rec-float__toggle {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  min-height: 48px;
  border: 0;
  border-radius: 999px;
  padding: 0.72rem 1rem;
  background: linear-gradient(135deg, var(--rm-primary), #0d1b2a);
  color: #fff;
  box-shadow: 0 14px 34px rgba(13, 27, 42, 0.22);
  font-weight: 800;
}

.rm-rec-float__teaser {
  position: absolute;
  right: 0;
  bottom: calc(100% + 0.55rem);
  width: max-content;
  max-width: min(280px, calc(100vw - 2rem));
  border-radius: 999px;
  padding: 0.45rem 0.75rem;
  background: #fff;
  border: 1px solid rgba(13, 27, 42, 0.08);
  color: #0d1b2a;
  box-shadow: 0 12px 28px rgba(13, 27, 42, 0.14);
  font-size: 0.75rem;
  font-weight: 800;
  animation: rmRecTeaser 7s ease forwards;
  pointer-events: none;
}

@keyframes rmRecTeaser {
  0%, 78% { opacity: 1; transform: translateY(0); }
  100% { opacity: 0; transform: translateY(5px); visibility: hidden; }
}

.rm-rec-float.has-new .rm-rec-float__toggle {
  animation: rmRecPulse 2.4s ease-in-out 2;
}

.rm-rec-float__badge {
  position: absolute;
  top: -8px;
  right: -6px;
  min-width: 22px;
  height: 22px;
  display: inline-grid;
  place-items: center;
  border-radius: 999px;
  background: #dc3545;
  color: #fff;
  border: 2px solid #fff;
  font-size: 0.68rem;
  line-height: 1;
}

@keyframes rmRecPulse {
  0%, 100% { transform: translateY(0); box-shadow: 0 14px 34px rgba(13, 27, 42, 0.22); }
  45% { transform: translateY(-3px); box-shadow: 0 18px 44px rgba(28, 197, 204, 0.34); }
}

.rm-rec-float__toggle i {
  font-size: 1.05rem;
}

.rm-rec-float__panel {
  position: absolute;
  right: 0;
  bottom: calc(100% + 0.7rem);
  width: min(360px, calc(100vw - 2rem));
  max-height: min(520px, calc(100vh - 9rem));
  overflow: hidden;
  border-radius: 18px;
  background: #fff;
  border: 1px solid rgba(13, 27, 42, 0.08);
  box-shadow: 0 22px 64px rgba(13, 27, 42, 0.22);
}

.rm-rec-float__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 1rem;
  color: #fff;
  background: linear-gradient(135deg, #0d1b2a, #102a43);
}

.rm-rec-float__head strong,
.rm-rec-float__head span {
  display: block;
}

.rm-rec-float__head strong {
  font-size: 0.95rem;
}

.rm-rec-float__head span {
  margin-top: 0.2rem;
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.72);
}

.rm-rec-float__close {
  width: 32px;
  height: 32px;
  display: inline-grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  flex-shrink: 0;
}

.rm-rec-float__list {
  display: grid;
  gap: 0.65rem;
  max-height: 390px;
  overflow: auto;
  padding: 0.85rem;
  background: #f8fafc;
}

.rm-rec-float__item {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr) auto;
  gap: 0.65rem;
  align-items: center;
  border-radius: 14px;
  padding: 0.7rem;
  background: #fff;
  border: 1px solid rgba(13, 27, 42, 0.07);
  color: #0d1b2a;
  text-decoration: none;
}

.rm-rec-float__item:hover {
  color: #0d1b2a;
  border-color: rgba(28, 197, 204, 0.3);
  box-shadow: 0 10px 24px rgba(13, 27, 42, 0.07);
}

.rm-rec-float__item.is-new {
  border-color: rgba(28, 197, 204, 0.22);
}

.rm-rec-float__item.is-done {
  background: rgba(25, 135, 84, 0.06);
}

.rm-rec-float__item.is-done > i {
  background: rgba(25, 135, 84, 0.12);
  color: #198754;
}

.rm-rec-float__item.is-done em {
  background: rgba(25, 135, 84, 0.11);
  color: #198754;
}

.rm-rec-float__item > i {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: rgba(28, 197, 204, 0.12);
  color: var(--rm-primary);
}

.rm-rec-float__item span {
  min-width: 0;
}

.rm-rec-float__item strong,
.rm-rec-float__item small {
  display: block;
}

.rm-rec-float__item strong {
  font-size: 0.82rem;
  line-height: 1.25;
}

.rm-rec-float__item small {
  margin-top: 0.18rem;
  color: #64748b;
  font-size: 0.72rem;
  line-height: 1.35;
}

.rm-rec-float__item em {
  border-radius: 999px;
  padding: 0.32rem 0.58rem;
  background: var(--rm-primary);
  color: #fff;
  font-size: 0.72rem;
  font-style: normal;
  font-weight: 800;
  white-space: nowrap;
}

.rm-guide {
  position: fixed;
  inset: 0;
  z-index: 1090;
  pointer-events: none;
  font-family: 'Open Sans', system-ui, sans-serif;
}

.rm-guide__shade {
  position: fixed;
  background: rgba(5, 16, 28, 0.72);
  pointer-events: auto;
}

.rm-guide__focus {
  position: fixed;
  border: 2px solid var(--rm-primary);
  border-radius: 14px;
  box-shadow: 0 0 0 4px rgba(28, 197, 204, 0.18), 0 18px 50px rgba(28, 197, 204, 0.24);
  pointer-events: none;
}

.rm-guide-target {
  position: relative;
  z-index: 1091;
}

.rm-guide__panel {
  position: fixed;
  border-radius: 14px;
  padding: 1rem;
  background: #fff;
  color: #0d1b2a;
  box-shadow: 0 22px 70px rgba(5, 16, 28, 0.3);
  pointer-events: auto;
}

.rm-guide__eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  border-radius: 999px;
  padding: 0.2rem 0.6rem;
  background: rgba(28, 197, 204, 0.12);
  color: #087d85;
  font-size: 0.72rem;
  font-weight: 800;
}

.rm-guide__panel h3 {
  margin: 0.65rem 0 0.35rem;
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0;
}

.rm-guide__panel p {
  margin: 0;
  color: #475569;
  font-size: 0.86rem;
  line-height: 1.55;
}

.rm-guide__actions {
  display: flex;
  justify-content: flex-end;
  gap: 0.5rem;
  margin-top: 0.9rem;
}

.rm-guide__actions button {
  border: 0;
  border-radius: 999px;
  padding: 0.54rem 0.85rem;
  font-size: 0.82rem;
  font-weight: 800;
}

.rm-guide__skip {
  background: #eef2f7;
  color: #334155;
}

.rm-guide__done {
  background: var(--rm-primary);
  color: #fff;
}

.rm-guide__arrow {
  position: fixed;
  width: 18px;
  height: 18px;
  background: #fff;
  transform: rotate(45deg);
  box-shadow: -4px -4px 14px rgba(5, 16, 28, 0.06);
}

.rm-guide__arrow.is-above {
  box-shadow: 4px 4px 14px rgba(5, 16, 28, 0.08);
}

@media (max-width: 575.98px) {
  .rm-rec-float {
    right: 1rem;
    bottom: 5rem;
  }

  .rm-rec-float__toggle span {
    display: none;
  }

  .rm-rec-float__toggle {
    width: 52px;
    height: 52px;
    justify-content: center;
    padding: 0;
  }
}

.rm-bulletin-hero {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.25rem;
  padding: 1.5rem;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(13, 27, 42, 0.06), rgba(28, 197, 204, 0.08));
  border: 1px solid rgba(13, 27, 42, 0.07);
}

.rm-bulletin-hero h1 {
  font-size: clamp(1.8rem, 3vw, 2.7rem);
  font-weight: 900;
  letter-spacing: 0;
}

.rm-bulletin-form {
  position: sticky;
  top: calc(var(--rm-header-h, 90px) + 1rem);
}

.rm-bulletin-login {
  display: grid;
  place-items: center;
  text-align: center;
  min-height: 180px;
  padding: 1rem;
  border-radius: 12px;
  background: #f8fafc;
  color: #334155;
}

.rm-bulletin-login i {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  margin-bottom: 0.7rem;
  border-radius: 14px;
  background: rgba(28, 197, 204, 0.12);
  color: var(--rm-primary);
}

.rm-bulletin-card {
  overflow: hidden;
}

.rm-bulletin-type {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  border-radius: 999px;
  padding: 0.25rem 0.7rem;
  font-size: 0.75rem;
  font-weight: 900;
  background: rgba(28, 197, 204, 0.12);
  color: #087d85;
}

.rm-bulletin-type--supply {
  background: rgba(25, 135, 84, 0.12);
  color: #198754;
}

.rm-bulletin-type--demand {
  background: rgba(255, 193, 7, 0.18);
  color: #876000;
}

.rm-bulletin-body {
  white-space: normal;
  color: #243244;
  line-height: 1.7;
}

.rm-bulletin-comments {
  border-top: 1px solid rgba(13, 27, 42, 0.08);
  padding-top: 1rem;
}

.rm-bulletin-comment {
  padding: 0.75rem 0.85rem;
  border-radius: 12px;
  background: #f8fafc;
  border: 1px solid rgba(13, 27, 42, 0.06);
  color: #334155;
  font-size: 0.9rem;
}

.rm-bulletin-comment small {
  display: block;
  margin-top: 0.35rem;
  color: #64748b;
}

.rm-bulletin-comment-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.6rem;
  align-items: end;
}

.rm-home-bulletin-card {
  display: grid;
  gap: 0.45rem;
  min-height: 170px;
  height: 100%;
  padding: 1.2rem;
  border-radius: 16px;
  background: #fff;
  border: 1px solid rgba(13, 27, 42, 0.08);
  text-decoration: none;
  color: #0d1b2a;
  box-shadow: 0 16px 38px rgba(13, 27, 42, 0.06);
}

.rm-home-bulletin-card:hover {
  color: #0d1b2a;
  transform: translateY(-2px);
  border-color: rgba(28, 197, 204, 0.3);
}

.rm-home-bulletin-card span {
  width: fit-content;
  border-radius: 999px;
  padding: 0.22rem 0.6rem;
  background: rgba(28, 197, 204, 0.12);
  color: #087d85;
  font-size: 0.72rem;
  font-weight: 900;
}

.rm-home-bulletin-card strong {
  font-size: 1rem;
  line-height: 1.35;
}

.rm-home-bulletin-card small {
  color: #64748b;
  line-height: 1.55;
}

.rm-home-bulletin-empty {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.2rem;
  border-radius: 16px;
  background: #fff;
  border: 1px dashed rgba(13, 27, 42, 0.18);
  color: #334155;
}

.rm-home-bulletin-empty strong {
  color: #0d1b2a;
}

.rm-home-bulletin-empty span {
  color: #64748b;
}

@media (max-width: 991.98px) {
  .rm-bulletin-form {
    position: static;
  }
}

@media (max-width: 575.98px) {
  .rm-bulletin-hero {
    align-items: stretch;
    flex-direction: column;
    padding: 1rem;
  }

  .rm-bulletin-wa {
    width: 100%;
  }

  .rm-bulletin-comment-form {
    grid-template-columns: 1fr;
  }

  .rm-home-bulletin-empty {
    align-items: flex-start;
    flex-direction: column;
  }
}

