@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700;800&family=Manrope:wght@600;700;800&display=swap');
:root{--home-bg:#080808;--home-panel:#111;--home-panel-2:#151515;--home-line:#2b2b2b;--home-gold:#d4af37;--home-gold-2:#f6d761;--home-text:#f7f4ec;--home-muted:#aaa79e;--home-radius:24px;--home-shadow:0 30px 80px rgba(0,0,0,.34)}
*{box-sizing:border-box}.home-page{margin:0;background:var(--home-bg);color:var(--home-text);font-family:'DM Sans',system-ui,sans-serif;line-height:1.7}.home-page a{color:inherit}.home-shell{width:min(1180px,calc(100% - 40px));margin-inline:auto}.home-header{height:74px}.home-header .cat-header-inner{max-width:1240px}.home-announcement{min-height:36px;display:flex;align-items:center;justify-content:center;gap:0;overflow:hidden;border-bottom:1px solid #302914;background:linear-gradient(90deg,#080808,#171104,#080808);color:#e6cc72;font-size:11px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;white-space:nowrap}.home-announcement span{display:flex;align-items:center}.home-announcement span+span::before{content:'◆';margin:0 15px;color:#725b11;font-size:7px}
.home-hero{position:relative;overflow:hidden;padding:74px 0 82px;background:radial-gradient(circle at 18% 16%,rgba(212,175,55,.14),transparent 28%),radial-gradient(circle at 88% 26%,rgba(212,175,55,.1),transparent 30%),#090909;border-bottom:1px solid #252525}.home-hero::before{content:'';position:absolute;inset:0;pointer-events:none;background-image:linear-gradient(rgba(255,255,255,.018) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.018) 1px,transparent 1px);background-size:54px 54px;mask-image:linear-gradient(to bottom,black,transparent 90%)}.home-hero-grid{position:relative;display:grid;grid-template-columns:minmax(0,1fr);align-items:center;gap:0}.home-hero-copy{max-width:840px}.home-kicker,.home-eyebrow{margin:0 0 12px;color:var(--home-gold-2);font-size:12px;font-weight:800;letter-spacing:.17em;text-transform:uppercase}.home-hero h1{max-width:720px;margin:0;font:800 clamp(3.3rem,6.3vw,6rem)/.94 'Manrope',sans-serif;letter-spacing:-.065em;text-wrap:balance}.home-hero-lead{max-width:660px;margin:26px 0 0;color:#d4d1c9;font-size:18px;line-height:1.75}.home-hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:30px}.home-primary,.home-secondary{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:0 24px;border-radius:999px;font-size:14px;font-weight:800;letter-spacing:.045em;text-decoration:none;text-transform:uppercase;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.home-primary{border:1px solid #f0ce64;background:linear-gradient(135deg,#8f6500,#f5d66a 55%,#a97800);box-shadow:0 14px 34px rgba(212,175,55,.2);color:#080808!important}.home-secondary{border:1px solid #655729;background:rgba(8,8,8,.54);color:#fff!important}.home-primary:hover,.home-secondary:hover{transform:translateY(-2px)}.home-primary:hover{box-shadow:0 18px 40px rgba(212,175,55,.34)}.home-secondary:hover{border-color:var(--home-gold)}.home-responsible{margin:18px 0 0;color:#85837d;font-size:12px}.home-proof{display:flex;flex-wrap:wrap;gap:12px 22px;margin:24px 0 0;padding:0;list-style:none;color:#d8d4ca;font-size:13px;font-weight:700}.home-proof li::before{content:'✓';margin-right:8px;color:var(--home-gold-2)}
.home-visually-hidden{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.home-banner-slider{position:relative;overflow:hidden;background:#050505;border-bottom:1px solid #2a2413}.home-slider-viewport{position:relative;width:100%;aspect-ratio:4/1;touch-action:pan-y;cursor:grab;user-select:none}.home-slide{--drag-x:0px;position:absolute;inset:0;display:block;opacity:0;visibility:hidden;pointer-events:none;transform:translate3d(var(--drag-x),0,0) scale(.998);transition:opacity .55s ease,visibility .55s ease,transform .42s cubic-bezier(.22,1,.36,1)}.home-slide.is-active{z-index:1;opacity:1;visibility:visible;pointer-events:auto;transform:translate3d(var(--drag-x),0,0) scale(1)}.home-banner-slider.is-dragging .home-slide.is-active{transition:none;cursor:grabbing}@keyframes home-slide-in-next{from{opacity:.62;transform:translate3d(5%,0,0) scale(1.01)}}@keyframes home-slide-in-prev{from{opacity:.62;transform:translate3d(-5%,0,0) scale(1.01)}}.home-slide.is-enter-next{animation:home-slide-in-next .48s cubic-bezier(.22,1,.36,1)}.home-slide.is-enter-prev{animation:home-slide-in-prev .48s cubic-bezier(.22,1,.36,1)}.home-slide img{display:block;width:100%;height:100%;object-fit:cover;user-select:none;-webkit-user-drag:none}.home-slider-arrow{position:absolute;top:50%;z-index:5;display:grid;place-items:center;width:48px;height:48px;padding:0;border:1px solid rgba(253,202,51,.52);border-radius:50%;background:rgba(5,5,5,.62);box-shadow:0 10px 30px rgba(0,0,0,.34),inset 0 0 0 1px rgba(255,255,255,.04);color:#fdca33;cursor:pointer;backdrop-filter:blur(10px);transform:translateY(-50%);transition:transform .2s ease,border-color .2s ease,background .2s ease,box-shadow .2s ease}.home-slider-arrow:hover,.home-slider-arrow:focus-visible{border-color:#fdca33;background:rgba(20,16,4,.88);box-shadow:0 0 24px rgba(253,202,51,.32),0 12px 32px rgba(0,0,0,.4);transform:translateY(-50%) scale(1.07)}.home-slider-arrow:focus-visible{outline:2px solid #fff;outline-offset:3px}.home-slider-arrow:active{transform:translateY(-50%) scale(.94)}.home-slider-arrow svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}.home-slider-prev{left:18px}.home-slider-next{right:18px}.home-slider-controls{position:absolute;left:50%;bottom:9px;z-index:4;display:flex;align-items:center;padding:5px 9px;border:0;border-radius:999px;background:rgba(3,3,3,.5);box-shadow:0 8px 24px rgba(0,0,0,.3);backdrop-filter:blur(8px);transform:translateX(-50%)}.home-slider-dots{display:flex;min-height:20px;align-items:center;gap:8px}.home-slider-dots button{width:7px;height:7px;padding:0;border:0;border-radius:50%;background:rgba(255,255,255,.52);box-shadow:0 1px 4px rgba(0,0,0,.45);cursor:pointer;transition:height .22s ease,width .22s ease,background .22s ease,box-shadow .22s ease}.home-slider-dots button.is-active{width:3px;height:20px;border-radius:999px;background:#ff5a1f;box-shadow:0 0 10px rgba(255,90,31,.72)}
.home-showcase{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:260px 165px;gap:12px;transform:perspective(1200px) rotateY(-3deg)}.home-showcase a{position:relative;overflow:hidden;border:1px solid #3a321b;border-radius:20px;background:#111;box-shadow:var(--home-shadow);text-decoration:none}.home-showcase .showcase-main{grid-column:1/-1}.home-showcase img{width:100%;height:100%;object-fit:cover;transition:transform .45s ease}.home-showcase a:hover img{transform:scale(1.035)}.home-showcase span{position:absolute;left:15px;right:15px;bottom:14px;display:flex;align-items:center;justify-content:space-between;padding:10px 13px;border:1px solid rgba(255,226,127,.25);border-radius:12px;background:rgba(3,3,3,.72);backdrop-filter:blur(8px);font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.home-showcase b{color:var(--home-gold-2)}
.home-section{padding:96px 0;border-bottom:1px solid #212121}.home-intro{padding-top:clamp(32px,4.5vw,56px)!important}.home-intro .intro-grid{max-width:1180px;margin-inline:auto}.home-intro .intro-grid>div:first-child,.home-intro .intro-grid>div:last-child{max-width:none}@media (min-width:1100px){.home-intro .intro-grid p{white-space:nowrap}}.home-section h2,.home-final h2{margin:0;font:800 clamp(2.25rem,4.8vw,4.25rem)/1.04 'Manrope',sans-serif;letter-spacing:-.05em;text-wrap:balance}.home-section h3{font-family:'Manrope',sans-serif}.intro-grid{display:block;max-width:1180px}.intro-grid>div:first-child{max-width:820px}.intro-grid>div:last-child{max-width:960px;padding-top:22px}.intro-grid p{margin:0;color:#b9b6ae;font-size:17px}.intro-grid p+p{margin-top:18px}.intro-grid strong{color:#f4d15e}.home-section-head{display:flex;align-items:end;justify-content:space-between;gap:50px;margin-bottom:40px}.home-section-head>div{max-width:760px}.home-section-head>p{max-width:460px;margin:0;color:var(--home-muted)}
.home-categories{background:linear-gradient(180deg,#0b0b0b,#080808)}.home-categories .home-section-head{display:block}.home-categories .home-section-head>div{max-width:none}.home-categories .home-section-head>p{max-width:none;margin:18px 0 0}.home-categories .home-section-head h2{font-size:clamp(2rem,4vw,3.25rem);line-height:1.06}@media (min-width:1100px){.home-categories .home-section-head h2,.home-categories .home-section-head>p{white-space:nowrap}}.category-card-grid{display:grid;grid-template-columns:1fr;gap:12px}.home-category-card{position:relative;overflow:hidden;display:grid;grid-template-columns:36% 64%;min-height:0;border:1px solid var(--home-line);border-radius:14px;background:linear-gradient(135deg,#171305,#0e0e0e);text-decoration:none;box-shadow:0 16px 42px rgba(0,0,0,.24);transition:transform .25s ease,border-color .25s ease}.home-category-card.card-wide{grid-column:1/-1;grid-template-columns:36% 64%;min-height:0}.home-category-card:hover{transform:translateY(-3px);border-color:#9a7d24}.home-category-card figure{grid-column:2;grid-row:1;position:relative;align-self:center;display:flex;align-items:center;justify-content:center;width:100%;height:auto;aspect-ratio:2000/475;margin:0;padding:0;overflow:hidden;box-sizing:border-box;border-radius:8px;background:#080808}.home-category-card figure::after{content:'';position:absolute;inset:0;border:1px solid rgba(212,175,55,.24);border-radius:8px;box-shadow:inset 0 0 24px rgba(0,0,0,.22);pointer-events:none}.home-category-card img{display:block;width:100%;height:100%;max-height:none;aspect-ratio:2000/475;object-fit:contain;border-radius:8px;transition:filter .3s ease}.home-category-card:hover img{filter:brightness(1.04)}.home-category-card>div{grid-column:1;grid-row:1;position:relative;z-index:1;display:flex;flex-direction:column;justify-content:center;padding:24px 30px;background:radial-gradient(circle at 90% 50%,rgba(212,175,55,.12),transparent 48%),linear-gradient(135deg,#181307,#0d0d0d)}.home-category-card>div::after{content:'';position:absolute;top:0;right:-10px;width:17px;height:100%;background:linear-gradient(180deg,#6f5000,#e2b939 48%,#785500);clip-path:polygon(55% 0,100% 0,45% 100%,0 100%);opacity:.88}.card-index{position:absolute;top:13px;right:15px;color:#806d33;font:800 10px/1 'Manrope',sans-serif}.home-category-card h3{margin:0;font-size:24px;letter-spacing:-.03em}.home-category-card p{margin:8px 0 14px;color:var(--home-muted);font-size:12.5px;line-height:1.48}.home-category-card b{display:inline-flex;align-items:center;justify-content:center;align-self:center;min-width:112px;min-height:34px;padding:0 14px;border:1px solid #f0ce64;border-radius:999px;background:linear-gradient(135deg,#8f6500,#f5d66a 55%,#a97800);box-shadow:0 8px 20px rgba(212,175,55,.18);color:#080808;font-size:10px;text-transform:uppercase;letter-spacing:.065em}
.home-reasons{background:linear-gradient(180deg,#101010,#0c0c0c)}.reasons-heading{margin-bottom:28px}.reasons-heading h2{font-size:clamp(2rem,2.4vw,2.5rem);letter-spacing:-.035em}.reasons-heading h2 span{color:var(--home-gold-2)}.reasons-heading::after{content:'';display:block;width:52px;height:3px;margin-top:17px;border-radius:999px;background:linear-gradient(90deg,#a97800,var(--home-gold-2));box-shadow:0 0 18px rgba(212,175,55,.28)}.reason-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:16px}.reason-card{position:relative;overflow:hidden;display:flex;min-width:0;min-height:286px;flex-direction:column;align-items:center;padding:30px 18px 26px;border:1px solid #303030;border-radius:13px;background:linear-gradient(155deg,rgba(25,25,25,.94),rgba(14,14,14,.98));text-align:center;box-shadow:0 18px 38px rgba(0,0,0,.16);transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease}.reason-card::before{content:'';position:absolute;inset:0;background:radial-gradient(circle at 50% 0,rgba(253,202,51,.1),transparent 38%);opacity:0;transition:opacity .25s ease;pointer-events:none}.reason-card:hover{transform:translateY(-6px);border-color:rgba(253,202,51,.48);box-shadow:0 20px 50px rgba(0,0,0,.3),0 0 30px rgba(212,175,55,.08)}.reason-card:hover::before{opacity:1}.reason-icon{position:relative;z-index:1;display:grid;place-items:center;width:52px;height:52px;margin-bottom:22px;border:1px solid rgba(253,202,51,.24);border-radius:16px;background:linear-gradient(145deg,rgba(253,202,51,.16),rgba(169,120,0,.06));color:#fdca33;box-shadow:inset 0 1px rgba(255,255,255,.05),0 10px 25px rgba(0,0,0,.22)}.reason-icon svg{width:27px;height:27px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.reason-card h3{position:relative;z-index:1;margin:0;color:#fff;font-size:15px;line-height:1.45}.reason-card p{position:relative;z-index:1;margin:14px 0 0;color:#aaa8a2;font-size:13px;line-height:1.65}.home-start{background:radial-gradient(circle at 85% 50%,rgba(212,175,55,.09),transparent 28%),#101010}.home-start .home-section-head{display:block}.home-start .home-section-head>div{max-width:820px}.home-start .home-section-head>p{max-width:720px;margin:18px 0 0}.start-grid{position:relative;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin:0;padding:0;list-style:none}.start-grid::before{content:'';position:absolute;left:8%;right:8%;top:40px;height:1px;background:linear-gradient(90deg,transparent,#725f20 12%,#725f20 88%,transparent)}.start-grid li{position:relative;padding:22px 22px 26px;border:1px solid #2e2e2e;border-radius:20px;background:#121212}.start-grid span{position:relative;z-index:1;display:grid;place-items:center;width:48px;height:48px;margin-bottom:35px;border:1px solid #8c7426;border-radius:50%;background:#171205;color:#f2cd57;font-weight:800}.start-grid h3{margin:0;font-size:19px}.start-grid p{margin:11px 0 0;color:var(--home-muted);font-size:14px}.start-action{display:flex;justify-content:center;margin-top:32px}
.home-features{background:#090909}.home-features .feature-layout{display:block}.home-features .feature-sticky{position:static;max-width:760px;margin-bottom:36px}.feature-sticky>p:not(.home-eyebrow){color:var(--home-muted)}.text-link{display:inline-block;margin-top:12px;color:var(--home-gold-2)!important;font-weight:800;text-decoration:none}.feature-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.feature-grid article{min-height:190px;padding:28px;border:1px solid #2d2d2d;border-radius:22px;background:linear-gradient(145deg,#161616,#0f0f0f)}.feature-grid article>span{display:grid;place-items:center;width:46px;height:46px;margin-bottom:24px;border-radius:14px;background:rgba(212,175,55,.12);color:#f4cf56;font-size:20px}.feature-grid h3{margin:0;font-size:20px}.feature-grid p{margin:10px 0 0;color:var(--home-muted);font-size:15px}
.home-guide{background:#0d0d0d}.guide-layout{display:grid;grid-template-columns:minmax(0,1fr) 290px;gap:80px;align-items:start}.home-guide .guide-layout{grid-template-columns:minmax(0,1fr);gap:0}.guide-layout article{max-width:none}.home-guide .guide-layout article h2{max-width:100%;font-size:clamp(1.75rem,3.5vw,2.625rem);line-height:1.08;letter-spacing:-.035em}.home-guide .guide-layout article>p,.home-guide .guide-layout article>h3{max-width:1100px}@media (min-width:1100px){.home-guide .guide-layout article h2{white-space:nowrap}}.guide-layout article>p:not(.home-eyebrow){margin:20px 0 0;color:#bdbab2;font-size:17px}.guide-layout article h3{margin:38px 0 0;font-size:26px;letter-spacing:-.025em}.guide-layout article a{color:#f0cf62;text-decoration-thickness:1px;text-underline-offset:3px}.guide-layout aside{position:sticky;top:110px;overflow:hidden;border:1px solid #433a1e;border-radius:20px;background:#111}.guide-layout aside h2{padding:22px 22px 16px;font-size:19px}.guide-layout aside a{display:flex;align-items:center;gap:15px;padding:14px 22px;border-top:1px solid #292929;text-decoration:none;font-weight:700}.guide-layout aside a:hover{background:#18150c;color:#f3d161}.guide-layout aside span{color:#78662b;font-size:11px}
.home-faq{background:#090909}.home-faq h2{color:var(--home-gold-2)}.home-faq .home-faq-title{display:flex;align-items:center;gap:12px}.home-faq-title img{display:block;width:clamp(108px,12vw,150px);height:auto;object-fit:contain;flex:0 0 auto}.home-faq-title span{display:block}.home-faq .faq-list{max-width:none}.home-faq .cat-faq{background:#111}.home-faq .cat-faq button{font-size:17px}.home-final{padding:74px 0;background:radial-gradient(circle at 80% 40%,rgba(212,175,55,.2),transparent 30%),linear-gradient(135deg,#1d1604,#080808 64%);border-bottom:1px solid #3b3217}.home-final .home-shell{display:flex;align-items:center;justify-content:space-between;gap:50px}.home-final p:not(.home-eyebrow){margin:13px 0 0;color:#cbc5b4}.home-final .home-hero-actions{margin:0;flex:1;justify-content:center}.home-footer-links{display:grid;grid-template-columns:1fr 1fr;gap:8px 18px}.home-footer-links a{color:#ddd;text-decoration:none;font-size:14px}.home-footer-links a:hover{color:#f4cf54}
.home-category-card h3{width:100%;text-align:center}
.home-page :focus-visible{outline:3px solid #f2cf5f;outline-offset:4px}.home-page .mobile-cta{color:#080808!important;text-decoration:none}
@media(max-width:1080px){.reason-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.reason-card{min-height:245px}.home-hero-grid{grid-template-columns:1fr;gap:45px}.home-showcase{transform:none}.home-hero-copy{max-width:820px}.feature-layout{grid-template-columns:1fr;gap:40px}.feature-sticky{position:static}.guide-layout{gap:42px}}
@media(max-width:820px){.home-shell{width:min(100% - 28px,700px)}.reason-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.home-section{padding:72px 0}.home-announcement{justify-content:flex-start;padding-inline:14px;overflow-x:auto}.home-hero{padding:56px 0 66px}.home-hero h1{font-size:clamp(2.8rem,12vw,4.5rem)}.home-showcase{grid-template-rows:230px 145px}.intro-grid,.guide-layout{grid-template-columns:1fr;gap:30px}.home-section-head{display:block}.home-section-head>p{margin-top:18px}.category-card-grid{grid-template-columns:1fr}.home-category-card,.home-category-card.card-wide{grid-column:auto;grid-template-columns:1fr;min-height:0}.home-category-card figure{grid-column:1;grid-row:1;height:auto;aspect-ratio:2000/475;padding:0;clip-path:none}.home-category-card figure::after{inset:0}.home-category-card>div{grid-column:1;grid-row:2;min-height:220px}.home-category-card>div::after{display:none}.start-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.start-grid::before{display:none}.feature-grid{grid-template-columns:1fr 1fr}.guide-layout aside{position:static}.home-final .home-shell{display:block}.home-final .home-hero-actions{margin-top:24px}}
@media(max-width:680px){.reason-grid{grid-template-columns:1fr}.reason-card{min-height:0;padding:28px 24px}.reason-card p{max-width:440px}.home-slider-arrow{width:44px;height:44px}.home-slider-arrow svg{width:20px;height:20px}.home-slider-prev{left:8px}.home-slider-next{right:8px}.home-slider-controls{bottom:4px;padding:4px 7px}.home-slider-dots{min-height:16px;gap:7px}.home-slider-dots button{width:6px;height:6px}.home-slider-dots button.is-active{width:3px;height:16px}.home-header{height:68px}.home-announcement{min-height:32px;font-size:10px}.home-announcement span+span::before{margin-inline:10px}.home-hero-grid{gap:34px}.home-hero-lead{font-size:16px}.home-showcase{grid-template-rows:170px 105px;gap:8px}.home-showcase a{border-radius:14px}.home-showcase span{left:8px;right:8px;bottom:8px;padding:7px 9px;font-size:9px}.home-proof{font-size:12px}.start-grid,.feature-grid{grid-template-columns:1fr}.start-grid li{display:grid;grid-template-columns:48px 1fr;column-gap:16px}.start-grid span{grid-row:1/3;margin:0}.start-grid p{grid-column:2}.home-category-card figure{height:auto}.home-category-card>div{min-height:215px;padding:24px}.home-category-card h3{font-size:25px}.home-section h2,.home-final h2{font-size:clamp(2rem,10vw,3rem)}.feature-grid article{min-height:0}.home-footer-links{grid-template-columns:1fr}.home-final{padding-bottom:96px}}
@media(max-width:390px){.home-showcase{grid-template-rows:145px 90px}.home-hero-actions>a{width:100%}.home-primary,.home-secondary{min-height:48px}.home-category-card figure{height:auto}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important}.home-slide{animation:none!important}}
