.visually-hidden{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);border:0}.hero-swiper,.hero-swiper .swiper-slide,.vjs-wrap{position:relative}img{display:block;max-width:100%;height:auto}.swiper-slide img{aspect-ratio:420/630;width:100%;height:auto;object-fit:cover}.hero-swiper{width:100%;min-height:400px;aspect-ratio:9/15;overflow:hidden}.hero-swiper .swiper-slide::after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:180px;pointer-events:none;z-index:5;background:linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.6) 50%,rgba(0,0,0,.95) 100%)}@media (min-width:640px){.hero-swiper{min-height:450px;aspect-ratio:4/3}}@media (min-width:1024px){.hero-swiper{min-height:600px;aspect-ratio:25/9}}.content-slider .swiper{width:100%;height:auto}.content-slider .swiper-wrapper{display:flex;align-items:stretch}.content-slider .swiper-slide{height:auto;display:flex}body{font-display:swap}



@font-face {
font-family: "Inter Fallback";
src: local("Arial"),
local("Liberation Sans"),
local("Arimo"),
local("Helvetica Neue"),
local("Helvetica"),
local("Roboto"),
local("DejaVu Sans");
ascent-override: 90.44%;
descent-override: 22.52%;
line-gap-override: 0%;
size-adjust: 107.12%;
}

body {
font-family: "Inter", "Inter Fallback", sans-serif;
background-color: #111827; 
color: #d1d5db; 
overflow-x: hidden; 
}
.page-section { display: none; }
.page-section.active { display: block; }
.pulse-shadow {
box-shadow: 0 0 0 0 rgba(59, 130, 246, 0.7);
}

@media (prefers-reduced-motion: no-preference) {
.pulse-shadow { animation: pulse 2s infinite; }
}
@keyframes pulse {
0% { box-shadow: 0 0 0 0 rgba(59, 130, 246, 0.7); }
70% { box-shadow: 0 0 0 10px rgba(59, 130, 246, 0); }
100% { box-shadow: 0 0 0 0 rgba(59, 130, 246, 0); }
}















