:root {
    --bg: #070d18;
    --bg-soft: #0b1220;
    --panel: rgba(15, 23, 42, 0.94);
    --panel-dark: rgba(8, 15, 29, 0.97);
    --panel-soft: rgba(10, 18, 34, 0.82);
    --border: #2b3b59;
    --border-strong: #3b5278;
    --text: #eef5ff;
    --text-soft: #9fb0ce;
    --muted: #7f91af;
    --primary: #2563eb;
    --primary-dark: #1d4ed8;
    --primary-soft: rgba(37, 99, 235, 0.16);
    --success: #22c55e;
    --warning: #f59e0b;
    --danger: #ef4444;
}

* {
    box-sizing: border-box;
}

html {
    min-height: 100%;
    color-scheme: dark;
}

body {
    min-height: 100vh;
    margin: 0;
    padding: 42px 20px;
    background:
        radial-gradient(circle at top, rgba(37, 99, 235, 0.14), transparent 34%),
        linear-gradient(180deg, #0a101c 0%, var(--bg) 100%);
    color: var(--text);
    font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    line-height: 1.5;
}

body.modal-open {
    overflow: hidden;
}

a {
    color: #93c5fd;
}

button,
input,
select,
textarea {
    font: inherit;
}

button,
a {
    -webkit-tap-highlight-color: transparent;
}

button:disabled {
    opacity: 0.55;
    cursor: not-allowed;
}

.page-container,
.password-page,
.qr-page,
.qr-container {
    width: min(100%, 1040px);
    margin: 0 auto;
}

/* =========================================================
   Üyelik çubuğu
   ========================================================= */

.home-account-bar {
    display: flex;
    margin-bottom: 24px;
    padding: 15px 17px;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    border: 1px solid rgba(96, 165, 250, 0.26);
    border-radius: 16px;
    background: rgba(15, 23, 42, 0.78);
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.18);
    backdrop-filter: blur(12px);
}

.home-account-bar > div:first-child > strong,
.home-account-bar > div:first-child > span,
.home-account-user strong,
.home-account-user span {
    display: block;
}

.home-account-bar > div:first-child > span,
.home-account-user span {
    margin-top: 3px;
    color: #93a4bf;
    font-size: 12px;
    line-height: 1.5;
}

.home-account-user {
    display: flex;
    align-items: center;
    gap: 11px;
}

.home-account-avatar {
    display: flex;
    width: 43px;
    height: 43px;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 50%;
    background: linear-gradient(135deg, #2563eb, #7c3aed);
    color: #fff;
    font-weight: 900;
}

.home-account-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-account-actions,
.account-access-actions {
    display: flex;
    align-items: center;
    gap: 9px;
}

.home-account-actions a,
.account-access-actions a {
    display: inline-flex;
    min-height: 40px;
    padding: 9px 14px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(96, 165, 250, 0.3);
    border-radius: 10px;
    background: rgba(37, 99, 235, 0.14);
    color: #bfdbfe;
    font-size: 13px;
    font-weight: 850;
    text-decoration: none;
    transition: 0.18s ease;
}

.home-account-actions a:hover,
.account-access-actions a:hover {
    border-color: rgba(96, 165, 250, 0.68);
    background: rgba(37, 99, 235, 0.25);
    transform: translateY(-1px);
}

.home-account-actions .home-account-register,
.account-access-actions .account-access-register {
    border-color: transparent;
    background: linear-gradient(135deg, var(--primary), var(--primary-dark));
    color: #fff;
}

.home-account-actions .home-account-logout {
    border-color: rgba(248, 113, 113, 0.25);
    background: rgba(127, 29, 29, 0.22);
    color: #fca5a5;
}

.account-access-card {
    width: min(100%, 720px);
    margin: 0 auto;
    padding: 38px 24px;
    border: 1px solid rgba(96, 165, 250, 0.25);
    border-radius: 22px;
    background:
        radial-gradient(circle at top, rgba(37, 99, 235, 0.16), transparent 45%),
        rgba(15, 23, 42, 0.82);
    text-align: center;
    box-shadow: 0 28px 70px rgba(0, 0, 0, 0.24);
}

.account-access-icon {
    display: block;
    margin-bottom: 13px;
    font-size: 38px;
}

.account-access-card h2 {
    margin: 0 0 9px;
    font-size: clamp(24px, 5vw, 34px);
}

.account-access-card p {
    max-width: 560px;
    margin: 0 auto 22px;
    color: var(--text-soft);
    line-height: 1.65;
}

.account-access-actions {
    justify-content: center;
    flex-wrap: wrap;
}

/* =========================================================
   Başlık
   ========================================================= */

.url-shortener-hero {
    max-width: 760px;
    margin: 0 auto 26px;
    text-align: center;
}

.url-shortener-hero h1,
.page-container > h1,
.password-page h1,
.qr-page h1,
.qr-container h1 {
    margin: 0 0 10px;
    font-size: clamp(32px, 5vw, 48px);
    line-height: 1.12;
    letter-spacing: -0.035em;
}

.url-shortener-hero p,
.page-container > p,
.password-page > p,
.qr-page > p,
.qr-container > p {
    margin: 0;
    color: var(--text-soft);
    font-size: 16px;
}

/* =========================================================
   Formlar
   ========================================================= */

.url-form,
.password-form,
.qr-form {
    width: min(100%, 720px);
    margin: 0 auto;
    padding: 28px;
    border: 1px solid var(--border);
    border-radius: 22px;
    background: linear-gradient(145deg, rgba(15, 23, 42, 0.98), rgba(9, 16, 31, 0.96));
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.38);
}

.url-form label,
.password-form label,
.qr-form label {
    display: block;
    margin: 18px 0 8px;
    color: #e8f0ff;
    font-size: 14px;
    font-weight: 750;
}

.url-form > label:first-of-type,
.password-form > label:first-of-type,
.qr-form > label:first-of-type {
    margin-top: 0;
}

