/* Landing page layer – the purchased template's main CSS remains untouched. */
.radio-landing {
    --rl-pink: var(--primary--color, #ff517a);
    --rl-dark: #111116;
    --rl-soft: #f2f3ef;
    --rl-text: #575764;
    --rl-radius: 20px;
    color: var(--rl-text);
    font-family: "Inter", sans-serif;
    overflow: hidden;
    float: left;
	width: 100%;
}
.radio-landing * {
    box-sizing: border-box;
}
.rl-container {
    width: min(1180px, calc(100% - 60px));
    margin: 0 auto;
}
.rl-container-fluid {
    width: min(85%, calc(100% - 60px));
    margin: 0 auto;
}
.rl-section {
    padding: 75px 0;
}
.rl-soft {
    background: #f1f2ee;
}
.rl-pale-pink {
    background: #fff0f4;
}
.rl-dark {
    background: var(--rl-dark);
    color: #fff;
}
.rl-kicker {
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 11px;
    font-weight: 700;
    color: var(--rl-pink);
    margin-bottom: 12px;
}
.rl-kicker.white {
	color:#fff;
}
.rl-section-head {
    margin-bottom: 46px;
}
.rl-section-head h2 {
    font:
        700 clamp(34px, 4.1vw, 58px) / 1 "Playfair Display",
        sans-serif;
    color: #111116;
    margin: 0 0 18px;
    letter-spacing: -1.5px;
}
.rl-section-head h2 span,
.rl-copy h2 span {
    color: var(--rl-pink);
}
.rl-section-head p {
    font-size: 16px;
    line-height: 1.65;
    margin: 0;
	width: 70%;
}
.rl-light-head h2 {
    color: #fff;
}
.rl-light-head p {
    color: #bdbdc5;
}
.rl-hero {
    margin: 0 30px;
    border-radius: 20px;
    min-height: 750px;
    background:
        url("../images/banner-img2.jpg") center center/cover no-repeat;
    color: #fff;
}
.rl-hero-inner {
    min-height: 590px;
    display: flex;
    align-items: center;
}
hr.white {
	border-top: 1px solid rgba(255,255,255,0.3);
	margin-top: 50px;
}
hr.white2 {
	border-top: 1px solid rgba(255,255,255,0.3);
	margin-top: 20px;
	margin-right: 100px;
}
.rl-hero-copy .name {
	display: flex;
	gap: 20px;
}
.rl-hero-copy .name h4 {
	font-size: 18px;
	font-weight: 800;
}
.rl-hero-copy .name p {
	font-size: 13px;
	font-weight: 400;
	text-transform: uppercase;
}
.rl-hero-copy {
    max-width: 610px;
    padding: 85px 0;
}
.rl-eyebrow {
    display: inline-block;
    border-radius: 999px;
    background: #fff;
    color: var(--rl-pink);
    padding: 7px 17px;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 22px;
}
.rl-hero h1 {
    font:
        700 clamp(48px, 6vw, 70px) / 1 "Playfair Display",
        sans-serif;
    margin: 0 0 25px;
    letter-spacing: -2px;
    color: #fff;
}
.rl-hero h1 span {
    color: var(--rl-pink);
}
.rl-hero p {
    max-width: 560px;
    font-size: 17px;
    line-height: 1.65;
    color: #dddde2;
    margin-bottom: 28px;
}
.rl-buttons {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
	margin-top: 30px;
}
.rl-hero .primary_btn,
.rl-final .primary_btn {
    background: var(--rl-pink);
    color: #fff;
}
.rl-final .primary_btn.black {
	background:#111;
}
.rl-hero .secondary_btn,
.rl-final .secondary_btn {
    background: #fff;
    color: #111;
}
.rl-facts {
    padding: 22px 0;
    border-bottom: 1px solid #e8e8e8;
}
.rl-facts-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}
.rl-facts-grid > div {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-right: 1px solid #ddd;
}
.rl-facts-grid > div:last-child {
    border-right: 0;
}
.rl-facts strong {
    font:
        800 42px/1 "Urbanist",
        sans-serif;
    color: var(--rl-pink);
}
.rl-facts strong span {
    font-size: 17px;
}
.rl-facts span {
    font-size: 15px;
    line-height: 1.25;
    color: #777;
}
.rl-card-grid {
    display: grid;
    gap: 18px;
}
.rl-three {
    grid-template-columns: repeat(3, 1fr);
}
.rl-offer-card {
    min-height: 300px;
    border-radius: 18px;
    overflow: hidden;
    text-decoration: none;
    color: #fff;
    padding: 28px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background-size: cover;
    background-position: center;
    position: relative;
}
.rl-offer-card:before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(transparent 20%, rgba(0, 0, 0, 0.88));
}
.rl-offer-card > * {
    position: relative;
}
.rl-offer-card span {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    margin-bottom: auto;
}
.rl-offer-card strong {
    font:
        700 29px/1 "Urbanist",
        sans-serif;
}
.rl-offer-card small {
    margin-top: 14px;
}
.rl-offer-card.rl-pink {
    background-color: var(--rl-pink);
}
.rl-split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 85px;
    align-items: center;
}
.rl-number-card {
    min-height: 480px;
    border-radius: 18px;
    background: var(--rl-pink);
    color: #fff;
    padding: 35px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.rl-number-card span {
    font: 800 80px/1 "Urbanist";
	opacity:0.5;
	margin-bottom: 30px;
}
.rl-number-card strong {
    font: 300 58px/0.96 "Playdair Display";
}
.rl-number-card small a{
    font-size: 12px;
	color:#fff;
}
.rl-number-card small a:hover {
    text-decoration: underline;
}
.rl-mainmessage {
	padding: 15px 0px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.rl-mainmessage p {
	font-size: 20px !important;
	font-weight: 700;
	margin-bottom: 0px !important; 
}
.rl-mainmessage p span {
	color:var(--rl-pink);
}
.rl-copy h2 {
    font:
        700 clamp(34px, 4vw, 58px) / 0.98 "Playfair Display",
        sans-serif;
    color: #111116;
    letter-spacing: -1.5px;
    margin: 0 0 20px;
}
.rl-copy p {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 24px;
}
.rl-checklist {
    padding: 0;
    margin: 20px 0;
    list-style: none;
}
.rl-checklist li {
    padding: 12px 0;
    border-bottom: 1px solid #ddd;
    font-size: 14px;
}
.rl-checklist li:before {
    content: "✓";
    color: var(--rl-pink);
    font-weight: 800;
    margin-right: 10px;
}
.rl-note {
    background: #fff;
    padding: 18px;
    border-left: 3px solid var(--rl-pink);
    font-size: 17px;
	font-weight: 700;
}
.rl-note span {
	color:#ff517a;
}
.rl-image-panel {
    min-height: 550px;
    border-radius: 18px;
    overflow: hidden;
}
.rl-image-panel img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.rl-metric-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
}
.rl-metric,
.rl-metric.number {
    min-height: 260px;
    border: 1px solid #2a2a30;
    border-radius: 15px;
    background: #17171c;
    padding: 24px;
    display: flex;
    flex-direction: column;
}
.rl-metric b {
    color: #777;
    font-size: 10px;
}
.rl-metric strong {
    font: 700 20px/1.1 "Urbanist";
    margin-top: auto;
	margin-bottom: 15px;
}
.rl-metric.number strong{
	color:var(--rl-pink);
	font-size: 60px;
	margin-bottom:70px;
	font-weight: 800;
}

.rl-metric img {
	width: 42px;
}
	
.rl-metric p,
.rl-metric-number span {
    font-size: 12px;
    color: #aaa;
    line-height: 1.4;
	margin-bottom: 20px;
}
.rl-metric.active {
    background: var(--rl-pink);
    border-color: var(--rl-pink);
}
.rl-metric.active p {
    color: #fff;
}
.rl-metric-number {
    justify-content: center;
}
.rl-metric-number strong {
    font: 800 39px/1 "Urbanist";
    color: var(--rl-pink);
}
.rl-story-list {
    display: grid;
    gap: 20px;
}
.rl-story-list article {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 205px;
    border-radius: 16px;
    overflow: hidden;
    background: #f3f3f3;
}
.rl-story-list article > div {
    padding: 28px 32px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}
.rl-story-list article > div a {
	margin: 20px 0px 0px;
}
	
.rl-story-list img.image {
    width: 100%;
    height: 100%;
    min-height: 205px;
    object-fit: cover;
}
.rl-story-list h3 {
    font: 700 32px/1 "Urbanist";
    margin: 0 0 13px;
    color: #111;
}
.rl-story-list h3 em {
    color: var(--rl-pink);
    font-style: normal;
}
.rl-story-list p {
    font-size: 14px;
    line-height: 1.55;
    margin: 0;
}
.rl-research {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 60px;
    align-items: center;
}
.rl-mini-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}
.rl-mini-cards > div {
    background: #fff;
    border-radius: 16px;
    padding: 30px;
    min-height: 220px;
}
.rl-mini-cards b {
    color: var(--rl-pink);
    font-size: 11px;
}
.rl-mini-cards strong {
    display: block;
    font: 700 25px "Urbanist";
    margin: 35px 0 12px;
    color: #111;
}
.rl-mini-cards p {
    font-size: 13px;
    line-height: 1.5;
}
.rl-decision {
    gap: 100px;
}
.rl-qa {
    display: grid;
    gap: 10px;
}
.rl-section.whynot .titletext {
	padding: 20px 50px;
	border-radius: 20px;
	color:#fff;
	font-weight: 700;
	background: var(--rl-pink);
	margin-top: 30px;
	text-align: center;
	
}

