
/*
Theme Name: Rehberlik Merkezi Pro
Theme URI: https://rehberlikmerkezi.com.tr
Author: By Serhat
Author URI: mailto:by.serhatt@gmail.com
Description: Türkiye Geneli Rehberlik, Özel Eğitim ve Aile Destek Platformu
Version: 1.5.0
Requires at least: 6.0
Tested up to: 7.0
Requires PHP: 8.1
Text Domain: rm-pro
*/

:root{
  --blue:#24458f;
  --blue2:#2f80ed;
  --green:#22c76a;
  --mint:#e9fff4;
  --soft:#f6faff;
  --text:#20304d;
  --muted:#65708a;
  --orange:#f2994a;
}

*{box-sizing:border-box}
body{
  margin:0;
  font-family:Inter,Arial,sans-serif;
  color:var(--text);
  background:#fff;
}
a{text-decoration:none;color:inherit}
.rm-topbar{
  background:var(--blue);
  color:#fff;
  font-weight:700;
  font-size:14px;
}
.rm-wrap{
  max-width:1180px;
  margin:0 auto;
  padding:0 22px;
}
.rm-topbar-inner{
  min-height:42px;
  display:flex;
  align-items:center;
  justify-content:space-between;
}
.rm-header{
  background:#fff;
  box-shadow:0 8px 30px rgba(25,52,110,.06);
  position:sticky;
  top:0;
  z-index:50;
}
.rm-header-inner{
  min-height:100px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:30px;
}
.rm-logo{
  display:flex;
  align-items:center;
  gap:15px;
}
.rm-logo-icon{
  width:56px;
  height:56px;
  border-radius:18px;
  background:linear-gradient(135deg,#2f80ed,#6fcf97);
  display:flex;
  align-items:center;
  justify-content:center;
  color:#fff;
  font-size:24px;
}
.rm-logo-text strong{
  display:block;
  color:var(--blue);
  font-size:24px;
  line-height:1;
}
.rm-logo-text span{
  display:block;
  color:var(--muted);
  font-size:12px;
  margin-top:6px;
}
.rm-menu{
  display:flex;
  align-items:center;
  gap:28px;
  font-weight:800;
  color:#233047;
}
.rm-header-cta{
  background:var(--blue2);
  color:#fff;
  padding:18px 26px;
  border-radius:16px;
  box-shadow:0 12px 30px rgba(47,128,237,.25);
  font-weight:900;
}
.rm-hero{
  position:relative;
  overflow:hidden;
  background:linear-gradient(120deg,#f8fbff 0%,#ffffff 48%,#e7fff3 100%);
  min-height:760px;
}
.rm-hero-video{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  opacity:.16;
  z-index:0;
}
.rm-hero::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,rgba(248,251,255,.96),rgba(255,255,255,.86),rgba(233,255,244,.72));
  z-index:1;
}
.rm-hero-inner{
  position:relative;
  z-index:2;
  min-height:760px;
  display:grid;
  grid-template-columns:1.15fr .85fr;
  gap:70px;
  align-items:center;
}
.rm-pill{
  display:inline-flex;
  padding:12px 20px;
  border-radius:999px;
  background:#eaf3ff;
  color:var(--blue2);
  font-weight:900;
  margin-bottom:24px;
}
.rm-hero h1{
  margin:0;
  color:var(--blue);
  font-size:58px;
  line-height:1.05;
  letter-spacing:-2px;
  max-width:720px;
}
.rm-hero p{
  color:var(--muted);
  font-size:21px;
  line-height:1.7;
  max-width:690px;
  margin:28px 0 0;
}
.rm-actions{
  display:flex;
  gap:16px;
  flex-wrap:wrap;
  margin-top:30px;
}
.rm-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:58px;
  padding:0 26px;
  border-radius:14px;
  font-weight:900;
}
.rm-btn-primary{background:var(--blue2);color:#fff;box-shadow:0 14px 30px rgba(47,128,237,.24)}
.rm-btn-outline{background:#fff;color:var(--blue);border:1px solid #dce8f7}
.rm-search{
  margin-top:32px;
  max-width:720px;
  background:#fff;
  border:1px solid #e3ecf8;
  border-radius:22px;
  padding:10px;
  display:flex;
  gap:10px;
  box-shadow:0 18px 45px rgba(28,60,120,.08);
}
.rm-search input{
  flex:1;
  border:none;
  outline:none;
  padding:0 18px;
  font-size:16px;
  min-height:54px;
}
.rm-search button{
  border:none;
  background:var(--green);
  color:#fff;
  border-radius:16px;
  padding:0 24px;
  font-weight:900;
}
.rm-feature-card{
  background:#fff;
  border-radius:34px;
  padding:34px;
  box-shadow:0 30px 70px rgba(32,62,130,.14);
}
.rm-media-placeholder{
  height:280px;
  border-radius:26px;
  background:linear-gradient(135deg,#e6f2ff,#eafff3);
  display:flex;
  align-items:center;
  justify-content:center;
  color:var(--blue2);
  font-size:72px;
  margin-bottom:30px;
}
.rm-feature-card h2{
  color:var(--blue);
  font-size:30px;
  margin:0 0 18px;
}
.rm-feature-card p{
  margin:0 0 18px;
  font-size:16px;
}
.rm-link{color:var(--blue2);font-weight:900}
.rm-section{padding:90px 0}
.rm-section-soft{background:var(--soft)}
.rm-section-blue{background:var(--blue);color:#fff}
.rm-title{
  text-align:center;
  margin-bottom:44px;
}
.rm-title span{
  color:var(--blue2);
  font-weight:900;
}
.rm-title h2{
  color:var(--blue);
  font-size:42px;
  margin:10px 0 0;
}
.rm-section-blue .rm-title h2,
.rm-section-blue .rm-title span{color:#fff}
.rm-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:22px;
}
.rm-card{
  background:#fff;
  border-radius:26px;
  padding:28px;
  box-shadow:0 12px 34px rgba(18,44,92,.08);
  transition:.25s;
  min-height:190px;
}
.rm-card:hover{transform:translateY(-6px);box-shadow:0 20px 48px rgba(18,44,92,.14)}
.rm-icon{
  width:54px;
  height:54px;
  border-radius:18px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#eaf3ff;
  color:var(--blue2);
  font-size:25px;
  margin-bottom:18px;
}
.rm-card h3{
  margin:0 0 10px;
  color:var(--blue);
  font-size:21px;
}
.rm-card p{
  color:var(--muted);
  margin:0;
  line-height:1.55;
}
.rm-tests{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:22px;
}
.rm-test{
  background:#fff;
  color:var(--text);
  border-radius:26px;
  padding:28px;
  min-height:220px;
}
.rm-test strong{
  display:block;
  color:var(--blue);
  font-size:22px;
  margin-bottom:14px;
}
.rm-test a{
  display:inline-flex;
  margin-top:18px;
  color:var(--blue2);
  font-weight:900;
}
.rm-two{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:50px;
  align-items:center;
}
.rm-image-slot{
  min-height:420px;
  border-radius:34px;
  background:linear-gradient(135deg,#e7f2ff,#eafff2);
  display:flex;
  align-items:center;
  justify-content:center;
  color:#6b8db9;
  font-weight:900;
  border:2px dashed #cbdcf2;
}
.rm-text h2{
  color:var(--blue);
  font-size:42px;
  margin:0 0 18px;
}
.rm-text p{
  color:var(--muted);
  font-size:18px;
  line-height:1.7;
}
.rm-footer{
  background:#172b5c;
  color:#fff;
  padding:60px 0;
}
.rm-footer-grid{
  display:grid;
  grid-template-columns:2fr 1fr 1fr;
  gap:30px;
}
.rm-whatsapp{
  position:fixed;
  right:24px;
  bottom:24px;
  z-index:99;
  background:#25D366;
  color:white;
  padding:18px 22px;
  border-radius:999px;
  font-weight:900;
  box-shadow:0 14px 34px rgba(37,211,102,.32);
}

@media(max-width:980px){
  .rm-header-inner{flex-direction:column;padding:18px 0}
  .rm-menu{flex-wrap:wrap;justify-content:center}
  .rm-hero-inner,.rm-two{grid-template-columns:1fr}
  .rm-hero h1{font-size:42px}
  .rm-grid,.rm-tests{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:620px){
  .rm-topbar-inner{flex-direction:column;padding:10px 0;gap:8px}
  .rm-grid,.rm-tests,.rm-footer-grid{grid-template-columns:1fr}
  .rm-hero h1{font-size:34px}
  .rm-search{flex-direction:column}
}


/* Admin panelden yüklenen sağ kart görseli */
.rm-card-image{
  width:100%;
  height:100%;
  object-fit:cover;
  border-radius:24px;
  display:block;
}

.rm-media-placeholder{
  overflow:hidden;
}
/* SAĞ HERO VİDEO KARTINI FOTOĞRAF GİBİ YAP */
.rm-feature-card{
  background:transparent !important;
  box-shadow:none !important;
  padding:0 !important;
  max-width:620px !important;
}

.rm-media-placeholder.rm-video-box{
  width:620px !important;
  height:520px !important;
  padding:0 !important;
  border:0 !important;
  background:transparent !important;
  overflow:visible !important;
  margin:0 0 28px 0 !important;
  display:block !important;
  position:relative !important;
}

.rm-media-placeholder.rm-video-box::before{
  content:"";
  position:absolute;
  left:-42px;
  top:-38px;
  width:260px;
  height:260px;
  background:#fff1dc;
  border-radius:55% 45% 60% 40%;
  z-index:0;
}

.rm-media-placeholder.rm-video-box::after{
  content:"";
  position:absolute;
  right:-24px;
  bottom:-30px;
  width:230px;
  height:190px;
  background:#e9f3ff;
  border-radius:55% 45% 60% 40%;
  z-index:0;
}

.rm-card-video{
  position:relative !important;
  z-index:2 !important;
  width:620px !important;
  height:430px !important;
  object-fit:cover !important;
  object-position:center center !important;
  border-radius:34px !important;
  display:block !important;
  box-shadow:0 24px 55px rgba(32,62,130,.18) !important;
}

/* Mobilde taşmasın */
@media(max-width:980px){
  .rm-media-placeholder.rm-video-box{
    width:100% !important;
    height:auto !important;
  }

  .rm-card-video{
    width:100% !important;
    height:360px !important;
  }
}
/* SAĞ VİDEO KARTINI BÜYÜK FOTOĞRAF GİBİ SABİTLE */
.rm-hero-inner{
  grid-template-columns: 1fr 620px !important;
}

.rm-feature-card.rm-right-card,
.rm-feature-card{
  width:620px !important;
  max-width:620px !important;
  padding:32px !important;
  border-radius:34px !important;
  background:#fff !important;
}

.rm-media-placeholder.rm-video-box{
  width:100% !important;
  height:430px !important;
  margin-bottom:28px !important;
  padding:0 !important;
  overflow:hidden !important;
  border-radius:30px !important;
}

.rm-card-video{
  width:100% !important;
  height:430px !important;
  object-fit:cover !important;
  object-position:center center !important;
  border-radius:30px !important;
  display:block !important;
}

@media(max-width:980px){
  .rm-hero-inner{
    grid-template-columns:1fr !important;
  }

  .rm-feature-card.rm-right-card,
  .rm-feature-card{
    width:100% !important;
    max-width:100% !important;
  }

  .rm-media-placeholder.rm-video-box,
  .rm-card-video{
    height:330px !important;
  }
}
/* ORGANIC FLOATING BLOBS */

.rm-video-box{
    position:relative;
    z-index:2;
}

.rm-video-box::before{
    content:"";
    position:absolute;
    width:240px;
    height:240px;
    top:-60px;
    left:-70px;

    background:linear-gradient(
        135deg,
        #fff2db,
        #ffe7c2
    );

    border-radius:
        58% 42% 63% 37% /
        41% 53% 47% 59%;

    opacity:.75;

    filter:blur(4px);

    animation:blobFloat1 9s ease-in-out infinite;

    z-index:-1;
}

.rm-video-box::after{
    content:"";
    position:absolute;
    width:220px;
    height:180px;
    bottom:-45px;
    right:-45px;

    background:linear-gradient(
        135deg,
        #dfeeff,
        #cfe4ff
    );

    border-radius:
        44% 56% 38% 62% /
        58% 34% 66% 42%;

    opacity:.7;

    filter:blur(4px);

    animation:blobFloat2 11s ease-in-out infinite;

    z-index:-1;
}

/* EXTRA SMALL FLOAT */

.rm-feature-card::before{
    content:"";
    position:absolute;
    width:110px;
    height:110px;
    background:#f3e8ff;

    border-radius:
        61% 39% 54% 46% /
        48% 60% 40% 52%;

    top:50%;
    left:-35px;

    opacity:.55;

    filter:blur(3px);

    animation:blobFloat3 7s ease-in-out infinite;

    z-index:-1;
}

/* ANIMATIONS */

@keyframes blobFloat1{
    0%{
        transform:translateY(0px) rotate(0deg);
    }
    50%{
        transform:translateY(-12px) rotate(6deg);
    }
    100%{
        transform:translateY(0px) rotate(0deg);
    }
}

@keyframes blobFloat2{
    0%{
        transform:translateY(0px) rotate(0deg);
    }
    50%{
        transform:translateY(10px) rotate(-5deg);
    }
    100%{
        transform:translateY(0px) rotate(0deg);
    }
}

@keyframes blobFloat3{
    0%{
        transform:translateY(0px);
    }
    50%{
        transform:translateY(-8px);
    }
    100%{
        transform:translateY(0px);
    }
}

:root{
  --blue:#24458f;
  --blue2:#2f80ed;
  --green:#22c76a;
  --mint:#e9fff4;
  --soft:#f6faff;
  --text:#20304d;
  --muted:#65708a;
  --orange:#f2994a;
}

*{box-sizing:border-box}
body{
  margin:0;
  font-family:Inter,Arial,sans-serif;
  color:var(--text);
  background:#fff;
}
a{text-decoration:none;color:inherit}
.rm-topbar{
  background:var(--blue);
  color:#fff;
  font-weight:700;
  font-size:14px;
}
.rm-wrap{
  max-width:1180px;
  margin:0 auto;
  padding:0 22px;
}
.rm-topbar-inner{
  min-height:42px;
  display:flex;
  align-items:center;
  justify-content:space-between;
}
.rm-header{
  background:#fff;
  box-shadow:0 8px 30px rgba(25,52,110,.06);
  position:sticky;
  top:0;
  z-index:50;
}
.rm-header-inner{
  min-height:100px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:30px;
}
.rm-logo{
  display:flex;
  align-items:center;
  gap:15px;
}
.rm-logo-icon{
  width:56px;
  height:56px;
  border-radius:18px;
  background:linear-gradient(135deg,#2f80ed,#6fcf97);
  display:flex;
  align-items:center;
  justify-content:center;
  color:#fff;
  font-size:24px;
}
.rm-logo-text strong{
  display:block;
  color:var(--blue);
  font-size:24px;
  line-height:1;
}
.rm-logo-text span{
  display:block;
  color:var(--muted);
  font-size:12px;
  margin-top:6px;
}
.rm-menu{
  display:flex;
  align-items:center;
  gap:28px;
  font-weight:800;
  color:#233047;
}
.rm-header-cta{
  background:var(--blue2);
  color:#fff;
  padding:18px 26px;
  border-radius:16px;
  box-shadow:0 12px 30px rgba(47,128,237,.25);
  font-weight:900;
}
.rm-hero{
  position:relative;
  overflow:hidden;
  background:linear-gradient(120deg,#f8fbff 0%,#ffffff 48%,#e7fff3 100%);
  min-height:760px;
}
.rm-hero-video{
    width:100%;
    height:320px;
    object-fit:cover;
    border-radius:28px;
    display:block;
}
.rm-hero-card{
    max-width:700px;
    overflow:hidden;
}
.rm-hero::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,rgba(248,251,255,.96),rgba(255,255,255,.86),rgba(233,255,244,.72));
  z-index:1;
}
.rm-hero-inner{
  position:relative;
  z-index:2;
  min-height:760px;
  display:grid;
  grid-template-columns:1.15fr .85fr;
  gap:70px;
  align-items:center;
}
.rm-pill{
  display:inline-flex;
  padding:12px 20px;
  border-radius:999px;
  background:#eaf3ff;
  color:var(--blue2);
  font-weight:900;
  margin-bottom:24px;
}
.rm-hero h1{
  margin:0;
  color:var(--blue);
  font-size:58px;
  line-height:1.05;
  letter-spacing:-2px;
  max-width:720px;
}
.rm-hero p{
  color:var(--muted);
  font-size:21px;
  line-height:1.7;
  max-width:690px;
  margin:28px 0 0;
}
.rm-actions{
  display:flex;
  gap:16px;
  flex-wrap:wrap;
  margin-top:30px;
}
.rm-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:58px;
  padding:0 26px;
  border-radius:14px;
  font-weight:900;
}
.rm-btn-primary{background:var(--blue2);color:#fff;box-shadow:0 14px 30px rgba(47,128,237,.24)}
.rm-btn-outline{background:#fff;color:var(--blue);border:1px solid #dce8f7}
.rm-search{
  margin-top:32px;
  max-width:720px;
  background:#fff;
  border:1px solid #e3ecf8;
  border-radius:22px;
  padding:10px;
  display:flex;
  gap:10px;
  box-shadow:0 18px 45px rgba(28,60,120,.08);
}
.rm-search input{
  flex:1;
  border:none;
  outline:none;
  padding:0 18px;
  font-size:16px;
  min-height:54px;
}
.rm-search button{
  border:none;
  background:var(--green);
  color:#fff;
  border-radius:16px;
  padding:0 24px;
  font-weight:900;
}
.rm-feature-card{
  background:#fff;
  border-radius:34px;
  padding:34px;
  box-shadow:0 30px 70px rgba(32,62,130,.14);
}
.rm-media-placeholder{
  height:280px;
  border-radius:26px;
  background:linear-gradient(135deg,#e6f2ff,#eafff3);
  display:flex;
  align-items:center;
  justify-content:center;
  color:var(--blue2);
  font-size:72px;
  margin-bottom:30px;
}
.rm-feature-card h2{
  color:var(--blue);
  font-size:30px;
  margin:0 0 18px;
}
.rm-feature-card p{
  margin:0 0 18px;
  font-size:16px;
}
.rm-link{color:var(--blue2);font-weight:900}
.rm-section{padding:90px 0}
.rm-section-soft{background:var(--soft)}
.rm-section-blue{background:var(--blue);color:#fff}
.rm-title{
  text-align:center;
  margin-bottom:44px;
}
.rm-title span{
  color:var(--blue2);
  font-weight:900;
}
.rm-title h2{
  color:var(--blue);
  font-size:42px;
  margin:10px 0 0;
}
.rm-section-blue .rm-title h2,
.rm-section-blue .rm-title span{color:#fff}
.rm-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:22px;
}
.rm-card{
  background:#fff;
  border-radius:26px;
  padding:28px;
  box-shadow:0 12px 34px rgba(18,44,92,.08);
  transition:.25s;
  min-height:190px;
}
.rm-card:hover{transform:translateY(-6px);box-shadow:0 20px 48px rgba(18,44,92,.14)}
.rm-icon{
  width:54px;
  height:54px;
  border-radius:18px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#eaf3ff;
  color:var(--blue2);
  font-size:25px;
  margin-bottom:18px;
}
.rm-card h3{
  margin:0 0 10px;
  color:var(--blue);
  font-size:21px;
}
.rm-card p{
  color:var(--muted);
  margin:0;
  line-height:1.55;
}
.rm-tests{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:22px;
}
.rm-test{
  background:#fff;
  color:var(--text);
  border-radius:26px;
  padding:28px;
  min-height:220px;
}
.rm-test strong{
  display:block;
  color:var(--blue);
  font-size:22px;
  margin-bottom:14px;
}
.rm-test a{
  display:inline-flex;
  margin-top:18px;
  color:var(--blue2);
  font-weight:900;
}
.rm-two{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:50px;
  align-items:center;
}
.rm-image-slot{
  min-height:420px;
  border-radius:34px;
  background:linear-gradient(135deg,#e7f2ff,#eafff2);
  display:flex;
  align-items:center;
  justify-content:center;
  color:#6b8db9;
  font-weight:900;
  border:2px dashed #cbdcf2;
}
.rm-text h2{
  color:var(--blue);
  font-size:42px;
  margin:0 0 18px;
}
.rm-text p{
  color:var(--muted);
  font-size:18px;
  line-height:1.7;
}
.rm-footer{
  background:#172b5c;
  color:#fff;
  padding:60px 0;
}
.rm-footer-grid{
  display:grid;
  grid-template-columns:2fr 1fr 1fr;
  gap:30px;
}
.rm-whatsapp{
  position:fixed;
  right:24px;
  bottom:24px;
  z-index:99;
  background:#25D366;
  color:white;
  padding:18px 22px;
  border-radius:999px;
  font-weight:900;
  box-shadow:0 14px 34px rgba(37,211,102,.32);
}

@media(max-width:980px){
  .rm-header-inner{flex-direction:column;padding:18px 0}
  .rm-menu{flex-wrap:wrap;justify-content:center}
  .rm-hero-inner,.rm-two{grid-template-columns:1fr}
  .rm-hero h1{font-size:42px}
  .rm-grid,.rm-tests{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:620px){
  .rm-topbar-inner{flex-direction:column;padding:10px 0;gap:8px}
  .rm-grid,.rm-tests,.rm-footer-grid{grid-template-columns:1fr}
  .rm-hero h1{font-size:34px}
  .rm-search{flex-direction:column}
}


/* Admin panelden yüklenen sağ kart görseli */
.rm-card-image{
  width:100%;
  height:100%;
  object-fit:cover;
  border-radius:24px;
  display:block;
}

.rm-media-placeholder{
  overflow:hidden;
}
/* =========================================
EK GELİŞTİRMELER
========================================= */

.rm-card-image{
  width:100%;
  height:100%;
  object-fit:cover;
  border-radius:24px;
}

.rm-media-placeholder{
  overflow:hidden;
}

.rm-btn{
  transition:.25s;
}

.rm-btn:hover{
  transform:translateY(-2px);
}

.rm-card{
  overflow:hidden;
}

.rm-search input::placeholder{
  color:#98a4b8;
}

.rm-feature-card p{
  color:var(--muted);
  line-height:1.7;
}

.rm-test p{
  color:#d9e2ff;
  line-height:1.6;
}

.rm-footer p{
  line-height:1.8;
  color:#d7e1ff;
}

.rm-footer h3,
.rm-footer h4{
  margin-bottom:18px;
}

.rm-menu a{
  transition:.25s;
}

.rm-menu a:hover{
  color:var(--blue2);
}

@media(max-width:768px){

  .rm-header-cta{
    width:100%;
    text-align:center;
  }

  .rm-btn{
    width:100%;
  }

  .rm-search button{
    min-height:54px;
  }

}

/* VIDEO HERO DÜZELTME */
.rm-hero-video{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  opacity:.12;
  z-index:0;
}

.rm-right-card{
  max-width:520px;
  width:100%;
  overflow:hidden;
}

.rm-video-box{
  height:260px;
  padding:0;
  overflow:hidden;
  border-radius:26px;
}

.rm-card-video{
  width:100%;
  height:260px;
  object-fit:cover;
  border-radius:24px;
  display:block;
}

.rm-feature-card{
  max-width:520px;
}
.rm-feature-card{
  background:transparent;
  box-shadow:none;
  padding:0;
  max-width:620px;
}

.rm-video-box{
  position:relative;
  height:430px;
  padding:0;
  overflow:visible;
  border-radius:34px;
  background:#fff7df;
}

.rm-video-box::before{
  content:"";
  position:absolute;
  left:-45px;
  top:-35px;
  width:250px;
  height:250px;
  background:#fff1d8;
  border-radius:55% 45% 60% 40%;
  z-index:0;
}

.rm-video-box::after{
  content:"";
  position:absolute;
  right:20px;
  bottom:-35px;
  width:210px;
  height:170px;
  background:#eaf3ff;
  border-radius:55% 45% 60% 40%;
  z-index:0;
}

.rm-card-video{
  position:relative;
  z-index:2;
  width:100%;
  height:360px;
  object-fit:cover;
  border-radius:30px;
  display:block;
  box-shadow:0 24px 55px rgba(32,62,130,.18);
}

.rm-feature-card h2,
.rm-feature-card p,
.rm-feature-card .rm-link{
  margin-left:0;
}
/* SAĞ HERO VİDEO KARTINI FOTOĞRAF GİBİ YAP */
.rm-feature-card{
  background:transparent !important;
  box-shadow:none !important;
  padding:0 !important;
  max-width:620px !important;
}

.rm-media-placeholder.rm-video-box{
  width:620px !important;
  height:520px !important;
  padding:0 !important;
  border:0 !important;
  background:transparent !important;
  overflow:visible !important;
  margin:0 0 28px 0 !important;
  display:block !important;
  position:relative !important;
}

.rm-media-placeholder.rm-video-box::before{
  content:"";
  position:absolute;
  left:-42px;
  top:-38px;
  width:260px;
  height:260px;
  background:#fff1dc;
  border-radius:55% 45% 60% 40%;
  z-index:0;
}

.rm-media-placeholder.rm-video-box::after{
  content:"";
  position:absolute;
  right:-24px;
  bottom:-30px;
  width:230px;
  height:190px;
  background:#e9f3ff;
  border-radius:55% 45% 60% 40%;
  z-index:0;
}

.rm-card-video{
  position:relative !important;
  z-index:2 !important;
  width:620px !important;
  height:430px !important;
  object-fit:cover !important;
  object-position:center center !important;
  border-radius:34px !important;
  display:block !important;
  box-shadow:0 24px 55px rgba(32,62,130,.18) !important;
}

/* Mobilde taşmasın */
@media(max-width:980px){
  .rm-media-placeholder.rm-video-box{
    width:100% !important;
    height:auto !important;
  }

  .rm-card-video{
    width:100% !important;
    height:360px !important;
  }
}
/* SAĞ VİDEO KARTINI BÜYÜK FOTOĞRAF GİBİ SABİTLE */
.rm-hero-inner{
  grid-template-columns: 1fr 620px !important;
}

.rm-feature-card.rm-right-card,
.rm-feature-card{
  width:620px !important;
  max-width:620px !important;
  padding:32px !important;
  border-radius:34px !important;
  background:#fff !important;
}

.rm-media-placeholder.rm-video-box{
  width:100% !important;
  height:430px !important;
  margin-bottom:28px !important;
  padding:0 !important;
  overflow:hidden !important;
  border-radius:30px !important;
}

.rm-card-video{
  width:100% !important;
  height:430px !important;
  object-fit:cover !important;
  object-position:center center !important;
  border-radius:30px !important;
  display:block !important;
}

@media(max-width:980px){
  .rm-hero-inner{
    grid-template-columns:1fr !important;
  }

  .rm-feature-card.rm-right-card,
  .rm-feature-card{
    width:100% !important;
    max-width:100% !important;
  }

  .rm-media-placeholder.rm-video-box,
  .rm-card-video{
    height:330px !important;
  }
}
/* ORGANIC FLOATING BLOBS */

.rm-video-box{
    position:relative;
    z-index:2;
}

.rm-video-box::before{
    content:"";
    position:absolute;
    width:240px;
    height:240px;
    top:-60px;
    left:-70px;

    background:linear-gradient(
        135deg,
        #fff2db,
        #ffe7c2
    );

    border-radius:
        58% 42% 63% 37% /
        41% 53% 47% 59%;

    opacity:.75;

    filter:blur(4px);

    animation:blobFloat1 9s ease-in-out infinite;

    z-index:-1;
}

.rm-video-box::after{
    content:"";
    position:absolute;
    width:220px;
    height:180px;
    bottom:-45px;
    right:-45px;

    background:linear-gradient(
        135deg,
        #dfeeff,
        #cfe4ff
    );

    border-radius:
        44% 56% 38% 62% /
        58% 34% 66% 42%;

    opacity:.7;

    filter:blur(4px);

    animation:blobFloat2 11s ease-in-out infinite;

    z-index:-1;
}

/* EXTRA SMALL FLOAT */

.rm-feature-card::before{
    content:"";
    position:absolute;
    width:110px;
    height:110px;
    background:#f3e8ff;

    border-radius:
        61% 39% 54% 46% /
        48% 60% 40% 52%;

    top:50%;
    left:-35px;

    opacity:.55;

    filter:blur(3px);

    animation:blobFloat3 7s ease-in-out infinite;

    z-index:-1;
}

/* ANIMATIONS */

@keyframes blobFloat1{
    0%{
        transform:translateY(0px) rotate(0deg);
    }
    50%{
        transform:translateY(-12px) rotate(6deg);
    }
    100%{
        transform:translateY(0px) rotate(0deg);
    }
}

@keyframes blobFloat2{
    0%{
        transform:translateY(0px) rotate(0deg);
    }
    50%{
        transform:translateY(10px) rotate(-5deg);
    }
    100%{
        transform:translateY(0px) rotate(0deg);
    }
}

@keyframes blobFloat3{
    0%{
        transform:translateY(0px);
    }
    50%{
        transform:translateY(-8px);
    }
    100%{
        transform:translateY(0px);
    }
}
.rm-feature-card{
  position:relative !important;
  overflow:visible !important;
  z-index:3 !important;
}

.rm-video-box{
  position:relative !important;
  overflow:visible !important;
  z-index:3 !important;
}

.rm-video-box::before{
  content:"" !important;
  position:absolute !important;
  width:230px !important;
  height:210px !important;
  top:-45px !important;
  left:-55px !important;
  background:#fff1d8 !important;
  border-radius:58% 42% 63% 37% / 41% 53% 47% 59% !important;
  opacity:.8 !important;
  z-index:1 !important;
}

.rm-video-box::after{
  content:"" !important;
  position:absolute !important;
  width:220px !important;
  height:180px !important;
  right:-40px !important;
  bottom:-35px !important;
  background:#dfeeff !important;
  border-radius:44% 56% 38% 62% / 58% 34% 66% 42% !important;
  opacity:.8 !important;
  z-index:1 !important;
}

.rm-card-video{
  position:relative !important;
  z-index:5 !important;
}
.rm-section-desc{
  max-width:760px;
  margin:16px auto 0;
  color:var(--muted);
  font-size:18px;
  line-height:1.7;
}

.rm-diagnosis-card{
  display:block;
  color:inherit;
  text-decoration:none;
  position:relative;
}

.rm-diagnosis-card span{
  display:inline-block;
  margin-top:18px;
  color:var(--blue2);
  font-weight:900;
}

.rm-diagnosis-card:hover span{
  transform:translateX(4px);
}
.rm-test-card{
  position:relative;
  overflow:hidden;
}

.rm-test-icon{
  width:72px;
  height:72px;
  border-radius:22px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:34px;
  background:#eef4ff;
  margin-bottom:22px;
}

.rm-test-list{
  margin:22px 0;
  padding:0;
  list-style:none;
}

.rm-test-list li{
  padding:8px 0;
  color:var(--muted);
  font-weight:600;
}

.rm-test-card .rm-btn{
  margin-top:18px;
  width:100%;
}
.rm-guide-card{
  display:block;
  text-decoration:none;
  color:inherit;
  min-height:230px;
  position:relative;
}

.rm-guide-card h3{
  font-size:22px;
}

.rm-guide-card span{
  display:inline-block;
  margin-top:20px;
  color:var(--blue2);
  font-weight:900;
}

.rm-guide-card:hover span{
  transform:translateX(4px);
}
/* PREMIUM CTA */

.rm-cta-section{
  position:relative;
  overflow:hidden;
}

.rm-cta-box{
  background:linear-gradient(
    135deg,
    #0d1b44,
    #10265d
  );

  border-radius:42px;

  padding:70px;

  display:grid;
  grid-template-columns:1.3fr .7fr;
  gap:60px;

  position:relative;

  overflow:hidden;
}

.rm-cta-box::before{
  content:"";
  position:absolute;
  width:340px;
  height:340px;
  background:rgba(255,255,255,.05);
  border-radius:50%;
  top:-120px;
  right:-120px;
}

.rm-cta-box::after{
  content:"";
  position:absolute;
  width:260px;
  height:260px;
  background:rgba(255,255,255,.04);
  border-radius:50%;
  bottom:-100px;
  left:-80px;
}

.rm-cta-left{
  position:relative;
  z-index:2;
}

.rm-cta-left h2{
  color:#fff;
  font-size:52px;
  line-height:1.15;
  margin:24px 0;
}

.rm-cta-left p{
  color:#dbe6ff;
  font-size:19px;
  line-height:1.8;
  max-width:760px;
}

.rm-cta-list{
  margin:32px 0;
  padding:0;
  list-style:none;
}

.rm-cta-list li{
  color:#fff;
  padding:10px 0;
  font-weight:700;
}

.rm-cta-right{
  display:flex;
  align-items:center;
  justify-content:center;
  position:relative;
  z-index:2;
}

.rm-cta-card{
  background:#fff;
  border-radius:32px;
  padding:40px;
  width:100%;
  max-width:420px;
  box-shadow:0 30px 70px rgba(0,0,0,.22);
}

.rm-cta-badge{
  display:inline-flex;
  padding:10px 16px;
  border-radius:999px;
  background:#eef4ff;
  color:#2b5cff;
  font-weight:800;
  margin-bottom:24px;
}

.rm-cta-card h3{
  font-size:34px;
  margin-bottom:18px;
}

.rm-cta-card p{
  color:var(--muted);
  line-height:1.8;
}

.rm-cta-phone{
  margin:28px 0;
  font-size:28px;
  font-weight:900;
  color:#10265d;
}

@media(max-width:980px){

  .rm-cta-box{
    grid-template-columns:1fr;
    padding:40px 28px;
  }

  .rm-cta-left h2{
    font-size:38px;
  }

}
/* PREMIUM CTA + FORM */

.rm-cta-section{
  position:relative;
  overflow:hidden;
}

.rm-cta-box{
  background:linear-gradient(135deg,#0d1b44,#10265d);
  border-radius:42px;
  padding:70px;
  display:grid;
  grid-template-columns:1.3fr .7fr;
  gap:60px;
  position:relative;
  overflow:hidden;
}

.rm-cta-box::before{
  content:"";
  position:absolute;
  width:340px;
  height:340px;
  background:rgba(255,255,255,.05);
  border-radius:50%;
  top:-120px;
  right:-120px;
}

.rm-cta-box::after{
  content:"";
  position:absolute;
  width:260px;
  height:260px;
  background:rgba(255,255,255,.04);
  border-radius:50%;
  bottom:-100px;
  left:-80px;
}

.rm-cta-left{
  position:relative;
  z-index:2;
}

.rm-cta-left h2{
  color:#fff;
  font-size:52px;
  line-height:1.15;
  margin:24px 0;
}

.rm-cta-left p{
  color:#dbe6ff;
  font-size:19px;
  line-height:1.8;
  max-width:760px;
}

.rm-cta-list{
  margin:32px 0;
  padding:0;
  list-style:none;
}

.rm-cta-list li{
  color:#fff;
  padding:10px 0;
  font-weight:700;
}

.rm-cta-right{
  display:flex;
  align-items:center;
  justify-content:center;
  position:relative;
  z-index:2;
}

.rm-cta-card{
  background:#fff;
  border-radius:32px;
  padding:38px;
  width:100%;
  max-width:430px;
  box-shadow:0 30px 70px rgba(0,0,0,.22);
}

.rm-cta-badge{
  display:inline-flex;
  padding:10px 16px;
  border-radius:999px;
  background:#eef4ff;
  color:#2b5cff;
  font-weight:800;
  margin-bottom:22px;
}

.rm-cta-card h3{
  font-size:32px;
  margin-bottom:14px;
  color:#10265d;
}

.rm-cta-card p{
  color:var(--muted);
  line-height:1.7;
}

.rm-mini-form{
  display:flex;
  flex-direction:column;
  gap:14px;
  margin-top:24px;
}

.rm-mini-form input,
.rm-mini-form select,
.rm-mini-form textarea{
  width:100%;
  border:none;
  border-radius:16px;
  padding:16px 18px;
  background:#f5f7fb;
  font-size:15px;
  outline:none;
  font-family:inherit;
}

.rm-mini-form textarea{
  min-height:105px;
  resize:none;
}

.rm-mini-form button{
  width:100%;
  justify-content:center;
  border:none;
  cursor:pointer;
}

@media(max-width:980px){
  .rm-cta-box{
    grid-template-columns:1fr;
    padding:40px 28px;
  }

  .rm-cta-left h2{
    font-size:38px;
  }

  .rm-cta-card{
    max-width:100%;
  }
}
.rm-tests-premium{
  grid-template-columns:repeat(4,1fr) !important;
  align-items:stretch;
}

.rm-section-desc-light{
  color:#dbe6ff !important;
}

.rm-test-card{
  min-height:520px;
  display:flex;
  flex-direction:column;
}

.rm-test-card .rm-btn{
  margin-top:auto;
}

@media(max-width:1180px){
  .rm-tests-premium{
    grid-template-columns:repeat(2,1fr) !important;
  }
}

@media(max-width:620px){
  .rm-tests-premium{
    grid-template-columns:1fr !important;
  }
}
.rm-test-card button{
  border:none;
  cursor:pointer;
  width:100%;
  margin-top:auto;
}

.rm-test-modal{
  position:fixed;
  inset:0;
  background:rgba(9,20,50,.72);
  z-index:99999;
  display:none;
  align-items:center;
  justify-content:center;
  padding:20px;
}

.rm-test-modal.active{
  display:flex;
}

.rm-test-modal-box{
  background:#fff;
  width:100%;
  max-width:720px;
  max-height:90vh;
  overflow:auto;
  border-radius:30px;
  padding:34px;
  position:relative;
}

.rm-test-close{
  position:absolute;
  top:18px;
  right:22px;
  border:none;
  background:#eef4ff;
  width:38px;
  height:38px;
  border-radius:50%;
  font-size:24px;
  cursor:pointer;
}

.rm-test-question{
  padding:18px 0;
  border-bottom:1px solid #edf1f8;
}

.rm-test-question strong{
  display:block;
  margin-bottom:12px;
  color:var(--blue);
}

.rm-test-options{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
}

.rm-test-options label{
  background:#f5f7fb;
  padding:10px 14px;
  border-radius:14px;
  cursor:pointer;
}

.rm-test-submit{
  border:none;
  margin-top:24px;
  width:100%;
  cursor:pointer;
}

.rm-test-result-box{
  margin-top:24px;
  background:#eef4ff;
  border-radius:20px;
  padding:22px;
  color:var(--blue);
  font-weight:800;
  line-height:1.7;
}
/* PREMIUM TEST SAYFASI */

.rm-test-page{
  background:linear-gradient(135deg,#f7fbff,#eef7ff);
  padding:80px 0 100px;
}

.rm-test-hero{
  text-align:center;
  max-width:850px;
  margin:0 auto 50px;
}

.rm-test-hero h1{
  color:var(--blue);
  font-size:48px;
  line-height:1.15;
  margin:20px 0;
}

.rm-test-hero p{
  color:var(--muted);
  font-size:19px;
  line-height:1.7;
}

.rm-test-layout{
  display:grid;
  grid-template-columns:1.4fr .6fr;
  gap:34px;
  align-items:start;
}

.rm-test-form-box{
  background:#fff;
  border-radius:34px;
  padding:40px;
  box-shadow:0 24px 60px rgba(18,44,92,.10);
}

.rm-question-card{
  background:#f7faff;
  border:1px solid #e1eaf6;
  border-radius:22px;
  padding:24px;
  margin-bottom:18px;
}

.rm-question-card h3{
  margin:0 0 18px;
  color:var(--blue);
  font-size:21px;
  line-height:1.45;
}

.rm-answer-row{
  display:flex;
  gap:18px;
  flex-wrap:wrap;
}

.rm-answer-row label{
  background:#fff;
  border:1px solid #dbe6f5;
  border-radius:16px;
  padding:14px 18px;
  font-weight:800;
  cursor:pointer;
  min-width:110px;
}

.rm-answer-row input{
  margin-right:8px;
}

.rm-big-btn{
  width:100%;
  border:none;
  cursor:pointer;
  margin-top:18px;
}

.rm-test-side{
  position:sticky;
  top:140px;
}

.rm-side-card{
  background:#10265d;
  color:#fff;
  border-radius:30px;
  padding:34px;
  box-shadow:0 24px 60px rgba(18,44,92,.18);
}

.rm-side-card h3{
  font-size:28px;
  margin:0 0 16px;
}

.rm-side-card p{
  color:#dbe6ff;
  line-height:1.7;
  margin-bottom:24px;
}

.rm-result-box{
  margin-top:34px;
}

.rm-result-card{
  background:#fff;
  border-radius:30px;
  padding:36px;
  box-shadow:0 24px 60px rgba(18,44,92,.12);
}

.rm-result-card h2{
  color:var(--blue);
  margin-top:0;
}

.rm-result-card p{
  color:var(--muted);
  font-size:18px;
  line-height:1.7;
}

@media(max-width:980px){
  .rm-test-layout{
    grid-template-columns:1fr;
  }

  .rm-test-side{
    position:static;
  }

  .rm-test-hero h1{
    font-size:36px;
  }
}
.rm-result-top{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:20px;
  margin-bottom:20px;
}

.rm-score-circle{
  width:110px;
  height:110px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:30px;
  font-weight:900;
  color:#fff;
}

.rm-result-card.low .rm-score-circle{
  background:#28c76f;
}

.rm-result-card.mid .rm-score-circle{
  background:#ff9f43;
}

.rm-result-card.high .rm-score-circle{
  background:#ea5455;
}

.rm-result-actions{
  display:flex;
  gap:16px;
  flex-wrap:wrap;
  margin-top:26px;
}
/* PDF / PRINT MODE */

@media print{

  header,
  footer,
  .rm-topbar,
  .rm-navbar,
  .rm-test-side,
  .rm-result-actions,
  .rm-search,
  .rm-actions,
  .whatsapp-float,
  .rm-floating-whatsapp{
    display:none !important;
  }

  body{
    background:#fff !important;
  }

  .rm-test-page{
    padding:0 !important;
    background:#fff !important;
  }

  .rm-test-layout{
    display:block !important;
  }

  .rm-test-form-box{
    box-shadow:none !important;
    border:none !important;
    padding:0 !important;
    background:#fff !important;
  }

  .rm-question-card{
    break-inside:avoid;
    border:1px solid #ddd !important;
    margin-bottom:14px !important;
    background:#fff !important;
  }

  .rm-result-card{
    margin-top:40px;
    border:2px solid #1f3f8f;
    box-shadow:none !important;
    break-inside:avoid;
  }

  .rm-score-circle{
    border-radius:50%;
  }

  .rm-big-btn{
    display:none !important;
  }

}
@media print{

  @page{
    size:A4;
    margin:10mm;
  }

  body{
    zoom:0.78;
  }

  .rm-test-hero{
    margin-bottom:20px !important;
  }

  .rm-test-hero h1{
    font-size:28px !important;
    margin:10px 0 !important;
  }

  .rm-test-hero p{
    font-size:13px !important;
  }

  .rm-question-card{
    padding:10px 14px !important;
    margin-bottom:8px !important;
    border-radius:12px !important;
  }

  .rm-question-card h3{
    font-size:14px !important;
    margin-bottom:6px !important;
    line-height:1.35 !important;
  }

  .rm-answer-row{
    gap:8px !important;
  }

  .rm-answer-row label{
    padding:4px 10px !important;
    min-width:auto !important;
    font-size:12px !important;
  }

  .rm-result-card{
    padding:20px !important;
    margin-top:20px !important;
  }

  .rm-result-card h2{
    font-size:24px !important;
  }

  .rm-result-card p{
    font-size:13px !important;
    line-height:1.4 !important;
  }

  .rm-score-circle{
    width:70px !important;
    height:70px !important;
    font-size:22px !important;
  }

  .rm-pill{
    padding:5px 10px !important;
    font-size:11px !important;
  }

}
@media print{

  @page{
    size:A4;
    margin:8mm;
  }

  header,
  footer,
  .rm-topbar,
  .rm-header,
  .rm-test-side,
  .rm-big-btn,
  .rm-result-actions{
    display:none !important;
  }

  body{
    background:#fff !important;
    zoom:.72;
  }

  .rm-test-page{
    padding:0 !important;
    background:#fff !important;
  }

  .rm-test-hero{
    margin-bottom:12px !important;
  }

  .rm-test-hero h1{
    font-size:26px !important;
    margin:8px 0 !important;
  }

  .rm-test-hero p{
    font-size:12px !important;
  }

  .rm-test-layout{
    display:block !important;
  }

  .rm-test-form-box{
    box-shadow:none !important;
    padding:0 !important;
    background:#fff !important;
  }

  .rm-question-card{
    padding:7px 10px !important;
    margin-bottom:5px !important;
    border:1px solid #dce6f5 !important;
    border-radius:8px !important;
    break-inside:avoid;
  }

  .rm-question-card h3{
    font-size:12px !important;
    margin:0 0 4px !important;
    line-height:1.25 !important;
  }

  .rm-answer-row{
    display:flex !important;
    gap:8px !important;
  }

  .rm-answer-row label{
    padding:2px 8px !important;
    font-size:11px !important;
    border:1px solid #ddd !important;
    border-radius:8px !important;
  }

  .rm-result-card{
    padding:18px !important;
    margin-top:12px !important;
    border:2px solid #24458f !important;
    box-shadow:none !important;
  }

  .rm-result-top{
    margin-bottom:10px !important;
  }

  .rm-result-card h2{
    font-size:22px !important;
    margin:6px 0 !important;
  }

  .rm-result-card p{
    font-size:12px !important;
    line-height:1.35 !important;
  }

  .rm-score-circle{
    width:62px !important;
    height:62px !important;
    font-size:20px !important;
  }
}
.rm-medical-warning{
  margin-top:24px;
  padding:20px;
  border-radius:18px;
  background:#fff8e8;
  border:1px solid #ffe2a8;
}

.rm-medical-warning strong{
  display:block;
  color:#9a6500;
  margin-bottom:10px;
  font-size:17px;
}

.rm-medical-warning p{
  margin:0 0 10px;
  color:#7b5b19;
  font-size:14px;
  line-height:1.7;
}

.rm-medical-warning p:last-child{
  margin-bottom:0;
}
.rm-search-results-page{
  background:#f7fbff;
  padding:80px 0 100px;
}

.rm-search-head{
  text-align:center;
  max-width:850px;
  margin:0 auto 50px;
}

.rm-search-head h1{
  color:var(--blue);
  font-size:42px;
  margin:22px 0;
}

.rm-search-page-form{
  display:flex;
  gap:12px;
  background:#fff;
  border-radius:20px;
  padding:10px;
  box-shadow:0 18px 40px rgba(18,44,92,.08);
}

.rm-search-page-form input{
  flex:1;
  border:none;
  outline:none;
  padding:18px;
  font-size:16px;
}

.rm-search-page-form button{
  border:none;
  background:var(--blue2);
  color:#fff;
  border-radius:16px;
  padding:0 28px;
  font-weight:900;
  cursor:pointer;
}

.rm-search-results-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:26px;
}

.rm-search-card h2 a{
  color:var(--blue);
  text-decoration:none;
}

@media(max-width:900px){
  .rm-search-results-grid{
    grid-template-columns:1fr;
  }
}
.rm-no-result{
  background:#fff;
  border-radius:34px;
  padding:46px;
  max-width:900px;
  margin:0 auto;
  box-shadow:0 20px 60px rgba(18,44,92,.08);
  text-align:center;
}

.rm-no-result h2{
  color:var(--blue);
  font-size:38px;
}

.rm-no-result p{
  color:var(--muted);
  font-size:18px;
}

.rm-suggest-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:16px;
  margin-top:30px;
}

.rm-suggest-grid a{
  background:#eef4ff;
  color:var(--blue);
  padding:18px;
  border-radius:18px;
  text-decoration:none;
  font-weight:900;
}

@media(max-width:900px){
  .rm-suggest-grid{
    grid-template-columns:1fr;
  }
}
.rm-search-page-pro{
  background:linear-gradient(135deg,#f7fbff,#eef7ff);
  padding:80px 0 100px;
}

.rm-search-hero-pro{
  background:#fff;
  border-radius:42px;
  padding:55px;
  display:grid;
  grid-template-columns:1.3fr .7fr;
  gap:40px;
  align-items:center;
  box-shadow:0 24px 70px rgba(18,44,92,.08);
  margin-bottom:50px;
}

.rm-search-hero-pro h1{
  color:var(--blue);
  font-size:48px;
  line-height:1.15;
  margin:22px 0;
}

.rm-search-hero-pro p{
  color:var(--muted);
  font-size:18px;
  line-height:1.7;
  max-width:760px;
}

.rm-search-visual{
  height:260px;
  border-radius:34px;
  background:linear-gradient(135deg,#eaf3ff,#e9fff4);
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:90px;
}

.rm-empty-search-box{
  background:#fff;
  border-radius:42px;
  padding:50px;
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:40px;
  box-shadow:0 24px 70px rgba(18,44,92,.08);
}

.rm-empty-left h2{
  color:var(--blue);
  font-size:38px;
  line-height:1.25;
  margin:20px 0;
}

.rm-empty-left p{
  color:var(--muted);
  font-size:18px;
  line-height:1.7;
}

.rm-empty-links{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:18px;
}

.rm-empty-links a{
  background:#eef4ff;
  color:var(--blue);
  padding:22px;
  border-radius:22px;
  text-decoration:none;
  font-weight:900;
  line-height:1.35;
  transition:.25s;
}

.rm-empty-links a:hover{
  background:var(--blue2);
  color:#fff;
  transform:translateY(-4px);
}

@media(max-width:900px){
  .rm-search-hero-pro,
  .rm-empty-search-box{
    grid-template-columns:1fr;
    padding:32px;
  }

  .rm-search-hero-pro h1{
    font-size:34px;
  }

  .rm-empty-links{
    grid-template-columns:1fr;
  }
}
.rm-logo-icon{
  width:64px;
  height:64px;
  border-radius:20px;
  overflow:hidden;
  display:flex;
  align-items:center;
  justify-content:center;
  background:transparent !important;
  flex-shrink:0;
}

.rm-site-logo{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.rm-header{
  padding:14px 0 !important;
}

.rm-header-inner{
  min-height:86px !important;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:34px;
}

.rm-logo{
  display:flex;
  align-items:center;
  text-decoration:none;
  flex-shrink:0;
}

.rm-full-logo{
  width:340px;
  height:auto;
  display:block;
  object-fit:contain;
}

@media(max-width:1100px){
  .rm-full-logo{
    width:260px;
  }
}

@media(max-width:900px){
  .rm-header-inner{
    flex-direction:column;
    min-height:auto !important;
    gap:18px;
  }

  .rm-full-logo{
    width:260px;
  }
}
.rm-ram-single{
    padding:80px 0;
    background:#f4f7fb;
}

.rm-ram-card{
    background:#fff;
    border-radius:24px;
    padding:40px;
    max-width:900px;
    margin:auto;
    box-shadow:0 10px 40px rgba(0,0,0,.08);
}

.rm-badge{
    display:inline-block;
    padding:8px 18px;
    background:#e8f0ff;
    color:#2453a6;
    border-radius:999px;
    font-weight:700;
    margin-bottom:20px;
}

.rm-ram-card h1{
    font-size:42px;
    line-height:1.2;
    color:#1f3f88;
    margin-bottom:15px;
}

.rm-location{
    font-size:18px;
    color:#6d7b9b;
    margin-bottom:30px;
}

.rm-ram-content{
    font-size:18px;
    line-height:1.9;
    color:#2f3b59;
}

.rm-ram-content strong{
    color:#1f3f88;
}

.rm-ram-actions{
    margin-top:40px;
    display:flex;
    gap:15px;
    flex-wrap:wrap;
}

.rm-btn{
    background:#2f6fec;
    color:#fff;
    padding:16px 28px;
    border-radius:14px;
    text-decoration:none;
    font-weight:700;
}

.rm-btn-outline{
    background:#eef3ff;
    color:#2453a6;
}
.rm-ram-info{
  margin-top:30px;
  display:grid;
  gap:16px;
}

.rm-info-item{
  background:#f7faff;
  border:1px solid #dce8fa;
  border-radius:18px;
  padding:18px 20px;
  color:#10265d;
  font-size:17px;
  line-height:1.6;
}

.rm-info-item strong{
  color:#1f3f88;
  margin-right:8px;
}

.rm-info-item a{
  color:#2f6fec;
  font-weight:800;
  text-decoration:none;
}
/* =========================
   RAM KURUMLAR LISTESİ
========================= */

.ram-archive {
    padding: 80px 0;
    background: #f4f7fb;
}

.ram-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
    gap: 30px;
}

.ram-card {
    background: #fff;
    border-radius: 28px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    transition: 0.3s ease;
    border: 1px solid #e8eef8;
}

.ram-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 45px rgba(0,0,0,0.08);
}

.ram-badge {
    display: inline-block;
    background: #e8f0ff;
    color: #2450a6;
    font-weight: 700;
    padding: 10px 18px;
    border-radius: 999px;
    font-size: 14px;
    margin-bottom: 25px;
}

.ram-card h2 {
    font-size: 32px;
    line-height: 1.2;
    margin-bottom: 20px;
    color: #1f4690;
    font-weight: 800;
}

.ram-location {
    font-size: 18px;
    color: #6a7692;
    margin-bottom: 25px;
}

.ram-info {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 30px;
}

.ram-info-item {
    background: #f8fbff;
    border: 1px solid #dfe9f7;
    border-radius: 18px;
    padding: 18px 20px;
    color: #22345f;
    line-height: 1.6;
}

.ram-info-item strong {
    color: #1f4690;
}

.ram-buttons {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.ram-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px 24px;
    border-radius: 18px;
    text-decoration: none;
    font-weight: 700;
    transition: 0.3s ease;
}

.ram-btn-primary {
    background: linear-gradient(135deg, #2f80ed, #3f8cff);
    color: #fff;
}

.ram-btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 25px rgba(47,128,237,0.3);
}

.ram-btn-secondary {
    background: #eef4ff;
    color: #2450a6;
    border: 1px solid #dce7fb;
}

.ram-btn-secondary:hover {
    background: #dfeaff;
}

@media(max-width:768px){

    .ram-grid{
        grid-template-columns: 1fr;
    }

    .ram-card{
        padding: 24px;
    }

    .ram-card h2{
        font-size: 26px;
    }

}
.ram-archive-head{
  text-align:center;
  margin-bottom:46px;
}

.ram-archive-head h1{
  color:#1f4690;
  font-size:42px;
  margin:18px 0 12px;
}

.ram-archive-head p{
  color:#667899;
  font-size:18px;
}

.ram-filter-form{
  margin:30px auto 0;
  max-width:900px;
  display:grid;
  grid-template-columns:240px 1fr 140px;
  gap:14px;
  background:#fff;
  padding:14px;
  border-radius:24px;
  box-shadow:0 18px 45px rgba(0,0,0,.06);
}

.ram-filter-form select,
.ram-filter-form input{
  border:1px solid #dce7fb;
  border-radius:16px;
  padding:16px;
  font-size:16px;
  outline:none;
}

.ram-filter-form button{
  border:none;
  border-radius:16px;
  background:#2f80ed;
  color:#fff;
  font-weight:900;
  cursor:pointer;
}

.ram-grid{
  grid-template-columns:repeat(4, minmax(0,1fr)) !important;
  gap:22px !important;
}

.ram-card{
  padding:24px !important;
  border-radius:24px !important;
}

.ram-card h2{
  font-size:25px !important;
  line-height:1.18 !important;
  margin-bottom:16px !important;
}

.ram-info-item{
  padding:14px 16px !important;
  font-size:15px !important;
  line-height:1.45 !important;
}

.ram-pagination{
  margin:46px 0 20px;
  text-align:center;
}

.ram-pagination .nav-links{
  display:flex;
  justify-content:center;
  gap:10px;
  flex-wrap:wrap;
}

.ram-pagination a,
.ram-pagination span{
  min-width:46px;
  height:46px;
  padding:0 16px;
  border-radius:14px;
  background:#fff;
  color:#1f4690;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  text-decoration:none;
  font-weight:900;
  box-shadow:0 8px 22px rgba(0,0,0,.06);
}

.ram-pagination .current{
  background:#2f80ed;
  color:#fff;
}

@media(max-width:1200px){
  .ram-grid{
    grid-template-columns:repeat(2,1fr) !important;
  }
}

@media(max-width:800px){
  .ram-filter-form{
    grid-template-columns:1fr;
  }

  .ram-grid{
    grid-template-columns:1fr !important;
  }
}
.rm-tani-archive{
  background:#f4f8ff;
  padding:90px 0;
}

.rm-tani-hero{
  text-align:center;
  max-width:900px;
  margin:0 auto 60px;
}

.rm-tani-hero h1{
  color:#1f4690;
  font-size:52px;
  line-height:1.12;
  margin:22px 0;
}

.rm-tani-hero p{
  color:#63718d;
  font-size:19px;
  line-height:1.8;
}

.rm-tani-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:30px;
}

.rm-tani-card{
  background:#fff;
  border-radius:32px;
  overflow:hidden;
  box-shadow:0 20px 55px rgba(18,44,92,.08);
  border:1px solid #e4ecfa;
  transition:.3s;
}

.rm-tani-card:hover{
  transform:translateY(-8px);
  box-shadow:0 30px 70px rgba(18,44,92,.12);
}

.rm-tani-thumb{
  height:210px;
  background:linear-gradient(135deg,#e8f2ff,#eafff5);
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
}

.rm-tani-thumb img{
  width:100%;
  height:100%;
  object-fit:cover;
}

.rm-tani-placeholder{
  font-size:70px;
}

.rm-tani-content{
  padding:28px;
}

.rm-tani-label{
  display:inline-flex;
  background:#eef4ff;
  color:#2f6fec;
  padding:8px 14px;
  border-radius:999px;
  font-weight:900;
  font-size:14px;
  margin-bottom:16px;
}

.rm-tani-content h2{
  font-size:26px;
  line-height:1.25;
  margin-bottom:14px;
}

.rm-tani-content h2 a{
  color:#10265d;
  text-decoration:none;
}

.rm-tani-content p{
  color:#64748b;
  line-height:1.7;
  margin-bottom:20px;
}

.rm-tani-link{
  color:#2f6fec;
  text-decoration:none;
  font-weight:900;
}

.rm-empty-tani{
  grid-column:1/-1;
  background:#fff;
  border-radius:30px;
  padding:50px;
  text-align:center;
}

@media(max-width:1100px){
  .rm-tani-grid{
    grid-template-columns:repeat(2,1fr);
  }
}

@media(max-width:700px){
  .rm-tani-grid{
    grid-template-columns:1fr;
  }

  .rm-tani-hero h1{
    font-size:36px;
  }
}
.rm-tani-single{
  background:#f4f8ff;
  padding:80px 0;
}

.rm-tani-single-card{
  background:#fff;
  border-radius:34px;
  padding:50px;
  max-width:950px;
  margin:auto;
  box-shadow:0 24px 70px rgba(18,44,92,.08);
}

.rm-tani-single-card h1{
  color:#1f4690;
  font-size:48px;
  line-height:1.15;
  margin:24px 0;
}

.rm-tani-single-image{
  border-radius:28px;
  overflow:hidden;
  margin:30px 0;
}

.rm-tani-single-image img{
  width:100%;
  height:auto;
  display:block;
}

.rm-tani-article{
  color:#24324f;
  font-size:18px;
  line-height:1.9;
}

.rm-tani-article h2{
  color:#1f4690;
  margin-top:34px;
}

.rm-tani-warning{
  margin-top:36px;
  background:#fff7ed;
  border:1px solid #fed7aa;
  color:#92400e;
  padding:20px;
  border-radius:20px;
  font-weight:700;
}
.rm-tani-archive{
  background:#f3f7fd;
  padding:90px 20px;
}

.rm-archive-head{
  max-width:850px;
  margin:0 auto 35px;
  text-align:center;
}

.rm-archive-head span{
  display:inline-block;
  background:#e8f1ff;
  color:#2878f0;
  font-weight:800;
  padding:12px 24px;
  border-radius:999px;
  margin-bottom:18px;
}

.rm-archive-head h1{
  color:#24458f;
  font-size:44px;
  line-height:1.15;
  margin:0 0 18px;
}

.rm-archive-head p{
  color:#64748b;
  font-size:18px;
  line-height:1.8;
}

.rm-tani-search{
  max-width:760px;
  margin:0 auto 55px;
  background:white;
  padding:12px;
  border-radius:20px;
  display:flex;
  gap:12px;
  box-shadow:0 20px 45px rgba(15,23,42,.08);
}

.rm-tani-search input{
  flex:1;
  border:1px solid #dbe7fb;
  border-radius:14px;
  padding:17px 20px;
  font-size:16px;
  outline:none;
}

.rm-tani-search button{
  border:0;
  background:#2f80ed;
  color:white;
  font-weight:800;
  padding:0 35px;
  border-radius:14px;
  cursor:pointer;
}

.rm-tani-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:28px;
}

.rm-tani-card{
  background:white;
  border-radius:28px;
  padding:32px;
  box-shadow:0 18px 45px rgba(15,23,42,.08);
  transition:.3s;
  min-height:280px;
}

.rm-tani-card:hover{
  transform:translateY(-8px);
  box-shadow:0 28px 60px rgba(15,23,42,.13);
}

.rm-tani-icon{
  width:68px;
  height:68px;
  border-radius:20px;
  background:#eef5ff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:32px;
  margin-bottom:22px;
}

.rm-tani-card h2{
  color:#173d89;
  font-size:24px;
  line-height:1.25;
  margin:0 0 14px;
}

.rm-tani-card p{
  color:#64748b;
  line-height:1.7;
  margin-bottom:24px;
}

.rm-tani-card a{
  color:#2878f0;
  font-weight:900;
  text-decoration:none;
}

.rm-no-result{
  grid-column:1/-1;
  background:white;
  border-radius:24px;
  padding:45px;
  text-align:center;
}

@media(max-width:1200px){
  .rm-tani-grid{
    grid-template-columns:repeat(3,1fr);
  }
}

@media(max-width:900px){
  .rm-tani-grid{
    grid-template-columns:repeat(2,1fr);
  }

  .rm-archive-head h1{
    font-size:34px;
  }
}

@media(max-width:600px){
  .rm-tani-grid{
    grid-template-columns:1fr;
  }

  .rm-tani-search{
    flex-direction:column;
  }

  .rm-tani-search button{
    padding:16px;
  }
}
.rm-tani-image{
  width:100%;
  height:220px;
  overflow:hidden;
  border-radius:22px;
  margin-bottom:22px;
}

.rm-tani-image img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:.4s;
}

.rm-tani-card:hover .rm-tani-image img{
  transform:scale(1.06);
}
.rm-tani-image{
  width:100%;
  height:220px;
  overflow:hidden;
  border-radius:22px;
  margin-bottom:22px;
  background:#eaf2ff;
}

.rm-tani-image img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  transition:.4s;
}

.rm-tani-card:hover .rm-tani-image img{
  transform:scale(1.06);
}
.rm-pdf-icon{
  width:70px;
  height:70px;
  border-radius:20px;
  background:#eef4ff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:34px;
  margin-bottom:22px;
}

#materyaller .rm-card{
  transition:.3s;
}

#materyaller .rm-card:hover{
  transform:translateY(-8px);
}

#materyaller .rm-more{
  display:inline-flex;
  align-items:center;
  gap:8px;
  font-weight:800;
  color:#2f80ed;
  text-decoration:none;
  margin-top:12px;
}
#materyaller{
  padding:110px 20px;
  background:linear-gradient(to bottom,#f5f8ff 0%,#eef4ff 100%);
}

#materyaller .rm-title{
  text-align:center;
  margin-bottom:70px;
}

#materyaller .rm-title span{
  display:inline-block;
  background:#e8f1ff;
  color:#2f80ed;
  padding:10px 22px;
  border-radius:999px;
  font-weight:800;
  margin-bottom:18px;
}

#materyaller .rm-title h2{
  font-size:56px;
  line-height:1.1;
  color:#1f3f8f;
  margin:0 0 22px;
  font-weight:900;
}

#materyaller .rm-section-desc{
  max-width:850px;
  margin:auto;
  color:#64748b;
  font-size:20px;
  line-height:1.8;
}

#materyaller .rm-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:32px;
}

#materyaller .rm-card{
  position:relative;
  background:white;
  border-radius:34px;
  padding:38px 34px;
  overflow:hidden;
  transition:.35s;
  box-shadow:
    0 20px 45px rgba(15,23,42,.06),
    inset 0 1px 0 rgba(255,255,255,.7);
}

