/* ================================================================
   KIT: ANGLO DARK
   Тёмная архитектурная/дизайнерская тема — вдохновлён Anglo HTML.
   Чёрный фон #181818, оранжево-красный акцент #ff5101,
   Syne + DM Sans, крупная типографика, marquee, круглые hover-кнопки
   Идеал: архитектура, интерьер-дизайн, креативные агентства
   ================================================================ */

:root {
    --bg-primary:    #181818;
    --bg-secondary:  #0e0e0e;
    --bg-card:       #222222;
    --bg-card-hover: #2a2a2a;
    --bg-dark:       #0e0e0e;
    --text-primary:  #ffffff;
    --text-secondary: #d0d0d0;
    --text-muted:    #888888;
    --footer-dark-bg: #0e0e0e;
    --border-color:  #393939;
    --border-light:  rgba(255, 81, 1, 0.12);

    --accent-1: #ff5101;
    --accent-2: #ff7a3d;
    --accent-gradient: linear-gradient(135deg, var(--accent-1), var(--accent-2));
    --accent-glow: 0 8px 28px rgba(255, 81, 1, 0.30);

    --font-heading: 'Syne', system-ui, sans-serif;
    --font-body:    'DM Sans', system-ui, sans-serif;

    --fs-h1: 72px;
    --fs-h2: 48px;
    --fs-h3: 32px;
    --fs-h4: 24px;
    --fs-h5: 20px;
    --fs-body: 16px;
    --fs-small: 14px;

    --fw-bold:     700;
    --fw-semibold: 600;
    --fw-medium:   500;
    --fw-regular:  400;
    --fw-light:    300;

    --radius-sm:   4px;
    --radius-md:   8px;
    --radius-lg:   12px;
    --radius-xl:   16px;
    --radius-pill: 100px;

    --transition:      all 0.35s ease;
    --transition-slow: all 0.6s ease;

    --shadow-sm: 0 3px 12px rgba(0, 0, 0, 0.2);
    --shadow-md: 0 8px 28px rgba(0, 0, 0, 0.30);
    --shadow-lg: 0 16px 50px rgba(0, 0, 0, 0.40);
    --shadow-xl: 0 28px 72px rgba(0, 0, 0, 0.50);
    --shadow-neutral: 0 6px 24px rgba(0, 0, 0, 0.20);

    --section-padding: 110px 0;
    --container-width: 1200px;
}

*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }

body {
    font-family: var(--font-body);
    font-size: var(--fs-body);
    font-weight: var(--fw-regular);
    line-height: 1.75;
    color: var(--text-secondary);
    background-color: var(--bg-primary);
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}

a { text-decoration: none; cursor: pointer; color: var(--accent-1); transition: var(--transition); }
a:hover { color: var(--accent-2); text-decoration: none; }
img { max-width: 100%; height: auto; display: block; }
ul, ol { list-style: none; padding: 0; margin: 0; }
::selection { background: var(--accent-1); color: #fff; }

h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-heading);
    font-weight: var(--fw-bold);
    color: var(--text-primary);
    line-height: 1.15;
    margin-bottom: 20px;
    text-transform: none;
}
h1 { font-size: var(--fs-h1); }
h2 { font-size: var(--fs-h2); }
h3 { font-size: var(--fs-h3); }
h4 { font-size: var(--fs-h4); }
h5 { font-size: var(--fs-h5); }

p { font-size: var(--fs-body); line-height: 1.8; color: var(--text-secondary); margin: 0; }