.url-form input,
.url-form select,
.url-form textarea,
.password-form input,
.qr-form input,
.qr-form select,
.qr-form textarea {
    width: 100%;
    min-height: 48px;
    padding: 12px 14px;
    border: 1px solid #344867;
    border-radius: 12px;
    outline: none;
    background: rgba(4, 11, 23, 0.76);
    color: var(--text);
    transition: border-color 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.url-form textarea,
.qr-form textarea {
    min-height: 115px;
    resize: vertical;
}

.url-form input:focus,
.url-form select:focus,
.url-form textarea:focus,
.password-form input:focus,
.qr-form input:focus,
.qr-form select:focus,
.qr-form textarea:focus {
    border-color: #60a5fa;
    background: rgba(5, 14, 29, 0.96);
    box-shadow: 0 0 0 4px rgba(59, 130, 246, 0.14);
}

.url-form input::placeholder,
.password-form input::placeholder,
.qr-form input::placeholder,
.qr-form textarea::placeholder {
    color: #64748b;
}

.url-form > p,
.password-form > p,
.qr-form > p,
.url-form small,
.password-form small,
.qr-form small {
    display: block;
    margin: 7px 0 0;
    color: var(--muted);
    font-size: 12px;
    line-height: 1.5;
}

.url-form > button[type="submit"],
.password-form > button[type="submit"],
.qr-form > button[type="submit"],
.primary-button {
    width: 100%;
    min-height: 50px;
    margin-top: 24px;
    padding: 12px 18px;
    border: 0;
    border-radius: 12px;
    background: linear-gradient(135deg, var(--primary), var(--primary-dark));
    color: #fff;
    font-weight: 850;
    cursor: pointer;
    box-shadow: 0 14px 28px rgba(37, 99, 235, 0.24);
    transition: transform 0.18s ease, filter 0.18s ease;
}

.url-form > button[type="submit"]:hover,
.password-form > button[type="submit"]:hover,
.qr-form > button[type="submit"]:hover,
.primary-button:hover {
    filter: brightness(1.08);
    transform: translateY(-1px);
}

.website-address-field,
.auth-honeypot {
    position: absolute !important;
    left: -10000px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}

/* =========================================================
   Mesajlar
   ========================================================= */

.error-box,
.success-box,
.alert {
    width: min(100%, 720px);
    margin: 0 auto 18px;
    padding: 14px 16px;
    border-radius: 13px;
    font-size: 14px;
    line-height: 1.55;
}

.error-box,
.alert-error {
    border: 1px solid rgba(248, 113, 113, 0.45);
    background: rgba(127, 29, 29, 0.3);
    color: #fecaca;
}

.success-box,
.alert-success {
    border: 1px solid rgba(74, 222, 128, 0.35);
    background: rgba(20, 83, 45, 0.3);
    color: #bbf7d0;
}

/* =========================================================
   Gelişmiş CAPTCHA
   ========================================================= */

.captcha-box {
    margin-top: 22px;
    padding: 18px;
    border: 1px solid rgba(96, 165, 250, 0.32);
    border-radius: 16px;
    background:
        radial-gradient(circle at top right, rgba(37, 99, 235, 0.12), transparent 38%),
        rgba(10, 18, 34, 0.78);
}

.captcha-heading {
    display: flex;
    margin-bottom: 16px;
    align-items: flex-start;
    justify-content: space-between;
    gap: 14px;
}

.captcha-heading strong,
.captcha-heading span {
    display: block;
}

.captcha-heading strong {
    color: #eef5ff;
    font-size: 15px;
}

.captcha-heading > div > span {
    margin-top: 4px;
    color: #8fa1be;
    font-size: 12px;
}

.captcha-security-badge {
    flex-shrink: 0;
    padding: 6px 9px;
    border: 1px solid rgba(96, 165, 250, 0.3);
    border-radius: 999px;
    background: rgba(37, 99, 235, 0.14);
    color: #bfdbfe;
    font-size: 10px;
    font-weight: 900;
}

.captcha-image-row {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 15px;
}

.captcha-image-frame {
    display: flex;
    min-height: 82px;
    flex: 1;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border: 1px solid #3a4f70;
    border-radius: 13px;
    background: #f8fafc;
}

.captcha-image-frame img {
    display: block;
    width: 100%;
    max-width: 260px;
    height: auto;
    user-select: none;
}

.captcha-refresh-button {
    display: inline-flex;
    min-height: 46px;
    padding: 10px 13px;
    align-items: center;
    justify-content: center;
    gap: 7px;
    border: 1px solid #3b4f73;
    border-radius: 10px;
    background: rgba(30, 41, 59, 0.78);
    color: #dbeafe;
    font-size: 12px;
    font-weight: 800;
    cursor: pointer;
}

.captcha-refresh-button:hover {
    border-color: #60a5fa;
    background: rgba(37, 99, 235, 0.18);
}

.captcha-refresh-button.is-loading span {
    display: inline-block;
    animation: captchaSpin 0.8s linear infinite;
}

.captcha-box > label {
    margin-top: 0;
}

.captcha-box input {
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-weight: 900;
}

.captcha-features {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-top: 11px;
}

.captcha-features span {
    padding: 5px 8px;
    border-radius: 999px;
    background: rgba(59, 130, 246, 0.11);
    color: #9ec8ff;
    font-size: 10px;
    font-weight: 800;
}

.captcha-question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 14px;
}

.captcha-question span {
    color: #aebbd0;
    font-size: 14px;
    font-weight: 700;
}

.captcha-question strong {
    padding: 9px 14px;
    border: 1px solid rgba(96, 165, 250, 0.35);
    border-radius: 10px;
    background: rgba(37, 99, 235, 0.13);
    color: #bfdbfe;
    font-size: 18px;
    letter-spacing: 1px;
}

@keyframes captchaSpin {
    to {
        transform: rotate(360deg);
    }
}

/* =========================================================
   Bağlantılarım
   ========================================================= */

.my-links-section {
    width: 100%;
    margin-top: 34px;
    padding: 26px;
    border: 1px solid var(--border);
    border-radius: 20px;
    background: var(--panel);
    box-shadow: 0 18px 55px rgba(0, 0, 0, 0.28);
}

.my-links-heading {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 22px;
}

.my-links-heading h2 {
    margin: 0 0 7px;
    font-size: 24px;
}

.my-links-heading p {
    margin: 0;
    color: var(--text-soft);
}

.my-links-count {
    flex-shrink: 0;
    padding: 8px 12px;
    border: 1px solid rgba(96, 165, 250, 0.35);
    border-radius: 999px;
    background: rgba(59, 130, 246, 0.12);
    color: #bfdbfe;
    font-size: 13px;
    font-weight: 700;
}

.my-links-empty {
    padding: 28px 18px;
    border: 1px dashed #3a4b6d;
    border-radius: 15px;
    color: var(--text-soft);
    text-align: center;
}

.my-links-grid {
    display: grid;
    gap: 16px;
}

.my-link-card {
    padding: 18px;
    border: 1px solid #2d3d5d;
    border-radius: 16px;
    background: rgba(8, 15, 30, 0.56);
    transition: transform 0.18s ease, border-color 0.18s ease;
}

.my-link-card:hover {
    border-color: #49658f;
    transform: translateY(-2px);
}

.my-link-card-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 13px;
}

.my-link-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
}

.public-status,
.link-state {
    display: inline-flex;
    min-height: 28px;
    padding: 5px 10px;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
}

.public-status-safe,
.link-state-active {
    background: rgba(34, 197, 94, 0.16);
    color: #86efac;
}

.public-status-suspicious,
.link-state-limit {
    background: rgba(245, 158, 11, 0.17);
    color: #fcd34d;
}

.public-status-blocked,
.link-state-blocked,
.link-state-expired {
    background: rgba(239, 68, 68, 0.17);
    color: #fca5a5;
}

.public-status-pending,
.link-state-closed {
    background: rgba(59, 130, 246, 0.16);
    color: #93c5fd;
}

.public-status-password {
    background: rgba(139, 92, 246, 0.17);
    color: #c4b5fd;
}

.my-link-date {
    flex-shrink: 0;
    color: var(--muted);
    font-size: 12px;
}

