/* ==========================================================================
   Page: English Speaking Lawyer in Turkey & Istanbul (page-lawyer-turkey.css)
   Cakmak Law — International Legal Practice
   ========================================================================== */

/* --- Hero Section --- */
.page-hero.ph-lawyer-turkey {
    position: relative;
    padding: 130px 0 70px;
    background: radial-gradient(circle at 80% 20%, rgba(196, 154, 69, 0.12) 0%, transparent 60%),
                radial-gradient(circle at 10% 80%, rgba(145, 0, 0, 0.08) 0%, transparent 50%),
                linear-gradient(180deg, #0b1523 0%, #0f1d30 100%);
    color: #f8fafc;
    border-bottom: 1px solid rgba(196, 154, 69, 0.25);
    overflow: hidden;
}

.page-hero.ph-lawyer-turkey::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(rgba(255,255,255,0.04) 1px, transparent 1px);
    background-size: 28px 28px;
    pointer-events: none;
    opacity: 0.6;
}

.page-hero.ph-lawyer-turkey .page-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #e6c589;
    margin-bottom: 18px;
}

.plt-flag-badge {
    background: rgba(196, 154, 69, 0.2);
    border: 1px solid rgba(196, 154, 69, 0.4);
    padding: 4px 10px;
    border-radius: 4px;
    color: #ffffff;
    font-size: 12px;
}

.page-hero.ph-lawyer-turkey h1 {
    font-family: var(--font-heading, "Playfair Display", Georgia, serif);
    font-size: clamp(34px, 4.5vw, 54px);
    font-weight: 700;
    line-height: 1.18;
    color: #ffffff;
    margin: 0 0 20px 0;
    max-width: 960px;
}

.page-hero.ph-lawyer-turkey .page-meta {
    font-size: clamp(16px, 1.8vw, 18px);
    line-height: 1.65;
    color: #cbd5e1;
    max-width: 860px;
    margin-bottom: 35px;
}

.page-hero.ph-lawyer-turkey .page-meta strong {
    color: #e6c589;
    font-weight: 600;
}

/* Hero Stats Bar */
.plt-hero-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-bottom: 35px;
    max-width: 980px;
}

.plt-stat-box {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(196, 154, 69, 0.3);
    border-radius: 10px;
    padding: 16px 18px;
    transition: transform 0.25s ease, border-color 0.25s ease;
}

.plt-stat-box:hover {
    transform: translateY(-3px);
    border-color: #c49a45;
    background: rgba(255, 255, 255, 0.08);
}

.plt-stat-num {
    display: block;
    font-family: var(--font-heading, "Playfair Display", Georgia, serif);
    font-size: 22px;
    font-weight: 700;
    color: #e6c589;
    margin-bottom: 4px;
}

.plt-stat-label {
    display: block;
    font-size: 12.5px;
    line-height: 1.35;
    color: #94a3b8;
}

/* Hero CTA Buttons */
.plt-hero-actions {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

.plt-cta-btn {
    box-shadow: 0 4px 18px rgba(196, 154, 69, 0.35);
}

.plt-nav-link {
    color: #e2e8f0;
    border: 1px solid rgba(255, 255, 255, 0.25);
    background: rgba(255, 255, 255, 0.05);
}

.plt-nav-link:hover {
    border-color: #e6c589;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.1);
}

/* --- Content Section & Cards --- */
.plt-content-section {
    padding: 60px 0 100px;
    background: #f8fafc;
}

.plt-card {
    background: #ffffff;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 14px;
    padding: 40px;
    margin-bottom: 50px;
    box-shadow: 0 4px 24px rgba(15, 23, 42, 0.04);
}

.plt-card-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 25px;
    margin-bottom: 30px;
    border-bottom: 1px solid #f1f5f9;
    padding-bottom: 25px;
}

