/*
 Theme Name: Adi Cohen Law
 Theme URI: https://www.adicohen-law.com
 Description: תבנית מותאמת אישית ללא אלמנטור – ביצועים, SEO ואיכות עיצוב.
 Author: Adi Cohen Law
 Version: 3.0.0
 Text Domain: adilaw
*/

/* ══════════════════════════════════════════
   1. RESET & BASE
   ══════════════════════════════════════════ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; overflow-x: hidden; }
body {
    font-family: 'Assistant', sans-serif;
    font-size: 16px;
    line-height: 1.7;
    color: #333;
    direction: rtl;
    background: #fff;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}
a { text-decoration: none; color: inherit; transition: color 0.3s; }
img { max-width: 100%; height: auto; display: block; }
ul, ol { list-style: none; }
button { font-family: 'Assistant', sans-serif; cursor: pointer; }
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Skip link */
.skip-link {
    position: absolute;
    top: -100%;
    right: 0;
    background: #192A56;
    color: #fff;
    padding: 8px 16px;
    z-index: 10000;
    font-size: 14px;
    clip: rect(1px, 1px, 1px, 1px);
}
.skip-link:focus { top: 0; clip: auto; }

/* ══════════════════════════════════════════
   2. TOP BAR — רקע שחור, ממורכז
   ══════════════════════════════════════════ */
.top-bar {
    background: #000;
    padding: 9px 0;
    font-size: 13.5px;
}
.top-bar-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.top-bar-items {
    display: flex;
    align-items: center;
    gap: 28px;
    flex-wrap: wrap;
    justify-content: center;
}
.top-bar-items a,
.top-bar-items span {
    color: #fff;
    transition: color 0.3s;
    white-space: nowrap;
}
.top-bar-items a:hover { color: #D4AF37; }
.top-bar-items i {
    color: #D4AF37;
    margin-left: 6px;
    font-size: 14px;
}

/* ══════════════════════════════════════════
   3. HEADER — כחול כהה #192A56
   ══════════════════════════════════════════ */
.site-header {
    background: #192A56;
    position: sticky;
    top: 0;
    z-index: 1000;
}
.header-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 72px;
}

/* Logo */
.site-logo { display: flex; align-items: center; flex-shrink: 0; }
.site-logo img { height: 55px; width: auto; }

/* Nav */
.main-nav ul { display: flex; gap: 0; }
.main-nav li { position: relative; }
.main-nav > ul > li > a {
    display: block;
    padding: 25px 18px;
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    transition: color 0.3s, border-color 0.3s;
    border-bottom: 3px solid transparent;
    white-space: nowrap;
}
.main-nav > ul > li > a:hover,
.main-nav > ul > li.active > a,
.main-nav .current-menu-item > a,
.main-nav .current_page_item > a,
.main-nav .current-menu-ancestor > a {
    color: #D4AF37;
    border-bottom-color: #D4AF37;
}

/* Dropdown */
.main-nav .sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    background: #192A56;
    min-width: 230px;
    border-top: 2px solid #D4AF37;
    box-shadow: 0 8px 25px rgba(0,0,0,0.3);
    z-index: 100;
    padding: 5px 0;
}
.main-nav li:hover > .sub-menu { display: block; }
.main-nav .sub-menu a {
    display: block;
    padding: 10px 20px;
    color: rgba(255,255,255,0.8);
    font-size: 14px;
    font-weight: 500;
    transition: background 0.3s, color 0.3s;
}
.main-nav .sub-menu a:hover {
    background: rgba(255,255,255,0.08);
    color: #D4AF37;
}

/* Hamburger */
.menu-toggle {
    display: none;
    background: none;
    border: none;
    color: #D4AF37;
    font-size: 26px;
    padding: 5px;
    line-height: 1;
}