.my-short-link {
    display: block;
    margin-bottom: 9px;
    overflow: hidden;
    color: #8fc7ff;
    font-size: 17px;
    font-weight: 800;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.my-short-link:hover {
    text-decoration: underline;
}

.my-target-link {
    margin: 0 0 15px;
    overflow: hidden;
    color: var(--text-soft);
    font-size: 13px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.my-link-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 18px;
    margin-bottom: 16px;
    color: #aebbd0;
    font-size: 13px;
}

.my-link-meta strong {
    color: #edf4ff;
}

.my-link-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.small-copy-button,
.small-open-button {
    display: inline-flex;
    min-height: 38px;
    padding: 9px 14px;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
    cursor: pointer;
}

.small-copy-button {
    border: 0;
    background: var(--primary);
    color: #fff;
}

.small-open-button {
    border: 1px solid #3b4f73;
    background: rgba(30, 41, 59, 0.75);
    color: #dbeafe;
}

.my-links-note {
    margin: 20px 0 0;
    color: #7183a3;
    font-size: 12px;
    line-height: 1.55;
    text-align: center;
}

/* =========================================================
   Sonuç ve QR
   ========================================================= */

.result-box {
    width: min(100%, 720px);
    margin: 26px auto 0;
    padding: 24px;
    border: 1px solid var(--border);
    border-radius: 20px;
    background: var(--panel);
    box-shadow: 0 18px 55px rgba(0, 0, 0, 0.3);
}

.result-row {
    display: flex;
    align-items: stretch;
    gap: 10px;
}

.result-link {
    display: flex;
    min-width: 0;
    flex: 1;
    align-items: center;
    padding: 12px 14px;
    overflow: hidden;
    border: 1px solid #334967;
    border-radius: 11px;
    background: rgba(3, 10, 23, 0.66);
    font-weight: 800;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.copy-button,
.qr-download-button {
    min-height: 44px;
    padding: 10px 16px;
    border: 0;
    border-radius: 10px;
    background: var(--primary);
    color: #fff;
    font-weight: 800;
    cursor: pointer;
}

.qr-section {
    display: flex;
    margin-top: 22px;
    align-items: center;
    flex-direction: column;
    gap: 14px;
}

.qr-section #qrcode,
.qr-preview,
.qr-output {
    padding: 14px;
    border-radius: 15px;
    background: #fff;
}

.password-page {
    max-width: 520px;
    text-align: center;
}

.password-form {
    margin-top: 24px;
    text-align: left;
}

.password-back-link {
    margin-top: 20px;
}

/* =========================================================
   Oluşturulan link penceresi
   ========================================================= */

.link-modal-overlay {
    position: fixed;
    z-index: 9999;
    inset: 0;
    display: flex;
    padding: 22px;
    align-items: center;
    justify-content: center;
    overflow-y: auto;
    background: rgba(2, 6, 23, 0.78);
    backdrop-filter: blur(10px);
    animation: modalFadeIn 0.22s ease forwards;
}

.link-modal-overlay.is-closing {
    animation: modalFadeOut 0.22s ease forwards;
}

.link-modal {
    position: relative;
    width: min(760px, 100%);
    padding: 32px;
    border: 1px solid rgba(96, 165, 250, 0.28);
    border-radius: 24px;
    background: linear-gradient(145deg, rgba(15, 23, 42, 0.99), rgba(9, 16, 31, 0.99));
    box-shadow: 0 30px 100px rgba(0, 0, 0, 0.58);
    animation: modalScaleIn 0.24s ease forwards;
}

.link-modal-overlay.is-closing .link-modal {
    animation: modalScaleOut 0.2s ease forwards;
}

.link-modal-close {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 40px;
    height: 40px;
    padding: 0;
    border: 1px solid #344763;
    border-radius: 50%;
    background: rgba(15, 23, 42, 0.86);
    color: #dbeafe;
    font-size: 27px;
    line-height: 1;
    cursor: pointer;
}

.link-created-icon {
    display: flex;
    width: 62px;
    height: 62px;
    margin: 0 auto 17px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(34, 197, 94, 0.16);
    color: #86efac;
    font-size: 32px;
    font-weight: 900;
    box-shadow: 0 0 0 10px rgba(34, 197, 94, 0.06);
}

.link-modal h2 {
    margin: 0;
    text-align: center;
}

.link-modal-description {
    max-width: 570px;
    margin: 10px auto 22px;
    color: var(--text-soft);
    line-height: 1.6;
    text-align: center;
}

.created-short-link-row {
    display: flex;
    gap: 10px;
    margin-bottom: 24px;
    padding: 10px;
    border: 1px solid #334967;
    border-radius: 14px;
    background: rgba(3, 10, 23, 0.66);
}

.created-short-link {
    display: flex;
    min-width: 0;
    flex: 1;
    align-items: center;
    padding: 0 8px;
    overflow: hidden;
    color: #93c5fd;
    font-weight: 800;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.modal-copy-button {
    flex-shrink: 0;
    min-width: 105px;
    border: 0;
    border-radius: 10px;
    background: var(--primary);
    color: #fff;
    font-weight: 800;
    cursor: pointer;
}

.created-link-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 220px;
    gap: 24px;
    align-items: stretch;
}

.created-link-information {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.created-info-item {
    min-width: 0;
    padding: 14px;
    border: 1px solid #2d3d5a;
    border-radius: 13px;
    background: rgba(10, 18, 34, 0.66);
}

.created-info-wide {
    grid-column: 1 / -1;
}

.created-info-item span:first-child {
    display: block;
    margin-bottom: 7px;
    color: #8294b2;
    font-size: 12px;
}

.created-info-item strong {
    display: block;
    overflow-wrap: anywhere;
    color: #eef5ff;
    font-size: 14px;
    line-height: 1.45;
}

.created-qr-box {
    display: flex;
    padding: 15px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 14px;
    border: 1px solid #334967;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.97);
}

.created-qr-box #createdLinkQrCode {
    min-height: 190px;
}

.created-qr-box img,
.created-qr-box canvas {
    display: block;
    max-width: 100%;
    height: auto;
}

.created-qr-box .qr-download-button {
    width: 100%;
    min-height: 40px;
    margin: 0;
    background: #111827;
}

.link-modal-actions {
    display: flex;
    justify-content: flex-end;
    gap: 11px;
    margin-top: 24px;
}

.modal-open-link,
.modal-close-button {
    display: inline-flex;
    min-width: 120px;
    min-height: 44px;
    padding: 10px 17px;
    align-items: center;
    justify-content: center;
    border-radius: 11px;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
    cursor: pointer;
}

.modal-open-link {
    border: 0;
    background: var(--primary);
    color: #fff;
}

.modal-close-button {
    border: 1px solid #405372;
    background: rgba(30, 41, 59, 0.65);
    color: #dce8fa;
}

@keyframes modalFadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes modalFadeOut {
    from { opacity: 1; }
    to { opacity: 0; }
}

@keyframes modalScaleIn {
    from {
        opacity: 0;
        transform: translateY(18px) scale(0.96);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@keyframes modalScaleOut {
    from {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
    to {
        opacity: 0;
        transform: translateY(12px) scale(0.97);
    }
}

/* =========================================================
   Responsive
   ========================================================= */

@media (max-width: 760px) {
    body {
        padding: 24px 12px;
    }

    .home-account-bar,
    .my-links-heading,
    .my-link-card-top {
        align-items: flex-start;
        flex-direction: column;
    }

    .home-account-actions {
        width: 100%;
        flex-wrap: wrap;
    }

    .home-account-actions a {
        flex: 1 1 135px;
    }

    .url-form,
    .password-form,
    .qr-form,
    .my-links-section,
    .result-box {
        padding: 19px;
        border-radius: 17px;
    }

    .captcha-heading,
    .captcha-image-row {
        align-items: flex-start;
        flex-direction: column;
    }

    .captcha-image-frame,
    .captcha-refresh-button {
        width: 100%;
    }

    .created-link-layout,
    .created-link-information {
        grid-template-columns: 1fr;
    }

    .created-info-wide {
        grid-column: auto;
    }

    .created-qr-box {
        max-width: 250px;
        margin: 0 auto;
    }

    .link-modal {
        padding: 28px 19px 21px;
    }

    .created-short-link-row,
    .result-row,
    .link-modal-actions {
        flex-direction: column;
    }

    .modal-copy-button {
        min-height: 43px;
    }

    .modal-open-link,
    .modal-close-button {
        width: 100%;
    }
}

@media (max-width: 520px) {
    .account-access-card {
        padding: 30px 17px;
    }

    .account-access-actions {
        flex-direction: column;
    }

    .account-access-actions a {
        width: 100%;
    }

    .captcha-question {
        align-items: flex-start;
        flex-direction: column;
    }
}

/* =========================================================
   YENİ ANA GİRİŞ SAYFASI
   Yalnızca body.home-landing-page içinde çalışır.
   Diğer sayfaların tasarımını bozmaz.
   ========================================================= */

body.home-landing-page {
    --background: #050814;
    --background-soft: #0a1022;
    --panel: rgba(12, 19, 40, 0.78);
    --panel-strong: rgba(13, 22, 46, 0.94);
    --border: rgba(131, 157, 255, 0.18);
    --border-strong: rgba(112, 144, 255, 0.42);
    --text: #f5f7ff;
    --text-soft: #a8b1cc;
    --primary: #5b7cff;
    --primary-dark: #3858e9;
    --purple: #8b5cf6;
    --cyan: #22d3ee;
    --success: #35d07f;
}

.home-landing-page * {
    box-sizing: border-box;
}

html {
    min-height: 100%;
    scroll-behavior: smooth;
    color-scheme: dark;
}

body.home-landing-page {
    min-height: 100vh;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    background:
        linear-gradient(
            180deg,
            #060917 0%,
            #070b19 42%,
            #050713 100%
        );
    color: var(--text);
    font-family:
        Inter,
        ui-sans-serif,
        system-ui,
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        sans-serif;
    line-height: 1.5;
}

body.home-landing-page.menu-open {
    overflow: hidden;
}

.home-landing-page button,
.home-landing-page input,
.home-landing-page a {
    font: inherit;
}

.home-landing-page a {
    color: inherit;
}

.home-landing-page .background-effects {
    position: fixed;
    z-index: -10;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
}

.home-landing-page .background-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(10px);
    opacity: 0.6;
    animation: orbFloat 13s ease-in-out infinite;
}

.home-landing-page .orb-one {
    top: 8%;
    left: -110px;
    width: 390px;
    height: 390px;
    background: radial-gradient(
        circle,
        rgba(74, 104, 255, 0.42),
        transparent 68%
    );
}

.home-landing-page .orb-two {
    top: 25%;
    right: -170px;
    width: 520px;
    height: 520px;
    background: radial-gradient(
        circle,
        rgba(139, 92, 246, 0.3),
        transparent 68%
    );
    animation-delay: -4s;
}

.home-landing-page .orb-three {
    bottom: -240px;
    left: 35%;
    width: 570px;
    height: 570px;
    background: radial-gradient(
        circle,
        rgba(34, 211, 238, 0.17),
        transparent 68%
    );
    animation-delay: -7s;
}

.home-landing-page .background-grid {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(
            rgba(255, 255, 255, 0.018) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(255, 255, 255, 0.018) 1px,
            transparent 1px
        );
    background-size: 58px 58px;
    mask-image: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.8),
        transparent 88%
    );
}

.home-landing-page .site-header {
    position: fixed;
    z-index: 1000;
    top: 0;
    right: 0;
    left: 0;
    border-bottom: 1px solid transparent;
    transition:
        background 0.25s ease,
        border-color 0.25s ease,
        box-shadow 0.25s ease;
}

.home-landing-page .site-header.is-scrolled {
    border-bottom-color: rgba(121, 145, 220, 0.14);
    background: rgba(5, 8, 20, 0.78);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.18);
    backdrop-filter: blur(20px);
}

.home-landing-page .navbar {
    display: flex;
    width: min(100% - 34px, 1220px);
    min-height: 78px;
    margin: 0 auto;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.home-landing-page .brand {
    display: inline-flex;
    flex-shrink: 0;
    align-items: center;
    gap: 10px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 900;
    letter-spacing: -0.025em;
    text-decoration: none;
}

.home-landing-page .brand-icon {
    display: inline-flex;
    width: 38px;
    height: 38px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(148, 169, 255, 0.34);
    border-radius: 12px;
    background:
        linear-gradient(
            135deg,
            rgba(91, 124, 255, 0.95),
            rgba(139, 92, 246, 0.88)
        );
    box-shadow:
        0 10px 28px rgba(82, 105, 255, 0.3),
        inset 0 1px rgba(255, 255, 255, 0.3);
    font-size: 21px;
}

.home-landing-page .main-navigation {
    display: flex;
    align-items: center;
    gap: 6px;
}

.home-landing-page .main-navigation a {
    position: relative;
    padding: 10px 13px;
    color: #aeb8d1;
    font-size: 13px;
    font-weight: 750;
    text-decoration: none;
    transition: color 0.2s ease;
}

.home-landing-page .main-navigation a::after {
    position: absolute;
    right: 13px;
    bottom: 4px;
    left: 13px;
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(
        90deg,
        var(--primary),
        var(--purple)
    );
    content: "";
    opacity: 0;
    transform: scaleX(0);
    transition:
        opacity 0.2s ease,
        transform 0.2s ease;
}

.home-landing-page .main-navigation a:hover {
    color: #ffffff;
}

.home-landing-page .main-navigation a:hover::after {
    opacity: 1;
    transform: scaleX(1);
}

.home-landing-page .navbar-actions {
    display: flex;
    align-items: center;
    gap: 9px;
}

.home-landing-page .navbar-actions > a {
    display: inline-flex;
    min-height: 42px;
    padding: 10px 16px;
    align-items: center;
    justify-content: center;
    border-radius: 11px;
    font-size: 13px;
    font-weight: 850;
    text-decoration: none;
    transition:
        transform 0.2s ease,
        background 0.2s ease,
        border-color 0.2s ease,
        box-shadow 0.2s ease;
}

.home-landing-page .navbar-login {
    border: 1px solid rgba(135, 158, 233, 0.22);
    background: rgba(255, 255, 255, 0.035);
    color: #cbd4eb;
}

.home-landing-page .navbar-register {
    border: 1px solid transparent;
    background: linear-gradient(
        135deg,
        var(--primary),
        var(--primary-dark)
    );
    color: #ffffff;
    box-shadow: 0 12px 28px rgba(58, 82, 220, 0.28);
}

.home-landing-page .navbar-logout {
    background: rgba(239, 68, 68, 0.12);
    color: #fca5a5;
    box-shadow: none;
}

.home-landing-page .navbar-actions > a:hover {
    transform: translateY(-2px);
}

.home-landing-page .navbar-login:hover {
    border-color: rgba(135, 158, 233, 0.46);
    background: rgba(255, 255, 255, 0.07);
}

.home-landing-page .navbar-register:hover {
    box-shadow: 0 16px 35px rgba(58, 82, 220, 0.4);
}

.home-landing-page .navbar-user {
    display: flex;
    margin-right: 3px;
    align-items: center;
    gap: 9px;
}

.home-landing-page .navbar-user-avatar {
    display: flex;
    width: 37px;
    height: 37px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: linear-gradient(
        135deg,
        var(--primary),
        var(--purple)
    );
    color: #ffffff;
    font-weight: 900;
}

.home-landing-page .navbar-user strong,
.home-landing-page .navbar-user div > span {
    display: block;
}

.home-landing-page .navbar-user strong {
    max-width: 120px;
    overflow: hidden;
    color: #f3f6ff;
    font-size: 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.home-landing-page .navbar-user div > span {
    margin-top: 2px;
    color: #7885a6;
    font-size: 10px;
}

.home-landing-page .mobile-menu-button {
    display: none;
    width: 43px;
    height: 43px;
    padding: 10px;
    border: 1px solid rgba(131, 157, 255, 0.2);
    border-radius: 11px;
    background: rgba(255, 255, 255, 0.04);
    cursor: pointer;
}

.home-landing-page .mobile-menu-button span {
    display: block;
    width: 100%;
    height: 2px;
    margin: 4px 0;
    border-radius: 999px;
    background: #dbe3f7;
    transition:
        transform 0.2s ease,
        opacity 0.2s ease;
}

.home-landing-page .mobile-menu-button.is-active span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
}

.home-landing-page .mobile-menu-button.is-active span:nth-child(2) {
    opacity: 0;
}

.home-landing-page .mobile-menu-button.is-active span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
}

.home-landing-page .hero-section {
    position: relative;
    display: flex;
    min-height: 100vh;
    padding: 128px 0 82px;
    align-items: center;
}

.home-landing-page .hero-container,
.home-landing-page .section-container,
.home-landing-page .footer-container {
    width: min(100% - 34px, 1220px);
    margin: 0 auto;
}

.home-landing-page .hero-container {
    display: grid;
    grid-template-columns:
        minmax(0, 1.08fr)
        minmax(420px, 0.92fr);
    align-items: center;
    gap: 68px;
}

.home-landing-page .hero-content {
    position: relative;
    z-index: 2;
}

.home-landing-page .hero-badge {
    display: inline-flex;
    margin-bottom: 24px;
    padding: 8px 13px;
    align-items: center;
    gap: 8px;
    border: 1px solid rgba(119, 148, 255, 0.28);
    border-radius: 999px;
    background: rgba(72, 95, 205, 0.09);
    color: #bac7ef;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.055em;
    text-transform: uppercase;
    box-shadow: inset 0 1px rgba(255, 255, 255, 0.05);
}

.home-landing-page .hero-badge-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--success);
    box-shadow: 0 0 0 6px rgba(53, 208, 127, 0.1);
    animation: badgePulse 2s ease-in-out infinite;
}

