/* ========================================
   PRIME VISA UK - LIGHT MODERN DESIGN 2026
   ======================================== */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    background: #ffffff;
    color: #1e293b;
    line-height: 1.5;
    overflow-x: hidden;
}

.container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 24px;
}

/* ===== ВЕРХНЯЯ СТРОКА С ТЕЛЕФОНОМ ===== */
.hero-top-line {
    background: linear-gradient(90deg, #1e3a8a, #3b82f6);
    padding: 16px 0;
    text-align: center;
}

.hero-line-content {
    font-size: clamp(1.4rem, 5vw, 2.2rem);
    font-weight: 800;
    letter-spacing: -0.02em;
    color: white;
}

.hero-phone {
    background: rgba(255, 255, 255, 0.2);
    padding: 6px 16px;
    border-radius: 60px;
    margin-left: 12px;
    font-size: clamp(1.2rem, 4vw, 1.8rem);
}

/* ===== ШАПКА (ТОЛЬКО ЛОГО + ТЕЛЕФОН) ===== */
.header {
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(12px);
    position: sticky;
    top: 0;
    z-index: 100;
    border-bottom: 1px solid #e2e8f0;
    padding: 16px 0;
}

.header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
}

.logo-image {
    height: 48px;
    width: auto;
}

.logo-text {
    font-size: 1.5rem;
    font-weight: 800;
    background: linear-gradient(135deg, #1e3a8a, #3b82f6);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.btn-call {
    background: #1e3a8a;
    padding: 10px 24px;
    border-radius: 40px;
    color: white;
    text-decoration: none;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s;
}

.btn-call:hover {
    background: #3b82f6;
    transform: translateY(-2px);
}

/* ===== ВИДЖЕТЫ (ВРЕМЯ + ПОГОДА + РАДИО) ===== */
.widgets-bar {
    background: #f8fafc;
    padding: 12px 0;
    border-bottom: 1px solid #e2e8f0;
}

.widgets-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.widget {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 0.9rem;
}

.widget i {
    color: #3b82f6;
    font-size: 1.2rem;
}

.time-widget {
    font-weight: 600;
}

.weather-widget {
    background: #e0f2fe;
    padding: 6px 14px;
    border-radius: 40px;
}

.radio-widget {
    background: white;
    padding: 6px 14px;
    border-radius: 40px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}

.radio-widget select {
    border: none;
    background: transparent;
    font-family: inherit;
    font-weight: 500;
    color: #1e293b;
    outline: none;
    cursor: pointer;
}

.radio-widget button {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 1rem;
    margin-left: 8px;
    color: #3b82f6;
}

/* ===== КНОПКИ ===== */
.btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 32px;
    border-radius: 40px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s;
    cursor: pointer;
    border: none;
    font-size: 1rem;
}

