*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg: hsl(38, 35%, 92%);--bg-alt: hsl(36, 30%, 88%);--fg: hsl(20, 40%, 18%);--card-bg: hsl(40, 40%, 95%);--primary: hsl(10, 58%, 40%);--primary-fg: hsl(38, 60%, 90%);--accent: hsl(38, 65%, 52%);--accent-light: hsl(42, 70%, 72%);--muted-bg: hsl(36, 25%, 84%);--muted-fg: hsl(20, 25%, 38%);--border: hsl(30, 25%, 75%);--dark: hsl(20, 20%, 16%);--dark-fg: hsl(38, 40%, 82%);--hero-gradient: linear-gradient(160deg, hsl(20,20%,14%) 0%, hsl(15,25%,20%) 60%, hsl(10,30%,22%) 100%);--hero-overlay: linear-gradient(180deg, hsla(20,30%,10%,.45) 0%, hsla(15,25%,8%,.65) 100%);--card-shadow: 0 4px 20px -4px hsla(20,40%,15%,.15);--card-shadow-hover: 0 12px 32px -8px hsla(20,40%,15%,.25);--radius: .5rem}:root{--texture-paper: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='300' height='300' filter='url(%23n)' opacity='0.08'/%3E%3C/svg%3E");--texture-map: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60'%3E%3Cpath d='M 60 0 L 0 0 0 60' fill='none' stroke='%23a07850' stroke-width='0.4' opacity='0.18'/%3E%3C/svg%3E");--texture-hatch: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40'%3E%3Cpath d='M-4 4l8-8M0 40L40 0M36 44l8-8' stroke='%23c8a060' stroke-width='0.5' opacity='0.07'/%3E%3C/svg%3E");--texture-circles: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Ccircle cx='100' cy='100' r='90' fill='none' stroke='%23c8a060' stroke-width='0.5' opacity='0.12'/%3E%3Ccircle cx='100' cy='100' r='60' fill='none' stroke='%23c8a060' stroke-width='0.4' opacity='0.09'/%3E%3Ccircle cx='100' cy='100' r='30' fill='none' stroke='%23c8a060' stroke-width='0.3' opacity='0.07'/%3E%3Cline x1='100' y1='5' x2='100' y2='195' stroke='%23c8a060' stroke-width='0.3' opacity='0.08'/%3E%3Cline x1='5' y1='100' x2='195' y2='100' stroke='%23c8a060' stroke-width='0.3' opacity='0.08'/%3E%3Cline x1='27' y1='27' x2='173' y2='173' stroke='%23c8a060' stroke-width='0.25' opacity='0.06'/%3E%3Cline x1='173' y1='27' x2='27' y2='173' stroke='%23c8a060' stroke-width='0.25' opacity='0.06'/%3E%3C/svg%3E")}@media (min-width: 640px){#app{zoom:.8}}.tex-paper{background-image:var(--texture-paper);background-repeat:repeat}.tex-map{background-image:var(--texture-map);background-repeat:repeat}.tex-hatch{background-image:var(--texture-hatch);background-repeat:repeat}body{font-family:Outfit,sans-serif;background:var(--bg);background-image:var(--texture-paper);color:var(--fg);line-height:1.6}img{display:block;max-width:100%}a{text-decoration:none;color:inherit}ul{list-style:none}.container{max-width:1200px;margin:0 auto;padding:0 1rem}nav{position:fixed;top:0;left:0;right:0;z-index:50;background:var(--dark);border-bottom:1px solid hsla(38,40%,60%,.2);box-shadow:0 2px 16px #00000059}.nav-inner{display:flex;align-items:center;justify-content:space-between;padding:1rem;max-width:1200px;margin:0 auto}.nav-logo{font-family:Playfair Display,serif;font-size:1.25rem;font-weight:700;letter-spacing:.18em;color:var(--dark-fg)}.nav-logo span{color:var(--accent)}.nav-links{display:flex;align-items:center;gap:2rem}.nav-links a{color:#e0d1b8bf;font-weight:500;font-size:.875rem;transition:color .2s}.nav-links a:hover{color:var(--dark-fg)}.nav-cta{background:var(--primary);color:var(--primary-fg)!important;padding:.5rem 1.25rem;border-radius:var(--radius);font-weight:600;font-size:.875rem;transition:opacity .2s!important}.nav-cta:hover{opacity:.88}.nav-toggle{display:none;background:none;border:none;color:var(--dark-fg);cursor:pointer;padding:.25rem}.mobile-menu{display:none;background:var(--dark);padding:0 1rem 1rem;border-top:1px solid hsla(38,40%,60%,.12)}.mobile-menu a{display:block;color:#e0d1b8bf;font-weight:500;padding:.6rem;transition:color .2s}.mobile-menu a:hover{color:var(--dark-fg)}.mobile-menu.open{display:block}@media (max-width: 767px){.nav-inner .nav-links{display:none!important}.nav-inner .nav-toggle{display:block!important}}.mobile-cta{display:inline-block!important;margin-top:.5rem;text-align:center}.hero{position:relative;min-height:50vh;display:flex;align-items:center;justify-content:center;overflow:hidden;margin-top:8%}@media (max-width: 768px){.hero{margin-top:27%}}.hero-bg{position:absolute;inset:0;background-size:cover;background-position:center;background-repeat:no-repeat}.hero-overlay-div{position:absolute;inset:0;background:var(--hero-overlay)}.hero-overlay-div:after{content:"";position:absolute;inset:0;background-image:var(--texture-circles),var(--texture-map);background-size:400px 400px,60px 60px;background-repeat:repeat;pointer-events:none}.hero-content{position:relative;z-index:10;text-align:center;padding:0 1rem;max-width:48rem;margin:0 auto;animation:fadeInUp .8s ease both}.hero-brand{font-size:1.3rem;letter-spacing:.3em;font-weight:800;color:#fff;margin-bottom:1rem}.hero-brand span{color:var(--accent)}.hero-divider{width:3rem;height:1px;background:var(--accent-light);margin:0 auto 2rem}.hero h2{font-size:clamp(2.5rem,7vw,4.5rem);font-weight:800;color:var(--dark-fg);line-height:1.15;margin-bottom:.5rem}.hero-italic{font-family:Playfair Display,serif;font-style:italic;font-size:clamp(2.5rem,7vw,4.5rem);color:#ede4d4e0;margin-bottom:2.5rem}.btn-hero{display:inline-block;background:var(--primary);color:var(--primary-fg);font-weight:700;font-size:1rem;padding:1rem 2.5rem;border-radius:var(--radius);border:none;cursor:pointer;transition:opacity .2s,transform .2s;font-family:Outfit,sans-serif;letter-spacing:.02em}.btn-hero:hover{opacity:.88;transform:translateY(-2px)}.hero-fade{position:absolute;bottom:0;left:0;right:0;height:8rem;background:linear-gradient(to top,var(--bg),transparent)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.landing-responsive-header-text{position:relative;min-height:30vh;display:flex;align-items:center;justify-content:center;overflow:hidden;margin-top:8%}@media (max-width: 768px){.landing-responsive-header-text{margin-top:27%}}.about{padding:5rem 1rem;background-color:var(--bg);background-image:var(--texture-map),var(--texture-paper);background-size:60px 60px,300px 300px;position:relative}.section-title{font-family:Playfair Display,serif;font-size:1.75rem;font-weight:700;color:var(--fg);margin-bottom:.5rem;text-align:center}.text-italic-gradient{font-family:Playfair Display,serif;font-style:italic;background:linear-gradient(135deg,#993b29,#bd8728);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.section-divider{width:3rem;height:1px;background:var(--accent-light);margin:1rem auto 2rem}.about p{font-size:1.1rem;color:var(--muted-fg);line-height:1.8;max-width:42rem;margin:0 auto 1.5rem;text-align:center}.about strong{color:var(--fg)}.stats{padding:4rem 1rem;background-color:var(--dark);background-image:var(--texture-hatch),var(--texture-circles);background-size:40px 40px,300px 300px;border-top:1px solid hsla(38,40%,60%,.15);border-bottom:1px solid hsla(38,40%,60%,.15)}.stats-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;max-width:1200px;margin:0 auto}@media (min-width: 768px){.stats-grid{grid-template-columns:repeat(4,1fr)}}.stat-item{text-align:center}.stat-icon{width:2rem;height:2rem;margin:0 auto .75rem;color:var(--accent);opacity:.7}.stat-value{font-size:clamp(1.75rem,4vw,2.25rem);font-weight:800;color:var(--dark-fg);text-shadow:0 0 40px hsla(38,65%,52%,.3);margin-bottom:.25rem}.stat-label{font-size:.875rem;color:#c9b99cbf}.missions{padding:5rem 1rem;background-color:var(--bg-alt);background-image:var(--texture-paper),var(--texture-map);background-size:300px 300px,60px 60px}.missions-grid{display:grid;gap:1.5rem;grid-template-columns:1fr}@media (min-width: 768px){.missions-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.missions-grid{grid-template-columns:repeat(4,1fr)}}.mission-card{background:var(--card-bg);border-radius:var(--radius);overflow:hidden;border:1px solid var(--border);box-shadow:var(--card-shadow);transition:box-shadow .3s,transform .3s;cursor:pointer}.mission-card:hover{box-shadow:var(--card-shadow-hover);transform:translateY(-4px)}.mission-img-wrap{position:relative;height:13rem;overflow:hidden}.mission-img-wrap img{width:100%;height:100%;object-fit:cover;transition:transform .5s}.mission-card:hover .mission-img-wrap img{transform:scale(1.05)}.mission-badge-city{position:absolute;top:.75rem;left:.75rem;background:#251d18d9;color:var(--dark-fg);font-size:.75rem;font-weight:600;padding:.25rem .75rem;border-radius:999px}.mission-badge-reviews{position:absolute;bottom:.75rem;right:.75rem;display:flex;align-items:center;gap:.25rem;background:#00000080;color:var(--accent-light);font-size:.75rem;padding:.2rem .6rem;border-radius:999px}.star-icon{color:var(--accent);font-size:.7rem}.mission-body{padding:1.25rem}.mission-title{font-size:1.05rem;font-weight:700;margin-bottom:.25rem;color:var(--fg)}.mission-subtitle{font-size:.825rem;color:var(--muted-fg);margin-bottom:.75rem}.mission-desc{font-size:.825rem;color:var(--muted-fg);margin-bottom:1rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.mission-meta{display:flex;align-items:center;gap:1rem;font-size:.75rem;color:var(--muted-fg);margin-bottom:1rem}.mission-meta span{display:flex;align-items:center;gap:.25rem}.meta-icon{font-size:.85rem}.mission-footer{display:flex;align-items:center;justify-content:space-between}.difficulty-badge{font-size:.75rem;padding:.25rem .625rem;border-radius:999px;background:var(--muted-bg);color:var(--muted-fg);font-weight:500;border:1px solid var(--border)}.mission-price{font-weight:700;color:var(--primary)}.mission-price small{font-size:.7rem;font-weight:400;color:var(--muted-fg)}.how-it-works{padding:5rem 1rem;background-color:var(--bg);background-image:var(--texture-paper);background-size:300px 300px}.steps-grid{display:grid;gap:2rem;grid-template-columns:repeat(2,1fr);max-width:64rem;margin:0 auto}@media (min-width: 768px){.steps-grid{grid-template-columns:repeat(4,1fr)}}.step{text-align:center}.step-icon-wrap{width:4rem;height:4rem;border-radius:.75rem;background:var(--primary);display:flex;align-items:center;justify-content:center;margin:0 auto 1.25rem;transition:transform .3s;box-shadow:0 4px 16px #792f2040}.step:hover .step-icon-wrap{transform:scale(1.1)}.step-icon-wrap svg{width:1.75rem;height:1.75rem;color:var(--primary-fg)}.step-num{font-size:.75rem;font-weight:700;color:var(--accent);margin-bottom:.5rem}.step-title{font-size:1.05rem;font-weight:700;margin-bottom:.5rem;color:var(--fg)}.step-desc{font-size:.875rem;color:var(--muted-fg);line-height:1.6}.reviews{padding:5rem 1rem;background-color:var(--bg-alt);background-image:var(--texture-map),var(--texture-paper);background-size:60px 60px,300px 300px}.reviews-summary{display:flex;align-items:center;justify-content:center;gap:.75rem;margin-bottom:.5rem}.reviews-score{font-size:1.75rem;font-weight:800;color:var(--fg)}.stars{display:flex;gap:.125rem}.stars .star{color:var(--accent);font-size:1.1rem}.reviews-count{font-size:.875rem;color:var(--muted-fg)}.reviews-grid{display:grid;gap:1.5rem;grid-template-columns:1fr;max-width:64rem;margin:0 auto}@media (min-width: 768px){.reviews-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.reviews-grid{grid-template-columns:repeat(3,1fr)}}.review-card{background:var(--card-bg);border-radius:var(--radius);padding:1.5rem;border:1px solid var(--border);box-shadow:var(--card-shadow);transition:box-shadow .3s,transform .3s}.review-card:hover{box-shadow:var(--card-shadow-hover);transform:translateY(-4px)}.review-stars{display:flex;gap:.125rem;margin-bottom:.75rem}.review-stars .star{color:var(--accent);font-size:.9rem}.review-text{font-size:.875rem;color:var(--muted-fg);line-height:1.7;margin-bottom:1rem;font-style:italic}.review-name{font-size:.875rem;font-weight:600;color:var(--fg)}footer{background-color:var(--dark);background-image:var(--texture-hatch),var(--texture-circles);background-size:40px 40px,400px 400px;padding:4rem 1rem 2rem;color:var(--dark-fg);border-top:1px solid hsla(38,40%,60%,.15)}.footer-grid{display:grid;gap:2.5rem;grid-template-columns:1fr;max-width:1200px;margin:0 auto 3rem}@media (min-width: 768px){.footer-grid{grid-template-columns:repeat(3,1fr)}}.footer-brand-name{font-family:Playfair Display,serif;font-size:1.1rem;font-weight:700;letter-spacing:.15em;margin-bottom:1rem;color:var(--dark-fg)}.footer-brand-name span{color:var(--accent)}.footer-brand-desc{font-size:.875rem;color:#c9b99ca6;line-height:1.7}.footer-col h4{font-size:.8rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--accent-light);margin-bottom:1rem}.footer-col ul{display:flex;flex-direction:column;gap:.5rem}.footer-col ul a{font-size:.875rem;color:#c1ad8b99;transition:color .2s}.footer-col ul a:hover{color:var(--dark-fg)}.footer-contact-item{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#c1ad8b99;margin-bottom:.75rem}.footer-contact-item svg{width:1rem;height:1rem;flex-shrink:0}.footer-contact-item span{color:var(--accent)}.footer-bottom{border-top:1px solid hsla(38,40%,60%,.1);padding-top:1.5rem;text-align:center;font-size:.75rem;color:#c1ad8b59;max-width:1200px;margin:0 auto}.footer-bottom span{color:var(--accent)}.game-card{background-color:var(--card-bg);background-image:var(--texture-paper);background-size:300px 300px;border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--card-shadow);transition:box-shadow .3s,transform .3s}.game-card:hover{box-shadow:var(--card-shadow-hover);transform:translateY(-2px)}.game-button{background-color:var(--primary);color:var(--primary-fg);font-weight:700;padding:.75rem 1.5rem;border-radius:var(--radius);border:none;cursor:pointer;transition:opacity .2s,transform .2s,box-shadow .2s;box-shadow:0 4px 12px #a13f2b40}.game-button:hover:not(:disabled){opacity:.88;transform:translateY(-2px);box-shadow:0 6px 16px #a13f2b59}.game-button:disabled{opacity:.5;cursor:not-allowed}.game-input{background-color:var(--card-bg);background-image:var(--texture-paper);background-size:300px 300px;border:1px solid var(--border);border-radius:var(--radius);color:var(--fg);padding:.75rem 1rem;transition:border-color .2s,box-shadow .2s}.game-input:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #a13f2b1a}.stat-badge{background-color:var(--bg);border:1px solid var(--border);border-radius:var(--radius);padding:1rem;text-align:center}.stat-value{font-size:clamp(1.5rem,3vw,2rem);font-weight:800;color:var(--primary);margin-bottom:.25rem}.stat-label{font-size:.75rem;color:var(--muted-fg);text-transform:uppercase;letter-spacing:.05em}.challenge-container{background-color:var(--card-bg);background-image:var(--texture-paper);background-size:300px 300px;border:1px solid var(--border);border-radius:var(--radius);padding:2rem 1.5rem;box-shadow:var(--card-shadow)}@media (max-width: 640px){.challenge-container{padding:1.5rem 1rem}}.progress-bar{height:.25rem;background-color:var(--border);border-radius:999px;overflow:hidden;padding:1%}.progress-fill{height:100%;background-color:var(--primary);transition:width .3s ease}.checkout-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem}@media (max-width: 768px){.checkout-grid{grid-template-columns:1fr}.checkout-summary{position:static!important}}.checkout-summary{padding:2rem;background-color:var(--card-bg);border-radius:var(--radius);border:2px solid var(--accent);position:sticky;top:80px}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 clamp(1rem,4vw,2rem)}.header{background:var(--dark);padding:clamp(.8rem,2vw,1rem) 0}.section{padding:clamp(1.5rem,5vw,3rem) 0}.title{font-size:clamp(1.5rem,3vw,2rem);margin-bottom:clamp(1.5rem,4vw,3rem)}.checkout-grid{display:grid;grid-template-columns:1fr 1fr;gap:clamp(1rem,3vw,2rem)}@media (max-width: 768px){.checkout-grid{grid-template-columns:1fr}.summary{order:-1;position:static}}.card,.summary{background:var(--card-bg);padding:clamp(1rem,3vw,2rem);border-radius:var(--radius);border:2px solid var(--accent)}.summary{position:sticky;top:80px}.card-title{font-size:clamp(1.1rem,2vw,1.3rem);margin-bottom:1rem}.input{width:100%;padding:clamp(.6rem,1.5vw,.8rem);margin-bottom:1rem;font-size:clamp(.9rem,1.5vw,1rem);border:1px solid var(--border);border-radius:var(--radius)}.team-buttons{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.team-btn{padding:clamp(.4rem,1vw,.6rem) clamp(.7rem,2vw,1rem);display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem;border:1px solid var(--border);border-radius:var(--radius)}.team-btn.active{background:var(--primary);color:#fff}.row{display:flex;justify-content:space-between;margin-bottom:.5rem}.price{font-size:clamp(1.5rem,3vw,2rem);font-weight:700;margin:1rem 0}.pay-btn{width:100%;padding:clamp(.8rem,2vw,1rem)}@media (max-width: 768px){.checkout-section-top-text{margin-top:25%}}@media (min-width: 769px){.checkout-section-top-text{margin-top:7%;padding:5%}}.barion-logo{width:100%;height:auto}@media (max-width: 768px){.barion-logo{max-width:200px}}@media (min-width: 769px){.barion-logo{max-width:400px}}
