@media only screen and (max-width: 270px)
{
	.space
	{
		justify-content: space-between !important;
		margin: 6px 0px !important;
	}
	
	.f_day
	{
		font-size: 14px !important;
		margin: 6px 8px !important;
	}
}

.tg-cta-title
{
	color: white !important;
}
@media only screen and (max-width: 250px)
{
	.offerTxt {
		display: none !important;
	}
}

@media only screen and (max-width: 500px)
{
	.offerTxt {
        font-size: 12px !important;
        
    }
	#main
	{
		padding: 35px 8px !important;
	}
	
	.fup
	{
		text-align: center !important;
	}
	
	.priceListItemBlock {
		text-align: center !important;
	}
}

@media only screen and (max-width: 600px) and (min-width: 271px)
{
	.datachange
	{
		font-size: 18px !important;
	}
	.f_day
	{
		font-size: 16px !important;
		margin: 6px 3% !important;
	}
}

@media only screen and (max-width: 800px)
{
	.plansleftSite
	{
		width: 100%;
	}
	
	.dataGrid
	{
		display: flex !important;
   		flex-direction: column-reverse !important;
		
	}
	
	.countryImgBlock 
	{
		margin: auto !important;
		position: relative !important;top: 0px !important;
	}
}

.firstFontUp
{
	text-transform: capitalize;
}

.mytriangle {
  width: 0 ;
  height: 0 ;
      border-top: 20px solid #defc05;
    border-right: 20px solid transparent;
  position: absolute ;
  display: none;
	    top: 4px;
    left: 4px;
}

.weight500
{
	font-weight: 500 !important;
}

.priceListItemDetailedPrice, .priceListItemDays
{
	font-size: 14px;
}

.planItemIcons {
    padding: 2px 4px;
}

.smallMarginH
{
	margin: 0px 2px;
}

.extraIcon
{
	display: inline-block;
    max-width: 20px;
    max-height: 20px;
    vertical-align: top;
}

.extraIcon2
{
	display: inline-block;
    max-width: 26px;
    max-height: 22px;
    vertical-align: top;
}
.extraIcon2 img
{
	margin-top: -3px;
}


.extraIcon3
{
	display: inline-block;
    max-width: 27px;
    max-height: 22px;
    vertical-align: top;
}
.extraIcon3 img
{
	margin-top: -4px;
}

.planItemIcons
{
	
}

.offer
{
	background-color: #defc00;
}

.offerBG
{
	background-color: #164969 !important;
    color: #defc05 !important;
	    font-weight: 600 !important;
    font-size: 14px !important;
}

.offerTxt
{
	display: block;
    position: absolute;
    right: 0px;
    top: 50%;
    font-size: 15px;
    font-weight: 500;
   /* background-color: #164969;*/
	background-color: #dd0000;
  /*  color: #defc05;*/
	color: white;
    padding: 0px 0px;
    vertical-align: top;
    cursor: pointer;
    /* transform: rotateZ(90deg); */
    transform: translateY(-50%);
    writing-mode: vertical-rl;
    height: 100%;
		text-align: center;
}

.separator
{
	border-top: 2px solid black;
    margin-top: 20px;
}

.roamingtxt
{
	margin: 10px 0;
	color: black;
	font-weight:500;
	font-size: 16px;
}

.regioTitle
{
	font-size: 22px;
    font-weight: 600;
    text-align: center;
    margin-top: 5px;
    color: #164968;
}

.regioSubTitle
{
	text-align: center;
    font-size: 14px;
    padding-top: 4px;
    font-weight: 500;
}

.regioBox
{
	display: block;
    text-align: center;
    position: relative;
	margin-top: 10px;
}

.regio_item
{
	margin: 15px;
    border-radius: 22px;
    background-color: #f4f4f4;
    padding: 15px;
    display: inline-block;
    max-width: 300px;
    width: -webkit-fill-available;
    /* height: 300px; */
    vertical-align: top;
	cursor: pointer;
}

.noteTxt
{
	text-align: center;
    padding: 5px 12px;
    color: #ddfc00;
}

.noteTxt a
{
	color: white !important;
}

.center
{
	text-align: center;
}

.rednotice
{
	color: red;
}

.box
{
	text-align: center;
}

.inlineBlock
{
	display: inline-block;
}

.detailsTitle
{
	    font-weight: 400;
    color: #164968;
}

.detailsTxt
{
	font-weight: 500;
    font-size: 16px;
}

.flex
{
	display: flex;
	padding: 10px 24px;
	text-align: center;
}

