
*{
margin:0;
padding:0;
box-sizing:border-box;
font-family:'Inter',sans-serif;
scroll-behavior:smooth;
}

body{
background:#f7f4ef;
color:#111;
overflow-x:hidden;
}

nav{
padding:20px 8%;
display:flex;
justify-content:space-between;
align-items:center;
position:sticky;
top:0;
background:rgba(247,244,239,.9);
backdrop-filter:blur(10px);
z-index:999;
}

.brand{
display:flex;
align-items:center;
gap:12px;
font-weight:800;
}

.brand img{
width:48px;
height:48px;
border-radius:50%;
}

.nav-links{
display:flex;
gap:20px;
}

.nav-links a{
text-decoration:none;
color:#111;
font-weight:600;
}

.hero{
min-height:100vh;
display:grid;
grid-template-columns:1fr 1fr;
align-items:center;
padding:0 8%;
}

.hero h1{
font-size:90px;
line-height:.95;
margin:20px 0;
}

.hero h1 span{
color:#8b5b40;
}

.hero p{
line-height:1.8;
color:#666;
}

.tag{
font-size:12px;
letter-spacing:3px;
font-weight:700;
color:#8b5b40;
}

.hero-buttons{
margin-top:30px;
display:flex;
gap:16px;
}

.primary-btn,.secondary-btn,button{
padding:16px 26px;
border-radius:999px;
text-decoration:none;
font-weight:700;
transition:.3s;
cursor:pointer;
}

.primary-btn,button{
background:#8b5b40;
color:white;
}

.secondary-btn{
background:white;
color:#111;
}

.primary-btn:hover,.secondary-btn:hover,button:hover{
transform:translateY(-4px);
}

.hero-right{
position:relative;
height:500px;
}

.floating-card{
position:absolute;
width:240px;
border-radius:28px;
box-shadow:0 20px 50px rgba(0,0,0,.15);
transition:.4s;
}

.one{
left:20px;
top:130px;
width:220px;
transform:rotate(-18deg);
z-index:1;
}

.two{
left:150px;
top:20px;
width:240px;
transform:rotate(8deg);
z-index:4;
}

.three{
left:300px;
top:140px;
width:220px;
transform:rotate(16deg);
z-index:2;
}

.four{
left:120px;
top:240px;
width:210px;
transform:rotate(-6deg);
z-index:3;
}

.floating-card:hover{
transform:translateY(-12px) scale(1.03);
}

.preview{
padding:0 8% 100px;
display:grid;
grid-template-columns:repeat(3,1fr);
gap:24px;
}

.preview-card,.borak-card{
background:white;
padding:32px;
border-radius:32px;
box-shadow:0 10px 40px rgba(0,0,0,.05);
}

.owner-hero{
min-height:100vh;
padding:120px 8%;
position:relative;
overflow:hidden;
display:flex;
align-items:center;
}

.owner-bg-text{
position:absolute;
top:40px;
right:-40px;
font-size:320px;
font-weight:900;
color:rgba(0,0,0,.03);
line-height:1;
pointer-events:none;
}

.owner-main{
display:grid;
grid-template-columns:1fr 1fr;
gap:80px;
align-items:center;
width:100%;
}

.owner-left h1{
font-size:110px;
line-height:.9;
margin:20px 0;
}

.owner-achievements{
display:flex;
flex-direction:column;
gap:18px;
margin:40px 0;
}

.owner-achievements div{
background:rgba(255,255,255,.65);
backdrop-filter:blur(14px);
padding:18px 24px;
border-radius:999px;
width:fit-content;
box-shadow:0 10px 30px rgba(0,0,0,.05);
font-weight:600;
}

.owner-born{
font-size:20px;
color:#666;
line-height:1.8;
max-width:500px;
}

.owner-slideshow{
position:relative;
width:100%;
height:600px;
display:flex;
justify-content:center;
align-items:center;
}

.owner-slideshow img{
width:320px;
height:520px;
object-fit:cover;
border-radius:40px;
position:relative;
z-index:3;
box-shadow:0 35px 90px rgba(0,0,0,.18);
transition:.5s;
}

.stack-one,
.stack-two{
position:absolute;
width:320px;
height:500px;
border-radius:40px;
background:white;
box-shadow:0 20px 60px rgba(0,0,0,.08);
}