.plt-badge-gold {
    display: inline-block;
    font-size: 11.5px;
    font-weight: 800;
    letter-spacing: 0.1em;
    color: #8b6b23;
    background: #fdf6e7;
    border: 1px solid #edd5a3;
    padding: 4px 10px;
    border-radius: 4px;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.plt-card-header h2 {
    font-family: var(--font-heading, "Playfair Display", Georgia, serif);
    font-size: clamp(24px, 2.5vw, 32px);
    font-weight: 700;
    color: #0f172a;
    line-height: 1.25;
    margin: 0 0 10px 0;
}

.plt-subtitle {
    font-size: 15.5px;
    line-height: 1.6;
    color: #64748b;
    margin: 0;
    max-width: 820px;
}

.plt-trust-crest {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    flex-shrink: 0;
}

.plt-crest-caption {
    font-size: 11px;
    font-weight: 600;
    color: #94a3b8;
    margin-top: 6px;
    max-width: 120px;
    line-height: 1.25;
}

/* --- Interactive Service Tabs --- */
.plt-tab-nav {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    padding-bottom: 10px;
    margin-bottom: 28px;
    border-bottom: 2px solid #e2e8f0;
}

@media (max-width: 768px) {
    .plt-tab-nav {
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}

.plt-tab-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-bottom: none;
    border-radius: 8px 8px 0 0;
    padding: 12px 18px;
    font-size: 13.5px;
    font-weight: 600;
    color: #475569;
    cursor: pointer;
    white-space: nowrap;
    transition: all 0.2s ease;
}

.plt-tab-btn .tab-icon {
    font-size: 16px;
}

.plt-tab-btn:hover {
    background: #ffffff;
    color: #0f172a;
    border-color: #cbd5e1;
}

.plt-tab-btn.active {
    background: #0f1d30;
    color: #e6c589;
    border-color: #0f1d30;
    border-bottom: 2px solid #c49a45;
    margin-bottom: -2px;
}

.plt-tab-pane {
    display: none;
    animation: pltFadeIn 0.3s ease;
}

.plt-tab-pane.active {
    display: block;
}

@keyframes pltFadeIn {
    from { opacity: 0; transform: translateY(6px); }
    to { opacity: 1; transform: translateY(0); }
}

/* Pane Grid & Checklist */
.pane-grid {
    display: grid;
    grid-template-columns: 1fr 340px;
    gap: 35px;
    align-items: start;
}

.pane-law-ref {
    display: block;
    font-size: 12.5px;
    font-weight: 700;
    color: #910000;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 8px;
}

.pane-info h3 {
    font-family: var(--font-heading, "Playfair Display", Georgia, serif);
    font-size: 24px;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 14px 0;
    line-height: 1.3;
}

.pane-info p {
    font-size: 15px;
    line-height: 1.65;
    color: #334155;
    margin-bottom: 22px;
}

.pane-metrics {
    display: flex;
    gap: 16px;
    margin-bottom: 24px;
    flex-wrap: wrap;
}

.pane-metrics .metric-item {
    background: #f1f5f9;
    border-left: 3px solid #c49a45;
    padding: 10px 14px;
    border-radius: 0 6px 6px 0;
}

.pane-metrics .metric-item strong {
    display: block;
    font-size: 15px;
    color: #0f172a;
    font-weight: 700;
}

.pane-metrics .metric-item span {
    font-size: 11.5px;
    color: #64748b;
}

.pane-checklist-title {
    font-size: 14.5px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 12px;
}

.pane-checklist {
    list-style: none;
    padding: 0;
    margin: 0;
}

.pane-checklist li {
    position: relative;
    padding-left: 26px;
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 1.55;
    color: #475569;
}

.pane-checklist li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    color: #16a34a;
    font-weight: 800;
    font-size: 14px;
}

.pane-checklist li strong {
    color: #0f172a;
}

