:root {

  --ch-primary: var(--brand-primary, hsl(316, 77%, 59%));
  --ch-secondary: var(--brand-secondary, hsl(73, 61%, 59%));
  --ch-text-main: var(--text-primary, hsl(316, 10%, 13%));
  --ch-text-muted: var(--text-secondary, hsl(316, 5%, 40%));
  --ch-bg-page: var(--bg-main, hsl(316, 7%, 97%));
  --ch-bg-card: var(--bg-surface, #ffffff);
  --ch-border: var(--border-color, rgba(0,0,0,0.08));
  --ch-radius-lg: 16px;
  --ch-radius-md: 12px;
  --ch-shadow-sm: 0 4px 12px rgba(0,0,0,0.05);
  --ch-shadow-lg: 0 12px 32px rgba(200, 50, 150, 0.15);
  --ch-max-width: 1200px;
  --ch-read-width: 760px;
  --primary-color: hsl(15, 65%, 48%);
  --secondary-color: hsl(25, 75%, 52%);
  --bg-color: hsl(30, 15%, 97%);
  --text-color: hsl(30, 15%, 15%);
  --text-muted: hsl(30, 10%, 45%);
  --border-color: hsla(30, 20%, 50%, 0.15);
  --radius-sm: 4px;
  --radius-md: 6px;
  --radius-lg: 12px;
  --shadow-sm: 0 2px 8px hsla(15, 60%, 20%, 0.05);
  --shadow-md: 0 4px 16px hsla(15, 60%, 20%, 0.1);
  --shadow-lg: 0 8px 24px hsla(15, 60%, 20%, 0.15);
  --nav-height: 64px;
  --max-width: min(1200px, 92vw);
  --transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  --nav-bg: rgba(248, 245, 243, 0.95);
  --btn-text: #ffffff;
  --content-page-bg: var(--bg-color, hsl(220, 7%, 96%));
  --content-surface-bg: #ffffff;
  --content-text: var(--text-color, hsl(220, 10%, 11%));
  --content-text-muted: var(--text-muted, rgba(31, 35, 40, 0.72));
  --content-border: var(--border-color, rgba(0, 0, 0, 0.08));
  --content-accent-text: hsl(22, 78%, 38%);
}
div.n63aa0d95.x0c577f *{
    box-sizing: border-box;
    }
div.n63aa0d95.x0c577f{
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    color: var(--ch-text-main);
    background-color: var(--ch-bg-page);
    line-height: 1.6;
    padding-top: 80px; 
    display: flex;
    flex-direction: column;
    align-items: center; 
    width: 100%;
    }
div.n63aa0d95.x0c577f .d6d468b_sp{
    width: 100%;
    max-width: var(--ch-max-width);
    padding: 80px 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    }
div.n63aa0d95.x0c577f .n1039fc_7e{
    max-width: var(--ch-read-width);
    text-align: center;
    margin-bottom: 48px;
    display: flex;
    flex-direction: column;
    align-items: center;
    }
div.n63aa0d95.x0c577f .h0a8c1abce{
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 16px;
    letter-spacing: -0.02em;
    }
div.n63aa0d95.x0c577f .n9698__64c30{
    font-size: 1.125rem;
    color: var(--ch-text-muted);
    }
div.n63aa0d95.x0c577f .ddd0482_4e6{
    min-height: 70vh;
    justify-content: center;
    text-align: center;
    background: radial-gradient(circle at center top, rgba(230, 90, 180, 0.08) 0%, var(--ch-bg-page) 60%);
    padding-top: 120px; color: #1a1a2e;}
div.n63aa0d95.x0c577f .n6d46298004{
    font-size: clamp(2.5rem, 5vw, 4rem);
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 24px;
    background: linear-gradient(135deg, var(--ch-text-main) 0%, var(--ch-primary) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    max-width: var(--ch-read-width); color: #1a1a2e;}
div.n63aa0d95.x0c577f .e0571ab{
    font-size: 1.25rem;
    font-weight: 500;
    color: var(--ch-primary);
    margin-bottom: 24px;
    }
div.n63aa0d95.x0c577f .q41f4d2a{
    font-size: 1.125rem;
    color: var(--ch-text-muted);
    max-width: var(--ch-read-width);
    margin-bottom: 40px;
    }
div.n63aa0d95.x0c577f .efa5ca_67a{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px 36px;
    font-size: 1.125rem;
    font-weight: 600;
    color: #1a1a2e;
    background-color: var(--ch-primary);
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: var(--ch-shadow-lg);
    border: 2px solid transparent;
    }
div.n63aa0d95.x0c577f .efa5ca_67a:hover{
    transform: translateY(-2px);
    background-color: hsl(316, 77%, 52%);
    box-shadow: 0 16px 40px rgba(200, 50, 150, 0.25); color: #1a1a2e;}
div.n63aa0d95.x0c577f .efa5ca_67a.f3knst8o{
    background-color: transparent;
    color: var(--ch-text-main);
    border-color: var(--ch-border);
    box-shadow: none;
    }
div.n63aa0d95.x0c577f .efa5ca_67a.f3knst8o:hover{
    border-color: var(--ch-primary);
    color: var(--ch-primary);
    }
div.n63aa0d95.x0c577f .c5ec87__4df8{
    background: var(--ch-bg-card);
    border-radius: var(--ch-radius-lg);
    padding: 48px;
    width: 100%;
    max-width: var(--ch-read-width);
    box-shadow: var(--ch-shadow-sm);
    border: 1px solid var(--ch-border); color: #1a1a2e;}
div.n63aa0d95.x0c577f .laa12a7_d6{
    display: flex;
    align-items: flex-start;
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid var(--ch-border);
    }
div.n63aa0d95.x0c577f .laa12a7_d6:last-child{
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
    }
div.n63aa0d95.x0c577f .m54d34e2_jud6{
    color: var(--ch-secondary);
    font-size: 1.5rem;
    margin-right: 16px;
    line-height: 1;
    flex-shrink: 0;
    }
div.n63aa0d95.x0c577f .f7829__482e3 h3{
    font-size: 1.25rem;
    margin: 0 0 8px 0;
    }
div.n63aa0d95.x0c577f .f7829__482e3 p{
    margin: 0;
    color: var(--ch-text-muted);
    }
div.n63aa0d95.x0c577f .b3540a_mkb4{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    width: 100%;
    }
div.n63aa0d95.x0c577f .o16b1e__474{
    background: var(--ch-bg-card);
    border-radius: var(--ch-radius-md);
    padding: 32px 24px;
    border: 1px solid var(--ch-border);
    transition: transform 0.3s ease;
    text-align: left; 
    display: flex;
    flex-direction: column; color: #1a1a2e;}
div.n63aa0d95.x0c577f .o16b1e__474:hover{
    transform: translateY(-4px);
    box-shadow: var(--ch-shadow-sm);
    border-color: rgba(200, 50, 150, 0.3);
    }
div.n63aa0d95.x0c577f .re07a1_1238{
    width: 48px;
    height: 48px;
    background: rgba(200, 50, 150, 0.1);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    color: #1a1a2e;
    }
div.n63aa0d95.x0c577f .re07a1_1238 svg{
    width: 24px;
    height: 24px;
    fill: currentColor;
    }
div.n63aa0d95.x0c577f .r4125905bf{
    font-size: 1.25rem;
    font-weight: 600;
    margin: 0 0 12px 0;
    }
div.n63aa0d95.x0c577f .uaed1d_hx{
    color: var(--ch-text-muted);
    font-size: 0.95rem;
    margin: 0 0 24px 0;
    flex-grow: 1;
    }
div.n63aa0d95.x0c577f .yba9a97_4i{
    font-weight: 600;
    color: var(--ch-primary);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    }
div.n63aa0d95.x0c577f .yba9a97_4i:hover{
    text-decoration: underline;
    }
div.n63aa0d95.x0c577f .nb11a__d876{
    display: flex;
    align-items: center;
    gap: 64px;
    width: 100%;
    }
div.n63aa0d95.x0c577f .cb96__3c916{
    flex: 1;
    text-align: left; 
    }
div.n63aa0d95.x0c577f .u0dc6ca1adc{
    flex: 1;
    border-radius: var(--ch-radius-lg);
    overflow: hidden;
    box-shadow: var(--ch-shadow-sm);
    background: #eee;
    aspect-ratio: 4/3; color: #1a1a2e;}
div.n63aa0d95.x0c577f .u0dc6ca1adc img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    }
div.n63aa0d95.x0c577f .od1c43_9fc{
    list-style: none;
    padding: 0;
    margin: 24px 0 0 0;
    counter-reset: step-counter;
    }
div.n63aa0d95.x0c577f .p252bcc0{
    position: relative;
    padding-left: 48px;
    margin-bottom: 24px;
    }
div.n63aa0d95.x0c577f .p252bcc0::before{
    counter-increment: step-counter;
    content: counter(step-counter);
    position: absolute;
    left: 0;
    top: 0;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: var(--ch-primary);
    color: #1a1a2e;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 0.9rem;
    }
div.n63aa0d95.x0c577f .d127ec__9d242{
    background: rgba(200, 50, 150, 0.05);
    border-left: 4px solid var(--ch-primary);
    padding: 24px 32px;
    border-radius: 0 var(--ch-radius-md) var(--ch-radius-md) 0;
    width: 100%;
    max-width: var(--ch-read-width);
    margin-top: 24px;
    text-align: left; color: #1a1a2e;}
div.n63aa0d95.x0c577f .d127ec__9d242 p{
    margin: 0 0 12px 0;
    }
div.n63aa0d95.x0c577f .d127ec__9d242 p:last-child{
    margin: 0;
    }
div.n63aa0d95.x0c577f .r85b79f966f{
    display: flex;
    justify-content: center;
    gap: 24px;
    margin-bottom: 24px;
    flex-wrap: wrap;
    }
div.n63aa0d95.x0c577f .ufa3__d7d3 a{
    color: var(--ch-text-muted);
    text-decoration: none;
    transition: color 0.2s;
    }
div.n63aa0d95.x0c577f .ufa3__d7d3 a:hover{
    color: var(--ch-primary);
    }
div.n63aa0d95.x0c577f .xc7e354c_ye{
    color: var(--ch-primary);
    text-decoration: none;
    font-weight: 500;
    border-bottom: 1px dashed var(--ch-primary);
    }
div.n63aa0d95.x0c577f .xc7e354c_ye:hover{
    border-bottom-style: solid;
    }
@media (max-width: 1024px) {div.n63aa0d95.x0c577f .b3540a_mkb4{
    grid-template-columns: repeat(2, 1fr);
    }
div.n63aa0d95.x0c577f .nb11a__d876{
    flex-direction: column;
    gap: 40px;
    }
div.n63aa0d95.x0c577f .cb96__3c916, div.n63aa0d95.x0c577f .u0dc6ca1adc{
    width: 100%;
    }
div.n63aa0d95.x0c577f .cb96__3c916{
    text-align: center;
    }
div.n63aa0d95.x0c577f .p252bcc0{
    text-align: left;
    }}
@media (max-width: 640px) {div.n63aa0d95.x0c577f .b3540a_mkb4{
    grid-template-columns: 1fr;
    }
div.n63aa0d95.x0c577f .n6d46298004{
    font-size: 2.2rem;
    }
div.n63aa0d95.x0c577f .c5ec87__4df8{
    padding: 24px;
    }
div.n63aa0d95.x0c577f .d6d468b_sp{
    padding: 60px 20px;
    }}
.nbb914cf{position: relative;
    width: 100%;
    background-color: var(--bg-color);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 80px;
    padding-bottom: 40px;
    overflow: hidden; isolation: isolate; color: #1a1a2e;}
.i8b5__6da1{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 240px;
    height: 4px;
    background: linear-gradient(90deg, transparent, var(--primary-color), var(--secondary-color), transparent);
    border-radius: 0 0 8px 8px;
    opacity: 0.8; color: #1a1a2e;}
.z88ec65d{
    width: 100%;
    max-width: var(--max-width);
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 1;
    }
.ac46f75{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    }
.ad092354d8{
    width: 64px;
    height: 64px;
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    border-radius: var(--radius-lg);
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 12px 24px hsla(15, 65%, 48%, 0.25); color: #1a1a2e;}
.ba64e38_cfm{
    width: 28px;
    height: 28px;
    background-color: var(--bg-color);
    border-radius: 50%;
    box-shadow: inset 0 2px 6px rgba(0, 0, 0, 0.15); color: #1a1a2e;}
.e4a376__bfc{
    width: auto;
    font-size: 32px;
    font-weight: 800;
    color: var(--text-color);
    letter-spacing: -0.5px;
    line-height: 1.2;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    }
.ja83686a_i9l{
    width: 100%;
    max-width: 480px;
    font-size: 16px;
    color: var(--text-muted);
    text-align: center;
    line-height: 1.6;
    margin: 0;
    }
.i1503_f1b8{
    width: 100%;
    height: 1px;
    background-color: var(--border-color);
    margin-top: 56px;
    margin-bottom: 32px; color: #1a1a2e;}
.f018b7_cd{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 20px;
    }
.e1aa8__84296{
    width: auto;
    font-size: 14px;
    color: var(--text-muted);
    font-weight: 500;
    }
.ccec97__03c51{
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: var(--border-color); color: #1a1a2e;}
.h4ad__a74ed{
    width: auto;
    font-size: 14px;
    color: var(--text-muted);
    text-decoration: none;
    font-weight: 600;
    transition: var(--transition);
    }
.h4ad__a74ed:hover{
    color: var(--primary-color);
    }
@media (max-width: 768px){.nbb914cf{
    padding-top: 56px;
    padding-bottom: 32px;
    }
.e4a376__bfc{
    font-size: 28px;
    }
.ja83686a_i9l{
    font-size: 15px;
    padding-left: 16px;
    padding-right: 16px;
    }
.i1503_f1b8{
    margin-top: 40px;
    margin-bottom: 24px;
    }
.f018b7_cd{
    flex-direction: column;
    gap: 16px;
    }
.ccec97__03c51{
    display: none;
    }}
body{
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    background-color: var(--bg-color);
    color: var(--text-color);
    }
.o5u7ga75cx05{
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    height: var(--nav-height);
    background: var(--nav-bg);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border-bottom: 1px solid var(--border-color);
    box-shadow: var(--shadow-sm);
    z-index: 1000;
    display: flex;
    justify-content: center; color: #1a1a2e;}
.ev6q5lpwhy5{
    width: var(--max-width);
    height: 100%;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 16px;
    }
.qs214r90{
    justify-self: start;
    display: flex;
    align-items: center;
    }
.ud49013_8295{
    font-size: 1.25rem;
    font-weight: 800;
    color: var(--text-color);
    text-decoration: none;
    letter-spacing: -0.02em;
    transition: var(--transition);
    }
.ud49013_8295:hover{
    color: var(--primary-color);
    }
.x2b7ff3_4d{
    justify-self: center;
    display: flex;
    align-items: center;
    gap: 4px;
    }
.m28831c_33{
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--text-muted);
    text-decoration: none;
    padding: 8px 12px;
    border-radius: var(--radius-sm);
    transition: var(--transition);
    white-space: nowrap;
    }
.m28831c_33:hover{
    color: #ffffff;
    background-color: hsla(30, 15%, 15%, 0.05);
    }
.f7266bf7e87{
    justify-self: end;
    display: flex;
    align-items: center;
    gap: 12px;
    }
.qd7b16__11161{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--primary-color);
    color: #1a1a2e;
    font-size: 0.875rem;
    font-weight: 600;
    text-decoration: none;
    padding: 0 18px;
    height: 36px;
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
    white-space: nowrap;
    }
.qd7b16__11161:hover{
    background: var(--secondary-color);
    box-shadow: var(--shadow-md);
    transform: translateY(-1px); color: #1a1a2e;}
.f33cc489{
    display: none;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 8px;
    flex-direction: column;
    gap: 4px;
    }
.lc0f7_941{
    display: block;
    width: 20px;
    height: 2px;
    background-color: var(--text-color);
    border-radius: 2px;
    transition: var(--transition); color: #ffffff;}
@media (max-width: 992px){.ev6q5lpwhy5 {
    grid-template-columns: auto 1fr auto;
    }
.x2b7ff3_4d {
    display: none; 
    }
.f33cc489 {
    display: flex;
    }}
@media (max-width: 480px){.qd7b16__11161{
    display: none; 
    }}
html, body {
    margin: 0;
    padding: 0;
    }
body *, body *::before, body *::after {
    box-sizing: border-box;
    }
div.n63aa0d95 img.xb23__9fc3 {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    }
div.n63aa0d95 img.xb23__9fc3.gea681f7038 { aspect-ratio: 16 / 9; }
div.n63aa0d95 img.xb23__9fc3.x05bef38e { aspect-ratio: 16 / 10; }
div.n63aa0d95 img.xb23__9fc3.od071f_02d2 { aspect-ratio: 4 / 3; }
div.n63aa0d95 img.xb23__9fc3.m50c7492e { aspect-ratio: 1 / 1; }
div.n63aa0d95 :is(div, div, div, div, ul, ol, li, figure, picture, table, form, fieldset, pre, blockquote) {
    box-sizing: border-box !important;
    min-width: 0;
    max-width: 100%;
    }
div.n63aa0d95 .q6492dea1 {
    overflow: hidden;
    box-sizing: border-box !important;
    max-width: 100%;
    padding: 0 !important;
    min-height: 0;
    }
div.n63aa0d95 .q6492dea1.gea681f7038 { aspect-ratio: 16 / 9; }
div.n63aa0d95 .q6492dea1.x05bef38e { aspect-ratio: 16 / 10; }
div.n63aa0d95 .q6492dea1.od071f_02d2 { aspect-ratio: 4 / 3; }
div.n63aa0d95 .q6492dea1.m50c7492e { aspect-ratio: 1 / 1; }
div.n63aa0d95 .q6492dea1 > img.xb23__9fc3,
    div.n63aa0d95 .q6492dea1 > picture > img.xb23__9fc3 {
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    }
div.n63aa0d95 .q471__72d9 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    font-size: 0;
    }
div.n63aa0d95 .q471__72d9 > .o1c4__3203 {
    width: clamp(20px, 1.35em, 30px);
    height: clamp(20px, 1.35em, 30px);
    stroke: currentColor;
    fill: none;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
    flex: 0 0 auto;
    }
div.n63aa0d95.x0c577f .efa5ca_67a a:not([class]){color:#ffffff !important;text-decoration:underline;}
div.n63aa0d95.x0c577f .efa5ca_67a a[class=""]{color:#ffffff !important;text-decoration:underline;}
div.n63aa0d95.x0c577f .efa5ca_67a a:not([class]):hover{opacity:0.92;}
div.n63aa0d95.x0c577f .efa5ca_67a a[class=""]:hover{opacity:0.92;}
div.n63aa0d95.x0c577f .efa5ca_67a a:not([class]):visited{color:#ffffff !important;}
div.n63aa0d95.x0c577f .efa5ca_67a a[class=""]:visited{color:#ffffff !important;}
div.n63aa0d95.x0c577f .p252bcc0::before a:not([class]){color:#ffffff !important;text-decoration:underline;}
div.n63aa0d95.x0c577f .p252bcc0::before a[class=""]{color:#ffffff !important;text-decoration:underline;}
div.n63aa0d95.x0c577f .p252bcc0::before a:not([class]):hover{opacity:0.92;}
div.n63aa0d95.x0c577f .p252bcc0::before a[class=""]:hover{opacity:0.92;}
div.n63aa0d95.x0c577f .p252bcc0::before a:not([class]):visited{color:#ffffff !important;}
div.n63aa0d95.x0c577f .p252bcc0::before a[class=""]:visited{color:#ffffff !important;}
.c04a__7f3e {
    padding-left: clamp(16px, 4vw, 48px);
    padding-right: clamp(16px, 4vw, 48px);
    }
.c04a__7f3e > :first-child,
    .c04a__7f3e > :last-child {
    width: min(1280px, 100%);
    margin-left: auto;
    margin-right: auto;
    }
body{
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    background-color: var(--bg-color);
    color: var(--text-color);
    }
.o5u7ga75cx05{
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    height: var(--nav-height);
    background: var(--nav-bg);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border-bottom: 1px solid var(--border-color);
    box-shadow: var(--shadow-sm);
    z-index: 1000;
    display: flex;
    justify-content: center; color: #1a1a2e;}
.ev6q5lpwhy5{
    width: var(--max-width);
    height: 100%;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 16px;
    }
.qs214r90{
    justify-self: start;
    display: flex;
    align-items: center;
    }
.ud49013_8295{
    font-size: 1.25rem;
    font-weight: 800;
    color: var(--text-color);
    text-decoration: none;
    letter-spacing: -0.02em;
    transition: var(--transition);
    }
.ud49013_8295:hover{
    color: var(--primary-color);
    }
.x2b7ff3_4d{
    justify-self: center;
    display: flex;
    align-items: center;
    gap: 4px;
    }
.m28831c_33{
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--text-muted);
    text-decoration: none;
    padding: 8px 12px;
    border-radius: var(--radius-sm);
    transition: var(--transition);
    white-space: nowrap;
    }
.m28831c_33:hover{
    color: #ffffff;
    background-color: hsla(30, 15%, 15%, 0.05);
    }
.f7266bf7e87{
    justify-self: end;
    display: flex;
    align-items: center;
    gap: 12px;
    }
.qd7b16__11161{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--primary-color);
    color: #1a1a2e;
    font-size: 0.875rem;
    font-weight: 600;
    text-decoration: none;
    padding: 0 18px;
    height: 36px;
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
    white-space: nowrap;
    }
.qd7b16__11161:hover{
    background: var(--secondary-color);
    box-shadow: var(--shadow-md);
    transform: translateY(-1px); color: #1a1a2e;}
.f33cc489{
    display: none;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 8px;
    flex-direction: column;
    gap: 4px;
    }
.lc0f7_941{
    display: block;
    width: 20px;
    height: 2px;
    background-color: var(--text-color);
    border-radius: 2px;
    transition: var(--transition); color: #ffffff;}
@media (max-width: 992px){.ev6q5lpwhy5 {
    grid-template-columns: auto 1fr auto;
    }
.x2b7ff3_4d {
    display: none; 
    }
.f33cc489 {
    display: flex;
    }}
@media (max-width: 480px){.qd7b16__11161{
    display: none; 
    }}
.nbb914cf{position: relative;
    width: 100%;
    background-color: var(--bg-color);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 80px;
    padding-bottom: 40px;
    overflow: hidden; isolation: isolate; color: #1a1a2e;}
.i8b5__6da1{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 240px;
    height: 4px;
    background: linear-gradient(90deg, transparent, var(--primary-color), var(--secondary-color), transparent);
    border-radius: 0 0 8px 8px;
    opacity: 0.8; color: #1a1a2e;}
.z88ec65d{
    width: 100%;
    max-width: var(--max-width);
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 1;
    }
.ac46f75{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    }
.ad092354d8{
    width: 64px;
    height: 64px;
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    border-radius: var(--radius-lg);
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 12px 24px hsla(15, 65%, 48%, 0.25); color: #1a1a2e;}
.ba64e38_cfm{
    width: 28px;
    height: 28px;
    background-color: var(--bg-color);
    border-radius: 50%;
    box-shadow: inset 0 2px 6px rgba(0, 0, 0, 0.15); color: #1a1a2e;}
.e4a376__bfc{
    width: auto;
    font-size: 32px;
    font-weight: 800;
    color: var(--text-color);
    letter-spacing: -0.5px;
    line-height: 1.2;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    }
.ja83686a_i9l{
    width: 100%;
    max-width: 480px;
    font-size: 16px;
    color: var(--text-muted);
    text-align: center;
    line-height: 1.6;
    margin: 0;
    }
.i1503_f1b8{
    width: 100%;
    height: 1px;
    background-color: var(--border-color);
    margin-top: 56px;
    margin-bottom: 32px; color: #1a1a2e;}
.f018b7_cd{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 20px;
    }
.e1aa8__84296{
    width: auto;
    font-size: 14px;
    color: var(--text-muted);
    font-weight: 500;
    }
.ccec97__03c51{
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: var(--border-color); color: #1a1a2e;}
.h4ad__a74ed{
    width: auto;
    font-size: 14px;
    color: var(--text-muted);
    text-decoration: none;
    font-weight: 600;
    transition: var(--transition);
    }
.h4ad__a74ed:hover{
    color: var(--primary-color);
    }
@media (max-width: 768px){.nbb914cf{
    padding-top: 56px;
    padding-bottom: 32px;
    }
.e4a376__bfc{
    font-size: 28px;
    }
.ja83686a_i9l{
    font-size: 15px;
    padding-left: 16px;
    padding-right: 16px;
    }
.i1503_f1b8{
    margin-top: 40px;
    margin-bottom: 24px;
    }
.f018b7_cd{
    flex-direction: column;
    gap: 16px;
    }
.ccec97__03c51{
    display: none;
    }}
body{
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  background-color: var(--bg-color);
  color: var(--text-color);
}
.o5u7ga75cx05{
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--nav-height);
  background: var(--nav-bg);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--border-color);
  box-shadow: var(--shadow-sm);
  z-index: 1000;
  display: flex;
  justify-content: center; color: #1a1a2e;}
.ev6q5lpwhy5{
  width: var(--max-width);
  height: 100%;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 16px;
}
.qs214r90{
  justify-self: start;
  display: flex;
  align-items: center;
}
.ud49013_8295{
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--text-color);
  text-decoration: none;
  letter-spacing: -0.02em;
  transition: var(--transition);
}
.ud49013_8295:hover{
  color: var(--primary-color);
}
.x2b7ff3_4d{
  justify-self: center;
  display: flex;
  align-items: center;
  gap: 4px;
}
.m28831c_33{
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--text-muted);
  text-decoration: none;
  padding: 8px 12px;
  border-radius: var(--radius-sm);
  transition: var(--transition);
  white-space: nowrap;
}
.m28831c_33:hover{
  color: #ffffff;
  background-color: hsla(30, 15%, 15%, 0.05);
}
.f7266bf7e87{
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 12px;
}
.qd7b16__11161{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--primary-color);
  color: #1a1a2e;
  font-size: 0.875rem;
  font-weight: 600;
  text-decoration: none;
  padding: 0 18px;
  height: 36px;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
  transition: var(--transition);
  white-space: nowrap;
}
.qd7b16__11161:hover{
  background: var(--secondary-color);
  box-shadow: var(--shadow-md);
  transform: translateY(-1px); color: #1a1a2e;}
.f33cc489{
  display: none;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 8px;
  flex-direction: column;
  gap: 4px;
}
.lc0f7_941{
  display: block;
  width: 20px;
  height: 2px;
  background-color: var(--text-color);
  border-radius: 2px;
  transition: var(--transition); color: #ffffff;}
@media (max-width: 992px){.ev6q5lpwhy5 {
    grid-template-columns: auto 1fr auto;
  }
.x2b7ff3_4d {
    display: none; 
  }
.f33cc489 {
    display: flex;
  }}
@media (max-width: 480px){.qd7b16__11161{
    display: none; 
  }}
.pb5f349d10d{position: relative;
    width: 100%;
    background-color: var(--bg-color);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 80px;
    padding-bottom: 40px;
    overflow: hidden; isolation: isolate; color: #1a1a2e;}
.i8b5__6da1{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 240px;
    height: 4px;
    background: linear-gradient(90deg, transparent, var(--primary-color), var(--secondary-color), transparent);
    border-radius: 0 0 8px 8px;
    opacity: 0.8; color: #1a1a2e;}
.k0d9dd063ad{
    width: 100%;
    max-width: var(--max-width);
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 1;
}
.p3ad9d_98d9{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}
.o69c68_d8e9{
    width: 64px;
    height: 64px;
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    border-radius: var(--radius-lg);
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 12px 24px hsla(15, 65%, 48%, 0.25); color: #1a1a2e;}
.cff896_fe9a{
    width: 28px;
    height: 28px;
    background-color: var(--bg-color);
    border-radius: 50%;
    box-shadow: inset 0 2px 6px rgba(0, 0, 0, 0.15); color: #1a1a2e;}
.x5a3ec51b0f{
    width: auto;
    font-size: 32px;
    font-weight: 800;
    color: var(--text-color);
    letter-spacing: -0.5px;
    line-height: 1.2;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
.ifa7__06dc{
    width: 100%;
    max-width: 480px;
    font-size: 16px;
    color: var(--text-muted);
    text-align: center;
    line-height: 1.6;
    margin: 0;
}
.z8ce65_8ebf{
    width: 100%;
    height: 1px;
    background-color: var(--border-color);
    margin-top: 56px;
    margin-bottom: 32px; color: #1a1a2e;}
.je9863b5f{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.w48c33a85{
    width: auto;
    font-size: 14px;
    color: var(--text-muted);
    font-weight: 500;
}
.b078__b5c9{
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: var(--border-color); color: #1a1a2e;}
.t54379264{
    width: auto;
    font-size: 14px;
    color: var(--text-muted);
    text-decoration: none;
    font-weight: 600;
    transition: var(--transition);
}
.t54379264:hover{
    color: var(--primary-color);
}
@media (max-width: 768px){.pb5f349d10d{
        padding-top: 56px;
        padding-bottom: 32px;
    }
.x5a3ec51b0f{
        font-size: 28px;
    }
.ifa7__06dc{
        font-size: 15px;
        padding-left: 16px;
        padding-right: 16px;
    }
.z8ce65_8ebf{
        margin-top: 40px;
        margin-bottom: 24px;
    }
.je9863b5f{
        flex-direction: column;
        gap: 16px;
    }
.b078__b5c9{
        display: none;
    }}
.v3091ead4{box-sizing:border-box;}
.r4d576097{box-sizing:border-box;}
.afbe__9e75{display:block;max-width:100%;height:auto;}
.pb1d6433063{box-sizing:border-box;}
.mc437d_6b73{box-sizing:border-box;}
.q85e__1c7c{box-sizing:border-box;}