/*
Theme Name: VICS 2025
Theme URI: https://virtual-internet-conferencing-system.com/
Author: Don
Description: Clean, modern one-page marketing theme for Virtual Internet Conferencing System (VICS).
Version: 1.0
License: GNU General Public License v2 or later
Text Domain: vics-2025
*/

/* Basic reset */
*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    background: #0b0f19;
    color: #f5f7fb;
    line-height: 1.6;
}

/* Layout */
.vics-site {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.vics-main {
    flex: 1;
}

/* Container */
.vics-container {
    width: 100%;
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

/* Header / Nav */
.vics-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    backdrop-filter: blur(10px);
    background: rgba(5, 9, 20, 0.92);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.vics-header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.9rem 0;
}

.vics-logo {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.vics-logo-mark {
    width: 32px;
    height: 32px;
    border-radius: 40%;
    border: 2px solid #5b8dff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
    font-weight: 700;
    color: #5b8dff;
}

.vics-logo-text {
    display: flex;
    flex-direction: column;
}

.vics-logo-title {
    font-weight: 600;
    font-size: 1rem;
}

.vics-logo-tagline {
    font-size: 0.75rem;
    opacity: 0.7;
}

.vics-nav {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    font-size: 0.9rem;
}

.vics-nav a {
    color: #dfe7ff;
    text-decoration: none;
    opacity: 0.85;
    transition: opacity 0.15s ease, transform 0.15s ease;
}

.vics-nav a:hover {
    opacity: 1;
    transform: translateY(-1px);
}

.vics-nav-cta {
    padding: 0.45rem 0.9rem;
    border-radius: 999px;
    border: 1px solid #5b8dff;
    background: linear-gradient(135deg, #5b8dff, #7c4dff);
    color: #ffffff !important;
    font-weight: 600;
    box-shadow: 0 8px 20px rgba(91, 141, 255, 0.3);
    opacity: 1;
}

/* Hero */
.vics-hero {
    padding: 4.5rem 0 3.5rem;
    background: radial-gradient(circle at top, #1c2a4d, #050814 55%);
}

.vics-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 3fr) minmax(0, 2.2fr);
    gap: 2.75rem;
    align-items: center;
}

.vics-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.25rem 0.65rem;
    border-radius: 999px;
    border: 1px solid rgba(155, 181, 255, 0.6);
    background: rgba(8, 16, 40, 0.8);
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #9bb5ff;
}

.vics-pill-dot {
    width: 6px;
    height: 6px;
    border-radius: 999px;
    background: #41f69e;
}

.vics-hero-title {
    margin-top: 1rem;
    font-size: clamp(2.2rem, 3vw + 1.2rem, 3rem);
    font-weight: 700;
}

.vics-hero-title span {
    background: linear-gradient(135deg, #5b8dff, #41f69e);
    -webkit-background-clip: text;
    color: transparent;
}

.vics-hero-subtitle {
    margin-top: 0.9rem;
    font-size: 0.95rem;
    max-width: 32rem;
    opacity: 0.85;
}

.vics-hero-actions {
    margin-top: 1.5rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.9rem;
}

.vics-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    padding: 0.7rem 1.3rem;
    border-radius: 999px;
    border: none;
    cursor: pointer;
    font-size: 0.9rem;
    font-weight: 600;
    text-decoration: none;
    transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease, border 0.15s ease;
}

.vics-btn-primary {
    background: linear-gradient(135deg, #5b8dff, #7c4dff);
    color: #fff;
    box-shadow: 0 14px 35px rgba(27, 77, 201, 0.55);
}

.vics-btn-primary:hover {
    transform: translateY(-1px);
    box-shadow: 0 18px 40px rgba(27, 77, 201, 0.7);
}

.vics-btn-secondary {
    background: rgba(12, 21, 46, 0.9);
    border: 1px solid rgba(155, 181, 255, 0.4);
    color: #dfe7ff;
}

.vics-btn-secondary:hover {
    background: rgba(20, 30, 54, 1);
    transform: translateY(-1px);
}

.vics-hero-meta {
    margin-top: 1.4rem;
    font-size: 0.75rem;
    opacity: 0.7;
}

/* Hero card */
.vics-hero-card {
    border-radius: 1.25rem;
    border: 1px solid rgba(155, 181, 255, 0.3);
    background: radial-gradient(circle at top left, rgba(91, 141, 255, 0.25), transparent 55%);
    background-color: rgba(7, 11, 30, 0.95);
    padding: 1.3rem;
    box-shadow: 0 18px 45px rgba(4, 7, 23, 0.9);
}

.vics-hero-card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.75rem;
}

.vics-hero-card-title {
    font-size: 0.85rem;
    font-weight: 600;
    opacity: 0.9;
}

.vics-hero-card-pill {
    font-size: 0.7rem;
    padding: 0.15rem 0.6rem;
    border-radius: 999px;
    border: 1px solid rgba(65, 246, 158, 0.7);
    color: #41f69e;
}

.vics-hero-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.75rem;
    margin: 0.75rem 0 1rem;
}