#materyaller .rm-card::before{
  content:"";
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:6px;
  background:linear-gradient(90deg,#2f80ed,#5ca9ff);
}

#materyaller .rm-card:hover{
  transform:translateY(-12px);
  box-shadow:
    0 30px 70px rgba(15,23,42,.12);
}

.rm-pdf-icon{
  width:82px;
  height:82px;
  border-radius:24px;
  background:linear-gradient(135deg,#eef4ff,#dce9ff);
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:42px;
  margin-bottom:28px;
  box-shadow:0 10px 25px rgba(47,128,237,.12);
}

#materyaller .rm-card h3{
  font-size:34px;
  line-height:1.15;
  color:#20428f;
  margin:0 0 18px;
  font-weight:900;
}

#materyaller .rm-card p{
  color:#64748b;
  line-height:1.9;
  font-size:18px;
  margin-bottom:28px;
}

#materyaller .rm-more{
  display:inline-flex;
  align-items:center;
  gap:10px;
  color:#2f80ed;
  font-weight:900;
  text-decoration:none;
  font-size:18px;
  transition:.25s;
}

#materyaller .rm-more:hover{
  gap:16px;
}

@media(max-width:1200px){

  #materyaller .rm-grid{
    grid-template-columns:repeat(2,1fr);
  }

  #materyaller .rm-title h2{
    font-size:44px;
  }
}