.home-landing-page .hero-content h1 {
    max-width: 760px;
    margin: 0;
    font-size: clamp(46px, 6.2vw, 82px);
    line-height: 0.99;
    letter-spacing: -0.065em;
}

.home-landing-page .hero-content h1 span,
.home-landing-page .section-heading h2 span,
.home-landing-page .profile-content h2 span {
    background:
        linear-gradient(
            100deg,
            #8ea4ff 0%,
            #b58cff 48%,
            #64d9ee 100%
        );
    background-clip: text;
    color: transparent;
}

.home-landing-page .hero-description {
    max-width: 640px;
    margin: 27px 0 0;
    color: var(--text-soft);
    font-size: clamp(16px, 1.7vw, 19px);
    line-height: 1.75;
}

.home-landing-page .hero-actions {
    display: flex;
    margin-top: 34px;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
}

.home-landing-page .primary-hero-button,
.home-landing-page .secondary-hero-button,
.home-landing-page .profile-button {
    display: inline-flex;
    min-height: 54px;
    padding: 13px 20px;
    align-items: center;
    justify-content: center;
    gap: 11px;
    border-radius: 14px;
    font-size: 14px;
    font-weight: 900;
    text-decoration: none;
    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease,
        border-color 0.2s ease,
        background 0.2s ease;
}

