:root {

  --primary-color: hsl(28, 85%, 52%);
  --secondary-color: hsl(15, 75%, 45%);
  --bg-color: hsl(36, 40%, 97%);
  --text-color: hsl(28, 30%, 12%);
  --text-muted: hsl(28, 15%, 45%);
  --border-color: hsla(28, 30%, 20%, 0.1);
  --radius-sm: 6px;
  --radius-md: 12px;
  --radius-lg: 30px;
  --shadow-sm: 0 2px 8px rgba(0,0,0,0.05);
  --shadow-md: 0 8px 20px rgba(45, 25, 0, 0.08);
  --shadow-lg: 0 12px 32px rgba(45, 25, 0, 0.12);
  --nav-height: 80px;
  --max-width: min(1200px, 94vw);
  --transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  --nav-bg: hsla(36, 40%, 97%, 0.95);
  --accent-soft: hsla(28, 85%, 52%, 0.1);
  --chrome-primary: var(--primary-color, hsl(24, 90%, 55%));
  --chrome-accent: var(--accent-color, hsl(240, 80%, 55%));
  --chrome-warm-bg: hsl(30, 25%, 96%);
  --chrome-text: var(--content-text, hsl(220, 10%, 11%));
  --chrome-card-bg: var(--content-surface-bg, #ffffff);
  --chrome-radius: var(--border-radius-lg, 24px);
  --chrome-shadow: var(--shadow-md, 0 12px 30px rgba(0,0,0,0.08));
  --font-serif: "Georgia", "Source Han Serif CN", serif;
  --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%);
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    }
body{
    font-family: "Georgia", "PT Serif", serif; 
    background-color: var(--bg-color);
    color: var(--text-color);
    -webkit-font-smoothing: antialiased;
    }
.ne148_51d{
    width: 100%;
    height: var(--nav-height);
    position: sticky;
    top: 0;
    z-index: 1000;
    padding: 12px 0;
    }
.nc8b__20ee{
    max-width: var(--max-width);
    margin: 0 auto;
    height: 100%;
    background: var(--nav-bg);
    backdrop-filter: blur(12px);
    border: 1px solid var(--border-color);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-md);
    padding: 0 24px; color: #1a1a2e;}
.kf4753f_d2{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    }
.h2133_60e0{
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    transition: var(--transition);
    }
.z8zx262rk{
    width: 32px;
    height: 32px;
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    border-radius: 50%;
    position: relative;
    box-shadow: inset 0 -2px 4px rgba(0,0,0,0.2); color: #1a1a2e;}
.z8zx262rk::after{
    content: "";
    position: absolute;
    top: 25%;
    left: 25%;
    width: 50%;
    height: 50%;
    background: white;
    border-radius: 50%;
    opacity: 0.9; color: #1a1a2e;}
.o81434f0_hb1x{
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--text-color);
    letter-spacing: -0.02em;
    }
.y1903f36c0b{
    display: flex;
    align-items: center;
    gap: 32px;
    }
.z8ezlecc8{
    display: flex;
    list-style: none;
    gap: 8px;
    }
.x23fbb8319{
    text-decoration: none;
    color: var(--text-muted);
    font-size: 0.95rem;
    font-weight: 500;
    padding: 8px 16px;
    border-radius: var(--radius-md);
    transition: var(--transition);
    }
.x23fbb8319:hover{
    color: #1a1a2e;
    background: var(--accent-soft);
    }
.x23fbb8319.active{
    color: var(--text-color);
    font-weight: 600;
    }
.j1vw9s9io{
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--primary-color);
    color: #1a1a2e; 
    padding: 10px 24px;
    border-radius: var(--radius-lg);
    text-decoration: none;
    font-weight: 600;
    font-size: 0.95rem;
    transition: var(--transition);
    box-shadow: 0 4px 14px hsla(28, 85%, 52%, 0.4);
    }