@media(max-width:700px){

  #materyaller .rm-grid{
    grid-template-columns:1fr;
  }

  #materyaller .rm-title h2{
    font-size:34px;
  }

  #materyaller .rm-card{
    padding:28px;
  }
}
.rm-footer{
  background:#18346f;
  color:#fff;
  padding:55px 20px 20px;
}

.rm-footer-grid{
  max-width:1250px;
  margin:auto;
  display:grid;
  grid-template-columns:1.4fr 1fr 1fr 1fr;
  gap:45px;
}

.rm-footer h3{
  color:#fff;
  font-size:22px;
  margin-bottom:20px;
  font-weight:700;
}

.rm-footer p{
  color:#dbeafe;
  line-height:1.8;
  font-size:15px;
  margin-bottom:14px;
}

.rm-footer a{
  display:block;
  color:#dbeafe;
  text-decoration:none;
  margin-bottom:12px;
  font-size:15px;
  transition:.2s;
}

.rm-footer a:hover{
  color:#fff;
  transform:translateX(4px);
}

.rm-footer-bottom{
  border-top:1px solid rgba(255,255,255,.12);
  margin-top:45px;
  padding-top:18px;
  text-align:center;
  font-size:14px;
  color:#bfdbfe;
}

.rm-footer-contact-title{
  margin-top:28px;
}

