/* ================================================
   CUSTOM.CSS — Custom Hosting Request Page
   Theme: White + lavender/indigo hints (unique vs other pages)
   Hero BG: clean white with soft indigo/purple gradient
   Primary: #4169E1 (site-wide blue)
   Hero accent: indigo — distinct from green(VPS), orange(hosting), amber(business)
   ================================================ */

/* =========================
   HERO — Light white + indigo tint
   Unique fingerprint vs:
   - hosting.css: dark navy
   - vps.css: green tint
   - hpvps.css: blue-teal tint
   - business.css: amber/orange tint
   This page: lavender/indigo dot-fade — "professional consultation" feel
========================= */

.ch-hero {
    position: relative;
    background: #ffffff;
    background-image:
        radial-gradient(ellipse 65% 60% at 75% 35%, rgba(99, 102, 241, 0.06) 0%, transparent 55%),
        radial-gradient(ellipse 50% 50% at 15% 65%, rgba(65, 105, 225, 0.05) 0%, transparent 50%);
    padding: 80px 0 0;
    min-height: 520px;
    overflow: hidden;
    color: #0f172a;
}

.ch-hero-bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
}

/* Diagonal line pattern — distinct from dots/grids on other pages */
.ch-bg-dots {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(45deg, rgba(99, 102, 241, 0.04) 1px, transparent 1px),
        linear-gradient(-45deg, rgba(99, 102, 241, 0.04) 1px, transparent 1px);
    background-size: 32px 32px;
}

.ch-glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(110px);
    pointer-events: none;
}

.ch-glow-1 {
    width: 500px;
    height: 420px;
    background: radial-gradient(ellipse, rgba(99, 102, 241, 0.09), transparent);
    top: -80px;
    right: -80px;
}

.ch-glow-2 {
    width: 380px;
    height: 380px;
    background: radial-gradient(ellipse, rgba(65, 105, 225, 0.06), transparent);
    bottom: -40px;
    left: -60px;
}

.ch-hero-inner {
    display: flex;
    align-items: center;
    gap: 56px;
    position: relative;
    z-index: 1;
    padding-bottom: 60px;
}

.ch-hero-left {
    flex: 1;
    min-width: 0;
}

/* Badge — indigo tint */
.ch-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(99, 102, 241, 0.08);
    color: #4338ca;
    border: 1px solid rgba(99, 102, 241, 0.22);
    padding: 7px 16px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 24px;
    letter-spacing: 0.01em;
}

.ch-badge-dot {
    width: 7px;
    height: 7px;
    background: #6366f1;
    border-radius: 50%;
    flex-shrink: 0;
    animation: ch-blink 2s ease-in-out infinite;
}

@keyframes ch-blink {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0.3;
    }
}

/* Title — same size/weight as other hero titles */
.ch-hero-title {
    font-size: 52px;
    font-weight: 900;
    color: #0f172a;
    line-height: 1.1;
    margin-bottom: 18px;
    letter-spacing: -1.5px;
    font-family: 'Outfit', sans-serif;
}

.ch-highlight {
    color: #4169E1;
}

.ch-text-accent {
    color: #4169E1;
}

.ch-hero-sub {
    font-size: 16px;
    color: #475569;
    margin-bottom: 24px;
    line-height: 1.7;
    max-width: 500px;
}

/* Feature list */
.ch-hero-features {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 26px;
}

.ch-hero-features li {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 15px;
    color: #334155;
    font-weight: 500;
}

.ch-feat-icon {
    width: 28px;
    height: 28px;
    border-radius: 8px;
    background: rgba(65, 105, 225, 0.08);
    border: 1px solid rgba(65, 105, 225, 0.18);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #4169E1;
    flex-shrink: 0;
}

.ch-hero-actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    margin-bottom: 20px;
    align-items: center;
}

.ch-btn-outline {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: transparent;
    color: #475569;
    text-decoration: none;
    padding: 14px 22px;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 600;
    border: 1.5px solid #d1d5db;
    transition: 0.25s;
}

.ch-btn-outline:hover {
    border-color: rgba(65, 105, 225, 0.5);
    color: #4169E1;
}

