/* cilinger.vip - Çilingər xidməti
   Tema: dərin gecə mavisi + kəhrəba
   ---------------------------------------------------- */

:root {
    --primary: #10233f;
    --primary-dark: #0a1729;
    --accent: #f5a524;
    --accent-dark: #d98a0d;
    --accent-soft: #fff4e0;
    --teal: #1f9c8a;
    --dark: #0d1420;
    --light: #f5f7fa;
    --muted: #6b7688;
    --text: #23303f;
    --line: #e3e8ef;
    --white: #ffffff;
    --radius: 14px;
    --radius-lg: 22px;
    --shadow-sm: 0 2px 10px rgba(16, 35, 63, .06);
    --shadow: 0 10px 30px rgba(16, 35, 63, .10);
    --shadow-lg: 0 22px 55px rgba(16, 35, 63, .16);
    --font: 'Segoe UI', 'Helvetica Neue', Roboto, Arial, sans-serif;
}

* { box-sizing: border-box; }

body {
    font-family: var(--font);
    color: var(--text);
    background: var(--white);
    line-height: 1.75;
    padding-top: 76px;
    overflow-x: hidden;
    font-size: 16px;
}

h1, h2, h3, h4, h5 {
    font-weight: 700;
    line-height: 1.28;
    color: var(--primary);
}

a { text-decoration: none; transition: .22s; }
img { max-width: 100%; }
p { margin-bottom: 1rem; }

.text-accent { color: var(--accent) !important; }

/* ---------- Navbar ---------- */
.navbar {
    background: rgba(16, 35, 63, .97);
    padding: 12px 0;
    transition: .3s;
    box-shadow: 0 2px 18px rgba(10, 23, 41, .18);
}

.navbar.scrolled {
    background: var(--primary-dark);
    padding: 7px 0;
}

.navbar-brand {
    color: var(--white) !important;
    font-weight: 800;
    font-size: 1.32rem;
    letter-spacing: .2px;
    display: flex;
    align-items: center;
    gap: 9px;
}

.navbar-brand .brand-mark {
    width: 38px;
    height: 38px;
    border-radius: 11px;
    background: linear-gradient(135deg, var(--accent), var(--accent-dark));
    color: var(--primary-dark);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.05rem;
}

.navbar-brand small {
    display: block;
    font-size: .63rem;
    font-weight: 500;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    color: var(--accent);
    line-height: 1;
    margin-top: 3px;
}

.navbar-nav .nav-link {
    color: rgba(255, 255, 255, .84) !important;
    font-weight: 500;
    font-size: .935rem;
    padding: 8px 11px !important;
    border-radius: 8px;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
    color: var(--accent) !important;
    background: rgba(245, 165, 36, .1);
}

.nav-lang {
    border: 1px solid rgba(245, 165, 36, .55);
    border-radius: 8px !important;
    color: var(--accent) !important;
    font-weight: 600 !important;
    padding: 6px 12px !important;
}

.navbar-phone {
    background: linear-gradient(135deg, var(--accent), var(--accent-dark));
    color: var(--primary-dark);
    padding: 9px 17px;
    border-radius: 10px;
    font-weight: 700;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    box-shadow: 0 6px 16px rgba(245, 165, 36, .3);
}

.navbar-phone:hover { color: var(--primary-dark); transform: translateY(-2px); }

.navbar-wap {
    background: #25d366;
    color: #fff;
    width: 42px;
    height: 42px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
}

.navbar-wap:hover { color: #fff; transform: translateY(-2px); }
.navbar-toggler { border-color: rgba(255, 255, 255, .35); }
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255,0.9)' stroke-width='2.2' stroke-linecap='round' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

/* ---------- Hero ---------- */
.hero {
    position: relative;
    color: var(--white);
    padding: 36px 0 32px;
    background: linear-gradient(120deg, rgba(10, 23, 41, .95) 0%, rgba(16, 35, 63, .88) 55%, rgba(16, 35, 63, .74) 100%), none;
}

.hero::after {
    content: '';
    position: absolute;
    right: -140px;
    top: -90px;
    width: 420px;
    height: 420px;
    background: radial-gradient(circle, rgba(245, 165, 36, .22), transparent 68%);
    border-radius: 50%;
}

.hero .container { position: relative; z-index: 2; }

.hero h1 {
    color: var(--white);
    font-size: 2.85rem;
    font-weight: 800;
    margin-bottom: 18px;
}

.hero h1 span { color: var(--accent); }

.hero-lead {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, .87);
    max-width: 620px;
    margin-bottom: 26px;
}

.hero-points {
    list-style: none;
    padding: 0;
    margin: 0 0 30px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 26px;
}

.hero-points li {
    color: rgba(255, 255, 255, .9);
    font-size: .95rem;
    display: flex;
    align-items: center;
    gap: 9px;
}