.stack-one{
transform:rotate(-8deg);
z-index:1;
left:80px;
}

.stack-two{
transform:rotate(8deg);
z-index:2;
right:80px;
}

.owner-slideshow::before{
content:'';
position:absolute;
width:420px;
height:420px;
background:#8b5b40;
filter:blur(120px);
opacity:.15;
z-index:0;
}

.owner-story{
padding:120px 8%;
display:grid;
grid-template-columns:.8fr 1.2fr;
gap:80px;
align-items:start;
}

.story-quote h2{
font-size:64px;
line-height:1.1;
position:sticky;
top:120px;
}

.story-text p{
font-size:22px;
line-height:2;
color:#555;
margin-bottom:36px;
}

.owner-values{
padding:0 8% 140px;
display:flex;
flex-wrap:wrap;
gap:24px;
justify-content:center;
}

.value-chip{
padding:22px 34px;
border-radius:999px;
background:white;
font-size:20px;
font-weight:600;
box-shadow:0 10px 40px rgba(0,0,0,.05);
transition:.3s;
}

.value-chip:hover{
transform:translateY(-8px);
background:#8b5b40;
color:white;
}

.owner-ending{
padding:160px 8%;
text-align:center;
position:relative;
overflow:hidden;
}

.owner-ending h2{
font-size:72px;
line-height:1.2;
max-width:1100px;
margin:auto;
}

@media(max-width:900px){

.owner-main,
.owner-story{
grid-template-columns:1fr;
}

.owner-left h1{
font-size:72px;
}

.owner-bg-text{
font-size:160px;
}

.story-quote h2{
font-size:42px;
position:static;
}

.story-text p{
font-size:18px;
}

.owner-ending h2{
font-size:42px;
}

.owner-image-grid{
height:620px;
}

}

/* NEW GAME PAGE */

.game-page{
min-height:100vh;
padding:120px 8%;
position:relative;
overflow:hidden;
}

.game-glow{
position:absolute;
width:420px;
height:420px;
border-radius:50%;
filter:blur(140px);
opacity:.12;
pointer-events:none;
}

.game-glow.red{
background:#e25555;
top:-120px;
left:-120px;
}

.game-glow.blue{
background:#4b7fe0;
bottom:-120px;
right:-120px;
}

.game-top{
text-align:center;
max-width:900px;
margin:0 auto 80px;
position:relative;
z-index:2;
}

.game-top h1{
font-size:82px;
line-height:1;
margin:20px 0;
}

.game-desc{
font-size:20px;
line-height:1.9;
color:#666;
max-width:760px;
margin:auto;
}

.game-area{
display:grid;
grid-template-columns:.8fr 1.2fr;
gap:60px;
align-items:center;
position:relative;
z-index:2;
}

.deck-area{
display:flex;
justify-content:center;
align-items:center;
position:relative;
height:520px;
}

.deck-stack{
position:absolute;
width:260px;
height:380px;
border-radius:30px;
background:white;
box-shadow:0 20px 60px rgba(0,0,0,.08);
pointer-events:none;
}

.deck-stack.one{
transform:rotate(-10deg);
}

.deck-stack.two{
transform:rotate(10deg);
}

.main-deck{
position:relative;
z-index:3;
width:260px;
height:380px;
border:none;
border-radius:30px;
background:#111;
color:white;
font-size:28px;
font-weight:700;
display:flex;
flex-direction:column;
justify-content:center;
align-items:center;
gap:16px;
cursor:pointer;
transition:.4s;
box-shadow:0 25px 70px rgba(0,0,0,.2);
}

.main-deck:hover{
transform:translateY(-12px) rotate(-4deg);
}

.main-deck span{
font-size:24px;
}

.result-area{
display:flex;
align-items:center;
gap:40px;
}

.result-area img{
width:280px;
border-radius:28px;
box-shadow:0 25px 70px rgba(0,0,0,.15);
transition:.4s;
}

.result-area img:hover{
transform:translateY(-10px);
}

.result-info h2{
font-size:42px;
line-height:1.1;
margin:22px 0;
}

.result-info p{
font-size:18px;
line-height:1.9;
color:#666;
max-width:500px;
}

.color-tag{
padding:12px 22px;
border-radius:999px;
width:fit-content;
font-weight:700;
color:white;
}

.red-tag{
background:#e25555;
}