.mt-20 {
	margin-top: 20px;
}

.rl-qa > div {
    padding: 18px 22px;
    display: flex;
    justify-content: space-between;
}
.rl-qa span {
    color: var(--rl-pink);
}
.rl-table-wrap {
    background: #fff;
    border-radius: 16px;
    padding: 8px;
    overflow: auto;
}
.rl-table-wrap table {
    width: 100%;
    border-collapse: collapse;
}
.rl-table-wrap th,
.rl-table-wrap td {
    text-align: left;
    padding: 18px;
    border-bottom: 1px solid #eee;
    font-size: 13px;
}
.rl-table-wrap th {
    color: var(--rl-pink);
    font-size: 11px;
    text-transform: uppercase;
}
.rl-table-wrap tr:last-child td {
    border-bottom: 0;
}
.rl-years-inner {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    align-items: center;
    gap: 40px;
}
.rl-years h2 {
    font: 700 58px / 0.9 "Playfair Display";
    margin: 0 0 20px;
}
.rl-years h2 span {
    color: var(--rl-pink);
}
.rl-years p {
    line-height: 1.6;
	font-size: 16px;
    color: #c4c4cc;
	max-width: 85%;
}
.rl-years p span{
    color: #fff;
}
.rl-years .name {
	display: flex;
	gap:20px;
}
.rl-years .name h4 {
	font-size: 18px;
	font-weight: 800;
}
.rl-years .name p {
	font-size: 13px;
	font-weight: 400;
	text-transform: uppercase;
}
.rl-years p span.pinktext {
	color: var(--rl-pink);
	font-size: 18px;
	font-weight: 800;
}
.rl-years-inner > img {
    width: 100%;
    object-fit: cover;
    border-radius: 18px;
    object-position: center;
}
.rl-quotes {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}
.rl-quotes blockquote {
	position: relative;
    margin: 0;
    background: #fff;
    border-radius: 16px;
    padding: 30px;
    font: 500 21px/1.25 "Urbanist";
    color: #222;
	border: 1px solid #ccc;
	min-height: 320px;
	display: flex;
	justify-content:space-between;
	flex-direction: column;
}
.rl-quotes blockquote img:first-child {
	width:32px;
	margin-bottom: 70px;
}

