@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Funnel+Display:wght@300..800&display=swap');
@import url("https://fonts.googleapis.com/css2?family=Marcellus&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

:root {
    --bg-primary: #fafafa!important;
    --bg-inner: #e7e7eac1!important;
    --bg-light: #fff!important;
    --bg-light-2: #f9f9f9!important;
    --bg-color: #853487!important;
    --bg-color-hover: #6f2071!important;
    --text-primary: #fff!important;
    --text-dark: #161616!important;
    --text-color: #853487!important;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}			

html,
body {
    width: 100%;
    height: 100%;
}

body {
    overflow-x: hidden!important;
    position: relative!important;
    font-family: "DM Sans", sans-serif!important;
    line-height: 1.6!important;
    font-size: 18px!important;
    font-weight: 300!important;
    color: var(--text-dark)!important;
    background-color: var(--bg-light)!important;
}

.container,
.container-fluid {
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    padding: 0 30px!important;
}

h1,h2,h3,h4,h5,h6 {
    font-weight: 500;
    line-height: 1.3!important;
    margin-bottom: 2px!important;
    font-family: "Funnel Display", sans-serif;
}

h1 {
    font-size: 70px!important;
    font-weight: 800!important;
    font-family: "Marcellus", serif;
    line-height: 1.1!important;
    margin-bottom: 5px!important;
}

h1 span {
	font-weight: 500;
	background: var(--bg-color); 
	-webkit-text-fill-color: transparent;
    background-clip: text;
}

.text-img {
    max-width: 240px;
    object-fit: cover;
    margin-left: 20px;
}

h2 {
    font-size: 38px!important;
}

h3 {
    font-size: 30px!important;
    margin-top: 30px!important;
}

h6 {
    font-size: 26px!important;
}

p {
    margin-bottom: 16px!important;
}

p:last-child {
    margin-bottom: 0px!important;
}

a {
    text-decoration: none!important;
    color:var(--text-color)!important;
}

.btn-main {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    padding: 15px;
    font-size: 15px;
    font-weight: 500;
    color: #fff!important;
    background-color: #626B71;
    text-transform: uppercase;
}

.btn-main:hover {
    background-color: #4D5559;
}

.btn-2 {
    color: #fff!important;
    background-color: var(--text-color)!important;
}

.btn-2:hover {
    background-color: var(--bg-color-hover)!important;
}

.area-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.area-bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.hero-img {
	max-width: 400px;
}

.area-bg .lines {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    opacity: 0.06;
	display: flex;
	justify-content: space-between;
}

.section-hero {
    position: relative;     
    background-color: var(--text-dark);    
    background-image: url(../img/bg.webp);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    color: var(--text-primary);
    z-index: 0;
}
  
.section-hero > * {
    position: relative;
    z-index: 2;                    
}
  

.section-spacing-lg {
    padding: 120px 0 100px;
}

.section-spacing-sm {
    padding: 50px 0;
}

.section-footer {
    padding: 15px 0;
    background-color: var(--bg-color-hover);
}

.section-footer p {
    color: #fff!important;
    font-size: 16px;
}

.bg-grey {
    background-color: var(--bg-light-2)!important;
}

#table {
    border-collapse: collapse!important;
    margin-bottom: 20px!important;
    margin-top: 10px!important;
	min-width: 75%;
}

#table td, #table th {
    border: 1px solid #ddd!important;
    padding: 8px!important;
    font-size: 16px!important;
}

#table th {
    padding-top: 12px!important;
    padding-bottom: 12px!important;
    text-align: left!important;
    background-color: var(--bg-color)!important;
    color: #fff !important;
    font-weight: 600!important;
} 

.content-list a {
    color: #fff!important;
}

.content-list a:hover {
    transform: translateY(-2px)!important;
    color:var(--text-color)!important;
}

@media only screen and (max-width:1000px) {
    .logo img {
        max-width: 120px;
    }

    .text-img {
        max-width: 140px;
    }

	h1 {
		font-size: 44px!important;
	}

	.d-xl-none img {
		max-width: 80px;
		margin-bottom: 30px;
	}

	.section-hero {
		padding-top: 60px;
	}

    .mobno {
        display: none;
    }

    #table {
        display: block;  
        overflow-x: auto;    
        white-space: nowrap;
    }
}

.rating {
    display: inline-block;
    padding: 5px 12px;
	background: -webkit-linear-gradient(to right, var(--bg-color), var(--bg-color-hover)); /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, var(--bg-color), var(--bg-color-hover));
    color: #fff;
    font-weight: bold;
    border-radius: 12px;
    font-size: 17px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    text-align: center;
    min-width: 40px;
    transition: transform 0.3s, box-shadow 0.3s;
}