.green-tag{
background:#45b36b;
}

.yellow-tag{
background:#d9bc38;
}

.blue-tag{
background:#4b7fe0;
}

.done-btn{
margin-top:30px;
height:60px;
padding:0 34px;
border:none;
border-radius:999px;
background:#8b5b40;
color:white;
font-size:16px;
font-weight:700;
cursor:pointer;
transition:.35s;
}

.done-btn:hover{
transform:translateY(-6px);
}

.game-note{
margin-top:80px;
text-align:center;
font-size:18px;
color:#666;
line-height:1.8;
}

.popup{
position:fixed;
inset:0;
background:rgba(0,0,0,.45);
display:none;
justify-content:center;
align-items:center;
z-index:9999;
padding:20px;
}

.popup-card{
background:white;
padding:42px;
border-radius:36px;
max-width:500px;
text-align:center;
animation:popup .35s ease;
}

.popup-card h3{
font-size:42px;
margin-bottom:18px;
}

.popup-card p{
line-height:1.9;
color:#666;
margin-bottom:28px;
}

@keyframes popup{

from{
transform:scale(.8);
opacity:0;
}

to{
transform:scale(1);
opacity:1;
}

}

@media(max-width:900px){

.game-top h1{
font-size:56px;
}

.game-area{
grid-template-columns:1fr;
}

.result-area{
flex-direction:column;
text-align:center;
}

.color-tag{
margin:auto;
}

.result-info p{
margin:auto;
}

}

/* BORAK PAGE */

.borak-page{
min-height:100vh;
padding:120px 8%;
display:grid;
grid-template-columns:.9fr 1.1fr;
gap:70px;
align-items:center;
position:relative;
overflow:hidden;
}

.borak-glow{
position:absolute;
border-radius:50%;
filter:blur(140px);
opacity:.15;
pointer-events:none;
}

.borak-glow.one{
width:420px;
height:420px;
background:#8b5b40;
top:-100px;
left:-100px;
}

.borak-glow.two{
width:380px;
height:380px;
background:#d9bc38;
bottom:-120px;
right:-100px;
}

.borak-left{
position:relative;
z-index:2;
}

.borak-left h1{
font-size:64px;
line-height:1;
max-width:520px;
}

.borak-desc{
font-size:18px;
line-height:1.9;
color:#555;
max-width:560px;
margin-bottom:22px;
}

.comfort-box{
display:flex;
flex-direction:column;
gap:16px;
margin-top:36px;
}

.comfort-box div{
background:rgba(255,255,255,.65);
backdrop-filter:blur(14px);
padding:16px 22px;
border-radius:999px;
width:fit-content;
box-shadow:0 10px 30px rgba(0,0,0,.05);
font-weight:500;
font-size:15px;
}

.borak-right{
display:flex;
justify-content:center;
position:relative;
z-index:2;
}

.borak-card{
width:100%;
max-width:520px;
padding:34px;
border-radius:36px;
background:rgba(255,255,255,.6);
backdrop-filter:blur(20px);
border:1px solid rgba(255,255,255,.5);
box-shadow:0 30px 80px rgba(0,0,0,.08);
}

.card-top{
display:flex;
align-items:center;
gap:12px;
margin-bottom:30px;
font-weight:600;
color:#666;
font-size:15px;
}

.online-dot{
width:12px;
height:12px;
border-radius:50%;
background:#45b36b;
box-shadow:0 0 18px #45b36b;
}

.borak-card input{
width:100%;
height:64px;
border:none;
outline:none;
padding:0 24px;
border-radius:22px;
background:#f4f4f4;
font-size:16px;
margin-bottom:20px;
font-family:'Inter',sans-serif;
}

.textarea-wrapper{
position:relative;
}

.borak-card textarea{
width:100%;
height:220px;
border:none;
outline:none;
resize:none;
padding:24px;
border-radius:26px;
background:#f4f4f4;
font-size:16px;
font-family:'Inter',sans-serif;
line-height:1.8;
}

.char-count{
position:absolute;
bottom:18px;
right:22px;
font-size:13px;
color:#888;
}

.borak-card button{
margin-top:24px;
height:60px;
padding:0 34px;
border:none;
border-radius:999px;
background:#8b5b40;
color:white;
font-size:16px;
font-weight:600;
cursor:pointer;
transition:.35s;
font-family:'Inter',sans-serif;
box-shadow:0 12px 30px rgba(139,91,64,.25);
}

