/* ════════════════════════════════════════
   AVUKAT WEB SİTESİ — avukat-web.css
   Koyu lacivert + altın ton paleti
   Ciddi, güven veren, kurumsal
════════════════════════════════════════ */

:root {
    --aw-gold:    #c9a84c;
    --aw-gold-lt: #e6c97a;
    --aw-dark:    #080a12;
    --aw-card:    #0d0f1e;
    --aw-border:  rgba(201,168,76,.18);
    --aw-text:    rgba(255,255,255,.65);
}

/* ── ORTAK ────────────────────────── */
.aw-tag {
    display: inline-flex; align-items: center; gap: 7px;
    padding: 5px 16px; border-radius: 20px;
    font-size: 12px; font-weight: 700; letter-spacing: .3px;
    color: var(--aw-gold);
    background: rgba(201,168,76,.1);
    border: 1px solid rgba(201,168,76,.25);
    margin-bottom: 16px;
}
.aw-section-head { text-align: center; margin-bottom: 52px; }
.aw-section-head h2 {
    font-size: clamp(1.9rem, 3.5vw, 2.8rem);
    font-weight: 800; line-height: 1.15; letter-spacing: -.5px;
    color: #fff; margin-bottom: 12px;
}
.aw-section-head h2 span {
    background: linear-gradient(90deg, var(--aw-gold), var(--aw-gold-lt));
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.aw-section-head p { font-size: 15px; color: var(--aw-text); max-width: 520px; margin: 0 auto; }

.aw-btn-primary {
    display: inline-flex; align-items: center; gap: 10px;
    background: linear-gradient(135deg, var(--aw-gold), #a8842a);
    color: #0a0b14; font-size: 14px; font-weight: 800;
    padding: 13px 26px; border-radius: 50px; text-decoration: none;
    transition: all .22s; box-shadow: 0 6px 24px rgba(201,168,76,.35);
}
.aw-btn-primary:hover { filter: brightness(1.1); transform: translateY(-2px); color: #0a0b14; box-shadow: 0 10px 32px rgba(201,168,76,.5); }

.aw-btn-secondary {
    display: inline-flex; align-items: center; gap: 8px;
    color: rgba(255,255,255,.75); font-size: 14px; font-weight: 600;
    padding: 13px 24px; border-radius: 50px; text-decoration: none;
    border: 1px solid rgba(255,255,255,.15);
    background: rgba(255,255,255,.05);
    transition: all .22s;
}
.aw-btn-secondary:hover { color: #fff; border-color: var(--aw-border); background: rgba(201,168,76,.08); }

/* ── HERO ─────────────────────────── */
.aw-hero {
    position: relative; padding: 80px 0 60px; overflow: hidden;
    min-height: 620px; display: flex; align-items: center;
}
.aw-hero-bg { position: absolute; inset: 0; z-index: 0; }
.aw-hero-pattern {
    position: absolute; inset: 0;
    background-image: repeating-linear-gradient(
        0deg, rgba(201,168,76,.03) 0px, rgba(201,168,76,.03) 1px,
        transparent 1px, transparent 60px
    ), repeating-linear-gradient(
        90deg, rgba(201,168,76,.03) 0px, rgba(201,168,76,.03) 1px,
        transparent 1px, transparent 60px
    );
}
.aw-hero-glow-1 {
    position: absolute; top: -100px; right: -100px;
    width: 600px; height: 600px; border-radius: 50%;
    background: radial-gradient(circle, rgba(201,168,76,.12) 0%, transparent 65%);
}
.aw-hero-glow-2 {
    position: absolute; bottom: -100px; left: -100px;
    width: 400px; height: 400px; border-radius: 50%;
    background: radial-gradient(circle, rgba(109,111,245,.1) 0%, transparent 65%);
}
.aw-hero-grid {
    position: relative; z-index: 2;
    display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center;
}
.aw-eyebrow {
    display: inline-flex; align-items: center; gap: 8px;
    font-size: 12px; font-weight: 700; letter-spacing: .5px; text-transform: uppercase;
    color: var(--aw-gold); margin-bottom: 20px;
}
.aw-eyebrow-dot {
    width: 8px; height: 8px; border-radius: 50%; background: var(--aw-gold);
    box-shadow: 0 0 8px rgba(201,168,76,.7);
    animation: awPulse 2s ease-in-out infinite;
}
@keyframes awPulse { 0%,100%{opacity:1;transform:scale(1)} 50%{opacity:.6;transform:scale(.8)} }

.aw-hero-title {
    font-size: clamp(2.4rem, 4.5vw, 3.6rem);
    font-weight: 900; line-height: 1.1; letter-spacing: -.8px;
    color: #fff; margin-bottom: 20px;
}
.aw-hero-title span {
    background: linear-gradient(90deg, var(--aw-gold), var(--aw-gold-lt));
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.aw-hero-desc { font-size: 15px; color: var(--aw-text); line-height: 1.78; margin-bottom: 28px; max-width: 480px; }
.aw-hero-trust { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 32px; }
.aw-trust-item {
    display: inline-flex; align-items: center; gap: 6px;
    font-size: 12.5px; font-weight: 600; color: rgba(255,255,255,.55);
    background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.08);
    border-radius: 50px; padding: 6px 14px;
}
.aw-trust-item i { color: var(--aw-gold); font-size: 12px; }
.aw-hero-btns { display: flex; gap: 12px; flex-wrap: wrap; }
.aw-hero-bottom-fade {
    position: absolute; bottom: 0; left: 0; right: 0; height: 80px;
    background: linear-gradient(to bottom, transparent, var(--aw-dark));
    pointer-events: none; z-index: 3;
}

/* Mock tarayıcı */
.aw-hero-mockup { position: relative; }
.aw-mock-browser {
    background: #0d0f1f;
    border: 1px solid rgba(201,168,76,.2);
    border-radius: 16px; overflow: hidden;
    box-shadow: 0 32px 80px rgba(0,0,0,.6), 0 0 0 1px rgba(255,255,255,.04) inset;
}
.aw-mock-bar {
    display: flex; align-items: center; gap: 10px;
    padding: 10px 14px; background: rgba(255,255,255,.04);
    border-bottom: 1px solid rgba(255,255,255,.06);
}
.aw-mock-dots { display: flex; gap: 6px; }
.aw-mock-dots span { width: 10px; height: 10px; border-radius: 50%; display: block; }
.aw-mock-url {
    flex: 1; text-align: center;
    font-size: 11px; color: rgba(255,255,255,.3); font-family: monospace;
    background: rgba(255,255,255,.04); border-radius: 6px;
    padding: 3px 10px; max-width: 200px; margin: 0 auto;
    display: flex; align-items: center; justify-content: center; gap: 5px;
}
.aw-mock-screen { padding: 16px; }

/* Mini site içeriği */
.aw-ms-nav {
    display: flex; align-items: center; gap: 8px;
    padding-bottom: 10px; border-bottom: 1px solid rgba(255,255,255,.06); margin-bottom: 12px;
}
.aw-ms-logo { width: 60px; height: 10px; border-radius: 4px; background: rgba(201,168,76,.4); }
.aw-ms-links { flex: 1; display: flex; gap: 6px; justify-content: center; }
.aw-ms-link { width: 30px; height: 6px; border-radius: 3px; background: rgba(255,255,255,.1); }
.aw-ms-link--active { background: rgba(201,168,76,.35); }
.aw-ms-cta { width: 44px; height: 14px; border-radius: 7px; background: rgba(201,168,76,.5); }
.aw-ms-hero { display: flex; gap: 12px; margin-bottom: 12px; align-items: center; }
.aw-ms-hero-text { flex: 1; }
.aw-ms-h1 { height: 10px; border-radius: 4px; background: rgba(255,255,255,.2); margin-bottom: 6px; }
.aw-ms-h1--1 { width: 90%; }
.aw-ms-h1--2 { width: 70%; background: rgba(201,168,76,.3); }
.aw-ms-p { height: 6px; border-radius: 3px; background: rgba(255,255,255,.1); margin-bottom: 5px; width: 85%; }
.aw-ms-p--sm { width: 65%; }
.aw-ms-btn { width: 60px; height: 14px; border-radius: 7px; background: rgba(201,168,76,.6); margin-top: 8px; }
.aw-ms-hero-img { width: 90px; height: 70px; border-radius: 10px; background: rgba(109,111,245,.2); flex-shrink: 0; }
.aw-ms-cards { display: grid; grid-template-columns: repeat(3,1fr); gap: 6px; }
.aw-ms-card { height: 36px; border-radius: 8px; background: rgba(255,255,255,.06); }
.aw-ms-card--accent { background: rgba(201,168,76,.15); }

/* Float badge'ler */
.aw-float {
    position: absolute;
    display: flex; align-items: center; gap: 10px;
    background: rgba(13,15,30,.95);
    border: 1px solid rgba(201,168,76,.25);
    border-radius: 12px; padding: 12px 16px;
    box-shadow: 0 12px 36px rgba(0,0,0,.5);
    backdrop-filter: blur(12px);
}
.aw-float i { font-size: 22px; color: var(--aw-gold); flex-shrink: 0; }
.aw-float-val { font-size: 16px; font-weight: 800; color: #fff; line-height: 1; }
.aw-float-lbl { font-size: 11px; color: rgba(255,255,255,.45); margin-top: 3px; }
.aw-float-1 { bottom: -20px; left: -30px; }
.aw-float-2 { top: 20px; right: -20px; }

/* ── NEDEN ────────────────────────── */
.aw-why-section { padding: 80px 0; }
.aw-why-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.aw-why-card {
    background: var(--aw-card);
    border: 1px solid rgba(255,255,255,.07);
    border-radius: 18px; padding: 30px 26px;
    transition: all .25s;
}
.aw-why-card:hover {
    border-color: var(--aw-border);
    transform: translateY(-4px);
    box-shadow: 0 16px 48px rgba(0,0,0,.45);
}
.aw-why-icon {
    width: 48px; height: 48px; border-radius: 13px;
    background: rgba(201,168,76,.1); border: 1px solid rgba(201,168,76,.2);
    display: flex; align-items: center; justify-content: center;
    font-size: 22px; color: var(--aw-gold); margin-bottom: 20px;
}
.aw-why-card h3 { font-size: 16px; font-weight: 700; color: #fff; margin-bottom: 10px; }
.aw-why-card p { font-size: 13px; color: var(--aw-text); line-height: 1.72; margin: 0; }

/* ── İÇERİK BLOĞU ─────────────────── */
.aw-content-section { padding: 0 0 80px; }
.aw-content-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.aw-content-text h2 {
    font-size: clamp(1.8rem, 3vw, 2.4rem);
    font-weight: 800; line-height: 1.15; letter-spacing: -.4px;
    color: #fff; margin-bottom: 18px;
}
.aw-content-text h2 span {
    background: linear-gradient(90deg, var(--aw-gold), var(--aw-gold-lt));
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.aw-content-text p { font-size: 15px; color: var(--aw-text); line-height: 1.82; margin-bottom: 16px; }
.aw-content-text strong { color: rgba(255,255,255,.85); font-weight: 700; }
.aw-content-checks { display: flex; flex-direction: column; gap: 10px; margin-top: 24px; }
.aw-cc-item {
    display: flex; align-items: center; gap: 10px;
    font-size: 13.5px; color: rgba(255,255,255,.7);
}
.aw-cc-item i { color: var(--aw-gold); font-size: 14px; flex-shrink: 0; }

.aw-content-visual { display: flex; flex-direction: column; gap: 16px; }
.aw-cv-card {
    background: var(--aw-card);
    border: 1px solid rgba(255,255,255,.07);
    border-radius: 16px; padding: 22px 24px;
}
.aw-cv-card-1 { border-color: var(--aw-border); }
.aw-cv-icon { font-size: 28px; color: var(--aw-gold); margin-bottom: 10px; }
.aw-cv-title { font-size: 14px; font-weight: 700; color: #fff; margin-bottom: 12px; }
.aw-cv-tags { display: flex; flex-wrap: wrap; gap: 7px; }
.aw-cv-tags span {
    padding: 4px 12px; border-radius: 20px; font-size: 12px; font-weight: 600;
    color: var(--aw-gold); background: rgba(201,168,76,.1); border: 1px solid rgba(201,168,76,.2);
}
.aw-cv-stat-row { display: grid; grid-template-columns: repeat(3,1fr); text-align: center; }
.aw-cv-num {
    font-size: 1.8rem; font-weight: 900; letter-spacing: -.5px;
    background: linear-gradient(135deg, #fff 40%, rgba(201,168,76,.8) 100%);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
    margin-bottom: 4px;
}
.aw-cv-lbl { font-size: 11px; color: rgba(255,255,255,.38); line-height: 1.4; }
.aw-cv-card-3 { display: flex; align-items: center; gap: 14px; }

/* ── PAKETLER ─────────────────────── */
.aw-pricing-section { padding: 0 0 80px; }
.aw-pricing-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.aw-price-card {
    background: var(--aw-card);
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 20px; padding: 32px 28px;
    display: flex; flex-direction: column;
    position: relative; transition: all .25s;
}
.aw-price-card:hover { transform: translateY(-4px); box-shadow: 0 20px 56px rgba(0,0,0,.45); }
.aw-price-card--featured {
    border-color: var(--aw-border);
    background: linear-gradient(160deg, rgba(201,168,76,.08) 0%, var(--aw-card) 60%);
    box-shadow: 0 0 0 1px rgba(201,168,76,.15);
}
.aw-price-popular {
    position: absolute; top: -14px; left: 50%; transform: translateX(-50%);
    background: linear-gradient(135deg, var(--aw-gold), #a8842a);
    color: #0a0b14; font-size: 11px; font-weight: 800;
    padding: 5px 16px; border-radius: 20px; white-space: nowrap;
}
.aw-price-name { font-size: 18px; font-weight: 800; color: #fff; margin-bottom: 6px; }
.aw-price-sub { font-size: 13px; color: var(--aw-text); margin-bottom: 16px; line-height: 1.5; }
.aw-price-amount {
    font-size: 2rem; font-weight: 900; letter-spacing: -.5px;
    background: linear-gradient(135deg, #fff 40%, rgba(201,168,76,.8) 100%);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
    margin-bottom: 24px;
}
.aw-price-amount span { font-size: 13px; color: rgba(255,255,255,.4); font-weight: 500; -webkit-text-fill-color: rgba(255,255,255,.4); }
.aw-price-list { list-style: none; padding: 0; margin: 0 0 28px; flex: 1; display: flex; flex-direction: column; gap: 10px; }
.aw-price-list li { display: flex; align-items: flex-start; gap: 9px; font-size: 13.5px; color: rgba(255,255,255,.65); }
.aw-price-list li i { color: var(--aw-gold); font-size: 14px; flex-shrink: 0; margin-top: 1px; }
.aw-price-no { opacity: .4; }
.aw-price-no i { color: rgba(255,255,255,.3) !important; }
.aw-price-btn {
    display: flex; align-items: center; justify-content: center; gap: 8px;
    padding: 12px; border-radius: 12px; text-decoration: none;
    font-size: 14px; font-weight: 700;
    background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.12);
    color: rgba(255,255,255,.8); transition: all .22s;
}
.aw-price-btn:hover { background: rgba(255,255,255,.12); color: #fff; }
.aw-price-btn--featured {
    background: linear-gradient(135deg, var(--aw-gold), #a8842a);
    border-color: transparent; color: #0a0b14;
}
.aw-price-btn--featured:hover { filter: brightness(1.1); color: #0a0b14; }
.aw-pricing-note {
    text-align: center; margin-top: 24px;
    font-size: 12.5px; color: rgba(255,255,255,.3);
    display: flex; align-items: center; justify-content: center; gap: 6px;
}

/* ── YORUMLAR ─────────────────────── */
.aw-reviews-section { padding: 0 0 80px; }
.aw-reviews-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.aw-review-card {
    background: var(--aw-card); border: 1px solid rgba(255,255,255,.07);
    border-radius: 18px; padding: 26px 24px; display: flex; flex-direction: column; gap: 14px;
    transition: border-color .25s;
}
.aw-review-card:hover { border-color: var(--aw-border); }
.aw-review-stars { display: flex; gap: 3px; font-size: 13px; }
.aw-review-text { font-size: 14px; color: rgba(255,255,255,.6); line-height: 1.72; flex: 1; font-style: italic; }
.aw-review-author { display: flex; align-items: center; gap: 12px; margin-top: auto; }
.aw-review-avatar {
    width: 40px; height: 40px; border-radius: 50%; flex-shrink: 0;
    background: linear-gradient(135deg, rgba(201,168,76,.3), rgba(201,168,76,.1));
    border: 1px solid var(--aw-border);
    display: flex; align-items: center; justify-content: center;
    font-size: 13px; font-weight: 800; color: var(--aw-gold);
}
.aw-review-name { font-size: 14px; font-weight: 700; color: #fff; }
.aw-review-role { font-size: 12px; color: rgba(255,255,255,.38); }

/* ── SSS ──────────────────────────── */
.aw-faq-section { padding: 0 0 80px; }
.aw-faq-grid { display: grid; grid-template-columns: 1fr 1.6fr; gap: 60px; align-items: start; }
.aw-faq-left h2 {
    font-size: clamp(1.8rem, 3vw, 2.4rem);
    font-weight: 800; line-height: 1.15; letter-spacing: -.4px; color: #fff; margin-bottom: 12px;
}
.aw-faq-left h2 span {
    background: linear-gradient(90deg, var(--aw-gold), var(--aw-gold-lt));
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.aw-faq-left p { font-size: 14px; color: var(--aw-text); line-height: 1.72; }
.aw-faq-item {
    border: 1px solid rgba(255,255,255,.07);
    border-radius: 14px; overflow: hidden; margin-bottom: 10px;
    transition: border-color .2s;
}
.aw-faq-item.open { border-color: var(--aw-border); }
.aw-faq-q {
    width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 12px;
    padding: 18px 20px; background: none; border: none; cursor: pointer;
    font-size: 14px; font-weight: 600; color: rgba(255,255,255,.82);
    text-align: left; font-family: inherit; transition: color .2s;
}
.aw-faq-item.open .aw-faq-q { color: #fff; }
.aw-faq-ico { font-size: 16px; color: var(--aw-gold); flex-shrink: 0; }
.aw-faq-a { padding: 0 20px 18px; }
.aw-faq-a p { font-size: 13.5px; color: var(--aw-text); line-height: 1.75; margin: 0; }

/* ── CTA ──────────────────────────── */
.aw-cta-section { padding: 0 0 80px; }
.aw-cta-card {
    position: relative; border-radius: 24px; overflow: hidden;
    border: 1px solid var(--aw-border);
    background: linear-gradient(135deg, rgba(201,168,76,.08) 0%, rgba(8,10,18,.98) 60%);
    text-align: center; padding: 64px 40px;
}
.aw-cta-glow {
    position: absolute; top: -100px; left: 50%; transform: translateX(-50%);
    width: 500px; height: 300px; border-radius: 50%;
    background: radial-gradient(ellipse, rgba(201,168,76,.18) 0%, transparent 65%);
    pointer-events: none;
}
.aw-cta-content { position: relative; z-index: 2; }
.aw-cta-card h2 {
    font-size: clamp(1.9rem, 3.5vw, 2.6rem);
    font-weight: 800; color: #fff; line-height: 1.15; margin-bottom: 14px; letter-spacing: -.4px;
}
.aw-cta-card h2 span {
    background: linear-gradient(90deg, var(--aw-gold), var(--aw-gold-lt));
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.aw-cta-card p { font-size: 15px; color: var(--aw-text); margin-bottom: 32px; }
.aw-cta-btns { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* ── RESPONSIVE ───────────────────── */
@media (max-width: 991px) {
    .aw-hero-grid    { grid-template-columns: 1fr; gap: 40px; }
    .aw-hero-right   { display: none; }
    .aw-why-grid     { grid-template-columns: repeat(2,1fr); }
    .aw-content-grid { grid-template-columns: 1fr; gap: 36px; }
    .aw-pricing-grid { grid-template-columns: 1fr; max-width: 440px; margin: 0 auto; }
    .aw-reviews-grid { grid-template-columns: 1fr; }
    .aw-faq-grid     { grid-template-columns: 1fr; gap: 32px; }
}
@media (max-width: 767px) {
    .aw-hero { padding: 56px 0 40px; min-height: unset; }
    .aw-hero-title { font-size: 2rem; }
    .aw-why-grid { grid-template-columns: 1fr; }
    .aw-reviews-grid { grid-template-columns: 1fr; }
    .aw-cta-card { padding: 40px 20px; }
    .aw-float-1, .aw-float-2 { display: none; }
}