.hero-points i { color: var(--accent); }

.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; }

.hero-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 34px;
    margin-top: 44px;
    padding-top: 28px;
    border-top: 1px solid rgba(255, 255, 255, .16);
}

.hero-stats .num {
    font-size: 1.85rem;
    font-weight: 800;
    color: var(--accent);
    line-height: 1;
}

.hero-stats .lbl {
    font-size: .84rem;
    color: rgba(255, 255, 255, .72);
    margin-top: 6px;
}

/* ---------- Buttons ---------- */
.btn-cta,
.btn-call,
.btn-wap,
.btn-ghost {
    border: 0;
    padding: 13px 26px;
    border-radius: 11px;
    font-weight: 700;
    font-size: 1rem;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    transition: .25s;
}

.btn-call {
    background: linear-gradient(135deg, var(--accent), var(--accent-dark));
    color: var(--primary-dark);
    box-shadow: 0 8px 22px rgba(245, 165, 36, .34);
}

.btn-call:hover { color: var(--primary-dark); transform: translateY(-3px); }

.btn-wap { background: #25d366; color: #fff; box-shadow: 0 8px 22px rgba(37, 211, 102, .3); }
.btn-wap:hover { color: #fff; transform: translateY(-3px); }

.btn-ghost {
    background: transparent;
    color: var(--white);
    border: 1.6px solid rgba(255, 255, 255, .45);
}

.btn-ghost:hover { background: var(--white); color: var(--primary); }

.btn-outline-primary2 {
    border: 1.6px solid var(--primary);
    color: var(--primary);
    padding: 11px 24px;
    border-radius: 11px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.btn-outline-primary2:hover { background: var(--primary); color: var(--white); }

/* ---------- Section base ---------- */
.section { padding: 52px 0; }
.section-alt { background: var(--light); }

.section-head { max-width: 720px; margin: 0 auto 48px; text-align: center; }

.section-eyebrow {
    display: inline-block;
    color: var(--accent-dark);
    background: var(--accent-soft);
    font-size: .78rem;
    font-weight: 700;
    letter-spacing: 1.3px;
    text-transform: uppercase;
    padding: 6px 15px;
    border-radius: 30px;
    margin-bottom: 14px;
}

.section-title { font-size: 2.05rem; margin-bottom: 13px; }
.section-subtitle { color: var(--muted); font-size: 1.02rem; margin: 0; }

/* ---------- Page banner ---------- */
.page-banner {
    position: relative;
    padding: 62px 0 54px;
    color: var(--white);
    background: linear-gradient(115deg, rgba(10, 23, 41, .94), rgba(16, 35, 63, .8)), none;
}

.page-banner h1 {
    color: var(--white);
    font-size: 2.25rem;
    margin: 12px 0 10px;
}

.page-banner .lead-sm {
    color: rgba(255, 255, 255, .84);
    max-width: 700px;
    margin: 0;
    font-size: 1.02rem;
}

.breadcrumb-nav { font-size: .87rem; color: rgba(255, 255, 255, .68); }
.breadcrumb-nav a { color: rgba(255, 255, 255, .85); }
.breadcrumb-nav a:hover { color: var(--accent); }
.breadcrumb-nav .sep { margin: 0 8px; opacity: .6; }

/* ---------- Service cards ---------- */
.service-card {
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 28px 24px;
    height: 100%;
    transition: .28s;
    position: relative;
    overflow: hidden;
}

.service-card::before {
    content: '';
    position: absolute;
    left: 0; top: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, var(--accent), var(--accent-dark));
    transform: scaleX(0);
    transform-origin: left;
    transition: .3s;
}

.service-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); border-color: transparent; }
.service-card:hover::before { transform: scaleX(1); }

.service-card .ico {
    width: 54px;
    height: 54px;
    border-radius: 14px;
    background: var(--accent-soft);
    color: var(--accent-dark);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.35rem;
    margin-bottom: 16px;
}

.service-card h3 { font-size: 1.12rem; margin-bottom: 9px; }
.service-card h3 a { color: inherit; text-decoration: none; transition: color .2s ease; }
.service-card h3 a:hover { color: var(--accent-dark); }
.service-card p { color: var(--muted); font-size: .94rem; margin-bottom: 14px; }

.service-card .more {
    color: var(--accent-dark);
    font-weight: 600;
    font-size: .9rem;
    display: inline-flex;
    align-items: center;
    gap: 7px;
}

.service-card .more:hover { gap: 11px; }