.ch-hero-trust {
    font-size: 13px;
    color: #64748b;
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.ch-trust-dot {
    opacity: 0.4;
    font-size: 18px;
}

/* =========================
   RIGHT — Steps card
========================= */

.ch-hero-right {
    flex: 0 0 400px;
    position: relative;
}

.ch-steps-card {
    background: #ffffff;
    border: 1.5px solid #e5e7eb;
    border-radius: 18px;
    overflow: hidden;
    box-shadow:
        0 4px 6px rgba(0, 0, 0, 0.04),
        0 20px 50px rgba(65, 105, 225, 0.09);
}

.ch-steps-header {
    background: #f8faff;
    border-bottom: 1px solid #e5e7eb;
    padding: 14px 20px;
    display: flex;
    align-items: center;
    gap: 9px;
    font-size: 13px;
    font-weight: 700;
    color: #0f172a;
}

.ch-steps-body {
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 0;
}

.ch-step {
    display: flex;
    align-items: flex-start;
    gap: 14px;
}

.ch-step-num {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: rgba(65, 105, 225, 0.1);
    color: #4169E1;
    font-size: 12px;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-family: 'JetBrains Mono', monospace;
}

.ch-step-final {
    background: #4169E1;
    color: #fff;
}

.ch-step-info {
    display: flex;
    flex-direction: column;
    gap: 3px;
    padding-top: 5px;
}

.ch-step-info strong {
    font-size: 14px;
    font-weight: 700;
    color: #0f172a;
    line-height: 1.3;
}

.ch-step-info span {
    font-size: 12.5px;
    color: #6b7280;
    line-height: 1.5;
}

.ch-step-line {
    width: 1px;
    height: 22px;
    background: #e5e7eb;
    margin: 6px 0 6px 16px;
}

.ch-steps-footer {
    border-top: 1px solid #f1f5f9;
    padding: 12px 20px;
    background: #f0fdf4;
    font-size: 12px;
    color: #15803d;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 7px;
}

/* Floating chips */
.ch-float-chip {
    position: absolute;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(65, 105, 225, 0.2);
    color: #0f172a;
    font-size: 11px;
    font-weight: 600;
    padding: 6px 12px;
    border-radius: 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    white-space: nowrap;
}

.ch-chip-1 {
    top: -14px;
    left: 20px;
    animation: ch-float-a 3s ease-in-out infinite;
}

.ch-chip-2 {
    bottom: 50px;
    right: -16px;
    animation: ch-float-b 3s ease-in-out infinite;
    animation-delay: 1.2s;
}

@keyframes ch-float-a {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-7px);
    }
}

@keyframes ch-float-b {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-7px);
    }
}

/* =========================
   FORM SECTION
========================= */

.ch-form-section {
    padding: 80px 0;
    background: #f8faff;
    border-top: 1px solid #e5e7eb;
}

/* Form wrapper card */
.ch-form-wrap {
    max-width: 860px;
    margin: 0 auto;
    background: #ffffff;
    border: 1.5px solid #e5e7eb;
    border-radius: 24px;
    padding: 44px 48px;
    box-shadow:
        0 4px 6px rgba(0, 0, 0, 0.03),
        0 20px 60px rgba(65, 105, 225, 0.08);
}

.ch-form {
    display: flex;
    flex-direction: column;
    gap: 0;
}

/* Row — 2-column grid */
.ch-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
    margin-bottom: 18px;
}

.ch-row-full {
    grid-template-columns: 1fr;
}