.vics-stat {
    padding: 0.55rem 0.65rem;
    border-radius: 0.85rem;
    background: rgba(5, 10, 28, 0.9);
    border: 1px solid rgba(155, 181, 255, 0.25);
    font-size: 0.75rem;
}

.vics-stat-label {
    opacity: 0.7;
    font-size: 0.7rem;
}

.vics-stat-value {
    margin-top: 0.15rem;
    font-weight: 600;
    font-size: 0.9rem;
}

/* Sections */
.vics-section {
    padding: 3.5rem 0;
}

.vics-section-header {
    margin-bottom: 2rem;
    text-align: center;
}

.vics-section-kicker {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: #9bb5ff;
    opacity: 0.9;
}

.vics-section-title {
    margin-top: 0.4rem;
    font-size: 1.6rem;
    font-weight: 600;
}

.vics-section-desc {
    margin-top: 0.4rem;
    font-size: 0.9rem;
    opacity: 0.75;
}

/* Features */
.vics-features-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.4rem;
}

.vics-feature-card {
    padding: 1.2rem;
    border-radius: 1rem;
    background: radial-gradient(circle at top, rgba(91, 141, 255, 0.12), rgba(3, 6, 16, 0.95));
    border: 1px solid rgba(155, 181, 255, 0.25);
}

.vics-feature-tag {
    font-size: 0.75rem;
    padding: 0.15rem 0.6rem;
    border-radius: 999px;
    background: rgba(12, 21, 46, 0.95);
    display: inline-block;
    margin-bottom: 0.4rem;
    color: #9bb5ff;
}

.vics-feature-title {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 0.4rem;
}

.vics-feature-text {
    font-size: 0.85rem;
    opacity: 0.78;
}

/* Pricing */
.vics-pricing-wrapper {
    border-radius: 1.3rem;
    background: radial-gradient(circle at top left, rgba(91, 141, 255, 0.25), rgba(3, 6, 16, 0.95));
    border: 1px solid rgba(155, 181, 255, 0.4);
    padding: 1.5rem;
}

.vics-pricing-note {
    font-size: 0.8rem;
    opacity: 0.78;
    margin-bottom: 0.9rem;
}

.vics-pricing-table-wrapper {
    overflow-x: auto;
}

.vics-pricing-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 580px;
    font-size: 0.85rem;
}

.vics-pricing-table thead {
    background: rgba(5, 10, 28, 0.98);
}

.vics-pricing-table th,
.vics-pricing-table td {
    padding: 0.7rem 0.9rem;
    border-bottom: 1px solid rgba(155, 181, 255, 0.2);
    text-align: left;
}

.vics-pricing-table th {
    font-weight: 600;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #9bb5ff;
}

.vics-pricing-table tr:nth-child(even) td {
    background: rgba(5, 10, 28, 0.7);
}

.vics-pricing-featured-row {
    background: rgba(33, 59, 138, 0.7);
}

/* How it works */
.vics-how-grid {
    display: grid;
    grid-template-columns: 3.5fr 2.5fr;
    gap: 1.8rem;
}

.vics-steps {
    display: grid;
    gap: 0.9rem;
}

.vics-step {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0.8rem;
    align-items: flex-start;
}