.borak-card button:hover{
transform:translateY(-6px);
background:#6f472f;
}

.success{
display:none;
margin-top:22px;
padding:16px 22px;
border-radius:16px;
background:#eefbf1;
color:#2d7a46;
font-weight:600;
font-size:15px;
}

@media(max-width:1000px){

.borak-page{
grid-template-columns:1fr;
padding:100px 8%;
}

.borak-left h1{
font-size:64px;
}

.borak-desc{
font-size:17px;
}

.borak-card{
padding:28px;
max-width:100%;
}

}

@media(max-width:600px){

.borak-left h1{
font-size:48px;
}

.borak-card textarea{
height:190px;
}

.comfort-box div{
width:100%;
}

}

@media(max-width:900px){

.hero,.owner-page{
grid-template-columns:1fr;
}

.preview{
grid-template-columns:1fr;
}

.hero h1{
font-size:60px;
}

.hero-right{
height:380px;
}

.floating-card{
width:170px;
}

.one{left:0}
.two{left:70px}
.three{left:130px}
}

.about-game{
padding:120px 8%;
display:grid;
grid-template-columns:1.1fr .9fr;
gap:60px;
align-items:center;
}

.about-game h2{
font-size:56px;
line-height:1;
margin:18px 0 24px;
}

.about-features{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:18px;
margin-top:40px;
}

.feature-card{
background:white;
padding:24px;
border-radius:28px;
box-shadow:0 10px 40px rgba(0,0,0,.05);
transition:.3s;
}

.feature-card:hover{
transform:translateY(-8px);
}

.feature-card span{
font-size:32px;
display:block;
margin-bottom:18px;
}

.feature-card h4{
margin-bottom:10px;
font-size:20px;
}

.about-right img{
width:100%;
border-radius:36px;
box-shadow:0 25px 60px rgba(0,0,0,.12);
cursor:pointer;
transition:.4s;
}

@media(max-width:900px){

.about-game{
grid-template-columns:1fr;
padding:90px 8%;
}

.about-game h2{
font-size:42px;
}

.about-features{
grid-template-columns:1fr;
}

}

.card-types{
padding:120px 8%;
}

.type-grid{
display:grid;
grid-template-columns:repeat(2,1fr);
gap:28px;
margin-top:60px;
}

.type-card{
background:white;
border-radius:36px;
padding:32px;
display:flex;
align-items:center;
gap:32px;
transition:.4s;
overflow:hidden;
position:relative;
}

.type-card:hover{
transform:translateY(-10px);
}

.stack-cards{
position:relative;
width:180px;
height:240px;
flex-shrink:0;
}

.stack-cards img{
position:absolute;
width:170px;
border-radius:20px;
box-shadow:0 15px 40px rgba(0,0,0,.12);
transition:.4s;
}

.stack-cards img:nth-child(1){
left:0;
top:0;
transform:rotate(-10deg);
z-index:1;
}

.stack-cards img:nth-child(2){
left:20px;
top:10px;
transform:rotate(4deg);
z-index:2;
}

.stack-cards img:nth-child(3){
left:40px;
top:20px;
transform:rotate(12deg);
z-index:3;
}

.type-card:hover .stack-cards img:nth-child(1){
transform:rotate(-18deg) translateY(-10px);
}

.type-card:hover .stack-cards img:nth-child(2){
transform:rotate(0deg) translateY(-18px);
}

.type-card:hover .stack-cards img:nth-child(3){
transform:rotate(18deg) translateY(-12px);
}

.type-info h3{
font-size:32px;
margin-bottom:16px;
}

.type-info p{
line-height:1.8;
color:#666;
}

.red-card{
border:2px solid #e25555;
}

.green-card{
border:2px solid #45b36b;
}

.yellow-card{
border:2px solid #d9bc38;
}

.blue-card{
border:2px solid #4b7fe0;
}

@media(max-width:900px){

.type-grid{
grid-template-columns:1fr;
}

.type-card{
flex-direction:column;
text-align:center;
}

.stack-cards{
margin-bottom:20px;
}

}

.game-journey{
padding:140px 8%;
position:relative;
}

.journey-path{
max-width:900px;
margin:80px auto 0;
position:relative;
}