/* Sub-menu toggle (mobile) */
.submenu-toggle {
    display: none;
    background: none;
    border: none;
    color: #D4AF37;
    padding: 10px 12px;
    font-size: 14px;
    position: absolute;
    left: 0;
    top: 0;
    height: 48px;
}

/* ══════════════════════════════════════════
   4. HERO SECTION
   ══════════════════════════════════════════ */
.hero {
    background: linear-gradient(135deg, #192A56 0%, #0A2444 100%);
    color: #fff;
    padding: 80px 0 60px;
    text-align: center;
}
.hero h1 {
    font-family: 'Assistant', sans-serif;
    font-size: 2.8rem;
    margin-bottom: 20px;
    font-weight: 700;
    line-height: 1.3;
}
.hero p {
    font-size: 1.15rem;
    max-width: 720px;
    margin: 0 auto 30px;
    opacity: 0.92;
    line-height: 1.9;
}
.btn-cta {
    display: inline-block;
    background: #D4AF37;
    color: #0A2444;
    padding: 14px 40px;
    border-radius: 4px;
    font-size: 1.1rem;
    font-weight: 700;
    transition: background 0.3s, transform 0.3s, box-shadow 0.3s;
    border: none;
}
.btn-cta:hover {
    background: #e5c44b;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}
.btn-cta i { margin-left: 6px; }

/* ══════════════════════════════════════════
   5. SECTIONS (generic)
   ══════════════════════════════════════════ */
.section { padding: 60px 0; }
.section-alt { background: #f5f5f5; }
.section-title {
    text-align: center;
    font-family: 'Assistant', sans-serif;
    font-weight: 700;
    font-size: 2.2rem;
    color: #192A56;
    margin-bottom: 40px;
    position: relative;
}
.section-title::after {
    content: '';
    display: block;
    width: 60px;
    height: 3px;
    background: #D4AF37;
    margin: 15px auto 0;
}

/* ══════════════════════════════════════════
   6. PRACTICE AREA CARDS
   ══════════════════════════════════════════ */
.cards-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
}
.c-card {
    display: block;
    background: #fff;
    border: 1px solid #e1e1e1;
    border-radius: 8px;
    padding: 30px 25px;
    text-align: center;
    transition: transform 0.3s, box-shadow 0.3s;
    height: 100%;
}
.c-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.12);
}
.c-card .icon {
    font-size: 3rem;
    color: #D4AF37;
    margin-bottom: 18px;
    line-height: 1;
}
.c-card h3 {
    font-size: 1.4rem;
    margin-bottom: 12px;
    color: #192A56;
    font-weight: 700;
}
.c-card p {
    font-size: 0.95rem;
    color: #666;
    line-height: 1.7;
}

/* ══════════════════════════════════════════
   7. ABOUT SECTION
   ══════════════════════════════════════════ */
.about-section {
    background: #f5f5f5;
    padding: 80px 0;
}
.about-section .container {
    display: flex;
    gap: 40px;
    align-items: center;
}
.about-text { flex: 1; }
.about-text h2 {
    font-family: 'Assistant', sans-serif;
    font-size: 2.2rem;
    color: #192A56;
    margin-bottom: 20px;
    font-weight: 700;
}
.about-text p {
    line-height: 1.9;
    margin-bottom: 15px;
    font-size: 1.05rem;
    color: #333;
}
.about-image { flex: 0 0 380px; }
.about-image img {
    border-radius: 8px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.12);
}
.btn-read-more {
    display: inline-block;
    color: #D4AF37;
    font-weight: 700;
    border-bottom: 2px solid #D4AF37;
    padding-bottom: 2px;
    margin-top: 10px;
    transition: color 0.3s, border-color 0.3s;
}
.btn-read-more:hover {
    color: #192A56;
    border-color: #192A56;
}

/* ══════════════════════════════════════════
   8. ARTICLES SECTION — diagonal split cards
   ══════════════════════════════════════════ */
