/* ═══════════════════════════════════════════════
   PAGES CYBERPUNK — Contacts & Support
   Westelecom Ukraine — 10.02.2026
   Стиль: Киберпанк (единый с vacancy/cities/izmail)
   ═══════════════════════════════════════════════ */

/* === OVERRIDE lavender background === */
.cp-page { background: linear-gradient(180deg, #050810 0%, #0a0f1e 50%, #0c1020 100%) !important; min-height: 100vh; padding: 0 !important; }
.cp-page .content { max-width: 100% !important; padding: 0 !important; margin: 0 !important; }
body:has(.cp-page) { background: #050810 !important; }

/* === HERO === */
.cp-hero {
    position: relative;
    padding: 100px 0 60px;
    text-align: center;
    overflow: hidden;
}
.cp-hero__grid {
    position: absolute; inset: 0;
    background-image:
        linear-gradient(rgba(0, 212, 255, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(0, 212, 255, 0.03) 1px, transparent 1px);
    background-size: 60px 60px;
    pointer-events: none;
}
.cp-hero__scan {
    position: absolute; top: 0; left: 0; width: 100%; height: 2px;
    background: linear-gradient(90deg, transparent, #00d4ff, transparent);
    animation: cpScan 4s linear infinite; opacity: 0.5; z-index: 1;
}
@keyframes cpScan { 0% { top: 0; } 100% { top: 100%; } }

.cp-hero__badge {
    display: inline-block; padding: 6px 20px;
    background: rgba(0, 212, 255, 0.08); border: 1px solid rgba(0, 212, 255, 0.3);
    border-radius: 4px; color: #00d4ff; font-size: 11px; font-weight: 700;
    letter-spacing: 3px; text-transform: uppercase; margin-bottom: 24px;
    animation: cpBadgePulse 3s ease-in-out infinite;
}
@keyframes cpBadgePulse {
    0%, 100% { box-shadow: 0 0 5px rgba(0, 212, 255, 0.2); }
    50% { box-shadow: 0 0 20px rgba(0, 212, 255, 0.4); }
}
.cp-hero__title {
    font-family: 'Rajdhani', 'Inter', sans-serif;
    font-size: clamp(36px, 6vw, 56px); font-weight: 800; color: #fff;
    text-shadow: 2px 2px #00d4ff, -2px -2px #E91E8C;
    letter-spacing: 3px; text-transform: uppercase; margin: 0 0 16px;
    animation: cpGlitch 3s infinite;
}
@keyframes cpGlitch {
    0%, 90%, 100% { opacity: 1; }
    91% { opacity: 0.8; text-shadow: 3px 3px #00d4ff, -3px -3px #E91E8C; }
    93% { opacity: 0.9; text-shadow: -2px 2px #00d4ff, 2px -2px #E91E8C; }
}
.cp-hero__sub {
    font-size: clamp(16px, 2vw, 20px); color: rgba(255,255,255,0.5);
    font-weight: 500; letter-spacing: 2px; margin: 0;
}
.cp-hero__sub span { color: #00d4ff; text-shadow: 0 0 8px rgba(0, 212, 255, 0.4); }

/* === CONTAINER === */
.cp-container { max-width: 1200px; margin: 0 auto; padding: 0 20px; position: relative; z-index: 2; }

/* === SECTION === */
.cp-section { padding: 60px 0; position: relative; }
.cp-section--alt { background: rgba(0, 212, 255, 0.02); }
.cp-section__title {
    font-family: 'Inter', sans-serif; font-size: clamp(24px, 3vw, 36px);
    font-weight: 800; color: #fff; text-align: center; margin: 0 0 12px;
    text-shadow: 0 0 30px rgba(0, 212, 255, 0.2);
}
.cp-section__sub {
    font-size: 15px; color: rgba(255,255,255,0.4); text-align: center;
    margin: 0 0 40px; letter-spacing: 1px;
}

/* === CARDS GRID === */
.cp-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 20px; margin-bottom: 40px; }
.cp-card {
    background: linear-gradient(135deg, rgba(0, 212, 255, 0.04), rgba(233, 30, 140, 0.02));
    border: 1px solid rgba(0, 212, 255, 0.12); border-radius: 12px;
    padding: 28px 24px; transition: all 0.3s ease; position: relative; overflow: hidden;
}
.cp-card::before {
    content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px;
    background: linear-gradient(90deg, #00d4ff, #E91E8C); opacity: 0; transition: opacity 0.3s;
}
.cp-card:hover { border-color: rgba(0, 212, 255, 0.3); transform: translateY(-4px);
    box-shadow: 0 8px 32px rgba(0, 212, 255, 0.08); }
.cp-card:hover::before { opacity: 1; }
.cp-card__icon { font-size: 36px; margin-bottom: 12px; display: block; }
.cp-card__title {
    font-family: 'Inter', sans-serif; font-size: 18px; font-weight: 700;
    color: #fff; margin: 0 0 8px;
}
.cp-card__text { font-size: 14px; color: rgba(255,255,255,0.5); line-height: 1.6; margin: 0; }
.cp-card__link {
    display: inline-block; margin-top: 12px; color: #00d4ff; font-weight: 600;
    font-size: 15px; text-decoration: none; transition: all 0.2s;
}
.cp-card__link:hover { color: #fff; text-shadow: 0 0 10px rgba(0, 212, 255, 0.5); }
.cp-card__big { font-size: clamp(20px, 3vw, 28px); font-weight: 800; color: #00d4ff;
    text-shadow: 0 0 15px rgba(0, 212, 255, 0.3); margin: 4px 0 8px; display: block; }

/* === HIGHLIGHT CARD === */
.cp-card--highlight { border-color: rgba(255, 107, 0, 0.3); background: linear-gradient(135deg, rgba(255,107,0,0.06), rgba(233,30,140,0.03)); }
.cp-card--highlight:hover { border-color: rgba(255, 107, 0, 0.5); box-shadow: 0 8px 32px rgba(255, 107, 0, 0.1); }
.cp-card--highlight .cp-card__big { color: #FF6B00; text-shadow: 0 0 15px rgba(255,107,0,0.3); }

/* === CTA / FORM === */
.cp-cta {
    background: linear-gradient(135deg, rgba(0, 212, 255, 0.06), rgba(233, 30, 140, 0.04));
    border: 1px solid rgba(0, 212, 255, 0.15); border-radius: 16px;
    padding: 48px 40px; text-align: center; position: relative; overflow: hidden;
    max-width: 700px; margin: 0 auto;
}
.cp-cta::before {
    content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px;
    background: linear-gradient(90deg, #00d4ff 0%, #ff00ff 50%, #00d4ff 100%);
    background-size: 200% 100%; animation: cpHoloShift 3s linear infinite;
}
@keyframes cpHoloShift { 0% { background-position: 0% 0%; } 100% { background-position: 200% 0%; } }

.cp-cta__title {
    font-family: 'Inter', sans-serif; font-size: clamp(22px, 3vw, 32px);
    font-weight: 800; color: #fff; margin: 0 0 8px;
}
.cp-cta__sub { font-size: 15px; color: rgba(255,255,255,0.5); margin: 0 0 28px; }

.cp-form { display: flex; gap: 12px; max-width: 500px; margin: 0 auto; flex-wrap: wrap; justify-content: center; }
.cp-form__input {
    flex: 1; min-width: 200px; padding: 16px 20px; font-size: 16px;
    background: rgba(255,255,255,0.06); border: 1px solid rgba(0, 212, 255, 0.2);
    border-radius: 8px; color: #fff; outline: none; transition: all 0.3s;
    font-family: 'Inter', sans-serif;
}
.cp-form__input::placeholder { color: rgba(255,255,255,0.3); }
.cp-form__input:focus { border-color: #00d4ff; box-shadow: 0 0 20px rgba(0, 212, 255, 0.15); background: rgba(0, 212, 255, 0.05); }

.cp-form__btn {
    padding: 16px 36px; font-size: 14px; font-weight: 800;
    background: linear-gradient(135deg, #FF6B00 0%, #E91E8C 100%);
    clip-path: polygon(8% 0, 100% 0, 100% 80%, 92% 100%, 0 100%, 0 20%);
    border: none; color: #fff; cursor: pointer; text-transform: uppercase;
    letter-spacing: 1px; transition: all 0.3s; font-family: 'Inter', sans-serif;
    min-width: 180px;
}
.cp-form__btn:hover { filter: brightness(1.2); transform: translateY(-2px);
    box-shadow: 0 8px 30px rgba(255, 107, 0, 0.3); }
.cp-form__btn:disabled { opacity: 0.5; cursor: not-allowed; transform: none; }

.cp-form__success {
    display: none; padding: 20px; background: rgba(0, 212, 255, 0.08);
    border: 1px solid rgba(0, 212, 255, 0.3); border-radius: 8px;
    color: #00d4ff; font-weight: 600; width: 100%; text-align: center;
}
.cp-form__success.active { display: block; animation: cpFadeIn 0.5s ease; }
@keyframes cpFadeIn { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }

/* === ACCORDION (details/summary) === */
.cp-accordion { max-width: 800px; margin: 0 auto; }
.cp-accordion details {
    background: rgba(0, 212, 255, 0.03); border: 1px solid rgba(0, 212, 255, 0.1);
    border-radius: 8px; margin-bottom: 8px; transition: all 0.3s; overflow: hidden;
}
.cp-accordion details[open] { border-color: rgba(0, 212, 255, 0.25);
    box-shadow: 0 4px 20px rgba(0, 212, 255, 0.05); }
.cp-accordion summary {
    padding: 18px 24px; color: #fff; font-weight: 600; font-size: 15px;
    cursor: pointer; list-style: none; display: flex; align-items: center;
    justify-content: space-between; transition: all 0.2s; user-select: none;
}
.cp-accordion summary::-webkit-details-marker { display: none; }
.cp-accordion summary::after {
    content: '+'; font-size: 20px; color: #00d4ff; font-weight: 300;
    transition: transform 0.3s;
}
.cp-accordion details[open] summary::after { content: '−'; }
.cp-accordion summary:hover { background: rgba(0, 212, 255, 0.04); }
.cp-accordion .cp-acc__body {
    padding: 0 24px 18px; color: rgba(255,255,255,0.6); font-size: 14px; line-height: 1.7;
}
.cp-accordion .cp-acc__body ol { padding-left: 20px; margin: 8px 0; }
.cp-accordion .cp-acc__body li { margin-bottom: 6px; }
.cp-accordion .cp-acc__body a { color: #00d4ff; text-decoration: none; }
.cp-accordion .cp-acc__body a:hover { text-decoration: underline; }

/* === INFO STRIP === */
.cp-strip {
    display: flex; flex-wrap: wrap; justify-content: center; gap: 32px;
    padding: 32px; background: rgba(0, 212, 255, 0.03);
    border-top: 1px solid rgba(0, 212, 255, 0.08);
    border-bottom: 1px solid rgba(0, 212, 255, 0.08);
}
.cp-strip__item { text-align: center; }
.cp-strip__val {
    font-size: 28px; font-weight: 800; color: #00d4ff;
    text-shadow: 0 0 15px rgba(0, 212, 255, 0.3);
}
.cp-strip__label { font-size: 12px; color: rgba(255,255,255,0.4); letter-spacing: 1px; text-transform: uppercase; margin-top: 4px; }

/* === LINKS / BUTTONS === */
.cp-btn {
    display: inline-block; padding: 14px 32px; font-size: 14px; font-weight: 700;
    background: rgba(0, 212, 255, 0.1); border: 1px solid rgba(0, 212, 255, 0.3);
    border-radius: 6px; color: #00d4ff; text-decoration: none;
    text-transform: uppercase; letter-spacing: 1px; transition: all 0.3s;
}
.cp-btn:hover { background: rgba(0, 212, 255, 0.2); box-shadow: 0 0 20px rgba(0, 212, 255, 0.2);
    color: #fff; text-decoration: none; }

.cp-btn--orange {
    background: linear-gradient(135deg, #FF6B00, #E91E8C);
    border: none; color: #fff;
    clip-path: polygon(6% 0, 100% 0, 100% 80%, 94% 100%, 0 100%, 0 20%);
    padding: 16px 40px;
}
.cp-btn--orange:hover { filter: brightness(1.2); box-shadow: 0 0 30px rgba(255, 107, 0, 0.3); color: #fff; }

/* === DIVIDER === */
.cp-divider { width: 60px; height: 2px; background: linear-gradient(90deg, #00d4ff, #E91E8C); margin: 0 auto 24px; border-radius: 2px; }

/* === ADDRESS / MAP === */
.cp-address {
    display: flex; align-items: center; gap: 20px; padding: 24px 28px;
    background: rgba(255, 107, 0, 0.04); border: 1px solid rgba(255, 107, 0, 0.15);
    border-radius: 12px; margin-top: 20px; flex-wrap: wrap;
}
.cp-address__icon { font-size: 40px; }
.cp-address__text { flex: 1; min-width: 200px; }
.cp-address__text strong { color: #fff; display: block; margin-bottom: 4px; }
.cp-address__text span { color: rgba(255,255,255,0.5); font-size: 14px; }
.cp-address__link { color: #FF6B00; text-decoration: none; font-weight: 600; font-size: 14px; }
.cp-address__link:hover { text-decoration: underline; }

/* === RESPONSIVE === */
@media (max-width: 768px) {
    .cp-hero { padding: 80px 0 40px; }
    .cp-cards { grid-template-columns: 1fr; }
    .cp-cta { padding: 32px 20px; }
    .cp-form { flex-direction: column; }
    .cp-form__btn { width: 100%; clip-path: none; border-radius: 8px; }
    .cp-strip { gap: 20px; padding: 24px 16px; }
    .cp-strip__val { font-size: 22px; }
    .cp-section { padding: 40px 0; }
    .cp-address { flex-direction: column; text-align: center; }
}
@media (max-width: 480px) {
    .cp-hero__title { letter-spacing: 1px; }
    .cp-card { padding: 20px 16px; }
}