/* Field group */
.ch-field-group {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

/* Label */
.ch-label {
    font-size: 13px;
    font-weight: 600;
    color: #374151;
    font-family: 'Outfit', sans-serif;
}

.ch-required {
    color: #ef4444;
    margin-left: 2px;
}

.ch-optional {
    color: #9ca3af;
    font-weight: 400;
    font-size: 12px;
}

/* Input */
.ch-input {
    width: 100%;
    padding: 13px 16px;
    border: 1.5px solid #e5e7eb;
    border-radius: 12px;
    font-size: 14px;
    color: #0f172a;
    background: #fafcff;
    font-family: 'Outfit', sans-serif;
    transition: border-color 0.2s, box-shadow 0.2s, background 0.2s;
    outline: none;
    box-sizing: border-box;
}

.ch-input::placeholder {
    color: #9ca3af;
}

.ch-input:focus {
    border-color: #4169E1;
    background: #ffffff;
    box-shadow: 0 0 0 3px rgba(65, 105, 225, 0.1);
}

/* Select */
.ch-select {
    width: 100%;
    padding: 13px 16px;
    border: 1.5px solid #e5e7eb;
    border-radius: 12px;
    font-size: 14px;
    color: #0f172a;
    background: #fafcff;
    font-family: 'Outfit', sans-serif;
    transition: border-color 0.2s, box-shadow 0.2s, background 0.2s;
    outline: none;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 24 24' stroke='%239ca3af' stroke-width='2'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M19 9l-7 7-7-7'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 14px center;
    padding-right: 40px;
    box-sizing: border-box;
}

.ch-select:focus {
    border-color: #4169E1;
    background-color: #ffffff;
    box-shadow: 0 0 0 3px rgba(65, 105, 225, 0.1);
}

/* Textarea */
.ch-textarea {
    width: 100%;
    padding: 14px 16px;
    border: 1.5px solid #e5e7eb;
    border-radius: 12px;
    font-size: 14px;
    color: #0f172a;
    background: #fafcff;
    font-family: 'Outfit', sans-serif;
    resize: vertical;
    min-height: 130px;
    transition: border-color 0.2s, box-shadow 0.2s, background 0.2s;
    outline: none;
    line-height: 1.6;
    box-sizing: border-box;
}

.ch-textarea::placeholder {
    color: #9ca3af;
}

.ch-textarea:focus {
    border-color: #4169E1;
    background: #ffffff;
    box-shadow: 0 0 0 3px rgba(65, 105, 225, 0.1);
}

/* Submit area */
.ch-form-submit {
    margin-top: 6px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
}

.ch-submit-btn {
    width: 100%;
    padding: 16px 28px;
    background: #4169E1;
    color: #ffffff;
    border: none;
    border-radius: 14px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: background 0.25s, transform 0.25s, box-shadow 0.25s;
    font-family: 'Outfit', sans-serif;
    box-shadow: 0 8px 28px rgba(65, 105, 225, 0.3);
    letter-spacing: 0.01em;
}

.ch-submit-btn:hover:not(:disabled) {
    background: #3154c7;
    transform: translateY(-2px);
    box-shadow: 0 12px 36px rgba(65, 105, 225, 0.4);
}

.ch-submit-btn:disabled {
    opacity: 0.7;
    cursor: not-allowed;
}

.ch-submit-txt,
.ch-submit-loading {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.ch-spin {
    animation: ch-rotate 1s linear infinite;
}

@keyframes ch-rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.ch-submit-note {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 12.5px;
    color: #9ca3af;
    text-align: center;
}

/* Success / Error banners */
.ch-form-success,
.ch-form-error {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 16px 18px;
    border-radius: 12px;
    font-size: 14px;
    margin-top: 6px;
}

.ch-form-success {
    background: #f0fdf4;
    border: 1px solid rgba(34, 197, 94, 0.3);
    color: #15803d;
}

.ch-form-success svg {
    color: #22c55e;
    flex-shrink: 0;
    margin-top: 1px;
}

.ch-form-error {
    background: #fef2f2;
    border: 1px solid rgba(239, 68, 68, 0.3);
    color: #b91c1c;
}

.ch-form-error svg {
    color: #ef4444;
    flex-shrink: 0;
    margin-top: 1px;
}

.ch-form-success div,
.ch-form-error div {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.ch-form-success strong,
.ch-form-error strong {
    font-weight: 700;
    font-size: 14px;
}

.ch-form-success span,
.ch-form-error span {
    font-size: 13px;
    opacity: 0.85;
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 1100px) {
    .ch-hero-right {
        flex: 0 0 360px;
    }
}

@media (max-width: 1024px) {
    .ch-hero-right {
        flex: 0 0 320px;
    }

    .ch-hero-title {
        font-size: 44px;
    }

    .ch-form-wrap {
        padding: 36px 36px;
    }
}

@media (max-width: 900px) {
    .ch-hero-inner {
        flex-direction: column;
        padding-bottom: 40px;
    }

    .ch-hero-right {
        flex: none;
        width: 100%;
        max-width: 500px;
    }

    .ch-float-chip {
        display: none;
    }

    .ch-hero-title {
        font-size: 38px;
    }
}

@media (max-width: 700px) {
    .ch-form-wrap {
        padding: 28px 20px;
    }

    .ch-form-row {
        grid-template-columns: 1fr;
    }

    .ch-row-full {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 600px) {
    .ch-hero {
        padding: 60px 0 0;
        min-height: unset;
    }

    .ch-hero-title {
        font-size: 30px;
        letter-spacing: -0.5px;
    }

    .ch-hero-actions {
        flex-direction: column;
    }

    .sh-btn-primary,
    .ch-btn-outline {
        width: 100%;
        justify-content: center;
    }

    .ch-form-section {
        padding: 50px 0;
    }
}

/* CTA overrides for cloud page */
.cta-inner {
    text-align: center;
    position: relative;
    z-index: 1;
    max-width: 640px;
    margin: 0 auto;
}

.cta-badge {
    display: inline-flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.15);
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    padding: 5px 14px;
    border-radius: 20px;
    margin-bottom: 16px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.cta-title {
    font-size: 44px;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 16px;
    letter-spacing: -0.5px;
    line-height: 1.15;
    text-align: center;
}

.cta-title span {
    color: rgba(255, 255, 255, 0.88);
}

.cta-subtitle {
    font-size: 17px;
    color: rgba(255, 255, 255, 0.78);
    margin-bottom: 32px;
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
    text-align: center;
}