body,
nav a {
	 color: #000;
}
h1, h2, h3 {
	color: #FF8400 !important;
}
body {
	 font-family: 'Montserrat', Arial, sans-serif;
	 line-height: 1.6;
	 background: #f8f9fa !important;
}
header .header-content,
main {
	 max-width: 1200px;
	 padding: 0 1rem;
}
header,
header .logo,
nav ul {
	 display: flex;
}
ul, ol {
	margin-left: 40px;
	margin-top: 20px;
	margin-bottom: 20px;
}
body,
nav li ul li a:hover {
	 background: var(--color-bg);
}
.headline,
.site-footer p {
	 text-align: center;
}
.author-detail__socials a:hover,
.breadcrumbs a:hover,
.footer-bottom-links a:hover,
.footer-links a:hover,
.sources-list li a:hover {
	 text-decoration: underline;
}
.sources-list li,
nav li {
	 position: relative;
}
.footer-col ul,
.footer-links,
.sources-list,
nav li ul,
nav ul {
	 list-style: none;
}
.content-button {
	 display: block;
	 padding: 1rem 4rem;
	 border-radius: var(--radius);
	 text-decoration: none;
	 margin: 1rem auto;
	 transition: background .2s, transform .1s;
	 text-align: center;
	 width: fit-content;
	 font-size: 1.2rem;
	 background: linear-gradient(90deg,rgba(255, 0, 0, 1) 1%, rgba(255, 166, 0, 1) 100%);
	 color: #FCFAFA;
}
.content-button:hover {
	 box-shadow: 0 4px 12px rgba(0, 0, 0, .1);
}
:root {
	 --color-primary: #ff5722;
	 --color-secondary: #FF8400;
	 --color-secondary-dark: #ff6b00;
	 --color-bg: #f8f9fa;
	 --color-card-bg: #fff;
	 --color-text: #1a1a1a;
	 --color-muted: #6c757d;
	 --radius: 12px;
	 --box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}
*,
::after,
::before {
	 box-sizing: border-box;
	 margin: 0;
	 padding: 0;
}
.headline {
	 margin-bottom: 3rem;
	 padding: 2rem 1rem;
	 background: #fff;
	 border-radius: 16px;
	 box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}
body {
	 line-height: 1.6;
	background: #fff !important;
}
a {
	 text-decoration: none;
	 color: inherit;
}
nav ul {
	 gap: 1.5rem;
}
nav a {
	 color: #1a1a1a;
	 font-weight: 600;
	 transition: all .2s;
	 padding: 8px 16px;
	 border-radius: 6px;
}
nav a:hover {
	 color: #FF8400;
	 background: rgba(255, 255, 255, 0.9);
	 transform: translateY(-2px);
}
main {
	 margin: 2rem auto;
}
header {
	 background: #fff;
	 padding: 1.2rem 0;
	 justify-content: center;
	 align-items: center;
	 top: 0;
	 z-index: 100;
	 transition: background .3s, box-shadow .3s, border-bottom .3s;
	 border-bottom: 1px solid transparent;
	 box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}
header.scrolled {
	 box-shadow: 0 4px 12px rgba(0, 0, 0, .15);
	 border-bottom: 1px solid rgba(255, 255, 255, .2);
}
header .header-content {
	 width: 100%;
	 display: flex;
	 justify-content: space-between;
	 align-items: center;
}
header .logo {
	 align-items: center;
	 padding: 0;
	 margin-left: 0;
}
header .logo img {
	 display: block;
	 width: 250px;
	 height: auto;
	 object-fit: contain;
}
.name-brand p {
	 font-size: 26px;
	 font-weight: 900;
}
.brand-name p {
	 font-size: 24px;
	 font-weight: 900;
}
.headline h2 {
	 font-size: 2rem;
	 margin-bottom: .75rem;
	 color: #222;
}
.headline p {
	 font-size: 1rem;
	 color: #max-width:800px;
	 margin: 0 auto;
}
.main-text h2 {
	 color: #222;
}
.main-text,
.main-text img,
nav li ul {
	 border-radius: var(--radius);
}
.author-detail__bio,
.main-text p {
	 font-size: 1rem;
	 color: #000;
	 margin-bottom: 1rem;
}
.site-footer {
	 padding: 25px;
	 box-shadow: 0 -4px 12px rgba(0, 0, 0, .05);
}
.author-detail,
.main-text img,
.table-of-contents,
.table-responsive,
nav li ul {
	 box-shadow: var(--box-shadow);
}
.site-footer .container {
	 max-width: 1200px;
	 margin: 0 auto;
}
.main-text {
	 margin-bottom: 3rem;
	 background: #fff;
	 border-radius: 16px;
}
.main-text .container {
	 max-width: 1000px;
	 margin: 0 auto;
}
.main-text img {
	 max-width: 100%;
	 height: auto;
	 display: block;
	 margin: 1rem auto;
}
.main-text .container img {
	 max-width: 100%;
	 width: auto;
	 height: auto;
	 object-fit: contain;
}
.footer-links {
	 display: flex;
	 flex-wrap: wrap;
	 gap: 1rem;
	 justify-content: center;
	 margin: 20px 0;
	 padding: 15px;
	 background: rgba(255, 255, 255, 0.05);
	 border-radius: 8px;
}