.rl-quotes blockquote img:nth-child(2) {
	position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
    width: 100px;
	height: 100px;
	object-fit: cover;
	border-radius: 50%;
}

.rl-quotes blockquote.featured {
    background: var(--rl-pink);
    color: #fff;
}
.rl-quotes blockquote.featured cite span {
	font-weight: 800;
	color:#fff;
	font-size: 14px;
}
.rl-quotes cite {
    display: block;
    font: 400 11px/1.4 Inter;
    margin-top: 30px;
    opacity: 1;
}
.rl-quotes cite span {
	font-weight: 800;
	color:#000;
	font-size: 14px;
}
.rl-choice-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
}
.rl-choice {
    min-height: 240px;
    border-radius: 16px;
    background: #fff;
    padding: 28px;
    text-decoration: none;
    color: #111;
    display: flex;
    flex-direction: column;
}
.rl-choice strong {
    font: 800 27px "Urbanist";
}
.rl-choice span {
    margin-top: auto;
}
.rl-choice small {
    color: var(--rl-pink);
    margin-top: 14px;
}
.rl-choice.active {
    background: var(--rl-pink);
    color: #fff;
}
.rl-choice.active small {
    color: #fff;
}
.rl-final {
    margin: 0 30px;
    border-radius: 20px;
    color: #fff;
	position: relative;
	overflow:hidden;
}
.services-box {
	border-left: 8px solid #ff517a;
	box-shadow: rgba(0,0,0,.3) 0px 0px 10px;
}
.rl-section.rl-final {
	background-size:cover;
}
.rl-final .tel h3 {
	font-weight: 800;
	margin-top: 30px;
}
.rl-final-inner {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    align-items: center;
    gap: 30px;
	position:relative;
	z-index:2;
}
.rl-final h2 {
    font: 700 clamp(34px, 5vw, 58px) / 1 "Playfair Display";
    margin: 0 0 20px;
}
.rl-final p {
    max-width: 600px;
    line-height: 1.6;
	color:#fff;
	font-size: 16px;
}
.rl-final .addeddesc {
	display: flex;
	align-items: center;
	gap: 20px;
}
.rl-final .addeddesc img {
	width: 42px;
	height: 42px;
}
.rl-final .addeddesc p {
	margin-bottom: 0px;
	font-size: 14px;
}
.rl-final-inner > img {
    width: 100%;
    max-height: 470px;
    object-fit: cover;
    object-position: center top;
    border-radius: 18px;
    mix-blend-mode: normal;
}
@media (max-width: 991px) {
    .rl-container {
        width: min(100% - 40px, 760px);
    }
    .rl-hero {
        margin: 0 20px;
    }
    .rl-three,
    .rl-quotes,
    .rl-choice-grid,
    .rl-metric-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .rl-split,
    .rl-research,
    .rl-years-inner,
    .rl-final-inner {
        grid-template-columns: 1fr;
        gap: 35px;
    }
    .rl-story-list article {
        grid-template-columns: 1fr;
    }
    .rl-story-list article:nth-child(even) img {
        order: -1;
    }
    .rl-facts-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 18px;
    }
    .rl-facts-grid > div:nth-child(2) {
        border-right: 0;
    }
    .rl-hero,
    .rl-hero-inner {
        min-height: 540px;
    }
    .rl-hero-copy {
        max-width: 580px;
    }
}
@media (max-width: 575px) {
    .radio-landing {
		width:100%;
	}
	.rl-container {
        width: calc(100% - 28px);
		text-align: center;
    }
    .rl-section {
        padding: 65px 0;
    }
	.rl-number-card strong {
		font-size: 40px;
		margin-bottom: 20px;
	}
	.rl-image-panel img {
		width: unset;
	}
	.rl-metric {
		min-height: 200px;
		align-items: center;
	}
	.rl-story-list article > div {
		align-items: center;
	}
	.rl-years p {
		max-width:100%;
	}
	hr.white2 {
		margin-right:0px;
	}
	.rl-final .addeddesc p {
		text-align: left;
	}
    .rl-hero {
        margin: 0 14px;
        border-radius: 14px;
		width:94%;
		background-position-x: 60%;
    }
	.rl-hero .rl-container {
		text-align: left;
	}
    .rl-hero-inner {
        min-height: 620px;
    }
    .rl-hero h1 {
        font-size: 40px;
    }
	.rl-metric.number strong {
		margin-bottom: 0px;
	}
	.rl-years h2 {
		font-size: 34px;
	}
	.rl-final .primary_btn.black {
		margin-bottom: 20px;
	}
    .rl-hero p {
        font-size: 15px;
    }
    .rl-three,
    .rl-quotes,
    .rl-choice-grid,
    .rl-metric-grid,
    .rl-mini-cards {
        grid-template-columns: 1fr;
    }
    .rl-facts-grid {
        grid-template-columns: 1fr 1fr;
    }
    .rl-facts-grid > div {
        border-right: 0;
    }
    .rl-split {
        gap: 28px;
		display: flex;
		flex-direction: column;
    }
    .rl-number-card {
        min-height: 280px;
    }
    .rl-story-list h3 {
        font-size: 27px;
    }
	.rl-qa {
		display: flex;
		width:100%;
	}
	.rl-qa > div {
		width:100%;
		padding: 5px;
	}
	.warning-section {
		width:100%;
	}
	.warning-row {
		flex-direction: column;
		align-items: center !important;
		gap: 10px !important;
	}
	.warning-section .warning-row .row-content {
		min-width:unset;
	}
	.warning-section .warning-row .row-icon {
		margin-right: 0px;
		width: unset;
	}
    .rl-final {
        margin: 0 14px;
		padding: 85px 0px;
		margin-bottom: 30px;
    }
	.article-card {
		background-size: cover;
	}
	.rl-section.whynot {
		position: relative;
		width:100%;
	}
	.rl-copy {
		width:100%;
	}
	.process-title {
		text-align: center !important;
	}
    .rl-final-inner {
        padding-top: 20px;
    }
    .rl-final-inner > img {
        max-height: 330px;
    }
}