.articles-section {
    padding: 60px 0;
    background: #fff;
}
.articles-container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 20px;
}
.articles-main-title {
    text-align: center;
    font-size: 2.5rem;
    color: #192A56;
    font-weight: 700;
    margin-bottom: 40px;
}
.articles-main-title::after {
    content: '';
    display: block;
    width: 60px;
    height: 3px;
    background: #D4AF37;
    margin: 15px auto 0;
}
.articles-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 22px;
}

/* Diagonal card */
.article-card {
    position: relative;
    border-radius: 12px;
    min-height: 195px;
    overflow: hidden;
    transition: transform 0.3s, box-shadow 0.3s;
    background: #0f1d3d;
}
.article-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.3);
}
.article-card a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 195px;
    position: relative;
}
.article-card .diagonal-bg {
    position: absolute;
    top: 0;
    right: 0;
    width: 40%;
    height: 100%;
    clip-path: polygon(20% 0, 100% 0, 100% 100%, 0% 100%);
    transition: width 0.4s;
}
.article-card:hover .diagonal-bg { width: 45%; }

/* Category colors */
.diagonal-gold { background: linear-gradient(135deg, #D4AF37, #b8962e); }
.diagonal-navy { background: linear-gradient(135deg, #1a3a6b, #2a5298); }
.diagonal-teal { background: linear-gradient(135deg, #1a6b5a, #2aa198); }
.diagonal-wine { background: linear-gradient(135deg, #6b1a3a, #a12a5e); }
.diagonal-steel { background: linear-gradient(135deg, #3B4F6B, #5A7FA0); }
.diagonal-green { background: linear-gradient(135deg, #2d6b1a, #4a9e2f); }
.diagonal-orange { background: linear-gradient(135deg, #b8622e, #D4873A); }

.article-card-body {
    position: relative;
    z-index: 1;
    padding: 28px 22px;
}
.article-card .card-icon-top {
    font-size: 1.4rem;
    color: #D4AF37;
    margin-bottom: 12px;
}
.article-card h3 {
    color: #fff;
    font-size: 1.05rem;
    font-weight: 700;
    line-height: 1.7;
    max-width: 65%;
    margin: 0;
}
.article-card .card-date {
    color: rgba(255,255,255,0.35);
    font-size: 0.8rem;
    margin-top: 10px;
}
/* Hide old elements if present */
.article-card-content { display: none; }
.article-card .read-more { display: none; }
.article-card img { display: none; }

/* Loading & no-more */
.loading-spinner {
    text-align: center;
    padding: 40px 0;
    color: #999;
    font-size: 1.1rem;
}
.loading-spinner .spinner {
    display: inline-block;
    width: 30px;
    height: 30px;
    border: 3px solid #e1e1e1;
    border-top-color: #D4AF37;
    border-radius: 50%;
    animation: adilaw-spin 0.8s linear infinite;
    margin-bottom: 10px;
}
@keyframes adilaw-spin { to { transform: rotate(360deg); } }
.no-more {
    text-align: center;
    padding: 30px 0;
    color: #999;
    font-size: 0.95rem;
}

/* ══════════════════════════════════════════
   9. CONTACT SECTION (inner pages)
   ══════════════════════════════════════════ */
.contact-section {
    background: linear-gradient(135deg, #192A56 0%, #0A2444 100%);
    color: #fff;
    padding: 60px 0;
    text-align: center;
}
.contact-section h2 {
    font-size: 2rem;
    margin-bottom: 10px;
    font-weight: 700;
}
.contact-section .section-subtitle,
.contact-section p[style] {
    margin-bottom: 30px;
    opacity: 0.9;
}
.contact-form {
    max-width: 500px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.contact-form input,
.contact-form textarea {
    padding: 14px 18px;
    border: 2px solid rgba(255,255,255,0.2);
    border-radius: 4px;
    background: rgba(255,255,255,0.1);
    color: #fff;
    font-family: 'Assistant', sans-serif;
    font-size: 16px;
    transition: border-color 0.3s, background 0.3s;
}
.contact-form input::placeholder,
.contact-form textarea::placeholder { color: rgba(255,255,255,0.6); }
.contact-form input:focus,
.contact-form textarea:focus {
    outline: none;
    border-color: #D4AF37;
    background: rgba(255,255,255,0.15);
}
.contact-form button {
    background: #D4AF37;
    color: #0A2444;
    border: none;
    padding: 14px;
    font-size: 1.1rem;
    font-weight: 700;
    border-radius: 4px;
    cursor: pointer;
    font-family: 'Assistant', sans-serif;
    transition: background 0.3s;
}
.contact-form button:hover { background: #e5c44b; }
.form-success {
    background: rgba(37,211,102,0.2);
    padding: 15px;
    border-radius: 4px;
    margin-bottom: 20px;
}

/* ══════════════════════════════════════════
   10. FOOTER
   ══════════════════════════════════════════ */
.site-footer {
    background: linear-gradient(180deg, #0d1b2a 0%, #0a1628 100%);
    color: #b0b8c8;
    padding: 55px 0 20px;
}
.footer-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}
.footer-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 35px;
    margin-bottom: 35px;
}
.footer-col h4 {
    color: #D4AF37;
    margin-bottom: 18px;
    font-size: 1.15rem;
    font-weight: 700;
    position: relative;
    padding-bottom: 10px;
}
.footer-col h4::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 35px;
    height: 2px;
    background: #D4AF37;
}
.footer-col a {
    display: block;
    padding: 5px 0;
    color: #b0b8c8;
    font-size: 14px;
    transition: color 0.3s, padding-right 0.3s;
}
.footer-col a:hover {
    color: #D4AF37;
    padding-right: 5px;
}
.footer-col p {
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 6px;
    display: flex;
    align-items: center;
}
.footer-col i {
    color: #D4AF37;
    width: 18px;
    text-align: center;
    margin-left: 8px;
    font-size: 14px;
    flex-shrink: 0;
}
.footer-cta { margin-top: 20px; text-align: center; }
.btn-gold {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: #D4AF37;
    color: #fff;
    padding: 10px 25px;
    border-radius: 30px;
    font-size: 0.9rem;
    font-weight: 700;
    transition: background 0.3s;
    border: none;
    cursor: pointer;
}
.btn-gold:hover { background: #e5c44b; color: #fff; }
a.btn-gold, a.btn-gold:visited, a.btn-gold:hover { color: #fff; }
a.btn-gold i, .btn-gold i { color: #fff; margin-left: 0; }
.footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.08);
    padding-top: 18px;
    text-align: center;
    font-size: 13px;
    color: #7a8599;
}

/* ══════════════════════════════════════════
   11. INNER PAGES — Hero + Sidebar Layout
   ══════════════════════════════════════════ */

/* Page Hero */
.page-hero {
    background: #192A56;
    position: relative;
    overflow: hidden;
    padding: 70px 0 90px;
}
.page-hero::after {
    content: '';
    position: absolute;
    bottom: 0; left: 0; right: 0;
    height: 60px;
    background: #fff;
    clip-path: polygon(0 100%, 100% 100%, 100% 0);
}
.page-hero-deco {
    position: absolute;
    left: 8%;
    top: 50%;
    transform: translateY(-50%);
    font-family: 'Frank Ruhl Libre', serif;
    font-size: 14rem;
    color: rgba(212,175,55,0.06);
    pointer-events: none;
    line-height: 1;
}
.page-hero-inner {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 25px;
    position: relative;
    z-index: 1;
    color: #fff;
}
.page-eyebrow {
    display: inline-block;
    background: rgba(212,175,55,0.15);
    color: #D4AF37;
    font-size: 0.85rem;
    font-weight: 700;
    padding: 5px 16px;
    border-radius: 4px;
    margin-bottom: 18px;
}
.page-eyebrow i { margin-left: 6px; }
.page-hero h1 {
    font-family: 'Frank Ruhl Libre', serif;
    font-size: 3.2rem;
    font-weight: 900;
    line-height: 1.2;
}
/* Keep old .page-header for backward compat */
.page-header {
    background: linear-gradient(135deg, #192A56 0%, #0A2444 100%);
    color: #fff;
    padding: 50px 0;
    text-align: center;
}
.page-header h1 {
    font-family: 'Frank Ruhl Libre', serif;
    font-size: 2.4rem;
    font-weight: 700;
}

/* Content + Sidebar Grid */
.page-layout {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 25px 60px;
}
.page-layout-inner {
    display: grid;
    grid-template-columns: 1fr 280px;
    gap: 50px;
    align-items: start;
}

/* Main Content Typography */
.page-content {
    min-width: 0;
}
.page-content h2 {
    font-size: 1.8rem;
    color: #192A56;
    font-weight: 800;
    margin: 45px 0 18px;
    padding-bottom: 10px;
    border-bottom: 2px solid rgba(212,175,55,0.3);
}
.page-content h2:first-child { margin-top: 0; }
.page-content h3 {
    font-size: 1.2rem;
    color: #192A56;
    margin: 30px 0 10px;
    font-weight: 700;
    padding-right: 15px;
    border-right: 4px solid #D4AF37;
}
.page-content h4 {
    font-size: 1.1rem;
    color: #192A56;
    margin: 20px 0 8px;
    font-weight: 700;
}
.page-content p {
    line-height: 2;
    margin-bottom: 16px;
    font-size: 1.06rem;
    color: #444;
}
.page-content strong { color: #192A56; }
.page-content ul, .page-content ol { margin: 15px 0; padding-right: 25px; }
.page-content li { margin-bottom: 10px; line-height: 1.8; list-style: disc; color: #444; }
.page-content ol li { list-style: decimal; }
.page-content a { color: #D4AF37; font-weight: 600; }
.page-content a:hover { color: #192A56; }

/* Blockquote → Highlight Strip */
.page-content blockquote {
    display: flex;
    align-items: stretch;
    gap: 0;
    margin: 30px 0;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 3px 15px rgba(0,0,0,0.06);
    border: none;
    padding: 0;
    background: #f9f7f1;
    border-right: 5px solid #D4AF37;
}
.page-content blockquote p {
    margin: 0;
    padding: 22px;
    font-weight: 600;
    color: #192A56;
    font-size: 1.05rem;
    line-height: 1.8;
}

/* Details/Summary → Styled Accordion */
.page-content details {
    margin: 15px 0;
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    overflow: hidden;
}
.page-content details[open] {
    border-color: #D4AF37;
}
.page-content summary {
    padding: 16px 20px;
    background: #f8f9fa;
    cursor: pointer;
    font-weight: 700;
    color: #192A56;
    font-size: 1.05rem;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.page-content summary::-webkit-details-marker { display: none; }
.page-content summary::after {
    content: '+';
    font-size: 1.4rem;
    color: #D4AF37;
    font-weight: 700;
}
.page-content details[open] summary::after { content: '−'; }
.page-content details[open] summary {
    background: #192A56;
    color: #fff;
}
.page-content details[open] summary::after { color: #D4AF37; }
.page-content details > *:not(summary) {
    padding: 0 20px;
}
.page-content summary h1,
.page-content summary h2,
.page-content summary h3 {
    font-size: 1.05rem;
    margin: 0;
    border: none;
    padding: 0;
    color: inherit;
}

/* Featured Image */
.featured-image {
    margin-bottom: 30px;
    border-radius: 8px;
    overflow: hidden;
}

/* FAQ — style buttons as clickable accordion */
.page-content p > button,
.page-content button {
    display: block;
    width: 100%;
    background: #192A56;
    color: #D4AF37;
    border: none;
    padding: 16px 50px 16px 20px;
    font-family: 'Assistant', sans-serif;
    font-size: 1.08rem;
    font-weight: 700;
    text-align: right;
    border-radius: 8px 8px 0 0;
    cursor: pointer;
    margin: 0;
    line-height: 1.5;
    position: relative;
    transition: background 0.3s;
}
.page-content button:hover {
    background: #1a3568;
}
.page-content button::after {
    content: '+';
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.5rem;
    color: #D4AF37;
    font-weight: 700;
    transition: transform 0.3s;
}
.page-content .faq-open button::after {
    content: '−';
}
.page-content .faq-open button {
    border-radius: 8px 8px 0 0;
}
/* Closed state — full rounded */
.page-content .faq-question:not(.faq-open) button {
    border-radius: 8px;
    margin-bottom: 12px;
}
/* Question paragraph — no extra spacing */
.page-content .faq-question {
    margin-bottom: 0 !important;
}
/* Answer paragraph */
.page-content .faq-answer {
    background: #f8f9fa;
    padding: 20px 22px;
    border-radius: 0 0 8px 8px;
    border-right: 4px solid #D4AF37;
    margin-top: 0;
    margin-bottom: 20px;
    line-height: 1.9;
}

/* Sidebar CTA */
.page-sidebar {
    position: sticky;
    top: 90px;
}
.sidebar-cta-box {
    background: #192A56;
    border-radius: 12px;
    padding: 30px 22px;
    text-align: center;
    color: #fff;
}
.sidebar-cta-icon {
    font-size: 2.5rem;
    color: #D4AF37;
    margin-bottom: 15px;
}
.sidebar-cta-box h3 {
    font-size: 1.15rem;
    font-weight: 700;
    margin-bottom: 8px;
    line-height: 1.5;
    color: #fff;
}
.sidebar-cta-box p {
    font-size: 0.88rem;
    opacity: 0.7;
    margin-bottom: 18px;
    line-height: 1.5;
}
.sidebar-cta-btn {
    display: block;
    background: #D4AF37;
    color: #fff;
    padding: 13px;
    border-radius: 30px;
    font-weight: 700;
    font-size: 1rem;
    transition: background 0.3s;
    margin-bottom: 10px;
}
.sidebar-cta-btn:hover { background: #e5c44b; color: #fff; }
a.sidebar-cta-btn, a.sidebar-cta-btn:visited { color: #fff; }
.sidebar-cta-phone {
    font-size: 1.3rem;
    font-weight: 800;
    color: #D4AF37;
    display: block;
    margin-top: 12px;
}
.sidebar-cta-phone i { margin-left: 6px; font-size: 0.9rem; }

/* Bottom CTA Banner */
.page-cta-banner {
    background: linear-gradient(135deg, #192A56, #0f1d3d);
    border-radius: 12px;
    padding: 35px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin: 45px 0 0;
    color: #fff;
}
.page-cta-banner h3 { font-size: 1.3rem; font-weight: 700; color: #fff; }
.page-cta-actions { display: flex; gap: 12px; flex-shrink: 0; }
.btn-cta-primary {
    padding: 13px 28px;
    border-radius: 30px;
    font-weight: 700;
    font-size: 0.95rem;
    white-space: nowrap;
    transition: 0.3s;
    background: #D4AF37;
    color: #fff;
}
.btn-cta-primary:hover { background: #e5c44b; color: #fff; }
a.btn-cta-primary, a.btn-cta-primary:visited { color: #fff; }
.btn-cta-outline {
    padding: 13px 28px;
    border-radius: 30px;
    font-weight: 700;
    font-size: 0.95rem;
    white-space: nowrap;
    transition: 0.3s;
    border: 2px solid rgba(255,255,255,0.3);
    color: #fff;
}
.btn-cta-outline:hover { border-color: #D4AF37; color: #D4AF37; }

/* Pagination */
.pagination { text-align: center; margin-top: 40px; }
.pagination .nav-links {
    display: flex; justify-content: center; gap: 8px; flex-wrap: wrap;
}
.pagination .page-numbers {
    display: inline-flex; align-items: center; justify-content: center;
    min-width: 40px; height: 40px; padding: 0 12px;
    border: 1px solid #e1e1e1; border-radius: 4px; font-size: 14px; transition: all 0.3s;
}
.pagination .page-numbers.current,
.pagination .page-numbers:hover {
    background: #192A56; color: #fff; border-color: #192A56;
}

/* ══════════════════════════════════════════
   12. FLOATING BUTTONS (Mobile)
   ══════════════════════════════════════════ */
.floating-btn {
    position: fixed;
    bottom: 20px;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: none;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 26px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.35);
    z-index: 9999;
    transition: transform 0.3s;
}
.floating-btn:hover { transform: scale(1.1); color: #fff; }
.btn-wa { right: 20px; background: #25D366; }
.btn-ph { left: 20px; background: #0A2444; border: 2px solid #D4AF37; }

/* ══════════════════════════════════════════
   13. RESPONSIVE
   ══════════════════════════════════════════ */
@media (max-width: 1024px) {
    .floating-btn { display: flex; }
    body { padding-bottom: 85px; }
    .footer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
    .top-bar { display: none; }
    .menu-toggle { display: block; }
    .submenu-toggle { display: block; }

    .main-nav {
        display: none;
        position: absolute;
        top: 100%;
        right: 0;
        left: 0;
        background: #192A56;
        box-shadow: 0 8px 25px rgba(0,0,0,0.3);
        padding: 10px 0;
        max-height: 70vh;
        overflow-y: auto;
    }
    .main-nav.active { display: block; }
    .main-nav ul { flex-direction: column; gap: 0; }
    .main-nav > ul > li { position: relative; }
    .main-nav > ul > li > a {
        padding: 13px 20px;
        border-bottom: 1px solid rgba(255,255,255,0.08);
    }
    .main-nav .sub-menu {
        position: static;
        box-shadow: none;
        border-top: none;
        padding-right: 15px;
        display: none;
        min-width: 0;
    }
    .main-nav li:hover > .sub-menu { display: none; }
    .main-nav li.open > .sub-menu { display: block; }

    .hero { padding: 60px 0 50px; }
    .hero h1 { font-size: 2rem; }
    .hero p { font-size: 1rem; }
    .about-section .container { flex-direction: column; }
    .about-section { padding: 50px 0; }
    .about-image { flex: none; width: 100%; max-width: 400px; margin: 0 auto; }
    .cards-grid { grid-template-columns: 1fr; }
    .articles-grid { grid-template-columns: 1fr; }
    .section { padding: 40px 0; }
    .section-title { font-size: 1.8rem; }
    .page-header h1 { font-size: 1.8rem; }

    /* Page layout — stack on mobile */
    .page-layout-inner { grid-template-columns: 1fr; }
    .page-sidebar { position: static; order: -1; }
    .page-hero { padding: 50px 0 70px; }
    .page-hero-deco { font-size: 8rem; left: 3%; }
    .page-hero h1 { font-size: 2.2rem; }
    .page-cta-banner { flex-direction: column; text-align: center; }
    .page-cta-actions { flex-direction: column; width: 100%; }
    .page-cta-actions a { text-align: center; }
}

@media (max-width: 480px) {
    .hero { padding: 45px 0 35px; }
    .hero h1 { font-size: 1.6rem; }
    .section { padding: 35px 0; }
    .footer-grid { grid-template-columns: 1fr; }
    .about-text h2 { font-size: 1.8rem; }
}

/* ══════════════════════════════════════════
   14. PRINT
   ══════════════════════════════════════════ */
@media print {
    .top-bar, .site-header, .floating-btn, .contact-section, .site-footer { display: none; }
    body { font-size: 12pt; }
}