/*
Theme Name: Fours Kıymetli Madenler
Theme URI: https://www.fourskiymetlimadenler.com
Author: Fours Kıymetli Madenler Ticareti A.Ş.
Description: Kurumsal tema
Version: 1.2
License: Private
Text Domain: fours
*/

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,600;1,300;1,400&family=Jost:wght@300;400;500&display=swap');

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

:root{
  --gold:#C9A84C;
  --gold-light:#E2C97A;
  --dark:#1E1C16;
  --dark-2:#272419;
  --dark-3:#2E2B1E;
  --text:#E8E2D0;
  --muted:#B8AE9A;
  --light:#F5EFE0;
}

html{scroll-behavior:smooth;}
body{background:var(--dark);color:var(--text);font-family:'Jost',sans-serif;font-weight:300;overflow-x:hidden;}

/* NAV */
nav{display:flex;justify-content:space-between;align-items:center;padding:1rem 3rem;border-bottom:0.5px solid rgba(201,168,76,0.2);position:sticky;top:0;background:rgba(30,28,22,0.97);backdrop-filter:blur(10px);z-index:200;}
.nav-logo img{height:44px;width:auto;}
.nav-links{display:flex;gap:2rem;list-style:none;align-items:center;}
.nav-links a{color:var(--muted);text-decoration:none;font-size:0.75rem;letter-spacing:0.15em;text-transform:uppercase;transition:color 0.2s;cursor:pointer;}
.nav-links a:hover,.nav-links a.active{color:var(--gold);}
.nav-right{display:flex;align-items:center;gap:1rem;}
.nav-bi-logo{height:42px;width:auto;opacity:1;}
.lang-toggle{display:flex;border:0.5px solid rgba(201,168,76,0.3);}
.lang-btn{background:none;border:none;color:var(--muted);font-family:'Jost',sans-serif;font-size:0.75rem;letter-spacing:0.12em;padding:0.35rem 0.65rem;cursor:pointer;transition:all 0.2s;}
.lang-btn.active{background:var(--gold);color:var(--dark);}

/* PAGES */
.page{display:none;}.page.active{display:block;}