.btn-primary {
    background: linear-gradient(135deg, #1e3a8a, #3b82f6);
    color: white;
    box-shadow: 0 4px 15px rgba(30, 58, 138, 0.2);
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(30, 58, 138, 0.3);
}

.btn-outline {
    border: 1px solid #3b82f6;
    background: transparent;
    color: #1e3a8a;
}

.btn-outline:hover {
    background: rgba(59, 130, 246, 0.05);
}

/* ===== ГЛАВНЫЙ ГЕРОЙ ===== */
.hero {
    padding: 80px 0;
    background: linear-gradient(135deg, #f0f9ff 0%, #ffffff 100%);
}

.hero-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.hero-content h1 {
    font-size: 3.2rem;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 20px;
}

.gradient-text {
    background: linear-gradient(135deg, #1e3a8a, #3b82f6);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.hero-description {
    font-size: 1.1rem;
    color: #475569;
    margin-bottom: 30px;
}

.hero-buttons {
    display: flex;
    gap: 16px;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.hero-stats {
    display: flex;
    gap: 48px;
}

.stat-number {
    font-size: 2rem;
    font-weight: 800;
    color: #1e3a8a;
}

.stat-label {
    font-size: 0.85rem;
    color: #64748b;
}

.hero-image-placeholder {
    width: 100%;
    height: 400px;
    background: linear-gradient(135deg, #dbeafe, #eff6ff);
    border-radius: 32px;
}

/* ===== КАРТОЧКИ ВИЗ ===== */
.section-header {
    text-align: center;
    margin-bottom: 48px;
}

.section-header h2 {
    font-size: 2.2rem;
    margin-bottom: 12px;
    color: #1e293b;
}

.visa-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin: 40px 0;
}

.visa-card {
    background: white;
    border: 1px solid #e2e8f0;
    border-radius: 28px;
    padding: 32px;
    transition: all 0.3s;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
}

.visa-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 35px -12px rgba(0, 0, 0, 0.1);
    border-color: #3b82f6;
}

.visa-icon {
    font-size: 2.5rem;
    margin-bottom: 20px;
    color: #3b82f6;
}

.visa-card h3 {
    font-size: 1.4rem;
    margin-bottom: 12px;
}

.visa-features {
    list-style: none;
    margin: 20px 0;
}

.visa-features li {
    padding: 6px 0;
    display: flex;
    align-items: center;
    gap: 8px;
}

.visa-features li i {
    color: #10b981;
}

.btn-link {
    color: #3b82f6;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-weight: 500;
}

/* ===== ВИДЕО ПЛЕЕР (TIKTOK СТИЛЬ) ===== */
.video-section {
    background: #f8fafc;
    padding: 60px 0;
    margin: 40px 0;
}

.video-container {
    max-width: 400px;
    margin: 0 auto;
    background: #000;
    border-radius: 32px;
    overflow: hidden;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    position: relative;
}

.video-container video {
    width: 100%;
    display: block;
    aspect-ratio: 9 / 16;
    object-fit: cover;
}

.video-controls {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(0,0,0,0.7));
    padding: 20px;
    display: flex;
    justify-content: center;
    gap: 20px;
}

.video-controls button {
    background: rgba(255,255,255,0.2);
    border: none;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    color: white;
    font-size: 1.2rem;
    cursor: pointer;
    backdrop-filter: blur(4px);
    transition: all 0.2s;
}

.video-controls button:hover {
    background: #3b82f6;
    transform: scale(1.05);
}

.video-source {
    text-align: center;
    margin-top: 20px;
    color: #64748b;
    font-size: 0.8rem;
}

/* ===== ФОРМА ===== */
.order-section {
    padding: 60px 0;
}

.order-card {
    background: #f8fafc;
    border-radius: 32px;
    padding: 48px;
    text-align: center;
}

.order-form {
    max-width: 700px;
    margin: 0 auto;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 20px;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 14px 18px;
    background: white;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    font-family: inherit;
    transition: all 0.2s;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #3b82f6;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

/* ===== ПРЕИМУЩЕСТВА ===== */
.advantages-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin: 40px 0;
}

.advantage-item {
    text-align: center;
    padding: 32px;
    background: white;
    border-radius: 24px;
    border: 1px solid #e2e8f0;
    transition: all 0.3s;
}

.advantage-item:hover {
    transform: translateY(-4px);
    border-color: #3b82f6;
}

.advantage-icon {
    font-size: 2.5rem;
    color: #3b82f6;
    margin-bottom: 16px;
}

/* ===== НОВОСТИ ===== */
.news-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 30px;
    margin: 40px 0;
}

.news-card {
    background: white;
    border-radius: 24px;
    padding: 28px;
    border: 1px solid #e2e8f0;
    transition: all 0.3s;
}

.news-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.05);
}

.news-date {
    color: #3b82f6;
    font-size: 0.8rem;
    font-weight: 600;
    margin-bottom: 12px;
}

/* ===== ПОДВАЛ (ВСЕ ССЫЛКИ) ===== */
.footer {
    background: #f1f5f9;
    padding: 60px 0 30px;
    margin-top: 60px;
    border-top: 1px solid #e2e8f0;
}

.footer-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 40px;
    margin-bottom: 40px;
}

.footer-col h4 {
    color: #1e293b;
    margin-bottom: 20px;
    font-size: 1rem;
}

.footer-links, .footer-contacts {
    list-style: none;
}

.footer-links li, .footer-contacts li {
    margin-bottom: 12px;
}

.footer-links a, .footer-contacts a {
    color: #64748b;
    text-decoration: none;
    transition: color 0.2s;
}

.footer-links a:hover, .footer-contacts a:hover {
    color: #3b82f6;
}

.social-links {
    display: flex;
    gap: 16px;
    margin-top: 20px;
}

.social-links a {
    color: #64748b;
    font-size: 1.3rem;
    transition: all 0.2s;
}

.social-links a:hover {
    color: #3b82f6;
    transform: translateY(-3px);
}

.footer-bottom {
    text-align: center;
    padding-top: 30px;
    border-top: 1px solid #e2e8f0;
    font-size: 0.8rem;
    color: #64748b;
}

/* ===== ПЛАВАЮЩИЕ КНОПКИ ===== */
.floating-buttons {
    position: fixed;
    bottom: 30px;
    right: 30px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    z-index: 999;
}

.floating-btn {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: white;
    font-size: 1.3rem;
    transition: all 0.3s;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.floating-btn.phone { background: #1e3a8a; }
.floating-btn.whatsapp { background: #25D366; }
.floating-btn.telegram { background: #0088cc; }
.floating-btn.max { background: #000000; font-weight: bold; font-size: 1rem; }

.floating-btn:hover {
    transform: scale(1.1);
}

/* ===== АДАПТИВ ===== */
@media (max-width: 768px) {
    .container { padding: 0 20px; }
    .hero-grid { grid-template-columns: 1fr; }
    .hero-content h1 { font-size: 2rem; }
    .form-row { grid-template-columns: 1fr; }
    .widgets-container { flex-direction: column; align-items: flex-start; }
    .floating-buttons { bottom: 20px; right: 20px; }
    .floating-btn { width: 45px; height: 45px; font-size: 1.1rem; }
}