
:root{
  --bg:#f8f0e3;
  --bg2:#fff9f1;
  --text:#1c2c56;
  --muted:#5f6880;
  --line:#eadbc4;
  --navy:#173d83;
  --green:#2d8f2c;
  --orange:#ff8b12;
  --white:#ffffff;
  --shadow:0 20px 55px rgba(23,38,70,.10);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:"Poppins", Arial, sans-serif;
  color:var(--text);
  background:
    radial-gradient(circle at 0% 0%, rgba(255,171,52,.10), transparent 28%),
    radial-gradient(circle at 100% 20%, rgba(45,143,44,.08), transparent 26%),
    linear-gradient(180deg, #faf4ea 0%, #fffaf4 100%);
}
a{text-decoration:none;color:inherit}
button{font:inherit}
img{max-width:100%;display:block}
.container{width:min(1200px, calc(100% - 32px));margin-inline:auto}

.site-header{
  position:sticky;top:0;z-index:40;
  background:rgba(250,244,234,.88);
  backdrop-filter:blur(16px);
  border-bottom:1px solid rgba(23,61,131,.08);
}
.nav-wrap{
  min-height:84px;
  display:grid;
  grid-template-columns:auto 1fr auto auto;
  gap:22px;
  align-items:center;
}
.brand{display:flex;flex-direction:column;align-items:flex-start}
.brand-title{
  color:var(--navy);
  font-size:2rem;
  font-weight:800;
  line-height:1;
}
.brand-sub{
  font-size:.78rem;
  color:#917b61;
  margin-top:6px;
}
.main-nav{display:flex;justify-content:center;gap:34px}
.main-nav a{font-size:.95rem;font-weight:700;color:#263455}
.main-nav a:hover{color:var(--orange)}
.nav-cta{
  min-height:48px;padding:0 20px;border-radius:14px;
  background:linear-gradient(135deg,var(--orange),#ff6d00);
  color:#fff;display:inline-flex;align-items:center;justify-content:center;
  font-weight:800;box-shadow:0 10px 28px rgba(255,139,18,.23);
}
.menu-toggle{display:none;width:46px;height:46px;border:0;background:transparent;padding:8px}
.menu-toggle span{display:block;height:2px;border-radius:999px;background:#20335d;margin:6px 0}

.hero{padding:52px 0 22px}
.hero-grid{
  display:grid;
  grid-template-columns: 1.02fr 0.78fr;
  gap:28px;
  align-items:start;
}
.eyebrow{
  display:inline-flex;align-items:center;
  padding:10px 16px;border-radius:999px;
  background:#fff3de;color:#d08113;
  font-size:.78rem;letter-spacing:.08em;text-transform:uppercase;font-weight:800;
}
.hero h1,.section-head h2,.cta-section h2{
  margin:18px 0 0;line-height:.95;letter-spacing:-.04em
}
.hero h1{
  font-size:clamp(2.9rem, 6vw, 5.4rem);
  color:#173d83;
  max-width:7ch;
}
.hero-text{
  font-size:1.08rem;line-height:1.9;color:var(--muted);
  max-width:590px;margin-top:24px;
}
.hero-badges{
  display:flex;flex-wrap:wrap;gap:10px;margin-top:24px;
}
.hero-badges span{
  padding:11px 14px;border-radius:999px;background:#fff;
  border:1px solid #e9ddca;color:#243555;font-size:.86rem;font-weight:600;
}
.hero-cta-row{
  display:flex;flex-wrap:wrap;gap:12px;margin-top:28px;
}
.btn{
  min-height:54px;padding:0 22px;border-radius:16px;
  display:inline-flex;align-items:center;justify-content:center;
  font-weight:800;transition:.2s ease;
}
.btn:hover{transform:translateY(-2px)}
.btn-primary{
  background:linear-gradient(135deg,var(--orange),#ff6d00);
  color:#fff;box-shadow:0 14px 30px rgba(255,139,18,.20);
}
.btn-secondary{background:#fff;color:#223455;border:1px solid #e8dcc9}
.btn-green{
  background:linear-gradient(135deg,#37aa2f,#228b25);
  color:#fff;box-shadow:0 14px 30px rgba(45,143,44,.18);
}
.btn-orange{
  background:linear-gradient(135deg,var(--orange),#ff6d00);
  color:#fff;box-shadow:0 14px 30px rgba(255,139,18,.20);
}
.full-width{width:100%}

.campaign-box{
  margin-top:24px;background:linear-gradient(135deg,#173d83,#12316f);
  color:#fff;border-radius:22px;display:flex;gap:14px;align-items:flex-start;
  padding:18px 18px;box-shadow:0 18px 40px rgba(17,47,111,.18);
}
.campaign-box strong{display:block;font-size:1rem}
.campaign-box span{display:block;margin-top:5px;font-size:.9rem;color:#dce5ff}
.campaign-icon{
  width:44px;height:44px;border-radius:14px;display:grid;place-items:center;
  background:rgba(255,255,255,.12);font-size:1.05rem;font-weight:900;
}

.hero-visual{
  display:flex;
  align-items:flex-start;
  justify-content:center;
  padding-top:8px;
}
.hero-mockup-card{
  width:100%;
  max-width:430px;
  background:linear-gradient(180deg,#ffffff,#fffaf4);
  border:1px solid #ebdcc8;
  border-radius:26px;
  padding:12px;
  box-shadow:0 22px 46px rgba(23,38,70,.10);
}
.hero-mockup-card img{
  width:100%;
  border-radius:18px;
}

.mini-features{padding:10px 0 12px}
.mini-feature-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.mini-feature{
  background:#fff;border:1px solid #eadfce;border-radius:20px;
  padding:24px 18px;box-shadow:0 8px 22px rgba(25,43,73,.05);text-align:center;
}
.mini-icon{
  display:grid;place-items:center;width:42px;height:42px;
  border-radius:14px;margin:0 auto 12px;background:#fff3de;color:#d7840e;font-size:1rem;
}
.mini-feature strong{display:block;font-size:1rem;color:#1b2a4b}
.mini-feature small{display:block;margin-top:7px;color:#777b87;line-height:1.5;font-size:.84rem}

.packages{padding:42px 0 34px}
.section-head{text-align:center;margin-bottom:26px}
.section-head h2{
  font-size:clamp(2.2rem, 4.8vw, 4rem);
  color:#173d83;
}
.section-head p{margin:12px auto 0;max-width:720px;color:#72788a;line-height:1.8}

.package-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}
.package-card{
  position:relative;background:#fff;border-radius:30px;
  padding:28px 26px 26px;box-shadow:var(--shadow);border:1px solid #f0e5d7;
}
.package-green{background:linear-gradient(180deg,#ffffff 0%, #fcfff9 100%)}
.package-orange{background:linear-gradient(180deg,#ffffff 0%, #fffaf3 100%)}
.featured-badge{
  position:absolute;top:-12px;right:20px;
  background:linear-gradient(135deg,var(--orange),#ff6d00);
  color:#fff;font-size:.75rem;font-weight:800;letter-spacing:.03em;
  padding:8px 12px;border-radius:999px;box-shadow:0 12px 24px rgba(255,139,18,.25);
}
.package-chip{
  display:inline-flex;padding:10px 16px;border-radius:999px;
  font-size:1.5rem;line-height:1;font-weight:800;
}
.package-chip.green{background:#effae8;color:#217823}
.package-chip.orange{background:#fff1de;color:#f57600}
.package-desc{margin:14px 0 0;color:#70798b;line-height:1.7}
.price-wrap{margin-top:18px}
.old-price{color:#9a9a9a;font-weight:700;text-decoration:line-through}
.new-price{margin-top:4px;font-size:4rem;line-height:.94;font-weight:800;letter-spacing:-.04em}
.new-price span{font-size:1.2rem;letter-spacing:0}
.green-price{color:#219325}
.orange-price{color:#ff7b00}
.feature-list{list-style:none;padding:0;margin:20px 0 18px;display:grid;gap:11px}
.feature-list li{
  position:relative;padding-left:28px;color:#233454;line-height:1.65;
}
.feature-list li::before{
  content:"✓";position:absolute;left:0;top:2px;width:18px;height:18px;border-radius:50%;
  display:grid;place-items:center;background:#e8f8e7;color:#239026;font-size:.72rem;font-weight:900;
}
.orange-checks li::before{background:#fff0dc;color:#ff7b00}
.detail-toggle{border:0;background:transparent;padding:0;cursor:pointer;font-weight:800;margin-bottom:14px}
.green-link{color:#278a2a}
.orange-link{color:#f27b05}
.detail-box{
  display:none;background:#fbfbfb;border:1px solid #eee4d5;border-radius:18px;
  padding:16px 18px;margin-bottom:18px;
}
.detail-box.open{display:block}
.detail-box p{margin:0 0 10px;line-height:1.7;color:#667088}
.detail-box p:last-child{margin-bottom:0}
.bottom-note{
  margin-top:20px;padding:14px 18px;border-radius:18px;background:#fff7ea;
  border:1px solid #f2dfbb;color:#7e6536;line-height:1.7;
}

.cta-section{padding:20px 0 76px}
.cta-wrap{
  background:#fff;border:1px solid #efe4d5;border-radius:30px;box-shadow:var(--shadow);
  padding:32px;display:flex;gap:22px;justify-content:space-between;align-items:center;
}
.cta-section h2{
  font-size:clamp(2rem, 4vw, 3.3rem);
  color:#152e65;
}
.cta-section p{margin-top:14px;color:#6f7587;line-height:1.9}
.contact-lines{display:flex;flex-direction:column;gap:8px;margin-top:16px;color:#20355d}
.cta-button{min-width:250px}

.site-footer{border-top:1px solid #eee4d5;background:#fffaf3}
.footer-wrap{
  min-height:90px;display:flex;align-items:center;justify-content:space-between;gap:20px;color:#7f7c72;
}
.footer-wrap strong{display:block;color:#15306a;font-size:1.2rem}
.footer-wrap span{display:block;margin-top:4px;font-size:.85rem}
.footer-right{text-align:right}
.sticky-wa{display:none}

@media (max-width: 1040px){
  .nav-wrap{grid-template-columns:auto 1fr auto}
  .nav-cta{display:none}
  .menu-toggle{display:block;justify-self:end}
  .main-nav{
    display:none;position:absolute;top:82px;left:16px;right:16px;background:rgba(255,250,242,.98);
    border:1px solid #efe4d5;border-radius:20px;box-shadow:0 22px 50px rgba(19,45,95,.12);
    padding:12px;flex-direction:column;gap:6px;
  }
  .main-nav.open{display:flex}
  .main-nav a{padding:13px;text-align:center}
  .hero-grid,.package-grid{grid-template-columns:1fr}
  .hero-visual{padding-top:0}
  .hero-mockup-card{max-width:520px;margin-inline:auto}
  .mini-feature-grid{grid-template-columns:repeat(2,1fr)}
  .cta-wrap{flex-direction:column;align-items:flex-start}
  .cta-button{width:100%}
}

@media (max-width: 720px){
  .container{width:min(100% - 24px, 1180px)}
  .brand-title{font-size:1.7rem}
  .brand-sub{font-size:.7rem}
  .hero{padding:40px 0 20px}
  .hero h1{font-size:3rem}
  .hero-text{font-size:1rem}
  .hero-cta-row{display:grid;grid-template-columns:1fr}
  .btn{width:100%}
  .mini-feature-grid{grid-template-columns:1fr}
  .package-card{padding:24px 20px}
  .new-price{font-size:3.35rem}
  .cta-wrap{padding:24px 20px}
  .footer-wrap{
    min-height:auto;padding:24px 0 92px;flex-direction:column;align-items:flex-start;
  }
  .footer-right{text-align:left}
  .sticky-wa{
    display:block;position:fixed;left:14px;right:14px;bottom:14px;z-index:55;text-align:center;
    padding:16px 18px;border-radius:16px;background:linear-gradient(135deg,var(--orange),#ff6d00);
    color:#fff;font-weight:800;box-shadow:0 18px 44px rgba(255,139,18,.30);
  }
}


.btn-demo{
  background:linear-gradient(135deg,#173d83,#102f6d);
  color:#fff;
  box-shadow:0 14px 30px rgba(23,61,131,.18);
}


/* --- Mevzuat bilgi kutusu --- */
.mevzuat-box{
  margin:22px 0 4px;
  background:var(--white);
  border:1px solid var(--line);
  border-left:5px solid var(--orange);
  border-radius:16px;
  padding:18px 20px;
  box-shadow:0 10px 26px rgba(23,38,70,.07);
}
.mevzuat-title{
  font-weight:700;
  font-size:1.02rem;
  color:var(--navy);
  margin-bottom:8px;
}
.mevzuat-box p{
  margin:0;
  font-size:.94rem;
  line-height:1.6;
  color:var(--muted);
}
.mevzuat-box .mevzuat-sub{
  margin-top:10px;
  padding-top:10px;
  border-top:1px dashed var(--line);
  font-size:.9rem;
  color:var(--navy);
  font-weight:500;
}
@media(max-width:640px){
  .mevzuat-box{padding:15px 16px;border-radius:14px}
  .mevzuat-title{font-size:.97rem}
  .mevzuat-box p{font-size:.89rem}
}


/* --- Vera Medya yatay logo --- */
.brand-logo{
  height:44px;
  width:auto;
  max-width:none;
  flex:0 0 auto;
  align-self:flex-start;
  object-fit:contain;
  display:block;
  margin-bottom:4px;
}
.footer-logo{
  height:34px;
  width:auto;
  max-width:none;
  flex:0 0 auto;
  align-self:flex-start;
  object-fit:contain;
  display:block;
  margin-bottom:6px;
}
@media(max-width:900px){.brand-logo{height:38px}.footer-logo{height:30px}}
@media(max-width:720px){.brand-logo{height:34px}}
@media(max-width:420px){.brand-logo{height:30px}}