.ikon2
{
	height: 50px !important;
    align-self: center;
    margin-right: 20px;
}

.border
{
	box-shadow: 0 0 3px 0 #0000004a;
    border-radius: 2px;
	vertical-align: top;
}

.margin10
{
	margin: 10px
}

.szovegBox2
{
	width: -webkit-fill-available;
    color: black;
	display: inline-block;
	text-align: left;
}

.loginModal
{
	display: none;
	background-color: #000000a3;
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    /*height: 100vh;*/
	height: calc(var(--vh, 1vh) * 100);
    box-sizing: border-box;
    overflow: auto;
    z-index: 999;
    padding: 1rem;
}

.fupWindow {
    background-color: white;
    width: 600px;
    max-width: 80%;
    padding: 15px;
    margin: auto;
    display: block;
    /* z-index: 99999;  border: 7px solid #2789c5;*/
    position: relative;
    max-height: 80%;
    top: 10%;
    overflow-y: scroll;
   
    border-radius: 22px;
}

.fup-description h1
{
	text-align: center;
}

#fupModal
{
	display: block;
    z-index: 9999;
}

.countriesBox
{
	text-align: center;
}

.includedCountriesTitle
{
	font-size: 24px;
    font-weight: 600;
    margin: 20px 0;
    text-align: center;
	color: #164968;
}

.countriesBoxItem {
    display: inline-block;
    padding: 3px 14px;
    margin: 2px;
    font-size: 14px;
}

.countriesBoxItemImg
{
	width: 50px;
    height: 50px !important;
    border-radius: 50%;
    box-shadow: 0 0 7px 0;
	display: flex;
    justify-self: center;
	align-self: center;
	object-fit: cover;
}

.countriesBoxItemTxt
{
	text-align: center;
    display: flex;
    justify-content: center;
    max-width: 50px;
}

.fup
{
	font-size: 14px !important;
    /*text-align: center;*/
    text-decoration: underline;
    text-underline-offset: 3px;
    /* margin: auto; */
    justify-content: center;
	cursor: pointer;
	    display: block;
    width: fit-content;
}

.checkOut
{
	user-select: none;
    cursor: pointer;
    display: block;
    width: 100%;
    background: #2888c4;
    margin-top: 10px;
    /* margin-left: 10px; */
    padding: 6px 0px;
    color: white;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    border-radius: 12px;
}

.totalBlock
{
	display: flex;
    width: 100%;
    /* background: #2888c4; */
    margin-top: 10px;
    
    padding: 6px 0px;
    font-size: 20px;
    font-weight: 500;
	color: #164968;
}

.dayData
{
	
}

.szamlazasTitle
{
	font-size: 24px;
    font-weight: 600;
    color: #164968;
    margin-bottom: 15px;
	text-align: center;
}

.szamlazasBlock
{
	border-radius: 22px;
    background-color: #f4f3f2;
    padding: 20px 0;
    font-size: 16px;
    width: 100%;
    margin-bottom: 13px;
    margin-top: 4px;
}

.szamlazasItem
{
	margin-bottom: 10px;
    display: flex;
    color: black;
	    padding: 0px 10px;
}

.szamlazasItem label
{
	width: 148px;
    display: inline-block;
	align-content: center;
}

.jogiszemely
{
	height: 20px;
    width: 20px;
	cursor: pointer;
}

.myselect
{
	height: 40px;
    color: #656565;
    padding-left: 8px;
	background-color: white;
}

.myinput, .select
{
	width: 70%;
    border-radius: 5px !important;
	display: inline-block;
}

.totalBlockGB
{
	font-size: 14px !important;
    padding-bottom: 0px !important;
}

.noSpaceTop
{
	margin-top: 0px !important;
    padding-top: 0px !important;
}

.totalPrice
{
	text-align: -webkit-right;
    width: 100%;
}

.mennyiseg
{
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
    font-size: 18px;
    color: #ffffff;
    font-weight: 500;
}

.promoOsszeg
{
	color: #aa090a !important;
	margin-top: -15px !important;
	font-size: 16px !important;
}

.promoBlokk
{
	display: block !important;
}

.promoBlokk input[type="text"]
{
	border-radius: 10px;
    border: 2px solid #164968;
    margin: auto;
    display: block;
	margin-top: 5px;
    margin-bottom: 3px;
}

.promocioAktivalas
{
	display: block;
    /* margin: auto; */
    font-size: 16px;
    text-decoration: underline;
    color: #2784be;
    text-align: center;
    text-underline-offset: 3px;
    cursor: pointer;
}

