*{box-sizing:border-box}
:root{
  --bg:#121826;
  --bg-soft:#171f2f;
  --bg-card:#1b2435;
  --bg-card-2:#212c40;
  --surface:#f3efe7;
  --surface-2:#dad4c8;
  --text:#edf1f7;
  --text-soft:#b7c0cf;
  --text-dark:#142033;
  --line:rgba(255,255,255,.10);
  --line-soft:rgba(255,255,255,.06);
  --gold:#c7a36a;
  --gold-soft:#dcc19b;
  --gold-glow:rgba(199,163,106,.18);
  --accent:#7e8aa3;
  --shadow:0 20px 50px rgba(0,0,0,.24);
  --shadow-soft:0 14px 32px rgba(0,0,0,.18);
  --r-xl:32px;
  --r-lg:24px;
  --r-md:18px;
  --container:1180px
}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:'Montserrat',sans-serif;
  color:var(--text);
  background:
    radial-gradient(circle at top left, rgba(199,163,106,.08), transparent 24%),
    radial-gradient(circle at top right, rgba(126,138,163,.08), transparent 26%),
    linear-gradient(180deg,#101621 0%, #151d2b 38%, #111826 100%);
  line-height:1.65
}
img{max-width:100%;display:block}
a{text-decoration:none;color:inherit}
.container{width:min(var(--container),calc(100% - 40px));margin:0 auto}