.text-gradient { background: var(--accent-gradient); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.text-accent   { color: var(--accent-1); }
.text-accent-2 { color: var(--accent-2); }
.text-dark     { color: var(--text-primary); }

/* ── UTILITIES ── */
.section-padding    { padding: var(--section-padding); position: relative; }
.section-padding-sm { padding: 70px 0; }
.section-padding-lg { padding: 140px 0; }
.bg-primary-custom   { background-color: var(--bg-primary); }
.bg-secondary-custom { background-color: var(--bg-secondary); }
.bg-card             { background-color: var(--bg-card); }
.bg-dark-section     { background-color: var(--bg-dark); }
.bg-gradient-custom  { background: var(--accent-gradient); color: #fff; }

.bg-dark-section h1,.bg-dark-section h2,.bg-dark-section h3,
.bg-dark-section h4,.bg-dark-section h5,.bg-dark-section h6 { color: #fff; }
.bg-dark-section p,.bg-dark-section li,.bg-dark-section span:not(.badge) { color: rgba(255,255,255,0.7); }
.bg-dark-section .counter-number { color: #fff; }
.bg-dark-section .counter-label  { color: rgba(255,255,255,0.5); }

.mb-10{margin-bottom:10px} .mb-20{margin-bottom:20px} .mb-30{margin-bottom:30px}
.mb-40{margin-bottom:40px} .mb-50{margin-bottom:50px} .mb-60{margin-bottom:60px}
.mt-10{margin-top:10px}    .mt-20{margin-top:20px}    .mt-30{margin-top:30px}
.mt-40{margin-top:40px}    .mt-50{margin-top:50px}
.gap-20{gap:20px} .gap-30{gap:30px} .gap-40{gap:40px}

/* ── PRELOADER — dark spin ── */
.preloader { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: #0e0e0e; display: flex; align-items: center; justify-content: center; z-index: 99999; transition: opacity 0.4s ease, visibility 0.4s ease; }
.preloader.loaded { opacity: 0; visibility: hidden; }
.preloader-inner { display: flex; gap: 10px; }
.preloader-dot { width: 10px; height: 10px; border-radius: 50%; animation: angloFlicker 0.7s ease-in-out infinite alternate; }
.preloader-dot:nth-child(1) { background: var(--accent-1); animation-delay: 0s; }
.preloader-dot:nth-child(2) { background: var(--accent-2); animation-delay: 0.15s; }
.preloader-dot:nth-child(3) { background: var(--text-muted); animation-delay: 0.3s; }
@keyframes angloFlicker { 0% { opacity: 0.3; } 100% { opacity: 1; } }

/* ── BUTTONS — clean angular ── */
.btn-custom {
    display: inline-flex; align-items: center; justify-content: center; gap: 10px;
    padding: 14px 36px;
    font-family: var(--font-heading); font-size: var(--fs-small);
    font-weight: var(--fw-semibold); text-transform: uppercase; letter-spacing: 1px;
    border-radius: var(--radius-pill);
    border: 2px solid transparent;
    cursor: pointer; transition: var(--transition); white-space: nowrap;
}
.btn-primary-custom { background: var(--accent-1); color: #fff; border-color: var(--accent-1); }
.btn-primary-custom:hover { background: transparent; color: var(--accent-1); transform: translateY(-4px); }
.btn-outline-custom { background: transparent; color: #fff; border-color: rgba(255,255,255,0.3); }
.btn-outline-custom:hover { border-color: var(--accent-1); color: var(--accent-1); transform: translateY(-4px); }
.btn-link-custom { background: none; border: none; color: var(--accent-1); padding: 0; font-weight: var(--fw-semibold); display: inline-flex; align-items: center; gap: 6px; font-family: var(--font-heading); text-transform: uppercase; font-size: 13px; letter-spacing: 1px; }
.btn-link-custom:hover { color: var(--accent-2); }
.btn-link-custom i { transition: transform 0.2s ease; }
.btn-link-custom:hover i { transform: translateX(6px); }

/* ── HEADER — minimal dark ── */
.site-header { position: fixed; top: 0; left: 0; width: 100%; z-index: 1000; transition: var(--transition); background: transparent; }
.site-header.scrolled { background: rgba(14,14,14,0.95); backdrop-filter: blur(14px); box-shadow: 0 4px 24px rgba(0,0,0,0.3); }
.header-inner { display: flex; align-items: center; justify-content: space-between; padding: 20px 0; }
.site-logo { font-family: var(--font-heading); font-size: 28px; font-weight: var(--fw-bold); color: #fff; letter-spacing: -0.5px; }
.site-logo:hover { color: #fff; }
.site-logo img { height: 46px; width: auto; }
.main-nav { display: flex; align-items: center; gap: 36px; }
.main-nav .nav-link { color: rgba(255,255,255,0.7); font-family: var(--font-body); font-size: var(--fs-small); font-weight: var(--fw-medium); padding: 6px 0; position: relative; transition: var(--transition); }
.main-nav .nav-link::after { content: ''; position: absolute; bottom: -4px; left: 0; width: 0; height: 2px; background: var(--accent-1); transition: width 0.3s ease; }
.main-nav .nav-link:hover, .main-nav .nav-link.active { color: #fff; }
.main-nav .nav-link:hover::after, .main-nav .nav-link.active::after { width: 100%; }
.header-cta { margin-left: 12px; }
.mobile-toggle { display: none; flex-direction: column; justify-content: center; align-items: center; width: 42px; height: 42px; background: none; border: 2px solid rgba(255,255,255,0.3); border-radius: var(--radius-md); cursor: pointer; padding: 0; gap: 5px; }
.mobile-toggle .burger-line { display: block; width: 20px; height: 2px; background: #fff; border-radius: 2px; transition: transform 0.25s ease, opacity 0.25s ease; }

/* ── HERO — dark cinematic ── */
.hero-section {
    min-height: 100vh; display: flex; align-items: center;
    position: relative; overflow: hidden; padding-top: 100px;
    background: var(--bg-primary);
}
.hero-section::before {
    content: ''; position: absolute; bottom: 0; right: 0;
    width: 40%; height: 100%;
    background: linear-gradient(180deg, transparent, rgba(255,81,1,0.06));
    z-index: 0;
}
.hero-content { position: relative; z-index: 2; }
.hero-image   { position: relative; z-index: 2; }
.hero-image img { border-radius: var(--radius-lg); box-shadow: var(--shadow-xl); }
.hero-tagline {
    display: inline-block; color: var(--accent-1);
    font-size: 13px; font-weight: var(--fw-semibold); font-family: var(--font-heading);
    text-transform: uppercase; letter-spacing: 3px; margin-bottom: 20px;
}
.hero-title {
    font-family: var(--font-heading); font-size: var(--fs-h1);
    font-weight: var(--fw-bold); color: #fff;
    line-height: 1.1; margin-bottom: 24px;
}
.hero-subtitle { font-size: 17px; color: var(--text-secondary); max-width: 520px; margin-bottom: 40px; line-height: 1.8; }
.hero-buttons { display: flex; flex-wrap: wrap; gap: 16px; }

/* ── SECTION HEADER ── */
.section-header { margin-bottom: 60px; }
.section-header.text-center { text-align: center; }
.section-header.text-center .section-desc { max-width: 600px; margin: 0 auto; }
.section-tagline { display: inline-block; font-size: 12px; font-weight: var(--fw-semibold); color: var(--accent-1); text-transform: uppercase; letter-spacing: 3px; margin-bottom: 14px; font-family: var(--font-heading); }
.section-title { font-family: var(--font-heading); font-size: var(--fs-h2); font-weight: var(--fw-bold); color: var(--text-primary); line-height: 1.15; margin-bottom: 16px; }
.section-desc { font-size: var(--fs-body); color: var(--text-secondary); line-height: 1.8; }

/* ── ICON BOXES — dark card ── */
.icon-box { background: var(--bg-card); border-radius: var(--radius-lg); padding: 32px 26px; border: 1px solid var(--border-color); transition: var(--transition); height: 100%; }
.icon-box:hover { border-color: var(--accent-1); transform: translateY(-8px); }
.icon-wrap { width: 64px; height: 64px; background: rgba(255,81,1,0.1); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin-bottom: 20px; transition: var(--transition); }
.icon-wrap i, .icon-wrap svg { color: var(--accent-1); font-size: 26px; }
.icon-box:hover .icon-wrap { background: var(--accent-1); }
.icon-box:hover .icon-wrap i, .icon-box:hover .icon-wrap svg { color: #fff; }
.icon-title { font-family: var(--font-heading); font-size: 19px; margin-bottom: 10px; color: #fff; }
.icon-text  { font-size: var(--fs-small); color: var(--text-secondary); line-height: 1.7; }
.icon-box-horizontal { display: flex; align-items: flex-start; gap: 18px; padding: 22px; background: var(--bg-card); border-radius: var(--radius-lg); border-left: 3px solid var(--accent-1); transition: var(--transition); }
.icon-box-horizontal:hover { transform: translateX(6px); }
.icon-box-horizontal .icon-wrap { flex-shrink: 0; margin-bottom: 0; }

/* ── ABOUT ── */
.about-section { position: relative; }
.about-image { position: relative; }
.about-image .img-main { border-radius: var(--radius-xl); box-shadow: var(--shadow-lg); }
.about-image .img-small { position: absolute; bottom: 20px; left: -24px; width: 42%; border-radius: var(--radius-lg); box-shadow: var(--shadow-md); border: 4px solid var(--bg-primary); }
.experience-badge { position: absolute; bottom: 16px; right: -16px; background: var(--accent-1); color: #fff; padding: 18px 22px; border-radius: var(--radius-lg); text-align: center; box-shadow: var(--shadow-md); z-index: 2; }
.experience-badge .badge-number { font-family: var(--font-heading); font-size: 40px; font-weight: var(--fw-bold); line-height: 1; display: block; }
.experience-badge .badge-text { font-size: 12px; opacity: 0.9; }
.about-list { list-style: none; padding: 0; }
.about-list li { display: flex; align-items: flex-start; gap: 12px; padding: 10px 0; border-bottom: 1px solid var(--border-color); font-size: var(--fs-body); color: var(--text-secondary); }
.about-list li:last-child { border-bottom: none; }
.about-list li i { color: var(--accent-1); margin-top: 2px; flex-shrink: 0; }

/* ── SERVICE CARDS ── */
.service-card { background: var(--bg-card); border-radius: var(--radius-lg); overflow: hidden; border: 1px solid var(--border-color); transition: var(--transition); height: 100%; }
.service-card:hover { border-color: var(--accent-1); transform: translateY(-8px); }
.service-card .card-image { position: relative; overflow: hidden; height: 220px; }
.service-card .card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.service-card:hover .card-image img { transform: scale(1.08); }
.service-card .card-tag { position: absolute; top: 14px; left: 14px; background: var(--accent-1); color: #fff; font-size: 11px; font-weight: var(--fw-bold); padding: 4px 14px; border-radius: var(--radius-pill); text-transform: uppercase; }
.service-card .card-body { padding: 24px; }
.service-card .card-title { font-family: var(--font-heading); font-size: 19px; margin-bottom: 8px; color: #fff; }
.service-card .card-text  { font-size: var(--fs-small); color: var(--text-secondary); margin-bottom: 16px; }
.service-card .card-footer-custom { padding: 0 24px 24px; display: flex; align-items: center; justify-content: space-between; }

/* ── COUNTER ── */
.counter-section { background: var(--bg-secondary); border-top: 1px solid var(--border-color); border-bottom: 1px solid var(--border-color); padding: 80px 0; }
.counter-item { text-align: center; }
.counter-item .counter-icon { font-size: 48px; color: var(--accent-1); margin-bottom: 12px; display: block; }
.counter-number { font-family: var(--font-heading); font-size: 56px; font-weight: var(--fw-bold); color: #fff; line-height: 1; display: block; margin-bottom: 8px; }
.counter-label { font-size: 13px; text-transform: uppercase; letter-spacing: 2px; color: var(--text-muted); }

/* ── TEAM ── */
.team-card { background: var(--bg-card); border-radius: var(--radius-lg); overflow: hidden; border: 1px solid var(--border-color); transition: var(--transition); text-align: center; }
.team-card:hover { border-color: var(--accent-1); transform: translateY(-8px); }
.team-card .team-image { position: relative; overflow: hidden; height: 260px; }
.team-card .team-image img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s ease; }
.team-card:hover .team-image img { transform: scale(1.05); }
.team-card .team-body { padding: 22px; }
.team-name { font-family: var(--font-heading); font-size: 19px; margin-bottom: 4px; color: #fff; }
.team-role { font-size: 14px; color: var(--accent-1); margin-bottom: 14px; }
.team-social { display: flex; justify-content: center; gap: 10px; }
.team-social a { width: 36px; height: 36px; background: var(--bg-primary); color: var(--text-muted); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 14px; transition: var(--transition); }
.team-social a:hover { background: var(--accent-1); color: #fff; }

/* ── TESTIMONIALS ── */
.testimonial-card { background: var(--bg-card); border-radius: var(--radius-xl); padding: 36px; border: 1px solid var(--border-color); transition: var(--transition); height: 100%; }
.testimonial-card:hover { border-color: var(--accent-1); }
.quote-icon   { color: var(--accent-1); font-size: 36px; margin-bottom: 16px; display: block; }
.quote-text   { font-style: italic; color: var(--text-secondary); line-height: 1.8; margin-bottom: 22px; font-size: 15px; }
.testimonial-card .author { display: flex; align-items: center; gap: 14px; padding-top: 18px; border-top: 1px solid var(--border-color); }
.author-image { width: 52px; height: 52px; border-radius: 50%; object-fit: cover; border: 2px solid var(--accent-1); flex-shrink: 0; }
.author-name  { font-family: var(--font-heading); font-size: 16px; font-weight: var(--fw-semibold); margin-bottom: 2px; color: #fff; }
.author-role  { font-size: 13px; color: var(--text-muted); }
.star-rating  { color: #ffc107; font-size: 14px; margin-bottom: 14px; }

/* ── PRICING ── */
.pricing-card { background: var(--bg-card); border: 2px solid var(--border-color); border-radius: var(--radius-xl); padding: 36px 30px; transition: var(--transition); position: relative; overflow: hidden; height: 100%; }
.pricing-card.featured { border-color: var(--accent-1); }
.pricing-card:hover { border-color: var(--accent-1); transform: translateY(-8px); }
.plan-name { font-size: 13px; text-transform: uppercase; letter-spacing: 2px; color: var(--text-muted); margin-bottom: 10px; }
.plan-price { font-family: var(--font-heading); font-size: 48px; font-weight: var(--fw-bold); color: #fff; line-height: 1; }
.plan-period { font-size: 14px; color: var(--text-muted); margin-bottom: 24px; }
.plan-features { list-style: none; padding: 0; margin: 0 0 28px; }
.plan-features li { display: flex; align-items: center; gap: 10px; padding: 8px 0; font-size: 14px; color: var(--text-secondary); border-bottom: 1px solid var(--border-color); }
.plan-features li:last-child { border-bottom: none; }
.plan-features li i { color: var(--accent-1); font-size: 13px; flex-shrink: 0; }
.plan-features li.disabled { color: var(--text-muted); text-decoration: line-through; }
.pricing-badge { position: absolute; top: -1px; right: 24px; background: var(--accent-1); color: #fff; font-size: 11px; font-weight: var(--fw-bold); padding: 6px 14px; border-radius: 0 0 var(--radius-sm) var(--radius-sm); text-transform: uppercase; }

/* ── PORTFOLIO, BLOG, PROCESS, FAQ, CTA, NEWSLETTER, FORM ── */
.portfolio-item { position: relative; overflow: hidden; border-radius: var(--radius-lg); }
.portfolio-item img { width: 100%; height: 300px; object-fit: cover; transition: transform 0.5s ease; }
.portfolio-item:hover img { transform: scale(1.07); }
.portfolio-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(255,81,1,0.9), transparent 60%); opacity: 0; transition: opacity 0.35s ease; display: flex; flex-direction: column; justify-content: flex-end; padding: 24px; border-radius: var(--radius-lg); }
.portfolio-item:hover .portfolio-overlay { opacity: 1; }
.portfolio-cat   { font-size: 12px; color: rgba(255,200,160,0.9); text-transform: uppercase; letter-spacing: 2px; }
.portfolio-title { font-family: var(--font-heading); font-size: 20px; color: #fff; }

.blog-card { background: var(--bg-card); border-radius: var(--radius-lg); overflow: hidden; border: 1px solid var(--border-color); transition: var(--transition); height: 100%; }
.blog-card:hover { border-color: var(--accent-1); transform: translateY(-6px); }
.blog-card .card-image { height: 210px; overflow: hidden; }
.blog-card .card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s ease; }
.blog-card:hover .card-image img { transform: scale(1.07); }
.blog-card .card-body { padding: 24px; }
.card-meta { font-size: 12px; color: var(--text-muted); text-transform: uppercase; letter-spacing: 1px; margin-bottom: 10px; }
.blog-card .card-title { font-family: var(--font-heading); font-size: 18px; margin-bottom: 8px; color: #fff; }
.blog-card .card-text { font-size: var(--fs-small); color: var(--text-secondary); }

.process-item { background: var(--bg-card); border-radius: var(--radius-lg); padding: 30px 24px; border: 1px solid var(--border-color); transition: var(--transition); height: 100%; position: relative; }
.process-item:hover { border-color: var(--accent-1); transform: translateY(-8px); }
.step-number { font-family: var(--font-heading); font-size: 72px; font-weight: var(--fw-bold); color: var(--accent-1); opacity: 0.08; position: absolute; top: 6px; right: 16px; line-height: 1; }
.step-icon   { font-size: 42px; color: var(--accent-1); margin-bottom: 14px; display: block; }
.step-title  { font-family: var(--font-heading); font-size: 19px; margin-bottom: 8px; color: #fff; }
.step-text   { font-size: var(--fs-small); color: var(--text-secondary); }

.faq-section .accordion-item { border: 1px solid var(--border-color); border-radius: var(--radius-lg) !important; margin-bottom: 12px; overflow: hidden; }
.faq-section .accordion-button { font-family: var(--font-heading); font-weight: var(--fw-semibold); color: #fff; background: var(--bg-card); font-size: 17px; }
.faq-section .accordion-button:not(.collapsed) { color: var(--accent-1); background: var(--bg-secondary); box-shadow: none; }
.faq-section .accordion-body { background: var(--bg-secondary); color: var(--text-secondary); font-size: 15px; line-height: 1.8; }

.cta-section { background: var(--accent-1); padding: var(--section-padding); text-align: center; position: relative; overflow: hidden; }
.cta-content { position: relative; z-index: 1; }
.cta-title { font-family: var(--font-heading); font-size: var(--fs-h2); color: #fff; margin-bottom: 14px; }
.cta-text  { font-size: 17px; color: rgba(255,255,255,0.85); margin-bottom: 34px; }

.newsletter-form { display: flex; gap: 12px; flex-wrap: wrap; }
.newsletter-form input[type="email"] { flex: 1; min-width: 200px; padding: 13px 22px; border: 2px solid var(--border-color); border-radius: var(--radius-pill); font-family: var(--font-body); font-size: var(--fs-body); background: var(--bg-card); color: #fff; transition: border-color 0.3s ease; }
.newsletter-form input[type="email"]:focus { outline: none; border-color: var(--accent-1); }
.newsletter-form input[type="email"]::placeholder { color: var(--text-muted); }

.form-custom .form-control { border: 2px solid var(--border-color); border-radius: var(--radius-lg); padding: 13px 20px; font-family: var(--font-body); font-size: var(--fs-body); color: #fff; background: var(--bg-card); transition: border-color 0.3s ease; }
.form-custom .form-control:focus { outline: none; box-shadow: none; border-color: var(--accent-1); }
.form-custom label { font-weight: var(--fw-semibold); color: #fff; margin-bottom: 6px; font-size: 15px; }

/* ── FOOTER ── */
.site-footer { background: var(--footer-dark-bg); color: rgba(255,255,255,0.6); padding: 80px 0 0; }
.footer-widget { margin-bottom: 40px; }
.widget-title { font-family: var(--font-heading); font-size: 18px; font-weight: var(--fw-semibold); color: #fff; margin-bottom: 20px; padding-bottom: 12px; border-bottom: 2px solid var(--accent-1); width: max-content; }
.footer-links { list-style: none; padding: 0; }
.footer-links li { margin-bottom: 10px; }
.footer-links a { color: rgba(255,255,255,0.5); font-size: 14px; transition: var(--transition); }
.footer-links a:hover { color: var(--accent-1); padding-left: 4px; }
.footer-contact li { display: flex; align-items: flex-start; gap: 12px; color: rgba(255,255,255,0.5); font-size: 14px; margin-bottom: 12px; }
.footer-contact li i { color: var(--accent-1); margin-top: 2px; flex-shrink: 0; }
.footer-social { display: flex; gap: 10px; margin-top: 20px; }
.footer-social a { width: 38px; height: 38px; border: 1px solid rgba(255,255,255,0.1); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,0.5); font-size: 15px; transition: var(--transition); }
.footer-social a:hover { background: var(--accent-1); border-color: var(--accent-1); color: #fff; }
.footer-bottom { margin-top: 40px; padding: 20px 0; border-top: 1px solid rgba(255,255,255,0.06); text-align: center; font-size: 13px; color: rgba(255,255,255,0.35); }

.scroll-top { position: fixed; bottom: 30px; right: 30px; width: 48px; height: 48px; background: var(--accent-1); color: #fff; border: none; border-radius: 50%; display: flex; align-items: center; justify-content: center; cursor: pointer; opacity: 0; visibility: hidden; transition: var(--transition); box-shadow: var(--accent-glow); z-index: 999; }
.scroll-top.visible { opacity: 1; visibility: visible; }
.scroll-top:hover { background: transparent; border: 2px solid var(--accent-1); color: var(--accent-1); transform: translateY(-4px); }

.marquee-section { overflow: hidden; padding: 30px 0; background: var(--bg-secondary); border-top: 1px solid var(--border-color); border-bottom: 1px solid var(--border-color); }
.marquee-track { display: flex; gap: 60px; align-items: center; animation: marqueeScroll 25s linear infinite; width: max-content; }
.marquee-section:hover .marquee-track { animation-play-state: paused; }
.marquee-item { display: flex; align-items: center; gap: 14px; font-family: var(--font-heading); font-size: 24px; font-weight: var(--fw-bold); color: rgba(255,255,255,0.12); white-space: nowrap; text-transform: uppercase; letter-spacing: 2px; }
.marquee-item i { color: var(--accent-1); }
@keyframes marqueeScroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }

.line-divider { width: 56px; height: 3px; background: var(--accent-1); border-radius: 2px; margin: 14px auto; }
.line-divider.left { margin-left: 0; }
.serial-badge { font-family: var(--font-heading); font-size: 90px; font-weight: var(--fw-bold); color: transparent; -webkit-text-stroke: 1px rgba(255,255,255,0.06); line-height: 1; }
.text-stroke { color: transparent; -webkit-text-stroke: 1.5px #fff; }

.gallery-item { position: relative; overflow: hidden; border-radius: var(--radius-lg); }
.gallery-item img { width: 100%; height: 260px; object-fit: cover; transition: transform 0.5s ease; }
.gallery-item:hover img { transform: scale(1.1); }
.gallery-overlay { position: absolute; inset: 0; background: rgba(255,81,1,0.7); display: flex; align-items: center; justify-content: center; opacity: 0; transition: opacity 0.35s ease; border-radius: var(--radius-lg); }
.gallery-item:hover .gallery-overlay { opacity: 1; }
.gallery-overlay i { font-size: 36px; color: #fff; }

/* ── RESPONSIVE ── */
@media (max-width: 1199px) { :root { --fs-h1: 56px; --fs-h2: 40px; --fs-h3: 28px; } }
@media (max-width: 991px) { :root { --fs-h1: 44px; --fs-h2: 34px; --section-padding: 80px 0; } .main-nav { display: none; } .mobile-toggle { display: flex; } .about-image .img-small { display: none; } }
@media (max-width: 767px) { :root { --fs-h1: 36px; --fs-h2: 26px; --section-padding: 60px 0; } .hero-buttons { flex-direction: column; } .counter-number { font-size: 44px; } .newsletter-form { flex-direction: column; } }

/* [PATCH] bg-dark-section gaps */
.bg-dark-section .hero-tagline { color: #fff; }
.bg-dark-section .section-tagline { color: var(--accent-1); }
.bg-dark-section .text-muted-custom { color: rgba(255,255,255,0.55); }
.bg-dark-section .footer-links a { color: rgba(255,255,255,0.65); transition: color 0.3s; }
.bg-dark-section .footer-links a:hover { color: #fff; }
.bg-dark-section a:not(.btn-custom):not(.site-logo) { color: rgba(255,255,255,0.8); }
.bg-dark-section a:not(.btn-custom):not(.site-logo):hover { color: #fff; }

/* [PATCH] text-force-light utilities */
/* Utility classes replacing inline color:#fff / color:rgba(255,255,255,...) */
.text-force-light { color: #fff !important; }
.text-force-light-muted { color: rgba(255,255,255,0.7) !important; }
.text-force-light-soft { color: rgba(255,255,255,0.55) !important; }
.text-force-accent { color: var(--accent-1) !important; }
.border-force-light { border-color: rgba(255,255,255,0.3) !important; }
.bg-force-transparent { background: none !important; }
