/* ========================================
   NEKRASOVA LEGAL — Personal Brand
   Typography-first, warm, confident
   ======================================== */

/* --- Reset --- */
*, *::before, *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    -webkit-text-size-adjust: 100%;
}

body {
    font-family: 'Mulish', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 17px;
    line-height: 1.9;
    color: #4a4a4a;
    background: #fff;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }

h1, h2, h3, h4, h5, h6 {
    font-family: 'Quicksand', sans-serif;
    margin: 0 0 16px;
    line-height: 1.15;
    color: #1a1a1a;
    font-weight: 700;
}

p {
    margin: 0 0 1.2rem;
    line-height: 2;
    color: #666;
    font-weight: 300;
}

.container {
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 32px;
}

/* ========================================
   HEADER
   ======================================== */
header {
    background: #4c0d17;
    padding: 14px 0;
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 2px 8px rgba(0,0,0,0.2);
}

.header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 2rem;
}

.logo h1 { margin-bottom: 0; }

.logo h1 a {
    color: #fff;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    transition: opacity 0.2s;
}

.logo h1 a:hover { opacity: 0.75; }

.logo-name {
    font-family: 'Quicksand', sans-serif;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 1.3;
}

.logo-subtitle {
    font-family: 'Mulish', sans-serif;
    font-size: 11px;
    font-weight: 400;
    opacity: 0.5;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

.header-right {
    display: flex;
    align-items: center;
    gap: 24px;
}

nav ul {
    list-style: none;
    display: flex;
}

nav > ul > li { position: relative; }

nav a {
    font-family: 'Quicksand', sans-serif;
    color: rgba(255,255,255,0.85);
    text-decoration: none;
    font-weight: 600;
    font-size: 13px;
    margin-right: 20px;
    transition: color 0.2s;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

nav a::after { display: none; }
nav a:hover { color: #f3adb2; }

/* Submenu */
ul.submenu {
    display: none !important;
    position: absolute;
    top: 100%;
    left: -16px;
    padding-top: 10px;
    z-index: 200;
    flex-direction: column;
    min-width: 300px;
    list-style: none;
    margin: 0;
}

.has-submenu > a { position: relative; z-index: 201; }
.has-submenu:hover > ul.submenu { display: block !important; }
ul.submenu li { display: block; width: 100%; }

ul.submenu li a {
    display: block;
    padding: 11px 20px;
    margin: 0;
    font-size: 12px;
    font-weight: 500;
    color: rgba(255,255,255,0.85);
    white-space: nowrap;
    background: #4c0d17;
    border-bottom: 1px solid rgba(255,255,255,0.08);
    text-transform: none;
    letter-spacing: 0.01em;
}

ul.submenu li:first-child a { border-radius: 4px 4px 0 0; padding-top: 14px; }
ul.submenu li:last-child a { border-bottom: none; border-radius: 0 0 4px 4px; padding-bottom: 14px; }
ul.submenu li a:hover { color: #f3adb2; background: #3a0a12; }

/* Language Switcher */
.language-switcher { display: flex; align-items: center; }

.lang-link {
    font-family: 'Quicksand', sans-serif;
    color: #fff;
    font-weight: 600;
    font-size: 12px;
    margin-left: 10px;
    opacity: 0.4;
    transition: opacity 0.2s;
}

.lang-link:hover { opacity: 0.9; }
.lang-link.active { opacity: 1; color: #f3adb2; font-weight: 700; }
.lang-separator { display: none; }

/* ========================================
   HERO — Split layout
   ======================================== */
.hero {
    background: #4c0d17;
    color: #fff;
    padding: 80px 0 0;
    overflow: hidden;
}

.hero-layout {
    display: grid;
    grid-template-columns: 1fr 480px;
    gap: 64px;
    align-items: end;
}

.hero-text {
    padding-bottom: 80px;
}

.hero-name {
    font-family: 'Quicksand', sans-serif;
    font-size: 29px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    color: rgba(255,255,255,0.95);
    display: block;
    margin-bottom: 10px;
}

.hero-role {
    font-family: 'Mulish', sans-serif;
    font-size: 22px;
    font-weight: 300;
    color: rgba(255,255,255,0.5);
    display: block;
    margin-bottom: 36px;
    letter-spacing: 0.03em;
}

.hero-text h2 {
    font-family: 'Quicksand', sans-serif;
    font-size: clamp(42px, 5.5vw, 64px);
    font-weight: 700;
    line-height: 1.1;
    color: #fff;
    margin-bottom: 28px;
    letter-spacing: -0.02em;
}

.hero-text p {
    font-size: 16px;
    line-height: 1.9;
    color: rgba(255,255,255,0.5);
    font-weight: 300;
    max-width: 520px;
    margin-bottom: 44px;
}

.hero-photo {
    position: relative;
    align-self: end;
}

.hero-photo img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    object-position: top center;
}

/* ========================================
   CREDENTIALS BAR
   ======================================== */
.credentials-bar {
    background: #3a0a12;
    padding: 28px 0;
    border-bottom: 1px solid rgba(255,255,255,0.06);
}

.credentials-row {
    display: flex;
    justify-content: center;
    gap: 64px;
}

.credential {
    display: flex;
    align-items: baseline;
    gap: 10px;
}

.credential-value {
    font-family: 'Quicksand', sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: rgba(255,255,255,0.9);
}

.credential-label {
    font-size: 13px;
    color: rgba(255,255,255,0.5);
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

/* ========================================
   BUTTONS
   ======================================== */
.btn {
    font-family: 'Quicksand', sans-serif;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px 40px;
    min-height: 54px;
    border-radius: 0;
    font-weight: 700;
    font-size: 14px;
    text-decoration: none;
    border: 2px solid #fff;
    background: #fff;
    color: #4c0d17;
    cursor: pointer;
    transition: all 0.25s;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.btn:hover {
    background: transparent;
    color: #fff;
    border-color: #fff;
}

.btn-secondary {
    background: transparent;
    border: 2px solid #4c0d17;
    color: #4c0d17;
}

.btn-secondary:hover {
    background: #4c0d17;
    color: #fff;
}

/* Buttons on colored backgrounds */
.services-preview .btn,
.blog-preview .btn,
.advantages .btn,
.services-section .btn {
    background: #4c0d17;
    color: #fff;
    border-color: #4c0d17;
}

.services-preview .btn:hover,
.blog-preview .btn:hover,
.advantages .btn:hover,
.services-section .btn:hover {
    background: transparent;
    color: #4c0d17;
}

/* ========================================
   SECTIONS — General
   ======================================== */
.section-title {
    font-family: 'Quicksand', sans-serif;
    font-size: clamp(32px, 4.5vw, 48px);
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 64px;
    letter-spacing: -0.01em;
}

.section-title::after { display: none; }

/* ========================================
   POSITIONING
   ======================================== */
.positioning {
    padding: 108px 0;
    background: #fff;
}

.positioning-text {
    max-width: 780px;
    margin: 0 auto;
}

.positioning-text p {
    font-size: 18px;
    line-height: 2;
    color: #555;
    text-align: center;
    font-weight: 300;
    margin-bottom: 0;
}

/* ========================================
   SERVICES
   ======================================== */
.services-preview {
    padding: 120px 0;
    background: #faf8f6;
}

.services-section {
    padding: 120px 0;
    background: #fff;
}

.service-row {
    display: grid;
    grid-template-columns: 56px 1fr;
    gap: 0 24px;
    padding: 44px 0;
    border-bottom: 1px solid rgba(0,0,0,0.06);
}

.service-row:last-of-type {
    border-bottom: none;
}

.service-number {
    font-family: 'Quicksand', sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: #999;
    padding-top: 4px;
}

.service-body h3 {
    font-size: 22px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 12px;
    line-height: 1.3;
}

.service-body p {
    font-size: 16px;
    line-height: 1.85;
    color: #666;
    max-width: 680px;
    margin-bottom: 0;
}

/* Legacy service cards */
.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 16px;
}

.service-card {
    padding: 28px 0;
    border-bottom: 1px solid rgba(0,0,0,0.06);
    background: transparent;
}

.service-icon { display: none; }

.service-card h3 {
    font-size: 20px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 10px;
}

.service-card p {
    font-size: 16px;
    color: #666;
    line-height: 1.85;
    margin-bottom: 0;
}

/* ========================================
   ADVANTAGES / HOW I WORK
   ======================================== */
.advantages {
    padding: 120px 0;
    background: #fff;
}

.advantages-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 48px 64px;
}

.advantage-item {
    padding: 0;
    border-bottom: none;
}

.advantage-item h4 {
    font-family: 'Quicksand', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 2px solid #1a1a1a;
    display: inline-block;
}

.advantage-item p {
    font-size: 16px;
    color: #666;
    line-height: 1.85;
    margin-bottom: 0;
}

/* ========================================
   BLOG
   ======================================== */
.blog-preview {
    padding: 120px 0;
    background: #faf8f6;
}

.blog-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 28px;
    margin-bottom: 48px;
}

.blog-card {
    background: #fff;
    padding: 36px 32px;
    border: none;
    box-shadow: none;
    transition: box-shadow 0.3s;
}

.blog-card:hover {
    box-shadow: 0 4px 20px rgba(0,0,0,0.06);
}

.blog-date {
    font-family: 'Quicksand', sans-serif;
    font-size: 12px;
    color: #aaa;
    margin-bottom: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.blog-card h3 {
    font-size: 19px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 14px;
    line-height: 1.35;
}

.blog-card p {
    font-size: 15px;
    color: #666;
    line-height: 1.75;
    margin-bottom: 16px;
}

.read-more {
    font-family: 'Quicksand', sans-serif;
    font-size: 13px;
    font-weight: 700;
    color: #c46070;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    transition: color 0.2s;
}

.read-more:hover { color: #4c0d17; }

.no-posts {
    text-align: center;
    grid-column: 1 / -1;
}

.center { text-align: center; }

/* ========================================
   FOOTER
   ======================================== */
footer {
    background: #1a1a1a;
    color: #fff;
    padding: 72px 0 36px;
}

.footer-content {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin-bottom: 48px;
}

.footer-section h4 {
    font-family: 'Quicksand', sans-serif;
    font-size: 12px;
    font-weight: 700;
    color: rgba(255,255,255,0.35);
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.footer-section ul { list-style: none; }

.footer-section li {
    margin-bottom: 8px;
    font-size: 14px;
    color: rgba(255,255,255,0.6);
}

.footer-section a {
    color: rgba(255,255,255,0.6);
    transition: color 0.2s;
}

.footer-section a:hover { color: #f3adb2; }

.footer-section p {
    color: rgba(255,255,255,0.6);
    line-height: 1.7;
    font-size: 14px;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    padding-top: 24px;
    border-top: 1px solid rgba(255,255,255,0.08);
}

.footer-bottom p {
    color: rgba(255,255,255,0.25);
    font-size: 12px;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

/* ========================================
   ABOUT PAGE
   ======================================== */
.about-page {
    padding: 108px 0 120px;
    background: #fff;
}

.page-title {
    font-family: 'Quicksand', sans-serif;
    font-size: clamp(30px, 4vw, 44px);
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 16px;
}

.content-section {
    background: transparent;
    padding: 0;
    margin-bottom: 2rem;
    max-width: 740px;
}

.content-section h2 {
    font-size: clamp(22px, 2.5vw, 28px);
    color: #1a1a1a;
    margin-bottom: 24px;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(0,0,0,0.06);
}

.content-section p {
    font-size: 17px;
    line-height: 1.9;
    margin-bottom: 20px;
    color: #555;
}

.content-section > div[style*="display: flex"] {
    display: flex;
    gap: 2.5em;
    align-items: flex-start;
}

.content-section > div[style*="display: flex"] > div:first-child img {
    max-width: 220px;
    width: 100%;
    border-radius: 0;
    box-shadow: 0 4px 16px rgba(0,0,0,0.12);
}

/* Experience items (positions, charity, legislation pages) */
.experience-item {
    padding: 28px 0;
    border-bottom: 1px solid rgba(0,0,0,0.06);
}

.experience-item:last-child {
    border-bottom: none;
}

.experience-item h3 {
    font-family: 'Quicksand', sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 8px;
}

.experience-period {
    font-size: 14px;
    font-weight: 500;
    color: #999;
    margin-bottom: 12px;
    letter-spacing: 0.02em;
}

.experience-item p {
    font-size: 16px;
    line-height: 1.85;
    color: #555;
    font-weight: 300;
}

.experience-item--featured {
    background: #faf8f6;
    padding: 28px 32px;
    border-radius: 4px;
    border-bottom: none;
    border-left: 3px solid #1a1a1a;
}

.position-projects {
    margin-top: 1.5em;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.position-project {
    padding: 16px 20px;
    background: #faf8f6;
    border-left: 3px solid #b8860b;
    border-radius: 3px;
}

.position-project strong {
    font-size: 15px;
    display: block;
    margin-bottom: 6px;
}

.position-project p {
    font-size: 14px;
    line-height: 1.7;
    color: #555;
    margin: 0;
}

/* Litigation practice — highlighted block */
.litigation-section {
    margin-top: 3em;
    padding: 36px 40px;
    background: #4c0d17;
    color: #fff;
    border-radius: 4px;
}

.litigation-section h2 {
    font-family: 'Quicksand', sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 16px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(255,255,255,0.15);
}

.litigation-section p {
    font-size: 16px;
    line-height: 1.9;
    color: rgba(255,255,255,0.75);
    margin: 0;
}

/* Institute block — legislation page */
.institute-block {
    margin-bottom: 3em;
    padding: 32px 36px;
    background: #faf8f6;
    border-left: 3px solid #4c0d17;
    border-radius: 3px;
}

.institute-block h2 {
    font-family: 'Quicksand', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 14px;
    padding-bottom: 0;
    border-bottom: none;
}

.institute-block .institute-desc {
    font-size: 15px;
    line-height: 1.85;
    color: #666;
    margin-bottom: 14px;
    font-style: italic;
}

.institute-block .institute-role {
    font-size: 15px;
    line-height: 1.7;
    color: #1a1a1a;
    font-weight: 500;
    margin: 0;
}

/* Privacy page */
.privacy-content h2 {
    font-size: 24px;
    margin-bottom: 1.5em;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(0,0,0,0.06);
}

.privacy-content h3 {
    font-family: 'Quicksand', sans-serif;
    font-size: 17px;
    font-weight: 600;
    color: #1a1a1a;
    margin-top: 1.5em;
    margin-bottom: 8px;
}

.privacy-content p {
    font-size: 15px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 8px;
}

.privacy-content a {
    color: #4c0d17;
    border-bottom: 1px solid rgba(76,13,23,0.2);
    transition: border-color 0.2s;
}

.privacy-content a:hover {
    border-color: #4c0d17;
}

/* GDPR checkbox */
.form-group--checkbox {
    margin-bottom: 1.5rem;
}

.checkbox-label {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    cursor: pointer;
    font-size: 14px;
    line-height: 1.6;
    color: #666;
}

.checkbox-label input[type="checkbox"] {
    width: 18px;
    height: 18px;
    min-width: 18px;
    margin-top: 2px;
    accent-color: #4c0d17;
    cursor: pointer;
}

.checkbox-label a {
    color: #4c0d17;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.checkbox-label a:hover {
    color: #c46070;
}

/* Footer legal links */
.footer-legal-links {
    font-size: 11px !important;
    color: rgba(255,255,255,0.25) !important;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.footer-legal-links a {
    color: rgba(255,255,255,0.25);
    transition: color 0.2s;
}

.footer-legal-links a:hover {
    color: rgba(255,255,255,0.6);
}

.footer-legal-sep {
    margin: 0 8px;
    opacity: 0.5;
}

.experience-list {
    margin: 16px 0 8px 20px;
    padding: 0;
}

.experience-list li {
    font-size: 15px;
    line-height: 1.85;
    color: #555;
    font-weight: 300;
    margin-bottom: 6px;
    list-style: disc;
}

.foundation-link {
    color: #1a1a1a;
    font-weight: 500;
    font-size: 15px;
    text-decoration: none;
    border-bottom: 1px solid rgba(0,0,0,0.15);
    transition: border-color 0.2s;
}

.foundation-link:hover {
    border-color: #1a1a1a;
}

/* ========================================
   SERVICES PAGE
   ======================================== */
.services-page {
    padding: 108px 0 120px;
    background: #fff;
}

.service-detail,
.service-detailed {
    padding: 0 0 32px;
    margin-bottom: 32px;
    border-bottom: 1px solid rgba(0,0,0,0.06);
}

.service-detail:last-child,
.service-detailed:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.service-detail h3,
.service-detailed h3 {
    color: #1a1a1a;
    font-size: 22px;
    line-height: 1.3;
    margin-bottom: 12px;
}

.service-detail ul,
.service-detailed ul {
    list-style: none;
    margin-top: 12px;
    padding-left: 0;
}

.service-detail li,
.service-detailed li {
    padding-left: 1.2rem;
    position: relative;
    margin-bottom: 8px;
    color: #666;
    font-size: 16px;
}

.service-detail li::before,
.service-detailed li::before {
    content: '\2014';
    position: absolute;
    left: 0;
    color: #aaa;
}

/* ========================================
   CONTACT
   ======================================== */
.contact-page,
.contact-section {
    padding: 120px 0;
    background: #faf8f6;
}

.contact-intro {
    font-size: 18px;
    text-align: center;
    max-width: 640px;
    margin: 0 auto 64px;
    color: #666;
    line-height: 1.9;
}

.contact-content {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 64px;
}

.contact-form {
    background: #fff;
    padding: 40px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
}

.contact-form .btn {
    background: #4c0d17;
    color: #fff;
    border-color: #4c0d17;
    width: 100%;
}

.contact-form .btn:hover {
    background: transparent;
    color: #4c0d17;
}

.form-group { margin-bottom: 1.5rem; }

.form-group label {
    display: block;
    margin-bottom: 8px;
    color: #1a1a1a;
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 14px 16px;
    border: 1px solid rgba(0,0,0,0.1);
    border-radius: 0;
    font-family: inherit;
    font-size: 16px;
    transition: border-color 0.2s;
}

.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #4c0d17;
}

.form-group textarea {
    resize: vertical;
    min-height: 140px;
}

.contact-info-main,
.contact-details { padding: 0; }

.contact-item {
    margin-bottom: 24px;
}

.contact-item h3 {
    font-size: 16px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 6px;
}

.contact-item p {
    font-size: 16px;
    color: #666;
}

.contact-item a {
    color: #4c0d17;
    transition: color 0.2s;
}

.contact-item a:hover {
    color: #c46070;
}

/* ========================================
   BLOG PAGE
   ======================================== */
.blog-section,
.blog-page {
    padding: 108px 0 120px;
    background: #fff;
}

.blog-list {
    max-width: 700px;
    margin: 0 auto;
}

.blog-item {
    padding: 0 0 32px;
    margin-bottom: 32px;
    border-bottom: 1px solid rgba(0,0,0,0.06);
}

.blog-item h3 a {
    color: #1a1a1a;
    transition: color 0.2s;
}

.blog-item h3 a:hover { color: #c46070; }

/* ========================================
   MOBILE MENU
   ======================================== */
.mobile-menu-toggle {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
    z-index: 1001;
}

.mobile-menu-toggle span {
    width: 22px;
    height: 2px;
    background-color: #fff;
    transition: all 0.3s;
}

.mobile-menu-toggle.active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}

.mobile-menu-toggle.active span:nth-child(2) { opacity: 0; }

.mobile-menu-toggle.active span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
}

body.menu-open { overflow: hidden; }

/* ========================================
   SCROLL ANIMATIONS
   ======================================== */
.fade-in {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.fade-in.visible {
    opacity: 1;
    transform: translateY(0);
}

/* ========================================
   RESPONSIVE — Tablet
   ======================================== */
@media (max-width: 1024px) {
    .hero-layout {
        grid-template-columns: 1fr 360px;
        gap: 40px;
    }

    .hero-text h2 {
        font-size: clamp(34px, 4.5vw, 52px);
    }

    .blog-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 900px) {
    .blog-grid { grid-template-columns: 1fr; }
    .contact-content { grid-template-columns: 1fr; gap: 40px; }
    .footer-content { grid-template-columns: 1fr 1fr; }
    .advantages-grid { grid-template-columns: 1fr; gap: 36px; }
    .credentials-row { gap: 40px; }
}

/* ========================================
   RESPONSIVE — Mobile
   ======================================== */
@media (max-width: 768px) {
    .mobile-menu-toggle { display: flex; }

    .header-right {
        position: fixed;
        top: 0;
        right: -100%;
        width: 80%;
        max-width: 320px;
        height: 100vh;
        background: #4c0d17;
        flex-direction: column;
        gap: 2rem;
        padding: 80px 30px 30px;
        transition: right 0.3s ease;
        overflow-y: auto;
        box-shadow: -4px 0 20px rgba(0,0,0,0.2);
        z-index: 1000;
    }

    .header-right.mobile-active { right: 0; }
    nav { width: 100%; }

    nav ul {
        flex-direction: column;
        width: 100%;
    }

    nav ul li {
        width: 100%;
        border-bottom: 1px solid rgba(255,255,255,0.08);
    }

    nav a {
        display: block;
        padding: 14px 0;
        font-size: 14px;
        margin-right: 0;
        color: rgba(255,255,255,0.9);
    }

    ul.submenu {
        display: block !important;
        position: static;
        padding-top: 0;
        min-width: 0;
    }

    ul.submenu li a {
        padding: 10px 0 10px 16px;
        font-size: 13px;
        font-weight: 500;
        color: rgba(255,255,255,0.6);
        background: transparent;
        border: none;
        border-bottom: 1px solid rgba(255,255,255,0.04);
    }

    ul.submenu li:first-child a,
    ul.submenu li:last-child a { border-radius: 0; }

    ul.submenu li a:hover { color: #f3adb2; background: transparent; }

    .language-switcher {
        width: 100%;
        justify-content: flex-start;
        padding-top: 16px;
        border-top: 1px solid rgba(255,255,255,0.08);
    }

    .lang-link { font-size: 14px; margin-left: 0; margin-right: 12px; }
    .lang-separator { display: none; }

    .header-right.mobile-active::before {
        content: '';
        position: fixed;
        top: 0; left: 0; right: 0; bottom: 0;
        background: rgba(0,0,0,0.4);
        z-index: -1;
    }

    /* Hero mobile */
    .hero {
        padding: 48px 0 0;
    }

    .hero-layout {
        grid-template-columns: 1fr;
        gap: 36px;
    }

    .hero-text {
        padding-bottom: 0;
        text-align: center;
    }

    .hero-text h2 {
        font-size: clamp(32px, 8vw, 44px);
    }

    .hero-text p {
        font-size: 15px;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .hero-name, .hero-role {
        text-align: center;
    }

    .hero .btn {
        width: 100%;
        justify-content: center;
        min-height: 56px;
        font-size: 15px;
    }

    .hero-photo {
        max-width: 320px;
        margin: 0 auto;
    }

    /* Credentials mobile */
    .credentials-bar { padding: 24px 0; }
    .credentials-row {
        flex-direction: column;
        gap: 16px;
        align-items: center;
    }
    .credential { gap: 8px; }

    /* Sections mobile */
    .positioning { padding: 76px 0; }
    .positioning-text p { font-size: 16px; line-height: 1.9; }

    .services-preview,
    .services-section { padding: 76px 0; }
    .service-row {
        grid-template-columns: 40px 1fr;
        padding: 32px 0;
    }
    .service-body h3 { font-size: 19px; }

    .advantages { padding: 76px 0; }
    .blog-preview { padding: 76px 0; }
    .blog-grid { grid-template-columns: 1fr; }

    .section-title {
        font-size: clamp(26px, 6vw, 36px);
        margin-bottom: 40px;
    }

    .logo-name { font-size: 16px; }
    .logo-subtitle { font-size: 10px; }

    /* Footer mobile */
    footer { padding: 56px 0 28px; }
    .footer-content { grid-template-columns: 1fr; gap: 32px; }
    .footer-bottom { flex-direction: column; gap: 0.6rem; text-align: center; }

    /* About page mobile */
    .content-section > div[style*="display: flex"] {
        flex-direction: column;
    }
    .content-section > div[style*="display: flex"] > div:first-child img {
        max-width: 200px;
        margin-bottom: 1rem;
    }
    .about-page { padding: 64px 0 76px; }

    /* Contact mobile */
    .contact-page,
    .contact-section { padding: 76px 0; }
}

@media (max-width: 480px) {
    .container { padding: 0 20px; }
    .header-right { width: 88%; }
    .logo-name { font-size: 15px; }
    .hero-text h2 { font-size: clamp(28px, 7.5vw, 38px); }
    .blog-card { padding: 28px 24px; }
}