/* Action Card (Right Column) */
.pane-action-card {
    background: #0f1d30;
    border: 1px solid rgba(196, 154, 69, 0.3);
    border-radius: 12px;
    padding: 28px;
    text-align: center;
    color: #f8fafc;
    box-shadow: 0 8px 24px rgba(15, 29, 48, 0.2);
}

.pac-crest {
    margin-bottom: 16px;
}

.pane-action-card h4 {
    font-family: var(--font-heading, "Playfair Display", Georgia, serif);
    font-size: 19px;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 10px 0;
    line-height: 1.35;
}

.pane-action-card p {
    font-size: 13.5px;
    line-height: 1.5;
    color: #cbd5e1;
    margin-bottom: 20px;
}

.btn-block {
    display: block;
    width: 100%;
    text-align: center;
    padding: 13px 18px;
    font-size: 14px;
    font-weight: 700;
    border-radius: 6px;
}

.pac-note {
    display: block;
    font-size: 11.5px;
    color: #94a3b8;
    margin-top: 14px;
    line-height: 1.4;
}

/* --- Section 2: Remote Representation Grid --- */
.plt-steps-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    position: relative;
}

.plt-step {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: transform 0.2s ease, border-color 0.2s ease;
}

.plt-step:hover {
    transform: translateY(-3px);
    border-color: #c49a45;
    box-shadow: 0 6px 18px rgba(15, 23, 42, 0.06);
}

.plt-step .step-num {
    font-family: var(--font-heading, "Playfair Display", Georgia, serif);
    font-size: 28px;
    font-weight: 800;
    color: #c49a45;
    margin-bottom: 12px;
}

.plt-step h3 {
    font-size: 16px;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 10px 0;
    line-height: 1.35;
}

.plt-step p {
    font-size: 13.5px;
    line-height: 1.55;
    color: #475569;
    margin-bottom: 14px;
}

.step-sublist {
    list-style: none;
    padding: 0;
    margin: 0 0 14px 0;
    font-size: 12.5px;
    line-height: 1.45;
    color: #334155;
}

.step-sublist li {
    margin-bottom: 8px;
    padding-left: 14px;
    position: relative;
}

.step-sublist li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #c49a45;
    font-size: 14px;
}

.step-tag {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #0f172a;
    background: #e2e8f0;
    padding: 3px 8px;
    border-radius: 4px;
    align-self: flex-start;
}

/* --- Section 3: Trust Comparison Table --- */
.plt-table-wrapper {
    overflow-x: auto;
}

.plt-comparison-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
}

.plt-comparison-table th,
.plt-comparison-table td {
    padding: 16px 20px;
    border-bottom: 1px solid #e2e8f0;
    text-align: left;
    vertical-align: middle;
}

.plt-comparison-table th {
    background: #f8fafc;
    font-weight: 700;
    color: #0f172a;
    font-size: 13.5px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.plt-comparison-table .col-cakmak {
    background: rgba(196, 154, 69, 0.05);
    border-left: 2px solid #c49a45;
    border-right: 2px solid #c49a45;
    color: #0f172a;
}

.plt-comparison-table th.col-cakmak {
    background: #0f1d30;
    color: #e6c589;
}

.plt-comparison-table .col-agency {
    color: #64748b;
}

.check-icon {
    color: #16a34a;
    font-weight: 800;
    margin-right: 6px;
}

.cross-icon {
    color: #dc2626;
    font-weight: 800;
    margin-right: 6px;
}

/* --- Section 4: Editorial Practice Cards --- */
.plt-editorial-block {
    margin-bottom: 50px;
}

.plt-section-intro {
    text-align: center;
    max-width: 840px;
    margin: 0 auto 35px;
}

.plt-section-intro h2 {
    font-family: var(--font-heading, "Playfair Display", Georgia, serif);
    font-size: clamp(26px, 3vw, 36px);
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 12px 0;
}

.plt-section-intro p {
    font-size: 16px;
    line-height: 1.6;
    color: #64748b;
}

.plt-guide-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.plt-guide-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 28px;
    position: relative;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.plt-guide-card:hover {
    transform: translateY(-4px);
    border-color: #c49a45;
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.08);
}