.card-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
  max-width: 100%;
  margin: 0 auto;
}

.card {
  position: relative;
  height: 450px;
  border-radius: 16px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  cursor: pointer;
  border: none !important;
}

.card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to bottom, 
    rgba(255, 255, 255, 0.8) 0%, 
    rgba(30, 30, 30, 0.3) 40%, 
    rgba(20, 20, 20, 0.95) 100%
  );
  transition: background 0.4s ease;
  z-index: 1;
}

.card:hover .card-overlay {
  background: linear-gradient(
    to bottom, 
    rgba(255, 255, 255, 0.5) 0%, 
    rgba(216, 17, 89, 0.6) 40%, 
    rgba(216, 17, 89, 1) 100%
  );
}

.card-content {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 24px;
  color: #ffffff;
}

.card-text-group {
  margin-bottom: 20px;
}

.card-meta {
  display: block;
  font-size: 0.75rem;
  font-weight: 700;
  margin-bottom: 8px;
}

.card-title {
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0 0 10px 0;
  line-height: 1.1;
  letter-spacing: -0.5px;
}

.card-desc {
  font-size: 0.9rem;
  margin: 0;
  line-height: 1.4;
  opacity: 0.9;
  color:#fff;
}

.card-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding-top: 16px;
}

.card-link {
  font-size: 0.85rem;
  font-weight: 700;
}

