* {
    box-sizing: border-box;
}

html,
body {
    margin: 0;
    padding: 0;
    min-height: 100%;
}

html {
    background: #030815;
}

body {
    background:
        radial-gradient(circle at 82% 8%, rgba(91,83,210,.10), transparent 30%),
        radial-gradient(circle at 10% 72%, rgba(0,139,255,.06), transparent 30%),
        #030815;
    color: #dce9ff;
    font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
}

a {
    color: inherit;
}

/* HEADER */

.gc-header {
    height: 76px;
    border-bottom: 1px solid rgba(108,143,210,.14);
    background: #030815;
}

.gc-header-inner {
    width: min(1600px, calc(100% - 64px));
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.gc-logo {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
}

.gc-logo img {
    display: block;
    width: auto;
    height: 46px;
    object-fit: contain;
}

.gc-login {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 8px 12px;
    border: 1px solid rgba(120,151,211,.28);
    border-radius: 8px;
    color: #dce8fb;
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
    transition: .2s ease;
}

.gc-login:hover {
    border-color: rgba(91,157,255,.70);
    background: rgba(43,91,190,.12);
}

.gc-lock {
    width: 12px;
    height: 12px;
    position: relative;
}

.gc-lock::before {
    content: "";
    position: absolute;
    left: 2px;
    bottom: 0;
    width: 8px;
    height: 7px;
    border-radius: 2px;
    background: #a9bad3;
}

.gc-lock::after {
    content: "";
    position: absolute;
    left: 3px;
    top: 0;
    width: 6px;
    height: 6px;
    border: 1.5px solid #a9bad3;
    border-bottom: 0;
    border-radius: 6px 6px 0 0;
}

/* PAGE */

.gc-page {
    position: relative;
    min-height: calc(100vh - 76px);
    padding: 96px 24px 110px;
    overflow: hidden;
}

.gc-page::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: .38;
    background-image:
        radial-gradient(circle at 10% 20%, rgba(55,145,255,.50) 0 1px, transparent 1.5px),
        radial-gradient(circle at 70% 42%, rgba(93,115,255,.38) 0 1px, transparent 1.5px),
        radial-gradient(circle at 35% 75%, rgba(35,105,225,.35) 0 1px, transparent 1.5px);
    background-size: 230px 230px, 310px 310px, 270px 270px;
}

.gc-page-inner {
    position: relative;
    z-index: 2;
    width: min(1100px, 100%);
    margin: 0 auto;
}

.gc-kicker {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
    color: #6bc9ff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .19em;
    text-transform: uppercase;
}

.gc-kicker::before {
    content: "";
    width: 32px;
    height: 2px;
    background: linear-gradient(90deg, #42a8ff, #7770ff);
}

.gc-page h1 {
    margin: 0 0 22px;
    color: #fff;
    font-size: clamp(44px, 6vw, 74px);
    line-height: 1;
    letter-spacing: -.045em;
    font-weight: 800;
}

.gc-intro {
    max-width: 780px;
    margin: 0 0 16px;
    color: #a8c0e1;
    font-size: 18px;
    line-height: 1.8;
}

.gc-meta {
    margin: 0 0 44px;
    color: #637c9e;
    font-size: 13px;
}

.gc-card {
    margin: 18px 0;
    padding: 31px 34px;
    border: 1px solid rgba(84,133,211,.25);
    border-radius: 18px;
    background: linear-gradient(145deg, rgba(14,31,61,.90), rgba(7,18,40,.94));
    box-shadow: 0 20px 55px rgba(0,0,0,.22);
}

.gc-card h2 {
    margin: 0 0 13px;
    color: #fff;
    font-size: 22px;
    line-height: 1.4;
}

.gc-card p,
.gc-card li {
    color: #adbed6;
    font-size: 16px;
    line-height: 1.85;
}

.gc-card p {
    margin: 0;
}

.gc-card ul {
    margin: 0;
    padding-left: 22px;
}

.gc-card a {
    color: #70c9ff;
}

/* FAQ */

.gc-faq {
    margin: 14px 0;
    padding: 27px 30px;
    border: 1px solid rgba(86,134,210,.24);
    border-radius: 16px;
    background: rgba(9,23,49,.80);
}

.gc-faq h2 {
    margin: 0 0 10px;
    color: #fff;
    font-size: 19px;
}

.gc-faq p {
    margin: 0;
    color: #adbed6;
    font-size: 16px;
    line-height: 1.8;
}

/* CONTACT */

.gc-contact {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 35px;
    align-items: center;
}

.gc-email-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    padding: 0 25px;
    border-radius: 10px;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
    background: linear-gradient(135deg, #2588ff, #6559ed);
    box-shadow: 0 12px 32px rgba(39,104,255,.26);
    transition: .2s ease;
}

.gc-email-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 40px rgba(39,104,255,.36);
}

/* FOOTER */

.gc-footer {
    border-top: 1px solid rgba(100,135,200,.15);
    background: #020611;
    color: #8194b0;
}

.gc-footer-inner {
    width: min(1280px, calc(100% - 48px));
    margin: 0 auto;
    padding: 40px 0 34px;
}

.gc-footer-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 28px;
    margin-bottom: 28px;
}

.gc-footer-links a {
    color: #aabbd2;
    font-size: 13px;
    text-decoration: none;
}

.gc-footer-links a:hover {
    color: #6dc7ff;
}

.gc-footer-bottom {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    padding-top: 24px;
    border-top: 1px solid rgba(104,137,194,.12);
    font-size: 12px;
    line-height: 1.8;
}

.gc-footer-bottom strong {
    color: #d3dfef;
}

.gc-footer-bottom a {
    color: #8fb9e9;
    text-decoration: none;
}

@media (max-width: 700px) {
    .gc-header {
        height: 68px;
    }

    .gc-header-inner {
        width: calc(100% - 32px);
    }

    .gc-logo img {
        height: 38px;
    }

    .gc-page {
        padding: 70px 18px 82px;
    }

    .gc-card {
        padding: 25px 22px;
    }

    .gc-contact {
        grid-template-columns: 1fr;
    }

    .gc-email-button {
        width: 100%;
    }

    .gc-footer-bottom {
        flex-direction: column;
    }
}

/* =========================================================
   MAIN GC SOFT LOGO
   ========================================================= */

.gc-logo {
    display: flex !important;
    align-items: center !important;
    height: 100% !important;
    text-decoration: none !important;
}

.gc-logo .gc-main-logo {
    display: block !important;
    width: auto !important;
    height: 48px !important;
    max-width: 260px !important;
    max-height: 48px !important;
    object-fit: contain !important;
    opacity: 1 !important;
    visibility: visible !important;
}

@media (max-width:700px) {
    .gc-logo .gc-main-logo {
        height: 40px !important;
        max-height: 40px !important;
        max-width: 220px !important;
    }
}
