/* ========== RESET ========== */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: 'Open Sans', sans-serif; font-weight: 400; color: #333; background: #fff; line-height: 1.75; font-size: 16px; }
a { text-decoration: none; color: inherit; transition: color .25s; }
ul { list-style: none; }
img { max-width: 100%; display: block; }
.container { max-width: 1140px; margin: 0 auto; padding: 0 24px; }

/* ========== BUTTONS ========== */
.btn { display: inline-block; padding: 14px 32px; border: none; border-radius: 6px; font-family: inherit; font-weight: 600; font-size: 1rem; cursor: pointer; transition: all .25s; text-align: center; letter-spacing: .3px; }
.btn-primary { background: #2c3e50; color: #fff; }
.btn-primary:hover { background: #e8926e; }
.btn-large { font-size: 1.05rem; padding: 16px 40px; letter-spacing: .5px; }
.btn-cta { background: #e8926e; color: #fff; border-radius: 8px; }
.btn-cta:hover { background: #d4804f; }
.btn-telegram { background: #0088cc; color: #fff; border-radius: 8px; }
.btn-telegram:hover { background: #006da3; }

/* ========== LANG SWITCHER ========== */
.lang-switcher { display: flex; gap: 3px; margin-right: 16px; }
.lang-btn { display: inline-block; padding: 6px 11px; border: 1.5px solid #d0d0d0; border-radius: 6px; background: #fff; font-family: inherit; font-size: .75rem; font-weight: 700; cursor: pointer; color: #999; transition: all .2s; letter-spacing: .3px; text-decoration: none; line-height: 1.2; }
.lang-btn:hover { border-color: #e8926e; color: #e8926e; }
.lang-btn.active, a.lang-btn.active { background: #2c3e50; color: #fff; border-color: #2c3e50; }

/* ========== HEADER ========== */
.site-header { background: #fff; box-shadow: 0 1px 6px rgba(0,0,0,.06); position: sticky; top: 0; z-index: 1000; }
.header-inner { display: flex; align-items: center; justify-content: space-between; height: 72px; }
.logo { font-size: 1.2rem; font-weight: 700; color: #2c3e50; letter-spacing: -.3px; }
.logo:hover { color: #e8926e; }
.logo-tld { color: #e8926e; }
@media (max-width: 480px) { .logo { font-size: 1rem; } }
.mobile-toggle { display: none; background: none; border: none; font-size: 1.6rem; cursor: pointer; color: #2c3e50; }
.nav-list { display: flex; align-items: center; }
.nav-list > li { position: relative; }
.nav-list > li > a { display: block; padding: 24px 14px; font-size: .82rem; font-weight: 600; text-transform: uppercase; letter-spacing: .6px; color: #444; }
.nav-list > li > a:hover { color: #e8926e; }

/* Header CTA button — override nav-list color/padding */
.nav-list > li.nav-cta > a.btn,
.nav-list > li.nav-cta > a.btn-cta { padding: 10px 22px; margin-left: 10px; color: #ffffff; background: #e8926e; border-radius: 8px; text-transform: uppercase; letter-spacing: .5px; font-size: .82rem; }
.nav-list > li.nav-cta > a.btn-cta:hover { background: #d4804f; color: #ffffff; }

.submenu { position: absolute; top: 100%; left: 0; min-width: 230px; background: #2c3e50; border-radius: 0 0 10px 10px; opacity: 0; visibility: hidden; transform: translateY(-8px); transition: all .25s; z-index: 100; box-shadow: 0 8px 24px rgba(0,0,0,.15); }
.has-submenu:hover .submenu { opacity: 1; visibility: visible; transform: translateY(0); }
.submenu li a { display: block; padding: 12px 22px; color: #fff; font-size: .84rem; }
.submenu li a:hover { background: #e8926e; }
.submenu li:last-child a { border-radius: 0 0 10px 10px; }

/* ========== HERO ========== */
.hero { position: relative; height: 560px; overflow: hidden; background: #1a1a2e; }
.hero-slide { position: absolute; inset: 0; opacity: 0; transition: opacity 1s ease; }
.hero-slide.active { opacity: 1; }
.hero-slide:nth-child(1) { background: linear-gradient(135deg, #1a1a2e, #16213e 60%, #0f3460); }
.hero-slide:nth-child(2) { background: linear-gradient(135deg, #0f3460, #4a2768 60%, #c0392b); }
.hero-slide:nth-child(3) { background: linear-gradient(135deg, #2c3e50, #4a627a 60%, #1a1a2e); }
.hero-overlay { position: absolute; inset: 0; background: rgba(0,0,0,.25); }
.hero-content { position: relative; z-index: 2; display: flex; flex-direction: column; align-items: center; justify-content: center; height: 100%; text-align: center; color: #fff; padding: 0 20px; }
.hero-content h1 { font-size: clamp(1.8rem, 4.5vw, 3rem); font-weight: 700; margin-bottom: 18px; text-shadow: 0 2px 12px rgba(0,0,0,.35); max-width: 820px; line-height: 1.25; }
.hero-subtitle { font-size: 1.1rem; margin-bottom: 28px; opacity: .92; max-width: 660px; line-height: 1.65; }
.hero-badge { display: inline-block; background: #27ae60; color: #fff; padding: 10px 26px; border-radius: 50px; font-size: .85rem; font-weight: 700; letter-spacing: .4px; margin-bottom: 14px; animation: pulse 2.5s ease-in-out infinite; border: 2px solid rgba(255,255,255,.25); }
@keyframes pulse { 0%,100%{transform:scale(1);box-shadow:0 0 0 0 rgba(39,174,96,.35)} 50%{transform:scale(1.02);box-shadow:0 0 16px 4px rgba(39,174,96,.2)} }
.hero-stats { display: flex; gap: 48px; margin-top: 32px; }
.stat { display: flex; flex-direction: column; align-items: center; }
.stat strong { font-size: 2rem; font-weight: 700; }
.stat span { font-size: .75rem; opacity: .7; text-transform: uppercase; letter-spacing: .5px; margin-top: 2px; }

.slider-controls { position: absolute; bottom: 28px; left: 50%; transform: translateX(-50%); display: flex; align-items: center; gap: 14px; z-index: 10; }
.slider-arrow { background: rgba(255,255,255,.15); border: 2px solid rgba(255,255,255,.4); color: #fff; width: 38px; height: 38px; border-radius: 50%; font-size: 1.3rem; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: all .25s; }
.slider-arrow:hover { background: #e8926e; border-color: #e8926e; }
.slider-dots { display: flex; gap: 8px; }
.dot { width: 10px; height: 10px; border-radius: 50%; background: rgba(255,255,255,.35); cursor: pointer; transition: background .25s; }
.dot.active { background: #e8926e; }

/* ========== STATUS CARDS ========== */
.status-section { padding: 48px 0; background: #fafafa; }
.status-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 20px; }
.status-card { text-align: center; padding: 28px 16px; border-radius: 14px; background: #fff; border: 1px solid #ebebeb; transition: all .3s; }
.status-card:hover { transform: translateY(-4px); box-shadow: 0 8px 24px rgba(0,0,0,.06); }
.status-icon { font-size: 2.2rem; display: block; margin-bottom: 10px; }
.status-card h3 { font-size: 1rem; font-weight: 700; margin-bottom: 10px; color: #2c3e50; }
.status-label { display: inline-block; padding: 5px 14px; border-radius: 20px; font-size: .75rem; font-weight: 600; }
.status-label.done { background: #e8f8f0; color: #27ae60; }
.status-label.pending { background: #fef9e7; color: #e67e22; }

/* ========== FEATURES BAR ========== */
.features-bar { padding: 28px 0; background: #2c3e50; color: #fff; }
.features-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; text-align: center; }
.feature-item strong { display: block; font-size: .92rem; margin-bottom: 2px; }
.feature-item span { font-size: .78rem; opacity: .65; }

/* ========== SECTIONS ========== */
.section-title { text-align: center; font-size: clamp(1.6rem, 3vw, 2.2rem); font-weight: 700; margin-bottom: 12px; color: #2c3e50; }
.section-subtitle { text-align: center; color: #777; margin-bottom: 48px; max-width: 680px; margin-left: auto; margin-right: auto; font-size: .98rem; line-height: 1.7; }

/* ========== SERVICE DETAIL SECTIONS ========== */
.services-detail-section { padding: 80px 0; }
.services-detail-section.alt-bg { background: #fafafa; }
.services-detail-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 24px; }
.services-detail-grid.cols-3 { grid-template-columns: repeat(3,1fr); }

.detail-card { background: #fff; border: 1px solid #ebebeb; border-radius: 14px; padding: 32px 28px; transition: all .3s; }
.alt-bg .detail-card { background: #fff; }
.detail-card:hover { border-color: #e8926e; box-shadow: 0 6px 20px rgba(0,0,0,.05); transform: translateY(-2px); }
.detail-card h3 { font-size: 1.08rem; font-weight: 700; margin-bottom: 14px; color: #2c3e50; }
.detail-card p { font-size: .94rem; color: #666; line-height: 1.7; }
.detail-card ul { list-style: none; padding: 0; }
.detail-card ul li { padding: 5px 0; font-size: .92rem; color: #555; position: relative; padding-left: 18px; }
.detail-card ul li::before { content: '›'; position: absolute; left: 0; color: #e8926e; font-weight: 700; font-size: 1.1rem; line-height: 1; top: 6px; }

/* ========== GUARANTEE ========== */
.guarantee-section { padding: 72px 0; background: #1a1a2e; }
.guarantee-banner { display: flex; gap: 36px; align-items: flex-start; padding: 48px; background: linear-gradient(135deg, #1e3a2f, #1a2e1a 50%, #0f3460); border-radius: 20px; border: 2px solid #27ae60; position: relative; overflow: hidden; }
.guarantee-banner::before { content: ''; position: absolute; top: -40%; right: -8%; width: 280px; height: 280px; background: rgba(39,174,96,.07); border-radius: 50%; }
.guarantee-icon { flex-shrink: 0; color: #27ae60; }
.guarantee-content { color: #fff; }
.guarantee-content h2 { font-size: 1.55rem; font-weight: 700; margin-bottom: 16px; line-height: 1.35; }
.guarantee-main { font-size: 1.02rem; line-height: 1.75; margin-bottom: 28px; color: rgba(255,255,255,.88); }
.guarantee-steps { display: flex; align-items: center; gap: 14px; margin-bottom: 24px; flex-wrap: wrap; }
.g-step { display: flex; align-items: center; gap: 10px; background: rgba(255,255,255,.07); padding: 12px 18px; border-radius: 10px; border: 1px solid rgba(39,174,96,.25); }
.g-number { width: 28px; height: 28px; border-radius: 50%; background: #27ae60; color: #fff; font-weight: 700; font-size: .82rem; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.g-step span:last-child { font-size: .88rem; color: rgba(255,255,255,.88); }
.g-arrow { color: #27ae60; font-size: 1.4rem; font-weight: 700; }
.guarantee-note { font-size: .82rem; color: rgba(255,255,255,.55); border-top: 1px solid rgba(255,255,255,.08); padding-top: 16px; line-height: 1.65; }

/* ========== HOW IT WORKS ========== */
.process-section { padding: 80px 0; background: #fafafa; }
.process-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 28px; margin-top: 40px; }
.process-grid-4 { grid-template-columns: repeat(4,1fr); }
.process-step { text-align: center; padding: 36px 20px; background: #fff; border-radius: 14px; border: 1px solid #ebebeb; transition: all .3s; }
.process-step:hover { box-shadow: 0 6px 20px rgba(0,0,0,.05); transform: translateY(-2px); }
.step-number { width: 64px; height: 64px; border-radius: 50%; background: #2c3e50; color: #fff; font-size: 1.5rem; font-weight: 700; display: flex; align-items: center; justify-content: center; margin: 0 auto 18px; transition: background .3s; }
.process-step:hover .step-number { background: #e8926e; }
.process-step h3 { font-size: .9rem; font-weight: 700; margin-bottom: 12px; text-transform: uppercase; letter-spacing: .4px; color: #2c3e50; }
.process-step p { font-size: .9rem; color: #777; line-height: 1.65; }
.highlight-step { background: #e8f8f0; border: 2px solid #27ae60; }
.highlight-step .step-number { background: #27ae60; }
.highlight-step h3 { color: #27ae60; }

/* ========== FAQ ========== */
.faq-section { padding: 80px 0; }
.faq-list { max-width: 780px; margin: 0 auto; }
.faq-item { border: 1px solid #ebebeb; border-radius: 12px; margin-bottom: 14px; overflow: hidden; background: #fff; }
.faq-question { width: 100%; padding: 20px 26px; background: transparent; border: none; text-align: left; font-family: inherit; font-size: .96rem; font-weight: 600; color: #333; cursor: pointer; display: flex; justify-content: space-between; align-items: center; transition: background .2s; }
.faq-question:hover { background: #fafafa; }
.faq-question::after { content: '+'; font-size: 1.4rem; font-weight: 300; color: #e8926e; transition: transform .2s; flex-shrink: 0; margin-left: 16px; }
.faq-item.open .faq-question::after { content: '\2212'; }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height .35s ease; }
.faq-item.open .faq-answer { max-height: 400px; }
.faq-answer p { padding: 0 26px 20px; font-size: .94rem; color: #666; line-height: 1.75; }

/* ========== BLOG ========== */
.blog-section { padding: 80px 0; background: #fafafa; }
.blog-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.blog-card { background: #fff; border: 1px solid #ebebeb; border-radius: 14px; overflow: hidden; transition: all .3s; }
.blog-card:hover { transform: translateY(-4px); box-shadow: 0 10px 30px rgba(0,0,0,.07); }
.blog-card-body { padding: 28px; }
.blog-card-date { font-size: .78rem; color: #aaa; margin-bottom: 10px; }
.blog-card-body h3 { font-size: 1.05rem; font-weight: 700; margin-bottom: 12px; color: #2c3e50; line-height: 1.4; }
.blog-card-body p { font-size: .9rem; color: #777; line-height: 1.65; }
.blog-read-more { display: inline-block; margin-top: 14px; font-size: .86rem; font-weight: 600; color: #e8926e; }
.blog-read-more:hover { color: #d4804f; }
.blog-empty { text-align: center; color: #aaa; font-size: .95rem; padding: 48px 0; }

/* ========== FORM ========== */
.contact-section { padding: 80px 0; }
.form-wrapper { max-width: 720px; margin: 0 auto; background: #fff; padding: 44px; border-radius: 16px; box-shadow: 0 4px 24px rgba(0,0,0,.05); border: 1px solid #ebebeb; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.form-group { margin-bottom: 20px; }
.form-group label { display: block; font-size: .88rem; font-weight: 600; margin-bottom: 6px; color: #333; }
.form-group input, .form-group select, .form-group textarea { width: 100%; padding: 12px 16px; border: 1.5px solid #ddd; border-radius: 8px; font-family: inherit; font-size: .94rem; color: #333; transition: border-color .25s; background: #fafafa; }
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { outline: none; border-color: #e8926e; background: #fff; }
.form-group textarea { resize: vertical; }
#apply-form .btn { width: 100%; margin-top: 10px; }
.form-note { text-align: center; font-size: .8rem; color: #aaa; margin-top: 14px; }
.form-quick-contact { text-align: center; font-size: .95rem; color: #2c3e50; margin-top: 24px; padding-top: 20px; border-top: 1px solid #ebebeb; }
.form-quick-contact a { color: #0088cc; font-weight: 600; text-decoration: none; }
.form-quick-contact a:hover { text-decoration: underline; }

/* ========== TELEGRAM CTA ========== */
.telegram-cta { padding: 72px 0; background: linear-gradient(135deg, #0088cc, #006da3); color: #fff; text-align: center; }
.telegram-cta h2 { font-size: 1.8rem; margin-bottom: 12px; font-weight: 700; }
.telegram-cta p { margin-bottom: 28px; opacity: .9; font-size: 1.05rem; }
.telegram-cta .btn-telegram { background: #fff; color: #0088cc; font-weight: 700; }
.telegram-cta .btn-telegram:hover { background: #e6f3fa; }

/* ========== DISCLAIMER ========== */
.disclaimer { padding: 18px 0; background: #fffbe6; border-top: 1px solid #f0e6b8; }
.disclaimer p { text-align: center; font-size: .78rem; color: #998a00; max-width: 800px; margin: 0 auto; line-height: 1.6; }

/* ========== FOOTER ========== */
.site-footer { background: #2c3e50; color: #fff; padding: 56px 0 0; }
.footer-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 32px; padding-bottom: 36px; border-bottom: 1px solid rgba(255,255,255,.08); }
.footer-col h4 { font-size: .88rem; font-weight: 700; margin-bottom: 18px; text-transform: uppercase; letter-spacing: .5px; color: #fff; }
.footer-col ul li { margin-bottom: 10px; color: rgba(255,255,255,.6); font-size: .88rem; }
.footer-col ul li a { color: rgba(255,255,255,.6); font-size: .88rem; }
.footer-col ul li a:hover { color: #e8926e; }
.footer-bottom { padding: 22px 0; text-align: center; }
.footer-bottom p { font-size: .82rem; color: rgba(255,255,255,.4); }

/* ========== RESPONSIVE ========== */
@media (max-width: 1024px) {
    .status-grid { grid-template-columns: repeat(2,1fr); }
    .features-grid { grid-template-columns: repeat(2,1fr); }
    .process-grid, .process-grid-4 { grid-template-columns: repeat(2,1fr); }
    .services-detail-grid, .services-detail-grid.cols-3 { grid-template-columns: 1fr; }
    .guarantee-banner { flex-direction: column; padding: 32px; text-align: center; align-items: center; }
    .guarantee-steps { justify-content: center; }
    .g-arrow { display: none; }
    .blog-grid { grid-template-columns: repeat(2,1fr); }
    .footer-grid { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 768px) {
    .mobile-toggle { display: block; }
    .lang-switcher { margin-right: 12px; }
    .main-nav { position: fixed; top: 72px; left: 0; width: 100%; height: calc(100vh - 72px); background: #fff; transform: translateX(-100%); transition: transform .3s; overflow-y: auto; z-index: 999; }
    .main-nav.open { transform: translateX(0); }
    .nav-list { flex-direction: column; padding: 20px; }
    .nav-list > li > a { padding: 14px 0; font-size: .9rem; }
    .submenu { position: static; opacity: 1; visibility: visible; transform: none; display: none; border-radius: 10px; margin-bottom: 8px; }
    .has-submenu.open .submenu { display: block; }

    .hero { height: 480px; }
    .hero-content h1 { font-size: 1.5rem; }
    .hero-badge { font-size: .72rem; padding: 8px 16px; }
    .hero-stats { gap: 24px; }
    .hero-stats .stat strong { font-size: 1.4rem; }

    .status-grid, .features-grid { grid-template-columns: repeat(2,1fr); }
    .process-grid, .process-grid-4 { grid-template-columns: 1fr; }
    .blog-grid { grid-template-columns: 1fr; }
    .form-row { grid-template-columns: 1fr; }
    .footer-grid { grid-template-columns: 1fr; }

    .services-detail-section { padding: 56px 0; }
    .process-section, .faq-section, .blog-section, .contact-section { padding: 56px 0; }
    .guarantee-section { padding: 48px 0; }
    .telegram-cta { padding: 48px 0; }
}

@media (max-width: 480px) {
    .hero { height: 440px; }
    .hero-stats { flex-wrap: wrap; gap: 16px; justify-content: center; }
    .status-grid { grid-template-columns: 1fr 1fr; gap: 12px; }
    .features-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
    .form-wrapper { padding: 28px 20px; }
}

/* Floating contact buttons (WhatsApp + Telegram) */
.contact-float { position: fixed; right: 20px; bottom: 20px; display: flex; flex-direction: column; gap: 12px; z-index: 1000; }
.contact-fab { display: flex; align-items: center; justify-content: center; width: 56px; height: 56px; border-radius: 50%; color: #fff; box-shadow: 0 6px 18px rgba(0,0,0,.25); transition: transform .2s, box-shadow .2s; text-decoration: none; }
.contact-fab:hover { transform: scale(1.08); box-shadow: 0 8px 22px rgba(0,0,0,.3); color: #fff; }
.contact-fab svg { width: 30px; height: 30px; }
.contact-fab-wa { background: #25d366; }
.contact-fab-wa:hover { background: #1fb858; }
.contact-fab-tg { background: #0088cc; }
.contact-fab-tg:hover { background: #006da3; }
.contact-fab-label { position: absolute; right: 68px; top: 50%; transform: translateY(-50%); background: #2c3e50; color: #fff; padding: 6px 12px; border-radius: 6px; font-size: .82rem; white-space: nowrap; opacity: 0; pointer-events: none; transition: opacity .2s; }
.contact-fab { position: relative; }
.contact-fab:hover .contact-fab-label { opacity: 1; }
@media (max-width: 480px) {
    .contact-float { right: 14px; bottom: 14px; gap: 10px; }
    .contact-fab { width: 50px; height: 50px; }
    .contact-fab svg { width: 26px; height: 26px; }
    .contact-fab-label { display: none; }
}