@media(max-width:1100px){

  .rm-footer-grid{
    grid-template-columns:1fr 1fr;
    gap:35px;
  }

}

@media(max-width:700px){

  .rm-footer{
    padding:45px 20px 20px;
  }

  .rm-footer-grid{
    grid-template-columns:1fr;
    gap:25px;
  }

  .rm-footer h3{
    font-size:20px;
    margin-bottom:14px;
  }

}
.rm-footer-bottom{
  position:relative;

  border-top:1px solid rgba(255,255,255,.12);
  margin-top:45px;
  padding-top:18px;
  min-height:40px;
}

.rm-footer-dev-left{
  color:#bfdbfe;
  font-size:13px;
  opacity:.8;
}

.rm-footer-dev-left a{
  color:#ffffff;
  text-decoration:none;
  font-weight:600;
  margin-left:4px;
}

.rm-footer-dev-left a:hover{
  color:#60a5fa;
}

.rm-footer-copy{
  color:#bfdbfe;
  font-size:14px;
}

@media(max-width:700px){

  .rm-footer-bottom{
    flex-direction:column;
    text-align:center;
  }

}
.rm-footer-dev-left{
  position:absolute;
  left:0;
  top:18px;

  color:#bfdbfe;
  font-size:13px;
  opacity:.8;
}