.promoLabel
{
	
}

.promoInput
{
	
}

.sim_db
{
    width: 100%;
    margin-top: 20px;
    margin-bottom: 10px;
    display: block;
    /* border: 6px solid #2888c4; */
    /* border-radius: 22px; */
    position: relative;
}

#db_select
{
	width: -webkit-fill-available;
    font-size: 18px;
    text-align: right;
    text-align-last: right;
    padding: 5px 14px;
    /* border-radius: 22px; */
    color: #ffffff;
    background-color: #164969;
}

.selected
{
	color: white !important;
    background-color: #164968 !important;
	border-bottom: 2px solid #ffffff !important;
    border-top: 2px solid #ffffff !important;
	/*padding: 12px 10px !important;*/
}

.hide
{
	display: none !important;
}

.space
{
	margin-top: 10px;
}

.selectedFilter
{
	text-decoration: underline;
    text-underline-offset: 5px;
    text-decoration-thickness: 4px;
    font-weight: 600 !important;
	text-decoration-color: #defc00;
}

.f_day
{
	font-size: 16px;
    font-weight: 400;
    margin: 6px 15px;
	cursor: pointer;
	white-space: nowrap;
}

.priceListItemBlock
{
	width: 100%;
	padding-left: 15px;
}

.priceListItemPrice
{
	font-size: 20px;
	font-weight: 600;
}

.priceListItemGB
{
	font-size: 20px;
	font-weight: 600;
}

.priceListItemDays
{
	font-weight: 400 ;
}

.incCountries
{
	display: inline-block;
	padding-right: 4px;
}

.planItem {
    display: block
    /*margin: 12px 0;*/
    padding: 6px 10px;
    border-bottom: 2px solid #0b669e;
    /* border-radius: 12px; */
    color: #164968;
    cursor: pointer;
    width: -webkit-fill-available;
    position: relative;
	padding: 6px 5px;
	margin-bottom: 2px;
}

.planItemBody
{
	display: flex;
}

.planItemFoot
{
	/* margin-top: 4px; 
    width: 60px;
	position: absolute;
    right: 0px;
	 top: 50%;
    transform: translateY(-50%);
	*/
    display: block;
    text-align: center;
    /* background-color: #8ded6b; */
    color: #e2ff00;
    border-top: #defc00 1px solid;
    margin-top: 3px;
    padding-top: 5px;
}

.FUPmarkerselect
{
	color: #ebff02 !important;
}

.FUPmarker
{
	padding: 2px 4px;
    /* border: 2px solid white; */
    display: block;
    width: fit-content;
    text-decoration: underline;
    text-underline-offset: 3px;
   /* color: #ebff02;*/
	color: #164968;
    font-weight: 500;
	text-align: center;
	margin: auto;
}

.plansBlock
{
	background-color: white;
    border-radius: 12px;
	margin-top: 12px;
}

.datachange
{
	font-size: 18px;
    font-weight: 400;
    display: block;
    /* padding: 2px 10px; */
    margin: 0 22px;
    color: #ffffff;
    /* background-color: red; */
    width: 100px;
    text-align: center;
    /* border-bottom: 2px white solid;*/
	cursor: pointer;
}

.dataFilter
{
	display: flex;
	justify-content: center;
}

.filtersBlock
{
	background-color: white;
    /* border-radius: 12px; */
    display: block;
    justify-content: center;
    position: relative !important;
  /*  top: 85px;*/
    background-color: #164968;
    z-index: 10;
    color: white !important;
    padding: 10px 0;
    border-bottom: 4px white solid;
	border-top: 10px white solid;
	/*background-color: #2883be;*/
}

.dataGrid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 418px;
	grid-template-columns: calc(50% - 16px) calc(50% - 16px);
    column-gap: 32px;
    align-items: start;
    padding-bottom: 40px;        /* fontos, hogy legyen scroll tér */
    min-height: 100vh;   /* ← új */
	max-width: 1024px;
	margin: auto;
    margin-top: 25px;
	justify-content: center;
}

/* === STICKY KÉP === */
.countryImgBlock {
    position: sticky ;
    top: 90px ;
    align-self: start !important;
    
    height: fit-content;
    display: block;
    z-index: 99;
    background: white;            /* teszteléshez */
    padding: 10px;
    border-radius: 12px;
}

.countryImgBlock img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

#aioseo-breadcrumbs
{
	
	margin-bottom: 25px;
}

