:root {
    --pc-ink: #171326;
    --pc-ink-soft: #4f4b60;
    --pc-muted: #716c7f;
    --pc-line: #e8e4ee;
    --pc-surface: #ffffff;
    --pc-surface-soft: #f8f6fb;
    --pc-orange: #f46a18;
    --pc-orange-dark: #d94e08;
    --pc-orange-soft: #fff0e5;
    --pc-lime: #d7e3a7;
    --pc-success: #1d7d5a;
    --pc-danger: #bb2d3b;
    --pc-shadow-sm: 0 12px 35px rgba(36, 25, 56, .08);
    --pc-shadow-lg: 0 30px 80px rgba(20, 13, 35, .2);
    --pc-radius-sm: 14px;
    --pc-radius: 24px;
    --pc-radius-lg: 36px;
}

html {
    scroll-behavior: smooth;
}

body.public-site {
    min-width: 320px;
    margin: 0;
    color: var(--pc-ink);
    background: var(--pc-surface);
    font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 16px;
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
}

.public-site *,
.public-site *::before,
.public-site *::after {
    box-sizing: border-box;
}

.public-site h1,
.public-site h2,
.public-site h3,
.public-site h4,
.public-site p {
    margin-top: 0;
}

.public-site h1,
.public-site h2,
.public-site h3,
.public-site h4 {
    color: var(--pc-ink);
    font-weight: 750;
    letter-spacing: -.035em;
    line-height: 1.12;
}

.public-site a {
    color: var(--pc-orange-dark);
    transition: color .2s ease, background-color .2s ease, border-color .2s ease, transform .2s ease;
}

.public-site a:hover {
    color: var(--pc-orange);
    text-decoration: none;
}

.public-site img {
    max-width: 100%;
}

.skip-link {
    position: fixed;
    top: 10px;
    left: 10px;
    z-index: 2000;
    padding: 10px 16px;
    color: #fff !important;
    background: var(--pc-orange);
    border-radius: 10px;
    transform: translateY(-150%);
}

.skip-link:focus {
    transform: translateY(0);
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    border-bottom: 1px solid rgba(255, 255, 255, .08);
    background: rgba(23, 19, 38, .96);
    box-shadow: 0 8px 30px rgba(14, 9, 24, .12);
    backdrop-filter: blur(18px);
}

.site-header .navbar {
    min-height: 82px;
    padding: 0;
}

.site-brand {
    display: inline-flex;
    align-items: center;
    height: 70px;
}

.site-brand img {
    width: 145px;
    height: auto;
    max-height: 68px;
    object-fit: contain;
}

.site-header .nav-link {
    position: relative;
    margin: 0 3px;
    padding: 12px 13px !important;
    color: rgba(255, 255, 255, .78);
    border-radius: 12px;
    font-size: .91rem;
    font-weight: 650;
}

.site-header .nav-link:hover,
.site-header .nav-link:focus,
.site-header .nav-link.active {
    color: #fff;
    background: rgba(255, 255, 255, .08);
}

.nav-item-access {
    margin-left: 8px;
}

.btn,
.public-site button {
    font-weight: 700;
}

.btn-nav,
.btn-primary-modern,
.btn-secondary-modern,
.btn-soft-modern {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 12px 22px;
    border: 1px solid transparent;
    border-radius: 14px;
    font-size: .94rem;
    font-weight: 750;
    line-height: 1.2;
    text-align: center;
    box-shadow: none;
}