.card-icon {
  font-size: 1.2rem;
}

.warning-section {
  margin: 0 auto;
  border-top: 1px solid #eaeaea;
}

/* Egy sor felépítése */
.warning-row {
  display: flex;
  align-items: flex-start;
  padding: 20px 0;
  border-bottom: 1px solid #eaeaea;
}

/* Számozás */
.row-number {
  font-size: 14px;
  font-weight: bold;
  color: #a0a0a0;
  width: 50px;
  flex-shrink: 0;
  margin-top: 5px; 
}

/* Ikon konténer */
.row-icon {
  width: 45px;
  flex-shrink: 0;
  margin-right: 20px;
}

.row-icon img {
  width: 35px; 
  height: auto;
  display: block;
}

/* Szöveges tartalom */
.row-content {
  flex-grow: 1;
  min-width: 450px;
}

/* Címsor */
.row-title {
  font-size: 18px;
  font-weight: 700;
  color: #222222;
  margin: 0 0 12px 0;
  line-height: 1.2;
}

/* Bekezdés / Leírás */
.row-desc {
  font-size: 14px;
  color: #777777;
  margin: 0;
  line-height: 1.5;
}

/* Reszponzív nézet mobilon */
@media (max-width: 600px) {
  .warning-row {
    padding: 20px 0;
  }
  .row-title {
    font-size: 18px;
  }
  .row-number {
    width: 35px;
  }
  .row-icon {
    margin-right: 15px;
  }
}

.process-section {
  margin: 0 auto;
  color: #222222;
}

/* Főcím */
.process-title {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 30px;
  text-align: left;
}

/* Kiemelt (rózsaszín) szöveg */
.highlight {
  color: #ff517a;
}