.flag_logo
{
	position: absolute;
    display: flex;
    left: -20px;
    top: -20px;
    border-radius: 50%;
    border: 4px #f5f5f5 solid;
}

.flag_logo img
{
	border-radius: 50%;
    object-fit: cover !important;
    
    width: 80px;
    object-position: center;
}

@media only screen and (max-width: 320px)
{
	#main 
	{
		padding: 2px !important;
		padding-top: 25px;
		margin-top: 25px;
	}
	
	.flag_logo {
		/*left: 4px !important;
		top: -20px !important;*/
	}
	
	.flag_logo img {
		/*height: 50px !important;
		width: 50px !important;*/
		height: 80px !important;
	}
}

@media only screen and (max-width: 650px)
{
	.flag_logo
	{
		left: 50% !important;
		top: -34px !important;
		transform: translate3d(-50%, 10px, 0) !important;
	}
	
	.headTitle
	{
		padding-top: 40px !important;
	}
}

@media only screen and (min-width: 321px)
{
	.flag_logo img {
		height: 80px !important;
	}
}

.myHead
{
	background: #133f59;
	background: radial-gradient(circle,rgba(19, 63, 89, 1) 0%, rgba(36, 140, 200, 1) 100%);
	position: relative;
	border-radius: 0 0 22px 22px;
    padding: 20px 0;
}

@media only screen and (max-width: 400px)
{
	.headTitle
	{
		font-size: 34px !important;
	}
}

.headTitle
{
	font-size: 44px;
    color: white;
    padding: 20px 20px 10px 20px;
    font-weight: 500;
    text-align: center;
	position: relative;
    z-index: 1;
    text-shadow: 0 0 7px black;
}


.headTxt
{
	text-align: center;
    font-size: 16px;
    color: white;
	margin-bottom: 10px;
	margin-top: 8px;
}

.visszaBlokk
{
	display: none !important;
    margin-top: -20px;
    margin-bottom: 30px;
    font-size: 18px;
    text-decoration: unset;
}

.vissza1
{
	display: inline-block;
    color: #258bc7;
    font-weight: 500;
}

.vissza2
{
	display: none;
    color: #858585;
}

.capitalise
{
	text-transform: capitalize;
}

/* OLDAL SZÉLESÍTÉSE - STICKY JAVÍTÁS */
#page-wrapper {
    overflow: visible !important;
    overflow-x: visible !important;
}

/* Biztonsági tartalék */
.site-main,
#primary,
#content,
.entry-content {
    overflow: visible !important;
}

.loaderBG
{
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.4);
    transition: opacity 0.3s ease;
    z-index: 9998;
}

.loaderBox
{
	position: fixed;
	border: 4px solid #ffffff;
    box-shadow: 0px 0px 24px 9px #2a2a2a;
    z-index: 9999;
    left: 50%;
    top: 50%;
    height: 100px;
    width: 100px;
    overflow: hidden;
    transform: translate3d(-50%, -50%, 0px);
    background-color: #248cc8;
    border-radius: 50%;
	 transition: opacity 0.3s ease;
}