.journey-path::before{
content:'';
position:absolute;
left:50%;
top:0;
width:4px;
height:100%;
background:
linear-gradient(
180deg,
#e25555,
#4b7fe0,
#d9bc38,
#45b36b
);
transform:translateX(-50%);
border-radius:999px;
opacity:.3;
}

.journey-step{
display:flex;
align-items:center;
gap:28px;
margin-bottom:80px;
position:relative;
width:48%;
}

.journey-step.right{
margin-left:auto;
flex-direction:row-reverse;
text-align:right;
}

.circle{
width:90px;
height:90px;
border-radius:50%;
display:flex;
justify-content:center;
align-items:center;
font-weight:800;
font-size:24px;
color:white;
flex-shrink:0;
box-shadow:0 15px 40px rgba(0,0,0,.12);
transition:.4s;
}

.journey-content{
background:white;
padding:28px;
border-radius:28px;
box-shadow:0 10px 40px rgba(0,0,0,.05);
transition:.4s;
}

.journey-content h3{
font-size:28px;
margin-bottom:14px;
}

.journey-content p{
line-height:1.8;
color:#666;
}

.journey-step:hover .circle{
transform:scale(1.08);
}

.journey-step:hover .journey-content{
transform:translateY(-8px);
}

.red-step .circle{
background:#e25555;
}

.blue-step .circle{
background:#4b7fe0;
}

.yellow-step .circle{
background:#d9bc38;
}

.green-step .circle{
background:#45b36b;
}

.journey-line{
width:4px;
height:40px;
margin:0 auto;
background:rgba(0,0,0,.08);
border-radius:999px;
}

@media(max-width:900px){

.journey-path::before{
left:45px;
}

.journey-step,
.journey-step.right{
width:100%;
margin-left:0;
flex-direction:row;
text-align:left;
padding-left:90px;
}

.journey-line{
margin-left:43px;
}

}

.impact-section{
padding:160px 8%;
text-align:center;
position:relative;
overflow:hidden;
}

.impact-section h2{
font-size:72px;
max-width:900px;
margin:20px auto;
line-height:1;
}

.impact-desc{
max-width:850px;
margin:0 auto;
font-size:22px;
line-height:1.8;
color:#666;
}

.impact-topics{
display:flex;
justify-content:center;
flex-wrap:wrap;
gap:18px;
margin-top:60px;
}

.topic-chip{
padding:18px 28px;
border-radius:999px;
background:white;
box-shadow:0 10px 30px rgba(0,0,0,.06);
font-weight:600;
transition:.35s;
cursor:pointer;
}

.topic-chip:hover{
transform:translateY(-8px) scale(1.04);
}

.center-tag{
justify-content:center;
}

@media(max-width:900px){

.impact-section{
padding:120px 8%;
}

.impact-section h2{
font-size:48px;
}

.impact-desc{
font-size:18px;
}

}

.program-section{
padding:140px 8%;
position:relative;
overflow:hidden;
}

.section-desc{
max-width:850px;
margin:24px auto 0;
line-height:1.9;
font-size:20px;
color:#666;
}

.goals-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:26px;
margin-top:70px;
}

.goal-card{
padding:36px;
border-radius:36px;
transition:.4s;
position:relative;
overflow:hidden;
}

.goal-card:hover{
transform:translateY(-12px) rotate(-1deg);
}

.goal-card span{
font-size:54px;
display:block;
margin-bottom:24px;
}

.goal-card h3{
font-size:30px;
margin-bottom:18px;
line-height:1.1;
}

.goal-card p{
line-height:1.8;
color:#555;
}

.one-goal{
background:#fff2ef;
}

.two-goal{
background:#eef6ff;
}

.three-goal{
background:#fff7df;
}

.four-goal{
background:#eefbf1;
}

.five-goal{
background:#f3efff;
grid-column:2/3;
}

@media(max-width:900px){

.goals-grid{
grid-template-columns:1fr;
}

.five-goal{
grid-column:auto;
}

.section-desc{
font-size:18px;
}

}

.nav-links a{
text-decoration:none;
color:#111;
font-weight:600;
padding:12px 18px;
border-radius:999px;
transition:.3s;
position:relative;
}

.nav-links a:hover{
background:rgba(0,0,0,.05);
}

.active-nav{
background:#111;
color:white !important;
box-shadow:0 10px 25px rgba(0,0,0,.12);
}

