:root {
    --akp-bg: #090706;
    --akp-bg-soft: #15100d;
    --akp-card: #1b1410;
    --akp-card-2: #231913;
    --akp-text: #fffaf3;
    --akp-muted: rgba(255, 250, 243, .72);
    --akp-line: rgba(255, 228, 185, .18);
    --akp-gold: #f6c46b;
    --akp-clay: #a5522d;
    --akp-sky: #9ec5d9;
}

* { box-sizing: border-box; }
html { min-height: 100%; background: var(--akp-bg); color: var(--akp-text); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; scroll-behavior: smooth; }
body { min-height: 100%; margin: 0; background: radial-gradient(circle at 14% 0%, rgba(246, 196, 107, .22), transparent 24%), radial-gradient(circle at 92% 10%, rgba(158, 197, 217, .15), transparent 28%), linear-gradient(180deg, #090706 0%, #15100d 48%, #090706 100%); color: var(--akp-text); }
a { color: inherit; }
img { display: block; max-width: 100%; }
.akp-page { overflow: hidden; }
.akp-wrap { width: min(1120px, calc(100% - 40px)); margin: 0 auto; }
.akp-section-narrow .akp-wrap, .akp-card, .akp-ad-block, .akp-faq, .akp-gallery-grid { max-width: 1040px; }
.akp-section-narrow p { max-width: 780px; }
.akp-header { padding: 28px 0; }
.akp-nav { display: flex; align-items: center; justify-content: space-between; gap: 22px; }
.akp-logo { font-size: 19px; font-weight: 950; letter-spacing: -.04em; text-decoration: none; color: var(--akp-gold); }
.akp-nav-links { display: flex; align-items: center; gap: 18px; color: var(--akp-muted); font-size: 14px; }
.akp-nav-links a { text-decoration: none; }
.akp-nav-links a:hover { color: var(--akp-text); }
.akp-hero { padding: 42px 0 72px; }
.akp-hero-grid { display: grid; grid-template-columns: minmax(0, 1fr) 430px; gap: 54px; align-items: center; }
.akp-kicker { display: inline-flex; margin-bottom: 18px; padding: 8px 14px; border: 1px solid var(--akp-line); border-radius: 999px; color: var(--akp-gold); font-size: 12px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.akp-hero h1 { margin: 0; font-size: clamp(54px, 8vw, 116px); line-height: .88; letter-spacing: -.075em; }
.akp-hero-lede { max-width: 710px; margin: 24px 0 0; color: var(--akp-muted); font-size: clamp(18px, 2.1vw, 25px); line-height: 1.45; }
.akp-hero-links { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.akp-hero-links-1 .akp-hero-link { min-width: 240px; }
.akp-hero-links-2 .akp-hero-link { min-width: 190px; }
.akp-hero-links-3 .akp-hero-link, .akp-hero-links-4 .akp-hero-link { min-width: 150px; }
.akp-hero-link { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; padding: 0 22px; border-radius: 999px; background: var(--akp-gold); color: #160d08; font-size: 13px; font-weight: 950; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; box-shadow: 0 14px 32px rgba(0, 0, 0, .25); }
.akp-hero-link:hover { background: #ffe2a3; }
.akp-portrait, .akp-feature { border-radius: 32px; overflow: hidden; border: 1px solid var(--akp-line); background: var(--akp-card); box-shadow: 0 30px 90px rgba(0, 0, 0, .44); }
.akp-portrait img, .akp-feature img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; }
.akp-section { padding: 58px 0; }
.akp-section h2 { margin: 0 0 18px; font-size: clamp(34px, 5vw, 66px); line-height: .94; letter-spacing: -.055em; }
.akp-section p { color: var(--akp-muted); font-size: 17px; line-height: 1.72; }
.akp-split { /* display: grid; grid-template-columns: minmax(0, 1fr) 390px; gap: 44px; */ align-items: start; }
.akp-card { padding: 30px; border: 1px solid var(--akp-line); border-radius: 30px; background: linear-gradient(180deg, rgba(246, 196, 107, .09), rgba(255, 255, 255, .035)); }
.akp-profile-grid { display: grid; gap: 0; }
.akp-profile-grid div { display: grid; grid-template-columns: 150px minmax(0, 1fr); gap: 16px; padding: 14px 0; border-bottom: 1px solid var(--akp-line); }
.akp-profile-grid div:last-child { border-bottom: 0; }
.akp-profile-grid dt { color: var(--akp-gold); font-size: 12px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.akp-profile-grid dd { margin: 0; color: var(--akp-text); font-size: 15px; line-height: 1.5; }
.akp-list { display: grid; gap: 14px; margin: 24px 0 0; padding: 0; list-style: none; }
.akp-list-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.akp-list li { padding: 18px 20px; border: 1px solid var(--akp-line); border-radius: 22px; background: rgba(255, 255, 255, .045); color: var(--akp-muted); line-height: 1.6; }
.akp-ad-block { margin-top: 36px; margin-bottom: 36px; padding: 0; min-height: 150px; border-radius: 28px; overflow: hidden; background: #120c09; border: 1px solid var(--akp-line); }
.akp-ad-link { display: flex; width: 100%; min-height: 150px; height: 100%; box-sizing: border-box; align-items: center; justify-content: center; gap: 20px; padding: 28px 32px; text-decoration: none; background: linear-gradient(135deg, #120c09 0%, #2a1a10 58%, #f6c46b 170%); color: #fffaf3; font-size: clamp(20px, 3vw, 34px); font-weight: 950; letter-spacing: -.03em; text-align: center; }
.akp-ad-link:hover, .akp-ad-link:focus { text-decoration: none; color: #fffaf3; background: linear-gradient(135deg, #0d0806 0%, #3a2415 58%, #ffe2a3 160%); }
.akp-social-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; max-width: 920px; margin-top: 26px; }
.akp-social-link { display: flex; min-height: 78px; align-items: center; justify-content: center; padding: 18px; border: 1px solid var(--akp-line); border-radius: 24px; background: rgba(255, 255, 255, .055); color: var(--akp-text); font-weight: 950; text-align: center; text-decoration: none; }
.akp-social-link:hover { background: var(--akp-gold); color: #160d08; }
.akp-inline-link { color: var(--akp-gold); font-weight: 900; text-decoration-thickness: 2px; text-underline-offset: 3px; }
.akp-gallery-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; margin-top: 28px; }
.akp-gallery-grid a { display: block; overflow: hidden; border-radius: 24px; border: 1px solid var(--akp-line); background: transparent; }
.akp-gallery-grid img { width: 100%; aspect-ratio: 3 / 4; object-fit: cover; filter: none; opacity: 1; mix-blend-mode: normal; transition: transform .2s ease; }
.akp-gallery-grid a:hover img { transform: scale(1.04); }
.akp-faq { display: grid; gap: 14px; margin-top: 28px; }
.akp-faq-item { padding: 24px; border: 1px solid var(--akp-line); border-radius: 26px; background: rgba(255, 255, 255, .05); }
.akp-faq-item h3 { margin: 0 0 10px; font-size: 19px; }
.akp-faq-item p { margin: 0; }
.akp-languages { padding: 44px 0; border-top: 1px solid var(--akp-line); }
.akp-language-list { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 16px; }
.akp-language-list a { display: inline-flex; min-height: 38px; align-items: center; justify-content: center; padding: 0 14px; border: 1px solid var(--akp-line); border-radius: 999px; color: var(--akp-muted); font-size: 13px; font-weight: 850; text-decoration: none; }
.akp-language-list a:hover, .akp-language-list a[aria-current="page"] { background: var(--akp-gold); color: #160d08; }
.akp-footer { padding: 34px 0 46px; color: var(--akp-muted); font-size: 13px; }
@media (min-width: 1400px) { .akp-wrap { width: min(1120px, calc(100% - 64px)); } }
@media (max-width: 920px) { .akp-hero-grid, .akp-split { grid-template-columns: 1fr; } .akp-portrait, .akp-feature { max-width: 520px; } .akp-social-grid, .akp-gallery-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 720px) { .akp-wrap { width: min(100% - 28px, 1120px); } .akp-nav { align-items: flex-start; flex-direction: column; } .akp-nav-links { flex-wrap: wrap; } .akp-hero { padding-top: 30px; } .akp-profile-grid div { grid-template-columns: 1fr; gap: 6px; } .akp-list-grid, .akp-social-grid, .akp-gallery-grid { grid-template-columns: 1fr; } .akp-ad-link { min-height: 170px; padding: 26px 24px; } }
