/* Garson Broşür — Canva-style A4 */

@page { size: A4; margin: 0; }

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html, body {
    font-family: 'Plus Jakarta Sans', 'Segoe UI', system-ui, sans-serif;
    font-size: 10pt;
    line-height: 1.5;
    color: #292524;
    background: #d6d3d1;
    -webkit-print-color-adjust: exact !important;
    print-color-adjust: exact !important;
}

/* ── Toolbar ── */
.brosur-toolbar {
    position: sticky;
    top: 0;
    z-index: 999;
    background: #fff;
    border-bottom: 1px solid #e7e5e4;
    box-shadow: 0 2px 12px rgba(0,0,0,.08);
}

.toolbar-inner {
    max-width: 210mm;
    margin: 0 auto;
    padding: 0.75rem 1.25rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
}

.toolbar-brand {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 700;
    font-size: 0.9rem;
}

.tb-mark {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    background: linear-gradient(135deg, #be123c, #9f1239);
    color: #fff;
    display: grid;
    place-items: center;
    font-weight: 900;
}

.toolbar-inner p {
    font-size: 0.85rem;
    color: #78716c;
}

.toolbar-actions { display: flex; gap: 0.5rem; }

.btn-print {
    padding: 0.5rem 1.25rem;
    border: none;
    border-radius: 999px;
    background: linear-gradient(135deg, #be123c, #9f1239);
    color: #fff;
    font-weight: 700;
    font-size: 0.85rem;
    cursor: pointer;
    font-family: inherit;
}

.btn-back {
    padding: 0.5rem 1rem;
    border-radius: 999px;
    background: #f5f5f4;
    border: 1px solid #d6d3d1;
    color: #44403c;
    font-weight: 600;
    font-size: 0.85rem;
    text-decoration: none;
}

/* ── Document ── */
.brosur-doc {
    max-width: 210mm;
    margin: 1.25rem auto 2rem;
}

.page {
    width: 210mm;
    min-height: 297mm;
    position: relative;
    overflow: hidden;
    page-break-after: always;
    break-after: page;
    box-shadow: 0 8px 32px rgba(0,0,0,.12);
    margin-bottom: 1.25rem;
    background: #fff;
}

.page:last-child { page-break-after: auto; break-after: auto; }

/* ══════════════════════════════════════
   SAYFA 1 · KAPAK
   ══════════════════════════════════════ */
.page-cover {
    background: linear-gradient(155deg, #fff1f2 0%, #ffffff 40%, #eff6ff 75%, #fef9c3 100%);
}

.cover-blob {
    position: absolute;
    border-radius: 50%;
    filter: blur(0);
    opacity: 0.55;
    pointer-events: none;
}

.cover-blob-1 {
    width: 280px; height: 280px;
    top: -80px; right: -60px;
    background: radial-gradient(circle, #fda4af 0%, transparent 70%);
}

.cover-blob-2 {
    width: 220px; height: 220px;
    bottom: 80px; left: -50px;
    background: radial-gradient(circle, #7dd3fc 0%, transparent 70%);
}

.cover-blob-3 {
    width: 160px; height: 160px;
    top: 45%; right: 15%;
    background: radial-gradient(circle, #fde68a 0%, transparent 70%);
    opacity: 0.4;
}

.cover-stripe {
    position: absolute;
    left: 0; top: 0; bottom: 0;
    width: 8px;
    background: linear-gradient(180deg, #9f1239, #be123c, #0284c7);
}

.cover-inner {
    position: relative;
    z-index: 2;
    height: 297mm;
    padding: 18mm 18mm 16mm 22mm;
    display: flex;
    flex-direction: column;
}

.cover-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8mm;
}

.logo-block { display: flex; align-items: center; gap: 0.6rem; }

.logo-mark {
    width: 52px; height: 52px;
    border-radius: 14px;
    background: linear-gradient(135deg, #be123c, #9f1239);
    color: #fff;
    font-weight: 900;
    font-size: 1.5rem;
    display: grid;
    place-items: center;
    box-shadow: 0 6px 20px rgba(159,18,57,.35);
}

.logo-text { font-weight: 800; font-size: 1.4rem; color: #1c1917; }
.logo-text span { color: #9f1239; }

.version-pill {
    font-size: 0.72rem;
    font-weight: 700;
    padding: 0.35rem 0.85rem;
    border-radius: 999px;
    background: rgba(255,255,255,.85);
    border: 1px solid #fecdd3;
    color: #9f1239;
    backdrop-filter: blur(4px);
}

.cover-hero { flex: 1; display: flex; flex-direction: column; justify-content: center; }

.cover-eyebrow {
    display: inline-block;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #9f1239;
    margin-bottom: 0.75rem;
}

.cover-hero h1 {
    font-size: 2.15rem;
    font-weight: 800;
    line-height: 1.12;
    letter-spacing: -0.025em;
    color: #1c1917;
    max-width: 95%;
    margin-bottom: 0.85rem;
}

.cover-hero h1 em {
    font-style: normal;
    background: linear-gradient(135deg, #9f1239, #be123c);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.cover-lead {
    font-size: 1.05rem;
    color: #57534e;
    max-width: 88%;
    margin-bottom: 1.5rem;
}

.cover-icons {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.65rem;
    margin-bottom: 1.25rem;
}

.cover-icon-card {
    border-radius: 14px;
    padding: 0.85rem 0.65rem;
    text-align: center;
    border: 1px solid rgba(255,255,255,.6);
    box-shadow: 0 4px 16px rgba(0,0,0,.06);
}

.c-pink  { background: linear-gradient(145deg, #fff1f2, #fecdd3); }
.c-blue  { background: linear-gradient(145deg, #eff6ff, #bae6fd); }
.c-gold  { background: linear-gradient(145deg, #fffbeb, #fde68a); }

.ci-emoji { font-size: 1.75rem; display: block; margin-bottom: 0.25rem; }

.cover-icon-card strong {
    display: block;
    font-size: 0.82rem;
    font-weight: 800;
    color: #1c1917;
}

.cover-icon-card small {
    font-size: 0.68rem;
    color: #78716c;
}

.cover-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
}

.tag {
    font-size: 0.72rem;
    font-weight: 700;
    padding: 0.35rem 0.75rem;
    border-radius: 999px;
    background: rgba(255,255,255,.75);
    border: 1px solid #e7e5e4;
    color: #44403c;
}

.tag-star {
    background: linear-gradient(135deg, #fef3c7, #fde68a);
    border-color: #fcd34d;
    color: #92400e;
}

.cover-foot {
    display: flex;
    align-items: stretch;
    gap: 0;
    background: linear-gradient(135deg, #9f1239, #881337);
    border-radius: 16px;
    padding: 1rem 1.25rem;
    color: #fff;
    box-shadow: 0 8px 24px rgba(159,18,57,.3);
}

.cover-foot-item { flex: 1; }

.cf-label {
    display: block;
    font-size: 0.65rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    opacity: 0.8;
    margin-bottom: 0.2rem;
}

.cover-foot-item strong {
    display: block;
    font-size: 0.88rem;
    font-weight: 700;
}

.cover-foot-item span { font-size: 0.78rem; opacity: 0.9; }

.cover-foot-divider {
    width: 1px;
    background: rgba(255,255,255,.25);
    margin: 0 1rem;
}

/* ══════════════════════════════════════
   İÇ SAYFALAR
   ══════════════════════════════════════ */
.page-inner { background: #fff; }

.page-band {
    height: 6px;
    width: 100%;
}

.band-wine  { background: linear-gradient(90deg, #9f1239, #be123c, #fda4af); }
.band-gold  { background: linear-gradient(90deg, #a16207, #fcd34d, #fde68a); }
.band-violet { background: linear-gradient(90deg, #7c3aed, #c4b5fd, #fbcfe8); }

.page-body {
    padding: 12mm 16mm 14mm;
    min-height: calc(297mm - 6px);
    position: relative;
    display: flex;
    flex-direction: column;
}

.page-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 1rem;
    padding-bottom: 0.75rem;
    border-bottom: 2px solid #f5f5f4;
}

.ph-eyebrow {
    display: block;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #9f1239;
    margin-bottom: 0.3rem;
}

.page-head h2 {
    font-size: 1.2rem;
    font-weight: 800;
    color: #1c1917;
    line-height: 1.25;
}

.page-head h2 strong { color: #9f1239; }

.ph-logo {
    font-weight: 800;
    font-size: 0.78rem;
    color: #a8a29e;
    white-space: nowrap;
    padding-top: 0.15rem;
}

.ph-logo span { color: #9f1239; }

/* Pillars */
.pillar-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.6rem;
    margin-bottom: 0.85rem;
}

.pillar {
    border-radius: 12px;
    padding: 0.75rem;
    border: 1px solid transparent;
}

.pillar-rose  { background: linear-gradient(160deg, #fff1f2, #ffe4e6); border-color: #fecdd3; }
.pillar-sky   { background: linear-gradient(160deg, #eff6ff, #dbeafe); border-color: #bfdbfe; }
.pillar-amber { background: linear-gradient(160deg, #fffbeb, #fef3c7); border-color: #fde68a; }

.pillar-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.4rem;
}

.pillar-top span {
    font-size: 0.65rem;
    font-weight: 800;
    color: rgba(0,0,0,.25);
}

.pillar-top i { font-style: normal; font-size: 1.25rem; }

.pillar h3 {
    font-size: 0.88rem;
    font-weight: 800;
    margin-bottom: 0.25rem;
    color: #1c1917;
}

.pillar p {
    font-size: 0.75rem;
    color: #57534e;
    line-height: 1.4;
}

.flow-strip {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0.35rem 0.5rem;
    margin: 0.85rem 0 1rem;
    padding: 0.55rem 0.75rem;
    border-radius: 999px;
    background: #fafaf9;
    border: 1px solid #e7e5e4;
    font-size: 0.72rem;
    font-weight: 700;
    color: #44403c;
}

.flow-strip i {
    font-style: normal;
    color: #a8a29e;
    font-weight: 600;
}

/* Dual panels */
.dual-panel {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.65rem;
    flex: 1;
}

.panel {
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #e7e5e4;
}

.panel-head {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.6rem 0.75rem;
    font-weight: 700;
}

.panel-app .panel-head {
    background: linear-gradient(135deg, #0284c7, #0ea5e9);
    color: #fff;
}

.panel-pos .panel-head {
    background: linear-gradient(135deg, #a16207, #ca8a04);
    color: #fff;
}

.panel-icon { font-size: 1.1rem; }

.panel-head h3 { font-size: 0.82rem; font-weight: 700; }

.check-list {
    list-style: none;
    padding: 0.6rem 0.75rem;
    background: #fafaf9;
}

.check-list li {
    font-size: 0.76rem;
    color: #44403c;
    padding: 0.22rem 0 0.22rem 1.1rem;
    position: relative;
    border-bottom: 1px solid #f5f5f4;
}

.check-list li:last-child { border-bottom: none; }

.check-list li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #9f1239;
    font-weight: 800;
    font-size: 0.7rem;
}

/* Unique grid */
.unique-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.5rem;
    margin-bottom: 0.85rem;
}

.u-card {
    position: relative;
    border-radius: 10px;
    padding: 0.65rem 0.6rem;
    background: #fafaf9;
    border: 1px solid #e7e5e4;
    text-align: center;
}

.u-badge {
    position: absolute;
    top: 0.35rem; right: 0.35rem;
    font-size: 0.55rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    padding: 0.12rem 0.35rem;
    border-radius: 999px;
    background: #fef3c7;
    color: #92400e;
}

.u-card i {
    font-style: normal;
    font-size: 1.35rem;
    display: block;
    margin-bottom: 0.2rem;
}

.u-card strong {
    display: block;
    font-size: 0.78rem;
    font-weight: 800;
    color: #1c1917;
    margin-bottom: 0.1rem;
}

.u-card p {
    font-size: 0.68rem;
    color: #78716c;
    line-height: 1.35;
}

.sub-title {
    font-size: 0.85rem;
    font-weight: 800;
    color: #1c1917;
    margin-bottom: 0.45rem;
}

.mod-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
    margin-bottom: 0.75rem;
}

.chip {
    font-size: 0.68rem;
    font-weight: 700;
    padding: 0.28rem 0.6rem;
    border-radius: 999px;
    background: #f5f5f4;
    color: #44403c;
    border: 1px solid #e7e5e4;
}

.chip-rose   { background: #fff1f2; border-color: #fecdd3; color: #9f1239; }
.chip-sky    { background: #eff6ff; border-color: #bfdbfe; color: #0369a1; }
.chip-amber  { background: #fffbeb; border-color: #fde68a; color: #92400e; }
.chip-violet { background: #f5f3ff; border-color: #ddd6fe; color: #6d28d9; }
.chip-green  { background: #f0fdf4; border-color: #bbf7d0; color: #15803d; }

/* VS table */
.vs-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    font-size: 0.78rem;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #e7e5e4;
}

.vs-table th,
.vs-table td {
    padding: 0.45rem 0.65rem;
    text-align: center;
    border-bottom: 1px solid #e7e5e4;
}

.vs-table th:first-child,
.vs-table td:first-child { text-align: left; }

.vs-table thead th {
    background: #fafaf9;
    font-weight: 700;
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #78716c;
}

.vs-table tbody tr:last-child td { border-bottom: none; }

.vs-table .col-us,
.vs-table th.col-us {
    background: #fff1f2;
    color: #9f1239;
}

.vs-table .ok   { color: #15803d; font-weight: 700; }
.vs-table .no   { color: #d6d3d1; }
.vs-table .warn { color: #a16207; font-size: 0.72rem; }
.vs-table .star { color: #9f1239; font-weight: 800; font-size: 0.72rem; }

/* Highlight duo */
.highlight-duo {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.6rem;
    margin-bottom: 0.75rem;
}

.hl-box {
    border-radius: 12px;
    padding: 0.75rem;
    border: 1px solid transparent;
}

.hl-child {
    background: linear-gradient(145deg, #fdf2f8, #fce7f3);
    border-color: #fbcfe8;
}

.hl-rsvp {
    background: linear-gradient(145deg, #fffbeb, #fef3c7);
    border-color: #fde68a;
}

.hl-icon { font-size: 1.5rem; display: block; margin-bottom: 0.25rem; }

.hl-box h3 {
    font-size: 0.88rem;
    font-weight: 800;
    margin-bottom: 0.25rem;
    color: #1c1917;
}

.hl-box p {
    font-size: 0.72rem;
    color: #57534e;
    line-height: 1.4;
}

/* Pricing */
.pricing-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.55rem;
    margin-bottom: 0.75rem;
}

.pcard {
    position: relative;
    border-radius: 12px;
    padding: 0.7rem;
    border: 1px solid #e7e5e4;
    background: #fafaf9;
}

.pcard-featured {
    border-color: #9f1239;
    background: linear-gradient(160deg, #fff1f2, #ffffff);
    box-shadow: 0 4px 16px rgba(159,18,57,.12);
    transform: scale(1.02);
}

.pcard-pop {
    position: absolute;
    top: -8px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 0.58rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    padding: 0.15rem 0.55rem;
    border-radius: 999px;
    background: #9f1239;
    color: #fff;
    white-space: nowrap;
}

.pcard-label {
    font-size: 0.65rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #9f1239;
}

.pcard h4 {
    font-size: 0.92rem;
    font-weight: 800;
    margin: 0.15rem 0 0.35rem;
    color: #1c1917;
}

.pcard ul {
    list-style: none;
    padding: 0;
}

.pcard li {
    font-size: 0.72rem;
    color: #57534e;
    padding: 0.15rem 0 0.15rem 0.85rem;
    position: relative;
}

.pcard li::before {
    content: '•';
    position: absolute;
    left: 0;
    color: #9f1239;
    font-weight: 800;
}

/* CTA final */
.cta-final {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    padding: 0.85rem 1.1rem;
    border-radius: 14px;
    background: linear-gradient(135deg, #9f1239 0%, #be123c 50%, #0284c7 100%);
    color: #fff;
    box-shadow: 0 6px 20px rgba(159,18,57,.25);
}

.cta-final-text strong {
    display: block;
    font-size: 0.95rem;
    font-weight: 800;
    margin-bottom: 0.15rem;
}

.cta-final-text span {
    display: block;
    font-size: 0.75rem;
    opacity: 0.9;
}

.cta-final-text a {
    color: #fff;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.cta-final-contact {
    display: flex;
    gap: 1.25rem;
    text-align: right;
}

.cta-final-contact small {
    display: block;
    font-size: 0.6rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    opacity: 0.75;
}

.cta-final-contact strong {
    font-size: 0.82rem;
    font-weight: 700;
}

/* Page footer */
.page-foot {
    margin-top: auto;
    padding-top: 0.5rem;
    border-top: 1px solid #e7e5e4;
    display: flex;
    justify-content: space-between;
    font-size: 0.68rem;
    color: #a8a29e;
}

/* ── Print ── */
@media print {
    html, body { background: #fff; }

    .no-print { display: none !important; }

    .brosur-doc { margin: 0; max-width: none; }

    .page {
        margin: 0;
        box-shadow: none;
        page-break-after: always;
        break-after: page;
    }

    .page:last-child {
        page-break-after: auto;
    }

    .pcard-featured { transform: none; }
}

@media screen and (max-width: 800px) {
    .brosur-doc { margin: 0; }
    .page {
        width: 100%;
        min-height: auto;
        box-shadow: none;
        margin-bottom: 0;
    }
    .cover-inner { height: auto; min-height: 100vh; }
    .pillar-row, .dual-panel, .unique-grid, .highlight-duo, .pricing-cards, .cover-icons {
        grid-template-columns: 1fr;
    }
    .cta-final { flex-direction: column; text-align: center; }
    .cta-final-contact { text-align: center; }
}
 