.footer-links span {
	 color: #7f8c8d;
}

.disclaimer {
	 font-size: 0.85rem;
	 color: #95a5a6 !important;
	 font-style: italic;
	 margin-top: 10px;
}

.footer-links a {
	 font-size: .875rem;
	 color: #000;
}
.site-footer p {
	 font-size: .875rem;
	 color: #ecf0f1 !important;
}
.logo h1 {
	 font-size: 1.6rem;
	 background: linear-gradient(45deg, #ff6b6b, #ffd93d);
	 -webkit-background-clip: text;
	 -webkit-text-fill-color: transparent;
}
nav ul {
	 gap: 2rem;
}
nav li a {
	 padding-right: .5rem;
}
nav li:hover ul {
	 display: block;
}
nav li ul {
	 position: absolute;
	 top: 100%;
	 left: 0;
	 display: none;
	 padding: .5rem 0;
}
nav li ul li a {
	 display: block;
	 padding: .5rem 1rem;
	 white-space: nowrap;
}
.footer-bottom,
.footer-notice {
	 border-top: 1px solid #e1e5e8;
	 text-align: center;
}
.content-button:hover {
	 background: linear-gradient(135deg, #cc3a3a 0%, #991f00 100%);
	 transform: translateY(-2px);
	transition: 0.3s;
}
.footer-col a {
	 text-decoration: none;
	 transition: color .2s;
}
.meta-info {
	 margin: 1rem 0 2rem;
	 font-size: .875rem;
	 color: var(--color-muted);
}
.breadcrumbs {
	 display: flex;
	 gap: .25rem;
	 flex-wrap: wrap;
	 margin-bottom: .5rem;
}
.breadcrumbs a,
.footer-bottom-links a {
	 color: #000;
	 text-decoration: none;
}
.meta-info hr {
	 border: none;
	 border-top: 1px solid #ddd;
	 margin: .5rem 0 1rem;
}
.author-info {
	 display: flex;
	 align-items: center;
	 gap: .75rem;
}
.author-avatar {
	 width: 100px;
	 height: 100px;
	 border-radius: 50%;
	 object-fit: cover;
}
.author-text {
	 display: flex;
	 flex-wrap: wrap;
	 gap: .5rem 1rem;
	 align-items: center;
}
.author-name {
	 font-weight: 600;
	 color: #000;
}
.author-badge {
	 display: inline-block;
	 padding: .15rem .5rem;
	 background: #e6f5ff;
	 color: #0073e6;
	 border-radius: var(--radius);
}
.author-detail {
	 background: #fff;
	 border-radius: 16px; 
	 padding: 3rem 2rem; 
	 margin: 3rem 0; 
	 box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}
.author-detail__stat p {
	color: #000;
}
.author-link a {
	color: blue;
}
.author-detail__extras strong,
.author-detail__name,
.author-update {
	 color: #000;
}
.author-detail {
	 border-radius: var(--radius);
	 padding: 2rem 1rem;
	 margin: 2rem 0;
}
.author-detail__inner {
	 display: flex;
	 align-items: flex-start;
	 gap: 1.5rem;
}
.author-detail__avatar img {
	 width: 200px;
	 height: 270px;
	 border-radius: 16px;
	 object-fit: cover;
	 flex-shrink: 0;
	 box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.author-detail__info {
	 flex: 1;
}
.author-detail__name {
	 margin: 0;
	 font-size: 1.25rem;
}
.author-detail__role {
	 margin: .25rem 0 1rem;
	 font-size: 20px;
	 color: #FF8400;
	font-weight: 900;
}
.author-detail__info hr {
	 border: none;
	 border-top: 1px solid #ddd;
	 margin: 0 0 1rem;
}
.author-detail__extras {
	 display: flex;
	 flex-wrap: wrap;
	 gap: 1.5rem;
	 font-size: .875rem;
	 color: #fff;
}
.author-detail__socials a,
.footer-col a:hover,
.sources-list li a,
td a {
	 color: #0022FF;
}
.author-detail__socials a {
	 text-decoration: none;
	 margin: 0 .25rem;
}
@media (max-width:600px) {
	 header .logo img {
		  width: 120px;
	 }
	 header .header-content {
		  padding: 0 1rem;
	 }
	 .author-detail__inner {
		  flex-direction: column;
		  align-items: center;
		  text-align: center
	 }
	 .author-detail__socials {
		  justify-content: center;
	 }
}
.sources-list {
	 margin: 0;
	 padding: 0;
	 column-count: 2;
	 column-gap: 2rem;
}
.sources-list li {
	 padding: .5em 0 .5em 1.75em;
	 margin-bottom: .5em;
	 break-inside: avoid;
	 line-height: 1.5;
}
.sources-list li::before {
	 content: "";
	 position: absolute;
	 left: 0;
	 top: .6em;
	 width: 1em;
	 height: 1em;
	 background: url("./icons/link.png") center center/contain no-repeat;
}
.sources-list li a {
	 text-decoration: none;
}
.headline h1 {
	 font-size: 30px;
	 line-height: 1.2;
	 margin-bottom: 1.5rem;
	 color: #1a1a1a;
	 font-weight: 800;
	 text-align: center;
}
.main-text h2 {
	 font-size: 1.75rem;
	 line-height: 1.3;
	 margin: 2rem 0 1rem;
	 color: #000;
}
.site-footer {
	 background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
	 color: #fff; 
	 padding: 40px 25px;
	 box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.1);
	 margin-top: 4rem;
}
.site-footer a {
	 color: #FFB84D;
	 transition: color 0.3s;
}

.site-footer a:hover {
	 color: #FF8400;
}

.responsible-gaming {
	 background: rgba(255, 255, 255, 0.1);
	 padding: 25px;
	 border-radius: 12px;
	 margin: 20px 0;
}

.responsible-gaming h4 {
	 color: #FFB84D !important;
	 margin-bottom: 15px;
}

.responsible-gaming ul {
	 list-style: none;
	 padding-left: 0;
}

.responsible-gaming li {
	 margin-bottom: 10px;
	 padding-left: 25px;
	 position: relative;
}

.responsible-gaming li:before {
	 content: "→";
	 position: absolute;
	 left: 0;
	 color: #FFB84D;
	 font-weight: bold;
}


.footer-top {
	 display: flex;
	 flex-wrap: wrap;
	 gap: 2rem;
	 padding: 2rem 1rem;
}
.footer-logo-desc {
	 flex: 1 1 240px;
}
.footer-logo {
	 max-width: 180px;
	 height: auto;
	 margin-bottom: 1rem;
}
.footer-desc {
	 margin: 0;
	 color: var(--color-muted);
}
.footer-col a,
.footer-col h4,
.footer-notice,
table,
td:first-child {
	 color: #000;
}
.footer-columns {
	 display: flex;
	 flex: 2 1 20px;
	 gap: 2rem;
}
.footer-col h4 {
	 margin-bottom: .75rem;
	 font-size: 1rem;
}
.footer-col ul {
	 padding: 0;
	 margin: 0;
}
.footer-col li {
	 margin-bottom: .5rem;
}
.footer-notice {
	 background: #fff;
	 padding: 1rem;
	 font-size: .875rem;
}
.footer-partners {
	 display: flex;
	 gap: 1.5rem;
	 justify-content: center;
	 align-items: center;
	 padding: 1.5rem 0;
	 flex-wrap: wrap;
}
.footer-partners img {
	 display: block;
	 width: 70px;
	 height: auto;
	 opacity: .7;
	 transition: opacity .2s;
	 flex-shrink: 0;
}
@media (max-width: 600px) {
  .footer-partners {
	 flex-direction: column;
	 gap: 1rem;
	 align-items: center;
  }
  .footer-partners img {
	 width: 60px;
  }
}
.toc-list a,
td a {
	 text-decoration: none;
	 transition: color .2s;
}
.footer-partners img:hover {
	 opacity: 1;
}
.footer-bottom {
	 padding: 1rem 0;
}
.footer-bottom-links {
	 list-style: none;
	 padding: 0;
	 margin: 0 0 .5rem;
	 display: flex;
	 flex-wrap: wrap;
	 gap: 1rem;
	 justify-content: center;
}
.footer-copy {
	 margin: 0;
	 color: var(--color-muted);
	 font-size: .8rem;
}
.table-responsive,
table {
	 width: 100%;
	 border-radius: var(--radius);
}
.table-responsive {
	 overflow-x: auto;
	 margin: 1.5rem 0;
}
table {
	 min-width: 600px;
	 border-collapse: collapse;
	 margin: 0;
	 font-size: 16px;
	 text-align: left;
	 overflow: hidden;
}
th {
	 color: #FCFAFA;
	 font-weight: 600;
}
td,
th {
	 padding: 1rem 1.5rem;
	 border: none;
}
th {
	 text-transform: none;
	 font-size: .95rem;
	color: #000;
}
td {
	 border: 1px solid #e5e5e5;
	 vertical-align: middle;
}
tr:last-child td {
	 border: 1px solid #e5e5e5;
}
td a:hover {
	 color: var(--color-secondary-dark);
	 text-decoration: underline;
}
td a {
	 font-weight: 500;
}
td:first-child {
	 font-weight: 600;
}
@media screen and (max-width:768px) {
	 .table-responsive {
		  overflow-x: auto;
		  -webkit-overflow-scrolling: touch;
	 }
	 table {
		  min-width: 700px;
	 }
	 td,
	 th {
		  padding: .75rem 1rem;
		  font-size: 14px;
	 }
}
@media screen and (max-width:450px) {
	 td,
	 th {
		  padding: .5rem .75rem;
		  font-size: 13px;
	 }
}
.table-of-contents {
	 background: #333131;
	 border: 2px solid var(--color-secondary);
	 border-radius: var(--radius);
	 padding: 1.5rem;
	 margin: 2rem 0;
}
.table-of-contents h3 {
	 margin: 0 0 1rem;
	 color: #00690E;
	 font-size: 1.25rem;
	 font-weight: 600;
	 text-align: center;
}
.toc-list {
	 margin: 0;
	 padding-left: 1.5rem;
	 list-style: decimal;
}
.toc-list li {
	 margin-bottom: .5rem;
	 line-height: 1.4;
}
.toc-list a {
	 color: #000;
	 font-size: .95rem;
	 color: #2626de;
}
.toc-list a:hover {
	 color: var(--color-secondary);
	 text-decoration: underline;
}
@media (max-width:768px) {
	 .sources-list {
		  column-count: 1;
	 }
	 .footer-top {
		  flex-direction: column;
		  text-align: center;
	 }
	 .footer-columns {
		  flex-direction: column;
		  align-items: center;
	 }
	 .footer-col,
	 .footer-logo-desc {
		  flex: none;
		  width: 100%;
	 }
	 .footer-col ul {
		  display: inline-block;
		  text-align: left;
	 }
	 .footer-partners {
		  gap: 1rem;
	 }
	 .table-of-contents {
		  padding: 1rem;
	 }
	 .toc-list {
		  padding-left: 1rem;
	 }
	 .toc-list a {
		  font-size: .9rem;
	 }
}
.sources-list a {
	 color: #2626de;
	 text-decoration: underline;
}
.contact-page {
	 min-height: 100vh;
}
.contact-header {
	 text-align: center;
	 margin-bottom: 50px;
}
.contact-header h1 {
	 font-size: 2.5em;
	 color: #2c3e50;
	 margin-bottom: 20px;
}
.contact-intro {
	 font-size: 1.2em;
	 color: #555;
	 max-width: 600px;
	 margin: 0 auto;
	 line-height: 1.6;
}
.contact-content {
	 display: grid;
	 grid-template-columns: 1fr 1fr;
	 gap: 40px;
	 margin-bottom: 50px;
}
.contact-card {
	 background: white;
	 padding: 30px;
	 border-radius: 15px;
	 box-shadow: 0 5px 20px rgba(0,0,0,0.1);
	 margin-bottom: 30px;
}
.contact-card h2 {
	 color: #2c3e50;
	 margin-bottom: 20px;
	 font-size: 1.4em;
}
.detail-item {
	 padding: 10px 0;
	 border-bottom: 1px solid #f1f1f1;
}
.detail-item:last-child {
	 border-bottom: none;
}
.contact-method {
	 display: flex;
	 align-items: center;
	 margin-bottom: 20px;
	 padding: 15px;
	 background: #f8f9fa;
	 border-radius: 10px;
}
.contact-method .icon {
	 font-size: 1.5em;
	 margin-right: 15px;
}
.contact-method strong {
	 color: #2c3e50;
	 display: block;
}
.contact-method small {
	 color: #777;
	 font-size: 0.9em;
}
.hours-item {
	 padding: 8px 0;
	 display: flex;
	 justify-content: space-between;
}
.contact-form {
	 margin-top: 20px;
}
.form-group {
	 margin-bottom: 20px;
}
.form-row {
	 display: grid;
	 grid-template-columns: 1fr 1fr;
	 gap: 20px;
}
.form-group label {
	 display: block;
	 margin-bottom: 8px;
	 font-weight: 600;
	 color: #2c3e50;
}
.form-group input,
.form-group select,
.form-group textarea {
	 width: 100%;
	 padding: 12px;
	 border: 2px solid #ddd;
	 border-radius: 8px;
	 font-size: 16px;
	 transition: border-color 0.3s;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
	 outline: none;
	 border-color: #3498db;
}
.checkbox-label {
	 display: flex !important;
	 align-items: center;
	 cursor: pointer;
	 font-weight: 400 !important;
}
.checkbox-label input[type="checkbox"] {
	 width: auto !important;
	 margin-right: 10px;
}
.submit-button {
	 width: 100%;
	 padding: 15px;
	 background: linear-gradient(135deg, #3498db, #2980b9);
	 color: white;
	 border: none;
	 border-radius: 10px;
	 font-size: 1.1em;
	 font-weight: 600;
	 cursor: pointer;
	 transition: all 0.3s;
}
.submit-button:hover {
	 transform: translateY(-2px);
	 box-shadow: 0 5px 15px rgba(52, 152, 219, 0.4);
}
.submit-button:disabled {
	 opacity: 0.7;
	 cursor: not-allowed;
	 transform: none;
}
.additional-resources {
	 display: grid;
	 grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	 gap: 30px;
	 margin-bottom: 40px;
}
.resource-card {
	 background: white;
	 padding: 25px;
	 border-radius: 12px;
	 box-shadow: 0 3px 15px rgba(0,0,0,0.08);
	 text-align: center;
}
.resource-card h3 {
	 color: #2c3e50;
	 margin-bottom: 15px;
}
.resource-links {
	 margin-top: 15px;
}
.resource-link {
	 display: inline-block;
	 margin: 5px 10px;
	 padding: 8px 15px;
	 color: blue;
	 text-decoration: none;
	 border-radius: 20px;
	 font-size: 0.9em;
	 transition: background 0.3s;
}
.resource-link:hover {
	 background: #000;
}
.resource-link a {
	color: #fff !important;
}
.faq-preview {
	 background: white;
	 padding: 30px;
	 border-radius: 15px;
	 box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}
.faq-preview h2 {
	 color: #2c3e50;
	 margin-bottom: 25px;
}
.faq-item {
	 margin-bottom: 20px;
	 padding: 15px;
	 background: #f8f9fa;
	 border-radius: 8px;
	 border-left: 4px solid #3498db;
}
.faq-item strong {
	 color: #2c3e50;
	 display: block;
	 margin-bottom: 8px;
}
.faq-link {
	 display: inline-block;
	 margin-top: 20px;
	 color: #3498db;
	 text-decoration: none;
	 font-weight: 600;
}
.faq-link:hover {
	 text-decoration: underline;
}
@media (max-width: 768px) {
	 .contact-content {
		  grid-template-columns: 1fr;
		  gap: 20px;
		padding: 40px;
	 }
	 
	 .form-row {
		  grid-template-columns: 1fr;
	 }
	 
	 .additional-resources {
		  grid-template-columns: 1fr;
	 }
	 
	 .contact-header h1 {
		  font-size: 2em;
	 }
}
.contact-details a {
	color: blue;
}
.contact-content h1, h2, h3, h4, h5 {
	margin-top: 20px;
	margin-bottom: 20px;
}

/* Mobile Menu Button */
.mobile-menu-toggle {
  display: none;
  flex-direction: column;
  justify-content: space-around;
  width: 30px;
  height: 25px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 1001;
}

.mobile-menu-toggle span {
  width: 30px;
  height: 3px;
  background: #000;
  border-radius: 2px;
  transition: all 0.3s ease;
  transform-origin: center;
}

/* Burger Animation */
.mobile-menu-toggle.active span:nth-child(1) {
  transform: translateY(11px) rotate(45deg);
}

.mobile-menu-toggle.active span:nth-child(2) {
  opacity: 0;
}

.mobile-menu-toggle.active span:nth-child(3) {
  transform: translateY(-11px) rotate(-45deg);
}

/* Mobile Menu Styles */
@media (max-width: 768px) {
  .mobile-menu-toggle {
	 display: flex;
  }

  .main-nav {
	 position: fixed;
	 top: 0;
	 right: -100%;
	 width: 280px;
	 height: 100vh;
	 background: linear-gradient(180deg, #fff 0%, #ffe6cc 100%);
	 box-shadow: -5px 0 15px rgba(0, 0, 0, 0.2);
	 transition: right 0.4s ease;
	 z-index: 1000;
	 overflow-y: auto;
	 padding-top: 80px;
  }

  .main-nav.active {
	 right: 0;
  }

  .main-nav ul {
	 flex-direction: column;
	 gap: 0;
	 padding: 20px;
  }

  .main-nav li {
	 border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }

  .main-nav a {
	 display: block;
	 padding: 15px 10px;
	 font-size: 18px;
	 font-weight: 600;
	 color: #000;
	 transition: all 0.3s ease;
  }

  .main-nav a:hover {
	 color: #ff8400;
	 padding-left: 20px;
  }

  /* Overlay */
  body.menu-open::before {
	 content: '';
	 position: fixed;
	 top: 0;
	 left: 0;
	 width: 100%;
	 height: 100%;
	 background: rgba(0, 0, 0, 0.5);
	 z-index: 999;
	 animation: fadeIn 0.3s ease;
  }

  body.menu-open {
	 overflow: hidden;
  }
}

@keyframes fadeIn {
  from {
	 opacity: 0;
  }
  to {
	 opacity: 1;
  }
}

/* Desktop menu stays the same */
@media (min-width: 769px) {
  .main-nav {
	 display: block;
  }
}

/* styles for footer */
/* Estilos generales del footer */
.site-footer {
  background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
  color: #ecf0f1;
  padding: 60px 25px 30px;
  margin-top: 4rem;
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.1);
}

.site-footer .container {
  max-width: 1200px;
  margin: 0 auto;
}

/* Parte superior del footer */
.footer-top {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 40px;
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-col h4 {
  color: #FFB84D;
  font-size: 1.1rem;
  margin-bottom: 20px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-col li {
  margin-bottom: 12px;
}

.footer-col a {
  color: #ecf0f1;
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-block;
  font-size: 0.95rem;
}

.footer-col a:hover {
  color: #FFB84D;
  transform: translateX(5px);
}

/* Sobre el proyecto */
.footer-about .footer-description {
  color: #bdc3c7;
  line-height: 1.6;
  margin-bottom: 20px;
}

.footer-stats {
  display: flex;
  gap: 25px;
  margin-top: 20px;
}

.stat-item {
  text-align: center;
}

.stat-item strong {
  display: block;
  color: #FFB84D;
  font-size: 1.8rem;
  margin-bottom: 5px;
}

.stat-item span {
  color: #bdc3c7;
  font-size: 0.85rem;
}

/* Disclaimer */
.footer-disclaimer {
  background: rgba(255, 255, 255, 0.05);
  padding: 30px;
  border-radius: 12px;
  margin-bottom: 30px;
}

.important-notice p {
  color: #FFB84D !important;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 1.1rem;
}

.important-notice ul {
  list-style: none;
  padding-left: 0;
  margin: 0 0 25px 0;
}

.important-notice li {
  color: #ecf0f1 !important;
  padding-left: 25px;
  position: relative;
  margin-bottom: 10px;
  line-height: 1.5;
}

.important-notice li:before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #FFB84D;
  font-weight: bold;
}

/* Bloque de advertencia */
.warning-block {
  background: rgba(231, 76, 60, 0.2);
  padding: 20px;
  border-radius: 8px;
  margin-bottom: 20px;
  border: 2px solid #e74c3c;
  text-align: center;
}

.warning-block p {
  color: #fff !important;
  font-size: 1.05rem;
  margin: 0;
}

/* Restricción de edad */
.age-restriction {
  background: rgba(52, 73, 94, 0.5);
  padding: 20px;
  border-radius: 8px;
  text-align: center;
  border: 2px solid #FFB84D;
}

.age-restriction p {
  color: #fff !important;
  margin: 5px 0;
  font-size: 1.05rem;
}

/* Parte inferior */
.footer-bottom {
  padding-top: 25px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-bottom-content {
  text-align: center;
}

.footer-copy {
  color: #95a5a6 !important;
  font-size: 0.9rem;
  margin: 0;
}

/* Responsive */
@media (max-width: 768px) {
  .site-footer {
	 padding: 40px 20px 20px;
  }
  
  .footer-top {
	 grid-template-columns: 1fr;
	 gap: 30px;
	 margin-bottom: 30px;
  }
  
  .footer-stats {
	 justify-content: center;
  }
  
  .footer-disclaimer {
	 padding: 20px;
  }
}

@media (max-width: 480px) {
  .footer-stats {
	 flex-direction: column;
	 gap: 15px;
  }
  
  .warning-block p,
  .age-restriction p {
	 font-size: 0.95rem;
  }
}


.related-articles {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  padding: 30px 20px;
  margin: 60px 0;
  border-top: 3px solid #007bff;
  border-bottom: 3px solid #007bff;
}

.related-articles .container {
  max-width: 1200px;
  margin: 0 auto;
}

.related-articles h2 {
  text-align: center;
  font-size: 2.2rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 15px;
}

.related-articles h2::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, #007bff, #0056b3);
  border-radius: 2px;
}

/* Grid Layout */
.articles-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

/* Article Card */
.article-card {
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  border: 2px solid transparent;
}

.article-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #007bff, #00d4ff);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}

.article-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 30px rgba(0, 123, 255, 0.15);
  border-color: #007bff;
}

.article-card:hover::before {
  transform: scaleX(1);
}

.article-card a {
  display: block;
  text-decoration: none;
  color: inherit;
  padding: 30px 25px;
  height: 100%;
}

.article-card h3 {
  font-size: 1.4rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 15px;
  line-height: 1.3;
  transition: color 0.3s ease;
}

.article-card:hover h3 {
  color: #007bff;
}

.article-card p {
  font-size: 0.95rem;
  color: #666;
  line-height: 1.6;
  margin: 0;
  transition: color 0.3s ease;
}

.article-card:hover p {
  color: #333;
}

/* Emoji styling */
.article-card h3::first-line {
  font-size: 1.5rem;
}

/* Responsive Design */
@media (max-width: 992px) {
  .articles-grid {
	 grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	 gap: 25px;
  }

  .related-articles h2 {
	 font-size: 1.8rem;
  }

  .article-card h3 {
	 font-size: 1.25rem;
  }
}

@media (max-width: 768px) {
  .related-articles {
	 padding: 40px 15px;
	 margin: 40px 0;
  }

  .articles-grid {
	 grid-template-columns: 1fr;
	 gap: 20px;
  }

  .related-articles h2 {
	 font-size: 1.6rem;
	 margin-bottom: 30px;
  }

  .article-card a {
	 padding: 25px 20px;
  }

  .article-card h3 {
	 font-size: 1.15rem;
  }

  .article-card p {
	 font-size: 0.9rem;
  }
}

@media (max-width: 480px) {
  .related-articles {
	 padding: 30px 10px;
  }

  .related-articles h2 {
	 font-size: 1.4rem;
  }

  .article-card a {
	 padding: 20px 15px;
  }
}

/* Dark mode support (optional) */
@media (prefers-color-scheme: dark) {
  .related-articles {
	 background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
  }

  .article-card {
	 background: #2d2d2d;
	 border-color: #404040;
  }

  .article-card h3 {
	 color: #ffffff;
  }

  .article-card:hover h3 {
	 color: #00d4ff;
  }

  .article-card p {
	 color: #b3b3b3;
  }

  .article-card:hover p {
	 color: #e6e6e6;
  }

  .related-articles h2 {
	 color: #ffffff;
  }
}

/* Animation on scroll (optional) */
@keyframes fadeInUp {
  from {
	 opacity: 0;
	 transform: translateY(30px);
  }
  to {
	 opacity: 1;
	 transform: translateY(0);
  }
}

.article-card {
  animation: fadeInUp 0.6s ease-out;
  animation-fill-mode: both;
}

.article-card:nth-child(1) {
  animation-delay: 0.1s;
}

.article-card:nth-child(2) {
  animation-delay: 0.2s;
}

.article-card:nth-child(3) {
  animation-delay: 0.3s;
}

/* Accessibility */
.article-card:focus-within {
  outline: 3px solid #007bff;
  outline-offset: 2px;
}

.article-card a:focus {
  outline: none;
}

/* Print styles */
@media print {
  .related-articles {
	 background: white;
	 border: 1px solid #ccc;
	 page-break-inside: avoid;
  }

  .article-card {
	 box-shadow: none;
	 border: 1px solid #ddd;
  }

  .article-card:hover {
	 transform: none;
  }
}

/* ========================================
	ARTICLE META
	======================================== */
.article-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  padding: 16px 20px;
  margin: 20px 0 30px;
  border-radius: 8px;
  font-size: 14px;
}

.article-meta span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.author-badge {
  font-weight: 600;
  color: #2c3e50;
}

.author-badge a {
  color: #d4af37;
  text-decoration: none;
  font-weight: 700;
  transition: color 0.3s ease;
}

.author-badge a:hover {
  color: #b8941f;
  text-decoration: underline;
}

.date-badge {
  color: #6c757d;
  font-weight: 500;
}

.date-badge::before {
  content: "📅";
  margin-right: 4px;
}

.read-time {
  color: #495057;
  font-weight: 500;
}

@media (max-width: 768px) {
  .article-meta {
	 align-items: flex-start;
	 gap: 10px;
	 padding: 14px 16px;
	 font-size: 13px;
  }
}

/* ========================================
	SOCIAL SHARE
	======================================== */
.social-share {
  margin: 40px 0;
  padding: 24px;
  border: 2px solid #e9ecef;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.social-share p {
  margin: 0 0 16px;
  font-size: 16px;
  font-weight: 600;
  color: #2c3e50;
}

.share-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 24px;
  margin: 6px;
  font-size: 15px;
  font-weight: 600;
  color: #ffffff;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.share-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
}

.share-btn:active {
  transform: translateY(0);
}

/* Facebook */
.share-btn.facebook {
  background: linear-gradient(135deg, #1877f2 0%, #0d5dbf 100%);
}

.share-btn.facebook:hover {
  background: linear-gradient(135deg, #0d5dbf 0%, #1877f2 100%);
}

/* Twitter */
.share-btn.twitter {
  background: linear-gradient(135deg, #1da1f2 0%, #0c85d0 100%);
}

.share-btn.twitter:hover {
  background: linear-gradient(135deg, #0c85d0 0%, #1da1f2 100%);
}

/* WhatsApp */
.share-btn.whatsapp {
  background: linear-gradient(135deg, #25d366 0%, #1ebe57 100%);
}

.share-btn.whatsapp:hover {
  background: linear-gradient(135deg, #1ebe57 0%, #25d366 100%);
}

/* Мобильная адаптация */
@media (max-width: 768px) {
  .social-share {
	 padding: 20px 16px;
  }

  .share-btn {
	 display: flex;
	 width: 100%;
	 max-width: 280px;
	 margin: 8px auto;
	 padding: 14px 20px;
	 font-size: 14px;
  }
}

/* ========================================
	CTA BOX (Призыв к действию)
	======================================== */
.cta-box {
  margin: 40px 0;
  padding: 32px 28px;
  background: linear-gradient(135deg, #d4af37 0%, #f4d03f 100%);
  border-radius: 16px;
  text-align: center;
  box-shadow: 0 8px 24px rgba(212, 175, 55, 0.3);
  position: relative;
  overflow: hidden;
}

/* Декоративный элемент */
.cta-box::before {
  content: "";
  position: absolute;
  top: -50%;
  right: -10%;
  width: 200px;
  height: 200px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  pointer-events: none;
}

.cta-box::after {
  content: "";
  position: absolute;
  bottom: -30%;
  left: -5%;
  width: 150px;
  height: 150px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  pointer-events: none;
}

.cta-box h3 {
  margin: 0 0 12px;
  font-size: 26px;
  font-weight: 800;
  color: #1a1a1a !important;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 1;
}

.cta-box p {
  margin: 0 0 24px;
  font-size: 17px;
  font-weight: 500;
  color: #2c3e50;
  line-height: 1.6;
  position: relative;
  z-index: 1;
}

.cta-button {
  display: inline-block;
  padding: 16px 36px;
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  background: linear-gradient(135deg, #2c3e50 0%, #1a252f 100%);
  border: none;
  border-radius: 10px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 1;
}

.cta-button:hover {
  background: linear-gradient(135deg, #1a252f 0%, #0f1419 100%);
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.cta-button:active {
  transform: translateY(-1px);
}

/* Мобильная адаптация */
@media (max-width: 768px) {
  .cta-box {
	 padding: 28px 20px;
	 margin: 30px 0;
  }

  .cta-box h3 {
	 font-size: 22px;
	 margin-bottom: 10px;
  }

  .cta-box p {
	 font-size: 15px;
	 margin-bottom: 20px;
  }

  .cta-button {
	 display: block;
	 width: 100%;
	 max-width: 300px;
	 margin: 0 auto;
	 padding: 14px 28px;
	 font-size: 16px;
  }
}

/* ========================================
	ДОПОЛНИТЕЛЬНЫЕ ВАРИАНТЫ CTA
	======================================== */

/* Вариант 2: Темная тема */
.cta-box.dark {
  background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
}

.cta-box.dark h3,
.cta-box.dark p {
  color: #ffffff;
}

.cta-box.dark .cta-button {
  background: linear-gradient(135deg, #d4af37 0%, #f4d03f 100%);
  color: #1a1a1a;
}

.cta-box.dark .cta-button:hover {
  background: linear-gradient(135deg, #f4d03f 0%, #d4af37 100%);
}

/* Вариант 3: Зеленая (успех) */
.cta-box.success {
  background: linear-gradient(135deg, #27ae60 0%, #2ecc71 100%);
}

.cta-box.success h3,
.cta-box.success p {
  color: #ffffff;
}

.cta-box.success .cta-button {
  background: #ffffff;
  color: #27ae60;
}

.cta-box.success .cta-button:hover {
  background: #f8f9fa;
  color: #1e8449;
}

/* Вариант 4: Красная (срочность) */
.cta-box.urgent {
  background: linear-gradient(135deg, #e74c3c 0%, #c0392b 100%);
}

.cta-box.urgent h3,
.cta-box.urgent p {
  color: #ffffff;
}

.cta-box.urgent .cta-button {
  background: #ffffff;
  color: #e74c3c;
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.05); }
}

.cta-box.urgent .cta-button:hover {
  background: #f8f9fa;
  color: #c0392b;
}
.faq-section {
  max-width: 860px;
  margin: 48px auto;
  padding: 0 16px;
}

.faq-section h2 {
  font-size: 1.75rem;
  font-weight: 700;
  margin-bottom: 28px;
  color: #1a1a2e;
  border-left: 4px solid #e84040;
  padding-left: 14px;
}

.faq-item {
  background: #ffffff;
  border: 1px solid #e8e8f0;
  border-radius: 10px;
  margin-bottom: 12px;
  overflow: hidden;
  transition: box-shadow 0.2s ease;
}

.faq-item:hover {
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.08);
}

.faq-question {
  font-size: 1rem;
  font-weight: 600;
  color: #1a1a2e;
  margin: 0;
  padding: 18px 52px 18px 20px;
  cursor: pointer;
  position: relative;
  line-height: 1.4;
  user-select: none;
  list-style: none;
}

.faq-question::after {
  content: "+";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.5rem;
  font-weight: 300;
  color: #e84040;
  line-height: 1;
  transition: transform 0.25s ease;
}

.faq-item.open .faq-question::after {
  content: "−";
}

.faq-answer {
  display: none;
  padding: 0 20px 18px 20px;
  border-top: 1px solid #f0f0f8;
}

.faq-item.open .faq-answer {
  display: block;
}

.faq-answer p {
  margin: 14px 0 0;
  font-size: 0.95rem;
  line-height: 1.7;
  color: #444458;
}