.loader {

	display: block;
    position: absolute;
    left: 50%;
    top: 29%;
    transform: translate3d(-50%, -50%, 0);
    width: 70px;
    height: 100px;
    background-repeat: no-repeat;
    background-image: linear-gradient(#f6c543 50px, transparent 0), 
						linear-gradient(#ffc300 50px, transparent 0), 
						linear-gradient(#f6c543 50px, transparent 0), 
						linear-gradient(#ffc300 50px, transparent 0), 
						linear-gradient(#f6c543 50px, transparent 0);
    background-size: 8px 100%;
    background-position: 0px 90px, 15px 78px, 30px 66px, 45px 58px, 60px 50px;
    animation: pillerPushUp 4s linear infinite;
  }
  .loader:after {
    content: '';
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 50%;
    animation: ballStepUp 4s linear infinite;
  }

@keyframes pillerPushUp {
  0% , 40% , 100%{background-position: 0px 90px, 15px 78px, 30px 66px, 45px 58px, 60px 50px}
  50% ,  90% {background-position: 0px 50px, 15px 58px, 30px 66px, 45px 78px, 60px 90px}
}

@keyframes ballStepUp {
  0% {transform: translate(0, 0)}
  5% {transform: translate(8px, -14px)}
  10% {transform: translate(15px, -10px)}
  17% {transform: translate(23px, -24px)}
  20% {transform: translate(30px, -20px)}
  27% {transform: translate(38px, -34px)}
  30% {transform: translate(45px, -30px)}
  37% {transform: translate(53px, -44px)}
  40% {transform: translate(60px, -40px)}
  50% {transform: translate(60px, 0)}
  57% {transform: translate(53px, -14px)}
  60% {transform: translate(45px, -10px)}
  67% {transform: translate(37px, -24px)}
  70% {transform: translate(30px, -20px)}
  77% {transform: translate(22px, -34px)}
  80% {transform: translate(15px, -30px)}
  87% {transform: translate(7px, -44px)}
  90% {transform: translate(0, -40px)}
  100% {transform: translate(0, 0);}
}

.hide2
{
	/*display: none !important;
	opacity: 0 !important;*/
	display: none !important;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

/*confirm*/

.custom-confirm-backdrop {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.5);
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 9998;
  }
  .custom-confirm-backdrop.show {
    display: block;
    opacity: 1;
  }

  /* Ablak */
  .custom-confirm-box {
    position: fixed;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%) scale(0.9);
    background: white;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.3);
    width: 300px;
    max-width: 90%;
    text-align: center;
    opacity: 0;
    transition: opacity 0.3s ease, transform 0.3s ease;
    z-index: 9999;
	font-size:18px;
  }
  .custom-confirm-box.show {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }

  .custom-confirm-buttons {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 15px;
  }
  .custom-confirm-buttons button {
    padding: 8px 16px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
	  font-size:18px;
	  font-weight: 500;
  }
  .btn-yes { background: #4CAF50; color: white; }
  .btn-no  { background: #f44336; color: white; }


/*login*/
.loginHead
{
	text-align: center;
    font-size: 18px;
    font-weight: 500;
    color: white;
    background-color: #2888c4;
    /* border-top: 0px solid red; */
    border-radius: 8px 8px 0 0;
    padding: 4px 0;
}

.loginBut
{
	font-weight: 500;
    padding: 5px 10px;
    font-size: 15px;
    margin: auto;
    display: block;
    width: 100px;
    text-align: center;
    margin-top: 10px;
    /* margin-bottom: 0px; */
    border-radius: 22px;
    color: white;
    background-color: #2888c4;
}

.loginInput, .loginCode
{
	font-weight: 500 !important;
    font-size: 15px !important;
	width: -webkit-fill-available;
}

.loginLabel
{
	display: block;
    font-size: 15px;
    font-weight: 500;
	text-align: center;
	margin-bottom: 2px;
	color: black;
}

.loginRow
{
	
}

.loginFrame
{
	padding: 20px 20px;
}

.loginModal
{
	display: none;
	background-color: #000000a3;
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    /*height: 100vh;*/
	height: calc(var(--vh, 1vh) * 100);
    box-sizing: border-box;
    overflow: auto;
    z-index: 999;
    padding: 1rem;
}

.loginWindow
{
	 display: block;
    width: 100%;
    max-width: 250px;
    /* width: 230px; */
    background-color: #ffffff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
    border-radius: 12px;
    border-top: 3px solid #248cc8;
    border-bottom: 3px solid #248cc8;
}

/*description*/

/* =========================================================
   ESIM TRAVEL GUIDE
   Minden osztály tg- előtagot használ az ütközések elkerülésére
   ========================================================= */

.tg-guide {
    width: 100%;
    margin: 20px 0;
    padding: 90px 0;
   /* background:
        radial-gradient(
            circle at 10% 0%,
            rgba(184, 255, 54, 0.10),
            transparent 30%
        ),
        linear-gradient(
            180deg,
            #ffffff 0%,
            #fbfcf8 100%
        );*/
    color: #171914;
    box-sizing: border-box;
}

.tg-guide *,
.tg-guide *::before,
.tg-guide *::after {
    box-sizing: border-box;
}

.tg-container {
    width: min(1180px, calc(100% - 48px));
    margin: 0 auto;
}


/* =========================================================
   FEJLÉC
   ========================================================= */

.tg-header {
    max-width: 900px;
    margin: 0 auto 50px;
    text-align: center;
}

.tg-eyebrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    margin-bottom: 20px;
    padding: 7px 16px;
    border: 1px solid rgba(128, 170, 29, 0.25);
    border-radius: 999px;
    background: rgba(184, 255, 54, 0.14);
    color: #527300;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: 1.6px;
    text-transform: uppercase;
}

.tg-main-title {
    max-width: 980px;
    margin: 0 auto;
    color: #11130f;
    font-size: clamp(36px, 4.5vw, 64px);
    font-weight: 800;
    line-height: 1.18;
    letter-spacing: -0.5px;
    overflow-wrap: break-word;
    word-break: normal;
    text-wrap: balance;
}

.tg-intro {
    max-width: 720px;
    margin: 25px auto 0;
    color: #62675d;
    font-size: 19px;
    font-weight: 400;
    line-height: 1.75;
	    margin: auto !important;
}

.tg-meta {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-top: 30px;
}

.tg-meta-item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 42px;
    padding: 9px 15px;
    border: 1px solid #e5e9df;
    border-radius: 999px;
    background: #ffffff;
    color: #42473d;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.3;
    box-shadow: 0 8px 24px rgba(35, 43, 24, 0.05);
}

.tg-meta-icon {
    font-size: 16px;
    line-height: 1;
}


/* =========================================================
   TARTALOMJEGYZÉK
   Nem bal oldali menü, hanem vízszintes navigáció
   ========================================================= */

.tg-navigation {
    margin: 0 0 70px;
    padding: 28px;
    border: 1px solid #e5e9df;
    border-radius: 26px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 18px 50px rgba(25, 31, 17, 0.07);
}

.tg-navigation-title {
    margin-bottom: 18px;
    color: #171914;
    font-size: 15px;
    font-weight: 850;
    letter-spacing: 0.4px;
    text-transform: uppercase;
}

.tg-navigation-links {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.tg-navigation-link {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
    padding: 13px 14px;
    border: 1px solid transparent;
    border-radius: 15px;
    background: #f7f9f3;
    color: #30352c;
    font-size: 14px;
    font-weight: 750;
    line-height: 1.35;
    text-decoration: none;
    transition:
        transform 0.2s ease,
        border-color 0.2s ease,
        background-color 0.2s ease,
        color 0.2s ease;
}

.tg-navigation-link:hover {
    transform: translateY(-2px);
    border-color: rgba(143, 196, 28, 0.35);
    background: rgba(184, 255, 54, 0.14);
    color: #3d5900;
    text-decoration: none;
}

.tg-navigation-number {
    display: inline-flex;
    flex: 0 0 34px;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #171914;
    color: #c8ff4e;
    font-size: 12px;
    font-weight: 850;
}


/* =========================================================
   CIKK ÉS SZEKCIÓK
   ========================================================= */

.tg-content {
    width: 100%;
}

.tg-section {
    position: relative;
    scroll-margin-top: 120px;
    padding: 15px 0 85px;
}

.tg-section + .tg-section {
    padding-top: 85px;
    border-top: 1px solid #e3e7dc;
}

.tg-section-heading {
    display: grid;
    grid-template-columns: 92px minmax(0, 1fr);
    align-items: start;
    gap: 28px;
    max-width: 1000px;
    margin: 0 auto 38px;
}

.tg-section-number {
    display: block;
    color: #a6d52f;
    font-size: 68px;
    font-weight: 900;
    line-height: 0.95;
    letter-spacing: -4px;
}

.tg-section-title-wrap {
    min-width: 0;
}

.tg-section-label {
    display: block;
    margin-bottom: 8px;
    color: #71804f;
    font-size: 12px;
    font-weight: 850;
    line-height: 1.3;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}

.tg-section-title {
    margin: 0;
    color: #141611;
    font-size: clamp(28px, 3vw, 42px);
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: 0;
    word-break: normal;
    overflow-wrap: break-word;
}

.tg-section-content {
    max-width: 820px;
    margin: 0 auto;
    color: #41463c;
    font-size: 18px;
    line-height: 1.9;
}

.tg-section-content > *:first-child {
    margin-top: 0;
}

.tg-section-content > *:last-child {
    margin-bottom: 0;
}

.tg-section-content p {
    margin: 0 0 24px;
    color: #41463c;
    font-size: inherit;
    line-height: inherit;
}

.tg-section-content p:first-child {
    color: #282c25;
    font-size: 21px;
    line-height: 1.75;
}

.tg-section-content h2,
.tg-section-content h3,
.tg-section-content h4 {
    margin: 42px 0 18px;
    color: #171914;
    font-weight: 850;
    line-height: 1.3;
}

.tg-section-content h2 {
    font-size: 30px;
}

.tg-section-content h3 {
    font-size: 25px;
}

.tg-section-content h4 {
    font-size: 21px;
}

.tg-section-content strong {
    color: #171914;
    font-weight: 800;
}

.tg-section-content a {
    color: #527700;
    font-weight: 750;
    text-decoration: underline;
    text-decoration-color: rgba(82, 119, 0, 0.35);
    text-decoration-thickness: 2px;
    text-underline-offset: 3px;
}

.tg-section-content a:hover {
    color: #2f4600;
    text-decoration-color: currentColor;
}

.tg-section-content ul,
.tg-section-content ol {
    margin: 24px 0 30px;
    padding-left: 28px;
}

.tg-section-content li {
    margin-bottom: 12px;
    padding-left: 6px;
}

.tg-section-content li::marker {
    color: #85b51f;
    font-weight: 900;
}

.tg-section-content blockquote {
    position: relative;
    margin: 38px 0;
    padding: 26px 30px 26px 34px;
    border-left: 5px solid #b8f23e;
    border-radius: 0 18px 18px 0;
    background: #f5f9ed;
    color: #30352c;
    font-size: 19px;
    font-weight: 600;
    line-height: 1.75;
}

.tg-section-content img {
    display: block;
    width: 100%;
    height: auto;
    margin: 40px 0;
    border-radius: 24px;
    object-fit: cover;
    box-shadow: 0 20px 50px rgba(30, 36, 22, 0.12);
}

.tg-section-content figure {
    width: 100%;
    margin: 40px 0;
}

.tg-section-content figure img {
    margin: 0;
}

.tg-section-content figcaption {
    margin-top: 12px;
    color: #7a8074;
    font-size: 13px;
    line-height: 1.5;
    text-align: center;
}

.tg-section-content table {
    width: 100%;
    margin: 35px 0;
    border-collapse: separate;
    border-spacing: 0;
    overflow: hidden;
    border: 1px solid #dfe5d7;
    border-radius: 16px;
    background: #ffffff;
}

.tg-section-content th,
.tg-section-content td {
    padding: 15px 17px;
    border-bottom: 1px solid #e7ebdf;
    color: #3d4238;
    font-size: 15px;
    line-height: 1.55;
    text-align: left;
}

.tg-section-content th {
    background: #f3f7eb;
    color: #20241c;
    font-weight: 800;
}

.tg-section-content tr:last-child td {
    border-bottom: 0;
}


/* =========================================================
   CTA
   ========================================================= */

.tg-cta {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 50px;
    margin-top: 20px;
    padding: 54px 58px;
    overflow: hidden;
    border-radius: 32px;
    background:
        radial-gradient(
            circle at 90% 15%,
            rgba(205, 255, 92, 0.25),
            transparent 30%
        ),
        #171914;
    color: #ffffff;
    box-shadow: 0 26px 70px rgba(20, 23, 16, 0.18);
}

.tg-cta-label {
    display: block;
    margin-bottom: 12px;
    color: #caff58;
    font-size: 12px;
    font-weight: 850;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}



.tg-cta-title {
    max-width: 720px;
    margin: 0;
    color: #ffffff;
    font-size: clamp(30px, 4vw, 48px);
    font-weight: 850;
    line-height: 1.15;
    letter-spacing: -1.4px;
}

.tg-cta-text {
    max-width: 700px;
    margin: 18px 0 0;
    color: rgba(255, 255, 255, 0.75);
    font-size: 17px;
    line-height: 1.7;
}

.tg-cta-benefits {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 20px;
    margin-top: 25px;
}

.tg-cta-benefits span {
    color: rgba(255, 255, 255, 0.88);
    font-size: 14px;
    font-weight: 700;
}

.tg-cta-action {
    display: flex;
    flex: 0 0 auto;
    flex-direction: column;
    align-items: center;
    gap: 11px;
}

.tg-cta-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 205px;
    min-height: 58px;
    padding: 15px 26px;
    border: 0;
    border-radius: 15px;
    background: #c9ff4f;
    color: #151711;
    font-size: 16px;
    font-weight: 850;
    line-height: 1.2;
    text-decoration: none;
    box-shadow: 0 12px 30px rgba(202, 255, 88, 0.18);
    transition:
        transform 0.2s ease,
        background-color 0.2s ease,
        box-shadow 0.2s ease;
}

.tg-cta-button:hover {
    transform: translateY(-3px);
    background: #dbff87;
    color: #151711;
    text-decoration: none;
    box-shadow: 0 17px 38px rgba(202, 255, 88, 0.26);
}

.tg-cta-note {
    color: rgba(255, 255, 255, 0.55);
    font-size: 12px;
    font-weight: 600;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 960px) {

    .tg-guide {
        margin-top: 65px;
        padding: 70px 0;
    }

    .tg-container {
        width: min(100% - 36px, 1180px);
    }

    .tg-navigation-links {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .tg-section-heading {
        grid-template-columns: 75px minmax(0, 1fr);
        gap: 20px;
    }

    .tg-section-number {
        font-size: 56px;
    }

    .tg-cta {
        grid-template-columns: 1fr;
        gap: 35px;
        padding: 45px;
    }

    .tg-cta-action {
        align-items: flex-start;
    }

}


/* =========================================================
   MOBIL
   ========================================================= */

@media (max-width: 640px) {

    .tg-guide {
        margin-top: 45px;
        padding: 55px 0;
    }

    .tg-container {
        width: calc(100% - 28px);
    }

    .tg-header {
        margin-bottom: 35px;
        text-align: center;
    }

    .tg-eyebrow {
        margin-bottom: 17px;
    }

    .tg-main-title {
        font-size: 34px;
        line-height: 1.22;
        letter-spacing: 0;
    }

    .tg-intro {
        margin-top: 18px;
        font-size: 17px;
        line-height: 1.7;
    }

    .tg-meta {
        justify-content: flex-start;
        margin-top: 24px;
		justify-content: center;
    }

    .tg-meta-item {
        min-height: 38px;
        padding: 8px 12px;
        font-size: 12px;
    }

    .tg-navigation {
        margin-bottom: 50px;
        padding: 20px;
        border-radius: 20px;
    }

    .tg-navigation-links {
        display: flex;
        overflow-x: auto;
        gap: 9px;
        padding-bottom: 5px;
        scroll-snap-type: x mandatory;
        scrollbar-width: thin;
    }

    .tg-navigation-link {
        flex: 0 0 220px;
        scroll-snap-align: start;
    }

    .tg-section {
        padding-bottom: 60px;
    }

    .tg-section + .tg-section {
        padding-top: 60px;
    }

    .tg-section-heading {
        display: block;
        margin-bottom: 27px;
    }

    .tg-section-number {
        margin-bottom: 15px;
        font-size: 48px;
        letter-spacing: -2px;
    }

    .tg-section-title{
        font-size:30px;
        line-height:1.3;
        letter-spacing:0;
    }

    .tg-section-content {
        font-size: 16px;
        line-height: 1.82;
    }

    .tg-section-content p {
        margin-bottom: 20px;
    }

    .tg-section-content p:first-child {
        font-size: 18px;
        line-height: 1.75;
    }

    .tg-section-content h2 {
        font-size: 26px;
    }

    .tg-section-content h3 {
        font-size: 22px;
    }

    .tg-section-content h4 {
        font-size: 19px;
    }

    .tg-section-content img,
    .tg-section-content figure {
        margin: 30px 0;
    }

    .tg-section-content img {
        border-radius: 17px;
    }

    .tg-section-content table {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }

    .tg-cta {
        gap: 30px;
        padding: 35px 25px;
        border-radius: 24px;
    }

    .tg-cta-title {
        font-size: 31px;
    }

    .tg-cta-text {
        font-size: 15px;
    }

    .tg-cta-benefits {
        display: grid;
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .tg-cta-action {
        width: 100%;
    }

    .tg-cta-button {
        width: 100%;
    }

}


/* =========================================================
   KISEBB MOBILOK
   ========================================================= */

@media (max-width: 380px) {

    .tg-container {
        width: calc(100% - 22px);
    }

    .tg-main-title {
        font-size: 32px;
    }

    .tg-navigation {
        padding: 16px;
    }

    .tg-navigation-link {
        flex-basis: 205px;
    }

    .tg-section-title {
        font-size: 27px;
    }

    .tg-cta {
        padding: 30px 20px;
    }

}

/* =========================================================
   SZEKCIÓKÉPEK
   ========================================================= */

.tg-image {
    display: block;
    width: min(960px, 100%);
    margin: 0 auto 42px;
    overflow: hidden;
    border-radius: 24px;
    background: #f2f4ee;
    box-shadow: 0 20px 55px rgba(30, 36, 22, 0.12);
	max-width: 800px;
}

.tg-image img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    margin: 0;
    border-radius: 0;
    object-fit: cover;
    box-shadow: none;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 960px) {

    .tg-image {
        margin-bottom: 36px;
        border-radius: 21px;
    }

}


/* =========================================================
   MOBIL
   ========================================================= */

@media (max-width: 640px) {

    .tg-image {
        width: 100%;
        margin: 0 auto 28px;
        border-radius: 17px;
    }

    .tg-image img {
        border-radius: 0;
    }

}