.home-landing-page .primary-hero-button,
.home-landing-page .profile-button {
    border: 1px solid transparent;
    background:
        linear-gradient(
            135deg,
            var(--primary),
            var(--primary-dark)
        );
    color: #ffffff;
    box-shadow:
        0 16px 35px rgba(55, 80, 220, 0.34),
        inset 0 1px rgba(255, 255, 255, 0.26);
}

.home-landing-page .primary-hero-button span,
.home-landing-page .profile-button span {
    font-size: 19px;
    transition: transform 0.2s ease;
}

.home-landing-page .primary-hero-button:hover,
.home-landing-page .profile-button:hover {
    box-shadow:
        0 20px 46px rgba(55, 80, 220, 0.48),
        inset 0 1px rgba(255, 255, 255, 0.3);
    transform: translateY(-3px);
}

.home-landing-page .primary-hero-button:hover span,
.home-landing-page .profile-button:hover span {
    transform: translateX(4px);
}

.home-landing-page .secondary-hero-button {
    border: 1px solid rgba(137, 158, 224, 0.22);
    background: rgba(255, 255, 255, 0.035);
    color: #d4dcf0;
}

.home-landing-page .secondary-hero-button:hover {
    border-color: rgba(137, 158, 224, 0.42);
    background: rgba(255, 255, 255, 0.07);
    transform: translateY(-3px);
}

.home-landing-page .hero-trust {
    display: flex;
    margin-top: 28px;
    flex-wrap: wrap;
    gap: 11px 20px;
    color: #8895b5;
    font-size: 12px;
    font-weight: 700;
}

.home-landing-page .hero-trust div {
    display: inline-flex;
    align-items: center;
    gap: 7px;
}

.home-landing-page .hero-trust span {
    display: inline-flex;
    width: 19px;
    height: 19px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(53, 208, 127, 0.11);
    color: #69e7a5;
    font-size: 10px;
}

.home-landing-page .hero-visual {
    position: relative;
    min-width: 0;
}

.home-landing-page .visual-glow {
    position: absolute;
    z-index: -1;
    inset: 12% 4%;
    border-radius: 50%;
    background:
        linear-gradient(
            135deg,
            rgba(91, 124, 255, 0.45),
            rgba(139, 92, 246, 0.3)
        );
    filter: blur(70px);
    opacity: 0.58;
    animation: visualGlow 6s ease-in-out infinite;
}

.home-landing-page .browser-card {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(140, 163, 242, 0.23);
    border-radius: 22px;
    background:
        linear-gradient(
            145deg,
            rgba(18, 28, 56, 0.96),
            rgba(7, 13, 29, 0.96)
        );
    box-shadow:
        0 45px 100px rgba(0, 0, 0, 0.42),
        inset 0 1px rgba(255, 255, 255, 0.08);
    transform: perspective(1100px) rotateY(-4deg) rotateX(1deg);
    animation: cardFloat 6s ease-in-out infinite;
}