.site-header{
  position:sticky;top:0;z-index:1000;
  background:rgba(16,22,33,.78);
  backdrop-filter:blur(14px);
  border-bottom:1px solid var(--line-soft)
}
.nav-wrap{display:flex;align-items:center;justify-content:space-between;min-height:88px;gap:16px;position:relative}
.brand{display:flex;align-items:center;gap:14px}
.brand-logo,.footer-logo{
  width:54px;height:54px;object-fit:cover;border-radius:50%;
  border:1px solid rgba(220,193,155,.45);
  box-shadow:0 10px 24px rgba(0,0,0,.22)
}
.brand-text{display:flex;flex-direction:column;line-height:1.05}
.brand-name{
  font-family:'Playfair Display',serif;
  font-size:1.75rem;
  color:#f4f1eb;
  letter-spacing:.05em
}
.brand-sub{font-size:.75rem;color:#b8c0cd}
.nav{display:flex;align-items:center;gap:26px}
.nav a{
  font-weight:600;
  color:#d8deea;
  position:relative;
  transition:.25s ease
}
.nav a:hover,.nav a.active{color:#fff}
.nav a::after{
  content:"";position:absolute;left:0;bottom:-8px;width:0;height:2px;
  background:linear-gradient(90deg,var(--gold),var(--gold-soft));
  transition:.25s ease
}
.nav a:hover::after,.nav a.active::after{width:100%}
.nav-cta,.btn{
  display:inline-flex;align-items:center;justify-content:center;
  border-radius:999px;font-weight:700;transition:.25s ease
}
.nav-cta{
  min-height:48px;padding:0 18px;
  background:linear-gradient(135deg,#dbc39c,#b88d53);
  color:#1a2434;
  box-shadow:0 14px 30px rgba(0,0,0,.20)
}
.nav-cta:hover,.btn:hover{transform:translateY(-2px)}
.menu-toggle{
  display:none;width:48px;height:48px;
  border:1px solid var(--line);background:rgba(255,255,255,.04);
  border-radius:14px;padding:0;cursor:pointer
}
.menu-toggle span{display:block;width:22px;height:2px;background:#f1f4f8;margin:5px auto;border-radius:999px}

.hero{padding:64px 0 26px}
.hero-grid,.hero-skeleton-grid{display:grid;grid-template-columns:1fr 1.06fr;gap:32px;align-items:center}
.hero-skeleton-content{order:1}
.hero-skeleton-visual{order:2}

.eyebrow,.section-tag,.mini-tag,.section-tag-light,.campaign-pill{
  display:inline-flex;align-items:center;min-height:36px;padding:0 15px;border-radius:999px;
  font-size:.84rem;font-weight:700;letter-spacing:.03em
}
.eyebrow,.section-tag,.mini-tag{
  background:rgba(220,193,155,.08);
  color:var(--gold-soft);
  border:1px solid rgba(220,193,155,.18)
}
.section-tag-light{
  background:rgba(255,255,255,.10);
  color:#fff;
  border:1px solid rgba(255,255,255,.14)
}
.campaign-pill{
  background:linear-gradient(135deg,#ead7b4,#c69a5d);
  color:#25201a;
  border:1px solid rgba(255,255,255,.24)
}

.hero h1,.section-head h2,.content h1,.cta-box h2{
  margin:18px 0 16px;
  line-height:1.08;
  color:#fbfcfe;
  font-size:clamp(2.2rem,4.8vw,4.35rem);
  letter-spacing:-.04em
}
.hero-text,.section-head p,.content p,.product-copy p,.profile-card p,.card-body p,.cta-box p,.footer-desc,.old-price{
  color:var(--text-soft)
}
.hero-badges{display:flex;flex-wrap:wrap;gap:12px;margin:28px 0 0}
.hero-badge{
  background:rgba(255,255,255,.05);
  border:1px solid rgba(255,255,255,.08);
  box-shadow:0 10px 24px rgba(0,0,0,.12);
  color:#ecf2fb;
  border-radius:999px;padding:11px 15px;font-weight:600
}

.hero-actions,.btn-row{display:flex;flex-wrap:wrap;gap:12px}
.btn{min-height:54px;padding:0 24px}
.btn-primary{
  background:linear-gradient(135deg,#dcc19b,#bc9257);
  color:#172133;
  box-shadow:0 18px 34px rgba(0,0,0,.22)
}
.btn-secondary{
  background:rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.12);
  color:#eef2f8
}
.btn-light{background:#f4efe6;color:#142033}
.btn-outline-light{border:1px solid rgba(255,255,255,.35);color:#fff}
.btn-secondary-light{background:transparent;border-color:rgba(255,255,255,.24);color:#fff}
.btn-secondary-light:hover{background:rgba(255,255,255,.08)}

.price-box{display:flex;align-items:center;gap:18px;flex-wrap:wrap;margin:22px 0 24px}
.price{
  font-size:3rem;font-weight:800;color:#f5efe6;line-height:1;
  text-shadow:0 0 28px rgba(199,163,106,.08)
}

.hero-frame{
  background:linear-gradient(180deg,rgba(255,255,255,.08),rgba(255,255,255,.04));
  border:1px solid rgba(255,255,255,.08);
  border-radius:36px;
  padding:18px;
  box-shadow:0 28px 60px rgba(0,0,0,.24)
}
.hero-frame img{
  width:100%;height:600px;object-fit:cover;border-radius:28px;
  filter:saturate(.98) contrast(1.01)
}

.section,.page-section{padding:88px 0}
.sketch-features{padding-top:22px}
.section-head{max-width:760px;margin-bottom:36px}
.section-head h2,.content h1,.cta-box h2{font-size:clamp(1.95rem,4vw,3.25rem)}

.cards-3,.page-grid,.gallery-grid,.contact-grid{display:grid;gap:22px}
.cards-3{grid-template-columns:repeat(3,1fr)}
.page-grid{grid-template-columns:1.05fr .95fr}
.gallery-grid{grid-template-columns:1.2fr 1fr 1fr 1.2fr}
.contact-grid{grid-template-columns:repeat(3,1fr)}

.feature-card,.page-card,.contact-card,.profile-card,.info-panel,.product-highlight,.stat,.info-box,.pricing-box{
  background:linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,255,255,.03));
  border:1px solid rgba(255,255,255,.08);
  border-radius:var(--r-lg);
  box-shadow:var(--shadow-soft)
}
.feature-card{overflow:hidden}
.feature-card img{width:100%;height:300px;object-fit:cover}
.card-body,.accent-content,.content,.pricing-box{padding:24px}
.product-copy h3,.profile-card h3,.card-body h3,.accent-content h3,.page-card h3{
  margin:12px 0 10px;color:#f7f8fb;font-size:1.5rem
}
.card-body p,.content p,.profile-card p{font-size:.98rem}
.textured-card{
  background:linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,255,255,.04));
  padding:28px;
  border-radius:var(--r-xl)
}
.label-preview{width:100%;border-radius:24px}

.mini-feature-list{
  display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:24px
}
.mini-feature-item{
  background:rgba(255,255,255,.05);
  border:1px solid rgba(255,255,255,.08);
  border-radius:18px;
  padding:14px 16px;
  font-weight:700;
  color:#eef2f8
}

.promo-skeleton-box,.cta-box{
  display:grid;grid-template-columns:1fr 1fr;gap:24px;align-items:center;
  background:
    radial-gradient(circle at top right, rgba(199,163,106,.12), transparent 30%),
    linear-gradient(135deg,#172031,#1d2738 45%, #202c40 100%);
  border:1px solid rgba(255,255,255,.09);
  border-radius:32px;
  padding:36px;
  box-shadow:0 30px 70px rgba(0,0,0,.28);
  color:#fff
}
.promo-skeleton-box h2,.promo-skeleton-box p,.cta-box h2{color:#fff}
.promo-skeleton-badges{
  display:flex;flex-wrap:wrap;gap:12px;margin-top:22px;margin-bottom:22px
}
.promo-skeleton-badges span{
  display:inline-flex;padding:10px 16px;border-radius:999px;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.12);
  font-weight:700
}
.promo-skeleton-visual img{
  width:100%;height:100%;max-height:420px;object-fit:cover;
  border-radius:26px;border:1px solid rgba(255,255,255,.10)
}
.promo-actions{margin-top:8px}

.cta-section{padding-top:24px}
.cta-actions{display:flex;flex-direction:column;gap:12px}
.cta-box-skeleton{grid-template-columns:1.15fr .85fr}

.soft-bg{
  background:
    radial-gradient(circle at left top, rgba(199,163,106,.08), transparent 20%),
    linear-gradient(180deg, rgba(255,255,255,.02), rgba(255,255,255,.00))
}

.product-showcase{display:grid;gap:24px}
.product-highlight{display:grid;grid-template-columns:.9fr 1.1fr;gap:28px;align-items:center;padding:24px}
.product-media img{width:100%;height:100%;max-height:540px;object-fit:cover;border-radius:20px}

.check-list,.footer-links,.plain-list{list-style:none;padding:0}
.check-list{margin:18px 0 0;display:grid;gap:10px}
.check-list li,.plain-list li{position:relative;padding-left:28px;color:#e9eef7;font-weight:600}
.check-list li::before,.plain-list li::before{content:"✓";position:absolute;left:0;top:0;color:var(--gold-soft);font-weight:800}

.info-panel{overflow:hidden}
.info-row{
  display:flex;flex-direction:column;gap:4px;padding:22px 24px;
  border-bottom:1px solid rgba(255,255,255,.08)
}
.info-row:last-child{border-bottom:0}
.info-row span{color:#aeb7c8;font-size:.92rem}
.info-row strong{color:#f5f7fb;font-size:1.05rem}

.profile-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.profile-card{padding:26px 22px}
.profile-icon{
  width:58px;height:58px;border-radius:18px;display:grid;place-items:center;
  background:rgba(220,193,155,.08);font-size:1.5rem
}

.gallery-grid img{
  width:100%;height:320px;object-fit:cover;border-radius:22px;
  border:1px solid rgba(255,255,255,.08);box-shadow:0 16px 36px rgba(0,0,0,.18)
}

.contact-card{padding:26px 22px}
.contact-card-icon{display:flex;flex-direction:column;align-items:center;text-align:center}
.contact-card-icon .contact-card-icon-wrap{
  width:56px;height:56px;border-radius:18px;display:flex;align-items:center;justify-content:center;
  margin-bottom:14px;flex-shrink:0
}
.contact-card-icon .contact-card-icon-wrap svg{display:block}
.contact-icon-wa{background:rgba(37,211,102,.12);color:#86f0b5}
.contact-icon-email{background:rgba(255,255,255,.08);color:#f2f5fb}
.contact-icon-ig{background:linear-gradient(135deg,rgba(245,133,41,.12),rgba(221,42,123,.12));color:#f0b6d2}

.site-footer{
  margin-top:88px;padding-top:40px;
  background:linear-gradient(180deg,#101722 0%, #0c1119 100%);
  color:#dfe6f3;
  border-top:1px solid rgba(255,255,255,.06)
}
.footer-grid{display:grid;grid-template-columns:1.2fr .8fr .8fr;gap:28px;padding-bottom:30px}
.footer-brand{display:flex;align-items:center;gap:14px}
.footer-brand h3{margin:0 0 6px;color:#fff;font-size:1.4rem}
.footer-brand p,.footer-links a,.footer-desc,.footer-bottom span{color:#b8c1d1}
.footer-links{margin:12px 0 0;display:grid;gap:10px}
.footer-links a:hover{color:#fff}
.footer-bottom{
  padding:18px 0 24px;border-top:1px solid rgba(255,255,255,.08);
  display:flex;justify-content:space-between;gap:12px;flex-wrap:wrap
}

.contact-float{
  position:fixed;right:18px;bottom:18px;z-index:999;
  display:flex;flex-direction:column;gap:10px;align-items:center
}
.contact-float-btn{
  width:52px;height:52px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;
  box-shadow:0 10px 24px rgba(0,0,0,.26);transition:transform .2s ease,box-shadow .2s ease
}
.contact-float-btn:hover{transform:scale(1.06);box-shadow:0 12px 28px rgba(0,0,0,.30)}
.contact-float-btn svg{display:block}
.contact-float-wa{background:linear-gradient(135deg,#25d366,#128c7e)}
.contact-float-ig{background:linear-gradient(135deg,#f58529,#dd2a7b,#8134af,#515bd4)}
.contact-float-phone{background:linear-gradient(135deg,#2b364e,#44526f)}

.stat-link{text-decoration:none;color:inherit;display:flex;flex-direction:column;align-items:flex-start}
.showcase-link-box{text-decoration:none;color:var(--navy);display:block}
.info-visual-card-solid{background:linear-gradient(180deg,rgba(79,138,77,.12),rgba(255,255,255,.92));}
.compact-list{display:grid;gap:10px;margin:0 0 22px}
.steps-list{margin:0;padding-left:22px;color:#e9eef7;display:grid;gap:10px;font-weight:600}
.steps-list li{line-height:1.6}
.info-card-grid{align-items:stretch}
.simple-card{overflow:visible}
.simple-card .card-body{height:100%}

@media (max-width:1100px){
  .hero-grid,.hero-skeleton-grid,.product-highlight,.page-grid,.cta-box,.footer-grid,.promo-skeleton-box{grid-template-columns:1fr}
  .cards-3,.profile-grid,.gallery-grid,.contact-grid{grid-template-columns:repeat(2,1fr)}
}
@media (max-width:860px){
  .menu-toggle{display:block}
  .nav{
    position:absolute;top:84px;left:16px;right:16px;
    background:rgba(17,24,37,.98);
    border:1px solid rgba(255,255,255,.08);
    border-radius:22px;box-shadow:0 18px 36px rgba(0,0,0,.28);
    padding:18px;flex-direction:column;align-items:flex-start;gap:16px;display:none
  }
  .nav.show{display:flex}
  .nav-cta{display:none}
  .hero{padding-top:36px}
}
@media (max-width:680px){
  .container{width:min(var(--container),calc(100% - 22px))}
  .brand-name{font-size:1.4rem}
  .brand-sub{display:none}
  .hero h1,.section-head h2,.content h1,.cta-box h2{font-size:2rem}
  .hero-actions,.btn-row{flex-direction:column;align-items:stretch}
  .hero-badges{flex-direction:column;align-items:flex-start}
  .cards-3,.profile-grid,.gallery-grid,.contact-grid,.mini-feature-list{grid-template-columns:1fr}
  .feature-card img,.gallery-grid img{height:auto}
  .hero-frame img{height:380px}
  .site-footer{margin-top:0}
  .contact-float{right:12px;bottom:12px;gap:8px}
  .contact-float-btn{width:48px;height:48px}
  .contact-float-btn svg{width:20px;height:20px}
}
/* CONTACT PREMIUM FIX */

.contact-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:24px;
  margin-top:30px;
}

.contact-card{
  background:linear-gradient(135deg,#111827,#1e293b);
  border-radius:22px;
  padding:28px 24px;
  text-align:center;
  border:1px solid rgba(255,255,255,0.06);
  transition:0.3s ease;
  box-shadow:0 10px 30px rgba(0,0,0,0.25);
}

.contact-card:hover{
  transform:translateY(-6px);
  box-shadow:0 20px 50px rgba(0,0,0,0.4);
  border-color:rgba(201,169,110,0.4);
}

/* ICON ARKASI GLOW */
.contact-card-icon-wrap{
  width:64px;
  height:64px;
  margin:0 auto 16px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  background:linear-gradient(135deg,#c9a96e,#ead7b2);
  color:#0f172a;
  box-shadow:0 0 25px rgba(201,169,110,0.4);
}

/* BAŞLIK */
.contact-card h3{
  margin-bottom:10px;
  font-size:1.3rem;
  font-weight:800;
  color:#fff;
}

/* AÇIKLAMA */
.contact-card p{
  color:#cbd5e1;
  font-size:0.95rem;
  line-height:1.7;
  margin-bottom:14px;
}

/* LINK */
.text-link{
  color:#c9a96e;
  font-weight:700;
  text-decoration:none;
  font-size:1rem;
  transition:0.2s;
}

.text-link:hover{
  color:#fff;
}

/* ALT BÖLÜM (TOPLU ALIM) */
.section.soft-bg{
  background:linear-gradient(135deg,#0f172a,#1e293b);
  border-radius:28px;
  margin-top:50px;
  padding:40px 20px;
  border:1px solid rgba(255,255,255,0.05);
}

.page-card img{
  border-radius:20px;
  box-shadow:0 20px 50px rgba(0,0,0,0.4);
}

/* RESPONSIVE */
@media(max-width:900px){
  .contact-grid{
    grid-template-columns:1fr;
  }
}
/* FOOTER FIX */

.site-footer{
  margin-top: 60px;
  padding: 60px 0 24px;
  border-top: 1px solid rgba(255,255,255,0.06);
  background: transparent;
}

.footer-grid{
  display:grid;
  grid-template-columns: 1.3fr 1fr 1fr;
  gap: 40px;
  align-items:start;
}

.footer-brand{
  display:flex;
  align-items:center;
  gap:16px;
  margin-bottom:18px;
}

.footer-logo{
  width:56px;
  height:56px;
  object-fit:cover;
  border-radius:14px;
  display:block;
}

.footer-brand h3{
  margin:0 0 6px;
  color:#ffffff;
  font-size:1.1rem;
  font-weight:800;
}

.footer-brand p{
  margin:0;
  color:#d8e1ec;
  font-size:.95rem;
}

.footer-desc{
  margin:0;
  color:#cfd8e3;
  line-height:1.8;
  font-size:1rem;
  max-width:420px;
}

.site-footer h4{
  margin:0 0 18px;
  color:#ffffff;
  font-size:1.05rem;
  font-weight:800;
}

.footer-links{
  list-style:none;
  margin:0;
  padding:0;
}

.footer-links li{
  margin-bottom:12px;
}

.footer-links a{
  text-decoration:none;
  color:#d8e1ec;
  transition:.2s ease;
}

.footer-links a:hover{
  color:#ffffff;
}

.footer-bottom{
  margin-top:34px;
  padding-top:20px;
  border-top:1px solid rgba(255,255,255,0.06);
  display:flex;
  justify-content:space-between;
  gap:20px;
  color:#c8d2df;
  font-size:.95rem;
}

@media (max-width: 900px){
  .footer-grid{
    grid-template-columns:1fr;
    gap:28px;
  }

  .footer-bottom{
    flex-direction:column;
  }
}