/* Grid konténer a 2 oszlopos elrendezéshez */
.process-grid {
  display: grid;
  grid-template-columns: 1fr 1fr; /* Két egyforma széles oszlop */
  border-top: 1px solid #e2e0d8; /* Felső vonal */
}

/* Egy lépés (cella) felépítése */
.process-item {
  display: flex;
  align-items: center; /* Vertikális középre igazítás */
  padding: 25px 30px;
  border-bottom: 1px solid #e2e0d8; /* Alsó vonal minden cellának */
}

/* A bal oldali (páratlan) oszlop cellái kapnak jobb oldali vonalat */
.process-item:nth-child(odd) {
  border-right: 1px solid #e2e0d8;
}

/* Számozás */
.process-number {
  font-size: 22px;
  font-weight: bold;
  color: #ff517a;
  width: 60px;
  flex-shrink: 0;
}

/* Szöveges rész konténere */
.process-text {
  flex-grow: 1;
  padding-right: 15px;
}

.process-item-title {
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 6px 0;
}

.process-item-desc {
  font-size: 13px;
  color: #777777;
  margin: 0;
  line-height: 1.4;
}

/* Ikon (Nyíl) */
.process-icon {
  font-size: 20px;
  font-weight: bold;
  color: #ff517a;
  flex-shrink: 0;
}

/* Alsó kiemelt doboz (footer) */
.process-footer {
  background-color: #ffffff;
  margin-top: 40px;
  padding: 25px;
  border-radius: 12px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02); /* Nagyon lágy árnyék */
}

.process-footer2 {
  background-color: #f1f2ee;
  margin-top: 40px;
  padding: 25px;
  border-radius: 12px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}

.process-footer2 .pinktext {
	color: #ff517a;
}

/* Reszponzív nézet (Mobilra) */
@media (max-width: 768px) {
  .process-grid {
    grid-template-columns: 1fr; /* Mobilon 1 oszlopos lesz */
  }
  
  /* Mobilon ne legyen jobb oldali vonal */
  .process-item:nth-child(odd) {
    border-right: none;
  }
  
  /* Az üres elem mobilon tűnjön el, mert 1 oszlopnál felesleges plusz vonalat generálna */
  .empty-item {
    display: none;
  }
  
  .process-item {
    padding: 20px 10px;
  }
  
  .process-title {
    font-size: 26px;
  }
  
  .process-footer {
    font-size: 16px;
  }
}

/* Fő konténer */
.article-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

/* Kártya alapbeállítások */
.article-card {
  position: relative;
  height: 480px; /* Igény szerint módosítható */
  border-radius: 16px;
  background-size: cover;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  text-decoration: none; /* Mivel linkek (<a>), levesszük az aláhúzást */
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.article-card:hover {
	color:#fff;
	text-decoration: none;
}

.article-card.article-white:hover {
	color:#111111;
}

/* Hover animáció - egy picit felemelkedik */
.article-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

/* Belső tartalom elrendezése (Flexbox) */
.article-content {
  position: relative;
  z-index: 2; /* Hogy a kép/overlay felett legyen */
  display: flex;
  flex-direction: column;
  justify-content: space-between; /* Felső és alsó rész szétválasztása */
  height: 100%;
  padding: 30px;
}

/* --- Típusfüggő formázások (Modifiers) --- */

/* 1. Sötét / Képes kártya */
.article-dark {
  background-size: cover;
  background-position: center;
  color: #ffffff;
}
.article-dark .article-overlay {
  position: absolute;
  top: 0; left: 0; width: 100%; height: 100%;
  background: linear-gradient(to bottom, rgba(30, 30, 30, 0.1) 0%, rgba(20, 20, 20, 0.95) 100%);
  z-index: 1;
}

.rl-final .section-overlay {
  position: absolute;
  top: 0; left: 0; width: 100%; height: 100%;
  background: linear-gradient(to left, rgba(255, 81, 122, 0) 30%, rgba(255, 81, 122, 0.95) 100%);
  z-index: 1;
}

.article-white .article-overlay {
  position: absolute;
  top: 0; left: 0; width: 100%; height: 100%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.95) 100%);
  z-index: 1;
}

.article-pink .article-overlay {
  position: absolute;
  top: 0; left: 0; width: 100%; height: 100%;
  background: linear-gradient(to bottom, rgba(255, 81, 122, 0.1) 0%, rgba(255, 81, 122, 0.95) 100%);
  z-index: 1;
}