.btn-nav,
.btn-primary-modern {
    color: #fff !important;
    background: linear-gradient(135deg, var(--pc-orange), #ff873e);
    box-shadow: 0 10px 24px rgba(244, 106, 24, .24);
}

.btn-nav {
    min-height: 43px;
    padding: 10px 18px;
}

.btn-nav:hover,
.btn-primary-modern:hover {
    color: #fff !important;
    background: linear-gradient(135deg, var(--pc-orange-dark), var(--pc-orange));
    transform: translateY(-2px);
}

.btn-secondary-modern {
    color: #fff !important;
    border-color: rgba(255, 255, 255, .26);
    background: rgba(255, 255, 255, .08);
}

.btn-secondary-modern:hover {
    color: #fff !important;
    border-color: rgba(255, 255, 255, .48);
    background: rgba(255, 255, 255, .15);
}

.btn-soft-modern {
    color: var(--pc-orange-dark) !important;
    border-color: #ffd4ba;
    background: var(--pc-orange-soft);
}

.btn-soft-modern:hover {
    color: #fff !important;
    border-color: var(--pc-orange);
    background: var(--pc-orange);
}

.navbar-toggler {
    width: 45px;
    height: 42px;
    padding: 10px;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 12px;
}

.navbar-toggler span {
    display: block;
    width: 100%;
    height: 2px;
    margin: 4px 0;
    background: #fff;
    border-radius: 10px;
}

.site-notice {
    padding: 12px 0;
    color: #fff;
    background: #3f3655;
    font-size: .93rem;
    font-weight: 650;
    text-align: center;
}

.site-notice-success {
    background: var(--pc-success);
}

.site-notice-danger,
.site-notice-error {
    background: var(--pc-danger);
}

.section-space {
    padding: 96px 0;
}

.section-soft {
    background: var(--pc-surface-soft);
}

.section-heading {
    max-width: 720px;
    margin-bottom: 48px;
}

.section-heading.centered {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.section-heading h2 {
    margin-bottom: 18px;
    font-size: clamp(2rem, 4vw, 3.2rem);
}

.section-heading p {
    margin-bottom: 0;
    color: var(--pc-ink-soft);
    font-size: 1.08rem;
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 18px;
    color: var(--pc-orange-dark);
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.eyebrow::before {
    width: 24px;
    height: 2px;
    content: "";
    background: currentColor;
}

.home-hero {
    position: relative;
    isolation: isolate;
    min-height: 720px;
    overflow: hidden;
    color: #fff;
    background: #171326;
}

.home-hero::before {
    position: absolute;
    inset: 0;
    z-index: -2;
    content: "";
    background-image: linear-gradient(90deg, rgba(23, 19, 38, .98) 0%, rgba(23, 19, 38, .92) 45%, rgba(23, 19, 38, .55) 100%), var(--hero-image);
    background-position: center;
    background-size: cover;
}

.home-hero::after {
    position: absolute;
    right: -180px;
    bottom: -240px;
    z-index: -1;
    width: 620px;
    height: 620px;
    content: "";
    background: radial-gradient(circle, rgba(244, 106, 24, .28), transparent 66%);
}

.hero-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(340px, .7fr);
    gap: 76px;
    align-items: center;
    min-height: 720px;
    padding: 76px 0 92px;
}

.hero-copy {
    max-width: 720px;
}

.hero-copy .eyebrow {
    color: #ffb88b;
}

.hero-copy h1 {
    max-width: 760px;
    margin-bottom: 24px;
    color: #fff;
    font-size: clamp(3rem, 6vw, 5.25rem);
    letter-spacing: -.055em;
}

.hero-copy h1 span {
    color: #ff9a59;
}

.hero-copy > p {
    max-width: 650px;
    margin-bottom: 32px;
    color: rgba(255, 255, 255, .78);
    font-size: clamp(1.06rem, 1.6vw, 1.24rem);
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 34px;
}

.hero-notes {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 22px;
    color: rgba(255, 255, 255, .7);
    font-size: .88rem;
}

.hero-notes span::before {
    margin-right: 8px;
    color: #a9ddbc;
    content: "✓";
    font-weight: 900;
}

.experience-card {
    position: relative;
    padding: 20px;
    border: 1px solid rgba(255, 255, 255, .17);
    border-radius: 34px;
    background: rgba(255, 255, 255, .11);
    box-shadow: var(--pc-shadow-lg);
    backdrop-filter: blur(18px);
    transform: rotate(1.5deg);
}

.experience-card::before {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 72px;
    height: 72px;
    content: "";
    border-radius: 24px;
    background: var(--pc-orange);
    box-shadow: 0 18px 40px rgba(244, 106, 24, .35);
    transform: rotate(12deg);
}

.experience-screen {
    position: relative;
    overflow: hidden;
    padding: 28px;
    color: var(--pc-ink);
    border-radius: 24px;
    background: #fff;
}

.experience-topline {
    display: flex;
    justify-content: space-between;
    margin-bottom: 42px;
    color: var(--pc-muted);
    font-size: .78rem;
    font-weight: 750;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.experience-status {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 18px;
    padding: 7px 11px;
    color: var(--pc-success);
    border-radius: 999px;
    background: #e7f6ee;
    font-size: .78rem;
    font-weight: 800;
}

.experience-status::before {
    width: 8px;
    height: 8px;
    content: "";
    border-radius: 50%;
    background: currentColor;
}

.experience-screen h2 {
    margin-bottom: 14px;
    font-size: 2.35rem;
}

.experience-screen p {
    margin-bottom: 28px;
    color: var(--pc-ink-soft);
}

.experience-prize {
    display: flex;
    gap: 15px;
    align-items: center;
    padding: 17px;
    border: 1px solid #f0d9ca;
    border-radius: 18px;
    background: var(--pc-orange-soft);
}

.experience-prize-icon {
    display: grid;
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
    color: #fff;
    border-radius: 15px;
    background: var(--pc-orange);
    font-size: 1.4rem;
    place-items: center;
}

.experience-prize strong,
.experience-prize small {
    display: block;
}

.experience-prize small {
    color: var(--pc-muted);
}

.trust-strip {
    border-bottom: 1px solid var(--pc-line);
    background: #fff;
}

.trust-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.trust-item {
    padding: 28px 34px;
    border-right: 1px solid var(--pc-line);
}

.trust-item:last-child {
    border-right: 0;
}

.trust-item strong,
.trust-item span {
    display: block;
}

.trust-item strong {
    margin-bottom: 4px;
    color: var(--pc-ink);
    font-size: 1rem;
}

.trust-item span {
    color: var(--pc-muted);
    font-size: .91rem;
}

.benefit-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.benefit-card {
    min-height: 260px;
    padding: 30px;
    border: 1px solid var(--pc-line);
    border-radius: var(--pc-radius);
    background: #fff;
    box-shadow: var(--pc-shadow-sm);
}

.benefit-card:nth-child(2) {
    transform: translateY(20px);
}

.benefit-icon {
    display: grid;
    width: 52px;
    height: 52px;
    margin-bottom: 38px;
    color: var(--pc-orange-dark);
    border-radius: 16px;
    background: var(--pc-orange-soft);
    font-size: 1.2rem;
    font-weight: 850;
    place-items: center;
}

.benefit-card h3 {
    margin-bottom: 13px;
    font-size: 1.38rem;
}

.benefit-card p {
    margin-bottom: 0;
    color: var(--pc-ink-soft);
}

.steps-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    counter-reset: step;
}

.step-card {
    position: relative;
    padding: 32px 28px;
    border-radius: var(--pc-radius);
    background: #fff;
    counter-increment: step;
}

.step-card::before {
    display: grid;
    width: 42px;
    height: 42px;
    margin-bottom: 52px;
    color: #fff;
    content: counter(step, decimal-leading-zero);
    border-radius: 50%;
    background: var(--pc-ink);
    font-size: .78rem;
    font-weight: 850;
    place-items: center;
}

.step-card:not(:last-child)::after {
    position: absolute;
    top: 52px;
    right: -24px;
    z-index: 2;
    width: 48px;
    height: 1px;
    content: "";
    background: #d7d0e1;
}

.step-card h3 {
    margin-bottom: 12px;
    font-size: 1.35rem;
}

.step-card p {
    margin-bottom: 0;
    color: var(--pc-ink-soft);
}

.split-feature {
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
    gap: 72px;
    align-items: center;
}

.feature-visual {
    position: relative;
    min-height: 520px;
    overflow: hidden;
    border-radius: var(--pc-radius-lg);
    background-position: center;
    background-size: cover;
    box-shadow: var(--pc-shadow-lg);
}

.feature-visual::after {
    position: absolute;
    inset: 0;
    content: "";
    background: linear-gradient(180deg, transparent 35%, rgba(23, 19, 38, .76));
}

.feature-visual-card {
    position: absolute;
    right: 24px;
    bottom: 24px;
    left: 24px;
    z-index: 1;
    padding: 22px;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 20px;
    background: rgba(23, 19, 38, .7);
    backdrop-filter: blur(14px);
}

.feature-visual-card strong,
.feature-visual-card span {
    display: block;
}

.feature-visual-card strong {
    margin-bottom: 4px;
    font-size: 1.12rem;
}

.feature-visual-card span {
    color: rgba(255, 255, 255, .72);
    font-size: .9rem;
}

.feature-copy h2 {
    margin-bottom: 22px;
    font-size: clamp(2rem, 4vw, 3.25rem);
}

.feature-copy > p {
    margin-bottom: 28px;
    color: var(--pc-ink-soft);
    font-size: 1.07rem;
}

.check-list {
    display: grid;
    gap: 15px;
    margin: 0 0 32px;
    padding: 0;
    list-style: none;
}

.check-list li {
    position: relative;
    padding-left: 34px;
    color: var(--pc-ink-soft);
}

.check-list li::before {
    position: absolute;
    top: 2px;
    left: 0;
    display: grid;
    width: 22px;
    height: 22px;
    color: var(--pc-success);
    content: "✓";
    border-radius: 50%;
    background: #e7f6ee;
    font-size: .75rem;
    font-weight: 900;
    place-items: center;
}

.cta-panel {
    position: relative;
    overflow: hidden;
    padding: 68px;
    color: #fff;
    border-radius: var(--pc-radius-lg);
    background: linear-gradient(135deg, #211a36, #3f2959);
}

.cta-panel::after {
    position: absolute;
    top: -160px;
    right: -120px;
    width: 460px;
    height: 460px;
    content: "";
    border-radius: 50%;
    background: radial-gradient(circle, rgba(244, 106, 24, .65), transparent 66%);
}

.cta-panel-content {
    position: relative;
    z-index: 1;
    display: flex;
    gap: 40px;
    align-items: flex-end;
    justify-content: space-between;
}

.cta-panel h2 {
    max-width: 700px;
    margin-bottom: 14px;
    color: #fff;
    font-size: clamp(2rem, 4vw, 3.3rem);
}

.cta-panel p {
    max-width: 680px;
    margin-bottom: 0;
    color: rgba(255, 255, 255, .72);
}

.cta-panel .btn-primary-modern {
    flex: 0 0 auto;
}

.page-header-small {
    position: relative;
    display: grid;
    min-height: 390px;
    overflow: hidden;
    color: #fff;
    background-position: center;
    background-size: cover;
    place-items: center;
}

.page-header-small .filter {
    position: absolute;
    inset: 0;
    background: linear-gradient(110deg, rgba(23, 19, 38, .93), rgba(23, 19, 38, .58));
}

.page-header-small .content-center {
    position: relative;
    z-index: 1;
    width: 100%;
    padding: 70px 0;
    text-align: left;
}

.page-header-small h1 {
    max-width: 860px;
    margin-bottom: 13px;
    color: #fff;
    font-size: clamp(2.5rem, 6vw, 4.5rem);
}

.page-header-small h3 {
    margin-bottom: 0;
    color: #ffb384;
    font-size: .9rem;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.section.about-us {
    padding: 80px 0 100px;
    background: var(--pc-surface-soft);
}

.section.about-us .container {
    max-width: 960px;
    padding: 48px clamp(24px, 6vw, 68px);
    border: 1px solid var(--pc-line);
    border-radius: var(--pc-radius);
    background: #fff;
    box-shadow: var(--pc-shadow-sm);
}

.about-us .title-uppercase {
    margin-bottom: 26px !important;
    font-size: 1.65rem;
    text-transform: none;
}

.about-us p,
.about-us ol,
.about-us ul {
    color: #444052;
    font-size: .98rem;
    line-height: 1.78;
}

.about-us p {
    margin-bottom: 20px;
}

.about-us ol,
.about-us ul {
    padding-left: 24px;
}

.about-us li {
    margin-bottom: 18px;
    padding-left: 6px;
}

.about-us strong {
    color: var(--pc-ink);
}

.about-us a {
    text-decoration: underline;
    text-decoration-color: rgba(244, 106, 24, .35);
    text-underline-offset: 3px;
}

.auth-shell {
    position: relative;
    padding: 72px 0 92px;
    overflow: hidden;
    background: linear-gradient(145deg, #f8f5fb 0%, #fff7f0 100%);
}

.auth-shell::before,
.auth-shell::after {
    position: absolute;
    content: "";
    border-radius: 50%;
    filter: blur(2px);
}

.auth-shell::before {
    top: -260px;
    left: -220px;
    width: 540px;
    height: 540px;
    background: rgba(215, 227, 167, .45);
}

.auth-shell::after {
    right: -260px;
    bottom: -310px;
    width: 620px;
    height: 620px;
    background: rgba(244, 106, 24, .12);
}

.auth-layout {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(260px, .72fr) minmax(0, 1.28fr);
    gap: 34px;
    align-items: stretch;
}

.auth-context {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 520px;
    padding: 38px;
    overflow: hidden;
    color: #fff;
    border-radius: var(--pc-radius-lg);
    background: linear-gradient(155deg, #171326, #3d2a52);
    box-shadow: var(--pc-shadow-lg);
}

.auth-context h1 {
    margin-bottom: 18px;
    color: #fff;
    font-size: clamp(2.1rem, 4vw, 3.4rem);
}

.auth-context p {
    color: rgba(255, 255, 255, .72);
}

.auth-stage {
    display: flex;
    align-items: center;
}

.auth-stage > * {
    width: 100%;
}

.auth-card {
    width: 100%;
    max-width: 620px;
    margin: 0 auto;
    padding: clamp(28px, 5vw, 48px);
    border: 1px solid rgba(232, 228, 238, .9);
    border-radius: var(--pc-radius);
    background: rgba(255, 255, 255, .94);
    box-shadow: var(--pc-shadow-sm);
}

.auth-card-wide {
    max-width: 840px;
}

.auth-card-header {
    margin-bottom: 30px;
}

.auth-card-header h2 {
    margin-bottom: 10px;
    font-size: clamp(1.9rem, 4vw, 2.55rem);
}

.auth-card-header p {
    margin-bottom: 0;
    color: var(--pc-muted);
}

.auth-card label {
    display: inline-block;
    margin-bottom: 7px;
    color: var(--pc-ink);
    font-size: .87rem;
    font-weight: 750;
}

.auth-card input:not([type="checkbox"]):not([type="hidden"]),
.auth-card select,
.auth-card textarea {
    width: 100%;
    min-height: 50px;
    padding: 12px 14px;
    color: var(--pc-ink);
    border: 1px solid #dcd6e3;
    border-radius: 12px;
    outline: none;
    background: #fff;
    transition: border-color .2s ease, box-shadow .2s ease;
}

.auth-card input:focus,
.auth-card select:focus,
.auth-card textarea:focus {
    border-color: var(--pc-orange);
    box-shadow: 0 0 0 4px rgba(244, 106, 24, .12);
}

.auth-card .form-group {
    margin-bottom: 20px;
}

.auth-card .form-check {
    margin-bottom: 20px;
    padding-left: 26px;
}

.auth-card .form-check-input {
    position: absolute;
    margin-top: .35rem;
    margin-left: -26px;
    visibility: visible;
}

.auth-card .form-check-label {
    color: var(--pc-ink-soft);
    font-weight: 550;
}

.auth-card .invalid-feedback,
.auth-card .form-error-message,
.auth-card ul {
    color: var(--pc-danger);
    font-size: .84rem;
}

.auth-card ul {
    margin: 7px 0 0;
    padding-left: 18px;
}

.auth-actions {
    display: grid;
    gap: 14px;
    margin-top: 26px;
    text-align: center;
}

.auth-actions .btn-primary-modern {
    width: 100%;
}

.auth-supporting-link {
    color: var(--pc-muted) !important;
    font-size: .92rem;
}

.auth-supporting-link:hover {
    color: var(--pc-orange-dark) !important;
}

.auth-error {
    margin-bottom: 22px;
    padding: 14px 16px;
    color: #8b2030;
    border: 1px solid #f2c3ca;
    border-radius: 12px;
    background: #fff1f3;
    font-size: .9rem;
}

.auth-success-icon {
    display: grid;
    width: 68px;
    height: 68px;
    margin: 0 auto 24px;
    color: var(--pc-success);
    border-radius: 22px;
    background: #e7f6ee;
    font-size: 1.75rem;
    font-weight: 900;
    place-items: center;
}

.auth-card-centered {
    text-align: center;
}

.auth-card-centered .auth-card-header {
    margin-bottom: 24px;
}

.recaptcha-wrap {
    overflow-x: auto;
    margin-bottom: 20px;
}

.download-page,
.gifts-page {
    min-height: 650px;
    padding: 88px 0 104px;
    background: linear-gradient(145deg, #f8f5fb, #fff7f0);
}

.download-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, .74fr);
    gap: 70px;
    align-items: center;
}

.download-copy h1,
.gifts-header h1 {
    margin-bottom: 20px;
    font-size: clamp(2.7rem, 6vw, 4.8rem);
}

.download-copy > p {
    max-width: 650px;
    margin-bottom: 28px;
    color: var(--pc-ink-soft);
    font-size: 1.1rem;
}

.download-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 24px;
}

.download-note {
    max-width: 620px;
    padding: 14px 16px;
    color: var(--pc-muted);
    border: 1px solid var(--pc-line);
    border-radius: 14px;
    background: rgba(255, 255, 255, .7);
    font-size: .88rem;
}

.download-visual {
    position: relative;
    padding: 26px;
    border-radius: var(--pc-radius-lg);
    background: var(--pc-ink);
    box-shadow: var(--pc-shadow-lg);
    transform: rotate(1.5deg);
}

.download-visual-screen {
    min-height: 430px;
    padding: 34px 28px;
    border-radius: 25px;
    background: linear-gradient(155deg, #fff, #fff3ea);
}

.download-visual-badge {
    display: inline-flex;
    margin-bottom: 65px;
    padding: 7px 12px;
    color: var(--pc-orange-dark);
    border-radius: 999px;
    background: var(--pc-orange-soft);
    font-size: .78rem;
    font-weight: 800;
}

.download-visual-screen h2 {
    margin-bottom: 13px;
    font-size: 2.3rem;
}

.download-visual-screen p {
    color: var(--pc-ink-soft);
}

.qr-placeholder {
    display: grid;
    width: 92px;
    height: 92px;
    margin-top: 34px;
    color: #fff;
    border: 10px solid #fff;
    border-radius: 16px;
    outline: 1px solid var(--pc-line);
    background: repeating-linear-gradient(45deg, var(--pc-ink) 0 7px, #fff 7px 14px);
    font-size: .7rem;
    font-weight: 850;
    text-shadow: 0 1px 3px #000;
    place-items: center;
}

.gifts-shell {
    max-width: 880px;
    margin: 0 auto;
}

.gifts-header {
    margin-bottom: 34px;
}

.gifts-header h1 {
    font-size: clamp(2.4rem, 6vw, 4rem);
}

.gifts-header p {
    color: var(--pc-ink-soft);
}

.gift-list {
    display: grid;
    gap: 14px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.gift-item,
.gift-empty {
    display: flex;
    gap: 18px;
    align-items: center;
    padding: 22px 24px;
    border: 1px solid var(--pc-line);
    border-radius: 18px;
    background: #fff;
    box-shadow: var(--pc-shadow-sm);
}

.gift-probability {
    flex: 0 0 auto;
    min-width: 88px;
    padding: 10px 12px;
    color: var(--pc-orange-dark);
    border-radius: 12px;
    background: var(--pc-orange-soft);
    font-size: .95rem;
    font-weight: 850;
    text-align: center;
}

.gift-description {
    color: var(--pc-ink);
    font-weight: 700;
}

.gifts-disclaimer {
    margin-top: 24px;
    padding: 16px 18px;
    color: var(--pc-muted);
    border-left: 3px solid var(--pc-orange);
    background: rgba(255, 255, 255, .65);
    font-size: .88rem;
}

.site-footer {
    padding: 72px 0 28px;
    color: rgba(255, 255, 255, .7);
    background: #120f1e;
}

.footer-main {
    display: grid;
    grid-template-columns: 1.5fr repeat(2, 1fr);
    gap: 44px;
    padding-bottom: 52px;
}

.footer-brand img {
    width: 142px;
    height: auto;
    margin-bottom: 16px;
}

.footer-brand p {
    max-width: 300px;
    color: rgba(255, 255, 255, .58);
    font-size: .92rem;
}

.footer-column {
    display: flex;
    flex-direction: column;
    gap: 9px;
}

.footer-column h2 {
    margin-bottom: 8px;
    color: #fff;
    font-size: .84rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.footer-column a {
    color: rgba(255, 255, 255, .65);
    font-size: .9rem;
}

.footer-column a:hover {
    color: #fff;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    padding-top: 24px;
    border-top: 1px solid rgba(255, 255, 255, .1);
    color: rgba(255, 255, 255, .45);
    font-size: .82rem;
}

@media (max-width: 991.98px) {
    .site-header .navbar {
        min-height: 74px;
    }

    .site-brand {
        height: 64px;
    }

    .site-brand img {
        width: 132px;
    }

    .site-header .navbar-collapse {
        padding: 14px 0 22px;
        border-top: 1px solid rgba(255, 255, 255, .1);
    }

    .site-header .navbar-nav {
        align-items: stretch !important;
    }

    .site-header .nav-link {
        margin: 2px 0;
        padding: 11px 4px !important;
        background: transparent !important;
    }

    .nav-item-access {
        margin: 10px 0 0;
    }

    .btn-nav {
        width: 100%;
    }

    .hero-layout,
    .download-layout,
    .split-feature,
    .auth-layout {
        grid-template-columns: 1fr;
    }

    .hero-layout {
        gap: 44px;
        padding: 72px 0;
    }

    .home-hero::before {
        background-image: linear-gradient(90deg, rgba(23, 19, 38, .98), rgba(23, 19, 38, .76)), var(--hero-image);
    }

    .experience-card {
        width: min(100%, 520px);
        margin: 0 auto;
    }

    .benefit-grid,
    .steps-grid {
        grid-template-columns: 1fr;
    }

    .benefit-card:nth-child(2) {
        transform: none;
    }

    .step-card::before {
        margin-bottom: 32px;
    }

    .step-card:not(:last-child)::after {
        display: none;
    }

    .split-feature {
        gap: 44px;
    }

    .feature-visual {
        min-height: 450px;
    }

    .cta-panel-content {
        align-items: flex-start;
        flex-direction: column;
    }

    .auth-context {
        min-height: auto;
    }

    .download-layout {
        gap: 50px;
    }

    .download-visual {
        width: min(100%, 500px);
        margin: 0 auto;
    }

    .footer-main {
        grid-template-columns: 1.4fr repeat(2, 1fr);
    }

}

@media (max-width: 767.98px) {
    .section-space {
        padding: 72px 0;
    }

    .section-heading {
        margin-bottom: 34px;
    }

    .hero-layout {
        min-height: auto;
        padding: 60px 0 68px;
    }

    .hero-copy h1 {
        font-size: clamp(2.65rem, 13vw, 4rem);
    }

    .hero-actions .btn-primary-modern,
    .hero-actions .btn-secondary-modern,
    .download-actions .btn-primary-modern,
    .download-actions .btn-soft-modern {
        width: 100%;
    }

    .experience-card {
        transform: none;
    }

    .experience-card::before {
        display: none;
    }

    .experience-screen {
        padding: 23px;
    }

    .experience-screen h2 {
        font-size: 2rem;
    }

    .trust-grid {
        grid-template-columns: 1fr;
        padding: 12px 0;
    }

    .trust-item {
        padding: 18px 8px;
        border-right: 0;
        border-bottom: 1px solid var(--pc-line);
    }

    .trust-item:last-child {
        border-bottom: 0;
    }

    .feature-visual {
        min-height: 390px;
    }

    .cta-panel {
        padding: 40px 26px;
    }

    .cta-panel .btn-primary-modern {
        width: 100%;
    }

    .page-header-small {
        min-height: 310px;
    }

    .section.about-us {
        padding: 48px 0 70px;
    }

    .section.about-us .container {
        width: calc(100% - 30px);
        padding: 30px 22px;
    }

    .auth-shell,
    .download-page,
    .gifts-page {
        padding: 50px 0 72px;
    }

    .auth-context {
        padding: 30px 26px;
        border-radius: var(--pc-radius);
    }

    .auth-context h1 {
        margin-bottom: 0;
        font-size: 1.9rem;
    }

    .auth-context p {
        display: none;
    }

    .auth-card {
        padding: 28px 22px;
    }

    .download-copy h1,
    .gifts-header h1 {
        font-size: clamp(2.45rem, 13vw, 3.6rem);
    }

    .download-visual {
        padding: 16px;
        transform: none;
    }

    .download-visual-screen {
        min-height: 380px;
        padding: 26px 22px;
    }

    .gift-item,
    .gift-empty {
        align-items: flex-start;
        flex-direction: column;
    }

    .footer-main {
        grid-template-columns: 1fr 1fr;
        gap: 36px 24px;
    }

    .footer-brand {
        grid-column: 1 / -1;
    }

    .footer-bottom {
        gap: 8px;
        flex-direction: column;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    .public-site *,
    .public-site *::before,
    .public-site *::after {
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
    }
}