.table-main {
    max-width: 1400px;
    border: none!important;
    margin: 0px auto 40px;
    background-color: #d6d3d358;
    color: var(--text-primary);
    border-radius: 10px;
    overflow: visible!important;
    table-layout: auto!important;
    width: 100%!important;
}
  
.table-main th, .table-main td {
    padding: 15px;
    border: none!important;
    text-align: center;
}

tr, th, td {
    border: none!important;
}

/* Кликабельный логотип */
.tlogo a {
    display: inline-block;
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.tlogo a:hover {
    transform: scale(1.05);
    opacity: 0.9;
}

.tlogo img {
    width: 170px;
    height: auto;
    border-radius: 10px;
    cursor: pointer;
}
  
.bonus {
    font-size: 20px;
    vertical-align: middle;
}
  
.table-main .tp-btn-cpc-lg {
    text-transform: uppercase;
}
  
@media only screen and (min-width: 768px) {
    .brand-logo img {
      padding: 10px 0;
    }
  
    td.features {
      text-align: left;
    }
}
  
@media only screen and (max-width: 767px) {
    .table-main td {
        display: block;
        text-align: center;		
    }
  
    .table-main .btn-default {
        text-align: center;
        margin-bottom: 20px!important;
    }

    .table-main {
        max-width: 98%!important;
    }
  
    .tlogo img {
        max-width: 250px;
        margin-top: 20px;
    }
  
    .bonus strong {
        font-size: 22px;
        padding: 15px 30px;
    }
  
    .table tbody tr td  {
        border: none;
    }	
      
    .table-main tr  {
        padding-bottom: 20px;
        display: block!important;
    }	
  
    td.features {
        font-size: 18px!important;
        text-align: center;
        min-width: auto!important;
    }

    /* На мобильных разрешить перенос */
    .feature-item {
        white-space: normal!important;
        flex-wrap: wrap!important;
    }
    
    .feature-item span:not(.fi) {
        white-space: normal!important;
    }

    td.features > span {
        white-space: normal!important;
    }
}
  
.table-main .tf-btn {
    color: #fff;
    text-transform: uppercase;
}
  
td.features {
    font-size: 14px;
    line-height: 1.4;
    padding: 10px;
    vertical-align: middle;
    min-width: 280px!important;
    max-width: none!important;
}

/* Для простых span (обратная совместимость) */
td.features > span {
    display: block;
    margin-bottom: 4px;
    white-space: nowrap!important;
}

/* Для bonus-features структуры */
.bonus-features {
    display: flex!important;
    flex-direction: column!important;
    gap: 6px!important;
}

.feature-item {
    display: flex!important;
    align-items: center!important;
    gap: 6px!important;
    white-space: nowrap!important;
    flex-wrap: nowrap!important;
}

.feature-item .fi {
    flex-shrink: 0!important;
    min-width: 20px!important;
    font-size: 16px;
}

.feature-item span:not(.fi) {
    white-space: nowrap!important;
    flex-shrink: 0!important;
}

.content ul {
    list-style: disc!important;
}

.content ul li::marker {
    color: var(--bg-color);
}

.faq-item {
	background-color: rgba(255, 255, 255, 0.5);
    color: #000;
	border-radius: 8px;
	margin-bottom: 1rem;
	border: 1px solid var(--border-color);
	overflow: hidden;
}

.faq-question {
	padding: 1.5rem;
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	align-items: center;
    font-size: 22px;
	font-weight: 500;
	color: var(--text-dark);
}

.faq-answer {
	padding: 0 1.5rem 1.5rem;
    font-size: 17px;
}

p:has(+ ul) {
    margin-bottom: 5px!important; 
}

p:last-child {
    margin-bottom: 0px!important; 
}

a {
    text-decoration: none!important;
}

/* ================================
   editions-quintessence_eu — Theme overrides
   Retro vibe: teal/seafoam + cream + muted orange, soft gradients, readable text
   Background uses existing bg.webp (no generation)
   ================================ */
:root{
    --eq-ink:#0f2b2c;
    --eq-muted:rgba(15,43,44,.72);
    --eq-cream:#f6f3ea;
    --eq-cream-2:#efe9dc;
    --eq-sea:#78a9a5;
    --eq-teal:#4f8f8a;
    --eq-teal-2:#3a7872;
    --eq-orange:#e49a49;
    --eq-orange-2:#cc7f2b;
    --eq-card:rgba(246,243,234,.82);
    --eq-border:rgba(15,43,44,.10);

    --bg-primary:var(--eq-cream)!important;
    --bg-light:var(--eq-cream)!important;
    --bg-light-2:var(--eq-cream-2)!important;
    --bg-inner:rgba(79,143,138,.10)!important;

    --bg-color:var(--eq-teal)!important;
    --bg-color-hover:var(--eq-teal-2)!important;
    --text-color:var(--eq-teal-2)!important;
    --text-dark:var(--eq-ink)!important;
    --text-primary:#ffffff!important;

    --border-color:var(--eq-border)!important;
}

body{
    color:var(--text-dark)!important;
    background:
      radial-gradient(1200px 560px at 50% -140px, rgba(120,169,165,.26) 0%, rgba(246,243,234,0) 62%),
      radial-gradient(900px 520px at 78% 8%, rgba(228,154,73,.16) 0%, rgba(246,243,234,0) 60%),
      linear-gradient(180deg, var(--eq-cream) 0%, var(--eq-cream-2) 62%, var(--eq-cream) 100%)!important;
}

/* Hero: keep bg.webp but add misty overlay for readability */
.section-hero{
    background-image:
      linear-gradient(180deg, rgba(15,43,44,.76) 0%, rgba(15,43,44,.62) 40%, rgba(15,43,44,.78) 100%),
      radial-gradient(900px 520px at 30% 20%, rgba(120,169,165,.30) 0%, rgba(15,43,44,0) 62%),
      radial-gradient(900px 520px at 72% 30%, rgba(228,154,73,.18) 0%, rgba(15,43,44,0) 64%),
      url(../img/bg.webp)!important;
    background-attachment: scroll!important;
    background-repeat:no-repeat!important;
    background-size:cover!important;
    background-position:center!important;
}

.section-hero h1,
.section-hero h2,
.section-hero h3,
.section-hero p,
.section-hero .lead{
    color:rgba(255,255,255,.92)!important;
}

h1 span{
    background:linear-gradient(135deg, var(--eq-orange), var(--eq-teal))!important;
    -webkit-text-fill-color:transparent;
    background-clip:text;
}

a{ color:var(--text-color)!important; }
a:hover{ color:var(--eq-teal)!important; }

/* Buttons */
.btn-main{
    background-color:rgba(255,255,255,.14)!important;
    border:1px solid rgba(255,255,255,.22)!important;
    color:rgba(255,255,255,.92)!important;
}
.btn-main:hover{ background-color:rgba(255,255,255,.18)!important; }
.btn-2{
    background:linear-gradient(135deg, var(--eq-orange), var(--eq-orange-2))!important;
    box-shadow:0 14px 34px rgba(228,154,73,.26)!important;
}
.btn-2:hover{
    background:linear-gradient(135deg, #d78c3c, #b96f1e)!important;
    box-shadow:0 18px 44px rgba(228,154,73,.30)!important;
}

/* Sections: retro paper cards */
.bg-grey{ background-color:transparent!important; }
.section-spacing-sm{ background-color:transparent!important; }
.section-spacing-sm .col-lg-10{
    background:var(--eq-card);
    border:1px solid rgba(15,43,44,.10);
    border-radius:16px;
    padding:38px 42px;
    box-shadow:0 18px 60px rgba(15,43,44,.12);
    backdrop-filter:blur(8px);
    -webkit-backdrop-filter:blur(8px);
}
@media (max-width:767px){
    .section-spacing-sm .col-lg-10{ padding:26px 22px; border-radius:14px; }
}

.content ul li::marker{ color:var(--eq-orange-2)!important; }

/* FAQ */
.faq-item{
    background:rgba(246,243,234,.88)!important;
    border-color:rgba(15,43,44,.10)!important;
}
.faq-question{ color:var(--eq-ink)!important; }
.faq-answer{ color:rgba(15,43,44,.86)!important; }
.faq-toggle{ color:rgba(15,43,44,.60)!important; }

/* Footer */
.section-footer{
    background:linear-gradient(180deg, rgba(15,43,44,.92) 0%, rgba(10,30,31,1) 100%)!important;
}
.section-footer p,
.section-footer a{
    color:rgba(255,255,255,.86)!important;
}
.section-footer a{
    border-bottom:1px solid rgba(228,154,73,.40);
}
.section-footer a:hover{
    color:#ffffff!important;
    border-bottom-color:rgba(228,154,73,.70);
}