.article-dark .article-meta, 
.article-dark .article-link {
  color: #ff517a;
}
.article-dark .article-desc p {
  color: rgba(255, 255, 255, 0.7);
}

/* 2. Fehér kártya */
.article-white {
  color: #111111;
  /* Kis alap árnyék, hogy a fehér háttéren elkülönüljön */
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.04); 
}
.article-white .article-meta {
  color: #ff517a;
}
.article-white .article-link {
  color: #111111;
}
.article-white .article-desc p {
  color: #666666;
}

/* 3. Rózsaszín kártya */
.article-pink {
  color: #ffffff;
}
.article-pink .article-meta,
.article-pink .article-link {
  color: #ffffff;
}
.article-pink .article-desc p {
  color: rgba(255, 255, 255, 0.9);
}

/* --- Tipográfia és apróbb elemek --- */

.article-meta {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.article-title {
  font-size: 2rem;
  font-weight: 500;
  margin: 0 0 10px 0;
  line-height: 1.1;
  letter-spacing: -1px;
}

.article-desc p {
  font-size: 1.05rem;
  margin: 0 0 25px 0;
  line-height: 1.4;
}

.article-link {
  font-size: 1rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
}

.audio-grid {
  display:grid;
  gap:16px;
}
@media(min-width:760px) {
	.audio-grid {
		grid-template-columns:1fr 1fr;}
}

.spot {
  box-shadow: rgba(0,0,0,.1) 0px 0px 10px;
  border-radius: 15px;  
  color:var(--dark-fg);
  border:1px solid #fff;
  padding:clamp(20px,2.4vw,26px);
  display:flex;
  gap:18px;
  align-items:center
}
.spot:hover {
  border: 1px solid #ff517a;
}
.play {
  flex:0 0 auto;
  width:54px;
  height:54px;
  border-radius:50%;
  border:1px solid var(--dark-fg-2);
  background:#f0f0f0;
  color:var(--dark-fg);
  cursor:pointer;
  display:grid;
  place-items:center;
  transition:background .18s ease,color .18s ease,border-color .18s ease;
}
.play:hover {
  background:var(--rl-pink);
  color:#fff;
}
.play[aria-pressed="true"] {
  background:var(--rl-pink);
  border-color:var(--rl-pink);
  color:var(--rl-pink-ink);
}
.play svg {
  width:16px;
  height:16px;
  fill:currentColor;
}
.playing .play svg {
  width:16px;
  height:16px;
  fill:#fff;
}
.play .ic-pause {
  display:none;
}
.play[aria-pressed="true"] .ic-play {
  display:none;
}
.play[aria-pressed="true"] .ic-pause {
  display:block;
}
.spot-body {
  min-width:0;
  flex:1;
}
.spot .cat {
  font-size:.66rem;
  letter-spacing:.14em;
  text-transform:uppercase;
  color:var(--rl-pink);
  font-weight:600;
}
.spot .ttl {
  font-size:1.2rem;
  font-weight:600;
  line-height:1.25;
}
.spot .meta {
  font-size:.7rem;
  margin-top:8px;
  display:flex;
  gap:14px;
  align-items:center}
.wave {
  display:flex;
  align-items:center;
  gap:2px;
  height:22px;
  margin-top:11px;
}
.wave i {
  flex:1;
  background:#ccc;
  opacity:.4;
  border-radius:1px;
  height:22%;
  transform-origin:center;
  transition:height .2s ease;
}
.spot.playing .wave i {
  background:var(--rl-pink);
  opacity:1;
  animation:bar .9s ease-in-out infinite;
}
@keyframes bar {
	0%,100%{height:18%}50%{height:100%}
}
.disclaimer {
	font-size:.72rem;
	color:var(--ink-3);
	margin-top:20px;
}

.book-apointment-inner-con .heading-title-con h2 {
	font-size: 24px;
	line-height: 30px;
	font-weight: 700;
	color: #0f0200;
}

.rl-section.rl-soft.rl-steps {
	background: url(../images/rlstepsbg.jpg);
	background-size: cover;
	background-position: center center;
}

.teeth-whitening-inner-wrap img{
	max-width: 100%;
}