.rm-footer-copy{
  text-align:center;
  color:#bfdbfe;
  font-size:14px;
}
@media(max-width:700px){

  .rm-footer-dev-left{
    position:relative;
    top:auto;
    left:auto;
    text-align:center;
    margin-bottom:10px;
  }

}
.rm-modal{
  position:fixed;
  inset:0;
  background:rgba(15,23,42,.55);
  display:none;
  align-items:center;
  justify-content:center;
  z-index:99999;
  padding:20px;
}

.rm-modal-box{
  background:white;
  width:100%;
  max-width:520px;
  border-radius:28px;
  padding:34px;
  position:relative;
  box-shadow:0 30px 80px rgba(0,0,0,.25);
}

.rm-modal-box h2{
  color:#24458f;
  margin-bottom:10px;
}

.rm-modal-box p{
  color:#64748b;
  margin-bottom:22px;
}

.rm-modal-box input,
.rm-modal-box select,
.rm-modal-box textarea{
  width:100%;
  padding:15px 16px;
  margin-bottom:13px;
  border:1px solid #dbe7fb;
  border-radius:14px;
  font-size:15px;
}

.rm-modal-box textarea{
  min-height:110px;
}

.rm-modal-box button:not(.rm-modal-close){
  width:100%;
  border:0;
  background:#25d366;
  color:white;
  font-weight:900;
  padding:16px;
  border-radius:16px;
  cursor:pointer;
}

.rm-modal-close{
  position:absolute;
  right:18px;
  top:16px;
  border:0;
  background:#eef4ff;
  width:36px;
  height:36px;
  border-radius:50%;
  font-size:22px;
  cursor:pointer;
}
.rm-search-grid{
  gap:30px;
}

.rm-search-card ul{
  margin-top:18px;
  padding-left:18px;
}

.rm-search-card ul li{
  margin-bottom:10px;
  color:#5b6785;
  line-height:1.5;
  font-size:15px;
}

.rm-search-icon{
  width:72px;
  height:72px;
  border-radius:20px;
  background:#eef4ff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:34px;
  margin-bottom:20px;
}
.rm-search-card{
  min-height:560px;
  display:flex;
  flex-direction:column;
}

.rm-search-card p{
  flex-grow:1;
}

.rm-search-card .rm-more{
  margin-top:auto;
}

.rm-search-icon{
  width:76px;
  height:76px;
  border-radius:22px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:36px;
  margin-bottom:22px;
}