/* =========================================
   MOBILE RESPONSIVE FIX
   PASTE PALING BAWAH style.css
========================================= */


/* =========================================
   TABLET
========================================= */

@media(max-width:900px){

nav{
padding:18px 6%;
flex-direction:column;
gap:18px;
}

.nav-links{
width:100%;
justify-content:center;
flex-wrap:wrap;
gap:10px;
}

.nav-links a{
padding:10px 14px;
font-size:14px;
}

.hero{
grid-template-columns:1fr;
padding:120px 6% 80px;
gap:60px;
text-align:center;
}

.hero-left{
display:flex;
flex-direction:column;
align-items:center;
}

.hero h1{
font-size:62px;
}

.hero p{
font-size:16px;
max-width:600px;
}

.hero-buttons{
justify-content:center;
flex-wrap:wrap;
}

.hero-right{
height:420px;
}

.floating-card{
width:170px;
}

.one{
left:0;
top:120px;
}

.two{
left:90px;
top:0;
}

.three{
left:180px;
top:120px;
}

.four{
left:90px;
top:230px;
}

.preview{
grid-template-columns:1fr;
}

.about-game{
grid-template-columns:1fr;
padding:100px 6%;
gap:60px;
}

.about-left{
text-align:center;
}

.about-game h2{
font-size:48px;
}

.about-features{
grid-template-columns:1fr;
}

.about-right{
display:flex;
justify-content:center;
}

.about-right img{
max-width:320px;
}

.type-grid{
grid-template-columns:1fr;
}

.type-card{
flex-direction:column;
text-align:center;
}

.stack-cards{
margin-bottom:20px;
}

.game-journey{
padding:120px 6%;
}

.journey-path::before{
left:45px;
}

.journey-step,
.journey-step.right{
width:100%;
margin-left:0;
flex-direction:row;
text-align:left;
padding-left:90px;
}

.journey-line{
margin-left:43px;
}

.owner-main,
.owner-story{
grid-template-columns:1fr;
}

.owner-left{
text-align:center;
}

.owner-left h1{
font-size:72px;
}

.owner-achievements{
align-items:center;
}

.owner-born{
margin:auto;
}

.owner-bg-text{
font-size:160px;
right:-10px;
}

.owner-slideshow{
height:500px;
}

.owner-slideshow img{
width:260px;
height:400px;
}

.stack-one,
.stack-two{
width:260px;
height:390px;
}

.stack-one{
left:40px;
}

.stack-two{
right:40px;
}

.story-quote h2{
font-size:42px;
position:static;
text-align:center;
}

.story-text p{
font-size:18px;
}

.owner-ending{
padding:120px 6%;
}

.owner-ending h2{
font-size:46px;
}

.game-page{
padding:100px 6%;
}

.game-top h1{
font-size:58px;
}

.game-area{
grid-template-columns:1fr;
gap:60px;
}

.deck-area{
height:420px;
}

.deck-stack,
.main-deck{
width:220px;
height:320px;
}

.result-area{
flex-direction:column;
text-align:center;
}

.result-area img{
width:240px;
}

.result-info{
display:flex;
flex-direction:column;
align-items:center;
}

.result-info h2{
font-size:34px;
}

.result-info p{
font-size:16px;
}

.borak-page{
grid-template-columns:1fr;
padding:100px 6%;
gap:60px;
}

.borak-left{
text-align:center;
}

.borak-left h1{
font-size:58px;
max-width:none;
}

.borak-desc{
margin:auto auto 22px;
}

.comfort-box{
align-items:center;
}

.borak-card{
max-width:100%;
padding:28px;
}

}


/* =========================================
   MOBILE
========================================= */