.guide-num {
    font-family: var(--font-heading, "Playfair Display", Georgia, serif);
    font-size: 26px;
    font-weight: 800;
    color: #e6c589;
    margin-bottom: 12px;
}

.plt-guide-card h3 {
    font-size: 17.5px;
    font-weight: 700;
    color: #0f172a;
    line-height: 1.35;
    margin: 0 0 12px 0;
}

.plt-guide-card p {
    font-size: 14px;
    line-height: 1.6;
    color: #475569;
    margin: 0;
}

/* --- Section 5: FAQs --- */
.plt-faq-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.plt-faq-item {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    padding: 20px 24px;
    transition: border-color 0.2s ease, background 0.2s ease;
}

.plt-faq-item:hover {
    background: #ffffff;
    border-color: #cbd5e1;
    box-shadow: 0 4px 14px rgba(15, 23, 42, 0.04);
}

.plt-faq-item h3 {
    font-size: 15px;
    font-weight: 700;
    color: #0f172a;
    line-height: 1.4;
    margin: 0 0 8px 0;
}

.plt-faq-item p {
    font-size: 13.5px;
    line-height: 1.55;
    color: #475569;
    margin: 0;
}

/* --- Section 6: Contact & Conversion Block --- */
.plt-card.plt-contact-card {
    background: #0b1523;
    border: 1px solid rgba(196, 154, 69, 0.35);
    color: #f8fafc;
    padding: 50px;
    box-shadow: 0 12px 36px rgba(11, 21, 35, 0.4);
}

.plt-contact-grid {
    display: grid;
    grid-template-columns: 1fr 340px;
    gap: 40px;
    align-items: center;
}

.pcc-crest {
    margin-bottom: 20px;
}

.pcc-left h2 {
    font-family: var(--font-heading, "Playfair Display", Georgia, serif);
    font-size: clamp(26px, 3vw, 36px);
    font-weight: 700;
    color: #ffffff;
    line-height: 1.25;
    margin: 0 0 16px 0;
}

.pcc-left p {
    font-size: 16px;
    line-height: 1.65;
    color: #cbd5e1;
    margin-bottom: 26px;
    max-width: 680px;
}

.pcc-details {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-bottom: 30px;
}

.pcc-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: #e2e8f0;
}

.pcc-icon {
    font-size: 16px;
}

.pcc-actions {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

/* Founder Profile Card (Right Column) */
.pcc-founder-card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(196, 154, 69, 0.3);
    border-radius: 12px;
    overflow: hidden;
    text-align: center;
}

.pfc-image {
    position: relative;
    background: #0f1d30;
    overflow: hidden;
}

.pfc-image img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
    max-height: 280px;
}

.pfc-badge {
    position: absolute;
    bottom: 12px;
    left: 12px;
    background: rgba(145, 0, 0, 0.9);
    border: 1px solid rgba(230, 197, 137, 0.4);
    color: #ffffff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    padding: 4px 10px;
    border-radius: 4px;
}

.pfc-caption {
    padding: 20px;
}

.pfc-caption h3 {
    font-family: var(--font-heading, "Playfair Display", Georgia, serif);
    font-size: 18px;
    font-weight: 700;
    color: #e6c589;
    margin: 0 0 4px 0;
}

.pfc-caption span {
    display: block;
    font-size: 12px;
    color: #94a3b8;
    margin-bottom: 10px;
}

.pfc-caption p {
    font-size: 12.5px;
    line-height: 1.45;
    color: #cbd5e1;
    margin-bottom: 12px;
}

.pfc-bio-link {
    display: inline-block;
    font-size: 12.5px;
    font-weight: 700;
    color: #e6c589;
    text-decoration: underline;
    text-underline-offset: 3px;
    transition: color 0.2s ease;
}