.rm-icon-blue{background:#eaf2ff;}
.rm-icon-green{background:#ecfdf5;}
.rm-icon-orange{background:#fff7ed;}
.rm-icon-purple{background:#f5f3ff;}

.rm-search-card ul{
  padding-left:20px;
  margin:18px 0 24px;
}

.rm-search-card li{
  color:#52627d;
  margin-bottom:10px;
  line-height:1.5;
}
.rm-page-hero{
  padding:90px 0 50px;
  background:#f7f9fc;
}

.rm-page-hero h1{
  font-size:52px;
  line-height:1.1;
  color:#1f3f8f;
  margin:20px 0;
}

.rm-page-desc{
  max-width:760px;
  color:#5d6b86;
  font-size:20px;
  line-height:1.7;
}

.rm-breadcrumb{
  display:flex;
  gap:10px;
  color:#7a8aa6;
  font-size:14px;
}

.rm-page-content{
  padding:70px 0;
}

.rm-page-grid{
  display:grid;
  grid-template-columns:1fr 340px;
  gap:50px;
}

.rm-page-image img{
  width:100%;
  border-radius:26px;
  margin-bottom:35px;
}

.rm-content{
  font-size:18px;
  line-height:1.9;
  color:#42526e;
}

.rm-content h2{
  color:#1f3f8f;
  margin:40px 0 20px;
}

.rm-side-card{
  background:#fff;
  padding:30px;
  border-radius:24px;
  margin-bottom:25px;
  box-shadow:0 10px 35px rgba(0,0,0,.05);
}

.rm-side-card h3{
  margin-bottom:15px;
  color:#1f3f8f;
}

.rm-side-card a{
  display:inline-block;
  margin-top:15px;
  background:#2f6df6;
  color:#fff;
  padding:14px 24px;
  border-radius:14px;
  text-decoration:none;
  font-weight:700;
}

.rm-side-card ul{
  padding-left:18px;
}

.rm-side-card li{
  margin-bottom:10px;
}

/* =========================================================
   RM PRO 1.2 — IKON, RAM VE MOBIL UYGULAMA KATMANI
   Masaustu yerlesimi korunur. Mobil degisiklikler <= 900px.
========================================================= */

.rm-mobile-toggle,
.rm-mobile-overlay,
.rm-mobile-drawer,
.rm-mobile-bottom-nav{
  display:none;
}

.rm-icon-img{
  width:100%;
  height:100%;
  object-fit:contain;
  display:block;
  border-radius:inherit;
}

.rm-icon .rm-icon-img{
  width:54px;
  height:54px;
}

.rm-search-icon .rm-icon-img{
  width:64px;
  height:64px;
}

.rm-test-icon .rm-icon-img{
  width:64px;
  height:64px;
}

/* RAM alaninda kullanici izinli profesyonel iyilestirmeler */
.ram-result-summary{
  margin:18px auto 0;
  color:#667899;
  font-size:15px;
}
.ram-result-summary strong{color:#1f4690;font-size:18px}
.ram-result-summary a{color:#2f80ed;font-weight:800;margin-left:10px}

.ram-card-visual{
  position:relative;
  display:block;
  height:138px;
  overflow:hidden;
  border-radius:18px;
  margin:-4px -4px 20px;
  background:linear-gradient(135deg,#eef5ff,#effcf6);
}
.ram-card-visual img{
  width:100%;height:100%;object-fit:cover;display:block;
}
.ram-card-visual span{
  position:absolute;right:12px;top:12px;
  background:rgba(255,255,255,.92);color:#2450a6;
  padding:7px 11px;border-radius:999px;font-size:12px;font-weight:900;
  box-shadow:0 6px 18px rgba(23,61,137,.10);
}
.ram-card h2 a{color:inherit}
.ram-info-item{display:flex;flex-direction:column;gap:4px}
.ram-btn-web{background:#effaf4;color:#14834a;border:1px solid #cfeedd}
.ram-empty{
  grid-column:1/-1;background:#fff;border:1px solid #e4ecf8;border-radius:28px;
  padding:42px;text-align:center;box-shadow:0 12px 36px rgba(18,44,92,.06);
}
.ram-empty img{width:min(420px,100%);border-radius:24px;margin-bottom:20px}
.ram-empty h2{color:#1f4690}

.rm-ram-breadcrumb{
  max-width:900px;margin:0 auto 18px;display:flex;gap:9px;flex-wrap:wrap;
  color:#71809d;font-size:14px;
}
.rm-ram-breadcrumb a{color:#2f6fec;font-weight:800}
.rm-ram-visual{
  display:grid;grid-template-columns:190px 1fr;gap:22px;align-items:center;
  background:linear-gradient(135deg,#eef5ff,#effcf6);border-radius:24px;
  overflow:hidden;margin:-14px -14px 30px;padding:14px;
}
.rm-ram-visual img{width:190px;height:125px;object-fit:cover;border-radius:18px;display:block}
.rm-ram-visual span{display:block;color:#2f80ed;font-weight:800;font-size:13px;margin-bottom:6px}
.rm-ram-visual strong{color:#173d89;font-size:20px}
.rm-ram-info{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:26px}
.rm-ram-info .rm-info-item{margin:0;display:flex;flex-direction:column;gap:7px}
.rm-ram-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:26px}
.rm-ram-content{margin-top:34px;color:#42526e;line-height:1.8}
.rm-ram-note{margin-top:28px;padding:18px 20px;border-radius:18px;background:#fff8e8;border:1px solid #f8dfad;color:#795714;line-height:1.6}

.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;
}

/* =========================================================
   PROFESYONEL MOBIL ARAYUZ
========================================================= */
@media (max-width:900px){
  html{scroll-padding-top:82px;-webkit-text-size-adjust:100%}
  body{padding-bottom:74px;overflow-x:hidden}
  body.rm-mobile-menu-open{overflow:hidden}
  .rm-wrap{width:100%;padding-left:18px!important;padding-right:18px!important}

  .rm-topbar{font-size:11px}
  .rm-topbar-inner{
    min-height:34px!important;padding:0!important;flex-direction:row!important;gap:12px!important;
    white-space:nowrap;overflow:hidden;
  }
  .rm-topbar-inner>div:first-child{overflow:hidden;text-overflow:ellipsis}
  .rm-topbar-inner>div:last-child{flex:0 0 auto}

  .rm-header{padding:0!important;box-shadow:0 5px 24px rgba(25,52,110,.10)}
  .admin-bar .rm-header{top:46px}
  .rm-header-inner{
    min-height:70px!important;height:70px!important;flex-direction:row!important;
    align-items:center!important;justify-content:space-between!important;gap:12px!important;
    padding-top:6px!important;padding-bottom:6px!important;
  }
  .rm-full-logo{width:190px!important;max-width:60vw!important;height:auto!important}
  .rm-menu,.rm-header-cta{display:none!important}
  .rm-mobile-toggle{
    display:flex;width:46px;height:46px;border:1px solid #dce8f7;border-radius:14px;
    background:#f7faff;align-items:center;justify-content:center;flex-direction:column;gap:5px;
    cursor:pointer;flex:0 0 46px;padding:0;box-shadow:0 7px 20px rgba(31,70,144,.08);
  }
  .rm-mobile-toggle span{width:20px;height:2px;background:#1f4690;border-radius:3px;display:block}
  .rm-mobile-overlay{
    display:block;position:fixed;inset:0;background:rgba(15,31,64,.46);backdrop-filter:blur(3px);
    z-index:9997;opacity:0;visibility:hidden;transition:.25s;
  }
  .rm-mobile-drawer{
    display:flex;position:fixed;right:0;top:0;bottom:0;width:min(88vw,380px);background:#fff;
    z-index:9998;transform:translateX(105%);transition:transform .28s ease;
    flex-direction:column;padding:18px;box-shadow:-20px 0 50px rgba(16,38,93,.18);
  }
  .rm-mobile-menu-open .rm-mobile-overlay{opacity:1;visibility:visible}
  .rm-mobile-menu-open .rm-mobile-drawer{transform:translateX(0)}
  .rm-mobile-drawer-head{display:flex;align-items:center;justify-content:space-between;padding:4px 0 18px;border-bottom:1px solid #e8eef8}
  .rm-mobile-drawer-head img{width:190px;max-width:70%;height:auto}
  .rm-mobile-close{width:42px;height:42px;border:0;background:#eef4ff;border-radius:14px;color:#1f4690;font-size:28px;line-height:1;cursor:pointer}
  .rm-mobile-nav{display:flex;flex-direction:column;padding:18px 0;gap:4px}
  .rm-mobile-nav a{display:flex;align-items:center;min-height:50px;padding:0 15px;border-radius:14px;color:#20304d;font-size:16px;font-weight:800}
  .rm-mobile-nav a:active{background:#eef5ff}
  .rm-mobile-nav .rm-mobile-nav-cta{background:#2f80ed;color:#fff;margin-top:8px;justify-content:center;box-shadow:0 10px 24px rgba(47,128,237,.22)}
  .rm-mobile-drawer-contact{margin-top:auto;background:#f3f8ff;border-radius:18px;padding:16px}
  .rm-mobile-drawer-contact span{display:block;font-size:12px;color:#71809d;margin-bottom:5px}
  .rm-mobile-drawer-contact a{color:#1f4690;font-weight:900;font-size:14px}

  .rm-hero{min-height:auto!important;padding:32px 0 44px!important}
  .rm-hero-video{display:none!important}
  .rm-hero-inner{
    min-height:auto!important;display:flex!important;flex-direction:column!important;
    grid-template-columns:none!important;gap:28px!important;align-items:stretch!important;
  }
  .rm-hero-left{width:100%!important;text-align:left!important}
  .rm-pill{font-size:13px!important;padding:9px 14px!important;margin-bottom:17px!important}
  .rm-hero h1{font-size:36px!important;line-height:1.08!important;letter-spacing:-1.2px!important;max-width:none!important}
  .rm-hero p{font-size:16px!important;line-height:1.65!important;margin-top:18px!important;max-width:none!important}
  .rm-actions{display:grid!important;grid-template-columns:1fr 1fr!important;gap:10px!important;margin-top:22px!important}
  .rm-actions .rm-btn{min-height:52px!important;padding:0 14px!important;font-size:14px!important;border-radius:14px!important;text-align:center!important}

  .rm-feature-card.rm-right-card,.rm-feature-card{
    width:100%!important;max-width:100%!important;padding:16px!important;border-radius:24px!important;
    box-shadow:0 18px 45px rgba(32,62,130,.12)!important;background:#fff!important;overflow:hidden!important;
  }
  .rm-media-placeholder.rm-video-box{
    width:100%!important;height:245px!important;margin:0 0 18px!important;border-radius:20px!important;overflow:hidden!important;
  }
  .rm-media-placeholder.rm-video-box::before,.rm-media-placeholder.rm-video-box::after{display:none!important}
  .rm-card-video,.rm-card-image{width:100%!important;height:245px!important;border-radius:20px!important;object-fit:cover!important;box-shadow:none!important}
  .rm-feature-card h2{font-size:24px!important;margin:0 0 10px!important}
  .rm-feature-card p{font-size:14px!important;line-height:1.55!important;margin:0 0 12px!important}

  .rm-section{padding:58px 0!important}
  .rm-title{text-align:left!important;margin-bottom:28px!important}
  .rm-title span{font-size:13px}
  .rm-title h2{font-size:31px!important;line-height:1.15!important;margin-top:8px!important}
  .rm-section-desc{font-size:16px!important;line-height:1.65!important;margin:12px 0 0!important;max-width:none!important}

  .rm-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:14px!important}
  .rm-card{padding:20px!important;border-radius:20px!important;min-height:auto!important;box-shadow:0 8px 24px rgba(18,44,92,.07)!important}
  .rm-card:hover{transform:none!important}
  .rm-card h3{font-size:18px!important;line-height:1.25!important}
  .rm-card p{font-size:14px!important;line-height:1.55!important}
  .rm-diagnosis-card span{font-size:13px;margin-top:13px}
  .rm-icon{width:52px!important;height:52px!important;border-radius:16px!important;margin-bottom:14px!important}
  .rm-icon .rm-icon-img{width:52px!important;height:52px!important}

  .rm-search-grid{grid-template-columns:1fr!important;gap:16px!important}
  .rm-search-card{min-height:auto!important}
  .rm-search-card ul{margin:14px 0 18px!important}
  .rm-search-card .rm-more{margin-top:8px!important}
  .rm-search-icon{width:62px!important;height:62px!important;margin-bottom:16px!important;border-radius:18px!important}
  .rm-search-icon .rm-icon-img{width:58px!important;height:58px!important}

  .rm-tests-grid,.rm-tests,.rm-tests-premium{grid-template-columns:1fr!important;gap:16px!important;margin-top:28px!important}
  .rm-test-box{min-height:auto!important;padding:24px 20px!important;border-radius:22px!important}
  .rm-test-box h3{font-size:22px!important;min-height:auto!important}
  .rm-test-box p{min-height:auto!important;font-size:15px!important}
  .rm-test-icon{width:62px!important;height:62px!important;border-radius:18px!important;margin-bottom:16px!important}
  .rm-test-icon .rm-icon-img{width:58px!important;height:58px!important}

  .rm-cta-box{grid-template-columns:1fr!important;gap:28px!important;padding:30px 20px!important;border-radius:28px!important}
  .rm-cta-left h2{font-size:31px!important;line-height:1.18!important}
  .rm-cta-left p{font-size:16px!important}
  .rm-cta-list{margin:22px 0!important}
  .rm-cta-card{max-width:none!important;padding:24px 18px!important;border-radius:24px!important}
  .rm-cta-card h3{font-size:25px!important}
  .rm-mini-form input,.rm-mini-form select,.rm-mini-form textarea{font-size:16px!important;min-height:50px!important}

  #materyaller{padding:58px 0!important}
  #materyaller .rm-title{text-align:left!important;margin-bottom:28px!important}
  #materyaller .rm-title h2{font-size:31px!important}
  #materyaller .rm-grid{grid-template-columns:1fr!important;gap:16px!important}
  #materyaller .rm-card{padding:24px 20px!important;border-radius:22px!important}
  #materyaller .rm-card h3{font-size:24px!important}
  #materyaller .rm-card p{font-size:15px!important}

  .rm-tani-archive{padding:52px 0!important}
  .rm-tani-hero,.rm-archive-head{text-align:left!important;margin-bottom:32px!important}
  .rm-tani-hero h1,.rm-archive-head h1{font-size:34px!important;line-height:1.13!important}
  .rm-tani-hero p,.rm-archive-head p{font-size:16px!important;line-height:1.65!important}
  .rm-tani-grid{grid-template-columns:1fr!important;gap:18px!important}
  .rm-tani-card{border-radius:24px!important}
  .rm-tani-image,.rm-tani-thumb{height:205px!important;border-radius:20px!important}
  .rm-tani-image img,.rm-tani-thumb img{width:100%;height:100%;object-fit:cover}
  .rm-tani-content{padding:22px!important}
  .rm-tani-content h2{font-size:22px!important}
  .rm-tani-single{padding:44px 0!important}
  .rm-tani-single-card{padding:22px 18px!important;border-radius:24px!important}
  .rm-tani-single-card h1{font-size:33px!important}
  .rm-tani-article{font-size:16px!important;line-height:1.75!important}
  .rm-tani-single-image{border-radius:20px!important;margin:22px 0!important}

  .rm-page-hero{padding:44px 0 30px!important}
  .rm-page-hero h1{font-size:34px!important}
  .rm-page-desc{font-size:16px!important}
  .rm-page-content{padding:38px 0!important}
  .rm-page-grid{grid-template-columns:1fr!important;gap:28px!important}
  .rm-page-image img{border-radius:20px!important;margin-bottom:25px!important}
  .rm-content{font-size:16px!important;line-height:1.75!important;overflow-wrap:anywhere}
  .rm-content img,.rm-content video,.rm-content iframe{max-width:100%!important;height:auto}
  .rm-content table{display:block;max-width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}
  .rm-side-card{padding:22px!important;border-radius:20px!important}

  .ram-archive{padding:48px 0 54px!important}
  .ram-archive-head{text-align:left!important;margin-bottom:28px!important}
  .ram-archive-head h1{font-size:34px!important;line-height:1.14!important}
  .ram-archive-head p{font-size:16px!important;line-height:1.6!important}
  .ram-filter-form{grid-template-columns:1fr!important;gap:10px!important;margin-top:22px!important;padding:12px!important;border-radius:20px!important}
  .ram-filter-form select,.ram-filter-form input,.ram-filter-form button{min-height:52px!important;font-size:16px!important;border-radius:14px!important}
  .ram-result-summary{font-size:14px!important;line-height:1.55!important}
  .ram-result-summary a{display:inline-block;margin:6px 0 0!important}
  .ram-grid{grid-template-columns:1fr!important;gap:16px!important}
  .ram-card{padding:18px!important;border-radius:22px!important}
  .ram-card-visual{height:150px!important;margin:-2px -2px 17px!important}
  .ram-card h2{font-size:23px!important;margin-bottom:11px!important}
  .ram-location{font-size:15px!important;margin-bottom:16px!important}
  .ram-info-item{padding:13px 14px!important;font-size:14px!important}
  .ram-buttons{display:grid!important;grid-template-columns:1fr 1fr!important;gap:9px!important}
  .ram-btn{padding:13px 10px!important;border-radius:14px!important;font-size:13px!important;min-height:46px!important}
  .ram-btn-web{grid-column:1/-1}
  .ram-pagination{margin:28px 0 8px!important}

  .rm-ram-single{padding:40px 0 54px!important}
  .rm-ram-breadcrumb{font-size:12px!important;margin-bottom:14px!important}
  .rm-ram-card{padding:18px!important;border-radius:24px!important}
  .rm-ram-visual{grid-template-columns:92px 1fr!important;gap:12px!important;margin:-6px -6px 22px!important;padding:9px!important;border-radius:18px!important}
  .rm-ram-visual img{width:92px!important;height:78px!important;border-radius:14px!important}
  .rm-ram-visual strong{font-size:15px!important;line-height:1.25!important;display:block}
  .rm-ram-card h1{font-size:30px!important;line-height:1.15!important}
  .rm-ram-info{grid-template-columns:1fr!important;gap:10px!important}
  .rm-ram-actions{display:grid!important;grid-template-columns:1fr!important;gap:9px!important}
  .rm-ram-actions .rm-btn{width:100%!important;min-height:50px!important}

  .rm-footer{padding:44px 0 100px!important}
  .rm-footer-grid{grid-template-columns:1fr 1fr!important;gap:26px 20px!important}
  .rm-footer h3{font-size:18px!important}
  .rm-footer p,.rm-footer a{font-size:14px!important}
  .rm-footer-bottom{margin-top:28px!important;padding:18px 0 0!important}
  .rm-footer-dev-left{position:relative!important;left:auto!important;top:auto!important;text-align:center!important;margin-bottom:9px!important}

  .rm-whatsapp{display:none!important}
  .rm-mobile-bottom-nav{
    display:grid;grid-template-columns:repeat(5,1fr);position:fixed;left:0;right:0;bottom:0;
    z-index:9990;background:rgba(255,255,255,.96);backdrop-filter:blur(14px);
    border-top:1px solid #dce8f7;box-shadow:0 -8px 28px rgba(23,61,137,.10);
    padding:6px max(6px,env(safe-area-inset-right)) calc(6px + env(safe-area-inset-bottom)) max(6px,env(safe-area-inset-left));
  }
  .rm-mobile-bottom-nav a{min-width:0;min-height:58px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;color:#53627d;border-radius:13px}
  .rm-mobile-bottom-nav span{font-size:21px;line-height:1;font-weight:700}
  .rm-mobile-bottom-nav small{font-size:10px;font-weight:800;white-space:nowrap}
  .rm-mobile-bottom-nav .rm-mobile-wa{color:#0b9c4c;background:#eefbf3}

  .rm-modal{align-items:flex-end!important;padding:0!important}
  .rm-modal-box{max-width:none!important;border-radius:26px 26px 0 0!important;padding:28px 18px calc(22px + env(safe-area-inset-bottom))!important;max-height:90vh;overflow:auto}
  .rm-modal-box input,.rm-modal-box select,.rm-modal-box textarea{font-size:16px!important;min-height:50px!important}
}

@media (max-width:560px){
  .rm-wrap{padding-left:15px!important;padding-right:15px!important}
  .rm-topbar-inner>div:first-child{max-width:58vw}
  .rm-full-logo{width:175px!important;max-width:58vw!important}
  .rm-hero h1{font-size:32px!important}
  .rm-actions{grid-template-columns:1fr!important}
  .rm-media-placeholder.rm-video-box,.rm-card-video,.rm-card-image{height:215px!important}
  .rm-grid{grid-template-columns:1fr!important}
  .rm-diagnosis-card{display:grid!important;grid-template-columns:58px 1fr!important;column-gap:14px!important;align-items:start!important}
  .rm-diagnosis-card .rm-icon{grid-row:1/4;margin:0!important}
  .rm-diagnosis-card h3{margin-top:2px!important}
  .rm-diagnosis-card p,.rm-diagnosis-card span{grid-column:2}
  .ram-buttons{grid-template-columns:1fr!important}
  .ram-btn-web{grid-column:auto}
  .rm-footer-grid{grid-template-columns:1fr!important}
  .rm-mobile-drawer{width:92vw}
}

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

.ram-filter-city{grid-template-columns:1fr 170px;max-width:720px}
@media(max-width:900px){.ram-filter-city{grid-template-columns:1fr!important}}

.ram-location a,.rm-location a{color:#2f6fec;font-weight:800;text-decoration:none}
.ram-location a:hover,.rm-location a:hover{text-decoration:underline}

/* ======================================================
   v1.2.1 - GLOBAL ON GORUSME + HIGH QUALITY VISUALS
   Desktop yerlesimi korunur; yalnızca modal ve medya kalitesi.
====================================================== */
body.rm-modal-open{overflow:hidden}
.rm-modal[aria-hidden="false"]{display:flex}
.rm-modal-kicker{
  display:inline-flex;
  align-items:center;
  min-height:30px;
  padding:6px 12px;
  border-radius:999px;
  background:#eef5ff;
  color:#2878f0;
  font-size:12px;
  font-weight:900;
  margin:0 0 10px;
}
.rm-consultation-form label{
  display:block;
  color:#233b68;
  font-size:13px;
  font-weight:800;
  margin:0 0 6px 3px;
}
.rm-form-error{
  min-height:20px;
  margin:0 0 8px;
  color:#b42318;
  font-size:13px;
  font-weight:700;
}
.rm-form-privacy{
  display:block;
  margin-top:12px;
  color:#718096;
  font-size:12px;
  line-height:1.5;
  text-align:center;
}
.rm-consultation-submit{min-height:52px}
.rm-icon-img{
  width:100%;
  height:100%;
  object-fit:contain;
  image-rendering:auto;
}
.rm-tani-image img,
.rm-tani-single-image img,
.rm-page-image img{
  image-rendering:auto;
}


/* =========================================================
   v1.2.2 — TANILAR PREMIUM GORSEL KATMANI
   Sadece Tanilar kartlarinin gorsel kalitesi ve goruntu alani.
   Masaustu grid/sira/icerik yapisi degismez.
========================================================= */
@media (min-width:901px){
  #tanilar .rm-diagnosis-card .rm-icon{
    width:112px;
    height:78px;
    padding:0;
    margin-bottom:16px;
    border-radius:18px;
    overflow:hidden;
    background:#f7fbff;
    box-shadow:inset 0 0 0 1px rgba(47,128,237,.06);
  }
  #tanilar .rm-diagnosis-card .rm-icon .rm-icon-img{
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center;
    border-radius:18px;
  }
}

@media (max-width:900px){
  #tanilar .rm-diagnosis-card .rm-icon{
    width:82px!important;
    height:62px!important;
    padding:0!important;
    border-radius:16px!important;
    overflow:hidden!important;
    background:#f7fbff!important;
  }
  #tanilar .rm-diagnosis-card .rm-icon .rm-icon-img{
    width:100%!important;
    height:100%!important;
    object-fit:cover!important;
    border-radius:16px!important;
  }
}

@media (max-width:560px){
  #tanilar .rm-diagnosis-card{
    grid-template-columns:86px 1fr!important;
  }
  #tanilar .rm-diagnosis-card .rm-icon{
    width:76px!important;
    height:60px!important;
  }
}

/* v1.2.3 premium visual upgrade: tests, family guide and materials */
.rm-premium-card-visual{
  width:100%;
  aspect-ratio:16/9;
  border-radius:20px;
  overflow:hidden;
  background:#f5f9ff;
  margin:0 0 22px;
  box-shadow:inset 0 0 0 1px rgba(37,99,235,.05);
}
.rm-premium-card-visual img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
}
.rm-test-premium-visual{
  margin-top:-2px;
  margin-bottom:24px;
  background:#f2f7ff;
}
.rm-test-box .rm-test-premium-visual + h3{
  margin-top:0;
}
.rm-search-card .rm-family-premium-visual{
  margin-bottom:20px;
}
#materyaller .rm-card .rm-material-premium-visual{
  margin-bottom:22px;
}
#materyaller .rm-card{
  overflow:hidden;
}

@media (max-width:900px){
  .rm-premium-card-visual{
    border-radius:18px;
    margin-bottom:18px;
  }
  .rm-test-premium-visual,
  .rm-family-premium-visual,
  .rm-material-premium-visual{
    aspect-ratio:16/9;
  }
}


/* ======================================================
   WHATSAPP KAYNAK TAKIBI + IKON SISTEMI (v1.2.5)
   Masaustu yerlesimini degistirmez; yalnizca buton/forma ikon ekler.
====================================================== */
.rm-wa-track,
.rm-wa-submit,
.rm-consultation-submit{
  --rm-wa-icon-size:18px;
}

.rm-wa-track:not(.rm-mobile-wa)::before,
.rm-wa-submit::before,
.rm-consultation-submit::before,
.rm-wa-button-icon,
.rm-wa-mini-icon,
.rm-wa-nav-icon{
  content:"";
  display:inline-block;
  width:var(--rm-wa-icon-size,18px);
  height:var(--rm-wa-icon-size,18px);
  flex:0 0 var(--rm-wa-icon-size,18px);
  background-repeat:no-repeat;
  background-position:center;
  background-size:contain;
  vertical-align:-3px;
  margin-right:7px;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2325D366' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 11.5a8.4 8.4 0 0 1-9 8.5 9.2 9.2 0 0 1-3.8-.9L3 21l1.7-5a8.5 8.5 0 1 1 16.3-4.5Z'/%3E%3Cpath d='M8.5 8.2c.3 2.7 2.6 5 5.3 5.3'/%3E%3Cpath d='M8.6 7.6l-1 1.1c-.2.2-.2.5-.1.8.7 3.3 3.3 5.9 6.6 6.6.3.1.6 0 .8-.2l1.1-1c.3-.3.3-.8 0-1.1l-1.6-1.3c-.3-.2-.7-.2-1 .1l-.6.6a6.6 6.6 0 0 1-2.2-2.2l.6-.6c.3-.3.3-.7.1-1L9.7 7.6c-.3-.3-.8-.3-1.1 0Z'/%3E%3C/svg%3E");
}

.rm-btn-primary.rm-wa-track::before,
.rm-whatsapp.rm-wa-track::before,
.rm-consultation-submit::before,
.rm-wa-submit::before{
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 11.5a8.4 8.4 0 0 1-9 8.5 9.2 9.2 0 0 1-3.8-.9L3 21l1.7-5a8.5 8.5 0 1 1 16.3-4.5Z'/%3E%3Cpath d='M8.5 8.2c.3 2.7 2.6 5 5.3 5.3'/%3E%3C/svg%3E");
}

.rm-btn.rm-wa-track,
.rm-consultation-submit,
.rm-wa-submit{
  display:inline-flex;
  align-items:center;
  justify-content:center;
}

.rm-topbar-wa{display:flex;align-items:center;gap:6px}
.rm-topbar-wa .rm-wa-mini-icon{margin:0;width:15px;height:15px;filter:brightness(0) invert(1)}
.rm-mobile-bottom-nav .rm-wa-nav-icon{margin:0;width:22px;height:22px}

.rm-source-preview{
  display:flex;
  align-items:flex-start;
  gap:8px;
  margin:12px 0 18px;
  padding:10px 12px;
  border:1px solid #dce8f7;
  border-radius:12px;
  background:#f6faff;
  color:#52637e;
  font-size:13px;
  line-height:1.45;
}
.rm-source-pin{
  width:17px;height:17px;flex:0 0 17px;margin-top:1px;
  background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%232f80ed' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 10c0 5-8 12-8 12S4 15 4 10a8 8 0 1 1 16 0Z'/%3E%3Ccircle cx='12' cy='10' r='2.5'/%3E%3C/svg%3E") center/contain no-repeat;
}

.rm-consultation-form label{display:flex;align-items:center;gap:7px}
.rm-form-label-icon{width:17px;height:17px;flex:0 0 17px;background-position:center;background-repeat:no-repeat;background-size:contain}
.rm-icon-user{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%232f80ed' stroke-width='2' stroke-linecap='round'%3E%3Ccircle cx='12' cy='8' r='4'/%3E%3Cpath d='M4 21c.8-4.5 3.5-7 8-7s7.2 2.5 8 7'/%3E%3C/svg%3E")}
.rm-icon-phone{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%232f80ed' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 4h4l2 5-2.5 1.5a15 15 0 0 0 5 5L15 13l5 2v4c0 1.1-.9 2-2 2C9.7 21 3 14.3 3 6c0-1.1.9-2 2-2Z'/%3E%3C/svg%3E")}
.rm-icon-age{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%232f80ed' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='5' width='18' height='16' rx='2'/%3E%3Cpath d='M7 3v4M17 3v4M3 10h18'/%3E%3C/svg%3E")}
.rm-icon-topic{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%232f80ed' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 3a5 5 0 0 0-5 5v2H5a2 2 0 0 0-2 2v7h18v-7a2 2 0 0 0-2-2h-2V8a5 5 0 0 0-5-5Z'/%3E%3Cpath d='M9 10h6M9 14h6'/%3E%3C/svg%3E")}
.rm-icon-note{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%232f80ed' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 4h16v16H4z'/%3E%3Cpath d='M8 9h8M8 13h8M8 17h5'/%3E%3C/svg%3E")}

@media(max-width:900px){
  .rm-source-preview{font-size:12px;margin:10px 0 14px}
  .rm-wa-track:not(.rm-mobile-wa)::before{width:17px;height:17px}
}

.rm-topbar-wa-link{display:inline-flex;align-items:center;gap:6px;color:inherit;text-decoration:none;font-weight:inherit}
.rm-topbar-wa-link::before{display:none!important}
.rm-topbar-wa-link:hover{text-decoration:underline}

/* =========================================================
   v1.2.6 — KVKK / GIZLILIK / CEREZ MERKEZI
   Masaustu ana sayfa yerlesimine dokunmaz.
========================================================= */
.rm-footer-legal-links{display:flex;flex-direction:column;gap:4px;margin-top:4px}
.rm-footer-legal-links>a,.rm-footer-cookie-button{
  display:flex!important;align-items:center;gap:9px;width:100%;min-height:36px;
  padding:6px 0!important;border:0;background:transparent;color:inherit;text-align:left;
  font:inherit;cursor:pointer;text-decoration:none;
}
.rm-footer-cookie-button{color:#dbe7ff!important}
.rm-footer-cookie-button:hover{color:#fff!important}
.rm-footer-legal-icon{width:22px;height:22px;display:inline-flex;align-items:center;justify-content:center;flex:0 0 22px}
.rm-footer-legal-icon svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}

.rm-form-consents{display:grid;gap:9px;margin:2px 0 14px}
.rm-consent-check{
  display:grid!important;grid-template-columns:20px 1fr;align-items:start;gap:9px;
  margin:0!important;padding:10px 11px;border:1px solid #dce8f7;border-radius:13px;
  background:#f8fbff;color:#53627d!important;font-size:12px!important;line-height:1.5;font-weight:600!important;
  cursor:pointer;
}
.rm-consent-check input[type="checkbox"]{
  width:17px!important;height:17px!important;min-height:0!important;margin:2px 0 0!important;padding:0!important;accent-color:#2f80ed;
}
.rm-consent-check a{color:#1f6fe5;font-weight:800;text-decoration:underline;text-underline-offset:2px}
.rm-consent-check strong{color:#294b91}
.rm-form-consents-compact{margin-top:2px}
.rm-mini-form-error{min-height:18px;color:#b42318;font-size:12px;font-weight:800;line-height:1.45}

.rm-legal-hero{
  padding:52px 0 46px;background:linear-gradient(135deg,#f8fbff 0%,#eef5ff 60%,#f3fff8 100%);
  border-bottom:1px solid #e1ebf8;
}
.rm-legal-hero-row{display:grid;grid-template-columns:88px 1fr;gap:22px;align-items:center;max-width:980px;margin-top:22px}
.rm-legal-hero-icon{
  width:88px;height:88px;border-radius:25px;background:#fff;display:flex;align-items:center;justify-content:center;
  color:#2f80ed;box-shadow:0 16px 45px rgba(36,69,143,.12);border:1px solid #e4edfb;
}
.rm-legal-hero-icon svg{width:46px;height:46px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}
.rm-legal-kicker{display:inline-flex;padding:6px 11px;border-radius:999px;background:#e9f2ff;color:#2474e9;font-size:12px;font-weight:900;margin-bottom:8px}
.rm-legal-hero h1{font-size:44px;line-height:1.1;color:#24458f;margin:0 0 10px}
.rm-legal-hero-row p{font-size:17px;line-height:1.7;color:#61708c;max-width:780px;margin:0}
.rm-legal-page{padding:54px 0 72px;background:#fff}
.rm-legal-layout{display:grid;grid-template-columns:minmax(0,1fr) 310px;gap:38px;align-items:start}
.rm-legal-main{min-width:0}
.rm-legal-doc{font-size:16px;line-height:1.78;color:#45536e}
.rm-legal-doc h2{font-size:25px;line-height:1.25;color:#183d86;margin:34px 0 12px}
.rm-legal-doc h2:first-of-type{margin-top:26px}
.rm-legal-doc p{margin:0 0 15px}
.rm-legal-doc ul{margin:10px 0 18px;padding-left:22px}
.rm-legal-doc li{margin:7px 0}
.rm-legal-doc a{color:#176be3;font-weight:750;text-decoration:underline;text-underline-offset:3px}
.rm-legal-doc code{background:#eef5ff;border-radius:7px;padding:2px 6px;color:#24458f}
.rm-legal-summary{
  display:grid;grid-template-columns:62px 1fr;gap:16px;align-items:start;padding:20px;border:1px solid #dfeafa;
  border-radius:20px;background:linear-gradient(135deg,#f7fbff,#f4fff9);box-shadow:0 12px 34px rgba(36,69,143,.07);
}
.rm-legal-summary-icon{width:62px;height:62px;border-radius:18px;background:#fff;color:#2f80ed;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 22px rgba(36,69,143,.08)}
.rm-legal-summary-icon svg{width:34px;height:34px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.rm-legal-summary strong{display:block;color:#193e86;font-size:18px;margin:3px 0 4px}
.rm-legal-summary p{margin:0!important;color:#5d6b86}
.rm-legal-contact-card{display:grid;grid-template-columns:56px 1fr;gap:15px;padding:18px;margin:16px 0 24px;border:1px solid #e1eaf7;border-radius:18px;background:#fbfdff}
.rm-legal-contact-icon{width:56px;height:56px;border-radius:16px;background:#edf5ff;color:#2e79ed;display:flex;align-items:center;justify-content:center}
.rm-legal-contact-icon svg{width:31px;height:31px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.rm-legal-contact-card strong{font-size:17px;color:#24458f}
.rm-legal-contact-card p{margin:4px 0!important;font-size:14px}
.rm-legal-update{margin-top:34px;padding-top:16px;border-top:1px solid #e5ecf6;color:#72809a;font-size:13px;font-weight:700}
.rm-legal-aside{position:sticky;top:115px;display:grid;gap:16px}
.rm-legal-nav-card,.rm-legal-note-card{border:1px solid #e0e9f7;border-radius:20px;padding:18px;background:#fff;box-shadow:0 12px 36px rgba(36,69,143,.07)}
.rm-legal-nav-card>strong,.rm-legal-note-card>strong{display:block;color:#24458f;font-size:17px;margin-bottom:11px}
.rm-legal-nav-card a,.rm-legal-nav-card button{
  width:100%;display:flex;align-items:center;gap:10px;padding:10px 9px;border:0;border-radius:11px;background:transparent;
  color:#435575;text-decoration:none;font:inherit;font-size:13px;font-weight:800;text-align:left;cursor:pointer;
}
.rm-legal-nav-card a:hover,.rm-legal-nav-card button:hover{background:#f0f6ff;color:#1b68d7}
.rm-legal-nav-card svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round;flex:0 0 auto}
.rm-legal-note-card{background:#f8fbff}
.rm-legal-note-card p{font-size:13px;line-height:1.6;color:#687793;margin:0}
.rm-cookie-table-wrap{overflow:auto;border:1px solid #e0e9f5;border-radius:16px;margin:16px 0 24px}
.rm-cookie-table{width:100%;border-collapse:collapse;min-width:680px;background:#fff}
.rm-cookie-table th,.rm-cookie-table td{padding:13px 14px;border-bottom:1px solid #edf2f8;text-align:left;vertical-align:top;font-size:14px}
.rm-cookie-table th{background:#f4f8ff;color:#24458f;font-weight:900}
.rm-cookie-table tr:last-child td{border-bottom:0}

.rm-cookie-banner[hidden]{display:none!important}
.rm-cookie-banner{position:fixed;left:18px;right:18px;bottom:18px;z-index:100150;display:flex;justify-content:center;pointer-events:none}
.rm-cookie-banner-inner{
  width:min(1180px,100%);display:grid;grid-template-columns:58px minmax(0,1fr) auto;gap:16px;align-items:center;
  padding:16px 18px;background:rgba(255,255,255,.98);border:1px solid #dce7f5;border-radius:20px;
  box-shadow:0 22px 65px rgba(17,43,94,.22);backdrop-filter:blur(14px);pointer-events:auto;
}
.rm-cookie-banner-icon{width:54px;height:54px;border-radius:16px;background:#edf5ff;color:#2f80ed;display:flex;align-items:center;justify-content:center}
.rm-cookie-banner-icon svg{width:31px;height:31px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.rm-cookie-banner-copy strong{display:block;color:#173b83;font-size:17px;margin-bottom:3px}
.rm-cookie-banner-copy p{margin:0;color:#63718b;font-size:13px;line-height:1.5}
.rm-cookie-banner-copy a{color:#1e6fe5;font-weight:800}
.rm-cookie-banner-actions{display:flex;gap:8px;align-items:center;flex-wrap:wrap;justify-content:flex-end}
.rm-cookie-btn{min-height:40px;padding:10px 13px;border-radius:11px;border:1px solid #d9e4f4;background:#fff;color:#2b467a;font-weight:850;font-size:12px;cursor:pointer;white-space:nowrap}
.rm-cookie-btn:hover{transform:translateY(-1px)}
.rm-cookie-accept{background:#2f80ed;border-color:#2f80ed;color:#fff}
.rm-cookie-essential{background:#f4f7fb}
.rm-cookie-manage{background:#fff}
body.rm-cookie-modal-open{overflow:hidden}
.rm-cookie-modal{position:fixed;inset:0;z-index:100250;background:rgba(11,26,54,.62);display:none;align-items:center;justify-content:center;padding:20px}
.rm-cookie-modal.is-open{display:flex}
.rm-cookie-modal-box{width:min(640px,100%);max-height:88vh;overflow:auto;background:#fff;border-radius:26px;padding:28px;box-shadow:0 32px 90px rgba(0,0,0,.3);position:relative}
.rm-cookie-modal-box h2{font-size:30px;color:#24458f;margin:5px 0 8px}
.rm-cookie-modal-box>p{color:#66748f;line-height:1.6;margin:0 0 18px}
.rm-cookie-close{position:absolute;right:16px;top:16px;width:38px;height:38px;border:0;border-radius:50%;background:#eef4ff;color:#24458f;font-size:24px;cursor:pointer}
.rm-cookie-category{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:14px;align-items:center;padding:15px 0;border-top:1px solid #edf1f7;margin:0!important;cursor:pointer}
.rm-cookie-category strong{display:block;color:#233e76;font-size:15px;margin-bottom:3px}
.rm-cookie-category p{margin:0;color:#6a7891;font-size:12px;line-height:1.5}
.rm-cookie-status{font-size:11px;font-weight:900;color:#268357;background:#e9faef;border-radius:999px;padding:7px 9px;white-space:nowrap}
.rm-switch{position:relative;width:48px;height:28px;display:block}
.rm-switch input{position:absolute;opacity:0;pointer-events:none}
.rm-switch span{position:absolute;inset:0;border-radius:999px;background:#c9d3e2;transition:.2s}
.rm-switch span:after{content:"";position:absolute;width:22px;height:22px;left:3px;top:3px;border-radius:50%;background:#fff;box-shadow:0 2px 7px rgba(0,0,0,.2);transition:.2s}
.rm-switch input:checked+span{background:#2f80ed}
.rm-switch input:checked+span:after{transform:translateX(20px)}
.rm-cookie-modal-actions{display:flex;justify-content:flex-end;gap:9px;margin-top:18px}
.rm-cookie-fineprint{text-align:center!important;font-size:12px!important;margin:17px 0 0!important}
.rm-cookie-fineprint a{color:#2c70da;font-weight:800}

@media(max-width:900px){
  .rm-legal-hero{padding:38px 0 32px}
  .rm-legal-hero-row{grid-template-columns:64px 1fr;gap:15px;margin-top:16px}
  .rm-legal-hero-icon{width:64px;height:64px;border-radius:19px}
  .rm-legal-hero-icon svg{width:34px;height:34px}
  .rm-legal-hero h1{font-size:32px}
  .rm-legal-hero-row p{font-size:15px}
  .rm-legal-page{padding:34px 0 110px}
  .rm-legal-layout{grid-template-columns:1fr;gap:24px}
  .rm-legal-aside{position:static;order:-1}
  .rm-legal-nav-card{display:grid;grid-template-columns:1fr 1fr;gap:4px}
  .rm-legal-nav-card>strong{grid-column:1/-1}
  .rm-legal-note-card{display:none}
  .rm-legal-doc{font-size:15px;line-height:1.72}
  .rm-legal-doc h2{font-size:22px}
  .rm-cookie-banner{left:10px;right:10px;bottom:78px}
  .rm-cookie-banner-inner{grid-template-columns:44px 1fr;gap:11px;padding:13px;border-radius:17px}
  .rm-cookie-banner-icon{width:44px;height:44px;border-radius:13px}
  .rm-cookie-banner-icon svg{width:26px;height:26px}
  .rm-cookie-banner-actions{grid-column:1/-1;display:grid;grid-template-columns:1fr 1fr;gap:7px}
  .rm-cookie-banner-actions .rm-cookie-accept{grid-column:1/-1}
  .rm-cookie-btn{width:100%;min-height:44px}
  .rm-cookie-modal{align-items:flex-end;padding:0}
  .rm-cookie-modal-box{width:100%;max-height:91vh;border-radius:26px 26px 0 0;padding:26px 18px calc(22px + env(safe-area-inset-bottom))}
  .rm-cookie-modal-box h2{font-size:26px}
  .rm-form-consents{gap:8px}
  .rm-consent-check{font-size:11px!important;padding:9px 10px}
}
@media(max-width:560px){
  .rm-legal-hero-row{grid-template-columns:1fr}
  .rm-legal-hero-icon{width:58px;height:58px}
  .rm-legal-nav-card{grid-template-columns:1fr}
  .rm-legal-nav-card>strong{grid-column:auto}
  .rm-legal-summary{grid-template-columns:48px 1fr;padding:15px}
  .rm-legal-summary-icon{width:48px;height:48px;border-radius:14px}
  .rm-legal-summary-icon svg{width:27px;height:27px}
  .rm-cookie-category{grid-template-columns:1fr auto}
  .rm-cookie-modal-actions{display:grid;grid-template-columns:1fr}
}
.rm-modal-box{max-height:92vh;overflow:auto}


/* v1.2.7 — Footer dengeleme: tüm sütunlar eşit */
.rm-footer{padding:46px 20px 18px!important;}
.rm-footer-grid{max-width:1280px!important;display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:34px!important;align-items:start!important;}
.rm-footer-col{min-width:0!important;}
.rm-footer-brand p:last-child{margin-bottom:0!important;}
.rm-footer h3{font-size:18px!important;line-height:1.3!important;margin:0 0 16px!important;font-weight:800!important;}
.rm-footer p,.rm-footer a,.rm-footer-cookie-button{font-size:15px!important;line-height:1.65!important;}
.rm-footer a{margin-bottom:10px!important;}
.rm-footer-legal-links{gap:2px!important;margin-top:0!important;}
.rm-footer-legal-links>a,.rm-footer-cookie-button{min-height:32px!important;padding:4px 0!important;}
.rm-footer-legal-icon{width:20px!important;height:20px!important;flex:0 0 20px!important;}
.rm-footer-legal-icon svg{width:17px!important;height:17px!important;}
.rm-footer-contact-line{margin-bottom:10px!important;}
.rm-footer-whatsapp-link{display:inline-flex!important;align-items:center!important;gap:9px!important;margin-bottom:0!important;}
.rm-footer-bottom{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:18px!important;position:relative!important;min-height:0!important;margin-top:30px!important;padding-top:16px!important;text-align:left!important;}
.rm-footer-dev-left,.rm-footer-copy{position:static!important;left:auto!important;top:auto!important;margin:0!important;}
.rm-footer-copy{text-align:right!important;flex:1 1 auto!important;}
@media (max-width:1200px){.rm-footer-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:28px!important;}}
@media (max-width:900px){.rm-footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:24px!important;}.rm-footer-bottom{flex-direction:column!important;text-align:center!important;}.rm-footer-copy{text-align:center!important;}}
@media (max-width:700px){.rm-footer{padding:40px 20px 20px!important;}.rm-footer-grid{grid-template-columns:1fr!important;gap:22px!important;}.rm-footer h3{font-size:18px!important;margin-bottom:12px!important;}.rm-footer p,.rm-footer a,.rm-footer-cookie-button{font-size:14px!important;}.rm-footer-bottom{margin-top:24px!important;padding-top:14px!important;}}