.home-landing-page .browser-top {
    display: flex;
    min-height: 53px;
    padding: 0 17px;
    align-items: center;
    gap: 16px;
    border-bottom: 1px solid rgba(135, 155, 221, 0.13);
    background: rgba(255, 255, 255, 0.025);
}

.home-landing-page .browser-dots {
    display: flex;
    gap: 6px;
}

.home-landing-page .browser-dots span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
}

.home-landing-page .browser-dots span:nth-child(1) {
    background: #ff6b78;
}

.home-landing-page .browser-dots span:nth-child(2) {
    background: #ffc663;
}

.home-landing-page .browser-dots span:nth-child(3) {
    background: #59dc8e;
}

.home-landing-page .browser-address {
    min-width: 0;
    flex: 1;
    padding: 7px 11px;
    border: 1px solid rgba(129, 149, 211, 0.13);
    border-radius: 8px;
    background: rgba(2, 7, 20, 0.48);
    color: #657393;
    font-size: 10px;
    text-align: center;
}

.home-landing-page .browser-content {
    padding: 27px;
}

.home-landing-page .demo-label {
    margin-bottom: 8px;
    color: #dce5fa;
    font-size: 11px;
    font-weight: 850;
}

.home-landing-page .demo-long-url {
    padding: 13px;
    overflow: hidden;
    border: 1px solid rgba(121, 144, 211, 0.2);
    border-radius: 11px;
    background: rgba(3, 8, 22, 0.57);
    color: #687898;
    font-size: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.home-landing-page .browser-content > button {
    width: 100%;
    min-height: 43px;
    margin-top: 13px;
    border: 0;
    border-radius: 10px;
    background: linear-gradient(
        135deg,
        var(--primary),
        var(--primary-dark)
    );
    color: #ffffff;
    font-size: 11px;
    font-weight: 900;
    pointer-events: none;
    box-shadow: 0 12px 25px rgba(55, 80, 220, 0.24);
}

.home-landing-page .demo-result {
    display: flex;
    margin-top: 20px;
    padding: 15px;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    border: 1px solid rgba(80, 213, 157, 0.23);
    border-radius: 13px;
    background:
        linear-gradient(
            135deg,
            rgba(22, 101, 70, 0.18),
            rgba(21, 64, 93, 0.14)
        );
}

.home-landing-page .demo-result div > span,
.home-landing-page .demo-result div > strong {
    display: block;
}

.home-landing-page .demo-result div > span {
    margin-bottom: 3px;
    color: #74a894;
    font-size: 9px;
}

.home-landing-page .demo-result div > strong {
    color: #9bf2c5;
    font-size: 12px;
}

.home-landing-page .demo-copy {
    flex-shrink: 0;
    padding: 7px 9px;
    border-radius: 7px;
    background: rgba(53, 208, 127, 0.11);
    color: #7ce9ad;
    font-size: 9px;
    font-weight: 850;
}

.home-landing-page .demo-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 9px;
    margin-top: 17px;
}

.home-landing-page .demo-stats article {
    padding: 13px 8px;
    border: 1px solid rgba(119, 142, 208, 0.14);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.025);
    text-align: center;
}

.home-landing-page .demo-stats span,
.home-landing-page .demo-stats strong {
    display: block;
}

.home-landing-page .demo-stats span {
    color: #657391;
    font-size: 8px;
}

.home-landing-page .demo-stats strong {
    margin-top: 4px;
    font-size: 15px;
}

.home-landing-page .floating-card {
    position: absolute;
    display: flex;
    padding: 11px 13px;
    align-items: center;
    gap: 8px;
    border: 1px solid rgba(146, 165, 228, 0.2);
    border-radius: 12px;
    background: rgba(12, 20, 43, 0.82);
    color: #cdd6eb;
    font-size: 10px;
    font-weight: 800;
    box-shadow: 0 18px 35px rgba(0, 0, 0, 0.28);
    backdrop-filter: blur(14px);
}

.home-landing-page .floating-security {
    top: -18px;
    right: -20px;
    animation: floatingSmall 4.5s ease-in-out infinite;
}

.home-landing-page .floating-security > span {
    display: inline-flex;
    width: 23px;
    height: 23px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(53, 208, 127, 0.13);
    color: #64eaa5;
}

.home-landing-page .floating-clicks {
    bottom: 22px;
    left: -28px;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    animation: floatingSmall 4.5s ease-in-out infinite -2s;
}

.home-landing-page .floating-clicks strong {
    color: #96aaff;
    font-size: 18px;
}

.home-landing-page .floating-clicks span {
    color: #7583a3;
    font-size: 9px;
}

.home-landing-page .scroll-indicator {
    position: absolute;
    bottom: 26px;
    left: 50%;
    display: flex;
    width: 27px;
    height: 44px;
    align-items: flex-start;
    justify-content: center;
    padding-top: 8px;
    border: 1px solid rgba(139, 159, 220, 0.24);
    border-radius: 999px;
    transform: translateX(-50%);
}

.home-landing-page .scroll-indicator span {
    width: 4px;
    height: 8px;
    border-radius: 999px;
    background: #91a5e7;
    animation: scrollDot 1.8s ease-in-out infinite;
}

.home-landing-page .features-section,
.home-landing-page .profile-section,
.home-landing-page .steps-section,
.home-landing-page .final-cta-section {
    padding: 110px 0;
}

.home-landing-page .section-heading {
    max-width: 730px;
    margin: 0 auto 52px;
    text-align: center;
}