.pfc-bio-link:hover {
    color: #ffffff;
}

/* --- Responsive Adjustments --- */
@media (max-width: 1024px) {
    .plt-hero-stats {
        grid-template-columns: repeat(2, 1fr);
    }
    .pane-grid {
        grid-template-columns: 1fr;
    }
    .plt-steps-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .plt-guide-cards {
        grid-template-columns: repeat(2, 1fr);
    }
    .plt-contact-grid {
        grid-template-columns: 1fr;
    }
    .pcc-founder-card {
        max-width: 380px;
        margin: 0 auto;
    }
}

@media (max-width: 768px) {
    .plt-card {
        padding: 24px;
    }
    .plt-card-header {
        flex-direction: column;
    }
    .plt-hero-stats {
        grid-template-columns: 1fr;
    }
    .plt-steps-grid {
        grid-template-columns: 1fr;
    }
    .plt-guide-cards {
        grid-template-columns: 1fr;
    }
    .plt-faq-list {
        grid-template-columns: 1fr;
    }
    .pcc-details {
        grid-template-columns: 1fr;
    }
    .plt-hero-actions {
        flex-direction: column;
        align-items: stretch;
    }
    .plt-hero-actions a {
        text-align: center;
        justify-content: center;
    }
}

/* ==========================================================================
   Interactive Legal Calculators Styles (page-lawyer-turkey.css)
   ========================================================================== */
.plt-calculators-card {
    background: rgba(15, 29, 48, 0.75);
    border: 1px solid rgba(196, 154, 69, 0.35);
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.45);
    margin-bottom: 40px;
}

.plt-calc-nav {
    display: flex;
    gap: 12px;
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 16px;
    flex-wrap: wrap;
}