.vics-step-number {
    width: 1.8rem;
    height: 1.8rem;
    border-radius: 999px;
    border: 1px solid rgba(155, 181, 255, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.85rem;
    color: #9bb5ff;
}

.vics-step-title {
    font-size: 0.95rem;
    font-weight: 600;
}

.vics-step-text {
    font-size: 0.85rem;
    opacity: 0.78;
}

/* CTA card */
.vics-cta-card {
    border-radius: 1.1rem;
    padding: 1.2rem 1.3rem;
    background: radial-gradient(circle at top, rgba(65, 246, 158, 0.25), rgba(4, 10, 20, 0.98));
    border: 1px solid rgba(65, 246, 158, 0.6);
}

.vics-cta-title {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 0.4rem;
}

.vics-cta-text {
    font-size: 0.85rem;
    opacity: 0.85;
    margin-bottom: 0.8rem;
}

.vics-cta-contact {
    font-size: 0.85rem;
}

.vics-cta-contact a {
    color: #e1efff;
}

/* Footer */
.vics-footer {
    border-top: 1px solid rgba(155, 181, 255, 0.2);
    background: #050814;
    padding: 1.5rem 0;
    font-size: 0.8rem;
}

.vics-footer-inner {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    align-items: center;
    justify-content: space-between;
    opacity: 0.75;
}

/* WordPress basics */
a {
    color: #5b8dff;
}

a:hover {
    color: #7c9dff;
}
/* Contact */
.vics-contact-section {
    padding-top: 3rem;
}

.vics-contact-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 1.4fr);
    gap: 1.8rem;
    align-items: flex-start;
}

.vics-contact-copy h3 {
    font-size: 1.1rem;
    margin-bottom: 0.4rem;
}

.vics-contact-copy p {
    font-size: 0.9rem;
    opacity: 0.8;
    margin-bottom: 0.5rem;
}

.vics-contact-copy ul {
    list-style: none;
    margin: 0.2rem 0 0;
    padding: 0;
    font-size: 0.85rem;
    opacity: 0.85;
}

.vics-contact-copy li {
    margin-bottom: 0.25rem;
}

.vics-contact-form {
    padding: 1.2rem;
    border-radius: 1rem;
    background: rgba(5, 10, 28, 0.95);
    border: 1px solid rgba(155, 181, 255, 0.3);
}

.vics-input-row {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    margin-bottom: 0.8rem;
}

.vics-input-row label {
    font-size: 0.8rem;
    opacity: 0.8;
}

.vics-input-row input,
.vics-input-row textarea {
    background: rgba(3, 6, 16, 0.98);
    border-radius: 0.6rem;
    border: 1px solid rgba(155, 181, 255, 0.4);
    padding: 0.6rem 0.7rem;
    font-size: 0.9rem;
    color: #f5f7fb;
}

.vics-input-row input:focus,
.vics-input-row textarea:focus {
    outline: none;
    border-color: #5b8dff;
    box-shadow: 0 0 0 1px rgba(91, 141, 255, 0.4);
}

.vics-contact-message {
    margin-bottom: 1rem;
    padding: 0.75rem 0.9rem;
    border-radius: 0.6rem;
    font-size: 0.85rem;
}

.vics-contact-message--success {
    background: rgba(65, 246, 158, 0.1);
    border: 1px solid rgba(65, 246, 158, 0.6);
    color: #c2ffe0;
}

.vics-contact-message--error {
    background: rgba(255, 99, 132, 0.08);
    border: 1px solid rgba(255, 99, 132, 0.6);
    color: #ffd7de;
}

/* Contact responsive */
@media (max-width: 900px) {
    .vics-contact-grid {
        grid-template-columns: 1fr;
    }
}

/* Responsive */
@media (max-width: 900px) {
    .vics-hero-grid,
    .vics-features-grid,
    .vics-how-grid {
        grid-template-columns: 1fr;
    }

    .vics-header-inner {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.7rem;
    }

    .vics-nav {
        flex-wrap: wrap;
        justify-content: flex-start;
    }
}

@media (max-width: 600px) {
    .vics-hero {
        padding-top: 3.5rem;
    }

    .vics-header-inner {
        padding: 0.7rem 0;
    }

    .vics-hero-title {
        font-size: 2rem;
    }

    .vics-hero-card {
        margin-top: 1rem;
    }

    .vics-features-grid {
        gap: 1rem;
    }
}