.home-landing-page .section-label {
    display: inline-block;
    margin-bottom: 12px;
    color: #8199ed;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.home-landing-page .section-heading h2,
.home-landing-page .profile-content h2,
.home-landing-page .final-cta-card h2 {
    margin: 0;
    font-size: clamp(35px, 4.8vw, 58px);
    line-height: 1.04;
    letter-spacing: -0.052em;
}

.home-landing-page .section-heading p,
.home-landing-page .profile-content > p,
.home-landing-page .final-cta-card p {
    max-width: 640px;
    margin: 20px auto 0;
    color: var(--text-soft);
    font-size: 16px;
    line-height: 1.75;
}

.home-landing-page .features-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.home-landing-page .feature-card,
.home-landing-page .step-card {
    position: relative;
    min-height: 272px;
    padding: 25px;
    overflow: hidden;
    border: 1px solid var(--border);
    border-radius: 19px;
    background:
        linear-gradient(
            145deg,
            rgba(15, 24, 49, 0.82),
            rgba(7, 12, 28, 0.74)
        );
    box-shadow:
        inset 0 1px rgba(255, 255, 255, 0.04),
        0 24px 55px rgba(0, 0, 0, 0.16);
    transition:
        transform 0.25s ease,
        border-color 0.25s ease,
        box-shadow 0.25s ease;
}

.home-landing-page .feature-card::after {
    position: absolute;
    right: -70px;
    bottom: -70px;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background: radial-gradient(
        circle,
        rgba(91, 124, 255, 0.13),
        transparent 68%
    );
    content: "";
}

.home-landing-page .feature-card:hover,
.home-landing-page .step-card:hover {
    border-color: var(--border-strong);
    box-shadow:
        inset 0 1px rgba(255, 255, 255, 0.06),
        0 30px 70px rgba(0, 0, 0, 0.26);
    transform: translateY(-7px);
}

.home-landing-page .feature-number {
    position: absolute;
    top: 20px;
    right: 22px;
    color: rgba(140, 157, 207, 0.22);
    font-size: 28px;
    font-weight: 900;
}

.home-landing-page .feature-icon {
    display: flex;
    width: 48px;
    height: 48px;
    margin-bottom: 30px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(119, 147, 255, 0.24);
    border-radius: 14px;
    background:
        linear-gradient(
            135deg,
            rgba(91, 124, 255, 0.18),
            rgba(139, 92, 246, 0.12)
        );
    color: #a8b6ff;
    font-size: 21px;
    box-shadow: 0 12px 30px rgba(54, 75, 190, 0.12);
}

.home-landing-page .feature-card h3,
.home-landing-page .step-card h3 {
    margin: 0 0 12px;
    font-size: 18px;
    letter-spacing: -0.02em;
}

.home-landing-page .feature-card p,
.home-landing-page .step-card p {
    margin: 0;
    color: #8793b1;
    font-size: 13px;
    line-height: 1.7;
}

.home-landing-page .profile-section {
    position: relative;
}

.home-landing-page .profile-section::before {
    position: absolute;
    inset: 12% 0;
    background:
        linear-gradient(
            90deg,
            transparent,
            rgba(91, 124, 255, 0.045),
            transparent
        );
    content: "";
    pointer-events: none;
}

.home-landing-page .profile-layout {
    display: grid;
    grid-template-columns:
        minmax(360px, 0.9fr)
        minmax(0, 1.1fr);
    align-items: center;
    gap: 90px;
}

.home-landing-page .profile-preview {
    display: flex;
    justify-content: center;
}

.home-landing-page .profile-phone {
    position: relative;
    width: min(100%, 360px);
    padding: 13px;
    border: 1px solid rgba(144, 165, 235, 0.26);
    border-radius: 39px;
    background:
        linear-gradient(
            145deg,
            rgba(21, 31, 60, 0.95),
            rgba(5, 10, 24, 0.98)
        );
    box-shadow:
        0 45px 95px rgba(0, 0, 0, 0.42),
        inset 0 1px rgba(255, 255, 255, 0.08);
    transform: rotate(-3deg);
}

.home-landing-page .profile-phone::before {
    position: absolute;
    z-index: -1;
    inset: 9% -18%;
    border-radius: 50%;
    background:
        radial-gradient(
            circle,
            rgba(91, 124, 255, 0.37),
            transparent 66%
        );
    content: "";
    filter: blur(45px);
}

.home-landing-page .profile-phone-top {
    position: absolute;
    z-index: 2;
    top: 21px;
    left: 50%;
    width: 95px;
    height: 22px;
    border-radius: 999px;
    background: #050914;
    transform: translateX(-50%);
}

.home-landing-page .profile-cover {
    min-height: 600px;
    padding: 74px 24px 30px;
    overflow: hidden;
    border-radius: 29px;
    background:
        radial-gradient(
            circle at top,
            rgba(129, 91, 255, 0.72),
            transparent 42%
        ),
        linear-gradient(
            145deg,
            #312e81,
            #172554 54%,
            #071225
        );
    text-align: center;
}

.home-landing-page .profile-avatar {
    display: flex;
    width: 94px;
    height: 94px;
    margin: 0 auto 18px;
    align-items: center;
    justify-content: center;
    border: 4px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    background:
        linear-gradient(
            135deg,
            #5b7cff,
            #8b5cf6
        );
    color: #ffffff;
    font-size: 34px;
    font-weight: 900;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.25);
}

.home-landing-page .profile-cover h3 {
    margin: 0 0 4px;
    font-size: 27px;
}

.home-landing-page .profile-cover > span {
    color: rgba(255, 255, 255, 0.65);
    font-size: 12px;
}

.home-landing-page .profile-cover p {
    max-width: 270px;
    margin: 18px auto 24px;
    color: rgba(255, 255, 255, 0.75);
    font-size: 12px;
    line-height: 1.65;
}

.home-landing-page .profile-cover a {
    display: flex;
    min-height: 51px;
    margin-bottom: 12px;
    padding: 11px 16px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    font-size: 12px;
    font-weight: 850;
    text-decoration: none;
    backdrop-filter: blur(12px);
}

.home-landing-page .profile-content h2 {
    max-width: 650px;
}

.home-landing-page .profile-content > p {
    margin-right: 0;
    margin-left: 0;
}

.home-landing-page .profile-benefits {
    display: grid;
    gap: 12px;
    margin-top: 27px;
}

.home-landing-page .profile-benefits div {
    display: flex;
    align-items: center;
    gap: 11px;
    color: #aeb9d4;
    font-size: 13px;
    font-weight: 750;
}

.home-landing-page .profile-benefits span {
    display: inline-flex;
    width: 25px;
    height: 25px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(53, 208, 127, 0.11);
    color: #69e7a5;
    font-size: 11px;
}

.home-landing-page .profile-button {
    margin-top: 30px;
}

.home-landing-page .steps-section {
    padding-top: 80px;
}

.home-landing-page .steps-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 17px;
}

.home-landing-page .step-card {
    min-height: auto;
    padding: 30px;
}

.home-landing-page .step-number {
    display: flex;
    width: 45px;
    height: 45px;
    margin-bottom: 23px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(113, 141, 255, 0.25);
    border-radius: 50%;
    background: rgba(91, 124, 255, 0.09);
    color: #9cadf4;
    font-size: 14px;
    font-weight: 900;
}

.home-landing-page .final-cta-section {
    padding-top: 60px;
}

.home-landing-page .final-cta-card {
    position: relative;
    display: flex;
    width: min(100% - 34px, 1220px);
    min-height: 290px;
    margin: 0 auto;
    padding: 48px;
    overflow: hidden;
    align-items: center;
    justify-content: space-between;
    gap: 45px;
    border: 1px solid rgba(126, 151, 255, 0.25);
    border-radius: 28px;
    background:
        radial-gradient(
            circle at right,
            rgba(91, 124, 255, 0.2),
            transparent 42%
        ),
        linear-gradient(
            135deg,
            rgba(19, 31, 67, 0.94),
            rgba(8, 15, 34, 0.94)
        );
    box-shadow: 0 35px 85px rgba(0, 0, 0, 0.3);
}

.home-landing-page .final-cta-glow {
    position: absolute;
    top: -130px;
    left: 15%;
    width: 390px;
    height: 390px;
    border-radius: 50%;
    background: rgba(139, 92, 246, 0.12);
    filter: blur(40px);
}

.home-landing-page .final-cta-card > div,
.home-landing-page .final-cta-card > a {
    position: relative;
    z-index: 1;
}

.home-landing-page .final-cta-card h2 {
    font-size: clamp(34px, 4vw, 53px);
}

.home-landing-page .final-cta-card p {
    margin-right: 0;
    margin-left: 0;
}

.home-landing-page .final-cta-card > a {
    flex-shrink: 0;
}

.home-landing-page .site-footer {
    padding: 38px 0;
    border-top: 1px solid rgba(124, 145, 207, 0.12);
    background: rgba(3, 6, 15, 0.4);
}

.home-landing-page .footer-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
}

.home-landing-page .footer-container p {
    margin: 0;
    color: #697794;
    font-size: 12px;
}