@media(max-width:600px){

nav{
padding:16px 5%;
}

.brand span{
font-size:18px;
}

.nav-links{
gap:8px;
}

.nav-links a{
font-size:13px;
padding:9px 12px;
}

.hero{
padding:110px 5% 70px;
}

.hero h1{
font-size:48px;
line-height:1;
}

.hero p{
font-size:15px;
}

.hero-buttons{
flex-direction:column;
width:100%;
}

.primary-btn,
.secondary-btn{
width:100%;
text-align:center;
}

.hero-right{
height:300px;
}

.floating-card{
width:120px;
border-radius:18px;
}

.one{
left:0;
top:90px;
}

.two{
left:60px;
top:0;
}

.three{
left:130px;
top:100px;
}

.four{
left:60px;
top:180px;
}

.about-game{
padding:90px 5%;
}

.about-game h2{
font-size:38px;
}

.feature-card{
padding:22px;
}

.card-types{
padding:90px 5%;
}

.type-card{
padding:26px;
}

.stack-cards{
width:140px;
height:190px;
}

.stack-cards img{
width:130px;
}

.type-info h3{
font-size:26px;
}

.game-journey{
padding:100px 5%;
}

.journey-step,
.journey-step.right{
padding-left:75px;
gap:18px;
}

.circle{
width:70px;
height:70px;
font-size:18px;
}

.journey-content{
padding:22px;
}

.journey-content h3{
font-size:22px;
}

.owner-hero{
padding:100px 5%;
}

.owner-left h1{
font-size:54px;
}

.owner-achievements div{
font-size:14px;
padding:16px 18px;
}

.owner-born{
font-size:16px;
}

.owner-slideshow{
height:380px;
}

.owner-slideshow img{
width:200px;
height:300px;
border-radius:28px;
}

.stack-one,
.stack-two{
width:200px;
height:290px;
border-radius:28px;
}

.stack-one{
left:20px;
}

.stack-two{
right:20px;
}

.owner-bg-text{
font-size:110px;
top:90px;
}

.owner-story{
padding:90px 5%;
gap:40px;
}

.story-quote h2{
font-size:34px;
}

.story-text p{
font-size:16px;
line-height:1.9;
}

.value-chip{
font-size:15px;
padding:16px 22px;
}

.owner-ending h2{
font-size:34px;
}

.game-page{
padding:90px 5%;
}

.game-top h1{
font-size:44px;
}

.game-desc{
font-size:16px;
}

.deck-area{
height:340px;
}

.deck-stack,
.main-deck{
width:180px;
height:260px;
border-radius:22px;
}

.main-deck{
font-size:22px;
}

.main-deck span{
font-size:18px;
}

.result-area img{
width:200px;
border-radius:20px;
}

.result-info h2{
font-size:28px;
}

.result-info p{
font-size:15px;
line-height:1.8;
}

.done-btn{
width:100%;
}

.popup-card{
padding:28px 22px;
border-radius:28px;
}

.popup-card h3{
font-size:30px;
}

.borak-page{
padding:90px 5%;
}

.borak-left h1{
font-size:46px;
}

.borak-desc{
font-size:15px;
}

.comfort-box div{
width:100%;
font-size:14px;
}

.borak-card{
padding:22px;
border-radius:26px;
}

.borak-card input{
height:58px;
font-size:15px;
}

.borak-card textarea{
height:180px;
font-size:15px;
padding:20px;
}

.borak-card button{
width:100%;
height:56px;
font-size:15px;
}

}

.about-desc{
max-width:650px;
font-size:17px;
line-height:1.9;
color:#444;
margin-bottom:22px;
}

.about-points{
display:flex;
flex-wrap:wrap;
gap:14px;
margin-top:30px;
}

.about-points div{
padding:14px 20px;
background:white;
border-radius:999px;
font-weight:500;
box-shadow:0 10px 25px rgba(0,0,0,.05);
}

.site-footer{
padding:120px 8% 50px;
position:relative;
}

.site-footer::before{
content:"";
position:absolute;
top:0;
left:8%;
width:84%;
height:1px;
background:rgba(0,0,0,.08);
}

.footer-left{
max-width:700px;
margin-bottom:60px;
}

.footer-label{
letter-spacing:4px;
font-size:13px;
font-weight:700;
color:#9b6b47;
margin-bottom:20px;
}

.footer-left h2{
font-size:56px;
line-height:1.1;
margin-bottom:24px;
}

.footer-left p{
font-size:18px;
line-height:1.9;
color:#555;
max-width:650px;
}

.footer-right{
display:flex;
flex-wrap:wrap;
gap:18px;
margin-bottom:70px;
}

.footer-right div{
padding:16px 22px;
background:white;
border-radius:999px;
font-weight:500;
box-shadow:0 10px 30px rgba(0,0,0,.05);
}

.footer-bottom{
padding-top:30px;
border-top:1px solid rgba(0,0,0,.08);
font-size:14px;
color:#777;
}