/* HERO */
.hero{position:relative;min-height:92vh;display:flex;flex-direction:column;align-items:center;justify-content:center;overflow:hidden;padding:3rem 2.5rem;text-align:center;background-image:url('/wp-content/themes/fours-theme/assets/images/hero-bg.jpg');background-size:cover;background-position:center;}
.hero-bg{position:absolute;inset:0;background:rgba(5,4,2,0.78);z-index:1;}
.ring{position:absolute;border:0.5px solid rgba(201,168,76,0.08);border-radius:50%;top:50%;left:50%;transform:translate(-50%,-50%);z-index:0;pointer-events:none;}
.hero-logo{margin-bottom:2.5rem;position:relative;z-index:2;}.hero-logo img{height:80px;width:auto;}
.hero-eyebrow{font-size:0.7rem;letter-spacing:0.38em;text-transform:uppercase;color:#FFFFFF;margin-bottom:2rem;display:flex;align-items:center;gap:1rem;position:relative;z-index:2;}
.hero-eyebrow::before,.hero-eyebrow::after{content:'';height:0.5px;width:48px;background:#FFFFFF;opacity:0.7;}
.hero h1{font-family:'Cormorant Garamond',serif;font-size:3.85rem;font-weight:300;color:#FFFFFF;line-height:1.07;margin-bottom:1.75rem;max-width:660px;position:relative;z-index:2;}
.hero h1 em{font-style:italic;color:var(--gold-light);}
.hero-sub{font-size:0.91rem;line-height:1.95;color:#FFFFFF;max-width:480px;margin:0 auto 1.5rem;position:relative;z-index:2;}
.hero-badges{display:flex;gap:1.5rem;justify-content:center;margin-bottom:3rem;flex-wrap:wrap;position:relative;z-index:2;}
.hero-badge{font-size:0.68rem;letter-spacing:0.18em;text-transform:uppercase;color:rgba(255,255,255,0.8);border:0.5px solid rgba(255,255,255,0.35);padding:0.35rem 0.85rem;}
.hero-cta{display:inline-block;border:0.5px solid #FFFFFF;color:#FFFFFF;padding:0.9rem 2.75rem;font-size:0.77rem;letter-spacing:0.22em;text-transform:uppercase;cursor:pointer;transition:all 0.25s;background:none;font-family:'Jost',sans-serif;position:relative;z-index:2;}
.hero-cta:hover{background:var(--gold);color:var(--dark);}

/* STATS */
.stats-bar{background:var(--dark-2);border-top:0.5px solid rgba(201,168,76,0.15);border-bottom:0.5px solid rgba(201,168,76,0.15);padding:2rem 3rem;}
.stats-inner{max-width:860px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;text-align:center;}
.stat-num{font-family:'Cormorant Garamond',serif;font-size:2.45rem;font-weight:300;color:var(--gold-light);line-height:1;margin-bottom:0.4rem;}
.stat-lbl{font-size:0.7rem;letter-spacing:0.22em;text-transform:uppercase;color:var(--muted);}


/* SECTIONS */
.section{padding:5rem 3rem;}.section-inner{max-width:860px;margin:0 auto;}
.eyebrow{font-size:0.68rem;letter-spacing:0.35em;text-transform:uppercase;color:var(--gold);margin-bottom:0.9rem;display:flex;align-items:center;gap:0.75rem;}
.eyebrow::before{content:'';width:20px;height:0.5px;background:var(--gold);}
.sec-title{font-family:'Cormorant Garamond',serif;font-size:2.35rem;font-weight:300;color:var(--light);margin-bottom:2rem;line-height:1.1;}
.gold-rule{width:36px;height:0.5px;background:var(--gold);margin:2rem 0;}
.lead{font-size:0.94rem;line-height:1.95;color:var(--muted);max-width:580px;margin-bottom:3rem;}

/* ABOUT */
.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start;}
.about-text p{font-size:0.91rem;line-height:1.95;color:var(--muted);margin-bottom:1.2rem;}
.pillars{display:flex;flex-direction:column;gap:0.75rem;}
.pillar{padding:1.1rem 1.4rem;border:0.5px solid rgba(201,168,76,0.15);border-left:1.5px solid var(--gold);}
.pillar-t{font-size:0.77rem;letter-spacing:0.12em;text-transform:uppercase;color:var(--gold-light);margin-bottom:0.35rem;}
.pillar-b{font-size:0.83rem;color:var(--muted);line-height:1.6;}

/* CARDS */
.cards-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1px;background:rgba(201,168,76,0.1);align-items:stretch;}
.card{background:var(--dark-2);padding:1.75rem 1.5rem;transition:background 0.2s;display:flex;flex-direction:column;height:100%;}.card:hover{background:var(--dark-3);}
.card-icon{font-size:1.21rem;color:var(--gold);margin-bottom:0.85rem;}
.card-name{font-family:'Cormorant Garamond',serif;font-size:1.14rem;color:var(--light);margin-bottom:0.4rem;}
.card-desc{font-size:0.81rem;color:var(--muted);line-height:1.65;flex:1;}
.card-tag{display:inline-flex;align-items:center;gap:0.4rem;margin-top:0.75rem;font-size:0.7rem;letter-spacing:0.1em;text-transform:uppercase;color:var(--gold);border:0.5px solid rgba(201,168,76,0.3);padding:0.28rem 0.9rem;cursor:pointer;text-decoration:none;transition:all 0.2s;align-self:flex-start;}
.card-tag i{font-size:0.92rem;}
a.card-tag:hover{background:var(--gold);color:var(--dark);}

/* COMPLIANCE NUMBERS */
.num-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem;}
.num-card{padding:1.75rem;border:0.5px solid rgba(201,168,76,0.15);}
.num{font-family:'Cormorant Garamond',serif;font-size:2.55rem;font-weight:300;color:rgba(201,168,76,0.2);line-height:1;margin-bottom:0.75rem;}
.num-title{font-size:0.79rem;letter-spacing:0.14em;text-transform:uppercase;color:var(--gold-light);margin-bottom:0.6rem;}
.num-text{font-size:0.89rem;color:var(--muted);line-height:1.85;}

/* DARK BAND */
.dark-band{background:var(--dark-2);border-top:0.5px solid rgba(201,168,76,0.15);border-bottom:0.5px solid rgba(201,168,76,0.15);padding:3rem;}
.dark-band-inner{max-width:860px;margin:0 auto;}
.band-quote{font-family:'Cormorant Garamond',serif;font-size:1.65rem;font-weight:300;font-style:italic;color:var(--light);line-height:1.4;max-width:600px;margin-bottom:1rem;}
.band-attr{font-size:0.73rem;letter-spacing:0.2em;text-transform:uppercase;color:var(--gold);}

/* CONTACT */
.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start;}
.contact-info{display:flex;flex-direction:column;gap:2rem;}
.c-label{font-size:0.66rem;letter-spacing:0.28em;text-transform:uppercase;color:var(--gold);margin-bottom:0.4rem;}
.c-val{font-size:0.94rem;color:var(--light);line-height:1.7;}
.c-val a{color:var(--light);text-decoration:none;}.c-val a:hover{color:var(--gold);}
.map-box{background:var(--dark-2);border:0.5px solid rgba(201,168,76,0.15);display:flex;flex-direction:column;align-items:center;justify-content:center;overflow:hidden;}
.map-box i{font-size:1.8rem;color:var(--gold);}
.map-box p{font-size:0.83rem;color:var(--muted);text-align:center;line-height:1.7;}
.map-link{font-size:0.7rem;letter-spacing:0.15em;text-transform:uppercase;color:var(--gold);border:0.5px solid rgba(201,168,76,0.3);padding:0.4rem 1rem;text-decoration:none;margin-top:0.5rem;display:inline-block;}
.map-box-link{text-decoration:none;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:0;cursor:pointer;}
.map-center-content{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.25rem;width:100%;padding:1.75rem 2rem;}
.maps-logo-big{width:180px;height:180px;object-fit:cover;border-radius:24px;transition:transform 0.25s;display:block;margin:0 auto;opacity:0.45;filter:saturate(0.6);}
.map-box-link:hover .maps-logo-big{transform:scale(1.04);opacity:0.65;}
.map-btn{display:inline-flex;align-items:center;gap:0.4rem;font-size:0.72rem;letter-spacing:0.18em;text-transform:uppercase;color:var(--gold);border:0.5px solid rgba(201,168,76,0.4);padding:0.55rem 1.4rem;transition:all 0.25s;font-family:'Jost',sans-serif;}
.map-box-link:hover .map-btn{background:var(--gold);color:var(--dark);}

/* BI LOGO */
.bi-logo-wrap{margin-top:2rem;padding-top:1.5rem;border-top:0.5px solid rgba(201,168,76,0.12);display:flex;align-items:center;gap:1rem;}
.bi-logo-wrap img{height:60px;width:auto;opacity:1;}
.bi-logo-text{font-size:0.75rem;color:var(--muted);line-height:1.6;max-width:280px;}

/* DISCLAIMER */
.disclaimer{background:var(--dark-3);border:0.5px solid rgba(201,168,76,0.15);padding:1.5rem;margin-top:2.5rem;}
.disclaimer p{font-size:0.8rem;color:var(--muted);line-height:1.8;}

/* PİRAMİT — TAM DÜZELTİLMİŞ */
.piramit-wrap{
  display:flex;
  flex-direction:column;
  gap:1px;
  background:rgba(201,168,76,0.1);
  margin-top:1px;
  margin-left:-3rem;
  margin-right:-3rem;
}
.piramit-row{
  display:flex;
  flex-direction:row;
  gap:1px;
  background:rgba(201,168,76,0.1);
  justify-content:center;
}
.prow-1 .piramit-card{ width:40%; flex:none; }
.prow-2 .piramit-card{ width:50%; flex:none; }
.prow-3 .piramit-card{ width:65%; flex:none; }
.prow-4 .piramit-card{ flex:1; }

.piramit-card{
  background:var(--dark-2);
  transition:background 0.2s;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:flex-start;
  text-align:center;
  padding:1.75rem 1.25rem;
  flex:1;
  min-width:0;
}
.piramit-card:hover{background:var(--dark-3);}
.piramit-card .card-icon{font-size:1.16rem;color:var(--gold);margin-bottom:0.7rem;}
.piramit-card .card-name{
  font-family:'Cormorant Garamond',serif;
  font-size:1.06rem;
  color:var(--light);
  margin-bottom:0.75rem;
  line-height:1.3;
}
.piramit-card .card-tag{
  cursor:pointer;
  padding:0.28rem 0.85rem;
  font-size:0.7rem;
  display:inline-flex;
  align-items:center;
  gap:0.4rem;
  color:var(--gold);
  border:0.5px solid rgba(201,168,76,0.3);
  letter-spacing:0.1em;
  text-transform:uppercase;
  text-decoration:none;
  transition:all 0.2s;
  align-self:center;
  margin-top:auto;
}
.piramit-card .card-tag:hover{background:var(--gold);color:var(--dark);}
.piramit-card .card-tag i{font-size:0.92rem;}

/* FOOTER */
footer{background:var(--dark-2);border-top:0.5px solid rgba(201,168,76,0.15);padding:2.5rem 3rem 1.5rem;}
.footer-top{max-width:860px;margin:0 auto;display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:3rem;margin-bottom:2rem;}
.footer-brand p{font-size:0.82rem;color:var(--muted);line-height:1.8;margin-top:0.75rem;max-width:260px;}
.footer-brand img{height:36px;width:auto;}
.footer-col h4{font-size:0.68rem;letter-spacing:0.25em;text-transform:uppercase;color:var(--gold);margin-bottom:1rem;}
.footer-col ul{list-style:none;}.footer-col ul li{margin-bottom:0.5rem;}
.footer-col ul li a{font-size:0.81rem;color:var(--muted);text-decoration:none;cursor:pointer;}.footer-col ul li a:hover{color:var(--gold-light);}

.footer-bottom{max-width:860px;margin:0 auto;border-top:0.5px solid rgba(201,168,76,0.12);padding-top:1.25rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:0.75rem;}
.footer-copy{font-size:0.73rem;color:var(--muted);}
.footer-legal{display:flex;gap:1.5rem;}
.footer-legal a{font-size:0.7rem;color:var(--muted);text-decoration:none;cursor:pointer;}.footer-legal a:hover{color:var(--gold);}

/* CURSOR */
#cursor-sparkle{position:fixed;pointer-events:none;z-index:9999;width:32px;height:32px;transform:translate(-50%,-50%);animation:sparkle-pulse 2s ease-in-out infinite;filter:drop-shadow(0 0 5px rgba(255,255,255,0.9));}
@keyframes sparkle-pulse{0%{opacity:0.88;transform:translate(-50%,-50%) scale(1) rotate(0deg);}25%{opacity:1;transform:translate(-50%,-50%) scale(1.12) rotate(15deg);}50%{opacity:0.8;transform:translate(-50%,-50%) scale(0.95) rotate(0deg);}75%{opacity:1;transform:translate(-50%,-50%) scale(1.08) rotate(-15deg);}100%{opacity:0.88;transform:translate(-50%,-50%) scale(1) rotate(0deg);}}

/* MOBİL */
@media(max-width:680px){
  nav{padding:0.85rem 1rem;}.nav-links{display:none;}.nav-bi-logo{height:26px;}
  .hero h1{font-size:2.45rem;}.section{padding:3rem 1.25rem;}
  .about-grid,.contact-grid,.num-grid,.stats-inner,.footer-top{grid-template-columns:1fr;}
  .dark-band{padding:2rem 1.25rem;}
  .prow-1,.prow-2,.prow-3,.prow-4{margin:0;}
  .piramit-row{flex-direction:column;}
  .piramit-wrap{margin-left:-1.25rem;margin-right:-1.25rem;}
}

.services-bi-logo{text-align:center;margin-top:2.5rem;padding-top:2rem;border-top:0.5px solid rgba(201,168,76,0.12);}
.services-bi-logo img{height:90px;width:auto;opacity:1;}