/* ---------- Content block ---------- */
.content-block { font-size: 1.02rem; }
.content-block h2 { font-size: 1.62rem; margin: 34px 0 15px; }
.content-block h2:first-child { margin-top: 0; }
.content-block h3 { font-size: 1.22rem; margin: 26px 0 12px; }
.content-block p { color: #41505f; }

.check-list { list-style: none; padding: 0; margin: 0 0 22px; }

.check-list li {
    position: relative;
    padding: 8px 0 8px 32px;
    color: #41505f;
}

.check-list li::before {
    content: "\f00c";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 9px;
    color: var(--teal);
    font-size: .88rem;
}

.info-box {
    background: var(--accent-soft);
    border-left: 4px solid var(--accent);
    border-radius: 12px;
    padding: 20px 22px;
    margin: 26px 0;
}

.info-box p:last-child { margin-bottom: 0; }

.media-figure { border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow); }
.media-figure img { width: 100%; height: 100%; object-fit: cover; display: block; }

/* ---------- Benefits ---------- */
.benefit-card {
    display: flex;
    gap: 16px;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 24px 22px;
    height: 100%;
    transition: .26s;
}

.benefit-card:hover { box-shadow: var(--shadow); transform: translateY(-4px); }

.benefit-card .ico {
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: var(--primary);
    color: var(--accent);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.15rem;
}

.benefit-card h3 { font-size: 1.04rem; margin-bottom: 7px; }
.benefit-card p { color: var(--muted); font-size: .92rem; margin: 0; }

/* ---------- Steps ---------- */
.step-card { text-align: center; padding: 26px 18px; }

.step-card .num {
    width: 52px;
    height: 52px;
    margin: 0 auto 15px;
    border-radius: 50%;
    background: var(--primary);
    color: var(--accent);
    font-weight: 800;
    font-size: 1.15rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.step-card h3 { font-size: 1.05rem; margin-bottom: 8px; }
.step-card p { color: var(--muted); font-size: .92rem; margin: 0; }

/* ---------- Price table ---------- */
.price-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    overflow: hidden;
}

.price-table th {
    background: var(--primary);
    color: var(--white);
    font-weight: 600;
    padding: 14px 18px;
    font-size: .95rem;
}

.price-table td { padding: 13px 18px; border-top: 1px solid var(--line); font-size: .95rem; }
.price-table tbody tr:hover { background: var(--light); }
.price-table .price { color: var(--accent-dark); font-weight: 700; white-space: nowrap; }

/* ---------- FAQ ---------- */
.faq-item {
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    margin-bottom: 13px;
    overflow: hidden;
}

.faq-q {
    width: 100%;
    text-align: left;
    background: none;
    border: 0;
    padding: 18px 22px;
    font-weight: 600;
    font-size: 1.02rem;
    color: var(--primary);
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 14px;
    cursor: pointer;
}

.faq-q i { color: var(--accent-dark); transition: .3s; flex-shrink: 0; }
.faq-item.open .faq-q i { transform: rotate(45deg); }

.faq-a { max-height: 0; overflow: hidden; transition: max-height .32s ease; }
.faq-a-inner { padding: 0 22px 19px; color: var(--muted); font-size: .96rem; }
.faq-item.open .faq-a { max-height: 460px; }

/* ---------- Region / area cards ---------- */
.area-card {
    display: block;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 22px 20px;
    height: 100%;
    transition: .26s;
}

.area-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); border-color: var(--accent); }
.area-card .ico { color: var(--accent-dark); font-size: 1.35rem; margin-bottom: 11px; }
.area-card h3 { font-size: 1.06rem; margin-bottom: 6px; }
.area-card p { color: var(--muted); font-size: .9rem; margin: 0; }

/* ---------- Blog ---------- */
.blog-card {
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    overflow: hidden;
    height: 100%;
    transition: .28s;
}

.blog-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.blog-card .thumb { height: 195px; overflow: hidden; }
.blog-card .thumb img { width: 100%; height: 100%; object-fit: cover; transition: .5s; }
.blog-card:hover .thumb img { transform: scale(1.07); }
.blog-card .body { padding: 22px 20px; }
.blog-card .meta { font-size: .82rem; color: var(--muted); margin-bottom: 9px; }
.blog-card h3 { font-size: 1.08rem; margin-bottom: 9px; }
.blog-card h3 a { color: var(--primary); }
.blog-card h3 a:hover { color: var(--accent-dark); }
.blog-card p { color: var(--muted); font-size: .92rem; margin-bottom: 13px; }

/* ---------- Contact ---------- */
.contact-card {
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 26px 22px;
    height: 100%;
    text-align: center;
    transition: .26s;
}

.contact-card:hover { box-shadow: var(--shadow); transform: translateY(-4px); }

.contact-card .ico {
    width: 56px;
    height: 56px;
    margin: 0 auto 15px;
    border-radius: 50%;
    background: var(--accent-soft);
    color: var(--accent-dark);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
}