.home-landing-page .footer-links {
    display: flex;
    align-items: center;
    gap: 20px;
}

.home-landing-page .footer-links a {
    color: #8491ae;
    font-size: 12px;
    font-weight: 750;
    text-decoration: none;
}

.home-landing-page .footer-links a:hover {
    color: #ffffff;
}

.home-landing-page .reveal {
    opacity: 0;
    transform: translateY(24px);
    transition:
        opacity 0.7s ease,
        transform 0.7s ease;
}

.home-landing-page .reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

@keyframes orbFloat {
    0%,
    100% {
        transform: translate3d(0, 0, 0) scale(1);
    }

    50% {
        transform: translate3d(20px, -25px, 0) scale(1.06);
    }
}

@keyframes badgePulse {
    0%,
    100% {
        box-shadow: 0 0 0 5px rgba(53, 208, 127, 0.08);
    }

    50% {
        box-shadow: 0 0 0 9px rgba(53, 208, 127, 0.01);
    }
}

@keyframes visualGlow {
    0%,
    100% {
        opacity: 0.48;
        transform: scale(0.96);
    }

    50% {
        opacity: 0.72;
        transform: scale(1.06);
    }
}

@keyframes cardFloat {
    0%,
    100% {
        transform:
            perspective(1100px)
            rotateY(-4deg)
            rotateX(1deg)
            translateY(0);
    }

    50% {
        transform:
            perspective(1100px)
            rotateY(-2deg)
            rotateX(0deg)
            translateY(-10px);
    }
}

@keyframes floatingSmall {
    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-8px);
    }
}

@keyframes scrollDot {
    0% {
        opacity: 0;
        transform: translateY(0);
    }

    30% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        transform: translateY(17px);
    }
}

@media (max-width: 1080px) {
    .home-landing-page .main-navigation {
        display: none;
    }

    .home-landing-page .hero-container {
        grid-template-columns: 1fr 420px;
        gap: 40px;
    }

    .home-landing-page .features-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 860px) {
    .home-landing-page .site-header {
        background: rgba(5, 8, 20, 0.82);
        backdrop-filter: blur(18px);
    }

    .home-landing-page .mobile-menu-button {
        display: block;
        order: 3;
    }

    .home-landing-page .navbar {
        flex-wrap: wrap;
    }

    .home-landing-page .main-navigation {
        position: absolute;
        top: 77px;
        right: 17px;
        left: 17px;
        display: grid;
        max-height: 0;
        padding: 0 16px;
        overflow: hidden;
        border: 1px solid transparent;
        border-radius: 16px;
        background: rgba(9, 15, 32, 0.97);
        opacity: 0;
        transform: translateY(-12px);
        pointer-events: none;
        transition:
            max-height 0.25s ease,
            padding 0.25s ease,
            opacity 0.25s ease,
            transform 0.25s ease,
            border-color 0.25s ease;
        backdrop-filter: blur(18px);
    }

    .home-landing-page .main-navigation.is-open {
        max-height: 320px;
        padding: 14px 16px;
        border-color: rgba(122, 147, 224, 0.2);
        opacity: 1;
        transform: translateY(0);
        pointer-events: auto;
    }

    .home-landing-page .main-navigation a {
        padding: 12px 9px;
    }

    .home-landing-page .main-navigation a::after {
        display: none;
    }

    .home-landing-page .navbar-actions {
        margin-left: auto;
    }

    .home-landing-page .navbar-user {
        display: none;
    }

    .home-landing-page .hero-section {
        min-height: auto;
        padding-top: 135px;
    }

    .home-landing-page .hero-container {
        grid-template-columns: 1fr;
        gap: 70px;
    }

    .home-landing-page .hero-content {
        text-align: center;
    }

    .home-landing-page .hero-content h1,
.home-landing-page .hero-description {
        margin-right: auto;
        margin-left: auto;
    }

    .home-landing-page .hero-actions,
.home-landing-page .hero-trust {
        justify-content: center;
    }

    .home-landing-page .hero-visual {
        width: min(100%, 520px);
        margin: 0 auto;
    }

    .home-landing-page .profile-layout {
        grid-template-columns: 1fr;
        gap: 70px;
    }

    .home-landing-page .profile-content {
        max-width: 700px;
        margin: 0 auto;
        text-align: center;
    }

    .home-landing-page .profile-content > p {
        margin-right: auto;
        margin-left: auto;
    }

    .home-landing-page .profile-benefits {
        width: fit-content;
        margin-right: auto;
        margin-left: auto;
        text-align: left;
    }

    .home-landing-page .steps-grid {
        grid-template-columns: 1fr;
    }

    .home-landing-page .final-cta-card {
        align-items: flex-start;
        flex-direction: column;
    }

    .home-landing-page .footer-container {
        flex-direction: column;
        text-align: center;
    }
}

@media (max-width: 620px) {
    .home-landing-page .navbar {
        width: min(100% - 24px, 1220px);
    }

    .home-landing-page .brand {
        font-size: 15px;
    }

    .home-landing-page .brand-icon {
        width: 35px;
        height: 35px;
    }

    .home-landing-page .navbar-actions > a {
        min-height: 38px;
        padding: 8px 11px;
        font-size: 11px;
    }

    .home-landing-page .navbar-actions .navbar-login {
        display: none;
    }

    .home-landing-page .hero-section {
        padding: 120px 0 65px;
    }

    .home-landing-page .hero-container,
.home-landing-page .section-container,
.home-landing-page .footer-container {
        width: min(100% - 24px, 1220px);
    }

    .home-landing-page .hero-content h1 {
        font-size: clamp(42px, 14vw, 61px);
    }

    .home-landing-page .hero-description {
        font-size: 15px;
    }

    .home-landing-page .hero-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .home-landing-page .primary-hero-button,
.home-landing-page .secondary-hero-button,
.home-landing-page .profile-button {
        width: 100%;
    }

    .home-landing-page .hero-trust {
        align-items: flex-start;
        flex-direction: column;
    }

    .home-landing-page .browser-content {
        padding: 19px;
    }

    .home-landing-page .browser-card {
        transform: none;
    }

    .home-landing-page .floating-security {
        top: -14px;
        right: -4px;
    }

    .home-landing-page .floating-clicks {
        bottom: 12px;
        left: -4px;
    }

    .home-landing-page .features-section,
.home-landing-page .profile-section,
.home-landing-page .steps-section,
.home-landing-page .final-cta-section {
        padding: 78px 0;
    }

    .home-landing-page .features-grid {
        grid-template-columns: 1fr;
    }

    .home-landing-page .feature-card {
        min-height: 240px;
    }

    .home-landing-page .profile-layout {
        grid-template-columns: 1fr;
    }

    .home-landing-page .profile-phone {
        width: min(94%, 340px);
        transform: none;
    }

    .home-landing-page .profile-cover {
        min-height: 560px;
    }

    .home-landing-page .final-cta-card {
        width: min(100% - 24px, 1220px);
        min-height: 0;
        padding: 30px 22px;
        border-radius: 22px;
    }

    .home-landing-page .footer-links {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (prefers-reduced-motion: reduce) {
    .home-landing-page *,
.home-landing-page *::before,
.home-landing-page *::after {
        scroll-behavior: auto !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }

    .home-landing-page .reveal {
        opacity: 1;
        transform: none;
    }
}