html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
    color: var(--bs-secondary-color);
    text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
    text-align: start;
}

.ictnet-logo {
    height: 44px;
    width: auto;
    max-width: 160px;
}

.hero-coming-soon {
    background: radial-gradient(circle at top right, #1f9fff, #0b1f33 60%);
    border-radius: 1.5rem;
    padding: 4rem 2rem;
    position: relative;
    overflow: hidden;
    color: #ffffff;
}

.hero-coming-soon::after {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.15), transparent 60%);
    pointer-events: none;
}

.hero-coming-soon .lead {
    max-width: 720px;
    margin: 0 auto;
}

.future-pill {
    padding: 0.4rem 1.2rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.2);
    color: #ffffff;
    font-weight: 500;
    font-size: 0.95rem;
    backdrop-filter: blur(6px);
}

.eyebrow-label {
    letter-spacing: 0.3em;
}

.coming-soon-details .value-list {
    padding-left: 1.2rem;
    margin-bottom: 1.5rem;
    color: #212529;
}

.coming-soon-details .value-list li + li {
    margin-top: 0.5rem;
}

.visual-placeholder {
    min-height: 260px;
    border: 2px dashed #6c757d;
    border-radius: 1rem;
    padding: 2rem;
    background: linear-gradient(135deg, rgba(13, 110, 253, 0.08), rgba(111, 66, 193, 0.08));
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0.5rem;
}

.visual-placeholder code {
    background: rgba(255, 255, 255, 0.7);
    padding: 0.15rem 0.4rem;
    border-radius: 0.4rem;
    font-size: 0.85rem;
}

.contact-hero {
    border-radius: 1rem;
    padding: 1.5rem;
    background: linear-gradient(135deg, rgba(13, 110, 253, 0.08), rgba(111, 66, 193, 0.08));
}

.contact-form {
    position: relative;
}

.contact-form textarea {
    resize: vertical;
}

.turnstile-container {
    display: inline-flex;
    padding: 0.5rem 0;
}

.bot-guard {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