.j1vw9s9io:hover{
    background: var(--secondary-color);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px hsla(15, 75%, 45%, 0.5); color: #1a1a2e;}
.srpabdtextz{
    width: 16px;
    height: 16px;
    transition: var(--transition);
    }
.j1vw9s9io:hover .srpabdtextz{
    transform: translate(2px, -2px);
    }
.mae54__95b5{
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
    }
.w34aa82_eb25{
    width: 24px;
    height: 2px;
    background: var(--text-color);
    border-radius: 2px;
    transition: var(--transition); color: #ffffff;}
@media (max-width: 992px){.z8ezlecc8 {
    display: none; 
    }
.y1903f36c0b {
    gap: 16px;
    }}
@media (max-width: 640px){.ne148_51d{
    padding: 8px 0;
    }
.nc8b__20ee{
    padding: 0 16px;
    }
.o81434f0_hb1x{
    font-size: 1.1rem;
    }
.mae54__95b5{
    display: flex;
    order: 3;
    }
.yfd0c__392a{
    display: none; 
    }}
.nc8b__20ee::before{
    content: "";
    position: absolute;
    top: 0;
    left: 5%;
    right: 5%;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.8), transparent); color: #1a1a2e;}
.x23fbb8319.active {color: #1a1a2e; background: var(--accent-soft);}
.bdbe0a__0a55{
    background-color: var(--bg-color, hsl(36, 40%, 97%));
    padding-top: 80px;
    padding-bottom: 40px;
    border-top: 1px solid var(--border-color, hsla(28, 30%, 20%, 0.1));
    font-family: "Georgia", "serif"; color: #1a1a2e;}
.l821e9_27{
    max-width: var(--max-width, 1200px);
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    gap: 60px;
    }
.c43f4d1{
    background: linear-gradient(135deg, var(--primary-color, hsl(28, 85%, 52%)), var(--secondary-color, hsl(15, 75%, 45%)));
    border-radius: var(--radius-lg, 30px);
    padding: 48px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: var(--shadow-lg, 0 12px 32px rgba(45, 25, 0, 0.12));
    flex-wrap: wrap;
    gap: 30px; color: #1a1a2e;}
.r1e59__2e8db{
    flex: 1;
    min-width: 300px;
    }
.m7f2d2b{
    color: #ffffff;
    font-size: 2rem;
    margin-top: 0;
    margin-bottom: 12px;
    font-weight: 700;
    letter-spacing: -0.02em;
    }
.reaae_cdb1{
    color: hsla(0, 0%, 100%, 0.9);
    font-size: 1.1rem;
    margin: 0;
    font-family: system-ui, -apple-system, sans-serif;
    }
.o03c198_5b{
    flex-shrink: 0;
    }
.af71be_dm{
    background-color: #ffffff;
    color: #1a1a2e;
    padding: 16px 32px;
    border-radius: var(--radius-lg, 30px);
    font-weight: 700;
    text-decoration: none;
    display: inline-block;
    transition: var(--transition, all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1));
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    font-family: system-ui, -apple-system, sans-serif;
    }
.af71be_dm:hover{
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    background-color: var(--bg-color, hsl(36, 40%, 97%)); color: #1a1a2e;}
.y64e__4a2{
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: space-between;
    }
.kfd1cf5{
    flex: 2;
    min-width: 280px;
    }
.b082a__4fb6{
    font-size: 1.5rem;
    font-weight: 800;
    color: var(--text-color, hsl(28, 30%, 12%));
    margin-bottom: 20px;
    }
.sho8t6c8c{
    color: var(--text-muted, hsl(28, 15%, 45%));
    line-height: 1.7;
    font-size: 0.95rem;
    max-width: 360px;
    font-family: system-ui, -apple-system, sans-serif;
    }
.vhv38xo6lfv{
    flex: 1;
    min-width: 140px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    }
.edd27a2_e3{
    font-weight: 700;
    color: var(--text-color, hsl(28, 30%, 12%));
    margin-bottom: 8px;
    font-size: 1rem;
    }
.tb22__8b3c{
    color: var(--text-muted, hsl(28, 15%, 45%));
    text-decoration: none;
    font-size: 0.95rem;
    transition: var(--transition, all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1));
    font-family: system-ui, -apple-system, sans-serif;
    }
.tb22__8b3c:hover{
    color: var(--primary-color, hsl(28, 85%, 52%));
    padding-left: 4px;
    }
.i573a93_33{
    height: 1px;
    background-color: var(--border-color, hsla(28, 30%, 20%, 0.1));
    width: 100%; color: #ffffff;}
.m0s6grdg{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    padding-bottom: 20px;
    }
.m1db0a4{
    display: flex;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
    }
.x4efd891{
    color: var(--text-muted, hsl(28, 15%, 45%));
    font-size: 0.9rem;
    font-family: system-ui, -apple-system, sans-serif;
    }
.hb38bc4_wrm{
    color: var(--text-muted, hsl(28, 15%, 45%));
    text-decoration: none;
    font-size: 0.9rem;
    font-family: system-ui, -apple-system, sans-serif;
    transition: color 0.3s ease;
    }
.hb38bc4_wrm:hover{
    color: var(--text-color, hsl(28, 30%, 12%));
    }
.t4261fc{
    display: flex;
    align-items: center;
    gap: 8px;
    background-color: var(--accent-soft, hsla(28, 85%, 52%, 0.1));
    padding: 6px 14px;
    border-radius: var(--radius-lg, 30px); color: #1a1a2e;}
.fa2aa7a_fe{
    width: 8px;
    height: 8px;
    background-color: #10b981;
    border-radius: 50%;
    display: inline-block; color: #1a1a2e;}
.m3e4d1__ee5{
    font-size: 0.85rem;
    color: var(--secondary-color, hsl(15, 75%, 45%));
    font-weight: 600;
    font-family: system-ui, -apple-system, sans-serif;
    }
@media (max-width: 768px){.c43f4d1{
    padding: 32px 24px;
    text-align: center;
    justify-content: center;
    }
.m7f2d2b{
    font-size: 1.5rem;
    }
.y64e__4a2{
    flex-direction: column;
    gap: 32px;
    }
.kfd1cf5{
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    }
.vhv38xo6lfv{
    text-align: center;
    align-items: center;
    }
.m0s6grdg{
    flex-direction: column;
    text-align: center;
    }
.m1db0a4{
    justify-content: center;
    }}
div.ba9e75f68.c4dbf7ed{
    font-family: var(--font-main, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif);
    color: var(--chrome-text);
    background-color: var(--chrome-warm-bg);
    line-height: 1.6;
    overflow-x: hidden;
    }
div.ba9e75f68.c4dbf7ed .a6e7e2__5504d{ display: none; }
div.ba9e75f68.c4dbf7ed .o116__5e7{
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 40px;
    }
div.ba9e75f68.c4dbf7ed .n6cc84e_d6{
    padding: 80px 0 60px;
    display: flex;
    flex-direction: column;
    gap: 40px;
    }
div.ba9e75f68.c4dbf7ed .l55sjho8wy02{
    width: 100%;
    border-radius: var(--chrome-radius);
    overflow: hidden;
    box-shadow: var(--chrome-shadow);
    aspect-ratio: 16 / 7;
    }
div.ba9e75f68.c4dbf7ed .l55sjho8wy02 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    }
div.ba9e75f68.c4dbf7ed .c4d9__8e7{
    max-width: 800px;
    }
div.ba9e75f68.c4dbf7ed h1{
    font-family: var(--font-serif);
    font-size: clamp(2.5rem, 5vw, 3.5rem);
    color: var(--chrome-text);
    line-height: 1.1;
    margin-bottom: 24px;
    font-weight: 700;
    }
div.ba9e75f68.c4dbf7ed .f21af2e_f3{
    font-size: 1.25rem;
    color: color-mix(in srgb, var(--chrome-text), transparent 20%);
    margin-bottom: 32px;
    max-width: 650px;
    }
div.ba9e75f68.c4dbf7ed .mdf687__fba{
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    }
div.ba9e75f68.c4dbf7ed .h214__518{
    background: linear-gradient(135deg, var(--chrome-primary), hsl(15, 90%, 50%));
    color: #1a1a2e;
    padding: 18px 42px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 1.1rem;
    text-decoration: none;
    box-shadow: 0 10px 20px rgba(234, 88, 12, 0.3);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    }
div.ba9e75f68.c4dbf7ed .h214__518:hover{
    transform: translateY(-2px);
    box-shadow: 0 15px 25px rgba(234, 88, 12, 0.4);
    }
div.ba9e75f68.c4dbf7ed .f808e9cf{
    font-size: 0.9rem;
    color: #ffffff;
    background: rgba(0,0,0,0.05);
    padding: 6px 16px;
    border-radius: 20px;
    }
div.ba9e75f68.c4dbf7ed .k0563aae0{
    padding: 60px 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: 100px;
    }
div.ba9e75f68.c4dbf7ed .b3ad01__c732{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    }
div.ba9e75f68.c4dbf7ed .b3ad01__c732.mb02c4_n3a{
    direction: rtl;
    }
div.ba9e75f68.c4dbf7ed .b3ad01__c732.mb02c4_n3a .taa4d6_12{
    direction: ltr;
    }
div.ba9e75f68.c4dbf7ed .taa4d6_12 h2{
    font-family: var(--font-serif);
    font-size: 2rem;
    margin-bottom: 20px;
    }
div.ba9e75f68.c4dbf7ed .xb110a3_97{
    border-radius: var(--chrome-radius);
    overflow: hidden;
    box-shadow: var(--chrome-shadow);
    }
div.ba9e75f68.c4dbf7ed .xb110a3_97 img{
    width: 100%;
    display: block;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    }
div.ba9e75f68.c4dbf7ed .fddeb1576f{
    background: var(--chrome-card-bg);
    border-radius: var(--chrome-radius);
    padding: 40px;
    margin: 60px 0;
    border: 1px solid rgba(0,0,0,0.05); color: #1a1a2e;}
div.ba9e75f68.c4dbf7ed .q3766__e170e{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 30px;
    }
div.ba9e75f68.c4dbf7ed .afb6241c48 label{
    display: block;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--chrome-accent);
    margin-bottom: 8px;
    font-weight: 700;
    }
div.ba9e75f68.c4dbf7ed .afb6241c48 span{
    font-weight: 500;
    font-size: 1.1rem;
    }
div.ba9e75f68.c4dbf7ed .ddjiaso86g{
    padding: 40px;
    background: rgba(0,0,0,0.02);
    border-radius: var(--chrome-radius);
    margin-top: 40px; color: #ffffff;}
div.ba9e75f68.c4dbf7ed .gt7h3acjyt{
    display: flex;
    gap: 30px;
    font-size: 1rem;
    }
div.ba9e75f68.c4dbf7ed .gt7h3acjyt a{
    color: var(--chrome-accent);
    text-decoration: underline;
    text-underline-offset: 4px;
    }
div.ba9e75f68.c4dbf7ed div.m1b24a008{
    padding: 80px 0 40px;
    border-top: 1px solid rgba(0,0,0,0.05);
    margin-top: 100px;
    font-size: 0.9rem;
    color: color-mix(in srgb, var(--chrome-text), transparent 50%);
    }
div.ba9e75f68.c4dbf7ed .qbe60825a4f{
    display: flex;
    justify-content: space-between;
    align-items: center;
    }
@media (max-width: 768px) {div.ba9e75f68.c4dbf7ed .b3ad01__c732, div.ba9e75f68.c4dbf7ed .b3ad01__c732.mb02c4_n3a{
    grid-template-columns: 1fr;
    gap: 30px;
    }
div.ba9e75f68.c4dbf7ed .n6cc84e_d6{ padding-top: 40px; }
div.ba9e75f68.c4dbf7ed .gt7h3acjyt{ flex-direction: column; gap: 15px; }}
html, body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    }
body *, body *::before, body *::after {
    box-sizing: border-box;
    }
div.ba9e75f68 img.x89303_5bff {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    }
div.ba9e75f68 img.x89303_5bff.z1c1e9ba101 { aspect-ratio: 16 / 9; }
div.ba9e75f68 img.x89303_5bff.gd95a74bd { aspect-ratio: 16 / 10; }
div.ba9e75f68 img.x89303_5bff.lbabd61b3 { aspect-ratio: 4 / 3; }
div.ba9e75f68 img.x89303_5bff.p625f7_2c31 { aspect-ratio: 1 / 1; }
div.ba9e75f68 :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.ba9e75f68 .idf2__51e3 {
    overflow: hidden;
    box-sizing: border-box !important;
    max-width: 100%;
    padding: 0 !important;
    min-height: 0;
    }
div.ba9e75f68 .idf2__51e3.z1c1e9ba101 { aspect-ratio: 16 / 9; }
div.ba9e75f68 .idf2__51e3.gd95a74bd { aspect-ratio: 16 / 10; }
div.ba9e75f68 .idf2__51e3.lbabd61b3 { aspect-ratio: 4 / 3; }
div.ba9e75f68 .idf2__51e3.p625f7_2c31 { aspect-ratio: 1 / 1; }
div.ba9e75f68 .idf2__51e3 > img.x89303_5bff,
    div.ba9e75f68 .idf2__51e3 > picture > img.x89303_5bff {
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    }
div.ba9e75f68.c4dbf7ed .h214__518 a:not([class]){color:#ffffff !important;text-decoration:underline;}
div.ba9e75f68.c4dbf7ed .h214__518 a[class=""]{color:#ffffff !important;text-decoration:underline;}
div.ba9e75f68.c4dbf7ed .h214__518 a:not([class]):hover{opacity:0.92;}
div.ba9e75f68.c4dbf7ed .h214__518 a[class=""]:hover{opacity:0.92;}
div.ba9e75f68.c4dbf7ed .h214__518 a:not([class]):visited{color:#ffffff !important;}
div.ba9e75f68.c4dbf7ed .h214__518 a[class=""]:visited{color:#ffffff !important;}
.v8cb0946451 {
    padding-left: clamp(16px, 4vw, 48px);
    padding-right: clamp(16px, 4vw, 48px);
    }
.v8cb0946451 > :first-child,
    .v8cb0946451 > :last-child {
    width: min(1280px, 100%);
    margin-left: auto;
    margin-right: auto;
    }
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    }
body{
    font-family: "Georgia", "PT Serif", serif; 
    background-color: var(--bg-color);
    color: var(--text-color);
    -webkit-font-smoothing: antialiased;
    }
.ne148_51d{
    width: 100%;
    height: var(--nav-height);
    position: sticky;
    top: 0;
    z-index: 1000;
    padding: 12px 0;
    }
.nc8b__20ee{
    max-width: var(--max-width);
    margin: 0 auto;
    height: 100%;
    background: var(--nav-bg);
    backdrop-filter: blur(12px);
    border: 1px solid var(--border-color);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-md);
    padding: 0 24px; color: #1a1a2e;}
.kf4753f_d2{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    }
.h2133_60e0{
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    transition: var(--transition);
    }
.z8zx262rk{
    width: 32px;
    height: 32px;
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    border-radius: 50%;
    position: relative;
    box-shadow: inset 0 -2px 4px rgba(0,0,0,0.2); color: #1a1a2e;}
.z8zx262rk::after{
    content: "";
    position: absolute;
    top: 25%;
    left: 25%;
    width: 50%;
    height: 50%;
    background: white;
    border-radius: 50%;
    opacity: 0.9; color: #1a1a2e;}
.o81434f0_hb1x{
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--text-color);
    letter-spacing: -0.02em;
    }
.y1903f36c0b{
    display: flex;
    align-items: center;
    gap: 32px;
    }
.z8ezlecc8{
    display: flex;
    list-style: none;
    gap: 8px;
    }
.x23fbb8319{
    text-decoration: none;
    color: var(--text-muted);
    font-size: 0.95rem;
    font-weight: 500;
    padding: 8px 16px;
    border-radius: var(--radius-md);
    transition: var(--transition);
    }
.x23fbb8319:hover{
    color: #1a1a2e;
    background: var(--accent-soft);
    }
.x23fbb8319.active{
    color: var(--text-color);
    font-weight: 600;
    }
.j1vw9s9io{
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--primary-color);
    color: #1a1a2e; 
    padding: 10px 24px;
    border-radius: var(--radius-lg);
    text-decoration: none;
    font-weight: 600;
    font-size: 0.95rem;
    transition: var(--transition);
    box-shadow: 0 4px 14px hsla(28, 85%, 52%, 0.4);
    }
.j1vw9s9io:hover{
    background: var(--secondary-color);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px hsla(15, 75%, 45%, 0.5); color: #1a1a2e;}
.srpabdtextz{
    width: 16px;
    height: 16px;
    transition: var(--transition);
    }
.j1vw9s9io:hover .srpabdtextz{
    transform: translate(2px, -2px);
    }
.mae54__95b5{
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
    }
.w34aa82_eb25{
    width: 24px;
    height: 2px;
    background: var(--text-color);
    border-radius: 2px;
    transition: var(--transition); color: #ffffff;}
@media (max-width: 992px){.z8ezlecc8 {
    display: none; 
    }
.y1903f36c0b {
    gap: 16px;
    }}
@media (max-width: 640px){.ne148_51d{
    padding: 8px 0;
    }
.nc8b__20ee{
    padding: 0 16px;
    }
.o81434f0_hb1x{
    font-size: 1.1rem;
    }
.mae54__95b5{
    display: flex;
    order: 3;
    }
.yfd0c__392a{
    display: none; 
    }}
.nc8b__20ee::before{
    content: "";
    position: absolute;
    top: 0;
    left: 5%;
    right: 5%;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.8), transparent); color: #1a1a2e;}
.x23fbb8319.active{color: #1a1a2e; background: var(--accent-soft);}
.bdbe0a__0a55{
    background-color: var(--bg-color, hsl(36, 40%, 97%));
    padding-top: 80px;
    padding-bottom: 40px;
    border-top: 1px solid var(--border-color, hsla(28, 30%, 20%, 0.1));
    font-family: "Georgia", "serif"; color: #1a1a2e;}
.l821e9_27{
    max-width: var(--max-width, 1200px);
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    gap: 60px;
    }
.c43f4d1{
    background: linear-gradient(135deg, var(--primary-color, hsl(28, 85%, 52%)), var(--secondary-color, hsl(15, 75%, 45%)));
    border-radius: var(--radius-lg, 30px);
    padding: 48px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: var(--shadow-lg, 0 12px 32px rgba(45, 25, 0, 0.12));
    flex-wrap: wrap;
    gap: 30px; color: #1a1a2e;}
.r1e59__2e8db{
    flex: 1;
    min-width: 300px;
    }
.m7f2d2b{
    color: #ffffff;
    font-size: 2rem;
    margin-top: 0;
    margin-bottom: 12px;
    font-weight: 700;
    letter-spacing: -0.02em;
    }
.reaae_cdb1{
    color: hsla(0, 0%, 100%, 0.9);
    font-size: 1.1rem;
    margin: 0;
    font-family: system-ui, -apple-system, sans-serif;
    }
.o03c198_5b{
    flex-shrink: 0;
    }
.af71be_dm{
    background-color: #ffffff;
    color: #1a1a2e;
    padding: 16px 32px;
    border-radius: var(--radius-lg, 30px);
    font-weight: 700;
    text-decoration: none;
    display: inline-block;
    transition: var(--transition, all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1));
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    font-family: system-ui, -apple-system, sans-serif;
    }
.af71be_dm:hover{
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    background-color: var(--bg-color, hsl(36, 40%, 97%)); color: #1a1a2e;}
.y64e__4a2{
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: space-between;
    }
.kfd1cf5{
    flex: 2;
    min-width: 280px;
    }
.b082a__4fb6{
    font-size: 1.5rem;
    font-weight: 800;
    color: var(--text-color, hsl(28, 30%, 12%));
    margin-bottom: 20px;
    }
.sho8t6c8c{
    color: var(--text-muted, hsl(28, 15%, 45%));
    line-height: 1.7;
    font-size: 0.95rem;
    max-width: 360px;
    font-family: system-ui, -apple-system, sans-serif;
    }
.vhv38xo6lfv{
    flex: 1;
    min-width: 140px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    }
.edd27a2_e3{
    font-weight: 700;
    color: var(--text-color, hsl(28, 30%, 12%));
    margin-bottom: 8px;
    font-size: 1rem;
    }
.tb22__8b3c{
    color: var(--text-muted, hsl(28, 15%, 45%));
    text-decoration: none;
    font-size: 0.95rem;
    transition: var(--transition, all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1));
    font-family: system-ui, -apple-system, sans-serif;
    }
.tb22__8b3c:hover{
    color: var(--primary-color, hsl(28, 85%, 52%));
    padding-left: 4px;
    }
.i573a93_33{
    height: 1px;
    background-color: var(--border-color, hsla(28, 30%, 20%, 0.1));
    width: 100%; color: #ffffff;}
.m0s6grdg{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    padding-bottom: 20px;
    }
.m1db0a4{
    display: flex;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
    }
.x4efd891{
    color: var(--text-muted, hsl(28, 15%, 45%));
    font-size: 0.9rem;
    font-family: system-ui, -apple-system, sans-serif;
    }
.hb38bc4_wrm{
    color: var(--text-muted, hsl(28, 15%, 45%));
    text-decoration: none;
    font-size: 0.9rem;
    font-family: system-ui, -apple-system, sans-serif;
    transition: color 0.3s ease;
    }
.hb38bc4_wrm:hover{
    color: var(--text-color, hsl(28, 30%, 12%));
    }
.t4261fc{
    display: flex;
    align-items: center;
    gap: 8px;
    background-color: var(--accent-soft, hsla(28, 85%, 52%, 0.1));
    padding: 6px 14px;
    border-radius: var(--radius-lg, 30px); color: #1a1a2e;}
.fa2aa7a_fe{
    width: 8px;
    height: 8px;
    background-color: #10b981;
    border-radius: 50%;
    display: inline-block; color: #1a1a2e;}
.m3e4d1__ee5{
    font-size: 0.85rem;
    color: var(--secondary-color, hsl(15, 75%, 45%));
    font-weight: 600;
    font-family: system-ui, -apple-system, sans-serif;
    }
@media (max-width: 768px){.c43f4d1{
    padding: 32px 24px;
    text-align: center;
    justify-content: center;
    }
.m7f2d2b{
    font-size: 1.5rem;
    }
.y64e__4a2{
    flex-direction: column;
    gap: 32px;
    }
.kfd1cf5{
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    }
.vhv38xo6lfv{
    text-align: center;
    align-items: center;
    }
.m0s6grdg{
    flex-direction: column;
    text-align: center;
    }
.m1db0a4{
    justify-content: center;
    }}
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body{
  font-family: "Georgia", "PT Serif", serif; 
  background-color: var(--bg-color);
  color: var(--text-color);
  -webkit-font-smoothing: antialiased;
}
.ne148_51d{
  width: 100%;
  height: var(--nav-height);
  position: sticky;
  top: 0;
  z-index: 1000;
  padding: 12px 0;
}
.nc8b__20ee{
  max-width: var(--max-width);
  margin: 0 auto;
  height: 100%;
  background: var(--nav-bg);
  backdrop-filter: blur(12px);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
  padding: 0 24px; color: #1a1a2e;}
.kf4753f_d2{
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
.h2133_60e0{
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  transition: var(--transition);
}
.z8zx262rk{
  width: 32px;
  height: 32px;
  background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
  border-radius: 50%;
  position: relative;
  box-shadow: inset 0 -2px 4px rgba(0,0,0,0.2); color: #1a1a2e;}
.z8zx262rk::after{
  content: "";
  position: absolute;
  top: 25%;
  left: 25%;
  width: 50%;
  height: 50%;
  background: white;
  border-radius: 50%;
  opacity: 0.9; color: #1a1a2e;}
.o81434f0_hb1x{
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--text-color);
  letter-spacing: -0.02em;
}
.y1903f36c0b{
  display: flex;
  align-items: center;
  gap: 32px;
}
.z8ezlecc8{
  display: flex;
  list-style: none;
  gap: 8px;
}
.x23fbb8319{
  text-decoration: none;
  color: var(--text-muted);
  font-size: 0.95rem;
  font-weight: 500;
  padding: 8px 16px;
  border-radius: var(--radius-md);
  transition: var(--transition);
}
.x23fbb8319:hover{
  color: #1a1a2e;
  background: var(--accent-soft);
}
.x23fbb8319.active{
  color: var(--text-color);
  font-weight: 600;
}
.j1vw9s9io{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--primary-color);
  color: #1a1a2e; 
  padding: 10px 24px;
  border-radius: var(--radius-lg);
  text-decoration: none;
  font-weight: 600;
  font-size: 0.95rem;
  transition: var(--transition);
  box-shadow: 0 4px 14px hsla(28, 85%, 52%, 0.4);
}
.j1vw9s9io:hover{
  background: var(--secondary-color);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px hsla(15, 75%, 45%, 0.5); color: #1a1a2e;}
.srpabdtextz{
  width: 16px;
  height: 16px;
  transition: var(--transition);
}
.j1vw9s9io:hover .srpabdtextz{
  transform: translate(2px, -2px);
}
.mae54__95b5{
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
}
.w34aa82_eb25{
  width: 24px;
  height: 2px;
  background: var(--text-color);
  border-radius: 2px;
  transition: var(--transition); color: #ffffff;}
@media (max-width: 992px){.z8ezlecc8 {
    display: none; 
  }
.y1903f36c0b {
    gap: 16px;
  }}
@media (max-width: 640px){.ne148_51d{
    padding: 8px 0;
  }
.nc8b__20ee{
    padding: 0 16px;
  }
.o81434f0_hb1x{
    font-size: 1.1rem;
  }
.mae54__95b5{
    display: flex;
    order: 3;
  }
.yfd0c__392a{
    display: none; 
  }}
.nc8b__20ee::before{
  content: "";
  position: absolute;
  top: 0;
  left: 5%;
  right: 5%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.8), transparent); color: #1a1a2e;}
.x23fbb8319.active{color: #1a1a2e; background: var(--accent-soft);}
.q5e43b_3142{
  background-color: var(--bg-color, hsl(36, 40%, 97%));
  padding-top: 80px;
  padding-bottom: 40px;
  border-top: 1px solid var(--border-color, hsla(28, 30%, 20%, 0.1));
  font-family: "Georgia", "serif"; color: #1a1a2e;}
.vdeca8_3a12{
  max-width: var(--max-width, 1200px);
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.a7260d05599{
  background: linear-gradient(135deg, var(--primary-color, hsl(28, 85%, 52%)), var(--secondary-color, hsl(15, 75%, 45%)));
  border-radius: var(--radius-lg, 30px);
  padding: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: var(--shadow-lg, 0 12px 32px rgba(45, 25, 0, 0.12));
  flex-wrap: wrap;
  gap: 30px; color: #1a1a2e;}
.f01b5d_f3ec{
  flex: 1;
  min-width: 300px;
}
.z6075b28e3d{
  color: #ffffff;
  font-size: 2rem;
  margin-top: 0;
  margin-bottom: 12px;
  font-weight: 700;
  letter-spacing: -0.02em;
}
.ae76__b238{
  color: hsla(0, 0%, 100%, 0.9);
  font-size: 1.1rem;
  margin: 0;
  font-family: system-ui, -apple-system, sans-serif;
}
.de09__85d8{
  flex-shrink: 0;
}
.xa4db2aa0{
  background-color: #ffffff;
  color: #1a1a2e;
  padding: 16px 32px;
  border-radius: var(--radius-lg, 30px);
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
  transition: var(--transition, all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1));
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  font-family: system-ui, -apple-system, sans-serif;
}
.xa4db2aa0:hover{
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  background-color: var(--bg-color, hsl(36, 40%, 97%)); color: #1a1a2e;}
.gf8562e0f{
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: space-between;
}
.ybf628737bf{
  flex: 2;
  min-width: 280px;
}
.ea2a__15c0{
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--text-color, hsl(28, 30%, 12%));
  margin-bottom: 20px;
}
.p20c0f9c6{
  color: var(--text-muted, hsl(28, 15%, 45%));
  line-height: 1.7;
  font-size: 0.95rem;
  max-width: 360px;
  font-family: system-ui, -apple-system, sans-serif;
}
.p21e12_bc6c{
  flex: 1;
  min-width: 140px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.n08efea20c3{
  font-weight: 700;
  color: var(--text-color, hsl(28, 30%, 12%));
  margin-bottom: 8px;
  font-size: 1rem;
}
.d24261_0df9{
  color: var(--text-muted, hsl(28, 15%, 45%));
  text-decoration: none;
  font-size: 0.95rem;
  transition: var(--transition, all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1));
  font-family: system-ui, -apple-system, sans-serif;
}
.d24261_0df9:hover{
  color: var(--primary-color, hsl(28, 85%, 52%));
  padding-left: 4px;
}
.we90ee34d{
  height: 1px;
  background-color: var(--border-color, hsla(28, 30%, 20%, 0.1));
  width: 100%; color: #ffffff;}
.r0ab08da0f2{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  padding-bottom: 20px;
}
.k11f269b3{
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}
.b903__8b3e{
  color: var(--text-muted, hsl(28, 15%, 45%));
  font-size: 0.9rem;
  font-family: system-ui, -apple-system, sans-serif;
}
.f3ecc883a{
  color: var(--text-muted, hsl(28, 15%, 45%));
  text-decoration: none;
  font-size: 0.9rem;
  font-family: system-ui, -apple-system, sans-serif;
  transition: color 0.3s ease;
}
.f3ecc883a:hover{
  color: var(--text-color, hsl(28, 30%, 12%));
}
.y7241f_1eda{
  display: flex;
  align-items: center;
  gap: 8px;
  background-color: var(--accent-soft, hsla(28, 85%, 52%, 0.1));
  padding: 6px 14px;
  border-radius: var(--radius-lg, 30px); color: #1a1a2e;}
.y5ecb4cfb33{
  width: 8px;
  height: 8px;
  background-color: #10b981;
  border-radius: 50%;
  display: inline-block; color: #1a1a2e;}
.q7ba__84ce{
  font-size: 0.85rem;
  color: var(--secondary-color, hsl(15, 75%, 45%));
  font-weight: 600;
  font-family: system-ui, -apple-system, sans-serif;
}
@media (max-width: 768px){.a7260d05599{
    padding: 32px 24px;
    text-align: center;
    justify-content: center;
  }
.z6075b28e3d{
    font-size: 1.5rem;
  }
.gf8562e0f{
    flex-direction: column;
    gap: 32px;
  }
.ybf628737bf{
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
.p21e12_bc6c{
    text-align: center;
    align-items: center;
  }
.r0ab08da0f2{
    flex-direction: column;
    text-align: center;
  }
.k11f269b3{
    justify-content: center;
  }}
.he30db_0399{box-sizing:border-box;}
.yba74477bb1{box-sizing:border-box;}
.jccb__c221{box-sizing:border-box;}
.b26a552145b{display:block;max-width:100%;height:auto;}
.b498fd6e52a{box-sizing:border-box;}
@media (max-width: 768px) {.c43f4d1 { flex-direction: column !important; align-items: stretch !important; gap: 24px !important; padding: 48px 20px !important; width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; }
.c43f4d1 > * { width: 100% !important; max-width: 100% !important; min-width: 0 !important; }
.c43f4d1 { flex-direction: column !important; align-items: flex-start !important; justify-content: flex-start !important; gap: 14px !important; padding: 20px !important; width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; }
.m0s6grdg { flex-direction: column !important; align-items: flex-start !important; justify-content: flex-start !important; gap: 14px !important; padding: 20px !important; width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; }
div.ba9e75f68.c4dbf7ed .qbe60825a4f { flex-direction: column !important; align-items: flex-start !important; justify-content: flex-start !important; gap: 14px !important; padding: 20px !important; width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; }
div.ba9e75f68.c4dbf7ed .k0563aae0 { padding-left: 20px !important; padding-right: 20px !important; width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; }}