.contact-card h3 { font-size: 1.06rem; margin-bottom: 7px; }
.contact-card a { color: var(--text); font-weight: 600; }
.contact-card a:hover { color: var(--accent-dark); }

.form-card {
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    padding: 32px 28px;
    box-shadow: var(--shadow-sm);
}

.form-control, .form-select {
    border: 1.4px solid var(--line);
    border-radius: 10px;
    padding: 12px 15px;
    font-size: .96rem;
}

.form-control:focus, .form-select:focus {
    border-color: var(--accent);
    box-shadow: 0 0 0 .2rem rgba(245, 165, 36, .16);
}

.form-label { font-weight: 600; font-size: .92rem; color: var(--primary); margin-bottom: 6px; }

/* ---------- CTA ---------- */
.cta {
    position: relative;
    color: var(--white);
    padding: 74px 0;
    background: linear-gradient(115deg, rgba(10, 23, 41, .95), rgba(16, 35, 63, .82)),
                none;
}

.cta h2 { color: var(--white); font-size: 1.95rem; margin-bottom: 12px; }
.cta p { color: rgba(255, 255, 255, .84); max-width: 640px; margin: 0 auto 26px; }

.cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 13px;
    justify-content: center;
}

/* ---------- Footer ---------- */
.footer { background: var(--primary-dark); color: rgba(255, 255, 255, .72); padding: 62px 0 0; }
.footer h5 { color: var(--white); font-size: 1.06rem; margin-bottom: 18px; }
.footer p { font-size: .92rem; }
.footer a { color: rgba(255, 255, 255, .72); font-size: .92rem; display: block; padding: 5px 0; }
.footer a:hover { color: var(--accent); }
.footer a.d-inline { display: inline; padding: 0; }

.footer-brand {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--white);
    font-weight: 800;
    font-size: 1.2rem;
    margin-bottom: 14px;
}

.footer-brand .brand-mark {
    width: 38px; height: 38px;
    border-radius: 11px;
    background: linear-gradient(135deg, var(--accent), var(--accent-dark));
    color: var(--primary-dark);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.social-links { display: flex; gap: 10px; margin-top: 16px; }

.social-links a {
    width: 40px; height: 40px;
    border-radius: 10px;
    background: rgba(255, 255, 255, .08);
    color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.social-links a:hover { background: var(--accent); color: var(--primary-dark); }

.footer-regions {
    border-top: 1px solid rgba(255, 255, 255, .1);
    margin-top: 26px;
    padding: 22px 0 6px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px 20px;
}

.footer-regions a { font-size: .87rem; padding: 3px 0; }

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, .1);
    margin-top: 12px;
    padding: 20px 0;
    text-align: center;
}

.footer-bottom p { margin: 0; font-size: .88rem; }

/* ---------- Floating buttons ---------- */
.whatsapp-btn, .call-btn, .scroll-top {
    position: fixed;
    right: 20px;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.45rem;
    z-index: 999;
    border: 0;
    box-shadow: var(--shadow);
    transition: .25s;
}

.whatsapp-btn { bottom: 20px; background: #25d366; color: #fff; }
.call-btn { bottom: 84px; background: var(--accent); color: var(--primary-dark); }

.whatsapp-btn:hover, .call-btn:hover { transform: scale(1.09); }
.whatsapp-btn:hover { color: #fff; }
.call-btn:hover { color: var(--primary-dark); }

.scroll-top {
    bottom: 148px;
    background: var(--primary);
    color: var(--white);
    font-size: 1.05rem;
    opacity: 0;
    visibility: hidden;
}

.scroll-top.show { opacity: 1; visibility: visible; }

/* ---------- Responsive ---------- */
@media (max-width: 991px) {
    body { padding-top: 66px; }
    .navbar-collapse {
        background: var(--primary-dark);
        margin-top: 12px;
        padding: 14px;
        border-radius: 12px;
    }
    .navbar-phone, .navbar-wap { margin-top: 9px; display: inline-flex; }
    .hero { padding: 28px 0 24px; }
    .hero h1 { font-size: 2.15rem; }
    .section { padding: 60px 0; }
    .section-title { font-size: 1.75rem; }
}

@media (max-width: 575px) {
    body { font-size: 15.4px; }
    .hero h1 { font-size: 1.82rem; }
    .hero-lead { font-size: 1rem; }
    .hero-stats { gap: 22px; }
    .hero-stats .num { font-size: 1.5rem; }
    .page-banner h1 { font-size: 1.65rem; }
    .section-title { font-size: 1.52rem; }
    .cta h2 { font-size: 1.5rem; }
    .btn-call, .btn-wap, .btn-ghost { width: 100%; justify-content: center; }
    .hero-actions, .cta-actions { flex-direction: column; }
}