.content-slider .swiper-slide { width: auto; flex-shrink: 0; }
.content-slider .swiper-slide img { display: block; height: 350px; aspect-ratio: 2 / 3; object-fit: cover; border-radius: 0.5rem; transition: transform 0.3s ease, box-shadow 0.3s ease; }
.content-slider .swiper-slide:hover img { transform: scale(1.05); box-shadow: 0 10px 5px -3px rgba(59, 130, 246, 0.3), 0 4px 6px -4px rgba(59, 130, 246, 0.3); }
.content-slider .swiper-button-next, .content-slider .swiper-button-prev { color: #ffffff; background-color: rgba(17, 24, 39, 0.6); width: 40px; height: 40px; border-radius: 9999px; top: 50%; transform: translateY(-50%); transition: background-color 0.2s; z-index: 10; }
.content-slider .swiper-button-prev { left: 10px; }
.content-slider .swiper-button-next { right: 10px; }
.content-slider .swiper-button-next:hover, .content-slider .swiper-button-prev:hover { background-color: rgba(17, 24, 39, 0.9); }
.content-slider .swiper-button-next::after, .content-slider .swiper-button-prev::after { font-size: 1rem; font-weight: 600; }
































.hero-swiper .swiper-button-next,
.hero-swiper .swiper-button-prev {
color: #ffffff; width: 44px; height: 44px; top: 45%;
transform: translateY(-50%); transition: background-color 0.2s;
z-index: 15; 
}
.hero-swiper .swiper-button-next:hover,
.hero-swiper .swiper-button-prev:hover {
background-color: rgba(17, 24, 39, 0.4); border-radius: 9999px;
}
.hero-swiper .swiper-button-next::after,
.hero-swiper .swiper-button-prev::after { font-size: 1.25rem; font-weight: 800; }




@media (max-width: 768px) {

.content-slider .swiper-button-next, .content-slider .swiper-button-prev { display: none; }
.content-slider .swiper-slide img { height: 165px; } 
.content-slider.w-full { padding-left: 1rem; padding-right: 1rem; }
.content-slider h2.container { padding-left: 0rem; padding-right: 0rem; }

























.hero-swiper .swiper-button-next,
.hero-swiper .swiper-button-prev {
display: none; 
}


}



:root {
--footer-bg: #0a0a0a;
--footer-text: #a0a0a0;
--footer-heading: #ffffff;
--footer-accent: #3b82f6;
--footer-accent-hover: #2563eb;
--footer-border: #222222;
}
.modern-footer {
background-color: var(--footer-bg);
color: var(--footer-text);
padding: 80px 0 0;
font-family: "Inter", sans-serif;
border-top: 1px solid var(--footer-border);
position: relative;
}
.footer-container {
max-width: 1200px;
margin: 0 auto;
padding: 0 20px;
}
.footer-top {
display: grid;
grid-template-columns: 2fr 1fr 1fr 1.5fr;
gap: 40px;
padding-bottom: 60px;
border-bottom: 1px solid var(--footer-border);
}
.footer-logo {
color: var(--footer-heading);
font-size: 24px;
font-weight: 700;
margin-bottom: 20px;
letter-spacing: -0.5px;
}
.footer-logo span {
color: var(--footer-accent);
}
.footer-desc {
line-height: 1.6;
margin-bottom: 25px;
font-size: 15px;
}
.social-links {
display: flex;
gap: 15px;
}
.social-link {
display: flex;
align-items: center;
justify-content: center;
width: 36px;
height: 36px;
background: rgba(255, 255, 255, 0.05);
color: var(--footer-heading);
border-radius: 50%;
transition: background-color 0.3s ease, transform 0.3s ease;
text-decoration: none;
position: relative;
}
.social-link::after {
content: "";
position: absolute;
inset: -4px;
}
.social-link:hover {
background: var(--footer-accent);
transform: translateY(-3px);
}
.social-link:active {
transform: translateY(-1px) scale(0.94);
}
.footer-col h4 {
color: var(--footer-heading);
font-size: 18px;
font-weight: 600;
margin-bottom: 25px;
}
.footer-links {
list-style: none;
padding: 0;
margin: 0;
}
.footer-links li {
margin-bottom: 12px;
}
.footer-links a {
color: var(--footer-text);
text-decoration: none;
transition: color 0.3s ease;
font-size: 15px;
display: inline-block;
}
.footer-links a:hover {
color: var(--footer-accent);
transform: translateX(5px);
}
.newsletter-col p {
margin-bottom: 20px;
font-size: 14px;
}
.input-group {
display: flex;
align-items: center;
gap: 6px;
background: rgba(255, 255, 255, 0.05);
border-radius: 12px;
padding: 4px;
border: 1px solid var(--footer-border);
transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
.input-group:focus-within {
border-color: var(--footer-accent);
box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.25);
}
.input-group.is-invalid {
border-color: #f87171;
box-shadow: 0 0 0 3px rgba(248, 113, 113, 0.2);
}
.input-group input {
flex: 1 1 auto;
min-width: 0;
height: 44px;
background: transparent;
border: none;
color: var(--footer-heading);
padding: 0 12px;
outline: none;
font-size: 14px;
}
.input-group input::placeholder {
color: #8b8b8b;
}
.input-group button {
flex: 0 0 44px;
width: 44px;
height: 44px;
padding: 0;
display: inline-flex;
align-items: center;
justify-content: center;
background: var(--footer-accent);
color: #fff;
border: none;
border-radius: 9px;
cursor: pointer;
transition: background 0.25s ease, transform 0.2s cubic-bezier(0.32, 0.72, 0, 1);
}
.input-group button svg {
width: 20px;
height: 20px;
display: block;
}
.input-group button:hover {
background: var(--footer-accent-hover);
}
.input-group button:active {
transform: scale(0.94);
}
.input-group button:focus-visible {
outline: 2px solid #fff;
outline-offset: 2px;
}
.input-group button.is-done,
.input-group button.is-done:hover {
background: #16a34a;
}
.input-group button:disabled {
cursor: progress;
}
.input-group button.is-loading svg {
display: none;
}
.input-group button.is-loading::after {
content: "";
width: 18px;
height: 18px;
border: 2px solid rgba(255, 255, 255, 0.35);
border-top-color: #fff;
border-radius: 50%;
animation: newsletter-spin 0.7s linear infinite;
}
@keyframes newsletter-spin {
to { transform: rotate(360deg); }
}
.newsletter-col .newsletter-note {
margin: 10px 0 0;
font-size: 12px;
line-height: 1.5;
}
.newsletter-col .newsletter-note a {
color: inherit;
text-decoration: underline;
text-underline-offset: 0.18em;
}
.newsletter-col .newsletter-note a:hover {
color: var(--footer-heading);
}
.newsletter-col .newsletter-status {
margin: 8px 0 0;
font-size: 13px;
line-height: 1.4;
}
.newsletter-col .newsletter-status:empty {
display: none;
}
.newsletter-col .newsletter-status.is-ok {
color: #4ade80;
}
.newsletter-col .newsletter-status.is-err {
color: #f87171;
}
.nl-hp {
position: absolute;
left: -9999px;
width: 1px;
height: 1px;
overflow: hidden;
}
.nl-sr {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border: 0;
}
@media (max-width: 767px) {
.input-group input {
font-size: 16px;
}
}
@media (prefers-reduced-motion: reduce) {
.input-group,
.input-group button {
transition: none;
}
.input-group button.is-loading::after {
animation: none;
}
}
.footer-bottom {
padding: 30px 0;
display: flex;
justify-content: space-between;
align-items: center;
font-size: 14px;
}
.back-to-top {
background: var(--footer-border);
color: var(--footer-heading);
border: none;
width: 40px;
height: 40px;
border-radius: 50%;
cursor: pointer;
transition: background-color 0.3s ease, transform 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
display: flex;
align-items: center;
justify-content: center;
opacity: 0;
visibility: hidden;
}
.back-to-top.visible {
opacity: 1;
visibility: visible;
}
.back-to-top:hover {
background: var(--footer-accent);
transform: translateY(-3px);
}
.back-to-top:active {
transform: translateY(-1px) scale(0.94);
}
@media (prefers-reduced-motion: reduce) {
.social-link,
.back-to-top {
transition: none;
}
.social-link:hover,
.back-to-top:hover {
transform: none;
}
}
@media (max-width: 992px) {
.footer-top {
grid-template-columns: 1fr 1fr;
gap: 30px;
}
.brand-col {
grid-column: span 2;
}
}
@media (max-width: 576px) {
.footer-top {
grid-template-columns: 1fr;
}
.brand-col {
grid-column: span 1;
}
.footer-bottom {
flex-direction: column;
gap: 15px;
}
}
.pay-row {
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
gap: 0.4rem;
}
.pay-chip {
display: inline-flex;
align-items: center;
justify-content: center;
background: #fff;
border-radius: 0.35rem;
padding: 0;
line-height: 0;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.45);
}
.pay-chip img {
display: block;
width: 42px;
height: auto;
}
@media (max-width: 767px) {
.pay-chip img { width: 38px; }
}
.footer-pay { justify-content: flex-start; margin-top: 1.1rem; }
@media (max-width: 767px) {
.footer-pay { justify-content: center; margin-top: 0.9rem; }
}
@media (max-width: 767px) {
.footer-links li { margin-bottom: 0; }
.footer-links a { display: inline-flex; align-items: center; min-height: 44px; min-width: 44px; }
}