.plt-calc-tab-btn {
    background: rgba(11, 21, 35, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: #cbd5e1;
    padding: 12px 20px;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.25s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.plt-calc-tab-btn:hover {
    background: rgba(196, 154, 69, 0.15);
    border-color: rgba(196, 154, 69, 0.4);
    color: #ffffff;
}

.plt-calc-tab-btn.active {
    background: linear-gradient(135deg, #c49a45 0%, #a37929 100%);
    border-color: #e6c589;
    color: #0b1523;
    font-weight: 700;
    box-shadow: 0 4px 14px rgba(196, 154, 69, 0.3);
}

.plt-calc-pane {
    display: none;
    animation: pltFadeIn 0.3s ease;
}

.plt-calc-pane.active {
    display: block;
}

.calc-grid-layout {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 32px;
    align-items: start;
}

.calc-form-box {
    background: rgba(11, 21, 35, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 10px;
    padding: 26px;
}

.calc-form-title h3 {
    font-size: 20px;
    color: #ffffff;
    margin: 0 0 6px 0;
}

.calc-form-title p {
    font-size: 13px;
    color: #94a3b8;
    margin: 0 0 20px 0;
    font-style: italic;
}

.calc-form-group {
    margin-bottom: 18px;
}

.calc-form-group label {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #e2e8f0;
    margin-bottom: 8px;
}

.calc-form-row {
    display: flex;
    gap: 16px;
}

.calc-form-row .flex-1 { flex: 1; }
.calc-form-row .flex-2 { flex: 2; }

.calc-input,
.calc-select {
    width: 100%;
    padding: 12px 14px;
    background: rgba(7, 14, 24, 0.85);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 6px;
    color: #f8fafc;
    font-size: 15px;
    font-family: inherit;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.calc-input:focus,
.calc-select:focus {
    outline: none;
    border-color: #c49a45;
    box-shadow: 0 0 0 3px rgba(196, 154, 69, 0.25);
}

.calc-select option {
    background: #0b1523;
    color: #ffffff;
}

.calc-tip-box {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    background: rgba(196, 154, 69, 0.08);
    border: 1px solid rgba(196, 154, 69, 0.2);
    border-radius: 6px;
    padding: 12px 14px;
    font-size: 13px;
    color: #e2e8f0;
    line-height: 1.5;
    margin-top: 10px;
}

.calc-tip-box svg {
    flex-shrink: 0;
    margin-top: 2px;
}

/* Result Box */
.calc-result-box {
    background: linear-gradient(180deg, rgba(14, 26, 43, 0.9) 0%, rgba(9, 17, 28, 0.95) 100%);
    border: 1px solid rgba(196, 154, 69, 0.4);
    border-radius: 10px;
    padding: 26px;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.35);
}

.calc-res-header {
    margin-bottom: 20px;
}

.calc-res-badge {
    display: inline-block;
    padding: 4px 10px;
    border-radius: 4px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    background: rgba(16, 185, 129, 0.18);
    border: 1px solid rgba(16, 185, 129, 0.4);
    color: #34d399;
    margin-bottom: 8px;
}

.calc-res-badge.badge-success {
    background: rgba(16, 185, 129, 0.18);
    border-color: rgba(16, 185, 129, 0.4);
    color: #34d399;
}

.calc-res-badge.badge-warning {
    background: rgba(239, 68, 68, 0.18);
    border-color: rgba(239, 68, 68, 0.4);
    color: #f87171;
}

.calc-res-header h4 {
    font-size: 18px;
    color: #ffffff;
    margin: 0;
}

.calc-stat-hero {
    background: rgba(7, 14, 24, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 8px;
    padding: 18px;
    margin-bottom: 22px;
}

.calc-stat-main {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 8px;
}

.calc-stat-label {
    font-size: 13px;
    color: #94a3b8;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-weight: 600;
}

.calc-stat-value {
    font-size: 26px;
    font-weight: 700;
    color: #ffffff;
    font-family: var(--font-heading, "Playfair Display", Georgia, serif);
}

.calc-stat-value.text-gold {
    color: #e6c589;
}

.calc-stat-status {
    font-size: 13px;
    color: #cbd5e1;
    line-height: 1.4;
}

.calc-breakdown-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 24px;
}

.calc-breakdown-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 13px;
    color: #cbd5e1;
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.calc-breakdown-row strong {
    color: #ffffff;
    font-weight: 600;
}

.calc-breakdown-row.total-row {
    padding-top: 6px;
    font-size: 14px;
    border-top: 1px solid rgba(196, 154, 69, 0.3);
    border-bottom: none;
}

.calc-breakdown-row.total-row strong {
    color: #e6c589;
    font-size: 16px;
}

.calc-breakdown-row.highlight-row {
    background: rgba(196, 154, 69, 0.1);
    border-radius: 4px;
    padding: 8px 10px;
    border-bottom: none;
}

.calc-breakdown-row.highlight-row strong {
    color: #e6c589;
}

.calc-action-block .btn {
    width: 100%;
    margin-bottom: 10px;
    font-weight: 700;
}

.calc-disclaimer {
    display: block;
    font-size: 11px;
    color: #94a3b8;
    line-height: 1.4;
    text-align: center;
}

@media (max-width: 992px) {
    .calc-grid-layout {
        grid-template-columns: 1fr;
    }
    .plt-calc-nav {
        flex-direction: column;
    }
    .plt-calc-tab-btn {
        width: 100%;
        justify-content: center;
    }
}


/* ==========================================================================
   Lead Magnet: 2026 Statutory Foreign Investor Guide
   ========================================================================== */
.plt-leadmagnet-card {
    background: linear-gradient(135deg, rgba(21, 25, 34, 0.95) 0%, rgba(13, 17, 23, 0.98) 100%) !important;
    border: 2px solid rgba(196, 154, 69, 0.45) !important;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.5), 0 0 30px rgba(196, 154, 69, 0.15) !important;
    border-radius: 16px;
    padding: 36px;
    margin-top: 40px;
    margin-bottom: 40px;
}

.leadmagnet-grid {
    display: grid;
    grid-template-columns: 1.15fr 1fr;
    gap: 36px;
    align-items: center;
}

.lm-badge {
    display: inline-block;
    background: rgba(196, 154, 69, 0.18);
    color: #dfb76c;
    border: 1px solid rgba(196, 154, 69, 0.4);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 5px 14px;
    border-radius: 999px;
    margin-bottom: 14px;
    text-transform: uppercase;
}

.lm-left h2 {
    color: #ffffff;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.3;
    margin: 0 0 14px;
}

.lm-desc {
    color: #cbd5e1;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 20px;
}

.lm-features {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.lm-features li {
    font-size: 14px;
    color: #e2e8f0;
    line-height: 1.4;
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

.lm-form-card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(196, 154, 69, 0.25);
    border-radius: 12px;
    padding: 24px;
}

.lm-form-header {
    text-align: center;
    margin-bottom: 18px;
}

.lm-form-icon {
    font-size: 28px;
    display: block;
    margin-bottom: 6px;
}

.lm-form-header h3 {
    color: #ffffff;
    font-size: 18px;
    margin: 0 0 4px;
}

.lm-form-header p {
    color: #94a3b8;
    font-size: 12px;
    margin: 0;
}

.lm-form {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.lm-form-group {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.lm-form-group label {
    font-size: 12px;
    font-weight: 600;
    color: #cbd5e1;
}

@media (max-width: 992px) {
    .leadmagnet-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    .plt-leadmagnet-card {
        padding: 24px;
    }
}


/* ==========================================================================
   Case Studies & Strategic Interventions
   ========================================================================== */
.plt-cases-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    margin-top: 24px;
}

.plt-case-card {
    background: #151922 !important;
    border: 1px solid rgba(196, 154, 69, 0.3) !important;
    padding: 28px;
    display: flex;
    flex-direction: column;
    transition: transform 0.25s ease, border-color 0.25s ease;
}

.plt-case-card:hover {
    transform: translateY(-4px);
    border-color: #c49a45 !important;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.45);
}

.case-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
    flex-wrap: wrap;
    gap: 8px;
}

.case-tag {
    font-size: 11px;
    font-weight: 700;
    color: #dfb76c;
    background: rgba(196, 154, 69, 0.15);
    padding: 3px 10px;
    border-radius: 4px;
    text-transform: uppercase;
}

.case-value {
    font-size: 12px;
    font-weight: 700;
    color: #10b981;
    background: rgba(16, 185, 129, 0.12);
    padding: 3px 10px;
    border-radius: 4px;
}

.plt-case-card h3 {
    color: #ffffff;
    font-size: 18px;
    margin: 0 0 10px;
    line-height: 1.35;
}

.case-meta-row {
    display: flex;
    gap: 16px;
    font-size: 12px;
    color: #94a3b8;
    margin-bottom: 14px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    flex-wrap: wrap;
}

.case-body {
    font-size: 13.5px;
    color: #cbd5e1;
    line-height: 1.6;
    margin: 0 0 8px;
}

.case-outcome {
    margin-top: auto;
    padding: 12px;
    background: rgba(255, 255, 255, 0.02);
    border-left: 3px solid #c49a45;
    border-radius: 0 6px 6px 0;
    font-size: 13px;
    color: #e2e8f0;
    line-height: 1.5;
    margin-bottom: 14px;
}

.case-cta-link {
    font-size: 13px;
    font-weight: 600;
    color: #dfb76c;
    text-decoration: none;
    transition: color 0.2s;
}

.case-cta-link:hover {
    color: #ffffff;
    text-decoration: underline;
}

@media (max-width: 992px) {
    .plt-cases-grid {
        grid-template-columns: 1fr;
    }
}
